@charset "utf-8";

/* CSS Document */

@media screen and (min-width : 768px) {
.sp{display: none!important;}
.pc{display: block!important;}
}
@media screen and (max-width : 767px) {
.sp{display: block!important;}
.pc{display: none!important;}
}


/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #005AB1;
}
img,picture {
	vertical-align: middle;
}

/*=======================================
　共通
=======================================*/
.midashi01{
	display: flex;
	/* align-items: center; */
	margin: 0 0 40px 0;
	gap: 0 43px;
}
.midashi01 .left {
	width: 122px;
}
.midashi01 .right {
	flex: 1;
}
.midashi01 .icon{
	padding: 5px 30px;
	background: var(--main_color);
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	margin: 0 35px 0 0;
	letter-spacing: 0.1em;
	width: fit-content;
}
.midashi01 h4{
	color: var(--main_color);
	font-size: 45px;
	font-weight: bold;
}
.midashi01 h4 span {
	color: #000;
	font-size: 20px;display: block;
}

.midashi02{
	margin: 0 0 30px 0;
}
.midashi02 h5{
	font-size: 30px;
	font-weight: bold;
}
.midashi02 h5::before{
	content:"";
	width: 15px;
	height: 15px;
	background: var(--main_color);
	display: inline-block;
	vertical-align: middle;
	margin: -7px 12px 0 0;
}

.red_box{
	border: 3px var(--main_color) solid;
	border-radius: 20px;
}
.red_box.box01{
	padding: 5%;
    margin-bottom: 90px;
}
@media only screen and (max-width: 767px){
.midashi01{
	align-items: flex-start;
	margin: 0 0 20px 0;
	/* flex-direction: column; */
	gap: 0 20px;
}
.midashi01 .left {
	width: 50px;
}
.midashi01 .icon{
	padding: 3px 15px;
	font-size: 22px;
	margin: 0 0 10px;
}
.midashi01 h4{
	font-size: 30px;
}
.midashi01 h4 span {
	color: #000;
	font-size: 20px;display: block;
}

.midashi02{
	margin: 0 0 15px 0;
}
.midashi02 h5{
	font-size: 18px;
	font-weight: bold;
}
.midashi02 h5::before{
	width: 10px;
	height: 10px;
	margin: -5px 10px 0 0;
}

.red_box{
	border: 3px var(--main_color) solid;
	border-radius: 20px;
}
.red_box.box01{
    margin-bottom: 45px;
}
}

.contact_btn {
    max-width: 831px;
    width: 90%;
    margin: 0 auto 150px;
}
@media only screen and (max-width: 767px){
.contact_btn {
    margin: 0 auto 40px;
    width: auto;
}
.contact_btn2 {
    width: 90%;
}
}


.btn_area_req {
    position: relative;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 150px;
    display: flex;
    justify-content: center;
    gap: 4%;
}
.btn_req {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
.btn_free {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
    .btn_area_req {
		flex-direction: column;
        gap: 1%;
    }
	.btn_req {
		width: 100%;
		margin: 5% auto;
	}
	.btn_free {
		width: 100%;
		margin: 0 auto;
	}



    }

/*=======================================
　mv
=======================================*/
section#mv_wrap {
	/* position: relative; */
    /* background: url("../../images/mado1/main_bg.jpg") no-repeat center bottom; */
    /* background-size: cover; */
    /* min-height: 920px; */
}
section#mv_wrap div.contest {
    height: auto;
    border-bottom: none;
    max-width: 1071px;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 0;
}
section#mv_wrap div.obi {
	position: absolute;
	left: 50%;
	bottom: 3.5%;
	transform: translateX(-50%);
	width: 86%;
	max-width: 1090px;
}
@media only screen and (max-width: 767px){
section#mv_wrap {
	width: 100%;
    min-height: 100%;
		background: none;
}
section#mv_wrap div.contest {
    padding: 20px 0 0;
    width: 100%;
}
section#mv_wrap div.contest img {
    width: 100%;
    height: auto;
}
}


/*=======================================
　外壁塗装をご検討中の方、こんなお悩みもありませんか？
=======================================*/
#about {
    background-color: #F5F5F5;
    position: relative;
}
#about .btn {
    max-width: 831px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: -54px;
    right: 0;
    left: 0;
}
#about .btn_area_req {
    /*MV下、CTAに「お急ぎください」を入れるため、非表示にしました。*/
	/*position: absolute;
    top: -18%;
    left: 50%;
    transform: translateX(-50%);*/
    width: 45%;
    max-width: 1120px;
    display: flex;
    justify-content: center;
    gap: 4%;
}
@media (max-width: 2000px) {
	#about .btn_area_req{top: -17%;}
}
@media (max-width: 1800px) {
	#about .btn_area_req{top: -15.5%;}
}
@media (max-width: 1700px) {
	#about .btn_area_req{top: -15%;}
}
@media (max-width: 1600px) {
	#about .btn_area_req{top: -14%;}
}
@media (max-width: 1400px) {
	#about .btn_area_req{top: -12%;}
}
@media (max-width: 1100px) {
	#about .btn_area_req{top: -9.5%;}
}
@media (max-width: 850px) {
	#about .btn_area_req{top: -8.5%;}
}


#about .btn_req {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
#about .btn_free {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
#about .innar {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    padding: 196px 0 90px;/*「お急ぎください」なしの場合	*/
	padding: 80px 0 90px;/*「お急ぎください」ありの場合	*/
}
#about .innar h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.467;
    text-align: center;
    margin-bottom: 50px;
}
#about .innar h3 .marker {
    background:linear-gradient(transparent 60%, #FBD864 60%);
}
#about .innar h3 .txt_large {
    font-size: 60px;
}
#about .innar h3 .red01 {
    /*color: #BB2929;*/
    color: #005ab1;
}
#about .innar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
#about .innar ul li {
    width: calc(100% / 4 );
}

@media only screen and (max-width: 767px){
#about .btn {
    top: -27px;
}
#about .btn_area_req {
	width: 90%!important;
    top: -2%;
    gap: 1%;
}
#about .innar {
    padding: 140px 0 45px;/*「お急ぎください」なしの場合	*/
	padding: 40px 0 45px;/*「お急ぎください」ありの場合	*/
}
#about .innar h3 {
    font-size: 28px;
	margin-top: 11%;
    margin-bottom: 55px;
}
#about .innar h3 .txt_large {
    font-size: 35px;
}
#about .innar ul {
    gap: 0px;
    flex-direction: column;
}
#about .innar ul li {
    width: 100%;
    margin: 0 auto;
}
#about .btn_req {
    width: 100%;
	margin-top: 5%;
}
#about .btn_free {
    width: 100%;
	margin-top: 5%;
}

/*
#about .btn_free{
    width: 100%;
	margin-top: 5%;
}
*/

}

/*mv_text*/
.mv_text{
	width: 45%;
	position: absolute;
	bottom: 190px;
	left: 50%;
	transform: translateX(-50%);
}

