@charset "utf-8";
/**********************************************************************/
/*faq_title*/
.faq_title_cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.faq_title_cont h1 {
    font-size: 40px;
    color: #122b86;
    padding-bottom: 30px;
    border-bottom: 1px solid #122b86;
}
/*faq_link*/
section#faq_link {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
section#faq_link p {
    margin-bottom: 40px;
}
.faq_link_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.faq_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.faq_link_list a {
    display: block;
    width: calc(25% - 15px);
    text-align: center;
    border: 1px solid #122b86;
    color: #122b86;
    padding: 20px;
    margin: 0 0 20px;
}
.faq_link_list a:not(:nth-child(4n + 1)) {
    margin-left: 20px;
}
/*faq_cont*/
.faq_cont {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
.column_list {
    margin: 40px 0 80px;
    padding: 40px;
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 10%);
}
.column_list h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.column_list_cont {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #ccc;
}
.column_list_cont dl {
    display: flex;
    flex-wrap: wrap;
}
.column_list_cont dl:first-of-type {
    align-items: center;
}
.column_list_cont dl:last-of-type {
    align-items: flex-start;
    padding-top: 20px;
}
.column_list_cont dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 30px;
}
.column_list_cont dl:first-of-type dt {
    background: #122b86;
    color: #fff;
    padding-bottom: 5px;
}
.column_list_cont dl:last-of-type dt {
    background: #e7e9f3;
    color: #122b86;
}
.column_list_cont dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 80px);
}
.column_list_cont dl:first-of-type dd {
    font-size: 20px;
    color: #122b86;
    font-weight: bold;
}
.column_list_cont dl:last-of-type dd {
    padding-top: 10px;
    line-height: 1.5;
}
.column_list_cont dl dd p a {
    text-decoration: underline;
}

.column_list > p {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    text-align: right;
}
.column_list > p a {
    position: relative;
    color: #253b8d;
    padding: 0 0 2px;
}
.column_list > p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
}


@media screen and (min-width: 1025px) and (max-width: 1180px) {
    /*column_list_cont*/
    section#column_list_cont {
        width: 100%;
        max-width: 94vw;
        margin: 30px auto;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    /*faq_title*/
    .faq_title_cont {
        width: 100%;
        max-width: 94vw;
        margin: 0 auto;
    }
    .faq_title_cont h1 {
        font-size: 36px;
        color: #122b86;
        padding-bottom: 14px;
        border-bottom: 1px solid #122b86;
    }
    /*faq_link*/
    section#faq_link {
        width: 100%;
        max-width: 94vw;
        margin: 0 auto;
    }
    section#faq_link p {
        margin: 10px 0 30px;
        font-size: 16px;
    }
    .faq_link_list a {
        width: calc(33% - 9px);
        padding: 14px;
        margin: 0 0 10px;
        font-size: 15px;
    }
    .faq_link_list a:not(:nth-child(4n + 1)) {
        margin-left: 0;
    }
    .faq_link_list a:not(:nth-child(3n + 1)) {
        margin-left: 16px;
    }
    /*faq_cont*/
    .faq_cont {
        max-width: 88vw;
        margin: 30px auto;
    }
    .column_list {
        margin: 20px 0;
        padding: 20px 10px;
    }
    .column_list h2 {
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .column_list_cont {
        max-width: 100%;
        margin: 0 auto 20px;
        padding-bottom: 20px;
    }
    .column_list_cont dl:last-of-type {
        padding-top: 15px;
    }
    .column_list_cont dl dt {
        width: 40px;
        height: 40px;
        font-size: 18px;
        font-weight: normal;
        margin-right: 10px;
    }
    .column_list_cont dl:first-of-type dt {
        padding-bottom: 4px;
    }
    .column_list_cont dl dd {
        width: calc(100% - 50px);
    }
    .column_list_cont dl:first-of-type dd {
        font-size: 20px;
    }
    .column_list_cont dl:last-of-type dd {
        padding-top: 8px;
        font-size: 16px;
    }
    .column_list > p {
        max-width: 100%;
    }
}
@media screen and (max-width: 599px) {
    /*faq_title*/
    .faq_title_cont {
        width: 100%;
        max-width: 94vw;
        margin: 0 auto;
    }
    .faq_title_cont h1 {
        font-size: 5vw;
        color: #122b86;
        padding-bottom: 14px;
        border-bottom: 1px solid #122b86;
    }
    /*faq_link*/
    section#faq_link {
        width: 100%;
        max-width: 94vw;
        margin: 0 auto;
    }
    section#faq_link p {
        margin: 10px 0 20px;
        font-size: 4vw;
    }
    .faq_link_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .faq_link_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .faq_link_list a {
        width: calc(50% - 8px);
        padding: 14px;
        margin: 0 0 10px;
        font-size: 3.8vw;
    }
    .faq_link_list a:not(:nth-child(4n + 1)) {
        margin-left: 0;
    }
    .faq_link_list a:not(:nth-child(2n + 1)) {
        margin-left: 14px;
    }
    /*faq_cont*/
    .faq_cont {
        max-width: 84vw;
        margin: 30px auto;
    }
    .column_list {
        margin: 20px 0;
        padding: 20px 10px;
    }
    .column_list h2 {
        font-size: 4vw;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .column_list_cont {
        max-width: 100%;
        margin: 0 auto 20px;
        padding-bottom: 20px;
    }
    .column_list_cont dl:last-of-type {
        padding-top: 10px;
    }
    .column_list_cont dl dt {
        width: 25px;
        height: 25px;
        font-size: 2.6vw;
        font-weight: normal;
        margin-right: 10px;
    }
    .column_list_cont dl:first-of-type dt {
        padding-bottom: 2px;
    }
    .column_list_cont dl dd {
        width: calc(100% - 35px);
    }
    .column_list_cont dl:first-of-type dd {
        font-size: 3.4vw;
    }
    .column_list_cont dl:last-of-type dd {
        padding-top: 0;
        font-size: 3.2vw;
    }
    .column_list > p {
        max-width: 100%;
    }
}
/* === covid-19 ====================== */
#covid-19_text {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
}
#covid-19_text h3 {
    position: relative;
    color: #dd0000;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}
