/*ファーストビュー*/
.fv_banners ul li img {
	width: 100%;
	height: auto;
}
/*商品*/
#services {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #000;
	background: #fffdeb;
}
.services_list {
	width: 100%;
	max-width: 1098px;
	margin: 0 auto;
	overflow: hidden;
}
.services_list li h2 {
	text-align: center;
}
.services_list li:first-of-type div:first-of-type {
	margin-bottom: 15px;
}
.s_product {
	border: 1px solid #e0e0e0;
	background: #e1f1fa;
	position: relative;
}
.s_product:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.s_product_new {
	position: absolute;
	left: -2px;
	top: -2px;
}
.s_product_img {
	text-indent: -9999px;
}
.puramadou {
	background: url(../images/top/img_product1.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.doorremo {
	background: url(../images/top/img_product2.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.madoremo {
	background: url(../images/top/img_product3.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.s_product a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.s_product_a{
	position: relative!important;
	font-size: 1.3rem;
	color: #2e95d0;
	text-indent: inherit!important;
	text-align: center;
	text-decoration: underline;
	margin-top: 10px;
}
.s_product_a:hover{
	opacity: .7;
}
.s_product_info {
	overflow: hidden;
}
.s_product_info_maker {
	color: #0085ba;
}
.s_product_info_name {
	margin-top: 3px;
}
.s_product_info_spec {
	margin-top: 15px;
}
.spec_green {
	color: #63d02e;
	border: 1px solid #63d02e;
}
.spec_blue {
	color: #2e95d0;
	border: 1px solid #2e95d0;
}
.spec_purple {
	color: #6d50d8;
	border: 1px solid #6d50d8;
}
.s_product_info_txt {
	margin-top: 15px;
}
.s_product_info_price {
	margin-top: 5px;
	color: #ff1e00;
}
.s_product_info_price span {
}

.product_lead_goproposal {
	position: relative;
}
.product_lead_goproposal p {
	padding: 1px;
	background: #00af4b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.product_lead_goproposal p:hover {
	background: #2e95d0;
}
.product_lead_goproposal p a {
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
}
.product_lead_goproposal p a {
		font-size: 1.6rem;
		padding: 25px 0 25px 45px;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-ms-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
	}
.product_lead_goproposal p a {
		background: #00af4b url(../images/product/icon_proposal.svg) 15px center no-repeat;
	}

/*実績*/
#archieves h2 {
	text-align: center;
}
.archivesslider {
	padding: 0 7.769230769230769%!important;
}
.archivesslider slides li {
	overflow: hidden;
}
.archives_content h3 {
	font-size: 1.1rem;
	margin-top: 10px;
	line-height: 1.5;
}
.archives_name {
	margin-top: 3px;
	font-size: 1.6rem;
	color: #2e95d0;
}
.archives_type {
	margin-top: 7px;
	font-size: 1.1rem;
	line-height: 1.5;
}
.archives_price {
	margin-top: 3px;
	font-size: 1.5rem;
	color: #ffc300;
	line-height: 1.25;
}
.archives_more {
	width: 248px;
	margin: 30px auto 0;
}
.archives_more a {
	display: block;
	font-size: 1.7rem;
	border: 2px solid #2e95d0;
	text-align: center;
	color: #2e95d0;
	padding: 15px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/*サテライトショップ*/
#satellite {
	overflow: hidden;
}
.s_left {
	background: url(../images/top/img_satellite.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.s_title {
	color: #2e95d0;
	line-height: 1.5;
	border-bottom: 1px solid #000;
	margin: 0 0 20px;
}
.s_text {
	margin: 0 0 20px;
	font-weight: normal;
	line-height: 1.5;
}
.s_campaign {
	line-height: 1.5;
}
.s_campaign li {
	margin-bottom: 10px;
}
/*運営*/
#manage {
	overflow: hidden;
}
.m_half {
	border: 1px solid #e0e0e0;
	position: relative;
}
.m_half_thumb {
	width: 100%;
	height: auto;
}
.m_half_info {
	height: 88px;
	line-height: 1.5;
}
.m_half_info_ {
	line-height: 1.5;
}
.m_half_mado, .m_half_no1, .m_half_ykkap, .m_half_kouji, .m_half_15000 {
	position: absolute;
	height: auto;
}
.m_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.m_phone {
	color: #2e95d0;
}
.m_plan {
	color: #2e95d0;
}
/*ガイド*/
#guide {
	overflow: hidden;
}
.g_half h2 {
	border-bottom: 4px solid #e0e0e0;
	padding-bottom: 8px;
	margin-bottom: 25px;
}
.faq_list li {
	background: url(../images/top/icon_faq.svg) top left no-repeat;
}
.faq_question {
	color: #2e95d0;
	line-height: 1.25;
	margin-bottom: 5px;
}
.faq_answer {
	font-weight: normal;
	line-height: 1.25;
}
.flow_list li {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 8%;
	border: 3px solid #2e95d0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.flow_list li:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 37px;
	height: 22px;
	z-index: 0;
	margin-left: -18px;
	background: url(../images/common/arrow_flow.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.flow_list:last-of-type li:last-of-type:after {
	background: none;
}
.flow_list2 li {
	position: relative;
	margin-bottom: 16px;
	padding: 12px 3.5%;
	border: 3px solid #2e95d0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.flow_list2 li:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 37px;
	height: 22px;
	z-index: 0;
	margin-left: -18px;
	background: url(../images/common/arrow_flow.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.flow_list2:last-of-type li:last-of-type:after {
	background: none;
}
.flow_list3 li {
	position: relative;
	margin-bottom: 16px;
	padding: 10px 2.3%;
	border: 3px solid #2e95d0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.flow_list3 li:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 37px;
	height: 22px;
	z-index: 0;
	margin-left: -18px;
	background: url(../images/common/arrow_flow.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.flow_list3:last-of-type li:last-of-type:after {
	background: none;
}
	.flow_list3 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
.flow_number {
	display: block;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 1.6rem;
	background: #2e95d0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	text-align: center;
	float: left;
	margin: 2px 10px 0 0;
	line-height: 1.25;
}
.flow_text {
	font-size: 1.4rem;
	color: #2e95d0;
	line-height: 1.5;
}
.flow_text_inner {
	font-size: 1.4rem;
	color: #2e95d0;
	line-height: 1.5;
	padding-bottom: 10px;
}
.flow_text_flex {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #2e95d0;
	line-height: 1.5;
}
/*.flow_number3 {
	width: 42px!important;
}
.flow_number4 {
	width: 52px!important;
}*/
.flow_number2 {
	display: block;
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 2.1rem;
	background: #2e95d0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	text-align: center;
	float: left;
	margin: -3px 10px 0 0;
	line-height: 1.4;
}
.flow_text2 {
	font-size: 1.4rem;
	color: #2e95d0;
	line-height: 1.5;
}
/*ブログ*/
#pickupblogs h2 {
	text-align: center;
}
.image_box {
	position: relative;
}
.accessories {
	position: absolute;
	top: -2px;
	left: -2px;
}
.catch {
	width: 100%;
}
#pickupblogs h2 {
	text-align: center;
	font-size: 2.4rem;
	padding-bottom: 30px;
}
.new_arrival {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	background: #f4f4f4;
}
.pickup div.info_box {
	padding: 25px;
	background: #f4f4f4;
	/*border-bottom: 1px solid #e0e0e0;*/
}
.new_arrival div.image_box {
	width: 33.33333333333333%;
	float: left;
}
.new_arrival div.info_box {
	width: 66.66666666666667%;
	float: left;
	padding: 5.46448087431694%;
}
#pickupblogs time {
	font-size: 1.3rem;
	font-style: italic;
	color: #737373;
}
#pickupblogs h3 a {
	color: #3399cc;
	line-height: 1.25;
}
#pickupblogs ul {
	font-size: 0;
}
#pickupblogs li {
	display: inline-block;
	font-size: 1.1rem;
}
#pickupblogs li > a {
	color: #737373;
}
#pickupblogs li:before {
	display: inline-block;
	content: ">";
	margin: 0 5px;
}
#pickupblogs li:nth-of-type(1):before {
	display: inline-block;
	content: "";
	margin: 0;
}
#read_more_bolg {
	clear: both;
	width: 248px;
	margin: 0 auto;
	padding-top: 30px;
}
#read_more_bolg a {
	display: block;
	font-size: 1.7rem;
	border: 2px solid #2e95d0;
	text-align: center;
	color: #2e95d0;
	padding: 15px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

@media screen and (min-width: 1367px) {
	/*商品*/
	#services {
		padding: 35px 0 55px;
	}
	.s_product {
		display: table;
		width: 100%;
	}
	.s_product_img,  .s_product_info {
		display: table-cell;
		width: 50%;
	}
	.s_product_img {
		height: 100%;
	}
	.s_product_info {
		padding: 25px 4.291044776119403%;
	}
	
	.product_lead_goproposal p a {
		font-size: 2.3rem;
		padding: 25px 0 25px 58px;
	}
	.product_lead_goproposal p a {
		background: #00af4b url(../images/product/icon_proposal.svg) 20px center no-repeat;
	}
	.product_lead_goproposal p:hover a {
		background: #2e95d0 url(../images/product/icon_proposal.svg) 20px center no-repeat;
	}
	/*サテライトショップ*/
	#satellite {
		padding-bottom: 55px;
		margin-bottom: 55px;
		border-bottom: 1px solid #e0e0e0;
	}
	/*運営*/
	#manage {
		padding-bottom: 55px;
	}
	/*ガイド*/
	#guide {
		padding-bottom: 55px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 881px) {
	/*商品*/
	#services {
		padding: 35px 24px 55px;
	}
	.s_product_img {
		height: 180px;
	}
	.s_product_info {
		padding: 20px 4.291044776119403%;
	}
	.product_lead_goproposal p a {
		font-size: 1.6rem;
	}
	.product_lead_goproposal p a {
		background: #00af4b url(../images/product/icon_proposal.svg) 20px center no-repeat;
	}
	.product_lead_goproposal p:hover a {
		background: #2e95d0 url(../images/product/icon_proposal.svg) 20px center no-repeat;
	}
	/*運営*/
	#satellite {
		padding: 0 24px 55px;
		margin-bottom: 55px;
		border-bottom: 1px solid #e0e0e0;
	}
	/*運営*/
	#manage {
		padding: 55px 24px 55px;
	}
	/*ガイド*/
	#guide {
		padding: 0 24px 55px;
	}
}

