@charset "utf-8"; 

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　＞　塾と受験 Q&Aカテのみ、詳細ページの「最新の関連記事」の仕様変更(2020-01-06修正追加ty)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.category-entrance-exam .yarpp-related ol {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
}

body.category-entrance-exam .yarpp-related ol li {
    width: 100%;
    position: relative;
    padding-left: 1.3em;
}

body.category-entrance-exam .yarpp-related .img {
    display: none;
}

body.category-entrance-exam .yarpp-related .date {
    display: none;
}

body.category-entrance-exam .yarpp-related ol li::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #00800d;
    position: absolute;
    top: 4px;
    left: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS　＞　汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mirasuta .f_wrap {
    display: flex;
    flex-wrap: wrap;
}

div#mirasuta .next01 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #07913a;
  margin-bottom: 30px;
}

div#mirasuta .next01:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50px;
  left: calc(50% - 130px / 2);
  z-index: 1;
  border-style: solid;
  border-width: 50px 65px 0 65px;
  border-color: #ff9c00 transparent transparent transparent;
}

div#mirasuta p.next02 {
  font-size: 30px;
  font-weight: bold;
  color: #00800d;
  height: 105px;
  background-image: url(http://cyber-demo.main.jp/studie-shuei/wp-content/themes/cyber-child/images/mirasuta/arrow_downwards_curriculum.png);
  background-repeat: no-repeat;
  background-position:center;
  margin: 10px 0;
  padding: 25px 0;
  text-align: center;
  /* text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px; */
  text-shadow: #fff 2px 2px 2px;
}

/*---▼以下修正追加2020-01-10ty---*/
div#mirasuta p.next02 {
    display: none;
}

div#mirasuta .box2:not(:last-child) {
    margin-bottom: 40px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS　＞　ミラスタタイトル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mirasuta > .sub_ttl {
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
}

div#mirasuta > h2 {
    text-align: center;
    font-weight: bold;
    font-size: 85px;
    color: #e15347;
    margin-bottom: 90px;
}
div#mirasuta > h2:before, div#mirasuta > h2:after {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  background-repeat: no-repeat;

}

div#mirasuta > h2:before {
    width: 181px;
    height: 118px;
    margin-right: 25px;
    background-image: url(http://cyber-demo.main.jp/studie-shuei/wp-content/themes/cyber-child/images/mirasuta/subttl_bg1.jpg);
}

div#mirasuta > h2:after {
    width: 185px;
    height: 117px;
    margin-left: 25px;
    background-image: url(http://cyber-demo.main.jp/studie-shuei/wp-content/themes/cyber-child/images/mirasuta/subttl_bg2.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS　＞　次世代型能力開発ミラスタコース
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mirasuta .box1 {
    padding: 35px;
    margin-bottom: 80px;
    border: 2px solid #00800d;
    font-weight: bold;
}

div#mirasuta .box1 .ttl {
    margin-bottom: 15px;
    text-align: center;
    color: #00800d;
    font-size: 36px;
}

div#mirasuta .box1 p.grade {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

div#mirasuta .box1 .course {
	justify-content: center;
    align-items: center;
	margin: 0 0 40px;
}

div#mirasuta .box1 .course li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
	-ms-align-items: center;
	align-items: center;
	
}

div#mirasuta .box1 .course li img{
	margin-bottom: 0px;	
}

div#mirasuta .box1 .course li:not(:last-child):after {
	content: '+';
	font-size: 20px;
	font-weight: bold;
	display: block;
	/* margin: 0 30px; */
	
	/* 修正追加2020-01-10ty */
	margin: 0 25px;
}

div#mirasuta .box1 .course li:nth-child(1) img {
    /* width: 343px; */
}

div#mirasuta .box1 .course li:nth-child(2) img {
    /* width: 312px; */
}

div#mirasuta .box1 .course li:nth-child(3) img {
    /* width: 192px; */
}

div#mirasuta .box1 dl.school {
  margin: 0 -35px -35px -35px;
}

div#mirasuta .box1 dl.school dt {
  width: 150px;
  padding: 29px 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #07913a;
}

div#mirasuta .box1 dl.school dd {
    width: calc(100% - 150px);
    padding: 25px 20px;
    background-color: #cae7a7;
}

div#mirasuta .box1 dl.school dd a {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 20px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #07913a;
    border-radius: 20px;
    color: #07913a;
    text-decoration: none;
}

	
/* ▼以下修正追加（プログラミング）2020-01-10ty */
div#mirasuta .box2.programming .area_a {
    margin: 0 30px;
}

