@charset "UTF-8";



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

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

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



/* 追加 */
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;
}


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

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

/*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:  #649fd8;
font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding:5px 10px ;
	margin-bottom: 20px;
}
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;
}

table.table_std{
	/*border-collapse:collapse;*/
	border-collapse:separate;
	border-spacing:0px;

	width:100%;
	margin-bottom: 20px;
	border-top: 1px solid #80BCF9;
	border-bottom: 1px solid #80BCF9;
}
table.table_std.high{
	/*border-collapse:collapse;*/
	border-collapse:separate;
	border-spacing:0px;

	width:100%;
	margin-bottom: 20px;
	border-top: 1px solid #3CA055;
	border-bottom: 1px solid #3CA055;
}


table.table_std th ,table.table_std td {
	border-top:1px dotted #80BCF9;
	padding:10px;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:middle;
}
table.table_std.high th ,table.table_std.high td {
	border-top:1px dotted #3CA055;
	padding:10px;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:middle;
}

/*directory__settings*/
.result table.table_std th ,.result  table.table_std td {
	border-top:1px dotted rgba(51, 51, 51, .2);
	padding:10px;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:middle;
}


table.table_std tr:first-of-type th ,
table.table_std tr:first-of-type td {
	border-top: none;
}

table.table_std td span.digit_space {
	padding-left: 1rem; /*日付が一桁の場合の行揃え*/
}

table.table_std th{
	text-align: center;
	background: #BFDEFC;
	color: #649fd8;
	/*font-weight: bold;*/
}
table.table_std.high th{
	text-align: center;
	background: rgba(105, 191, 130,.5);
	color: #3CA055;
	/*font-weight: bold;*/
}
/*directory__settings*/
.result table.table_std th{
	text-align: center;
background: rgba(51, 51, 51, .2);
	color: #666;
	/*font-weight: bold;*/
}



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

table.table_std th.with-line_left{
	border-left:1px dotted #FFF;
}

table.table_std td.with-line_left{
	border-left:1px dotted #80BCF9;
}
table.table_std.high td.with-line_left{
	border-left:1px dotted #3CA055;
}
/*directory__settings*/
.result table.table_std th.with-line_left{
	border-left:1px dotted #FFF;
}

.result table.table_std td.with-line_left{
	border-left:1px dotted rgba(51, 51, 51, .2);
}



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

table.table_std td.color_cell{
	background: rgba(128, 188, 249,.2);
}

