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

/* ----------------------------
  common
---------------------------- */

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

span.bold {font-weight: bold;}

span.f_l {font-size: 140%;}
span.f_m {font-size: 120%;}
span.f_s {font-size: 90%;}


/* ----------------------------
  index
---------------------------- */

.lead_message p:first-of-type {
  margin: 0;
  color: var(--Main_Color);
}

.main_message {
  width: 80%;
  margin: 0 auto 2rem auto;
  font-size: 1.2rem;
  text-align: center;
}



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

  .main_message {
    width: 96%;
    margin: 0 auto 2rem auto;
    font-size: 1rem;
  }
}

/* top_message
============================ */

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


.lp_br {
	display: none;
	}

.main_title {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 1rem 1.5rem 4rem;
	letter-spacing: 0.2rem;
    color: #0060a8;
    border-top: 2px solid #0060a8;
    border-bottom: 2px solid #0060a8;
    padding: 2rem 0;
}

h2 {
    text-align: center;
	font-size: 1.8rem;
	margin: 3rem 0 1rem;
	letter-spacing: 0.2rem;
}

.mini_catch {
    position: absolute;
    display: inline-block;
    transform: rotate(15deg);
    top: 0;
    right: 0;
    margin-top: 2rem;
    color: #036eb8;
}

.top_message {
	display: flex;
	justify-content: center;
	align-items:center;
}
.top_message_left {
	display: flex;
	justify-content: center;
	align-items:center;
	background: #0060a8;
	margin: 0px 30px 0px 0px;
	padding: 5px 5px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
}
.top_message_left p {
	text-align: center;
	margin: auto;
	padding-top: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #fff;
}
.top_message_right {
	display: flex;
	justify-content: center;
}
.top_message_right p {
	font-size: 1.3rem;
}
.schedule {
	display: flex;
	justify-content: center;
	align-items:center;
	margin-top:1rem;
}
.schedule p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 4rem;
}
.main_box {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 1rem;
	padding: 40px 0px;
	background: #deebf7;
	box-sizing: border-box;
    position: relative;
}

.main_box::before {
    border-color: transparent transparent transparent #bdd7ee;
  border-style: solid;
  border-width: 80px 0 0 100vw;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}

.main_box .catch {
	text-align: center;
	font-size: 1.2rem;
	line-height: 3rem;
}
.catch span {
	font-weight: 700;
	font-size: 120%;
}

.main_box .catch_2 {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.4rem;
    margin-bottom: 3rem;
}

.main_box .catch_2 span {
    font-weight: 700;
}

.benefit {
	margin: 2rem auto;
	font-size: 1.15rem;
	border: 3px solid #fff;
	padding: 1rem 3rem;
	border-radius: .8rem;
	width: fit-content;
    background-color: #EEF5FF;
}
.benefit li {
  position: relative;
  padding-left: 1.5rem;
  margin: 1rem 0 1rem 0rem;
  line-height: 2rem;
  list-style: none;
}
.benefit li:before {
  content: "◎";
  position: absolute;
  color: #0060a8;
  font-size: 1.4rem;
  left: 0;
}

.fee {
    width: 80%;
    margin: 0 auto;
}

.m_title {
	border-left: 5px solid #0060a8;
	padding-left: 10px;
	margin: 60px 0px 12px 0px;
	font-size: 1.2rem;
}
.m_title span {
	font-size: 70%;
}
.course {
	margin: 2em 0.5rem;
	font-size: 1.1rem;
}
.course li {
	position: relative;
	  padding-left: 1.5rem;
    margin-top: 1rem;
    line-height: 2rem;
    list-style: none;
}
.course li:before {
  content: "※";
  position: absolute;
  color: #0060a8;
  font-size: 1rem;
  left: 0;
}

table {
	width: 100%;
}
table , td, th {
	padding: 0.8rem 0.1rem;
	border-bottom: 1px solid #595959;
	border-collapse: collapse;
}
.time_t_center {
	width: 120px;
	}

.under_box {
	display: flex;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 2rem;
	padding: 0px 20px 20px;
	background: #bdd7ee;
	box-sizing: border-box;
}


.under_box dl {
	flex: 1;
	padding: 0 2rem;
}
.under_box dt {
	font-size: 1rem;
	font-weight: 600;
}
.under_box dd {
	font-size: 0.9rem;
	margin-left: -0.01rem;
	margin-top: 1rem;
}





