@charset "UTF-8";
input { font-size: 16px; }

.header_top a img{ width: 100%; }
#wrapper{ max-width: 100%;}

/*--- 基本パーツ ---*/
/*--- goto top button ---*/
html{
  scroll-behavior: smooth;
}
/* ボタン全体 */
.page_top {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #005196;
	opacity: 0.6;
}

/* Font Awesome */
.page_top::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 50px;
	color: #ffffff;
	position: absolute;
	top: 30%;
	left: 50%;
	translate: -50%;
}

.page_top::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	margin: auto;
	text-align: center;
	width: 100%;
	top: 18%;
	left: 50%;
	translate: -50%;
}


/*--- h1 ---*/
#H1mainTitle{
	width: 100%;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 0.8rem;
	color: #333;
	text-indent: 1em;
}

/*--- h2 サブ見出し ---*/
.H2subTitle{
	width: 100%;
	margin: 60px auto 30px;
	text-align: center;
	font-weight: bold;
	font-size:1.8rem;
}
/* title_3underline */
.title_border_b, .title_border_g  {
	position: relative;
	display: inline-block;
	font-weight:bold;
	border-bottom: solid 3px #cdcdcd;
	margin: 0 auto 50px;
	padding: 5px 0 5px 0;
}
.title_border_b:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #005196;
}
.title_border_g:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #179966;
}


/*--- ブロック見出し(h3) ---*/
.boxTitle_b{
	width:1200px;
	margin: 50px auto 30px;
	padding: 6px 24px;
	text-align:left;
	font-weight:bold;
	font-size:1.2rem;
	color:#fff;
	background-color: rgba(0,104,183,0.50);
}
.boxTitle_g{
	width:1200px;
	margin: 50px auto 30px;
	padding: 6px 24px;
	text-align:left;
	font-weight:bold;
	font-size:1.2rem;
	color:#fff;
	background-color: #009259;
}

/*--- ブロック内見出し(h4) ---*/
h4{
	width: 1200px;
	margin: 40px auto 10px;
	padding: 6px 24px;
	text-align: left;
	font-weight: bold;
	font-size: 1.1rem;
}

/*--- 見出しイメージ ---*/
// header_image.css 参照


/*--- 商品一覧（４列） ---*/
.itemList4l{
	display: block;
	width: 94%;
	margin: 16px 3%;
	text-align: center;
}
.itemList4l img{
	width: 80%;
	margin:0 auto;
	height: auto;
	display: block;
}

/*--- boxw1200, box800用構造ブロック ---*/
.contentBox{
	padding:10px 20px;
}
.lastBox
	padding-bottom:60px;
}

.boxL70t{
	width: 70%;
	float: left;
}
.boxR30p{
	width: 30%;
	float: right;
}
.boxR30p img{
	width: 90%;
	text-align: right;
	object-fit: contain;
}


.boxL40p{
	width: 40%;
	float: left;
}
.boxL40p img{
	width: 90%;
	text-align: left;
	object-fit: contain;
}
.boxR60t{
	width: 60%;
	float: right;
}

.boxL60t{
	width: 60%;
	float: left;
}
.boxR40p{
	width: 40%;
	float: right;
}
.boxR40p img{
	width: 90%;
	text-align: right;
	object-fit: contain;
}

.explanationImg100First{
	display: inline-block;
	width: 100%;
	padding-top: 12px;
}
.explanationImg100{
	display: inline-block;
	width: 100%;
}

.block2_paddingbox{width: 90%; margin: 0 5%; }
.block2_nopaddingbox{ width: 100%; }

.block3 .centerbox{width: 90%; margin: 0 5%; height: 320px; }
.block3 .centerbox img{ width: 100%; }

.block4 .centerbox{ width: 90%; margin: 0 5%; height: 240px; }
.block4 .centerbox img{ width: 100%; }

.phototitleg{　width:100%; margin-top:10px; text-align:center; font-weight:bold; color:#fff; background:#009259; }

.noborder{
	border: none;
  border-top: #f3f3f3 1px solid;
}
.ptop16{ padding-top:16px; }
.ptop30{ padding-top:30px; }
.ptop60{ padding-top:60px; }
.mtop60{ margin-top:60px; }
.pbottom60{ padding-bottom:60px; }

/*--- 構造調整 ---*/
.areaEnd60{ content: ''; height: 60px; }
.useCautionArea .sp-table{ margin-bottom: 0.5em; }
.table_caution{ display: inline-block; width: calc( 1200px - 1.5rem ); padding-left: 1.5rem; font-weight: 0.85rem; }


/*--- 位置調整 ---*/
.txtleft{ text-align: left; }
.txtcenter{ text-align: center; }
.txtright{ text-align: right; }




.btn_confirm{
	border-radius: 5px;
	display: block;
	width: 200px;
	padding: 15px;
	box-sizing: border-box;
	background: #005196;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

/*--- 1200px以下 ---*/
@media screen and (max-width: 1200px) {
	.block3 .centerbox{ height: 280px; }
	.block4 .centerbox{ height: 290px; }
	.boxTitle_g, .boxTitle_b{
		width: 96%;
		margin: 0 auto;
	}
}
/*--- 800px以下 ---*/
@media screen and (max-width: 800px) {
	.block3 .centerbox{ height: 240px; }
	.block4 .centerbox{ height: 290px; }
}

/*--- 600px以下 ---*/
@media screen and (max-width: 600px) {
	#H1mainTitle{
		font-size: 0.5rem;
		width: 80%;
		margin: 0 20% 0 0;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#H1mainTitle::-webkit-scrollbar{
		display: none;
	}
	.block3 .centerbox{ height: 180px; }
	.block4 .centerbox{ height: 250px; }

	.boxL70t{
		width: 100%;
		float: none;
	}
	.boxR30p{
		width: 50%;
		margin: 16px auto;
		float: none;
	}
	.boxR30p img{
		width: 100%;
		object-fit: contain;
	}

	.boxL40p{
		width: 50%;
		margin: 16px auto;
		float: none;
	}
	.boxL40p img{
		width: 100%;
		object-fit: contain;
	}
	.boxR60t{
		width: 100%;
		float: none;
	}

	.boxL60t{
		width: 100%;
		float: none;
	}
	.boxR40p{
		width: 50%;
		margin: 16px auto;
		float: none;
	}
	.boxR40p img{
		width: 100%;
		object-fit: contain;
	}
	.boxTitle_b, .boxTitle_g{
		margin-top: 50px;
		line-height: 1.6rem;
	}
}

