@charset "utf-8";

/*------------------------------------------------------------
	common
------------------------------------------------------------*/

a,
a:hover,
a img:hover{
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
  color: #024ea3; 
  text-decoration: none;
}

a img:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

a:hover{
  text-decoration: underline;
}

h2{
  color: #024ea3;
  font-weight: 900;
}
.page h2 {
    font-size: 36px;
    letter-spacing: 0.3rem;
    margin-bottom: 130px;
    line-height: 1.2;
}
.page h2 span {
	display: block;
}
.page h2 div {
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	width: 1000px;
	font-weight: bold;
}
h3{
  color: #024ea3;
  font-family: Ryumin Bold KL;
}

h6,
h5,
#container:not(.normal_entry) h4 {
  color: #024ea3;
  clear: both;
}

.width100 {width: 100%;}

hr{
	border-style: dotted;
    border-color: #ccc;
    margin: 1.5em 0;
    border-bottom: 0;
}
/*---- reset ----*/
.r_sp_none{
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.l_sp_none{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.bottom_sp_none{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.all_sp_none{
  padding: 0 !important;
  margin: 0 !important;
}

.shadow_none{
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}

.bg_none{
  background: none !important;
}

.line_none{
  border: none !important;
}

.br_sp{
  display: none;
}
.hidden-pc, .hidden-pc-i {display: none;}
.hidden-sp {display: block;}
img.hidden-sp {display: inline-block;}


@media screen and (max-width: 479px) {
  .br_sp{
    display: inherit;
  }
  .br_pc{
    display: none;
  }
  .hidden-sp {display: none !important;}
  .hidden-pc {display: block;}
  img.hidden-pc {display: inline-block;}
  .hidden-pc-i {display: inline-block;}

  .font100-sp {font-size: 100% !important;}
  .center-sp {text-align: center !important;}

  .page h2 {
  	margin-bottom: 30px;
  	font-size: 25px;
  }
  .page h2.margin-bottom {margin-bottom: 50px;}

  hr{margin: 1em -1em 2em;}
}

/*---- float ----*/
.float_r{
  float: right !important;
}

.float_l{
  float: left !important;
}

/*---- text_align ----*/
.txt_l{
  text-align: left;
}

.txt_r{
  text-align: right;
}

.txt_center{
  text-align: center !important;
}

.txt_small {
	font-size: 13px;
	margin-left: 1em;
    text-indent: -1em;
}
.txt_min {font-size: 12px;}
/*---- icon ----*/
.pdf_icon{
  background: url("../img/common/pdf_icon.png") right center no-repeat;
  padding-right: 16px;
}

.blank_icon{
  background: url("../img/common/blank_icon.png") right center no-repeat;
  padding-right: 20px;
}

/*---- color ----*/
.txt_red{
  color: #C61326;
}

.txt_b{
  font-weight: bold !important;
}

.serif {
	font-family: Ryumin Bold KL, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*---- body ----*/
html{
  height: 100%;
}

body{
  background: url("../img/bg.jpg");
  font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #363636;
  font-size: 100%;
  min-width: 1000px;
  text-align: center; 
  height: 100%;
}
body.page {
	background: none;
}

select,
input{
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (max-width: 479px) {
  body{
    -webkit-text-size-adjust: 100%;
    color: #363636;
    font-size: 100%;
    max-width: 100%;
  	min-width: inherit;
    text-align: center; 
    height: 100%;
    word-break: break-all;
    font-family: Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
}

/*---- header ----*/
header{
	background: url(../img/bg.jpg);
	padding: 15px 0;
	width: 100%;
	font-size: 80%;
	border-bottom: solid 20px #024ea3;
}
.page header {
	background: none;
	border: none;
}
#header_box{
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.page #header_box{
	max-width: 1000px;
}

#header_box span{
	display: inline-block;
	text-align: left;
	padding: 0 0 1em 2em;
}
.page #header_box span {
    vertical-align: top;
    font-size: 10px;
    line-height: 1.8;
    padding: 0.5em 0 0em 2em;
    color: #024ea3;
}
.for {
    text-align: right;
    font-size: 1em;
    padding: 0 0 10px;
    }
.for a{
    color: #333333;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none;
}
.for a:hover{
    color:#024ea3;
}
.header_button {
	position: absolute;
	right: 0;
    bottom: -3px;
}
.page .header_button {
    top: 10px;
}
.header_button img {
    margin-left: 0.5em;
}
.page .header_button img {
    margin-left: 15px;
}
.page .subtitle {
    margin: 50px auto 10px;
    color: #024ea3;
}
.single .subtitle {
	margin-top: 0;
}
#navi {
	background: url(../img/bg_navi.png) repeat-x #1A2E75;
	min-height: 78px;
	font-size: 90%;
}
#navi a {
	color: #fff;
	display: inline-block;
}
#navi a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	text-decoration: none;
}
#course_guide {
	width: 37.6%;
	min-height: 78px;
	background: url(../img/bg_course_guide.png) right top no-repeat;
	float: left;
	padding-right: 2em;
}
#course_guide a {
	float: right;
	margin: 50px  2.5em 0 0;
}
#main_navi {
	text-align: left;
	padding: 10px 0 0 40px;
	overflow: hidden;
}
#main_navi a {
	margin: 14px 2.5em 0 0.2em;
}
#head_navi_pc{
  width: 1000px;
}

#head_navi_sp{
  display: none;
}

#head_navi_pc ul{
  margin: 0 auto;
}

#head_navi_pc ul li{
  float: left;
  height: 47px;
  font-size: 80%;
  background: url("../img/common/head_line.jpg") right center no-repeat;
}

#head_navi_pc ul .no_line{
  background: none;
}

#head_navi_pc ul .access_txt{
  padding: 15px 14px 13px 18px;
  background: url("../img/common/access_pointer.png") left center no-repeat;
}

#head_navi_pc ul .contact_txt{
  padding: 15px 5px 13px 23px;
  background: url("../img/common/contact_icon.png") left center no-repeat;
}

#head_navi_pc a:hover{
  text-decoration: underline;
}

header h1{
  float: left;
  padding-top: 35px;
}

.logo{
  float: left;
  width: 254px;
}

header h1 .logo_sp{
  display: none;
}

header .sub_txt{
	float: left;
    margin-left: 1.2em;
    line-height: 1.5;
    font-size: 85%;
    text-align: left;
    color: #024ea3;
}
header .sub_txt img {
    height: 1.5em;
    vertical-align: middle;
    margin: -2px 0.5em 0 0;
}
header .sub_txt a {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid;
}
header #search_box{
  margin-top: 55px;
  float: right;
  width: 300px;
  height: 54px;
  background-color: #F9F9F9;
  border: 1px solid #F3F3F3;
}

header #search_box #search_txt{
  width: 230px;
  float: left;
  margin: 10px 3px 10px 10px;
  height: 32px;
  border: 1px solid #CCC;
  padding: 0 5px;
  font-size: 95%;
  color: #999;
}

header #search_box #search_btn{
  float: right;
  margin: 10px 10px 0 0;
}

header .nav_sp{
  display: none;
}

