@charset "utf-8";

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
}

a {
	text-decoration: none;
	color: #0088cc;
  }
a:hover {
	text-decoration: underline;
  }
a:visited {
	text-decoration: none;
	color: #0088cc;
  }
h1 {
	font-size: 12px;
	height: 13px;
}
h2 {
	font-size: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.h3_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.blue {
	color: #1E74A2;
}

.tcenter { text-align:center; }
.tleft   { text-align:left;   }
.tright  { text-align:right;  }

.fleft  { float:left;  }
.fright { float:right; }

.aclear { clear:both;  }
.lclear { clear:left;  }
.rclear { clear:right; }
.on a:hover img {
 opacity: 1.0;
}


.mt1  { margin-top:1px;  }
.mt3  { margin-top:3px;  }
.mt5  { margin-top:5px;  }
.mt8  { margin-top:8px;  }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 {
	margin-top:20px;
}
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt35 { margin-top:35px; }
.mt40 { margin-top:40px; }
.mt45 { margin-top:45px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mt90 { margin-top:80px; }
.mt100 { margin-top:100px; }
.mt390 { margin-top:390px; }

.mb5  { margin-bottom:5px;  }
.mb6  { margin-bottom:6px;  }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }

.ml5  { margin-left:5px;  }
.ml7  { margin-left:7px;  }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }
.ml45 { margin-left:45px; }
.ml50 { margin-left:50px; }
.ml100 { margin-left:100px; }
.ml130 { margin-left:130px; }

.mr5  { margin-right:5px;  }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }
.mr35 { margin-right:35px; }
.mr40 { margin-right:40px; }
.mr45 { margin-right:45px; }
.mr50 { margin-right:50px; }
.mr60 { margin-right:60px; }
.mr90 { margin-right:90px; }

.pt5  { padding-top:5px;  }
.pt8  { padding-top:8px;  }
.pt10 { padding-top:10px; }
.pt14 { padding-top:14px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt25 { padding-top:25px; }
.pt30 { padding-top:30px; }
.pt35 { padding-top:35px; }
.pt40 { padding-top:40px; }
.pt45 { padding-top:45px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }

.pb5  { padding-bottom:5px;  }
.pb6  { padding-bottom:6px;  }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pb80 { padding-bottom:80px; }

.pl5  { padding-left:5px;  }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl25 { padding-left:25px; }
.pl30 { padding-left:30px; }
.pl35 { padding-left:35px; }
.pl40 { padding-left:40px; }
.pl45 { padding-left:45px; }
.pl50 { padding-left:50px; }
.pl60 { padding-left:60px; }
.pl70 { padding-left:70px; }
.pl300 { padding-left:300px; }

.pr5  { padding-right:5px;  }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }
.pr25 { padding-right:25px; }
.pr30 { padding-right:30px; }
.pr35 { padding-right:35px; }
.pr40 { padding-right:40px; }
.pr45 { padding-right:45px; }
.pr50 { padding-right:50px; }

.w50 { width:50px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w310 { width:310px; }
.w320 { width:320px; }
.w330 { width:330px; }
.w340 { width:340px; }
.w350 { width:350px; }
.w360 { width:360px; }
.w370 { width:370px; }
.w380 { width:380px; }
.w390 { width:390px; }
.w400 { width:400px; }
.w410 { width:410px; }
.w420 { width:420px; }
.w430 { width:430px; }
.w440 { width:440px; }
.w450 { width:450px; }
.w460 { width:460px; }
.w470 { width:470px; }
.w480 { width:480px; }
.w490 { width:490px; }
.w500 { width:500px; }
.w510 { width:510px; }
.w520 { width:520px; }
.w530 { width:530px; }
.w540 { width:540px; }
.w550 { width:550px; }
.w560 { width:560px; }
.w570 { width:570px; }
.w580 { width:580px; }
.w590 { width:590px; }
.w600 { width:600px; }

.line-d {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
.line-s {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.w500 {
	width:500px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.w600 {
	width:600px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.w700 {
	width:700px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.w750 {
	width:750px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.w800 {
	width:800px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.w900 {
	width:900px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
.w1000 {
	width:980px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.w1600 {
	width:1600px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fcenter {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.cyuou {
	float: left;
	text-align: left;
	width: auto;
	vertical-align: middle;
}
.wcenter {
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.wcenter {
	margin-right: auto;
	margin-left: auto;
	width: 645px;
}

.cont-wrapper {width: 100%; padding: 0; margin: 0;}

	.midashi-title {width: 100%; margin: 0 auto;}
	.heading {text-align: center;}
	

.heading .heading__sub {
  opacity: 1;
}

.heading__main {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1;
}

.heading__main span {
  display: inline;
}

.heading__sub {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #6c757d;
}

	.toiawase-banner {
		max-width: 320px;
		padding: 20px;
		margin: 10px auto;
		background-color: #ff8400;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.toiawase-banner:hover {
		background-color: #278f9c;
	}
	.toiawase-banner img {
		float:left;
		margin-right: 10px;
	}
	.toiawase-banner p {
		font-size: 1.4em;
		margin-bottom: 0;
		color: #ffffff;
		text-align: center;
	}
	.toiawase-banner a:hover {text-decoration: none;}




#container{
width:100%;
}

.container{width:100%;}

.nav {
	display:none;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: rgba(255, 255, 255, 1.0);
	position:relative;
	z-index:9998;
}
.fixed {
	display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

}

/**** fade in ****/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

	
#dropmenu{
	position: relative;
	list-style-type: none;
	width: 100%;
	height: 50px;
	padding: 0;
	background: #ffffff;
	border-radius: 3px 3px 0 0;
	margin-right: auto;
	margin-bottom: 300px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	
}
#dropmenu li{
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a img{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}

#dropmenu li a{
	display: block;
	margin: 0;
	padding: 15px 0 15px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing:border-box;
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	width: 100%;
}

#dropmenu li ul li{
  overflow: hidden;
  width: 25% !important;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}


#dropmenu li ul li ul li{
  overflow: hidden !important;
  width: 100% !important ;
  height: 0 !important;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  float:none;
}

.navi_sub{
	
}

#dropmenu li ul li a{
	padding: 17px 17px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#dropmenu li:hover > a{
  background: #cccccc;
  color: #333333;
}
#dropmenu a:hover > li{
  background: #cccccc;
  color: #333333;
}

#dropmenu li:hover ul li{
	position: relative;
	overflow: visible;
	height: 50px;
	background-color: #333;
}
#dropmenu li ul li:hover ul li{
	overflow: visible;
	height: 50px !important;
	border-top: 1px solid #333;
	background-color: #333;
	  width: 100% !important ;

}


#nav-sp {
	display:none;
}
#sidemenu {
	display: none;
}











#nav-sp {
	display:none;
}
#sidemenu {
	display: none;
}







