@charset "UTF-8";
/* CSS Document */

/* page-title */

.page-title {
	background-image: url("../images/page-title-bg_entry.png");
}


/* entry */

.entry {
	position: relative;
	text-align: left;
	width: 100%;
	padding: 70px 0 0;
	background-color: #F0F1F2;
}
.entry__inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.entry__inner table {
    margin-bottom: 50px;
}
.entry__inner table td {
    padding: 30px 5px;
}
.form__list {
	width: 100%;
}
.form__list tr{
	width: 100%;
}
.form__list th{
	margin: 0;
	padding: 0;
	width: 25%;
	height: 35px;
	font-size: 17px;
	font-weight: bold;
}
.form__list .must{
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.form__list td{
	width: 75%;
}
.form__list input{
	width: 100%;
	height: 35px;
}
.form__list textarea{
	width: 100%;
	height: 80px;
}
.form__list .name01 {
	width: 30%;
	margin-right: 3%;
}
.form__list .name02 {
	width: 30%;
}
.form__list .tel{
	width: 63%;
}
.form__list .mail {
	width: 63%;
}
.form__list .comment {
	width: 100%;
	height: 160px;
}
.form-btn {
	margin-bottom: 0px;
}
input {
	background-color: #fff;
	border: solid 1px #002034;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 10px 10px;
}
textarea {
	background-color: #fff;
	border: solid 1px #002034;
	padding: 10px 10px;
	font-size: 15px;
}

@media screen and (max-width:1100px){
.entry__inner {
	width: 80%;
	max-width: 80%;
}
.form__list th{
	display: block;
	width: 100%;
}
.form__list td{
	display: block;
	width: 100%;
}
.form__list .name01 {
	width: 45%;
	margin-right: 3%;
}
.form__list .name02 {
	width: 45%;
}
}

@media screen and (max-width:768px){
.entry__inner {
	width: 90%;
	max-width: 90%;
}

	
}