/*************************************
style.css
*************************************/

span.f_red {color: red;}
span.f_blue {color: blue;}

span.f_bold {font-weight: bold;}
span.f_l {font-size: 130%;}
span.f_m {font-size: 120%;}
span.f_s {font-size: 90%;}

/* lead
============================ */

.lead {
    letter-spacing: .1rem;
    width: 860px;
    margin: 0 auto;
}

.lead .top_title {
    letter-spacing: .2rem;
}

.lead .top_title h1 {
    margin: .5rem 0;
    font-size: 2rem;
    text-align: center;
}

.lead .top_title h2 {
    margin: 0 0 2rem;
    font-size: 1.1rem;
    text-align: center;
}

.lead .top_title h3 {
    margin: 2rem 0 0;
    font-size: 1.2rem;
    text-align: center;
}

.lead p {
    line-height: 1.9rem;
    text-align: justify;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .lead {
        width: 90%;
    }
    
    .lead h1 {
    margin: 1.5rem 0;
    font-size: 1.4rem;
}
    
    .lead p {
    line-height: 1.8rem;
}
    
}

/* main_message
============================ */

.main_message {
  max-width: 860px;
  margin: 1rem auto 0 auto;
}


.sp_br {
	display: block;
}
.pc_br {
	display: none;
}

.main_message_txt {
  text-align: center;
	font-size: 1.7em;
	letter-spacing: .05em;
	margin-bottom: 3rem;
	line-height: 2em;
	 font-weight: bold;
  font-family: var(--Font_Weight_Bold);
}


.main_features {
	display: flex;
	justify-content: center;
    column-gap: 4rem;
	margin: 3em auto;
}
.main_features a {
	width: 50%;
	height: auto;
	background-color: #036eb8;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 3px 10px #b8b8b8;
}
.main_features a:hover {
	opacity: .8;
}

.main_features a p {
	margin: 8px 0;
	font-size: 1.3em;
}
.main_features a p span {
	margin-right: 30px;
}

.main_features a::after {
    padding: .3rem 0 0 1.5rem ;
    font-family: var(--Font_Awesome);
    content: "\f107";
    font-weight: 900;
    font-size: 1.3em;
}


