﻿@charset "UTF-8";

/*───────────────────────────────────────────────
  共通調整 ここから
───────────────────────────────────────────────*/

[id^="content_n_"] {
  margin-top: -85px;
  padding-top: 85px;
}
@media screen and (max-width: 767.9px) {
  [id^="content_n_"] {
    margin-top: 0;
    padding-top: 0;
  }
}

/*----- スマホでの横幅85％以下にしない -----*/
/*
    対象：スライド・テキスト、画像・テキスト、リンク画像集
*/
@media screen and (max-width: 767.9px) {
  #variation-left .explan1st__flex-wrap,
  #variation-right .explan2nd__flex-wrap {
    min-width: 85%;
  }
  #links .top-links__list {
    min-width: 85%;
    justify-content: space-evenly;
    row-gap: 8vw;
  }
  #links .top-links__list .top-links__list-item:nth-of-type(-n + 2) {
    margin-bottom: 0;
    margin-top: 1%;
  }
}

/*----- リスト表：デザイン調整 -----*/
@media screen and (min-width: 768px) {
  #lists table.inner-n {
    width: 80%;
    max-width: 1200px;
  }
}

#lists .top-lists-table {
  border: 1px solid #999;
  border-bottom: none;
}

#lists .top-lists-table__row {
  border-bottom: 1px solid #999;
}

#lists .top-lists-table__head {
  border-right: 1px solid #999;
  color: #222;
  font-weight: 600;
  background-color: #e8e8e8;
  vertical-align: middle;
}

#lists .top-lists-table__data {
  background-color: #fff;
  padding: 3vw 3vw;
  line-height: 1.6;
}

@media screen and (max-width: 767.9px) {
  #lists .top-lists-table__head {
    padding: max(2vw, 10px);
    border-right: unset;
    border-bottom: 1px solid #999;
  }
}

@media screen and (min-width: 768px) {
  #lists .top-lists-table__head,
  #lists .top-lists-table__data {
    padding: 20px;
  }
}


/*----- 交通情報：デザイン調整 -----*/
@media screen and (min-width: 768px) {
  #access-guide table.inner-n {
    width: 80%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  #access-guide .top-access-method__head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#access-guide .top-access-txt .access-dot {
  padding: 0 10px;
}

@media screen and (max-width: 767.9px) {
  #access-guide .top-access-txt {
    font-size: clamp(16px , 3.7333vw, 28px);
  }

  #access-guide .top-access-method tbody .top-access-method__row:last-child .top-access-method__head {
    padding-bottom: max(3.2vw, 13px);
  }
}

#access-guide .free-contents__txt {
  text-align: center;
  margin-bottom: 30px;
}

#access-guide .top-access-method {
  margin-top: 30px;
}

#access-guide .top-access-method__data {
  width: 100%;
}

#access-guide .top-access-method__data a {
  line-height: initial;
  text-decoration: underline;
  color: #0b62e5;
}

#access-guide .top-access-method__data a:hover {
  line-height: initial;
  text-decoration: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #access-guide .top-access-method {
    padding: 40px 60px;
  }

  #access-guide .top-access-method__data {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*----- コンテンツ：トピックスの左余白とカテゴリ幅を調整 -----*/
@media screen and (min-width:1024px) {
  #topics .topics-date {
    margin-left: 20px;
  }

  #topics .topics-cate-tag {
    width: unset;
    min-width: 120px;
  }
}

/*----- トピックス一覧・詳細ページ：スマホで見出し上余白を調整 -----*/
@media screen and (max-width: 767.9px) {
  section.newsInner {
    margin-top: 0 !important;
    padding-top: 60px !important;
  }
}


/*----- トピックス詳細ページ：タイトル・本文の上下余白を調整 -----*/
.newsDetail-ttl {
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .newsDetail-txt {
    padding: 40px 0;
    border-top: 2px solid #888888;
    border-bottom: 2px solid #888888;
  }
}

@media screen and (max-width: 767.9px) {
  .newsDetail-txt {
    padding-top: 1em !important;
  }
}


