@charset "UTF-8";
/* COMMON PART */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
body {
  font-family: YakuHanJP, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  overflow-x: hidden; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 850px; } }
.fluid-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.fluid-box-inner {
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .col-md-6 {
    margin-bottom: 30px; } }
h1, h2, h3, h4, h5, h6 {
  font-family: YakuHanJP, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif; }

p {
  line-height: 1.8em; }

a {
  color: #153B72; }

a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s; }

.dropdown-menu {
  background-color: #333; }

.dropdown-item {
  padding: .5rem 1.5rem;
  color: #FFF;
  font-size: 0.875rem; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #3A6BAD; }

a[href$=".pdf"]:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("images/PDF_24.png") no-repeat;
  margin-bottom: -5px; }

h1 {
  font-weight: 700;
  x-moz-text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.8);
  x-webkit-text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.8);
  x-ms-text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.8);
  xtext-shadow: 0px 0px 11px rgba(0, 0, 0, 0.8); }

h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 70px; }
  h2.earth {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    background-image: url("images/earth_icon.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 50px; }

h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  color: #153B72; }

h4 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700; }

h4.box {
  font-size: 16px;
  color: #FFF;
  padding: 15px;
  background-color: #3A6BAD;
  line-height: 1.2em;
  border-radius: 5px; }

h5 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  border-left: #666 15px solid;
  padding-left: 3px;
  margin-bottom: 20px; }

h6 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 5px; }

.bg-primary {
  background-color: rgba(0, 0, 0, 0.7) !important; }

#wrapper-footer {
  background-color: #000;
  text-align: center;
  color: #FFF; }

.wrapper {
  padding: 0; }

.wrapper.gn {
  padding: 15px 0; }

.w850 {
  max-width: 850px !important;
  margin: 0 auto; }

.wp-block-buttons .wp-block-button {
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .w850 {
    width: 100% !important; } }
.wp-block-buttons .wp-block-button .wp-block-button__link {
  background: linear-gradient(90deg, #194294, #396CAF);
  padding: calc(.667em + 2px) calc(1.333em + 40px);
  border-radius: 3em; }

.cv .wp-block-buttons .wp-block-button .wp-block-button__link.blue {
  background: linear-gradient(90deg, #331994, #4739af); }
.cv .wp-block-buttons .wp-block-button .wp-block-button__link.green {
  background: linear-gradient(90deg, #198794, #39aeaf); }

@media screen and (max-width: 767px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: calc(.667em + 2px) calc(1.333em + 0px); } }
.simple .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #FFF;
  border: #3A6BAD 1px solid;
  color: #3A6BAD; }

@media screen and (max-width: 767px) {
  .wp-block-button__link {
    padding: calc(.667em + 2px) calc(1.333em + 10px); } }
.full {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

.bg_gray {
  background-color: #e9ecef; }

.box_gray {
  background-color: #e9ecef;
  padding: 30px;
  border-radius: 20px; }

@media screen and (max-width: 767px) {
  .bg_gray {
    padding: 0 15px; } }
.cv {
  background-color: #EEE;
  margin-top: 180px; }
  .cv .col-sm-4 {
    padding: 0 5px; }
  .cv .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 16px;
    background: linear-gradient(90deg, #194294, #396CAF);
    padding: calc(.667em + 4px) calc(0em + 2px);
    border-radius: 6px; }
  @media screen and (max-width: 767px) {
    .cv .wp-block-buttons .wp-block-button .wp-block-button__link {
      margin-bottom: 10px; } }

#page-top {
  width: 54px;
  height: 54px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #444;
  border-radius: 5px; }

#page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 40px;
  text-decoration: none; }

#page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.container-fluid.title {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
  .container-fluid.title {
    margin-top: 0px; } }
.badge-primary {
  background-color: #0099FF; }

ul.asterisk {
  padding-left: 14px; }
  ul.asterisk li {
    font-size: 14px;
    list-style-type: none;
    text-indent: -1em; }

ul.asterisk li:before {
  display: inline;
  content: "※"; }

.ichiran_link {
  margin-top: 100px;
  background: linear-gradient(0deg, #FFF, #EEE);
  padding: 50px 0; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-menu {
  margin-top: 0px; }

body#en nav#main-nav img {
  height: 33px; }
body#en h1, body#en h2, body#en h3, body#en h4, body#en h5, body#en h6 {
  font-family: "Montserrat", sans-serif !important; }

.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
  padding: 0 1rem; }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2); }

.dropdown-menu {
  padding: 0; }

.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 1.3rem; }

