@charset "UTF-8";

.outline {
	padding: 60px;
    width: 100%;
    height: 100%;
}
.section {
	margin-top: 90px;
}

@media screen and (max-width: 768px) {
	.outline {
		padding: 45px;
	}
}
@media screen and (max-width: 559px) {
	.outline {
		padding: 45px 0;
	}
}
@media screen and (max-width: 430px) {
	.outline {
		padding: 45px 0;
	}
}

.sub-title {
	font-size: 4rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.sub-title {
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 559px) {
	.sub-title {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 430px) {
	.sub-title {
		font-size: 6.8vw;
	}
}



/***************************************************
 * 女性のための8つの安心
 * ************************************************/

#relieved article {
	margin-top: 90px;
}
#relieved header {
	position: relative;
}
#relieved header img.relieved-anshin {
	width: 10vw;
	position: absolute;
	    top: -60px;
    left: -2vw;
}
#relieved header .header-anshin {
	width: 175px;
}
#relieved header .header-title {
	width: calc(100% - 175px);
	padding-left: 30px;
}
#relieved .inbox {
margin-top: 45px;
}
#relieved .item {
	
}
#relieved .item .relieved-title {
	font-size: 4rem;
}
#relieved .item .relieved-title span {
	display: inline-block;
}

#relieved .item {
	margin-top: 90px;
}
#relieved .relieved-flex {
	display: flex;
}
#relieved .relieved-flex .relieved-flex___txt {
	width: calc(100% - 24.2vw);
	padding-right: 45px;
	order: 1;
}
#relieved .relieved-flex .relieved-flex___img {
	width: 24.2vw;
	order: 2;
}
#relieved .relieved-flex .relieved-flex___txt p.start {
	margin-top: 30px;
}
#relieved .relieved-flex .relieved-flex___txt ul {
	list-style: none;
	padding: 0;
	margin: -12px 0 0;
}
#relieved .relieved-flex .relieved-flex___txt ul:not(:first-child) {
	margin: 30px 0;
}
#relieved .relieved-flex .relieved-flex___txt ul li {
	margin-top: 12px;
	padding-left: 32px;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
}
#relieved .relieved-flex .relieved-flex___txt ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon/checkbox.svg) no-repeat;
	background-size: auto;
	background-size: contain;
	background-position: center;
	width: 22px;
	height: 22px;
}

/* 注意事項 */
#relieved .item .memo {
	background: #fafafa;
    padding: 30px;
	margin-top: 30px;
    border-radius: 18px;
	font-size: .9em;
}
#relieved .item .memo p.memo_title {
	margin: 0 0 6px;
}

/* スライダー */
#relieved .relieved-slider {
	margin-top: 45px;
}
#relieved .relieved-slider .splide__arrow--prev {
	left: -22px;
}
#relieved .relieved-slider .splide__arrow--next {
	right: -22px;
}
#relieved .splide__arrow {
	background: #ff82a8;
	opacity: 1;
}
#relieved .splide__arrow svg {
	fill: #FFF;
}


@media screen and (max-width: 1194px) {
	#relieved header img.anshin {
		width: 400px;
	}
	
	#relieved .item .relieved-title {
		font-size: 3.4vw;
	}
	#relieved .relieved-flex {
		display: block;
	}
	#relieved .relieved-flex .relieved-flex___txt {
		width: 100%;
		padding: 0;
	}
	#relieved .relieved-flex .relieved-flex___img {
		float: right;
		margin: 0 0 30px 30px;
	}
}
@media screen and (max-width: 768px) {
	#relieved header img.anshin {
		width: 48vw;
        min-width: 320px;
	}
	#relieved .item .relieved-title {
		font-size: 4.4rem;
	}
	#relieved .relieved-flex .relieved-flex___img {
		width: 30vw;
		margin: 0 0 18px 18px;
	}
}
@media screen and (max-width: 559px) {
	#relieved header img.anshin {
        min-width: 220px;
	}
	#relieved .item .relieved-title {
		font-size: 3.2rem;
	}
	#relieved .relieved-flex .relieved-flex___img {
		width: 34vw;
	}
	
	/* スライダー */
	#relieved .splide__arrow {
		width: 36px;
		height: 36px;
	}
	#relieved .splide__arrow svg {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	#relieved .item .relieved-title {
		font-size: 3rem;
	}
	#relieved .item .memo {
		padding: 18px;
	}
	
}
@media screen and (max-width: 380px) {
	#relieved .item .relieved-title {
		font-size: 2.4rem;
	}
}


/***************************************************
 * クリーン138のこだわり
 * ************************************************/

#quality .kodawari {
	padding: 0 0 90px;
	border-bottom: 1px solid #FFF4F8;
}
#quality .kodawari div {
	text-align: center;
	margin-top: 30px;
	font-size: 2rem;
}

#quality .quality-items {
padding-top: 60px;
}
#quality .quality-item {
	margin: 90px 0 0 0;
}
#quality .quality-item .quality_title_box {
	text-align: center;
}
#quality .quality-item .quality_title_box p.number {
	display: inline-block;
	text-align: center;
	margin: 0 0 3px;
	color: #FFF;
    background: #FF82A9;
    width: 60px;
    font-family: sans-serif;
	font-weight: bold;
}
#quality .quality-item .quality_title_box .quality-title {
	text-align: center;
	font-size: 4rem;
	color: #fe4c85;
}
#quality .quality_item .quality_title_box .quality_title span {
	display: inline-block;
	padding: 0 60px;
	position: relative;
	z-index: 1;
}
#quality .quality_item .quality_title_box .quality_title span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(images/quality/deco_left.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 90px;
	height: 58px;
	z-index: -1;
}
#quality .quality_item .quality_title_box .quality_title span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(images/quality/deco_right.png) no-repeat;
	background-position: center;
	background-size: 100%;
	width: 90px;
	height: 58px;
	z-index: -1;
}
#quality .quality_item .inbox {
	margin-top: 45px;
}
#quality .quality-flex {
	display: flex;
}
#quality .quality-flex .quality-flex___img {
	width: 400px;
}
#quality .quality-flex .quality-flex___img img {
	border-radius: 18px;
}
#quality .quality-flex .quality-flex___txt {
	width: calc(100% - 400px);
	padding-left: 45px;
}
#quality .quality-flex .quality-flex___txt a {
	display: inline-block;
	text-decoration: underline;
}

#quality .quality-wide {
	overflow: hidden;
}
#quality .quality-text {
	margin-top: 45px;
}
#quality .quality-text .quality-subtitle {
	font-size: 2rem;
	margin-bottom: 18px;
    padding-bottom: 12px;
	border-bottom: 1px solid #333;
}
#quality .quality-text dl {
	
}
#quality .quality-text dl:not(:last-child) {
	margin-bottom: 18px;
}
#quality .quality-text dl dt {
	color: #666;
}
#quality .quality-text dl dt:before {
	content: "●";
	margin-right: 6px;
}
#quality .quality-text dl dd {
	
}
#quality .quality-text img.personaldata-protection {
	margin-top: 18px;
}
#quality .quality-text img.iraisyo {
	float: right;
	margin: 0 0 18px 18px;
}

@media screen and (max-width: 1194px) {
	#quality .quality-flex .quality-flex___img {
		width: 32vw;
	}
	#quality .quality-flex .quality-flex___txt {
		width: calc(100% - 32vw);
		padding-left: 45px;
	}
	#quality .quality-text img.iraisyo {
		width: 24vw;
	}
}
@media screen and (max-width: 768px) {
	#quality .kodawari {
		padding: 0 0 75px;
	}
	#quality .quality-items {
		padding-top: 45px;
	}
	#quality .quality-item {
		margin-top: 75px;
	}
	#quality .quality-flex {
		flex-direction: column;
	}
	#quality .quality-flex .quality-flex___img {
		width: 100%;
		float: none;
		margin: 0 30px 30px 0;
	}
	#quality .quality-flex .quality-flex___txt {
		width: 100%;
		padding-left: 0;
	}

	#quality .quality-text img.iraisyo {
		width: 36vw;
	}
}
@media screen and (max-width: 559px) {
	#quality .kodawari {
		padding: 0 0 60px;
	}
	#quality .quality-item {
		margin-top: 60px;
	}
	#quality .quality-flex {
		flex-wrap: wrap;
	}
	#quality .quality-flex .quality-flex___img {
		width: 100%;
	}
	#quality .quality-flex .quality-flex___txt {
		width: 100%;
		padding: 0;
		margin-top: 18px;
	}
	#quality .quality-flex .quality-flex___img img {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
	#quality .kodawari {
		padding: 0 0 45px;
	}
	#quality .kodawari div {
		font-size: 1.8rem;
	}
	#quality .quality-item {
		margin-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	#quality .kodawari {
		padding: 0 0 30px;
	}
	#quality .kodawari div {
		font-size: 1.7rem;
	}
	#quality .quality-items {
		padding-top: 30px;
	}
}




