@charset "UTF-8";
/* カスタムCSS */
/**********************************************************
共通
**********************************************************/
/* PageSpeed Insights対応 */
img {
  max-width: 100%;
  height: auto;
}
.pageTitle {
  background: #eee url(https://medical.fujifilm-hp.com/files/img/pageTitle_bg.webp) center center no-repeat;
}
/* フッター　フリースペース2 */
.gFooter_wysiwygArea p {
  text-align: center;
  color: #fff;
}
/* マウスホバー時　画像拡大 */
.scale {
  overflow: hidden;
}
.scale img {
  transition: all 0.7s;
}
.scale img:hover {
  transform: scale(1.2);
}
/* スクロール　枠 */
.scroll_frame {
  overflow-y: scroll; /* バーは縦のみ表示 */
  width: 800px;
  height: 500px;
  margin: 0 auto;
}
/* iframe 動画 */
.video {
  height: 250px;
  margin: 50px auto;
}
/* アンカー　Gナビ重なり防止 */
.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
/* アンカー　h2アイコン位置調整 */
.anchor::before {
  padding-top: 75px;
}
/* テキストリンク装飾（ボタン以外） */
.editor p a:not(.btn) {
  text-decoration: underline;
}
/* pagerの下線装飾回避 */
.editor .pager a:not(.btn) {
  text-decoration: none;
}
/* テキスト装飾 */
.red {
  color: red;
}
.orange {
  color: #ffa500;
  font-size: 1.1em;
}
.text_u_line {
  text-decoration: underline;
}
/*　align */
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
/* インナー　960px */
.inner960 {
  max-width: 960px;
  margin: 0 auto
}
/* 手書きsection */
.hand_section {
  padding: 40px 0;
}
.hand_section h1, .hand_section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
/* アイコン位置調整 */
.gHeader_right .contact p i {
  top: 10px;
}
/* 画像キャプション */
.hand_section .topAbout_list p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.hand_section .topAbout_item {
  margin: 0 30px;
}
/* 蛍光線 */
.h_light {
  font-weight: bold;
  font-size: 1.1em;
  background: linear-gradient(transparent 50%, #ffff46 50%);
}
/* 注釈 */
.caution {
  font-size: 90% !important;
}
/* アンダーライン */
.u_line {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.u_line::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 40%;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: #ddd;
  border-radius: 2px;
}
/* flexbox */
.flexbox div, .flexbox p {
  flex: 1;
}
/* ホバー　ゆっくり変化 */
a {
  transition: 0.3s ease-in-out;
}
/* ボタン */
.btn {
  box-shadow: 2px 2px 5px 1px #dadada;
}
/* ボタン　背景色 */
.btn-color {
  background: linear-gradient(90deg, rgb(88, 146, 245), rgb(88, 227, 255));
}
/* テーブル スマホ時　スクロール設定 */
.sp_scroll_table {
  overflow: auto;
  white-space: nowrap;
}
.commonTable th, .commonTable td {
  vertical-align: middle;
  text-align: center;
}
.commonTable th {
  width: 25%;
  background: #eee;
  border: 1px solid #fff;
}
/*
お問い合わせ
*****************/
/* ヘッダー　お問い合わせ */
.gHeader_right .contact {
  margin-top: 35px;
  margin-bottom: 0 !important;
}
.gHeader_right .contact p {
  width: 320px;
  margin: 2px auto;
}
.gHeader_right .contact a {
  padding: 5px;
}
/* ページ下　お問い合わせ */
.contact .flexbox div, .contact .flexbox p {
  flex: 1 !important;
}
.contact .btn-color {
  background: linear-gradient(90deg, rgb(71, 191, 214), rgb(107, 222, 245));
  border-radius: 0;
}
.contact p:nth-of-type(2) .btn-color {
  background: linear-gradient(90deg, rgb(88, 146, 217), rgb(148, 191, 245));
}
.contact p {
  position: relative;
}
.contact i {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  top: 16px;
  left: 17px;
}
/*
Gナビ
*****************/
.gNav_list {
  justify-content: center;
}
.gNav_item > a {
  padding: 0px 25px;
  margin: 10px 0;
}
/* メニュー　色味 */
.gNav_item:last-of-type a {
  color: #488ada;
}
.gNav_item > a:hover {
  color: #488ada;
}
.gNav_item:hover {
  border-bottom: solid 4px #488ada;
}
/* サブメニュー　色味 */
.subMenu_item a {
  background: #488ada;
}
.subMenu_item a:hover {
  color: #488ada;
  background: #fff;
}
/* ホバー時の表示スピード　*/
.gNav_item, .subMenu_item a {
  transition: all .4s;
}
/* アイコン　紙飛行機 */
.gNav_item:last-of-type a::before {
  content: "\f1d8";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
  font-size: 18px;
}
/*
フッター
*****************/
/* 色味調整 */
.gFooter {
  background: #68a1e7;
  border-top: none;
}
.gFooter_link a {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.tree_head-linkL > a::before, .tree_head-linkR > a::before {
  color: #fff !important;
}
.gFooter_link a:hover, .gFooter_link .subMenu_item > a:hover {
  color: #0073ff;
}
.gFooter_copyright {
  background: #3379cc;
  border: none;
  color: #fff;
}
.gFooter_number {
  color: #fff;
  margin: 30px 0 15px 0;
}
/* スマホ */
@media (max-width: 767px) {
  /* スクロール　枠 */
  .scroll_frame {
    width: auto; /* スマホ画面に収まるように */
  }
  .sp_none {
    display: none;
  }
  /* Gナビ */
  .gNavBtn {
    position: fixed; /* 追尾スクロール */
    z-index: 2;
  }
  .detail, .hand_section .topAbout_item {
    width: 100%;
  }
  /* テーブル　スマホ時　余白調整 */
  .commonTable th, .commonTable td {
    padding: 5px;
  }
  .gFooter_link a {
    border-bottom: solid 1px #fff;
  }
  /* ページトップへ戻るボタン */
  .pageTop a:after {
    width: 50px;
    height: 50px;
  }
  /* チャットボット　位置調整 */
  #lampchat-lancher {
    bottom: 0 !important;
    right: 0 !important;
  }
}
/* PC */
@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
  /* Gナビ */
  .gNav {
    position: -webkit-sticky; /* 追尾スクロール */
    position: sticky;
    top: 0;
    z-index: 2;
    opacity: 0.9;
    background: #fff;
    box-shadow: 2px 2px 2px #efefef;
  }
  /* flexbox */
  .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .reverse .right {
    text-align: right;
  }
  .detail {
    width: 50%;
    margin: 60px auto;
  }
  /* iframe 動画 */
  .video {
    width: 800px;
    height: 500px;
  }
  .contact p {
    margin: 0 15px;
  }
  /* フッターメニュー　*/
  .gFooter_link {
    width: calc(100% / 6 - 0px);
  }
}
/**********************************************************
子要素　画面幅100%
**********************************************************/
@media (min-width: 1200px) {
  .w100 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
/**********************************************************
ページ別　トップ
**********************************************************/
/**********************
フリースペース01
**********************/
/*
メインビジュアル文字
#top .mainImage {
  position: relative;
  /* padding-bottom: 13px;  オーバーレイ　下延長 
}
#top .mainImage::before, #top .mainImage::after, #top .mainImage ul.mainSlider::before {
  position: absolute;
  left: 8%;
  z-index: 1;
  pointer-events: none;
  letter-spacing: 1.5px;
  line-height: 1.3em;
  font-size: 4rem;
  background: linear-gradient(90deg, rgb(255 137 0 / 70%), rgb(255 223 0 / 60%));
  color: #fff;
  padding: 10px 15px;
}
#top .mainImage::before {
  content: "富士フイルム グループ会社提案";
  top: 21%;
}
#top .mainImage::after {
  content: "初期制作費 0円～";
  top: 35%;
}
#top .mainImage ul.mainSlider::before {
  content: "医院・クリニックのホームページ制作";
  top: 49%;
}
#top .mainImage ul.mainSlider::after {
  position: absolute;
  pointer-events: none;
  font-weight: bold;
  z-index: 1;
  content: "運営・集客をサポートする「安心・安全」のホームページ。\A新規開業・リニューアル・運用のご相談など、お任せください！";
  white-space: pre; /* 改行 
  top: 64%;
  left: 8%;
  font-size: 2rem;
  color: #fff;
  text-shadow: 1px 1px 7px #000;
}
#top .slick-list {
  opacity: 0.8; /* オーバーレイ */
}

