@charset "utf-8";

/*==================================== PC ====================================================*/

/*--- reset */
html {
	overflow-y: scroll;
	min-width:1000px;
}
body {
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
.bold { font-weight: bold; }
/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size:small;
	line-height: 1.5;
	
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
* html body {	/* for IF6 */
	font-size:x-small;
}

img {
	vertical-align: bottom;
}

ul#ul_default {
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
ul#ul_default li {
	list-style-type: circle;
}

.widthmax {
	width: 100%;
}

/*--- css ロールオーバー */
.ov a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


/*--- iframe */
iframe {
    vertical-align: bottom;
}


/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color:#326091;
	text-decoration: underline;
}
a:visited {
	color:#326091;
	text-decoration: underline;
}
a:hover {
	color:#326091;
	text-decoration: none;
}

.red{
	color:#F00;
}

.strong {
	font-weight: bolder;
}
.textsize90 {
	font-size: 90%;
}
.textsize110 {
	font-size: 110%;
}
.textsize120 {
	font-size: 120%;
}

.kome-s {
	color: #666;
	font-size: 77%;
}

.indent01 {
	padding-left: 1em;
    text-indent: -1em;
}

.indent03 {
	padding-left: 3em;
    text-indent: -3em;
}

.sp_only {
	display: none;
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/




/* グローバルナビゲーション
----------------------------------------------------*/
.gnav_sp {
	display: none;
}


/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
#globalFooter {
	clear: both;
	background: #e1e2ef;

	margin-top: 60px;
	color: #333;
}
#globalFooter .footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#globalFooter .footer ul {
	list-style: none;
	float: left;
	width: 333px;
}
#globalFooter .footer ul li {
	margin-bottom: 5px;
}


.footlinkTTL {
	text-decoration: none;
	font-size: 110%;
}

.footlinkTTL a {
	color: #333;
	text-decoration: none;
}

.footlinkTTL a:hover {
	text-decoration: underline;
}

#globalFooter ul li.arrow01 {
	background-image: url(common/images/icon02.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 20px;
	font-size: 95%;
}
#globalFooter ul li.arrow01 a {
	color: #333;
	text-decoration: none;
}
#globalFooter ul li.arrow01 a:hover {
	text-decoration: underline;
}


#cp {
	width: 100%;
	background-color: #000546;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}
#cp a {
	color: #FFF;
	text-decoration: none;
}

.cp_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
p.copyright {
	text-align: center;
	margin-top: 20px;
	font-size: 90%;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.cpL {
	float: left;
	width: 850px;
}
.cpR {
	float: right;
	width: 120px;
}

ul.footnav {
	margin-bottom: 20px;
}
ul.footnav li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 1.2em;
}
ul.footnav li a {
	color: #FFF;
	text-decoration: none;
}
ul.footnav li a:hover {
	text-decoration: underline;
}
.footbox {
	padding: 3px 7px 3px 7px;
	border: 1px solid #9ebad5;
}


/*----------------------------------------------------
	汎用
----------------------------------------------------*/

