/*--------------------------------
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{
	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,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;
}

/*--------------------------------
global element
--------------------------------*/
body{
	background: #fff;
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: .5s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	position: relative;
}
.about-wrap{
	padding: 0 0 40px 0;
}
/*--------------------------------
header
--------------------------------*/
.top{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}


.top .inner{
	width: 100%;
	height: 74px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.logo{
	margin: 0 auto;
	width: 200px;
	height: 74px;
	background: url(../images/logo.png) no-repeat 0 5px;
	background-size: 109px 64px;
	position: relative;
	overflow: hidden;
}
.logo-txt{
	padding: 200% 0 0 0;
	display: block;
}
.logo::after{
	margin: 0 auto;
	width: 80px;
	height: 40px;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	right: 0;
	background-color: #ff8677;
	background-repeat: no-repeat;
	background-position: center;
}
.logo-3ban::after{
	background-image: url(../images/logo-3ban.png);
	background-size: 100px 30px;
}
.logo-4ban::after{
	background-image: url(../images/logo-4ban.png);
	background-size: 100px 30px;
}
.logo-5ban::after{
	background-image: url(../images/logo-5ban.png);
	background-size: 100px 30px;
}
.logo-6ban::after{
	background-image: url(../images/logo-6ban.png);
	background-size: 100px 30px;
}
.logo-7ban::after{
	background-image: url(../images/logo-7ban.png);
	background-size: 100px 30px;
}
.logo-8ban::after{
	background-image: url(../images/logo-8ban.png);
	background-size: 100px 30px;
}
.logo-10ban::after{
	background-image: url(../images/logo-10ban.png);
	background-size: 100px 30px;
}
.logo-11ban::after{
	background-image: url(../images/logo-11ban.png);
	background-size: 100px 30px;
}
.js-open-nav{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 14px;
	right: 0;
	background: url(../images/icon_gnav.png) no-repeat center;
	background-size: 44px;
	overflow: hidden;
}
.js-open-nav span{
	padding: 44px 0 0 0;
	display: block;
}
.gnav{
	display:none;
}
.gnav li{
	background: #ff8677;
}
.gnav li a{
	padding: 10px;
	line-height: 24px;
	display: block;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(0,0,0,.2) inset;
	display: flex;
	justify-content: space-between;
}
.gnav a span:nth-of-type(1){
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}
.gnav a span:nth-of-type(2){
	font-size: 12px;
}
.gnav li a:hover{
	background: rgba(255,255,255,.1);
}
/*--------------------------------
Contents
--------------------------------*/
.main{
	padding: 74px 0 0 0;
	width: 100%;
}
.intro{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.content-img{
	width: 100%;
	height: auto;
}
.heading{
	padding: 10px 0 25px 0;
	background: url(../images/bg_heading.png) repeat-x bottom #fff;
	background-size: auto 25px;
}
.heading h1{
	height: 35px;
	overflow: hidden;
	background-image: url(../images/txt_heading.png);
	background-repeat: no-repeat;
	background-size: auto 280px;
}
.notice-head{
	background-position: 10px 0;
}
.system-head{
	background-position: 10px -35px;
}
.user-head{
	background-position: 10px -70px;
}
.faq-head{
	background-position: 10px -105px;
}
.entry-head{
	background-position: 10px -140px;
}
.about-head{
	background-position: 10px -175px;
}
.terms-head{
	background-position: 10px -210px;
}
.privacy-head{
	background-position: 10px -245px;
}
.head-desc{
	font-size: 12px;
	line-height: 30px;
	text-align: right;
}
.heading h1 span{
    padding: 40px 0 0 0;
    display: block;
}

/*--------------------------------
Step
--------------------------------*/
.step{
	padding: 10px 10px 0 10px;
}
.step-item{
	padding: 0;
	width: 100%;
}
.step-txt{
	padding: 20px 0;
	line-height: 20px;
}
.step-head{
	height: 48px;
	overflow: hidden;
	background-image: url(../images/bg_step_txt.png),url(../images/bg_step_no.png);
	background-repeat: no-repeat,no-repeat;
	background-size: 255px 192px,50px 192px;
	border-radius: 8px;
}
.step-head span{
	padding: 200% 0 0 0;
	display: block;
}
.step-item:nth-of-type(1) .step-head{
	background-color: #59d8d6;
	background-position: center 0,right 0;
}
.step-item:nth-of-type(2) .step-head{
	background-color: #ffa2b7;
	background-position: center -48px,right -48px;
}
.step-item:nth-of-type(3) .step-head{
	background-color: #9da5fb;
	background-position: center -96px,right -96px;
}
.step-item:nth-of-type(4) .step-head{
	background-color: #ffa2b7;
	background-position: center -144px,right -144px;
}
/*--------------------------------
User
--------------------------------*/
.user{
	padding: 0 10px;
}
.user-item{
	margin: 0 0 10px 0;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #3c3c3c;
}
.user-item .inner{
	padding: 0 0 0 10px;
}
.user-info{
	display: flex;
}
.user-value{
	padding: 5px 0;
	font-size: 16px;
	line-height: 20px;
}
.user-label{
	padding: 5px 0;
	font-size: 12px;
	line-height: 20px;
	display: block;
	flex-shrink: 0;
}
.user-desc{
	padding: 10px 0 0 0;
	line-height: 24px;
}
.user-thumb{
	width: 100px;
	height: auto;
}
/*--------------------------------
About
--------------------------------*/
.about{
	padding: 10px 10px 0 10px;
}
.about-item{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #3c3c3c;
	display: flex;
}
.about .inner{
	padding: 0 0 0 10px;
}
.about img{
	width: 100px;
}
.about h3{
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.about p{
	padding: 0 0 10px 0;
	line-height: 20px;
	color: #666;
}
/*--------------------------------
General
--------------------------------*/
.general{
	margin: 0;
	padding: 10px;
	background: url(../images/dot.png) repeat-x bottom;
	background-size: 6px 3px;
}
.general:nth-last-child(1){
	background: none;
}
.general h3{
	padding: 10px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	color: #ff7f72;
	position: relative;
}
.general p{
	padding: 0 0 10px 0;
	line-height: 21px;
	position: relative;
}
.general .faq-q{
	padding: 10px 0 10px 40px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #3c3c3c;
	text-align :left;
}
.general .faq-a{
	padding: 0 0 10px 40px;
	line-height: 21px;
}
.icon-q,.icon-a{
	width: 30px;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 36px;
}
.icon-q{
	color: #f69889;
}
.icon-a{
	color: #59d8d6;
}
/*--------------------------------
Button
--------------------------------*/
.btn-row{
	padding: 5px 0;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.9);
	box-shadow: 0 -2px 2px rgba(0,0,0,.1);
	z-index: 3;
}
.reg-btn{
	margin: 0 auto;
	width: 265px;
	height: 85px;
	display: block;
	background: url(../images/btn_regbtn.png) no-repeat left;
	background-size: 265px 85px;
	overflow: hidden;
}
.reg-btn span{
	padding: 200% 0 0 0;
	display:block;
}

/*--------------------------------
Footer
--------------------------------*/
.footer{
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
	clear: both;
}
.footer-txt{
	line-height: 16px;
}

.entry iframe{
	width: 100%;
}
/*--------------------------------
Form
--------------------------------*/
.entry{
	width: 100%;
}
.entry-form{
	margin: 0 auto;
	width: 100%;
	background :#fff;
}
.entry-form .inner{
	padding: 10px;
}
.form-label{
	margin: 0 0 10px 0;
	width: 50%;
	line-height: 30px;
	color: #fff;
	background: #ff8677;
	font-size: 12px;
	display: block;
	text-align: center;
}
.form-item{
	padding: 0 0 10px 0;
	position: relative;
}
.entry-form .form-item p{
}
.alert{
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
	
}
.alert a{
	color: #39c;
}
.radio-box{
	display: flex;
	align-items: center;
	color: #fff;
}
.radio-label{
	width: 100%;
	display: flex;
	align-items: center;
}
.radio-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
	color: #666;
}
.error{
	margin: 0 0 5px 0;
	line-height: 20px;
	background: #900;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
}
.error::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #900 transparent;
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
}
.general .important{
	margin: 10px 0 0 0;
	background: #fff;
	color: #333;
	font-size: 14px;
}
.important span{
	margin: 0 0 5px 0;
	line-height: 30px;
	display: block;
	border-bottom: 4px solid #900;
	font-size: 18px;
}
.important a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
.check-box{
	padding: 0 0 0 190px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.check-label{
	padding: 10px 0;
	width: 100%;
	display: flex;
	align-items: center;
}
.check-label span{
	width: 50%;
	flex-grow: 1;
	text-align: center;
}
/*--------------------------------
Form parts
--------------------------------*/
input[type="text"],
input[type="password"]{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #dcdcdc;
	font-size: 14px;
	position: relative;
	border-radius: 2px;
	border-radius: 0;
}
select{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_select.png) no-repeat right #dcdcdc;
	background-size: 30px 40px;
	font-size: 16px;
	position: relative;
	border-radius: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0px 0px 0px #000;
}
textarea{
	padding: 10px;
	width: 100%;
	height: 100px;
	background: #dcdcdc;
	font-size: 14px;
	position: relative;
	display: block;
	border-radius: 0;
}
input[type="radio"]{
	width: 36px;
	height: 36px;
	border: 3px solid #a7a7a7;
	border-radius: 50%;
	position: relative;
	background: #eee;
	flex-shrink: 0;
}
input[type="radio"]:checked{
	background: #ff8677;
}
input[type="checkbox"]{
	width: 24px;
	height: 24px;
	border: 1px solid #3c3c3c;
	border-radius: 0;
	position: relative;
	flex-shrink: 0;
}
input[type="checkbox"]:checked{
	background: #ff8677;
}
.entry-form .btn-row{
	padding: 0;
	text-align: center;
	position: relative;
}
.submit-btn{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	color: #fff;
	background: #ff9a00;
	overflow: hidden;
	font-size: 21px;
}
/*--------------------------------
Overlay
--------------------------------*/
.js-overlay{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 10;
	display: none;
}
.js-close-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	cursor: pointer;
}
.js-close-btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	background: url(../images/icon_close.png) no-repeat center;
	background-size: 40px;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	transfor: translate3d(0,0,0);
	cursor: pointer;
	transition: .3s;
}
.js-close-btn:hover{
	opacity: .85;
	box-shadow: 0 0 0 rgba(0,0,0,.0);
	transfor: translate3d(0,2px,0);
}
.js-overlay section{
	margin: auto;
	position: absolute;
	top: 30px;
	right: 20px;
	bottom: 30px;
	left: 20px;
	background: #fff;
	z-index: 12;
	box-shadow: 8px 8px 8px rgba(0,0,0,.5);
	display: none;
}
.js-overlay .heading{
	margin: 0;
}
.js-overlay article{
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 80px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	overflow: auto;
	border: 1px solid #3c3c3c;
}
.js-overlay article h3{
	padding: 10px 0;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px dotted #ddd;
}
.js-overlay article p{
	padding: 10px 0;
}
/*--------------------------------
PopUp
--------------------------------*/
.popup{
	padding: 10px;
	background: #fff;
}
.popup article{
	padding: 0;
	background: #fff;
}
.popup article h2{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
.popup article .inner{
	padding: 10px 20px;
}
.popup article h3,
.popup article h4{
	padding: 10px 0;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px dotted #ddd;
}
.popup article p,
.popup article ul{
	padding: 10px 0;
}
.popup footer{
	padding: 10px;
	background: #555;
	text-align :center;
}
.popup footer a{
	color: #fff;
	text-decoration: underline;
}

/* campaign */
.campaign h4 {border:0; font-size:14px; color:#fff; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#fff; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; 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:16px; 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: 10px;
	right: 10px; 
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 70px;
	height: 70px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
