@charset "shift-jis";

.menu_nav_sp {
  padding-left: 0;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #4a4b4d;
  background: #fffffc;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  margin: 0;
}

a {
  color: #4a4b4d;
}

a.text_link {
  text-decoration: underline;
}

#content_wrapper {
  padding-top: 6rem;
}

@media screen and (min-width: 960px) {
  /*電話発信リンク無効化*/
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  font-size: 14px;
  margin: 0;
}

header p,
.fixed_footer p,
footer> .button_counselor> p {
    font-size: 22.5px;
}

/*マーカー風アンダーライン*/
.marker {
  background: linear-gradient(transparent 75%, #fff15a 50%);
}

/*------------------------------------
レイアウト関連
------------------------------------*/
#content_wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/*960pxからはPC*/
@media screen and (min-width: 960px) {
  #content_wrapper {
    width: 375px;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
}

.container {
  width: 100%;
  padding: 0 8px;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.inner {
  width: 100%;
  min-height: calc(100vh - 444px);
}

/*------------------------------------
ヘッダー
------------------------------------*/

h1 a.logo {
  display: block;
  width: 160px;
  height: 46px;
  background: url(../img/logo.png);
  background-size: cover;
}

/*------------------------------------
ロゴ横メッセージ
------------------------------------*/
.marquee100 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 160px - 56px); /* (全体 - logo - btn_in_header) */
  overflow: hidden;
  text-align: left;
}

.marquee100 p:after {
  content: "";
  padding-right: 50px;
  white-space: nowrap;
}

.marquee200 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 160px - 56px); /* (全体 - logo - btn_in_header) */
  overflow: hidden;
  text-align: left;
}

.marquee200 p:after {
  content: "";
  padding-right: 50px;
  white-space: nowrap;
}

.marquee300 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 160px - 56px); /* (全体 - logo - btn_in_header) */
  overflow: hidden;
  text-align: left;
}

.marquee300 p:after {
  content: "";
  padding-right: 50px;
  white-space: nowrap;
}

.marquee400 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 160px - 56px); /* (全体 - logo - btn_in_header) */
  overflow: hidden;
  text-align: left;
}

.marquee400 p:after {
  content: "";
  padding-right: 50px;
  white-space: nowrap;
}

.marquee100 p {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  white-space: nowrap;
  text-align: left;
  color: #ff0000;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

.marquee200 p {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  white-space: nowrap;
  text-align: left;
  color: #ff0000;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 20s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.marquee300 p {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  white-space: nowrap;
  text-align: left;
  color: #ff0000;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.marquee400 p {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  white-space: nowrap;
  text-align: left;
  color: #ff0000;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 40s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 40s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 40s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 40s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0);
  }
  to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0);
  }
  to {
    -ms-transform: translate(-100%);
  }
}
@-o-keyframes marquee {
  from {
    -o-transform: translate(0);
  }
  to {
    -o-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}

/*------------------------------------
ヘッダー内のボタン
------------------------------------*/
.btn_in_header {
  display: block;
  margin: 0 4px 0;
  padding-top: 0.25em;
  width: 48px;
  height: 40px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 3px;
  cursor: pointer;
}

.btn_in_header.icn_fa:before {
  display: block;
  font-size: 1.4rem;
}

.to_login {
  color: #9c482f;
  background: #ffd700;
}

.to_regist {
  background: #dc143c;
}

/*------------------------------------
ドロワーメニュー
------------------------------------*/
/*ナビゲーション表示時背景スクロール禁止用*/
.no_scroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*メニューボタン*/
#drawer_open {
  z-index: 999;
  background: #656565;
}

/*メニュー表示中閉じるボタンアイコン*/
.icn_close:before {
  content: "¥f00d";
}

/*スライドするメニュー部分*/
#drawer_menu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;
  padding: 48px 0 16px 0;
  background: #20b2aa;
  overflow-y: scroll;
  z-index: 998;
}

/*960pxからはPC*/
@media screen and (min-width: 960px) {
  #drawer_menu {
    position: absolute;
  }
}

/*各メニュー*/
#drawer_menu li a {
  display: block;
  width: 100%;
  padding: 12px 0 12px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #27a09a;
}

#drawer_menu.right_arrow li a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*メニュー内会員情報*/
#drawer_menu li .user_info {
  padding: 0 0 0 8px;
  min-height: 56px;
  background: #f5f5f5;
}

#drawer_menu li .user_info p {
  width: 90%;
  font-size: 1.2rem;
}

#drawer_menu li .user_info p span {
  margin-right: 2px;
  font-size: 1.4rem;
  font-weight: bold;
}

