body{
	margin:0;
	word-wrap: break-word;
}

@media screen and (max-width:599px){
	.pc_only {
		display:none;
	}
}
@media screen and (min-width:600px){
	.sp_only {
		display:none;
	}
}

.title_frame {
	width:100%;
	background-color:#A0FFE0;
/*	height:50px;*/
	font-size:24pt;
	text-align:center;
	line-height:1.5em;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
	border: 3px solid;
	border-color: #aff #0Fe #0Fe #aff;
	margin: 0 0 30px 0;
	box-sizing: border-box;
}

h1 {
	width:100%;
	font-size:24pt;
	text-align:center;
	line-height:1.5em;
	text-shadow: 4px 4px 2px #0BF;
	font-weight: normal;
	margin: 0 auto;
}

.wrap {
	margin:0 12%;
}

.center {
	text-align:center;
}

h2 {
	font-size:24pt;
	text-align:center;
	margin:15px auto;
}

.main {
	margin:0 15%;
}

@media screen and (max-width:599px){
	
	.main {
		margin:0;
	}
	
	.wrap {
		margin:0 5%;
	}
}

.error_message {
	font-size:19pt;
	color:#FF0000;
	font-weight:bold;
	line-height:1.1em;
}


.message_text {
	font-size:18pt;
	text-align:left;
	line-height:1.15em;
}

.question_text {
	font-size:18pt;
	text-align:left;
	line-height:1.2em;
	margin-bottom:20px;
	padding-left: 1em;
	text-indent: -1em;
}


.choices {
	margin-bottom:15px;
	text-indent: -2em;
	padding-left: 2em;
	font-size:15pt;
}

.submit_button {
	display:block;
	margin:0 auto;
	font-size:128%;
}

/* 回答テキストボックス幅 */
textarea.text_answer {
	width:100%;
	box-sizing:border-box;
	max-width:600px;
}

form.main_form{
	margin-bottom:40px;
}







.front_contact_box {
	margin:0 auto;
	text-align:left;
	display:block;
	margin:0 10% 0 28%;
}
.front_contact_text {
	
}

.hosoku {
	font-size:14pt;
	line-height:1.1em;
}
.hosoku_s{
	font-size:10pt;
	line-height:1em;
}

.kakomi {
	border:1px solid #000;
	padding:10px;
}


.input_password {
	font-size:20pt;
/*	width:40%;*/
	margin:0 auto;
	line-height:1.1em;
	text-align:center;
}

.input_password_waku {
	font-size:20pt;
	max-width:100%;
}

@media screen and (max-width:599px){
	.input_password_waku {
		font-size:12pt;
		line-height:3em;
	}
}

.start_button {
	text-align:center;
}
.start_button input {
	font-size:20pt;
}
.start_button button {
	font-size:20pt;
}
@media screen and (max-width:599px){
	.start_button button {
		font-size:15pt;
	}
}





/* 以下テスト用 */
.cookie_modal_frame {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 999;
	display: block;
}
.cookie_modal_bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000000;
	opacity: .6;
}

.cookie_modal_inner {
    background-color: #FFFFFF;
    width: 75%;
    max-width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 2rem 2rem;
    border-radius: 50px;
}
.cookie_arrow_form {
	margin:0px;
}

.CookieDescriptionFrame {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
}
.CookieDescription {
	width:30%;
	left:0;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #a0a0a0;
	border-radius: 10px;
	line-height:3em;
}
.CookieArrow {
	width:65%;
	right:0;
	text-align:center;
	background-color:#00D0D0;
	border-radius: 10px;
	line-height:3.5em;
}
.CookieArrow:hover {
	background-color:#00D0D0;
}
.CookieText {
	font-size:1.3vw;
	text-decoration:none;
	color:#000000;
}
.White{
	color:#FFFFFF;
	font-weight:bold;
}
