@charset "UTF-8";

/* CSS Document */
/*-----------------共通-----------------*/
/*パンくず*/
ol {
  max-width: 1040px;
  margin: 0 auto 50px auto;
}

ol li {
  list-style: none;
  display: inline-block;
  position: relative;
}

ol li a {
  text-decoration: none;
  border: none;
  color: #333;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.8em;
  line-height: 1.7em;
  letter-spacing: 0.18em;
  transition: all .3s ease;
}

ol li a:hover {
  text-decoration: underline;
  color: #5b5258;
}

.bread_arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  bottom: 0px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #64675e;
  border-right: 1px solid #64675e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bread_arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/* 簡易 margin padding */
.m0 {
  margin: 0 !important;
}

/* margin 0px を指定するクラス */
.mt0 {
  margin-top: 0 !important;
}

/* margin-top0px を指定するクラス */
.mr0 {
  margin-right: 0 !important;
}

/* margin-right0px を指定するクラス*/
.mb0 {
  margin-bottom: 0 !important;
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
  margin-left: 0 !important;
}

/* margin-left0px を指定するクラス*/
.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

/* padding - 要素の内側の余白 */
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

/* マイナスマージン */
/* .mr-60 {
  margin-right: -60px!important;
} */



/* コンテンツ */
.main_content2 {
  padding: 10px 0 60px 0;
  background: #eae7d8;
  margin: 0 auto;
}

/* ヘッドブロックセクション */
.head_section {}

.local_link {}

/* コンテンツ タイトル */
.main__tit01 {
  color: #111;
  font-size: 25px;
  font-size: 1.7rem;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
}

.main__tit01 .list_center {
  color: #111;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  font-size: 0.8em;
}

/* コンテンツ リード文 */
.lead_p {
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.9em;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  color: #000;
}

/*-----------------先生一覧ページ-----------------*/
* {
  box-sizing: border-box;
}

.bg_wrap {
  /* height: 470px; */
  max-width: 1040px;
  margin: 40px auto 0 auto;
  /* padding-bottom: 100px; */
  display: flex;
  flex-wrap: wrap;
}

.index_products_detail {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  line-height: 1;
  color: #444;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 430px;
}


@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .index_products_detail {
    margin-bottom: 570px;
  }
}


.main_content {
  padding: 10px 0 60px 0;
  background: #f5f0daed;
}

@media all and (-ms-high-contrast: none){
  .main_content {
    background: #f5f0da;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 400px;
  }
}

.l-main {
  line-height: 180%;
}

.l-contents {
  word-break: normal;
  word-wrap: break-word;
}


img {
  line-height: 1;
  font-size: 0;
  height: auto;
  max-width: 100%;
}

#mrg, #mrg2 {
  margin: 0 40px 0 0;
}

/* // 大デバイス（タブレット, 768px 以上） */
@media (min-width: 900px) and (max-width: 1100px) {
  .bg_wrap {
    max-width: 800px;
  }

  .col-xs-12 {
    max-width: 5400px;
  }
}

.index_products_detail .imgarea img {
    width: 400px;
}

/*テキスト*/
.index_products_detail .txtarea {
  background: #fff;
  padding: 25px 35px 45px;
  width: 380px;
  position: absolute;
  right: 16px;
  top: 250px;
  min-height: 435px;
  transition: all .3s ease;
}

.index_products_detail .txtarea p {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  color: #111;
}

.index_products_detail .txtarea .ttl {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 20px;
  font-weight: normal;
}

.index_products_detail .txtarea ul  {
    padding-left: 0.6em;
}

.index_products_detail .txtarea ul li {
  list-style: none;
  padding-left: 0em;
  position: relative;
}

.index_products_detail .txtarea ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2b1a14;
  border-right: 2px solid #2b1a14;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index_products_detail .txtarea ul li:hover::before {
  left: -12px;
}


.index_products_detail .txtarea ul li a {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  color: #111;
}

/*ボタン*/
.index_products_detail .common_link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}

.common_link a {
  color: #fff;
  font-size: 16px;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  background: rgb(43, 26, 20);
  padding: 15px 0;
  transition: all .3s ease;
}

.index_products_detail .txtarea:hover {
    background: #5b5258;
}

.index_products_detail .txtarea:hover p,
.index_products_detail .txtarea:hover .ttl,
.index_products_detail .txtarea:hover ul li a{
  color: #fff
}

.index_products_detail .txtarea:hover .common_link a{
  background: #51424c!important;
}


