/*
 *
 * www.dalton.co.jp
 *
 *  /$$$$$$$   /$$$$$$  /$$    /$$$$$$$$ /$$$$$$  /$$   /$$
 * | $$__  $$ /$$__  $$| $$   |__  $$__//$$__  $$| $$$ | $$
 * | $$  \ $$| $$  \ $$| $$      | $$  | $$  \ $$| $$$$| $$
 * | $$  | $$| $$$$$$$$| $$      | $$  | $$  | $$| $$ $$ $$
 * | $$  | $$| $$__  $$| $$      | $$  | $$  | $$| $$  $$$$
 * | $$  | $$| $$  | $$| $$      | $$  | $$  | $$| $$\  $$$
 * | $$$$$$$/| $$  | $$| $$$$$$$$| $$  |  $$$$$$/| $$ \  $$
 * |_______/ |__/  |__/|________/|__/   \______/ |__/  \__/
 *
 *
 *  ★ セマンティックに書きつつ、一貫性を持ちましょう。
 *    （以下に指示の記載がない場合も周りのコードを見て、そのスタイルに沿ってください。）
 *  ・エンコードは、UTF-8（BOM無し）を使う。
 *  ・埋め込みリソースからプロトコル表記（http:,https:）を省略する。
 *  ・半角スペース2つ分でインデントする。（タブやスペースとの混在はNG）
 *  ・IDやクラス名に含まれる別々の単語（小文字）はハイフンで繋ぐ。
 *  ・IDとクラス名にタイプセレクタは記述しない。
 *  ・可能な限りショートハンドでプロパティを書く。
 *  ・値に「0」を指定する際には単位を省略する。
 *  ・すべてのプロパティ名の終端にはコロンの後にスペースを入れること。
 *  ・すべてのプロパティ指定の終端はセミコロンを書くこと。
 *  ・〜!important; は使用しない。
 *  ・別々のセレクタとプロパティは改行して書くこと。
 *  ・別々のCSSルールは改行して一行間を空けて書く。
 *  ・セクションごとにコメント（任意）を記述する。
 *
 *  "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif
 *  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif
 *
 *
 */

.gf-josefin-sans {
  font-family: "Josefin Sans", sans-serif;
}

/*z-index管理*/
/*TOPメインビジュアルパーツ
.swiper-button-prev .swiper-button-next .swiper-pagination 10
.swiper-scrollbar 50*/
/*TOPメインビジュアル .swiper-wrapper 1*/
/*ヘッダ #header 51*/
/*SPメニュー .global-menu-sp 52*/
/*クッキーポリシー #cookie-policy-modal 9999*/

/**
 * Override bootstrap3 styles
 *
 */

@media (min-width: 769px) {
  html {
    min-width: 1236px;
  }
}

@media (min-width: 1440px) {
  html {
    min-width: 1440px;
  }
}

body > article .row p {
  font-weight: lighter;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1em;
}

h1 {
}

h2 {
  letter-spacing: 0.1ex;
}

h2 hr {
  width: 2em;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 17px;
}

strong {
  font-weight: normal;
}

em {
  font-size: larger;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1ex;
}

em i {
  font-weight: lighter;
}

small em {
  font-size: inherit;
}

dt {
  font-weight: normal;
}

/*デザインに合わせるためコンテナ幅を変更するクラスを作成*/
@media (min-width: 1239px) {
  .container.w-1240 {
    width: 1240px;
    max-width: 100%;
  }
}

