/*============================================================
TOPICS15
*/
.topimg{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;	
  margin-top: 30px;
}
.topbackimg{
  width: 100%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(../../assets/images/event/report/topback.png);
  background-repeat: no-repeat;
  background-size: 100%;
	margin-bottom: 10px;
}

.topimg img{
  width: 100%;
}
.picture_img{
	  width: 90%;
	  margin-left: auto;
  margin-right: auto;
  text-align: center;
	margin-bottom: 30px;
}
.picture_img img{
	  width: 100%;
}
.text_contents{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.contents_block{
width:100%;
height: 35px;
margin-left: auto;
margin-right: auto;
background-image: url(../../assets/images/event/report/line.png);
background-repeat: repeat-x;
background-size:contain;
text-align: center;
margin-bottom: 50px;
}

.event_year{
	width: 120px;
　display: inline-block;
  position: relative;
  height: 44px;
  line-height: 60px;
  text-align: left;
  padding: 3px 0;
font-size: small;
font-weight: bolder;
  background: coral;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.event_year h5 {
  margin: 0;
  padding: 0 20px;
  border-top: dashed 1px #FFF;/*上の破線*/
  border-bottom: dashed 1px #FFF;/*下の破線*/
  line-height: 36px;
}
.event_year:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.event_year:after {
    top: 0;
  right: 0;
  border-width: 22px 10px 22px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.event_title{
width: 90%;
padding: 1px 1px 5px;
	margin-left: auto;
	margin-right: auto;
border-bottom: dashed 3px #F8DF2D;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 24px;
	font-weight:bolder;
	line-height: 2em;
}

.howto{
	width: 80%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDF8D5;
	border-radius:25px;
		margin-bottom: 20px;
	margin-top: 10px;
}
.howtocontents{
	padding: 5px 15px;
	border: dashed 2px #D01677;
	border-radius:20px;
	}
.howto_title{
	font-size: Large;
	font-weight: bold;
	 color: #D01677;
}
.text_toha{
	 color: #0F0F0F;
	font-size: small;
}
.howto_title:before {
  content: '◆';
  color: #A0C4E8;
}
.report_btn{
	display: block;
	padding: 10px 15px;
	border-radius:15px;
	 color: #ffffff;
	background-color: #D01677;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.report_btn:hover{
	background-color: #E497B5;
}
.report_btn a{
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
@media only screen and (max-width: 768px){
.topimg{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
}
.toptext{
  margin-top: 20px;
}
.picture_img{
	  width: 90%;
}
	.event_title{
width: 90%;
font-size: 18px;
}
	
	.event_year{
	width: 150px;
　display: inline-block;
  position: relative;
  height: 44px;
  line-height: 60px;
  text-align: left;
  padding: 3px 0;
font-size: small;
font-weight: bolder;
  background: coral;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.event_year h5 {
  margin: 0;
  padding: 0 20px;
  border-top: dashed 1px #FFF;/*上の破線*/
  border-bottom: dashed 1px #FFF;/*下の破線*/
  line-height: 36px;
}


}
/*
.article_block
*/
.article_block > p{
  margin-bottom:54px;
}
@media only screen and (max-width: 768px){
  .article_block > p{
    margin-bottom:7%;
  }
}

.storytime{
  width: 60%;
  font-weight:bold;
  padding:5px 0 5px 30px;
  color: #1D2088;
  font-size:120%;
  margin-bottom:20px;
  line-height:1.4;
  border-bottom: dashed 2px;
	border-bottom-color: #F4E128;
}

@media only screen and (max-width: 768px){
 .storytime{
  width: 100%;
    padding:3px 0 5px 15px;
    margin-bottom:5.2%;
  font-size:110%;
  }
}
.article_block .pic{
  margin:0 auto 30px;
  width:100%;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 768px){
  .article_block .pic{
    margin:0 auto 4%;
  }
}
.article_block_01 .pic1{
  max-width:448px;
  
}
.article_block_02 .pic2{
  max-width: 448px;
}
.article_block_03 .pic3{
  max-width:448px;
}

.display_none { display: none !important; }


.pc { display: block !important; }
.sp { display: none !important; }
 

@media only screen and (max-width: 768px){
    .pc { display: none !important; }
    .sp { display: block !important; }
}

 