﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
@import url(https://fonts.googleapis.com/css?family=PT+Mono);
@import url(https://fonts.googleapis.com/css?family=Share+Tech);

/* ---------------------------------------------------- 全体設定 ---------------------------------------------------- */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, button, input, select, textarea ,body{
	font-family: 'Oxygen', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-weight: 400; /* normal */
	font-size:12px;
	color: #000; 
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	margin: 0; padding: 0; 
	}

body {
	min-height:100%;
	width: 100%;
}

a:link { text-decoration:none; color:#c32332;}
a:hover { text-decoration: none; color:#555;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity:0.7;
 }
a:visited { text-decoration: underline; color:#c32332;}
a:active, a:focus{opacity:0.7}
table { border-spacing: 0; 	border-collapse:collapse; }
ul { list-style: none; list-style-position:outside; margin:0; padding:0;  }
ul li { margin:0; padding:0; list-style: none;}
ol { list-style: decimal;  list-style-position:outside; }
ol li { margin-bottom:5px;}

caption,th { text-align: left; }
q:before,q:after { content: ''; }
hr { border: 0;  height: 1px; background-color: #000; color: #000; }
a img,:link img,:visited img {
	border: none;
	text-align: right;
}


/* ---------------------------------------------------- コンテンツ部・エリア設定 ---------------------------------------------------- */
#container {
	width:100%;
	height:100%;
	min-width:960px;
	margin: 0;
	text-align: left;
 	padding-bottom:80px;
	background-color:#fbfbfb;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#container.topindex {
	width:100%;
	height:100%;
	margin: 0;
	padding-bottom:0;
	text-align: left;
	background-color:#3E3939;
	border:none;
}
#contain_inner {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	line-height:1.8em;
	letter-spacing:0.1em;
}
#mainContent {
	width:100%;
	font-size:12px;
	min-height:420px;
}
#container.topindex #contain_inner{
	width:960px;
	margin:0 auto;
	padding:20px;
	line-height:1.8em;
	letter-spacing:0.1em;
	background-color:#FFF;
}

.dl-menuwrapper { display: none; }
#ph_menu { display: none; }


/* ---------------------------------------------------- メインイメージ設定 ---------------------------------------------------- */
.top_mainimage_readcopy {
	width:480px;
	height:200px;
	margin:0 auto;
	background-image:url(../images/top_mainimage_readcopy.png);
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	left:48%;
	margin-left:-450px;
	z-index:1;
}
.top_slide_base {
	width:100%;
	min-width:960px;
	height:470px;
	overflow:hidden;
	position:relative;
}
.slides li img  {
	min-width:960px;
}

.news_headline {
	width:100%;
	height:60px;
	background-color:rgba(60,60,60,0.8);
	position:absolute;
	bottom:0;
	z-index:2;
}
.news_headline_inner {
	width:960px;
	height:60px;
	margin:0 auto;
	padding:21px 10px 20px 170px;
	background:url(../images/index_newsheadline.png) no-repeat;
	background-position:0 20px;
}
.news_headline_inner a{
	color:#FFF;
	font-weight:500;
	font-size:16px;
	letter-spacing:.1em;
	font-weight:600;
}

.top_summer_bnr{
	background: rgba(0,170,208,0.9);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #fff;
	position: absolute;
	padding: 23px 20px 15px;
	right: 100px;
	top: 63px;
	z-index: 1;
}

.top_summer_bnr dl{
	margin: 0 0 20px 0;
}

.top_summer_bnr dt{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

.top_summer_bnr dd{
	margin: 0;
	text-align: left;
}

.top_summer_bnr a{
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff;
	display: block;
	float: right;
	padding: 8px 50px;
	opacity: 1;
}
.top_summer_bnr a:focus{
	opacity: 1;
}
.top_summer_bnr a:hover{
	background: #fff;
	border: 1px solid #00aad0;
	color: #00aad0;
	
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.sp_summer_bnr{
	display: none;
}

/* ---------------------------------------------------- ヘッダー部設定 ---------------------------------------------------- */

#header {
	width:100%;
}
.header_inner {
	 width:960px;
	 margin:0 auto;
 }
/*.logo a{
	float:left;
	width:356px;
	height:75px;
	display:block;
	background:url(../images/logo.jpg) no-repeat;
	background-position:bottom;
}*/
.head_navi {
	 float:right;
	 width:310px;
	 min-height:85px;
	 margin-bottom:25px;
 }
ul.headlink {
	height:35px;
	overflow:hidden;
	margin:0 0 10px 0;
}
ul.headlink li a{
	float:right;
	width:88px;
	height:30px;
	display:block;
	background:url(../images/head_btn_sitemap.png) no-repeat;
	background-position:bottom;
	margin:0 0 0 10px;
	padding:10px 0 5px 0;
	/* box-shadow */
	box-shadow:rgba(140, 140, 140, 0.4) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(140, 140, 140, 0.4) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(140, 140, 140, 0.4) 0px 0px 5px 2px;
	/* border-radius */
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-align:center;
	color:#c32332;
}
ul.headlink li.headlink_faq a{
	width:99px;
	background:url(../images/head_btn_faq.png) no-repeat;
	background-position:bottom;
}
.headlink_request a{
	float:right;
	width:118px;
	height:40px;
	display:block;
	background:url(../images/head_btn_request.gif) no-repeat;
}
.headlink_english a{
	float:right;
	width:84px;
	height:26px;
	display:block;
	margin:7px 0 0 7px;
	background:url(../images/head_btn_english.gif) no-repeat;
}
/* ---------------------------------------------------- breadcrumbs 設定 ---------------------------------------------------- */

.breadcrumbs {
	float:right;
	width:50%;
	margin:0 auto;
	padding:3px 0;
	text-align:right;
	letter-spacing:.1em;
	font-size:11px;
	height:35px;
}
.breadcrumbs a:link,.breadcrumbs a:visited {
	background:none;
	color:#000;
}
.breadcrumbs a:hover,.breadcrumbs a:active {
	color:#888;
	text-decoration: underline;
	background:none;
}
.breadcrumbs span {
	color:#c32332;
}


/* ---------------------------------------------------- global navi 設定 ---------------------------------------------------- */


/*//jquery.megamenu.cssへ移動*/


.mobile_global_navi {
	display:none;
}

/* ---------------------------------------------------- TOP banner contents 設定 ---------------------------------------------------- */

.top_banner li {
	width:220px;
	height: auto;
	float:right;
}
li.top_movie_box {
	width:450px;
	margin-right:15px;
	position:relative;
}
li.top_movie_box video{
	width:450px;
	margin:0 auto;
}
.index_video_btn a{
	float:right;
	width:100%;
	height:25px;
	padding:0 5px;
	margin:3px 0 0 0 ;
	border:1px solid #c32332;
	color:#c32332;
	background-color:#FFF;
	text-align:center;
	font-size:12px;
	display:block;
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.index_video_btn span{
	display: block;
        text-align: center;
}
.top_admissionnews_box {
	float:right;
	width:220px;
	border:1px solid #444;
	margin:25px 0 5px 10px;
	padding:10px;
	position:relative;
	height:164px;
	background-color: #FF6900;
}
.top_admissionnews_ph {
	max-height:120px;
	overflow:hidden;
	margin-bottom:10px;
}
.top_admissionnews_ph img {
	width:200px;
}
.top_admissionnews_title {
	padding-bottom:10px;
}
.top_admissionnews_title a {
	color:#FFF;
	font-size:14px;
	line-height:1.6em;
	font-weight:600;
	border-bottom:2px solid #FFF;
	padding-bottom:3px;
}
.top_admissionnews_txt {
	color:#FFF;
	font-size:13px;
	line-height:1.2em;
	padding-bottom:15px;
}
.top_admissionnews_date {
	font-size:11px;
	color:#DDD;
}
.top_admissionnews_morebtn {
	margin-top:-15px;
}
.top_admissionnews_morebtn a {
	width:100%;
	font-size:10px;
	font-weight:600;
	color:#FFF;
	padding:0;
	font-weight:600;
}
.top_admissionnews_morebtn {
	text-align:right;
}
.top_admissionnews_btn {
	position:absolute;
	bottom:5px;
}
.top_admissionnews_btn a,.top_admissionnews_btn a:link {
	background-color:#FFF;
	padding:5px 10px;
	width:200px;
	color:#E00;
	font-weight:600;
	display:block;
	text-align:center;
	margin:5px 0;
}

.top_banner_step {
	margin:1px 0 0 10px;
}

img.top_klasbanner02 {
	display:none;
}
ul.top_banner_btn {
	border:1px solid #444;
	padding:5px;
	margin:25px 0 15px 0;
	height:164px;
	width:690px;
	float:left;
}
.top_banner_btn li{
	float:left;
	border:1px solid #444;
	overflow:hidden;
	position:relative;
}
.top_banner_btn li:first-child {
	margin-right:6px;
}
.top_banner_btn li:last-child {
	margin-left:6px;
}
.top_banner_btn li a {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	height:150px;
	width:220px;
}

.mobile_content_title {
	display:none;
}
li.top_banner_btn01 a {
	background-image:url(../images/top_banner_btn01.jpg);
}

li.top_banner_btn02 a {
	background-image:url(../images/top_banner_btn02.jpg);
}

li.top_banner_btn03 a {
	background-image:url(../images/top_banner_btn03.jpg);
}


.top_banner_btn li a span {
	background-color:rgba(185,35,50,0.6);
	position:absolute;
	bottom:0;
	height:40px;
	width:100%;
	color:#FFF;
	font-size:13px;
	line-height:15px;
	font-weight:600;
	padding:5px 0 0 5px;
}

/* ---------------------------------------------------- local_navi 設定 ---------------------------------------------------- */

.local_navi {
	width:240px;
	height:260px;
	padding:10px;
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	right:0;
}

.local_navi li {
	background-image: url(../images/gnav_arrow.png);
	background-repeat:no-repeat;
	background-position:4px 5px;
	border-bottom:1px solid #CCC;
}
.local_navi li a {
	display:block;
	width:100%;
	font-size:11px;
	font-weight:bold;
	padding:6px 10px 5px 20px;
	letter-spacing:.1em;
	line-height:1.3em;
	color:#FFF;
}
.local_navi li a:hover {
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
}
.local_navi li.sec_layere {
	background-position:14px 3px;
}
.local_navi li.sec_layere a{
	padding:4px 10px 3px 30px;
	font-size:10px;
}



/* ---------------------------------------------------- footer 部設定 ---------------------------------------------------- */

#footer{
	width:100%;
	min-width:960px;
	margin:0;
	background-color:#FFF;
}
.footer_inner {
	width:960px;
	height:280px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}
.footer_inner img{
	margin:40px 28px 0 0;
}
.footer_inner img.last {
	margin:40px 0 0 0;
}
.footer_bottom {
	width:100%;
	height:55px;
	background-color:#3E3B3B;
	color:#FFF;
}
.footer_bottom_inner {
	width:960px;
	height:55px;
	margin:0 auto;
	padding:12px 0 0 0;
}
.footer_submenu {
	width:470px;
	letter-spacing:0em;
	float:left;
}
.footer_submenu a {
	color:#FFF;
	margin-right:15px;
}
.footer_submenu a img{
	margin-right:6px;
}
.footer_copy {
	float:right;
	width:450px;
	font-size:10px;
	letter-spacing:.1em;
}


.mobile_footer_submenu {
	display:none;
}

.mobile_footer_navi {
	display:none;
}


.gototop a {
	width:60px;
	height:76px;
	background-image:url(../images/pagetop.png);
	background-repeat:no-repeat;
	position: fixed;
	right:20px;
	bottom:45px;
	color:#CCC;
	z-index:50;
}
.gototop a:hover{
	color:#FFF;
}
.scroll{ 
	overflow: auto;
}

.pc_ie {
	padding-top:4px;
	font-size:9px;
	color:CCC;	
}

/* ---------------------------------------------------- その他 ---------------------------------------------------- */

.fltrt { /* このクラスは，ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは，ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは，ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは，div またはブレークエレメントに適用される必要があり，また，フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

.paragraph:before,
.paragraph:after {
    content: " ";
    display: table;
}

.paragraph:after {
    clear: both;
}


* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.short1 {
	letter-spacing:0px;
}
.short2 {
	letter-spacing:-0.5px;
}
.short2 a{
	letter-spacing:-0.5px;
}
.short3 {
	letter-spacing:-0.1em;
}
.short4 {
	letter-spacing:-0.2em;
}





span.wpcf7-list-item { line-height:1.8em;}


/*-------------資料請求 設定-------------*/

.request_form_right {
	padding: 20px 10px 21px 10px!important;
}

/*---------------------------------------*/

.top_klas_banner{
	margin: 0 0 10px 0;
}

.top_klas_banner img{
	max-width: 100%;
}