@charset "UTF-8";

.main-container {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  text-align: left;
  padding: 5px 10px;

}

h1 {
  position: relative;
  padding-bottom: 5px;
  margin: 10px 0 20px;

}

h1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 90%;
  height: 7px;
  box-sizing: border-box;
  border-top: 3px solid #fba206;
  border-bottom: 1px solid #fb6206;
}

.kakomi {
  margin: 20px 0;
  padding: 15px 20px;
  width: 80%;
  color: #fff;
  text-align: center;
  background-color: #FFC200;
  border: 4px dotted #fb9206;
  border-radius: 20px;
  font-family: "YuGothic", "Yu Gothic", "Meiryo", "ヒラギノ角ゴ", "sans-serif";
}

.kakomi2 {
  margin: 20px 0;
  padding: 15px 20px;
  width: 80%;
  color: #fff;
  text-align: center;
  background-color: #ea3e00;
  border: 4px dotted #009673;
  border-radius: 20px;
  font-family: "YuGothic", "Yu Gothic", "Meiryo", "ヒラギノ角ゴ", "sans-serif";
}


.juko {
  line-height: 1.7;
  margin-left: 2em;
}

.title-sub {
  padding-left: 20px;
}

.title-sub2 {
  padding-left: 10px;
}

/* テーブル */

table {
  margin: 0 10px;
  text-align: left;

}

.tbl-tunen {
  margin-top: 20px;
}

.tbl-tunen th {
  background: #ffd7a8;
  border: solid 1px #acacac;
  color: #313131;
  padding: 10px;
  width: 120px;
}

.tbl-tunen td {
  background: #fff;
  border: solid 1px #acacac;
  padding: 10px;

}

.box2 {
  text-align: left;
  margin: 20px 0 0 10px;
}

.box2 div {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 2px;
  padding: 10px;
  box-sizing: border-box;
  background: #d4eda7;
}

.box22 {
  text-align: left;
  margin: 20px 0 0 10px;
}

.box22 div {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  height: auto;
  margin: 2px 2px 20px 2px;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #FFC200;
  border-radius: 10px;
}

.box3 {
  text-align: left;
  margin: 20px 0;
}

.box3 div {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  height: auto;
  margin: 0 10px;
  padding: 10px;
  box-sizing: border-box;
}

.boxtitle {
  margin: 0 0 20px 0;
  padding: 4px 10px;
  font-size: 1.1rem;
  background: #FFC200;
  color: #ffffff;
  font-weight: bold;
  border: solid 1px #FFC200;
  border-radius: 0 10px 0 0;
}

.boxtitle2 {
  margin: 0 0 20px 0;
  padding: 4px 10px;
  font-size: 1.1rem;
  background: #ea3e00;
  color: #ffffff;
  font-weight: bold;
  border: solid 1px #ea3e00;
  border-radius: 0 10px 0 0;
}

.tbl-home {
  background: #d4eda7;
  text-align: center;
}


/* 赤文字リンク */

.orig a {
  color: red;
}

/* 花 */
.about {
  margin: 50px 0 10px 10px;

}

.about img {
  vertical-align: middle;
}


.box {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  box-sizing: border-box;
}


figure {
  display: inline-block;
  margin: 10px;
}

figure img {
  margin: 0 0 5px;
}

figcaption {
  text-align: center;
}

/* お手軽きっかけレッスン */
.left {
  float: left;
  margin: 10px 30px 10px 0;
}

.right {
  float: right;
  margin: 10px 30px 10px 0;
}

.right2 {
  float: right;
  margin: 5px 0 5px 5px;
}

.manual p {
  margin-top: 30px;
}

/* 吹き出し */

.conversation {
  width: 70%;
  padding: 5px 10px;
}

/* 吹き出し本体 */
.balloon2 {
  position: relative;
  padding: 10px;
  border-radius: 15px;
  color: #000;
  background-color: #fde5d0;
  margin-left: 110px;
  margin-bottom: 30px;

}

.balloon2 .girl {
  position: absolute;
  left: -110px;
  top: 0;
}

.balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 8px;
  border-right: 20px solid #fde5d0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.pc {
  display: block !important;
}

.mb {
  display: none !important;
}

.pc2 {
  display: block !important;
}

.mb2 {
  display: none !important;
}

ol li {
  margin: 0.5em 0;
}

@media only screen and (max-width: 850px) {

  .main-container {
    margin: 10px 10px;
    width: 100%;
  }

  .box3 div {
    width: auto;
  }

  .box3 div img {
    width: 100%;
  }

  .remote div {
    width: auto;
  }

  .remote div img {
    width: 100%;
  }

  .mb {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .pd2 {
    display: block !important;
  }

  .mb2 {
    display: none !important;
  }

  .flow img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .main-container {
    margin: 0 auto;
    width: 96%;
  }

  table {
    margin: -20px 0 0;
    text-align: left;
  }

  .last td:last-child {
    border-bottom: solid 1px #acacac;
    width: 100%;
  }

  .tbl-tunen {
    width: 90%;
  }

  .tbl-tunen th,
  .tbl-tunen td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .tbl-tunen td img {
    width: 100%;
    height: auto;
  }

  .box {
    width: auto;
    height: auto;
    margin: 2px;

  }

  .box2 {
    width: 90%;
    height: auto;
  }

  .box22 div {
    width: 90%;
  }


  figure img {
    width: 100%;
    height: auto;
  }

  .remote img {
    width: 100%;
    height: auto;
  }

  .kakomi {
    width: auto;
    text-align: left;
  }

  .kakomi2 {
    width: auto;
    text-align: left;
  }

  .manual {
    font-size: 0.875rem;
  }

  .manual img {
    width: 100%;
    height: auto;
  }

  /* 吹き出し */
  .conversation {
    width: auto;
  }

  /* 吹き出し本体 */

  .balloon2 {
    margin-right: 2px;
    font-size: 0.875rem;
  }

  .mb2 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }
}
