@import url("https://fonts.googleapis.com/css?family=Lato:200,300,400,600,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

body {
  font-family: "Noto Sans Japanese", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

.uk-container {
  box-sizing: border-box;
  max-width: 1020px;
  padding: 0px;
}

@media (max-width: 1080px) {
  .uk-container {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .uk-container {
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans Japanese", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",
    YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* font-color
 ========================================================================== */
.uk-link,
a {
  color: #ff6600;
}

/* hover
 ========================================================================== */
a:hover img {
  opacity: 0.8;
}

:hover {
  transition: all 0.5s ease;
}

/* font-size
 ========================================================================== */
.f80 {
  font-size: 80%;
}

.f90 {
  font-size: 90%;
}

.f120 {
  font-size: 120%;
}

.f150 {
  font-size: 150%;
}

/* margin
 ========================================================================== */
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

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

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

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

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

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

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

/* line-height
 ========================================================================== */
.lh15 {
  line-height: 1.5 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

/* letter-spacing
  ========================================================================== */
@media (min-width: 980px) {
  .ls3 {
    letter-spacing: 3px;
  }

  .ls5 {
    letter-spacing: 5px;
  }
}

/* --- 改行　--- */
@media (min-width: 481px) {
  br.uk-visible-ss {
    display: none;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 480px) {
  .uk-hidden-ss {
    display: none;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 481px) {
  .uk-visible-ss {
    display: none;
  }
}

/*丸ゴシック
 ========================================================================== */
.marugo {
  font-family: "TsukuARdGothic-Regular", "Rounded Mplus 1c", "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
}

/* ==========================================================================
 ヘッダー
========================================================================== */
header {
  width: 100%;
  height: 80px;
  background: #e6e6e6;
}

header .space {
  height: 0px;
}

header .uk-container {
  padding: 0;
}

@media (max-width: 767px) {
  header {
    height: 60px;
  }

  header .uk-float-left {
    width: 80%;
  }
}

/* ---- ヘッダー固定時　--- */
header .uk-active {
  background: #e6e6e6;
  border-bottom: 1px solid #fff;
}

/* --------- h1ロゴ　--------- */
h1 {
  width: auto;
  padding: 20px;
  margin: 0;
  line-height: 1.0;
  box-sizing: border-box;
}

h1 a {
  display: block;
  height: 40px;
}

h1 img {
  width: auto;
  vertical-align: top;
}

@media (max-width: 1159px) {
  h1 {
    padding: 26px 5px 26px 15px;
  }

  h1 a {
    height: 24px;
  }

  h1 a img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    height: 40px;
    padding: 18px 10px;
  }

  h1 img {
    height: 30px;
  }
}

/* --------- グローバルナビ --------- */
@media (max-width: 1039px) {
  #gnav {
    padding-left: 3%;
  }
}

#gnav .uk-navbar-nav > li > a {
  padding: 20px 15px !important;
  margin: 0;
  border: none;
  text-shadow: none;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  cursor: pointer !important;
  text-align: center;
  height: auto;
  position: relative;
}

#gnav .uk-navbar-nav > li:hover::before {
  content: "";
  background: #00537b;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease;
}

#gnav .uk-navbar-nav > li > a:before {
  content: "";
  border-left: 1px solid #ccc;
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

/* お問い合わせボタン --------- */
#gnav .uk-navbar-nav > li.contact {
  background: #00537b;
}

#gnav .uk-navbar-nav > li.contact > a {
  color: #fff;
}

#gnav .uk-navbar-nav > li.contact > a:before {
  content: none;
}

#gnav .uk-navbar-nav > li.contact > a i {
  color: #30c8df;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

/* hover時 */
#gnav .uk-navbar-nav > li.contact:hover {
  background: #333;
}

#gnav .uk-navbar-nav > li.contact:hover::before {
  content: none;
}

/* グロナビ 英訳に伴い改修　20210925
========================================================================== */
/* お問い合わせボタン 20210925英訳ページ制作時追加 ※メニューをWP制御に変更したため--------- */
#gnav .uk-navbar-nav > li.menu-item-1075,
#gnav .uk-navbar-nav > li.menu-item-1239 {
  background: #00537b;
}

#gnav .uk-navbar-nav > li.menu-item-1075 > a,
#gnav .uk-navbar-nav > li.menu-item-1239 > a {
  color: #fff;
}

#gnav .uk-navbar-nav > li.menu-item-1075 > a:before,
#gnav .uk-navbar-nav > li.menu-item-1239 > a:before {
  content: none;
}

#gnav .uk-navbar-nav > li.menu-item-1075 > a i,
#gnav .uk-navbar-nav > li.menu-item-1239 > a i {
  color: #30c8df;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

/* hover時 */
#gnav .uk-navbar-nav > li.menu-item-1075:hover,
#gnav .uk-navbar-nav > li.menu-item-1239:hover {
  background: #333;
}

#gnav .uk-navbar-nav > li.menu-item-1075:hover::before,
#gnav .uk-navbar-nav > li.menu-item-1239:hover::before {
  content: none;
}

#gnav .uk-navbar-nav > li.lang-item {
  background-color: #3a3a3a;
}

#gnav .uk-navbar-nav > li.menu-item-1085-ja > a:before,
#gnav .uk-navbar-nav > li.menu-item-1091-ja > a:before {
  content: "";
  border-left: none;
}

#gnav .uk-navbar-nav > li.menu-item-1085-en > a:before,
#gnav .uk-navbar-nav > li.menu-item-1091-en > a:before {
  content: "";
  border-left: 1px solid #666;
}

.menu-item-has-children {
  position: relative;
}

/* 子メニュー - .sub-menu */
#gnav .sub-menu {
  position: absolute;
  width: 180px;
  background: #333;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

#gnav .sub-menu li {
  list-style: none;
}

#gnav .sub-menu li a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  display: block;
}

#gnav .sub-menu li a:hover {
  text-decoration: none;
  background: #555555;
}

/* ホバーで子メニュー表示 */
#gnav .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

#gnav li.menu-item-has-children li a:hover {
  background: #555555;
}

@media (max-width: 1219px) {
  #gnav .uk-navbar-nav > li > a {
    padding: 0 16px;
  }
}

/* dropdown --------- */
.uk-dropdown,
.uk-dropdown-blank {
  width: 180px;
}

.uk-dropdown-navbar {
  margin-top: 0px;
  background: #333;
  color: #fff;
  left: -1px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.uk-nav-navbar > li > a {
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}

.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
  background: #555;
  color: #fff;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
}

/* --- ナビ（ホバー時） ---- */
#gnav .uk-navbar-nav > li:hover,
#gnav .uk-navbar-nav > li.active {}

#gnav .uk-navbar-nav > li.uk-open > a,
#gnav .uk-navbar-nav > li:hover > a,
#gnav .uk-navbar-nav > li > a:focus,
#gnav .uk-navbar-nav > li.active > a {
  background: none;
  outline: 0;
  position: relative;
  z-index: 1;
  border-top: none;
  border-right: none;
  box-shadow: none;
}

/* --- ハンバーガーメニュー　toggle ---- */
.tm-navbar {
  height: 60px;
  text-decoration: none;
  padding: 17px 10px;
  width: 60px;
  box-sizing: border-box;
  float: right;
  text-align: center;
  position: relative;
  background: #00537b;
}

.toggle,
.toggle:before,
.toggle:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  /*線の太さ*/
  width: 30px;
  /*長さ*/
  border-radius: 1px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}

.toggle:before {
  bottom: -10px;
}

.toggle:after {
  bottom: -20px;
}

@media (min-width: 768px) {
  .tm-navbar {
    height: 80px;
    padding: 22px 10px;
    width: 80px;
  }

  .toggle,
  .toggle:before,
  .toggle:after {
    width: 40px;
    /*長さ*/
  }

  .toggle:before {
    bottom: -15px;
  }

  .toggle:after {
    bottom: -30px;
  }
}

/* スマホメニュー（modal） ---- */
#spnNav.uk-modal {
  background: #00537b;
  z-index: 9999 !important;
}

#spnNav.uk-modal .uk-modal-dialog {
  background: none;
  box-shadow: none;
}

/* 閉じるボタン ---- */
#spnNav.uk-modal .uk-modal-dialog > .uk-close {
  color: #fff;
  opacity: 1;
  display: inline-block;
  position: relative;
  margin: -10px 10px 0 0 !important;
  padding: 0;
  width: 2px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
}

#spnNav.uk-modal .uk-modal-dialog > .uk-close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

/* gnavi ---- */
#spnNav.uk-modal .uk-modal-dialog > .uk-close:first-child + :not([class*=uk-modal-]) {
  margin-top: 30px;
}

#spnNav.uk-modal .uk-modal-dialog .uk-nav > li {
  padding: 25px 10px;
  border-bottom: 1px solid #447288;
}

#spnNav.uk-modal .uk-modal-dialog :focus {
  outline: none;
}

#spnNav.uk-modal .uk-modal-dialog .uk-nav > li > a {
  font-size: 20px;
  color: #fff;
  padding: 0;
  position: relative;
}

#spnNav.uk-modal .uk-modal-dialog .uk-nav > li > a:after,
#spnNav.uk-modal .uk-modal-dialog .uk-nav-sub > li > a:after {
  content: "→";
  font-size: 18px;
  margin-right: 0px;
  float: right;
  text-align: center;
  font-weight: 100;
  color: #fff;
}

.uk-nav-parent-icon > .uk-parent > a:after {
  content: url(/wp/wp-content/themes/yasuda/common/images/icon_plus.svg) !important;
  margin-right: -5px !important;
  float: right;
  text-align: center;
  font-weight: 100;
  color: #00537b !important;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 1.0;
  box-sizing: border-box;
  padding: 6px;
}

.uk-nav-parent-icon > .uk-parent > div {
  width: 100%;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: url(/wp/wp-content/themes/yasuda/common/images/icon_minus.svg) !important;
}

/* ----ドロップダウン　子リスト ---- */
.uk-modal-dialog .uk-nav-sub {
  border-top: none;
  box-shadow: none;
  background: none;
  padding-top: 20px;
}

.uk-modal-dialog .uk-nav-sub > li > a {
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
}

/* ----uk-touch ---- */
.uk-touch:hover {
  transition: none !important;
}

/* スマホナビゲーション改修　20210925
========================================================================== */
.uk-nav-parent-icon > .menu-item-has-children > a:after {
  content: "\f104" !important;
  width: 20px !important;
  margin-right: -10px !important;
  float: right !important;
  font-family: FontAwesome !important;
  text-align: cente !importantr
}

.uk-nav-parent-icon > .menu-item-has-children.uk-open > a:after {
  content: "\f107" !important;
}

.uk-nav-parent-icon > .menu-item-has-children > a:after {
  content: url(/wp/wp-content/themes/yasuda/common/images/icon_plus.svg) !important;
  margin-right: -5px !important;
  float: right;
  text-align: center;
  font-weight: 100;
  color: #00537b !important;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 1.0;
  box-sizing: border-box;
  padding: 6px;
}

.uk-nav-parent-icon > .menu-item-has-children > div {
  width: 100%;
}

.uk-nav-parent-icon > .menu-item-has-children.uk-open > a:after {
  content: url(/wp/wp-content/themes/yasuda/common/images/icon_minus.svg) !important;
}

/* 言語切り替え */
.spLanguage {
  padding: 20px 10px;
}

.spLanguage .langList {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}

.spLanguage .langList li {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 48%;
  text-align: center;
}

.spLanguage .langList li a {
  color: #fff;
}

.spLanguage .langList li img {
  width: 26px !important;
  height: auto !important;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  background: #00537b;
  padding: 30px 0px 0px 0px;
  color: #fff;
}

footer #Copyright {
  background-color: #333;
  text-align: center;
  color: #ccc;
  font-size: 12px;
  padding: 10px 0px;
  margin-top: 30px;
}

footer address {
  margin: 0 auto;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #00ccff;
}

footer ul {
  padding: 0px;
}

footer ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 12px;
}

footer ul li ul {
  padding-left: 15px !important;
}

footer ul li ul li {
  margin-bottom: 0px;
}

/* ==========================================================================
pageTop
========================================================================== */
.pageTop {
  position: relative;
  height: 0;
  margin: 0 auto;
}

.pageTop a {
  position: fixed;
  right: 20px;
  display: block;
  font-size: 40px;
  padding: 10px;
  width: 60px;
  height: 60px;
  color: #fff;
  box-sizing: border-box;
  /* ↓以下はリンク装飾↓ */
  background: #333;
  text-align: center;
  outline: none;
  text-decoration: none;
  z-index: 999;
  border-radius: 50%;
}

/* ==========================================================================
お問い合わせボタン（SPN　フッター固定）
========================================================================== */
.contact_spn {
  position: fixed;
  background: #00537b;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.contact_spn a {
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.0;
}

.contact_spn a:hover {
  text-decoration: none;
}

.contact_spn a i {
  margin-right: 6px;
  color: #30c8df;
  font-size: 25px;
}

/* ==========================================================================
トップページ
========================================================================== */
/* main01 （地上）--------------------------- */
#top .main01 {
  background: url(/wp/wp-content/themes/yasuda/images/main01.jpg) #8da9e5 center bottom no-repeat;
  background-size: cover;
  height: 100vh;
}