/* WordPress Native CSS */
p {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.size-full {
  max-width: 100%;
}

/* WordPress Native CSS */

.form-control {
  height: 38px;
}

.form-control[type="search"] {
  background-color: #f9f9f9;
  border: none;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  padding: 0.6em 2.4em;
  margin-left: 1em;
}

.navbar-fixed-top {
  border: none;
}

.navbar-default {
  background-color: transparent;
}

.btn-link {
  font-weight: inherit;
}

.btn-lg {
  margin-bottom: 10px;
}

.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

@media (min-width: 769px) {
  .thumbnail .caption {
    padding: 1em 0;
  }
}

@media (max-width: 768px) {
  .thumbnail-xs-list .caption {
    padding-left: 1em;
  }
}

.modal-content {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-content a {
  color: white;
}

.modal-header .close {
  margin-top: -1px;
  margin-right: 2px;
  opacity: 1;
}

.modal-body .btn-block {
  text-align: left;
}

.embed-responsive {
  /* background: transparent url(../img/common/bg-aspect-ratio-4by3.png) center center /cover no-repeat scroll; */
  background: transparent
    url(../img/common/bg-aspect-ratio-4by3-transparent.png) center center /
    cover no-repeat scroll;
}

table.table-bordered-fix {
  border: none;
}

table.table-bordered-fix tr:first-child td,
table.table-bordered-fix tr:first-child th {
  border-top: none;
}

table.table th.border-r-none,
table.table td.border-r-none {
  border-right: none;
}

table.table th.border-l-none,
table.table td.border-l-none {
  border-left: none;
}

.table > tbody > .tr-blank {
  height: 2px;
}

.table > tbody > .tr-blank > td {
  padding: 0;
}

.border-interpose {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/**
 * Extended bootstrap3 styles
 *
 */

.fixed-top-anchor {
  padding-top: 80px;
  margin-top: -80px;
}

@media (min-width: 769px) {
  .fixed-top-anchor {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 10px;
  }
}

.col-md-800-px,
.col-md-1000-px,
.col-md-1020-px {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  .col-md-800-px {
    width: 66.66%;
    margin-left: 16.66%;
  }

  .col-md-1000-px {
    width: 83.33%;
    margin-left: 8.33%;
  }

  .col-md-1020-px {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (min-width: 1440px) {
  .col-md-800-px {
    width: 56.33%;
    margin-left: 21.83%;
  }

  .col-md-1000-px {
    width: 70.4%;
    margin-left: 14.8%;
  }

  .header-secondary .col-md-1000-px {
    width: 80.4%;
    margin-left: 9.8%;
  }

  .col-md-1020-px {
    width: 71.83%;
    margin-left: 14.08%;
  }
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > div,
.gutter-10 > nav,
.gutter-10 > li,
.gutter-10 > label {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > div,
.gutter-20 > nav,
.gutter-20 > li,
.gutter-20 > label {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-30 > div,
.gutter-30 > nav,
.gutter-30 > li,
.gutter-30 > label {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > div,
.gutter-40 > nav,
.gutter-40 > li,
.gutter-40 > label {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.gutter-60 > div,
.gutter-60 > nav,
.gutter-60 > li,
.gutter-60 > label {
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .gutter-10,
  .gutter-20,
  .gutter-30,
  .gutter-40,
  .gutter-60 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .gutter-xs-0 > div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

.va-middle {
  letter-spacing: -0.4em;
}

.va-middle > [class*="col-"] {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  letter-spacing: 0;
}

.va-middle p.lead {
  font-size: large;
  padding: 0 1em;
}

.va-middle p {
  line-height: 2em;
}

@media (max-width: 768px) {
  .va-middle > [class*="col-md-"] {
    display: block;
  }

  .va-middle p {
    text-align: center;
  }
}

.text-normal {
  color: #333;
}

.text-white {
  color: #fff !important;
}

@media (min-width: 769px) {
  .md-text-white {
    color: #fff !important;
  }
}

.text-black {
  color: #222 !important;
}

.hr-transparent {
  border-color: transparent;
}

.hr-primary {
  border-color: #355c9b;
}

.btn-white {
  color: #333;
  background: white;
}

.btn-black {
  color: white;
  background: #333;
}

.btn-ghost {
  background: transparent;
}

.btn-ghost.btn-default {
  color: #777777;
}

.btn-ghost.btn-primary {
  color: #337ab7;
}

.btn-ghost.btn-success {
  color: #5cb85c;
}

.btn-ghost.btn-info {
  color: #5bc0de;
}

.btn-ghost.btn-warning {
  color: #f0ad4e;
}

.btn-ghost.btn-danger {
  color: #d9534f;
}

.btn-ghost.btn-primary:hover,
.btn-ghost.btn-success:hover,
.btn-ghost.btn-info:hover,
.btn-ghost.btn-warning:hover,
.btn-ghost.btn-danger:hover {
  color: #fff;
}

.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-ghost.btn-white:hover {
  color: #333;
  background: #fff;
}

.btn-ghost.btn-white-02 {
  color: #fff;
  border: 1px solid #fff;
}

.btn-ghost.btn-white-02:hover {
  color: #113999;
  background: #fff;
}

.btn-ghost.btn-black {
  color: #333;
  border: 1px solid #333;
}

.btn-black:hover,
.btn-ghost.btn-black:hover {
  color: white;
  background: #333;
}

.btn-ghost.btn-dark {
  color: #333;
  border: 1px solid #333;
}

.btn-ghost.btn-dark:hover {
  color: #fff;
  background: #333;
}

.btn-whitesmoke {
  color: #333;
  background-color: whitesmoke;
}

.btn-whitesmoke:hover,
.btn-whitesmoke:active,
.btn-whitesmoke.active {
  color: white;
  background-color: #355c9b;
}

.btn-ghost.btn-skyblue {
  color: navy;
  border: 1px solid skyblue;
}

.btn-ghost.btn-skyblue:hover {
  color: navy;
  background: skyblue;
}

.btn-ghost.btn-navy {
  color: #113999;
  border: 1px solid #113999;
}

.btn-ghost.btn-navy:hover {
  color: #fff;
  background: #113999;
}

.btn-ghost.btn-important {
  color: #355c9c;
  border: 1px solid #355c9c;
}

.btn-ghost.btn-important:hover {
  color: #fff;
  background: #355c9c;
}

.text-light {
  color: #fafafa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d4d4d4 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #aaa !important;
}

.text-pri{
  color: #355791!important;
}

.jisseki-list li {
  line-height: 2;
}

.font-mod-lg {
  font-size: 40px;
}

.font-mod-sm {
  font-size: 16px;
}

.font-mod-md {
  font-size: 14px;
}

.font-mod-xs {
  font-size: 10px;
}

.font-mod-xlg {
  font-size: 60px;
}

.font-mod-xsm {
  font-size: 14px;
}

.font-mod-xxsm {
  font-size: 12px;
}

.font-mod-half {
  font-size: 50%;
}

.font-weight-normal {
  font-weight: normal;
}

.font-style-normal {
  font-style: normal;
}

/** NOTE:マージンをオーバーライドできないケースがあったためimportantを追加**/
.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt150 {
  margin-top: 150px !important;
}

@media (max-width: 767px) {
  .spmt-20 {
    margin-top: 20px !important;
  }
  .spmt-40 {
    margin-top: 40px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

@media (max-width: 767px) {
  .spmb-20 {
    margin-bottom: 20px !important;
  }
  .spmb-40 {
    margin-bottom: 40px !important;
  }
}

.btn-arrow-mod {
  background-image: url("../img/common/btn-arrow-mod.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-background-size: 10px;
  background-size: 10px;
}

.icon-external {
  padding-right: 20px;
  background: url(../img/common/icon-external.png) right center no-repeat;
}

.icon-external-white {
  padding-right: 20px;
  background: url(../img/common/icon-external-new-white.svg) right center
    no-repeat;
}

.icon-external-black {
  padding-right: 20px;
  background: url(../img/common/icon-external-new.svg) right center no-repeat;
}

.icon-btn-external {
  background-image: url("../img/common/icon-external.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-background-size: 10px;
  background-size: 10px;
}

.icon-external-blue {
  background-image: url("../img/common/icon-external-blue.png");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 10px;
  background-size: 10px;
  padding-right: 15px;
}

.external-text::after,
.icon-external::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: transparent url(../img/common/icon-external.png) left top /
    contain no-repeat scroll;
  margin-left: 0.3em;
}

@media (min-width: 769px) {
  .col-md-offset-n-20 {
    margin-left: 18%;
  }
}

.indent-1em {
  text-indent: 1em;
}

.indent-2em {
  text-indent: 1em;
}

.padding-vertical-t0-b1em {
  padding-top: 0;
  padding-bottom: 1em;
}

.padding-vertical-t1em-b_half_em {
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.padding-vertical-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padding-vertical-t2em-b1em {
  padding-top: 2em;
  padding-bottom: 1em;
}

.padding-vertical-2em {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-vertical-3em {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-horizontal-1em {
  padding-left: 1em;
  padding-right: 1em;
}

.padding-horizontal-2em {
  padding-left: 2em;
  padding-right: 2em;
}

.padding-horizontal-3em {
  padding-left: 3em;
  padding-right: 3em;
}

.padding-horizontal-7em {
  padding-left: 7em;
  padding-right: 7em;
}

@media (min-width: 1440px) {
  .padding-right-30em {
    padding-right: 30em;
  }
}

.navbar-toggle .icon-bar {
  width: 27px;
  background: black;
  transition: 0.5s ease;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0) translateY(0) translateX(0);
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  transform: rotate(0) translateY(0) translateX(0);
}

.navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(-45deg) translateY(5px) translateX(-5px);
}

.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(4) {
  transform: rotate(45deg) translateY(-4px) translateX(-3px);
}

.col-md-fluid-2 .embed-responsive,
.col-md-fluid-3 .embed-responsive,
.col-md-fluid-4 .embed-responsive,
.col-md-fluid-6 .embed-responsive {
  margin-bottom: 10px;
}

.col-md-fluid-2 h3,
.col-md-fluid-3 h3,
.col-md-fluid-4 h3,
.col-md-fluid-6 h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  font-weight: lighter;
  margin-top: -0.5em;
}

.col-md-fluid-2 h3.duble,
.col-md-fluid-3 h3.duble,
.col-md-fluid-4 h3.duble,
.col-md-fluid-6 h3.duble {
  margin-top: -1em;
}

.col-md-fluid-2 h3.triple,
.col-md-fluid-3 h3.triple,
.col-md-fluid-4 h3.triple,
.col-md-fluid-6 h3.triple {
  margin-top: -1.5em;
}

.col-md-fluid-2 h3 small,
.col-md-fluid-3 h3 small,
.col-md-fluid-4 h3 small,
.col-md-fluid-6 h3 small {
  color: white;
  font-weight: lighter;
}

.checkboxes .btn {
  text-align: left;
  padding: 0.25em 1em;
  margin: 0.25em 0 0.25em 2%;
}

.checkboxes .btn:before {
  display: inline-block;
  content: "\e835\00a0";
  color: gray;
  font-size: x-large;
  font-family: "Material Icons";
  vertical-align: middle;
}

.checkboxes .btn.active:before {
  content: "\e834\00a0";
  color: white;
}

@media (min-width: 768px) {
  .checkboxes .btn:hover:before {
    color: white;
  }

  .checkboxes .btn.col-md-3 {
    width: 23%;
  }
}

@media (min-width: 769px) {
  .covid-details-btn {
    margin-top: 39px !important;
  }
}

.surface,
.surface-invert {
  z-index: initial;
}

a:hover .surface,
.surface:hover {
  box-shadow: 0px 0px 9px 3px #cccccc;
  -moz-box-shadow: 0px 0px 9px 3px #cccccc;
  -webkit-box-shadow: 0px 0px 9px 3px #cccccc;
  z-index: 999;
}

a:hover .surface-invert,
.surface-invert:hover {
  box-shadow: 0px 0px 9px 3px white;
  -moz-box-shadow: 0px 0px 9px 3px white;
  -webkit-box-shadow: 0px 0px 9px 3px white;
  z-index: 999;
}

.surface .embed-responsive {
  z-index: -1;
}

.grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .sp-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.list-dots-pri {
  list-style: none;
  padding: 0;
}

.list-dots-pri li {
  padding-left: 20px;
  position: relative;
}

.list-dots-pri li + li {
  margin-top: 1em;
}

.list-dots-pri li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #355c9b;
  border-radius: 50%;
}

/**
 * Base Layout / Custom Design
 *
 */

/********************ヘッダエリア********************/
#header {
  position: sticky;
  top: 0;
  z-index: 51;
}

.header-inner {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 2em 0 3%;
}

@media (min-width: 1024px) { /* 769 */
  .header-inner {
    height: 100px;
  }
}

@media (max-width: 1023px) { /* 768 */
  #header .hidden-xs {
    display: none !important;
  }
  #header .visible-xs {
    display: block !important;
  }

  .header-inner {
    padding: 0 20px;
  }
}

.header-menu-area {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

@media (max-width: 1023px) { /* 768 */
  .header-menu-area {
    justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  body {
    padding-top: 80px;
  }
  #header {
    max-width: 100%;
    position: fixed;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body {
    padding-top: 100px;
  }
}

/*LPページ、ENページはbodyのクラス名で判別してbody上部の余白を除外する*/
body[class*="page-template-page-lp"], body[class*="en-template-default"], body[class*="post-type-archive-en"] {
  padding-top: 0!important;
}

@media (min-width: 769px) and (max-width: 1280px) {
  #header .container.w-1240 {
    width: calc(100% - 40px);
  }
}

.global-menu-pc {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
}
@media (min-width: 1024px) {
  .global-menu-pc {
    margin-left: min(30px , 2vw);
  }
}

.global-menu-pc > li {
  padding: 10px 10px;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}

.global-menu-pc > li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: rgba(35, 69, 107, 0.15);
}

.global-menu-pc > li a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 25px 10px;
}

@media (min-width: 1024px) {
  .global-menu-pc > li {
    padding-left: min(10px , 0.72vw);
    padding-right: min(10px , 0.72vw);
  }
  .global-menu-pc > li a {
    font-size: clamp(11px, 15 / 1920 * 100vw, 15px);
    font-size: min(15px , 1.2vw);/*1.07vw*/
    padding-left: min(10px , 0.72vw);
    padding-right: min(10px , 0.72vw);
  }
}

.global-menu-pc > li a:hover {
  opacity: 0.6;
}

.global-menu-pc > li a:hover:after,
.global-menu-pc > li.is-active a:after {
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #2f5290;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.global-sub-menu-pc {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.global-sub-menu-pc > li {
  padding: 10px 10px;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}

.global-sub-menu-pc > li a {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
@media (min-width: 1024px) { /* 769 */
  .global-sub-menu-pc > li {
    padding-left: min(10px , 0.72vw);
    padding-right: min(10px , 0.72vw);
  }
  .global-sub-menu-pc > li a {
    font-size: min(12px , 0.96vw);/*0.86vw*/
    padding-left: min(10px , 0.72vw);
    padding-right: min(10px , 0.72vw);
  }
}

.global-sub-menu-pc > li a:hover:after,
.global-sub-menu-pc > li.is-active a:after {
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #2f5290;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.global-sub-menu-pc > li a:hover {
  opacity: 0.6;
}

.global-sub-menu-pc > li a .menu-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3em;
}

.global-sub-menu-pc > li a .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 30px;
}

.global-search-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

html.sp-menu-open .global-search-menu {
 /* display: none;*/
}
@media (max-width: 1023px) {
  html.sp-menu-open .global-search-menu {
    display: none;
  }
}

.global-search-menu > li {
  padding: 10px 0;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) { /* 768 */
  .global-search-menu > li {
    padding: 0;
    position: relative;
    height: 44px;
    display: flex;
    align-items: flex-start;
  }
}

.global-search-menu > li a {
  padding: 20px 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) { /* 769 */
  .global-search-menu > li a:hover {
    opacity: 0.6;
  }

  .global-search-menu > li a:hover:after,
  .global-search-menu-pc > li.is-active a:after {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background: #2f5290;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 1023px) { /* 768 */
  .global-search-menu > li a {
    padding: 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .global-search-menu-icon-text {
    position: absolute;
    width: 50px;
    bottom: 0;
    left: -100%;
    right: -100%;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 1;
    color: #2b2e34;
    font-size: 12px;
    font-weight: 500;
  }

  .global-search-menu-icon {
    height: 29px;
    display: flex;
    align-items: center;
  }
}

.global-translation-menu-pc {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-translation-menu-pc > li {
  padding: 10px 0;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}

.global-translation-menu-pc > li > a {
  padding: 20px 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.global-translation-menu-pc > li > a:hover {
  opacity: 0.6;
}

.global-translation-menu-pc > li > a:hover:after,
.global-translation-menu-pc > li.is-active > a:after {
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  background: #2f5290;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.global-translation-menu-pc .translation-submenu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 5px);
  left: -100%;
  right: -100%;
  background: transparent;
  display: none;
  z-index: 1;
}

.global-translation-menu-pc .translation-submenu.is-active {
  display: block;
}

.global-translation-menu-pc .translation-submenu li + li {
  margin-top: 5px;
}

.global-translation-menu-pc .translation-submenu li a {
  background: #ebebeb;
  text-align: center;
  padding: 10px;
  color: #2b2e34;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.global-translation-menu-pc .translation-submenu li a:hover {
  opacity: 0.6;
}

.header-logo-area_right {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

/******************既存ヘッダ（ENページでは既存ヘッダ適用のため）**********************/
body[class*="en-template-default"] #header, body[class*="post-type-archive-en"] #header {
  height: 50px;
}

@media (min-width: 768px) {
  body[class*="en-template-default"] #header, body[class*="post-type-archive-en"] #header {
    height: 80px;
  }
}

.header-primary .btn-logo-dalton {
  border: none;
  padding: 10px;
  margin: 0 0 0 0;
}

@media (min-width: 768px) {
  .header-primary .btn-logo-dalton {
    margin: 15px 0;
  }
}

.header-primary .list-inline {
  margin: 0 0 0 10px;
}

@media (min-width: 768px) {
  .header-primary .list-inline {
    margin: 20px 0 0 0;
  }
}

.header-primary .list-inline > li {
  padding: 0;
}

.header-primary .col-md-7 .list-inline > li:nth-child(1),
.header-primary .col-md-7 .list-inline > li:nth-child(2),
.header-primary .col-md-7 .list-inline > li:nth-child(3),
.header-primary .col-md-7 .list-inline > li:nth-child(4),
.header-primary .col-md-7 .list-inline > li:nth-child(5) {
  letter-spacing: 0.1ex;
}

.header-primary .col-md-7 .list-inline > li > a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.header-primary .col-md-7 .list-inline > li:nth-child(1) > a,
.header-primary .col-md-7 .list-inline > li:nth-child(2) > a,
.header-primary .col-md-7 .list-inline > li:nth-child(3) > a {
  padding: 0.5em 0.7em 1em 0.7em;
}

.header-primary .col-md-7 .list-inline > li:nth-child(4) > a {
  padding: 0.5em 0.6em 1em 0.6em;
}

.header-primary .col-md-7 .list-inline > li:nth-child(5) > a {
  padding: 0.5em 0.9em 1em 0.9em;
}

.header-primary .col-md-7 .list-inline > li.link-color > a {
  font-size: 15px;
  color: #355791;
  font-weight: bold;
  padding: 0.5em 0.3em 1em 1.3em;
}

@media (min-width: 1441px) {
  .header-primary .col-md-7 .list-inline > li:nth-child(1) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(2) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(3) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(4) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(5) > a {
    padding: 0.5em 1.6em 1em 1.6em;
  }
}

@media (min-width: 1441px) {
  .header-primary .col-md-7 .list-inline > li:nth-child(1) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(2) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(3) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(4) > a {
    padding: 0.5em 1.4em 1em 1.4em;
  }

  .header-primary .col-md-7 .list-inline > li:nth-child(5) > a {
    padding: 0.5em 1.6em 1em 1.6em;
  }
}

.header-primary .col-md-3 .list-inline li a {
  padding: 9px 12px 8px 12px;
}

@media (min-width: 769px) {
  .header-primary .col-md-3 .list-inline {
    margin-top: 16px;
  }

  .header-primary .col-md-3 .list-inline li a {
    padding: 6px;
  }
}

@media (min-width: 1440px) {
  .header-primary .col-md-3 .list-inline {
    margin-top: 16px;
  }

  .header-primary .col-md-3 .list-inline li a {
    padding: 6px 12px;
  }
}

.header-primary .col-md-3 .list-inline .btn-icon-search > a > i {
  color: gray;
}

.header-primary .col-md-3 .list-inline .text-center a {
  padding: 0;
}

.header-primary .col-md-3 .list-inline .text-center a.current {
  color: #333333;
  cursor: default;
}

@media (min-width: 1440px) {
  .header-primary .col-md-3 .list-inline .text-center a {
    padding: 6px;
  }
}

.header-secondary {
  /* #3B3F4B */
  background-color: rgba(0, 0, 0, 0.7);
}

.header-secondary *,
.header-secondary *:hover {
  color: white;
}

.header-secondary .panel-group,
.header-secondary .panel-group .panel + .panel {
  margin: 0;
  padding: 0;
  z-index: 2;
}

.header-secondary .panel-group .panel {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  /*overflow-y: scroll;*/ /*FireFoxで黒の帯が上部に出る表示不具合の対応*/
}

.header-secondary .container > .row {
  padding: 1em 0;
}

.nav-bottom-box {
  padding: 0 60px;
}

@media screen and (min-width: 769px) and ( max-width: 980px) {
  .nav-bottom-box {
    padding: 0 5px;
  }
}

.nav-showroom-bottom {
  display: flex;
}

#products-search {
  display: flex;
  justify-content: space-around;
}

#products-search a {
  width: 20%;
}

@media (min-width: 769px) {
  .nav-showroom-bottom .separate-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-showroom-bottom .separate-btn-container p:first-child {
    margin-bottom: 9px;
  }

  .separate-btn-container p {
    margin-bottom: 0;
    flex: 0 0 30%;
  }

  .separate-btn-container p a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) and ( max-width: 980px) {
  .header-secondary .panel h2,
  .header-secondary .panel .lead {
    font-size: 14px;
  }
}

@media screen and (min-width: 980px) and ( max-width: 1360px) {
  .header-secondary .panel h2,
  .header-secondary .panel .lead {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and ( max-width: 1360px) {
  .break-line-container a {
    font-size: 8px;
  }
}

@media screen and (min-width: 769px) and ( max-width: 1270px) {
  .break-line {
    display: block;
  }
}

@media screen and (min-width: 769px) and ( max-width: 1228px) {
  .col-md-1000-px {
    width: 96%;
    margin-left: 2%;
  }
}

@media (min-width: 1440px) {
  .nav-showroom-bottom .left {
    width: 150px;
  }
}

@media (min-width: 1690px) {
  .nav-showroom-bottom .right {
    width: calc(50% - 150px);
    padding: 0 10px;
  }
}

/******************メガメニュー********************/
@media (min-width: 1024px) { /* 769 */
  html.mega-menu-open {
    /* overflow: hidden; */
    height: 100%;
  }
}

.header-mega-menu {
  display: none;
}

@media (max-width: 1023px) { /* 768 */
  .header-mega-menu:not(#mega-menu-search) {
    display: none !important;
  }
}

.header-mega-menu.is-active {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.16);
  height: calc(100vh - 100px);
  height: calc(100dvh - 100px);
}

.header-mega-menu-inner {
  padding: 50px 0;
}

.header-mega-menu-wrap {
  background: #f9f9f9;
}

.header-mega-menu-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mega-menu-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.header-mega-menu-close {
  background: none;
  border: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-mega-menu-close span {
  display: block;
  padding-top: 10px;
  font-size: 12px;
}

.header-mega-menu-contents {
  display: flex;
  gap: 0 20px;
  width: 100%;
  margin-top: 40px;
}

.header-mega-menu-contents .col {
  width: 20%;
}

.mega-menu-banner {
  display: block;
  position: relative;
}

.mega-menu-banner:hover {
  opacity: 0.8;
}

.mega-menu-banner img {
  max-width: 100%;
}

.mega-menu-banner-text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1024px) { /* 769 */
  .mega-menu-banner-text {
    /*font-size:min(16px , 1.28vw);*/
  }
}

.mega-menu-banner-arrow {
  position: absolute;
  bottom: -1px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  transform: scale(-1, 1);
}
@media (min-width: 1024px) { /* 769 */
  .mega-menu-banner-arrow {
    width: min(36px , 2.88vw);
    height: min(36px , 2.88vw);
  }
}

.mega-menu-sub-menu {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.mega-menu-sub-menu li {
  margin-top: 10px;
}

.mega-menu-sub-menu li a {
  font-size: 16px;
  font-weight: bold;
  color: #2b2e34;
  position: relative;
  padding-right: 10px;
  transition: 0.2s;
}
@media (min-width: 1024px) { /* 769 */
  .mega-menu-sub-menu li a {
    /*font-size:min(16px , 1.28vw);*/
  }
}

.mega-menu-sub-menu li a:hover {
  opacity: 0.8;
}

.mega-menu-sub-menu li a:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 5px;
  height: 9px;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-arrow-left.svg)
    no-repeat center / contain;
  transform: scale(-1, 1);
}

.mega-menu-subtitle {
  font-size: 14px!important;
  font-weight: bold;
  color: #2b2e34;
  margin: 30px 0 15px 0;
}
@media (min-width: 1024px) { /* 769 */
  .mega-menu-subtitle {
    /*font-size:min(14px , 1.12vw);*/
  }
}

.mega-menu-linklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-linklist li + li {
  margin-top: 10px;
}

.mega-menu-linklist li a {
  font-size: 16px;
  font-weight: 500;
  color: #2b2e34;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  transition: 0.2s;
}
@media (min-width: 1024px) { /* 769 */
  .mega-menu-linklist li a {
    /*font-size:min(16px , 1.28vw);*/
  }
}

.mega-menu-linklist li a:hover {
  opacity: 0.8;
}

.mega-menu-linklist li a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 13px;
  height: 13px;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-external-new.svg)
    no-repeat center / contain;
}

/******************ヘッダ検索パネル********************/
.header-search-panel {
  display: block !important;
}

.header-search-panel:before,
.header-search-panel:after {
  content: none;
}

.header-search-panel .tabContainer {
  margin: 0 auto 40px;
}

.header-search-panel .tabContainer .tab {
  display: flex;
  position: relative;
}

.header-search-panel .tabContainer .tab:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #355791;
  position: absolute;
  bottom: 0;
}

.header-search-panel .tabContainer .tab .tab__button a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 60px;
  position: relative;
}

.header-search-panel .tabContainer .tab .tab__button.active a {
  background: #355791;
  color: #fff;
}

.header-search-panel .tabContainer .tab .tab__button.active a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: #355791 solid 15px;
  border-right: transparent solid 10px;
  border-bottom: transparent solid 10px;
  border-left: transparent solid 10px;
}

.header-search-panel .contents__content {
  max-width: 1100px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.header-search-panel .contents__content.active {
  display: block;
}

.header-search-panel .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 30px;
}

.header-search-panel .form-group label {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.header-search-panel .form-group label input[type="radio"] {
  margin: 0 5px 0 0;
}

.header-search-panel .form-group:before,
.header-search-panel .form-group:after {
  content: none;
}

.header-search-panel .form-group .input-group {
  width: 100%;
}

.header-search-panel .form-group .input-group .search-field {
  border: #707070 solid 1px;
  background: #fff url(../img/common/icon_search_light.svg) no-repeat 10px
    center / 20px;
  padding: 5px 5px 5px 40px;
}

.header-search-panel .form-group .input-group .search-submit {
  font-weight: bold;
}

/*ヘッダ検索パネルSP用調整（メガメニュー扱いとして構築しているため、メガメニュー用のスタイルを調整）*/
@media (max-width: 1023px) { /* 768 */
  .header-mega-menu-inner {
    padding: 15px 10px;
  }

  .header-mega-menu-contents {
    display: flex;
    gap: 0 20px;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }

  .header-search-panel .tabContainer {
    margin: 0 auto 20px;
  }

  .header-search-panel .tabContainer .tab .tab__button a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px 10px 10px;
    position: relative;
  }

  .header-search-panel .tabContainer .tab .tab__button.active a:after {
    bottom: -11px;
    border-top: #355791 solid 6px;
    border-right: transparent solid 6px;
    border-bottom: transparent solid 6px;
    border-left: transparent solid 6px;
  }

  .header-search-panel .form-group {
    gap: 10px 20px;
    margin-top: 0;
  }
}

/******************SPハンバーガーメニュー********************/
.sp-global-menu-icon {
  margin-left: 20px;
  height: 44px;
  position: relative;
  cursor: pointer;
}

.sp-global-menu-icon-inner {
  display: block;
  width: 34px;
  height: 29px;
  position: relative;
}

.sp-global-menu-icon-inner > span {
  display: block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  background: #707070;
  width: 100%;
}

.sp-global-menu-icon-inner > span:nth-of-type(1) {
  top: 5px;
}

.sp-global-menu-icon-inner > span:nth-of-type(2) {
  top: 14px;
}

.sp-global-menu-icon-inner > span:nth-of-type(3) {
  bottom: 5px;
}

.sp-global-menu-text {
  width: 50px;
  text-align: center;
  line-height: 1;
  color: #2b2e34;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
}

.sp-global-menu-icon.menu-open
  .sp-global-menu-icon-inner
  > span:nth-of-type(1) {
  transform: rotate(30deg) translateY(8px) translateX(4px);
}

.sp-global-menu-icon.menu-open
  .sp-global-menu-icon-inner
  > span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(5px);
}

.sp-global-menu-icon.menu-open
  .sp-global-menu-icon-inner
  > span:nth-of-type(3) {
  transform: rotate(-30deg) translateY(-8px) translateX(4px);
}

/******************SPグローバルメニュー********************/
.global-menu-sp {
  position: fixed;
  top: 80px;
  background: #fff;
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  z-index: 52;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 1024px) { /* 769 */
  .global-menu-sp {
    display: none !important;
  }
}

@media (max-width: 1023px) { /* 768 */
  html.sp-menu-open {
    overflow: hidden;
    height: 100%;
  }
}

html.sp-menu-open .global-menu-sp {
  display: block;
}

.global-menu-sp nav {
  padding: 20px;
}

.global-menu-sp-primary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-menu-sp-primary li a {
  display: block;
  padding: 20px 0;
  border-bottom: #e3e3e3 solid 1px;
  font-size: 15px;
  font-weight: bold;
  color: #2b2e34;
  position: relative;
}

.global-menu-sp-primary li a:after {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-arrow-left.svg)
    no-repeat center / contain;
  transform: scale(-1, 1);
}

.global-menu-sp-secondary {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.global-menu-sp-secondary > li > a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #2b2e34;
  position: relative;
}

.global-menu-sp-secondary > li > a:after {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-arrow-left.svg)
    no-repeat center / contain;
  transform: scale(-1, 1);
}

.global-menu-sp-secondary > li.js-submenu-trigger > a:after,
.global-menu-sp-secondary > li.js-submenu-trigger > a:before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
  background: #707070;
  transition: 0.2s;
}