/***************************************************
 * サービス
 * ************************************************/

#service .summary {
	    padding: 0;
	text-align: center;
    font-size: 1.2em;
}
#service .service-items {
	    margin-top: 90px;
}
#service .service-item {
	margin-top: 60px;
}
#service .service-item .service-item-flex {
	display: flex;
	    align-items: center;
}
#service .service-item .service-item-flex___title {
	width: calc(100% - 620px);
	padding-right: 30px;
}
#service .service-item .service-item-flex___img {
	width: 680px;
	margin-right: -60px;
	margin-left: auto;
}
#service .service-item .service-item-flex___img img {
	border-radius: 18px 0 0 18px;
}
#service .service-item img.beginner-Illust {
	display: block;
	margin: 0 auto;
}
#service .service-item .service-item-title {
	
}
#service .service-item .service-item-title span {
	display: block;
	font-size: .4em;
    margin-top: 12px;
}
#service .service-item .service-item-text {
	margin-top: 30px;
}

@media screen and (max-width: 1194px) {
	#service .service-item .service-item-flex___title {
		width: calc(100% - 42vw);	
	}
	#service .service-item .service-item-flex___img {
		width: calc(42vw + 60px);
	}
	#service .service-item .service-item-title {
		font-size: 3vw;
	}
}
@media screen and (max-width: 960px) {
	#service .service-item .service-item-flex___title {
		width: calc(100% - 36vw);	
	}
	#service .service-item .service-item-flex___img {
		width: calc(36vw + 60px);
	}
}
@media screen and (max-width: 768px) {
	#service .summary {
		text-align: left;
		font-size: 1.1em;
	}
	#service .service-item .service-item-flex {
		flex-direction: column;
	}
	#service .service-item .service-item-flex___title {
		padding: 0;
		width: 100%;
	}
	#service .service-item .service-item-flex___img {
		width: calc(100% + 90px);
		margin-left: 0;
		margin-right: 0;
	}
	#service .service-item .service-item-flex___img img {
		border-radius: 0;
	}
	#service .service-item .service-item-title {
		font-size: 2.8rem;
	}
	#service .service-item .service-item-title span {
		font-size: .6em;
		margin-top: 6px;
	}
}
@media screen and (max-width: 559px) {
	#service .summary {
		font-size: 1em;
	}
	#service .summary img.summary-Illust {
		width: 280px;
	}
	#service .service-item img.beginner-Illust {
		width: 75px;
	}
	#service .service-item {
		margin-top: 45px;
	}
	#service .service-item .service-item-flex___img {
		width: calc(100% + 60px);
	}
}
@media screen and (max-width: 430px) {
	#service .summary {
		font-size: 1.8rem;
	}
	#service .summary img.summary-Illust {
		width: 220px;
	}
	#service .service-item .service-item-title {
		font-size: 2.6rem;
		width: calc(100% + 60px);
		margin-left: -30px;
	}

}
@media screen and (max-width: 320px) {
	#service .summary img.summary-Illust {
		width: 180px;
	}
	#service .service-item {
		margin-top: 30px;
	}
	#service .service-item .service-item-title {
		font-size: 2.4rem;
		width: 100%;
		margin-left: 0;
	}
	#service .service-item .service-item-flex___img {
		width: calc(100% + 36px);
	}
}


/***************************************************
 * 料金について
 * ************************************************/

#plan a.arrow {
	display: inline-block;
	padding: 0 0 0 calc(1em + 12px);
	font-size: .8em;
	color: #fe4c85;
	text-decoration: none;
	position: relative;
}
#plan a.arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/icon_arrow.webp) no-repeat;
	background-size: 100%;
	width: 1em;
	height: 1em;
}

#plan .summary {
	
}
#plan .summary .plan-summary-title {
	text-align: center;
	font-size: 3.8rem;
	font-weight: 600;
}
#plan .summary div {
	text-align: center;
	font-size: 2rem;
}

#plan .estimate {
	margin: 45px 0 0;
}
#plan .estimate ul.estimate-sample {
	margin: -30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	    align-items: center;
}
#plan .estimate ul.estimate-sample li {
	width: calc(100%/2 - 18px);
	margin: 30px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#plan .estimate ul.estimate-sample li .sample-description {
	margin-top: 18px;
}
#plan .estimate ul.estimate-sample li .sample-description p.floor {
	font-size: .8em;
	margin: 0;
}
#plan .estimate ul.estimate-sample li .sample-description p.price {
    padding: 0;
	margin: 0;
	font-size: 3.2rem;
	font-family: 'Lato', sans-serif;
}
#plan .estimate ul.estimate-sample li .sample-description p.price span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: .7em;
    margin: 0 3px;
}
#plan .estimate ul.estimate-sample li .inbox_last {
	display: flex;
}
#plan .estimate ul.estimate-sample li .inbox_summary {
	text-align: center;
}
#plan .estimate ul.estimate-sample li .inbox_summary p.text {
	font-size: 2.8rem;
	font-weight: 600;
    line-height: 1.6;
}


#plan .point {
}
#plan .point .point-outline {
	position: relative;
	background: #F0F2F9;
}
#plan .point .point-outline img.point-woman {
	max-width: 430px;
	width: 30.8vw;
	position: absolute;
	right: 1vw;
	bottom: 0;
}
#plan .point .inbox {
	background: #FFF;
	padding: 30px;
	margin: 0 6vw 0 0;
	border-radius: 18px;
}
#plan .point ul.point-list {
	
}
#plan .point ul.point-list li {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
	color: #FF82A9;
	padding: 12px 8px 12px 1.6em;
	position: relative;
}
#plan .point ul.point-list li:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
#plan .point ul.point-list li:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon/checkbox.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
}

/* 上記金額について */
#plan .price-explanation {
	
}
#plan .price-explanation .price-explanation-situation {
	margin: 30px 0 0;
}
#plan .price-explanation .price-explanation-situation p.price-explanation-situation-title {
	text-align: center;
	font-size: 2rem;
    font-weight: 500;
}
#plan .price-explanation ul.situation-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan .price-explanation ul.situation-list li {
	width: calc(100%/3 - 18px);
	text-align: center;
}
#plan .price-explanation ul.situation-list li img {
	border-radius: 18px;
}

/* オプションサービス */
#plan .option {
	background: #E5FFE5;
}
#plan .option-item {
	margin-top: 60px;
	padding: 45px;
	background: #FFF;
	border-radius: 18px;
	position: relative;
}
#plan .option-item img.option-icon {
	position: absolute;
    left: -30px;
    top: -30px;
}
#plan .option-item .option-title {
	padding-left: 75px;
}
#plan .option-item .option-title span {
	background: linear-gradient(transparent 50%, #E5FFE5 50%);
}
#plan .option-item .option-inbox {
	
}
#plan .option-item .option-inbox p.option-price {
	border-bottom: 1px solid #ededed;
    padding: 12px;
    text-align: center;
    border-radius: 18px;
	color: #009900;
    font-size: 2.2rem;
}
#plan .option-item .option-inbox p.option-price span.item {
	display: inline-block;
	margin-right: 12px;
	font-size: .8em;
}
#plan .option-item .option-inbox p.option-price span.tax {
	font-size: .8em;
}
#plan .option-item .option-inbox .option-text {
	margin-top: 30px;
}
#plan .option-item .option-inbox .option-image {
	margin-top: 30px;
}
#plan .option-flex {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
#plan .option-flex .option-flex___text {
	width: calc(100% - 390px);
}
#plan .option-flex .option-flex___img {
	width: 420px;
	padding-left: 30px;
}
#plan .option-item ul.option4-list {
	margin-bottom: 18px;
}
#plan .option-item ul.option4-list li {
	    margin-top: 6px;
    font-size: 2rem;
}


/* 料金事例 */
#plan .costexample .summary {
	
}
#plan .costexample .costexample-slider {
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #fe4c85;
	border-bottom: 1px solid #fe4c85;
	line-height: 1;
}

