@charset "UTF-8";
/*------------------------------------------
このCSSファイルはSASSによってコンパイルされています。
CSSファイルを直接編集しないようお願いします。
------------------------------------------*/
/*PCでは非表示*/
.sp,
.tab,
.rss,
.tab_sp {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .pc {
    display: none; /*タブレット以下では表示しない*/
  }
}

@media only screen and (max-width: 1080px) {
  .tab {
    display: block; /*タブレットのみ表示する*/
  }
}
@media only screen and (max-width: 700px) {
  .tab {
    display: none; /*スマホ以下では表示しない*/
  }
}

@media only screen and (max-width: 960px) {
  .tab_sp {
    display: block; /*タブレットとスマホのみ表示する*/
  }
}

@media only screen and (max-width: 960px) {
  .form, #gnav, .gmenu {
    display: none !important; /*タブレットとスマホでは表示しない*/
  }
}

@media only screen and (max-width: 700px) {
  .rss, .pc, .tab, .pc_tab, .gmenu, .sp_none, .fmenu ul {
    display: none !important; /*スマホでは表示しない*/
  }
}

@media only screen and (max-width: 700px) {
  .sp {
    display: block; /*スマホのみ表示する*/
  }
}

.cms_form_btn input[type=button] {
  position: absolute;
  z-index: 40;
  font-family: sans-serif;
}

.mail_form .cms_form_btn input[type=button] {
  position: static;
}

.cke_editable img {
  max-width: 90% !important;
  height: auto !important;
}

html {
  font-size: 625%;
  /*↑100px ブラウザの基準となるフォントサイズ
  （文字サイズ変更ボタンをつける時はコメントアウト）*/
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
}
body {
  font-size: 0.15em;
  /*16px フォントサイズの指定がない時に適用*/
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1; /* IE */
  word-break: break-all;
  overflow-wrap: break-word;
  color: #333;
  text-align: justify;
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 0.14em;
    /*14px フォントサイズの指定がない時に適用*/
  }
}

/*ローディング------------------------------------------*/
#loading_screen {
  transition: all 0.8s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: #fff;
}
#loading_screen #loading_img {
  position: absolute;
  display: table-cell;
  width: 142.1px;
  height: 96.6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loading_screen #loading_img img {
  display: block;
}
#loading_screen #loading_img #loading_spinner {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  width: 40px;
  margin: 0 auto;
}
#loading_screen #loading_img #loading_spinner svg {
  fill: none;
  stroke: #95C6E5;
  stroke-width: 4;
  stroke-dasharray: 90.48 90.48;
  stroke-linecap: round;
  animation: loader 1.4s infinite cubic-bezier(0.4, 0, 0.3, 1), loading 1.2s infinite linear;
}

#loading_screen.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes loader {
  from {
    stroke-dashoffset: 88;
  }
  to {
    stroke-dashoffset: -88;
  }
}
@keyframes loading {
  from {
    transform: none;
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  * {
    min-height: 0;
    min-width: 0;
  }
}

#bg {
  overflow-x: hidden;
  overflow-y: visible;
}

.top {
  text-align: justify;
}

.fadein {
  padding-top: 100px;
  transition: 0.8s;
  backface-visibility: hidden;
  overflow: hidden;
}

.menu_wrap {
  display: none;
}

#menu_input {
  display: none;
}

.hamburger {
  display: none;
}

/*リンクの点線を非表示*/
a:focus {
  overflow: hidden;
}

/*プレーン要素*/
body {
  line-height: 1.4em;
}

hr {
  background-color: #FFF;
  border-top: 1px solid #e6e6e6;
}

ul {
  padding-left: 28px;
}

.ul_line_height {
  padding-left: 28px;
}
.ul_line_height li {
  padding-bottom: 10px;
}

ol {
  padding-left: 25px;
}

a {
  color: #1144CC;
}

.top a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: 1;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

a img:hover {
  opacity: 0.75;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.span_br span {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .span_br span {
    display: block;
  }
}

/*見出し*/
.top h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
}

.top h3 {
  background: none;
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  color: #333;
  border: none;
}
@media only screen and (max-width: 700px) {
  .top h3 {
    margin: 0 0 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

h1 {
  /*background-color: $base-color;*/
  color: #00418D;
  height: auto;
  font-size: 0.45rem;
  /*font-size: 1.875rem;*/
  font-weight: 500;
  padding: 12px 16px;
  margin: 0 0 28px;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  h1 {
    padding: 8px 10px;
    font-size: 0.22rem;
    font-size: 20px;
    margin: 15px 0 20px;
  }
}

.cke_editable h1 {
  color: #333;
}

h2 {
  font-size: 0.5rem;
  font-weight: 500;
  text-align: center;
  padding: 14px 16px;
  margin: 50px 0px 15px 0;
  /* font-size: 1.5rem; */
  font-weight: 500;
}
@media only screen and (max-width: 1080px) {
  h2 {
    font-size: 0.45rem;
  }
}
@media only screen and (max-width: 960px) {
  h2 {
    font-size: 0.35rem;
  }
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 0.28rem;
    padding: 14px 0;
    text-align: left;
    margin: 28px 0px 15px 0;
  }
}

h3 {
  border-bottom: 2px solid #00418D;
  padding: 0 0 16px 0;
  font-size: 0.35rem;
  text-align: center;
  /*font-size: 1.25rem;*/
  font-weight: 500;
  margin: 56px 0 40px;
  color: #00418D;
}
@media only screen and (max-width: 1080px) {
  h3 {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 700px) {
  h3 {
    font-size: 0.24rem;
    padding: 0 0 10px 0;
    margin: 32px 0 24px;
    border-bottom: 1px solid #00418D;
  }
}

h2 a {
  color: #00418D;
  text-decoration: underline;
}

h3 a, h4 a, h5 a, h6 a {
  color: #333;
}

h4, h5, h6 {
  font-weight: 500;
}

h4 {
  padding: 20px 0 6px 0;
  font-size: 0.22rem;
  border-bottom: 2px solid #d3d3d3;
  /*font-size: 1.125rem;*/
  margin: 52px 0 0;
  color: #333;
}
@media only screen and (max-width: 1080px) {
  h4 {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 960px) {
  h4 {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 700px) {
  h4 {
    font-size: 0.17rem;
    margin: 18px 0 0;
    border-bottom: 1px solid #d3d3d3;
  }
}

.about_h4 {
  color: #333;
  border: none;
  font-size: 0.3rem;
  /*font-size: 1.875rem;*/
  font-weight: 500;
  padding: 12px 0 0 0;
  margin: 0 0 20px;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  .about_h4 {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 700px) {
  .about_h4 {
    font-size: 0.18rem;
    margin: 0 0 10px;
  }
}

h5, h6 {
  font-size: 0.16rem;
  color: #333;
  margin: 24px 0 -10px;
}
@media only screen and (max-width: 700px) {
  h5, h6 {
    margin-top: 20px;
    /*font-size: 0.3rem;*/
    font-size: 15px;
  }
}

p {
  line-height: 1.5;
}

#unit_a ul li, #unit_a ol li {
  padding-bottom: 3px;
}

/*テーブル（ノーマル）*/
table {
  display: table;
  border-collapse: collapse;
  border: none;
  margin: 20px 0;
}
@media only screen and (max-width: 700px) {
  table {
    width: 100% !important;
  }
}
table th {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #efefef;
  color: #333;
  min-width: 64px;
}
@media only screen and (max-width: 700px) {
  table th {
    min-width: 56px;
  }
}
table td {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 15px;
}
table .nowrap {
  white-space: nowrap;
}
table .nowrap th {
  white-space: nowrap;
}

.sub iframe {
  width: 100% !important;
}

.touka {
  background-color: #ddd;
}
.touka img {
  mix-blend-mode: multiply;
  max-width: 300px;
  height: auto;
}

@media only screen and (max-width: 700px) {
  .table_01 {
    width: 100% !important;
    border-bottom: 1px solid #ccc !important;
  }
}
@media only screen and (max-width: 700px) {
  .table_01 tr {
    border-top: none;
  }
}
@media only screen and (max-width: 700px) {
  .table_01 tr th, .table_01 tr td {
    display: block;
    border-bottom: none;
  }
}
@media only screen and (max-width: 700px) {
  .table_01 tr:last-child th {
    border-bottom: 0px solid #ccc;
  }
}

/*＝＝＝＝＝＝＝＝＝＝*/
/*共通項目（ヘッダー）*/
/*＝＝＝＝＝＝＝＝＝＝*/
#cms_page_edit_header {
  z-index: 100;
}

#header {
  width: 100%;
  /*ヘッダーを固定するときは高さを記入する（アンカー用）*/
  margin: 0 auto;
  z-index: 30;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  #header {
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 50;
    height: 90px;
  }
}
@media only screen and (max-width: 700px) {
  #header {
    height: 67px;
  }
}
#header #header_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 700px) {
  #header #header_in {
    width: 90%;
  }
}
#header #header_in #siteid {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  #header #header_in #siteid {
    float: none;
    margin: 0;
  }
}
#header #header_in #siteid p {
  margin: 0;
  color: #727678;
  font-size: 0.16rem;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 1080px) {
  #header #header_in #siteid p {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 700px) {
  #header #header_in #siteid p {
    font-size: 0.12rem;
  }
}
#header #header_in #siteid span {
  margin: 0;
  color: #727678;
  font-size: 0.16rem;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 1080px) {
  #header #header_in #siteid span {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 700px) {
  #header #header_in #siteid span {
    font-size: 0.12rem;
  }
}
#header #header_in #siteid span a {
  color: #727678;
  text-decoration: none;
}
#header #header_in #siteid h1, #header #header_in #siteid p a {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  padding: 0;
  text-indent: -55555em;
  background-repeat: no-repeat;
  border: none;
  background-image: url("../images/site_logo_gray.svg")!important;
  width: 172px;
  height: 90px;
  background-size: auto 90px;
  margin: 24px 0;
}
@media only screen and (max-width: 1260px) {
  #header #header_in #siteid h1, #header #header_in #siteid p a {
    width: 160px;
    height: 80px;
    background-size: auto 80px;
  }
}
@media only screen and (max-width: 1080px) {
  #header #header_in #siteid h1, #header #header_in #siteid p a {
    width: 128px;
    height: 65px;
    background-size: auto 65px;
  }
}
@media only screen and (max-width: 960px) {
  #header #header_in #siteid h1, #header #header_in #siteid p a {
    width: 98px;
    height: 50px;
    background-size: auto 50px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 700px) {
  #header #header_in #siteid h1, #header #header_in #siteid p a {
    width: 73px;
    height: 35px;
    background-size: auto 35px;
    margin: 16px 0;
  }
}

