@charset "utf-8";
/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
#conts .topBox {
	margin-bottom: 53px;
	padding: 18px 30px 17px;
	border: 1px solid #E5E5E5;
}

#conts .topBox .pho {
	float: left;
}

#conts .topBox .pho02 {
	float: left;
}

#conts .topBox .pho02 img {
	float: left;
	margin-right: 20px;
}

#conts .topBox .txtBox {
	margin-top: 11px;
	width: 534px;
	float: right;
}

#conts .topBox .txtBox .ttl {
	margin-bottom: 12px;
	color: #FF488A;
	font-size: 18px;
	font-weight: bold;
}

#conts .topBox .txtBox02 {
	margin-top: 40px;
}

#conts .topBox .txtBox02 .bold {
	color: #FF488A;
	font-weight: bold;
}
#conts .topBox .pho03 .sp{
	display: none;
}

#conts .topBox .ttl02,
#conts .topBox .ttl03{
	margin-bottom: 12px;
	color: #FF488A;
	font-size: 18px;
	font-weight: bold;
}

#conts h3 {
	padding: 0 14px 20px;
	border-bottom: 1px solid #D2D2D2;
}

#conts table {
	margin-bottom: 63px;
	width:100%;
	border-collapse: collapse;
}

#conts th,
#conts td {
	padding: 18px 16px 18px;
	width: 50%;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px solid #E6E6E6;
}

#conts td {
	padding-right: 8px;
	text-align: right;
}

#conts th p{
	color: #FF488A;
}

#conts .tableBox .ttl {
	font-size: 20px;
	font-weight: bold;
}
#conts .tableBox table{
	margin-bottom: 20px;
}
#conts .tableBox th,
#conts .tableBox td {
	padding: 17px 13px;
	width: 39%;
	font-size: 15px;
	text-align: right;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
}

#conts .tableBox th {
	width: 22%;
	font-size: 14px;
	text-align: left;
}
#conts .tableBox thead th,
#conts .tableBox thead td {
	padding: 10px 10px 11px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #323232;
	border: none;
}
#conts .tableBox p{
	margin-bottom: 30px;
}
#conts .tableBox .btn{
	text-align: center;
	margin: 0 auto 63px;
}
#conts .tableBox .btn a{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.7em 2em;
	font-size: 16px;
	color: #fff;
	background: #FF488A;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#conts .tableBox .btn a:hover{
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
}



@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle h2 img {
		width: 30px;
	}

	#conts .topBox {
		margin-bottom: 41px;
		padding: 9px 12px 15px;
	}

	#conts .topBox .pho {
		margin-top: 7px;
		float: left;
	}

	#conts .topBox .pho img {
		width: 90px;
	}

	#conts .topBox .pho02 {
		margin-top: 7px;
		float: left;
	}

	#conts .topBox .pho02 img {
		width: 250px;
		margin-bottom: 10px;
		margin-right: 0;
	}

	#conts .topBox .pho02 p {
		clear: both;
	}

	#conts .topBox .pho03 .pc{
		display: none;
	}
	#conts .topBox .pho03 .sp{
		display: block;
	}
	#conts .topBox .pho03 img{
		width: 100%;
	}

	#conts .topBox .txtBox {
		margin-top: 4px;
		padding-left: 110px;
		width: auto;
		float: none;
		font-size: 11px;
	}

	#conts .topBox .txtBox .ttl {
		margin-bottom: 8px;
		font-size: 14px;
	}

	#conts .topBox .txtBox .ttl img {
		width: 140px;
	}

	#conts .topBox .txtBox02 {
		margin-top: 15px;
		width: auto;
		float: none;
		font-size: 11px;
	}

	#conts .topBox .ttl02 {
		font-size: 14px;
	}

	#conts .topBox .ttl02 img {
		width: 140px;
	}
	#conts .topBox .ttl03 img {
		width: 200px;
	}

	#conts h3 {
		padding: 0 3px 3px;
	}

	#conts h3 img {
		width: 60px;
	}

	#conts .h3Ttl img {
		width: 42px;
	}

	#conts table {
		margin-bottom: 44px;
	}

	#conts th,
	#conts td {
		padding: 12px 3px 15px;
	}

	#conts td {
		padding-right: 0;
	}

	#conts .tableBox .ttl {
		font-size: 15px;
		font-weight: bold;
	}
	#conts .tableBox th,
	#conts .tableBox td {
		padding: 13px 6px;
		width: 40%;
		font-size: 11px;
	}

	#conts .tableBox th {
		width: 20%;
		font-size: 11px;
	}

	#conts .tableBox thead th,
	#conts .tableBox thead td {
		padding: 7px 2px 8px;
		font-size: 11px;
		border-right: 1px solid #4A4A4A;
	}

}