/*------------------------------------
ナビゲーション
------------------------------------*/
ul.g_navi {
  width: 100%;
  background: #4db19e;
}

ul.g_navi li {
  width: 33%;
  border: 1px solid #53c3af;
}

ul.g_navi li:last-child {
  width: 34%;
  border: 1px solid #53c3af;
}

ul.g_navi li a {
  display: block;
  height: 56px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

ul.g_navi li a:before {
  display: block;
  font-size: 2.4rem;
}

ul.g_navi li a#info_mail {
  position: relative;
}

.badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #f00;
  border-radius: 50%;
}

.blinking {
  -webkit-animation: blinking.3s ease-in-out infinite alternate;
  animation: blinking 0.3s ease-in-out infinite alternate;
}

@-webkit-keyframes blinking {
  0% {
    color: #ffffff;
  }
  100% {
    color: #ff2727;
  }
}

@keyframes blinking {
  0% {
    color: #ffffff;
  }
  100% {
    color: #ff2727;
  }
}

/*------------------------------------
フッター
------------------------------------*/

.copy_right {
  height: 48px;
  line-height: 48px;
  font-size: 1.2rem;
  text-align: center;
}

/*ページトップへボタン*/
#back {
  position: fixed;
  right: 8px;
  bottom: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  cursor: pointer;
}

/*960pxからはPC*/
@media screen and (min-width: 960px) {
  #back {
    position: fixed;
    right: 16%;
    right: calc(50% - 365px);
    bottom: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    cursor: pointer;
  }
}

/*------------------------------------
見出し
------------------------------------*/
h2.h2_ttl {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #b5b1af;
  letter-spacing: 1px;
}

h2.h2_ttl:before {
  position: absolute;
  top: calc(50% - 12px);
  left: 8px;
  display: block;
  content: "";
  width: 6px;
  height: 24px;
  margin-right: 8px;
  background: #a79c98;
  border-radius: 16px;
}

h3.h3_ttl {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 16px auto;
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

h3.h3_ttl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: 20px;
  margin-right: 8px;
  background: #d0d0d0;
  border-radius: 16px;
}