div#mirasuta .box2.programming p.lead {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}

div#mirasuta .box2.programming p.ttl_img img {
    margin-bottom: 0px;
}

div#mirasuta .box2.programming ul.pr_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

div#mirasuta .box2.programming ul.pr_list li {
    margin: 0 5px;
    width: 200px;
}

div#mirasuta .box2.programming ul.pr_list p.pr_img img {
    margin-bottom: 0px;
}

div#mirasuta .box2.programming ul.pr_list p.txt {
    font-size: 18px;
    color: #fff;
    background-color: #5ea600;
    padding: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS　＞　メイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mirasuta .main_img {
  margin-bottom: 60px;
}

div#mirasuta .main_img img {
  width: 900px;
  /* height: 400px; */
}

div#mirasuta .main_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #e15347;
  margin-bottom: 35px;
}

div#mirasuta .main_txt {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS　＞　次世代に求められる能力
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mirasuta .power_wrap {
  margin: 0 auto;
  width: 900px;
  justify-content: space-between;
  margin-bottom: 40px;
}

div#mirasuta .power_wrap dl {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 260px;
}

div#mirasuta .power_wrap dl:not(:last-child) {
  position: relative;
}

div#mirasuta .power_wrap dl:not(:last-child):after {
  content: "+";
  color: #07913a;
  font-family: "Noto Sans Japanese";
  font-size: 78px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((900px - (260px * 3)) / 2);
  height: 100%;
}

div#mirasuta .power_wrap dt  {
  padding: 28px;
  border-radius: 10px 10px 0 0;
  background-color: #5ea600;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

div#mirasuta .power_wrap dd  {
  border: 1px solid #5ea600;
  border-radius: 0 0 10px 10px;
  border: 1px solid #5ea600;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px 20px;
  font-size: 14px;
}

div#mirasuta .power_wrap dd p:first-child {
  min-height: 84px;
}

div#mirasuta .power_wrap .cat  {
  text-align: center;
}

div#mirasuta .power_wrap .cat span {
  display: inline-block;
  background-color: #e9c700;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  line-height: 1;
  letter-spacing: -1px;
}

div#mirasuta .power_wrap .cat span:not(:last-child) {
  margin-right: 2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS　＞　正しい3つの学び方
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mirasuta .howto {
    width: 900px;
    margin: 0 auto 115px;
}

div#mirasuta .howto li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    counter-increment: item;
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #07913a;
    letter-spacing: -1px;
    background-color: #5ea600;
    position: relative;
}

div#mirasuta .howto li:before {
  content: counter(item);
  width: 47px;
  height: 47px;
  font-family:inherit;
  font-size: 35px;
  font-weight: bold;
  color: #07913a;
  display: inline-block;
  text-align:center;
  line-height: 42px;
  border-radius: 50%;
  border: solid 3px #07913a;
  background-color: #fff;
  position: absolute;
  top: calc(50% - (52px / 2));
  left: 3px;
}

div#mirasuta .howto li:not(:last-child) {
  margin-bottom: 15px;
}

div#mirasuta .howto li span:first-child {
  margin-left: 60px;
  display: inline-block;
  width: 210px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #5ea600;
  position: relative;
}

div#mirasuta .howto li span:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 45px 0 0;
  border-color: #5ea600 transparent transparent transparent;
  position: absolute;
  top: -6px;
  right: -45px;
}

div#mirasuta .howto li span:nth-child(2) {
    background-color: #fff;
    width: 630px;
    /* ie対策 */
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 33px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ミラスタ」用CSS　＞　ミラスタコースで学べるカリキュラム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#mirasuta h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: linear-gradient(to right, #00800d, #5ba123, #5ba123);
    width: 900px;
    margin: 0 auto 30px;
    padding: 8px;
}

div#mirasuta .box2 {
    border: 1px solid #313131;
    width: 900px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

div#mirasuta .box2:last-child {
  padding-bottom: 20px;
}

div#mirasuta .box2 .ttl {
  margin-bottom: 30px;
  padding: 15px 310px 10px 30px;
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #00800d;
}

div#mirasuta .box2 .inner {
  justify-content: center;
}

div#mirasuta .box2 .area_a {
  width: 315px;
  margin-right: 50px;
}

