@charset "utf-8";

/* ===========================================
name : design.css
title : 三菱自動車 水島製作所LP
scope : 三菱自動車　水島製作所LP
lastmodify : 20181218
============================================ */


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


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

.mod_header {
  width: 100%;
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .1);
  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: #000;
}

/* -----------------------------------
 mod_details
------------------------------------ */

.mod_details>.container {
  padding: 0;
}

.mod_details .m_ttl {
  /* background: #ffd900; */
  background: #328c3e;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
}


/* メイン訴求 */

.mod_details .merit .item .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #363636;
  font-size: 30px;
  margin: auto;
  text-shadow: none;
  vertical-align: middle;
}

.mod_details .merit .item {
  position: relative;
  color: #000;
  border-bottom: 2px dotted #999;
  font-family: 'Noto Sans JP';
  font-weight: 800;
}

.mod_details .merit .item:last-child {
  border-bottom: 0;
}

.mod_details .merit .item .em {
  color: #ff8000;
}

.mod_details .merit .item .ms {
  font-size: 24px;
}

.mod_details .merit .item .ss {
  font-size: 18px;
}

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

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

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

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

.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 {
  color: #ed5c00;
}


@media (max-width: 767px) {
  .mod_details .m_ttl {
    height: 44px;
    line-height: 44px;
    margin: 5px 0 15px;
  }

  .mod_details .m_ttl {
    height: auto;
    line-height: initial;
    font-size: 20px;
    padding: 10px 32px;
    margin: 0 0 10px 0;
  }

  .mod_details .m_ttl:nth-of-type(1) {
    font-size: 17px;
    margin: 0;
    line-height: 1.5;
  }

  .mod_details .m_ttl:nth-of-type(1) .ss {
    font-size: 12px;
  }

  .mod_details .merit {
    /* background-color: #010101; */
    background-color: #6e7976;
    padding: 13px 10px 10px;
    margin: 0 0 20px 0;
  }

  .mod_details .merit .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 6px;
    padding: 10px 5px;
    /* color: #fff; */
    color: #5f5f5f;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f324a), color-stop(50%, #1f324a), color-stop(50%, #02020a), to(#0f2b4b));
    background: linear-gradient(to bottom, #1f324a 0%, #1f324a 50%, #02020a 50%, #0f2b4b 100%);
    border: none;
    background: #fffcee;

  }

  .mod_details .merit .item .icon {
    text-align: center;
    color: #fff;
    background: url(../img/merit_ico_bg.png) center no-repeat;
    position: static;
    background-size: contain;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 5px 0 0;
  }

  .mod_details .merit .item .title {
    margin: 01px 0 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .mod_details .merit .item .no-em {
    /* color: #fff; */
    color: #0f0f0f;
  }

  .mod_details .merit .item small,
  .mod_details .merit .item .ss,
  .mod_details .merit .item .ms {
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
    word-break: keep-all;
    line-height: 1.3;
    display: inline-block;

  }

  .mod_details .merit .item .ss {
    /* color: #c5c5c5; */
    color: #5f5f5f;
  }

  .mod_details .merit .item .em {
    color: #ff8000;
    margin: 0 1px 0 0;
    font-size: 18px;
    line-height: 1.3;
  }

  /* 勤務地マップ */
  .mod_details .map {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  .mod_details .m_ttl {
    height: 54px;
    line-height: 54px;
  }

  .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 {
    padding: 15px 0 15px 64px;
    font-size: 32px;
  }

  .mod_details .merit .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: url(../img/merit_ico_bg.png) center no-repeat;
    background-size: cover;
  }

  .mod_details .merit .item .ss,
  .mod_details .merit .item .no-em-pc {
    color: #000;
  }

  .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: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e23737));
    background: linear-gradient(to right, #ffffff 0%, #e23737 100%);
  }

  .mod_mailformpro .m_ttl::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#e23737));
    background: linear-gradient(to left, #ffffff 0%, #e23737 100%);
  }
}

.youtube {
  width: 70%;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 75px;
}

@media (max-width: 767px) {
  .youtube {
    width: 100%;
    padding: 16px;
    padding-bottom: 38px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

.youtube .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}