@charset "UTF-8";
/*基本
-----------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #ffff;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: list-item;
}
img {
  border: 0;
  vertical-align: bottom;
  line-height: 0;
}
a img {
  border: 0;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a {
  transition: all .3s;
  text-decoration: none;
}
a:link {
  color: #4d4d4d;
}
a:visited {
  color: #4d4d4d;
}
a:hover {
  color: #4d4d4d;
}
a:active {
  color: #4d4d4d;
}
/*クリア、クリアフィックス
--------------------------------*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/*共通
--------------------------------*/
/*main*/
.wrap, .main {
  clear: both;
  display: block;
  position: relative;
  margin: 0 auto;
}
.main, .main .wrap, footer .wrap {
  overflow: hidden;
}
/*文字色*/
.txtcl01 {
  color: #232581
}
.txtcl02 {
  color: #c20018
}
.txtcl03 {
  color: #db940f
}
.blue {
  color: #232581
}
.red {
  color: #ff0000;
}
/*文字太さ*/
/*リスト*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/*タイトル・サブタイトル*/
h1, h2, h4 {
  text-align: center;
  line-height: 1;
}
h2 {
    color:#fff;
    font-weight: 500;
  padding: .40em 0 .43em 0;
    letter-spacing: .03em
}
h2 span{
    display: inline-block;
    vertical-align: middle;
    font-size:.638em;
    margin-top: -.5em
}
/*※*/
.kome p {
  position: relative;
  padding-left: 1.1em;
}
.kome p::before {
  position: absolute;
  left: 0;
  top: 0;
}
.kome p::before {
  content: '※';
}
/*〜はこちらボタン*/
a.herebtn {
    display:inline-block;
    color:#fff;
    background: #c20018;
    padding:.4em 1.5em .5em 1.5em;
    border-radius:3em;
    -moz-border-radius:3em;
    -webkit-border-radius:3em;
    font-weight:700;
    line-height: 1;
    overflow: hidden;
}
a.herebtn span{
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: .4em 0 .4em .55em;
border-color: transparent transparent transparent #ffffff;
margin-right: .2em;
}

/*申し込みボタン*/
a.applybtn {
    display:block;
    padding:2px;
    width:12em;
    margin:4.44rem auto;
    border-radius:1.22rem;
    -moz-border-radius:1.22rem;
    -webkit-border-radius:1.22rem;
    overflow: hidden;
    background-image: url("../img/bg_01.png");
    background-repeat: repeat;
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
    color:#fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    font-size:40px;
}
a.applybtn p{
    padding: .5em;
    background: #232581;
    border-radius:1.11rem;
    -moz-border-radius:1.11rem;
    -webkit-border-radius:1.11rem;
}
/*ボタンオーバー*/
a[class$=btn]:hover{
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* header
-----------------------------------*/
header {
  clear: both;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 9998;
  overflow: hidden;
  background: #fff;
}
header .wrap {
  padding: 0;
}
/*メインビジュアル
-----------------------------------*/
#mv {
  background-color: #000;
  background-image: url("../img/mv_gra01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
/*「英語科教育法パッケージ」とは
-----------------------------------*/
#about {
  background: #fff;
  text-align: center;
}
#about .wrap {
  padding: 3.55rem 0 4.44rem 0;
}
#about h1 {
    color:#c20018;
    font-size:40px;
    font-weight:900;
    letter-spacing: .1em;
}
#about h1,#about h1 span{
    margin-left:-.5em;
}
#about h1 img {
  width: 68.3%;
  height: auto;
}
#about p {
  font-size: 19px;
  line-height: 1.84;
  margin: 1.8em auto;
  text-align: left;
  width: 86%;
}
/*〜はこちらボタン*/
#about a.herebtn {
  margin-top: .8em;
}
/*コンテンツ一覧
-----------------------------------*/
#conlist .wrap {
  background: #e4e4e4;
}
#conlist h2, #howto h2 {
  background: #c20018;
}
#conlist ul {
  width: 89.6%;
  margin: 3.33rem auto .555rem;
}
#conlist ul.flex li {
  background: #fff;
  position: relative;
}
#conlist ul.flex li > img {
  width: 100%;
  height: auto;
}
#conlist ul.flex li h4 {
  font-size: 21px;
    color:#c20018;
  line-height: 1.6;
  padding: .8em 0 0;
  margin: 0;
}
#conlist ul.flex li h4::after {
  content: '';
  display: block;
  width: 2.2em;
  height: 1px;
  background: #c20018;
  margin: .6em auto 0;
}
#conlist ul.flex li p {
  font-size: 1.1rem;
  padding: .8em .7em;
  word-wrap: break-word;
}
#conlist li[class^="p0"]::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  width: 12.55rem;
  height: 2.22rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -.44rem;
  left: -.44rem;
}
#conlist li.p01::before {
  background-image: url("../img/recommen_b.png")
}
#conlist li.p02::before {
  background-image: url("../img/recommen_r.png")
}
#conlist .kome {
  width: 89.6%;
  margin: 0 auto 2.77rem;
}
/*料金
-----------------------------------*/
#price .wrap {
  padding:0 0 2rem 0;
}
#price h2 {
  background: #232581;
}
#price h3,#price .pricelist,#price .kome{
    width:78%;
}
#price h3{
color:#251E1C;
    margin:3.33rem auto 2.22rem;
    line-height: 1.75;
    font-size:32px;
    font-weight:400;
}
#price .pricelist {
    margin:1rem auto 0;
}
#price .pricelist img{
    width:100%;
    margin-bottom: 1.11rem
}
#price .kome {
    margin:0 auto;
}
#price .kome p:not(:last-of-type){
    margin-bottom:.5em;
}

