@charset "UTF-8";
#formWrap {
	margin:0 auto;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin: 68px auto 0;
	border-collapse: separate;
    border-spacing: 0 45px;
}
table.formTable td{
}
table.formTable th{
	font-weight:normal;
	text-align:left;
    font-size: 1.8rem;
    display: flex;
}
.form-field_text{
    display: grid;
    gap: 2px;
}
.form-field_en{
    font-family: 'BIZ UDGothic', sans-serif;
    font-size: 1.1rem;
    color: #175fc7;
}

.privacy_policy{
    font-size: 1.8rem;
    margin-top: 20px;
    font-weight: bold;
}
.form__box{
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cccccc;
    padding: 1em;
    margin-top: 20px;
}
.form__box-title{
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.2;
}
.form__box-list_title{
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px 0;
}
.form__box-list_text{
    font-size: 1.3rem;
    line-height: 1.5;
}

@media screen and (max-width:1280px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
    display: flex;
}
form input[type="text"], form textarea {
	width:100%;
	padding:1%;
	font-size:1.8rem;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
.form-field .optional{
    width: 45px;
    margin-right: 24px;
}
.form-field .required{
    width: 45px;
    margin-right: 24px;
}
.form-field{
    display: flex;
    margin-bottom: 16px;
}
}
@media screen and (max-width:999px){
    table.formTable {
        margin-top: 0;
    }
}
@media screen and (max-width:768px){
    article::before{
        display: none;
    }
}
@media screen and (max-width:572px){
    body .section-inner{
        padding: 0 5%;
    }
}
.section-inner{
    position: relative;
    padding: 0 17.3%;
}
article::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/echizen.png);
    background-repeat: repeat-y;
}



/* ============================================== */
.optional{
    border: 1px solid;
    padding: 8px 3px;
    font-size: 1.8rem;
    margin-right: 60px;
}
.required{
    padding: 8px 3px;
    font-size: 1.8rem;
    background-color: #E60000;
    color: #ffffff;
    margin-right: 60px;
}
.form-submit{
    background-color: #175fc7;
    color: #ffffff;
    padding: 6px 69px;
    width: 180px;
    height: 49px;
    margin: 72px auto 0;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
}
.form-submit:hover{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
/* .form-field::after {
    position: absolute;
    content: "Company Name";
    top: 26px;
    left: 104px;
    font-size: 1.1rem;
    color: #175fc7;
    font-family: 'BIZ UDGothic', sans-serif;
} */

.form-input{
    font-size: 1.8rem;
    line-height: 1;
    border: solid 1px;
    width: 100%;
    padding: 1%;
}
/* ============================================== */