/*************************************
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: 3rem;
	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.8rem;
  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: 10px 20px;
	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.15rem;
	line-height: 1.8rem;
	list-style: none;	
}

.main_features > ul > li:not(:last-of-type) {
    margin-bottom: 1rem;
}

.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: 6rem 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;
}

.course .sample {
	font-size: 1.2rem;
	letter-spacing: .1rem;
	text-align: center;
	margin-top: 30px;
}
.course .sample::after {
	font-family: "FontAwesome";
    content: "\f1c1";
	color: #036eb8;
	font-size: 1.2rem;
	padding-left: .5rem;
}


.period {
	margin: 3rem 0 3rem 0;
}
.period > section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 10px;
}
.period > section > dl {
	width: calc(25% - 10px);
	box-sizing: border-box;
	border: 1px solid #9f9f9f;
	margin: 15px auto;
	padding: 8px 8px;
	text-align: center;
}
.period > section > dl > dt {
	color: #fff;
	font-size: 1.2rem;
	background: #036eb8;
	margin-bottom: 10px;
	padding: 1px 0;
}
.period .sidenote {
	font-size: .9rem;
	margin-left: -100px;
}
.period .sidenote:before {
	content: '※';
	margin-left: -19px;
	margin-right: 5px;
}

.period ul {
	font-size: .9rem;
	margin: 0 2rem;
}

.period ul li {
	text-indent: -1.2rem;
}

.period ul li::before {
	content: '※';
	margin-right: 5px;
}

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

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

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



.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;
}


.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.5rem;
  letter-spacing: 0.01rem;
}
.main_title::before, .main_title::after {
	display: none;
}
  .main_message_txt2 {
	margin: 0 10px 0 10px;
    text-align: left;
	  letter-spacing: .01rem;
}
	
	.main_features {
	display: block;
}
	.main_features_title {
	margin-right: 0rem;
	font-size: 1.2rem;
	font-weight: 600;
}
	.main_features > ul > li {
	margin: 1rem;
    padding-left: 15px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	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 > section {
	display: block;
	margin: 0 10px;
}
.period > section > dl {
	width: 100%;
	margin: 5px auto;
	padding: 10px 10px;
}
.period .sidenote {
	font-size: .9rem;
	margin-left: 15px;
	margin-top: 10px;
}
.period .sidenote:before {
	margin-left: -19px;
	margin-right: 5px;
}
	

.coursefee {
	margin: 2rem 0;
}

.coursefee > section {
	display: block;
	margin: 0 10px;
}
.coursefee > section > dl {
	width: 100%;
	margin: 15px auto;
	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;
}