@charset "utf-8";

/*
Theme ライフデザイン専門学校
Version: 9999
*/

/****************
Font-Size

Pixels	%
10px	62.5%
11px	68.8%
12px	75.0%
13px	81.3%
14px	87.5%
15px	93.8%
16px	100.0%
17px	106.3%
18px	112.5%
19px	118.8%
20px	125.0%
21px	131.3%
22px	137.5%
23px	143.8%
24px	150.0%
26px	162.5%
28px	175.0%
****************/

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
	/*font: inherit;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*--[Win Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
:focus
{?moz-outline-style:none;}

/*--[Mac Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
a { outline:none;}
a{
	text-decoration:none;
	color: #444;
}
a:hover{
	text-decoration:underline;
}
hr {
	clear: both;
	border: solid 1px #fff;
	margin: 15px 0;
}
img {
	border: none;
	vertical-align: bottom;
	/*max-width: 100%;*/
}

br {
	letter-spacing: 0;
}

li img {
	vertical-align: top;
}
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}


/*Flex Box*/
.flex {
	clear: both;
	display: flex;
	flex-wrap: wrap;/*親の横幅以上は折り返す*/
	margin-bottom: 20px;
}
.flex-item-center {
	align-items: center;/*縦中央揃え*/
}
.justify-content-space-between {
	justify-content: space-between;
}

.flex-item {
	margin-bottom: 20px;
}
.flex-item img {
	max-width: 100%;
	height: auto;
}
.flex-2 .flex-item {
	width: 48%;
	margin-right: 4%;
}
.flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0;
}
.flex-2 .flex-item:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
.flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
}
.flex-3 .flex-item:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.flex-4 .flex-item {
	width: 22.0%;
	margin-right: 4%;
}
.flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.flex-4 .flex-item:nth-last-of-type(-n+4) {
	margin-bottom: 0;
}

.flex-5 .flex-item {
	width: 18.4%;
	margin-right: 2%;
}
.flex-5 .flex-item:nth-of-type(5n) {
	margin-right: 0;
}
.flex-5 .flex-item:nth-last-of-type(-n+5) {
	margin-bottom: 0;
}



/*囲み用ボックス*/
.pickup_box{
	background-color: #f8f5ef;
	padding: 2%;
}
.important_box{
	border: solid 1px #cd0000;
	padding: 2%;
}

.border_box{
	border: solid 1px #222;
	padding: 2%;
}
.left_border_box{
	background-color: #f8f5ef;
	border-left: solid 4px #B5954A;
	padding: 2%;
}



.none {
	display: none;
}
.radius {
	background-color: #EBEFFB\9;
	border-radius : 6px;
}
.radius_s {
	background-color: #EBEFFB\9;
	border-radius : 3px;
}
.shadow {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.pdf {
	background: url(images/pdf.gif) right 50% no-repeat;
	padding-right: 32px;
}


/*テキスト*/
.txtBold {
	font-weight: bold;
}
.txtLarge {
	font-size: 125%;
}
.txtSmall {
	font-size: 75%;
}
.txtMid {
	font-size: 100%;
}
.txtXSmall {
	font-size: 62.5%;
	line-height: 1.35;
}
.txtGray {
	color: #bbb;
}
.txtGreen {
	color: #439B08;
}
.txtOrange{
	color:#f05328;
}
.txtBlue {
	color: #00A0E9;
}
.txtPink {
	color: #ed838b;
}
.txtRed {
	color: #cd0000;
}
.txtGold{
	color: #B5954A;
}


.txtMincho {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}


/*リストスタイル*/
.list {
	margin-left: 1.5em;
}
.list li {
	margin-bottom: 10px;
}
.list li:last-child {
	margin-bottom: 0;
}
.lstDisc {
	/*黒丸*/
	list-style-type: disc;
}
.lstNum {
	/*数字*/
	list-style-type: decimal;
}
.lstDecimal {
	/*数字*/
	list-style-type: decimal;
}
.lstCircle {
	/*白丸*/
	list-style-type: circle;
}
.lstSquare {
	/*黒四角*/
	list-style-type: square;
}
.lstAlp_L {
	/*大文字アルファベット*/
	list-style-type: upper-latin;
}
.lstNon {
	list-style-type: none !important;
}
.lstUpperRoman {
	/*大文字のローマ数字*/
	list-style-type: upper-roman;
}

.indent {
	margin-left: 2em;
}



/*左右中央寄せ（1）*/
.imgCenter,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.imgLeft,
.alignleft {
	float: left;
	margin: 0 20px 15px 0;
}
.imgRight,
.alignright {
	float: right;
	margin: 0 0 15px 20px;
}

/*左右中央寄せ（2）*/
.center {
	text-align: center;
}
.left,
.left th {
	text-align: left;
}
.right {
	text-align: right;
}



/*マージンリセット*/
.mRight0 {
	margin-right: 0 !important;
}
.mBottom0 {
	margin-bottom: 0 !important;
}

/*縦揃え*/
.valignTop {
	vertical-align: top;
}
.valignMid {
	vertical-align: middle !important;
}



/*テーブル*/
table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin-bottom: 2em;
	line-height: 1.7;
}

