#main_contents {
	margin-bottom: 50px;
}

main .title_area {
	background: #666;
	overflow: hidden;
	margin-bottom:30px;
}

main .title_area .container {
	box-shadow: 0 36px 0px 0px #666, 0 -36px 0px 0px #666, 48px 0 60px -16px rgba(0,0,0,0.4), -48px 0 60px -16px rgba(0,0,0,0.4);
	padding: 2em 1em;
    box-sizing: border-box;
}

main .title_area h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}

main .title_area.diagnostics {
	background: #333;
	margin-bottom:40px;
}

main .title_area.diagnostics h1 {
	color:#F7CB00;
}

a.disabled {
  pointer-events: none; /* aタグのリンクを無効にする */
  cursor: default;
  opacity: 0.2;
}

p.err {
	color:#F44;
	padding:0.1em 0.5em 0 0.5em;
	clear: both;
}

.lead p span,
.form_area dt span, 
.form_area label span {
	color:#F00;
}

.lead {
	position: relative;
}

.lead p {
	width:75%;
	/*min-height: 8em;*/
}

.lead.contact_lead p {
	width:100%;
	line-height: 1.6;
}

.lead img {
	position: absolute;
	top:0;
	right:2%;
	width:20%;
	max-width:110px;
	transform: rotate(10deg);
	box-shadow: 3px 3px 6px gray;
}

.in_a_hurry {
	border: solid 4px #F7CB00;
	padding: 1em;
	text-align: center;
	max-width: 480px;
	margin: 0 auto 2em;
	background: #F5F5F5;
}

.in_a_hurry p.tel_lead {
	border-radius: 1em;
	display: inline-block;
	background: #F7CB00;
	padding: 0.2em 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

.in_a_hurry p.call {
	line-height: 1.0;
}

.in_a_hurry p.call a {
	color: #222;
	font-weight: bold;
	font-size: 1.8em;
	vertical-align: top;
}

.in_a_hurry p.call a:hover {
	text-decoration:none;
}

.in_a_hurry p.call a i {
	width: 1.2em;
	display: inline-block;
	vertical-align: top;
}

.in_a_hurry p.call a i img {
	vertical-align: middle;
}

.form_area {
	margin-top:2em;
	line-height: 1.8;
	margin-bottom:10em;
	clear:both;
}

.form_area dl {
	padding:6px 0;
	border-top:solid 1px #CCC;
}

.form_area dl dt,
.form_area dl dd {
	background: rgba(0,0,0,0.048);
	box-sizing: border-box;
}

.form_area dl dt {
	padding:1em 1em 0 1em;
	font-weight:bold;
}

.form_area dl dd {
	padding:0 1em 1em 1em;
}

.form_area dl dd.mdate img {
	width:42px;
	margin-right:1em;
	display: inline-block;
	vertical-align: middle;
}

.form_area dl dd.mdate input[type=text] {
	width:200px;
	vertical-align: middle;
	display: inline-block;
}

.form_area dl dd input[type=text] {
	width:100%;
	box-sizing: border-box;
	border:none;
	padding:0.5em;
}

.form_area dl dd textarea {
	width:100%;
	max-width: 100%;
	border:none;
	box-sizing: border-box;
}

.form_area dl dd span {
	color:#999;
}

.form_area dl dd ul {
	padding-left:1em;
}

.form_area dl dd figure {
	display: block;
	margin: 0;
	padding: 1em 0 0 2em;
	box-sizing: border-box;
	width:auto;
}

.form_area dl dd figure ul {
	padding-left:0;
}

.form_area dl dd figure figcaption {
	font-weight:bold;
}

.form_area dl dd ul li label {
	display: inline-block;
	vertical-align: top;
	margin:0;
	position: relative;
	cursor: pointer;
	padding: 2px 0 2px 24px;
	text-align: left;
	line-height: 1.4;
}

.form_area dl dd ul li input {
	display: none;
}

.form_area dl dd ul li label:before{
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: 0;
	background: #FFF;
	border: 1px solid #999;
}

.form_area dl dd ul li input:checked + label:before {
	background: #444;
	border: 1px solid #444;
}

.form_area dl dd ul li input:checked + label:after {
	position: absolute;
	content: "";
	top: 6px;
	left: 3px;
	width: 8px;
	height: 3px;
	margin-top: 0;
	border-bottom:solid 2px #FFF;
	border-left:solid 2px #FFF;
	transform: rotate(-45deg);
}

#form_comp {
	line-height: 1.8;
}

p.sent {
	background: #F5F5F5;
	font-weight:bold;
	text-align: center;
	font-size:1.2em;
	padding:1.2em 0;
	width:100%;
	margin-bottom:1.8em;
}

#form_comp .to_home {
	margin-top:2em;
	text-align: center;
}

#form_comp .to_home a {
	color:#222;
	text-decoration: underline;
}

#form_comp .to_home a:hover {
	text-decoration: none;
}

.cstm_select {
    overflow: hidden;
    display: inline-block;
    position: relative;
    border:none;
    vertical-align: middle;
    margin-right:0.6em;
}

.cstm_select > select {
    border: none;
    padding:1em;
    padding-right:38px;
    background: #FFF;
    box-sizing: content-box;
    outline:none;
    width:6em;
}

.cstm_select.normal_w > select {
	width:auto;
}

.cstm_select > select::-ms-expand {
    display: none;
}

.cstm_select > select:hover {
    cursor: pointer;
}

