@charset "UTF-8";
figure img {
  width: inherit;
  height: inherit; }

.pageTitle {
  font-size: 4rem;
  text-align: center; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

section {
  padding: 0; }

.top-content {
  margin-top: min(8vw, 200px); }

.text-center {
  text-align: center; }

.line {
  font-size: 140%;
  background: linear-gradient(transparent 60%, #FEEAD1 30%); }

.line2 {
  line-height: 1.3;
  font-size: 170%;
  background: linear-gradient(transparent 60%, #FFF 30%); }

.highlight {
  font-size: 160%;
  color: #FBA331; }

.text-right {
  text-align: right; }

.container {
  padding: 0 15px;
  max-width: 1052px;
  margin: 0 auto; }

.container2 {
  padding: 0 15px;
  max-width: 900px;
  margin: 0 auto; }

.column3 {
  flex-wrap: wrap;
  display: flex;
  margin-right: -10px;
  margin-left: -10px; }
  .column3 > * {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%; }
    @media (min-width: 750px) {
      .column3 > * {
        width: 33.3%; } }

.sec {
  padding: 8rem 0; }
  .sec p {
    margin-top: 2rem; }
  .sec-traning {
    margin-top: 8rem;
    background: #FFF;
    padding: 2rem; }
    @media (min-width: 750px) {
      .sec-traning {
        padding: 5rem; } }

.width-small {
  max-width: 355px;
  margin: 0 auto; }

.bg-gray {
  background: url("../img/flow-back.png") center center no-repeat; }
.bg-brand {
  background: rgba(251, 163, 49, 0.2); }

.headline3 {
  text-align: center;
  line-height: 1.2;
  padding: 1.4rem 2rem;
  font-size: 3.4rem;
  display: table;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid #FBA331; }
  .headline3 small {
    position: relative;
    padding: 1rem 2rem;
    font-size: 2rem;
    background: #FBA331;
    color: #FFF;
    display: inline-block;
    margin-bottom: 2rem; }
    .headline3 small:after {
      position: absolute;
      bottom: -13px;
      line-height: 1;
      left: 50%;
      content: "▼";
      color: #FBA331; }

.headline4 {
  margin-top: 6rem;
  line-height: 1.2;
  padding-left: 1rem;
  border-left: 2px solid #FBA331;
  font-size: 2.4rem; }

.traning-table {
  margin-top: 2rem;
  width: 100%;
  border: 2px solid #EEE; }
  .traning-table td, .traning-table th {
    border: 2px solid #EEE;
    padding: 1rem; }
  .traning-table th {
    border: 2px solid #EEE;
    background: #F3F4F4; }
  .traning-table thead th {
    color: #FFF;
    background: #FBA331; }
  .traning-table tfoot th, .traning-table tfoot td {
    color: #af1c13;
    background: rgba(251, 163, 49, 0.3); }
  .traning-table tfoot td {
    text-align: right;
    font-size: 120%;
    font-weight: bold; }

.flowList {
  counter-reset: listnum; }
  .flowList li {
    position: relative;
    margin-top: 6rem;
    border: 2px solid #DDD;
    padding: 1.5rem 1.5rem 1.5rem 5rem; }
    .flowList li h3 {
      font-size: 2.4rem;
      color: #FBA331; }
    .flowList li p {
      margin-top: 0; }
    .flowList li:before {
      transform: translate(0, -50%);
      background: #FBA331;
      color: #FFF;
      font-size: 3rem;
      padding: 0.7rem 1.3rem;
      line-height: 1;
      position: absolute;
      left: -1.5rem;
      top: 50%;
      counter-increment: listnum;
      /* counter-resetと同じ文字列 */
      content: counter(listnum);
      /* カウントした数に応じて番号を表示 */ }
    .flowList li + li:after {
      position: absolute;
      top: -7rem;
      left: 50%;
      transform: scale(1, 0.5);
      content: "∨";
      color: #FBA331;
      font-size: 40px;
      font-weight: bold; }

.checkList li {
  line-height: 1.4;
  font-size: 120%;
  background: url("../img/checkicon.svg") no-repeat 15px center/20px auto #F3F4F4;
  font-weight: bold;
  padding: 1.5rem 1rem 1.5rem 50px;
  margin-top: 20px; }

.serviceList {
  margin-top: 3rem; }
  .serviceList li {
    margin-top: 3rem; }
  .serviceList a {
    line-height: 1.2;
    border-radius: 10px;
    font-size: 130%;
    text-align: center;
    display: block;
    background: url("../img/arrowbottom.svg") no-repeat center bottom 10px/20px auto #FBA331;
    color: #FFF;
    padding: 3rem 1rem 4rem 1rem;
    font-weight: bold; }
    .serviceList a span {
      margin-right: auto;
      margin-left: auto;
      background: #FFF;
      display: table;
      line-height: 1;
      padding: 0.5rem 1.5rem;
      color: #FBA331;
      margin-bottom: 10px; }

.featureList li {
  margin-top: 2rem; }
.featureList_inner {
  text-align: center;
  background: #FFF;
  line-height: 1.5;
  padding: 20px;
  height: 100%; }
  .featureList_inner strong {
    display: block;
    margin-top: 1rem;
    font-size: 2rem; }

.styleList {
  margin-top: 2rem;
  text-align: center; }
  .styleList li {
    background: url("../img/checkicon.svg") no-repeat 15px center/20px auto #FFF;
    margin-left: 5px;
    font-size: 2rem;
    margin-top: 1rem;
    padding: 1.5rem 2rem 1.5rem 40px;
    line-height: 1.2;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid #FBA331;
    font-weight: bold;
    color: #FBA331; }

.traningList {
  margin-top: 3rem;
  line-height: 1.2;
  font-size: 0;
  display: flex;
  justify-content: center; }
  .traningList li {
    text-align: center;
    position: relative;
    margin-top: 1rem;
    font-size: 2rem;
    padding: 2rem;
    font-weight: bold; }
    .traningList li + li {
      margin-left: 40px; }
      .traningList li + li:after {
        position: absolute;
        left: -50px;
        top: 50%;
        line-height: 1;
        margin-top: -25px;
        content: "＋";
        font-weight: bold;
        font-size: 50px;
        color: #FBA331; }

.traningList2 {
  margin-top: 2rem;
  line-height: 1.2;
  text-align: center;
  font-size: 0; }
  .traningList2 li {
    font-size: 30px;
    position: relative;
    margin-top: 1rem;
    font-size: 2rem;
    padding: 2rem;
    border: 2px solid #FBA331;
    font-weight: bold;
    display: inline-block;
    background: #FFF; }
    .traningList2 li + li {
      margin-left: 40px; }
      .traningList2 li + li:after {
        position: absolute;
        left: -40px;
        top: 50%;
        line-height: 1;
        margin-top: -15px;
        content: "＋";
        font-weight: bold;
        font-size: 30px;
        color: #FBA331; }

.mt {
  margin-top: 4rem !important; }

.price {
  font-size: 150%;
  font-weight: bold; }

/*# sourceMappingURL=traning.css.map */
