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

style.css

*************************************/
.br_sp {display: none;}
.br_pc {display: block;}

.f_l {font-size: 130%;}
.f_m {font-size: 110%;}
.f_s {font-size: 90%;}
.f_ss {font-size: 80%;}

.f_bold {font-weight: bold;}

.fc_mblue {color: #036eb8;}
.fc_mugreen {color: #00aebb;}


@media screen and (orientation: portrait) and (max-width: 767px) {
.br_sp {display: block;}
.br_pc {display: none;}
	
}

/* main_title

============================ */

#main_content {
	letter-spacing: .1rem;
}

#main_content > .main_title {
		display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

#main_content > .main_title h5 {
	font-weight: bold;
	padding: .5rem 1rem;
	margin-right: 2rem;
	border: 2px solid #00aebb;
	border-radius: 10px;
}

#main_content > .main_title h1 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .1rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	#main_content > .main_title {
	display: block;
	margin-top: 1rem;
}
	#main_content > .main_title h5 {
	padding: .1rem .5rem;
	margin: 0 1rem .5rem;
}
	
	#main_content > .main_title h1 {
	font-size: 1.7rem;
		margin: 0 1.5rem;
}
	
}


/* top_message

============================ */
#main_content > .top_message {
	margin: 3rem 4rem 4rem;
	text-align: center;
}

#main_content > .top_message h2 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #00aebb;
}

#main_content > .top_message p {
	line-height: 2rem;
}



@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content > .top_message {
	margin: 2rem 1.5rem 2rem;
        text-align: left;
}
    
    #main_content > .top_message h2 {
    margin-bottom: 1rem;
}
    
    #main_content > .top_message p {
	line-height: 1.8rem;
}

	
}



/* date_place

============================ */

#main_content h3 {
    margin-bottom: 2rem;
    color: #00aebb;
    border-bottom: 1px solid #00aebb;
    padding-bottom: .2rem;
    font-size: 1.1rem;
}

#main_content h3::before {
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: "\f1ad";
    margin-right: 1rem;
}

#main_content .dp_back {
    padding: 1.5rem 2rem 2rem;
    background-color: #f5fffa;
    margin-bottom: 5rem;
}

#main_content .date_place {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 3rem;  
}

#main_content .date_place:not(:last-child) {
    margin-bottom: 3rem;
}

#main_content .date_place dl {
    width: calc(50% - 1.5rem);
    border-bottom: 1px solid #00aebb;
}

#main_content .date_place:not(:last-child) dl {
    margin-bottom: 3rem;
}

#main_content .date_place dl dt {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

#main_content .date_place dl dd ul {
    border-left: 1px solid #00aebb;
    margin-left: 1rem;
    padding-left: 1rem;
}

#main_content .date_place dl dd ul li {
    margin-bottom: 1rem;
    text-indent: -7.7rem;
    margin-left: 7.7rem;
}


@media screen and (orientation: portrait) and (max-width: 767px) {
    
    #main_content h3 {
    margin: 0 1rem 1rem;
}
    
    #main_content .dp_back {
    padding: 1rem 1rem .5rem;
        margin-bottom: 3rem;
}
	
	#main_content .date_place {
        display: block;
        margin: 0 1rem 3rem; 
}
    
    #main_content .date_place dl {
    margin-bottom: 2rem;
        width: 100%;
}
    
    #main_content .date_place dl dd ul li {
    margin-bottom: 1rem;
    text-indent: 0rem;
    margin-left: 0rem;
}
	


}

/* voice

============================ */

h4.voice_title {
    color: #00aebb;
    font-size: 1.4rem;
    margin: 3rem 0 4rem;
    align-items: center;
    display: flex;
}

h4.voice_title::before,
h4.voice_title::after {
    background-color: #00aebb;
    content: "";
    flex-grow: 1;
    height: 1px;
}

h4.voice_title::before {
    margin-right: 2rem;
}

h4.voice_title::after {
    margin-left: 2rem;
}

.voice dl dd p {
    text-align: justify;
}

.voice dl dt img {
    max-width: 100%;
    height: auto;
}

.student {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 5rem;
    margin-bottom: 5rem;
}

.student > dl:first-of-type {
    width: calc(65% - 2.5rem);
}

.student > dl:last-of-type {
    width: calc(35% - 2.5rem);
}

.student > dl:first-of-type dt {
    font-size: 1.1rem;
    border-left: 2px solid #00aebb;
    padding-left: .5rem;
    margin-bottom: .5rem;
}

