@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 ;
	}
}
.ttl_h1 img {
	height: auto;
}
.is_ttl {
	font-size: 30px;
	font-weight: 700;
	color: #083156;
	text-align: center;
}
.is_orange {
	color: #ff5300;
}
.is_fukidashi {
	position: relative;
	display: block;
	color: #ff5300;
	font-weight: 700;
	width: fit-content;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 2 !important;
}
.is_fukidashi::before,
.is_fukidashi::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #ff5300;
}
.is_fukidashi::before {
	position: absolute;
	width: 16px;
	background: #eae1cf;
	height: 10px;
	border-bottom: 2px solid #ff5300;
	transform: rotate(55deg);
	top: calc(100% - 0px);
	left: calc(50% - 6px);
	z-index: 1;
}

.intro {
	background: #083156;
	color: #FFF;
	text-align: center;
	padding: 180px 4%;
	line-height:2;
}
.intro p+p{
	margin-top: 2em;
}
.intro .is_orange {
	background: #FFF;
	padding: 2px 5px;
	margin: 0 3px;
	font-weight: 700;
}

.important {
	padding: 180px 0% 180px 4%;
}

.important_ttl strong {
	font-size: 1.3em;
}
.important_flex {
	display: flex;
	margin-top: 60px;
	gap: 20px;
}
.important_text {
	width: 44%;
	line-height: 1.75;
	letter-spacing: 0;
}
.important_text p {
	font-size: 17px !important;
}
.important_text p + p {
	margin-top: 2em;
}
.important_image {
	background: #eae1cf;
	padding: 40px 12% 40px 4%;
	width: calc(56% - 20px);
	border-radius: 500px 0 0px 500px;
	display: flex;
	flex-direction: column;
	text-align: right;
	justify-content: center;
}
.important_image p {
	font-size: 10px;
	margin-top: 10px;
}

.blackout {
	background: #eae1cf;
	padding: 180px 4% 200px;
}
.blackout_inner {
	max-width: 900px;
	margin: 0 auto;
}
.blackout .blackout_text {
	text-align: center;
	margin-top: 30px;
	line-height: 2;
}
.blackout .blackout_arrow {
	margin: 100px auto;
	display: block;
	text-align: center;
}

