@charset "UTF-8";
/* 保護者の方へと下層ページ */

/* -------------------------------------------------------------- */
/*  共通ここから  */
/* -------------------------------------------------------------- */

.box-anime-border {
	position: relative;
}

.box-anime-border .is-border {
    position: absolute;
    width: 0;
    background: url(../../../images/2018/department/common/img-bg.png) repeat-x bottom center;
}

.area-ttl {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.area-ttl h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.area-ttl h1 img {
	vertical-align: bottom;
}

.bg-mesh {
	background-image: url(../../../images/2018/department/common/bg-g-cmn-01.png);
}

h2.ttl-h2 {
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-align: center;
}

.txt-redback {
	color: #FFFFFF;
	background-color: #BE3545;
}

h3.txt-redback {
	line-height: 1.4;
	font-weight: bold;
}

.box-whiteback {
	background-color: #FFFFFF;
}

.box-whiteback p {
	line-height: 1.9;
	font-size: 1.5rem;
}

/* -------------------------------------------------------------- */
/*  共通ここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  SMPここから  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	
	.box-anime-border {
		height: 10px;
	}
	
	.box-anime-border .is-border {
		background-size: contain;
		height: 10px;
	}
	
	.area-ttl {
		min-height: 120px;
		height: 0;
		padding-top: calc(240 / 750 * 100%);
		width: 100%;
	}
	
	.area-ttl h1 {
		max-width: 800px;
		width: 100%;
	}
	
	.is-width-800, .is-width-860 {
		padding: 3rem 10px;
	}
	
	h2.ttl-h2 {
		font-size: 2.4rem;
	}
	
	h3.txt-redback {
		font-size: 1.6rem;
		padding: .5em 1rem;
	}
	
	.box-whiteback {
		padding: 1rem;
	}
	
}
/* -------------------------------------------------------------- */
/*  SMPここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  PCここから  */
/* -------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
	
	.box-anime-border {
		height: 20px;
	}
	
	.box-anime-border .is-border {
	    left: 0;
		top: 0;
	    height: 20px;
	}
	
	.area-ttl {
		height: 320px;
	}
	
	.area-ttl h1 {
		width: 800px;
	}
	
	h2.ttl-h2 {
		font-size: 40px;
	}
	
	h3.txt-redback {
		font-size: 32px;
		text-align: center;
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 1em;
	}
	
	.box-whiteback {
		padding: 30px;
	}
	
	.is-width-860 {
		width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.is-width-800 {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
}
/* -------------------------------------------------------------- */
/*  PCここまで  */
/* -------------------------------------------------------------- */