.common_link a:hover {
  background: #51424c!important;
}

.common_link a {
  text-align: center;
  display: block;
  text-decoration: none;
  border: none;
}

/*ボタン（先生詳細：一覧に戻る）*/
.common_link-list {
  /* max-width: 1040px; */
  margin: 60px auto 0 auto;
}

.common_link-list a {
  color: #fff;
  font-size: 16px;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  background: rgb(43, 26, 20);
  padding: 12px 0;
  transition: all .3s ease;
  min-width: 250px;
  height: 50px;
}

.common_link-list a:hover {
  background: #5b5258;
}

.common_link-list a {
  text-align: center;
  display: block;
  text-decoration: none;
  border: none;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}

/* // 大デバイス（タブレット, 768px 以上） */
@media (min-width: 992px) and (max-width: 1199px) {
  .bg_wrap {
    max-width: 1000px;
  }

  .imgarea {
    width: auto;
  }

  .col-xs-12 {
    max-width: 480px !important;
  }
}

/* // 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .bg_wrap {
    margin: 0 auto;
    /* height: 920px; */
  }

  .content_wrap {
    max-width: 700px;
  }

  .col-xs-12 {
    max-width: 30px;
  }

  .index_products_detail .txtarea {
    width: 400px;
  }

  #mrg, #mrg2 {
    margin: 0 auto 180px auto;
  }

  .imgarea {
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

/*スマホ*/
@media only screen and (max-width: 767px) {
  .common_link-list {
    width: 90%;
  }

  .common_link-list a {
    color: #fff;
    font-size: 16px;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    background: rgb(43, 26, 20);
    padding: 12px 0 0 0;
    transition: all .3s ease;
    width: 100%;
    height: 50px;
  }

  .index_products_detail, .index_products_top {
    margin-bottom: 30px;
    margin-right: 0px!important;
  }

  #mrg, #mrg2 {
    margin: 0 0 0 0;
  }
}


.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 500px;
}

@media only screen and (max-width: 767px) {
  .index_products_detail .txtarea {
    padding: 20px 20px 60px;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    min-height: auto;
  }

  .imgarea {
    width: 100%;
  }

  .bg_wrap {
    margin: 40px auto 0 auto;
    width: 90%;
    padding-bottom: 50px;
  }
  .index_products_detail .txtarea .ttl {
    font-size: 20px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

/* // 極小デバイス（縦向きモバイル, 576px 未満） */
/* 先生一覧 */
@media (max-width: 767px) {
  .profile_list #main>header {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-attachment: scroll;
    height: 540px;
  }

  /*取扱業務*/
  .works #main>header {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv02_sp.jpg);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv02_sp.jpg);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv02_sp.jpg);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv02_sp.jpg);
    background-attachment: scroll;
    height: 540px;
  }

  /*費用*/
  .price #main>header {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv03_sp.jpg);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv03_sp.jpg);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv03_sp.jpg);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv03_sp.jpg);
    background-attachment: scroll;
    height: 540px;
  }

  /* お問い合わせ */
  .contact #main>header {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_sp.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_sp.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_sp.jpg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/kv04_sp.jpg");
    background-attachment: scroll;
    height: 540px;
  }
}

/*-----------------一覧ページ共通設定-----------------*/
/* profile */
.profile_list .wrapper h4 {
  line-height: 0.4em;
  font-size: 1.25em;
  margin: 2.5em 0 1.5em 0;
  letter-spacing: 0.15em;
  background: none;
  border-bottom: none;
  box-shadow: none;
  padding-left: 0;
}

.profile_list .wrapper h4 em {
  font-weight: normal;
  font-size: 2.1em;
  color: #242f34;
  padding-right: 3px;
  padding-right: 10px;
}

.profile_list .wrapper hr {
  position: relative;
  margin: 2.3em 0;
  text-shadow: 2px 2px 2px #fff;
  box-shadow: 1px 0px 0px #e8e8e8;
  z-index: 1;
}

.profile_list .wrapper header {
  position: relative;
  z-index: 0;
}

.profile_list .wrapper p {
  position: relative;
  margin-bottom: 1.2em;
  z-index: 2;
}

/*-----------------先生詳細ページ-----------------*/
.bg_common_wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 60px;
}

.nakamura_t .bg_common_wrap {
  margin: 0 auto 80px;
}

.products_head2 .imgarea {
  width: 490px;
  height: 470px;
}