/*----- 表示用タイトルのフォント調整 -----*/
/*
    2行以上の行間がせまいので広げる
    スマホ表示でフォントサイズが小さいので若干大きく
*/
.bl-largeTitle-en {
  margin-bottom: 40px;
}

.bl-largeTitle-ja {
  font-size: clamp(28px, 2.65vw, 36px);
  line-height: 1.4;
  margin-bottom: 3px;
}

@media screen and (max-width: 767.9px) {
  .bl-largeTitle-en {
    margin-bottom: 6.41vw;
    padding: 0 8vw;
  }

  .bl-largeTitle-ja {
    padding: 0 8vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}


/*----- 右上予約ボタンが小さいのでmin-width設定 -----*/
#header .header-reserve-btn {
  min-width: 160px;
}

@media screen and (min-width: 1024px) {
  #header .header-reserve-btn a {
    padding: 28px 32px 32px;
  }
}


/*----- ハンバーガー内「予約確認・キャンセル」ボタン余白調整と、テキスト小さめに -----*/
#header #g-nav li.inside-nav__reserve-check a {
  padding: 8px 18px;
}

@media screen and (min-width: 768px) {
  #header #g-nav li.inside-nav__reserve-check a {
    font-size: clamp(14px, 3.2vw, 20px);
  }
}


/*----- PC右上・スマホハンバーガーメニュー内のTelサイズ調整 -----*/
.tel-no,
#header #g-nav li a.tel-no {
  font-size: clamp(30px, 2.343vw, 32px);
  padding-left: 0;
}

#header .address-inNav__tel {
  font-size: clamp(18px, 1.28vw, 24px);
}

.fvAddress__tel {
  font-size: clamp(18px, 1.28vw, 24px);
}

@media screen and (max-width: 1023.9px) {
  #header .address-inNav {
    right: 20px;
  }

  #header #g-nav li.address-inNav {
    padding-top: 3.33vw;
  }

  #header .address-inNav__tel {
    font-size: clamp(18px , 3.7333vw, 28px);
  }

  #header #g-nav li a.tel-no {
    font-size: clamp(30px , 8.205vw, 40px)!important;
  }

  #header #g-nav .address-inNav__icon .address-inNav__icon_item:first-of-type i {
    font-size: clamp(40px, 12.82vw, 50px) !important;
  }
}

@media screen and (min-width: 1024px) {
  #header #g-nav li.inside-nav__reserve-check a {
    font-size: clamp(16px , 3.2vw, 20px);
  }
}


/*----- スマホ：下部固定ボタンのアイコンとテキストサイズ調整 -----*/
@media screen and (max-width: 1023.9px) {
  #header .header-reserve-btn {
    min-width: unset;
  }

  #header .header-reserve-btn a,
  #header .header-tel-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  #header .header-reserve-btn a i,
  #header .header-tel-btn a i {
    padding-right: 6px !important;
    font-size: max(3.733vw, 30px) !important;
    line-height: 2;
  }

  #header .header-tel-btn a i {
    font-size: max(3.733vw, 26px) !important;
  }
}


/*----- スマホ：空室検索エリア　検索ボタンの虫メガネアイコンズレ修正 -----*/
@media screen and (max-width: 1023.9px) {
  .la-search:before {
    top: 0.1em;
    position: relative;
  }
}


/*----- 重要なお知らせタイトルを縦中央に -----*/
#info .info-head {
  vertical-align: middle;
}


/*----- スマホ：重要なお知らせの余白をコンパクトにして、ヘッドテキストを小さめに -----*/
@media screen and (max-width: 767.9px) {
  #info .info-head {
    font-size: 1rem;
    padding: 10px 10px 5px;
  }

  #info .info-head__size-s {
    font-size: 0.9rem;
  }

  #info .info-article {
    padding: 15px 20px 5px;
  }
}


/*----- テキスト中央（コンセプト）左右余白を追加 -----*/
#concept {
  padding: 0 5vw;
}


