@charset "UTF-8";

/* ############################################## */

.main_img_wrap {
    width: 100%;
    background: url(../sp_img/index/main_img.jpg) no-repeat bottom center;
	background-size: cover;
    margin-bottom: 0;
}
.main_img {
    width: 100%;
	height: 90vh;
    margin: 0 auto;
    position: relative;
}
#border{
/*	border-bottom: 1px solid #4c5c82;*/
	font-size: 22px;
}
.movie h2{
	color: #182241;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	font-weight:bold;
}
.movie p{
	font-size: 16px;
	color: #4C5C82;
	text-align: center;
	padding-bottom: 10px;
}
.movie{
	width: 90%;
	margin: 0 auto;
	padding-top:20px;
	letter-spacing: 2px;
}
#ply{
	width: 100%;
	height: 350px;
}
.main_img dl {
	width: 100%;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main_img dt {
    width: 50%;
	margin:0 auto 4% auto;
}
.main_img dd {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	letter-spacing: 0px;
	text-shadow:0px 2px 5px rgba(0,0,0,0.30);
}
.next_scroll {
	width: 10.8%;
	position: absolute;
	bottom: 20%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

/* ############################################## */

.topics_wrap {
	padding: 50px 0 10px;
	background: #fff;
}
.topics {
	width: 92%;
	margin: 0 auto;
}
.topics_contents {
	width: 100%;
/*	border-bottom: 1px solid #4C5C82;*/
	padding: 0 2.5% 2.5% 2.5%;
	position: relative;
	box-sizing: border-box;
}
.topics_dl_01 span {
    display: none;
}
.topics_dl_01 h2 {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	color: #00164D;
	margin-bottom: 10%;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	padding-top: 4.5%;
}
.topics_dl_01 h2:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #4C5C82;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
}
.topics_dl_02 dt,
.topics_dl_02 dd {
	float: left;
	margin-right: 1.5%;
}
.date {
	font-size: 12px;
	line-height: 1;
	color: #808AA6;
	padding: 2px 0;
    margin-bottom: 2.5%;
}
.category {
	background: #808AA6;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
    margin-bottom: 2.5%;
}
.topics_dl_02 dd {
	font-size: 16px;
	line-height: 26px;
	color: #808AA6;
	width: 100%;
    display: block;
    background: url("../sp_img/index/topics_arrow.png") no-repeat bottom right;
    background-size: 45px auto;
	padding-bottom: 10px;
}
.topics_after  {
    display: none;
}

/* ############################################## */

.contents_menu_wrap_01 {
	width: 100%;
	margin-top: 130px;
	background: #F2F3F6;
	position: relative;
	border-top: 2.6% solid #fff;
}
.contents_menu_wrap_02 {
	width: 100%;
	margin-top: -2.6%;
	background: url(../pc_img/index/contents_menu_bg.png) repeat-x bottom left;
}
.contents_menu {
	width: 100%;
	margin: 0 auto;
}
.contents_menu_0{
	width: 92%;
	margin: 0 auto;
    padding: 50px 0 15px 0;
}
.zlv_banner{
	padding-bottom: 5px;
}
.content_sns_header{
	text-align: center;
}
.content_sns_header img{
	width: 60%;
}
.REDEN_sns{
    padding-bottom: 0px !important;
	text-align: center;
}
.REDEN_sns li{
	margin: 2% 0 2%!important;
}
.contents_menu_01 {
	width: 100%;
    padding-top: 42.26%;
	position: relative;
	margin-bottom: 33%;
}
.contents_menu_01 img {
    width: 77.6%;
    height:auto;
	position: absolute;
	top: 0;
	right: 0;
}
.contents_menu_01 div {
	width:61.5%;
	background: #fff;
	padding: 4.5% 4%;
	box-sizing: border-box;
	position: absolute;
	left: 2.5%;
	top: -40%;
	z-index: 5;
}
.contents_menu_02 {
	width: 100%;
    padding-top: 42.26%;
	position: relative;
	margin-bottom: 10%;
}
.contents_menu_02 img {
    width: 77.6%;
    height:auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_menu_02 div {
    width:61.5%;
	background: #fff;
	padding: 4.5% 4%;
	box-sizing: border-box;
	position: absolute;
	right: 2.5%;
	top: -40%;
	z-index: 5;
}
.contents div span {
	font-size: 10px;
	line-height: 1;
	color: #808AA6;
	margin-bottom: 2%;
}
.contents div h2 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #182241;
	letter-spacing: 2px;
    margin-bottom: 5.5%;
}
.contents div p {
	font-size: 12px;
	line-height: 22px;
	color: #4C5C82;
	margin-bottom: 8%;
}
.contents div a {
	padding: 5.5% 0;
	width: 100%;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	color: #4C5C82;
	font-family: 'Noto Sans', sans-serif;
	border: 1px solid #4C5C82;
	background: #fff url(../sp_img/index/contents_menu_arrow_01.png) no-repeat center right 20%;
    background-size: 5px auto;
	display: block;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}

/* ############################################## */

.bottom_contact_wrap {
	width: 100%;
	background: #fff;
	padding: 13% 0 20% 0;
	margin-top: 0;
}
.bottom_contact {
	width: 92%;
	margin: 0 auto;
}
.bottom_contact h2 {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	color: #00164D;
	margin-bottom: 10%;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	padding-top: 4.5%;
}
.bottom_contact h2:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #4C5C82;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
}
.bottom_contact p {
	width: 80%;
	margin: 0 auto 10% auto;
	font-size: 13px;
	line-height: 23px;
	text-align: left;
	color: #808AA6;
}
.bottom_contact ul {
	width: 53%;
	margin: 0 auto;
}
.bottom_contact li a {
	padding: 7.5% 0;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	color: #4C5C82;
	font-family: 'Noto Sans', sans-serif;
	border: 1px solid #4C5C82;
	background: #fff url(../sp_img/index/contents_menu_arrow_01.png) no-repeat center right 10%;
    background-size: 5px auto;
	display: block;
	border-radius: 5px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}



.slider_inner{
	width: 92%;
	margin:0 auto;
}
.slick-list{
  position: relative; /* ADD */
  overflow: hidden;
  height: 400px;
}

iframe{
width: 100%;
}


.slide-arrow{
    position: absolute;
    z-index: 1;
    width: 50px;
    top: 50%;
    cursor: pointer;

}

.next-arrow {
    right: -15px;
}

.prev-arrow {
    left: -15px;
}



.h2-hl{
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #00164D;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    padding-top: 4.5%;
    }

.h2-hl:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #4C5C82;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    }

  .movie-p{
        font-size: 16px;
    color: #4C5C82;
    text-align: center;
    padding-bottom: 10px;
    }



.bg-gray{
background-color: #F2F3F6;
padding:50px 0;
}


.view-pc{
display: none;
}

.view-sp{
display: block;
}


.shanpoobanner {
    padding-top: 10%;
    width: 92%;
    margin: 0 auto;
}
.news_wrap{
    width: 92%;
    margin: 50px auto;
    }


.view-sp-hl{
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #00164D;
    padding-bottom: 5px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    padding-top: 4.5%;
    }
.view-sp-hl:after{
    content: "";
    width: 20px;
    height: 3px;
    background: #4C5C82;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    }

    .sp-banner_3{
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    color: #00164D;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    padding-top: 4.5%;
    margin-top:50px;
    }

.sp-banner_3:after{
    content: "";
    width: 20px;
    height: 3px;
    background: #4C5C82;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    }