div#mirasuta .box2 .area_b {
  width: 500px;
  font-size: 18px;
}

div#mirasuta .box2 .inner p.img {
  margin-top: 30px;
}

div#mirasuta .box2 p.btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

div#mirasuta .box2 p.btn a {
    display: inline-block;
    width: 300px;
    padding: 13px 20px;
    border-radius: 18px;
    background-color: #e9c700;
    color: #000;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

div#mirasuta .box2 p.btn a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 1;
    color: #fff;
    margin-top: -.55em;
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f105";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
FullscreenOverlayStyles
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.overlay {
	z-index: 100;
}
.overlay > *{
	position:relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テキスト選択時のスタイル変更
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
::selection {
    background: #fff600;
    color: #333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用クラス　＞　ページ幅を1100pxに拡張する　タイプ１
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 900px) {
    .container_extend {
        margin-left: calc((100vw - 100%) / -2);
        width: 100vw;
    }
	#contents_frame {
   	 overflow: hidden;
	}
}

.container_extend {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 0;
    background: #f4f0db;
}

.container_extend > * {
    width: 1100px;
    margin: 0 auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用クラス　＞　ページ幅を1100pxに拡張する　タイプ２
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.container_extend2 {
    width: 1100px;
    margin: 0 -100px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　コース紹介　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.course_common_ttl {
    font-size: 30px;
    font-family: "Noto Sans Japanese";
    text-align: center;
    font-weight: bold;
    border: 1px solid #00800d;
    color: #00800d;
    padding: 25px 15px;
    margin-bottom: 1em;
}

* + .course_common_ttl {
    margin-top: 2em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　コース紹介　＞　概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.course_outline {
    border: 2px solid #00800d;
    font-family: "Noto Sans Japanese";
    text-align: center;
    width: 1100px;
    margin: 1.8em -100px;
}

.course_outline h2 {
    font-size: 36px;
    color: #00800d;
    font-weight: bold;
    margin: 30px auto 20px;
}

.course_outline h2 .note {
    font-size: 18px;
    color: #440000;
}

.course_outline .target {
    font-size: 24px;
    font-weight: bold;
}

.course_outline .kyoka {
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
}

.course_outline .kyoka li {
    font-size: 18px;
    background: #ddd;
    padding: 15px 10px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
}

.course_outline .kyoka li.eigo {
    background: #ff9c00;
}

.course_outline .kyoka li.sansu, .course_outline .kyoka li.sugaku {
    background: #1776b8;
}

.course_outline .kyoka li.kagaku, .course_outline .kyoka li.rika {
    background: #00a97f;
}

.course_outline .kyoka li.butsuri, .course_outline .kyoka li.shakai {
    background: #7d3296;
}

.course_outline .kyoka li.zenkamoku, .course_outline .kyoka li.kokugo {
    background: #af2867;
}

.course_outline .kyoka li.sakubun {
    background: #57940f;
}

.course_outline .kyoka li:not(:last-child) {
    margin-right: 8px;
}

.course_outline .kyoka li.plus {
    margin-left: 18px;
}

.course_outline .kyoka li.plus:before {
    content: '+';
    position: absolute;
    margin-left: -30px;
    font-size: 28px;
    line-height: 1;
    color: #333;
}

.course_outline .kosha th {
    background: #07913a;
    color: #fff;
    text-align: center;
    padding: 0 35px;
    font-size: 18px;
	width:160px;
}

.course_outline .kosha td {
    background: #cae7a7;
    padding: 25px 20px 20px;
}

.course_outline .kosha ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.course_outline .kosha li {
    margin: 0;
}

.course_outline .kosha li:not(:last-child) {
    margin-right: 5px;
}

.course_outline .kosha li a {
    display: block;
    text-decoration: none;
    color: #07913a;
    background: #fff;
    padding: 8px 15px;
    border: 2px solid #07913a;
    border-radius: 30px;
    color: #07913a;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　コース紹介　＞　「トリプルアップ」セクション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tripleup .step {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/tripleup_arrow2.png) no-repeat 50% 96%;
}

div#tripleup .step dl {
    width: 260px;
    position: relative;
}

div#tripleup .step dl:after {
    position: absolute;
    right: -55px;
    top: 100px;
    font-family: "Noto Sans Japanese";
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/tripleup_arrow1.png) no-repeat 50% 0;
    padding-top: 65px;
    font-size: 24px;
    color: #07913a;
    font-weight: bold;
    line-height: 1;
}