@media screen and (orientation: portrait) and (max-width: 767px){
	
	.sp_br {display: none;}
	.pc_br {display: block;}
	
	.lp_br {
	display: block;
	}
	
	.main_title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
	letter-spacing: 0.05rem;
        padding: 1rem 0;
}
    
    h2 {
	font-size: 1.2rem;
	margin: 2rem 0 0rem;
	letter-spacing: 0.1rem;
}
    
    .mini_catch {
    position: static;
    display: flex;
        justify-content: center;
    transform: rotate(0deg);
    margin-top: 1rem;
}
    
	.top_message {
	display: block;
	align-items: center;
	box-sizing: border-box;
		margin: 0px 5px;
}
    .top_message_left {
	display: flex;
	justify-content: center;
	align-items:center;
	background: #0060a8;
	margin: 0px auto;
	padding: 5px 0px;
	width: 90%;
	height: auto;
	border-radius: 5px;
	box-sizing: border-box;
}
    .top_message_left p {
	text-align: center;
	margin: auto;
	padding-top: 0rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
}
	.top_message_right {
		padding: 0px 20px;
}
    
    .top_message_right p {
	font-size: 1.2rem;
}
    
    .schedule {
	display: flex;
	justify-content: center;
	align-items:center;
	margin-top: 0rem;
}
    .schedule p {
	font-size: 1.3rem;
		line-height: 2.5rem;
}
	.main_box {
	margin: 0 auto;
	margin-top: 0.5rem;
	padding: 20px 0px;
}
    
    .main_box::before {
  border-width: 50px 0 0 100vw;
}
    
    .main_box .catch {
	font-size: 1.2rem;
	line-height: 2.2rem;
		letter-spacing: .05rem;
}
	.catch span {
	font-weight: 700;
	font-size: 110%;
}
    
    .main_box .catch_2 {
        margin-bottom: 2rem;
    }
    
.benefit {
	margin: 1rem auto;
	font-size: 1rem;
	padding: 0 1rem 1rem;
	width: 90%;
}
	
.benefit li {
  padding-left: 1.5rem;
  margin: 1rem 0 .5rem 0rem;
  line-height: 1.5rem;
}
	
.benefit li:before {
  content: "◎";
  position: absolute;
  color: #0060a8;
  font-size: 1.4rem;
}
    
    .fee {
    width: 90%;
    margin: 0 auto;
}
	
	.m_title {
	margin: 30px 0px 12px 0px;
}
	
	.course {
	margin: 2rem 0.2rem;
	font-size: 1rem;
}
    .course li {
	position: relative;
	padding-left: 1.5rem;
    margin-top: 1rem;
	margin-left: -0.5rem;
    line-height: 1.5rem;
    list-style: none;
}
  .course li:before {
  content: "※";
  position: absolute;
  color: #0060a8;
  font-size: 1rem;
  left: 0;
}
	table , td, th {
	padding: 0.8rem 1rem 0.8rem 0rem;
	border-bottom: 1px solid #595959;
	border-collapse: collapse;
}
	.time_t_center {
		width: 90px;
		vertical-align: middle;
		text-align: center;
	}
	.under_box {
	display: block;
	margin: 0 auto;
	margin-bottom: 2rem;
	padding: 0px 10px 10px;
}
.under_box dl {
	flex: 1;
	padding: 0.7rem 1rem;
}
.under_box dt {
	font-size: 1rem;
	font-weight: 600;
}
.under_box dd {
	font-size: 0.9rem;
	margin-left: -0.01rem;
	margin-top: 1rem;
}
 
  
}

/* u_sub
============================ */

.u_sub {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
}

.u_sub figure {
    width: 20%;
}

.u_sub figure img {
    width: 100%; 
}

.u_sub .asta_u {
    width: fit-content;
}

.u_sub .asta_u li {
    margin-top: 1rem;
    text-indent: -1.6rem;
}

.u_sub .asta_u li::before {
    content: "※";
    margin-right: .5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .u_sub {
    display: flex;
    flex-direction: column-reverse;
        width: 80%;
        margin: 0 5rem 0 3rem;
}
    
    .u_sub figure {
    width: 60%;
        margin: 0 auto;
}
    
}



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