/*
#top .main01 h2 img{
  height: 175px;
  padding: 50px 0 0 50px;
}
@media (max-width: 479px){
  #top .main01 h2 img{
    height: 120px;
    padding: 50px 0 0 20px;
  }
}
*/
#top .main01 h2 {
  color: #fff;
  font-size: 60px;
  padding: 50px 0px 0px 50px;
  font-family: "Sawarabi Mincho";
}

#top .main01 h2.textShadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

@media (max-width: 479px) {
  #top .main01 h2 {
    font-size: 30px;
    padding: 20px 0px 0px 20px;
  }
}

/* main02 （地下）--------------------------- */
#top .main02 {
  background: url(/wp/wp-content/themes/yasuda/images/main02_bg.jpg) top no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

#top .main02:after {
  content: "";
  background: #e6e6e6;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#top .main02 h3 {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  color: #34291e;
}

@media (max-width: 479px) {
  #top .main02 h3 {
    font-size: 20px;
    line-height: 1.3 !important;
  }
}

/* 各box ------ */
#top .main02 .uk-grid {
  display: inline-block;
  position: relative;
  z-index: 1;
}

#top .main02 .box {
  max-width: 320px;
  margin: 30px auto;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  #top .main02 .box {
    margin: 10px auto;
  }
}

/* カテゴリー名 ------ */
#top .main02 a .text {
  background: #fff;
  padding: 15px 0 30px;
  position: relative;
  color: #34291e;
}

#top .main02 a:hover .text {
  background: #efefef;
}

#top .main02 a h4 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #34291e;
  margin: 0;
}

#top .main02 a h4 span {
  font-weight: normal;
  font-size: 12px;
  display: block;
  color: #00537b;
}

@media (max-width: 959px) {
  #top .main02 a h4 {
    font-size: 18px;
  }
}

#top .main02 a .text:after {
  content: "▼";
  color: #30c8df;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
}

#top .main02 a:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  #top .main02 .box {
    display: flex;
  }

  #top .main02 a .img {
    width: 35%;
    float: left;
    position: relative;
  }

  #top .main02 a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    max-width: 150%;
    width: 100%;
  }

  #top .main02 a .text {
    width: 65%;
    float: right;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
  }

  #top .main02 a h4 {
    text-align: left;
    margin-bottom: 5px;
  }

  #top .main02 a p {
    margin: 5px 0;
  }

  #top .main02 a .text:after {
    content: "▶︎";
    color: #30c8df;
    bottom: auto;
    top: 50%;
    right: 10px;
    left: auto;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
}

/* スライダー　--------------------------- */
#top .slideArea {
  background: #e6e6e6;
  padding: 50px 0;
}

#top .slideArea .uk-slideshow li.slide01 {
  position: relative;
}

#top .slideArea .uk-slideshow li.slide01 iframe {
  width: 40%;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  height: 80%;
}

.uk-slidenav {
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 1.0;
}

.uk-slidenav-previous:before {
  content: "\f137";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 30px;
}

.uk-slidenav-position .uk-slidenav-previous {
  left: 0px;
}

.uk-slidenav-previous:before {
  content: "\f137";
  color: #ccc;
  font-size: 30px;
}

.uk-slidenav-position .uk-slidenav-next {
  right: 0px;
}

.uk-slidenav-next:before {
  content: "\f138";
  color: #ccc;
  font-size: 30px;
}

.uk-slidenav-position .uk-slidenav-previous,
.uk-slidenav-position .uk-slidenav-next {
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 767px) {
  #top .slideArea .uk-container {
    padding: 0px 10px;
  }
}

/* ニュース&トピックス--------------------------- */
#top .newsArea {
  padding: 80px 0;
  background: url(/wp/wp-content/themes/yasuda/images/news_bg.jpg) repeat;
}

#top .newsArea .text h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px;
}

#top .newsArea .text h3 span {
  font-size: 14px;
  color: #00537b;
  display: block;
  font-weight: normal;
}

@media (max-width: 479px) {
  #top .newsArea .text h3 {
    font-size: 24px;
  }

  #top .newsArea .text h3 span {
    font-size: 12px;
  }
}

#top .newsArea .text a {
  color: #333;
}

#top .newsArea .text a:hover {
  text-decoration: none;
}

#top .newsArea .text a:hover li {
  background: rgba(255, 255, 255, .3);
}

#top .newsArea .text ul.newsList {
  border-top: 1px solid #b2b2b2;
}

#top .newsArea .text ul.newsList a li {
  padding: 15px;
  border-bottom: 1px solid #b2b2b2;
}

#top .newsArea .text ul.newsList a li .date {
  margin-right: 2em;
}

@media (max-width: 479px) {
  #top .newsArea .text ul.newsList a li .date {
    display: block;
  }
}

/* バナー　---------- */
#top .newsArea .bnr .box {
  background: #cccccc;
  padding: 20px;
  border: 1px solid #fff;
}

#top .newsArea .bnr .box ul > li {
  margin: 10px 0;
  text-align: center;
}

#top .newsArea .bnr .box ul > li a {
  display: block;
}

#top .newsArea .bnr .box ul > li a:hover img {
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -o-filter: contrast(130%);
  -ms-filter: contrast(130%);
  filter: contrast(130%);
}

@media (max-width: 959px) {
  #top .newsArea .bnr .box {
    margin: 30px 0;
    padding: 15px 15px 10px;
  }

  #top .newsArea .bnr .box ul > li {
    float: left;
    width: 50%;
  }

  #top .newsArea .bnr .box ul > li a {
    margin: 5px;
  }
}

@media (max-width: 479px) {
  #top .newsArea .bnr .box ul > li {
    width: 100%;
    margin: 5px 0;
  }
}

#top #documentDL {
  background-color: #e8fef2;
  border: 1px solid #84bca1;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
}

@media (max-width: 479px) {
  #top #documentDL {
    width: 280px;
    margin: 0px auto;
  }
}

#top #documentDL h5 {
  color: #115031;
  font-weight: bold;
  margin-bottom: 5px;
}

#top #documentDL ul,
#top #documentDL ul li {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#top #documentDL ul li a {
  color: #00598c;
}

/* お知らせ記事ページ　ページ送り */
.post-navigation {
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 35px;
}

.post-navigation .prev {
  float: left;
}

.post-navigation .next {
  float: right;
}

/* インタビュー　--------------------------- */
#top .interviewArea {
  background: #e6e6e6;
  padding: 80px 0;
}

#top .interviewArea h3 {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  margin: auto;
}

#top .interviewArea h3 span {
  color: #00537b;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 479px) {
  #top .interviewArea {
    padding: 50px 0;
    padding-bottom: 25%;
  }

  #top .interviewArea h3 {
    font-size: 24px;
  }

  #top .interviewArea h3 span {
    font-size: 12px;
  }
}

/* インタビュー ------- */
#top .interviewArea .interview {
  position: relative;
}

#top .interviewArea a.scale {
  display: block;
  margin: 75px auto;
  width: 95%;
}

#top .interviewArea a .interview {
  color: #333;
}

#top .interviewArea .interview .img {
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  position: absolute;
  width: 65%;
  padding: 0;
}

#top .interviewArea .interview .img img {
  width: 100%;
  z-index: 0;
}

#top .interviewArea .interview .img.left {
  left: 0;
}

#top .interviewArea .interview .img.right {
  right: 0;
}

#top .interviewArea a:hover {
  text-decoration: none;
}

#top .interviewArea .interview .text {
  border: 1px solid #333;
  padding: 50px 30px;
  z-index: 10;
  box-sizing: border-box;
  line-height: 1.8;
}

#top .interviewArea .interview .text.pd-l {
  padding-left: 8%;
}

#top .interviewArea .interview .text.pd-r {
  padding-right: 8%;
}

#top .interviewArea .interview .text .lead {
  font-size: 24px;
  line-height: 1.3;
  font-family: ro-san-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#top .interviewArea .interview .text .name {
  text-align: right;
  font-size: 18px;
  font-family: ro-san-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#top .interviewArea a {
  cursor: default;
}

@media (max-width: 959px) {
  #top .interviewArea .interview .img {
    width: 55%;
  }
}

@media (max-width: 767px) {
  #top .interviewArea .interview {
    margin: 0;
  }

  #top .interviewArea a.scale {
    margin: 50px auto;
    width: 100%;
    width: calc(100% - 50px);
  }

  #top .interviewArea a.scale:hover .img img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
  }

  #top .interviewArea .interview .text {
    width: 100%;
    padding: 70% 30px 30px !important;
  }

  #top .interviewArea .interview .img {
    top: 20px;
    transform: translateY(0%);
    -webkit- transform: translateY(0%);
    width: 100%;
    text-align: center;
  }

  #top .interviewArea .interview .img img {
    width: 90%;
    margin: 0 auto;
  }
}

/* 採用情報　--------------------------- */
#top .recruitArea {
  background: #fff;
  padding: 80px 0;
  padding-bottom: 27%;
  text-align: center;
  position: relative;
}

#top .recruitArea h3 {
  font-weight: 900;
  font-size: 30px;
}

#top .recruitArea h3 span {
  color: #00537b;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 479px) {
  #top .recruitArea {
    padding: 50px 0;
    padding-bottom: 25%;
  }

  #top .recruitArea h3 {
    font-size: 24px;
  }

  #top .recruitArea h3 span {
    font-size: 12px;
  }
}

#top .recruitArea .lead {
  color: #00537b;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.0;
  margin: 50px 0;
}

@media (max-width: 959px) {
  #top .recruitArea .lead {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  #top .recruitArea .lead {
    font-size: 40px;
  }
}

@media (max-width: 479px) {
  #top .recruitArea .lead {
    font-size: 32px;
  }
}

#top .recruitArea .img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  margin: 0;
}

#top .recruitArea .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  margin: 0;
}

@media (max-width: 479px) {
  #top .recruitArea .img {
    width: 60%;
  }
}

#top .recruitArea .btn a {
  background: #c4c801;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
}

#top .recruitArea .btn a:hover {
  background: #30c8e0;
}

#top .recruitArea .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 36px;
}

@media (max-width: 959px) {
  #top .recruitArea .btn a {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  #top .recruitArea .btn a {
    width: 80px;
    height: 80px;
  }

  #top .recruitArea .btn a span {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  #top .recruitArea .btn a {
    width: 60px;
    height: 60px;
  }

  #top .recruitArea .btn a span {
    font-size: 24px;
  }
}

/* ==========================================================================
トップページ　21.02.08追加
========================================================================== */
#top .numbers01 {
  margin-top: 50px;
}

/*---------------------------------------------
js-slide
---------------------------------------------*/
#top .slideArea .cmn-pickup_slide .inner .js-slide a {
  cursor: pointer;
}

#top .cmn-pickup_slide {
  margin: 30px auto 0;
  width: 85%;
}

#top .cmn-pickup_slide .inner .js-slide {
  max-width: 936px;
  margin: 0 auto;
  position: relative;
  line-height: 100%;
}

#top .cmn-pickup_slide .inner .js-slide a {
  display: block;
  position: relative;
  padding: 0 5px 5px 0;
}

#top .cmn-pickup_slide .inner .js-slide .slick-slide {
  margin: 0 5px;
}

@media (max-width: 640px) {
  #top .cmn-pickup_slide .inner .js-slide {
    max-width: 85%;
  }
}

/*---------------------------------------------
js-slide arrow
---------------------------------------------*/
#top .cmn-pickup_slide .inner .js-slide .box-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

#top .cmn-pickup_slide .inner .js-slide .box-arrow.box-prev {
  left: 0;
  margin-left: -60px;
}

#top .cmn-pickup_slide .inner .js-slide .box-arrow.box-next {
  right: 0;
  margin-right: -60px;
}

#top .cmn-pickup_slide .inner .js-slide .box-arrow::before,
#top .cmn-pickup_slide .inner .js-slide .box-arrow::after {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#top .cmn-pickup_slide .inner .js-slide .box-arrow.box-prev::before,
#top .cmn-pickup_slide .inner .js-slide .box-arrow.box-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media (max-width: 640px) {
  #top .cmn-pickup_slide .inner .js-slide .box-arrow.box-prev {
    margin-left: -30px;
  }

  #top .cmn-pickup_slide .inner .js-slide .box-arrow.box-next {
    margin-right: -30px;
  }
}

/* ==========================================================================
下層ページ共通
========================================================================== */
/* パンくず--------------------------- */
.breadCrumb {
  padding: 10px 0;
  background: #00537b;
}

