@charset "UTF-8";
#contents .event_read {
    margin: 20px auto 30px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.8;
}
#contents .s_midashi {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
#contents .s_midashi:before {
    content: "■";
    color: #005aac;
}
#contents .event_btn {
    text-align: center;
}
#contents .btn_horizontal {
	  width: 100%;
	  overflow: hidden;
	  margin: 0 auto 30px;
}
#contents .btn_horizontal li {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
}
#contents .btn_horizontal li:last-child {
    margin: 0;
}
#contents .event_btn02 {
	text-align: center;
	margin: 0 auto 30px;
}
.bg_box{
	background: #c92865;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	line-height: 1.4;
}
.flex{
	display: flex;
}
.flex p{
	width: 76px;
}
.flex p:not(:last-child){
	margin-right: 20px;
}
.event_list{
	display: flex;
	flex-wrap: wrap;
}
.event_list li{
	width: 49%;
	border:1px solid #D85D91;
	margin-bottom: 2%;
	position: relative;
}
.event_list li a:hover{
	text-decoration: none;
	opacity:0.6
}
.event_list li a{
	display: flex;
	height: 100%;
	padding: 13px 13px 13px 20px;
	flex-direction: column;
	justify-content: space-between;
}
.event_list li:nth-child(odd){
	margin-right:2%;
}
.event_list li a::before{
	color:#fff;
	background: #D85D91;
	width: 75px;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top:0;
	left:0;
}
.event_list li:nth-child(1) a::before{
	content:"Aコース";
}
.event_list li:nth-child(2) a::before{
	content:"Bコース";
}
.event_list li:nth-child(3) a::before{
	content:"Cコース";
}
.event_list li:nth-child(4) a::before{
	content:"Dコース";
}
.event_list li:nth-child(5) a::before{
	content:"Eコース";
}
.event_list li:nth-child(6) a::before{
	content:"Fコース";
}
.event_list li:nth-child(7) a::before{
	content:"Gコース";
}
.event_list li:nth-child(8) a::before{
	content:"Hコース";
}
.event_list li .title_area{
	display: flex;
	margin-bottom: 13px;
	justify-content: space-between;
	align-items: flex-start;
}
.event_list li .title_area p{
	color:#D85D91;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.event_list li .title_area .text{
	margin:25px 5px 0 0;
}
.event_list li .title_area img{
	width: 76px;
}
.event_list li .title_area .small{
	color:#333333;
	font-size: 11px;
	font-weight: normal;
	margin-top:5px;
}
.event_list li .detail{
	font-size:12px;
}
.event_list li .right{
	text-align: right;
	margin:auto 0 0 0;
}
.event_list li p span{
	color:#005AAC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 768px){
.bg_box{
	padding: 15px;
	font-size: 1rem;
	width: 100%;
	margin: 0 auto 20px;
}
.flex p{
	width: 66px;
}
.flex p:not(:last-child){
	margin-right: 10px;
}
.event_list{
	display: block;
}
.event_list li{
	width: 100%;
	margin-bottom: 6%;
}
.event_list li a{
	padding: 25px 13px 10px 13px;
}
.event_list li:nth-child(odd){
	margin-right: 0;
}
.event_list li .title_area .text{
	width: 67%;
	margin: 10px 5px 0 0;
}
	#contents .event_read {
	    margin: 20px auto 30px;
	    padding: 20px 0;
	    font-size: 4.375vw;
	    line-height: 1.8;
	}
	#contents .s_midashi {
    font-size: 4.06vw;
    font-weight: bold;
    margin-bottom: 10px;
}
#contents .btn_horizontal {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
}
#contents .btn_horizontal li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}
#contents .btn_horizontal li:last-child {
    margin: 0;
}
#contents .event_btn02 {
	text-align: center;
	margin: 0 auto 20px;
}
}
