@charset "UTF-8";


/* ウィンドウ幅が0〜480pxの場合に適用するCSS */



	
html, body { 
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding: 0; 
	background:#ffffff;
	
	}


	
header{
	 position: fixed;
    z-index: 2;
    width:100%;
    height:70px;
    background:#000000;

    transition: .3s;
	border-bottom:2px solid #12669a;
	float:left;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	}
	
	
  .is-animation {
    height: 70px;
	background:#000000;
	border-bottom:2px solid #12669a;
  }
  .is-animation h1 {
    color: #000;
  }
  
  .is-animation ul li a {
    color: #12669a;
  }
  .is-animation ul li a:hover {
    color: #ffffff;
  }
	


/* メニュー画面（通常） */
#menu{
  width: 100%;
  margin: 5px auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  font-size:13px;
  font-weight:700;
  padding: 20px 20px 20px;
  background: transport;
  color: #fff;
  text-align: left;
  text-decoration: none;
  border:1px solid ;
  border-color:transparent;
  letter-spacing:1px;
}
#menu li a:hover{
  background:transport;
  text-shadow:0px 0px 3px #ffffff;

}
#toggle{ 
 display: none;
}
/* メニュー画面（タブレット＆スマホ対応） */
@media only screen and (max-width: 1280px) {
header{
	 position: fixed;
    z-index: 2;
    width:100%;
    height:70px;
    background:transport;
    transition: .3s;
	border-bottom:2px solid #12669a;
	float:left;
	}
	

	
#menu{
    display: none;
  }
  
#menu li{
    width: 100%;
	
  }
#menu li a{
  display: block;
  padding: 10px 20px 10px 20px;
  background: #000000;
  font-size:12px;
  color: #ffffff;
  text-align: left;
  line-height:20px;
  border-top:1px solid #111111;

  width: 100%;
  letter-spacing:1px;
}

#menu li a:hover{
  display: block;
  padding: 10px 20px 10px 20px;
  background: #12669a;
  font-size:12px;
  color: #ffffff;
  text-align:left;
  line-height:20px;
  border-top:1px solid #12669a;
  width: 100%;
  letter-spacing:1px;
}

#toggle{
    display: block;
    position: relative;
    width: 40px;
	height:40px;
    background: transport;
	float:right;
	margin:10px;
	border-radius:5px;
	text-align:center;
	padding:10px 5px 0px 5px;

	z-index:10;
	cursor:pointer;
  }
  
#toggle:hover{
    display: block;
    position: relative;
    width: 40px;
	height:40px;
    background: #12669a;
	float:right;
	margin:10px;
	border-radius:5px;
	text-align:center;
	padding:10px 5px 0px 5px;
	cursor:pointer;
  }
  
#toggle span.icon-bar {
  text-align:center;
  margin:5px 0px 0px 5px;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  color:#fff;
  background:#fff;
  border-radius:5px;
}

#nav #nav_contents{
	display:grid;
	position:fixed;
	float:right;
	width:100%;
	top:0px;
	right:0px;
	background:transport;
	height:70px;
	padding:0px;
	}
}

	
	
#logo{
	display:block;
	position:fixed;
	width:200px;
	background:transport;
	height:70px;
	padding:0px;
	z-index:10;
	}
	
#logo a{
	display:block;
	position:fixed;
	width:auto;
	top:10px;
	left:0px;
	font-weight:bold;
	background:transport;
	letter-spacing:0.3px;
	height:40px;
	padding:0px;
	z-index:100;
	color:#ffffff;
	text-decoration:none;
	}
	
#logo a.text{
	display:block;
	position:fixed;
	width:auto;
	top:5px;
	left:0px;
	font-weight:bold;
	background:transport;
	letter-spacing:0.8px;
	height:40px;
	padding:20px;
	z-index:100;
	color:#ffffff;
	text-decoration:none;
	font-family:"Roboto Condensed", sans-serif;
	}
	
#logo a.text:hover{
	display:block;
	position:fixed;
	width:auto;
	top:5px;
	left:0px;
	font-weight:bold;
	background:transport;
	letter-spacing:0.8px;
	height:40px;
	padding:20px;
	z-index:100;
	color:#eeeeee;
	text-decoration:none;
	font-family:"Roboto Condensed", sans-serif;
	}
	
#logo img{
	width:180px;
	margin-top:-10px;
	margin-left:-10px;
	background:transport; 
	height:auto;
	}
	
#nav{
	display:block;
	position:fixed;
	width:100%;
	float:right;
	top:0px;
	right:0px;
	background:transport;
	height:50px;
	padding:0px;
	}
	