@media screen and (max-width: 479px) {
  a img:hover{
    filter: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  
  header{
    width: 100%;
    min-height: 56px;
    padding: 0;
    height: auto;
    position: fixed;
    z-index: 99;
    filter: alpha(opacity=98);
    -moz-opacity:0.98;
    opacity:0.98;
  }

  #header_box{
    width: 100%;
    max-width: none;
    margin: 0;
    position: inherit;
  }

  .nav-mobile {
	background-color: #024ea3 !important;
  }
  
  #head_navi_kouza,
  #head_navi_pc{
    display: none;
  }

  #head_navi_sp{
    display: inherit;
	    position: relative;
    z-index: 101;
  }
  
  #head_navi_sp li{
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    border-top: 1px solid #336CAA;
    border-left: 1px solid #336CAA;
    border-right: 1px solid #0E2642;
    border-bottom: 1px solid #0E2642;
    box-shadow: 1px 1px 0 0 rgba(255,255,255,0.2);
  }

  #head_navi_sp li p{
    padding: 10px 10%;
  }
  
  header h1{
    float: left;
    padding: 10px 0 10px 15px;
  }
  
  header h1 img{
    display: none;
  }

  header h1 .logo_sp{
    width: 150px;
    display: inherit;
    position: relative;
    z-index: 100;
  }
  
  header .sub_txt{
    display: none;
  }
  
  header #search_box{
    display: none;
  }
  
  header .nav_sp{
    display: inherit;
    padding: 10px 0  0 15px;
    text-align: left;
    font-size: 12px;
  }
  .page-template-page-lp header .nav_sp{display:none;}
  
  .logo_sp_header{
  	width: 50%;
	margin-right: 10px;
    vertical-align: sub;
  }
}

/*---- main_navi ----*/
#main_nav{
  background: #004795;
  height: 74px;
  border-bottom: #002651 6px solid;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3); 
}

#main_nav ul{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#main_nav ul.megamenu li.mm-item{
  width: 14.28%;
  background: url("../img/common/nav_line.jpg") right center no-repeat;
  float: left;
  text-align: center;
}

#mega-menu-max_mega_menu_1 > li.mega-menu-item, #mega-menu-max_mega_menu_1 > li.mega-menu-item {
	background: url(../img/common/bg_navi.png) no-repeat !important;
}
#mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child {
	background: url(../img/common/bg_navi_last.png) !important;
}
#main_nav li a{
  height: 74px;
  display: block;
  color: #FFF; 
  font-size: 90%;
}

#main_nav li a p{
  padding-top: 25px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#main_nav li a:hover{
  text-decoration: none;
  background: #005CC4;
}

#main_nav .dsb_txt{
  padding-top: 15px;
  line-height: 1.1;
}

#main_nav li span{
  color: #FFD24C;
  font-size: 70%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (max-width: 479px) {
  #main_nav{
    display: none;
  }
}

/*---- main_navi_small ----*/
.main_nav_s{
  margin-top: 1px;
  height: 65px !important;
}

.main_nav_s a{
  height: 65px !important;
}

.main_nav_s ul{
  background: #004795 !important;
}

.main_nav_s li a p{
  padding-top: 20px !important;
}

.main_nav_s .dsb_txt{
  padding-top: 12px !important;
}

@media screen and (max-width: 479px) {
  .main_nav_s{
    display: none;
  }
}

/*---------- main_box ----------*/

#main_box h3 {
	font-family: Ryumin Bold KL, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    background: url(../img/common/bg_h3.jpg) #024ea3;
    height: 73px;
    font-size: 26px;
    padding: 24px 0 0 30px;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
}
#main_box h3.white {
    color: #024ea3;
    background: url(../img/common/bg_h3_white.png);
    height: 76px;
    font-size: 24px;
    padding: 26px 0 0 30px;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
#main_box h3.white a {
	position: absolute;
    right: 20px;
    top: 22px;
}
#container{
  position: relative;
  text-align: left;
  min-height: 100%;
  height: auto !important;
}

.page #container{
    border-top: 40px solid #383838;
    background: url(../img/common/bg_page_header.png) repeat-x top center;
}
#content{
  max-width: 1000px;
  margin: -40px auto 0;
  text-align: center;
  line-height: 1.8em;
}
.normal_entry #main_box_sub_wrap {text-align: left;}

.content{width: 1040px;}

#container:not(.normal_entry) #content p {
	margin-bottom: 0.6em;
}
.text_box{
	margin: 2em auto;
	max-width: 820px;
}
.content_box{
	margin: 2em auto 70px;
	max-width: 880px;
}
@media screen and (max-width: 479px) {
  .page-template-page-lp #container{
    background: none;
    padding-top: 75px;
  }
  .page #container{
  	border-top: 1px solid #fff;
  }
  #container:not(.normal_entry) #content{
    max-width: 100%;
    margin: 1em;
  }
  .page #container:not(.normal_entry) #content{
    margin: 0 1em;
    padding-bottom: 50px;
  }
  .content{width: 100%;}

  .page .subtitle{padding-top: 30px;}

	h3, #main_box h3 {
		font-family: Ryumin Bold KL;
		color: #fff;
	    font-size: 21px;
	    text-align: center;
	    padding-left: 0;
	    background: url(../img/common/bg_h3_sp.png);
	    height: 86px;
	    padding-top: 28px;
	    margin-bottom: 10px;
	}
	#main_box h3.white {
		margin: 0;
		margin-bottom: 0;
	    border-top: 3px double #ccc;
	}

}

/*---- pagetop ----*/
#pagetop_box{
  max-width: 1000px;
  margin: 0 auto;  
}
  
.pagetop{
  margin-left: 1020px;
}

.pagetop img{
  max-width: none;
  vertical-align: bottom;
}

#pagetop_box_sp{
  display: none;
}

@media screen and (max-width: 479px) {
  #pagetop_box{
    display: none;
  }

  #pagetop_box_sp{
    display: inherit;
    max-width: none;
    margin: 0 auto; 
  }
    
  #pagetop_box_sp .pagetop{
    margin-left: 0;
    right: 0;
    width: 100%;
  }
}

/*-- footer --*/
footer {
	border-top: 1px solid #D9D9D9;
}

#footer_logo {
	background: url(../img/bg.jpg);
	overflow: hidden;
	text-align: center;
}
#footer_logo a {
	color: #fff;
}
#footer_logo .content {
	margin: 1em auto;
}
#footer_logo .content img {
}
#footer_logo .link_box {
	float: left;
	width: 220px;
	height: 65px;
	padding-top: 1em;
	text-align: center;
	background: url(../img/icon_arrow_bottom.png) center bottom no-repeat;
}
#footer_bg{
  background: #024ea3;
  height: 100%;
  color: #fff;
}

footer ul{
  max-width: 1040px;
  padding: 1em 0;
  margin: 0 auto;
  font-size: 80%;
}

footer ul li{
  float: left;
  padding-left: 2em;
}

footer ul li a{
}

footer #other_link{
  text-align: center;
  font-size: 80%;
  padding-bottom: 20px;
}

footer #address{
  max-width: 1000px;
  margin: 0 auto;
  font-size: 80%;
}

footer #address dl{
  padding: 1.5em 0 2em;
}

footer #address dt{
  text-align: center;
  line-height: 2;
}

footer #address dt a{
  float: left;
  text-align: right;
  padding-right: 15px;
}

footer #address dd{
  text-align: center;
  padding-top: 1em;
  font-size: 80%;
}

footer .address_sp{
  display: none;
}

footer small span{
   font-family:'Times New Roman', 'Times';
}
#footer_common .content {
	display: table;
	max-width: 1000px;
	margin: 30px auto 50px;
}
#footer_common .content div {
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	padding: 6px 0 0 38px;
}

#footer_common .content div.ft_logo {
    width: 300px;
    text-align: center;
    padding: 0;
}
#footer_common .content div.ft_logo .address {
	font-weight: bold;
	margin-top: 1em;
}
#footer_common ul{
	font-weight: bold;
	font-size: 100%;
	padding: 0;
	list-style-image: url(../img/common/li_mark.png);
}
#footer_common li {
	padding-left: 0;
	color: #024ea3;
	font-weight: bold;
    line-height: 1.8;
    float: none;
}
#footer_common li li {
	margin-left: 3em;
	color: #717071;
}

#footer_common li li a{color:#717071;}