/* float */
.floatLeft{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.dlTTL {
	color: #FFF;
	background-color: #000546;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* 定義リスト */
* html body dl.dl dd div{
   display:inline-block;
}

dl.dl {
   border:1px solid #999;
   border-top:0;
   background:#e2e1ef;
}
dl.dl dt {
	float:left;
	border-top:1px solid #999;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:0;
	padding-right:0;
}

dl.dl dd {
   padding:10px;
   border-top:1px solid #999;
   background:#fff;
}

/* 01 */
dl.dl01 dt {
	width:12em;
}
dl.dl01 dd {
   margin-left:12em;
}

/* TOP入試関連日程 */
.dl01_list1 {
	height: 3em;
}

.dl_top_nyushi {
    overflow: hidden;
}
.dl_top_nyushi dt {
    width: 60%;
    float: left;
    box-sizing: border-box;
    background: #e2e1ef;
    padding: 10px !important;
}
.dl_top_nyushi dd {
    width: 40%;
    margin-left: 0;
    float: right;
    box-sizing: border-box;
    padding: 10px !important;
}

/* 02 */
dl.dl02 dt {
	width:9em;
	text-align: center;
	padding-left: 0px !important;
}
dl.dl02 dd {
   margin-left:9em;
}



/* PDFリンク */
.textbtn_ul li {
	width: 316px;
	float: left;
	margin: 0px 16px 0px 14px;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #cccccc;
	background: url(common/images/head01.png);
	background-repeat: no-repeat;
	background-position: 313px 10px;
}
.textbtn_ul li.longbtn {
	width: 676px;
	background-position: 677px 10px;
}
.textbtn_ul a {
	cursor: pointer;
}

.textbtn_ul a:hover li {
	text-decoration: underline;
}



/*----------------------------------------------------
	アイコン
----------------------------------------------------*/
.icon01 {
	background-image: url(common/images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.icon03 {
	background-image: url(common/images/icon03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.icon_pdf {
	background-image: url(common/images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

.icon_out {
	background-image: url(common/images/icon_outsite.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}

.icon_out_w {
	background-image: url(common/images/icon_outsite_w.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}

.icon_page {
	background-image: url(common/images/icon_page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.icon02 {
	background-image: url(common/images/icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}


/* マージン関連 */
.mgb05{
	margin-bottom:5px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb15{
	margin-bottom:15px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb25{
	margin-bottom:25px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb35{
	margin-bottom:35px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb50{
	margin-bottom:50px;
}
.mgb60{
	margin-bottom:60px;
}
.mgb70{
	margin-bottom:70px;
}
.mgt05{
	margin-top:5px;
}
.mgt10{
	margin-top:10px;
}
.mgt20{
	margin-top:20px;
}
.mgt25 {
	margin-top: 25px;
}
.mgt30{
	margin-top:30px;
}
.mgt35{
	margin-top:35px;
}
.mgt40{
	margin-top:40px;
}
.mgt50{
	margin-top:50px;
}
.mgt60{
	margin-top:60px;
}
.mgl05{
	margin-left:5px;
}
.mgl10{
	margin-left:10px;
}
.mgl15{
	margin-left:15px;
}
.mgl20{
	margin-left:20px;
}
.mgl30{
	margin-left:30px;
}
.mgr10{
	margin-right:10px;
}
.mgr15{
	margin-right:15px;
}
.mgr20{
	margin-right:20px;
}
.mgr30{
	margin-right:30px;
}

/* 行ぞろえ */
.alignCenter{
	text-align: center;	
}
.alignLeft{
	text-align: left;	
}
.alignRight{
	text-align: right;	
}


/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

/* 書体 */
.italy {
	font-style: italic;
}

/* サイト内他ページ遷移ボタン */
.btn_otherpage {
	padding: 6px 10px 6px 20px;
	border: 1px solid #666;
	display: inline-block;
	background: #000546;
	color: #FFF;
	margin: 0px;
	
    background-image: url(common/images/sidemenu_ov.png);
	background-repeat: no-repeat;
	background-position: left;
	
	*display: inline;
	zoom: 1;
}

a p.btn_otherpage {
	text-decoration: underline;
}

a:hover p.btn_otherpage {
	text-decoration: none;
}

.p_bottom p {
	margin-bottom: 1em;
}


/* ===================================================================
共通
=================================================================== */

/*----------------------------------------------------
	inner（ページ全体）
----------------------------------------------------*/
#inner {
	width: 1000px;
	margin: 0 auto;
}

/* top用指定 */
body.home #inner {
	position: relative;
}


/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
#main {
	float: left;
	width: 760px;
}

/*----------------------------------------------------
	サイドバー
----------------------------------------------------*/
#side {
	float: right;
	width: 200px;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	/zoom: 1;
}
.section {
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 1.6;
}



/****************************************** トップページ ***********************************************************/


/* ヘッダー
----------------------------------------------------*/
header {
	display: block;
}

	#header_inner {
		width: 1000px;
		margin: auto;
		display: flex;
		-ms-display: flex;
		-webkit-display: flex;
		-moz-display: flex;
		align-items: center;/*上下中央揃え*/		
	}
	
		#h1 {
			margin-right: auto;
		}
		
		#header_btn {
			width: 370px;
			text-align:right;
		}
		
			.search_pc {
				text-align: left !important;
			}
			
				.gsst_b {
					font-size: 10px !important;
				}
				
				.cse .gsc-search-button-v2, .gsc-search-button-v2,
				.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
					background: #111c3a !important;
					border: 1px solid #111c3a !important;
				}
		
			#header_btn ul {
				display: inline-block;
				margin-bottom: 5px;
			}
			
				#header_btn ul li {
					display: inline-block;
					margin-left: 18px;
					line-height: 1;
				}
			
					#header_btn ul li a {
						color: #333;
						font-size: 13px;
						text-decoration: none;
						
						background: url(common/images/icon01.gif);
						background-repeat: no-repeat;
						background-position: left center;
						padding-left: 12px;
					}
			
					#header_btn ul li a:hover {
						text-decoration: underline;
					}
					
					#header_btn ul li#inquiry a {
						display: inline-block;
						width: 162px;
						height: 35px;
						background: url(common/images/btn_contact.gif);
						background-repeat: no-repeat;
						
						padding: 0;
						
						text-indent: 100%;
						overflow: hidden;
						white-space: nowrap;
					}
					
					#header_btn ul li#request a {
						display: inline-block;
						width: 162px;
						height: 35px;
						background: url(common/images/btn_pamphlet.gif);
						background-repeat: no-repeat;
						
						padding: 0;
						
						text-indent: 100%;
						overflow: hidden;
						white-space: nowrap;
					}
					
					#header_btn ul li#inquiry a:hover, #header_btn ul li#request a:hover {
						opacity: 0.7;
						transition: 0.3s ease all;
					}

.sp_nav_btn {
	display: none;
}

/* トピックスボックス
----------------------------------------------------*/
.menubtn {
	margin: 30px 0;
}

.menubtn ul {
	overflow: hidden;
}

	.menubtn ul li {
		float: left;
		width: 304px;
		margin: 0 44px 44px 0;
	}

	.menubtn ul li:nth-child(3n) {
		margin: 0 0 44px 0;
	}
	
		.menubtn ul li a {
			text-decoration: none;
		}
	
		.menubtn ul li:hover {
			opacity: 0.7;
		}
	
		.menubtn ul li span {
			display: block;
			background-color: #efefef;
			background-image: url(common/images/icon01.gif);
			background-repeat: no-repeat;
			background-position: 14px center;
			padding: 10px 10px 10px 28px;
			
			color: #333;
			text-decoration: none;
		}



/* 見出し
----------------------------------------------------*/
.topTTLnews h2,.topTTLfb h2,#ad_block h2 {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000546;
	font-size: 150%;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.topTTLnews h2 .right {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 12px;
	letter-spacing: 0em;
}



/* お知らせ
----------------------------------------------------*/
.information_section {
	margin-top: 40px;
	margin-bottom: 80px;
}

#w50L {
	float: left;
	width: 480px;
}
#w50R {
	float: right;
	width: 480px;
}

