@charset "shift-jis";

/* --------------------------------------------------- 
	change_chuo-line
   --------------------------------------------------- */

body {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
}

.pc { display: block; }
.sp { display: none; }
@media screen and (max-width: 640px) {
	.pc { display: none; }
	.sp { display: block; }
}


/* --- breadClumb --- */
@media screen and (max-width: 640px) {
	#breadClumb {display: none;}
}

/* --- wrapper --- */
@media screen and (min-width:950px) {
	#wrapper {
		margin: auto;
		width: 950px;
	}
}


/* --- mv --- */
#mv h1 { margin-bottom: 40px; }
#mv img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 950px) {
	#mv h1 {
		margin-bottom: 6vw;
	}
}


/* --- contents --- */
.contents {
	margin: 0 auto 40px;
}
.contents h2 {
	margin: 0 0 0.6em;
	color: #200d6b;
	font-size: 3.2em;
}
.contents p {
	margin: 0 0 1em;
	font-size: 1.6em;
	font-weight: 200;
}

.contents .cc_linkBlock {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.contents .cc_linkBlock > li {
	flex-basis: 50%;
}
.contents .cc_linkBlock > li > a {
	display: block;
	margin: 0 10px;
	padding: 0.6em;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	background: #200d6b;
	border-bottom: 5px #03011e solid;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
	transition: .3s background;
}
.contents .cc_linkBlock > li > a:hover { background-color: #463385; }
.contents .cc_linkBlock > li > a:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	background: #fff url(/general/img/common/ico-blank.png) no-repeat center center;
	position: absolute;
	right: 15px;
	top: 15px;
}
.contents .cc_linkBlock > li > a[href$=".pdf"]:after { background-image: url(/general/img/common/ico-pdf.png); }
.contents .cc_linkBlock > li > a > span {
	font-size: 1.3em;
	line-height: 1.4;
}
.contents .cc_linkBlock > li > p {
	margin-top: 0.4em;
	font-size: 1rem;
}



@media screen and (max-width: 950px) {
	.contents { margin: 0 15px 40px; }
}


@media screen and (max-width: 640px) {
	.contents { margin-bottom: 6vw; }
	.contents h2 { font-size: 8vw; }
	.contents p { font-size: 5vw; }
	.contents .cc_linkBlock {
		flex-wrap: wrap;
		margin: 6vw 0;
	}
	.contents .cc_linkBlock > li { flex-basis: 100%; }
	.contents .cc_linkBlock > li > a { font-size: 6vw; }
	.contents .cc_linkBlock > li > p { font-size: 3.4vw; }
}