.table {
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-collapse: collapse;
	font-size: 14px;
}
table th,
table td {
	border-bottom: solid 1px #ccc;
	text-align: left;
	padding: 8px 10px;
}
table th {
	text-align: center;
	border-left: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	background-color: #f1f1f1;
}
table td {
	border-left: dotted 1px #ccc;
}
/*table td:nth-of-type(even){
	background-color: #f1f1f1;
}
table tr:last-of-type th,
table tr:last-of-type td {
	border-bottom: none;
	padding-bottom: 0;
}
table tr:nth-of-type(even) th {
	background-color: rgba(248,245,239,0.7);
}
table tr:nth-of-type(even) td:nth-of-type(even) {
	background-color: #f8f8f8;
}*/


/*全幅*/
.fullWidth {
	width: 100%;
}

/*改行しない*/
.nowrapTable th,
.nowrap {
	white-space: nowrap;
}

/*別ページへのリンクボタン*/
.page_link_btn {
	justify-content: center;
	background-color: #f1f1f1;
	padding: 10px;
}
.page_link_btn li {
	/*flex-direction: column;*/
	align-items: center;
	border: solid 1px #03415A;
	box-sizing: border-box;
	align-self: stretch;
	background-color: #fff;
	text-align: center;
	width: 40%;
	margin: 10px 0.5% !important;
	list-style-type: none;
}
.page_link_btn li:hover {
	background-color: #03415A;
}
.page_link_btn li a {
	display: block;
	align-self: center;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 15px 2%;
	font-size: 14px;
	line-height: 1.4;
	color: #03415A;
}
.page_link_btn li a:hover {
	text-decoration: none;
	color: #fff;
}



/*サイト構成*/
html {
	height: 100%;
}
body{
	height: 100%;
	/*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #222;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}


.title {
	background-color: #f1f1f1;
	border-left: solid 6px #222;
	margin-bottom: 1.5em;
	padding: 10px 5px 10px 14px;
	font-size: 30px;
	font-weight: normal;
	/*font-feature-settings: "palt";*/
	letter-spacing: 0.01em;
}
.title a {
}
.ttl {
	border-bottom: solid 1px #222;
	margin: 0 0 1em;
	padding-bottom: 0.6em;
	font-size: 26px;
	font-weight: normal;
	/*font-feature-settings: "palt";*/
	letter-spacing: 0.01em;
}
.sttl {
	border-bottom: solid 1px #222;
	margin: 0 0 0.8em;
	padding-bottom: 0.8em;
	font-size: 26px;
	font-weight: normal;
	/*font-feature-settings: "palt";*/
	letter-spacing: 0.01em;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}