.topTTLnews,.topTTLfb {
	position: relative;
	background-repeat: no-repeat;
}

#w50L a {
	color: #333;
	text-decoration: none;
}
#w50L a:hover {
	text-decoration: underline;
}

.info_area {
	background-color: #fff;
}

dl.information {
	padding: 10px 10px 10px 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
dl.information dt {
	width:7em;
	float:left;
	text-align: center;
	color: #FFF;
	font-size: 90%;
}
dl.information dt.other {
	background-color: #999999;
}
dl.information dt.ad {
	background-color: #326091;
}
dl.information dt.new {
	background-color: #003917;
}
dl.information dt.event {
	background-color: #1b9d6f;
}
dl.information dd {
	margin-left:7em;
	padding-left:10px;
	display: block;
}

/* facebook
----------------------------------------------------*/
.fbbox {
	height: 300px;
	width: 480px;
}
.fbbox_sp {
	display: none;
}


/* 入試関連日程
----------------------------------------------------*/
#ad_block {
	background-image: url(common/images/ad_bg.gif);
	background-repeat: repeat;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-bottom: 80px;
}
#ad_block .mgt {
	margin-top: 30px;
}

.midashi_link {
	color: #FFF !important;
	text-decoration: underline !important;
}

.midashi_link:hover {
	text-decoration: none !important;
}

