@charset "utf-8";

/*------------------------------------------------------------
	common
------------------------------------------------------------*/

a,
a:hover,
a img:hover{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  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: bold;
}
.text_box h2.reason {
	padding: 10px 0;
	background-color: #01459A;
	font-family: Ryumin Bold KL, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
	.text_box h2.reason {
		font-size: 1.2em;
		letter-spacing: normal;
	}
}
.text_box h2.reason span{
	font-size: 0.9em;
	letter-spacing: normal;
}
.text_box .reason_box{
	background-color: #fff;
	padding: 20px 3% 40px;
	border: 1px solid #01459A;
	margin-bottom: 80px;
}

.text_box .reason_box dl.reason{
	border-bottom: #01259a dotted 1px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.text_box .reason_box dl.reason dt{
	width: 15%;
	text-align: left;
	padding: 12px 5px 0 12px;
}
.text_box .reason_box dl.reason dd{
	width: 85%;
	padding: 19px 0;
	font-family: "HG明朝E",Ryumin Bold KL, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	text-align: left;
	color: #01459A;
	font-size: 1.2em;
}
.text_box .reason_box dl.reason dd strong{
	font-family: "HG明朝E",Ryumin Bold KL, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #ff0000;	
}
@media screen and (max-width: 479px) {
	.text_box .reason_box dl.reason dt{
		width: 25%;
		display: flex;
		align-items: center;
		}
	.text_box .reason_box dl.reason dd{
		width: 75%;
	}

}
h3{
  color: #024ea3;
}

h6,
h5,
h4{
  color: #024ea3;
}

.width100 {width: 100%;}

/*---- 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 {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;}

  .font100-sp {font-size: 100% !important;}
  .center-sp {text-align: center !important;}
}

/*---- 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;
}

/*---- 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;
}

.serif {
	font-family: Ryumin Bold KL, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*---- body ----*/
html{
  height: 100%;
}

body{
  background: url("../img/bg.jpg");
  color: #363636;
  font-size: 100%;
  min-width: 1000px;
  text-align: center; 
  height: 100%;
}

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%;
  }
}

/*---- header ----*/
header{
	background: url(../img/bg.jpg);
	padding: 15px 0;
	width: 100%;
	font-size: 80%;
	border-bottom: solid 20px #024ea3;
}

#header_box{
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

#header_box span{
	display: inline-block;
	text-align: left;
	padding: 0 0 1em 2em;
}
.header_button {
	position: absolute;
	right: 0;
    bottom: -3px;
}
.header_button img {
    margin-left: 0.5em;
    width: 180px;
}
#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: 75px;
    padding: 0;
    height: auto;
    position: fixed;
    z-index: 99;
    filter: alpha(opacity=95);
    -moz-opacity:0.95;
    opacity:0.95;
  }
  
  #header_box{
    width: 100%;
    max-width: none;
    margin: 0;
    position: inherit;
  }
  
  #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: none;
  }
  .page-template-page-lp header .nav_sp{display:none;}
}

/*---- 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;
}

#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 ----------*/
#container{
  position: relative;
  text-align: left;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#content{
  max-width: 1000px;
  margin: 36px auto 0;
  text-align: center;
  line-height: 1.8em;
}
.content{width: 1040px;}

