
@media screen and (max-width: 640px) {
  /* ▼ サブページ ドックメニュー スマホ ▼ */
.flex_bt {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, 100px);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.flex_bt.show {
  transform: translate(-50%, 0);
}

.flex_bt .subdock {
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex_bt .subdock_in {
  background: rgba(0, 49, 123, 0.9);
  border-radius: 9999px;
  padding: 10px 20px;
  backdrop-filter: blur(4px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_bt .subdock_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.flex_bt .subdock_list li {
  position: relative;
}

.flex_bt .subdock_list li a {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  padding: 4px 0;
}

.flex_bt .subdock_list li + li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

.flex_bt .subdock_list li a:hover {
  color: #019BD9;
  transform: translateY(-2px);
}

/* ▲ サブページ ドックメニュー スマホ（flex_bt内） ▲ */

/* ▼ サブページ ドックメニュー スマホ（通常） ▼ */
.subdock {
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0 4%;
  width: 100%;
  box-sizing: border-box;
}

.subdock_in {
  background: rgba(0, 49, 123, 0.9);
  border-radius: 9999px;
  padding: 10px 20px;
  backdrop-filter: blur(4px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subdock_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.subdock_list li {
  position: relative;
}

.subdock_list li a {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  padding: 4px 0;
}

.subdock_list li + li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

.subdock_list li a:hover {
  color: #019BD9;
  transform: translateY(-2px);
}

/* ▲ サブページ ドックメニュー スマホ（通常） ▲ */

/* GPT見えない精度セクション PC */
	/* ▼ フッター Smart ▼ */
  .sec_footer_in {
    padding: 0;
  }

  .footer_main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 40px 5% 30px;
  }

  .footer_left {
    flex: none;
    width: 100%;
  }

  .footer_logo-block {
    margin-bottom: 20px;
  }

  .footer_logo img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  .footer_company-jp {
    font-size: 1.1rem;
  }

  .footer_company-en {
    font-size: 0.85rem;
  }

  .footer_address p {
    font-size: 0.85rem;
    line-height: 1.8;
    color: #ADBBD1;
  }

  .footer_privacy {
    margin: 18px 0;
    font-size: 0.75rem;
  }

  .footer_banner img {
    display: block;
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .footer_right {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer_nav-col {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer_nav-col:last-child {
    border-bottom: none;
  }

  /* アコーディオントグルボタン */
  .footer_nav-toggle {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 18px 0;
    padding-right: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    position: relative;
    color: #ffffff;
  }

  .footer_nav-toggle:active {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .footer_nav-col.active .footer_nav-toggle {
    color: #019BD9;
  }

  /* トグルアイコン（＋/-マーク） */
  .footer_toggle-icon {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    flex-shrink: 0;
    margin-left: 0;
  }

  /* ＋マーク（閉じている時） */
  .footer_toggle-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1px;
  }

  .footer_toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8.5px;
    width: 2px;
    height: 18px;
    background: #fff;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    border-radius: 1px;
  }

  /* -マーク（開いている時：縦線を非表示にして横線だけにする） */
  .footer_nav-col.active .footer_toggle-icon::before {
    transform: translateY(-50%);
    right: 0;
    width: 18px;
  }

  .footer_nav-col.active .footer_toggle-icon::after {
    opacity: 0;
    transform: translateY(-50%) scale(0);
    height: 0;
    width: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* アコーディオンコンテンツ */
  .footer_nav-content {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }

  .footer_nav-col.active .footer_nav-content {
    max-height: 500px;
    padding-top: 8px;
    padding-bottom: 16px;
    opacity: 1;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease 0.2s;
  }

  .footer_nav-col li {
    margin-bottom: 12px;
    color: #ADBBD1;
    padding-left: 0;
  }

  .footer_nav-col li:last-child {
    margin-bottom: 0;
  }

  .footer_nav-col a {
    font-size: 0.85rem;
    opacity: 0.9;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    padding: 4px 0;
  }

  .footer_nav-col a:hover {
    opacity: 1;
    color: #019BD9;
    padding-left: 8px;
  }

  .footer_bottom {
    text-align: left;
    padding: 0 5%;
    color: #ADBBD1;
    margin-top: 30px;
  }

  .footer_copy {
    font-size: 0.75rem;
  }
/* ▲ フッター Smart ▲ */

	/* ▼ SLIDERカード Smart ▼ */
.slider-card {
  max-width: 100%;
  margin: 0 auto;
}

.slider-card_body {
  padding: 24px 20px 32px;
  min-height: 320px; /* スマホでのテキスト量を考えて高さは少し余裕を持たせる */
}

.slider-card_label-vertical {
  font-size: 2.1rem;
  margin-right: 18px;
}

.slider-card_title-main {
  font-size: 1.1rem;
  margin-top: 8px;
}

.slider-card_text {
  font-size: 0.9rem;
  margin-top: 10px;
  margin-right: 0; /* スマホは幅が狭いので右マージンは無し */
}

.slider-card_btn {
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
}
/* ▲ SLIDERカード Smart ▲ */

 /* ==========================
     KURE IMAGE SP
     ========================== */

  .sec_kure_image_in {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-position: center bottom;
    background-size: 90%;
    opacity: 0.15; /* ロゴはうっすら背景扱い */
  }

  /* SPでは縦中央固定を解除して普通の縦積みに */
  .kure-photo-wrap {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .kure-photo img {
    width: 100%;
    max-width: 100%;
  }

	
.sec_precision_in {
  width: 100%;
  padding: 36px 16px;
  flex-direction: column;
  gap: 22px;
}

.precision_images {
  width: 100%;
  order: 1;
  position: relative;
  height: 360px;
  overflow: visible;
  margin-bottom: 50px;
}

/* メイン画像：中央に大きく配置 */
.precision_image-main {
  position: relative;
  width: 92%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  z-index: 1;
  margin: 0 auto;
}

.precision_image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* サブ画像：絶対配置で下に重ねる、適切なサイズと位置 */
.precision_image-worker,
.precision_image-product {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.precision_image-worker {
  right: 8%;
  bottom: 0;
  width: 50%;
  max-width: 180px;
  height: 140px;
  z-index: 3;
}

.precision_image-product {
  left: 4%;
  bottom: 20px;
  width: 48%;
  max-width: 170px;
  height: 130px;
  z-index: 2;
}

.precision_image-worker img,
.precision_image-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.precision_content {
  width: 100%;
  order: 2;
  text-align: left;
}

.precision_ttl {
  font-size: 1.85rem;
  line-height: 1.6;
  font-weight: 700;
}

.precision_text p{
  font-size: 0.96rem !important;
  line-height: 1.9;
  margin-bottom: 22px;
}

.precision_ttl {
  font-size: 1.8rem;
  line-height: 1.8;
}

.precision_text {
  font-size: 0.95rem;
}

.precision_btn {
  margin-top: 8px;
}
/* ==========================
   新着情報セクション SP
   ========================== */

.sec_news_in {
  width: 100%;
  padding: 40px 20px;
  flex-direction: column;
  gap: 24px;
}

/* 見出し：縦書きのまま上に */
.news_heading {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

/* タブ：横スクロールのピル型 */
.news_tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  margin: 0 -4px;
  border: none;
  scroll-snap-type: x mandatory;
}

.news_tabs li {
  flex: 0 0 auto;
  border: none;
  scroll-snap-align: start;
}

.news_tabs li button {
  padding: 12px 14px;
  font-size: 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(2, 58, 142, 0.12);
  background: #ffffff;
  color: #023A8E;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
}

.news_tabs li.active button,
.news_tabs li button:active {
  background: linear-gradient(135deg, #0c3f90, #0c6fb3);
  color: #fff;
  border-color: rgba(2, 58, 142, 0.3);
  box-shadow: 0 6px 16px rgba(2, 58, 142, 0.18);
}

.news_tabs li button:focus-visible {
  outline: 2px solid #019BD9;
  outline-offset: 2px;
}

/* NEWSリスト */
.news_item > a {
  flex-direction: row;
  padding: 16px 0;
}

.news_thumb {
  flex: 0 0 90px;
  height: 70px;
  margin-right: 16px;
}

.news_cat {
  font-size: 0.8rem;
  padding: 3px 10px;
}

.news_date,
.news_txt {
  font-size: 0.8rem;
}

/* GPT見えない精度セクション PC */	
	
	
  .global_nav svg {
    width: 23px; /* 必要なサイズ */
    height: 23px;
    fill: white; /* 塗りつぶしを白に */
    stroke: white; /* 線も白に */
    stroke-width: 2px; /* 線の太さを適宜調整 */
	display: inline-block;
    vertical-align: middle;
	  margin-top: -5px;
	  margin-right: 5px;
	  
  }
	

  body {}
  p {
    line-height: 1.5;
  }
  .subTitle2 {
    font-size: 1rem;
  }
  .menunav {
    display: none;
  }
  /* ▼ メインスライダー（全画面表示）Smart ▼ */
  #main-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #mainslide {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    overflow: hidden !important;
    text-align: left;
    border-radius: 0 !important;
  }

  #mainslide .sp-slides {
    width: 100%;
    height: 100%;
  }

  #mainslide .sp-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
  }

  #mainslide .sp-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
  }
  /* ▲ メインスライダー Smart ▲ */

  /*hader-------------------------------*/
  .header .head_bt, .header .head_bt2 {
    display: none;
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .header .inn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }

  .header .inn .logo {
    position: relative;
    top: auto;
    left: auto;
    flex-shrink: 0;
  }

  .header .inn .logo img {
    max-width: 140px;
    height: auto;
    display: block;
  }

  /* ハンバーガーメニューボタン（スマホ用：PCと同じデザイン） */
  .header .head_bt3 {
    position: absolute;
    text-align: center;
    width: 50px;
    top: 0px;
    padding: 0px;
    right: 0px;
    height: 50px;
    box-sizing: border-box;
    background: #00479c;
    border: none;
    border-radius: 0;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }

  .header .head_bt3 .menu-toggle {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header .head_bt3 .menu-toggle:hover {
    opacity: 0.9;
  }

  .header .head_bt3 .menu-toggle:active {
    opacity: 0.8;
  }

 
  /* スプリットレイアウト（縦積み） */
  .menu-split {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
  }

  /* 上：画像エリア（コンパクトに） */
  .menu-left {
    width: 100%;
    height: 200px;
    min-height: 200px;
    background: url('../../images/menu.jpg') center center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ロゴ（中央配置、適切なサイズ） */
  .menu-logo {
    position: relative;
    width: 250px;
    height: auto;
    top: auto;
    left: auto;
  }

  /* 下：メニューエリア（全幅、スクロール可能） */
  .menu-right {
    width: 100%;
    max-width: 100%;
    flex: 1;
    background: rgba(28, 46, 72, 0.95);
    backdrop-filter: blur(12px);
    padding: 30px 0 60px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transition: none;
    box-sizing: border-box;
  }

  /* 背景装飾の"K"（スマホでは非表示または小さく） */
  .menu-right::after {
    display: none;
  }

  /* メニューナビゲーション（スマホ：トグルメニュー） */
  .menu-nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  /* メニューカラム（スマホ） */
  .menu-nav-col {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    margin: 0;
  }

  .menu-nav-col:last-child {
    border-bottom: none;
  }

  /* アコーディオントグルボタン（見出し） */
  .menu-nav-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    padding: 20px 20px;
    padding-right: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    position: relative;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
  }

  .menu-nav-title:active {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .menu-nav-col.active .menu-nav-title {
    color: #019BD9;
  }

  /* トグルアイコン（＋/-マーク） */
  .menu-nav-title {
    position: relative;
  }

  /* ＋マーク（閉じている時） */
  .menu-nav-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1px;
  }

  .menu-nav-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28.5px;
    width: 2px;
    height: 18px;
    background: #fff;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    border-radius: 1px;
  }

  /* -マーク（開いている時：縦線を非表示にして横線だけにする） */
  .menu-nav-col.active .menu-nav-title::before {
    transform: translateY(-50%);
    right: 20px;
    width: 18px;
  }

  .menu-nav-col.active .menu-nav-title::after {
    opacity: 0;
    transform: translateY(-50%) scale(0);
    height: 0;
    width: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* メニューコンテンツ（アコーディオン） */
  .menu-nav-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    padding-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .menu-nav-col.active .menu-nav-list {
    max-height: 500px;
    padding-bottom: 20px;
  }

  .menu-nav-list li {
    margin-bottom: 0;
    opacity: 1;
    transform: none;
    width: 100%;
  }

  .menu-nav-list li:last-child {
    margin-bottom: 0;
  }

  .menu-nav-list li + li {
    margin-top: 0;
  }

  /* メニューリンク */
  .menu-nav-list a {
    font-size: 0.9rem;
    transition: color 0.3s ease;
    color: #ADBBD1;
    text-decoration: none;
    display: block;
    padding: 14px 0;
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 0.04em;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
  }

  .menu-nav-list a:hover {
    color: #019BD9;
  }

  /* 画像リンク（マイナビなど） */
  .menu-nav-list a img {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
  }
  /* ▲ メニューオーバーレイ Smart ▲ */

  /* .global_nav */
  .global_nav {
    position: fixed;
    text-align: center;
    color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -2;
  background-color: #F3EEE6;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    transform: translateY(-100%);
    padding: 30px 0px 0px 0px;
  }
  .global_nav .nav_li {
    width: 86%;
    padding: 10px 0 1px 0;
    margin: 0 7% 0 7%;
    list-style-type: none;
    text-align: left;
    position: relative;
    font-size: 20px;
	  font-weight: bold;
	  border-bottom: #ccc 1px solid;
  }
  .global_nav .nav2_li {
    position: relative;
  }
  .global_nav ul {
    margin: 0 0 30px 0;
  }
  .global_nav .logo {
    margin: 0px 0 20px 0;
  }
 
  .global_nav .sns {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .global_nav .sns img {
    width: auto;
    height: 24px;
    padding: 30px 10px 30px 10px;
  }
  
  /* 1階層 */
  .global_nav .nav_li {
    display: block;
  }
  .global_nav .nav_li a {
    display: block;
    color: #333;
    padding: 0px 0 10px 0;
    margin: 0;
  }
  .global_nav .nav_li .menu_inner {
    display: block;
    padding: 0;
    margin: 0;
  }
  .global_nav .nav_li .menu_inner ul {
    padding: 0;
    margin: 0;
    display: block;
  }
  .global_nav .nav_li .menu_inner li {
    font-size: 14px;
    display: block;
    color: #333;
    margin: 7px 0 7px 0;
    padding: 0;
    border-bottom: 1px dotted #999;
  }
  .global_nav .nav_li .menu_inner li a {
    margin: 0 0 0 10px;
    display: block;
  }
  .global_nav .nav_li .list {
    border-bottom: 1px solid #999;
    display: block;
  }
  /* 2階層 */
  .global_nav .nav2_li a {
    display: block;
    color: #333;
    /*padding:5px 0 5px 5px;*/
  }
  .global_nav .nav2_li .list2 {
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 7px 0 7px 10px;
    border-bottom: 1px dotted #999;
  }
  .global_nav .nav2_li .menu_inner {
    display: block;
    color: #333;
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .global_nav .nav2_li .menu_inner ul {
    padding: 0;
    margin: 0;
  }
  .global_nav .nav2_li .menu_inner li {
    width: 50%;
    float: left;
    padding: 10px 0 10px 0;
    margin: 0;
  }
  .global_nav .nav2_li .menu_inner li a {
    margin: 0 0 0 0px;
  }
  .global_nav .nav2_li .menu_inner li .pr_txt {
    text-align: left;
    display: block;
    float: left;
  }
  .global_nav .nav2_li .menu_inner li .p_name {
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    display: block;
    padding: 4px 0 0 0;
  }
  .global_nav .nav2_li .menu_inner li .p_kakaku {
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    display: block;
    padding: 4px 0 0 0;
  }
  .global_nav .nav2_li .menu_inner li img {
    float: left;
    width: 60px;
    height: auto;
    padding-right: 10px;
  }
  .global_nav .nav_li .menu_inner .nav2_li {
    border-bottom: 0px;
  }
  .global_nav .option {
    display: block;
    width: 93%;
    color: #FFFFFF;
    border: 1px solid #999;
    margin: 20px auto 30px auto;
    padding: 3%;
    line-height: 35px;
  }
  .global_nav .option img {
    width: 100px;
    height: auto;
    padding-right: 10px;
  }
  /* .global_navに.activeが追加 */
  .global_nav.active {
    transform: translateY(0%);
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 1000;
  background-color: #F3EEE6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    overflow: auto;
  }
  .togglemenu {
    cursor: pointer;
  }
  .togglemenu_in {
    display: none;
  }
  .togglemenu_in2 {
    display: none;
  }
  .togglemenu a {
    position: relative;
    color: #333;
  }
  .toggle_icon, .toggle_icon span {
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
  }
  .toggle_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 10px;
  }
  .toggle_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .toggle_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .toggle_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .toggle_icon.active span:nth-of-type(1) {
    display: none;
  }
  .toggle_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  /* sp-menu-------------------------------*/
  .toggle_icon2, .toggle_icon2 span {
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
  }
  .toggle_icon2 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 20px;
  }
  .toggle_icon2 span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .toggle_icon2 span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .toggle_icon2 span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .toggle_icon2.active span:nth-of-type(1) {
    display: none;
  }
  .toggle_icon2.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  /* header-block-------------------------------*/
  .header-block {
    padding: 20px 0;
  }
  .header-block .headTitle {
    font-size: 24px !important;
    line-height: 2.5;
    font-weight: bold;
  }
  .header-block .subTitle {
    margin-top: -5px;
    font-size: 15px;
  }
  .box-title01 {
    margin: 0px auto 0px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.6
  }
  .box-title-read01 {
    margin: 20px auto 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6
  }
  .box-title02 {
    margin: 20px auto 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.5
  }
  .box-title02-sub {
    margin: 0 auto 20px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6
  }
  .box-waku {
    width: 92%;
    height: auto;
    margin: 20px auto 20px auto;
    border: #004178 2px solid;
  }
  .box-title-read02 {
    margin: 20px auto 10px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6
  }
  .sec1 {
    height: 500px;
  }
  .sec2 {
    height: 350px;
  }
  /* header-block-------------------------------*/
  /* bg-img-box-bgImg-------------------------------*/
  .bg-img-box-bgImg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  /* bg-img-box-bgImg-------------------------------*/
  .nobr {
    display: none !important;
  }
  .wrap {
    width: 90%;
    margin: auto;
    padding: 2.5% 5% 2.5% 5%;
    position: relative;
  }
  footer .copy {
    text-align: center;
  }
  /* bg-img-box-------------------------------*/
  .bg-img-box-header {
    width: 85%;
    padding: 4% 0;
    top: 45%;
    transform: translate(-50%, -50%);
  }

  .bg-img-box-header .box-title {
    letter-spacing: .15rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    margin: 0;
  }
  .bg-img-box-header .box-title-read {
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .bg-img-box-header .box-read {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1.7;
  }

  .bg-img-box-header .box-read br {
    display: none;
  }

  .a1column {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
    clear: both;
  }

  /* お問い合わせフォームリンク（スマホ版） */
  .contactform_link {
    position: absolute;
    bottom: 40px;
    right: 5%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    transition: 0.3s ease;
    z-index: 3;
  }

  .contactform_text-block {
    text-align: right;
    margin-right: 12px;
  }

  .contactform_text {
    font-size: 1.2rem !important;
    padding-right: 0;
    display: block;
    letter-spacing: 0.08em;
  }

  .contactform_underline {
    margin-top: 6px;
    margin-left: auto;
  }

  .contactform_circle {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }

  .contactform_arrow {
    width: 20px;
  }

  .contactform_arrow::after {
    width: 9px;
    height: 9px;
    top: -4px;
  }

  /* スマホ版ホバー効果（タッチデバイス対応） */
  .contactform_link:active .contactform_underline {
    width: 100%;
  }

  .contactform_link:active .contactform_circle {
    border-color: #fff;
    transform: scale(1.05);
  }

  .contactform_link:active .contactform_arrow {
    transform: translateX(8px);
    background-color: #fff;
  }

  .contactform_link:active .contactform_arrow::after {
    border-color: #fff;
  }
  .a11column {
    width: 100%;
    height: 300px;
    display: block;
    clear: both;
  }
  .a2column {
    width: 100%;
    height: 300px;
    display: block;
    clear: both;
  }
  .a3column {
    width: 100%;
    height: 300px;
    display: block;
    clear: both;
  }
  .top-h {
    height: 300px !important;
    margin: 0 !important;
  }
  .top-h2 {
    height: 300px !important;
    padding-top: 30px !important;
    margin: 0 !important;
  }
  .top-h3 {
    height: 400px !important;
    padding-top: 30px !important;
    margin: 0 !important;
  }
  .top-h4 {
    height: 500px !important;
    padding-top: 30px !important;
    margin: 0 !important;
  }
  /*product　コンテンツ*********************************/
  .product-column {
    width: 100%;
    height: 700px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .product-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .product-column .pr_list {
    width: 300px;
    height: 300px;
    display: block;
    float: left;
  }
  .product-column .pr_list img {
    width: 270px;
    height: auto;
  }
  .product-column h3 {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFFFFF;
    padding-top: 30px;
    margin: 0;
  }
  .product-column .sen {
    margin: auto;
    display: block;
    width: 80%;
    border-top: #fff 1px solid;
    padding-bottom: 10px;
  }
  /*product　コンテンツ*********************************/
  /*ranking　コンテンツ*********************************/
  .ranking-column {
    width: 100%;
    height: 800px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .ranking-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .ranking-column .slide .pr_list {
    width: 320px;
    height: 520px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }
  .ranking-column .slide .pr_list:hover {
    background-color: #074076;
    color: #fff !important;
  }
  .ranking-column .slide .pr_list .rank {
    position: absolute;
    top: 0;
    left: 10px;
  }
  .ranking-column .slide .pr_list .rank img {
    width: 40px;
    height: auto;
    margin: auto;
  }
  .ranking-column .slide .pr_list .img {
    width: 320px;
    height: 260px;
  }
  .ranking-column .slide .pr_list img {
    width: 320px;
    height: auto;
    margin: auto;
    opacity: 1 !important;
  }
  .ranking-column .slide .pr_list img:hover {
    opacity: 1 !important;
  }
  .ranking-column .slide h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 15px 10px 0px 10px;
    margin: 0;
  }
  .ranking-column .slide .sen {
    margin: auto;
    display: block;
    width: 100%;
    border-top: #ccc 1px solid;
    padding-bottom: 10px;
  }
  .ranking-column .slide p {
    text-align: left;
    padding: 15px 10px 0px 10px;
  }
  .ranking-column .kakaku {
    font-size: 22px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .ranking-column .kakaku2 {
    font-size: 14px !important;
  }
  /*ranking　コンテンツ*********************************/
  /*list　コンテンツ*********************************/
  .list-column {
    margin: auto auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .list-column .list3 {
    width: 100%;
    padding: 1.5% 0% 30px 0%;
    float: left;
    text-align: left;
  }
  .list-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .list-column .slide .pr_list {
    width: 100%;
    height: 600px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }
  .list-column .slide .pr_list:hover {
    background-color: #074076;
    color: #fff !important;
  }
  .list-column .slide .pr_list .img {
    width: 100%;
    height: auto;
  }
  .list-column .slide .pr_list img {
    width: 100%;
    height: auto;
    margin: auto;
    opacity: 1 !important;
  }
  .list-column .slide .pr_list img:hover {
    opacity: 1 !important;
  }
  .list-column .slide h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 20px 0px 20px;
    margin: 0;
  }
  .list-column .slide p {
    text-align: left;
    padding: 15px 20px 0px 20px;
  }
  /*list　コンテンツ*********************************/
  /*column　コンテンツ*********************************/
  .column-column {
    width: 100%;
    height: 800px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .voice-column {
    background-color: #fff !important;
    height: 900px !important;
  }
  .column-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .column-column .slide .pr_list {
    width: 300px;
    height: 520px;
    display: block;
    float: left;
  }
  .column-column .slide .pr_list .img {
    width: 300px;
    height: 300px;
  }
  .column-column .slide .pr_list img {
    width: 280px;
    height: auto;
    margin: auto;
  }
  .column-column .slide h4 {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    margin: 0;
    text-align: left;
    line-height: 1.3;
    padding-bottom: 5px;
  }
  .column-column .slide .sen {
    margin: auto;
    display: block;
    width: 100%;
    border-top: #ccc 1px solid;
    padding-bottom: 10px;
  }
  .column-column .slide p {
    text-align: left;
    padding: 0px 0 10px 0;
  }
  /*column　コンテンツ*********************************/
  /*flow　コンテンツ*********************************/
  .flow-column {
    width: 100%;
    height: 610px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .flow-column h3 {
    width: 90%;
    font-size: 16px;
    padding: 30px 0 30px 0;
    line-height: 1.8;
    text-align: left;
    margin: auto;
  }
  .flow-column h3 br {
    display: none;
  }
  .three-conte-column {
    position: relative;
    width: 100%;
    display: block;
  }
  .three-conte-column .maru-box {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
  .three-conte-column .maru-box img {
    width: 250px;
    height: auto;
  }
  .three-conte-column .maru-box .box-title {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0 0 0;
  }
  .three-conte-column .maru-box .box-title-jp {
    max-width: 250px;
    text-align: left;
    font-size: 14px;
    padding: 15px 0 0 0;
    margin: auto;
  }
  /*flow　コンテンツ*********************************/
  /*insta　コンテンツ*********************************/
  .insta-column {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .insta-column .insta {
    padding: 30px 0 30px 0;
  }
  .insta-column .insta ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .insta-column .insta ul li {
    width: 33.3333333333%;
    float: left;
    text-align: left;
  }
  .insta-column .insta ul li img {
    height: auto;
    width: 100%;
  }
  /*insta　コンテンツ*********************************/
  /*news　コンテンツ*********************************/
  .news-column {
    width: 90%;
    margin: auto;
    height: 100%;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .news-column .news {
    padding: 30px 0 30px 0;
  }
  .news-column .news ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .news-column .news ul li {
    width: 100%;
    height: auto;
    text-align: left;
    border-top: #004178 1px solid;
    border-bottom: #004178 1px solid;
    margin-bottom: 20px;
  }
  .news-column .news ul li a, .news-column .news ul li span {
    display: block;
  }
  .news-column .news ul li span.date {
    width: 98%;
    padding: 10px 0 10px 2%;
    height: auto;
    background-color: #e8ecf3;
  }
  .news-column .news ul li span.title {
    width: 98%;
    padding: 10px 0 10px 2%;
    height: auto;
  }
  /*news　コンテンツ*********************************/
  /*foot　コンテンツ*********************************/
  footer {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 80px 0;
    text-align: center;
  }
  .footlogo {
    font-size: 24px;
    font-weight: bold;
  }
  .ft-list .address {
    margin-bottom: 20px;
  }
  .ft-sitemap .ft-list1 {
    text-align: center !important;
    margin: auto;
  }
  .buttonBox3 {
    margin: 10px auto 0 auto !important;
    width: 100%;
  }
  .sankaku3 {
    margin: 0 !important;
    right: 5% !important;
  }
  .anime-button3:hover .sankaku3 {
    margin: 0 !important;
    right: 2% !important;
  }
  .ft-01 .txt {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    line-height: 50px;
  }
  .ft-01 .freedial {
    margin: 30px 0 0px 20px;
  }
  .ft-01 .ft-rogo .rogo img {
    width: 120px;
    height: auto;
  }
  .ft-bana {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 30px 0 20px 0;
    background-color: #f0f0f0;
    margin: auto;
  }
  .ft-bana .bana {
    width: 70%;
    height: 30px;
    display: block;
    position: relative;
    padding: 20px 0% 20px 25%;
    background-color: #fff;
    float: left;
    margin: 10px 2.5% 10px 2.5%;
    font-size: 22px;
    text-align: left;
  }
  .ft-bana .bana .icon {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .ft-bana .bana img {
    position: absolute;
    width: 160px;
    height: auto;
    top: 5px;
    left: 25%;
  }
  .ft-bana .bana .icon img {
    width: 50px;
    height: auto;
    top: 0px;
    left: 0px;
  }
  .ft-sitemap {
    max-width: 1100px;
    width: 95%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: auto;
  }
  .ft-sitemap .ft-list {
    padding-top: 40px;
    position: relative;
    width: 90%;
    text-align: left;
    height: 100%;
    margin: auto;
  }
  .ft-sitemap .ft-list h5 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    border-bottom: #ddd 1px solid !important;
  }
  .ft-sitemap .ft-list ul {
    position: relative;
    border-bottom: #ccc 0px solid !important;
  }
  .ft-sitemap .ft-list .sp-no {
    display: none !important;
  }
  .ft-sitemap .ft-list ul li {
    width: 100%-10px;
    height: 30px;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: -10px;
    font-size: 14px;
    border-bottom: #bbb 1px dotted;
  }
  .copyright {
    font-size: 12px;
    position: relative;
    width: 100%;
    padding: 0px 0 40px 0;
    height: 20px;
    text-align: center;
  }
  .copyright .list {
    width: 100%;
    position: relative;
    display: block;
  }
  .copyright .list li {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }
  .copyright .list li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .copyright .copytxt {
    position: relative;
    display: block;
    padding: 20px 0 20px 0;
  }
  /*foot　コンテンツ*********************************/
  /*news　コンテンツ*********************************/
  .sub-head {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    padding-top: 50px;
  }
  .sub-head2 {
    padding-top: 50px;
    width: 100%;
    height: auto;
    background-image: none;
    color: #fff;
  }
  .subhead-box {
    background-image: url(../../images/midashi_bak.jpg);
    background-size: cover;
    height: 100px;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .subhead-box2 {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    margin: auto;
  }
  .sub-head2 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    position: relative;
    padding-top: 20px;
    margin-left: 10px;
  }
  .sub-head3 {
    width: 100%;
    height: 5px;
    font-size: 16px;
    font-weight: bold;
  }
  .sub-head3 ul {
    padding: 15px 0 15px 0;
    margin: 0;
    list-style-type: none;
  }
  .sub-head3 ul li {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    position: relative;
    float: left;
  }
  /*news　コンテンツ*********************************/
  /*title　コンテンツ*********************************/
  .title-column {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 50px 0 30px 0;
  }
  .title-block {}
  .title-column .headTitle span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    max-width: 500px;
    width: 90%;
  }
  .title-column .headTitle2 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    max-width: 500px;
    width: 90%;
  }
  .headTitle22 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  .midasi-sen {
    border-bottom: #7F5F01 0.5px solid;
  }
  .midasi-sen span {
    width: 99%;
    border-bottom: 0 !important;
    border-left: #004DA0 5px solid;
    margin-bottom: 10px;
    padding: 5px 0px 5px 1%;
  }
  .title-column .headTitle {
    font-size: 24px !important;
    line-height: 2.5;
    font-weight: bold;
  }
  .title-column .headTitle2 {
    font-size: 24px !important;
    line-height: 2.5;
    font-weight: bold;
  }
  .headTitle22 {
    font-size: 24px !important;
    line-height: 2;
    font-weight: bold;
  }
  .title-column .subTitle {
    padding-top: 8px;
    font-size: 15px;
  }
  .sub-h3 {
    padding-top: 30px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
  }
  .sub-h4 {
    font-size: 19px;
    line-height: 1.8;
    font-weight: bold;
  }
  .sub-h5 {
    font-size: 18px;
    line-height: 1.8;
  }
  .sub-h6 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.8;
  }
  .sub-h7 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.8;
  }
  /*幅高さ 最終適用*********************************/
  .height700 {
    height: 500px !important;
    position: relative;
  }
  .height600 {
    height: 400px !important;
  }
  /*コンテンツ*********************************/
  .a1column-txt {
    position: absolute !important;
    z-index: 2;
    top: 10%;
  }
  .absolute {
    position: absolute !important;
  }
  .botan-column {
    clear: both;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 50px 0 30px 0;
  }
  .img4 {
    width: 100%;
  }
  .img4 img {
    width: 50%;
    float: left;
    height: auto;
  }
  .shohin-list-1 {
    width: 100%;
    padding: 0 0 0 0;
    float: left;
    text-align: left;
  }
  .shohin-list-2 {
    width: 90%;
    padding: 0 0 0 0;
    margin: auto;
    text-align: left;
  }
  .list2-1 {
    width: 100%;
    text-align: left;
  }
  .list2-2 {
    width: 90%;
    margin: auto;
    padding: 0;
    text-align: left;
    padding-top: 20px;
  }
  .list22-1 {
    width: 100%;
    text-align: left;
  }
  .list22-2 {
    width: 90%;
    margin: auto;
    padding: 0;
    text-align: left;
  }
  .list2-1 img, .list2-2 img, .list22-1 img, .list22-2 img, .shohin-list-1 img {
    width: 100%;
    height: auto;
  }
  .list img {
    width: 100%;
    height: auto;
  }
  .list2 {
    width: 97%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }
  .list2 img {
    width: 100%;
    height: auto;
  }
  .list3 {
    width: 48%;
    padding: 10px 1% 30px 1%;
    text-align: left;
    float: left;
  }
  .list3-2 {
    width: 96%;
    padding: 10px 2% 30px 2%;
    text-align: left;
    float: left;
  }
  .list3 .moji {
    font-size: 80%;
  }
  .sh-height {
    height: 300px;
  }
  .list3 h4, .list3 p {
    width: 90%;
    margin: auto;
  }
  .list3 img {
    width: 100%;
    height: auto;
  }
  .list3-2 img {
    width: 100%;
    height: auto;
  }
  .youtube {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  .youtube iframe {
    padding: 0px 0 50px 0;
    width: 100%;
    height: 300px;
  }
  .cont1200-2 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    background: #F8F3F1;
    padding: 30px 0 30px 0;
  }
  .cont1200-2 .sen {
    margin: auto;
    display: block;
    width: 90%;
    border-top: #ccc 1px solid;
    padding-bottom: 0px;
  }
  .herf-img img {
    width: 100%;
    height: auto;
  }
  .qa {
    width: 90%;
    height: 100%;
    display: block;
    position: relative;
    clear: both;
    text-align: left;
    padding: 5%;
  }
  .qa .qa_sec {
    margin: 40px 0 0 0;
  }
  .qa img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  .hyo dt {
    width: 25%;
    border-bottom: 2px solid #000;
    padding: 20px 0 20px 5%;
  }
  .hyo dd {
    width: 65%;
    border-bottom: 2px solid #cccccc;
    padding: 20px 0 20px 5%;
  }
  .gmap {
    width: 100%;
    height: 300px;
  }
  .gmap iframe {
    width: 100%;
    height: 300px;
  }
  .shohin-list-2 .kakaku {
    font-size: 24px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .gazolist {
    width: 90%;
    margin: auto;
  }
  .gazolist .pad {
    padding-left: 5%;
  }
  .gazolist .list {
    width: 30%;
    height: 100%;
    float: left;
  }
  .gazolist .list img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .sp-hr-img {
    width: 50%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  .sp-hr-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .store-h3 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .store-h3 .read {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .company dt, .company dd {
    font-size: 12px;
  }
  /*title　コンテンツ*********************************/
  .form dt {
    width: 95%;
    border-bottom: 1px solid #000;
    padding: 20px 0 20px 0;
    height: 40px;
    line-height: 80px;
    position: relative;
    margin: 0% 2.5% 0% 2.5%;
  }
  .form dd {
    width: 95%;
    border-bottom: 0;
    padding: 20px 0 20px 0;
    height: 60px;
    margin: 0% 2.5% 0% 2.5%;
  }
  .form .sp-kakunin {
    width: 95%;
    border-bottom: 0;
    padding: 10px 0 10px 0;
    height: 20px;
    margin: 0% 2.5% 0% 2.5%;
  }
  .form .address {
    height: 200px;
  }
  .form .address_tab {
    height: 40px !important;
  }
  .form .address input {
    width: 100%;
  }
  .sp-add1 {
    height: 20px !important;
  }
  .sp-add2 {
    height: 40px !important;
  }
  .form .naiyo1 {
    height: 40px;
  }
  .form .naiyo2 {
    height: 250px;
  }
  .nav_foot li a {
    display: block;
    width: 100%;
  }
  .main-1txt {
    position: absolute;
    bottom: 28%;
    right: 40%;
    width: 130px;
    height: auto;
  }
  .main-2txt {
    position: absolute;
    bottom: 12%;
    right: 22%;
    width: 200px;
    height: auto;
  }
  .main-3txt {
    position: absolute;
    bottom: 9%;
    right: 1%;
    width: 100px;
    height: auto;
  }
  .main-4txt {
    position: absolute;
    top: 10%;
    right: 1%;
    width: 160px;
    height: auto;
  }
  .main-5txt {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 170px;
    height: auto;
  }
  .main-6txt {
    position: absolute;
    bottom: 9%;
    right: 1%;
    width: 120px;
    height: auto;
  }
  /*TOPアニメーションバナー*********************************/
  .abana-box {
    display: block;
    position: relative;
    height: 100%;
  }
  .abana-1 {
    width: 100%;
    height: 300px;
    display: block;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .abana-2 {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: block;
    position: relative !important;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .abana-3 {
    width: 100%;
    height: 300px;
    display: block;
    position: relative !important;
    top: 0;
    right: 0;
  }
  .abana-4 {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: block;
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sub-abana-box {
    padding-top: 40px;
  }
  .sub-abana-box-haikei {
    display: block;
    position: relative !important;
    height: 100%;
    width: 100%;
    background-color: #004178;
  }
  .sub-abana {
    width: 100%;
    height: 200px !important;
    display: block;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .sub-abana-2 {
    width: 100%;
    height: 100%;
    padding: 100px 0 30px 0;
    display: block;
    position: relative !important;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
  }
  .sub-abana-2 .box-title02 {
    text-align: center;
    font-weight: bold;
  }
  .sub-abana-2 .box-title02-sub {
    text-align: center;
  }
  /*フッターコンテンツ*********************************/
  .contact-section {
    width: 100%;
    background-image: url(../../images/bak.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding: 0;
  }
  .contact-column {
    width: 100%;
    height: 430px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .contact-column .under {
    max-width: 300px;
    margin: auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
  }
  .contact-column .list2 {
    text-align: center;
  }
  .contact-column .tel, .contact-column .fax {
    font-size: 34px;
    font-weight: bold;
    margin-top: 5px;
  }
  .contact-column .tel img {
    height: 40px !important;
    width: auto;
    margin: 0px 5px 0 0;
    vertical-align: middle
  }
  .contact-column .fax img {
    height: 40px !important;
    width: auto;
    margin: 0px 8px 0 0;
    vertical-align: middle
  }
  .contact-column .mail img {
    height: 30px !important;
    width: auto;
    margin: 0px 8px 0 0;
    vertical-align: middle
  }
  .contact-column .contactbt {
    height: 40px !important;
    width: auto !important;
  }
  .contact-column .header-block {
    height: 90px !important;
    margin-top: 0 !important;
    padding: 20px 0 20px 0;
  }
  .contact-column .headTitle {
    margin-top: 0 !important;
    font-size: 30px;
  }
  /*TOP2カラム::::::*/
  .buttonBox {
    position: relative;
    margin: 20px auto 0 auto;
    width: 300px;
    border: #004178 2px solid;
  }
  .top-2col-midashi {
    position: relative;
    padding: 10px 0;
    margin: -30px auto 30px auto;
    display: block;
    width: 90%;
    background-color: #004178;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    z-index: 2;
  }
	
/*見出しCXR-01*********************************/
.head-title-box2{
	width: 96%;
	position: relative;
	max-width: 800px;
	padding:0;
	height: 180px;
	margin: auto;
	text-align: left;
	padding-top: 120px;
}	
.head-title-box2 .title{
	position: relative;
	font-size: 40px;
	line-height: 100%;
	padding-top: 30px;
	z-index: 1;
	color: #fff;
	
}
.head-title-box2 .title-pd{
	/*padding-top: 120px;*/
	
}
	
.head-title-box2 .subtitle{
	padding-top: 5px;
	position: relative;
	line-height: 180%;
	font-size:14px;
	z-index: 1;
	text-align: left;
	color: #fff;
}

.head-title-box2 .sen2{
  display: block;
  position: absolute;
  top: 35%;
  width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
	z-index: 0;
}
/*見出し*********************************/
.title-column2{
	width:100%;
	height:300px;
	display:block;
	position:relative;
	padding:0px 0 0px 0;
	margin:  -300px auto 0 0;
	z-index: 3;
	text-align: left;
	}	
	
	
	/* スマホ：縦並びに変更 */

.greeting_head {
  text-align: center;
  margin-bottom: 30px;
}

.greeting_body {
  display: block;
}

.greeting_photo,
.greeting_text {
  width: 100%;
}

.greeting_photo {
  margin-bottom: 25px;
}

.greeting_caption {
  text-align: left; /* センターにしたければ center に変更 */
}

.greeting_text {
  line-height: 2;
}

	
	

}