@charset "utf-8";

#entryBox h3{
    margin: 0 0 1em 0;
}
#entryBox .pg__area_txt{
    font-size: 1.4rem;
}
a.entry{
    font-size: 1.5rem;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    transition: 0.1s;
    text-decoration: none;
    padding: 1.1em;
    line-height: 1;
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    margin-top: 7rem;
}
a.preEntry{
    font-size: 1.5rem;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    transition: 0.1s;
    text-decoration: none;
    padding: 1.1em;
    line-height: 1;
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}
.entry_Box{
    height: 41rem;
}
.blue_box{
	background-color: #F7F8FC;
	padding: 3.5rem 2rem 2rem;
	font-size: 1.3rem;
	position: relative;
	z-index: 1;
}
@media (max-width: 399px) {
    a.preEntry{
        font-size: 1.5rem;
        cursor: pointer;
        text-align: center;
        cursor: pointer;
        transition: 0.1s;
        text-decoration: none;
        padding: 1.1em;
        line-height: 1;
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
        margin-top: 5.4rem;
    }
    .entry_Box{
        height: 50rem;
    }
}
@media (400px <= width < 450px) {
    a.preEntry{
        font-size: 1.5rem;
        cursor: pointer;
        text-align: center;
        cursor: pointer;
        transition: 0.1s;
        text-decoration: none;
        padding: 1.1em;
        line-height: 1;
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
        margin-top: 5.4rem;
    }
    .entry_Box{
        height: 43rem;
    }
}
@media (450px <= width < 500px) {
    a.preEntry{
        font-size: 1.5rem;
        cursor: pointer;
        text-align: center;
        cursor: pointer;
        transition: 0.1s;
        text-decoration: none;
        padding: 1.1em;
        line-height: 1;
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
        margin-top: 4.8rem;
    }
    .entry_Box{
        height: 43rem;
    }
}

@media (500px <= width < 600px) {
    a.preEntry{
        font-size: 1.5rem;
        cursor: pointer;
        text-align: center;
        cursor: pointer;
        transition: 0.1s;
        text-decoration: none;
        padding: 1.1em;
        line-height: 1;
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
        margin-top: 5.5rem;
    }
}
@media (min-width: 600px) {
    .blue_box{
		background-color: #F7F8FC;
		padding: 3.5rem 2rem 2rem;
		font-size: 1.3rem;
		position: relative;
		z-index: 1;
	}
}