/*カラム表示 基本*/
/*カラム用*/
.col_wrap {
  display: flex;
  justify-content: space-between;
}

.col2_01 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .col2_01 {
    width: 100%;
  }
}

@media(min-width: 768px) {
  /* a[href^="tel:"] {
    pointer-events: none;
  }*/
}

.contents h2,
.contents h3 {
  margin-top: 80px;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  color: #009ee7;
}

.le_space {
  letter-spacing: -0.005em !important;
}

span.txt_bl {
  font-size: 2.0rem;
  color: #009ee7;
}

p.sub {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 15px;
}

p.sub_s {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 5px;
}

p.bar_bl {
  background-color: #009ee7;
  color: #fff;
  height: 45px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

p.bar_bl.chert {
  margin: 80px 0 15px;
}

#kuyou .bar_bl {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.4;
}

#kuyou .bar_bl span {
  font-size: 1.7rem;
  margin-left: 20px;
}

#kuyou .mar-bl {
  margin-bottom: 80px;
}

p.cap {
  font-family: 'YakuHanRP', 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.7rem;
  margin-top: 10px;
  font-weight: 300;
}

p.note {
  font-size: 1.7rem;
  text-align: center;
}

small {
  font-size: 1.3rem;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  height: 60px;
  background-color: #ff7baa;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  transition: all 1s;
}

a.btn:hover {
  color: #fff;
  background-color: #F95E95;
}

.btn span {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
}

.btn span::before,
.btn span::after {
  content: '';
  background-image: url("../images/ashiato_w.png");
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: -50px;
  background-repeat: no-repeat;
  top: -7px;
}

.btn span::after {
  right: -50px;
  left: auto;
}

.btn+img {
  margin-top: 80px;
}

.col_wrap.contact div.tel {
  width: calc(88% - 10px);
  background-color: #ff7bab;
  display: flex;
  padding: 0 20px;
  height: 52px;
  align-items: center;
  justify-content: space-between;
}

.col_wrap.contact div.tel>img:first-child {
  width: 32%;
}

.col_wrap.contact div.tel>img:last-child {
  width: 15%;
}

.col_wrap.contact div.tel a {
  width: 53%;
  padding: 0 15px;
}

.col_wrap.contact div.tel a img {
  width: 100%;
}

.col_wrap.contact .mail {
  background-color: #009ee7;
  display: flex;
  justify-content: center;
  width: 12%;
}

.col_wrap.contact .mail img {
  width: 90%;
  max-width: 54px;
}

.voice_box {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.6;
  border: 2px dotted #009ee7;
  margin-bottom: 20px;
}

.voice_box dt {
  background-image: url("../images/ashiato_p.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 24px 25px;
  font-size: 2.2rem;
  padding: 30px 24px 10px calc(24px + 5rem);
  margintop: 10px;
}

.voice_box dd {
  font-size: 2.0rem;
  padding: 0px 24px 20px;
}

.voice_box dd.f_yaku_r span {
  font-size: 2.0rem;
  font-family: 'YakuHanRP', 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 300;
}

.voice_box dd+dt {
  border-top: 2px dotted #009ee7;
}

/*#choose*/
#choose ul {
  margin: 30px 0 60px;
  padding: 0 14px;
}

.contents #choose ul li {
  display: flex;
  align-items: center;
}

.contents #choose ul img {
  width: 37%;
  height: auto;
}

.contents #choose ul .txt_area {
  width: 63%;
  padding-left: 20px;
}

.contents #choose ul h3 {
  font-size: 2.8rem;
  margin-top: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.contents #choose ul p {
  font-size: 2.4rem;
}

#choose ul li+li {
  margin: 30px 0 0;
}

/*#plan*/
.col_wrap .plan_box {
  width: 48%;
}

.col_wrap .plan_box p.bar_bl {
  font-size: 2.8rem;
}

.col_wrap .plan_box p.sub {
  text-align: left;
  font-size: 1.8rem;
  padding: 0 10px;
}

.contents #plan h2 {
  margin-bottom: 10px;
}

.contents #plan ul {
  font-family: 'YakuHanRP', 'M PLUS Rounded 1c', sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