.products_head2 {
  box-shadow: none;
}

.products_head2 .txtarea {
  position: absolute;
  top: 230px;
  right: 0;
  background: #fff;
  padding: 50px 50px 30px 30px;
  width: 520px;
}

.products_head2 .txtarea h2 {
  font-size: 1.9em;
}

.products_head2 .txtarea .subttl {
  display: block;
  color: #111;
  margin-bottom: 8px;
}

.products_head2 .txtarea .subttl {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.products_head2 .txtarea p {
  color: #000;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.9em;
  line-height: 1.9em;
  letter-spacing: 0.18em;
}


.nakamura_t .products_head2 .txtarea ul {
  margin: 0 0 0em 0;
}

.nakamura_t .products_head2 .txtarea ul li {
  position: relative;
}


.nakamura_t .products_head2 .txtarea ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -14px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2b1a14;
    border-right: 2px solid #2b1a14;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nakamura_t .products_head2 .txtarea ul li:hover::before {
    left: -12px;
}


.nakamura_t .products_head2 .txtarea ul li a {
  color: #000;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.9em;
  line-height: 1.9em;
  letter-spacing: 0.18em;
}

/*-----------------詳細ページ共通設定-----------------*/
/* profile */
.profile .wrapper h4 {
  line-height: 0.4em;
  font-size: 1.25em;
  margin: 2.5em 0 1.5em 0;
  letter-spacing: 0.15em;
  background: none;
  border-bottom: none;
  box-shadow: none;
  padding-left: 0;
}

.profile .wrapper h4 em {
  font-weight: normal;
  font-size: 2.1em;
  color: #242f34;
  padding-right: 3px;
  padding-right: 10px;
}

.profile .wrapper hr {
  position: relative;
  margin: 2.3em 0;
  text-shadow: 2px 2px 2px #fff;
  box-shadow: 1px 0px 0px #e8e8e8;
  z-index: 1;
}

.profile .wrapper header {
  position: relative;
  z-index: 0;
}

.profile .wrapper p {
  position: relative;
  margin-bottom: 1.2em;
  z-index: 2;
}

/*経歴*/
.common_flow {
  margin-bottom: 50px;
}

.common_flow_dl {
  flex-basis: 48%!important;
}

.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .col-md-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-7 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-lg-7, .col-md-7, .col-sm-7 {
  width: 50%;
  position: relative;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 50%;
  padding: 0;
}

.common_flow_dl dt {
  color: #111;
  font-size: 25px;
  font-size: 1.75rem;
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
}

.common_flow .contact_area .common_link, .common_flow .contact_area .open, .common_flow_dl dt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.common_flow_dl dt .list {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
}

.common_flow_dl dt .list::before {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 1px solid #da8484;
  position: absolute;
  right: 0;
  top: 50%;
}

.common_flow_dl dd {
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.8em;
  line-height: 1.95em;
  letter-spacing: 0.18em;
  color: #000;
  position: relative;
  /* text-indent: -8.5em; */
  padding-left: 8.5em;

}

.common_flow_dl dd .ym {
  color: #9a9494;
  position: absolute;
  left: 0;
}

.br-sp {
  display: none;
}

/*SP*/
@media only screen and (max-width: 767px) {
  #br_mrg {
    margin: 40px auto 0 auto;
  }

  .col-lg-7, .col-md-7, .col-sm-7 {
    padding: 0 10px;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }

  #pr_mrg {
    margin: 40px auto 0 auto;
  }
  .common_flow_dl {
    flex-basis: 100%!important;
  }

  .common_flow_dl dt {
    font-size: 1.4rem;
    padding-left: 40px;
    margin-bottom: 15px;
  }

  .common_flow_dl dt .list {
    width: 40px;
  }

  .common_flow_dl dt .list::before {
    width: 20px;
  }

  .common_flow_dl dt .list {
    width: 30px;
  }

  .common_flow_dl dd,
  .company_greeting_area p {
    /* padding-left: 0; */
    margin: 0 0 0 10px;
    font-size: 1em;
    /* text-indent: 0; */
  }

  /* .common_flow_dl dd .ym {
    padding: 0 15px 0 0;
  }

  .br-sp {
    display: block;
  } */
}

