
/* common
===============================================================*/
h1,h2,h3,h4,h5,h6,p,dt,dd,li,a,th,td{line-height: 1.5;}
p,dt,dd,li,a,th,td{font-size: 14px;}
div#Main{margin-top: 60px;}

/* common
===============================================================*/
h1,h2,h3,h4,h5,h6,p,dt,dd,li,a,th,td{line-height: 1.5;}
p,dt,dd,li,a,th,td{font-size: 14px;}

div#Contents {
	margin: 0 15px;
	width: auto;
}

div#Contents #Main {
	margin: 85px 0 15px;
}

div#Contents #Main .text-tit {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 18px;
	font-weight: 700;
}

.mt{margin-top: 1em;}
.mt2{margin-top: 2em;}
.mb{margin-bottom: 1em;}
.mb2{margin-bottom: 2em;}

.red{color:#db0909;}
.err{
	color:#db0909;
	margin-bottom: 5px;
}
p.blue {
	color: #2266ac;
	text-align: center;
	margin: 30px 0 60px;
}
p.blue a { color: #2266ac;}


.indent{
	text-indent: -1em;
	margin-left: 1em;
}

#Main .line-tit {
	position: relative;
	padding: 10px 10px 8px;
	font-size: 15px;
	line-height: 1.2;
	border: none;
	font-weight: 700;
}
#Main .line-tit::before{
	content:"";
	background: #ff6600;
	width: 4px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	display: inline-block;
}

#Main .contact-box dl { margin-bottom: 20px;}
#Main .contact-box dl dt{
    margin-bottom: 5px;
}

#Main .contact-box textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border: #b2b2b2 1px solid;
    font-size: 16px;
}

#Main .contact-box input {
	width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: 27px;
    border: none;
    font-size: 16px;
    border: none;
    padding: 0 5px;
    -webkit-appearance: none;
	border: #b2b2b2 1px solid;
}
.form-err textarea ,
.form-err input { background: #ffffcb;}

#Main .btn-area {
	display: flex;
	justify-content: space-between;
	width: 315px;
    margin: 0 auto;
}

#Main p.btn {
	text-align: center;
	margin: 4px;
	margin: 25px 0 30px;
}
#Main p.btn_next a {
	text-indent: -9999px;
    background: url(../../images/contact/sp-img.png) no-repeat top -0px left 0px /150px auto;
    width: 150px;
    height: 33px;
    display: inline-block;
}

#Main p.btn_send a {
	text-indent: -9999px;
    background: url(../../images/contact/sp-img.png) no-repeat top -33px left 0px /150px auto;
    width: 150px;
    height: 33px;
    display: inline-block;
}
#Main p.btn_back a {
	text-indent: -9999px;
    background: url(../../images/contact/sp-img.png) no-repeat top -65px left 0px /150px auto;
    width: 150px;
    height: 33px;
    display: inline-block;
}


.tel-area {
	border-bottom: #dad8d6 1px solid;
    padding: 1px;
    border-radius: 2px;
    background: #fff;
    width: calc(100% - 18px);
    margin: 0 9px 50px;
}

.tel-area .contact-inner dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
    border: #e6ddd1 1px solid;
    padding: 7px 10px;
}

.tel-area .contact-inner dl dt a {
	color: #4d1b00;
    font-family: 'Arial';
    font-size: 21px;
    text-decoration: none;
    padding-left: 23px;
    background: url(../../sp/images/common/img_main_01.png) no-repeat left -1px top -96px / 378px auto;
}

.tel-area .contact-inner dl dd {
	font-size: 9px;
    font-family: "ヒラギノ角ゴ Pro W3";
    display: block;
    line-height: 1;
    padding: 1px 0 0 0px;
    color: #858584;
    margin-bottom: 0;
}




/* pass
===============================================================*/

/* comp
===============================================================*/
#Comp p.back {
	text-align: center;
	margin-top: 25px;
	color: #2266ac;
}
#Comp p.back a {
	color: #2266ac;
}



/* Contact
===============================================================*/
#Contact #Main img {width: 100%;}
#Contact #Main {margin-bottom: 15px;}


#Contact #Main section.gray_box {
	padding: 30px 15px;
	background: #f6f6f6;
	margin: 0 -15px 15px;
}
#Contact #Main section.gray_box .emblem {
	font-size: 14px;
    color: #b29744;
    padding: 4px 0 4px 30px;
    background: url(../../images/guide/support.png) no-repeat top -1129px left 0px / 500px auto;
	margin-bottom: 10px;
	font-weight: 700;
}
#Contact #Main section.gray_box dl {
	padding: 15px 10px;
	background: #fff;
	margin-top: 20px;
}
#Contact #Main section.gray_box dl dt {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
}

#Contact #Main .orange_box {
	background: #fff6f0;
	padding: 30px 15px;
	margin: 0 -15px 10px;
}


#Contact #Main .orange_box .sp_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

#Contact #Main .orange_box dl {
	text-align: center;
	width: 33%;
}

#Contact #Main .orange_box dl dt{
	margin-bottom: 5px;
}

#Contact #Main .orange_box .sp_flex p {
	width: 61%;
}

#Contact #Main .orange_box figure{
	margin: 0;
}