#content p {
	margin-bottom: 0.6em;
}
.text_box{
	margin: 2em auto;
	max-width: 820px;
}
.text_box .p1 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: left;
	font-weight: 600;
}
.text_box .p2 {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: center;
	margin: 30px auto 60px;
	font-size: 1em;
	line-height: 1.8em;
}
@media screen and (max-width: 479px) {
	.text_box .p1{
		margin-bottom: 1em;
	}
	.text_box .p2 {
		text-align: left;
	}
}
.content_box{
	margin: 2em auto 70px;
	max-width: 880px;
}
.content_box p.p1{
	  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: left;
	font-weight: 600;
	margin-bottom: 1em;
	
}
.content_box dl.outline{
	display: flex;
	line-height: 1.8em;
	font-size: 0.94em;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: 1px solid #aaa;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;	
}
.content_box dl.outline dt{
	width: 20%;
	text-align: left;
	padding: 15px;
	border-right: 1px solid #aaa;
	background-color: #efefef;
	display: flex;
	align-items:center;
	font-weight: 800;
}
.content_box dl.outline dd{
	width: 80%;
	font-weight: normal;
	text-align: left;
	padding: 15px;
	background-color: #fff;
}
.content_box dl.outline dd strong{
	color: #01459A;
	font-weight: 600;
}
.content_box dl.end{
		border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 479px) {
	.content_box dl.outline{
		flex-flow: column;
		border: none;
	}
	.content_box dl.outline dt{
		width: 100%;
		border: none;
		border-radius: 10px;
	}
	.content_box dl.outline dd{
		width: 100%;
		border: none;
		margin-bottom: 1em;
	}
  #container{
    background: none;
    padding-top: 75px;
  }

  #content{
    max-width: 100%;
    margin: 1em;
  }
}

/*---- pagetop ----*/
#pagetop_box{
  max-width: 1000px;
  margin: 0 auto;  
}
  
.pagetop{
  margin-left: 950px;
}

.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;
  }
}

/*-- footer --*/
#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';
}

@media screen and (max-width: 479px) {
  footer ul{
    display: none;
  }
  
  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%;
  }
}

/*---------- 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;
}

@media screen and (max-width: 479px) {
  #left_box_sub{
    display: none;
  }
}

/*---- breadcrumb ----*/
#breadcrumb{
  background: url("../img/common/bread_icon.png") left 10px no-repeat;
  padding: 11px 10px 11px 15px;
  line-height: 1.3;
}
#breadcrumb li{
  float: left;
}

#breadcrumb li:after{
  content:">";
  padding: 0 3px;
}

#breadcrumb li:last-child:after{
  content: none;
}

@media screen and (max-width: 479px) {
  #breadcrumb{
    margin-left: 8px;
  }
}

/*---- right_box ----*/
.header_bg{
	background-image: url(http://tgs.tama.ac.jp/renew/wp-content/themes/tgs2017plus_taiken/img/lp_header_bg.png);
	background-position: top center;
	text-align: center;
	background-color: #3A6EB0;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0px;
	line-height: 0em;
}
.header_bg img.header_img {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 479px) {
	.header_bg img.header_img {
		width: 100%;
	}
}
#main_box_sub_wrap{
  width: 738px;
  float: right;
}

#main_box_sub_wrap h2{
  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;
}
#main_box_sub{
  border: 1px solid #769AC1;
  border-bottom: none;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding-bottom: 50px;
}

#main_box_sub_sp{
  margin: 32px 33px 60px;
}

#main_box_sub h3{
  font-size: 140%;
  padding: 15px 0;
  letter-spacing: 1px;
  font-weight: bold;
}

#main_box_sub .mi_line{
  border-bottom: 1px solid #004693;
  font-size: 130%;
  padding: 15px 0 10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}

#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 5px no-repeat; 
  padding-right: 16px; 
  font-weight: bold;
}

#main_box_sub #relevance_box h3 a:hover{
  background: url("../img/common/relevance_arrow_o.png") right 5px 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;
}

@media screen and (max-width: 479px) {
  #main_box_sub_wrap{
    width: inherit;
    float: none;
    padding-top: 65px;
  }

  #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_box_sub #relevance_box{
    display: none;
  }

}
/*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;
  text-align: center;
}

/*---- イノベーターシップとは_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%;
}
/* ランディングページ */
h3 div{font-weight: bold;}

.floating_banner {
	position: fixed;
	margin-left: 950px;
	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%;
	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) {
	header {border-bottom: solid 5px #004795;}
	.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;
	}
}