/*SP*/
/* // 極小デバイス（縦向きモバイル, 576px 未満） */
@media (max-width: 767px) {
  .wrap {
    background: #5a1e3b;
    padding: 0;
  }

  .main_content2 {
    height: auto;
    padding: 50px 0;
  }

  .profile #main>header {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv01_sp-new.jpg);
    background-attachment: scroll;
    height: 550px;
  }

  .products_head2 {
    margin: 40px 0;
    width: 100%;
    padding: 0;
  }

  .products_head2 .txtarea {
    position: static;
    padding: 30px 20px 20px 20px !important;
    width: 100%;
  }


  #replace {
    display: block !important;
  }

  .products_head2 .txtarea .subttl {
    font-size: 14px;
    font-size: 1.05rem;
    margin-bottom: 3px;
  }

  .products_head2 .txtarea {
    position: relative;
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
    top: -10px;
    background: #fff;
    border-top: none;
    border-bottom: none;
  }

  .products_head2 .imgarea {
    width: 100%;
    height: 350px;
  }

  .more_btn {
    min-width: 300px !important;
  }
}

/* // 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .bg_common_wrap {
    max-width: 700px;
    height: 850px;
  }

  .products_head2 .txtarea {
    top: 430px;
  }

  .main_content2 {
    padding: 70px 0 10px 0;
  }

  .col-lg-7, .col-md-7, .col-sm-7 {
    flex-basis: 100%;
    margin: 0 0 50px 40px;
  }
}

/* // 大デバイス（タブレット, 1000px 以上） */
@media (min-width: 1000px) and (max-width: 1999px) {
  .bg_common_wrap {
    max-width: 940px;
    height: 640px;
  }
}

/* // 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {
  .bg_common_wrap {
    max-width: 1040px;
    height: 640px;
  }

  .products_head2 .txtarea {
    width: 580px;
  }
}

/* // 特大デバイス（ワイド・デスクトップ, 1700px 以上） */
@media (min-width: 1700px) {
  .bg_common_wrap {
    max-width: 1100px;
  }

  .products_head2 .txtarea {
    width: 660px;
    top: 200px;
  }

  .products_head2 .txtarea p {
    font-size: 0.85em;
  }

  .products_head2 .txtarea h2 {
    font-size: 1.8em;
  }

  .products_head2 .imgarea {
    width: 490px;
    height: 520px;
  }

  /* #main>header h2 {
    margin: -0.55em 0 0 0;
  } */

  .row {
    max-width: 1100px;
    display: block!important;
  }
}

/*-----------------先生詳細-----------------*/
/*SP*/
/* // 極小デバイス（縦向きモバイル, 576px 未満） */
@media (max-width: 767px) {
  .profile_more #main>header {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv05_sp.jpg);
    background-image: -webkit-linear-gradient(top, rgba(142, 114, 114, 0.6), rgba(0, 0, 0, 0.29)), url(../../images/kv05_sp.jpg);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv05_sp.jpg);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/kv05_sp.jpg);
    background-attachment: scroll;
    height: 300px;
  }
}

/*-----------------取扱業務-----------------*/
.common_flow_2 {
  margin-bottom: 50px;
}

.row_2 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
}

hr {
  border: 0;
  border-bottom: solid 1px #5f5057;
  margin: 2.1em auto 2.5em auto;
  max-width: 1040px;
}

/* // 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) and (max-width: 991.99px) {
  .col-lg-7_2, .col-md-7_2, .col-sm-7_2 {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    margin: 0 auto;
  }

  .row_2 {
    max-width: 700px;
  }

  hr {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .col-md-7_2 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-lg-7_2, .col-md-7_2, .col-sm-7_2 {
  /*width: 50%;*/
  position: relative;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0;
}

.common_flow_dl_2 dt {
  color: #111;
  font-size: 25px;
  font-size: 1.7rem;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
}

.common_flow_2, .common_flow_dl_2 dt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.common_flow_dl_2 dt .list {
  display: block;
  position: absolute;
  top: 16%;
  left: 0;
  width: 40px;
  font-size: 0.8em;
}

.common_flow_dl_2 dt .list::before {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 1px solid #da8484;
  position: absolute;
  left: 35px;
  top: 75%;
}

.common_flow_dl_2 dd {
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.9em;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  color: #000;
}


.common_flow_dl_2 dd a {
  font-size: 1.1em;
  color: #5a1e3b;
  text-decoration: underline;
}

.common_flow_dl_2 dd a:hover {
  text-decoration: none;
  color: #5a1e3b;
}


.common_flow_dl_2 dd .ym {
  color: #9a9494;
  padding: 0 30px 0 0;
}

