/*=========================================*/
/* CONTACT */
/*=========================================*/

/* FORM */

.contents_form{
	position: relative;
    margin: 0px auto 0px auto;
    max-width: 1280px;
}

#FrmIn{
	overflow: hidden;
}

.form1_area{
	margin: 0px auto 0px auto;
	color:#000000;
	text-align:left;
}

.form1{
	padding:30px 0px 30px 0px;
	border-bottom: 1px solid rgba(225,225,225,1.0);
	display: flex;
}

.form1_right input{
	border:1px solid #000000;
	border-radius: 5px;
}


.form1 select{
	padding: 20px 20px 20px 20px;
	border:1px solid #000000;
	border-radius: 5px;
	box-sizing: border-box;
}

.form1_left{
	width: 30%;
}

.form1_left p{
	padding:0px 5px 0px 10px;
}

.form1_left p span{
	color: rgba(196,17,32,1.00);
}

.form1_right{
	width: 100%;
}

.form1_right .form_input1{
	width: 70%;
	margin:5px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	border:1px solid #000000;
	border-width:1px;
	border-radius: 5px;
	background:#ffffff;
	box-sizing: border-box;
}

.form1_right .form_input_error{
	margin:5px 0px 0px 0px;
	padding:3px 5px;
	border-color:#cc0000;
	border-style:solid;
	border-width:2px;
	background:#ffffff;
}

.form1_right #radio_contact,
.form1_right #radio_entry{
	margin-right: 5px;
	vertical-align: baseline;
}

.form1_right label{
	margin-right: 15px;
}

.form_text1{
	padding:5px 0px 0px 0;
}

.form1_area{
	margin:0px auto 0px auto;
	color:#000000;
	text-align:left;
	padding:1px 0px 1px 0px;
}

.form1_left p{
	padding:0px 5px 0px 10px;
}

.form1_right input.form_input1{
	padding:20px 20px 20px 20px;
	border:1px solid #000000;
	border-width:1px;
	background:#ffffff;
}

.form1_right input.form_input2{
	width: 35%;
	padding:20px 20px 20px 20px;
	border:1px solid #000000;
	border-width:1px;
	background:#ffffff;
}

.form1_right input.form_input_error{
	margin:5px 0px 0px 0px;
	padding:3px 5px;
	border-color:#cc0000;
	border-style:solid;
	border-width:2px;
	background:#ffffff;
}

#sel_Syubetu,
.form_input,
#txtAdd2,
#txtAdd3,
#txtAdd4{
	width: 70%;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}

#txtZip1,#txtZip2,
#selAdd1,#form_tel1,
#form_tel2,#form_tel3,
#txt_tel1,#txt_tel2,
#txt_tel3,#txt_sei,
#txt_mei,#txt_kana_sei,
#txt_kana_mei,#txt_age{
	width: 20%;
}

.form_text1{
	padding:5px 0px 0px 0;
}

.error_frame{
	margin: 10px 0px 0px 0px;
	padding: 15px 15px 15px 40px;
	font-size: 95%;
	background: rgba(255,225,235,1.00);
	background-image: url("../images/error_icon.svg");
	background-repeat: no-repeat;
    background-size: 23px;
    background-position: center left 10px;
}

.form_error_text1{
	color:#cc0000;
}

#form_base_btn_area{
	margin:50px auto 0px auto;
	padding:0px 0 0px 0;
}

#form_base_btn_area a{
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(40,120,60,1.00);
	border: 1px solid rgba(40,120,60,1.00);
	border-radius: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
}

#form_base_btn_area a:hover{
	color: rgba(40,120,60,1.00);
	background-color: rgba(255,255,255,1.00);
	transition: 0.5s;
}


@media screen and (max-width:1280px){

.contents_form{
	position: relative;
    margin: 0px auto 0px auto;
    max-width: 1280px;
}

#FrmIn{
	overflow: hidden;
}

.form1_area{
	margin: 0px auto 0px auto;
	color:#000000;
	text-align:left;
}