/* スライダー */
#plan .costexample .costexample-slider .splide__arrow--prev {
	left: -22px;
}
#plan .costexample .costexample-slider .splide__arrow--next {
	right: -22px;
}
#plan .costexample .splide__arrow {
	background: #ff82a8;
	opacity: 1;
}
#plan .costexample .splide__arrow svg {
	fill: #FFF;
}
#plan .costexample .costexample_item {
	padding: 30px 0;
}
#plan .costexample .costexample_top_flex {
	display: flex;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info {
	width: calc(100% - 480px);
	padding-right: 30px;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info .client_title {
	margin: 0 0 6px;
	text-align: center;
    font-size: 2rem;
    line-height: 1.4;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info .client_title span {
	display: block;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail {
	padding: 0 30px;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail p {
	line-height: 1.6;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail p.amount {
	text-align: center;
	margin: 0 0 12px;
	font-size: 2rem;
	line-height: 1.6;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail p.amount span.price {
	display: inline-block;
    margin-left: 12px;
	font-family: 'Lato', sans-serif;
	font-size: 2.8rem;
	color: #fe4c85;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail p.amount span.yen {
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: .7em;
    margin-left: 2px;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___img {
	width: 480px;
	position: relative;
}
#plan .costexample .costexample_top_flex .costexample_top_flex___img img.level {
	position: absolute;
	top: -30px;
    left: -52px;
}
#plan .costexample .costexample_bottom_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}
#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___bystaff {
	width: calc(100% / 2 + 90px - 12px);
	background: #FFF4F8;
    border-radius: 18px;
	line-height: 1.6;
    margin: 18px 0 0;
    padding: 32px 30px 30px;
    position: relative;
}
#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___bystaff.wide {
	width: 100%;
}
#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___bystaff:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/plan/costexample-bystaff.webp) no-repeat;
	background-position: center;
	background-size: 90px;
	width: 90px;
	height: 26px;
}
#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___point {
	width: calc(100% / 2 - 90px - 12px);
	background: #FFFBE8;
    border-radius: 18px;
	line-height: 1.6;
    margin: 18px 0 0;
    padding: 32px 30px 30px;
    position: relative;
}
#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___point:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/plan/costexample-onepoint.webp) no-repeat;
	background-position: center;
	background-size: 155px;
	width: 155px;
	height: 26px;
}

#plan .costexample-slider {
	
}
ul.costexample-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -30px;
}
#plan .costexample ul.costexample-list li {
	width: calc(100%/2 - 12px);
	margin-top: 30px;
}
#plan .costexample ul.costexample-list li:nth-child(odd) {
	padding-right: 15px;
}
#plan .costexample ul.costexample-list li:nth-child(even) {
	padding-left: 15px;
}
#plan .costexample ul.costexample-list li dl {
	width: 100%;
}
#plan .costexample ul.costexample-list li dt {
	color: #fe4c85;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 115px;
	margin-bottom: 15px;
}
#plan .costexample ul.costexample-list li dd {
	
}
#plan .costexample ul.costexample-list li dt .detail {
	position: relative;
}
#plan .costexample ul.costexample-list li dt .detail span.price {
	display: block;
	width: 100%;
	text-align: right;
}
#plan .costexample ul.costexample-list li dt .detail span.amount {
	position: absolute;
	top: 1em;
	font-size: .5em;
}
#plan .costexample ul.costexample-list li dt .detail span.title {
	display: block;
	color: #000;
	font-size: .7em;
	margin-top: -5px;
}
#plan .costexample ul.costexample-list li dt.level1,
#plan .costexample ul.costexample-list li dt.level2,
#plan .costexample ul.costexample-list li dt.level3,
#plan .costexample ul.costexample-list li dt.level4,
#plan .costexample ul.costexample-list li dt.level5 {
	position: relative;
}
#plan .costexample ul.costexample-list li dt.level1:before,
#plan .costexample ul.costexample-list li dt.level2:before,
#plan .costexample ul.costexample-list li dt.level3:before,
#plan .costexample ul.costexample-list li dt.level4:before,
#plan .costexample ul.costexample-list li dt.level5:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100px;
	height: 100px;
} 
#plan .costexample ul.costexample-list li dt.level1:before {
	background: url(images/plan/level-1-min.png) no-repeat;
	background-position: left center;
	background-size: 100px;
}
#plan .costexample ul.costexample-list li dt.level2:before {
	background: url(images/plan/level-2-min.png) no-repeat;
	background-position: left center;
	background-size: 100px;
}
#plan .costexample ul.costexample-list li dt.level3:before {
	background: url(images/plan/level-3-min.png) no-repeat;
	background-position: left center;
	background-size: 100px;
}
#plan .costexample ul.costexample-list li dt.level4:before {
	background: url(images/plan/level-4-min.png) no-repeat;
	background-position: left center;
	background-size: 100px;
}
#plan .costexample ul.costexample-list li dt.level5:before {
	background: url(images/plan/level-5-min.png) no-repeat;
	background-position: left center;
	background-size: 100px;
}
#plan .costexample ul.costexample-list li dd .image-describe {
	margin: 15px 0 0;
}
#plan .costexample ul.costexample-list li dd .bystaff {
	background: #FFF4F8;
	border-radius: 8px;
	margin: 18px 0 0;
	padding: 25px;
	position: relative;
}
#plan .costexample ul.costexample-list li dd .bystaff:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(images/plan/costexample-bystaff-min.png) no-repeat;
	background-position: center;
	background-size: 90px;
	width: 90px;
	height: 26px;
}
#plan .costexample ul.costexample-list li dd .one-point {
	background: #FFFBE8;
	border-radius: 8px;
	margin: 18px 0 0;
	padding: 25px;
	position: relative;
}
#plan .costexample ul.costexample-list li dd .one-point:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(images/plan/costexample-onepoint-min.png) no-repeat;
	background-position: center;
	background-size: 155px;
	width: 155px;
	height: 26px;
}

/* その他 */
#plan .other {
	background: #fafafa;
}
#plan .other .other-items {
	
}
#plan .other .other-item {
	border-left: 1px solid;
	margin-top: 45px;
	padding: 30px;
	background: #FFF;
    border-radius: 0 18px 18px 0;
}
#plan .other .other-title {
	font-size: 2.2rem;
	margin-bottom: 18px;
}
#plan .other .other-subtitle {
	font-size: 2rem;
	margin-bottom: 18px;
}
#plan .other .other-item div {
	margin-top: 30px;
}
#plan .other .other-item img.card {
	display: block;
	margin-top: 12px;
}
#plan .other .other-item ul.other-list {
	margin-top: -12px;
}
#plan .other .other-item ul.other-list li {
	margin-top: 12px;
}
#plan .other .other-item ul.other-list li:before {
	content: "●";
	margin-right: 6px;
}
#plan .other .other-item img.loan {
	display: block;
	margin: 30px auto 0;
}
#plan .other .other-item img.loan_sp {
	display: none;
}
#plan .other .other-item p.other-link {
	text-align: left;
}


