@charset "utf-8";

/* common */
.l-content .h2Ttl {
    position: relative;
    padding: 0 0 4px 30px;
    border-bottom: solid 1px #333;
    margin-bottom: 25px;
    font-size: 29px;
}

.l-content .h2Ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 40px;
    background: #0f218b;
}

.l-content .btn>a {
    width: 400px;
    padding: 14px 0 10px;
    font-size: 21px;
}

.l-content .btn>a.m-btnWin--conversion::after {
    vertical-align: -1px;
}

.l-content .btn_w260>a {
    width: 260px;
    font-size: 17px;
}

.l-content .btn_faq>a {
    width: 400px;
    font-size: 15px;
}

.l-content .btn_catchcopy {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

/* /common */

.l-content .mainVisual {
    position: relative;
}

.l-content .mainVisual .btn {
    position: absolute;
    bottom: 20px;
    left: 137px;
    background: #fff;
    border-radius: 4px;
}

.l-content .mainVisual .btn>a {
    width: 400px;
    padding: 9px 0 6px;
    font-size: 21px;
}

.l-content .summary {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

/* stickyBnr */
.l-content .stickyBnr {
    position: fixed;
    right: calc((100% - 1200px) / 2);
    bottom: 150px;
    z-index: 100;
    background: #fff;
}

.l-content .stickyBnr>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 200px;
    height: 80px;
    border: 2px solid #0f218b;
    background-image: linear-gradient(to right, #0f218b 2px, #fc0 2px, #fc0 6px, #e3e3e3 6px);
    text-decoration: none;
}

.l-content .stickyBnr .txt {
    display: block;
    position: relative;
    color: #004098;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

.l-content .stickyBnr .txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #333;
    transform: translateY(-50%);
}

.l-content .stickyBnr .closeBtn {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 101;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDNMMyAxM00xMyAxM0wzIDMiIHN0cm9rZT0iIzMzMzMzMyIvPgo8L3N2Zz4K") no-repeat center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.l-content .stickyBnr .closeBtn:hover {
    background-color: #ecf3fc;
}

/* fixedHeader */
.l-content .fixedHeader {
    background: #fff;
}

.l-content .fixedHeader .ancList {
    display: grid;
    grid-auto-flow: column;
    width: 1200px;
}

.l-content .fixedHeader .ancList>li:not(:first-child) {
    border-left: 1px solid #ccc;
}

.l-content .fixedHeader .ancList>li>a {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    height: 60px;
    padding: 4px 0 0 30px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.l-content .fixedHeader .ancList>li>a.anc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    border-top: 8px solid #0f218b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateY(-50%);
}

.l-content .fixedHeader .ancList>li>a.link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0f218b;
    border-right: 2px solid #0f218b;
    transform: translateY(-50%) rotate(45deg);
}

.l-content .fixedHeader .ancList>li>a.link::after {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKklEQVQoz2MwNjZmgOL/uDADsYqQBRiwYLgihoFRhNfhWE2AsfGaAFMEAOblXD7OF0PdAAAAAElFTkSuQmCC") no-repeat;
}

/* aboutService */
.l-content .aboutService>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 767px;
    height: 144px;
    margin: 0 auto;
    background: url("/service/floow/img/problem_title_bg.png") no-repeat 0 0;
}

.l-content .aboutService>.title h3 {
    position: relative;
    top: 8px;
    font-size: 31px;
}

.l-content .aboutService .h3Ttl {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    border-left: 10px solid #fc0;
    background: #fff7d9;
}

.l-content .aboutService .h3Ttl h3 {
    padding-top: 6px;
    font-size: 21px;
}

.l-content .aboutService .h3Ttl .pict {
    padding: 6px 13px 2px;
    border-radius: 5px;
    background: #0f218b;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.l-content .aboutService .worryList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    width: 770px;
    margin: 0 auto 110px;
}

.l-content .aboutService .worryList::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -70px;
    border-top: 50px solid #fc0;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    transform: translateX(-50%);
}

