
/*----------------------------
  beginners
----------------------------*/
.beginners_introduction {
  border: 3px solid #f08300;
  padding: 2rem;
  margin-top: 2rem;
  background-color: #fff;
}


.beginners_introduction-note_wrap{
  background: #fff;
  padding: 1rem 2rem;
  width: 80%;
  margin: 30px auto;
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.7);
}

.beginners_introduction-note{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 3rem;
  line-height: 3rem;
  position: relative;
}

.beginners_introduction-note p{
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.beginners_introduction-note-span {
  text-align: right;
  vertical-align: top;
}

.beginners_introduction-note-owner {
  position: absolute;
  right: 0;
  bottom: -46px;
}


.beginners_flow {
  background-color: #fff;
  border-top: 2rem;
  padding: 1rem 1rem 2rem;
  margin: 2rem 0;
}

.beginners_header {
  border: 8px solid #f9c385;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 0 4px;
  width: 40%;
  margin: 1rem auto 2rem;
  color: #f08300;
  letter-spacing: 3px;
}

.beginners_header-span {
  color: #f08300;
}

.beginners_table-wrapper {
  margin-bottom: 1rem;
}


.beginners_phone {
  color: #f08300;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 1px dashed;
  display: inline-block;
  margin-top: 2rem;
}

.beginners_favor {
  color: #f08300;
  margin: 2rem 0 2rem;
}

.beginners_favor ul {
  padding: 0 2rem;
}

.beginners_favor li {
  list-style: disc;
}

.beginners_favor-2 li {
  color: #f08300;
  list-style: disc;
  margin-left: 2rem;
}


/* balloon */
.beginners_balloon-wrapper {
  position: absolute;
  left: -26px;
}

.beginners_balloon{
  position: relative;
  width: 50px;
  height: 50px;
  background: #f08300;
  padding: 1rem;
  line-height: 32px;
  text-align:center;
  border-radius: 50%;
  font-size: 3rem;
  color: yellow;
}

.beginners_balloon:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -11px;
  bottom: 17px;
  border-style: solid;
  border-color: transparent transparent transparent #f08300;
  border-width: 7px 0 7px 12.12px;
  transform: rotate(0deg);
}

.beginners_btn-contact {
  color: #fff;
  background-color: #f08300;
  border: thin solid #f08300;
  width: 100%;
  margin: 1rem 0;
}

.reserveBox {
  background-color: #fff6eb;
  padding: 2rem 0rem 0rem 4rem;
  border-radius: 10px;
}

.reserveBox div:last-child {
  border: none;
}

.reserveBox_container {
  position: relative;
  border-left: 2px solid #f08300;
}

.reserveBox_wrapper-text {
  padding: 1rem 2rem 2rem 5rem;
  border-radius: 10px;
}

.reserveBox-header {
  color: #f08300;
  font-size: 2rem;
  border-bottom: 2px solid #f08300;
}

.reserveBox-caution {
  background-color: yellow;
}

@media screen and (min-width: 768px) {
  .beginners_flow {
    padding: 1rem 2rem 2rem;
  }

  .reserveBox {
    padding: 2rem 2rem 2rem 5rem;
  }
}

@media screen and (min-width: 920px) {}