/*----- 大見出しのテキスト上下余白調整 -----*/
.bl-middleTitle-ja {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .bl-middleTitle-ja {
    font-size: clamp(28px, 2.34vw, 30px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.9px) {
  .bl-middleTitle-ja {
    font-size: 6vw;
    margin-top: 1.28vw;
  }
}


/*----- スライド・テキスト／画像・テキストの小見出しサイズと余白を調整 -----*/
.bl-smallTitle-ja {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: clamp(22px, 1.71vw, 24px);
  font-weight: 500;
}

@media screen and (max-width: 767.9px) {
  .bl-smallTitle-ja {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-size: 5.4vw;
  }
}


/*----- スライド・テキスト／画像・テキストの画像下余白 -----*/
.slider1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767.9px) {
  .slider1 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}


/*----- スライド・テキスト/画像・テキスト -----*/
.free-contents__txt.inner-content {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  width: 96%;
  max-width: 1000px;
}

@media screen and (max-width: 767.9px) {
  .free-contents__txt.inner-content {
    margin-bottom: 6.41vw;
  }
}

.free-contents___explan2nd .free-contents__txt,
.free-contents___explan1st .free-contents__txt {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .free-contents___explan1st .free-contents__txt {
    padding-right: 60px;
  }
  .free-contents___explan2nd .free-contents__txt {
    padding-left: 60px;
  }
}

.free-contents__txt .link-btn-list {
  margin-bottom: 40px;
}

.free-contents__txt_size-s {
  line-height: 2;
  padding: 0 0 40px;
}

.free-contents__txt li.bl-btn,
#variation-right .link-btn-list .bl-btn__page-top {
  margin-bottom: 15px; 
}

.free-contents__txt li.bl-btn:last-child,
#variation-right .link-btn-list .bl-btn__page-top:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {
  .free-contents___explan2nd .free-contents__txt,
  .free-contents___explan1st .free-contents__txt {
    width: 90%;
    margin: 0 auto;
  }

  .free-contents__txt .link-btn-list {
    margin-bottom: 0;
  }

  .free-contents__txt_size-s {
    padding: 4vw 0 6vw;
  }
}


/*----- コンタクト フォームの上下余白を調整 -----*/
#contact .contact-form {
  margin: 40px auto 0;
  padding-bottom: 100px;
}

/*----- コンタクト フォームの枠線を薄く -----*/
#contact .contact__dl,
#contact .contact__dt {
  border-color: #999;
}

/*----- コンタクト フォームのinput枠線を薄く -----*/
#contact select,
#contact input[type="text" i],
#contact input[type="email" i],
textarea {
  border-color: #ccc;
}

/*----- コンタクト 説明テキスト上の余白を削除 -----*/
.contact_text {
  margin-top: 0;
}

/*----- コンタクト サンクステキストを中央寄せ -----*/
.thanks__txt {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .thanks__txt {
    text-align: center;
  }
}


/*----- よくあるご質問 ライト -----*/
#faq-table .top-faq-list {
  border: 1px solid #999;
}
#faq-table .top-question-head,
#faq-table .top-answer-head {
  border-right: 1px solid #999;
  font-weight: normal;
}
#faq-table .top-faq-list .top-faq-list__item {
  border-bottom: 1px solid #999;
}


/*----- MVキャッチコピー -----*/
/*
    1行のテキストが長いとき、ハンバーガーメニュー展開にかぶってしまうので修正
*/
#mv .catchCopy {
  z-index: 8;
}


/*----- 青字下線リンク設定 -----*/
#contentwrapper a.link-blue,
#contact a,
#tinymce a,
.top-lists-table th a,
.top-lists-table td a,
.newsDetail-wrap #tinymce a,
.free-contents__txt_size-s a,
.faqItem .answer .anstxt a {
  line-height: initial;
  text-decoration: underline;
  color: #0b62e5;
  word-break: break-all;
}

#contentwrapper a.link-blue:hover,
#contact a:hover,
#tinymce a:hover,
.top-lists-table th a:hover,
.top-lists-table td a:hover,
.newsDetail-wrap #tinymce a:hover,
.free-contents__txt_size-s a:hover,
.faqItem .answer .anstxt a:hover {
  line-height: initial;
  text-decoration: none;
  opacity: 1;
}


