/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
	background: white;
}
.__min {
	font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.__goth {
	font-family: YakuHanJP,'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

* {
	box-sizing: border-box;
}

#news{
	/*background: #ebca0b url(../img/bg.jpg) center top repeat-y;
	background-size: 100% auto;*/
	background: white;
	color: rgba(0,0,0,1.0);
	line-height: 1;
	box-sizing: border-box;
}
#news .container {
	box-sizing: border-box;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	padding: 30px 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#news h1{
	color: #5693AE;
	font-size: 30px;
	font-family: 'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
	margin-bottom: 20px;
	/* margin: 30px 0 0 0; */
	border-bottom: 2px solid #5693AE;
	padding-bottom:10px;
}
#news h1 > img{
	width: 125px;
}
#news h1 span{
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	/* font-size: 1rem; */
	/* padding: 0 0 0 20px; */
}
#news a {
	color: #5693AE;
	text-decoration: underline;
}
#news a:hover {
	color: #5693AE;
	text-decoration: none;
}
#news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 50px 0;
	border-bottom: 1px dotted rgba(0,0,0,1.30);
}
#news dl:nth-last-of-type(1) {
	border-bottom: none;
}
#news dl dt {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.5em;
	margin: 0;
	padding: 30px 0 20px 0;
	color: #5693AE;
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#news dl dt:first-child {
	padding: 0 0 2em 0;
}
#news dl dd {
	margin: 0;
}
#news dl dd:last-child {
	border-bottom: none;
}
#news dl dt span {
	font-size: 13px;
	display: block;
	padding: 0 0 10px 2rem;
	float: right;
	color: rgba(0,0,0,1.30);
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#news img {
	max-width:100%;
	/*max-width:750px;*/
	height:auto !important;
	vertical-align: top;
}
#news img.size-L {
	max-width: 100%;
}
#news img.size-M {
	width: 600px;
}
#news img.size-S {
	width: 400px;
}
#news img.size-XS {
	width: 200px;
}
#news img.size-m:nth-child(n+2) {
	margin-left: 1%;
}
#news img.size-s:nth-child(n+2) {
	margin-left: 1%;
}
#news img.c {
  display: block;
  margin: 0 auto;
}
#news p{
	font-size: 0.96rem;
	margin: 0 0 2em;
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.8;
	font-family:  "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(0,0,0,1.30);
}
#news .button{
	display: none;
}

