@charset "utf-8";
html {font-size: 62.5%;}
body {background: #f5f5f5;}
h1, h2, h3, h4 {margin: 0; padding: 0; line-height: 1.45; font-weight: 600; color:#333; text-align: center;}
section , p , dl, dt, dd, ul, ol, li, a, figcapttion {
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
picture {display: block;}

.content {
    width: 100%;
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
}

.content img {
    width: 100%;
    font-size: 0;
    vertical-align: top;
}

.content a:hover {
    opacity: .9;
}

.offer-04 {
    margin-bottom: 40px;
}

.scroll_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 20px;
}

.scroll_wrap img {
    width: 1030px;
    display: block;
}

.cost-wrap {
    margin: 0 20px 40px;
}

.tab_open_wrap {
    background: #0074C2;
    border-radius: 8px;
    margin: 0 0 20px;
}

.tab_open {
    padding: 16px;
    background: #0074C2;
    border-radius: 8px;
    position: relative;
}

.tab_open::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(/img/com/icon_arrow_wh01.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(90deg);
    margin-top: -8px;
}

.tab_open.active::after {
    transform: rotate(-90deg);
}

.tab_open img {
    width: auto;
    height: 40px;
}

.cost_detail {
    padding: 0 16px 16px;
    display: none;
}

.faq_wrap {
    padding: 25px 20px 20px;
}

.faq_q {
    background: #E4EFF3;
    padding: 16px 38px 16px 32px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
}

.faq_q::before {
    content: 'Q';
    color: #8ECBDF;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.faq_q::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(/img/com/icon_arrow_wh01.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(90deg);
    margin-top: -8px;
}

.faq_q.active::after {
    transform: rotate(-90deg);
}

.faq_a {
    display: none;
    padding: 0px 16px 20px 32px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    position: relative;
}

.faq_a::before {
    content: 'A';
    color: #F23E9A;
    position: absolute;
    top: 0;
    left: 16px;
}

.attention {
    background: #E4EFF3;
    padding: 40px 20px 60px;
}

.attention h2 {
    margin: 0 auto 20px;
    font-size: 1.8rem;
}

.attention ul {
    background: #fff;
    padding: 20px;
}

.attention ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.attention ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.article_link {
    background: #EAF6FF;
    padding: 0 3.63% 55px;
}

.article_link p {
    font-size: 3.18vw;
    color: #1e1e1e;
    padding: 15px 0 8px;
}

.article_link img {
    display: block;
    margin: 0 auto;
    width: 90%;
    border-radius: 8px;
}

footer {
    margin: 0 auto;
    max-width: 640px;
    padding: 32px 32px 160px;
    background: #0074C2;
    color: #fff;
    box-sizing: border-box;
}

footer ul {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

.copyright {
    display: block;
    text-align: center;
}

.cv_btn_wrap {
    background: rgba(255,255,255,0.80);
    position: fixed;
    bottom: 0;
    width: 100%;
}
.fixed_btn {
    max-width: 640px;
    padding: 5px;
    margin: 0 auto;
    box-sizing: border-box;
}

.fixed_btn img {
    width: 100%;
}
 
/* ---------------------------------------------------------
 tablet 768px - 1023px
---------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
    .scroll_wrap {
        margin: 0 30px;
    }
    .cost-wrap {
        margin: 0 30px 60px;
    }
    
    .tab_open {
        padding: 30px;
    }
    
    .tab_open::after {
        width: 24px;
        height: 24px;
        right: 30px;
    }
    
    .tab_open img {
        height: 70px;
    }
    
    .faq_wrap {padding: 45px 20px 40px;}
    
    .attention h2 {font-size: 2.6rem;}
    .attention ul li {font-size: 1.4rem;}
    
    footer {padding: 60px 30px 250px;}
    
    .fixed_btn {padding: 5px 30px;}
    .fixed_btn:hover {opacity: .9;}

    .article_link p {font-size: 20px}
}