@charset "utf-8";

/* header */
/*--------------------------------------------------*/

.header {
  height: 85px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.header-inner {
  position: relative;
}
.header-logo {
  position: absolute;
  left: 0;
  top: 10px;
  height: 64px;
  width: auto;
}
.header-text {
  position: absolute;
  left: 170px;
  top: 25px;
  color: #ef000a;
  font-size: 22px;
}
.header-contact {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
.header-contact-tel {
  text-align: right;
  margin-bottom: 5px;
  padding-top: 10px;
}
.header-tel-1 {
}
.header-btn {
  display: table;
  margin-top: 20px;
}
.header-btn li {
  display: table-cell;
  padding-left: 5px;
}
.header-tel-text {
  font-size: 30px;
}
.header-tel-num {
  /*  font-size: 42px;
  color: #333;*/
}

.header-tel-num img {
  width: 70%;
  height: auto;
}

.header-tel-num:hover {
  text-decoration: underline;
}
/* 1200～∞（xl）*/
@media (min-width: 768px) {
  body {
    padding-top: 85px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }

  #school-list {
    padding-top: 85px;
    margin-top: -85px;
  }
}

@media (max-width: 1199px) {
  .header-under-img img {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .header .container {
    width: 100%;
    padding: 0 10px;
  }
}
/* 0～1199 */
@media (max-width: 991px) {
  .header-logo {
    height: 60px;
    width: auto;
  }

  .header-text {
    left: 170px;
    top: 20px;
    font-size: 20px;
  }

  .header {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

/* 0～575 */
@media (max-width: 575px) {
  .header .container {
    width: 100%;
    padding: 0 10px;
  }

  .header-text,
  .header-logo {
    /*    position: static;*/
    margin-top: 5px;
  }
  .header-text {
    text-align: center;
    font-size: 14px;
    /*    margin: 5px 0 5px 0;*/
    left: 160px;
    top: 25px;
  }

  .header-logo {
    height: 60px;
    margin: auto;
  }

  .header-under-img img {
    width: 100%;
    height: auto;
  }
}

/* header */
/*--------------------------------------------------*/

.header-under {
  background-image: url(../images/common/header-under-bg.png);
}
.header-under-img {
  /*  height: 70px;*/
  margin: 0;
  padding: 5px 0;
}

/* mainvisual */
/*--------------------------------------------------*/

.mainvisual {
  height: 800px;
  background-image: url(../images/common/mainvisual-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: 10px solid #ef000a;
  background-size: cover;
}
.mainvisual-table {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.mainvisual-table-cell {
  display: table-cell;
}
.mainvisual-text {
}
.mainvisual-text-img {
}
.mainvisual-illust {
}
.mainvisual-illust-img {
}
/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
  .mainvisual {
    height: 500px;
    background-size: cover;
    margin: 0;
  }

  .mainvisual-table {
    width: 90%;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .mainvisual {
    background-image: url(../images/common/mainvisual-bg02.jpg);
  }

  .mainvisual-table-cell {
    text-align: center;
  }
  .mainvisual-table-cell img {
    max-width: 500px;
    margin: auto;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .mainvisual {
    height: 500px;
  }
  .mainvisual-table-cell img {
    max-width: 300px;
  }
}

/* 0～767 */
@media (max-width: 767px) {
  .mainvisual-table img {
    width: 70%;
    margin: 0 auto;
  }

  .mainvisual-table {
    position: relative;
    height: 500px;
  }

  .mainvisual-image {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 40px;

    margin: 0 auto;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .mainvisual-table img {
    width: 90%;
    margin: 0 auto;
  }
  .mainvisual {
    height: 380px;
  }

  .mainvisual-table {
    height: 380px;
  }
}

/* content0001 */
/*--------------------------------------------------*/

.content0001 {
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: url(../images/common/content0007-bg.png);
  background-position: left bottom;
}
.container {
}
.content0001-inner {
  /*  position: relative;*/
}
.content0001-search {
  /*  position: absolute;
  top: -80px;
  right: -120px;*/
  z-index: 100;
}
.content0001-search-img {
}
.content0001-main {
}
.content0001-main-img {
}
.content0001-btn-img {
  /*  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;*/
  margin: auto;
  /*  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;*/
}

.content0001-main-img {
  padding-bottom: 30px;
}

.content0001-btn-img:hover {
  /*  bottom: -80px;*/
}
.content0001-btn-img {
}

/* 0～1199 */
@media (max-width: 1300px) {
  .content0001 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/common/content0007-bg.png);
  }
  /*  .content0001-search {
    position: static;
    margin-bottom: 30px;
    display: block;
  }*/
  .content0001-search-img {
    width: inherit;
  }
  /*  .content0001-btn-img {
    margin-top: 20px;
    position: relative;
    width: inherit;
    top: 0;
  }*/
  /*  .content0001-btn-img:hover {
    top: 10px;
  }*/
  /*  .content0001-btn-img::after {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
  }
  .content0001-btn-img:hover {
    opacity: 0.7;
  }*/
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
  /*  .content0001-search {
    right: -150px;
  }*/
  .content0001-search-img {
    /*    width: 80%;*/
  }
}

/* mainvisual */
/*--------------------------------------------------*/

.content0002 {
  background-color: #fff8ef;
  background-image: url(../images/common/content0002-soroban.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 100px;
}
.content0002 .container {
  z-index: 2;
}
.content0002-title {
  text-align: center;
}
.content0002-images {
}
.content0002-images li {
  margin-bottom: 30px;
}
/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {
  .content0002 {
    padding-bottom: 30px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .content0002 {
    padding-bottom: 0;
  }
}

/* content0003 */
/*--------------------------------------------------*/

.content0003 {
  background-image: url(../images/common/content0003-bg.png);
  position: relative;
  padding: 30px 0 35px 0;
}
.content0003-illust {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  margin: auto;
}
.content0003-main {
}
.content0003-main-img {
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
  .content0003-illust {
    width: 125px;
    top: -27%;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .content0003-illust {
    position: static;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .content0003 {
    padding: 15px 0 15px 0;
  }
}

/* content0004 */
/*--------------------------------------------------*/

.content0004 {
  background-image: url(../images/common/content0004-bg.png);
  position: relative;
  padding-top: 900px;
  padding-bottom: 55px;
}
.content0004-illust {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -140px;
  text-align: center;
}
.content0004-main {
}
.content0004-list {
}
.content0004-box {
  border: 3px solid #ef000a;
  height: 100%;
  background-color: #fff;
}
.content0004-box-title {
  font-size: 24px;
  color: #fff;
  background-color: #ef000a;
  margin: 0;
  padding: 10px 10px 10px 90px;
  position: relative;
}
.content0004-box-title::after {
  position: absolute;
  left: 0;
  top: -40px;
}
.content0004-box-title-1::after {
  content: url(../images/common/content0004-box-subttlimg1.png);
}
.content0004-box-title-2::after {
  content: url(../images/common/content0004-box-subttlimg2.png);
}

.content0004-box-main {
  padding: 15px 15px 30px 15px;
}
.content0004-box-subttl {
  margin: 0;
  font-size: 18px;
  background-color: #ffe63f;
  padding: 7px;
  margin-bottom: 15px;
}
.content0004-box-text {
  font-size: 16px;
  margin-bottom: 50px;
}
.content0004-box-img {
}
.content0004-box-img-1 {
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
  .content0004-illust {
    top: -100px;
  }
}
/* 0～991 */
@media (max-width: 991px) {
  .content0004-illust {
    position: static;
  }
  .content0004 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .content0004-box-title {
    font-size: 18px;
    padding-left: 70px;
  }
  .content0004-box-text {
    margin-bottom: 10px;
  }
  .content0004-box-title::after {
    left: -10px;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .content0004-box-title {
    font-size: 20px;
  }
  .content0004-list li:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .content0004 {
    padding-bottom: 30px;
  }
}

/* content0005 */
/*--------------------------------------------------*/

.content0005 {
  background-color: #fdfbf3;
  padding-top: 100px;
  background-image: url(../images/common/content0005-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.container {
}
.content0005-main {
  border: 3px solid #ffe63f;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}

.content0005-main-title {
  background-color: #ffe63f;
  position: relative;
  height: 135px;
  text-align: center;
  margin: 0;
}
.content0005-main-title img {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  margin: auto;
  width: 98%;
}
.content0005-title-img {
}
.content0005-textarea {
  position: relative;
}
.content0005-textarea-img {
  position: absolute;
  width: 415px;
  right: 0;
  top: 50px;
  text-align: center;
}
.content0005-subttl {
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
}
.content0005-text-1 {
  padding-right: 415px !important;
  font-size: 18px;
  line-height: 2;
  padding: 35px 0;
}
.content0005-text-1._table {
  display: table;
  width: 100%;
  height: 100%;
}
.content0005-text-1 ._tablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.content0005-text-1 ._large {
  font-size: 23px;
  color: #ef000a;
}
.content0005-text-1 ._underline {
  background-image: url(../images/common/content0005-underline.png);
  background-position: left 10px;
  background-repeat: repeat-x;
}
.content0005-text-1 span {
}
.content0005-text-1 ._underline {
}
.content0005-graph {
}
.content0005-graph {
}
.content0005-graph-1 {
}
.content0005-graph-2 {
}
.content0005-graphe-wrapper {
  max-width: 1020px;
  margin: auto;
}
.content0005-under-graph {
}
.content0005-btn {
  display: block;
  text-align: center;
  margin: 65px 0 50px 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/* 992～∞（lg）*/
@media (min-width: 992px) {
  .content0005-btn {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .content0005-btn:hover {
    margin: 75px 0 40px 0;
  }
}
/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
  .content0005-main-title {
    height: 100px;
  }
  .content0005-main-title img {
    top: -75px;
  }
  .content0005 {
    padding-top: 90px;
  }
}
/* 0～991 */
@media (max-width: 991px) {
  .content0005-main-title {
    height: 90px;
  }
  .content0005-main-title img {
    top: -55%;
  }
  .content0005 {
    padding-top: 60px;
  }
  .content0005-textarea-img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .content0005-subttl {
    text-align: left;
    line-height: 2;
  }
  .content0005-text-1 {
    padding: 0;
    margin-bottom: 30px;
  }
  .content0005-text-1 {
    padding-right: 0 !important;
  }
  .content0005-graph-1 {
    margin-bottom: 30px;
  }
  .content0005-btn {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  /*  .content0005-main-title {
    height: 90px;
  }
  .content0005-main-title img {
    top: -55%;
  }
  .content0005 {
    padding-top
	: 60px;
  }
  */

  .content0005-subttl {
    line-height: 1.6;
    font-size: 22px;
  }

  .content0005-text-1 {
    line-height: 1.6;
    font-size: 16px;
  }

  .content0006-img-wrapper {
    text-align: center;
    margin-top: 30px;
  }
  .content0005-main-title img {
    position: static;
  }
  .content0005-main-title {
    height: inherit;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .content0005 {
    padding-top: 40px;
  }
}

/* content0006 */
/*--------------------------------------------------*/

.content0006 {
  background-image: url(../images/common/content0006-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 140px;
}

.content0006-title {
  background-image: url(../images/common/header-under-bg.png);
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.container {
}

.content0006-line {
}

.content0006-line-1 {
}

.content0006-img {
}

.content0006-text {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 15px;
}

.content0006-text-1 {
}

.content0006-line-2 {
}

.col-md-4 {
}

.content0006-text-2 {
}

.content0006-text ._large {
  font-size: 24px;
  color: #ef000a;
}

.content0006-btn {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 40px;
}

.content0006-table {
  width: 100%;
}

.content0006-table th,
.content0006-table td {
  padding: 10px;
  vertical-align: middle;
}

.content0006-table-title {
}

.content0006-table-title th {
  text-align: center;
  background-color: #aaaaaa;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.content0006-table-title th:not(:last-child) {
  border-right: 3px solid #fff;
}

.content0006-table-title th._th1 {
  width: 250px;
}

.content0006-table-title th._th2 {
  width: 250px;
}

.content0006-table-title th._th3 {
}

.content0006-table-separation {
}

.content0006-table-main {
  border-left: 3px solid #aaaaaa;
  border-top: 3px solid #aaaaaa;
}

.content0006-table-main th,
.content0006-table-main td {
  border-right: 3px solid #aaaaaa;
  border-bottom: 3px solid #aaaaaa;
}

.content0006-table-main th {
  font-size: 22px;
  background-color: #e5e5e5;
}

.content0006-table-main th ._small {
  font-size: 20px;
  letter-spacing: -0.1em;
}

.content0006-table-main td._price {
  font-size: 32px;
  color: #ef000a;
  text-align: center;
}

.content0006-table-main td._text {
  font-size: 18px;
}

.content0006-table-main td ._underline {
  font-size: 24px;
  background-image: url(../images/common/content0005-underline.png);
  background-position: left 10px;
  background-repeat: repeat-x;
}

.content0006-table-main th._recommend {
  background-color: #ffeb7f;
}

.content0006-table-main th._recommend p {
  position: relative;
  margin-top: 50px;
}

.content0006-table-main th._recommend p::before {
  position: absolute;
  content: url(../images/common/content0006-recommend.png);
  left: -20px;
  top: -40px;
}

.content0006-undertable {
  font-size: 16px;
}

.content0006-block-wrapper {
  width: 950px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.content0006-block {
  border: 3px dashed #ef858c;
  padding: 30px;
  width: 100%;
  margin-top: 40px;
  display: table;
}

.content0006-block-left {
  display: table-cell;
  width: 300px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.content0006-block-left img {
}

.content0006-block-right {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 60px;
}

.content0006-block-title {
  font-size: 30px;
  color: #ef858c;
  margin-bottom: 15px;
}

.content0006-block-text-1 {
  font-size: 18px;
}

.content0006-block-text-2 {
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
  .content0006-block-wrapper {
    width: 100%;
  }

  .content0006-btn {
    text-align: center;
    margin-top: 20px;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .content0006-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .content0006-table {
    display: block;
  }

  .content0006-table tr,
  .content0006-table th,
  .content0006-table td {
    display: block;
  }

  .content0006-table-main {
    margin-bottom: 20px;
    background-color: #fff;
  }

  .content0006-table-main td._price {
    text-align: left;
  }

  .content0006-table-main th,
  .content0006-table-main td._price,
  .content0006-table-main td._text {
    position: relative;
    padding-left: 100px;
  }

  .content0006-table-main td._price::before,
  .content0006-table-main td._text::before,
  .content0006-table-main th::before {
    position: absolute;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    left: 5px;
    top: 4px;
    padding: 5px 0;
    width: 80px;
    text-align: center;
    font-size: 20px;
    color: #333;
  }

  .content0006-table-main th::before {
    content: "コース";
  }

  .content0006-table-main td._price::before {
    content: "料金";
    top: 10px;
  }

  .content0006-table-main td._text::before {
    content: "内容";
    top: 10px;
  }

  .content0006-table-main th._recommend p::before {
    left: 0;
  }

  .content0006-table-main th._recommend p {
    margin: 0;
  }

  .content0006-table-main th._recommend p::before {
    top: -30px;
  }

  .content0006-table-title {
    display: none !important;
  }

  .content0006-block-left {
    display: block;
    width: 100%;
    height: inherit;
  }

  .content0006-block-right {
    display: block;
    height: inherit;
    padding: 0;
  }

  .content0006 {
    padding-bottom: 100px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .content0006-title {
    font-size: 19px;
  }

  .content0006-block-title {
    font-size: 20px;
  }

  .content0006-text {
    font-size: 18px;
  }
  .content0006-btn img {
    height: 46px;
    width: auto;
  }
}

/* content0007 */
/*--------------------------------------------------*/

.content0007 {
  background-image: url(../images/common/content0007-bg.png);
  padding: 35px 0 165px;
}
.content0007-title {
  text-align: center;
  margin-bottom: 25px;
}
.content0007-title img {
}
.content0007-box {
}
.content0007-box-1 {
  margin-bottom: 130px;
}
.content0007-box-1 img {
}
.content0007-box {
}
.content0007-box-2 {
}

/* 0～1199 */
@media (max-width: 1300px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
  .content0007-box-1 {
    margin-bottom: 30px;
  }
  .content0001-search {
    text-align: center;
  }
  /*  .content0001-btn-img {
    width: 80%;
    bottom: -40px;
  }*/
  .content0007 {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  .content0008-line-box {
    margin-bottom: 20px;
    text-align: center;
  }
}
/* 768～991 */
@media (min-width: 768px) and (max-width: 991px) {
  .content0007 {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .content0001-btn-img {
    width: 100%;
  }
}
/* 0～575 */
@media (max-width: 575px) {
}

/* content0008 */
/*--------------------------------------------------*/

.content0008 {
  background-image: url(../images/common/content0008-bg.png);
  padding-top: 60px;
  border-top: 10px solid #ef858c;
}
.content0008-title {
  text-align: center;
  margin-bottom: 70px;
}
.content0008-subttl {
  text-align: center;
  margin-bottom: 50px;
}
.content0008-subttl-1 {
}
.content0008-line {
  margin-bottom: 90px;
}
.content0008-voice-1 {
}
.content0008-voice-2 {
}

.content0008-subttl-2 {
}
.content0008-voice-3 {
}
.content0008-voice-4 {
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {
  .content0008-title {
    margin-bottom: 30px;
  }
  .content0008-subttl {
    margin-bottom: 30px;
  }
  .content0008-line {
    margin-bottom: 20px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
}

/* content0009 */
/*--------------------------------------------------*/

/* content0009 */
/*--------------------------------------------------*/

.content0009 {
  background-image: url(../images/common/content0009-bg.png);
  padding-bottom: 100px;
  border-bottom: 3px solid #ef000a;
  margin-bottom: 120px;
}

.content0006-title {
}

.container {
}

.content0009-qalist {
}

.content0009-qalist li {
  margin-bottom: 30px;
}

.content0009-qabox {
  border: 3px solid #aaaaaa;
  background-color: #fff;
}

.content0009-question {
  padding: 20px;
  background-color: #e5e5e5;
  margin: 0;
  font-size: 24px;
  background-image: url(../images/common/content0009-question-icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 95px;
}

.content0009-answer {
  padding: 20px;
  font-size: 18px;
  margin: 0;
  background-image: url(../images/common/content0009-answer-icon.png);
  background-repeat: no-repeat;
  background-position: 10px 20px;
  padding-left: 95px;
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {
  .content0009 {
    padding-bottom: 50px;
    /*	margin-bottom: 100px;*/
  }

  .content0009-question {
    padding: 15px;
    background-color: #e5e5e5;
    margin: 0;
    font-size: 20px;
    background-image: url(../images/common/content0009-question-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 44px 44px;
    padding-left: 65px;
  }

  .content0009-answer {
    padding: 15px 10px 15px 15px;
    font-size: 16px;
    margin: 0;
    background-image: url(../images/common/content0009-answer-icon.png);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: 10px 20px;
    padding-left: 65px;
  }
}

/* 0～575 */
@media (max-width: 575px) {
}

/* content0010 */
/*--------------------------------------------------*/

.content0010 {
  background-color: #e5e5e5;
  padding: 30px 0 50px 0;
}
.content0010-inner {
}
.content0010-list {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.content0010-list {
  background-color: #fff;
}
.content0010-list th,
.content0010-list td {
  padding: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  color: #000;
}
.content0010-list th {
  width: 150px;
  text-align: center;
}
.content0010-list td {
  position: relative;
}
.content0010-title {
  text-align: center;
  margin-bottom: 30px;
}

.content0010 ._link,
.content0010 ._mess {
  color: #000;
  font-size: 14px;
}
.content0010 ._mess {
  font-size: 12px;
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
  .content0010-list th {
    width: 100px;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .content0010-list {
    display: block;
    border-right: 1px solid #000;
  }
  .content0010-list tr,
  .content0010-list th,
  .content0010-list td {
    display: block;
  }
  .content0010-list td {
    border-right: none;
  }
}
/* 0～575 */
@media (max-width: 575px) {
}

/* footer */
/*--------------------------------------------------*/

.footer {
}
.footer-inner {
}
.footer-contact-tel {
}
.footer-tel-num {
}
.footer-btn {
}
.footer-btn li {
}
.footer-btn-1 {
}
.footer-tel-num-fa {
  display: none;
}
.footer-tel-num:hover {
  text-decoration: none;
}

.footer-copyright {
  padding: 10px 0 0 0;
}
.footer-copyright-main {
  text-align: center;
}

/* 1200～∞（xl）*/
@media (min-width: 768px) {
  .footer {
    display: none;
  }
}
/* 0～1199 */
@media (max-width: 991px) {
  body {
    padding-bottom: 120px;
  }
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    z-index: 100;
  }
  .footer-inner {
    display: table;
    width: 100%;
  }
  .footer-contact-tel,
  .footer-btn {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
/* 0～767 */
@media (max-width: 767px) {
  .footer-tel-num .fa {
    color: #8cc93c;
    font-size: 75px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .footer-tel-num-img {
    display: none;
  }
  .footer-tel-num-fa {
    display: block;
  }
}

/*--------------------------------------------------*/
/* ここからお問い合わせフォームのスタイル */
/*--------------------------------------------------*/

.btn-info {
  background-image: -webkit-linear-gradient(top, #00afec 0, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #00afec 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00afec', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover {
  background-image: -webkit-linear-gradient(top, #00afec 0, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #00afec 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00afec', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info2,
.btn-info2:hover,
.btn-info2:focus,
.btn-info2:visited {
  background-image: -webkit-linear-gradient(top, #f28d38 0, #ea5532 100%);
  background-image: linear-gradient(to bottom, #f28d38 0, #ea5532 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff28d38', endColorstr='#ffea5532', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #f28d38;
  color: #fff;
}

/* pagetop170 */
/*--------------------------------------------------*/

.pagetop170 {
  font-size: 28px;
  position: fixed;
  z-index: 2147483647;
  right: 25px;
  bottom: 25px;
  display: none;
  width: 1.75em;
  height: 1.75em;
  padding: 0;
  color: #fafafa;
  border: none;
  border-radius: 50%;
  background-color: #888;
}
@media (max-width: 575px) {
  .pagetop170 {
    right: 10px;
    bottom: 40px;
  }
}
.pagetop170 i {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
}
.pagetop170 i::before {
  margin: 0;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.ua-ie .pagetop170 i::before {
  animation: pagetop170-fix-ie 10ms infinite;

  animation-fill-mode: both;
}
@keyframes pagetop170-fix-ie {
  0% {
    margin: 0.1px;
  }
  100% {
    margin: 0;
  }
}
.pagetop170:hover i {
  -webkit-animation: pagetop170 1000ms;
  animation: pagetop170 1000ms;
}
.pagetop170-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@-webkit-keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}
@keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}

/* contactlist */
/*--------------------------------------------------*/

.contactlist-td-school ._link {
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  color: #fff;
  background-color: #87c13f;
  margin-left: 5px;
}
.contactlist-td-school ._link:hover {
  text-decoration: none;
  background-color: #9ecc66;
}
.contactlist-td-school ._link2 {
  font-size: 18px;
  display: inline !important;
  color: #ef000a;
}
.contactlist-td-school ._link2_text {
  font-size: 18px;
  display: inline !important;
}

.contactlist-table-wrapper {
  /*  height: 200px;
  overflow: hidden;
  position: relative;*/
  -webkit-transition: 350ms;
  transition: 350ms;
  display: none;
}
.contactlist-table-wrapper._open {
  /*  height: 200px;
  overflow: hidden;
  position: relative;*/
  -webkit-transition: 350ms;
  transition: 350ms;
  display: block;
}

.contactlist-table-filter {
  /*  position: absolute;
  height: 100%;
  width: 100%;*/
  /*  z-index: 100;*/

  /*  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); */
}
.contactlist-table-filter:hover {
  cursor: pointer;
}
.contactlist-table-wrapper._open {
  height: inherit;
  overflow: inherit;
}
.contactlist-table-wrapper._open .contactlist-table-filter {
  background: none;
  position: static;
}

/* 開くボタン */
.contactlist-accordion {
  font-size: 20px;
  color: #ef000a;
  margin-left: 10px;
}
.contactlist-accordion .fa {
  font-size: 22px;
  vertical-align: middle;
}
.contactlist-td-school ._btime {
  border: 1px dashed #777;
  padding: 20px 5px 5px 5px;
  margin: 20px 0 15px 0;
  font-size: 13px;
  position: relative;
}
.contactlist-td-school ._btime:after {
  position: absolute;
  content: "授業日程・時間";
  top: -15px;
  left: 10px;
  z-index: 1;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #777;
  padding: 3px 10px;
}

/* 992～∞（lg）*/
@media (min-width: 992px) {
  .contactlist-table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: relative;
    background-color: #fff;
    /*    display: none;*/
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .contactlist-table th,
  .contactlist-table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle !important;
    text-align: center;
    padding: 10px 0;
  }
  .contactlist-table th {
    background-color: #87c13f;
    padding: 10px 0 !important;
    color: #fff;
    font-size: 20px;
  }

  .contactlist-table td.contactlist-td-school {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactlist-td-school {
    position: relative;
  }
  .contactlist-td-school ._name {
    display: block;
    font-size: 18px;
    width: 85%;
  }
  .contactlist-td-school ._name span {
    margin-right: 10px;
  }
  .contactlist-td-school ._address {
    display: block;
    font-size: 14px;
    color: #777;
    width: 85%;
  }
  .contactlist-td-school ._icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 1em;
  }

  .contactlist-td-school ._icon img {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto;
  }

  .contactlist-table thead ._th1 {
    width: 13%;
  }
  .contactlist-table thead ._th2 {
    width: 60%;
  }

  .contactlist-table thead ._th4 {
    width: 27%;
  }

  /* 開催日 */
  .contactlist-td-eventdate {
  }
  .contactlist-td-eventdate ._date {
    margin-top: 3px;
  }
  .contactlist-td-eventdate ._time {
    margin-left: -2.5em;
    font-size: 12px;
    margin-bottom: 0;
  }
  .contactlist-td-eventdate ._time li {
  }

  .contactlist-prefecture-title {
    margin-bottom: 30px;
    background-color: #fee144;
    position: relative;
    padding: 15px 0;
  }
  .contactlist-prefecture-title ._main {
    font-size: 30px;
    padding-left: 80px;
  }
  .contactlist-prefecture-title ._small {
    font-size: 20px;
    color: #333;
    padding: 30px 0;
  }
  .contactlist-prefecture-title ._button {
    margin-left: 20px;
  }
  .contactlist-prefecture-title ._button,
  .contactlist-prefecture-title ._button a {
    font-size: 15px;
    color: #ef000a;
  }
  .contactlist-illust-2 {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 80px;
  }
  .contactlist-illust-3 {
    width: 120px;
    position: absolute;
    top: -30px;
    right: -20px;
  }
  .contactlist-title {
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/common/contactlist-title-bg.png);
    position: relative;
    margin-bottom: 15px;
  }
  .contactlist-title::after {
    content: url(../images/common/contactlist-title-icon.svg);
    left: 0;
    right: 0;
    top: -90px;
    position: absolute;
  }
  .contactlist-text-1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contactlist-text-2 {
    font-size: 20px;
    /*    margin-bottom: 0px;
    line-height: 2.0;*/
  }
  .contactmain-table input[type="datetime"] {
    background-color: #eee;
  }
  .contactmain-sptitle {
    display: none;
  }
  .contactlist-td-cities-sp {
    display: none;
  }
  .contactlist-btn {
    margin: 0 auto;
    width: 94%;
  }

  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 5px;
  }
}

/* 0～991 */
@media (max-width: 991px) {
  .contactlist-text-2 {
    font-size: 18px;
    /*    margin-bottom: 0px;
    line-height: 2.0;*/
  }

  /* 開催日 */
  .contactlist-td-eventdate {
    margin-top: 10px;
    border: 1px solid #777;
    padding: 20px 10px 5px 10px;
    margin: 20px 0 10px 0;
    font-size: 13px;
    position: relative;
  }
  .contactlist-td-eventdate ._date {
    display: inline-block;
  }
  .contactlist-td-eventdate ._time {
    display: inline-block;
    margin-bottom: 0;
  }
  .contactlist-td-eventdate ._time li {
    display: inline-block;
  }
  .contactlist-td-eventdate ._time li:not(:last-child) {
    margin-right: 5px;
  }
  .contactlist-td-eventdate::before {
    position: absolute;
    content: "無料体験開催日";
    top: -15px;
    left: 10px;
    z-index: 1;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #777;
    padding: 3px 10px;
  }

  .contactlist-title {
    text-align: center;
    padding: 30px 10px 25px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/common/contactlist-title-bg.png);
    position: relative;
    margin-bottom: 15px;
  }
  .contactlist-title::after {
    content: url(../images/common/contactlist-title-icon.svg);
    left: 0;
    right: 0;
    top: -90px;
    position: absolute;
  }

  .contactmain-table input[type="datetime"] {
    background-color: #eee;
  }
  .contactlist-prefecture-title {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fee144;
    position: relative;
    padding: 15px 0;
    padding-left: 80px;
    border-radius: 10px;
  }
  .contactlist-prefecture-title ._main {
    /*    border-bottom: 4px solid #EF000A;*/
    font-size: 28px;
  }
  .contactlist-prefecture-title ._small {
    font-size: 18px;
    color: #333;
    padding: 30px 0;
  }
  .contactlist-prefecture-title ._button {
    display: block;
  }
  .contactlist-prefecture-title ._button,
  .contactlist-prefecture-title ._button a {
    font-size: 14px;
    color: #ef000a;
  }
  .contactlist-illust-2 {
    position: absolute;
    top: -15px;
    left: -5px;
    width: 80px;
  }
  .contactlist-illust-3 {
    display: none;
  }
  .contactlist-td-button {
    margin-bottom: 20px;
    text-align: center;
  }
  .contactlist-td-school ._name {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contactlist-td-school ._address {
    display: block;
    font-size: 14px;
    color: #777;
  }
  .contactlist-table thead {
    display: none;
  }
  .contactlist-table,
  .contactlist-table tbody,
  .contactlist-table tr,
  .contactlist-table th,
  .contactlist-table td {
    display: block;
    width: 100%;
  }
  .contactlist-table {
    /*    display: none;*/
    /*    margin-top: 30px;*/
  }
  .contactlist-table th {
  }
  .contactlist-table td.contactlist-td-school {
  }
  .contactlist-table::after {
  }
  .contactlist-td-cities-sp {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    padding: 10px 0;
    color: #000;
    border-radius: 5px;
    background-color: #aacf52;
  }
  .contactlist-td-cities {
    display: none !important;
  }
  .contactlist-td-school ._name {
    display: block;
    text-align: left;
    padding: 10px 0;
    padding-bottom: 5px;
    padding-left: 70px;
    border-bottom: 1px solid #777;
    position: relative;
    margin-top: 20px;
    font-size: 22px;
  }
  .contactlist-td-school ._name::before {
    content: url(../images/common/contactlist-illust-4.svg);
    position: absolute;
    left: -10px;
    top: -10px;
  }
  .contactlist-btn {
    width: 80% !important;
    margin-top: 10px;
  }
  .contactmain-sptitle {
    text-align: center;
    margin: 30px 0 45px 0;
    position: relative;
    font-size: 28px;
  }
  .contactmain-sptitle::after {
    margin: auto;
    position: absolute;
    content: "";
    height: 3px;
    width: 30%;
    background-color: #777;
    left: 0;
    right: 0;
    bottom: -20px;
  }
  .contactlist-td-school ._icon img {
    width: 40px;
  }
  .contactlist-maintr {
    border: 1px dotted #777;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .contactlist-title {
    text-align: center;
    padding: 20px 10px 15px 10px;

    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
  }
}

/* 0～575 */
@media (max-width: 575px) {
  .contactlist-btn {
    width: 100%;
    font-size: 14px;
  }

  .contactlist-td-school ._name span {
    margin-right: 0;
    display: block;
    font-size: 18px;
  }
  .contactlist-td-school ._name::before {
    top: 0;
  }
  .contactlist-td-school ._name {
    font-size: 20px;
  }
}

/* contactmain */
/*--------------------------------------------------*/

.contactmain-input-under {
}

/* 992～∞（lg）*/
@media (min-width: 992px) {
  .contactmain {
  }
  .contactmain {
  }
  .contactmain-school-name {
  }
  .contactmain-school-name label {
    width: 100%;
  }
  .contactmain-input-schoolname {
    width: 100%;
    padding: 20px 30px;
    font-size: 24px;
    font-weight: normal;
    border: 5px solid #ccc;
    background-color: #fffadd;
  }

  .contactmain-tabcontent {
    display: none;
  }
  #contactmain-tab-content1 {
    display: block;
  }

  .contactmain-tabmenu {
    display: table;
    margin-bottom: 0;
  }
  .contactmain-tabmenu li {
    display: table-cell;
    vertical-align: bottom;
  }
  .contactmain-tabmenu li:nth-of-type(1) {
    display: table-cell;
    padding: 0 5px 0 0;
  }
  .contactmain-tabmenu li a {
    display: block;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    color: #332;
    font-size: 18px;
  }
  .contactmain-tabmenu li a:hover,
  .contactmain-tabmenu li a:link,
  .contactmain-tabmenu li a:visited,
  .contactmain-tabmenu li a:active,
  .contactmain-tabmenu li a:focus {
    text-decoration: none !important;
  }
  .contactmain-tabmenu li a:hover {
    text-decoration: none;
  }
  .contactmain-tabcontent-wrapper {
    border-top: 3px solid #ccc;
  }
  .contactmain-tabmenu li._active a {
    border-left: 1px solid red;
    border-top: 1px solid red;
    border-right: 1px solid red;
    padding: 10px 30px;
    font-size: 30px;
    color: #fff;
    background-image: url(../images/common/contactmain-tabmenu-bg.png);
  }
  .contactmain-table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
  }
  .contactmain-table th,
  .contactmain-table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle !important;
    padding: 10px;
  }
  .contactmain-table th {
    background-color: #efefef;
    padding: 10px;
    color: #000;
    width: 350px;
  }
  .contactmain-table td {
  }
  .contactmain-table input[type="text"],
  .contactmain-table input[type="email"],
  .contactmain-table textarea {
    width: 100%;
  }
  .contactmain-table input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
  }
  .contactmain-table ._small {
    color: #777;
    font-size: 12px;
  }
  .contactmain-button {
    display: table;
    width: 50%;
    margin: auto;
  }
  .contactmain-button li {
    display: table-cell;
    width: 50%;
    padding: 5px;
  }
  .contactmain-button input[type="reset"],
  .contactmain-button input[type="submit"] {
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
    border: none;
  }
  .contactmain-button input[type="submit"] {
    background-color: #59802a;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .contactmain-button input[type="reset"] {
    background-color: #efefef;
    border: 1px solid #ccc;
  }
  .contactmain-button input[type="submit"]:hover {
    background-color: #87c13f;
  }

  .contactmain-table th._required::after {
    content: "　※ 必須";
    color: #ef000a;
  }
  .contactmain-input-title ._required {
    color: #ef000a;
    font-size: 14px;
  }
}
/* 0～991 */
@media (max-width: 991px) {
  /*  .contactmain-tabmenu {}
  .contactmain-tabmenu li a {
    display: block;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 15px;
    font-size: 18px;
  }
  .contactmain-tabmenu li:last-child a {
    border-bottom: 1px solid #CCC;
  }
  .contactmain-tabmenu li._active a {
    color: #FFF;
    background-image: url(../images/common/contactmain-tabmenu-bg.png);
  }
  .contactmain-tabmenu li a:hover {
    text-decoration: none;
  }
  .contactmain-tabmenu li._active a::before {
    content: '\f061';
    font-family: FontAwesome;
    margin-right: 5px;
  }*/

  .contactmain-tabmenu {
    display: table;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .contactmain-tabmenu li {
    display: table-cell;
    vertical-align: bottom;
  }
  .contactmain-tabmenu li:nth-of-type(1) {
    display: table-cell;
    padding: 0 5px 0 0;
  }
  .contactmain-tabmenu li a {
    display: block;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    color: #332;
    font-size: 14px;
  }
  .contactmain-tabmenu li a:hover {
    text-decoration: none;
  }
  .contactmain-tabcontent-wrapper {
    border-top: 3px solid #ccc;
  }
  .contactmain-tabmenu li._active a {
    border-left: 1px solid red;
    border-top: 1px solid red;
    border-right: 1px solid red;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background-image: url(../images/common/contactmain-tabmenu-bg.png);
  }
  .contactmain-tabmenu li a:hover,
  .contactmain-tabmenu li a:link,
  .contactmain-tabmenu li a:visited,
  .contactmain-tabmenu li a:active,
  .contactmain-tabmenu li a:focus {
    text-decoration: none !important;
  }
  .contactmain-input-title {
    font-size: 20px;
  }
  .contactmain-input-title ._required {
    color: #ef000a;
    font-size: 14px;
  }
  .contactmain-school-name label {
    width: 100%;
  }
  .contactmain-input-schoolname {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    border: 5px solid #ccc;
    background-color: #fffadd;
  }
  .contactmain-table,
  .contactmain-table tbody,
  .contactmain-table tr,
  .contactmain-table th,
  .contactmain-table td {
    display: block;
    width: 100%;
  }
  .contactmain-table th,
  .contactmain-table td {
    padding: 5px 0;
    font-size: 16px;
  }
  .contactmain-tabcontent {
    display: none;
  }
  #contactmain-tab-content1 {
    display: block;
  }
  .contactmain-table input[type="text"],
  .contactmain-table textarea {
    width: 100%;
  }
  .contactmain-button {
    display: table;
    width: 50%;
    margin: auto;
  }
  .contactmain-button li {
    display: table-cell;
    width: 50%;
    padding: 5px;
  }
  .contactmain-button input[type="reset"],
  .contactmain-button input[type="submit"] {
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
    border: none;
  }
  .contactmain-button input[type="submit"] {
    background-color: #59802a;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .contactmain-button input[type="reset"] {
    background-color: #efefef;
    border: 1px solid #ccc;
  }
  .contactmain-button input[type="submit"]:hover {
    background-color: #87c13f;
  }
  .contactmain-table th {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
  }
  .contactmain-table th._required::after {
    content: "※ 必須";
    color: #ef000a;
    position: absolute;
    right: 0;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .contactlist-accordion {
    display: block;
    margin-top: 5px;
  }
}

.contactmain-text-1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.contactmain-text-1 a {
  display: inline-block;
  font-size: 20px;
  color: #333;
  position: relative;
}
.contactmain-text-1 a br {
  line-height: 0;
}
.contactmain-text-1 a::before {
  content: url(../images/common/contactlist-illust-5.svg);
  position: absolute;
  left: -65px;
  top: -45px;
}
.contactmain-text-1 a::after {
  content: "";
  height: 1px;
  width: 70%;
  background-color: #777;
  position: absolute;
  bottom: -10px;
  left: 15%;
}
.contactmain-text-1 a:hover {
  text-decoration: none;
}
/* 0～991 */
@media (max-width: 991px) {
  .contactmain-text-1 a {
    font-size: 16px;
  }
  .contactmain-text-1 a::before {
    top: -35px;
  }
}
/* 0～575 */
@media (max-width: 575px) {
  .contactmain-text-1 {
    margin-top: 120px;
  }
  .contactmain-text-1 a::before {
    left: 0;
    right: 0;
    bottom: inherit;
    top: -100px;
  }
  .contactmain-text-1 {
    margin-bottom: 30px;
  }
}

/*hover */
/*--------------------------------------------------*/

.hover a {
  -webkit-transition: 250ms;
  transition: 250ms;
}

.hover a:hover {
  opacity: 0.8;
}

a.hover {
  -webkit-transition: 250ms;
  transition: 250ms;
}

a.hover:hover {
  opacity: 0.8;
}

#header-btn:before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 48px;
  background-image: url(../images/common/pc_gatu.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.mainvisual_img_sp {
  display: none;
}

.sp_11gatu {
  display: none;
}
.top_under_contents {
  padding-top: 12px;
  text-align: center;
  letter-spacing: 2px;
  min-height: 50px;
}
.top_under_contents span {
  display: inline-block;
}
.top_under_contents .color-yellow {
  color: #fdff01;
}

.top_under_contents .msg_white {
  color: #fff;
  font-weight: bold;
}

.top_under_contents .radius_span {
  border-radius: 6px;
  background: #fff;
  display: inline-block;
  height: auto;
  font-weight: bold;
  width: 18%;
  text-align: center;
  min-width: 150px;
  font-size: 180%;
  margin-bottom: -2px;
  vertical-align: top;
}

.top_under_contents .font-large {
  font-size: 216%;
}

.top_under_contents .white_msg_wrap {
  display: inline;
  margin-top: -12px;
}
.top_under_contents .min_fee {
  font-size: 450%;
  vertical-align: top;
  margin: 0px 1px 0px 12px;
  height: 100%;
  margin-top: -26px;
  letter-spacing: 0px;
}

.top_under_contents .minimum_kome {
  font-family: monospace;
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .top_under_contents .radius_span {
    font-size: 160%;
  }
  .top_under_contents .minimum_kome {
    display: block;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #header-btn:before {
    display: none;
  }

  #header-text:after {
    content: "";
    display: block;
    width: 190px;
    height: 45px;
    margin-bottom: 6px;
    background-image: url(../images/common/sp_gatu.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  #header-text {
    font-size: 15px;
    left: 160px;
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual_img_pc {
    display: none;
  }
  .mainvisual_img_sp {
    display: block;
  }

  .top_under_contents {
    letter-spacing: 0px;
  }
  .top_under_contents .radius_span {
    font-size: 130%;
    vertical-align: super;
    max-width: 135px;
    border-radius: 10px;
  }
  .top_under_contents .min_fee {
    font-size: 210%;
    margin: 0px 2px 0px 8px;
    height: 100%;
    margin-top: -8px;
  }

  .top_under_contents .yen {
    margin-top: 8px;
  }

  .top_under_contents .font-large {
    font-size: 100%;
  }
  .top_under_contents .fee_after_msg {
    font-size: 155%;
    display: block;
  }
  .top_under_contents .white_msg_wrap {
    display: contents;
    margin-top: 0px;
  }

  .top_under_contents .color-yellow {
    font-weight: bold;
  }

  .top_under_contents {
    min-height: 0px;
  }
  .sp {
    display: block;
  }
}

.mainvisual_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 330px) {
  #header-text:after {
    width: 152px;
  }
  #header-text {
    font-size: 12px;
    left: 154px;
    top: 12px;
  }
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {
}
/* 0～575 */
@media (max-width: 575px) {
}

.content0006-table th.font-add {
  font-size: 22px;
}

/* --------------------
20241220 追記
-------------------- */
.fs-20 {
  font-size: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