.global-menu-sp-secondary > li.js-submenu-trigger > a:before {
  width: 1px;
  height: 15px;
  right: 10.5px;
}

.global-menu-sp-secondary > li.js-submenu-trigger.submenu-open > a:before {
  transform: rotate(90deg);
}

.global-menu-sp-secondary > li.js-submenu-trigger.submenu-open > a::after {
  width: 15px;
  right: 3px;
}

.global-menu-sp-secondary > li.submenu-open > a:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
}

.global-menu-sp-secondary .submenu {
  list-style: none;
  margin: 15px 0;
  padding: 0 0 0 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.global-menu-sp-secondary .submenu li a {
  padding: 12px 25px 12px 0;
  font-size: 14px;
  color: #2b2e34;
  position: relative;
}

.global-menu-sp-secondary .submenu li a:after {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-arrow-left.svg)
    no-repeat center / contain;
  transform: scale(-1, 1);
}

.global-menu-sp-translation {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.global-menu-sp-translation li a {
  font-size: 14px;
  color: #2b2e34;
  font-weight: 500;
  position: relative;
}

.global-menu-sp-translation li:not(:first-child) a:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #26292d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  transform: rotate(20deg);
}

.global-menu-sp-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin: 0 auto 20px;
}

.global-menu-sp-header-title {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.global-menu-sp-header-back {
  font-size: 15px;
  font-weight: bold;
  color: #2b2e34;
  padding: 0 0 0 20px;
  position: relative;
}

.global-menu-sp-header-back:before {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-arrow-left.svg)
    no-repeat left center / contain;
}

.global-menu-sp-third {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 0;
  /* padding-right: 20%; */
}

.global-menu-sp-third li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 30px 12px 0;
}

.global-menu-sp-third li a {
  font-size: 15px;
  color: #2b2e34;
  position: relative;
}

.global-menu-sp-third li:after {
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-arrow-left.svg)
    no-repeat center / contain;
  transform: scale(-1, 1);
}

.icn-link-external {
  position: relative;
  padding-right: 20px;
}
.icn-link-external::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 13px;
  height: 13px;
  background: url(/wp-content/themes/dalton/assets/img/common/icon-external-new.svg)
    no-repeat center / contain;
}

/**ここから既存CSS**/
.header-primary .list-inline > li {
  padding: 0;
}

.header-primary .col-md-7 .list-inline > li:nth-child(1),
.header-primary .col-md-7 .list-inline > li:nth-child(2),
.header-primary .col-md-7 .list-inline > li:nth-child(3),
.header-primary .col-md-7 .list-inline > li:nth-child(4),
.header-primary .col-md-7 .list-inline > li:nth-child(5) {
  letter-spacing: 0.1ex;
}

.header-primary .col-md-7 .list-inline > li > a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.header-primary .col-md-7 .list-inline > li:nth-child(1) > a,
.header-primary .col-md-7 .list-inline > li:nth-child(2) > a,
.header-primary .col-md-7 .list-inline > li:nth-child(3) > a {
  padding: 0.5em 0.7em 1em 0.7em;
}

.header-primary .col-md-7 .list-inline > li:nth-child(4) > a {
  padding: 0.5em 0.6em 1em 0.6em;
}

.header-primary .col-md-7 .list-inline > li:nth-child(5) > a {
  padding: 0.5em 0.9em 1em 0.9em;
}

.header-primary .col-md-7 .list-inline > li.link-color > a {
  font-size: 15px;
  color: #355791;
  font-weight: bold;
  padding: 0.5em 0.3em 1em 1.3em;
}

@media (min-width: 1441px) {
  .header-primary .col-md-7 .list-inline > li:nth-child(1) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(2) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(3) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(4) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(5) > a {
    padding: 0.5em 1.6em 1em 1.6em;
  }
}

@media (min-width: 1441px) {
  .header-primary .col-md-7 .list-inline > li:nth-child(1) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(2) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(3) > a,
  .header-primary .col-md-7 .list-inline > li:nth-child(4) > a {
    padding: 0.5em 1.4em 1em 1.4em;
  }

  .header-primary .col-md-7 .list-inline > li:nth-child(5) > a {
    padding: 0.5em 1.6em 1em 1.6em;
  }
}

.header-primary .col-md-3 .list-inline li a {
  padding: 9px 12px 8px 12px;
}

@media (min-width: 1024px) { /* 769 */
  .header-primary .col-md-3 .list-inline {
    margin-top: 16px;
  }

  .header-primary .col-md-3 .list-inline li a {
    padding: 6px;
  }
}

@media (min-width: 1440px) {
  .header-primary .col-md-3 .list-inline {
    margin-top: 16px;
  }

  .header-primary .col-md-3 .list-inline li a {
    padding: 6px 12px;
  }
}

.header-primary .col-md-3 .list-inline .btn-icon-search > a > i {
  color: gray;
}