/*スライドショー*/
.bx-wrapper {
	position: relative !important;
	border: none !important;
	box-shadow: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.bx-pager {
	bottom: -40px !important;
	padding: 0 !important;
}
.bx-pager-item {
	margin: 0 5px !important;
}
.bx-pager-item a {
	background: url(images/slide_dot.gif) 0 0 no-repeat !important;
	background-size: 13px 15px !important;
	width: 13px !important;
	height: 15px !important;
}
.bx-pager-item .active {
	background: url(images/slide_dot_active.gif) 0 0 no-repeat !important;
	background-size: 13px 15px !important;
}
.bx-pager-link {
	border-radius: none !important;
	width: 13px !important;
	height: 15px !important;
}
.bx-pager-link:hover {
	background: url(images/slide_dot_active.gif) 0 0 no-repeat !important;
	background-size: 13px 15px !important;
}



/*フォーム*/
.form input,
.form select,
.form textarea{
	max-width: 90%;
	padding: 5px 3px;
	margin: 3px;
	vertical-align: middle;

}
.form .break .wpcf7-list-item{
	display: block;
}
.form .cBox .wpcf7-list-item {
	display: inline-block;
	width: 48%;
	margin-bottom: 5px;
}
span.wpcf7-list-item {
	margin-left: 0 !important;
}
.submit {
	text-align: center;
}
.submit input {
	background-color: #333;
	border: medium none;
	color: #fff;
	margin: 0 10px;
	padding: 14px 80px;
	text-align: center;
}
.submit input:hover {
	background-color: #00A5AE;
}
.submit input:disabled {
	background-color: #999;
}
.wpcf7-radio label {
	margin-right: 1em;
}
.wpcf7c-conf {
	background-color: transparent !important;
	border: none !important;
}
div.wpcf7-validation-errors {
	border: none !important;
	color: #ff0000 !important;
	padding: 20px 0 !important;
}
.required {
	background-color: #ffff4b;
	border-radius: 3px;
	border: solid 1px #2c81d8;
	padding: 0 4px;
	margin: 0 0 0 4px;
	font-size: 625%;
	color: #2c81d8;
}
.formReq, .formAny {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 5px;
	padding: 0 10px;
	text-align: center;
}
.formReq {
	background-color: #E83421;
}
.formAny {
	background-color: #00A5AE;
}


/*GoogleMapレスポンシブ対応*/
.gmap {
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*パンくずリスト*/
.breadcrumbBody {
	text-align: left;
	background-color: #fff;
	width: 100%;
	margin: 1em 0 2em;
}
.breadcrumb {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	color:#777;
	font-size: 12px;
}
div.breadcrumb div {
	display: inline;
}
.breadcrumb span.sp{
	margin:0 10px;
}

/*ページネーション*/
.wp-pagenavi,
.nav-below {
	clear: both;
	text-align: center;
	margin: 40px auto 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #bbb;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 5px;
	font-size: 11px;
	line-height: 36px;
	text-decoration: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	width: 80px;
}
.nav-previous,
.nav-next {
	display: block;
	text-decoration: none;
	width: 100px;
	height: 36px;
	padding: 0;
	margin: 0 5px;
	font-size: 12px;
	line-height: 36px;
}
.nav-previous a,
.nav-next a{
	display: block;
	border: 1px solid #bbb;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	color: #666;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.nav-previous a:hover,
.nav-next a:hover {
	border-color: #333;
	color: #333 !important;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}


/*colorbox*/
#cboxContent {
	margin-top: 0 !important;
}
#cboxOverlay {
	background-color: rgba(255,255,255,0.8) !important;
}
#cboxLoadedContent {
	border: solid 5px #fff !important;
}





/*新着情報*/
.newsList {
	margin: 0 0 2em;
}
.newsList .newsInfo{
	margin: 0 0 10px;
	font-size: 12px;
	color: #999;
}
.newsList .newsInfo .cat{
	display: inline-block;
	padding: 2px 20px;
	margin: 0 10px 0 0;
	color: #fff;
}
.newsList h2{
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.newsTxt .newsInfo {
	margin-bottom: 3em;
}



/*ヘッダーメニュー*/
#menuBody {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 9000;
}
#menuBody,
.sub_menu li {
	background-color: #42bfc7;
}

/*コンテンツ*/
ul.page_menu {
	display: flex;
	flex-wrap: wrap;/*親の横幅以上は折り返す*/
	margin-left: 0;
}
ul.page_menu li {
	text-align: center;
	border-radius: 18px;
	box-sizing: border-box;
	width: 24%;
	margin-right: 1.32%;
	margin-bottom: 1.32% !important;
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
}
ul.page_menu li:nth-of-type(4n){
	margin-right: 0;
	margin-bottom: 1.32% !important;
}
/* ul.page_menu li:last-of-type{
	margin-right: 0;
}
ul.page_menu li:nth-last-of-type(-n+4) {
	margin-bottom: 0;
} */

/*国際ビジネス学科のみのカラー指定*/
.page-international_business ul.page_menu li,
.page-international_business-child ul.page_menu li {
	background-color: #7b59a2;
}

/*日本語学科のみのカラー指定*/
.page-japanese_lang ul.page_menu li,
.page-japanese_lang-child ul.page_menu li {
	background-color: #f58a22;
}
ul.page_menu li a {
	display: block;
	background-color: rgba(255,255,255,0.8);
	width: 96%;
	padding: 8px 2%;
	font-size: 14px;
}
ul.page_menu li a:hover {
	background-color: rgba(255,255,255,0.85);
	text-decoration: none;
}
ul.page_menu li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	padding-left: 1em;
	opacity: 0.7;
}




