@charset "UTF-8";



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

当CSSには、TOPページを除く各ページごとのコンテンツを掲載・レイアウトするにあたって、使用する要素（見出し・リードコピー・本文テキスト・画像の掲載・トピックスボックス・
リスト表示・リンクリスト・リンクボタン・テーブルなど）の基本設定を記述してください

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


h2.content_head {
	font-size: 26px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: .2em;
	border-bottom: 1px solid #FFF;
	display: inline-block;
	margin: 0 auto ;
}

h2.content_title {
	font-size: 36px;
	line-height: 1.5em;
	letter-spacing: .05em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	margin: 0 0 80px 15%;
	width: 85%;
	background: #FFF;
	color: #009D99;
	padding: 10px 40px;
	text-align: center;
}

h3.section_head_title {
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: .1em;
	font-weight: 600;
	width: 100%;
	padding: 40px 0 50px;
	text-align: center;
	position: relative;
}
h3.section_head_title::after {
	content: '';
	width: 40px;
	height: 5px;
	border-bottom: 4px solid rgba(50,100,185,1);
	position: absolute;
	bottom: 25px;
	left: calc(50% - 20px);
}

.course h3.section_head_title::after {
	border-bottom: 4px solid #000;
}
h3.section_head_title span {
	display: inline-block;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
}
h3.section_head_title ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
h3.section_head_title ul li {
	font-size: 16px;
	font-weight: normal;
	padding-left: 1.5em;
	line-height: 1.4em;
	position: relative;
}
h3.section_head_title ul li span {
	display: inline;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
h3.section_head_title ul li.text-align-l {
	text-align: left !important;
}


h3.section_title {
	font-size: 32px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: .15em;
	color: #FFF;
	text-align: center;
	margin:15px 0 45px;
	padding-bottom: 10px;
	position: relative;
}
h3.section_title::after {
	content: '';
	width: 40px;
	height: 5px;
	border-bottom: 3px solid #FFF;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -20px;
}
h3.section_title.alphabet {
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	margin:15px 0 55px;
}
h3.section_text {
	font-size: 32px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
/*	letter-spacing: .15em;*/
	color: #FFF;
	text-align: center;
	margin:15px 0 45px;
	padding-bottom: 10px;
	position: relative;
}
h3.section_text::after {
	content: '';
	width: 40px;
	height: 5px;
/*	border-bottom: 3px solid #FFF;*/
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -20px;
}
h4.people_section_title {
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.7em;
	color: #000;
	text-align: center;
	margin:15px 0 -50px;
	padding: 40px 20px 100px;
	position: relative;
	background: #FFF;
	z-index: 0;
}
h4.people_section_title::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #DDD transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
h4.people_section_title.workstyle::after {
	content: 'work style';
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-family: sans-serif;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 50px;
	z-index: 3;
}
h4.people_section_title.lifestyle::after {
	content: 'life style';
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-family: sans-serif;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 50px;
	z-index: 3;
}


.container_grey_wrap h3.section_title {
	color: #000;
}
.container_grey_wrap h3.section_title::after {
	border-bottom: 3px solid #000;
}
.container_grey_wrap h3.section_title.alphabet {
	color: #009D99;
}
.container_grey_wrap h3.section_title.alphabet::after {
	border-bottom: 3px solid #009D99;
}
.container_grey_wrap h3.section_text {
	color: #000;
}


h4.section_read {
	background: #000;
	color: #FFF;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	margin: 60px 0 10px;
}

/* 追加 */
h2.section-title{
	border-bottom: 3px solid #649fd8;
	position:relative;
	font-size: 24px;
	padding: 10px 85px;
	margin:0 -80px;
	margin-bottom: 60px;
}


h2.section-title::before{
	content:"";
	background: url(../images/common/section-title-icon.png) no-repeat;
	width: 76px;
	height:25px;
	position: absolute;
	top:auto;
	bottom:-12.5px;
	left:0;
	margin:auto;
	z-index:12;

}

h2.section-title>span.st-caption{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	bottom:-35px;
	left:90px;
	display: none;
}


h2.content-title {
	position: relative;
	padding: 40px 0 15px;
	border-bottom: 3px solid #649fd8;
	margin-bottom: 30px;
	font-size: 24px;
	clear: both;
}
h2.content-title span {
	color: #042F87;
	display: inline-block;
	padding: 0 20px 10px;
	position: absolute;
	font-weight: bold;
	line-height:1.2;
	left: 0;
	bottom: -3px;
	border-bottom: 3px solid #042F87;
}


h3.block-title{
	font-size: 20px;
	position:relative;
	/*margin-bottom: 60px;*/
	padding-bottom: 20px;

	/*font-size: 24px;*/
	font-weight: bold;
	/*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
}

h3.block-title::before{
	content:"";
	width: 30px;
	height:2px;
	/*background: #000;*/
	position: absolute;
	bottom:0;
	left:0;
}

h3.section-underline {
	position: relative;
	padding: 40px 0 15px;
	/*border-bottom: 2px solid #DFDFDF;*/
	border-bottom: 2px solid #999;
	margin-bottom: 20px;
	font-size: 28px;
	clear: both;
}
h3.section-underline span {
	color: #003894;
	display: inline-block;
	padding: 0 20px 15px;
	position: absolute;
	font-weight: bold;
	line-height:1.2;
	left: 0;
	bottom: -2px;
	border-bottom: 2px solid #003894;
}
h3.title_bar, h4.title_bar {
    background: #003894;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 24px;
    clear: both;
}

h4.icon-square, h5.icon-square {
	padding-left: 20px;
	border-left: 5px solid #003894;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

h5.icon-square {
	margin-top: 20px;
}

h4.section-underline {
	position: relative;
	padding: 10px 0 ;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height:1.2;
	color: #003894;
	border-bottom: #003894 2px solid;
	padding-left: 20px;
	position:relative;
}

h4.line-bottom {
	font-size: 20px;
	font-weight: bold;
	padding:10px 10px 10px 10px ;
	border-bottom: 2px solid #000;
}

/*h4.icon_square{
	font-size: 18px;
	color:#fff;
	padding:5px;
	color:#595757;
	padding-left: 10px;
	margin-bottom: 15px;
	clear:both;
	border-left:8px solid #643C78;
}*/

h4.line-title {
	font-size: 19px;
	padding:10px 10px ;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

h4.line-title span{
	font-size: 15px;
	display: inline-block;
	margin-left: 15px;
	font-weight: 600;
}

.l-side-line-box{
	text-align: center;
}
h4.side-line{
	position: relative;
	display: inline-block;
	padding: 0 320px;
	font-size: 24px;
	margin:0 auto;
}

h4.side-line:before, h4.side-line:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 300px;
height: 1px;
background-color: black;
}

h4.side-line:before {left:0;}
h4.side-line:after {right: 0;}

h4.square-line-title {
	color: #003894;
	font-size: 18px;
	padding:10px 10px ;
	border: 1px solid #003894;
	margin-bottom: 20px;
	margin-top: 20px;
}
h4.square-line-title span {
	font-size: 14px;
}



/*xtory__settings*/

.result h4.icon-square , .result h5.icon-square , .information h4.icon-square, .information h5.icon-square {
	padding-left: 20px;
	border-left: 5px solid #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}



p.title {
	font-weight: bold;
	margin-top: 15px;
}

h4.sub-title_bg{
	display: block;
	background: #BFDEFC;
	color: #649fd8;
	/*padding: 5px 10px;*/
	padding: 10px 15px;
	font-weight: bold;
	/*font-size: 16px;*/
	font-size: 20px;
	margin: 20px 0;
}
h4.sub-title_bg.high{
	display: block;
	background: rgba(105, 191, 130,.5);
	color: #3CA055;
	/*padding: 5px 10px;*/
	padding: 10px 15px;
	font-weight: bold;
	/*font-size: 16px;*/
	font-size: 20px;
	margin: 20px 0;
}

/*category_settings*/

.result h4.sub-title_bg , .about h4.sub-title_bg , .information h4.sub-title_bg{
	background: rgba(51,51,51,.2);
	color: #666;
}

h4.sub-title_line{
	border-bottom: 3px solid #000000;
	position:relative;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 16px;
	font-size: 16px;
	margin: 20px 0;
}

h5.caption_bg{
	display: inline-block;
	color:#fff;
	background:  #003894;;
font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding:5px 10px ;
	margin: 10px 0;
	font-weight: bold;
}
h5.caption_bg.high{
	display: inline-block;
	color:#fff;
	background: #3CA055;
font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding:5px 10px ;
	margin-bottom: 20px;
}
.paragraph{
	margin-bottom: 40px;
}
/*関連リンク*/

a.link_btn {
	display:block;
	width:100%;
	min-height:60px;
	padding:17px 100px 0 40px;
	/*background: rgba(90,190,210,.8);*/
	background: rgba(0, 56, 148,.8);
	margin:30px 0 20px;
	position:relative;
/*	background: url(../images/link_btn_arrow.png) no-repeat right center;*/
	color: #FFF;
	text-decoration:underline;
	font-size:16px;
	font-weight: 600;
}

a.link_btn.high {
	display:block;
	width:100%;
	min-height:60px;
	padding:17px 100px 0 40px;
	/*background: rgba(90,190,210,.8);*/
	background: rgba(105, 191, 130,.5);
	margin:30px 0 20px;
	position:relative;
/*	background: url(../images/link_btn_arrow.png) no-repeat right center;*/
	color: #333;
	text-decoration:underline;
	font-size:16px;
	font-weight: 600;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}

a.link_btn::after {
	content:'';
	display:block;
	width:65px;
	height:60px;
	background:rgba(255,255,255,.7) url(../images/common/link_btn_icon.png) no-repeat center center;
	position:absolute;
	top:0px;
	right:0px;
}
a.link_btn.high::after {
	content:'';
	display:block;
	width:65px;
	height:60px;
	background: url(../images/common/link_btn_icon.png) no-repeat center center rgba(105, 191, 130,.8);
	position:absolute;
	top:0px;
	right:0px;
}
a[target="_blank"].link_btn::after {
	content:'';
	display:block;
	width:65px;
	height:60px;
	background:rgba(255,255,255,.7) url(../images/common/link_btn_icon_window.png) no-repeat center center;
	position:absolute;
	top:0px;
	right:0px;
}

a[href$=".pdf"].link_btn::after {
	content:'';
	display:block;
	width:65px;
	height:60px;
	background:rgba(255,255,255,.7) url(../images/common/link_btn_icon_pdf.png) no-repeat center center;
	position:absolute;
	top:0px;
	right:0px;
}

a.link-underbar{
	border-bottom:2px solid rgba(128, 188, 249,.8);
	padding:0 10px;
}

/* 追加 以上*/

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {
h2.content_title {
	font-size: 25px;
	margin: 100px 5% 20px;
	width: 90%;
}
h3.section_title {
	font-size: 22px;
	margin:0 auto 40px;
	padding-bottom: 0;
}
h3.section_head_title {
	font-size: 22px;
	padding: 20px 0 30px;
}
h3.section_head_title::after {
	content: '';
	width: 30px;
	height: 4px;
	border-bottom: 4px solid rgba(50,100,185,1);
	position: absolute;
	bottom: 18px;
	left: calc(50% - 15px);
}
h3.section_head_title ul {
	text-align: left;
}
h3.section_head_title ul li {
	font-size: 12px;
}
h3.section_head_title ul li span {
	font-size: 12px;
}


h3.section_title.alphabet {
	font-size: 22px;
	margin:0 auto 40px;
}
h4.section_read {
	margin: 40px 0 10px;
}
}



.content_inner {
	width: 90%;
	margin: 0 auto;
	min-width: 720px;
	max-width: 900px;
	position: relative;
}

.read_text_content {
	width: 70%;
	margin: 0 auto 60px;
}
.read_text_content p{
	font-size: 18px;
	line-height: 2em;
	color: #FFF;
}

.read_text_content_black {
	width: 70%;
	margin: 0 auto 60px;
}

.read_text_content_black p{
	font-size: 18px;
	line-height: 2em;
	color: #000;
}



/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {
.content_inner {
	width: 100%;
	margin: 0 auto;
	min-width: inherit;
	max-width: inherit;
	position: relative;
	padding: 0 10px;
}
.read_text_content {
	width: 84%;
	margin: 0 auto 40px;
}

}









.jxtg_read-section {
	padding: 30px 0 60px;
}
.jxtg_read-section p {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}





.jxtg_point-section {
	width: 100%;
	background: rgba(234,236,236,1);
	padding: 60px 0;
}
.jxtg_point  {
	margin: 20px 0;
}
.jxtg_point li {
	width: 100%;
	background: #000;
	padding: 40px 25px;
	color: #FFF;
	margin-bottom: 15px;
}
.jxtg_point li dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}
.jxtg_point li dl dt{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	min-height: 100px;
	width: 28%;
	margin-right: 5%;
}
.jxtg_point li dl dd{
	width: 67%;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.8em;
}




.jxtg_schedule-section {
	width: 100%;
	background: rgba(0,157,153,.5);
	padding: 60px 0;
}
.jxtg_schedule-section dl {
	margin: 20px 0 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	align-items: center;
}
.jxtg_schedule-section dl dt {
	font-size: 26px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	width: 13%;
	margin-right: 2%;
	align-items: bottom;
	color: rgba(255,255,255,.8);
}
.jxtg_schedule-section dl dt span {
	font-size: 45px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	margin-left: 3px;
	color: #FFF;

}
.jxtg_schedule-section dl dd {
	width: 85%;
}
.jxtg_schedule-section dl dd li{
	float: left;
	font-size: 16px;
	padding: 6px 12px 8px;
	background: #FFF;
	border-radius: 8px;
	margin: 5px;
	line-height: 1.5em;
	font-weight: 600;
}
.jxtg_schedule-section dl dd li.jxtg_schedule_main{
	float: none;
	background: rgba(0,157,153,1);
	color: #FFF;
	font-size: 20px;
}



.jxtg_info-section {
	width: 100%;
	padding: 60px 0;
}
.jxtg_info-section dl {
	border-bottom: 1px solid #000;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	align-items: center;
	margin-top: 25px;
	padding-bottom: 25px;
}
.jxtg_info-section dl.first_block {
	border-top: 1px solid #000;
	margin-top: 40px;
	padding-top: 25px;
}
.jxtg_info-section dl dt {
	width: 18%;
	margin-right: 2%;
	font-weight: 600;
}
.jxtg_info-section dl dd {
	width: 80%;
}

.jxtg_entry_text{
	margin:60px 0 15px;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
.jxtg_entry_text span{
	padding-left:10px;
	font-weight:bold;
	color:#FE9410;
}






/*文書文書設定*/

.paragraph{
	display: block;
	margin-bottom: 40px;
	font-size: 16px;
}

.paragraph.white-text{
	color:#fff;
}


.paragraph.text-align-c{
	text-align: center;
}

.paragraph.text-align-l{
	text-align: left;
}



table.table_std{
	border-collapse:collapse;
	width:100%;
	margin-bottom: 20px;
	border: 3px solid #003894;
}


table.table_std th ,table.table_std td {
	border:1px solid #888;
	padding:10px;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:middle;
}

table.table_std.center th ,table.table_std.center td {
	text-align: center;
}

table.table_std th{
	background: rgba(0, 56, 148,.2);
	color:#003894;
	font-weight: 600;
}

table.table_std th a {
	display:block;
	width:100%;
	color:#000;
}


table.table_std th.al_left ,table.table_std td.al_left {
	text-align:left;
}
table.table_std th.al_right ,table.table_std td.al_right {
	text-align:right;
}

table.table_std td.color_cell{
	background: rgba(0, 56, 148,.2);
}


table.table_blue{
	border-collapse:collapse;
	width:100%;
	margin-bottom: 20px;
	border: 3px solid #003894;
}

table.table_blue th ,table.table_blue td {
	border:1px solid #888;
	padding:10px;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:middle;

}

table.table_blue th{
	text-align: center;
	color:#fff;
	background:#1343A0;
}

table.table_blue th.al_center ,table.table_blue td.al_center {
	text-align:left;
}


td.light_blue{
	background: #009DE5!important;
	color:#fff!important;
}
td.light_pink{
	background: #DA398E!important;
	color:#fff!important;
}
td.light_green{
	background: #009B43!important;
	color:#fff!important;
}
td.light_orange{
	background: #E56E44!important;
	color:#fff!important;
}




table.table_std th {
	font-weight:500;
}


table.table_std th a {
	display:block;
	width:100%;
	color:#000;
}



table.table_std th{
	background: rgba(0, 56, 148,.2);
	color:#003894;
}

/*course_settings*/

body.junior table.table_std th {
	background: rgba(0,66,124,.2);
	color:#00427C;
}
body.high table.table_std th {
	background: rgba(111,10,46,.2);
	color:#6F0A2E;
}
.h_oneday_tab01 th {
	background: rgba(111,10,46,.2)!important;
	color:#6F0A2E!important;
}
.h_oneday_tab02 th {
	background: rgba(92, 151, 188,.2)!important;
	color:rgba(92, 151, 188,1)!important;
}
.h_oneday_tab03 th {
	background: rgba(192, 104, 126,.2)!important;
	color:rgba(192, 104, 126,1)!important;
}


table.table_std th.al_left ,table.table_std td.al_left {
	text-align:left;
}

table.table_bb th{
	border-bottom: 1px solid #000;
	padding:20px 12px 12px;
}

table.table_bb td {
	border-bottom: 1px solid #dedede;
	padding:20px 15px 12px;
}



table.table_std_gl{
	border-collapse:collapse;
	width:100%;
	border:3px solid #888;
}
table.table_std_gl th, table.table_std_gl td{
	border:1px solid #888;
	padding:14px 10px;
	font-size:15px;
	color:#000;
	vertical-align:middle;
}
table.table_std_gl th{
	background-color:#EEE;
}




table.table_sdn{
	width:100%;
	border-collapse:separate;
	margin-bottom: 20px;
	background: #efefef;
	padding:50px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}

table.table_sdn tbody{
	background: #FFF;
	width: 100%;
	padding:20px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}

table.table_sdn tbody tr{
	border-bottom: 1px #dfdfdf dotted;
}

table.table_sdn tbody th{
	width: 30%;
	background: #2C285D ;
	color:#fff;
	padding:15px;
	vertical-align:middle;
	border-bottom: 1px dotted #eee;
}

table.table_sdn tbody td{
	background: #fff;
	padding:15px;
	color:#333;
	border-bottom: 1px dotted #333;
}

table.table_sdn tbody tr:last-child th , table.table_sdn tbody tr:last-child td{
	border-bottom: none;
}


@media only screen and (max-width: 768px ) {

table.table_sdn{
	width:100%;
	border-collapse:separate;
	margin-bottom: 20px;
	background: #efefef;
	padding:10px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}
/*
table.table_sdn tbody{
	background: #FFF;
	width: 100%;
	padding:20px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}

table.table_sdn tbody tr{
	border-bottom: 1px #dfdfdf dotted;
}
*/
table.table_sdn tbody th{
	width: 100%;
	background: #2C285D ;
	color:#fff;
	padding:10px;
	vertical-align:middle;
	border-bottom: 1px dotted #eee;
	display: block;
}

table.table_sdn tbody td{
	background: #fff;
	padding:10px;
	color:#333;
	border-bottom: 1px dotted #333;
	display: block;
	width: 100%;
}
/*
table.table_sdn tbody tr:last-child th , table.table_sdn tbody tr:last-child td{
	border-bottom: none;
}
*/
}


/*関連リンク*/
/*a.link_bnr {
	width: 100%;
	display: block;
	text-align: center;
	background: rgba(0,157,153,1) url(../images/link_bnr_icon.png) no-repeat 80% center;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	padding: 35px 0;
	margin: 0 0 20px;
}
a.link_bnr.type02{
	background-color:#000;
}

a.link_btn {
	display: inline-block;
	text-align: center;
	background: rgba(0,157,153,1) url(../images/link_bnr_icon.png) no-repeat right 10px center;
	-webkit-background-size:18px;
	background-size:18px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 35px 15px 15px;
	line-height:1;
}
a.link_btn + a{
	margin-left:10px;
}
a.link_btn span{
	padding-left:10px;
	color:#FE9410;
	font-weight:bold;
}






a[target="_blank"].link_btn::after {
	content:'';
	display:block;
	width:65px;
	height:60px;
	background: url(../images/common/link_btn_icon_window.png) no-repeat center center rgba(128, 188, 249,.8);
	position:absolute;
	top:0px;
	right:0px;
}

a[href$=".pdf"].link_btn::after {
	content:'';
	display:block;
	width:65px;
	height:60px;
	background: url(../images/common/link_btn_icon_pdf.png) no-repeat center center rgba(128, 188, 249,.8);
	position:absolute;
	top:0px;
	right:0px;
}

a.link-underbar{
	border-bottom:2px solid rgba(128, 188, 249,.8);
	padding:0 10px;
}*/

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media all and (max-width: 768px ) {
a.link_btn {
	padding:16px 60px 5px 10px;
	font-size: 14px;
}

}


/*縦書き__settings*/
.vertical-writing{
	line-height: 1.8;
	letter-spacing: 0.03em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.vertical-writing p {
	text-indent: 1em;
	margin-left: 10px;
	padding-bottom:10px;
/*	display: inline-block;*/
}
.vertical-writing ruby {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}




/* カラムレイアウト用 （レスポンシブ時1カラムへ）________________*/
.two_column {
	width: 46% !important;
	float: left;
	margin: auto 2% !important;
}
.three_column {
	width:32% !important;
	float:left;
	margin:auto .6% !important;
}
/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {
	.two_column {
		width:100% !important;
		float:none;
		margin: auto;
	}
	.three_column {
		width:100%;
		float:none;
		margin: auto;
	}
	table.table_std th,
	table.table_std td{
		padding:10px 5px;
	}
}


.img_left {
	float:left;
	margin-right:15px;
	max-width:400px;
}
.img_left_s {
	float:left;
	margin-right:15px;
	max-width:150px;
}

.img_right {
	float:right;
	margin-left:15px;
	max-width:400px;
}

.img_right_s {
	float:right;
	margin-left:15px;
	max-width:150px;
}


.img_center {
	width:100%;
	overflow: hidden;
	text-align: center;
	margin:10px auto 20px;
}


.img_center img , .img_left img , .img_right img , .img_right_s img{
	display: block;
	margin:0 auto;
	max-width:100%;
}

.img_center figcaption , .img_left figcaption , .img_right figcaption , .img_right_s figcaption {
	width:100%;
	padding:4px 10px;
	font-size:12px;
	margin-top:2px;
	text-align:center;
	background-color:#EDEDED;
}
.img_center figcaption span , .img_left figcaption span , .img_right figcaption span , .img_right_s figcaption span {
	font-size:14px;
	margin-top:4px;
}

.img_center div.caption {
	display:inline-block;
	margin-bottom: 20px;
	width:auto;
}

.img_center:after , .img_left:after , .img_right:after , .img_right_s:after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}

.table_res {
/*	overflow-x: inherit;*/
	width: auto;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media all and (max-width: 768px ) {




.img_left , .img_right , .img_right_s {
	float:none;
	margin:0 auto 20px;
	width:70%;
	display: block;
}

.table_res {
	overflow-x:auto;
	width:100%;
/*	border:1px solid #CCC;
	border-bottom:1px solid #444;
	border-right:2px dotted #333;*/
}


}


.photo_list2 li{
	width:48%;
	margin-right:4%;
	float: left;
}

.photo_list3 , .photo_list4 , .photo_list3_circle , .photo_list4_circle{
	margin-bottom: 20px;
}

.photo_list3 li , .photo_list3_circle li{
	width:30%;
	margin-right:5%;
	float: left;
}

.photo_list4 li , .photo_list4_circle li{
	width:21.25%;
	margin-right:5%;
	float: left;

}


.photo_list2 li img , .photo_list3 li img , .photo_list4 li img{
	width: 100%;
}

.photo_list3_circle li img , .photo_list4_circle li img{
	width: 50%;
	height:auto;
	border-radius:50%;
	margin:0 auto;
	display: block;
}


.photo_list2 li:last-child , .photo_list3 li:last-child , .photo_list4 li:last-child , .photo_list3_circle li:last-child , .photo_list4_circle li:last-child{
	margin-right: 0;
}

.photo_list_caption{
	margin-top: 10px;
}

.photo_list_caption__title{
	font-size: 16px;
	font-weight: bold;
	min-height:40px;
	margin-bottom: 15px;
	text-align: center;
}

.photo_list_caption_small{
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.photo_list_caption__text{
	font-size: 14px;
	font-weight: normal;
	min-height:40px;
}
.photo_list_caption__text_title{
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {
.photo_list2 li{
	width:100%;
	margin-right:0;
	float: none;
}


.photo_list3 li , .photo_list3_circle li{
	width:100%;
	margin-right:0;
	float: none;
}

.photo_list4 li , .photo_list4_circle li{
	width:100%;
	margin-right:0;
	float: none;

}

}
/*■TOPへ戻る*/

#page-top{
	position: fixed;
	z-index:10000;
	bottom: 0;
	right: 0;
	display: block;
	color:#FFF;
	background: #007AF3;
	width:100px;
	height:50px;
	padding:5px 0 15px;
	font-size: 18px;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
	padding-top: 25px;
	border-top: 1px solid rgba(255,255,255,.4);
	border-left: 1px solid rgba(255,255,255,.4);
box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}

#page-top:after{
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		-webkit-transform: rotate(315deg);
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
		position: absolute;
		top:15px;
		margin-top: -3px;
		right:50%;
	margin-right: -3px;
}

#page-top a{
	color:#fff;
}

/*PDFリスト*/

.l-pdf-list{
	margin: 40px 0;
}

.pdf__list{

	border-bottom: 1px dotted #000;

}
.pdf__list .img_right{
	float: right;
	margin:0 auto ;
	width:auto;
	display: block;
}


.pdf__list__link{
	display: block;
	padding: 20px 0;
}

.pdf__list__link:hover{
	background: rgba(148,209,202,.4);
}

.pdf__list__link .day{
	color:#94D1CA;
font-family: 'Ropa Sans', sans-serif;
	font-size: 16px;
	margin-right: 10px;
}

/*半角英数_settings*/

.break-word{
word-wrap: break-word;
}

/*未入稿用*/
.dummy_area {
	width:100%;
	height:140px;
	text-align:center;
	background-color:#BEBEBE;
	color:#FFF;
	font-weight: bold;
	padding-top:60px;
}

.dummy_text , .alerts_box{
	position:relative;
	display: block;
}

.dummy_text:before{
	content:"DUMMY";
	color:#fff;
	background: rgba(0,0,0,.4);
	width: 100px;
	height:25px;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	bottom:0;
	margin:-13px 0 0 -50px;
	display: block;
}

.alerts_box:before{
	content:"未入稿";
	color:#fff;
	background: #f00;
	width: 100px;
	height:25px;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	bottom:0;
	margin:-13px 0 0 -50px;
	display: block;
}


.code_sample_title{
	font-weight: bold;
	font-size: 18px;
}
.no-link {
	pointer-events:none;
}

/*募集要項*/
.boshu_chui{
  text-align: right;
}

/*同窓会*/
#alumni .paragraph p a.tel,
#alumni .paragraph p a.email {
	color: #000;
}