div#tripleup .step dl.jugyo:after {
    content: '理解';
}

div#tripleup .step dl.enshu:after {
    content: '定着';
}

div#tripleup .step dt {
    font-family: "Noto Sans Japanese";
    background: #5ea600;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 20px;
    height: 149px;
}

div#tripleup .step dt:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    background: no-repeat 50% / cover;
}

div#tripleup .step dl.jugyo dt:after {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/tripleup_a.png);
    width: 89px;
    height: 83px;
}

div#tripleup .step dl.enshu dt:after {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/tripleup_b.png);
    width: 108px;
    height: 89px;
}

div#tripleup .step dl.fukushu dt:after {
    background-image: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/tripleup_c.png);
    width: 124px;
    height: 81px;
}

div#tripleup .step dd {
    border: 1px solid #5ea600;
    border-radius: 0 0 10px 10px;
    padding: 20px 15px;
    font-size: 14px;
}

div#tripleup .container00 {
    border: 3px solid #df5247;
    padding: 15px 20px;
    margin-bottom: 1.8em;
}

div#tripleup .container00 > * {
    margin-top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　コース紹介　＞　「特別講習」のリスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.special_training {
    display: flex;
    margin: 2em -25px 1em 0;
}

ul.special_training li {
    width: calc((100% - 100px) / 5);
    margin: 0 25px 1em 0!important;
}

ul.special_training li a {
    color: #fff!important;
    text-align: center;
    display: block;
    padding: 38px 10px;
    font-size: 24px;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

ul.special_training li a:hover {
    text-decoration: none!important;
    opacity: .8;
}

ul.special_training li.teiki a {
    background: #ff9c00;
}

ul.special_training li.nyushi a {
    background: #158bbc;
}

ul.special_training li.kaki a {
    background: #77a80f;
}

ul.special_training li.toki a {
    background: #9960a9;
}

ul.special_training li.shunki a {
    background: #c8447f;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　コース紹介　＞　各種検定のバナーリスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.keitei_bnr_wrap {
    margin: 0 -20px;
}

ul.keitei_bnr {
    display: table;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 20px 0;
    table-layout: fixed;
}

ul.keitei_bnr > * {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
}

ul.keitei_bnr a {
    padding: 40px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.keitei_bnr img {
    margin-bottom: 0!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ用プロモ2
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo2 {
    height: 300px;
}

.page_promo2 .txt_box {
    font-family: "my_mincho",serif;
}

.page_promo2 .sub_ttl {
    font-size: 20px;
    font-weight: normal;
    background: transparent;
}

.page_promo2 .sub_ttl:before, .page_promo2 .sub_ttl:after {
    content: '';
    width: 75px;
    height: 1px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
}

.page_promo2 .sub_ttl:before {
    margin-right: 1em;
}

.page_promo2 .sub_ttl:after {
    margin-left: 1em;
}

.page_promo2 .ttl {
    font-weight: normal;
    font-size: 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table01{
	margin-bottom:10px;
}
.table01 th, .table01 td {
    border: 1px solid #a6bb6a;
}

.table01 th {
    background-color: #e3f1bc;
    font-weight: bold;
    font-family: "Noto Sans Japanese";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブル02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table02 {
    border-collapse: separate;
    border-spacing: 12px 0;
}
.table02 th, 
.table02 td {
    border:none;
    padding: 20px 10px;
}

.table02 th {
	white-space: nowrap;
	text-align: center;
    background: none;
    font-weight: bold;
    font-family: "Noto Sans Japanese";
    border-bottom: 2px solid #118613;
}

.table02 td {
    border-bottom: 1px solid #ccc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* [.h2a]のスタイル */
h2[class*="h2a"] {
    padding: 16px 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00800d+0,5ba123+100 */
    background: #00800d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00800d 0%, #5ba123 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00800d 0%,#5ba123 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00800d 0%,#5ba123 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00800d', endColorstr='#5ba123',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    font-family: "Noto Sans Japanese";
    font-size: 20px;
}

h2[class*="h2b"] {
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    padding: 10px 0;
    background: transparent;
    font-size: 24px;
    border-bottom: 1px solid #00800d;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

h3[class*="h3b"] {
    font-family: "Noto Sans Japanese";
    font-weight: bold;
	margin-bottom: 0.5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　「校舎一覧」　＞　「校舎ブログ」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kosha_blog_wrap .btn {
    overflow: hidden;
}

.kosha_blog_wrap .btn a {
    float: right;
}

h2.kosha_blog_ttl {
    font-size: 28px;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

h2.kosha_blog_ttl:before, h2.kosha_blog_ttl:after {
    content: '';
    width: 80px;
    height: 1px;
    background: green;
    display: inline-block;
    vertical-align: middle;
}

h2.kosha_blog_ttl:before {
    margin-right: 1em;
}

h2.kosha_blog_ttl:after {
    margin-left: 1em;
}

h2.kosha_blog_ttl span:before {
    content: '';
    display: inline-block;
    vertical-align: -5px;
    margin-right: 15px;
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_pencil.png) no-repeat 50% / cover;
    width: 22px;
    height: 34px;
}

.common_post_list3 {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.common_post_list3 li {
    font-size: 15px;
    width: 260px;
    margin: 0 10px;
}

.common_post_list3 li .img_wrap {
    position: relative;
    margin-bottom: 10px;
    height: 195px;
    background: rgba(0, 0, 0, 0.1);
}

.common_post_list3 li .img_wrap img {
    margin-bottom: 0;
}

.common_post_list3 li .cat {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0, 128, 13, .8);
    width: 100%;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-size: 16px;
    padding: 10px 10px;
    z-index: 1;
}

.common_post_list3 li .date {
    font-size: 14px;
    color: #767575;
}

.common_post_list3 li .ttl {
    margin-bottom: 5px;
}

.common_post_list3 li .ttl a {
    text-decoration: underline!important;
    font-size: 16px;
}

.common_post_list3 li .ttl a:hover {
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　「校舎一覧」　＞　校舎の詳細情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#school_detail .ttl {
    font-family: "Noto Sans Japanese";
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding: 10px 0;
}

div#school_detail .option {
    font-family: "Noto Sans Japanese";
    display: inline-block;
    float: right;
    font-size: 18px;
    padding: 5px 15px;
    background: #6bad02;
    color: #fff;
    font-weight: normal;
}

div#school_detail .tag {
    margin-bottom: 10px;
}

div#school_detail .tag > span {
    font-family: "Noto Sans Japanese";
    display: inline-block;
    font-size: 14px;
    padding: 2px 20px;
    color: #b3b3b3;
    border: 3px solid #e2e2e2;
    border-radius: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

div#school_detail .tag > span.active {
    color: #00800d;
    border-color: #00800d;
}

div#school_detail .tag > span:not(:last-child) {
    margin-right: 7px;
}

div#school_detail .tel {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    line-height: 1;
}

div#school_detail .tel:before {
    font-family: FontAwesome;
    content: '\f095';
    color: #00800d;
    margin-right: 5px;
    vertical-align: -2px;
}

div#school_detail .addr {
    margin-bottom: 10px;
}

div#school_detail .btn {
}