/* ページトップ
----------------------------------------------------*/
#page-top a:hover {
    text-decoration: none;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/* 201906改修
----------------------------------------------------*/
.keyvisual {
	text-align: center;
	margin-bottom: 20px;
	background: url(images/keyvisual_bg.jpg);
	background-size: cover;
	background-position: bottom;
}

.keyslide_wrapper {
	background: url(images/keyvisual_bg.jpg);
	background-size: cover;
	background-position: bottom;    
}

.keyslide {
    width: 1000px;
    margin: 0 auto 30px;
}
.swiper-slide a {
    display: block;
    background: #fff;
}
.swiper-slide a img {
    transition: 0.3s ease all;
}
.swiper-slide a img:hover {
    opacity: 0.8;
}

.slide_box {
    display: flex;
    justify-content: space-between;
}
.slide_thumb {
    width: 550px;
}

.slide_info {
    width: calc(100% - 550px);
    
    background: #121b38;
    padding: 25px 40px;
    
    color: #fff;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_info_ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    
    text-align: center;
}

.slide_info_text {
    font-size: 17px;
    text-align: left;
}

.slide_info_text span {
    display: block;
    margin-bottom: 15px;
    
    font-size: 14px;
    text-align: right;
}

.slide_link {
    margin-top: 25px;
    
    display: block;
    padding: 15px;
    
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    background: #121b38 !important;
    
    border: 2px solid #fff;
    
    overflow: hidden;
    position: relative;
}
.slide_link span {
    position: relative;
    z-index: 2;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.slide_link:hover span {
  color: #121b38;
}
.slide_link::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.slide_link:hover::after {
  transform: scale(1, 1);
}

.slide_rightleft .slide_thumb {
    order: 2;
}
.slide_rightleft .slide_info {
    order: 1;
}

/* slide01 */
.slide_01_text .slide_info_ttl {
    text-align: left;
    font-size: 26px;
}

.slide_01_text .slide_info_text {
    font-size: 21px;
    text-align: center !important;
    line-height: 1.8;
}

@media (max-width: 480px) {
    .slide_box {
        flex-direction: column;
    }
    
    .slide_thumb {
        width: 100%;
    }

    .slide_info {
        width: 100%;
        box-sizing: border-box;
        padding: 25px 40px 40px;
        
        flex-grow: 1;
    }
    
    .slide_info_ttl {
        font-size: 20px;
    }

    .slide_info_text {
        font-size: 15px;
    }

    .slide_link {
        font-size: 15px;
    }
    
    .slide_rightleft .slide_thumb {
        order: 1;
    }
    .slide_rightleft .slide_info {
        order: 2;
    }
    
    
}


.ee {
	width: 1000px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.ee dt {
	width: 215px;
	float: left;
	background-color: #111c3a;
	background-image: url(images/nyushi_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.ee.eventee dt {
	background-image: url(images/event_ttl.png) !important;
}

.ee dd {
	float: right;
	width: calc(100% - 215px);
	padding-right: 48px;
	box-sizing: border-box;
	background-color: #c2cdec;
	background-image: url(images/ee_arrow.gif), url(images/ee_arrow_bg.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: right center;
}

.ee dd p {
	 margin: 20px 0px 8px 0px;
	 padding: 4px;
	 box-sizing: border-box;
	 text-align: center;
	 text-decoration: none;
	 background: #111c3a;
	 color: #fff;
}

.ee dd ul {
	margin: 20px;
}

.ee dd li {
	font-size: 14px;
	margin-bottom: 8px;
	overflow: hidden;
}

.ee dd a {
	color: #111;
}

.ee_bgcolor {
	display: block;
	float: left;
	width: 25%;
    min-height: 50px;
	
	background: #d5dcf1;
	padding: 4px 7px;
	box-sizing: border-box;
	position: relative;
}

.ee_bgcolor span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	
	width: 100%;
	text-align: center;
}

.ee_text {
	float: right;
	width: 74%;
    min-height: 50px;
	padding: 4px 7px;
	box-sizing: border-box;
    position: relative;
}
.ee_text_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ee_sub {
	margin-top: -10px;
	padding: 0px 20px 20px;
}

.style {
	width: 1000px;
	margin: auto;
	background: #eaecfb;
}

.style_ttl {
	background: #424676;
	text-align: center;
	padding: 5px 0;
}

.style p {
	margin: 20px;
	font-size: 18px;
	color: #111c3a;
	text-align: center;
}

.style p a {
	font-size: 22px;
	font-weight: bold;
	color: #111c3a;
}

.style .clearfix {
	margin: 0 20px;
	padding-bottom: 10px;
}

.course_society {
	width: 300px;
	float: left;
	
}

.course_object {
	width: 620px;
	float: right;
}

.style .clearfix div div {
	font-size: 16px;
	margin-bottom: 4px;
}

.style .clearfix div div::before {
	content: "";
	height: 4px;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 4px;
	background: #111c3a;
}

.style .clearfix div li a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	padding-left: 8px;
	background-color: #2d3384;
	background-image: url(images/course_arrow.gif), url(images/course_arrow_bg.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: right center;
	margin-bottom: 10px;
}

.style .clearfix div li a:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}

.course_object li {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.course_object li:nth-child(2n) {
	margin-right: 0;
}

.course_object li:last-child {
	width: 100%;
	margin-right: 0;
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== TABLET ====================================================*/


@media screen and (min-width: 641px) and (max-device-width: 768px) {
	






}


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {

html {
	min-width:100%;
}

/*----------------------------------------------------
	inner（ページ全体）
----------------------------------------------------*/
#inner {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}

/*----------------------------------------------------
	メインコンテンツ
----------------------------------------------------*/
#main {
	float: none;
	width: 100%;
}

#ttl,#sp_header {
	margin-top: 90px;
}

/*----------------------------------------------------
	サイドバー
----------------------------------------------------*/
#side {
	float: none;
	width: 100%;
	margin-top: 20px;
}

/* その他
----------------------------------------------------*/
.w100 {
	width: 100%;
}
.sp_none {
	display: none !important;
}

/* float */
.floatLeft{
	float:none;
	margin-right: 0px;
}
.floatRight{
	float:none;
	margin-left: 0px;
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/



/*----------------------------------------------------
	footer
----------------------------------------------------*/
#globalFooter {
	min-width:auto;
	margin-top: 40px;
}

.footer {
	display: none;
}

/* copyright
----------------------------------------------------*/
#cp {
	width: auto;
	height: auto;
}
.cp_in {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
p.copyright {
	text-align: left;
	margin-top: 0px;
	border-top-style: none;
}
.cpL {
	float: none;
	width: auto;
}
.cpR {
	display: none;
}
ul.footnav li {
	margin-bottom: 10px;
}


/****************************************** トップページ ***********************************************************/

header {
	display: block;
	position: fixed;
	
	width: 100%;
	
	background: #fff;
	z-index: 100000;
}

	#header_inner {
		width: 94%;
		margin: 10px auto;
	}
	
			#h1 img {
				width: calc(100% - 64px);
			}
		
		#header_btn {
			display: none;
		}

	.sp_nav_btn {
		display: block;
		float: right;
	}
	
	.search_pc {
		display: none;
	}