/*メインスライダー*/
.slideshow {
	position:relative;
	overflow:hidden;
	width:100%;
	height:600px;
	margin-top: -15px;
  }
.slideshow li {
	position:absolute;
	left:50%;
	width:1900px;
	height:600px;
	margin-left:-950px;
	list-style-type: none;
  }

/*メインスライダーtest*/
.slideshow2 {
	position:relative;
	overflow:hidden;
	width:100%;
	height:600px;
	margin-top: -15px;
  }
.slideshow2 li {
	position:absolute;
	left:50%;
	width:1900px;
	height:600px;
	margin-left:-950px;
	list-style-type: none;
  }


/*メイン下slick*/

.slide_img{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.slide_img:hover{
	background-color: #333333;
}
.slick_bg {
	background-color: #EFEFEF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.lr_auto {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	width: 900px; 
}
.slide_img a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
  } 

/*笑顔*/

#egao01_box a:hover .diamond_inner {
	background: #e60012; 
}
#nav-egao01
{

}
#nav-egao02
{
	padding-left: 160px;
}
#nav-egao03
{
	padding-left: 160px;
}
#nav-egao04
{
}
#nav-egao05
{
		padding-left: 160px;
}
#nav-egao06
{
		padding-left: 160px;
}
#egao_img {
	height: 640px;
	width: 100%;
	background-image: url(../images/egao00.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}
#egao_img2 {
	height: 640px;
	width: 100%;
	background-image: url("../images/egao50.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}

#egao_img3 {
	height: 640px;
	width: 100%;
	background-image: url("../images/egao50.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}

.egao_inimg {
	position:absolute;
    left:50%;
    width:1800px;
    margin-left:-900px;
}
#egao01_box {
	top: 80px;
	position: absolute;
	text-align: center;
	padding: 0px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
}
#egao01_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#egao01_box li {
	width: 160px;
	float: left;
	display: inline;
	height: 160px;
	list-style-type: none;
}
.egao_auto {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	width: 800px;
	height: 480px;
	background-image: url(../images/egao_bg.png);
}

/*笑顔2*/

#egaoo01_box a:hover .diamond_inner {
	background: #e60012; 
}
#nav-egaoo01
{

}
#nav-egaoo02
{
	padding-left: 160px;
}
#nav-egaoo03
{
	padding-left: 160px;
}
#nav-egaoo04
{
}
#nav-egaoo05
{
		padding-left: 160px;
}
#nav-egaoo06
{
		padding-left: 160px;
}

#egaoo_img {
	height: 640px;
	width: 100%;
	background-image: url(../images/egao00.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}
#egaoo_img2 {
	height: 640px;
	width: 100%;
	background-image: url("../images/egao50.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}

#egaoo_img3 {
	height: 640px;
	width: 100%;
	background-image: url("../images/egao50.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}

#egaoo_img4 {
	height: 640px;
	width: 100%;
	background-image: url("../images/egao50.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}

#egaoo_img5 {
	height: 640px;
	width: 100%;
	background-image: url("../images/egao50.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}
	
#egaoo_img6 {
	height: 640px;
	width: 100%;
	background-image: url("../images/egao50.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	position:relative;
    overflow:hidden;
}


.egaoo_inimg {
	position:absolute;
    left:50%;
    width:1800px;
    margin-left:-900px;
}
#egaoo01_box {
	top: 80px;
	position: absolute;
	text-align: center;
	padding: 0px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
}
#egaoo01_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#egaoo01_box li {
	width: 160px;
	float: left;
	display: inline;
	height: 160px;
	list-style-type: none;
}
.egaoo_auto {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	width: 800px;
	height: 480px;
	background-image: url(../images/egao_bg.png);
}

.inbox160 {
	height: 160px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
.inbox160_text {
	width: 160px;
	padding-top: 70px;
	height: auto;
}
.inbox160 p {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#egao01_box a:hover .inbox160{
	background: #e60012;
	color: #ffffff;
}
#egao01_box a:hover .egao_auto{
background-image: url(../images/egao_bg.jpg);}

#egaoo01_box a:hover .inbox160{
	background: #e60012;
	color: #ffffff;
}
#egaoo01_box a:hover .egaoo_auto{
background-image: url(../images/egao_bg.jpg);}

#smile_text {
	text-align: center;
	font-size: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 130px;
	width: 800px;
	float: left;
	line-height: 50px;
}
	
.smile_text {
	text-align: center;
	font-size: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: 130px;
	width: 800px;
	float: left;
	line-height: 50px;
	}

.fcenter li {
	margin-left: -40px;
}

	.wakunasi {
		text-align: left;
		margin-top: 20px;
	}
	.wakunasi h3 {
		margin-top: -20px;
		font-size: 2rem!important;
		margin-bottom: 0;
		text-align: left;
		color: #3092c0;
		font-weight: bold;
		text-shadow: 1px 1px 6px #cccccc;
	}

/*ふんわりシャドウ*/
	.shadow {
		display: inline-block;
		text-decoration: none;
		transition: all .4s ease-in-out;
		margin: 0;
		line-height: 19px;
		padding-right: 10px;
		text-align: right;
	}
	.shadow a {
		font-size: 18px;
		color: #333333;
		font-weight: bold;
	}
	.shadow a:hover {
		text-shadow: 1px 1px 3px rgba(0,0,0,.5);
		text-decoration: none;
		color: #e60012;
	}
	.shadow a span {
		font-size: 14px;
		padding-right: 30px;
		font-weight: normal;
	}
	.shadow a span:hover {color: #e60012;}



/*tableline*/
table tr td .tableline-td {
	padding: 10px;
	text-align: left;
	font-size : 14px;
	border: solid 1px #999999;
	}


/*サービス*/
#service {
	width: 982px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#service_box {
	width:100%;
	height:auto;
	background-color: #F0F0F0;
	padding-top: 70px;
	padding-bottom: 100px;
}

