@charset "UTF-8";

/* common */
.l-content .c-fs--16 {
    font-size: 16px;
}

.l-content .c-fs--18 {
    font-size: 16px;
}

.l-content .c-fs--20 {
    font-size: 20px;
}

.l-content .c-fs--24 {
    font-size: 24px;
}

.l-content .c-fs--30 {
    font-size: 30px;
}

.l-content .c-fs--32 {
    font-size: 32px;
}

.l-content .c-color--red {
    color: #d00;
}

.l-content .c-wrap {
    padding: 0 120px;
}

.l-content .c-btn--m a {
    width: 300px;
    font-size: 20px;
    padding: 15px 0 13px;
}

.l-content .c-btn--m a.m-btnWin--default::after,
.l-content .c-btn--m a.m-btnWin--strong::after,
.l-content .c-btn--m a.m-btnWin--conversion::after {
    vertical-align: 0px;
}

.l-content .c-btn--l a {
    width: 420px;
    font-size: 32px;
    padding: 14px 0 10px;
}

.l-content .c-btn--l a.m-btnWin--default::after,
.l-content .c-btn--l a.m-btnWin--strong::after,
.l-content .c-btn--l a.m-btnWin--conversion::after {
    vertical-align: 4px;
}

/* /common */

.l-content .h1Ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f218b;
    font-size: 50px;
}

.l-content .h1Ttl>span {
    padding: 10px 0 0 16px;
}

.l-content .h2Ttl {
    font-size: 42px;
    color: #0f218b;
    font-weight: bold;
    text-align: center;
}

/* mainVisual */
.l-content .mainVisual {
    padding: 30px 0;
    background: url("/pr/regist/img/mv_bg.png") center;
}

.l-content .mainVisual .summary {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.l-content .mainVisual .summary .pop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    width: 115px;
    height: 115px;
    padding-top: 9px;
    border-radius: 50%;
    font-size: 20px;
    background: #fc0;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.l-content .mainVisual .summary .pop .num {
    font-size: 28px;
}

.l-content .mainVisual .summary .pop::after {
    position: absolute;
    top: 69px;
    right: -10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 20px solid #fc0;
    transform: rotate(30deg);
    content: "";
}

.l-content .mainVisual .summary .txt {
    color: #fff;
    font-size: 50px;
    line-height: 62px;
    text-shadow: 2px 2px 8px black;
}

.l-content .mainVisual .summary .txt span {
    font-size: 52px;
}

.l-content .mainVisual .point {
    display: flex;
    justify-content: space-between;
}

.l-content .mainVisual .point .box {
    box-sizing: border-box;
    width: 306px;
    height: 140px;
    padding-top: 20px;
    border-radius: 16px;
    background: #fff;
}

.l-content .mainVisual .point .box .txt {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.l-content .mainVisual .point .box .txt strong {
    color: #f8b600;
    font-size: 32px;
}

.l-content .mainVisual .point .box .txt strong .num {
    font-size: 64px;
    line-height: 1;
}

/* /mainVisual */

/* navi */
.l-content .navi {
    background: #0f218b;
    height: 80px;
}

.l-content .navi .ancList {
    display: flex;
}

.l-content .navi .ancList>li {
    position: relative;
    flex: 1;
}

.l-content .navi .ancList>li::before {
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    width: 1px;
    height: 58px;
    content: "";
    transform: translateY(-50%);
}

.l-content .navi .ancList>li:last-child::after {
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    width: 1px;
    height: 58px;
    content: "";
    transform: translateY(-50%);
}

.l-content .navi .ancList>li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    height: 80px;
    padding: 11px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.l-content .navi .ancList>li a::after {
    position: absolute;
    bottom: 11px;
    border-top: 14px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    content: "";
}

/* /navi */

/* introduction */
.l-content .introduction .box {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #0f218b;
}

.l-content .introduction .box .head {
    padding: 6px 0 3px;
    background: #0f218b;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.l-content .introduction .box .head span {
    color: #fc0;
}

.l-content .introduction .box .head .num {
    font-size: 36px;
}

.l-content .introduction .box .main {
    padding: 20px;
}

.l-content .introduction .box .variation {
    display: flex;
    justify-content: space-between;
}

.l-content .introduction .box .variation>li {
    width: 215px;
}

.l-content .introduction .box .variation>li .caption {
    width: 100%;
    padding: 5px 0 3px;
    background: #eee;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.l-content .introduction .box .maker .plus::before,
.l-content .introduction .box .maker .plus::after {
    position: absolute;
    width: 20px;
    height: 4px;
    background: #ccc;
    content: "";
}

.l-content .introduction .box .maker .plus::after {
    transform: rotate(90deg);
}

/* /introduction */

/* strengths */
.l-content .strengths {
    background: #f1f2f8;
}

.l-content .strengths .service {
    display: flex;
    justify-content: space-between;
}

.l-content .strengths .service .box {
    width: 465px;
}

.l-content .strengths .service .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    height: 340px;
}

.l-content .strengths .service .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    height: 340px;
}