#copyright {
    font-size: 12px;
    background: #024ea3;
    color: #fff;
    text-align: center;
    padding: 1em 0 10em;
}
@media screen and (max-width: 479px) {
  footer {
  	border: none;
  }
  footer ul{
    display: none;
  }
  
  footer .ft_logo img {
  	width: 85;%
  }
  footer #other_link{
    display: none;
  }
  
  footer #address{
    width: 85%;
  }
  footer .address_sp{
    display: inherit;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 75%;
  }
  footer .address {
  	line-height: 1.8;
  }
  footer #copyright{
  	padding-top: 2em;
  }
}

/*---------- subpage ---------*/
/*---- left_box ----*/
#left_box_sub{
  width: 230px;
  float: left;
  line-height: 0;
}

#left_box_sub h2{
  width: 230px;
  height: 120px;
  background-color: #004795;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  line-height: 1.4;
  box-shadow: 0 0 5px rgba(0,0,0,0.1); 
}

#left_box_sub h2:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#left_box_sub h2 p{
  margin: 15px 20px;
  font-size: 130%;
  font-weight: bold;
}

#left_box_sub #subpage_link{
  width: 230px;
  background: url("../img/common/left_link_line.gif") center bottom no-repeat;
  margin-bottom: 74px;
  padding-bottom: 74px;
}

#left_box_sub #subpage_link li{
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0,0,0,0.1); 
  width: 228px;
  height: 74px;
  border: 1px solid #7497BF;
  border-top: none;
  display: table;
}

#left_box_sub #subpage_link li:hover{
  background-color: #F19C1D;
}

#left_box_sub #subpage_link a{
  background: url("../img/common/arrow_b.png") left center no-repeat;
  display: block;
  margin-left: 15px;
}

#left_box_sub #subpage_link a:hover{
  background: url("../img/common/arrow_wo.png") left center no-repeat;
  color: #FFF;
  text-decoration: none;
}

#left_box_sub #subpage_link li p{
  height: 54px;
  padding: 10px 18px 10px 20px;
  display: table-cell;
  vertical-align: middle; 
  font-size: 110%;
  line-height: 1.4;
}

#left_box_sub #subpage_link .current_page{
  background-color: #EBEAEA;
}

#left_box_sub #subpage_link .current_page:hover{
  background-color: #EBEAEA;
}

#left_box_sub #subpage_link .current_page a{
  background: url("../img/common/arrow_o.png") left center no-repeat;
  display: block;
  margin-left: 15px;
}

#left_box_sub #subpage_link .current_page p{
  color: #F19C1D;
  font-weight: bold;
}

#left_bn_link li{
  margin-bottom: 11px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1); 
}

#left_bn_link li a{
  display: block;
}

#left_bn_link li a:hover{
  text-decoration: none;
	filter: alpha(opacity=6);
	-moz-opacity:0.6;
	opacity:0.6;
}

#left_bn_link li div{
  width: 228px;
  height: 80px;
  border: 1px solid #C8C7C6;
}

#left_bn_link li div p{
  display: inline-block;
  background: url("../img/common/arrow_b.png") left 16px no-repeat;
  padding: 14px 18px 10px 20px;
  margin-left: 15px;
  line-height: 1.4;
  font-size: 110%;
}

#left_bn_link li .access_bn_l{
  background: #FFF url("../img/common/bn_access_bg.jpg") right top no-repeat;
}

#left_bn_link li .faq_bn_l{
  background: #FFF url("../img/common/bn_faq_bg.jpg") right top no-repeat;
}

#left_bn_link li .contact_bn_l{
  background: #FFF url("../img/common/bn_contact_bg.jpg") right top no-repeat;
}

.page #left_box_sub {
	line-height: 1;
    border-bottom: 1px solid #024ea3;
    margin-bottom: 50px;
}
.page #left_box_sub div {
    border-top: 1px solid #024ea3;
    height: 84px;
    font-weight: bold;
    text-align: left;
}
.page #left_box_sub div.now {
    background: url(../img/common/left_box_li_red.png) no-repeat top 40px left 20px #024ea3;
    color: #fff;
    padding-left: 42px;
}
.page #left_box_sub div.child.now {
    background: #024ea3;
}
.page #left_box_sub div.child {
    border-top: 1px dotted #024ea3;
    height: 44px;
}
.page #left_box_sub div a {
    background: url(../img/common/left_box_li_white.png) no-repeat top 40px left 20px;
    color: #024ea3;
    padding: 34px 0 0 42px;
    display: inline-block;
    height: 84px;
    width: 100%;
    text-decoration: none;
    line-height: 1.4;
    font-weight: bold;
}
.page #left_box_sub div.child a {
    background: none !important;
    height: 44px;
}
.page #left_box_sub div.now a {
    background: none;
    color: #fff;
    padding-left: 0;
    padding-top: 34px;
    display: inline-block;
    cursor: default;
}
.page #left_box_sub div.child.now a {
	padding-left: 0;
}
.page #left_box_sub div a:hover {
	background-color: #F2F5F6;
	border-bottom: 1px solid #024ea3;
}
.page #left_box_sub div.now a:hover {
	background: none;
	border: none;
}
.page #left_box_sub div.child a {
    background: none;
    padding: 14px 0 0 42px;
    font-weight: normal;
    font-size: 80%;
}
.page #left_box_sub div.child a:hover {
	background-color: #F2F5F6 !important;
	border-bottom: 1px dotted #024ea3;
}
.page #left_box_sub div.child.now a:hover {
	background: none !important;
}
@media screen and (max-width: 479px) {
  #left_box_sub{
    display: none;
  }
}

#right_box .sidebanner_text {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}

/*---- breadcrumb ----*/
#breadcrumb{
    background: url(../img/common/icon_home.png) left 13px no-repeat #383838;
    line-height: 40px;
    padding-left: 2em;
    font-size: 12px;
    color: #fff;
    text-align: left;
}
#breadcrumb li{
  float: left;
}

#breadcrumb li:after{
  content:">";
  padding: 0 3px;
}

#breadcrumb li:last-child:after{
  content: none;
}

#breadcrumb li a{color: #fff;}
#breadcrumb br {display: none;}

@media screen and (max-width: 479px) {
  #breadcrumb{
    display: none;
  }
}

/*---- right_box ----*/

.header_img {width: 100%;}

#main_box_sub_wrap{
  width: 738px;
  float: right;
  font-size: 90%;
}
.normal_entry #main_box_sub_wrap {
	font-size: 90%;
}

#main > h2:first-child {
  display: none;
  font-family: Ryumin Bold KL, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url("../img/common/line_b_2.png") center bottom no-repeat;
  font-size: 180%;
  padding-bottom: 26px;
  margin: 30px 0;
  letter-spacing: 2px;
  text-align: center;
  font-weight: normal;
}
.hentry > h2:first-child, #main_box_sub > h2:first-child {display: none;}

#main_box_sub{
  border-bottom: none;
  background-color: #FFF;
  padding-bottom: 50px;
}

#main_box_sub_sp{
  margin: 0 0px 60px;
}
#main_box_sub .main_title, #main_box_sub .mi_line {
    height: 134px;
    background: url(../img/common/bg_page_title.png) no-repeat;
    margin-bottom: 50px;
    overflow: hidden;
    color: #024ea3;
    border-bottom: 0;
    margin-top: 50px;
}
#main_box_sub > .main_title:first-child, .hentry > .mi_line:first-child, #main_box_sub_sp > .main_title:first-child, .rearmament_box > h3:first-child {
    margin-top: 0 !important;
}
#main_box_sub .main_title p {
	padding-top: 10px;
	margin: 0;
}
#main_box_sub .main_title p + h3 {
	padding-top: 5px;
}