.recommend_ttl {
	display: flex;
	margin: 0 auto;
	width: fit-content;
	align-items: center;
	gap: 10px;
}
.recommend_ttl img {
	width: 120px;
}
.recommend_ttl > span {
	display: flex;
	flex-direction: column;
	justify-content:center;
}
.recommend_ttl > span small {
	font-size: 20px;
}
.recommend_ttl > span span {
	font-size: 40px;
}
.blackout_content {
	gap: 30px;
	margin-top: 30px;
}
.blackout_content_text {
	line-height: 2;
	letter-spacing: 0.05em;
	min-height: 200px;
}
.blackout_content_text strong {
	font-weight: 400;
	background: linear-gradient(transparent 50%, #cfb788 50%);
}
.blackout_content_image {
	width: calc(50% - 15px);
	background: #ddd;
	float: right;
	min-height: 300px;
	margin: 0 0  30px 30px !important;
}
.blackout_merit {
	margin-top: 70px;
	padding-bottom: 70px;
	background: #FFF;
}
.blackout_merit .blackout_ttl.is_ttl {
	background: #083156;
	color: #FFF;
	padding: 20px 4%;
	position: relative;
}
.blackout_merit .blackout_ttl.is_ttl::before {
	background: #083156;
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	transform: rotate(45deg),scale(0.8,1);
	width: 50px;
	height: 30px;
	clip-path: polygon(50% 30px, 0% 0%, 50px 0%);
	position: absolute;
	top: 100%;
	left: calc(50% - 50px);
}
.blackout_merit_content {
	width: 92%;
	margin: 80px auto;
}
.blackout .blackout_merit_text {
	text-align: center;
	margin-top: 20px;
}
.product_panel_merit_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.product_panel_merit_list li {
	background: #F8F7EC;
	border-radius: 10px;
	width: 49%;
	padding: 3%;
	display: flex;
	align-items: center;
}
.product_panel_merit_list li:nth-child(n + 3) {
	margin-top: 20px;
}
.product_panel_merit_list li .product_panel_merit_text {
	width: 60%;
	font-size: 14px;
}
.product_panel_merit_list li .product_panel_merit_ttl {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}
.product_panel_merit_list li .product_panel_merit_ttl + p {
	margin-top: 5px;
}
.product_panel_merit_list li .product_panel_merit_image {
	width: 40%;
  text-align: right;
}
.product_panel_merit_list + .blackout_merit_ttl {
	margin-top: 150px;
}
.product_panel_level_list {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.product_panel_level_list li {
	width: 23%;
	text-align: center;
	font-weight: 600;
	margin-top: 0 !important;
}
.product_panel_level_list2 {
	color: #FFF;
	font-weight: 600;
	margin-top: 20px;
	overflow-x: auto;
}
.product_panel_level_list2 > div {
	border-radius: 10px;
	overflow: hidden;
	min-width: 750px;
}
.product_panel_level_list2 + p {
	display: none;
}
.product_panel_level_list2 > div > div {
	display: flex;
	justify-content: space-between;
}
.product_panel_level_list2 > div > div:nth-child(1) {
	background: #000;
}
.product_panel_level_list2 > div > div:nth-child(2) {
	background: #333333;
}
.product_panel_level_list2 > div > div:nth-child(3) {
	background: #525252;
}
.product_panel_level_list2 > div > div:nth-child(4) {
	background: #737373;
}
.product_panel_level_list2 > div > div dt {
	padding: 15px 15px;
	width: 110px;
	line-height: 1;
	align-items: center;
}
.product_panel_level_list2 > div > div dd {
  padding: 15px 15px;
	border-left: 1px solid #FFF;
	line-height: 1;
	width: calc(38% - 50px);
  align-items: center;
}
.product_panel_level_list2 > div > div dt p,.product_panel_level_list2 > div > div dd p {
  line-height: 1.5;
  font-size: 16px;
}
.product_panel_level_list2 > div > div dd + dd {
	width: calc(62% - 50px);
}
.product_panel_level_list2 + .blackout_merit_ttl {
	margin-top: 150px;
}
.blackout .product_panel_color_image {
	margin: 60px auto 0;
	max-width: 500px;
}
.md_cate_select_measure_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
}
.md_cate_select_measure_btn {
	width: calc((100% - 30px)/4);
}
.md_cate_select_measure_list .md_cate_select_measure_btn p {
	font-size: 17px;
	text-align: center;
	margin-top: 20px;
}
.md_cate_select_measure_list .md_cate_select_measure_btn a {
	background: #083156;
	border-radius: 100px;
	color: #FFF !important;
	display: block;
	font-weight: 700;
	text-align: center;
	padding: 15px 10px;
	filter: drop-shadow(4px 4px 0px #FFF);
}
.md_cate_select_measure_list .md_cate_select_measure_btn a p {
	margin: 0;
}
.heat_shield {
	background: #f4f0e7;
	position: relative;
	padding: 120px 0 140px;
}
.heat_shield_inner {
	width: 92%;
	margin: 0 auto;
	max-width: 900px;
}
.heat_shield::before,
.heat_shield::after {
	content: "";
	display: block;
	background: url(../images/measures_against_heat/uneune.svg) no-repeat;
	width: 100%;
	padding-top: 5%;
	position: absolute;
}
.heat_shield::before {
	bottom: 100%;
	transform: rotate(180deg);
}
.heat_shield::after {
	top: 100%;
}
.heat_shield_content {
	background: #FFF;
	width: 100%;
	padding: 50px 30px 60px;
	margin-top: 70px;
}
.heat_shield_content_ttl {
	background: #FFF;
	position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
}
.heat_shield_content_ttl::before {
	content: "";
	background: #083156;
	width: 100%;
	height: 3px;
	position: absolute;
	z-index: 1;
}
.heat_shield_content_ttl span {
	position: sticky;
	z-index: 3;
	background: #FFF;
	padding: 0 1em;
	font-size: 25px !important;
}
.heat_shield_content_image {
	width: 75%;
	height: 250px;
	background: #ddd;
	margin: 40px auto 0 !important;
}
.heat_shield_content_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
.heat_shield_content_text p {
	width: calc(50% - 20px);
}
.heat_shield_content_text img {
	width: 50%;
}

.uv {
	background: #eae1cf;
	padding: 180px 0 240px;
}
.uv_inner {
	max-width: 900px;
	margin: 0 auto;
	width: 92%;
}



.choose {
	padding: 200px 0 0;
}
.choose_ttl {
	width: 92%;
	text-align: center;
	margin: 0 auto !important;
}
.choose_ttl strong {
	font-size: 1.33em;
	display: block;
}
.choose_text {
	text-align: center;
	margin: 30px auto 0!important;
	line-height: 1.75;
	width: 92%;
}
.choose_point {
	margin-top: 120px;
	background: #083156;
	color: #FFF;
	padding: 180px 0 140px;
}
.choose_point > li {
	display: flex;
	gap: 40px;
	margin-right: 8%;
	line-height: 1.75;
}
.choose_point > li + li {
  margin-top: 120px;
}
.choose_point > li:nth-child(even) {
	flex-direction: row-reverse;
	margin-left: 8%;
	margin-right: 0;
}
.choose_point .choose_point_icon {
	width: 200px;
	height: 200px;
}
.choose_point .choose_point_text {
	width: calc(100% - 240px);
}
.choose_point_ttl {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}
.choose_point_ttl .is_orange {
	font-size: 1.33em;
}
.choose_point_text p + p {
	margin-top: 1em;
}
.choose_point_list {
	display: flex;
	margin-top: 30px;
}
.choose_point_list ul {
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
	gap: 20px;
}
.choose_point_list ul li {
	width: 33.3%;
}
.choose_point li ul li img {
	background: #ddd;
	display: block;
	border-radius: 100px;
}
.choose_point li ul li p {
	text-align: center;
}
.choose_point li p a {
 color: #ff5300 !important;
 border-bottom: 1px solid;
}
.mfp_product_modals_text {
	color: #000;
}
.mfp_product_modals .product_modals_ttl {
	font-size: 30px;
	font-weight: 700;
}
.mfp_product_modals .option_ex_img_area .text03,
.mfp_product_modals .option_img_column .text01 {
	font-size: 20px;
	text-align: center;
	line-height: 1.75;
	margin: 0 auto;
}
.mfp_product_modals .option_ex_img_area .text03 small,
.mfp_product_modals .option_img_column .text01 small {
	font-size: 10px;
}
.product_modal_list_ttl {
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
}
.product_modal_list .product_modal_list_caption {
	font-size: 10px;
	text-align: center;
	color: #000;
}
.mfp-close-btn-in .mfp-close {
	width: 26px;
	height: 26px;
	border: 2px solid #083156;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	cursor: pointer;
}
.mfp-close-btn-in .mfp-close:hover {
	opacity: 0.5;
}
.mfp-close-btn-in .mfp-close::before,
.mfp-close-btn-in .mfp-close::after {
	content: "";
	width: 16px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #083156;
	position: absolute;
	top: 10px;
	right: 3px;
}
.mfp-close-btn-in .mfp-close::before {
	transform: rotate(45deg);
}
.mfp-close-btn-in .mfp-close::after {
	transform: rotate(-45deg);
}


.review {
	padding: 230px 4% 200px;
	background: #f4f0e7;
}
.review_fukidashi {
	background: #fff;
	border-radius: 100px;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 4%;
	position: relative;
}
.review_fukidashi .is_orange {
	font-size: 30px;
	font-weight: 700;
}
.review_fukidashi:before {
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	transform: rotate(45deg),scale(0.8,1);
	width: 50px;
	height: 40px;
	clip-path: polygon(50% 40px, 0% 0%, 50px 0%);
	position: absolute;
	top: 100%;
	left: calc(50% - 50px);
}
.review ul {
	max-width: 900px;
	margin: 80px auto 0;
}
.review ul li {
	background: #FFF;
	border-radius: 20px;
	display: flex;
	gap: 30px;
	padding: 30px;
}
.review ul li + li {
	margin-top: 50px;
}
.review .review_image {
	width: 40%;
}
.review .review_text {
	width: 60%;
	display: flex;
  flex-direction: column;
}
.review_text_star {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.review_text_star span:first-child {
	font-size: 25px;
	color: #ffc100;
	display: flex;
	align-items: center;
}
.review_text_star span:first-child strong {
	font-size: 1.333em;
	color: #083156;
	margin-right: 3px;
}
.review_text_star span:last-child {
	font-size: 15px;
}
.review_text_ex {
	font-size: 15px !important;
}
.review_text_ex_more {
	font-size: 15px !important;
	text-align: right;
	color: #ff5300;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.review_text a {
    background: #083156;
    color: #FFF !important;
    padding: 0 4%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    margin-top: auto;
    width: 100%;
    flex-direction: column;
}


.productlist {
	padding: 190px 4%;
}
.productlist + .productlist {
	padding: 0px 4% 0px;
}
.productlist_inner {
	margin: 0 auto;
}
.productlist_ttl {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.productlist_ttl small {
	font-size: 20px;
}
.productlist_ttl span {
	font-size: 40px;
}
.productlist .is_fukidashi::before {
	background: #FFF;
}
.productlist .productlist_inner > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
	gap: 40px;
}
.productlist .productlist_inner > ul > li {
	width: calc(50% - 20px);
	background: #f4f0e7;
}

.productlist .productlist_inner > ul > li > a {
	display: flex;
}
.productlist_image {
	width: 60%;
	position: relative;
}
.productlist_image .curtain_function {
	position: absolute;
	top: 0px;
	left: 10px;
}
.productlist_text {
	width: 40%;
	background: #f4f0e7;
	padding: 20px;
	font-size: 12px !important;
}
.productlist_text p {
	font-size: 14px !important;
}
.productlist_text p strong{
	font-size: 1.1em !important;
}
.productlist_text_ttl {
	font-size: 18px !important;
	font-weight :700;
} 
.productlist_price {
	font-size: 16px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	font-weight :700;
	margin-top: 10px !important;
}
.productlist_rate {
	margin-top: 20px !important;
	font-weight: 700;
}
.productlist_rate span {
	color: #B21C33;
	font-weight: 700;
}
.productlist_rate strong {
	font-size: 1.333em;
}
.productlist_rate + .productlist_rate {
	margin-top: 0px !important;
}
.productlist_ex {
	margin-top: 20px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productlist_btn {
	background: #083156;
	color: #FFF !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 100px auto 0;
	border-radius: 100px;
	width: fit-content;
	padding: 20px 80px;
	filter: drop-shadow(5px 5px 0px #eae1cf);
	text-align: center;
}
.productlist_btn strong {
	font-size: 30px;
}

.howto2 {
	margin-top: 180px;
	padding: 90px 4%;
	border-top: 7px dotted;
	border-bottom: 7px dotted;
	border-spacing: 22px;
}
.howto2_text {
	text-align: center;
	margin-top: 20px !important;
}
.howto2_list {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 100px 40px;
	margin-top: 40px;
}
.howto2_list li {
	width: calc((100% - 80px)/3 );
	position: relative;
}
.howto2_list li::before {
	position: absolute;
	width: 60%;
	height: 2px;
	display: block;
	background: #ff5300;
	content: "";
	top: 43px;
	right: -121px;
}
.howto2_list li::after {
	position: absolute;
	content: "";
	border-top: 2px solid #ff5300;
	border-right: 2px solid #ff5300;
	display:block;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	top: 36px;
	right: -121px;
}
.howto2_list li:nth-child(3)::before,
.howto2_list li:nth-child(3)::after,
.howto2_list li:nth-child(5)::before,
.howto2_list li:nth-child(5)::after{
	content: none;
}
.howto2_list_ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.howto2_list_ttl span {
	font-size: 25px;
}
.howto2_list_ttl + p {
	font-size: 17px;
	margin-top: 10px;
}
.howto2_list_ttl + p a {
	color: #ff5300 !important;
	border-bottom: 1px solid;
}
.howto2_link {
	width: fit-content;
	text-align: right;
	margin: 5px 0 0 auto !important;
}
.howto2_link a {
	color: #ff5300 !important;
	border-bottom: 1px solid;
	display: block;
	font-size: 17px;
	display: flex;
	align-items: center;
	padding-right: 4px;
}
.howto2_link a::after {
	width: 7px;
	height: 7px;
	display: inline-block;
	content: "";
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
}
.qa {
	margin-top: 200px;
	background: #eae1cf;
	padding: 90px 4% 110px;
}
.qa ul {
	margin: 40px auto 0;
	max-width: 900px;
	width: 92%;
}
.qa ul li {
	background: #FFF;
	position: relative;
}
.qa ul li>p, .qa ul li>h3 {
	background: #083156;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	padding: 20px 40px 20px 80px;
	display: flex;
}
.qa ul li>p::before, .qa ul li>h3::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/measures_against_heat/qa_q.svg) 0 0 / contain no-repeat;
	position: absolute;
	left: 30px;
}
.qa ul li>div {
	padding: 30px 40px 30px 80px;
	display: flex;
}
.qa ul li>div::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/measures_against_heat/qa_a.svg) 0 0 / contain no-repeat;
	position: absolute;
	left: 30px;
}
.qa ul li+li {
	margin-top: 30px !important;
}
.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;
	color: #083156;
}
.md_index_useful_contents .is_line::before,
.md_index_useful_contents .is_line::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	background: #083156;
	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;
}