.l-content .strengths .service .main .condition {
    width: 280px;
    padding: 10px 0 6px;
    background: #eee;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* yellow */
.l-content .strengths .service .box.yellow h3 {
    padding: 13px 0 7px;
    background-color: #ffcc00;
    font-size: 40px;
    text-align: center;
}

.l-content .strengths .service .box.yellow .main .catchcopy {
    font-size: 32px;
    font-weight: bold;
}

.l-content .strengths .service .box.yellow .main .catchcopy span {
    font-size: 48px;
    color: #fc0;
}

.l-content .strengths .service .box.yellow .main .pattern {
    display: flex;
}

.l-content .strengths .service .box.yellow .main .pattern .caption {
    box-sizing: border-box;
    width: 60px;
    height: 22px;
    padding-top: 3px;
    margin-right: 8px;
    background: #d9d9d9;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/* blue */
.l-content .strengths .service .box.blue h3 {
    position: relative;
    padding: 13px 0 7px;
    background-color: #0f218b;
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.l-content .strengths .service .box.blue h3 .new {
    position: absolute;
    top: -23px;
    right: 5px;
    padding: 10px 8px 6px;
    margin-bottom: 4px;
    border-radius: 8px;
    background: #d00;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.l-content .strengths .service .box.blue h3 .new::after {
    position: absolute;
    right: 31px;
    bottom: -12px;
    border-top: 12px solid #d00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
}

.l-content .strengths .service .box.blue .main .catchcopy {
    font-size: 32px;
    font-weight: bold;
}

.l-content .strengths .service .box.blue .main .catchcopy span {
    font-size: 48px;
    color: #0f218b;
}

.l-content .strengths .service .box.blue .main .txt {
    line-height: 30px;
}

.l-content .strengths .service .box.blue .main .addbox {
    width: 344px;
    height: 32px;
    box-sizing: border-box;
    padding-top: 3px;
    border: 2px solid #d00;
    color: #d00;
    font-size: 16px;
    text-align: center;
}

.l-content .strengths .serviceImage {
    padding: 10px;
    background: #fff;
}

.l-content .strengths .serviceImage .image {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.l-content .strengths .serviceImage .image .image_l {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .strengths .serviceImage .image .image_l .txt {
    width: 352px;
    padding: 25px 0 21px;
    background: #f1f2f8;
    text-align: center;
    color: #0f218b;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

/* /strengths */

/* merit */
.l-content .merit .summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.l-content .merit .summary .pop {
    position: relative;
    padding: 4px 10px 0px;
    margin-bottom: 4px;
    border-radius: 8px;
    background: #d00;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.l-content .merit .summary .pop::after {
    position: absolute;
    top: 50%;
    right: -6px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 8px solid #d00;
    transform: translateY(-50%);
    content: "";
}

.l-content .merit .pic {
    position: relative;
}

.l-content .merit .pic .txt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 960px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transform: translateX(-50%);
}

.l-content .merit h3 {
    color: #0f218b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.l-content .merit .serviceList {
    display: flex;
    justify-content: space-between;
}

.l-content .merit .serviceList>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 300px;
    padding: 16px;
    background: #f1f2f8;
}

.l-content .merit .serviceList>li .title {
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.l-content .merit .serviceList>li .txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

/* /merit */

/* faq */
.l-content .faq {
    background: #f1f2f8;
}

.l-content .faq .VN_accordion {
    padding-bottom: 16px;
}

.l-content .faq .VN_accordion:not(:first-child) {
    border-top: 1px solid #ccc;
    padding-top: 16px;
}

.l-content .faq .VN_accordion .VN_accordionButton {
    padding: 16px;
    border-radius: 8px;
    background: #0f218b;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.l-content .faq .VN_accordion .VN_accordionButton span {
    margin-left: auto;
}

.l-content .faq .VN_accordion .VN_accordionButton.on {
    border-radius: 8px 8px 0 0;
}

.l-content .faq .VN_accordion .VN_accordionMore {
    border-radius: 0 0 8px 8px;
    background: #fff;
    padding: 16px;
}

.l-content .faq .VN_accordion .VN_accordionButton .question {
    display: flex;
    align-items: center;
}

.l-content .faq .VN_accordion .VN_accordionButton .question .faq_icon_q {
    margin-right: 10px;
}

.l-content .faq .VN_accordion .VN_accordionMore .answer {
    display: flex;
}

.l-content .faq .VN_accordion .VN_accordionMore dd {
    margin-left: 10px;
    font-size: 16px;
}

.l-content .faq .VN_accordion .VN_accordionMore dd table {
    margin: 0;
    border-color: #ccc;
}

.l-content .faq .VN_accordion .VN_accordionMore dd table>thead>tr>th {
    background: #0f218b;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 9px;
}

.l-content .faq .VN_accordion .VN_accordionMore dd table>tbody>tr>td {
    text-align: center;
    padding: 12px 0;
    vertical-align: middle;
}

.l-content .faq .VN_accordion .VN_accordionMore dd table>tbody>tr>td ul {
    display: inline-block;
    padding-left: 50px;
    width: 232px;
}

.l-content .faq .VN_accordion .VN_accordionMore dd table>tbody>tr>td ul>li {
    list-style: disc;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.l-content .faq .VN_accordion .VN_accordionMore dd .m-linkWin {
    background-position: right 3px;
}

/* /faq */