/*
お悩み解決
*****************/
/* 余白調整 */
.topAbout {
  width: auto;
}
.topAbout_title {
  padding-top: 70px;
}
.topAbout_title .orange {
  border: none;
}
.section-bg01 {
  padding-top: 0;
}
/* お悩み */
#trouble {
  background: #fff;
  padding-bottom: 0;
}
/* 矢印 */
#trouble::after {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f103";
  text-align: center;
  font-size: 40px;
  color: #1eb9ee;
}
#trouble h2 {
  display: inline-block;
  font-size: 24px;
  padding-bottom: 3px;
  border-top: 3px double#b0b0b0;
  border-bottom: 3px double#b0b0b0;
}
#trouble ul {
  list-style: none;
  margin: 30px 0;
}
#trouble li {
  margin: 15px;
}
#trouble .scale {
  box-shadow: 10px 10px 0 0px #eaeaea;
}
#trouble img {
  border: 1px solid #f3f3f3;
}
/* チェックマーク */
#trouble li p::before {
  position: relative;
  top: 3px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f14a";
  font-size: 26px;
  padding-right: 10px;
  color: #6edaff;
}
#trouble .trouble_case {
  margin-top: 70px;
}
/* 解決 */
#solution {
  background: url(https://medical.fujifilm-hp.com/files/img/top/bg_solution01.webp);
  background-attachment: fixed; /* パララックス　背景固定 */
  background-size: cover;
  color: #fff;
  padding: 80px 0;
}
/* ボタン */
#solution .detail {
  width: 250px;
  margin: 0 auto;
}
#solution .detail .btn {
  margin-top: 50px;
  margin-bottom: 0;
  background: #fff;
  color: #1eb9ee;
  box-shadow: 2px 2px 5px 1px #939393;
}
/*
PC
*****************/
@media (min-width: 768px) {
  #top h1 {
    margin: 60px 0 120px 0;
  }
}
/*
スマホ
*****************/
@media (max-width: 767px) {
  /* メインビジュアル文字 */
  #top .mainImage::before {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
  }
  #top .mainImage::after, #top .mainImage ul.mainSlider::before, #top .mainImage ul.mainSlider::after {
    display: none;
  }
  /* 下部バナー　調整 */
  .topBnrs_item {
    width: auto;
  }
  #top #solution {
    background-attachment: scroll; /* パララックス　背景固定解除 */
  }
}
/*
キャッチコピー・文字
*****************/
#top .font_small {
  font-size: 18px;
  padding: 0 !important;
  border-right: none !important;
  border-left: none !important;
}
/**********************
フリースペース02
**********************/
/* SERVICE
*****************/
#top #service {
  padding-top: 0; /* デフォルトcss打消し調整 */
}
#top #service img {
  width: 250px;
  height: 250px;
  background: #f0f5ff;
  border-radius: 150px 150px;
  box-shadow: 1px 1px 5px 0px #d6d6d6;
}
/* 
医院・クリニックの皆様へ
*****************/
#top #to_clinic {
  background: #6d6d6d url(https://medical.fujifilm-hp.com/files/img/top/to_clinic01.webp);
  background-blend-mode: overlay;
  background-position: top;
  background-attachment: fixed; /* パララックス　背景固定 */
  background-size: cover;
}
#top #to_clinic .u_line {
  color: #fff;
  text-shadow: 2px 2px #7a7a7a;
}
#top #to_clinic .u_line::after {
  background: #fff;
}
#top #to_clinic ul {
  flex-direction: column;
  text-align: center;
  list-style: none;
  max-width: 600px;
  padding: 50px;
  margin: 0 auto;
}
#top #to_clinic li a {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.97);
  width: 100%;
  border: 1px solid #d5d5d5;
  box-shadow: 4px 4px #d5d5d5;
  padding: 20px;
  margin: 10px 0;
}
#top #to_clinic li a:hover {
  color: #fff;
  background: #488ada;
}
/* 
PLAN
*****************/
#top #plan {
  padding-bottom: 0; /* デフォルトcss打消し調整 */
}
/* 蛍光線 */
#top #plan .topAbout_item .h_light {
  font-size: 1em; /* 文字サイズ調整 */
}
#top #plan .topAbout_item div {
  position: relative;
  width: 330px;
  height: 450px;
  background: #fff;
  box-shadow: 2px 2px 5px 2px #ddd;
}
/* リボン */
#top #plan .ribbon {
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  width: 40px;
  color: white;
  background: #ffc062;
}
#top #plan .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 20px solid #ffc062;
  border-right: 20px solid #ffc062;
  border-bottom: 10px solid transparent;
}
#top #plan #zero, #top #plan .topAbout_item span {
  font-weight: bold;
  font-size: 32px;
}
#top #plan #yen {
  font-size: 18px;
}
#top #plan .topAbout_item p {
  font-weight: normal;
  margin: 10px;
}
#top #plan .topAbout_item a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  padding: 15px;
}
/* ボタン　動き打消し */
#top #plan .topAbout_item a:hover {
  transform: none;
}
/* 色味 */
#top #plan .topAbout_item:first-of-type div {
  border-top: 3px solid #c6e2ff;
}
#top #plan .topAbout_item:first-of-type a {
  background: #85c1ff;
}
#top #plan .topAbout_item:nth-of-type(2) div {
  border-top: 3px solid #ffe6ae;
}
#top #plan .topAbout_item:nth-of-type(2) a {
  background: #ffc062;
}
#top #plan .topAbout_item:nth-of-type(3) div {
  border-top: 3px solid #ffa2a2;
}
#top #plan .topAbout_item:nth-of-type(3) a {
  background: #ff6767;
}
/* スマホ */
@media (max-width: 767px) {
  #top #free_space02 .topAbout_item {
    width: auto !important;
    margin: 30px;
  }
  #top #to_clinic {
    background-attachment: scroll; /* パララックス　背景固定解除 */
  }
}
/* 
CONTACT　お問い合わせ
*****************/
#top #contact {
  background: url(https://medical.fujifilm-hp.com/files/img/top/bg_contact01.webp) no-repeat;
  background-position: top;
  padding-top: 60px;
  margin-top: 60px;
}
#top #contact .text_box {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 700px;
  padding: 50px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
