﻿@charset "UTF-8";
/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Data : 2016.11.11
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans*/ 
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);
/* アイコンフォント　Google Material,Font Awesome */ 
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  width: auto; min-width: 1200px;
  height: auto;
  background:#fff;
  color: #333333;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 1px;
}

.container {
  width: 1000px;
  margin: 0 auto;

}

.inner{
	width:1010px;
	margin: 0 auto;
}
.sitemap::before{
    content: "";
    display: block;
}

.main_content{
	width: 100%;
    height: auto;
	
}

.top_content{
position:relative;
z-index: 10;
}

.page_section{
	padding: 0 0 60px;
}

.page_section section{
	margin-bottom: 50px;

}

.page_section section section{
	margin-bottom: 40px;
}

.page_section p{
	margin-bottom: 25px;
    line-height: 1.9;
    letter-spacing: 1px;
}

.main_visual{
	

}

.post{
	width: 1000px;
	margin: 0 auto 40px;
	overflow: hidden;
}

ol li{
margin-bottom:8px;
}

/*****************************************************

 Common - Parts
 
*****************************************************/
/*　タイトル
----------------------------------------------------*/

.page_ttl{
	position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    z-index: 1;
	height:280px;
}

.page_ttl h2 {
    width: 1056px;
    height: auto;
    margin: auto;
    color: #fff;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
	padding: 110px 0;
    font-size: 3.6rem;
    letter-spacing: 4px;
	text-shadow: 0 0 5px #000;
}

.page_ttl h2 span{
	border-bottom: solid 2px;
	padding: 0 0 10px 0;
}
.page_ttl .ttl_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/home/pattern.png);
    z-index: -1;
	height:280px;
}

.page_section h3{
	padding-bottom: 16px;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 13px 24px;
    font-size: 1.8rem;
    background: #edeff1;
	position: relative;
	line-height: 1;
}
.page_section_category h3{
	padding-bottom: 16px;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 13px 24px;
    font-size: 1.8rem;
    background: #edeff1;
	position: relative;
	line-height: 1;
}

.page_section h3::before,.page_section_category h3::before{
display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 23px;
    margin-top: -11.5px;
    background: #032e43;
    content: '';
}

.page_section h4{

    position: relative;
    padding-bottom: 10px;
    border-bottom: 4px solid #dcdcdc;
    line-height: 1.2;
    text-align: left;
    text-justify: auto;
	font-size: 1.7rem;
		margin-bottom:15px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

.page_section h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 23%;
    height: 4px;
    background-color: #0052A4;
}

.page_section .program_name{
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, Georgia, serif;
    font-weight: 500;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.5;
	padding: 20px 0;

	

}

.page_section .program_name span{
	font-size: 1.8rem;
}


/*　パン
----------------------------------------------------*/
.breadcrumb {
    width: 1000px;
    height: auto;
    margin: 0 auto 30px auto;
    padding: 20px 0;
    color: #6c6c6c;
    font-size: 1.2rem;
    line-height: 1.5;
border-bottom:solid 1px #eee;
}

/*　リンク
----------------------------------------------------*/
a:link,a:visited{
	color:#0052A4;
}

.pdficon::after {
font-size: 16px;
    color: #AF2727;
    font-family: FontAwesome;
    content: "\f1c1";
    display: inline-block;
    padding: 0px 4px 0px 1px;
	margin-left: 3px;
}

.external::after{
font-size: 15px;
    color: #AF2727;
    font-family: FontAwesome;
    content: "\f08e";
    display: inline-block;
    padding: 0px 4px 0px 1px;
	margin-left: 3px;
}
/*　テーブル
----------------------------------------------------*/
table{
width: 100%;
border-collapse: collapse;
}

caption{
	text-align: center;
}

td,th{
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:.8rem 1.2rem;
	vertical-align: top;
}

th{
	background: #DFEDF2;
	width: 30%;
}



/*　リスト
----------------------------------------------------*/
ol{
	list-style-type: decimal;
	 margin: 0 0 0 2.5rem;

}

/* ページトップ
----------------------------------------------------*/

.pagetop_area {
	
    position: absolute;
    top: -24px;
    left: 48%;
    margin: 0;
    width: 60px;
    background: url(../images/common/arrow_pagetop.png) no-repeat center;
    background-size: 100% auto;
}


.pagetop_area a {
    display: block;
    position: relative;
    padding: 5px 0 0 0;
    height: 26px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
	color:#fff;
}