#covid-19_text h3:after {
    position: absolute;
    top: 3px;
    bottom: 0px;
    right: -40px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 7px;
    height: 8px;
    border: 7px solid transparent;
    border-top: 8px solid #dd0000;
}
#covid-19_text p {
    display: none;
    width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 30px;
    background: #f5f5f5;
}
    #covid-19_text a {
        width: 90vw;
        padding: 10px;
        font-size: 1vw;
        line-height: 1.7;
        text-align: justify;
        font-feature-settings: "palt";
		color: #007AAD;
    }	
@media screen and (min-width: 600px) and (max-width: 1024px) {
    #covid-19_text {
        width: 90vw;
        margin: 40px auto;
        text-align: left;
    }
    #covid-19_text h3 {
        font-size: 18px;
        text-align: left;
        width: 90vw;
        margin-bottom: 10px;
    }
    #covid-19_text h3:after {
        right: 0;
    }
    #covid-19_text p {
        width: 90vw;
        padding: 20px;
        font-size: 14px;
    }
    #covid-19_text a {
        width: 90vw;
        padding: 10px;
        font-size: 3vw;
        line-height: 1.7;
        text-align: justify;
        font-feature-settings: "palt";
		color: #007AAD;
    }	
}
@media screen and (max-width: 599px) {
    #covid-19_text {
        width: 90vw;
        margin: 40px auto;
        text-align: left;
    }
    #covid-19_text h3 {
        font-size: 5vw;
        text-align: left;
        width: 90vw;
        margin-bottom: 10px;
    }
    #covid-19_text h3:after {
        right: 0;
    }
    #covid-19_text p {
        width: 90vw;
        padding: 10px;
        font-size: 4.2vw;
        line-height: 1.7;
        text-align: justify;
        font-feature-settings: "palt";
    }
    #covid-19_text a {
        width: 90vw;
        padding: 10px;
        font-size: 3vw;
        line-height: 1.7;
        text-align: justify;
        font-feature-settings: "palt";
		color: #007AAD;
    }	
}
