@charset "utf-8";

.content{
	min-width:940px;
}
/* movie */
.top-movie {
	margin: auto;
	text-align: center;
}
ul.top-movie-sp__list ,
.top-movie-sp__list2 {
	display: none;
}

ul.top-movie-pc__list {
	width: 1200px;
	margin: auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
		 -ms-flex-align: center;
		    align-items: center;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
}

ul.top-movie-pc__list li {
	width: 32%;
	margin: auto;
}


.top-movie__item {
	margin-top: 40px;
	position: relative;
  width: 100%;
}

.top-movie__item:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.top-movie__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-movie .button {
	margin: 30px 0;
	display: inline-flex;
}
.top-movie a {
	padding: 18px 4em;
	color: #1383BC;
  background-color: #F7F7F7;
  line-height: 1.5;
  text-decoration: none;
}
.top-movie a:hover {
	color: #FFF;
  background-color: #205167;
}


@media only screen and (max-width: 767px) {
  .top-movie {
    width: 86%;
  }
	ul.top-movie-pc__list {
		display: none;
	}
	ul.top-movie-sp__list {
    margin-top: -30px;
		display: block;
	}
	.slide-arrow {
	  background-color: #FFF;
	  bottom: 0;
	  height: 40px;
	  margin: auto;
	  position: absolute;
	  top: 40px;
	}
	.prev-arrow {
		left: -20px;
	}
	.next-arrow {
		right: -20px;
	}
	.top-movie .button {
		margin: 20px 0;
	}
	.top-movie a {
		padding: 14px 3em;
		font-size: 14px;
	}
}

.news_area, .news_area02, .blog_area{
	width:590px;
	margin:0 auto 100px;
}

.news_area ul li p.date, .blog_area ul li p.date{
	font-size:0.9rem;
	color:#426B7D;
	line-height:1.2rem;
}
.news_area ul li, .news_area02 ul li, .blog_area ul li{
	display:block;
	padding:20px 0;
	border-bottom:1px dotted #DBDCDC;
}
.news_area li a {
	color: #1383BC;
	text-decoration: underline;
}
.news_area li a:hover {
	color: #8AC1DD;
	transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.news_area ul li:last-child, .news_area02 ul li:last-child, .blog_area ul li:last-child{
	border-bottom:none;
}
.news_area ul li p, .news_area02 ul li p, .blog_area ul li p{
	display:block;
	margin-top:4px;
	font-size:0.9rem;
	line-height:1.4rem;
}

.news_area02__201203 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_area02__201203 .image {
	margin-top: -1rem;
}
.news_area02__201203 .text {
	width: 60%;
	margin-right: 2rem;
}
.news_area02__201203 img {
	width: 100%;
}

.news_area02 img.csr_corona {
	margin-top:-35px;
}

p.news__title {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 2rem;
	font-weight: bold;
}


@media only screen and (max-width: 767px) {
	.news_area02__201203 {
		flex-direction: column;
	}
	.news_area02__201203 .image {
		margin: auto;
		text-align: center;
		margin-top: 2rem;
	}
	.news_area02__201203 .text {
		width: 100%;
		margin-left: 0rem;
	}
	.news_area02__201203 img {
		margin: auto;
		width: 60%;
	}
	p.news__title {
		margin-bottom: 0.4rem;
	}
}

.blog_area ul li p{
	display:inline-block;
	margin-top:4px;
	font-size:0.9rem;
	line-height:1.4rem;
}

.blog_area ul li a {
  display: block;
}

.blog_area .more,
.news_area .more {
  display: inline-block;
  margin: 30px 0;
  text-align: right;
  display: block;
}

.video__filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(78, 80, 94, 0.6) url(../images/video_overlay.png);
}

.sub-menu-wrap {
  width: 991px;
  background: #032434;
  position: relative;
  margin: 0 auto 80px;
  height: 361px;
}

.sub-menu li {
  display: block;
  transform: skew(-20deg,0);
  -webkit-transform: skew(-20deg,0);
  -moz-transform: skew(-20deg,0);
}

.sub-menu li a{
  display: block;
}

.sub-menu li:first-child {
  z-index: 106;
  position: absolute;
  top:0px;
  left: 65px;
  background-repeat: no-repeat;
  background-position: left top;
}

.sub-menu li:nth-child(2) {
  z-index: 105;
  position: absolute;
  top:0px;
  left: 208px;
  background-repeat: no-repeat;
  background-position: left top;
}


.sub-menu li:nth-child(3) {
  z-index: 104;
  position: absolute;
  top:0px;
  left: 351px;
  background-repeat: no-repeat;
  background-position: left top;
}


.sub-menu li:nth-child(4) {
  z-index: 103;
  position: absolute;
  top:0px;
  left: 494px;
  background-repeat: no-repeat;
  background-position: left top;
}


.sub-menu li:nth-child(5) {
  z-index: 102;
  position: absolute;
  top:0px;
  left: 637px;
  background-repeat: no-repeat;
  background-position: left top;
}

