@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

:root {
    --inner-width: 980px;
    --outer-padding: 40px;
    --brand-green: #60ad3b;
    --color-text: #333;
}

/* CSS reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

ul, ol {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:focus {
    outline: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    clear: both;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

a:link, a:hover, a:visited {
    color: #101010;
    text-decoration: none;
}

ul, ol {
    list-style: none;
    padding-left: 0;
}

img {
    max-width: 100%;
    height: auto;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mt10 {
    margin-top: 10px !important;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.footer__policy {
    padding-top: 15px;
    font-size: 14px;
}

.footer__policy a {
    color: #00F;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("YuGothic-Medium"), local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("YuGothic-Medium"), local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("YuGothic-Medium"), local("Yu Gothic Medium");
    font-weight: 500;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

@font-face {
    font-family: "My Hiragino";
    src: local("Hiragino Sans"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN");
}

@font-face {
    font-family: "My Hiragino";
    font-weight: bold;
    src: local("Hiragino Sans"), local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6");
}

@font-face {
    font-family: MyHiragino;
    font-weight: 800;
    src: local("Hiragino Sans"), local("ヒラギノ角ゴ StdN"), local("Hiragino Kaku Gothic StdN");
}

.fntOz {
    font-family: "Oswald";
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    min-width: 1024px;
    height: 100%;
    background-color: #fff;
    color: #4c4c4c;
    font-family: "Yu Gothic", YuGothic, "My Hiragino", "メイリオ", Meiryo, sans-serif;
    line-height: 1.15;
}

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
    }
}

iframe {
    max-width: 100%;
}

.marugo {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

a[href^="tel:"] {
    pointer-events: none;
}

.headerArea {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.headerArea .headerBoxL {
    padding: 10px 0;
}

.headerArea .headerBoxL img {
    width: 39%;
}

.headerArea .headerBoxL span {
    display: inline-block;
    padding: 0 0 15px 15px;
    font-size: 1.4rem
}

.headerArea .headerBoxR {
    text-align: right;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.headerArea .headerBoxR a:first-child {
    width: 63%;
    padding: 13px 3% 0 0;
}

.headerArea .headerBoxR a:first-child span {
    display: block;
    font-size: 2.4rem;
    color: #fea201;
}

.headerArea .headerBoxR a:first-child span.telNum:before {
    content: url(/assets_lp/houki/images/headerTel.png);
}

.headerArea .headerBoxR a:first-child span.ctaBtnTel03 {
    background: #fea201;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 3px;
    font-size: 1.2rem;
}

.headerArea .headerBoxR a:last-child {
    width: 28%;
}

.headerArea .headerBoxR span img {
    width: 45%;
    margin: 0 10px 15px 0;
}

.headerArea .headerBoxR a.headFormBtn img {
    width: 100%;
}

.headerBoxRBox {
    margin-right: 10px;
}

.headerBoxRBox .headFormBtn {
    width: 23%;
}

.headerBoxRBox a:before {
    content: url(../../houki/images/headerTel.png);
}

@media screen and (max-width: 768px) {}

.ctaArea {
    max-width: 980px;
    margin: 0 auto;
}

.ctaBox {
    display: flex;
}

@media screen and (max-width: 768px) {}

.ctaTxtBox {
    width: 83%;
    margin: 30px 0 0 -30px;
    text-align: right;
}

.ctaTxtBox img {
    margin-bottom: 10px;
}

.ctaImgBox {
    margin-top: -50px;
    width: 20%;
}

.ctaBtnArea {
    background: #46a03c;
}

.ctaBtnBox {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .ctaBtnBox {
    }
}

.ctaBtnBox img {
    width: 80%;
}

@media screen and (min-width: 769px) {
    .ctaBtnBox__btn {
        width: calc((100% - (20px * 2)) / 3);
        margin: 0 20px 0 0;
    }
    .ctaBtnBox__btn:last-child {
        margin-right: 0;
    }
}


.ctaBtnTel {
    position: relative;
    text-align: center;
}

.ctaBtnTel span.ctaBtnTel01 {
    font-size: 1.4rem;
    color: #fea201;
    display: block;
    position: absolute;
    top: 37px;
    left: 26%;
}

@media screen and (max-width: 768px) {
    .ctaBtnTel span.ctaBtnTel01 {
        font-size: 1.4rem;
        color: #fea201;
        display: block;
        position: absolute;
        top: 30px;
        left: 20%;
    }
}

.ctaBtnTel a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}

.ctaBtnTel a span {
    font-size: 2.5rem;
    color: #fea201;
    display: block;
}

.ctaBtnTel a span:before {
    content: url(../../houki/images/freeDIcon.png);
    vertical-align: -4px;
}

.ctaBtnTel span.ctaBtnTel03 {
    font-size: 1.5rem;
    color: #fd8301;
    display: block;
    bottom: 16px;
    position: absolute;
    left: 32%;
}

.ctaBtnTel a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 0px 2px #2e7626;
    -moz-box-shadow: 4px 4px 0px 2px #2e7626;
    box-shadow: 4px 4px 0px 2px #2e7626;
    padding: 60px 0 30px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.ctaBtnMail {
    /*width: 48%;*/
}

.ctaBtnMail a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fea201;
    -webkit-box-shadow: 4px 4px 0px 2px #2e7626;
    -moz-box-shadow: 4px 4px 0px 2px #2e7626;
    box-shadow: 4px 4px 0px 2px #2e7626;
    padding: 41px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.ctaBtnMail a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: translateY(0.1875em);
}


.ctaBtnLine a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #46A03C;
    -webkit-box-shadow: 4px 4px 0px 2px #2e7626;
    -moz-box-shadow: 4px 4px 0px 2px #2e7626;
    box-shadow: 4px 4px 0px 2px #2e7626;
    padding: 34px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.ctaBtnLine a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: translateY(0.1875em);
}


@media screen and (max-width: 768px) {}

.fourPointArea {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    padding: 100px 0;
}