/* トピックスボックス
----------------------------------------------------*/

.menubtn {
	margin: 30px 0;
}

.menubtn ul {
	overflow: hidden;
}

	.menubtn ul li {
		float: left;
		width: 49%;
		margin: 0 2% 15px 0;
	}
	
		.menubtn ul li img {
			width: 100%;
			height: auto;
		}

	.menubtn ul li:nth-child(3n) {
		margin: 0 2% 15px 0;
	}

	.menubtn ul li:nth-child(2n) {
		margin: 0 0% 15px 0;
	}
	


/* お知らせ
----------------------------------------------------*/
.information_section {
	margin-bottom: 40px;
}

#w50L {
	float: none;
	width: auto;
	margin-bottom: 30px;
}
#w50R {
	float: none;
	width: auto;
}

.topTTLnews,.topTTLfb {
	position: relative;
	background-repeat: no-repeat;
}


dl.information {
	padding: 10px 10px 10px 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
dl.information dt {
	width:7em;
	float:none;
}
dl.information dd {
	margin-left:0px;
	padding-left:0px;
}

/* 見出し
----------------------------------------------------*/
.topTTLnews h2,.topTTLfb h2,#ad_block h2 {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000546;
	font-size: 150%;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.topTTLnews h2 .right {
	position: static;
	display: block;
	margin-top: 10px;
}

/* facebook
----------------------------------------------------*/
.fbbox {
	display: none;
}
.fbbox_sp {
	height: 300px;
	width: 100%;
	display: block;
}


/* 入試関連日程
----------------------------------------------------*/
#ad_block {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#ad_block .mgt {
	margin-top: 30px;
}