@media screen and (max-width: 1194px) {
	/* 見積もりの目安 */
	#plan .summary .plan-summary-title {
		font-size: 3vw;
	}
	#plan .estimate ul.estimate-sample li .sample-description p.price {
		font-size: 2.8vw;
	}
	#plan .estimate ul.estimate-sample li .inbox_summary p.text {
		font-size: 2.6vw;
	}
	
	/* ポイント*/
	#plan .point .inbox {
		width: 68vw;
	}
	#plan .point ul.point-list li {
		padding: 12px 15vw 12px 1.6em;
	}
	
	
	/* オプションサービス */
	#plan .option-flex .option-flex___text {
		width: calc(100% - 34vw);
	}
	#plan .option-flex .option-flex___img {
		width: 34vw;
	}
	
	/* 料金事例 */
	#plan ul.costexample_slider li .costexample_top_flex {
		flex-direction: column;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___img {
		width: 38vw;
		margin-top: 18px;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___info {
		width: calc(100% - 38vw);
		padding: 0 18px 0 0;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___info .client_title {
		width: 100%;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail {
		width: 100%;
		padding: 0;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___img img.level {
		top: -42px;
		left: -30px;
	}
}
@media screen and (max-width: 1024px) {
	
	/* 料金事例 */
	#plan .costexample .costexample_top_flex {
		flex-direction: column;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___info {
		width: 100%;
		padding: 0;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___img {
		width: 80%;
        margin: 30px auto 0;
		padding: 0;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail {
		width: 80%;
        margin: 0 auto;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___img img.level {
		top: -22px;
		left: -68px;
	}
	#plan .costexample .costexample_bottom_flex {
		flex-direction: column;
	}
	#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___bystaff,
	#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___point {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	/* 見積もりの目安 */
	#plan .summary .plan-summary-title {
		font-size: 2.8rem;
	}
	#plan .estimate ul.estimate-sample li {
		width: calc(100% / 2 - 9px);
	}
	
	/* ポイント */
	#plan .point {
		overflow: hidden;
	}
	#plan .point-outline {
		padding: 45px;
	}
	#plan .point .point-outline img.point-woman {
		width: 36vw;
		right: -3vw;
	}
	#plan .point ul.point-list li {
		padding: 12px 11vw 12px 1.6em;
	}
	
	/* 上記料金について */
	#plan .price-explanation ul.situation-list {
		justify-content: space-around;
	}
	#plan .price-explanation ul.situation-list li {
		width: calc(100% / 2 - 12px);
		margin-top: 18px;
	}
	

	/* オプションサービス */
	#plan .option-item {
		padding: 30px;
	}
	#plan .option-item .option-title {
		text-align: center;
		padding-left: 0;
	}
	#plan .option-flex {
		flex-direction: column;
	}
	#plan .option-flex .option-flex___text {
		width: 100%;
	}
	#plan .option-flex .option-flex___img {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	
	/* 料金事例 */
	#plan .costexample_summary {
		padding: 0;
	}
	#plan .costexample .costexample_item {
		padding: 0;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___img {
		width: 100%;
        margin: 30px auto 0;
		padding: 0;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail {
		width: 100%;
        margin: 0 auto;
		padding-left: 16vw;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___img img.level {
		left: 12px;
        top: -60px;
	}
}
@media screen and (max-width: 559px) {
	/* 見積もりの目安 */
	#plan .estimate ul.estimate-sample {
		flex-direction: column;
	}
	#plan .estimate ul.estimate-sample li {
		width: 100%;
	}
	#plan .estimate ul.estimate-sample li .sample-description p.price {
		font-size: 2.8rem;
	}
	#plan .estimate ul.estimate-sample li .inbox_summary p.text {
		font-size: 2.4rem;
	}
	
	/* ポイント */
	#plan .point {
		width: calc(100% + 60px);
        margin-left: -30px;
	}
	#plan .point-outline {
		padding: 30px;
	}
	#plan .point .inbox {
		width: 100%;
		margin: 0;
		padding: 18px 30px;
	}
	#plan .point .point-outline img.point-woman {
		display: none;
	}
	#plan .point ul.point-list li {
        padding: 15px 0 15px 1.6em;
	}
	
	/* 上記料金について */
	#plan .price-explanation ul.situation-list {
		
	}
	#plan .price-explanation ul.situation-list li {
		width: 100%;
		margin-top: 18px;
	}

	/* オプションサービス */
	#plan .option {
		width: calc(100% + 60px);
        margin-left: -30px;
	}
	#plan .option .option-outline {
		padding-right: 30px;
		padding-left: 30px;
	}
	#plan .option-item img.option-icon {
		width: 90px;
		left: 18px;
		top: -30px;
	}
	#plan .option-item .option-title {
		margin-bottom: 6px;
	}
	
	#plan .option_flex {
		flex-direction: column;
		padding-top: 45px;
	}
	#plan .option_flex .option_flex_txt {
		width: 100%;
		padding-right: 0;
	}
	#plan .option_flex .option_flex_img {
		width: 100%;
		margin-top: 18px;
	}
	
	/* 料金事例 */
	#plan .costexample .costexample_top_flex .costexample_top_flex___info .detail {
		padding-left: 0;
	}
	#plan .costexample .costexample_top_flex .costexample_top_flex___img img.level {
		width: 75px;
		top: -30px;
	}
	#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___bystaff,
	#plan .costexample .costexample_bottom_flex .costexample_bottom_flex___point {
		padding: 32px 18px 18px;
	}
	/* スライダー */
	#plan .costexample .splide__arrow {
		width: 36px;
		height: 36px;
	}
	#plan .costexample .splide__arrow svg {
		width: 50%;
	}
	
	/* 諸注意とお支払い方法 */
	#plan .other {
		width: calc(100% + 60px);
        margin-left: -30px;
	}
	#plan .other .other-outline {
        padding-right: 30px;
        padding-left: 30px;
    }
	#plan .other .other-item {
		padding: 18px;
	}
}
@media screen and (max-width: 430px) {
	
	
	/* ポイント */
	#plan .point .inbox {
		padding: 18px 18px;
	}
	
	/* オプションサービス */
	#plan .option-item {
		margin-top: 45px;
		padding: 18px 18px 18px 18px;
	}
	#plan .option-item img.option-icon {
		display: none;
	}
	#plan .option-item ul.option4-list li {
		font-size: 1.8rem;
	}
	
	/* 料金事例 */
	#plan .costexample .costexample_top_flex .costexample_top_flex___img img.level {
		width: 62px;
	}
	
	#plan .price_explanation ul {
		flex-direction: column;
	}
	#plan .price_explanation ul li {
		width: 100%;
		margin-top: 18px;
	}
	
	#plan ul.costexample_slider li .costexample_top_flex .costexample_top_flex___img img.level {
		width: 80px;
	}
	#plan ul.costexample_slider li .costexample_bottom_flex .costexample_bottom_flex___bystaff,
	#plan ul.costexample_slider li .costexample_bottom_flex .costexample_bottom_flex___point {
		padding: 20px;
	}
	
	/* 諸注意とお支払い方法 */
	#plan .other {
		width: calc(100% + 60px);
        margin-left: -30px;
	}
	#plan .other .other-title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 380px) {
	#plan .plan-outline {
		padding: 0 20px 30px;
	}
	#plan .plan-box .price {
		font-size: .5em;
	}
	#plan .plan-situation ul {
		margin-top: -15px;
	}
	#plan .plan-situation ul li {
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}
	#plan .plan-option .option1 {
		background-size: 250px;
		min-height: 550px;
	}
	#plan .plan-option .option2 {
		background-size: 258px;
		min-height: 860px;
	}
	#plan .plan-option .option5 {
		background-size: 225px;
		min-height: 550px;
	}
	#plan .plan-option .option2 img.option2-front-1,
	#plan .plan-option .option3 img.option3-front-1,
	#plan .plan-option .option4 img.option4-front-1,
	#plan .plan-option .option6 img.option6-front-1 {
		width: 100%;
		margin-right: 0;
	}
	#plan .plan-option .option2 img.option2-front-2,
	#plan .plan-option .option3 img.option3-front-2,
	#plan .plan-option .option4 img.option4-front-2,
	#plan .plan-option .option6 img.option6-front-2 {
		width: 100%;
	}
	
}
@media screen and (max-width: 320px) {
	
	/* ポイント */
	#plan .point {
		width: calc(100% + 36px);
        margin-left: -18px;
	}
	#plan .point-outline {
		padding: 18px;
	}

	/* オプションサービス */
	#plan .option {
		width: calc(100% + 36px);
		margin-left: -18px;
	}
	#plan .option .option-outline {
		padding-right: 18px;
		padding-left: 18px;
	}

	/* 料金事例 */
	/* スライダー */
	#plan .costexample .costexample-slider .splide__arrow--prev {
		left: -12px;
	}
	#plan .costexample .costexample-slider .splide__arrow--next {
		right: -12px;
	}

	/* 諸注意とお支払い方法 */
	#plan .other {
		width: calc(100% + 36px);
		margin-left: -18px;
	}
	#plan .other .other-outline {
		padding-right: 18px;
		padding-left: 18px;
	}
	
}


/***************************************************
 * よくある質問
 * ************************************************/

/* ナビゲーション */
.faq-nav {
	
}
.faq-nav nav.nav-menu {
	
}
.faq-nav nav.nav-menu ul.faq-list {
	display: flex;
	justify-content: center;
}
.faq-nav nav.nav-menu ul.faq-list li {
	width: calc(100% / 3 - 120px);
	text-align: center;
}
.faq-nav nav.nav-menu ul.faq-list li a {
	display: inline-block;
}
.faq-nav nav.nav-menu ul.faq-list li a span {
	display: inline-block;
    background: none !important;
	color: #333;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 12px;
}

.faq-nav nav.nav-menu .faq-select {
		display: none;
	}

@media screen and (max-width: 1194px) {
	.faq-nav nav.nav-menu ul.faq-list {
		max-width: 573px;
		margin: -18px auto 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.faq-nav nav.nav-menu ul.faq-list li {
		width: calc(100% / 3);
		margin-top: 18px;
	}
	.faq-nav nav.nav-menu ul.faq-list li a {
		max-width: 150px;
	}
}
@media screen and (max-width: 768px) {
	.faq-nav nav.nav-menu ul.faq-list {
		display: none;
	}
	.faq-nav nav.nav-menu .faq-select {
		display: block;
	}
	.faq-select select {
		width: 100%;
	}
}


/* faq */
#faq .faq-items {
	margin-top: 60px;
}
#faq .faq-item:not(:first-child) {
	margin-top: 60px;
}
#faq .faq-item-title {
	color: #fe4b84;
	text-align: center;
}
#faq .faq-set {
	
}
#faq .faq-set dl {
	margin-top: 30px;
	border-bottom: 1px solid #ededed;
}
#faq .faq-set dt {
	background: #FFF4F8;
	padding: 18px 30px 18px 68px;
	border-radius: 18px;
	position: relative;
}
#faq .faq-set dt:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
    transform: translateY(-50%);
	background: url(../images/faq/q.webp) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 27px;
}
#faq .faq-set dd {
	padding: 30px;
}
#faq .faq-set dd a {
	display: inline-block;
	text-decoration: underline;
}
#faq p.modoru {
	text-align: right;
	margin-top: 18px;
	font-size: .8em;
}