.service_box {
	width:100%;
	height:auto;
	background-color: #F0F0F0;
	padding-top: 70px;
	padding-bottom: 100px;
}


/*特徴*/
	.slidein .pleft {
		-webkit-transition: all 2s;
  		-webkit-transform: translate(0, 0);
  		opacity: 1;
	}
	
	.slidein .pleft.move {
		-webkit-transform: translate(-200px, 0);
		opacity: 0;
	}

	.slidein .pright {
		-webkit-transition: all 2s;
  		-webkit-transform: translate(0, 0);
  		opacity: 1;
	}
	
	.slidein .pright.move {
		-webkit-transform: translate(200px, 0);
		opacity: 0;
	}

	.slidein .pcenter {
		-webkit-transition: all 2s;
  		-webkit-transform: scale(1.0);
  		opacity: 1;
	}
	
	.slidein .center.move {
		-webkit-transform: translate(0, 0) scale(0.5);
		opacity: 0;
	}


/* CSS Document */

/*レイアウト*/
.tcenter {
	text-align: center;
}
.service_title {
	font-size: 60px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
.service_25 {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 40px;
}

#slider {
  position:relative;
  overflow: hidden;
}
#wrapper {
  background: #fff;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#carousel li {
  float: left;
  
}
#prev, #next {
  background-color: #fff;
  opacity:0.7;
  filter: alpha(opacity=70);/* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";/* ie 8 */
  zoom:1;
  display: block;
  height: 300px;
  width: 50%;
  top: 0;
  position: absolute;
}
#prev:hover, #next:hover {
  opacity:0.4;
  filter: alpha(opacity=40);/* ie 6 7 */
  -ms-filter: "alpha(opacity=40)";/* ie 8 */
  zoom:1;
}
#prev {
  left: -250px;/* スライドする画像の横半分の値 */
  background:#fff url( ../images/arrow-left.png ) 95% center no-repeat;
}
#next {
  background:#fff url( ../images/arrow-right.png ) 5% center no-repeat;
  right: -250px;/* スライドする画像の横半分の値 */
}
#prev img {
  right:20px;
  top:120px;
  position:absolute;
}
#next img {
  left:20px;
  top:120px;
  position:absolute;
}
#pager {
  text-align:center;
  padding:10px;
}
#pager a {
  border: 2px solid #ccc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px 0 0;
}
#pager a:hover {
  background:#eee ;
}
#pager a span {
  display: none;
}
#pager a.selected {
  background-color: #ccc;
}

/*メインスライド*/
  
/*サービス*/
.service_blue {
	font-weight: bold;
	color: #1462B8;
	margin-bottom: 20px;
}
.service_text {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-align: left;
	margin-top: 20px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.service_btn {
	height: 180px;
	width: 180px;
	background-color: #FFFFFF;
	border-radius: 90px;  /* CSS3草案 */
	-webkit-border-radius: 90px; /*Safari,Google Chrome用 */
	-moz-border-radius: 90px;
	margin-right: auto;
	margin-left: auto;
	}

	.service-service {
		height: 160px;
		width: 160px;
		position: absolute;
		right: 0;
		top: 160px;
		padding-top: 65px;
	}

	.service-service2 {
		height: 160px;
		width: 160px;
		position: absolute;
		right: 0;
		top: 160px;
	}
	




/*メディア*/
#media_box {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #163063;
	background-image: url(../images/media_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.slider {
    width: 90%;
    margin: 0 auto 80px;
  }
.slick-slide img {
    width: 100%;
    height: auto;
  }
.media_slide{
	width: 100%;
  }
.media_slide a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;  
  }
.media_slide .slick-slide{
    margin: 5px;
  }

.media_slide .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  
  -webkit-filter: opacity(0.5);
  -moz-filter: opacity(0.5);
  -o-filter: opacity(0.5);
  -ms-filter: opacity(0.5);
  filter: alpha(opacity=50);
  transition: 0.2s linear;

}
.media_auto {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.media1w {
	margin-top: 24px;
}
.media2w {
	margin-top: 13px;
}
.media_btn {
	height: 70px;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	margin-top: 40px;
	float: left;
	line-height: 22px;
	margin-left: 15px;
	background-color: rgba(22,45,90,0.2);
	width: 140px;

}
.media_btn:hover {
	background-color: rgba(22,45,90,0.8);
}



/*ソーシャルメディア*/
#social_box {
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.social_fb {
	height: 300px;
	width: 290px;
	float: left;
	margin-left: 28px;
	margin-top: 20px;
}
	.social_fb2 {
	height: 300px;
	width: 290px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}

.social_twi {
	height: 300px;
	width: 190px;
	float: left;
	margin-top: 140px;
	margin-left: 20px;
}
	.social_twi2 {
	height: 295px;
	width: 205px;
	float: left;
	margin-top: 140px;
	margin-left: 15px;
}
.social_youtube {
	width: 416px;
	text-align: center;
	float: right;
	margin-top: 168px;
	height: 234px;
	margin-right: 20px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 416px !important;
	height: 237px !important;
}

/*ニューストピックス*/
#news_box {
	height: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 80px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
.news_l {
	width: 480px;
	height: 180px;
	background-color:rgba(255,255,255,0.7);
	float: left;
	text-align: left;

}
.news_linbox {
	margin: 15px;
	height: auto;
}
.news_img{
	width: 150px;
	float: left;
	margin-bottom: 15px;
}
.news_textbox {
	float: right;
	width: 275px;
	background-color:rgba(255,255,255,0.8);
	height: 90px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.white_waku a {
	color: #FFF;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(18,167,183,0.4);
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
}
.white_waku a:hover {
	background-color: rgba(0,114,123,0.6);
	text-decoration: none;
}

/*パートナー*/
#partner_box {
	height: auto;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
}
.partner_waku{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.partner_waku .inbox{
	width: 190px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
.partner_waku .inbox02{
	width: 197px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.partner_waku .inbox:hover{
	background-color: #FFFFFF;
}
.partner_waku .inbox02:hover{
	background-color: #FFFFFF;

}


/*マップ*/
#map{
    width: 100%;
    height: 400px;
}


#map_box {
	padding-right: 40px;
	padding-left: 40px;
	height: 400px;

}
.google-maps {
	position: relative;
	height: 400px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/*グローバル*/
#gro_box {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/company_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 20px;
}
.gro_left {
	float: left;
	width: 330px;
	height: auto;
	text-align: left;
	margin-left: 40px;
	margin-top: 70px;
}
.gro_right {
	width: 330px;
	height: auto;
	text-align: left;
	margin-right: 40px;
	margin-top: 70px;
	float: left;
}
.gro_logo {
	height: 200px;
	width: 160px;
	margin-right: 40px;
	margin-left: 40px;
	float: left;
}
.gro_newsleft {
	float: left;
	width: 17%;
	height: auto;
	text-align: left;
	margin-left: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.gro_newsright {
	float: right;
	width: 71%;
	height: auto;
	text-align: left;
	margin-right: 40px;
	padding-top: 12px;
}

/*フッター*/
#footer_box {
	display: block;
	height: auto;
	padding-bottom: 20px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #404040;
	padding-top: 25px;
}
.footer_inbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.footer_inbox a{
	color: #CCC;
	text-decoration: none;
}
.footer_inbox a:hover{
	color: #FFF;
	text-decoration: underline;
}
.footer_text {
	margin-top: 30px;
	color: #FFF;
	float: left;
	width: 195px;
	margin-bottom: 20px;
}
.footer_text02 {
	margin-top: 20px;
	margin-left: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}
.footer_text03 {
	margin-top: 20px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}
.footer_text04 {
	color: #FFF;
	line-height: 20px;
	margin-right: auto;
	width: 980px;
	margin-left: auto;
	text-align: left;
}
.footer_inline {
	color: #FFF;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 20px;
}
.footer_05 {
	
}
/*フッターAR*/
#footer_AR {
	height: 100px;
	background-color: #333;
	color: #999;
}
	
	.footer_spwaku {padding-top: 35px;}

/*ボタン丸*/
.button_maru {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #CCCCCC;
	line-height: 50px;
	overflow: hidden;
	border-radius: 20px;  /* CSS3草案 */
	-webkit-border-radius: 20px; /*Safari,Google Chrome用 */
	-moz-border-radius: 20px;
	}
.button_maru:hover {
	background-color: #333333;
}
.button_maru::before,
.button_maru::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.20);
	transform: scale(.20);
	border-radius: 20px;  /* CSS3草案 */
	-webkit-border-radius: 20px; /*Safari,Google Chrome用 */
	-moz-border-radius: 20px;
	}
