@charset "utf-8";

/* << INDEX >> ----------------------------------------------------------------
*
* @ 共通
* @ トップページ
* @ サイトマップ
* @ 404
* @ 検索
* @ 投稿
* @ アーカイブ
* @ 製品詳細
* @ お問い合わせ・お見積もり依頼
* @ 応募エントリーフォーム
* @ 室本鉄工の強み
* @ オススメ製品
* @ 会社情報
* @ 会社情報 > 社長挨拶
* @ 会社情報 > 経営理念・信条
* @ 会社情報 > 会社概要・沿革
* @ 会社情報 > 交通アクセス
* @ 製品情報
* @ 製品情報 > メリー作業工具 > 検索
* @ 製品情報 > ナイル空気工具 > 検索
* @ 販売代理店一覧
* @ 製品サポート
* @ 製品サポート > 製品Q＆A
* @ 製品サポート > 製品カタログ
* @ 製品サポート > CADデータダウンロード
* @ 製品サポート > 取扱説明書 / 部品図
* @ 製品サポート > 販売代理店一覧
* @ 導入事例（一覧）
* @ 導入事例（詳細）
* @ 採用情報 > 室本鉄工ってどんな会社？
* @ 採用情報 > 先輩からの熱きメッセージ（一覧）
* @ 採用情報 > 先輩からの熱きメッセージ（詳細）
*
* -------------------------------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 共通
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ カテゴリーラベル
---------------------------------------------------------------------------- */
.post-data .cat_label {
  display: inline-block;
  width: 120px;
  padding: 4px 0;
  margin-left: 1em;
  color: #fff;
  font-size: 0.857em;
  text-align: center;
}

/* @ リンクボタン（青背景・白文字）
---------------------------------------------------------------------------- */
.link_btn {
  margin-top: 100px;
  text-align: center;
}
.link_btn a {
  display: inline-block;
  text-align: center;
  background: #004da0;
  color: #fff;
  font-size: 1.143rem;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link_btn a:before {
  margin-right: 5px;
  content: '\f075';
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .link_btn a span {
    display: none;
  }
}
a.alpha:hover {
  text-decoration: none;
}

/* @ カラム分割
---------------------------------------------------------------------------- */
.flex_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* >>>> 2カラム分割 */
@media screen and (min-width: 800px) {
  .col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .col2:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .col2 {
    width: 48.5%;
    margin-bottom: 50px;
    margin-right: 3%;
  }
  .col2:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .col2 {
    width: 100%;
    margin: 0 auto 50px;
  }
  .col2:nth-of-type(2n) {
    margin-right: auto;
  }
}

/* >>>> 3カラム分割 */
.col3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width: 801px) {
  .col3 {
    width: calc((100% - 30px * 2) / 3);
  }
  .col3:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width:481px) and (max-width:800px) {
  .col3 {
    width: calc((100% - 30px) / 2);
  }
  .col3:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .col3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (-ms-high-contrast:none) and (min-width: 800px) {
  .col3 {
    width: calc((100% - 30px * 2) / 3 - 0.3px);
  }
}
@media all and (-ms-high-contrast:none) and (min-width:481px) and (max-width:800px) {
  .col3 {
    width: calc((100% - 30px) / 2 - 0.5px);
  }
}

/* >>>> 4カラム分割 */
.col4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width: 801px) {
  .col4 {
    width: calc((100% - 30px * 3) / 4);
  }
  .col4:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width:481px) and (max-width:800px) {
  .col4 {
    width: calc((100% - 30px) / 2);
    margin-bottom: 50px;
  }
  .col4:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .col4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (-ms-high-contrast:none) and (min-width: 801px) {
  .col4 {
    width: calc((100% - 30px * 3) / 4 - 0.25px);
  }
}
@media all and (-ms-high-contrast:none) and (min-width:481px) and (max-width:800px) {
  .col4 {
    width: calc((100% - 30px) / 2 - 0.5px);
  }
}

/* @ その他
---------------------------------------------------------------------------- */
.text-align_C {
  text-align: center;
}
.wp-pagenavi {
  clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ トップページ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ 見出し
---------------------------------------------------------------------------- */
.home h2 {
  margin: 30px 0;
  padding: 0;
  font-size: 2.625rem;
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .home h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .home h2 {
    font-size: 1.5rem;
  }
}
.home .h3-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .home .h3-area {
    display: block;
  }
}
.home .h3-area h3 {
  width: calc(7em + 14px);
  width: 330px;
  margin: 0 0 20px;
  font-size: 1.5rem;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 900px) {
  .home .h3-area h3 {
    width: 100%;
  }
}
.home .h3-area h3::after {
  width: calc(7em + 14px);
  border-bottom: solid 3px #ccc;
}
.home .h3-area p {
  width: calc(100% - 330px);
  margin: 0 0 20px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 1200px) {
  .home .h3-area p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 900px) {
  .home .h3-area p {
    width: 100%;
    border-bottom: none;
  }
}

/* @ キーイメージ
---------------------------------------------------------------------------- */
#index-keyimg {
  width: 100%;
  border-bottom: solid 3px #ea030f;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #index-keyimg {
    border-top: solid 3px #ea030f;
  }
}
#index-keyimg figure {
  margin: 0;
  padding: 0;
}

/* @ ワイドスライダー
---------------------------------------------------------------------------- */
.wideslider {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.wideslider ul,
.wideslider ul li {
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
.wideslider ul li img {
  width: 100%;
  max-width: 1200px;
  display: none;
}
.wideslider ul li:first-of-type img {
  display: inline;
}
.wideslider ul li div {
  top: 10%;
  left: 3%;
  position: absolute;
  width: 45%;
  color: #fff;
}
.wideslider ul li div h2 {
  margin-bottom: 30px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1.75em;
  line-height: 1;
}
.wideslider ul li div h2 span {
  display: inline;
  margin-left: 1.5em;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-size: 0.5em;
}
.wideslider ul li div h3 {
  margin-bottom: 40px;
  padding: 0;
  line-height: 1;
  background: transparent;
}
.wideslider ul li div h3:before {
  content: "";
  margin: 0;
}
.wideslider ul li div .link_btn {
  margin-top: 50px;
}
.wideslider ul li div .link_btn a {
  width: 300px;
  padding: 1em 0;
  text-align: center;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;

}
.wideslider .slider_prev,
.wideslider .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.wideslider .slider_prev {
  background: #000 url(../img/prev.png) no-repeat right 20px center;
}
@media screen and (max-width: 1200px) {
  .wideslider .slider_prev {
    background-position: 5px center;
  }
}
.wideslider .slider_next {
  background: #000 url(../img/next.png) no-repeat left 20px center;
}
@media screen and (max-width: 1200px) {
  .wideslider .slider_next {
    background-position: 5px center;
  }
}

.wideslider .pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

.wideslider .pagination a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 7.5px;
  background: #fff;
  overflow: hidden;
}
.wideslider .pagination a.active {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}

.wideslider ul li {
  position: relative;
}
.wideslider ul li p {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
  margin: 0;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 8px #000;
  font-size: 2.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .wideslider ul li p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 500px) {
  .wideslider ul li p {
    font-size: 1.143rem;
  }
}

/* @ 製品情報
---------------------------------------------------------------------------- */
#index-product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
#index-product ul li {
  list-style-type: none;
  margin: 0;
  padding: 3px;
  box-sizing: border-box;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 25%;
}
@media screen and (max-width: 600px) {
  #index-product ul li {
    width: 50%;
  }
}
#index-product ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
}
#index-product ul li:hover {
  background-color: #ea030f;
}
#index-product ul li:hover img {
  opacity: 0.6;
}
#index-product ul li dl {
  height: 100%;
}
#index-product ul li dl,
#index-product ul li dl dt{
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#index-product ul li dl dd {
  margin: 0;
  padding: 20px 10px;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
