@charset "UTF-8";
/*　*/
/**************************************************
		index
**************************************************/
.index_ttl01 .m-ttl01_en::before {
    background-image: url(../img/common/icon_guide_circle.svg);
}
.index_sec02:last-child {
    margin-bottom: 0;
}
.index_list01 {
    display: flex;
    margin: -1.5rem -0.5rem;
    flex-wrap: wrap;
    counter-reset: about-cnt;
}
@media print, screen and (min-width: 768px) {
    .index_list01 {
        margin: 0 -1rem;
    }
}
.index_list01 > li {
    margin: 1.5rem 0.5rem;
    width: calc(50% - 1rem - 0.1px);
    counter-increment: about-cnt;
}
@media print, screen and (min-width: 768px) {
    .index_list01 > li {
        margin: 0 1rem;
        width: calc(25% - 2rem - 0.1px);
    }
}
.index_list01 > li:nth-child(1) img {
    width: 8rem;
}
@media print, screen and (min-width: 768px) {
    .index_list01 > li:nth-child(1) img {
        width: 12rem;
    }
}
.index_list01 > li:nth-child(2) img {
    width: 6rem;
}
@media print, screen and (min-width: 768px) {
    .index_list01 > li:nth-child(2) img {
        width: 9.5rem;
    }
}
.index_list01 > li:nth-child(3) img {
    width: 7.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list01 > li:nth-child(3) img {
        width: 11rem;
    }
}
.index_list01 > li:nth-child(4) img {
    width: 6.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list01 > li:nth-child(4) img {
        width: 10rem;
    }
}
.index_list01_img {
    display: flex;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    width: 14rem;
    height: 14rem;
    background: rgba(0, 153, 191, 0.15);
    text-align: center;
    align-items: center;
    justify-content: center;
}
@media print, screen and (min-width: 768px) {
    .index_list01_img {
        width: 22rem;
        height: 22rem;
    }
}
.index_list01_img::before {
    display: flex;
    position: absolute;
    top: 0;
    left: -0.7rem;
    border: 2px solid #0099BF;
    border-radius: 100%;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.1rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #0099BF;
    text-align: center;
    align-items: center;
    justify-content: center;
    content: counter(about-cnt, decimal-leading-zero);
}
@media print, screen and (min-width: 768px) {
    .index_list01_img::before {
        width: 7.4rem;
        height: 7.4rem;
        font-size: 3rem;
    }
}
.index_list01_ttl {
    margin: 1rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .index_list01_ttl {
        font-size: 1.8rem;
    }
}
.index_list01_txt {
    line-height: 1.6;
}
.index_list02 {
    position: relative;
    counter-reset: flow-cnt;
}
.index_list02 > li {
    position: relative;
    counter-increment: flow-cnt;
}
@media only screen and (max-width: 767px) {
    .index_list02 > li {
        padding-top: 4rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02 > li {
        padding-left: 20rem;
    }
}
.index_list02 > li:not(:last-child) {
    padding-bottom: 5.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02 > li:not(:last-child) {
        padding-bottom: 7rem;
    }
}
.index_list02 > li:not(:last-child)::before, .index_list02 > li:not(:last-child)::after {
    position: absolute;
    left: 8rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}
.index_list02 > li:not(:last-child)::before {
    bottom: 1rem;
    border-top: 3rem solid rgba(0, 153, 191, 0.15);
    border-bottom: 0;
    border-left: 1.75rem solid transparent;
    border-right: 1.75rem solid transparent;
}
@media only screen and (max-width: 767px) {
    .index_list02 > li:not(:last-child)::before {
        left: 50%;
    }
}
.index_list02 > li:not(:last-child)::after {
    top: 8rem;
    width: 1rem;
    height: calc(100% - 12rem);
    background: rgba(0, 153, 191, 0.15);
}
@media only screen and (max-width: 767px) {
    .index_list02 > li:not(:last-child)::after {
        display: none;
    }
}
.index_list02_outer01 {
    position: relative;
}
@media print, screen and (min-width: 768px) {
    .index_list02_outer01 {
        display: flex;
        padding: 4rem;
        flex-wrap: wrap;
    }
}
.index_list02_outer01::before {
    position: absolute;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #0099BF;
    content: "STEP" counter(flow-cnt, decimal-leading-zero);
}
@media only screen and (max-width: 767px) {
    .index_list02_outer01::before {
        top: -4rem;
        left: 0;
        width: 100%;
        text-align: center;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_outer01::before {
        top: 0;
        left: -20rem;
        padding: 1.5rem 0;
        font-size: 4.5rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_outer02 {
        display: flex;
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 767px) {
    .index_list02_inner01 {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid #E0E0E0;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner01 {
        padding-right: 3rem;
        border-right: 2px solid #E0E0E0;
        width: 47rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner02 {
        padding-left: 3rem;
        flex: 1;
    }
}
@media only screen and (max-width: 767px) {
    .index_list02_inner03 {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner03 {
        margin-right: 2rem;
        width: 40rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner04 {
        margin-right: -2rem;
        flex: 1;
    }
}
@media only screen and (max-width: 767px) {
    .index_list02_inner05 {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner05 {
        margin-right: 2rem;
        width: 54rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner06 {
        flex: 1;
    }
}
@media only screen and (max-width: 767px) {
    .index_list02_inner07 {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner07 {
        flex: 1;
        order: 2;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner08 {
        margin-right: 3rem;
        width: 46.5rem;
        order: 1;
    }
}
@media only screen and (max-width: 767px) {
    .index_list02_inner09 {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner09 {
        flex: 1;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner10 {
        margin-left: 3rem;
        width: 46.5rem;
    }
}
.index_list02_inner11 {
    margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02_inner11 {
        width: 100%;
    }
}
.index_list02 .m-iconWindow {
    margin-right: 0.5em;
}
.index_list02_ttl01 {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .index_list02_ttl01 {
        padding-left: 4.5rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_ttl01 {
        padding-top: 7rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_ttl01.is-sm {
        margin-bottom: 2rem;
    }
}
.index_list02_ttl01::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.4rem;
    height: 3.4rem;
    background: transparent none 50% 50% no-repeat;
    background-size: contain;
    content: "";
}
@media only screen and (max-width: 767px) {
    .index_list02_ttl01::before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_ttl01::before {
        top: 0;
        left: 0;
        width: 6.2rem;
        height: 6.2rem;
    }
}
.index_list02 > li:nth-child(1) .index_list02_ttl01::before {
    background-image: url(../img/guide/icon_step_01.svg);
}
.index_list02 > li:nth-child(2) .index_list02_ttl01::before {
    background-image: url(../img/guide/icon_step_02.svg);
}
.index_list02 > li:nth-child(3) .index_list02_ttl01::before {
    background-image: url(../img/guide/icon_step_03.svg);
}
.index_list02_txt01:not(:last-child) {
    margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02_txt01:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}
.index_list02_list02 {
    margin-bottom: 2.5rem;
}
.index_list02_list02 > li:not(:last-child) {
    margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list02 dl {
        display: flex;
        align-items: center;
    }
}
.index_list02_list02 dt {
    padding: 0.7rem 1.5rem;
    border-radius: 3rem;
    background: #0099BF;
    font-size: 1.4rem;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .index_list02_list02 dt {
        margin-bottom: 1.5rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_list02 dt {
        margin-right: 2rem;
        padding: 1rem 2rem;
        width: 15rem;
        font-size: 1.4rem;
    }
}
.index_list02_list02 dt .icon {
    position: relative;
    padding-left: 2.5rem;
}
.index_list02_list02 dt .icon::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    height: 2rem;
    background: transparent none 50% 50% no-repeat;
    background-size: contain;
    content: "";
}
.index_list02_list02 .is-income dt .icon::before {
    background-image: url(../img/guide/icon_income.svg);
}
.index_list02_list02 .is-family dt .icon {
    padding-left: 4.5rem;
}
.index_list02_list02 .is-family dt .icon::before {
    width: 3.5rem;
    background-image: url(../img/guide/icon_family.svg);
}
.index_list02_list02 dd {
    flex: 1;
}
.index_list02_list02 .m-select01 select {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02_box01 {
        padding-left: 1rem;
        padding-right: 1rem;
        border-width: 2rem;
    }
}
.index_list02_box01_inner02 {
    display: none;
}
.index_list02_ttl03 {
    position: relative;
    margin-bottom: 0.5rem;
    padding-top: 5.5rem;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .index_list02_ttl03 {
        padding-top: 6rem;
    }
}
.index_list02_ttl03::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 4rem;
    height: 4rem;
    background: transparent url("../img/mypage/icon_index_02.svg") 50% 50% no-repeat;
    background-size: contain;
    content: "";
}
@media print, screen and (min-width: 768px) {
    .index_list02_ttl03::before {
        width: 5rem;
        height: 5rem;
    }
}
.index_list02_txt02 {
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list03 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.index_list02_list03 dt {
    margin-right: 1em;
    padding: 0.5rem 1.5rem;
    background: #E0E0E0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
}
@media only screen and (max-width: 767px) {
    .index_list02_list03 dt {
        margin-bottom: 0.5rem;
        text-align: center;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_list03 dt {
        padding: 0.5rem 1rem;
    }
}
.index_list02_list03 dd {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
}
@media only screen and (max-width: 767px) {
    .index_list02_list03 dd {
        text-align: center;
    }
}
.index_list02_list03 dd .num {
    font-size: 3.4rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0099BF;
}
.index_list02_list04 {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list04 {
        font-size: 1.8rem;
        justify-content: flex-end;
    }
}
.index_list02_list04 > li {
    width: 33.333%;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list04 > li {
        width: 33.333%;
    }
}
.index_list02_list04 a {
    display: block;
    position: relative;
    padding-top: 8.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list04 a {
        padding-top: 15rem;
    }
    .index_list02_list04 a:hover {
        color: #0099BF;
    }
    .index_list02_list04 a:hover::before {
        background-color: rgba(0, 153, 191, 0.2);
    }
}
.index_list02_list04 a::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    border-radius: 100%;
    width: 7.5rem;
    height: 7.5rem;
    background: rgba(0, 153, 191, 0.1) none 50% 50% no-repeat;
    content: "";
}
@media print, screen and (min-width: 768px) {
    .index_list02_list04 a::before {
        width: 13.5rem;
        height: 13.5rem;
    }
}
.index_list02_list04 .is-ranking a::before {
    background-image: url(../img/guide/icon_ranking.svg);
    background-size: 3.5rem auto;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list04 .is-ranking a::before {
        background-size: 7rem auto;
    }
}
.index_list02_list04 .is-goods a::before {
    background-image: url(../img/guide/icon_goods.svg);
    background-size: 2.5rem auto;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list04 .is-goods a::before {
        background-size: 5rem auto;
    }
}
.index_list02_list04 .is-feature a::before {
    background-image: url(../img/guide/icon_feature.svg);
    background-size: 3.5rem auto;
}
@media print, screen and (min-width: 768px) {
    .index_list02_list04 .is-feature a::before {
        background-size: 7.6rem auto;
    }
}
.index_list02_img01 {
    text-align: center;
}
.index_list02_img01 img {
    width: 20rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02_img01 img {
        width: 31rem;
    }
}
.index_list02_box02 {
    margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02_box02 {
        margin-top: 3rem;
    }
}
.index_list02_img02 {
    text-align: center;
}
.index_list02_img02 img {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .index_list02_img02 img {
        width: 43.5rem;
    }
}
.index_list02_img03 {
    text-align: center;
}
.index_list02_img03 img {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .index_list02_img03 img {
        width: 46.5rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list02_txt03 {
        margin-left: 3.5rem;
    }
}
.index_sec03 {
    padding: 3.5rem 0;
    color: #fff;
}
.index_sec03::before {
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(100% + 100vw);
    height: 100%;
    background: #0099BF;
    z-index: -1;
    content: "";
}
@media print, screen and (min-width: 768px) {
    .index_sec03 {
        padding: 9rem 0;
    }
}
.index_sec03:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .index_list03 {
        margin: -2rem 0;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list03 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list03 > li {
        width: 33.333%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .index_list03 > li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list03 > li:not(:last-child) {
        border-right: 1px solid #fff;
    }
}
.index_list03 a {
    display: block;
    position: relative;
    padding: 2rem 0;
}
@media print, screen and (min-width: 768px) {
    .index_list03 a {
        padding: 3rem 0;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list03 a:hover .m-btn01.is-white {
        color: #fff;
    }
    .index_list03 a:hover .m-btn01.is-white::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    .index_list03 a:hover .m-btn01.is-white .m-iconArrow01::before, .index_list03 a:hover .m-btn01.is-white .m-iconArrow01::after {
        border-color: #fff;
    }
    a:hover .index_list03_txt::before {
        background-color: rgba(255, 255, 255, 0.3);
    }
}
.index_list03_txt {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
}
@media print, screen and (min-width: 768px) {
    .index_list03_txt {
        position: relative;
        padding-top: 22rem;
        font-size: 2.4rem;
    }
}
.index_list03_txt::before {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.13) none 50% 50% no-repeat;
    content: "";
}
@media only screen and (max-width: 767px) {
    .index_list03_txt::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 8rem;
        height: 8rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list03_txt::before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: 20.5rem;
        height: 20.5rem;
    }
}
.index_list03 .is-ranking .index_list03_txt::before {
    background-image: url(../img/guide/icon_ranking_white.svg);
    background-size: 4.5rem auto;
}
@media print, screen and (min-width: 768px) {
    .index_list03 .is-ranking .index_list03_txt::before {
        background-size: 7.5rem auto;
    }
}
.index_list03 .is-goods .index_list03_txt::before {
    background-image: url(../img/guide/icon_goods_white.svg);
    background-size: 3rem auto;
}
@media print, screen and (min-width: 768px) {
    .index_list03 .is-goods .index_list03_txt::before {
        background-size: 5.6rem auto;
    }
}
.index_list03 .is-feature .index_list03_txt::before {
    background-image: url(../img/guide/icon_feature_white.svg);
    background-size: 4.5rem auto;
}
@media print, screen and (min-width: 768px) {
    .index_list03 .is-feature .index_list03_txt::before {
        background-size: 8.4rem auto;
    }
}
.index_list03_btn {
    display: block;
    margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list03_btn {
        margin-top: 2rem;
    }
}
.index_list03_btn .m-btn01 {
    border-color: #fff;
    width: 20rem;
}
@media print, screen and (min-width: 768px) {
    .index_list03_btn .m-btn01 {
        width: 24rem;
    }
    .index_list03_btn .m-btn01.is-white:hover {
        color: #0099BF;
    }
    .index_list03_btn .m-btn01.is-white:hover::before {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .index_list03_btn .m-btn01.is-white:hover .m-iconArrow01::before, .index_list03_btn .m-btn01.is-white:hover .m-iconArrow01::after {
        border-color: #0099BF;
    }
}
.index_list03_btn .m-iconArrow01 {
    display: block;
}
.index_list04 {
    font-weight: 600;
}
@media print, screen and (min-width: 768px) {
    .index_list04 {
        display: flex;
        margin: -2rem;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .index_list04 > li:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 768px) {
    .index_list04 > li {
        margin: 2rem;
        width: calc(50% - 4rem - 0.1px);
    }
}
.index_list04 a {
    display: block;
    position: relative;
    padding: 2rem 2rem 6.5rem 2rem;
    background: rgba(0, 153, 191, 0.15);
}
@media print, screen and (min-width: 768px) {
    .index_list04 a {
        padding: 5rem 4rem 11rem 4rem;
    }
    .index_list04 a:hover {
        background-color: rgba(0, 153, 191, 0.3);
    }
    .index_list04 a:hover::before {
        border-color: #fff;
    }
    .index_list04 a:hover::after {
        background-color: #0099BF;
    }
}
.index_list04 a::before, .index_list04 a::after {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    content: "";
}
@media print, screen and (min-width: 768px) {
    .index_list04 a::before, .index_list04 a::after {
        left: 4rem;
        bottom: 4rem;
    }
}
.index_list04 a::before {
    border-top: 2px solid #0099BF;
    border-right: 2px solid #0099BF;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin: 0 0 1rem 1.6rem;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 20;
}
@media print, screen and (min-width: 768px) {
    .index_list04 a::before {
        margin: 0 0 1.8rem 2.5rem;
        border-width: 0.3rem;
        width: 1rem;
        height: 1rem;
    }
}
.index_list04 a::after {
    border: 1px solid #0099BF;
    border-radius: 100%;
    width: 3.5rem;
    height: 3.5rem;
    z-index: 10;
}
@media print, screen and (min-width: 768px) {
    .index_list04 a::after {
        width: 5.5rem;
        height: 5.5rem;
    }
}
.index_list04_icon::before {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 100%;
    height: 100%;
    background: transparent none 50% 50% no-repeat;
    background-size: contain;
    opacity: 0.15;
    content: "";
}
@media print, screen and (min-width: 768px) {
    .index_list04_icon::before {
        right: 4rem;
        bottom: 4rem;
    }
}
.index_list04 .is-faq .index_list04_icon::before {
    width: 11.5rem;
    height: 8rem;
    background-image: url(../img/guide/icon_faq.svg);
}
@media print, screen and (min-width: 768px) {
    .index_list04 .is-faq .index_list04_icon::before {
        width: 16.5rem;
        height: 12rem;
    }
}
.index_list04 .is-contact .index_list04_icon::before {
    width: 11rem;
    height: 9.5rem;
    background-image: url(../img/guide/icon_contact.svg);
}
@media print, screen and (min-width: 768px) {
    .index_list04 .is-contact .index_list04_icon::before {
        width: 15.5rem;
        height: 13.5rem;
    }
}
.index_list04_en {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 3.6rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #0099BF;
}
@media print, screen and (min-width: 768px) {
    .index_list04_en {
        margin-bottom: 1rem;
        font-size: 6rem;
    }
}
.index_list04_ja {
    display: block;
    font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
    .index_list04_ja {
        font-size: 2.4rem;
    }
}