@charset "utf-8";
html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	color: #000;
	background: #FFF;
}
#page{
	overflow: hidden;
	position: relative;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

a, a:link, a:visited, a:hover, a:active {
	color: #005ca4;
	-webkit-tap-highlight-color: transparent rgba(0,0,0,0);
	-moz-tap-highlight-color: transparent rgba(0,0,0,0);
	-ms-tap-highlight-color: transparent rgba(0,0,0,0);
	-o-tap-highlight-color: transparent rgba(0,0,0,0);
	tap-highlight-color: transparent rgba(0,0,0,0);
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img, button:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration:none;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
video{
	max-width: 720px;
	width: 100%;
	height: auto;
}

.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.textbold {
	font-weight: bold;
}
.conte_wrap {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	*zoom: 1;
	max-width: 1280px;
	width: 100%;
}
.inner {
	padding: 0 10px;
	overflow: hidden;
	position:relative;
}
h1 {
	font-size: 26px;
	font-size: 2.6rem;
}
h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
header {
	display: block;
	position: fixed;
	/**top: 26px;**/
	top: 0px;
	width: 100%;
	z-index: 10000;
}
.margin0 {
	margin-bottom: 0px !important;
}
.margin5 {
	margin-bottom: 5px !important;
}
.margin10 {
	margin-bottom: 10px !important;
}
.margin15 {
	margin-bottom: 15px !important;
}
.margin20 {
	margin-bottom: 20px !important;
}
.margin25 {
	margin-bottom: 25px !important;
}
.margin30 {
	margin-bottom: 30px !important;
}
.margin40 {
	margin-bottom: 40px !important;
}
.margin80 {
	margin-bottom: 80px !important;
}
.colorred{
	color:#e60012 !important;
}
.colorblue{
	color:#005ca4 !important;
}
/************  カバー  ************/
#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #FFF;
}

/************  ヘッダー  ************/
#header_wrap{
	background:url(../images/bg_header.png);
	width:100%;
	z-index:9000;
	overflow: hidden;
}
#header_wrap h1{
	font-size: 10px;
    font-size: 1rem;
}
h1#Logo{
	float: left;
	width: 426px;
	margin: 10px 0;
}
h1#Logo img{
	width: 100%;
	height: auto;
}
/************  ヘッダーグローバルメニュー  ************/
#h_navi_wrap{
	position:absolute;
	left: 216px;
	right: 87px;
	bottom: 0;
	padding: 0 7px;
}
#h_navi_wrap ul{
	list-style:none;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#h_navi_wrap li{
	float: left;
	margin: 0 4px;
}
#h_navi_wrap li img{
	width: 100%;
	height: auto;
}
	
/************  ヘッダーメニュー  ************/
#menu_wrap{
	float: right;
	width: 20px;
	text-align: right;
	margin-top: 16px;
}
#menu_button{
	cursor: pointer;
}
#menu_button img {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
#menu_wrap .dropdown_toggle img {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
#g_navi_wrap{
	display:none;
	position:absolute;
	background:url(../images/bg_menu.png);
	width:100%;
	z-index:9000;
	overflow: hidden;
}
#g_navi_wrap .g_naviconte_wrap{
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 640px;
    width: 100%;
    padding: 30px 0;
}
#g_navi_wrap a {
	color: #FFF;
}

#g_navi_inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#g_navi_wrap h2 {
    margin: 10px 0;
    text-align: center;
    color: #fff;
    width: 100%;
}
#g_navi_wrap hr {
    background-image: url(../images/bg_menu_sep.png);
    background-repeat: repeat-x;
    width: 100%;
}
.scr_add{
	height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scr_add::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 width: 5px;
}
.scr_add::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #FFF;
}
.scr_add::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #FFF;
}


ul.g_navi_box{
	list-style:none;
	font-size: 15px;
	font-size: 1.5rem;
}
ul.g_navi_box li{
	margin-bottom: 25px;
}






/************  コンテンツ  ************/

.sec{
	padding: 1.5% 0;
}
.sec:nth-child(even){
	background-image: url(../images/bg_contents.png);
}
.sec h3{
	color: #005ca2;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 3%;
}
.sec h4{
	color: #005690;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.sec p.description{
	color: #727272;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2%;
}
.sec div.half_list{
	width: 58%;
	margin: 0 auto;
}
.sec div.third_list{
	width: 87%;
	margin: 0 auto;
}
.sec ul.conte_list{
	overflow: hidden;
	list-style: none;
	margin: 0 auto 84px;
	width: 100%;
}
.sec ul.conte_list p{
	margin-top: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}