#index-product ul li a:hover dl dd {
  opacity: 0.7;
}
#index-product form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 40px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 600px) {
  #index-product form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #index-product form {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
#index-product form label {
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  #index-product form label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  #index-product form label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  #index-product form label {
    width: 386px;
    padding: 0 5px 5px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #index-product form label {
    width: 260px;
  }
}
#index-product form input.s {
  width: 465px;
  height: 38px;
  margin-left: 15px;
  padding: 3px;
  box-sizing: border-box;
  line-height: 32px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  #index-product form input.s {
    width: 300px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 480px) {
  #index-product form input.s {
    width: 165px;
  }
}
#index-product form input[type="submit"] {
  width: 86px;
  margin-left: -1px;
  padding: 0;
  background-color: #666;
  border: none;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 38px;
}

/* @ インフォメーション
---------------------------------------------------------------------------- */
#index-info {
  padding: 1px 0 40px;
  overflow: auto;
}
.home #index-info {
  background-color: #f0f0f0;
}
@media screen and (max-width: 800px) {
  #index-info {
    padding-bottom: 25px;
  }
}
#index-info h2 {
  margin: 25px 0 30px;
}
.home .list-link {
  float: right;
  margin-top: -85px;
}
.home .list-link.sp-show {
  display: none;
  float: right;
  margin: 15px 0 0;
}
@media screen and (max-width: 800px) {
  .home .list-link {
    display: none;
  }
  .home .list-link.sp-show {
    display: block;
  }
}
.home .list-link a {
  display: block;
  width: 135px;
  background-color: #fff;
  border: solid 3px #ccc;
  font-size: 1.125rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
.home .list-link a::after {
  display: inline-block;
  padding-left: 10px;
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}

#index-info ul {
  clear: both;
  margin: 0;
  padding: 0;
}
#index-info li {
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  border-bottom: dotted 1px #808080;
}
#index-info li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  #index-info li dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#index-info li dl dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 7.5em;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  #index-info li dl dt {
    margin-bottom: 5px;
  }
}
#index-info li dl dd {
  margin: 0;
  padding: 0;
}
#index-info li dl dd.cat_label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-width: 9em;
  margin-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #index-info li dl dd.cat_label {
    margin-bottom: 5px;
  }
}
.cat_label span {
  display: inline-block;
  width: 9em;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #ea030f;
  border-radius: 3px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
#index-info li dl dd.info-title {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  #index-info li dl dd.info-title {
    width: 100%;
    margin-top: 10px;
  }
}
#index-info li dl dd a {
  text-decoration: underline;
}
#index-info li dl dd a:hover {
  text-decoration: none;
}

/* @ 新製品情報・オススメ製品
---------------------------------------------------------------------------- */
#index-pickup {
  padding-top: 40px;
  padding-bottom: 35px;
}
#index-pickup #tub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px;
  padding: 0;
}
#index-pickup #tub-list li {
  position: relative;
  list-style-type: none;
  width: 50%;
  margin: 0;
  padding: 0;
}
#index-pickup #tub-list li.active::after {
  position: absolute;
  bottom: -12px;
  right: calc(50% - 16px);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 16px 0 16px;
  border-color: #ea030f transparent transparent transparent;
}
#index-pickup #tub-list li a {
  display: block;
  background-color: #f0f0f0;
  color: #000;
  font-size: 1.875rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 110px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 900px) {
  #index-pickup #tub-list li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  #index-pickup #tub-list li a {
    font-size: 1.125rem;
  }
}
#index-pickup #tub-list li a:hover {
  opacity: 0.6;
}
#index-pickup #tub-list li.active a {
  color: #fff;
  background-color: #ea030f;
}
#index-pickup #tub-list li.active a:hover {
  opacity: 1;
}
ul.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
#index-pickup div[id^="product-tab"] {
  display: none;
}
#index-pickup div[id^="product-tab"].active {
  display: block;
}
ul.product-list li {
  list-style-type: none;
  width: calc((100% - 20px * 3) / 4);
  margin: 0 20px 40px 0;
  padding: 0;
}
ul.product-list li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  ul.product-list li {
    width: calc((100% - 20px) / 2);
  }
  ul.product-list li:nth-of-type(2n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  ul.product-list li {
    width: 100%;
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
  }
}
ul.product-list li dl {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.page-index ul.product-list li dl {
  background-color: transparent;
}
ul.product-list dl dt {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
ul.product-list dl dd {
  margin: 0;
  padding: 0;
}
ul.product-list dl dd.product-name a {
  font-size: 1.125rem;
  color: #003399;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
}
ul.product-list dl dd a:hover {
  text-decoration: none;
}
.home .btn a,
.btn a.ditail-link {
  display: inline-block;
  margin-top: 15px;
  padding: 0 20px;
  color: #fff;
  background-color: #444;
  border-radius: 3px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap;
}
.home p.btn a::before {
  display: inline-block;
  padding-right: 10px;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
}
#index-pickup .btn_L {
  text-align: center;
}
#index-pickup .btn_L a {
  display: inline-block;
  width: 275px;
  margin: 0 auto;
  background-color: #132550;
  border-radius: 30px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  #index-pickup .btn_L a {
    width: 220px;
  }
}
#index-pickup .btn_L a::before {
  display: inline-block;
  padding-right: 10px;
  content: '\f0c9';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
}

/* @ 導入事例のご紹介
---------------------------------------------------------------------------- */
#index-case {
  padding: 1px 0;
  background-color: #f0f0f0;
}

/* @ バナーエリア
---------------------------------------------------------------------------- */
#index-banner {
  padding: 40px 0;
}
@media screen and (max-width: 800px) {
  #index-banner {
    padding: 40px 20px 10px;
  }
}
#index-banner p {
  width: 100%;
  margin: 0 0 20px;
}
#index-banner .col2,
#index-banner .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #index-banner .col2,
  #index-banner .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
#index-banner .col2 a {
  display: inline;
  width: calc((100% - 20px) / 2);
}
#index-banner .col3 a {
  display: inline;
  width: calc((100% - 20px * 2) / 3);
}
@media screen and (max-width: 800px) {
  #index-banner .col2 a {
    width: calc((100% - 10px) / 2);
  }
  #index-banner .col3 a {
    width: calc((100% - 10px * 2) / 3);
  }
}
@media screen and (max-width: 600px) {
  #index-banner .col2 a,
  #index-banner .col3 a {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-banner .col2 a:last-of-type,
  #index-banner .col3 a:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (-ms-high-contrast:none){
  #index-banner .col2 a,
  #index-banner .col3 a {
    height: 100%;
  }
}
.wide-banner {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .home .wide-banner .sp-hide {
    display: none;
  }
}
.home .wide-banner .sp-show {
  display: none;
}
@media screen and (max-width: 600px) {
  .home .wide-banner .sp-show {
    display: inline;
  }
}