.button_maru,
.button_maru::before,
.button_maru::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_maru:hover::after {
	background: #FF0000;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*ソーシャルメディアボタン*/

a .social_btnbox {
	color: #333;
	width: 355px;
	height: 55px;
	text-align: center;
	border: 2px solid #333;
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px; /*Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	margin-right: auto;
	margin-left: auto;
	line-height: 55px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover .social_btnbox {
	color: #FFF;
	background-color: #666;
}
.social_bg01 {
	background-image: url(../images/social_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 530px;
}
.social_bg02 {

}
.social_bg03 {
	background-image: url(../images/social_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 530px;
}


/*spサイドメニュー*/
section#sidemenu {
	display: none;
}

a#sidemenu-back {
	display: none;
}
.tab_on {
	display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/*TOPへ戻る*/
#page-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	font-size: 77%;
z-index:9998;
}
#page-top a {
	text-decoration: none;
	color: #333;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 5px;
	height: 100px;
	line-height: 100px;
	background-image: url(../images/page-top.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}
#page-top a:hover {
	text-decoration: none;
	background-image: url(../images/page-top_on.png);
}
.pc a .footer_title {
	width: 100%;
	border: 1px solid #333;
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px; /*Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #333;
	text-decoration: none;
	background-color: rgba(255,255,255,0.4);
}
.pc a:hover .footer_title {
	background-color: rgba(0,138,196,0.6);
	text-decoration: none;
	color: #FFF;

}
.pc .gro_left a:hover {
	background-color: #999999;
	text-decoration: none ;

}
.pc .gro_right a:hover {
	background-color: #999999;
	text-decoration: none ;

}
.pc .gro_text {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;

}


#gro_box  a .red_btn  {
	font-size: 12px;
	background-color: #8E8E8E;
	color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	margin-top: 5px;
}
#gro_box  a:hover .red_btn  {
	background-color: #E60012;
}

}

@media screen and (min-width: 962px) {
	.rtoc {max-width: 600px; margin: 0 auto; padding-top: 70px;}
}
@media screen and (max-width: 961px) {
	.rtoc {width: 100%; margin: 0 auto; padding-top: 70px; padding-left: 20px; padding-right: 20px; margin-bottom: 3em;}
	.pcenter img {display: none;}
}


#youtube_movie {max-width: 1000px; padding-bottom: 4em; margin: 0 auto; padding-left: 10px; padding-right: 10px;}
#youtube_movie .youtube_inner {width: 600px; height: 338px; margin: 0 auto; position: relative; overflow: hidden; border: solid 1px #000000;}
@media screen and (max-width: 768px) {
	#youtube_movie .youtube_inner {width: 100%; height: auto; padding-bottom: 56.25%;}
}
#youtube_movie iframe {position: absolute; top: 0;left: 0; width: 100%; height: 100%;}

/*===============================================
●style.css 画面の横幅が768px以下
===============================================*/
@media screen and (max-width: 768px) {

.pc {
	display: none;
}
.sp {
	display: block;
}
.tab_on {
	display: none;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: small;
}
a {
	color: #0088cc;
  }
.blue {
	color: #1E74A2;
}

h1 {
	font-size: xx-small;
	height: 40px;
}
h2 {
	font-size: 35px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.h3_line {
	width: 90%;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
}
.sp-fl{float:left;}
.sp-fr{float:right;}
.sp-tl{text-align:left;}
.sp-tr{text-align:right;}
.sp-tc{text-align:center;}

.sp-ml5  { margin-left:5px;  }
.sp-ml10 { margin-left:10px; }
.sp-ml15 { margin-left:15px; }
.sp-ml20 { margin-left:20px; }
.sp-ml25 { margin-left:25px; }
.sp-ml30 { margin-left:30px; }
.sp-ml40 { margin-left:40px; }

.sp-mr5  { margin-right:5px;  }
.sp-mr10 { margin-right:10px; }
.sp-mr15 { margin-right:15px; }
.sp-mr20 { margin-right:20px; }
.sp-mr25 { margin-right:25px; }
.sp-mr30 { margin-right:30px; }
.sp-mr40 { margin-right:40px; }

.sp-mt5  { margin-top:5px;  }
.sp-mt10 { margin-top:10px; }
.sp-mt15 { margin-top:15px; }
.sp-mt20 {margin-top:20px;}
.sp-mt25 { margin-top:25px; }
.sp-mt30 { margin-top:30px; }
.sp-mt35 { margin-top:35px; }
.sp-mt40 { margin-top:40px; }

.sp-mb5  { margin-bottom:5px;  }
.sp-mb10 { margin-bottom:10px; }
.sp-mb15 { margin-bottom:15px; }
.sp-mb20 { margin-bottom:20px; }
.sp-mb25 { margin-bottom:25px; }
.sp-mb30 { margin-bottom:30px; }
.sp-mb35 { margin-bottom:35px; }
.sp-mb40 { margin-bottom:40px; }

.aclear { clear:both;  }
.lclear { clear:left;  }
.rclear { clear:right; }

.on a:hover img {
 opacity: 1.0;
}


.line-d {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
.sp-line-s {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.sp-line-d {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-right: 10px;
	margin-left: 10px;
}

.w1000 {
	width:100%;
	height:auto;
}
.w1600 {
	width:1600px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.cyuou {
	float: left;
	text-align: left;
	width: auto;
	vertical-align: middle;
}
.wcenter {
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.wcenter {
	margin-right: auto;
	margin-left: auto;
	width: 645px;
}

/**** fade in ****/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


	.midashi-title {width: 100%; margin: 0 auto;}
	.heading {text-align: center;}

	.heading__main {
		font-size: 22px;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.heading__sub {font-size: 16px;color: #6c757d;}

	
	
	.toiawase-banner {
		max-width: 320px;
		padding: 20px;
		margin: 10px auto;
		background-color: #ff8400;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.toiawase-banner:hover {
		background-color: #278f9c;
	}
	.toiawase-banner img {
		float:left;
		margin-right: 10px;
	}
	.toiawase-banner p {
		font-size: 1.4em;
		margin-bottom: 0;
		color: #ffffff;
		text-align: center;
	}
	.toiawase-banner a:hover {text-decoration: none;}


	

#container{
width:100%;
}

.container{width:100%;}

.nav {
	display:none;
}

/*メインスライダー*/
.slideshow {
	position:relative;
	overflow:hidden;
	width:100%;
	height:250px;
  }
.slideshow li {
	position:absolute;
	left:50%;
	width:1900px;
	height:250px;
	margin-left:-950px;
	list-style-type: none;
  }

/*メインスライダーtest*/
.slideshow2 {
	position:relative;
	overflow:hidden;
	width:100%;
	height:375px;
  }
.slideshow2 li {
	position:absolute;
	left:50%;
	width:1900px;
	height:375px;
	margin-left:-950px;
	list-style-type: none;
  }


/*メイン下slick*/

.slide_img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background: #333333;
}
.slick_bg {
	background-color: #D8D8D8;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.lr_auto {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	width: 900px; 
}
.slide_img a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
  } 

/*笑顔*/
.nav-egao00
{
	height: auto;
	width: 100%;
}
#egao01_box a:hover .diamond_inner {
	background: #e60012; 
}
#nav-egao01
{

}
#nav-egao02
{

}
#nav-egao03
{

}
#nav-egao04
{

}
#egao_img {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url(../images/egao_spbg.jpg);
	background-position: center top;
	clear: left;
	padding-bottom: 30px;
}
.egao_inimg {
	position:absolute;
	left:50%;
	width:100%;
	margin-left:-900px;
}
#egao01_box {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
}
#egao01_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#egao01_box li {
	list-style-type: none;
	display: inline;
}
.egao_auto {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

/*笑顔2*/
#egaoo01_box a:hover .diamond_inner {
	background: #e60012; 
}
#nav-egaoo01
{

}
#nav-egaoo02
{

}
#nav-egaoo03
{

}
#nav-egaoo04
{

}
#egaoo_img {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url(../images/egao_spbg.jpg);
	background-position: center top;
	clear: left;
	padding-bottom: 30px;
}
#egaoo_img2 {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url("../images/egao_sp2bg.jpg");
	background-position: center top;
	clear: left;
	padding-bottom: 30px;
}

