/* 共通 */
.txt-link{
    color: #00AA3A;
}
.section-title{
    color: #00AA3A;
    text-align: center;
    font-weight: 700;
    padding-bottom: 1em;
    position: relative;
    line-height: 1.5;
}
.content-table table th{
    color: #00AA3A;
}
.section-title:after{
    content: "";
    display: block;
    width: 3.75em;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    background-color: #FED600;
    border-radius: 5em;
}
.section-title span{
    font-size: 1.6125em;
}
@media screen and (min-width: 751px) {
    .section-title{
        padding-bottom: 1.5em;
    }
    .section-title span{
        font-size: 1.75;
    }
    .section-title:after{
        width: 5em;
    }
}
.color01{
	color: #00AA3A;
}
.color02{
    color: #EB6A0B;
}
.main-title{
	width: 40vw;
	margin: auto;
	margin-top: 14vw;
}
.main-title img{
	width: 100%;
}
.main-title span{
	font-weight: 700;
	margin-top: 1em;
	display: inline-block;
	background-color: #00AA3A;
	padding: 0.5em 1.5em;
	border: solid 2px;
	border-radius: 3em;
}
.main-img{
	color: #fff;
	text-align: center;
	background-color: #00AA3A;
	background-image: url(../img/2nd-grader/index/index-bg.png);
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.main-img .section-inner02{
	padding-top: 3vw;
}
.main-img .main-img_inner{
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	padding-bottom: 16vw;
}
.page-title{
    position: relative;
}
.page-title .content-inner03{
    position: relative;
}
.page-title h2{
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    padding: 0.75em;
    text-align: center;
    background-color: #fff;
    border: #00AA3A solid 3px;
    color: #00AA3A;
    font-weight: 700;
    border-radius: 5em;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.page-title h2 span{
    font-size: 1.3125em;
}
@media screen and (max-width: 750px) {}
@media screen and (min-width: 751px) {
	.main-title{
		width: auto;
		margin-top: 70px;
	}
	.main-title span{
		font-size: 1.25em;
	}
    .page-title h2 span{
        font-size: 1.75em;
    }
	.main-title img{
		width: auto;
	}
	.main-img .section-inner02{
		padding-top: 45px;
	}
	.main-img .main-img_inner{
		padding-bottom: 120px;
	}
}


/* //////////////////
受験会場
//////////////////*/
.venue-section .content-button02{
    margin-bottom: 6vw;
}
.venue-section{
	padding-top: 20vw;
	padding-bottom: 24vw;
}
.venue-section .sub-txt{
    margin-top: 1.5em;
    color: #EB6A0B;
}
.venue-section .table-wrap {
    width: 100%;
    overflow: hidden;
}
.venue-section .content-table table{
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.venue-section .content-table{
    overflow-y: scroll;
}
.venue-section .content-table::-webkit-scrollbar {
    width: 8px;
    background-color: #fff 
}

.venue-section .content-table::-webkit-scrollbar-thumb {
    background: #DEDEDE;
    width: 0.75em;
    border-radius: 3em;
}
.venue-section .table-wrap p{
    margin-top: 2.5em;
}
@media screen and (min-width: 751px) {}
@media screen and (min-width: 751px) {
    .venue-section .content-button02{
        margin-bottom: 60px;
    }
    .venue-section{
		padding-top: 90px;
		padding-bottom: 190px;
    }
}

/* 問い合わせ部分 */
.contact_link-section .title{
    color: #00AA3A;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1.5em;
}


/* //////////////////
お申し込みについて
//////////////////*/

.application01-section{
	padding-top: 20vw;
	padding-bottom: 15vw;
}
.application01-section .section-title{
    margin-bottom: 2em;
}
.application01-read{
    padding-bottom: 12vw;
}
.application01-cont_item h4{
    font-weight: 700;
    color: #00AA3A;
    margin-bottom: 1em;
}
.application01-cont_item h4 span{
    font-size: 1.25em;
}
.application01-cont_item p+p{
    margin-top: 1em;
}

@media screen and (max-width: 750px) {
    .application01-cont_item {
        border-top: solid 2px #D6D6D6;
        padding-top: 12vw;
    }
    .application01-cont_item+.application01-cont_item{
        margin-top: 12vw;
    }
}
@media screen and (min-width: 751px) {
    .application01-section{
		padding-top: 90px;
		padding-bottom: 120px;
    }
    .application01-section .section-title{
        margin-bottom: 4em;
    }
    .application01-read{
        padding-bottom: 60px;
    }
    .application01-cont{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .application01-cont_item{
        width: calc(50% - 20px);
    }
}
@media screen and (min-width: 1120px) {
    .application01-cont{
        gap: 80px;
    }
    .application01-cont_item{
        width: calc(50% - 40px);
    }
}
/* nav */
.application-list{
    margin-top: 12vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
}
.application-list_item{
    width: calc(50% - 0.375em);
    text-align: center;
}
.application-list_item a{
    background-color: #00AA3A;
    border: solid 2px;
    border-radius: 5em;
    padding: 0.5em 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75em;
    color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.16);
    font-size: 0.875em;
    justify-content: center;
}
.application-list_item a .arow{
    display: block;
    width: 0.4125em;
    height: 0.4125em;
    border-bottom: solid 2px;
    border-left: solid 2px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
@media screen and (min-width: 751px) {
    .application-list{
        margin-top: 80px;
    }
    .application-list_item{
        width: calc((100% - 2.25em) / 4);
    }
    .application-list_item a{
        padding: 0.75em 1em;
        font-size: 1em;
    }
}

/* 受験費用 */
.application02-section{
	padding-top: 15vw;
	padding-bottom: 15vw;
    background-color: #F8F8F8;
}
.application02-read{
    margin-bottom: 3em;
    font-weight: 700;
    color: #bc1a21;
}
.application02-section .section-title{
    margin-bottom: 2em;
}
.application02-section .plice-item{
    text-align: center;
    background-color: #fff;
    font-weight: 700;
    box-shadow: 0 0 8px rgba(0,0,0,.16);
    padding: 3vw;
    border-radius: 3vw;
}
.application02-section .plice-item h4,
.application02-section .plice-item p{
    font-weight: 700;
}
.application02-section .plice-item h4{
    color: #00AA3A;
}
.application02-section .plice-item h4 span{
    display: block;
}
.application02-section .plice-item h4 .main{
    padding-bottom: 0.25em;
    font-size: 1.5em;
}
.application02-section .plice-item .ste{
    min-width: 7em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #fff;
    display: inline-block;
    padding: 0.325em 1em;
    background-color: #707070;
    border-radius: 3em;
}
.application02-section .plice-item .ste.ste02{
    background-color: #EB6A0B;
}
.application02-section .plice-item .ste.ste03{
    background-color: #0C1015;
}
.application02-section .plice-item p .nom{
    font-size: 2em;
    color: #EB6A0B;
}

@media screen and (max-width: 750px) {
    .application02-section .plice-item+.plice-item{
        margin-top: 8vw;
    }
    .application02-section .plice-item .ste,
    .application02-section .plice-item p .txt,
    .application02-section .plice-item h4 .txt{
        font-size: 1.25em;
    }
}

@media screen and (min-width: 751px) {
    .application02-section{
		padding-top: 90px;
		padding-bottom: 120px;
    }
    .application02-section .plice-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .application02-section .plice-item{
        border-radius: 15px;
        padding: 20px;
        width: calc(50% - 20px);
    }
    .application02-section .section-title{
        margin-bottom: 4em;
    }
    .application02-section .plice-item a:hover .ste.ste02{
        transition: .2s;
    }
    .application02-section .plice-item a:hover .ste.ste02 {
        background-color: #00AA3A;
    }
}
@media screen and (min-width: 1120px) {
    .application02-section .plice-item{
        width: calc((100% - 80px) / 3);
    }
}

/* 受験会場 */
.application03-section{
	padding-top: 15vw;
	padding-bottom: 15vw;
}
.application03-section .section-title{
    margin-bottom: 2em;
}
.application03-section p+p{
    margin-top: 1.5em;
}
@media screen and (min-width: 1120px) {
    .application03-section{
        padding-top: 90px;
        padding-bottom: 120px;
    }
    .application03-section .section-title{
        margin-bottom: 4em;
    }
}

/* 試験時間 */

.application04-section{
	padding-top: 15vw;
	padding-bottom: 15vw;
    background-color: #F8F8F8;
}
.application04-section .section-title{
    margin-bottom: 2em;
}
.application04-section p+p{
    margin-top: 1.5em;
}
.application04-section table th{
    text-align: left;
}
.application04-section .table-wrap{
    margin-top: 6vw;
}
@media screen and (max-width: 750px) {
    .application04-section table{
        width: 100%;
    }
}
@media screen and (min-width: 751px) {
    .application04-section{
        padding-top: 90px;
        padding-bottom: 120px;
    }
    .application04-section .section-title{
        margin-bottom: 4em;
    }
    .application04-section table{
        width: 400px;
    }
    .application04-section .table-wrap{
        margin-top: 60px;
    }
}

/* 出題範囲 */
.application05-section{
	padding-top: 15vw;
	padding-bottom: 15vw;
}
.application05-section .section-title{
    margin-bottom: 2em;
}
.application05-section figure,
.application05-section figure img{
    width: 100%;
}
@media screen and (max-width: 750px) {
    .application05-section figure.pc{
        display: none;
    }
}
@media screen and (min-width: 751px) {
    .application05-section{
        padding-top: 90px;
        padding-bottom: 120px;
    }
    .application05-section .section-title{
        margin-bottom: 4em;
    }
    .application05-section figure.sp{
        display: none;
    }
}
/* 県模試結果 */
.application06-section{
	padding-top: 15vw;
	padding-bottom: 28vw;
    background-color: #F8F8F8;
}
.application06-section .section-title{
    margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
    .application06-section{
        padding-top: 90px;
        padding-bottom: 190px;
    }
    .application06-section .section-title{
        margin-bottom: 4em;
    }
}




.contact_link-section{
    position: relative;
    margin-top: -12vw;
}
@media screen and (min-width: 751px) {
    .contact_link-section{
        margin-top: -50px;
    }
}
.contact_link-section02{
    position: relative;
    margin-top: -12vw;
}
@media screen and (min-width: 751px) {
    .contact_link-section02{
        margin-top: -50px;
    }
}

footer{
	position: relative;
	margin-top: -12vw;
}
@media screen and (min-width: 751px) {
	footer{
		margin-top: -80px;
	}
}

#click-btn{
    position: relative;
}
#click-btn::after {
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
    content: "拡大する";
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}


#popup-wrapper {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content:center;
    z-index: 99;
    display: none;
}
#popup-inside {
    padding: 4vw;
    text-align: center;
    width: 100vw;
    height: 80vh;
    overflow: scroll;
    background: white;
    position: relative;
}
#popup-inside img { max-width: 200vw;}
#closebt {
  position: fixed;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;}