/*=======================================
　これらのお悩みは、「窓の断熱リフォーム」で解決できます！
=======================================*/
#kaiketsu {
	margin-bottom: 120.5px;
}
#kaiketsu h3 {
    margin-bottom: 51px;
}
#kaiketsu .column2 {
    display: flex;
    gap: 65px;
		max-width: 1120px;
		width: 90%;
		margin: 0 auto;
}
#kaiketsu .column2 .column:nth-child(1) {
    width: 50%;
}
#kaiketsu .column2 .column:nth-child(2) {
    width: 44.19642857142857%;
}
#kaiketsu .column2 .column .copy {
    color: var(--main_color);
    font-size: 43px;
    margin-bottom: 30px;
    font-weight: bold;
}
#kaiketsu .column2 .column p {
    margin-bottom: 50px;
}
#kaiketsu .column2 .column .win_img {
	margin-bottom: 45px;
}
#kaiketsu .column2 .column .windowBox {
	position: relative;
	width: 100%;
}
#kaiketsu .column2 .column .image02 {
	position: absolute;
	animation: anime 3s forwards infinite;
	top: 0;
}

@keyframes anime {

	0% {
		transform: translate(0, 0);
 }

 50% {
		transform: translate(-12%, -13%);
 }

 100% {
		transform: translate(0, 0);
 }
}

@media only screen and (max-width: 767px){
#kaiketsu {
    margin: 0 auto 60px;
}
#kaiketsu h3 {
    margin-bottom: 25px;
}
#kaiketsu .column2 {
    gap: 30px;
    flex-direction: column;
}
#kaiketsu .column2 .column {
    width: 100%;
}
#kaiketsu .column2 .column .copy {
    font-size: 22px;
    margin-bottom: 15px;
}
#kaiketsu .column2 .column p {
    margin-bottom: 25px;
}
#kaiketsu .column2 .column:nth-child(1) {
		width: auto;
}
#kaiketsu .column2 .column:nth-child(2) {
		width: auto;
}

#kaiketsu .column2 .column .win_img {
	margin-bottom: 20px;
}
}




/*=======================================
　今だけ！創建ペイント
=======================================*/
#now {
    margin-bottom: 180px;
}
#now h3 {
    margin-bottom: 123.5px;
}
#now .innar {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
#now .column3 {
    display: flex;
    margin-bottom: 35px;
    gap: 20px;
    align-content: flex-start;
}
#now .column3 .column {
    width: 46.25%;
}
#now .column3 .column:nth-child(2) {
    width: 3.98392857142857%;
    position: relative;
}
#now .column3 .column:nth-child(2) img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*#now .copy01 {
    margin-bottom: 115px;
	text-align: center;
}*/

#now .copy01 p {
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	line-height: 2.1;
	display: flex;
    align-items: baseline;
	justify-content: center;
}

#now .copy01 p .max {
	writing-mode: tb;
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: -8px;
}

#now .copy01 p .textColor {
	color:var(--main_color);
}

#now .copy01 p .textBig {
	font-size: 130px;
	font-weight: 600;
	line-height: 0;
}

#now .copy01 p .textBig02 {
	font-size: 90px;
	font-weight:600;
	line-height: 0;
}


#now .image01 {
    margin-bottom: 83px;
}
/*#now .reform {
    padding-bottom: 140px;
}*/
#now .reform .com_area {
    background-color: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 55px;
    padding: 59px 0 61px;
}
#now .reform .com_area ul {
    max-width: 847px;
    width: 90%;
    margin: 0 auto 50px;
    display: flex;
    gap: 0 78.6px;
    align-items: center;
}
#now .reform .com_area p {
    font-size: 22px;
    width: 90%;
    font-weight: bold;
    line-height: 1.682;
    max-width: 847px;
    margin: 0 auto;
}
#now .reform .com_area p span {
    font-size: 30px;
    color: var(--main_color);
}
#now .copy02 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.583;
    text-align: justify;
    margin-bottom: 66px;
}
#now .image02 {
    text-align: center;
    max-width: 1032px;
    margin: 0 auto;
}


#now .outline {
    background-color: var(--main_color);
    margin-bottom: 120px;
}
#now .outline .innar {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
#now .outline .innar .ttl {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#now .outline .innar .ttl span {
    font-size: 20px;
    font-weight: bold;
}
#now .outline .innar .ttl span:before {
    content: "";
    display: inline-block;
    border-top: dashed 1px #fff;
    transform: rotate(60deg);
    width: 20px;
    height: 10px;
    margin-right: 10px;
}
#now .outline .innar .ttl span:after {
    content: "";
    display: inline-block;
    border-top: dashed 1px #fff;
    transform: rotate(-60deg);
    width: 20px;
    height: 10px;
    margin-left: 10px;
}

#now .outline .innar table {
    width: 100%;
    margin-bottom: 12.3px;
}
#now .outline .innar table th {
    background-color: #DBF9FF;
    font-size: 16px;
    font-weight: bold;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #C4C4C4;
    padding: 20px 35px;
}
#now .outline .innar table td {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 70%;
    border: solid 1px #C4C4C4;
    padding: 20px 35px;
}
#now .outline .innar table td span.red {
    color: var(--main_color);
}
#now .outline .innar table td span.txt12 {
    font-size: 12px;
}
#now .outline .innar .caption {
    font-size: 12px;
    color: #fff;
}
#now .outline .innar .caption a {
    font-size: 12px;
    color: #fff;
		text-decoration: underline;
}




#now .prama_intro {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 188px;
    background-color: #F5F5F5;
    border-radius: 20px;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.1);
}
#now .prama_intro .innar {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    gap: 60px;
}
#now .prama_intro .innar .image,
#now .prama_intro .innar .text {
    width: calc(100% / 2);
}
#now .prama_intro .innar .text .copy {
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 48px;
}
#now .prama_intro .innar .text .copy span {

    font-weight: bold;
    background: #fff;
    padding: 0 10px;
}
#now .prama_intro .innar .text .copy span.red {
    font-size: 40px;
    color: var(--main_color);
}
#now .prama_intro .innar .text p {
    margin-bottom: 45px;
}
#now .prama_intro .innar .text p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
#now {
    margin-bottom: 90px;
}
#now h3 {
    margin-bottom: 60px;
}
#now .innar {
}
#now .column3 {
    gap: 10px;
    margin-bottom: 25px;
    flex-direction: column;
}
#now .column3 .column {
    width: 100%;
}
#now .column3 .column:nth-child(2) {
    width: 10%;
    margin: 0 auto;
    position: static;
    text-align: center;
}
#now .column3 .column:nth-child(2) img {
    position: static;
    transform: translateY(0);
}

#now .copy01 {
    margin-bottom: 40px;
}
	
#now .copy01 p {
	font-size: 28px;
}

#now .copy01 p .max {
	font-size: 18px;
}

#now .copy01 p .textBig {
	font-size: 56px;
}

#now .copy01 p .textBig02 {
	font-size: 46px;
}
	
	
	
#now .image01 {
    margin-bottom: 40px;
}
/*#now .reform {
    padding-bottom: 70px;
}*/
#now .reform .com_area {
    margin-bottom: 25px;
    padding: 30px 0;
}
#now .reform .com_area ul {
    margin: 0 auto 25px;
    gap: 20px;
    flex-direction: column;
}
#now .reform .com_area ul li:nth-child(2){
    width: 10%;
}
#now .reform .com_area p {
    font-size: 18px;
}
#now .reform .com_area p span {
    font-size: 22px;
}
#now .copy02 {
    font-size: 22px;
    margin-bottom: 35px;
}
#now .image02 {
    text-align: center;
}