/*英語科教育法パッケージの活用法
-----------------------------------*/
#howto .wrap {
  background-image: url("../img/bg_02.png");
  background-repeat: repeat;
  padding:0 0 2rem 0;
}
#howto [class^=introarea] {
    width:85%;
}
#howto .introarea {
clear:both;
    margin:2.22rem auto;
    font-size:26px;
    line-height: 1.8;
}
#howto .introarea strong{
    color:#c20018;
    font-size:32px;
}
#howto .introarea img{
	float:right;
	width:39.2%;
	margin:3em 0 0 0;
}
#howto .introarea2 {
	background:#fff;
	padding:1.5em;
    line-height: 1.84;
    margin:0 auto 3.5rem;
    font-size:20px;
	box-shadow: .83rem .83rem 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: .83rem .83rem 0 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: .83rem .83rem 0 0 rgba(0, 0, 0, 0.2);
}

/*先生おすすめ
-----------------------------------*/
/*タブボタン*/
.coursebtn .flex {
  margin-bottom: 2.6rem
}
.coursebtn .flex li {
  width: 33.333%;
  text-align: center;
}
.coursebtn .flex li .btntxt {
    font-size:19px;
    padding:.6em;
    text-align: center;
    margin-top:1.2em;
    height:5.2em;
    color:#fff;
    font-weight: 700;
}
.coursebtn .flex li .btntxt span{
    font-size:32px;
}
.coursebtn .flex li:nth-of-type(1) .btntxt {
  background: #232581;
}
.coursebtn .flex li:nth-of-type(2) .btntxt {
  background: #c20018;
}
.coursebtn .flex li:nth-of-type(3) .btntxt {
  background: #db940f;
}
.coursebtn .flex li label > img {
  width: 100%;
  height: auto;
       -webkit-filter:brightness(.4);
    -moz-filter:brightness(.4);
    -ms-filter:brightness(.4);
    filter:brightness(.4);
}
input[name="tab_btn"] {
  display: none;
}
.coursebtn label {
  cursor: pointer;
}
.coursebtn label:hover .btntxt {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#tab1:checked ~ .coursebtn .tab1_label:hover  .btntxt, #tab2:checked ~ .coursebtn .tab2_label:hover  .btntxt, #tab3:checked ~ .coursebtn .tab3_label:hover .btntxt{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#tab1:checked ~ .coursebtn .tab1_label, #tab2:checked ~ .coursebtn .tab2_label, #tab3:checked ~ .coursebtn .tab3_label {
  cursor: default;
}
#tab1:checked ~ #tabtop.coursebtn .tab1_label  .btntxt, #tab2:checked ~ #tabtop.coursebtn .tab2_label  .btntxt, #tab3:checked ~ #tabtop.coursebtn .tab3_label .btntxt{
    margin-top:0;
    padding:1em .6em;
    height:6.4em;
	border-radius:1rem 1rem 0 0 / 1rem 1rem 0 0;
	-moz-border-radius:1rem 1rem 0 0 / 1rem 1rem 0 0;
	-webkit-border-radius:1rem 1rem 0 0 / 1rem 1rem 0 0;
	box-shadow: .83rem .83rem 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: .83rem .83rem 0 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: .83rem .83rem 0 0 rgba(0, 0, 0, 0.2);
}
#tab1:checked ~ .coursebtn .tab1_label > img, #tab2:checked ~ .coursebtn .tab2_label > img, #tab3:checked ~ .coursebtn .tab3_label  > img{
       -webkit-filter:brightness(1);
    -moz-filter:brightness(1);
    -ms-filter:brightness(1);
    filter:brightness(1);
}

