@charset "utf-8";
.d-hidden {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
/*見出し
--------------------------------------------------*/
h2 {
	margin-top: 50px;
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: bold;
	color: #0365B7;
	line-height: 1.2em;
	font-family: 'BIZ UDGothic', sans-serif;
}
@media screen and (max-width:768px) {
h2 {
	margin-top: 50px;
}
}
h3 {
	margin-top: 32px;
	margin-bottom: 24px;
	position: relative;
	padding: 5px 25px 8px 25px;
	border-bottom: 3px solid #0365B7;
	font-size: 1.5rem;
}
h3:before, h3:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #0365B7;
	position: absolute;
	top: 13px;
	left: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
h3:after {
	top: 12px;
	left: 10px;
	height: 12px;
	width: 12px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	border: none;
	background: rgba(187,233,253,0.3);
}
h4 {
	margin-top: 32px;
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
	color: #0365B7;
}
h4:after {
	content: "";
	display: block;
	height: 8px;
	width: 100%;
	background: rgba(187,233,253,0.5);
	position: absolute;
	bottom: 4px;
	z-index: -1;
}
h5 {
	background: #eee;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 24px 0;
	padding: 8px 24px !important;
	box-sizing: border-box;
}
h6 {
	font-weight: bold;
	font-size: 1.1rem;
	margin: 24px 0;
	padding: 0 24px 3px 0;
	box-sizing: border-box;
	border-bottom: 2px dotted #215CA4;
}
.midashi01 {
	color: #0365B7;
	font-weight: bold;
	margin: 24px 0;
	position: relative;
	display: table-cell;
	padding-left: 24px;
}
.midashi01:before {
	position: absolute;
	content: '●';
	left: 0;
}
.midashi02 {
	color: #0365B7;
	font-weight: bold;
	margin: 24px 0;
}
/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.img-r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}
@media screen and (max-width:480px) {
.img-l img, .img-r img {
	width: 50%;
}
}
/*ボタン
--------------------------------------------------*/
.button01 a {
	margin: 0;
	display: inline-block;
	letter-spacing: 1px;
	padding: 13px 20px 13px;
	outline: 0;
	border: 1px solid black;
	cursor: pointer;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border-radius: 6px;
}
.button01 a:after {
	content: "";
	background-color: #FEFCC1;
	width: 100%;
	z-index: -1;
	position: absolute;
	height: 100%;
	top: 5px;
	left: 5px;
	transition: 0.2s;
}
.button01 a:hover:after {
	top: 0px;
	left: 0px;
}
 @media (min-width: 768px) {
.button01 {
	padding: 13px 50px 13px;
}
}
/*段落下マージン
--------------------------------------------------*/
.pmb p {
	margin-bottom: 24px;
}
/*文字サイズ
--------------------------------------------------*/
.fs3rem {
	font-size: 3rem;
	line-height: 1.4em;
}
.fs2hrem {
	font-size: 2.5rem;
	line-height: 1.4em;
}
.fs09 {
	font-size: 0.9rem;
}
.fs08 {
	font-size: 0.8rem;
}
.fs07 {
	font-size: 0.7rem;
}
@media screen and (max-width: 576px) {
.fs2hrem {
	font-size: 1.8rem;
}
}
/*テーブル設定
--------------------------------------------------*/
table {
	margin-top: 20px;
	caption-side: top;
	border-top: none;
	border-collapse: collapse;
	table-layout: fixed;
}
table thead th {
	background: #5BAD92;
	font-weight: bold;
	color: #fff;
	padding: 16px 24px;
	border: 1px solid #ccc;
	text-align: center;
}
table tbody th {
	background: #FCFAF2;
	padding: 16px 24px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
table tbody td {
	padding: 16px 24px;
	border: 1px solid #ccc;
}
@media screen and (max-width:768px) {
table {
	border-bottom: 1px solid #ccc;
}
table tbody th,  table tbody td {
	padding: 8px;
	display: block;
	width: 100%;
	border-bottom: none;
}
}
/*=======================================================*/
/*  indent
/*=======================================================*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
	text-align: left;
}
/*リスト設定
--------------------------------------------------*/
.list-f:after, .list-two:after, .list-three:after, .list-four:after, .list-fs:after, .linklist-f:after, .linklist-two:after, .linklist-three:after, .linklist-four:after, .linklist-fs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list-f, .list-two, .list-three, .list-four, .list-fs, .linklist-f, .linklist-two, .linklist-three, .linklist-four, .linklist-fs {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .list-f, * html .list-two, * html .list-three, * html .list-four, * html .list-fs, * html .linklist-f, * html .linklist-two, * html .linklist-three, * html .linklist-four, * html .linklist-fs {
	height: 1%;
}
.list-f, .list-two, .list-three, .list-four, .list-fs, .linklist-f, .linklist-two, .linklist-three, .linklist-four, .linklist-fs {
	display: block;
}
/*---- リストアイコン基本設定 ----*/
.list, .list-f, .list-two, .list-three, .list-four, .list-s, .list-fs {
	margin: 10px 0 0 10px;
}
/*リスト大*/
.list li, .list-f li, .list-two li, .list-three li, .list-four li {
	background-image: url(/gakuseishien/images/common/ic_list.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 1px 0 1px 18px;
}
/*リスト小*/
.list-s li, .list-fs li {
	background-image: url(/gakuseishien/images/common/ic_list_s.png);
	background-repeat: no-repeat;
	background-position: 4px 0.6em;
	padding: 1px 0 1px 18px;
}
/*---通常リスト---*/
.list li {
}
/*通常リスト:横並び*/
.list-f li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*通常リスト:横並びアイコンナシ*/
.list-ff li {
	background: none;
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*通常リスト:2カラム*/
.list-two li {
	float: left;
	width: 45%;
	margin-right: 1%;
}
/*通常リスト:3カラム*/
.list-three li {
	float: left;
	width: 28%;
	margin-right: 1%;
}
/*通常リスト:4カラム*/
.list-four li {
	float: left;
	width: 21%;
	margin-right: 1%;
}
/*通常リスト:小さめ*/
.list-s li {
}
/*通常リスト:横並び(小さめ)*/
.list-fs li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*入れ子にしたとき、画像が出てしまうのを防ぐ*/
.none li {
	background: none;
	padding-left: 0px;
}
/*---- リンクリストアイコン基本設定 ----*/
/* リスト大 */
.linklist, .linklist-f, .linklist-two, .linklist-three, .linklist-four {
	margin: 10px 0 0 10px;
}
.linklist li, .linklist-two li, .linklist-three li, .linklist-four li {
	background-image: url(/gakuseishien/images/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding: 1px 0 1px 16px;
}
.linklist-f li {
	background-image: url(/gakuseishien/images/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding: 1px 0 1px 12px;
}
/* リスト小 */
.linklist-s, .linklist-fs {
	margin: 10px 0 0 10px;
}
.linklist-s li, .linklist-fs li {
	background-image: url(/gakuseishien/images/common/arrow04.png);
	background-repeat: no-repeat;
	background-position: 6px 0.7em;
	padding: 1px 0 1px 16px;
}
/*---- リンクリスト ----*/
/*リンクリスト：横並び*/
.linklist-f li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*リンクリスト：2カラム*/
.linklist-two li {
	float: left;
	width: 45%;
	margin-right: 1%;
}
/*リンクリスト：3カラム*/
.linklist-three li {
	float: left;
	width: 28%;
	margin-right: 1%;
}
/*リンクリスト：4カラム*/
.linklist-four li {
	float: left;
	width: 21%;
	margin-right: 1%;
}
/*リンクリスト:小さめ*/
.linklist-s li {
}
/*リンクリスト：横並び(小さめ)*/
.linklist-fs li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*---- 単体リンク ----*/
.link {
	background-image: url(/gakuseishien/images/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding: 1px 0 1px 12px;
}
.link2 {
	background: url("/gakuseishien/images/common/arrow01.png") no-repeat left 13px;
	padding-left: 13px;
}
/*番号リスト:ローマ大文字*/
ol {
	list-style-type: decimal;
	margin-left: 30px;
}
.ollist-ur {
	list-style-type: upper-roman;
}
/*番号リスト:ローマ小文字*/
.ollist-lr {
	list-style-type: lower-roman;
}
/*番号リスト:アルファベット大文字*/
.ollist-ua {
	list-style-type: upper-alpha;
}
/*番号リスト:アルファベット小文字*/
.ollist-la {
	list-style-type: lower-alpha;
}
/*----- カラーボックス -----*/

.box01, .box02, .box03, .box04, p {
	padding-top: 5px;
}
.box01 a {
	text-decoration: underline;
}
.box01, .box02, .box03, .box04 {
	padding: 16px;
	margin: 10px 0;
}
.box01 {
	border: #0365B7 1px dashed;
	background: #EBF8FE;
	border-radius: 8px;
}
.box01 .box-midashi {
	border-left: 3px solid #0365B7;
	color: #0365B7;
	font-size: 1.1rem;
	line-height: 100%;
	margin: 8px 0px 10px 0px!important;
	padding: 4px 5px 5px 10px;
	font-weight: bold;
	background: none!important;
	border-bottom: none;
}
.box02 {
	border: #FBCADF 1px dashed;
	background: #FEF5F9;
	border-radius: 8px;
}
.box02 .box-midashi {
	font-size: 1.1rem;
	line-height: 100%;
	color: #C80000;
	padding: 4px 5px 5px 10px;
	border-left: solid #C80000 3px;
	margin-bottom: 10px;
	font-weight: bold;
	background: none;
}
.box03 {
	border: #FDD23E 1px dashed;
	background: #FEFAE3;
	border-radius: 8px;
}
.box03 .box-midashi {
	border-left: 3px solid #F2A735;
	color: #666;
	font-size: 1.1rem;
	line-height: 100%;
	margin: 10px 0px 10px 0px!important;
	padding: 4px 5px 5px 10px;
	font-weight: bold;
	background: none!important;
	border-bottom: none;
}
.box04 {
	border: #0EC49C 1px dashed;
	background: #fff;
	border-radius: 8px;
}
.box04 .box-midashi {
	font-size: 1.1rem;
	line-height: 100%;
	color: #000;
	padding: 4px 5px 5px 10px;
	border-left: solid #0EC49C 3px;
	margin-bottom: 10px;
	font-weight: bold;
	background: none;
}
/*リスト以外インデント*/
/*1em*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}
/*---- フォントカラー ----*/
.font-blue {
	color: #0365B7;
}
.font-green {
	color: #006565;
}
.font-darkblue {
	color: #084487;
}
.font-gray {
	color: #A6ADB4;
}
.bg-black .font-blue, .bg-black .font-green, .bg-black .font-darkblue, .bg-black .font-gray {
	color: #fff;
}
/*---- 背景カラー ----*/
.bg-c-light {
	background: #F7F7F7;
}
.bg-black .bg-c-light {
	background: #000
}
.bg-c-blue {
	background: #0365B7;
}
.bg-black .bg-c-blue {
	background: #000
}
/*---- 画像用キャプション ----*/
figcaption {
	font-size: .875em;
	color: #212529;
	text-align: center;
	padding: 0;
	margin-top: 0px;
	line-height: 1.2rem;
}
.bg-black figcaption {
	color: #fff;
}
figure {
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
main img {
	max-width: 100%;
	height: auto;
}
/* 強制的な文字の折り返し */
.w-break {
	word-break: break-all;
	display: inline-block;
}
 @media screen and (max-width: 640px) {
.list-f li, .list-two li, .list-three li, .list-four li, .list-fs li, .linklist-f li, .linklist-two li, .linklist-three li, .linklist-four li, .linklist-fs li {
	float: none;
	width: auto;
}
.half-l, .half-r, .three-l, .three-c, .three-r, .float-l, .float-r, .img-l, .img-r, .one-third, .two-third {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
}