div#school_detail .btn a {
    font-family: "Noto Sans Japanese";
    background: #ff7800;
    color: #fff;
    text-decoration: none;
    padding: 12px 10px 15px;
    min-width: 320px;
    border-radius: 5px;
    font-size: 16px;
}

div#school_detail .btn a:before {
    font-family: FontAwesome;
    content: '\f0e0';
    font-size: 1.5em;
    line-height: 1;
    margin-right: 10px;
    vertical-align: -2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　「校舎一覧」　＞　コースへリンクする見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h3.course_link {
    font-family: "Noto Sans Japanese";
    margin-bottom: 20px;
}

* + h3.course_link {
    margin-top: 2em;
}

h3.course_link .cat {
    font-size: 24px;
    background: #ddd;
    color: #fff;
    padding: 8px 10px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 1em;
    border-radius: 5px;
}

h3.course_link .cat.sho {
    background: #ff9600;
}

h3.course_link .cat.chu {
    background: #199397;
}

h3.course_link a {
    font-size: 20px;
    color: #00800d;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ　＞　「校舎一覧」　＞　フッター　＞　「小学生／中学生」へのリンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#select_school_type {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#select_school_type .img_container {
    padding-top: 257px;
}

div#select_school_type > * {
    width: 50%;
}

div#select_school_type .ttl {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    border: 3px solid #fff;
    padding: 5px 10px;
    font-size: 24px;
    min-width: 230px;
    font-family: "Noto Sans Japanese";
}

