@charset "UTF-8";

/* header */
.l-header--popup {
  margin-bottom: 62px;
}
.l-header--popup .lc-logo {
  width: 100%;
}

/* footer */
.l-footerWrap {
  margin: 0 auto;
  background-color: transparent;
}
.l-copyright {
  margin: 60px auto 0;
}

/* 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 .summary {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

/* topAncArea */
.l-content .topAncArea .ancList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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;
}

/* 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_en/img/problem_title_bg.png") no-repeat 0 0;
}

.l-content .aboutService .problem .title h3 {
    position: relative;
    top: 8px;
    font-size: 28px;
    text-align: center;
}

.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 30px;
    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: 22px;
}

.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;
    padding-left: 30px;
    border-radius: 10px;
    background: #d8d8d8;
    font-size: 21px;
    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 .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: 204px;
}

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

.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: 20px 18px 0;
}

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

.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: 25px;
    font-weight: bold;
    text-align: center;
}

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

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