@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settingsheader-nav__list-item--contact
    javascript style hooks
    base blocks
========================================================== */
/*  border-radius
--------------------------------------------- */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #000;
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
    html,
    body {
        font-size: 5.00652vw;
    }
}

body {
    min-width: 1080px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

.ipad {
    padding: 10px;
}

.ipad .header-nav__list-item {
    padding-right: 30px;
}

.androidtablet {
    padding: 10px;
}

.androidtablet .header-nav__list-item {
    padding-right: 30px;
}

/* ---------------------------------------------
*   <a> text-align:
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   origina;
--------------------------------------------- */
.bold {
    font-weight: bold;
    line-height: 1.65 !important;
}

.center {
    vertical-align: middle;
    text-align: center;
}

sup {
    font-size: 0.3em;
}

sub {
    font-size: 0.3em;
}

.ie11 sup {
    font-size: 0.6em;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    outline: none;
    cursor: default;
}

.js-tel-disabled:hover {
    text-decoration: none;
    opacity: 1;
}

.js-sp-menu-opened {
    overflow: hidden;
    height: 100%;
}

/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 65px;
        background-color: #fff;
    }
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0 auto;
    margin-top: 26px;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1080px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header-container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3.06389%;
        padding-left: 3.06389%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .header-container {
        margin-top: 17px;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo__link {
    display: block;
    overflow: hidden;
    padding-top: 55px;
    width: 255px;
    height: 0;
    background-image: url(../img/common/logo_head.png);
    background-size: 255px 55px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.header-logo__link:hover {
    opacity: 0.8;
}

.ios .header-logo__link:hover,
.android .header-logo__link:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .header-logo__link {
        margin-left: 1.56323vw;
        padding-top: 31px;
        width: 140px;
        background-size: 140px 31px;
    }
}

/*  header-nav
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .header-nav {
        position: fixed;
        top: 65px;
        right: 0;
        left: 0;
        z-index: 2000;
        display: none;
        overflow-y: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 80vh;
    }
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 58px;
}

@media screen and (max-width: 767px) {
    .header-nav__list {
        display: block;
        margin-left: 0;
        padding: 6.5189vw 5.21512vw 10.43025vw;
        background-color: #f7f7f7;
    }
}

.header-nav__list-item {
    padding-right: 37px;
}

@media screen and (max-width: 767px) {
    .header-nav__list-item {
        position: relative;
        padding-right: 0;
        border-top: 1px solid #acacac;
        color: #000;
    }
    .header-nav__list-item:first-of-type {
        border-top: none;
    }
}

.header-nav__list-item--contact {
    position: relative;
    padding: 0 0 0 130px;
    border-top: none;
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .header-nav__list-item--contact {
        padding: 0;
    }
}

.header-nav__list-item--contact:before {
  /*  position: absolute;
    top: 50%;
    right: 17px;
    display: inline-block;
    width: 1px;
    height: 17px;
    background-color: #aaaaaa;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

@media screen and (max-width: 767px) {
    .header-nav__list-item--contact:before {
        display: none;
    }
}

.header-nav__list-item--translation {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .header-nav__list-item--translation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        border-top: none;
        border-bottom: none !important;

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.header-nav__link {
    font-weight: bold;
    font-size: 0.875rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.header-nav__link:hover {
    opacity: 0.8;
}

.ios .header-nav__link:hover,
.android .header-nav__link:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .header-nav__link {
        display: block;
        padding: 3.91134vw 0;
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 767px) {
    .header-nav__link--contact {
        margin: 9.12647vw 0 3.91134vw;
        border: 1px solid #acacac;
        background: none;
        background-color: #f7f7f7;
        color: #000;
        text-align: center;
        font-weight: normal;
    }
}

.header-nav__link--translation {
    position: relative;
    padding-left: 30px;
	margin-left: 10px;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .header-nav__link--translation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0;
        width: 48.5%;
        border: 1px solid #acacac;
        background: none;
        font-weight: normal;
        font-size: 3.38983vw;

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.header-nav__link--translation:before {
    position: absolute;
    top: 50%;
    left: 13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/icon_earth.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .header-nav__link--translation:before {
        display: none;
    }
}

.header-nav__link--translation.current {
    color: #006835;
}

.header-nav__link--slide {
    background-image: url(../img/common/icon_arrow_slide.png);
    background-position: top 50% right 3.91134vw;
    background-size: 2.08605vw 2.9987vw;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.1s;
    transition: background-image 0.1s;
}

.header-nav__link--half {
    display: inline-block;
}

.header-nav__link--current {
    color: #006835;
}

.header-nav__list-underlayer {
    display: none;
}

@media screen and (max-width: 767px) {
    .header-nav__arrow {
        position: absolute;
        top: 5.21512vw;
        right: 3.25945vw;
        display: inline-block;
        width: 3.91134vw;
        height: 2.60756vw;
        background-image: url(../img/common/icon_arrow_down.png);
        background-size: 2.9987vw 2.08605vw;
        background-repeat: no-repeat;
        -webkit-transition: background-image 0.1s;
        transition: background-image 0.1s;
    }
    .header-nav__arrow.active {
        background-image: url(../img/common/icon_arrow_up.png);
    }
    .header-nav__list-underlayer {
        padding-left: 1em;
    }
    .header-nav__list-underlayer--news li {
        font-weight: bold;
        font-size: 0.8125rem;
    }
    .header-nav__list-underlayer--news li:last-of-type {
        padding-bottom: 2.60756vw;
    }
    .header-nav__list-underlayer--news a {
        display: block;
        padding: 2.60756vw 0;
    }
    .header-nav__list-underlayer-item {
        font-weight: bold;
        font-size: 0.8125rem;
    }
    .header-nav__list-underlayer-item:last-of-type {
        padding-bottom: 2.60756vw;
    }
    .header-nav__list-underlayer-item-link {
        display: block;
        padding: 2.60756vw 0;
    }
}

.js-sp-menu-opened .header-nav {
    display: block;
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
    position: absolute;
    top: 10px;
    right: 2.60756vw;
    display: block;
    margin: 0;
    padding: 15px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (min-width: 768px) {
    .header-menu-button {
        display: none;
    }
}

.header-menu-button__lines {
    position: relative;
    display: block;
    width: 30px;
    /* アイコンの横幅 */
    height: 20px;
    /* アイコンの縦幅 */
}