@media screen and (max-width: 1024px) {
	#faq .faq-outline {
		padding: 0 45px;
	}
}
@media screen and (max-width: 768px) {
	#faq .faq-list {
		padding: 0;
	}
}
@media screen and (max-width: 559px) {
	#faq .faq-outline {
		padding: 0 30px;
	}
	#faq .faq-button-sub {
		display: none;
	}
	#faq .faq-list {
		margin-top: 45px;
	}
	#faq .faq-button ul {
		flex-wrap: wrap;
		margin-top: -12px;
	}
	#faq .faq-button ul li {
		width: 100%;
		margin-top: 12px;
	}
	#faq .faq-button ul li a {
		display: block;
	}
}
@media screen and (max-width: 430px) {
	#faq .faq-set dt {
		padding: 18px 18px 18px 56px;
	}
	#faq .faq-set dt:before {
		left: 18px;
	}
	#faq .faq-set dd {
		padding: 18px;
	}
}
@media screen and (max-width: 380px) {
	#faq .faq-set dt {
		padding: 12px 12px 12px 37px;
	}
	#faq .faq-set dt:before {
		left: 12px;
		width: 18px;
		height: 21px;
	}
	#faq .faq-set dd {
		padding: 12px;
	}
}


/***************************************************
 * 会社概要
 * ************************************************/

#company a.arrow {
	display: inline-block;
	padding: 0 0 0 calc(1em + 12px);
	font-size: .8em;
	color: #009900;
	text-decoration: none;
	position: relative;
}
#company a.arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/icon_arrow-green.webp) no-repeat;
	background-size: 100%;
	width: 1em;
	height: 1em;
}

#company .vision {
	width: calc(100% + 120px);
    margin-left: -60px;
}
#company .vision .message {
	text-align: center;
	font-size: 2.2rem;
	position: relative;
	z-index: 1;
}
#company .vision .message:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(-50%);
	background: url(../images/company/philosophyBg.webp) no-repeat;
	background-position: center;
    background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#company .vision .point {
	margin: 45px 0 0;
	padding: 0 60px;
	position: relative;
    z-index: 1;
}
#company .vision .point ul.point-list {
	max-width: 820px;
	margin: -12px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#company .vision .point ul.point-list li {
	width: calc(100%/4 - 12px);
	text-align: center;
	margin-top: 12px;
}
#company .vision .point ul.point-list li span {
	display: block;
	color: #FFF;
	padding: 10px 10px;
}

#company .vision .vision-slider {
	margin-top: 60px;
	padding: 0 60px;
}

/* スライダー */
#company .vision-slider {
	margin-top: 45px;
}
#company .vision-slider .splide__slide img {
	border-radius: 18px;
}
#company .vision-slider .splide__arrow--prev {
	left: -22px;
}
#company .vision-slider .splide__arrow--next {
	right: -22px;
}
#company .splide__arrow {
	background: #009900;
	opacity: 1;
}
#company .splide__arrow svg {
	fill: #FFF;
}

/* 会社概要 */
#company .about-overview {
	
}
#company table.about-table {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
}
#company table.about-table tr {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #ededed;
}
#company table.about-table th {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	padding: 30px;
}
#company table.about-table td {
	width: 75%;
	padding: 30px;
}
#company table.about-table td p.table-link {
	margin-top: 12px;
}

#company table.about-table td ul.address {
	margin-top: -12px;
}
#company table.about-table td ul.address li {
	margin-top: 12px;
}
#company table.about-table td ul.address li span {
	display: block;
}

#company table.about-table p.history {
	font-size: .9em;
    margin-top: 3px;
}
#company table.about-table td.contact {
	
}
#company table.about-table td.contact p.contact-free {
	margin-bottom: 3px;
}
#company table.about-table td.contact p.contact-phone {
	margin-bottom: 3px;
}
#company table.about-table td.contact p.contact-fax {
	margin-bottom: 3px;
}
#company table.about-table td.contact p.contact-email {
	    margin: 9px 0 0;
    display: flex;
    align-items: center;
	line-height: 1;
}
#company table.about-table img.e-mail {
	display: inline;
	width: 166px;
}
#company table.about-table td.openclose {
	
}
#company table.about-table td.openclose p.openclose-estimate {
	color: #009900;
	margin-bottom: 3px;
}
#company table.about-table td.openclose p.openclose-work {
	color: #009900;
	margin-bottom: 3px;
}

#company table.about-table td ul.license {
	list-style: disc;
	margin: -6px 0 0 1em;
}
#company table.about-table td ul.license li {
	margin-top: 6px;
}
#company table.about-table td ul.license li span {
	display: block;
}

/* アクセスマップ */
#company #map .map-item {
	margin-top: 60px;
	text-align: center;
}
#company #map .map-item .map-title {
	text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
}
#company #map .map-item .map-title span {
		display: block;
	}
#company #map .map-flex {
	display: flex;
	align-items: center;
}
#company #map .map-flex .map-flex___map {
	width: 50%;
}
#company #map .map-flex .map-flex___map iframe {
	border-radius: 18px;
}
#company #map .map-flex .map-flex___address {
	width: 50%;
	padding-right: 60px;
}

@media screen and (max-width: 768px) {
	#company .vision {
		width: calc(100% + 90px);
		margin-left: -45px;
	}
	#company .vision .message,
	#company .vision .vision-slider {
		padding: 0 45px;
	}
	
	/* 会社概要 */
	#company table.about-table th,
	#company table.about-table td {
		padding: 30px 18px;
	}
	#company table.about-table td.contact p.contact-free span {
		display: block;
	}
	
	/* アクセスマップ */
	#company #map .map-flex {
		flex-direction: column;
	}
	#company #map .map-flex .map-flex___map {
		width: 100%;
		margin-top: 30px;
	}
	#company #map .map-flex .map-flex___address {
		width: 100%;
		padding-right: 0;
	}
}
@media screen and (max-width: 559px) {
	#company .vision {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	#company .vision .message {
		padding: 0 30px;
		font-size: 2rem;
	}
	#company .vision .message:after {
	background: url(../images/company/philosophyBg_sp.webp) no-repeat;
	background-position: center;
    background-size: contain;
}
	#company .vision .point ul.point-list {
		justify-content: space-evenly;
	}
	#company .vision .point ul.point-list li {
		width: calc(100% / 2 - 24px);
        margin: 12px 12px 0;
	}
	#company .vision .vision-slider {
		padding: 0 30px;
		margin-top: 30px;
	}
	
	/* スライダー */
	#company .splide__arrow {
		width: 36px;
		height: 36px;
	}
	#company .splide__arrow svg {
		width: 50%;
	}
	
	/* 会社概要 */
	#company table.about-table tr {
		flex-direction: column;
	}
	#company table.about-table th,
	#company table.about-table td {
		width: 100%;
	}
	#company table.about-table th {
		    justify-content: flex-start;
		padding: 18px 0 0;
		font-size: .9em;
	}
	#company table.about-table td {
		padding: 12px 0 18px;
	}

	/* アクセスマップ */
	#company #map .map-item .map-title span {
		font-size: .8em;
	}
	#company #map .map-flex .map-flex___map iframe {
		height: 300px;
	}
}
@media screen and (max-width: 430px) {
	#company .vision.company_box {
		margin-top: 0;
	}
	#company .vision .message {
		font-size: 1.8rem;
	}
	#company .vision .message .point ul li {
		width: 100%;
	}
	#company .company_box {
		margin-top: 45px;
	}
	#company #map .map_box {
		margin-top: 45px;
	}
}
@media screen and (max-width: 320px) {
	#company .vision {
		width: calc(100% + 36px);
		margin-left: -18px;
	}
	#company .vision .message {
		padding: 0 18px;
		font-size: 1.7rem;
	}
}


/***************************************************
 * 情報開示
 * ************************************************/

#disclosed .disclosed_summary {
	text-align: center;
}
#disclosed .disclosed_images {
	margin-top: 60px;
	text-align: center;
}


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


/***************************************************
 * 対応地域
 * ************************************************/

#area header {
	overflow: hidden;
	width: calc(100% + 120px);
    margin-left: -60px;
    margin-top: -60px;
    border-radius: 18px 18px 0 0;
}