.contents #plan ul li {
  font-size: 1.65rem;
  line-height: 1.4;
}

.contents #plan ul li span {
  font-size: 1.60rem;
  color: #009ee7;
}

img.plan04_03 {
  margin-top: 20px;
}

img.plan04_04 {
  margin-top: 30px;
}

p.sub br.br_sp {
  display: none;
}

.txt_area .br_sp {
  display: none;
}

.br_pc {
  display: block;
}


@media screen and (max-width: 767px) {
  .col_wrap .plan_box p.bar_bl {
    font-size: 2.2rem;
  }

  .col_wrap .plan_box p.sub {
    text-align: left;
    font-size: 1.8rem;
    padding: 0 10px;
  }

  .col_wrap.contact .mail {
    background-color: #009ee7;
    display: flex;
    justify-content: center;
    width: 12%;
  }

  p.sub br.br_sp {
    display: block;
  }
	.txt_area .br_sp {
  display: block;
}

  .br_pc {
    display: none;
  }

  /*#choose*/
  .contents #choose ul li {
    align-items: flex-start;
  }

  .contents #choose ul img {
    width: 27%;
  }

  .contents #choose ul .txt_area {
    width: 73%;
  }

  .contents #choose ul h3 {
    font-size: 1.8rem;
  }

  .contents #choose ul p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  span.txt_bl {
    font-size: 1.4rem;
    display: block;
  }

  p.sub {
    font-size: 1.6rem;
  }

  p.sub br {
    display: none;
  }

  p.sub_s {
    font-size: 1.6rem;
  }

  p.bar_bl {
    font-size: 1.9rem;
    height: 30px;
  }

  p.bar_bl.chert {
    margin: 40px 0 15px;
  }

  p.cap {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  p.note {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.4;
  }

  .btn {
    margin-top: 20px;
    height: 40px;
    border-radius: 10px;
  }

  .btn span {
    font-size: 2rem;
    display: inline-block;
    position: relative;
  }

  .btn span::before,
  .btn span::after {
    width: 20px;
    height: 20px;
    left: -30px;
    top: -1px;
  }

  .btn span::after {
    right: -30px;
    left: auto;
  }

  .btn+img {
    margin-top: 40px;
  }

  .col_wrap.contact .mail img {
    width: 80%;
    max-width: 34px;
  }

  .contents h2,
  .contents h3 {
    margin-top: 40px;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.0rem;
  }

  .voice_box dt {
    background-image: url("../images/ashiato_p.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 13px 10px;
    font-size: 1.6rem;
    padding: 10px 14px 10px calc(14px + 3rem);
    margintop: 10px;
  }

  .voice_box dd {
    font-size: 1.4rem;
    padding: 0px 14px 10px;
  }

  .voice_box dd.f_yaku_r span {
    font-size: 1.4rem;
  }

  #choose ul {
    margin: 10px 0 20px;
    padding: 0;
  }

  .contents #choose ul img {
    width: 20%;
  }

  .contents #choose ul .txt_area {
    width: 80%;
    padding-left: 10px;
    margin-top: -5px;
  }

  .contents #choose ul h3 {
    font-size: 1.6rem;
  }

  .contents #choose ul p {
    font-size: 1.3rem;
  }

  #choose ul li+li {
    margin: 20px 0 0;
  }

  #plan .col_wrap {
    flex-flow: column;
  }

  .col_wrap .plan_box {
    width: 100%;
  }

  .col_wrap .plan_box+.plan_box {
    margin-top: 40px;
  }

  .col_wrap .plan_box p.bar_bl {
    font-size: 1.6rem;
  }

  .col_wrap .plan_box p.sub {
    font-size: 1.4rem;
  }

  .contents #plan .display_sp h3 {
    margin-bottom: 10px;
    text-align: left;
  }

  #kuyou .mar-bl {
    margin-bottom: 40px;
  }

  #kuyou .bar_bl {
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
  }

  #kuyou .bar_bl span {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .col_wrap.contact div.tel {
    width: calc(88% - 5px);
    padding: 0 10px;
    height: 32px;
  }

  .col_wrap.contact .mail img {
    width: 80%;
    max-width: 34px;
  }
}