.header-primary .col-md-3 .list-inline .text-center a {
  padding: 0;
}

.header-primary .col-md-3 .list-inline .text-center a.current {
  color: #333333;
  cursor: default;
}

@media (min-width: 1440px) {
  .header-primary .col-md-3 .list-inline .text-center a {
    padding: 6px;
  }
}

.header-secondary {
  /* #3B3F4B */
  background-color: rgba(0, 0, 0, 0.7);
}

.header-secondary *,
.header-secondary *:hover {
  color: white;
}

.header-secondary .panel-group,
.header-secondary .panel-group .panel + .panel {
  margin: 0;
  padding: 0;
  z-index: 2;
}

.header-secondary .panel-group .panel {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  /*overflow-y: scroll;*/
  /*FireFoxで黒の帯が上部に出る表示不具合の対応*/
}

.header-secondary .container > .row {
  padding: 1em 0;
}

.nav-bottom-box {
  padding: 0 60px;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .nav-bottom-box {
    padding: 0 5px;
  }
}

.nav-showroom-bottom {
  display: flex;
}

#products-search {
  display: flex;
  justify-content: space-around;
}

#products-search a {
  width: 20%;
}

@media (min-width: 769px) {
  .nav-showroom-bottom .separate-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-showroom-bottom .separate-btn-container p:first-child {
    margin-bottom: 9px;
  }

  .separate-btn-container p {
    margin-bottom: 0;
    flex: 0 0 30%;
  }

  .separate-btn-container p a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .header-secondary .panel h2,
  .header-secondary .panel .lead {
    font-size: 14px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1360px) {
  .header-secondary .panel h2,
  .header-secondary .panel .lead {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .break-line-container a {
    font-size: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1270px) {
  .break-line {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1228px) {
  .col-md-1000-px {
    width: 96%;
    margin-left: 2%;
  }
}

@media (min-width: 1440px) {
  .nav-showroom-bottom .left {
    width: 150px;
  }
}

@media (min-width: 1690px) {
  .nav-showroom-bottom .right {
    width: calc(50% - 150px);
    padding: 0 10px;
  }
}

/* Panel Group */

#collapse-nav
  .panel
  .row
  .col-md-1000-px
  .row
  .col-md-9
  .row:not(.padding-vertical-1em)
  .col-md-3,
#collapse-nav .panel .row .col-md-1000-px .row .col-md-9 .row .col-md-4 {
  /* background: transparent url(../img/common/bg_color-chip.png) left top /cover no-repeat scroll;  */
}

#collapse-nav .panel .row .col-md-1000-px .row .col-md-3 h2 {
  margin-top: 2.1em;
  margin-bottom: 0.3em;
}

#collapse-nav
  .panel
  #collapse-nav-solution
  .row
  .col-md-1000-px
  .row
  .col-md-2
  h2 {
  margin-top: 6.1em;
}

/*
#collapse-nav .panel #collapse-nav-product-clean .row .col-md-1000-px .row .col-md-3 h2 {
  margin-top: 0;
}
*/

#collapse-nav .panel .row .col-md-1000-px .row .col-md-3 h2 small {
  font-size: small;
  font-weight: lighter;
  margin-left: 1em;
}

#collapse-nav .panel .row .col-md-1000-px .row .col-md-3 p a {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  #collapse-nav .panel .row .col-md-1000-px .row .col-md-3 p a {
    font-size: 8px;
  }
}

@media screen and (min-width: 1361px) and (max-width: 1620px) {
  #collapse-nav .panel .row .col-md-1000-px .row .col-md-3 p a {
    font-size: 10px;
  }
}

@media (min-width: 769px) {
  .header-space {
    padding-top: 155px;
  }

  #collapse-nav
    .panel
    #collapse-nav-solution
    .row
    .col-md-1000-px
    .row
    .col-md-2
    h2,
  #collapse-nav .panel .row .col-md-1000-px .row .col-md-2 h2 {
    margin-top: 0;
  }
}

@media (min-width: 1620px) {
  .header-space {
    padding-top: 170px;
  }
}

#collapse-nav
  .panel
  #collapse-nav-solution
  .row
  .col-md-1000-px
  .row
  .col-md-10
  .font-small {
  font-size: 0.91em;
}

#collapse-nav
  .panel
  #collapse-nav-solution
  .row
  .col-md-1000-px
  .row
  .col-md-10
  .row
  .w20p-item {
  width: 20%;
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .padding-em-box {
    padding: 3.1em 1em;
  }
}

@media (min-width: 1361px) and (max-width: 1620px) {
  .padding-em-box {
    padding: 2.6em 1em;
  }
}

@media (min-width: 1621px) {
  .padding-em-box {
    padding: 2.2em 1em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .padding-em-box-product {
    padding: 1.2em 1em;
  }
}

@media (min-width: 1361px) and (max-width: 1620px) {
  .padding-em-box-product {
    padding: 1em 1em;
  }
}

@media (min-width: 1621px) {
  .padding-em-box-product {
    padding: 0.6em 1em;
  }
}

#collapse-nav .panel .row .col-md-1000-px .row .col-md-9 .row div > a span,
#collapse-nav
  .panel
  .row
  .col-md-1020-px
  .pull-left
  .embed-responsive-11by6
  span {
  position: absolute;
  top: 50%;
  left: 1em;
  font-weight: lighter;
  margin-top: -0.5em;
}

#collapse-nav
  .panel
  .row
  .col-md-1000-px
  .row
  .col-md-9
  .row
  div
  > a
  span.duble,
#collapse-nav
  .panel
  .row
  .col-md-1020-px
  .pull-left
  .embed-responsive-11by6
  span.duble {
  margin-top: -1em;
}

#collapse-nav
  .panel
  .row
  .col-md-1000-px
  .row
  .col-md-9
  .row
  div
  > a
  span.triple,
#collapse-nav
  .panel
  .row
  .col-md-1020-px
  .pull-left
  .embed-responsive-11by6
  span.triple {
  margin-top: -1.5em;
}

/* Company */
/*

#collapse-nav-company .row.padding-vertical-2em > .col-md-3 {
  border-right: 1px solid #fff;
  padding-right: 10px;
}
#collapse-nav-company .row.padding-vertical-2em > .col-md-9 {
  padding-left: 30px
}
#collapse-nav-company .col-md-9 .row > .company1 a:first-child {
  background-image: url(../img/common/nav-company-01.jpg);
}
#collapse-nav-company .col-md-9 .row > .company2 a:first-child {
  background-image: url(../img/common/nav-company-02.jpg);
}
#collapse-nav-company .col-md-9 .row > .company3 a:first-child {
  background-image: url(../img/common/nav-company-03.jpg);
}
#collapse-nav-company .col-md-9 .row > .company4 a:first-child {
  background-image: url(../img/common/nav-company-04.jpg);
}
#collapse-nav-company .col-md-9 .row > .company5 a:first-child {
  background-image: url(../img/common/nav-company-business.jpg);
}
#collapse-nav-company .col-md-9 .row > .company6 a:first-child {
  background-image: url(../img/common/nav-company-05.jpg);
}
#collapse-nav-company .col-md-9 .row > .company7 a:first-child {
  background-image: url(../img/common/nav-company-06.jpg);
}
#collapse-nav-company .row.padding-vertical-2em > .col-md-9 .row > .col-md-4 {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 10px;
}
#collapse-nav-company .col-md-9 .row.padding-vertical-1em > .col-md-9 {
}
#collapse-nav-company .col-md-9 .row.padding-vertical-1em > .col-md-3 {
}
*/

#collapse-nav
  .panel
  .row
  .col-md-1000-px
  .row
  .col-md-9
  .row
  div
  > a.link-bottom-span {
  display: block;
  /* background: #3B3F4B; */
}

#collapse-nav
  .panel
  .row
  .col-md-1000-px
  .row
  .col-md-9
  .row
  div
  > a.link-bottom-span
  span {
  margin-top: 0;
  background: none;
  color: #fff;
  position: static;
}

/* Product */

#collapse-nav-product > .container-fluid {
  height: 100%;
  /* background-color: #3B3F4B; */
}

#collapse-nav-product > .container-fluid .link-parent {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}

#collapse-nav-product > .container-fluid .link-child {
  width: 33%;
  flex-grow: 0;
}

#collapse-nav-product > .container-fluid .link-child dt {
  font-size: 15px;
  font-weight: 600;
}

#collapse-nav-product > .container-fluid .link-child dd ul {
  padding-left: 20px;
  line-height: 1.65em;
  list-style: none;
}

@media (max-width: 1107px) {
  #collapse-nav-product > .container-fluid .link-child {
    width: 40%;
  }
}

#collapse-nav-product .col-md-1020-px .pull-left {
  width: 20%;
}

#collapse-nav-product .col-md-1020-px .pull-left .embed-responsive-11by6 {
  width: 184px;
  margin: 0 auto;
}

#collapse-nav-product
  .col-md-1020-px
  .pull-left:nth-child(1)
  .embed-responsive-11by6 {
  background-image: url(../img/common/nav-product-01.jpg);
}

#collapse-nav-product
  .col-md-1020-px
  .pull-left:nth-child(2)
  .embed-responsive-11by6 {
  background-image: url(../img/common/nav-product-02.jpg);
}

#collapse-nav-product
  .col-md-1020-px
  .pull-left:nth-child(3)
  .embed-responsive-11by6 {
  background-image: url(../img/common/nav-product-03.jpg);
}

#collapse-nav-product
  .col-md-1020-px
  .pull-left:nth-child(4)
  .embed-responsive-11by6 {
  background-image: url(../img/common/nav-product-04.jpg);
}

#collapse-nav-product
  .col-md-1020-px
  .pull-left:nth-child(5)
  .embed-responsive-11by6 {
  background-image: url(../img/common/nav-product-05.jpg);
}

.header-thirdly {
  background-color: #f5f5f5;
}

.header-thirdly .row {
  padding: 0.5em 0 0 0;
}

.row-wp-search dl {
  margin: 0;
}

@media (min-width: 769px) {
  .row-wp-search dt {
    width: 6em;
  }

  .row-wp-search dd {
    margin-left: 8em;
  }
}

/*****************ページTOPボタン*****************/
#above {
  background-color: #ebebeb;
  padding: 0 0 0 0;
}

#above a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 11.887px + 0.563vw, 20px);
  font-weight: 500;
  color: #2b2e34;
  height: 62px;
}

#above a:hover {
  opacity: 0.6;
}

.btn_page_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 1px;
  right: 1px;
}

/*既存スタイル*/
body[class*="en-template-default"] #above, body[class*="post-type-archive-en"] #above{
  background-color: #DDDDDD;
  padding: 0 0 1em 0;
}

body[class*="en-template-default"] #above a, body[class*="post-type-archive-en"] #above a {
  display: block;
  height: auto;
  font-size: unset;
  font-size: larger;
}

body[class*="en-template-default"] #above a i,
body[class*="en-template-default"] #above a i,
body[class*="post-type-archive-en"] #above a em,
body[class*="post-type-archive-en"] #above a em {
  color: white;
}

/*****************FOOTER*****************/
#bottom {
  font-weight: lighter;
  background-color: #aaaaaa;
  padding: 60px 0;
}

@media (max-width: 768px) {
  #bottom {
    padding: 40px 20px;
  }
}

body[class*="en-template-default"] #bottom, body[class*="post-type-archive-en"] #bottom {
  font-weight: lighter;
  background-color: #AAAAAA;
  padding: 2em 0;
}

.bottom-row {
  display: flex;
  gap: 20px;
}

.bottom-row:after,
.bottom-row:before {
  content: none;
}

@media (max-width: 768px) {
  .bottom-row {
    flex-direction: column;
    gap: 0;
  }
}

.bottom-col-menu {
  width: 81%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .bottom-col-menu {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.bottom-col-inquiry {
  width: 19%;
}

@media (max-width: 768px) {
  .bottom-col-inquiry {
    width: 100%;
  }
}

.bottom-col-inquiry .title {
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.bottom-col-inquiry .title > span {
  display: block;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .bottom-col-inquiry .title {
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: clamp(16px, 14.592px + 0.376vw, 20px);
    font-weight: 500;
  }
}

.bottom-col-inquiry .button-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 35px 0;
}

@media (max-width: 768px) {
  .bottom-col-inquiry .button-group {
    margin: 15px 0 0;
  }
}

.bottom-col-inquiry .btn {
  font-size: 12px;
  font-weight: bold !important;
  letter-spacing: 0;
  margin: 0 !important;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .footer-menu {
    gap: 0;
  }
}

.footer-menu-item > span,
.footer-menu-item a {
  color: #fff;
  font-size: clamp(16px, 14.592px + 0.376vw, 20px);
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-menu-item > span,
  .footer-menu-item > a {
    display: block;
    padding: 10px 0;
  }

  .title.has-submenu > span,
  .footer-menu-item > a,
  .footer-menu-item.has-submenu > span,
  .footer-menu-item.has-submenu > a {
    display: block;
    position: relative;
    padding: 10px 0;
  }

  /*.footer-menu-item.has-submenu > span,*/
  /*.footer-menu-item.has-submenu > a {*/
  /*  pointer-events: none;*/
  /*}*/
  .footer-menu-item.has-submenu > a:before,
  .footer-menu-item.has-submenu > span:before,
  .title.has-submenu > a:before,
  .title.has-submenu > span:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
  }

  .footer-menu-item.has-submenu > a:after,
  .footer-menu-item.has-submenu > span:after,
  .title.has-submenu > a:after,
  .title.has-submenu > span:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    bottom: unset;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }

  .footer-menu-item.has-submenu.submenu-open > a:after,
  .footer-menu-item.has-submenu.submenu-open > span:after,
  .title.has-submenu.submenu-open > a:after,
  .title.has-submenu.submenu-open > span:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    bottom: unset;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    opacity: 0;
  }
}

