@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {

	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
		padding: 0 10px;
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
	.main_top_in img {
		width: 100%;
		height: auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
	.main_top_in img {
		width: 100%;
		height: auto;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	注意喚起バナー

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.banner_1 {
		margin-top: 30px;
		margin-bottom: 55px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.banner_1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}





/* ================================================================================

	シュミレーション

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.simulation {
		margin-bottom: 0 !important;
	}
	.gaisan {
		background-color: #fff;
		padding: 30px;
	}
	.gaisan_title {
		margin-bottom: 16px;
	}
	.gaisan_q{
		font-size: 1.5em;
		padding: 15px 30px;
		background-color: #13305F;
		color: #fff;
		font-weight: 900;
		border-radius: 10px;
		width: 20vw !important;
		text-align: center;
		z-index: 2;
        margin-left: 15px;
	}
	.gaisan_text {
		padding: 48px 40px 30px;
		background-color: #FCF400;
		border: 3px solid #14305F;
		margin-top: -50px;
	}
	.simulation_img {
		max-width: 230px !important;
		text-align: center;
		margin: 0 auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.simulation {
		margin-bottom: 0 !important;
	}
	.gaisan {
		background-color: #fff;
		padding: 20px 15px;
	}
	.gaisan_title {
		margin-bottom: 10px !important;
	}
	.gaisan_q{
		font-size: 4vw;
        padding: 10px 15px;
        background-color: #13305F;
        color: #fff;
        font-weight: 900;
        border-radius: 5px;
        width: 60vw !important;
        text-align: center;
        z-index: 2;
        margin: 0 auto;
	}
	.gaisan_text {
		padding: 31px 10px 15px;
        background-color: #FCF400;
        border: 3px solid #14305F;
        margin-top: -40px;
	}
	.simulation_img {
		max-width: 150px !important;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;

	}
}





/* ================================================================================

	ハローペイントは塗装屋育ちの外装・リフォーム専門店です！

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_about {
		background: url(../img/pc/syokai_bc.png) center top / cover no-repeat;
		padding: 10px 0 30px;
	}
	.about_text{
		width: 350px !important;
        display: inline-block;
	}
	.top_about_text {
		background: url(../img/pc/syokai_2.png) center top / contain no-repeat;
		width: 350px;
		padding: 90px 20px;
		text-align: center;
		color: #13305F;
		font-weight: 900;
		display: inline-block;
		font-size: 1.5em;
		line-height: 1.4;
	}
	.top_about_text span{
		color: #D9044E;
		font-weight: 900;
	}
	.top_about_content {
		position: relative;
	}
	.top_about_content:after {
		content: "";
		background: url(../img/pc/syokai_3.png) center top / contain no-repeat;
		width: 235px;
		height: 277px;
		position: absolute;
		right: 0;
		bottom: -30px;
        transform: translateX(50%);

	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_about {
		background: url(../img/sp/syokai_bc_sp.png) center top / cover no-repeat;
		padding: 20px 10px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.about_text{
        display: inline-block;
		text-align: right;
		margin-bottom: 0 !important;
	}
	.top_about_text {
		background: url(../img/pc/syokai_2.png) center top / contain no-repeat;
        /* width: 250px;
        padding: 60px 0px; */
		width: 60vw;
        padding: 16vw 7vw;
        text-align: center;
        color: #13305F;
        font-weight: 900;
        display: inline-block;
        font-size: 4vw;
        line-height: 1.4;
	}
	.top_about_text span{
		color: #D9044E;
		font-weight: 900;
	}
	.top_about_content {
		position: relative;
	}
	.top_about_content:after {
		content: "";
		background: url(../img/pc/syokai_3.png) center top / contain no-repeat;
		width: 35vw;
        height: 44vw;
        position: absolute;
        right: 0;
        bottom: -30px;
        transform: translateX(40%);

	}
}





/* ================================================================================

	塗装工事で電気代と部屋の温度を下げられるのを知っていますか？

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_kodawari {
		padding: 100px;
		background: url(../img/pc/kodawari_bc.png) center top / cover no-repeat;
		position: relative;
	}
	.top_kodawari::before {
		content: "";
		background: url(../img/pc/kodawari_3.png) center top / contain no-repeat;
		position: absolute;
		width: 450px;
		height: 430px;
		bottom:0;
		right: 14vw;
	}
	.kodawari_title {
		width: 80% !important;
	}
	.kodawari_title img {
		width: 100%;
		height: auto;
	}
	.kodawari_text {
		color: #fff;
		margin-top: 0px !important;
		margin-bottom: 0 !important;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.top_kodawari {
		padding: 100px;
		background: url(../img/pc/kodawari_bc.png) center top / cover no-repeat;
		position: relative;
		padding: 40px 10px 70vw;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.top_kodawari::before {
		content: "";
		background: url(../img/pc/kodawari_3.png) center top / contain no-repeat;
		position: absolute;
		width: 70vw;
        height: 65vw;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
	}

	.kodawari_title img {
		width: 100%;
		height: auto;
	}
	.kodawari_text {
		color: #fff;
		margin-top: 0px !important;
		margin-bottom: 0 !important;
	}
	.kodawari_text_wrap {
		margin-bottom: 0 !important;
	}
}





/* ================================================================================

	コミコミパック

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.top_pac {
		padding: 60px 0 100px;
		background: url(../img/pc/blue_bc.png) center top / cover no-repeat;
	}
	.top_pac_title {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.pac_name {
		font-size: 1.2em;
		text-align: center;
		padding: 20px;
		margin-bottom: 0 !important;
	}
	.pac_content {
		background-color: #fff;
		font-size: 1.2em;
		padding: 35px 25px 0;
	}
	.pac_content1 {
		padding: 25px 60px;
	}
	.pac_box {
		margin: 10px;
	}
	.pac_sub_text {
		color: #fff;
		line-height: 1.4;
		margin: 15px 0 30px;
	}
	.breadth_text {
		color: #000000;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}
	.plan_price {
		color: #d92a2a;
		font-size: 125px;
		font-weight: 700;
		margin-top: -50px;
		text-align: center;
	}
	.plan_price span {
		color: #13305F;
		font-size: 24px;
		font-weight: 700;
	}

	/* お任せください！ */
	.omakase_title {
		font-size: 2em;
		padding: 20px 55px;
		background-color: #13305F;
		border: 3px solid #fff;
		border-radius: 10px;
		color: #fff;
		margin-bottom: -40px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
		text-align: center;
		width: 90% !important;
	}
	.omakase_content {
		background-color: #FCF400;
		padding: 67px 3vw 45px;
		border-radius: 10px;
		z-index: 1;
	}
	.omakase_item {
		width: 98%;
	}
	.omakase_item ul li {
		font-size: 1.65vw;
		position: relative;
		padding-left: 36px;
	}
	.omakase_item ul li::before {
		position: absolute;
		content: "";
		width: 30px;
		height: 23px;
		background: url(../img/check_mark.png) center top / cover no-repeat;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.breadth_text {
		color: #000000;
		font-size: 5vw;
		font-weight: 700;
	}
	
	.plan_price {
		color: #d92a2a;
		font-size: 20vw;
		font-weight: 700;
		margin-top: -7vw;
	}
	.plan_price span {
		color: #13305F;
		font-size: 7vw;
		font-weight: 700;
	}
	.top_pac {
		padding: 40px 10px;
		background: url(../img/pc/blue_bc.png) center top / cover no-repeat;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.top_pac_title {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.pac_name {
		font-size: 5vw;
		text-align: center;
		padding: 20px;
		margin-bottom: 0 !important;
	}
	.pac_content {
		background-color: #fff;
        font-size: 4vw;
        padding: 25px 25px 0;
        text-align: center;
	}
	.pac_content1 {
		padding: 15px 20px;
		text-align: left;
	}
	.pac_box {
		margin: 10px;
	}
	.pac_sub_text {
		color: #fff;
		line-height: 1.4;
		margin: 15px 0 30px;
	}

	/* お任せください！ */
	.omakase_title {
		font-size: 5vw;
        padding: 15px 10px;
		background-color: #13305F;
		border: 3px solid #fff;
		border-radius: 10px;
		color: #fff;
		margin-bottom: -40px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
		text-align: center;
		width: 90% !important;
	}
	.omakase_title h2 {
		line-height: 1.4;
	}
	.omakase_content {
		background-color: #FCF400;
		padding: 50px 3vw 30px;
		border-radius: 10px;
		z-index: 1;
	}
	.omakase_item {
		width: 98%;
	}
	.omakase_item > div {
		padding: 0 10px !important;
	}
	.omakase_item ul li {
		font-size: 4.5vw;
		position: relative;
		padding-left: 36px;
	}
	.omakase_item ul li::before {
		position: absolute;
		content: "";
		width: 30px;
		height: 23px;
		background: url(../img/check_mark.png) center top / cover no-repeat;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* ================================================================================

	施工事例

================================================================================ */
@media (min-width: 768px) {
	
	/* セクション */
	.re_works_row {
		padding: 100px 0;
	}
	
	/* インナーセクション */
	.works_row_in {
		margin-top: 15px !important;
	}
	
	/* 見出し */
	.h2_works h2 {
		text-align: center;
		color: #13305F;
		font-size: 43px;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* 施工事例 */
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap ul li {
		display: inline-block;
		width: 310px;
		margin-left: 15px;
		text-align: left;
		padding: 5px 5px 25px;
		background-color: #fff;
	}
	.works_wrap ul li:first-of-type {
		margin-left: 0;
	}
	
	/* サムネイル */
	.works_thumb {
		margin-bottom: 10px;
	}
	.works_thumb img {
		width: 310px;
		height: 250px;
		object-fit: cover;
	}
	
	/* 日付 */
	.works_date {
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		padding: 0 10px;
	}
	
	/* 施工事例 見出し */
	.works_title a {
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		padding: 0 10px;
	}
	
	/* ボタン */
	.works_btn_box {
		margin-top: 60px;
	}
	
	.works_btn ul {
		font-size: 0;
		text-align: center;
	}
	.works_btn ul li {
		display: inline-block;
		margin-left: 15px;
		font-weight: 400;
	}
	.works_btn ul li:first-of-type {
		margin-left: 0;
	}
	
	.works_btn ul li a {
		position: relative;
		color: #13305F;
		background-color: #FCF400;
		font-weight: 400;
		font-size: 23px;
		border-radius: 42px;
		display: block;
		width: 382px;
		padding: 20px 0 24px 15px;
	}
	.works_btn ul li a:before {
		position: absolute;
		content: '';
		background: url(../img/btn_b.png) center top / contain no-repeat;
		width: 26px;
		height: 37px;
		left: 30px;
		top: 50%;
		margin-top: -18.5px;
		z-index: 1;
	}
	
	a.btn--yellow.btn--cubic {
		  border-bottom: 8px solid #be8f00;
		}

	a.btn--yellow.btn--cubic:hover {
		  border: 2px solid #103756;
		  color:#103756;
		  background-color: #fff;
		  margin-top: 3px;
		  border-bottom: 2px solid #103756;

		}

	a.btn--radius {
		  border-radius: 100vh;
		}

		.fa-position-right {
		  position: absolute;
		  top: calc(50% - .5em);
		  right: 1rem;
		}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* セクション */
	.re_works_row {
		padding: 40px 0;
	}
	
	/* インナーセクション */
	.works_row_in {
		margin-top: 15px !important;
		margin-bottom: 0 !important;
	}
	
	/* 見出し */
	.h2_works {
		margin-bottom: 0 !important;
	}
	.h2_works h2 {
		text-align: center;
		color: #13305F;
		font-size: 6vw;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* 施工事例 */
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap ul li {
		display: inline-block;
		width: 100%;
		/* margin-left: 15px; */
		margin-bottom: 15px;
		text-align: left;
		padding: 5px 5px 25px;
		background-color: #fff;
	}
	.works_wrap ul li:first-of-type {
		margin-left: 0;
	}
	
	/* サムネイル */
	.works_thumb {
		margin-bottom: 10px;
	}
	.works_thumb img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	
	/* 日付 */
	.works_date {
		display: inline-block;
		font-size: 4.5vw;
		font-weight: 500;
		padding: 0 10px;
	}
	
	/* 施工事例 見出し */
	.works_title a {
		display: block;
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4;
		padding: 0 10px;
	}
	
	/* ボタン */
	.works_btn_box {
		margin-top: 60px;
	}
	
	.works_btn ul {
		font-size: 0;
		text-align: center;
	}
	.works_btn ul li {
		display: inline-block;
		margin-left: 15px;
		font-weight: 400;
	}
	.works_btn ul li:first-of-type {
		margin-left: 0;
	}
	

}
/* ================================================================================

	施工エリア

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.area {
		background-color: #13305F;
		padding: 60px 0;
	}
	.area_title {
		text-align: center;
		color: #fff;
		font-size: 2.8vw;
		line-height: 1.4;
		letter-spacing: 0.04em;	
		margin-bottom: 30px !important;
	}
	.area_text {
		font-size: 1.75vw;
		color: #fff;
		text-align: center;
		padding: 50px 10px;
		border: 3px solid #fff;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.area {
		background-color: #13305F;
		padding: 40px 10px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.area_title {
		text-align: center;
		color: #fff;
		font-size: 6vw;
		line-height: 1.4;
		letter-spacing: 0.04em;	
		margin-bottom: 20px !important;
	}
	.area_text {
		font-size: 4.5vw;
		color: #fff;
		text-align: center;
		padding: 40px 10px;
		border: 3px solid #fff;
	}
}


/* ================================================================================

	キャンペーン

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.campaign {
		background: url(../img/pc/campaign_bc.png) center top / cover no-repeat;
		position: relative;
		padding: 30px 0 0;
	}
	.campaign_text {
		padding: 20px;
		background-color: rgba(19,48,95,0.7);
		color: #fff;
		font-weight:700;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.campaign {
		background: url(../img/pc/campaign_bc.png) center top / cover no-repeat;
		position: relative;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		padding: 20px 0px 0;
	}
	.campaign_text {
		padding: 15px;
		background-color: rgba(19,48,95,0.7);
		color: #fff;
		font-weight:700;
	}
	.campaign_img {
		width: 50% !important;
		margin: 0 auto;
	}
}

/* ================================================================================

	お知らせ

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* セクション */
	.re_topics_row {
		padding: 108px 0;
		background: url(../img/pc/blue_bc.png) center top / cover no-repeat;
	}
	
	/* インナーセクション */
	.topics_row_in {
		margin-top: 15px !important;
	}
	
	/* 見出し */
	.h2_topics h2 {
		text-align: center;
		color: #fff;
		font-size: 43px;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}
	
	/* お知らせ・トピックス */
	.topics_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.topics_wrap ul li {
		display: inline-block;
		width: 310px;
		margin-left: 15px;
		text-align: left;
		padding: 5px 5px 25px;
		background-color: #fff;
	}
	.topics_wrap ul li:first-of-type {
		margin-left: 0;
		
	}
	
	/* サムネイル */
	.topics_thumb {
		margin-bottom: 10px;
	}
	.topics_thumb img {
		width: 310px;
		height: 250px;
		object-fit: cover;
	}
	
	/* カテゴリー */
	.topics_icon_box {
		display: inline-block;
		padding: 2px 10px;
		min-width: 84px;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		text-shadow: #5c5c5c 2px 2px 10px;
		background-color: #86EBE5;
		text-align: center;
		white-space: nowrap;
	}
	
	/* 日付 */
	.topics_date {
		display: inline-block;
		font-size: 18px;
		font-weight: 500;
		margin-left: 10px;
	}
	
	/* お知らせ・トピックス 見出し */
	.topics_title a {
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		margin-top: 5px;
	}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
/* セクション */
.re_topics_row {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 40px 10px;
	background: url(../img/pc/blue_bc.png) center top / cover no-repeat;
}

/* インナーセクション */
.topics_row_in {
	margin-top: 15px !important;
}

/* 見出し */
.h2_topics {
	margin-bottom: 0 !important;
}
.h2_topics h2 {
	text-align: center;
	color: #fff;
	font-size: 6vw;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

/* お知らせ・トピックス */
.topics_wrap ul {
	font-size: 0;
	text-align: center;
}
.topics_wrap ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	padding: 5px 5px 25px;
	background-color: #fff;
}
.topics_wrap ul li:first-of-type {
	margin-left: 0;
	
}

/* サムネイル */
.topics_thumb {
	margin-bottom: 10px;
}
.topics_thumb img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

/* カテゴリー */
.topics_icon_box {
	display: inline-block;
	padding: 2px 10px;
	min-width: 84px;
	font-size: 4.6vw;
	font-weight: 700;
	color: #ffffff;
	text-shadow: #5c5c5c 2px 2px 10px;
	background-color: #86EBE5;
	text-align: center;
	white-space: nowrap;
}

/* 日付 */
.topics_date {
	display: inline-block;
	font-size: 4.6vw;
	font-weight: 500;
	margin-left: 10px;
}

/* お知らせ・トピックス 見出し */
.topics_title a {
	display: block;
	font-size: 4.6vw;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 5px;
}
}

/* ================================================================================

	YouTube

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* セクション */
	.re_youtube_row {
		background: url(../img/pc/youtube_bc.png) center top / cover no-repeat;
		color: #ffffff;
		font-weight: 900;
		padding: 90px 0;
	}
	
	/* 見出し */
	.youtube_title {
		width: 680px !important;
		margin: 0 auto;
	}
	
	/* インナーセクション */
	.youtube_row_in {
		margin-top: 35px;
	}
	
	/* 動画iframe */
	.youtube_left {
		margin-right: 40px;
		border: 5px solid #fff;
	}
	.youtube_left iframe {
		height: 302px;
	}
	
	/* テキスト */
	.youtube_text {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
	}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.re_youtube_row {
		background: url(../img/pc/youtube_bc.png) center top / cover no-repeat;
		color: #ffffff;
		font-weight: 900;
		padding: 14vw 10px 16vw;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.re_youtube_row:after {
		position: absolute;
		content: '';
		background: url(../img/youtube_hama.png) center top / contain no-repeat;
		width: 256px;
		height: 258px;
		bottom: 0;
		left: 50%;
		margin-left: 348px;
	}
	
	/* 見出し */
	.youtube_title {
		margin: 0 6vw;
	}
	
	/* インナーセクション */
	.youtube_row_in {
		margin-top: 6vw;
	}
	
	/* 動画iframe */
	.youtube_left {
		margin: 0 6vw;
	}
	.youtube_left iframe {
		height: 60vw;
	}
	
	/* テキスト */
	.youtube_text {
		font-weight: 700;
		margin: 6vw 6vw 0;
	}
}

/* ================================================================================

	違い

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* セクション */
	.re_costcut_row {
		padding: 90px 0;
	}
	
	/* 見出し */
	.costcut_title {
		max-width: 800px;
		margin: 0 auto;
	}
	
	
	/* 自社施工しない塗装店 */
	.costcut_left {
		margin-right: 2px;
	}
	.costcut_left:after {
		position: absolute;
		content: '';
		background: url(../img/pc/chigai_4.png) center top / contain no-repeat;
		width: 345px;
		height: 257px;
		bottom: -12px;
		left: -80px;
	}
	
	/* 自社施工しない塗装店 見出し */
	.h3_costcut01 {
		text-align: center;
		background-color: #13305F;
		color: #ffffff;
		padding: 34px 0;
		margin-bottom: 0 !important;
	}
	.h3_costcut01 h3 {
		font-size: 25px;
		font-weight: 900;
		letter-spacing: 0.05em;
	}
	
	/* 自社施工しない塗装店 グラフ */
	.costcut_example01 {
		background-color: #ffffff;
		padding: 35px 0;
		text-align: center;
		border: 3px solid #14305F;
	}
	.costcut_example01 img {
		width: 274px;
	}
	
	/* ハローペイント */
	.costcut_right:after {
		position: absolute;
		content: '';
		background: url(../img/pc/chigai_5.png) center top / contain no-repeat;
		width: 200px;
        height: 267px;
        bottom: 0;
        right: -41px;
	}

	/* ハローペイント 見出し */
	.h3_costcut02 {
		text-align: center;
		background-color: #13305F;
		padding: 17px 0;
		margin-bottom: 0 !important;
	}
	.h3_costcut02 img {
		width: 175px;
	}
	
	/* ハローペイント グラフ */
	.costcut_example02 {
		text-align: center;
		background-color: #FCF400;
		border: 3px solid #14305F;
		background-size: 40px 40px;
		padding: 35px 0;
	}
	.costcut_example02 img {
		width: 274px;
	}
	
	/* コストカット テキスト */
	.costcut_text {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		color: #13305F;
		margin: 34px 0 0 !important;
		line-height: 1.4;

	}
	
	/* ボタン */
	.costcut_btn {
		margin-top: 39px;
	}
	.costcut_btn a {
		position: relative;
		display: block;
		width: 695px;
		background-color: #d92a2a;
		border-radius: 40px;
		color: #ffffff;
		font-weight: 900;
		text-align: center;
		font-size: 30px;
		margin: 0 auto;
		padding: 15px 0;
	}
	
		a.btn--brown.btn--cubic {
		  border-bottom: 5px solid #9f000c;
		}

		a.btn--brown.btn--cubic:hover {
		   border: 2px solid #d92a2a;
		  color:#d92a2a;
		  background-color: #fff;
		  margin-top: 3px;
		  border-bottom: 2px solid #9f000c;

		}

		a.btn--radius {
		  border-radius: 100vh;
		}

		.fa-position-right {
		  position: absolute;
		  top: calc(50% - .5em);
		  right: 1rem;
		}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
/* セクション */
.re_costcut_row {
	padding: 40px 0;
}

/* 見出し */
.costcut_title {
	max-width: 800px;
	margin: 0 auto;
}


/* 自社施工しない塗装店 */
.costcut_left {
	margin-right: 2px;
}
.costcut_left:after {
	position: absolute;
	content: '';
	background: url(../img/pc/chigai_4.png) center top / contain no-repeat;
	width: 65vw;
	height: 50vw;
	bottom: -12px;
	left: -67px;
}

/* 自社施工しない塗装店 見出し */
.h3_costcut01 {
	text-align: center;
	background-color: #13305F;
	color: #ffffff;
	padding: 34px 0;
	margin-bottom: 0 !important;
}
.h3_costcut01 h3 {
	font-size: 5vw;
	font-weight: 900;
	letter-spacing: 0.05em;
}

/* 自社施工しない塗装店 グラフ */
.costcut_example01 {
	background-color: #ffffff;
	padding: 20px 0;
	text-align: center;
	border: 3px solid #14305F;
}
.costcut_example01 img {
	width: 150px;
}

/* ハローペイント */
.costcut_right:after {
	position: absolute;
	content: '';
	background: url(../img/pc/chigai_5.png) center top / contain no-repeat;
	width: 65vw;
	height: 50vw;
	bottom: 0px;
	right: -67px;
}

/* ハローペイント 見出し */
.h3_costcut02 {
	text-align: center;
	background-color: #13305F;
	padding: 17px 0;
	margin-bottom: 0 !important;
}
.h3_costcut02 img {
	width: 175px;
}

/* ハローペイント グラフ */
.costcut_example02 {
	text-align: center;
	background-color: #FCF400;
	border: 3px solid #14305F;
	background-size: 40px 40px;
	padding: 35px 0;
}
.costcut_example02 img {
	width: 150px;
}

/* コストカット テキスト */
.costcut_text {
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
	color: #13305F;
	margin: 34px 0 0 !important;
	line-height: 1.4;

}

/* ボタン */
.costcut_btn {
	margin-top: 39px;
}
.costcut_btn a {
	position: relative;
	display: block;
	width: 695px;
	background-color: #d92a2a;
	border-radius: 40px;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	padding: 15px 0;
}

	a.btn--brown.btn--cubic {
	  border-bottom: 5px solid #9f000c;
	}

	a.btn--brown.btn--cubic:hover {
	   border: 2px solid #d92a2a;
	  color:#d92a2a;
	  background-color: #fff;
	  margin-top: 3px;
	  border-bottom: 2px solid #9f000c;

	}

	a.btn--radius {
	  border-radius: 100vh;
	}

	.fa-position-right {
	  position: absolute;
	  top: calc(50% - .5em);
	  right: 1rem;
	}
}

/* ================================================================================

	タイミング

================================================================================ */
/* PC設定
----------------------------------------------- */
	

@media (min-width: 768px) {
	.change_title h2{
		font-size: 2.8vw;
		color: #13305F;
		position: relative;
		font-weight: 900;
		margin-bottom: 30px !important;
	}
	.change_title:after {
		content: "";
		background: url(../img/pc/sign_1.png) center top / contain no-repeat;
		width: 250px;
		height: 211px;
		bottom: -40px;
		right: 0;
		position: absolute;
	}

	.change {
		background: url(../img/white_bc.png) center top / cover no-repeat;
		padding: 90px 0;
	}
	.change_text {
		font-weight: 600;
		font-size: 1.25vw;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.top_long {
		margin-top: 120px;
	}

	.h2_cate {
		border-bottom: 3px solid #13305F;
		padding: 0 0 16px 0 !important;
	}

	.h2_cate h2 {
		font-size: 32px;
		font-weight: 900;
		color: #13305F;
		text-align: center;
		line-height: 1.4 !important;
	}

	.h3_change {
		background-color: #13305F;
		text-align: center;
		padding: 20px 0;
	}

	.h3_change h3 {
		font-size: 32px;
		font-weight: 900;
		color: #ffffff;
	}


	.change_box img {
		width: 490px;
		height: 260px;
		object-fit: cover;
	}

	.change_right {
		margin-left: 20px;
	}

	.h4_change {
		background-color: #FCF400;
		padding: 0 15px;
		color: #13305F;
		font-size: 18px;
		margin-bottom: 0 !important;
	}

	.h4_change h4 {
		font-weight: 900;
		line-height: 1.4;
		vertical-align: middle;
		display: table-cell;
		height: 90px;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.change {
		background: url(../img/white_bc.png) center top / cover no-repeat;
		padding: 40px 10px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.change_title {
		margin-bottom: 0 !important;
	}
	.change_title h2{
		font-size: 5.5vw;
		line-height: 1.6;
		color: #13305F;
		position: relative;
		font-weight: 900;
		margin-bottom: 30px !important;
	}
	.change_title:after {
		content: "";
		background: url(../img/pc/sign_1.png) center top / contain no-repeat;
		width: 32vw;
		height: 30vw;
		bottom: -13px;
		right: 0;
		position: absolute;
	}
	.change_text {
		font-weight: 400;
		font-size: 4vw;
	}


	#check_sign {
		padding: 40px 16px;
	}
	.elementor-check-sign {
		padding: 40px 16px;
	}
	.h2_cate {
		border-bottom: 3px solid #13305F;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 900;
		color: #13305F;
		line-height: 1.4 !important;
		text-align: center;
	}
	.h3_change {
		background-color: #13305F;
		text-align: center;
		padding: 4vw 0;
	}
	.h3_change h3 {
		font-size: 5vw;
		font-weight: 900;
		color: #ffffff;
	}
	
	
	.change_box img {
		width: 100%;
		height: 65vw;
		object-fit: cover;
	}
	.change_right {
		margin-top: 4vw;
	}
	.h4_change {
		background-color: #FCF400;
		padding: 4vw;
		color: #13305F;
		font-size: 4vw;
		margin-bottom: 0 !important;
	}
	.h4_change h4 {
		font-weight: 900;
		line-height: 1.4;
		font-size: 4vw;
	}

}

/* ================================================================================

	施工のながれ

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.flow {
		padding: 90px 0;
	}
	.flow_title h2{
		font-size: 2.8vw;
		line-height: 1.4;
		letter-spacing: 0.04em;	
		margin-bottom: 10px !important;
		text-align: center;
		font-weight: 900;
		color: #13305F;
	}
	.flow_item {
		
	}
	
	.flow_item_title h3{
		background-color: #FCF400;
		color: #13305F;
		font-weight: 900;
		padding: 35px 5px 35px;
		font-size: 1.2vw;
	}
	
	.flow_item_text {
		background-color: #fff;
		font-size: 16px;
		padding: 10px 15px 35px;
		height: 100%;
	}
	
	/* ーーーーーーーーーーーーーーーーー */
	.container {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.box {
		flex: 1 1 calc(33.333% - 15px);
		background: white;
		border: 1px solid #ccc;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
		position: relative;
	}
	.box::before {
		content: "";
		width: 63px;
		height: 70px;
		position: absolute;
		left: 15px;
		top: -8px;
	}
	.box:nth-child(1)::before {
		background: url(../img/01.png) center top / contain no-repeat;
	}
	.box:nth-child(2)::before {
		background: url(../img/02.png) center top / contain no-repeat;
	}
	.box:nth-child(3)::before {
		background: url(../img/03.png) center top / contain no-repeat;
	}
	.box:nth-child(4)::before {
		background: url(../img/04.png) center top / contain no-repeat;
	}
	.box:nth-child(5)::before {
		background: url(../img/05.png) center top / contain no-repeat;
	}
	.box:nth-child(6)::before {
		background: url(../img/06.png) center top / contain no-repeat;
	}
	.box:nth-child(4),.box:nth-child(5),.box:nth-child(6) {
		margin-top: 10px;
	}
	.box p {
		padding: 15px 15px 30px;
		font-size: 16px;
		font-weight: 500;
	}
	.header {
		background-color: #FCF400;
		font-weight: bold;
		padding: 35px 5px 10px;
		text-align: center;
		color: #13305F;
		font-size: 1.25vw;
		line-height: 1.4;
		font-weight: 900;
		
	}
	.arrow {
		position: relative;
	}
	.arrow::after {
		content: "";
        position: absolute;
        top: 50%;
        right: -36px;
        transform: translateY(-50%);
        border: 18px solid transparent;
        border-left: 17px solid #13305F;
        z-index: 10;
    }

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.flow {
		padding: 40px 0;
	}
	.flow_title h2{
		font-size: 6vw;
		line-height: 1.4;
		letter-spacing: 0.04em;	
		margin-bottom: 10px !important;
		text-align: center;
		font-weight: 900;
		color: #13305F;
	}
	.flow_item {
		
	}
	
	.flow_item_title h3{
		background-color: #FCF400;
		color: #13305F;
		font-weight: 900;
		padding: 35px 5px 35px;
		font-size: 4vw;
	}
	
	.flow_item_text {
		background-color: #fff;
		font-size: 4px;
		padding: 10px 15px 35px;
		height: 100%;
	}
	
	/* ーーーーーーーーーーーーーーーーー */
	.container {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.box {
		flex: 1 1 calc(33.333% - 15px);
		background: white;
		border: 1px solid #ccc;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
		position: relative;
	}
	.box::before {
		content: "";
		width: 63px;
		height: 70px;
		position: absolute;
		left: 15px;
		top: -8px;
	}
	.box:nth-child(1)::before {
		background: url(../img/01.png) center top / contain no-repeat;
	}
	.box:nth-child(2)::before {
		background: url(../img/02.png) center top / contain no-repeat;
	}
	.box:nth-child(3)::before {
		background: url(../img/03.png) center top / contain no-repeat;
	}
	.box:nth-child(4)::before {
		background: url(../img/04.png) center top / contain no-repeat;
	}
	.box:nth-child(5)::before {
		background: url(../img/05.png) center top / contain no-repeat;
	}
	.box:nth-child(6)::before {
		background: url(../img/06.png) center top / contain no-repeat;
	}
	.box:nth-child(1),.box:nth-child(2) {
		margin-bottom: 10px;
	}
	.box:nth-child(4),.box:nth-child(5),.box:nth-child(6) {
		margin-top: 10px;
	}
	.box p {
		padding: 15px 15px 30px;
		font-size: 16px;
		font-size: 4vw;
		font-weight: 500;
	}
	.header {
		background-color: #FCF400;
		font-weight: bold;
		padding: 35px 5px 10px;
		text-align: center;
		color: #13305F;
		font-size: 5vw;
		line-height: 1.4;
		font-weight: 900;
		
	}
	.arrow {
		position: relative;
	}
	.arrow::after {
		content: "";
        position: absolute;
		bottom: -35px;
        left: 50%;
        border: 15px solid transparent;
        border-top: 18px solid #13305F;
        transform: translateX(-50%);
        z-index: 10;
    }
}
@media (max-width: 768px) {
	.box {
		flex: 1 1 calc(50% - 10px);
	}
}
@media (max-width: 480px) {
	.box {
		flex: 1 1 100%;
	}
}

/* ================================================================================

	アフターサービス・ごあいさつ

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* アフターサービス */
	.after {
		padding: 90px 0px 30px;
		background-color: #fff;
	}
	.title_img {
		margin-bottom: 20px;
	}
	.title_img img {
		width: 395px;
	}
	.cal2_left {
		margin-right: 50px;
	}

	/* ごあいさつ */
	.greeting {
		padding: 30px 0px 90px;
		background-color: #fff;
	}
	.ceo_name {
		text-align: right;
		margin-top: 20px;
		font-size: 24px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
/* アフターサービス */
.after {
	padding: 40px 10px 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #fff;
}
.title_img {
	margin-bottom: 20px;
}
.title_img img {
	width: 70vw;
}

/* ごあいさつ */
.greeting {
	padding: 20px 10px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #fff;
}
.cal2_left p, .cal2_right p {
	margin-top: 20px;
}
.ceo_name {
	text-align: right;
	margin-top: 20px;
	font-size: 5vw;
}
}


/* ================================================================================

	見積もりシミュレーション：202411追加

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
    .simu{
        padding: 30px 0 100px;
    }
    .simu-inner{
        width:100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .simu-ttl{
        text-align: right;
        margin-bottom: 0;
    }
    
    /* 延べ床面積とは */
    .simu-info{
        display: flex;
        border: 5px solid #13305F;
        border-radius: 40px;
        background-color: #ffffff;
        padding: 30px 60px;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        margin-bottom: 50px;
    }
    
    .simu-info-txt-ttl01{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .simu-info-txt-ttl02{
        margin-bottom: 20px;
        color: #13305F;
        font-size: 25px;
    }
	
	/* STEP */
	.simu-step{
		height:500px;
		position:relative;
		overflow:hidden;
	}
	.simu-step.is-open{
		height:auto;
	}
	.simu-open{
		position:absolute;
		left:0;
		bottom:0;
		border:none;
		background-color:transparent;
		padding:0;
		cursor:pointer;
	}
	.pc_button{
		display: block;
	}
	.sp_button{
		display:none;
	}
    
    /* STEP1 */
    .simu-step01{
        background-color: #fff;
        margin-bottom: 30px;
    }
    .simu-step01-ttl{
        font-size: 32px;
        font-weight: 900;
        color: #ffffff;
        background-color: #13305F;
        text-align: center;
        padding: 20px 0;
    }
    .simu-step01-list{
        padding: 35px 35px 15px;
    }
    .simu-step01-list ul{
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .simu-step01-list ul li{
        width:calc( (100% - 60px) / 3 );
        margin-right: 30px;
        margin-bottom: 30px;
        position: relative;
    }
    .simu-step01-list ul li:nth-child(3n){
        margin-right: 0;
    }
    .simu-step01-list ul li label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 20px;
        text-align: center;
        padding: 30px 15px;
        cursor: pointer;
    }
    .simu-step01-list ul li label.is-checked{
        border-color: #D92A29;
    }
    .simu-step01-list ul li input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    .simu-step01-list ul li h4{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .simu-step01-list ul li img{
        margin-bottom: 15px;
    }
    
    .simu-step02,
    .simu-step03{
        margin-bottom: 30px;
        background-color: #fff;
    }
    .simu-step02 dl,
    .simu-step03 dl{
        
    }
    .simu-step02 dl dt,
    .simu-step03 dl dt{
        font-size: 32px;
        font-weight: 900;
        color: #ffffff;
        background-color: #13305F;
        text-align: center;
        padding: 20px 0;
    }
    .simu-step02 dl dd,
    .simu-step03 dl dd{
        padding: 35px;
        display: flex;
    }
    .simu-step02 dl dd label,
    .simu-step03 dl dd label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 20px;
        text-align: center;
        padding: 20px 15px;
        font-size: 25px;
        width:calc(50% - 30px);
        margin-right: 30px;
        position: relative;
        cursor: pointer;
        font-size: 25px;
    }
    .simu-step02 dl dd label.is-checked,
    .simu-step03 dl dd label.is-checked{
        border-color: #D92A29;
        background-color: #D92A29;
        color: #fff;
    }
    .simu-step02 dl dd label:nth-child(2n),
    .simu-step03 dl dd label:nth-child(2n){
        margin-right: 0;
    }
    .simu-step02 dl dd input[type="radio"],
    .simu-step03 dl dd input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    
    .simu-step02{
        
    }
    .simu-notice{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 35px 35px;
    }
    .simu-notice p{
        padding-left: 30px;
    }
    
    /* 決定ボタン */
    .simu-submit{
        text-align: center;
    }
    .simu-submit button{
        position: relative;
        display: block;
        width: 845px;
        background-color: #D92A29;
        border-radius: 50px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
        padding: 23px 0;
        cursor: pointer;
        border: none;
        border-bottom: 5px solid #8E1413;
    }
    .simu-submit button:hover{
        background-color: #fff;
        border: 2px solid #D92A29;
        color: #D92A29;
    }
    
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
    .simu{
        padding: 5vw 0 10vw;
    }
    .simu-ttl{
        text-align: center;
        margin-bottom: 0;
    }
    .simu-ttl img{
        width: 100%;
        height: auto;
    }
    
    /* 延べ床面積とは */
    .simu-info{
        display: block;
        border: 1.3335vw solid #13305F;
        border-radius: 0;
        padding: 4vw;
        font-size: 4.8vw;
        margin-bottom: 8vw;
        background-color: #ffffff;
    }
    .simu-info img{
        display: block;
        margin:4vw auto 0;
        width:100%;
        max-width: 40vw;
    }
    
    .simu-info-txt-ttl01{
        margin-bottom: 5.3334vw;
        font-size: 6.6667vw;
    }
    .simu-info-txt-ttl02{
        margin-bottom: 5.3334vw;
        color: #13305F;
        font-size: 6vw;
    }
	
	/* STEP */
	.simu-step{
		height:400px;
		position:relative;
		overflow:hidden;
	}
	.simu-step.is-open{
		height:auto;
	}
	.simu-open{
		position: absolute;
        left: -8%;
        bottom: -1px;
        border: none;
        background-color: transparent;
        padding: 0;
        cursor: pointer;
        width: 115%;
	}
	.pc_button{
		display: none;
	}
	.sp_button{
		display:block;
	}
    /* STEP1 */
    .simu-step01{
        background-color: #fff;
        margin-bottom: 8vw;
    }
    .simu-step01-ttl{
        font-size: 5vw;
        font-weight: 900;
        color: #ffffff;
        padding: 4vw 0;
        background-color: #13305F;
        text-align: center;
    }
    .simu-step01-list{
        padding: 5.333vw;
    }
    .simu-step01-list ul{
        display: block;
    }
    .simu-step01-list ul li{
        width:100%;
        margin-right: 0;
        margin-bottom: 5.333vw;
        position: relative;
    }
    .simu-step01-list ul li label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 5.333vw;
        text-align: center;
        padding: 4vw;
        cursor: pointer;
    }
    .simu-step01-list ul li label.is-checked{
        border-color: #D92A29;
    }
    .simu-step01-list ul li input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    .simu-step01-list ul li h4{
        font-size: 4.8vw;
        line-height: 1.5;
        margin-bottom: 2.666vw;
    }
    .simu-step01-list ul li img{
        max-width: 21.333vw;
        width: 100%;
        height: auto;
        margin-bottom: 2.666vw;
    }
    
    .simu-step02,
    .simu-step03{
        margin-bottom: 8vw;
        background-color: #fff;
    }
    .simu-step02 dl,
    .simu-step03 dl{
        
    }
    .simu-step02 dl dt,
    .simu-step03 dl dt{
        font-size: 5vw;
        font-weight: 900;
        color: #ffffff;
        padding: 4vw 0;
        background-color: #13305F;
        text-align: center;
    }
    .simu-step02 dl dd,
    .simu-step03 dl dd{
        padding: 4vw;
        display: flex;
        width:100%;
        justify-content: space-between;
    }
    .simu-step02 dl dd label,
    .simu-step03 dl dd label{
        display: block;
        border: 5px solid #bcbcbc;
        border-radius: 2.666vw;
        text-align: center;
        padding: 4vw;
        font-size: 4.8vw;
        width:50%;
        margin-right: 4vw;
        position: relative;
        cursor: pointer;
    }
    .simu-step02 dl dd label.is-checked,
    .simu-step03 dl dd label.is-checked{
        border-color: #D92A29;
        background-color: #D92A29;
        color: #fff;
    }
    .simu-step02 dl dd label:nth-child(2n),
    .simu-step03 dl dd label:nth-child(2n){
        margin-right: 0;
    }
    .simu-step02 dl dd input[type="radio"],
    .simu-step03 dl dd input[type="radio"]{
        opacity: 0;
        width:1px;
        height: 1px;
        display: inline;
        margin:0;
        position: absolute;
    }
    
    .simu-step02{
        
    }
    .simu-notice{
        display: block;
        padding: 0 4vw 4vw;
    }
    .simu-notice p{
        padding-left: 2vw;
    }
    .simu-notice img{
        width: 100%;
        height: auto;
    }
    
    /* 決定ボタン */
    .simu-submit{
        text-align: center;
    }
    .simu-submit button{
        position: relative;
        display: block;
        width: 100%;
        background-color: #d92a2a;
        border-radius: 10.6666vw;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
        font-size: 5.333vw;
        margin: 0 auto;
        padding: 4vw 0;
        cursor: pointer;
        border: none;
        border-bottom: 5px solid #8E1413;
    }
    .simu-submit button:hover{
        background-color: #fff;
        border: 2px solid #D92A29;
        color: #D92A29;
    }
}