.l-content .aboutService .worryList .box {
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 200px;
    height: 60px;
    background: #e4e4e4;
    border-radius: 5px;
}


.l-content .aboutService .worryList .box .pic {
    width: 67px;
}

.l-content .aboutService .worryList .box .txt {
    flex-grow: 1;
    padding-top: 4px;
    color: #012b78;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .catchcopy {
    display: flex;
    justify-content: center;
}

.l-content .aboutService .catchcopy .txt {
    position: relative;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.l-content .aboutService .catchcopy strong {
    font-size: 38px;
}

.l-content .aboutService .catchcopy strong span {
    font-size: 43px;
}

.l-content .aboutService .catchcopy .txt::before,
.l-content .aboutService .catchcopy .txt::after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    width: 4px;
    height: 98px;
    background: #0f218b;
}

.l-content .aboutService .catchcopy .txt::before {
    left: -60px;
    transform: rotate(-34deg);
}

.l-content .aboutService .catchcopy .txt::after {
    right: -50px;
    transform: rotate(34deg);
}

.l-content .aboutService .lead_service {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .lead_service>.upper {
    font-size: 36px;
}

.l-content .aboutService .lead_service>.upper .sub {
    font-size: 15px;
}

.l-content .aboutService .lead_service>.upper .yellow {
    color: #fc0;
}

.l-content .aboutService .lead_service>.upper .num {
    font-size: 48px;
}

.l-content .aboutService .lead_service>.lower .num {
    font-size: 23px;
}

.l-content .aboutService .serviceList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.l-content .aboutService .serviceList .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 150px;
    padding-top: 20px;
    border-radius: 5px;
    background: #0f218b;
}

