@charset "euc-jp";

/* -----------------------------------------------------------------
	reset
----------------------------------------------------------------- */

a {
    text-decoration: none;
}

.noto-font-wrap {
    font-family: 'NotoSansJP-Bold';
    color: #3B3B3B;
    margin-top: -100px;
}


:placeholder-shown {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #ccc;
}

img[src$=".svg"] {
    width: 100%;
}

@font-face {
    font-family: "NotoSansJP-Bold";
    src: url(/main/function/btob-custom/webfont/NotoSansJP-Bold.woff);
}

@font-face {
    font-family: "NotoSansJP-Medium";
    src: url(/main/function/btob-custom/webfont/NotoSansJP-Medium.woff);
}

@font-face {
    font-family: "NotoSansJP-Regular";
    src: url(/main/function/btob-custom/webfont/NotoSansJP-Regular.woff);
}

@font-face {
    font-family: "NotoSansJP-DemiLight";
    src: url(/main/function/btob-custom/webfont/NotoSansJP-DemiLight.woff);
}

article section {
    margin: 0 auto;
}

h2.contents-form-title-center:before {
    display: none;
}

/* -----------------------------------------------------------------
	main-visual
----------------------------------------------------------------- */

.page-top {
    width: 100%;
	margin-top: 0;
}

.page-head-wrap {
    width: 100%;
    height: 612px;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding-top: 32px;
}

.breadcrumb-wrap {
    margin-bottom: 0;
}

.main-visual-wrap {
    width: 100%;
    height: 417px;
    background: url(/main/function/btob-custom/images/building-icon.png) repeat-x center bottom;
    animation: building-bg-image 80s linear infinite;
}

@keyframes building-bg-image {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -1280px bottom;
    }
}

.main-visual-image {
    text-align: center;
    padding-top: 40px;
}

.shake-hands-wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
}

.shake-hand {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -45px;
    opacity: 1.0;
    animation: shake-hand-image 4.1s ease-in-out 1;
}

@keyframes shake-hand-image {
    0% {
        opacity: 0;
        top: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        top: 0px;
    }

    70% {
        top: 30px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 30px;
    }

    95% {
        top: 10px;
    }

    100% {
        opacity: 1.0;
        top: 0;
    }
}

.shake-hand-left {
    position: absolute;
    z-index: 10;
    left: 10%;
    opacity: 0;
    animation: left-hand-image 2.0s ease-in-out 1;
}

@keyframes left-hand-image {
    60% {
        left: 10%;
        opacity: 0;
    }

    98% {
        opacity: 1.0;
    }

    100% {
        opacity: 0;
        left: 46%;
    }
}

.shake-hand-right {
    position: absolute;
    right: 10%;
    opacity: 0;
    animation: right-hand-image 2.0s ease-in-out 1;
}

@keyframes right-hand-image {
    60% {
        opacity: 0;
        right: 10%;
    }

    98% {
        opacity: 1.0;
    }

    100% {
        opacity: 0;
        right: 45%;
    }
}


/* -----------------------------------------------------------------
	recommend-list
----------------------------------------------------------------- */

.recommend-list-wrap {
    background-color: #47B475;
    width: 100%;
    margin-bottom: 100px;
}

.recommend-list {
    width: 900px;
    display: flex;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 1.1em !important;
    margin: 0 auto;
}

.recommend-list li {
    display: block!important;
    line-height: 1.4!important;
}

.recommend-list-contents {
    border-right: 1px solid #A4DDBB;
    width: 300px;
    margin: 30px 0;
}

.recommend-list-contents:first-child {
    border-left: 1px solid #A4DDBB;
}