/*directory__settings*/
.result table.table_std , .about table.table_std , .information table.table_std{
	/*border-collapse:collapse;*/
	border-collapse:separate;
	border-spacing:0px;

	width:100%;
	margin-bottom: 20px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

.information table.table_std th ,.information table.table_std td , .about table.table_std th ,.about table.table_std td {
	border-top:1px dotted #333;
	padding:10px;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:middle;
}

.information table.table_std th , .about table.table_std th{
	text-align: center;
	background: rgba(51, 51, 51, .2);
	color: #333;
}



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

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.al_center ,table.table_blue td.al_center {
	text-align:left;
}

/* ----- table ----- */
.table-01,.table-02 {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-01 th,.table-02 th {
    padding: .4em;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}

.table-01 td,.table-02 td {
    padding: 0.4em 1em;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.table-02 tr td {
	text-align: center;
	vertical-align: middle;
}

.table-02 tr td:first-child {
	text-align: left;
}

.table-02 tr td:last-child {
	background: #BFDEFC;
}



/*関連リンク*/

a.link_btn {
	display:block;
	width:100%;
	min-height:60px;
	padding:17px 100px 0 40px;
	/*background: rgba(90,190,210,.8);*/
	background: rgba(60, 160, 85,.4);
	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.high {
	display:block;
	width:100%;
	min-height:60px;
	padding:17px 100px 0 40px;
	/*background: rgba(90,190,210,.8);*/
	background: rgba(60, 160, 85,.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: url(../images/link_btn_icon.png) no-repeat center center rgba(60, 160, 85,.8);
	position:absolute;
	top:0px;
	right:0px;
}
a.link_btn.high::after {
	content:'';
	display:block;
	width:65px;
	height:60px;
	background: url(../images/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: url(../images/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/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;
}


/* 追加 以上*/

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 {
	text-align: right;
}

h2.content_title.left {
	text-align: left;
}
h2.content_title span {
	display: inline-block;
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: .05em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	margin-bottom: 20px ;
	padding: 10px;
	color: #fff;
	background: #9e9e9f;
}
h2.content_title .en_title {
	display: block;
	font-size: 32px;
	padding: 0;
	color: #000;
	text-shadow: 1px 1px 3px #FFF;  
	background: none;
}

h2.content_title_welfare {
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: -80px 0 80px 15%;
width: 85%;
background: #FFF;
/* color: #009D99; */
padding: 10px 40px;
text-align: center;
}
h2.content_title_information {
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: -80px 0 80px 15%;
width: 85%;
background: #FFF;
/* color: #009D99; */
padding: 10px 40px;
text-align: center;
}



h3.section_title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #FFF;
	text-align: center;
	background: #649fd8;

background:-webkit-gradient(linear, left top, right bottom, from(#cacaca), to(#a5a5a5));
background:-webkit-linear-gradient(left top, #cacaca, #a5a5a5);
background:-moz-linear-gradient(left top, #cacaca, #a5a5a5);
background:-o-linear-gradient(left top, #cacaca, #a5a5a5);
background:linear-gradient(to right bottom, #cacaca, #a5a5a5);

	line-height: 75px;
}
h3.section_title.junior {
	background:-webkit-gradient(linear, left top, right bottom, from(#649FD8), to(#5078B9));
	background:-webkit-linear-gradient(left top, #649FD8, #5078B9);
	background:-moz-linear-gradient(left top, #649FD8, #5078B9);
	background:-o-linear-gradient(left top, #649FD8, #5078B9);
	background:linear-gradient(to right bottom, #649FD8, #5078B9);
}
h3.section_title.high {
	background:-webkit-gradient(linear, left top, right bottom, from(#69BF82), to(#3CA055));
	background:-webkit-linear-gradient(left top, #69BF82, #3CA055);
	background:-moz-linear-gradient(left top, #69BF82, #3CA055);
	background:-o-linear-gradient(left top, #69BF82, #3CA055);
	background:linear-gradient(to right bottom, #69BF82, #3CA055);
}

h3.section_title + .paragraph {
	margin-top: 50px;
}


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:50px 0 40px;
	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: #FFF;
}
.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 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 45px;
	padding-bottom: 10px;
	position: relative;
}
h4.section_read::after {
	content: '';
	width: 10px;
	height: 3px;
	border-bottom: 3px solid #000;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -5px;
}
/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {
	h2.content_title ,
	h2.content_title_welfare ,
	h2.content_title_information {
		font-size: 20px;
		margin: 0 5% 20px;
		width: 90%;
		line-height: 1.5em;
		padding: 8px 10px;
	}

	h3.section_title {
		font-size: 18px;
		margin:-90px auto 40px;
		line-height: 1.2;
		padding: 16px 0;
		min-height: 55px;


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


	h4.people_section_title {
		font-size: 20px;
		text-align: center;
		margin:15px 0 -50px;
		padding: 35px 20px 70px;
		position: relative;
		background: #FFF;
		z-index: 0;
	}
	h4.people_section_title.workstyle::after {
		content: 'work style';
		font-size: 12px;
		letter-spacing:0;
		top: 8px;
		right: 5px;
		width: 100%;
		text-align: right;
	}
	h4.people_section_title.lifestyle::after {
		content: 'life style';
		font-size: 12px;
		letter-spacing:0;
		top: 8px;
		right: 5px;
		width: 100%;
		text-align: right;
	}


	h3.section_title + .paragraph {
		margin-top: 0;
	}

}




.top_block {
	width: 100%;
	height:65vh;
	position: relative;
}

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

.top_block {
	height:90vh;
}

}
.top_block h2.content_title {
	position: absolute;
	right: 5%;
	bottom: 70px;
	margin-right: 0;
}

h2.content_title span{
	font-size: 32px;
}

h2.content_title .en_title{
	font-size: 20px;
}

.top_block h2.content_title.left {
	position: absolute;
	left: 80px;
	bottom: 70px;
}
@media screen and (max-width: 768px ) {
	.top_block h2.content_title.left {
	position: absolute;
	left: 0;
	right:0;
	bottom: 70px;
	width: 100%;
}
}


.content_section {
	background: #fff;
	width: 90%;
	margin: 0 auto 50px;
	position: relative;
	padding:50px;
	/*min-width:1000px;*/
}

.content_section.no-bg {
	background: none;
}
.content_section h3.section_title {
	width: 96%;
	position: absolute;
	top: -35px;
	left: 2%;
}

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

	.content_section {
		padding:50px 20px;
	}

	.content_section h3.section_title {
		top: -10px;
	}


}


.content_inner{
	/*min-width:900px;*/
	max-width:1200px;
	margin:0 auto;
}

.gray_content_full{
	padding: 50px 0;
	background: rgba(102,102,102,.8);
	margin-bottom: 100px;
}



.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_section {
	min-width:auto;
}
	.content_inner {
		width: 100%;
		margin: 0 auto;
		min-width: inherit;
		max-width: inherit;
		position: relative;
		padding: 0 20px;
	}
	.content_section > .content_inner:first-child {
		margin: 20px auto 0;
	}

	.read_text_content {
		width: 100%;
		margin: 0 auto 40px;
	}

}




.indent_box {
	display: table;
	font-size: 100%;
	line-height: 1.5;
}
.indent_box span {
	display: table-cell;
	min-width: 1.2em;
}
em {
	font-style: normal;
	font-weight: bold;
}




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





.suiryo_point-section {
	width: 100%;
	background: rgba(234,236,236,1);
	padding: 60px 0;
}
.suiryo_point  {
	margin: 20px 0;
}
.suiryo_point li {
	width: 100%;
	background: #000;
	padding: 40px 25px;
	color: #FFF;
	margin-bottom: 15px;
}
.suiryo_point li dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}
.suiryo_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%;
}
.suiryo_point li dl dd{
	width: 67%;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.8em;
}




.suiryo_schedule-section {
	width: 100%;
	background: rgba(0,157,153,.5);
	padding: 60px 0;
}
.suiryo_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;
}
.suiryo_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);
}
.suiryo_schedule-section dl dt span {
	font-size: 45px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	margin-left: 3px;
	color: #FFF;

}
.suiryo_schedule-section dl dd {
	width: 85%;
}
.suiryo_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;
}
.suiryo_schedule-section dl dd li.suiryo_schedule_main{
	float: none;
	background: rgba(0,157,153,1);
	color: #FFF;
	font-size: 20px;
}



.suiryo_info-section {
	width: 100%;
	padding: 60px 0;
}
.suiryo_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;
}
.suiryo_info-section dl.first_block {
	border-top: 1px solid #000;
	margin-top: 40px;
	padding-top: 25px;
}
.suiryo_info-section dl dt {
	width: 18%;
	margin-right: 2%;
	font-weight: 600;
}
.suiryo_info-section dl dd {
	width: 80%;
}

.suiryo_entry_text{
	margin:60px 0 15px;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
.suiryo_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;
}
.content_inner > .paragraph:last-child {
	margin-bottom: 0;
}


/*list_settings*/

.list_square{
	padding-left: 25px;
}

.list_square li {
	position: relative;
	margin-bottom: 5px;
}

.list_square li::after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1.5em;
	width: 8px;
	height: 8px;
	background-color: rgba(50,50,50,1);
}


.list_chk{
	padding-left: 20px;
}


.list_chk li {
	position: relative;
}
.list_chk li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid rgba(0, 175, 135,1);
	border-left: 2px solid rgba(0, 175, 135,1);
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


ol.list_number{
	padding-left: 1em;
}
ol.list_number li{
	margin-left: 0.7em;
}









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


/*table.table_std th ,table.table_std td {
	display: block;
	padding: 10px 20px;
	font-size: 15px;
}

table.table_std th{
	background: #009D99;
	color:#FFF;
	font-size: 16px;
}
.container_grey_wrap table.table_std th{
	background: #FFF;
	color:#009D99;
	padding: 8px 20px;
}

table.table_std td a{
	text-decoration: underline;
}

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

table.table_std th.with-line_left{
	border-left:1px dotted #FFF;
}

table.table_std td.with-line_left{
	border-left:1px dotted #FFF;
}
.container_grey_wrap table.table_std td.with-line_left{
	border-left:1px dotted #009D99;
}


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

table.table_std td.color_cell{
	background: rgba(128, 188, 249,.2);
}*/


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


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:5px 40px 5px 10px;
}

}


/*縦書き__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:49% !important;
	float:left;
	margin: auto .5% !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;
	}
}


.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;*/
	}

	.table_res table.table_std {
		min-width:500px;
	}


}


.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:  #649fd8;
	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 , .comingsoon_box{
	position:relative;
	display: block;
}
.comingsoon_box{
	pointer-events: none;
}


.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;
}

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


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