/* トピックパス
----------------------------------------------------*/
/*****************************************************

 Template - Header
 
*****************************************************/

#global_header{
	height:100px;
	padding-top:20px;
	background:rgba(255,255,255,0.87);
	z-index: 10;
	position:relative;
}

#global_header .h_function{
	text-align: right;
	
}

#global_header h1{
	float:left;
	width:450px;
}

#global_header .sub_nav{
	float:right;
	text-align: right;
	
}

#global_header .sub_nav ul{
	display: inline-block;
}

#global_header .sub_nav li{
	float:left;
	padding-left:15px;
	display: inline-block;
}

#global_header .sub_nav li a{
	display:block;
	text-decoration:none;
	color:#333;
	font-family:'Noto Sans Japanese', sans-serif;
	font-size:1.3rem;
}
#global_header .sub_nav li a:hover{
	color:#888;
	transition: .2s;
}

#global_nav{
	background:rgba(255,255,255,0.87) url(../images/common/nav_bg.gif) bottom repeat-x;
	z-index: 10;
	position:relative;
}

#global_nav ul{
	display: table;
	z-index: 11;
	text-align: center;
	margin: 0 auto;
}

#global_nav li{
	width:168px;
	border-left:solid 1px #ccc;
	text-align:center;
	display:table-cell;
}

#global_nav li:last-child{
	border-right:solid 1px #ccc;
}
	
#global_nav li a{
	display:block;
	text-decoration:none;
	color:#333;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:500;
	padding:1.3rem 0;
	position: relative;
	border-bottom: 4px solid #593C93;
}

#global_nav li a:hover{
	color: #593C93;
}

#global_nav li a.stay{
	color: #593C93;
}


#global_nav li a.stay::before{
   border-style: solid;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #593C93;
    border-left: 5px solid transparent;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}



#global_nav li a i,.sub_nav a i{
	margin-right:5px;
}


#rollnav > li li:hover > a {
	color:#593C93;
	background:#EEE6FF;
}
#rollnav li ul {
	position: absolute;
	
}
#rollnav li ul li {
	overflow: hidden;
	height: 0;
	float: none;
	border-left:none;
	display: block;
}

#rollnav li ul li:last-child{
	border-right: none;
}
#rollnav li ul li a {
height:auto;
	display: block;
	background: rgba(255,255,255,0.95);
	padding: 5px;
	
	border-bottom: 1px solid #ccc !important;
}
#rollnav li:hover > ul > li {
	overflow: visible;
	height:auto;
}


	

/*****************************************************

 Template - single,category
 
*****************************************************/
.page_section_category{
width:750px;
float:right;
	padding-bottom: 40px;
}
.page_section_category time{
	margin-bottom: 20px;
	display: block;
}

.page_section_category article{
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: .2s;
	-moz-transition: .2s;
	-weblit-transition: .2s;
	-ms-transition: .2s;
}

.page_section_category article:hover {
	border: 1px solid #593C93;
}

.catlink{
	text-decoration: none;
	color: #000 !important;
}


/*****************************************************

 Template - Footer
 
*****************************************************/

.global_footer{
padding-top:40px;
	background:url(../images/common/bg_footer.gif) no-repeat center top #fff;
	position: relative;
	border-bottom: 0;
	width: 100%;
	z-index: 11;
clear:both;
  
}

.global_footer .foot_body {
    background-color: #fff;
    padding: 20px 0;
}