#now .outline {
    margin-bottom: 60px;
}
#now .outline .innar {
    padding: 50px 0;
}
#now .outline .innar .ttl {
    font-size: 22px;
    margin-bottom: 15px;
}
#now .outline .innar .ttl span {
    font-size: 14px;
}
#now .outline .innar .ttl span:before {
    width: 15px;
    height: 8px;
    margin-right: 5px;
}
#now .outline .innar .ttl span:after {
    width: 15px;
    height: 8px;
    margin-left: 5px;
}

#now .outline .innar table {
    margin-bottom: 8px;
}
#now .outline .innar table th {
    width: 100%;
    text-align: left;
    padding: 10px 25px;
    display: block;
}
#now .outline .innar table td {
    font-size: 16px;
    width: 100%;
    padding: 10px 25px;
    display: block;
    border-top: none;
    border-bottom: none;
}
#now .outline .innar table td span.red {
}
#now .outline .innar table td span.txt12 {
}
#now .outline .innar .caption {
    font-size: 12px;
    color: #fff;
}




#now .prama_intro {
    margin: 0 auto 90px;
}
#now .prama_intro .innar {
    padding: 40px 0;
    gap: 20px;
    flex-direction: column;
}
#now .prama_intro .innar .image,
#now .prama_intro .innar .text {
    width: 100%;
}
#now .prama_intro .innar .text .copy {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 25px;
}
#now .prama_intro .innar .text .copy span {
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
}
#now .prama_intro .innar .text .copy span.red {
    font-size: 30px;
}
#now .prama_intro .innar .text p {
    margin-bottom: 25px;
}
#now .prama_intro .innar .text p:last-child {
    margin-bottom: 0;
}
}


/*============================
#pramade
============================*/
#pramade {
	margin: 0 0 213px 0;
}
#pramade h3 {
	margin: 0 0 100px 0;
}
#pramade h3 img {
	width: 100%;
}
#pramade .dannetsu {
	margin: 0 0 0 0;
}
#pramade .dannetsu .read {
	margin: 0 0 50px 0;
}

#pramade .dannetsu .dannetsu01 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 75px 0;
	gap: 50px;
}
#pramade .dannetsu .dannetsu01 .left {
}
#pramade .dannetsu .dannetsu01 .right {
}
#pramade .dannetsu .dannetsu02 {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
#pramade .dannetsu .dannetsu02 .left {
}
#pramade .dannetsu .dannetsu02 .right {
}
#pramade .dannetsu .copy01 {
	/* margin: 80px 0 70px 0; */
}
#pramade .dannetsu .copy01 p {
	font-size: 35px;
	/* text-align: center; */
	font-weight: bold;
	line-height: 1.8;
}
#pramade .dannetsu .copy01 p:nth-child(1) {
	font-size: 30px;
}
#pramade .dannetsu .copy01 strong {
	background: var(--main_color);
	color: #FFF;
	font-size: 33px;
	line-height: 1.2;
	padding: 0 5px;
}
#pramade .dannetsu .copy01 span {
	color: var(--main_color);
}
#pramade .dannetsu .img01 {
	margin: 0px 0 50px 0;
}
#pramade .dannetsu .img02 {
	/* margin: 90px 0 80px 0; */
}
#pramade .dannetsu .kome {
    font-size: 12px;
    margin-bottom: 131.6px;
}



#pramade .syanetsu {
	margin: 100px 0 80px 0;
}
#pramade .syanetsu .img01 {
	margin: 0 0 30px 0;
}
#pramade .syanetsu .kome {
    font-size: 12px;
}



#pramade .ketsuro {
	margin: 0 0 160px 0;
}
#pramade .ketsuro .ketsuro01 {
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
#pramade .ketsuro .ketsuro01 .left {
    width: 41.26339285714286%;
}
#pramade .ketsuro .ketsuro01 .right {
    width: 55.52767857142857%;
}


#pramade .bouon {
	margin: 0 0 130px 0;
}
#pramade .bouon .text_set {
	display: flex;
	justify-content: space-between;
    margin: 0 0 97.7px;
}
#pramade .bouon .text_set .left {
    width: 43.03571428571429%;
}
#pramade .bouon .text_set .right {
    width: 50%;
}
#pramade .bouon .img01 {
    margin: 0 0 48.8px;
}
#pramade .bouon .kome {
    font-size: 12px;
}
#pramade .bouon .text_set span {
    font-size: 14px;
}


#pramade .keizai {
	margin: 0 0 110px 0;
}
#pramade .keizai .img01 {
	margin: 0 0 68px 0;
}
#pramade .keizai .kome {
    font-size: 12px;
}



#pramade .case .ttl {
    font-size: 45px;
    font-weight: bold;
    color: var(--main_color);
    text-align: center;
    margin-bottom: 64px;
}
#pramade .case .ttl span {
    font-size: 25px;
    background-color: var(--main_color);
    color: #fff;
    max-width: 322px;
    margin: 0 0 0 25px;
    padding: 7px 58px 8px;
    border-radius: 50px;
}
#pramade .case .case_info .inn {
	display: flex;
	justify-content: space-between;
    margin-bottom: 58px;
}
#pramade .case .case_info .inn .text_set {
    width: 44.18859649122807%;
}
#pramade .case .case_info .inn .text_set .copy {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
}
#pramade .case .case_info .inn .text_set .rank {
    color: var(--main_color);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px var(--main_color) solid;
    margin-bottom: 25px;
    padding: 15px;
}
#pramade .case .case_info .inn .text_set .simulation {
    font-size: 20px;
}
#pramade .case .case_info .inn .text_set .simulation p {
    font-weight: bold;
}
#pramade .case .case_info .inn .text_set .simulation p span {
    color: var(--main_color);
}
#pramade .case .case_info .inn .img {
    width: 49.89035087719298%;
}

#pramade .case .case_info2 .img {
    margin-bottom: 40px;
}
#pramade .case .case_info2 .copy {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
#pramade .case .case_info2 .inn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: flex-start;
}
#pramade .case .case_info2 .inn .rank {
    width: 48%;
    color: var(--main_color);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px var(--main_color) solid;
    margin-bottom: 25px;
    padding: 15px;
}
#pramade .case .case_info2 .inn .simulation {
    width: 48%;
    font-size: 20px;
}
#pramade .case .case_info2 .inn .simulation p {
    font-weight: bold;
}
#pramade .case .case_info2 .inn .simulation p span {
    color: var(--main_color);
}



#pramade .case .reference_case {
    margin: 0 auto 83px;
    max-width: 912px;
}
#pramade .case .reference_case .price_hikaku {
	display: flex;
	justify-content: space-between;
    margin-bottom: 60px;
}
#pramade .case .reference_case .price_hikaku .price {
    width: 48%;
}
#pramade .case .reference_case .price_hikaku .price table {
    width: 100%;
    margin-bottom: 30px;
}
#pramade .case .reference_case .price_hikaku .price table tr {
    background-color: #EAEAEA;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table tr {
    background-color: #E5FEFF;
}
#pramade .case .reference_case .price_hikaku .price table tr:nth-child(odd) {
    background-color: #fff;
}
#pramade .case .reference_case .price_hikaku .price table th {
    color: #fff;
    background-color: #666666;
    text-align: left;
    padding: 12px 32px;
}
#pramade .case .reference_case .price_hikaku .price table th strong {
    font-size: 20px;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table th {
    background-color: var(--main_color);
}