/*タブ装飾*/
.tab_panel {
  display: none;
  clear: both;
    text-align: center;
}
#tab1:checked ~ #courseselect #panel1, #tab2:checked ~ #courseselect #panel2, #tab3:checked ~ #courseselect #panel3 {
  display: block;
}
#courseselect .tab_panel {
  padding: 3.8rem;
   margin: 2.4rem;
  position: relative;
    background: #fff;
	border-radius:1rem;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
    border: 0.44rem solid ;
}
#courseselect #panel1.tab_panel {
    border-color: #232581;
}
#courseselect #panel2.tab_panel {
    border-color: #c20018;
}
#courseselect #panel3.tab_panel {
    border-color: #db940f;
}
#courseselect .tab_panel::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
    width:4.5rem;
    height:5.666rem;
    background-size: cover;
    background-repeat: no-repeat;
    top:-5.666rem;
}
#courseselect #panel1.tab_panel::before {
    background-image: url("../img/push_fuki1.png");
  left: 10%;
}
#courseselect #panel2.tab_panel::before {
    background-image: url("../img/push_fuki2.png");
    left:0;
    right:0;
}
#courseselect #panel3.tab_panel::before {
    background-image: url("../img/push_fuki3.png");
  right: 10%;
}

/*タブ内容*/
#panel1.tab_panel h4,#panel2.tab_panel h4{
    padding:0;
    margin:-1rem -4.5rem 0 -4.5rem;
    line-height: 1.7;
    font-weight: 900;
    font-size:39.5px; 
}
#panel1.tab_panel h4{
    color:#232581;
}
#panel1.tab_panel h4 span,#panel2.tab_panel h4 span{
    background: linear-gradient(transparent 65%, #ffff73 65%);
}
#panel1.tab_panel h4 span{
    padding:0 .5em;
}
#panel2.tab_panel h4 span{
    padding:0 .3em;
}
#panel2.tab_panel h4 span:first-of-type{
    padding:0 0 0 .3em;
}
#panel2.tab_panel h4{
    color:#c20018;
}
#panel3.tab_panel h4{
    text-align: left;
    font-weight:400;
    font-size:22.5px;
    line-height: 1.8;
    margin:0 auto;
}
.tab_panel h3{
    font-size:30px;
    padding-bottom:.5em;
    margin:1.8em auto  .5em auto;
    border-bottom:.12rem dashed #251e1c;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
    text-align: left;
}
.tab_panel  p{
    font-size:19px;
    margin: 0  auto 1em auto;
    line-height:1.9;
    text-align: left;
    font-weight:300;
}
.tab_panel  p strong{
    font-weight:700;
}
.tab_panel p ~ h3 {
    margin:1.4em auto  .5em auto;
}
#panel3.tab_panel > img{
    width:100%;
    height:auto;
    margin:6.1rem auto 2rem;
}
.tab_panel iframe{
    margin-top:2.5rem;
}
.tab_panel .herebtn{
    margin:1.77rem auto 0.55rem auto;
}

/*下部タブボタン*/
#tabbtm.coursebtn .flex {
    width:72.5%;
    margin:0 auto 2rem;
}
#tabbtm.coursebtn .flex li {
    width:31.6%;
}
#tabbtm.coursebtn .flex li:not(:last-of-type) {
    margin-right:2.1%;
}
#tabbtm.coursebtn .flex li .btntxt {
    font-size:13px;
    padding:.4em .5em .65em .5em;
    margin-top:1.2em;
    border-radius:.9rem;
    -moz-border-radius:.9rem;
    -webkit-border-radius:.9rem;
}
#tabbtm.coursebtn .flex li .btntxt span {
    font-size:21px;
}
#tabbtm.coursebtn .flex li:nth-of-type(1) div {
  border:1px solid #232581;
}
#tabbtm.coursebtn .flex li:nth-of-type(2) div {
  border:1px solid #c20018;
}
#tabbtm.coursebtn .flex li:nth-of-type(3) div {
  border:1px solid #db940f;
}