#area .area_listbox {
	margin-top: 45px;
}
#area .area_menu {
	margin-top: 45px;
}
#area .area_menu dl {
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#area .area_menu dt {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	font-size: 2rem;
	font-weight: 500;
	color: #fe4c85;
}
#area .area_menu dd {
	display: table-cell;
	vertical-align: top;
}
#area .area_menu dd a.fast-jump {
	display: inline-block;
	width: 100%;
    padding: 12px calc(1em + 18px) 12px 1em;
    border-radius: 52px;
    text-decoration: none;
    transition: all .3s;
	background: #FF82A9;
	color: #FFF;
	line-height: 1.4;
	position: relative;
	z-index: 2;
}
#area .area_menu dd a.fast-jump:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	width: 9px;
	height: 9px;
	margin: auto;
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	transform: rotate(45deg);
	box-sizing: border-box;
}
#area .area_menu dd a.fast-jump:hover {
	background: #FFF4F8;
	color: #FF82A9;
	opacity: 1;
}
#area .area_menu dd a.fast-jump:hover:before {
	border-right: solid 2px #FF82A9;
	border-bottom: solid 2px #FF82A9;
}

#area .area_menu ul.fast {
	width: 100%;
	display: flex;
    justify-content: center;
	gap: 12px;
	list-style: none;
}
#area .area_menu ul.normal {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
#area .area_menu ul.fast li,
#area .area_menu ul.normal li {
	text-align: center;
	    width: 25%;
    max-width: 138px;
}
#area .area_menu li:last-child {
	margin-right: 0;
}
#area .area_menu p.other_area {
	text-align: center;
	margin-top: 30px;
}

#area .area-item {
	background: #FFF4F8;
	padding: 30px;
	border-radius: 18px;
	margin-top: 60px;
	position: relative;
}
#area .area-item .area-item-title {
	font-size: 2rem;
	font-weight: 500;
}
#area .area-item .area-item-title span {
	    font-size: 1.1em;
    color: #fe4c85;
}

#area .area-item p.special {
	position: absolute;
	top: 30px;
	right: 30px;
	margin: 0;
}
#area .area-item p.special span.star {
	display: inline-block;
	position: relative;
	padding: 10px 25px 10px 15px;
	background: #fe4c85;
	color: #FFF;
	border-radius: 30px;
}
#area .area-item p.special span.star:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -10px;
	background: url(images/area/icon-star.png) no-repeat;
	background-size: 35px;
	background-position: center;
	width: 35px;
	height: 35px;
}
#area .area-item ul.city {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
#area .area-item ul.city li {
	display: block;
	padding: 0;
	margin: 0;
}
#area .area-item ul.city li:after {
	content: "・";
}
#area .area-item ul.city li:last-child:after {
	content: none;
}

@media screen and (max-width: 1194px) {
	#area .area_menu dl {
		display: block;
	}
	#area .area_menu dt,
	#area .area_menu dd {
		display: block;
		text-align: center;
		width: 100%;
	}
	#area .area_menu dd {
		margin-top: 12px;
	}
}
@media screen and (max-width: 768px) {
	#area header {
		width: calc(100% + 90px);
		margin-left: -45px;
		margin-top: -45px;
	}
	#area .area_menu dd a.fast-jump {
		font-size: 2.2vw;
	}
	
	#area .area-item .area-item-title {
		text-align: center;
		margin-bottom: 0;
	}
	#area .area-item p.special {
		position: static;
		text-align: center;
		        margin: 3px 0 18px;
	}
	#area .area-item p.special span.star {
		background: none;
		padding: 0;
		color: #fe4c85;
	}
	
	
}
@media screen and (max-width: 559px) {
	#area header {
		width: calc(100% + 60px);
		margin-left: -30px;
		margin-top: -30px;
		border-radius: 0;
	}
	
	#area .area_menu ul.fast {
		        display: grid;
        grid-template-columns: repeat(2, 1fr);
	}
	#area .area_menu ul.fast li {
		width: 100%;
        max-width: 100%;
	}
	#area .area_menu dd a.fast-jump {
		        font-size: 1em;
	}
	#area .area-item {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	#area .area .area_title {
		margin-bottom: 18px;
		text-align: center;
	}
}
@media screen and (max-width: 430px) {
	#area .area {
		padding: 45px 20px 30px;
	}
	#area .area p.special {
		bottom: 93%;
	}
	
	#area .area_menu ul.fast {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#area .area ul.city li {
		font-size: .9rem;
    margin: 12px 2em 0 0;
	}
	
}
@media screen and (max-width: 320px) {
	#area header {
		width: calc(100% + 36px);
		margin-left: -18px;
		margin-top: -18px;
	}
	#area .area-item {
		width: calc(100% + 36px);
		margin-left: -18px;
	}
}


/***************************************************
 * お問い合わせ
 * ************************************************/

#contact img.contact-title {
	    display: block;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
#contact p.contact-jump {
	text-align: center;
	margin-top: 12px;
}
#contact p.contact-jump a {
	
}
#contact p.contact-jump a span {
	color: #000;
}

#contact .contact-button {
	max-width: 780px;
	margin: 30px auto 0;
	display: flex;
	align-items: center;
	gap: 45px;
}
#contact .contact-button.contact-comp-button {
	margin-top: 60px;
}

#contact .contact-form {
	margin-top: 60px;
}
#contact .contact-form.contact-comp-form {
	margin-top: 0;
}
#contact .contact-form-intro {
	text-align: center;
}
#contact .contact-form-intro .spammail {
	background: #ededed;
	font-size: .9em;
	margin-top: 18px;
	padding: 30px 45px;
	border-radius: 18px;
}
#contact .toppage {
	text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 559px) {
	#contact .contact-button {
		width: 80%;
		gap: 30px;
	}
	#contact .contact-button.contact-comp-button {
		margin-top: 30px;
	}
	#contact .contact-form-intro {
		text-align: left;
	}
	#contact .toppage {
		margin-top: 45px;
	}
	#contact .contact-form-intro .spammail {
		padding: 30px 30px;
		text-align: left;
	}
}
@media screen and (max-width: 430px) {
	#contact .contact-button {
		gap: 18px;
	}
	#contact .contact-form-intro .spammail {
		padding: 20px 20px;
	}
}
@media screen and (max-width: 320px) {
	#contact .contact-form-intro .spammail {
		padding: 18px;
	}
}


/* フォーム
 * ************************************************/

#contact fieldset.form-section {
	border: none;
	padding: 0;
	margin: 30px 0 0 0;
}
#contact fieldset.form-section.policy-section {
	background: #fafafa;
	padding: 52px 30px 30px 30px;
    margin: 30px 0 0 0;
	text-align: center;
    border-radius: 18px;
}
#contact fieldset.form-section legend {
	display: block;
	width: 100%;
	text-align: left;
    padding: 18px 18px 18px 90px;
    font-size: 1.8rem;
	background: #fafafa;
    color: #666;
}
#contact fieldset.form-section.policy-section legend {
	position: relative;
    top: 36px;
	text-align: center;
	background: none;
	border: none;
	padding: 0;
	color: #333;
	line-height: 1.4;
}
#contact fieldset.form-section legend.step {
	position: relative;
}
#contact fieldset.form-section legend.step:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 32%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
}
#contact fieldset.form-section legend.step01:before {
	background: url(../images/contact/num1.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
#contact fieldset.form-section legend.step02:before {
	background: url(../images/contact/num2.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
#contact fieldset.form-section legend.step03:before {
	background: url(../images/contact/num3.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
#contact fieldset.form-section legend.step04:before {
	background: url(../images/contact/num4.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
#contact fieldset.form-section legend.step05:before {
	background: url(../images/contact/num5.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
#contact fieldset.form-section .form-row {
	display: flex;
    padding: 30px;
}
#contact fieldset.form-section .form-row:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
#contact fieldset.form-section .form-row label.column-label {
	width: 260px;
	border-right: 1px solid #ededed;
}
#contact fieldset.form-section .form-row .column-item {
	width: calc(100% - 260px);
	padding-left: 30px;
}
#contact fieldset.form-section .postcode-flex {
	display: flex;
    align-items: center;
	gap: 9px;
}
#contact fieldset.form-section .postcode-flex p.postmark {
	margin-bottom: 0;
}
#contact fieldset.form-section .postcode-flex p.postcode-memo {
	margin-bottom: 0;
	font-size: .8em;
}

#contact fieldset.form-section .form-row label.column-label span.hissu {
	display: inline-block;
    background: #fe4c85;
    color: #FFF;
    font-size: .8em;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 9px;
}

