﻿
/*-------------------

------CONTENTS-------

-------------------*/

.contents-box{
	width:100%;
	padding:0;
	text-align: center;
	margin:0px auto;
}

.contents-logo {
	width: 130px;
	text-align: center;
	margin: 0 auto;
}

.contents-logo-trial {
	width: 150px;
	text-align: center;
	margin: 0 auto;
}



.check-list {
	display: flex;
	align-items:flex-start;
	justify-content: center;
	margin-bottom: 2.5%;
}
.check-list-left {
	display: block;
	width:25px;
	margin-right: 10px;
	vertical-align: top;
}
.check-list-right {
	text-align: left;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45em;
	display: block;
	width : -webkit-calc(100% - 35px);
	width : calc(100% - 35px));
	flex-wrap: wrap;
}

@media (max-width:768px){
	
	.check-list {
		margin-bottom: 1%;
	}
	.check-list-right {
		font-size: 0.95em;
		padding-top: 0.5px;
	}
	.check-list-right span{
		display: block;
		margin-top: -1px;
	}
	
}

.exp-box {
	width: 100%;
	max-width: 700px;
	margin: auto;
	display: flex;
	align-items:flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.exp-box img{
	margin-bottom: 15px;
}

.exp-box div{
	width: 45%;
}

.exp-box dd{
	width:30%;
}

.exp-box dt{
	display: none;
}


.exp-box img{

}

.exp-box span{
	font-size: 0.9em;
	letter-spacing: 0.1em;
	display: block;
	text-align: left;
}


@media (max-width:600px){
	
	.exp-box div{
		display: block;
		width: 47%;
		margin-bottom: 5%;
	}
	
	.exp-box dd{
		width:40%;
	}

}

@media (max-width:450px){
	
	.exp-box {
	justify-content: center;
}
	
	.exp-box div{
		width: 100%;
		max-width: 320px;
		margin-bottom: 8%;
	}
	
	.exp-box dd{
		display: none;
	}
	
	.exp-box dt{
		display: block;
		width: 40%;
		margin: auto;
	}

}

/*
.exp-box {
	width: 100%;
	display: flex;
	align-items:flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.exp-box img{
	margin-bottom: 15px;
}

.exp-box div{
	width: 30%;
}

.exp-box dd{
	width:43%;
}

.exp-box dt{
	display: none;
}


.exp-box img{

}

.exp-box span{
	font-size: 0.9em;
	letter-spacing: 0.1em;
	display: block;
	text-align: left;
}


@media (max-width:600px){
	
	.exp-box div{
		display: block;
		width: 47%;
		margin-bottom: 5%;
	}
	
	.exp-box dd{
		width:40%;
	}

}

@media (max-width:450px){
	
	.exp-box {
	justify-content: center;
}
	
	.exp-box div{
		width: 100%;
		max-width: 320px;
		margin-bottom: 8%;
	}
	
	.exp-box dd{
		display: none;
	}
	
	.exp-box dt{
		display: block;
		width: 40%;
		margin: auto;
	}

}
*/

.item-value {
	width: 100%;
	display: flex;
	align-items:flex-start;
	flex-wrap: nowrap;
}

.item-value p, .item-value span{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	text-align: left;
}

.item-value p{
	width: auto;
	font-size: 0.98em;
	letter-spacing: 0.1em;
	display: block;
	white-space: nowrap;
	padding: 0 0.6% 0 0.6%;
}

.item-value span{
	letter-spacing: 0.07em;
}

.price-table {
	width: 100%;
	
}

.price-table th,.price-table td{
	padding: 10px;
	border: solid 2px #fff;
	text-align: center;
}

.price-table th{
	background-color: #ffbd48;
	color: #fff;
}

.price-table td{
	background-color: #f4f4f4;
}

.notice-gene {
	display: block;
	font-size: 1em;
}

.notice-gene ul {
	list-style-type: none;
	text-align: left;
}

.notice-gene li{
	margin: 2px 0;
    padding-left: 1.2em;
    text-indent: -1em;
	line-height: 1.4em
  }

.notice-gene ul li:before {
	font-weight: 300;
	display: inline;
	content: "※";
	margin-right: -0.2em;
}

.small-button {
	width: 250px;
	font-size: 0.9em;
	font-weight: 500;
	bottom: 0;
	padding: 4px 5px 3px 5px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ex5-srv{
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: left;
}

.ex5-srv ul{
	padding: 0px;
	max-width:100%;
	margin-left: 5%;
	display: block;
	margin-bottom: -30px;
}

.ex5-srv ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width: 14.6%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.ex5-srv img{
	box-sizing:border-box;
}

.ex5-srv span{
	display:table;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 15px;
}

.ex5-srv dd{
	display: table-cell;
    vertical-align: middle;
	line-height: 1.8em;
	color: #333;
	font-size: 0.9em;
	font-weight: 600;
}

.ex4-top{
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 0px;
	text-align: left;
	border-bottom:solid 2px #ffbd48;
	background:url("../images/top_bg.png") #000;
	background-attachment: fixed;
}

.ex4-top ul{
	padding: 0px;
	max-width:100%;
	display: block;
	padding: 0;
	margin: 0;
}

.ex4-top ul li{
	display: inline-block;
	width: 25%;
}

.ex4-top img{
	box-sizing:border-box;
}

.ex4-top  img {
	filter:alpha(opacity=70); /* IE 6,7*/
	-ms-filter: "alpha(opacity=75)"; /* IE 8,9 */
	-moz-opacity:0.75; /* FF , Netscape */
	-khtml-opacity: 0.75; /* Safari 1.x */
	opacity:0.75;
	zoom:1; /*IE*/
}

.ex3-conte{
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: left;
}

.ex3-conte ul{
	padding: 0px;
	max-width:100%;
	margin-left: 5%;
	display: block;
}

.ex3-conte ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width:27.8%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.ex3-conte ul li img{
	box-sizing:border-box;
	display: block;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.ex3-conte span{
	display:table;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 15px;
}

.ex3-conte span dd{
	display: table-cell;
    vertical-align: middle;
	line-height: 1.8em;
	color: #333;
	font-size: 0.9em;
	font-weight: 600;
}

.ex3-conte span dd div{
	display: inline-block!important;
}

.ex3-conte p{
	font-size:  0.9em;
	line-height: 1.8em;
}


.ex3-fear{
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: center;
}

.ex3-fear ul{
	padding: 0px;
	max-width:100%;
	margin-left: 5%;
	display: block;
}

.ex3-fear ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width:27.8%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.ex3-fear ul li img{
	box-sizing:border-box;
	display: block;
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

.ex3-fear span{
	display:table;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 15px;
}

.ex3-fear span dd{
	display: table-cell;
    vertical-align: middle;
	line-height: 1.8em;
	color: #333;
	font-size: 1em;
	font-weight: 600;
}

.ex3-fear span dd div{
	display: inline-block!important;
}

.ex3-fear p{
	font-size:  0.9em;
	line-height: 1.8em;
}

======
.ex2-trial-plan{
	width:100%;
	padding: 0px;
	margin:0px auto;
	text-align: center;
}

.ex2-trial-plan ul{
	padding: 0px;
	max-width:100%;
	margin-left: 1%;
	display: block;
}

.ex2-trial-plan ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width:47%;
	margin: 0% 1%;
}

.ex2-trial-plan ul li img{
	box-sizing:border-box;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.ex2-trial-plan span{
	display:table;
	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 15px;
	line-height: 1.8em;
	color: #333;
	font-size: 1em;
	font-weight: 600;
}


.ex2_photo{
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	justify-content: space-around;
}

.ex2_photo li{
	width: 48%;
	margin-bottom: 2%;
}

.ex2_photo li span{
	text-align: center;
	display: block;
	margin-top: 5px;
	font-weight: 700;
}


.trial_value{
	max-width:650px;
	padding:20px 0px 20px 0px;
	text-align: left;
	margin:0px auto;
}

.trial_case_box{
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.trial_case{
	padding: 0;
	margin: auto;
	display: inline-block;
}


.trial_tit{
	font-size: 1.1em;
	font-weight: 600;
	float: left;
}

.trial_tit span{
	letter-spacing: 0.2em;
	display:inline-block;
	width: 130px;
	padding: 10px 0 10px 4px;
	background-color: #ffbd48;
	color: #fff;
	text-align: center;
}

.trial_tit dd{
	display: inline;
	padding: 10px 15px 10px 10px; 
	color: #ffbd48;
}


.trial_thing{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: -5px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0 0 10px 0;
	letter-spacing: 0.1em;
	text-align: left;
}

.trial_thing span{
	font-size: 1.7em;
	font-weight: 600;
}

.trial_thing span dd{
	font-size: 1.5em;
	display: inline;
	margin-right: 2px;
	font-weight: 500;
}

.price-box{
	margin: auto;
	display: inline-block;
}

.price-box td {
	padding: 10px 0 0 15px;
	text-align: left;
}

.price-box td span{
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}

.price-box th{
	background-color: #ffbd48;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	width: 130px;
	padding: 10px;
}


.option-box{
	margin: auto;
	display: inline-block;
}

.option-box td {
	padding: 10px 0 0 15px;
	text-align: left;
	font-size: 0.9em;
}


.option-box span{
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.option-box th{
	text-align: left;
	padding: 14px 20px 10px 20px;
	border: solid 1px #ccc;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.6em;
}


.center{
	margin: auto;
	text-align: center;
	display: inline-block;
}
/*-------------------

-------CHECKER-------

-------------------*/

.conte_left{
	float:left;
	width: 50%;
}
.conte_right{
	float:right;
	width: 50%;
}

.conte_photo1{
	width: 100%;
	height:450PX;
	background-image:url("../images/contents_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	}

.conte_photo2{
	width: 100%;
	height:450PX;   
	background-image:url("../images/contents_02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	}

.conte_photo3{
	width: 100%;
	height:450PX;   
	background-image:url("../images/contents_03.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	}


.conte_txt{
	width: auto;
	height:450PX;
	background: #fff;
	padding: 10% 7%;
	text-align: center;
	display:table;
	color: #333;
}

.conte_txt p{
	text-align: left;
	margin-bottom: 45px;	
}

.conte_txt h3 {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 600;
}

/*-------------------
---------------------
---------------------
-----CHECKER_END-----
---------------------
---------------------
-------------------*/


@media (max-width:950px){

	.ex5-srv ul{
	margin-left: 5%;
	margin-bottom: -30px;
	}
	.ex5-srv ul li{
	width: 19.5%;
	margin-right: 5%;
	margin-bottom: 30px;
	}
}

@media (max-width:767px){

	.conte_left{
		float:none;
		width: 100%;
	}
	.conte_right{
		clear: both;
		float:none;width: 100%;
	}
	.conte_photo1{
		height: 300px;
	}
	.conte_photo2{
		height: 300px;
	}
	.conte_photo3{
		height: 300px;
	}

	.ex5-srv ul{
		margin-left: 9%;
		margin-bottom: -30px;
	}

	.ex5-srv ul li{
		width: 23.7%;
		margin-right: 9%;
		margin-bottom: 30px;
	}

	.ex3-conte ul li{
		width:44%;
	}
	.ex3-fear ul li{
		width:44%;
	}
	.ex4-top ul li{
		width: 50%;
	}
}



@media (max-width:600px){

}

@media (max-width:480px){
	
	.ex5-srv ul{
		margin-left: 8%;
		margin-bottom: -20px;
	}
	.ex5-srv ul li{
		width: 41%;
		margin-right: 8%;
		margin-bottom: 20px;
	}

	.ex3-conte ul li{
		width:94.5%;
	}
	
	.ex3-conte ul li img{
		width: 50%;
	}
	.ex3-fear ul li{
		width:94.5%;
	}
	
	.ex3-fear ul li img{
		width: 50%;
	}

}
	