@charset "UTF-8";


*, *:before, *:after{
	box-sizing: border-box;
}
img{
	vertical-align: top;
}

header,
footer{
	display:none!important;
}
main{
	padding: 0!important;
}
body{
	background: #eee;
}

.strong{
	font-weight: bold;
	color: #E6001b;
}
.all{
	position: absolute;
    width: 28%;
    left: 0;
    bottom: 0;
}

/* cp_container */
.cp_container{
	padding: 50px 0;
}
.cp_inner{
	width: 90%;
	max-width: 600px;
	margin: auto;
}
.cp_inner .logo{
	width: 60%;
	max-width: 210px;
	margin: 0 auto 24px;
	text-align: center;
}
.code_wrap{
	padding: 5%;
	background: #FFF;

}
.code_wrap .code_area{
	max-width: 240px;
    margin: 40px auto 50px;
	padding: 1em;
	border: 3px solid #333;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.code_wrap .notice{
	line-height: 2;
	font-size: 14px;
}
.code_wrap .notice ul li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
	line-height: 1.6;
}
.code_wrap .notice ul li:before{
	content: "※";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.code_wrap .notice ul li a{
	text-decoration: underline;
}
.code_wrap .notice ul.ten li:before{
	content: "・";
}

.code_wrap .button{
	display: block;
	width: 90%;
	margin: 30px auto;
}

.cp_copylight{
	margin-top: 20px;
	text-align: center;
}


/* modal_login */
.modal_login{
	position: fixed;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 67px;
	background: rgba(0,0,0,0.8);
	font-size: 16px;
}
.modal_login .content{
	width: 90%;
	max-width: 640px;
	padding: 60px 5%;
	background: #FFF;
	text-align: center;
}
.modal_login .content .title{
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
}
.modal_login .content .text{
	margin-bottom: 40px;
	line-height: 2;
}
.modal_login .content .link{
	margin-top: 20px;
}
.modal_login .content .login{
	display: block;
	max-width: 280px;
	margin: 0 auto;
	padding: 15px;
	background: #E6001B;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
.modal_login .content .new{
	color: #E6001B;
}
.main_til{
	margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.main_til.top{
	padding: 15px 0;
    margin-bottom: 50px;
    color: #E6001b;
    background: #e6001b26;
    border: 2px solid #E6001B;
}
.about{
	margin-bottom: 40px;
}
.form_area .atten{
	margin-bottom: 20px;
	text-align: center;
}
.form_area .atten li{
	line-height: 1.4;
}
.form_area .atten li a{
	text-decoration: underline;
}
.form_area dl{
	display: flex;
	font-size: 16px;
	border: 2px solid #DDD;
	margin-bottom: -2px;
}
.form_area dl dt{
	position: relative;
	flex: 0 0 130px;
	padding: 8px;
	background: #EEE;
}
.form_area dl dd{
	padding: 8px;
}
#submit_btn{
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 30px auto 40px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
	background: #E6001B;
    color: #fff;
    border: 0;
	cursor: pointer;
}
.link{
	margin-top: 10px;
}
.link li a{
	position: relative;
	padding-left: 25px;
	color: #E6001B;
	text-decoration: underline;
}
.link li a:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	background-color: #E6001B;
	border-radius: 100%;
}
.link li a:after{
	content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 5px;
    top: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.stecker{
	margin-bottom: 40px;
}
.stecker .img{
	position: relative;
    margin: 0 auto 10px;
}
.oubo{
	margin-bottom: 40px;
}
@media screen and (min-width: 600px) {

	.modal_login .content .title{
		font-size: 28px;
	}

}  /* @media screen and (min-width: 600px) */
