@charset "UTF-8";

html {
	font-size: 100%;
}

body {
	color: #0D2000;
	font-family: 'Noto Sans JP', sans-serif;
}

main {
	padding-top: 70px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

#header {
	width: 100%;
	padding: 0 2%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	background-color: #fff;
	box-shadow: 1px 0 5px 1px #999;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#header ul {
	display: flex;
	align-items: center;
	justify-content: right;
}

#header li {
	margin-left: 30px;
	line-height: 0;
}

#header li img {
	width: 230px;
}

#header li a {
	display: block;
}

#header li a:hover {
	opacity: 0.7;
}

#header li.cta-js a:hover {
	opacity: 1;
}

#header li:first-child {
	line-height: 7px;
}

#header .tel {
	font-weight: 500;
	font-size: 22px;
	flex-shrink: 0; /* ← 追加 */
  	white-space: nowrap; /* ← 改行も防ぐ */
}

#header .tel a {
	color: #64894B;
}

#header .tel-logo img {
	width: 28px;
	margin: 0 2px -5px -3px;
}

#header .time {
	color: #6A6A6A;
	font-weight: 500;
	font-size: 12px;
}

.site-title {
	width: 250px;
	line-height: 0;
}

.site-title a {
	display: block;
}

.mainvisual-back {
	background-image: url(../img/main_PC.png);
	background-size: cover;
}

.mainvisual {
	padding: 50px 50px 0 50px;
}

.main-copy {
    max-width: 60%;
    margin: 20px 0 0 0;
}

.gr-set ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.gr-set li {
    width: 22%;
    margin-left: 5%;
	margin-top: 8%;
}

.gr-set li:nth-last-child(2) {
	margin-right: 5%;
}

.gr-set li:last-child {
	width: 35%;
	margin-top: 3%;
	margin-bottom: -3%;
}

.main-cta {
	width: 400px;
}

.main-cta, .cta, .return_top {
	line-height: 0;
}

.main-cta a, .cta a, .return_top a {
	display: block;
}

.return_top a:hover {
	opacity: 0.7;
}

.cta, .return_top {
	width: 40%;
	margin: 10px auto;
}

.about-jump-btn {
	width: 40%;
	margin: 40px auto;
}

.h2-wrap ,.h3-wrap {
	position: relative;
	text-align: center;
}

.h2-wrap img {
	position: absolute;
	left: 0;
	padding: 6% 2% 0;
}

.fullwide {
	width: 100%;
}

.fullwide .wrapper {
	max-width: 960px;
	padding: 70px 0px;
	margin: 0 auto;
}

.worries-back .wrapper {
	padding: 100px 0px 50px 0px;
}

.worries-back {
	background-image: url(../img/Worries_back.png);
	background-size: cover;
}

#worries {
	display: flex;
}

#worries .worries-txt {
	width: 50%;
}

#worries .worries-txt .h2-wrap {
	text-align: left;
}

#worries picture {
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
}

.fullwide .h2-wrap img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    width: auto;
    padding: 0 5%;
    margin-left: auto;
    margin-right: auto;
}

.yet-back {
	background-image: url(../img/CTA0_back.png);
	background-size: cover;
}

.yet-content h2 img {
	width: 40%;
	margin: 10px;
}

.explanation p {
	padding: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 1.3px;
}

.explanation ul {
    width: fit-content;
    text-align: initial;
    margin: 20px auto;
    font-size: 15px;
	line-height: 2em;
	letter-spacing: 1.3px;
}

.orange p {
	font-size: 18px;
	color: #F87E3D;
}

.consultation-back {
	background-image: url(../img/Consultation_back.png);
	background-size: cover;	
}

#consultation .h2-wrap img {
	padding: 5%;
}

.con-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.con-items li {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	box-shadow: 1px 0 10.5px 1px #0000001A;
	margin: 10px;
	padding: 20px;
}

.con-items li img {
	width: 30%;
}

.con-items li div {
	width: 70%;
}

.con-items .about-title {
	font-size: 20px;
	margin-bottom: 1em;
}

.con-items .about-title:before {
	bottom: -5px;
	width: 100%;
    height: 0.5px;
}

.con-items p {
	font-size: 14px;
}