.global_footer .foot_body .sitemap {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.global_footer .foot_body .sitemap:last-child {
    margin-right: 0;
}


.global_footer .foot_body .sitemap p{
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
	margin-bottom: 20px;
}

.global_footer .foot_body .sitemap p::before {
    font-size: 16px;
    color:#593c93;
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding: 0px 4px 0px 1px;
}

.global_footer .foot_body .sitemap > ul li{
padding-bottom: 10px;
}

.global_footer .foot_body .sitemap > ul li::before{
font-size: 16px;
    color:#333;
    content: "-";
    display: inline-block;
    padding: 0px 4px 0px 1px;
}

.global_footer .foot_body .sitemap > ul{
	padding-left:1rem;
}


.global_footer .foot_body .sitemap a{
	text-decoration: none;
	color:#333;
	transition: .2s;

}

.global_footer .foot_body .sitemap a:hover{	
	color:#666;

}
.global_footer .foot_body .sitemap img{
	min-width: 100%;
	height: auto;
}

.global_footer h2{
	text-align: center;
}

.copyright{
width: 100%;
    height: 48px;
    background:#593c93;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    line-height: 48px;
	margin-top:20px;
}




/*****************************************************

 Template - Sidebar
 
*****************************************************/
aside{
float:left;
width:220px;
margin-right:30px;
font-family: 'Noto Sans Japanese', sans-serif;
}

aside h3{
background:#593C93;
color:#fff;
font-size: 2rem;
line-height: 2rem;
text-align:center;
padding:20px 0;
border-radius:5px 5px 0 0;
}

aside ul li{
border-top:1px solid #fff;
}

aside ul li a{
padding:10px;
background-color: #e2d4fe;
display:block;
color: #3a2c4c !important;
text-decoration:none;
}

aside ul li a:hover{
background:#eee6ff;
transition:.5s;
	text-decoration: none;
}

aside ul li a.on{
background:#eee6ff;
transition:.5s;
}

aside ul li a::before {
    font-size: 16px;
    color: #593c93;
    font-family: FontAwesome;
    content: "\f138";
    display: inline-block;
    padding: 0px 4px 0px 1px;
}



/*****************************************************

 Page - Home
 
*****************************************************/

.section_header {
	padding-bottom: 30px;
}

.section_header h1{
	color:#593c93;
	text-align:center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:3.0rem;
	font-weight:500;
	padding-bottom: 30px;
}

.section_header p{
	font-size: 1.6rem;
	text-align:center;
}




/* service
----------------------------------------------------*/
.service_info {
   border-top: 1px solid #eee;
   margin: 560px 0 0 0;
}

@media screen and (max-width: 1400px) {	
	.service_info {
	   margin: 480px 0 0 0;
	}	
}


.box_flex_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_flex_list a{
	text-decoration: none;
	color: #000;
}

.service .box_content {
    border-left: 1px solid #eee;
	background: #fff;
}
.box_flex_list>.box_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
}

.box_content p{
	padding: 10px;
	width: 95%;
	margin: 0 auto;
}
.box_img img {
    width: 100%;
    height: auto;
}
.service .box_txt {
    text-align: center;
    position: relative;
}
.learn .tit_service{
    background-color: rgba(89,60,145,0.8);
}

.offered .tit_service {
    background-color: rgba(0,82,164,0.8);
}

.life .tit_service {
    background-color: rgba(193,39,45,0.8);
}
.tit_service {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: table;
    height: 80px;
    font-size: 1.8rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	
}
.tit_service .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.tit_service .en {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 1.3rem;
}

.service .box_txt>.inner2 {
    padding: 20px;
}

.box_flex_list:after{
	content: '';
    display: table;
    clear: both;

}
.tit_service {
    height: 80px;
    top: 0;
	position: absolute;
    left: 0;
	width:auto;
	margin: 0;
}




/* resources
----------------------------------------------------*/
.resources{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
	background: #fff;

}

.global_line{
 display: flex;
    align-items: center;
    text-align: center;
	margin:48px 0;
}
.global_line i{
	color:#593c93;
}

.global_line:before,
.global_line:after {
    border-top: 3px solid #593c93;
    content: "";
    display: inline;
    flex-grow: 1;
}

.global_line:before {
    margin-right: 0.5em;
}

.global_line:after {
    margin-left: 0.5em;
}

.panel{
	width: 25%;
	float: left;
	padding: 20px;
	text-align: center;
}

.panel a{
	text-decoration: none;
	color: #333;
}


.panel a:hover img{
	cursor:pointer;
    filter: alpha(opacity=60);       
    -ms-filter: "alpha(opacity=60)"; 
    -moz-opacity:0.6; 
    -khtml-opacity: 0.6; 
    opacity:0.6;
    zoom:1;
	transition: .5s;
}



.panel p{
	padding-top: 20px;
}

.panel a:hover h3{
	color:#593C93;
}

.panel h3{
	border-bottom: 2px solid #593c93;
	display: inline-block;
	padding: 20px 0 10px 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 1.7rem;
}
.panel figure {
    width: 220px;
    height: 208px;
    position: relative;
    overflow: hidden;
    text-align: center;
	margin: 0 auto;
}
.panel figure::after {
    position: absolute;
    content: url(../images/home/mask_circle.png);
    top: 0px;
    left: 0px;
}

.panel figure img{
	width:100%;
	height: auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

.panel figure:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}




/*****************************************************

 Parts - topics
 
*****************************************************/

.cat_icon01,.cat_icon02,.cat_icon03,.cat_icon04{
	padding: 3px;
	text-align: center;
	color:#fff;
	border-radius: 5px;

}




