@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.5em;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}
.tableWrap{
    width:1386px;
    margin:0 auto;
    margin-bottom: 50px;
    background-color: #fff;
}
.tableWrap:last-of-type{
    width:693px;
}
.mainTable_inner{
    width:90%;
    margin:0 auto;
    padding: 50px 0;
}
.subTable_inner{
    width:90%;
    margin:0 auto;
    padding: 50px 0 30px 0;
}
.dateWrap{
    width:90%;
    margin:0 auto;
    margin-bottom: 50px;
}
.mainTable_inner table,
.subTable_inner table{
    width:100%;
    border-collapse: collapse;
}
.mainTable_inner table tr th,
.subTable_inner table tr th{
    width:30%;
    font-size: 1.1em;
    font-weight: 500;
    text-align: right;
    border-bottom: 2px solid rgb(83, 129, 104, 0.5);
    padding: 10px 20px 10px 0;
}
.mainTable_inner table tr td,
.subTable_inner table tr td{
    width:70%;
    font-size: 1em;
	border-bottom: 2px solid #e0e0e0;
    padding: 10px 0 10px 20px;
}
.tableWrap:last-of-type .mainTable_inner table tr th,
.tableWrap:last-of-type .subTable_inner table tr th{
    width:50%;
    border-bottom: 2px solid #c2d2bc;
}
.tableWrap:last-of-type .mainTable_inner table tr td,
.tableWrap:last-of-type .subTable_inner table tr td{
    width:50%;
}
.ttlWrap h3{
    font-size: 2em;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.dateWrap ul{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dateWrap ul li{
    font-size: 1em;
}
.dateWrap ul li:first-of-type,
.dateWrap ul li:nth-of-type(2){
    margin-right: 10px;
}
.under1400,
.under1024,
.under768,
.under500{
    display: none;
}
@media (max-width:1600px){
    .tableWrap{
        width:87%;
    }
    .tableWrap:last-of-type{
        width:43.5%;
    }
}
@media (max-width:1400px){
    .ttlWrap,
    .subTitle_wrap{
        width:87%;
    }
    .under1400{
        display: block;
    }
}
@media (max-width:1024px){
    .tableWrap{
        width:90%;
    }
    .tableWrap:last-of-type{
        width:90%;
    }
    .under1024{
        display:block;
    }
    .ttlWrap>h2,
    .subTitle_wrap>h3{
        width:600px;
        margin-bottom: 15px;
    }
    .ttlWrap h3{
        margin-bottom: 15px;
    }
}
@media (max-width:768px){
    .ttlWrap>h2,
    .subTitle_wrap>h3{
        width:450px;
    }
    .under768{
        display:block;
    }
    .mainTable_inner table tr th,
    .subTable_inner table tr th{
        display: block;
        width:100%;
        font-size: 1.25em;
        font-weight: 500;
        text-align: left;
        border-bottom: 2px solid rgb(83, 129, 104, 0.5);
        padding: 10px 0 5px 0;
    }
    .mainTable_inner table tr td,
    .subTable_inner table tr td{
        display: block;
        width:100%;
        font-size: 1.15em;
        border-bottom: none;
        padding: 5px 0 10px 0;
    }
    .tableWrap:last-of-type .mainTable_inner table tr th,
    .tableWrap:last-of-type .subTable_inner table tr th{
        width:100%;
    }
    .tableWrap:last-of-type .mainTable_inner table tr td,
    .tableWrap:last-of-type .subTable_inner table tr td{
        width:100%;
    }
    .subTable_inner table tr th .under1400,
    .subTable_inner table tr th .under1024{
        display: none;
    }
    .dateWrap ul li{
        width:100%;
        text-align: center;
    }
    .dateWrap ul li:first-of-type,
    .dateWrap ul li:nth-of-type(2){
        margin-right: 0px;
    }   
}
@media (max-width:500px){
    .ttlWrap>h2,
    .subTitle_wrap>h3{
        width:100%;
    }
    .mainTable_inner{
        padding: 30px 0;
    }
    .subTable_inner{
        padding: 30px 0 15px 0;
    }
    .dateWrap{
        margin-bottom: 30px;
    }
    .tableWrap:last-of-type{
        margin-bottom: 40px;
    }
    .pageWrap{
        padding-bottom: 10px;
    }
    .under500{
        display:block;
    }
}
@media (max-width:450px){
    .ttlWrap h3{
        font-size: 1.75em;
    }
}
@media (max-width:400px){
    .ttlWrap h3{
        font-size: 1.65em;
    }
}
@media (max-width:350px){
    .ttlWrap h3{
        font-size: 1.5em;
    }
}