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

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.mt0{ margin-top:0 !important;}
.mt8{margin-top:8px;}
.mt5{ margin-top:5px !important;}
.pt5{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt30{ padding-top:30px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}
.mt80{ margin-top:80px !important;}
.mt100{ margin-top:100px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb100{ margin-bottom:100px !important;}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mt80_30{
	margin-top:80px;
}
.fl{float:left;}
.fr{float:right;}
.fc{clear:both;}

.tc{
	text-align:center !important;
	margin:0 auto !important;
}

body{
font-family:'Lato','Noto Sans Japanese','メイリオ',Meiryo,'Osaka',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
/*font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
/*font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
*/
width:100%;
margin:0;
}
a{
	text-decoration:none;
	color: #000;}

a:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


h1{
	margin: 0!important;
}




.fc{
	clear:both;}
header{
		border-top: 5px solid #E60012;
}
.nav_ue{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:5px 0 0;
	display: block;

	
}

.SR{
	float:left;}

.header_r{
	float:right;}
.tel{
	margin:0;
	float:right;}
	
.mail_toiawase{
	background-color:#063;
	color:#FFF;
	font-size:14px;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;
	padding:2px 80px;
	margin:5px 5px 0;
	float: right;
	}	
			
ul.header_info{
	margin-top:7px;
	margin-bottom:0;
}
.header_info li{
	list-style:none;
	display:inline-block;
	background-color:#51BB00;
	color:#FFF;
	font-size:12px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	padding:5px 10px;
	margin:0px 2px;
	width:110px;
	text-align:center;
}

#sp_header{
	display:none !important;
}
.nav_box{
	display: block;
	width:100%;
	height:45px;
	margin:0 auto !important;
	text-align:center !important;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4)!important;
	z-index: 9999!important;

}
.nav_box_2{
	max-width:1100px;
	width: 100%!important;
	margin:0 auto !important;
	text-align:center !important;
	z-index: 9999!important;
}
.nav_box_2 ul{
	display: flex;
}
.nav_box_2 ul li{
	justify-content: space-between;
	width:16.5%;
	text-align:center !important;
	list-style-type: none;
	line-height: 30px;
	border-right: 1px solid #E7E7E7;
	letter-spacing: 2px;
}
.nav_box_2 ul li:last-child{
	border-right: none;}
.nav_box_2 ul li a{
	color:#585858;
	font-weight: 500!important;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav_box_2 ul li a::after {
position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #283C98;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;}
.nav_box_2 ul li a:hover::after {
  transform: scale(1, 1);
}
.nav_box_2 ul li a:hover{
/*	border-bottom: 4px solid #283C98;
*/	color: #283C98;
	padding: 0 10px 3px;
	opacity: 1;
	  filter: alpha(opacity=100);
	  -ms-filter: "alpha(opacity=100)";
	font-weight: bold!important;
}

/*.nav1{
	width:120px;
	height:80px;
	float:left;
}
.nav1 a{
    display: block;
}
.nav1 img{
    border: none;
}
.nav1 a:hover{
    background: url(../image/common/nav1_on.png) no-repeat;
	opacity:1;
}
.nav1 a:hover img{
    visibility: hidden;
}
.nav2{
	width:120px;
	height:80px;
	float:left;
	margin-left:30px;
}
.nav2 a{
    display: block;
}
.nav2 img{
    border: none;
}
.nav2 a:hover{
    background: url(../image/common/nav2_on.png) no-repeat;
	opacity:1;
}
.nav2 a:hover img{
    visibility: hidden;
}
.nav3{
	width:140px;
	height:80px;
	float:left;
}
.nav3 a{
    display: block;
}
.nav3 img{
    border: none;
}
.nav3 a:hover{
    background: url(../image/common/nav3_on.png) no-repeat;
	opacity:1;
}
.nav3 a:hover img{
    visibility: hidden;
}
.nav4{
	width:140px;
	height:80px;
	float:left;
}
.nav4 a{
    display: block;
}
.nav4 img{
    border: none;
}
.nav4 a:hover{
    background: url(../image/common/nav4_on.png) no-repeat;
	opacity:1;
}
.nav4 a:hover img{
    visibility: hidden;
}
.nav5{
	width:140px;
	height:80px;
	float:left;
}
.nav5 a{
    display: block;
}
.nav5 img{
    border: none;
}
.nav5 a:hover{
    background: url(../image/common/nav5_on.png) no-repeat;
	opacity:1;
}
.nav5 a:hover img{
    visibility: hidden;
}
.nav6{
	width:140px;
	height:80px;
	float:left;
}
.nav6 a{
    display: block;
}
.nav6 img{
    border: none;
}
.nav6 a:hover{
    background: url(../image/common/nav6_on.png) no-repeat;
	opacity:1;
}
.nav6 a:hover img{
    visibility: hidden;
}
.nav7{
	width:240px;
	height:80px;
	float:left;
}
.nav7 a{
    display: block;
}
.nav7 img{
    border: none;
}
.nav7 a:hover{
    background: url(../image/common/nav7_on.png) no-repeat;
	opacity:1;
}
.nav7 a:hover img{
    visibility: hidden;
}
.nav8{
	width:140px;
	height:80px;
	float:left;
}
.nav8 a{
    display: block;
}
.nav8 img{
    border: none;
}
.nav8 a:hover{
    background: url(../image/common/nav8_on.png) no-repeat;
	opacity:1;
}
.nav8 a:hover img{
    visibility: hidden;
}*/



.nav{
	background-color:#5cd454;
	width:100%;
	clear:both;
	padding:15px 0;
}

.nav ul{
	width:1000px;
	margin:0 auto;
}
.nav ul li{
	display:inline-block;
}
.nav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.nav ul li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  transition: .3s;
}
.nav ul li a:hover::after {
  bottom: 0;
  opacity: 1;
}

/*.nav1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.nav1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav1 li {
  display: inline-block;
  list-style: outside none none;
  padding: 10px 0;
  font-size:15px;

}
.nav1 a {
  padding: 0 2.5em;
  color: #FFF;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.nav1 a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  left: 15%;
  right: 15%;
  top: 0;
  bottom: 0;
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.nav1 a:hover,
.nav1 .current a {
  color: # 000;
}
.nav1 a:hover:before,
.nav1 .current a:before {
  opacity: 1;
  left: 0;
  right: 0;
}*/

.pc_none{
	display:none !important;
}
.button {
  display: inline-block;
  width: 100%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
	margin-top: 10px!important;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #333;
  color: #fff;
}
.button:hover {
  background-color: #283C98;
	opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

#side_content{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:9999 !important;
}
.sentou{
	position: absolute;
	right: 20px;
	top: -40px;
	margin-bottom:0 !important;
}
.sp_tab_none{
	display:block;
}
a.link_line{
	text-decoration:underline;
}
/*フッター
*/
.foot_contact{
  background: url(../image/common/fot_back.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}

/*:beforeにぼかし効果を設定する*/
.foot_contact:before{
background-color: rgba(0,0,0,0.5);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';  z-index: -1;/*重なり順序を一番下にしておく*/
}
.foot_contact_box{
margin: 100px 0 100px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.4);
}
.foot_eigyousyo{
	margin: 0;
}


.foot_contact_box img{
	display: block;
	margin: 0px auto 20px;
	text-align: center;
}

.foot_contact p {
color: #FFF;	
}
.button_contact {
  display: inline-block;
  width: 400px;
  height: 66px;
  text-align: center;
  text-decoration: none;
  line-height: 66px;
  outline: none;
}
.button_contact::before,
.button_contact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_contact,
.button_contact::before,
.button_contact::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_contact {
  background-color: #283C98;
  border: 3px solid #FFF;
  color: #fff;
  line-height: 60px;
}
.button_contact:hover {
  background-color: #fff;
  border-color: #283C98;
  color: #283C98;
}
footer{
	background-color: #626262;
	margin-bottom:0;
	display: flex;
	text-align: center;
	justify-content:center;
	align-items: center;
	position: relative;
}

.footer_contents{
	width:500px;
	padding:20px 0 20px;
text-align: left;}

.footer_contents p{
	color: #FFF;
}
.footer_link_box{
	display: flex;
	width: 80%;
	justify-content:flex-start;
}
a.footer_link{
align-self: center;
}
a.footer_link:nth-child(1){
	width: 45%;
	margin-right: 20px;
}
a.footer_link:nth-child(2){
	width: 30%;
}

a.footer_link img{
	width: 100%;
}

.footer_contents_r{
}
.footer_contents_r ul li{
	display: inline-block;
	
}
.footer_contents_r ul li ul{
	margin-right: 30px;
	vertical-align: top;
}
.footer_contents_r ul li ul li{
	list-style-type: none;
	text-align: left;
	display: block;
	font-size: 14px;
	vertical-align: top;
	line-height: 25px;
}
.footer_contents_r ul li ul li i{
	margin-right: 8px;
}
.footer_contents_r ul li ul li a{
	color: #FFF;
}
.footer_info{
	font-size:12px;
	}
.footer_l{
	float:left;
	margin-left:50px;}

.footer_info span{
	font-size:24px;
	font-weight:700;}


.mail_toiawase2{
	background-color:#283C98;
	color:#FFF;
	font-size:14px;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;
	padding:10px 80px;
	margin:5px 5px 0;
	}	

.sitemap{
	float:right;
	margin-top:40px;}

.sitemap1{
	list-style:none;
	font-size:12px;
	display:inline-block;
	margin-right:20px;
	}
.sitemap2{
	list-style:none;
	font-size:12px;
	display:inline-block;
	margin-right:50px;
	}
.sitemap1 li{
	margin-top:5px;
	}
.sitemap2 li{
	margin-top:5px;}

.copy{
	margin-bottom:0;
	margin-top:0;
	position:relative;
}

.copy p{
	background-color:#E60012;
	color:#FFF;
	text-align:center;
	font-size:9px;
	padding:5px 0;
	margin:0;
}
.footer_img3{
	position: absolute;
	bottom:25px;
	left:20px;
	}
.footer_img4{
	position: absolute;
	bottom:25px;
	right:20px;
	}
@media screen and (max-width: 1000px) {

.footer_contents{
	width:480px;
	margin-left: 20px;
}
.footer_contents_r ul{
	margin-bottom: 10px;
	text-align: left;
	margin-left: 40px;
}

.footer_contents_r ul li{
	text-align: left;	
	display: inline-block;
}
.footer_contents_r ul li ul{
	margin-right: 20px;
}


}
@media screen and (max-width: 900px) {

.nav_box_2 ul li{
	font-size: 14px;
	letter-spacing: normal;
	}
}
@media screen and (max-width: 768px) {
#sp_header{
	display:block !important;
	z-index:9999 !important;
}
#sp_header h1 img{
	height: 40px!important;
}
.nav_ue{
	display: none!important
}
.nav_box{
	display: none!important;
}
	
.sp_tab_none{
	display:none !important;
}
.foot_contact_box{
	margin: 70px 0;
	padding: 0 30px;
}
footer{
	flex-direction: column;
	justify-content: center;
}

.footer_contents{
	width:94%;
	padding: 30px 0!important;
	text-align: center;
}

.footer_contents_r{
	display: none;

}
.footer_link_box{
	margin: 0 auto;
}
	
}
@media screen and (max-width: 640px) {
.sp_none{
	display:none !important;
}
.pc_none{
	display:block !important;
}
.footer_contents img{
	width:94%;
}
.foot_contact_box{
	padding: 0 10px;
}

}

@media screen and (max-width: 640px) {

/*===============================================================
	container
================================================================*/
.sp_none{
	display:none !important;
}
.pc_none{
	display:block !important;
}
.button_contact {
  width: 270px;
}

}
@media screen and (max-width: 320px) {

#sp_header h1 img{
	height: 37px!important;
}

}

@media screen and (max-width: 1000px) {




.footer_l{
	float:none;
	margin:0 auto;
	text-align:center;}

.footer_link_box{
	justify-content:space-around;
}

}
@media screen and (max-width: 640px) {
.footer_contents{
	width:96%;
	margin-left:2%;
	margin:0 auto !important;
	text-align:center !important;
	padding:10px 0;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.fot_nav p{
	display:none;
}
.mt80_30{
	margin-top:30px;
}
}
