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

style.css

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

span.f_l {font-size: 150%;}
span.f_s {font-size: 90%;}
span.f_ss {font-size: 80%;}

#main_content {
	max-width: 960px;
    margin: 0 auto;
    line-height: 1.6rem;
	letter-spacing: .1rem;
}

span.sup_s {
	vertical-align: super;
	font-size: 80%;
}
span.sup_margin {
	margin-bottom: 10px;
}

h1.main_ttl {
	width: 100%;
	letter-spacing: .1rem;
	margin: 1.5rem 0 2rem 0;
    font-size: 2.5rem;
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
}

h1.main_ttl > dl {
	display: flex;
	align-items: center;
}
h1.main_ttl > dl > dd {
	font-size: 65%;
	margin-left: 20px;
	margin-top: 15px;
}
h1.main_ttl > dl > dd::before, h1.main_ttl > dl > dd::after {
	content: "ー";
	margin: 0 15px;
}
span.mt_01 {
	color: red;
	padding: 5px;
	font-size: 110%;
}

    
/* main_message

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

.main_message {
  max-width: 800px;
  margin: 3rem auto 3rem;
  text-align: justify;

}

.future_plans {
	margin-top: 2rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #F31317;
}

#main_content > figure.main_imgs > img {
	width: 100%;
    height: auto;
}
#main_content > figure.main_imgs {
	position: relative;
}

/*
#main_content > figure.main_imgs::before {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: fit-content;
    padding: 1rem 1.5rem;
	border-bottom-right-radius: 10px;
    background-color: rgba(255,255,255,0.88);
    color: #036eb8;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
    font-size: 1.2rem;
	font-weight: 900;
    line-height: 1.2rem;
    text-align: center;
    content: '春･秋 ★大好評 人気の１日講座';
}
*/

.lead_message_top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px auto;
	max-width: 800px;
    padding: 1rem 0;
    font-size: 1.5rem;
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
}
.lead_message_top > p {
	text-align: center;
}
.lead_message_top > p.lead_mttl {
	background-color: #036eb8;
	color: #fff;
	margin: 2.5rem 0;
	padding: 1rem 0;
}
.main_message_catch {
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
	font-size: 1.3rem;
	color: #036eb8;
	text-align: center;
}


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

	h1.main_ttl {
		text-align: center;
		font-size: 2.2rem;
	}

  .main_message {
    width: 92%;
    margin: 2rem auto 1rem;
  }
	
	h1.main_ttl > dl {
	display: block;	
	}
	h1.main_ttl > dl > dt {
		margin-bottom: 20px;
        line-height: 3rem;
	}
    h1.main_ttl > dl > dd {
	margin-left: 0px;
}
	h1.main_ttl > dl > dd::before, h1.main_ttl > dl > dd::after {
	content: "ー";
	margin: 0 5px;
}
	
#main_content > figure.main_imgs::before {
    left: 0;
	right: 0;
	width: 100%;
	padding: .1rem 0rem;
	border-bottom-right-radius: 0px;
    text-align: center;
}
	
	.lead_message_top {
	margin: 1px 0 50px 0;
	padding: .01rem .01rem;
	font-size: 1.2rem;
	letter-spacing: .06rem;
	}
	.lead_message_top > p.lead_mttl {
	margin: 0px 0;
	}

.main_message_catch {
	font-size: 1.1rem;
	letter-spacing: .1rem;
    margin-bottom: 2rem;
}
}



