.pc_none {
    display: block;
}
@media screen and (max-width: 600px) {
 .sp_none {
    display: block;
}
}

#entrySecTtl .imageTtl {
    background: #e6f3f7 url("/dcms_media/image/mainimg_bg.png") no-repeat scroll center top;
}

#s_and_eOutline {
	margin: 0 auto;
    padding: 50px 0;
    width: 80%;
 }
@media screen and (max-width: 1140px) {
 #s_and_eOutline {
 padding: 0 0 50px;
 width: 100%;
}
}
#s_and_eOutline .s_and_eOutlineList:after { content: ""; display: table; clear: both; }
#s_and_eOutline .s_and_eOutlineList li { width: 47.9591%; float: left; position: relative; margin-top: 8%; }
#s_and_eOutline .s_and_eOutlineList li:after { content: ""; display: table; clear: both; }
@media screen and (max-width: 660px) {
 #s_and_eOutline .s_and_eOutlineList li {
 float: none;
 width: 100%;
 margin-top: 10%;
}
}
#s_and_eOutline .s_and_eOutlineList li:nth-child(even) {
 float: right;
}
@media screen and (max-width: 660px) {
 #s_and_eOutline .s_and_eOutlineList li:nth-child(even) {
 float: none;
}
}
#s_and_eOutline .s_and_eOutlineList li:nth-child(-n+2) {
 margin-top: 0;
}
@media screen and (max-width: 660px) {
 #s_and_eOutline .s_and_eOutlineList li:nth-child(-n+2) {
 margin-top: 10%;
}
}
#s_and_eOutline .s_and_eOutlineList li .image { position: relative; width: 42.5531%; padding-top: 42.5531%; margin-top: -7%; float: left; background: url(/dcms_media/image/circle_bg.png) no-repeat center center; background-size:cover; }
#s_and_eOutline .s_and_eOutlineList li .image img { width: 100%; position: absolute; top: 0; left: 0; }
#s_and_eOutline .s_and_eOutlineList li .image img:hover { opacity: 1.0; filter: alpha(opacity=100); }
#s_and_eOutline .s_and_eOutlineList li .ttl { font-size: 20px; font-weight: bold; color: #fff; padding: 1.8% 1.8% 1.8% 37%; margin: 0 0 3% 10%; background: #009e95; line-height: 1; }

/*#s_and_eOutline .s_and_eOutlineList li p.txt { font-weight:200; font-size: 25px; padding: 0 0 0 37%; margin-left: 10%; line-height:160%; margin-right: 5px; }*/
#s_and_eOutline .s_and_eOutlineList li p.txt { font-weight:200; font-size: 20px; padding: 0 0 0 37%; margin-left: 10%; line-height:160%; margin-right: 5px; }
#s_and_eOutline .s_and_eOutlineList li .ttl span { font-weight: 500; font-size: 16px; display: block; margin-bottom:3px; }
#s_and_eOutline .s_and_eOutlineList li p.en { font-family: 'Oswald'; font-weight:400; font-style: normal; color: #009e95; padding: 0 0 0 37%; margin-left: 10%; letter-spacing:0.1rem; }
@media screen and (max-width: 1140px) {
#s_and_eOutline .s_and_eOutlineList li .ttl {
font-size: 17px;
}
	#s_and_eOutline .s_and_eOutlineList li p.txt {font-size: 17px;}
}
@media screen and (max-width: 660px) {
 #s_and_eOutline .s_and_eOutlineList li p.txt {
font-size: 16px;
line-height:140%;
}
}

.contact_c_ttl{
	display: block;
	width: 100%;
	text-align: center;
	color: #00a9c7;
	overflow: hidden;
	font-size: 22px;
	padding: 50px 10px 20px;
	font-weight: bold;
}

.contact_c_btn{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #cbedf3;
	overflow: hidden;
}

.contact_c_btn ul{
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 0 0 30px;
	overflow: hidden;
}
.contact_c_btn ul li{
	display: block;
	float: center;
	text-align: center;
	color: #00a9c7;
	margin: 30px 0 0 0;
}
.contact_c_btn ul li img{
	display: inline;
	max-width: 300px;
}
@media screen and (max-width: 600px) {
	.contact_c_btn ul li{
	float: none;
}
.contact_c_btn ul{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.contact_c_btn ul li{
	display: block;
	float: center;
	text-align: center;
}
.contact_c_btn ul li img{
	display: inline;
	max-width: 240px;
}