/*国際ビジネス学科のみのカラー指定*/
.page-international_business #menuBody,
.page-international_business-child #menuBody,
.page-international_business #menuBody .sub_menu li,
.page-international_business-child #menuBody .sub_menu li {
	background-color: #7b59a2;
}
.page-international_business #menuBody .sub_menu li a,
.page-international_business-child #menuBody .sub_menu li a {
	color: #7b59a2;
}

/*日本語学科のみのカラー指定*/
.page-japanese_lang #menuBody,
.page-japanese_lang-child #menuBody,
.page-japanese_lang #menuBody .sub_menu li,
.page-japanese_lang-child #menuBody .sub_menu li {
	background-color: #f58a22;
}
.page-japanese_lang #menuBody .sub_menu li a,
.page-japanese_lang-child #menuBody .sub_menu li a {
	color: #f58a22;
}


#menuBody ul.main_menu {
	display: flex;
	justify-content: center;
	width: 1140px;
	height: 80px;
	padding-left: 0;
	margin: 0 auto;
}
#menuBody ul.main_menu li {
	box-sizing: border-box;
	text-align: center;
	list-style-type: none;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#menuBody ul.main_menu li a {
	display: block;
	border-left: solid 1px #fff;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 76px;
	font-size: 14px;
}
#menuBody ul.main_menu li.last a {
	border-right: solid 1px #fff;
}
/*#menuBody ul.main_menu li a:last-of-type{
	border-right: solid 1px #fff;
}*/
#menuBody ul.main_menu li a:hover,
#menuBody ul.main_menu li.active {
	background-color: rgba(255,255,255,0.1);
	text-decoration: none;
}

#menuBody ul.sub_menu {
	display: none;
}
#menuBody ul.sub_menu li {
	border: none;
	width: 100%;
	margin: 0;
}
#menuBody ul.sub_menu li a {
	/*background-color: #e3f9fb;*/
	background-color: rgba(255,255,255,0.9);
	border: none;
	color: #42bfc7;
}
#menuBody ul.sub_menu li a:hover {
	/*background-color: #eefdff;*/
	background-color: rgba(255,255,255,0.95);
}

#menuBody_sp {
	/*display: none;*/
	border-left: solid 1px #ddd;
	position: fixed;
	top: 0;
	right: -24px;
	background-color: rgba(255, 255, 255, 1);
	width: 200px;
	/*min-height: 100vh;*/
	/*min-height: 100%;*/
	height: 100%;
	padding: 0 58px 0 30px;
	z-index: 9999;
	overflow-y: auto;

    -webkit-transform: translateX(290px);
    transform: translateX(290px);/*中身を表示*/
    transition: .3s ease-in-out;/*滑らかに表示*/
}
#menuBody_sp.active {
    /*display: block;*/
    -webkit-transform: translateX(0px);
    transform: translateX(0px);/*中身を表示*/
}
.menu_bg {
	display: block;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	height: 100%;
	z-index: 9998;
	overflow: hidden;
	cursor: pointer;
}



#menuBody_sp_box {
	height: 100%;
}
.menu_btn_close {
	text-align: right;
	padding-top: 22px;
	margin-bottom: 60px;
	width: 100%;
	height: 30px;
}
.menu_btn_close a {
	width: 30px;
	height: 30px;
	padding: 10px;
}

#menuBody_sp .menu {
	margin: 0 auto 0;
}
#menuBody_sp .menu li {
	margin-top: 1em;
	list-style-type: none;
	font-size: 20px;
}
#menuBody_sp .menu li a {
	display: block;
	margin-right: 60px;
	color: #222;
	text-decoration: none;
	font-size: 20px;
	/*font-size: 2.3vw;*/
}
.subMenu {
	margin: 0;
	padding-left: 45px;
}
.subMenu a {
	font-size: 16px;
}

.menu_sns {
	width: 159px;
	margin: 50px auto 0;
}
.menu_sns li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 12px;
	list-style-type: none;
}




/********************************************
 メインメニューアイコンの開閉アニメーション
********************************************/
/*サークル部分*/
#headMenu{
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0;
	z-index: 9999;
}
#headMenu a {
	display: block;
	width: 100%;
	height: 100%;
}