.list-support:after {
    content: url(/main/function/btob-custom/images/support.svg);
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.list-limitless:after {
    content: url(/main/function/btob-custom/images/limitless.svg);
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.list-free:after {
    content: url(/main/function/btob-custom/images/free.svg);
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.small-txt {
    font-size: 24px;
    font-family: "NotoSansJP-DemiLight";
}

.strong-txt {
    font-size: 32px;
    font-family: "NotoSansJP-Bold"
}

/* -----------------------------------------------------------------
	check-list
----------------------------------------------------------------- */

.check-list-wrap {
    background-color: #F6F6F6;
    width: 100%;
}

.check-list-title {
    font-size: 32px;
    color: #3B3B3B;
    text-align: center;
    padding: 50px 0;
    margin-top: 65px;
}

.check-list {
    font-size: 24px;
    color: #3B3B3B;
    width: 789px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.check-list-contents {
    margin-bottom: 45px;
    background: url(/main/function/btob-custom/images/check-box.svg) no-repeat top left;
    background-size: 30px 40px;
    padding-left: 45px;
}

/* -----------------------------------------------------------------
	resolution-contents
----------------------------------------------------------------- */

.section-main-title-wrap {
    width: 100%;
    background-color: #47b475;
    margin-top: 40px;
}

.page-btn .btn-wrap {
    padding-bottom: 40px;
}

.bg-fd {
    width: 100%;
    background-color: #FDFDFD;
    padding: 60px 0;
}

.bg-f6 {
    width: 100%;
    background-color: #F6F6F6;
    padding: 60px 0;
}

.bg-fd-first {
    width: 100%;
    background-color: #FDFDFD;
    padding: 100px 0 60px 0;
}

.bg-f6-last {
    margin-bottom: 60px;
}

.bg-f6-section {
    width: 100%;
    background-color: #F6F6F6;
    padding: 100px 0 60px 0;
    margin-bottom: 60px;
}

.bg-f6-section-sub {
    width: 100%;
    background-color: #F6F6F6;
    padding: 60px 0 60px 0;
    margin-bottom: 60px;
}

.bg-fd-section {
    width: 100%;
    background-color: #FDFDFD;
    padding: 100px 0 60px 0;
    margin-bottom: 40px;
}

.bg-fd-section-sub {
    width: 100%;
    background-color: #FDFDFD;
    padding: 100px 0 60px 0;
}

.section-main-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding: 30px 0;
    line-height: 1.2em;
    position: relative;
}

.section-main-title:before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    border: 40px solid transparent;
    border-top: 40px solid #47b475;
    margin-left: -40px;
    top: auto;
    background: unset;
}

.section-main-title-small {
    font-size: 24px;
}

.item-contents {
    text-align: center;
}

.item-contents-title {
    font-size: 32px;
    color: #47b475;
    margin-bottom: 24px;
}

.item-contents-subheading {
    font-family: "NotoSansJP-Medium";
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 35px;
}

.item-contents-wrap {
    border: 1px solid #47b475;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.item-point-wrap {
    width: 1022px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid #47b475;
    background-color: #fff;
}

.item-point-title {
    font-size: 28px;
    padding-top: 25px;
    margin-bottom: 10px;
}

.item-point-text {
    font-family: "NotoSansJP-Medium";
    padding-bottom: 30px;
    line-height: 1.7em;
}

.item-point-box-wrap {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid #47b475;
    background-color: #dff2e7;
}

.item-contents-image-auto {
    float: left;
    width: 675px;
}

.item-point-box-cap {
    font-family: "NotoSansJP-Medium";
    float: right;
    width: 346px;
    padding: 37px 37px 30px 37px;
    text-align: left !important;
    border-left: 1px solid #47b475;
    background-color: #fff;
}

.item-contents-option-wrap {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.item-contents-option-left {
    float: left;
    width: 462px;
}

.item-contents-option-right {
    float: right;
    width: 462px;
}

.item-contents-option-title {
    font-family: "NotoSansJP-Medium";
    text-align: center;
    width: 462px;
    font-size: 24px;
    margin-bottom: 20px;
}

.item-option-strong-title {
    line-height: 1.2em;
    font-size: 32px;
    color: #47b475;
}

.item-option-wrap {
    width: 462px;
    border: 1px solid #47b475;
}

.item-option-point-text {
    font-family: "NotoSansJP-Medium";
    padding: 25px;
    border-top: 1px solid #47b475;
    background-color: #fff;
}

/* -----------------------------------------------------------------
	combination-contents
----------------------------------------------------------------- */

.section-main-title-second {
    line-height: 1.4em !important;
}

.lower-case {
    font-size: 20px;
    vertical-align: super;
}

.lower-case-text {
    font-size: 16px;
    font-family: "NotoSansJP-Regular";
    text-align: center;
}

.main-plan-contents {
    width: 1024px;
    margin: 0 auto;
}

.main-plan-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-contents-box-list {
    border: 1px solid #47b475;
    width: 45%;
    margin-bottom: 100px;
    background-color: #fff;
}

.main-contents-box-list:last-child {
    margin-bottom: 0;
}

.main-contents-box-list:nth-last-child(2) {
    margin-bottom: 0;
}

.item-point-box-wrap-sub {
    margin-bottom: 100px !important;
}

.main-contents-box-list-sub {
    margin-bottom: 30px !important;
}

.point-box-wrap {
    padding: 20px;
    width: 100%;
    border-top: 1px solid #47b475;
}

.point-box-title {
    line-height: 1.4em;
    font-size: 28px;
    color: #47b475;
    margin-bottom: 10px;
}

.point-box-text {
    font-family: "NotoSansJP-Medium";
}

.sapcing-point {
    letter-spacing: -0.01em;
}

.spacing-title {
    letter-spacing: -0.5em;
}

/* -----------------------------------------------------------------
	option-contents
----------------------------------------------------------------- */

.item-poin-image-auto {
    float: left;
    width: 512px;
}

.function-point-box-cap {
    float: right;
    width: 510px;
    padding: 40px 37px 41px 37px;
    text-align: left !important;
    border-left: 1px solid #47b475;
    background-color: #fff;
}

/* -----------------------------------------------------------------
	settlement-contents
----------------------------------------------------------------- */

.settlement-box-wrap {
    display: flex;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.settlement-box-title {
    border: 1px solid #47b475;
    background-color: #fff;
    font-size: 16px;
    font-family: "NotoSansJP-Medium";
    padding: 20px 10px;
    text-align: center;
    line-height: 1.2em;
}

.settlement-box-service {
    font-size: 32px;
    background-color: #47b475;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    margin-right: 20px;
}

.settlement-box-service:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    border-right: 0px solid transparent;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: 36%;
}

.settlement-box-cap {
    font-size: 22px;
    font-family: "NotoSansJP-Medium";
    padding-top: 20px;
}

.paid-drawing {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.merit-wrap {
    display: flex;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.merit-wrap-second {
    margin-bottom: 0;
}

.merit-table-wrap {
    width: 1024px;
    margin: 0 auto;
}

.merit-title {
    width: 40%;
    font-size: 32px;
    font-family: "NotoSansJP-Medium";
    color: #fff;
    background-color: #47b475;
    text-align: center;
    vertical-align: middle;
}

.merit-sub-title {
    font-size: 20px;
    font-family: "NotoSansJP-Medium";
    color: #47b475;
}

.merit-sub-title-second {
    margin-top: 40px;
}

.merit-table-contents {
    padding: 30px;
    border: 1px solid #47b475;
}

.merit-text {
    font-size: 16px;
    font-family: "NotoSansJP-Medium";
}

.annotation-comments {
    font-size: 14px;
    font-family: "NotoSansJP-Regular";
    margin-top: 10px;
}

/* -----------------------------------------------------------------
	price-contents
----------------------------------------------------------------- */

.section-title {
    font-size: 40px;
    color: #47b475;
    text-align: center;
    margin-bottom: 40px;
}

.price-flow-wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.price-table-wrap {
    width: 1024px;
    margin: 0 auto;
    display: flex;
}

.contents-price-table {
    width: 100%;
    border: 1px solid #808080;
    margin: 0 auto;
}

.price-contents-title {
    font-size: 22px;
    font-family: "NotoSansJP-Medium";
    text-align: center;
    background-color: #dff2e7;
    width: 26%;
    padding: 20px;
    border-bottom: 1px solid #808080;
}

.price-contents-text {
    font-size: 22px;
    font-family: "NotoSansJP-Medium";
    color: #47b475;
    background-color: #fff;
    padding: 20px;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.strong-text {
    font-size: 36px;
    font-family: "NotoSansJP-Medium";
}

.small-text {
    font-size: 16px;
}

.contents-price-table-right {
    width: 520px;
    margin-left: 45px;
    border: 1px solid #808080;
}

.price-contents-title-rigt {
    width: 360px;
}

.price-table-right-title {
    border-radius: 50%;
    background-color: #47b475;
    color: #fff;
    font-size: 22px;
}

.rigt-table-title {
    color: #fff;
    font-size: 22px;
    font-family: "NotoSansJP-Medium";
    margin-left: 45px;
    border-radius: 30px;
    background-color: #47b475;
    text-align: center;
    padding: 10px;
    margin-bottom: 21px;
}

/* -----------------------------------------------------------------
	inquiry-flow
----------------------------------------------------------------- */

.section-title-lead {
    font-size: 22px;
    font-family: "NotoSansJP-Medium";
    text-align: center;
    margin-bottom: 30px;
}

.inquiry-flow-list-wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inquiry-flow-list {
    font-size: 24px;
    font-family: "NotoSansJP-Medium";
    text-align: center;
    color: #fff;
    background-color: #47b475;
    padding: 20px 50px;
    position: relative;
}

.inquiry-flow-list:nth-child(2) {
    padding-top: 35px;
}

.inquiry-flow-list:nth-child(3) {
    padding-top: 35px;
}

.inquiry-flow-list:nth-child(4) {
    padding-top: 35px;
}

.inquiry-flow-list:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    border-right: 0px solid transparent;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: 40%;
}

.inquiry-flow-list:first-child:before {
    content: "";
    border: none;
}

.inquiry-flow-text {
    font-size: 22px;
    font-family: "NotoSansJP-Medium";
    text-align: center;
    margin-bottom: 10px;
}

.inquiry-lower-case-text {
    font-size: 16px;
    font-family: "NotoSansJP-Regular";
    text-align: center;
}

/* -----------------------------------------------------------------
	case-contents
----------------------------------------------------------------- */

.case-main-img {
    width: 1024px;
    margin: auto;
}

.case-img-list {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 50px;
}

.case-img-list img {
    border: 2px solid #efefef;
}

.case-img-list:nth-child(2) {
    margin-right: 0px;
}

.case-img-list:nth-child(4) {
    margin-right: 0px;
}

.case-img-list:nth-child(7) {
    margin-right: 0px;
}

.brand-site {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    text-decoration: underline;
}

.brand-site:hover {
    text-decoration: none;
}

/* -----------------------------------------------------------------
	question-contents
----------------------------------------------------------------- */

.question-contents-list-wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.question-contents-list {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #47b754;
}

.question-text {
    font-size: 20px;
    font-family: "NotoSansJP-Medium";
    color: #47b475;
    padding-top: 10px;
    margin-bottom: 15px;
    background: url(/main/function/btob-custom/images/question.svg) no-repeat top left;
    background-size: 50px 50px;
    height: 50px;
    padding-left: 70px;
}

.answer-text {
    font-size: 20px;
    font-family: "NotoSansJP-Medium";
    line-height: 1.2em;
    letter-spacing: -0.1px;
    background: url(/main/function/btob-custom/images/answer-icon.svg) no-repeat top left;
    background-size: 50px 50px;
    height: 50px;
    padding-left: 70px;
}


/* -----------------------------------------------------------------
	form
----------------------------------------------------------------- */

.contents-form-title-center {
    font-size: 28px;
    color: #47b475;
    text-align: center;
    padding: 20px 0px;
}

.contents-form-title-center::before {
    display: none;
}

.contents-flow-image {
    text-align: center;
    margin-top: 48px;
}

.contents-form-text-wrap {
    width: 900px;
    margin: 48px auto 0;
}

.contents-form-table {
    width: 900px;
    border: 1px solid #ccc;
    margin: 20px auto 0;
}

.contents-form-table th {
    width: 300px;
    color: #222;
    border: 1px solid #d8d8d8;
    padding: 16px;
}

.contents-form-table td {
    border-bottom: 1px solid #d8d8d8;
    padding: 16px;
}

.contents-form-table td input {
    width: 400px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 8px;
}

.contents-form-table td textarea {
    width: 500px;
    font-size: 16px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 8px;
}

.form-name-kanji {
    width: 300px !important;
    margin: 0 0 10px 5px;
}

.form-name-kana {
    width: 300px !important;
    margin-left: 5px;
}

.form-required {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #ec524f;
    padding: 3px 8px;
}

.form-any {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #666;
    padding: 3px 8px;
}

.error-message {
    color: #ec524f;
    background: url(/images/form/errorIcon.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 5px;
}

.contents-license-wrap {
    width: 900px;
    margin: 50px auto 0;
}

.contents-license-title {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.contents-license-text {
    height: 175px;
    font-size: 13px;
    border: 1px solid #ccc;
    margin: 16px auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.contents-license-element {
    text-align: center;
    margin-top: 24px;
}

.form-license-accept {
    margin-right: 8px;
}

.form-license-required {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #ec524f;
    padding: 5px 8px;
    margin-left: 8px;
}

.contents-license-text #policy_common {
    padding: 12px;
}

.contents-license-text #policy_basic {
    padding: 24px;
}

.contents-license-text .clearfix,
.contents-license-text .rightFloat {
    margin: 0;
}

.contents-license-text .intro {
    margin-bottom: 24px;
}

.contents-license-text .heading {
    color: #333;
    font-weight: bold;
    margin: 16px 0 8px;
    border-bottom: 1px dashed #444;
    padding-bottom: 2px;
}

.contents-license-text .content_title {
    font-weight: bold;
    background: #e5e5e5;
    padding: 2px 0 2px 13px;
}

.contents-license-text p {
    margin-bottom: 8px;
}

.contents-license-text .space_left {
    padding-left: 13px;
}

.contents-license-text ol {
    list-style-image: none;
    list-style-position: outside;
    padding-left: 13px;
}

.contents-license-text ol li,
.contents-license-text ol.desimal li,
.contents-license-text ol.desimal_in li {
    list-style-type: decimal;
    margin-bottom: 8px;
}

.contents-license-text ol.no_desimal li {
    list-style-type: none;
}

.contents-license-text ol.disc li {
    list-style-type: disc;
}

.contents-license-text .administrator {
    margin: 40px 0 8px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px dashed #444;
    padding-bottom: 2px;
}

.contents-license-text .update_box .update {
    float: right;
}

.contents-license-text .update_box ul {
    margin-bottom: 8px;
}

.contents-license-text .update_box p {
    margin-bottom: 0px;
}

.form-send-btn {
    display: block;
    width: 460px;
    color: #fff !important;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    background-color: #e03f3d;
    border: 4px solid #e03f3d;
    border-radius: 50px;
    padding: 24px 0;
    margin: 50px auto 0;
}

.form-send-btn:hover {
    color: #e03f3d !important;
    background-color: #fff;
    border: 4px solid #e03f3d;
}

.form-send-btn.yet,
.form-send-btn.yet:hover {
    color: #fff !important;
    background-color: #bfbfbf !important;
    border: 4px solid #bfbfbf !important;
    cursor: default;
}

.confirm-section,
.result-section {
    margin-top: 48px;
}

.confirm-section .contents-form-btn {
    text-align: center;
    margin-top: 50px;
}

.form-modify-btn {
    display: inline-block;
    width: 250px;
    color: #fff !important;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    background-color: #ccc;
    border: 4px solid #ccc;
    border-radius: 50px;
    padding: 24px 0;
    margin: 0 15px;
}

.form-modify-btn:hover {
    color: #ccc !important;
    background-color: #fff;
    border: 4px solid #ccc;
}

.form-submit-btn {
    display: inline-block;
    width: 460px;
    color: #fff !important;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    background-color: #e03f3d;
    border: 4px solid #e03f3d;
    border-radius: 50px;
    padding: 24px 0;
    margin: 0 15px;
}

.form-submit-btn:hover {
    color: #e03f3d !important;
    background-color: #fff;
    border: 4px solid #e03f3d;
}

.contents-result-wrap {
    text-align: center;
    margin-top: 48px;
}

.contents-result-title {
    color: #018BFA;
    font-size: 36px;
    font-weight: bold;
}

.contents-result-text {
    margin-top: 16px;
}

.contents-top-btn {
    text-align: center;
    margin-top: 100px;
}

.top-btn {
    display: inline-block;
    width: 460px;
    color: #005bac !important;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    background-color: #fff;
    border: 4px solid #005bac;
    border-radius: 50px;
    padding: 24px 0;
    margin: 0 15px;
}

.top-btn:hover {
    color: #fff !important;
    background-color: #005bac;
    border: 4px solid #005bac;
}

/* -----------------------------------------------------------------
	responsive
----------------------------------------------------------------- */

@media (max-width: 640px) {

    /* -----------------------------------------------------------------
		reset
	----------------------------------------------------------------- */

    .page-wrap {
        padding: 0 !important;
		margin: 50px auto;
    }


    /* -----------------------------------------------------------------
		main-visual
	----------------------------------------------------------------- */

    .main-visual-wrap {
        height: 310px;
    }

    .main-visual-image img {
        width: 95%;
    }

    .page-head-wrap {
        height: 100%;
    }

    .shake-hands-wrap {
        width: 100%;
    }

    .main-visual-wrap {
        animation: none;
    }

    .shake-hand {
        animation: none;
    }


    .shake-hand-left {
        display: none;
        animation: none;
    }

    .shake-hand-right {
        display: none;
        animation: none;
    }

	.noto-font-wrap {
		margin: 0;
	}


    /* -----------------------------------------------------------------
		recommend-list
	----------------------------------------------------------------- */

    .recommend-list-wrap {
        width: 100%;
        margin-bottom: 40px;
    }

    .recommend-list {
        width: auto;
        display: flex;
        color: #fff;
        font-size: 35px;
        text-align: center;
        line-height: 0.6em !important;
        margin: 0 auto;
    }

    .recommend-list-contents {
        border-left: 1px solid #A4DDBB;
        margin: 10px 0;
    }

    .recommend-list-contents:first-child {
        border-left: none;
    }

    .recommend-list-contents:last-child {
        border-right: none;
    }

    .list-support:after {
        width: 80px;
        height: 80px;
        margin-top: 20px;
    }

    .list-limitless:after {
        width: 80px;
        height: 80px;
        margin-top: 20px;
    }

    .list-free:after {
        width: 80px;
        height: 80px;
        margin-top: 20px;
    }

    .small-txt {
        font-size: 16px;
    }

    .strong-txt {
        font-size: 20px;
    }

    /* -----------------------------------------------------------------
	check-list
	----------------------------------------------------------------- */

    .check-list-title {
        font-size: 22px;
    }

    .check-list {
        width: 90%;
        font-size: 18px;
    }

    .check-list-contents {
        margin-bottom: 30px;
    }


    /* -----------------------------------------------------------------
		resolution-contents
	----------------------------------------------------------------- */

    .section-main-title-wrap {
        width: 100%;
        background-color: #47b475;
    }

    .bg-fd {
        width: 100%;
        background-color: #FDFDFD;
        padding: 30px 0;
    }

    .bg-f6 {
        width: 100%;
        background-color: #F6F6F6;
        padding: 30px 0;
    }

    .bg-fd-first {
        width: 100%;
        background-color: #FDFDFD;
        padding: 60px 0 40px 0;
    }

    .bg-f6-last {
        margin-bottom: 40px;
    }

    .bg-f6-section {
        width: 100%;
        background-color: #F6F6F6;
        padding: 70px 0 60px 0;
        margin-bottom: 40px;
    }

    .bg-f6-section-sub {
        width: 100%;
        background-color: #F6F6F6;
        padding: 30px 0 60px 0;
        margin-bottom: 40px;
    }

    .bg-fd-section {
        width: 100%;
        background-color: #FDFDFD;
        padding: 70px 0 40px 0;
        margin-bottom: 40px;
    }

    .bg-fd-section-sub {
        width: 100%;
        background-color: #FDFDFD;
        padding: 70px 0 60px 0;
    }

    .section-main-title {
        font-size: 18px;
        padding: 20px 10px;
        line-height: 1.4em;
    }

    .section-main-title-small {
        font-size: 14px;
        font-family: "NotoSansJP-Regular";
    }

    .item-contents-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .item-contents-subheading {
        font-size: 16px;
        line-height: 1.7em;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .item-contents-wrap {
        width: auto;
        margin: 0 5px;
    }

    .item-point-wrap {
        width: 100%;
    }

    .item-point-title {
        font-size: 16px;
        padding-top: 18px;
        margin-bottom: 10px;
    }

    .item-point-text {
        font-size: 14px;
        text-align: left;
        padding: 0 20px 20px;
    }

    .item-point-box-wrap {
        width: 95%;
    }

    .item-contents-image-auto {
        float: none;
        width: 100%;
    }

    .item-point-box-cap {
        float: none;
        width: 100%;
        padding: 30px;
        text-align: left !important;
        font-size: 14px;
        border-left: none;
    }

    .item-contents-option-wrap {
        width: 100%;
        margin-bottom: 0;
    }

    .item-contents-option-left {
        float: none;
        width: 100%;
    }

    .item-contents-option-right {
        float: none;
        width: 100%;
    }

    .item-contents-option-title {
        width: 100%;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .item-option-strong-title {
        font-size: 18px;
    }

    .item-option-wrap {
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 30px;
    }

    .item-option-point-text {
        font-size: 14px;
    }

    /* -----------------------------------------------------------------
	combination-contents
	----------------------------------------------------------------- */

    .section-main-title-second {
        line-height: 1.2em !important;
    }

    .lower-case {
        font-size: 20px;
        vertical-align: super;
    }

    .lower-case-text {
        font-size: 13px;
        font-family: "NotoSansJP-Medium";
        text-align: center;
        padding: 0 10px;
    }

    .main-plan-contents {
        width: 100%;
        margin: 0 auto;
    }

    .main-plan-list {
        justify-content: center;
        flex-direction: column;
    }

    .main-contents-box-list {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .main-contents-box-list:nth-last-child(2) {
        margin-bottom: 60px !important;
    }


    .item-point-box-wrap-sub {
        margin-bottom: 60px !important;
    }

    .point-box-title {
        line-height: 1.4em;
        font-size: 18px;
    }

    .point-box-text {
        font-size: 14px;
    }

    /* -----------------------------------------------------------------
		option-contents
	----------------------------------------------------------------- */

    .item-poin-image-auto {
        float: none;
        width: 100%;
    }

    .function-point-box-cap {
        float: none;
        width: 100%;
        padding: 30px;
        text-align: left !important;
        border-top: 1px solid #47b475;
        border-left: none;
    }

    /* -----------------------------------------------------------------
	settlement-contents
	----------------------------------------------------------------- */

    .settlement-box-wrap {
        width: 95%;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .settlement-box-service {
        margin-right: 0;
        text-align: center;
    }

    .settlement-box-service:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: -2%;
        width: 0;
        margin-left: -15px;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #ffffff transparent
    }

    .settlement-box-cap {
        font-size: 18px;
    }

    .paid-drawing {
        width: 95%;
    }

    .merit-wrap {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .merit-wrap-second {
        margin-bottom: 0;
    }

    .merit-table-wrap {
        width: 95% !important;
        margin: 0 auto;
    }

    .merit-title {
        width: 100%;
        font-size: 20px;
        display: block;
        padding: 20px;
    }

    .merit-table-wrap td {
        display: block;
    }

    .merit-sub-title {
        font-size: 18px;
        font-family: "NotoSansJP-Medium";
        color: #47b475;
    }

    .merit-sub-title-second {
        margin-top: 20px;
    }

    .merit-table-contents {
        padding: 20px;
    }

    .merit-text {
        font-size: 14px;
    }

    .annotation-comments {
        font-size: 14px;
        margin-top: 10px;
    }

    /* -----------------------------------------------------------------
	price-contents
	----------------------------------------------------------------- */

    .section-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .price-flow-wrap {
        width: 95%;
        margin-bottom: 10px;
    }

    .price-table-wrap {
        width: 95%;
        justify-content: center;
        flex-direction: column;
    }

    .price-contents-title {
        font-size: 16px;
        width: 40%;
        padding: 10px;
    }

    .price-contents-text {
        font-size: 16px;
        width: 60%;
        padding: 10px;
    }

    .strong-text {
        font-size: 24px;
    }

    .contents-price-table-right {
        width: 98%;
        margin-left: 0;
    }

    .price-table-right-title {
        border-radius: 50%;
        background-color: #47b475;
        color: #fff;
        font-size: 22px;
    }

    .rigt-table-title {
        font-size: 16px;
        margin-left: 0;
        border-radius: 30px;
        padding: 5px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /* -----------------------------------------------------------------
	inquiry-flow
	----------------------------------------------------------------- */

    .section-title-lead {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .inquiry-flow-list-wrap {
        width: 95%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .inquiry-flow-list {
        font-size: 12px;
        font-family: "NotoSansJP-Regular";
        padding: 10px 7px;
        position: relative;
    }

    .inquiry-flow-list:nth-child(2) {
        padding-top: 21px;
    }

    .inquiry-flow-list:nth-child(3) {
        padding-top: 21px;
    }

    .inquiry-flow-list:nth-child(4) {
        padding-top: 21px;
    }

    .inquiry-flow-list:before {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        border-right: 0px solid transparent;
        position: absolute;
        z-index: 1;
        left: -1px;
        top: 40%;
    }

    .inquiry-flow-list:first-child:before {
        content: "";
        border: none;
    }

    .inquiry-flow-text {
        width: 95%;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .inquiry-lower-case-text {
        font-size: 14px;
    }


    /* -----------------------------------------------------------------
		case-contents
	----------------------------------------------------------------- */


    .case-main-img {
        width: 95%;
        text-align: center;
    }

    .case-img-list {
        margin-right: 0;
        margin-bottom: 30px;
    }


    /* -----------------------------------------------------------------
	question-contents
	----------------------------------------------------------------- */

    .question-contents-list-wrap {
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }

    .question-contents-list {
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #47b754;
    }

    .question-contents-list:nth-child(1) {
        padding-bottom: 70px;
    }

    .question-contents-list:nth-child(2) {
        padding-bottom: 30px;
    }

    .question-contents-list:nth-child(4) {
        padding-bottom: 50px;
    }

    .question-text {
        font-size: 16px;
        padding-top: 0px;
        margin-bottom: 30px;
        background-size: 40px;
        height: 40px;
        padding-left: 50px;
    }

    .answer-text {
        font-size: 16px;
        font-family: "NotoSansJP-Medium";
        line-height: 1.2em;
        background-size: 40px;
        height: 40px;
        padding-left: 50px;
    }



    /* -----------------------------------------------------------------
		form
	----------------------------------------------------------------- */

    .contents-flow-image {
        margin-top: 24px;
    }

    .contents-form-text-wrap {
        width: auto;
        margin: 24px auto 0;
    }

    .contents-form-table {
        width: auto;
    }

    .contents-form-table th {
        display: block;
        width: 100%;
        padding: 8px;
        background: #F2F2F2;
        border: none;
    }

    .contents-form-table th:first-child {
        border-top: none;
    }

    .contents-form-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 8px;
    }

    .contents-form-table td input {
        width: 100%;
    }

    .contents-form-table td textarea {
        width: 100%;
        height: 150px;
    }

    .form-name-kanji {
        width: 250px !important;
        margin: 0 0 8px 5px;
    }

    .form-name-kana {
        width: 250px !important;
        margin: 0 0 0 5px;
    }

    .form-required {
        float: none;
        margin-left: 8px;
    }

    .form-any {
        float: none;
        margin-left: 8px;
    }

    .contents-license-wrap {
        width: auto;
        margin: 30px auto 0;
    }

    .contents-license-element {
        font-size: 13px;
    }

    .form-license-required {
        font-size: 13px;
    }

    .contents-license-text #policy_common {
        padding: 8px;
    }

    .contents-license-text #policy_basic {
        padding: 12px;
    }

    .form-send-btn {
        width: 90%;
        font-size: 18px;
        padding: 16px 0;
    }

    .form-modify-btn {
        display: block;
        width: 60%;
        font-size: 18px;
        padding: 16px 0;
        margin: 0 auto;
    }

    .form-submit-btn {
        display: block;
        width: 90%;
        font-size: 18px;
        padding: 16px 0;
        margin: 24px auto 0;
    }

    .contents-result-wrap {
        margin-top: 24px;
    }

    .contents-top-btn {
        margin-top: 50px;
    }

    .contents-result-title {
        font-size: 28px;
    }

    .top-btn {
        width: 90%;
        font-size: 18px;
        padding: 16px 0;
        margin: 0 auto;
    }

    .contents-form-title {
        text-align: left;
    }
}


/*ï¿½ï¿½ï¿½ä¤¤ï¿½ï¿½ï¤»ï¿½Õ¥ï¿½ï¿½ï¿½ï¿½à¡¡ï¿½ï¿½ï¿½Æ¥Ã¥ï¿½ï¿½ï¿½Ê?*/
.form_step {
    width: 100%;
    max-width: 780px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 3% auto 5%;
    border-radius: 5px;
    box-sizing: border-box;
}

.form_step p {
    margin: 0 !important;
    text-align: center;
    position: relative;
    padding: 2.5rem 0 0 0;
    font-size: 16px;
    width: 33.33333%;
}

.form_step p:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #c3c3c3;
    display: block;
    border-radius: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.form_step p:before {
    content: "";
    width: 120%;
    height: 4px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateY(-50%);
}

.form_step p.active,
.form_step p.done {
    color: #47b475;
    font-weight: bold;
}

.form_step p.active:after,
.form_step p.done:after,
.form_step p.done:before {
    background: #47b475;
}

.form_step p:last-of-type:before {
    display: none;
}

@media (max-width:580px) {
    .form_step {
        margin: 8% auto;
    }

    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}

@media (max-width:430px) {
    section#form {
        padding: 5%;
    }

    section.innerbox>div.form_step {
        padding: 0;
    }

    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}