#pramade .case .reference_case .price_hikaku .price table tr td {
    text-align: left;
    padding: 12px 32px;
}
#pramade .case .reference_case .price_hikaku .price table tr td span {
    color: var(--main_color);
}
#pramade .case .reference_case .price_hikaku .price table tr td:nth-child(even) {
    text-align: right;
}
#pramade .case .reference_case .price_hikaku .price .total {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border: solid 2px #666666;
	padding: 10px 32px;
	align-items: center;
}

#pramade .case .reference_case .price_hikaku .price .total.mb20 {
	margin-bottom: 20px;
}

#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total.really {
    border: solid 2px var(--main_color);
    color: var(--main_color);
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
#pramade .case .reference_case .price_hikaku .total span {
    font-size: 30px;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total.really li:nth-child(2) {
    position: relative;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total.really li:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    transform: rotate(-10deg);
    position: absolute;
    background-color: var(--main_color);
    top: 50%;
    left: 0;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total.really li:nth-child(2):after {
    content: "";
    display: inline-block;
    background: url("../../images/mado1/arrow.png") no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 10px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 auto;
}

#pramade .case .reference_case .img2 {
    margin: 0 0 80px 0;
}
#pramade .case .reference_case .img2 .tani {
    text-align: right;
    padding: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
}
#pramade .case .reference_case .img2 .notes {
    padding: 10px 0 0 0;
    font-size: 12px;
	text-align: right;
}

#pramade .arrow {
    max-width: 65px;
    margin: 0 auto 40px;
}
#pramade .bnr {
    max-width: 912px;
    margin: 0 auto 73px;
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.3);
}
#pramade .bnr img {
    vertical-align: bottom;
}
#pramade .ranking {
    max-width: 912px;
    margin: 0 auto 20px;
}



#pramade .lineup {
    max-width: 912px;
    margin: 0 auto 165px;
}
#pramade .lineup .ttl {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}
#pramade .lineup .sttl {
    position: relative;
    margin-bottom: 40px;
    display: flex;
}
#pramade .lineup .sttl:before {
    content: "";
    display: block;
    background-color: var(--main_color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
}
#pramade .lineup .sttl span {
    background-color: #fff;
    color: var(--main_color);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
#pramade .lineup .type {
    margin-bottom: 50px;
    display: flex;
    gap: 50px;
}
#pramade .lineup .type li {
    width: calc(100% / 3 );
}
#pramade .lineup .type li p {
    margin: 20px 0 0 ;
    text-align: center;
    font-weight: bold;
}
#pramade .lineup .kome {
    font-size: 12px;
    text-align: right;
}



#pramade .color_ver .ttl {
    color: #333;
}
#pramade .color_ver ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 912px;
    margin: 0 auto 100px;
}
#pramade .color_ver ul li {
    width: calc(100% / 6);
}
#pramade .color_ver ul li p {
    font-size: 12px;
    margin: 20px 0 0 ;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
    #pramade {
	margin: 0 0 40px 0;
}
#pramade h3 {
	margin: 0 0 50px 0;
}
#pramade h3 img {
	width: 100%;
}
#pramade .dannetsu {
	margin: 0 0 0 0;
}
#pramade .dannetsu .read {
	margin: 0 0 30px 0;
}

#pramade .dannetsu .dannetsu01 {
	display: block;
	margin: 0 0 20px 0;
}
#pramade .dannetsu .dannetsu01 .left {
	width: auto;
	margin-bottom: 20px;
}
#pramade .dannetsu .dannetsu01 .right {
	width: auto;
}
#pramade .dannetsu .dannetsu02 {
	display: block;
}
#pramade .dannetsu .dannetsu02 .left {
	width: auto;
	margin-bottom: 20px;
}
#pramade .dannetsu .dannetsu02 .right {
	width: auto;
}
#pramade .dannetsu .copy01 {
	/* margin: 40px 0 35px 0; */
}
#pramade .dannetsu .copy01 p {
	font-size: 22px;
	display: inline;
}
#pramade .dannetsu .copy01 p:nth-child(1) {
	font-size: 20px;
}
#pramade .dannetsu .copy01 strong {
	font-size: 25px;
}
#pramade .dannetsu .copy01 span {
}
#pramade .dannetsu .img01 {
	margin: 0px 0 25px 0;
}
#pramade .dannetsu .img02 {
	/* margin: 45px 0 40px 0; */
}
#pramade .dannetsu .kome {
    margin-bottom: 60px;
}


#pramade .syanetsu {
	margin: 40px 0;
}



#pramade .ketsuro {
	margin: 0 0 80px 0;
}
#pramade .ketsuro .ketsuro01 {
	flex-direction: column;
	gap: 20px;
}
#pramade .ketsuro .ketsuro01 .left {
    width: auto;
}
#pramade .ketsuro .ketsuro01 .right {
    width: auto;
}


#pramade .bouon {
	margin: 0 0 80px 0;
}
#pramade .bouon .text_set {
	margin: 0 0 20px;
	flex-direction: column;
	gap: 20px;
}
#pramade .bouon .text_set .left {
    width: auto;
}
#pramade .bouon .text_set .right {
    width: auto;
}
#pramade .bouon .img01 {
    margin: 0 0 20px;
}
#pramade .bouon .kome {
}


#pramade .keizai {
	margin: 0 0 50px 0;
}
#pramade .keizai .img01 {
	margin: 0 0 20px 0;
}
#pramade .keizai .kome {
    font-size: 12px;
}



#pramade .case .ttl {
    font-size: 18px;
    margin-bottom: 15px;
}
#pramade .case .ttl span {
    font-size: 16px;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 3px 5% 4px;
    display: block;
}
#pramade .case .case_info .inn {
	margin-bottom: 20px;
	flex-direction: column;
	gap: 20px;
}
#pramade .case .case_info .inn .text_set {
    width: auto;
}
#pramade .case .case_info .inn .text_set .copy {
    font-size: 18px;
    margin: 0 0 20px;
}
#pramade .case .case_info .inn .text_set .rank {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 8px 5%;
}
#pramade .case .case_info .inn .text_set .simulation {
    font-size: 14px;
}
#pramade .case .case_info .inn .text_set .simulation p {
}
#pramade .case .case_info .inn .text_set .simulation p span {
}
#pramade .case .case_info .inn .img {
    width: auto;
}

#pramade .case .case_info2 .img {
    margin-bottom: 40px;
}
#pramade .case .case_info2 .copy {
    font-size: 18px;
    margin-bottom: 20px;
}
#pramade .case .case_info2 .inn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: flex-start;
}
#pramade .case .case_info2 .inn .rank {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 5%;
}
#pramade .case .case_info2 .inn .simulation {
    width: auto;
    font-size: 16px;
}
#pramade .case .case_info2 .inn .simulation p {
    font-weight: bold;
}
#pramade .case .case_info2 .inn .simulation p span {
    color: var(--main_color);
}