.sub-menu li:nth-child(6) {
  z-index: 101;
  position: absolute;
  top:0px;
  left: 780px;
  background-repeat: no-repeat;
  background-position: left top;
}

.business_content_bg{
	width:100%;
	background:url(../images/business_content_bg.jpg) no-repeat top center;
	background-attachment:fixed;
	background-size:cover;
	height:480px;
	position:relative;
}

.ghost_title{
	position:relative;
	width:800px;
	margin:0 auto;
}

.ghost_title h3{
	position:relative;
	left:320px;
	top:60px;
	width:490px;
	border:1px solid #224D62;
	text-align:center;
	line-height:36px;
	letter-spacing:0.4rem;
	font-size:1.6rem;
	color:#224D62;
	padding:1% 0;
	font-weight:normal;
}
.ghost_title h3 img{
	display:inline-block;
	margin:0 15px 0 15px ;
}
.ghost_title h3 font{
	font-size:0.9rem;
	letter-spacing:0.2rem;
	color:#224D62;
	vertical-align:middle;
}



.business_area{
	width:100%;
	background:url(../images/businnes_area.jpg) no-repeat top center;
	background-size:cover;
	height:480px;
}

.business_area h4{
	width:590px;
	display:block;
	position:relative;
	top:70px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	line-height:4em;
	letter-spacing:0.2rem;
	margin:0 auto;
	border-bottom:1px solid #3F5762;
}

.business_area p{
	width:590px;
	display:block;
	position:relative;
	color:#fff;
	line-height:2.2rem;
	margin:70px auto 0;
}

.business_area a{
	width:319px;
	height:57px;
	color:#fff;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:55px;
	position:relative;
	margin:60px auto 0;
}


/*=================================*/
.business_content_bg2{
	width:100%;
	background:url(../images/business_content_bg2.jpg) no-repeat center center;
	background-attachment:fixed;
	background-size:cover;
	height:480px;
	position:relative;
}


.business_area2{
	width:100%;
	background:url(../images/businnes_area2.jpg) no-repeat top center;
	background-size:cover;
	height:480px;
}

.business_area2 h4{
	width:590px;
	display:block;
	position:relative;
	top:70px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	line-height:4em;
	letter-spacing:0.2rem;
	margin:0 auto;
	border-bottom:1px solid #3F5762;
}

.business_area2 p{
	width:590px;
	display:block;
	position:relative;
	color:#fff;
	line-height:2.2rem;
	margin:70px auto 0;
}
.business_area2 a{
	width:319px;
	height:57px;
	color:#fff;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:55px;
	position:relative;
	margin:60px auto 0;
}


/*=================================*/
.business_content_bg3{
	width:100%;
	background:url(../images/business_content_bg3.jpg) no-repeat center center;
	background-attachment:fixed;
	background-size:cover;
	height:480px;
	position:relative;
}


.business_area3{
	width:100%;
	background:url(../images/businnes_area3.jpg) no-repeat top center;
	background-size:cover;
	height:480px;
}

.business_area3 h4{
	width:590px;
	display:block;
	position:relative;
	top:70px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	line-height:4em;
	letter-spacing:0.2rem;
	margin:0 auto;
	border-bottom:1px solid #3F5762;
}

.business_area3 p{
	width:590px;
	display:block;
	position:relative;
	color:#fff;
	line-height:2.2rem;
	margin:70px auto 0;
}
.business_area3 a{
	width:319px;
	height:57px;
	color:#fff;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:55px;
	position:relative;
	margin:60px auto 0;
}


/*=================================*/
.business_content_bg4{
	width:100%;
	background:url(../images/business_content_bg4.jpg) no-repeat center center;
	background-attachment:fixed;
	background-size:cover;
	height:480px;
	position:relative;
}


.business_area4{
	width:100%;
	background:url(../images/businnes_area4.jpg) no-repeat top center;
	background-size:cover;
	height:480px;
}

.business_area4 h4{
	width:608px;
	display:block;
	position:relative;
	top:70px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	line-height:4em;
	letter-spacing:0.2rem;
	margin:0 auto;
	border-bottom:1px solid #3F5762;
}

.business_area4 p{
	width:608px;
	display:block;
	position:relative;
	color:#fff;
	line-height:2.2rem;
	margin:70px auto 0;
}
.business_area4 a{
	width:319px;
	height:57px;
	color:#fff;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:55px;
	position:relative;
	margin:60px auto 0;
}


/*=================================*/
.business_content_bg5{
	width:100%;
	background:url(../images/business_content_bg5.jpg) no-repeat center center;
	background-attachment:fixed;
	background-size:cover;
	height:480px;
	position:relative;
}


.business_area5{
	width:100%;
	background:url(../images/businnes_area5.jpg) no-repeat top center;
	background-size:cover;
	height:480px;
}

.business_area5 h4{
	width:590px;
	display:block;
	position:relative;
	top:70px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	line-height:4em;
	letter-spacing:0.2rem;
	margin:0 auto;
	border-bottom:1px solid #3F5762;
}

