@charset "UTF-8";

body {
	font-family: 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, sans-serif;
}

.container-fluid {
	max-width: 1200px;
}

.mfp-bg {
	background: #000 !important;
}

.feature {
	background: transparent;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.feature p {
	font-size: 20px;
}

#page.in.feature a {
	color: #000;
}

@media (max-width: 767px) {
	#page.in p {
		font-size: unset;
	}

	.feature,
	.feature p {
		font-size: 14px !important;
	}
}

/*背景*/
.ttl_h1 {
	background: url(../images/blind_curtain/ttl_h1.jpg) 0 0 / cover no-repeat;
	padding: 80px 4%;
}

.ttl_h1_text {
	max-width: 550px;
	margin: 0 auto;
	padding: 0 3% 2% 0;
}

.intro {
	padding: 180px 4%;
}

.intro p {
	line-height: 2;
	letter-spacing: 0.25em;
	max-width: 750px;
	margin: 0 auto;
	font-weight: 700;
}

.blind_btn {
	display: block;
	background: #77b49c;
	border-radius: 100px;
	text-align: center;
	color: #FFF !important;
	font-weight: 700;
	padding: 10px 10px 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blind_btn::before {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/blind_curtain/blind_arrow.svg) 0 0 / contain no-repeat;
	width: 10px;
	height: 18px;
	right: 25px;
}

.blind_btn span {
	display: contents;
	font-size: 0.8em;
}

.ttl_blind {
	background: #fff4df;
	padding: 70px 4% 50px;
	font-size: 35px;
	position: relative;
	text-align: center;
	font-weight: 700;
}

.ttl_blind strong {
	font-size: 80px;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	position: absolute;
	top: -40px;
	line-height: 1;
	text-align: center;
	display: block;
	width: 99%;
	margin-right: 1%;
	left: 0;
}

.ttl_blind::after {
	display: block;
	content: "";
	width: 100px;
	height: 50px;
	background-color: #fff4df;
	clip-path: polygon(50% 50px, 0% 0%, 100px 0%);
	position: absolute;
	top: 100%;
	left: calc(50% - 50px);
}

.ttl_blind small {
	font-size: 0.6em;
}

.features_list {
	display: flex;
	max-width: 900px;
	margin: 20px auto;
	gap: 30px;
}

.features_list li {
	width: 100%;
	background: #fedc94;
}

.type_price>p {
	max-width: 900px;
	margin: 0 auto;
	letter-spacing: 0.05em;
}

.type_price_list {
	display: flex;
	max-width: 900px;
	gap: 30px;
	margin: 0 auto;
}

.type_price_list li {
	width: 100%;
	background: #ebf4f0;
}

.pros_cons_list_item {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
}

.pros_cons_list_content {
	width: 100%;
}

.features_list {
	display: flex;
	max-width: 900px;
	margin: 90px auto 0;
	gap: 30px;
}

.features_list li {
	width: 100%;
	background: #fedc94;
	border-radius: 30px;
	text-align: center;
	margin: 0 !important;
	padding: 30px 10px;
}