/*アイコン部分*/
#headMenuIcon{
	display: block;
	position: absolute;
	top: 14px;
	left: 15px;
	width: 24px;
	height: 2px;
	margin: -1px 0 0 -11px;
	background-color: #222;
	transition: .2s;
}
/*擬似要素の上下の線*/
#headMenuIcon:before, #headMenuIcon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #222;
	transition: .3s;
}
#headMenuIcon:before{
	margin-top: -6px;
}
#headMenuIcon:after{
	margin-top: 4px;
}
/*オープン状態*/
#headMenu .close {
	/*background: rgba(0,0,0,0.2);*/
}
#headMenu .close span{
	background: transparent;
}
#headMenu .close span:before, #headMenu .close span:after{
	margin-top: 0;
}
#headMenu .close span:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#headMenu .close span:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/*トップページ*/
.inview-fade {
	opacity: 0;
	transition: 2.5s;/*スクロールインでフェードする時間*/
}
.inview-show{
	opacity: 1.0;
}

/*本学について*/
.campus_box{
	background-color: #222;
	padding: 2%;
	color: #fff;
	margin-bottom: 0.5em;
}



/*国際ビジネス学科*/
.curriculum_table:first-of-type th,
.schedule_table:first-of-type th {
	background-color: #718cc7;
	color: #fff;
}
.curriculum_table:last-of-type th,
.schedule_table:last-of-type th {
	background-color: #8fc31f;
	color: #fff;
}
.curriculum_table td,
.schedule_table td.m {
	text-align: center;
}

.schedule_table td {
	border-left: none;
	border-right: none;
}
.schedule_table:first-of-type td.m {
	color: #718cc7;
	font-weight: bold;
	font-size: 18px;
}
.schedule_table:last-of-type td.m {
	color: #8fc31f;
	font-weight: bold;
	font-size: 18px;
}


/*日本語学科*/
.jp_curriculum_table th {
	border-color: #fff;
	background-color: #8fc31f;
	color: #fff;
}
.jp_curriculum_table td{
	text-align: center;
}

/*入学手続き*/
/*.jp_gakuhi_table tr:nth-of-type(even) td{
	background-color: #f1f1f1;
}*/
.jp_gakuhi_table td{
	text-align: center;
}
.jp_gakuhi_table .head01 {
	border-color: #fff;
	background-color: #e4825d;
	color: #fff;
}
.jp_gakuhi_table .head02 {
	border-color: #fff;
	background-color: #5480c1;
	color: #fff;
}

.jp_flow {
}
.jp_flow li {
	background-color: #e6ebfc;
	border-radius: 6px;
	box-sizing: border-box;
	border: solid 1px #5480c1;
	text-align: center;
	padding: 2%;
	list-style-type: none;
}
.jp_flow li .step {
	border-bottom: solid 1px #5480c1;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 20px;
	font-weight: normal;
}
.jp_flow li .step span {
	padding-left: 0.2em;
	font-size: 30px;
	color: #ff604d;
}
.jp_flow li h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

.schedule_table{
	width: 100%;
}







/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 768px) {
/*画面幅が768px以上（PC）*/
/*.pc_only {
	display: block;
}*/
.sp_only {
	/*スマホでは非表示*/
	display: none !important;
}
/*マウスオーバーで画像拡大*/
.hoverLarge {
	position: relative;
	overflow: hidden;
}
.hoverLarge:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.hoverLarge:hover:after {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.hoverLarge .inner {
	z-index: 1;
	position: relative;
}

body {
	position: relative;
}
#body_inner {
	padding-top: 80px;
}


#headBody {
	width: 100%;
	height: 100px;
	padding: 0;
	z-index: 9990;
}
header {
	position: relative;
	width: 1140px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
}
.blogTitle {
	position: relative;
	float: left;
	width: 500px;
	height: 100%;
}
.blogTitle a {
	display: block;
	width: 100%;
	height: 100%;
}
.blogTitle img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.logo_cap {
	display: block;
	float: left;
	margin: 34px 0 0 15px;
}


.flag_icon {
	float: right;
	width: 160px;
	margin: 28px 0 0;
}
.flag_icon li {
	position: relative;
	float: left;
	width: 60px;
	height: 40px;
	margin: 0 0 0 20px;
	list-style-type: none;
}
.flag_icon li img {
	width: 100%;
	height: auto;
}

.lang_link{
	float: right;
	padding: 10px;
	font-size: 14px;
}
.lang_link a{
	font-size: 14px;
}

