@charset "utf-8";
/*
CSS Information
 File name:      voice.css
 Author:         Administrator
 Style Info:     /sp/voice.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */

@charset "utf-8";
.compMsg {
 width:80%;
 margin:0 auto 10px;
 padding:10px;
 text-align:left;
}
.compMsg em {
 display:block;
 font-size:108%;
 font-weight:bold;
 font-style:normal;
}
.errMsg {
 padding:10px 10px 0;
 margin:0 auto 10px;
 width:80%;
 border-style:solid;
 border-width:1px;
 color:#f00;
}
.compMsg p,
.errMsg p {
 margin:10px 0 5px;
}
.errMsg p:before {
 content:"！";
}
#content form {
 text-align:center;
}
#content dl dt {
 padding:3px;
 margin-bottom:10px;
 font-weight:bold;
 text-align:left;
}
#content dl dd {
 padding-left:10px;
 margin-bottom:10px;
 text-align:left;
}
#content input[type="text"] {
 width:80%;
 height:25px;
}
#content textarea {
 width:80%;
 height:8em;
}
#content input[type="submit"] {
 font-size:123.1%;
}
#content .back {
 margin:0 auto 10px;
 width:95%;
 height:35px;
 text-align:center;
 font-weight:bold;
 line-height:35px;
}
#content .back a {
 display:block;
}
.txt_ess_r {
 color:#ff0000;
 font-size:93%;
 text-align:right;
 margin-right:10px;
}

.form_list-ttl {
	margin-bottom: 10px;
	font-weight: bold;
}
.form_list-ttl label {
	font-weight: bold;
}
.form_list-ttl span {
	color: #c90037;
}
.form_list {
	margin-bottom: 15px;
}
.form_list-item select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 30px;
	padding: 0 5px;
	font-size: 13px;
	vertical-align: middle;
	border: 1px solid #000;
	color:#000;
}
#content dl dd.form_list-item.--select {
	position: relative;
	width: 100%;
	padding:0;
}
#content dl dd.form_list-item {
	padding:0;
}

.form_list-inner::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #000;
}
#content .form_list-item input[type="text"] {
	width: 100%;
	padding: 10px 5px;
	box-sizing: border-box;
	height: auto;
	font-size: 100%;
}
#content .form_list-item textarea {
	height: 150px;
	width: 100%;
	box-sizing: border-box;
	font-size: 100%;
}
#content dl dd.form_list-item.--select3 {
	display: flex;
	align-items: center;
	padding: 0;
}
.form_common .select_box-item select {
	line-height: initial;
	width: 100%;
	padding: 10px;
	border: 1px solid #000;
	color: #000;
}
.form_common .select_box-item::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #000;
}
.form_list-inner {
	width: calc(100% / 3);
	margin-right: 10px;
	position: relative;
}
.form_list-inner:last-child {
	margin-right: 0;
}
.label_box label {
	display: inline-block;
	margin: 0 10px 20px 0;
}
.form_list-item input[type="checkbox"] {
  width: 25px;
  height: 25px;
}
.form_list-item input[type="radio"] {
	vertical-align: baseline;
}
.label_box.--radio {
	font-size: 16px;
}
.form_common {
	padding: 15px 10px;
}
.form_common input[type="submit"] {
	width: 200px;
	-webkit-appearance: none;
	appearance: none;
	-ms-appearance: none;
	display: block;
	border: 1px solid #8f8f9d;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 5px;
	font-size: 18px;
	margin: 0 auto;
}