/* @ SNSアリア
---------------------------------------------------------------------------- */
#index-sns {
  margin: 40px auto;
}
#index-sns .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #index-sns .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#index-sns .sns-frame {
  width: calc((100% - 20px) / 2);
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #efefef), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #efefef),color-stop(.75, #efefef), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 7px 7px;
}
@media screen and (max-width: 800px) {
  #index-sns .sns-frame {
    width: 100%;
    max-width: 590px;
    margin: 0 auto 30px;
  }
  #index-sns .sns-frame:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #index-sns .sns-frame {
    padding: 30px 20px;
  }
}
#index-sns .sns-frame .yugothic {
  margin: 0 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
#index-sns .sns-frame:first-of-type .yugothic::before {
  display: inline-block;
  padding-right: 10px;
  content: '\f09a';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
#index-sns .sns-frame:nth-of-type(2) .yugothic::before {
  display: inline-block;
  padding-right: 10px;
  content: '\f16d';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
#index-sns .sns-frame .sns-link {
  float: right;
  margin: -33px 0 15px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #index-sns .sns-frame .sns-link {
    display: none;
  }
}
#index-sns .sns-frame .sns-link a {
  text-decoration: none;
}
#index-sns .sns-frame .sns-link a::after {
  display: inline-block;
  padding-left: 10px;
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ メールでのお問い合わせはこちら
---------------------------------------------------------------------------- */
#index-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 100px;
  padding: 35px 30px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #efefef), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #efefef),color-stop(.75, #efefef), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 7px 7px;
}
@media screen and (max-width: 1200px) {
  #index-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 35px 0;
  }
}
@media screen and (max-width: 800px) {
  #index-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 15px;
  }
}
#index-contact > strong {
  display: block;
  width: 360px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  #index-contact > strong {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  #index-contact > strong {
  }
}
@media screen and (max-width: 480px) {
  #index-contact > strong {
    font-size: 1rem;
  }
}
#index-contact > span {
  display: block;
  width: 325px;
  height: auto;
}
@media screen and (max-width: 800px) {
  #index-contact > span {
    width: 100%;
    max-width: 325px;
  }
}
#index-contact > a {
  display: block;
  width: 330px;
  margin: 0;
  background-color: #ea030f;
  border-radius: 35px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  #index-contact > a {
    margin-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  #index-contact > a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  #index-contact > a {
    width: 100%;
    max-width: 330px;
    margin-top: 25px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #index-contact > a {
    font-size: 1rem;
  }
  #index-contact > a span {
    display: none;
  }
}
#index-contact > a {
  height: 64px;
}
#index-contact > a::before {
  display: inline-block;
  padding-right: 10px;
  content: '\f003';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 64px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイトマップ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-sitemaps .sitemaps-list {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.page-sitemaps .sitemaps-list:first-child {
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .page-sitemaps .sitemaps-list {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.page-sitemaps .sitemaps-list ul {
  padding: 0;
}
.page-sitemaps .sitemaps-list ul ul {
  text-indent: 1.5em;
}
.page-sitemaps .sitemaps-list li {
  list-style: none;
}
.page-sitemaps .sitemaps-list li a {
  display: block;
  color: inherit;
  border-bottom: 1px dotted #ccc;
  padding: 0.5em;
}
.page-sitemaps .sitemaps-list li a:hover {
  text-decoration: none;
  background-color: #f4f9fe;
}
.page-sitemaps .sitemaps-list li a:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  margin-right: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 404
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ メッセージ
---------------------------------------------------------------------------- */
.error404 .er404-message {
  text-align: center;
}
.error404 .er404-message:before {
  display: block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 8.75rem;
  content: "\f071";
  color: #f66;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .error404 .er404-message:before {
    font-size: 7rem;
  }
}
.error404 .er404-message p:first-child {
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .error404 .er404-message p:first-child {
    font-size: 2.5em;
  }
}
.error404 .er404-message p:first-child span {
  font-size: 0.5em;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#er404-search {
  display: table;
  table-layout: fixed;
  width: 80%;
  min-width: 280px;
  max-width: 680px;
  margin: 5em auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #er404-search {
    margin: 2em auto;
  }
}
#er404-search label {
  display: table-cell;
  vertical-align: middle;
}
#er404-search label:last-child {
  width: 50px;
}
#er404-search input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #eee;
}
#er404-search input[type='submit'] {
  font-family: 'FontAwesome';
  box-sizing: border-box;
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #2d3339;
  color: #fff;
  font-weight: normal;
  font-size: 1.125em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 検索
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search #er404-search {
  margin: 3em auto;
}
.search .search-list {
  border-top: 1px solid #ccc;
}
.search .search-list ul {
  display: block;
  margin: 0;
  padding: 0;
}
.search .search-list article a {
  color: inherit;
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.search .search-list article a:hover {
  text-decoration: none;
  background-color: #eee;
}
.search .search-list article h4 {
  margin-top: 0;
}
.search .search-list article p:last-child {
  text-align: right;
  margin-bottom: 0;
  padding-top: 1em;
  border-top: 1px dotted #ccc;
  font-size: 0.75em;
  color: #999;
}
.search .search-count {
  margin: 2em 0;
}
.search-everything-highlight {
  font-weight: bold;
  text-decoration: underline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-everything-highlight:before {
  display: none;
}
.search .wrap {
  box-sizing: border-box;
  padding: 0 20px;
}
.search .permalink {
  overflow: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 投稿
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 480px) {
  .single-post .wrap-h2 h2 {
    font-size: 1.375rem;
  }
}
.single-post .page-child-links ul {
  margin-bottom: 45px;
}
.single-post .post-data {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-post h3 {
  padding: 12px 0;
  border-bottom: solid 1px #999;
  font-size: 1.125rem;
}
.single-post h3.post-title {
  margin-top: 15px;
}
.single-post h3::after {
  display: none;
}
.single-post #contents article a {
  text-decoration: underline;
  color: #004da0;
}
.single-post #contents article a:hover {
  color: #ea030f;
}
.single-post #contents article .photo {
  float: right;
  width: 40%;
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 600px) {
  .single-post #contents article .photo {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
}
.single-post #contents article iframe {
  max-width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ アーカイブ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 480px) {
  .category .wrap-h2 h2 {
    font-size: 1.375rem;
  }
}
.category article a {
  color: inherit;
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.category article a:hover {
  text-decoration: none;
  background-color: #eee;
}
.category article h3 {
  margin-top: 0;
}
.category .post-data {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ インフォメーション
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 480px) {
  .page-information .wrap-h2 h2 {
    font-size: 1.375rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品詳細
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.product-single #contents .category {
  padding-left: 7px;
  margin-bottom: 0px;
}
.product-single #contents h3:first-of-type {
  margin-top: 0px;
}
.product-single .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .product-single .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-single #product-photo {
  width: 520px; /* 43.333% */
}
@media screen and (max-width: 1200px) {
  .product-single #product-photo {
    width: 43.333%;
  }
}
@media screen and (max-width: 800px) {
  .product-single #product-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media all and (-ms-high-contrast:none){
  .product-single #product-photo {
    height: 100%;
  }
}
.product-single #product-photo > div {
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .product-single #product-photo > div {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .product-single #product-photo > div {
    width: 100%;
  }
}
.product-single #product-photo figure {
  max-height: 520px;
  margin: 0;
  box-sizing: border-box;
  border: solid 1px #ccc;
  text-align: center;
}
.product-single #product-photo figure img {
  max-height: 518px;
}
.product-single #product-photo figure + p {
  margin: 5px 0 20px;
}