.footer-menu-submenu:not(.button-group) {
  list-style: none;
  padding: 18px 0 0 12px;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

@media (max-width: 768px) {
  .footer-menu-submenu:not(.button-group) {
    list-style: none;
    padding: 20px 0 20px;
    margin: 0;
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
}

.footer-menu-submenu:not(.button-group) li a {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  background: none;
}

.footer-menu-submenu:not(.button-group) li a.icon-external-white {
  padding-right: 25px;
}

.footer-menu-submenu:not(.button-group) li a.icon-external-white:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-external-new-white.svg) center no-repeat;
}

@media (max-width: 768px) {
  .footer-menu-submenu:not(.button-group) li a {
    color: #fff;
    font-size: clamp(14px, 13.296px + 0.188vw, 16px);
    font-weight: 100;
    display: block;
    position: relative;
  }

  .footer-menu-item > a:after,
  .footer-menu-submenu:not(.button-group) li a:not(.icon-external-white):after {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/themes/dalton/assets/img/common/icon-arrow-white.svg)
      no-repeat center / contain;
    transform: scale(-1, 1);
  }
}

.footer-mini-menu {
  list-style: none;
  padding: 0 0 0 12px;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.footer-mini-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  background: none;
}

@media (max-width: 768px) {
  .footer-mini-menu {
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer-mini-menu li a {
    font-size: 12px;
  }
}

/*************ここから先既存CSS************/
@media (min-width: 769px) {
  #bottom .list-unstyled li a:before {
    content: "";
  }
}

#bottom .btn-link {
  color: white;
  text-align: left;
  text-indent: 0.3em;
  padding-left: 0.5em;
}

#bottom .list-inline a {
  color: white;
}

#bottom .btn-ghost {
  font-weight: normal;
  padding: 1em 0;
  margin: 1em 0 0.75em 0;
}

.js-void {
  text-decoration: none;
  cursor: auto;
}

@media (min-width: 769px) {
  #bottom .nav-justified.list-unstyled,
  #bottom .list-inline.list-unstyled {
    border-top: 1px solid gainsboro;
  }
}

@media (min-width: 769px) {
  #bottom .nav-justified li a {
    text-align: left;
  }
}

#footer {
}

/**ここから既存CSS**/
#footer {
  color: white;
  background-color: #999999;
  padding: 2em 0;
}

#footer p {
  font-weight: lighter;
  letter-spacing: 0.1ex;
}

/* Global Menu for small devices */

#xs-nav .modal-body {
}

#xs-nav .modal-body dl {
  margin-bottom: 0;
}

#xs-nav .modal-body dl dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#xs-nav .modal-body dl dt a {
  color: white;
  font-size: large;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  padding-left: 0.25em;
}

#xs-nav .modal-body dl dd {
}

#xs-nav .modal-body dl dd a span {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  font-size: small;
  font-weight: lighter;
}

#xs-nav .modal-body #collapse-nav-modal-company .row .company1 a {
  background-image: url(../img/common/nav-company-01.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-company .row .company2 a {
  background-image: url(../img/common/nav-company-02.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-company .row .company3 a {
  background-image: url(../img/common/nav-company-03.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-company .row .company4 a {
  background-image: url(../img/common/nav-company-04.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-company .row .company5 a {
  background-image: url(../img/common/nav-company-business.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-company .row .company6 a {
  background-image: url(../img/common/nav-company-05.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-company .row .company7 a {
  background-image: url(../img/common/nav-company-06.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-product .row div a {
  background-color: #fff;
}

#xs-nav .modal-body #collapse-nav-modal-product .row div:nth-child(1) a {
  background-image: url(/product/img/main_visual/category/laboratory.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-product .row div:nth-child(2) a {
  background-image: url(/product/img/main_visual/category/education/science_facility.jpg);
}

#xs-nav .modal-body #collapse-nav-modal-product .row div:nth-child(3) a {
  background-image: url(/product/img/category/DOME-EX_main.png);
}

#xs-nav .modal-body #collapse-nav-modal-product .row div:nth-child(4) a {
  background-image: url(/product/img/product/clean/containment_space/ISOC_main.png);
}

#xs-nav .modal-body #collapse-nav-modal-product .row div:nth-child(5) a {
  background-image: url(/wp-content/themes/dalton/assets/img/content/semiconductor/navigation/semiconductor-navigation.png);
}

.modal-backdrop.in {
  opacity: 0.95;
  background-color: rgba(58, 63, 76, 1);
}

/**
 * Container
 *
 */

/* WRAP */

.wrap-container {
  background-color: transparent;
}

.wrap-container-white {
  background-color: #ffffff;
}

.wrap-container-lightgray {
  background-color: #f9f9f9;
}

.wrap-container-bordering {
  background-color: #f9f9f9;
  border: 10px solid white;
}

.wrap-container-abs {
  width: 100%;
}

/* VISUAL */

#visual-container,
#visual-container nav,
#visual-container .container {
  position: relative;
}

#visual-container nav .breadcrumb {
  position: absolute;
  top: 0;
  margin: 0 0 0 10px;
  z-index: 1;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb li:before {
  font-weight: lighter;
}

.breadcrumb[data-color="#ffffff"] li,
.breadcrumb[data-color="#ffffff"] li a,
.breadcrumb[data-color="#ffffff"] li:before {
  color: white;
}

.breadcrumb[data-color="#000000"] li,
.breadcrumb[data-color="#000000"] li a,
.breadcrumb[data-color="#000000"] li:before {
  color: black;
}

.container nav .breadcrumb .active span {
  padding-left: 1em;
  padding-right: 1em;
}

#visual-container .row-size-xs,
#visual-container .row-size-xs div.container {
  min-height: 180px;
}

#visual-container .row-size-sm,
#visual-container .row-size-sm div.container {
  min-height: 240px;
}

#visual-container .row-size-md,
#visual-container .row-size-md div.container {
  min-height: 430px;
}

#visual-container .row-size-lg,
#visual-container .row-size-lg div.container {
  min-height: 520px;
}

#visual-container > .row-bg-gradation {
  height: auto;
  background: -webkit-linear-gradient(
    16deg,
    #4e4d77 1%,
    #2c5896 34%,
    #3b8694 78%,
    #2e7691 99%
  );
  background: -moz-linear-gradient(
    16deg,
    #4e4d77 1%,
    #2c5896 34%,
    #3b8694 78%,
    #2e7691 99%
  );
  background: -o-linear-gradient(
    16deg,
    #4e4d77 1%,
    #2c5896 34%,
    #3b8694 78%,
    #2e7691 99%
  );
  background: -ms-linear-gradient(
    16deg,
    #4e4d77 1%,
    #2c5896 34%,
    #3b8694 78%,
    #2e7691 99%
  );
  background: linear-gradient(
    74deg,
    #4e4d77 1%,
    #2c5896 34%,
    #3b8694 78%,
    #2e7691 99%
  );
}

#visual-container .row-bg-gradation h3,
#visual-container .row-bg-gradation h3 small {
  color: white;
}

#visual-container > .row-bg-image {
  background-color: transparent;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#visual-container dl {
  position: absolute;
  width: 320px;
}

#visual-container dl dt,
#visual-container dl dd {
  font-weight: lighter;
}

.row-bg-image .dl-middle dt,
.row-bg-image .dl-middle dd,
.row-bg-gradation .dl-middle dt,
.row-bg-gradation .dl-middle dd {
  color: white;
}

#visual-container .row .dl-middle {
  top: 50%;
  left: auto;
  margin-top: -2em;
}

#visual-container .text-center .dl-middle,
#visual-container .text-left .dl-middle,
#visual-container .text-ritgh .dl-middle {
  left: 50%;
  margin-left: -160px;
}

@media (min-width: 769px) {
  #visual-container .row .dl-middle {
    width: 1200px;
  }

  #visual-container .text-center .dl-middle,
  #visual-container .text-left .dl-middle,
  #visual-container .text-ritgh .dl-middle {
    width: 1200px;
    margin-left: -600px;
  }
}

@media (min-width: 1440px) {
  #visual-container .row .dl-middle {
    width: 1200px;
  }

  #visual-container .text-center .dl-middle,
  #visual-container .text-left .dl-middle,
  #visual-container .text-ritgh .dl-middle {
    width: 1200px;
    margin-left: -600px;
  }
}

#visual-container .row .dl-middle dt,
#visual-container .text-center .dl-middle dt {
  font-size: xx-large;
}

#visual-container .row .dl-middle dd,
#visual-container .text-center .dl-middle dd {
  font-size: medium;
  line-height: 2em;
}

#visual-container .row-size-sm .row .dl-middle,
#visual-container .row-size-sm .text-center .dl-middle {
  top: 55%;
}

#visual-container.movie-visual .row-size-sm .row .dl-middle,
#visual-container.movie-visual .row-size-sm .text-center .dl-middle {
  top: 60%;
}

#visual-container .row-size-md .row .dl-middle,
#visual-container .row-size-md .text-center .dl-middle {
  top: 55%;
}

@media (min-width: 769px) {
  #visual-container .text-left .dl-middle {
  }
}

#visual-container .text-left .dl-middle dt {
}

#breadcrumb-container {
  background-color: white;
}

#breadcrumb-container ol {
  padding-right: 0.5em;
}

/* CATEGORY */
#category-container{
  position: relative;
  z-index: 1;
}

#category-container > div {
  padding: 2em 0;
}

#category-container .navbar-toggle {
  float: none;
}

@media (max-width: 768px) {
  #category-container > div {
    padding: 0;
  }

  #category-container .navbar-toggle {
    margin: 0;
  }
}

/* NEWS */
#news-container {
  background-color: #f9f9f9;
}

.news-bg-wrapper{
  background: #f9f9f9;
}

.home #news-container,
.home #news-container #fixed_important_container.wrap-container-bordering {
  background-color: #fff;
}

.home #news-container .btn-ghost.btn-default {
  border-color: #355791;
  color: #355791;
}

.home #news-container .panel-heading .btn:hover {
  background-color: #355791;
}

.home #news-container .wrap-container-bordering {
  background-color: #f9f9f9;
}

.home #news-container #fixed_important_container.wrap-container-bordering {
  padding: 0;
  border: 0;
}

.home #news-container .panel-body {
  padding-bottom: 0;
}

#news-container .panel {
  padding: 0 1em;
}

.home #news-container .mb20 {
  margin-bottom: 20px;
}

.home #news-container .panel-default > .panel-heading {
  border-bottom-color: #355791;
}

.home #news-container .nav-tabs > li > a {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.home #news-container .nav-tabs > li > a:hover {
  border-color: #355791;
}

.home #news-container .nav-tabs > li.active > a,
.home #news-container .nav-tabs > li.active > a:hover,
.home #news-container .nav-tabs > li.active > a:focus {
  position: relative;
  color: #fff;
}

.home #news-container .nav-tabs > li.active:before,
.home #news-container .nav-tabs > li:hover:before,
.home #news-container .nav-tabs > li:focus:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 47%;
  border: 6px solid transparent;
  border-top: 6px solid #355791;
}

#news-container .panel-heading h2 {
  color: #494949;
  padding-bottom: 0.5em;
}

.home #news-container .panel-heading h2 {
  color: #494949;
  padding-bottom: 0.5em;
}

.home #news-container .nav-tabs {
  border-bottom: 0;
  color: #355791;
}

#news-container .panel-heading small em {
  font-size: smaller;
  padding-left: 1em;
}

#news-container .panel-heading .btn {
  margin-top: 18px;
}

.home #news-container .panel-heading .btn {
  margin-top: -9px;
}

#fixed_important {
  padding: 16px;
  border: 1px solid #355791;
}

#news-container .panel-body {
  padding: 2em 0;
}

#news-container .panel-body .btn,
.panel-news .panel-body .dl-horizontal dt .btn {
  cursor: default;
  padding: 0em 0.75em;
}

#news-container .panel-body time.btn {
  border: none;
  padding-left: 0;
}

#news-container .panel-body dt time.btn em {
  color: #333333;
  font-size: small;
  font-weight: lighter;
}

#news-container .panel-body dd {
  font-size: small;
  padding: 0.1em 0 0.25em 0;
}

#news-container .panel-body .important_btn {
  background-color: #355c9c;
  color: #fff;
}

@media (max-width: 768px) {
  .home #news-container .nav-tabs > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home #news-container .nav-tabs > li.active:before,
  .home #news-container .nav-tabs > li:hover:before,
  .home #news-container .nav-tabs > li:focus:before {
    left: 40%;
  }
}


@media (min-width: 769px) and (max-width: 1029px) {
  .home .dl-horizontal dt {
    width: 140px;
  }

  .home #news-container .panel-body dd {
    margin-left: 160px;
  }
}