/*----- トピックス：画像リンクのhover透過を調整 -----*/
.newsDetail-wrap #tinymce a img:hover {
  opacity: 0.75;
  transition: all 0.5s 0s ease;
}


/*----- スマホ：リンクボタンの横幅 -----*/
@media screen and (max-width: 767.9px) {
  .bl-btn a {
    width: 66.66666vw;
  }
}


/*----- Google自動翻訳ボタン位置 -----*/
#gt_float_wrapper {
  bottom: 30px !important;
}
@media screen and (max-width: 767.9px) {
  #gt_float_wrapper {
    bottom: 70px !important;
  }
}


/*----- 確認画面の余白調整 -----*/
#formWrap {
  margin-top: 60px;
}

/*───────────────────────────────────────────────
  共通調整 ここまで
───────────────────────────────────────────────*/

@media screen and (max-width: 767.9px) {
  .home #mv,
  .home #mv .fvImg,
  .home #mv .fvImg .swiper-wrapper,
  .home #mv .swiper-container.slider0 {
    height: 68.966vh;
  }
}

#mv .catchCopy {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.95);
  font-weight: 500;
}

.head .outsideNavi__list-item a,
.head .outsideNavi__list-item 
.language-ttl,
 h1.head__fvLogo a span,
.fvAddress {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.95);
}

h1.fvLogo img {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.95));
}

.on-scroll .outsideNavi__list-item a,
.on-scroll .outsideNavi__list-item .language-ttl {
  text-shadow: none;
}

#search .width-adjust {
  width: 90%;
}

@media screen and (max-width: 1023.9px) {
  h1.fvLogo img,
  #header #g-nav .hamburgerLogo.tab {
    max-width: 70vw;
  }

  #header #g-nav .hamburgerLogo.tab {
    margin-bottom: 8vw;
  }

  #search .searchVacancy-wrap {
    width: 96%;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  #search .vacancy-input-search a {
    font-size: 14px;
    line-height: 1;
  }
}

#header #g-nav li a {
  padding-top: 0;
  padding-right: 0;
}

#header #g-nav ul.address-inNav__icon {
  margin-top: 5px;
}

#imglinkbox .imglinkbox__item .imglinkbox__caption {
  margin-top: 0.5em;
}

/*----- 文字サイズ -----*/
/*body {
  font-size: clamp(16px, 1.406vw, 18px);
}*/

#search button {
  font-size: clamp(14px, 1.171vw, 16px);
}

#header .outsideNavi__list-item a {
  font-size: clamp(16px, 1.406vw, 18px);
}

#info .info-article {
  font-size: clamp(14px, 1.171vw, 15px);
}

#imglinkbox .imglinkbox__item .imglinkbox__caption {
  font-size: clamp(14px, 1.171vw, 17px);
}

#search .links-in-search__item a {
  letter-spacing: 0.075em;
}

#search .vacancy-input-box {
  font-size: clamp(17px, 1.56vw, 30px);
}

#search .vacancy-unit {
  font-size: 14px;
}

#search select option {
  font-size: 90%;
}

.bl-btn a {
  font-size: clamp(15px, 0.88vw, 17px);
}

/*----- スマホの文字サイズ＆余白調整 -----*/
@media screen and (max-width: 767.9px) {
  #imglinkbox .imglinkbox__item .imglinkbox__caption {
    font-size: 3.33vw;
  }

  #search .links-in-search__item a {
    font-size: 3.68vw;
    letter-spacing: 0.01em;
  }

  #search .links-in-search__item {
    margin-right: 2vw;
  }

  #info .info-article-list .info-article__ttl a {
    font-size: 3.68vw;
  }
}

/*----- ベストレートアイコンにシャドウ追加 -----*/
#search .vacancy-img img {
  filter: drop-shadow(0px -2px 6px #222);
}

/*----- スマホのハンバーガーメニュー展開：背景が濃色の場合 -----*/
#header .inside-nav__reserve-check {
  background-color: unset;
}