.product-single #product-data {
  width: 650px;
}
@media screen and (max-width: 1200px) {
  .product-single #product-data {
    width: 54.166%;
  }
}
@media screen and (max-width: 800px) {
  .product-single #product-data {
    width: 100%;
  }
}
.product-single #product-data > p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .product-single #product-data > p:first-of-type {
    margin-top: 30px;
  }
}

.product-single .heading {
  font-size: 1.5rem;
}
.product-single table.table_horizon-b th,
.product-single table.table_horizon-b td {
  border: none;
  text-align: center;
}
.product-single table.table_horizon-b tr {
  border-bottom: 1px dotted #ccc;
}
.product-single table.table_horizon-b tr > th:first-of-type {
  border-left: none;
}
.product-single table.table_horizon-b td a.online_shop {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  background-color: #ea030f;
  border-radius: 3px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .product-single table.table_horizon-b td a.online_shop {
    padding: 0 15px;
    font-size: 0.625rem;
    line-height: 30px;
  }
}
.product-single table.table_horizon-b td a::before {
  display: inline-block;
  padding-right: 10px;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 34px;
}
.product-single table.table_horizon-b + p {
  margin-top: 5px;
}

.product-single #product-detail .description {
  display: none;
  margin-bottom: 80px;
}
.product-single #product-detail .description:first-of-type {
  display: block;
}
.product-single #product-detail .description.show {
  display: block;
}
.product-single #product-detail .description.hide {
  display: none;
}
.product-single table.table_default th {
  white-space: normal;
}