@media (min-width: 1030px) {
  .home .dl-horizontal dt {
    width: 124px;
  }

  .home #news-container .panel-body dd {
    margin-left: 140px;
  }
}

/* TOPICS */

#topics-container h3,
#topics-container h3 small {
  text-indent: 1em;
  color: #222222;
}

#topics-container .embed-responsive-5by1 {
  margin-bottom: 0;
}

.row-topics article {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 1em;
  margin: 1em;
}

.row-topics article * {
  font-weight: 300;
}

.row-topics article nav ul {
  margin: 0;
}

.row-topics article nav header {
  color: #2a4d84;
  font-size: 16px;
  font-weight: 400;
  margin: 0.3em 0;
}

/* CASE STUDY */

.col-md-fluid-3 .embed-responsive {
  color: white;
}

.col-md-fluid-3 .embed-responsive h5 {
  line-height: 1.5em;
  padding: 1em;
}

@media (max-width: 768px) {
  .col-md-fluid-3 .embed-responsive h5 {
    font-size: small;
    padding: 0 0.5em;
  }

  .col-md-fluid-3 .embed-responsive h5 br {
    display: none;
  }
}

.col-md-fluid-3 .embed-responsive p {
  position: absolute;
  bottom: 20%;
  font-weight: lighter;
}

.col-md-fluid-3 .embed-responsive p.bottom {
  bottom: 0;
  padding: 0.5em 1.5em;
}

@media (max-width: 768px) {
  .col-md-fluid-3 .embed-responsive p {
    font-size: x-small;
    padding: 0 0.5em;
  }
}

/* LINEUP */

@media (max-width: 768px) {
  #lineup-container .wrap-container-bordering.padding-vertical-2em {
    padding: 0px;
  }

  #lineup-container
    .wrap-container-white.padding-vertical-1em.padding-horizontal-2em {
    padding: 0;
    margin: 10px;
  }

  #lineup-container .wrap-container-white .padding-vertical-1em {
    padding: 0;
  }
}

.product-lineup .nav-tabs .btn {
  padding-top: 1em;
  padding-bottom: 1em;
}

.product-lineup .nav-tabs .active .btn {
  color: white;
}

.product-lineup .tab-content {
  padding: 0.5em 0;
}

.product-lineup .media {
  padding: 0.5em 0;
}

.product-lineup .dl-horizontal {
  margin: 0;
}

.product-lineup .dl-horizontal dt {
  font-size: medium;
  font-weight: normal;
  text-align: left;
  text-indent: 0.5em;
  padding: 0.5em 0;
}

@media (min-width: 769px) {
  .product-lineup .dl-horizontal dt {
    text-indent: 2em;
    padding: 2.5em 0;
  }
}

.product-lineup .dl-horizontal dd {
  padding: 0.25em 0;
}

@media (min-width: 769px) {
  .product-lineup .dl-horizontal dd {
    border-left: 1px solid gainsboro;
    padding: 0.5em 0;
  }
}

.product-lineup .embed-responsive {
  color: white;
  margin-bottom: 10px;
}

.product-lineup .col-md-4:last-child .embed-responsive {
  margin-bottom: 0;
}

.product-lineup .embed-responsive h5 {
  position: absolute;
  top: 50%;
  width: 100%;
  font-weight: lighter;
  line-height: 2em;
  margin-top: -1em;
}

.product-lineup .embed-responsive p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: lighter;
  padding: 1em 0;
}

/*  CONTACT */

.row-associated-company {
  border: 1px solid #355c9b;
  padding: 1.5em 2em 0.5em 2em;
  margin-bottom: 4em;
}

.row-associated-company small {
  font-size: small;
}

@media (max-width: 768px) {
  .row-associated-company {
    padding: 0.5em 1em 0 1em;
  }
}

@media (min-width: 769px) {
  .row-associated-company .text-center small {
    font-size: 12px;
  }
}

/* topics & law_regulation */

.row-article-striped .panel {
  margin-bottom: 0;
}

.row-article-striped .panel-heading p {
  margin-bottom: 0;
}

.row-article-striped .panel-heading p time {
  display: inline-block;
  margin-right: 2em;
}

.row-article-striped .panel-heading p time em {
  display: inline-block;
  letter-spacing: 0.1em;
}

.row-article-striped .panel-heading h2 {
  font-size: 22px;
  margin: 1em 0;
}

.row-article-striped .panel-body {
  font-size: 14px;
  line-height: 2em;
}

/* Local Navigation */

.post-type-archive .row-bottom-navigation a {
  padding-bottom: 2em;
}

.row-bottom-navigation h5 {
  color: #444444;
  font-size: large;
  font-weight: 300;
  padding: 0.6em 0;
}

@media (min-width: 769px) {
  .row-bottom-navigation h5 {
    font-size: 25px;
  }
}

.row-bottom-navigation h6 {
  color: #444444;
  font-size: small;
  font-weight: 300;
  padding: 0.6em 0;
}

@media (min-width: 769px) {
  .row-bottom-navigation h6 {
    font-size: 16px;
  }
}

.row-bottom-navigation p {
  color: #444444;
  font-size: small;
  font-weight: 300;
}

@media (min-width: 769px) {
  .row-bottom-navigation p {
    font-size: medium;
  }
}

.dl-relation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 1em 2em 1em 0;
  margin: 2em 0;
}

.dl-relation dt {
  overflow: auto;
  width: 60%;
  line-height: 1.8em;
  text-overflow: inherit;
  text-align: left;
  white-space: normal;
}

.dl-relation dd {
  margin-left: 60%;
  text-align: right;
}

.dl-relation dd .btn {
  padding-left: 5em;
  padding-right: 5em;
}

/* Movie */

@media (min-width: 769px) {
  .page-parent .row-movie-pickup {
    margin-left: -1em;
  }

  .page-parent .row-movie-pickup:nth-child(even) {
    margin-left: 1em;
  }
}

.page-parent .row-movie-pickup > div > .row {
  position: relative;
}

@media (min-width: 769px) {
  .page-parent .row-movie-pickup > div:nth-child(even) {
    padding-top: 3em;
  }
}

.page-parent .row-movie-pickup dl {
  display: block;
  min-height: 16em;
  background-color: #f2f1f5;
  padding: 3em 5em 3em 3em;
  margin: 0;
}

@media (min-width: 1441px) {
  .page-parent .row-movie-pickup dl {
    min-height: 18em;
    padding: 4em 7em 4em 4em;
  }
}

.page-parent .row-movie-pickup dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.2em;
}

.page-parent .row-movie-pickup dl dd {
  line-height: 1.6em;
}

.page-parent .row-movie-pickup .col-md-float-5 {
}

@media (min-width: 769px) {
  .page-parent .row-movie-pickup .col-md-float-5 {
    position: absolute;
    top: 1.5em;
    left: 41.66666667%;
  }
}

a[data-thumbnail="movie"]::after {
  content: "";
  position: absolute;
  left: 37%;
  top: 29%;
  width: 25%;
  height: 44.44%;
  background: transparent url(../img/common/icon_play.png) center center / cover
    no-repeat scroll;
  overflow: hidden;
}

a[data-thumbnail="movie"] .embed-responsive {
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

a[data-thumbnail="movie"] .embed-responsive:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

a[data-thumbnail="movie"] .embed-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: rgba(55, 78, 117, 0.5);
}

a[data-thumbnail="movie"]:hover .embed-responsive::after {
  background-color: rgba(55, 78, 117, 0.2);
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #business-container
    .row-business-container
    .embed-responsive
    .embed-responsive-6by5 {
    padding-bottom: 250px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  #business-container
    .row-business-container
    .embed-responsive
    .embed-responsive-6by5 {
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1800px) {
  #business-container
    .row-business-container
    .embed-responsive
    .embed-responsive-6by5 {
    padding-bottom: 375px;
  }
}

.tax-cat_movie .row-movie-archive {
}

/* panel */

a[data-thumbnail="block"] .embed-responsive .embed-responsive {
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

a[data-thumbnail="block"] .embed-responsive .embed-responsive:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

a[data-thumbnail="block"] .embed-responsive .embed-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: rgba(55, 78, 117, 0.5);
}

a[data-thumbnail="block"]:hover .embed-responsive .embed-responsive::after {
  background-color: rgba(55, 78, 117, 0.2);
}

/*
 * Event Object
 * mouseenter, mouseleave, mouseover, mouseout
 *
 */

/**
 * Helper classes
 *
 */

.clear {
  clear: both;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.asterisk:before {
  display: inline-block;
  content: "\00a0\002731\00a0";
  color: #e23030;
  font-size: smaller;
}

.list-anchor li {
  line-height: 2em;
  padding: 0 1em;
}

.list-anchor li a:after {
  display: inline-block;
  content: "\00a0\e259";
  color: #666;
  font-size: xx-small;
  font-family: "Glyphicons Halflings";
  vertical-align: middle;
}

.list-decimal {
  padding-left: 15px;
  list-style-type: decimal;
  line-height: 2em;
}

.list-decimal li {
  padding-left: 0.5em;
}

.embed-responsive-3by1 {
  padding-bottom: 33.33%;
}

.embed-responsive-4by5 {
  padding-bottom: 125%;
}

.embed-responsive-5by1 {
  padding-bottom: 19.86%;
}

.embed-responsive-6by5 {
  padding-bottom: 83.33%;
}

.embed-responsive-7by3 {
  padding-bottom: 42.11%;
}

.embed-responsive-8by3 {
  padding-bottom: 37.5%;
}

.embed-responsive-8by5 {
  padding-bottom: 62.5%;
}

.embed-responsive-9by10 {
  padding-bottom: 111.11%;
}

.embed-responsive-11by3 {
  padding-bottom: 27.78%;
}

.embed-responsive-11by6 {
  padding-bottom: 54.35%;
}

.embed-responsive-11by48 {
  padding-bottom: 24%;
}

.embed-responsive-11by50 {
  padding-bottom: 22%;
}

.embed-responsive-12by5 {
  padding-bottom: 41.67%;
}

.embed-responsive-12by6 {
  padding-bottom: 50%;
}

.embed-responsive-13by4 {
  padding-bottom: 31.4%;
}

.embed-responsive-16by4 {
  padding-bottom: 25%;
}

.embed-responsive-17by16 {
  padding-bottom: 94.12%;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-21by9-2 {
  padding-bottom: 33.85714%;
}

/**
 * Swiper classes
 *
 */

.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

/* laboratory */

.container-slide-laboratory-1st {
}

.container-slide-laboratory-1st .col-1 {
  padding: 2em 0 12em 0;
}

@media (min-width: 769px) {
  .container-slide-laboratory-1st .col-1 {
    padding: 6em 0 5em 0;
  }
}

@media (min-width: 1441px) {
  .container-slide-laboratory-1st .col-1 {
    padding: 4em 0 3em 0;
  }
}

.container-slide-laboratory-1st .col-2 {
}

.container-slide-laboratory-1st .abs-1 {
  position: absolute;
  top: 87%;
  left: 30%;
  margin-top: -9em;
}

@media (min-width: 769px) {
  .container-slide-laboratory-1st .abs-1 {
    position: absolute;
    top: 50%;
    left: 15%;
    margin-top: -9em;
  }
}

.container-slide-laboratory-1st .abs-1 p {
  color: #292929;
  font-size: large;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .container-slide-laboratory-1st .abs-1 p {
    color: #292929;
    font-size: 27px;
    line-height: 2.11em;
    letter-spacing: 0.15em;
  }
}

/* Education */

#visual-container .container-slide-education-1st .row .dl-middle {
  top: 30%;
  width: 800px;
  margin-left: -400px;
}

/* laboratory/Education 共通 */

h3.plan-name-font em {
  font-size: 29px;
}

@media (max-width: 1301px) {
  h3.plan-name-font em {
    font-size: 27px;
  }
}

@media (max-width: 386px) {
  h3.plan-name-font em {
    font-size: 26px;
  }
}

@media (max-width: 375px) {
  h3.plan-name-font em {
    font-size: 25px;
  }
}

@media (max-width: 363px) {
  h3.plan-name-font em {
    font-size: 24px;
  }
}

@media (max-width: 351px) {
  h3.plan-name-font em {
    font-size: 23px;
  }
}

@media (max-width: 339px) {
  h3.plan-name-font em {
    font-size: 22px;
  }
}

@media (max-width: 320px) {
  h3.plan-name-font em {
    font-size: 21px;
  }
}

/* Powder */

@media (min-width: 769px) {
  #visual-container .container-slide-powder-1st .row .dl-middle {
    top: 40%;
    text-shadow: 1px 0px 9px rgb(255, 255, 255);
  }
}

.container-slide-powder-1st .row .dl-middle > dt {
  color: #222222;
  font-size: 30px;
  letter-spacing: 0.25em;
  margin-bottom: 1em;
}

.container-slide-powder-1st .row .dl-middle > dd {
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.2em;
}

#visual-container .container-slide-powder-2nd .row .dl-middle {
  top: 46%;
}

.container-slide-powder-2nd .row .dl-middle > dt {
  color: #222;
  font-size: 30px;
  letter-spacing: 0.25em;
}

@media (min-width: 769px) {
  #visual-container .container-slide-powder-3rd .row .dl-middle {
    top: 40%;
  }
}