@media screen and (min-width: 1147px) {
	/*ブログ*/
	#pickupblogs {
		padding: 45px 0 55px;
	}
}

@media screen and (max-width: 1146px) and (min-width: 881px) {
	/*ファーストビュー*/
	#mainslider {
		padding: 0 24px;
	}
	/*ブログ*/
	#pickupblogs {
		padding: 45px 24px 55px;
	}
}

@media screen and (min-width: 881px) {
	/*商品*/
	.services_list li h2 {
		font-size: 2.4rem;
		padding-bottom: 18px;
	}
	.services_list li h3 {
		font-size: 2.2rem;
		padding-top: 35px;
		text-align: center;
	}
	.s_product_info_maker {
		font-size: 1.8rem;
	}
	.s_product_info_name {
		font-size: 2.4rem;
	}
	.s_product_info_name span {
		font-size: 1.8rem;
	}
	.s_product_info_txt {
		font-size: 1.4rem;
	}
	.s_product_info_price {
		font-size: 1.4rem;
	}
	.s_product_info_price span {
		font-size: 3.6rem;
	}
	/*実績*/
	#archieves {
		padding: 45px 0 55px;
		border-bottom: 1px solid #e0e0e0;
	}
	#archieves h2 {
		text-align: center;
		font-size: 2.4rem;
		padding-bottom: 30px;
	}
	.archives_content {
		float: left;
		width: 16.57559198542805%;
	}
	.archives_content:not(:last-of-type) {
		margin-right: 4.280510018214936%;
	}
	/*サテライト*/
	.s_left {
		float: left;
		width: 48.90710382513661%;
		margin-right: 2.185792349726776%;
		padding-bottom: 65.20947176684881%;
	}
	.s_right {
		float: left;
		width: 48.90710382513661%;
		padding: 0 0 0 4.283054003724395%;
	}
	.s_title {
		font-size: 2.4rem;
		padding: 0 0 10px;
	}
	.s_text {
		font-size: 1.5rem;
	}
	.s_campaign {
		font-size: 1.5rem;
	}
	/*運営*/
	.m_half_mado {
		bottom: 60px;
		right: 20px;
		width: 62px;
	}
	.m_half_no1 {
		bottom: 50px;
		right: 95px;
		width: 98px;
	}
	.m_half_15000 {
		bottom: 75px;
		right: 135px;
		width: 110px;
	}
	.m_half_kouji {
		bottom: 75px;
		right: 20px;
		width: 110px;
	}
	.m_half_ykkap {
		bottom: 23px;
		right: 20px;
		width: 46px;
	}
	.m_half_info {
		padding: 20px;
	}
	.m_half_info_ {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 20px;
	}
	.m_half_orange{
		font-size: 2.1rem;
		color: #ffc300;
		line-height: 1.15;
	}
	.m_title1,  .m_title2 {
		font-size: 1.8rem;
	}
	.m_title2 {
		margin-top: 10px;
	}
	.m_title3 {
		font-size: 1.6rem;
	}
	.m_address {
		float: left;
		font-size: 1.2rem;
		margin-top: 3px;
	}
	.m_phone {
		float: right;
		margin-top: -7px;
		font-size: 2.4rem;
	}
	.m_plan {
		float: right;
		margin-top: 26px;
		font-size: 1.5rem;
	}
	/*ガイド*/
	.g_half {
		float: left;
		width: 47.81420765027322%;
		overflow: hidden;
	}
	.g_half:first-of-type {
		margin-right: 4.371584699453552%;
	}
	/*ブログ*/
	.pickup, .new_arrival_wrapper {
		width: 50%;
	}
	.pickup {
		float: left;
	}
	.new_arrival_wrapper {
		float: right;
	}
	#pickupblogs h3 {
		font-size: 1.8rem;
		margin: 7px 0 15px;
	}