.product-btn {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .product-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-btn a {
  display: block;
  width: calc((100% - 20px * 2) / 3);
  background-color: #1d398d;
  border-radius: 3px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 100px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .product-btn a {
    font-size: 1rem;
    line-height: 80px;
  }
}
@media screen and (max-width: 800px) {
  .product-btn a {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 15px;
  }
  .product-btn a:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .product-btn a {
    font-size: 0.875rem;
    line-height: 60px;
  }
}
.product-btn a::before {
  padding-right: 10px;
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}
.product-btn a.catalog-btn::before {
  content: '\f02d';
}
.product-btn a.download-btn::before {
  content: '\f1b2';
}
.product-btn a.instructions-btn::before {
  content: '\f013';
}

@media screen and (max-width: 800px) {
  .wide-banner.contect-banner .sp-hide {
    display: none;
  }
}
.wide-banner.contect-banner .sp-show {
  display: none;
}
@media screen and (max-width: 800px) {
  .wide-banner.contect-banner .sp-show {
    display: inline;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 導入事例
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ お問い合わせ・お見積もり依頼
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-contact #contents > ul {
  box-sizing: border-box;
}
.page-contact .notes-wrap {
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  border: double 3px #999;
}
.page-contact .notes-wrap p:first-of-type {
  margin-top: 0;
}
.page-contact .notes-wrap p:last-of-type {
  margin-bottom: 0;
}
.page-contact .notes-title {
  position: relative;
  padding-left: 24px;
  font-size: 1.375rem;
}
@media screen and (max-width: 800px) {
}
.page-contact .notes-title::before {
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  content: '\f0c8';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
.page-contact .font_LL {
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .page-contact .font_LL {
    font-size: 1rem;
  }
}
.page-contact .font_L {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .page-contact .font_L {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 800px) {
  .page-contact .notes-wrap strong span {
    display: inline-block;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 応募エントリーフォーム
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-entry .mw_form-table .width_80 {
  max-width: 80px;
}
.page-entry .mw_form-table .width_160 {
  max-width: 160px;
}
.page-entry .mw_form-table .width_480 {
  max-width: 480px;
}
.page-entry .mw_form-table .dsp_ib {
  display: inline-block;
}
.page-entry .mw_form-table input[name="姓"],
.page-entry .mw_form-table input[name="せい"] {
  margin-right: 1em;
  margin-left: 5px;
  margin-bottom: 10px;
}
.page-entry .mw_form-table input[name="名"],
.page-entry .mw_form-table input[name="めい"] {
  margin-left: 5px;
  margin-bottom: 10px;
}
.page-entry .mw_form-table input[name="年"] {
  margin-right: 5px;
  margin-bottom: 10px;
}
.page-entry .mw_form-table select[name="月"],
.page-entry .mw_form-table select[name="日"] {
  margin-right: 5px;
  margin-left: 1em;
  margin-bottom: 10px;
}
.page-entry .mw_form-table input[name="卒業年度"] {
  margin-right: 5px;
}
.page-entry .mw_form-btn input[type="submit"] {
  background: #ea030f;
}
.page-confirm .confirm_none {
  display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 室本鉄工の強み
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-strong h3 {
  margin: 35px 0 30px;
  padding-left: 130px;
  box-sizing: border-box;
  border-bottom: none;
  font-size: 1.625rem;
  line-height: 2.857rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-strong h3::after {
  top: calc(50% - 95px / 2);
  left 0;
  width: 105px;
  height: 95px;
  background-color: #ea030f;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .page-strong h3 {
    padding-left: 35px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .page-strong h3::after {
    top: 0;
    left 0;
    width: 10px;
    height: 100%;
    background-color: #ea030f;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .page-strong h3 {
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.714rem;
  }
}
.page-strong .btn {
  margin: 50px 0 45px;
}
.page-strong .btn a {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  padding: 22px 10px;
  border: solid 7px #ccc;
  font-size: 1.75rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .page-strong .btn a {
    max-width: 350px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .page-strong .btn a {
    font-size: 1rem;
  }
}
.page-strong hr {
  display: block;
  height: 0;
  margin: 45px 0;
  border: none;
  border-bottom: solid 2px #ccc;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 室本鉄工の強み
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-recommendation #product-list ul li a {
  display: block;
  height: 100%;
  background-color: #fff;
  border: solid 2px #fff;
  text-decoration: none;
}
.page-recommendation #product-list ul li a:hover {
  border: solid 2px #ea030f;
}
.page-recommendation #product-list ul li a:hover img {
  opacity: 0.6;
}
.page-recommendation #product-list ul li dl dd.no {
  color: #2c6ed2;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社情報
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社情報 > 社長挨拶
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-greeting .left-block {
  float: left;
  width: 500px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .page-greeting .left-block {
    width: 37%;
  }
}
@media screen and (max-width: 800px) {
  .page-greeting .left-block {
    width: 100%;
  }
}
.page-greeting .right-block {
  padding-left: 530px;
}
@media screen and (max-width: 1200px) {
  .page-greeting .right-block {
    padding-left: 40%;
  }
}
@media screen and (max-width: 800px) {
  .page-greeting .right-block {
    padding-left: 0;
  }
}
.page-greeting .left-block .who strong {
  font-size: 1.5rem;
}
.page-greeting .right-block p:first-of-type {
  margin-top: 0;
  font-size: 1.5rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社情報 > 経営理念・信条
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-philosophy h4 {
  background-color: transparent;
  color: #000;
}
.page-philosophy #contents .floatR {
  margin-top: 0;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .page-philosophy #contents .floatR {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .page-philosophy #contents .floatR {
    float: none !important;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社情報 > 会社概要・沿革
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-history #contents table td.address span {
  display: inline-block;
}
.page-history #contents table td.address a {
  display: inline-block;
  color: #2c6ed2;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 会社情報 > 交通アクセス
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gmap-wrap {
  display: flex;
  justify-content: space-between;
}
.gmap-wrap .map {
  width: 53.75%;
}
.gmap-wrap .photo {
  width: 41.666%;
}
@media screen and (max-width: 800px) {
  .gmap-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .gmap-wrap .map,
  .gmap-wrap .photo {
    width: 100%;
  }
}
.label_red {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 14px;
  background-color: #ea030f;
  color: #fff;
  font-size: 1.125rem;
}
.access-address > span {
  margin-right: 1em;
}
.access-address > span:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .access-address > span {
    display: block;
    margin-right: 0;
  }
}
.access-address img.alignright {
  width: 500px;
  max-width: 41.666%;
  margin-left: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .access-address img.alignright {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-bottom: 1em;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品情報
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-product .flex_cols {
  padding: 0;
}
.page-product .flex_cols li {
  list-style-type: none;
  padding: 0;
}
.page-product .flex_cols li p {
  margin: 0;
}
.page-product .flex_cols li p.index-navi_btn {
  padding: 3px;
  border: solid 2px #e4e4e4;
  background-color: #fff;
}
.page-product .flex_cols li p.index-navi_btn:hover {
  background-color: #ea030f;
}
.page-product .flex_cols li p.index-navi_txt {
  margin-top: 15px;
}
.page-product .flex_cols li a {
  display: block;
  background-color: #fff;
  text-align: center;
}
.page-product .flex_cols li p.index-navi_btn:hover a img {
  opacity: 0.6;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品情報 > メリー作業工具
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-product-child .maker-logo {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .page-product-child .maker-logo {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
    text-align: center;
  }
}
.page-product-child .specification-links ul {
  display: flex;
  justify-content: flex-end;
  margin: -45px 0 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .page-product-child .specification-links ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-product-child .specification-links ul {
    flex-direction: column;
  }
}
.page-product-child .specification-links li {
  list-style-type: none;
  margin: 0 0 0 40px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .page-product-child .specification-links li {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.page-product-child .specification-links li:first-of-type {
  margin-right: 0;
}
.page-product-child .specification-links li a {
  color: #2c6dd3;
  font-size: 1rem;
}
.page-product-child .specification-links li a::before {
  display: inline-block;
  width: 18px;
  margin-right: 3px;
  background-color: #2c6dd3;
  border-radius: 2px;
  content: '\f0da';
  color: #fff;
  font-size: 1rem;
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 18px;
  text-align: center;
}

.page-product-child ul.flex_cols {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .page-product-child ul.flex_cols {
    max-width: 585px;
    margin: 35px auto;
  }
}
.page-product-child ul.flex_cols li {
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
  box-sizing: border-box;
  border: solid 3px #fff;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .page-product-child ul.flex_cols li {
    width: auto;
  }
}
.page-product-child ul.flex_cols li:hover {
  padding: 0;
  border: solid 3px #ea030f;
}
.page-product-child ul.flex_cols li a {
  display: block;
  /*height: 100%;*/
  background-color: #fff;
  text-decoration: none;
}
.page-product-child ul.flex_cols li img {
  width: auto;
  max-height: 267.5px;
}
.page-product-child ul.flex_cols li span,
.page-product-child ul.flex_cols li strong {
  display: block;
  width: 100%;
  text-align: center;
}
.page-product-child ul.flex_cols li strong {
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-content: center;
  padding: 30px 0 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .page-product-child ul.flex_cols li strong {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .page-product-child ul.flex_cols li strong {
    font-size: 1.125rem;
  }
}
.page-product-child ul.flex_cols li:hover span,
.page-product-child ul.flex_cols li:hover strong {
  opacity: 0.6;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品情報 > メリー作業工具 > 検索
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品情報 > ナイル空気工具 > 検索
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-product-child h3 {
  margin-bottom: 10px;
}
.page-product-child .text-align_C {
  margin: 10px 0;
  font-size: 1.375rem;
}
#product-search-btn {
  display: flex;
  margin: 0;
  padding: 0;
}
#product-search-btn li {
  list-style-type: none;
  margin-right: 8px;
  padding: 0 0 13px;
  box-sizing: border-box;
}
#product-search-btn li:last-of-type {
  margin-right: 0;
}
#product-search-btn li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}
#product-search-btn li.active a {
  background-color: #ea030f;
}
#product-search-btn li a:after {
  position: absolute;
  content: '';
  bottom: -13px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
}
#product-search-btn li.active a:after {
  border-color: #ea030f transparent transparent transparent;
}
#product-search-btn li a span {
  display: inline-block;
}
.tax-merry_category #product-search-btn li {
  text-align: center;
}
@media screen and (max-width: 800px) {
  #product-search-btn {
    flex-wrap: wrap;
  }
  #product-search-btn li {
    width: 50%;
    margin-right: 0;
    padding: 1px 2px;
  }
  #product-search-btn li a {
    padding: 5px 10px;
  }
  #product-search-btn li a:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #product-search-btn li {
    width: 100%;
    padding: 1px 0;
  }
}

#product-search-pnl {
  margin-bottom: 40px;
}
#product-search-pnl form {
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  border: solid 3px #ea030f;
  box-sizing: border-box;
}
#product-search-pnl form:first-of-type {
  display: block;
}
#product-search-pnl form {
  padding: 20px 20px 10px;
}
#product-search-pnl form p {
  display: inline-block;
  margin: 0 20px 10px 0;
}
#product-search-pnl form p.block {
  display: block;
}
#product-search-pnl form p input {
  margin-right: 5px;
}
#product-search-pnl form#pnl02 {
  padding: 20px 25px;
}
#product-search-pnl form#pnl02 p {
  margin: 0;
}
#product-search-pnl form#pnl02 label {
  padding-right: 15px;
  color: #2c6dd3;
}
#product-search-pnl form#pnl02 p {
  position: relative;
}
#product-search-pnl form#pnl02 p input {
  margin-right: 0;
  padding-right: 1px 2px 1px 2px;
  box-sizing: border-box;
  height: 30px;
}
@media screen and (max-width: 600px) {
  #product-search-pnl form#pnl02 p input {
    width: calc(100% - 30px);
  }
}
#product-search-pnl form#pnl02 #product_name_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background-color: #666;
  color: #fff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