.container-slide-powder-3rd .row .dl-middle > dt {
}

.container-slide-powder-3rd .row .dl-middle > dd {
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.2em;
}

@media (min-width: 769px) {
  #visual-container .container-slide-powder-4th .row .dl-middle {
    top: 33%;
    left: 50%;
    margin-left: -600px;
  }
}

#visual-container
  .container-slide-powder-5th
  .row
  .dl-middle
  .title-online-test {
  color: #113999;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#visual-container .container-slide-powder-5th .row .dl-middle dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

#visual-container .container-slide-powder-5th .row .dl-middle .subtitle {
  color: #113999;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}

#visual-container .container-slide-powder-5th .row .dl-middle .link-area a img {
  width: 10px;
  position: relative;
  left: 90px;
}

@media (min-width: 769px) {
  #visual-container .container-slide-powder-5th .row .dl-middle {
    top: 15%;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .title-online-test {
    font-size: 60px;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .list-online-test {
    font-size: 18px;
    line-height: 1.5em;
    margin: 30px 0;
  }

  #visual-container .container-slide-powder-5th .row .dl-middle .link-area a {
    width: 300px;
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .product-test-online {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    bottom: 45px;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .product-test-online
    span
    img {
    width: 1200px;
  }
}

@media (max-width: 768px) {
  #visual-container .container-slide-powder-5th .row .dl-middle {
    top: 12%;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .title-online-test {
    font-size: 40px;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .list-online-test {
    font-size: 20px;
    line-height: 1.5;
    padding: 28px 32px;
  }

  #visual-container .container-slide-powder-5th .row .dl-middle .link-area {
    margin: 0;
  }

  #visual-container .container-slide-powder-5th .row .dl-middle .link-area a {
    width: 100%;
    font-size: 16px;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .product-test-online {
    display: flex;
    justify-content: space-between;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .product-test-online
    .img01
    img {
    width: 150px;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .product-test-online
    .img02
    img {
    width: 20px;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .dl-middle
    .product-test-online
    .img03
    img {
    width: 150px;
  }

  #visual-container
    .container-slide-powder-5th
    .row
    .product-test-online.sp-display {
    position: relative;
    top: 335px;
  }

  #visual-container .container-slide-powder-5th .row .product-test-online img {
    max-width: 100%;
  }

  .pc-br {
    display: none;
  }
}

.container-slide-powder-6th .row .dl-middle > dt {
  color: #222222;
  font-size: 30px;
  letter-spacing: 0.25em;
  margin-bottom: 1em;
}

.container-slide-powder-6th .row .dl-middle > dd {
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.2em;
}

#visual-container .container-slide-powder-6th .row .dl-middle dd .row a {
  font-weight: 900;
}

@media (min-width: 769px) {
  #visual-container .container-slide-powder-6th .row .dl-middle {
    top: 40%;
  }

  #visual-container
    .container-slide-powder-6th
    .row
    .dl-middle
    dd
    .row
    div:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  #visual-container .container-slide-powder-6th .row .dl-middle {
    top: 20%;
  }

  #visual-container
    .container-slide-powder-6th
    .row
    .dl-middle
    dd
    .row
    div:first-child {
    margin-bottom: 10px;
  }
}

/* Batt-TDSのスライド */

@media screen and (min-width: 769px) {
  .l-batt-tds-visual-slide-container-fluid {
    background-image: url(/wp-content/themes/dalton/assets/img/content/lp-batt-tds/bg_slide_pc.png);
    background-image: image-set(
      url(/wp-content/themes/dalton/assets/img/content/lp-batt-tds/bg_slide_pc.png)
        1x,
      url(/wp-content/themes/dalton/assets/img/content/lp-batt-tds/bg_slide_pc@2x.png)
        2x
    );
    height: 520px;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .l-batt-tds-visual-slide-container-fluid {
    background-image: url(/wp-content/themes/dalton/assets/img/content/lp-batt-tds/sp/bg_slide_sp.png);
    background-image: image-set(
      url(/wp-content/themes/dalton/assets/img/content/lp-batt-tds/sp/bg_slide_sp.png)
        1x,
      url(/wp-content/themes/dalton/assets/img/content/lp-batt-tds/sp/bg_slide_sp@2x.png)
        2x
    );
    height: 621px;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 1440px) {
  .l-batt-tds-visual-slide-container {
    width: 100%;
    padding: 0 calc(50% - 590px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
  .l-batt-tds-visual-slide-container {
    width: 100%;
    padding: 0 9%;
  }
}

@media screen and (max-width: 768px) {
  .l-batt-tds-visual-slide-container {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .batt-tds-visual-slide-box-pc {
    display: flex;
    justify-content: center;
  }

  .batt-tds-visual-slide-text-box-pc {
    margin-top: 71px;
  }

  .batt-tds-visual-slide-title-box-pc {
    margin-bottom: 20px;
  }

  .batt-tds-visual-slide-title-pc {
  }

  .batt-tds-visual-slide-button-box-pc {
    width: 430px;
    border: #ffffff solid 1px;
    margin-bottom: 14px;
    text-align: center;
  }

  .batt-tds-visual-slide-button-pc {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Noto Sans JP;
    font-size: 20px;
    line-height: 79px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
  }

  .batt-tds-visual-slide-button-pc:hover {
    font-family: Noto Sans JP;
    font-size: 20px;
    line-height: 79px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
  }

  .batt-tds-visual-slide-annotation-box-pc {
  }

  .batt-tds-visual-slide-annotation-pc {
    font-family: Noto Sans JP;
    font-size: 14px;
    line-height: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
  }

  .batt-tds-visual-slide-visual-box-pc {
    margin-left: 145px;
    margin-top: 41px;
  }

  .batt-tds-visual-slide-visual-pc {
  }
}

@media screen and (max-width: 768px) {
  .batt-tds-visual-slide-box-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .batt-tds-visual-slide-title-box-sp {
    margin-top: 46px;
    margin-bottom: 23px;
    margin-right: auto;
  }

  .batt-tds-visual-slide-title-sp {
  }

  .batt-tds-visual-slide-visual-box-sp {
    margin: auto;
  }

  .batt-tds-visual-slide-visual-sp {
    margin: 5px 0;
  }

  .batt-tds-visual-slide-button-box-sp {
    width: 335px;
    border: #ffffff solid 1px;
    margin-bottom: 8px;
    text-align: center;
  }

  .batt-tds-visual-slide-button-sp {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Noto Sans JP;
    font-size: 15px;
    line-height: 42px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
  }

  .batt-tds-visual-slide-button-sp:hover {
    font-family: Noto Sans JP;
    font-size: 15px;
    line-height: 42px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
  }

  .batt-tds-visual-slide-annotation-box-sp {
    margin-left: auto;
  }

  .batt-tds-visual-slide-annotation-sp {
    font-family: Noto Sans JP;
    font-size: 12px;
    line-height: 17px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
  }
}

/* Clean */
#visual-container .container-slide-clean-1st .row .dl-middle dt,
#visual-container .container-slide-clean-1st .row .dl-middle dd {
  color: black;
}

#visual-container .container-slide-clean-2nd .row .text-left .dl-middle,
#visual-container .container-slide-clean-3rd .row .text-left .dl-middle,
#visual-container .container-slide-clean-4th .row .text-left .dl-middle,
#visual-container .container-slide-clean-5th .row .text-left .dl-middle {
  width: 800px;
  margin-left: -400px;
}

/**
 * Material icons - Material Design
 *
 */

/* アイコンサイズ */
.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-27 {
  font-size: 27px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-64 {
  font-size: 64px;
}

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* 下矢印のアイコン */
.material-icons.arrow {
  vertical-align: middle;
}

/**
 * Wordpress - Native CSS
 *
 */

#content-container .aligncenter {
  display: block;
  margin: 0 auto;
}

#content-container .alignleft {
  float: left;
}

#content-container .alignright {
  float: right;
}

#content-container img[class*="wp-image-"],
#content-container img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

#content-container .wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#content-container .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

#content-container .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

#content-container .entry-header {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 1em;
}

#visual-container.text-simple nav .breadcrumb li,
#visual-container.text-simple nav .breadcrumb li a,
#visual-container.text-simple nav .breadcrumb li:before,
#visual-container.text-simple .text-center .dl-middle dt,
#visual-container.text-simple .text-center .dl-middle dd {
  color: #000;
}

/* ↓↓↓トップページ文章追加_いずれコメントアウト↓↓↓ */
.condolence-message {
  /* border: 1px solid #979797; */
  /* background-color: #f3f3f3; */
  margin-bottom: 10px;
}

.condolence-message p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 10px 0 15px;
}

@media (max-width: 414px) {
  .condolence-message p {
    line-height: 1.5em;
  }
}

