@charset "UTF-8";
/*-----------------------------
	content
-----------------------------*/
.contents > section {
	padding: 15px;
	background: rgb(255, 255, 255, 0.8);
}
section h2 {
	font-size: 20px;
}
div.tel_num {
	margin: 5px auto;
	padding: 10px;
	width: 95%;
	background: #fff;
	border: 1px solid #000;
}
div.tel_num .tel::before {
	content: "";
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(/img/icon_tel.svg) no-repeat center left / contain;
}
main .contents section div.tel_num p {
	text-align: center;
}
div.tel_num a {
	display: block;
	margin: auto;
	width: 50%;
	line-height: 20px;
	font-size: 20px;
	color: #65C4A4;
}
.contents .btn::after {
	content: ">>";
	position: absolute;
	right: 5px;
	line-height: 30px;
}

.submit .btn {
	margin: 0px auto;
}
.contents form {
	width: 100%;
}

/*-----------------------------
	main
-----------------------------*/
.section dl {
	margin: 10px 23px 0 15px;
}

.section dd {
	margin-bottom: 15px;
}

dt.required::after{
	content:"必須";
	display: inline-block;
	position: relative;
	top: -2px;
	left: 0;
	margin: 0 5px;
	padding: 2px 10px 1px;
	font-size: 12px;
	color: #f00;
	border:1px solid #f00;
}

span.md_note {
	font-size: 89%
}

dl dd fieldset label {
	display: block;
}

dl dd fieldset label input {
	margin: 0 3px 0 0;
}

p.trivial {
	margin: 0;
}

#confirm .trivial {
	display: none;
	height: 0;
}

form p.submit {
	width: 100%;
	text-align: center;
}

input[type="submit"],
.submit button {
	clear: left;
	width: 300px;
	margin-top: 10px;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

form#confirm .conf_none {
	display: none;
}

dl dd.name1 {
	position: relative;
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"] {
	font-size: 170%;
	width: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #E6FFE6 inset;
}

textarea {
	font-size: 120%;
	width: 100%;
	height: 5em;
}

.icon_required{
	position: relative;
	top: -2px;
	display: inline-block;
	margin: 0 5px;
	padding: 2px 10px 1px;
	font-size: 12px;
	color: #f00;
	border:1px solid #f00;
}

.onfocus input,
.onfocus textarea {
	background:#E6FFE6;
}

.error input{
	background-color: #FFAFAF;
}

.error::after{
	content :"未入力です";
	display: block;
	text-align: right;
	color: #f00;
}

.gotop {
	padding: 15px 0;
	margin: 20px 0 20px 25%;
	width: 50%;
	text-align: center;
	background-color: rgba(230, 255, 255, 0.5);
}

.gotop a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#inquiry dl {
	display: block;
	margin: 10px 0 20px;
	width: 95%;
	font-size: 1.2em;
}
#inquiry dl dt,
#inquiry dl dd {
	display: block;
	width: 100%;
}
#inquiry dl dt {
	float: none;
	clear: left;
	padding: 7px 10px;
	width: 100%;
	border-top: 1px #ccc dotted;
}
#inquiry dl dd {
	margin-left: 0;
	padding: 7px 10px;
	border-top: 1px #ccc dotted;
	background-color: #fff;
}
#inquiry select {
	font-size: 1.1em;
}
#inquiry dl dd input,
#inquiry dl dd textarea {
	width: 95%;
	font-size: 1em;
}