
.entrypage #cnt_wrap_2nd {
    background: #fff url(../images/bg_ptn.gif) 0 0 repeat;
}

#main_entry {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 1100px;
}


#main_entry h1 {
    margin: 0 auto;
    margin-bottom: 32px;
    text-align: center;
    color: #6c9cf0;
    font-size: 2.8rem;
    font-family: 'Noto Sans JP';
    line-height: 1;
    letter-spacing: 0.1rem;
}

#cnt_entry_cap {
    margin-bottom: 30px;
    color: #0071bc;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    text-align: center;
}

#entry_articleBox {
    margin: 0 auto;
    width: 800px;
}

h2#entry_ttl {
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    border-radius: 3rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-size: 1.0rem !important;
    color: #fff;
    background-color: #0071bc;
    font-size: 1.1rem;
    width: 240px;
}

.entry_articleBox {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 600px;
}


.entry_articleBox img {
    width: 100%;
}

.entry_teacher {
    margin-bottom: 32px;
    padding: 20px 20px;
    border-top: 2px solid #0071bc;
    border-bottom: 2px solid #0071bc;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entry_teacher dt {
    margin-bottom: 12px;
    letter-spacing: 0.02rem;
    font-size: 0.9rem;
}

.entry_teacher dd {
    letter-spacing: 0.02rem;
    font-size:1.3rem;
    font-weight: 600;
    margin-right: 20px;
}

.entry_text {
    margin-bottom: 0;
    font-size: 0.95rem;
    letter-spacing: 0.04rem;
    line-height: 1.7;
}

.entry_text a {
    font-weight: 500;
    color: #da5151;
    text-decoration: underline;
}


.entry_teacher_prof {
    margin-bottom: 40px;
    padding: 24px 30px;
    background-color: aliceblue;
    border-radius: 1rem;
}

.entry_teacher_prof dl {
    margin-bottom: 12px;
}

.entry_teacher_prof dt {
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.entry_teacher_prof dd {
    margin-bottom: 24px;
    font-size: 0.85rem;
    letter-spacing: 0.02rem;
    line-height: 1.6;
}



.entry_teacher_prof ul li:first-child {
    margin-bottom: 8px;
}

.entry_teacher_prof ul li:first-child {
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
}

.entry_teacher_prof ul li a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #da5151;
    text-decoration: underline;
}

.entry_detail {
    margin-bottom: 60px;
    padding:42px 60px;
    background-color: #fff;
    border-top: 1px solid #d0dce4;
    border-bottom: 1px solid #d0dce4;

}

.entry_detail dl {
    margin-bottom: 24px;
}

.entry_detail dt {
    display: list-item;
    margin-bottom: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: #23c7f3;
}

.entry_detail dd {
    font-size: 0.95rem;
    letter-spacing: 0.02rem;
    line-height: 1.6;
}



.entry_detail dd span {
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.02rem;
    line-height: 1.6;
}

.entry_detail dd a {
    font-weight: 500;
    color: #da5151;
    text-decoration: underline;
}


.howto {
	display:flex; 
	margin:0 auto 60px;
	width:1200px;
	justify-content: center;
}

.howto li{
	flex-basis: 25%;
	padding: 10px;
}

.howto li img{
	width: 100%;
}

/****************************

    SP & Tablet

****************************/
@media all and  (max-width:768px){

	.howto {
		display:flex; 
		flex-wrap:wrap;
		margin:0 auto 60px;
		width:100%;
		justify-content: center;
	}

	.howto li{
		flex-basis: 50%;
		padding: 10px;
	}


}


/****************************

    SP 

****************************/
@media all and (max-width:480px) {


    .entrypage #cnt_wrap_2nd {
        padding: 0 2.75%;
        padding-top: 3vh;
        width: 100%;
    }

    #main_entry h1 {
        margin: 5vh auto 1vh;
        font-size: 1.8rem;
        line-height: 1.2;
        font-weight: 200;
    }

    #entry_articleBox {
        margin-bottom: 5vh;
        width: 100%;
    }

    .entry_articleBox {
        margin-bottom: 4vw;
        width: 100%;
    }

    .entry_detail {
        margin-bottom: 10vw;
        padding: 8vw 10vw;
    }

		.entry_detail dd img {
				width:100%;
		}
}


/****************************

    Tablet 

****************************/
@media all and   (min-width:481px) and (max-width:768px){

#main_entry{
    padding: 0 2vw;
    margin-bottom: 6vw;
    max-width: 100%;
}

#entry_articleBox {
    padding: 0 2vw;
    margin-bottom: 6vw;
    max-width: 100%;
}

.entry_detail {
        margin-bottom: 10vw;
        padding: 8vw 10vw;
}

#form {
    padding: 0 2vw;
    margin-bottom: 6vw;
    max-width: 100%;
}


}

/****************************

    Large Tablet 

****************************/
@media all and  (min-width:769px) and (max-width:1199px){



}

/****************************

    PC

****************************/
@media all and (min-width:1100px) {




}


strong {
	font-weight:bold;
}