/* about

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

.about {
  max-width: 850px;
  margin: 0 auto;
}
.about > .about_box {
  border: 1px solid #036eb8;
  margin: 30px 0;
  padding: 20px 50px 10px;
    position: relative;
}

.about > .about_box::after {
  content: '';
  background-color: #F2F7FF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: -1; 
}

.about .about_box > dl {
	margin: 1rem 0 2rem;
}

.about .about_box > dl > dt {
  color: #036eb8;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1rem;
  margin-bottom: 10px;
}

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

.about .about_box > dl > dd {
	margin-left: 20px;
	margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 3rem;
}

.about .about_box dl dd.flex_box {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
	border-top:1px solid #dcdcdc;
}

.about .about_box dl dd.flex_box p {
	width: 33%;
	margin: .5rem;
	text-indent: -.5rem;
	margin-right: 2rem;
	font-size: 1.3rem;
	line-height: 2rem;
    text-align: center;
}



.about .note {
  padding-top: .1rem;
 padding-bottom: 30px;
}

.eiken_rttd {
	font-size: .9rem;
}

.about_box > .about_box_top {
	display: flex;
	margin: 0;
	padding: 0;
}

.about_box > .about_box_top dl {
	margin: 30px 0 0;
}

.about_box > .about_box_top dl:nth-child(odd) {
	width: 35%;
}

.about_box > .about_box_top dl:nth-child(even) {
	width: 65%;
}

.about_box > dl dd:nth-of-type(2) {
	margin-left: 2.5rem;
	font-size: .9rem;
}

.about_box .u_flex {
    display: flex;
    column-gap: 3rem;
}

.about_box .u_flex dl {
    margin-bottom: 2rem;
}

.about_box .u_flex dl dt {
    color: #036eb8;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1rem;
  margin-bottom: 10px;
}

.about_box .u_flex dl dt::before {
    content: "■";
}

.about_box .u_flex figure {
    width: 40%;
}

.about_box .u_flex figure img {
    max-width: 300px;
    margin-bottom: 2rem;
}


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



  .about {
    width: 94%;
  }
  .about > .about_box {
  display: block;
  margin: 0rem;
  padding: 0px 15px;
}
    
    .about > .about_box::after {
  top: -10px;
  left: 8px;
}

.about dl {
	margin: 20px 0;
}
.about dl:nth-child(odd) {
	width: 100%;
}
.about dl:nth-child(even) {
	width: 100%;
}

.about dl dt {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
    
    .about .about_box > dl > dt {
  font-size: 1rem;
  margin-bottom: 8px;
}
	
	.about .about_box > dl > dd {
	margin-left: 0px;
	margin-bottom: 10px;
    line-height: 2.5rem;
}
	
.about .about_box dl dd.flex_box {
	display: block;
	margin-bottom: 1.5rem;
}
	
	.about .about_box dl dd.flex_box p {
		font-size: 1.2rem;
		width: 100%;
	margin-right: 0rem;
		margin-bottom: .5rem;
		line-height: 1.6rem;
        text-align: left;
}
	
	.about .note {
		margin: 0 1rem;
}
	
	.eiken_rttd {
	width: 90%;
		margin: 0 auto;
}
	
	.about_box > .about_box_top {
	display: block;
}
	.about_box > .about_box_top dl {
	margin: 20px 0 0;
}
	
	.about_box > .about_box_top dl:nth-child(odd) {
	width: 100%;
}

.about_box > .about_box_top dl:nth-child(even) {
	width: 100%;
}
    
    .about_box .u_flex {
    display: block;
}
    
    .about_box .u_flex dl dt {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
    
    .about_box .u_flex figure {
    width: 100%;
        text-align: center;
}

.about_box .u_flex figure img {
    max-width: 90%;
    margin-bottom: 1.5rem;
}

}


/* lecture_detail

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

.lecture .im_date {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 2rem 1rem;
}

.lecture .im_date::before,
.lecture .im_date::after {
	background-color: #dcdcdc;
	content: "";
	height: 1px;
	flex-grow: 1;
}

.lecture .im_date::before {
	margin-right: 2rem;
}

.lecture .im_date::after {
	margin-left: 2rem;
}

.lecture .detail {
	display: flex;
	column-gap: 3rem;
	justify-content: space-around;
	padding-bottom: 2rem;
}

.lecture .detail dl:not(.fee) dt {
    font-weight: bold;   
    font-size: 1.1rem;
}

.lecture .detail .fee dt {
	font-size: 1.2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
	.lecture .detail {
	display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 1rem;
}
	
	.lecture .detail dl {
		font-size: 1.1rem;
		margin: 1rem 0 1.5rem;
	}
	
}



/* lecture

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

.lec {
	max-width: 850px;
	margin: 0 auto;
}

.lecture {
  margin: 30px auto;
  border: solid 1px #036eb8;
}

.lecture .type {
  background: #036eb8;
  padding: 10px 10px;
	display: flex;
	align-items: stretch;
}
.type > h2.eiken_level {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #036eb8;
	padding: 0 5px;
	margin-right: 20px;
	font-size: 90%;
	width: 70px;
}

.lecture h2 {
  color: #fff;
  font-size: 1.2rem;
	margin: 0;
}
.lecture h2 > span.type_h2s {
  font-size: 75%;
}

.lecture > div:not(.type) {
  margin: 1rem 2rem;
}

.lecture .level {
  display: flex;
	flex-wrap:wrap; 
	justify-content: space-between;
  font-size: 1rem;
}

.lecture .level dl {
	box-sizing: border-box;
  width: 33%;
	padding: 0 20px;
}
.lecture dl.level_2col {
	width: 50%;
}
.lecture dl.level_2col dd img {
	max-width: 200px;
}

.lecture .level dl dt {
  padding: .2rem .5rem;
  background-color: #87cefa;
}

.lecture .level dl dd {
  padding: 0;
  margin: 20px 0 10px 25px;
}


.intro ul {
	padding: 20px 20px;
	box-sizing: border-box;
}
.intro ul li {
	margin-bottom: 10px;
	text-align: justify;
	 word-break: break-all;
}
.intro ul li span {
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
}

section.lecture > .deadline {
	background-color: #deebf7;
	margin: 0;
	padding: 10px;
	text-align: center;
}
section.lecture > .application {
	display: flex;
	justify-content: center;
}
section.lecture > .application a {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 20rem;
    width: 100%;
    height: 3.6rem;
    padding: 0rem 1rem 0 0;
    border-radius: 1.8rem;
    background: linear-gradient(to right, #f67600, #f8ab00);
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
	text-decoration: none;
}


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

  .lecture {
    width: 96%;
    margin: 2rem auto;
  }

  .lecture h2 {
    font-size: 1.2rem;
  }

  .lecture div:not(.type) {
    margin: .2rem .2rem 1rem .2rem;
  }
	
  .lecture .level {
  display: block;
}
	
	.lecture .level dl {
  width: 100%;
	padding: 0 10px;
}
.lecture dl.level_2col {
	width: 100%;
}
  .lecture .level dl dd {
    padding: .1rem .1rem;
  }

.lecture .type {
  padding: 5px 10px;
	display: block;
	align-items: stretch;
}
.lecture h2 > span.type_h2s {
  font-size: 80%;
	letter-spacing: .09em;
}
.type > h2.eiken_level {
	padding: 0 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 80%;
}

.intro ul {
	padding: 20px 20px 5px;
}
  

}







/* contact_online

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

.contact_banner.online span.caution {

  display: block;

  color: #f00;

  font-size: .7rem !important;

}