@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*===============================================
●ヘッダー設定 
===============================================*/
/* メニューを表示するとき一瞬消える動作*/
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/*PCヘッダー　ー--------------------------------------------------------------------------*/
@media print, screen and  (min-width: 651px){
.sp-head{
	display:none;
}
#header {
	width:100%;
    border-top: #FFF 1px solid;
	
}
#header h1{
	margin:0;
}
#header h1 img{
	width:100%;
}

#header .contact_header{
	width:20%;
	background-color:#362e2b;
	float:right;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
}


/*PCナビゲーションレイアウト*/


#header .nav{
	width:100%;
	height:38px;
	margin-right: 45px;
	padding-top: 20px;
	background-color: #d04040;
}
#header .nav .document{
display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header .nav a {
  display:block;
	width:16.5%;
	margin:0;
	padding:0;
	text-align:center;
	font-weight: 400;
	color: #FFF;
	transition: 0.3s;

}
#header .nav a:hover{
margin-top: -4px;
}
#header .nav2{
position: fixed;
top:10px;
right: 10px;
}
#header .nav2 i{
  font-size: 14px;
  margin-right: 5px;
}
#header .nav2 a{
  display: block;
  	width:180px;
	padding: 10px 0;
	background-color: #FFF;
	border: #d04040 1px solid;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	transition: 0.5s;
  color: #d04040;
}
#header .nav2 a:hover{
background-color: #900;
}
#header .nav2 a:hover {
  color: #FFF;
}
/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top:350px;
    left: 0;
    right: 0;
     margin: auto;
	width: 950px;
	height: 30px;
	font-weight: 300;
	color: #999;
}
.breadcrumbs a{
 color: #999;
}
}
/*スマホヘッダー　ー--------------------------------------------------------------------------*/
@media print, screen and  (max-width: 650px){
.pc-head{
	display:none;
}
.sp-head{
  width: 100%;
  background-color: #FFF;
  z-index: 9999;
}
#header {
	width:100%;
	
}
h1{
	margin:0;
}
h1 img{
	width:100%;
}
#header .nav{
	width:100%;
	padding-top: 5px;
}
#header .nav .document{
display: flex;
width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header .nav a {
  display:block;
  background-color: #d04040;
  border: 4px #FFF double;
	width:31%;
	margin:0;
	padding:5px 0;
	text-align:center;
	font-weight: 400;
	color: #FFF;
	transition: 0.3s;
	margin-bottom: 5px;

}
/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top:320px;
    left: 0;
    right: 0;
     margin: auto;
	width: 950px;
	height: 30px;
	font-weight: 300;
	color: #999;
	padding-left: 10px;
}
.breadcrumbs a{
 color: #999;
}
}

/*===============================================
●PC用ワイド設定 
===============================================*/
@media print, screen and  (min-width: 651px){
.esc-pc{
	display:none;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size:15px;
	color:#333;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;

}
a{
	color: #333;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}
h2{
 font-size: 25px;
 color: #163d54;
 padding: 30px 0 15px 0;
}
h3{
 background-color: #edf2f6;
 color: #076662;
 font-size: 18px;
 font-weight: 500;
 padding: 5px 0 5px 15px;
 margin-top: 30px;
 margin-bottom: 10px;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
li{
	margin-left:0;
}
table{
 border-collapse: collapse;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.document {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.bg_title{
height: 150px;
padding-top: 200px;
font-size: 30px;
font-weight: 600;
line-height: 150%;
background-image: url(../images/common/bg_title.png);
background-repeat: no-repeat;
background-position: top center;
background-color: #163d54;
 text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,
    -2px -2px 1px #FFF;
	margin-bottom: 30px;
}
.bg_title .text_catch{
margin: 0;
font-family: 'Noto Sans JP', sans-serif;
padding-top: 110px;
font-size: 23px;
font-weight: 600;
line-height: 150%;
 
}
.bg_title .companyname{
 padding-top: 20px;
 font-size: 25px;
 color: #C00;
}
.bg_title .pagetitle{
 padding-top: 100px;
 font-size: 25px;
 color: #1b5f20;
}

/*フッター--------------------------------------------------------------------------*/

#footer {
	padding-top:20px;
	padding-bottom:10px;
	margin-bottom:0;
    background-color:#d04040;
	color:#FFF;
	line-height:130%;
}
#footer a:link{
	color:#FFF;
}
#footer .footer_right{
 width: 45%;
 border-left: #FFF 1px dotted;
 padding-left: 5%;
 float: right;
}
#footer .footer_right h4{
 font-size: 16px;
 border-bottom: 1px #FFF solid;
 margin-bottom: 20px;
}
#footer .footer_right table{
 width: 100%;
}
#footer .footer_right td:nth-child(1){
 width: 16%;
 padding-bottom: 15px;
}
#footer .footer_right td:nth-child(2){
  padding-bottom: 15px;
}
#footer .footer_left{
 width: 40%;
 float: left;
 padding-top: 30px;
}
#footer .footerlogo{
width: 350px;
max-width: 90%;
margin: 0 auto;
 
}
#footer .footerlogo img{
 width: 100%;
}
#footer .sns{
text-align: center;
padding-top: 30px;
}
#footer .sns img{
 width: 15%;
 margin: 0 10px;
}
#footer .footernav{
padding: 20px 0;
color: #FFF;
display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .footernav a{
 display: block;
 width: 16%;
 position: relative;
 color: #FFF;
 
}
#footer .copyright{
  border-top:3px #FFF solid;
  padding-top: 25px;
  text-align: center;
  font-size: 90%;
  margin-bottom: 40px;
}
}

