@charset "utf-8";
/* CSS Document */

#main_image1{
	clear:both;
	width:100%;
}

#main_image1 img{
	width:95%;
	border:rgba(255,255,255,0.6) solid 5px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	height:auto;
	clear:both;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

#main_image2{
	display:none;
}


#header_sanken{
	margin-bottom:1em;
}

/*以下contents1*/
.contents1{
	background-color:rgba(255,255,255,0.6);
	padding:5px;
}

.contents1 h2{
	padding:0.2em;
	color:#FFF;
	background-color:#5D99FF;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

.service{
	background-color:#FFF;
	margin-top:5px;
}

.service dt a{
	display:block;
	font-weight:bold;
	background-color:#20B2AA;
	color:#FFF;
	padding:0.1em;
	text-align:center;
}

.service dt a:hover{
	display:block;
	font-weight:bold;
	background-color:#5D99FF;
	color:#FFF;
	padding:0.1em;
	text-align:center;
}

.service_in ul li{
	padding:1em;
}

.service_in ul li img{
	width:100%;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	line-height:1.8em;
}

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right:1.5em;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before{
	right:1.5em;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#news{
	margin-top:1em;

}

.arrow2{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	text-decoration: none;
	padding-left:2em;
}

.arrow2::before,
.arrow2::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow2::before{
	left:1em;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #20B2AA;
	border-right: 1px solid #20B2AA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news_contents{
	border-bottom:dotted 1px #CCCCCC;
	padding:1em;
}

.news_contents_dt{
	color:#666;
}

.news_contents_dt ul li a{
	color:#666;
}

.news_contents_dt ul li a:hover{
	color:#20B2AA;
}

.news_contents_dd{
	padding-top:0.5em;
}

.news_set{
	background-color:#FFF;
	padding-bottom:1em;
}

.efforts{
	margin-top:1em;
	background-color:#FFF;
	-webkit-box-shadow:0 10px 6px -6px #777;
	-moz-box-shadow:0 10px 6px -6px #777;
	box-shadow:0 10px 6px -6px #777;
}


.efforts h3{
	padding:0.2em;
	margin-bottom:1em;
	color:#FFF;
	background-color:#5D99FF;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

.contact_box{
	margin-top:1em;
	background-color:#FFF;
	-webkit-box-shadow:0 10px 6px -6px #777;
	-moz-box-shadow:0 10px 6px -6px #777;
	box-shadow:0 10px 6px -6px #777;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.contact_box h3{
	padding:0.2em;
	margin-bottom:1em;
	color:#FFF;
	background-color:#5D99FF;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

.contact{
	padding-bottom:1em;
	display:table;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.contact li{
	text-align:center;
	display:table-cell;
	height:3em;
	font-weight:bold;
	width:45%;
}

.contact li a{
	color:#1E90FF;
	text-decoration:none;
	display:block;
	background: #EEE;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	-moz-box-shadow:-1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:-1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
	padding: 10px 0;
}

.contact li a:hover{
	text-decoration:none;
	background:#EEE;
	border:1px solid #EEE;
	-moz-box-shadow:-1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:-1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
	padding:10px 0;
	color:#666;
	
}

.contact img{
	height:3em;
	vertical-align:middle;
}

.contact_i{
	padding-bottom:1em;
	padding-right:1em;
	padding-left:1em;
	display:table;
}

.contact_i1{
	width:80%;
	float:left;
}

.contact_i2{
	float:left;
	width:20%;
	text-align:right;
}


.contact_i li img{
	max-width:100%;
}

.overview{
	position: relative;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	margin-bottom:5px;

}

.overview a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.overview a:hover{
	background-color:#FFF;
	opacity:0.3;
}

.overview_in{
	display:table;
	width:100%;
}

.overview_1{
	display:table-cell;
	background:url(../images/top/overview.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:auto;
	position: relative;
	text-align:center;
}

.overview_1 dl{
	padding-top:1em;
}

.overview_1 dl dt{
	background-color:#5D99FF;
	margin-bottom:0.2em;
	color:#FFF;
}

.overview_1 dl dd{
	text-shadow:0 0 25px #FFFFFF,0 0 20px #FFFFFF,0 0 0.40px #FFFFFF;
	font-size:0.8em;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

.overview_1 ul{
	text-shadow:0 0 25px #FFFFFF,0 0 20px #FFFFFF,0 0 0.40px #FFFFFF;
	font-size:0.8em;
}

.overview_li1{
	padding-bottom:0.5em;
}

.overview_li2{
	padding-bottom:1em;
}


.overview_2{
	display:table-cell;
	background-color:#20B2AA;
	color:#FFF;
	vertical-align:middle;
	padding:0.2em;
	text-align:center;

}

.news_contents_dd a{
	color:#666;
}

.news_contents_dd a:hover{
	text-decoration:none;	
	color:#000;
}


/* タブレット向けのスタイル */

@media only screen and (min-width:481px){
.news_contents_dt ul{
	display:table;
}

.news_contents_dt ul li{
	display:table-cell;
	vertical-align:top;
}



}
/* PC向けのスタイル */

@media only screen and (min-width:769px){

#main_image1{
	display:none;
}

	
#main_image2{
	display:block;
	clear:both;
	width:100%;
}

#main_image2 img{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	height:auto;
	clear:both;
	border:rgba(255,255,255,0.6) solid 1em;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#header_sanken{
	margin-bottom:0em;
}

#header_nav{
	margin-bottom:2em;
}

/*以下contents1*/
.contents1{
	padding:1em;
}

.contents1 h2{
	padding:0.3em;
}

.service{
	margin-top:1em;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.service_in ul li{
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
}


.contents_set{
	display:table;
	width:100%;
}

#servicebox{
	display:table-cell;
	float:left;
	width:44%;
}

.news_set{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

#news{
	display:table-cell;
	float:right;
	width:44%;
	margin-top:0;
}



}