@charset "utf-8";
/* ===================================================== */
/*                                                 */
/* ===================================================== */
body{
  font-family: vdl-kyosensya, sans-serif;
  font-style: normal;
  font-weight: 400;
}
html{
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
}
img{
  width: 100%;
}
ul li{
  list-style: none;
}
/* ===================================================== */
/*  Parts                                                */
/* ===================================================== */
/* Buttons */
button[type="submit"]{
  border: none;
  color: #FFF;
  background-color: transparent;
}
.button-small{
  background: url(../img/bg-button_s.png) no-repeat;
  min-width: 150px;
  min-height: 37px;
  font-size: 60%;
  background-size: contain;
}
.button-large{
  background: url(../img/bg-button_l.png) no-repeat;
  min-width: 230px;
  min-height: 57px;
  font-size: 120%;
  background-size: contain;
}
a:hover img{
  opacity: 0.8;
}
.button-small:hover,
.button-large:hover{
  opacity: 0.8;
}
a.button-small,
a.button-large{
  color: #FFF;
  text-align: center;
  padding-top: 0.25em;
}
a.button-small:hover,
a.button-large:hover{
  text-decoration: none;
  color: #FFF;
}
/* ===================================================== */
/*  Header                                               */
/* ===================================================== */
body.general,
body.regist,
body.select-type,
body.license{
  background: url(../img/bg-asa.png);
}
body.certificate::before{
  content:"";
  display:block;
  position: fixed;
  bottom:54px;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image:url("../img/bg-fuji_certificate.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
body.general::before{
  content:"";
  display:block;
  position: fixed;
  bottom:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image:url(../img/bg-fuji.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1272px auto;
}
body.introduction::before{
  content: none;
}
body.regist .footer,
body.general .footer,
body.certificate .footer,
body.license .footer,
body.select-type .footer{
  background-image:url(../img/bg-footer.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.regist .footer::after,
body.general .footer::after,
body.certificate .footer::after,
body.license .footer::after,
body.select-type .footer::after{
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: rgb(0,130,177);
background: linear-gradient(180deg, rgba(0,130,177,0) 15%, rgba(0,130,177,1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
header{
  background: #FFF;
  border-bottom: 6px solid #000;
  padding: 0.3em 0.3em 0;
  position: relative;
}
.header.container{
  max-width: 98%;
  padding: 0.25em;
}
body.general header::after,
body.regist header::after,
body.select-type header::after,
body.license header::after,
body.certificate header::after{
  content: '';
  display: block;
  background: rgb(244,140,138);
  background: linear-gradient(180deg, rgba(244,140,138,0.5158438375350141) 0%, rgba(244,140,138,0) 100%);
  height: 64px;
  width: 100%;
  position: absolute;
  bottom: -70px;
  left: 0;
}
.frame {
  display: flex;
	margin: 20px auto;
	padding: 34px;
  max-width: 600px;
	border: 8px solid;
	border-image-source: url(../img/frame.png);
	border-image-slice: 13%;
	border-image-repeat: repeat;
  border-image-width: 60px;
  position: relative;
}
.frame .panel-inner{
  background: #FFF;
  height: 100%;
  width: 100%;
}
.stamp{
  width: 18%;
  position: absolute;
  right: -2em;
  bottom: -2em;
  transform: rotate(12deg);
}
.main-content{
  font-size: 1.4em;
  margin-top: 2em;
}
.button-area{
  margin-bottom: 2em;
}
/* ===================================================== */
/*  Examination                                          */
/* ===================================================== */
body.exam::before{
  content:"";
  display:block;
  position:fixed;
  bottom:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image:url(../img/bg-exam.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
body.exam .main-content{
  background: rgba(255,255,255,0.75);
  max-width: 972px;
  margin: 3em 0.25em;
  padding: 2em 0;
  border-radius: 0.2em;
}
body.exam footer{
  display: none;
}
@media screen and (min-width: 976px){
  body.exam .main-content{
    padding: 2em 2em;
    margin-left: auto;
    margin-right: auto;
  }
}
.movie-area{
  margin-bottom: 2em;
  max-width: 768px;
}
.exam-no{
  width: 100px;
}

.exam-question{
  margin-bottom: 2em;
}
.answer-confirm-area,
.exam-result-area{
  background: #F3F3F3;
  padding: 0.75em 1em 0;
  border: 1px solid #707070;
  margin-bottom: 2em;
}
.answer-confirm-area .your-answer-title{
  max-width: 230px;
  margin: 0 auto 0.5em;
}
.your-answer{
  font-size: 6.5rem;
  font-size: 65px;
  text-align: center;
}
.your-answer-area{
  max-width: 230px;
  margin: 0 auto;
}
/* Radio button */
.exam-answer > div{
  margin-bottom: 0.5em;
}
.exam-answer.choices{
  margin-bottom: 2em;
}
.custom-radio input[type="radio"] {
	display: none;
}
.custom-radio label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
.custom-radio label::before,
.custom-radio label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.custom-radio label::before {
  left: -16px;
  top: 8px;
	width: 22px;
	height: 22px;
	margin-top: 0px;
	background: #FFF;
  border: 1px solid #000;
  position: absolute;
 
}
.custom-radio label:hover::before {
	background: #fff;
}
.custom-radio label::after {
  opacity: 0;
  top: 11px;
	left: -13px;
	width: 16px;
	height: 16px;
	margin-top: 0;
	background: #000;
	-webkit-transform: scale(2);
	transform: scale(2);
}
.custom-radio input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #000;
}
.custom-radio input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image: none;
}
.answer-comment{
  margin: 1em 0;
  padding: 0.5em;
  background: #F8F8F8;
  border: 2px dotted #CCC;
  width: 90%;
}
.answer-comment p{
  margin-bottom: 0;
}
/* ===================================================== */
/* Session Movie                                         */
/* ===================================================== */
#loading{
  background: #FFF;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.loading-body{
  width: 100%;
  height: 100%;
}
.session-movie-title h2{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
/* ===================================================== */
/* introduction                                          */
/* ===================================================== */
.introduction-panel{
  margin-top: 6em;
}
.introduction-daruma{
  width: 120px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.introduction-message{
  margin-top: 80px;
  line-height: 2.0;
}
/* ===================================================== */
/* Submenu                                               */
/* ===================================================== */
.submenu-item{
  margin-top: 2.0em;
  margin-left: 1.0em;
}
.submenu-item li{
  margin-bottom: 2em;
  position: relative;
  font-size: 2.6rem;
  font-size: 26px;
  text-indent: -1.5em;
}
.submenu-item li a{
  color: #000;
}
.submenu-item li a:hover{
  text-decoration: none;
  color: #0064FF;
}
.submenu-item li.nogo{
  color: #A3A3A3;
}
.submenu-item li.cleared::after{
  content: "";
  width: 46px;
  height: 46px;
  background: url("../img/cleared.png") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  top: -20px;
  left: -44px;
  transform: rotate(28deg);
}
.submenu-item li.dojo::before{
  content: "";
  width: 87px;
  height: 25px;
  display: block;
  background: url("../img/ico_doujo.png");
  background-size: contain;
  position: absolute;
  top: -24px;
  left: 8px;
}
.submenu-title{
  width: 86px;
  position: absolute;
  top: -22px;
  left: -40px;
}
/* ===================================================== */
/*  Menu                                                 */
/* ===================================================== */
.menu-title{
  max-width: 200px;
}
.menu-list ul li{
  position: relative;
  max-width: 300px;
}
.status-completed .completed-button{
  max-width: 340px;
  margin: 0 auto 2em;
}
.menu-item-1{
  top: 0em;
  left: 0.2em;
}
.menu-item-2{
  top: 0.75em;
}
.menu-item-3{
  top: 0.4em;
  right: 0.5em
}
.menu-item-4{
  top: 1em;
  left: 1.25em;
}
.menu-item-5{
  left: 0.25em;
}
.menu-item-6{
  top: 1.5em;
}
/* ===================================================== */
/*  Login                                                */
/* ===================================================== */
.login-panel .site-title{
  margin: 1em auto 1em;
  max-width: 450px;
}
.login-panel .button-area{
  margin-bottom: 1em;
}
.go-regist{
  margin-top: 2em;
}
/* ===================================================== */
/*  Regist                                               */
/* ===================================================== */
.regist-form-body,
.regist-notice{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.6rem;
  font-size: 16px;
}
.regist .page-title h1{
  max-width: 150px;
  margin: 0 auto 1em;
}
.regist h2{
  text-align: center;
}
.regist-notice h2{
  color: #F00;
}
.regist-notice{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 4px #F00;
    border-bottom: solid 4px #F00;
}
.regist-notice:before, .regist-notice:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #F00;
}
.regist-notice:before {left: 10px;}
.regist-notice:after {right: 10px;}
.regist-notice p {
    margin: 0; 
    padding: 0;
}
.gokurou-daruma{
  max-width: 150px;
  margin: 0 auto; 
}
.regist-complete-message{
  margin: 4em auto 1em;
  text-align: center;
}
/* ===================================================== */
/*  Certificate                                          */
/* ===================================================== */
.frame.certificate-message{
  max-width: 460px;
  margin-top: 8em;
  line-height: 1.8;
}
.frame.certificate-message .button-area{
  margin: 2em 0 0;
}
.frame.certificate-message .certificate-daruma{
  position: absolute;
  top: -80px;
  right: -80px;
  transform: rotate(18deg);
}
/* ===================================================== */
/*  Select Style                                         */
/* ===================================================== */
#my-personal-style{
  padding: 0 20px;
}
.select-style-daruma{
  max-width: 150px;
  margin: 0 auto 2em;
}
.ougi-download{
  max-width: 320px;
  margin: 0 auto;
}
.license-hanko{
  position: absolute;
  max-width: 150px;
  bottom: -20px;
  right: -20px;
  transform: rotate(12deg)
}
/* ===================================================== */
/*  Cookie Policy                                        */
/* ===================================================== */
.cookie-banner{
  position: fixed;
  bottom: 0;
  padding: 7px 15px;
  width: 100%;
  background-color: rgba(102,102,102,0.9);
  box-sizing: border-box;
  z-index: 9999;
  color: #FFFFFF;
  display: table;
}
.cookie-message{
  display: table-cell;
}
.cookie-button{
  display: table-cell;
}
.cookie-button button{
  margin-top: 5px;
  margin-bottom: -10px;
  text-align: center;
}