@charset "utf-8";

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

    add 2019.12.16

-------------------------------------------*/
.contact_head{
	background-color: #f7f7f7;
    padding: 60px 0;
    font-size: 50px;
    text-align: center;
}
.contact_head .sub {
    margin-top: 15px;
    font-size: 20px;
}

.page_contact{
	padding: 80px 0;
}
.page_contact table{
	width: 100%;
	border-bottom: solid 1px #eee;
}
.page_contact tr{
	border-top: solid 1px #eee;
}
.page_contact tr th{
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    width: 280px;
}
.page_contact tr th span{
    float: right;
    color: #fff;
    font-weight: normal;
    padding: 0 8px;
    border-radius: 5px;
}
.page_contact tr th .any{
	background: #8bc4c7;
}
.page_contact tr th .req{
	background: #ec6060;
}
.page_contact tr td{
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.6;
}

.page_contact tr td input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	border: solid 1px #eee;
}
.page_contact tr td textarea{
	display: block;
	width: 100%;
	min-height: 180px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	border: solid 1px #eee;
}
.page_contact .mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin: 10px 0 0;
}

.privacy_box{
    margin: 40px 0 0;
    padding: 30px;
    border: solid 1px #eee;
    font-size: 14px;
    line-height: 1.6;
}
.privacy_box b{
	display: block;
	margin: 0 0 10px;
}

.submit{
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    margin: 40px auto 0;
    background: url(../../assets/img/icon_arrow_y.png) #000 right 30px center no-repeat;
    color: #ffca27;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
}



@media screen and (min-width:320px) and ( max-width: 767px) {
/*-------------------------------------------

    add 2019.12.16

-------------------------------------------*/
.contact_head{
	background-color: #f7f7f7;
    padding: 60px 0;
    font-size: 50px;
    text-align: center;
}
.contact_head .sub {
    margin-top: 15px;
    font-size: 20px;
}

.page_contact{
	padding: 60px 20px;
}
.page_contact table{
	display: block;
	width: 100%;
	border-bottom: none;
}
.page_contact tbody{
	display: block;
}
.page_contact tr{
	display: block;
	border-top: none;
}
.page_contact tr th{
    background: #f8f8f8;
    display: block;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    width: 100%;
}
.page_contact tr th span{
    float: right;
    color: #fff;
    font-weight: normal;
    padding: 0 8px;
    border-radius: 5px;
}
.page_contact tr th .any{
	background: #8bc4c7;
}
.page_contact tr th .req{
	background: #ec6060;
}
.page_contact tr td{
	display: block;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.6;
}

.page_contact tr td input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	border: solid 1px #eee;
}
.page_contact tr td textarea{
	display: block;
	width: 100%;
	min-height: 180px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	border: solid 1px #eee;
}

.privacy_box{
    margin: 40px 0 0;
    padding: 30px;
    border: solid 1px #eee;
    font-size: 14px;
    line-height: 1.6;
}
.privacy_box b{
	display: block;
	margin: 0 0 10px;
}

.submit{
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    margin: 40px auto 0;
    background: url(../../assets/img/icon_arrow_y.png) #000 right 30px center no-repeat;
    color: #ffca27;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
}
