@charset "utf-8";

/* reset
----------------------------------------------------- */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
ul, ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
img {
    vertical-align: top;
}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}

/* base
----------------------------------------------------- */
html, body {
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    line-height: 1;
    font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    background-color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover {
    filter:alpha(opacity=50);
    -ms-filter:"alpha(opacity=50)";
    opacity:0.7;
    text-decoration: none;
}

/* common parts
----------------------------------------------------- */
.pc {
    display: block;
}
.sp {
    display: none;
}
section {
    width: 100%;
}
.inner {
    width: 1120px;
    margin: 0 auto;
}
.fleft {
    float: left;
    box-sizing: border-box;
}
.fright {
    float: right;
    box-sizing: border-box;
}

.download_btns {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.download_btns .btn_download01 {
    width: 149px;
    margin-right: 24px;
}
.download_btns .btn_download02 {
    width: 187px;
}

h1 {
}
h2 {
    font-size: 24px;
    font-weight: bold;
    color: #191818;
}
h3 {
}
p {
    color: #111111;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .inner {
        width: 86.666667%;
    }
    img {
        width: 100%;
        height: auto;
    }

    .download_btns {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .download_btns .btn_download01 {
        width: 27.73%;
        margin-right: 20px;
    }
    .download_btns .btn_download02 {
        width: 35.6%;
    }

    h1 {
    }
    h2 {
        font-size: 3.466666666666667vw;
        display: inline-block;
    }
    h3 {
    }
    p {
    }
}

/* header
----------------------------------------------------- */
header {
    padding: 37px 0 37px;
    background-color: #fbc45e;
}
header .logo {
    float: left;
    width: 235px;
}
header .btn_covid {
    float: right;
    padding-top: 3px;
}
header .btn_covid a {
    display: block;
    width: 350px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 22px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #000;
}

@media screen and (max-width: 767px) {
    header {
        position: fixed;
        width: 100%;
        height: 75px;
        padding: 24px 0 24px;
        z-index: 1000;
    }
    header.active {
        background-color: #fff;
        height: auto;
    }
    header .logo {
        width: 32.4%;
    }
    header .btn_covid {
        padding-top: 0;
    }
    header .btn_covid a {
        display: block;
        width: auto;
        height: 25px;
        border-radius: 13px;
        font-size: 2.6666666666666665vw;
        line-height: 25px;
        padding: 0 15px;
    }

}

/* main
----------------------------------------------------- */
main {
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 75px;
    }
}

/* section01
----------------------------------------------------- */
#section01 {
    padding: 20px 0 60px 0;
    background-color: #fbc45e;
}
#section01 .fleft {
}
#section01 .fright {
    width: 321px;
    margin-right: 25px;
    padding-top: 60px;
}
#section01 .kv_title {
    width: 691px;
    margin-bottom: 30px;
}
#section01 p.kv_txt {
    font-size: 22px;
    font-weight: bold;
}
#section01 .info_app {
    width: 637px;
    height: 327px;
    background: url(/common/images/kv_bg.png) top left no-repeat;
    margin-top: 30px;
    padding: 45px 19px 0 0;
    box-sizing: border-box;
}
#section01 .info_app p.info_app_txt01 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
#section01 .info_app p.info_app_txt02 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#section01 .info_app .kv_logo {
    width: 285px;
    margin: 25px auto 0;
}

#section01 .banner {
    width: 623px;
    margin: 35px auto 0 0;
}

@media screen and (max-width: 767px) {
    #section01 {
        padding: 0 0 20px 0;
    }
    #section01 .inner {
        width: 90%;
    }
    #section01 .fleft {
        width: 65%;
        padding-top: 30px;
    }
    #section01 .fright {
        width: 35%;
        margin-right: 0;
        padding-top: 0;
    }
    #section01 .kv_title {
        width: 85%;
        margin-bottom: 15px;
    }
    #section01 p.kv_txt {
        font-size: 3.2vw;
        line-height: 1.6;
    }
    #section01 .info_app_sp {
        width: 100%;
        height: auto;
        position: relative;
    }
    #section01 .info_app_sp .download_btns {
        position: absolute;
        bottom: 10%;
        left: 0;
    }
    #section01 .banner {
        width: 90%;
        margin: 15px auto 0;
    }

}