#product-search-pnl form#pnl02 #product_name_btn:hover {
  opacity: 0.6;
}

#product-list {
  position: relative;
}
#product-list ul {
  padding-left: 0;
}
#product-list ul li {
  list-style-type: none;
  margin-bottom: 55px;
}
#product-list ul li dl a {
  /*height: 100%;*/
  background-color: #fff;
}
#product-list ul li dl {
  height: 100%;
  margin: 0;
  padding-bottom: 10px;
  border: 0;
}
#product-list ul li dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: solid 2px #e4e4e4;
  text-align: center;
}
#product-list ul li dl dt img {
  width: 100%;
}
#product-list ul li dl dd {
  margin: 0;
}
#product-list ul li dl dd.name {
  color: #2c6ed2;
}
#product-list ul li dl dd.category {
  font-size: 0.875rem;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 販売代理店一覧
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-agent .anchor-list {
  display: inline-block;
  border: solid 2px #444444;
  padding: 0 30px;
}
.page-agent .anchor-list p {
  font-size: 1.125rem;
}
.page-agent .anchor-list p a {
  color: #2c6dd3;
  display: inline-block;
}
.page-agent ul.flex_cols {
  list-style: none;
  padding-left: 10px;
}
.page-agent ul.flex_cols li.col3 {
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.page-agent ul.flex_cols li.col3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f0c8';
  color: #ea030f;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品サポート
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品サポート > 製品Q＆A
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tax-faq_category #contents h4 {
  clear: both;
}
.tax-faq_category #contents dl {
  clear: both;
  margin: 20px 0;
  padding: 0 15px;
}
.tax-faq_category #contents dl:last-of-type {
  margin-bottom: 80px;
}
.tax-faq_category #contents dl dt {
  clear: both;
  margin: 0;
  padding: 12px 20px;
  background-color: #004da0;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .tax-faq_category #contents dl dt {
    font-size: 1rem;
  }
}
.tax-faq_category #contents dl dd {
  display: none;
  margin: 0;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .tax-faq_category #contents dl dd .floatR,
  .tax-faq_category #contents dl dd .floatL {
    float: none !important;
  }
}
.tax-faq_category #contents dl dd a {
  color: #004da0;
}
.tax-faq_category #contents .post-none {
  margin-bottom: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品サポート > 製品カタログ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-catalog #contents ul li.width_33per {
  list-style-type: none;
  padding: 0;
  width: calc((100% - 80px * 2) / 3) !important;
  margin-right: 80px;
  margin-bottom: 25px;
}
.page-catalog #contents ul li.width_33per:nth-of-type(3n) {
  margin-right: 0;
}
.page-catalog #contents ul li.width_33per:nth-of-type(3n + 1) {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .page-catalog #contents ul li.width_33per {
    list-style-type: none;
    padding: 0;
    width: calc((100% - 40px * 2) / 3) !important;
    margin-right: 40px;
  }
}
@media screen and (max-width: 800px) {
  .page-catalog #contents ul li.width_33per {
    float: none !important;
    width: 100% !important;
    max-width: 345px;
    margin: 0 auto 80px;
  }
  .page-catalog #contents ul li.width_33per:nth-of-type(3n) {
    margin-right: auto;
  }
  .page-catalog #contents ul li.width_33per:nth-of-type(3n + 1) {
    clear: both;
  }
}
.page-catalog #contents ul li p {
  text-align: center;
}
.page-catalog #contents ul li p.catagog-ttl {
  font-size: 1.125rem
}
.page-catalog #contents ul li p.catalog-btn a {
  display: block;
  max-width: 265px;
  margin: 10px auto 0;
  background-color: #999;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .page-catalog #contents ul li p.catalog-btn a {
    font-size: 1rem;
  }
}
.page-catalog #contents ul li p.catalog-btn a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: normal;
  padding-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}
.page-catalog a.icon_angle-double-right {
  color: #2c6dd3;
}
.icon_angle-double-right::before {
  display: inline-block;
  content: '\f101';
  font-family: 'FontAwesome';
  font-weight: normal;
  padding-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品サポート > CADデータダウンロード
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品サポート > 取扱説明書 / 部品図
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-cad #contents ol li {
  margin-bottom: 10px;
}
.product-support-list .floatL.width_50per {
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .product-support-list .floatL.width_50per {
    padding-right: 0;
  }
}
.page-cad #contents h3
/* .page-manual #contents h3  */
{
  clear: both;
  display: inline-block;
  margin-bottom: 10px;
  padding: 12px 15px;
  background-color: #999;
  border: 0;
  color: #fff;
  font-size: 1.125rem;
}
.page-cad #contents h3::after
/* .page-manual #contents h3::after  */
{
  display: none;
}
.product-support-list ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.product-support-list ul li {
  list-style-type: none;
  margin: 0 30px 10px 0;
  display: inline-block;
}
.product-support-list ul li a {
  list-style-type: none;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  box-sizing: border-box;
  color: #2c6dd3;
}
.product-support-list ul li a:before {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  left: 0;
  display: inline-block;
  content: '\f101';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
}
.product-support-list p a {
  color: #2c6dd3;
  line-height: 2.3em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 製品サポート > 販売代理店一覧
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 導入事例（一覧）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-works .page-child-links {
  padding: 17px 30px 7px 30px;
  background-color: #f4f4f4;
}
.page-works .page-child-links .links-inner {
  display: flex;
}
@media screen and (max-width: 800px) {
  .page-works .page-child-links .links-inner {
    display: block;
  }
}
.page-works .page-child-links p {
  width: 6em;
  margin: 0 15px 0 0;
  padding: 0;
}
.page-works .page-child-links p.type-name span:first-of-type {
  margin-right: 2em;
}
.page-works .page-child-links ul {
  width: calc(100% - 6em);
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .page-works .page-child-links ul {
    width: 100%;
    margin: 5px 0 20px 0;
  }
}
.page-works #works-list {
  position: relative;
}
.page-works #works-list ul {
  padding-left: 0;
}
.page-works #works-list ul li {
  list-style-type: none;
  box-sizing: border-box;
  padding-bottom: 10px;
  border: solid 3px #fff;
}
.page-works #works-list ul li:hover {
  border: solid 3px #ea030f;
}
.page-works #works-list ul li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.page-works #works-list ul li dl {
  margin: 0;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .page-works #works-list ul li dl {
    font-size: 1rem;
  }
}
.page-works #works-list ul li dl dt {
  margin: 0;
  padding: 0;
}
.page-works #works-list ul li dl dd {
  margin: 5px 0 0;
  padding: 0;
}
.page-works #works-list ul li dl dd.works-ttl {
  color: #2c6dd3;
}
#loading {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.6);
  z-index: 100;
}
#loading.active {
  display: flex;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 導入事例（詳細）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-works .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .single-works .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-works #work-data {
  width: 590px;
}
@media screen and (max-width: 1200px) {
  .single-works #work-data {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .single-works #work-data {
    width: 100%;
  }
}
.single-works #work-data > p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .single-works #work-data > p:first-of-type {
    margin-top: 30px;
  }
}
.single-works #work-data .product_info {
  color: #2c6ed2;
}

