@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: 20px auto 10px;
    padding: 0.7em;
    background: linear-gradient(0deg, #ff86f2, #ffffff);
    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: #fff;
}

.present_box p{
    font-size: 0.9em;
    padding: 5px 0 10px;
    line-height: 1.6;
    color: #042c65;
}
.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%;
}
.expansion{
    text-align: center;
    color: #fff;
    padding: 2px;
    background: #357ae8;
}
.present_box a:hover{
    text-decoration: none;
}
a.btn_present {
	color: #ffffff;
    background-color: #ff396b;
    box-shadow: 0px 4px 1px #efefef;
    display: block;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.2em;
    padding: 0.5em;
    margin: 0.5em 0;
}
.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: #ef7f7f;
}
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: #ef7f7f;
	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;
}
.present_notice img{
    width: 80%;
    margin: 0 auto;
}
}