.topics{
	
	padding:0;
}

.topics .topics_bg{
	background: #efefef;
}

.topics .section_header{
	padding: 50px 0 100px;
	
	background:transparent url(../images/home/bg_topics_mask.png) no-repeat;
}




.topics .inner{
	position: relative;
    top: -90px;
}

.topics h1{
	color:#fff;
}

.topics .news_list{
    display: block;
    width: 100%;
    height: auto;
    padding: 0 16px;
    background: #fff url(../images/home/topics_bg.gif) no-repeat top;
	margin-bottom:48px;
	
}

.topics .news_list li:first-child,.news_list li:first-child {
    border-top: 0;
	padding-top: 5px;
}
.topics .news_list li,.news_list li {
    border-top: 1px solid #aaa;
}

.topics .news_list li a,.news_list li a {
    display: table;
    width: 100%;
    height: auto;
    padding: 24px 24px 20px 8px;
    color: #6c6c6c;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
	text-decoration:none;
}
.topics .news_list li a time,.news_list li a time {
    display: table-cell;
    font-weight: 600;
}

.topics .news_list li span,.news_list li span{
	
	font-size: 1.2rem;
	border-radius:20px;
	color:#fff;
	line-height: 1.2rem;
	display: block;
	padding:5px;
	text-align: center;
	margin-right: 15px;
}

.label_info{
background:#C1272D;
}

.label_exam{
background:#593C93;
}

.label_event{
background:#0052A4;
}



.topics .news_list li a p,.news_list li a p {
    display: table-cell;
    width: 72%;
    line-height: 1.5;
}
.topics .news_list li a i,.news_list li a i {
    display: table-cell;
    width: 3%;
    font-size: 2rem;
    text-align: right;
    vertical-align: middle;
}

.topics .news_list li a:hover i,.news_list li a:hover i {
    color:#C1272D;
}

.pager { 
	text-align:center;
	padding: 20px 0 60px;
}

.pager .current {
	background:#593C93;
	color:#fff
}

.pager span,.pager a {
	display:inline-block;
	margin:0 8px;
	padding:3px 7px;
	text-align:center;
	text-decoration:none;
	color:#593C93;
	border-radius:5px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s
}

.pager span:hover,.pager a:hover {
	background:#593C93;
	color:#fff;
	text-decoration:none
}

.btn_type1{
	background:#6d6c6f;
	display:block;
	width:400px;
	text-align:center;
	color:#fff !important;
	padding:15px;
	border-radius:5px;
	margin:0 auto;
	text-decoration:none;
}

.btn_type2{
	width:200px;
	background:#6d6c6f;
	display:block;
	text-align:center;
	color:#fff !important;
	padding:10px;
	border-radius:5px;
	margin:0 auto;
	text-decoration:none;
}

.btn_type1 i,.btn_type2 i{
	margin-right:10px;
}

.btn_type1:hover,.btn_type2:hover{
	background: #593C93;
	transition: .5s;
	text-decoration: none;
}

/*****************************************************

 Page - faq
 
*****************************************************/

.single-faq{
	margin-bottom: 20px;
	border: 1px solid #efefef;
	border-radius: 5px;
}

.faq-answer{
	padding: 20px;
}

.single-faq h4{
	background:#efefef;
	padding: 10px;
	border: none;
	margin-bottom: 0px;
}

.single-faq h4::before{
	content: 'Q.';
		color:#266191;
	padding-right: 5px;
}

.single-faq h4::after{
	background: none;
	
	position: inherit;

}
.single-faq p{

}

.single-faq p::before{

}


.expand-title {
	cursor: pointer;
}
.expand-title:hover{
	background: #DFEDF2;
	transition: .5s;

}




/*****************************************************

 Page - 入試情報
 
*****************************************************/

.page_section.exam_info,.page_section.application,.page_section.support{
width:750px;
float:right;
}

.page_section.exam_info .container,.page_section.application .container,.page_section.support .container,.page_section_category .container{
width:100%;
}

.exam_info dl,.life dl{
	width:750px;
}
.exam_info dt,.life dt{
    float:left;
    clear: left; 
padding-bottom: 5px;
margin-bottom: 8px;
width:250px;
}



/*.exam_info dd,.life dd {

padding-bottom: 5px;
margin-bottom: 8px;
margin-left:250px;
}
*/

.exam_info dl:before, .exam_info dl:after {
    display: table;
    content: '';
}

