@charset "UTF-8";
/* ----------------------------------------------------------------Pagetitle */
#pagetitle {
	background: url(../img/service_img/pagetitle_bg.jpg) center center no-repeat;
	background-size: cover;
}

/* ----------------------------------------------------------------contetnts */
.pagemenu {
	text-align: center;
}
.pagemenu h5 {
	font-size:18px;
	color:#134e98;
}
.pagemenu ul li p {
	display: inline-block;
	height: 40px;
	padding:0 15px;
	text-decoration: none;
	line-height: 38px;
	border:solid 1px rgba(7,122,207,0.5);
}
.pagemenu ul.space li a {
	padding:0 10px;
	letter-spacing: -1.5px;
}
@media print, screen and (min-width:480px) {
.pagemenu ul.space li a {
	padding:0 15px;
	letter-spacing: 0;
}
}

.title02 {
	margin-top:20px;
}
@media print, screen and (min-width:768px) {
.title02 {
	margin-top:30px;
}
}

.ph_list {
	text-align: center;
	font-size:0;
}
.ph_list li {
	display: inline-block;
	width:49%;
	margin-top:10px;
	margin-right: 2%;
	vertical-align: middle;
}
.ph_list li:nth-child(2n) {
	margin-right: 0;
}
.ph_list li img {
	width:100%;
	height: auto;
}
@media print, screen and (min-width:480px) {
.ph_list {
	margin-top:30px;
}
.ph_list li {
	width:32%;
	margin-top:0;
	margin-right: 2%;
}
.ph_list li:nth-child(2n) {
	margin-right: 2%;
}
.ph_list li:nth-child(3n) {
	margin-right: 0;
}
.ph_list li img {
	width:100%;
	height: auto;
}
}

.link_box {
	margin-top:20px;
	text-align: center;
}
.link_box p {
	display: inline-block;
	padding:10px;
	background: rgba(7,122,207,0.2);
}
@media print, screen and (min-width:768px) {
.link_box {
	margin-top:30px;
}
.link_box p {
	padding:10px 20px;
}
}

.ph_cent {
	margin-top:10px;
	text-align: center;
}
@media print, screen and (min-width:768px) {
.ph_cent {
	margin-top:20px;
}
}

.flow ol {
	font-size:0;
	text-align: center;
}
.flow ol li {
	display: inline-block;
	width: 32%;
	margin-top:10px;
	margin-right: 2%;
	vertical-align: top;
}
.flow ol li:nth-child(3n), .flow ol li:last-child {
	margin-right: 0;
}
.flow ol li img {
	width: 100%;
	height: auto;
	margin-bottom:5px;
}
@media print, screen and (min-width:768px) {
.flow ol {
	margin-top:20px;
}
.flow ol li {
	width: 18.4%;
	margin-top:0;
	margin-right: 2%;
	vertical-align: top;
}
.flow ol li:nth-child(3n) {
	margin-right: 2%;
}
.flow ol li:last-child {
	margin-right: 0;
}
}

.fig_box dl dt {
	margin-bottom:8px;
	font-size: 16px;
	font-weight: normal;
  color:#0564a8;
}
.fig_box dl dd {
	margin-bottom:15px;
}
.fig_box figure {
	margin-top:15px;
	text-align: center;
}
.fig_box figure img {
	width:250px;
	height: auto;
}
@media print, screen and (min-width:768px) {
.fig_box {
	font-size: 0;
}
.fig_box .txarea {
	display: inline-block;
	width:64%;
	margin-right: 4%;
	vertical-align: top;
	text-align: left;
}
.fig_box dl dt {
	margin-bottom:10px;
	font-size: 18px;
}
.fig_box dl dd {
	margin-bottom:20px;
}
.fig_box figure {
	margin-top:0;
	display: inline-block;
	width:32%;
	vertical-align: top;
}
.fig_box figure img {
	width:100%;
	height: auto;
}
}

.num_list {
	list-style-type: decimal;
	margin-top:15px;
	margin-left:20px;
}
.num_list li {
	margin-bottom:10px;
}
@media print, screen and (min-width:768px) {
.num_list {
	display: inline-block;
	text-align: left;
}
}

#silenty .ph_list li img {
	max-width: 274px;
}


