@charset "UTF-8";

/* CSS Document */

/*==================================================

contents
=================================================*/


.movie {
	width: 100%;
    max-width: 640px;
    margin: 5% auto 0;
}
.movie .title {
    width: 100%;
    max-width: 280px;
	text-align: center;
    font-weight: normal;
    color: #333;
    background-color: #FFF;
    border: 2px solid #CCC;
    margin: 5% auto;
    padding: 8px 1em;
}
.movie video {
    width: 100%;
	display: block;
	outline: none;
    margin-bottom: 5%;
}
.service-products {
	width: 100%;
	max-width: 1200px;
	position: relative;
	background-image: url(../../service/images/tr_1.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 15%;
	background-color: #10218b;
	margin: 5% auto 0;
}
.service-products .nom {
	width: 15%;
	max-width: 152px;
	position: absolute;
	top: 50%;
	left: 2.5%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
.service-products .s-cont {
	width: 60%;
	float: left;
	color: #FFF;
	margin: 0 auto;
	padding: 4% 2% 5% 18%;
}
.service-products .s-cont h1 {
	width: 100%;
	font-size: 140%;
}
.service-products .s-cont p {
	width: 100%;
	margin-top: 5%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.service-products .photo {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.service-products .photo img {
	display: none;
}
.service-products:nth-of-type(1) .photo {
	background-image: url(../../service/images/service_06.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-products:nth-of-type(2) .photo {
	background-image: url(../../service/images/service_12.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-products:nth-of-type(3) .photo {
	background-image: url(../../service/images/service_16.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-products:nth-of-type(4) .photo {
	background-image: url(../../service/images/service_20.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-products:nth-of-type(5) .photo {
	background-image: url(../../service/images/service_24.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service-inner p.title-style-m {
	font-size: 220%;
}
.service-inner p {
	font-size: 140%;
	text-align: center;
	line-height: 220%;
	margin-top: 5%;
}
.service-inner .s-image {
	width: 100%;
	max-width: 277px;
	margin: 5% auto 0;
}
.service-inner > section > ul {
	width: 100%;
	max-width: 740px;
	margin: 3% auto 0;
}
.service-inner > section > ul > li {
	font-size: 140%;
	line-height: 220%;
	text-indent: -1em;
	border-bottom: 1px solid #999;
	padding: 3% 0;
	padding-left: 1em;
}
.service-inner > section > ul > li > ul {
	font-size: 80%;
	margin: 2% 0;
}
.service-inner > section > ul > li > ul > li {
	text-indent: -1em;
	line-height: 200%;
	padding: 0;
	padding-left: 1em;
}
.service-inner .half dl {
	width: 48%;
	float: left;
	background-color: #10218b;
	margin-top: 5%;
}
.service-inner .half dt {
	border-bottom: 2px solid #FFF;
}
.service-inner .half dd {
	font-size: 120%;
	text-align: center;
	color: #FFF;
	padding: 3.5% 2%;
}
.service-inner .half dl:nth-of-type(even) {
	float: right;
}
.service-inner .half a {
	width: 48%;
	display: block;
	text-decoration: none;
	float: left;
	margin-top: 5%;
}
.service-inner .half a dl {
	width: 100%;
	float: none;
	margin-top: 0;
}
.service-inner .half a:nth-of-type(even) {
	float: right;
}

.service-inner .cul3 dl {
	width: 30.33%;
	float: left;
	background-color: #10218b;
	margin: 5% 1.5% 0;
}
.service-inner .cul3 dt {
	border-bottom: 2px solid #FFF;
}
.service-inner .cul3 dd {
	font-size: 120%;
	text-align: center;
	color: #FFF;
	padding: 3.5% 2%;
}

.service-inner .anomalous dl {
	width: 37%;
	float: left;
	background-color: #10218b;
	margin-top: 5%;
}
.service-inner .anomalous dt {
	border-bottom: 2px solid #FFF;
}
.service-inner .anomalous dd {
	font-size: 120%;
	text-align: center;
	color: #FFF;
	padding: 16px 8px;
}
.service-inner .anomalous dl:nth-of-type(even) {
	width: 60%;
	float: right;
}
.s-tstyle {
	width: 100%;
	max-width: 960px;
	letter-spacing: 0;
	line-height: 180%;
	margin-top: 2%;
}
.s-tstyle tr {
	border-bottom: 2px solid #d8d8d8;
}
.s-tstyle tr:first-child {
	border-bottom: none;
}
.s-tstyle th {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	background-color: #10218b;
	border-left: 1px solid #FFF;
	padding: 1% 2%;
}
.s-tstyle td {
	text-align: left;
	padding: 1% 2%;
}
.s-tstyle td.ce {
	text-align: center;
}
.s-tstyle tr th:nth-of-type(1) {
	width: 45%;
}
.s-tstyle tr th:nth-of-type(2) {
	width: 10%;
}
.s-tstyle tr td:nth-of-type(3) {
	text-align: center;
}
.s-tstyle tr td:nth-last-of-type(1){
	word-break: break-all;
}
.s-tstyle-s {
	width: 100%;
	max-width: 528px;
	letter-spacing: 0;
	line-height: 180%;
	margin-top: 2%;
}
.s-tstyle-s tr {
	border-bottom: 2px solid #d8d8d8;
}
.s-tstyle-s tr:first-child {
	border-bottom: none;
}
.s-tstyle-s th {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	background-color: #10218b;
	border-left: 1px solid #FFF;
	padding: 1% 2%;
}
.s-tstyle-s td {
	text-align: left;
	padding: 1% 2%;
}
.s-tstyle-s td.ce {
	text-align: center;
}
.s-tstyle-s tr th:nth-of-type(1) {
	width: 81.5%;
}
.s-tstyle-s tr td:nth-of-type(3) {
	text-align: center;
}


/* cf */

.service-products:after,.service-inner .helf:after,.service-inner .cul3:after,.service-inner .anomalous:after {
    content:" ";
    display:block;
    clear:both;
}

/* img */

.service-products img,.service-inner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	
	.service-products {
		width: 90%;
		padding: 5%;
	}
	.service-products .nom {
		width: 30%;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin: 0 auto;
		
	}
	.service-products .s-cont {
		width: 100%;
		float: none;
		color: #FFF;
		margin: 0 auto;
		padding: 0;
	}
	.service-products .s-cont h1 {
		width: 100%;
		font-size: 120%;
		margin-top: 5%;
	}
	.service-products .s-cont p {
		width: 100%;
		margin-top: 5%;
	}
	.service-products .photo {
		width: 100%;
		height: initial;
		height: auto;
		position: relative;
		margin-top: 5%;
	}
	.service-products .photo img {
		display: block;
	}
	.service-products:nth-of-type(1) .photo {
		background-image: none;
	}
	
	.service-inner p.title-style-m {
		font-size: 150%;
	}
	.service-inner p {
		font-size: 120%;
		text-align: left;
		line-height: 200%;
	}
	.service-inner p br {
		display: none;
	}
	.service-inner .s-image {
		width: 100%;
		max-width: 220px;
		margin: 5% auto 0;
	}
	.service-inner > section > ul {
		width: 100%;
		max-width: 740px;
		margin: 3% auto 0;
	}
	.service-inner > section > ul > li {
		font-size: 120%;
		line-height: 200%;
	}
	.service-inner > section > ul > li br {
		display: none;
	}
	.service-inner .half dd {
		font-size: 120%;
	}
	.service-inner .cul3 dl {
		width: 48%;
		float: left;
		margin: 5% 0;
	}
	.service-inner .cul3 dl:nth-of-type(even) {
		float: right;
	}
	.s-tstyle-s {
		max-width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	
	.service-inner .half a,.service-inner .half a:nth-of-type(even) {
		width: 100%;
		float: none;
	}
	.service-inner .half dl,.service-inner .cul3 dl {
		width: 100%;
		float: none;
	}
	.service-inner .half dl:nth-of-type(even),.service-inner .cul3 dl:nth-of-type(even) {
		float: none;
	}
	.s-tstyle,.s-tstyle-s {
		font-size: 80%;
	}
	.service-inner .anomalous dl,.service-inner .anomalous dl:nth-of-type(even) {
		width: 100%;
		float: none;
	}
}
	
@media only screen and (max-width: 480px) {
	
	
}