#main_box_sub h3{
  font-size: 140%;
  padding: 15px 0;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.2;
}
#main_box_sub .main_title h3{
	text-align: center;
	font-size: 30px;
	padding-top: 40px;
}
#main_box_sub_sp .txt_box h3 {
	margin-top: 0;
	padding-top: 0;
}
#main_box_sub h3.mi_line {
	font-size: 26px;
	text-align: center;
	padding-top: 44px;
	line-height: 1.2;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-top: 50px;
}

.archive #news_article > h3.mi_line {margin-top: 0;}

.normal_entry #main_box_sub_wrap p {
	text-align: left;
}

.page #container:not(.normal_entry) #main_box_sub h3 {font-size:30px;}

#main_box_sub p{
  line-height: 1.8;
}

#main_box_sub .line_blue{
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid #004693;
}
#main_box_sub .line_green{
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid #005E67;
}
#main_box_sub #relevance_box{
  background: #D6D3D5 url("../img/common/relevance_bg.jpg") 456px top no-repeat;
  height: 250px;
}

#main_box_sub #relevance_box h3{
  padding: 20px 34px 20px;
  font-size: 130%;
}

#main_box_sub #relevance_box h3 a{
  background: url("../img/common/relevance_arrow.png") right center no-repeat; 
  padding-right: 16px; 
  font-weight: bold;
  display: inline-block;
}

#main_box_sub #relevance_box h3 a:hover{
  background: url("../img/common/relevance_arrow_o.png") right center no-repeat;
  color: #F19C1D;
  text-decoration: none;
}

#main_box_sub #relevance_box .line_top{
  border-top: 1px solid #004693;
}

#main_box_sub #relevance_box ul{
  margin: 0 33px;
  border-bottom: 1px solid #004693;
  height: 70px;
}

#main_box_sub #relevance_box ul li{
  width: 223px;
  height: 70px;
  float: left;
  display: table;
}

#main_box_sub #relevance_box ul li a{
  background: url("../img/common/arrow_b.png") 12px center no-repeat;
  font-size: 105%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 32px;
  line-height: 1.2;
}

#main_box_sub #relevance_box ul li a:hover{
  background: url("../img/common/arrow_o.png") 12px center no-repeat;
  color: #F19C1D;
  text-decoration: none;
}

#main_box_sub #relevance_box ul .current_page_under a{
  background: url("../img/common/arrow_g.png") 12px center no-repeat;
  font-size: 105%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 32px;
  line-height: 1.2;
  color: #6A6A6A;
}

#main_box_sub #relevance_box ul .current_page_under a:hover{
  background: url("../img/common/arrow_g.png") 12px center no-repeat;
  color: #6A6A6A;
  text-decoration: none;
}

#main_content {text-align: left;}
.main_content {text-align: left;}

@media screen and (max-width: 479px) {
  #main_box_sub_wrap{
    width: inherit;
    float: none;
    padding-top: 10px;
  }

  .normal_entry #main_box_sub_wrap {
  	padding-top: 30px;
  }

  #main_box_sub_wrap h2{
    letter-spacing: 0;
  }

  #main_box_sub_sp{
    margin: 30px 4%;
  }

  #main_box_sub h2{
    font-size: 140%;
  }

  #main_box_sub h3{
    font-size: 120%;
    letter-spacing: normal;
  }
  .main_title h3{
	background: none;
	color: #024ea3;
	font-size: 140% !important;
  }

  .normal_entry #main_box_sub_sp h3 {
  	font-size: 130% !important;
  	color: #024ea3;
  	background: none;
  	height: initial;
  	letter-spacing: -1px;
  }
  .normal_entry h2 {
    letter-spacing: 0;
  }
  .normal_entry h2 span {
      display: block;
      padding-bottom: 0;
      font-size: 14px;
      letter-spacing: 0;
  }
  .normal_entry .subtitle{margin-top: 80px;}
  .single .subtitle{margin-top: 50px;}

  #main_box_sub #relevance_box{
    display: none;
  }

  #main_box_sub .main_title, #main_box_sub h3.mi_line {
    background: url(../img/common/bg_page_title_sp.png) no-repeat;
    margin-bottom: 50px;
   	margin-top: 50px;
    overflow: hidden;
    background-size: contain;
  }
  #main_box_sub .main_title p {
  	padding: 0;
  }
  #main_box_sub h3.mi_line {
  	height: 135px;
  	padding-top: 0 !important;
  }
  #main_box_sub h3.mi_line div {
	display: table-cell;
    vertical-align: middle;
    height: 135px;
    width: 320px;
  }

  .page #container:not(.normal_entry) h4 {
	font-size: 17px !important;;
    margin: 30px 0 !important;
    line-height: 1.5;
  }
  .page h4 img {
  	float: left;
  	margin-top: 5px;
  	margin-right: 0.6em;
  }
  h4.five_point img, h4.point img {width: 67px;}
  .rsp h4.point {text-indent:0;}
  .rsp h4.point span {padding-left: 83px;}

  .nomargin-sp span {margin: 0 !important;}

  #main_box_sub .main_title h3 {padding-top:50px;}
  #main_box_sub .main_title p + h3 {padding-top:5px;}

  .appeal_box_rsp {
  	width: 100% !important;
  	margin-left: 0 !important;
  }

	#main_box_sub > .main_title:first-child, .hentry > .mi_line:first-child {
	    margin-top: 50px !important;
	}
}
/*youtube レスポンシブ*/
.youtube-movie{
position:relative;
width:100%;
max-width: 560px;
padding-top:56.25%;
margin: 20px auto;
}
.youtube-movie iframe{
position:absolute;
top:0;
right:0;
width: 100% !important;
height: 100% !important;
}

/*---- 教員情報（著作紹介）_common ----*/
.chosaku_l_bn{
  margin: 30px auto 30px;
  text-align: center !important;
}
.hentry .chosaku_l_bn:first-child {margin-top: 0;}

.prof_history iframe {
	padding: 0px 15px 5px 0px !important;
}
#profile_box .prof_txt_2 .prof_history {
	clear: both;
}
#profile_box .prof_txt dd p, .prof_txt .prof_history p {
/*	overflow: hidden;*/
}
#profile_box .prof_txt_2 .prof_history h5 {
	padding: 0 0 10px !important;
}
#main_box_sub #chosaku_box ul li dl dd ul li {
	line-height: 1.2;
}
.profile h2, .name-caption {text-align: center !important;}

/*---- イノベーターシップとは_common ----*/
.link_bn_r{
  padding: 10px 0 26px;
  text-align: right;
}

.txt_link_r{
  text-align: right;
}

.txt_link_r a{
  background: url(../img/common/arrow_b.png) left center no-repeat;
  padding-left: 20px;
}

/*---- コース説明（著作紹介）_common ----*/
#main_box_sub .c_chosaku_box h3{
  border-bottom: 1px solid #004694;
  padding-bottom: 6px;
  margin-bottom: 20px;
  text-align: center;
}

#main_box_sub .c_chosaku_box h4{
  padding-bottom: 6px;
  font-size: 120%;
}

#main_box_sub .c_chosaku_box #c_gaiyou_box{
  background-color: #F0F0F0;
  padding: 16px;
  margin: 16px 0;
}

#main_box_sub .c_chosaku_box #c_gaiyou_box h5{
  padding-bottom: 6px;
  font-size: 116%;
}

#all_list td, #all_list th{
	font-size:80%;
}
/*---- その他案内ページ -----*/