#footer_body {
	border-top: solid 10px #222;
	position: relative;
	width: 100%;
	margin-top: 40px;
}
footer {
	text-align: left;
	width: 1140px;
	margin: 0 auto;
	padding: 40px 0;
}
.copy {
	clear: both;
	text-align: center;
	width: 100%;
	padding: 0;
	font-size: 12px;
}





/*コンテンツ*/
#wrapper {
	width: 1140px;
	margin: 0 auto;
}
article.contents {
	width: 1140px;
	margin: 0 auto;
}

#main {
	width: 100%;
}

.page_title_body {

}


h1.page_title {
	width: 100%;
	padding: 0 0 40px;
	margin: 0 auto;
	font-size: 38px;
	color: #333;
	/*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;*/
	letter-spacing: 0em;
	font-weight: normal;
}


.contents p,
.contents .txt {
	margin: 0 0 1.5em;
}
.contents .txtBtm {
	margin-bottom: 3em;
}







/*サイドバー*/
#sidebar {
	float: right;
	border: solid 5px #f1f1f1;
	width: 290px;
	padding: 5px;
}
#sidebar li {
	list-style-type: none;
}


/*トップページ*/
#topImgBody {
	position: relative;
	background-color: #f1f1f1;
	border-bottom: solid 10px #222;
	/*margin-bottom: 80px;*/
	margin: 0 auto;
}
#topImg {
	position: relative;
	max-width: 1680px;
	max-height: 500px;
}
#topImg div {
	max-height: 500px;
	display: none;
}
#topImg img {
	width: 100%;
	max-width: 1680px;
	height: auto;
	margin: 0 auto;
}

.top_img_btn {
	position: relative;
	width: 980px;
	margin: 40px auto;
	z-index: 999;
}
.top_img_btn ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.top_img_btn ul li {
	width: 48%;
	margin: 0 auto;
	list-style-type: none;
}
.top_img_btn ul li img {
	width: 100%;
	height: auto;
}

.more_btn {
	text-align: center;
	width: 240px;
	margin: 80px auto 0;
}
.more_btn a{
	display: block;
	background-color: #333;
	width: 100%;
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
}
.more_btn a:hover {
	background-color: #666;
	text-decoration: none;
}


.top_body h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
	font-size: 20px;
	color: #222;
}

#top_consept p,
#top_message p {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}
#top_consept img,
#top_message img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#top_consept {
	border-bottom: solid 1px #222;
	margin-bottom: 80px;
	padding-bottom: 80px;
}
#top_message {
	margin-bottom: 80px;
}
#top_message p.t {
	margin-bottom: 80px;
}
#top_news {
	background-color: #f1f1f1;
	width: 100%;
	padding: 80px 0;
}
.top_news_wrap{
	width: 1140px;
	margin: 0 auto;
}
#top_news h2 {
	margin-bottom: 40px;
}
#top_news ul {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}
#top_news li {
	margin: 0 0 1.5em;
	list-style-type: none;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#top_news .date {
	padding-right: 2em;
}

#top_news .cat {
	text-align: center;
	display: inline-block;
	width: 130px;
	padding: 5px 0;
	margin-right: 2em;
	font-size: 12px;
	color: #fff;
}
.cid8 .cat {
	background-color: #7b59a2;
}
.cid9 .cat {
	background-color: #f58a22;
}


#top_interview{
	background: url(images/top_interview_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	padding: 60px 0;
}
.top_interview_wrap{
	align-items: center;
	width: 680px;
	margin: 0 auto 20px;
}
.top_interview_wrap:last-of-type{
	margin-bottom: 0;
}
#top_interview h3{
	border-bottom: solid 1px #000;
	margin: 0 0 1em;
	padding-bottom: 1em;
	font-size: 16px;
}
#top_interview p{
	font-size: 14px;
}
#top_interview img{
	border: solid 8px #fff;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	width: 60%;
	height: auto;
}

}/*PC End*/





















@media screen and (max-width: 767px) {
/*画面幅が767px以下（スマホ専用スタイル）*/
.pc_only {
	/*PC以外は非表示*/
	display: none !important;
}
.sp_only {
	display: block;
}

/*Flex Box*/
.mb-flex-1 .flex-item {
	width: 100% !important;
	margin: 0 0 20px !important;
}
.mb-flex-1 .flex-item:last-of-type {
	margin-bottom: 0 !important;
}
.mb-flex-2 .flex-item {
	width: 46% !important;
	margin-right: 7% !important;
	margin-bottom: 20px !important;
}
.mb-flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0 !important;
}
.mb-flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.mb-flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
}
.mb-flex-3 .flex-item:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}
.mb-flex-4 .flex-item {
	width: 23.5%;
	margin-right: 2%;
}
.mb-flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.mb-flex-4 .flex-item:nth-last-of-type(-n+4) {
	margin-bottom: 0;
}