#nav_contents{
	display:grid;
	position:fixed;
	float:right;
	width:auto;
	top:0px;
	right:0px;
	background:transport;
	height:80px;
	padding:0px;
	}

	
/* トップへ戻る ************************************************************************************************************************************************************************************************************/
p{
    margin:0;    }
		
p.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	opacity:0.9;
	z-index:100;
    }
 
p.pagetop a{
    display: block;
    text-decoration: none;
	font-size:9px;
	letter-spacing:0.1em;
	background:#111111;
	padding:10px;
	color:#ffffff;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #333333;
    }
 
p.pagetop a:hover{
    display: block;
    text-decoration: none;
	font-size:9px;
	letter-spacing:0.1em;
	background:#12669a;
	padding:10px;
	color:#ffffff;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #666666;
	
    }



/* お知らせ ****************************************************************************************************************************************************************************************************************/

#top{
	
	width:100%;
	height:100%;
	padding-top:0px;
	padding-bottom:0px;
	background:#111111;
	background-image:url(../images/dotted.png) , url(../images/main_bg.jpg);
	
	
	background-position: center;
	background-repeat:repeat , no-repeat;
	background-size:auto , cover;

	
}

	
/* 「RightToLeft」の動作内容 */
@keyframes  LeftToRight {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}


			
/* お知らせ ****************************************************************************************************************************************************************************************************************/
	

#company_intro{
	display:inline-block;
	background:#ffffff;
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:1px solid #1989ce;
	}
	
#company_intro .company_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/br.jpg);

	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#company_intro .company_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#company_intro .company_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	
#company_intro .company_intro_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}



#company{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	width:100%;
	height:auto;
	padding:10px 10px 100px 10px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#company .company_container{
	justify-content:center;
	margin-top:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#fff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#company .company_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}
	
#company .company_container .message{

	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	padding:10px;
	background:#ffffff;
	
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#company .company_container .message h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 20px;
	color:#111111;
	letter-spacing:0.1em;
	border-left:5px solid #12669a;
	background:#eff3f9;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:20px;

	}
	
#company .company_container .message p{
	font-family:"Roboto Condensed", sans-serif;
	font-size:10px;
	text-align:left;
	line-height:20px;
	color:#000000;
	letter-spacing:0.1em;
	background:#ffffff;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#company .company_container article .contents{
	width:50%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:10px;
	background:#e9eff3;
	
	font-size:11px;
	

	}


#company .company_container article .contents a img{

	width:70px;
	margin:0 auto;
	}

	
#company .company_container article .contents a{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:18px;
	text-align:center;
	padding-top:25px;
	color:#12669a;
	letter-spacing:0.1em;
	background:#fff;
	background-size:contain;
	border:1px solid #c0c0c0;
	width:100%;
	height:auto;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;
	

	}
	
	
	
#company .company_container article .contents h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	color:#1989ce;
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}	
	
#company .company_container article .contents p{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	background:#1989ce;
	font-weight:bold;
	
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-top:1px solid #c0c0c0;

	}
	
	
#company .company_container article .warp_right{
	width:50%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:10px;
	margin:0px 0px 0px 10px;
	}
	
#company .company_container article .warp_right h1{

	margin:0px 0px 0px 0px;

	font-family:"Roboto Condensed", sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	letter-spacing:0.1em;
	background:#333333;
	border-radius:5px 5px 0px 0px;
	

	}
	
#company .company_container .warp_right p{

	margin:0px 0px 0px 0px;

	font-family:"Roboto Condensed", sans-serif;
	font-size:20px;
	text-align:left;
	line-height:32px;

	padding:0px;
	color:#000000;
	letter-spacing:0.1em;

	

	}
	
#company .company_container .warp_center{
	width:30%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	border-radius:5px;
	background:#ffffff;
	padding:10px;
	margin:0px 10px 0px 10px;

	}
	


#company .company_container article p{

	width:100%;
	text-align:left;
	font-size:12px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.8px;

	}
	
#company .company_container article p span{

	font-size:20px;
	color:#c70000;
	font-weight:bold;
	letter-spacing:0.8px;

	}
	
	
#company .company_container .message table.company{
	margin-top:0px;
	margin-bottom:50px;
	width: 100%;      
    color:#000000;

	background-color:transport;
	border:1px solid #555555;
	border-collapse:  collapse; /* セルの線を重ねる */
} 


#company .company_container .message table.company tr th{
    width: 65px; 
    font-size:10px;      
	padding:10px; 
    font-family:"Roboto Condensed", sans-serif;

	text-align:left; 
	letter-spacing:0.1em; 
	color:#111111;  
	
	background:#eff3f9;
	border:1px solid #c0c0c0;
 
}	