.exam_info dd:nth-of-type(2n-1) ,.life dd:nth-of-type(2n-1) {
    background: #fafafa;
	border-bottom: solid 1px #eee;
}

.exam_info dt,.life dt{
position: relative;
    float: left;
    padding: 12px 0px 0px 20px;
}
.exam_info dd,.life dd{
    padding: 12px 20px 12px 21.5em;
}

a.pdfmark{
    background: url(../images/common/ico_pdf.png) no-repeat right;
    padding-right: 20px;	
}

/*****************************************************

 Page - 特色
 
*****************************************************/
.offered .first h4:after {
background-color: #A09767;
}

.offered .second h4:after {
background-color: #E36C0A;
}

.offered .third h4:after {
background-color: #0070C0;
}

.offered .fourth h4:after {
background-color: #00B050;
}


.offered table{
	margin-bottom:30px;
}


.offered th{
	background: #F5F5F5;
}


.learn table{
border-collapse: separate;
    border-spacing: 5px;
border:none;
margin:30px 0;
	
}
.learn table thead th{

    background-color: #266191;
    color: #fff;
border:none;
}

.learn table td{
    background-color: #f5f5f5;
border:none;
}
.learn table th{
background-color: #dfedf2;
    font-weight: normal;
border:none;
}

.page_section.life,.page_section.offered,.page_section.learn,.page_section.pamphlet,.page_section.messages,.page_section.outline{
width:750px;
float:right;
}

.page_section.life .container,.page_section.offered .container,.page_section.learn .container,.page_section.pamphlet .container,.page_section.outline .container,.page_section.messages .container{
width:100%;
}

.flow ul{
	overflow:hidden;
}

.flow i{
	color:#4F81BD;
}

.flow ul li{
	float: left;
	width: 250px;
	padding: 10px;
}

.flow h3.course{
	background: #4F81BD;
	margin-top: 20px;
}

.flow h3{
	background: #8064A2;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 10px;
}
.flow h3::before{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 23px;
    margin-top: -11.5px;
    background: none;
    content: '';
}


/*****************************************************

 Page - 教員
 
*****************************************************/
ul.teacher_index {
    overflow: hidden;
}

ul.teacher_index li {
    width: 220px;
    float: left;
    margin: 0 40px 0 0;
	min-height: 480px;
}

ul.teacher_index li p{
line-height: 1.7;
}

ul.teacher_index li h4 a{
	text-decoration: none;
}

ul.teacher_index li:nth-child(4n){
	margin-right: 0;
}

ul.teacher_index li a.thumbnail{
display: block;
overflow: hidden;
	width: 220px;
margin-bottom: 10px;
}


ul.teacher_index li figure img{
	max-width: 100%;
	height: auto;
	width: auto;
border:1px solid #ccc;
padding:1px;
	-webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
	 vertical-align: bottom;
}

ul.teacher_index li figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}



ul.teacher_index li h4 span{
	font-size: 1.2rem;
	display:block;
	padding-top: 5px;
}