/*SP*/
@media only screen and (max-width: 767px) {
  hr {
    border-bottom: solid 1px #5f5057;
    margin: 1.5em auto 2.5em auto;
    width: 90%;
  }

  .common_flow_2 {
    margin: 40px 0 0 0;
  }

  .col-lg-7_2, .col-md-7_2, .col-sm-7_2 {
    padding: 0 10px;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }

  .common_flow_dl_2 dt {
    font-size: 1.38rem;
    padding-left: 54px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .common_flow_dl_2 dt .list {
    width: 40px;
  }

  .common_flow_dl_2 dt .list::before {
    width: 17px;
  }

  .common_flow_dl_2 dt .list {
    width: 30px;
  }

  .common_flow_dl_2 dd {
    padding-left: 0;
    margin: 0 0 10px 10px;
    font-size: 1.25em;
    line-height: 1.7em;
  }


  .common_flow_dl_2 dd .ym {
    padding: 0 15px 0 0;
  }

  .common_flow_dl_2 dt .list::before {
    width: 15px;
    left: 30px;
    top: 75%;
  }
}

/*-----------------費用-----------------*/
.wrap_table {
  margin: 0 0 60px 0;
}

/*見出し*/
.common_flow_dl_2 .list_left .list_center {
  color: #111;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  font-size: 0.8em;
}

.common_flow_dl_2 .list_left .list_center::before {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 1px solid #da8484;
  position: absolute;
  top: 75%;
}

.common_flow_dl_2 .list_left {
  padding-left: 35px;
}

::after, ::before {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.price_list {
  margin-top: 0em;
  width: 100%;
  max-width: 1040px;
  margin: 30px auto 60px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.price_list table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #cbd5e4;
  margin: 0 0 50px 0;
}

.price_list table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}

.price_list tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.price_list tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.price_list th {
  background: #b5af9069;
  font-weight: 400;
  text-align: left;
  color: #000;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 1.1em;
}

.price_list th, .price_list td {
  border-bottom: 1px solid #848990;
}

.price_list td {
  color: #333;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.8em;
  line-height: 2.05em;
  letter-spacing: 0.18em;
}

.price_list th, .price_list td {
  border-bottom: 1px solid #848990;
}

.price_list td a {
  color: #5a1e3b;
  text-decoration: underline;
}

.price_list td a:hover {
  text-decoration: none;
}

.cap_small {
  font-size: 0.75em;
}

/*個人情報の取扱いについて*/
.policy {
  border: 1px dotted #848990;
  margin: 30px auto 0 auto;
  padding: 15px 20px 0 20px;
  line-height: 1.8;
  width: 100%;
}

.policy h3 {
  font-size: 16px;
  color: #004898;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.policy p {
  color: #333;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.7em;
  line-height: 2.05em;
  text-align: center;
  letter-spacing: 0.18em;
}

/*SP*/
@media (max-width: 768px) {
  .price_list {
    margin: 15px auto 40px auto;
    width: 90%;
  }

  .price_list th {
    border-bottom: none;
  }

  .price_list th, .price_list td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .price_list th {
    border-bottom: none;
    letter-spacing: 0.14em;
    font-size: 0.95em;
  }

  .price_list th, .price_list td {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .price_list td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }

  .policy {
    width: 100%;
  }

  .policy p {
    text-align: left;
  }

  .cap_small {
    font-size: 0.8em;
  }
}

/*-----------------お問い合わせ-----------------*/
form {
  display: block;
  margin-top: 0em;
  width: 100%;
  max-width: 1040px;
  margin: 15px auto 70px auto;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

#form table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px dotted #7a7d82;
}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}

#form tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

#form tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

#form th {
  background: #b5af9069;
  font-weight: 400;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  color: #000;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding: 1.1em;
  width: 350px;
}

#form th, #form td {
  padding: 1em;
  border-bottom: 1px dotted #7a7d82;
}

#form th span {
  float: right;
  color: #fff;
}

#form span.must {
  background-color: #e72d2d;
  color: #fff;
}

#form span.must, #form span.label {
  display: inline-block;
  padding: 0 5px;
  vertical-align: text-top;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.7em;
  line-height: 1.7em;
  letter-spacing: 0.18em;
  color: #fff;
}

#form td {
  color: #333;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.7em;
  line-height: 1.7em;
  letter-spacing: 0.18em;
}

#form th, #form td {
  padding: 1em;
}