#header #g-nav li.inside-nav__reserve-check a {
  display: inline-block;
  background-color: #dddddd;
  text-align: left;
  color: #000;
}

#header #g-nav li a::before {
  background: #ccc;
}

@media screen and (max-width: 1023.9px) {
  #header #g-nav li.address-inNav {
    border-top: 1px solid #fff;
  }

  #header #g-nav ul {
    padding-left: 10vw;
  }
}

/*----- スマホ：下部固定ボタンの色とシャドウ付け -----*/
@media screen and (max-width: 1023.9px) {
  #header .header-tel-btn {
    background-color: #3faa9b;
  }

  #header .header-tel-btn,
  #header .header-reserve-btn {
    box-shadow: 0px -2px 4px -1px rgba(0,0,0,0.25);
  }
}

/*----- 私学共済・メンバーボタンリンク -----*/
.add-btn-member {
  background-color: #195E55;
}

.add-btn-office {
  background-color: #1A6975;
}

#tinymce .link-btn-list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding-top: 30px;
}

#tinymce .bl-btn a {
  color: #ffffff;
  text-decoration: none;
  padding: 16px 0;
  font-size: clamp(15px, 1.25vw, 16px);
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767.9px) {
  #tinymce .link-btn-list {
    flex-direction: column;
  }

  #tinymce .bl-btn a {
    width: 75vw;
  }
}

#tinymce .link-btn-list--single {
  padding-top: 0;
}

/*----- 空室検索フォームの装飾 -----*/
#tinymce .search_btm {
  position: relative;
}

#tinymce .search_btm .search_btm_logo {
  position: absolute;
  right: 1vw;
  bottom: -30px;
}

#tinymce .search_btm .search_btm_logo img {
  width: 14.06vw;
  opacity: 0.5;
}

@media screen and (max-width: 1279.9px) {
  #tinymce .search_btm .search_btm_logo {
    right: -1vw;
  }
}

@media screen and (max-width: 767.9px) {
    #tinymce .search_btm .search_btm_logo {
    display: none;
  }
}

/*----- メインスライダーのボタン色変え -----*/
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, #fff);
}

/*----- トピックスの背景しましま -----*/
section#topics {
  background-color: #fff!important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%23e0e0e0' fill-rule='evenodd'/%3E%3C/svg%3E");
}

#topics .top-topics-list {
  margin: 30px auto;
}

#topics .top-topics-list li.top-topics-list__item {
  background-color: #fff;
}

#topics .top-topics-list .top-topics-list__item a {
  padding: 20px 0;
}

/*----- テキスト中央（コンセプト）背景設定 -----*/
.top-main-overview {
  background-color: #e2faf7 !important;
  background: url(https://webcreue.hotelgp-fukuoka.com/_cms_/wp-content/uploads/2025/05/logo-GP-7.png) no-repeat left 6vw top -50px;
}

@media screen and (max-width: 767.9px) {
  .top-main-overview {
    background-position: left -10vw top -3vw;
    background-size: 60vw;
    padding-top: 10.25vw !important;
    padding-bottom: 10.25vw !important;
  }
}

.home #content_n_16 #imglinkbox {
  background-color: #e2faf7 !important;
}

/*----- ページネーションの外枠色 -----*/
.paveNation-item {
  border: 1px solid #3faa9b;
}

/*----- リンク画像集のhover -----*/
#imglinkbox a:hover {
  opacity: 1;
  filter: brightness(1.15);
}

/*----- リンク画像ボックスのimg中央寄せ -----*/
#imglinkbox .imglinkbox__nowrap .imglinkbox__item .imglinkbox_img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #imglinkbox .imglinkbox__wrap {
    row-gap: 20px;
  }

  #imglinkbox .imglinkbox__wrap .imglinkbox__item {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767.9px) {
  #imglinkbox .imglinkbox__wrap {
    row-gap: 5px;
  }

  #imglinkbox .imglinkbox__wrap .imglinkbox__item {
    margin: 0 5px;
  }
}