#company .company_container .message table.company tr td {
	width: auto; 
    font-size:10px;      
	padding: 10px; 
	min-width:120px;
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000;
	border:1px solid #c0c0c0;
}

#company .company_container .message table.company tr td span { 
    font-size:10px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#company .company_container .message table.company tr td span:hover { 
    font-size:10px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#12669a;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

	








#access{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	width:100%;
	height:auto;
	padding:10px 10px 100px 10px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#access .access_container{
	justify-content:center;
	margin-top:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#fff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}



#access .access_container .message{
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	padding:10px;
	background:#ffffff;
	
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access .access_container .message h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 20px;
	color:#111111;
	letter-spacing:0.1em;
	border-left:5px solid #12669a;
	background:#eff3f9;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	}
	
#access .access_container .message p{
	font-family:"Roboto Condensed", sans-serif;
	font-size:10px;
	text-align:left;
	line-height:26px;
	color:#000000;
	letter-spacing:0.1em;
	background:#ffffff;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}


	



	






#work_intro{
	display:inline-block;
	background:transport;
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:1px solid #111111;
	}
	
#work_intro .work_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/br.jpg);

	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#work_intro .work_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#work_intro .work_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	
#work_intro .work_intro_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}





#work{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	width:100%;
	height:auto;
	padding:10px 10px 100px 10px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#work .work_container{
	justify-content:center;
	margin-top:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#fff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#work .work_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:95%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}
	
#work .work_container article .message{

	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	padding:0px;
	
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#work .work_container article .message h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 20px;
	color:#111111;
	letter-spacing:0.1em;
	border-left:5px solid #12669a;
	background:#eff3f9;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:20px;

	}
	
#work .work_container .message p{
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	line-height:28px;
	color:#000000;
	letter-spacing:0.1em;
	background:#ffffff;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#work .work_container article .contents{
	width:95%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:10px;
	background:#e9eff3;
	
	font-size:11px;
	

	}


#work .work_container article .contents a img{

	width:70px;
	margin:0 auto;
	}

	
#work .work_container article .contents a{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:18px;
	text-align:center;
	padding-top:25px;
	color:#12669a;
	letter-spacing:0.1em;
	background:#fff;
	background-size:contain;
	border:1px solid #c0c0c0;
	width:100%;
	height:auto;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;
	

	}
	
	
	
#work .work_container article .contents h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	color:#1989ce;
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}	
	
#work .work_container article .contents p{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	background:#1989ce;
	font-weight:bold;
	
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-top:1px solid #c0c0c0;

	}
	
	


#work .work_container article p{

	width:100%;
	text-align:left;
	font-size:12px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.8px;

	}
	
#work .work_container article p span{

	font-size:20px;
	color:#c70000;
	font-weight:bold;
	letter-spacing:0.8px;

	}
	
	
#work .work_container .message table.work{
	margin-top:0px;
	margin-bottom:50px;
	width: 100%;      
    color:#000000;

	background-color:transport;
	border:1px solid #555555;
	border-collapse:  collapse; /* セルの線を重ねる */
} 


#work .work_container .message table.work tr th{
    width: 100px; 
    font-size:10px;      
	padding:10px; 
    font-family:"Roboto Condensed", sans-serif;

	text-align:left; 
	letter-spacing:0.1em; 
	color:#111111;  
	
	background:#ffffff;
	border:1px solid #c0c0c0;
 
}	

#work .work_container .message table.work tr td {
	width: auto; 
    font-size:12px;      
	padding: 10px; 
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000;
	border:1px solid #c0c0c0;
}

#work .work_container .message table.work tr td span { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#work .work_container .message table.work tr td span:hover { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#12669a;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}


	




#message{
	display:inline-block;
	background:transport;
	width:100%;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	}
	
#message .message_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background:#000000;
	background-image:url(../images/intro_bg.jpg);
	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#message .message_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#message .message_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	

	
#message .message_container article area{
	width:100%;
	height:auto;
	border-radius:5px;
	border:1px solid #111111;
	display: flex;
	flex-direction:row;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

	
#message .message_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}



	


#message .message_container article p{

	width:100%;
	text-align:left;
	font-size:12px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.8px;

	}
	
#message .message_container article p span{

	font-size:20px;
	color:#c70000;
	font-weight:bold;
	letter-spacing:0.8px;

	}
	





	
	

#access_intro{
	display:inline-block;
	background:#ffffff;
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access_intro .access_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/br.jpg);

	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#access_intro .access_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#access_intro .access_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	

