﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
}

body{
	font-family:"Meiryo UI","Meiryo", sans-serif;
	font-size:105%;
	line-height:1.4em;
	color: #000000;
	overflow: auto;
    padding-top: 5px;
    box-sizing: border-box;
}
body#mokuji{
	background: #f7f7f7;	
}
body#control{
	background: #e37d95;
}

img{
	border:none;
}

/*clearfix*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}


/*------------目次エリア------------*/
/*
#mokujiArea {
	margin: 5px 30px 0 30px;
}
*/

#mokujiArea {
	margin: 0px 25px;
  position: relative;
}

h2 {
	border-bottom: 2px solid #e37d95;
}

/*
#mokujiBox {
	margin: 25px 30px 0 30px;
}
*/

#mokujiBox {
	margin: 25px 25px 0 25px;
}

.mokuji_l {
	float: left;
	width: 48%;
}

.mokuji_r {
	float: left;
	margin-left: 4%;
	width: 48%;
}

#mokujiBox p{
	background: #e37d95;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 3px 3px 10px;;
}

#mokujiBox ul {
	margin: 18px 0;
}

#mokujiBox ul.no_mb {
	margin-bottom: 0;
}

#mokujiBox li {
	list-style: none;
	background:url(../images/arrow.png) 3px 4px no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}

#mokujiBox li a{
	text-decoration: none;
	color: #000000;
}

#mokujiBox li a:hover{
	text-decoration: underline;
	color: #0078d8;
}

 /*  .caution{
  left: 30px;
  top: 460px;
  position: absolute;
margin: -120px 25px 0 25px;
}*/

#mokujiBox p.note{
	border: 1px solid #000;
	color:#000066;
	background-color: #fff;
	font-weight: normal;
	border-radius:0;
}

/*------------コントロールエリア------------*/


#controlArea {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: center;
}

#controlArea #topBox {
	margin: 25px 10px;
}

#controlArea img:not(.gifAnime){
	width: 100%;
	height: auto;
}

#controlArea #midBox{
	visibility: hidden;
	position: absolute;
	left:50%;
	/*margin-left: -75px;*/
}

#controlArea #controlBtn{
	margin: 20px;
	position: absolute;
	bottom: 20px;
	text-align:center;
}

#controlArea #controlBtn p{
	float: left;
	width: 49%;
	margin-top: 10px;
}

#controlArea #controlBtn p.leftBtn{
	float: right;
}


/*------------項目ページ(001.html)------------*/
.l-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e37d95;
    padding: 5px 10px;
    margin:0 5px 5px ;
    box-sizing: border-box;
    background-image: url(../images/headr_bg.png);
    background-position: 102% center;
    background-repeat: no-repeat;
    padding-right: 130px;
    border-radius: 5px;
    font-family: "A-OTF 新ゴ Pro";
    line-height: 1;
}
.l-header__tit{    
    color: #fff;
    letter-spacing: 3px;
    font-size: 2rem;
    display: inline-block;
    margin-right: 30px;
    vertical-align: super;
    height: 25px;
}
.l-header__tit img,
.l-header__tit object{    
    height: 25px;
    width: 185px;
    pointer-events: none;
}
.l-header__box{
    display: inline-block;
    
}
.l-header__box .l-header__btn{
    width: 125px;
}
/*--
.l-header__btn{
    color:#e37c94;
    background: #f7d8df;
    display: inline-block;
    padding:8px 15px;
    text-decoration: none;
    border-radius: 10px;
    margin: 5px;
    font-weight: bold;
}
.l-header__btn.back img{
    transform: scale(-1, 1);
}
--*/
.l-header__btn{
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
    height: 35px;
    width: 110px;
    position: relative;
}
.l-header__btn img,
.l-header__btn object{
    height: 100%;
    width: auto;
    pointer-events: none;
}

.l-header__btn.bg_gray{
    cursor: default;
}
.l-header__btn.bg_gray{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}
.over_img{
    position: absolute;
    top:0;
    bottom:0;
    opacity: 0;
    transition: all ease .4s;
}
.l-header__btn:hover .over_img{
    opacity: 1;
}
.video_box{
    margin:auto;
    padding: 5px 25px;
    border-top: 0;
    box-sizing: border-box;
    height: auto;
    width: auto;
    position: relative;
    max-width: 1280px;
    max-height: calc(100% - 100px)
}
.video_box video{
    max-width: 100%;
    max-height:  calc(100vh - 110px);
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}
*:focus{
  outline: none;
}
.clr_black{
    color:#8c8c8c;
}

.youtube_video{
    position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.youtube_video iframe{
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}