#header_in #siteid .logo_text a {
  text-indent: 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*タブレット・スマホ固定メニュー*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.menu_header {
  display: none;
}
@media only screen and (max-width: 960px) {
  .menu_header {
    display: block;
  }
}

.logo {
  z-index: 200;
}

/* チェックボックスは非表示に */
.drawer-hidden {
  display: none !important;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上に */
  cursor: pointer;
  margin: 0 0 0 auto;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background: #727678;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
  width: 40%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 110%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  border-left: 1px solid #BCBCBB;
  transition: 0.5s;
  overflow-y: scroll;
}
@media only screen and (max-width: 700px) {
  .drawer-content {
    width: 60%;
  }
}

.drawer-content h1 {
  text-align: left;
  padding: 10px 0 10px 15px;
  margin: 0 0 0 !important;
}

.drawer-content h2 {
  /*background-color: rgba(255,255,255,0);*/
  background-color: #fff;
  border: none;
  font-size: 20px;
  color: #333;
  text-align: left;
  padding: 15px 0 15px 15px;
  margin: 0 0 0 !important;
}

/*アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 60%; /* メニューを画面に入れる */
}
@media only screen and (max-width: 700px) {
  #drawer-check:checked ~ .drawer-content {
    left: 40%;
  }
}

/* メニューを閉じるための要素のデザイン*/
.drawer-close {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 100%; /* 閉じるための要素を画面外へ */
  z-index: 99; /* 重なり順をメニューより下に*/
  transition: 0.5s;
}

#drawer-check:checked ~ .drawer-close {
  left: 0; /* 閉じるための要素を画面内へ */
}

.drawer-content ul {
  /*background-color: #003D5D;*/
  width: 100% !important;
  margin: 90px auto 4px;
  padding: 0 0 0 0;
  list-style: none;
  flex-wrap: wrap;
  /*border-bottom: 1px solid #688b9e; */
}

.drawer-content ul li {
  /*border-top: 1px solid #0fb2e1;*/
  background-color: #fff;
  padding-left: 30px;
  margin: 0;
  padding: 0;
}

.drawer-content ul li a {
  color: #727678;
  text-decoration: none;
  text-align: center;
  background-image: url("../images/list_img_02.png");
}

.drawer-content p {
  width: 100%;
  margin: 6px 0 -1px 6px;
  text-align: center;
  /*margin: 0 auto;*/
  background-color: #003D5D;
  border: 1px solid #fff;
}

.drawer-content p a {
  cursor: pointer;
  background-image: url("../images/sp_menu.png");
  background-repeat: no-repeat;
  padding: 15px 36px 15px 28px;
  background-position: center right 28px;
  background-size: 8px 12px;
}

.drawer-content li {
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.drawer-content a {
  color: #fff;
}

.drawer-content p a {
  text-align: center;
  /*font-size: 0.3rem;*/
  font-weight: 700;
  color: #fff;
}

.drawer-content p a,
.drawer-content li a {
  text-align: left;
  /*font-size: 0.3rem;*/
  font-size: 15px;
  display: block;
  padding: 15px 28px;
  /*border-bottom: 1px solid #00BB8E;*/
}

.drawer-content li a {
  display: block;
  pointer-events: auto;
  cursor: pointer;
  background-image: url("../images/sp_menu.png");
  background-repeat: no-repeat;
  padding: 15px 36px 15px 28px;
  background-position: center right 28px;
  background-size: 8px 12px;
}

.drawer {
  position: fixed;
  top: 15px;
  right: 36px;
  z-index: 50;
}
@media only screen and (max-width: 700px) {
  .drawer {
    top: 4px;
    right: 10px;
  }
}

/*リストスタイルをフロート*/
.gmenu ul,
.fmenu ul .recom ul,
#pankuzu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gmenu li,
.fmenu li,
.recom li {
  margin: 0;
  padding: 0;
  /*
    display: inline;
    float: left;
  */
}

/*グローバルナビ*/
.gmenu {
  display: flex;
  padding: 24px 0 24px 20px;
  font-weight: 700;
}
.gmenu ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  list-style: none;
  width: 640px;
}
@media only screen and (max-width: 1080px) {
  .gmenu ul {
    width: 530px;
  }
}
.gmenu ul li a {
  font-size: 0.16rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 1080px) {
  .gmenu ul li a {
    font-size: 0.15rem;
  }
}
.gmenu ul li a::after {
  border-bottom: solid 2px #333;
  bottom: 0;
  content: "";
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
}

.gmenu li a:hover::after {
  width: 100%;
}

.sub .gmenu .sel a {
  /*color: #1B9632;*/
}

/*＝＝＝＝＝＝*/
/*トップページ*/
/*＝＝＝＝＝＝*/
.top #wrap_in {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .top #wrap_in {
    margin-bottom: 0;
  }
}

/*共通部分*/
#wrap_in {
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #wrap_in {
    width: 920px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap_in {
    width: 700px;
  }
}
#wrap_in .recom {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  #wrap_in .recom {
    width: 920px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap_in .recom {
    width: 700px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap_in .recom {
    width: 90% !important;
    margin: 0 auto;
  }
}
#wrap_in .recom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrap_in .recom ul li {
  margin: 0;
  padding: 0;
}
#wrap_in .recom ul li img {
  width: 100% !important;
  height: auto !important;
}
#wrap_in .col2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrap_in .col2 ul li {
  margin: 32px 0 0 0;
  width: 520px;
}
@media only screen and (max-width: 1080px) {
  #wrap_in .col2 ul li {
    width: 440px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap_in .col2 ul li {
    width: 335px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap_in .col2 ul li {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
#wrap_in .col3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -18px;
}
@media only screen and (max-width: 700px) {
  #wrap_in .col3 ul {
    justify-content: space-between;
  }
}
#wrap_in .col3 ul li {
  margin: 18px 30px 0 0;
  width: 340px;
}
@media only screen and (max-width: 1080px) {
  #wrap_in .col3 ul li {
    margin: 18px 30px 0 0;
    width: 286px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap_in .col3 ul li {
    margin: 18px 22px 0 0;
    width: 218px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap_in .col3 ul li {
    margin: 10px 0 0 0;
    width: 48%;
  }
}
#wrap_in .col3 ul li:nth-child(3n) {
  margin-right: 0;
}
#wrap_in .col4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -18px;
}
@media only screen and (max-width: 700px) {
  #wrap_in .col4 ul {
    justify-content: space-between;
  }
}
#wrap_in .col4 ul li {
  margin: 18px 26px 0 0;
  width: 250px;
}
@media only screen and (max-width: 1080px) {
  #wrap_in .col4 ul li {
    margin: 18px 26px 0 0;
    width: 210px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap_in .col4 ul li {
    margin: 13px 18px 0 0;
    width: 161px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap_in .col4 ul li {
    margin: 10px 0 0 0;
    width: 48%;
  }
}
#wrap_in .col4 ul li:nth-child(4n) {
  margin-right: 0;
}

.more {
  width: 380px;
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .more {
    width: 100%;
    margin: 24px auto 0;
  }
}
.more a {
  font-size: 0.14rem;
  display: block;
  padding: 10px 20px 7px;
  border: 1px solid #c2c1c1;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .more a {
    top: 90px;
  }
}
@media only screen and (max-width: 700px) {
  .more a {
    font-size: 0.13rem;
    padding: 10px 20px 10px;
  }
}
.more a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
  border: 1px solid #c2c1c1;
  transition: 0.4s ease-in-out;
}

.top .contents_1_wrap,
.top .contents_2_wrap,
.top .contents_3_wrap {
  position: relative;
}

