@charset "UTF-8";

/*-----------------------------------

	mail_text

-----------------------------------*/
#mail_text .attention{
	padding: 20px 2.5%;
}

#mail_contact form{
	margin-top: 30px;
    padding: 40px 40px 30px;
	border-radius: 10px;
	box-sizing: border-box;
}
#mail_contact form dt {
	width: 230px;
	font-size: 18px;
	line-height:2.1rem;
    text-align: left;
    float: left;
	position:relative;
    margin-left: 20px;
}
#mail_contact form dt span {
    width: 170px;
    padding-top: 8px;
    box-sizing: border-box;
    display: inline-block;
}
#mail_contact form dt span.require {
    width: 50px;
    height: auto;
    font-size: 13px;
    line-height: 1.3rem;
    color: #fff;
    text-align: center;
    background: #ff8921;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 2px 4px;
	border-radius: 5px;
    box-sizing: border-box;
}
#mail_contact form dd {
    text-align: left;
    letter-spacing: 0.3rem;
    margin-bottom: 30px;
    padding-left: 280px
}
#mail_contact form .text{
	font-size: 16px;
	line-height: 2.1rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
	#mail_contact form{
		width: 100%;
		padding: 20px 2.5% 20px;
	}
	#mail_contact p.text{
		text-align: left;
	}
}
@media screen and (max-width: 740px){
	#mail_contact .contents_inner{
		padding: 30px 0;
	}
	#mail_contact form dt {
		width: 100%;
		font-size: 16px;
		line-height: 1.6rem;
		float: none;
		margin:0 0 15px 0;
		padding: 10px 2.5%;
		box-sizing: border-box;
		background: #fff3c4;
	}
	#mail_contact form dt span {
		width: auto;
		padding-top: 0;
		box-sizing: border-box;
		display: inline-block;
	}
	#mail_contact form dt span.require {
		width: auto;
		height: auto;
		position: static;
		margin-left: 10px;
	}
	#mail_contact form dd {
		text-align: left;
		letter-spacing: 0.3rem;
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-left: 0;
	}
	#mail_contact form .text {
		font-size: 13px;
		line-height: 1.8rem;
	}
	#form .link_btn_wrap {
		width: 80%;
	}
	#form .reset_btn {
		width: 60%;
		margin: 20px 0 0;
	}
}
/*-----------------------------------
form_btm
-----------------------------------*/
#form_btm{
	text-align: center;
	margin-top: 30px;
}
#form_btm .link_btn_wrap{
	width: 360px;
	height: 70px;
	display: inline-block;
	color: #fff!important;
	background: #f5411e;
	border: solid 4px #fb7272;
	border-radius: 50px;
	cursor:pointer;
	position: relative;
	box-sizing:border-box;
    transition: 0.3s;
}
#form_btm .link_btn_wrap input{
	width: 100%;
	height: 100%;
    font-size: 24px;
    font-size: 2.4rem;
	font-weight: 600;
    letter-spacing: 0.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff!important;
    display: inline-block!important;
    background:none;
    position: absolute;
	left: 0;
    border: none;
    margin: 0 auto;
    text-align: center;
	cursor:pointer;
}
#form_btm .link_btn_wrap:hover{
	background: #aaa;
	border: solid 4px #dbdbdb;
}
#form_btm .link_btn_wrap .reset_btn{
	width: 200px;
	margin-left: 20px;
}
#form_btm .link_btn_wrap input,
#form_btm .link_btn_wrap input:hover,
#form_btm .link_btn_wrap input:visited{
	box-shadow: none;
}
#form_btm .reset_btn{
	width: 300px;
	background: #888;
	margin-left: 20px;
	border: solid 4px #dbdbdb;
}
#form_btm .reset_btn:before {
    content:"";
    width: auto;
    position:static;
}
@media screen and (max-width: 980px){
	#form_btm .link_btn_wrap{
		width: 360px;
		height: 52px;
	}
	#form_btm .link_btn_wrap input{
		font-size: 18px;
    	font-size: 1.8rem;
	}
	#form_btm .reset_btn{
		width: 300px;
		margin:15px 0 0;
	}
}
@media screen and (max-width: 740px){
	#form_btm .link_btn_wrap{
		width: 75%;
		height: 52px;
	}
	#form_btm .link_btn_wrap input{
		font-size: 16px;
    	font-size: 1.6rem;
	}
	#form_btm .link_btn_wrap:before {
		width: 25px;
		top: 30%;
		left: 20px;
	}
	#form_btm .reset_btn{
		width: 60%;
		margin:15px 0 0;
	}
}
/*-----------------------------------
input
-----------------------------------*/
#mail_contact input[type="text"], 
#mail_contact input[type="email"], 
#mail_contact input[type="tel"], 
#mail_contact input[type="address"],
#mail_contact textarea {
	font-size: 16px;
	background: #f8f8f8;
	padding: 6px 12px;
	color: #555;
	border: solid 1px #ececec;
	border-radius: 10px;
}
#mail_contact form input[type="text"], 
#mail_contact form input[type="email"], 
#mail_contact form input[type="tel"],
#mail_contact form input[type="address"] {
	width: 80%;
    height: 35px;
}
#mail_contact textarea {
    width: 95%;
    height: 200px;
    padding: 6px 12px;
    box-sizing: border-box;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
::placeholder{ /* Others */
 color:#ccc
}
textarea:focus,
input:focus {
	outline: 0;
	border-color: #ccc !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(223,223,223,1.00);
	outline:none;
}
@media screen and (max-width: 740px){
	#mail_contact form input[type="text"], 
	#mail_contact form input[type="email"],
	#mail_contact form input[type="tel"],
	#mail_contact form input[type="address"] {
		width: 100%;
		height: 50px;
		box-sizing:border-box;
	}
	#mail_contact textarea {
		width: 100%;
		box-sizing: border-box;
	}
}
/*-----------------------------------
alert/error
-----------------------------------*/
.alert {
    color: #C60000;
    border: 1px solid #C60000;
    background-color: #F7E6E6;
    margin: 10px 0;
    padding: 10px 15px;
}
.error {
    color: #FF0000;
}