@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, ul li, ol {
	list-style: none;
}
ol ol {
	list-style: decimal inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*リセットここまで*/

body {
	font-family: 'Noto Sans Japanese', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 88%;
	line-height: 1.6;
	color: #000;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

/*コンテンツ*/
section{
	width: 760px;
	height:1000px;
    margin: 0 auto;
	position: relative;
}

.obi {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 20px;
	height:84px;
	background:#efefef;
}

.school_wrap .school {
	line-height:1.3em;
	font-size:16px;
}

.school_wrap span,.school_wrap small{
	display:block;
}

.school_wrap .school small {
	font-size:11px;
	line-height:1.5em;
}

.school_wrap .info {
	font-size:11px;
	margin-top:2px;
	line-height:1.3em;
}

.btn_wrap {
	display:flex;
	justify-content:space-between;
	position:relative;
	top:-2px;
}

.obi .btn {
	width:420px;
	background:#1a9fd1;
	border:2px solid #192f5e;
	border-radius:10px;
	text-decoration:none;
	text-align:center;
	line-height:1.3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height:64px;
	padding-right:30px;
	position:relative;
	box-shadow: 0px 4px 0px 0px #192f5e;
	border-radius: 10px;
}

.obi .btn:before {
	content:'';
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border:2px solid #192f5e;
	position:absolute;
	right:7px;
}

.obi .btn:after {
	content:'';
	position:absolute;
	right:21px;
	top:50%;
	margin-top:-4px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #192f5e;
	border-right: 2px solid #192f5e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.obi .btn .ja {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:1.3;
	margin-top:2px;
}

.em_m {
	font-size:14px;
	display:inline-block;
	margin:0 3px 0 0;
	font-style:normal;
}

.obi .btn .en {
	font-size:13px;
	display:block;
	text-align:center;
	color:#ffea3c;
	font-weight:bold;
	letter-spacing:.04em;
}

footer{
	width: 760px;
    margin: 0 auto;
	text-align:left;
}