.rotate_midashi {
  position: absolute;
  left: 0;
  left: 32px;
  border: none;
}
@media only screen and (max-width: 960px) {
  .rotate_midashi img {
    width: 14px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .rotate_midashi img {
    display: none;
  }
}

.rotate_midashi_sp {
  display: none;
  border: none;
}
@media only screen and (max-width: 700px) {
  .rotate_midashi_sp {
    display: block;
    text-align: left !important;
  }
}
@media only screen and (max-width: 700px) {
  .rotate_midashi_sp img {
    width: auto !important;
    height: 12px !important;
  }
}

/*スライド*/
@media only screen and (max-width: 960px) {
  .slide_01 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 700px) {
  .slide_01 {
    display: none;
  }
}

.slide_01 ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /*list-style: none;*/
  /*z-index: 20;*/
  /*margin-bottom: 60px !important;*/
}
.slide_01 ul li {
  margin: 0;
}
.slide_01 ul li img {
  width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 700px) {
  .slide_01 ul li img {
    text-align: center;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  .slide_01 ul li img {
    text-align: center;
    width: 100% !important;
    height: calc(100dvh - 67px - 60px) !important;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.slick-dots li button::before {
  font-size: 0.5rem !important;
}

#top_sp_img {
  display: none;
  padding: 67px 0 0 0;
}
@media only screen and (max-width: 700px) {
  #top_sp_img {
    display: block;
  }
}
#top_sp_img p {
  margin: 0;
}
#top_sp_img p img {
  display: block;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

/*CONCEPT*/
@media only screen and (max-width: 700px) {
  .top .contents_1_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.top .contents_1_wrap .contents_1 {
  margin: 190px 0 0;
}
@media only screen and (max-width: 960px) {
  .top .contents_1_wrap .contents_1 {
    margin: 120px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_1_wrap .contents_1 {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .top .contents_1_wrap .contents_1 img {
    width: 400px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_1_wrap .contents_1 img {
    width: 280px !important;
    height: auto !important;
  }
}
.top .contents_1_wrap .contents_1 h3 {
  font-size: 0.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1260px) {
  .top .contents_1_wrap .contents_1 h3 {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 1080px) {
  .top .contents_1_wrap .contents_1 h3 {
    font-size: 0.32rem;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_1_wrap .contents_1 h3 {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_1_wrap .contents_1 h3 {
    font-size: 0.22rem;
  }
}
.top .contents_1_wrap .contents_1 p {
  text-align: center;
}
.top .contents_1_wrap .contents_1 p span {
  display: block;
}
@media only screen and (max-width: 700px) {
  .top .contents_1_wrap .contents_1 p span {
    display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_1_wrap .contents_1 .span_br {
    text-align: left;
  }
}

.top .contents_1_wrap .rotate_midashi {
  top: -60px;
}
@media only screen and (max-width: 700px) {
  .top .contents_1_wrap .rotate_midashi {
    left: 90px;
    top: -130px;
  }
}

@media only screen and (max-width: 700px) {
  .top .contents_1_wrap .rotate_midashi_sp {
    margin-top: 84px !important;
  }
}

/*ABOUT*/
.top .contents_2_wrap {
  margin: 112px 0 0;
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap {
    margin: 80px 0 0;
    background-image: url("../all_img/604/about_bg_blue_tabsp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .bg {
    display: none;
  }
}
.top .contents_2_wrap .bg_tab {
  display: none;
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .bg_tab {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .bg_tab img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 510px;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .bg_tab img {
    display: none;
    height: 800px;
  }
}
.top .contents_2_wrap .contents_2 {
  position: absolute;
  top: 170px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 84%;
  height: 420px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .top .contents_2_wrap .contents_2 {
    display: block;
    width: 80%;
    top: 110px;
    height: 370px;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .contents_2 {
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .contents_2 {
    position: static;
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .contents_2 div {
    padding: 0px 0 57px;
  }
}
.top .contents_2_wrap .contents_2 div h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .contents_2 div h2 {
    margin-bottom: 6px;
  }
}
.top .contents_2_wrap .contents_2 div h3 {
  font-size: 0.35rem;
  text-align: left;
  line-height: 1.6;
  padding-left: 12px;
}
@media only screen and (max-width: 1260px) {
  .top .contents_2_wrap .contents_2 div h3 {
    font-size: 0.32rem;
  }
}
@media only screen and (max-width: 1080px) {
  .top .contents_2_wrap .contents_2 div h3 {
    margin: 0 0 20px;
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .contents_2 div h3 {
    margin: 0 0 20px;
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .contents_2 div h3 {
    margin: 0 0 20px;
    font-size: 0.2rem;
  }
}
.top .contents_2_wrap .contents_2 div h3 span {
  margin-left: 87px;
  display: block;
}
@media only screen and (max-width: 1260px) {
  .top .contents_2_wrap .contents_2 div h3 span {
    margin-left: 27px;
  }
}
@media only screen and (max-width: 1080px) {
  .top .contents_2_wrap .contents_2 div h3 span {
    margin-left: -18px;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .contents_2 div h3 span {
    margin-left: -13px;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .contents_2 div h3 span {
    margin-left: 0;
  }
}
.top .contents_2_wrap .contents_2 div .about_text {
  line-height: 1.75;
  width: 90%;
}
@media only screen and (max-width: 1260px) {
  .top .contents_2_wrap .contents_2 div .about_text {
    width: 94%;
  }
}
@media only screen and (max-width: 1080px) {
  .top .contents_2_wrap .contents_2 div .about_text {
    width: 58%;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .contents_2 div .about_text {
    width: 100%;
  }
}
.top .contents_2_wrap .rotate_midashi {
  top: 27%;
}
@media only screen and (max-width: 960px) {
  .top .contents_2_wrap .rotate_midashi {
    top: 77px;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .rotate_midashi {
    left: 100px;
    top: -14px;
  }
}

@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .rotate_midashi_sp {
    width: 90%;
    margin: 72px auto 0 !important;
  }
}

.top .about_img img {
  margin: -20px 0 0 0;
  width: 456px !important;
  height: auto !important;
}
@media only screen and (max-width: 1260px) {
  .top .about_img img {
    width: 400px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 1080px) {
  .top .about_img img {
    width: 300px !important;
    height: auto !important;
    position: absolute;
    top: 35px;
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .top .about_img img {
    display: none;
    width: 300px !important;
    height: auto !important;
  }
}

.top .about_img_tab {
  display: none;
}
@media only screen and (max-width: 960px) {
  .top .about_img_tab {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .top .about_img_tab {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .top .about_img_tab img {
    width: 200px !important;
    height: auto !important;
    position: absolute;
    top: 70px;
    right: 9%;
  }
}
@media only screen and (max-width: 700px) {
  .top .about_img_tab img {
    width: 200px !important;
    height: auto !important;
    top: 204px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.top .about_img_sp {
  display: none;
}
@media only screen and (max-width: 700px) {
  .top .about_img_sp {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .top .about_img_sp img {
    width: 200px !important;
    height: auto !important;
    top: 204px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.top .contents_2_wrap .more_wrap {
  width: 90%;
}
@media only screen and (max-width: 1260px) {
  .top .contents_2_wrap .more_wrap {
    width: 94%;
  }
}
@media only screen and (max-width: 1080px) {
  .top .contents_2_wrap .more_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_2_wrap .more_wrap {
    padding: 0 !important;
  }
}

/*LINE UP*/
.top .contents_3_wrap .contents_3 {
  width: 880px;
  margin: 132px auto 80px;
}
@media only screen and (max-width: 1080px) {
  .top .contents_3_wrap .contents_3 {
    width: 820px;
  }
}
@media only screen and (max-width: 960px) {
  .top .contents_3_wrap .contents_3 {
    width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 {
    width: 90%;
    margin: 40px auto 0;
  }
}
.top .contents_3_wrap .contents_3 .contents_3_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.top .contents_3_wrap .contents_3 .contents_3_in div {
  width: 380px;
  margin-bottom: 116px;
}
@media only screen and (max-width: 960px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div {
    margin-bottom: 70px;
  }
}
.top .contents_3_wrap .contents_3 .contents_3_in div .product_img {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div p {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div p {
    text-align: justify;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div .trialbox img {
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div .savon604 img {
    width: 200px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div .moistlotion604 img {
    width: 120px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div .moistcream604 img {
    width: 200px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div .fresh_hamigaki img {
    width: 85px !important;
    height: auto !important;
  }
}
.top .contents_3_wrap .contents_3 .contents_3_in div h3 {
  font-family: "Crimson Text", serif;
  font-size: 0.4rem;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div h3 {
    font-size: 0.3rem;
  }
}
.top .contents_3_wrap .contents_3 .contents_3_in div h3 span {
  font-size: 0.18rem;
  font-family: sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div h3 span {
    font-size: 0.16rem;
  }
}
.top .contents_3_wrap .contents_3 .contents_3_in div h3 .sans_serif {
  font-size: 0.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div h3 .sans_serif {
    font-size: 0.16rem;
  }
}
.top .contents_3_wrap .contents_3 .contents_3_in div h3 .hamigaki {
  font-size: 0.3rem;
  font-weight: 600;
  font-family: serif;
}
@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .contents_3 .contents_3_in div h3 .hamigaki {
    font-size: 0.25rem;
  }
}
.top .contents_3_wrap .contents_3 .contents_3_in div .price {
  margin: 0 0 0;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.top .contents_3_wrap .contents_3 .contents_3_in div .price span {
  font-size: 14px;
}

@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .rotate_midashi {
    left: 100px;
  }
}

@media only screen and (max-width: 700px) {
  .top .contents_3_wrap .rotate_midashi_sp {
    width: 90%;
    margin: 72px auto 0 !important;
  }
}

/*ニューストピックス*/
@media only screen and (max-width: 700px) {
  .top #news_topics_wrap .rotate_midashi_sp {
    width: 90%;
    margin: 0 auto 10px !important;
  }
}

#news_topics_wrap {
  width: 100%;
  padding: 88px 0;
  margin: 0 auto;
  background-color: #E4F4FA;
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap {
    padding: 72px 0;
  }
}
#news_topics_wrap #news_topics {
  background-color: #fff;
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  #news_topics_wrap #news_topics {
    width: 910px;
  }
}
@media only screen and (max-width: 1080px) {
  #news_topics_wrap #news_topics {
    width: 84%;
    margin: 0 auto 0 100px;
  }
}
@media only screen and (max-width: 960px) {
  #news_topics_wrap #news_topics {
    width: 84%;
    margin: 0 auto 0 78px;
  }
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap #news_topics {
    width: 90%;
    margin: 0 auto;
  }
}
#news_topics_wrap #news_topics h2 {
  display: none;
}
#news_topics_wrap .news_topics_1 {
  padding: 20px 32px 32px 32px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap .news_topics_1 {
    padding: 20px 20px 38px;
  }
}
#news_topics_wrap dl {
  padding: 0;
  margin: 0;
}
#news_topics_wrap dt {
  position: relative;
  padding: 18px 20px 16px 92px;
  text-align: left;
  border-bottom: 1px solid #9EA5A8;
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap dt {
    margin-top: 0;
    padding: 18px 0;
    position: relative;
    background-position: left 22px;
    background-size: 44px auto;
  }
}
#news_topics_wrap dt a {
  color: #333;
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap dt a {
    margin-left: 54px;
    display: block;
  }
}
#news_topics_wrap dd {
  /*font-size: 0.875rem;*/
  font-size: 0.14rem;
  /*margin-left: 176px;*/
  padding-right: 20px;
  margin: 4px 0 22px 96px;
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap dd {
    font-size: 0.13rem;
    margin: -17px 0 18px 55px;
  }
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap .topictitle {
    display: block;
  }
}
#news_topics_wrap .time {
  margin-right: 12px;
  display: inline-block;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap .time {
    font-size: 0.13rem;
    margin-right: 0;
    margin-left: 54px;
  }

  #news_topics_wrap .time-pl0{
    margin-left: 0;
  }
}
#news_topics_wrap .new:before {
  position: absolute;
  left: 16px;
  content: "New";
  background-color: #fff;
  color: #B90000;
  line-height: 1;
  font-size: 13px;
  display: block;
  text-align: center;
  /*
    width: 45px;
    height: 18px;
  */
  padding: 3px 13px;
  margin-right: 5px;
  border: 1px solid #B90000;
}
@media only screen and (max-width: 700px) {
  #news_topics_wrap .new:before {
    left: 0;
    font-size: 10px;
    padding: 3px 9px;
  }
}

/*
  #news_topics dl .new {
    background-image: url("../images/news_new.png");
    background-position: left 28px;
    background-size: 55px 22px;
  }
*/
.disp_list {
  display: none;
}

.disp_list_2 {
  width: 950px;
  margin: 0 auto;
  line-height: 1;
}
@media only screen and (max-width: 1260px) {
  .disp_list_2 {
    width: 910px;
  }
}
@media only screen and (max-width: 1080px) {
  .disp_list_2 {
    width: 84%;
    margin: 0 auto 0 100px;
  }
}
@media only screen and (max-width: 960px) {
  .disp_list_2 {
    width: 84%;
    margin: 0 auto 0 78px;
  }
}
@media only screen and (max-width: 700px) {
  .disp_list_2 {
    width: 90%;
    margin: 0 auto;
  }
}
.disp_list_2 a {
  display: block;
  margin: 20px auto 0;
  text-align: right;
  padding: 0;
  color: #333;
}

/*ONLINE STORE*/
#storelink {
  margin: 8px 0 8px;
  padding: 88px 0;
  background-color: #E4F4FA;
}
@media only screen and (max-width: 700px) {
  #storelink {
    padding: 72px 0;
  }
}

#storelink #storelink_inner {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  #storelink #storelink_inner {
    width: 90%;
  }
}
#storelink #storelink_inner h2 {
  margin: 0;
  padding: 0;
  text-align: left;
}
#storelink #storelink_inner h2 img {
  display: block;
  width: 287px;
  height: auto;
}
@media only screen and (max-width: 700px) {
  #storelink #storelink_inner h2 img {
    width: 172px;
  }
}
#storelink #storelink_inner ul {
  list-style: none;
  width: 320px;
  margin: 56px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  #storelink #storelink_inner ul {
    width: auto;
    margin: 32px 0 0;
    display: block;
  }
}
#storelink #storelink_inner ul li {
  width: 320px;
}
@media only screen and (max-width: 700px) {
  #storelink #storelink_inner ul li {
    width: auto;
    margin: 0 0 16px;
  }
}

#storelink ul li a,
.sub_storelink_area ul li a {
  transition: 0.3s all ease-in;
  position: relative;
  display: block;
  padding: 14px 0 13px 24px;
  border: 1px solid #888;
  background-color: #fff;
  font-size: 20px;
  color: #333333;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  #storelink ul li a,
  .sub_storelink_area ul li a {
    font-size: 16px;
  }
}

#storelink ul li a:hover,
.sub_storelink_area ul li a:hover {
  color: #fff;
  background-color: #333;
}

#storelink ul li a::after,
.sub_storelink_area ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(../all_img/604/onlinestore_link_btn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  #storelink ul li a::after,
  .sub_storelink_area ul li a::after {
    width: 20px;
    height: 20px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*コンテンツページ（サブページ）*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media only screen and (max-width: 960px) {
  .sub #wrap {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap {
    padding-top: 67px;
  }
}

.sub #wrap_in {
  padding: 48px 0 160px 0;
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in {
    padding: 1px 0 80px 0;
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.sub #wrap_in .width1000 {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  .sub #wrap_in .width1000 {
    width: 850px;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .width1000 {
    width: 92%;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .width1000 {
    width: 100%;
  }
}

#sub_contents {
  width: 1200px;
  margin: 0 auto;
  /*float: left;*/
  min-height: 32vh;
}
@media only screen and (max-width: 1260px) {
  #sub_contents {
    width: 1000px;
  }
}
@media only screen and (max-width: 1080px) {
  #sub_contents {
    width: 920px;
  }
}
@media only screen and (max-width: 960px) {
  #sub_contents {
    width: 650px;
  }
}
@media only screen and (max-width: 700px) {
  #sub_contents {
    width: 100%;
  }
}
#sub_contents img {
  max-width: 100% !important;
  height: auto !important;
}

