@charset "UTF-8";
/* CSS Document */

/*------------------------------
	topimg Setting
------------------------------*/

img {
	max-width: 100%;
	height: auto;
}
#set_cap	{
	width:auto;
	height:121px;
	padding:0;
	background:#0181CC;
	margin-bottom:20px;
	position:relative;
	z-index:20;
	clear:both;
}

#cap_inner	{
	width:960px;
	height:121px;
	margin:auto;
}

/*------------------------------
	contents Setting
------------------------------*/

#set_cont	{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

#cont_inner	{
	width:960px;
	height:auto;
	margin:auto;
}

/*------------------------------
	main Setting
------------------------------*/

#main	{
	width:710px;
	height:auto;
}


.com_about_table	{
	width: 100%;
	background: #fff;
	border-top:1px solid #ccccce;
}
.com_about_table th	,
.com_about_table td	{
	border-bottom:1px solid #ccccce;
	vertical-align: top;
	line-height: 1.8;
}


.com_about_table th	{
	background:#ebeced;
	padding:19px 20px;
	text-align: left;
	font-weight: normal;
	line-height: 1;
	width: 25%;
	font-weight: bold;
	vertical-align: middle;
}


.com_about_table td	{
	width: 75%;
	padding: 18px;
}

.com_about_table td dt,
.com_about_table td dd{
	font-size: 120%;
}
.com_about_table td dt{
	float: left;
}
.com_about_table td dd{
	margin-left: 12em;
}

.com_about_table .lastChild th,
.com_about_table .lastChild td{
	border-bottom: 0 none;
	padding-bottom: 180px;
}
.care_table	{
	width:710px;
}

.care_table_detail_sub1_2	{
	border-right:1px solid #a29e9e;
	padding:15px 5px 15px 5px;
	text-align:center;
	background:#f3f3f3;
}

.care_table_detail_sub1_2_last	{
	padding:15px 5px 15px 5px;
	text-align:center;
	background:#f3f3f3;
}

.col-2 {
	display: flex;
}
.col-2 img {
	margin-right: 20px;
}
.flex_contents {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.flex_contents .col4 {
	width: 21.5%;
	margin-bottom: 30px;
}
.flex_contents img {
	max-width: 100%;
	height: auto;
	margin-right: 30px;
}

.flex_contents .col3 {
	width: 30%;
}
.text_center {
	margin-bottom: 15px;
	text-align: center;
}
.text_center strong {
	display: block;
	color: #c00;
}
.wrap_title {
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #017cca;
	border-left: solid 10px #017cca;
}
.wrap_box {
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #017cca;
}