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

#header	{margin: 0;}

#movie_page-title {width: 100%;
	font-family: '游ゴシック', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin: auto;
	}



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

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

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



/* ご利用について */
.example-box-wp {
  margin-top: 15px;
  flex-flow: column;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.example-box { 
  width: 100%;
}

.example-box:nth-child(1) {
  background: #f4f4f4;
  text-align: center;

}

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

}

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

.movie_right_title {
	margin-top: 25px;
	font-size: 1.4em;
	line-height: 15px;
}

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

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



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

.navi_category {
width: 98%;
 height:auto;
 color:white;
 display:flex;
 flex-flow: column;
 font-size: 1.1em;
 text-align: center;
 margin-bottom: 10px;
 margin-top: 10px;
}

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

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

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

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

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

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

.movie_nav-clear {clear: both;}

/* コンテンツ　カテゴリ */
.movie_category-title{
	background-color: #0ea180;
	height:auto;
	color:white;
	padding: 4px;
	font-size: 1.1em;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
  border-left: solid 5px white;
 border-right: solid 5px white;
}


/* 見出しタイトル  */
.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: 55px;
}

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

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

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


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

.douga-moto {
	background-color:white;
	font-size: 1em;
	line-height:25px;
	width: 68%;
	height: auto;
	padding-bottom: 30px;
	padding-right: 6px;
}

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

	font-size: 0.8em;
	color:white;
	width: 30%;
	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;           /* 文字色を元に戻す */
}