.single-works #work-photo {
  width: 580px;
}
@media screen and (max-width: 1200px) {
  .single-works #work-photo {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .single-works #work-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media all and (-ms-high-contrast:none){
  .single-works #work-photo {
    height: 100%;
  }
}
.single-works #work-photo > div {
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 55px;
}
@media screen and (max-width: 800px) {
  .single-works #work-photo > div {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .single-works #work-photo > div {
    width: 100%;
  }
}
.single-works #work-photo figure  {
  margin: 0;
  box-sizing: border-box;
  border: solid 7px #ccc;
}
.single-works #work-photo figure + p {
  margin: 5px 0 20px;
}

.video{
  width:100%;              /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height:0px;              /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin-bottom: 20px;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-works ul#work-images {
  padding-left: 0;
}
.single-works ul#work-images li.col2 {
  list-style-type: none;
  margin-bottom: 50px;
}
.single-works ul#work-images li.col2 figure {
  margin: 0;
}
.single-works ul#work-images li.col2 figure + p {
  margin: 5px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-recruit ul.flex_cols {
  padding: 0;
}
.page-recruit ul.flex_cols li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 801px) {
  .page-recruit ul.flex_cols li {
    width: 33.333%;
  }
}
@media screen and (max-width: 800px) {
  .page-recruit ul.flex_cols li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .page-recruit ul.flex_cols li {
    width: 100%;
    max-width: 380px;
    margin: 10px auto;
  }
}
.page-recruit ul.flex_cols li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: solid 2px #fff;
}
.page-recruit ul.flex_cols li a:hover {
  border: solid 2px #ea030f;
}
.page-recruit ul.flex_cols li a:hover img {
  opacity: 0.6;
}
.page-recruit ul.flex_cols li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(34, 24, 21, 0.6);
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (max-width: 1200px) {
  .page-recruit ul.flex_cols li a span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 850px) {
  .page-recruit ul.flex_cols li a span {
    font-size: 1rem;
  }
}
.page-recruit ul.flex_cols li a span::before {
  display: inline-block;
  padding-right: 14px;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1200px) {
  .page-recruit ul.flex_cols li a span::before {
    padding-right: 10px;
  }
}
.page-recruit ul.flex_cols li a:hover span {
  opacity: 0.6;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報 > 室本鉄工ってどんな会社？
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-what .btn {
  margin: 50px 0 45px;
}
.page-what .btn a {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  padding: 22px 10px;
  border: solid 7px #ccc;
  font-size: 1.75rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .page-what .btn a {
    max-width: 350px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .page-what .btn a {
    font-size: 1rem;
  }
}
.page-what hr {
  display: block;
  height: 0;
  margin: 45px 0;
  border: none;
  border-bottom: solid 2px #ccc;
}
.page-what .col2 .txt-cnr {
  text-align: center;
}
.page-what h3.headline-h3 {
  font-size: 2.857rem;
}
.page-what h4.txt-red {
  background-color: inherit;
  padding: 0;
  font-size: 1.625rem;
  font-weight: bold;
  color: #ea030f;
}
.page-what h4.txt-red span.font40 {
  font-size: 2.857rem;
}
@media screen and (max-width: 640px) {
  .page-what h3.headline-h3 {
    font-size: 2.143rem;
  }
  .page-what h4.txt-red {
    font-size: 1.429rem;
  }
  .page-what h4.txt-red span.font40 {
    font-size: 2.143rem;
  }
}
.page-what #what-history {
  margin-top: 100px;
  margin-bottom: 130px;
}
.page-what table.table_what {
  margin-top: 50px;
  border-spacing: inherit;
}
.page-what table.table_what tbody tr td {
  border-bottom: 1px dotted #ccc;
}
.page-what table.table_what tbody tr td:first-of-type {
  width: 250px;
  padding-left: 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .page-what table.table_what tbody tr td:first-of-type {
    width: 200px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 800px) {
  .page-what table.table_what tbody tr td:first-of-type {
    width: 160px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-what table.table_what tbody tr td:first-of-type {
    padding-bottom: 0;
    padding-left: 10px;
    text-align: inherit;
    border: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報 > 先輩からの熱きメッセージ（一覧）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-voice #contents ul {
  padding-left: 0;
}
.page-voice #contents .col2 {
  width: 43.5%;
  margin-right: 13%;
}
.page-voice #contents .col2:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .page-voice #contents .col2 {
    width: 48%;
    margin-right: 4%;
  }
  .page-voice #contents .col2:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .page-voice #contents .col2 {
    width: 100%;
    max-width: 520px;
    margin: 10px auto 60px;
  }
  .page-voice #contents .col2:nth-of-type(2n) {
    margin-right: auto;
  }
}
.page-voice #contents ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 130px;
}
.page-voice #contents ul li::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
  content: '';
  width: 115%;
  height: 1px;
  background: #ccc;
}
.page-voice #contents ul li:last-of-type::before {
  display: none;
}
@media screen and (min-width: 801px) {
  .page-voice #contents ul li:nth-last-child(2)::before {
    display: none;
  }
}
.page-voice #contents ul li:nth-of-type(2n)::before {
  right: 0;
  left: auto;
}
@media screen and (max-width: 1000px) {
  .page-voice #contents ul li:nth-of-type(2n)::before {
    right: 0;
    left: auto;
    width: 104.5%;
  }
  .page-voice #contents ul li:nth-of-type(2n + 1)::before {
    width: 104.5%;
  }
}
@media screen and (max-width: 800px) {
  .page-voice #contents ul li:nth-of-type(2n)::before,
  .page-voice #contents ul li:nth-of-type(2n + 1)::before {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .page-voice #contents ul li {
    margin-right: auto;
  }
}
.page-voice #contents ul li dl dt {
  margin-bottom: 15px;
}
.page-voice #contents ul li dl dt a {
  position: relative;
  display: block;
  text-decoration: none;
}
.page-voice #contents ul li dl dt a strong {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px 25px;
  box-sizing: border-box;
  background-color: rgba(34, 24, 21, 0.6);
  color: #fff;
  font-size: 1.5rem;
}
.page-voice #contents ul li dl dt a strong.spread {
  padding: 10px 15px;
}
@media screen and (max-width: 1200px) {
  .page-voice #contents ul li dl dt a strong {
    padding: 10px 15px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  .page-voice #contents ul li dl dt a strong {
    padding: 10px;
    font-size: 1rem;
  }
}
.page-voice #contents ul li dl dd {
  margin: 10px 0 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .page-voice #contents ul li dl dd {
    margin: 5px 0 0;
    font-size: 1rem;
  }
}
.page-voice #contents ul li dl dd.voice-name {
  position: relative;
  padding-left: 45px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .page-voice #contents ul li dl dd.voice-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .page-voice #contents ul li dl dd.voice-name {
    font-size: 1.5rem;
  }
}
.page-voice #contents ul li dl dd.voice-name::before {
  position: absolute;
  top: calc(50% - 13px);
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-color: #ea030f;
}
.page-voice #contents ul li .btn {
  margin: 0;
  text-align: right;
}
.page-voice #contents ul li .btn a {
  display: inline-block;
  font-size: 1rem;
}
.page-voice #contents ul li .btn a::before {
  display: inline-block;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報 > 先輩からの熱きメッセージ（詳細）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-voice #profile {
  position: relative;
  margin: 75px 0 100px;
  background-color: #ea030f;
}
.single-voice #profile .img-inner {
  position: relative;
}
.single-voice #profile figure {
  margin: 0;
  padding: 0 35% 0 0;
}
@media screen and (max-width: 800px) {
  .single-voice #profile figure {
    padding: 0;
  }
}
.single-voice #profile dl {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  margin: 0;
  padding: 130px 0 0 8%;
  box-sizing: border-box;
  background-color: #ea030f;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .single-voice #profile dl {
    padding: 75px 0 0 4%;
  }
}
@media screen and (max-width: 1000px) {
  .single-voice #profile dl {
    font-size: 1rem;
    padding: 75px 0 0 3%;
  }
}
@media screen and (max-width: 800px) {
  .single-voice #profile dl {
    position: static;
    width: 100%;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 480px) {
  .single-voice #profile dl {
    padding: 15px 20px;
  }
}
.single-voice #profile dl dt {
  width: 5.1em;
}
.single-voice #profile dl dt::after {
  content: '：';
}
.single-voice #profile dl dd {
  width: calc(100% - 5.1em);
  margin: 0;
}
.single-voice #profile dl dt.voice-name {
  display: none;
}
.single-voice #profile dl dd.voice-name {
  position: relative;
  width: 100%;
  padding-left: 33px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .single-voice #profile dl dd.voice-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .single-voice #profile dl dd.voice-name {
    font-size: 1.5rem;
  }
}
.single-voice #profile dl dd.voice-name::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 4px;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #fff;
}
.single-voice #profile p.voice-msg {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 5px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 3.125rem;
  text-shadow: 1px 1px 1px #999;
}
@media screen and (max-width: 1200px) {
  .single-voice #profile p.voice-msg {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .single-voice #profile p.voice-msg {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .single-voice #profile p.voice-msg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .single-voice #profile p.voice-msg {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 400px) {
  .single-voice #profile p.voice-msg {
    font-size: 1rem;
  }
}
.single-voice #contents h4 {
  margin: 50px 0 35px;
  background: linear-gradient(to right, #ff1414 0, #ff1414 50%, #fff5f5 100%);
}
.single-voice #contents h4 img {
  margin-right: 15px;
}
.single-voice #contents h4 .small {
  font-size: 1rem;
}
.single-voice #contents #q5-img {
  float: right;
  width: 40%;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .single-voice #contents #q5-img {
    float: none;
    width: 100%;
    max-width: 480px;
    margin: 30px auto 50px;
  }
}
.single-voice #contents #q5-img img {
  border-radius: 300px;
  width: 100%;
  max-width: 410px;
}