.yet-content {
	text-align: center;
}

.reason-back .wrapper {
	padding: 50px 0 70px 0;
}

#reason .h2-wrap img {
	padding: 5% 25% 2% 25%;
}

.item1 , .item2 , .item3 {
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: end;
	justify-content: center;
	margin: 10px;
}

.item2 {
	flex-wrap: wrap;
}

.item1 img, .item2 img, .item3 img {
	width: 40%;
	margin: 10px;
}

.item-text1, .item-text2, .item-text3 {
	width: 40%;
	margin: 30px;
}

.item-text1 p, .item-text2 p, .item-text3 p {
	font-size: 15px;
	margin-bottom: 15px;
}

.item-title1, .item-title2, .item-title3 {
	font-size: 85px;
	font-weight: 500;
	color: #7AA85C;
	margin-bottom: 15px;
}

.segoe-ui {
	font-family: "Segoe UI";
}

.item-title1 p, .item-title2 p, .item-title3 p {
	font-size: 20px;
	font-weight: 400;
	color: #0D2000;
	margin-top: -15px;
}

.cta-space-back {
	background-image: url(../img/CTA1_back.png);
	background-size: cover;	
	background-position: bottom;
	text-align: center;
}

#cta-space .explanation p {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 6px;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #00000040;
}

.cta-mc {
	margin-top: 30px;
}

.cta-image {
	width: 20%;
	margin: 0 auto -15px auto;
}

.debt-consolidation-back {
	background-image: url(../img/Debtconsolidation_back.png);
	background-size: cover;	
}

#debt-consolidation .h2-wrap img {
    padding: 6% 0 0;
}

#debt-consolidation .text {
	margin: 0 auto;
}

.debt-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
}

.debt-items li {
	width: 35%;
	background-color: #fff;
	box-shadow: 1px 0 10.5px 1px #0000001A;
	margin: 20px;
	height: fit-content;
}

.debt-items-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 30px 30px 10px 30px;
}

.debt-title {
	width: 100%;
	font-size: 20px;
	color: #AACF53;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.debt-items-wrap p {
	width: 100%;
	position: relative;
	display: inline-block;
	color: #6A6A6A;
	font-size: 15px;
	margin-bottom: 1em;
}

.debt-p-space {
	padding: 10px;
}

.debt-items-wrap p:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 80%;
    height: 1.5px;
    -webkit-transform: translateX(-50%);
    background-color: #9A9A9A;
}

.debt-items img {
	width: 60%;
}

.debt-items-btn {
	background-color: #AACF53;
	padding: 20px;
}

.debt-items-btn:hover {
	opacity: 0.7;
}

.debt-items-btn p {
	position: relative;
	color: #fff;
	font-weight: 500;
}

.debt-items-btn p:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/arrow1.png) no-repeat;
	background-size: contain;
	margin-left: 20px;
}

.interview-back {
	background-image: url(../img/Interview_back.png);
	background-size: cover;
	background-position: center;
}

.interview-back .wrapper {
	padding: 50px 0px 70px 0;
}

#interview .h2-wrap {
	text-align: initial;
}

#interview .h2-wrap img {
	padding: 5% 40% 0 0;
}

.bold {
	font-weight: 700;
}

.green-orange {
	margin: 30px 0;
}

.green-orange p {
	font-size: 16.5px;
	font-weight: 600;
	color: #749A19;
	text-align: center;
	letter-spacing: 2px;
}

.flow-back {
	background-color: #FBFFF4;
}

#flow .h2-wrap img {
    padding: 3% 0;
}

.flow-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flow-items-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flow-items-wrap > img {
	width: 80%;
}

.flow-items li {
	width: 20%;
}

.flow-items li p {
	font-size: 15px;
	text-align: justify;
	margin: 0 -20px;
}

.arrow {
	color: #AACF53;
}

.flow-items .arrow p {
	font-weight: 700;
	font-size: 40px;
	margin: 60% 40%;
}

.flow-title {
	width: 100%;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}

.flow-title:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 80px;
	height: 1.5px;
	-webkit-transform: translateX(-50%);
	background-color: #AACF53;
}

#flow .cta-image {
    width: 18%;
    margin: 0 auto;
}

