@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	background: black;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.6;
	font-size: 2.4rem;
	color: white;
}
html.active,
body.active{
	overflow: hidden;
}
a{
	color: #00a0e9;
}
img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.wrap{
	margin: 0 auto;
	max-width: 1000px;
}
.primary-heading,
.secondary-heading{
	line-height: 1.4;
}
.primary-heading{
	margin: 0 0 2%;
	font-size: 3rem;
	text-align: center;
}
.another .primary-heading{
    margin-bottom: 4%;
    padding: 1%;
    background: #743890;
}
.another .select .primary-heading {
    margin: 0 0 2%;
    padding: 0;
    background: none;
    font-size: 3rem;
    text-align: center;
}
.content-body h3{
	margin: 0 0 3%;
	font-size: 2.8rem;
}
.general-parts{
	padding: 0 4%;
}
.general-parts .secondary-heading{
	margin: 0 0 2%;
}
.text{
    margin: 0 4% 6%;
}
.content-body p,
.general-parts .note{
    margin: 0 0 6%;
}
.btn-area{
	margin: 8% 0;
	padding: 0 4%;
}
.general-section.regist{
    margin: 0 4% 6%;
}
.another .general-section.regist{
    margin: 2% 4% 6%;
}
.regist-btn{
	padding: 8px;
	width: 100%;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(top, #faa71c 0%,#e36d11 100%);
	background: linear-gradient(to bottom, #faa71c 0%,#e36d11 100%);
	background-size: 100%;
	box-shadow: inset 0 6px 1px -1px #fcc770, inset 0 -6px 1px -1px #c8600f;
	border-radius: 5px;
	font-size: 3.8rem;
	font-weight: bold;
	color: #ffffff;
}
.regist .footer{
    padding-bottom: 0;
}
.regist .btn-top{
    height: 45%;
}
.nav{
    display: none;
    background: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.nav-box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .ul{
    text-align: center;
}
.nav .li{
    margin: 16% 0;
}
.red{
    color: #660000;
}
.blue{
    color: #000066;
}

/*--------------------------------
header
--------------------------------*/
.hero{
	position: relative;
}
.hero .logo {
    width: 24%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
.logo{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left 12px top 12px;
	background-size: 209px;
}
.logo-3ban{
	background-image: url(../images/3ban.png);
}
.logo-4ban{
	background-image: url(../images/4ban.png);
}
.logo-5ban{
	background-image: url(../images/5ban.png);
}
.logo-6ban{
	background-image: url(../images/6ban.png);
}
.logo-7ban{
	background-image: url(../images/7ban.png);
}
.logo-8ban{
	background-image: url(../images/8ban.png);
}
.logo-10ban{
	background-image: url(../images/10ban.png);
}
.logo-11ban{
	background-image: url(../images/11ban.png);
}
.entry_head .logo-3ban{
	background-image: url(../images/3ban.png),url(../images/logo.png);
}
.entry_head .logo-4ban{
	background-image: url(../images/4ban.png),url(../images/logo.png);
}
.entry_head .logo-5ban{
	background-image: url(../images/5ban.png),url(../images/logo.png);
}
.entry_head .logo-6ban{
	background-image: url(../images/6ban.png),url(../images/logo.png);
}
.entry_head .logo-7ban{
	background-image: url(../images/7ban.png),url(../images/logo.png);
}
.entry_head .logo-8ban{
	background-image: url(../images/8ban.png),url(../images/logo.png);
}
.entry_head .logo-10ban{
	background-image: url(../images/10ban.png),url(../images/logo.png);
}
.entry_head .logo-11ban{
	background-image: url(../images/11ban.png),url(../images/logo.png);
}
.top-img{
    position: relative;
    z-index: -1;
}
.nav-btn,
.nav-btn .line{
    transition: all .4s;
}
.nav-btn{
    width: 70px;
    height: 70px;
    background: black;
    border-radius: 6px;
    position: fixed;
    top: 4%;
    right: 3%;
    z-index: 2;
    cursor: pointer;
}
.nav-btn .line{
    margin: auto;
    height: 6px;
    background: white;
    border-radius: 50px;
    position: absolute;
    left: 6px;
    right: 6px;
}
.nav-btn .line:nth-child(1){
    top: 10px;
}
.nav-btn .line:nth-child(2){
    top: 0;
    bottom: 0;
}
.nav-btn .line:nth-child(3){
    bottom: 10px;
}
.nav-btn.active .line:nth-of-type(1){
  transform: translateY(22px) rotate(-45deg);
}
.nav-btn.active .line:nth-of-type(2){
  opacity: 0;
}
.nav-btn.active .line:nth-of-type(3){
  transform: translateY(-22px) rotate(45deg);
}
.navbar{
	margin-bottom: 4%;
	padding-bottom: 4%;
	position: relative;
	background: url("../images/hero.jpg") no-repeat;
	background-size: 100%;
}
.nav a{
    font-size: 2.4rem;
    color: white;
}
#mother{
	background: #1d2088;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar #mother{
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*--------------------------------
contents
--------------------------------*/
.select{
	margin-bottom: 6%;
	padding: 0 6%;
}
.select-btn{
    padding: 8px 16px;
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(top, #faa71c 0%,#e36d11 100%);
    background: linear-gradient(to bottom, #faa71c 0%,#e36d11 100%);
    background-size: 100%;
    box-shadow: inset 0 8px 1px -1px #fcc770, inset 0 -8px 1px -1px #c8600f;
    border-radius: 8px;
    color: #ffffff;
}
.general-section.select{
    position: relative;
}
.select-ul {
    overflow: hidden;
}
.select-li{
    width: 430px;
    float: left;
}
.select-li:nth-child(2){
    float: right;
}
.select-li:nth-child(2) .select-btn{
	background: -webkit-linear-gradient(top, #46bef0 0%,#146696 100%);
	background: linear-gradient(to bottom, #46bef0 0%,#146696 100%);
	box-shadow: inset 0 6px 1px -1px #8ad6f6, inset 0 -6px 1px -1px #125a84;
}
.select-btn:hover,
.regist-btn:hover {
    padding: 12px 16px 4px;
    background: -webkit-linear-gradient(top, #e36d11 0%,#faa71c 100%);
    background: linear-gradient(to bottom, #e36d11 0%,#faa71c 100%);
    box-shadow: none;
}
.select-li:nth-child(2) .select-btn:hover {
    background: -webkit-linear-gradient(top, #146696 0%,#46bef0 100%);
    background: linear-gradient(to bottom, #146696 0%,#46bef0 100%);
    box-shadow: none;
}
.cross{
    display: block;
    flex: 0 0 35px;
    position: relative;
}
.cross::before, .cross::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    left: 14%;
}
.cross::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
.select-btn .left,
.select-btn .right{
	width: 100%;
}
.select-btn .left{
    padding-right: 2%;
}
.select-btn .right{
    padding-left: 2%;
}
.select-box{
    padding: 0 6%;
    height: 230px;
    position: relative;
}
.select-li .sub{
    margin-bottom: 0px;
    border-bottom: solid 2px white;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.select-li .main{
    width: inherit;
    float: inherit;
    font-size: 5.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.entry_head .navbar{
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
}
.entry_head .logo{
    padding-bottom: 4%;
    text-indent: -200%;
    background-position: left 12px top 12px,right 200px top 14px;
    background-size: 26%,37%;
}
.entry_s,
.entry_m{
	overflow: hidden;
}
.entry_s{
    background: url("../images/entry_bg_1.jpg")no-repeat;
    background-size: 100%;
}
.entry_m{
    background: url("../images/entry_bg_2.jpg")no-repeat;
    background-size: 100%;
}
.entry_head p{
    margin: 2% 4% 4%;
    font-size: 2rem;
}
.close_btn{
	position:fixed;
	bottom:20px;
	width:100%;
	text-align:center;
}
.close_btn a{
	display:inline-block;
	line-height:45px;
	padding: 2px 14px;
	border-radius:10px;
	color:#fff;
	font-size:1.6rem;
	background-color:#743890;
	cursor: pointer;
}
.another.regist .primary-heading{
    margin-bottom: 0;
}
.step{
    width: 300px;
    float: left;
}
.li-step{
    margin-bottom: 8%;
    padding: 14px;
    background: #ffffff;
    position: relative;
    font-size: 1.8rem;
    text-align: center;
    color: black;
}
.li-step:last-child{
	margin-bottom: 0;
}
.li-step::after{
	margin: auto;
	width:  1px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	border: solid 12px transparent;
	border-top: solid 12px #ffffff;
}
.li-step:last-child::after{
	display: none;
}
.li-step.active{
    background: #ffaf4f;
}
.li-step.active::after{
	border-top: solid 12px #ffaf4f;
}

.content-body{
	padding: 0 4%;
}
.disc li{
	margin: 0 0 2%;
	padding-left: 10px;
	line-height: 1.6;
	border-left: 8px solid #743890;
}
.disc li:last-child{
	margin-bottom: 8%;
}
.popup .footer{
    padding: 0;
}
.popup .btn-top{
    height: 45%;
}

.general .ex {
    display: block;
    line-height: 1.6;
}
.general .ex:last-child {
    margin-bottom: 4%;
}
.general h4 {
    margin-bottom: 1%;
    padding-bottom: 1%;
    border-bottom: dotted 1px;
    line-height: 1.4;
    color: #ffffff;
}

/*--------------------------------
form
--------------------------------*/
.main {
    width: 680px;
    float: right;
}
form {
    padding: 0 30px;
}
.form-wrapper{
	margin: 30px auto 0;
	max-width: 1000px;
}
.form-box{
	width: 620px;
	height: 100%;
}
.form-label{
    margin: 0;
    padding: 9px 0;
    display: block;
    float: left;
    width: 250px;
}
.form-item{
    margin-bottom: 30px;
    width: calc(100% - 280px);
    float: right;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 10px 10px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
	font-size: 20px;
}
select{
	padding-right: 40px;
	background: url(../images/icon-select.png) no-repeat right center #fff;
	background-size: 40px;
}
textarea.text_l {
    resize: vertical;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	padding-right: 14%;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.0rem;
}
.radio-label::before{
	margin-right: 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #743890;
}
.regular-checkbox{
	padding: 10px;
	display: block;
	font-size: 20px;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.alert-msg{
	margin: 0 0 30px;
	padding: 0;
	width: 620px;
	clear: both;
	word-wrap: break-word;
	font-size: 2.2rem;
	color: #fff;
}
.error{
	margin: -30px 0 30px;
	padding: 5px 5px 5px 15px;
	width: calc(100% - 280px);
	float: right;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}
select::-ms-expand {
    display: none;
}
.hero a.logo:hover,
.alert-msg a:hover,
.navbar-link:hover,
.nav-btn:hover,
.nav a:hover,
.entry_head .logo:hover {
    opacity: 0.7;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4 {border:0; font-size:1.4rem; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:1.2rem;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:1.1rem; color:#aaa; padding:0;}
.campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:1.6rem; margin:5px 0;}
.camMenu dt:before{content:""; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,
#campaign_btn_entry {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}

.lpprtitle{
	background-color: #f29c9f !important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
	clear: both;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 2%;
	display: block;
	line-height: 1.6;
	color: #fff;
}
.nav-link:hover{
	background: #1a1a1a;
}
.copy{
	padding: 2% 4%;
	display: block;
	background: #000;
	line-height: 1.4;
	font-size: 1.6rem;
	color: #fff;
}
.btn-top{
    margin: auto;
    width: 15%;
    height: calc(45% + 40px);
    position: absolute;
    top: 0;
    right: 2%;
    bottom: 0;
}
.pr{
	padding: 40px;
	text-align: center;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	.select-li .sub{
		margin: 8px 0 10px;
		line-height: 1.1;
	}
	.select-li .main{
		margin-bottom: -8px;
	}
	.another .primary-heading{
		padding: 2% 1% 1% 1%;
	}
	.regist-btn{
		padding: 16px 8px 0 8px;
	}
	.regist-btn:hover{
		padding: 20px 8px 0 8px;
	}
}