@media screen and (max-width: 767px) {
  #navbarNavDropdown {
    margin: 1rem 0; }
    #navbarNavDropdown .nav-link {
      padding: 0.5rem 1rem; } }
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

/* /COMMON PART */
/* ホーム */
/* wrap */
.hero {
  position: relative; }

/* text */
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

h1 {
  font-weight: 700;
  line-height: 1.2;
  padding: 0 15px;
  text-align: center;
  color: #FFF; }

body.home h1.entry-title,
body.en h1.entry-title {
  display: none; }
body.home .home_none,
body.en .home_none {
  display: none; }

@media (min-width: 1200px) {
  body.home .container, body.home .container-lg, body.home .container-md, body.home .container-sm, body.home .container-xl, body.en .container, body.en .container-lg, body.en .container-md, body.en .container-sm, body.en .container-xl {
    max-width: 1140px; } }
#mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: -68px; }

.mv-bg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("images/top_bk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.mv-content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0;
  z-index: 2; }

.mv-title img.pro_photo {
  max-width: 24%;
  margin-bottom: 40px;
  padding: 0 15px; }
.mv-title p {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
  moz-text-shadow: 0px 0px 11px black;
  webkit-text-shadow: 0px 0px 11px black;
  ms-text-shadow: 0px 0px 11px black;
  text-shadow: 0px 0px 11px black; }
.mv-title h1 {
  text-align: center;
  color: #FFF;
  font-size: 48px;
  text-shadow: none;
  padding: 0;
  moz-text-shadow: 0px 0px 11px black;
  webkit-text-shadow: 0px 0px 11px black;
  ms-text-shadow: 0px 0px 11px black;
  text-shadow: 0px 0px 11px black; }
@media screen and (max-width: 1024px) {
  .mv-title img.pro_photo {
    max-width: 45%; }
  .mv-title h1 {
    font-size: 40px; } }
@media screen and (max-width: 767px) {
  .mv-title img.pro_photo {
    max-width: 100%; }
  .mv-title p {
    line-height: 1.5em; }
  .mv-title h1 {
    line-height: 1.5em; } }

a.continue {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 0; }

  .mv-content {
    top: 40%; }

  .mv-title p {
    font-size: 14px;
    margin-bottom: 5px; }
  .mv-title h1 {
    font-size: 28px; } }
#carousel {
  margin-bottom: 50px; }
  #carousel .carousel-control-next, #carousel .carousel-control-prev {
    filter: invert(100%); }

.wp-block-buttons > .wp-block-button:last-child {
  margin: 0 auto; }

