body {
    color: #333333;
    max-width: 430px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Noto Sans CJK JP', "Noto Sans JP", 'DINOT', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    overflow-x: hidden;
    zoom: 1.5;
}

@media screen and (max-width: 700px) {
    body {
        zoom: 1;
    }
}

header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

header img {
    display: block;
    text-align: left;
    margin-top: 8px;
    margin-left: 14px;
    opacity: 1;
}

header a {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-top: 8px;
}

header a h3 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    line-height: 16px;
}

header a p {
    font-size: 8px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.4px;
    line-height: 16px;
}

header a.consul_header {
    margin-top: 0;
    margin-left: 0;
}

header .tel_b a {
    color: #FF8900;
    margin-right: 15px;
    padding-bottom: 4px;
    position: relative;
}

header .tel_b a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px; /* ボーダーの高さ */
    background: linear-gradient(0deg, #FF8900 0%, #FFD84A 100%);
}

header .tel_b a img {
    width: 14px;
    margin-left: 0;
    margin-right: 5px;
}

header .tel_b a span {
    font-weight: bold;
}

header .tel_b a p {
    color: #FF8900;
    text-align: left;
    line-height: 10px;
    letter-spacing: 0;
}

.fv_img {
    margin-top: 8px;
    text-align: center;
}

#fv img {
    margin-bottom: 5px;
}

#fv li img {
    width: 100%;
    margin-bottom: 0;
}

#fv {
    background-color: #fff;
    display: inline-block;
    background-image: linear-gradient(180deg, transparent 67%, #fff), url("../img/topbg00.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.achievement ul {
    display: flex;
    margin: 220px auto 0;
    justify-content: space-between;
    width: calc(100% - 30px);
}

.achievement li {
    margin: 0;
    width: 24%;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.note {
    color: #666666;
    text-align: right;
    font-size: 8px;
    opacity: 1;
    margin-right: 20px;
    margin-top: 4px;
}

#fv2 {
    text-align: left;
    margin: 5px auto -60px;
}

.upper {
    max-width: 430px;
}

.fv2_left {
    margin-left: 5px;
    width: 80%;
}

.lower1 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.lower1 img {
    width: 80%;
}

.lower {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    position: relative;
    top: -75px;
    margin: 0 0 0 10px;
    overflow: hidden;
}

.lower2 {
    margin-left: -8%;
}

/*main contents*/
.service_guide {
    background-color: #E3E3E3;
    padding-top: 10px;
}

.info_guide {
    padding-bottom: 24px;
}

.explanation1,
.explanation1_second {
    background-image: url(../img/back.png);
    width: calc(100% - 30px);
    background-size: 100%;
    margin: 0 15px;
    border-radius: 16px;
    padding: 15px 30px;
}

.explanation1 p {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
}

.explanation1_second h3 img,
.explanation1 p img {
    width: 12px;
}

.explanation1_second h3 img.left_img,
.explanation1 p img.left_img {
    margin-right: 3px;
}

.explanation1_second h3 img.right_img,
.explanation1 p img.right_img {
    margin-left: 3px;
}

.explanation1 h3 {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0 12px;
    position: relative;
    z-index: 1;
    letter-spacing: 3px;
}

.explanation1_second h3 {
    font-weight: bold;
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explanation1_second h3 span.green {
    color: #19C46A;
    position: relative;
    z-index: 1;
    margin-left: 2px;
}
.explanation1_second h3 span.green:after,
.explanation1 h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 13px;
    background-color: #FFF84A;
    z-index: -1;
}

.explanation1_second h3 span.green:after {
    height: 7px;
    bottom: 0;
}

.explanation1 h3 span.small {
    font-size: 25px;
}

.explanation1 h3 span.green {
    color: #19C46A;
}