/* よくある質問 ************************************************************************************************************************************************************************************************************/


	

#news_intro{
	display:inline-block;
	background:#ffffff;
	width:100%;
	height:auto;
	padding-top:70px;
	
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:5px solid #eff3f9;
	}
	
#news_intro .news_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/br.jpg);

	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news_intro .news_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#news_intro .news_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	
#news_intro .news_intro_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}



#news{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	width:100%;
	height:auto;
	padding:10px 10px 100px 10px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#news .news_container{
	justify-content:center;
	margin-top:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#fff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#news .news_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:95%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}
	
#news .news_container .message{

	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	padding:0px;
	
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#news .news_container .message h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 20px;
	color:#111111;
	letter-spacing:0.1em;
	border-left:5px solid #12669a;
	background:#eff3f9;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:20px;

	}
	
#news .news_container .message p{
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	line-height:28px;
	color:#000000;
	letter-spacing:0.1em;
	background:#ffffff;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news .news_container article .contents{
	width:50%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:10px;
	background:#e9eff3;
	
	font-size:11px;
	

	}


#news .news_container article .contents a img{

	width:70px;
	margin:0 auto;
	}

	
#news .news_container article .contents a{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:18px;
	text-align:center;
	padding-top:25px;
	color:#12669a;
	letter-spacing:0.1em;
	background:#fff;
	background-size:contain;
	border:1px solid #c0c0c0;
	width:100%;
	height:auto;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;
	

	}
	
	
	
#news .news_container article .contents h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	color:#1989ce;
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}	
	
#news .news_container article .contents p{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	background:#1989ce;
	font-weight:bold;
	
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-top:1px solid #c0c0c0;

	}
	
	
#news .news_container article .warp_right{
	width:50%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:10px;
	margin:0px 0px 0px 10px;
	}
	
#news .news_container article .warp_right h1{

	margin:0px 0px 0px 0px;

	font-family:"Roboto Condensed", sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	letter-spacing:0.1em;
	background:#333333;
	border-radius:5px 5px 0px 0px;
	

	}
	
#news .news_container .warp_right p{

	margin:0px 0px 0px 0px;

	font-family:"Roboto Condensed", sans-serif;
	font-size:20px;
	text-align:left;
	line-height:32px;
	padding:0px;
	color:#000000;
	letter-spacing:0.1em;

	

	}
	
#news .news_container .warp_center{
	width:30%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	border-radius:5px;
	background:#ffffff;
	padding:10px;
	margin:0px 10px 0px 10px;

	}
	


#news .news_container article p{

	width:100%;
	text-align:left;
	font-size:12px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.8px;

	}
	
#news .news_container article p span{

	font-size:20px;
	color:#c70000;
	font-weight:bold;
	letter-spacing:0.8px;

	}
	
	
#news .news_container .message table.news{
	margin-top:0px;
	margin-bottom:50px;
	width: 100%;      
    color:#000000;

	background-color:transport;
	border:1px solid #555555;
	border-collapse:  collapse; /* セルの線を重ねる */
} 


#news .news_container .message table.news tr th{
    width: 100px; 
    font-size:12px;      
	padding:10px; 
    font-family:"Roboto Condensed", sans-serif;

	text-align:left; 
	letter-spacing:0.1em; 
	color:#111111;  
	
	background:#eff3f9;
	border:1px solid #c0c0c0;
 
}	

#news .news_container .message table.news tr td {
	width: auto; 
    font-size:12px;      
	padding: 10px; 
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000;
	border:1px solid #c0c0c0;
}

#news .news_container .message table.news tr td span { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#news .news_container .message table.news tr td span:hover { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#12669a;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}


	
	
	





#faq_intro{
	display:inline-block;
	background:#ffffff;
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:1px solid #111111;
	}
	
#faq_intro .faq_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/br.jpg);

	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq_intro .faq_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#faq_intro .faq_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	
#faq_intro .faq_intro_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}



#faq{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#faq .faq_container{
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#fff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#ffffff;
	
	}


	
#faq .faq_container .message{

	text-align:center;
	margin:0 auto;
	padding:10px;
	
	width:95%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#faq .faq_container .message h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 10px;
	color:#111111;
	letter-spacing:0.1em;
	background:#eff3f9;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:20px;
	margin-bottom:20px;
	border-left:5px solid #12669a;

	}
	
#faq .faq_container .message h1 img{
	width:40px;
	margin:0 auto;
	}	
	
#faq .faq_container .message p img{
	width:40px;
	margin:0 auto;
	}	
	