/*----- リンク画像ボックスのキャプションspan -----*/
#imglinkbox .imglinkbox__item .imglinkbox__caption span {
  font-size: 90%;
  color: #3faa9b;
  padding-right: 2px;
}

/*----- カラムボックスのスマホ表示調整 -----*/

@media screen and (max-width: 767.9px) {
  #col-box .col-box__wrap {
    row-gap: 10px;
  }

  #col-box .col-box__wrap .col-3,
  #col-box .col-box__wrap .col-4 {
    width: 86%;
  }
}

#col-box .col-box__wrap .col-box__item .col-box-head {
  line-height: 1.6;
}

@media screen and (max-width: 767.9px) {
  #col-box .col-box__wrap .col-box__item .col-box-head {
    font-size: 4.61vw;
    margin: .75rem .25rem;
  }
}

/*----- カラムボックスのテキストspan -----*/
#col-box .col-box__A .col-box__item .col-box-txt span {
  font-size: 90%;
  color: #808080;
  display: inline-block;
  margin-top: 0.5em;
}

#lists .top-lists-table__data span {
  font-style: normal;
  font-size: 90%;
  color: #808080;
}

/*----- アンカーリンクのspan -----*/
#anchor-links .anchor-links__list .anchor-links__list-item a {
  /*font-size: 1rem;*/
}

#anchor-links .anchor-links__list .anchor-links__list-item a span {
  font-size: 90%;
  color: #3faa9b;
  padding-right: 3px;
}

@media screen and (max-width: 767.9px) {
  #anchor-links .anchor-links__B .anchor-links__list-item {
    padding: 0 0.25em;
  }
}

/*----- 会議室料金表 -----*/
#tinymce .p-table-wrap {
  width: 100%;
  overflow-x: auto;
}

#tinymce .p-table-wrap .notes {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}

#tinymce .p-price-table {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  border: 1px solid #999;
  margin: 0 auto;
  margin-bottom: 1em;
  overflow-x: auto;
}

#tinymce .p-price-table tbody,
.p-price-table tr {
  width: 100%;
}

#tinymce .p-price-table td,
#tinymce .p-price-table th {
  padding: 10px 20px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  white-space: nowrap;
}

#tinymce .p-price-table th {
  width: 20%;
  background-color: #e2faf7;
  text-align: center;
  font-weight: normal;
}

#tinymce .p-price-table .width-30 {
  width: 30%;
  white-space: nowrap;
}

#tinymce .p-price-table .width-20 {
  width: 20%;
  white-space: nowrap;
}

#tinymce .p-price-table .field-lightgray {
  background-color: #f8f8f8;
}
#tinymce .p-price-table .field-darkgray {
  background-color: #e9e9e9;
}

#tinymce .p-price-table .right-dashed {
  border-right-style: dashed;
}

@media screen and (min-width: 768px) {
  #tinymce .p-price-table .field-centered {
    text-align: center;
  }
}

@media screen and (max-width: 767.9px) {
  #tinymce .p-price-table th {
    text-align: left;
  }
}

/* 独自エディタのスタイル【プライバシーポリシー】 */
#tinymce .privacy {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

#tinymce .privacy p {
  padding-bottom: 1em;
}

#tinymce .privacy p.pl1 {
  padding-left: 1em;
}

#tinymce .privacy h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

#tinymce .privacy h2 {
  font-weight: bold;
  margin-top: 1em;
}

#tinymce .privacy ul {
  list-style: disc;
  overflow: inherit;
}

#tinymce .privacy ul li {
  list-style: disc;
  margin-left: 1.5em;
}

#tinymce .privacy ol {
  margin: 1em 0;
  list-style-type: decimal;
  padding-left: 40px;
}

#tinymce .privacy ol li {
  list-style: decimal;
}

@media screen and (max-width: 767.9px) {
  #tinymce .privacy {
    width: 96%;
  }

  #tinymce .privacy ol {
    padding-left: 1.5em;
  }
}

#formWrap {
  width: 100%;
}

table.formTable {
  width: 90%;
}

#formWrap p {
  margin: 1em;
}

#content_ifr body#tinymce {
  font-family: sans-serif;
}