#egaoo_img3 {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url("../images/egao_sp3bg.jpg");
	background-position: center top;
	clear: left;
	padding-bottom: 30px;
}

#egaoo_img4 {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url("../images/egao_sp4bg.jpg");
	background-position: center center;
	clear: left;
	padding-bottom: 30px;
}

#egaoo_img4 ul li a .sp .inbox160-60 {
	border: 1px solid #1f608e;
	background-color: rgba(255,255,255,0.8);
	color: #42788e;
}

#egaoo_img4 ul li a .sp .inbox160-60:hover {
	background-color: rgba(232,1,1,0.8);
	color: #ffffff;
}

#egaoo_img4 ul li a .sp .inbox320-60 {
	border: 1px solid #1f608e;
	background-color: rgba(255,255,255,0.8);
	color: #42788e;
}

#egaoo_img4 ul li a .sp .inbox320-60:hover {
	background-color: rgba(232,1,1,0.8);
	color: #ffffff;
}


#egaoo_img5 {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url("../images/egao_sp5bg.jpg");
	background-position: center bottom;
	clear: left;
	padding-bottom: 30px;
}

#egaoo_img5 ul li a .sp .inbox160-60 {
	border: 1px solid #1f608e;
	background-color: rgba(255,255,255,0.8);
	color: #42788e;
}

#egaoo_img5 ul li a .sp .inbox160-60:hover {
	background-color: rgba(232,1,1,0.6);
	color: #ffffff;
}

#egaoo_img5 ul li a .sp .inbox320-60 {
	border: 1px solid #1f608e;
	background-color: rgba(255,255,255,0.8);
	color: #42788e;
}

#egaoo_img5 ul li a .sp .inbox320-60:hover {
	background-color: rgba(232,1,1,0.6);
	color: #ffffff;
}

#egaoo_img6 {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url("../images/egao_sp5bg.jpg");
	background-position: center center;
	clear: left;
	padding-bottom: 30px;
}

#egaoo_img6 .inbox160-60l {
	color: #ffffff;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 50%;
	background-color: rgba(8,40,64,0.6);
	font-weight: bold;
}

#egaoo_img6 .inbox160-60la {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 50%;
	background-color: rgba(255,255,255,0.60);
	font-weight: bold;
}

