@charset "utf-8";

body {
	background-color: #dfeffd;
}

#conts {
	width: 692px;
	padding-bottom: 100px;
}

#conts h2 {
	margin-bottom: 35px;
	padding-bottom: 16px;
	color: #002d64;
	font-size: 26px;
	line-height: 1;
	border-bottom: 4px solid #50a5f3;
}

#conts .contsBox {
	float: left;
	width: 525px;
	margin-right: 25px;
}

#conts .imgBox {
	float: left;
}
#conts .imgBox img{
	width: 140px;
	height: auto;
}
#conts p {
	margin-bottom: 24px;
	;
}

#conts p:last-child {
	margin-bottom: 0;
}

#conts h3 {
	margin-bottom: 26px;
	padding: 12px 10px;
	color: #283158;
	font-size: 15px;
	background-color: #d3e8fc;
}
#conts div.fit P{
	letter-spacing: 0.025em
	/*font-feature-settings: "palt" 1*/
	
}
#conts .tabBox {
	margin-bottom: 90px;
}

#conts .tabBox table {
	width: 100%;
	text-align: left;
	vertical-align: bottom;
	border-collapse: collapse;
	background-color: #f9f9f9;
}

#conts .tabBox th,
#conts .tabBox td {
	padding: 7px 0;
	line-height: 1.8;
	border: 1px solid #002d64;
}

#conts .tabBox th {
	width: 21%;
	text-align: center;
	font-weight: normal;
	background-color: #fef88c;
}

#conts .tabBox td {
	padding: 7px 20px;
}

#conts .text {
	margin-left: 20px;
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	min-width: 200px;
	margin: 1.5em 1em 1.5em 0;
	padding: 1rem 0.5rem;
	font-weight: bold;
	background: linear-gradient(to top, rgb(40, 49, 88), #50a5f3);/*rgb(5, 130, 174), #27acd9*/
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn:hover {
	color: #fff;
	opacity: 0.7;
}