#contents_0 h4 {
  clear: both;
}

/*ーーーーーーーーーーー
タイトル（h1）背景用
ーーーーーーーーーーーー*/
/*サブページタイトル*/
#wrap .sub_title_img_wrap {
  position: relative;
  padding: 0 0 0 0;
  height: 340px;
  background-image: url("../all_img/604/sub_title_bg_blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap {
    height: 280px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap {
    height: 200px;
  }
}
#wrap .sub_title_img_wrap .sub_title_img {
  position: absolute;
  width: 1200px;
  height: 150px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1260px) {
  #wrap .sub_title_img_wrap .sub_title_img {
    width: 1000px;
  }
}
@media only screen and (max-width: 1080px) {
  #wrap .sub_title_img_wrap .sub_title_img {
    width: 900px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img {
    width: 90%;
  }
}
#wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in {
  position: relative;
}
#wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in h1 {
  z-index: 20;
  color: #00418D;
  font-size: 0.45rem;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 45px 80px 55px;
  border: solid 1px #50A4D8;
  min-width: 300px;
}
@media only screen and (max-width: 1260px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in h1 {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in h1 {
    font-size: 0.3rem;
    padding: 35px 32px 45px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in h1 {
    font-size: 0.25rem;
    padding: 30px 32px 35px;
    min-width: 200px;
  }
}
#wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in h1::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: 10px;
  left: 12px;
  right: -14px;
  border: solid 1px #50A4D8;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in h1::before {
    top: -7px;
    bottom: 5px;
    left: 7px;
    right: -9px;
  }
}
#wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .about_leaf {
  text-align: center;
  margin: 0 auto;
  z-index: 30;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .about_leaf {
    bottom: -16px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .about_leaf img {
    width: 125px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .about_leaf img {
    width: 88px !important;
    height: auto !important;
  }
}
#wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .product_leaf {
  text-align: left;
  margin: 0 auto;
  z-index: 30;
  position: absolute;
  bottom: -38px;
  left: -25px;
  right: 0;
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .product_leaf {
    bottom: -28px;
    left: -14px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .product_leaf {
    bottom: -22px;
    left: -9px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .product_leaf img {
    width: 130px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .product_leaf img {
    width: 110px !important;
    height: auto !important;
  }
}
#wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .faq_leaf {
  text-align: right;
  margin: 0 auto;
  z-index: 30;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: -30px;
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .faq_leaf {
    bottom: -24px;
    right: -21px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .faq_leaf {
    bottom: -16px;
    right: -17px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .faq_leaf img {
    width: 90px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .faq_leaf img {
    width: 62px !important;
    height: auto !important;
  }
}
#wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .contact_leaf {
  text-align: left;
  margin: 0 auto;
  z-index: 30;
  position: absolute;
  bottom: -30px;
  left: -32px;
  right: 0;
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .contact_leaf {
    bottom: -16px;
    left: -22px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .contact_leaf {
    bottom: -12px;
    left: -12px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .contact_leaf img {
    width: 120px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .sub_title_img_in .contact_leaf img {
    width: 82px !important;
    height: auto !important;
  }
}
#wrap .sub_title_img_wrap .sub_title_img .all_product_img {
  margin: 52px 0 0 70px;
}
@media only screen and (max-width: 1260px) {
  #wrap .sub_title_img_wrap .sub_title_img .all_product_img {
    margin: 52px 0 0 50px;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .all_product_img {
    margin: 38px 0 0 38px;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .all_product_img {
    margin: 0;
    position: absolute;
    top: 97px;
    width: 286px;
    z-index: 20;
    text-align: right;
  }
}
@media only screen and (max-width: 1260px) {
  #wrap .sub_title_img_wrap .sub_title_img .all_product_img img {
    width: 300px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  #wrap .sub_title_img_wrap .sub_title_img .all_product_img img {
    width: 240px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  #wrap .sub_title_img_wrap .sub_title_img .all_product_img img {
    width: 100px !important;
    height: auto !important;
  }
}

/*サブページ_ニュース一覧*/
.sub #news_topics {
  width: 815px;
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 1080px) {
  .sub #news_topics {
    width: 670px;
  }
}
@media only screen and (max-width: 960px) {
  .sub #news_topics {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .sub #news_topics {
    width: 100%;
    margin: 40px auto;
  }
}
.sub #news_topics dl {
  margin: -16px 0 0 0;
}
@media only screen and (max-width: 700px) {
  .sub #news_topics dl {
    margin-bottom: -16px 0 30px 0;
  }
}
.sub #news_topics dt {
  padding: 22px 20px 0 90px;
}
@media only screen and (max-width: 700px) {
  .sub #news_topics dt {
    padding: 20px 0 20px 0 !important;
  }
}
.sub #news_topics dd {
  margin: 4px 0 22px 90px;
}
@media only screen and (max-width: 700px) {
  .sub #news_topics dd {
    margin: -17px 0 18px 55px !important;
  }
}
.sub #news_topics .topicimage a {
  margin: 0;
}