/*#form input, #form textarea {
    padding: 5px;
    vertical-align: middle;
    border: #ccc solid 1px;
    margin: 5px;
}*/
#form p {
  color: #333;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0.18em;
}

#form .form_ex {
  font-size: 1.1em;
}

/*input.err, select.err, textarea.err, .err input, .err select, .err textarea, .chkgroup.err label {
    border-color: #fdd7c1;
}*/
#form textarea {
  width: 100%;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#form textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#form textarea {
  -webkit-appearance: textarea;
  background-color: white;
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 2px;
}

input, textarea, select, button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
  font: 400 11px system-ui;
}

input, textarea, select, button, meter, progress {
  -webkit-writing-mode: horizontal-tb !important;
}

.tel {
  text-decoration: none;
  font-size: 2.1em;
  line-height: 1.3em;
  font-weight: normal;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'MS P明朝', 'MS 明朝', serif;
  padding: 0 0 0 0.5em;
}

/*個人情報の取扱いについて*/
.form-policy {
  border: 1px solid #004898;
  margin: 40px auto;
  padding: 18px 25px;
  line-height: 1.8;
}

.form-policy h3 {
  font-size: 16px;
  color: #004898;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

/*.color-bk {
    color: #231815!important;
}*/
form input, #form textarea {
  padding: 5px;
  vertical-align: middle;
  border: #ccc solid 1px;
  margin: 5px;
  background: #fff;
}

#form input {
  overflow: visible;
  height: 30px;
  margin: 0 0 5px 0;
}

/*ボタン*/
.form_btn {
  max-width: 530px;
  margin: 30px auto 0 auto;
  display: flex;
}

.form_btn input {
  color: #fff;
  background: rgb(43, 26, 20);
  text-align: center;
  text-decoration: none;
  border: none;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  margin: 0 2em 0 0 !important;
  transition: all .3s ease;
  min-width: 250px;
  height: 50px !important;
}

/*SP*/
@media (max-width: 768px) {
  form {
    width: 90%;
    margin: 10px auto 40px auto;
  }

  #form table {
    border-top: none
  }

  #form th, #form td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none !important;
  }

  #form th {
    font-size: 1em;
    border-bottom: none;
  }

  #form th, #form td {
    display: block;
    width: 100%;
    padding: 15px;
  }

  #form td {
    display: block;
    width: 100%;
    padding: 15px 0 10px 0;
    background: none;
  }

  form input, #form textarea {
    background: #fff;
  }

  .policy {
    margin: 10px auto 0 auto;
  }

  #form .form_ex {
    font-size: 1.2em;
  }

  .form_btn {
    width: 100%;
    display: block;
  }

  .form_btn input {
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    background: rgb(43, 26, 20);
    transition: all .3s ease;
    width: 100%;
    height: 50px;
    margin: 0 0 1.25em 0 !important;
  }
}

/*-----------------サンクスページ-----------------*/
.message {
  max-width: 1040px;
  padding: 1em 0 0 0;
  margin: 0 auto;
  border: 1px dotted #848990;
}

.message p {
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 0.9em;
  line-height: 1.8em;
  letter-spacing: 0.18em;
  color: #000;
  text-align: center;
}

/*ボタン（トップに戻る）*/
.common_btn a {
  color: #fff;
  font-size: 16px;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  background: rgb(43, 26, 20);
  padding: 12px 0;
  transition: all .3s ease;
  max-width: 250px;
  height: 50px;
  margin: 40px auto 0 auto;
}

.common_btn a:hover {
  background: #5b5258;
}

.common_btn a {
  text-align: center;
  display: block;
  text-decoration: none;
  border: none;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  font-family: 'YuGothic', '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}

/*SP*/
@media (max-width: 768px) {
  .message {
    margin: 40px auto 0 auto;
    width: 90%;
    padding: 15px 20px 0 20px;
    line-height: 1.8;
  }

  .common_btn a {
    max-width: 90%;
  }
}

/* 2022-07-04 added */
.index_products_detail.dummy-div {
  display: none;
}
@media (min-width: 992px) {
  .index_products_detail.dummy-div {
    display: block;
  }
}

.common_flow_dl.type-none dd {
  padding-left: 0;
}
.common_flow_dl.type-year dd {
  padding-left: 5.25em;
}
.common_flow_dl.type-month dd {
  padding-left: 8em;
}
.common_flow_dl.type-from-1 dd {
  padding-left: 10.25em;
}
.common_flow_dl.type-from-2 dd {
  padding-left: 6.25em;
}

/**/