div#select_school_type .ttl:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    line-height: 1;
    right: 8px;
    color: #fff;
    margin-top: 2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Slickスライダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.slick-dots {
    position: static;
}

.slick-dots li {
    margin: 0!important;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: #00800d;
}

.slick-prev, .slick-next {
    background: #05380a!important;
    width: 30px;
    height: 60px;
    border-radius: 0;
    border: none;
}

.slick-prev:hover, .slick-next:hover {
    background: #0c4e12;
}

.slick-prev:before, .slick-next:before {
    width: 10px;
    height: 10px;
    border-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn01 {
    padding: 20px 35px 20px 20px;
    font-size: 20px;
    min-width: 260px;
    color: #00800d;
    border: 2px solid #00800d;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}
/* 4列の中に入れたボタン */
[class*=container02] a.btn01 {
     min-width:100%;
}

a.btn01::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

a.btn01:hover {
    color: #fff;
    opacity: 1;
}

a.btn01:hover::after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    background: #00800d;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　コンタクトバナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contact_area {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/bg04.jpg) no-repeat 50% 100% / cover;
    padding: 50px 0;
    margin-top: 90px;
}

.contact_area, .contact_area a {
    color: #fff;
}

.contact_area .inner {
    background: rgba(0, 121, 19, .8);
    width: 880px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    position: relative;
    padding: 40px;
    line-height: 1.4;
}

.contact_area .txt1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.contact_area .txt2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact_area .icon {
    position: absolute;
    right: -110px;
    top: -120px;
}

.contact_area .btn a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    padding: 24px 30px;
    color: #00800d;
    background: #fff;
    font-size: 28px;
    text-align: center;
    vertical-align: unset;
    min-width: 450px;
}

.contact_area .btn a:hover {
    opacity: .8;
}

.contact_area .btn a:before {
    font-family: FontAwesome;
    content: '\f003';
    font-size: 1.5em;
    line-height: 1;
    margin-right: 15px;
    vertical-align: -4px;
    margin-left: -10px;
}

.contact_area .btn a:after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    margin-top: -.55em;
    line-height: 1;
    right: 8px;
}

.contact_area .link {
    position: absolute;
    right: 40px;
    bottom: 46px;
}

.contact_area .link a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
}

.contact_area .link a:hover {
    text-decoration: none;
}

.contact_area .link:before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　バナースライダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.bnr_slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

ul.bnr_slider li {
    width: 260px;
    margin: 0 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「スタディーのおすすめコンテンツ」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#recommended_content h2 {
    font-size: 28px;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

div#recommended_content h2:before {
    content: '';
    display: inline-block;
    vertical-align: -10px;
    margin-right: 15px;
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_hand.png) no-repeat 50% / cover;
    width: 38px;
    height: 58px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「スタディーからのお知らせ／スタディーBLOG」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#recent_posts h2 {
    font-size: 22px;
    background: url("https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/hr01.png") no-repeat 50% 100%;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    padding: 20px 0 20px 10px;
    margin-bottom: 20px;
}

div#recent_posts h2:before {
    content: '';
    display: inline-block;
    vertical-align: -10px;
    margin-right: 15px;
}

div#recent_posts h2.news:before {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_info.png) no-repeat 50% / cover;
    width: 34px;
    height: 34px;
}

div#recent_posts h2.blog:before {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_pencil.png) no-repeat 50% / cover;
    width: 22px;
    height: 34px;
}

div#recent_posts h2.blog:after {
    content: '';
    display: inline-block;
    vertical-align: -10px;
    margin-left: 15px;
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_update.png) no-repeat 50% / cover;
    width: 124px;
    height: 52px;
    position: absolute;
    margin-top: -15px;
}

div#recent_posts h2 a {
    font-size: 14px;
    text-decoration: none;
    color: green;
    border: 1px solid green;
    padding: 6px 20px;
    float: right;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

div#recent_posts h2 a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

div#recent_posts h2 a:hover {
    color: #fff;
    opacity: 1;
}

div#recent_posts h2 a:hover::after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    background: #00800d;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「スタディーからのお知らせ」※リスト部分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#recent_posts .common_post_list li {
    font-size: 15px;
}

div#recent_posts .common_post_list li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
}

div#recent_posts .common_post_list li .date {
    position: absolute;
    width: 130px;
    text-align: right;
}

div#recent_posts .common_post_list li .ttl {
    padding-left: 150px;
    display: inline-block;
}

