@charset "UTF-8";
/* CSS Document */

/*==========================
	余白・サイズ
==========================*/

.pt5 { padding-top:5px !important}
.pt10 { padding-top:10px !important}
.pt20 { padding-top:20px !important}
.pt30 { padding-top:30px !important}
.pt40 { padding-top:40px !important}

.mt5 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}

.mb00 { margin-bottom:0 !important;}
.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}

.ml10 { margin-left:10px !important;}
.ml20 { margin-left:20px !important;}
.ml30 { margin-left:30px !important;}
.ml40 { margin-left:40px !important;}

.mr20 { margin-right:20px !important;}
.mr30 { margin-right:30px !important;}
.mr40 { margin-right:40px !important;}

.mauto {
	margin-left:auto;
	margin-right:auto;
}

.w20p { width:20% !important;}

/*==========================
	テキスト
==========================*/

.subtxt { font-size:75%;}

/* font-family */
.josefin {
font-family: 'Josefin Sans', sans-serif !important;
font-weight:normal !important;
}
.miso {
font-family: 'Miso', sans-serif !important;
font-weight:normal !important;
}

.lh13 { line-height:1.3em;}

/* font-size */
.font68 { font-size:0.68em;}
.font75 { font-size:0.75em;}
.font88 { font-size:0.88em;}
.font112 { font-size:1.12em;}
.font120 { font-size:1.2em;}
.font130 { font-size:1.3em;}
.font150 { font-size:1.5em;}
.font180 { font-size:1.8em;}
.font200 { font-size:2em;}

.underline { text-decoration:underline;}

.under p {	margin-bottom:1em;}

.strong { font-weight:bold;}

