@charset "UTF-8";
.firstContentsWrap .linkBtn:last-child {
  margin-top: 20px;
}

.firstContentsWrap p a {
  text-decoration: underline;
}

.firstContentsWrap h2 span {
  background-image: url(../../img/facility/flow/title_contents1.png);
}

.flexContents .box {
  margin-top: 20px;
}

.flexContents dt, .flexContents dd {
  border: 1px solid #562525;
}

.flexContents dt {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: center center no-repeat;
  background-size: auto;
}

.flexContents dd {
  background-color: #fff;
  padding: 10px;
}

.detailWrap h2 span {
  background-image: url(../../img/facility/flow/title_detail.png);
}

.detailWrap dt {
  text-indent: 0;
  background-image: none;
  display: flex;
  align-items: center;
  padding: 10px;
}

.flowWrap {
  background-color: #fff3e1;
}

.flowWrap h2 span {
  background-image: url(../../img/facility/flow/title_contents2.png);
}

.flowWrap.course {
  background-color: #fff;
}

.flowWrap.course h2 span {
  background-image: url(../../img/facility/flow/title_course.png);
}

.flowWrap.course dt {
  text-indent: 0;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #562525;
}

.flowWrap dl {
  position: relative;
  margin-bottom: 20px;
}

.flowWrap dl:not(:last-child)::after {
  content: '';
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 15px auto;
  border-top: 1px solid #562525;
  border-right: 1px solid #562525;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.flowWrap dt {
  background-color: #efdb65;
}

.flowWrap dt.flow1 {
  background-image: url(../../img/facility/flow/text_flow1.png);
}

.flowWrap dt.flow2 {
  background-image: url(../../img/facility/flow/text_flow2_sp.png);
}

.flowWrap dt.flow3 {
  background-image: url(../../img/facility/flow/text_flow3_sp.png);
}

.flowWrap dt.flow4 {
  background-image: url(../../img/facility/flow/text_flow4.png);
}

.flowWrap.halfBox .box .center {
  font-weight: bold;
  margin-bottom: 10px;
}

.flowWrap.halfBox dl {
  border: 3px solid #562525;
  padding: 10px;
  position: relative;
  background-color: #fff3e1;
  margin-bottom: 40px;
  align-items: flex-start;
  justify-content: center;
}

.flowWrap.halfBox dl:not(:last-child)::after {
  position: absolute;
  bottom: -35px;
}

.flowWrap.halfBox dt, .flowWrap.halfBox dd {
  border: none;
  padding: 0;
  background-color: inherit;
  font-weight: bold;
}

.aboutWrap h2 span {
  background-image: url(../../img/facility/flow/title_contents3.png);
}

.aboutWrap dl {
  margin-bottom: 10px;
}

.aboutWrap dt, .aboutWrap dd {
  border: 1px solid #562525;
}

.aboutWrap dt {
  background-color: #fff3e1;
}

.aboutWrap dt.about1 {
  background-image: url(../../img/facility/flow/text_about1_sp.png);
}

.aboutWrap dt.about2 {
  background-image: url(../../img/facility/flow/text_about2_sp.png);
}

.aboutWrap dt.about3 {
  background-image: url(../../img/facility/flow/text_about3_sp.png);
}

.aboutWrap dt.about4 {
  background-image: url(../../img/facility/flow/text_about4_sp.png);
}

.aboutWrap dt.about5 {
  background-image: url(../../img/facility/flow/text_about5.png);
}

.aboutWrap dd {
  background-color: #fff;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .flexContents dt {
    border-bottom: none;
    padding: 5px 0;
  }

  .detailWrap dt, .detailWrap dd {
    width: 100%;
    border: none;
  }

  .detailWrap dt {
    background-color: #fff3e1;
  }

  .detailWrap dd {
    width: 100%;
    border: 1px solid #fff3e1;
  }

  .flowWrap dt.flow2, .flowWrap dt.flow3 {
    background-size: 50%;
  }

  .flowWrap.halfBox .box {
    margin-top: 0;
    width: 100%;
  }

  .flowWrap.halfBox .box .center {
    font-size: 2.1rem;
    border: 3px solid #562525;
    padding: 10px;
    background-color: #d8b98f;
    position: relative;
  }

  .flowWrap.halfBox .box .center:after {
    content: '';
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 10px auto;
    border-top: 2px solid #562525;
    border-right: 2px solid #562525;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .aboutWrap dt.about1 {
    background-size: 60%;
  }

  .aboutWrap dt.about2 {
    background-size: 90%;
  }

  .aboutWrap dt.about3 {
    background-size: 60%;
  }

  .aboutWrap dt.about4 {
    background-size: 65%;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  .flexContents .box {
    margin-top: 40px;
  }

  .flexContents dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flexContents dt {
    width: 20.9%;
  }

  .flexContents dd {
    width: 78.1%;
    padding: 25px;
  }

  .detailWrap {
    background-color: #fff3e1;
  }

  .detailWrap dt, .detailWrap dd {
    border: 2px solid #fff3e1;
    background-color: #fff;
  }

  .detailWrap dt {
    padding: 10px 20px;
  }

  .detailWrap dd {
    width: 79%;
  }

  .flowWrap > .center {
    padding: 0 130px;
  }

  .flowWrap.halfBox .box .center {
    font-size: 2.2rem;
  }

  .flowWrap.halfBox .box {
    width: 48%;
  }

  .flowWrap.halfBox dt, .flowWrap.halfBox dd {
    font-size: 2rem;
    border: none;
  }

  .flowWrap.halfBox dt {
    width: 20%;
  }

  .flowWrap.halfBox dd {
    width: 60%;
  }

  .flowWrap dl:not(:last-child)::after {
    width: 25px;
    height: 25px;
    margin: 10px auto;
  }

  .flowWrap dt.flow2 {
    background-image: url(../../img/facility/flow/text_flow2.png);
  }

  .flowWrap dt.flow3 {
    background-image: url(../../img/facility/flow/text_flow3.png);
  }

  .aboutWrap dt {
    padding: 10px 0;
  }

  .aboutWrap dt.about1 {
    background-image: url(../../img/facility/flow/text_about1.png);
  }

  .aboutWrap dt.about2 {
    background-image: url(../../img/facility/flow/text_about2.png);
  }

  .aboutWrap dt.about3 {
    background-image: url(../../img/facility/flow/text_about3.png);
  }

  .aboutWrap dt.about4 {
    background-image: url(../../img/facility/flow/text_about4.png);
  }
}
/*---------- タブレット ----------*/
/*# sourceMappingURL=flow.css.map */

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