.sec ul.conte_list p.titile{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.sec ul.conte_list p.memo{
	color: #b21e1e;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.sec ul.conte_list li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.sec div.half_list li{
	width: 50%;
	float: left;
	padding: 0 4%;
}
.sec div.third_list li{
	width: 33.33%;
	float: left;
	padding: 0 2.5%;
}
.sec div.quad_list li{
	width: 25%;
	float: left;
	padding: 0.2%;
}
.sec .quad_list_text {
	margin: 0 auto;
	width: 90%;
	max-width: 250px;
}
.sec div.quad_list li:last-child{
	
}
.sec ul.conte_list li img{
	width: 100%;
	max-width: 310px;
	transition: all 1.6s;
	-moz-transition: all 1.6s;
	-webkit-transition: all 1.6s;
}
.sec ul.conte_list li a img:hover {
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sec ul.conte_list .interview_wrap{
	display: table-cell;
	vertical-align: middle;
	height: 190px;
	width: 640px;
}
.sec ul.conte_list p.interview{
	margin: 0 auto;
	width: 90%;
	max-width: 250px;
	/**text-align: center;**/
	font-size: 14px;
	font-size: 1.4rem;
}
.sec ul.conte_list .link_box{
	text-align: center;
	margin-bottom: 5px;
}
.sec ul.conte_list .link_box span{
	border: 1px solid #005ca4;
	padding: 3px 13px;
	display: block;
}
.sec ul.conte_list .link_box span.big{
	padding: 3px 1px;
}
.sec ul.conte_list dl a{
	color: #0e4b78;
	text-decoration: underline ;
}
video#mv_27_v{
	max-height: 540px;
}
.sec .msg{
	font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
.sec .sup_msg{
	font-size: 10px !important;
    font-size: 1.0rem !important;
    margin: 10px 0;
}

#sec13 .sup_msg{
    margin-top: 0;
}
/************  フッター  ************/
#footer{
	width: 100%;
	text-align: center;
	background:url(../images/bg_footer01.png);
	padding-bottom: 40px;
	color: #000;
}
#footer p{
	/**line-height: 1.6em;**/
}
#fsec01{
	background:url(../images/bg_footer02.png);
	width: 100%;
	padding: 20px 0 30px;
}
#fsec01 p{
	padding-bottom: 15px;
}
#footer .sns_box{
	border:2px solid #a7a7a7;
	max-width:300px;
	width:98%;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	padding:16px 0 14px;
	background:url(../images/bg_sns.png);
}
#footer .sns_box ul{
	list-style:none;
	position: relative;
	left: 50%;
	float: left;
}
#footer .sns_box ul li {
	position: relative;
	left: -50%;
	float: left;
	padding:0 12px;
}


/************  スライダー  ************/
#slider_wrap{
	overflow: hidden;
	position: relative;
}
#slider_wrap > img {
    margin:0 auto;
    display:block;
    width: 100%;
    height: auto;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    height: 36px;
    width: 32px;
    z-index: 8000;
    top: 50%;
    text-indent: -9999px;
    outline: 0;
}
#main_visual img{
	width: 100%;
	height: auto;
}
#overlay_logo{
	position: absolute;
	/**top: 0;
	left: 0;**/
	right: 0;
	bottom: 0;
	margin: auto;
	/**width: 100%;**/
	width: 27%;
	/**height: 50%;**/
	z-index: 999;
}
#overlay_logo p{
	text-align: center;
}
#overlay_logo img{
	width: 90%;
	/**max-width: 1280px;**/
	/**max-width: 1600px;**/
	max-width: 450px;
	margin: 0 auto;
	height: auto;
}


@media only screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.no_sp {
		display: none;
	}
	br{
		display: none;
	}
	h2{
		text-align: center;
	}
	h2 img{
		width: 100%;
		max-width: 420px;
	}
	.sec h3{
		font-size: 16px;
    	font-size: 1.6rem;
    	margin-top: 10px;
	}
	h1#Logo{
		width: 70%;
		max-width: 426px;
	}
	h1#Logo img {
		width:100%;
		height: auto;
	}
	#menu_wrap{
		max-width: 20px;
		width: 5%;
		margin-top: 10px;
	}
	#menu_button img {
		width:100%;
		height: auto;
	}
	.sec {
		padding: 2% 0;
	}
	.sec h4{
		font-size: 14px;
    	font-size: 1.4rem;
	}
	.sec .quad_list_text {
		width: 100%;
		max-width: 100%;
	}
	.sec ul.conte_list{
		margin: 0 auto;
	}
	.sec p.description{
		font-size: 13px;
    	font-size: 1.3rem;
	}
	.sec div.half_list, .sec div.third_list{
		width: 100%;
	}
	.sec div.half_list li , .sec div.third_list li, .sec div.quad_list li{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.sec ul.conte_list li img{
		width: 100%;
		max-width: 620px;
	}
	.sec ul.conte_list .interview_wrap{
		height: auto;
	}
	.sec ul.conte_list p.interview{
		width: 100%;
		max-width: none;
	}
	#footer .sns_box ul li {
	padding:0 9px;
}
	#footer .sns_box{
		max-width: 204px;
	}
	
}

.mgTop0 {
	margin-top: 0 !important;
}