@charset "utf-8";

/* ===========================================
name : design.css
title : 日産車体本社LP
scope : 日産車体本社LP
lastmodify : 20181106
============================================ */


/* -----------------------------------
 reset & base
------------------------------------ */


/* -----------------------------------
 mod_header
------------------------------------ */

.mod_header {
  position: relative;
  width: 100%;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .1);
}

.mod_header .pagettl {
  position: relative;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .mod_header .pagettl {
    text-align: center;
    padding: 0 0 8px;
  }
  .mod_header .pagettl img {
    width: 100%;
    max-height: inherit;
  }
}

@media (min-width: 768px) {
  .mod_header .pagettl::after {
    content: "";
    position: absolute;
    width: 135px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/hd_mtmlogo.png) no-repeat center;
    background-size: contain;
  }
  .mod_header .pagettl img {
    max-height: 62px;
  }
}


/* -----------------------------------
 mod_fview
------------------------------------ */

.mod_fview .container {
  padding: 0;
}

/* -----------------------------------
 .mod_cmn_toentry Over ride
------------------------------------ */
.mod_cmn_toentry{
    background: #102c37;
}

/* -----------------------------------R
 mod_details
------------------------------------ */
.mod_details{
 margin-top: 20px;
}
.mod_details > .container {
  padding: 0;
}

.mod_details .m_ttl {
  height: 44px;
  line-height: 44px;
  background: #096f95;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


/* メイン訴求 */
.mod_details .merit{
  padding-bottom:20px;
  margin-bottom:0;
  background-image: linear-gradient( 90deg, #f1f8fc 25%, #fff 25%, #fff 50%, #f1f8fc 50%, #f1f8fc 75%, #fff 75%, #fff );
  background-size: 120px;
}

.mod_details .merit .hd {
  position: relative;
  display: inline-block;
  height: 30px;
  margin: 20px 0 10px;
  padding: 0 6px;
  line-height: 30px;
  background: #ea0000;
  color: #fff;
  font-weight: bold;
}

.mod_details .merit .hd::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #ea0000;
}

.mod_details .merit .factory_hd {
  position: relative;
}

.mod_details .merit .item {
  position: relative;
  color: #ea0000;
  background: url(../img/lst_bg_pc.png) repeat-x center bottom;
  background-size: 20px auto;
  font-weight: bold;
}

.mod_details .merit .item span {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/lst_ico_01.png) no-repeat center;
  background-size:cover;
  margin: auto 0 auto 15px;
}

.mod_details .merit .item:nth-of-type(2) span {
  background-image: url(../img/lst_ico_02.png);
}

.mod_details .merit .item:nth-of-type(3) span {
  background-image: url(../img/lst_ico_03.png);
}

/* 募集要項テーブル */

.mod_details .tbl {
  margin: 20px auto;
}

.mod_details .tbl th,
.mod_details .tbl td {
  padding: 10px;
  border-color: #575757;
}

.mod_details .tbl th {
  min-width: 90px;
  background: #f0f0f0;
  font-weight: normal;
}

.mod_details .tbl td dl {
  margin-bottom: 1em;
}

.mod_details .tbl td dt {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0.1em;
}
.mod_details .tbl td strong{
  font-size:16px;
}

@media (max-width: 767px) {
  .mod_details .merit .hd{
    font-size:15px;
  }
  .mod_details .merit .factory_hd .ph img {
    width: 100%;
  }
  .mod_details .merit .factory_hd p {
    position: absolute;
    display: inline-block;
    height: 1em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
  }
  .mod_details .merit .item {
    margin: 0 10px;
    padding: 10px 0 10px 40px;
    font-size: 21px;
  }
  .mod_details .merit .item span {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .mod_details .merit .item span{
    left: -8px;
    width: 30px;
    height: 30px;
  }
  /* 勤務地マップ */
  .mod_details .map {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  .mod_details .merit .hd{
    font-size:18px;
  }
  .mod_details .merit .factory_hd::after {
    content: "";
    display: table;
    clear: both;
  }
  .mod_details .merit .factory_hd {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    background: #ab2b2b;
    border-top: 1px solid #fff;
    border-collapse: collapse;
  }
  .mod_details .merit .factory_hd .ph {
    display: table-cell;
    width: 220px;
  }
  .mod_details .merit .factory_hd .ph img {
    width: 100%;
  }
  .mod_details .merit .factory_hd p {
    display: table-cell;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .mod_details .merit .item {
    margin: 0 15px;
    padding: 15px 0 15px 58px;
    font-size: 38px;
  }
  .mod_details .merit .item span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 30px;
  }
  .mod_details .merit .item span{
    left: -14px;
    width: 46px;
    height: 46px;
  }
  .mod_details .map {
    padding: 0;
    margin-bottom: 30px;
  }
  /* 勤務地マップ */
  .mod_details .map iframe {
    height: 450px;
  }
}


/* -----------------------------------
 暫定 mailformPro
------------------------------------ */

.mod_mailformpro .m_ttl {
  position: relative;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .mod_mailformpro {
    margin: 0 auto 40px;
  }
  .mod_mailformpro .m_ttl {
    margin: 0 auto;
    padding: 10px 0;
    background: #e23737;
    border-bottom: none;
    font-size: 28px;
    color: #fff;
  }
  .mod_mailformpro .m_ttl::before,
  .mod_mailformpro .m_ttl::after {
    content: none;
  }
}

@media (min-width: 768px) {
  .mod_mailformpro {
    margin: 0 auto 70px;
  }
  .mod_mailformpro .m_ttl {
    margin: 0 auto 30px;
    padding: 0 0 8px;
    border-bottom: 2px solid #e23737;
    font-size: 36px;
  }
  .mod_mailformpro .m_ttl::before,
  .mod_mailformpro .m_ttl::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    bottom: -2px;
  }
  .mod_mailformpro .m_ttl::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, #e23737 100%);
  }
  .mod_mailformpro .m_ttl::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, #e23737 100%);
  }
}