/* section02
----------------------------------------------------- */
#section02 {
    padding: 80px 0 70px 0;
}
#section02 .inner{
    display: flex;
}
#section02 .news_title {
    width: 144px;
    margin-bottom: 40px;
}
#section02 .news {
    width: 710px;
    height: 400px;
    margin-right: 60px;
    overflow-y: scroll;
}
#section02 .news dl {
    display: flex;
    margin-top: 30px;
}
#section02 .news dt {
    font-size: 20px;
    padding-right: 60px;
}
#section02 .news dd {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
}
#section02 .news dd a {
    color: #000;
}
#section02 .news dd a:hover {
    text-decoration: underline;
}
#section02 .news dd a.underline {
    text-decoration: underline;
}
#section02 .news dd a.underline:hover {
    text-decoration: none;
}

#section02 .tweet {
    width: 410px;
    height: 400px;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    #section02 {
        padding: 30px 0 30px 0;
    }
    #section02 .inner{
        display: flex;
        flex-wrap: wrap;
    }
    #section02 .news_title {
        width: 20%;
        margin-bottom: 20px;
    }
    #section02 .news {
        width: 100%;
        height: 300px;
        margin-right: 0;
    }
    #section02 .news dl {
        display: flex;
        margin-top: 15px;
    }
    #section02 .news dt {
        font-size: 2.933333333333333vw;
        padding-right: 20px;
    }
    #section02 .news dd {
        font-size: 3.2vw;
    }
    #section02 .tweet {
        width: 100%;
        height: 300px;
        margin-top: 25px;
    }
}

/* section03
----------------------------------------------------- */
#section03 {
    padding: 65px 0 85px 0;
    background-color: #ffebba;
}
#section03 .fratures_title {
    width: 245px;
    margin-bottom: 20px;
}
#section03 .row {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
#section03 .row .col {
    width: 33.33333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#section03 .row .col:nth-child(1) img.fratures_img{
    width: 299px;
}
#section03 .row .col:nth-child(2) img.fratures_img{
    width: 303px;
}
#section03 .row .col:nth-child(3) img.fratures_img{
    width: 304px;
}
#section03 .row .col .midashi {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 25px;
}
#section03 .row .col .midashi .img_check {
    width: 37px;
    margin-right: 10px;
}

#section03 .row02 {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
#section03 .row02 .col:nth-child(1) {
    width: 639px;
    position: relative;
    z-index: 10;
}
#section03 .row02 .col:nth-child(2) {
    width: 652px;
    height: 360px;
    background: url(/common/images/fratures_img05.png) top left no-repeat;
    margin-top: 40px;
    margin-left: -185px;
    display: flex;
    align-items: center;
}
#section03 .row02 .col:nth-child(2) .txt {
    width: calc(100% - 185px);
    margin-left: 185px;
}

#section03 .txt p {
    font-size: 30px;
    font-weight: bold;
    color: #171717;
    text-align: center;
}
#section03 p.sub {
    font-size: 18px;
    font-weight: bold;
    color: #171717;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
}
#section03 p.sub span {
    display: block;
    margin-bottom: 10px;
}