.page #container:not(.normal_entry) h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 30px;
}
.page h4 img {
	vertical-align: sub;
	margin-right: 1em;
}
span.button {
	background: url(../img/common/bg_button_off.png) no-repeat;
	width: 258px;
	height: 56px;
	color: #fff;
    text-align: center;
    display: inline-block;
    padding-top: 14px;
}
span.button_l {
	background: url(../img/common/bg_button_l_off.png) no-repeat;
	width: 290px;
	height: 56px;
	color: #fff;
    text-align: center;
    display: inline-block;
    padding-top: 14px;
}
a span.button:hover {
	background: url(../img/common/bg_button_on.png) no-repeat;
}
a span.button_l:hover {
	background: url(../img/common/bg_button_l_on.png) no-repeat;
}

.title_caption {text-align: center !important;}
#student_box ul.message1 {padding-left: 36px;}

.link_btn {text-align: right !important;}

#access_box .address_txt dd p {text-align: center;}

#admission_box {word-break: break-all;}

#sitepolicy_box h3 {text-align: left;}

#course_menu {
    margin: 50px 0;
    overflow: hidden;
}
#course_menu > div {
	text-align: center;
}
#course_menu > div:nth-child(2) {
	margin: 0 20px;
}
#course_menu .title {
    border-radius: 4px;
    background: #024ea3;
    display: block;
    color: #fff;
    width: 400px;
    text-align: center;
    height: 100px;
    vertical-align: middle;
    font-family: Ryumin Bold KL;
    font-size: 18px;
    margin: 0 auto;
    line-height: 100px;
}
#course_menu a.title {
	display: block;
	text-decoration: none;
    color: #024ea3;
    background: url(../img/common/li_blue.png) no-repeat right top 50%;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #ccc;
}

#course_menu a.catch {
	display: block;
	text-decoration: none;
    color: #024ea3;
    background: url(../img/common/li_blue.png) no-repeat right top 50%;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #ccc;
}
#course_menu .catch:hover {
	background-color: #F2F5F6;
}
/*
#course_menu_sub {
    margin: 50px 0;
    overflow: hidden;
}
#course_menu_sub > div {
  float: left;
}
#course_menu_sub > div:nth-child(2) {
  margin: 0 20px;
}
#course_menu_sub .title {
    border-radius: 4px;
    background: #F2F5F6;
    display: table-cell;
    color: #024ea3;
    width: 345px;
    text-align: center;
    height: 100px;
    vertical-align: middle;
    font-family: Ryumin Bold KL;
    font-size: 18px;
}
#course_menu_sub a.catch {
  display: block;
  text-decoration: none;
    color: #024ea3;
    background: url(../img/common/li_blue.png) no-repeat right top 50%;
    width: 345px;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #ccc;
}
#course_menu_sub .catch:hover {
  background-color: #F2F5F6;
}
*/
ul#course_menu_sub{
    list-style: none;
    margin: 0px;
    margin: 50px 0;
    overflow: hidden;
}

ul#course_menu_sub a:link,
ul#course_menu_sub a:hover,
ul#course_menu_sub a:visited{
    text-decoration: none;
}
ul#course_menu_sub a li{
    margin: 0 1%;
    padding: 5px 1%;
    width: 46%;
    float: left;
}
@media screen and (max-width: 479px) {
     ul#course_menu_sub a li{
    padding: 5px 1%;
    width: 96%;
    float: none;
    }  
}
ul#course_menu_sub a li h5{
    padding: 10px;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 4px;
    background: #F2F5F6;
    color: #024ea3;
    text-align: center;
    font-family: Ryumin Bold KL;
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
}
@media screen and (max-width: 479px) {
    ul#course_menu_sub a li h5{
    font-size: 16px;
    }
}
ul#course_menu_sub a li h5 span{
    font-size: 0.84em;
    line-height: 1.2em;
    display: block;
}
ul#course_menu_sub a li p{
    text-decoration: none;
    color: #024ea3;
    margin: 0px;
    line-height: 1.5;
    padding: 15px 5px 20px 5px;
}
.title_box {
	background: #6690C2;
	color: #fff;
    text-align: center;
    padding: 22px 0;
}
.title_box .title {
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.title_box .subtitle {
    font-size: 12px;
    margin: 0;
    color: #fff;
    line-height: 1.5;
}
.class_list {
	overflow: hidden;
    margin-bottom: 40px;
}
.class_list > div {
	float: left;
    width: 340px;
    margin: 40px 0 0;
}
.class_list > div:nth-child(2), .class_list > div:nth-child(3n+2) {
	margin-left: 58px;
}
.class_list .subject {
	font-weight: bold;
	color: #024ea3;
}
.class_list .subject {
	border-bottom: 1px solid;
	letter-spacing: 2px;
	font-size: 110%;
}
.class_list .subject span {font-size: 12px;}
.class_list .name {
	text-align: right;
	margin: 6px 0 10px;
	color: #4E4E4E;
}
.class_list .name a {color: #024ea3;}

.class_list p {
	font-size: 13px;
    line-height: 1.9;
}

.class_list hr {
	margin: 0;
	border-color: #fff;
	width: 100%;
	clear: both;
}

#about_banner {margin: 50px 0;}
#about_banner a {
    display: inline-block;
    margin-bottom: 20px;
}
#about_banner a:nth-child(2n) {
	margin-left: 52px;
}
#about_banner img {width: 340px;}

.outline_catch {
	font-family: Ryumin Bold KL;
    font-size: 18px;
    text-align: center;
    color: #024ea3;
    line-height: 1.8;
}
.gray_box_outline {
    background: #F2F2F2;
    margin-bottom: 50px;
    padding: 0 30px 20px;
}
.gray_box_outline .title {
    background: #6690C2;
    border-radius: 4px;
    margin: 0 -30px 30px;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.gray_box_outline h5 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
#main_box_sub .history_txt dt {
	width: 56% !important;
}

#main_box_sub #histry_list {
    border-top: 1px solid #D3CFD0 !important;
    border-bottom: 1px solid #D3CFD0 !important;
    margin: 50px 0;
}
#main_box_sub #histry_list li {border-style: dotted !important;}
#main_box_sub #histry_list dt {
	font-size: 18px;
	font-family: Ryumin Bold KL;
    color: #024ea3;
}
#main_box_sub #histry_list dd {line-height: 1.8 !important;}
#main_box_sub .history_txt dd p {line-height: 2 !important;}

.table {
	display: table;
	width: 100%;
	margin: 20px 0;
}
.table > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}
.table .name, .table .position {
	color: #024ea3;
}
.table .name {
    font-size: 18px;
    border-bottom: 1px solid;
    width: 11em;
    margin: 0 auto;
    padding-bottom: 5px;
}
.table .position {
    margin-top: 5px;
    line-height: 1.5;
}

h4.point {
    margin-left: 90px !important;
    text-indent: -90px;
}

#section_index {
    margin-bottom: 50px;
}
#section_index .parent {
    background: #f9f9f9;
    color: #024ea3;
    font-weight: bold;
    font-size: 110%;
    text-align: left;
    padding: 8px 20px;
}
#section_index ul {
	list-style-image: url(../img/mba/li_down_arrow.png);
    overflow: hidden;
}
#section_index li {
	float: left;
    margin: 15px 11px 15px 21px;
    text-indent: -3px;
}
#section_index li:last-child {
	margin-right: 0;
}
#sitemap_box h3 {
	background: url("../img/common/li_blue.png") left top 50% no-repeat;
	padding: 6px 0;
    border-bottom: 1px solid;
    margin-bottom: 6px;
    padding-left: 0.7em;
}
#sitemap_box li li {
	background: url("../img/common/li_blue.png") left top 50% no-repeat;
    padding-left: 1em;

}
#sitemap_box > ul > li {
	margin-left: 1em;
	margin-bottom: 50px;
}

#data_box {position: relative;}

#data_box ul li dl {text-align: center;}

#data_box ul .graph_3 {
    width: 32.5% !important;
    position: absolute;
    right: 0;
}
#data_box ul li:nth-child(2) {margin-left: 19px;}