.header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    padding-top: 2px;
    width: 100%;
    height: 0;
    /* lineの高さ（線の幅） */
}

.header-menu-button__line--top {
    top: 0;
    background-color: #006835;
    /* lineの色 */
}

.header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
    /* lineの高さによって微調整 */
    background-color: #006835;
}

.header-menu-button__line--bottom {
    bottom: 0;
    background-color: #006835;
}

/*  header-menu-overlay
--------------------------------------------- */
.header-menu-overlay {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 50px);
    /* 100% - .headerのheightの値 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 任意 */
}

.js-sp-menu-opened .header-menu-overlay {
    display: block;
}

@media screen and (min-width: 768px) {
    .js-sp-menu-opened .header-menu-overlay {
        display: none !important;
    }
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    overflow: hidden;
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1080px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .contents {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3.06389%;
        padding-left: 3.06389%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .contents {
        display: block;
        padding-top: 0;
    }
    .contents--top {
        padding-top: 65px;
    }
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 800px;
    width: 800px;
}

@media screen and (max-width: 767px) {
    .main {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3.06389%;
        padding-left: 3.06389%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main {
        padding: 0;
        width: auto;
    }
}

/* ---------------------------------------------
*   sidebar
--------------------------------------------- */
.sidebar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
    width: 250px;
}

@media screen and (max-width: 767px) {
    .sidebar {
        display: none;
        padding: 0 0 13.03781vw;
        width: 100%;
    }
}

.sidebar__title {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    background-color: #006835;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.sidebar__title:hover {
    opacity: 0.8;
}

.ios .sidebar__title:hover,
.android .sidebar__title:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .sidebar__title {
        padding: 1.95567vw 3.25945vw;
        font-size: 1.125rem;
    }
}

.sidebar__list {
    padding: 11px 0;
    background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
    .sidebar__list {
        padding: 2.60756vw 1.30378vw;
    }
}

.sidebar__list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 13px;
    width: 100%;
    font-size: 0.875rem;
}