@media (max-width: 767px) {
  .breadCrumb {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.breadCrumb ul {
  margin: 0;
}

.breadCrumb ul > li {
  color: #fff;
  font-size: 12px;
}

.breadCrumb ul > li > a {
  color: #fff;
}

.breadCrumb ul > li > a i {
  color: #fff;
}

/* ページタイトル　--------------------------- */
/* --- 背景 --- */
.titleArea.index {
  background: url("/wp/wp-content/themes/yasuda/common/images/title_bg.jpg") no-repeat right;
  background-size: cover;
  position: relative;
  height: 400px;
}

@media (max-width: 767px) {
  .titleArea.index {
    height: 200px;
    background-size: 180%;
  }
}

@media (max-width: 480px) {
  .titleArea.index {
    height: 150px;
  }
}

/* --- h2 --- */
.titleArea.index .h2Box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.titleArea.index h2 {
  text-align: center;
  font-size: 45px;
  color: #fff;
  letter-spacing: 6px;
}

.titleArea.index h2 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .titleArea.index .h2Box {
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }

  .titleArea.index h2 {
    font-size: 30px;
    letter-spacing: 0px;
  }

  .titleArea.index h2 span {
    font-size: 12px;
  }
}

a.restore:after {
  content: url(/wp/wp-content/themes/yasuda/common/images/icon_restore.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
}

/* h3見出し（センター）　--------------------------- */
h3.ttl-01 {
  font-size: 40px;
  font-weight: 900;
  position: relative;
  text-align: center;
}

h3.ttl-01:after {
  content: "";
  width: 3em;
  height: 3px;
  background: #00537b;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

@media (max-width: 767px) {
  h3.ttl-01 {
    font-size: 30px;
  }

  h3.ttl-01:after {
    bottom: -10px;
  }
}

/* h3見出し（左）　--------------------------- */
h3.ttl-01.left {
  text-align: left;
}

h3.ttl-01.left:after {
  left: 0;
  transform: none;
  -webkit- transform: none;
}

/* h4 ttl-01 左に水色の線 ----------------------- */
h4.ttl-01 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 5px solid #30c8df;
  margin-bottom: 0px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  h4.ttl-01 {
    font-size: 18px;
  }
}

/* hoverで画像拡大 ----------------------- */
a.scale .img {
  overflow: hidden;
}

a.scale .img img {
  transition: all 0.5s ease;
}

a.scale:hover .img img {
  opacity: 1.0;
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -o-filter: contrast(130%);
  -ms-filter: contrast(130%);
  filter: contrast(130%);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* pagenation ----- */
.uk-pagination {
  margin: 50px 0;
}

.uk-pagination > li > a,
.uk-pagination > li > span {
  border-radius: 0;
  background: #fff;
  border: 1px solid #00537b;
  color: #00537b;
  ;
  padding: 10px;
}

.uk-pagination > li.uk-active > span {
  background: #00537b;
  color: #fff;
  cursor: pointer;
}

.uk-pagination > li.uk-active > span:hover {
  background: #30c8df;
  border: 1px solid #00537b;
  ;
  transition: all 0.5s ease;
}

.uk-pagination > li > a:hover,
.uk-pagination > li > span:hover {
  background: #30c8df;
  border: 1px solid #009dd8;
  color: #fff;
  transition: all 0.5s ease;
  text-shadow: none;
}

.uk-pagination > .uk-disabled > span {
  background-color: #e6e6e6;
  color: #333;
  border: 1px solid rgba(0, 0, 0, .2);
  text-shadow: none;
}

.uk-pagination > .uk-disabled > span:hover {
  background-color: #e6e6e6;
  color: #333;
  border: 1px solid rgba(0, 0, 0, .2);
  text-shadow: none;
}

/* ==========================================================================
ニュース & トピックス /news
========================================================================== */
/* ニュース & トピックス 共通 /news/
========================================================================== */
/* --- タイトル背景 （index）--- */
.titleArea.news {
  background-image: url("/wp/wp-content/themes/yasuda/images/news/title_bg.jpg");
}

/* --- タイトル背景 --- */
.titleArea.news_detail {
  background-image: url("/wp/wp-content/themes/yasuda/images/news/detail_title_bg.jpg");
  background-position: center;
}

#news {
  padding: 80px 0;
}

@media (max-width: 767px) {
  #news {
    padding: 50px 0;
  }
}

/* メイン（左側） ----------------------- */
@media (min-width: 768px) {
  #news .mainCnts {
    margin-right: 50px;
    width: calc(75% - 50px);
  }
}

/* h3 ----- */
#news h3 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #news h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #news h3 {
    font-size: 24px;
  }
}

/* サイド（右側、index・detail共通） ----------------------- */
@media (min-width: 768px) {
  #news .sideCnts {
    border-left: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  #news .sideCnts {
    margin-top: 20px;
    padding-top: 20px;
  }
}

/* h3 ----- */
#news .sideCnts h3 {
  color: #00537b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #news .sideCnts h3 {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
}

/* ul ----- */
#news .sideCnts ul > li {
  padding: 10px 0;
}

#news .sideCnts ul > li > a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  display: block;
  transition: all 0.5s ease;
}

#news .sideCnts ul > li > a:hover {
  color: #30c8df;
}

#news .sideCnts ul > li > a:after {
  content: "▶︎";
  color: #00537b;
  margin-left: 15px;
  display: inline-block;
}

/* ニュース & トピックス 一覧 /news/index.html
========================================================================== */
#news.index a .post .uk-grid {
  margin-left: 0;
}

/* a ----- */
#news.index a .post {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px 30px;
  margin: 15px 0;
}

#news.index a:hover {
  text-decoration: none !important;
}

/* ニュース ----- */
/* img  */
#news.index a .img {
  overflow: hidden;
  height: 120px;
  border: 1px solid #ccc;
  position: relative;
}

#news.index a .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

#news.index a:hover img {
  opacity: 1.0;
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -o-filter: contrast(130%);
  -ms-filter: contrast(130%);
  filter: contrast(130%);
}

@media (max-width: 480px) {
  #news.index a .img {
    margin: 20px auto;
    height: 200px;
  }
}

/* text  */
@media (max-width: 480px) {
  #news.index a .text {
    padding-left: 0;
  }
}

/* date  */
#news.index .post .date {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  color: #00537b;
  margin: 0 0 8px;
}

/* タイトル  */
#news.index .post .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
}

/* 続きを見る ----- */
#news.index .post .more {
  color: #ff6600;
  text-decoration: underline;
}

/* ニュース & トピックス 詳細 /news/detail.html
========================================================================== */
/* h3 ----- */
#news.detail .mainCnts h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

/* date ----- */
#news.detail .date {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  color: #00537b;
  margin: 0 0 30px;
}

/* img ----- */
#news.detail .img {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #news.detail .img {
    width: 80%;
    margin: 0 auto 30px;
  }
}

/* 記事タイトル ----- */
#news.detail .title {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 480px) {
  #news.detail .title {
    font-size: 16px;
    font-weight: bold;
  }
}

/* 一覧に戻るリンク----- */
#news.detail .pageNav {
  margin: 50px auto;
  text-align: center;
}

#news.detail .pageNav ul {
  display: inline-block;
}

#news.detail .pageNav ul > li {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

#news.detail .pageNav ul > li.prev > a,
#news.detail .pageNav ul > li.next > a {
  color: #00537b;
  white-space: nowrap;
}

#news.detail .pageNav ul > li.list > a {
  color: #00537b;
  border: 1px solid #00537b;
  padding: 10px 20px;
  transition: all 0.5s ease;
}

#news.detail .pageNav ul > li.list > a:hover {
  color: #fff;
  background: #00537b;
  text-decoration: none;
}

@media (max-width: 480px) {
  #news.detail .pageNav {
    position: relative;
    padding-bottom: 30px;
  }

  #news.detail .pageNav ul > li {
    width: 50%;
  }

  #news.detail .pageNav ul > li.list > a {
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
  }
}

/* ==========================================================================
会社案内 /company
========================================================================== */
/* --- タイトル背景 --- */
.titleArea.company {
  background-image: url("/wp/wp-content/themes/yasuda/images/company/title_bg.jpg");
}

/* 会社案内 会社概要 /company/index.html
========================================================================== */
/* 社長挨拶 ----------------------- */
/* メインイメージ ----- */
#company .sec01 .mainimg {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_gray_dot.jpg) repeat;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: -2;
}

@media (max-width: 767px) {
  #company .sec01 .mainimg {
    padding: 50px 0;
  }
}

/* 紺のback 斜め */
#company .sec01 .mainimg:before {
  content: "";
  width: 36%;
  height: 100%;
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_navy_dot.jpg) repeat;
  transform: skew(-25deg, 0deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#company .sec01 .mainimg:after {
  content: "";
  width: 10%;
  height: 100%;
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_navy_dot.jpg) repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 959px) {
  #company .sec01 .mainimg:before {
    width: 25%;
  }

  #company .sec01 .mainimg:after {
    width: 12%;
  }
}

@media (max-width: 480px) {
  #company .sec01 .mainimg {
    padding: 30px 0 50px 0;
  }

  #company .sec01 .mainimg:before {
    transform: skew(0deg, -10deg);
    width: 100%;
    height: 25%;
    bottom: 0;
    top: auto;
  }

  #company .sec01 .mainimg:after {
    width: 100%;
    height: 10%;
    bottom: 0;
    top: auto;
  }
}

/* h3（リード文） */
#company .sec01 .mainimg h3 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  margin: 0;
}

#company .sec01 .mainimg h3.en {
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 1259px) {
  #company .sec01 .mainimg h3 {
    font-size: 40px;
  }
}

@media (max-width: 959px) {
  #company .sec01 .mainimg h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  #company .sec01 .mainimg h3 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  #company .sec01 .mainimg h3 {
    font-size: 25px;
  }
}

/* 名前  */
#company .sec01 .mainimg .name {
  font-size: 30px;
  margin: 50px 0 0;
}

#company .sec01 .mainimg .name span {
  font-size: 20px;
  margin-right: 1em;
}

@media (max-width: 767px) {
  #company .sec01 .mainimg .name {
    font-size: 20px;
    margin: 30px 0 0;
  }

  #company .sec01 .mainimg .name span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #company .sec01 .mainimg .name {
    margin: 15px 0 50px;
    font-size: 18px
  }

  #company .sec01 .mainimg .name span {
    font-size: 12px;
    display: block;
  }
}

/* 社長画像  */
#company .sec01 .mainimg .uk-container .img {
  position: absolute;
  right: 15%;
  bottom: 0;
  margin: 0;
}

#company .sec01 .mainimg .uk-container .img-en {
  position: absolute;
  right: 15%;
  bottom: 0;
  margin: 0;
  text-align: right;
}

#company .sec01 .mainimg .uk-container .img-en img {
  width: 390px;
  height: auto;
}

@media (max-width: 959px) {
  #company .sec01 .mainimg .uk-container .img {
    right: 2%;
    text-align: right;
  }

  #company .sec01 .mainimg .uk-container .img img {
    width: 75%;
  }

  #company .sec01 .mainimg .uk-container .img-en img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #company .sec01 .mainimg .uk-container .img img {
    right: 5%;
  }

  #company .sec01 .mainimg .uk-container .img-en {
    width: 65%;
  }

  #company .sec01 .mainimg .uk-container .img-en img {
    width: 35%;
  }
}

@media (max-width: 480px) {
  #company .sec01 .mainimg .uk-container .img {
    right: -20px;
  }

  #company .sec01 .mainimg .uk-container .img img {
    width: 60%;
  }

  #company .sec01 .mainimg .uk-container .img-en {
    right: 3%;
    width: 100%;
  }

  #company .sec01 .mainimg .uk-container .img-en img {
    width: 50%;
  }
}

/* ご挨拶　テキスト ----- */
#company .sec01 .text {
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 2.0;
}

#company .sec01 .text .name {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  #company .sec01 .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* 経営理念、経営方針、行動規範 ----------------------- */
#company .sec02 ul {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_navy_dot.jpg) repeat;
}

#company .sec02 ul > li {
  width: 33.3333%;
  float: left;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  #company .sec02 ul > li {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  #company .sec02 ul > li {
    width: 100%;
  }
}

/* 紺色背景 ----- */
#company .sec02 ul > li.navy {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_navy_dot.jpg) repeat;
}

/* 黒色背景 ----- */
#company .sec02 ul > li.black {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_black_dot.jpg) repeat;
}

/* h3 ----- */
#company .sec02 ul > li h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.3;
  margin: 0 0 30px;
}

#company .sec02 ul > li h3 span {
  font-size: 18px;
  display: block;
  position: relative;
}

#company .sec02 ul > li h3 span:after {
  content: "";
  width: 4em;
  height: 2px;
  background: #30c8df;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

@media (max-width: 1259px) {
  #company .sec02 ul > li h3 {
    font-size: 48px;
  }

  #company .sec02 ul > li h3 span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #company .sec02 ul > li h3 {
    font-size: 40px;
  }

  #company .sec02 ul > li h3 span {
    font-size: 12px;
  }

  #company .sec02 ul > li h3 span:after {
    top: 20px;
  }
}

/* p ----- */
#company .sec02 ul > li p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1259px) {
  #company .sec02 ul > li p {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  #company .sec02 ul > li p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #company .sec02 ul > li p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #company .sec02 ul > li p {
    font-size: 14px;
  }
}

/* 会社概要 ----------------------- */
#company .sec03 {
  padding: 80px 0;
}

@media (max-width: 767px) {
  #company .sec03 {
    padding: 50px 0;
  }
}

/* h3 ----- */
#company .sec03 h3 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #company .sec03 h3 {
    margin-bottom: 60px;
  }
}

/* table （沿革と共通）----- */
#company table.uk-table {
  width: 90%;
  margin: 50px auto;
}

#company table.uk-table th,
#company table.uk-table td {
  padding: 20px 50px;
}

#company table.uk-table th {
  font-size: 18px;
  vertical-align: top;
  white-space: nowrap;
}

#company table.uk-table td {
  font-size: 16px;
}

@media (max-width: 767px) {
  #company table.uk-table {
    width: 100%;
    margin: 30px auto;
  }

  #company table.uk-table tr {
    display: block;
  }

  #company table.uk-table th,
  #company table.uk-table td {
    display: list-item;
    list-style: none;
    padding: 15px 20px;
  }

  #company table.uk-table th {
    border: none !important;
    padding-bottom: 0;
    font-size: 16px;
  }

  #company table.uk-table td {
    padding-top: 5px;
    font-size: 12px;
  }
}