#news_article #article_date_icon dt {padding-top: 0 !important;}

.address_syosai .access_mi span {padding: 3px 0 3px 22px !important;}

@media screen and (max-width: 479px) {
	#news_article #article_date_icon dt {height: 26px !important;}

	#student_box ul.message1 {padding-left: 0;}
	#data_box ul .graph_3 {
		width: 48% !important;
		clear: both;
	}
	#data_box ul li:nth-child(2) {margin-left: 0;}
	#data_box ul .graph_3 {position: relative;}

	ul.faqmenu li {
	    width: 47% !important;
	    padding: 2px 0 0 7% !important;
	    background-position: left top 5px !important;
	    line-height: 1.5;
	}

	#course_menu {margin-bottom:0;}
	#course_menu > div {
	    width: 100%;
	    margin:0 0 30px !important;
	}
	#course_menu .title {
		width: 288px;
	    font-size: 28px;
	}
	#course_menu a.catch {
	    font-size: 18px;
	}

	.title_box {margin: 0 -1em;}
	.title_box .title {
	    font-size: 18px;
	    margin-top: 10px;
	}
	.title_box .subtitle {
		padding-top: 5px;
	}
	.class_list > div {
		width: 100%;
		margin: 20px 0 !important;
	}
	.class_list .name {text-align: left;}

	.class_list iframe {width: 100%;}
	#main_box_sub iframe {width: 100%; height:166px;}

	#about_banner a {margin-left:0 !important;}

	#main_box_sub .history_txt dt {
		width: 100% !important;
	}
	.gray_box_outline {padding:0 20px 20px;}
	.gray_box_outline .title {margin: 0 -20px 30px;}

	#section_index .parent {
		margin: 10px -1em;
	}

	#section_index {
		margin-top: 50px;
	}
	#section_index li {
	    width: 43%;
	    text-align: left;
	    margin: 0 0 0 20px;;
	    text-indent: 0;
	}

	#sitemap_box h3:before {
	    content: url("../img/common/li_blue.png");
	    margin: 0 10px 0 -20px;
    }
	#sitemap_box > ul > li {
	    margin-left: 0;
	}
	ul.hiyaku li {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
}

/* ランディングページ */
h3 div{font-weight: bold;}

.floating_banner {
	position: fixed;
	margin-left: 1020px;
	top: 20px;
	display: none;
	z-index: 1;
}
.lp h3 {
	text-align: left;
	font-size: 160%;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.lp h4 {
    text-align: left;
    font-size: 130%;
    font-weight: bold;
    line-height: 4;
    clear: both;
}
.sepaletor {
	height: 275px;
	width: 100%;
}
.sepaletor div {
	position: absolute;
	height: 275px;
	left: 0;
	width: 100%;
	text-align: center;
	background-size: cover;
}
.sepaletor h2 {
	background: url(../img/bg_sepaletor_title.png) no-repeat rgba(0,0,0,0.2);
	width: 512px;
	height: 113px;
	color: #fff;
	margin: 80px auto 0;
	font-size: 180%;
	padding-top: 1.4em;
	font-weight: normal;
}
#sepaletor_flow div {background-image: url(../img/bg_sepaletor_flow.jpg);}
#sepaletor_course div {background-image: url(../img/bg_sepaletor_course.jpg);}
#sepaletor_voice div {background-image: url(../img/bg_sepaletor_voice.jpg);}

.hd_point {margin-right: 0.3em;}

#flow {
	display: table;
	table-layout: fixed;
}
.flow_box {
	display: table-cell;
	width: 33%;
	text-align: left;
	font-size: 80%;
	line-height: 1.8;
}
.flow_date{
	background:#EEEEEF;
	padding: 0.5em;
	font-size: 120%;
	line-height: 1.5;
	margin-top: 0.5em;
	font-weight: bold;
}
.flow_date div {
	float: left;
	padding: 0.8em 2em 0 1em;
	font-weight: bold;
}
.flow_date p {
	margin: 0 !important;
}

#time_venue {
	display: table;
	table-layout: fixed;
}
#time_venue div {
	display: table-cell;
	text-align: left;
}
.cource_info {
	width: 880px;
	margin: 0 auto 2em;
	overflow: hidden;
}
.format_b h3 {
    border-top: 5px solid;
    padding-top: 10px;
}
.width100 + .cource_info h3 {
	border: none;
	padding: 0;
}