.form1{
	padding:25px 0px 25px 0px;
	border-bottom: 1px solid rgba(225,225,225,1.0);
	display: flex;
}

.form1_right input{
	border:1px solid #000000;
	border-radius: 5px;
}


.form1 select{
	padding: 20px 20px 20px 20px;
	border:1px solid #000000;
	border-radius: 5px;
	box-sizing: border-box;
}

.form1_left{
	width: 30%;
	font-size: 95%;
}

.form1_left p{
	padding:0px 5px 0px 10px;
	font-size: 95%;
}

.form1_left p span{
	color: rgba(196,17,32,1.00);
	font-size: 95%;
}

.form1_right{
	width: 100%;
	font-size: 95%;
}

.form1_right .form_input1{
	width: 70%;
	margin:5px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	border:1px solid #000000;;
	border-width:1px;
	border-radius: 5px;
	background:#ffffff;
	box-sizing: border-box;
}

.form1_right .form_input_error{
	margin:5px 0px 0px 0px;
	padding:3px 5px;
	border-color:#cc0000;
	border-style:solid;
	border-width:2px;
	background:#ffffff;
}

.form1_right #radio_contact,
.form1_right #radio_entry{
	margin-right: 5px;
	vertical-align: baseline;
}

.form1_right label{
	margin-right: 15px;
}

.form_text1{
	padding:5px 0px 0px 0;
}

.form1_area{
	margin:0px auto 0px auto;
	color:#000000;
	text-align:left;
	padding:1px 0px 1px 0px;
}

.form1_left p{
	padding:0px 5px 0px 10px;
	font-size: 95%;
}

.form1_right input.form_input1{
	padding:20px 20px 20px 20px;
	border:1px solid #000000;
	border-width:1px;
	background:#ffffff;
}
	
.form1_right input.form_input2{
	width: 35%;
	padding:20px 20px 20px 20px;
	border:1px solid #000000;
	border-width:1px;
	background:#ffffff;
}

.form1_right input.form_input_error{
	margin:5px 0px 0px 0px;
	padding:3px 5px;
	border-color:#cc0000;
	border-style:solid;
	border-width:2px;
	background:#ffffff;
}

#sel_Syubetu,
.form_input,
#txtAdd2,
#txtAdd3,
#txtAdd4{
	width: 70%;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}

#txtZip1,#txtZip2,
#selAdd1,#form_tel1,
#form_tel2,#form_tel3,
#txt_tel1,#txt_tel2,
#txt_tel3,#txt_sei,
#txt_mei,#txt_kana_sei,
#txt_kana_mei,#txt_age{
	width: 20%;
}

.form_text1{
	padding:5px 0px 0px 0;
}

.error_frame{
	margin: 10px 0px 0px 0px;
	padding: 15px 15px 15px 35px;
	font-size: 100%;
	background: rgba(255,225,235,1.00);
	background-image: url("../images/error_icon.svg");
	background-repeat: no-repeat;
    background-size: 21px;
    background-position: center left 10px;
}

.form_error_text1{
	color:#cc0000;
}

#form_base_btn_area{
	margin:50px auto 0px auto;
	padding:0px 0 0px 0;
}

#form_base_btn_area a{
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(40,120,60,1.00);
	border: 1px solid rgba(40,120,60,1.00);
	font-size: 95%;
	border-radius: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
}

#form_base_btn_area a:hover{
	color: rgba(40,120,60,1.00);
	background-color: rgba(255,255,255,1.00);
	transition: 0.5s;
}

	
}

