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

renew_top.css

***************************************/
/* renew top page

============================ */
/* 「合格実績」　/top/css/top_rsp.css 1480 */
#results {
  background: #deebf7;
}
/* /common/css/common_layout_rsp.css 1059 */
.contact_banner .button dl dd a {
  height: 3.6rem;
  background: #f67600;
}
/* /common/css/common_layout_rsp.css 1079 */
.contact_banner .button dl.first_btn dd a {
  background: #6fa2c1;
}
.contact_banner .button dl.first_btn dd a:first-child {
  background: #ef717c !important;
}
/* 新規「	安心の受講費システム　」 */
.relief_fee {
  background-color: #eee;
  margin: 0;
  padding: 2rem 10rem;
  letter-spacing: .05rem;
}
.relief_fee .feature_info {
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  margin: 1rem 0;
}
.relief_fee .feature_info dl {
  display: flex;
  align-items: center;
}
.relief_fee .feature_info dl dt {
  height: 4rem;
  width: 4rem;
  margin-right: 1rem;
  padding-top: .6rem;
  border-radius: 50%;
  background: var(--Dark_Sub_Color);
  color: #fff;
  font-size: .8rem;
  text-align: center;
  line-height: 1;
}
.relief_fee .feature_info dl dt span {
  display: block;
  font-size: 2rem;
}
.relief_fee .feature_info dl dd {
  flex: 1;
  color: var(--Dark_Sub_Color);
  font-weight: bold;
  font-size: 1.4rem;
  font-family: var(--Font_Weight_Bold);
}
.relief_fee .feature_info p {
  line-height: 1.8rem;
  font-size: 1.1rem;
  text-align: justify;
}
.relief_fee .feature_info ul {
  font-size: .85rem;
}
.relief_fee .feature_info ul li {
  line-height: 1.4rem;
  text-indent: -1.2rem;
  margin-left: 1.2rem;
  text-align: justify;
}
.relief_fee .feature_info ul li::before {
  content: "※";
  margin-right: .3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  /* /top/css/top_rsp.css 237 */
  #top_visual .slick-dots li button::before {
    color: #555;
  }
  /* /top/css/top_rsp.css 625 */
  #course .attention h3 {
    font-size: 1.5rem;
  }
  .relief_fee {
    padding: 2rem 1rem;
  }
  .relief_fee h2.h2ttl {
    text-align: center;
  }
  .relief_fee .feature_info {
    padding: 1rem;
    margin: 1rem 0;
  }
  .relief_fee .feature_info dl dd {
    font-size: 1.3rem;
  }
  .relief_fee .feature_info p {
    line-height: 1.6rem;
  }
  .relief_fee .feature_info ul li {
    line-height: 1.2rem;
  }
}