div#recent_posts .common_post_list li .ttl a {
    text-decoration: underline;
}

div#recent_posts .common_post_list li .ttl a:hover {
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「スタディーBLOG」※リスト部分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#recent_posts .common_post_list2 {
    margin: 0 -10px;
}

div#recent_posts .common_post_list2 li {
    font-size: 15px;
    margin: 0 10px;
}

div#recent_posts .common_post_list2 li .ttl {
    margin-bottom: 5px;
}

div#recent_posts .common_post_list2 li .ttl a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

div#recent_posts .common_post_list2 li .ttl a:hover {
    text-decoration: none;
}

div#recent_posts .common_post_list2 li .date {
    font-size: 13px;
    color: #767575;
    margin-bottom: 10px;
}

div#recent_posts .common_post_list2 li .txt {
    width: 300px;
}

div#recent_posts .common_post_list2 li .cat {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0, 128, 13, .8);
    width: 100%;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-size: 14px;
    padding: 5px 10px;
    z-index: 1;
}

div#recent_posts .common_post_list2 li .img_wrap {
    position: relative;
    width: 200px;
	/*min-height:120px;*/
	/*background:#000;*/
}

div#recent_posts .common_post_list2 li .inner {
    display: flex;
    justify-content: space-between;
}

div#recent_posts .common_post_list2 li .more a {
    color: #09f;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    background: transparent;
    padding: 0;
    margin: 35px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　セクションの区切り
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[class*="section_kugiri"] {
    padding: 50px 0;
}

.section_kugiri01 {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/bg01.jpg) no-repeat 50% 100% / cover;
}

.section_kugiri03 {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/bg05.png);
}

.section_kugiri04 {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/bg02.jpg) no-repeat 50% 100% / cover;
}

.section_kugiri05 {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/bg03.jpg) no-repeat 50% 100% / cover;
}

.section_kugiri07 {
    background: #eee;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「生徒の可能性を最大限に引き出す」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_kanosei h2 {
    font-family: "my_mincho",serif;
    font-size: 50px;
    text-align: center;
}

div#home_kanosei .container01 .img_wrap {
    position: relative;
    margin-bottom: 15px;
    display: block;
}

div#home_kanosei .centering_container {
    position: relative;
    display: block;
}

div#home_kanosei .ttl_wrap {
    position: absolute;
    z-index: 1;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

div#home_kanosei .ttl {
    color: #fff;
    text-align: center;
    z-index: 1;
    border: 3px solid #fff;
    padding: 5px 10px;
    font-size: 24px;
    min-width: 230px;
    font-family: "Noto Sans Japanese";
    display: inline-block;
    position: relative;
}

div#home_kanosei .ttl:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    line-height: 1;
    right: 8px;
    color: #fff;
    margin-top: 2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「校舎一覧」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_kosha h2 {
    font-family: "Noto Sans Japanese";
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

div#home_kosha h2:before {
    content: '';
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_door.png) no-repeat 50% / cover;
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: -10px;
    margin-right: 15px;
}

div#home_kosha .lead {
    text-align: center;
    margin-bottom: 15px;
}

div#home_kosha ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

div#home_kosha li {
    width: 260px;
    margin: 0 10px 1em;
}

div#home_kosha .img_wrap {
    position: relative;
    margin-bottom: 10px;
}

div#home_kosha .img {
    padding-top: 200px;
}

div#home_kosha .ttl {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #00800d;
    width: 100%;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-size: 16px;
    padding: 8px 10px 10px;
}

div#home_kosha .ttl a {
    color: #fff;
}

div#home_kosha .ttl:after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 1.4em;
    float: right;
    display: inline-block;
    line-height: 1;
    color: #fff;
}

div#home_kosha .tel {
    font-size: 18px;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

div#home_kosha .tel:before {
    font-family: FontAwesome;
    content: '\f095';
    color: #22ac38;
    margin-right: 5px;
}

div#home_kosha .zip {
    font-size: 15px;
}

div#home_kosha .addr {
    font-size: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「3つの特長」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_jisseki_ttl {
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/3point.jpg?date=20231205) no-repeat 50% 100%;
    text-align: center;
    padding: 14px 0;
}

div#home_jisseki_ttl h2 {
    font-family: "Noto Sans Japanese";
    font-weight: bold;
}

div#home_jisseki_ttl .sub {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
}

div#home_jisseki_ttl .main {
    display: table;
    margin: 0 auto;
    font-size: 60px;
    line-height: 1;
    position: relative;
}