@media only screen and (max-width: 700px) {
  .sub #news_topics_sub {
    border-bottom: 1px solid #B7B7B7;
  }
}

.sub #news_topics_sub_2 {
  border-bottom: 1px solid #B7B7B7;
}

.cms_content_edit_area p {
  /*z-index: -1;*/
}

/*ーーーーーーーーーーーーーーーーーー
　サブページ横並び用CSS（divで作成）
ーーーーーーーーーーーーーーーーーーー*/
.about_flex_01, .about_flex_02 {
  display: flex;
  justify-content: space-between;
}
.about_flex_01 p, .about_flex_02 p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 700px) {
  .about_flex_01 p, .about_flex_02 p {
    margin-bottom: 12px;
  }
}
.about_flex_01 .text, .about_flex_02 .text {
  width: 640px;
}
@media only screen and (max-width: 1260px) {
  .about_flex_01 .text, .about_flex_02 .text {
    width: 580px;
  }
}
@media only screen and (max-width: 1080px) {
  .about_flex_01 .text, .about_flex_02 .text {
    width: 500px;
  }
}
@media only screen and (max-width: 960px) {
  .about_flex_01 .text, .about_flex_02 .text {
    width: 100%;
  }
}
.about_flex_01 .text p, .about_flex_02 .text p {
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 1260px) {
  .about_flex_01 img, .about_flex_02 img {
    width: 360px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 1080px) {
  .about_flex_01 img, .about_flex_02 img {
    width: 315px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .about_flex_01 img, .about_flex_02 img {
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 960px) {
  .about_flex_01 {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 700px) {
  .about_flex_01 .text {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 700px) {
  .about_flex_01 .text p {
    margin: 32px 0 14px;
  }
}
@media only screen and (max-width: 960px) {
  .about_flex_01 .flex_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 700px) {
  .about_flex_01 .flex_img {
    display: block;
  }
}
.about_flex_01 .flex_img p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
  .about_flex_02 {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .about_flex_02 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .about_flex_02 .text p {
    margin: 10px 0 14px;
  }
}
@media only screen and (max-width: 960px) {
  .about_flex_02 p {
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  .about_flex_02 .flex_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 700px) {
  .about_flex_02 .flex_img {
    display: block;
    margin-top: 14px;
  }
}
.about_flex_02 .flex_img p {
  margin-bottom: 15px;
}

.feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 120px 0;
  color: #00418D;
}
@media only screen and (max-width: 960px) {
  .feature {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .feature {
    margin: 80px 0;
  }
}

.feature p:nth-child(1) {
  width: 260px;
}
@media only screen and (max-width: 960px) {
  .feature p:nth-child(1) {
    width: auto;
    text-align: center;
  }
}

.feature p:nth-child(2) {
  width: 820px;
  line-height: 2;
  font-size: 0.16rem;
}
@media only screen and (max-width: 1260px) {
  .feature p:nth-child(2) {
    width: 630px;
  }
}
@media only screen and (max-width: 1080px) {
  .feature p:nth-child(2) {
    width: 550px;
  }
}
@media only screen and (max-width: 960px) {
  .feature p:nth-child(2) {
    width: auto;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 700px) {
  .feature p:nth-child(2) {
    width: auto;
    font-size: 0.14rem;
    line-height: 1.7;
  }
}

.product_604 {
  background-color: #E4F4FA;
  padding: 30px 60px 30px 20px;
}
@media only screen and (max-width: 960px) {
  .product_604 {
    padding: 12px 40px 20px 40px;
  }
}
@media only screen and (max-width: 700px) {
  .product_604 {
    padding: 12px 24px 20px;
  }
}
@media only screen and (max-width: 960px) {
  .product_604 img {
    width: 175px !important;
    height: auto !important;
  }
}

.product_604_fresh {
  background-color: #f3f3b0;
  padding: 24px 60px 20px 36px;
}
@media only screen and (max-width: 960px) {
  .product_604_fresh {
    padding: 8px 40px 14px 40px;
  }
}
@media only screen and (max-width: 700px) {
  .product_604_fresh {
    padding: 8px 24px 14px;
  }
}
@media only screen and (max-width: 960px) {
  .product_604_fresh img {
    width: 175px !important;
    height: auto !important;
  }
}

/*ーーーーーーーーーーーーーーーーーー
　サブページ横並び用CSS（tableで作成）
ーーーーーーーーーーーーーーーーーーー*/
/*共通*/
.yoko_02,
.yoko_03,
.yoko_04 {
  border: 0;
  margin: 20px 0 32px;
  text-align: left;
}

.yoko_03,
.yoko_04 {
  display: block;
}

.yoko_03 tr,
.yoko_04 tr {
  display: inline;
}

.text_right_02,
.text_right_02,
.text_right_03,
.text_right_03,
.text_right_04,
.text_right_04 {
  margin: 20px 0 -8px;
}

.text_right_02 td,
.text_left_02 td,
.text_right_03 td,
.text_left_03 td,
.text_right_04 td,
.text_left_04 td {
  border: none;
  padding: 0;
  vertical-align: top;
  padding-bottom: 15px;
}

@media only screen and (max-width: 960px) {
  .text_right_02 td, .text_left_02 td {
    display: block;
  }
}

/*横2列Ver*/
@media only screen and (max-width: 700px) {
  .yoko_02 tr td {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  .yoko_02 tr td img {
    width: 100% !important;
    height: auto !important;
  }
}
.yoko_02 tr td:first-child {
  border: 0;
  padding: 5px 10px 10px 0;
}
@media only screen and (max-width: 700px) {
  .yoko_02 tr td:first-child {
    width: 100% !important;
    padding: 0 20px 10px 0;
  }
}
.yoko_02 tr td:last-child {
  border: 0;
  padding: 5px 0 10px 10px;
}
@media only screen and (max-width: 700px) {
  .yoko_02 tr td:last-child {
    width: 100% !important;
    padding: 0 0 10px 0;
  }
}

/*横3列Ver*/
@media only screen and (max-width: 700px) {
  .yoko_03 {
    width: 105% !important;
    margin: 15px 0 20px 0;
  }
}
.yoko_03 tr td {
  display: inline-block;
  padding: 4px 13px 6px 0;
  border: 0;
}
@media only screen and (max-width: 960px) {
  .yoko_03 tr td {
    width: 222px;
  }
}
@media only screen and (max-width: 700px) {
  .yoko_03 tr td {
    width: 46%;
    padding: 4px 8px 1px 0;
  }
}
@media only screen and (max-width: 1080px) {
  .yoko_03 tr td img {
    width: 212px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .yoko_03 tr td img {
    width: 222px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .yoko_03 tr td img {
    width: 100% !important;
    height: auto !important;
  }
}
.yoko_03 tr td:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .yoko_03 tr td:last-child {
    padding: 4px 0 6px 0;
  }
}
@media only screen and (max-width: 700px) {
  .yoko_03 tr td:last-child {
    padding: 4px 8px 1px 0;
  }
}

/*横4列Ver*/
@media only screen and (max-width: 700px) {
  .yoko_04 {
    width: 105% !important;
    margin: 15px 0 20px 0;
  }
}
.yoko_04 tr td {
  display: inline-block;
  padding: 4px 9px 3px 0;
  border: 0;
  width: 194px;
}
@media only screen and (max-width: 1080px) {
  .yoko_04 tr td {
    width: 158px;
  }
}
@media only screen and (max-width: 960px) {
  .yoko_04 tr td {
    padding: 4px 10px 6px 0;
    width: 164px;
  }
}
@media only screen and (max-width: 700px) {
  .yoko_04 tr td {
    display: inline-block;
    width: 30%;
    padding: 4px 6px 0 0;
  }
}
.yoko_04 tr td img {
  width: 194px !important;
  height: auto;
}
@media only screen and (max-width: 1080px) {
  .yoko_04 tr td img {
    width: 158px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .yoko_04 tr td img {
    width: 164px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .yoko_04 tr td img {
    width: 100% !important;
    height: auto !important;
  }
}
.yoko_04 tr td:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .yoko_04 tr td:last-child {
    padding: 4px 0 6px 0;
  }
}
@media only screen and (max-width: 700px) {
  .yoko_04 tr td:last-child {
    padding: 4px 6px 0 0;
  }
}

.sub #wrap_in {
  /*2分割_左画像+右テキストVer*/
  /*2分割_右画像+左テキストVer*/
  /*3分割_左画像+右テキストVer*/
  /*3分割_右画像+左テキストVer*/
  /*4分割_左画像+右テキストVer*/
  /*4分割_右画像+左テキストVer*/
}
.sub #wrap_in .text_right_02 tr td:first-child {
  width: 282px !important;
  height: auto !important;
  padding: 0 20px 15px 0;
}
@media only screen and (max-width: 1080px) {
  .sub #wrap_in .text_right_02 tr td:first-child {
    width: 282px !important;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_right_02 tr td:first-child {
    text-align: center;
    width: 100% !important;
    height: auto !important;
    padding: 0 0 4px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_02 tr td:first-child {
    text-align: center;
    width: 100% !important;
    height: auto !important;
    padding: 0 0 4px 0;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_right_02 tr td:first-child img {
    width: 200px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_02 tr td:first-child img {
    width: 170px !important;
    height: auto !important;
  }
}
.sub #wrap_in .text_right_02 tr td:last-child {
  line-height: 1.75;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_right_02 tr td:last-child {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_02 tr td:last-child {
    padding-bottom: 20px;
  }
}
.sub #wrap_in .text_left_02 tr td:last-child {
  width: 390px !important;
  height: auto !important;
  padding: 0 0 15px 20px;
}
@media only screen and (max-width: 1080px) {
  .sub #wrap_in .text_left_02 tr td:last-child {
    width: 325px !important;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_left_02 tr td:last-child {
    width: 360px !important;
    height: auto !important;
    padding: 0 0 16px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_left_02 tr td:last-child {
    width: 100% !important;
    height: auto !important;
    padding: 0 0 4px 0;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_left_02 tr td:first-child {
    padding-bottom: 10px;
  }
}
.sub #wrap_in .text_right_03 tr td:first-child {
  width: 260px !important;
  height: auto !important;
  padding: 0 16px 15px 0;
}
@media only screen and (max-width: 1080px) {
  .sub #wrap_in .text_right_03 tr td:first-child {
    width: 260px !important;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_right_03 tr td:first-child {
    width: 220px !important;
    height: auto !important;
    padding: 0 16px 15px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_03 tr td:first-child {
    width: 100% !important;
    height: auto !important;
    padding: 0 0 4px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_03 tr td:first-child img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_right_03 tr td:last-child {
    padding-bottom: 24px;
  }
}
.sub #wrap_in .text_left_03 tr td:last-child {
  width: 260px !important;
  height: auto !important;
  padding: 0 0 15px 16px;
}
@media only screen and (max-width: 1080px) {
  .sub #wrap_in .text_left_03 tr td:last-child {
    width: 260px !important;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_left_03 tr td:last-child {
    width: 220px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_left_03 tr td:last-child {
    width: 100% !important;
    height: auto !important;
    padding: 0 0 4px 0;
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_left_03 tr td:last-child img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_left_03 tr td:first-child {
    padding: 0 0 15px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_left_03 tr td:first-child {
    padding: 0 0 6px 0;
  }
}
.sub #wrap_in .text_right_04 tr td:first-child {
  width: 190px !important;
  height: auto !important;
  padding: 0 16px 15px 0;
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_right_04 tr td:first-child {
    width: 160px !important;
    height: auto !important;
    padding: 0 16px 15px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_04 tr td:first-child {
    width: 100% !important;
    height: auto !important;
    padding: 0 0 4px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_04 tr td:first-child img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_right_04 tr td:last-child {
    padding-bottom: 24px;
  }
}
.sub #wrap_in .text_left_04 tr td:last-child {
  width: 190px !important;
  height: auto !important;
  padding: 0 0 15px 16px;
}
@media only screen and (max-width: 960px) {
  .sub #wrap_in .text_left_04 tr td:last-child {
    width: 160px !important;
    height: auto !important;
    padding: 0 0 15px 16px;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_left_04 tr td:last-child {
    width: 100% !important;
    height: auto !important;
    padding: 0 0 4px 0;
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_left_04 tr td:last-child img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_left_04 tr td:first-child {
    padding: 0 0 6px 0;
  }
}

@media only screen and (max-width: 700px) {
  .sub #wrap_in .text_right_02 th,
  .sub #wrap_in .text_right_02 td,
  .sub #wrap_in .text_left_02 th,
  .sub #wrap_in .text_left_02 td,
  .sub #wrap_in .text_right_03 th,
  .sub #wrap_in .text_right_03 td,
  .sub #wrap_in .text_left_03 th,
  .sub #wrap_in .text_left_03 td,
  .sub #wrap_in .text_right_04 th,
  .sub #wrap_in .text_right_04 td,
  .sub #wrap_in .text_left_04 th,
  .sub #wrap_in .text_left_04 td {
    display: block;
    padding: 0 0 24px 0;
  }
}

/*ーーーーーーーーーーーー
　ABOUT 604ページ
ーーーーーーーーーーーーー*/
@media only screen and (max-width: 1080px) {
  .all_product img {
    width: 400px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 700px) {
  .all_product img {
    width: 280px !important;
    height: auto !important;
  }
}

/*ーーーーーーーーーーーー
　PRODUCT LINE UPページ
ーーーーーーーーーーーーー*/
#product_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 10px;
}
@media only screen and (max-width: 700px) {
  #product_info {
    display: block;
  }
}
#product_info h3 {
  width: 100%;
}
#product_info #product_img {
  width: 560px;
}
@media only screen and (max-width: 1260px) {
  #product_info #product_img {
    width: 48%;
  }
}
@media only screen and (max-width: 700px) {
  #product_info #product_img {
    width: auto;
  }
}

/*商品画像（スライド）*/
#product_info #product_img .product_img_slide_main p {
  margin: 0;
}
#product_info #product_img .product_img_slide_sub p {
  margin: 0;
}
#product_info #product_img .product_img_slide_sub p img {
  transition: 0.2s all ease-in;
  cursor: pointer;
}
#product_info #product_img .product_img_slide_sub .slick-slide img {
  filter: brightness(75%);
  margin: 0 2px;
}
#product_info #product_img .product_img_slide_sub .slick-current img {
  filter: brightness(100%);
}

/*商品の紹介文*/
#product_info #product_txt {
  width: 560px;
}
@media only screen and (max-width: 1260px) {
  #product_info #product_txt {
    width: 48%;
  }
}
@media only screen and (max-width: 700px) {
  #product_info #product_txt {
    width: auto;
    margin: 24px 0 0 0;
  }
}
#product_info #product_txt h4 {
  margin: 24px 0 0 0;
}
#product_info #product_txt h4:first-child {
  margin: 0;
  padding-top: 0;
}

