/* タイトルhead*/
.wrap{
max-width: 1000px;
	margin: 0 auto;
	color: #333;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrap h2{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 1.5em 1em 0em 1em;
}
.interview_list{
	max-width: 768px;
	margin: 50px auto;
}
.interview_list li{
	list-style: none;
}
.interview_list li:first-child{
	border-top: 1px solid #ccc;
}
.interview_list li a:link , .interview_list li a:visited{
	text-decoration: none;
	list-style: none;
	color: #333;
}
/* 戻るボタン*/
.back{
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}
a:link.back  , a:visited.back {
	display: block;
	color:#999;
	text-decoration: none;
}
a:hover.back{
	background-color: #eee;
}
.icon_back{
border-bottom: solid 3px rgba(0,136,223,0.95);
  border-left: solid 3px rgba(0,136,223,0.95);
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
	position: absolute;
	top:35%;
	left:0
}

@media screen and (max-width: 768px) {
.wrap img.ymc_logo{
	max-width: 90px;
	display: block;
}
}

/* 画像の保存を禁止する */
.ly_book .mySwiper2 img{
	pointer-events: none;
}
/* 画像の保存を禁止する(スマホの場合は長押しをさせない)*/
@media screen and (max-width: 768px) {
.ly_book .mySwiper2 img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
}


.ly_book {
position: relative;
height: 100%;
max-width: 1000px;
	margin: auto;
background-color: #000;
	border-radius: 10px;
}

.swiper {
width: 100%;
max-width: 600px;
height: auto;
}

.swiper-slide {
text-align: center;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
}
.swiper-slide img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.swiper-slide{
	position: relative;
}
.swiper-slide span{
	display: block;
	color:#fff;
	position: absolute;
	top:0;
	left:0;
	background-color:rgba(0,136,223,0.95);
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 0.75em;
	z-index: 2;
	cursor: pointer;
}

.swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
background-size: cover;
background-position: center;
}

.mySwiper2 {
height: 100%;
width: 100%;
}

.mySwiper {
height: 20%;
box-sizing: border-box;
padding: 0 10px;
}

.mySwiper .swiper-slide {
width: 25%;
opacity: 0.2;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.swiper-slide img {
display: block;
object-fit: cover;
padding: 10px;
}



@media screen and (max-width: 600px) {
	.mySwiper2 .swiper-slide img {
		padding: 0 0 10px 0;
	}
}