/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.btn_area {
	background-color: #fff;
	margin-top: 10px;
}
.btn_area ul {
	padding-left: 0px;
}
.btn_area li {
	margin-top: 10px;
	margin-bottom: 20px;
	float: none;
	margin-right: 0px;
}
.btn2 a {
	font-size: 90%;
	background-image: url(common/images/head05.png);
	padding: 5px 40px 5px 10px;
	display: block;
}
/* float */
.floatLeft{
	float:none;
	margin-right: 0px;
}
.floatRight{
	float:right;
	margin-left: 0px;
}


/* 定義リスト */
dl.dl {
   border:1px solid #999;
   border-top:0;
   background:#e2e1ef;
}
dl.dl dt {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
}

dl.dl01 dt,dl.dl02 dt {
	width:auto;
}
dl.dl01 dd,dl.dl02 dd {
   margin-left:0em;
}

.sp_only {
	display: inline;
}


/* ページトップ
----------------------------------------------------*/
#pagetop {
	bottom: 5px;
	right: 5px;
	text-align: right;
}
#pagetop img {
	width: 70%;
}



/* スライドインメニュー */
.sp_only {
	display: block;
}

.wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    background: #ddd;
    -webkit-transition: .3s;
    transition: .3s
}

.is_active .wrap {
    left: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.is_active .l_nav {
    position: fixed;
    height: 100%;
    right: 0;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
}

	.l_nav {
		background: #000546;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		
		padding: 15px;
		box-sizing: border-box;
		
		z-index: 1000;
		-webkit-transition: .3s;
		transition: .3s
	}
	
	.l_nav nav {
		margin-top: 100px;
	}

	/* 問い合わせボタン */
	.spnav_btn {
	}
	
		.spnav_btn ul {
            display: flex;
            justify-content: center;
		}
		
			.spnav_btn ul li {
				float: left;
				width: 48%;
				margin-right: 4%;
			}
			
				.spnav_btn ul li img {
					width: 100%;
				}
		
				.spnav_btn ul li img:hover {
					opacity: 0.7;
					transition: 0.3s ease all;
				}
		
			.spnav_btn ul li:last-child {
				margin-right: 0%;
			}
		
.arrow{
    width: 25px;
    height: 25px;
    fill: #fff;
    position: absolute;
    top: 8px;
    right:15px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.dropdown li{
    list-style:none;
    position:relative;
}
.submenu{
    display:none;
}
.dropdown_toggle .arrow{
   	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}


/*装飾----------------------------------*/

.dropdown{
    padding:0;
	margin-bottom: 20px;
    color:#fff;
	border-top: 1px dashed #686b99;
}

/*
.dropdown>li{
    padding:10px 0px 10px 34px;
	border-bottom: 1px dashed #686b99;
	background-image: url(common/images/icon_accordion.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}
*/

.dropdown>li{
    padding:10px 0px 10px 30px;
	border-bottom: 1px dashed #686b99;
	position: relative;
}

	.dropdown>li:before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		
		position: absolute;
		top: 10px;
		left: 8px;
		
		background-image: url(common/images/icon_accordion.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}

.submenu{
    margin-top:10px;
    padding:0;
	margin-bottom: -11px;
	margin-left: 5px;
	border-top: 1px dashed #686b99;
}

.submenu a{
    display:block;
    color:#fff;
    text-decoration:none;
    padding:10px 10px 10px 13px;
	
	border-bottom: 1px dashed #686b99;
	
	background-image: url(common/images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.submenu a:hover{
    background:rgba(255,255,255,.1);
	background-image: url(common/images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.sp_search {
	margin-bottom: 20px;
}
	
	.sp_search .gsc-control-cse {
		background: none !important;
		border: 0 !important;
	}
	
		.sp_search .cse .gsc-control-cse, .sp_search .gsc-control-cse {
			padding: 0 !important;
		}

				.sp_search .cse .gsc-search-button-v2, .sp_search .gsc-search-button-v2,
				.sp_search .gsc-search-button-v2, .sp_search .gsc-search-button-v2:hover, .sp_search .gsc-search-button-v2:focus {
					background: #fff !important;
					border: 1px solid #fff !important;
				}
				
				.sp_search .gsc-search-button-v2 svg {
					fill: #111c3a !important;
				}


.l_nav .on_wrap {
	display: block;
	
	width: 100px;
	margin: 20px auto;
	background: #666;
	
	color: #fff;
	text-align: center;
	text-decoration: none;
	
	padding: 6px 10px;
	border-radius: 10px;
}

html{
    overflow: auto;
    height: 100%;
}

body{
    position: relative;
    width: 100%;
    /*height: 100%;*/
    overflow-x:hidden;
}


/* 201906改修
----------------------------------------------------*/
.keyvisual {
	display: none;
}

.keyslide {
	display: block;
	margin-top: 86px;
}
.keyslide {
    width: 100%;
}

.keyslide img {
	width: 100%;
}

.ee {
	width: 96%;
	margin: 10px auto 20px;
	overflow: hidden;
}

.ee dt {
	width: 100%;
	float: none;
	height: 30px !important;
	background-color: #111c3a;
	background-image: url(images/nyushi_ttl.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: 8px center;
	
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.ee dd {
	float: none;
	width: 100%;
	padding-right: 0;
	height: auto !important;
	background: none;
	background-image: none;
}

.ee dd p {
	margin: 5px 0 1px 0;
}

.ee dd ul {
	margin: 0;
}

.ee dd li {
	margin-bottom: 7px;
	background: #d5dcf1;
	background-image: url(images/ee_arrow.gif), url(images/ee_arrow_bg.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: right center;
	background-size: 16px 54px;
	
	font-size: 12px;
	padding: 7px 35px 7px 7px;
	margin-bottom: 1px;
}

.ee.eventee dd li {
	margin-bottom: 0px;
	background-image: none;
}

.ee.eventee dd div.sp_only {
	background: #d5dcf1;
	padding: 5px 0 15px;
	text-align: center;
}

.ee.eventee dd div.sp_only span {
	display: inline-block;
	padding: 4px 15px;
	background: #2c3284;
	color: #fff;
}

.ee dd li span {
	display: block;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 0px;
}

.ee dd a {
	text-decoration: none;
}

.ee_sub {
	margin-top: 0px;
	padding: 0px 5px;
}
.ee_sub a {
	text-decoration: underline !important;
}

.style {
	width: 100%;
}

.style_ttl {
	padding: 9px 0;
}

.style_ttl img {
	width: 80%;
}

.style p {
	margin: 10px;
	font-size: 14px;
	text-align: left;
}

.style p a {
	font-size: 18px;
}

.style .clearfix {
	margin: 0px 10px;
}

.course_society {
	width: 100%;
	float: none;
}

.course_object {
	width: 100%;
	float: none;
}

.course_object li {
	width: 100%;
	float: none;
	margin-right: 0%;
}



}


/* top */
.top_section {
    width: 1000px;
    margin: 70px auto 0;

}
.top_section_ttl {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.top_section_ttl::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    border-radius: 10px;
    background: #111;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}
.top_section_ttl span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top_section_ttl span a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 40px 5px 20px;
    border-radius: 20px;
    background: #121b38;
    position: relative;
}
.top_section_ttl span a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);

    position: absolute;
    right: 14px;
    top: 8px;
}
.top_section_ttl span a:hover {
    opacity: 0.6;
}
.top_topicslist {
    margin-bottom: 70px
}
.top_topicslist li {
    float: left;
    width: 320px;
    padding-bottom: 15px;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    position: relative;
}
.top_topicslist li:nth-child(3n) {
    margin-right: 0px;
}

.top_topicslist a {
    color: #111;
    text-decoration: none;
}
.top_topicslist a:hover {
    opacity: 0.6;
}

.top_topicslist_ttl {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 13px 0;
    text-align: center;
}
.top_topicslist .blue {
    background: #22409a;
}
.top_topicslist .orange {
    background: #e87619;
}
.top_topicslist_text {
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top_topicslist_text span {
    font-size: 28px;
}
.top_topicslist_text > div:first-child {
    margin-bottom: 16px;
}

.top_topicslist_btn {
    float: right;
    margin-right: 15px;

    width: 40%;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 40px 5px 20px;
    border-radius: 20px;
    position: relative;
}
.top_topicslist_btn .blue {
    background: #22409a;
}
.top_topicslist_btn .orange {
    background: #e87619;
}
.top_topicslist_btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);

    position: absolute;
    right: 14px;
    top: 11px;
}

.career_wrap {
    width: 100%;
    padding: 1px 0 70px;
    background: #f6f7ff;
}

.career_line {
    display: flex;
    justify-content: space-between;

    font-size: 15px;
}

.btmln {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #b8b8b8;
}

.career_head {
    background: #121b38;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 150px !important;
    padding: 15px;
    box-sizing: border-box;
}
.career_cell {
    width: 280px;
    padding: 15px;
    box-sizing: border-box;
}
.career_cell a {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.cell_program {
    width: 830px;
    text-align: center;
}
.cell_program a {
    display: inline;
}

.career_icon {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 13px 1px 13px;
    font-size: 13px;
    border-radius: 6px;
    color: #fff;
    margin-top: 10px;
}
.career_icon.green {
    background: #70ae41;
}
.career_icon.blue {
    background: #4473c5;
}

.career_list_wrap {
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
}

.career_list_left {
    width: 48%;
}
.career_list_right {
    width: 48%;
}

.career_list_ttl {
    font-size: 18px;
    font-weight: bold;
    padding: 1em 0px;
    position: relative;
    border-bottom: 2px solid #ccc;
}
.career_list_ttl::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #121b38;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.career_list_ul {
    overflow: hidden;
}
.career_list_ul li {
    border-bottom: 1px solid #ccc;

    position: relative;
}
.career_list_ul li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #dcdff9;
    z-index: 1;
    transition: .2s;
}
.career_list_ul li:hover:before {
    width: 100%;
}
.career_list_ul a {
    display: block;
    padding: 1em 0 1em 24px;
    color: #111;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.career_list_ul a:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #121b38;
    border-right: 2px solid #121b38;
    transform: rotate(45deg);

    position: absolute;
    left: 3px;
    top: 19px;
}

.pc_only {
    display: block;
}
.sp_only {
    display: none;
}

@media (max-width: 480px) {
    
.pc_only {
    display: none;
}
.sp_only {
    display: block;
}


.top_section {
    width: 96%;
    margin: 70px auto 0;

}
.top_section_ttl {
    font-size: 26px;
    margin-bottom: 90px;
}

.top_section_ttl span {
    position: absolute;
    right: 0;
    top: 70px;
    transform: translateY(0%);
}
    
.top_topicslist li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}


.top_topicslist_ttl {
    font-size: 18px;
    padding: 10px 0;
}
.top_topicslist_text {
    height: auto !important;
    padding: 15px;
}
.top_topicslist_text span {
    font-size: 26px;
}

.top_topicslist_btn {
    float: none;
    margin: auto;

    width: 40%;
}
    
    
    .sp_course_select {
        margin-bottom: 30px;
        border-left: 6px solid #111d37;
        padding: 15px;
        background: #fff;
    }
    
    .sp_course_ttl {
        font-size: 18px;
        font-weight: bold;
    }
    
    .sp_course_info {
        margin: 15px 0;
    }
    .career_icon {
        margin-top: 4px;
    }
    
    .sp_course_time {
        display: flex;
        align-items: center;
    }
    
    .sp_course_time span {
        display: block;
    }
    
    .sp_course_time span:first-child {
        width: 6em;
        padding: 10px 0;
        background: #f1f1f1;
        text-align: center;
    }
    .sp_course_time span:last-child {
        padding: 0 10px;
    }
    
    
.career_list_wrap {
    display: block;
}

.career_list_left {
    width: 100%;
}
.career_list_right {
    margin-top: 30px;
    width: 100%;
}

    
}