@media (max-width: 375px) {
  .condolence-message p {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .condolence-message p {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .condolence-message p {
    font-size: 13px;
  }
}

@media (min-width: 415px) {
  .sp-br {
    display: none;
  }
}

/* ↑↑↑トップページ文章追加_いずれコメントアウト↑↑↑ */

@media (min-width: 768px) {
  .container-fluid > .row.gutter-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-fluid > .row.gutter-20 > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Bootstrap 4 */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-flex:before,
.d-flex:after {
  content: none;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0,
.card.card-item .card-img-top,
.card.card-item .card-img-top img,
.card.card-item .card-img-top .figure-img {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 2.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 2.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 2.5rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

.m-10 {
  margin: 5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 5rem !important;
}

.m-11 {
  margin: 6rem !important;
}

.mt-11,
.my-11 {
  margin-top: 6rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 6rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 6rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 6rem !important;
}

.m-12 {
  margin: 8rem !important;
}

.mt-12,
.my-12 {
  margin-top: 8rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 8rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 8rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 8rem !important;
}

.m-13 {
  margin: 10rem !important;
}

.mt-13,
.my-13 {
  margin-top: 10rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 10rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 10rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 10rem !important;
}

.m-14 {
  margin: 12rem !important;
}

.mt-14,
.my-14 {
  margin-top: 12rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 12rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 12rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 12rem !important;
}

.m-15 {
  margin: 16rem !important;
}

.mt-15,
.my-15 {
  margin-top: 16rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 16rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 16rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 16rem !important;
}

.m-16 {
  margin: 25rem !important;
}

.mt-16,
.my-16 {
  margin-top: 25rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 25rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 25rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4,
body .container_ .contents_ .mainframe_,
body .col1_ .contents_ .mainframe_ {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4,
body .container_ .contents_ .mainframe_,
body .col1_ .contents_ .mainframe_ {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6,
.py-6,
body .container_ .contents_ .mainframe_ .notice_,
body .col1_ .contents_ .mainframe_ .notice_ {
  padding-top: 2rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

.pb-6,
.py-6,
body .container_ .contents_ .mainframe_ .notice_,
body .col1_ .contents_ .mainframe_ .notice_ {
  padding-bottom: 2rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 2.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 2.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 2.5rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

.p-10 {
  padding: 5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 5rem !important;
}

.p-11 {
  padding: 6rem !important;
}

.pt-11,
.py-11 {
  padding-top: 6rem !important;
}

.pr-11,
.px-11 {
  padding-right: 6rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 6rem !important;
}

.pl-11,
.px-11 {
  padding-left: 6rem !important;
}

.p-12 {
  padding: 8rem !important;
}

.pt-12,
.py-12 {
  padding-top: 8rem !important;
}

.pr-12,
.px-12 {
  padding-right: 8rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 8rem !important;
}

.pl-12,
.px-12 {
  padding-left: 8rem !important;
}

.p-13 {
  padding: 10rem !important;
}

.pt-13,
.py-13 {
  padding-top: 10rem !important;
}

.pr-13,
.px-13 {
  padding-right: 10rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 10rem !important;
}

.pl-13,
.px-13 {
  padding-left: 10rem !important;
}

.p-14 {
  padding: 12rem !important;
}

.pt-14,
.py-14 {
  padding-top: 12rem !important;
}

.pr-14,
.px-14 {
  padding-right: 12rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 12rem !important;
}

.pl-14,
.px-14 {
  padding-left: 12rem !important;
}

.p-15 {
  padding: 16rem !important;
}

.pt-15,
.py-15 {
  padding-top: 16rem !important;
}

.pr-15,
.px-15 {
  padding-right: 16rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 16rem !important;
}

.pl-15,
.px-15 {
  padding-left: 16rem !important;
}

.p-16 {
  padding: 25rem !important;
}

.pt-16,
.py-16 {
  padding-top: 25rem !important;
}

.pr-16,
.px-16 {
  padding-right: 25rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 25rem !important;
}

.pl-16,
.px-16 {
  padding-left: 25rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.5rem !important;
}

.m-n6 {
  margin: -2rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2rem !important;
}

.m-n7 {
  margin: -2.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -2.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -2.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -2.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -2.5rem !important;
}

.m-n8 {
  margin: -3rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3rem !important;
}

.m-n9 {
  margin: -4rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4rem !important;
}

.m-n10 {
  margin: -5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -5rem !important;
}

.m-n11 {
  margin: -6rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -6rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -6rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -6rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -6rem !important;
}

.m-n12 {
  margin: -8rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -8rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -8rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -8rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -8rem !important;
}

.m-n13 {
  margin: -10rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -10rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -10rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -10rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -10rem !important;
}

.m-n14 {
  margin: -12rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -12rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -12rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -12rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -12rem !important;
}

.m-n15 {
  margin: -16rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -16rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -16rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -16rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -16rem !important;
}

.m-n16 {
  margin: -25rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -25rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -25rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -25rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
body .container_,
body .col1_ {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
body .container_,
body .col1_ {
  margin-left: auto !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.font-small {
  font-size: 0.93em;
}

.line-height-upby-fifty {
  line-height: 1.5em;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bs4 .fs-13 {
  font-size: 13px;
}

.bs4 .fs-14 {
  font-size: 14px;
}

.bs4 .fs-15 {
  font-size: 15px;
}

.bs4 .fs-16 {
  font-size: 16px;
}

.bs4 .fs-17 {
  font-size: 17px;
}

.bs4 .fs-18 {
  font-size: 18px;
}

.bs4 .fs-19 {
  font-size: 19px;
}

.bs4 .fs-20 {
  font-size: 20px;
}

.bs4 .fs-21 {
  font-size: 21px;
}

.bs4 .fs-22 {
  font-size: 22px;
}

.bs4 .fs-23 {
  font-size: 23px;
}

.bs4 .fs-24 {
  font-size: 24px;
}

.bs4 .fs-25 {
  font-size: 25px;
}

.bs4 .fs-26 {
  font-size: 26px;
}

.bs4 .fs-27 {
  font-size: 27px;
}

.bs4 .fs-28 {
  font-size: 28px;
}

.bs4 .fs-29 {
  font-size: 29px;
}

.bs4 .fs-30 {
  font-size: 30px;
}

.text-primary {
  color: #355791;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

body[class*="en-template-default"] .font-weight-bold, body[class*="post-type-archive-en"] .font-weight-bold {
  font-weight: 700 !important;
  color: #fff !important;
}

/**
 * IE対策
 *
 */
@media all and (-ms-high-contrast: none) {
  .single-company .park-map .park-area p {
    line-height: 10px;
  }

  .separate-btn-container > p {
    margin-top: 0;
    padding-bottom: 12px;
  }

  .separate-btn-container .padding-em-box {
    padding: 2.6em 1em;
  }
}

@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) and (max-width: 1440px) {
  .separate-btn-container .padding-em-box {
    padding: 3.3em 1em;
  }

  .separate-btn-container > p {
    padding-bottom: 24px;
  }
}

@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) and (min-width: 1441px) {
  .separate-btn-container .padding-em-box {
    padding: 2.7em 1em;
  }

  .separate-btn-container > p {
    padding-bottom: 24px;
  }
}

@media all and (-ms-high-contrast: none) {
  .ie-relactive {
    position: relative;
    top: 10px;
  }
}

/* トップページスライダー 紫外線除去ユニット Care222用 */
/* 2020/07/27の時点で本番と開発で差異があったため一旦ここに記述
   2021/3/22現在は差異なし※後ほど記述を整理する予定 */

#visual-container
  .container-slide-powder-1st
  #slide-care222
  dl
  dt.title-care222,
#visual-container
  .container-slide-powder-1st
  #slide-care222
  dl
  dd.list-care222 {
  color: white;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium,
    游ゴシック, Yu Gothic, sans-serif;
}

#visual-container
  .container-slide-powder-1st
  #slide-care222
  dl
  dd.list-online-test {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

#visual-container
  .container-slide-powder-1st
  #slide-care222
  dl
  dt.title-online-test {
  color: #113999;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 769px) {
  #visual-container .mv-care222 {
    background: transparent
      url(/wp-content/themes/dalton/assets/img/content/page/laboratory/mv-care222-slide-bg.jpg)
      center center / cover no-repeat;
  }

  #visual-container .mv-care222 #slide-care222 {
    display: flex;
    justify-content: center;
  }

  #visual-container .mv-care222 #slide-care222 .slide-left {
    width: 600px;
  }

  #visual-container .mv-care222 #slide-care222 .slide-right {
    width: 570px;
    padding-left: 30px;
  }

  #visual-container .mv-care222 #slide-care222 .slide-left dl.left {
    width: 600px;
  }

  #visual-container .mv-care222 #slide-care222 .slide-right dl.right {
    width: 570px;
    display: flex;
  }

  #visual-container .container-slide-powder-1st #slide-care222 .dl-middle {
    top: 26%;
    text-shadow: none;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-care222 {
    font-size: 38px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0.4em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-care222
    span {
    font-size: 30px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dd.list-care222 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 2.5em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.logo-care222 {
    margin-right: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.logo-care222
    img {
    width: 84px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.link-care222
    a {
    vertical-align: bottom;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 12px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.link-care222
    a
    img {
    margin-left: 40px;
    width: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-care222 {
    display: inline-block;
    position: relative;
    bottom: 44px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-care222
    img {
    width: 200px;
  }

  #visual-container .container-slide-powder-1st #slide-care222 .slide-right {
    width: 600px;
    padding-left: 30px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    .dl-middle.right
    .content-online-test-text {
    width: 65%;
    text-align: left;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-online-test {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 46px;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-online-test
    span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-online-test
    span
    .sp-only {
    display: none;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dd.list-online-test {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2.1em;
    font-weight: 400;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online {
    display: inline-block;
    width: 35%;
    text-align: center;
    position: relative;
    bottom: 18px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online
    .product-test-online-img {
    display: block;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online
    .img01 {
    margin-bottom: 15px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online
    .img01
    img {
    width: 250px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online
    .img02 {
    margin-bottom: 15px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online
    .img02
    img {
    width: 50px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online
    .img03
    img {
    width: 250px;
  }
}

@media (max-width: 768px) {
  #visual-container .mv-care222 {
    background: transparent
      url(/wp-content/themes/dalton/assets/img/content/page/laboratory/mv-care222-slide-bg-sp.jpg)
      center center / cover no-repeat;
  }

  #visual-container .container-slide-powder-1st #slide-care222 .dl-middle {
    top: 5%;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-care222-sp {
    position: absolute;
    left: 210px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-care222-sp
    img {
    width: 90px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-care222 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 30px 0 5px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-care222
    span.d-inline-block-sp {
    display: inline-block;
    font-size: 16px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-care222
    span.ml-sp {
    margin-left: 10px;
    letter-spacing: 0;
  }

  #visual-container .container-slide-powder-1st #slide-care222 dl.right {
    top: 55%;
    left: 50%;
    margin-left: -160px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online-sp {
    position: absolute;
    top: 57px;
    left: 167px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .product-test-online-sp
    img {
    width: 200px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .content-online-test-text {
    text-align: left;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-online-test {
    letter-spacing: 1px;
    line-height: 1.1;
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    font-size: 30px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-online-test
    span {
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
    letter-spacing: 0.1px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dt.title-online-test
    span
    .sp-only {
    display: block;
    content: "";
    margin: -10px 0;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .content-online-test-text
    .link-online-test {
    display: flex;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .content-online-test-text
    .link-online-test
    .list-online-test {
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 0.1px;
    width: 130px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    dd.list-care222 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1em;
  }

  #visual-container .container-slide-powder-1st #slide-care222 dl .link-area {
    margin-bottom: 2em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.logo-care222 {
    margin-right: 50px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.logo-care222
    img {
    width: 90px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.link-care222
    a
    img {
    width: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.link-care222
    a {
    padding: 10px 20px;
    font-size: 14px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-area
    dd.link-care222
    a
    img {
    margin-left: 40px;
    width: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-care222
    dl
    .link-online-test
    .link-area {
    margin-top: 3em;
    margin-left: 10px;
  }

  .br-pc {
    display: none;
  }
}

#visual-container
  .container-slide-powder-1st
  #slide-covid_care222
  dl
  dt.title-covid_care222,
#visual-container
  .container-slide-powder-1st
  #slide-covid_care222
  dl
  dd.list-covid_care222 {
  color: white;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium,
    游ゴシック, Yu Gothic, sans-serif;
}

#visual-container
  .container-slide-powder-1st
  #slide-covid_care222
  dl
  dd.list-covid19 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

#visual-container
  .container-slide-powder-1st
  #slide-covid_care222
  dl
  dt.title-covid19 {
  color: #113999;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 769px) {
  #visual-container .mv-covid_care222 {
    background: transparent
      url(/wp-content/themes/dalton/assets/img/content/page/laboratory/mv-covid_care222-slide-bg.jpg)
      center center / cover no-repeat;
  }

  #visual-container .mv-covid_care222 #slide-covid_care222 {
    display: flex;
    justify-content: center;
  }

  #visual-container .mv-covid_care222 #slide-covid_care222 .slide-left {
    width: 600px;
  }

  #visual-container .mv-covid_care222 #slide-covid_care222 .slide-right {
    width: 570px;
    padding-left: 30px;
  }

  #visual-container .mv-covid_care222 #slide-covid_care222 .slide-left dl.left {
    width: 600px;
  }

  #visual-container
    .mv-covid_care222
    #slide-covid_care222
    .slide-right
    dl.right {
    width: 570px;
    display: flex;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    .dl-middle {
    top: 26%;
    text-shadow: none;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid_care222 {
    font-size: 38px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0.4em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid_care222
    span {
    font-size: 30px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dd.list-covid_care222 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 2.5em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.logo-covid_care222 {
    margin-right: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.logo-covid_care222
    img {
    width: 84px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.link-covid_care222
    a {
    width: 170px;
    margin: 20px auto 0;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 12px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    .align {
    padding-left: 15px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.link-covid_care222
    a
    img {
    margin-left: 40px;
    width: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid_care222 {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 95px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid_care222
    img {
    width: 200px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    .slide-right {
    width: 600px;
    padding-left: 30px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    .dl-middle.right
    .content-covid19-text {
    width: 65%;
    text-align: left;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid19 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 46px;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid19
    span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    .title-bottom-left {
    width: 466px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid19
    span
    .sp-only {
    display: none;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dd.list-covid19 {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 2.1em;
    font-weight: 400;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19 {
    display: inline-block;
    width: 35%;
    text-align: center;
    position: relative;
    bottom: 18px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19
    .product-covid19-img {
    display: block;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19
    .img01 {
    margin-bottom: 15px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19
    .img01
    img {
    width: 250px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19
    .img02 {
    margin-bottom: 15px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19
    .img02
    img {
    width: 50px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19
    .img03
    img {
    width: 250px;
  }
}

@media (min-width: 1310px) {
  #visual-container .mv-covid_care222 #slide-covid_care222 .slide-left dl.left {
    margin-left: -630px;
  }
}

@media (max-width: 768px) {
  #visual-container .mv-covid_care222 {
    background: transparent
      url(/wp-content/themes/dalton/assets/img/content/page/laboratory/mv-covid_care222-slide-bg-sp.jpg)
      center center / cover no-repeat;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    .dl-middle {
    top: 5%;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid_care222-sp {
    position: absolute;
    left: 285px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid_care222-sp
    img {
    width: 90px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid_care222 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 30px 0 5px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid_care222
    span.d-inline-block-sp {
    display: inline-block;
    font-size: 16px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid_care222
    span.ml-sp {
    margin-left: 10px;
    letter-spacing: 0;
  }

  #visual-container .container-slide-powder-1st #slide-covid_care222 dl.right {
    top: 55%;
    left: 50%;
    margin-left: -160px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19-sp {
    position: absolute;
    top: 57px;
    left: 167px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .product-covid19-sp
    img {
    width: 200px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .content-covid19-text {
    text-align: left;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid19 {
    letter-spacing: 1px;
    line-height: 1.1;
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    font-size: 30px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid19
    span {
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
    letter-spacing: 0.1px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dt.title-covid19
    span
    .sp-only {
    display: block;
    content: "";
    margin: -10px 0;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .content-covid19-text
    .link-covid19 {
    display: flex;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .content-covid19-text
    .link-covid19
    .list-covid19 {
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 0.1px;
    width: 130px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    dd.list-covid_care222 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area {
    margin-bottom: 2em;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.logo-covid_care222 {
    margin-right: 50px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.logo-covid_care222
    img {
    width: 90px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.link-covid_care222
    a
    img {
    width: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.link-covid_care222
    a {
    padding: 10px 20px;
    font-size: 14px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.link-covid_care222
    a
    img {
    margin-left: 40px;
    width: 10px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-covid19
    .link-area {
    margin-top: 3em;
    margin-left: 10px;
  }
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    .align {
    padding-left: 14px;
  }

  #visual-container
    .container-slide-powder-1st
    #slide-covid_care222
    dl
    .link-area
    dd.link-covid_care222
    a.covid-details-btn {
    position: relative;
    bottom: 9px;
  }
}

/*
 * cookie policy
 *
 **/
#cookie-policy-modal {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5em 2em;
  z-index: 9999;
}

@media (max-width: 767px) {
  #cookie-policy-modal {
    padding: 1em;
  }
}

#cookie-policy-modal a {
  color: white;
}

#cookie-policy-modal a:hover {
  background-color: black;
}

#cookie-policy-modal p {
  line-height: 2em;
  margin-bottom: 0;
}

*:focus {
  outline: none !important;
}

.aptoenq_bt_set button {
  padding-bottom: 14px !important;
}