@charset "UTF-8";
/*リセット*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
/*リセットここまで*/

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 {
	background:#003075;
	color:#fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 20px;
	height:84px;
}

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

.school_wrap .school {
	line-height:1.3em;
}

.school_wrap .school small {
	font-size:10px;
}

.school_wrap .info {
	font-size:10px;
}

.btn_wrap {
	display:flex;
	justify-content:space-between;
}

.obi .btn {
	width:223px;
	background:#fff;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	color:#003075;
	font-size:12px;
	line-height:1.3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height:50px;
	padding-right:20px;
	position:relative;
}

.obi .btn + .btn {
	margin-left:7px;
}

.obi .btn:before {
	content:'';
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #003075;
	position:absolute;
	right:7px;
}

.obi .btn:after {
	content:'';
	position:absolute;
	right:13px;
	top:50%;
	margin-top:-2px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.obi .btn span {
	display:block;
	text-align:center;
}

.obi .btn .detail {
	font-size:11px;
	display:block;
	text-align:center;
}

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