.md_index_useful_contents .is_orange {
	color: #ff5300 !important;
	border-bottom: 1px solid;
	display: block;
	font-size: 17px;
	display: flex;
	align-items: center;
	padding-right: 4px;
	margin: 30px 0 0 auto;
	width: fit-content;
}
.md_index_useful_contents .is_orange::after {
	width: 7px;
	height: 7px;
	display: inline-block;
	content: "";
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
}


@media (max-width: 767px) {
	.is_ttl {
		font-size: 20px;
	}
	.intro {
		padding: 60px 4%;
	}
	.important {
		padding: 90px 4%;
	}
	.important_flex {
		flex-direction: column;
		margin-top: 20px;
	}
	.important_text {
		width: 100%;
		font-size: 14px;
	}
	.important_text p {
		font-size: 14px !important;
	}
		.important_image {
		width: 108%;
		margin-right: -8%;
		padding: 50px;
	}
	.important_image p {
		font-size: 10px !important;
		text-align: center;
	}
	.blackout {
		padding: 90px 4%;
	}
	.blackout .blackout_arrow {
    zoom: 0.75;
    margin: 50px auto;
	}
	.recommend_ttl img {
		width: 60px;
	}
	.recommend_ttl > span small {
		font-size: 16px;
	}
	.recommend_ttl > span span {
			font-size: 25px;
	}
	.blackout_content {
    margin-top: 20px;
	}
	.blackout_content_image {
		width: 100%;
    float: unset;
    margin: 0 auto !important;
	}
	.blackout_content_text {
		margin-top: 20px !important;
	}
	.blackout_merit {
    margin-top: 40px;
    padding-bottom: 20px;
	}
	.blackout_merit .blackout_ttl.is_ttl::before {
    width: 25px;
    height: 19px;
    clip-path: polygon(50% 15px, 0% 0%, 25px 0%);
    left: calc(50% - 13px);
	}
	.blackout_merit_content {
		margin: 40px auto 0px !important;
	}
	.blackout_merit_text {
		margin-top: 10px;
	}
	.product_panel_merit_list {
		margin-top: 20px;
		flex-direction: column;
	}
	.product_panel_merit_list {
		margin-top: 20px;
		flex-direction: column;
	}
	.product_panel_merit_list li {
		width: 100%;
	}
	.product_panel_merit_list + .blackout_merit_ttl {
    margin-top: 75px;
	}
	.product_panel_level_list {
		gap: 30px 0;
	}
	.product_panel_level_list li {
		width: 48%;
	}
	/* .product_list_wrap::before {
		font-size: 16px;
	} */
	.product_panel_level_list2 + .blackout_merit_ttl {
		margin-top: 75px;
	}
	.blackout .product_panel_color_image {
		margin-top: 20px !important;
	}
	.md_cate_select_measure_list {
		flex-wrap: wrap;
		gap: 30px 0;
		margin-top: 40px;
	}
	.md_cate_select_measure_btn {
		width: 48%;
	}
	.heat_shield {
    padding: 60px 0 70px;
	}
	.heat_shield_content {
    width: 100%;
    padding: 25px 4% 20px;
    margin-top: 35px;
	}
	.heat_shield_content_ttl span {
    font-size: 18px !important;
	}
	.heat_shield_content_image {
    width: 100%;
    margin: 20px auto 0 !important;
	}
	.heat_shield_content_text {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
	}
	.heat_shield_content_text p {
		width: 100%;
	}
	.heat_shield_content_text img {
		width: 100%;
	}
	.uv {
		padding: 90px 0 120px;
	}
	.choose {
		padding:100px 0 0;
	}
	.choose_point {
		margin-top: 60px;
		padding: 90px 0 70px;
	}
	.choose_point > li {
		flex-wrap: wrap;
		gap: 30px 20px;
		margin-right: 4%;
	}
	.choose_point .choose_point_icon {
		width: 80px;
		height: 80px;
	}
	.choose_point .choose_point_text {
		width: calc(100% - 100px);
		margin: 0 auto;
	}
	.choose_point_ttl {
			font-size: 20px;
			margin-bottom: 15px;
	}
	.choose_point > li:nth-child(even) {
		margin-left: 4%;
	}
	.choose_point_color {
		zoom: 0.75;
	}
	.choose_point > li + li {
		margin-top: 40px;
	}
	.choose_point_list {
		align-items: flex-start;
	}
	.choose_point_list > p {
		width: 65px;
	}
	.choose_point_list > p img {
		width: 65px;
	}
	.choose_point li ul li img {
    zoom: 0.4;
	}
	.choose_point_list ul li p {
		font-size: 10px !important;
		margin-top: 5px;
	}
	.review {
			padding: 100px 4% 90px;
	}
	.review_fukidashi .is_orange {
			font-size: 20px;
	}
	.review_fukidashi:before {
    width: 25px;
    height: 20px;
    clip-path: polygon(50% 20px, 0% 0%, 25px 0%);
    left: calc(50% - 14px);
	}
	.review ul {
		margin-top: 40px;
	}
	.review ul li {
		flex-wrap: wrap;
		gap: 20px;
    padding: 20px;
	}
	.review ul li + li {
		margin-top: 25px;
	}
	.review .review_image {
		width: 100%;
	}
	.review .review_text {
		width: 100%;
	}
	.review_text_star span:first-child {
		font-size: 17px;
	}
	.review_text_star span:last-child {
		font-size: 12px;
	}
	.review_text_ex {
		font-size: 12px !important;
	}
	.review_text_ex_more {
		margin-bottom: 0 !important;
		margin-top: 10px !important;
	}
	.review_text a {
		margin-top: 10px;
		height: unset;
		padding: 20px 4%;
	}
	.productlist {
		padding: 80px 4%;
	}
	.productlist_ttl small {
			font-size: 16px;
	}
	.productlist_ttl span {
			font-size: 25px;
	}
	.productlist .productlist_inner > ul {
		gap: 20px;
	}
	.productlist .productlist_inner > ul > li {
		width: 100%;
	}
	.productlist_image {
    width: 50%;
	}
	.productlist_text {
		padding: 10px;
		font-size: 10px !important;
		width: 50%;
	}
	.productlist_text p {
		font-size: 12px !important;
	}
	.productlist_text_ttl {
		font-size: 16px !important;
		font-weight :700;
	} 
	.productlist_price {
		font-size: 14px !important;
		margin-top: 0% !important;
		padding-bottom: 5px;
	}
	.productlist_rate {
			margin-top: 5px !important;
	}
	.productlist_ex {
    margin-top: 0px !important;
    -webkit-line-clamp: 2;
	}
	.productlist_btn {
			margin: 50px auto 0;
			border-radius: 100px;
			padding: 20px 40px;
	}
	.productlist_btn strong {
			font-size: 16px;
	}
	.howto2 {
		margin-top: 90px;
    padding: 45px 4%;
    border-top: 5px dotted;
    border-bottom: 5px dotted;
	}
	.howto2_list {
		gap: 50px 40px;
	}
	.howto2_list li {
		width: 100%;
	}
	.howto2_list li::before,
	.howto2_list li::after {
		display: none;
	}
	.howto2_list_ttl img {
		zoom: 0.75;
	}
	.howto2_list_ttl span {
		font-size: 20px;
	}
	.howto2_link a {
		font-size: 14px;
	}
	.qa {
		margin-top: 100px;
		padding: 45px 4% 55px;
	}
	.qa ul {
		margin-top: 20px;
	}
	.qa ul li+li {
		margin-top: 20px !important;
	}
	.qa ul li>p,
	.qa ul li>div {
		padding: 10px 20px 10px 45px;
		display: block;
	}
	.qa ul li>p::before,
	.qa ul li>div::before {
		zoom: 0.5;
	}
	.qa ul li>div img {
		zoom: 0.75;
		margin-top: 10px;
	}


	.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;
	}
}