/* ol ----- */
#company .sec03 table td ol {
  padding-left: 1em;
  margin: 20px 0 10px;
}

#company .sec03 table td ol > li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #company .sec03 table td ol {
    padding-left: 1em;
    margin: 10px 0;
  }
}

/* tdが2つあるところ ----- */
#company .sec03 table tr.clm-1 > td,
#company .sec03 table tr.clm-2 > td {
  border: none;
  padding-bottom: 0px;
}

#company .sec03 table tr.clm-1.bd-b > td,
#company .sec03 table tr.clm-2.bd-b > td {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}

@media (max-width: 767px) {

  /* clm-1 営業登録 td ----- */
  #company .sec03 table tr.clm-1 > td {
    border-bottom: none !important;
    font-size: 14px;
  }

  #company .sec03 table tr.clm-1.bd-b > td:first-child {
    padding-bottom: 0px;
  }

  #company .sec03 table tr.clm-1 > td:last-child {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 12px;
  }

  #company .sec03 table tr.bd-b > td:last-child {
    padding-bottom: 20px;
  }

  /* clm-2 取締役、有資格者 td ----- */
  #company .sec03 table tr.clm-2 > td {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-right: 0;
    border-bottom: none !important;
  }

  #company .sec03 table tr.clm-2:before {
    content: "";
    display: table-cell;
  }

  #company .sec03 table tr.clm-2:after {
    content: "";
    display: table;
    clear: both;
  }

  #company .sec03 table tr.bd-b {
    border-bottom: 1px solid #E5E5E5;
  }
}

/* 沿革 ----------------------- */
#company .sec04 {
  padding: 80px 0;
  background: #e6e6e6;
}

#company .sec04 table.uk-table th,
#company .sec04 table.uk-table td {
  border-bottom: 1px solid #ccc;
}

/* 会社案内 加盟協会一覧  /company/association.html
========================================================================== */
/* --- タイトル背景 --- */
.titleArea.association {
  background-image: url("/wp/wp-content/themes/yasuda/images/company/association_title_bg.jpg");
}

#association {
  padding: 80px 0;
}

@media (max-width: 767px) {
  #association {
    padding: 50px 0;
  }
}

#association .sec01 .list {
  margin: 80px 0 0;
}

#association .sec01 ul {
  width: 33.33%;
  padding: 0 10px;
  margin: 0;
  float: left;
  box-sizing: border-box;
}

#association .sec01 ul > li {
  border-bottom: 1px solid #a3a3a3;
  padding: 15px 10px;
  color: #000;
  font-size: 15px;
}

#association .sec01 ul > li:before {
  content: "▶︎";
  color: #30c8df;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

#association .sec01 ul > li > a {
  color: #000;
}

@media (max-width: 959px) {
  #association .sec01 ul {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #association .sec01 ul {
    width: 100%;
  }
}

/* 会社案内 事業所一覧  /company/branch.html
========================================================================== */
#branch {
  padding: 80px 0;
}

@media (max-width: 767px) {
  #branch {
    padding: 50px 0;
  }
}

/* --- タイトル背景 --- */
.titleArea.branch {
  background-image: url("/wp/wp-content/themes/yasuda/images/company/branch_title_bg.jpg");
  background-position: center;
}

/* h3 ----------------- */
#branch h3 {
  margin-bottom: 80px;
}

#branch h4.ttl {
  font-size: 26px;
  /* 	font-weight: bold; */
  text-align: center;
  margin-top: 75px;
  color: #00527B;
}

#branch .anchor h4 {
  font-size: 18px;
  border-left: 5px solid #30c8df;
  padding-left: 5px;
}

/* 事業所を選択 ----------------- */
#branch .anchor .select_box {
  padding: 0;
  margin: 20px 0 60px 0;
}

#branch .anchor .select_box > li {
  float: left;
  display: inline-block;
  padding: 5px;
  width: 20%;
  box-sizing: border-box;
}

#branch .anchor .select_box > li:first-child {
  display: none;
}

#branch .anchor .select_box > li a {
  display: block;
  background: #e5e5e5;
  padding: 15px 0;
  text-align: center;
  color: #00537b;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}

#branch .anchor .select_box > li a:after {
  content: "▼";
  color: #30c8df;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

#branch .anchor .select_box > li a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

/* スマホ時セレクトボックスに ----- */
@media (min-width: 768px) {
  #branch .anchor .display_selectedItem {
    display: none;
    /* スマホ時以外は非表示 ----- */
  }

  #branch .anchor .select_box {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #branch .anchor .display_selectedItem {
    height: 60px;
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 30px;
    font-size: 16px;
    color: #00537b;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
  }

  #branch .anchor .display_selectedItem:after {
    content: "▼";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #30c8df;
    border-left: 1px solid #ccc;
    padding: 0 20px;
    font-size: 20px;
    line-height: 60px;
  }

  #branch .anchor .select_box {
    margin: -40px 0 0;
    border: 1px solid #ccc;
    border-top: none;
  }

  #branch .anchor .select_box > li {
    float: none;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #efefef;
  }

  #branch .anchor .select_box > li:last-child {
    border: none;
  }

  #branch .anchor .select_box > li:first-child {
    display: none;
  }

  #branch .anchor .select_box > li a {
    border-radius: 0px;
    padding: 15px;
    text-align: left;
    background: #fff;
  }

  #branch .anchor .select_box > li a:hover {
    background: #e5e5e5;
    color: #333;
  }

  #branch .anchor .select_box > li a:after {
    content: "▶︎";
  }
}

/* 各事業所の枠 ----------------- */
#branch .box {
  border-top: 1px solid #00537b;
  padding: 50px 20px;
  margin: 20px 0;
}

#branch .box.bd-b {
  border-bottom: 1px solid #00537b;
}

@media (max-width: 767px) {
  #branch .box {
    padding: 30px 10px 80px;
  }
}

/* 各事業所名　h4 ----- */
#branch .box .text h4 {
  font-weight: bold;
  border-left: 5px solid #00537b;
  font-size: 20px;
  padding-left: 10px;
}

/* 住所、TEL　dl ----- */
#branch .box .text dl {
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#branch .box .text dl > dt,
#branch .box .text dl > dd {
  display: block;
  border-top: 1px solid #ccc;
  padding: 15px 10px;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0px;
}

#branch .box .text dl > dt {
  width: 35%;
}

#branch .box .text dl > dd {
  width: 65%;
}

/*
#branch .box .text dl{
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
}
#branch .box .text dl>dt,
#branch .box .text dl>dd{
  border-top: 1px solid #ccc;
  padding: 15px 10px;
  font-size: 16px;
  box-sizing: border-box;
}
#branch .box .text dl>dt{
  width: 5em;
}
#branch .box .text dl>dd{
  margin-left: 5em;
}
@media (max-width: 767px){
  #branch .box .text dl{
    margin: 20px 0 40px;
  }
  #branch .box .text dl>dt{
    width: 100%;
    padding-bottom: 5px;
  }
  #branch .box .text dl>dd{
    margin-left: 0;
    border-top: none;
    padding-top: 0;
  }
}
*/
/* 英語 */
/*
#branch .box .text dl.en>dt,
#branch .box .text dl.en>dd{
  border-top: 1px solid #ccc;
  padding: 15px 10px;
  font-size: 16px;
  box-sizing: border-box;
}
#branch .box .text dl.en>dt{
  width: 6em;
}
#branch .box .text dl.en>dd{
  margin-left: 6em;
}
*/
/* 拡大地図を表示ボタン ----- */
#branch .box .text .btn {
  margin: 0;
  border: 2px solid #00537b;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  display: inline-block;
}

#branch .box .text .btn a {
  font-weight: bold;
  color: #00537b;
  font-size: 16px;
}

#branch .box .text .btn:hover {
  background: #00537b;
}

#branch .box .text .btn:hover a {
  text-decoration: none;
  color: #fff;
}

#branch .box .text .btn a:after {
  vertical-align: bottom;
}

#branch .box .text .btn a:hover::after {
  content: url(/wp/wp-content/themes/yasuda/common/images/icon_restore_white.svg);
}

@media (max-width: 767px) {
  #branch .box {
    position: relative;
  }

  #branch .box .text .btn {
    position: absolute;
    right: 0px;
    bottom: 10px;
  }
}

@media (max-width: 480px) {
  #branch .box .map iframe {
    height: 300px;
  }
}

/* 会社案内 海外事業部
========================================================================== */
/* --- タイトル背景 --- */
.titleArea.overseas {
  background-image: url("/wp/wp-content/themes/yasuda/images/company/overseas_title_bg.jpg");
}

#overseas {
  padding: 80px 0;
}

@media (max-width: 767px) {
  #overseas {
    padding: 50px 0;
  }
}

#overseas .lead {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

#overseas .lead-sub {
  text-align: center;
}

#overseas .sec01 {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #overseas .lead-sub {
    text-align: left;
  }
}

/* ==========================================================================
施工事例 /result
========================================================================== */
/* 施工事例 共通 /result
========================================================================== */
/* --- タイトル背景（index,すべて） --- */
.titleArea.result {
  background-image: url("/wp/wp-content/themes/yasuda/images/result/title_bg.jpg");
}

/* --- タイトル背景（障害物撤去推進） --- */
.titleArea.list01 {
  background-image: url("/wp/wp-content/themes/yasuda/images/result/list01_title_bg.jpg");
  background-position: center;
}

/* --- タイトル背景（長距離推進） --- */
.titleArea.list02 {
  background-image: url("/wp/wp-content/themes/yasuda/images/result/list02_title_bg.jpg");
  background-position: center;
}

/* --- タイトル背景（急曲線推進） --- */
.titleArea.list03 {
  background-image: url("/wp/wp-content/themes/yasuda/images/result/list03_title_bg.jpg");
  background-position: center;
}

/* --- タイトル背景（一般土木） --- */
.titleArea.list04 {
  background-image: url("/wp/wp-content/themes/yasuda/images/result/list04_title_bg.jpg");
  background-position: center;
}

/* --- タイトル背景（海外事業） --- */
.titleArea.list05 {
  background-image: url("/wp/wp-content/themes/yasuda/images/result/list05_title_bg.jpg");
  background-position: center;
}

/* --- タイトル背景（その他） --- */
.titleArea.list06 {
  background-image: url("/wp/wp-content/themes/yasuda/images/result/list06_title_bg.jpg");
  background-position: center;
}

#result {
  padding-top: 80px;
}

@media (max-width: 767px) {
  #result {
    padding-top: 50px;
  }
}

/* 施工事例　indexページ /result/index.html
========================================================================== */
/* h3 ----------------------- */
#result.index h3 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #result.index h3 {
    margin-bottom: 50px;
  }
}

/* 各カテゴリーへのリンク sec01 ----------------------- */
#result.index .sec01 {
  padding-bottom: 80px;
}

/* 各box ------ */
#result.index .sec01 .box {
  max-width: 320px;
  margin: 30px auto;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  #result.index .sec01 .box {
    margin: 10px auto;
  }
}

/* カテゴリー名 ------ */
#result.index .sec01 a .text {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_black_dot.jpg) repeat;
  padding: 15px 0 30px;
}

#result.index .sec01 a:hover .text {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_navy_dot.jpg) repeat;
}

#result.index .sec01 a h4 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
}

@media (max-width: 959px) {
  #result.index .sec01 a h4 {
    font-size: 18px;
  }
}

#result.index .sec01 a h4:after {
  content: "▼";
  color: #30c8df;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
}

#result.index .sec01 a:hover {
  text-decoration: none;
}

/* すべての施工事例を見る、検索する　ボタン ------ */
#result.index .btn {
  text-align: center;
  margin: 50px 0 0;
}

#result.index .btn a {
  background: #00537b;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.0;
  padding: 20px 100px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
}

#result.index .btn a:hover {
  background: #333;
  text-decoration: none;
}

#result.index .btn a:after {
  content: "▶︎";
  color: #30c8df;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

@media (max-width: 767px) {
  #result.index .btn a {
    font-size: 24px;
    padding: 20px 0;
    display: block;
  }
}

@media (max-width: 480px) {
  #result.index .btn a {
    font-size: 20px;
    padding: 20px 0;
    display: block;
  }
}

/* 施工事例検索 sec02 ----------------------- */
#result.index .sec02 {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_gray_dot.jpg)repeat;
  padding: 80px 0;
}

/* 白枠 ------ */
#result.index .sec02 .serchBox {
  background: #fff;
  border: #ccc solid 2px;
  padding: 50px;
}

@media (max-width: 480px) {
  #result.index .sec02 .serchBox {
    padding: 25px;
  }
}

/* フォーム------ */
#result.index .sec02 form .uk-grid > * {
  margin: 10px 0;
}

#result.index .sec02 form label {
  font-size: 16px;
  font-weight: bold;
  color: #00537b;
}

@media (min-width: 960px) {
  #result.index .sec02 form.uk-form-horizontal .uk-form-label {
    width: 5em;
  }

  #result.index .sec02 form.uk-form-horizontal .uk-form-controls {
    margin-left: 6em;
  }
}

#result.index .sec02 form .uk-form-controls select {
  width: 90%;
}

/* 検索するボタン------ */
#result.index .sec02 .btn {
  margin: 30px 0 0;
}

#result.index .sec02 .btn a {
  background: #333;
}