/*------------------------------------
その他
------------------------------------*/
/*リスト*/
ul.list li {
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

ul.list li:first-child {
  margin-top: 16px;
}

ul.list li:last-child {
  margin-bottom: 0;
  border: none;
}

/*リスト内BOX*/
ul.list li .list_in_box {
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 0 3px #d9d9d9;
}

ul.list li .list_in_box.typeA {
  background: linear-gradient(45deg, #cec5e6, #fff, #cec5e6);
}

ul.list li .list_in_box.typeB {
  background: linear-gradient(45deg, #cbf5f5, #fff, #cbf5f5);
}

ul.list li .list_in_box.typeC {
  background: linear-gradient(45deg, #fafa96, #fff, #fafa96);
}

ul.list li .list_in_box.typeD {
  background: linear-gradient(45deg, #fad9fa, #fff, #fad9fa);
}

ul.list li .list_in_box.typeE {
  background: linear-gradient(45deg, #ffe6b3, #fff, #ffe6b3);
}

/*テーブル*/
.base_table {
  width: 100%;
  margin: 16px auto;
  background: #fff;
  table-layout: fixed;
}

.base_table th,
.base_table td {
  padding: 0.8em;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #d0d0d0;
}

.base_table th {
  width: 40%;
  font-weight: lighter;
  background: #fbf8ec;
}

.base_table td {
  width: 60%;
}

/*日付*/
.date {
  font-size: 1.1rem;
}

/*注意系*/
.caution {
  color: #f00;
}

/*備考*/
.memo {
  padding: 8px;
  font-size: 12px;
  color: #888;
  background: #fafafa;
  border-radius: 5px;
  line-height: 1.5;
}

/*備考リスト*/
ul.memo {
}

ul.memo li {
  margin: 4px 0;
}

/*ドメイン指定受信許可のアナウンス*/
.domain_permission {
  padding: 0 8px 16px;
}

.site_domain {
  margin: 16px auto;
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-user-select: all;
  user-select: all;
}

.site_domain_reg {
  margin: 16px auto;
  padding: 0.8em;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #f00;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-user-select: all;
  user-select: all;
}

/*無料コンテンツ*/
.free_content_box .ttl {
  margin-bottom: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#004cdd, #4d91ff);
}

/*バナーリンク*/
.banner_link_box a {
  display: block;
  margin-bottom: 8px;
}

/*------------------------------------
スライダー
------------------------------------*/
.slide_box {
  width: 100%;
  padding-bottom: 24px;
  min-height: 100px;
  background: #fff;
}

.slide {
  display: none;
}

/*TOP口コミバナー用*/
.slide_box_review {
  margin-bottom: 24px;
}

/*TOP口コミバナーPC用 */
@media screen and (min-width: 960px) {
  .slide_box_review ul.slide li img {
    height: auto;
  }
}

/*------------------------------------
ボタン
------------------------------------*/
.btn_2_box .btn {
  width: 48%;
  margin: 16px auto 0;
  padding: 0.5em 4px;
}

.btn {
  width: 100%;
  margin: 24px auto;
  padding: 0.5em 0;
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 0 1px 0 #757575;
  background: #20b2aa;
  box-shadow: 0 3px 0 #14837d;
  border-radius: 6px;
  cursor: pointer;
}

/*ボタン内アイコン*/
.btn.icn_fa:before {
  font-size: 2rem;
  color: #fff;
  margin-right: 8px;
  margin-left: -8px;
}

/*ボタン内アニメーションするアイコン*/
.btn span.anime {
  font-size: 2rem;
  display: inline-block;
  margin-right: 4px;
  margin-left: -4px;
}

/*予約するボタン*/
.btn.btn_reservation {
  margin: 16px auto 0;
  background: #63c973;
  box-shadow: 0 3px 0 #519f5d;
}

/*960pxからはPC*/
@media screen and (min-width: 960px) {
  .btn:hover {
    box-shadow: none;
  }
}

/* 登録ボタン新*/
.btn_to_reg {
  width: 100%;
  margin: 0px auto 20px auto;
  padding: 0.5em 0;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 1px 0 #757575;
  background: #bc1a3d;
  box-shadow: 0 3px 0 #661322;
  border-radius: 6px;
  cursor: pointer;
}
.btn_to_reg span {
  display: block;
  margin-top: 15px;
  font-size: 2rem;
  font-weight: normal;
  text-shadow: 0 1px 0 #757575;
}

/*ログイン・新規登録ページ遷移用ボタン*/
.btn_to_registration_page,
.btn_to_login_page {
  width: 48%;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0.4em 0;
  font-weight: normal;
  color: #756e6b;
  text-shadow: none;
  background: #f7f6f2;
  border: 1px solid #e0d9ca;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
}

.btn_to_registration_page.icn_fa:before,
.btn_to_login_page.icn_fa:before {
  color: #b5b1af;
  margin-right: 8px;
  margin-left: -8px;
}

.btn_page_back {
  display: block;
  width: 50%;
  margin: 24px auto;
  padding: 4px 0;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 256px;
  cursor: pointer;
}

/*------------------------------------
ページング
------------------------------------*/
.current_page {
  margin-bottom: 8px;
  text-align: right;
  font-size: 1.3rem;
  color: #999;
}

ul.list_paging {
  margin: 24px auto;
  letter-spacing: -0.4em;
  text-align: center;
}

ul.list_paging li {
  letter-spacing: normal;
  display: inline-block;
  width: 18%;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
}

ul.list_paging li.now_page {
  color: #fff;
  background: #20b2aa;
}

ul.list_paging li a {
  display: block;
  color: #a5a5a5;
  background: #efefef;
  text-align: center;
}

/*------------------------------------
フォーム関連
------------------------------------*/
.form_box {
  padding: 0 16px 0;
}

.item_required {
  color: #f00;
}

/*エラーメッセージ**/
.error_msg_box {
  margin-bottom: 16px;
  padding: 8px;
  color: #fff;
  background: #f00;
  border-radius: 5px;
}

/*完了画面 大文字*/
.large_msg {
  margin-bottom: 16px;
  padding: 16px 8px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  background: #fff8e1;
  border-radius: 8px;
}

/*確認画面*/
.conf_msg {
  margin-bottom: 16px;
  padding: 16px 8px;
  text-align: center;
  font-size: 1.4rem;
  background: #fff8e1;
  border-radius: 8px;
}

.conf_box .form_item {
  width: 100%;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
}

.conf_box .form_item:before {
  display: none;
}

.conf_item {
  font-size: 1.6rem;
  font-weight: bold;
}

/*確認画面用ボタンサイズ指定*/
.form_box.conf_box .btn {
  width: 48%;
}

/*修正する*/
.btn_back {
  background: #809eb3;
  box-shadow: 0 3px 0 #4b5f6c;
}

/*フォーム内の相談員情報*/
.form_box .form_row .counselor_box {
  justify-content: flex-start;
}

/*------------------------------------
新規登録
------------------------------------*/
ul.flow {
  margin-top: -8px;
  margin-bottom: 24px;
}

ul.flow li {
  width: 32%;
  width: 33.333%;
  text-align: center;
  font-size: 1.3rem;

  color: #cbd1d6;
  border-bottom: 2px solid #cbd1d6;
}

ul.flow li.active {
  font-weight: bold;
  color: #3bbfb8;
  border-bottom: 2px solid #3bbfb8;
}

ul.flow li span {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: normal;
}

.btn_to_regist_conf span {
  font-size: 1.2rem;
  font-weight: normal;
}

/*------------------------------------
占い師情報関連
------------------------------------*/
.counselor_box {
  margin-bottom: 16px;
}

.img_box img {
  display: block;
  margin: 0 auto;
  width: 98px;
  height: 98px;
  border: 1px solid #e5e5e5;
  object-fit: cover;
  overflow: hidden;
}

/*情報*/
.prof_box {
  width: 60%;
  margin-left: 8px;
}

/*アイコン*/
.icns {
  margin-bottom: 4px;
}

.icns .icn_fa:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #a1d1bc;
  border-radius: 3px;
}

.icns .icn_fa:nth-of-type(1):before {
  margin-left: 8px;
}

/*メール相談受付状態*/
.mail_counseling_status {
  margin-bottom: 4px;
  width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

/*受付中*/
.mail_counseling_status.accepting {
  color: #2f6fff;
}

/*受付終了*/
.mail_counseling_status.end {
  color: #7e7e7e;
}

/*名前*/
.name {
  font-size: 1.6rem;
  font-weight: bold;
}

.name a {
  display: inline;
  font-size: 1.8rem;
  color: #000;
  text-decoration: underline;
}

/*料金*/
.price p {
  margin-right: 2px;
  font-weight: bold;
  font-size: 1.6rem;
}

.price span {
  margin-left: 1px;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: -0.065em;
}

/*電話アイコン*/
.icn_phone_sq:before,
.icn_mail_sq:before {
  margin-right: 1px;
  color: #a1d1bc;
  font-size: 1.8rem;
}

.icn_phone_sq:before {
  transform: rotate(90deg);
}

/*コメント（3行抜粋）*/
.comment_box {
  width: 100%;
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
}

/*コメント（3行抜粋）*/
.comment_box p {
  font-size: 1.2rem;
}

/*------------------------------------
先生詳細
------------------------------------*/
.counselor_detail_box {
  margin-bottom: 16px;
}

.counselor_detail_box.typeA {
  background: linear-gradient(90deg, #cec5e6, #fff, #cec5e6);
  padding: 8px;
}
.counselor_detail_box.typeB {
  background: linear-gradient(90deg, #cbf5f5, #fff, #cbf5f5);
  padding: 8px;
}
.counselor_detail_box.typeC {
  background: linear-gradient(90deg, #fafa96, #fff, #fafa96);
  padding: 8px;
}
.counselor_detail_box.typeD {
  background: linear-gradient(90deg, #fad9fa, #fff, #fad9fa);
  padding: 8px;
}
.counselor_detail_box.typeE {
  background: linear-gradient(90deg, #ffe6b3, #fff, #ffe6b3);
  padding: 8px;
}

/*名前*/
.counselor_detail_box .name {
  margin: 0 auto;
  text-align: center;
}

/*写真*/
.counselor_detail_box .img_box {
  margin: 16px auto;
}

/*メール相談受付状態*/
.counselor_detail_box .mail_counseling_status {
  margin: 0 auto;
}

/*料金部分*/
.counselor_detail_box .price {
  width: 100%;
  margin: 16px auto 0;
  padding: 8px 0;
  background: #f6f6f6;
  border-radius: 8px;
}

.counselor_detail_box .price p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.counselor_detail_box .price p:nth-child(2) {
  border-left: 1px solid #e5e5e5;
}

.counselor_detail_box .price p span:first-child {
  margin: 0 4px 0 0;
}

/*待機スケジュール*/
.status_discription_box {
  margin-bottom: 8px;
}

.status_discription_box span {
  vertical-align: middle;
}

/*予約可能*/
.schedule_box .icn_phone_sq:before {
  color: #67c2a2;
}

/*予約あり*/
.schedule_box .reserved.icn_phone_sq:before {
  color: #bababa;
}

/*不在*/
.schedule_box .icn_minus:before {
  margin-right: 4px;
  color: #797979;
}

/*待機スケジュール*/
table.schedule {
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.4rem;
  border: 1px solid #e5e5e5;
  table-layout: fixed;
}

table.schedule thead {
  background: #f8f7f3;
}

table.schedule thead th:first-child {
  width: 64px;
  font-size: 1.2rem;
}

table.schedule th,
table.schedule td {
  height: 24px;
  padding: 4px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #e5e5e5;
}

table.schedule .icn_fa:before {
  margin: 0;
}

table.schedule .icn_phone_sq:before {
  font-size: 2.4rem;
}

/*予約可*/
.on a {
  display: block;
  width: 100%;
}

/*------------------------------------
電話予約
------------------------------------*/
.phone_number {
  display: block;
  width: 90%;
  margin: 16px auto;
  padding: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #08b271;
  border-radius: 5px;
}

.phone_number.icn_fa:before {
  font-size: 2.4rem;
  color: #fff;
  margin-right: 8px;
}

/*------------------------------------
先生一覧
------------------------------------*/
ul.counselor_list li {
  border-bottom: none;
}

/* 検索フォーム */
.counselor_search_box {
  position: relative;
}

.counselor_search_box .err_msg {
  color: #ff0000;
  font-weight: bold;
}

.counselor_search_box .txt_comment {
  position: absolute;
  height: 30px;
  border-radius: 10px;
  outline: 0;
  background: #ececec;
}

.counselor_search_box .btn_search {
  position: relative;
  left: 85%;
  height: 30px;
  width: 15%;
  border-radius: 0 10px 10px 0;
  background-color: #20b2aa;
  color: #ffffff;
}

.counselor_search_box .btn_search:hover {
  background-color: #63c973;
}

/* 得意なジャンル */
.select_genre {
  letter-spacing: -0.4em;
  text-align: left;
}

.select_genre .btn_genre {
  display: none;
}

.select_genre .btn_genre + label {
  display: inline-block;
  box-sizing: border-box;
  color: #20b2aa;
  border: solid 1px #20b2aa;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 2%;
  padding: 3px 10px;
  background-color: #ffffff;
  cursor: pointer;
  letter-spacing: 0;
}

.select_genre .btn_genre:checked + label {
  color: #ffffff;
  background-color: #20b2aa;
}

.select_genre a {
  display: inline-block;
  box-sizing: border-box;
  color: #7e4195;
  border: solid 1px #7e4195;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 2%;
  padding: 3px 10px;
  background-color: #e9e6ed;
  cursor: pointer;
  letter-spacing: 0;
}

/* 占い師一覧検索フォーム */
.diviner_search_box {
  position: relative;
}

.diviner_search_box .err_msg {
  color: #ff0000;
  font-weight: bold;
}

.diviner_search_box .txt_comment {
  position: absolute;
  height: 30px;
  border-radius: 10px;
  outline: 0;
  background: #ececec;
}

.diviner_search_box .btn_search {
  position: relative;
  left: 85%;
  height: 30px;
  width: 15%;
  border-radius: 0 10px 10px 0;
  background-color: #9370db;
  color: #ffffff;
}

.diviner_search_box .btn_search:hover {
  background-color: #ee82ee;
}

/* 占い師一覧用得意なジャンル */
.diviner_select_genre {
  letter-spacing: -0.4em;
  text-align: left;
}

.diviner_select_genre .btn_genre {
  display: none;
}

.diviner_select_genre .btn_genre + label {
  display: inline-block;
  box-sizing: border-box;
  color: #9370db;
  border: solid 1px #9370db;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 2%;
  padding: 3px 10px;
  background-color: #ffffff;
  cursor: pointer;
  letter-spacing: 0;
}

.diviner_select_genre .btn_genre:checked + label {
  color: #ffffff;
  background-color: #ff7d81;
}

.diviner_select_genre a {
  display: inline-block;
  box-sizing: border-box;
  color: #20b2aa;
  border: solid 1px #20b2aa;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: 2%;
  padding: 3px 10px;
  background-color: #ffffff;
  cursor: pointer;
  letter-spacing: 0;
}

/*------------------------------------
ランキング
------------------------------------*/
ul.ranking_list li .list_in_box {
  position: relative;
}

.rank {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background: #22907b;
  border-radius: 50%;
}

.no_1,
.no_2,
.no_3 {
  width: 32px;
  height: 40px;
  text-indent: 150%;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
}

.no_1 {
  background: url(../img/rank_no1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.no_2 {
  background: url(../img/rank_no2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.no_3 {
  background: url(../img/rank_no3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*------------------------------------
お知らせ一覧
------------------------------------*/
ul.info_list li {
  padding-bottom: 8px;
}

ul.info_list li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

/*タイトル*/
ul.info_list li .mail_title {
  width: 94%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*------------------------------------
メール相談一覧
------------------------------------*/
ul.mail_box_list li {
  border-bottom: none;
}

ul.mail_box_list li .list_in_box {
  padding: 8px;
  box-shadow: none;
}

/*メール情報*/
ul.mail_box_list li .mail_info_box {
  padding-right: 16px;
  margin-bottom: 8px;
}

/*先生情報*/
.mail_info_box .counselor_box {
  width: calc(100% - 100px);
  margin-bottom: 0;
}

.mail_info_box .counselor_box img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.mail_info_box .counselor_box .name {
  width: calc(100% - 44px);
  padding: 0 8px;
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*メール状態*/
.mail_status_box {
  width: 100px;
}

.mail_status_box .mail_status {
  width: 80px;
  height: 18px;
  margin-bottom: 4px;
  line-height: 18px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.unread {
  background: #f00;
}

.read {
  background: #88bed8;
}

.waite {
  background: #52be49;
}

.checking {
  background: #ff7f00;
}

/*タイトル*/
ul.mail_box_list li .mail_title {
  width: 100%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*------------------------------------
メール詳細関連
------------------------------------*/

.mail_info_box a .counselor_box {
  width: 100%;
}

.mail_detail_box .date {
  text-align: right;
}

.mail_detail_box .mail_title {
  font-weight: bold;
  padding: 8px 0;
}

.mail_detail_box .mail_text {
  padding: 16px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*メール相談詳細*/
ul.mail_counseling_detail_list li {
  margin-bottom: 0;
}

ul.mail_counseling_detail_list li.recive {
  background: #fffdf7;
}

ul.mail_counseling_detail_list li.send {
  background: #fdfeff;
}

ul.mail_counseling_detail_list li .mail_detail_box {
  padding: 8px;
}

ul.mail_counseling_detail_list li .mail_detail_box .mail_text {
  padding: 8px 0;
  border-bottom: none;
}

ul.mail_counseling_detail_list li .mail_detail_box .btn_view_pic {
  display: block;
  width: 40%;
  margin: 8px auto;
  padding: 4px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #20b2aa;
  border: 1px solid #82cac6;
  border-radius: 256px;
  cursor: pointer;
}

/*お知らせ詳細リンク用*/
.mail_detail_box .mail_text a.top {
  color: #1e90ff;
}

.mail_detail_box .mail_text a.buy_pt {
  color: #ff0000;
}

/*------------------------------------
ポイント購入
------------------------------------*/
/*現在のポイント*/
.now_pt_box {
  margin-bottom: 16px;
  padding: 16px 8px;
}

.now_pt_box h4 {
  font-size: 1.4rem;
  text-align: center;
}

.now_pt span {
  display: inline-block;
  margin: 8px 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e8a010;
}

/*購入方法*/
.method_box {
  width: 49%;
  padding: 4px;
}

.method_box h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #525252;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.method_box .img_box img {
  width: 48px;
  height: 48px;
  border: none;
}

.method_box .btn {
  margin-bottom: 0;
}

/*------------------------------------
電話予約/鑑定履歴
------------------------------------*/
/*状態説明部分*/
.history_box .status_discription_box ul li {
  width: 50%;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.history_box .status_discription_box p {
  font-size: 1.2rem;
  line-height: 1.5em;
}

.history_box .status_discription_box .usage_status:before {
  margin: 0 2px;
  font-size: 1.4rem;
}

/*状態用アイコン*/
.history_box .usage_status:before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
}

/*予約中*/
.usage_status.reserved:before {
  content: "¥f192";
  color: #2bba00;
}

/*実施済み*/
.usage_status.finish:before {
  content: "¥f058";
  color: #bbb;
}

/*お客様キャンセル*/
.usage_status.cancel:before {
  content: "¥f057";
  color: #dc7e7e;
}

/*相談員キャンセル*/
.usage_status.cancel.by_counselor:before {
  content: "¥f057";
  color: #7c8ca5;
}

/*予約・履歴表*/
.history_table th,
.history_table td {
  padding: 0.8em 0.4em;
  font-size: 1.2rem;
}

/*日時*/
.history_table th:nth-of-type(1) {
  width: 25%;
}

/*コマ*/
.history_table th:nth-of-type(2) {
  width: 10%;
}

/*相談員*/
.history_table th:nth-of-type(3) {
  width: 25%;
}

/*料金*/
.history_table th:nth-of-type(4) {
  width: 25%;
}

/*状態*/
.history_table th:nth-of-type(5) {
  width: 15%;
}

.history_table td:nth-of-type(3) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*相談員名表示部分*/
.history_table td:nth-of-type(3) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.history_table td:nth-of-type(3) a {
  color: #20b2aa;
  font-weight: bold;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/*------------------------------------
登録情報変更
------------------------------------*/
ul.edit_menu_list {
  margin-bottom: 16px;
}

ul.edit_menu_list li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

ul.edit_menu_list li a {
  display: block;
  padding: 8px;
}

ul.edit_menu_list li a:before {
  margin-right: 8px;
  color: #20b2aa;
}

/*------------------------------------
固定の説明ページ共通
------------------------------------*/
.pattern_bg_box {
  background: url(../img/pattern_bg.png);
  background-position: center center;
}

.static_page_h2_ttl {
  padding: 24px 0;
  margin-bottom: 24px;
  min-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  background: #53c3af;
}

.static_page_h2_ttl span.icn_left:before {
  margin-right: 8px;
}

.static_page_h2_ttl span.icn_right:before {
  margin-left: 8px;
}

.static_page_h3_ttl {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 16px auto;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #525252;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.static_page_h3_ttl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: 20px;
  margin-right: 8px;
  background: #53c3af;
  border-radius: 16px;
}

.static_page_sq_ttl {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 16px auto;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}

.static_page_sq_ttl:before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: #53c3af;
}

/*------------------------------------
初めての方へ
------------------------------------*/
.beginner_box {
  background: #fefede;
}

.beginner_box h2 span.sub_ttl {
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: normal;
}

/*安心して〜*/
.appeal_list li {
  margin-bottom: 8px;
  width: 49%;
}

/*登録フロー*/
.regist_flow_list li:after {
  display: block;
  margin: 8px auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #33a6f7;
}

.regist_flow_list li:last-child:after {
  display: none;
}

/*料金・支払い*/
.price_ttl {
  color: #ff2a2a;
  font-weight: bold;
}

.price_box,
.payment_box {
  width: 49%;
  padding: 8px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 2px 0 #bebebe;
}

.price_box div,
.payment_box div {
  height: 80px;
  overflow: hidden;
  border-bottom: 2px dotted #dcdcdc;
}

.price_box div:last-child,
.payment_box div:last-child {
  padding-top: 8px;
  border: none;
}

.price_box .ttl,
.payment_box .ttl {
  color: #53c3af;
}

.payment_box .card_brand_logo {
  max-width: 200px;
  margin: 0 auto;
}
.payment_box .bank_logo {
  max-width: 40px;
  margin: 0 auto;
}

/*登録画面誘導BOX*/
.to_regist_box {
  padding-bottom: 24px;
  text-align: center;
}

.to_regist_box .btn {
  margin: 0 auto;
  width: 80%;
}

.slash {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #000;
  vertical-align: middle;
}

.slash.red {
  background: #ff2a2a;
}

.slash_left {
  margin-right: 8px;
  transform: rotate(-30deg);
}

.slash_right {
  margin-left: 8px;
  transform: rotate(30deg);
}

/*------------------------------------
ヘルプ
------------------------------------*/
.help_box ul li {
  font-size: 1.3rem;
  padding: 8px 8px 8px 4px;
  letter-spacing: -0.03em;
  border: 1px solid #e5e5e5;
}

.help_box ul li p {
  font-size: 1.3rem;
}

.help_box ul li:nth-child(even),
.help_box ul li:not(:first-child) {
  border-top: none;
}

.help_box ul li:nth-child(odd) {
  position: relative;
  cursor: pointer;
}

.help_box ul li:nth-child(odd):after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #53c3af;
}

.help_box ul li:nth-child(even) {
  display: none;
  padding: 0.6em;
  background: #fefefe;
}

.help_box ul li:nth-child(even) p.memo {
  font-size: 1.2rem;
  padding: 2px;
  background: none;
}

.help_box ul li:nth-child(even) p.card_brand_logo {
  max-width: 460px;
  margin: 0 auto;
}

.help_box_in_img {
  margin: 16px auto;
  width: 250px;
  height: 250px;
}

/*------------------------------------
料金と支払い
------------------------------------*/
.about_price_box p.card_brand_logo {
  max-width: 460px;
  margin: 0 auto;
}

/*料金表*/
.about_price_box .base_table {
  margin: 0 auto;
}

.about_price_box .base_table th {
  width: 24%;
  background: #fbf1ec;
}

.about_price_box .base_table tr:first-child th,
.about_price_box .base_table tr:first-child td {
  font-weight: bold;
  background: #ffe3d0;
}

.about_price_box .base_table th,
.about_price_box .base_table td {
  font-size: 1.3rem;
}

.about_price_box .base_table td {
  text-align: left;
}

.about_price_box .base_table td.with_balloon {
  position: relative;
}

/*吹き出し*/
td.with_balloon .balloon {
  position: absolute;
  left: 220px;
  bottom: 5px;
  display: block;
  padding: 4px 8px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #f00;
  border-radius: 8px;
}

@media (max-width: 959px) {
  td.with_balloon .balloon {
    position: absolute;
    left: 100px;
    bottom: 5px;
    display: block;
    padding: 4px 8px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f00;
    border-radius: 8px;
  }
}

td.with_balloon .balloon:before {
  position: absolute;
  top: calc(50% - 8px);
  left: -8px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #f00;
}

/*料金の例*/
.price_example_box {
  margin: 16px auto;
  padding: 8px;
  background: #fefede;
  border: 1px solid #e8e3a7;
  border-radius: 4px;
}

.price_example_box p {
  font-size: 1.2rem;
  text-align: center;
}

.price_example_box p:first-child {
  margin-bottom: 8px;
  text-align: left;
  color: #f00;
}

/*------------------------------------
メディア情報
------------------------------------*/
ul.slide li h3 {
  padding-left: 24%;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  position: relative;
}

/*吹き出し*/
.must_see {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  display: block;
  width: 20%;
  height: 24px;
  line-height: 24px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ff8787;
}

.must_see:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ff8787;
}

ul.slide li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  /* 	height: 240px; */
  object-fit: cover;
  overflow: hidden;
}

/*960pxからはPC*/
@media screen and (min-width: 960px) {
  ul.slide li img {
    max-height: 720px;
    height: 480px;
  }
}

/* スライダー Dotsカスタマイズ */
.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/*ドットのサイズ*/
.slick-dots li button:before {
  font-size: 20px;
}

/*ドットのアクティブ時の色*/
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ccc;
}

/*------------------------------------
相談員募集
------------------------------------*/
.recruitment_box h5 {
  margin: 16px auto;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  color: #53c3af;
  background: #f4fbfa;
  border-top: 1px solid #53c3af;
  border-bottom: 1px solid #53c3af;
}

/*応募の流れ*/
ul.recruitment_flow {
  width: 98%;
  margin: 0 auto;
}

ul.recruitment_flow li p {
  margin-bottom: 8px;
  padding: 4px;
  text-align: left;
  font-size: 1.3rem;
  background: #fefefe;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

ul.recruitment_flow li p span {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

ul.recruitment_flow li:after {
  display: block;
  margin: 8px auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #53c3af;
}

ul.recruitment_flow li:last-child:after {
  display: none;
}

.recruitment_box .form_box {
  padding: 0;
}

.recruitment_box .form_box .form_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background: #f8fffc;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.recruitment_box .form_box .form_row:first-child {
  border-top: 1px solid #e5e5e5;
}

.recruitment_box .form_box .form_row .item,
.recruitment_box .form_box .form_row .input_box {
  padding: 2px;
}

/*項目*/
.recruitment_box .form_box .form_row .item {
  width: 30%;
  font-size: 1.2rem;
  text-align: center;
}

/*入力*/
.recruitment_box .form_box .form_row .input_box {
  width: 70%;
}

.recruitment_box input[type="text"],
.recruitment_box input[type="tel"],
.recruitment_box input[type="url"],
.recruitment_box textarea,
.recruitment_box select {
  background: #fff;
}

.recruitment_box input[type="text"],
.recruitment_box textarea {
  display: block;
}

.recruitment_box input[type="text"]::placeholder,
.recruitment_box input[type="tel"]::placeholder,
.recruitment_box input[type="url"]::placeholder,
.recruitment_box textarea::placeholder,
.recruitment_box select {
  font-size: 1.2rem;
}

/*------------------------------------
利用規約/プライバシーポリシー/特商法
------------------------------------*/
.legal {
  padding-bottom: 16px;
}

.legal h3:first-child {
  margin-top: 0;
}

.legal h3 {
  min-height: 40px;
}

.legal h4 {
  margin: 16px auto;
  font-size: 1.3rem;
  font-weight: bold;
}

.legal ul {
  margin: 8px auto;
}

.legal ul li {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.rule_box p {
  margin-bottom: 8px;
}

.privacy_box p {
  margin-bottom: 8px;
}

h3.h3_ttl_long {
  width: 100%;
  margin: 16px auto;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #525252;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

/*960pxからはPC*/
@media screen and (min-width: 960px) {
  h3.h3_ttl_long {
    height: 40px;
    line-height: 40px;
  }
}

h3.h3_ttl_long:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: 20px;
  margin-right: 8px;
  background: #d0d0d0;
  border-radius: 16px;
}
