@charset "UTF-8";
/*　*/
/**************************************************
		index
**************************************************/
.index_ttl01 .m-ttl01_en::before {
    background-image: url(../img/common/icon_faq_circle.svg);
}
.index_sec02:last-child {
    margin-bottom: 0;
}
.index_list01 {
    display: flex;
    margin: -0.3rem -0.3rem 1.2rem -0.3rem;
    flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
    .index_list01 {
        margin: -1rem -1rem 1.5rem -1rem;
    }
}
@media only screen and (max-width: 767px) {
    .index_list01 > li {
        display: flex;
        margin: 0.3rem;
        width: calc(50% - 0.6rem - 0.1px);
    }
}
@media print, screen and (min-width: 768px) {
    .index_list01 > li {
        margin: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .index_list01 a {
        display: flex;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        width: 100%;
        min-height: 4.5rem;
        line-height: 1.3;
        align-items: center;
        justify-content: center;
    }
}
.index_list01 .is-active .m-btn02 {
    background-color: #0099BF;
    color: #fff;
}
.index_list02 {
    font-size: 1.4rem;
    line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
    .index_list02 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        font-size: 1.6rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02 > li {
        padding: 0 1rem;
    }
}
.index_list02 a {
    display: block;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02 a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .index_list02 a:hover {
        color: #0099BF;
    }
}
.index_list03 > li {
    border: 1px solid #0099BF;
}
.index_list03 > li:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_list03 > li:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.index_list03_question {
    position: relative;
    padding: 1.9rem 2.9rem 1.9rem 0.9rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s;
    cursor: pointer;
}
@media print, screen and (min-width: 768px) {
    .index_list03_question {
        padding: 3.4rem 5.9rem 3.4rem 2.9rem;
        font-size: 1.8rem;
    }
}
.index_list03_question::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: #0099BF;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: -1;
    content: "";
}
.index_list03_question::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.9rem;
    width: 1.4rem;
    height: 1.4rem;
    background: transparent url(../img/common/icon_plus_gray.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: background-image 0.3s;
    content: "";
}
@media print, screen and (min-width: 768px) {
    .index_list03_question::after {
        right: 2.9rem;
        width: 2.4rem;
        height: 2.4rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list03_question:hover {
        color: #fff;
    }
    .index_list03_question:hover::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    .index_list03_question:hover::after {
        background-image: url(../img/common/icon_plus_white.svg);
    }
    .index_list03_question:hover span::before {
        background-color: #fff;
        color: #0099BF;
    }
}
.index_list03_question.is-active::after {
    background-image: url(../img/common/icon_minus_gray.svg);
}
@media print, screen and (min-width: 768px) {
    .index_list03_question.is-active:hover::after {
        background-image: url(../img/common/icon_minus_white.svg);
    }
}
.index_list03_question span {
    display: block;
    position: relative;
    padding-left: 3.3rem;
}
@media print, screen and (min-width: 768px) {
    .index_list03_question span {
        padding-left: 4.5rem;
    }
}
.index_list03_question span::before {
    display: flex;
    position: absolute;
    top: 0.7em;
    left: 0;
    border-radius: 100%;
    width: 2.6rem;
    height: 2.6rem;
    background: #0099BF;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    content: "Q";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color 0.3s, color 0.3s;
}
@media print, screen and (min-width: 768px) {
    .index_list03_question span::before {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.8rem;
    }
}
.index_list03_answer {
    position: relative;
    margin: 0.9rem;
    padding: 1.5rem 1rem 1.5rem 4.5rem;
    background: rgba(0, 153, 191, 0.1);
    font-size: 1.4rem;
    line-height: 1.8;
    word-break: break-all;
    word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
    .index_list03_answer {
        margin: 1.5rem 2.9rem 2.9rem 2.9rem;
        padding: 3rem 2.5rem 3rem 7rem;
        font-size: 1.6rem;
    }
}
.index_list03_answer::before {
    display: flex;
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    border: 1px solid #0099BF;
    border-radius: 100%;
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0099BF;
    text-align: center;
    align-items: center;
    justify-content: center;
    content: "A";
}
@media print, screen and (min-width: 768px) {
    .index_list03_answer::before {
        top: 2.7rem;
        left: 2rem;
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.8rem;
    }
}
.index_list03 .m-iconWindow {
    margin-right: 0.5em;
}
.index_txt01:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_txt01:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
.index_txt01 + .m-listNotes {
    margin-top: -1rem;
}
@media print, screen and (min-width: 768px) {
    .index_txt01 + .m-listNotes {
        margin-top: -2rem;
    }
}
.index_list04:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list04:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
.index_list04 > li {
    display: flex;
}
.index_list04 > li:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list04 > li:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
.index_list04 dl {
    flex: 1;
}
.index_list05:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list05:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box02 {
        display: flex;
        margin: -2rem;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .index_box02_inner01 {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box02_inner01 {
        display: flex;
        margin: 2rem;
        width: calc(50% - 4rem - 0.1px);
    }
}
@media print, screen and (min-width: 768px) {
    .index_box02_inner02 {
        display: flex;
        margin: 2rem;
        width: calc(100% - 4rem - 0.1px);
    }
}
.index_box03, .index_box04, .index_box05 {
    position: relative;
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .index_box03, .index_box04, .index_box05 {
        padding: 4rem;
    }
}
.index_box03::before, .index_box04::before, .index_box05::before {
    position: absolute;
    background: transparent none 50% 50% no-repeat;
    background-size: contain;
    opacity: 0.15;
    content: "";
}
@media only screen and (max-width: 767px) {
    .index_box03::before, .index_box04::before, .index_box05::before {
        top: 2.5rem;
        right: 1.5rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box03::before, .index_box04::before, .index_box05::before {
        bottom: 4rem;
        right: 4rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box03, .index_box04 {
        min-height: 30rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box05 {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .index_box05_inner01 {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box05_inner01 {
        margin-right: 6rem;
        width: 50%;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box05_inner02 {
        flex: 1;
    }
}
.index_box03::before {
    width: 8rem;
    height: 6rem;
    background-image: url(../img/faq/icon_municipality.svg);
}
@media print, screen and (min-width: 768px) {
    .index_box03::before {
        width: 15.8rem;
        height: 12.5rem;
    }
}
.index_box04::before {
    width: 8rem;
    height: 7rem;
    background-image: url(../img/faq/icon_contact.svg);
}
@media print, screen and (min-width: 768px) {
    .index_box04::before {
        width: 15.8rem;
        height: 13.8rem;
    }
}
.index_box05::before {
    width: 7rem;
    height: 7rem;
    background-image: url(../img/faq/icon_tel.svg);
}
@media only screen and (max-width: 767px) {
    .index_box05::before {
        top: 5.5rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_box05::before {
        bottom: 50%;
        width: 10rem;
        height: 10rem;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}
@media print, screen and (min-width: 768px) {
    .index_ttl04.is-sm {
        margin-bottom: 1.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .index_btn01 {
        margin-top: 2rem;
        text-align: center;
    }
}
@media print, screen and (min-width: 768px) {
    .index_btn01 {
        position: absolute;
        left: 4rem;
        bottom: 4rem;
    }
}
.index_btn01 .m-btn01 {
    min-width: 28rem;
}
.index_btn01 .m-iconArrow01 {
    display: block;
}
.index_list06 {
    font-size: 1.4rem;
    line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
    .index_list06 {
        font-size: 1.6rem;
    }
}
.index_list06 > li:not(:last-child) {
    margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
    .index_list06 dl {
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
    .index_list06 dt {
        display: inline;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list06 dt {
        white-space: nowrap;
    }
}
.index_list06 dt::after {
    content: "：";
}
@media only screen and (max-width: 767px) {
    .index_list06 dd {
        display: inline;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list06 dd {
        flex: 1;
    }
}
.index_list06_tel dl {
    display: flex;
    align-items: center;
}
.index_list06_tel dt {
    display: block;
    margin-right: 1em;
    padding: 0.2rem;
    border: 1px solid #0099BF;
    width: 6em;
    font-size: 1.3rem;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .index_list06_tel dt {
        font-size: 1.4rem;
    }
}
.index_list06_tel dt::after {
    display: none;
}
.index_list06_tel dd {
    display: block;
    font-size: 2.4rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1;
}
.index_list07 {
    color: #CE0F0F;
}