/*===============================================
●スマホ設定 画面の横幅が650px以下
===============================================*/
@media print, screen and  (max-width: 650px){
.esc-sp{
	display:none;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0em;
	color:#333;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;


}
a{
	color: #333;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
}
a img  {
	border:none;
}
h2{
 font-size: 18px;
 color: #163d54;
 padding: 30px 0 15px 0;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ie7 body{
	overflow:hidden;
}
.clear{
	clear: both;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
	
.document {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.bg_title{
height: 25vw;
padding-top: 15vw;
font-size: 6vw;
font-weight: 600;
text-align: center;
font-family: 'Sawarabi Mincho', sans-serif;
line-height: 150%;
background-image: url(../images/common/bg1-sp.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
 text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,
    -2px -2px 1px #FFF;
}
.bg_title .text_catch{
margin: 0;
font-family: 'Noto Sans JP', sans-serif;
padding-top:5vw;
font-size: 3vw;
font-weight: 600;
line-height: 4vw;
 
}
.bg_title .companyname{
 padding-top: 20px;
 font-size: 4vw;
 color: #C00;
}
.bg_title .pagetitle{
padding-top:5vw;
 font-size: 4vw;
 color: #1b5f20;
}
/*リンクボタン---------------------------------------*/
.bt a{
  display: block;
  width: 305px;
  background-color: #FFF;
  text-align: center;
  padding: 18px 0;
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
  border: #CCC 1px solid;
}
.bt a:after{
  font-family: FontAwesome;
  content: '\f0da'; /* アイコンのunicode */
  position:absolute;
  right:10px;
  color: #30864d;
}
/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
display: none;
}
/*フッター--------------------------------------------------------------------------*/

#footer {
	padding-top:20px;
	padding-bottom:100px;
	margin-bottom:0;
    background-color:#d04040;
	color:#FFF;
	line-height:130%;
}
#footer a:link{
	color:#FFF;
}
#footer .footer_right{
padding-bottom: 20px;
 border-bottom: #FFF 1px dotted;
}
#footer .footer_right h4{
 font-size: 16px;
 border-bottom: 1px #FFF solid;
 margin-bottom: 20px;
}
#footer .footer_right table{
 width: 100%;
}
#footer .footer_right td:nth-child(1){
 width: 20%;
 padding-bottom: 15px;
}
#footer .footer_right td:nth-child(2){
 width: 80%;
  padding-bottom: 15px;
}
#footer .footer_left{
 padding: 30px 0;
}
#footer .footerlogo{
width: 300px;
max-width: 80%;
margin: 0 auto;
 
}
#footer .footerlogo img{
 width: 100%;
}
#footer .sns{
text-align: center;
padding-top: 30px;
}
#footer .sns img{
 width: 15%;
 margin: 0 10px;
}
#footer .footernav{
padding: 20px 0;
color: #FFF;
display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .footernav a{
 display: block;
 width: 31%;
 margin-bottom: 10px;
 position: relative;
 color: #FFF;
 
}
#footer .copyright{
  border-top:3px #FFF solid;
  padding-top: 25px;
  text-align: center;
  font-size: 90%;
  margin-bottom: 40px;
}
.footerfix{
position: fixed;
bottom:0;
width: 96%;
padding: 2%;
background-color: #d04040;
z-index: 9998;
}
.footerfix i{
  font-size: 14px;
  margin-right: 5px;
}
.footerfix a{
  display: block;
  margin: 0 auto;
	padding: 10px 0;
	background-color: #FFF;
	border: #d04040 1px solid;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	transition: 0.5s;
  color: #d04040;
}
	
}

/*ページトップ--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 70px;
	right:2%;
	z-index: 9999;
}
#page-top a {
	text-decoration: none;
	background-color: #d04040;
	color: #FFF;
	padding: 3px 4px;
	font-weight:bold;
	font-size:40px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}