body{
	width: 100%;
}
#body_inner {
	padding-top: 50px;
	z-index: 9990;
}
#wrapper {}
a {
	cursor: pointer;
}
.blur {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

.imgLeft,
.imgRight,
.imgCenter,
.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 0 10px;
}

.pdf {
	background-size: 10px 12px;
	padding-right: 14px;
}


#headBody {
	position: fixed;
	background-color: #fff;
	border-bottom: solid 1px #ddd;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 9990;
}
header {
	width: 92%;
	padding: 0 4%;
}
.blogTitle {
	float: left;
	width: 250px;
	height: 50px;
	line-height: 0;
}
.blogTitle a {
	display: block;
	width: 100%;
	height: auto;
}
.blogTitle img {
	width: 100%;
	height: auto;
}

.logo_cap {
	display: none;
}

.flag_icon {
	display: none;
}



#footer_body {
	position: relative;
	width: 100%;
	padding: 20px 0;
}
footer {
	text-align: left;
	width: 92%;
	margin: 0 4%;
	padding: 0;
}

.copy {
	clear: both;
	text-align: center;
	width: 100%;
	padding: 0;
	font-size: 12px;
}




/*スクロールでメニューFIX*/
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);

}
.is-show {
	transform: translateY(0);
}

.table {
	font-size: 12px;
}
/*スライドテーブル*/
.mobileSlideBlock {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.mobileSlideBlock table {
	min-width: 600px;
}

.blockTable,
.blockTable tbody,
.blockTable tr,
.blockTable th,
.blockTable td {
	display: block;
}

/*フォーム*/
.form input,
.form select,
.form textarea{
	max-width: 90%;
	margin: 3px;
	-webkit-appearance: none;
	font-size: 16px;
}


/*別ページへのリンクボタン*/
.page_link_btn li {
	width: 80%;
}


/*コンテンツ*/
#main {
	width: 86%;
	margin: 0 7%;
	font-size: 12px;
}
#main img {
	max-width: 100%;
	height: auto;
}
.page_title_body {
	width: 100%;
	padding: 0;
	margin-right: 0 !important;
	letter-spacing: 0.05em;
}
.page_title_body .t {
	padding: 0 7%;
}
.page_title_body .i {
}

h1.page_title {
	text-align: center;
	width: 100%;
	margin: 0 auto 1em;
	padding: 0;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.35;
}


.title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
}
.title a {
}
.ttl {
	border-bottom: solid 1px #222;
	margin: 0 0 1em;
	padding-bottom: 1em;
	font-size: 16px;
	font-weight: normal;
}
.sttl {
	border-bottom: solid 1px #222;
	margin: 0 0 0.7em;
	padding-bottom: 0.7em;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
.contents p,
.contents .txt {
	margin: 0 0 1em;
}
.contents .txtBtm {
	margin-bottom: 3em;
}

.box_body {
	position: relative;
	width: 84%;
	margin: 0 8% 5em;
}



/*パンくずリスト*/
.breadcrumbBody {
	background-color: #f1f1f1;
	width: 100%;
	margin: 0 auto 2em;
	padding: 0;

}
.breadcrumb {
	width: 86%;
	padding: 1em 7px;
}



/*トップページ*/
#topImgBody {
	position: relative;
	width: 100%;
	/*padding-bottom: 50px;*/
	padding-bottom: 0;
	overflow: hidden;
	z-index: 0;
}