#result.index .sec02 .btn a:hover {
  background: #00537b;
}

#result.index .sec02 .btn a:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 10px;
}

#result.index .sec02 .btn a:after {
  content: none;
}

/* 施工事例　一覧ページ /result/list.html
========================================================================== */
/* メイン（左側）----------------------- */
#result.list .mainCnts {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  #result.list .mainCnts {
    padding-bottom: 30px;
  }
}

/* h3 （詳細ページと共通）----- */
#result.list h3,
#result.detail h3 {
  font-size: 36px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {

  #result.list h3,
  #result.detail h3 {
    font-size: 26px;
  }
}

/* 検索結果　----- */
#result.list .serchResult {
  margin-bottom: 30px;
}

#result.list .serchResult span {
  font-size: 18px;
  font-weight: bold;
}

/* 各工事情報　----- */
#result.list .box {
  margin: 30px 0;
  padding: 30px 0 60px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  #result.list .box {
    margin: 20px auto;
    padding: 15px 20px 30px;
  }
}

/* img */
#result.list .box .img {
  text-align: center;
}

@media (max-width: 767px) {
  #result.list .box .img {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  #result.list .box .img {
    width: 100%;
  }
}

/* text  */
@media (max-width: 767px) {
  #result.list .box .text {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #result.list .box .text {
    width: 100%;
  }
}

/* h4 */
#result.list .box h4 {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  #result.list .box h4 {
    margin: 0 auto 20px;
    width: 80%;
  }
}

@media (max-width: 480px) {
  #result.list .box h4 {
    width: 100%;
  }
}

/* dl */
#result.list .box dl {
  margin-bottom: 30px;
}

#result.list .box dl dt {
  width: 6.8em;
  padding: 5px;
  box-sizing: border-box;
  background: #00537b;
  color: #fff;
  text-align: center;
  overflow: inherit !important;
  text-overflow: inherit !important;
  white-space: inherit !important;
  font-size: 14px;
  font-weight: normal;
}

#result.list .box dl dd {
  margin-left: 7em;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  #result.list .box dl dt {
    float: left;
    clear: both;
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
  }
}

/* 詳細を見るボタン　 */
#result.list .box .btn {
  text-align: center;
  margin-top: 30px;
}

#result.list .box .btn a {
  border: 2px solid #00537b;
  padding: 12px 0;
  display: block;
  font-weight: bold;
  color: #00537b;
  font-size: 18px;
  position: relative;
}

#result.list .box .btn a:hover {
  background: #00537b;
  color: #fff;
  text-decoration: none;
}

#result.list .box .btn a:after {
  content: "▶︎";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

/* サイド（右側）----------------------- */
#result.list .sideCnts h3 {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_navy_dot.jpg)repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0;
}

#result.list .sideCnts ul {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_gray_dot.jpg)repeat;
  margin: 0;
}

#result.list .sideCnts ul > li {
  border-bottom: 1px solid #ccc;
}

#result.list .sideCnts ul > li:last-child {
  border-bottom: none;
}

#result.list .sideCnts ul > li > a {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding: 15px;
  display: block;
  transition: all 0.5s ease;
  position: relative;
}

#result.list .sideCnts ul > li > a:hover {
  background: rgba(0, 0, 0, .1);
  text-decoration: none;
}

#result.list .sideCnts ul > li > a:after {
  content: "▶︎";
  color: #00537b;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

@media (max-width: 959px) {
  #result.list .sideCnts h3 {
    font-size: 16px;
  }

  #result.list .sideCnts ul > li > a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #result.list .sideCnts {
    margin-bottom: 50px;
  }
}

/* 施工事例　詳細ページ /result/detail.html
========================================================================== */
/* 枠 ----------------------- */
#result.detail .frame {
  margin-top: 30px;
}

/* image ----- */
#result.detail .img {
  text-align: center;
  margin-bottom: 30px;
}

/* text ----- */
#result.detail .text {
  margin-bottom: 30px;
  line-height: 1.8;
}

/* table .tbl01 ----- */
#result.detail .frame .tbl01 th {
  border-bottom: 2px solid #00537b;
  width: 5em;
  padding: 8px 20px;
  font-size: 16px;
}

#result.detail .frame .tbl01 td {
  border-bottom: 1px solid #ccc;
  padding: 8px 40px;
  font-size: 14px;
}

@media (max-width: 480px) {

  #result.detail .frame .tbl01 th,
  #result.detail .frame .tbl01 td {
    font-size: 12px;
    padding: 8px 15px;
  }
}

/* table .tbl02 ----- */
#result.detail .frame .tbl02 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#result.detail .frame .tbl02 th {
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
  padding: 8px 20px;
}

#result.detail .frame .tbl02 td {
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media (max-width: 480px) {

  #result.detail .frame .tbl02 th,
  #result.detail .frame .tbl02 td {
    font-size: 12px;
  }

  #result.detail .frame .tbl02 th {
    white-space: nowrap;
    padding: 8px 10px;
  }
}

/* 画像（Lightbox） ----------------------- */
#result.detail .frame.photo .img {
  margin-bottom: 10px;
}

#result.detail .frame.photo .title {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 18px;
}

#result.detail .frame.photo a {
  display: block;
}

/* opacity なし ----- */
#result.detail .frame.photo a:hover img {
  opacity: 1;
}

/* overlay ----- */
#result.detail .frame.photo .uk-overlay-background {
  background: rgba(0, 83, 112, .7);
}

#result.detail .frame.photo .uk-overlay-background:before {
  content: "\f00e 拡大する";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}

#result.detail .frame.photo figcaption {
  font-size: 20px;
}

/* カテゴリー一覧 ----------------- */
#result.detail .cateList {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_gray_dot.jpg)repeat;
  padding: 80px 0;
}

#result.detail .cateList h4 {
  padding: 0;
  border-left: none;
}

#result.detail .cateList ul {
  padding: 0;
}

#result.detail .cateList ul > li {
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

#result.detail .cateList ul > li a {
  background: #333;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: relative;
}

#result.detail .cateList ul > li a:hover {
  text-decoration: none;
  background: #00537b;
}

#result.detail .cateList ul > li a:after {
  content: "▶︎";
  color: #30c8df;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

@media (max-width: 767px) {
  #result.detail .cateList {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  #result.detail .cateList ul > li {
    float: none;
    width: 100%;
    padding: 5px 0px;
  }
}

/* ==========================================================================
技術情報 /tec
========================================================================== */
/* 技術情報　共通 /tec/
========================================================================== */
/* h3 ----------------- */
#tec h3 {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_gray_dot.jpg) repeat;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0;
}

#tec h3 span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

@media (max-width: 767px) {
  #tec h3 {
    padding: 30px 0;
    font-size: 30px;
  }
}

/* リード文 ----------------- */
#tec .lead {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

/* リード文 黄色文字 ----------------- */
#tec .lead-yellow {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  color: #c4c801;
  margin: 30px 0;
  margin-bottom: 50px;
}

#tec .lead-yellow span {
  font-size: 40px;
}

@media (max-width: 479px) {
  #tec .lead-yellow {
    margin-bottom: 30px;
  }
}

/* 各機能へのアンカーリンク ----------------- */
#tec section.anchorArea {
  padding: 100px 0;
}

@media (max-width: 767px) {
  #tec section.anchorArea {
    padding: 70px 0;
  }
}

/* 4つのリンク */
#tec section.anchorArea ul {
  display: inline-block;
  position: relative;
}

#tec section.anchorArea ul:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  -webkit- transform: translateY(-50%) rotate(15deg);
}

#tec section.anchorArea ul li {
  float: left;
  position: relative;
}

#tec section.anchorArea ul li:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  -webkit- transform: translateY(-50%) rotate(15deg);
  display: block;
}

#tec section.anchorArea ul li a {
  font-size: 28px;
  color: #00537b;
  font-weight: 900;
  font-style: italic;
  padding: 0 30px;
  display: block;
  line-height: 1.0;
}

#tec section.anchorArea ul li a:hover {
  color: #30c8df;
  cursor: pointer;
}

/* hover（text-decorationなしに） ----- */
#tec .anchorArea a:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  #tec section.anchorArea ul li {
    width: 50%;
    margin: 15px 0;
  }

  #tec.milling section.anchorArea ul li:nth-child(even):after {
    content: none;
  }

  #tec.milling section.anchorArea ul:before {
    content: none;
  }
}

/* ボタン（オレンジ） ----------------- */
#tec .btn {
  text-align: center;
}

#tec .btn a {
  display: inline-block;
  background: #fff;
  color: #ff6600;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 50px;
  margin: 50px 0;
  border: 1px solid #ff6600;
  transition: all 0.5s ease;
  position: relative;
}

#tec .btn a:hover {
  text-decoration: none;
  background: #ff6600;
  color: #fff;
}

#tec .btn a:after {
  content: "▶︎";
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  right: 20px;
}

@media (max-width: 767px) {
  #tec .btn a {
    display: block;
    padding: 20px;
    font-size: 16px;
  }

  #tec .btn a:after {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  #tec .btn a {
    padding: 15px;
    text-align: left;
  }

  #tec .btn a:after {
    font-size: 14px;
    right: 10px;
  }
}

/* グレー背景 ----------------- */
#tec .bg-gray {
  background: url("/wp/wp-content/themes/yasuda/images/tec/bg_faq.jpg");
  text-align: center;
  padding: 30px 0;
}

/* ミリングモール工法 /tec/milling
========================================================================== */
/* --- タイトル背景 --- */
.titleArea.milling {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/milling_title_bg.jpg");
  background-position: center;
}

/* function 共通 （ジャット工法と共通箇所あり）----- */
#tec .func {
  padding: 50px 0 100px;
}

@media (max-width: 479px) {
  #tec .func {
    padding: 0px 0 50px;
  }
}

#tec .func .uk-grid {
  position: relative;
  margin: 0;
}

/* テキスト */
#tec .func .text {
  text-align: left;
  color: #fff;
  padding: 60px;
  box-sizing: border-box;
  min-height: 450px;
}

#tec .func .text .title {
  font-style: italic;
  display: inline-block;
  position: relative;
  padding: 0 50px 0 30px;
}

#tec .func .text .title-en {
  font-style: italic;
  display: inline-block;
  position: relative;
  padding: 0px 50px 0px 0px;
}

#tec .func .text .title-en .num {
  float: inherit;
}

#tec .func .text .title-en h4 {
  margin: 0px !important;
  font-size: 50px !important;
}

#tec .func .text .title:before {
  content: "";
  width: 1px;
  height: 70px;
  background: #ccc;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  -webkit- transform: translateY(-50%) rotate(15deg);
  display: block;
}

#tec .func .text .title:after {
  content: "";
  width: 1px;
  height: 70px;
  background: #ccc;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  -webkit- transform: translateY(-50%) rotate(15deg);
  display: block;
}

#tec .func .text .num {
  font-size: 25px;
  font-style: italic;
  color: #c4c801;
  font-weight: 500;
  margin: 0;
  float: left;
  line-height: 65px;
}

#tec.milling .func .text .num span {
  font-size: 45px;
  font-weight: 700;
}

#tec.milling .func .text h4 {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  float: left;
  margin: 0 0px 0 20px;
  line-height: 1.0;
  position: relative;
  z-index: 20;
}

@media (max-width: 1199px) {
  #tec.milling .func .text .num {
    font-size: 20px;
    line-height: 50px;
  }

  #tec.milling .func .text .num span {
    font-size: 40px;
  }

  #tec.milling .func .text h4 {
    font-size: 50px;
  }
}

@media (max-width: 959px) {
  #tec.milling .func .text .num {
    font-size: 16px;
    line-height: 40px;
  }

  #tec.milling .func .text .num span {
    font-size: 32px;
  }

  #tec.milling .func .text h4 {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  #tec.milling .func .text {
    padding: 20px;
  }

  #tec.milling .func .text .title {
    padding: 0 20px;
    display: inline-block;
  }

  #tec.milling .func .text .num {
    font-size: 14px;
    line-height: 35px;
  }

  #tec.milling .func .text .num span {
    font-size: 24px;
  }

  #tec.milling .func .text h4 {
    font-size: 35px;
    padding-right: 20px;
  }
}

/* リード */
#tec .func .text .lead {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 959px) {
  #tec .func .text .lead {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  #tec .func .text .lead {
    font-size: 18px;
  }
}

/* img */
#tec .func .img {
  position: absolute;
  bottom: -40px;
  opacity: .9;
  z-index: 10;
}

@media (max-width: 959px) {
  #tec .func .img {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }

  #tec .func .img img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  #tec .func .img {
    position: relative;
    bottom: auto;
    top: auto;
    transform: translateY(0);
    -webkit- transform: translateY(0);
    background: #efefef;
    margin: 20px auto;
    opacity: 1;
    text-align: center !important;
    width: 80%;
  }
}

/* dot模様 */
#tec .func .dot {
  position: absolute;
  right: 0px;
  bottom: 30px;
}

@media (max-width: 959px) {
  #tec .func .dot {
    top: -50px;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  #tec .func .dot {
    top: -50px;
    bottom: auto;
    width: 40%;
  }
}

@media (max-width: 479px) {
  #tec .func .dot {
    width: 60%;
  }
}

/* function 青背景----- */
#tec .func.left .text {
  background: url("/wp/wp-content/themes/yasuda/images/tec/bg_func_blue.jpg") repeat;
  padding-right: 20%;
}

