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

.h1ttl {
  display: none;
}

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

.main_message_txt {
  text-align: justify;
}
.main_message_txt2 {
  text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .05rem;
	margin-bottom: 5rem;
	line-height: 2rem;
}


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

.main_title {
  max-width: 800px;
  margin: 6rem auto 5rem auto;
  text-align: center;
  color: #036eb8;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  position: relative;
}
.main_title::before, .main_title::after {
	position: absolute;
	width: 30px;
	height: 30px;
	content: '';
}
.main_title::before {
	border-left: solid 2px;
	border-top: solid 2px;
	top: -2rem;
	left: 3rem;
}
.main_title::after {
	border-right: solid 2px;
	border-bottom: solid 2px;
	bottom: -2rem;
	right: 3.4rem;
}
.top_image {
  text-align: center;
}
.top_image img {
  max-width: 960px;
}
.main_features {
	display: flex;
    justify-content: center;
	margin: 2rem auto;
}
.main_features_title {
	padding: .6rem 2rem;
	margin-right: 3rem;
	background: #036eb8;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: 1px solid #fff;
	outline-offset: -5px;
}
.main_features > ul > li {
	position: relative;
    padding-left: 35px;
	font-size: 1.2rem;
	list-style: none;
    margin: .8rem 0;
}
.main_features > ul > li:before {
	content: "";
    position: absolute;
	top: .2rem;
    left: 0;
    transform: rotate(45deg);
    width: 5px;
    height: 18px;
    border-right: 3px solid #036eb8;
    border-bottom: 3px solid #036eb8;
}

.main_step {
	max-width: 800px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 5rem auto .5rem auto;
}
.main_step_title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #036eb8;
  margin-bottom: 1.8rem;
  letter-spacing: .1rem;
}
.main_step_title:before, .main_step_title:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.main_step_title:before {
  margin-right: 1rem; /* 文字の右隣 */
}
.main_step_title:after {
  margin-left: 1rem; /* 文字の左隣 */
}

.main_step_schematic {
	display: flex;
	justify-content: center;
	margin: 10px 15px 40px 15px;
}
.circle_fig {
	font-size: 1.1em;
	color: #fff;
	background: #036eb8;
	width: 25%;
	padding: 1rem;
	box-shadow: 5px -5px #87cefa; 
}
.circle_fig span {
	font-size: 90%;
	letter-spacing: .2rem;
	font-weight: bold;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #87cefa;
  border-right: 0;
  margin: auto 1.5rem;	
}

.course {
	margin: 4rem 0 3rem 0;
}
.course .sidenote {
	font-size: .9rem;
	letter-spacing: .1rem;
	text-align: center;
}

.course > section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 10px;
}
.course > section > dl {
	width: calc(50% - 25px);
	box-sizing: border-box;
	border: 1px solid #9f9f9f;
	margin: 12px auto;
	padding: 10px 10px
}
.course > section > dl > dd {
	margin-left: 20px;
}
.course > section > dl > dt {
	color: #fff;
	padding: 5px 0;
}
.course > section > dl:nth-child(1) > dt {
	background: #191970;
}
.course > section > dl:nth-child(2) > dt {
	background: #a0522d;
}
.course > section > dl:nth-child(3) > dt {
	background: #006400;
}
.course > section > dl:nth-child(4) > dt {
	background: #ff4500;
}

.course ul {
	margin-left: 20px;
}
.course li {
	list-style: disc;
}

.course .osusume {
	border: 1px solid #036eb8;
	padding: 1rem ;
	margin: 1.5rem;
	display: flex;
	justify-content: center;
}

.course .osusume p {
	margin: 0rem;
	text-align: center;
	color: #036eb8;
}

.period {
	margin: 3rem 0 3rem 0;
}

.period .sample {
	font-size: 1.2rem;
	letter-spacing: .1rem;
	text-align: center;
	margin-top: 30px;
}

.period .sample a {
    padding: .5rem 1.5rem;
    border: 1px solid #036eb8;
    border-radius: 1rem;
}

.period .sample a::after {
	font-family: "FontAwesome";
    content: "\f1c1";
	color: #036eb8;
	font-size: 1.2rem;
	padding-left: .5rem;
}

.period ul {
	font-size: 1.2rem;
	margin: 3rem auto 3rem;
    width: fit-content;
}

.period ul li {
    margin: 2rem 0 2rem 2.2rem;
    text-indent: -2.2rem;
}

.period ul li::before {
	content: '●';
	margin-right: 1rem;
    color: #036eb8;
}

.period ul li.font_red {
	color: red;
}

.period ul li.font_red::before {
	color: red;
}

.period p {
    text-align: justify;
    line-height: 2rem;
    margin: 1rem 3.5rem 3rem;
    letter-spacing: .1rem;
}

