#header {
	z-index: 1000;
	position:relative; 
	display:block; 
	width: 100%; 
}

.msg_container {
	width: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}

.msg_wrap {
	width: 100%;
	max-width: 1000px;
	text-align:center;
	margin: 0 auto;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
       -ms-box-sizing: border-box;
	overflow:hidden;
}

.msg_wrap2 {
	width: 80%;
	max-width: 800px;
	text-align:center;
	margin: 0 auto;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
       -ms-box-sizing: border-box;
	position:relative;
	z-index:50;
/*	border: 1px solid blue;*/
}
.msg_wrap3 {
	width: 100%;
	max-width: 1000px;
	text-align:center;
	margin: 0 auto;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
       -ms-box-sizing: border-box;
	position:relative;
	z-index:50;
/*	border: 1px solid blue;*/
}
.type_hidden{
	overflow:hidden;
}

.msg_wrap img{
	width: 100%;
}

.msg_wrap2 img{
	z-index:100;
	width: 100%;
}
.msg_wrap3 img{
	z-index:100;
	width: 100%;
}
.sec_tit{
	background:url("../img/title/title_bgx1920.jpg") no-repeat;
	background-size: cover;
}

.sec_body{
	background:url("../img/bg/bg01.jpg") repeat;
	margin:0;
	padding:0;
}

.sec_body_bgr{
	position: absolute;
	top:0;
	right:0;
	background:url("../img/bg/bg02.png") top right repeat-y;	
       -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
       transform: scaleX(-1);
       filter: FlipH;
       -ms-filter: "FlipH";
	height: 4000px;
	width:30%;
}

.sec_body_bgl{
	position: absolute;
	top:0;
	left:0;
	background:url("../img/bg/bg02.png") top right repeat-y;
	height: 4000px;

}

.msg_wrap .sec_top{
	margin-top: 90px;
}


.respwall {
	margin:0;
	padding:0;
}
.respwall ul{
	margin:0;
	padding:0;
}