/*価格・オンラインストアへのリンク*/
.sub_storelink_area {
  margin: 64px 0 0 0;
  padding: 36px 32px 48px;
  background-color: #E4F4FA;
}
.sub_storelink_area .price {
  margin: 0 0 32px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  .sub_storelink_area .price {
    font-size: 28px;
  }
}
.sub_storelink_area .price span {
  font-size: 16px;
}
.sub_storelink_area h3 {
  margin: 0;
  padding: 0 0 0 28px;
  border: 0;
  background-image: url(../all_img/604/sub_onlinestore_link_cart_icon.svg);
  background-size: 24px 24px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  .sub_storelink_area h3 {
    padding: 0 0 0 28px;
    background-size: 24px 24px;
    font-size: 22px;
  }
}
.sub_storelink_area ul {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}
.sub_storelink_area ul li {
  margin: 16px 0 0 0;
}

/*LINE UP LIST*/
.sub_lineup_list {
  display: grid;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  width: 960px;
  gap: 72px 45px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1260px) {
  .sub_lineup_list {
    width: auto;
  }
}
@media only screen and (max-width: 960px) {
  .sub_lineup_list {
    gap: 36px 28px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .sub_lineup_list {
    width: 80%;
    gap: 64px 0;
    grid-template-columns: 1fr;
  }
}
.sub_lineup_list div p a {
  display: block;
}
.sub_lineup_list div p a img {
  transition: 0.3s all ease-in;
  width: 100% !important;
  height: auto !important;
}
.sub_lineup_list div p a:hover img {
  filter: brightness(75%);
}
.sub_lineup_list div h4 {
  font-family: "Crimson Text", serif;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 28px;
}
@media only screen and (max-width: 700px) {
  .sub_lineup_list div h4 {
    margin: 8px 0 0;
  }
}
.sub_lineup_list div h4 .sans_serif {
  font-weight: 400;
}
.sub_lineup_list div h4 .hamigaki {
  font-family: serif;
  font-size: 20px;
}
.sub_lineup_list div h4 span {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 700px) {
  .sub_lineup_list div h4 span {
    font-size: 15px;
  }
}
.sub_lineup_list div .price {
  margin: 16px 0 0;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 700px) {
  .sub_lineup_list div .price {
    font-size: 16px;
  }
}
.sub_lineup_list div .price span {
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .sub_lineup_list div .price span {
    font-size: 13px;
  }
}
.sub_lineup_list div .more {
  width: 64%;
  margin: 32px auto 0;
}
@media only screen and (max-width: 700px) {
  .sub_lineup_list div .more {
    width: 100%;
    margin: 24px auto 0;
  }
}

/*FAQ*/
.faq h3 {
  padding: 0 0 10px 32px;
  font-size: 0.2rem;
  border-bottom: 2px solid #d3d3d3;
  /*font-size: 1.125rem;*/
  margin: 24px 0 -6px;
  color: #333;
  text-align: left;
  background: url("../images/question_blue.svg") no-repeat left 3px;
  background-size: 18px auto;
}
@media only screen and (max-width: 1080px) {
  .faq h3 {
    font-size: 0.18rem;
    background-size: 16px auto;
    padding: 0 0 10px 27px;
  }
}
@media only screen and (max-width: 960px) {
  .faq h3 {
    background-size: 15px auto;
  }
}
@media only screen and (max-width: 700px) {
  .faq h3 {
    font-size: 0.17rem;
    border-bottom: 1px solid #d3d3d3;
  }
}
.faq p {
  font-size: 0.175rem;
  background: url("../images/answer_pink.svg") no-repeat left 3px;
  background-size: 17px auto;
  padding: 0 0 17px 32px;
}
@media only screen and (max-width: 700px) {
  .faq p {
    background-size: 14px auto;
  }
}
@media only screen and (max-width: 1080px) {
  .faq p {
    font-size: 0.15rem;
    background-size: 15px auto;
    padding: 0 0 17px 27px;
  }
}
@media only screen and (max-width: 960px) {
  .faq p {
    background-size: 14px auto;
  }
}
@media only screen and (max-width: 700px) {
  .faq p {
    font-size: 0.14rem;
  }
}

/*＝＝＝＝＝＝*/
/*インデックス*/
/*＝＝＝＝＝＝*/
.index dl {
  padding-left: 2%;
}
@media only screen and (max-width: 700px) {
  .index dl {
    padding-left: 0;
  }
}
.index dl dt {
  margin-top: 20px;
  /*font-size: 1.2em;*/
  background-image: url("../images/list_01.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0 0 5px 30px;
}
@media only screen and (max-width: 700px) {
  .index dl dt {
    background-position: left 3px;
    /*font-size: 0.28rem;*/
    font-size: 14px;
    padding: 0 0 5px 22px;
    background-size: 15px;
  }
}
.index dl dt a {
  color: #333;
  font-weight: 500;
}
.index dl dt:first-child {
  margin-top: 0;
}
.index dl dd {
  margin: 0;
  padding-left: 30px;
  /*font-size: 0.9rem;*/
  font-size: 0.15rem;
}
@media only screen and (max-width: 700px) {
  .index dl dd {
    margin: 0;
    padding-left: 22px;
    /*font-size: 0.24rem;*/
    font-size: 12px;
  }
}
.index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .index ul {
    display: block;
  }
}
.index ul li {
  padding: 0;
  width: 46%;
  margin: 10px 2%;
}
@media only screen and (max-width: 700px) {
  .index ul li {
    width: 100%;
    margin: 15px 0;
  }
}
.index ul li a {
  font-weight: 500;
  color: #333;
  display: block;
  margin-top: 0 !important;
  padding: 18px 50px 15px 15px !important;
  border: 1px solid #333;
  /*background-image: url("../images/list_02.png");*/
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  /*background-color: #fff;*/
  text-decoration: none;
  transition: all 0.4s;
}
@media only screen and (max-width: 700px) {
  .index ul li a {
    padding: 15px 50px 15px 15px !important;
  }
}

.index li a:hover {
  text-decoration: none;
  background-color: #333;
  color: #fff !important;
}

.index li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #333;
  transition: all 0.4s;
}