.fourPointBox {
    width: calc((100% - 4%) / 2);
    border: 5px solid #f8d195;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
    background: rgb(251, 243, 230);
    background: -moz-linear-gradient(152deg, rgba(251, 243, 230, 1) 50%, rgba(251, 237, 214, 1) 50%);
    background: -webkit-linear-gradient(152deg, rgba(251, 243, 230, 1) 50%, rgba(251, 237, 214, 1) 50%);
    background: linear-gradient(152deg, rgba(251, 243, 230, 1) 50%, rgba(251, 237, 214, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf3e6", endColorstr="#fbedd6", GradientType=1);
}

.fourPointBox:nth-child(n+3) {
    margin-top: 4%;
}

.fourPointBox:nth-child(2) p img {
    width: 80%;
}

.fourPointBox:nth-child(4) p img {
    width: 90%;
}

.fourPointBox img.iconCheck {
    width: 30%;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .fourPointArea {
        display: block;
        padding: 50px 5%;
    }

    .fourPointBox {
        width: 100%;
        border: 5px solid #f8d195;
        box-sizing: border-box;
        padding: 5% 10%;
    }

    .fourPointBox:nth-child(n+2) {
        margin-top: 4%;
    }
}





.troubleArea {
    background: #f0eeee;
    padding: 100px 0 0;
}

.troubleBox {
    max-width: 980px;
    margin: 0 auto;
}

.troubleTit {
    width: 86%;
    margin: 0 auto 50px;
}

.troubleContBox {
    position: relative;
    /*background: url(../../houki/images/troubleBK.png) no-repeat;*/
    background-size: contain;
    text-align: center;
    padding: 64px 0 0 0;
    box-sizing: border-box;
}

.troubleContBox img:first-child {
    position: absolute;
    top: 0;
    right: 45px;
    width: 40%;
}

.troubleContBox img:nth-child(2) {
    position: absolute;
    top: 14px;
    left: 85px;
    width: 42%;
}

.troubleContBox img:nth-child(3) {
    position: absolute;
    top: 70px;
    right: 98px;
    width: 30%;
}

.troubleContBox img:nth-child(4) {
    position: absolute;
    top: 169px;
    left: 80px;
    width: 32%;
}

.troubleContBox img:nth-child(5) {
    position: absolute;
    top: 89px;
    left: 0;
    width: 45%;
}

.troubleContBox img:nth-child(6) {
    position: absolute;
    top: 138px;
    right: 0;
    width: 45%;
}

.troubleContBox img:nth-child(7) {
    width: 16%;
    display: block;
    margin: 0 auto 30px;
}

.troubleContBox img:nth-child(8) {
    width: 15%;
    display: block;
    margin: 0 auto 30px;
}

.troubleContBox img:nth-child(9) {
    width: 55%;
    display: block;
    margin: 0 auto;
}

.troubleCOArea {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.troubleCOBox {
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 30px;
    width: 75%;
    margin: 20px 0 0 5%;
    position: relative;
}

.troubleCOBox:after {
    content: url(../../houki/images/troubleCOArrow.png);
    position: absolute;
    top: 17px;
    right: -36px;
}

.troubleCOBox02 {
    width: 30%;
    margin: -10% 0 0 -10%;
    z-index: 1;
}

.caseArea {
    max-width: 980px;
    margin: 0 auto;
    padding: 100px 0;
}

.caseTit {
    width: 55%;
    margin: 0 auto 60px;
}

.caseBox {
    display: -webkit-flex;
    display: flex;
    padding: 40px 50px;
    background: #fbf3e6;
    -webkit-box-shadow: 8px 8px 0px 0px #f8d195;
    -moz-box-shadow: 8px 8px 0px 0px #f8d195;
    box-shadow: 8px 8px 0px 0px #f8d195;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.caseBox:nth-child(n+2) {
    margin-top: 50px;
}

.caseBoxL {
    width: 15%;
    text-align: center;
    margin: 0 5% 0;
}

.caseBoxL img {
    margin-bottom: 10px;
}

.caseBoxL p {
    font-size: 1.4rem;
}

.caseBoxR {
    width: 75%;
    /* padding: 20px 0 0; */
    font-size: 2rem;
    line-height: 140%;
}

.caseBoxR h3 {
    color: #46a03c;
    font-size: 2.8rem;
    margin-bottom: 15px;
    line-height: 130%;
}

.caseBox .caseBoxR img:first-child {
    width: 70%;
}

.caseBox:nth-child(4) .caseBoxR img:first-child {
    width: 100%;
}

.caseBoxR img:first-child {
    margin-bottom: 10px;
}

.caseBoxcom {
    background: #fce0b5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 1.6rem;
    padding: 25px;
    line-height: 140%;
    margin-top: 20px;
    width: 100%;
}

.meritArea {
    background: #fbf3e6;
    padding: 100px 0;
}

.meritBox {
    max-width: 980px;
    margin: 0 auto;
}

.meritTit {
    width: 66%;
    margin: 0 auto 30px;
}

.meritCont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.meritContImg {
    width: 36%;
}

.meritContTxt {
    width: 60%;
}

.meritContTxt ul li {
    background: url(../../houki/images/meritBK.png) right no-repeat;
    background-size: cover;
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 25px 0 0 0;

}

.meritContTxt ul li:nth-child(1) {
    background: url(../../houki/images/meritBK-01.png) right bottom no-repeat;
    background-size: cover;
    padding: 20px 20px 24px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
	align-items: center;
    margin: 25px 0 0 0;
}

.meritContTxt ul li:nth-child(2) {
    background: url(../../houki/images/meritBK-02.png) right bottom no-repeat;
    background-size: cover;
    padding: 20px 20px 24px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
	align-items: center;
    margin: 25px 0 0 0;
}

.meritContTxt ul li:nth-child(3) {
    background: url(../../houki/images/meritBK-03.png) right bottom no-repeat;
    background-size: cover;
    padding: 20px 20px 24px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
	align-items: center;
    margin: 25px 0 0 0;
}

.meritContTxt ul li img {
    width: 16%;
    height: 100%;
}

.meritContTxt ul li p {
    font-size: 2.4rem;
    display: inline-block;
    color: #0a3506;
    width: 80%;
}

.meritContTxt ul li p span {
    font-size: 1.6rem;
}

.meritContTxt ul li p span.marugo-midashi {
    font-size: 2.4rem;
    font-weight: 700;
}

.meritContTxt ul li p span.marugo-honbun {
    font-size: 1.6rem;
}

.meritafter {
    background: url(../../houki/images/caseBKS.png) 0 -16px no-repeat;
    background-size: cover;
    padding: 40px 0 80px;
    text-align: center;
}

.meritafter img {
    width: 80%;
}

.demeritS {
    background: linear-gradient(#fbf3e6, #f0eeee);
}

.demeritSBox {
    display: -webkit-flex;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.demeritSBoxL {
    margin-top: 50px;
}

.demeritSBoxR {
    margin-top: -30px;
}

.demeritSBoxImg {
    position: absolute;
    top: 263px;
    left: 42%;
    width: 16%;
}

.demeritCont {
    background: #f0eeee;
    padding: 50px 0 100px;
}

.demeritContBox {
    max-width: 980px;
    margin: 0 auto;

}

.demeritTit {
    width: 80%;
    text-align: center;
    margin: 0 auto 0;
}

.demeritTit img {
    width: 70%;
}

.demeritList {
    padding: 0 35px
}

.demeritList ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
}

.demeritList ul li {
    width: 48%;
    position: relative;
    background: #cbcaca;
    text-align: left;
    padding: 30px 40px;
    box-sizing: border-box;
    font-size: 2.4rem;
}

.demeritList ul li:nth-child(n+3) {
    margin-top: 40px;
}

.demeritList ul li span {
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    /* padding-top: 30%; */
    font-size: 1.6rem;
    position: absolute;
    top: -20px;
    left: -17px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 12px 0 0;
}

.demeritList ul li img:first-child {
    position: absolute;
    top: -35px;
    left: -50px;
    width: 65%;
}

.demeritList ul li:nth-child(3) img:nth-child(2) {
    width: 74%;
}

.demeritList ul li:nth-child(4) img:nth-child(2) {
    width: 84%;
}

.demeritList ul li img:nth-child(2) {
    width: 60%;
    margin-bottom: 20px;
}

.demeritList ul li p {
    font-size: 1.8rem;
    text-align: left;
}


.eightReasonsBox {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 30px;
}

.eightReasonsBox .eightReasonsTxt {
    font-size: 1.6rem;
    line-height: 160%;
}

.eightReasonsBox h3 {
    margin-bottom: 30px;
}

.eightReasonsBox h3 img {
    width: 50%;
}

.eightReasonsBox p {
    font-size: 1.4rem;
    line-height: 140%;
}

.eightReasonsBox ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.eightReasonsBox ul li {
    position: relative;
    width: 47%;
}

.eightReasonsBox ul li:nth-child(n+3) {
    margin-top: 50px;
}

.eightReasonsBox ul li:nth-child(2) p {
    letter-spacing: -0.5px;
}

.eightReasonsBox ul li img {
    position: absolute;
    width: 26%;
    top: -20px;
    left: -20px;
}

.eightReasonsBox ul li h4 {
    height: 85px;
    text-align: left;
    font-size: 2.3rem;
    padding: 30px 0 0 25%;
    box-sizing: border-box;
    background: #f7cd8d;
    line-height: 1;
}

.eightReasonsBox02 ul li h4 {
    padding: 15px 0 0 25%;
    line-height: 120%;
}

.eightReasonsBox ul li p {
    font-size: 1.6rem;
    text-align: left;
    padding: 30px;
    background: #fbf3e6;
}

.eightReasonsBox ul li p span {
    font-size: 1.2rem;
}

.eightReasonsSA img:first-child {
    width: 15%;
}

.eightReasonsSA img:nth-child(2) {
    width: 85%;
}

.qaArea {
    background: #fbf3e6;
    padding: 100px 0;
}

.qaBox {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.qaBox img:first-child {
    width: 70%;
}

.qaBox .qaBoxU img:first-child {
    width: 100%;
}

.qaList {
    margin-top: 50px;
}

.qaList ul li:nth-child(n+2) {
    margin-top: 30px;
}

.qaQ {
    background: #46a03c;
    font-size: 2.5rem;
    color: #ffffff;
    text-align: left;
}

.qaBox .qaQ img {
    width: 8%;
    margin-right: 20px;
}

.qaBox .qaQ span {
    display: inline-block;
    padding: 0 0 20px;
}

.qaBox .qaA {
    text-align: left;
    padding: 20px;
    background: #ddeadb;
    display: flex;
}

.qaBox .qaA div {
    width: 4%;
    margin-right: 2%;
}

.qaBox .qaA img {
    width: 100%;
    margin-right: 40px;
}

.qaBox .qaA span {
    display: inline-block;
    padding: 0 0 12px;
    font-size: 1.6rem;
    width: 94%;
    line-height: 140%;
}

.qaList ul li:nth-child(n+2) .qaA span {
    padding: 0;
    width: 92%;
}

.qaBoxU {
    width: 76%;
    margin: 50px auto 0;
}

.stepContents {
    background: #fbf3e6;
    padding: 100px 0;
}

.stepArea {
    max-width: 980px;
    margin: 0 auto;

}

.stepTit {
    width: 80%;
    margin: 0 auto 50px;
}

.stepList ul li {
    background: #ffffff;
    position: relative;
    margin-bottom: 130px;
}

.stepList ul li:after {
    content: url(../../houki/images/stepArrow.png);
    position: absolute;
    top: 100px;
    left: 45%;
    width: 50%;
}

.stepList ul li:last-child {
    margin-bottom: 0px;
}

.stepList ul li:last-child::after {
    content: "　";
}

.stepList ul li img {
    width: 20%;
}

.stepList ul li span {
    font-size: 2.5rem;
    display: inline-block;
    padding: 0 0 20px 20px;
}

.paymentTit {
    max-width: 980px;
    margin: 0 auto 50px;
    padding-top: 100px;
    text-align: center;
}

.paymentTit img {
    width: 24%;
}

.companyArea {
    max-width: 980px;
    padding: 100px 0;
    margin: 0 auto;
}

.companyTit {
    width: 28%;
    margin: 0 auto;
}

.overview-tbl {
    width: 90%;
    margin: 50px auto 0;
}

.overview-tbl th,
.overview-tbl td {
    border: 1px solid #2e2f2e;
    padding: 20px;
    font-size: 1.8rem;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;

}

.overview-tbl th {
    background: #fbf3e6;
}

.overview-tbl td dl dd {
    line-height: 140%;
}

.sec .point08-area .access-info .access-info-ttl {
    border-bottom: 1px solid #46a03c;
    color: #46a03c;
    font-size: 45px;
    font-size: 5.859375vw;
    text-align: center;
}



.sec .payment-lst {
    margin: 35px 0 0;
}

.sec .payment {
    padding: 0 0 100px;
}

.accessTit {
    width: 80%;
    margin: 0 auto;
}

.sec .point08-area .tab-menu[data-target] li a.is-active {
    color: #2e2f2e;
    background-color: #FFF;
    border-bottom: #46a03c 2px solid;
}

.sec .point08-area .tab-menu[data-target] li a.is-active::after {
    visibility: visible;
}

.sec .point08-area .tab-menu[data-target] li a::after {
    content: "";
    visibility: hidden;
    display: block;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: solid;
    border-width: 8px 9px 8px 9px;
    border-color: #46a03c transparent transparent transparent;
    width: 0;
    height: 0;
    z-index: 1;
}

.sec .point08-area .tab-menu[data-target] li a.hov:hover {
    color: #2d450a;
    background-color: #FFF;
    border-bottom: #46a03c 2px solid;
}

.clr-orange {
    color: #f8801e;
}

.sec.accessArea {
    background: #fbf3e6;
    padding: 100px 0 0;
}

.sec .point08-area .gmap .btn-map {
    display: inline-block;
    width: 54.6874986vw;
    height: 11.19791638vw;
    line-height: 11.19791638vw;
    border-radius: 5.59895819vw;
    color: #FFF;
    font-size: 33px;
    font-size: 4.296875vw;
    background-image: linear-gradient(0deg, #46a03c 0%, #46a03c 100%);
    box-shadow: 0px 4px 0px 0px #216f19;
}

.sec .point08-area .gmap .btn-map-area {
    text-align: center;
    margin-top: 5.85937485vw;
}

@media screen and (min-width: 768px) {
    .sec .point08-area .gmap iframe {
        height: 440px;
    }

    .sec .point08-area .gmap .btn-map {
        width: 210px;
        height: 42px;
        line-height: 42px;
        border-radius: 21px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .sec .point08-area .gmap .btn-map.hov:hover {
        position: relative;
        top: 4px;
        line-height: 38px;
        border-width: 2px;
        border-color: #216f19;
        border-style: solid;
        box-shadow: none;
        background-image: linear-gradient(180deg, #55ae4b 0%, #55ae4b 100%);
    }

    .sec .point08-area .gmap .btn-map-area {
        margin-top: 25px;
    }

}

@media screen and (min-width: 768px) {
    .sec .point08-area .gmap iframe {
        height: 440px;
    }
}

.sec .payment {
    background-color: #88ae17;
    padding: 0 0 5.2083332vw;
}

.pcnone {
    display: none !important;
}

.spnone {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .pcnone {
        display: block !important;
    }

    .spnone {
        display: none !important;
    }
}










p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.mt0 {
    margin-top: 0 !important;
}

.pl10 {
    padding-left: 10px !important;
}

.ulLst {
    padding-left: 0.4em;
    list-style: disc inside;
}

.ulLst li {
    padding-left: 1em;
    text-indent: -1em;
}

.fnt-bld {
    font-weight: bold;
}

.clr-blu {
    color: #1a7fbe;
}

.clr-grn {
    color: #759808;
}

.clr-grn-drk {
    color: #6f5220;
}

.clr-grn .clr-red {
    color: #c00;
}

.clr-org {
    color: #ffa119;
}

.clr-pnk {
    color: #e50f74;
}

.clr-prp {
    color: #804fe3;
}

.under-line-ylw {
    display: inline-block;
    background: url(/assets_lp/saimu/images/under_line_ylw.png) 0 bottom repeat-x;
    padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
    .under-line-ylw {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .wrap {
        padding-right: 3.9062499vw;
        padding-left: 3.9062499vw;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .wrap {
        margin: auto;
        width: 980px;
    }
}

.br-sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .br-sp {
        display: inline;
    }
}

.br-pc {
    display: inline;
}

@media screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }
}

.page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 2.34374994vw;
}

@media screen and (min-width: 768px) {
    .page-header {
        padding-top: 20px;
        background-color: rgba(255, 255, 255, 0.6);
        height: 84px;
    }
}

.page-header .logo {
    width: 29.42708258vw;
}

@media screen and (min-width: 768px) {
    .page-header .logo {
        float: left;
    }
}

.page-header .header-tel {
    float: right;
}

@media screen and (max-width: 767px) {
    .page-header .header-tel {
        display: none;
    }
}

.page-header .header-tel-ttl {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
}

.page-header .header-tel-num {
    display: inline-block;
    width: 302px;
}

.page-header .header-tel-ex {
    display: block;
    text-align: right;
    padding-top: 10px;
    font-weight: bold;
}

.page-footer {
    text-align: center;
    padding-top: 9.89583308vw;
    padding-bottom: 24.7395827vw;
}

.page-footer .copyrigt {
    font-size: 20px;
    font-size: 2.6041666667vw;
    margin-top: 3.12499992vw;
}

.page-footer .sp-foot-inq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20vw;
    background-color: #3D0240;
    z-index: 200;
}

.page-footer .sp-foot-inq ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.page-footer .sp-foot-inq ul li {
    width: 47.5%;
    padding: 3.12499992vw 0;
}

.page-footer .sp-foot-inq ul li a {
    color: #FFF;
}

.page-footer .sp-foot-inq ul li a.btn .btn-mail, .page-footer .sp-foot-inq ul li a .btn-tel {
    font-size: 25px;
    font-size: 3.7vw;
    line-height: 8.07291646vw;
    height: 8.07291646vw;
    border-radius: 4.03645823vw;
    box-shadow: 0px 3px 0px 0px #B47B01;
}

.page-footer .sp-foot-inq ul li a .btn-tel {
    background-image: linear-gradient(90deg, #e5e5e5 0%, white 100%);
    box-shadow: 0px 3px 0px 0px #4D24A1;
    letter-spacing: 0.06em;
    display: inline-block;
    width: 100%;
    color: #000;
    font-weight: bold;
}

.page-footer .sp-foot-inq ul li a .btn-tel i {
    color: #FF6E00;
}

.page-footer .sp-foot-inq ul li .inq-ft-txt {
    display: block;
    font-size: 24px;
    font-size: 3.125vw;
    font-weight: bold;
    padding-top: 2.6041666vw;
}

.page-footer .sp-foot-inq ul li .inq-ft-tel {
    display: inline-block;
    text-align: center;
    padding-top: 2.6041666vw;
    width: 38.38541594vw;
    background: url(/assets_lp/saimu/images/ft-tel_bg.png) 0 10px no-repeat;
    font-size: 15px;
    font-size: 3.5vw;
    background-size: auto 12px;
    letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
    .page-footer {
        padding-top: 54px;
        padding-bottom: 90px;
    }

    .page-footer .sp-foot-inq {
        display: none;
    }

    .page-footer .copyrigt {
        margin-top: 35px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .page-footer .sp-foot-inq {
        height: 8vw;
    }

    .page-footer .sp-foot-inq ul {
        width: 50%;
        margin: auto;
    }

    .page-footer .sp-foot-inq ul li {
        width: 47.5%;
        padding: 0.85em 0;
    }

    .page-footer .sp-foot-inq ul li a {
        color: #FFF;
    }

    .page-footer .sp-foot-inq ul li a.btn .btn-mail, .page-footer .sp-foot-inq ul li a .btn-tel {
        font-size: 12px;
        font-size: 1.5625vw;
        line-height: 2em;
        height: 2em;
        border-radius: 1em;
    }

    .page-footer .sp-foot-inq ul li a .btn-tel {
        display: inline-block;
        width: 100%;
        color: #000;
        font-weight: bold;
    }

    .page-footer .sp-foot-inq ul li a .btn-tel i {
        color: #FF6E00;
    }

    .page-footer .sp-foot-inq ul li .inq-ft-txt {
        display: block;
        font-size: 12px;
        font-size: 1.5625vw;
        font-weight: bold;
        padding-top: 0.9em;
    }

    .page-footer .sp-foot-inq ul li .inq-ft-tel {
        display: inline-block;
        text-align: center;
        padding-top: 0.7em;
        width: 70%;
        background-position: 0 0.7em;
    }
}

.tel-ic {
    background: url(/assets_lp/saimu/images/inq-mdl-tel_bg.png) 0 50% no-repeat;
    color: #000;
    letter-spacing: 0.15em;
    font-weight: 700;
    display: inline-block;
}

.tel-ic.header-tel-num {
    background-size: auto 32px;
    padding-left: 51px;
    font-size: 32px;
    font-size: 3.2rem;
}

.tel-ic.inq-bx-tel-num {
    padding: 38px 0 20px 45px;
    background-position: 45px 38px;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .tel-ic.inq-bx-tel-num {
        background-size: auto 8.3333333333vw;
        background-position: 0 0;
        font-size: 64px;
        font-size: 8.3333333333vw;
        background-position: 10vw 5.85937485vw;
        width: 100%;
    }
}

.main-header {
    padding-top: 11.19791638vw;
    background: url(/assets_lp/saimu/images/hero_veiw_sp.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (min-width: 768px) {
    .main-header {
        padding-top: 84px;
        background-image: url(/assets_lp/saimu/images/hero_veiw.jpg);
        background-size: auto;
    }
}

.main-header .main-header-heroveiw {
    height: 62.76041506vw;
}

@media screen and (min-width: 768px) {
    .main-header .main-header-heroveiw {
        height: 418px;
    }
}

.main-header .main-header-ttl {
    display: inline-block;
    padding-right: 1.3020833vw;
    padding-left: 1.3020833vw;
    padding-bottom: 1.56249996vw;
    margin-bottom: 2.34374994vw;
    color: #6f5220;
    font-weight: bold;
    font-size: 30px;
    font-size: 3.90625vw;
    border-bottom: 2px solid #6f5220;
}

.main-header .main-header-ttl a {
    color: #6f5220;
}

@media screen and (min-width: 768px) {
    .main-header .main-header-ttl {
        padding-top: 25px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 9px;
        margin-bottom: 30px;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.main-header .main-header-img {
    width: 88.15103941vw;
}

@media screen and (min-width: 768px) {
    .main-header .main-header-img {
        width: auto;
        margin-top: -68px;
    }
}

.main-header .main-header-bx {
    background-image: linear-gradient(180deg, #a87dff 0%, #7f4ee2 100%);
}

.main-header .main-header-bx .main-header-ex {
    position: relative;
    height: 19.01041618vw;
    margin: auto -1.95312495vw;
    top: -9.50520809vw;
    background: url(/assets_lp/saimu/images/header-lead-bg.png) 0 0 no-repeat;
    color: #6f5220;
    text-align: center;
    background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
    .main-header .main-header-bx .main-header-ex {
        display: block;
        height: 138px;
        margin: auto;
        top: -69px;
    }
}

.main-header .main-header-bx .main-header-ex p {
    padding-top: 1.3020833vw;
    padding-left: 0.5em;
    font-size: 26px;
    font-size: 3.3854166667vw;
    line-height: 1.46153846;
    color: #6f5220;
}

@media screen and (max-width: 767px) {
    .main-header .main-header-bx .main-header-ex p {
        padding-top: 3.94791654vw;
    }
}

.main-header .main-header-bx .main-header-ex p .fnt-bld {
    font-size: 32px;
    font-size: 4.1666666667vw;
    color: #6f5220;
    margin-left: 0.4em;
}

.main-header .main-header-bx .main-header-ex p .fnt-bld span {
    font-size: 25px;
    font-size: 3.2552083333vw;
    color: #6f5220;
}

@media screen and (min-width: 768px) {
    .main-header .main-header-bx .main-header-ex p {
        padding-top: 24px;
        padding-left: 0.8em;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .main-header .main-header-bx .main-header-ex p .fnt-bld {
        font-size: 43px;
        font-size: 4.3rem;
    }

    .main-header .main-header-bx .main-header-ex p .fnt-bld span {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

.main-header .main-header-bx .main-header-inq {
    position: relative;
    margin-top: -3.12499992vw;
}

@media screen and (min-width: 768px) {
    .main-header .main-header-bx .main-header-inq {
        margin-top: -40px;
    }
}

.main-header .main-header-bx .main-header-inq-lead {
    margin-bottom: 3.12499992vw;
}

@media screen and (min-width: 768px) {
    .main-header .main-header-bx .main-header-inq-lead {
        position: absolute;
        left: 310px;
    }
}

.sec {
    background-color: #fafafa;
    padding: 10.4166664vw 0 0;
    /*	.payment-dl {
		padding: 0;
		display: -webkit-flex;
		display: flex;

		@include mq(sp) {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		}
		> div {
			text-align: center;
			padding: 6.5104165vw 0;
			border-right: 1px solid #FFF;
			&:last-child {
				border-width: 0;
			}
			@include mq(pc) {
				width: calc(100% / 3);
				padding: 30px 0;
			}
			@include mq(sp) {
				width: calc(100% / 2);
				&:nth-child(2) {
					border-width: 0;
				}
				&:last-child {
					width: 100vw;
					margin-right:-3.9062499vw;
					margin-left:-3.9062499vw;
					border-top: 1px solid #FFF;
				}
			}
		}
		dt {
			display: inline-block;
			@include ftVz(36);
			font-weight: bold;
			padding: 0 10px 2.34374994vw;
			border-bottom: 2px solid $ftBrn;
		}
		@include mq(pc) {
			dt {
				@include ftSz(30px);
			padding: 0 10px 12px;
			}
		}
		dd {
			text-align: center;
			padding-top: 2.6041666vw;
			.payment0 {
				display: inline-block;
				padding-top: 2.6041666vw;
				padding-bottom: 2.6041666vw;
				font-weight: bold;
				@include ftVz(28);
				line-height: 1;
			}
			.payment1st {
				font-weight: bold;
				line-height: 1;
				-webkit-writing-mode: vertical-lr;
				-ms-writing-mode: tb-lr;
				writing-mode: vertical-lr;
				@include ftVz(12);
			}
			&.payment-aftr {
				margin-top: 2.6041666vw;
				padding-top: 0;
				font-weight: bold;
				background-color: $ftBrn;
				color: #fff000;
				margin-right:3.9062499vw;
				margin-left:3.9062499vw;
				border-radius: 0.78124998vw;
				@include ftVz(37);
				line-height: 11.45833304vw;
				@include mq(pc) {
					margin: 15px 15px 0;
					padding: 12px 15px;
					border-radius: 8px;
					@include ftSz(18px);
					line-height: 1.4;
					font-weight:normal;
					span {
					font-weight: bold;
						@include ftSz(28px);
					}
				}
			}

			@include mq(pc) {
				padding-top: 20px;
				.payment0 {
					padding-top: 10px;
					padding-bottom: 20px;
					@include ftSz(24px);
				}
				.payment1st {
					@include ftSz(11px);

				}
			}
		}
	}*/
}

@media screen and (min-width: 768px) {
    .sec {
        padding: 60px 0 0;
    }
}

.sec .point-num {
    letter-spacing: 0.08em;
    color: #58410e;
    text-align: center;
    display: block;
    margin: auto;
    background-image: linear-gradient(to bottom, #ffdc91 0%, #ffae01 100%);
    width: 21.22395779vw;
    height: 5.85937485vw;
    line-height: 5.85937485vw;
    border-radius: 2.92968743vw;
    margin-bottom: 2.34374994vw;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 20px;
    font-size: 2.6041666667vw;
}

@media screen and (min-width: 768px) {
    .sec .point-num {
        width: 135px;
        height: 38px;
        margin-bottom: 24px;
        line-height: 38px;
        border-radius: 19px;
        font-size: 19px;
        font-size: 1.9rem;
    }
}

.sec .sec-header {
    text-align: center;
    line-height: 1.3;
    padding-bottom: 7.8124998vw;
    margin-bottom: 3.9062499vw;
    background: 50% bottom no-repeat;
    background-image: url(../images/sec_ttl_btemline.png);
}

@media screen and (min-width: 768px) {
    .sec .sec-header {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.sec .sec-header .sec-ttl {
    padding: 0;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .sec .sec-header .sec-ttl {
        letter-spacing: 0.01em;
    }
}

.sec .sec-header .sec-ttl-01 {
    color: #563c0e;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    font-size: 42px;
    font-size: 5.46875vw;
}

@media screen and (min-width: 768px) {
    .sec .sec-header .sec-ttl-01 {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

.sec .sec-header .sec-ttl-02 {
    color: #4c4c4c;
    font-size: 63px;
    font-size: 8.203125vw;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .sec .sec-header .sec-ttl-02 {
        font-size: 60px;
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .sec#point02 .sec-ttl-02 {
        font-size: 50px;
        font-size: 5rem;
    }
}

@media screen and (min-width: 768px) {
    .sec#point05 .sec-ttl-02 {
        font-size: 70px;
        font-size: 7rem;
    }
}

@media screen and (max-width: 767px) {
    .sec#point06 .sec-ttl-01-sm {
        font-size: 30px;
        font-size: 3.90625vw;
    }
}

@media screen and (min-width: 768px) {
    .sec#point06 .sec-ttl-01-sm {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.sec#point06 .sec-ttl-02 {
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .sec#point06 .sec-ttl-02 {
        margin-left: -10px;
        padding-top: 0.91145831vw;
    }

    .sec#point06 .sec-ttl-02 .br-sp {
        text-indent: 0.8em;
    }
}

.sec#point06 .sec-ttl-02-flx {
    justify-content: center;
    display: inline-flex;
}

.sec#point06 .sec-ttl-02-crc {
    background-color: #804FE3;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec#point06 .sec-ttl-02-crc {
        width: 10.4166664vw;
        height: 10.4166664vw;
        line-height: 10.4166664vw;
        font-size: 24px;
        font-size: 3.125vw;
    }
}

@media screen and (min-width: 768px) {
    .sec#point06 .sec-ttl-02-crc {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .sec#point06 {
        /*.sec-ttl {
	//display: inline-table;
	//text-align: center;
}
.sec-ttl-01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 68px;
	height:  68px;
	padding: 0 14px;
	color: #FFF;
	@include ftSz(18px);
	line-height: 1.1;
	background: url(/assets_lp/saimu/images/ttl_comment_bg.png) 50% 50% no-repeat;
}
.sec-ttl-02 {
	display: table-cell;
	@include ftSz(47px);
	vertical-align: middle;

}*/
    }
}

@media screen and (min-width: 768px) {
    .sec#point07 .sec-header {
        text-align: center;
        display: inline-table;
        width: 100%;
    }

    .sec#point07 .sec-ttl-02 {
        text-align: center;
        display: table-cell;
        font-size: 47px;
        font-size: 4.7rem;
        vertical-align: middle;
    }

    .sec#point07 .sec-ttl-02::before {
        content: '簡単';
        display: table-cell;
        margin-left: 46px;
        margin-top: -5px;
        text-align: center;
        width: 68px;
        height: 68px;
        line-height: 68px;
        padding: 0 14px;
        color: #FFF;
        font-size: 18px;
        font-size: 1.8rem;
        background: #7346CD;
        float: left;
        border-radius: 50%;
        font-weight: normal;
    }
}

.sec .point01-area {
    width: 100%;
}

.sec .point01-area ul {
    width: 100%;
    background-color: #FFF;
}

@media screen and (min-width: 768px) {
    .sec .point01-area ul {
        display: table;
        height: 224px;
        border: 2px solid #d0d0d0;
        border-radius: 20px;
        text-align: center;
    }
}

.sec .point01-area ul>li {
    color: #563c0e;
    font-size: 33px;
    font-size: 4.296875vw;
    line-height: 1.3;
    font-weight: bold;
    background: no-repeat, no-repeat;
    border: 1px solid #d0d0d0;
    border-radius: 1.82291662vw;
    text-shadow: 1px 1px #e6e0e0;
}

@media screen and (max-width: 767px) {
    .sec .point01-area ul>li {
        font-size: 34px;
        font-size: 4.596875vw;
        line-height: 1.3;
        font-weight: bold;
        text-shadow: 0px 0px #e6e0e0;
    }
}

@media screen and (max-width: 767px) {
    .sec .point01-area ul>li {
        min-height: 29.9479159vw;
        margin-bottom: 2.6041666vw;
        padding: 5.85937485vw 0 5.85937485vw 20.18229115vw;
        background-size: 8.46354145vw 8.46354145vw, auto 26.82291598vw;
    }

    .sec .point01-area ul>li:first-child {
        padding-top: 9.37499976vw;
    }

    .sec .point01-area ul>li:last-child {
        padding-top: 9.37499976vw;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .sec .point01-area ul>li {
        display: table-cell;
        height: 334px;
        width: 20%;
        vertical-align: middle;
        border-width: 0;
        font-size: 20px;
        font-size: 1.8rem;
        padding-bottom: 23px;
        border-radius: 0;
    }
}

.sec .point01-area ul>li:nth-child(1) {
    background-image: url(/assets_lp/saimu/images/point01_icn.png), url(/assets_lp/saimu/images/point01_man01.png);
    background-position: 5.2083332vw 50%, 65.49478999vw bottom;
}

@media screen and (min-width: 768px) {
    .sec .point01-area ul>li:nth-child(1) {
        border-width: 0;
        background-position: 50% 30px, 50% bottom;
    }
}

.sec .point01-area ul>li:nth-child(2) {
    background-image: url(/assets_lp/saimu/images/point01_icn.png), url(/assets_lp/saimu/images/point01_man02.png);
    background-position: 79.03645631vw 50%, 7.8124998vw bottom;
}

@media screen and (max-width: 767px) {
    .sec .point01-area ul>li:nth-child(2) {
        padding-left: 28.6458326vw;
    }
}

@media screen and (min-width: 768px) {
    .sec .point01-area ul>li:nth-child(2) {
        border-left-width: 1px;
        background-position: 50% 30px, 50% bottom;
    }
}

.sec .point01-area ul>li:nth-child(3) {
    background-image: url(/assets_lp/saimu/images/point01_icn.png), url(/assets_lp/saimu/images/point01_man03.png);
    background-position: 5.2083332vw 50%, 66.92708162vw bottom;
}

@media screen and (min-width: 768px) {
    .sec .point01-area ul>li:nth-child(3) {
        border-left-width: 1px;
        background-position: 50% 30px, 50% bottom;
    }
}

.sec .point01-area ul>li:nth-child(4) {
    background-image: url(/assets_lp/saimu/images/point01_icn.png), url(/assets_lp/saimu/images/point01_man04.png);
    background-position: 79.03645631vw 50%, 4.68749988vw bottom;
}

@media screen and (max-width: 767px) {
    .sec .point01-area ul>li:nth-child(4) {
        padding-left: 30.98958254vw;
    }
}

@media screen and (min-width: 768px) {
    .sec .point01-area ul>li:nth-child(4) {
        border-left-width: 1px;
        background-position: 50% 30px, 50% bottom;
    }
}

.sec .point01-area ul>li:nth-child(5) {
    background-image: url(/assets_lp/saimu/images/point01_icn.png), url(/assets_lp/saimu/images/point01_man05.png);
    background-position: 5.2083332vw 50%, 69.0104149vw bottom;
}

@media screen and (min-width: 768px) {
    .sec .point01-area ul>li:nth-child(5) {
        border-left-width: 1px;
        background-position: 50% 30px, 50% bottom;
    }
}

.sec .point02-area {
    width: 100%;
}

.sec .point02-area .unpaid-nav {
    display: table;
    width: calc(100% - 30px);
    border: #32460a 4px solid;
    margin: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .sec .point02-area .unpaid-nav {
        display: none;
    }
}

.sec .point02-area .unpaid-nav li {
    display: table-cell;
    width: 25%;
    text-align: center;
    font-weight: bold;
    border-right: #32460a 4px solid;
    vertical-align: middle;
}

.sec .point02-area .unpaid-nav li:last-child {
    border: 0;
}

.sec .point02-area .unpaid-nav li:nth-child(2) {
    vertical-align: top;
}

.sec .point02-area .unpaid-nav li:nth-child(2) a {
    padding-top: 13px;
}

.sec .point02-area .unpaid-nav li span {
    line-height: 1.3;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}

.sec .point02-area .unpaid-nav li a {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
    height: 76px;
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
}

.sec .point02-area .unpaid-nav li a:hover {
    color: #96BC26;
}

.sec .point02-area .unpaid-nav li a::after {
    font-family: "FontAwesome";
    content: '\f107';
    display: block;
    color: #96BC26;
    line-height: 1;
}

.sec .point02-area .unpaid-sec {
    background-color: #FFF;
    border: #8C60E6 1.3020833vw solid;
    margin-bottom: 3.9062499vw;
    padding-bottom: 3.25520825vw;
}

.sec .point02-area .unpaid-sec .unpaid-hdr {
    background-color: #8C60E6;
    text-align: center;
    padding: 4.55729155vw 0 8.46354145vw;
}

.sec .point02-area .unpaid-sec .unpaid-hdr .unpaid-sb {
    font-size: 26px;
    font-size: 3.3854166667vw;
    display: inline-block;
    border-bottom: 1px solid #FFF;
    padding-bottom: 1.3020833vw;
    margin-bottom: 1.3020833vw;
    color: #FFF;
}

.sec .point02-area .unpaid-sec .unpaid-hdr .unpaid-ttl {
    color: #FFF;
    font-size: 50px;
    font-size: 6.5104166667vw;
}

.sec .point02-area .unpaid-sec .unpaid-hdr .unpaid-ttl i {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .sec .point02-area .unpaid-sec {
        border-width: 8px;
        margin-bottom: 35px;
        padding-bottom: 25px;
    }

    .sec .point02-area .unpaid-sec .unpaid-hdr {
        padding: 20px 0 40px;
    }

    .sec .point02-area .unpaid-sec .unpaid-hdr .unpaid-sb {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0 10px 8px;
        margin-bottom: 8px;
    }

    .sec .point02-area .unpaid-sec .unpaid-hdr .unpaid-ttl {
        font-size: 40px;
        font-size: 4rem;
    }
}

.sec .point02-area .unpaid-sec .unpaid-case {
    background-color: #fff;
    text-align: left;
    border: #6C3FC5 0.52083332vw solid;
    margin: -3.38541658vw 2.47395827vw 0;
    padding: 2.08333328vw 5.2083332vw;
    font-size: 28px;
    font-size: 3.6458333333vw;
    font-weight: bold;
    color: #6f5220;
}

.sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls {
    background-color: #8CAF24;
    color: #FFF;
    margin-top: 3.38541658vw;
    padding: 3.38541658vw 4.68749988vw;
    font-size: 24px;
    font-size: 3.125vw;
}

.sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls p {
    line-height: 180%;
}

.sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dl {
    font-weight: normal;
}

.sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dt {
    display: inline-block;
    font-size: 22px;
    font-size: 2.8645833333vw;
    background-color: #FFFFFF;
    color: #32460B;
    margin-bottom: 1.3020833vw;
    line-height: 5.2083332vw;
    border-radius: 2.6041666vw;
    padding: 0 2.6041666vw;
}

.sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dd {
    margin-bottom: 2.6041666vw;
    line-height: 1.5;
}

.sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dd:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .unpaid-case {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) {
    .sec .point02-area .unpaid-sec .unpaid-case {
        border-width: 4px;
        margin: -24px 32px 0;
        padding: 34px 32px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 160%;
    }

    .sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls {
        margin-top: 20px;
        padding: 20px 26px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls p {
        line-height: 1.6;
    }

    .sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dl {
        text-align: left;
    }

    .sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        margin-bottom: 10px;
        border-radius: 13px;
        padding: 0 10px;
        width: 124px;
        clear: left;
        float: left;
    }

    .sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dd {
        line-height: 26px;
        margin-bottom: 10px;
        margin-left: 140px;
    }

    .sec .point02-area .unpaid-sec .unpaid-case .unpaid-case-pls dd:last-child {
        margin-bottom: 0;
    }
}

.sec .point02-area .unpaid-sec .unpaid-res {
    padding: 5.2083332vw;
    text-align: center;
    font-size: 28px;
    font-size: 3.6458333333vw;
    line-height: 1.4;
}

.sec .point02-area .unpaid-sec .unpaid-res .unpaid-imprtnt {
    font-size: 33px;
    font-size: 4.296875vw;
    display: block;
    font-weight: bold;
}

.sec .point02-area .unpaid-sec .unpaid-res .unpaid-imprtnt .br-sp {
    display: inline-block;
}

.sec .point02-area .unpaid-sec .unpaid-res .btm {
    margin-top: 3.25520825vw;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .sec .point02-area .unpaid-sec .unpaid-res {
        padding: 45px 30px;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .sec .point02-area .unpaid-sec .unpaid-res .unpaid-imprtnt {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .sec .point02-area .unpaid-sec .unpaid-res .btm {
        margin-top: 16px;
    }
}

.sec .point03-area {
    width: 100%;
    margin-bottom: 5.2083332vw;
}

.sec .mrt-01, .sec .mrt-02, .sec .mrt-03 {
    background: no-repeat 50% 50%;
}

@media screen and (max-width: 767px) {
    .sec .mrt-01, .sec .mrt-02, .sec .mrt-03 {
        background-size: auto 75%;
    }

    .sec .point02-area .unpaid-sec .unpaid-case {
        font-size: 1.4rem;
        line-height: 170%;
    }
}

.sec .mrt-01 {
    background-image: url(../images/merit01.png);
}

.sec .mrt-02 {
    background-image: url(../images/merit02.png);
}

.sec .mrt-03 {
    background-image: url(../images/merit03.png);
}

.sec .mrt-tbl {
    border: #CCC solid;
}

.sec .mrt-tbl thead {
    font-weight: bold;
}

.sec .mrt-tbl thead th:first-child, .sec .mrt-tbl thead th[scope=row] {
    background-color: #EEE;
}

.sec .mrt-tbl th[scope=row] {
    color: #6f5220;
}

.sec .mrt-tbl th, .sec .mrt-tbl td {
    border: #CCC solid;
    font-weight: bold;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .sec .mrt-tbl {
        width: 100%;
        border-width: 0.78124998vw;
        margin-bottom: 2.6041666vw;
    }

    .sec .mrt-tbl thead th {
        height: 9.1145831vw;
        font-size: 28px;
        font-size: 3.6458333333vw;
    }

    .sec .mrt-tbl th, .sec .mrt-tbl td {
        border-width: 0.39062499vw;
    }

    .sec .mrt-tbl td {
        padding: 0 4.5vw;
        background-color: #FCF6DC;
    }

    .sec .mrt-tbl th[scope=row] {
        width: 30.98958254vw;
        padding: 5.85937485vw 0 1.3020833vw;
        font-size: 49px;
        font-size: 6.3802083333vw;
    }

    .sec .mrt-tbl th[scope=row]:first-child {
        font-size: 40px;
        font-size: 5.2083333333vw;
    }

    .sec .mrt-tbl th[scope=row] i {
        padding-top: 2.34374994vw;
        font-size: 74px;
        font-size: 9.6354166667vw;
    }

    .sec .mrt-tbl td {
        font-size: 26px;
        font-size: 3.3854166667vw;
    }
}

@media screen and (min-width: 768px) {
    .sec .mrt-tbl {
        border-width: 6px;
        display: inline-table;
    }

    .sec .mrt-tbl thead th {
        height: 56px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .sec .mrt-tbl th, .sec .mrt-tbl td {
        border-width: 3px;
    }

    .sec .mrt-tbl th[scope=row] {
        width: 190px;
        font-size: 40px;
        font-size: 4rem;
    }

    .sec .mrt-tbl th[scope=row]:first-child {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .sec .mrt-tbl th[scope=row] i {
        font-size: 74px;
        font-size: 7.4rem;
    }

    .sec .mrt-tbl td {
        width: 386px;
        height: 150px;
        padding: 0 34px;
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.sec .mrt-tbl.mrt thead th[scope=col]:last-child {
    color: #FFF;
    background-image: linear-gradient(90deg, #ffa219 0%, #ff7a01 100%);
}

.sec .mrt-tbl.mrt td {
    color: #FF7801;
}

@media screen and (min-width: 768px) {
    .sec .mrt-tbl.mrt {
        border-right: 0;
    }

    .sec .mrt-tbl.mrt td {
        background-color: #FFF0DB;
    }
}

.sec .mrt-tbl.dmrt thead th[scope=col]:last-child {
    color: #333333;
    background-image: linear-gradient(0deg, #c4c4c4 0%, #808080 100%);
}

.sec .mrt-tbl.dmrt td {
    color: #4c4c4c;
}

@media screen and (min-width: 768px) {
    .sec .mrt-tbl.dmrt {
        margin-left: -4px;
        border-left: 0;
    }

    .sec .mrt-tbl.dmrt thead th[scope=col]:first-child, .sec .mrt-tbl.dmrt th[scope=row] {
        display: none;
    }

    .sec .mrt-tbl.dmrt td {
        border-left: 0;
    }
}

.sec .mrt-lst li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.sec .mrt-lst li::before {
    content: "●";
    margin-right: .3em;
}

@media screen and (max-width: 767px) {
    .sec .mrt-lst li {
        margin: 1.3020833vw 0;
    }
}

@media screen and (min-width: 768px) {
    .sec .mrt-lst li {
        margin: 8px 0;
    }
}

.sec .point04-area {
    width: 100%;
}

.sec .point04-area .faq-dl dt {
    position: relative;
    margin-top: 6.5104165vw;
}

.sec .point04-area .faq-dl dt::before {
    position: absolute;
    bottom: 0;
    display: block;
    content: " ";
    width: 22.1354161vw;
    height: 22.78645775vw;
    background: url(/assets_lp/saimu/images/faq_question_bg.png) no-repeat;
    background-size: 100%;
}

.sec .point04-area .faq-dl dt .faq-bg {
    display: block;
    background-color: #804fe3;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .sec .point04-area .faq-dl dt {
        font-size: 33px;
        font-size: 4.296875vw;
        background: no-repeat;
        background-size: auto 4.94791654vw;
        padding-top: 4.68749988vw;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(1) {
        margin-top: 0;
        background-image: url(/assets_lp/saimu/images/q1_sp.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(1) .faq-bg {
        padding-right: 6em;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(2) {
        background-image: url(/assets_lp/saimu/images/q2_sp.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(3) {
        background-image: url(/assets_lp/saimu/images/q3_sp.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(4) {
        background-image: url(/assets_lp/saimu/images/q4_sp.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(odd) {
        background-position: left top;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(odd)::before {
        right: 3.85937485vw;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(odd) .faq-bg {
        padding-left: 7.29166648vw;
        border-radius: 0 9.37499976vw;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(even) {
        background-position: right top;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(even)::before {
        left: 3.85937485vw;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(even) .faq-bg {
        padding-left: 29.68749924vw;
        border-radius: 9.37499976vw 0 9.37499976vw 0;
    }

    .sec .point04-area .faq-dl dt .faq-bg {
        padding-top: 4.94791654vw;
        padding-bottom: 4.94791654vw;
    }
}

.sec .point04-area .faq-dl dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
    line-height: 1.4;
}

.sec .point04-area .faq-dl dd p {
    margin-top: 6.5104165vw;
    color: #4c4c4c;
    font-size: 1.6rem;
    line-height: 170%;
}

.sec .point04-area .faq-dl dd p span.clr-pnk {
    font-size: 33px;
    font-size: 4.596875vw;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .sec .point04-area .faq-dl dt {
        font-size: 22px;
        font-size: 2.2rem;
        padding-top: 35px;
        margin-top: 50px;
        font-weight: bold;
    }

    .sec .point04-area .faq-dl dt::before {
        width: 135px;
        height: 145px;
    }

    .sec .point04-area .faq-dl dt .faq-bg {
        line-height: 112px;
        border-radius: 56px;
        padding-left: 180px;
        background: #804fe3 no-repeat;
        background-size: auto 100%;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(1) .faq-bg {
        background-image: url(/assets_lp/saimu/images/q01.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(2) .faq-bg {
        background-image: url(/assets_lp/saimu/images/q02.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(3) .faq-bg {
        background-image: url(/assets_lp/saimu/images/q03.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(4) .faq-bg {
        background-image: url(/assets_lp/saimu/images/q04.png);
    }

    .sec .point04-area .faq-dl dt:nth-of-type(odd) .faq-bg {
        background-position: 45px 0;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(odd)::before {
        right: 48px;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(even) .faq-bg {
        background-position: 810px 0;
    }

    .sec .point04-area .faq-dl dt:nth-of-type(even)::before {
        left: 48px;
    }

    .sec .point04-area .faq-dl dd {
        font-size: 18px;
        font-size: 1.8rem;
        background: url(/assets_lp/saimu/images/faq_answer_bg.png) 0 0 no-repeat;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
        line-height: 1.6;
        min-height: 285px;
    }

    .sec .point04-area .faq-dl dd p {
        margin-top: 33px;
        color: #695b3b;
    }

    .sec .point04-area .faq-dl dd p span.clr-pnk {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
    }

    .sec .point04-area .faq-dl dd p:first-child {
        margin-top: 0;
    }

    .sec .point04-area .faq-dl dd:nth-of-type(odd) {
        padding-left: 290px;
    }

    .sec .point04-area .faq-dl dd:nth-of-type(even) {
        padding-right: 290px;
        background-position: right top;
    }
}

.sec .point05-area {
    width: 100%;
    padding-bottom: 7.16145815vw;
}

@media screen and (min-width: 768px) {
    .sec .point05-area {
        padding-bottom: 40px;
    }
}

.sec .point05-area .select-point-lst {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.sec .point05-area .select-point-lst>li {
    text-align: center;
    width: 48%;
    font-size: 26px;
    font-size: 3.3854166667vw;
    margin-bottom: 4.55729155vw;
    line-height: 1.4;
}

.sec .point05-area .select-point-lst>li span {
    display: block;
    margin-bottom: 4.55729155vw;
}

@media screen and (min-width: 768px) {
    .sec .point05-area .select-point-lst>li {
        width: 24%;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .sec .point05-area .select-point-lst>li span {
        margin-bottom: 25px;
    }
}

.sec .point05-area .select-point-txt {
    text-align: center;
    line-height: 1.6;
    font-size: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .sec .point05-area .select-point-txt .under-line-ylw {
        font-size: 50px;
        font-size: 6.5104166667vw;
        line-height: 1.2;
    }

    .sec .point05-area .select-point-txt .pex01 {
        font-size: 28px;
        font-size: 3.6458333333vw;
    }

    .sec .point05-area .select-point-txt .pex02 {
        font-size: 42px;
        font-size: 5.46875vw;
    }

    .sec .point05-area .select-point-txt .pex03 {
        font-size: 34px;
        font-size: 4.4270833333vw;
        line-height: 1.4;
    }

    .sec .point05-area .select-point-txt .pex03 .br-sp {
        line-height: 1.2;
    }
}


.sec .payment-hr {
    border: none;
    border-top: 1px solid #FFF;
    margin: 0;
}

.sec .payment-hr.add {
    border-top-width: 3.12499992vw;
}

@media screen and (min-width: 768px) {
    .sec .payment-hr.add {
        border-top-width: 20px;
    }
}

.sec .payment-dl {
    color: #4f5e19;
    text-align: center;
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
}

.sec .payment-dl dt {
    font-size: 36px;
    font-size: 4.6875vw;
    font-weight: bold;
}

.sec .payment-dl dt::after {
    display: block;
    margin: 1.95312495vw auto;
    width: 20.44270781vw;
    border-bottom: #4f5e19 0.39062499vw solid;
    content: '';
}

@media screen and (min-width: 768px) {
    .sec .payment-dl dt {
        font-size: 30px;
        font-size: 3rem;
    }

    .sec .payment-dl dt::after {
        margin: 10px auto;
        width: 132px;
        border-bottom-width: 2px;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01 {
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
    }
}

.sec .payment-dl.p01>div {
    border: #fff 0 solid;
    border-left-width: 1px;
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div {
        width: 50%;
    }

    .sec .payment-dl.p01>div dd {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .sec .payment-dl.p01>div {
        float: left;
        width: calc(100% / 3);
    }
}

.sec .payment-dl.p01>div:first-child {
    border-left: 0;
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:first-child {
        padding: 6.5104165vw 0;
        border-bottom-width: 1px;
        margin: 0 -3.9062499vw;
        width: 100vw;
    }

    .sec .payment-dl.p01>div:first-child dd:nth-of-type(1) {
        width: 47.78645711vw;
    }

    .sec .payment-dl.p01>div:first-child dd:nth-of-type(2) {
        width: 40.10416564vw;
    }
}

@media screen and (min-width: 768px) {
    .sec .payment-dl.p01>div:first-child {
        padding-top: 110px;
        display: block;
        float: left;
    }

    .sec .payment-dl.p01>div:first-child dd:nth-of-type(2) {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(2), .sec .payment-dl.p01>div:nth-child(3), .sec .payment-dl.p01>div:nth-child(4), .sec .payment-dl.p01>div:nth-child(5) {
        width: 50vw;
        padding: 5.2083332vw 0;
    }

    .sec .payment-dl.p01>div:nth-child(2) dd:nth-of-type(2), .sec .payment-dl.p01>div:nth-child(3) dd:nth-of-type(2), .sec .payment-dl.p01>div:nth-child(4) dd:nth-of-type(2), .sec .payment-dl.p01>div:nth-child(5) dd:nth-of-type(2) {
        margin-top: 1.3020833vw;
    }
}

@media screen and (min-width: 768px) {
    .sec .payment-dl.p01>div:nth-child(2), .sec .payment-dl.p01>div:nth-child(3), .sec .payment-dl.p01>div:nth-child(4), .sec .payment-dl.p01>div:nth-child(5) {
        padding: 38px 0;
    }

    .sec .payment-dl.p01>div:nth-child(2) dd:nth-of-type(2), .sec .payment-dl.p01>div:nth-child(3) dd:nth-of-type(2), .sec .payment-dl.p01>div:nth-child(4) dd:nth-of-type(2), .sec .payment-dl.p01>div:nth-child(5) dd:nth-of-type(2) {
        margin-top: 10px;
    }
}

.sec .payment-dl.p01>div:nth-child(2), .sec .payment-dl.p01>div:nth-child(3) {
    border-bottom-width: 1px;
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(2), .sec .payment-dl.p01>div:nth-child(3) {
        padding: 5.2083332vw 0;
    }

    .sec .payment-dl.p01>div:nth-child(2) dd:nth-of-type(1), .sec .payment-dl.p01>div:nth-child(3) dd:nth-of-type(1) {
        width: 25.39062435vw;
    }

    .sec .payment-dl.p01>div:nth-child(2) dd:nth-of-type(2), .sec .payment-dl.p01>div:nth-child(3) dd:nth-of-type(2) {
        width: 39.062499vw;
    }
}

.sec .payment-dl.p01>div:nth-child(2) dt, .sec .payment-dl.p01>div:nth-child(3) dt {
    position: relative;
    display: inline;
}

.sec .payment-dl.p01>div:nth-child(2) dt span, .sec .payment-dl.p01>div:nth-child(3) dt span {
    position: absolute;
    top: 0;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(2) dt span, .sec .payment-dl.p01>div:nth-child(3) dt span {
        font-size: 21px;
        font-size: 2.734375vw;
    }
}

@media screen and (min-width: 768px) {
    .sec .payment-dl.p01>div:nth-child(2) dt span, .sec .payment-dl.p01>div:nth-child(3) dt span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(4) dd:nth-of-type(1), .sec .payment-dl.p01>div:nth-child(5) dd:nth-of-type(1) {
        width: 20.31249948vw;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(2) {
        border-left-width: 0;
        margin-left: -3.9062499vw;
        padding-left: 3.9062499vw;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(3) {
        margin-right: -3.9062499vw;
        padding-right: 3.9062499vw;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(4) {
        border-left-width: 0;
        margin-left: -3.9062499vw;
        padding-left: 3.9062499vw;
    }

    .sec .payment-dl.p01>div:nth-child(4) dd:nth-of-type(2) {
        width: 39.062499vw;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p01>div:nth-child(5) {
        margin-right: -3.9062499vw;
        padding-right: 3.9062499vw;
    }

    .sec .payment-dl.p01>div:nth-child(5) dd:nth-of-type(2) {
        width: 26.43229099vw;
    }
}

.sec .payment-dl.p02 {
    padding: 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p02 {
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
    }
}

.sec .payment-dl.p02>div {
    width: 50%;
    text-align: center;
    padding: 6.5104165vw 0;
    border-right: 1px solid #FFF;
}

.sec .payment-dl.p02>div:last-child {
    border-width: 0;
}

@media screen and (min-width: 768px) {
    .sec .payment-dl.p02>div {
        padding: 35px 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .sec .payment-dl.p02 dd {
        width: 24.08854105vw;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .sec .payment-dl.p02 dd {
        margin-top: 25px;
    }
}

.sec .payment-lst li {
    font-size: 26px;
    font-size: 3.3854166667vw;
    font-weight: bold;
    color: #4f5e19;
    text-indent: -1.4em;
    margin-left: 1.4em;
    line-height: 1.4;
}

.sec .payment-lst li .br-sp {
    margin-left: 0.8em;
}

.sec .payment-lst li {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
}


@media screen and (min-width: 768px) {
    .sec .wrap.brd-pc {
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }
}

.sec .wrap[data-label]::before {
    position: relative;
    z-index: 10;
    display: block;
    width: 10.93749972vw;
    height: 10.93749972vw;
    margin: -7.55208314vw auto -3.77604157vw;
    content: '';
    background: url(/assets_lp/saimu/images/payment_plus.png) 0 0 no-repeat;
    background-size: 10.93749972vw;
}

@media screen and (min-width: 768px) {
    .sec .wrap[data-label]::before {
        display: block;
        margin: -46px auto -25px;
        width: 69px;
        height: 69px;
        background-size: 69px;
    }
}

.sec .point06-area {
    width: 100%;
}

.sec .problem-case li {
    position: relative;
    margin-bottom: 8.85416644vw;
    background: 0 0 no-repeat;
    background-size: 39.062499vw;
    clear: both;
    color: #6f5220;
}

.sec .problem-case li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sec .problem-case li {
        background-size: 252px;
        margin-bottom: 58px;
    }
}

@media screen and (min-width: 768px) {
    .sec .problem-case li:nth-child(odd) .problem-case-inf {
        margin-left: 0;
    }
}

.sec .problem-case li:nth-child(odd) .problem-case-comment {
    float: right;
    margin-left: 28.6458326vw;
}

.sec .problem-case li:nth-child(odd) .problem-case-comment::after {
    left: -2.6041666vw;
}

@media screen and (min-width: 768px) {
    .sec .problem-case li:nth-child(odd) .problem-case-comment::after {
        left: 10px;
    }
}

.sec .problem-case li:nth-child(odd) .problem-case-data {
    margin-left: 43.61979055vw;
}

@media screen and (min-width: 768px) {
    .sec .problem-case li:nth-child(odd) .problem-case-data {
        margin-left: 278px;
    }
}

.sec .problem-case li:nth-child(even) .problem-case-comment {
    float: left;
    margin-right: 28.6458326vw;
}

.sec .problem-case li:nth-child(even) .problem-case-comment::after {
    right: -2.6041666vw;
}

@media screen and (min-width: 768px) {
    .sec .problem-case li:nth-child(even) .problem-case-comment::after {
        left: 660px;
    }
}

.sec .problem-case li:nth-child(even) .problem-case-data {
    margin-left: 4.55729155vw;
}

@media screen and (min-width: 768px) {
    .sec .problem-case li:nth-child(even) .problem-case-data {
        margin-left: 0;
    }
}

.sec .problem-case li:nth-child(1) {
    background-image: url(/assets_lp/saimu/images/problem_case01.png);
    background-position: 0 0;
}

.sec .problem-case li:nth-child(1) .problem-case-comment {
    float: right;
}

.sec .problem-case li:nth-child(1) .return {
    float: left;
}

.sec .problem-case li:nth-child(2) {
    background-image: url(/assets_lp/saimu/images/problem_case02.png);
    background-position: right 0;
}

.sec .problem-case li:nth-child(3) {
    background-image: url(/assets_lp/saimu/images/problem_case03.png);
    background-position: 0 0;
}

.sec .problem-case li:nth-child(4) {
    background-image: url(/assets_lp/saimu/images/problem_case04.png);
    background-position: right 0;
}

.sec .problem-case-comment {
    position: relative;
    width: 61.84895675vw;
    margin-top: 0.65104165vw;
    margin-bottom: 5.2083332vw;
    padding: 3.25520825vw 5.2083332vw;
    border: #6f3dd4 0.78124998vw solid;
    border-radius: 1.82291662vw;
    background-color: #FFF;
    font-weight: bold;
    color: #804fe3;
    font-size: 32px;
    font-size: 6.00625vw;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .sec .problem-case-comment {
        border-width: 6px;
        border-radius: 23px;
        font-size: 28px;
        font-size: 2.8rem;
        text-align: center;
        width: 760px;
        margin-bottom: 20px;
        margin-top: 25px;
        padding: 26px 0;
    }
}

.sec .problem-case-comment::after {
    display: block;
    content: ' ';
    position: absolute;
    top: 10.02604141vw;
    width: 5.2083332vw;
    height: 1.56249996vw;
    background: 0 0 no-repeat;
    background-size: 100%;
    z-index: 100;
}

@media screen and (min-width: 768px) {
    .sec .problem-case-comment::after {
        top: auto;
        bottom: -22px;
        width: 50px;
        height: 30px;
    }
}

.sec .problem-case-data {
    position: relative;
    display: inline-table;
    width: 46.22395715vw;
    margin-bottom: 2.6041666vw;
    padding: 1.95312495vw 0;
    font-size: 24px;
    font-size: 3.125vw;
    border: #563c0e 1px solid;
}

.sec .problem-case-data::before {
    position: absolute;
    display: block;
    top: -1.3020833vw;
    width: 100%;
    height: 2.6041666vw;
    background: url(/assets_lp/saimu/images/profile.png) 50% 0 no-repeat;
    background-size: 17.57812455vw auto;
    content: '';
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sec .problem-case-data {
        float: left;
        width: 220px;
        height: 94px;
        padding: 13px 0 0;
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 15px;
        font-size: 1.5rem;
        background-size: auto 18px;
    }

    .sec .problem-case-data::before {
        top: -6px;
        height: 12px;
        background-size: 93px auto;
    }
}

@media screen and (min-width: 768px) {
    .sec .problem-case-data dl {
        width: 129px;
    }
}

.sec .problem-case-data dt {
    float: left;
    clear: left;
    padding-top: 0.78124998vw;
}

.sec .problem-case-data dt::after {
    content: "：";
}

@media screen and (min-width: 768px) {
    .sec .problem-case-data dt {
        padding-top: 6px;
    }
}

.sec .problem-case-data dd {
    padding-top: 0.78124998vw;
    padding-left: 9.63541642vw;
}

@media screen and (min-width: 768px) {
    .sec .problem-case-data dd {
        padding-top: 6px;
        padding-left: 46px;
    }
}

.sec .problem-case-usr {
    display: table-cell;
    color: #6f5220;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    padding-right: 1em;
}

@media screen and (min-width: 768px) {
    .sec .problem-case-usr {
        width: 89px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.sec .result-yen {
    padding: 1.82291662vw 0 1.04166664vw;
    text-align: center;
}

.sec .result-yen img {
    height: 15.6249996vw;
}

@media screen and (min-width: 768px) {
    .sec .result-yen {
        display: inline;
        padding: 0;
        padding-left: 25px;
        text-align: left;
    }

    .sec .result-yen img {
        height: auto;
    }
}

.sec .result-txt {
    clear: both;
    border: #FEA119 1px solid;
}

.sec .result-txt-ttl {
    background-color: #FEA119;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    font-size: 28px;
    font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
    .sec .result-txt-ttl {
        display: -webkit-flex;
        display: flex;
        padding: 4.42708322vw 5.2083332vw;
        text-align: left;
        font-size: 34px;
        font-size: 4.6666666667vw;
        line-heith: 170%;
    }
}

.sec .result-txt p {
    padding: 30px 0;
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .sec .result-txt p {
        padding: 4.42708322vw 5.2083332vw;
        text-align: left;
        font-size: 28px;
        font-size: 3.9458333333vw;
    }
}

.sec .result-ls {
    white-space: nowrap;
}

.sec .point07-area {
    width: 100%;
}

.sec .point07-area dl.step-lst {
    background: url(/assets_lp/saimu/images/step_bar.png) 50% 0 no-repeat;
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst {
        background-position: 98px 0;
    }
}

.sec .point07-area dl.step-lst>div {
    position: relative;
    margin-top: 1.3020833vw;
    margin-bottom: 4.94791654vw;
    border: #7f4ee2 0.65104165vw solid;
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst>div {
        display: -webkit-flex;
        display: flex;
        margin-top: 38px;
        margin-bottom: 10px;
        border-width: 4px;
    }
}

.sec .point07-area dl.step-lst>div:nth-child(1) dt {
    margin-top: -3px;
}

.sec .point07-area dl.step-lst>div:nth-child(1) dt::before {
    background-image: url(/assets_lp/saimu/images/step01_icn_sp.png);
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst>div:nth-child(1) dt::before {
        background-image: url(/assets_lp/saimu/images/step01_icn.png);
    }
}

.sec .point07-area dl.step-lst>div:nth-child(2) dt {
    margin-top: -3px;
}

.sec .point07-area dl.step-lst>div:nth-child(2) dt::before {
    background-image: url(/assets_lp/saimu/images/step02_icn_sp.png);
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst>div:nth-child(2) dt::before {
        background-image: url(/assets_lp/saimu/images/step02_icn.png);
    }
}

.sec .point07-area dl.step-lst>div:nth-child(3) dt {
    margin-top: -3px;
}

.sec .point07-area dl.step-lst>div:nth-child(3) dt::before {
    background-image: url(/assets_lp/saimu/images/step03_icn_sp.png);
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst>div:nth-child(3) dt::before {
        background-image: url(/assets_lp/saimu/images/step03_icn.png);
    }
}

.sec .point07-area dl.step-lst>div:nth-child(4) dt {
    margin-top: -3px;
}

.sec .point07-area dl.step-lst>div:nth-child(4) dt::before {
    background-image: url(/assets_lp/saimu/images/step04_icn_sp.png);
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst>div:nth-child(4) dt::before {
        background-image: url(/assets_lp/saimu/images/step04_icn.png);
    }
}

.sec .point07-area dl.step-lst>div:nth-child(5) dt::before {
    background-image: url(/assets_lp/saimu/images/step05_icn_sp.png);
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst>div:nth-child(5) dt::before {
        background-image: url(/assets_lp/saimu/images/step05_icn.png);
    }
}

.sec .point07-area dl.step-lst dt {
    font-size: 42px;
    font-size: 5.46875vw;
    background-color: #7f4ee2;
    color: #FFF;
    text-align: center;
    line-height: 12.49999968vw;
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst dt {
        width: 195px;
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold;
        line-height: 120px;
    }
}

.sec .point07-area dl.step-lst dt::before {
    position: absolute;
    top: -1.3020833vw;
    left: 2.6041666vw;
    content: ' ';
    display: block;
    background: 0 0 no-repeat;
    background-size: 100%;
    width: 11.7187497vw;
    height: 11.7187497vw;
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst dt::before {
        width: 74px;
        height: 74px;
        top: -39px;
        left: 60px;
    }
}

.sec .point07-area dl.step-lst dd {
    background-color: #FFF;
    color: #6f5220;
    text-align: center;
    margin-left: 0;
    padding: 3.12499992vw 0;
    font-size: 28px;
    font-size: 3.6458333333vw;
}

.sec .point07-area dl.step-lst dd .step-txt {
    display: block;
    font-size: 33px;
    font-size: 4.296875vw;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 1.95312495vw;
}

@media screen and (min-width: 768px) {
    .sec .point07-area dl.step-lst dd {
        width: calc(100% - 195px);
        text-align: left;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 25px;
    }

    .sec .point07-area dl.step-lst dd .step-txt {
        font-size: 28px;
        font-size: 2.8rem;
        padding-bottom: 5px;
    }
}

.sec .point07-area .step-ex {
    display: inline-block;
    font-size: 38px;
    font-size: 4.9479166667vw;
    text-align: center;
    margin-top: 5.2083332vw;
    line-height: 1.4;
}

.sec .point07-area .step-ex a {
    color: #6f5220;
}

@media screen and (min-width: 768px) {
    .sec .point07-area .step-ex {
        font-size: 46px;
        font-size: 4.6rem;
        margin-top: 45px;
        line-height: 1;
    }

    .sec .point07-area .step-ex .br-pc {
        padding-top: 12px;
    }

    .sec .point07-area .step-ex .fnt-30 {
        font-size: 30px;
        font-size: 3rem;
    }
}

.sec .point07-area .step-ex .br-sp {
    display: inline-block;
}

.sec .point08-area {
    width: 100%;
}

.sec .point08-area .tab-menu[data-target] {
    border: #afafaf 1px solid;
    display: table;
    width: calc(100% - 30px);
    margin: 15px;
}

.sec .point08-area .tab-menu[data-target] li {
    display: table-cell;
    text-align: center;
    width: calc(100% / 4);
    vertical-align: middle;
    border-right: #afafaf 1px solid;
}

.sec .point08-area .tab-menu[data-target] li:last-child {
    border: none;
}

.sec .point08-area .tab-menu[data-target] li a {
    position: relative;
    font-size: 32px;
    font-size: 4.1666666667vw;
    display: block;
    width: 100%;
    color: #FFF;
    height: 12.49999968vw;
    font-weight: bold;
    background-color: #C8C8C8;
    line-height: 12.49999968vw;
}

@media screen and (min-width: 768px) {
    .sec .point08-area .tab-menu[data-target] li a.hov:hover {
        color: #2d450a;
        background-color: #FFF;
        border-bottom: #7f4ee2 2px solid;
    }

    .sec .point08-area .tab-menu[data-target] li a.hov:hover::after {
        visibility: visible;
    }
}

@media screen and (min-width: 768px) {
    .sec .point08-area .tab-menu[data-target] li a {
        font-size: 26px;
        font-size: 2.6rem;
        height: 76px;
        line-height: 76px;
    }
}

.sec .point08-area .access-lead {
    text-align: center;
    font-size: 39px;
    font-size: 5.078125vw;
    line-height: 1.4;
    padding-top: 3.9062499vw;
    margin-bottom: 3.9062499vw;
}

@media screen and (min-width: 768px) {
    .sec .point08-area .access-lead {
        font-size: 24px;
        font-size: 2.4rem;
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.sec .point08-area .gmap {
    text-align: center;
    width: 100%;
}

.sec .point08-area .gmap iframe {
    width: 100%;
    height: 69.0104149vw;
}

.sec .point08-area .access-info {
    color: #000;
}

@media screen and (max-width: 767px) {
    .sec .point08-area .access-info {
        padding: 7.16145815vw 0 5.2083332vw;
        text-align: center;
    }

    .sec .point08-area .access-info .access-info-ttl {
        display: inline;
    }

    .sec .point08-area .access-info .access-traffic {
        text-align: left;
        font-size: 30px;
        font-size: 3.90625vw;
    }

    .sec .point08-area .access-info .access-traffic li {
        border-bottom: 1px solid #E5E5E5;
        padding: 3.64583324vw 0;
        padding-left: 1em;
    }
}

@media screen and (min-width: 768px) {
    .sec .point08-area .access-info {
        padding: 55px 0 40px;
    }

    .sec .point08-area .access-info .access-info-ttl {
        font-size: 30px;
        font-size: 3rem;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .sec .point08-area .access-info .access-traffic {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8;
    }
}

.sec .point08-area .access-address div {
    padding-top: .6em;
}

.sec .point08-area .access-address div:first-child {
    padding-top: 0;
}

.sec .point08-area .access-address div dt {
    padding-bottom: .4em;
}

.sec .point08-area .overview {
    padding: 6.5104165vw 0 9.76562475vw;
}

.sec .point08-area .overview-ttl {
    margin-bottom: 3.9062499vw;
    text-align: center;
    font-size: 45px;
    font-size: 5.859375vw;
    font-weight: bold;
    color: #7f4ee2;
}

.sec .point08-area .overview-tbl {
    background-color: #FFF;
    width: 100%;
}

.sec .point08-area .overview-tbl tr:last-child th, .sec .point08-area .overview-tbl tr:last-child td {
    border: none;
}

.sec .point08-area .overview-tbl th {
    width: 7em;
    height: 11.7187497vw;
    font-size: 28px;
    font-size: 3.6458333333vw;
    color: #FFF;
    background-color: #7f4ee2;
    vertical-align: middle;
    border-bottom: 1px solid #FFF;
}

.sec .point08-area .overview-tbl td {
    font-size: 28px;
    font-size: 3.6458333333vw;
    vertical-align: middle;
    padding: 3.9062499vw 5.2083332vw;
    border-bottom: 1px solid #FCFCFC;
}

.sec .point08-area .overview-tbl td span {
    font-size: 21px;
    font-size: 2.734375vw;
}

.sec .point08-area .overview-tbl td span.fnt-bld {
    font-size: 28px;
    font-size: 3.6458333333vw;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .sec .point08-area .overview {
        padding: 50px 0;
    }

    .sec .point08-area .overview-ttl {
        margin-bottom: 30px;
        text-align: center;
        font-size: 30px;
        font-size: 3rem;
    }

    .sec .point08-area .overview-tbl th {
        width: 180px;
        height: 75px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .sec .point08-area .overview-tbl td {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 30px 40px;
    }

    .sec .point08-area .overview-tbl td span {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .sec .point08-area .overview-tbl td span.fnt-bld {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6;
    }
}

.sec .point08-area .access-hr {
    margin: 0;
    border-width: none;
    border-top: #EAEAEA 1px solid;
}

.arw-btm {
    position: relative;
    padding-bottom: 7.16145815vw;
}

@media screen and (min-width: 768px) {
    .arw-btm {
        padding-bottom: 45px;
    }

    .arw-btm.arw-clr-white {
        padding-bottom: 90px;
    }
}

.arw-btm::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 103;
    border-color: #804fe3 transparent transparent transparent;
    border-width: 6.64062483vw 5.2083332vw 0 5.2083332vw;
    bottom: -6vw;
    margin-left: -5.2083332vw;
}

@media screen and (min-width: 768px) {
    .arw-btm::before {
        bottom: -39px;
        margin-left: -38px;
        border-width: 40px 38px 0 38px;
    }
}

.arw-btm.arw-clr-white::before {
    border-color: #fafafa transparent transparent transparent;
}

.arw-btm.unpaid-case {
    padding-bottom: 3.64583324vw;
}

@media screen and (min-width: 768px) {
    .arw-btm.unpaid-case {
        padding-bottom: 19px;
    }
}

.arw-btm.unpaid-case::before {
    border-color: #759512 transparent transparent transparent;
    border-width: 3.38541658vw 4.03645823vw 0 4.03645823vw;
    bottom: -3.9062499vw;
    margin-left: -4.03645823vw;
}

@media screen and (min-width: 768px) {
    .arw-btm.unpaid-case::before {
        bottom: -24px;
        margin-left: -18px;
        border-width: 20px 18px 0 18px;
    }
}

.sec-footer {
    padding: 10.4166664vw 0 14.84374962vw;
    background-image: linear-gradient(180deg, #a87dff 0%, #7f4ee2 100%);
}

@media screen and (min-width: 768px) {
    .sec-footer {
        padding: 60px 0;
    }
}

.sec-footer .sec-footer-bx {
    text-align: center;
    color: #6f5220;
}

.sec-footer .sec-footer-lead02 {
    margin: 4.55729155vw 0 3.25520825vw;
    font-size: 30px;
    font-size: 3.90625vw;
    line-height: 1.3;
    font-weight: bold;
}

.sec-footer .sec-footer-lead02 .br-sp {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .sec-footer .sec-footer-lead02 {
        margin: 20px 0 50px;
        font-weight: bold;
    }

    .sec-footer .sec-footer-lead02, .sec-footer .sec-footer-lead02 {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-bg {
        font-size: 18px;
        font-size: 2.0rem;
        font-weight: 600
    }
}

.sec-inq {
    background-color: #b5e176;
    width: 100%;
    text-align: center;
}

.inq-bx .inq-tel {
    position: relative;
    height: 25.52083268vw;
    margin-bottom: 4.55729155vw;
    background-image: linear-gradient(180deg, #e1e1e1 13%, #FFF 70%);
    box-shadow: 0px 6px 0px 0px #4314a2;
}

@media screen and (min-width: 768px) {
    .inq-bx .inq-tel {
        height: 135px;
        background-image: linear-gradient(45deg, white 0%, #e1e1e1 100%);
        border-radius: 10px;
        height: 152px;
        margin-bottom: 35px;
        margin-top: -35px;
    }
}

.inq-bx .inq-tel .inq-bx-tel-num {
    padding: 5.85937485vw 0 3.38541658vw 15.1vw;
}

@media screen and (min-width: 768px) {
    .inq-bx .inq-tel .inq-bx-tel-num {
        padding: 38px 0 20px 140px;
    }
}

.inq-bx .inq-tel p {
    font-size: 28px;
    font-size: 3.6458333333vw;
}

@media screen and (min-width: 768px) {
    .inq-bx .inq-tel p {
        font-size: 20px;
        font-size: 2rem;
        margin-left: 75px;
    }
}

.inq-bx .inq-tel p>span .fnt-bld {
    color: #1a7fbe;
}

@media screen and (max-width: 767px) {
    .inq-bx .inq-tel p>span {
        position: absolute;
        bottom: -38vw;
        left: 0;
        right: 0;
        color: #FFF;
    }

    .inq-bx .inq-tel p>span .fnt-bld {
        color: #ffa118;
    }
}

.inq-bx .inq-tel .inq-tel-img {
    position: absolute;
    padding: 0 26.041666vw 0 15.6249996vw;
    bottom: 25.52083268vw;
}

@media screen and (min-width: 768px) {
    .inq-bx .inq-tel .inq-tel-img {
        width: 242px;
        top: auto;
        bottom: 0;
        right: 42px;
        padding: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .inq-bx .inq-tel {
        border-radius: 6px;
        width: 100%;
        margin-top: 42.9687489vw;
        text-align: center;
    }
}

.inq-bx.hdr {
    margin-top: -21.87499944vw;
    padding-bottom: 9.1145831vw;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .inq-bx.hdr .inq-tel {
        margin-top: 44.9687489vw;
    }
}

@media screen and (min-width: 768px) {
    .inq-bx.hdr {
        position: absolute;
        left: 310px;
        width: 670px;
        height: 107px;
        top: 100px;
        margin-top: 30px;
        padding-bottom: 0;
    }

    .inq-bx.hdr .inq-bx-tel-num {
        width: 371px;
        padding: 30px 0px 10px 90px;
        font-size: 34px;
        font-size: 3.4rem;
        background-size: auto 34px;
        background-position: 29px 30px;
    }

    .inq-bx.hdr p {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .inq-bx.hdr p {
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .inq-bx.hdr .inq-tel {
        height: 110px;
        margin-bottom: 20px;
    }
}

.inq-bx.hdr .inq-tel .inq-tel-img {
    padding: 0 35.93749908vw 0 20.18229115vw;
}

@media screen and (min-width: 768px) {
    .inq-bx.hdr .inq-tel .inq-tel-img {
        height: auto;
        padding: 0;
        right: 8px;
        width: 240px;
    }
}

@media screen and (min-width: 768px) {
    .inq-bx.hdr .btn {
        margin-left: 80px;
        margin-right: 0;
        display: inline-block;
        line-height: 50px;
    }

    .inq-bx.hdr .btn.hov:hover {
        display: inline-block;
        padding-top: 5px;
        margin-bottom: -5px;
    }

    .inq-bx.hdr .btn.hov:hover .btn-mail {
        line-height: 46px;
    }

    .inq-bx.hdr .btn-mail {
        width: 500px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.counselling-modal {
    border-radius: 10px;
    width: 90%;
    max-width: 572px;
    background-color: #fff;
}

.counselling-item {
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 45px;
}

.counselling-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.counselling-header .counselling-text {
    font-size: 17px;
    font-size: 1.7rem;
}

.counselling-title-ja {
    font-size: 30px;
    font-size: 3rem;
    margin-top: 16px;
    font-size: 2.4rem;
    color: #60ad3b;
    line-height: 1;
    font-weight: bold;
}

.counselling-text {
    color: #000;
    margin: 18px 0 0;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.counselling-icon {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.counselling-icon .fa {
    font-size: 4.931rem;
    background-color: #c1d614;
    color: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
    border-radius: 50%;
}

.counselling-call-number {
    margin: 22px 0 0 0;
    text-align: center;
    font-size: 54px;
    font-size: 5.4rem;
    letter-spacing: 0.05em;
    color: #60ad3b;
}

.counselling-call-number .icon-freecall {
    width: 76px;
    height: 50px;
    padding-left: 86px;
    line-height: 1;
    background: url(/assets_lp/saimu/images/free-tel-ic.png) 0 14px no-repeat;
}

.counselling-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.counselling-button .counselling-button-link {
    display: inline-block;
    width: 322px;
    border: 1px solid;
    border-radius: 27px;
    color: #60ad3b;
    font-weight: bold;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 54px;
    text-align: center;
}

.cv-side {
    position: fixed;
    right: -202px;
    top: 13.202247125vh;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 991;
}

@media screen and (max-width: 767px) {
    .cv-side {
        display: none;
    }
}

.cv-side.is-show {
    right: 0;
    /*.cv-side-icon,.cv-side-content,.cv-side-icon:hover,.cv-side-content:hover {
	border-color: #ccc;
}*/
}

.cv-side-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: #AAA 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.cv-side-item.js-modal-open {
    margin-bottom: 3px;
}

.cv-side-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    width: 27px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-right: 0;
}

.cv-side-icon:hover {
    border-color: #ccc;
}

.cv-side-icon>.fa-phone {
    font-size: 17px;
    font-size: 1.7rem;
    color: #60ad3b;
}

.cv-side-icon>.fa-envelope-o {
    font-size: 13px;
    font-size: 1.3rem;
    color: #60ad3b;
}

.cv-side-content {
    padding: 10px 12px 9px;
    width: 174px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    border-right: 0;
}

.cv-side-content:hover {
    border-color: #ccc;
}

.cv-side-content .cv-btn {
    font-weight: bold;
}

.cv-side-call-title {
    margin: 0;
    color: #60ad3b;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}

.cv-side-call-text {
    margin: 6px -10px 0;
    letter-spacing: -.06em;
    font-size: .9rem;
    line-height: 1;
    color: #2d450a;
}

.cv-side-call-number {
    margin: 8px 0 0 0;
    color: #60ad3b;
    font-size: 1.9rem;
    line-height: 1;
    white-space: nowrap;
}

.cv-side-call-number>.icon-freecall {
    display: inline-block;
    vertical-align: middle;
    background: url(/assets_lp/saimu/images/free-tel-ic.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: -6px;
    width: 29px;
    height: 19px;
}

.lnk-mail .cv-side-content, .lnk-mail .cv-side-icon {
    border-color: #CCC;
}

.footer-cv-btn {
    position: fixed;
    padding: 0;
    left: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    z-index: 199;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
}

@media screen and (max-width: 767px) {
    .footer-cv-btn {
        display: none;
    }
}

.footer-cv-btn:focus {
    outline: none;
}

.footer-cv-btn.hide-close.is-show {
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
}

.footer-cv-btn.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.footer-cv-btn.is-close {
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
}

.footer-cv-btn .js-cv-btn {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: #5FAD3B url(/assets_lp/saimu/images/icn-ft-cv-btn.png) 50% no-repeat;
    border: #FFF 1px solid;
    border-radius: 5px;
}

.cv-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transform: translateY(165%);
    transform: translateY(165%);
    z-index: 103;
}

@media screen and (max-width: 767px) {
    .cv-bottom {
        display: none;
    }
}

.cv-bottom.hide-close.is-show {
    -webkit-transform: translateY(165%);
    transform: translateY(165%);
}

.cv-bottom.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cv-bottom-item {
    padding: 24px 30px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.cv-bottom-item:nth-child(2) {
    margin-left: 8px;
}

.cv-bottom-item:nth-child(2) .cv-btn {
    margin-bottom: 8px;
}

.cv-bottom-item-call {
    cursor: pointer;
}

.cv-bottom-title {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.cv-bottom-title-ja {
    display: block;
    color: #60ad3b;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.cv-bottom-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
}

.cv-bottom-icon .fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background-color: #c1d614;
    color: #fff;
    font-size: 2.7rem;
}

.cv-bottom-button {
    margin: 8px 0 0 0;
}

.cv-bottom-call-number {
    margin: 8px 0 0 0;
    color: #60ad3b;
    font-size: 2.55rem;
    line-height: 1.2941176471;
    text-align: center;
}

.cv-bottom-call-number>.icon-freecall {
    display: inline-block;
    vertical-align: middle;
    background: url(/assets_lp/saimu/images/free-tel-ic.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: -6px;
    width: 29px;
    height: 19px;
}

.cv-bottom-text {
    margin: 0;
    font-size: 1.1rem;
    text-align: center;
}

.cv-bottom-close {
    position: absolute;
    top: -26px;
    right: -26px;
}

.cv-btn {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 100%;
    line-height: 26px;
    text-align: center;
    border: solid 0px #FD6303;
    border-radius: 13px;
    color: #FFF !important;
    cursor: pointer;
    background-image: linear-gradient(0deg, #ff6400 0%, #ffb400 100%);
}

.cv-btn.hov:hover {
    color: #FFF !important;
    border-width: 1px;
    line-height: 24px;
    background-image: linear-gradient(to top, #ffb400 0%, #ff6400 100%);
}

.cv-btn.hov:hover .arc {
    right: 5px;
}

.arc {
    position: absolute;
    margin-top: -6px;
    top: 50%;
    right: 6px;
    font-size: 12px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .btn {
        display: inline-block;
        margin: auto 170px;
    }

    .btn.hov:hover {
        padding-top: 5px;
        margin-bottom: -5px;
    }

    .btn.hov:hover .btn-mail {
        color: #FFF;
        border-width: 2px;
        border-color: #ff6400;
        border-style: solid;
        background-image: linear-gradient(0deg, #ffa319 0%, #ff7800 100%);
        box-shadow: none;
        line-height: 72px;
    }
}

.btn .btn-mail {
    color: #FFF;
    letter-spacing: 0.06em;
    display: inline-block;
    line-height: 24.99999936vw;
    height: 24.99999936vw;
    width: 100%;
    border-radius: 12.49999968vw;
    background-image: linear-gradient(0deg, #ff7800 0%, #ffa319 100%);
    box-shadow: 0px 5px 0px 0px #cb3a02;
    font-size: 48px;
    font-size: 6.25vw;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .btn .btn-mail {
        line-height: 76px;
        width: 620px;
        height: 76px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.side-fixed {
    position: fixed;
    right: 0;
    width: 51px;
    height: 520px;
    top: 29.99999985vh;
    z-index: 990;
}

.side-fixed .nav-box {
    width: 269px;
}

.side-fixed .nav-box .sidenav-btn a {
    position: relative;
    display: block;
    margin-bottom: 1px;
    height: 51px;
    color: #006da1;
}

.side-fixed .nav-box .sidenav-btn a span {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: -41px;
    padding-left: 64px;
}

.side-fixed .nav-box .sidenav-btn a div {
    position: relative;
    margin: 0;
    right: 0;
    background-color: #e2f0f3;
    height: 51px;
    -moz-transition: all 290ms ease-in;
    -o-transition: all 290ms ease-in;
    -webkit-transition: all 290ms ease-in;
    transition: all 290ms ease-in;
}

.side-fixed .nav-box .sidenav-btn a div::before {
    content: ' ';
    display: inline-block;
    width: 51px;
    height: 51px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    background: 50% no-repeat, 0 repeat;
}

.side-fixed .nav-box .sidenav-btn a div:hover {
    right: 214px;
}

.side-fixed .nav-box .sidenav-btn.sidenav-current a>div {
    -moz-transition: all 290ms ease-in;
    -o-transition: all 290ms ease-in;
    -webkit-transition: all 290ms ease-in;
    transition: all 290ms ease-in;
    position: relative;
    right: 214px;
}

.side-fixed .nav-box .sidenav-btn:nth-child(1) a span {
    margin-top: -34px;
}

.side-fixed .nav-box .sidenav-btn:nth-child(1) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point01.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .nav-box .sidenav-btn:nth-child(2) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point02.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .nav-box .sidenav-btn:nth-child(3) a span {
    margin-top: -34px;
}

.side-fixed .nav-box .sidenav-btn:nth-child(3) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point03.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .nav-box .sidenav-btn:nth-child(4) a span {
    margin-top: -34px;
}

.side-fixed .nav-box .sidenav-btn:nth-child(4) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point04.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .nav-box .sidenav-btn:nth-child(5) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point05.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .nav-box .sidenav-btn:nth-child(6) a span {
    margin-top: -34px;
}

.side-fixed .nav-box .sidenav-btn:nth-child(6) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point06.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .nav-box .sidenav-btn:nth-child(7) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point07.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .nav-box .sidenav-btn:nth-child(8) a div::before {
    background-image: url(/assets_lp/saimu/images/nav-point08.png), linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
}

.side-fixed .btn-toggle-side, .side-fixed .btn-top-side {
    display: block;
    width: 51px;
    height: 51px;
    padding: 0;
    margin: 0;
    border: none;
    background-image: linear-gradient(135deg, #ffeca9 0%, #ffc906 100%);
    border-radius: 0;
    outline: none;
    cursor: pointer;
    margin-bottom: 1px;
}

.side-fixed .btn-toggle-side span, .side-fixed .btn-top-side span {
    background: 50% no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 200%;
    white-space: nowrap;
}

.side-fixed .btn-toggle-side:focus, .side-fixed .btn-top-side:focus {
    outline: none;
}

.side-fixed .btn-toggle-side span {
    background-image: url(/assets_lp/saimu/images/nav-times.png);
}

.side-fixed .btn-toggle-side.js-menu-open span {
    background-image: url(/assets_lp/saimu/images/nav-toggle.png);
}

.side-fixed .btn-top-side {
    margin-top: 5.6179775vh;
}

.side-fixed .btn-top-side span {
    background-image: url(/assets_lp/saimu/images/nav-pagetop.png);
}

@media screen and (max-width: 767px) {
    .side-fixed {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sec .point08-area .gmap iframe {
        height: 440px;
    }
}

.tab-content {
    display: none;
}

.tab-content.is-active {
    display: block;
}

.lock {
    overflow: hidden;
}

#modal-overlay {
    display: none;
    position: fixed;
    z-index: 991;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
    overflow: auto;
}

.modal-contents {
    position: fixed;
    display: none;
    z-index: 992;
    margin: 20px 0;
    padding: 0;
}

.modal-wrap {
    position: relative;
}

.modal-close {
    position: absolute;
    z-index: 993;
    right: -31px;
    top: -31px;
}

.js-modal-open {
    cursor: pointer;
}

.btn-close {
    display: block;
    position: absolute;
    border: 1px solid #CCC;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    background-color: #FFF;
    cursor: pointer;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    outline: 0;
    z-index: 102;
}

.btn-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-close::before, .btn-close::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #60ad3b;
    width: 12.5px;
    height: 0;
}

.btn-close:active, .btn-close:checked, .btn-close:hobver {
    outline: 0;
}


@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }

    .headerArea {
        display: block;
        padding: 0 0 0 3%;
    }

    .headerArea .headerBoxR {
        display: none;
    }

    .headerArea .headerBoxL img {
        width: 40%;
    }

    .headerArea .headerBoxL span {
        display: inline-block;
        padding: 0 0 9px 15px;
        font-size: 1.2rem;
    }

    .ctaBtnBox {
        display: block;
        padding: 30px 3%;
    }
    .ctaBtnBox__btn {
        margin: 0 0 3%;
    }
    .ctaBtnBox__btn:last-child {
        margin-bottom: 0;
    }

    /*
    .ctaBtnTel {
        width: 100%;
        margin: 0 0 3% 0;
    }

    .ctaBtnMail {
        width: 100%;
    }
    */
    .ctaBox {
        padding: 0 3%;
    }

    .troubleArea {
        background: #f0eeee;
        padding: 50px 3% 0;
    }

    .troubleTit {
        width: 100%;
        margin: 0 auto 30px;
    }

    .troubleContBox {
        text-align: right;
    }

    .troubleContBox img:first-child {
        width: 83%;
        right: 0;
    }

    .troubleContBox img:nth-child(2) {
        width: 91%;
        top: 90px;
        left: 43px;
    }

    .troubleContBox img:nth-child(3) {
        position: absolute;
        top: 183px;
        left: 0px;
        width: 59%;
    }

    .troubleContBox img:nth-child(4) {
        width: 65%;
        top: 138px;
        left: 22px;
    }

    .troubleContBox img:nth-child(5) {
        position: absolute;
        top: 47px;
        left: 0;
        width: 92%;
    }

    .troubleContBox img:nth-child(6) {
        position: absolute;
        top: 230px;
        left: 0;
        width: 92%;
    }

    .troubleContBox img:nth-child(7) {
        width: 28%;
        display: inline;
        margin: 60px 15px 30px 0;
    }

    .troubleArea {
        padding: 50px 3% 0;
    }

    .troubleCOBox {
        background: #ffffff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 17px;
        width: 75%;
        margin: 0px 0 0 5%;
        position: relative;
    }

    .troubleContBox img:nth-child(8) {
        width: 15%;
        display: block;
        margin: 0 auto 15px;
    }

    .troubleContBox img:nth-child(9) {
        width: 81%;
        display: block;
        margin: 10px auto 17px;
    }

    .troubleCOArea {
        margin: 10px 0 0;
    }

    .caseArea {
        max-width: 980px;
        margin: 0 auto;
        padding: 50px 0;
    }

    .caseTit {
        width: 80%;
        margin: 0 auto 10px;
    }

    .caseBox:nth-child(n+2) {
        margin-top: 30px;
    }

    .caseBox {
        display: -webkit-flex;
        display: flex;
        padding: 3%;
    }

    .caseBoxL p {
        font-size: 1.2rem;
    }

    .caseBoxR {
        font-size: 1.8rem;
    }

    .caseBoxR h3 {
        font-size: 2rem;
    }

    .meritArea {
        background: #fbf3e6;
        padding: 50px 3%;
    }

    .meritTit {
        width: 100%;
        margin: 0 auto 30px;
    }

    .meritCont {
        display: block;
    }

    .meritContImg {
        width: 36%;
        margin: 0 auto;
    }

    .meritContTxt {
        width: 100%;
    }

    .meritContTxt ul li {
        background: url(../../houki/images/meritBK.png) right no-repeat;
        background-size: cover;
        padding: 10px;
        margin: 15px 0 0 0;
    }    

    .meritContTxt ul li:nth-child(1) {
        background: url(../../houki/images/meritBK-sp-01.png) right bottom no-repeat;
        background-size: cover;
        padding: 10px 20px 18px 16px;
        margin: 15px 0 0 0;
    }
    
    .meritContTxt ul li:nth-child(2) {
        background: url(../../houki/images/meritBK-sp-02.png) right bottom no-repeat;
        background-size: cover;
        padding: 10px 20px 18px 16px;
        margin: 15px 0 0 0;
    }
    
    .meritContTxt ul li:nth-child(3) {
        background: url(../../houki/images/meritBK-sp-03.png) right bottom no-repeat;
        background-size: cover;
        padding: 10px 20px 18px 16px;
        margin: 15px 0 0 0;
    }

    .meritContTxt ul li p {
        font-size: 1.6rem;
        display: inline-block;
        color: #0a3506;
        width: 80%;
    }

    .meritContTxt ul li p span {
        font-size: 1rem;
    }

    .meritContTxt ul li p span.marugo-midashi {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .meritContTxt ul li p span.marugo-honbun {
        font-size: 1.4rem;
    }

    .meritafter {
        background: url(../../houki/images/caseBKS.png) 0 21px no-repeat;
        background-size: contain;
        padding: 40px 0 80px;
        text-align: center;
    }

    .meritafter img {
        width: 100%;
    }

    .demeritSBox {
        padding: 0 3%;
    }

    .demeritSBoxL {
        margin-top: 0;
    }

    .meritafter {
        background: url(../../houki/images/caseBKS.png) 0 21px no-repeat;
        background-size: contain;
        padding: 40px 0 40px;
        text-align: center;
    }

    .demeritContBox {
        max-width: 980px;
        margin: 0 auto;
        padding: 0 3%;
    }

    .demeritSBoxImg {
        position: absolute;
        top: 80px;
        left: 42%;
        width: 16%;
    }

    .demeritCont {
        background: #f0eeee;
        padding: 50px 0 50px;
    }

    .demeritTit img {
        width: 100%;
    }

    .demeritList ul {
        display: block;
    }

    .demeritList ul li {
        width: 100%;
        font-size: 1.8rem;
        text-align: left;
    }

    .demeritList {
        padding: 0 15px;
    }

    .demeritList ul li img:first-child {
        position: absolute;
        top: -35px;
        left: -32px;
        width: 65%;
    }

    .demeritList ul li:nth-child(n+2) {
        margin-top: 50px;
    }

    .eightReasonsBox {
        max-width: 980px;
        margin: 0 auto;
        text-align: center;
        padding: 50px 0 30px;
        padding: 30px 3%;
    }

    .eightReasonsBox ul {
        display: flex;
    }

    .eightReasonsBox ul li {
        position: relative;
        width: 100%;
    }

    .eightReasonsBox ul li {
        margin-top: 50px;
    }

    .eightReasonsBox ul li:first-child {
        margin-top: 0px;
    }

    .eightReasonsBox ul li h4 {
        height: 85px;
        text-align: left;
        font-size: 2rem;
        padding: 20px 3% 0 22%;
    }

    .eightReasonsBox ul li p {
        font-size: 1.6rem;
        text-align: left;
        padding: 15px;
    }

    .eightReasonsBox ul li p span {
        font-size: 1.2rem;
    }

    .eightReasonsSA {
        margin: 0 0 30px;
    }

    .eightReasonsBox h3 img {
        width: 80%;
    }

    .qaArea {
        background: #fbf3e6;
        padding: 50px 0;
    }

    .qaArea {
        background: #fbf3e6;
        padding: 50px 3%;
    }

    .qaBox .qaQ img {
        width: 17%;
        margin-right: 20px;
    }

    .qaBox .qaQ span {
        display: inline-block;
        padding: 10px 0;
        font-size: 1.6rem;
        width: 70%;
    }

    .qaBox .qaA img {
        width: 100%;
        margin-right: 35px;
        padding-bottom: 53px;
    }

    .qaBox .qaA span {
        font-size: 1.6rem;
    }

    .qaBox .qaA div {
        width: 9%;
        margin-right: 10%;
    }

    /*.qaBox img:first-child {
    width: 100%;
}*/
    .stepArea {
        max-width: 980px;
        margin: 0 auto;
        padding: 50px 3%;
    }

    .stepTit {
        width: 100%;
        margin: 0 auto 30px;
    }

    .stepContents {
        padding: 0;
    }

    .stepList ul li span {
        font-size: 1.6rem;
        display: inline-block;
        padding: 10px;
        width: 100%;
    }

    .stepList ul li b {
        display: block;
        background: #f8801e;
        text-align: center;
    }

    .stepList ul li img {
        width: 40%;
    }

    .stepList ul li {
        background: #fbf3e6;
        position: relative;
        margin-bottom: 70px;
    }

    .stepList ul li:after {
        content: url(../../houki/images/stepArrow.png);
        position: absolute;
        top: 122px;
        left: 37%;
        width: 50%;
    }

    .stepList ul li:nth-child(n+2)::after {
        top: 105px;
    }

    .paymentTit {
        max-width: 980px;
        margin: 0 auto 30px;
        padding-top: 50px;
        text-align: center;
    }

    .companyArea {
        max-width: 980px;
        padding: 50px 0;
        margin: 0 auto;
    }

    .sec.accessArea {
        background: #fbf3e6;
        padding: 50px 0 0;
    }

    .qaBox .qaA span {
        display: inline-block;
        padding: 0 0 12px;
        vertical-align: top;
        width: 78%;
    }

    .qaBox .qaA img {
        vertical-align: top;
    }

    .qaBoxU {
        width: 100%;
    }

    .sec .payment-dl {
        border: none;
    }

    .overview-tbl td {
        font-size: 1.4rem;
    }

    .ctaBtnTel a {
        padding: 49px 0 40px;
    }

    .ctaBtnTel a span {
        font-size: 3rem;
        display: block;
        letter-spacing: -1px;
    }

    .ctaBtnTel span.ctaBtnTel01 {
        left: 23%;
    }

    .ctaBtnTel span.ctaBtnTel03 {
        left: 28%;
    }
}

/* Bnr
-----------------------------------------*/
.Bnr {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: none;
}

.Bnr .Bnr__img {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 88;
}

.Bnr__img__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #46a03c;

}

.BnrFooterBox {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
}

.Bnr__img__innerL {
    width: 46%;
    margin-right: 4%;
}

.Bnr__img__innerR {
    display: flex;
    width: 50%;
}
.Bnr__img__innerR__btn{
    width: calc((100% - (8px * 2)) / 3);
    margin: 0 8px 0 0;
}
.Bnr__img__innerR__btn:last-child{
    margin-right: 0;
}

.Bnr__img__innerR img {
    width: 80%;
}

.Bnr__img__innerR .ctaBtnTel a {
    padding: 16px 0 10px 0;
    height: auto;
}

.Bnr__img__innerR .ctaBtnMail a {
    padding: 22px 0;
}

.Bnr__img__innerR .ctaBtnLine a {
    padding: 18px 0;
}

.Bnr .Bnr__img__inner a {
    display: block;
}

.Bnr .Bnr__img p.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.Bnr .Bnr__img p.close a {
    display: block;
    width: 20px;
    height: 25px;
    text-align: center;
}

.Bnr .Bnr__img p.close a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.Bnr .Bnr__img p.close a i {
    font-size: 20px;
    z-index: 888;
    color: #222;
}

.BnrFooterBoxSPU {
    display: flex;
    /*
    -webkit-justify-content: space-between;
    justify-content: space-between;
    */
}
.BnrFooterBoxSPU__btn {
    width: calc((100% - (10px * 1)) / 2);
    margin: 0 10px 0 0;
}
.BnrFooterBoxSPU__btn:last-child {
    margin-right: 0;
}
.BnrFooterBoxSPU__btn > p{
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin: 0 0 10px;
}

.BnrFooterBoxSPU__btn a{
    display: block;
    background-color: #46A03C;
    border-radius: 6px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    padding: 14px 5px;
}
.BnrFooterBoxSPU__btn a > span{
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
}
.BnrFooterBoxSPU__btn a > span::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: no-repeat 0 0;
    background-size: 100% auto;
}
.BnrFooterBoxSPU__btn a > span.icon-tel::before{
    background-image: url(../../houki/images/icon-tel.svg);
    width: 23px;
    height: 13px;
}
.BnrFooterBoxSPU__btn a > span.icon-line::before{
    background-image: url(../../houki/images/icon-line.svg);
    width: 20px;
    height: 19px;
}

.Bnr__img__innerR .ctaBtnTel a b {
    font-size: .8rem;
    display: block;
    color: #fea201;
}

.Bnr__img__innerR .ctaBtnTel a span {
    font-size: 1.3rem;
    margin-top: 4px;
}

.Bnr__img__innerR .ctaBtnTel a span:before {
    content: url(../../houki/images/telIconFooterPC.png);
    vertical-align: -5px;
}

.child-auto-span-control span {
    display: inline-block !important;
}

.child-auto-span-control span:before {
    display: none !important;
}

/*
.BnrFooterBoxSP p {
    text-align: center;
    margin: 0 0 10px;
    font-size: 1.4rem;
    color: #ffffff;
}
.BnrFooterBoxSPU img {
    width: 96%;
}

.BnrFooterBoxSPU .ctaBtnTel {
    margin: 0 3% 0 0;
}

.BnrFooterBoxSPU .ctaBtnTel a span {
    font-size: 1.4rem;
}

.BnrFooterBoxSPU .ctaBtnTel a {
    padding: 10px 0 4px 0;
    border: 1px solid #ffffff;
}

.BnrFooterBoxSPU .ctaBtnTel a span:before {
    content: url(../../houki/images/telIconFooter.png);
    vertical-align: -2px;
}
*/



@media screen and (max-width: 640px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    .tbl-r02 {
        width: 90%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    .Bnr__img__innerR .ctaBtnTel a span:before {
        content: url(../../houki/images/telIconFooter.png);
        vertical-align: -2px;
    }
}

@media screen and (max-width: 480px) {
    .wc-static-ctn {
        display: none !important;
    }
}


.home-section__inner.newsContentsArea {
    margin: 10px 0;
}

.home-section__inner.newsContentsArea.topNewsContents {
    top: 415px;
    left: 0;
    /*position:absolute;*/
    z-index: 1111;
    padding-top: 400px;
}

.newsCheck {
    display: none;
}

.newsContents {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 1.6rem;
    padding-right: 2rem;
    max-width: 980px;
    margin: 0 auto;


}

.newsContBox {
    display: block;
    background: #fbf9db;
    line-height: 150%;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    font-size: 1.4rem;
    max-width: 980px;
    margin: 0 auto;
}

.newsCheck:checked+.newsContents+.newsContBox {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;

}

.newsContents {
    background: #fbf9db url(/assets/img/common/top/newsArrowO.png) no-repeat 98%;
}

.newsCheck:checked+.newsContents {
    background: #fbf9db url(/assets/img/common/top/newsArrowD.png)no-repeat 98%;
}

.Bnr {
    display: none;
}

.sp-footer-cta-button {
    padding-top: 3px;
    background: #fba201;
    border-radius: 6px;
    box-shadow: 4px 4px 0px 2px #2e7626;
}


/* ============================================================
ここからheader
============================================================ */

/* PC */
.header {
    display: block;
    width: 100%;
}

.header__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__call {
    background: url(/assets_lp/houki/images/headerTel.png?123) no-repeat 0 1px/auto 22px;
    color: #46a03c !important;
    font-size: 2.2rem;
    line-height: 3.3rem;
    font-weight: 700;
    padding-left: 40px;
    letter-spacing: -1.6px;
    font-family: tbudrgothic-std, sans-serif;
}

@-moz-document url-prefix() {
    .header__call {
        font-size: 2.0rem;
    }
}

::-webkit-full-page-media, :future, :root .header__call {
    font-size: 2.2rem;
}

.header__inner--left {
    width: 225px;
    float: left;
    margin-top: 7px;
}

.header__inner--right {
    width: 440px;
    float: right;
}

.header__inner--righttel {
    width: 220px;
    float: left;
    margin-top: 6px;
}

.header__inner--righttext {
    background-color: #46a03c;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 3px 0 2px 0;
}

.header__inner--righttext p {
    font-size: 1.3rem;
    color: #fff;
}

.header__inner--rightform {
    width: 100px;
    float: right;
}

.header__inner--rightline {
    width: 100px;
    float: right;
    margin: 0 0 0 10px;
}

@media screen and(max-width:1300px) {
    .header__inner {
        padding: 0 48px
    }
}


/* SP */
@media(max-width:768px) {
    .header {
        padding: 8px 0 0 0;
    }

    .header__call {
        font-size: 1.7rem;
        line-height: 2.6rem;
        display: none
    }

    .header__inner--rightSP {
        list-style: none;
        text-align: right;
        margin: 7px 8px 0 0;
    }

    .header__inner--rightSP li {
        width: 50px;
        float: left
    }

    .header__inner--rightSP li:first-child {
        width: 45px;
        float: left
    }

    .header__inner--left {
        width: 160px;
        float: left;
    }

    .header__logo {
        max-width: 160px
    }

    .header__inner {
        padding: 0 16px
    }
}

/* ナビとしてページ内アンカーエリア追加のcss */
.pagelink {
    width: 100%;
    margin: 25px auto 0 auto;
    background-color: #fbf3e6;
    padding: 17px 0;
}

@media screen and (max-width: 768px) {
    .pagelink {
        width: 100%;
        margin: 0 auto;
        background-color: #fbf3e6;
        padding: 15px 0;
    }
}

nav {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav li {
    list-style: none;
    display: inline-block;
    width: 24%;
}

nav li:not(:last-child) {
    border-right: 2px solid #ddd;
}

nav a {
    text-decoration: none;
    color: #333;
    font-size: 1.7rem;
}

nav a span {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    nav a {
        text-decoration: none;
        color: #333;
        font-size: 1.6rem;
    }

    nav a span {
        font-size: 1.5rem;
    }
}

nav a.current {
    color: #00B0F0;
    border-bottom: 2px solid #00B0F0;
}

nav a:hover {
    color: #46a03c;
}

/* topへ戻る */
.scroll-top {
    display: none;
    position: fixed;
    border-radius: 50%;
    font-size: 25px;
    opacity: .7;
    filter: alpha(opacity=70);
    bottom: 115px;
    right: 20px;
    color: #fff;
    background: #46a03c;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 2;
}

.scroll-top::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 13px;
    top: 15px;
    z-index: 1;
}

/* 21年1207 MV ABテスト用 */
.main-header-bt--left a[href^="tel:"] {
    pointer-events: auto;
}

.mv-header-bg34 {
    width: 100%;
    height: auto;
    background: url("/assets_lp/houki/images/mvbg34_pc.jpg?123") no-repeat top center;
    background-size: cover;
    padding: 1.9% 0 2% 0;
}

.maintext-header-img {
    max-width: 980px;
    margin: 30px auto 50px;
}

.main-header-bt {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
    margin: 0;
}

.main-header-bt--left {
    width: 48%;
    text-align: center;
}

.main-header-bt--right {
    width: 48%;
    text-align: center;
}

@media (max-width:900px) {
    .main-header-bt {
        width: 84%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding: 0 60px;
        margin: 0;
    }
}

@media (max-width:768px) {
    .mv-header-bg34 {
        width: 100%;
        height: auto;
        background: url("/assets_lp/houki/images/mvbg34_sp.jpg") no-repeat top center;
        background-size: cover;
        padding: 1.7% 0 2.6% 0;
    }

    .maintext-header-img {
        max-width: 980px;
        margin: 20px auto 0 auto;
    }

    .main-header-bt {
        width: 90%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        justify-content: space-between;
        display: block;
        flex-wrap: wrap;
        padding: 0;
        margin: 60px auto 40px auto;
    }

    .main-header-bt--left {
        width: 100%;
        text-align: center;
        margin-top: 8%;
        margin-bottom: 7%;
    }

    .main-header-bt--right {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .btn--mv.hov:hover .btn-mail--mv {
        color: #FFF;
        border-width: 2px;
        border-color: #ff6400;
        border-style: solid;
        background-image: linear-gradient(0deg, #ffa319 0%, #ff7800 100%);
        box-shadow: none;
        line-height: 60px;
    }
}


.btn--mv .btn-mail--mv {
    line-height: 60px;
    width: 100%;
    height: 60px;
    font-size: 2.4rem;
    color: #FFF;
    letter-spacing: 0.06em;
    display: inline-block;
    border-radius: 1vw;
    background-image: linear-gradient(0deg, #ff7800 0%, #ffa319 100%);
    box-shadow: 0px 5px 0px 0px #cb3a02;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .btn--mv.hov:hover .btn-tel--mv {
        color: #000;
        border-width: 2px;
        border-color: #afafaf;
        border-style: solid;
        background-image: linear-gradient(0deg, #e1e1e1 0%, #fff 100%);
        box-shadow: none;
        line-height: 60px;
    }
}

.btn--mv .btn-tel--mv {
    line-height: 60px;
    width: 100%;
    height: 60px;
    font-size: 2.6rem;
    color: #000;
    letter-spacing: 0.06em;
    display: inline-block;
    border-radius: 1vw;
    background-image: linear-gradient(0deg, #e1e1e1 0%, #fff 100%);
    box-shadow: 0px 6px 0px 0px #898989;
    font-weight: bold;
    text-align: center;
}

.btn-tel--mvfree {
    width: 30px;
    margin: 0 10px 18px 0;
}

.main-header .main-header-heroveiw2 {
    height: 490px;
}

@media (max-width:450px) {
    .main-header .main-header-heroveiw2 {
        height: 430px;
    }
}

.pconly {
    display: block;
}

.sponly {
    display: none;
}

@media (max-width:768px) {
    .pconly {
        display: none;
    }

    .sponly {
        display: block;
    }
}

/* MV下に余白追加 221028 */
section.mv {
    padding: 0 0 24px;
}

/* 弁護士費用 */
.section--light-gray {
    background: #e6f0e3;
    padding: 80px 0;
    font-family: tbudrgothic-std, sans-serif;
}

.section__inner {
    max-width: 1060px;
    /*     max-width: calc(var(--inner-width) + (var(--outer-padding) * 2)); */
    padding: 0 40px;
    padding: 0 var(--outer-padding);
    width: 100%;
    margin: 0 auto
}

.section__title {
    text-align: center;
    color: #60ad3b;
    color: var(--brand-green);
    font-size: 3.4rem;
    line-height: 4.6rem;
    font-weight: 700;
    position: relative;
    padding-top: 20px;
    margin-top: 22px
}

@media (max-width:768px) {
    .section__title {
        font-size: 2rem;
        line-height: 2.8rem;
        padding-top: 15px;
        margin-top: 12px
    }
}

.section__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 240px;
    background: #60ad3b;
    background: var(--brand-green)
}

@media (max-width:768px) {
    .section__title:before {
        width: 100%
    }
}

.section__title--single-style {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px
}

.section__title--single-style:before {
    top: auto;
    bottom: 0
}

.section__title--reasons {
    padding-top: 110px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative
}

@media (max-width:768px) {
    .section__title--reasons {
        padding-top: 100px;
        padding-bottom: 14px
    }
}

.section__title--reasons:before {
    top: auto;
    bottom: 0
}

.section__title--reasons:after {
    content: url(/assets_lp/souzoku/dist/assets/img/reasonsLOGO.png);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section__title-baloon {
    background: #fe5522;
    color: #fff;
    font-weight: 700;
    border-radius: 48%;
    padding: 23px 19px;
    width: 160px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 62%;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
}

@media (max-width:768px) {
    .section__title-baloon {
        font-size: 1.2rem;
        padding: 14px 12px;
        width: 140px;
        top: 0
    }
}

.section__title-baloon:before {
    content: "";
    position: absolute;
    top: 116px;
    left: 36%;
    width: 0;
    height: 0;
    border-top: 16px solid #fe5522;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    z-index: 1
}

@media (max-width:768px) {
    .section__title-baloon:before {
        top: 59px
    }
}

.section__title-baloon--small {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -52px;
    left: 70%
}

.section__title-baloon--small:before {
    top: 73px;
    left: 36%
}

@media (max-width:768px) {
    .section__title-baloon--small {
        height: 49px;
        width: 100px;
        top: -58px;
        left: 70%
    }

    .section__title-baloon--small:before {
        top: 40px
    }
}

.section__desc {
    margin-top: 40px;
    text-align: center
}

@media (max-width:768px) {
    .section__desc {
        margin-top: 16px
    }
}

.section__desc em {
    color: #bf0404;
    color: var(--red)
}

.section__content--center {
    text-align: center
}

.section__content:not(:first-child) {
    margin-top: 40px
}

@media (max-width:768px) {
    .section__content:not(:first-child) {
        margin-top: 20px
    }
}

.sub-section {
    margin-top: 40px
}

.section__sub-title {
    color: #60ad3b;
    color: var(--brand-green);
    font-weight: 700;
    text-align: center
}

@media (min-width:769px) {
    .section__sub-title {
        font-size: 1.8rem
    }
}

.sub-section__title {
    font-size: 2.1rem;
    line-height: 3.4rem;
    font-weight: 700;
    color: #60ad3b;
    color: var(--brand-green);
    border-bottom: 1px solid #d9d9d9;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 8px
}

@media (max-width:768px) {
    .sub-section__title {
        font-size: 1.6rem;
        line-height: 2.1rem
    }
}

@media screen and (max-width:1300px) {
    .section__inner {
        padding: 0 48px
    }
}

@media screen and (max-width:768px) {
    .section__inner {
        padding: 0 20px
    }
}



@media (min-width:769px) {
    .cost-case-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.cost-case-card__item {
    background: #fff;
    color: #60ad3b;
    color: var(--brand-green);
    border-radius: 8px;
    text-align: center;
    padding: 24px
}

@media (min-width:769px) {
    .cost-case-card__item {
        width: calc((100% - 48px) / 3)
    }
}

.cost-case-card__item:not(:first-child) {
    position: relative
}

@media (min-width:769px) {
    .cost-case-card__item:not(:first-child) {
        margin-left: 24px
    }
}

@media (max-width:768px) {
    .cost-case-card__item:not(:first-child) {
        margin-top: 32px
    }
}

.cost-case-card__item:not(:first-child):before {
    content: "";
    position: absolute;
    border-left: 16px solid;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:768px) {
    .cost-case-card__item:not(:first-child):before {
        top: -32px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg)
    }
}

.cost-case-card__title {
    color: #fff;
    background-color: #60ad3b;
    font-size: 2.1rem;
    line-height: 3.4rem;
    font-weight: 700;
    border-bottom: 1px solid;
    padding: 10px;
    margin-bottom: 19px
}

@media (max-width:768px) {
    .cost-case-card__title {
        font-size: 1.6rem;
        line-height: 2.1rem
    }
}

.cost-case-card__desc {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 700;
    position: relative
}

@media (max-width:768px) {
    .cost-case-card__desc {
        font-size: 1.7rem;
        line-height: 2.6rem
    }
}

.cost-case-card__baloon {
    background: #fe5522;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #fff;
    border-radius: 48%;
    padding: 9px 8px;
    width: 92px;
    text-align: center;
    position: absolute;
    top: -32px;
    left: 20px;
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg)
}

@media (max-width:768px) {
    .cost-case-card__baloon {
        font-size: 1.7rem;
        line-height: 2.2rem;
        width: 80px;
        left: 46px;
        font-size: 1.2rem
    }
}

.cost-case-card__baloon:before {
    content: "";
    position: absolute;
    top: 37px;
    left: 42px;
    width: 0;
    height: 0;
    border-top: 13px solid #fe5522;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg)
}

@media (max-width:999px) {
    .cost-case-card__baloon:before {
        top: 34px;
        left: 38px
    }
}

.cost-tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 2px solid #60ad3b;
    border: 2px solid var(--brand-green);
    margin-bottom: 40px
}

@media (max-width:999px) {
    .cost-tab-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-width: 1px;
        margin-bottom: 24px;
        font-size: 1.6rem;
    }
}

@media (min-width:1000px) {
    .cost-tab-nav__item {
        width: 25%;
        font-size: 1.4rem
    }

    .cost-tab-nav__item:not(:first-child) {
        border-left: 2px solid #60ad3b;
        border-left: 2px solid var(--brand-green)
    }
}

@media (max-width:999px) {
    .cost-tab-nav__item {
        line-height: 1.2;
    }

    .cost-tab-nav__item:nth-child(1), .cost-tab-nav__item:nth-child(2) {
        width: 33.3333%;
        border-right: 1px solid #60ad3b;
        border-right: 1px solid var(--brand-green)
    }

    .cost-tab-nav__item:nth-child(3) {
        width: 33.3333%
    }

    .cost-tab-nav__item:nth-child(6) {
        width: 33.3333%;
        border-top: 1px solid #60ad3b;
        border-top: 1px solid var(--brand-green)
    }

    .cost-tab-nav__item:nth-child(4), .cost-tab-nav__item:nth-child(5) {
        width: 33.3333%;
        border-top: 1px solid #60ad3b;
        border-top: 1px solid var(--brand-green);
        border-right: 1px solid #60ad3b;
        border-right: 1px solid var(--brand-green)
    }
}

.cost-tab-nav__link {
    color: #60ad3b !important;
    color: var(--brand-green) !important;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 16px;
    cursor: pointer;
    background: #fff
}

.cost-tab-nav__link:hover {
    text-decoration: none
}

.cost-tab-nav__link.current {
    background: #60ad3b;
    background: var(--brand-green);
    color: #fff !important
}

.cost-tab-content {
    color: #60ad3b;
    color: var(--brand-green)
}

.cost-tab-content__item {
    display: none
}

.cost-tab-content__item.current {
    display: block
}

.cost-tab-content__title {
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: 700;
    margin-bottom: 24px
}

@media (max-width:768px) {
    .cost-tab-content__title {
        font-size: 1.7rem;
        line-height: 2.6rem;
        margin-bottom: 16px
    }
}

.cost-tab-content__title:not(:first-child) {
    margin-top: 40px
}

@media (max-width:768px) {
    .cost-tab-content__title:not(:first-child) {
        margin-top: 32px
    }
}

.font19 {
    font-size: 1.4rem;
    color: #60ad3b;
    line-height: .8
}

.cost-table .black {
    font-size: 1.4rem;
    line-height: 1.4;
    display: inline-block;
    color: #60ad3b;
    margin-top: 10px;
}

.cost-tab-content__title2 {
    background: #e6f0e3;
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: 700;
    padding: 40px 0 24px 0;
    text-align: left
}


.cost-tab-content__notes {
    padding: 22px;
    color: #333;
    color: var(--color-text);
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
}

@media (max-width:768px) {
    .cost-tab-content__notes {
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding: 16px 0 0
    }
}

.cost-table {
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: 500;
    text-align: center;
    background: #fff
}

@media (max-width:768px) {
    .cost-table {
        font-size: 1.7rem;
        line-height: 2.6rem
    }
}

.cost-table small {
    font-size: 1.4rem;
    line-height: 0.8;
    font-weight: 500
}

@media (max-width:768px) {
    .cost-table small {
        font-size: 1.2rem;
        line-height: 2.0rem
    }
}

.cost-table__row {
    border-bottom: 2px solid
}

@media (min-width:769px) {
    .cost-table__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

@media (max-width:768px) {
    .cost-table__row {
        border-color: #e6f0e3;
        border-width: 10px
    }
    .cost-table__row--souzoku{
        border-color: #5CA63C;
        border-width: 1px;
    }
}

@media (max-width:768px) {
    .cost-table__row:first-child {
        display: none
    }
}

@media (min-width:769px) {
    .cost-table__item {
        line-height: 2.9rem;
        width: 33.3333%;
        padding: 24px 0 33px 0
    }
}

@media (max-width:768px) {
    .cost-table__item {
        line-height: 2.2rem;
        padding: 0 16px 16px
    }

    .cost-table__item:before {
        content: attr(data-mobile-title);
        display: block;
        background: #60ae3b;
        color: #fff;
        margin: 0 -16px 10px;
        padding: 4px
    }
    .cost-table__item--souzoku:before {
        padding: 0px
    }
}

@media (min-width:769px) {
    .cost-table--2col .cost-table__item {
        width: 50%
    }
}

@media (min-width:769px) {
    .cost-table__item-name {
        width: 33.3333%;
        line-height: 2.9rem;
        padding: 24px
    }

    .cost-table--2col .cost-table__item-name {
        width: 50%
    }
}

@media (max-width:768px) {
    .cost-table__item-name {
        padding: 16px;
        text-align: left;
        font-weight: 700
    }
}

.bgg-cof {
    background-color: #60ad3b;
    color: #fff
}