.trouble {
  color: #FFF;
  margin-bottom: 70px; }
  .trouble h3 {
    text-align: center;
    margin: 1em 0;
    color: #FFF;
    font-size: 22px; }
  .trouble .troublebox {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .trouble .trouble01 {
    background-image: url("images/trouble_img01.png"); }
  .trouble .trouble02 {
    background-image: url("images/trouble_img02.png"); }
  .trouble .trouble03 {
    background-image: url("images/trouble_img03.png"); }
  .trouble .trouble04 {
    background-image: url("images/trouble_img04.png"); }

img.movie_but:hover {
  cursor: pointer;
  opacity: 0.8; }

@media screen and (max-width: 767px) {
  .trouble .troublebox {
    height: 200px; } }
body.home .modal-content, body.en .modal-content {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  body.home .modal-content iframe, body.en .modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-block-columns.why {
  margin-bottom: 0; }
  .wp-block-columns.why .wp-block-column {
    color: #FFF;
    margin: 0;
    padding: 0 120px 50px 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .wp-block-columns.why .wp-block-column h3 {
      font-size: 1.2em;
      font-family: "Montserrat", sans-serif !important;
      font-weight: 600;
      background-color: #000;
      padding: 5px;
      margin-bottom: 50px;
      color: #FFF; }
    .wp-block-columns.why .wp-block-column.bg01 {
      background-color: #317BA8; }
    .wp-block-columns.why .wp-block-column.bg02 {
      background-color: #B5435E; }
    .wp-block-columns.why .wp-block-column.bg03 {
      background-color: #628E16; }

@media screen and (max-width: 2000px) {
  .wp-block-columns.why .wp-block-column {
    padding: 0 100px 50px 100px; }
    .wp-block-columns.why .wp-block-column h3 {
      padding: 10px;
      margin-bottom: 50px; } }
@media screen and (max-width: 1280px) {
  .wp-block-columns.why .wp-block-column {
    padding: 0 50px 50px 50px; } }
.city {
  position: relative;
  max-width: 850px; }
  .city .btn-circle-flat {
    display: inline-block;
    text-decoration: none;
    background-color: rgba(0, 153, 255, 0.7);
    color: #FFF;
    width: calc(150 / 850 * 100%);
    height: calc(150 / 500 * 100%);
    line-height: 150px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
    font-size: 20px;
    font-weight: 500;
    border: #FFF 2px solid; }
  .city .btn-circle-flat:hover {
    color: #FFF;
    background-color: rgba(255, 153, 0, 0.9); }
  .city .koujou {
    position: absolute;
    top: calc(26 / 500 * 100%);
    left: calc(16 / 850 * 100%); }
  .city .seizou {
    position: absolute;
    top: calc(24 / 500 * 100%);
    left: calc(618 / 850 * 100%); }
  .city .seimitsu {
    position: absolute;
    top: calc(77 / 500 * 100%);
    left: calc(278 / 850 * 100%); }
  .city .byouin {
    position: absolute;
    top: calc(200 / 500 * 100%);
    left: calc(52 / 850 * 100%); }
  .city .koutsuu {
    position: absolute;
    top: calc(215 / 500 * 100%);
    left: calc(441 / 850 * 100%); }
  .city .seibi {
    position: absolute;
    top: calc(321 / 500 * 100%);
    left: calc(221 / 850 * 100%); }
  .city .tsuushin {
    position: absolute;
    top: calc(316 / 500 * 100%);
    left: calc(608 / 850 * 100%); }

@media screen and (max-width: 768px) {
  .city .btn-circle-flat {
    line-height: 120px;
    font-size: 16px; } }
/* /ホーム */
/* 製品紹介 */
.entry-header {
  width: 100%;
  text-align: center;
  color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-bottom: 70px;
  position: relative; }
  .entry-header h1 {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0; }

body.products .entry-header {
  background-image: url("images/products_top.jpg"); }

.pro_box {
  margin-bottom: 70px; }
  .pro_box h4 {
    margin-bottom: 5px; }
  .pro_box .badge {
    padding: 0.5em 1em;
    font-size: 75%;
    font-weight: 400; }
  .pro_box p.badge {
    margin-bottom: 3rem; }
  .pro_box h6 {
    background-color: #3A6BAD;
    color: #FFF;
    padding: 10px;
    margin: 0;
    font-weight: 500; }
  .pro_box figure {
    background-color: #EEE;
    text-align: center;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .pro_box p.badge {
      margin-bottom: 0rem; } }

body#en .pro_box {
  margin-bottom: 0; }
  body#en .pro_box h4 {
    margin-bottom: 5px; }
  body#en .pro_box p.badge {
    margin-bottom: 2rem; }
  body#en .pro_box h6 {
    background-color: #3A6BAD;
    color: #FFF;
    padding: 3px 10px;
    margin: 0; }
  body#en .pro_box figure {
    background-color: #EEE;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px; }

/* /製品紹介 */
/* 製品仕様 */
body.spec .tab-content {
  border: #CCC 1px solid;
  padding: 30px; }
body.spec .entry-header {
  background-image: url("images/spec_top.jpg"); }
body.spec figure {
  text-align: center;
  padding: 50px 0;
  background-color: #EEE; }
body.spec dl {
  padding: 15px 0;
  margin-bottom: 0; }
body.spec dt {
  padding-bottom: 5px;
  color: #3A6BAD;
  font-weight: 700; }
body.spec dd {
  line-height: 2em; }
body.spec .nav-tabs a {
  background-color: #EEE; }
body.spec .nav-tabs a.active {
  background-color: #153B72;
  color: #FFF; }
body.spec table.spec {
  margin: 20px 0;
  border-top: #ccc 1px solid; }
  body.spec table.spec th {
    padding: 10px;
    background-color: #e9ecef;
    white-space: nowrap;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid; }
  body.spec table.spec td {
    padding: 10px;
    border-bottom: #ccc 1px solid; }
body.spec .caution table td, body.spec .caution table th {
  border-bottom: #000 1px solid; }
body.spec .caution table img {
  max-width: inherit; }
body.spec .caution table th {
  padding: 10px;
  background-color: #000;
  color: #FFF; }
body.spec .caution table td {
  padding: 10px 10px 10px 0;
  border-bottom: #000 1px solid; }
@media screen and (min-width: 768px) {
  body.spec dt {
    clear: left;
    float: left;
    width: 13%; }
  body.spec dd {
    margin-left: 14%; } }

/* /製品仕様 */
/* 会社情報 */
body.company .entry-header {
  background-image: url("images/company_top.jpg"); }
body.company table tr {
  border-bottom: #ccc 1px solid; }
body.company table td {
  padding: 10px;
  line-height: 2em; }

/* /会社情報 */
/* 採用実績 */
body.achievement .entry-header {
  background-image: url("images/achievement_top.jpg"); }
body.achievement table.table tr {
  border-bottom: #ccc 1px solid; }
body.achievement table.table th {
  color: #3A6BAD;
  font-weight: 700; }
@media screen and (max-width: 640px) {
  body.achievement table.table th, body.achievement table.table td {
    display: block;
    width: 100%; } }

/* /採用実績 */
/* アースラインノイズ対策とは */
body.noise .entry-header {
  background-image: url("images/noise_top.jpg"); }
body.noise dl {
  margin-left: 1em; }
body.noise dt {
  color: #3A6BAD;
  font-weight: 700; }
body.noise .ml-1em {
  margin-left: 1em; }
body.noise ol {
  font-size: 18px;
  color: #153B72;
  font-weight: 700; }
@media screen and (min-width: 768px) {
  body.noise dt {
    clear: left;
    float: left;
    width: 13%; }
  body.noise dd {
    margin-left: 14%; } }

/* /アースラインノイズ対策とは */
/* ケーススタディ */
body.casestudy h1 {
  color: #666; }
body.casestudy .entry-header {
  background-image: url("images/case_top.jpg"); }
body.casestudy .case-box {
  border: #8EC548 1px solid;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #FFF; }
  body.casestudy .case-box h3 {
    color: #8EC548;
    border-bottom: #8EC548 1px solid;
    margin-bottom: 30px; }
    body.casestudy .case-box h3 span {
      font-family: 'Exo', sans-serif;
      font-size: 60px;
      margin-right: 20px;
      font-weight: 300; }
  body.casestudy .case-box h4 {
    margin-bottom: 30px; }
  body.casestudy .case-box h5 {
    border: none;
    line-height: 1.5em; }
    body.casestudy .case-box h5.before {
      border: #8EC548 2px solid;
      border-radius: 5px;
      color: #8EC548;
      padding: 15px 10px 10px 10px; }
    body.casestudy .case-box h5.after {
      border: #8EC548 2px solid;
      border-radius: 5px;
      color: #FFF;
      padding: 15px 10px 10px 10px;
      background-color: #8EC548; }
    body.casestudy .case-box h5 span {
      font-family: 'Exo', sans-serif;
      font-size: 36px;
      margin-right: 10px; }
  body.casestudy .case-box h6 {
    display: inline-block;
    border-radius: 5px;
    color: #FFF;
    padding: 10px;
    background-color: #8EC548; }
  body.casestudy .case-box hr {
    border-top: 1px solid #8EC548;
    margin: 30px 0; }

/* /ケーススタディ */
/* ダウンロード */
body.download .entry-header {
  background-image: url("images/download_top.jpg"); }
body.download h1 {
  color: #666; }
body.download figure {
  text-align: center;
  padding: 50px 0;
  background-color: #EEE; }

/* /ダウンロード */
/* 問い合わせ */
body.contact .entry-header,
body.trial .entry-header {
  background-image: url("images/contact_top.jpg"); }
body.contact figure,
body.trial figure {
  text-align: center;
  padding: 100px 0;
  background-color: #EEE; }
body.contact .tel_box dl,
body.trial .tel_box dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  border-bottom: 1px #C81528 solid; }
body.contact .tel_box dt,
body.trial .tel_box dt {
  flex-basis: 40%; }
body.contact .tel_box dd,
body.trial .tel_box dd {
  flex-basis: 60%;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 2rem; }
@media screen and (max-width: 559px) {
  body.contact .tel_box dl,
  body.trial .tel_box dl {
    flex-flow: column wrap; } }

/* トライアル */
body.trial .entry-header {
  background-image: url("images/trial_top.jpg"); }

/* MAIL FORM */
.mw_wp_form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 0px; }

.mw_wp_form dt span {
  color: #FFF;
  font-weight: normal;
  padding: 3px 10px;
  margin: 0 0.5em 0 0;
  font-size: 10px;
  width: 6em;
  text-align: center; }
  .mw_wp_form dt span.req {
    background-color: #C81528; }
  .mw_wp_form dt span.any {
    background-color: #999; }
  .mw_wp_form dt span.small {
    color: #333;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 12px;
    width: auto;
    text-align: left;
    background-color: #fff;
    display: contents; }

.mw_wp_form dl > dt {
  width: 30%;
  padding: 0; }

.mw_wp_form dl > dd {
  width: 70%;
  padding: 1em 0 1em 20px; }

@media screen and (max-width: 768px) {
  .mw_wp_form dl > dt {
    width: 100%;
    margin-bottom: 1em; }

  .mw_wp_form dl > dd {
    padding: 0;
    width: 100%;
    margin-bottom: 1em; } }
@media print, (min-width: 768px) {
  .mw_wp_form dl > dt, .mw_wp_form dl > dd {
    text-align: left; }

  .mw_wp_form dl > dt {
    display: flex;
    align-items: center; } }
.mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form textarea {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  width: 100%;
  background-color: #eee; }

.mw_wp_form .mwform-tel-field input[type="text"] {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background-color: #eee;
  width: auto !important; }

.mw_wp_form select {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background-color: #eee;
  width: 100%;
  height: 3em; }

.mw_wp_form dd.zip input[type="text"], .mw_wp_form dd.tel input[type="text"] {
  width: auto; }

.mw_wp_form input[type="submit"], .mw_wp_form input[type="submit"]:hover {
  display: table;
  margin: 30px auto;
  background-color: #153B72;
  color: #FFF;
  padding: 1em 2em;
  border: none; }

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  list-style: none;
  padding: 0; }

.mw_wp_form .form_step > li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #153B72;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center; }

.mw_wp_form .form_step > li:nth-of-type(n+2) {
  margin: 0px 0px 0px 4%; }

.mw_wp_form .form_step > li:nth-of-type(n+2)::before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #153B72;
  border-left: 2px solid #153B72;
  transform: translateY(-50%) rotate(135deg);
  content: ""; }

.mw_wp_form_input .form_step > li:nth-of-type(1), .mw_wp_form_preview .form_step > li:nth-of-type(2), .mw_wp_form_complete .form_step > li:nth-of-type(4) {
  background-color: #153B72;
  color: #fff; }

@media print, (min-width: 992px) {
  .mw_wp_form .form_step > li {
    font-size: 18px; } }
.mw_wp_form_complete div {
  margin: 30px 0px 0px;
  text-align: center; }

/* プライバシーポリシー */
body.privacy-policy .entry-header {
  background-image: url("images/contact_top.jpg"); }
body.privacy-policy h2 {
  margin-bottom: 20px;
  font-weight: 500; }
body.privacy-policy p {
  margin-bottom: 50px; }

/* フッタ */
.footer_menu {
  color: #FFF;
  background-color: #777;
  padding: 20px 0; }
  .footer_menu .container {
    max-width: 850px !important; }
  .footer_menu h4 {
    font-size: 15px; }
  .footer_menu a {
    color: #FFF; }
  .footer_menu .col-sm-3 {
    border-left: 1px #999 solid; }
  .footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer_menu ul li {
      font-size: 13px;
      margin-bottom: 5px; }