#section03 .fratures_img06 {
    margin-top: 20px;
    position: relative;
}
#section03 .fratures_img06 .fratures_img06_txt {
    position: absolute;
    top: 125px;
    left: 0;
    width: 580px;
}
#section03 p.sub span.gray {
    display: inline-block;
    margin-bottom: 0;
    color: #555555;
    font-size: 11px;
}
#section03 p.alert {
    margin-top: 30px;
    color: #555555;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    #section03 {
        padding: 25px 0 40px 0;
        background-color: #ffebba;
    }
    #section03 .fratures_title {
        width: 34%;
        margin-bottom: 0;
        margin-right: 15px;
        display: inline-block;
    }
    #section03 .row {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-right: 0;
        margin-left: 0;
    }
    #section03 .row .col {
        width: 100%;
        margin: 0 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #section03 .row .col.reserve {
        flex-direction: row-reverse;
    }
    #section03 .row .col:nth-child(2),
    #section03 .row .col:nth-child(3) {
        margin-top: 20px;
    }
    #section03 .row .col:nth-child(1) img.fratures_img{
        width: 45%;
    }
    #section03 .row .col:nth-child(2) img.fratures_img{
        width: 45%;
    }
    #section03 .row .col:nth-child(3) img.fratures_img{
        width: 45%;
    }
    #section03 .row .col .txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 55%;
        margin-top: 0;
    }
    #section03 .row .col .midashi {
        margin-top: 0;
    }
    #section03 .row .col .midashi .img_check {
        width: 4.8vw;
    }
    #section03 .row02 {
        margin-top: 30px;
        display: block;
    }
    #section03 .midashi p {
        font-size: 4.8vw;
    }
    #section03 p.sub {
        font-size: 2.6666666666666665vw;
        margin-top: 10px;
    }
}

/* section04
----------------------------------------------------- */
#section04 {
    padding: 65px 0 95px 0;
    background-color: #fbc45e;
}
#section04 .howto_title {
    width: 309px;
    margin-bottom: 20px;
}
#section04 .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
#section04 .row .col:nth-child(odd) {
    width: 332px;
    height: 593px;
    background: url(/common/images/howto_bg.png) top left no-repeat;
    padding-top: 32px;
    padding-right: 13px;
    box-sizing: border-box;
}
#section04 .row .col:nth-child(even) {
    width: 23px;
    margin: 0 15px;
}
#section04 .row .col .step {
    width: 80px;
    margin: 0 auto 20px;
}
#section04 .row .col .howto_txt {
    font-size: 22px;
    font-weight: bold;
    color: #1e1e1e;
    text-align: center;
    line-height: 1.5;
}
#section04 .row .col .howto_txt02 {
    font-size: 16px;
    font-weight: bold;
    color: #1e1e1e;
    text-align: left;
    line-height: 1.5;
    padding: 0 30px;
    margin-top: 10px;
}
#section04 .row .col .howto_txt02 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

#section04 .row .col .howto_img01 {
    width: 155px;
    margin: 20px auto 0;
}
#section04 .row .col .howto_img02 {
    width: 251px;
    margin: 20px auto 0;
}
#section04 .row .col .howto_img03 {
    width: 217px;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
    #section04 {
        padding: 25px 0 25px 0;
    }
    #section04 .howto_title {
        width: 45%;
        margin-bottom: 0;
        margin-right: 15px;
        display: inline-block;
    }
    #section04 .row {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    #section04 .row .col:nth-child(odd) {
        width: 100%;
        height: auto;
        background-image: none;
        padding: 0;
    }
    #section04 .row .col:nth-child(even) {
        width: 100%;
        margin: 0;
    }
    #section04 .row .col:nth-child(even) img {
        width: 7.5%;
        margin: 10px auto 10px;
    }

}

/* section05
----------------------------------------------------- */
#section05 {
    padding: 90px 0 85px 0;
    background-color: #ffebba;
}
#section05 .faq_title {
    width: 106px;
    margin-bottom: 20px;
}
#section05 .faq {
    margin-top: 50px;
}
#section05 .faq .toggle_contents {
    margin-bottom: 16px;
}
#section05 .faq .toggle_title {
    position: relative;
    padding: 20px 90px 20px 35px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    background-color: #fff;
    display: flex;
    align-items: center;
}
#section05 .faq .toggle_title span.q_no {
    font-size: 38px;
    font-weight: bold;
    color: #6ec6ca;
    display: inline-block;
    margin-right: 40px;
}