#faq .faq_container .message p{
	font-family:"Roboto Condensed", sans-serif;
	font-size:10px;
	text-align:left;
	line-height:18px;
	color:#000000;
	letter-spacing:0.1em;
	background:#ffffff;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq .faq_container article .contents{
	width:50%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:10px;
	background:#e9eff3;
	
	font-size:11px;
	

	}


#faq .faq_container article .contents a img{

	width:70px;
	margin:0 auto;
	}

	
#faq .faq_container article .contents a{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:18px;
	text-align:center;
	padding-top:25px;
	color:#12669a;
	letter-spacing:0.1em;
	background:#fff;
	background-size:contain;
	border:1px solid #c0c0c0;
	width:100%;
	height:auto;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;
	

	}
	
	
	
#faq .faq_container article .contents h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	color:#1989ce;
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}	
	
	

	
#faq .faq_container article .contents p{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	background:#1989ce;
	font-weight:bold;
	
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-top:1px solid #c0c0c0;

	}
	
	
#faq .faq_container article .warp_right{
	width:50%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:10px;
	margin:0px 0px 0px 10px;
	}
	
#faq .faq_container article .warp_right h1{

	margin:0px 0px 0px 0px;

	font-family:"Roboto Condensed", sans-serif;
	font-size:16px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	letter-spacing:0.1em;
	background:#333333;
	border-radius:5px 5px 0px 0px;
	

	}
	
#faq .faq_container article .warp_right p{

	margin:0px 0px 0px 0px;

	font-family:"Roboto Condensed", sans-serif;
	font-size:20px;
	text-align:left;
	line-height:32px;
	padding:0px;
	color:#000000;
	letter-spacing:0.1em;

	

	}
	
#faq .faq_container article .warp_center{
	width:30%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	border-radius:5px;
	background:#ffffff;
	padding:10px;
	margin:0px 10px 0px 10px;

	}
	


#faq .faq_container article p{

	width:100%;
	text-align:left;
	font-size:12px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.8px;

	}
	
#faq .faq_container article p span{

	font-size:20px;
	color:#c70000;
	font-weight:bold;
	letter-spacing:0.8px;

	}
	
	
#faq .faq_container article table.faq{
	margin-top:0px;
	margin-bottom:20px;
	width: 100%;      
    color:#000000;

	background-color:transport;
	border:1px solid #555555;
	border-collapse:  collapse; /* セルの線を重ねる */
} 


#faq .faq_container article table.faq tr th{
    width: 180px; 
    font-size:12px;      
	padding:10px; 
    font-family:"Roboto Condensed", sans-serif;

	text-align:left; 
	letter-spacing:0.1em; 
	color:#ffffff;  
	
	background:#c0c0c0;
	border:1px solid #000000;
 
}	

#faq .faq_container article table.faq tr td {
	width: auto; 
    font-size:12px;      
	padding: 10px; 
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000;
	border:1px solid #333333;
}

#faq .faq_container article table.faq tr td span { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#faq .faq_container article table.faq tr td span:hover { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#12669a;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

	






	
/* お問い合わせ ************************************************************************************************************************************************************************************************************/


#contact_intro{
	display:inline-block;
	background:#ffffff;
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:1px solid #111111;
	}
	
#contact_intro .contact_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:50px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/br.jpg);

	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact_intro .contact_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#contact_intro .contact_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	
#contact_intro .contact_intro_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}



#contact{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	width:100%;
	height:auto;
	padding:10px 10px 100px 10px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#ffffff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#contact .contact_container{
	justify-content:center;
	margin-top:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
    margin: 0 auto;
	background:#fff;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#contact .contact_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	margin-bottom:100px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#fff;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}
	
#contact .contact_container .message{

	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	padding:10px;
	
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .contact_container .message h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	padding:10px 10px 10px 20px;
	color:#111111;
	letter-spacing:0.1em;
	border-left:5px solid #12669a;
	background:#eff3f9;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:20px;

	}
	
#contact .contact_container .message p{
	font-family:"Roboto Condensed", sans-serif;
	font-size:10px;
	text-align:left;
	line-height:18px;
	color:#000000;
	letter-spacing:0.1em;
	background:#ffffff;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .contact_container .contents{
	display:flex;
	display:block;
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:20px;
	background:#e9eff3;
	
	font-size:11px;
	

	}


#contact .contact_container .contents a img{

	width:70px;
	margin:0 auto;
	}

	
#contact .contact_container .contents a{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:center;

	padding-top:25px;
	color:#12669a;
	letter-spacing:0.1em;
	background:#fff;
	background-size:contain;
	border:1px solid #c0c0c0;
	width:100%;
	height:auto;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;
	

	}
	
	
	
