header a,
header ul.member-actions li a{
	text-decoration: none;
	color:#000;
}

header a:hover{
	text-decoration: none;
  color:#E3007F;
}
.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
.form_containar{
  /* width:1060px;margin:0 auto; */
  width: 100%;
margin: 0 auto;
padding: 0 15%;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
}



section.image_background{
 /* background: linear-gradient(90deg, #f5c7d2, #bab4cf, #a4d8ea); */
 background-color: #fff;
 background: #fff url(../image/2023/bg.png) repeat-y top 98vw center/100% auto;
 -webkit-font-smoothing: antialiased;
}
section.color_background{
  background-color: #fff;
  background: #fff url(../image/2023/bg.png) repeat-y top 98vw center/100% auto;
  -webkit-font-smoothing: antialiased;
 
  /* background: linear-gradient(90deg, #f5c7d2, #bab4cf, #a4d8ea); */
}
.main_logo_margin{
  margin:0 auto;
  padding-top: 140px;
  padding-bottom:50px;
  width:373px;
}

.title_1{
	font-size:26px;font-weight: 700;
	text-align: center;
	margin-top:100px;
}
.title_border{
	width:50px;
	border-top:2px solid #e4007f;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:80px;
}

.title_2{
	color:#e4007f;
	font-size:20px;
	font-weight: 700;
	text-align:center;
	margin-bottom:40px;
  margin-top:60px;
}
.form_background{
  background-color: #f2f2f2;
  padding-top:30px;
  padding-bottom:30px;
}
.lead{
  font-size:16px;
}
.form_title,
.form_input{
  display:inline-block;
  vertical-align: top;
  color:#333;
}
.form_title,label{

  font-size:15px;
}
.form_background .form_input{
  width: 670px;
}
.form_title{
  width:220px;
  margin-top: 7px;
  padding-right: 35px;
  line-height:200%;

}
.form_background .form_outer{
  width:900px;
  margin:0 auto;
  margin-bottom:20px;
}
.min_input{
  width:300px;
}
.form_caption{
  margin-top:3px;
  font-size:12px;

}
a.next_btn{
  border:4px double #000;
  background-color:#FFF;
  width:300px;
  padding-top:20px;
  padding-bottom:20px;
  margin:0 auto;
  color:#000;
  display:block;
  text-decoration: none;
  text-align:center;
  width:300px;
  margin:0 auto;

  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eaeaea;
  border: 1px #000 solid;
  border-radius: 100px;
  position: relative;
  top: -0.5em;
  padding: 1.5em 3em;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; */
}
a.next_btn:hover{
  border:4px double #FFF;
  background-color:#000;
  color:#FFF;
}
a.back_btn{
  border:4px double #000;
  background-color:#a9a9a9;
  width:300px;
  padding-top:20px;
  padding-bottom:20px;
  margin:0 auto;
  color:#000;
  display:block;
  text-decoration: none;
  text-align:center;
}
a.back_btn:hover{
  border:4px double rgb(185, 170, 170);
  background-color:#000;
  color:#FFF;
}
a.top_back_btn{
  border:4px double #000;
  background-color:#FFF;
  width:200px;
  padding-top:10px;
  padding-bottom:10px;
  margin:0 auto;
  color:#000;
  display:block;
  text-decoration: none;
  text-align:center;
}
a.top_back_btn:hover{
  border:4px double #FFF;
  background-color:#000;
  color:#FFF;
}
.top_btn_margin{
  padding-top:40px;
  padding-bottom:40px;
  text-align: center;
}
.form_bottom_margin{
  margin-bottom:120px;
}
.error{
  color:red;
}
input.error{
  color:#000;
}
.password_form{
  width:800px;
  margin:0 auto;
}
.password_form .form_outer{
  width: 630px;
  margin:0 auto;
  margin-bottom:20px;
}
.password_form .form_input{
  width: 350px;
}
.btn_space{
  width:20px;
}
.btn_table{
  width:630px;
  margin:0 auto;
}
.thanks_text{
  text-align: center;
}
.question{
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
	color:#e4007f;
	text-align:center;
	font-weight: 700;
	padding:15px 0;
	font-size:16px;
	margin-bottom:20px;
	position: relative;
}
.question:hover{
	background-color:#dfdfdf;
	cursor: pointer;
}
.question:after{
	content:'';
	width:10px;
	height:10px;
	position: absolute;
	right:20px;
	top:20px;
	border-bottom:1px solid #e4007f;
	border-right:1px solid #e4007f;
	transform:rotate(45deg)
}

.question.active:after{
	content:'';
	width:15px;
	height:10px;
	position: absolute;
	right:18px;
	top:15px;
	border-bottom:2px solid #e4007f;
	border-right:none;
	transform:rotate(0deg)
}
.answer {
    display: none;
}
.answer .text{
padding-bottom: 50px;
}
ul.normal-list{
  padding: 1em;
}
ul.normal-list li{
	list-style-type: disc;
}
.bottom_margin{
  margin-bottom:30px;
}

.form_kiyaku_inline{
  margin:0 auto;
}
.form_kiyaku_border{
	border:2px solid #E3007F;padding:20px 10px;font-size:15px;
}
.btn_head_text{
  margin-bottom:20px;
}
.trademark{
  font-size:14px;
}
.kiyaku_title{
  color:#E3007F;
  font-weight: 700;
  font-size:18px;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline{
  margin-left:0px;
  margin-right:10px;
}
label{
  font-weight: 100;
}
.tag_required::before{
  content:'必須';
  background:#E3007F;
  color:#FFF;
  display:inline;
  padding:3px;
  border-radius: 5px;
}
.thanks_text{
  margin-bottom:50px;
}

.privacy_outer{
	border:1px solid #E3007F;border-radius:10px;padding:10px 20px;
  background-color:#FFF;
  width:90%;
  margin:0 auto;
}
.privacy_scroll{
	height:250px;padding:5px;font-size:13px;
}
.privacy_title{
	color:#E3007F;font-size: 16px;font-weight: 700;
  width:90%;
  margin:0 auto;
  text-align:left;
  margin-top:80px;
  margin-bottom:10px;


}
.regist_check{
margin-top:20px;
margin-bottom:40px;
}
.privacy_check{
  margin:0 auto;
  margin-bottom:30px;
  margin-top:10px;
  width:90%;
  text-align:left;
}
footer{
  margin-top:30px;
}
.kiyaku_margin{
margin-top:50px;
}
.privacy_text{
  line-height:180%;
}
.privacy_title{
  width:100%;
}
.copyright {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.thanks_text{
  font-size:16px;
}
.radio-inline, .checkbox-inline{
  margin-top:10px!important;

}
.radio-inline, .checkbox-inline{
  margin-left: 0px!important;
  margin-right: 25px!important;
}
.radio-inline, .checkbox-inline{
  margin-left: 0px!important;
  margin-right: 25px!important;
}
.commentary img{
  width: 60%;
  margin: 0 auto;display: block;
}
