﻿@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	本体
------------------------------------------------------------*/
body {
 margin-top: 2px;
 padding:0px;
 text-align:center;
 -webkit-text-size-adjust: none;
 overflow-x: hidden;
 background: #000000;
}

html {
 box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー部分
------------------------------------------------------------*/
header {
 width: 100%;
 height: 16px;
}

header p {
 font-family:"リュウミン M-KL",serif; 
 font-size: 3vw;
 font-weight: bold;
 color: #fff;
}

#top_image {
 width: 100%;
}

#top_image img {
 max-width : 100% ;
 height : auto ;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

nav {
 margin-top: 10px;
 margin-bottom: 5px;
 width: 100%;
 -webkit-box-shadow: 0 2px 4px #666;
 box-shadow: 0 2px 4px #666;
}

nav ul {
 list-style-type: none;
}

nav ul:after{
 content:"";
 clear: both;
 display: block;
}

nav ul li {
 float: left;
 width: 25%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background: -webkit-gradient(linear, left top, left bottom, from(#f3dd9a),to(#c29816));
 background: -webkit-linear-gradient(top,#f3dd9a,#c29816);
 background: -ms-linear-gradient(top,#f3dd9a,#c29816);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff3dd9a',endColorstr='#ffc29816', GradientType=0 );
 background: linear-gradient(to bottom, #f3dd9a 0%, #c29816 100%);
 border: #c29816 solid 1px;
}

nav ul li a {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon2.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.system {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon6.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.shukkin {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon1.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.women {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon5.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.guide {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon3.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.stablo {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon8.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.tencho {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon7.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}

nav ul li a.kyujin {
 display: block;
 height: 22px;
 padding: 58px 0 0 0;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background: url(image/icon4.png) no-repeat 50% 13px;
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

.video-contents {
 margin: 0;
 width: 100%;
 text-align:
 margin: auto;
}

video.vid_main {
 width: 100%;
 max-width: 100%;
}

.top_info {
 margin:0;
 width: 100%;
 height: auto;
}

.top_info img {
 max-width: 100%;
}

.price_info {
 margin-top:0;
 margin-left: auto;
 margin-right: auto;
 width: 95%;
 height: auto;
 padding: 5px;
 border: solid 2px #9c7a12;
}

.price_info h1 {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 line-height: 14px;
 color: #ffffff;
 text-align: center;
 font-weight: bold;
}

.price_info p {
 font-family:"リュウミン M-KL",serif; 
 font-size: 0.55em;
 line-height: 12px;
 color: #ffffff;
 text-align: left;
 font-weight: bold;
}

#tax_info {
 width: 100%;
}

#tax_info img {
 max-width : 100% ;
 height : auto ;
}

.fine {
 clear: both;
}

.exp_box {
 margin-top: 3px;
 margin-left: auto;
 margin-right: auto;
 width: 96%;
 height: auto;
 display: flex;
 justify-content: space-around;
 align-items: flex-start;
}

.top_left_image {
 margin-top: 5px;
 width: 40%;
 height: auto;
 box-sizing: border-box;
}

.top_left_image img {
 max-width: 100%;
}

.top_right_exp {
 margin-top: 5px;
 width: 60%;
 height: auto;
 text-align: left;
 box-sizing: border-box;
}

.top_right_exp p {
 font-family:"リュウミン M-KL",serif; 
 font-size: 3vw;
 line-height: 18px;
 font-weight: bold;
 color:#ffffff;
}

.to_up {
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 height: 60px;
 text-align: center;
 background: #d0a317;
 border: solid 2px #ffffff;
 border-radius: 5px;
 box-sizing: border-box;
}

.to_up a {
 display: block;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 6vw;
 line-height: 60px;
 font-weight: bold;
 text-decoration: none;
 color:#ffffff;
}

.to_down {
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 width: 90%;
 height: 60px;
 text-align: center;
 background: #99cc33;
 border: solid 2px #ffffff;
 border-radius: 5px;
 box-sizing: border-box;
}

.to_down a {
 display: block;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 6vw;
 line-height: 60px;
 font-weight: bold;
 text-decoration: none;
 color:#ffffff;
}

.link_image {
 margin-top: 3px;
 width: 100%;
 margin-bttom: 10px;
}

.link_image img {
 max-width : 100% ;
 height : auto ;
}

#shukkin_box {
 margin-top: 10px;
 margin-bottom: 5px;
 margin-left: auto;
 margin-right: auto;
 width: 310px;
 height: 110px;
}

#kyujin_box {
 margin-top: 10px;
 margin-bottom: 5px;
 margin-left: auto;
 margin-right: auto;
 width: 200px;
 height: 60px;
}

#midashi_notice {
 margin-bottom: 5px;
 width: 100%;
 height: 24px;
 background: -webkit-gradient(linear, left top, left bottom, from(#bd0000),to(#ff4a4a));
 background: -webkit-linear-gradient(top,#bd0000,#ff4a4a);
 background: -ms-linear-gradient(top,#bd0000,#ff4a4a);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbd0000',endColorstr='#ffff4a4a', GradientType=0 );
 background: linear-gradient(to bottom, #bd0000 0%, #ff4a4a 100%);
 border: 1px solid #6a0000;
}

#midashi_notice p {
 display: block;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 16px;
 line-height: 24px;
 font-weight: bold;
 color:#ffffff;
}

.midashi_top {
 margin-top: 10px;
 width: 100%;
 height: 22px;
 padding: 3px;
 text-align: center;
 background: -webkit-gradient(linear, left top, left bottom, from(#006464),to(#00f4f4));
 background: -webkit-linear-gradient(top,#006464,#00f4f4);
 background: -ms-linear-gradient(top,#006464,#00f4f4);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff006464',endColorstr='#ff00f4f4', GradientType=0 );
 background: linear-gradient(to bottom, #006464 0%, #00f4f4 100%);
}

.midashi_top p {
 margin-left: 10px;
 text-align: left;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 16px;
 line-height: 22px;
 font-weight: 600;
 color:#ffffff;
}

.midashi_mg {
 margin-top: 10px;
 width: 100%;
 height: 22px;
 padding: 3px;
 text-align: center;
 background: -webkit-gradient(linear, left top, left bottom, from(#d26900),to(#ffcc99));
 background: -webkit-linear-gradient(top,#d26900,#ffcc99);
 background: -ms-linear-gradient(top,#d26900,#ffcc99);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd26900',endColorstr='#ffffcc99', GradientType=0 );
 background: linear-gradient(to bottom, #d26900 0%, #ffcc99 100%);
}

.midashi_mg p {
 margin-left: 10px;
 text-align: left;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 16px;
 line-height: 22px;
 font-weight: 600;
 color:#ffffff;
}

.midashi_kyujin {
 margin-top: 10px;
 width: 100%;
 height: 22px;
 padding: 3px;
 text-align: center;
 background: -webkit-gradient(linear, left top, left bottom, from(#ff04ff),to(#ffa8ff));
 background: -webkit-linear-gradient(top,#ff04ff,#ffa8ff);
 background: -ms-linear-gradient(top,#ff04ff,#ffa8ff);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff04ff',endColorstr='#ffffa8ff', GradientType=0 );
 background: linear-gradient(to bottom, #ff04ff 0%, #ffa8ff 100%);
}

.midashi_kyujin p {
 margin-left: 10px;
 text-align: left;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 16px;
 line-height: 22px;
 font-weight: 600;
 color:#ffffff;
}

.coment {
 margin-top:5px;
 width: 100%;
 height: auto;
 padding: 3px;
 box-sizing: border-box;
}

.coment p {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 font-family:"リュウミン M-KL",serif;
 font-size: 3vw;
 line-height: 16px;
 font-weight: 600;
 color:#fff;
}

#next_stage {
 margin-top: 5px;
 margin-left:auto;
 margin-right:auto;
 width: 336px;
 height: 115px;
 background: #000000;
}

#old_mam {
 margin-top: 10px;
 margin-bottom: 10px;
 width: 160px;
 height: 110px;
 float: left;
 margin-left: auto;
 margin-right: auto;
 background: -webkit-gradient(linear, left top, left bottom, from(#5300a6),to(#9831ff));
 background: -webkit-linear-gradient(top,#5300a6,#9831ff);
 background: -ms-linear-gradient(top,#5300a6,#9831ff);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5300a6',endColorstr='#ff9831ff', GradientType=0 );
 background: linear-gradient(to bottom, #5300a6 0%, #9831ff 100%);
 border: 1px solid #230046d;
 border-radius: 8px;
}

#old_mam a {
 display: block;
 margin-top: 5px;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 28px;
 line-height: 32px;
 font-weight: bold;
 text-decoration: none;
 color:#ffffff;
}

.middle {
 width: 10px;
 height: 110px;
 float: left;
 background: #000;
}

#young_mam {
 margin-top: 10px;
 margin-bottom: 10px;
 width: 160px;
 height: 110px;
 float: left;
 margin-left: auto;
 margin-right: auto;
 background: -webkit-gradient(linear, left top, left bottom, from(#e67300),to(#ffbe7d));
 background: -webkit-linear-gradient(top,#e67300,#ffbe7d);
 background: -ms-linear-gradient(top,#e67300,#ffbe7d);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe67300',endColorstr='#ffffbe7d', GradientType=0 );
 background: linear-gradient(to bottom, #e67300 0%, #ffbe7d 100%);
 border: 1px solid #b35900;
 border-radius: 8px;
}

#young_mam a {
 display: block;
 margin-top: 5px;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 28px;
 line-height: 32px;
 font-weight: bold;
 text-decoration: none;
 color:#ffffff;
}


.image_box {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 background: #ffffff;
}

.image_box img {
 max-width : 100% ;
 height : auto ;
}

.telcom {
 margin-top: 5px;
 margin-bottom: 3px;
 margin-left: auto;
 margin-right: auto;
 width: 80%;
 height: 14px;
 text-align: center;
 margin-bottom: 0;
}

.telcom p {
margin:0px;
padding:0px;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 11px;
 font-weight: bold;
 color:#fff;
}

.tellbox {
 width: 80%;
 height: 42px;
 text-align: center;
 margin-top: 5px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 5px;
 border-radius: 10px;
 background: -webkit-gradient(linear,left top,left bottom,from(#E10071),to(#930049));
 background: -webkit-linear-gradient(top, #E10071, #930049);
 background: -ms-linear-gradient(top, #E10071, #930049);
 background: linear-gradient(to bottom, #E10071, #930049);
}

.tellbox a {
 display: block;
 text-align: center;
 font-family: sans-serif; 
 font-size: 21px;
 line-height: 42px;
 color:#fff;
 font-weight: bold;
 text-decoration: none;
}

.tellbox a:hover {
 color:#ff0000;
 background: #cccccc;
 border-radius: 10px;
}

.info_ban {
 width: 90%;
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 background: #000000;
 box-sizing: border-box;
}

.info_ban img {
 max-width : 100% ;
 height : auto ;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
 margin: 0;
 width: 100%;
 height: 25px;
 background: #c29816;
}

footer p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 line-height: 25px;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
}