#contact .contact_container  .contents h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:13px;
	text-align:center;
	margin-top:0px;
	color:#1989ce;
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}	
	
#contact .contact_container .contents p{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	background:#1989ce;
	font-weight:bold;
	
	letter-spacing:0.1em;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-top:1px solid #c0c0c0;

	}
	

	


#contact .contact_container p{

	width:100%;
	text-align:left;
	font-size:12px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.8px;

	}
	
#contact .contact_container article p span{

	font-size:20px;
	color:#c70000;
	font-weight:bold;
	letter-spacing:0.8px;

	}
	
	
#contact .contact_container article table.contact{
	margin-top:0px;
	margin-bottom:20px;
	width: 100%;      
    color:#000000;

	background-color:transport;
	border:1px solid #555555;
	border-collapse:  collapse; /* セルの線を重ねる */
} 


#contact .contact_container article table.contact tr th{
    width: 180px; 
    font-size:12px;      
	padding:10px; 
    font-family:"Roboto Condensed", sans-serif;

	text-align:left; 
	letter-spacing:0.1em; 
	color:#ffffff;  
	
	background:#c0c0c0;
	border:1px solid #000000;
 
}	

#contact .contact_container article table.contact tr td {
	width: auto; 
    font-size:12px;      
	padding: 10px; 
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000;
	border:1px solid #333333;
}

#contact .contact_container article table.contact tr td span { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#contact .contact_container article table.contact tr td span:hover { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#12669a;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

	












#about{
	display:inline-block;
	background:transport;
	width:100%;
	height:auto;
	padding-top:150px;
	padding-bottom:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#about .about_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:70%;
	height:auto;
	padding:20px;
	max-width: 100%;
    margin: 0 auto;
	background:transport;
	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#about .about_container h1{

	margin-top:0px;
	margin-bottom:50px;
	font-family:"Roboto Condensed", sans-serif;
	font-size:30px;
	text-align:center;
	width:100%;
	padding:10px;
	background:#8e080d;
	color:#ffffff;
	letter-spacing:0.1em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:5px;

	}
	
#about span{
	margin-top:100px;
	font-family:"Roboto Condensed", sans-serif;
	font-size:14px;
	text-align:left;
	
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#about .about_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Roboto Condensed", sans-serif;
	font-size:35px;
	text-align:left;
	padding:0px 10px 10px 10px　;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	
#about .about_container h3{
	font-family:"Roboto Condensed", sans-serif;
	font-size:16px;
	text-align:left;
	padding:10px 0px 10px 10px;
	background:#12669a;
	width:100% -10px;
	color:#ffffff;
	margin-top:10px;
	letter-spacing:0.1em;
	border-radius:5px;


	}
	
#about .about_container article area{
	width:100%;
	height:auto;
	border-radius:5px;
	border:1px solid #111111;
	display: flex;
	flex-direction:row;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

	
#about .about_container article{
	display: flex;
	justify-content:center;
	margin-top:200px;
	width:100%;
	height:auto;
	padding:20px;
	max-width: 100%;

	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}

#about .about_container article .nyuutai{
	width:40%;
	height:500px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	border-radius:5px;
	background:#12669a;
	background-image:url(../images/4.jpg);
	background-size:cover;
}

#about .about_container article .nyuutai img{
	width:100%;
	height:500px;
	border-radius:5px;



	}
#about .about_container article .company{
	width:60%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:20px;

	}
	
#about .about_container article .company p{
		width:100%;
	text-align:left;
	font-size:15px;
	line-height:40px;
	color:#ffffff;
	letter-spacing:0.8px;

	}
	
#about .about_container article .warp img{
	width:450px;
	
	}
	

	
#about .about_inner article section{
	
	background:#ffffff;
	width:100%;
	height:auto;

	
	}
	

#about .about_inner article p{

	width:100%;
	text-align:left;
	font-size:13px;
	height:15px;
	color:#000000;
	padding:5px;
	letter-spacing:0.8px;

	}
	
#about .about_inner article p span{

	font-size:20px;
	color:#c70000;
	font-weight:bold;
	letter-spacing:0.8px;

	}
	
	
#about .about_container article table.about{
	margin-top:0px;
	margin-bottom:20px;
	width: 100%;      
    color:#000000;

	background-color:transport;
	border:1px solid #555555;
	border-collapse:  collapse; /* セルの線を重ねる */
} 


#about .about_container article table.about tr th{
    width: 180px; 
    font-size:12px;      
	padding:10px; 
    font-family:"Roboto Condensed", sans-serif;

	text-align:left; 
	letter-spacing:0.1em; 
	color:#ffffff;  
	
	background:#111111;
	border:1px solid #000000;
 
}	