#egaoo_img6 .inbox160-60r {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 50%;
	background-color: rgba(255,255,255,0.60);
	font-weight: bold;
}

#egaoo_img6 .inbox160-60ra {
	color: #ffffff;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 50%;
	background-color: rgba(8,40,64,0.6);
	font-weight: bold;
}

#egaoo_img6 .inbox160-60l:hover {
	color: #333;
	background-color: rgba(255,255,255,0.6);
}

#egaoo_img6 .inbox160-60la:hover {
	color: #fff;
	background-color: rgba(8,40,64,0.6);
}

#egaoo_img6 .inbox160-60r:hover {
	color: #fff;
	background-color: rgba(8,40,64,0.6);
}

#egaoo_img6 .inbox160-60ra:hover {
	color: #333;
	background-color: rgba(255,255,255,0.6);
}

#egaoo_img6 .inbox320-60 {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 100%;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: rgba(255,255,255,0.6);
	font-weight: bold;
	}

#egaoo_img6 ul li a .sp .inbox320-60 {
	border: 1px solid #1f608e;
	background-color: rgba(255,255,255,0.8);
	color: #42788e;
}

#egaoo_img6 ul li a .sp .inbox320-60:hover {
	background-color: rgba(232,1,1,0.6);
	color: #ffffff;
}

	#egaoo_img7 {
	height: auto;
	width: 100%;
	text-align: center;
	overflow:hidden;
	background-image: url("../images/egao_sp4bg.jpg");
	background-position: center bottom;
	clear: left;
	padding-bottom: 30px;
	}




.egaoo_inimg {
	position:absolute;
	left:50%;
	width:100%;
	margin-left:-900px;
}
#egaoo01_box {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
}
#egaoo01_box ul {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
	
}

#egaoo01_box li {
	list-style-type: none;
	display: inline;
}
.egaoo_auto {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}


.inbox160 {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 42%;
	margin-left: 5%;
	margin-top: 20px;
	border: 1px solid #FFF;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	background-color: rgba(255,255,255,0.2);
	font-weight: bold;
	}
.inbox160_text {
	padding-top: 15px;
	height: auto;
	text-decoration: none;
}
.inbox160-60 {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 42%;
	margin-left: 5%;
	margin-top: 20px;
	border: 1px solid #FFF;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	background-color: rgba(255,255,255,0.60);
	font-weight: bold;
	}
.inbox160-60_text {
	padding-top: 15px;
	height: auto;
	text-decoration: none;
}
#egao01_box a:hover .inbox160{
	background: #e60012;
	color: #ffffff;
}
#egao01_box a:hover .egao_auto{
background-image: url(../images/egao_bg.jpg);}

#egaoo01_box a:hover .inbox160{
	background: #e60012;
	color: #ffffff;
}

.inbox320 {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 89.5%;
	margin-left: 5%;
	margin-top: 20px;
	border: 1px solid #FFF;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	background-color: rgba(255,255,255,0.2);
	font-weight: bold;
	}
.inbox320-60 {
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 89.5%;
	margin-left: 5%;
	margin-top: 20px;
	border: 1px solid #FFF;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	background-color: rgba(255,255,255,0.6);
	font-weight: bold;
	}


#egaoo01_box a:hover .inbox320{
	background: #e60012;
	color: #ffffff;
}
#egaoo01_box a:hover .inbox320-60{
	background: #e60012;
	color: #ffffff;
}
.inbox320s {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	height: 70px;
	width: 89.5%;
	margin-left: 5%;
	margin-top: 20px;
	font-weight: bold;
	}
#egaoo01_box a:hover .inbox320s{
	color: #e60012;
}

#egao01_box a:hover .egao_auto{
background-image: url(../images/egao_bg.jpg);}

#egaoo01_box a:hover .inbox160{
	background: #e60012;
	color: #ffffff;
}


#egaoo01_box a:hover .egaoo_auto{
	background-image: url(../images/egao_bg.jpg);
}

#smile_text {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: left;
	margin-top: 20px;
	font-weight: bold;
}
.fcenter li {
	margin-left: -40px;
}

	.wakunasi {
		text-align: left;
	}
	.wakunasi h3 {
		margin-top: -16px;
		font-size: 2rem!important;
		margin-bottom: 0;
		text-align: left;
		color: #3092c0;
		font-weight: bold;
		text-shadow: 1px 1px 6px #cccccc;
	}




/*サービス*/
#service {
	width: 982px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#service_box {
	width:100%;
	height:auto;
	background-color: #F0F0F0;
	padding-top: 30px;
}

	.rotation-y {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.rotation-y img {
		width: 100%;
		cursor: pointer;
		transition-duration: 0.5s;
	}
	.rotation-y:hover img {
		transform: rotateY( 360deg );
		transition-duration: 0.5s;
	}

	.service-onmouse:hover {text-decoration-line: underline;}




/* CSS Document */

/*レイアウト*/
.tcenter {
	text-align: center;
}
.service_title {
	font-size: 60px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
.service_25 {
	width: 100%;
	text-align: center;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.service_25_02 {
	width: 100%;
	text-align: center;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.service-wrapper {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3em;
}

.sa-top {
	padding-top: 10px;
	border-top: dotted 1px #cccccc;
}

.service-article {
	margin-bottom: 1em;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc; 
}

	.service-article a img {max-width: 80px; float: left; padding-right: 10px;}
	.service-article a {text-decoration: none; color: #333333;}
	.service-article a:hover {color: #46bbd7;}
	.service-article h5 {font-size: 1.2em;}
	.service-article p {padding-top: 5px; line-height: 1.4em; overflow: hidden;}


#slider {
  position:relative;
  overflow: hidden;
}
#wrapper {
  background: #fff;
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 20px;
}
#carousel li {
  float: left;
  
}
#prev, #next {
  background-color: #fff;
  opacity:0.7;
  filter: alpha(opacity=70);/* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";/* ie 8 */
  zoom:1;
  display: block;
  height: 300px;
  width: 50%;
  top: 0;
  position: absolute;
}
#prev:hover, #next:hover {
  opacity:0.4;
  filter: alpha(opacity=40);/* ie 6 7 */
  -ms-filter: "alpha(opacity=40)";/* ie 8 */
  zoom:1;
}
#prev {
  left: -250px;/* スライドする画像の横半分の値 */
  background:#fff url( ../images/arrow-left.png ) 95% center no-repeat;
}
#next {
  background:#fff url( ../images/arrow-right.png ) 5% center no-repeat;
  right: -250px;/* スライドする画像の横半分の値 */
}
#prev img {
  right:20px;
  top:120px;
  position:absolute;
}
#next img {
  left:20px;
  top:120px;
  position:absolute;
}
#pager {
  text-align:center;
  padding:10px;
}
#pager a {
  border: 2px solid #ccc;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px 0 0;
}
#pager a:hover {
  background:#eee ;
}
#pager a span {
  display: none;
}
#pager a.selected {
  background-color: #ccc;
}