/* 新規「　コンタクトボタン　」 */
.contact_renew_bt {
  margin: 3rem 0 1rem;
}
.contact_renew {
  width: 100%;
  margin: 0 auto;
  padding: 0rem 0 2rem;
  font-weight: bold;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
  text-align: center;
  color: #036eb8;
}
.contact_renew .phone_num {
  width: 27rem;
  margin: .5rem auto;
  border-top: 1px solid #036eb8;
}
.contact_renew .phone_num li {
  width: 100%;
  padding: .5rem 0;
  border-bottom: 1px solid #036eb8;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  line-height: 1.6rem;
}
.contact_renew .phone_num li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #036eb8;
}
.contact_renew .phone_num li a span {
  display: inline-block;
  width: 13rem;
  text-align: left;
}
.contact_renew .phone_num li a span::before {
  display: inline-block;
  width: 3rem;
  height: 2rem;
  margin-right: .5rem;
  padding: .5rem 0 0 0;
  font-weight: 900;
  font-family: var(--Font_Awesome);
  content: "\f2a0";
}
.contact_renew .phone_reception {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  color: #036eb8;
  font-size: 1.2rem;
}
.contact_renew .phone_reception div {
  text-align: right;
}
.contact_renew .phone_reception dt {
  margin-right: 1rem;
  padding: .5rem;
  border: 2px solid #036eb8;
  line-height: 1;
}
.contact_renew .button dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact_renew .button dl dt {
  display: block;
  margin: .5rem auto;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.1rem;
  letter-spacing: .1rem;
}
.contact_renew .button dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  margin: .7rem 0;
  border-radius: 1.8rem;
  background: #fff;
}
.contact_renew .button dl dd a {
  height: 3rem;
  background: #f67600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: 1.8rem;
  color: #fff;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}
.contact_renew .button dl dd a:hover {
  opacity: .5;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .contact_renew_bt {
    margin: 2rem 0 0rem;
  }
  .contact_renew {
    padding: 0rem 0 1rem;
  }
  .contact_renew .phone_num {
    width: 90%;
    margin: auto;
    border: none;
  }
  .contact_renew .phone_num li {
    width: 100%;
    margin: 1rem auto;
    border-radius: .5rem;
    background: #036eb8;
    color: var(--Main_Color);
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    cursor: auto;
  }
  .contact_renew .phone_num li a {
    padding: 0;
    color: #fff;
    font-size: 1.4rem;
    pointer-events: auto;
  }
  .contact_renew .phone_num li a span {
    width: 9rem;
  }
  .contact_renew .phone_num li a span::before {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .5rem;
    padding: .4rem 0 0 .4rem;
  }
}



/* 新規「お茶ゼミ√＋とは？」 */
section.ocha_summary {
  background-color: #eee;
  padding: 1rem 8.8rem 1.5rem;
  letter-spacing: .1rem;
}
section.ocha_summary h3 {
  color: #036eb8;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  padding: 1.5rem 0 1rem;
}
section.ocha_summary h4 {
  color: #036eb8;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  padding: 1.5rem 0 0rem;
}
section.ocha_summary .waku_w {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
  margin-bottom: .8rem;
}
section.ocha_summary .pad_01 {
  padding: 1rem 0;
}
section.ocha_summary .mg_01 {
  margin: 0rem 0 1.5rem;
}
section.ocha_summary .waku_w p {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 2.2rem;
  margin: 0;
  text-align: center;
}
section.ocha_summary .waku_w p:not(:last-child) {
  margin-bottom: 1rem;
}
section.ocha_summary .waku_w p span {
  color: #f67900;
  font-weight: 900;
}
section.ocha_summary .waku_w figure img {
  width: 70px;
  margin-right: 1.5rem;
}
.flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* /common/css/common_style_rsp.css 743 */
.link_wrap .link_list li {
  width: 23%;
  height: 3rem;
  margin: .5rem auto;
  background: #fff;
  color: #555;
  font-size: 1.2rem;
  border: 2px solid #555;
  border-radius: .5rem;
}

/* 新規「開催中のイベント」 タブ*/
.tab_contents {
  background-color: #fff;
  padding: 1rem 2.8rem .5rem;
  margin-bottom: 1rem;
}
.tab_contents p {
  margin: .5rem 0 1.5rem;
	font-size: 1.2rem;
	font-weight: 900;
	text-align: center;
}
.link_wrap .link_list li.tab_active {
  background: #F67900;
  color: #fff;
  opacity: 1;
}
.tab_contents .event_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  margin-bottom: 2rem;
}
.tab_contents .event_list a.elist_box {
  color: #666;
  font-weight: 900;
  border-top: 5px solid #036eb8;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
}
.tab_contents .event_list a.elist_box:hover {
  opacity: .5;
}
.tab_contents .event_list a.elist_box h2 {
  color: #036eb8;
  font-size: 1.2rem;
  border-bottom: 1px solid #036eb8;
  border-bottom-style: dotted;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
.tab_contents .event_list a.elist_box dl:not(.spot) {
  margin-bottom: 1rem;
}
.tab_contents .event_list a.elist_box dt {
  display: none;
}
.tab_contents .event_list a.elist_box dd {
	margin-bottom: 1rem;
}

/* 新規「開催中のイベント」タブ→アコーディオン */
.accordion .acd_contents {
  padding: 2rem 0 0;
}
.accordion .lec_status {
  cursor: pointer;
  color: #036eb8;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: .5rem 1rem;
  width: fit-content;
  margin: 1.5rem auto .5rem;
}
.accordion > dl > dt::after {
  padding-left: 1rem;
  font-family: var(--Font_Awesome);
  font-weight: 900;
  content: "\2b";
}
.accordion > dl.acd_active > dt::after {
  padding-left: 1rem;
  font-family: var(--Font_Awesome);
  font-weight: 900;
  content: "\f068";
}
/* /common/css/common_style_rsp.css 819 */
.link_wrap .link_list.tab_group li::after {
  content: "";
}
/* /common/css/common_style_rsp.css 841 */
.link_wrap {
  border: 0px solid #ddd;
  margin: 0rem 0;
  padding: 1rem 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
	
  /* 新規「お茶ゼミ√＋とは？」 */
  section.ocha_summary {
    padding: 0rem 1rem 1rem;
    letter-spacing: .05rem;
  }
  section.ocha_summary h3 {
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    padding: 1.5rem 0 1.2rem;
  }
  section.ocha_summary h4 {
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.1rem;
    text-align: center;
    line-height: 1;
    padding: 1.5rem 0 0rem;
  }
  section.ocha_summary .waku_w {
    background-color: #fff;
    border-radius: 10px;
    padding: .5rem;
    margin-bottom: .8rem;
  }
  section.ocha_summary .pad_01 {
    padding: 1rem 0;
  }
  section.ocha_summary .waku_w p {
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.6rem;
    margin: 0;
    text-align: center;
  }
  section.ocha_summary .waku_w p.o_font_s {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.5rem;
    margin: 0;
    text-align: left;
  }
  section.ocha_summary .waku_w figure img {
    width: 55px;
    margin-right: .6rem;
  }
  .flex_box {
    justify-content: flex-start;
  }
	
	.tab_contents {
  padding: 1rem 1.5rem .5rem;
  margin-bottom: 0rem;
}
	
	.accordion .acd_contents {
  padding: 1rem 0 0;
}
	
  /* /top/css/top_rsp.css 263 */
  #top_visual .inner img {
    aspect-ratio: auto;
  }
  /* /top/css/top_rsp.css 255 */
  #top_visual {
    background-color: #fff;
    padding-bottom: 1rem;
  }
  /* /top/css/top_rsp.css 330 */
  #mini_banner .slick-slide {
    transition: 0.3s ease-in-out;
    transform: scale(.9);
  }
  /* /common/css/top_rsp.css 813 */
  #feature2024 [class^="feature_"] div.c_sub_mtitle {
    font-size: 1.1em;
    font-weight: 900;
    margin-bottom: .1em;
  }
  /* /common/css/top_rsp.css 888 */
  #feature2024 [class^="feature_"] dl {
    margin: 2.5rem 0 2rem;
  }
  /* /common/css/top_rsp.css 892 */
  #feature2024 [class^="feature_"] dl dd {
    margin-bottom: 1.5rem;
    font-size: 1.1em;
    line-height: 1.6em;
  }
  /* /common/css/top_rsp.css 1105 */
  #feature2024 [class^="feature_"] h3 {
    padding: .5rem .1rem 1rem;
  }
  /* /common/css/top_rsp.css 1130 */
  #feature2024 [class^="feature_"] figure {
    margin: 0rem auto 1.5rem;
  }
	
 /* /common/css/common_layout_rsp.css 676 */
	header #sp_menu #sp_header_link .link_btn li a {
		background: #6fa2c1;
    height: 40px;
    padding-left: 10px;
	}
	
 /* /common/css/common_layout_rsp.css 695 */
	header #sp_menu #sp_header_link .link_btn li:nth-of-type(1) a {
		    background: #ef717c;
	}
	
  /* /common/css/common_layout_rsp.css 934 */
  .contact_banner {
    padding: 1.3rem 0 1rem;
    background-color: #fff;
  }
  /* /common/css/common_layout_rsp.css 1136 追加 */
  .contact_banner.floating_appli .button dl:nth-child(3) {
    display: none;
  }
  /* /common/css/common_layout_rsp.css 1193 */
  .contact_banner.floating_appli .button {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: .5rem;
  }
  /* /common/css/common_layout_rsp.css 962 */
  .contact_banner .inner > p {
    padding: 0rem 4% 0;
  }
  /* /common/css/common_layout_rsp.css 983 */
  .contact_banner .inner > p {
    font-size: 1.2rem;
  }
  /* /common/css/common_layout_rsp.css 999 */
  .contact_banner .button {
    gap: .5rem;
    padding: .5rem 0;
  }
  /* /common/css/common_layout_rsp.css 1015 */
  .contact_banner .button dl.first_btn {
    padding-bottom: 1.5rem;
  }
  /* /common/css/common_layout_rsp.css 1059 */
  .contact_banner .button dl dd a {
    height: 2.5rem;
    background: #f67600;
  }
  /* /common/css/common_layout_rsp.css 1079 */
  .contact_banner .button dl.first_btn dd a {
    background: #6fa2c1;
  }
  /* /common/css/common_layout_rsp.css 1269 */
  .contact_banner .what_can {
    display: none;
  }
  /* /common/css/common_layout_rsp.css 1327 */
  .contact_banner .flow {
    display: none;
  }
  /* /common/css/common_style_rsp.css 743 */
  .link_wrap .link_list li {
    width: 45%;
    height: 2.4rem;
    margin: .5rem auto;
    background: #fff;
    color: #555;
    font-size: 1.2rem;
    border-radius: 1rem;
  }
  /* /common/css/common_style_rsp.css 819 */
  .link_wrap .link_list.tab_group li::after {
    content: "";
  }
  /* /common/css/common_style_rsp.css 841 */
  .link_wrap {
    border: 0px solid #ddd;
    margin: .5rem 0 1rem;
    padding: 0rem 1rem;
  }
  .tab_contents .event_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-bottom: 1rem;
  }
	
	.feature_02 .lec_status::after {
      padding-left: .1rem;
}
	
	.feature_02 .acd_active .lec_status::after {
		padding-left: .1rem;
	}
	
	.accordion .lec_status {
  padding: .5rem .1rem .5rem .5rem;
  width: 100%;
  margin: 1.5rem auto 0rem;
}
	

}


