.open_h3{
	background-color:rgba(123,87,236,0.08);
    border-bottom: 1px dotted #bdb6ff;
    cursor: pointer;
    margin: 0;
    position: relative;
    line-height: 1.5em;
	padding:5px 2.5%;
}
.open_h3:after,
.open_h3.active:after {
    margin-left: 20px;
	color:#bdb6ff;
}
.open_h3.active::after {
    content: "-";
    position: absolute;
    font-weight: bold;
    font-size: 1.2em;
    right: 10px;
}
.open_h3::after {
    content: "+";
    position: absolute;
    font-weight: bold;
    font-size: 1.2em;
    right: 10px;
}

.info{
	padding:5px 2.5%;
}

.question_list{
	position:relative;
	z-index:3;
}
.question_title {
    color: #F2419D;
    font-size: 1.1em;
}

.question_content {
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
}

.required_mark {
    background-color: #F2419D;
    color: #FFFFFF;
    font-size: 0.7em;
    border-radius:5px;
    padding: 3px;
    vertical-align: middle;
}

.submit_button {
    width: 100%;
    padding:5px;
    background-color: #BDB6FF;
    color: #FFFFFF;
    border-radius:10px;
    text-align: center;
}

.submit_button_2 {
    padding: 8px 0!important;
    background-color: #BDB6FF;
    color: #FFFFFF;
    border-radius:10px;
    width: 40%;
	border:1px solid #BDB6FF;
}
.submit_button_waku {
    padding: 8px 0!important;
    background-color: #ffF;
	border:1px solid #BDB6FF;
    color: #BDB6FF;
    border-radius:10px;
    width: 40%;
}


.agreement_terms,.agreement_privacy {
    width: 100%;
    max-height: 400px;
    overflow:auto;
    border:#6e6e6e solid 1px;
    display: none;
    padding:10px;
}

.content{
	color:#333;
}
.content h4{
	font-size:1em;
}
.top_menu .ttl{
	color:#000;
}

h3.midashi{
	width:100%;
	position:relative;
}
h3.midashi.must:after{
	position:absolute;
	content:'必須';
	background-color: #BDB6FF;
	color: #FFFFFF;
	font-size: 0.7em;
	border-radius: 5px;
	padding: 0 10px;
	vertical-align: middle;
	margin-left:15px;
}

.contact_form{
	width: 95%;
	margin:0 auto;
	color: black;
}
.contact_form input,.contact_form textarea{
	padding:2px 5px;
}
.contact_form select{
	background-color: rgba(255,255, 255, 0.4);
	border: 1px solid #eee;
	border-radius: 0px;
	padding: 5px 20px;
	color: #666666;
	height:2.3em;
}
.contact_form .error{
	font-size: 0.8em;
	color: #953735;
	display:block;
	line-height:150%;
	margin-bottom:8px;
}
.submit_button{
	font-size: 1em;
	background-color: rgba(189, 182, 255, 1);
	padding:8px 0!important;
	color: white;
	width: 100%;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
input[type=checkbox]{
	margin-right:15px;
	font-size:20px;
}
label{
	font-weight:400;
}

.open_h3.active + .info{
	border-bottom: 1px dotted #bdb6ff;
}

.question_contact{
	width: 90%;
	font-size: 12px;
	padding: 10px;
	line-height: 160%;
	background-color:#fff;
	margin:20px auto;
	border-radius: 8px;
}