@charset "UTF-8";
/*　smacss
--------------------------------------------------------------------------------------- */
.pc_none,
.sp_block {
  display: none;
}

.sp_none,
.pc_block {
  display: block;
}

html,
body {
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

/*　banar
--------------------------------------------------------------------------------------- */
.banar .pc_block {
  margin: 50px auto;
}

.banar .sp_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto 0;
  padding: 20px;
}

/*　colorbox style
--------------------------------------------------------------------------------------- */
#cboxOverlay {
  background: #444;
}

#cboxClose {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 35px;
  height: 35px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  background: url(../../img/common/btn_close_alpha.png) no-repeat center center;
  text-indent: -9999px;
}

/*　inner contents
--------------------------------------------------------------------------------------- */
#cboxLoadedContent {
  padding: 0 0 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* .ttl */
  /* .cont */
}

#cboxLoadedContent .ttl {
  padding: 50px 2% 40px 2%;
  background: #e85d2b;
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 48px;
  text-align: center;
}

#cboxLoadedContent .cont {
  position: relative;
  padding: 0 5%;
  /* .cont__mes */
  /* .cont__sec */
}

#cboxLoadedContent .cont::before {
  position: absolute;
  top: -150px;
  left: 20px;
  width: 120px;
  height: 120px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  background: url(../../img/common/character.png) no-repeat center center;
  content: "";
}

#cboxLoadedContent .cont__mes {
  padding: 30px 0 5px 0;
  color: black;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.081em;
  line-height: 32px;
  text-align: center;
}

#cboxLoadedContent .cont__sec {
  padding: 10px 0;
  /* .cont__sec__ttl */
  /* .cont__sec__fig */
}

#cboxLoadedContent .cont__sec__ttl {
  position: relative;
  margin: 5px 0 20px;
  padding: 10px 0 10px 40px;
  border-bottom: 2px solid gray;
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 42.8px;
}

#cboxLoadedContent .cont__sec__ttl::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
  background: url(../../img/common/icon1.png) no-repeat center center;
  content: "";
}

#cboxLoadedContent .cont__sec__ttl::after {
  display: inline-block;
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: 200px;
  height: 30px;
  background: url(../../img/common/star-orthodontics-office.jpg) no-repeat center center;
  content: "";
}

#cboxLoadedContent .cont__sec__ttl span {
  display: inline-block;
}

#cboxLoadedContent .cont__sec__fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* .cont__sec__fig__des */
  /* .cont__sec__fig__img */
}

#cboxLoadedContent .cont__sec__fig__des {
  width: 58%;
  padding: 0 0 0 0;
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.121em;
  line-height: 32px;
}

#cboxLoadedContent .cont__sec__fig__img {
  width: 35%;
  margin: auto;
  padding: 10px 0 0 0;
}

/* #cboxLoadedContent */

@media screen and (max-width: 680px) and (orientation: portrait), screen and (max-width: 737px) and (orientation: landscape) {
  .pc_none,
  .sp_block {
    display: block;
  }
  .sp_none,
  .pc_block {
    display: none;
  }
  #cboxLoadedContent {
    padding: 0;
  }
  #cboxLoadedContent .ttl {
    color: white;
    font-size: 21.5px;
    font-size: 1.34375rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 31px;
  }
  #cboxLoadedContent .cont::before {
    top: -70px;
    left: -20px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #cboxLoadedContent .cont {
    padding: 0 3%;
  }
  #cboxLoadedContent .cont__mes {
    color: black;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 25px;
  }
  #cboxLoadedContent .cont__sec__ttl {
    color: black;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 30.75px;
  }
  #cboxLoadedContent .cont__sec__ttl::after {
    display: none;
  }
  #cboxLoadedContent .cont__sec__fig {
    display: block;
  }
  #cboxLoadedContent .cont__sec__fig__des {
    color: black;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 22.5px;
  }
  #cboxLoadedContent .cont__sec__fig__des {
    width: 100%;
  }
  #cboxLoadedContent .cont__sec__fig__img {
    width: 100%;
  }
}