@media screen and (min-width: 801px) {
  .single-voice #fukidashi{
    float: left;
    position:relative;
    width:55%;
    background:#FFFFFF;
    padding:20px;
    box-sizing: border-box;
    border:2px solid #000000;
    color:#000;
    font-size:2.5rem;
    font-weight:bold;
    border-radius:25px;
  }
  .single-voice #fukidashi:after,
  .single-voice #fukidashi:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:69%;
  }
  .single-voice #fukidashi:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:19px;
    border-right-width:19px;
    margin-top: -20px;
    border-left-color:#FFFFFF;
  }
  .single-voice #fukidashi:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -22px;
    margin-left: 2px;
    border-left-color:#000000;
  }
}
@media screen and (max-width: 800px) {
  .single-voice #fukidashi{
    position:relative;
    width:100%;
    background:#FFFFFF;
    padding:20px;
    box-sizing: border-box;
    border:2px solid #000000;
    font-size:1.5rem;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
  }
  .single-voice #fukidashi:after,.single-voice #fukidashi:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
  }
  .single-voice #fukidashi:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:19px;
    border-right-width:19px;
    margin-left: -19px;
    border-top-color:#FFFFFF;
  }
  .single-voice #fukidashi:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:21px;
    border-right-width:21px;
    margin-left: -21px;
    margin-top: 2px;
    border-top-color:#000000;
  }
}
.single-voice .back-btn {
  margin: 100px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .single-voice .back-btn {
    margin: 0 0 50px;
  }
}
.single-voice .back-btn a {
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
  background-color: #ea030f;
  color: #fff;
  font-size: 1.250rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 48px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .single-voice .back-btn a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .single-voice .back-btn a {
    width: 100%;
    max-width: 250px;
    padding: 15px 5px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.single-voice .back-btn a::before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .single-voice .back-btn a::before {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報 > 教育体制・福利厚生
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-system h4 {
  width: 215px;
  padding: 5px 15px;
  background-color: #ea030f;
  color: #fff;
  font-size: 1.25rem;
}
.page-system h5 {
  margin: 20px 0;
  padding-left: 20px;
  font-size: 1rem;
}
.page-system h5::before {
  background-color: #000;
  box-shadow: none;
}
.page-system #contents .clearfix > .float {
  float: left;
  width: 33.333%;
}
@media screen and (max-width: 1200px) {
  .page-system #contents .clearfix > div.float {
    width: 400px;
    max-width: 50%;
  }
  .page-system #contents .clearfix > p.float {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .page-system #contents .clearfix > div.float {
    width: 100%;
    max-width: 100%;
  }
}
.page-system #contents .clearfix > .float ul {
  margin-top: 0;
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  .page-system #contents .clearfix > .float ul {
    padding-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  .page-system #contents ul,
  .page-system #contents .clearfix > .float ul {
    padding-left: 25px;
  }
}
.page-system .system-photo {
  margin: 85px 0 100px;
  text-align: center;
}
.page-system .system-photo img {
  box-sizing: border-box;
  border: solid 9px #eee;
  margin-bottom: 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報 > 教育体制・福利厚生
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-recruit-child .entry-btn {
  text-align: center;
}
.page-recruit-child .entry-btn a {
  display: inline-block;
  margin: 50px auto 100px;
  padding: 20px 40px;
  background-color: #ea030f;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .page-recruit-child .entry-btn a {
    font-size: 	1.125rem;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit-child .entry-btn a {
    padding: 10px;
    font-size: 0.875rem;
  }
}
.page-recruit-child .entry-btn a::before {
  display: inline-block;
  width: 18px;
  margin-right: 15px;
  content: '\f0da';
  color: #fff;
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .page-recruit-child .entry-btn a::before {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 採用情報 > 募集要項
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.not_recruiting {
  color: #999;
  font-size: 1.125rem;
  border: solid 3px #ccc;
  padding: 50px 20px;
  text-align: center;
}

































