@charset "Shift_JIS";
/*---------------------------------
 見出しタグ
----------------------------------*/

.container .subColor {
	color: #df4249;
}

.container .mainColor {
	color: #0565c8;
}

.container h2:after {
	background-color: #941038;
}

.container h3 {
	border: none;
	background: none;
}

.container h3:after {
	background: none;
}

/*---------------------------------
 角丸キャッチコピー用
----------------------------------*/

p.deadline {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 0.9em;
	line-height: 1.2;
	color: #fff;
	background-color: #480b1d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 999px;
	padding: 10px;
	height: 40px;
	line-height: 25px;
}

@media screen and (max-width:767px) {
	p.deadline {
		height: auto;
	}
}


/*---------------------------------
 応募方法
----------------------------------*/
.stepBox li {
	position: relative;
	text-align: center;
}

.stepBox li img {
	display: inline-block;
}

.stepBox li:after {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 10px transparent solid;
	border-left-color: #ef9ea2;
	position: absolute;
	top: 50%;
	margin-top: 5px;
	right: -20px;
}

.stepBox li:last-child:after {
	content: none;
}

@media screen and (max-width:767px) {
	.stepBox li:after {
		border-left-color: transparent;
		border-top-color: #ef9ea2;
		top: 100%;
		margin-top: 5px;
		right: 50%;
		margin-right: -10px;
	}

	.stepBox li:last-child:after {
		content: none;
	}
}

/*---------------------------------
 作文紹介
----------------------------------*/

.about {
	color: #df0008;
}

.about span:not(.fwBld) {
	color: #fff;
	background: #e14149;
	padding: 0 0.5em;
	margin-right: 0.8em;
}

.fwBld {
	font-weight: bold;
}

.intro dl dt {
	color: #e12029;
	font-weight: 700;
	font-size: 1.2rem;
}

.intro .row {
	padding: 30px 0;
}

.intro .row:not(.bNon) {
	border-top: dashed 1px #742126;
}

.honbun {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.3em;
	padding-right: 0.3em;
	line-height: 30px !important;
	font-size: 0.85em !important;
	background: url(/campaign/scholarship/images/index/pop_line.gif);
	text-indent: 1em;
}

.more .moreInner {
	height: 5.4em;
}

.more:after {
	display: inline-block;
	padding: 3px 10px;
	background: #92443c;
	color: #fff !important;
	font-size: 0.85em;
	text-decoration: none;
}

a.apply {
	display: block;
	width: 460px;
	height: 100px;
	margin: 0 auto 10px auto;
	text-indent: -9999px;
	background: url(/campaign/scholarship/images/index/btn_apply.jpg) no-repeat center;
	background-size: contain;
}

/* PC hover */
a.apply:hover {
	background-image: url(/campaign/scholarship/images/index/btn_apply_ov.jpg);
}

/* SP */
@media screen and (max-width:767px) {
	a.apply {
		width: 300px;
		height: 65px;
		margin: 5px auto 20px auto;
	}
}

@media screen and (max-width:420px) {

	a.apply,
	a.apply:hover {
		width: 100%;
		background-size: 100%;
	}

}

/*---------------------------------
 注意事項
----------------------------------*/
dl.attBox02 {
	background: #fee7ef;
	border: 5px solid #fee7ef;
}


/*---------------------------------
 スマホのとき大きさ変更
----------------------------------*/
@media screen and (max-width:767px) {
	img.write {
		width: 180px;
		height: auto;		
	}
}

/*-------------------------
上書き
-------------------------*/
.attBox04 {
	border-radius: 10px;
}

a {
	color: #1d77be;
}

.accordion>dt,
.accordion>.accordion-btn {
	color: #1d77be !important;
}


.accordion>dt::before,
.accordion>.accordion-btn::before {
	border-left: 2px solid #1d77be;
	border-bottom: 2px solid #1d77be;
}

.accordion>.accordion-open::before {
	border-right: 2px solid #1d77be;
	border-top: 2px solid #1d77be;
}