#tab1:checked  ~ #tabbtm.coursebtn .tab1_label  .btntxt, #tab2:checked  ~ #tabbtm.coursebtn .tab2_label  .btntxt, #tab3:checked  ~ #tabbtm.coursebtn .tab3_label .btntxt{
    background:none
}
#tab1:checked  ~ #tabbtm.coursebtn .tab1_label  .btntxt{
    color:#232581
}
#tab2:checked  ~ #tabbtm.coursebtn .tab2_label  .btntxt{
    color:#c20018;
}
#tab3:checked  ~ #tabbtm.coursebtn .tab3_label  .btntxt{
    color:#db940f;
}
/*まとめ
-----------------------------------*/
#matome .wrap {
  text-align: center;
    margin: 0 auto;
} 
 #matome a.applybtn {
    margin:2rem auto .83rem ;
}
/*footer
-----------------------------------*/
footer {
  margin:0 auto;
  text-align: center;
  background: #fff;
}
footer .gra02 {
  width: 100%;
  height: 3px;
}
ul.fmenu {
  clear: both;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 1.3rem;
}
ul.fmenu li {
  text-align: left;
}
ul.fmenu li h4 {
  font-size: 18px;
  margin-bottom: .5rem;
  font-weight: 800;
  text-align:left;
  line-height: 1.5;
}
ul.fmenu li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
}
footer a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
footer p {
  font-size: 15px;
  text-align: center;
  margin-top: 2.5rem;
}
footer p small {
  display: block;
  margin-top: 1rem;
  font-size: 16px;
}
/*画面上部へ戻る
-----------------------------------*/
#pagetop {
  display: block;
  position: fixed;
  bottom: 4rem;
  right: 6%;
  z-index: 9997;
}
#pagetop a {
  text-align: center;
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  background-image: url("../img/pagetop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #db940f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
	box-shadow: .65rem .65rem 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: .65rem .65rem 0 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: .65rem .65rem 0 0 rgba(0, 0, 0, 0.1);
}
/*メディアクエリ
-----------------------------------*/
@media print, screen and (min-width: 960px) {
  /*基本
--------------------------------*/
  .hidden-pc {
    display: none !important;
  }
  body, html {
    font-size: 14px;
  }
  .main {
    margin: 80px auto 30px auto;
  }
  .wrap {
    width: 960px;
    margin: auto;
  }
  /*共通
-----------------------------------*/
  /*タイトル・サブタイトル*/
  h2 {
    font-size: 37px;
    box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 8px 5px rgba(0, 0, 0, 0.15);
  }
/*〜はこちらボタン*/
 a.herebtn {
    font-size:25px;
}
  /*header
-----------------------------------*/
  header {
    height: 80px;
  }
  header .wrap {
    height: 80px;
    overflow: hidden;
  }
  /*ロゴ*/
  header img {
    margin-top: 23px;
    height: 34px;
    width: auto;
  }
  header .logo {
    margin: 0 17px 0 32px;/*shuuseizumi */
  }
  /*メインビジュアル
-----------------------------------*/
  #mv {
    height: 512px;
    background-size: auto 512px;
  }

  /*コンテンツ一覧
-----------------------------------*/
  #conlist ul.flex li {
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: .833rem;
    background: #fff;
    position: relative;
  }
  #conlist ul.flex li:nth-of-type(3n) {
    margin-right: 0;
  }
.tab_panel .herebtn img{
    width:61.1%;
}
  /*footer
-----------------------------------*/
  footer {
      color:#4d4d4d;
  }
  footer .wrap {
    padding: 2.5rem 0;
  }
  ul.fmenu li {
    display: inline-block;
    font-size: 0;
    vertical-align: top
  }
  ul.fmenu li:not(:last-of-type) {
    margin-right: 6rem;
  }
  /*画面上部へ戻る
-----------------------------------*/
  #pagetop a {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 959px) {
  /*基本
-----------------------------------*/
  .hidden-sp {
    display: none !important;
  }
  body, html {
    font-size: 3.2vw;
  }
  .wrap, .main {
    width: 100%;
  }
  .main {
    margin: 12vw auto 4vw;
  }
  .wrap {
    padding: 0 0 8vw 0;
  }
