@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_faq>a {
    width: 280px;
    font-size: 15px;
}

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

/* /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;
}

/* topAncArea */
.l-content .topAncArea .ancList {
    display: flex;
    flex-wrap: wrap;
    row-gap: 17px;
    column-gap: 20px;
    padding: 0 50px;
}

.l-content .topAncArea .ancList>li {
    width: 260px;
}

.l-content .topAncArea .ancList>li>a {
    width: 260px;
    font-size: 15px;
    font-weight: bold;
}

/* latestInfo */
.l-content .latestInfo .infoList-box {
    width: 1140px;
    border: 1px solid #a7a7a7;
    padding: 15px 22px;
    margin: 0 auto;
    height: 81px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.l-content .latestInfo .infoList-content {
    border-top: 1px dotted #d3d3d3;
    margin-top: 6px;
    padding-top: 11px;
}

.l-content .latestInfo .infoList-content:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.l-content .latestInfo .infoList-content-ttl,
.l-content .latestInfo .infoList-content-txt {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
}

.l-content .latestInfo .infoList-content-ttl {
    width: 190px;
}

.l-content .latestInfo .infoList-content-txt {
    width: 880px;
}

.l-content .latestInfo .infoList-content-txt .new {
    position: relative;
    top: -3px;
    padding: 0 3px;
    margin-left: 10px;
    font-size: 13px;
    background: #d00;
    color: #fff;
}

/* aboutService */
.l-content .aboutService .problem {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 1160px;
    padding: 30px 0 40px;
    margin: 0 auto;
    background: #f2f2f2;
}

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

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

.l-content .aboutService .problem .problemList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}


.l-content .aboutService .problem .problemList>.box {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 500px;
    height: 150px;
    padding: 0 40px;
    border: solid 2px #bcbcbc;
    border-radius: 6px;
    background: #fff;
}

.l-content .aboutService .problem .problemList>.box .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 143px;
    height: 109px;
}

.l-content .aboutService .problem .problemList>.box .txt {
    flex-grow: 1;
    margin-left: 15px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .problem .problemList>.box .txt strong {
    font-size: 25px;
}

.l-content .aboutService .problem .voice {
    display: flex;
    align-items: center;
}

.l-content .aboutService .problem .voice .bubbleSpeech {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 580px;
    height: 160px;
    border-radius: 10px;
    background: #d8d8d8;
    font-size: 23px;
    font-weight: bold;
    margin-right: 60px;
}

.l-content .aboutService .problem .voice .bubbleSpeech::after {
    content: "";
    display: block;
    position: absolute;
    top: 74px;
    right: -34px;
    border-top: solid 16px transparent;
    border-bottom: solid 16px transparent;
    border-left: solid 34px #d8d8d8;
}

.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 .merit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1160px;
    padding: 20px 0 50px;
    margin: 0 auto;
    background: #fffae5;
}

.l-content .aboutService .merit h3 {
    width: 1060px;
    padding: 17px 0 9px;
    border-bottom: solid 3px #0f218b;
    background: #fc0;
    color: #0f218b;
    font-size: 27px;
    text-align: center;
}

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

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

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

.l-content .aboutService .merit .pic_wrap {
    width: 940px;
    padding: 20px 0 30px;
    background: #fff;
}

.l-content .aboutService .merit .awardList {
    box-sizing: border-box;
    width: 940px;
    padding: 10px;
    background: #fff;
}

.l-content .aboutService .merit .awardList .wrap {
    display: flex;
    align-items: center;
}

.l-content .aboutService .merit .meritList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.l-content .aboutService .merit .meritList>.box {
    box-sizing: border-box;
    width: 450px;
    border: solid 2px #0f218b;
    background: #fff;
}

.l-content .aboutService .merit .meritList>.box.box_top {
    height: 180px;
}

.l-content .aboutService .merit .meritList>.box.box_bottom {
    height: 156px;
}

.l-content .aboutService .merit .meritList>.box .heading {
    padding: 5px 0 5px;
    background: #0f218b;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .merit .meritList>.box .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 20px;
}

.l-content .aboutService .merit .meritList>.box .txt .title {
    font-size: 21px;
    color: #0f218b;
    font-weight: bold;
}

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

.l-content .aboutService .merit .featureList>.box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 400px;
    height: 100px;
    border: solid 2px #e07f00;
    border-radius: 6px;
    background: #fff3c1;
}

.l-content .aboutService .merit .featureList>.box .txt {
    padding-top: 5px;
    color: #e07f00;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.l-content .aboutService .merit .featureList>.box .txt span {
    font-size: 23px;
}

/* slider */
.l-content .slider__list {
    position: relative;
}

.l-content .slider__list .prev-arrow {
    bottom: 0;
    cursor: pointer;
    left: 216px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 1;
}

.l-content .slider__list .next-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    right: 218px;
    top: 0;
    z-index: 1;
}

.l-content .slider__item {
    border: 1px solid #666;
    padding: 22px 26px;
}

.l-content .slider__head {
    border-bottom: 1px dotted #707070;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.l-content .slider__head__inner {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.l-content .slider__head__img {
    margin-right: 12px;
}

.l-content .slider__head__company {
    font-size: 16px;
    font-weight: bold;
}

.l-content .slider__body__ttl {
    font-size: 20px;
    margin-bottom: 28px;
}

.l-content .slider__body {
    display: flex;
}

.l-content .slider__body_inner img {
    margin-right: 30px;
}

.l-content .slider__body_manager:first-of-type {
    margin-top: 16px;
}

.l-content .slider__body_list {
    margin-bottom: 24px;
}

.l-content .slider__body_list dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.l-content .slider__body_list dd {
    display: list-item;
    position: relative;
    font-size: 14px;
    padding-left: 15px;
}

.l-content .slider__body_list dd::before {
    content: '・';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.l-content .slider__body_list dd:not(:first-of-type) {
    margin-top: 3px;
}

.l-content .slider__foot__btn {
    display: flex;
    justify-content: flex-end;
}

/* column */
.l-content .column .wrap {
    padding: 0 15px;
}

.l-content .column .lead {
    font-size: 23px;
    font-weight: bold;
}

/* 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;
}

/* 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;
}