.business_area5 p{
	width:590px;
	display:block;
	position:relative;
	color:#fff;
	line-height:2.2rem;
	margin:70px auto 0;
}
.business_area5 a{
	width:319px;
	height:57px;
	color:#fff;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:55px;
	position:relative;
	margin:60px auto 0;
}


/*=================================*/
.business_content_bg6{
	width:100%;
	background:url(../images/business_content_bg6.jpg) no-repeat center center;
	background-attachment:fixed;
	background-size:cover;
	height:480px;
	position:relative;
}


.business_area6{
	width:100%;
	background:url(../images/businnes_area6.jpg) no-repeat top center;
	background-size:cover;
	height:480px;
}

.business_area6 h4{
	width:590px;
	display:block;
	position:relative;
	top:70px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	line-height:4em;
	letter-spacing:0.2rem;
	margin:0 auto;
	border-bottom:1px solid #3F5762;
}

.business_area6 p{
	width:590px;
	display:block;
	position:relative;
	color:#fff;
	line-height:2.2rem;
	margin:70px auto 0;
}
.business_area6 a{
	width:319px;
	height:57px;
	color:#fff;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:55px;
	position:relative;
	margin:60px auto 0;
}
/*=================================*/

.content_actual {
  margin: 100px auto 0;
}
.content_actual .actual_list {
  margin: 40px auto 0;
  max-width: 1920px;
}
.content_actual .actual_list ul li {
  width: 25%;
  float: left;
}
.actual_image {
  width: 100%;
  height: auto;
  margin: 100px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.actual_image img {
  width: 25%;
}

.ghost_title2{
	position:relative;
	width:800px;
	margin:0 auto;
}

.ghost_title2 h3{
	position:relative;
	width:490px;
	border:1px solid #224D62;
	text-align:center;
	line-height:36px;
	letter-spacing:0.4rem;
	font-size:1.6rem;
	color:#224D62;
	padding:1% 0;
	font-weight:normal;
	margin:0 auto;
}
.ghost_title2 h3 img{
	display:inline-block;
	margin:0 15px 0 15px ;
}
.ghost_title2 h3 font{
	font-size:0.9rem;
	letter-spacing:0.2rem;
	color:#224D62;
	vertical-align:middle;
}

.content_actual .actual_list{
	margin:40px auto 0;
    max-width: 1920px;
}

.content_actual .actual_list ul{

}
.content_actual .actual_list ul li{
	width:25%;
	float:left;
}

figcaption div p.area_osaka{
	display:block;
	width:227px;
	font-size:0.7rem;
	line-height:1.8rem;
	color:#fff;
	margin:0 auto 15px;
}

figcaption div p.area_osaka font{
	font-size:0.8rem;
	display:inline-block;
	background:#C0D4C3;
	line-height:1.8rem;
	color:#0B4157;
	margin-right:8px;
	width:50%;
	text-align:center;
}


figcaption div p.area_hyougo{
	display:block;
	width:227px;
	font-size:0.7rem;
	line-height:1.8rem;
	color:#fff;
	margin:0 auto 15px;
}

figcaption div p.area_hyougo font{
	font-size:0.8rem;
	display:inline-block;
	background:#F0ECCD;
	line-height:1.8rem;
	color:#0B4157;
	margin-right:8px;
	width:50%;
	text-align:center;
}

figcaption div p.area_tokyo{
	display:block;
	width:227px;
	font-size:0.7rem;
	line-height:1.8rem;
	color:#fff;
	margin:0 auto 15px;
}

figcaption div p.area_tokyo font{
	font-size:0.8rem;
	display:inline-block;
	background:#C6DEEB;
	line-height:1.8rem;
	color:#0B4157;
	margin-right:8px;
	width:50%;
	text-align:center;
}

figcaption div h3{
	background:url(../images/figcaption_h3.png) no-repeat center center;
	background-size:227px;
	display:block;
	width:227px;
	height:32px;
	line-height:32px;
	font-weight:normal;
	margin:20px auto;
}

figcaption div a{
	background:url(../images/figcaption_btn.png) no-repeat center center !important;
	background-size:227px !important;
	width:227px;
	height:29px;
	color:#fff;
	font-size:0.8rem !important;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:29px !important;
	position:relative !important;
	margin:15px auto 0;
}
figcaption div a:hover{
	  color:#fff;

}

.actual_btn, a.actual_btn_link{
	display:block;
	background:url(../images/ghost_btn2.png) no-repeat center center !important;
	background-size:cover;
	width:319px;
	height:58px;
	color:#898989;
	letter-spacing:0.4rem;
	text-align:center;
	line-height:58px;
	position:relative;
	margin:40px auto 0;
}

#frist_hidden_actual_list{
  display: none;
  margin-top: 0px;
}

.station_name {
  height: 30px;
  width: 45%;
  font-size: 0.7rem;
  display: block;
  text-align: left;
  float: right;
}

.snip1353 h3.two-line {
  line-height: 20px;
}