.basic_info {
	float: left;
	width: 380px;
	background: #004599;
	color: #fff;
	overflow: hidden;
	padding: 1em;
    margin-left: 20px;
    position: relative;
}
.basic_info .photo {
	float: left;
	width: 160px;
	height: inheit;
	margin-right: 1em;
	border: 1px solid #fff;
}
.hd_date {
	border: 1px solid #fff;
	font-size: 80%;
}
.basic_info div {
	overflow: hidden;
}
.basic_info .date, .format_b .date {
	font-size: 200%;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
}
.basic_info .date span {
	font-size: 70%;
	margin-left: 0.3em;
}
.basic_info .position {
	font-size: 80%;
	line-height: 2;
	text-align: center;
	margin-top: 1em;
}
.basic_info .name {
	font-size: 160%;
	font-size: 160%;
	text-align: center;
	margin-bottom: 0.3em;
}
.cource_content {
	font-size: 80%;
	text-align: left;
	padding: 0 20px;
	overflow: hidden;
	line-height: 2;
}
.hd_course {
	margin-top: 2em;
}
.format_b .basic_info {margin: 0;}
.format_b .cource_content {padding: 0 0 0 20px;}
.format_b .date {
	float: left;
    border-bottom: 1px solid;
    width: 10em;
    text-align: left;
}
.format_b .date span {
	font-size: 70%;
	margin-left: 0.5em;
}
.format_b .hd_date {
	border: 1px solid;
	font-size: 50% !important;
    font-family: sans-serif;
    margin: -0.5em 0.5em 0 0;
    vertical-align: middle;
    display: inline-block;
    padding: 0 0.5em;
}
.format_b .basic_info .position {
	margin-top: 4em;
}
.format_b .basic_info .profile_button {
	position: absolute;
    bottom: 15px;
    right: 15px;
}
.course_description {
    border: 1px solid #efefef;
    margin-left: 21em;
    background: #fff;
    text-align: left;
    padding: 20px;
}
.voice_box {
	width: 880px;
	margin: 2em auto 1em;
}
.voice_photo {
	float: left;
	margin-right: 3em;
}
.voice_photo img {
	border: 1px solid #004599;
}
.voice_content {
	overflow: hidden;
	text-align: left;
	font-size: 90%;
	line-height: 1.6;
}
.voice_content h3 {
	line-height: 1.3;
}
.voice_meta {
	color: #004599;
	border-bottom: 1px solid;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.merit_box {
	width: 880px;
	margin: 2em auto;
	background: #fff;
	border: 1px solid;
}
.merit_box h3 {
    text-align: center;
    padding: 3px;
    border-bottom: 1px solid;
}
.merit_box img {
    float: left;
    margin: 0 1em 0 2em;
}
.merit_box ul {
	list-style-image: url(img/li_mark.png);
	margin: 1em 1em 2em;
	overflow: hidden;
	padding-left: 2em;
}
.merit_box li {
	text-align: left;
	color: #004599;
	font-weight: bold;
}
#footer_contact_info {
	background: url(../img/bg_footer_contact_info.png) no-repeat;
	background-size: cover;
}
#footer_contact_info h3 {
    text-align: center;
    font-size: 180%;
    line-height: 1.6;
    margin-bottom: 0.5em;
    color: #fff;
}
#footer_contact_info p {
    font-size: 86%;
    line-height: 1.8;
    font-weight: bold;
}
@media screen and (max-width: 479px) {
	.page header {
		background: #fff;
		padding: 0;
		position: fixed;
	}
	.logo {
		width: 45%;
		margin: 1.2em 0 0 1em;
	}
	.header_button {
		position: relative;
		float: right;
		bottom: 0;
	}
	.cource_info, .voice_box, .merit_box {width: 100% !important;}
	.text_box, .content_box {
		margin: 1em auto;
		padding-top: 0;
	}
	.content_box.box_sp {
		padding: 1em 0.5em 0;
		margin: 1em -1em 0;
		border-right: 0 !important;
		border-left: 0 !important;
	}
	.content_box.box_sp img.hidden-pc{
		width: 340px;
	}
	.content_box.box_sp2 {
		margin: -2em -1em 0;
	}
	.lp h3 {font-size: 120%}
	.lp h3 span {font-size: 100%;}

	.sepaletor {
	    width: initial;
	    height: initial;
	    margin: 2em -1em 0;
	}
	.sepaletor div {
		position: relative;
    	overflow: hidden;
    	height: 262px;
    }
	.sepaletor h2 {
		width: 280px;
		height: 130px;
		background-image: url(../img/bg_sepaletor_title_sp.png);
		margin-top: 66px;
		padding-top: 1.6em;
		font-size: 160%;
    	line-height: 1.3;
	}
    #sepaletor_flow div {background-image: url(../img/bg_sepaletor_flow_sp.jpg);}
    #sepaletor_course div {background-image: url(../img/bg_sepaletor_course_sp.jpg);}
    #sepaletor_voice div {background-image: url(../img/bg_sepaletor_voice_sp.jpg);}

	.hd_point {
		vertical-align: middle;
		margin-bottom: 3px;
	}
	#flow {
		margin-bottom: -1em;
	}
	.flow_box {
		display: block;
		width: 100%;
		font-size: 100%;
		padding: 0 !important;
    }
	.flow_box img {width: 100%;}
	.flow_date {
		font-size: 100%;
		margin: 1em 0 2em !important; 
	}
	#time_venue div {
		display: block;
		width: 100% !important;
	    margin-bottom: 1em;
	}
	formart_b .date{font-size:230%;}
	.course_description {
	    border: none;
	    margin: 0 -20px;
	    background: #efefef;
    }
    .lp h4 {
	    font-size: 100%;
	    font-weight: bold;
	    line-height: 1.5;
	    margin: 1em 0 0.5em;
	}
	.basic_info {
		width: 100%;
		margin-left: 0;
		margin-bottom: 1em;
	}
	.basic_info .photo {
		width: 45%;
		height: inherit;
	}
	.hd_date, .basic_info .position {font-size: 100%;}
	.basic_info .date {font-size: 180%;}
	.basic_info .position {
		margin-top: 1em;
		text-align: center;
	}
	.basic_info .name {
	    font-size: 150%;
	    line-height: 1;
	    text-align: center;
    }
    .format_b .basic_info {
    	margin: 0 -20px 1em;
    	width: inherit;
    }
    .format_b .basic_info .position {
    	margin-top: 3em;
	}
	.format_b .date {
		font-size: 250%;
	    line-height: 1.5;
	    border: none !important;
	    float: inherit;
	    margin: 0 -20px 20px;
	    width: inherit;
	    text-align: left;
	}
	.format_b .hd_date {
		font-size: 45% !important;
		margin: -0.5em 1em 0 !important;
		padding: 0 1em;
	}
	.cource_info {
	    width: 100% !important;
	    border-bottom: 1px dotted #000;
	    padding-bottom: 2em;
	}
	.cource_info h3 {
		font-size: 140%;
		padding: 0.6em 0;
	}
	.cource_info h3 div {
		font-size: 74%;
		font-weight: bold;
	}
	.cource_content {
		padding: 0 !important;
		font-size: 100%;
		clear: both;
	}
	.voice_content h3 {font-size: 140%;}
	.voice_meta {
		overflow: hidden;
		padding-top: 1em;
		border: none;
	}
	.voice_meta img {
		margin-top: -1em;
	}
	.voice_photo {display: none;}
	.voice_photo_sp {
		float: right;
		width: 34%;
		border: 1px solid;
	}
	.merit_box p {
		text-align: left;
		margin: 0 1em;
	}
	.merit_box img {
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	.merit_box ul {margin: 0em 0.5em 1em;}
	#footer_bg {margin-top: -1em;}
	#footer_contact_info h3 {font-size: 160% !important;}
	#footer_contact_info h3.serif {
	    text-align: center;
	    font-size: 150% !important;
    }
	#footer_contact_info>div {width: 85% !important;}
	#footer_contact_info p {font-size: 100%}
	#footer_logo .content {width: 100%;}
	footer #address dl {padding-bottom: 1em;}
	footer #address dt {line-height: 1.5;}
	footer #address dt a{
		float: none;
		color: #fff;
	}
}

/* コース紹介 */

.appeal {
	margin: 30px 0;
    overflow: hidden;
}

.appeal_box {
	width: 360px;
	height: 276px;
	background: url(../img/mba/bg_appeal.png) no-repeat;
	display: inline-block;
	position: relative;
}
.appeal_box_6 {
  width: 360px;
  height: 360px;
  background: url(../img/mba/bg_appeal.png) no-repeat;
  display: inline-block;
  position: relative;
}
.appeal_box_1 {
	height: 240px;
	background: url(../img/dsb/bg_appeal_1.png) no-repeat;
}
.appeal_box_2 {
	height: 240px;
	background: url(../img/dsb/bg_appeal_2.png) no-repeat;
}
.appeal_box_3 {
	height: 272px;
	background: url(../img/dsb/bg_appeal_3.png) no-repeat;
}
.appeal_box_4 {
	height: 272px;
	background: url(../img/dsb/bg_appeal_4.png) no-repeat;
}
.appeal .appeal_box:nth-child(2n), .appeal_box_2, .appeal_box_4 {
    margin-left: 12px;
}
.appeal_box .title {
	font-size:18px;
	color: #fff;
    text-align: center;
    margin-top: 26px;
    letter-spacing: 0.2em;
}
.appeal_box .title {
	margin-top: 36px;
}
.appeal_box .subtitle {
	color: #fff;
    font-size: 10px;
    text-align: center;
    margin-top: 0;
    letter-spacing: 0.1em;
}
.appeal_box .body{
	position:absolute;
    bottom: 42px;
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
}
.appeal_box.appeal_box_1 .body, .appeal_box.appeal_box_2 .body{
	bottom: 40px;
}
.appeal_box.appeal_box_3 .body, .appeal_box.appeal_box_4 .body{
	bottom: 46px;
}
.page #container:not(.normal_entry) table {
	background: #F9F9F9;
	border: 1px solid #DBDCDC;
    font-size: 14px;
    margin: 30px 0;
}
.page #container:not(.normal_entry) th, .page #container:not(.normal_entry) td {
    border: 1px solid #DBDCDC;
    padding: 1em 0 1em 2em;
}
.curriculum th, .rsp th {
    color: #024ea3;
    width: 11em;
    text-align: center;
    padding: 1em 0 !important;
}

#curriculum_box {padding-top: 0 !important;}
#curriculum_box ul li {margin-top: 0 !important;}

.gray_box {
	background: #F2F2F2;
    border: 1px solid #DBDCDC;
    margin-bottom: 50px;
    padding: 20px 20px 16px;
}
.gray_box .title {
    background: #9E9DB7;
    color: #fff;
    width: 200px;
    padding-top: 3px;
    text-align: center;
    margin: -36px 0 20px;
    font-size: 90%;
}
.gray_box p {font-size: 80%;}

.gray_box h3 {
    text-align: center;
    line-height: 1.3;
}