/*共通
-----------------------------------*/
  /*タイトル・サブタイトル*/
  h2 {
    font-size: 5.8vw;
    box-shadow: 0 1vw 1.4vw 1vw rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1vw 1.4vw 1vw rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1vw 1.4vw 1vw rgba(0, 0, 0, 0.15);
  }
/*〜はこちらボタン*/
a.herebtn {
    display: block;
  }
a.herebtn {
    padding:.4em .45em .5em .45em;
    font-size:4.75vw
  }
a.herebtn img {
    width: 100%;
  }
/*申し込みボタン*/
a.applybtn {
    padding: 1px;
    width:80%;
    margin:4rem auto;
    border-radius:1.2rem;
    -moz-border-radius:1.2rem;
    -webkit-border-radius:1.2rem;
    box-shadow: .8vw .8vw 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: .8vw .8vw 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: .8vw .8vw 0px 0px rgba(0, 0, 0, 0.1);
    font-size:6vw;
}
a.applybtn p{
    border-radius:1.1rem;
    -moz-border-radius:1.1rem;
    -webkit-border-radius:1.1rem;
}
    


  /*header
-----------------------------------*/
  header {
    height: 12vw;
  }
  /*ロゴ*/
  header .logo {
    margin-top: 3.25vw;
    margin-left: 6.4vw
  }
  header .logo img {
    width: auto;
    height: 5.5vw;
  }
  /*Mv
-----------------------------------*/
  #mv {
    height: 53.3333vw;
    background-size: auto 53.3333vw;
  }

  /*「英語科教育法パッケージ」とは
-----------------------------------*/
  #about .wrap {
    padding: 3rem 2rem 5rem 2rem;
  }
  #about h1 img {
    width: 100%;
  }
    #about h1 {
    font-size:5.1vw;
}
  #about p {
    font-size: 4.2vw;
    width: 100%;
    margin: 1.5em auto;
  }
/*〜はこちらボタン*/
#about a.herebtn {
  margin-top: 1.5em;
}
  /*コンテンツ一覧
-----------------------------------*/
  #conlist ul {
    width: 96%;
    margin: 2rem auto .6em;
  }
  #conlist ul.flex li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .7rem;
  }
  #conlist ul.flex li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conlist ul.flex li h4 {
    font-size: 3.55vw;
  }
  #conlist ul.flex li p {
    font-size: 1rem;
  }
  #conlist li[class^="p0"]::before {
    width: 9.6rem;
    height: 1.7rem;
    top: -.5rem;
    left: -.3rem;
  }
  #conlist .kome {
    width: 96%;
    margin: 0 auto;
  }

/*料金
-----------------------------------*/
#price .wrap {
  padding:0 0 1rem 0;
}

#price h3,#price .pricelist,#price .kome{
    width:93%;
}
#price h3{
    margin:1.6rem auto 1.4rem;
    font-size:4vw;
}
#price .pricelist {
    margin:1rem auto 0;
}
#price .pricelist img{
    margin-bottom: 1rem
}
#price .kome {
    margin: 0 auto;
  }
/*英語科教育法パッケージの活用法
-----------------------------------*/
#howto .wrap {
  padding:0 0 1rem 0;
    background-size: 10vw 10vw;
}
#howto [class^=introarea] {
    width:96%;
}
#howto .introarea {
    margin:1.6rem auto;
    font-size:3.2vw;
}
#howto .introarea strong{
    font-size:3.8vw;
}
#howto .introarea img{
	float:right;
	width:39.2%;
	margin:3em 0 0 0;
}
#howto .introarea2 {
    line-height: 1.84;
    margin:0 auto 1.5rem;
    font-size:3.2vw;
	box-shadow: 1.2vw 1.2vw 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1.2vw 1.2vw 0 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1.2vw 1.2vw 0 0 rgba(0, 0, 0, 0.2);
}
  /*コース
-----------------------------------*/
/*タブボタン*/
.coursebtn .flex {
  margin-bottom: 1rem
}
.coursebtn .flex li .btntxt {
    font-size:2.2vw;
}
.coursebtn .flex li .btntxt span{
    font-size:3.6vw;
}
#tab1:checked ~ #tabtop.coursebtn .tab1_label  .btntxt, #tab2:checked ~ #tabtop.coursebtn .tab2_label  .btntxt, #tab3:checked ~ #tabtop.coursebtn .tab3_label .btntxt{
	border-radius:2vw 2vw 0 0 / 2vw 2vw 0 0 ;
	-moz-border-radius:2vw 2vw 0 0 / 2vw 2vw 0 0 ;
	-webkit-border-radius:2vw 2vw 0 0 / 2vw 2vw 0 0 ;
    box-shadow: .8vw .8vw 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: .8vw .8vw 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: .8vw .8vw 0 0 rgba(0, 0, 0, 0.1);
}
   
 /*タブ装飾*/
