@charset "utf-8";

/* 基本の設定
---------------------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
}

ul, ol {
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

input, button, textarea, select {
	font: inherit;
}

iframe {
	width: 100%;
}

:focus {
	outline: 0;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after, footer .inner:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before, footer .inner:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix, footer .inner {
	display: block;
}

html {
	font-size: 10px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #444;
	font-size: 1rem;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

/*ヘッダー設定
---------------------------------------------------------------------------*/
header .logo {
	width: 455px;
	margin: 26px 0 0 264px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	overflow: hidden;
	padding: 25px 0 30px 0;
	background: #325c66;
	color: #fff;
	font-size: 1.4rem;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer .footer_logo {
	width: 130px;
	margin: 0 auto;
}

footer .footer_jorte_info {
	text-align: center;
	margin-top: 5px;
}

footer .footer_menu {
	float: right;
	margin: 30px 60px 0 0;
	letter-spacing: -0.4em;
	text-align: right;
}

footer .footer_menu li {
	display: inline-block;
	margin-left: 18px;
	padding-left: 18px;
	border-left: solid 1px #fff;
	line-height: 1;
	letter-spacing: normal;
	white-space: nowrap;
}

footer ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border: none;
}

footer .copyright {
	float: left;
	margin: 30px 0 0 60px;
	text-align: left;
}

/*パンくず
---------------------------------------------------------------------------*/
.breadcrumb {
	overflow-x: auto;
	padding: 24px 0 20px 0;
	border-top: solid 2px #e2e2e2;
	color: #777;
}

/* スクロールバー
-------------------------------------------------------*/
.breadcrumb::-webkit-scrollbar {
	height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

.breadcrumb ul {
	display: table;
}

.breadcrumb ul li {
	display: table-cell;
	padding: 0 21px 0 9px;
	background: url(../images/icon_arrow_01.png) no-repeat right center;
	background-size: 7px 11px;
	font-size: 1.4rem;
	vertical-align: middle;
	white-space: nowrap;
}

.breadcrumb ul li:last-child {
	padding-right: 0;
	background: none;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li a {
	color: #777;
}

/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
	padding-bottom: 60px;
	font-size: 1.8rem;
	line-height: 1.66;
}

/* このPCとSPで挙動が違う設定
-------------------------------------------------------*/
.sp_all {
	display: none;
}

.pc_show {
	display: block;
}

/* spのみ表示させる */
/* .ta_c_pc spは左寄せ */
#contents .ta_c, #contents .ta_c_pc {
	text-align: center !important;
}

#contents .text {
	font-size: 18px;
}

#contents .text.pc {
	text-align: center;
}

/* マージン
-------------------------------------------------------*/
.mt_30 {
	margin-top: 30px;
}

.mt_40 {
	margin-top: 40px;
}

.mt_50 {
	margin-top: 50px;
}

/* カラムやブロック
-------------------------------------------------------*/
#contents section {
	margin-top: 50px;
}

#contents section section {
	margin-top: 40px;
}

#contents .type_01 {
	margin-right: 5.33%;
	margin-left: 5.33%;
}

#contents .type_02 {
	margin-right: 0;
	margin-left: 0;
}

#contents .inquiry {
	margin: 30px 5.33% 0 5.33%;
}

#contents section.no-space {
	margin: 0;
	padding: 0;
}

.block_01 {
	padding: 5.33% 0 8% 0;
	background: #eff7f6;
}

.block_02 {
	background: #f6f6f6;
}

/* 仕切り線
-------------------------------------------------------*/
#line_double hr {
	border: 0;
	border-top: 5px double #325c66;
	max-width: 80%;
}

#line_one hr {
	border: 0;
	border-top: 1px solid #325c66;
	max-width: 80%;
}

/* 見出し
-------------------------------------------------------*/
#contents section h1, #contents section .ttl_h1_01 {
	margin-bottom: 25px;
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.53;
}

#contents section h1 {
	margin-top: -10px;
}

#contents section .li_school+h1 {
	margin-top: 50px;
}

#contents section h1 span {
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
}

#contents section h2, #contents section .ttl_h2_01 {
	display: table;
	margin: 0 auto 20px auto;
	padding: 0 2px 12px 2px;
	background: url(../images/h2_line_01.png) repeat-x left bottom;
	font-size: 2.8rem;
	line-height: 1.53;
	text-align: center;
}

#contents.schoolofficials section h2.like_torokun {
	display: table;
	margin: 0 auto 20px auto;
	padding: 0 2px 12px 2px;
	background: url(../images/h2_line_01.png) repeat-x left bottom;
	font-size: 3rem;
	line-height: 1.46;
	text-align: center;
}

#contents section h3 {
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.53;
	font-size: 2.4rem;
}

/* テキストの装飾
-------------------------------------------------------*/
#contents .notes {
	padding-left: 1.5rem;
	color: #777;
	font-size: 1.4rem;
	line-height: 1.42;
	text-indent: -1.5rem;
}

#contents section .li_disc {
	list-style: disc;
	margin-left: 15px;
}

