/* ### レイアウト ### */
#container	{width: 100%;}



/* タイトル */
.movie_page-title {width: 92%;
	height: 65px;
	float: left;
	border-bottom:3px solid #0ea180;
}

.movie_page-title_green	{width: 8%;
	height: 65px;
	float: right;
	position: relative;
	border-bottom:3px solid #0ea180;
}

.movie_page-title_green img	{
	position: absolute;
	bottom: 0;
}
    
.movie_page-title-clear	{clear: both;}



/* ご利用について */
.example-box-wp {
	margin-top: 20px;
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.example-box{ 
	width:48%;
}
.example-box:nth-child(1){
	display: flex;
	flex-wrap: wrap;
	background:#f4f4f4;
	text-align: center;
}

.example-box img {
	width: 40%;
    height: auto;
	border-left: solid 10px #f4f4f4;
	border-right: solid 10px #f4f4f4;
	margin-top: 15px;
	margin-bottom: 15px;
}

.example-box:nth-child(2){
  background:white;
  padding-left: 15px;
}

.movie_right_title{
	font-size: 1.5em;
	line-height:15px;
}

.movie_right_copy {
	font-size: 1.1em;
	line-height:30px;
}



/* ナビゲーションメニュー */

.navi_category {
 width:100%;
 height:auto;
 color:white;
display:flex;
justify-content: center;
 font-size: 1em;
 text-align: center;
 margin-bottom: 20px;
 margin-top: 20px;
}

.navi-1{
 background-color:#0ea180;
 padding: 2px;
 border-right: solid 5px #f4f4f4;
}

.navi-2{
 background-color:#0ea180;
 padding: 2px;
 border-left: solid 5px #f4f4f4;
 border-right: solid 5px #f4f4f4;
}

.navi-3{
 background-color:#0ea180;
 padding: 2px;
 border-left: solid 5px #f4f4f4;
 border-right: solid 5px #f4f4f4;
}

.navi-4{
 background-color:#0ea180;
 padding: 2px;
 border-left: solid 5px #f4f4f4;
 border-right: solid 5px #f4f4f4;
}

.navi-5{
 background-color:#0ea180;
 padding: 2px;
 border-left: solid 5px #f4f4f4;
 border-right: solid 5px #f4f4f4;
}

.navi-6{
 background-color:#0ea180;
 padding: 2px;
 border-left: solid 5px #f4f4f4;
}



.movie_nav-clear {clear: both;}


/* コンテンツ　カテゴリ */
.movie_category-title{
	background-color: #0ea180;
	height:auto;
	color:white;
	padding: 2px;
 	font-size: 1em;
	text-align: center;
	margin-bottom: 30px;
}


/* 見出しタイトル  */
.midashi-title {
	float:left;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
}

.title-logo {
	background-color:white;
	width: 10%;
	border-bottom:2px solid #0ea180;
	height: 70px;
}

.title-logo img {
	width: 50%;
}

.title-moji {
	font-size: 1.4em;
	padding-top: 5px;
	width: 90%;
	border-bottom:2px solid #0ea180;
	height: 65px;
}

.midashi-title-clear {clear: both;}


/* 動画タイトル　*/
.douga-title {
 float:left;
}

.douga-moto {
	background-color:white;
	font-size: 1.1em;
	width: 78%;
	height: auto;
	padding-bottom: 30px;
}

.douga-saisei {
	text-align: center;
	font-family: '游ゴシック', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color:#ef8313;
	padding-top: 2px;
	padding-bottom: 2px;

	font-size: 1.1em;
	color:white;
	width: 22%;
	height: auto;
}

.douga-title-clear {clear: both;
}


/* トップへ戻るボタンのスタイル */
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background: #006400;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
               "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  transition: opacity 0.3s;
  z-index: 9999;
}

/* ホバー時 */
.back-to-top:hover {
  opacity: 1;
}

/* クリック中の状態 */
.back-to-top:active {
  color: #fff;           /* 文字色を元に戻す */
}

/* 訪問済みリンクの状態 */
.back-to-top:visited {
  color: #fff;           /* 文字色を元に戻す */
}