#pramade .case .reference_case {
    margin-bottom: 40px;
}
#pramade .case .reference_case .price_hikaku {
	flex-direction: column;
	gap: 20px;
    margin-bottom: 40px;
}
#pramade .case .reference_case .price_hikaku .price {
    width: auto;
}
#pramade .case .reference_case .price_hikaku .price table {
    margin-bottom: 15px;
}
#pramade .case .reference_case .price_hikaku .price table tr {
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table tr {
}
#pramade .case .reference_case .price_hikaku .price table tr:nth-child(odd) {
}
#pramade .case .reference_case .price_hikaku .price table th {
    padding: 10px 5%;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table th {
    background-color: var(--main_color);
}


#pramade .case .reference_case .price_hikaku .price table tr td {
    padding: 10px 5%;
}
#pramade .case .reference_case .price_hikaku .price table tr td:nth-child(even) {
}
#pramade .case .reference_case .price_hikaku .price .total {
	padding: 10px 5%;
	align-items: center;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total.really {
    border: solid 2px var(--main_color);
    color: var(--main_color);
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
#pramade .case .reference_case .price_hikaku .total span {
    font-size: 18px;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total.really li:nth-child(2) {
}
#pramade .case .reference_case:nth-child(2) .price_hikaku .price:nth-child(2) .total.really li:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    transform: rotate(-10deg);
    position: absolute;
    background-color: var(--main_color);
    top: 50%;
    left: 0;
}
#pramade .case .reference_case:nth-child(2) .price_hikaku .price:nth-child(2) .total.really li:nth-child(2):after {
    content: "";
    display: inline-block;
    background: url("../../images/mado1/arrow.png") no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 10px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 auto;
}
#pramade .case .reference_case .img2 {
    margin: 0 0 40px 0;
}
#pramade .case .reference_case .img2 .tani {
    text-align: right;
    padding: 0 0 5px 0;
    font-size: 12px;

}
#pramade .case .reference_case .img2 .notes {
    text-align: left;
    padding: 10px 0 0 0;
    font-size: 12px;
}



#pramade .arrow {
    max-width: 35px;
    margin: 0 auto 20px;
}
#pramade .bnr {
    margin-bottom: 40px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
#pramade .bnr img {
    vertical-align: bottom;
}
#pramade .ranking {
    margin-bottom: 40px;
}



#pramade .lineup {
    margin-bottom: 50px;
}
#pramade .lineup .ttl {
    font-size: 22px;
    margin-bottom: 10px;
}
#pramade .lineup .sttl {
    margin-bottom: 20px;
}
#pramade .lineup .sttl:before {
    height: 1px;
}
#pramade .lineup .sttl span {
    font-size: 18px;
    padding: 0 10px;
}
#pramade .lineup .type {
    margin-bottom: 40px;
    gap: 20px;
    flex-wrap: wrap;
}
#pramade .lineup .type li {
    width: calc(100% / 2 - 10px);
}
#pramade .lineup .type li p {
    margin: 20px 0 0 ;
    text-align: center;
    font-weight: bold;
}
#pramade .lineup .kome {
    font-size: 12px;
    text-align: left;
}




#pramade .color_ver ul {
    gap: 20px;
    flex-wrap: wrap;
}
#pramade .color_ver ul li {
    width: calc(100% / 2 - 10px);
}
#pramade .color_ver ul li p {
    margin: 10px 0 0;
}

}


/*=======================================
　sec_movie
=======================================*/

.sec_movie {
	margin-bottom: 156px;
}

.movie_area {
	width: 850px;
	margin: 0 auto;
}

.movie_area div {
	position: relative;
	padding-bottom: 56.25%;
}

.movie_area div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.movie_area {
		width: 100%;
	}

	.sec_movie {
		margin-bottom: 78px;
	}


}

/*=======================================
　帯追加
=======================================*/

.cont_obi {
	position: relative;
	bottom: 0;
	width: 100%;
	background: #2ABED4;
	background: linear-gradient(180deg, #2ABED4 0%, #1477CE 100%);
	padding: 45px 0 25px;
	text-align: center;
}

.cont_obi img {
	position: relative;
	bottom: 0;
	width: auto;
	max-width: 930px;
	margin: 0 auto;
}

.obi_area {
	max-width: 912px;
	margin: 0 auto 73px;
}
@media only screen and (max-width: 767px){
	.cont_obi {
	padding: 25px 0  15px;
}
.cont_obi img {
	bottom: 0;
    margin: 0 auto;
    display: block;
	width: 90%;
}
	.obi_area {
		max-width: 912px;
		margin: 0 auto 40px;
	}
}



/*=======================================
　muryo_st 2024.03.25追加
=======================================*/
#pramade .case .reference_case .muryo_st {
    margin: 0 0 20px 0;
}
#pramade .case .reference_case .muryo_st.kantou {
    margin: 0 0 50px 0;
}
#pramade .case .reference_case .muryo_st p {
    background: var(--main_color);
    color: #FFF;
    text-align: center;
    padding: 7px 5px 14px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#pramade .case .reference_case .muryo_st p .big1 {
    font-size: 45px;
}
#pramade .case .reference_case .muryo_st p .big2 {
    font-size: 32px;
}
#pramade .case .reference_case .muryo_st p .yellow {
    color: #FFF700;
}
#pramade .case .reference_case .muryo_st .notes {
    text-align: right;
    display: block;
    padding: 5px 0;
    font-size: 12px;
}
@media only screen and (max-width: 767px){
    #pramade .case .reference_case .muryo_st {
        margin: 0 0 20px 0;
    }
    #pramade .case .reference_case .muryo_st.kantou {
        margin: 0 0 20px 0;
    }
    #pramade .case .reference_case .muryo_st p {
        background: var(--main_color);
        color: #FFF;
        text-align: center;
        padding: 11px 5px 11px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.2;
    }
    #pramade .case .reference_case .muryo_st p .big1 {
        font-size: 30px;
    }
    #pramade .case .reference_case .muryo_st p .big2 {
        font-size: 24px;
    }
    #pramade .case .reference_case .muryo_st p .yellow {
        color: #FFF700;
    }
    #pramade .case .reference_case .muryo_st .notes {
        text-align: right;
        display: block;
        padding: 5px 0;
        font-size: 12px;
    }
}

