@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

.sub_area .present_box {
	border: 1px solid #666;
	background-repeat: repeat;
	margin: 10px auto;
	padding: 0.7em;
	background-color: #ffd4d6;
	line-height: 1.5em;
	border-radius: 10px; 
	font-family: 'Noto Sans JP', sans-serif;
	box-shadow: 0 0 5px #acacac;
}
.present_box_sp {
	border: 1px solid #bebebe;
	background-repeat: repeat;
	margin: 0 0 10px;
	padding: 0.5em;
	background-color: #eaeaea;
	line-height: 1.5em;
}
.present_box{
	color: #666;
}

.present_box p{
	font-size: 0.9em;
	padding: 5px 0 10px;
	line-height: 1.6;
	word-break: auto-phrase;
}
.present_box .bar_s ,
.present_box_sp .bar_s {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.1em 0 0.5em;
	color: #e72b8c;
	text-align: center;
}
.present_box .bar_s img{
	width: 275px;
}

.present_notice {
	border: double 4px #bba9a9;
	padding: 4px 0;
	margin: 0.2em 0 8px;
	border-radius: 0.5em;
	text-align: center;
	background: #fff;
	font-weight: bold;
	font-size: 0.95em;
}
.present_notice img{
	width: 100%;
}
.present_notice span{
	display: inline-block;
}
.expansion{
	text-align: center;
	color: #fff;
	padding: 2px;
	background: #357ae8;
}
.present_box a:hover{
	text-decoration: none;
}
a.btn_present {
	background-color: #9e2024;
	box-shadow: 0px 4px 1px #555;
	color: #fff;
	display: block;
	border-radius: .5rem;
	text-align: center;
	font-size: 1.2em;
	padding: 0.5em;
	margin: 0.5em 0;
	transition: all 0.5s;
}
.btn_present:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(4px);
	box-shadow: none;
	border-bottom: none;
}

a.btn_present_off {
	border-bottom: none;
	box-shadow: none;
	background-color: #2d9eba;
}
a.btn_present_off::after {
	content: '応募受付開始までお待ちください';
	font-size: 0.8em;
	display: block;
	color: #ffcccc;
}
a:hover.btn_present_off {
	margin: 0.5em 0;
	color: #fff;
	background-color: #2d9eba;
	border-bottom: none;
}
.yokoku {
	text-align: center;
	background-color: #fffff7;
	padding: 0.5em;
	line-height: 1.3em;
	border: 0.5em #e4e45d solid;
}
.yokoku a{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
.present_box p{
	font-size: 0.83em;
}
.sub_area .present_box {
	width: 90%;
}
.present_box .bar_s img{
	width: 290px;
}
	
}