#top #contact h2 {
  color: #008fc7;
}
#top #contact .detail {
  width: 250px;
  margin: 60px auto;
}
#top #contact .detail a {
  background: #fff;
  color: #333;
  box-shadow: 2px 2px 1px 1px #a3a3a3;
}
#top #contact .detail a:hover {
  color: #fff;
  background: #488ada;
}
/* スマホ */
@media (max-width: 767px) {
  /* 余白調整 */
  #top .section:nth-of-type(2), #top #contact {
    padding-bottom: 10px;
  }
  #top #contact .text_box {
    width: 90%;
    padding: 30px;
  }
  #top #contact h2 {
    font-size: 2.4rem;
  }
  #top #contact .detail {
    margin: 30px auto;
  }
}
/**********************************************************
ページ別　下層
**********************************************************/
/**********************
ホームページの重要性
**********************/
#important section {
  margin-bottom: 100px;
}
#important section h2 + p {
  text-align: center;
  margin: 40px 0;
}
#important section ul li {
  text-indent: 1.5em;
}
/**********************
集患・増患について
**********************/
#gather section {
  margin-bottom: 100px;
}
#gather section h2 + p {
  text-align: center;
  margin: 40px 0;
}
#gather section ul li {
  text-indent: 1.5em;
}
/* アイドマ・アイシーズの法則 */
#gather .rule {
  text-align: center;
  margin: 50px 0;
}
#gather .rule img {
  box-shadow: 1px 1px 5px 0px #c5c5c5;
}
/* PC */
@media (min-width:768px) {
  #gather .rule img {
    padding: 30px 60px;
  }
}
/**********************
医療広告ガイドライン
**********************/
#medical_guideline section {
  margin-bottom: 100px;
}
#medical_guideline section h2 + p {
  text-align: center;
  margin: 40px 0;
}
#medical_guideline section ul li {
  text-indent: 1.5em;
}
/* 広告 */
#medical_guideline .ad {
  margin-bottom: 50px;
}
#medical_guideline .ad span {
  font-weight: bold;
  font-size: 1.1em;
}
/**********************
特長
**********************/
/* テンプレート5種 */
#characteristic #colors li::before {
  content: "■";
}
#characteristic .blue::before {
  color: #60C3D5 !important;
}
#characteristic .gray::before {
  color: #B9B9B9 !important;
}
#characteristic .green::before {
  color: #B3D465 !important;
}
#characteristic .pink::before {
  color: #FFA493 !important;
}
#characteristic .beige::before {
  color: #D0AE85 !important;
}
#characteristic .flexbox {
  margin-bottom: 60px;
}
#characteristic .flexbox > p {
  text-align: center !important;
}
#characteristic section {
  margin-bottom: 100px;
}
#characteristic section ul li {
  text-indent: 1.5em;
}
/**********************
製作の流れ
**********************/
#work_flow #process h3 {
  font-weight: bold;
}
#work_flow #process span {
  background: #9c8b72;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  outline: 3px solid #9c8b72;
  outline-offset: 1px;
}
#work_flow #online {
  margin: 120px auto !important;
}
#work_flow .arrow {
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
#work_flow .arrow i {
  font-size: 55px;
  opacity: 0.4;
  color: #9c8b72;
}
/* PC */
@media (min-width:768px) {
  #work_flow #process div {
    width: 960px;
    margin: 0 auto;
  }
}
/**********************
制作実績
**********************/
/*
Basic / Custom　切り替えタブ
*****************/
#works .tab_item {
  width: calc(100%/2); /* 100%/タブ数 */
  padding: 15px 0;
  background-color: #eee;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 24px;
  transition: all 0.2s ease;
}
#works .tab_item:hover {
  opacity: 0.75;
}
#works input[name="tab_item"] {
  display: none;
}
#works .tab_content {
  display: none;
  padding: 30px 0;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-top: none;
  box-shadow: 5px 5px 10px 0px #e4e4e4;
}
#works #tab1:checked ~ #tab1_content, #works #tab2:checked ~ #tab2_content {
  display: block;
}
#works label {
  border-bottom: 1px solid #dfdfdf;
}
#works input:checked + #basic {
  background-color: #fff;
  color: #ffc062;
  border: 1px solid #dfdfdf;
  border-bottom: none;
}
#works input:checked + #custom {
  background-color: #fff;
  color: #85c1ff;
  border: 1px solid #dfdfdf;
  border-bottom: none;
}
/*
医院（1施設ごとのブロック）
*****************/
#works .clinic {
  display: flex; /* 医院名を下揃え　機能・科目が増えた際のレイアウト崩れ防止 */
  flex-direction: column; /* 医院名を下揃え　機能・科目が増えた際のレイアウト崩れ防止 */
  border: 1px solid #aaa;
  border-bottom: none;
  margin: 10px;
}
#works .clinic .btn {
  background: #aaa;
  border-radius: 0;
  padding: 20px;
  margin-top: auto; /* 医院名を下揃え　機能・科目が増えた際のレイアウト崩れ防止 */
  box-shadow: none;
}
/*
医院情報
*****************/
#works .clinic_detail .flexbox {
  justify-content: space-around;
}
#works .clinic_detail ul {
  max-width: 250px;
  margin-left: 0 !important;
}
#works .clinic_detail ul li {
  text-align: center;
  padding: 7px !important;
  margin: 5px 0;
  border: 1px solid #737373;
}
#works .clinic_detail ul li::before {
  display: none; /* リスト黒丸非表示 */
}
/* プラン　色味 */
/* basic */
#works .clinic_detail ul li.basic {
  color: #fff;
  background: #ffc062;
  border: 1px solid #ffc062;
}
/* custom */
#works .clinic_detail ul li.custom {
  color: #fff;
  background: #85c1ff;
  border: 1px solid #85c1ff;
}
/* テンプレート　色味 */
#works .clinic_detail ul li.blue {
  color: #fff;
  background: #60C3D5;
  border: 1px solid #60C3D5;
}
#works .clinic_detail ul li.gray {
  color: #fff;
  background: #B9B9B9;
  border: 1px solid #B9B9B9;
}
#works .clinic_detail ul li.green {
  color: #fff;
  background: #B3D465;
  border: 1px solid #B3D465;
}
#works .clinic_detail ul li.pink {
  color: #fff;
  background: #FFA493;
  border: 1px solid #FFA493;
}
#works .clinic_detail ul li.beige {
  color: #fff;
  background: #D0AE85;
  border: 1px solid #D0AE85;
}
#works .clinic_detail ul li.customize {
  background: #fff;
}
/* PC */
@media (min-width:768px) {
  #works .clinic_list {
    display: flex;
    justify-content: space-between;
  }
  #works .flexbox div, #works .flexbox p {
    flex: none; /* flex: 1;　打消し */
  }
  #works .clinic_detail {
    padding: 20px;
  }
  #works .clinic_detail .topimg {
    margin-right: 30px;
  }
}
/* スマホ */
@media (max-width:767px) {
  #works .clinic {
    margin: 60px 10px;
  }
  #works .clinic_detail {
    text-align: center;
  }
  #works .topimg {
    margin-bottom: 30px;
  }
  #works .clinic_detail ul {
    margin: 0 auto !important;
    padding: 30px 0;
    text-align: left;
  }
}
/**********************
CONNECT Basic
**********************/
/* keyimg　余白詰め */
#connect_basic .pageTitle {
  margin-bottom: 3px;
}
/* 機能画像 */
#connect_basic .hand_section li.topAbout_item img {
  background: #f4f4f4;
}
/* #colors */
#connect_basic #colors li::before {
  content: "■";
}
#connect_basic .blue::before {
  color: #60C3D5 !important;
}
#connect_basic .gray::before {
  color: #B9B9B9 !important;
}
#connect_basic .green::before {
  color: #B3D465 !important;
}
#connect_basic .pink::before {
  color: #FFA493 !important;
}
#connect_basic .beige::before {
  color: #D0AE85 !important;
}
/* テーブル内リスト　調整　*/
#connect_basic .flex_center {
  justify-content: center;
  text-align: left;
}
#connect_basic .flex_center ul {
  margin-top: 0;
}
/* PC */
@media (min-width:768px) {
  /* 最初の手書きセクション　余白調整 */
  #connect_basic .hand_section:first-of-type {
    padding-top: 120px;
  }
}
/**********************
CONNECT Custom
**********************/
/* keyimg　余白詰め */
#connect_custom .pageTitle {
  margin-bottom: 3px;
}
/* 機能画像 */
#connect_custom .hand_section li.topAbout_item img {
  background: #f4f4f4;
}
/* #colors */
#connect_custom #colors {
  justify-content: center;
}
#connect_custom #colors li::before {
  content: "■";
}
#connect_custom .blue::before {
  color: #60C3D5 !important;
}
#connect_custom .gray::before {
  color: #B9B9B9 !important;
}
#connect_custom .green::before {
  color: #B3D465 !important;
}
#connect_custom .pink::before {
  color: #FFA493 !important;
}
#connect_custom .beige::before {
  color: #D0AE85 !important;
}
/* テーブル内リスト　調整　*/
#connect_custom .flex_center {
  justify-content: center;
  text-align: left;
}
#connect_custom .flex_center ul {
  margin-top: 0;
}
/* PC */
@media (min-width:768px) {
  /* 最初の手書きセクション　余白調整 */
  #connect_custom .hand_section:first-of-type {
    padding-top: 120px;
  }
}
/**********************
オプション
**********************/
/* keyimg　余白詰め */
#maintenance_option .pageTitle {
  margin-bottom: 3px;
}
/* 機能画像 */
#maintenance_option .hand_section li.topAbout_item img {
  background: #f4f4f4;
}
/* PC */
@media (min-width:768px) {
  /* 最初の手書きセクション　余白調整 */
  #maintenance_option .hand_section:first-of-type {
    padding-top: 120px;
  }
}
/**********************
よくあるご質問
**********************/
/* 矢印 */
#faq label::after {
  float: right;
  display: inline-block;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#faq .answer p {
  margin: 10px;
}
#faq .answer .detail {
  margin: 40px auto;
}
#faq section {
  margin-bottom: 100px;
}
#faq section h3 {
  margin-bottom: 0;
}
#faq section ul {
  margin: 0 0 30px 0;
}
#faq section ul li {
  text-indent: 1.5em;
}
/*ラベル*/
#faq label {
  display: block;
  margin: 1.5px 0;
  padding: 12px;
  color: #535353;
  font-weight: bold;
  background: #eae9e7;
  cursor: pointer;
  transition: all 0.5s;
}
/*ラベルホバー時*/
#faq label:hover {
  color: #fff;
  background: #488ada;
}
/*チェックは隠す*/
#faq input {
  display: none;
}
/*中身を非表示にしておく*/
#faq .answer {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
/*クリックで中身表示*/
#faq input:checked + label + .answer {
  height: auto;
  padding: 5px;
  background: #fff;
  opacity: 1;
}
/*アイコンを入れ替える*/
#faq input:checked + label::after {
  content: "\f106";
}
/* スマホ */
@media (max-width:767px) {
  #faq label::after {
    display: block;
    float: none;
    text-align: center;
  }
}
/**********************
お客様の声
**********************/
#interview .flexbox {
  margin-bottom: 60px;
}
#interview .flexbox img {
  box-shadow: 5px 5px 10px 0px #e4e4e4;
}
#interview .flexbox > p {
  text-align: center !important;
}
#interview section {
  margin-bottom: 100px;
}
#interview .interview_catchcopy {
  text-align: center;
  font-weight: bold;
  font-size: 26px !important;
  color: #72abff;
}
/**********************
お客様の声 医院別下層ページ
**********************/
.intarview_solo .flexbox {
  margin-bottom: 60px;
}
.intarview_solo .flexbox img {
  box-shadow: 5px 5px 10px 0px #e4e4e4;
}
.intarview_solo .flexbox > p {
  text-align: center !important;
}
.intarview_solo section {
  margin-bottom: 100px;
}
.intarview_solo .interview_catchcopy {
  text-align: center;
  font-weight: bold;
  font-size: 26px !important;
  color: #72abff;
}
/* PC */
@media (min-width:768px) {
  .intarview_solo .container960 {
    width: 960px;
    margin: 0 auto;
  }
}
/**********************
お問い合わせ
**********************/
#form .hand_section {
  padding-top: 0;
}
select {
  padding: 7px;
}