/* img */
#tec .func.left .img {
  right: 0px;
  text-align: right;
}

@media (max-width: 959px) {
  #tec .func.left .text {
    padding-right: 30%;
  }
}

@media (max-width: 767px) {
  #tec .func.left .text {
    padding-right: 60px;
  }
}

@media (max-width: 479px) {
  #tec .func.left .text {
    padding-right: 20px;
  }
}

/* dot模様 */
#tec .func.left .dot {
  right: 0px;
}

/* function 黒背景----- */
#tec .func.right .text {
  background: url("/wp/wp-content/themes/yasuda/images/tec/bg_func_black.jpg") repeat;
  padding-left: 20%;
}

/* img */
#tec .func.right .img {
  left: 0px;
}

@media (max-width: 959px) {
  #tec .func.right .text {
    padding-left: 30%;
  }
}

@media (max-width: 767px) {
  #tec .func.right .text {
    padding-left: 60px;
  }
}

@media (max-width: 479px) {
  #tec .func.right .text {
    padding-left: 20px;
  }
}

/* dot模様 */
#tec .func.right .dot {
  left: 0px;
  transform: scale(-1, 1);
}

/* faq ----------------------- */
#tec.milling .faq {
  background: url("/wp/wp-content/themes/yasuda/images/tec/bg_faq.jpg");
  text-align: center;
  margin-top: 50px;
  padding: 80px 0;
}

#tec.milling .faq h3 {
  background: none;
  font-size: 20px;
  padding: 0;
}

#tec.milling .faq h3 span {
  display: block;
  font-size: 36px;
  color: #00537b;
  margin: 20px 0;
}

@media (max-width: 479px) {
  #tec.milling .faq {
    padding: 50px 0;
  }

  #tec.milling .faq h3 {
    font-size: 18px;
  }

  #tec.milling .faq h3 span {
    font-size: 28px;
  }
}

/* faqBox --------- */
#tec.milling .faq .faqBox {
  text-align: left;
  background: #fff;
  padding: 40px 60px;
  line-height: 1.8;
  margin: 40px 0;
}

#tec.milling .faq .faqBox > li {
  list-style: none;
  position: relative;
  padding-left: 40px;
}

@media (max-width: 479px) {
  #tec.milling .faq .faqBox {
    padding: 20px;
  }

  #tec.milling .faq .faqBox > li {
    padding-left: 25px;
  }
}

/* Q */
#tec.milling .faq .faqBox > li.q {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

#tec.milling .faq .faqBox > li.q:before {
  content: "Q.";
  font-size: 30px;
  color: #ff6600;
  position: absolute;
  left: 0;
  top: -15px;
}

/* A */
#tec.milling .faq .faqBox > li.a:before {
  content: "A.";
  font-size: 30px;
  color: #00537b;
  position: absolute;
  left: 0;
  top: -15px;
  font-weight: bold;
}

@media (max-width: 479px) {

  #tec.milling .faq .faqBox > li.q:before,
  #tec.milling .faq .faqBox > li.a:before {
    font-size: 20px;
    top: -5px;
  }

  #tec.milling .faq .faqBox > li.q {
    font-size: 16px;
  }
}

/* ジャット工法 /tec/jyat
========================================================================== */
/* --- タイトル背景 --- */
.titleArea.jyat {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/jyat_title_bg.jpg");
  background-position: center;
}

#tec.jyat .func {
  padding: 120px 0;
}

@media (max-width: 767px) {
  #tec.jyat .func {
    padding: 60px 0;
  }
}

/* --- h4 --- */
#tec.jyat .func .text h4 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 10;
}

@media (max-width: 959px) {
  #tec.jyat .func .text {
    text-align: center;
    padding: 30px !important;
  }

  #tec.jyat .func .text h4 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #tec.jyat .func .text h4 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  #tec.jyat .func .text h4 {
    font-size: 20px;
  }

  #tec.jyat .func .text {
    padding: 20px !important;
  }
}

/* --- 斜線タイトル --- */
#tec.jyat .func .text .title {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 30px;
  margin: 15px 0;
}

#tec.jyat .func .text .title p {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #c4c801;
  line-height: 30px;
  margin: 0;
}

#tec.jyat .func .text .title:before,
#tec.jyat .func .text .title:after {
  height: 30px;
}

#tec.jyat .func .text .title:after {
  right: -5px;
}

@media (max-width: 479px) {
  #tec.jyat .func .text .title {
    padding: 0 10px;
    text-align: center;
  }

  #tec.jyat .func .text .title p {
    font-size: 18px;
  }
}

/* --- lead --- */
#tec.jyat .func .text .lead {
  font-size: 20px;
  line-height: 1.4;
}

#tec.jyat .func .text .lead span {
  font-size: 32px;
}

#tec.jyat .func .text .lead span.txt-small {
  font-size: 16px;
  color: #30c8df;
}

@media (max-width: 767px) {
  #tec.jyat .func .text .lead {
    font-size: 16px;
  }

  #tec.jyat .func .text .lead span {
    font-size: 22px;
  }

  #tec.jyat .func .text .lead span.txt-small {
    font-size: 14px;
  }
}

/* --- img position　--- */
@media (max-width: 959px) {
  #tec.jyat .func .img {
    top: auto;
    transform: none;
    -webkit- transform: none;
    bottom: 30px;
    right: 30px;
    text-align: right;
    opacity: 1.0;
    width: 40%
  }

  #tec.jyat .func .img img {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #tec.jyat .func .img {
    bottom: auto;
    right: auto;
    width: 60%
  }

  #tec.jyat .func .img img {
    width: 100%;
  }
}

/* dot模様 */
#tec.jyat .func .dot {
  top: -120px;
  bottom: auto;
}

@media (max-width: 767px) {
  #tec.jyat .func .dot {
    top: -50px;
  }
}

/* アパッチ工法 /tec/ap
========================================================================== */
/* --- エスエスモールタイトル背景 --- */
.titleArea.ap {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/ap_title_bg.jpg");
  background-position: center;
}

#tec section.anchorArea {
  padding: 100px 0 30px;
}

#tec.ap .func .text {
  text-align: left !important;
}

#tec.ap .func .text.pd-l {
  padding-left: 20% !important;
}

#tec.ap .func .text.pd-r {
  padding-right: 20% !important;
}

@media (max-width: 959px) {
  #tec.ap .func .text.pd-l {
    padding-left: 30% !important;
  }

  #tec.ap .func .text.pd-r {
    padding-right: 30% !important;
  }
}

@media (max-width: 767px) {
  #tec.ap .func {
    padding: 50px 0 !important;
  }

  #tec.ap .func .text {
    min-height: auto !important;
  }

  #tec.ap .func .text.pd-l {
    padding-left: 30px !important;
  }

  #tec.ap .func .text.pd-r {
    padding-right: 30px !important;
  }

  #tec section.anchorArea {
    padding: 30px 0 0;
  }
}

@media (max-width: 479px) {
  #tec.ap section.anchorArea ul {
    display: block;
  }

  #tec.ap section.anchorArea ul li {
    width: 33.333%;
    margin: 15px 0;
  }

  #tec.ap section.anchorArea ul li a {
    font-size: 20px;
    padding: 0 5px;
  }
}

#tec.ap .func .lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  line-height: 1.3;
}

#tec.ap .func .blue {
  color: #30c8df;
}

#tec.ap .func h4 {
  margin-top: 10px;
}

#tec.ap .func h4 span {
  font-size: 30px;
  font-style: italic;
  color: #c4c801;
  font-weight: bold;
  margin: 0;
  line-height: 1.0;
  margin-left: 0.5em;
}

@media (max-width: 959px) and (min-width:768px) {
  #tec.ap .func h4 span {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #tec.ap .func .lead.blue {
    text-align: center;
  }
}

@media (max-width: 479px) {
  #tec.ap .func .text h4 {
    font-size: 20px !important;
  }

  #tec.ap .func .text h4 span {
    font-size: 18px !important;
  }

  #tec.ap .func .lead {
    font-size: 14px !important;
  }
}

#tec.ap .func .h5Box {
  margin-top: 80px;
}

#tec.ap .func .h5Box h5 {
  font-weight: bold;
  font-size: 28px;
  font-style: italic;
}

#tec.ap .func .h5Box ul {
  margin: 30px auto;
  display: inline-block;
  margin-left: -25px;
}

#tec.ap .func .h5Box ul li {
  text-align: center;
  margin: 10px 0;
}

#tec.ap .func .h5Box .title {
  font-weight: bold;
  font-size: 18px;
  color: #00537b;
}

#tec.ap .func .h5Box .uk-grid {
  margin-left: -25px;
}

@media (max-width: 767px) {
  #tec.ap .func .h5Box p {
    text-align: left;
  }
}

@media (max-width: 479px) {
  #tec.ap .func .h5Box {
    margin-top: 40px;
  }

  #tec.ap .func .h5Box h5 {
    font-size: 20px;
  }

  #tec.ap .func .h5Box ul {
    margin: 15px auto;
  }

  #tec.ap .func .h5Box ul li {
    width: 50%;
  }

  #tec.ap .func .h5Box ul li.w100 {
    width: 100%;
  }
}

/* エスエスモール、コブラ、サクセスモール
========================================================================== */
/* --- エスエスモールタイトル背景 --- */
.titleArea.ssmol {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/ssmol_title_bg.jpg");
  background-position: center;
}

/* --- コブラタイトル背景 --- */
.titleArea.cobra {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/cobra_title_bg.jpg");
  background-position: center;
}

/* --- サクセスモールタイトル背景 --- */
.titleArea.success {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/success_title_bg.jpg");
  background-position: center;
}

/* --- マッドマックス01タイトル背景 --- */
.titleArea.mudmax01 {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/mudmax01_title_bg.jpg");
  background-position: left;
}

/* --- マッドマックス02タイトル背景 --- */
.titleArea.mudmax02 {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/mudmax02_title_bg.jpg");
  background-position: right;
}

#tec.other .func {
  padding: 100px 0;
}

@media (max-width: 767px) {
  #tec.jyat .func {
    padding: 60px 0;
  }
}

#tec.other .func .text {
  text-align: center;
  padding: 40px !important;
}

#tec.other .func .text .pd-r {
  padding-right: 30%;
}

/* --- h4 --- */
#tec.other .func .text h4 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 10;
}

@media (max-width: 959px) {
  #tec.other .func .text {
    text-align: center;
    padding: 30px !important;
  }

  #tec.other .func .text .pd-r {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  #tec.other .func .text h4 {
    font-size: 28px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  #tec.other .func .text {
    padding: 30px 20px !important;
  }

  #tec.other .func .text h4 {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  #tec.other .func .text h4 {
    font-size: 16px;
  }

  #tec.other .func .text p {
    font-size: 12px;
  }
}

/* img */
@media (max-width: 959px) {
  #tec .func .img {
    bottom: 30px;
    top: auto;
    transform: none;
  }
}

@media (max-width: 767px) {
  #tec .func .img {
    bottom: auto;
  }
}

/* dot模様 */
#tec.other .func .dot {
  top: -30px;
  bottom: auto;
}

@media (max-width: 959px) {
  #tec.other .func .dot {
    top: 50px;
  }
}

@media (max-width: 767px) {
  #tec.other .func .dot {
    top: -50px;
  }
}

/* 特徴 ------------------ */
#tec.other .features {
  padding: 80px 0;
}

#tec.other .features h3 {
  background: none;
  font-size: 36px;
  padding: 0;
}

#tec.other .features h3 span {
  display: block;
  font-size: 20px;
  padding: 15px 0;
  color: #ff6600;
}

@media (max-width: 767px) {
  #tec.other .features h3 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  #tec.other .features {
    padding: 50px 0;
  }

  #tec.other .features h3 {
    font-size: 22px;
  }
}

/* リスト ------------------ */
#tec.other .features .bg-white {
  background: #fff;
  padding: 40px 80px;
  margin: 50px 0;
  text-align: center;
}

@media (max-width: 767px) {
  #tec.other .features .bg-white {
    padding: 30px;
  }
}

@media (max-width: 479px) {
  #tec.other .features .bg-white {
    padding: 20px;
  }
}

#tec.other .features ul {
  display: inline-block;
  text-align: left;
}

#tec.other .features ul > li {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 5.5em;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#tec.other .features ul > li > span {
  color: #00537b;
  font-style: italic;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 24px;
}

#tec.other .features ul > li > span:after {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}

@media (max-width: 479px) {
  #tec.other .features ul > li {
    padding-left: 0;
    font-size: 16px;
  }

  #tec.other .features ul > li > span {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    font-size: 18px;
  }
}

/* 特徴 EN ------------------ */
#tec.other .features-en {
  padding: 80px 0;
}

#tec.other .features-en h3 {
  background: none;
  font-size: 36px;
  padding: 0;
}

#tec.other .features-en h3 span {
  display: block;
  font-size: 20px;
  padding: 15px 0;
  color: #ff6600;
}

@media (max-width: 767px) {
  #tec.other .features-en h3 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  #tec.other .features-en {
    padding: 50px 0;
  }

  #tec.other .features-en h3 {
    font-size: 22px;
  }
}

#tec.other .features-en .bg-white {
  background: #fff;
  padding: 40px 80px;
  margin: 50px 0;
  text-align: center;
}

@media (max-width: 767px) {
  #tec.other .features-en .bg-white {
    padding: 30px;
  }
}

@media (max-width: 479px) {
  #tec.other .features-en .bg-white {
    padding: 20px;
  }
}