.l-content .aboutService .serviceList .head {
    width: 240px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .serviceList .txt {
    margin-top: 20px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .serviceList .txt .yellow {
    color: #fc0;
    font-size: 23px;
}

.l-content .aboutService .lead {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .featureList {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.l-content .aboutService .featureList .box {
    box-sizing: border-box;
    width: 275px;
    height: 170px;
    border: 2px solid #0f218b;
}

.l-content .aboutService .featureList .box .head {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 50px;
    padding-top: 4px;
    background: #0f218b;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .featureList .box .title {
    height: 30px;
    margin-top: 20px;
    color: #0f218b;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .featureDetailList>li {
    font-size: 19px;
    font-weight: bold;
}

.l-content .aboutService .featureDetail {
    display: flex;
    justify-content: center;
}

.l-content .aboutService .featureDetail .caption {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .featureDetail .caption_02 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* case */
.l-content .case .lead {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.l-content .case .maker {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    width: 950px;
    margin: 0 auto;
}

.l-content .case .caseList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.l-content .case .caseList .box {
    box-sizing: border-box;
    width: 350px;
    border: 1px solid #666;
    padding: 20px 24px 25px;
}

.l-content .case .caseList .box .head {
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.l-content .case .caseList .box .linkList>li:not(:first-child) {
    margin-top: 15px;
}

.l-content .case .caseList .box .linkList>li a {
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    text-decoration: none;
}

.l-content .case .caseList .box .linkList>li a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #004098;
}

.l-content .case .caseList .box .linkList>li a:visited:before {
    border-left: 10px solid #681da8
}

.l-content .case .caseList .box .linkList>li .used {
    display: inline-block;
    padding: 5px 10px 1px;
    margin-left: 15px;
    font-weight: bold;
    background: #fff0b2;
}

/* flow */
.l-content .flow .flowList {
    position: relative;
    box-sizing: border-box;
    width: 1140px;
    padding: 20px 35px 50px;
    margin: 0 auto;
    background: #f2f2f2;
}

.l-content .flow .flowList ol>li {
    display: flex;
    align-items: center;
    position: relative;
    width: 730px;
    height: 105px;
    margin-left: 110px;
    background-image: linear-gradient(to right, #e0e0e0 4px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.l-content .flow .flowList ol>li:not(:first-child) {
    margin-top: 15px;
}

.l-content .flow .flowList ol>li .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    bottom: 30px;
    left: -110px;
    width: 90px;
    height: 80px;
    padding-top: 20px;
    background: #0f218b;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.l-content .flow .flowList ol>li .step.step_01 {
    background: #979ec9;
}

.l-content .flow .flowList ol>li .step.step_02 {
    background: #757fb9;
}

.l-content .flow .flowList ol>li .step.step_03 {
    background: #5e6aaf;
}

.l-content .flow .flowList ol>li .step.step_04 {
    background: #3c4ba0;
}

.l-content .flow .flowList ol>li .step.step_05 {
    background: #0f218b;
}

.l-content .flow .flowList ol>li .step::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -26px;
    left: 0;
    border-top: solid 26px #0f218b;
    border-right: solid 45px transparent;
    border-left: solid 45px transparent;
}

.l-content .flow .flowList ol>li .step.step_01::after {
    border-top-color: #979ec9;
}

.l-content .flow .flowList ol>li .step.step_02::after {
    border-top-color: #757fb9;
}

.l-content .flow .flowList ol>li .step.step_03::after {
    border-top-color: #5e6aaf;
}

.l-content .flow .flowList ol>li .step.step_04::after {
    border-top-color: #3c4ba0;
}

.l-content .flow .flowList ol>li .step.step_05::after {
    border-top-color: #0f218b;
}

.l-content .flow .flowList ol>li .step .num {
    font-size: 23px;
}

.l-content .flow .flowList ol>li .txt {
    margin-left: 30px;
    font-size: 25px;
    font-weight: bold;
}

.l-content .flow .flowList ol>li .pic {
    width: 100px;
    margin: 0 20px 0 auto;
    text-align: center;
}

.l-content .flow .flowList .arrow {
    position: absolute;
    top: 15px;
    right: 75px;
    padding: 72px 22px 180px;
    background: #0f218b;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.l-content .flow .flowList .arrow {
    position: absolute;
    top: 78px;
    right: 75px;
    padding: 78px 22px 220px;
    background: #0f218b;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.l-content .flow .flowList .arrow::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    border-top: solid 70px #0f218b;
    border-left: solid 100px transparent;
    border-right: solid 100px transparent;
    transform: translateX(-50%);
}


.l-content .flow .flowList .arrow .underline {
    position: relative;
    font-size: 23px;
}

.l-content .flow .flowList .arrow .underline .num {
    font-size: 25px;
}

.l-content .flow .flowList .arrow .underline::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #fc0;
}

/* faq */
.l-content .faq .lead {
    position: relative;
    padding-top: 20px;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.l-content .faq .lead img {
    position: absolute;
    bottom: 4px;
    left: 188px;
}

/* tips */
.l-content .tips .lead {
    font-size: 23px;
    font-weight: bold;
}

/* media */
.l-content .media .lead {
    font-size: 18px;
    font-weight: bold;
}

/* value */
.l-content .value .lead {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.l-content .value .lead strong {
    position: relative;
    z-index: 1;
}

.l-content .value .lead strong::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: #fcff1a;
}

.l-content .value .awardList {
    box-sizing: border-box;
    width: 980px;
    padding: 20px;
    margin: 0 auto;
    background: #fffae5;
}

.l-content .value .awardList .wrap {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
}

/* accordion */
.l-content .faq .VN_accordion {
    width: 1000px;
    margin: 0 auto;
}

.l-content .faq .VN_accordion:not(:first-child) {
    margin-top: 10px;
}

.l-content .faq .VN_accordion .VN_accordionButton {
    cursor: pointer;
    border: 1px solid #bfbfbf;
    background: #fafafa;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
}

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

.l-content .faq .VN_accordion .VN_accordionButton span.VN_accordionClose {
    display: none;
}

.l-content .faq .VN_accordion .VN_accordionMore {
    box-sizing: border-box;
    width: 1000px;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px;
}

.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 {
    padding-top: 5px;
    margin-left: 10px;
    font-size: 15px;
}

/* inquiry */
.l-content .inquiry .lead {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}