.tab_panel {
    width:96%;
}
#tab1:checked ~ #courseselect #panel1, #tab2:checked ~ #courseselect #panel2, #tab3:checked ~ #courseselect #panel3 {
  display: block;
}
#courseselect .tab_panel {
  padding: 1rem;
   margin: 0 auto;
    border: .2rem solid ;
}
#courseselect .tab_panel::before {
    width:5.8vw;
    height:7.4vw;
    top:-7.4vw;
}
#courseselect #panel1.tab_panel::before {
  left: 13%;
}
#courseselect #panel3.tab_panel::before {
  right: 13%;
}

/*タブ内容*/
#panel1.tab_panel h4,#panel2.tab_panel h4{
    margin:.5rem -1rem -.2rem;
    font-size:4.2vw; 
}
.tab_panel h4 img{
    height:13vw;
}
#panel3.tab_panel h4{
    margin:1rem 0 0 0;
    font-size:3.5vw;
}
.tab_panel h3{
    font-size:4vw;
    padding-bottom:.5em;
    margin:1.8em auto  .5em auto;
    border-bottom:.12rem dashed #251e1c;
}
.tab_panel  p{
    font-size:3.2vw;
    margin: 0  auto 1em auto;
    line-height:1.9;
}
.tab_panel p ~ h3 {
    margin:1.4em auto  .5em auto;
}
#panel3.tab_panel > img{
    margin:4rem auto 0;
}
.tab_panel iframe{
    margin-top:1.5rem;
        width: 80vw;
        height:45vw;
}
.tab_panel .herebtn{
    margin:3rem auto;
}

/*下部タブボタン*/
#tabbtm.coursebtn .flex {
    width:96%;
    margin: 1rem auto;
}
#tabbtm.coursebtn .flex li .btntxt {
    font-size:2vw;
    border-radius:2vw;
    -moz-border-radius:2vw;
    -webkit-border-radius:2vw;
}
#tabbtm.coursebtn .flex li .btntxt span{
    font-size:3.3vw;
}

  /*まとめ
-----------------------------------*/
  #matome .wrap {
    padding: 0 1rem 0 1rem;
  }

  /*footer
-----------------------------------*/
  footer .wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  ul.fmenu {
    display: block;
    font-size: 0;
  }
  ul.fmenu li {
    display: block;
    vertical-align: top;
    margin-bottom: 1.5rem;
  }
  ul.fmenu li h4 {
    padding-bottom: .5rem;
    border-bottom: 1px solid #333;
    /*font-size: 3.444vw;*/
    font-size: 4vw;
  }
  ul.fmenu li a {
    /*font-size: 3.069vw;*/
    font-size: 3.2vw;
    line-height: 2;
    display: inline-block;
    width: 48.5%;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path fill="%233f3f3f" d="M24.3,15.53,11,2.19a.67.67,0,0,0-.93,0L7.7,4.52a.65.65,0,0,0,0,.93L18.25,16,7.7,26.55a.65.65,0,0,0,0,.93L10,29.81a.63.63,0,0,0,.46.19.66.66,0,0,0,.47-.19L24.3,16.47A.66.66,0,0,0,24.3,15.53Z" /></svg>');
    background-repeat: no-repeat;
    background-size: .7em auto;
    background-position: right center;
  }
  ul.fmenu li a:nth-of-type(2n-1) {
    margin-right: 3%
  }
  footer p {
    font-size: 2.1vw;
    margin-top: 1em;
    line-height: 1.7;
  }
  footer p small {
    font-size: 2.15vw;
    margin-top: 2em;
  }
  /*画面上部へ戻る
-----------------------------------*/
  #pagetop {
    bottom: 1rem;
    right: 1rem;
  }
  #pagetop a {
    width: 14vw;
    height: 14vw;
    box-shadow: .8vw .8vw 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: .8vw .8vw 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: .8vw .8vw 0 0 rgba(0, 0, 0, 0.1);
  }
}