@charset "utf-8";

/* navHeight */

.navHeight{
	width:100%;
	height:150px;
}
@media (max-width:1200px){
	.navHeight{
		height:180px;
	}
}
@media (max-width:768px){
	.navHeight{
		height:90px;
	}
}

/* ttlWrap */
.pageWrap{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ttlWrap,
.subTitle_wrap{
    width:850px;
    margin:0 auto;
}
.ttlWrap>h2,
.subTitle_wrap>h3{
    width:670px;
    margin:0 auto;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px;
}
.ttlWrap>h2{
    font-family: "Oswald", sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
}
.ttlWrap>h2>span{
    font-size: 0.5em;
    letter-spacing: 0.025em;
}
.ttlWrap>p{
    font-size: 1.25em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}
.tableWrap{
    width:1386px;
    margin:0 auto;
    margin-bottom: 50px;
    background-color: #fff;
}
.formTable_inner{
    width:90%;
    margin:0 auto;
    padding: 50px 0;
}
.formTable_inner .mainTable,
.formTable_inner .subTable{
    width:100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.formTable_inner .privacyTable{
    width:100%;
    margin-bottom: 30px;
}
.formTable_inner .mainTable tr th{
    width:40%;
    font-size: 1.1em;
    font-weight: 500;
    text-align: right;
    border-bottom: 2px solid #e0e0e0;
    padding: 10px 20px 10px 0;
}
.formTable_inner .mainTable tr:nth-of-type(even) th{
    background-color: rgb(83, 129, 104, 0.2);
}
.formTable_inner .mainTable tr:nth-of-type(odd) th{
    background-color: rgb(83, 129, 104, 0.5);
}
.formTable_inner .subTable tr th{
    width:40%;
    font-size: 1.1em;
    font-weight: 500;
    text-align: right;
    border-bottom: 2px solid #e0e0e0;
    padding: 10px 20px 10px 0;
}
.formTable_inner .subTable tr:nth-of-type(even) th{            
    background-color: rgb(194, 210, 188, 0.5);
}
.formTable_inner .subTable tr:nth-of-type(odd) th{
    background-color: #c2d2bc;
}
.formTable_inner .mainTable tr th .rTxt{
    display: inline-block;
    font-size: 0.75em;
    color:#a50e27;
    background-color:#fff;
    padding: 5px 8px;
    margin-left:5px;
}
.formTable_inner .mainTable tr td{
    width:60%;
    font-size: 1em;
    border-bottom: 2px solid #e0e0e0;
    padding: 10px 0 10px 20px;
}
.formTable_inner .subTable tr td{
    width:60%;
    font-size: 1em;
    border-bottom: 2px solid #e0e0e0;
    padding: 10px 0 10px 20px;
}
.formTable_inner .privacyTable tr th,
.formTable_inner .privacyTable tr td{
    display: block;
    text-align: center;
}
.ttlWrap h3{
    font-size: 2em;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
input[type=text],
input[type=email],
select{
    padding:0.5rem 0.75rem;
    border:2px solid #e0e0e0;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
}
.name,
.email,
.address{
    width: 100%;
}
.car{
    margin-right: 10px;
}
.nTxt{
    font-size: 0.85em;
    color: #8c8b8b;
}
.formTable_inner h3{
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 15px;
}
.checkDb{
    display: block;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
input[type=checkbox]{
    width:1.25em;
    height:1.25em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.formTable_inner .privacyTable tr th{
    font-size: 1em;
    padding: 0px 0 5px 0;
}
.formTable_inner .privacyTable tr td{
    font-size: 1em;
    padding: 5px 0 0px 0;
}
.formTable_inner .privacyTable tr th .rTxt{
    display: inline-block;
    font-size: 0.75em;
    color:#fff;
    background-color:#a50e27;
    padding: 5px 8px;
    margin-right:8px;
}
.formTable_inner .privacyTable tr th a{
    font-size: 1em;
    color:#a50e27;
}
.formTable_inner .privacyTable tr th a:hover,
.formTable_inner .privacyTable tr th a:active{
    opacity:0.5;
}
.formTable_inner .privacyTable tr td label{
    cursor: pointer;
}
textarea{
    width:100%;
    height:100px;
    padding:0.5rem 0.75rem;
    border:2px solid #e0e0e0;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
}
.submitBtn{
    text-align: center;
}
input[type=submit]{
    margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    color:#fff;
    background-color: #6b0819;
    width:370px;
    padding: 15px 0;
    border-radius: 5px;
    cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:active{
    opacity: 0.5;
}
.under1400,
.under1024,
.under768,
.under500,
.under450{
    display: none;
}
@media (max-width:1600px){
	.tableWrap{
		width:87%;
	}
}
@media (max-width:1400px){
	.ttlWrap,
	.subTitle_wrap{
		width:87%;
	}
	.under1400{
		display: block;
	}
	input[type=submit]{
		width:320px;
		font-size: 1.25em;
	}
}
@media (max-width:1024px){
	.tableWrap{
		width:90%;
	}
	.under1024{
		display:block;
	}
	.ttlWrap>h2,
	.subTitle_wrap>h3{
		width:600px;
		margin-bottom: 15px;
	}
	.ttlWrap h3{
		margin-bottom: 15px;
	}
	.formTable_inner .privacyTable tr th{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
}
@media (max-width:768px){
	.pageWrap{
		aspect-ratio: 9/20;
	}
	.ttlWrap>h2,
	.subTitle_wrap>h3{
		width:450px;
	}
	.under768{
		display:block;
	}
	.formTable_inner .mainTable tr th,
    .formTable_inner .subTable tr th{
        display: block;
        width:100%;
        font-size: 1.25em;
        font-weight: 500;
        text-align: left;
        border-bottom: none;
        padding: 10px 0 10px 1em;
        box-sizing: border-box;
    }
	.formTable_inner .mainTable tr td,
    .formTable_inner .subTable tr td{
        display: block;
        width:100%;
        font-size: 1.15em;
        border-bottom: none;
        padding: 5px 0 10px 0;
    }
	.formTable_inner .subTable tr th .under1400{
		display: none;
	}
	input[type=submit]{
		width:270px;
		font-size: 1.5em;
	}
}
@media (max-width:500px){
	.ttlWrap>h2,
	.subTitle_wrap>h3{
		width:100%;
	}
	.tableWrap:last-of-type{
		margin-bottom: 40px;
	}
	.pageWrap{
		padding-bottom: 10px;
	}
	.under500{
		display:block;
	}
}
@media (max-width:450px){
	.ttlWrap h3{
		font-size: 1.75em;
	}
	.formTable_inner .privacyTable tr th{
		width:100%;
	}
	.formTable_inner .privacyTable tr th .rTxt{
		width:34px;
		padding: 5px 0;
		text-align: center;
	}
	.formTable_inner .privacyTable tr th span:last-of-type{
		width:calc(100% - 42px);
	}
	.formTable_inner .privacyTable tr th .under1024{
		display: none;
	}
	input[type=submit]{
		width:230px;
		font-size: 1.25em;
	}
	.under450{
		display: block;
	}
}
@media (max-width:400px){
	.ttlWrap h3{
		font-size: 1.65em;
	}
}
@media (max-width:350px){
	.ttlWrap h3{
		font-size: 1.5em;
	}
}