@charset "UTF-8";
/* CSS Document */

/* 共通 */
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}

.main{
	font-size:16px;
	line-height:1.5;
	color:#000000;	
}

p{   
	margin-block-start: 0;
    margin-block-end: 0;
}

ul{
	margin:0;
	padding:0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

ul,ul li{
	list-style:none;
}

.bold{font-weight: bold;}

a{color: #204B98;}

a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

header{
	border-bottom: 2px solid #dcdcdc;
}

.headerArea{
	position: relative;
	width: 1000px;
	margin:0 auto;	
}

.headerArea h1{
	width:25%;
	margin:0 auto;
	padding: 30px 0;
}

.headerArea .hmNewslist{
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 14px;
    color: #777777;
	line-height: 1;
}

.headerArea .hmNewslist a{
	text-decoration: none;
	color: #777777;
	position: relative;
  	display: inline-block;
  	padding-right: 15px;
}

.headerArea .hmNewslist a:hover{
	text-decoration: underline;
}

.headerArea .hmNewslist a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ff8300;
  border-right: solid 2px #ff8300;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

.contents{
	background-color:#f4f4f4;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contents p{
	font-size: 15px;
	line-height: 1.6;
}

.contents .allWrap{
	width:1000px;
	margin:0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap; 
}

.w80{width:80%; margin: 0 auto;}
.mt05{margin-top:0.5em;}
.mt1{margin-top:1em;}
.red{color:#DF0003;}	
.y_bg{background:#fbff86;}

.leftBox{
	background-color:#fff;	
	font-size: 14px;
	text-decoration:none;
	color:#000000;
	width:640px;
}

.leftBox .innerBox{
	padding:23px;
}

.pt2 .leftBox .innerBox{
	padding-top:20px;
}

.contents .leftBox .tag{
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	background: #ff8300;
	line-height: 1;
	padding: 8px 10px;
	margin-top: 1em;
	border-radius: 20px;
}

.leftBox h2{
	font-size: 24px;
	padding: 0.3em 0;
	border-bottom: 3px solid #000000;
}

.leftBox .release {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    top: 10px;
}

.leftBox .release span{
	font-size: 14px;
	color: #777777;
	margin: 0.5em 0;
}

.leftBox .release::before {
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("../images/ico_date.svg");
    background-size: 12px 12px;
    width: 15px;
    height: 12px;
}

.leftBox h3{
	margin: 2em 0 1.5em;
	padding: 15px 10px;
	color:#333333;
	background: #f4f4f4;
	font-size: 18px;
	border-radius: 5px;
}

.leftBox p.imgBox img{
	width: 100%;
}

.leftBox p.txtBox{
	margin-top: 1em;
}

.leftBox p.borderBox{
	margin-top: 1em;
	padding: 20px;
	border: 1px #000 solid;
}

.leftBox p.borderBox span.syomei{
	display:block;
	padding-top: 0.5em;
	font-size: 90%;
}

.leftBox .eventInfo{
	margin-top: 1.5em;
	padding: 20px 10px 0;
	border-top: 3px solid #CBCBCB;
	color: #777;
	font-size: 14px;
}

.leftBox .eventInfo a{
	color: #777;
}

.leftBox .info{
	width:100%;
	padding-bottom: 1.5em;
}

.leftBox .info p.txtBox{
	border-top:1px #000 solid;	
	margin:0 23px 1em;
	padding-top: 1em;
	font-size: 16px;
	line-height: 28px; margin-top:1em;
	font-family: YuGothic,'Yu Gothic', Meiryo, sans-serif;
	color: #000;
}

.leftBox .btnArea{
	background: url("../images/bg_stripe.gif") repeat;
	padding: 25px 0;
	margin-top: 0.5em;
}

.leftBox .infoBtn {
	display: block;
	max-width:80%;
	margin: 0 auto;
	text-decoration: none!important;
	text-align: center;
	background:#DF0003;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 2px 3px 11px -1px rgba(127,127,127,0.54);
}

.leftBox .infoBtn span{
	display: inline-block;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	position: relative;
	padding-left: 20px; 
	line-height: 1.5;
	vertical-align:middle;
}

.leftBox .infoBtn span::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}

.leftBox ul.discL{
	padding:0.5em;
}

.leftBox ul.discL li {
    position: relative;
    padding-left: 20px;
	font-size: 15px;
    line-height: 1.6;
}

.leftBox ul.discL li::before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #204B98;
    border-radius: 50%;
}

.leftBox ul.sankou,.leftBox ul.sankou li{
	list-style: disc;
	list-style-position: outside;
	margin-top: 1em;
}

.leftBox ul.sankou li{ 
	margin-left: 23px;
	font-size: 15px;
    line-height: 1.6;
}

.leftBox a.arrow::after{
	display: inline-flex;
    background: url(../images/arrow.svg) no-repeat;
    background-size: auto;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    content: "";
    transform: scaleX(-1);
}

.rightBox{
	width:320px;
	margin: 0 0 0 35px;    
}

.rightBox p.bnrBox img{
	width: 100%;
	padding-bottom: 1em;
}

.rightBox .rensaiList{
	background: #fff;
	padding: 15px 20px;
	margin-top: 1em;
}

.rightBox .rensaiList .ttl{
	font-size: 18px;
	font-weight:bold;
    padding: 0.3em 0;
    border-bottom: 3px solid #000000;
}

.rightBox .rensaiList ul {
	margin-top: 1em;
}

.rightBox .rensaiList ul li{
	margin-top: 1em;
}

.rightBox .rensaiList ul li a{
	text-decoration: none;
}

.rightBox .rensaiList ul li a img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.rightBox .rensaiList ul li div{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

.rightBox .rensaiList ul li .imgBox{
	height: auto;
	width: 30%;
}

.rightBox .rensaiList ul li .imgBox img{
    height: 84px;	
	border-radius:3px ;
	object-fit: cover;
}

.rightBox .rensaiList ul li .txtBox{
	width: 65%;
}

.rightBox .rensaiList ul li .txtBox p{
	font-size: 14px;
	line-height: 1.5;
}

.rightBox .rensaiList ul li p.release {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.rightBox .rensaiList ul li p.release span{
	font-size: 14px;
    color: #777777;
	margin: 0;
}

.rightBox .rensaiList ul li p.release::before {
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/ico_date.svg);
    background-size: 12px 12px;
    width: 15px;
    height: 12px;
}

.copyright{
	background: #474747;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 2em 0;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff8300;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  line-height: 1;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*960px未満*/
@media screen and (max-width: 959px) and (min-width: 560px) {
	img{width: 100%;}
	
	.headerArea{
		width: 100%;
	}
	
	.headerArea h1{
		width:40%;
		margin:0 auto;
	}
	
	.headerArea .hmNewslist{
		position:static;
		text-align: center;
		padding: 0.8em 0;
	}

	.headerArea .hmNewslist a{
		text-decoration: underline;
	}
	
	header {
    	border-bottom: none;
	}	
		
	.contents {
    	width: 100%;		
	}
	
	.contents .allWrap{
		width: 90%;
		margin:0 auto;
		display:block;    	
	}
	
	.leftBox {
    	width: 100%;
	}
	
	.rightBox {
    	width: 100%;
		margin: 2em auto 0;
	}
	
	.rightBox .bnrBox {
    	width: 50%;
    	margin: 0 auto;
	}
	
	.rightBox .rensaiList ul li .imgBox img{
    	height: 150px;	
		border-radius:3px ;
		object-fit: cover;
	}
}

/*560px未満*/
@media screen and (max-width: 559px) {
	img{width: 100%;}
	
	.headerArea{
		width: 100%;
	}
	
	.headerArea h1{
		width:70%;
		padding: 20px 0 10px;
	}
	
	.headerArea .hmNewslist{
		position:static;
		text-align: center;
		padding: 0.8em 0;
	}

	.headerArea .hmNewslist a{
		text-decoration: underline;
	}
	
	header {
    	border-bottom: none;
	}
	
	.contents {
    	width: 100%;
	}
	
	.contents .allWrap {
    	display:block;
		width: 94%;
		margin: 0 auto;
	}
	
	.leftBox {
    	width: 100%;
	}
	
	.rightBox {
    	width: 100%;
		margin: 2em auto 0;
	}
	
	.rightBox .bnrBox {
    	width: 80%;
    	margin: 0 auto;
	}
	
}
