@charset "UTF-8";
/*-----------------------------
	content
-----------------------------*/
.contents > section {
	margin: 0 auto 40px;
	padding: 15px;
	width: 800px;
	background: rgb(255, 255, 255, 0.8);
}
div.tel_num {
	margin: 20px auto;
	padding: 10px 20px;
	width: 605px;
	height: 70px;
	background: #fff;
	border: 1px solid #000;
}
div.tel_num .tel::before {
	content: "";
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	background: url(/img/icon_tel.svg) no-repeat center left / contain;
}
div.tel_num p, div.tel_num a { width: 300px;  } 
div.tel_num p {
	float: left;
	font-size: 1.2em;
}
div.tel_num a {
	float: right;
	margin-top: 15px;
	text-decoration: none;
	width: 275px;
	line-height: 1.1em;
	font-size: 30px;
	color: #65C4A4;
	transition: 0.4s;
}
div.tel_num a:hover {
	text-decoration: underline;
}
#btn_complete,#btn_back { display: initial; }
#btn_complete { margin-right: 20px; }
.comp {
	text-align: center;
}

.submit .btn::after {
	top: 15px;
}
/*-----------------------------
	main
-----------------------------*/
section dl {
	margin-left: -10px;
	border-bottom: 1px #ccc solid;
}

section dl dt {
	float: left;
	clear: left;
	width: 200px;
	padding: 10px;
	border-top: 1px #ccc solid;
	text-align: right;
}

section dl dd {
	margin-left: 220px;
	padding: 10px;
	border-top: 1px #ccc solid;
}

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%;
	margin-top: 1em;
	text-align: center;
}


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"] {
	box-sizing: border-box;
	width: 100%;
}

textarea {
	box-sizing: border-box;
	width: 100%;
	height: 5em;
}

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


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