/*メインスライド*/
  
/*サービス*/
.service_blue {
	font-weight: bold;
	color: #1462B8;
	float: right;
	width: 59%;
	text-align: left;
	margin-left: 2%;
	margin-top: 38px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
.service_text {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-align: left;
	width: 65%;
	margin-left: 3%;
	float: right;
	margin-right: 3%;
}
.service_btn {
	width: 25%;
	float: left;
	}
.service_blue_right {
	width: 10%;
	float: right;
	height: 100px;
	}


	.rtoc {width: 100%; margin: 0 auto; padding: 20px 0px;}
	.rtoc img {width: 100%;}


/*メディア*/
#media_box {
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #163063;
	background-image: url(../images/media_spbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.slider {
    width: 90%;
    margin: 0 auto 80px;
  }
.slick-slide img {
    width: 100%;
    height: auto;
  }
.media_slide{
	width: 100%;
  }
.media_slide a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;  
  }
.media_slide .slick-slide{
    margin: 5px;
  }

.media_slide .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  
  -webkit-filter: opacity(0.5);
  -moz-filter: opacity(0.5);
  -o-filter: opacity(0.5);
  -ms-filter: opacity(0.5);
  filter: alpha(opacity=50);
  transition: 0.2s linear;

}
.media_auto {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.media1w {
	margin-top: 24px;
}
.media2w {
	margin-top: 13px;
}
.media_btn {
	height: 70px;
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 14px;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	margin-top: 20px;
	float: left;
	line-height: 22px;
	margin-left: 5%;
	background-color: rgba(22,45,90,0.2);
	width: 42%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;

}
.media_btn:hover {
	background-color: rgba(22,45,90,0.8);
}



/*ソーシャルメディア*/
#social_box {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.social_fb {
	height: 300px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	border: 1px solid #29569c;
	margin-bottom: 10px;
	}
.social_twi {
	height: 300px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	margin-top: 5px;
	}
.social_youtube {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	border: 1px solid #CCC;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ニューストピックス*/
#news_box {
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
.news_l {
	width: 90%;
	background-color:rgba(255,255,255,0.7);
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
	height: auto;
	margin-bottom: 10px;
}
.news_linbox {
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	margin-right: 5%;
	margin-bottom: 10px;
}
.news_img{
	width: 30%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_textbox {
	width: 90%;
	background-color:rgba(255,255,255,0.8);
	padding: 5%;
	float: left;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
.white_waku a {
	color: #FFF;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(18,167,183,0.4);
	border-radius: 4px;  /* CSS3草案 */
	-webkit-border-radius: 4px; /*Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	text-decoration: none;
}

/*パートナー*/
#partner_box {
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
}

.partner_waku .inbox02{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.partner_waku .inbox{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

/*マップ*/
#map_box {
	height: auto;
}
.google-maps {
	position: relative;
	padding-bottom: 70%;
/* これが縦横比*/
height: 0;
	overflow: hidden;
	height: 300;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/*グローバル*/
#gro_box {
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/company_spbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
	text-decoration: none;
}
.gro_logo {
	margin-bottom: 20px;
	height: 140px;
	padding-top: 20px;
}

/*フッター*/
#footer_box {
	display: none;
}
/*フッターAR*/
#footer_AR {
	color: #333;
	width: 100%;
}

/*ボタン丸*/
.button_maru {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	z-index: 2;
	background-color: #CCCCCC;
	line-height: 50px;
	overflow: hidden;
	border-radius: 25px;  /* CSS3草案 */
	-webkit-border-radius: 25px; /*Safari,Google Chrome用 */
	-moz-border-radius: 25px;
	}

/*ソーシャルメディアボタン*/
a .social_btnbox {
	color: #333;
	width: 280px;
	height: 55px;
	text-align: center;
	border: 2px solid #333;
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px; /*Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	margin-right: auto;
	margin-left: auto;
	line-height: 55px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}

.social_bg01 {
	width: 100%;
}
.social_bg02 {
	width: 100%;
}
.media_slidebg {
	margin-top: 20px;
} 
.news_linbox .mb10 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
#nav-sp {
	display:block;
	height: 45px;
	background-color: #FFF;
	width: 100%;
	position:fixed;
	z-index:9998;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	}
.nav-sp-menu {
	float: left;
	height: 45px;
}
.nav-sp-tel {
	float: right;
	height: 45px;
}

/* sidemenu
---------------------------------------------------------------------*/

section#sidemenu {
	display: none;
	position: absolute;
	width: 100%;
	right: 100%;
	top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index:9998;
	
}

a#sidemenu-back {
	display: block;
	text-align: right;
	background-color: #333333;
	height:45px;
}

a#sidemenu-back img {
	height:60%;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 9px;
}


ul.sidemenu {
	list-style:none;
}

ul.sidemenu > li {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;
}

