@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* outline: 1px solid red; */
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Montserrat", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
}

body p {
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

body p a {
  color: #004ea2;
}

body p a:hover {
  text-decoration: underline;
}

.justify {
  text-align: justify;
  letter-spacing: 0.01em;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

/* 回り込み画像 */
.mawariR {
  float: right;
  display: inline;
  margin: 3px 0 0 15px;
  border-radius: 5px;
}

/*####################### その他共通設定ここから #########################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* ---------- 下に空きスペース追加 ---------- */
.btm40 {
  margin-bottom: 40px;
}

.btm30 {
  margin-bottom: 30px;
}

.btm20 {
  margin-bottom: 20px;
}

.btm15 {
  margin-bottom: 15px;
}

.btm10 {
  margin-bottom: 10px;
}

/* ---------- 上に空きスペース追加 ---------- */

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

/* ---------- 下にpadding追加 ---------- */
.btm_padding_10 {
  padding-bottom: 10px;
}

.btm_padding_20 {
  padding-bottom: 20px;
}

.btm_padding_30 {
  padding-bottom: 30px;
}

/* ---------- 上にpadding追加 ---------- */
.top_padding_10 {
  padding-top: 10px;
}

.top_padding_20 {
  padding-top: 20px;
}

.top_padding_30 {
  padding-top: 30px;
}

/* ---------- 上の空きスペース詰める ---------- */

.top_reduce_05px {
  margin-top: -5px;
}

.top_reduce_10px {
  margin-top: -10px;
}

.top_reduce_20px {
  margin-top: -20px;
}

.top_reduce_30px {
  margin-top: -30px;
}

/* ---------- 点線追加（青色） ---------- */
.dashT {
  border-top: dashed 1px #4694d1;
}

.dashB {
  border-bottom: dashed 1px #4694d1;
}

.dashBY {
  border-bottom: dashed 1px #4694d1;
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 1.3em;
}

.dashR {
  border-right: dashed 1px #4694d1;
}

.dashL {
  border-left: dashed 1px #4694d1;
}

/* ---------- 上に細かい点線追加 ---------- */
.dashedT {
  border-top: dashed 1px #B1967E;
}

/* ---------- 文字サイズ調整 ---------- */
.font_size_090 {
  font-size: 0.9em;
}

.font_size_095 {
  font-size: 0.95em;
}

.font_size_105 {
  font-size: 1.05em;
}

.font_size_110 {
  font-size: 1.1em;
}

.font_size_120 {
  font-size: 1.2em;
}

.font_size_110Bold {
  font-size: 1.1em;
  font-weight: 600;
}

.font_size_120Bold {
  font-size: 1.2em;
  font-weight: 600;
}

.caption_text {
  font-size: 0.9em;
}

/* 文字をベージュにする */
.beige_text {
  color: #EBE0D8;
}

/* 文字を白にする */
.white_text {
  color: #fff;
}

.red_text {
  color: red;
}

.redBold {
  color: red;
  font-weight: 600;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/*####################### その他共通設定ここまで #########################*/

/*####################### ヘッダー開始 #########################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.header_upper {
  border-top: 20px solid;
  border-image: linear-gradient(#005bac, #0081ee) 1;
  background-image: linear-gradient(#fff, #dbe1e4);
}

.header_upper_innner {
  max-width: 950px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  position: relative;
}

.head_logo_unit a {
  display: block;
  max-width: 42%;
  transition: all 0.5s 0s ease;
}

.head_logo_unit a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.head_logo_unit p {
  color: #00508e;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 10px 0 0;
}

/* ----- ##### お問い合わせunit（ヘッダー）開始 ##### ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.header_tel_num_unit {
  width: 260px;
  position: absolute;
  right: 0;
  top: -20px;
  text-align: center;
}

/* お問い合わせください */
.h_tel_unit {
  color: #fff;
  background: linear-gradient(#005bac, #0081ee);
  padding: 7px 0 5px;
  border-radius: 0 0 5px 5px;
}

/* 電話番号 */
.tel_num_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tel_num_text img {
  width: 40px;
}

.tel_num_text p {
  color: #004ea2;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 2.0em;
  letter-spacing: 0.03em;
  line-height: 1.2em;
}

/* 受付時間 */
.run_time {
  color: #004ea2;
  font-size: 0.85em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

/* メールボタン */
.mail_unit a {
  color: #fff;
  font-size: 0.95em;
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(#0081ee, #005bac);
}

.mail_unit a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f6ab00, #ed6e00);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mail_unit a:hover::after {
  opacity: 1;
}

.mail_unit a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('../images/new_images/commonimages/mail_icon_white30px22.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- ##### お問い合わせunit（ヘッダー）ここまで ##### ----- */


/* GナビCSSはNavigation.cssに記述 */

/*####################### メインブロックここから #########################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* ----- ##### Main Contents # Negative Margin Area #  ##### ----- */
.main {
  width: 950px;
  margin: -135px auto 20px;
}

/*################## Swiper設定ここから ###################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
.swiper {
  width: 950px;
  height: 253px;
  margin: 0 auto 20px;
  border-radius: 20px;
  border: 3px solid #fff;
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #f5f5f5;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-img-link {
  display: block;
  line-height: 0;
}

.swiper-img-link img {
  transition: opacity 0.3s ease;
}

.swiper-img-link:hover img {
  opacity: 0.7;
}

.pc-img,
.sp-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sp-img {
  display: none;
}

/*################## トップ画像（下層ページ）設定ここから ###################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.top-pc-img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 15px;
  border: 2px solid #fff;
  max-width: 100%;
  height: auto;
}

.top-sp-img {
  display: none;
}

/* #####  トップ画像下のリードコピー ##### */
.lead_copy {
  font-size: 0.95em;
  text-align: justify;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/*################## トップ画像（下層ページ）設定ここまで ###################*/




/* 流れる文字エリアここから */
.scroll_area {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.scroll_area p {
  /* font-size: 0.95em; */
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scroll 60s linear infinite;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.scroll_area a {
  color: #004ea2;
}

.scroll_area a:hover {
  text-decoration: underline;
}

/* アニメーション（右から左に移動） */
@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}


/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* 流れる文字エリアここまで */

/*################## メイン（FLEX BOX）エリアここから ###################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* ----- ##### Main Contents # 2-column #  ##### ----- */
.main_container {
  display: flex;
  justify-content: space-between;
}

/*####################### 左カラムエリアここから #########################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* ----- ##### Main Contents # LEFT CONTENTS #  ##### ----- */
.contents {
  width: 70.5%;
}

/*################## 項目トップ画像設定 ここから ###################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.item_top_pc {
  display: block;
  margin: 0 auto 15px;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}

.item_top_sp {
  display: none;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/*################## 項目トップ画像設定 ここまで ###################*/


/* ##### ##### ##### クリーム背景BOXここから ##### ##### ##### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */


/* --- クリーム背景BOX <-- 外枠 --> --- */
.cream_box_flex {
  display: flex;
  justify-content: center;
  background-color: #fffcdb;
  border: 2px solid #a0bfe4;
  padding: 15px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* --- クリーム背景BOX <-- 内枠・均等分割 --> --- */
.cream_half_box {
  width: 49%;
  padding: 0 15px;
}

.cream_box_midashi {
  background-color: #4694d1;
  padding: 0 15px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.cream_half_box p {
  font-size: 0.9em;
}

/* クリーム背景BOXの文字のみ指定 */
.cream_text {
  padding: 0 20px;
}

.cream_text h3 {
  font-size: 1.1em;
  color: #0068b7;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  padding: 0 0 10px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #4694d1;
}

.cream_text p {
  font-size: 0.95em;
  text-align: justify;
}

/* ----- 次世代ボタン（title_btn）ここから ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
.title_btn {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  display: inline-block;
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(#0081ee, #005bac);
}

.title_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f6ab00, #ed6e00);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.title_btn:hover::after {
  opacity: 1;
}

.title_btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url('../images/new_images/commonimages/chevron_white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- 次世代ボタン（title_btn）ここまで ----- */


/* ----- リンクボタンunitここから ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.link_btn_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0 15px;
}

.link_btn_unit li a {
  color: #fff;
  font-weight: 600;
  font-size: 1.05em;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  display: inline-block;
  padding: 15px 10px;
  width: 210px;
  border-radius: 5px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(#0081ee, #005bac);
}

.link_btn_unit li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f6ab00, #ed6e00);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.link_btn_unit li a:hover::after {
  opacity: 1;
}

.link_btn_unit li a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
  background-image: url('../images/new_images/commonimages/chevron_white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn_spacer {
  width: 210px;
  height: 50px;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- リンクボタンunitここまで ----- */



/* ----- リンクテキストunitここから ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.link_text_unit {
  width: 100%;
  margin: 0 0 30px;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

.link_text_unit a {
  color: #0068b7;
}

.link_text_unit a:hover {
  text-decoration: underline;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- リンクテキストunitここまで ----- */

/* フリーテムについて */
/* ##### ##### ##### フリーテムについてここから ##### ##### ##### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.blue_box {
  position: relative;
}

/* ----- 基本の見出し ----- */
.basic_midashi {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#0081ee, #005bac);
}

.basic_midashi::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -3px;
  background-image: url('../images/new_images/commonimages/golden_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.blue_box_midashi {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#0081ee, #005bac);
}

.blue_box_midashi::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -3px;
  background-image: url('../images/new_images/commonimages/golden_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* トータルサービスの図 */
.total_service {
  position: absolute;
  width: 250px;
  top: 20px;
  right: 0px;
}

.blue_box_lower p {
  font-weight: 600;
  margin-bottom: 15px;
}

.four_pix {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.four_pix img {
  width: 24%;
  border-radius: 5px;
  border: 2px solid #a0bfe4;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ##### ##### ##### フリーテムについてここまで ##### ##### ##### */


/* ##### ##### ##### ニュース＆ブログここから ##### ##### ##### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.white_box_flex {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #a0bfe4;
  padding: 12px 17px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.news_title_box {
  background-color: #4694d1;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  border-radius: 5px;
  width: 110px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 3px;
  margin-right: 15px;
}

.news_list_box {
  margin-bottom: 3px;
}

.news_list_box p {
  font-size: 0.95em;
  line-height: 1.6;
}

.news_list_box p span {
  color: #666;
  font-weight: 500;
  font-feature-settings: initial;
}

.news_list_box a {
  color: #004ea2;

}

.news_list_box a:hover {
  text-decoration: underline;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ##### ##### ##### ニュース＆ブログここから ##### ##### ##### */




/* ##### ##### ##### こんな時お役に立ちますここから ##### ##### ##### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* ----- 両脇に青四角の見出し（H3） ----- */
.both_side_midashi {
  font-size: 1.2em;
  display: flex;
  align-items: center;
  color: #666;
  text-align: center;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
  width: 100%;
}

.both_side_midashi span {
  white-space: nowrap;
  margin: 0 10px;
}

.both_side_midashi::before,
.both_side_midashi::after {
  content: "";
  height: 1.2em;
  background-color: #4694d1;
  border-radius: 5px;
  flex-grow: 1;
}

/* ----- 縦点線の枠（2カラム・均等分割） ----- */
.side_dashed_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.dashed_half_box {
  max-width: 50%;
  padding: 0 20px;
}

.dashed_half_box h4 {
  color: #004ea2;
  font-size: 1.1em;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}

.dashed_half_box p {
  font-size: 0.9em;
  text-align: justify;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ##### ##### ##### こんな時お役に立ちます ここまで ##### ##### ##### */



/* ##### ##### ##### 本文中 お問い合わせunit ここから ##### ##### ##### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */


.go_contact_unit {
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(#0081ee, #005bac);
  border-radius: 10px;
  padding: 15px 5px;
  margin-bottom: 40px;
}

/* h4 text */
.go_contact_unit h4 {
  flex-basis: auto;
  color: #fff;
  font-size: 0.93em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

/* tel & running time */
.gc_tel_run {
  flex-basis: auto;
  padding-bottom: 3px;
  margin-top: -3px;
}

/* mail btn */
.gc_mail_btn a {
  color: #fff;
  font-weight: 600;
  background-color: #ed6e00;
  padding: 10px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
}

.gc_mail_btn a:hover {
  background-color: #f39800;
}

.gc_mail_btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('../images/new_images/commonimages/mail_icon_white30px22.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ##### ##### ##### 本文中 お問い合わせunitここまで ##### ##### ##### */



/* ###########  2カラムボックス指定ここから ########### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
.two_column_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.setumeiPhoto {
  width: 30%;
}

.setumeiText {
  width: 67%;
}

.setumeiText h3 {
  font-size: 1.1em;
  color: #0068b7;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  padding: 0 0 10px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #4694d1;
}

.setumeiText p {
  font-size: 0.95em;
  text-align: justify;
}

.setumeiTextRight {
  display: block;
  text-align: right;
}


/* ----- 表組 ここから ----- */

.setumeiText ul {
  border-bottom: dashed 1px #4694d1;
}

.setumeiText ul.list li {
  border-top: dashed 1px #4694d1;
  padding: 5px 0;
  zoom: 1;
}

.setumeiText ul.list li p.oya {
  width: 130px;
  float: left;
  display: inline;
  padding-right: 10px;
}

.setumeiText ul.list li p.ko {
  width: 300px;
  float: right;
  display: inline;
}

.setumeiText ul.list li p.oya2 {
  width: 300px;
  float: left;
  display: inline;
  padding-right: 10px;
}

.setumeiText ul.list li p.ko2 {
  width: 130px;
  float: right;
  display: inline;
}

.setumeiText ul.list li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* ----- 表組 ここまで ----- */

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ###########  2カラムボックス指定ここまで ########### */


/* ###########  施工実例 見出し＆本文 ここから ########### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.simpleText_unit {
  width: 100%;
  margin-bottom: 20px;
}

.simpleText_unit h3 {
  font-size: 1.1em;
  color: #0068b7;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  padding: 0 0 10px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #4694d1;
}

.simpleText_unit p {
  font-size: 0.95em;
  text-align: justify;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ###########  施工実例 見出し＆本文 ここまで ########### */


/* ###########  作業の流れ画像unit ここから ########### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
.flowPix_unit {
  margin-bottom: 30px;
}

.flow_subBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.flow_subBox_inner {
  width: 326px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flow_subBox_inner img {
  width: 154px;
}

.flow_subBox_inner_tate {
  width: 326px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flow_subBox_inner_tate img {
  width: 110px;
  margin-right: 18px;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ###########  作業の流れ画像unit ここまで ########### */


/* ----- お役に立ち隊商品説明ここから ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.oyakuni_illust {
  width: 65%;
  margin: 10px 20px 10px 0;
}

.oyakuni_text {
  width: 27%;
}

.oyakuni_goods {
  color: #0068b7;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

.oyakuni_price_unit {
  margin: 0 0 10px;
}

.oyakuni_price {
  color: red;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

.oyakuni_text p {
  font-size: 0.95em;
  text-align: justify;
}

.oyakuni_text p.add_price {
  font-size: 0.85em;
  margin: 0 0 10px;
}

.add_price {
  font-size: 0.85em;
  margin: 0 0 10px;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- お役に立ち隊商品説明ここまで ----- */


/* ###########  性能諸元表 ここから ########### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
.spec_midashi {
  color: #0068b7;
  line-height: 1.6;
  margin: -5px 0 10px;
}

.spec_sheet {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 20px;
  border-bottom: dashed 1px #4694d1;
  margin-bottom: 30px;
}

.spec_sheet img {
  width: 100%;
  height: auto;
  display: block;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ###########  性能諸元表 ここまで ########### */




/* ###########  品名と価格文字ここから ########### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

.product_name {
  color: #0068b7;
  font-size: 1.2em;
  font-weight: 600;
}

.price_text {
  color: red;
  font-size: 1.3em;
  font-weight: 600;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ###########  品名と価格文字ここまで ########### */

.simple_btn_large {
  display: block;
  text-align: center;
}

.simple_btn_large a {
  background-color: #187fc4;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
}

.simple_btn_large a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
  background-image: url('../images/new_images/commonimages/chevron_white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.simple_btn_large a:hover {
  background-color: #f08300;
}


/* ----- メールエリアH3見出し ----- */
.mail_midashi_blue {
  color: #0068b7;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
}



/* ###########  メールフォームここから ########### */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */


table {
  width: 670px;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: center;
  vertical-align: middle;
  background-color: #fffcdb;
  border: solid 1px #0068b3;
  padding: 5px;
  margin: 0;
  line-height: 1.8;
  font-size: 0.95em;
  font-weight: normal;
}

td {
  border: solid 1px #4c7eb8;
  padding: 3px;
  margin: 0;
  padding: 5px;
}

em {
  color: #F00;
}

.btm30 input[type="submit"],
.btm30 input[type="reset"] {
  font-size: 1.2em;
  padding: 10px 25px;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ###########  メールフォームここまで ########### */









/*####################### サイドメニューここから #########################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* ----- ##### Main Contents # ASIDE BAR AREA #  ##### ----- */

.aside_box_upper {
  width: 260px;
  margin: 0 0 20px;
}

.aside_box {
  width: 260px;
}

/* ----- ##### サイドメニューのボタンここから ##### ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */


/* ----- ##### サイド上のお問い合わせここから ##### ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */





.side-box {
  width: 260px;
  min-height: 500px;
  border-radius: 10px;
  background: linear-gradient(#a1cbed, #187fc4);
  padding: 5px;
  box-sizing: border-box;
}

/* フリーテムについて背景 */
.side-header {
  width: 100%;
  padding: 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: linear-gradient(#0081ee, #005bac);
  color: #fff;
  position: relative;
}

/* フリーテムについて見出し */
.side-header h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.side-header h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../images/new_images/commonimages/golden_arrow.png') no-repeat center center / contain;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}

/* ライトグレイ背景 */
.side-body {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(#fff, #dbe1e4);
  color: #666;
}

/* 紺見出し */
.side-body .main-text {
  color: #004ea2;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  margin-bottom: 5px;
  padding: 10px 15px 0;
}

/* 本文 */
.description {
  font-size: 0.93em;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: justify;
}

/* トータルサービスの図 */
.service-diagram {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

.service-diagram img {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  z-index: 2;
}

/* 会社外観 */
.company-image {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.company-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* お問い合わせはこちらボタン */
.contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: linear-gradient(#ffaa00, #ff7e00);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.contact-button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 10px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.contact-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#ffc600, #ff9a00);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.contact-button:hover::after {
  opacity: 1;
}

.contact-button span {
  position: relative;
  z-index: 2;
}







/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- ##### サイド上のお問い合わせここまで ##### ----- */




.btn-link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 90px;
  border-radius: 10px;
  background: linear-gradient(#a1cbed, #187fc4);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fdd000, #f39800);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.btn-link:hover::before {
  opacity: 1;
}

.btn-link:hover .large-text {
  color: #f08300;
}

.inner-content {
  display: flex;
  width: 250px;
  height: 80px;
  border-radius: 5px;
  background-clip: padding-box;
  background: linear-gradient(#fff, #dbe1e4);
  z-index: 1;
}

.image-box {
  flex-shrink: 0;
  width: 100px;

}

.image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}

.text-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 0 5px 9px;
}

.large-text {
  font-size: 1.17em;
  font-weight: bold;
  color: #0068b7;
  margin-bottom: 4px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  transition: color 0.3s ease-in-out;
}

.small-text {
  font-size: 0.87em;
  color: #454545;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- ##### サイドメニューのボタンここまで ##### ----- */




/*####################### フッターエリアここから #########################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */


.footer {
  background-color: #005bac;
}

.footer_upper {
  background: linear-gradient(#0081ee, #005bac);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.footer_container {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}



/* footer link box */
.footer_navi {
  background-color: #4694d1;
  border-radius: 5px;
  padding: 10px;
  width: 16%;
  color: #fff;
  line-height: 1.6;
  font-size: 0.8em;
}

.footer_navi li a:hover {
  text-decoration: underline;
}

.footer_navi .first2 {
  color: #fdd000;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px dashed #fff;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 5px;
  display: block;
}

.footer_navi .first {
  color: #fdd000;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}

/* ----- ##### お問い合わせunit（フッター）開始 ##### ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* footer tel box unit */
.footer_telbox {
  width: 260px;
  text-align: center;
}

/* お問い合わせください */
.f_tel_unit {
  color: #005bac;
  background-color: #fff;
  font-weight: 600;
  padding: 5px 0 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* 電話番号 */
.ftr_tel_num_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ftr_tel_num_text img {
  width: 40px;
}

.ftr_tel_num_text p {
  color: #fdd000;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 2.0em;
  letter-spacing: 0.03em;
  line-height: 1.2em;
}

.tel-sp {
  display: none;
}

/* 受付時間 */
.ftr_run_time {
  color: #fff;
  font-size: 0.85em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

/* メールボタン */
.ftr_mail_unit a {
  color: #005bac;
  font-size: 0.95em;
  font-weight: 600;
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.ftr_mail_unit a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdd000;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ftr_mail_unit a:hover::after {
  opacity: 1;
}

.ftr_mail_unit a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url('../images/new_images/commonimages/mail_icon_blue30px22.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/* ----- ##### お問い合わせunit（フッター）ここまで ##### ----- */

.footer_lower {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* フリーテムロゴ（フッター） */
.footer_lower img {
  width: 150px;
  height: auto;
  margin: 40px 0 0;
  transition: opacity 0.3s ease;
}

.footer_lower img:hover {
  opacity: 0.7;
}



/* copyright */
.footer_lower small {
  display: inline-block;
  font-size: 0.65em;
  font-family: "Montserrat";
  color: #ffffff;
  letter-spacing: 0.18em;
  width: 980px;
  margin: 40px 0 auto;
  padding: 0 0 20px;
  opacity: 0.9;
  position: relative;
  line-height: 1.8;
}

/* フッタの輝線 */
.footer_lower small::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
  height: 3px;
  background: linear-gradient(to right, #005bac 0%, #fabe00 25%, #fff100 50%, #fabe00 75%, #005bac 100%);
}

/*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
/*####################### フッターエリアここまで #########################*/

/* ####################### トップへ戻るボタン ######################### */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.8;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-top::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: 5px;
}

#page-top:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/*####################### レスポンシブ対応ここから #########################*/
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

/* -- PCでは表示 -- */
.onlyPC {
  display: block;
}

.onlyPCT {
  display: inline;
  /* インライン要素 */
}

/* -- PCでは非表示 -- */
.onlySP {
  display: none;
}

.onlySPT {
  display: none;
}




/*#######################################################################*/
/*#######################################################################*/
/*#######################################################################*/
/*################## SP表示設定（768px以下）ここから ####################*/
/* ----- 769px以上はPC表示 ----- */
/*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

@media (max-width: 768px) {

  /* -- SPでは表示 -- */
  .onlySP {
    display: block;
  }

  .onlySPT {
    display: inline;
  }

  /* -- SPでは非表示 -- */
  .onlyPC {
    display: none;
  }

  .onlyPCT {
    display: none;
  }



  /*####################### ヘッダー開始 #########################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .header_upper_innner {
    width: auto;
    padding: 15px 20px;
  }

  .head_logo_unit a {
    max-width: 70%;
  }

  .head_logo_unit p {
    font-size: 1em;
  }


  /* ----- ##### お問い合わせunit（ヘッダー）開始 ##### ----- */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
  .header_tel_num_unit {
    display: none;
  }

  /*####################### メインブロックここから #########################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* ----- ##### Main Contents # Negative Margin Area #  ##### ----- */
  .main {
    width: 100%;
    margin: 0px auto 20px;
  }

  /*################## Swiper設定ここから ###################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
  .swiper {
    width: auto;
    height: auto;
    margin: 20px 20px;
    border: 3px solid #4694d1;
  }

  .pc-img {
    display: none;
  }

  .sp-img {
    display: block;
  }

  /*################## トップ画像（下層ページ）設定ここから ###################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .top-pc-img {
    display: none;
  }

  .top-sp-img {
    display: block;
    width: calc(100% - 40px);
    /* 画面幅から左右の20pxずつを引いた幅 */
    margin: 0 20px 20px;
    height: auto;
    border-radius: 15px;
    border: 2px solid #fff;
  }





  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /*################## トップ画像（下層ページ）設定ここまで ###################*/

  /* 流れる文字エリアここから */
  .scroll_area {
    width: auto;
    margin: 0 20px 10px;
  }

  /* #####  トップ画像下のリードコピー（下層ページ） ##### */
  .lead_copy {
    margin: -5px 20px 20px;
  }

  /*################## メイン（FLEX BOX）エリアここから ###################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* ----- ##### Main Contents # 2-column #  ##### ----- */
  .main_container {
    width: 100%;
    display: block;
  }


  /*####################### 左カラムエリアここから #########################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* ----- ##### Main Contents # LEFT CONTENTS #  ##### ----- */
  .contents {
    width: 100%;
    margin: 0 20px;
    padding: 0 20px;
  }


  /*################## 項目トップ画像設定 ここから ###################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .item_top_pc {
    display: none;
  }

  .item_top_sp {
    display: block;
    width: calc(100% - 40px);
    /* 画面幅から左右の20pxずつを引いた幅 */
    margin: 0 20px 20px;
    height: auto;
    border-radius: 15px;
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /*################## 項目トップ画像設定 ここまで ###################*/


  /* ##### ##### ##### クリーム背景BOXここから ##### ##### ##### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* --- クリーム背景BOX <-- 外枠 --> --- */
  .cream_box_flex {
    display: block;
    padding: 0 15px;
    margin: 0 20px 20px;
  }

  /* --- クリーム背景BOX <-- 内枠・均等分割 --> --- */
  .cream_half_box {
    width: 100%;
    padding: 15px 0;
  }

  .cream_box_flex .dashL {
    border-left: none;
    border-top: dashed 1px #4694d1;
  }

  .cream_half_box p {
    font-size: 1em;
  }

  /* クリーム背景BOXの文字のみ指定 */
  .cream_text {
    padding: 20px 0px;
  }

  /* フリーテムについて */
  /* ##### ##### ##### フリーテムについてここから ##### ##### ##### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* ----- 基本の見出し ----- */
  .basic_midashi {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
  }

  .blue_box {
    position: static;
    padding: 0 20px;
  }

  .blue_box_lower p {
    text-align: justify;
  }

  /* トータルサービスの図 */
  .total_service {
    position: static;
    width: 250px;
    margin: 0 auto 20px;
  }

  .four_pix {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .four_pix img {
    width: 45%;
    margin: 0 5px 10px;
  }

  /* ##### ##### ##### ニュース＆ブログここから ##### ##### ##### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .white_box_flex {
    display: block;
    margin: 0 20px 30px;
  }

  .news_title_box {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0;
    letter-spacing: 0.17em;
  }

  .news_list_box p {
    font-size: 1em;
  }

  .news_list_box p span {
    margin-top: 15px;
    display: inline-block;
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ##### ##### ##### ニュース＆ブログここから ##### ##### ##### */




  /* ##### ##### ##### こんな時お役に立ちますここから ##### ##### ##### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* ----- 両脇に青四角の見出し（H3） ----- */
  .both_side_midashi {
    margin: 0 20px 20px;
    width: auto;
    line-height: 1.6;
  }

  .both_side_midashi::before,
  .both_side_midashi::after {
    height: 0.2em;
  }

  /* ----- リンクボタンunitここから ----- */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
  .link_btn_unit {
    display: block;
    padding: 5px 20px 15px;
  }

  .link_btn_unit li a {
    margin: 0 0 15px;
    width: 100%;
  }

  .btn_spacer {
    display: none;
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ----- リンクボタンunitここまで ----- */

  /* ----- リンクテキストunitここから ----- */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .link_text_unit {
    margin: 0 20px 30px;
    width: auto;
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ----- リンクテキストunitここまで ----- */

  /* ----- 製品画像（大） ----- */
  .large_img {
    width: calc(100%-40px);
    margin: 0 20px 20px;
  }

  /* ----- 価格ユニット（防犯カメラ） ----- */
  .price_unit {
    margin: 0 20px;
  }



  /* ###########  2カラムボックス指定ここから ########### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .two_column_box {
    display: block;
    margin: 10px 20px 30px;
  }

  .setumeiPhoto {
    width: 150px;
    float: left;
    margin-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
  }

  .setumeiText {
    width: 100%;
  }

  .setumeiText h3 {
    font-size: 1.08em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  /* ----- 表組 ここから ----- */

  .gaiyo-pc-img {
    display: none;
  }

  .setumeiText ul.list li p.oya {
    width: auto;
    float: none;
  }

  .setumeiText ul.list li p.ko {
    float: none;
    display: block;
  }

  .setumeiText ul.list li p.oya2 {
    width: auto;
    float: none;
  }

  .setumeiText ul.list li p.ko2 {
    float: none;
  }

  /* ----- 表組 ここまで ----- */

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ###########  2カラムボックス指定ここまで ########### */


  /* ###########  施工実例 見出し＆本文 ここから ########### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .simpleText_unit {
    width: auto;
    margin: 10px 20px 30px;
  }


  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ###########  施工実例 見出し＆本文 ここまで ########### */

  .flow_subBox {
    width: auto;
    display: block;
    margin-bottom: 0;
  }

  .flow_subBox_inner {
    margin: 0 20px 15px;
  }

  .flow_subBox_inner img {
    text-align: left;
    float: left;
    margin-left: 0;
  }

  .flow_subBox_inner_tate {
    margin: 0 20px 15px;
  }

  /* ###########  作業の流れ画像unit ここから ########### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */




  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ###########  作業の流れ画像unit ここまで ########### */





  /* ----- お役に立ち隊商品説明ここから ----- */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .oyakuni_illust {
    width: 107%;
    margin: 20px -10px 15px
  }

  .oyakuni_text {
    width: auto;
    margin: 10px 0 20px
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ----- お役に立ち隊商品説明ここまで ----- */


  /* ###########  性能諸元表 ここから ########### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
  .spec_midashi {
    margin: -5px 20px 10px;
  }

  .spec_sheet {
    width: auto;
    margin: 0 20px 30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .spec_sheet img {
    width: 670px;
    max-width: none;
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ###########  性能諸元表 ここまで ########### */



  /* ----- 縦点線の枠（2カラム・均等分割） ----- */
  .side_dashed_box {
    width: auto;
    display: block;
    margin: 0 20px 20px;
  }


  .side_dashed_box .dashL {
    border-left: none;
    margin: 0 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .dashed_half_box {
    max-width: 100%;
  }

  .dashed_half_box p {
    font-size: 1em;
    margin-bottom: 30px;
  }




  /* ##### ##### ##### 本文中 お問い合わせunit ここから ##### ##### ##### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */
  /* outer box */


  .go_contact_unit {
    width: auto;
    margin: 0 20px 20px;
    display: block;
    text-align: center;
    padding: 15px 20px;
  }

  /* h4 text */
  .go_contact_unit h4 {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .go_contact_unit h4 span {
    font-size: 0.89em;
    font-weight: 400;
  }

  /* tel & running time */
  .gc_tel_run {
    margin-bottom: 10px;
  }

  /* mail btn */
  .gc_mail_btn a {
    width: 100%;
  }





  /* ----- Google Map ----- */
  .map {
    width: auto;
    margin: 10px 20px 20px;
  }


  /* ----- メールエリアH3見出し ----- */
  .mail_midashi_blue {
    margin: 0 20px 20px;
  }

  /* ###########  メールフォームここから ########### */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .btm30 * {
    max-width: 100% !important;
    box-sizing: border-box;
    word-break: break-all;
  }

  table {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  tr {
    margin-bottom: 10px;
    border: solid 1px #0068b3;
  }

  th,
  td {
    width: auto;
    border: none;
    padding: 10px 5px;
  }

  th {
    border-bottom: solid 1px #0068b3;
    background-color: #fffcdb;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btm30 tr:last-child {
    border: none !important;
    margin-bottom: 0;
  }

  .btm30 tr:last-child th {
    background-color: transparent !important;
    border-bottom: none !important;
    padding: 0 !important;
    height: 0;
  }

  .btm30 tr:last-child td {
    background-color: transparent !important;
    border: none !important;
    padding: 10px 0 !important;
  }

  .btm30 input[type="text"],
  .btm30 textarea,
  .btm30 select {
    width: calc(100% - 20px) !important;
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .btm30 textarea,
  .btm30 select {
    width: 100% !important;
    margin: 0;
  }

  .btm30 tr:nth-child(5) td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
  }

  .btm30 tr:nth-child(5) td input[type="text"] {
    width: 29% !important;
    float: none;
    margin: 0;
  }

  .btm30 tr:nth-child(5) td> :not(input) {
    display: inline-block;
    float: none;
    margin: 0 2px;
  }

  .btm30 tr:nth-child(3) td {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
  }

  .btm30 tr:nth-child(3) td input[type="text"] {
    display: inline-block;
    float: none;
    width: 45% !important;
    margin-right: 10px;
    margin-left: 0;
  }

  .btm30 tr:nth-child(3) td input[type="text"]:last-child {
    margin-right: 0;
  }

  .btm30 input[type="submit"],
  .btm30 input[type="reset"] {
    width: auto !important;
    display: inline-block;
    margin-right: 10px;
  }



  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ###########  メールフォームここまで ########### */




  /*####################### サイドメニューここから #########################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* ----- ##### Main Contents # ASIDE BAR AREA #  ##### ----- */

  .aside_box_upper {
    width: 100%
  }

  .aside_box {
    width: 100%;
  }

  /* ----- ##### サイド上のお問い合わせここから ##### ----- */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */



  /* ========================================= */
  /* SP表示用CSS */
  /* ========================================= */

  .side-box {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }



  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ----- ##### サイド上のお問い合わせここまで ##### ----- */


  /* ----- ##### サイドメニューのボタンここから ##### ----- */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .btn-link {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }

  .inner-content {
    width: calc(100% - 10px);
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /*####################### サイドメニューここまで #########################*/


  /*####################### フッターエリアここから #########################*/
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  .footer {
    width: 100%;
  }

  .footer_container {
    width: 100%;
    padding: 20px 20px;
    display: block;
  }

  /* footer link box */
  .footer_navi {
    width: 100%;
    line-height: 2.6;
    font-size: 1em;
    margin-bottom: 20px;
    text-align: center;
  }

  /* ----- ##### お問い合わせunit（フッター）開始 ##### ----- */
  /*      ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     */

  /* footer tel box unit */
  .footer_telbox {
    width: 100%;
  }

  /* お問い合わせください */
  .f_tel_unit {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .f_tel_unit span {
    font-size: 0.9em;
  }

  /* 電話番号 */
  .ftr_tel_num_text {
    justify-content: center;
  }

  .ftr_tel_num_text img {
    margin-right: 5px;
  }

  .tel-pc {
    display: none;
  }

  .tel-sp {
    display: block;
    color: #fdd000;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 2.0em;
    letter-spacing: 0.03em;
    line-height: 1.2em;
  }

  /* 受付時間 */
  .ftr_run_time {
    margin-bottom: 15px;
  }

  /* メールボタン */
  .ftr_mail_unit a {
    font-size: 1em;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  /*      ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑     */
  /* ----- ##### お問い合わせunit（フッター）ここまで ##### ----- */

  .footer_lower small {
    width: 100%;
  }

  /* フッタの輝線 */
  .footer_lower small::before {
    width: 30%;
  }



}