.ef_hotarubipos{
	width: 100%;
/*
	border: 1px solid blue;
*/
}
.ef_hotarubi ul{
	position: absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.ef_hotarubi li{
	position: absolute;
	top:0;
	left:0;
	list-style:none;
	opacity:1;
	z-index:10;
}
.ef_hotarubi img{
	width:400px;
}

.chap_wrap_native{
	margin:5% auto;
}

.chap_wrap li{
	margin: 10% auto;
}

.chap_wrap li:first-child{
	margin-top:5%;
}

.chap_wrap li:last-child{
	margin-bottom:5%;
}

.chap_renovjirei{
    position: relative;
    text-align:center;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
      font-size: 14px;
}
.chap_renovjirei li{
	position: relative;
	width: 33%;
	padding: 12px 8px 24px 8px;
	list-style:none;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
       -ms-box-sizing: border-box;
	background-color: rgba(255,255,255,0.0);

      -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
}

.chap_renovjirei li:hover{
	background-color: rgba(255,255,255,0.8);

}

.chap_renovjirei li:last-child{
}

.chap_renovjirei img:first-child{
	position: absolute;
	top: -1.5rem;
	left: calc(50% - 7rem);
	width: auto;
	height: auto;
}
.chap_renovjirei p{
	padding-top: 26px;
	font-weight: bold;
	font-size: 2.5rem;
	font-size: 14px;
	color: black;
}
.chap_renovjirei p strong{
	font-weight: bold;	
	font-size: 3.5rem;
	background-color: rgba(255,255,0,0.4);
text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
}
.chap_renovjirei p span{
/*	font-size: 2.5rem;
	font-weight: bold;
*/
}
.chap_btn{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */


}

.chap_btn li{
	list-style:none;
	width: 70%;
	margin: 10px 10px;
	padding: 0 0px;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
       -ms-box-sizing: border-box;

       -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
}

.chap_btn li a{
	display:block;
/*	width: calc(100% - 24px);*/
	padding: 30px 30px;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
       -ms-box-sizing: border-box;
	color: white;
	font-size: 2.5rem;
	font-weight:bold;
	line-height: 2.5rem;

	border-radius: 0px;
	text-decoration:none;

       -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
}

.chap_btn li:first-child a{
	background-color: #00BFFF;

}
.chap_btn li:nth-child(2) a{
	background-color: #FFA500;
}
.chap_btn li:hover{
}
.chap_btn a:hover{
	color: black;
	border-radius: 800px;

       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
       -ms-box-sizing: border-box;
}


.footer{
	display:block;
	height: 3rem;
}

.tit_margin{
	margin-top: 30px;
	margin-bottom:30px;
}
.tit_margin2{
	margin-top: 30px;
}

.tit_txt{
	color: white;
	width: 100%;
	max-width: 1000px;
	background-color: black;
	padding: 10px;
	text-align: center;
	font-size: 2.5rem;
	font-weight:bold;
}

ul {
	list-style: none;
}

.pcheader01 {
    background: url("../img/mod_bg_pattern_02.gif") repeat 0 0;
    font-size: 10px;
    color: #d8d8d8;
    padding: 4px 0;
    border: 0px solid green;
}

.unav {
    position: absolute;
    height: 10px;
    top: -4px;
    right: 8px;
}
.unav li {
    float: left;
    border-right: 1px solid rgba(255,255,255,0.5);
    padding: 0px 7px;
}
.pcheader01 a {
    color: #fff;
    text-decoration: none;
}
.pcheader02 {
    border: 0px solid red;
    display: block;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
    background-color: white;
}
.msg_wrap {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    overflow: hidden;
}
.pcheader02 .logo {
    display: block;
    width: 176px;
    height: 27px;
    padding: 22px 0px 0px 4px;
}
.pcheader02 .myad {
    position: absolute;
    top: 24px;
    left: 40%;
}
.pcheader02 .myad iframe {
    position: inline;
    width: 112px;
}
.pcheader02 .myad .line {
    position: inline-block;
    width: 88px;
    vertical-align: top;
}
.pcheader02 .myad-r {
    background: url(http://www.okuta.com/share/n_images01/mod_bg_grad_05.png) repeat-x 0 100%;
    padding-left: 10px;
    position: absolute;
    top: 13px;
    right: 0;
    width: calc(176px+45px+57px+10px);
}
.pcheader02 .myad-r p:first-child {
    display: inline-block;
    width: 45px;
    height: 35px;
    vertical-align: middle;
}
.pcheader02 .myad-r ul {
    display: inline-block;
    background: url(http://www.okuta.com/share/n_images01/mod_bg_fontSizeSwitcher_01.gif) no-repeat 0 0;
    width: 57px;
    margin: 0;
    padding: 1px 0 0;
}
.pcheader02 #fontSizeSwitcher li:first-child {
    margin: 0 4px 0 0;
}
.pcheader02 #fontSizeSwitcher li {
    float: left;
}
.pcheader02 .myad-r ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
    /zoom: 1;
}
.pcheader03 .msg_wrap {
    text-align: left;
    font-size: 10px;
}
.pcheader03 {
    border-bottom: 1px solid #d0cabd;
    background: #ebe7dd url("../img/mod_bg_grad_01.gif") no-repeat 50% 0;
}
#topicPath {
    border-bottom: 1px solid #d0cabd;
    background: #ebe7dd url(/share/n_images01/mod_bg_grad_01.gif) no-repeat 50% 0;
    min-width: 960px;
}
#topicPath p {
    background: url("../img/mod_ico_home_01.gif") no-repeat 0 50%;
    margin: 0 auto;
    padding: 0 10px 0 18px;
    font-size: 87.5%;
}
#topicPath p a {
    display: inline-block;
    /display: inline;
    background: url("../img/mod_bg_slash_01.gif") no-repeat 100% 100%;
    margin-right: 10px;
    padding: 7px 10px 3px 0;
    vertical-align: middle;
    /zoom: 1;
}
#topicPath p .current {
    display: inline-block;
    /display: inline;
    padding: 7px 0 3px;
    vertical-align: middle;
    color: #333;
    /zoom: 1;
}

#page-top {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 2000;
}
#page-top a {
    background-color: rgba(237,120,110,1);
    background-color: rgba(98,98,98,1);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 3px solid rgba(201,201,201,1);
}
a {
    color: #493a2a;
    text-decoration: underline;
}


.pcheader01 {
    background: url("../img/mod_bg_pattern_02.gif") repeat 0 0;
    font-size: 10px;
    color: #d8d8d8;
    padding: 4px 0;
    border: 0px solid green;
}
.pcheader03 {
    border-bottom: 1px solid #d0cabd;
    background: #ebe7dd url("../img/mod_bg_grad_01.gif") no-repeat 50% 0;
}


/* [00.Media Queries]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 740px) {
	.sns  {
		display: none;
	}
}