#contact fieldset.form-section .datetime-flex {
	display: flex;
    align-items: center;
	gap: 12px;
}

#contact input.request-other,
#contact input.your-name,
#contact input.your-kana,
#contact input.your-email,
#contact input.email_confirm,
#contact input.your-phone,
#contact input.your-mobile,
#contact input.your-add,
#contact input.site-add {
	width: 100%;
}
#contact input.request-other {
	margin-top: 12px;
}
#contact input.your-kana,
#contact input.email_confirm,
#contact input.your-add,
#contact input.site-add {
	margin-top: .6em;
}
#contact input.your-postcode,
#contact input.site-postcode {
	width: 150px;
}
#contact input.floor {
	width: 380px;
}
#contact input.contact-time {
	width: 220px;
}
#contact textarea.your-message {
	width: 100%;
}
#contact input.date1,
#contact input.date2,
#contact input.date3 {
	width: 150px;
}
#contact select.time1,
#contact select.time2,
#contact select.time3 {
	width: 150px;
}
#contact select.time1,
#contact select.time2,
#contact select.time3 {
	background: #fff url(../images/contact/clock.svg) right 9px center no-repeat;
	background-size: 18px auto;
	transition: .3s;
}
#contact input.time1-other,
#contact input.time2-other,
#contact input.time3-other {
	width: 180px;
}


#contact p.sama,
#contact p.koro {
	margin-left: 9px;
}
#contact input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
}
#contact input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
}
#contact input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
}

/* チェックボックス */
#contact span.request label {
	display: flex;
	align-items: center;
	margin-right: 18px;
}

/* ラジオボタン */
#contact span.staff label,
#contact span.location label,
#contact span.building label,
#contact span.contact label,
#contact span.optional label {
	display: flex;
	align-items: center;
	margin-right: 18px;
}

/* ファイル添付 */
#contact p.file-memo {
	
}
#contact p.file-memo span {
    border-bottom: 1px solid;
}
#contact .codedropz-upload-inner span {
	display: block;
}
#contact .codedropz-upload-inner .codedropz-btn-wrap {
	margin-top: 9px;
}
#contact .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	display: inline-block;
	background: #DDDDDD;
    color: #666;
    border-radius: 40px;
    padding: 9px 18px;
}


/* 送信ボタン */
#contact .form-submit {
	text-align: center;
	margin-top: 30px;
}
#contact .form-submit .btnForm {
	width: 420px;
}


@media screen and (max-width: 1024px) {
	#contact fieldset.form-section .form-row {
		flex-direction: column;
		padding: 30px 0;
	}
	#contact fieldset.form-section .form-row label.column-label {
		width: 100%;
		border-right: none;
	}
	#contact fieldset.form-section .form-row .column-item {
		width: 100%;
		padding: 18px 0 0 0;
	}
	
	#contact span.request label {
		margin: 0;
	}

	/* ラジオボタン */
	#contact span.staff label,
	#contact span.location label,
	#contact span.building label,
	#contact span.contact label,
	#contact span.optional label {
		margin-right: 0;
	}
	#contact span.optional label {
		justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	#contact fieldset.form-section legend {
		padding: 18px 18px 18px 78px;
	}
	#contact fieldset.form-section legend.step:before {
		left: 18px;
	}

}
@media screen and (max-width: 559px) {
	
	#contact fieldset.form-section legend {
		width: calc(100% + 60px);
		margin-left: -30px;
		padding: 18px 18px 18px 72px;
	}
	#contact fieldset.form-section legend.step:before {
		top: 50%;
		left: 30px;
		width: 32px;
		height: 32px;
	}
	#contact fieldset.form-section .postcode-flex p.postcode-memo {
		font-size: .7em;
	}
	#contact input.date1,
	#contact input.date2,
	#contact input.date3 {
		width: 120px;
	}
	#contact select.time1,
	#contact select.time2,
	#contact select.time3 {
		width: 150px;
	}
	#contact input.time1-other,
	#contact input.time2-other,
	#contact input.time3-other {
		width: 180px;
	}
	#contact .form-submit .btnForm {
		width: 380px;
	}
}
@media screen and (max-width: 430px) {
	#contact fieldset.form-section.policy-section {
		padding: 52px 20px 30px 20px;
	}
	#contact fieldset.form-section.policy-section .policy-row {
		font-size: .9em;
	}
	#contact fieldset.form-section.policy-section .wpcf7-list-item-label {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	
	
	#contact fieldset.form-section legend {
		width: calc(100% + 60px);
        margin-left: -30px;
		padding: 18px 18px 18px 72px;
	}
	#contact fieldset.form-section legend.step:before {
		top: 50%;
		left: 30px;
		width: 32px;
		height: 32px;
	}
	#contact fieldset.form-section .datetime-flex {
		flex-wrap: wrap;
	}
	#contact fieldset.form-section .datetime-flex span.date1,
	#contact fieldset.form-section .datetime-flex span.date2,
	#contact fieldset.form-section .datetime-flex span.date3 {
		width: calc(50% - 6px); /*gap分マイナス */
	}
	#contact fieldset.form-section .datetime-flex .wpcf7-form-control-wrap:has(.time1),
	#contact fieldset.form-section .datetime-flex .wpcf7-form-control-wrap:has(.time2),
	#contact fieldset.form-section .datetime-flex .wpcf7-form-control-wrap:has(.time3){
		width: calc(50% - 6px); /*gap分マイナス */
	}

	#contact input.your-postcode,
	#contact input.site-postcode {
		width: 105px;
	}
	#contact input.floor {
		width: 100%;
	}
	#contact input.contact-time {
		width: 220px;
	}
	#contact textarea.your-message {
		width: 100%;
	}
	#contact input.date1,
	#contact input.date2,
	#contact input.date3 {
		width: 100%;
	}
	#contact select.time1,
	#contact select.time2,
	#contact select.time3 {
		width: 100%;
	}
	#contact input.time1-other,
	#contact input.time2-other,
	#contact input.time3-other {
		width: 100%;
	}

	#contact .form-submit .btnForm {
		width: 320px;
	}
}
@media screen and (max-width: 320px) {
	#contact fieldset.form-section legend {
		width: calc(100% + 36px);
        margin-left: -18px;
		padding: 18px 18px 18px 52px;
	}
	#contact fieldset.form-section legend.step:before {
		left: 18px;
		width: 28px;
        height: 28px;
	}
	#contact fieldset.form-section .form-row {
		padding: 22px 0;
	}
	#contact .form-submit .btnForm {
		width: 100%;
	}
}


/* zipaddr-jp
 * ***************************************/

#autozip {
	display: none !important;
}


/* Contact Form 7
 * ***************************************/

#contact .wpcf7-list-item {
	margin: 0;
}
#contact .wpcf7-not-valid-tip {
	display: block;
	color: #2bb3f2;
    font-weight: bold;
    font-size: .9em;
	margin-top: 3px;
}

/* エラーメッセージの位置を調整 */
#contact .error .wpcf7-not-valid-tip {
	display: none;
}
#contact .error .error-message {
	color: #2bb3f2;
	font-weight: bold;
	font-size: .9em;
	margin-top: 3px;
	display: none;
}
#contact .error:has(.wpcf7-not-valid-tip) .error-message {
	display: block;
}
/* エラーメッセージの位置を調整 ここまで */

div.wpcf7 .wpcf7-spinner {
	display: none !important;
}
#mail .preferred_day span.wpcf7-form-control-wrap {
	width: 50%;
	max-width: 180px;
}


@media screen and (max-width: 1024px) {
	#contact .wpcf7-list-item {
		display: block;
		margin-top: 3px;
	}
}
















#contact .form_box {
	margin-top: 60px;
}
/* 送信完了画面ではmargin0 */
.page-id-30 #contact .form_box {
	margin-top: 0;
}

#contact table.inquiry {
	width: 100%;
	table-layout: fixed;
}
#contact table.inquiry caption {
	text-align: left;
	background: url(../images/beforeafter/inbox_bg.png) repeat;
	padding: 12px 18px;
	font-size: 2rem;
	color: #ff82a9;
	border-top: 1px solid #FF82A9;
	border-bottom: 1px solid #FF82A9;
}
#contact table.inquiry tr {
	width: 100%;
}
#contact table.inquiry th,
#contact table.inquiry td {
	text-align: left;
	padding: 30px;
}
#contact table.inquiry th {
	width: 30%;
	font-weight: normal;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#contact table.inquiry th span {
	display: block;
	color: #FF82A9;
	font-size: .8em;
	font-weight: 600;
}
#contact table.inquiry td {
	position: relative;
	border-bottom: 1px solid #ededed;
}
#contact table.inquiry th.hissu,
#contact table.inquiry td.hissu {
	background: #F3FAE4;
	border-right: none;
}