/*=======================================
　accordion(関東の方の詳細部分) 2024.03.25追加
=======================================*/
.accordion {
    margin: 0 0 80px 0;
}
.accordion_container {

  }
  .accordion_title {
    background: #2ABED4;
background: linear-gradient(180deg, #2ABED4 0%, #1477CE 100%);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 5%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    margin: 0 auto;
    border-radius: 50px;
    max-width: 450px;
    box-shadow: 3px 4px 11px 4px rgba(0,0,0,0.3);
  }

  .accordion_title:hover {
    opacity: 0.8;
  }
  .icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .accordion .icon {
    display: block;
    width: 21px;
    height: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .accordion_title.open
  .icon_wrap {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .accordion .icon:before, .icon:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 21px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .accordion .icon:before {
    width: 3px;
    height: 21px;
    top: 0;
    left: 8px;
  }
  .accordion_title.open
  .icon_wrap .icon:before {
    content: none;
  }
  .accordion_title.open
  .icon_wrap .icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .accordion_inner {
    display: none;
    padding: 50px 0 0 0;
    box-sizing: border-box;
  }
  @media screen and (max-width: 1024px) {
    .accordion_title {
      font-size: 24px;
    }
    .icon_wrap {
      width: 30px;
      height: 30px;
      margin-top: -15px;
    }
  }
  @media screen and (max-width: 767px) {
    .accordion_title {
      font-size: 16px;
      /*! text-align: left; */
      padding: 15px 15px 15px 15px;
    }
  }


  /* 2024.08.08追加
  --------------------------------------------------------- */
/*=======================================
　共通
=======================================*/
.cmn_copy {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0.01em;
    line-height: 1.511;
    color: #005ab1;
    margin-bottom: 40.2px;
}
.cmn_copy02 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 1.666;
    color: #005ab1;
}
@media screen and (max-width: 767px) {
    .cmn_copy {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .cmn_copy02 {
        font-size: 20px;
        line-height: 1.5;
    }
}

/*=======================================
　#cause
=======================================*/
#cause h3 {
    margin-bottom: 99.7px;
}
#cause .cause_wrap {
    display: flex;
    flex-direction: column;
    gap: 102px;
    margin-bottom: 159px;
}
#cause .cause_wrap .item {
    display: flex;
    justify-content: space-between;
}
#cause .cause_wrap .item .txt_area {
    width: 48%;
}
#cause .cause_wrap .item .txt_area .sttl {
    font-weight: 700;
    font-size: 43px;
    letter-spacing: 0.01em;
    line-height: 1.581;
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative;
}
#cause .cause_wrap .item .txt_area p {
    line-height: 2;
}
#cause .cause_wrap .item .txt_area .sttl::before {
    content: "";
    width: 5px;
    height: 85%;
    display: inline-block;
    background: var(--main_color);
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}
#cause .cause_wrap .item .img_area {
    width: 45.67%;
}
#cause .cause_wrap .item_reverse {
    flex-direction: row-reverse;
}
#cause .red_box.box01 .copy {
    font-weight: 700;
    font-size: 43px;
    letter-spacing: 0.01em;
    line-height: 1.581;
    text-align: center;
    margin-bottom: 43px;
}
#cause .red_box.box01 .graph {
    max-width: 782.91px;
    margin: 0 auto 44.6px;
}
#cause .red_box p {
    line-height: 2;
}
#cause .red_box p span {
    color: #BB2929;
}
@media screen and (max-width: 767px) {
    #cause h3 {
        margin-bottom: 50px;
    }
    #cause .cause_wrap {
        gap: 50px;
        margin-bottom: 80px;
    }
    #cause .cause_wrap .item {
        flex-direction: column;
        gap: 30px;
    }
    #cause .cause_wrap .item .txt_area {
        width: 100%;
    }
    #cause .cause_wrap .item .txt_area .sttl {
        font-size: 25px;
        margin-bottom: 25px;
        padding-left: 20px;
    }
    #cause .cause_wrap .item .txt_area .sttl::before {
        width: 5px;
        height: 85%;
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
    }
    #cause .cause_wrap .item .img_area {
        width: 100%;
    }
    #cause .red_box.box01 .copy {
        font-size: 25px;
        margin-bottom: 20px;
    }
    #cause .red_box.box01 .graph {
        margin-bottom: 20px;
    }
}

/*=======================================
　POINT2 断熱性 graph_wrap
=======================================*/
.graph_wrap {
    display: flex;
    max-width: 937px;
    margin: 0 auto 56.7px;
    gap: 0 48.5px;
}
.graph_wrap .copy01 {
    width: fit-content;
}
.graph_wrap .graph {
    width: 37.13%;
}
@media screen and (max-width: 767px) {
.graph_wrap {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}
.graph_wrap .copy01 {
    width: 100%;
}
.graph_wrap .graph {
    width: 100%;
}	
}


/*=======================================
　POINT2 断熱性 low_E
=======================================*/
.low_E {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #EAF6FD;
    padding: 100px 0;
    margin-bottom: 156px;
}
.low_E .box_w {
    background: #fff;
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 49.8px;
}
.low_E h4 {
    margin-bottom: 60px;
}
.low_E p {
    max-width: 921px;
    width: 90%;
    margin: 0 auto 55.8px;
    line-height: 2;
}
.low_E .img02 {
    width: 94.97%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .low_E {
        padding: 50px 0;
        margin-bottom: 80px;
    }
    .low_E .box_w {
        padding-bottom: 49.8px;
    }
    .low_E h4 {
        margin-bottom: 30px;
    }
    .low_E p {
        margin-bottom: 25px;
    }
}