/* 「お茶ゼミ√＋の特長 1」Point */
/* /top/css/top_rsp.css 1004 */
#feature2024 [class^="feature_"] ul:not(.step) {
  padding: 0rem 0rem;
  background: transparent;
  border-radius: initial;
}
/* /top/css/top_rsp.css 1010 */
#feature2024 [class^="feature_"] ul:not(.step) li {
  margin: 1rem 0 1rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
/* /top/css/top_rsp.css 1016 */
#feature2024 [class^="feature_"] ul:not(.step) li::before {
  color: #555;
  content: "●";
  margin-right: .5rem;
}
/* 新規「お茶ゼミ√＋の特長 1」Point */
.f_point {
  font-weight: 900;
  display: flex;
}
.f_point h6 {
  display: flex;
	align-items: center;
  background-color: #6fa2c1;
  color: #fff;
  padding: .6rem 2rem;
  font-size: 1.1rem;
  margin-right: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  
  #feature2024 [class^="feature_"] ul:not(.step) li {
    margin: 1rem 0 0rem;
  }
	
	.f_point {
    display: block;
  }
	
	.f_point h6 {
  display: inline-block;
  padding: .6rem 2rem;
  font-size: 1.1rem;
  margin-right: 3rem;
}
	
}



/* 追加　共通

============================ */
a.bgc_pink {
  background-color: #ef717c !important;
}


/* 受講状況（アコーディオン）

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

#feature2024 .feature_02 dl.acd_group {
	margin: 0;
}

#feature2024 .feature_02 dl.acd_group dd.acd_contents {
	margin-bottom: 0rem;
    font-size: 1rem;
    line-height: 1.6rem;
}

#feature2024 .feature_02 dl.acd_group dd.acd_contents p {
	margin: .5rem 0;
}

#feature2024 .feature_02 dl.acd_group dd.acd_contents figure {
	margin: 3rem auto 2rem;
    text-align: center;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
#feature2024 .feature_02 dl.acd_group dd.acd_contents figure {
	margin: 1rem auto 0rem;
}
	
}

