@charset "shift_jis";

/* ========== ========== ==========
	共通
========== ========== ========== */

#school_uniform-wrapper *, 
#school_uniform-wrapper *:before, 
#school_uniform-wrapper *:after {
	box-sizing: border-box;
	transition: 0.2s;
}

#school_uniform-wrapper h1, #school_uniform-wrapper h2, 
#school_uniform-wrapper h3, #school_uniform-wrapper h4,
#school_uniform-wrapper p {
	margin: 0;
	padding: 0;
}


#school_uniform-wrapper * {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
}

#school_uniform-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#school_uniform-wrapper img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

#school_uniform-wrapper a,
#school_uniform-wrapper a:hover {
	text-decoration: none;
}

#school_uniform-wrapper a:hover,
#school_uniform-wrapper a:hover > img {
	opacity: 0.5;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}



/* ========== ========== ==========
	#school_uniform-wrapper
========== ========== ========== */

#school_uniform-wrapper {
	width: 930px;
	margin: 0 auto;
}


#school_uniform-wrapper h2 {
	font-size:1.5em;
	font-weight:600;
	margin:1em 0 0.5em 0;
	color:#091e56;
}

#school_uniform-wrapper h3 {
	font-size:1.1em;
	font-weight:600;
	padding:0.5em;
	margin:1em 0 0.5em 0;
	background-color:#F90;
	color:#FFF;
}


.tec16-heading-lv2 {
	position: relative;
	margin: 2em 0 !important;
	border-bottom: 2px solid #dedede;
	padding-left: 25px !important;
	font-size: 20px !important;
	font-size: 1.25rem !important;
	font-weight: bold !important;
	color: #002563 !important;
}

.tec16-heading-lv2:before,
.tec16-heading-lv2:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	content: '';
}

.tec16-heading-lv2:before {
	left: 0;
	width: 18px;
	height: 18px;
	background-image: linear-gradient(-45deg, #9c000c, #9c000c 50%, #e60012 51%, #e60012);
}

.tec16-heading-lv2:after {
	left: 5px;
	width: 8px;
	height: 8px;
	background-color: #fff;
}



/* ========== ========== ==========
	.float_box
========== ========== ========== */

.float_box .fl {
	width: 58%;
}

.float_box .fl img {
	width: 100%;
	height: auto;
}

.float_box .fr {
	margin-left:2%;
	width: 40%;
}

.float_box .fr img {
	width: 100%;
	height: auto;
	text-align:right;
}

.float_box .fr p {
	margin-bottom: 1em !important;
}





/* ========== ========== ==========
	.school_uniform-apply
========== ========== ========== */

.school_uniform-apply {
	width:90%;
	margin:0 auto !important;
	border: 1px solid #E70012;
}

.school_uniform-apply h3 {
	padding: 0.5em !important;
	background-color: #E70012 !important;
	color: #ffffff !important;
	font-weight: bold !important;
	text-align: center !important;
	margin:0 !important;
}

.school_uniform-apply p {
	margin-top:1em !important;
	text-align:center;
}

.school_uniform-apply a {
	display: block;
	margin:0em 1em 1em 1em !important;
	padding: 1em !important;
	background-color: #0F3775;
	border-radius: 0.5em;
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 1;
}

.school_uniform-apply a:after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 1em;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	content: "";
}