.index li a:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all 0.4s;
}

/*＝＝＝＝＝＝＝*/
/*メールフォーム*/
/*＝＝＝＝＝＝＝*/
.mail_form {
  width: 1000px;
  margin: 0 auto;
  display: table;
  /*border: 1px solid $base-color;*/
  /*border-radius: 20px;*/
  margin-bottom: 64px;
}
@media only screen and (max-width: 1260px) {
  .mail_form {
    width: 800px;
  }
}
@media only screen and (max-width: 960px) {
  .mail_form {
    width: 618px;
  }
}
@media only screen and (max-width: 700px) {
  .mail_form {
    display: block;
    width: auto;
  }
}

@media only screen and (max-width: 960px) {
  .mail_form form {
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  .mail_form form {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 700px) {
  .mail_form form .form_label {
    width: 100%;
    padding: 0;
    margin: 0 0 0 -20px;
  }
}
@media only screen and (max-width: 960px) {
  .mail_form form .form_input {
    width: 100%;
    padding: 6px 0 24px 0;
    margin-left: 0;
  }
}

/*form_label,form_input*/
.form_label,
.form_input {
  display: table-cell;
  float: left;
  /*border-top: 1px dashed #ccc;*/
  padding: 15px 0 15px 0;
}
@media only screen and (max-width: 960px) {
  .form_label,
  .form_input {
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
  }
}

.form_label {
  width: 30%;
}
@media only screen and (max-width: 1080px) {
  .form_label {
    width: 32%;
  }
}

.form_label:first-child,
.form_label:first-child + .form_input {
  border: none;
}

.form_input {
  width: 54%;
  padding: 15px 0 15px 0;
}
@media only screen and (max-width: 1080px) {
  .form_input {
    border: none;
  }
}
@media only screen and (max-width: 700px) {
  .form_input {
    width: 100%;
    padding: 6px 0 24px 0;
    margin-left: -2px;
  }
}

/*
.form_input textarea{
	max-width: 480px;
}
*/
.mail_label,
.mail_value {
  display: inline-block;
  margin-top: 10px;
}

/*必須項目*/
.mcheck:after {
  content: "必須";
  font-size: 0.12rem;
  background-color: #fff;
  /* border-radius: 3px; */
  color: #B90000;
}
@media only screen and (max-width: 700px) {
  .mcheck:after {
    font-size: 10px;
  }
}

.mcheck {
  color: #B90000;
  line-height: 1em;
  white-space: nowrap;
}

/*注意書き*/
.mail_form .form_input p {
  margin: 4px 0 0 0;
  padding: 0;
  color: #333;
  font-size: 0.14rem;
}
@media only screen and (max-width: 700px) {
  .mail_form .form_input p {
    font-size: 0.12rem;
    margin: 0 0 0 -20px;
  }
}

.mail_form .form_input p a {
  color: #B90000;
  text-decoration: none;
}

/*フォーム関連のCSS（共通）*/
textarea,
input[type=number],
input[type=email],
input[type=tel],
input[type=text],
input[type=select],
input[type=option] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
} /*↑無効にする*/
input[type=text],
input[type=tel],
input[type=email],
input[type=hidden],
button, textarea {
  margin: 0;
  padding: 10px;
  border: 1px solid #838383;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.16rem;
}

/*インプットタグ、テキストエリア*/
.mail_form input[type=text],
.mail_form textarea {
  width: 100%;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 1080px) {
  .mail_form input[type=text],
  .mail_form textarea {
    width: 94%;
  }
}
@media only screen and (max-width: 700px) {
  .mail_form input[type=text],
  .mail_form textarea {
    width: 98%;
    margin: 3px 0 3px -20px;
  }
}

textarea,
input[type=number],
input[type=text] {
  border: 1px solid #838383;
  /*border-radius: 4px;*/
}

/*
textarea {
height: 100px;  お好みの高さに 
}
*/
input[type=text][size="4"] {
  width: 50px !important;
  margin-right: 5px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*フォーカス時の色変更（インプットタグ、テキストエリア）*/
textarea:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border: 1px solid #a57242;
}

.form_input input,
.form_input textarea {
  color: #333;
  background-color: #fff;
  font-family: serif;
}
@media only screen and (max-width: 700px) {
  .form_input input,
  .form_input textarea {
    font-size: 0.16rem;
  }
}

/*チェックボックス、ラジオボタン*/
.mail_form input[type=checkbox],
.mail_form input[type=radio] {
  margin: 0px 0 -1px 0;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .mail_form input[type=checkbox],
  .mail_form input[type=radio] {
    margin: 10px 0 -16px -16px;
    display: block;
  }
}

/*セレクトボックス*/
.form_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  height: 42px;
  padding: 8px 36px 8px 10px;
  margin: 0 0 0 0;
  box-sizing: border-box;
  border: 1px solid #838383;
  border-radius: 3px;
  background: #fff;
  background-image: url("../all_img/604/select.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  /*background-position: right 5px center;*/
  background-position: right 10px top 17px;
  color: #333;
}
@media only screen and (max-width: 700px) {
  .form_input select {
    margin: 0 0 3px -20px;
  }
}

.form_input select:hover {
  cursor: pointer;
}

.form_input select::-ms-expand {
  display: none;
}

/*for firefox*/
select {
  text-indent: 0.01px;
  text-overflow: "";
}

/*for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応*/
select::-ms-expand {
  display: none;
}

/*送信ボタンなど*/
.form_button {
  clear: both;
  /*border-top: 1px dashed #ccc;*/
  padding: 40px 0 10px;
}
@media only screen and (max-width: 960px) {
  .form_button {
    margin: 0 auto 0 -20px;
  }
}
@media only screen and (max-width: 700px) {
  .form_button {
    clear: both;
    /*border-top: 1px dashed #ccc;*/
    padding: 20px 0 10px;
  }
}

.form_button input {
  display: block;
  margin: 0 auto;
}

.mailthanks_btn input {
  font-size: 0.16rem;
  padding: 10px 20px 10px 20px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .mailthanks_btn input {
    /*font-size: 0.28rem;*/
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
}

.mailthanks_btn p {
  color: #b90000;
  margin: 40px 0 10px;
}

.form_button input[type=submit],
.mailthanks_btn input[type=submit] {
  margin-bottom: 24px;
  font-size: 0.2rem;
  background-color: #333;
  color: #fff;
  margin: 0 auto 22px;
  width: 180px;
  padding: 12px 0;
  border: 1px solid #333;
}
@media only screen and (max-width: 700px) {
  .form_button input[type=submit],
  .mailthanks_btn input[type=submit] {
    margin-bottom: 24px;
    font-size: 17px;
    width: 170px;
  }
}

@media only screen and (max-width: 700px) {
  .mailthanks_btn input[type=submit] {
    margin-bottom: 18px;
  }
}

.form_button input[type=submit]:hover,
.mailthanks_btn input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

.form_button input[type=button],
.mailthanks_btn input[type=button] {
  font-size: 0.14rem;
  border-radius: 40px;
  width: 150px;
  /*height: 35px;*/
  padding: 10px 0 9px;
  border: 1px solid #333;
  margin: 0 auto;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 700px) {
  .form_button input[type=button],
  .mailthanks_btn input[type=button] {
    /*font-size: 0.24rem;*/
    font-size: 12px;
    border-radius: 40px;
    width: 130px;
    /*height: 35px;*/
    padding: 8px 0;
  }
}

.form_button input[type=button]:hover,
.mailthanks_btn input[type=button]:hover {
  cursor: pointer;
  /*opacity: 0.8;*/
  background-color: #fafafa;
}

/*確認画面*/
.mail_form dt {
  font-weight: 700;
  color: #B90000;
}

.mail_form dd {
  margin-left: 16px;
}
@media only screen and (max-width: 700px) {
  .mail_form dd {
    margin-left: 14px;
  }
}

/*CMSのボタン*/
#cms_page_edit_menu .cms_imgbtn {
  height: 40px !important;
  width: 180px !important;
  text-align: center !important;
  font-size: 0.16rem !important;
  font-family: sans-serif;
}
@media only screen and (max-width: 700px) {
  #cms_page_edit_menu .cms_imgbtn {
    height: 40px !important;
    width: 200px !important;
    /*font-size: 0.28rem;*/
    font-size: 14px !important;
  }
}

