@charset "UTF-8";

/*===========================
 seizouHeaderWrap
===========================*/
.seizouHeaderWrap {
	position: fixed;
	width: 100%;
}

.seizouHeaderWrap * {
	letter-spacing: 0.05em;
}

/* SP */
@media screen and (max-width: 767px) {
	.seizouHeaderWrap {
		z-index: 999;
	}

	.seizouHeaderWrap a {
		color: #333;
		text-decoration: none;
	}

	.seizouHeaderWrap a:hover {
		text-decoration: none;
	}
}

/* PC */
@media print,
screen and (min-width: 768px) {
	.seizouHeaderWrap {
		min-width: 980px;
		background: #fff;
		z-index: 990;
	}

}

/*===========================
 seizouHeader
===========================*/
.seizouHeader {
	background-color: #FFF;
	text-align: left;
	width: 100%;
	font-family: UD Shin Go Regular;
}

.seizouHeader .siteNameArea .siteName {
	float: left;
}

.seizouHeader .siteNameArea .button {
	float: right;
}

.seizouHeader .siteNameArea .button a {
	display: block;
	background-color: #d00606;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.seizouHeader .siteNameArea .button a:after {
	content: "";
	display: inline-block;
	background: url('/saiyou/plant/highschool/images/ico-arrow-white-under.png');
	background-size: cover;
	position: relative;
}

/* SP */
@media screen and (max-width: 767px) {
	.seizouHeader {}

	.seizouHeader .logoArea {
		padding: 8px 7px 14px;
		border-bottom: 1px solid #ccc;
		position: relative;
	}

	.seizouHeader .logoArea .logo {
		line-height: 0;
	}

	.seizouHeader .logoArea .logo a {
		display: inline-block;
		height: 23px;
		overflow: hidden;
	}

	.seizouHeader .logoArea .logo a img {
		height: 25px;
		margin-top: 7px;
		width: auto;
	}

	.seizouHeader .logoArea .menuBtn {
		display: block;
		padding-top: 0;
		width: 45px;
		height: 35px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		cursor: pointer;
		text-indent: -9999px;
		background: url(/common/images/header/btn_dropmenu_open02.png) no-repeat center center;
		background-size: 30px;
	}

	.seizouHeader .siteNameArea .siteName {
		padding: 12px 10px;
	}

	.seizouHeader .siteNameArea .siteName img {
		width: 195px;
		height: 30px;
	}

	.seizouHeader .siteNameArea .button a {
		width: 105px;
		padding: 16px 0 15px;
	}

	.seizouHeader .siteNameArea .button a:after {
		width: 12px;
		height: 6px;
		margin-left: 7px;
		top: -2px
	}

	.seizouHeader .siteNameArea .forPc {
		display: none !important;
	}
}

/* PC */
@media print,
screen and (min-width: 768px) {
	.seizouHeader {
		max-width: 980px;
		margin: 0 auto;
	}

	.seizouHeader .logoArea {
		float: left;
		padding-top: 30px;
	}

	.seizouHeader .logoArea .menuBtn {
		display: none;
	}

	.seizouHeader .siteNameArea .siteName {
		padding-top: 30px;
	}

	.seizouHeader .siteNameArea .siteName a {
		text-decoration: none;
		color: #333 !important;
	}

	.seizouHeader .siteNameArea .siteName a:hover {
		text-decoration: none;
	}

	.seizouHeader .siteNameArea .button a {
		width: 149px;
		font-size: 16px;
		padding: 38px 0 37px;
	}

	.seizouHeader .siteNameArea .button a:hover {
		background-color: #FF0000;
	}

	.seizouHeader .siteNameArea .button a:after {
		width: 16px;
		height: 8px;
		margin-left: 7px;
		top: -2px
	}
}


/*===========================
 seizouNav
===========================*/
.seizouNav {
	background-color: #eeeeee;
	font-family: UD Shin Go Regular;
}

.seizouNav a {
	color: #000000;
	text-decoration: none;
}

