@charset 'UTF-8';

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

	各固定ページ

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



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

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

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



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

	レイアウト

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

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

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

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



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

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		background: url(../img/cate_mv.png) center bottom / cover no-repeat;
		width: 100%;
		height: 25vw;
	}
	.main_cate_in {
		position: relative;
		width: 100%;
		height: 100%;
		display: table;
	}

	/* メイン画像のタイトル */
		/* メイン画像のタイトル */
		.main_cate_in p {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			font-size: 2.5vw;
			font-weight: 900;
			letter-spacing: 0.15em;
			text-indent: 0.15em;
			z-index: 1;
		}
		.main_cate_in p span {
			display: inline-block;
			background-color: #13305F;
			color: #ffffff;
			padding: 0 1em 0.15em;
		}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* メイン画像
	----------------------------------------------- */
	.main_cate {
		position: relative;
		background: url(../img/cate_mv.png) center bottom / cover no-repeat;
		width: 100%;
		height: 50vw;
	}
	.main_cate_in {
		position: relative;
		width: 100%;
		height: 100%;
		display: table;
		padding: 0 0 0 0;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 5.5vw;
		font-weight: 900;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		z-index: 1;
	}
	.main_cate_in p span {
		display: inline-block;
		background-color: #13305F;
		color: #ffffff;
		padding: 0 1em 0.15em;
	}
}











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

	セクション

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

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

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 209px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}




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

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 61vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}





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

	マージンボックス

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

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

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



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

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




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

	パディングボックス

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

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

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


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

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




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

	カラーボックス

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

/* カラー01 */
.row_c01 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
	color: inherit;
}

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#444444;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #fff;
}


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

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
}



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

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
}




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

	見出し

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

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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid #13305F;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #13305F;
	}
	/* 白文字 */
	.h2_cate_white {
		border-bottom: 3px solid #fff;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate_white h2 {
		font-size: 32px;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #fff;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #13305F;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #13305F;
	}
	.h3_cate_white {
		border-bottom: 1px solid #fff;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate_white h3 {
		font-size: 26px;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #fff;
	}
	.row_c01 .h3_cate h3 {
		color: #fff;
	}
	.row_c02 .h3_cate h3 {
		color: #fff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted #13305F;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 900;
		line-height: 1.4;
		color: #13305F;
	}
	.row_c01 .h3_col3 h3 {
		color: #13305F;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid #13305F;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #13305F;
	}
	.h2_cate_white {
		border-bottom: 3px solid #fff;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate_white h2 {
		font-size: 5.5vw;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #fff;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #13305F;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #13305F;
	}
	.h3_cate_white {
		border-bottom: 1px solid #fff;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate_white h3 {
		font-size: 4.5vw;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
		color: #fff;
	}
	.row_c01 .h3_cate h3 {
		color: #13305F;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 5vw;
		font-weight: 900;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




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

	共通ボタン

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

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

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 10px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 16px;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}


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

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 2vw;
		height: 3vw;
		top: 50%;
		margin-top: -1.5vw;
		right: 3vw;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}

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

	共通CSS

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