.features_list li p:first-child {
	font-size: 24px;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.features_list li p:first-child small {
	font-size: 0.5em;
}

.features_list li img {
	display: block;
	margin: 20px auto 0;
}

.features_list li p:last-child {
	font-size: 13px;
	margin: 20px auto 0;
}

.type_price {
	margin-top: 240px;
}

.type_price>p {
	max-width: 900px;
	margin: 90px auto 0;
	letter-spacing: 0.05em;
	font-weight: 700;
	width: 92%;
}

.type_price_list {
	display: flex;
	max-width: 900px;
	gap: 30px;
	margin: 40px auto 0;
	width: 92%;
}

.type_price_list li {
	width: 100%;
	background: #ebf4f0;
	margin: 0 !important;
	border-radius: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.type_price_list_ttl {
	background: #77b49c;
	color: #fff;
	text-align: center;
	padding: 10px 4%;
	font-weight: 700;
}

.type_price_list_text {
	width: calc(100% - 40px);
	margin: 20px auto 0;
	text-align: center;
}

.type_price_list_text p {
	line-height: 1.25;
	font-weight: 700;
}

.type_price_list_text p+p {
	margin-top: 10px;
}

.type_price_list_text p strong {
	display: block;
	font-size: 32px;
}

.type_price_list_text p strong span {
	font-size: 20px;
}

.type_price .blind_btn {
	width: calc(100% - 40px);
	margin: 20px auto 0;
	font-size: 16px;
}

.ranking {
	margin-top: 240px;
}

.product_list {
	margin-top: 240px;
}

.product_list .blind_btn {
	max-width: 700px;
	margin: 80px auto 0;
	padding: 20px 0;
	font-size: 35px;
	width: 92%;
}

.product_list_ttl {
	text-align: center;
	margin: 0 auto 0;
	font-size: 38px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding: 20px 0;
	font-weight: 700;
	max-width: 900px;
	width: 92%;
}

.product_list_wrap {
	background: #ebf4f0;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}

.product_list_wrap::before {
	content: 'ALUMINUM BLIND CURTAIN';
	font-weight: 700;
	display: block;
	font-size: 70px;
	color: #FFF;
	writing-mode: vertical-rl;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	line-height: 0.6;
	font-style: italic;
}

.product_list_wrap:nth-of-type(2)::before {
	content: 'WOOD BLIND CURTAIN';
	color: #ebf4f0;
}

.product_list_wrap:nth-of-type(3)::before {
	content: 'VERTICAL BLIND CURTAIN';
	color: #FFF;
}

.product_list_wrap:nth-child(odd) {
	background: #FFF;
	padding-top: 90px;
	padding-bottom: 90px;
}

.blind_product_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 30px;
	max-width: 900px;
	margin: 90px auto 0;
	width: 92%;
	justify-content: center;
}

.product_list .blind_product_list {
	margin-top: 40px;
	justify-content: flex-start;
}

.product_list_wrap:nth-child(odd) .blind_product_list {
	justify-content: center;
}

.blind_product_list li {
	width: calc(33.333% - 20px);
	margin-top: 0 !important;
}

.blind_product_list_num {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.blind_product_list_image {
	width: 100%;
	padding-top: 110%;
	background: #ddd;
	margin-top: 20px !important;
	position: relative;
}

.product_list .blind_product_list_image {
	margin-top: 0px !important;
}

.blind_product_list_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.blind_product_list_image+p {
	font-weight: 700;
	line-height: 1.25;
	margin-top: 20px;
}

.blind_product_list_image+p strong {
	font-size: 26px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.blind_product_list_image+p strong span {
	font-size: 0.7em;
	font-weight: 700;
}

.blind_product_list_image+p>span {
	font-size: 0.7em;
	font-weight: 700;
	margin-top: 10px;
}

.blind_product_list_text {
	font-size: 15px !important;
	margin-top: 10px !important;
	letter-spacing: 0;
}

.blind_product_list_text.clamped {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blind_product_list_link {
	font-size: 15px !important;
	font-weight: 700;
	border-bottom: 2px solid #000;
	margin-top: 10px !important;
	width: fit-content;
	display: none;
	cursor: pointer;
}

.pros_cons {
	margin-top: 240px;
}

.pros_cons_list {
	margin: 90px auto 0;
	width: 92%;
}

.pros_cons_list_item {
	display: flex;
	justify-content: space-between;
	gap: 60px 30px;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}

.pros_cons_list_item+.pros_cons_list_item {
	margin-top: 160px;
}

.pros_cons_list_item_ttl {
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #77b49c;
	font-weight: 700;
}

.pros_cons_list_item_ttl {
	width: 100%;
	text-align: center;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.pros_cons_list_item_ttl_left,
.pros_cons_list_item_ttl_right {
	width: 100%;
	height: 4px;
	background: #77b49c;
	display: flex;
	align-items: center;
	position: relative;
}

.pros_cons_list_item_ttl_left::before,
.pros_cons_list_item_ttl_left::after,
.pros_cons_list_item_ttl_right::before,
.pros_cons_list_item_ttl_right::after {
	content: "";
	width: 4px;
	height: 40px;
	background: #77b49c;
	display: block;
	position: absolute;
}

.pros_cons_list_item_ttl_left::before,
.pros_cons_list_item_ttl_left::after {
	right: 0;
}

.pros_cons_list_item_ttl_left::after {
	right: 10px;
}

.pros_cons_list_item_ttl_right::before,
.pros_cons_list_item_ttl_right::after {
	left: 0 !important;
}

.pros_cons_list_item_ttl_right::after {
	left: 0;
}

.pros_cons_list_item_ttl_right::before,
.pros_cons_list_item_ttl_left::before {
	background: #FFF;
	border-right: 4px solid #77b49c;
	width: 14px;
}

.pros_cons_list_item_ttl_text {
	display: block;
	width: fit-content;
	white-space: nowrap;
	padding: 0 20px;
}

.pros_cons_list_content {
	width: calc(50% - 15px);
	background: #ebf4f0;
	padding-bottom: 50px;
}

.pros_cons_list_content_ttl {
	color: #77b49c;
	font-size: 35px !important;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: -30px auto 0 !important;
	width: fit-content;
}

.pros_cons_list_content_text {
	margin: 20px auto 0;
	width: calc(100% - 100px);
}

.pros_cons_list_content_text_ttl {
	font-size: 28px !important;
	color: #77b49c;
	font-weight: 700;
	border-bottom: 2px solid;
	padding-bottom: 20px;
	letter-spacing: 0;
}

.pros_cons_list_content_text_ttl+p {
	margin-top: 20px;
	line-height: 1.75;
	font-weight: 700;
}

.for_scenes {
	margin-top: 180px;
}

.for_scenes_btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 900px;
	margin: 90px auto 0;
	width: 92%;
}

.for_scenes_btn a {
	width: calc(50% - 15px);
}

.for_scenes .for_scenes_item .blind_btn {
	margin-top: 30px;
}

.for_scenes_item {
	margin: 120px auto 0;
	max-width: 900px;
	width: 92%;
}

.for_scenes_item_ttl {
	font-size: 35px;
	font-weight: 700;
	border-bottom: 2px solid;
	width: fit-content;
	padding: 0 10px;
	margin: 0 auto;
}

.for_scenes_item_text {
	margin: 30px auto 0 !important;
	letter-spacing: 0.15em;
	line-height: 1.75;
	font-weight: 700;
}

.for_scenes_item_bk {
	margin: 40px auto 0 !important;
	letter-spacing: 0.15em;
	line-height: 1.75;
	text-align: center;
	background: #e4f0eb;
	padding: 20px 4%;
	font-weight: 700;
}

.for_scenes_list {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-top: 50px;
}

.for_scenes_list li {
	width: calc(50% - 25px);
	margin: 0 !important;
}

.for_scenes_list li:only-child {
	width: 100%;
}

.for_scenes_list_image {
	width: 100%;
	padding-top: 110%;
	background: #ddd;
	position: relative;
}

.for_scenes_list li:only-child .for_scenes_list_image {
	padding-top: 45%;
}

.for_scenes_list_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.for_scenes_text {
	margin-top: 20px !important;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.for_scenes_text2 {
	margin-top: 50px !important;
}

.for_scenes_text+.for_scenes_list {
	margin-top: 20px !important;
}

.for_scenes_list_image+p strong {
	margin-top: 26px !important;
	display: block;
	margin-bottom: 10px;
}

.for_scenes_attention {
	margin-top: 80px;
	background: #fff8ea;
	padding: 30px 4% 50px;
}

.for_scenes_attention_ttl {
	font-weight: 700;
	text-align: center;
	font-size: 25px !important;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: fit-content;
	margin: 0 auto !important;
	padding: 0 110px;
}

.for_scenes_attention_ttl::before,
.for_scenes_attention_ttl::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	background: #000;
	position: absolute;
	right: 0%;
}

.for_scenes_attention_ttl::after {
	right: 100%;
	left: 0%;
}

.for_scenes_attention_list {
	margin-top: 20px;
}

.for_scenes_attention_list li {
	text-indent: -1em;
	padding-left: 1em;
}

.review {
	background: #ebf4f0;
	margin-top: 240px;
	padding-bottom: 120px;
}

.review_text {
	text-align: center;
	font-weight: 700;
	text-align: center;
	margin: 90px auto 0 !important;
	width: 92%;
}

.review_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	margin: 30px auto 0;
	max-width: 900px;
	width: 92%;
}

.review_list li {
	width: calc(50% - 20px);
	margin-top: 0 !important;
	background: #FFF;
	padding-bottom: 30px;
}

.review_list li a {
	display: block;
}

.review_list_image {
	width: 100%;
/*	padding-top: 60%;*/
	padding-top: 0%;
	background: #ddd;
}

.review_list_image img {
	width: 100%;
	height: 100%;
}

.review_list_ttl {
	font-size: 23px !important;
	color: #77b49c;
	font-weight: 700;
	border-bottom: 2px solid #77b49c;
	padding-bottom: 10px;
	line-height: 1.2;
	width: calc(100% - 40px);
	margin: 20px auto 0 !important;
	letter-spacing: 0.05em;
}

.review_list_ttl small {
	display: inline !important;
}

.review_list_review {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px auto 0 !important;
	width: calc(100% - 40px);
}

.review_list_text {
	margin: 20px auto 0 !important;
	width: calc(100% - 40px);
}
.review_list_text.clamped {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.review_list .blind_product_list_link {
	margin: 20px 0 0 20px;
}

.how_to_measure {
	margin-top: 240px;
}

.how_to_measure_accordion_wrap {
	margin: 90px auto 0;
	width: 92%;
}

.how_to_measure_accordion_wrap+.how_to_measure_accordion_wrap {
	margin-top: 100px;
}

.how_to_measure_accordion_wrap_ttl {
	font-size: 36px;
	font-weight: 700;
	border-bottom: 3px solid #000;
	width: fit-content;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto 40px;
}

.how_to_measure_accordion_wrap_ttl span {
	font-size: 0.6em;
}

.how_to_measure_accordion {
	max-width: 900px;
	margin: 0 auto;
}

.how_to_measure_accordion+.how_to_measure_accordion {
	margin-top: 40px;
}

.how_to_measure_accordion_ttl {
	background: #77b49c;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	padding: 15px 4%;
	font-size: 30px !important;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how_to_measure_accordion_ttl::before,
.how_to_measure_accordion_ttl::after {
	content: "";
	display: block;
	height: 5px;
	width: 30px;
	position: absolute;
	background: #FFF;
	right: 30px;
}

.how_to_measure_accordion_ttl::after {
	height: 30px;
	width: 5px;
	right: 42px;
}

.how_to_measure_accordion_ttl.is_active::after {
	display: none;
}

.how_to_measure_accordion_content {
	padding: 30px 4% 50px;
	display: none;
}

.how_to_measure_accordion_content *+* {
	margin-top: 20px;
}

.how_to_measure_attention {
	margin: 80px auto 0;
	max-width: 900px;
	border-radius: 20px;
	border: 3px solid #000;
	font-weight: 700;
	text-align: center;
	padding: 20px;
	width: 92%;
}

.how_to_measure_attention_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 30px;
	gap: 5px;
	background: #FFF;
	width: fit-content;
	margin: -40px auto 20px;
	line-height: 1;
	padding: 0 30px 0;
}

.how_to_measure_attention p {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

.how_to_measure_attention p span {
	color: #d7063b;
}

.how_to_measure_attention p span span {
	color: #d7063b;
	font-size: 1.5em;
}

.how_to_order {
	margin-top: 240px;
}

.how_to_order_text {
	text-align: center;
	font-weight: 700;
	text-align: center;
	margin-top: 90px !important;
}

.how_to_order_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 900px;
	margin: 30px auto 0;
	width: 92%;
}

.how_to_order_list li {
	width: calc(50% - 20px);
	background: #ebf4f0;
	padding: 30px 4%;
	border-radius: 20px;
}

.how_to_order_ttl {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 20px;
	font-weight: 700;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	position: relative;
	font-size: 33px;
	line-height: 1.2;
}

.how_to_order_ttl span:last-child {
	position: absolute;
	right: 0;
}

.how_to_order_list li p {
	margin-top: 20px !important;
	line-height: 1.5;
}

.how_to_order_list li p a {
	color: #77b49c !important;
	border-bottom: 1px solid;
	line-height: 1;
}

.how_to_order_list li p+a {
	color: #77b49c !important;
	border-bottom: 1px solid;
	line-height: 1.25;
	margin-top: 20px;
	display: inline-block;
}

.recommend2 {
	margin-top: 240px;
	background: #ebf4f0;
	padding-bottom: 120px;
}

.recommend2_ttl {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	line-height: 1.25;
}

.recommend2_ttl::before,
.recommend2_ttl::after {
	text-align: center;
	content: "";
	font-size: 35px;
	font-weight: 700;
	background: url(../images/blind_curtain/recommend2_ttl.svg) 0 0 / contain no-repeat;
	width: 38px;
	height: 80px;
	display: block;
}

.recommend2_ttl::after {
	transform: scale(-1, 1);
}

.recommend2_ttl span span {
	font-size: 0.7em;
}

.recommend2_content {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.recommend2_content_image {
	width: calc(45% - 25px);
	padding-top: calc(45% - 25px);
	background: #ddd;
	position: relative;
}

.recommend2_content_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	background: #ddd;
}

.recommend2_content_text {
	width: calc(55% - 25px);
	line-height: 1.75;
	font-weight: 700;
	display: flex;
	flex-direction: column;
}

.recommend2 .blind_btn {
	margin-top: auto;
	min-height: 80px;
}

.recommend2_item {
	margin: 90px auto 0;
	max-width: 900px;
	width: 92%;
}

.recommend2_item+.recommend2_item {
	margin-top: 90px;
	padding-top: 90px;
	border-top: 5px dotted #77b49c;
}

.points {
	margin-top: 240px;
}

.points_list {
	margin: 40px auto 0;
	width: 92%;
}

.points_list_item {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 90px auto 0;
}

.points_list_item+.points_list_item {
	margin-top: 120px;
}

.points_list_item:nth-child(even) .points_list_item_text {
	order: 1;
}

.points_list_item_text {
	width: calc(56% - 30px);
}

.points_list_ttl {
	font-size: 34px;
	font-weight: 700;
	color: #77b49c;
	border-bottom: 4px solid;
}

.points_list_item_text p {
	margin-top: 20px;
	line-height: 1.75;
	font-weight: 700;
}

.points_list_image {
	width: calc(44% - 30px);
	padding-top: calc(37% - 30px);
	position: relative;
}

.points_list_image img {
	width: 91%;
	height: 91%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ccc;
}

.points_list_image::before {
	content: "";
	display: block;
	width: 91%;
	height: 91%;
	position: absolute;
	top: 0;
	right: 0;
	background: #add2c4;
}

.points_list_item:nth-child(even) .points_list_image img {
	right: 0;
	left: auto;
}

.points_list_item:nth-child(even) .points_list_image::before {
	right: auto;
	left: 0;
}

.question {
	margin-top: 240px;
}

.question ul {
	margin: 90px auto 0;
	max-width: 900px;
	width: 92%;
}

.question ul li {
	background: #e4f0eb;
	position: relative;
}

.question ul li>p {
	background: #77b49c;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	padding: 20px 40px 20px 80px;
	display: flex;
}

.question ul li>p::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/blind_curtain/question_q.svg) 0 0 / contain no-repeat;
	position: absolute;
	left: 30px;
}

.question ul li>div {
	padding: 30px 40px 30px 80px;
	display: flex;
}

.question ul li>div::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/blind_curtain/question_a.svg) 0 0 / contain no-repeat;
	position: absolute;
	left: 30px;
}

.question ul li+li {
	margin-top: 50px !important;
}

@media (max-width: 767px) {
	.intro {
		padding: 60px 4%;
	}

	.ttl_blind {
		font-size: 18px;
		padding: 40px 4% 30px;
	}

	.ttl_blind strong {
		font-size: 40px;
		top: -20px;
	}

	.ttl_blind::after {
		width: 50px;
		height: 25px;
		clip-path: polygon(50% 25px, 0% 0%, 50px 0%);
		left: calc(50% - 25px);
	}

	.features_list {
		width: 92%;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 50px;
	}

	.features_list li {
		width: calc(50% - 5px);
		border-radius: 15px;
	}

	.features_list li p:first-child {
		font-size: 18px !important;
	}

	.features_list li p:first-child small {
		font-size: 0.5em;
	}

	.features_list li img {
		zoom: 0.75;
	}

	.features_list li p:last-child {
		font-size: 13px !important;
	}

	.features_list li p:last-child br {
		display: none;
	}

	.type_price {
		margin-top: 120px;
	}

	.type_price .blind_btn {
		font-size: 14px;
	}

	.type_price>p {
		margin-top: 50px;
	}

	.type_price_list {
		gap: 10px;
		flex-wrap: wrap;
		margin-top: 20px;
		justify-content: center;
		max-width: 250px;
	}

	.type_price .type_price_list_ttl {
		font-size: 16px !important;
	}

	.type_price_list_text p strong {
		font-size: 20px;
	}

	.type_price_list_text p strong span {
		font-size: 12px;
	}

	.ranking {
		margin-top: 120px;
	}

	.blind_product_list {
		margin-top: 50px;
		gap: 30px 10px;
	}

	.blind_product_list li {
		width: calc(50% - 5px);
	}

	.blind_product_list_num {
		zoom: 0.5;
		min-height: 100px;
	}

	.how_to_measure {
		margin-top: 120px;
	}

	.how_to_measure_accordion+.how_to_measure_accordion {
		margin-top: 20px;
	}

	.recommend2 {
		margin-top: 120px;
		padding-bottom: 60px;
	}

	.recommend2_item {
		margin-top: 50px;
	}

	.recommend2_ttl::before,
	.recommend2_ttl::after {
		zoom: 0.5;
	}

	.recommend2_item+.recommend2_item {
		margin-top: 45px;
		padding-top: 45px;

	}

	.recommend2_ttl {
		font-size: 18px;
		gap: 5px;
	}

	.recommend2_content {
		flex-wrap: wrap;
		margin-top: 15px;
	}

	.recommend2_content_text {
		width: 100%;
		margin-top: 20px;
	}

	.recommend2_content_image {
		width: 100%;
		padding-top: 100%;
	}

	.recommend2 .blind_btn {
		margin-top: 20px;
		min-height: unset;
	}

	.points {
		margin-top: 120px;
	}

	.points_list_item {
		flex-wrap: wrap;
		margin-top: 50px;
	}

	.points_list_ttl {
		font-size: 22px;
		border-bottom: 2px solid;
		padding-bottom: 5px;
	}

	.pros_cons_list_item {
		gap: 40px 10px;
	}

	.pros_cons_list_item+.pros_cons_list_item {
		margin-top: 70px;
	}

	.points_list_image {
		width: 100%;
		padding-top: 75%;
		margin-top: 20px !important;
	}

	.points_list_item_text {
		width: 100%;
	}

	.points_list_image img,
	.points_list_image::before {
		width: 94%;
		height: 94%;
	}

	.points_list_item:nth-child(even) .points_list_image img {
		right: auto;
		left: 0;
	}

	.points_list_item:nth-child(even) .points_list_image::before {
		right: 0;
		left: auto;
	}

	.points_list_item+.points_list_item {
		margin-top: 60px;
	}

	.points_list_item:nth-child(even) .points_list_item_text {
		order: 0;
	}

	.pros_cons {
		margin-top: 120px;
	}

	.pros_cons_list {
		margin-top: 50px;
	}

	.pros_cons_list_content {
		width: 100%;
	}

	.pros_cons_list_item_ttl {
		font-size: 24px;
	}

	.pros_cons_list_item_ttl_left,
	.pros_cons_list_item_ttl_right {
		width: 100%;
		height: 3px;
	}

	.pros_cons_list_item_ttl_left::before,
	.pros_cons_list_item_ttl_left::after,
	.pros_cons_list_item_ttl_right::before,
	.pros_cons_list_item_ttl_right::after {
		height: 30px;
		width: 3px;
	}

	.pros_cons_list_item_ttl_right::before,
	.pros_cons_list_item_ttl_left::before {
		border-right-width: 3px;
		width: 13px;
	}

	.pros_cons_list_content_text {
		width: 92%;
	}

	.pros_cons .pros_cons_list_content_text_ttl {
		font-size: 20px !important;
		padding-bottom: 10px;
	}

	.pros_cons .pros_cons_list_content_ttl {
		margin: -17px auto 0 !important;
		font-size: 22px !important;
	}

	.pros_cons_list_content_ttl img {
		zoom: 0.5;
	}

	.product_list {
		margin-top: 120px;
	}

	.product_list_wrap {
		padding-top: 45px;
	}

	.product_list_ttl {
		font-size: 20px;
		border-width: 2px;
		padding: 10px 0;
	}

	.product_list .blind_product_list {
		margin-top: 20px;
	}

	.blind_product_list_image+p {
		font-size: 15px !important;
	}

	.blind_product_list_image+p strong {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.blind_product_list_image+p strong span {
		font-size: 14px;
	}

	.blind_product_list .blind_product_list_link {
		font-size: 13px !important;
		border-width: 1px;
	}

	.product_list .blind_btn {
		font-size: 18px;
		margin-top: 30px;
		padding: 10px 0;
	}

	.for_scenes {
		margin-top: 90px;
	}

	.for_scenes_btn {
		margin-top: 50px;
		gap: 10px;
	}

	.for_scenes_btn a {
		width: 100%;
	}

	.for_scenes_list {
		margin-top: 25px;
	}

	.for_scenes_item {
		margin: 60px auto 0;
	}

	.for_scenes_item_ttl {
		font-size: 24px;
	}

	.for_scenes_item_text {
		margin-top: 20px !important;
	}

	.for_scenes .for_scenes_item .blind_btn {
		margin-top: 10px;
		padding: 10px 30px 10px 20px;
	}

	.blind_btn::before {
		zoom: 0.75;
		right: 20px;
	}

	.for_scenes_item_bk {
		margin-top: 20px !important;
	}

	.for_scenes_list {
		gap: 10px;
	}

	.for_scenes_text+.for_scenes_list {
		margin-top: 10px !important;
	}

	.for_scenes_list li {
		width: calc(50% - 5px);
	}

	.for_scenes_text,
	.for_scenes_list_image+p strong {
		margin-top: 10px !important;
	}

	.for_scenes_attention {
		margin-top: 40px !important;
	}

	.for_scenes .for_scenes_attention_ttl {
		font-size: 18px !important;
		padding: 0 30px;
	}

	.for_scenes_attention_ttl::before,
	.for_scenes_attention_ttl::after {
		width: 20px;
		height: 2px;
	}

	.review {
		margin-top: 120px;
		padding-bottom: 60px;
	}

	.review_text {
		margin-top: 50px !important;
	}

	.review_list {
		flex-wrap: wrap;
		gap: 20px 0;
	}

	.review_list li {
		width: 100%;
	}

	.how_to_order {
		margin-top: 120px;
	}

	.how_to_order_text {
		margin: 50px auto 0 !important;
		width: 92%;
	}

	.how_to_order_list {
		margin-top: 15px;
		gap: 20px 10px;
		flex-wrap: wrap;
	}

	.how_to_order_list li {
		width: 100%;
	}

	.how_to_order_ttl {
		font-size: 18px;
	}

	.how_to_order_ttl img {
		zoom: 0.5;
	}

	.how_to_order_ttl br {
		display: none;
	}

	.how_to_measure_accordion_wrap_ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.how_to_measure_accordion_wrap {
		margin-top: 50px;
	}

	.how_to_measure_accordion_wrap+.how_to_measure_accordion_wrap {
		margin-top: 40px;
	}

	.how_to_measure_attention {
		margin-top: 50px;
	}

	.how_to_measure_attention_ttl {
		font-size: 24px;
	}

	.how_to_measure_accordion_ttl::before,
	.how_to_measure_accordion_ttl::after {
		content: "";
		display: block;
		height: 3px;
		width: 21px;
		position: absolute;
		background: #FFF;
		right: 23px;
	}

	.how_to_measure_accordion_ttl::after {
		height: 21px;
		width: 3px;
		right: 32px;
	}

	.question {
		margin-top: 120px;
	}

	.question ul {
		margin-top: 60px;
	}

	.question ul li+li {
		margin-top: 20px !important;
	}

	.question ul li>p,
	.question ul li>div {
		padding: 10px 20px 10px 45px;
		display: block;
	}

	.question ul li>p::before,
	.question ul li>div::before {
		zoom: 0.5;
	}

	.question ul li>div img {
		zoom: 0.75;
		margin-top: 10px;
	}
}

.md_index_useful_contents {
	margin-top: 220px;
}
.md_index_useful_contents .is_line {
	font-weight: 700;
	text-align: center;
	font-size: 25px !important;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: fit-content;
	margin: 0 auto !important;
	padding: 0 110px;
}

.md_index_useful_contents .is_line::before,
.md_index_useful_contents .is_line::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	background: #000;
	position: absolute;
	right: 0%;
}

.md_index_useful_contents .is_line::after {
	right: 100%;
	left: 0%;
}
.md_index_column_contents + .md_index_column_contents {
	margin-top: 60px;
}
.md_index_column_contents ul {
	margin-top: 30px;
}
.md_index_column_contents ul li {
	margin-top: 0 !important;
}
@media (max-width: 767px) {
	.md_index_useful_contents {
    margin-top: 120px;
	}
	.md_index_useful_contents .is_line {
		padding: 20px;
		font-size: 20px !important;
	}
	.md_index_useful_contents .is_line::before, .md_index_useful_contents .is_line::after {
		width: 10px;
	}
	.md_index_column_contents + .md_index_column_contents {
		margin-top: 30px;
	}
	.md_index_column_contents ul {
		margin-top: 0px;
		gap: 30px 10px;
	}
	.product_list_wrap::before {
		font-size: 16px;
	}
}