@media screen and (max-width:960px){

.form1{
	padding:20px 0px 20px 0px;
	flex-wrap: wrap;
}

.form1 select{
	padding: 15px 15px 15px 15px;
}
	
.form1_left{
	width: 100%;
}
	
.form1_left p{
	margin-bottom: 15px;
	padding-left: 0px;
}

.form1_left p span{
	font-size: 90%;
}

.form1_right{
	font-size: 90%;
}

.form1_right .form_input1{
	width: 100%;
	padding:15px 15px 15px 15px;
}

.form1_right label{
	margin-right: 10px;
}
	
.form1_right input{
	margin: 0px 0px 10px 0px;	
}

.form1_right input.form_input1{
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding:15px 15px 15px 15px;
}
	
.form1_right input.form_input2{
	width: 50%;
	margin: 0px 0px 10px 0px;
	padding:15px 15px 15px 15px;
}

#sel_Syubetu,
.form_input,
#txtAdd2,
#txtAdd3,
#txtAdd4{
	width: 100%;
	padding: 15px 15px 15px 15px;
	box-sizing: border-box;
}

#txtZip1,#txtZip2,
#selAdd1,#form_tel1,
#form_tel2,#form_tel3,
#txt_tel1,#txt_tel2,
#txt_tel3,#txt_sei,
#txt_mei,#txt_kana_sei,
#txt_kana_mei,#txt_age{
	width: 25%;
}

.error_frame{
	margin: 10px 0px 0px 0px;
	padding: 15px 15px 15px 35px;
	font-size: 100%;
	background: rgba(255,225,235,1.00);
	background-image: url("../images/error_icon.svg");
	background-repeat: no-repeat;
    background-size: 21px;
    background-position: center left 10px;
}

.form_error_text1{
	color:#cc0000;
}

#form_base_btn_area{
	margin:50px auto 0px auto;
	padding:0px 0 0px 0;
}

#form_base_btn_area a{
	padding: 15px 25px 15px 25px;
	font-size: 90%;
}

#form_base_btn_area a:hover{
	color: rgba(40,120,60,1.00);
	background-color: rgba(255,255,255,1.00);
	transition: 0.5s;
}
	
}


/* 完了 */
#send_text_area {
    margin: 0px 0px 50px 0px;
    padding: 30px 30px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#send_title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #444444;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
}
#send_text {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#send_text p {
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
    color: #444444;
    font-weight: normal;
    line-height: 200%;
}

#send_btn_area{
	margin: 50px 0px 0px 0px;
	text-align: center;
}

#send_btn_area a{
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(40,120,60,1.00);
	border: 1px solid rgba(40,120,60,1.00);
	border-radius: 50px;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
}

#send_btn_area a:hover{
	color: rgba(40,120,60,1.00);
	background-color: rgba(255,255,255,1.00);
	transition: 0.5s;
}

@media screen and (max-width:1280px){
	
#send_text_area {
    margin: 0px 0px 40px 0px;
    padding: 25px 25px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#send_title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #444444;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    line-height: 150%;
}
#send_text {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#send_text p {
    margin: 0px auto 0px auto;
    padding: 15px 0px 0px 0px;
    color: #444444;
	font-size: 95%;
    font-weight: normal;
    line-height: 200%;
}

#send_btn_area{
	margin: 40px 0px 0px 0px;
	text-align: center;
}

#send_btn_area a{
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(40,120,60,1.00);
	border: 1px solid rgba(40,120,60,1.00);
	border-radius: 50px;
	display: block;
	font-size: 95%;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
}

#send_btn_area a:hover{
	color: rgba(40,120,60,1.00);
	background-color: rgba(255,255,255,1.00);
	transition: 0.5s;
}

}

@media screen and (max-width:960px){
	
#send_text_area {
    margin: 0px 0px 30px 0px;
    padding: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#send_title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #444444;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
}
#send_text {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#send_text p {
    margin: 0px auto 0px auto;
    padding: 10px 0px 0px 0px;
    color: #444444;
	font-size: 90%;
    font-weight: normal;
    line-height: 180%;
}

#send_btn_area{
	margin: 30px 0px 0px 0px;
	text-align: center;
}

#send_btn_area a{
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 20px 15px 20px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(40,120,60,1.00);
	border: 1px solid rgba(40,120,60,1.00);
	border-radius: 50px;
	display: block;
	font-size: 90%;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
}

#send_btn_area a:hover{
	color: rgba(40,120,60,1.00);
	background-color: rgba(255,255,255,1.00);
	transition: 0.5s;
}
	
}