#about .about_container article table.about tr td {
	width: auto; 
    font-size:12px;      
	padding: 10px; 
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000;
	border:1px solid #333333;
}

#about .about_container article table.about tr td span { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#about .about_container article table.about tr td span:hover { 
    font-size:13px;      
    font-family:"Roboto Condensed", sans-serif;
	text-align:left; 
	letter-spacing:0.1em; 
	color:#12669a;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#about .about_container article object{
	width:100%;
	height:800px;
	}
















#activity_intro{
	display:inline-block;
	background:transport;
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:1px solid #111111;
	}
	
#activity_intro .activity_intro_container{
	display: flex;
	flex-direction:column;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:100px;
	max-width: 100%;
    margin: 0 auto;
	background:#000000;
	background-image:url(../images/intro_bg.jpg);
	background-size:cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#activity_intro .activity_intro_container h1{

	margin-top:0px;
	margin-bottom:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	text-align:center;
	width:100%;
	padding:10px;

	color:#ffffff;
	letter-spacing:0.3em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

	
#activity_intro .activity_intro_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}
	
	
#activity_intro .activity_intro_container article{
	display: flex;
	justify-content:center;
	margin-top:100px;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;

	border-radius:5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}




/* フッター ************************************************************************************************************************************************************************************************************/

footer{
	position:absolute;
	margin-bottom:0px;
	border-top:2px solid #111111;
	width:100%;
	height:auto;
	background:#131313;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	}
	
footer article .footer_menu_left{
	display:Flex;
	text-align:left;
	background:transport;
	margin:0px;
	height:40px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
footer article .footer_menu_right{
	display:Flex;
	text-align:right;
	background:#sss;
	margin:0px;
	height:40px;
	width:28%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
footer article .footer_menu_right a img{
	width:20px;
	border-radius:5px;
	}
	
footer article .footer_menu_right a img:hover{
	width:20px;
	border-radius:5px;

	}
	
footer article .footer_menu_left a{
	display:inline-block;
	margin:0px;
	width:200px;
	text-decoration:none;
	}

footer article .footer_menu_left a img{
	display:inline-block;
	width:100%;
	height:40px;
	text-decoration:none;
	}
	
	
footer article .footer_menu_right a{
	display:inline-block;
	padding:5px 5px 5px 10px;
	text-decoration:none;
	
	}

footer article .footer_menu_right a:hover{
	display:inline-block;
	padding:5px 5px 5px 10px;
	text-decoration:none;
	}
	
footer article .footer_menu a.banner{
	display:inline-block;
	margin-right:5px;
	width:auto;
	height:auto;
	text-decoration:none;
	padding:0px;
	background:#ffffff;
	
	}
	
	
footer article .footer_menu_left a span{
	margin-right:5px;
	text-decoration:none;
	
	}
	

	
footer article{
	height:auto;
	padding:0px;
    margin: 0px auto;
    width:90%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	}
	
footer article p{
	margin-bottom:10px;
	padding:0px;
	font-family:"Roboto Condensed", sans-serif;
	font-size:6.5px;
	width:100%;
	color:#555555;
	letter-spacing:1px;
	line-height:10px;
	text-align:left;

	
	}
	
/* 著作権表記 **********************************************************************************************************************************************************************************************/
	
footer article .copyright{
	text-align:left;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	line-height:24px;
	font-family:"Roboto Condensed", sans-serif;
	letter-spacing:0.1em;
	width:100%;
	padding:20px 0px 20px 0px;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top:1px solid #444444;
	margin-top:20px;
	
	}





.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}




/* --- トップページの背景画像切り替え ----- */
/* --- 全体のBOX定義 ---------------------------------------- */
.box {
	width:100%;
	height:100%;
	max-width:100%;
	background:#000000;
  position   : relative;
  margin     : auto;
  overflow   : hidden;

}

/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 28s infinite;   /* 4画像 × 各7s = 28s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
	
  background-image:url(../images/main_bg1.jpg);   /* 背景の画像を指定 */
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.box .src2 {
  background-image :url(../images/main_bg2.jpg);   /* 背景の画像を指定 */
  background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 7s;
}
.box .src3 {
  background-image :url(../images/main_bg3.jpg);   /* 背景の画像を指定 */
  background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 14s;
}
.box .src4 {
  background-image :url(../images/main_bg4.jpg);   /* 背景の画像を指定 */
  background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 21s;
}
.box .src5 {
  background-image :url(../images/main_bg5.jpg);   /* 背景の画像を指定 */
  background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
  animation-delay  : 28s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   9% { opacity: 1; }
  25% { opacity: 1; }
  34% { opacity: 0; }
 100% { opacity: 0; }

}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.box .boxString{
	width:100%;
  position   : absolute;
  display    : inline-block;
  height:auto;
  padding:20px;

  margin-top:50px;
  
  color      : #fff;
  top        : 50%;                               /* 中央寄せ */
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 0;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   text-align:center;
}

.box .boxString h1{
	margin-top:150px;
	font-family:"Roboto Condensed", sans-serif;
	font-size:28px;
	text-align:center;
	width:100%;
	color:#ffffff;
	text-shadow:0px 0px 3px #000000;
	letter-spacing:0.8px;
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: LeftToRight;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/

	}
	
.box .boxString h2{
	margin-top:10px;
	margin-left:0px;
	margin-bottom:20px;
	font-family:"Roboto Condensed", sans-serif;
	line-height:20px;
	font-size:60px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	text-shadow:0px 0px 5px #000000;
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: LeftToRight;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  text-decoration:none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
	}
	
.box .boxString h3{
	margin-top:50px;
	margin-left:0px;
	margin-bottom:10px;
	font-family:"Roboto Condensed", sans-serif;
	line-height:20px;
	font-size:50px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.1em;
	text-shadow:0px 0px 5px #000000;
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: LeftToRight;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  text-decoration:none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
	}

	
#top .box .boxString .banner a.tel{
	margin:0px;
	font-family:"Roboto Condensed", sans-serif;
	font-size:39px;
	text-align:right;

	background-color: rgba(0, 0, 0, 0);
	border:none;
	color:#ffffff;
	letter-spacing:0.1em;
	font-weight:bold;
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   box-sizing: border-box;
	}


#top .box .boxString .banner{
margin-top:60px;
	display:inline-block;
	background-color: rgba(0, 0, 0, 0.7);
	text-align:center;
	border-radius:5px;
	box-sizing: border-box;
	width:710px;
	padding:20px;
	
	animation-duration: 2s;/* アニメーション時間 */
  animation-name: LeftToRight;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/

  text-decoration:none;

   
	}


