@charset "UTF-8";
a {
    outline: none !important;
}

a:focus,
*:focus {
    outline: none !important;
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 115px 0 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/main-hero.jpg) no-repeat bottom center scroll;
    background-color: #000;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 30px;
    font-size: 3.0rem;
}

.intro .intro-body .intro-text {
    font-size: 18px;
    font-size: 1.8rem;
}

.intro .main-hero-banner img {
    position: absolute;
    left: 75%;
    top: 80%;
    width: 300px;
}

@media(max-width:1190px) {
    .intro {
        padding: 63px 0 40px 0;
    }
}

@media(max-width:768px) {
    .intro {
        height: 100%;
    }
    .intro .main-hero-banner img {
        position: absolute;
        left: 70%;
        top: 80%;
        width: 200px;
    }
    .intro .intro-body .brand-heading {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .intro .intro-body .intro-text {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media(max-width:414px) {
    .intro .intro-body .sdb {
        display: none;
    }
    .intro .main-hero-banner img {
        position: absolute;
        left: 0;
        right: 0;
        top: 90%;
        margin: auto;
        width: 150px;
    }
}


/*ヘッダーメニュー*/

.navbar-custom {
    margin-bottom: 0;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom .subNavi .nav li a {
    color: #222;
}

.navbar-custom .gNavi .nav li a {
    color: #fff;
}

.navbar-custom .subNavi .nav li a,
.navbar-custom .gNavi .nav li a {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: #83cdd2;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.subNavi {
    background-color: #fff;
}


/*.subNavi .btn {
    margin: 10px 20px 0 20px;
}*/

.gNavi {
    background-color: #006588;
    border-top: 3px solid #83cdd2;
}

@media(min-width: 1190px) {
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #000;
    }
}

@media (max-width: 1190px) {
    .navbar-header {
        background-color: #fff;
    }
    .navbar-right {
        float: none!important;
        margin-right: -15px;
    }
    .navbar-nav>li {
        float: none!important;
    }
    .navbar-nav {
        margin: 0!important;
        display: block!important;
        table-layout: auto!important;
        float: none!important;
    }
    .gNavi .navbar-nav>li>a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .gNavi .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 1190px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        padding: 0px 10px;
        margin-right: 10px;
    }
    .menu-name {
        display: block;
        letter-spacing: 0;
        font-size: 0.6rem;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .subNavi ul {
        font-size: 0px;
    }
    /*.subNavi ul li {
        display: inline-block;
        width: 50%;
    }*/
    .subNavi ul li a button {
        border-radius: 0px;
        margin: 0;
    }
    .subNavi .navbar-nav {
        margin: 0;
        border-top: solid 1px #ddd;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .subNavi .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    .gNavi .container {
        width: 100%;
    }
    .subNavi .btn-3b {
        border: none;
        width: 100%;
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media (max-width: 320px) {
    .navbar-custom .navbar-brand img {
        width: 200px;
    }
}

.subNavi .directBtn a {
    display: block;
    padding: 0!important;
    margin: 0!important;
}

.section-topics {
    background-image: -webkit-linear-gradient(to top, #e0e0e0 0%, #f1f1f1 80%, #ffffff 100%);
    background-image: linear-gradient(to top, #e0e0e0 0%, #f1f1f1 80%, #ffffff 100%);
    position: relative;
}

.section-topics section {
    height: 100%;
    padding: 40px 0;
}


/*section01*/

.section01 {
    background-image: -webkit-linear-gradient(bottom, white 0%, white 12%, #83ccd2 100%);
    background-image: linear-gradient(to top, white 0%, white 12%, #83ccd2 100%);
    position: relative;
}

.section01 h3 {
    color: #006588;
}

.section01 .aboutImg {
    position: absolute;
    top: -100px;
    left: 150px;
}

.section01 .commonBtn {
    background-color: #006588;
}

.section01 .commonBtn .btn {
    font-weight: 500;
    background-color: #f89c0e;
}

.section01 .commonBtn .btn:hover {
    background-color: #e04172!important;
}

@media(max-width:768px) {
    .section01 .aboutImg {
        display: none;
    }
}

@media(max-width:767px) {
    .aboutBtn .btn {
        margin: 10px auto;
    }
}

@media(max-width:414px) {
    .section01 .commonBtn .btn {
        display: table;
        margin: 30px auto;
    }
}


/*section02*/

.serviceLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*section03*/

.section03 {
    background: url("../img/section03-bk-img.png") no-repeat;
    background-size: cover;
}

.section03 .container {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .section03 img {
        width: 45%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .section03 img {
        width: 60%;
    }
}


/*section04*/

.section04 .youtube2,
.service .youtube2 {
    /*movie*/
    position: relative;
    background: url("../img/section04-movie-3.jpg") no-repeat center;
    background-size: cover;
    height: 400px;
}

.section04 .movieBtn2,
.service .movieBtn2 {
    margin: 0 auto;
    display: block;
    width: 235px;
}

.section04 .movieTxt,
.service .movieTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section04 .youtube,
.youtube {
    /*movie*/
    position: relative;
    background: url("../img/section04-movie.jpg") no-repeat center;
    background-size: cover;
    height: 200px;
}

.section04 .movieBtn,
.service .movieBtn {
    /*movie*/
    width: 340px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0 10px;
    color: #fff;
    background-color: #006588;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section04 .movieBtn:hover,
.service .movieBtn:hover {
    background-color: #83cdd2;
}

.section04 .mb {
    color: #fff;
    background: url("../img/section04-iphone.png"), -webkit-linear-gradient(right, #004E8A, #00818A);
    background: url("../img/section04-iphone.png"), linear-gradient(-90deg, #004E8A, #00818A);
    background-position: right;
    background-color: #006588;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section04 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
}

@media(max-width:768px) {
    .section04 {
        color: #fff;
        background-image: none;
        background-position: center;
        background-color: #006588;
    }
    .section04 h2 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .section04 object {
        width: 250px;
    }
    .section04 .youtube2,
    .youtube {
        height: 250px;
    }
}

@media(max-width:414px) {
    .section04 object {
        margin: 0 auto;
    }
    .section04 h2 {
        text-align: center;
    }
}


/*section05*/

.section05 h2 {
    color: #e04172;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.section05 h3 {
    color: #006588;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}


/*.section05 h3 span {
    font-size: 11px;
    font-size: 1.1rem;
}*/

.section05 p {
    font-size: 14px;
    font-size: 1.4rem;
}

.section05 dl dd {
    margin-bottom: 30px;
}

.section05 dl dd h4 {
    color: #006588;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    margin-left: 30px;
}

.section05 dl dd h4 span {
    color: #e04172;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.section05 dl dd h4 span span {
    color: #e04172;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
}

.section05 dl dt p {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
}

@media (max-width:768px) {
    .section05 h2,
    .section05 p {
        text-align: left!important;
    }
    .section05 h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .section05 p {
        font-size: 13px;
        font-size: 1.3rem;
    }
    /*.section05 object {
        width: 250px;
    }*/
    .section05 img {
        width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .section05 img {
        width: 70%;
    }
}


/*section06*/

.section06 {
    background: url("../img/section06-bk-img_02.jpg") no-repeat;
    background-size: cover;
    color: #fff;
}

.section06 .headline .en,
.section06 .headline .jp {
    color: #fff;
}

.section06 .newsList ul li,
.section06 .newsList ul li h3 {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
}

.section06 .newsList ul li a {
    display: inline-block;
    border-bottom: solid 1px #fff;
    color: #fff;
    -webkit-transition: 0.5s linear 0.5s;
    transition: 0.5s linear 0.5s;
    -webkit-transition: 1s linear;
}

.section06 .newsList ul li a:hover {
    display: inline-block;
    text-decoration: none;
    border-bottom: dotted 1px #fff;
    -webkit-transition: 0.5s linear 0.5s;
    transition: 0.5s linear 0.5s;
    -webkit-transition: 1s linear;
}

.section06 p {}


/*section07*/

.section07 {
    background: url("../img/section07-bk-img.jpg") no-repeat;
    background-size: cover;
}

.section07 h2.jp {
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
}

.section07 h2.en {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
}

.section07 h2.en:after {
    content: "";
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

@media(max-width:768px) {
    .section07 h2.jp {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .section07 h2.en {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.section07 .commonBtn a button {
    font-size: 17px;
    font-size: 1.7rem;
}

.section07 .commonBtn .btn {
    padding: 20px 30px;
    background-color: #006588;
}


/*section00*/

.section00 {
    background-color: #c2e6e9;
}

.section00 .priceBoxL {}

.section00 .priceBoxR {}

.section00 .price {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background-color: #6cb800;
    color: #fff;
    text-align: center;
}

.section00 .price .yen {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1rem;
    font-weight: 300;
    float: left;
    position: absolute;
    top: 18px;
}

.section00 .price .figure {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 7rem;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 25px;
}

.section00 .price .month {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: .01em;
}

.section00 .price .tax {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: .01em;
}

.priceBoxL-table {
    padding: 10px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
}

table.table-list {
    table-layout: fixed;
    border: none;
    background: #fff;
}

table.table-list tr {
    height: 50px;
}

table.table-list th {
    width: 30%;
    vertical-align: middle;
    margin: 0;
    color: #006588;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

table.table-list td.data {
    padding: 0;
    margin: 0;
    border: none;
    color: #454545;
    font-size: 14px;
    font-size: 1.4rem;
}

table.table-list td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.priceBoxR h3 {
    color: #e04172;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}

@media(max-width:414px) {
    .section00 .sectionBtn {
        text-align: center;
    }
}


/*shop*/

.shop h3 {
    background-color: #f89c0e;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.shop h4 {
    font-size: 15px;
    font-size: 1.5rem;
}

.shop h4:after {
    color: #006588;
    font-size: 14px;
    font-size: 1.4rem;
}

.shop h4 a {
    color: #006588;
}

.shop h4 a:hover {
    text-decoration: underline;
}


/*footer*/

footer .footerNavi ul li {}

footer .footerNavi ul li a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

footer .footerNavi ul li a:hover {
    background-color: #83cdd2;
    color: #fff;
}

.copy {
    background-color: #006588;
    color: #fff;
}

.copy p {
    margin: 0;
    padding: 0;
}


/*compliance*/

#headline {
    position: relative;
    text-align: center;
    padding: 190px 0 90px;
}

@media(max-width:768px) {
    #headline {
        position: relative;
        text-align: center;
        padding: 100px 0 30px;
    }
}

.headlineMain {
    background: url("../img/main-hero.jpg") center center no-repeat;
    background-size: cover;
}

.headlineMain h2.en {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .headlineMain h2.en {
        font-size: 3.0rem;
    }
}

.headlineMain h2.jp {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    background-color: #fff;
}

.panel-heading {
    padding: 20px 15px;
}

.compliance ul li {
    font-size: 13px;
    font-size: 1.3rem;
}

.compliance #privacy h4 {
    border-left: 7px solid #006588;
    border-bottom: 1px solid #ccc;
    color: #006588;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

#privacy,
#solicitation,
#antisocialpowers,
#payment,
#important-instructions,
#agreement {
    padding-top: 140px;
    margin-top: -140px;
    display: block;
}

@media screen and (max-width: 414px) {
    #privacy,
    #solicitation,
    #antisocialpowers,
    #payment,
    #important-instructions,
    #agreement {
        padding-top: 80px;
        margin-top: -80px;
        display: block;
    }
}

.privacyImg1 {
    background: url("../img/main-hero.jpg") center center no-repeat;
    background-size: cover;
    height: 350px;
}

.compliance .sectionBtn {}


/*header btn*/

.directBtn a,
.mypageBtn a {
    background-color: #fff!important;
    padding: 0!important;
    margin: 0!important;
}

.directBtn a:hover,
.mypageBtn a:hover {
    background-color: #fff!important;
    padding: 0!important;
    margin: 0!important;
}


/*service*/

.serviceBox {
    z-index: 2;
    background-color: #fff;
    color: #4d4d4d;
    padding: 40px 20px 20px 20px;
}

.service .serviceBox h3 {
    margin: 0 0 10px 0;
    position: relative
}

.serviceNo {
    background-color: #006588;
    width: 20px;
    padding: 3px 0;
    display: block;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 1.4rem;
    font-size: 14px;
    margin-right: 10px;
}

.serviceImg {
    height: 200px;
    display: block;
    margin: 0 auto;
}

.serviceImg1 {
    background: url("../img/service01.jpg") center center no-repeat;
    padding-bottom: 120px;
    margin-bottom: 30px;
    background-color: #4d4d4d;
    background-blend-mode: overlay;
}

.serviceImg2 {
    background: url("../img/service02.jpg") center center no-repeat;
    padding-bottom: 120px;
    margin-bottom: 30px;
    background-color: #4d4d4d;
    background-blend-mode: overlay;
}

.serviceImg3 {
    background: url("../img/service03.jpg") center center no-repeat;
    padding-bottom: 120px;
    margin-bottom: 30px;
    background-color: #4d4d4d;
    background-blend-mode: overlay;
}

.serviceImg4 {
    background: url("../img/service04.jpg") center center no-repeat;
    padding-bottom: 120px;
    margin-bottom: 30px;
    background-color: #4d4d4d;
    background-blend-mode: overlay;
}

.serviceImg5 {
    background: url("../img/service05.jpg") center center no-repeat;
    padding-bottom: 120px;
    background-color: #4d4d4d;
    background-blend-mode: overlay;
}


/*.serviceImg1:before, .serviceImg2:before, .serviceImg3:before, .serviceImg4:before, .serviceImg5:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.6);
}*/

.service .serviceBox h3#cashless-repair {
    margin-top: -76px;
    padding-top: 76px;
}

@media(min-width:768px) {
    .service .serviceBox h3#cashless-repair {
        margin-top: -135px;
        padding-top: 135px;
    }
}

.featureImg {
    margin-right: 10px;
}

.titleEng,
.titleJpn {
    float: left;
}

.important-instructions {
    border: 2px solid #006588;
    margin-top: 40px;
}

.important-instructions h2 {
    padding: .5em 0 .5em .5em;
    border: 1px solid #ccc;
}

.important-instructions h3 {
    background-color: #006588;
    padding: 10px;
    color: #fff;
}

.important-instructions h4 {
    border-left: 7px solid #006588;
    border-bottom: 1px solid #ccc;
    color: #006588;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.important-instructions .spImg {
    display: none;
}

@media(max-width:768px) {
    .serviceBox {
        padding: 0;
    }
    .important-instructions .spImg {
        display: block;
    }
    .important-instructions .pcImg {
        display: none;
    }
}


/* contact */

.contact h3 {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f89c0e;
}

.contact h3 span {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    line-height: 1.4;
}

.contact .fd address {
    margin-bottom: 0;
}

.contact .inner {
    /*
    padding: 20px 10px;
    box-shadow: 0px 0px 11px 2px #d1d1d1;
    border-radius: 5px;
    margin: 0 2px;
*/
}

@media(min-width:768px) {
    .contact .inner {
        /*        padding: 20px 20px;*/
    }
}

.section {
    margin-bottom: 60px;
}

.contact .fdBg {}

.contact .fdBg p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.contact .fdLogo {
    width: 15%;
}

.contact .fdTel {
    vertical-align: top;
}

.contact .fd .fdN {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    vertical-align: middle;
}

.contact .fd .fdTime {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
}

.contact .sectionBtn .btn {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.contact .fd .fd-area,
.contact .fd .chat-area {
    border: 1px solid #4a4a4a;
}

.contact .fd .fd-area .fd-area-header,
.contact .fd .chat-area .chat-area-header {
    background-color: #4a4a4a;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.contact .fd .fd-area .fd-area-header .fd-area-title,
.contact .fd .chat-area .chat-area-header .chat-area-title {
    font-size: 14px;
}

.contact .fd .fd-area .fd-area-content,
.contact .fd .chat-area .chat-area-content {
    text-align: center;
}

.contact .fd .fd-area .fd-area-content .fd-area-content-field,
.contact .fd .chat-area .chat-area-content .chat-area-content-field {
    height: 130px;
    padding: 20px;
}

@media all and (min-width: 768px) {
    .contact .fd .fd-area .fd-area-content .fd-area-content-field,
    .contact .fd .chat-area .chat-area-content .chat-area-content-field {
        height: 130px;
        padding: 20px;
    }
    .contact .fd .chat-area .chat-area-content .chat-area-content-field {
        padding: 20px;
    }
}

@media all and (min-width: 1024px) {
    .contact .fd .fd-area .fd-area-content .fd-area-content-field,
    .contact .fd .chat-area .chat-area-content .chat-area-content-field {
        height: 130px;
    }
    .contact .fd .chat-area .chat-area-content .chat-area-content-field {
        padding: 20px;
    }
}

@media all and (min-width: 1200px) {
    .contact .fd .fd-area .fd-area-content .fd-area-content-field,
    .contact .fd .chat-area .chat-area-content .chat-area-content-field {
        height: 130px;
    }
}

.contact .fd .fd-area .fd-area-content .fd-area-content-field .contact-number p {
    font-size: 2.6rem;
    margin-top: 10px;
    line-height: 1.2;
}

@media all and (min-width: 768px) {
    .contact .fd .fd-area .fd-area-content .fd-area-content-field .contact-number p {
        font-size: 2.2rem;
    }
}

@media all and (min-width: 1200px) {
    .contact .fd .fd-area .fd-area-content .fd-area-content-field .contact-number p {
        font-size: 3.6rem;
    }
}

.contact .fd .chat-area .chat-area-content .chat-area-content-field .chat-btn a .btn {
    background-color: #48BB48;
}

.contact .fd .chat-area .chat-area-content .chat-area-content-field .chat-btn a .btn:hover {
    opacity: 0.7;
}

.contact .fd .fd-area .fd-area-content .fd-area-content-field .contact-reception-time,
.contact .fd .chat-area .chat-area-content .chat-area-content-field .contact-reception-time {}

.partner .partnerForm .checkbox-inline input,
.partner .partnerForm .radio-inline input {
    height: auto!important;
}

.contact .fd .supportForm .sectionBtn .btn {
    background-color: #f89c0e;
}

.contact .fd .supportForm .sectionBtn .btn:hover {
    opacity: 0.7;
}


/*sidebar*/

.sidebar a {
    display: block;
}

.sidebar a img {}

.sidebar a:hover img {
    opacity: 0.8;
}

@media screen and (max-width:414px) {
    .sidebar {
        margin-top: 100px;
    }
}


/*faq*/

.faq h3 {
    background-color: #f89c0e;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.faq h4 {
    position: relative;
    z-index: 1;
}

.faq h4 a {
    display: block;
    padding: 20px 24px 20px 20px;
}

.faq .caret {
    position: absolute;
    right: 16px;
    top: 40%;
    z-index: -1;
}

.faq h5 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    margin-bottom: 10px;
}

.faq a.link:active,
.faq a.link:hover {
    color: #0071ae;
    cursor: pointer;
}

.faq a.link:link,
.faq a.link:visited {
    color: #009ad7;
    text-decoration: none;
}

.faq a.link:focus,
.faq a.link:hover {
    color: #23527c;
    text-decoration: underline;
}

.faq ul,
.faq ol {
    margin-bottom: 10px;
}

.faq ul li,
.faq ol li {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.4;
}

.list-disc li {
    list-style: disc;
    margin-left: 20px;
}

.list-num li {
    list-style: decimal;
    margin-left: 20px;
}

.faq .panel-default>.panel-heading {
    background-color: #f5f5f5;
}

.faq .panel-heading {
    padding: 0;
}

.faq .panel-group .panel+.panel {
    margin-top: 10px;
}


/*confirm*/

.confirm h3 {
    background-color: #f89c0e;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.confirm table,
.confirm td,
.confirm th {
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

.confirm .sectionBtn .btn {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #006588;
    border-radius: 0;
    margin: 10px 0px;
    padding: 10px 10px;
    text-align: center;
    width: 100px;
}

.confirm .sectionBtn .btn.btn-yellow {
    background-color: #f89c0e;
}

.confirm .sectionBtn .btn.btn-yellow:hover {
    opacity: 0.7;
}


/*thanks*/

.thanks .sectionBtn .btn {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #006588;
    border-radius: 0;
    margin: 10px 0px;
    padding: 10px 10px;
}


/*news*/

.news h3 {
    background-color: #f89c0e;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.news .date {
    font-size: 14px;
    font-size: 1.4rem;
}

.news h4 {
    font-size: 13px;
    font-size: 1.3rem;
}

.news p {
    margin: 10px 0;
    padding: 10px 10px;
    background-color: #ccc;
}

.news p a {
    text-decoration: underline;
}


/*event-area*/

.event-area {
    position: absolute;
    height: 180px;
    width: 100%;
    /*    background-image: url(../img/event/iphone8/bk.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    background-color: rgba(000, 0, 0, 0.7);
}

.event-area .event-area__inner {
    display: flex;
    justify-content: flex-start;
    width: 600px;
    height: 100%;
    margin: 0 auto;
}

.event-area .event-area__inner .right-area {
    margin-left: 24px;
    padding: 10% 0 0 0;
}

.event-area .event-area__inner figure {
    position: relative;
    top: 15px;
}

.event-area .event-area__inner p {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
}

@media (max-width:414px) {
    .event-area {
        height: 90px;
        top: 53px;
    }
    .event-area .event-area__inner {
        width: 340px;
    }
    .event-area .event-area__inner .right-area {
        margin-left: 15px;
        padding: 7% 0 0 0;
    }
    .event-area .event-area__inner .right-area img {
        width: 120px;
    }
    .event-area .event-area__inner figure {
        position: relative;
        top: 11px;
        width: 120px;
    }
    .event-area .event-area__inner p {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.3rem;
        margin: 0;
    }
}

@media (max-width: 320px) {
    .event-area {
        height: 70px;
    }
    .event-area .event-area__inner {
        width: 305px;
    }
    .event-area .event-area__inner figure {
        position: relative;
        top: 11px;
        width: 90px;
    }
    .event-area .event-area__inner .right-area {
        margin-left: 10px;
        padding: 4% 0 0 0;
    }
}


/*review*/

.section-review {
    /*background: url(../img/main-hero.jpg) center center no-repeat;
    background-size: cover;*/
    background-image: -webkit-linear-gradient(bottom, white 0%, white 12%, #83ccd2 100%);
    background-image: -webkit-linear-gradient(top, white 0%, white 12%, #83ccd2 100%);
    background-image: linear-gradient(to bottom, white 0%, white 12%, #83ccd2 100%);
    position: relative;
}

.section-review .review-stars,
.section-review .review-basis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-review .review-stars {
    font-size: 48px;
}


/*.section-review .review-basis {
    color: #ffffff;
}*/

.section-review .review-stars .star {
    font-family: FontAwesome;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.section-review .review-stars .star:before {
    content: "\f005";
    padding-right: 20px;
    color: #d0d700;
}

.section-review .review-stars .star,
.section-review .review-stars .star-half,
.section-review .review-stars .star-o {
    font-family: FontAwesome;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.section-review .review-stars .star-half:before {
    content: "\f123";
    padding-right: 20px;
    color: #d0d700;
}

.section-review .review-stars .star-o:before {
    content: "\f006";
    padding-right: 20px;
    color: #d0d700;
}

.section-review .review-box {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    height: 340px;
}

.en-body .section-review .review-box {
    height: 100%;
}

.section-review .review-txt,
.section-review .review-name {
    color: #ffffff;
}

.section-review .review-txt {}

.section-review .review-name {
    margin-top: 10px;
    text-align: center;
}

.section-review .review-store {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .section-review .review-stars .star:before {
        padding-right: 10px;
        padding-left: 10px;
    }
    .section-review .review-box {
        height: 100%;
    }
    .section-review .review-stars .star:before,
    .section-review .review-stars .star-half:before,
    .section-review .review-stars .star-o:before {
        padding-right: 10px;
        padding-left: 10px;
    }
    .section-review .review-box {
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .section-review .review-box {
        height: 100%;
    }
}

.modal ul {
    font-size: 1.3rem;
}

.modal-header {
    padding: 0;
}

.modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    background: white;
    padding: 5px 10px;
}

.modal-title,
.modal-footer {
    text-align: center;
}

.modal-title,
.modal-footer .btn {
    background-color: #006588;
    border-radius: 0;
    padding: 15px 30px;
    color: #FFF;
}

.modal-footer .btn {
    padding: 10px 30px;
}

.service .serviceBox .commonBtn .btn {
    padding: 15px 15px;
}


/*example*/

.example h3 {
    background-color: #f89c0e;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.example h4 {
    border-left: 7px solid #006588;
    border-bottom: 1px solid #ccc;
    color: #006588;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.example .notice {
    font-size: 16px;
    font-size: 1.6rem;
}

.example .example__photo img {
    width: 60%;
    margin: 20px auto;
}


/*required-documents*/

.required-documents ul li,
.required-documents ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.required-documents ul li {
    margin-bottom: 0.5em;
}

.required-documents ul li a {
    color: #006588;
    border-bottom: 1px dotted #cccccc;
}

.required-documents h3 {
    background-color: #F89C0E;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media screen and (max-width: 414px) {
    .required-documents h3 {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.required-documents h4 {
    border-left: 7px solid #006588;
    border-bottom: 1px solid #ccc;
    color: #006588;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 414px) {
    .required-documents h4 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

.required-documents h5 {
    font-weight: bold;
    padding: 10px 10px 10px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #454545;
    border-bottom: 1px dotted #cccccc;
}

@media screen and (max-width: 414px) {
    .required-documents h5 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

.required-documents .notice {
    font-size: 16px;
    font-size: 1.6rem;
}

.required-documents .example__photo img {
    margin: 20px auto;
}

.fc-red {
    color: #FF0000 !important;
}

.fc-link-blue {
    color: #006bb9 !important;
    border-bottom: 1px dotted #006bb9;
}


/*list-number*/

.list-number li {
    text-indent: 0!important;
    padding-left: 0!important;
    margin-bottom: 1.2em!important;
}

.list-number li:after {
    content: "";
    clear: both;
    display: block;
}

.list_num {
    background-color: #006588;
    width: 20px;
    padding: 3px 0;
    display: block;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 1.4rem;
    font-size: 14px;
    margin-right: 10px;
}

.list_text {
    display: block;
    overflow: auto;
    clear: right;
}


/*list-comments*/

.list-comments .list_num {
    background-color: inherit;
    color: #454545;
    width: auto;
    padding: 0;
}

.list-comments li:after {
    content: "";
    clear: both;
    display: block;
}

.list-desc {
    padding-left: 20px;
    margin: 20px 0;
    margin: 20px 0;
}

.list-desc li {
    list-style-type: disc;
}


/*外部リンク*/

.t-blank:after {
    content: "\e732";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.btn.btn-conversion {
    width: 280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 0;
    top: 10px;
}

.btn.btn-conversion span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 31%;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
}

.btn.btn-conversion.focus,
.btn.btn-conversion:focus,
.btn.btn-conversion:hover {
    color: #fff;
}

.btn.btn-conversion a {
    display: block;
    width: 280px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    opacity: 0.2;
}

.btn.btn-conversion a:hover {
    opacity: 0.4;
}

@media screen and (max-width: 414px) {
    .btn.btn-conversion {
        width: 240px;
    }
    .btn.btn-conversion span {
        top: 34%;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .btn.btn-conversion a {
        width: 240px;
    }
}

.list-pt01 li {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.fa-thumbs-o-up:before,
.fa-info-circle:before {
    content: "\f087";
    font-size: 24px;
    margin-right: 10px;
    color: #f89c0d;
    position: relative;
    top: 2px;
}


/*20200130nakao*/



.example h6 {
    color: #006588;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.example .example__syorui img {
    width: 100%;
    margin: 20px auto;
}

.example .example__photo2 img {
    width: 60%;
}

@media screen and (max-width: 414px) {
    .example .example__photo2 img {
    width: 100%;
        }
}

.col-md-12 ul li {
    margin: 10px;
}

.example h5 {
    font-weight: bold;
    padding: 10px 10px 10px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #454545;
    border-bottom: 1px dotted #cccccc;
}

.list_num1 {
    background-color: #006588;
    width: 15px;
    padding: 3px 0;
    display: block;
    text-align: center;
    height: 24px;
    color: #fff;
    float: left;
    font-size: 14px;
    margin-right: 10px;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}
.example ul li, .required-documents ul li a {
    font-size: 1.3rem;
    line-height: 2.4rem;
}
