@charset "UTF-8";
.intro p {
	color: #666;
    line-height: 2;
    font-size: 107.7%;
    letter-spacing: .8px;
}

.for_SP {
	display: none;
}

.valSquare {
	display: none;
}

.for_PC {
	display: block;
}

@media screen and (max-width:768px) {
	.for_SP {
		display: block;
	}
	.for_PC {
		display: none;
	}
	.valSquare {
		display: inline;
	}
	.rctTtl_1 {
		line-height: 1.9;
	}
	.intro {
		margin: 15px 15px 0;
	}
}


/* 共通
=========================================== */


/*empSec*/

.empSec {
	margin-top: 40px;
}

.empSec p {
	margin: 0;
}

.empSec .empTtl {
	padding-bottom: 16px;
    color: #00a0e9;
    font-size: 230.8%;
    font-weight: normal;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}

#main .empSec .empTtl {
	margin: 0;
}

.empSec .empTtl:after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	margin-left: -15px;
	background-color: #00a0e9;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.empSec .empFigL {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

.empSec .empFigR {
	width: 300px;
	margin: 0 0 0 20px;
	float: right;
}

.empSec .empFigL img,
.empSec .empFigR img {
	width: 100%;
}

.empSec .empExp {
	color: #666;
}

.empSec .empExp p {
	line-height: 2;
}

.empSec .listImg {
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.empSec .listImgSP {
	display: none;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.empSec .listImg li {
	float: left;
	margin-right: 20px;
}

.empSec .listImg li:nth-child(3n) {
	margin: 0;
}
.empSec .comp {
	margin: 40px auto;
	padding: 30px 0;
	border: 1px solid #ccc;
	text-align: center;
	width: 690px;
}
.empSec .comp p {
	color: #666;
    font-size: 145.5%;
    font-weight: bold;
    letter-spacing: 1px;
}
.explain {
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.explain .tBlock {
	color: #666;
	font-weight: bold;
	font-size: 123.08%;
	text-align: center;
	letter-spacing: 1px;
}
.explain .dBlock {
	margin-top: 15px;
	color: #666;
	line-height: 2;
	font-size: 107.7%;
    letter-spacing: 1px;
}


@media screen and (max-width:768px) {
	.empSec {
		margin-top: 30px;
	}
	.empSec .empTtl {
		padding-bottom: 10px;
		border-bottom: 2px solid #ccc;
		color: #3e3e3e;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-align: left;
		position: relative;
	}
	#main .empSec .empTtl {
		margin-right: 15px;
		margin-left: 15px;
	}
	.empSec .empTtl:after {
		content: '';
		display: block;
		width: 50px;
		margin-left: 0;
		background: #00a0e9;
		position: absolute;
		left: 0;
		bottom: -2px;
		height: 2px;
	}
	.empSec .empFigL,
	.empSec .empFigR {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.empSec .listImg {
		display: none;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}
	.empSec .listImgSP {
		display: block;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}
	.empSec .listImgSP li{
		float: left;
		margin: 0;
	}
	.empSec .listImgSP img{
		width: 100%;
		height: auto;
	}
	.explain .tBlock {
		text-align: left;
	}
	.explain {
		border: none;
		margin-left: 15px;
		margin-right: 15px;
		text-align: left;
	}
}



.valCnt {
	margin-top: 40px;
}

.valCnt .valList {
	margin: 60px 0 0;
	padding: 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

.valCnt .valList li {
	border-bottom: 1px solid #ccc;
	padding: 35px 0 30px;
}


/*==clearfix==*/

.valCnt .valList li:after {
	content: "";
	display: block;
	clear: both;
}

.valCnt .valList li .elm {
	width: 300px;
	color: #00a0e9;
	font-size: 153.857%;
	font-weight: bold;
	float: left;
	letter-spacing: 1px;
}

.valCnt .valList li .txt {
	margin-left: 320px;
    color: #666;
    line-height: 2;
    font-size: 108%;
    letter-spacing: 1px;
}

.valList li .txt span {
	font-weight: bold;
	position: relative;
}

.tw{
	width: 100%;
	padding-top: 56.916%;
	position: relative;
}
.tw iframe{
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}



.mb20 {
	margin-bottom: 20px !important;
}
.elm .icon{
	display: block;
	margin-top: 13px;
}
@media screen and (max-width:768px) {
	.valCnt {
		margin-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.valCnt .valList {
		margin-top: 0;
		border-top: none;
	}
	.valCnt .valList li {
		margin-top: 30px;
		padding: 0;
		border-bottom: none;
	}
	.valCnt .valList li .elm {
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 2px solid #ccc;
		color: #3e3e3e;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-align: left;
		position: relative;
		float: none;
	}
	.valCnt .valList li .elm:after {
		content: '';
		display: block;
		width: 50px;
		margin-left: 0;
		background: #00a0e9;
		position: absolute;
		left: 0;
		bottom: -2px;
		height: 2px;
	}
	.valCnt .valList li .txt {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	.valList text span:before {
		content: '■';
	}
	.tw{
		padding-top: 110.35%;
		min-height: 200px;
	}
}

.valuesBlock {
	padding: 20px;
	background: #daf3ff;
	padding-bottom: 1px;
}
.valuesBlock h3 {
	color: #00a0e9;
	font-weight: bold;
	text-align: center;
	font-size: 153.85%;
}
.valuesList {
	width: 100%;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.valuesList li img {
	width: 100%;
}
.valuesList .txtHolder {
	padding: 12px;
	color: #666;
	font-weight: normal;
	padding-top: 0;
}
.valuesList li {
	min-height: 260px;
    background: #fff;
    width: 32.40%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.valuesList li:nth-child(3n) {
	margin-right: 0;
}

.info {
	text-align: center;
    padding-top: 30px;
    color: #666;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 108%;
}
#main li h4 {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.valuesBlock {
		margin-right: 15px;
		margin-left: 15px;
	}
	.valuesBlock h3 {
		margin-bottom: 25px !important;
		color: #000;
		font-weight: bold;
		text-align: left;
		font-size: 118.85%;
		line-height: 1.5;
	}
	.valuesList li {
		overflow: hidden;
		width: 100%;
		min-height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.valuesList li h4 {
		width: 50%;
		float: left;
	}
	.comp {
    	padding: 20px 10px!important;
	}
	.bgspList {
		background: #daf3ff!important;
	}
	.moreBtn {
		background: #fff;
	}
	#main .empSec .empTtl {
    	line-height: 1.5;
	}
	.empSec .comp {
		width: 95%;
	}
	.intro p {
		line-height: 1.5;
    	font-size: 92%;
    }
    .empSec .comp p {
    	font-size: 93.5%;
	}
	.valuesBlock {
		padding: 10px;
	}
	.valCnt .valList li .elm {
		border-bottom: none;
		text-align: center;
	}
	.valCnt .valList li .elm:after {
		background: none;
	}
	.info {
	    padding: 30px 10px 0;
	    text-align: left;
	}
	.valuesList .txtHolder  {
		margin-top: 10px;
	}
}