/* 各項目 */
#contact table.inquiry input.name,
#contact table.inquiry input.kana,
#contact table.inquiry input.company,
#contact table.inquiry input.mail,
#contact table.inquiry input.contact-date {
	width: 100%;
}
#contact table.inquiry input.postcode,
#contact table.inquiry input.site-postcode {
	width: 120px;
}
#contact table.inquiry input.tel,
#contact table.inquiry input.fax,
#contact table.inquiry input.tel-mb {
	width: 50%;
}
#contact table.inquiry input.nameplate,
#contact table.inquiry input.floor {
	width: 30%;
}
#contact table.inquiry input.date {
	width: 220px;
}
#contact table.inquiry select.time {
	width: 180px;
	height: 50px;
}






/* お客様のご依頼内容について */
#contact table.inquiry input.type {
    width: 22px;
    height: 22px;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
#contact table.inquiry .flex {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
#contact table.inquiry .flex .flex___other {
	padding-right: 18px;
    width: 120px;
}
#contact table.inquiry .flex .flex___other span {
	font-size: .8em;
}
#contact table.inquiry .flex .flex___input {
	width: calc(100% - 120px);
}
#contact .form_box input.type-other {
	width: 100%;
}

/* お客様について */
#contact table.inquiry td span.postcode-mark {
	margin: 0 6px 0 0;
}
#contact table.inquiry td span.memo {
	font-size: .8em;
	margin: 0 0 0 12px;
}
#contact table.inquiry input.add {
	width: 100%;
}
.page-id-27 .form_box table td p.memo { /* 内容確認以降のページではp.memoを非表示 */
	display: none;
}

/* 現場について */
#contact table.inquiry input.radio_btn {
	width: 22px;
    height: 22px;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
#contact table.inquiry p.condition {
	font-weight: 400;
}


/* 現地お見積もりのご希望日時について */
#contact table.inquiry dl {
	display: flex;
}
#contact table.inquiry dt {
	padding-right: 12px;
}
#contact table.inquiry dd {
	
}
/* 初期状態（未選択）はグレー） */
#contact table.inquiry select:invalid {
  color: #aaa;
}

/* 通常（選択後）は黒） */
#contact table.inquiry select {
  color: #333;
}



#contact .form_box textarea.consultation {
	width: 99%;
	height: 200px;
}
#contact .form_box .check {
	text-align: center;
	margin: 30px auto 0;
}
#contact .form_box .btn {
	text-align: center;
	margin: 30px auto 0;
}
#contact .form_box .btn input.send,
#contact .form_box .btn input.back {
	margin: 0;
	font-weight: normal;
	-webkit-appearance: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* MW WP Form */
.mw_wp_form .error {
	background: #7F95D1 !important;
	color: #FFF !important;
	margin-top: 10px !important;
	padding: 3px 10px !important;
}

@media screen and (max-width: 768px) {
	#contact .form_box table th,
	#contact .form_box table td {
		display: block;
		width: 100%;
	}
	#contact .form_box table th {
		border-right: none;
		border-bottom: none;
		padding: 18px 0 0px;
		font-weight: bold;
		font-size: .9em;
	}
	#contact table.inquiry th span {
		display: inline-block;
		background: #FF82A9;
		color: #FFF;
		border-radius: 3px;
		font-weight: normal;
		padding: 2px 4px;
		margin-right: 6px;
	}
	#contact .form_box table td {
		padding: 9px 0 18px;
	}
	#contact table.inquiry input.name,
	#contact table.inquiry input.kana,
	#contact table.inquiry input.company,
	#contact table.inquiry input.mail,
	#contact table.inquiry input.tel,
	#contact table.inquiry input.fax,
	#contact table.inquiry input.tel-mb,
	#contact table.inquiry input.floor {
		width: 100%;
	}
	#contact table.inquiry input.postcode,
	#contact table.inquiry input.site-postcode {
		width: 120px;
	}
	#contact table.inquiry td span.memo {
		
	}
	#contact .form_box dt {
		width: 50%;
	}
}
@media screen and (max-width: 559px) {
	#contact .contact_summary {
		padding: 0;
		text-align: left;
	}
	#contact .form_box {
		margin-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 430px) {
	#contact .contact_content {
		padding: 0 20px 0;
	}
	#contact .form_box table td p.memo {
		left: 180px;
	}
}
@media screen and (max-width: 380px) {
	#contact .form_box table td p.memo {
		top: 25px;
		left: 160px;
	}
}
@media screen and (max-width: 320px) {
	#contact .form_box table td p.memo {
		top: 18px;
		left: 140px;
	}
}




/***************************************************
 * フォームデザイン（リセット後）
 ***************************************************/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	padding: 12px;
	max-width: 100%;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #FFF;
}

/* focus時 */
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #FF82A9;
	background: #FFF4F8;
	outline: none;
}

/* select */
select {
	width: auto;
	padding: 12px 30px 12px 15px;
	border: 1px solid #ccc;
	line-height: 1.4;
	border-radius: 4px;
	/*background: #fff url(../images/common/select-arrow.webp) right 50% no-repeat;
	background-size: 25px auto;*/
	transition: .3s;
}
select:focus {
	border: 1px solid #FF82A9;
	background-color: #FFF4F8;
}

/* ボタン */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	background: #FF82A9;
	color: #fff;
	line-height: 1;
	border-radius: 80px;
	padding: 28px 3em;
	border: none;
	text-decoration: none;
	font-size: 2rem;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #fe4c85;
	color: #fff;
}

@media screen and (max-width: 380px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	textarea,
	select {
		font-size: .9em;
	}
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		padding: 22px 3em;
	}
}


/***************************************************
 * 漫画で見るゴミ屋敷・お部屋の片付け
 * ************************************************/

#manga {
	padding: 30px 60px;
}
#manga {
	
}


/***************************************************
 * プライバシーポリシー
 * ************************************************/

#privacy-policy .privacy-policy-item:not(:first-child) {
	margin-top: 60px;
}
#privacy-policy .privacy-policy-item .privacy-policy-title {
	text-align: left;
	margin-bottom: 18px;
	font-size: 2.2rem;
	color: #333;
}
#privacy-policy .privacy-policy-item .privacy-policy-subtitle {
	text-align: left;
    margin: 0 0 18px;
	font-size: 100%;
	color: #333;
}
#privacy-policy .privacy-policy-inbox {
	margin-top: 18px;
}
#privacy-policy .privacy-policy-inbox > div {
	
}
#privacy-policy .privacy-policy-inbox ul {
	list-style: disc;
	margin: 0 0 0 1em;
}
#privacy-policy .privacy-policy-inbox ul li {
	
}
#privacy-policy .privacy-policy-inbox a {
	display: inline-block;
	color: #333;
	text-decoration: underline;
}


@media screen and (max-width: 768px) {
	#privacy-policy .privacy-policy_content {
		padding: 0 45px;
	}
}
@media screen and (max-width: 560px) {
	#privacy-policy .privacy-policy_content {
		padding: 0 30px;
	}
}
@media screen and (max-width: 430px) {
	#privacy-policy .privacy-policy_content {
		padding: 0 20px;
	}
}


/***************************************************
 * サイトマップ
 * ************************************************/

#sitemaps ul.sitemaps-items {
	margin: 0;
	padding: 0;
}
#sitemaps ul.sitemaps-items li {
	border-bottom: 1px solid #ededed;
}
#sitemaps ul.sitemaps-items li:first-child {
	border-top: 1px solid #ededed;
}
#sitemaps ul.sitemaps-items li span {
	display: block;
	padding: 18px 0 18px 30px;
	position: relative;
}
#sitemaps ul.sitemaps-items li span:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon/icon_arrow.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 18px;
	height: 18px;
}
#sitemaps ul.sitemaps-items li a {
	display: block;
	color: #333;
}
#sitemaps ul.article-list {
	margin: 0 0 12px 1.2em;
	border: none;
}
#sitemaps ul.article-list li,
#sitemaps ul.article-list li:first-child{
	border: none;
}
#sitemaps ul.article-list li span {
	padding: 12px 0 12px 22px;
	position: relative;
}
#sitemaps ul.article-list li span:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon/icon_arrow.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 12px;
	height: 12px;
}


@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 430px) {
	#sitemaps ul.article-list li span {
		padding: 9px 0 9px 22px;
	}
}


/****************************************
 * 404 エラー
*****************************************/

#error {
}
#error .error-msg {
	text-align: center;
	font-size: 1.9rem;
}
#error .error-msg p.error_url {
	color: #FF82A9;
}

@media screen and (max-width: 430px) {
	#error .error p.text {
		font-size: 1em;
	}
}
