/*詳細ページ*/
.product_top {
	overflow: hidden;
}
.product_left > img {
	width: 100%;
	height: auto;
}
.product_mainimg {
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.product_mainimg div {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	float: left;
}
.product_mainimg div img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	max-width: 95%!important;
	max-height: 95%!important;
}
.product_thumbs {
	clear: both;
	overflow: hidden;
}
.product_thumbs li {
	width: 24.30167597765363%;
	float: left;
	margin-right: 0.931098696461825%;
	margin-top: 8px;
	background: url(../images/top/bg_diago.gif) repeat;
}
.product_thumbs li:nth-of-type(4), .product_thumbs li:nth-of-type(8), .product_thumbs li:nth-of-type(12) {
	margin-right: 0!important;
}
.product_thumbs img {
	width: 100%;
	height: auto;
	border: transparent 3px solid;
}
.product_thumbs li img.current {
	border: #136fb8 3px solid;
}
.productslider .slides {
	border: 1px solid #e0e0e0;
}
.product_catalog {
	border: 1px solid #e0e0e0;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	padding: 20px 0;
}
.product_catalog ul li a {
	display: block;
	border: 2px solid #2e95d0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #2e95d0;
	width: 220px;
}
.product_catalog_detail a {
	padding: 10px 0 10px 30px;
	background: url(../images/product/icon_detail.svg) 35px center no-repeat;
}
.product_catalog_catalog a {
	padding: 10px 0 10px 42px;
	background: url(../images/product/icon_catalog.svg) 17px center no-repeat;
}
.product_lead_tag {
	overflow: hidden;
	margin-bottom: 10px;
}
.product_lead_tag span {
	display: block;
	float: left;
	color: #2e95d0;
	font-size: 1.4rem;
	border: 1px solid #2e95d0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 4px;
}
.product_lead h2 {
	clear: both;
	color: #2e95d0;
	line-height: 1.5;
	margin-top: 5px;
}

.bold{
	font-weight: bold!important;
}

.info_renovation p a{
	font-weight: bold;
}