#section05 .faq .toggle_btn {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    background: #fff;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#section05 .faq .toggle_btn:before, .toggle_btn:after {
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    width: 21px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#section05 .faq .toggle_btn:before {
    width: 3px;
    height: 21px;
}
#section05 .faq .toggle_title.selected .toggle_btn:before {
    content: normal;
}
#section05 .faq .toggle_contents dd {
    display: none;
}
#section05 .faq .toggle_contents dd p.answer {
    padding: 15px 50px 15px 35px;
    font-size: 18px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    #section05 {
        padding: 25px 0 25px 0;
    }
    #section05 .faq_title {
        width: 20%;
        margin-bottom: 0;
        margin-right: 15px;
        display: inline-block;
    }
    #section05 .faq {
        margin-top: 20px;
    }
    #section05 .faq .toggle_contents {
        margin-bottom: 10px;
    }
    #section05 .faq .toggle_title {
        padding: 15px 40px 15px 15px;
        font-size: 3.2vw;
    }
    #section05 .faq .toggle_title span.q_no {
        font-size: 5.6vw;
        margin-right: 20px;
    }
    #section05 .faq .toggle_btn {
        right: 15px;
        width: 12px;
        height: 12px;
    }
    #section05 .faq .toggle_btn:before, .toggle_btn:after {
        width: 12px;
        height: 2px;
    }
    #section05 .faq .toggle_btn:before {
        width: 2px;
        height: 12px;
    }
    #section05 .faq .toggle_contents dd p.answer {
        padding: 10px 15px 10px 15px;
        font-size: 2.933333333333333vw;
    }

}

/* section06
----------------------------------------------------- */
#section06 {
    padding: 70px 0 85px 0;
}
#section06 .media_title {
    width: 166px;
    margin-bottom: 20px;
}
#section06 .media {
    margin-top: 50px;
}
#section06 .media dl {
    display: flex;
    margin-top: 30px;
}
#section06 .media dt {
    font-size: 20px;
    padding-right: 60px;
}
#section06 .media dd {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
}
#section06 .media dd a {
    color: #000;
}
#section06 .media dd a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #section06 {
        padding: 25px 0 25px 0;
    }
    #section06 .media_title {
        width: 32%;
        margin-bottom: 0;
        margin-right: 15px;
        display: inline-block;
    }
    #section06 .media {
        margin-top: 30px;
    }
    #section06 .media dl {
        display: flex;
        margin-top: 15px;
    }
    #section06 .media dt {
        font-size: 2.933333333333333vw;
        padding-right: 20px;
    }
    #section06 .media dd {
        font-size: 3.2vw;
    }
}



/* footer
----------------------------------------------------- */
footer {
}
footer .inner {
    border-top: 1px solid #000;
    padding: 70px 0 57px 0;
}
footer .inner ul {
}
footer .inner ul li {
    float: left;
    width: 33.33333333%;
    text-align: center;
    box-sizing: border-box;
}
footer .inner ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    margin-bottom: 25px;
}
footer .inner .footer_logo {
    width: 304px;
    margin: 25px auto 0;
}

footer .copyright {
    background-color: #1f1f1f;
    padding: 35px 0;
}
footer .copyright p {
    font-size: 18px;
    color: #dfdfdf;
    text-align: center;
}

@media screen and (max-width: 767px) {
    footer .inner {
        padding: 35px 0 28px 0;
    }
    footer .inner ul li {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    footer .inner ul li a {
        font-size: 2.933333333333333vw;
        margin-bottom: 20px;
    }
    footer .inner .footer_logo {
        width: 54.67%;
        margin: 20px auto 0;
    }
    footer .copyright {
        background-color: #1f1f1f;
        padding: 25px 0;
    }
    footer .copyright p {
        font-size: 3.2vw;
    }

}
@media screen and (max-width:320px){
}


/* clearfix
------------------------------------------------------------------ */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clear {
    clear: both;
}