@charset "utf-8";

/* common */
.l-content .h2Ttl {
    width: 1160px;
    padding: 17px 0 9px;
    border-bottom: solid 3px #0f218b;
    margin: 0 auto;
    background: #fc0;
    color: #0f218b;
    font-size: 27px;
    text-align: center;
}

.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_catchcopy {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

/* /common */

.l-content .h1Ttl {
    box-sizing: border-box;
    width: 1200px;
    padding: 16px 0 11px 25px;
    border-left: solid 6px #fc0;
    background: #0f218b;
    color: #fff;
    font-size: 29px;
}

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


/* worry */
.l-content .worry {
    box-sizing: border-box;
    position: relative;
    width: 700px;
    padding: 20px 30px 30px 50px;
    margin: 0 auto 30px;
    background: #eee;
}

.l-content .worry::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    border-top: 30px solid #eee;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    transform: translateX(-50%);
}

.l-content .worry .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.l-content .worry .title span {
    position: relative;
}

.l-content .worry .title span::before,
.l-content .worry .title span::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 50px;
    height: 2px;
    background: #333;
}

.l-content .worry .title span::before {
    left: -70px;
}

.l-content .worry .title span::after {
    right: -70px;
}

.l-content .worry .pic {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.l-content .worry .worryList>li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    line-height: 27px;
}

.l-content .worry .worryList>li:not(:first-child) {
    margin-top: 10px;
}

.l-content .worry .worryList>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 17px;
    background: url("/service/floow/case_by_occupation/img/icon_check_gray.png") no-repeat 0 0;
}

.l-content .worry .worryList>li strong {
    font-size: 19px;
    font-weight: bold;
}

/* effect */
.l-content .effect{
    box-sizing: border-box;
    width: 950px;
    border: 3px solid #0f218b;
    margin: 0 auto;
}

.l-content .effect .head{
    padding: 7px 0 3px;
    background: #0f218b;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.l-content .effect .effectList{
    padding: 40px 10px 40px 35px;
}
.l-content .effect .effectList>li {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    line-height: 36px;
}

.l-content .effect .effectList>li:not(:first-child) {
    margin-top: 25px;
}

.l-content .effect .effectList>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 25px;
    background: url("/service/floow/case_by_occupation/img/icon_check_yellow.png") no-repeat 0 0;
}
.l-content .effect .effectList>li strong {
    position: relative;
    font-size: 21px;
    font-weight: bold;
}

.l-content .effect .effectList>li strong::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 9px;
    background: #ffe57f;
}

.l-content .related {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
}

.l-content .related .case{
    box-sizing: border-box;
    width: 350px;
    height: max-content;
    background: #e7e8f3;
    padding: 20px 15px 20px 25px;
}

.l-content .related .case .title{
    font-size: 17px;
    font-weight: bold;
}

.l-content .related .info {
    box-sizing: border-box;
    width: 585px;
    height: max-content;
    padding: 20px 25px;
    background: #fffae5;
}

.l-content .related .info .title{
    font-size: 17px;
    font-weight: bold;
}

.l-content .related .info .dashboard{
    display: flex;
    justify-content: space-between;
}


.l-content .related .info  .featureList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.l-content .related .info  .featureList>.box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 260px;
    height: 64px;
    border: solid 2px #e07f00;
    border-radius: 6px;
    background: #fff;
}

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