@charset "UTF-8";

/*----------page_info--------------*/
.page_info .container .msg p.first{
	margin-top: 0;
}
.page_info .container .img {
	-webkit-box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
	-moz-box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
	box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
}
.page_info h3 {
	font-size: 22px;
	color: #139ECC;
	margin-bottom: 15px;
	margin-top: 30px;
}
/*----------End page_info-------------*/

/*----------.page_contact--------------*/
.page_contact p {
	margin-bottom: 20px;
}
.page_contact td span {
	display: block;
	font-size: 80%;
}
.page_contact th {
	width: 20%;
}
.page_contact td input,
.page_contact td textarea {
	width: 98%;
	padding: 1%;
}
.page_contact .btn_area {
	text-align: center;
	margin-top: 2%;
}
.page_contact .btn_area input {
	padding: 15px 50px;
	background: #2295C0;
	color: #FFF;
}
/*----------End page_contact-------------*/

/*----------.page_flow--------------*/
.page_flow .col4_box {
	background: #FFF;
	padding: 20px 0;
}
.page_flow .col4 {
	width: 220px;
	text-align: center;
	background: url(../images/flow/arrow01.png) no-repeat 20px 50px;
	padding-left: 60px;
}
.page_flow .col4:first-child {
	background: none;
}
.page_flow .col4 span {
	display: block;
	text-align: center;
	color: #1C95C0;
	margin: 5px 0;
	font-weight: bold;
}
.page_flow .container .col4 p {
	font-size: 105%;
	margin-top: 0;
}
.page_flow .att {
	clear: both;
	font-size: 80%;
	text-align: left;
	padding: 20px 0 0 60px;
}

/*----------End page_flow-------------*/

/*----------.page_item--------------*/
.page_item .col_box {
	background: #FFF;
	padding: 20px 0;
}
.page_item .col {
	float: left;
	width: 21%;
	margin: 0 2%;
	text-align: center;
}
.page_item .col span {
	display: block;
	text-align: center;
	color: #1C95C0;
	margin: 5px 0;
	font-weight: bold;
}
/*----------End page_item-------------*/

/*----------.page_service--------------*/
.page_service .pic_l {
	max-width: 900px;
	margin: 0 auto;
}
.page_service .pic_l .img {
	width: 40%;
}
.page_service .pic_l .img img {
	width: 100%;
	height: auto;
}
.page_service .pic_l .msg {
	width: 56%;
}
.page_service .pic_l .msg span {
	text-align: center;
	color: #1C95C0;
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 20px;
	display: block;
	line-height: 1.8em;
}
#point {
	margin: 3% auto;
	background: #FFF;
	padding: 3%;
	box-sizing: border-box;
}
#point ul li {
	margin-bottom: 10px;
	text-align: left;
	font-size: 110%;
}
#point ul li span {
	background-color: #139ECD;
	display: inline-block;
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #FFF;
	border-radius: 15px;
	margin-right: 10px;
}
#point h4 {
	border-bottom: solid 1px #333;
	max-width: 400px;
	margin: 30px auto 0;
	padding-bottom: 10px;
	font-weight: bold;
}
/*----------End page_service-------------*/

/*----------.page_results--------------*/
.page_results .pic_l {
	border-bottom: solid 1px #999;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.page_results .pic_l .img {
	width: 35%;
}
.page_results .pic_l .img img {
	width: 100%;
	height: auto;
}
.page_results .pic_l .msg {
	width: 60%;
}
.page_results .pic_l span {
	color: #1C95C0;
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 20px;
	display: block;
	line-height: 1.8em;
}
.page_results .pic_l .msg p {
	text-align: left;
}
