/*
 layout
*/

.main {
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .main {
        margin-top: 20px;
        margin-bottom: 80px;
    }
}

.m-container {
    margin-right: 20px;
    margin-left: 20px;
}

@media screen and (min-width: 768px) {
    .m-container {
        margin-right: auto;
        margin-left: auto;
        width: 1080px;
    }
}

.m-container-lg {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .m-container-lg {
        margin-right: auto;
        margin-left: auto;
        width: 1200px;
    }
}

.m-row {

}

@media screen and (min-width: 768px) {
    .m-row {
        --bs-gutter-x: 30px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }
}

.m-row > * {

}

@media screen and (min-width: 768px) {
    .m-row > * {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

.m-col {
    
}

@media screen and (min-width: 768px) {
    .m-col {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
}

.w-60p {
    width: 60px !important;
}

.w-70p {
    width: 70px !important;
}

.w-100p {
    width: 100px !important;
}

@media screen and (max-width: 767px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .w-sm-min-300 {
        min-width: 300px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-80 {
        width: 80px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-120 {
        width: 120px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-140 {
        width: 140px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-200 {
        width: 200px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-300 {
        width: 300px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-340 {
        width: 340px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-350 {
        width: 350px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-360 {
        width: 360px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-380 {
        width: 380px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-400 {
        width: 400px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-480 {
        width: 480px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-620 {
        width: 620px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-650 {
        width: 650px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-700 {
        width: 700px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-750 {
        width: 750px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-900 {
        width: 900px !important;
    }
}

@media screen and (min-width: 768px) {
    .w-lg-1080 {
        width: 1080px !important;
    }
}

/*
 hl
*/

.m-h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.08em;
    color: #081D65;
    border-bottom: 2px solid #081D65;
}

@media screen and (min-width: 768px) {
    .m-h1 {
        margin-top: 80px;
        margin-bottom: 24px;
        padding-bottom: 20px;
        font-size: 32px;
    }
}

.m-h1 .label {
    display: inline-block;
    margin-top: -18px;
    padding: 6px 30px;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .m-h1 .label {
        position: absolute;
        top: 50%;
        right: 40px;
        display: block;
        margin-top: -18px;
        padding: 6px 30px;
        font-size: 13px;
        line-height: 1;
        font-weight: normal;
    }
}

.m-h2 {
    background: #EBF4FF;
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 11px 14px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #081D65;
}

@media screen and (min-width: 768px) {
    .m-h2 {
        margin-top: 48px;
        margin-bottom: 24px;
        padding: 18px 14px;
        font-size: 24px;
    }
}

.m-h3 {
    border-left: solid 4px #0B52AE;
    margin-top: 17px;
    margin-bottom: 17px;
    padding-left: 14px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #0B52AE;
}

@media screen and (min-width: 768px) {
    .m-h3 {
        margin-top: 32px;
        margin-bottom: 24px;
        font-size: 18px;
    }
}

.m-h3.nav-open {
    position: relative;
}

.m-h3.nav-open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -6px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-color: #0B52AE;
    border-right-color: #0B52AE;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
    .m-h3.nav-open::after {
        right: 33px;
        margin-top: -8px;
        width: 12px;
        height: 12px;
    }
}

.m-h3.nav-open.active::after {
    transform: rotate(-45deg);
    margin-top: -3px;
}

.m-h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .m-h4 {
        font-size: 18px;
    }
}

.m-h5 {
    font-size: 16px;
    line-height: 1.8;
    border-bottom: 1px solid #000;
    /* text-decoration-line: underline; */
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .m-h5 {
        font-size: 18px;
    }
}

p {
    margin-bottom: 32px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    p {
        font-size: 16px;
    }
}

.m-h1 + p {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .m-h1 + p {
        font-size: 18px;
    }
}

img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    img {
        width: auto;
    }
}

/*
    navigation
*/

.breadcrumb {
    margin: 10px 20px;
    padding: 0 .5rem;
}

@media screen and (min-width: 768px) {
    .breadcrumb {
        margin: 16px auto 0;
    }
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: ">";
}

.m-tabs ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.m-tabs ul li {
    display: table-cell;
    width: 50%;
    border: solid 1px #0B52AE;
    color: #0B52AE;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .m-tabs ul li {
        font-size: 20px;
    }
}

.m-tabs ul li.active {
    background-color: #0B52AE;
    padding: 14px;
    color: #FFFFFF;
}

.m-tabs ul li a {
    display: block;
    padding: 14px;
    width: 100%;
    height: 100%;
    color: #0B52AE;
}

/*
    table
*/

.m-table {
    min-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.m-table caption {
    font-size: 16px;
    color: #222;
    caption-side: top;
}

.m-table th,
.m-table td {
    border: solid 1px #D8D8D8;
    padding: 24px 16px;
    font-size: 16px;
}

.m-table thead th {
    text-align: center;
    font-weight: bold;
}

.m-table tbody th {
    font-weight: normal;
    text-align: left;
}

.m-table tbody td {
    text-align: center;
}

.m-table-outer {
    overflow-y: scroll;
    margin-bottom: 24px;
    width: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.m-table .pop-recommend {
    position: relative;
}

.m-table .pop-recommend::before {
    content:"";
    position: absolute;
    top: -50px;
    right: -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/merit/icon-recommend.svg");
    width: 60px;
    height: 60px;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .m-table .pop-recommend::before {
        top: -60px;
        width: 100px;
        height: 100px;
    }
}

.m-table .bg-cross,
.m-table .bg-circle {
    position: relative;
}

.m-table .bg-circle::before,
.m-table .bg-cross::after {
    content: "×";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #DD1111;
    opacity: .2;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .m-table .bg-circle::before {
        font-size: 50px;
    }

    .m-table .bg-cross::after {
        font-size: 70px;
        font-weight: normal;
    }
}

.m-table .bg-circle::before {
    content: "○";
    margin-top: 4px;
    font-family: 'Meiryo' !important;
    font-weight: bold;
}

.m-table .bg-circle.bg-cross::before,
.m-table .bg-circle.bg-cross::after {
    width: 80%;
}

.m-table .bg-circle.bg-cross::after {
    right: 0;
    left: auto;
}

@media screen and (min-width: 768px) {
    .m-table-outer {
        overflow-y: auto;
    }
}

.m-table-break tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

@media screen and (min-width: 768px) {
    .m-table-break tbody tr {
        display: table-row;
        align-items: center;
    }
}

.m-table-break tbody th {
    border-bottom: none;
    padding: 4px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .m-table-break tbody th {
        border-bottom: 1px solid #D8D8D8;
        padding: 24px 32px;
        width: auto;
        text-align: left;
        font-size: 16px;
    }
}

.m-table-break tbody td {
    display: flex;
	align-items: center;
    justify-content: center;
    padding: 8px;
    width: 50%;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .m-table-break tbody td {
        display: table-cell;
        width: 300px;
        font-size: 16px;
    }
}

/*
    list
*/

.m-drop-list-item {
    background-color: #F5F5F5;
    margin: 16px 0;
}

@media screen and (min-width: 768px) {
    .m-drop-list-item {
        margin: 24px 0;
    }
}

.m-drop-list-item .nav-open {
    position: relative;
    display: flex;
    padding: 18px 40px 18px 54px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .m-drop-list-item .nav-open {
        padding: 24px 90px 24px 110px;
        font-size: 16px;
    }
}

.m-drop-list-item .nav-open .before {
    position: absolute;
    left: 20px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .m-drop-list-item .nav-open .before {
        left: 44px;
        font-size: 20px;
    }
}

.m-drop-list-item .nav-open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -6px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-color: #333;
    border-right-color: #333;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
    .m-drop-list-item .nav-open::after {
        right: 33px;
        margin-top: -8px;
        width: 12px;
        height: 12px;
    }
}

.m-drop-list-item .nav-open.active::after {
    transform: rotate(-45deg);
    margin-top: -3px;
}

.m-drop-list-item .inner-content {
    display: none;
    position: relative;
    padding: 0 40px 18px 54px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .m-drop-list-item .inner-content {
        padding: 0px 90px 24px 110px;
        font-size: 16px;
    }
}

.m-drop-list-item .inner-content .before {
    position: absolute;
    left: 20px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .m-drop-list-item .inner-content .before {
        left: 44px;
        font-size: 20px;
    }
}

.m-drop-list-item .inner-content .text {
    align-items: center;
}

.m-check-list {
    margin: 24px 0;
    text-align: left;
}

.m-check-list-item {
    position: relative;
    margin-bottom: 17px;
    padding-left: 30px;
    font-size: 16px;
}

.m-check-list-item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    border-right: solid 2px #0B52AE;
    border-bottom: solid 2px #0B52AE;
    width: 8px;
    height: 16px;
    transform: rotate(45deg);
}

.m-check-list-item.no-before::before {
    content: none;
}

/*
    button
*/

.m-btn {
    position: relative;
    margin: 0 0 24px;
    padding: 13px 24px;
    width: 100%;
    max-width: 256px;
    border-width: 2px;
    border-style: solid;
    border-color: #0B52AE;
    border-radius: 4px;
    font-size: 14px;
    color: #0B52AE;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .m-btn {
        max-width: 420px;
        font-size: 16px;
    }
}

.m-btn:hover {
    color: #0B52AE;
}

.m-btn::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    right: 20px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

.m-btn.no-arrow::after {
    content: none;
}

@media screen and (min-width: 768px) {
    .m-btn::after {
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        margin-top: -4px;
        width: 10px;
        height: 10px;
    }
}

.m-btn[target="_blank"]::after {
   border: none;
   background: #0B52AE;
   mask: url("../images/logo/icn_blank_flat.svg") no-repeat center center / contain;
   -webkit-mask: url("../images/logo/icn_blank_flat.svg") no-repeat center center / contain;
   margin-top: -7px;
   width: 14px;
   height: 14px;
   transform: rotate(0);
}

@media screen and (min-width: 768px) {
    .m-btn[target="_blank"]::after {
        margin-top: -9px;
        margin-right: 26px;
        width: 18px;
        height: 18px;
    }
}

/*
    border
*/

.border-radius {
    border-radius: 4px;
}

.border-blue {
    border-color: #0B52AE !important;;
}

.border-light-black{
    border-color: #D3D3D3 !important;
}

.border-solid{
    border-style: solid;
}

/*
    background
*/

.bg-white-blue {
    background-color: #EBF4FF;
}

.bg-light-blue {
    background-color: #DCECFF;
}

.bg-semilight-blue {
    background-color: #4686D6;
}

.bg-blue {
    background-color: #0B52AE;
}

.bg-light-green {
    background-color: #CDE7BD;
}

.bg-green {
    background-color: #6FBA40;
}

.bg-orange {
    background-color: #FFA620;
}

.bg-prime {
    background-color: #FFEFC8;
}

.bg-light-gray{
    background-color: #F2F2F2;
}

.bg-gray {
    background-color: #F5F5F5;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-red {
    background-color: #DD1111;
}

.bg-light-yellow{
    background-color: #FFFACB;
}

.c-light-black{
    color: #222222 !important;
}

.c-black {
    color: #000000 !important;
}

.c-red {
    color: #DD1111 !important;
}

.c-light-red{
    color: #D6554D !important;
}

.c-red:hover {
    color: #DD1111 !important;
}

.c-white {
    color: #FFFFFF !important;
}

.c-white:hover {
    color: #FFFFFF !important;
}

.c-blue {
    color: #0B52AE !important;
}

/*
    align
*/

.m-align-left {
    text-align: left !important;;
}

.m-align-center {
    text-align: center !important;;
}

.m-align-right {
    text-align: right !important;;
}

.fz-20 {
    font-size: 20px !important;;
}

.fz-18 {
    font-size: 18px !important;;
}

.fz-16 {
    font-size: 16px !important;;
}

.fz-14 {
    font-size: 14px !important;;
}

.fz-12 {
    font-size: 12px !important;;
}

.fz-10 {
    font-size: 10px !important;;
}

@media screen and (min-width: 768px) {
    .fz-lg-40 {
        font-size: 40px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-36 {
        font-size: 36px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-32 {
        font-size: 30px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-30 {
        font-size: 30px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-28 {
        font-size: 28px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-26 {
        font-size: 26px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-24 {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-22 {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-20 {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-18 {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-16 {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-14 {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 768px) {
    .fz-lg-12 {
        font-size: 12px !important;
    }
}

/*
    icon
*/
.asterisk {
    font-size: 1.4rem;
}

/*
unique
*/

.case-box {
    overflow: hidden;
    background-color: #FFFACB;
    padding: 0 24px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .case-box {
        padding-bottom: 20px;
    }
}

.case-box-title {
    margin: 24px 0 16px;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .case-box-title {
        font-size: 18px;
    }
}

.case-box-list-item {
    margin-bottom: 24px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .case-box-list-item {
        position: relative;
        margin-top: 10px;
        margin-bottom: 12px;
        padding-left: 100px;
        font-size: 16px;
    }
}

.case-box-list-item .list-icon {
    display: inline-block;
    border: solid 1px #DD1111;
    margin-bottom: 8px;
    padding: 2px 0;
    width: 80px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: normal;
    text-align: center;
    color: #DD1111;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .case-box-list-item .list-icon {
        position: absolute;
        top: -2px;
        left: 0;
    }
}

.support-list {
    margin: 0 -7px;
}

.support-list-item {
    margin: 7px;
    width: 160px;
}

@media screen and (min-width: 768px) {
    .support-list-item {
        margin: 15px;
        width: 360px;
    }
}

@media screen and (min-width: 768px) {
    .support-list-item svg{
        width: 360px;
        height: 240px;
        border-radius: 12px;
    }
}

.support-list-item-title {
    margin: 8px 0;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .support-list-item-title {
        margin: 14px 0;
        font-size: 16px;
    }
}

.support-list-item-text {
    letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
    .support-list-item-text {
        font-size: 16px;
    }
}

.highlight-box {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .highlight-box {
        margin-bottom: 32px;
        padding: 0 24px;
    }
}

.highlight-box-title {
    margin: 24px 0 20px;
    font-size: 16px;
    font-weight: bold;
}


/* fonts */
.font-futura{
    font-family: 'Futura';
}

svg{
    max-width: 100% !important;
    height: auto !important;
}

.circle-text{
    position: relative;
    font-size: 16px;
    color: #0B52AE;
    padding-left: 27px;
}

.circle-text::before{
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #0B52AE;
    border-radius: 100px;
}

/* unique */
.absolute-link1 {
    position: absolute;
    display: block;
    top: 35%;
    right: 3%;
    width: 32%;
    height: 19%;
}

.absolute-link2 {
    position: absolute;
    display: block;
    top: 60%;
    right: 10%;
    width: 32%;
    height: 19%;
}

.absolute-link3 {
    position: absolute;
    display: block;
    top: 46%;
    left: 2%;
    width: 32%;
    height: 24%;
}

.absolute-link4 {
    position: absolute;
    display: block;
    top: 21%;
    left: 2%;
    width: 37%;
    height: 20%;
}

.border-case {
    border-top: 2px dashed #000;
    border-bottom: 2px dashed #000;
}