.cstm_select:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    background: url("./../images/common/select_arrow.svg") center center no-repeat;
    background-size:9px;
    pointer-events: none;
}

.form_area dl dd.radio_wrap label {
    display:inline-block;
    vertical-align: middle;
    line-height:1.0;
    margin:1em 1em 0.5em 0.2em;
    padding: 0 0 0 2.0em;
    position: relative;
    cursor: pointer;
}

.form_area dl dd.radio_wrap label input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position:absolute;
    top:50%;
    left:0;
    box-shadow:0 0 0 1px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 0 1px rgba(0,0,0,0.4);
    -o-box-shadow:0 0 0 1px rgba(0,0,0,0.4);
    box-shadow:0 0 0 1px rgba(0,0,0,0.4);
    border:none;
    background:#FFF;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    width:16px;
    height:16px;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    margin-top:-8px
}

.form_area dl dd.radio_wrap label input[type="radio"]:checked:after{
    content:"";
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position:absolute;
    top:0;
    left:0;
    box-shadow:0 0 0 3px rgba(255,255,255,1.0) inset;
    -webkit-box-shadow:0 0 0 3px rgba(255,255,255,1.0) inset;
    -moz-box-shadow:0 0 0 3px rgba(255,255,255,1.0) inset;
    -o-box-shadow:0 0 0 3px rgba(255,255,255,1.0) inset;
    box-shadow:0 0 0 3px rgba(255,255,255,1.0) inset;
    background:#0094B9;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    width:16px;
    height:16px;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
}

.form_area .agree_box {
	text-align: center;
	margin-top:3em;
}

.form_area .agree_box label {
	display: inline-block;
	margin:0;
	position: relative;
	cursor: pointer;
	padding: 5px 10px 5px 38px;
	text-align: left;
}

.form_area .agree_box input {
	display: none;
}

.form_area .agree_box label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 21px;
	height: 20px;
	margin-top: -12px;
	background: #FFF;
	border: 2px solid #CCC;
}

.form_area .agree_box input:checked + label:before {
	background: #222;
	border: 2px solid #222;
}

.form_area .agree_box input:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 10px;
	height: 6px;
	margin-top: -7px;
	border-bottom:solid 3px #FFF;
	border-left:solid 3px #FFF;
	transform: rotate(-45deg);
}

p.agree_link {
	color:#808080;
	font-size:0.9em;
	text-align: center;
	margin-top:0.5em;
}

p.agree_link a {
	text-decoration: underline;
}

.btn_wrapper {
	display: block;
	overflow: hidden;
	margin-top:4em;
	text-align: center;
}

.btn_confirm {
	background: #222;
	color:#FFF;
	padding: 0.5em 0.8em 0.5em 0.85em;
	width: 12em;
	font-size:1.4em;
	letter-spacing: 0.05em;
	display: inline-block;
}

.btn_confirm:hover {
	text-decoration: none;
}

.btns {
	text-align: center;
	margin: 3em auto 0;
	max-width:740px;
}

.btns li {
	display: inline-block;
	vertical-align: top;
	width:40%;
	margin:0 2%;
}

.btns li a {
	display: block;
	border:solid 2px #222;
	color:#000;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	padding: 0.5em 0.8em 0.5em 0.85em;
}

.btns li a:hover {
	text-decoration: none;
}

.btns li.submit a {
	background: #222;
	color:#FFF;
}


@media screen and (min-width: 520px) {

.form_area dl dd figure {
	display: inline-block;
	vertical-align: top;
	margin:1em 0 0;
	padding:0 0 0 2em;
	min-width: 12em;
}

}


@media screen and (min-width: 768px) {

#main_contents {
	margin-bottom: 80px;
}

#main_contents .container {
	max-width:960px;
}

.lead img {
	top:-40px;
}

.in_a_hurry {
	margin:3em auto 4em;
}

.in_a_hurry p.call a {
	font-size: 2.0em;
}

.in_a_hurry p.call a:hover {
	opacity: 0.7;
}

#form_comp p {
	text-align: center;
}

.form_area dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.form_area dl dt,
.form_area dl dd {
	background: #F7F7F7;
	display: table-cell;
	vertical-align: middle;
}

.form_area dl dt {
	width:12em;
	padding:2em 0 2em 2em;
	font-weight:normal;
}

.form_area dl dd {
	padding:1em 4em 1em 1em;
}

.form_area dl dd ul {
	padding-left:0;
}

.form_area dl dd figure {
	display: block;
	width: auto;
	max-width:280px;
	min-width: 180px;
	float: left;
	border-top:none;
	padding:0 2em 0 0;
	margin: 0.5em 0;
}

.form_area dl dd ul li label {
	padding:1px 0 1px 24px;
}

p.agree_link a:hover {
	text-decoration: none;
}

.form_area dl dd input[type=text] {
	font-size:1.1em;
	padding:0.5em;
}

.btn_confirm {
	width:400px;
}

.cstm_select > select {
	font-size:1.1em;
	padding:1em 30px 1em 16px;
	min-width: 160px;
}

.form_area dl dd textarea {
	font-size:16px;
}

.form_area dl dd.radio_wrap label {
	font-size: 15px;
	margin: 0 2em 0 0;
	padding: 0 0 0 1.8em;
}


}


@media screen and (min-width: 1000px) {

.cstm_select > select {
	font-size:1.1em;
	padding:1em 30px 1em 16px;
	min-width: 200px;
}


}


@media screen and (min-width: 1200px) {



}