@charset "UTF-8";
/*----------------------------------------

	+ product
		- cmn
		- section01
		- section03
		- section04
		- section05
		- section06
		- section07

-----------------------------------------*/

/*----------------------------------------
	product
-----------------------------------------*/

#product {
	width: 575px;
	margin: 0 auto;
}

#product .section{
	margin:0 0 40px;
}

#product img{
	max-width:100%;
	height:auto;
}

/*----------------------------------------
	cmn
-----------------------------------------*/

#product h3 {
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:'メイリオ', sans-serif;
	font-size:15px;
	background:#3084e8;
	background-image:linear-gradient(#1d75df 0%, #4794f2 100%);
	margin: 40px 0 18px 0;
}

#product .image{
	text-align:center;
}

#product .col2,
#product .col3{
	display:flex;
	justify-content:space-between;
}

#product .half > *{
	width:48%;
}

#product .arrow > *{
	width:45%;
}

#product .arrow img{
	margin:0 0 10px;
}

#product .arrow > .arrow-icon{
	width:40px;
	height:40px;
	box-sizing:border-box;
	border:solid 20px;
	border-color:#c1c1c1 #c1c1c1 transparent transparent ;
	transform:rotate(45deg);
	transform-origin:0 30%;
	margin:47px 0 0;
}

#product .indent-bracket{
	padding-left:1.5em;
	text-indent:-1.5em;
}

/*----------------------------------------
	section07
-----------------------------------------*/

#section07 {
	width: 575px;
	padding-bottom: 36px;
	background: url("../img/hcg901_07_bg_btm.gif") no-repeat left bottom;
}

#section07 .text {
	width: 575px;
	height: 93px;
	background: url("../img/hcg901_07_bg_top.gif") no-repeat;
	text-align: center;
}

#section07 h3 {
	margin: 0;
	padding: 18px 0 8px 0;

	height:auto;
	line-height:auto;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-family:'メイリオ', sans-serif;
	font-size:15px;
	background:none;


}

#section07 table {
	margin-left: 35px;
}

#section07 td {
	padding-top: 10px;
	vertical-align: top;
}

#section07 td:nth-child(1) { width:341px; }
#section07 td:nth-child(2) { width:169px; }

#section07 td h4 {
	padding-bottom: 10px;
}

#section07 td em {
	font-weight: bold;
}

#section07 td p.font_small {
	padding-top: 4px;
}