/* 見出し＋ボックス */
@media (min-width: 768px) {

	/* 見出し */
	.h3_head {
		background-color: #13305F;
		text-align: center;
		padding: 20px 0;
		margin-bottom: 0 !important;
	}
	.h3_head.head_bc_red {
		background-color: #D9044E;
	}
		

	.h3_head h3{
		font-size: 32px;
		font-weight: 900;
		color: #ffffff;
		line-height: 1.4;
	}
	.h4_head {
		background-color: #13305F;
		text-align: center;
		padding: 20px 0;
		margin-bottom: 0 !important;
	}
	.h4_head h4{
		font-size: 24px;
		font-weight: 900;
		color: #ffffff;
	}
	/* 白背景ボックス */
	.box_white {
		padding: 20px 20px 0;
		background-color: #fff;
		
	}
	.box_white.box_white_border{
		border: 3px solid #13305F;
	}
	.box_white.box_red_border{
		border: 3px solid #D9044E;
	}
	.box_wrap {
		margin: 5px;
	}

	/* 背景が紺色 */
	.blue_bc {
		background-color: #13305F;
		color: #fff;
	}
	/* 背景が紺色 */
	.white_bc {
		background-color: #fff;
	}
}
@media (max-width: 767px) {
	/* 見出し */
	.h3_head {
		background-color: #13305F;
		text-align: center;
		padding: 4vw 0;
		margin-bottom: 0 !important;
	}
	.h3_head.head_bc_red {
		background-color: #D9044E;
	}
		
	.h3_head h3 {
		font-size: 5vw;
		font-weight: 900;
		color: #ffffff;
		line-height: 1.4;
	}
	.h4_head {
		background-color: #13305F;
		text-align: center;
		padding: 20px 0;
		margin-bottom: 0 !important;
	}
	.h4_head h4{
		font-size: 5vw;
		font-weight: 900;
		color: #ffffff;
	}
	.box_white {
		padding: 2vw 2vw 0;
		background-color: #fff;
	}
	.box_white.box_white_border{
		border: 3px solid #13305F;
	}
	.box_white.box_red_border{
		border: 3px solid #D9044E;
	}
	.box_wrap {
		margin: 2vw;
	}
	/* 背景が紺色 */
	.blue_bc {
		background-color: #13305F;
		color: #fff;
	}
	/* 背景が紺色 */
	.white_bc {
		background-color: #fff;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

}





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

	ここから各固定ページ

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


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


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

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



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

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





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

	料金ページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* ページ下の余白なくし */
	.page-plan > .outer_wrap {
		padding-bottom: 0;
	}
	.breadth_text {
		color: #000000;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}
	.plan_price {
		color: #D9044E;
		font-size: 100px;
		font-weight: 700;
		margin-top: -50px;
		text-align: center;
	}
	.plan_price span {
		color: #13305F;
		font-size: 24px;
		font-weight: 700;
	}
	.box_white_list {
		padding: 20px;
	}

	/* その他塗装/交換工事 */
	.ather_img {
		margin-bottom: 0 !important;
	}
	.ather_plan {
		border: 6px solid #13305F;
	}
	.ather_plan h3 {
		font-weight: 900;
		font-size: 34px;
		background-color: #13305F;
		color: #fff;
		line-height: 1;
		padding: 15px;
	}
	.ather_plan h3 span {
		font-size: 20px;
		line-height: 1;
	}
	.ather_plan_price {
		font-weight: 900;
		font-size: 80px;
		color: #13305F;
		background-color: #fff;
		text-align: center;
	}
	.ather_plan_price span {
		font-size: 40px;
	}
	.red_text {
		color: #D9044E;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* ページ下の余白なくし */
	.page-plan > .outer_wrap {
		padding-bottom: 0;
	}
	.breadth_text {
		color: #000000;
		font-size: 5vw;
		font-weight: 700;
		text-align: center;
	}
	
	.plan_price {
		color: #D9044E;
		font-size: 20vw;
		font-weight: 700;
		margin-top: -7vw;
		text-align: center;
	}
	.plan_price span {
		color: #13305F;
		font-size: 7vw;
		font-weight: 700;
	}
	.box_white_list {
		padding: 3vw;
	}

	/* その他塗装/交換工事 */
	.ather_img {
		margin-bottom: 0 !important;
	}
	.ather_plan {
		border: 6px solid #13305F;
	}
	.ather_plan h3 {
		font-weight: 900;
        font-size: 6vw;
        background-color: #13305F;
        color: #fff;
        line-height: 1.4;
        padding: 5px;
	}
	.ather_plan h3 span {
		font-size: 3.5vw;
		line-height: 1;
	}
	.ather_plan_price {
		font-weight: 900;
		font-size: 16vw;
		color: #13305F;
		background-color: #fff;
		text-align: center;
	}
	.ather_plan_price span {
		font-size: 8vw;
	}

	.red_text {
		color: #D9044E;
	}
}


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

	事業所・お問い合わせページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* ごあいさつ */
	.ceo_name {
		font-size: 32px;
		text-align: right;
	}
	.ceo_name span{
		font-size: 20px;
	}
	.staff_box {
		background-color: #ffffff;
		padding: 20px;
	}
	.staff_02 {
		margin-left: 20px;
	}
	.staff_img {
		max-width: 200px;
		min-height: 200px;
		object-fit: cover;
	}
	
	.staff_name {
		text-align: center;
		margin-top: 10px;
	}
	
	.staff_info {
		font-size: 13.8px;
		line-height: 1.4;
		margin-top: 5px;
		font-weight: 500;
		text-align: center;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.ceo_name {
		font-size: 6vw;
		text-align: right;
		padding-bottom: 12vw;
	}
	.ceo_name span{
		font-size: 4vw;
	}
	.staff_box {
		background-color: #ffffff;
		padding: 2vw;
		margin-bottom: 3vw;
	}

	.staff_img {
		width: 30vw !important;
		float: left;
		margin-right: 4vw;
		margin-bottom: 0 !important;
	}
	
	.staff_text {
		width: 50vw !important;
		text-align: center;
		padding: 7vw 0;
	}
	.staff_name {
		font-size: 4.5vw;
	}
	
	.staff_info {
		line-height: 1.4;
		margin-top: 1vw;
		font-weight: 500;
	}
	
}





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

	こだわりページ

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

.h4_head.before_text {
	background-color: #222222;
}
.h4_head.after_text {
	background-color: #D9044E;
	background-color: #D9044E;
}
.flow_bc {
	background: url(../img/pc/blue_bc.png) center top / cover no-repeat;
}
.box_border.bg_wh {
	background: #ffffff;
}
.box_arr::after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width:0;
	height: 0;
	border: none;
}
.kodawari_text {
	background-color: #fff;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.about_special {
		background-color: #13305F;
		color: #fff;
		padding: 30px 20px;
	}
	/* 強調下線 */
	.about_special span{
		border-bottom: 2px solid #FCF400;
	}

	/* 理由 */
	.about_reason {
		border: 6px solid #13305F;
		background-color: #fff;
	}
	.about_reason h3 {
		font-weight: 900;
		font-size: 24px;
		background-color: #13305F;
		color: #fff;
		line-height: 1;
		padding: 20px;
	}
	.about_reason_text {
		font-weight: 600;
		font-size: 16px;
		color: #13305F;
		padding: 10px;
	}

	/*  */
	.flow_box {
		margin: 10px;
	}

	.box_arr::after {
		bottom: -35px;
		border-top: 35px solid #ffffff;
		border-right: 40px solid transparent;
		border-left: 40px solid transparent;
	}

	.maker_list {
		text-align: center;
		font-size: 0;
		padding: 20px 10px;
		background-color: #FFF;
	}
	.maker_list ul {
		display: inline-block;
		text-align: left;
		margin-left: 20px;
	}
	.maker_list ul:first-of-type {
		margin-left: 0;
	}
	.maker_list ul li {
		position: relative;
		font-size: 20px;
		font-weight: 700;
		color: #000000;
	}
	.kodawari_text {
		padding: 20px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.about_special {
		background-color: #13305F;
		color: #fff;
		padding: 20px 10px;
	}
	/* 強調下線 */
	.about_special span{
		border-bottom: 2px solid #FCF400;
	}

	/* 理由 */
	.about_reason {
		border: 6px solid #13305F;
	}
	.about_reason h3 {
		font-weight: 900;
        font-size: 5vw;
        background-color: #13305F;
        color: #fff;
        line-height: 1.4;
        padding: 10px;
	}
	.about_reason_text {
		font-weight: 900;
		font-size: 4vw;
		color: #13305F;
		background-color: #fff;
		padding: 5px;
	}
	.sp_arrow {
		max-width: 50px;
        width: 20vw;
        margin: 0 auto;
	}
	.box_arr::after {
		bottom: -6vw;
		border-top: 6vw solid #ffffff;
		border-right: 7vw solid transparent;
		border-left: 7vw solid transparent;
	}
	.maker_list {
		text-align: center;
		padding: 10px 20px;
		background-color: #FFF;
	}
	.maker_list ul {
		text-align: left;
	}
	.maker_list ul li {
		position: relative;
		font-size: 4vw;
		font-weight: 700;
		color: #000000;
	}
	.kodawari_text {
		padding: 10px;
	}
	.flow_bc {
		background: url(../img/pc/blue_bc.png) center top / cover no-repeat;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
}



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

	流れページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.flow_contact li {
		float: left;
		text-align: center;
	}
	.flow_contact li:first-child {
		width: 100%;
		margin: 15px 0;
	}
	.flow_contact li:first-child a {
		position: relative;
		font-size: 37px;
		color: #13305F;
		padding: 7.5px 0 7.5px 57px;
		font-weight: 900;
		display: block;
		background-color: #FCF400;
	}
	.flow_contact li:first-child a:before {
		position: absolute;
		content: "";
		background: url(../img/tel.png) center top / contain no-repeat;
		width: 36px;
        height: 36px;
        top: 50%;
        margin-top: -16px;
        left: 50%;
        margin-left: -165px;
	}
	.flow_contact li:last-child {
		margin-left: 15px;
	}
	.flow_contact li:nth-of-type(2) a {
		width: 295px;
		display: block;
	}
	.flow_contact li:nth-of-type(3) a {
		display: block;
		width: 225px;
	}



	/* 強調下線 */
	.flow_text_line span{
		border-bottom: 4px solid #FCF400;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.flow_contact li {
		float: left;
		text-align: center;
	}
	.flow_contact li:first-child {
		width: 100%;
		margin: 0vw 0 2vw;
	}
	.flow_contact li:first-child a {
		position: relative;
		font-size: 8.5vw;
		color: #13305F;
		display: block;
		padding: 0 0 0.3vw 8vw;
		background-color: #FCF400;
	}
	.flow_contact li:first-child a:before {
		position: absolute;
		content: "";
		background: url(../img/tel.png) center top / contain no-repeat;
		width: 7vw;
        height: 8vw;
        top: 50%;
        margin-top: -3.5vw;
        left: 10vw;
	}
	.flow_contact li:last-child {
		margin-left: 2vw;
	}
	.flow_contact li:nth-of-type(2) a {
		width: 51vw;
		display: block;
	}
	.flow_contact li:nth-of-type(3) a {
		display: block;
		width: 39vw;
	}

	.flow_head {
		margin-top: 10px;
		margin-bottom: 0 !important;
	}
		/* 強調下線 */
		.flow_text_line span{
			border-bottom: 4px solid #FCF400;
		}
}



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

	FAQページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.faq_contact {
		display: flex;
	}
	.faq_contact li {
		max-width: 28%;
		margin-left: 2.8%;
	}
	.faq_contact li:first-child {
		width: 37%;
		margin-left: 0;
	}

	.faq_contact li:last-child{
		display: block;
		width: 212px;
	}

	/* Q */
	.faq_head {
		background-color: #13305F;
		padding: 15px;
		margin-bottom: 0 !important;
	}
	.faq_head h3 {
		padding-left: 30px;
		position: relative;
		color: #fff;
		font-size: 20px;
	}
	.faq_head h3::before {
		content: "Q.";
		color: #fff;
		font-size: 20px;
		position: absolute;
		left: 0;
	}

	/* A */
	.answer {
		background-color: #fff;
		padding: 15px;
	}
	.answer_text {
		font-size: 20px;
		position: relative;
		padding-left: 30px;
	}
	.answer_text::before {
		content: "A.";
		font-size: 20px;
		position: absolute;
		left: 0;
		color: #13305F;
	}

	/* 塗り替えサイン */
	.h3_change {
		background-color: #13305F;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-size: 28px;
		font-weight: 900;
	}
	.change_text {
		font-size: 18px;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.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;
	}

	/* パンフレット */
	.insurance_pdf {
		max-width: 200px;
		margin: 0 auto;
	}
	.insurance_text{
		font-size: 14px;
		text-align: center;
	}

	.answer.answer_gray {
		background-color: #f6f6f6;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.faq_contact li {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 8px;
	}
	.faq_contact li:last-child{
		display: block;
		width: 212px;
		margin: 0 auto;
		margin-bottom: 0px;
	}
	
	/* Q */
	.faq_head {
		background-color: #13305F;
		padding: 15px;
		margin-bottom: 0 !important;
	}
	.faq_head h3 {
		padding-left: 30px;
		position: relative;
		color: #fff;
		font-size: 4vw;
	}
	.faq_head h3::before {
		content: "Q.";
		color: #fff;
		font-size: 4vw;
		position: absolute;
		left: 0;
	}

	/* A */
	.answer {
		background-color: #fff;
		padding: 15px;
	}
	.answer_text {
		font-size: 4vw;
		position: relative;
		padding-left: 30px;
	}
	.answer_text::before {
		content: "A.";
		font-size: 4vw;
		position: absolute;
		left: 0;
		color: #13305F;
	}

	.h3_change {
		background-color: #13305F;
		text-align: center;
		padding: 4vw 0;
		margin-bottom: 0 !important;
	}
	.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;
	}

	/* パンフレット */
	.insurance_pdf {
		max-width: 200px;
		margin: 0 auto;
	}
	.insurance_text{
		font-size: 3vw;
		text-align: center;
	}

	.answer.answer_gray {
		background-color: #f6f6f6;
	}
}



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

	施工実績ページ

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


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



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



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

	アクセスページ

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

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


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



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


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

	見積もりシミュレーション 結果表示（result）：202411追加

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
    .result{
        width:100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .result-box ul{
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .result-box ul li{
        width: calc( (100% - 60px) / 3 );
        margin-right: 30px;
        background-color: #fff;
    }
    .result-box ul li h2{
        font-size: 32px;
        font-weight: 900;
        color: #ffffff;
        background-color: #13305F;
        text-align: center;
        padding: 20px 0;
    }

    .result-box-price{
        padding: 20px;
        text-align: center;
    }
    .result-box-price h3{
        font-size: 30px;
    }
    .result-box-price strong{
        font-size: 25px;
        color:#13305F;
    }
    .result-box-price strong span{
        color: #D9044E;
        font-size: 40px;
    }
    
    .result-box-text{
        padding: 0 25px 25px;
        font-size: 18px;
    }
    
    .result-box-notice{
        text-align: center;
        color: #13305F;
        font-size:20px;
        padding-bottom: 100px;
    }
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
    .result{
        width:100%;
        margin: 0 auto;
    }

    .result-box ul{
        display: block;
        margin-bottom: 8vw;
    }
    .result-box ul li{
        width:100%;
        margin-bottom: 4vw;
        background-color: #fff;
    }
    .result-box ul li h2{
        font-size: 5vw;
        font-weight: 900;
        color: #ffffff;
        padding: 4vw 0;
        background-color: #13305F;
        text-align: center;
    }

    .result-box-price{
        padding: 5.333vw;
        text-align: center;
    }
    .result-box-price h3{
        font-size: 6.666vw;
    }
    .result-box-price strong{
        font-size: 5.333vw;
        color:#13305F;
    }
    .result-box-price strong span{
        color: #D9044E;
        font-size: 9.333vw;
    }
    
    .result-box-text{
        padding: 0 5.333vw 5.333vw;
        font-size: 4.2666vw;
    }
    
    .result-box-notice{
        text-align: center;
        color: #13305F;
        font-size:4.2666vw;
        padding-bottom: 26.666vw;
    }
    
}


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

	ポップアップリンク

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


		/* ライン */
		span.line_merit{
			background:linear-gradient(transparent 60%, #ff6 60%);
			font-weight: bold;
		}
		span.line_demerit{
			background:linear-gradient(transparent 60%, #9ae4ff 60%);
			font-weight: bold;
		}
		span.line_meyasu{
			background:linear-gradient(transparent 60%, #c1d96a 60%);
			font-weight: bold;
		}



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

	.popupModal1{
	}
	.popupModal1 > input { /* ラジオボックス非表示 */
		display: none;
	}
	.popupModal1 > input:nth-child(1) + label { 
		cursor: pointer;
		position: relative;
		line-height: 1;
		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: 25px 0;
	}
	.popupModal1 > input:nth-child(1) + label.btn--brown.btn--cubic {
		  border-bottom: 5px solid #9f000c;
		}

		.popupModal1 > input:nth-child(1) + label.btn--brown.btn--cubic:hover {
		   border: 2px solid #d92a2a;
		  color:#d92a2a;
		  background-color: #fff;
		  margin-top: 3px;
		  border-bottom: 2px solid #9f000c;

		}

		.popupModal1 > input:nth-child(1) + label.btn--radius {
		  border-radius: 100vh;
		}

		.fa-position-right {
		  position: absolute;
		  top: calc(50% - .5em);
		  right: 1rem;
		}
	.modalPopup2 { /* 初期設定 ポップアップ非表示 */
		display: none;
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
		display: block;
		z-index: 998;
		position: fixed;
		width: 90%;
		height: 80%;
		border-radius: 20px;
		left: 50%;
		top: 50%;
		margin-top: 30px;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: #fff;
		padding: 10px 20px;
		overflow: hidden;
	}
	@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
		width: 90%;
		/* height: 40vw; */
		padding: 30px;
	
		}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
		 left: 50% !important;
		 top: 50% !important;
		 margin-left: 270px !important;
		 margin-top: -310px !important;
	}
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
		width: 100%;
		  height:100%;
		  border:none;
		  display:block;
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
	max-width: 100%;
	}
	.popupModal1 > input:nth-child(1) + label ~ label {
		display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
	
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.70);
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 997;
		text-indent: -999999px;
		overflow: hidden;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
		background: rgba(255, 255, 255, 0.5);
		display: inline-block;
		position: fixed;
		left: 50% !important;
		margin-left: -575px !important;
		z-index: 999;
		width: 44pt;
		height: 44pt;
		font-size: 40px;
		border-radius: 50%;
		line-height: 44pt;
		text-align: center;
		box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	}
	
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
		display: none;
	}
	
	
	.modalPopup2 {
		animation: fadeIn 1s ease 0s 1 normal;
		-webkit-animation: fadeIn 1s ease 0s 1 normal;
	}
	
	@keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	
	@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	
	.popupModal1 .modalTitle {
		 padding-bottom: .5em;
		 margin: .5em 0;
		 border-bottom:
		 1px solid #ccc;
		 font-weight: bold;
	}
	.popupModal1 .modalMain {
		color: #604c3f;
		 text-align: center;
		font-size: 16px;
		 line-height: 1.8em;
	}
	.popupModal1 .modalMain img {
		width: 300px;
	}





	/* タブ設定 */
	    /*ベース*/
		section.typeB{
			display: flex;
			flex-wrap: wrap;
		}
		section.typeB::after {
			content: '';
			width: 100%;
			height: 3px;
			display: block;
			order: -1;
			background: rgba(0,0,0,.1);
		}
		section.typeB .tabLabel {	/* タブ */
			margin-right: 1px;
			padding: 7px 12px;
			flex: 1;
			order: -1;
			color: #0F264A;
			background: #FCF400;
			position: relative;
			transition: .5s ;
			cursor: pointer;
		}
		section.typeB .tabLabel::after {
			content: '';
			width: 100% ;
			height: 3px;
			display: block;
			pointer-events: none;
			transform: translateX(100%);
			transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
			background: #FCF400;
			position: absolute;
			left: 0;
			bottom: -3px;
			z-index: 10;
			opacity: 0;
		}
		section.typeB .tabLabel:nth-last-of-type(1){ margin-right: 0; }
		section.typeB input {		/* ラジオボタン非表示 */
			display: none;
		}
		section.typeB .content {	/* 本文 */
			width: 100%;
			height:0;
			overflow:hidden;
			/* box-shadow: 0 0 5px rgba(0,0,0,.2); */
			opacity:0;
		}
		section.typeB .content > div {
			pointer-events:none;
			transform: translateX(30%);
			transition: transform .3s 80ms, opacity .3s 80ms;
		}
		/*アクティブ設定*/
		section.typeB input:checked + .tabLabel {		/*タブ*/
			background-color: #0F264A;
			color: #ffffff;
		}
		section.typeB input:checked ~ .tabLabel::after {
			transform: translateX(-100%);
		}
		section.typeB input:checked + .tabLabel::after {
			opacity: 1;
			transform: translateX(0);
		}
		section.typeB input:checked + .tabLabel + .content {	/*本文*/
			height: auto;
			padding: 20px 15px 35px;
			order: 1;
			opacity: 1;
		}
		section.typeB input:checked ~ .content > div {
			transform: translateX(30%);
		}
		section.typeB input:checked + .tabLabel + .content > div {
			pointer-events:auto;
			transform: translateX(0);
		}


		/* タブ内リンク */
		ul.tospu_link {
			text-align: center;
			font-size: 0;
		}
		ul.tospu_link li{
			display: inline-block;
			font-size: 16px;
		}
		ul.tospu_link li a {
			background-color: #d92a2a;
			padding: 10px 65px;
			margin: 0 5px;
			color: #fff;
			position: relative;
		}
		ul.tospu_link li a::before{
			position: absolute;
			content: "";
			display: block;
			background: url(../img/arrow_w.png) center top / contain no-repeat;
			width: 8px;
			height: 14px;
			top: 50%;
			margin-top: -7px;
			right: 20px;
		}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.popupModal1{
		margin-top: 1vw;
	}
	.popupModal1 > input { /* ラジオボックス非表示 */
		display: none;
	}
	.popupModal1 > input:nth-child(1) + label { 
		cursor: pointer;
		position: relative;
		line-height: 1;
		display: block;
		background-color: #d92a2a;
		border-radius: 9vw;
		color: #ffffff;
		font-weight: 900;
		text-align: center;
		font-size: 4vw;
		/* margin: 0 6vw; */
		margin-top: 0;
		padding: 6vw 0;
	}
	
	.modalPopup2 { /* 初期設定 ポップアップ非表示 */
		display: none;
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
		display: block;
		z-index: 998;
		position: fixed;
		width: 90%;
		height: 80%;
		border-radius: 6vw;
		left: 50%;
		top: 50%;
		margin-top: 8vw;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: #fff;
		padding: 6vw;
		overflow: hidden;
	}
	@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
			 width: 600px;
			 height: 600px;
			 padding: 30px;
	
		}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
		 left: 50% !important;
		 top: 50% !important;
		 margin-left: 270px !important;
		 margin-top: -310px !important;
	}
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
		overflow-x: hidden;
		-webkit-overflow-scrolling:touch;
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
		width: 100%;
		  height:100%;
		  border:none;
		  display:block;
	}
	
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
	max-width: 100%;
	}
	.popupModal1 > input:nth-child(1) + label ~ label {
		display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
	
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.70);
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 997;
		text-indent: -999999px;
		overflow: hidden;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
		background: rgba(255, 255, 255, 0.5);
		display: inline-block;
		position: fixed;
		left: 50%;
        transform: translateX(-50%);
        bottom: 4vw;
		z-index: 999;
		width: 14vw;
		height: 14vw;
		font-size: 8vw;
		border-radius: 50%;
		line-height: 1.7;
		text-align: center;
	}
	
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
		display: none;
	}
	
	
	.modalPopup2 {
		animation: fadeIn 1s ease 0s 1 normal;
		-webkit-animation: fadeIn 1s ease 0s 1 normal;
	}
	
	@keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	
	@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
	
	.popupModal1 .modalTitle {
		 padding-bottom: .5em;
		 margin: .5em 0;
		 border-bottom:
		 1px solid #ccc;
		 font-weight: bold;
	}
	.popupModal1 .modalMain {
		text-align: left;
		font-size: 4vw;
		line-height: 1.6;
	}

	/*ベース*/
	section.typeB{
		display: flex;
		flex-wrap: wrap;
	}