.coursefee {
	margin: 3rem 0 5rem 0;
}
.coursefee > section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 10px;
}
.coursefee > section > dl {
	width: 50%;
	box-sizing: border-box;
	border: 1px solid #9f9f9f;
	margin: 3rem auto 0;
	padding: 8px 8px;
	text-align: center;
    letter-spacing: .1rem;
}
.coursefee > section > dl > dt {
	color: #fff;
	font-size: 1rem;
	background: #036eb8;
	margin-bottom: 10px;
	padding: .5rem;
}
.coursefee > section > dl > dd {
	font-size: 1.6rem;
}

.coursefee > section > dl > dd span {
	font-size: 60%;
}

.coursefee dl.under_note {
	margin:30px 41px;
}
.coursefee dl.under_note ul {
	margin: 20px 18px;
}
.coursefee dl.under_note li {
	font-size: .9rem;
}
.coursefee dl.under_note li:before {
	content: '※';
	margin-left: -19px;
	margin-right: 5px;
}

.coursefee .asta {
    font-size: .9rem;
    text-indent: -.9rem;
    margin-left: .9rem;
}

.coursefee .asta::before {
    content: "※";
}


.application > section {
	display: flex;
	justify-content: center;
}
.triangle_application {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #036eb8;
  border-bottom: 0;
}


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

  .lead_message p:first-of-type {
    font-size: 1rem;
  }

  .main_message {
    width: 96%;
  }

  .sp_br {
	display: none;
}
  .pc_br {
	display: block;
}
  .main_title {
  margin: 3rem 10px 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
.main_title::before, .main_title::after {
	display: none;
}
  .main_message_txt2 {
      font-size: 1.1rem;
	margin: 2rem 1rem 2rem 1rem;
    text-align: left;
	  letter-spacing: .05rem;
}
	
	.main_features {
	display: block;
}
	.main_features_title {
	margin-right: 0rem;
	font-size: 1.2rem;
	font-weight: 600;
}
	.main_features > ul > li {
	margin: 1.5rem;
    padding-left: 15px;
	font-size: 1.1rem;
	line-height: 1.6rem;
	list-style-type: none;
}
.main_features > ul > li:before {
    width: 4px;
    height: 18px;
	top: 0rem;
    border-right: 2px solid #036eb8;
    border-bottom: 2px solid #036eb8;
}

.main_step {
	margin: 2rem .5rem;
}
.main_step_title {
	font-size: 1.2rem;
}
.main_step_title:before, .main_step_title:after {
  width: 5rem; /* 線の長さ */
}
	
.main_step_schematic {
	display: block;
	margin: 0 10px 20px 10px;
}
.circle_fig {
	width: 80%;
	padding: .5rem 1.5rem;
	margin: 0 auto;
}
 
.triangle {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #87cefa;
  border-right: 0;
  margin: 0px auto 2px auto;	
  transform: rotate(90deg);
}

	
.course {
	margin: 2rem 0;
}
.sidenote {
	font-size: .8rem;
	letter-spacing: .01rem;
}
.course > section {
	display: block;
}
.course > section > dl {
	width: 100%;
	margin: 5px auto;
	padding: 5px 5px
}
	
	.course .osusume {
	margin: 2rem 1.5rem 0;
}
	
	
.period {
	margin: 1rem 0;
}
    
    .period ul {
	font-size: 1.2rem;
	margin: 2rem auto 2rem;
    width: fit-content;
}
    
    .period ul li {
    margin: 1.5rem 0 1.5rem 2.2rem;
    text-indent: -2.2rem;
}
    
    .period p {
    line-height: 2rem;
    margin: 1rem 1rem 3rem;
    letter-spacing: .1rem;
}
	

.coursefee {
	margin: 2rem 0;
}

.coursefee > section {
	display: block;
	margin: 0 10px;
}
.coursefee > section > dl {
	width: 100%;
	margin: 3rem auto 2rem;
	padding: 8px 8px;
}	
	
	
.coursefee dl.under_note {
	margin:30px 10px 0 10px;
}

}

/* about
============================ */
.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.about > dl {
  width: 50%;
  margin: 1rem 0;
}

.about > dl > dt {
  color: #a51101;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
}

.about > dl > dt:before {
  content: "■";
}

.about > dl > dd {
  padding-left: 1rem;
}

.about > dl.schedule {
  width: 100%;
}

.about > dl.schedule > dd dl {
  display: flex;
  flex-wrap: wrap;
}

.about > dl.schedule > dd dl:last-of-type {
  padding-bottom: 1rem;
}

.about > dl.schedule > dd dl dt {
  width: 7rem;
  margin-right: 2rem;
  text-align: right;
}



@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_tokyo,
.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_kichijoji {
  display: none;
}