/*=======================================
　POINT2 断熱性 hikaku
=======================================*/
.hikaku {
    margin-bottom: 90px;
}
.hikaku .hikaku_wrap h4 {
    max-width: 986.13px;
    margin-bottom: 123px;
}
.hikaku .hikaku_wrap .item_wrap .item:first-of-type {
    /* margin-bottom: 60px; */
    padding-bottom: 46.5px;
}
.hikaku .hikaku_wrap .item_wrap .item:not(:last-of-type) {
    /* padding-bottom: 46.5px; */
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.hikaku .hikaku_wrap .item_wrap .item .item_inn {
    display: flex;
    justify-content: space-between;
}
.hikaku .hikaku_wrap .item_wrap .item .item_inn .left {
    width: 14.7%;
}
/* .hikaku .hikaku_wrap .item_wrap .item .item_inn .center {
    width: 38.62%;
    display: flex;
    flex-direction: column;
    gap: 48.7px;
} */
/* .hikaku .hikaku_wrap .item_wrap .item .item_inn .center p {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.4;
} */
/* .hikaku .hikaku_wrap .item_wrap .item .item_inn .center p span {
    font-size: 20px;
} */
.hikaku .hikaku_wrap .item_wrap .item .item_inn .right {
    width: 80.03%;
	display: flex;
	flex-direction: column;
	gap: 48.7px;
}
.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box {
    display: flex;
}
.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box > p {
    flex: 1;
	font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box > p span {
    font-size: 20px;
}
.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box .graph {
    width: 49.3%;
}
.hikaku .hikaku_wrap .item_wrap .item_bor {
    padding: 46.5px 50px;
    border-radius: 20px;
}
.hikaku .hikaku_wrap .item_wrap .item .copy {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.166;
    text-align: center;
}
.hikaku .hikaku_wrap .item_wrap .kome {
    text-align: right;
    margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
    .hikaku {
        margin-bottom: 60px;
    }
    .hikaku .hikaku_wrap h4 {
        margin-bottom: 60px;
    }
    .hikaku .hikaku_wrap .item_wrap .item:first-of-type {
        padding-bottom: 30px;
    }
    .hikaku .hikaku_wrap .item_wrap .item:not(:last-of-type) {
        /* padding-bottom: 25px; */
        margin-bottom: 30px;
        width: 100%;
    }
    .hikaku .hikaku_wrap .item_wrap .item .item_inn {
        flex-flow: wrap;
        gap: 40px 0;
    }
    .hikaku .hikaku_wrap .item_wrap .item .item_inn .left {
        width: 100%;
        margin: 0 auto;
    }
	.hikaku .hikaku_wrap .item_wrap .item .item_inn .left img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    /* .hikaku .hikaku_wrap .item_wrap .item .item_inn .center {
        width: 45%;
        gap: 10px;
    } */
    /* .hikaku .hikaku_wrap .item_wrap .item .item_inn .center p {
        font-size: 16px;
    } */
    /* .hikaku .hikaku_wrap .item_wrap .item .item_inn .center p span {
        font-size: 13px;
    } */
    .hikaku .hikaku_wrap .item_wrap .item .item_inn .right {
        width: 100%;
        gap: 45px;
    }
	.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box > p {
	    font-size: 20px;
	    text-align: center;
	}
	.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box > p span {
	    font-size: 16px;
	}
	.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box .graph {
	    width: 100%;
	}
    .hikaku .hikaku_wrap .item_wrap .item_bor {
        padding: 25px 5%;
    }
    .hikaku .hikaku_wrap .item_wrap .item .copy {
        font-size: 25px;
        margin-top: 30px;
        line-height: 1.5;
    }
    .hikaku .hikaku_wrap .item_wrap .kome {
        margin-top: 10px;
    }
}

/* 夏 */
.hikaku .hikaku_wrap.summer .item_wrap .item:first-of-type {
    border-bottom: 1px solid #BB2929;
}
.hikaku .hikaku_wrap .item_wrap .item .item_inn .right .hikaku_r_box .color {
    color: #005AB1;
}
.hikaku .hikaku_wrap.summer .item_wrap .item_bor {
    border: 3px solid #BB2929;
}
.hikaku .hikaku_wrap.summer .item_wrap .item .copy {
    color: #005AB1;
}
.hikaku .hikaku_wrap.summer .item_wrap .kome {
    margin-bottom: 120px;
}

/* 冬 */
.hikaku .hikaku_wrap.winter .item_wrap .item:first-of-type {
    border-bottom: 1px solid #005AB1;
}
.hikaku .hikaku_wrap.winter .item_wrap .item .item_inn .right .hikaku_r_box .color {
    color: #BB2929;
}
.hikaku .hikaku_wrap.winter .item_wrap .item_bor {
    border: 3px solid #005AB1;
}
.hikaku .hikaku_wrap.winter .item_wrap .item .copy {
    color: #BB2929;
}
.hikaku .hikaku_wrap.winter .item_wrap .kome {
    margin-bottom: 0;
}

/*=======================================
　POINT2 断熱性 showroom
=======================================*/
.showroom {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #EAF6FD;
    padding: 100px 0;
    margin-bottom: 138.2px;
    max-width: inherit;
}
.showroom .copy {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0.01em;
    line-height: 1.133;
    margin-bottom: 60.2px;
    text-align: center;
}
.showroom .copy span {
    font-size: 60px;
    color: #005AB1;
}
.showroom .showroom_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1121px;
    margin: 0 auto;
    width: 90%;
}
.showroom .showroom_wrap .left {
    width: 47.36%;
}
.showroom .showroom_wrap .left h4 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}
.showroom .showroom_wrap .left table {
    width: 100%;
}
.showroom .showroom_wrap .left table tbody tr:not(:last-child) {
    border-bottom: 1px solid #C4C4C4;
}
.showroom .showroom_wrap .left table tbody tr th {
    background: #E6E6E6;
    vertical-align: middle;
    width: 129.13px;
}
.showroom .showroom_wrap .left table tbody tr td {
    background: #fff;
    padding: 20px 30px;
    vertical-align: middle;
    /* line-height: 2.125; */
}
.showroom .showroom_wrap .right {
    width: 45.22%;
}
@media screen and (max-width: 767px) {
    .showroom {
        padding: 50px 0;
        margin-bottom: 70px;
    }
    .showroom .copy {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    .showroom .copy span {
        font-size: 35px;
    }
    .showroom .showroom_wrap {
    flex-direction: column;
    gap: 30px;
    }
    .showroom .showroom_wrap .left {
        width: 100%;
    }
    .showroom .showroom_wrap .left h4 {
        font-size: 20px;
    }
    .showroom .showroom_wrap .left table {
        width: 100%;
    }
    .showroom .showroom_wrap .left table tbody tr th {
        width: 80px;
    }
    .showroom .showroom_wrap .left table tbody tr td {
        padding: 10px 15px;
    }
    .showroom .showroom_wrap .right {
        width: 100%;
    }
}

/*=======================================
　POINT2 断熱性 kaiteki
=======================================*/
.kaiteki {
    margin-bottom: 108.4px;
}
.kaiteki .item {
    display: flex;
    justify-content: space-between;
}
.kaiteki .item_intro {
    margin-bottom: 103.3px;
}
.kaiteki .item_intro .txt_area {
    width: 46.65%;
}
.kaiteki .item_intro .txt_area .copy {
    margin-bottom: 40.2px;
}
.kaiteki .item_intro .txt_area p {
    line-height: 2;
}
.kaiteki .item_intro .img_area {
    width: 41.65%;
    margin-right: 39px;
}
.kaiteki .item_medical {
    border-radius: 20px;
    background: #f5f5f5;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    padding:  80.8px 50px 79.2px 80px;
}
.kaiteki .item_medical .txt_area {
    width: 46.04%;
}
.kaiteki .item_medical .txt_area .copy {
    margin-bottom: 50px;
}
.kaiteki .item_medical .txt_area p {
    line-height: 2;
}
.kaiteki .item_medical .txt_area .copy p {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.01em;
    background: #fff;
    display: inline;
    padding: 7.8px 17px 7.2px;
    line-height: 1.7;
}
.kaiteki .item_medical .txt_area .copy span {
    font-size: 45px;
    color: #005AB1;
}
.kaiteki .item_medical .img_area {
    width: 47.8125%;
}
@media screen and (max-width: 767px) {
    .kaiteki {
        margin-bottom: 60px;
    }
    .kaiteki .item {
    flex-direction: column-reverse;
    }
    .kaiteki .item_intro {
        margin-bottom: 50px;
        flex-direction: column;
        gap: 20px;
    }
    .kaiteki .item_intro .txt_area {
        width: 100%;
    }
    .kaiteki .item_intro .txt_area .copy {
        margin-bottom: 40.2px;
    }
    .kaiteki .item_intro .img_area {
        width: 100%;
        margin-right: 0;
    }
    .kaiteki .item_medical {
        padding: 40px 5%;
    }
    .kaiteki .item_medical .txt_area {
        width: 100%;
    }
    .kaiteki .item_medical .txt_area .copy {
        margin-bottom: 25px;
    }
    .kaiteki .item_medical .txt_area .copy p {
        font-size: 20px;
        padding: 5px 4%;
    }
    .kaiteki .item_medical .txt_area .copy span {
        font-size: 30px;
    }
    .kaiteki .item_medical .img_area {
        width: 100%;
    }
}

/*=======================================
　POINT2 断熱性 uv_cut
=======================================*/
.uv_cut .midashi01 {
    display: block;
    margin: 0 auto 10px;
    max-width: 822px;
    margin: 0 auto;
}
.uv_cut .midashi01 h4 {
    margin-bottom: 10px;
}
.uv_cut > p {
    max-width: 822px;
    margin: 0 auto 45px;
}
.uv_cut .uv_cut_wrap .item:nth-child(1),
.uv_cut .uv_cut_wrap .item:nth-child(2) {
    max-width: 822px;
    margin: 0 auto;
}
.uv_cut .uv_cut_wrap .item:nth-child(1) {
    margin-bottom: 74px;
}
.uv_cut .uv_cut_wrap .item:nth-child(2) {
    margin-bottom: 103.1px;
}
.uv_cut .uv_cut_wrap .item:nth-child(3) {
    margin-bottom: 78.8px;
}
.uv_cut .uv_cut_wrap .item .item_wrap {
    display: flex;
    justify-content: space-between;
}
.uv_cut .uv_cut_wrap .item .item_wrap .txt_area {
    width: 42.7%;
}
.uv_cut .uv_cut_wrap .item .item_wrap .txt_area p {
    line-height: 2;
}
.uv_cut .uv_cut_wrap .item .item_wrap .txt_area .cmn_copy02 {
    margin-bottom: 25px;
}
.uv_cut .uv_cut_wrap .item .item_wrap .img_area {
    width: 50.72%;
}
.uv_cut .uv_cut_wrap .red_box {
    padding-top: 83.8px;
}
.uv_cut .uv_cut_wrap .red_box .cmn_copy02 {
    margin-bottom: 49.7px;
}
.uv_cut .uv_cut_wrap .red_box .red_box_wrap {
    display: flex;
    justify-content: space-between
}
.uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area {
    width: 48.07%;
}
.uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area p {
    line-height: 2;
}
.uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area > p {
    margin-bottom: 36.3px;
}
.uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area .box_g {
    border-radius: 20px;
    background: #f5f5f5;
    padding: 35.5px;
}
.uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area .box_g p span {
    color: #BB2929;
}
.uv_cut .uv_cut_wrap .red_box .red_box_wrap .img_area {
    width: 46.8%;
}
@media screen and (max-width: 767px) {
    .uv_cut .midashi01 {
        display: block;
        margin-bottom: 10px;
    }
    .uv_cut > p {
        margin-bottom: 45px;
    }
    .uv_cut .uv_cut_wrap .item:nth-child(1),
    .uv_cut .uv_cut_wrap .item:nth-child(2) {
        max-width: 822px;
        margin: 0 auto;
    }
    .uv_cut .uv_cut_wrap .item:nth-child(1) {
        margin-bottom: 74px;
    }
    .uv_cut .uv_cut_wrap .item:nth-child(2) {
        margin-bottom: 50px;
    }
    .uv_cut .uv_cut_wrap .item:nth-child(3) {
        margin-bottom: 40px;
    }
    .uv_cut .uv_cut_wrap .item .item_wrap {
    flex-direction: column;
    gap: 30px;
    }
    .uv_cut .uv_cut_wrap .item .item_wrap .txt_area {
        width: 100%;
    }
    .uv_cut .uv_cut_wrap .item .item_wrap .txt_area .cmn_copy02 {
        margin-bottom: 15px;
    }
    .uv_cut .uv_cut_wrap .item .item_wrap .img_area {
        width: 100%;
    }
    .uv_cut .uv_cut_wrap .red_box {
        padding-top: 5%;
    }
    .uv_cut .uv_cut_wrap .red_box .cmn_copy02 {
        margin-bottom: 25px;
    }
    .uv_cut .uv_cut_wrap .red_box .red_box_wrap {
    flex-direction: column;
    gap: 30px;
    }
    .uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area {
        width: 100%;
    }
    .uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area p {
        line-height: 2;
    }
    .uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area > p {
        margin-bottom: 20px;
    }
    .uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area .box_g {
        padding: 15px 5%;
    }
    .uv_cut .uv_cut_wrap .red_box .red_box_wrap .txt_area .box_g p span {
        color: #BB2929;
    }
    .uv_cut .uv_cut_wrap .red_box .red_box_wrap .img_area {
        width: 100%;
    }
}

/*=======================================
　POINT4 防音性 bouon
=======================================*/
.TextItem__iframeWrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.TextItem__iframeWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.TextItem__image__caption {
    margin-top: 16px;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5;
}

/*aori*/
.aori{
	text-align: center;
	margin: 3%;
}

/*award */
.plamadou_award {
    border: 4px solid #ba9d61;
    margin: 190px auto 100px;
    padding: 0 55px 55px;
}
.plamadou_award .award_title {
    width: 80%;
    max-width: 710px;
    margin: -70px auto 30px;
    padding: 0 30px;
    background: #fff;
}
.plamadou_award .award_badge {
    width: 85%;
    max-width: 745px;
    margin: 0 auto 15px;
}
.plamadou_award .flex_area {
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    display: flex;
}
.plamadou_award .text_small {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    padding: 0 30px;
}
.plamadou_award .text_small:before {
    content: "";
    background: url(../../images/top/icon_crown.jpg) no-repeat 50% 50%;
    width: 25px;
    height: 20px;
    background-size: 25px;
    position: absolute;
    top: 56%;
    left: -2px;
    transform: translateY(-50%);
}
.plamadou_award .text_small .red01 {
    color: var(--main_color);
    font-size: 20px;
}
.plamadou_award p.text {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
.plamadou_award {
    border: 2px solid #ba9d61;
    margin: 80px auto 50px;
    padding: 0 15px 15px;
}
.plamadou_award .award_title {
    width: 100%;
    margin: -30px auto 10px;
    padding: 0 10px;
}
.plamadou_award .award_badge {
    width: 100%;
    margin: 0 auto 20px;
}
.plamadou_award .flex_area {
    display: none;
}
.plamadou_award p.text {
    font-size: 10px;
}






}

/* 2025/8/26追加
--------------------------------------------------------- */

.news {
	text-align: center;
	margin: 60px auto;
}

.news .red01 {
    color: #bb2929;
}

.news .news_title {
	font-size: 44px;
    line-height: 1.75;
	font-weight: 700;
	margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid;
}

.news div {
	position: relative;
	display: inline-block;
}

.news div p {
    padding: 0 40px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news p.textSmall {
    font-size: 22px;
	font-weight: 600;
}

.news div p .textBig {
    font-size: 40px;
}

.news div p:before {
    position: absolute;
    left: 0;
    bottom: 9px;
    content: "";
    width: 2px;
    height: 60%;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
}
     
.news div p:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 9px;
    width: 2px;
    height: 60%;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}

.news p.mb40 {
	margin-bottom: 40px;
}

.news .btn01 {
	margin-top: 50px;
}

.news .btn01 a {
	background: #bb2929;
}

.news .btn_area_req {
	width: 90%;
    max-width: 1120px;
    display: flex;
    justify-content: center;
    gap: 4%;
	position: inherit;
	margin: 0 auto 100px;
}

.news .btn_req {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
.news .btn_free {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}

.news p.annotation {
	text-align: left;
	font-size: 12px;
}


@media only screen and (max-width: 767px){
	
	.news {
		margin: 20px auto 0;
	}

	.news .news_title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.news div p {
		padding: 0 10px;
		font-size: 16px;
	}
	
	.news p.textSmall {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.news div p .textBig {
		font-size: 22px;
	}

	.news div p:before {
		height: 2.8em;

	}

	.news div p:after {
		height: 2.8em;
	}
	
	.news .btn01 {
		margin-top: 30px;
	}	
	
	.news p.mb40 {
		margin-bottom: 15px;
	}
	
	.news .btn_area_req {
		margin: 0 auto 40px;
	}	

    .news .btn_req {
        width: 100%;
        margin: 5% auto;
    }	
	
	.news .btn_free {
        width: 100%;
        margin: 0 auto;
    }

	.news p.annotation {
		font-size: 10px;
		margin-bottom: 60px;
	}	
}

@media only screen and (max-width: 320px){
	.news div p {
		letter-spacing: 0.5px;
	}

	
}









