@charset "UTF-8";
.is-br {
    display: none;
}
.mv_wrap {
    background: #E5F2FD;
    box-sizing: border-box;
}
.mv-ttl {
    font-weight: bold;
    font-feature-settings: 'palt';
}
.menuLst_wrap {
    background: #005BAC;
    box-sizing: border-box;
}
.menuLst_wrap .menuLst_in li a {
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuLst_wrap .menuLst-txt {
    position: relative;
    font-weight: bold;
    color: #004DA0;
    width: 100%;
}
:root {
    --icn01: url(../svg/icn_procedure01.svg) no-repeat center / contain;
    --icn02: url(../svg/icn_procedure02.svg) no-repeat center / contain;
}
/* ホバー時 */
:root {
    --icn01_wh: url(../svg/icn_procedure_wh01.svg) no-repeat center / contain;
    --icn02_wh: url(../svg/icn_procedure_wh02.svg) no-repeat center / contain;
}
.content_ttl .is-icn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.page_wrap {
    background: #F4FAFF;
}
.content_ttl .is-icn {
    position: relative;
    font-weight: bold;
    line-height: 1;
}
.page_wrap .content_wrap.keep_wrap .content_ttl .is-icn::before {
    background: var(--icn01);
}
.page_wrap .content_wrap.change_wrap .content_ttl .is-icn::before {
    background: var(--icn02);
}
.content_ttl .is-fz {
    color: #434343;
}
.content_box {
    background: #fff;
    border: 1px solid #197FD9;
    box-sizing: border-box;
}
.content_box .is-blue {
    display: block;
    background: #EDF7FD;
    text-align: center;
    color: #005BAC;
    font-weight: bold;
}
.content_box .content-txt {
    color: #434343;
}
.conLst_wrap li {
    position: relative;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    box-sizing: border-box;
}
.conLst_wrap .conImg_wrap {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conBtn_wrap a {
    display: block;
    background: #fff;
    border: 1px solid #005BAC;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    line-height: 1;
    font-weight: bold;
    color: #005BAC;
}
.conBtn_wrap a::before {
    position: absolute;
    content: '';
    background: url(../img/procedure_pdf.png?3) no-repeat center / contain;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.tellnumber {
    display: block;
}
.tellnumber a {
    position: relative;
    font-weight: bold;
    color: #005BAC;
}
.tellnumber a::before {
    position: absolute;
    content: '';
    background: url(../svg/icn_procedure03.svg) no-repeat center / contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.webBtn_wrap a,
.dtlBtn_wrap a {
    background: #005BAC;
    border-radius: 4px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    display: block;
    text-align: center;
    border: 1px solid #005BAC;
    box-sizing: border-box;
}
.webBtn_wrap a .is-icn,
.dtlBtn_wrap a .is-icn {
    position: relative;
    display: block;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
    line-height: 1.3;
}
.webBtn_wrap a .is-icn::before,
.dtlBtn_wrap a .is-icn::before {
    position: absolute;
    content: '';
    background: url(../svg/procedure_arw_rgt.svg) no-repeat center / contain;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.conLst_wrap.ver2 li .ano-txt {
    font-size: 12px;
    color: #434343;
    margin-bottom: 18px;
}
/* ==================
	table
==================*/
.campaign_wrap table {
    margin: 0 auto;
}
.campaign_wrap table th {
	background: #fff2bf;
    white-space: nowrap;
    font-weight: bold;
}
.campaign_wrap table th,
.campaign_wrap table td {
    border: 1px solid #ccc;
}
.campaign_wrap table td {
    background: #fff;
}
.campaign_wrap table td .warning {
    margin-top: 10px;
}
.campaign_wrap table td .kome {
    display: block;
    font-size: 11px;
}
@media only screen and (min-width: 896px) {
    .mv_wrap {
        padding: 85px 0 90px 50px;
    }
    .mv-ttl {
        font-size: 36px;
        line-height: 1.361;
        max-width: 1300px;
        margin: 0 auto;
    }
    .menuLst_wrap {
        padding: 63px 0 65px;
    }
    .menuLst_in {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 60px;
    }
    .menuLst_wrap li {
        width: calc(50% - 128px);
        max-width: 522px;
    }
    .menuLst_in li a {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    .menuLst_in li:first-child a {
        padding-left: 44px;
    }
    .menuLst_in li:nth-child(2) a {
        padding-left: 53px;
    }
    .menuLst_wrap .menuLst_in li:first-child a .menuLst-txt {
        padding-left: 48px;
    }
    .menuLst_wrap .menuLst_in li:nth-child(2) a .menuLst-txt {
        padding-left: 37px;
    }
    .menuLst_wrap .menuLst-txt {
        font-size: 22px;
        line-height: 1.5;
        padding-right: 20px;
    }
    .menuLst_wrap .menuLst-txt::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    .menuLst_wrap .menuLst_in li .menuLst-txt::after {
        position: absolute;
        content: '';
        background: url(../svg/procedure_arw_btm.svg) no-repeat center / contain;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    .menuLst_wrap .menuLst_in li:nth-child(1) a:hover .menuLst-txt::before {
        background: var(--icn01_wh);
    }
    .menuLst_wrap .menuLst_in li:nth-child(2) a:hover .menuLst-txt::before {
        background: var(--icn02_wh);
    }
    .menuLst_wrap .menuLst_in li:nth-child(1) .menuLst-txt::before {
        background: var(--icn01);
        width: 31px;
        height: 32px;
    }
    .menuLst_wrap .menuLst_in li:nth-child(2) .menuLst-txt::before {
        background: var(--icn02);
        width: 30px;
        height: 28px;
    }
    .menuLst_wrap .menuLst_in li .menuLst-txt::after {
        width: 17px;
        height: 9px;
    }
    .menuLst_wrap .menuLst_in li a:hover .menuLst-txt::after {
        background: url(../svg/procedure_arw_btm_wh.svg) no-repeat center / contain;
    }
    .menuLst_wrap .menuLst_in li a:hover {
        background: #005BAC;
    }
    .menuLst_wrap .menuLst_in li a:hover .menuLst-txt {
        color: #fff;
    }
    .page_wrap {
        padding-top: 87px;
        padding-bottom: 140px;
    }
    .content_wrap {
        max-width: 1200px;
        margin: 0 auto;
        width: calc(100% - 60px);
    }
    .content_ttl {
        display: flex;
        gap: 0px 25px;
        align-items: baseline;
        margin-bottom: 15px;
    }
    .content_ttl .is-icn {
        font-size: 28px;
        padding-left: 73px;
    }
    .page_wrap .content_wrap.keep_wrap .content_ttl .is-icn::before {
        width: 37px;
        height: 38px;
        left: 16px;
    }
    .page_wrap .content_wrap.change_wrap .content_ttl .is-icn::before {
        width: 42px;
        height: 39px;
        left: 18px;
    }
    .content_ttl .is-fz {
        font-size: 14px;
        line-height: 2.143;
    }
    .content_box {
        padding: 57px 60px 54px;
    }
    .content_box .is-blue {
        font-size: 24px;
        padding: 18px 0 20px;
        margin-bottom: 38px;
    }
    .content_box .content-txt {
        font-size: 16px;
        line-height: 1.875;
        margin-bottom: 44px;
    }
    .conLst_wrap {
        display: flex;
        align-items: stretch;
        gap: 10px 16px;
    }
    .conLst_wrap li {
        padding: 17px 25px 35px;
    }
    .conLst_wrap.ver2 li {
        width: calc((100% - (16px * 3)) / 4);
    }
    .conLst_wrap .conImg_wrap {
        margin-bottom: 18px;
    }
    .conBtn_wrap {
        margin-bottom: 20px;
    }
    .conBtn_wrap a {
        padding: 13px 50px 14px 20px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }
    .conBtn_wrap a::before {
        width: 21px;
        height: 24px;
        right: 20px;
    }
    .conBtn_wrap a:hover {
        background: #005BAC;
        color: #fff;
    }
    .tellnumber {
        margin-bottom: 23px;
    }
    .tellnumber a {
        font-size: 24px;
        line-height: 1.375;
        padding-left: 25px;
        pointer-events: none;
    }
    .tellnumber a::before {
        width: 19px;
        height: 19px;
    }
    .dtlBtn_wrap {
        max-width: 205px;
        margin: 30px auto 0;
    }
    .webBtn_wrap a,
    .dtlBtn_wrap a {
        text-align: center;
        font-size: 16px;
        padding: 16px 20px 15px;
    }
    .webBtn_wrap a .is-icn::before,
    .dtlBtn_wrap a .is-icn::before {
        width: 12px;
        height: 12px;
    }
    .webBtn_wrap.ver2 .is-icn {
        padding-right: 20px;
        line-height: 1.5;
    }
    .webBtn_wrap a:hover,
    .dtlBtn_wrap a:hover {
        background: #fff;
        color: #005BAC;
    }
    .webBtn_wrap a:hover .is-icn::before,
    .dtlBtn_wrap a:hover .is-icn::before {
        background: url(../svg/procedure_arw_rgt_blu.svg) no-repeat center / contain;
    }
    /* ==================
        table
    ==================*/
    .campaign_wrap {
        padding: 100px 0;
        max-width: 960px;
        margin: 0 auto;
        width: calc(100% - 60px);
    }
    .campImg_wrap {
        margin-bottom: 45px;
    }
    .campImg_wrap img {
        width: 100%;
        height: auto;
    }
    .campaign_wrap table th,
    .campaign_wrap table td {
        padding: 15px;
        font-size: 14px;
    }
}
@media (min-width: 896px) and (max-width: 1260px) {
    .menuLst_in {
        padding: 0 50px;
        gap: 0 30px;
    }
    .menuLst_wrap li {
        width: calc(50% - 30px);
    }
    .menuLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .menuLst_in li:first-child a,
    .menuLst_in li:nth-child(2) a {
        padding-left: 20px;
    }
    .menuLst_wrap .menuLst-txt {
        font-size: 20px;
    }
    .content_ttl,
    .content_ttl .is-icn {
        display: block;
    }
    .content_ttl .is-icn {
        margin-bottom: 15px;
    }
    .conLst_wrap.ver2 {
        flex-wrap: wrap;
    }
    .conLst_wrap.ver2 li {
        width: calc(50% - 16px);
    }
}
@media (min-width: 896px) and (max-width: 1040px) {
    .menuLst-txt .is-br {
        display: block;
    }
}
@media (min-width: 896px) and (max-width: 985px) {
    .conBtn_wrap .is-br {
        display: block;
    }
    .webBtn_wrap.ver2 .is-br {
        display: block;
    }
}
@media only screen and (max-width: 896px) {
    .mv-ttl {
        font-size: 24px;
        line-height: 1.375;
        max-width: 360px;
        margin: 0 auto;
        padding: 48px 15px 49px;
    }
    .menuLst_wrap {
        padding: 27px 20px;
    }
    .menuLst_in {
        display: flex;
        justify-content: center;
        gap: 0 20px;
    }
    .menuLst_in li {
        width: calc(50% - 20px);
    }
    .menuLst_in li a {
        padding: 12px 10px 12px 10px;
        display: block;
        text-align: center;
    }
    .menuLst_wrap .menuLst-txt {
        font-size: 12px;
        line-height: 1.417;
    }
    .page_wrap {
        padding: 55px 0;
    }
    .content_wrap {
        padding: 0 20px;
    }
    .content_ttl {
        margin-bottom: 15px;
    }
    .content_ttl .is-icn {
        display: block;
        font-size: 19px;
        padding-left: 35px;
        margin-bottom: 12px;
        line-height: 1.3;
        font-feature-settings: 'palt';
        letter-spacing: 0.025em;
    }
    .page_wrap .content_wrap.keep_wrap .content_ttl .is-icn::before {
        width: 27px;
        height: 28px;
    }
    .page_wrap .content_wrap.change_wrap .content_ttl .is-icn::before {
        width: 31px;
        height: 29px;
    }
    .content_ttl .is-fz {
        font-size: 12px;
        line-height: 1.667;
    }
    .content_box {
        padding: 40px 15px 40px;
    }
    .content_box .is-blue {
        font-size: 16px;
        padding: 13px 0 15px;
        margin-bottom: 22px;
    }
    .content_box .content-txt {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 24px;
    }
    .conLst_wrap li {
        padding: 15px 20px 35px;
        margin-bottom: 30px;
    }
    .conLst_wrap.ver2 li {
        padding: 15px 20px 40px;
    }
    .conLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .conLst_wrap .conImg_wrap {
        min-height: 80px;
        margin-bottom: 11px;
    }
    .conBtn_wrap {
        margin-bottom: 20px;
    }
    .conBtn_wrap a {
        padding: 16px 35px 18px 10px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center
    }
    .conBtn_wrap a::before {
        width: 21px;
        height: 24px;
        right: 10px;
    }
    .tellnumber {
        margin-bottom: 11px;
    }
    .tellnumber a {
        font-size: 32px;
        line-height: 1.344;
        padding-left: 38px;
    }
    .tellnumber a::before {
        width: 24px;
        height: 24px;
        left: 10px;
    }
    .dtlBtn_wrap {
        margin-top: 20px;
    }
    .webBtn_wrap a,
    .dtlBtn_wrap a {
        font-size: 16px;
        padding: 18px 15px 17px;
    }
    .webBtn_wrap.ver2 a {
        padding: 10px;
        line-height: 1.5;
    }
    .webBtn_wrap a .is-icn::before,
    .dtlBtn_wrap a .is-icn::before {
        width: 12px;
        height: 12px;
        right: 0;
    }
    /* ==================
        table
    ==================*/
    .campaign_wrap {
        padding: 80px 0;
    }
    .campaign_wrap .table_wrap {
        margin: 0 20px;
    }
    .campImg_wrap {
        margin-bottom: 30px;
    }
    .campImg_wrap img {
        width: 100%;
        height: auto;
    }
    .campaign_wrap table th {
        white-space: normal;
        width: 28%;
    }
    .campaign_wrap table th,
    .campaign_wrap table td {
        padding: 15px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 550px) {
    .menuLst_wrap li a {
        min-height: 58px;
    }
}
@media only screen and (max-width: 450px) {
    .conBtn_wrap .is-br {
        display: block;
    }
    .webBtn_wrap.ver2 .is-br {
        display: block;
    }
}
@media only screen and (max-width: 389px) {
    .mv-ttl .is-br {
        display: block;
    }
}
@media only screen and (max-width: 374px) {
    .menuLst_in {
        display: block;
    }
    .menuLst_wrap li {
        width: 100%;
        margin-bottom: 10px;
    }
    .menuLst_in li:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 360px) {
    .tellnumber a {
        font-size: 25px;
    }
    .webBtn_wrap.ver2 a {
        font-size: 15px;
    }
}