#tec.other .features-en ul {
  display: inline-block;
  text-align: left;
}

#tec.other .features-en ul > li {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#tec.other .features-en ul > li > span {
  display: block;
  color: #00537b;
  font-style: italic;
  left: 0;
  font-size: 24px;
}

#tec.other .features-en ul > li > span:after {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}

@media (max-width: 479px) {
  #tec.other .features-en ul > li {
    padding-left: 0;
    font-size: 16px;
  }

  #tec.other .features-en ul > li > span {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    font-size: 18px;
  }
}

/* ==========================================================================
保有機械 /Machinery
========================================================================== */
/* --- メインビジュアル --- */
#machinery .mainV {
  margin-top: 80px;
  margin-bottom: 80px;
}

#machinery .mainV .mainBig {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/main.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
  margin-bottom: 20px;
}

#machinery .mainV .mainBig p span {
  display: inline-block;
  background-color: #fff;
  font-family: "Noto Sans Japanese", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
  margin: 3px 0px;
  color: #085379;
  padding: 0 20px;
}

@media (max-width: 479px) {
  #machinery .mainV {
    margin-top: 30px;
  }

  #machinery .mainV .mainBig {
    background-size: cover;
    padding: 50px 0px;
    margin-bottom: 20px;
  }

  #machinery .mainV .mainBig p span {
    font-size: 16px;
    line-height: 1.5;
    margin: 3px 0px;
    padding: 0 10px;
  }

  #machinery .mainV .lead {
    font-size: 16px;
    text-align: left;
  }
}

/* 保有機械 共通 /Machinery
========================================================================== */
/* --- タイトル背景 --- */
.titleArea.machinery {
  background-image: url("/wp/wp-content/themes/yasuda/images/machinery/title_bg.jpg");
}

#machinery {
  padding-bottom: 50px;
}

/* h3 ----------------- */
#machinery h3 {
  background: url(/wp/wp-content/themes/yasuda/common/images/bg_gray_dot.jpg) repeat;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #machinery h3 {
    padding: 30px 0;
    font-size: 30px;
  }
}

#machinery h3.ttl-01 {
  background: none;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  text-align: center;
  padding: 0px 0px;
  margin-top: 80px;
  margin-bottom: 80px;
}

#machinery h3.ttl-01:after {
  content: "";
  width: 3em;
  height: 3px;
  background: #00537b;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

@media (max-width: 767px) {
  #machinery h3.ttl-01 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #machinery h3.ttl-01:after {
    bottom: -10px;
  }
}

/* リード文 ----------------- */
#machinery .lead {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 479px) {
  #machinery .lead {
    margin-bottom: 30px;
  }
}

/* リード文 黄色文字 ----------------- */
#machinery .lead-yellow {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  color: #c4c801;
  margin: 30px 0;
  margin-bottom: 50px;
}

#machinery .lead-yellow span {
  font-size: 40px;
}

/* 各機械へのアンカーリンク ----------------- */
#machinery section.anchorArea {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  #machinery section.anchorArea {
    padding: 0px 0 70px 0;
  }
}

/* hover（text-decorationなしに） ----- */
#machinery .anchorArea a:hover {
  text-decoration: none;
}

/* box-shadow ----- */
#machinery .anchorArea .box {
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  max-width: 240px;
  margin: 15px auto;
}

@media (max-width: 767px) and (min-width: 481px) {
  #machinery .anchorArea .uk-grid > * {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #machinery .anchorArea .uk-grid > * {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #machinery .anchorArea .box {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* 767以下のimage ----- */
@media (max-width: 767px) {
  #machinery .anchorArea .box .img {
    width: 40%;
    float: left;
    height: 75px;
    overflow: hidden;
  }

  #machinery .anchorArea .box .img img {
    max-width: 150%;
    max-height: 150%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

/* 画像の上の数字 Type01-06 ----- */
#machinery .anchorArea a .box .img {
  position: relative;
}

#machinery .anchorArea a .box .img .num {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  font-weight: 500;
  margin: 0;
  z-index: 10;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

#machinery .anchorArea .box .img .num span {
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #machinery .anchorArea a .box .img .num {
    font-size: 14px;
  }

  #machinery .anchorArea .box .img .num span {
    font-size: 30px;
  }
}

/* 機械名称部分　text ----- */
#machinery .anchorArea .box .text {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  height: 85px;
  padding-bottom: 10px;
}

#machinery .anchorArea .box .text-en {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  height: 135px;
  padding-bottom: 10px;
}

#machinery .anchorArea .box .text:after,
#machinery .anchorArea .box .text-en:after {
  content: "▼";
  display: block;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  bottom: 5px;
}

@media (max-width: 767px) {
  #machinery .anchorArea .box .text {
    width: 60%;
    float: left;
    height: 75px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #machinery .anchorArea .box .text-en {
    width: 60%;
    float: left;
    height: 120px;
    padding: 0;
  }
}

@media (max-width: 480px) {

  #machinery .anchorArea .box .text:after,
  #machinery .anchorArea .box .text-en:after {
    font-size: 10px;
    bottom: 2px;
  }
}

/* 機械名称部分　h4 */
#machinery .anchorArea .box .text h4,
#machinery .anchorArea .box .text-en h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

#machinery .anchorArea .box .text h4 span,
#machinery .anchorArea .box .text-en h4 span {
  display: block;
  font-size: 14px;
}

@media (max-width: 767px) {

  #machinery .anchorArea .box .text h4,
  #machinery .anchorArea .box .text-en h4 {
    font-size: 14px;
  }

  #machinery .anchorArea .box .text h4 span,
  #machinery .anchorArea .box .text-en h4 span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {

  #machinery .anchorArea .box .text h4 span,
  #machinery .anchorArea .box .text-en h4 span {
    font-size: 11px;
  }
}

/* 各機械の詳細紹介 ----------------- */
#machinery section.mcCnts {
  padding: 50px 0;
}

/* グレー背景 ----- */
#machinery .mcCnts.bg-gray {
  background: #e6e6e6;
}

/* Type 01-06 ----- */
#machinery .mcCnts .uk-container {
  position: relative;
}

#machinery .mcCnts .uk-container .num {
  position: absolute;
  left: 0;
  top: -60px;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

#machinery .mcCnts .uk-container .num span {
  font-size: 80px;
  font-weight: 700;
}

@media (max-width: 1040px) {
  #machinery .mcCnts .uk-container .num {
    left: 20px;
  }
}

@media (max-width: 767px) {
  #machinery .mcCnts .uk-container .num {
    top: -60px;
    font-size: 20px;
  }

  #machinery .mcCnts .uk-container .num span {
    font-size: 60px;
  }
}

/* 名称 h4 ----- */
#machinery .mcCnts h4 {
  font-style: italic;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 50px;
}

#machinery .mcCnts h4 span {
  font-size: 38px;
  font-weight: 900;
}

@media (max-width: 767px) {
  #machinery .mcCnts h4 {
    font-size: 24px;
  }

  #machinery .mcCnts h4 span {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  #machinery .mcCnts h4 {
    font-size: 20px;
    line-height: 1.2;
  }

  #machinery .mcCnts h4 span {
    font-size: 30px;
  }
}

/* 画像 ----- */
#machinery .mcCnts .img {
  text-align: center;
}

#machinery .mcCnts .img .photo {
  margin-bottom: 10px;
}

#machinery .mcCnts .img .uk-grid {
  margin-left: -10px;
}

#machinery .mcCnts .img .photo {
  padding-left: 10px;
}

#machinery .mcCnts .img p {
  font-weight: bold;
  margin: 5px 0 10px;
  text-align: center;
}

/* 表 ----- */
#machinery .mcCnts .text table {
  border: 1px solid #ccc;
  background: #fff;
}

#machinery .mcCnts .text table tbody tr:nth-of-type(odd) {
  background: none;
}

#machinery .mcCnts .text table tbody tr:nth-of-type(even) {
  background: #e5edf2;
}

#machinery .mcCnts .text table thead th {
  background: #333;
  color: #fff;
  border: 1px solid #555 !important;
}

#machinery .mcCnts .text table th,
#machinery .mcCnts .text table td {
  text-align: center;
  padding: 10px 30px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#machinery .mcCnts .text table th:first-child,
#machinery .mcCnts .text table td:first-child {
  border-left: none;
}

@media (max-width: 959px) {

  #machinery .mcCnts .text table th,
  #machinery .mcCnts .text table td {
    padding: 10px 15px;
    vertical-align: middle;
  }

  #machinery .mcCnts .text table td.uk-text-left {
    width: 40%;
  }
}

/* 保有機械 中大口径掘進機 /Machinery/large.html
========================================================================== */
/* uk-grid>* widht-medium以下の設定 ----- */
@media (max-width: 959px) and (min-width: 768px) {
  #machinery.large .anchorArea .uk-grid > * {
    width: 40%;
  }

  #machinery.large .anchorArea .uk-grid > *:nth-child(odd) {
    margin-left: 10%;
  }
}

/* 各機械へのアンカーリンク（背景） ----------------- */
/* type01 ----- */
#machinery #largeMachinery.anchorArea .box.type01 .text,
#machinery.large .anchorArea .box.type01 .text {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/large_bg_dot01.jpg) repeat;
}

/* type02 ----- */
#machinery #largeMachinery.anchorArea .box.type02 .text,
#machinery.large .anchorArea .box.type02 .text {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/large_bg_dot02.jpg) repeat;
}

/* type03 ----- */
#machinery #largeMachinery.anchorArea .box.type03 .text,
#machinery.large .anchorArea .box.type03 .text {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/large_bg_dot03.jpg) repeat;
}

/* type04 ----- */
#machinery #largeMachinery.anchorArea .box.type04 .text,
#machinery.large .anchorArea .box.type04 .text {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/large_bg_dot04.jpg) repeat;
}

/* type05 ----- */
#machinery #largeMachinery.anchorArea .box.type05 .text,
#machinery.large .anchorArea .box.type05 .text {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/large_bg_dot05.jpg) repeat;
}

/* 各機械のカラー　----------------- */
/* type01の色 ----- */
#machinery.large #type01.mcCnts .num {
  color: #2f6146;
}

/* type02の色 ----- */
#machinery.large #type02.mcCnts .num {
  color: #d2617c;
}

/* type03の色 ----- */
#machinery.large #type03.mcCnts .num {
  color: #21a5aa;
}

/* type04の色 ----- */
#machinery.large #type04.mcCnts .num {
  color: #d39301;
}

/* type05の色 ----- */
#machinery.large #type05.mcCnts .num {
  color: #294bae;
}

/* 保有機械 小口径掘進機 /Machinery/small.html
========================================================================== */
/* uk-grid>* widht-medium以上の設定 ----- */
/*
@media (min-width: 960px) {
  #machinery.small .anchorArea .uk-grid>*{
    width: 25%;
  }
  #machinery.small .anchorArea .uk-grid>*:first-child,
  #machinery.small .anchorArea .uk-grid>*:nth-child(4) {
    margin-left: 12.5%;
  }
}
*/
/* 画像 widht-medium以下の設定 ----- */
/*
@media (max-width: 959px) {
  #machinery .mcCnts .img .photo{
    max-width: 160px;
    margin: 0 auto 10px;
  }
}
*/
/* 各機械へのアンカーリンク（背景） ----------------- */
/* type01 ----- */
#machinery #smallMachinery.anchorArea .box.type01 .text,
#machinery.small .anchorArea .box.type01 .text,
#machinery #smallMachinery.anchorArea .box.type01 .text-en,
#machinery.small .anchorArea .box.type01 .text-en {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/small_bg_dot01.jpg) repeat;
}

/* type02 ----- */
#machinery #smallMachinery.anchorArea .box.type02 .text,
#machinery.small .anchorArea .box.type02 .text,
#machinery #smallMachinery.anchorArea .box.type02 .text-en,
#machinery.small .anchorArea .box.type02 .text-en {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/small_bg_dot02.jpg) repeat;
}

/* type03 ----- */
#machinery #smallMachinery.anchorArea .box.type03 .text,
#machinery.small .anchorArea .box.type03 .text,
#machinery #smallMachinery.anchorArea .box.type03 .text-en,
#machinery.small .anchorArea .box.type03 .text-en {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/small_bg_dot03.jpg) repeat;
}

/* type04 ----- */
#machinery #smallMachinery.anchorArea .box.type04 .text,
#machinery.small .anchorArea .box.type04 .text,
#machinery #smallMachinery.anchorArea .box.type04 .text-en,
#machinery.small .anchorArea .box.type04 .text-en {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/small_bg_dot04.jpg) repeat;
}

/* type05 ----- */
#machinery #smallMachinery.anchorArea .box.type05 .text,
#machinery.small .anchorArea .box.type05 .text,
#machinery #smallMachinery.anchorArea .box.type05 .text-en,
#machinery.small .anchorArea .box.type05 .text-en {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/small_bg_dot05.jpg) repeat;
}

/* type06 ----- */
#machinery #smallMachinery.anchorArea .box.type06 .text,
#machinery.small .anchorArea .box.type06 .text,
#machinery #smallMachinery.anchorArea .box.type06 .text-en,
#machinery.small .anchorArea .box.type06 .text-en {
  background: url(/wp/wp-content/themes/yasuda/images/machinery/small_bg_dot06.jpg) repeat;
}