/*画面幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:1024px) {

	/*コンテナー（HPを囲むブロック）
	---------------------------------------------------------------------------*/
	header .inner, footer .inner, #contents .type_01, #contents section .inner, .breadcrumb .inner {
		width: 964px;
		margin-right: auto;
		margin-left: auto;
	}
	header .inner {
		position: relative;
		width: 100%;
	}
}

/*画面幅1023px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:769px) and (max-width:1023px) {

	/*コンテナー（HPを囲むブロック）
	---------------------------------------------------------------------------*/
	header .inner, footer .inner, #contents section .inner, .breadcrumb .inner {
		margin-right: 2.9%;
		margin-left: 2.9%;
	}
	/*コンテナー（HPを囲むブロック）ヘッダー画像のみ
	---------------------------------------------------------------------------*/
	header .inner {
		position: relative;
		margin-right: 0;
		margin-left: 0;
	}

	/*ヘッダー設定
	---------------------------------------------------------------------------*/
	header {
		padding-bottom: 2.24%;
	}

	header .logo {
		width: 41.89%;
		margin: 2.53% 0 0 25.8%;
	}

}

/*画面幅950px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:769px) and (max-width:950px) {

	/*フッター設定
	---------------------------------------------------------------------------*/
	footer .footer_menu {
		float: none;
		margin: 15px auto 0 auto;
		line-height: 1.78;
		text-align: center;
	}

	footer .copyright {
		float: none;
		margin: 18px 0 0 0;
		text-align: center;
	}

}

/*画面幅768px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {

	/*コンテナー（HPを囲むブロック）
	---------------------------------------------------------------------------*/
	header .inner, footer .inner, #contents section .inner, .breadcrumb .inner {
		margin-right: 0;
		margin-left: 0;
	}
	header .inner {
		position: relative;
	}

	/*ヘッダー設定
	---------------------------------------------------------------------------*/
	header .logo {
		width: 60.66%;
		margin: 5.6% 0 0 19.33%;
	}

	/*フッター設定
	---------------------------------------------------------------------------*/
	footer {
		padding: 15px 0 10px 0;
	}

	footer .footer_logo {
		width: 26.66%;
		margin-left: 35.6%;
	}

	footer .footer_menu {
		float: none;
		width: 300px;
		margin: 15px auto 0 auto;
		line-height: 1.78;
		text-align: center;
	}

	footer ul li:nth-child(4) {
		margin-left: 0;
		padding-left: 0;
		border: none;
	}

	footer .copyright {
		float: none;
		margin: 18px 0 0 0;
		text-align: center;
	}

	/*パンくず
	---------------------------------------------------------------------------*/
	.breadcrumb {
		padding-right: 5.33%;
		padding-left: 5.33%;
	}

	.breadcrumb ul li {
		padding: 0 15px 0 11px;
		background: url(../images/icon_arrow_01.png) no-repeat right center;
		background-size: 5px 8px;
	}

	/*コンテンツ設定
	---------------------------------------------------------------------------*/
	#contents {
		padding-bottom: 13.33%;
		font-size: 1.6rem;
		line-height: 1.56;
	}

	/* このPCとSPで挙動が違う設定
	-------------------------------------------------------*/
	.pc_all {
		display: none;
	}

	.pc_show {
		display: none;
	}

	.sp_all {
		display: block;
	}

	#contents .ta_c_pc {
		text-align: left !important;
	}

	#contents .text {
		font-size: 16px;
	}

	/* pcは右寄せ * /
	
	/* カラムやブロック
	-------------------------------------------------------*/
	#contents section {
		margin-top: 8%;
	}

	#contents section section, #contents .inquiry {
		margin-top: 6.6%;
	}

	.block_01 {
		padding: 5.33% 0 8% 0;
	}

	.block_01.information {
		padding: 2.66% 0;
	}

	.block_01 .inner {
		padding-right: 5.33%;
		padding-left: 5.33%;
	}

	/* 見出し
	-------------------------------------------------------*/
	#contents section h1, #contents section .ttl_h1_01 {
		margin-bottom: 4.66%;
		font-size: 2rem;
	}

	#contents section .ttl_h1_01.small {
		font-size: 1.6rem;
		text-align: left;
	}

	#contents section h1 span {
		font-size: 1.6rem;
	}

	#contents section h2, #contents section .ttl_h2_01 {
		margin-bottom: 4.66%;
		font-size: 1.9rem;
	}

	#contents section h3 {
		font-size: 1.9rem;
	}

	#contents.schoolofficials section h2.like_torokun {
		display: table;
		margin-bottom: 15px;
		padding: 0 2px 15px 2px;
		background: url(../images/h2_line_01.png) repeat-x left bottom;
		background-size: 16px 4px;
		font-size: 2rem;
		line-height: 1.4;
	}

	/* テキストの装飾
	-------------------------------------------------------*/
	#contents .li_disc {
		font-size: 1.6rem;
		line-height: 1.55;
	}

	#contents .li_disc li {
		margin-left: 5.33%;
	}

}