﻿@charset "UTF-8";



.c-content-lessonplan--type_lessonplan .c-content-lessonplan__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #f4f4f4; */
}

.c-content-lessonplan--type_lessonplan .c-content-lessonplan__bgW {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
  position: relative;
  z-index: 1
}

@media only screen and (max-width:47.9375em) {
  .c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
  }
}

@media print,
screen and (min-width:48em) {
  .c-content-lessonplan--type_lessonplan .c-content-lessonplan__inner {
    padding-top: 0px;
  }
}


.c-content-lessonplan {
  position: relative;
  /* overflow: auto; */
  /* padding-bottom: 100px; */
  /* padding-top: 80px; */
}

.c-content-lessonplan__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
  .c-content-lessonplan__inner {
    width: 100%;
    padding: 1rem 4.68%;
  }
}

@media print,
screen and (min-width:48em) {
  .c-content-lessonplan__inner {
    position: relative;
    z-index: 1;
    width: 90.64%;
    padding-top: 54px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto
  }
}

@media print,
screen and (min-width:61.25em) {
  .c-content-lessonplan__inner {
    max-width: 1400px;
    padding-top: 75px;
    padding-bottom: 80px
  }
}

@media print,
screen and (min-width:87.5em) {
  .c-content-lessonplan__inner {
    padding-right: 0;
    padding-left: 0
  }
}

.c-content-lessonplan__inner>:first-child {
  margin-top: 0
}





.item {
  border-radius: 5px;
  /* background: #edf; */
  padding: 10px;
  margin: 5px;
  text-align: center;
  /* border: 1px solid #eee; */
}

.item2 {
  border-radius: 5px;
  /* background: #edf; */
  padding: 1.5rem 10px 10px;
  margin: 20px 5px;
  border: 1px solid #ddd;
  position: relative;
}

.item p,
.item2 p {
  /* text-align:left; */
  /* font-size:13px; */
  /* font-weight:600; */
  /* line-height: 1.7; */
  /* padding: 2%; */
}

.item2_pic {
  background: #000;
  color: #fff;
  padding: 3px;
  position: absolute;
  top: -15px;
}

.item2_picA {
  background: #ffb03f;
  color: #000;
  padding: 3px;
  position: absolute;
  top: -15px;
}

/*   .item2 p span{background:#000; color:#fff; padding:5px;} */



@media (min-width : 600px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* max-width: 1200px; */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    /* align-items: center; */
    /* 子要素をflexboxにより中央に配置する */
    /* margin-bottom: 100px; */
  }

  .column_1 {
    width: 100%;
    padding: 2%;
  }

  .column_2 {
    width: 48%;
    padding: 2%;
  }

  .column_3 {
    width: 33%;
    padding: 2%;
  }

  .column_4 {
    width: 25%;
    padding: 2%;
  }


  .item p,
  .item2 p {
    /* text-align:left; */
    /* font-size: 17px; */
    /* font-weight:600; */
    /* line-height: 1.7; */
    /* padding: 2%; */
  }

  .item2_pic {
    background: #607d8b;
    color: #fff;
    padding: 3px;
    position: absolute;
    top: -35px;
    padding: 1%;
    font-size: 18px;
    left: 20px;
  }

  .item2_picA {
    background: #ffb03f;
    color: #000;
    padding: 3px;
    position: absolute;
    top: -15px;
    padding: 2%;
    font-size: 18px;
  }

  .item2_txt {
    /* text-align:left; */
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    padding: 2%;
    padding-top: 3%;
  }

}

.line-solid {
  border-bottom: 1px solid #ddd;
}

.txtColor_red {
  color: #d00e00;
  font-weight: 600;
  font-size: 20px;
}



.box_senior {
  position: relative;
  margin: 2em 0;
  padding: 10px;
  border: solid 2px #607D8B;
}

.box_senior .box-title {
  FONT-VARIANT: JIS83;
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background: #607D8B;
  color: #ffffff;
  font-weight: bold;
}

.box_senior p {
  margin: 0;
  padding: 0;
}


.id_ptop {
  /* padding-top:60px; */
}

.tTaisho {
  padding-bottom: 30px;
}

table.group {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.group tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

table.group th,
table.group td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}

table.group th {
  text-align: center;
  font-size: .85em;
}

table.group thead tr {
  background-color: #eee;
}

.txt {
  text-align: left;
  font-size: .85em;
}

.price {
  text-align: center;
}


.br_pc {
  display: inline;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  table.group {
    border: 0;
    width: 100%
  }

  table.group th {
    background-color: #eee;
    display: block;
    border-right: none;
  }

  table.group thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.group tr {
    display: block;
    margin-bottom: .625em;
  }

  table.group td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table.group td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

  table.group td:last-child {
    border-bottom: 0;

  }



  table.group.info01 td.r1 {
    width: 100%;
    text-align: left;
    /* border-right: #999 1px solid;
     background: #447791;*/
  }

  table.group.info01 td.r2 {
    width: 100%;
    text-align: left;
    /*  border-left: 1px #999 solid;*/
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: inline;
  }

}


.boxFlexible {
  position: relative;
  margin: 5em 0 0;
  padding: 1em 2em;
  border: solid 2px #000000;
}

.boxFlexible .box-title {
  position: absolute;
  display: inline-block;
  top: -37px;
  left: -2px;
  padding: 0 9px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 16px;
  background: #000;
  color: #fff;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
}

.boxFlexible ol {
  list-style-type: decimal;
}

.boxFlexible ol li {
  margin-bottom: 10px;
}


.boxFlexible p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}




.tickec_cus {
  padding: 10px;
  margin-top: 50px;
}

.tickec_cus ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.3em 0.8em;
  border: solid 2px #212121;
}

.tickec_cus ol li {
  border-bottom: dashed 1px #ccc;
  position: relative;
  padding: 0.5em 1em 0.5em 40px;
  line-height: 1.5em;
}

.tickec_cus ol li:before {
  position: absolute;
  content: "● ";
  display: inline-block;
  color: ffb107;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 8px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;

  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tickec_cus ol li:last-of-type {
  border-bottom: none;
}


.qaa_q {
  font-size: 16px;
  font-weight: 600;
  color: #e38b09;
  text-align: left;
}

.qaa_a {
  font-size: 16px;
  color: #000000;
  text-align: left;
}