.__2x {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	letter-spacing: -0.4em;
}
.__2x li {
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.__2x li img {
	max-width: 100% !important;
	height: auto;
}
.__2x li span {
	display: block;
	font-size: 11px;
}

.__3x {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	letter-spacing: -0.4em;
}
.__3x li {
	width: 33.3333333%;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.__3x li img {
	max-width: 100% !important;
	height: auto;
}
.__3x li span {
	display: block;
	font-size: 11px;
	text-align: center;
}

.__4x {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	letter-spacing: -0.4em;
}
.__4x li {
	width: 25%;
	display: inline-block;
	/*float: left;*/
	letter-spacing: normal;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.__4x li img {
	max-width: 250px !important;
	width: auto;
	vertical-align: top;
	margin-bottom: 7px;
}
.__4x.__bd li img {
	max-width: 100% !important;
	height: auto;
	vertical-align: top;
	margin-bottom: 7px;
}
.__4x li span {
	display: block;
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.__L {
	width: 20%;
	float: left;
	padding-right: 15px;
}
.__R {
	width: 80%;
	float: left;
}
.__R p {
	margin: 0 0 1em !important;
}
.__L.__2 {
	width: 30%;
	float: left;
	padding-right: 15px;
}
.__R.__2 {
	width: 70%;
	float: left;
}


/*yotube*/
.__movie-wrap {
	margin: 0 auto 50px;
	width: 100%;
	/*max-width: 720px;*/
	max-width: 100%;
	position: relative;
	/*top: 50%;
	left: 0;
	transform: translateY(-50%);*/
}
.__movie-wrap-inner {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.__movie-wrap-inner iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

@media screen and (max-width:640px) {

	#news .container {
		width: 98%;
		margin: 0 auto;
		padding: 4%;
		max-width: initial;
	}
	#news dl {height:auto;}
	#news dl dt span {
		float: none;
		clear: both;
		padding: 0;
		color: rgba(0,0,0,1.30);
	}
	#news img.size-L,
	#news img.size-M,
	#news img.size-S,
	#news img.size-XS {
		max-width:100%;
		width: 100%;
		margin: 0 0 1% 0 !important;
	}
	#news .button{
		display: block;
		margin: 30px auto 0;
		border: solid 2px rgba(0,0,0,1.0);
		color: rgba(131,0,93,1.0);
		text-align: center;
		width: 250px;
		border-radius: 3px;
		padding: 15px 0;
	}
	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #E85298;
	}
	#news .button a img{
		width: 80px;
		display: block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.__2x {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		letter-spacing: -0.4em;
	}
	.__2x li {
		width: 100%;
		display: inline-block;
		letter-spacing: normal;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		vertical-align: top;
	}
	.__2x li img {
		max-width: 100% !important;
		height: auto;
	}

	.__3x {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		letter-spacing: -0.4em;
	}
	.__3x li {
		width: 100%;
		display: inline-block;
		letter-spacing: normal;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		vertical-align: top;
	}
	.__3x li img {
		max-width: 100% !important;
		height: auto;
	}

	.__4x {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 10px;
		letter-spacing: -0.4em;
	}
	.__4x li {
		width: 49%;
		display: inline-block;
		/*float: left;*/
		letter-spacing: normal;
		margin-left: 0;
		margin-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: top;
	}
	.__4x li img {
		max-width: 100% !important;
		height: auto;
		vertical-align: top;
		margin-bottom: 7px;
	}
	.__4x li span {
		display: block;
		font-size: 10px;
	}
	
	.__L {
		width: 45%;
		float: inherit;
		padding-right: 0;
		margin: 0 0 1em; 0
	}
	.__L.__2 {
		width: 100%;
		float: inherit;
		padding-right: 0;
		margin: 0 0 1em; 0
	}
	.__R,
	.__R.__2 {
		width: 100%;
		float: inherit;
	}

}


.__mainCast {
	display: flex;
	margin-bottom: 2em;
}
.__mainCast .__ph {
	width: 180px;
}
.__mainCast .__tx {
	width: calc(100% - 180px);
	padding-left: 15px;
}
@media screen and (max-width:768px) {
	.__mainCast .__ph {
		width: 80px;
	}
	.__mainCast .__tx {
		width: calc(100% - 80px);
		padding-left: 15px;
	}
}


/***** 20201012 cpn *****/
.ev1_detail {
  display: none;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.steps > div {
  width: 48%;
  margin-bottom: 1.5em;
  text-align: center;
}
.steps .ttl {
  font-size: 1.1em;
  margin: 0.5em;
}
.steps .tw a {
  display: block;
  height: 3em;
  margin-top: 1em;
  text-align: center;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 3em;
  background: #00aced;
  transition: .25s;
}
.steps .inst a {
  display: block;
  height: 3em;
  margin-top: 1em;
  text-align: center;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 3em;
  background: -moz-linear-gradient(top left,#3c48c7,#c52ea4 33%,#ff7044 66%,#feda7d);
  background: -webkit-linear-gradient(top left,#3c48c7,#c52ea4 33%,#ff7044 66%,#feda7d);
  background: linear-gradient(to bottom right,#3c48c7,#c52ea4 33%,#ff7044 66%,#feda7d);
  transition: .25s;
}
.steps > div a:hover {
  opacity: .75;
}
@media screen and (max-width:768px) {
  .steps > div {
    width: 100%;
  }
}

.ev2 {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.ev2.open {
  height: auto;
}
.ev2 .more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 120px;
}
.ev2 .more::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 0;
}
.ev2 .more span {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 80px;
  text-align: center;
  font-size: 0.9em;
  color: #5693AE;
  cursor: pointer;
  z-index: 1;
}
.ev2.open .more {
  display: none;
}
.ev2 .close {
  display: none;
}
.ev2.open .close {
  display: block;
  margin-top: 1.5em;
  text-align: center;
  font-size: 0.9em;
  color: #5693AE;
  cursor: pointer;
}