/*＝＝＝＝＝＝＝＝＝＝*/
/*共通項目（フッター）*/
/*＝＝＝＝＝＝＝＝＝＝*/
#footer {
  background-color: #E4F4FA;
  padding: 160px 0 0;
}
@media only screen and (max-width: 960px) {
  #footer {
    padding: 120px 0 120px;
  }
}
#footer .footer_top {
  width: 640px;
  margin: 0 auto 160px;
}
@media only screen and (max-width: 960px) {
  #footer .footer_top {
    display: block;
    margin: 0 auto -40px;
  }
}
@media only screen and (max-width: 700px) {
  #footer .footer_top {
    width: 90%;
    margin: 0 auto -60px;
  }
}
#footer .footer_top .info_name {
  background-image: url("../images/site_logo_gray.svg");
  color: #fff;
  background-position: center top;
  background-size: 320px auto;
  background-repeat: no-repeat;
  width: 320px;
  height: 200px;
  text-indent: -55555em;
  margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  #footer .footer_top .info_name {
    background-size: 270px auto;
    width: 270px;
    height: 168px;
  }
}
@media only screen and (max-width: 1080px) {
  #footer .footer_top .info_name {
    background-size: 240px auto;
    width: 240px;
    height: 150px;
  }
}
@media only screen and (max-width: 700px) {
  #footer .footer_top .info_name {
    background-size: 170px auto;
    width: 170px;
    height: 108px;
  }
}
#footer .footer_top .info_name a {
  display: block;
  height: 100%;
}
#footer .footer_top .fmenu {
  color: #727678;
  padding: 44px 0 0;
}
#footer .footer_top .fmenu ul {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  #footer .footer_top .fmenu ul {
    display: none;
    padding: 0;
  }
}
#footer .footer_top .fmenu ul li a {
  font-size: 0.16rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #727678;
}
#footer .footer_top .fmenu ul li a:hover {
  text-decoration: underline;
}
#footer .footer_bottom {
  background-color: #fff;
  padding: 26px 0 35px;
}
#footer .footer_bottom div {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  #footer .footer_bottom div {
    display: block;
  }
}
#footer .footer_bottom div p {
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #footer .footer_bottom div p {
    font-size: 0.14rem;
  }
}
#footer .footer_bottom div p img {
  margin-bottom: -4px;
}
#footer .footer_bottom div a {
  color: #333;
  text-decoration: none;
}
#footer .footer_bottom div a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  #footer .footer_bottom {
    background-color: rgba(255, 255, 255, 0);
    padding: 26px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #footer .footer_bottom {
    width: 90%;
    margin: 0 auto;
  }
}
#footer .copy {
  color: #333;
  text-align: center;
  /*font-size: 0.75rem;*/
  margin: -7px 0 0 0;
}
#footer .copy small {
  font-size: 0.14rem;
}/*# sourceMappingURL=604.css.map */

/* 首頁輪播 */
:root {
  --header-height-desktop: 120px;
  --header-height-tablet: 100px;
  --header-height-mobile: 72px;
}

.hero {
  width: 100%;
  box-sizing: border-box;
}

/* 平板寬度 */
@media (max-width: 960px) and (min-width: 1024px) {
  .hero {
    padding-top: var(--header-height-tablet);
  }
}

@media (min-width: 768px) and (max-width: 960px)  {
  .hero {
    padding-top: var(--header-height-tablet);
  }
}

/* 手機寬度 */
@media (max-width: 768px) {
  .hero {
    padding-top: var(--header-height-mobile);
  }
}

/* Slick 主容器 */
.hero-slider {
  width: 100%;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.hero-slide a:hover img {
  opacity: 0.7;
}

.hero .slick-dots {
  position: static;
  margin-top: 24px;
  text-align: center;
}

.hero .slick-dots li {
  margin: 0 6px;
}

.hero .slick-dots li button:before {
  font-size: 2rem;
  opacity: 0.35;
  color: #555;
}

/* 當前頁 dots 狀態 */
.hero .slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: #222;
}

.hero .slick-prev,
.hero .slick-next {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}

.hero:hover .slick-prev,
.hero:hover .slick-next {
  opacity: 1;
  pointer-events: auto;
}

/* 箭頭圖示樣式：白色、大小 */
.hero .slick-prev:before,
.hero .slick-next:before {
  color: #ffffff;
  font-size: 24px;
}

@media (max-width: 768px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }

  .flow-row{
    flex-flow: row;
    display: flex;
    gap: 10px;
    margin-bottom: 0!important;
  }

  .col-rev{
    flex-direction: column-reverse;
  }
}

/* h3標題 */
.pb_line{
    padding-bottom: 18px!important;
    border-bottom: 1px solid #00418d!important;
    color: #00418d!important;
}

.ali_top{
  align-items:start!important;
}


@media (min-width: 769px) {
  .text_aleft{
    text-align: left!important;
  }
}

/* 隱私權政策標題 */
.page_title {
    display: flex;
    min-height: 350px;
    text-align: center;
    background-image: url("../images/page_title_bg.jpg");
    background-size: cover;
    background-position: center center;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-family: serif;
    margin-bottom: 20px;
}

/* 聯絡我們 */
.contact_wrap{
  text-align: center;
  margin-bottom: 1rem!important;
}

.contact_wrap_sen{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media (min-width: 960px) {
    .contact_wrap{
      margin-bottom: 2rem!important;
    }
}

/* line浮動按鈕 */
.talkBtn{
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 1000;
}


.talkBtn_icon{
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
    .talkBtn_icon{
      width: 40px;
      height: 40px;
    }
}