.h2-wrap-image {
	text-align: center;
}

.profile-back {
	background-image: url(../img/Profile_back.png);
	background-size: cover;
}

#profile .h2-wrap img {
	padding: 0 10% 10% 10%;
}

#profile .sec-title {
	padding-top: 19%;
}

.profile-wrap {
	display: flex;
	flex-wrap: wrap-reverse;
	margin-top: 50px;
}

.profile-wrap dt {
	width: 100%;
	color: #317B00;
	font-weight: 700;
	letter-spacing: 1px;
}

.profile-wrap dd {
	width: 100%;
}

.comment-wrap {
	width: 50%;
}

.profile-contents-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.profile-image-wrap {
	display: inline-block;
	text-align: center;
	padding: 30px;
}

.profile-text-wrap {
	padding: 0 30px 0 70px;
}

.profile-text-wrap dl {
	margin-bottom: 20px;
}

.profile-image-wrap p {
	letter-spacing: 3px;
}

.small {
	font-size: 13px;
	margin-left: 5px;
}

.question-content {
	margin: 20px;
}

.profile-text-wrap .explanation p {
	font-size: 15px;
}

#question .h2-wrap img {
    padding: 3% 15% 0;
}

#qa-menu li {
	box-shadow: 1px 0 10.5px 1px #0000001A;
	font-size: 18px;
	margin: 15px;
	text-align: justify;
}

.label {
	background: #AACF53;
	color: #fff;
	padding: 20px 20px 20px 80px;
	position: relative;
}

.label:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/Q.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
}

.label:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/plus.png) no-repeat;
	background-size: contain;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	transition: .5s;
}

.label.open:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/minus.png) no-repeat;
	background-size: contain;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}

.detail {
	background: #fff;
	padding: 20px 20px 20px 80px;
	position: relative;
	display: none;
}

.detail:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/A.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
}

#cta-space .last-cta h3 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 6px;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #00000040;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

#cta-space .last-cta h3:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 1.5px;
    -webkit-transform: translateX(-50%);
    background-color: #9A9A9A;
}

#cta-space .last-cta .explanation p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #00000040;
}

#cta-space .last-cta .cta-mc {
    margin-top: 0;
}

#contact .h2-wrap img {
	padding: 3% 5%;
}

#contact .text {
	margin: 0 auto 50px auto;
}

#contact .text p {
	letter-spacing: 1px;
}

#contact form .annotation-text {
	text-align: center;
	color: #FF6039;
	font-size: 14px;
}

.asterisk {
	color: #FF6039;
}

.rei {
	font-size: 14px;
}

#contact form .definition dt {
	padding: 24px 50px;
}

#contact form .definition dd {
    padding: 15px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#contact form .definition dd:last-child label {
	margin-right: 20px;
	margin-left: 3px;
}

.input-txt {
	width: 100%;
	border: solid 1px #9A9A9A;
	padding: 0.5em 1em;
}

.consent-wrap {
	text-align: center;
	line-height: 2em;
	margin-top: 40px;
}

.consent-wrap a {
	text-decoration: underline;
}

.consent-wrap p {
	font-size: 15px;
	color: #6A6A6A;
}

.button {
    width: 40%;
    margin: 40px auto 0 auto;
}

.button:hover {
	opacity: 0.7;
}

.error-msg {
  color: #FF6039;
  font-size: 0.9em;
  display: block;
  margin-top: 4px;
}

.privacy-policy-text {
	padding: 2em;
	margin: 40px 10% 0 10%;
	border: 1px solid #9a9a9a;
	font-size: 14px;
	max-height: 100px;
	overflow-y: scroll;
	background-color: #f6faed;
}

.privacy-policy-text-box ul {
	padding-left: 1.5em;
}

.privacy-policy-text-box li {
	list-style: initial;
}

#information .sec-title {
	padding-top: 12%;
}

.information-wrap {
	padding: 2em;
	border: 1px solid #0D2000;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px #00000026 inset;
}

.information-box {
	max-height: 350px;
	overflow-y: scroll;
}

.information-box dl {
	display: flex;
	flex-wrap: wrap;
}

.information-box dt {
	width: 30%;
	padding: 10px;
}