.leftborder_box {
    width: 200px;
    height: 58px;
    margin: 2px 3px;
    line-height: 1.3;
    padding-top: 20px;
    font-weight: bold;
	border-left: 3px solid #9E9DB7;
	background: #fff;
	text-align: center;
	float: left;
}

.faculty_message {
	margin-bottom: 20px;
	overflow: hidden;
}
.faculty_message img {
	float: left;
	margin-right: 30px;
}
.faculty_message p {font-size: 90%;}

.faculty_message p.name {
	font-weight: bold;
	margin-top: 30px;
	font-size: 100%;
    color: #024ea3;
}

.gray_dot_box {
	background: #FBFBFB;
    border: 2px dotted #DBDCDC;
    margin-bottom: 20px;
    padding: 20px 20px 16px;
    text-align: left;
}
.gray_dot_box img {
	float: right;
	margin-left: 40px;
	
}
.gray_dot_box .title {
	font-weight: bold;
    color: #024ea3;
    font-size: 120%;
}
.gray_dot_box p.body {
	font-size: 90%;
	overflow: hidden;
	line-height: 2 !important;
}
.gray_dot_box p.name {
	font-size: 80%;
	margin-top: 20px;
}

.appeal_box_rsp {
background: url(../img/rsp/bg_box_head.png) no-repeat;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
    box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.03);
    width: 354px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
}
.appeal .appeal_box_rsp:nth-child(2n) {
	margin-left: 30px;
}
.appeal_box_rsp .title {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 25px 0 25px;
}

.appeal_box_rsp .title.single {
    margin: 36px 0 44px;
}

.appeal_box_rsp .title span {
	display: block;
	font-size: 12px;
}
.appeal_box_rsp .body {
    padding: 10px 15px;
}
.appeal_box_rsp .name {
	font-size: 110%;
    font-weight: bold;
}

@media screen and (max-width: 479px) {
	.appeal_box {
		width: 101%;
	    height: 224px;
	    background: url(../img/mba/bg_appeal.png) no-repeat top center / contain;
	    display: inline-block;
	    position: relative;
	    margin: 0 0 10px !important;
	}
	.appeal_box .title {
	    margin-top: 20px;
	}
	.appeal_box .subtitle {
	    margin-top: -5px;
	    letter-spacing: 0.1em;
	    padding-top: 0;
	}
	.appeal_box .body {
	    bottom: 25px;
	    font-size: 14px;
	    line-height: 1.6;
	}
	.page th, .page td {padding: 1em 0.5em 1em;}
	.curriculum th, .rsp th {
		width: 6em;
		padding: 1em 0;
	}
	.margin_cell {
		border: 2px solid #fff;
	    border-top: 1px solid #DBDCDC;
	    border-bottom: 1px solid #DBDCDC;
	    background: #fff;
	    height: 1em;
	}
	.appeal_box_1 {
		height: 240px;
		width: 100%;
		background: url(../img/dsb/bg_appeal_1_sp.png) no-repeat top center / contain;
	}
	.appeal_box_2 {
		height: 240px;
		width: 100%;
		background: url(../img/dsb/bg_appeal_2_sp.png) no-repeat top center / contain;
	}
	.appeal_box_3 {
		height: 240px;
		width: 100%;
		background: url(../img/dsb/bg_appeal_3_sp.png) no-repeat top center / contain;
	}
	.appeal_box_4 {
		height: 240px;
		width: 100%;
		background: url(../img/dsb/bg_appeal_4_sp.png) no-repeat top center / contain;
	}
	.appeal_box_1 .body, .appeal_box_2 .body, .appeal_box_3 .body, .appeal_box_4 .body {
	    line-height: 2;
	    bottom: 35px !important;
	 }
	.appeal_box_3 .body, .appeal_box_4 .body {
	    bottom: 20px !important;
	 }
	.appeal_box_4 {
		height: 250px;
		background: url(../img/dsb/bg_appeal_4_sp.png) no-repeat top center / contain;
	}

	.gray_box {margin-bottom: 20px;}
	.gray_box .title {
		width: 287px;
    	margin: -20px 0px 20px -20px;
    }
    .leftborder_box{
		width: 47%;
		font-size: 11px;
	}
	h3 + .leftborder_box{padding-top: 14px !important;}
	
	.faculty_message {overflow: visible;}

	.table > div {display:block;}

}

/*---------------- outline ----------------*/

/*---- message_1.html ----*/

#main_box_sub .message_txt{
  margin: 35px 0;
}

#main_box_sub .profile_box{
  border-top: 1px solid #D3CFD0;
  padding-top: 15px;
}

#main_box_sub .profile_box h3{
  margin-top: 0;
  line-height: 1.5;
  text-align: center;
  color: inherit;
  letter-spacing: inherit;
}

#main_box_sub .profile_box span{
  font-size: 80%;
}

#main_box_sub .profile_box .year_txt{
  font-size: 70%;
}

#main_box_sub .profile_box p{
  padding: 0 30px;
  font-size: 80%;
  line-height: 1.5;
}

/*---- message_2.html ----*/

#main_box_sub .profile_bg{
  border-top: none;
  background-color: #F0F0F0;
  padding: 0;
  margin-bottom: 42px;
}

#main_box_sub .profile_bg p{
  padding-bottom: 15px;
}

#main_box_sub .top_line{
  border-top: 1px solid #D3CFD0;
  padding-top: 42px;
}

/*---- history.html ----*/

#main_box_sub .history_txt dt{
  width: 60%;
  float: left;
  line-height: 1.8;
}

#main_box_sub .history_txt dd{
  width: 38%;
  float: right;
}

@media screen and (max-width: 479px) {
  #main_box_sub .history_txt dd,
  #main_box_sub .history_txt dt{
    float: none;
    width: 100%;
  }
  
  #main_box_sub .history_txt dd{
    padding-top: 20px;
    text-align: center;
  }

}

#main_box_sub #tama_campus p,
#main_box_sub .history_txt dd p{
  font-size: 85%;
  margin-top: 6px;
  line-height: 1.2;
}

#main_box_sub #tama_campus{
  margin: 30px 0 38px;
  text-align: center;
}

#main_box_sub #histry_list{
  border-top: 3px solid #D3CFD0;
  border-bottom: 3px solid #D3CFD0;
}

#main_box_sub #histry_list li{
  border-bottom: 1px solid #D3CFD0;
}

#main_box_sub #histry_list .no_line{
  border: none;
}

#main_box_sub #histry_list dl{
  margin: 12px 4%;
  overflow: hidden;
}

#main_box_sub #histry_list dt{
  width: 10%;
  float: left;
  font-weight: bold;
}

#main_box_sub #histry_list dd{
  width: 82%;
  float: right;
  line-height: 1.4;
}

/*---- innovatorship ----*/
#main_box_sub h2 span{
  font-size: 0.7em;
  letter-spacing: 0.02em;
}

#main_box_sub .txt_box{
  margin-bottom: 40px;
}

#main_box_sub .txt_box h3{
  line-height: 1.4;
}

#main_box_sub .txt_box .innovator_img{
  line-height: 0;
}
.innovator_img {text-align: center;}

#main_box_sub .txt_box p{
  padding-bottom: 16px;
  text-align: left;
}

#main_box_sub .txt_box p span{
  font-weight: bold;
}

#main_box_sub .txt_box .innovatorship_img_2{
  text-align: center;
  padding: 30px 0;
}

#main_box_sub .txt_box .txt_large{
  font-family: Ryumin Bold KL, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  color:#004692;
}

#main_box_sub_sp img.main2 {width: 100%;}

@media screen and (max-width: 479px) {
  #main_box_sub .txt_box .txt_large{
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  #main_box_sub #histry_list dt {width: 16% !Important;}
}