.pd50{
	padding-top: 50px;
}
.product_lead_txt,
.product_faq {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
}
.product_faq a {
	text-decoration: underline;
}
.product_lead_seinou, .product_lead_seinou_doorremo {
	overflow: hidden;
	margin-bottom: 25px;
}
.product_lead_seinou li, .product_lead_seinou_doorremo li:not(:last-of-type) {
	float: left;
	width: 22.53258845437616%;
	margin-right: 2.23463687150838%;
}
.product_lead_seinou_doorremo li:nth-of-type(5) {
	clear: both;
	padding-top: 12px;
	width: 96.83426443202978%;
}
.product_lead_seinou li img, .product_lead_seinou_doorremo li img {
	width: 100%;
	height: auto;
}
.product_lead_camp {
	overflow: hidden;
	margin-top: 25px;
}
.product_lead_camp li {
	float: left;
	width: 78px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.product_lead_camp li img {
	width: 100%;
	height: auto;
}
.product_lead_ptxt, .product_lead_ctxt {
	color: #ff1e00;
	line-height: 1.5;
}
.product_lead_price {
	margin-top: 10px;
	color: #ff1e00;
}
.product_lead_ptxt2 {
	line-height: 1.5;
	margin-top: 5px;
}
.product_lead_goestimate, .product_lead_gosearch, .product_lead_gosearch_non {
	position: relative;
}
.product_lead_goestimate p, .product_lead_gosearch p, .product_lead_gosearch_non p {
	padding: 1px;
	background: #ff9600;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.product_lead_goestimate p:hover, .product_lead_gosearch p:hover, .product_lead_gosearch_non p:hover {
	background: #2e95d0;
}
.product_lead_goestimate p a, .product_lead_gosearch p a, .product_lead_gosearch_non p a {
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
}
.product_lead_goestimate p:after, .product_lead_gosearch p:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -48px;
	left: 50%;
	width: 28px;
	height: 48px;
	background: url(../images/product/arrow_goestimate.svg) center center no-repeat;
	margin-left: -14px;
	-webkit-animation: flashing-loop 2.5s infinite;
	-moz-animation: flashing-loop 2.5s infinite;
	-ms-animation: flashing-loop 2.5s infinite;
	-o-animation: flashing-loop 2.5s infinite;
	animation: flashing-loop 1s infinite;
}
@-webkit-keyframes flashing-loop {
	 0% { opacity: 1; }
	 50% { opacity: 0; }
	 100% { opacity:1; }
}
.product_lead_goestimate p:hover:after, .product_lead_gosearch p:hover:after {
	background: url(../images/product/arrow_goestimate2.svg) center center no-repeat;
}
.product_content, .product_content_doorremo {
	overflow: hidden;
}
.product_content h3 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 7px;
}
.product_about_left {
	overflow: hidden;
}
.product_about_right {
	overflow: hidden;
}
.pal_left {
	height: auto;
}
.pal_right h4 {
	line-height: 1.5;
	color: #2e95d0;
	margin-bottom: 5px;
}
.pal_right p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: normal;
}
.product_about_right h4 {
	line-height: 1.5;
	color: #2e95d0;
	margin-bottom: 15px;
}
.pal_list1 {
	background: url(../images/product/img_about_plamadou3.jpg) bottom right no-repeat;
	-webkit-background-size: 136px auto;
	-moz-background-size: 136px auto;
	-ms-background-size: 136px auto;
	-o-background-size: 136px auto;
	background-size: 136px auto;
}
.pal_list1 li {
	overflow: hidden;
}
.pal_list1 li h5 {
	float: left;
}
.pal_list1 li h5 span {
	display: block;
	background: url(../images/product/img_about_plamadou2.jpg);
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	text-align: center;
	color: #fff;
}
.pal_list1 li p {
	float: left;
	line-height: 1.5;
}
.pal_list2 {
	overflow: hidden;
}
.pal_list2 li h5 {
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 1.5;
}
.pal_list2 li p {
	height: 54px;
	font-size: 1.4rem;
	color: #17becf;
	line-height: 1.5;
	padding-left: 30px;
}
.pal_list2 li:nth-of-type(1) p {
	background: url(../images/product/img_about_doorremo2_1.jpg) top left no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.pal_list2 li:nth-of-type(2) p {
	background: url(../images/product/img_about_doorremo2_2.jpg) top left no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.pal_list2 li:nth-of-type(3) p {
	background: url(../images/product/img_about_doorremo2_3.jpg) top left no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.pal_list2 li:nth-of-type(4) p {
	background: url(../images/product/img_about_doorremo2_4.jpg) top left no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.pal_list2 li:nth-of-type(5) p {
	background: url(../images/product/img_about_doorremo2_5.jpg) top left no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.pal_list2 li:nth-of-type(6) p {
	background: url(../images/product/img_about_doorremo2_6.jpg) top left no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-o-background-size: 24px auto;
	background-size: 24px auto;
}
.product_content_more {
	clear: both;
	width: 248px;
	margin: 0 auto;
	padding-top: 30px;
}
.product_content_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;
}
.archivesslider {
	padding: 0 7.769230769230769%!important;
}
.archivesslider slides li {
	overflow: hidden;
}
.archives_content h4 {
	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;
}

/*検索ページ*/
.go_search_doorremo {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 55px;
	line-height: 1.5;
	position: relative;
}
.go_search_doorremo:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
	content: "";
	width: 28px;
	height: 48px;
	background: url(../images/product/arrow_goestimate.svg) bottom center no-repeat;
	-webkit-animation: flashing-loop 2.5s infinite;
	-moz-animation: flashing-loop 2.5s infinite;
	-ms-animation: flashing-loop 2.5s infinite;
	-o-animation: flashing-loop 2.5s infinite;
	animation: flashing-loop 1s infinite;
}
@-webkit-keyframes flashing-loop {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
.refine_search {
	position: relative;
}
.refine_search h2 {
	position: absolute;
	background: #2e95d0;
	left: 50%;
	cursor: pointer;
	z-index: 20;
}
.refine_search h2 span {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center;
}
.refine_search h2:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.search_box {
	background: #fffdeb;
	border: 1px solid #e0e0e0;
	padding: 40px 3.278688524590164% 0;
	overflow: hidden;
}
.search_stage_max {
	overflow: hidden;
}
.search_select {
	clear: both;
	overflow: hidden;
}
.search_select li {
	float: left;
	margin-right: 5%;
}
.search_select li label {
	cursor: pointer;
}
.search_select li img {
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.search_select input[type=radio], .search_select2 input[type=radio] {
	margin-right: 5px;
}
.search_stage_max h3 {
	color: #2e95d0;
	border-bottom: 2px solid #2e95d0;
	padding-bottom: 3px;
}
.search_stage_max select {
	border: 1px solid #999;
	padding: 10px;
	background: #fff url(../images/product/icon_selectbox.svg) 95% center no-repeat;
}
.doorremo_size {
	font-size: 1.4rem;
}
.doorremo_size p:nth-of-type(1) {
	margin-bottom: 15px;
}
.doorremo_size_zone {
	font-size: 1.2rem;
}
.doorremo_size p input {
	border: 1px solid #999;
	padding: 5px;
	width: 60%;
	background: #FFF;
}
.doorremo_size_zone {
	display: block;
	margin-top: 5px;
}
.doorremo_list {
	overflow: hidden;
}
.doorremo_list li {
	float: left;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.doorremo_list_img {
	width: 100%;
	padding-bottom: 133.3333333333333%;
	overflow: hidden;
	position: relative;
	float: left;
}
.doorremo_list_img div {
	width: 100%;
	padding-bottom: 133.3333333333333%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	float: left;
}
.doorremo_list_img div img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	max-width: 95%!important;
	max-height: 95%!important;
}
.doorremo_list_name {
	clear: both;
	color: #2e95d0;
	line-height: 1.5;
}
.doorremo_list_type {
	line-height: 1.5;
}
.doorremo_list_txt_catalog {
	margin-top: 10px;
	margin-bottom: 3px;
}
.doorremo_list_txt {
	color: #ff1e00;
	margin-top: 10px;
	line-height: 1.5;
}
.doorremo_list_price {
	color: #ff1e00;
}
.doorremo_list_more a {
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background: #186ebc;
	padding-top: 9px;
	margin-top: 10px;
	border-radius: 2px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	z-index: 10;
}
.doorremo_list_more a:hover{
	opacity: .7;
}
/*.doorremo_list_more a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}*/
#not_found {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

/*ローダー*/
.ajax_loading {
	position: relative;
}
.ajax_opacity {
	opacity: 0.5;
}

/*窓のリフォーム*/
.window_merit {
	overflow: hidden;
}
.window_merit li {
	float: left;
	width: 137px;
	position: relative;
	font-size: 1.5rem;
	text-align: center;
}
.window_merit li:before {
	display: block;
	content: "";
	width: 137px;
	height: 137px;
}
.window_merit1:before {
	background: url(../images/product/icon_window1.svg) no-repeat;
}
.window_merit2:before {
	background: url(../images/product/icon_window2.svg) no-repeat;
}
.window_merit3:before {
	background: url(../images/product/icon_window3.svg) no-repeat;
}
.window_merit4:before {
	background: url(../images/product/icon_window4.svg) no-repeat;
}
.window_merit5:before {
	background: url(../images/product/icon_window5.svg) no-repeat;
}
.window_merit6:before {
	background: url(../images/product/icon_window6.svg) no-repeat;
}
.window_merit7:before {
	background: url(../images/product/icon_window7.svg) no-repeat;
}
.window_merit8:before {
	background: url(../images/product/icon_window8.svg) no-repeat;
}
.window_list_wrapper {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #000;
	background: #fffdeb;
}
.window_list {
	width: 100%;
	max-width: 1098px;
	margin: 0 auto;
	overflow: hidden;
}
.window_list li h2 {
	text-align: center;
}
.window_list li:first-of-type div:first-of-type {
	margin-bottom: 15px;
}

.inside_width_proposal{
	background: #fffdeb;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	margin-top: 40px;
}
.inside_width_proposal_mado{
	margin-top: 0;
	margin-bottom: 40px;
}
.inside_width_txt{
	text-align: center;
	color: #000;
}
.product_read_txt{
	margin-top: 25px;
	margin-bottom: 8px;
	color: #000;
}

@media screen and (min-width: 1367px) {
	/*詳細ページ*/
	.product_lead_goestimate p a, .product_lead_gosearch p a, .product_lead_gosearch_non p a {
		font-size: 2.3rem;
		padding: 25px 0 25px 58px;
	}
	.product_lead_goestimate p a {
		background: #ff9600 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
	.product_lead_gosearch p a, .product_lead_gosearch_non p a {
		background: #ff9600 url(../images/product/icon_gosearch.svg) 20px center no-repeat;
	}
	.product_lead_goestimate p:hover a {
		background: #2e95d0 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
	.product_lead_gosearch p:hover a, .product_lead_gosearch_non p:hover a {
		background: #2e95d0 url(../images/product/icon_gosearch.svg) 20px center no-repeat;
	}

	/*検索ページ*/
	.doorremo_list {
		margin-top: -110px;
	}
	
	/*窓のリフォーム*/
	.window_list_wrapper {
		padding: 35px 0 55px;
	}

}

@media screen and (min-width: 1025px) {
	/*詳細ページ*/
	.product_catalog ul {
		position: relative;
		left: 50%;
		float: left;
	}
	.product_catalog ul li {
		position: relative;
		left: -50%;
		float: left;
		margin: 0 6px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	/*詳細ページ*/
	.product_catalog ul li a {
		margin: 0 auto;
	}
	.product_catalog_detail {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) and (min-width: 641px) {
	/*詳細ページ*/
	.product_catalog ul {
		position: relative;
		left: 50%;
		float: left;
	}
	.product_catalog ul li {
		position: relative;
		left: -50%;
		float: left;
		margin: 0 6px;
	}
}

@media screen and (max-width: 640px) {
	.window_merit li {
		width: 72px;
		font-size: 1rem;
	}
	.window_merit li:before {
		width: 72px;
		height: 72px;
	}
	/*詳細ページ*/
	.product_catalog{
		display: none;
	}
	.product_catalog ul li a {
		margin: 0 auto;
	}
	.product_catalog_detail {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 769px) {
	/*詳細ページ*/
	.product_lead_goestimate p a, .product_lead_gosearch p a, .product_lead_gosearch_non p a {
		font-size: 1.8rem;
		padding: 25px 0 25px 58px;
	}
	.product_lead_goestimate p a {
		background: #ff9600 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
	.product_lead_gosearch p a, .product_lead_gosearch_non p a {
		background: #ff9600 url(../images/product/icon_gosearch.svg) 20px center no-repeat;
	}
	.product_lead_goestimate p:hover a {
		background: #2e95d0 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
	.product_lead_gosearch p:hover a, .product_lead_gosearch_non p:hover a {
		background: #2e95d0 url(../images/product/icon_gosearch.svg) 20px center no-repeat;
	}
}

@media screen and (max-width: 1366px) and (min-width: 881px) {
	/*検索ページ*/
	.doorremo_list {
		margin-top: -110px;
	}
	
	/*窓のリフォーム*/
	.window_list_wrapper {
		padding: 35px 24px 55px;
	}
}

@media screen and (min-width: 881px) {
	/*詳細ページ*/
	.product_about_left {
		float: left;
		width: 47.81420765027322%;
		margin-right: 4.371584699453552%;
	}
	.product_about_right {
		float: left;
		width: 47.81420765027322%;
	}
	.pal_left {
		width: 53.33333333333333%;
		float: left;
		margin-right: 4.571428571428571%;
	}
	.pal_right {
		float: left;
		width: 42.0952380952381%;
	}
	.pal_list1 li h5 {
		width: 19.14285714285714%;
	}
	.pal_list1 li p {
		width: 80.85714285714286%;
	}
	
	/*検索ページ*/
	.search_box > div:first-of-type {
		float: left;
		width: 60.78286270691334%;
		margin-right: 2.43427458617332%;
	}
	.search_box > div:last-of-type {
		float: left;
		width: 36.78286270691334%;
	}
	.doorremo_type li {
		width: 14.67%;
		font-size: 1.2rem;
		margin-right: 1.9%;
	}
	.doorremo_type li:nth-of-type(1) img {
		width: 60%;
	}
	.doorremo_type li:nth-of-type(2) img {
		width: 76%;
	}
	.doorremo_type li:nth-of-type(3) img {
		width: 76%;
	}
	.doorremo_transom li {
		width: 45%;
	}
	.doorremo_color li {
		font-size: 1.2rem;
		width: 45%;
	}
	.doorremo_list li {
		width: 17.12204007285974%;
		margin: 30px 1.438979963570128% 0;
	}
	
	/*窓のリフォーム*/
	.window_list_wrapper {
		margin-bottom: 55px;
	}
	.window_list li h2 {
		font-size: 1.8rem;
		padding-bottom: 18px;
		line-height: 1.5;
		width: 355px;
		padding-left: 175px;
		margin: 0 auto;
	}
	.window_list li h2 span {
		font-size: 3rem;
	}
	.window_list li:nth-of-type(1) h2 {
		background: url(../images/product/icon_window9.svg) left top no-repeat;
		-webkit-background-size: auto 66px;
		-moz-background-size: auto 66px;
		-ms-background-size: auto 66px;
		-o-background-size: auto 66px;
		background-size: auto 66px;
	}
	.window_list li:nth-of-type(2) h2 {
		background: url(../images/product/icon_window10.svg) left top no-repeat;
		-webkit-background-size: auto 66px;
		-moz-background-size: auto 66px;
		-ms-background-size: auto 66px;
		-o-background-size: auto 66px;
		background-size: auto 66px;
	}
}

@media screen and (max-width: 880px) {
	/*詳細ページ*/
	.product_about_left {
		margin-bottom: 30px;
	}
	
	/*検索ページ*/
	.doorremo_list {
		margin-top: -90px;
	}

	/*窓のリフォーム*/
	.window_list_wrapper {
		padding: 25px 5% 45px;
		margin-bottom: 45px;
	}
	.window_list li h2 {
		font-size: 1.35rem;
		padding-bottom: 15px;
		line-height: 1.5;
		width: 266px;
		padding-left: 131px;
		margin: 0 auto;
	}
	.window_list li h2 span {
		font-size: 2.25rem;
	}
	.window_list li:nth-of-type(1) h2 {
		background: url(../images/product/icon_window9.svg) left top no-repeat;
		-webkit-background-size: auto 50px;
		-moz-background-size: auto 50px;
		-ms-background-size: auto 50px;
		-o-background-size: auto 50px;
		background-size: auto 50px;
	}
	.window_list li:nth-of-type(2) h2 {
		background: url(../images/product/icon_window10.svg) left top no-repeat;
		-webkit-background-size: auto 50px;
		-moz-background-size: auto 50px;
		-ms-background-size: auto 50px;
		-o-background-size: auto 50px;
		background-size: auto 50px;
	}
}

@media screen and (max-width: 880px) and (min-width: 641px) {
	/*詳細ページ*/
	.pal_left {
		float: left;
		margin-right: 4.571428571428571%;
		width: 33.33333333333333%;
	}
	.pal_right {
		float: left;
		width: 62.0952380952381%;
	}
	.pal_list1 li h5 {
		width: 14.14285714285714%;
	}
	.pal_list1 li p {
		width: 85.85714285714286%;
	}
	.product_content_doorremo .product_about_right {
		width: 75%;
		margin: 0 auto;
	}
	
	/*検索ページ*/
	.doorremo_type li {
		width: 15%;
	}
	.doorremo_type li:nth-of-type(1) img {
		width: 60%;
	}
	.doorremo_type li:nth-of-type(2) img {
		width: 76%;
	}
	.doorremo_type li:nth-of-type(3) img {
		width: 76%;
	}
	.doorremo_transom li {
		width: 30%;
	}
	.doorremo_color li {
		width: 30%;
	}
	.doorremo_list li {
		width: 22.12204007285975%;
		margin: 30px 1.438979963570128% 0;
	}
}

@media screen and (min-width: 769px) {
.product_mainimg  {
    padding-bottom: 75%;
}
	.product_mainimg div {
    padding-bottom: 75%;
}
	/*検索ページ*/
	.ajax_loader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -16px 0 0 -16px;
	}
	
	/*詳細ページ*/
	.product_top {
		padding-top: 25px;
	}
	.product_left, .product_singleimg {
		float: left;
		width: 48.90710382513661%;
		margin-right: 2.185792349726776%;
	}
	.product_lead {
		float: right;
		width: 48.90710382513661%;
		padding-bottom: 48px;
	}
	.product_lead h2 {
		font-size: 2.4rem;
	}
	.product_lead_txt,
	.product_faq {
		margin-top: 25px;
	}
	.product_lead_ptxt_catalog {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.product_lead_ptxt, .product_lead_ctxt {
		font-size: 1.5rem;
		margin-top: 20px;
	}
	.product_lead_price_catalog span {
		font-size: 2.4rem;
		text-decoration: line-through;
	}
	.product_lead_price {
		font-size: 1.8rem;
	}
	.product_lead_price span {
		font-size: 4.8rem;
	}
	.product_lead_goestimate, .product_lead_gosearch, .product_lead_gosearch_non {
		margin-top: 35px;
	}
	.mt{
		margin-top: 25px!important;
	}
	.product_thumbs {
		padding-top: 50px;
	}
	.product_content h3 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.archives_content {
		float: left;
		width: 16.57559198542805%;
	}
	.archives_content:not(:last-of-type) {
		margin-right: 4.280510018214936%;
	}
	.inside_width_proposal{
	padding: 40px 17.76% 35px;
}
	.inside_width_txt{
	font-size: 2.4rem;
	margin-bottom: 25px;
}
	.product_read_txt{
	text-align: left;
	font-size: 2.1rem;
}
}

@media screen and (max-width: 768px) {
	.product_mainimg  {
    padding-bottom: 44%;
}
	.product_mainimg div {
    padding-bottom: 44%;
}
	/*検索ページ*/
	.ajax_loader {
		position: fixed;
		width: 32px;
		height: 32px;
		top: 50%;
		left: 50%;
		margin-left: -16px;
		margin-top: -16px;
	}
	
	/*詳細ページ*/mi
	/*.product_left {
		padding-bottom: 25px;
	}*/
	.product_left {
		padding-bottom: 15px;
	}
	.product_lead_tag {
		margin-top: 15px;
	}
	.product_lead {
		padding-bottom: 48px;
	}
	.product_lead h2 {
		font-size: 1.8rem;
	}
	.product_lead_txt,
	.product_faq {
		margin-top: 15px;
	}
	.product_lead_ptxt_catalog {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.product_lead_ptxt, .product_lead_ctxt {
		font-size: 1.3rem;
		margin-top: 5px;
	}
	.product_lead_price_catalog span {
		font-size: 2.1rem;
		text-decoration: line-through;
	}
	.product_lead_price {
		font-size: 1.6rem;
	}
	.product_lead_price span {
		font-size: 3.0rem;
	}
	.product_lead_goestimate, .product_lead_gosearch, .product_lead_gosearch_non {
		margin-top: 15px;
	}
	.pd50, .product_lead_txt, .product_faq, .product_lead_camp {
		display: none;
	}
	.mt{
		margin-top: 13px!important;
	}
	.product_lead_goestimate p a, .product_lead_gosearch p a, .product_lead_gosearch_non 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_goestimate p a {
		background: #ff9600 url(../images/product/icon_estimate.svg) 15px center no-repeat;
	}
	.product_lead_gosearch p a,.product_lead_gosearch_non p a {
		background: #ff9600 url(../images/product/icon_gosearch.svg) 15px center no-repeat;
	}
	.product_lead_goestimate p:hover a {
		background: #2e95d0 url(../images/product/icon_estimate.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;
	}
	.product_lead_gosearch p:hover a,.product_lead_gosearch_non p:hover a {
		background: #2e95d0 url(../images/product/icon_gosearch.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;
	}
	.product_thumbs {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.product_content h3 {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.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;
	}
	.inside_width_proposal{
	padding: 18px 3.278688524590164%;
}
	.inside_width_txt{
	font-size: 1.6rem;
	margin-bottom: 8px;
}
	.product_read_txt{
	font-size: 1.6rem;
	text-align: center;
}
}

@media screen and (min-width: 641px) {
	/*詳細ページ*/
	.pal_right h4 {
		font-size: 1.8rem;
	}
	.product_about_right h4 {
		font-size: 1.8rem;
	}
	.pal_list1 li h5 span {
		width: 71px;
		height: 37px;
		font-size: 1.4rem;
		padding-top: 12px;
	}
	.pal_list1 li p {
		font-size: 1.6rem;
		padding-top: 8px;
	}
	.pal_list2 li {
		float: left;
		width: 47.71428571428571%;
	}
	.pal_list2 li:nth-of-type(odd) {
		margin-right: 4.571428571428571%;
	}
	.product_content_doorremo {
		padding-top: 25px;
	}
	
	/*検索ページ*/
	.go_search_doorremo {
		font-size: 2.4rem;
	}
	.refine_search {
		margin-top: 50px;
	}
	.refine_search h2 {
		width: 250px;
		height: 45px;
		top: -22px;
		margin-left: -125px;
	}
	.refine_search h2 span {
		width: 205px;
		font-size: 1.6rem;
		padding: 14px 0 14px 20px;
		background: url(../images/product/icon_search.svg) 35px center no-repeat;
	}
	.refine_search h2:before {
		width: 45px;
		background: #ffc300 url(../images/product/icon_minus2.svg) center center no-repeat;
		height: 45px;
	}
	.refine_search h2.open:before {
		background: #ffc300 url(../images/product/icon_plus2.svg) center center no-repeat;
	}
	.search_select, .search_select2 {
		font-size: 1.4rem;
	}
	.doorremo_color li:nth-of-type(3), .doorremo_color li:nth-of-type(4), .doorremo_color li:nth-of-type(5), .doorremo_color li:nth-of-type(6), .doorremo_color li:nth-of-type(7), .doorremo_color li:nth-of-type(8), .doorremo_color li:nth-of-type(9), .doorremo_color li:nth-of-type(10), .doorremo_color li:nth-of-type(11), .doorremo_color li:nth-of-type(12), .doorremo_color li:nth-of-type(13), .doorremo_color li:nth-of-type(14) {
		margin-top: 18px;
	}
	.search_stage_max {
		padding-top: 20px;
		margin-bottom: 15px;
	}
	.search_stage_max h3 {
		font-size: 1.6rem;
		margin-bottom: 25px;
	}
	.search_stage_max select {
		font-size: 1.6rem;
	}
	.search_stage_half {
		float: left;
		width: 47.70459081836327%;
	}
	.search_stage_half:first-of-type {
		margin-right: 4.59081836327346%;
	}
	.search_select2 li:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.search_stage_max select {
		width: 75%;
	}
	.doorremo_list li {
		padding: 20px 0;
	}
	.doorremo_list_name {
		font-size: 1.4rem;
		padding-top: 15px;
	}
	.doorremo_list_type {
		font-size: 1.4rem;
	}
	.doorremo_list_txt {
		font-size: 1.2rem;
	}
	.doorremo_list_price {
		font-size: 1.2rem;
	}
	.doorremo_list_price span {
		font-size: 2.4rem;
	}
	.doorremo_list_price_catalog span {
		font-size: 1.6rem;
	}
	
	/*窓のリフォーム*/
	.window_list li {
		float: left;
		width: 48.90710382513661%;
	}
	.window_list li:first-of-type {
		margin-right: 2.185792349726776%;
	}
}

@media screen and (max-width: 640px) {
	/*詳細ページ*/
	.pal_right h4 {
		font-size: 1.6rem;
	}
	.product_about_right h4 {
		font-size: 1.6rem;
	}
	.pal_left {
		width: 75%;
		margin: 0 auto 15px;
	}
	.pal_list1 li h5 {
		width: 22.14285714285714%;
	}
	.pal_list1 li h5 span {
		width: 53px;
		height: 28px;
		font-size: 1.2rem;
		padding-top: 8px;
	}
	.pal_list1 li p {
		width: 77.85714285714286%;
		font-size: 1.4rem;
		padding-top: 4px;
	}
	
	/*検索ページ*/
	.go_search_doorremo {
		font-size: 1.8rem;
	}
	.refine_search {
		margin-top: 35px;
	}
	.refine_search h2 {
		width: 185px;
		height: 30px;
		top: -15px;
		margin-left: -92px;
	}
	.refine_search h2 span {
		width: 155px;
		font-size: 1.4rem;
		padding: 8px 0 8px 25px;
		background: url(../images/product/icon_search.svg) 25px center no-repeat;
	}
	.refine_search h2:before {
		width: 30px;
		background: #ffc300 url(../images/product/icon_minus2.svg) center center no-repeat;
		height: 30px;
	}
	.refine_search h2.open:before {
		background: #ffc300 url(../images/product/icon_plus2.svg) center center no-repeat;
	}
	.search_select, .search_select2 {
		font-size: 1.2rem;
	}
	.search_stage_max, .search_stage_half:nth-of-type(1) {
		margin-bottom: 25px;
	}
	.search_stage_max {
		padding-top: 20px;
	}
	.search_stage_max h3 {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.search_stage_max select {
		font-size: 1.4rem;
	}
	.doorremo_type li {
		width: 27%;
	}
	.doorremo_type li:nth-of-type(1), .doorremo_type li:nth-of-type(2), .doorremo_type li:nth-of-type(3), .doorremo_color li:nth-of-type(1), .doorremo_color li:nth-of-type(2), .doorremo_color li:nth-of-type(3), .doorremo_color li:nth-of-type(4), .doorremo_color li:nth-of-type(5), .doorremo_color li:nth-of-type(6), .doorremo_color li:nth-of-type(7), .doorremo_color li:nth-of-type(8), .doorremo_color li:nth-of-type(9), .doorremo_color li:nth-of-type(10), .doorremo_color li:nth-of-type(11), .doorremo_color li:nth-of-type(12), .doorremo_color li:nth-of-type(13), .doorremo_color li:nth-of-type(14) {
		margin-bottom: 15px;
	}
	.doorremo_type li:nth-of-type(4) {
		clear: both;
	}
	.doorremo_type li:nth-of-type(1) img {
		width: 60%;
	}
	.doorremo_type li:nth-of-type(2) img {
		width: 76%;
	}
	.doorremo_type li:nth-of-type(3) img {
		width: 76%;
	}
	.doorremo_transom li {
		width: 30%;
	}
	.doorremo_color li {
		width: 45%;
	}
	.search_select2 li:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.search_stage_max select {
		width: 100%;
	}
	.doorremo_list li {
		width: 30.45537340619308%;
		margin: 15px 1.438979963570128% 0;
		padding: 15px 0;
	}
	.doorremo_list_name {
		font-size: 1.2rem;
		padding-top: 10px;
	}
	.doorremo_list_type {
		font-size: 1.2rem;
	}
	.doorremo_list_price {
	}
	.doorremo_list_price span {
		font-size: 1.8rem;
	}
	
	/*窓のリフォーム*/
	.window_list li:first-of-type {
		margin-bottom: 30px;
	}
}



.sub_stage_research{
	margin-bottom: 35px;
  text-align: center;
  font-size: 1.8rem;
}




/* ====================================================================================================================
 * doorremo_list
 * ====================================================================================================================*/

@media screen and (max-width: 768px) {
	.product_lead_doorremo_flex{
		display: -webkit-flex;
		display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
	.product_lead_doorremo_flex_left{
		width: 55%;
	}
	.product_lead_doorremo_flex_right{
		width: 69%;
	}
	.product_lead_doorremo_flex .product_lead_ptxt{
		font-size: 1.1rem;
		margin-top: 5px;
	}
	.product_lead_doorremo_flex .product_lead_price{
		font-size: 1.5rem;
		margin-top: 4px;
	}
	.product_lead_doorremo_flex .product_lead_price span{
		font-size: 2.3rem;
	}
		.product_lead_doorremo_flex .product_lead_price_catalog span{
		font-size: 1.9rem;
	 text-decoration: line-through;
	}
}


/* ====================================================================================================================
 *2023.08.08
 * ====================================================================================================================*/
.s_product_info_maker_new {
    color: #0085ba;
}
.p_guide_more_btn_new{
	text-align: center;
}
.p_guide_more_btn_new a {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff;
    background: #2e95d0;
    /*text-decoration: underline;*/
    padding: 10px 5%;
    display: block;
    width: 100%;
    margin: 35px auto 15px;
    border-radius: 5px;
}
.p_guide_more_btn_new a:hover{
	opacity: .7;
}
@media screen and (min-width: 1367px){
.s_product {
    display: table;
    width: 100%;
}
.s_product_img {
    height: 100%;
}
.s_product_img, .s_product_info {
    display: table-cell;
    width: 50%;
}
}
@media screen and (min-width: 881px){
	.s_product_info_maker_new{
	font-size: 2.1rem;
    margin: 5px 0 20px;
    text-align: center;
}
}
@media screen and (max-width: 880px){
.s_product_info_maker_new{
	font-size: 1.8rem;
    margin: 5px 0 20px;
    text-align: center;
}
	}


@media screen and (max-width: 640px){
.p_guide_more_btn_new a {
    width: 100%;
    margin: 20px auto 15px;
}
}



.product_lead_plamadou {
	position: relative;
	margin-top: 15px;
}
.product_lead_plamadou p {
	padding: 1px;
	background: #ff9600;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.product_lead_plamadou p:hover {
	background: #2e95d0;
}
.product_lead_plamadou p a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 1367px) {
	/*詳細ページ*/
	.product_lead_plamadou p a {
		font-size: 2.3rem;
		padding: 25px 0 25px 58px;
	}
	.product_lead_plamadou p a {
		background: #ff9600 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
	.product_lead_plamadou p:hover a {
		background: #2e95d0 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
}

@media screen and (max-width: 1366px) and (min-width: 769px) {
	/*詳細ページ*/
	.product_lead_plamadou p a {
		font-size: 1.8rem;
		padding: 25px 0 25px 58px;
	}
	.product_lead_plamadou p a {
		background: #ff9600 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
	.product_lead_plamadou p:hover a {
		background: #2e95d0 url(../images/product/icon_estimate.svg) 20px center no-repeat;
	}
}

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

	.product_lead_plamadou 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_plamadou p a {
		background: #ff9600 url(../images/product/icon_estimate.svg) 15px center no-repeat;
	}
	.product_lead_plamadou p:hover a {
		background: #2e95d0 url(../images/product/icon_estimate.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;
	}
}


/* ====================================================================================================================
 *2025.05.12
 * ====================================================================================================================*/
.p_guide_more_btn_new span{
	font-size: 1.6rem;
}
.p_guide_more_btn_outside{
	text-align: center;
}
.p_guide_more_btn_outside a {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #2e95d0;
    background: #fff;
    text-decoration: underline;
    padding: 10px 5%;
    display: block;
    width: 100%;
    margin: 15px auto 0;
    border-radius: 5px;
	border: 1px solid #2e95d0;
}
.p_guide_more_btn_outside a:hover{
	opacity: .7;
}
.inside_width_contact a{
	text-align: center;
    margin-top: 10px;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #2e95d0;
    display: block;
}
@media screen and (min-width: 769px) {
	.product_lead_sp span{
		display: none;
	}
	.inside_width_proposal_sp{
		display: none;
	}
	.product_lead_goproposal_pc{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	 .product_lead {
        padding-bottom: 0!important;
    }
	.product_ttlh{
		display: none!important;
	}
	.sub_stage_sp{
		padding-bottom: 0!important;
	}
	.product_lead_sp {
		font-size: 1.5rem!important;
	}
	.product_lead_sp span{
		display: block;
	}
	.g_half_sp{
		display: none!important;
	}
	.inside_width_proposal_sp{
		display: block;
		margin-top: 10px;
	}
	.product_lead_goproposal_pc{
		display: none;
	}
}
@media screen and (max-width: 640px){
.p_guide_more_btn_outside a {
    width: 100%;
    margin: 20px auto 0;
}
}