.main_step {
	max-width: 860px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 5em auto .1em auto;
}
.main_step > section {
	border: 1px solid #036eb8;
	margin-bottom: 50px;
	padding: 10px 10px 10px;
	width: calc(100% - 1px);
	box-sizing: border-box;
	letter-spacing: .08em;
}
.main_step > section > h2 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: 0 auto 2rem;
}
.section_title {
	border-bottom: 1px solid #036eb8;
	border-left: 5px solid #036eb8;
	padding: 10px 15px;
	font-size: 1.1em;
	margin-bottom: 30px;
}
.section_title span {
	font-size: 130%;
	margin-right: 20px;
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
}
.main_step > section > ul {
	margin-left: 80px;
	margin-bottom: 30px;
}
.main_step > section > ul > li {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.main_step > section > dl {
	padding: 0px 30px 10px 0px;
	margin-top: 40px;
}
.bg_color_orange01 {
	background-color: #fffaf0;
}
.bg_color_blue01 {
	background-color: #f0f8ff;
}
.main_step > section > dl > dt {
	font-size: 1.1rem;
}
.main_step > section > dl > dt.course {
	display: flex;
}
.bg_border_orange01 {
	border-bottom: 1px solid #ff7f50;
}
.bg_border_blue01 {
	border-bottom: 1px solid #4169e1;
}
dt.course > .subject {	
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 10px 0px 10px;
	margin-right: 10px;
	width: 60px;
	align-items: center;
}
.bg_color_orange02 {
	background-color: #ff7f50;
}
.bg_color_blue02 {
	background-color: #4169e1;
}
dt.course > .subject_name {
	display: flex;
	align-items: center;
	margin: 10px 0px;
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
}
dt.course > .subject_name_leftspace {
	margin-left: 10px;
}

.main_step > section > dl > dd {
	font-size: 1em;
	margin: 20px 0px 20px 80px;
}
.main_step > section > dl > dd.both_sides_aligned {
	text-align:justify;
	line-height: 1.8em;
}
dt.place_date_title {
	margin-left: 80px;
	margin-top: 1rem;
}
dd.place_date {
	display: flex;
}
dd.place_date > .school_box {
	width: 100%;
}
dd.place_date > .school_box .school_box_name {
    margin: 0 auto;
    font-size: 1rem;
    width: 92%;
    border: 1px solid #C0C0C0;
    border-radius: .3rem;
    padding: .2rem 1rem;
}

dd.place_date > .school_box .school_box_date {
    margin: 1rem auto 0rem;
    font-size: 1.2rem;
    width: fit-content;
    letter-spacing: .1rem;
}

.pdt_orange::before {
	color: #ff7f50;
	content: "■";
}

.pdt_orange::before {
	margin-right: .5rem;
}

.pdt_blue::before {
	color: #4169e1;
	content: "■";
}

.pdt_blue::before {
	margin-right: .5rem;
}

.deadline {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffffcc;
	margin-top: 40px;
	padding: 10px 0;
	border: 2px solid #ffff99;
	box-sizing: border-box;
    letter-spacing: .1rem;
}
.deadline > p {
	margin: 8px 0;
    text-align: center;
}
.deadline > p:not(:last-child) {
	font-size: 1.2em;
}

.cta_box {
	display: flex;
	justify-content: center;
	margin: 25px 0 20px;
}
.cta_box a {
    position: relative;
	background: linear-gradient(to right, #f67600, #f8ab00);
	color: #fff;
	text-decoration: none;
	border-radius: 2rem;
	padding: .7rem 2.5rem .7rem 2.5rem;
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
	box-shadow: 2px 3px 10px #b8b8b8;
}
.cta_box a:after {
	position: absolute;
    top: calc(50% - .6rem);
    right: 1rem;
    width: auto;
    height: auto;
    border: none;
    line-height: 1.1rem;
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
}
.cta_box a:hover {
	opacity: .5;
	cursor:pointer;
}


@media screen and (orientation: portrait) and (max-width: 767px){

  .main_message {
    width: 96%;
  }

  .sp_br {
	display: none;
}
  .pc_br {
	display: block;
}
  .main_title {
  margin: 3rem 10px 0 10px;
  font-size: 1.5em;
  letter-spacing: 0.01em;
}
.main_title::before, .main_title::after {
	display: none;
}
.sub_title {
  margin: 2rem auto 0 auto;
  font-size: 1.1em;
  letter-spacing: 0.1em;	
}
    .main_features {
    column-gap: 1.3rem;
}
    
.main_features a {
	width: 40%;
	height: auto;
}

.main_features a p span {
	margin-right: 0px;
}

.main_step {
	margin: 3em .5em 0em .5em;
}
.main_step > section {
	letter-spacing: 0em;
}

dt.course > .subject {
	font-size: 95%;
	}
dt.course > .subject_name {
	font-size: 95%;
}
    
.main_step > section > h2 {
    text-align: left;
}

.section_title {
	padding: 10px 15px;
	font-size: .95em;
	margin-bottom: 30px;
}	
	
.main_step > section:last-child {
	margin-bottom: 10px;	
	}
.main_step > section > ul {
	margin-left: 10px;
	margin-bottom: 10px;
}
.main_step > section > dl {
	padding: 0px 10px 5px 0px;
}
.main_step > section > dl > dd {
	margin: 20px 10px 10px 20px;
} 
dt.place_date_title {
	margin-left: 20px;
	margin-top: 20px;
}
dd.place_date {
	display: block;
}
dd.place_date > .school_box {
	width: 100%;
	margin-top: 10px;
}
    
    dd.place_date > .school_box .school_box_name {
    font-size: 1rem;
    width: 100%;
    padding: .2rem .5rem;
}
    
    dd.place_date > .school_box .school_box_date {
    font-size: 1.1rem;
}
	


}





@media screen and (orientation: portrait) and (max-width: 767px){
	


  .about {
    display: block;
    width: 96%;
  }

  .about > dl {
    width: 100%;
  }

  .contact_banner .inner > p {
    padding: 2rem 0 0;
    font-size: 1.2rem;
  }

}


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

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