div#home_jisseki_ttl .main:before, div#home_jisseki_ttl .main:after {
    content: '';
    width: 4px;
    height: 90px;
    background: #333;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

div#home_jisseki_ttl .main:before {
    transform: rotate(-30deg);
    left: -35px;
}

div#home_jisseki_ttl .main:after {
    transform: rotate(30deg);
    right: -35px;
}

div#home_jisseki_ttl .three {
    font-size: 130px;
    color: #00800d;
    font-family: 'Roboto', sans-serif;
    font-weight: normal
}

div#home_jisseki_ttl .tokucho {
    color: #00800d;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「圧倒的な合格実績」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_jisseki h3 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    font-family: "my_mincho",serif;
    text-shadow: 0px 0px 10px #2d4269;
    display: table;
    margin: 0 auto 30px;
    position: relative;
}

div#home_jisseki h3 strong {
    font-size: 70px;
    font-weight: normal;
}

div#home_jisseki h3:before {
    content: '';
    background: url(https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/images/icon_gokaku.png) no-repeat 50% / cover;
    width: 147px;
    height: 139px;
    position: absolute;
    left: -165px;
    top: -20px;
}

div#home_jisseki ul.flex {
    display: flex;
    justify-content: space-between;
}

div#home_jisseki ul.flex {
    font-weight: bold;
}

div#home_jisseki ul.flex > li {
    width: 350px;
    background: rgba(255, 255, 255, .7);
}

div#home_jisseki dt {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    background: #00800d;
    color: #fff;
    font-family: "Noto Sans Japanese";
}

div#home_jisseki dd {
    padding: 20px 30px 25px;
    font-family: "Noto Sans Japanese";
    display: flex;
}

div#home_jisseki dd li {
    font-size: 18px;
}

div#home_jisseki dd li:not(:first-child) {
    margin-top: 5px;
}

div#home_jisseki > * {
    position: relative;
}

div#home_jisseki .bnr_container {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}

div#home_jisseki .bnr_container > * {
    display: flex;
    align-items: center;
}

div#home_jisseki .bnr_container img {
    margin-left: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「ハイブリッド学習」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_hybrid .custom_container {
    overflow: hidden;
}

div#home_hybrid .custom_container .block1, div#home_hybrid .custom_container .block3 {
    float: right;
    width: 600px;
}

div#home_hybrid .custom_container .block2 {
    float: left;
}

div#home_hybrid h3 .no1 {
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    background: #00800d;
    color: #fff;
    font-family: "Noto Sans Japanese";
    display: inline-block;
    margin-bottom: 15px;
}

div#home_hybrid h3 .no2 {
    display: block;
    font-size: 70px;
    font-family: "my_mincho",serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

div#home_hybrid h3 .no3 {
    display: block;
    font-size: 36px;
    font-family: "my_mincho",serif;
    color: #00800d;
    margin-bottom: 10px;
}

div#home_hybrid .txt {
    font-family: "Noto Sans Japanese";
}

div#home_hybrid .bnr {
    margin-right: 20px;
    vertical-align: middle;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「実力派講師陣による熱い授業」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_koshijin {
    position: relative;
    height: 650px;
    overflow: hidden;
    padding: 0;
    font-family: "Noto Sans Japanese";
}

div#home_koshijin video {
    width: 100%;
    height: auto;
    z-index: 1;
}

div#home_koshijin .dot {
    background: url("https://studie-shuei.com/wordpress/wp-content/themes/cyber-child/movie/dot.png") 0 0 repeat rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    position: absolute;
    padding: 170px 0;
}

div#home_koshijin > div {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 50%;
    margin-left: -550px;
}

div#home_koshijin h3 .no1 {
    display: block;
    font-size: 64px;
    font-family: "my_mincho",serif;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
}

div#home_koshijin h3 .no2 {
    font-size: 26px;
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    display: inline-block;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

div#home_koshijin .txt {
    color: #fff;
    width: 540px;
    margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　「代表メッセージ」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_message h2 {
    font-family: "my_mincho",serif;
    font-size: 30px;
    border-bottom: 1px solid #00800d;
    padding: 8px 0;
    margin-bottom: 25px;
}

div#home_message h2:after {
    content: 'MESSAGE';
    color: #00800d;
    float: right;
}

div#home_message .movie {
    margin-top: 85px;
}