ul.teacher_index li h5{
	background:#DFEDF2;
	padding: 3px 3px 3px 10px;
	margin-bottom: 10px;
	font-weight: 600;
	border-radius: 3px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

figcaption {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 0;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	padding-top: 45%;
}
 

 
a:hover>figure figcaption {
    opacity: 1;
}

/*****************************************************

 Page - カリキュラム
 
*****************************************************/
.curriculum figure img{
max-width:70%;
height:auto;
margin:0 auto 30px auto;
display:block;
}

.curriculum h4.basic{
color:#A09767;
}

.curriculum h4.basic::after{
background:#A09767;
}

.curriculum h4.expert{
color:#E36C0A;
}
.curriculum h4.expert::after{
background:#E36C0A;
}

.curriculum h4.expert_lec{
color:#0070C0;
}

.curriculum h4.expert_lec::after{
background:#0070C0;
}

.curriculum h4.expert_training{
color:#00B050;
}

.curriculum h4.expert_training::after{
background:#00B050;
}

.curriculum h4.internship{
color:#5F497A;
}

.curriculum h4.internship::after{
background:#5F497A;
}

.curriculum h5{
	border-left:5px solid #f39e58;
	padding-left: 12px;
	margin-bottom: 5px;
}


.wrap{
width:1000px;
margin: auto;
}

/*****************************************************

 Parts - Form
 
*****************************************************/

.post_content form {
  padding: 16px 0;
}

.post_content form label {
  display: block;
  line-height: 40px;
}

.post_content form label:after {
  content: "";
  display: table;
  clear: both;
}

.post_content form label input[type="text"], .post_content form label input[type="tel"], .post_content form label input[type="email"] {
  float: right;
  width: 100%;
  �@height: 40px;
  padding: 0 16px;
  background: #f2f2f2;
  border: 1px solid #B6B6B6;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post_content form label input[type="text"]:focus, .post_content form label input[type="tel"]:focus, .post_content form label input[type="email"]:focus {
  border: 1px solid #643887;
  background: #f5f5f5;
}

.post_content form label textarea {
  float: right;
  width: 100%;
  height: 150px;
  padding: 16px;
  background: #f2f2f2;
  border: 1px solid #B6B6B6;
  border-radius: 4px;
  font-size: 1.5rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.post_content form label textarea::-webkit-input-placeholder,
.post_content form label textarea::-ms-input--placeholder,
.post_content form label textarea::-moz-placeholder {
  color: #727272;
}

.post_content form label textarea:focus {
  border: 1px solid #643887;
  background: #f5f5f5;
}

.post_content form input[type="submit"] {
  display: block;
  width: 60%;
  height: 48px;
  margin: 16px auto;
  background: #643887;
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Noto Sans Japanese', "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 48px;
  letter-spacing: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.post_content form input[type="submit"]:hover {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/*�@�v���O�C���J�X�^�}�C�Y
----------------------------------------------------*/
.wpcf7 span.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #d76249 !important;
  background: #FFE0E0 !important;
}

span.wpcf7-list-item {
  display: inline-block !important;
}

.wpcf7 .wpcf7-response-output {
  margin: 0 0 16px !important;
  padding: 8px 0 !important;
  font-size: 1.5rem;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: center;
}

.wpcf7 .wpcf7-validation-errors {
  color: #ffffff !important;
  background-color: #ff4c4c !important;
  border: 1px solid #EED3D7 !important;
}

.wpcf7c-conf {
  background: #fff !important;
  border: #fff !important;
  color: #534741 !important;
}

.wpcf7c-conf::-webkit-input-placeholder {
  color: #f4f0eb !important;
}

.wpcf7c-conf:-ms-input-placeholder {
  color: #f4f0eb !important;
}

.wpcf7c-conf::-moz-placeholder {
  color: #f4f0eb !important;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD !important;
  font-size: 1.5rem !important;
  background-color: #D9EDF7 !important;
  border: 1px solid #BCE8F1 !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}
.page_section.contact form label {
    display: block;
    line-height: 40px;
}
.page_section.contact form label:after {
    content: "";
    display: table;
    clear: both;
}
.page_section.contact form label input[type="text"], .page_section.contact form label input[type="tel"], .page_section.contact form label input[type="email"] {
    float: right;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    background: #f2f2f2;
    border: 1px solid #B6B6B6;
    border-radius: 4px;
    font-size: 1.5rem;
    line-height: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.page_section.contact form label textarea {
    float: right;
    width: 100%;
    height: 150px;
    padding: 16px;
    background: #f2f2f2;
    border: 1px solid #B6B6B6;
    border-radius: 4px;
    font-size: 1.5rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.page_section.contact form input[type="submit"] {
    display: block;
    width: 60%;
    height: 48px;
    margin: 16px auto;
    background: #643887;
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 48px;
    letter-spacing: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.page_section.contact form input[type="submit"]:hover {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.page_section.contact form select  {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #B6B6B6;
	background: #F2F2F2 url(../images/common/form_arrow.png) right no-repeat;
	border-radius: 4px;
	
}

.mb0{
	margin-bottom: 0 !important;
}


ul.q li {
    margin-left: 32px;
    text-indent: -32px;
    margin-top: 5px;
}

ul.q div {
    margin-left: 32px;
}

ul.qual li {
	margin-left: 60px;
	text-indent: -22px;
	margin-top: 5px;
}

ul.qual_notes li {
	text-indent: -32px;
	margin-left: 70px;
	margin-top: 5px;
}
.page_section.message{
  }
div.message{
  background: #ece7f6;
  padding: 30px;
  margin-bottom: 50px;
}

div.message .body{
  display: flex;
  align-items: flex-start;
}
div.message .body img{
  border:3px solid #fff;
}
div.message .body .text{
  margin-left: 40px;
}

div.message h3{
  background:#593c93;
  color:#fff;
}
div.message h3::before{
  background: #8664c8;
}