.sidebar__list-item--child {
    padding: 8px 13px 0 18px !important;
}

.sidebar__list-item--child-l {
    padding: 8px 8px 8px 18px !important;
}

@media screen and (max-width: 767px) {
    .sidebar__list-item {
        padding: 1.95567vw 1.69492vw;
        font-size: 0.9375rem;
    }
}

@media screen and (min-width: 768px) {
    .sidebar__list-item:hover {
        color: #006835;
    }
}

.sidebar__list-item span {
    color: #006835;
}

.sidebar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    background-color: #d2ebdb;
    font-weight: bold;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-align: center;
    align-items: center;
}

.sidebar__link:hover {
    opacity: 0.8;
}

.ios .sidebar__link:hover,
.android .sidebar__link:hover {
    opacity: 1;
}

.sidebar__link--white {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .sidebar__link {
        -ms-flex-pack: center;
        margin-top: 5.21512vw;
        padding: 2.60756vw;
        height: 13.03781vw;
        font-size: 0.9375rem;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.sidebar__link--center {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.sidebar__list {
    padding: 11px 0;
    background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
    .sidebar__list {
        padding: 2.60756vw 1.30378vw;
    }
}

.sidebar__list li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 13px;
    width: 100%;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .sidebar__list li {
        padding: 1.95567vw 1.69492vw;
        font-size: 0.9375rem;
    }
}

@media screen and (min-width: 768px) {
    .sidebar__list li:hover {
        color: #006835;
    }
}

.current-cat a {
    color: #006835;
}

.news-current {
    color: #006835;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    height: 650px;
    background-image: url(../img/common/bg_foot.jpg);
    background-size: cover;
    background-size: 100% 650px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .footer {
        height: 46.93611vw;
    }
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop__link {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 99;
    width: 80px;
    height: 80px;
    background-image: url(../img/common/icon_pagetop.png);
    background-size: 80px 80px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.footer-pagetop__link:hover {
    opacity: 0.8;
}

.ios .footer-pagetop__link:hover,
.android .footer-pagetop__link:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .footer-pagetop {
        display: none;
    }
}

/*  footer-container
--------------------------------------------- */
.footer-container {
    position: relative;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1080px;
}

@media screen and (max-width: 767px) {
    .footer-container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3.06389%;
        padding-left: 3.06389%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footer-container {
        height: 46.93611vw;
        background-image: url(../img/common/sp/bg_foot.jpg);
        background-size: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.footer-container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding-top: 80px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer-container__inner {
        padding-top: 6.5189vw;
    }
}

@media screen and (max-width: 767px) {
    .footer-container__inner {
        display: block;
    }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo__link {
    display: block;
    overflow: hidden;
    padding-top: 62px;
    width: 284px;
    height: 0;
    background-image: url(../img/common/logo_foot.png);
    background-size: 284px 62px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.footer-logo__link:hover {
    opacity: 0.8;
}

.ios .footer-logo__link:hover,
.android .footer-logo__link:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .footer-logo__link {
        margin-left: 2.5189vw;
        padding-top: 9.77836vw;
        width: 45.63233vw;
        background-size: 45.63233vw 9.77836vw;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding-top: 13px;
    width: 710px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer-nav {
        display: none;
    }
}

.footer-nav__list {
    color: #fff;
}

.footer-nav__link {
    display: block;
    padding-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.3;
}

.footer-nav__link--title {
    padding-bottom: 18px;
    font-weight: bold;
    font-size: 1.125rem;
}

.footer-nav__link--other {
    padding-bottom: 27px;
    font-weight: bold;
    font-size: 1.125rem;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.ios .footer-nav a:hover,
.android .footer-nav a:hover {
    text-decoration: none;
}

/*  footer-info
--------------------------------------------- */
.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 90px 0 40px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer-info {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 7.82269vw 3.91134vw 5.21512vw;
        color: #000;
        word-break: break-all;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright__text {
    color: #fff;
    font-size: 0.625rem;
}

@media screen and (max-width: 767px) {
    .footer-copyright__text {
        font-size: 0.5rem;
    }
}

/*  footer-link"
--------------------------------------------- */
.footer-link {
    width: 200px;
    color: #fff;
    word-break: break-all;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .footer-link {
        width: auto;
        font-size: 0.625rem;
    }
}

.footer-link__item:hover {
    text-decoration: underline;
}

.ios .footer-link__item:hover,
.android .footer-link__item:hover {
    text-decoration: none;
}

.footer-link__item:last-child {
    position: relative;
    margin-left: 6px;
    padding-left: 7px;
}

@media screen and (max-width: 767px) {
    .footer-link__item:last-child {
        margin-left: 1.30378vw;
        padding-left: 1.95567vw;
    }
}

.footer-link__item:last-child:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    content: "";
}

@media screen and (max-width: 767px) {
    .footer-link__item:last-child:before {
        top: 0.26076vw;
        height: 2.86832vw;
    }
}

/*  tracking
--------------------------------------------- */
.tracking {
    display: none;
    height: 160px;
}

@media screen and (max-width: 767px) {
    .tracking {
        height: 25vw;
    }
}

.tracking__wrap {
    position: fixed;
    bottom: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 20px;
    width: 100%;
    background-color: #112016;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .tracking__wrap {
        padding: 5.21512vw 0 26.07562vw;
        height: 35vw;
    }
}

.tracking__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1280px;

    -webkit-box-pack: justify;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .tracking__inner {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3.06389%;
        padding-left: 3.06389%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tracking__inner {
        display: block;
    }
}

.tracking__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 40px;
}

.tracking__detail {
    padding-right: 40px;
}

@media screen and (max-width: 767px) {
    .tracking__detail {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .tracking__btn {
        margin: 3vw auto;
        bottom: 5vw;
        width: 60vw;
        height: 7vw;
    }
}

.tracking__btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    background-color: #006835;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .tracking__btn-item {
        font-weight: normal;
        font-size: 0.7rem;
    }
        
}

.tracking__btn-item:hover {
    opacity: 0.8;
}

.ios .tracking__btn-item:hover,
.android .tracking__btn-item:hover {
    opacity: 1;
}

.tracking__privacy-policy {
    /*display: block;
    margin: 0 auto;
    padding: 9px 0  41px;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1080px;*/
    text-decoration: underline;
}

.tracking__privacy-policy:hover {
    text-decoration: none;
}

.ios .tracking__privacy-policy:hover,
.android .tracking__privacy-policy:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .tracking__privacy-policy {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 3.06389%;
        padding-left: 3.06389%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tracking__privacy-policy {
        padding: 2.60756vw 3.25945vw 0;
        font-size: 0.625rem;
    }
}

@media screen and (max-width: 767px) {
    .tracking__detail {
        font-size: 0.625rem;
    }
}


.js-tel-disabled {
    cursor: default;
    outline: none;
}

.js-tel-disabled:hover {
        text-decoration: none;
        opacity: 1;
    }

/*  new
--------------------------------------------- */

.before_new {
	margin-bottom: 20px; 
}


.before_new::before  {
    content: 'NEW';             /* 要素の中身を入れる */
    color:  #fff;               /* 文字色指定 */
    background-color: #dcb950;  /* 背景色指定 */
	padding: 3px 10px;          /* 余白指定 */
    display:  inline-block;     /* インラインブロックにする */
	border-radius:  8%;        /* 角丸指定 */
    vertical-align:  middle;    /* 中央揃え */
    position:  relative;        /* 位置調整 */
    top: -4px;                  /* 位置調整 */
}


/*  blockquote
--------------------------------------------- */

blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1.2em;
  font-size: 1.25em;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}

blockquote:before{
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #00a55b;
  content: '“';
  font-size: 3em;
  opacity: 1;
}

blockquote p {
    margin-left: 1em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

blockquote cite {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
/*    margin-left: 1.5em;*/
    font-size: 0.7em;
}


@media screen and (max-width: 767px) {
   blockquote {
        font-size: 0.625rem;
    }
}


/*  link
--------------------------------------------- */

.link-underline {
    display: inline-block;
	margin-bottom: 4px;
    border-bottom: 1px solid #000;
}


 /* ---空のセル(TD)の背景色と斜線を設定 ---------- */
.diagonal-line {
    background-repeat: no-repeat;
  /* ▼ 斜線はSVGで背景画像として設定 */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogIzMzMzMzMztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}