.sp_br{
		display: none;
	}

}

@media screen and (max-width: 880px) {
	/*商品*/
	#services {
		padding: 25px 5% 45px;
	}
	.s_product_img {
		height: 150px;
	}
	.s_product_info {
		padding: 15px 4.291044776119403% 10px;
		position: relative;
	}
	.s_product_info:after {
		display: block;
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		background: url("../images/top/arrow_round_right.png") 0 0 / 100% auto no-repeat;
	}
	.services_list li h2 {
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
	.services_list li h3 {
		font-size: 1.6rem;
		padding-top: 35px;
		text-align: center;
		line-height: 1.35;
	}
	.s_product_info_maker {
		font-size: 1.4rem;
	}
	.s_product_info_name {
		font-size: 1.8rem;
	}
	.s_product_info_name span {
		font-size: 1.4rem;
	}
	.s_product_flex .s_product_info_name {
		font-size: 1.6rem;
	}
	.s_product_flex .s_product_info_name span {
		font-size: 1.2rem;
	}
	.s_product_info_spec{
		line-height: 1.75;
	}
	.s_product_info_price span {
		font-size: 2.4rem;
	}
	/*実績*/
	#archieves {
		padding: 25px 0 45px;
	}
	#archieves h2 {
		text-align: center;
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
	.archives_content {
		float: left;
		width: 30.47965998785671%;
	}
	.archives_content:nth-of-type(1),  .archives_content:nth-of-type(2) {
		margin-right: 4.280510018214936%;
	}
	.archives_content:nth-of-type(4),  .archives_content:nth-of-type(5) {
		display: none;
	}
	/*サテライト*/
	#satellite {
		padding: 0 0 45px;
		margin: 0 5% 45px 5%;
		width: 90%;
		border-bottom: 1px solid #e0e0e0;
	}
	.s_left {
		padding-bottom: 42.5531914893617%;
	}
	.s_campaign li:last-of-type {
		margin-bottom: 0;
	}
	.s_title {
		font-size: 1.8rem;
		padding: 15px 0;
	}
	.s_text {
		font-size: 1.3rem;
	}
	.s_campaign {
		font-size: 1.3rem;
	}
	/*運営*/
	#manage {
		padding: 0 5% 45px;
	}
	.m_half_mado {
		bottom: 60px;
		right: 11px;
		width: 34px;
	}
	.m_half_15000 {
		bottom: 100px;
		right: 90px;
		width: 75px;
	}
	.m_half_kouji {
		bottom: 100px;
		right: 11px;
		width: 75px;
	}
	.m_half_no1 {
		bottom: 50px;
		right: 53px;
		width: 54px;
	}
	.m_half_ykkap {
		bottom: 27px;
		right: 15px;
		width: 34px;
	}
	.m_half_info {
		padding: 15px;
	}
	.m_half_info_ {
		padding: 15px;
	}
	.m_half_ {
		position: relative;
		float: left;
		width: 100%;
		background-color: #2e95d0;
	}
	.m_half_thumb_ {
		background: url(../images//top/img_manage2.jpg) center right;
		width: 100%;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
		text-indent: -9999px;
	}
	.m_half_white{
		font-size: 1.6rem;
		color: #fff;
		padding: 5px 0 15px;
	}
	.m_half_white_small{
		font-size: 1.4rem;
		color: #fff;
		padding-top: 10px;
	}
	.m_half_orange{
		font-size: 1.4rem;
		color: #ffc300;
		line-height: 0.9;
	}
	.m_title1,  .m_title2 {
		font-size: 1.4rem;
	}
	.m_title2 {
		margin-top: 20px;
	}
	.m_title3 {
		font-size: 1.4rem;
	}
	.m_address {
		font-size: 1.2rem;
	}
	.m_phone {
		font-size: 1.8rem;
	}
	.m_plan {
		font-size: 1.4rem;
	}
	/*ガイド*/
	#guide {
		padding: 0 5% 45px;
	}
	.g_half:first-of-type {
		margin-bottom: 30px;
	}
	/*ブログ*/
	.pickupblogs_content {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	#pickupblogs h2 {
		font-size: 1.8rem;
		padding-bottom: 15px;
		padding-top: 60px;
	}
	#pickupblogs h3 {
		font-size: 1.6rem;
		line-height: 1.25;
		margin: 7px 0 15px;
	}
	#pickupblogs li {
		display: block;
		line-height: 1.5;
	}
	#pickupblogs {
		padding: 0 0 45px;
		margin: 0 5% 45px 5%;
		width: 90%;
		border-bottom: 1px solid #e0e0e0;
	}
	.s_product_flex{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.s_product_flex .s_product{
		width: 48%;
	}
	.sp_br{
		display: block;
	}
	.services_list li:first-of-type div:first-of-type {
	margin-bottom: 0;
}
}