/* 各機械のカラー　----------------- */
/* type01の色 ----- */
#machinery.small #type01.mcCnts .num {
  color: #4b6a6c;
}

/* type02の色 ----- */
#machinery.small #type02.mcCnts .num {
  color: #d25036;
}

/* type03の色 ----- */
#machinery.small #type03.mcCnts .num {
  color: #444;
}

/* type04の色 ----- */
#machinery.small #type04.mcCnts .num {
  color: #00537b;
}

/* type05の色 ----- */
#machinery.small #type05.mcCnts .num {
  color: #d3647e;
}

/* type06の色 ----- */
#machinery.small #type06.mcCnts .num {
  color: #664793;
}

/* ==========================================================================
お問い合わせ
========================================================================== */
#contact {
  padding: 80px 0;
}

#contact #lead {
  margin-bottom: 25px;
}

#contact .btnBlock {
  text-align: center;
}

#contact .uk-table {
  border-top: 1px solid #E5E5E5;
}

#contact .uk-table th,
#contact .uk-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}

#contact .hissu {
  color: #ff5f00;
  font-weight: bold;
}

@media (max-width: 480px) {
  #contact {
    padding: 30px 0;
  }

  #contact .uk-table th,
  #contact .uk-table td {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: normal;
  }

  #contact .uk-table th {
    padding-top: 20px;
    padding-bottom: 0px;
    font-weight: normal;
    border: none;
  }
}

#contact .uk-button-primary {
  color: #fff;
  border-radius: 7px;
}

/* ==========================================================================
個人情報保護方針
========================================================================== */
#privacy {
  padding: 80px 0;
}

/* ==========================================================================
一般土木工事
========================================================================== */
.titleArea.doboku {
  background-image: url("/wp/wp-content/themes/yasuda/images/company/doboku_title_bg.jpg");
  background-position: center;
}

#doboku {
  padding-top: 80px;
}

@media (max-width: 767px) {
  #doboku {
    padding-top: 50px;
  }
}

#doboku .introBlock {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #doboku .introBlock {
    margin-bottom: 60px;
  }
}

#doboku .introBlock h2 {
  text-align: center;
  font-weight: bold;
}

#doboku .introBlock p {
  text-align: center;
}

@media (max-width: 767px) {
  #doboku .introBlock h2 {
    text-align: left;
  }

  #doboku .introBlock p {
    text-align: left;
  }
}

#doboku .sec01 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #doboku .sec01 {
    margin-bottom: 60px;
  }
}

#doboku h2.ttl-01 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

#doboku h2.ttl-01:after {
  content: "";
  width: 3em;
  height: 3px;
  background: #00537b;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

#doboku h2.ttl-01 span {
  font-size: 24px;
}

@media (max-width: 767px) {
  #doboku h2.ttl-01 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  #doboku h2.ttl-01:after {
    bottom: -10px;
  }

  #doboku h2.ttl-01 span {
    font-size: 14px;
  }
}

#doboku .interviewBlock {
  padding: 70px 35px;
  margin-bottom: 50px;
  border: #00527d 5px solid;
  background-color: #FFF;
}

@media (max-width: 767px) {
  #doboku .interviewBlock {
    padding: 30px 20px;
    margin-bottom: 50px;
    border: #00527d 5px solid;
    background-color: #FFF;
  }
}

#doboku .interviewBlock .interviewPht {
  text-align: center;
  margin-bottom: 50px;
}

#doboku .interviewBlock h3 {
  text-align: center;
  color: #00537b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  #doboku .interviewBlock h3 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

#doboku .interviewBlock h4 {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #doboku .uk-width-small-1-1 {
    margin-bottom: 35px;
  }
}

/* 各工事情報　----- */
#doboku .resultLlist .box {
  margin: 30px 0;
  padding: 30px 0 60px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  #doboku .resultLlist .box {
    margin: -15px auto 20px auto !important;
    padding: 15px 20px 30px;
  }
}

/* img */
#doboku .resultLlist .box .img {
  text-align: center;
}

@media (max-width: 767px) {
  #doboku .resultLlist .box .img {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  #doboku .resultLlist .box .img {
    width: 100%;
  }
}

/* text  */
@media (max-width: 767px) {
  #doboku .resultLlist .box .text {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #doboku .resultLlist .box .text {
    width: 100%;
  }
}

/* h4 */
#doboku .resultLlist .box h4 {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  #doboku .resultLlist .box h4 {
    margin: 0 auto 20px;
    width: 80%;
  }
}

@media (max-width: 480px) {
  #doboku .resultLlist .box h4 {
    width: 100%;
  }
}

/* dl */
#doboku .resultLlist .box dl dt {
  width: 6em;
  padding: 5px 0;
  background: #00537b;
  color: #fff;
  text-align: center;
}

#doboku .resultLlist .box dl dd {
  margin-left: 7em;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  #doboku .resultLlist .box dl dt {
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* 詳細を見るボタン　 */
#doboku .resultLlist .box .btn {
  text-align: center;
  margin-top: 30px;
}

#doboku .resultLlist .box .btn a {
  border: 2px solid #00537b;
  padding: 12px 0;
  display: block;
  font-weight: bold;
  color: #00537b;
  font-size: 18px;
  position: relative;
}

#doboku .resultLlist .box .btn a:hover {
  background: #00537b;
  color: #fff;
  text-decoration: none;
}

#doboku .resultLlist .box .btn a:after {
  content: "▶︎";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

/* ==========================================================================
ギャラリー /gallery
========================================================================== */
/* ギャラリー 共通 /gallery/
========================================================================== */
/* --- タイトル背景 （index）--- */
.titleArea.news {
  background-image: url("/wp/wp-content/themes/yasuda/images/news/title_bg.jpg");
}

/* --- タイトル背景 --- */
.titleArea.news_detail {
  background-image: url("/wp/wp-content/themes/yasuda/images/news/detail_title_bg.jpg");
  background-position: center;
}

#gallery {
  padding: 80px 0;
}

@media (max-width: 767px) {
  #gallery {
    padding: 50px 0;
  }
}

/* メイン（左側） ----------------------- */
@media (min-width: 768px) {
  #gallery .mainCnts {
    /*
    margin-right: 50px;
    width: calc(75% - 50px);
*/
  }
}

/* h3 ----- */
#gallery h3 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #gallery h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  #gallery h3 {
    font-size: 24px;
  }
}

/* サイド（右側、index・detail共通） ----------------------- */
@media (min-width: 768px) {
  #gallery .sideCnts {
    border-left: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  #gallery .sideCnts {
    margin-top: 20px;
    padding-top: 20px;
  }
}

/* h3 ----- */
#gallery .sideCnts h3 {
  color: #00537b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #gallery .sideCnts h3 {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
}

/* ul ----- */
#gallery .sideCnts ul > li {
  padding: 10px 0;
}

#gallery .sideCnts ul > li > a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  display: block;
  transition: all 0.5s ease;
}

#gallery .sideCnts ul > li > a:hover {
  color: #30c8df;
}

#gallery .sideCnts ul > li > a:after {
  content: "▶︎";
  color: #00537b;
  margin-left: 15px;
  display: inline-block;
}

/* ギャラリー /
========================================================================== */
#gallery.index .post .uk-grid {
  margin-left: 0;
}

/* a ----- */
#gallery.index .post {
  color: #333;
  /*   border-bottom: 1px solid #ccc; */
  /*   padding: 15px 10px 30px; */
  margin: 0 0 35px 0;
}

#gallery.index a:hover {
  text-decoration: none !important;
}

/* ギャラリー ----- */
/* img  */
#gallery.index a .img {
  overflow: hidden;
  height: 120px;
  border: 1px solid #ccc;
  position: relative;
}

#gallery.index a .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

#gallery.index a:hover img {
  opacity: 1.0;
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -o-filter: contrast(130%);
  -ms-filter: contrast(130%);
  filter: contrast(130%);
}

@media (max-width: 480px) {
  #gallery.index a .img {
    margin: 20px auto;
    height: 200px;
  }
}

/* text  */
@media (max-width: 480px) {
  #gallery.index a .text {
    padding-left: 0;
  }
}

/* サムネイル  */
#gallery.index .post .thumb {
  margin: 0 auto 7px auto;
}

/*
#gallery.index .post .thumb img{
  width: 100%;
  height: auto;
}
*/
/* date  */
#gallery.index .post .date {
  font-size: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #00537b;
  margin: 0;
}

/* タイトル  */
#gallery.index .post .title {
  font-size: 16px;
  margin: 0 auto;
}

/* 続きを見る ----- */
#gallery.index .post .more {
  color: #ff6600;
  text-decoration: underline;
}

/* ギャラリー 詳細 /news/detail.html
========================================================================== */
/* h3 ----- */
#gallery.detail .mainCnts h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

/* date ----- */
#gallery.detail .date {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
  color: #00537b;
  margin: 0 0 30px;
}

/* img ----- */
#gallery.detail .img {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #gallery.detail .img {
    width: 80%;
    margin: 0 auto 30px;
  }
}

/* 記事タイトル ----- */
#gallery.detail .title {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 480px) {
  #gallery.detail .title {
    font-size: 16px;
    font-weight: bold;
  }
}

/* 一覧に戻るリンク----- */
#gallery.detail .pageNav {
  margin: 50px auto;
  text-align: center;
}

#gallery.detail .pageNav ul {
  display: inline-block;
}

#gallery.detail .pageNav ul > li {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

#gallery.detail .pageNav ul > li.prev > a,
#gallery.detail .pageNav ul > li.next > a {
  color: #00537b;
  white-space: nowrap;
}

#gallery.detail .pageNav ul > li.list > a {
  color: #00537b;
  border: 1px solid #00537b;
  padding: 10px 20px;
  transition: all 0.5s ease;
}

#gallery.detail .pageNav ul > li.list > a:hover {
  color: #fff;
  background: #00537b;
  text-decoration: none;
}

@media (max-width: 480px) {
  #gallery.detail .pageNav {
    position: relative;
    padding-bottom: 30px;
  }

  #gallery.detail .pageNav ul > li {
    width: 50%;
  }

  #gallery.detail .pageNav ul > li.list > a {
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
  }
}

/* フッター　「事業所一覧」のみ表示する注釈
========================================================================== */
.company-branch-note {
  font-size: 10px;
  line-height: 1.35;
  margin-left: 1rem;
}

.company-branch-note:before {
  content: '※';
  margin-left: -1rem;
}

@media (max-width: 480px) {
  .company-branch-note {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
    margin-left: 1rem;
  }

  .company-branch-note:before {
    content: '※';
    margin-left: -1rem;
  }
}

/* 技術情報　ロードヒーティング（20240622追加分）
========================================================================== */
/* --- タイトル背景 --- */
.titleArea.road_heating {
  background-image: url("/wp/wp-content/themes/yasuda/images/tec/road_heating_title_bg.jpg");
  background-position: center;
}

.rh_h5 {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .rh_h5 {
    font-size: 16px;
  }
}

.road_heating .func .img {}

@media (max-width: 480px) {
  .road_heating .func .img {
    width: 100% !important;
    background: none !important;
  }

  .road_heating .func .img img {
    width: 100%;
  }
}

.road_heating_Box {
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .road_heating_Box {
    margin-bottom: 50px;
  }
}

.road_heating_Box h4 {
  margin-bottom: 35px;
}

.road_heating_Box h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .road_heating_Box h4 {
    margin-bottom: 20px;
  }

  .road_heating_Box h5 {
    font-size: 18px;
  }
}

.road_heating_Box .road__table {
  width: 100%;
  border-collapse: collapse;
}

.road_heating_Box .road__table th,
.road_heating_Box .road__table td {
  padding: 15px;
  border: 1px solid #666;
}

.road_heating_Box .road__table th {
  background: url("/wp/wp-content/themes/yasuda/images/tec/bg_func_black.jpg") repeat;
  color: #fff;
}

.road_heating_Box .text_right {
  text-align: right;
}

.road_heating_Box .clm2 {
  display: flex;
  justify-content: space-between;
}

.road_heating_Box .clm2 figure {
  width: 25%;
}

.road_heating_Box .clm2 .msg {
  width: 70%;
}

.road_heating_Box .clm2 .msg .road__three__box {
  border: 1px solid #333;
  padding: 30px;
}

@media (max-width: 480px) {
  .road_heating_Box .clm2 {
    flex-wrap: wrap;
  }

  .road_heating_Box .clm2 figure {
    width: 100%;
    text-align: center;
  }

  .road_heating_Box .clm2 .msg {
    width: 100%;
  }

  .road_heating_Box .clm2 .msg .road__three__box {
    padding: 10px;
  }
}

.road_heating .mb-last {
  margin-bottom: 10px !important;
}

@media (max-width: 480px) {
  .road_heating .mb-last {
    margin-bottom: 10px !important;
  }
}

/* 240706 add */
.newsArea__banner {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .newsArea__banner {
    margin-top: 20px;
  }
}

.mv_fixed {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
}

@media (max-width: 480px) {
  .mv_fixed {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 85px;
  }
}

.mv_fixed__close {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #00527d;
  color: #fff;
  position: absolute;
  top: -22px;
  right: -22px;
  font-size: 34px;
  font-weight: bold;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  box-shadow: none;
}

@media (max-width: 480px) {
  .mv_fixed__close {
    width: 22px;
    height: 22px;
    top: -12px;
    right: -12px;
    font-size: 15px;
  }
}

/* 241226 add */
.footer__instagram {
  margin-top: 20px;
}