.information-box dd {
	width: 70%;
	padding: 10px;
}

.dot-line {
	margin: 0 auto;
    width: 100%;
}

.dot-line span {
	display: inline-block;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #B6B6B6;
}

.office-back {
	background-image: url(../img/Office_back.png);
	background-size: cover;
}

#office .h2-wrap img {
	padding: 0% 27%;
}

#office .sec-title {
	padding-top: 13%;
}

.office-content-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#office dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#office dt {
	width: 30%;
	border-bottom: solid 1px #c8c8c8;
    padding: 30px 0 30px 80px;
    font-weight: 600;
    letter-spacing: 2px;
}

#office dt:last-of-type {
	border-bottom: none;
}

#office dd {
	width: 70%;
	border-bottom: solid 1px #c8c8c8;
	padding: 30px;	
	font-weight: 400;
	letter-spacing: 1.5px;
}

#office dd:last-of-type {
	border-bottom: none;
	text-align: justify;
}

.route {
	font-size: 14px;
	white-space: nowrap;
}

.map {
	width: 100%;
	height: 360px;
	margin: 0 40px;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.br-sp {
	display: none;
}

.sec-title ,.about-title {
	position: relative;
	display: inline-block;
	padding-top: 14%;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 2em;
}

.sec-title:before ,.about-title:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 2.5px;
	-webkit-transform: translateX(-50%);
	background-color: #AACF53;
}

.text {
	max-width: 960px;
	margin: 0 auto 90px auto;
	padding: 0 10%;
}

.text p ,.about-txt p {
	padding: 7px;
	font-weight: 400;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 1.5px;
	text-align: center;
}

.wrapper {
	max-width: 960px;
	padding: 0 4%;
	margin: 0 auto 90px auto;
}

.wrapper dl {
	display: flex;
	flex-wrap: wrap;
}

.about-title {
	color: #AACF53;
	font-weight: 500;
	padding-top: 0;
}

.about-txt p {
	letter-spacing: 0;
}

.content {
	max-width: 960px;
	padding: 0 20px;
	margin: 30px auto;
}

.content dt {
	width: 15%;
}

.content dd {
	width: 85%;
	color: #565656;
}

.definition dl {
	border: solid 1px #9A9A9A;
	margin: 15px 0;
}

.definition dt {
	width: 40%;	
	border-right: solid 1px #9A9A9A;
	border-bottom: solid 1px #9A9A9A;
    padding: 15px 15px 15px 50px;
    background-color: #EFEFEF;
}

.definition dd {
	width: 60%;
	border-bottom: solid 1px #9A9A9A;
    padding: 15px 15px 15px 50px;
    color: #0D2000;
}

.definition dt:last-of-type {
	border-bottom: none;
}

.definition dd:last-child {
	border-bottom: none;
}

.annotation {
	font-size: 10px;
	color: #FF6039;
	vertical-align: top;
	margin-right: 2px;
}

.annotation-text {
	font-size: 13px;
	text-align: right;
	margin-top: -15px;
    margin-bottom: 15px;
}

.attention {
	padding-left: 1em;
    text-indent: -1em;
    text-align: justify;
}

.attention p {
	color: #565656;
	font-size: 15px;
	margin-bottom: 5px;
}

.cta-set ul {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
}

.cta-set li {
	width: 50%;
	line-height: 0;
	padding: 20px;
}

.cta-set li a {
	display: block;
}

.cta-set li a:hover {
	opacity: 0.7;
}

#privacypolicy h2 {
	margin: 40px 0;
	text-align: center;
	color: #7AA85C;
}

#privacypolicy h3 {
	margin: 10px 0;
	color: #7AA85C;
}

#privacypolicy .explanation p {
	text-align: justify;
	letter-spacing: normal;
	padding: 0;
	margin: 20px;
}

#privacypolicy .explanation ul {
	font-size: medium;
	line-height: normal;
	padding-left: 1em;
}

#privacypolicy .explanation li {
	list-style: disc;
}

#privacypolicy .cta {
	margin-top: 40px;
}

#sp-hidden {
	display: block;
}

#hidden {
	display: none;
}

#fixed-btn {
	width: 90px;
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}

