@charset "UTF-8";

/* -----------------------------------------------
 *  	         SUSHIYA form.css
 * ----------------------------------------------- */


/* =====================form===================== */

/* 入力スペース */
form.form_01{
	width:100%;
	}

dl.form_item_01{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	}
dl.form_item_01::after{
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
	}
dl.form_item_01 dt{
	position:relative;
	float:left;
	width:30%;
	padding: 10px 70px 10px 5px;
	}
dl.form_item_01 dd{
	float:left;
	width:70%;
	padding: 10px 5px;
	}
/* dt_任意 */
dl.form_item_01 dt::after{
	display:block;
	position:absolute;
	width:50px;
	height: auto;
	top:10px;
	right:10px;
	content:"任意";
	color:#666;
    border: solid 1px #666;
    border-radius: 30px;
    font-weight: bold;
	text-align:center;
	font-size:12px;
	line-height:2;
	}  
/* required */
dl.form_item_01 dt.required::after{
	display:block;
	position:absolute;
	width:50px;
	height: auto;
	top:10px;
	right:10px;
	content:"必須";
	background-color:#e88d15;
	color:#FFF;
    border: solid 1px #e88d15;
    border-radius: 30px;
    font-weight: bold;
	text-align:center;
	font-size:12px;
	line-height:2;
	}
/* en(*)required */
dl.form_item_01 dt span{
	color:#d92900;
	}

/* drop */
select.contact-type{
	width:100%;
	height:40px;
	padding:0 0 0 5px;
	font-size:16px;
    border-radius: 6px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
    box-sizing: border-box;
	}
select.contact-type:focus{
	background-color:#FFF;
	}

/* text */
input.input-text{
	width:100%;
	padding:10px 10px;
	font-size:16px;
    border-radius: 6px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
    box-sizing: border-box;
	}
input.input-text:focus{
	background-color:#FFF;
	}
	
/* mail */
input.input-mail{
	width:100%;
	padding:10px 10px;
	font-size:16px;
    border-radius: 6px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
    box-sizing: border-box;
	}
input.input-mail:focus{
	background-color:#FFF;
	}

/* textarea */
textarea.textarea{
	width:100%;
	padding:10px 10px;
	font-size:16px;
    border-radius: 6px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
    box-sizing: border-box;
	}
textarea.textarea:focus{
	background-color:#FFF;
	}

/* submit */
input.input-submit{
	display: block;
    width: 250px;
	font-size: 12px;
	padding: 20px 0;
    margin: 0 10px 10px;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
    text-decoration: none;
    border: solid 1px #e88d15;
    border-radius: 30px;
	background-color: transparent;
	vertical-align: middle;
	color: #e88d15;
	transition: all 0.3s;
    cursor: pointer;
    background-image: url("/common/svg/icon_btn_02.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px 20px;
	}
input.input-submit:hover{
	background-color:#e88d15;
    color: #fff;
	}

/* 768px */
@media only screen and (max-width: 48em) {
    dl.form_item_01 dt{
        float:none;
        width:100%;
        padding:10px 5px;
        }
    dl.form_item_01 dd{
        float:none;
        width:100%;
        padding:10px 5px;
        }
    select.contact-type{
        width:98%;
        }
    /* text */
    input.input-text{
        width:98%;
        }
    /* mail */
    input.input-mail{
        width:98%;
        }
    /* textarea */
    textarea.textarea{
        width:98%;
        }
    /* submit */
    input.input-submit{
        }
}


.hissu {
  display: block; 
  color: #e30000;
}
.hissu:before {
  content: "※";
}

.form-btn{
	text-align:center;
    display: flex;
    justify-content: center;
	}

.btn-group{
	text-align:center;
    display: flex;
    justify-content: center;
	}
/* 480px */
@media only screen and (max-width: 30em) {
.btn-group{
	text-align:center;
    display: block;
    justify-content: center;
	}
}
/* submit */
a.form_back{
	display: block;
    width: 250px;
	font-size: 12px;
	padding: 20px 0;
    margin: 0 10px 10px;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
    text-decoration: none;
    border: solid 1px #666;
    border-radius: 30px;
	background-color: transparent;
	vertical-align: middle;
	color: #666;
	transition: all 0.3s;
    cursor: pointer;
    background-image: url("/common/svg/icon_btn_03.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 20px 20px;
	}
a.form_back:hover{
	background-color:#666;
    color: #fff;
	}


/* フォーム下部の注記 */
.form_address_box{
    text-align: center;
    padding: 10px 0;
}
.form_address_box p{
    font-size: 1.8rem;
    margin: 0 0 10px 0;
}
.form_address_box svg{
    fill:#fff;
    margin: 0 0 10px 0;
    width: 250px;
    height: 30px;
}

/* =====================DL===================== */
/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}