ul.sidemenu > li.no {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #333), color-stop(0.00, #4a4a4a));
	background: -webkit-linear-gradient(#4a4a4a, #333);
	background: -moz-linear-gradient(#4a4a4a, #333);
	background: -o-linear-gradient(#4a4a4a, #333);
	background: -ms-linear-gradient(#4a4a4a, #333);
	background: linear-gradient(#4a4a4a, #333);

	background: linear-gradient(to bottom, #4a4a4a, #333333);
	color: #CCCCCC;
	text-decoration: none;
	font-size: small;
	line-height:130%;
	padding-top: 10pt;
	padding-right: 11pt;
	padding-bottom: 10pt;
	padding-left: 10px;
	font-weight: bold;
}


ul.sidemenu > li.way > a {
	display: block;
	background-color:#333333;
	padding-left: 20pt;
	color: #CCCCCC;
	text-decoration: none;
	font-size: small;
	line-height:130%;
	padding-top: 10pt;
	padding-right: 11pt;
	padding-bottom: 10pt;
}

ul.sidemenu > li.on > a {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #333), color-stop(0.00, #4a4a4a));
	background: -webkit-linear-gradient(#4a4a4a, #333);
	background: -moz-linear-gradient(#4a4a4a, #333);
	background: -o-linear-gradient(#4a4a4a, #333);
	background: -ms-linear-gradient(#4a4a4a, #333);
	background: linear-gradient(#4a4a4a, #333);

	background: linear-gradient(to bottom, #4a4a4a, #333333);
	color: #CCCCCC;
	text-decoration: none;
	font-size: small;
	line-height:130%;
	padding-top: 10pt;
	padding-right: 11pt;
	padding-bottom: 10pt;
	padding-left: 10px;
	font-weight: bold;
}

.sidemenu .tel a {
	display: block;
	background-color:#333333;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 24px;
	float: left;
	width: 100%;
	height: 55px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;
	text-align: left;
	line-height: 50px;
}
.sidemenu .back a {
	display: block;
	background-color:#333333;
	color: #CCCCCC;
	text-decoration: none;
	font-size: medium;
	float: right;
	width: 100%;
	text-align: right;
	height: 50px;
	line-height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;
	padding-top: 5px;
	padding-right: 10px;
	}
	
.card{width:100%; margin:0 auto;}
/* sidemenuおわり
---------------------------------------------------------------------*/
.socialicon a .img {
	margin-right: 5px;
	margin-left: 5px;
}
.footer_spwaku {
	max-width: 250px;
	padding: 0px;
	margin: 0 auto;
}

.footer_spwaku .fright {
	margin-right: 10px;
	float: right;

}
.sp_footer {
	height: 60px;
	width: 100%;
	font-size: small;
	list-style-type: none;
}
.sp .sp_footer li {
	float: left;
	margin-right: auto;
	width: 20%;
	font-size: xx-small;
	line-height: 60px;
	background-color: #115191;
	margin-left: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4061B7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	height: 60px;
}
.sp .sp_footer li a {
	color: #FFF;
	text-decoration: none;
}
/*TOPへ戻る*/
/*#page-top {display:none;}*/
	
#page-top2 {
	position: fixed;
	bottom: 65px;
	right: 20px;
	z-index:9998;
}
#page-top2 a {
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	display: block;
	background-image: url(../images/page-top2.png);
}


.footer_tel {
	height: 50px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-decoration: none;
}
a .footer_tel  {
	font-size: 24px;
	color: #333;
	line-height: 50px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
.sp a .footer_company {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px; /*Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	color: #333;
	text-decoration: none;
	}
.sp a:hover .footer_company {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px; /*Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	color: #333;
	}
.footer_gro a {
	text-decoration: none;
	}

.sp a .footer_toiawase {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px; /*Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	color: #333;
	text-decoration: none;
}
.footer_toiawase {
	text-decoration: none;
}

.sp .footer_text {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10px;
	border-radius: 6px;  /* CSS3草案 */
	-webkit-border-radius: 6px; /*Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	font-size: small;
	text-align: left;
}
.no_under{
		text-decoration: none;
}
	
	
#egaoo_img3 ul li{width: 50%; float: left;}

#egaoo_img6 ul li{width: 100%;}

li a.bt-samp01{
  display: block;
  text-decoration: none;
  height:70px;
  margin: 10px;
  padding-top: 15px;
  line-height: 2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #5bb3c9; 
  background: -moz-linear-gradient(top, #5bb3c9 0%, #1287ad 50%, #5bb3c9 100%); 
  background: -webkit-linear-gradient(top, #5bb3c9 0%,#1287ad 50%,#5bb3c9 100%); 
  background: linear-gradient(to bottom, #5bb3c9 0%,#1287ad 50%,#5bb3c9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb3c9', endColorstr='#5bb3c9',GradientType=0 );
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

li a.bt-samp01:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
	
li a.bt-samp01:hover{
  background: #5bb3c9;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
	
li a.bt-samp02{
  display: block;
  text-decoration: none;
  height:70px;
  margin: 10px;
  padding-top: 15px;
  line-height: 2em;
  text-align: center;
  color: #42788e;
  font-weight: bold;
  border: 1px solid #8cc5d9;
  border-bottom: 1px solid #589cb6;
  border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  text-shadow: 0px 1px 0px #b2e6f8;
  -webkit-box-shadow: 0 1px 0 #b2e6f8 inset, 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 0 1px 0 #b2e6f8 inset, 1px 1px 1px #e9e9e9;
  box-shadow: 0 1px 0 #b2e6f8 inset, 1px 1px 1px #e9e9e9;
  background: #abe4f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #abe4f8), color-stop(0.5, #74d0f4));
  background: -moz-linear-gradient(top, #abe4f8 50%,#74d0f4 50%);
  background: -o-linear-gradient(top, #abe4f8 50%,#74d0f4 50%);
  background: -ms-linear-gradient(top, #abe4f8 50%,#74d0f4 50%);
  background: linear-gradient(top, #abe4f8 50%, #74d0f4 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#abe4f8 50%', endColorstr='#74d0f4 50%');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#abe4f8 50%', endColorstr='#74d0f4 50%')";
}

li a.bt-samp02:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
	
/*li a.bt-samp02:hover{
  background: #5bb3c9;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}*/	
	
	
	#media_service a {text-decoration: none;}
	#media_service a:hover {text-decoration: none;}

	.service_list {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	
	.service_list a{
		color: #1354a2;
    border: 1px solid #1354a2;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
	}

	.service_list a:hover {
		color: #ffffff;
		border-color: #df1014;
		background: #df1014;
		text-decoration: none;
	}
	
	.slider_egao {
		max-width: 700px;
		margin: 0 auto 50px;
		padding: 0;
		height: auto;
	}
	
	.slider_egao img {width: 100%;}
	
	
	.slider_egao a span {
		font-size: 1.2em;
		text-decoration: none;
		color: #333333;
		line-height: 36px;
	}
	
	.slick-track a:hover {text-decoration: none; color: #333333;}
	
	.slick-prev:before,.slick-next:before {color:#333333!important;}

	.egao_sp_info {
		padding-top: 3em;
		padding-bottom: 3em;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(1,142,222,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(1,142,222,1) 100%);
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(1,142,222,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#018ede",GradientType=1);
	}
	
	
}