.explanation1_second a,
.explanation1 a {
    background: transparent linear-gradient(0deg, #FF8900 0%, #FFD84A 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    box-shadow: 0 0 6px #00000052;
    font-weight: 700;
}

.explanation1_second a span,
.explanation1 a span {
    margin: 0 13px 0 10px;
}

.explanation1_second a p,
.explanation1 a p {
    font-size: 8px;
    text-align: left;
    line-height: 10px;
}

.explanation1_second a img,
.explanation1 a img {
    width: 24px;
}

/*背景*/
.info,
.qa_box,
.consultation,
.explanation2 {
    margin: 0 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.info,
.qa_box {
    padding-top: 0;
}

.worry_wrap {
    padding-bottom: 0;
}

.consultation {
    padding-top: 0;
    padding-bottom: 4px;
}


/* 追従ボタン */
.float-button__wrap {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 84px;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 15px;
    margin: 0 auto;
    align-content: center;
    right: 0;
}

.float-buttons {
    display: inline-flex;
    max-width: 400px;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.float-buttons a {
    text-decoration: none;
}

.free {
    width: 33px;
    height: 40px;
    margin-right: 7px;
    flex-shrink: 0;
    white-space: nowrap;
}

.free > div {
    font-size: 12px;
    color: #FF8900;
    letter-spacing: 0.72px;
    line-height: 1.2;
}

.free > div .consulting_label {
    font-size: 8px;
    color: #fff;
    letter-spacing: 0.72px;
    background: #FF8900;
    padding: 1px 4px;
    border-radius: 8px;
}

.free > div .title_wrap {
    font-weight: 600;
}

.line_b {
    display: block;
    width: 100%;
    height: 45px;
    background: linear-gradient(180deg, #87E0A2, #19C46A);
    margin-right: 7px;
    box-shadow: 0 0 6px #00000052;
    border-radius: 8px;
}

.line_b .r_b,
.email_b .r_b {
    height: 100%;
}

.line_b .r_b span,
.email_b .r_b span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.line_b .r_b .img_wrap,
.email_b .r_b .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.line_b .r_b .img_wrap,
.email_b .r_b .img_wrap {
    height: 100%;
}

.line_b .r_b .img_wrap img {
    width: 45px;
    margin-right: 6px;
}

.email_b .r_b .img_wrap img {
    width: 14px;
    margin-right: 6px;
}

.email_b {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 12px;
    background: linear-gradient(180deg, #3FB6EB, #0D70CE);
    color: #fff;
    box-shadow: 0 0 6px #00000052;
    border-radius: 8px;
    margin-left: 7px;
}

.line_b p,
.email_b p {
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 20px;
}

.email_b a {
    height: 100%;
    display: inline-block;
    width: 100%;
}

.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.float-button__wrap .float-text {
    font-size: 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF8900;
}

.float-button__wrap .float-text span {
    background: #FF8900;
    border-radius: 6px;
    padding: 2px 3px 2px;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
}


/*こんなお悩みありませんか？*/
.title1 {
    font-size: 24px;
    padding-top: 12px;
    letter-spacing: 0;
    color: #333333;
    font-weight: 700;
}

.problem {
    background: #f5f5f5;
    border-radius: 14px;
    margin: 20px 15px 5px;
    padding: 12px 32px;
    text-align: center;
}

.problem ul {
    list-style-type: none;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
}

.problem li {
    display: block;
    text-align: left;
    position: relative;
    background-size: auto 20px;
    padding-left: 3em;
    line-height: 32px;
}

.problem li span {
    border-bottom: dotted 2px #f48612;
}

.problem li::before {
    content: url("../img/icon_check.svg");
    display: inline-block;
    padding-right: 30px;
    position: absolute;
    top: 5px;
    left: 16px;
}

.guide01 {
    width: 70%;
}

.worries2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.icon_bar {
    width: calc(100% - 30px);
}

.examination98 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 16px auto;
}

.black_t {
    font-size: 16px;
    margin-right: 6px;
    font-weight: 700;
}

.green_t {
    display: inline-block;
    color: #19C46A;
    font-size: 23px;
    font-weight: 500;
    background: linear-gradient(transparent 70%, #FFF84A 30%);
}

.green_t span {
    /*background-image: url('../img/');*/
    font-size: 39px;
    letter-spacing: -0.97px;
}

.subject {
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subject span {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.subject span::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background: #FF8900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
}

.subject span:first-child::before {
    transform: translate(-50%, -50%) rotate(-30deg);
}

.worries .subject span::before {
    background: #333;
    top: 55%;
}

.subject_bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 15px;
    flex-wrap: wrap;
}

.subject_bg .text_b {
    color: #19C46A;
    white-space: nowrap;
}

.bg_gray_l .text_b {
    text-align: right;
    position: relative;
    font-weight: 700;
}

.bg_gray_l .text_b:after {
    position: absolute;
    content: '※';
    top: calc(100% + 4px);
    right: -2px;
    transform: translate(100%, -100%);
    font-size: 8px;
    color: #333333;
}

.bg_gray_l,
.bg_gray_r {
    display: inline-flex;
    background: #F5F5F5;
    width: calc(50% - 6px);
    border-radius: 16px;
    padding: 0 16px;
    align-items: center;
    justify-content: space-around;
    height: 72px;
}

.bg_gray_l img {
    margin-left: -26px;
    margin-bottom: 12px;
    width: 50px;
    object-fit: cover;
}

.bg_gray_r img {
    margin-right: -20px;
    width: 50px;
    object-fit: cover;
}

.text_b {
    font-size: 14px;
    line-height: 21px;
}

.bg_gray_r .text_b {
    text-align: left;
    font-weight: 700;
}

.text_b span {
    color: #19C46A;
    border-bottom: dashed 1px #19C46A;
}

.example_text {
    color: #333333;
    border-bottom: none;
    font-size: 8px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
}

.example_text span {
    font-size: 7px;
}

.bg_gray_r .text_wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.subject2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    margin: 16px auto 0;
    max-width: 340px;
}

.subject2 img {
    margin-bottom: 0;
}

.subject2 p {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    padding-bottom: 22px;
}

.subject2 p span {
    font-size: 8px;
    color: #333;
    margin-top: 6px;
    line-height: 8px;
    display: block;
}

/*選ばれる理由*/
.title2 {
    text-align: left;
}

.title2_b {
    font-size: 22px;
    margin-bottom: 5px;
}

.title2_g {
    font-size: 28px;
    color: #19C46A;
    font-weight: 700;
}

.title2_g span {
    font-size: 30px;
    font-weight: 600;
}

.reasons {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    counter-reset: reason;
    padding-top: 12px;
}

.reason {
    text-align: left;
    margin: 0 15px 15px;
}

.reason:last-child {
    margin-bottom: 0;
}

.bg_blue {
    background: linear-gradient(180deg, #3FB6EB, #0D70CE);
    border-radius: 16px 16px 0 0;
    padding: 8px 16px 12px;
    counter-increment: reason;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bg_blue_text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
}

.dots {
    text-emphasis: filled;
}

.bg_blue_text_b {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}

.bg_blue::before {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    content: counter(reason);
    opacity: 0.5;
    margin-right: 15px;
}

.bg_white {
    font-size: 11px;
    line-height: 16px;
    border: solid 1px #0D70CE;
    border-radius: 0 0 16px 16px;
    padding: 11px 20px;
}


/*住宅ローンをまとめて1本化化*/
.title3 {
    font-size: 16px;
    font-weight: 600;
    margin: 8px auto;
}

.profile {
    margin-top: 10px;
    margin-bottom: 0;
}

.Before {
    background: #F5F5F5;
    width: 45%;
    border-radius: 16px;
}

.Before_detail {
    text-align: left;
    padding: 12px 16px;
}

.Before_detail1 {
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
}

.Before_detail2 {
    font-size: 8px;
    line-height: 16px;
    letter-spacing: -0.3px;
    margin-top: 6px;
}

.Before_detail3 {
    font-size: 8px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.Before_detail3_b {
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
    font-weight: 500;
}

hr.style4 {
    border-top: 1px dotted #666666;
    opacity: 0.8;
}

.icon_arrow2 {
    stroke-opacity: 1;
}

.After_detail3_b {
    font-size: 10px;
    font-weight: 600;
}

.After {
    border: solid 2px #0D70CE;
    width: 55%;
    border-radius: 16px;
    margin-left: 5%;
    position: relative;
}

.After::before {
    position: absolute;
    top: 42px;
    left: -21px;
    content: url(../img/icon_arrow2.svg);
}


.After_detail {
    text-align: left;
    padding: 12px 16px;
}

.After_detail1 {
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    color: #0D70CE;
}

.After_detail2 {
    font-size: 9px;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.After_detail3 {
    font-size: 8px;
    line-height: 16px;
    letter-spacing: -0.45px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.After_detail3_b {
    color: #0D70CE;
    font-size: 16px;
    font-weight: 600;
}

.example {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 3px;
}

.result > img {
    width: calc(100% - 10px);
    margin-top: 10px;
}

.result_voice {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 0;
}

.voice {
    width: 55%;
    margin-right: 12px;
}

.voice_title {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 6px auto;
}

.voice_text {
    text-align: left;
    font-size: 11px;
    line-height: 16px;
    margin: 11px auto 0;
}

.CASE {
    margin-top: 10px;
    margin-bottom: 0;
}

.CASE_prof {
    display: flex;
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 20px;
}

.CASE_prof img {
    margin-bottom: -2px;
    margin-left: 10%;
}

.CASE_prof p {
    margin-left: 22px;
}

/* お試しシミュレーション */
.title6_1 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.title6_1::before {
    position: relative;
    content: url(../img/icon_simulation_l.svg);
}

.title6_1::after {
    position: relative;
    content: url(../img/icon_simulation_r.svg);
}

.title6_2 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin: 14px auto;
}

.questions {
    padding: 0 10px;
}

.query_t {
    margin: 30px auto 10px;
    font-size: 14px;
    color: #2e2e2e;
    text-align: center;
}

.query {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.li_answers {
    display: inline-flex;
    margin: 5px;
    color: #333333;
    width: calc(50% - 10px);
}

.li_answers button {
    color: #333333;
    background: #F5F5F5;
    height: 40px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width: 400px) {
    .li_answers button {
        font-size: 13px;
    }
}

.li_answers p {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.li_answers button:active {
    background: #e3e3e3;
}

.point {
    display: none;
}

.point .attention_wrap {
    color: #333333;
    font-size: 8px;
    text-align: left;
    margin: 10px 15px 0;
    line-height: 1.5;
}

.point_wrap {
    position: relative;
}

.point_wrap .result_text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.point_wrap .result_text div {
    white-space: nowrap;
    font-size: 44px;
    color: #19C46A;
    letter-spacing: -1.1px;
    font-family: "Noto Sans", sans-serif;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: left;
    line-height: 1.2;
    margin-right: 20px;
    position: relative;
}

.point_wrap .result_text div p,
.point_wrap .result_text div span {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}

.point_wrap .result_text > div::before {
    content: '';
    background: #FFF84A;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
}

.point_wrap .result_text div:last-child {
    text-align: right;
    margin-right: 0;
    margin-left: 20px;
}

.point_wrap .result_text span {
    font-size: 20px;
    font-weight: bold;
}

.question_point00 {
    margin: 20px auto 10px;
    font-size: 14px;
    color: #2e2e2e;
    text-align: center;
}

/*.point img:last-child {*/
/*    padding-bottom: 10px;*/
/*}*/

.back-list {
    font-size: 14px;
    margin: 20px 15px 0;
    display: block;
    text-align: left;
    padding: 4px 0;
    color: #333333;
    cursor: pointer;
    -webkit-transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    font-weight: 500;
}

.questions .send a {
    color: #fff;
    background: #47a7ff;
    font-size: 15px;
    margin-bottom: 12px;
    padding: 12px;
    text-align: center;
}

.questions .send {
    display: block;
    text-align: right;
    position: relative;
    right: 30px;
}

.back {
    margin: 30px 30px 0;
}

.back a {
    display: inline-block;
}

/* -------------------- */
.b {
    margin: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back_b {
    font-size: 14px;
    text-align: left;
}

.next_b {
    color: #fff;
    font-size: 14px;
    text-align: right;
    width: 70px;
    height: 36px;
    background: linear-gradient(0deg, #0D70CE, #3FB6EB);
    border-radius: 8px;
    padding: 11px;
}

.outcome_title {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 320px;
    height: 57px;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding-bottom: 5px;
}

.outcome_ccomment {
    font-size: 8px;
    line-height: 12px;
    text-align: left;
    margin: 10px;
}

.retry_b {
    font-size: 14px;
    text-align: right;
    position: relative;
    margin-right: 30px;
    top: 10px;
}


.retry_b::after {
    position: absolute;
    content: url('../img/icon_reload.svg');
    top: 1px;
    right: -18px;
}


/*多くのお客様にご購入いただいております！*/
.title4 {
    font-size: 15px;
    font-weight: 700;
    margin: 17px auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

.title4::before,
.title4::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2rem;
    background: #333333;
    border-radius: 3px;
    transform: rotate(-30deg);
    position: absolute;
    bottom: -2px;
}

.title4::before {
    left: -7px;
}

.title4::after {
    transform: rotate(30deg);
    right: -7px;
}

.location {
    font-size: 10px;
    margin: 12px auto;
}

.price {
    font-size: 12px;
    font-weight: 700;
}

.house {
    margin: 5px;
    width: calc(50% - 10px);
    height: auto;
    border-radius: 16px;
    box-shadow: 0 0 6px #00000029;
}

.house img {
    width: 100%;
}

.houses {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 10px 0;
}


/*ご相談の流れ*/
.title5 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding: 24px 0 28px;
}

.title5 img {
    margin-right: 8px;
}

.flow ul {
    background: linear-gradient(#3FB6EB, #0D70CE);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: left;
    margin-left: 16px;
}

.flow li {
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
}

.flow {
    margin: 0 15px;
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.flow_diagram_1 {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}

.flow_diagram {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}


/*相談事例*/
.case_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5px;
}

.case_profile {
    font-size: 12px;
    line-height: 16px;
}

.hashtag li {
    font-size: 8px;
    margin-right: 5px;
    line-height: 1.5;
    color: #666;
}

.hashtag ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.consultation_case_2 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 8px 0 12px;
    width: 80%;
}

.consultation_case_1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 16px;
    box-shadow: 0 0 6px #00000029;
    padding: 12px 10px;
    margin: 8px 15px;
    position: relative;
    color: #333333;
}

.consultation_case_1:first-child {
    margin-top: 0;
}

.consultation_case_1:last-child {
    margin-bottom: 15px;
}

.icon_moer1 {
    margin: 30px 5px 0 15px;
}

.link_icon_moer1::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.consultation_case_1 a {
    display: block;
    text-decoration: none;
    color: #333333;
}

.hidden_consultation_case {
    display: none;
}

.hidden_consultation_case.open {
    display: block;
}

.moerbutton {
    font-size: 10px;
    width: 154px;
    height: 40px;
    margin: 10px auto;
    display: block;
    background-color: #F5F5F5;
    color: #333333;
    padding: 10px 15px;
    border-radius: 8px;
}

.moerbutton::before {
    content: "事例をもっと見る";
    border-radius: 8px;
    width: 154px;
    height: 40px;
}

.hidden_consultation_case.open + .moerbutton::before {
    content: "閉じる";
}


/*よくあるご質問*/
.qa-list {
    text-align: left;
    margin: 0 15px;
}

.qa-list dl {
    position: relative;
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 2px solid #F5F5F5;
}

.qa-list dl:first-child {
    border-top: 2px solid #F5F5F5;
}

.qa-list dl:last-child {
    margin-bottom: 0;
}

.qa-list dt {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    width: 85%;
}

.qa-list dl::after {
    position: absolute;
    display: block;
    top: 14px;
    right: 16px;
    content: url("../img/icon_＋.svg");
}

.qa-list .open::after {
    position: absolute;
    display: block;
    top: 10px;
    right: 16px;
    content: url("../img/icon_－.svg");
}

.qa-list dd {
    font-size: 11px;
    background: #F5F5F5;
    border-radius: 16px;
    padding: 15px;
    line-height: 18px;
    margin-top: 10px;
}


/*お問い合わせ*/
.info_text {
    font-size: 11px;
    text-align: left;
    line-height: 1.6;
    margin: 0 14px 20px;
}

.info_form {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.form-item {
    margin: 15px 15px;
    display: flex;
    align-items: flex-start;
}

.form-item-label {
    text-align: left;
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 16px;
    width: 66px
}

.form-item-label span {

}

.form-item-label-required {
    border-radius: 2px;
    width: 29px;
    height: 14px;
    text-align: center;
    background: transparent linear-gradient(0deg, #19C46A 0%, #87E0A2 100%);
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-item-label-any {
    border-radius: 2px;
    width: 29px;
    height: 14px;
    text-align: center;
    background: #666666;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-item-input {
    border-radius: 8px;
    margin-left: 16px;
    height: 48px;
    width: 100%;
    flex: 1;
    background: #F5F5F5;
    font-size: 16px;
    padding: 12px 14px;
    border: none;
}

select {
    border-radius: 8px;
    margin-left: 16px;
    height: 48px;
    width: 100%;
    flex: 1;
    background-color: #F5F5F5;
    font-size: 16px;
    padding: 12px 14px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/img/arrow_bottom.svg");
    background-repeat: no-repeat;
    background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
    color: #333333;
}

select:invalid {
    color: #bbb;
}

select option {
    color: #333333;
}

select option:first-child {
    color: #bbb;
    opacity: 40%;
}

.form-item ::placeholder {
    color: #333333;
    opacity: 40%;
}

.form-item-textarea {
    border-radius: 6px;
    margin-left: 16px;
    padding: 12px 14px;
    height: 120px;
    width: 100%;
    flex: 1;
    background: #F5F5F5;
    font-size: 16px;
    border: none;
    white-space: pre-wrap;
}

.form-btn {
    background: transparent linear-gradient(0deg, #FF8900 0%, #FFD84A 100%);
    width: calc(100% - 30px);
    height: 50px;
    display: block;
    margin: 0 15px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0 0 6px #00000052;
}


/*フッター*/
footer {
    background: #fff;
    padding: 20px 15px 80px;
}

.company th, .company td {
    text-align: left;
    padding: 5px 20px 5px 0;
}

.company th {
    color: #666666;
    font-size: 10px;
}

.company td {
    color: #333333;
    font-size: 10px;
}

.copyright {
    font-size: 10px;
    line-height: 1.6;
}

.copy {
    text-align: right;
}

.copy .company_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.copy .company_wrap h3 {
    font-size: 21px;
    color: #333333;
    font-weight: bold;
}

.copy .company_wrap p {
    font-size: 10px;
    color: #333333;
    margin-left: 6px;
}

.alert {
    font-size: 12px;
    text-align: left;
    margin: 0 15px;
    color: #ab1212;
}

.point .float-buttons {
    margin: 10px 15px 0;
    width: calc(100% - 30px);
}

.point .tel_b {
    margin: 0;
}

.point .email_b {
    margin-left: 14px;
}

.point .subject {
    font-size: 14px;
    margin: 16px auto 0;
    color: #FF8900;
    font-weight: 500;
}

.point .subject span {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}

@media (min-width: 241px) and (max-width: 480px) {
    .point .subject span::before {
        content: '';
        background: #FF8900;
        width: 1px;
        height: 16px;
    }

    .toast-message {
        font-size: 12px;
        line-height: 1.5;
        white-space: nowrap;
    }

    #toast-container .toast-close-button {
        top: 0;
        right: 0;
    }
}

.toast-close-button {
    top: 0;
    right: 0;
}

.fv_img .sp {
    display: none;
}

@media screen and (max-width: 700px) {
    .fv_img .pc {
        display: none;
    }

    .fv_img .sp {
        display: block;
        margin: auto;
    }
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    box-shadow: 0 0 0 999px #EDFAF3 inset;
}

/*
*/

.thanks_page {
    height: 50vh;
}

@media screen and (max-width: 700px) {
    .thanks_page {
        height: 100vh;
        min-height: 600px;
    }
}

.thanks_page footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 430px;
}

.thanks_content {
    padding: 40px 15px 0;
    font-weight: normal;
    color: #333333;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}

.thanks_content > a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
    text-align: left;
    margin-top: 24px;
}

.thanks_wrap {
    padding: 30px 15px 20px;
    background: #fff;
    border-radius: 16px;
}

.thanks_wrap h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.5;
}

.thanks_wrap .text_wrap {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

.merit_wrap {
    margin: 0 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

div.merit_wrap div.title_wrap {
    padding-top: 6px;
}

div.merit_wrap div.title_wrap h3.orange {
    color: #FF8900;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}

div.merit_wrap div.title_wrap h3.orange::before,
div.merit_wrap div.title_wrap h3.orange::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background: #FF8900;
    top: 55%;
}

div.merit_wrap div.title_wrap h3.orange::before {
    transform: translate(-50%, -50%) rotate(30deg);
    right: -12px;
}

div.merit_wrap div.title_wrap h3.orange::after {
    transform: translate(-50%, -50%) rotate(-30deg);
    left: -12px;
}

div.merit_wrap div.title_wrap h3 {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

div.merit_wrap div.title_wrap h2 {
    font-size: 28px;
    color: #19C46A;
    font-weight: 700;
    line-height: 60px;
}

div.merit_wrap div.title_wrap h2 span {
    font-size: 30px;
}

div.merit_wrap div.title_wrap div.img_wrap {
    width: 162px;
    margin: 6px auto 0;
}

div.merit_wrap div.title_wrap div.img_wrap img {
    width: 100%;
    object-fit: cover;
}

div.merit_wrap ul.content_wrap {
    padding: 0 15px;
}

div.merit_wrap ul.content_wrap li {
    padding-top: 25px;
}

div.merit_wrap ul.content_wrap li div.title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 6px;
    border-bottom: 3px solid #8ED9B2;
}

div.merit_wrap ul.content_wrap li div.title div.img_wrap {
    width: 50px;
    margin-right: 12px;
}

div.merit_wrap ul.content_wrap li div.title div.img_wrap img {
    width: 100%;
    object-fit: cover;
}

div.merit_wrap ul.content_wrap li div.title h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
}

div.merit_wrap ul.content_wrap li div.title h3.wrap {
    font-size: 16px;
    line-height: 1.5;
}

div.merit_wrap ul.content_wrap li div.content {
    text-align: left;
    font-size: 11px;
    color: #333;
    line-height: 1.6;
    padding-top: 12px;
}

div.merit_wrap ul.content_wrap li div.content span {
    padding: 12px 16px;
    background: #F5F5F5;
    border-radius: 16px;
    margin: 12px 0;
    width: 100%;
    display: inline-block;
}

div.alert_wrap {
    margin: 0 15px;
    padding-bottom: 20px;
    border-radius: 16px;
    background-color: #666666;
}

div.alert_wrap div.title_wrap {
    padding: 28px;
}

div.alert_wrap div.title_wrap h2 {
    font-size: 28px;
    color: #FFF84A;
    font-weight: 700;
}

div.alert_wrap ul.content_wrap li {
    margin: 0 15px 15px;
    border-radius: 8px;
    background: #FFFFFF;
}

div.alert_wrap ul.content_wrap li:last-child {
    margin-bottom: 0;
}

div.alert_wrap ul.content_wrap li div.title {
    border-radius: 8px 8px 0 0;
    background: #FFF84A;
    padding: 6px 16px;
}

div.alert_wrap ul.content_wrap li div.title h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

div.alert_wrap ul.content_wrap li div.content {
    font-size: 11px;
    color: #333;
    padding: 12px 16px;
    line-height: 1.6;
    text-align: left;
}

div.strong_wrap {
    margin: 0 15px;
    padding-top: 15px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

div.strong_wrap div.title_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1px;
}

div.strong_wrap div.title_wrap h2 {
    font-size: 28px;
    color: #19C46A;
    font-weight: 700;
}

div.strong_wrap div.title_wrap div.img_wrap {
    margin-left: 15px;
    width: 160px;
}

div.strong_wrap div.title_wrap div.img_wrap img {
    width: 100%;
    object-fit: cover;
}

div.strong_wrap ul.content_wrap {
    margin: 0 15px;
}

div.strong_wrap ul.content_wrap li {
}

div.strong_wrap ul.content_wrap li div.title {
    background: transparent linear-gradient(180deg, #0D70CE 0%, #3FB6EB 100%) 0 0 no-repeat padding-box;
    border-radius: 8px;
    padding: 6px 16px;
}

div.strong_wrap ul.content_wrap li div.title h3 {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    font-weight: 700;
}

div.strong_wrap ul.content_wrap li div.content {
    font-size: 11px;
    color: #333;
    padding: 12px 0 22px;
    line-height: 1.6;
    text-align: left;
}