.top_img_btn {
	width: 92%;
	margin: 10px auto 0;
}
.top_img_btn ul {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.top_img_btn ul li {
	width: 100%;
	margin-bottom: 10px;
	list-style-type: none;
}
.top_img_btn ul li img {
	width: 100%;
	height: auto;
}

.more_btn {
	text-align: center;
	width: 70%;
	height: 45px;
	margin: 50px auto 0;
}
.more_btn a{
	display: block;
	background-color: #222;
	width: 100%;
	padding: 14px 0;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.more_btn a:hover {
	text-decoration: none;
}

.box_body {
	margin-bottom: 1em;
}
.top_body h2 {
	text-align: center;
	width: 100%;
	margin: 0 auto 1em;
	font-size: 14px;
	color: #222;
	font-weight: normal;
}

#top_consept p,
#top_message p {
	text-align: center;
	width: 92%;
	margin: 0 auto;
}
#top_consept img,
#top_message img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#top_consept {
	border-bottom: solid 1px #222;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#top_message {
	margin-bottom: 1em;
}
#top_message p.t {
	margin-bottom: 2em;
}
#top_message p.g {
	width: 60%;
	height: auto;
	margin-bottom: 2em;
}
#top_news {
	background-color: #f1f1f1;
	width: 100%;
	padding: 2em 0;
}
.top_news_wrap{
	max-width: 86%;
	margin: 0 auto;
}
.top_news_wrap .flex-item:first-of-type{
	margin-bottom: 60px !important;
}
#top_news ul {
	width: 100%;
	margin: 0 auto;
}
#top_news li {
	margin: 0 0 1.5em;
	list-style-type: none;
	font-size: 12px;
}
#top_news .date {
	padding-right: 1em;
}

#top_news .cat {
	text-align: center;
	display: inline-block;
	width: 40%;
	padding: 1px 0;
	margin-right: 1em;
	font-size: 10px;
	color: #fff;
}
.cid8 .cat {
	background-color: #7b59a2;
}
.cid9 .cat {
	background-color: #f58a22;
}
#top_news a {
	display: block;
	margin: 5px 0 0;
}

#top_interview{
	/* background: url(images/top_interview_bg.jpg) 0 0 no-repeat;
	background-size: cover; */
	background-color: #f1f1f1;
	width: 100%;
	padding: 40px 0;
}
.top_interview_wrap{
	width: 60%;
	margin: 0 auto 40px;
}

#top_interview h3{
	text-align: center;
	border-bottom: solid 1px #000;
	margin: 0 0 0.5em;
	padding-bottom: 0.5em;
	font-size: 14px;
}
#top_interview h3 span{
	display: block;
	margin: 5px auto 0;
}
#top_interview p{
	font-size: 12px;
}
#top_interview img{
	border: solid 8px #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}




/*メニュー*/
#menuBody_sp {
	width: 270px;
	padding: 0 0 0 0;
}
#menuBody_sp_box {
	box-sizing: border-box;
	height: 100%;
	padding-left: 30px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.menu_btn_open {
	float: right;
	width: 30px;
	height: 30px;
	margin: 10px 1% 0 0;
}
.menu_btn_open img {
	width: 100%;
	height: auto;
}
.menu_btn_close {
	box-sizing: border-box;
	padding: 10px 50px 0 0;
}
.menu_btn_close a {
	padding-right: 0;
}

.main_menu_sp li {
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	list-style-type: none;
}
.main_menu_sp li a {
	display: block;
	width: 100%;
	padding: 0.8em 0;
	font-weight: bold;
}

.main_menu_sp .sub_menu_sp {
	padding-left: 1.5em;
	font-size: 12px;
}
.main_menu_sp .sub_menu_sp li {
	list-style-type: circle;
	border: none;
}
.main_menu_sp .sub_menu_sp li a {
	display: block;
	padding: 0.5em 0;
	font-weight: normal;
}


/* .menu_flag_icon {
	display: flex;
	width: 120px;
	margin: 50px 0 1.5em;
}
.menu_flag_icon li {
	width: 44%;
	margin: 0 3% 0;
	color: #A6CA7D;
	list-style-type: none;
} */
.menu_flag_icon {
	width: 120px;
	margin: 20px 0 1.0em 20px;
}
.menu_flag_icon li{
	margin-bottom: 10px;
	line-height: 1;
}
.menu_flag_icon li:nth-of-type(3) {
	margin-right: 0;
}
.menu_flag_icon li a {
	font-size: 14px;
}
.menu_flag_icon li a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*コンテンツ*/
ul.page_menu {
	display: flex;
	flex-wrap: wrap;/*親の横幅以上は折り返す*/
	margin-left: 0;
}
ul.page_menu li {
	border-radius: 16px;
	box-sizing: border-box;
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0.5em;
	list-style-type: none;
}
ul.page_menu li:nth-last-of-type(-n+4){
	margin-bottom: 0.5em;
}
ul.page_menu li a {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 5px 5%;
	font-size: 14px;
}
ul.page_menu li a:after {
	float: right;
}

/*本学について*/
img.rijicho {
	display: block;
	float: none;
	width: 38%;
	margin: 0 auto 2%;
}





}/*スマホ End*/