.student dl:first-of-type dt:not(:first-of-type) {
    margin-top: 2.5rem;
}

.student > dl dd p {
    margin-top: 1rem;
}

.fukidashi {
  position: relative;
  display: inline-block;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #effff7;
  text-align: left;
  margin-left: .5rem;

}

.fukidashi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  border-style: solid;
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #effff7;
  translate: -50% -100%;
  transform: skew(1deg);
  transform-origin: bottom;
}

.student dl dd .name_and dl {
    margin: 1rem 0 2rem;
}

.student dl dd .name_and dl dt {
    border-left: 2px solid #00aebb;
    padding-left: .5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.student dl dd .name_and dl dd {
    font-size: .9rem;
    margin-top: .5rem;
    text-align: justify;
}

.student dl dd .name_and dl dd:first-of-type {
    padding-bottom: .5rem;
}

.student dl dd .name_and dl dd:last-of-type {
    letter-spacing: .05rem;
    margin-left: 1rem;
}

.tutor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 5rem;
    margin-bottom: 3rem;
}

.tutor > dl {
    width: calc(50% - 2.5rem);
}

.tutor > dl dt {
    border-left: 2px solid #00aebb;
    padding-left: .5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.tutor > dl dd {
    display: flex;
    column-gap: 1.8rem;
    margin-bottom: 3rem;
}

.tutor > dl dd figure {
    width: calc(40% - .9rem);
}

.tutor > dl dd figure img {
    max-width: 100%;
    height: auto;
}

.tutor > dl dd p {
    width: calc(60% - .9rem);
    margin: 0;
    text-align: justify;
    letter-spacing: .05rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    h4.voice_title {
    margin: 3rem 0 2rem;
}
    
    h4.voice_title::before {
    margin-right: 1.5rem;
}

h4.voice_title::after {
    margin-left: 1.5rem;
}
    
    .voice dl dt img {
    margin-top: 2rem;
}
  
    .student {
    display: block;
        padding: 0 1rem;
}
    
    .student > dl:first-of-type {
    width: 100%;
}
    
    .student > dl:last-of-type {
    width: 100%;
}
    
    .student dl:first-of-type dt:not(:first-of-type) {
    margin-top: 1.5rem;
}
    
    .fukidashi {
  margin-left: 0rem;
}
    
    .student dl dd .name_and {
    column-gap: 1.2rem;
}
    
    .student dl dd .name_and dl dd {
    font-size: 1rem;
}
    
    .tutor {
    display: block;
    padding: 0 1rem;
}

.tutor > dl {
    width: 100%;
}
    
    .tutor > dl dd figure {
    width: calc(30% - .9rem);
}

.tutor > dl dd p {
    width: calc(70% - .9rem);
}
    
}



/* book

============================ */

#main_content > .book {
	display: flex;
    align-items: center;
	margin: 4rem 6.5rem 0;
    background-color: #f5fffa;
    padding: 1.8rem 2.2rem 1.8rem 2.5rem;
    border: 1px solid #00aebb;
}

#main_content > .book dl dt {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #00aebb;
    padding-bottom: .5rem;
}

#main_content > .book dl dt::before {
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: "\f06b";
    margin-right: 1rem;
    color: #00aebb;
}

#main_content > .book dl dd {
	line-height: 1.8rem;
	text-align: justify;
	margin: 0 ;
}

#main_content > .book figure img {
	width: 180px;
	margin-left: 4rem;
	border: 1px solid #555;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content > .book {
	display: block;
	margin: 4rem 1rem 0;
        padding: 1.5rem;
}

#main_content > .book dl dd {
	line-height: 1.6rem;
	margin: 0 ;
}
	
	#main_content > .book figure {
		text-align: center;
		margin-top: 2rem;
	}

#main_content > .book figure img {
	width: 180px;
	margin-left: 0rem;
	border: 1px solid #555;
}
	
}

/* application

============================ */
.application {
	text-align: center;
	margin-top: 4rem;
}

.application p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #00aebb;
}

.application .triangle {
	width:0;
height:0;
border-style:solid;
border-width: 40px 40px 0 40px;
border-color: #00578a transparent transparent transparent;
	margin: 0 auto;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.application {
	margin-top: 3rem;
}
	
}


/* phone

============================ */
.contact_banner.phone .contact_txt {
  display: none;
}

.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_shibuya {
  display: none;
}