.seizouNav .lv01 {}

.seizouNav .lv01>li {
	display: inline-block;
}

.seizouNav .lv01 .lv01Sub .lv01SubBox {
	display: none;
}

/* SP */
@media screen and (max-width: 767px) {
	.seizouNav {
		position: fixed;
		width: 100%;
		padding-bottom: 100px;
		top: 0;
		z-index: 99;
		background-color: rgba(0, 0, 0, 0.92);
		text-align: left;
		display: none;
		overflow: scroll;
	}

	.seizouNav .spMenuClose {
		width: 34px;
		height: 34px;
		position: absolute;
		background: url(/saiyou/plant/highschool/images/bg_sp_menu_close.png) no-repeat center center;
		background-size: 14px 14px;
		top: 5px;
		right: 5px;
		text-indent: -9999px;
		cursor: pointer;
	}

	.seizouNav a {
		color: #fff;
	}	

	.seizouNav .lv01 {
		margin: 44px 0 0;
		border-top: 1px solid #343434;
	}

	.seizouNav .lv01>li {
		display: block;
		line-height: 1;
		border-bottom: 1px solid #343434;
	}

	.seizouNav .lv01>li a {
		display: block;
		padding: 18px 10px;
		position: relative;
	}

	.seizouNav .lv01>li a:after {
		content: "";
		position: absolute;
		width: 6px;
		height: 12px;
		background: url(/saiyou/plant/highschool/images/ico-arrow-white-left.png) no-repeat 0 0;
		background-size: cover;
		right: 12px;
		top: 50%;
		margin-top: -6px;
	}

	.seizouNav .lv01 .lv01Sub {}

	.seizouNav .lv01 .lv01Sub .lv01SubBtn:before,
	.seizouNav .lv01 .lv01Sub .lv01SubBtn:after {
		content: "";
		background: #fff;
		position: absolute;
		top: 50%;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBtn:before {
		width: 2px;
		height: 14px;
		right: 16px;
		margin-top: -7px;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBtn:after {
		width: 14px;
		height: 2px;
		right: 10px;
		margin-top: -1px;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBtn.subOpen:before {
		content: none;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBox {
		background-color: #333;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBox li+li {
		border-top: solid 1px #000;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBox a {
		padding-left: 25px;
	}

	.seizouNav .lv02 {
		margin: 0 0 20px;
	}

	.seizouNav .lv02 dt {
		text-align: center;
		line-height: 1;
		color: #FFFFFF;
		margin: 30px 0 15px;
	}

	.seizouNav .lv02 dd {
		float: left;
		width: 50%;
		line-height: 1;
		box-sizing: border-box;
		padding-bottom: 1px;
	}

	.seizouNav .lv02.change-fsize dd {
		font-size: 13px;
	}

	.seizouNav .lv02. dd:nth-child(even) {
		padding-right: 1px;
	}

	.seizouNav .lv02 dd a,
	.seizouNav .lv02 dd .disabled {
		background-color: #333333;
		display: block;
		padding: 15px 10px;
		position: relative;
	}

	.seizouNav .lv02 dd a:after {
		content: "";
		position: absolute;
		width: 6px;
		height: 12px;
		background: url(/saiyou/plant/highschool/images/ico-arrow-white-left.png) no-repeat 0 0;
		background-size: cover;
		right: 12px;
		top: 50%;
		margin-top: -6px;
	}

	.seizouNav .lv02 dd .disabled {
		color: #666666;
	}

	.seizouNav .lv02 dd .disabled span {
		font-size: 10px;
		display: block;
		top: 50%;
		right: 10px;
		margin-top: -4px;
		position: absolute;
	}

	.seizouNav .lv03 {
		margin: 0 0 30px;
	}

	.seizouNav .lv03 li a {
		display: block;
		padding: 4px 10px 4px 30px;
		position: relative;
	}

	.seizouNav .lv03 li a:before {
		content: "";
		position: absolute;
		width: 6px;
		height: 12px;
		background: url(/saiyou/plant/highschool/images/ico-arrow-white-left.png) no-repeat 0 0;
		background-size: cover;
		left: 12px;
		top: 50%;
		margin-top: -6px;
	}

	.seizouNav .forPc {
		display: none !important;
	}

	.seizouHeader .lv3Wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.seizouNav .forSp {
		display: none !important;
	}
}

/* PC */
@media print,
screen and (min-width: 768px) {
	.seizouNav {
		display: block !important;
		height: auto !important;
	}

	.seizouNav .spMenuClose {
		display: none;
	}

	.seizouNav .lv01 {
		letter-spacing: -.4em;
		text-align: center;
		line-height: 1;
	}

	.seizouNav .lv01>li {
		letter-spacing: normal;
		position: relative;
		margin-right: 1px;
	}

	.seizouNav .lv01>li:after {
		content: "";
		display: block;
		height: 30px;
		width: 1px;
		background-color: #4d4d4d;
		position: absolute;
		top: 50%;
		right: -1px;
		margin-top: -15px;
	}

	.seizouNav .lv01>li:first-child:before {
		content: "";
		display: block;
		height: 30px;
		width: 1px;
		background-color: #4d4d4d;
		position: absolute;
		top: 50%;
		left: -1px;
		margin-top: -15px;
	}

	.seizouNav .lv01>li a {
		display: block;
		padding: 23px 15px;
		line-height: 1;
	}

	.seizouNav .lv01>li a:hover {
		background: #dddddd;
	}

	.seizouNav .lv01>li>a {
		padding: 23px 32.5px;
	}

	.seizouNav .lv01 .lv01Sub {
		position: relative;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBox {
		/*width: 200px;*/
		width: 100%;
		background: #eee;
		/*220718*/
		position: absolute;
		right: 0;
	}

	.seizouNav .lv01 .lv01Sub .lv01SubBox li a {
		text-align: left;
		line-height: 1.4;
	}

	.seizouNav .lv02 {
		display: none;
	}

	.seizouHeader .lv3Wrap {
		width: 980px;
		margin: 0 auto;
		position: relative;
	}

	.seizouHeader .lv03 {
		text-align: left;
		position: absolute;
		top: 25px;
		right: 170px;
	}

	.seizouHeader .lv03 li+li {
		margin-top: 5px;
	}

	.seizouHeader .lv03 a {
		display: block;
		vertical-align: middle;
		padding: 0 0 0 12px;
		color: #000;
		position: relative;
	}

	.seizouHeader .lv03 a:hover {
		text-decoration: underline;
	}

	.seizouHeader .lv03 a:before {
		content: "";
		position: absolute;
		width: 6px;
		height: 12px;
		background: url(/saiyou/plant/highschool/images/ico-arrow-red-left.png) no-repeat 0 0;
		background-size: cover;
		left: 0;
		top: 50%;
		margin-top: -7px;
	}

	.seizouHeader .lv03 a {
		text-decoration: none;
		color: #333 !important;
	}

	.seizouNav .forSp {
		display: none !important;
	}
}

/*===========================
 seizouPageHeading
===========================*/

/* SP */

@media screen and (max-width: 767px) {
	.seizouPageHeading {
		width: 100%;
		background: none;
		background-size: cover;
		text-align: left;
		margin: 0 auto;
		height: 72px;
		display: inline-flex;
		align-items: center;
		padding: 0;
	}

	.seizouPageHeading h1 {
		text-align: left;
		margin: 0 auto;
		height: 72px;
		display: inline-flex;
		align-items: center;
	}

	.seizouPageHeading span.main {
		font-size: 24px;
		padding-left: 10px;
	}

	.seizouPageHeading span.sub {
		font-size: 14px;
	}


	.stripe {
		position: relative;
	}

	.stripe:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 7px;
		background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
	}

	.seizouPageHeading h1:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;

		height: 7px;
		background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
	}

	.seizouPageHeading span.main {
		font-family: UD Shin Go Medium;
	}

}