/*	section.typeB::after {
		content: '';
		width: 100%;
		height: 3px;
		display: block;
		order: -1;
		background: rgba(0,0,0,.1);
	}*/
	section.typeB .tabLabel {	/* タブ */
		padding: 3vw 0vw;
		order: -1;
		color: #0F264A;
		background: #FCF400;
		position: relative;
		transition: .5s;
		cursor: pointer;
		width: 49%;
		text-align: center;
		margin-bottom: 1vw;
	}
	section.typeB .tabLabel:nth-child(odd) {	/* タブ */
		margin-left: 1vw;
	}
	section.typeB .tabLabel::after {
		content: '';
		width: 100%;
		height: 1vw;
		display: block;
		pointer-events: none;
		transform: translateX(100%);
		transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
		background: #FCF400;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 10;
		opacity: 0;
	}
	section.typeB .tabLabel:nth-last-of-type(1){ margin-right: 0; }
	section.typeB input {		/* ラジオボタン非表示 */
		display: none;
	}
	section.typeB .content {	/* 本文 */
		width: 100%;
		height:0;
		overflow:hidden;
		/* box-shadow: 0 0 5px rgba(0,0,0,.2); */
		opacity:0;
	}
	section.typeB .content > div {
		pointer-events:none;
		transform: translateX(30%);
		transition: transform .3s 80ms, opacity .3s 80ms;
	}
	/*アクティブ設定*/
	section.typeB input:checked + .tabLabel {		/*タブ*/
		background: #0F264A;
		color: #ffffff;
	}
	section.typeB input:checked ~ .tabLabel::after {
		transform: translateX(-100%);
	}
	section.typeB input:checked + .tabLabel::after {
		opacity: 1;
		transform: translateX(0);
	}
	section.typeB input:checked + .tabLabel + .content {	/*本文*/
		height: auto;
		padding: 15px;
		order: 1;
		opacity: 1;
	}
	section.typeB input:checked ~ .content > div {
		transform: translateX(30%);
	}
	section.typeB input:checked + .tabLabel + .content > div {
		pointer-events:auto;
		transform: translateX(0);
	}


		/* タブ内リンク */
		ul.tospu_link {
			text-align: center;
			font-size: 0;
		}
		ul.tospu_link li{
			display: inline-block;
			font-size: 4vw;
		}
		ul.tospu_link li a {
			background-color: #d92a2a;
			padding: 2vw 2vw;
			margin: 1vw 0;
			color: #fff;
			position: relative;
			display: inline-block;
			width: 70vw;
		}
		ul.tospu_link li a::before{
			position: absolute;
			content: "";
			display: block;
			background: url(../img/arrow_w.png) center top / contain no-repeat;
			width: 2vw;
			height: 4vw;
			top: 50%;
			margin-top: -1.4vw;
			right: 3vw;
		}
}