#footer {
	width: 100%;
	padding: 0 2%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	background-color: #555E4F;
	color: #FFFFFF;
}

#footer .pp-jump {
	font-size: 11px;
	margin-top: 15px;
	color: #fff;
}

#footer p {
	font-size: 11px;
	margin-top: 15px;
}

.sp-toggle-start {
	display: none;
}


@media screen and (max-width: 1024px) {
	
	.route {
		white-space: normal;
	}
}

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

	.site-title {
		width: 40%;
	    max-width: 158px;
	}

	.sec-title {
        padding-top: 7%;
        font-size: 1.2em;
	}

	#header nav {
		width: 60%;
	}

	#header li {
		margin-left: 0;
	}

	#header li:first-child {
		line-height: 0.4em;
	}

	#header li:last-child img {
		display: none;
	}

	#header .tel {
		font-size: 1em;
		font-weight: 400;
	}

	#header .tel a {
		display: inline-block;
	}

	#header .tel-logo img {
	    width: 26px;
	}

	#header .time {
		font-size: 8.5px;
	}

	.mainvisual-back {
		background-image: url(../img/MB/main_MB3.png);
		background-size: contain;
		background-position: center;
	}

	.mainvisual {
		padding-bottom: 600px;
		position: relative;
	}

	.main-copy {
		max-width: 100%;
		margin: 0;
	}

	.gr-set ul {
    	margin: 100% 10% 0 10%;
    }

	.gr-set li {
		width: 100%;
		margin-top: 5%;
	}

	.gr-set li:nth-last-child(2) {
	    margin-right: 0%;
	    margin-bottom: 5%;
	}

	.main-cta {
		display: none;
	}

	.mainvisual-back .cta {
		position: absolute;
    	bottom: 35px;
    	right: 15px;
	}

	.wrapper {
		margin: 0 auto 80px auto;
	}

	.h2-wrap img {
        padding: 0;
    }

    #saimu-seiri .sec-title {
    	padding-top: 16%;
    }

    #saimu-seiri .h2-wrap img {
    	padding: 9% 2% 0;
    }

    .fullwide .h2-wrap img {
    	width: 100%;
    	padding: 0 5%;
    }

    .worries-back {
    	background-image: url(../img/MB/Profile_back_MB.png);
    }

    .worries-back .wrapper {
    	padding: 50px 10px 50px 10px;
    }

    #worries {
    	flex-direction: column-reverse;
    }

    #worries .worries-txt {
		width: 100%;
	}

	#worries .worries-txt p {
		padding: 8px 20px;
		text-align: center;
	}

	#worries picture {
		width: 95%;
	}

	#worries .worries-txt .h2-wrap {
		text-align: center;
	}

	#worries .worries-txt .h2-wrap img {
		display: none;
	}

	#consultation .h2-wrap img {
		padding: 0 5%;
	}

	#consultation .sec-title {
		padding-top: 9%;
	}

	.con-items li {
		/*flex-direction: column;
		width: 100%;
		text-align: center;
		margin: 10px 50px;
		padding: 15px;*/

		flex-direction: column;
        text-align: center;
        padding: 12px;
	}

	.con-items li div {
	    width: 100%;
	}

	.con-items .about-title {
    	font-size: 17px; 
    	letter-spacing: 0;
	}

	.con-items p {
	    font-size: 14px;
	}

	.yet-back {
		background-image: url(../img/MB/CTA0_backpng_MB.png);
	}

	.yet-content h2 img {
	    width: 70%;
	    margin: 20px;
	}

	.center {
    	text-align: initial;
	}

	.yet-content .explanation ul {
		padding-left: 2em;
		text-indent: -1em;
	}

	.explanation p {
		padding: 8px 20px;
	}

	#yet .explanation p {
		letter-spacing: 1px;
		word-break: keep-all;
		overflow-wrap: break-word;
	}

	.reason-back .wrapper {
		padding: 50px 0 30px 0;
	}

	#reason .h2-wrap img {
		width: 80%;
		padding: 0 5%;
	}

	#reason .sec-title ,#interview .sec-title ,#profile .sec-title {
		padding-top: 12%;
	}

	#reason .sec-title {
		margin-bottom: 0;
	}

	.item1 img, .item2 img, .item3 img {
		width: 100%;
		padding: 20px;
	}

	.item-text1, .item-text2, .item-text3 {
		width: 100%;
		margin: 30px 30px 0 30px;
	}

	.item-text1 {
		margin: 0 30px;
	}

	#hidden .explanation p {
		text-align: center;
		letter-spacing: 3px;
	}

	.debt-consolidation-back {
		background-image: url(../img/MB/Debtconsolidation_back_MB.png);
	}

	.debt-consolidation-back .wrapper {
		padding: 70px 0 30px 0;
	}

	#debt-consolidation .h2-wrap img {
    	padding: 0 2%;
    }

    #debt-consolidation .text p {
    	text-align: center;
    }

    /*.debt-items {
    	margin-top: 0;
    }*/

    .debt-items li {
    	width: 40%;
    	margin: 10px;
    }

    .debt-title {
    	font-size: 18px;
    	letter-spacing: 0;
    }

    .debt-items-wrap {
    	padding: 10px 5px 10px 5px;
    }

    .debt-items-wrap p {
    	padding: 10px;
    	font-size: 12px;
    }

    .debt-items-wrap p:before {
    	height: 0.5px;
    }

    p.plus-space {
    	padding-bottom: 2.3em;
    }

    .debt-items img {
	    width: 50%;
	}

    .debt-items-btn {
    	padding: 10px;
    }

    .debt-items-btn p {
    	font-size: 12px;
    }

    .debt-items-btn p:after {
    	margin-left: 3px;
    	top: 50%;
    	width: 15px;
    	height: 15px;
    	transform: translateY(-50%);
    }

    .interview-back {
    	background-image: url(../img/MB/InterviewbackMB.png);
    }

	.interview-back .wrapper {
		padding: 30px 0px 50px 0;
	}

    #interview .h2-wrap {
		text-align: center;
	}

	#interview .h2-wrap img {
        padding: 0 5%;
	}

	.green-orange p {
		color: #F65F0D;
	}

	#flow .h2-wrap img {
		width: 50%;
		padding: 0 3%;
	}

	#flow .sec-title {
        padding-top: 13%;
    }

	/*.flow-items {
		margin-top: 30px;
	}*/

	.flow-items li {
		width: 60%;
	}

	.flow-title {
		font-size: 19px;
		margin-bottom: 1em;
	}

	.flow-items-wrap > img {
	    width: 70%;
	}

	.flow-items li p {
    	font-size: 14px;
    }

	.flow-items .arrow {
		transform: rotate(90deg);
	}

	.flow-items .arrow p {
		margin: 5% 40%;
		font-weight: inherit;
	}

	.profile-back {
		background-image: url(../img/MB/Profile_back_MB.png);
	}

	.profile-wrap {
		margin-top: 0;
	}

	#profile .h2-wrap img {
	    padding: 0 20%;
	}

	.profile-wrap .explanation p {
		padding: 8px;
	}

	.comment-wrap {
		width: 100%;
		padding: 0 30px;
	}

	.profile-contents-wrap {
		width: 100%;
	}

	.profile-text-wrap {
	    padding: 0 30px;
	}

	.profile-text-wrap .explanation p {
		font-size: 16px;
	}

	.sp-toggle {
		display: none;
	}

	.sp-toggle.open {
		display: block;
	}

	.sp-toggle-start {
		display: block;
	}

	.sp-toggle-start.none {
		display: none;
	}

	.comment-toggle-btn {
		color: #317B00;
		font-weight: 700;
		background-color: #fff;
		border: 1px solid #317B00;
		border-radius: 20px;
		padding: 5px 10px;
		margin: 0 auto;
	}

    #question .h2-wrap img {
	    padding: 0 5%;
	}

	#question .sec-title {
        padding-top: 14%;
    }

	#qa-menu li {
		font-size: 16px;
		margin: 10px;
	}

	.label {
		padding: 20px 60px;
	}

	.label:before {
		left: 5%;
	}

	.label:after {
		right: 5%;
	}

	.label.open:after {
		right: 5%;
	}

	.detail {
		padding: 20px 20px 20px 60px;	
	}

	.detail:before {
		left: 5%;
	}

	.cta-space-back {
		background-image: url(../img/MB/CTA2_back_MB.png);
	}

	#cta-space .last-cta .explanation p {
	    font-size: 15px;
	    letter-spacing: 0px;
	    padding: 20px 8px;
	}

	#cta-space .last-cta h3:before {
		width: 50%;
		background-color: #fff;
	}

	#contact .h2-wrap img {
		padding: 0;
	}

	#contact .sec-title {
		padding-top: 10%;
	}

	#contact .text {
	    margin: 0 auto 40px auto;
	}

	#contact form .annotation-text {
		padding-left: 0;
	}

	#contact form .definition dl {
		margin: 10px;
	}

	#contact form .definition dt {
		width: 100%;
		padding: 15px;
		border-right: none;
	}

	#contact form .definition dd {
		width: 100%;
		padding: 15px;
	}

	#contact form .definition dd:last-child label {
    	margin-left: 0;
    }

    .consent-wrap {
    	margin-top: 20px;
    	padding: 10px;
    	line-height: initial;
    }

    .consent-wrap p {
    	margin: 10px;
    }

    input[type=checkbox] {
	  transform: scale(1.3);
	}

	.button {
	    width: 90%;
	    margin: 0 auto;
	}

	.privacy-policy-text {
		padding: 1em;
		margin: 40px 7% 0 7%;
		font-size: 12px;
	}

	.information-wrap {
	    padding: 1em;
	    margin: 1em;
	}

	.information-box dl {
		font-size: 14px;
	}

	.information-box dt {
		width: 25%;
		padding: 5px;
	}

	.information-box dd {
		width: 75%;
		padding: 5px;
		word-break: keep-all;
		overflow-wrap: break-word;
	}

	.office-back {
		background-image: url(../img/MB/Office_back_MB.png);
	}

	.office-back .wrapper {
		padding: 30px 0px;
	}

	#office .h2-wrap img {
	    padding: 0 20%;
	}

	#office dl {
		margin: 10px 15px 30px 15px;
	}

	#office dt {
		width: 100%;
		border-bottom: none;
	    padding: 20px 20px 0 20px;
	}

	#office dd {
		width: 100%;
        padding: 3px 20px 10px 20px;
	}

	.map {
		margin: 0 20px;
	}

	.cta, .about-jump-btn, .return_top {
		width: 90%;
	}

	.br-sp {
		display: block;
	}

	.text {
		padding: 0 4%;
		margin: 0 auto 60px auto;
	}

	.text p ,.about-txt p {
		text-align: left;
		line-height: 1.7em;
		padding: 2%;
	}

	.about-title {
		font-size: 22px;
	}

	.about-title:before {
		width: 70px;
		height: 1.5px;
	}

	.about-txt p {
		letter-spacing: 1.5px;
		text-align: justify;
	}

	.content {
		padding: 0 8px;
	}

	.content dt {
		width: 100%;
		margin-bottom: 10px;
	}

	.content dd {
		width: 100%;
		font-size: 14px;
	}

	.rei {
		font-size: 12px;
	}

	.definition {
		font-size: 15px;
	}

	.definition dt {
		width: 40%;
		padding: 10px;
		margin-bottom: 0;
	}

	.definition dd {
		width: 60%;
		padding: 10px;
	}

	.sp-small {
		font-size: 12px;
	}

	.annotation-text {
		font-size: 10px;
        padding-left: 3em;
	}

	.attention p {
		font-size: 14px;
	}

	.br-pc {
		display: none;
	}

	.cta-set li {
		width: 100%;
		padding: 2% 7%;
	}

	.cta-set li:first-child {
		padding: 2% 15%;
	}

	#kabaraikin-seikyu.wrapper {
		margin: 0 auto 50px auto;
	}

	#privacypolicy h3 {
		text-align: center;
		margin: 30px 0;
	}

	#privacypolicy .explanation ul {
		text-align: justify;
		margin: 20px;
	}

	#sp-hidden {
		display: none;
	}

	#hidden {
		display: block;
	}

	#footer .pp-jump {
		font-size: 8px;
	}

	#footer p {
		font-size: 8px;
	}
}