#top .box .boxString .banner a.tel img{
	display:inline-block;
	width:32px;
	margin:0px 15px 0px 0px;
  text-decoration:none;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   
	}


#top .box .boxString .banner a.line img{
	display:inline-block;
	width:200px;
	margin-top:5px;
  text-decoration:none;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   
	}

	

#top .box .boxString .banner p.time{


	font-family:"Roboto Condensed", sans-serif;
	font-size:20px;
	text-align:center;
	padding:5px;

	color:#ffffff;
	letter-spacing:0.1em;
	border-radius:3px;
	border:1px solid #ffffff;

	width:100%;

	font-weight:bold;

  text-decoration:none;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
	}
	

	

#top .box .boxString .banner a{
	margin-top:20px;
	display:inline-block;
	background:#12699a;
	padding:10px;

	font-family:"Roboto Condensed", sans-serif;
	font-size:20px;
	text-align:center;

	color:#ffffff;
	letter-spacing:0.1em;
	border-radius:3px;
	border:1px solid #1989ce;

	width:100%;

	font-weight:bold;
	  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;



  text-decoration:none;

	}
	




	

	


.effect {
  opacity: 0; //不透明度0%
    -webkit-transform: translate3d(0, 100%, 0); //縦方向の位置を100%下げる
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 1.5s ease; //1.5秒間かけて変化させる
    transition: all 1.5s ease;
}



#collaboratior {
	width:100%;
	margin:0 auto;
	padding:10px;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


#collaboratior h1{
	display:block;
	font-family:"Roboto Condensed", sans-serif;
	font-size:13px;
	text-align:left;
	padding:10px 10px 10px 20px;
	color:#111111;
	letter-spacing:0.1em;
	border-left:5px solid #12669a;
	background:#eff3f9;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:20px;
}


table.formTable{
	width:100%;
	min -width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:50px;
	
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	color:#111111;
	font-size:10px;
	font-weight:bold;
	width:120px;
	min-width:120px;
	background:#eff3f9;
	text-align:left;
}
table.formTable td{
	color:#111111;
	font-size:14px;
	width:90%;
	font-weight:normal;
	background:#ffffff;
	text-align:left;
	padding:5px;
}

table.formTable td input.text{
	color:#111111;
	font-size:10px;
	width:90%;
	font-weight:normal;
	background:#ffffff;
	text-align:left;
}

table.formTable td textarea{
	color:#111111;
	font-size:10px;
	width:90%;
	font-weight:normal;
	background:#ffffff;
	text-align:left;
}