@media screen and (min-width: 641px) {
	/*ファーストビュー*/
	.mainslider {
		float: left;
		width: 72.40437158469945%;
		margin-bottom: 45px!important;
	}
	.fv_banners {
		float: right;
		width: 27.59562841530055%;
	}

	/*商品*/
	.services_list li {
		float: left;
		width: 48.90710382513661%;
	}
	.services_list li:first-of-type {
		margin-right: 2.185792349726776%;
	}
	.sp_list{
		display: none;
	}
	/*運営*/
	.m_half {
		float: left;
		width: 49.07692307692308%;
	}
	.m_half_ {
		display: flex;
		float: left;
		position: relative;
		width: 49.07692307692308%;
		background-color: #2e95d0;
	}
	.m_half_thumb_ {
		background: url(../images//top/img_manage2.jpg) center right;
		width: 50%;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
		text-indent: -9999px;
	}
	.m_half_white{
		font-size: 1.6rem;
		color: #fff;
		padding: 5px 0 15px;
	}
	.m_half_white_small{
		font-size: 1.4rem;
		color: #fff;
		padding-top: 10px
	}
	.m_half:first-of-type {
		margin-right: 1.846153846153846%;
	}
	/*ガイド*/
	.flow_list {
		float: left;
		margin-right: 2.285714285714286%;
		width: 47.71428571428571%;
	}
	.flow_list2 {
		float: left;
		width: 100%;
	}
	.flow_list2 li {
		height: 54px;
	}
	.flow_list li {
		height: 92px;
	}
	.flow_text {
		font-size: 1.4rem;
	}
	.flow_text_flex {
		font-size: 1.4rem;
	}
	.g_half h2 {
		font-size: 1.8rem;
	}
	.faq_list li {
		padding: 0 0 20px 50px;
		font-size: 1.5rem;
	}
	.product_lead_goproposal {
		margin-top: 25px;
	}
	.flow_step2_{
		width: 48%;
	}
	.flow_step2_top{
		width: 48%;
	}
	.flow_step2_pc{
		width: 48%;
	}
	.flow_button_sp{
		display: none;
	}
	.flow_text_flex_2{
	display: block;
	width: 81%;
}
}

@media screen and (max-width: 640px) {
	/*ファーストビュー*/
	.mainslider {
	}
	.fv_banners ul {
		float: left;
		width: 50%;
	}
	/*商品*/
	.services_list li:first-of-type {
		margin-bottom: 30px;
	}
	.sp_list{
		padding: 0 5%;
	}
	/*.flow_number3 {
	width: 74px!important;
	}
.flow_number4 {
	width: 94px!important;
	}*/
	/*運営*/
	.m_half:first-of-type {
		margin-bottom: 30px;
	}
	.g_half h2 {
		font-size: 1.6rem;
	}
	.faq_list li {
		padding: 0 0 20px 40px;
		font-size: 1.4rem;
	}
	.product_lead_goproposal {
		margin-top: 13px;
	}
	.product_lead_goproposal p a {
		font-size: 1.6rem;
		padding: 25px 7px 25px 53px;
		line-height: 1.35;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-ms-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
	}
	.product_lead_goproposal p a {
		background: #00af4b url(../images/product/icon_proposal.svg) 15px center no-repeat;
	}
	.product_lead_goproposal p:hover a {
		background: #2e95d0 url(../images/product/icon_proposal.svg) 15px center no-repeat;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-ms-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
	}
	.flow_step2_{
		width: 100%;
	}
	.flow_step2_top{
		width: 48%;
	}
	.flow_step2_pc{
		display: none;
	}
	.flow_button_sp{
		margin: 15px 0;
		width: 100%;
		height: auto;
		border: 3px solid #82ccf6;
		background:#EBF7FF;
	}
	.flow_button_inner{
		width: 100%;
		height: auto;
		padding: 4.45% 4.8%;
	}
	.flow_button_sp a img{
		width: 100%;
		height: auto;
	}
	.flow_text_flex_2{
	display: block;
	width: 69%;
}
	.flow_text_flex {
		font-size: 1.3rem;
	}
}


.banner_spring {
	width: 100%;
	max-width: 1098px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 1366px) and (min-width: 881px){
	.banner_spring {
   padding: 0 24px 45px;
	}
}

@media screen and (min-width: 641px) {
	.banner_spring {
	padding-bottom: 45px;
	}
	.banner_spring a:hover{
	opacity: .8;
	}
	.spring_img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	.banner_spring {
   display: none;
	}
	.spring_img{
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
}


	.renovate_list {
    width: 100%;
    max-width: 1098px;
    margin: 0 auto 25px;
    overflow: hidden;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.renovate_list li{
		width: 47.24%;
	}
	.renovate_lead_goproposal{
		position: relative;
	}
	.renovate_list .renovate_lead_goproposal p {
    padding: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
	.renovate_list li:nth-of-type(1) .renovate_lead_goproposal p {
    background: #308ec7;
}
		.renovate_list li:nth-of-type(2) .renovate_lead_goproposal p {
    background: #fb9a00;
}



@media screen and (min-width: 641px) {
	.renovate_list{
		padding: 0 24px 25px;
	}
	.renovate_list .renovate_lead_goproposal p a{
    font-size: 1.9rem;
		color: #fff;
    padding: 23px 8px 22px 16px;
    line-height: 1.5;
		display: block;
    width: 100%;
    border: 2px solid #fff;
    text-align: center;
	}
		.renovate_list li:nth-of-type(1) .renovate_lead_goproposal p{
		background: #308ec7;
	}
	.renovate_list li:nth-of-type(1) .renovate_lead_goproposal p:hover{
		background: #00af4b;
	}
		.renovate_list li:nth-of-type(1) .renovate_lead_goproposal p a{
		background: url("../images/product/icon_window_renovate.png") 8% center / 6% auto no-repeat;
	}
	.renovate_list li:nth-of-type(2) .renovate_lead_goproposal p{
		background: #fb9a00;
	}
		.renovate_list li:nth-of-type(2) .renovate_lead_goproposal p:hover{
		background: #00af4b;
	}
		.renovate_list li:nth-of-type(2) .renovate_lead_goproposal p a{
		background: url("../images/product/icon_door_renovate.png") 8% center / 5% auto no-repeat;
	}
		.renovate_list .renovate_lead_goproposal p a span{
    font-size: 2.5rem;
	}
}

@media screen and (max-width: 640px) {
	.renovate_list_pc{
		display: none!important;
	}
	.renovate_list .renovate_lead_goproposal p a{
    font-size: 1.3rem;
		color: #fff;
    padding: 13px 8px 12px 38px;
    line-height: 1.5;
		display: block;
    width: 100%;
    border: 2px solid #fff;
    text-align: left;
	}
		.renovate_list li:nth-of-type(1) .renovate_lead_goproposal p a{
		background: #308ec7 url("../images/product/icon_window_renovate.png") 10px center / 18px auto no-repeat;
	}
		.renovate_list li:nth-of-type(2) .renovate_lead_goproposal p a{
		background: #fb9a00 url("../images/product/icon_door_renovate.png") 9px center / 15px auto no-repeat;
	}
		.renovate_list .renovate_lead_goproposal p a span{
    font-size: 1.6rem;
	}
}

/*//////////////////////

2023.08.07更新

//////////////////////*/

.flow_btn{
		position: relative;
	width: 80%;
    margin: 0 auto;
	}
	.flow_btn p {
    /*padding: 1px;*/
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
	.flow_btn p {
    background: #fb9a00;
}
.flow_btn p a{
    font-size: 1.4rem;
		color: #fff;
    padding: 10px 5%;
    line-height: 1.5;
		display: block;
    width: 100%;
    border: 2px solid #fff;
    text-align: center;
	}
.fv_banners_new ul li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 880px){
.services_list li:first-of-type div:first-of-type {
    margin-bottom: 15px!important;
}
}
@media screen and (min-width: 641px) {
		.fv_banners_new{
		display: none;
	}
		
	.flow_btn p{
		background: #fb9a00;
	}
		.flow_btn p:hover{
		background: #00af4b;
	}
		.flow_btn p a span{
    font-size: 2.5rem;
	}
}

@media screen and (max-width: 640px) {
		.fv_banners ul {
		display: none;
	}
	.fv_banners_new ul {
		float: left;
		width: 50%;
	}
	.flow_btn p a span{
    font-size: 1.6rem;
	}
}

.mb15{
	margin-bottom: 15px;
}

.s_product_bubble{
	position: relative;
    padding: 6px 10px;
    color: #0085ba;
    font-size: 1.4rem;
    background: #FFF;
    border: solid 3px #0085ba;
    box-sizing: border-box;
    margin: 0 auto 7px;
    border-radius: 10px;
    text-align: center;
}
.s_product_bubble:before{
	 content: "";
	  position: absolute;
	  bottom: -24px;
	  left: 50%;
	  margin-left: -15px;
	  border: 12px solid transparent;
	  border-top: 12px solid #FFF;
	  z-index: 2;
}
.s_product_bubble:after{
	  content: "";
	  position: absolute;
	  bottom: -30px;
	  left: 50%;
	  margin-left: -17px;
	  border: 14px solid transparent;
	  border-top: 14px solid #0085ba;
	  z-index: 1;
}