/* color */
.color01 { color:#4497e4;}
.color02 { color:#d82341;}
.color03 { color:#ff8a00;}
.color04 { color:#ef7790;}
.color05 { color:#f07100;}
.attention {color:#d20303;}


/* 位置 */
.txtcenter { text-align:center !important;}
.txtright {	text-align:right !important;}
.txtleft { text-align:left !important;}

.fl { float:left;}
.fr { float:right;}

/*==========================
	画像
==========================*/

img.alignright ,
img.alignleft {
	margin-bottom:15px;
}

img.photo{
    max-width: 100%;
    width: auto;
	border:3px solid #fff;
	box-sizing:border-box;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);
	box-shadow:1px 1px 1px rgba(0,0,0,.2);
}
img.photo_h{
    width:100%;
	max-width:30%;
	border:3px solid #fff;
	box-sizing:border-box;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);
	box-shadow:1px 1px 1px rgba(0,0,0,.2);
}

@media all and (max-width: 600px) {
img.photo_h{
	max-width:70%;
}
}

.txtcenter img {
	display:inline-block !important;
}
.oc .img_wrap img{
    max-width: 100%;
    width: auto;
}

.img50 {
	width:50%;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
	display:inline-block;
}
.img25 {
	width:25%;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
	display:inline-block;
}
.imgs_box { padding:0 7px; line-height:1.3em;}
.imgs_box img{ margin-bottom:10px;}
.imgw250 {
	width:250px;
	max-width:35%;
	float:right;
	margin-left:20px;
}
#contents .img_size img {
	max-width:100%;
	width:auto;
}
.imglist img {
	vertical-align:top;
	margin-bottom:20px;
}

.facili_block {
	max-width:100%;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.facili_block img {
	max-width:99%;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
}
img.widthauto {
	width:auto;
	max-width:100%;
}
.img_marker_s {
	width:300px;
	box-sizing:border-box;
	padding:10px 20px;
	vertical-align:top;
	display:inline-block;
}
.img_marker_m {
	width:350px;
	box-sizing:border-box;
	margin:0 5px;
	padding:10px;
	vertical-align:top;
	display:inline-block;
}
.img_flow01 {
	width:350px;
	box-sizing:border-box;
	margin:0 5px;
	padding:10px;
	vertical-align:top;
	display:inline-block;
}
.img_flow02 {
	width:550px;
	box-sizing:border-box;
	margin:0 5px;
	padding:0px 10px 10px 0px;
	vertical-align:top;
	display:inline-block;
}
.img_flow03 {
	width:450px;
	box-sizing:border-box;
	margin:0 5px;
	padding:0px 10px 10px 0px;
	vertical-align:top;
	display:inline-block;
}
.img_icon {
	width:30px;
	box-sizing:border-box;
	margin:0px 10px 10px;
	vertical-align:bottom;
	display:inline-block;
}
.img_icon_config {
	width:70px;
	box-sizing:border-box;
	margin:0px;
	display:inline-block;
}

/*==========================
	ページ内リンク
==========================*/

#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10
 {
	margin-top:-85px;
	padding-top:85px;
}

/*他リンク*/
.externallink {
	position:relative;
	display:inline-block;
	color:#041861;
	text-decoration:underline;
}
.externallink::after{
	position:absolute;
	content:"";
	background:url(../img/icon_externallink.png) center;
	background-size:100%;
	width:15px;
	height:15px;
	top:4px;
	right:-20px;
	text-decoration:none;
	border:none;
}

a.anc_link{
  color : #f07100;
  transition: color 0.3s;
}

a.anc_link:hover{
  color : #ff7043;
}

a.link{
  color : #e13474;
  transition: color 0.3s;
  text-decoration:underline;
}

a.link:hover{
  color : #e13474;
  text-decoration:none;
}


/*==========================
	見出し
==========================*/
h2,h3,h4,h5,h6 {
	line-height:1.2em;
}

.page_title h2 {
	font-size:26px;	
}
.under .h3_wrap h3 {
	font-size:24px;
	padding:4.6em 0 1.45em;
	text-align:center;
	background:#959595;
	color:#FFF;
}
/* h3 */

/* h4 */
.h4title {
	margin-top:50px;
	color:#636363;
	font-weight:bold;
	border-left:5px solid #7ec1ff;
	padding-left:12px;
	line-height:1.2em;
	margin-bottom:20px;
	font-size:19px;
}
.bordertitle {
	font-size:22px;
	padding:0.7em ;
	border-bottom:1px solid #4497e4;
	border-top:1px solid #4497e4;
	width:533px;
	max-width:100%;
	margin:0 auto 1.2em;
	box-sizing:border-box;
	color:#4497e4;
}

.h4title02 {
	background:#000;
	padding:10px 10px 10px 15px;
	color:#fff;
	font-size:20px;
}

/* h5 */

.h5title {
	font-size:18px;
	color:#4497e4;
	border-bottom:1px dashed#bcbcbc;
	padding:6px 0 6px;
	margin-bottom:15px;
}

/* h6 */
.h6title {
	background:#e0f0ff;
	padding:8px 10px;
	margin-bottom:13px;
	font-size:16px;
	font-weight:bold;
	color:#6b6b6b;
	display:inline-block;
}
.h6title02 {
	background:#7fd381;
	padding:8px 10px;
	margin-bottom:13px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
}

/* title */

.colortitle {
	color:#7fd381;
	font-size:19px;
	padding-top:10px;
	margin-bottom:3px;
}
.colortitle_orange {
	color:#f07100;
	font-size:19px;
}

/* span */

.decimal_figure {
	background:#7ec1ff;
	height:21px;
	width:21px;
	line-height:21px;
	text-align:center;
	color:#fff;
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	margin:0 5px
}

.decimal_figure02 {
	background:#7ec1ff;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#fff;
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
	padding:0 0.8em;
}

/*==========================
	LIST
==========================*/

/* ul01 */
ul.ul01 { margin-bottom:10px;}
ul.ul01 > li {
	position: relative;
	padding: 8px 0 8px 22px;
}
ul.ul01 > li:before {
	content: "";
	position: absolute;
	background: #7ec1ff;
	top: 12px;
	left: 0;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}
ul.ul01 li a {
	color: #4497e4;
	text-decoration:underline;
}
/* ul02 */
ul.ul02 { margin-bottom:10px;}
ul ul.ul02,
ol ul.ul02 { margin-bottom: 0; padding-top:10px;}
ul.ul02 > li {
	position: relative;
	padding: 0px 0 0px 12px;
	margin-bottom:0.2em;
}
ul.ul02 > li:before {
	content: "";
	position: absolute;
	background: #7ec1ff;
	top: 10px;
	left: 0;
	height: 4px;
	width: 4px;
	border-radius: 50%;
}

/* ul03 */
ul.ul03 { margin-bottom:10px;}
ul.ul03 > li {
	position: relative;
	padding: 8px 78px 8px 22px;
	float:left;
}
ul.ul03 > li:before {
	content: "";
	position: absolute;
	background: #7ec1ff;
	top: 12px;
	left: 0;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}
ul.ul03 li a {
	color: #4497e4;
	text-decoration:underline;
}


/* 数字 */
ol.ol_decimal01 {
	margin-bottom:10px;
	counter-reset:ol_decimal01;
}
ol.ol_decimal01 > li {
	position:relative;
	padding:8px 0 8px 32px;
}
ol.ol_decimal01 > li::before {
	position:absolute;
	counter-increment: ol_decimal01;
	content: counter(ol_decimal01);
	background:#7ec1ff;
	height:21px;
	width:21px;
	line-height:21px;
	text-align:center;
	color:#fff;
	font-size:16px;
	display:block;
	top:8px;
	left:0;
}

ol.ol_decimal02 {
	margin-bottom:10px;
	counter-reset:ol_decimal02;
}
ol.ol_decimal02 > li {
	padding:8px 0 8px 30px;
	position:relative;
}
ol.ol_decimal02 > li::before {
	position:absolute;
counter-increment: ol_decimal02;
content: '（'counter(ol_decimal02)'）';
top:8px;
left:0;
color:#4497e4;
}

ol.ol_decimal3 {
	margin-bottom:10px;
	counter-reset:ol_decimal02;
}
ol.ol_decimal03 > li {
	padding:8px 0 8px 30px;
	position:relative;
}
ol.ol_decimal03 > li::before {
	position:absolute;
counter-increment: ol_decimal02;
content: '（'counter(ol_decimal02)'）';
top:8px;
left:0;
}
ol.ol_decimal01 ol.ol_decimal02 {
	margin-bottom:0;
}

h5.decimal {
	position:relative;
	padding:8px 0 8px 32px;
}
h5.decimal span.decimal_figure {
	position:absolute;
	top:0;
	left:0;
}

/*==========================
	TABLE
==========================*/

.border-table {
	border:1px solid #d4d4d4 ;
}
.border-table th,
.border-table td {
	text-align:center;
	padding:10px;
	border:1px solid #d4d4d4 ;
	vertical-align:middle;
}
.border-table thead th {
	background:#cdcdcd;
}
.border-table thead tr.bgtd th{
	background:#cdcdcd;
	color:#fff;
}
.border-table thead tr.bgtd > th { width:38%}
.border-table thead tr.bgtd > th:first-child { width:24%}
.border-table thead tr.bgtd > th:nth-child(2n),
.border-table thead tr th.bg01 {	background:#ffaaaa;}
.border-table thead tr.bgtd > th:nth-child(3n),
.border-table thead tr th.bg02 {	background:#7ec1ff;}
.border-table tbody th {	background:#eaeaea;}
.border-table tbody td {	background:#fff;}
.border-table tbody tr.bgtd > td {	background:#e3f2ff;width:38%}
.border-table tbody tr td.bg01 {	background:#e3f2ff}
.border-table tbody tr.bgtd > td:first-of-type {	background:#fff0f0;width:38%}
.border-table tbody tr td.bg02 {background:#fff0f0;}
.border-table tbody td.bg { background:#fff0f0;}
.border-table tbody th.bg { background:#ffaaaa;}
.border-table tbody tr.bg td { background:#fff0f0;}
.border-table tbody tr.bg th { background:#ffcfcf;}

.border-table thead tr th.bg03 {background:#eefbdb;}
.border-table tbody tr td.bg03 {background:#eefbdb;}
.border-table thead tr th.bg04 {background:#fff1c7;}
.border-table tbody tr td.bg04 {background:#fff1c7;}
.border-table thead tr th.bg05 {background:#ffe1cd;}
.border-table tbody tr td.bg05 {background:#ffe1cd;}
.border-table thead tr th.bg06 {background:#eaeaea;}
.border-table tbody tr td.bg06 {background:#eaeaea;}
.border-table tbody tr th.bg07 {background:#d2e9ff;}

.border-table tbody tr th.bg08 {background:#eefbdb;}
.border-table tbody tr th.bg09 {background:#fff1c7;}
.border-table tbody tr th.bg10 {background:#ffe1cd;}

.history-table {
	width:100%;
	margin-bottom:10px;
}
.history-table th,
.history-table td {
	padding:10px;
	border:2px solid #fff ;
	vertical-align:middle;
	text-align:left;
}
.history-table thead th {
	background:#7ec1ff;
	color:#fff;
}
.history-table th {
	background:#d2e9ff;
}
.history-table td {
	background:#ebf5ff;
}
.history-table.txtcenter th,
.history-table.txtcenter td {
	text-align:center;
}

.border-table.w100 {
	width:100%;
}
.border-table.w100 thead th {
	background:#d2e9ff;
}

.history-table02 {
	width:100%;
	margin-bottom:10px;
}
.history-table02 th,
.history-table02 td {
	padding:10px;
	border-bottom:1px solid #a7a7a7 ;
	vertical-align:middle;
	text-align:left;
	background:#fff;
}
.history-table02 tr:nth-child(2n) th,
.history-table02 tr:nth-child(2n) td {
	background:#f1f8ff;
}
.history-table02 th {
	color:#4497e4;
}



/*==========================
	ボタン
==========================*/

.btn-style  {
	text-align:center;
}
.btn-style a {
	display:inline-block;
	line-height:40px;
	padding:0 3.5em 0 2.5em;
	color:#fff;
	background:#000;
	position:relative;
	font-size:17px;
	letter-spacing:1px;
} 
.btn-style a::after {
	display: block;
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	right: 1.5em;
	margin: -7px 0 0 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-style02 a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #4497e4;
    box-sizing: border-box;
    color: #4497e4;
    display: block;
    font-family: Osaka,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 1.5em 0 1em;
    position: relative;
    text-shadow: none;
    width: 260px;
	text-align:center;
}
.btn-style02 a::after {
    border-right: 1px solid #4497e4;
    border-top: 1px solid #4497e4;
    content: "";
    display: block;
    height: 10px;
    margin: -5px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}

.btn-style03 a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    padding: 0.7em 1em;
    position: relative;
    width: 315px;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.btn-style03 a::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 16px;
    margin: -8px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
    width: 16px;
}

/*==========================
	block
==========================*/

.bgblock {
	border:1px solid #ccc;
	background:#fff;
	padding:20px;
}

.bg_note {
	background:url(../img/training_ws/note_bg.png)no-repeat;
	padding:80px 30px 15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:170px;
	max-width:70%;
	height:auto;
	font-size:19px;
}

.bg_note >p {
	line-height:230%;
	text-indent:1em;
}
@media screen and (max-width: 600px) {/* スマホ600px */
.bg_note {
	max-width:100%;
	margin-bottom:50px;
}
}


.shadow-style a {
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* 幅 */
.w755 {
	width:755px;
	max-width:100%;
}

.msg_block .col_img { text-align:center;line-height:1.4em; margin-bottom:20px;}
.msg_block .col_img img { width:auto; max-width:100%; margin:0 auto;}
.msg_block .col_txt {	line-height:2em; letter-spacing:0.05em; margin-bottom:20px;}
.msg_block .txt {
	display:inline-block;
	padding:8px 0 5px;
	margin-bottom:5px;
	min-width:100px;
	
}
.msg_block h5 {	font-size:22px; margin-bottom:12px;}
.msg_block .graduate h5 {	color:#fe8585;}
.msg_block .student h5 {	color:#4497e4;}
.msg_block .graduate .txt {    border-bottom: 1px solid #ffc9c9;}
.msg_block .student .txt {    border-bottom: 1px solid #7ec1ff;}

.ws_msg_block{width:70%;margin-left:auto;margin-right:auto;}
.ws_msg_block .col_img { text-align:center;line-height:1.4em; margin-bottom:20px;}
.ws_msg_block .col_l.col_img {text-align:center;line-height:1.4em; margin-bottom:20px;width:30%;}
.ws_msg_block .col_r.col_img {text-align:center;line-height:1.4em; margin-bottom:20px;width:30%;}
/*.ws_msg_block .col_img img { width:auto; max-width:100%; margin:0 auto;}*/
.ws_msg_block .col_img img { width:100%; max-width:180px; margin:0 auto;}

.ws_msg_block .col_l.col_txt {line-height:2em; letter-spacing:0.05em; margin-bottom:20px;width:70%;padding:0 20px;text-indent:1em;}
.ws_msg_block .col_r.col_txt {line-height:2em; letter-spacing:0.05em; margin-bottom:20px;width:70%;padding:0 20px;text-indent:1em;}


@media screen and (max-width: 900px) {
.ws_msg_block{width:100%;}

.under .h3_wrap h3 {
	padding:4.2em 0 1.45em;
}	
}

@media screen and (max-width: 600px) {/* スマホ600px */
.ws_msg_block .col_l.col_img {width:100%;}
.ws_msg_block .col_r.col_img {width:100%;}
.ws_msg_block .col_l.col_txt {line-height:2em; letter-spacing:0.05em; margin-bottom:20px;width:100%;padding:0;}
.ws_msg_block .col_r.col_txt {line-height:2em; letter-spacing:0.05em; margin-bottom:20px;width:100%;padding:0;}
}


.ws_msg_block .txt {
	display:inline-block;
	padding:8px 0 5px;
	margin-bottom:5px;
	min-width:100px;	
}
.ws_msg_block .grad .txt {border-bottom: 1px solid #7ec1ff;}


.topics_wrap .imgblock {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	max-width:100%;
	text-align:center;
}
.topics_wrap li {
	box-sizing:border-box;
	padding:10px;
	display:inline-block;
	vertical-align:top;
}

.pdf,.word{
	position:relative;
}
.pdf::after,
.word::after {
	position:absolute;
	content:"";
	top:0;
	right:0;
	margin-right:-22px;
	width:16px;
	height:16px;
	background-image:url(../img/pdf.png) ;
	background-size: 100%;
	background-position:center;
}
.word::after  {
	background-image:url(../img/word.png);
}

.facili_img .col_l,
.facili_img .col_r { margin-right:0; padding:10px; text-align:center;}
.facili_img .img2_wrap { vertical-align:top;}
.facili_img .img2_wrap img{ display:inline-block; width:auto; max-width:100%; margin-bottom:5px;}
.facili_photo { font-size:18px;}



.facili_img01 .col_l,
.facili_img01 .col_r,
.facili_img02 .col_l,
.facili_img02 .col_r{
	display:inline-block;
	vertical-align:middle;
	float:none;
}

.number {
	display:inline-block;
	width:22px;
	height:22px;
	line-height:22px;
	border-radius:50%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background:#000;
	margin-right:5px
}
.facili_img01 .facili_photo,
.facili_img02 .facili_photo {
	padding-top:40px;
	background:url(../img/icon_camera.png) no-repeat center top ;
}

.icon {
	float:right;
	line-height:1.2em;
	padding:2px ;
	background:#ffa5a5;
	color:#fff;
	letter-spacing:0.1em;
	font-size:14px;
	width:6em;
	text-align:center;
	margin-top:4px;
}
.icon_exam {
	background:#84d664;
}
.icon_event {
	background:#83beec;
}
.col4 {
	float:left;
	width:25%;
}
@media all and (max-width: 1100px) {/* 横幅がいっぱいになったら */

.btn-style a { font-size:16px;}

.page_title h2,
.under .h3_wrap h3 { padding-left:10px; padding-right:10px;}

}
@media all and (min-width: 601px)  {/* スマホ直前まで */
.sp { display:none !important;}

.alignright,img.alignright {
	float:right;
	margin-left:15px;
	width:35%;
}

/* yamamoto 20170404 edit */
.alignright .port {
	margin:15px 25% 0 0;
	width:50%;
	float:right;
}
/* yamamoto 20170404 edit */

.alignleft,img.alignleft {
	float:left;
	margin-right:15px;
	width:35%;
}

.img3 {
	display:inline-block;
	width:33.3%;
	padding:15px;
	box-sizing:border-box
}
.img2_wrap .img2
.img2_wrap {
	padding:0 7px;
}
.img2_wrap .img2 {
	max-width:50% ;
	box-sizing:border-box;
	padding:10px;
	display:inline-block;
	width:auto;
}
.img3_wrap {
	padding:0 7px;
}
.img3_wrap .img3 {
	max-width:33.3% ;
	box-sizing:border-box;
	padding:10px;
	display:inline-block;
	width:auto;
}


.col_1{
	margin-left:auto;
	margin-right:auto;
}
.col_1 > div{
	width: 100%;
}

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 48%;
	padding:1%;
}
@media screen and (max-width: 600px) {	
.col_2 > div{
	width: 100%;
}
}

.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 31.3%;
	padding:1%;
}
@media screen and (max-width: 600px) {
.col_3 > div{
	width: 100%;
}
}


.facili_block .col_l { width:58%;}
.facili_block .col_r { width:38.5%;}

.curriculum .img2_wrap img {
	max-width:48%;
	margin-right:0;
}
.curriculum .img2_wrap img:first-child {
	margin-right:2%;
}
.pcw20p { width:20% !important;}

/*==========================
	余白
==========================*/

.pcmr30 { margin-right:30px;}

.plr7 { padding-left:7px; padding-right:7px;}

.pcfl { float:left;}
.pcfr { float:right;}

.pcw80 {
	width:800px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.pcw70 {
	width:70px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.imgpcw250 {
	width:250px;
	max-width:35%;
	float:right;
	margin-left:20px;
}

/*==========================
	block
==========================*/
.col_l,
.col_c,
.col_r,
.col4 {
	box-sizing:border-box;
}

.col_l { float:left;}
.col_c { float:left;}
.col_c02 { float:none;max-width:48%;}
.col_c03 { float:none;max-width:80%;}
.col_r { float:right;}

.col4 {
	float:left;
	width:25%;
}

.msg_block .col_img {
	width:20%;
}
.msg_block .col_txt {
	width:76.5%;
}

.ws_msg_block .col_img {
	width:20%;
}
.ws_msg_block .col_txt {
	width:76.5%;
}

.topics_wrap .img2 { width:50%;}
.topics_wrap .img3 { width:33.3%;}
.topics_wrap .img4 { width:25%;}
.topics_wrap .img3-1 { width:36.7%;}
.topics_wrap .img3-2 { width:63.1%;}

.curriculum .col_l,
.curriculum .col_r{
	width:48%;
}

.historyimg_wrap .col_l,
.historyimg_wrap .col_r{
	width:48%;
	text-align:left;
}
.inlineimg {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.inlineimg img {
	display:inline-block;
}
.historyimg_wrap .col_l {
	padding-top:4%;
}

.facili_img .col_l,
.facili_img .col_r { 
width:50%;
margin-right:0; 
padding:40px 10px 10px; 
text-align:center;
}

.facili_img01 .facili_photo,
.facili_img02 .facili_photo,
.facili_img02 .col_r {
	width:45%;
}
.facili_img01 .facili_photo img,
.facili_img02 .facili_photo img {
	display:inline-block !important;
	width:auto;
	max-width:100%;
}

.facili_img01 .col_l { width:57%; margin:0;}
.facili_img01 .col_r { width:41%;}

}
@media all and (min-width: 601px)  and (max-width: 1100px) {/* 横幅がいっぱい〜tabletまで */
}
@media screen and (min-width: 601px)  and (max-width: 768px) {/* tabletだけ */
}
@media all and (max-width: 600px) {
.pc { display:none !important;}
}
@media screen and (max-width: 600px) {/* スマホ600px */

.under .h3_wrap h3 {
	padding:5.1em 0 1.45em;
}
.col4 {
	float:none;
	width:100%;
}

.page_title {
	font-size:22px;
}

.btn-style a { font-size:14px;}

img.alignright, img.alignleft {
	margin-left:auto;
	margin-right:auto;
}

/* yamamoto 20170404 edit */
.alignright .port {
	margin:15px auto 0px;
	width:50%;
}
/* yamamoto 20170404 edit */

.imgpcw250 {
	margin-left:auto;
	margin-right:auto;
}
.img50,
.img25 {    padding: 5px;}

.imglist img {
	padding:5px;
}

.sp_table_wrap {
	overflow-x:auto;
}
.sp_table_wrap table {
	width:640px;
	max-width:inherit;
}
.sp_table_wrap table.mw460 {
	width:500px;
}

.spblock {
	display:block;
}

.facili_block .col_l { margin-bottom:30px;}

.curriculum .img2_wrap img { margin-bottom:20px;}
.curriculum_block .col_l,.curriculum_block .col_r{
	overflow:hidden;
}
.historyimg_wrap .col_l { margin-bottom:20px;}

.facili_photo .col_l { margin-bottom:20px;}

.facili_img01 .col_l { margin-bottom:20px;}

.history-table02 {
}
.history-table02 th,
.history-table02 td {
	display:block;
}
.facili_img01 .col_l,
.facili_img02 .col_l { margin-bottom:30px;}

.certificate .border-table {
	width:100%;
	margin-bottom:20px;
}


.border-table thead tr.bgtd > th { width:24%}
.border-table thead tr.bgtd > th:first-child { width:24%}
.border-table02 thead tr.bgtd > th:nth-child(2n),
.border-table thead tr th.bg01 {	background:#7ec1ff;}
.border-table thead tr.bgtd > th:nth-child(3n),
.border-table thead tr th.bg02 {	background:#7ec1ff;}
.border-table tbody th {	background:#eaeaea;}
.border-table tbody td {	background:#fff;}
.border-table02 tbody tr.bgtd > td {	background:#e3f2ff;width:auto}
.border-table tbody tr td.bg01 {	background:#e3f2ff}
.border-table02 tbody tr.bgtd > td:first-of-type {	background:#e3f2ff;width:38%}
.border-table tbody tr td.bg02 {background:#fff0f0;}
.border-table tbody td.bg { background:#fff0f0;}
.border-table tbody th.bg { background:#ffaaaa;}
.border-table tbody tr.bg td { background:#fff0f0;}
.border-table tbody tr.bg th { background:#ffcfcf;}



/* ul03 */
ul.ul03 > li {
	padding: 8px 100px 8px 22px;
}

.pdf{
	position:relative;
}

.pdf::after{
	position:absolute;
	content:"";
	top:0;
	right:0;
	margin-right:-22px;
	width:16px;
	height:16px;
	background-image:url(../img/pdf.png) ;
	background-size: 100%;
	background-position:center;
}

.img_marker_s {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 40px;
}
.img_marker_m {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 40px;
}
.img_flow01 {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 40px;
}
.img_flow02 {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 40px;
}
.img_flow03 {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 40px;
}

}
@media all and (max-width: 480px) {/* スマホ480px */
.page_title h2{	font-size:18px;}
.under .h3_wrap h3 {    font-size: 18px;}

.h4title,
.h4title02 { font-size:18px;}

.img_marker_s {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 20px;
}
.img_marker_m {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px;
}
.img_flow01 {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px;
}
.img_flow02 {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px;
}
.img_flow03 {
	width:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px;
}


}
.printblock { display:none;}