@charset "UTF-8";
/*
Theme Name: yamashita_reform
Author: LeadDesign
Description: All
*/
.reform h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.reform h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.reform .reform_title {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.reform .reform_title_text {
	width: 600px;
}
.reform .reform_title_image {
	width: calc(100% - 604px);
	box-shadow: 4px 4px #cdc294;
}
.reform .reform_title_text h4 {
	font-size: 21px;
	padding: 0 0 10px 0;
}
.reform .reform_title_text p {
	font-size: 15px;
	line-height: 2;
	padding: 0 50px 0 0;
}
.reform h5 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.reform h5:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.reform .before_after {
	position: relative;
	margin: 0 0 60px 0;
}
.reform .before_after .ba_image_box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.reform .before_after .ba_image_box .after p {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #80af3e;
}
.reform .before_after .ba_image_box .after img {
	border: 3px solid #fff;
	box-shadow: 0 0 8px gray;
}
.reform .before_after .ba_image_box .before {
	width: 250px;
	padding: 124px 0 0 0;
	position: relative;
}
.reform .before_after .ba_image_box .before:before {
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: ">";
}
.reform .before_after .ba_image_box .before p {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 12px;
}
.reform .before_after .ba_image_box .before img {
	border: 3px solid #fff;
	box-shadow: 0 0 8px gray;
}
.reform .before_after .ba_text {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(255,255,255,.9);
	box-shadow: 4px 4px #80af3e;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	padding: 20px;
}
.reform .before_after .ba_text h6 {
	text-align: center;
	font-size: 16px;
	padding: 0 0 10px 0;
}
.reform .before_after .ba_text p {
	font-size: 15px;
	font-weight: 300;
	border-top: 1px dashed #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 10px 0;
}
.reform .before_after .ba_caption {
	position: absolute;
	bottom: 60px;
	right: 30px;
	background: rgba(255,255,255,.7);
	padding: 20px;
}
.reform_spot {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px 0;
}
.reform_spot .reform_spot_inner {
	width: calc(50% - 20px);
	position: relative;
}
.reform_spot .reform_spot_inner img {
	border: 3px solid #fff;
	box-shadow: 0 0 8px gray;
}
.reform_spot .reform_spot_inner .reform_spot_text {
	position: absolute;
	top: -20px;
	left: -20px;
	background: rgba(255,255,255,.9);
	box-shadow: 4px 4px #80af3e;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	padding: 20px;
}
.reform_spot .reform_spot_inner .reform_spot_text h6 {
	text-align: center;
	font-size: 16px;
	padding: 0 0 10px 0;
}
.reform_spot .reform_spot_inner .reform_spot_text p {
	font-size: 15px;
	font-weight: 300;
	border-top: 1px dashed #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 10px 0;
}
.reform_other {
	padding: 0 0 45px 0;
}
.reform_other h5 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.reform_other h5:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.reform_other ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reform_other ul li {
	font-size: 15px;
	width: calc(33% - 10px);
	border: 1px solid #313131;
	padding: 5px;
	text-align: center;
	margin: 0 0 15px 0;
}
.reform_flow {
	margin: 0 0 50px 0;
}
.reform_flow h5 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.reform_flow h5:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.reform_flow .flow_caption {
	border: 1px solid #313131;
	font-size: 15px;
	padding: 15px;
	margin: 0 auto 30px auto;
}
.reform_flow .flow_chart {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reform_flow .flow_chart .chart_inner {
	width: calc(33% - 10px);
	position: relative;
	margin: 0 auto 10px auto;
}
.reform_flow .flow_chart .chart_inner img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 3px solid #fff;
	box-shadow: 0 0 8px gray;
}
.reform_flow .flow_chart .chart_inner h6 {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: 1px solid #80af3e;
	padding: 5px;
}
.reform_flow .flow_chart .chart_inner h6 span {
	font-family: 'Dosis', sans-serif;
	color: #80af3e;
	padding: 0 5px 0 0;
}
.reform_flow .flow_chart .chart_inner p {
	position: absolute;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 5px 10px;
	bottom: 10px;
	right: 0px;
	font-size: 13px;
	background: rgba(255,255,255,.8);
}
.reform_flow .flow_chart .chart_inner .free {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #44290e;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 3.7;
	border-radius: 50%;
}
.reform_fav {
	margin: 0 auto 60px auto;
}
.reform_fav h5 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.reform_fav h5:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.reform_fav .fav_inner {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.reform_fav .fav_inner div {
	width: calc(33% - 10px);
	padding: 0 0 15px 0;
	position: relative;
}
.reform_fav .fav_inner div img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
	border: 3px solid #fff;
	box-shadow: 0 0 8px gray;
}
.reform_fav .fav_inner div h6 {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: 1px solid #80af3e;
	padding: 5px;
}
.reform_fav .fav_inner div p {
	font-size: 13px;
	padding: 15px 0 0 0;
}
.reform_fav .fav_text {
	text-align: center;
	background-color: #44290e;
	color: #fff;
	padding: 10px 0;
}
.reform_pf {
	margin: 0 auto 60px auto;
}
.reform_pf h5 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.reform_pf h5:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.reform_pf p {
	font-size: 15px;
	padding: 0 0 20px 0;
}
.reform_pf a {
	width: 180px;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
}
.reform_pf a:after {
	content: ">";
	padding: 0 0 0 10px;
}
@media screen and (max-width:750px) {
	.reform .reform_title {
		flex-wrap: wrap;
	}
	.reform .reform_title_text {
		width: 100%;
		order: 2;
	}
	.reform .reform_title_image {
		width: 100%;
		order: 1;
		margin: 0 0 10px 0;
	}
	.reform .reform_title_text h4 {
		font-size: 16px;
	}
	.reform .reform_title_text p {
		font-size: 13px;
		padding: 0 0 0 0;
	}
	.reform h5 {
		font-size:  15px;
	}
	.reform .before_after {
		position: static;
		margin: 0 0 30px 0;
	}
	.reform .before_after .ba_image_box {
		flex-wrap: wrap;
	}
	.reform .before_after .ba_image_box .after {
		margin: 20px 0 0 0;
	}
	.reform .before_after .ba_image_box .after p {
		padding: 10px 0 10px 0;
	}
	.reform .before_after .ba_image_box .before {
		width: 60%;
		padding: 0 0 20px 0;
		margin: 0 auto;
	}
	.reform .before_after .ba_image_box .before:before {
		top: auto;
		bottom: -20px;
		right: auto;
		left: 50%;
		content: "↓";
	}
	.reform .before_after .ba_text {
		position: static;
		top: auto;
		left: auto;
		padding: 20px;
	}
	.reform .before_after .ba_text h6 {
		font-size: 15px;
	}
	.reform .before_after .ba_text p {
		font-size: 13px;
	}
	.reform .before_after .ba_caption {
		position: static;
		bottom: auto;
		right: auto;
		background: none;
		border: 1px solid #aaaaaa;
		padding: 10px;
		margin: 16px 0 0 0;
		font-size: 15px;
	}
	.reform_spot {
		flex-wrap: wrap;
		margin: 0 0 30px 0;
	}
	.reform_spot .reform_spot_inner {
		width: 100%;
		position: static;
	}
	.reform_spot .reform_spot_inner .reform_spot_text {
		position: static;
		top: auto;
		left: auto;
		margin: 15px 0;
	}
	.reform_spot .reform_spot_inner .reform_spot_text h6 {
		font-size: 15px;
	}
	.reform_spot .reform_spot_inner .reform_spot_text p {
		font-size: 13px;
	}
	.reform_other {
		padding: 0 0 20px 0;
	}
	.reform_other h5 {
		font-size:  15px;
	}
	.reform_other ul li {
		font-size: 13px;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.reform_flow {
		margin: 0 0 20px 0;
	}
	.reform_flow h5 {
		font-size:  15px;
	}
	.reform_flow .flow_caption {
		font-size: 13px;
		margin: 0 auto 20px auto;
	}
	.reform_flow .flow_chart .chart_inner {
		width: 100%;
	}
	.reform_fav {
		margin: 0 auto 30px auto;
	}
	.reform_fav h5 {
		font-size:  15px;
	}
	.reform_fav .fav_inner {
		flex-wrap: wrap;
	}
	.reform_fav .fav_inner div {
		width: 100%;
	}
	.reform_fav .fav_inner div p {
		position: absolute;
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 5px 10px;
		bottom: 26px;
		right: 0px;
		font-size: 13px;
		background: rgba(255,255,255,.8);
		font-size: 13px;
	}
	.reform_fav .fav_text {
		font-size: 13px;
		text-align: left;
		padding: 10px;
	}
	.reform_pf {
		margin: 0 auto 30px auto;
	}
	.reform_pf h5 {
		font-size:  15px;
	}
	.reform_pf p {
		font-size: 13px;
	}
	.reform_pf a {
		width: 160px;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
	}
	.reform_pf a:after {
		padding: 0 0 0 8px;
	}
}