@media screen and (max-width: 768px) {
	.inner-wrap {
		padding: 0 10px;
		width: 100%;
	}

	.row {
		margin-right: 0;
		margin-left: 0;
	}
}

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

	.consultation.a-tel,
	.contact-area .request,
	.contact {
		display: none;
	}

	a.a-tel {
		pointer-events: unset;
	}

	#header {
		position: fixed;
		top: 0;
		z-index: 200;
		background: #fff;
	}

	.logo-area {
		border-bottom: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}

	#header-logo img {
		/* width: 90%;
    padding: 10px 0; */
		display: block;
		max-width: 100%;
		height: auto;
	}

	.tel img {
		width: 90%;
		padding: 10px 0;
	}

	.contact-area .tel .tel-num {
		font-size: 1.5rem;
		white-space: nowrap;
	}

	.contact-area .tel .tel-num::before {
		content: url("../images/sp/free_tel.png");
		padding-right: 5px;
	}

	.contact-area .tel .business-hours {
		font-size: .5rem;
	}

	.contact-area .tel {
		text-align: right;
		margin: 0;
	}

	.sp-gnav-button {
		position: relative;
		overflow: hidden;
		display: block;
		width: 20%;
		height: auto;
		background: #00213e;
		color: #fff;
		cursor: pointer;
		z-index: 100;
		right: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.sp-gnav-button span {
		display: block;
		background: #fff;
		position: absolute;
		-webkit-transition: .35s ease-in-out;
		-o-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		width: 50%;
		height: 2px;
		margin: auto;
		left: 0;
		right: 0;
	}

	.sp-gnav-button span:nth-child(1) {
		top: 30%;
	}

	.sp-gnav-button span:nth-child(2) {
		top: 50%;
	}

	.sp-gnav-button span:nth-child(3) {
		top: 70%;
	}

	.g-nav {
		position: fixed;
		z-index: 2;
		top: 0;
		overflow: hidden;
		height: 100%;
		color: #222;
		background-color: #fff;
		right: -70%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background: #00213e;
		padding: 0;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.g-nav li {
		text-align: left;
		border-bottom: 1px dashed #fff;
	}

	.g-nav li:first-child {
		border-top: 1px dashed #fff;
	}

	.g-nav-list>li>a {
		color: #fff;
	}

	.g-nav-list>li>a::before {
		content: none;
	}

	.g-nav-list>li>a::after {
		content: none;
	}

	.g-nav-list li.active-page {
		border-bottom: 1px dashed #fff;
	}

	.g-nav-list li:hover {
		border-bottom: 1px dashed #fff;
		padding-bottom: 2px !important;
	}

	.g-nav-list>li:last-child>a::after {
		content: none;
	}

	.g-nav.inner-wrap {
		width: 70%;
		padding: 0;
	}

	.sp-gnav-button.av {
		right: 70%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.g-nav.av {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: 0;
	}

	.g-nav-list {
		padding-top: 19%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.close-nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		opacity: 1;
	}

	.close-nav::before {
		content: "";
		position: absolute;
		width: 40%;
		height: 2px;
		top: 40%;
		right: 20px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.close-nav::after {
		content: "";
		position: absolute;
		width: 40%;
		right: 20px;
		top: 40%;
		height: 2px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.g-nav-list>li>a,
	.g-nav-list>li .sub-menu dt>a {
		position: relative;
		display: block;
		color: #fff;
		vertical-align: middle;
		text-decoration: none;
		line-height: 1;
		padding: 20px 0 18px 40px;
	}

	.g-nav-list>li>a::before,
	.g-nav-list>li .sub-menu dt>a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		width: 15px;
		height: 15px;
		margin: auto;
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
		vertical-align: middle;
		border-radius: 50%;
		background: #fff;
	}

	.g-nav-list>li>a::after,
	.g-nav-list>li .sub-menu dt>a::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 19px;
		width: 5px;
		height: 5px;
		vertical-align: middle;
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
		border-top: 1px solid #00213e;
		border-right: 1px solid #00213e;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.g-nav-list>li:last-child>a::after {
		content: "";
		position: absolute;
		left: 19px;
		right: unset;
		width: 5px;
		height: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
		vertical-align: middle;
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
		border-top: 1px solid #00213e;
		border-right: 1px solid #00213e;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.g-nav-list>li .sub-menu dt>a::after {
		content: "";
		position: absolute;
		left: 19px;
		right: unset;
		width: 5px;
		height: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
		vertical-align: middle;
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
		border-top: 1px solid #00213e;
		border-left: none;
		border-right: 1px solid #00213e;
		border-bottom: none;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.g-nav-list li:hover .sub-menu dt a::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.Breadcrumb {
		margin: 10px 0;
		font-size: .5rem;
	}

	.Breadcrumb li {
		display: inline;
	}

	.breadcrumb {
		display: none;
	}

	.inner-wrap {
		padding: 0 10px;
		width: 100%;
	}

	.row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.top section {
		padding: 25px 0;
	}

	.top section h2 {
		font-size: 7vw;
		font-weight: normal;
		margin-bottom: 20px;
	}

	.top section h2::after {
		width: 25px;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	.top section.plan-6 h2 {
		font-size: 5vw;
	}

	.plan-6 .plan-list li {
		padding: 2.5px;
	}

	.plan-6 .plan-list li:first-child {
		padding: 2.5px 2.5px 2.5px 0;
	}

	.plan-6 .plan-list li:nth-child(3n) {
		padding: 2.5px 0 2.5px 2.5px;
	}

	.plan-6 .plan-list li:nth-child(3n+1) {
		padding: 2.5px 2.5px 2.5px 0;
	}

	.plan-6 .plan-list li a {
		font-size: 3.2vw;
	}

	.plan-6 .etc-info li:first-child {
		padding: 10px 10px 5px 10px;
	}

	.plan-6 .etc-info li:nth-child(2) {
		padding: 5px 10px 5px 10px;
	}

	.plan-6 .etc-info li:nth-child(3) {
		padding: 5px 10px 10px 10px;
	}

	.cm p {
		font-size: 1rem;
		text-align: left;
	}

	.cm p br {
		display: none;
	}

	.cm .cm-list {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.cm .cm-list li:first-child {
		padding: 0 0 50px 0;
	}

	.cm .cm-list li:last-child {
		padding: 0 0 20px 0;
	}

	.cm .cm-list li iframe {
		height: 100%;
	}

	.feature p {
		font-size: 1rem;
		text-align: left;
		margin-bottom: 0;
	}

	.feature p .we {
		display: block;
		padding-bottom: 20px;
	}

	.feature p .em {
		font-size: 5.8vw;
	}

	.feature p .self {
		display: block;
		padding-top: 20px;
	}

	.feature p br {
		display: none;
	}

	.feature .passing {
		display: block;
		margin-top: 30px;
	}

	.feature .passing li {
		margin: 10px 0 10px 0;
	}

	.feature .passing li:nth-child(2) {
		margin: 10px 0 10px 0;
	}

	.feature .passing .type {
		width: 65%;
	}

	.feature .passing .people {
		width: 35%;
	}

	.feature .data-date {
		text-align: center;
		padding: 0;
	}

	.top section.office-info {
		padding-bottom: 4px;
	}

	.office-info {
		background: url(../images/sp/chizu.jpg) no-repeat center/cover;
	}

	.office-info p {
		font-size: 1rem;
		text-align: left;
	}

	.office-info p br {
		display: none;
	}

	.office-info .prefecture-list li {
		padding: 0;
	}

	.office-info .prefecture-list li a {
		padding: 15px 5px 15px 30px;
		text-align: center;
	}

	.office-info .prefecture-list li a::after {
		right: unset;
		left: 15px;
	}

	.office-info .prefecture-list li:first-child {
		padding: 0 5px 0 0;
	}

	.office-info .prefecture-list li:first-child a {
		padding: 15px 5px 15px 30px;
		text-align: center;
	}

	.office-info .prefecture-list li:first-child a::after {
		right: unset;
		left: 15px;
	}

	.office-info .prefecture-list li:nth-child(4n+1) {
		padding: 0;
	}

	.office-info .prefecture-list li:nth-child(4n+1) a {
		padding: 15px 5px 15px 30px;
		text-align: center;
	}

	.office-info .prefecture-list li:nth-child(4n+1) a::after {
		right: unset;
		left: 15px;
	}

	.office-info .prefecture-list li:nth-child(4n) {
		padding: 0;
	}

	.office-info .prefecture-list li:nth-child(4n) a {
		padding: 15px 5px 15px 30px;
		text-align: center;
	}

	.office-info .prefecture-list li:nth-child(4n) a::after {
		right: unset;
		left: 15px;
	}

	.office-info .prefecture-list li:nth-child(2n) {
		padding: 0 0 0 5px;
	}

	.office-info .prefecture-list li:nth-child(2n) a {
		padding: 15px 5px 15px 30px;
		text-align: center;
	}

	.office-info .prefecture-list li:nth-child(2n) a::after {
		right: unset;
		left: 15px;
	}

	.notice .notice-heading h2 {
		width: 50%;
	}

	.notice .notice-heading .notice-link {
		width: 50%;
		text-align: center;
	}

	.notice .notice-heading .notice-link a {
		width: 100%;
		padding: 10px 0px 10px 0px;
	}

	.notice .notice-heading .notice-link a::after {
		right: 5%;
	}

	.notice .notice-list li dl {
		display: block;
	}

	.notice .notice-list li dl dt {
		width: 100%;
	}

	.notice .notice-list li dl dd {
		width: 100%;
	}

	.inner-wrap.recruit {
		padding: 0 10px;
	}

	.top .recruit img {
		width: 100%;
		height: auto;
	}

	#topBtn {
		width: 98%;
		margin: auto;
		right: 0;
		left: 0;
		bottom: 5px;
	}

	.footer-link ul.col-sm-3 {
		margin-bottom: 0;
		padding: 0;
		border-left: none;
	}

	.footer-link {
		padding: 10px;
	}

	.footer-link li {
		margin-bottom: 0;
		border-bottom: 1px solid #9ebbbf;
		padding: 10px;
	}

	.footer-link li .f-link-innner dt {
		margin: 0;
	}

	.footer-link li .f-link-innner dd {
		display: none;
	}

	.footer-link .footer-etc-info li {
		border: none;
		padding: 2.5px 0;
	}

	.footer-link .footer-etc-info li:first-child {
		padding: 10px 0 2.5px 0;
	}

	.footer-link .footer-etc-info li:last-child {
		padding: 2.5px 0 0px 0;
	}

	.footer-etc-info li a span .bl {
		font-size: .9rem;
	}

	.footer-etc-info li a span {
		font-size: 1.2rem;
	}

	.f-simulation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.f-simulation li {
		width: 50%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.f-simulation li:nth-child(2n) {
		border-left: 1px solid #9ebbbf;
	}

	.copyright {
		font-size: .7rem;
		padding-bottom: 0;
	}

	.bottom-link {
		padding: 0;
		font-size: .6rem;
	}

	.bottom-link .row li {
		width: 33.33333%;
		padding: 0;
	}

	.bottom-link .row li:first-child {
		padding: 0;
	}

	.bottom-link .row li:nth-child(2) {
		padding: 0;
	}

	.bottom-link .row li:nth-child(3) {
		padding: 0;
	}

	.bottom-link .row li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px 0;
	}

	.bottom-link .row li a .upper {
		padding-top: 5px;
		padding-left: 0;
	}

	.bottom-link .row li a .upper .bottom {
		display: none;
	}

	.loc-nav {
		display: none;
	}

	.sp-ttl {
		display: block;
		text-align: center;
		padding: 10px 0;
		background: #00213e;
		color: #fff;
	}

	.article h1 {
		font-size: 1.8rem;
	}

	.article .heading2 {
		font-size: 1.4rem;
	}

	.article h1.h1_shop {
		color: #fff;
	}

	.Breadcrumb {
		display: none;
	}

	.bottom-link .row.inner-wrap {
		padding: 0;
	}

	.items .db {
		display: block;
	}

	.items .heading-area {
		padding: 30px 0 0 0;
	}

	.items .heading-area h1 {
		display: block;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		font-size: 1.7rem;
		padding: 10px 0;
		position: relative;
	}

	.items .heading-area h1::before {
		display: block;
		padding: 0;
	}

	.items .heading-area h1 .down-arrow::before {
		content: "";
		width: 26px;
		height: 26px;
		border: 1px solid #cbcbcb;
		position: absolute;
		left: 6px;
		background: #fff;
		top: 0;
		bottom: -4px;
		margin: auto;
		vertical-align: middle;
		border-radius: 50%;
	}

	.items .heading-area h1 .down-arrow::after {
		content: "";
		width: 8px;
		height: 8px;
		border-bottom: 1px solid #cbcbcb;
		border-right: 1px solid #cbcbcb;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		vertical-align: middle;
	}

	.items .heading-area h1.estate-3m_plan .db {
		font-size: 1.5rem;
	}

	.items .want li {
		padding: 5px 0;
	}

	.heading-area .rate li {
		margin: 0;
	}

	.heading-area .limit dt {
		width: 40%;
	}

	.heading-area .limit dd {
		width: 60%;
		font-size: 1rem;
		text-align: left;
	}

	.heading-area .limit dd .num {
		font-size: 1.8rem;
	}

	.repayment table {
		font-size: .9rem;
	}

	.repayment table td {
		padding: 0;
	}

	.repayment table td.i-1 span {
		padding: 0 5px 0 0;
	}

	.repayment table td.i-2 span {
		padding: 0 5px 0 0;
	}

	.repayment table td.i-3 span {
		padding: 0 5px 0 0;
	}

	.repayment table td.i-4 span {
		padding: 0 5px 0 0;
	}

	.conditions table th {
		display: block;
		width: 100%;
	}

	.conditions table td {
		display: block;
		width: 100%;
	}

	.faq-loclnav {
		margin-bottom: 15px;
	}

	.faq-loclnav .inner-wrap.row {
		padding: 0;
	}

	.faq-loclnav li {
		border-bottom: 1px solid #fff;
		border-left: none;
	}

	.faq-loclnav li:nth-child(2n) {
		border-left: 1px solid #fff;
	}

	.faq-loclnav a::after {
		right: 5px;
	}

	.footer-link {
		margin-top: 75px;
	}

	.simulation table {
		font-size: .8rem;
	}

	.simulation .calculation button {
		padding: 20px;
		width: 100%;
	}

	.simulation .input-area td {
		text-align: left;
		padding: 10px;
	}

	.simulation .input-yen {
		padding: 0;
	}

	.simulation .input-date {
		width: 60%;
		padding: 0;
	}

	.simulation .input-date-2 {
		width: 60%;
		margin: 10px 0;
		padding: 0;
	}

	.simulation .input-interest {
		padding: 0;
	}

	.org-chart img {
		width: 100%;
		height: auto
	}

	.recruit img {
		width: 100%;
		height: auto;
	}

	.mrf-nationwide img {
		width: 100%;
		height: auto;
	}

	.gf img {
		width: 100%;
	}

	.feature-3 .gf p {
		text-align: left;
	}

	.feature-3 .gf p .db {
		display: inline;
	}

	.feature-3 .gf p.gf-bottom-text {
		padding: 20px 10px;
	}

	.address {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.address th {
		width: 20%;
	}

	.address td {
		width: 80%;
	}

	.address .map {
		margin: 10px 0 0 0;
		padding: 0;
	}

	.address table,
	.address .map {
		width: 100%;
	}

	.step-wrap .step {
		padding: 0;
	}

	.step-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.step-inner .left {
		width: 100%;
		padding: 0;
	}

	.step-inner .right-img {
		width: 100%;
		margin-bottom: 10px;
	}

	.step-inner h2 {
		margin-bottom: 10px;
	}

	.step-link {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.step-link .detail-link {
		margin: 10px 0;
		width: 100%;
	}

	.step-link .detail-link a {
		padding: 20px 20px;
		width: 100%;
		display: block;
	}

	.step-num {
		font-size: 1rem;
		margin: 5px 10px 0 0;
		padding: 5px 20px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.repayment-list {
		margin-bottom: 0;
	}

	.repayment-list li {
		margin-bottom: 30px;
	}

	.repayment-list li:first-child {
		padding: 0;
	}

	.repayment-list li:nth-child(2) {
		padding: 0;
	}

	.repayment-list li:nth-child(3) {
		padding: 0;
	}

	.hensai-img img {
		width: 100%;
		height: auto;
	}

	.repayment-page h2 {
		font-size: 1.7rem;
	}

	.repayment-page .space25.sp-space {
		padding: 25px 0 0 0;
	}

	.repayment-page .space25.sp-space p {
		margin: 0;
	}

	.rosa li {
		padding: 0;
		margin: 5px 0;
	}

	.rosa li:nth-child(4n+1) {
		padding: 0;
	}

	.rosa li:nth-child(4n) {
		padding: 0;
	}

	.mousikomi-p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mousikomi-p::before {
		display: block;
	}

	.faq-q li {
		margin-bottom: 30px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}

	.faq-q li::before {
		padding-top: 3px;
	}

	.faq-loclnav li {
		width: 50%;
		font-size: .8rem;
		padding: 0 20px 0 0;
	}

	.faq-loclnav li:last-child {
		border-right: none;
	}

	.faq-loclnav a::after {
		right: -10px;
	}

	.word-loclnav .inner-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.word-loclnav .inner-wrap li {
		width: 20%;
		border-bottom: 1px solid #fff;
	}

	.word-loclnav .inner-wrap li:first-child {
		border-left: none;
	}

	.word-loclnav .inner-wrap li:last-child {
		border-right: none;
	}

	.word-loclnav .inner-wrap li:nth-child(5n+1) {
		border-left: none;
	}

	.word-loclnav .inner-wrap li a {
		padding: 10px 10px 10px 10px;
		font-weight: normal;
		font-size: .7rem;
	}

	.word-list li {
		margin-bottom: 30px;
	}

	.prevention-p {
		font-size: 1.1rem;
	}

	.fsa {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.fsa dt {
		width: 25%;
	}

	.fsa dd {
		width: 75%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.relation {
		margin-top: 50px;
	}

	.relation li {
		margin-bottom: 10px;
	}

	.relation li:first-child {
		padding: 0;
	}

	.relation li:nth-child(2) {
		padding: 0;
	}

	.relation li:nth-child(3) {
		padding: 0;
	}

	#main.top {
		padding-top: 0 !important;
	}

	.g-nav {
		height: 100%;
		overflow-y: scroll;
		display: block;
	}

	.g-nav .contact-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		color: #fff;
		padding: 20px 0;
	}

	.g-nav .contact-area .tel-num {
		color: #fff;
	}

	.g-nav .contact-area .request {
		display: block;
		width: 100%;
		margin: 0 1% 0 1%;
	}

	.g-nav .contact-area .request a {
		margin-right: 0;
		padding: 10px;
		font-size: 4vw;
	}

	.g-nav .contact-area .contact {
		display: block;
		margin: 1em 1% 0 1%;
		width: 100%;
	}

	.g-nav .contact-area .contact a {
		padding: 10px;
		font-size: 4vw;
	}

	.g-nav .contact-area .tel {
		padding: 0 1% 20px 5%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		padding: 0 1% 20px 5%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.g-nav .contact-area .tel .consultation.a-tel {
		display: block;
		color: #fff;
		width: 100%;
		margin: 0 1% 0 1%;
		margin-bottom: 10px;
		border: none;
		padding: 0;
		text-align: center;
	}

	.g-nav .contact-area .tel .consultation.a-tel a {
		padding: 0;
	}

	.items .flow-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.items .flow-list li {
		width: 100%;
		border: none;
		margin-bottom: 40px;
	}

	.items .flow-list li::before {
		content: none;
	}

	.items .flow-list li::after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		border-top: 30px solid #f7f7f7;
		border-right: 80px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 80px solid transparent;
		margin: 20px auto;
		bottom: -80px;
		right: 0;
		left: 0;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		top: unset;
	}

	.items .flow-list .step-::after {
		margin-left: 0px;
	}

	.items .flow-list .step-.soudan::after {
		margin-left: 0px;
	}

	.voice .voice-inner-l,
	.voice .voice-inner-r {
		padding: 0;
	}

	.apply-form table th {
		display: block;
		width: 100%;
	}

	.apply-form table th.w15 {
		width: 100%;
	}

	.apply-form table th.vertical-top {
		background: #3593a2;
		padding: 10px 0 10px 30px;
	}

	.apply-form table td {
		display: block;
		width: 100%;
	}

	.apply-form table td .sp-block {
		display: block;
		padding: 10px 0 0 0;
	}

	.apply-form select {
		width: 100%;
	}

	.apply-form .w80 {
		width: 100%;
	}

	.apply-form .birth-date {
		width: 20%;
	}

	.section-box .lbox-inner {
		margin-bottom: 30px;
	}

	.section-box .recomed-plan {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-box .recomed-plan h4 {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-box .recomed-plan ul {
		width: 100%;
		margin: 20px 0 20px 0;
	}

	.section-box .recomed-plan li {
		width: 100%;
	}

	.section-box .recomed-plan li a {
		width: 100%;
	}

	.introduction li {
		margin-bottom: 10px;
	}

	.introduction li:first-child {
		padding: 0;
	}

	.introduction li:nth-child(2) {
		padding: 0;
	}

	.introduction li:nth-child(3) {
		padding: 0;
	}

	.feature-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.feature-1 img {
		padding-right: 0;
		padding-bottom: 10px;
	}

	.status {
		padding: 20px 0 0 0;
	}

	.space50 {
		padding: 25px 0;
	}

	.space50.inner-wrap {
		padding: 25px 10px;
	}

	.feature-3 .gf p {
		line-height: 1.5;
	}

	#case.section-box h2,
	#voice.section-box h2 {
		margin-bottom: 10px;
	}

	.section-box h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.items .flow-list li:last-child {
		margin-bottom: 0;
	}

	.detail-link a {
		width: 100%;
	}

	.branch .section-box h2 {
		margin-bottom: 20px;
	}

	.repayment-page h2 {
		margin-bottom: 10px;
	}

	.repayment-page .section-box h3 {
		margin-bottom: 10px;
	}

	.repayment-page h4 {
		margin-bottom: 10px;
	}

	.rosa {
		font-size: .9rem;
	}

	.rosa li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.rosa li span {
		width: 98%;
		margin-right: 1%;
	}

	.rosa li:nth-child(2n) span {
		margin-left: 1%;
	}

	.article p.course-p {
		margin-bottom: 10px;
	}

	.faq-q {
		margin-bottom: 0;
	}

	.faq-q li:last-child {
		margin-bottom: 0;
	}

	.rbox-inner {
		padding: 0;
	}

	.article h1.h1-word {
		text-align: left;
	}

	.feature .section-box h2 {
		margin-bottom: 10px;
	}

	.case .section-box h2 {
		margin-bottom: 10px;
	}

	.guide .section-box h2 {
		margin-bottom: 10px;
	}

	.feature-3 {
		padding: 25px 0 0 0;
	}

	.relation-wordlist ul {
		margin-top: 10px;
	}

	.relation-wordlist ul li {
		width: 100%;
		margin: 0;
	}

	.relation-wordlist ul li a {
		width: 100%;
	}

	.detail-link.word {
		margin: 20px 0;
	}

	.apply-form .expansion-button,
	.apply-form .expansion-button2 {
		padding: 10px 30px;
	}

	.apply-form .postal-code input {
		width: 50%;
	}

	.voice .section-box .inner-wrap {
		padding: 0;
	}

	.products-list li .product-conts dd .detail-link {
		width: 100%;
		padding: 0 20px;
		bottom: 20px;
	}

	.products-list li {
		margin-bottom: 10px;
	}

	.products-list li:nth-child(2n),
	.products-list li:nth-child(2n+1) {
		padding: 0;
	}

	.sp-small {
		font-size: .8rem;
		display: block;
	}

	.detail-link.conts-estate-3m_plan a br {
		display: none;
	}

	.relation.inner-wrap {
		padding: 0 10px;
		margin-top: 30px;
	}

	.relation.inner-wrap dt {
		margin-bottom: 10px;
	}

	.article h1,
	.article .h1-faq {
		padding: 50px 0;
	}

	.article .h1-faq {
		font-size: 1.8rem;
	}

	.bottom-link {
		position: fixed;
		bottom: 0;
		z-index: 2;
		width: 100%;
	}

	footer a {
		display: block;
		width: 100%;
	}

	.questionnaire li {
		margin: 10px 0;
	}

	.voice-box {
		padding: 25px 10px;
	}

	.section-box .inner-wrap {
		padding: 0;
	}

	.apply-form .agree-button .submit input {
		width: 90%;
		margin: 10px 0;
	}

	.apply-form .agree-button .submit input {
		width: 90%;
		margin: 10px 0;
	}

	.questionnaire>span {
		width: 50%;
		padding: 20px 10px;
	}

	.questionnaire>span>label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.questionnaire>span>label input[type=checkbox] {
		display: block;
	}

	.feature-3 .gf,
	.feature-3>.inner-wrap {
		padding: 20px 10px;
	}

	.mw_wp_form .questionnaire .horizontal-item+.horizontal-item,
	.mw_wp_form .questionnaire .mwform-checkbox-field.horizontal-item {
		width: 100%;
		margin-bottom: 0;
	}

	.privacy-list>li {
		position: relative;
		margin-top: 50px;
	}

	.prevention-list li::before,
	.privacy-list li::before {
		position: absolute;
		top: -25px;
	}

	.renraku {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.conp-name {
		width: 100%;
	}
}

.cta-action-footer,
.cta-action-header {
	display: none;
}

@media(max-width:767px) {
	#header-logo {
		position: relative;
		width: auto;
		padding-block: 5px;
		width: 5.2rem;
	}

	/**/
	.cta-action-header,
	.cta-action-header * {
		box-sizing: border-box;
	}

	.cta-action-header {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 8rem;
		width: 10rem;
		bottom: 8px;
	}

	.cta-action-header-item {
		display: block;
	}

	.cta-action-header-item+.cta-action-header-item {
		margin-top: 1px;
	}

	/**/
	.cta-action-footer,
	.cta-action-footer * {
		box-sizing: border-box;
	}

	.cta-action-footer {
		display: flex;
		list-style: none;
		margin: 1px 0 0;
		padding: 0;
		width: 100%;
	}

	.cta-action-footer-item {
		width: 50%;
	}

	/**/
	.btn-request {
		color: #FFF;
		border-bottom: 3px solid #004252;
		display: block;
		text-align: center;
		line-height: 1;
		background-image: url("https://www.mrf-c.co.jp/wp-content/themes/mrf/images/icons/document_icon.png");
		background-repeat: no-repeat;
		background-size: 1em auto;
		background-position: left 0.5em top 50%;
		background-color: #0083a5;
		padding: 0.4em 1em;
		font-size: 0.9em;
		white-space: nowrap;
		font-size: 1rem;
		height: 100%;
	}

	.btn-contact {
		color: #FFF;
		border-bottom: 3px solid #a70000;
		display: block;
		text-align: center;
		line-height: 1;
		background-image: url("https://www.mrf-c.co.jp/wp-content/themes/mrf/images/icons/headset-icon.png");
		background-repeat: no-repeat;
		background-size: 1em auto;
		background-position: left 0.5em top 50%;
		background-color: #f30000;
		padding: 0.4em 1em;
		font-size: 0.9em;
		white-space: nowrap;
		font-size: 1rem;
		height: 100%;
	}

	/**/
	.bnr-footer {
		flex-direction: column;
		justify-content: center;
	}

	.bnr-footer__sponsor {
		width: 12rem;
	}
}