/* -------------------
factory */
#factory .contents_header {
  background: url("../img/s-title-factory-pc.png") no-repeat top center #055e82;
}

@media (max-width: 480px) {
  #factory .contents_header {
    background: url("../img/s-title-factory-sp.png") no-repeat top center/cover;
  }
}

.factory_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .factory_image {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.factory_image li {
  margin-bottom: 20px;
  width: 32%;
}

@media (max-width: 480px) {
  .factory_image li {
    width: 48%;
  }
}

.factory_image li:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .factory_image li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.factory_image li img {
  width: 100%;
  display: block;
}

/* -------------------
facilities */
#facilities .contents_header {
  background: url("../img/s-title-facilities-pc.png") no-repeat top center #055e82;
}

@media (max-width: 480px) {
  #facilities .contents_header {
    background: url("../img/s-title-facilities-sp.png") no-repeat top center/cover;
  }
}

.contents_table table {
  border: 0;
}

@media (max-width: 480px) {
  .contents_table table {
    border: 1px solid #999;
    table-layout: fixed;
    position: relative;
  }
}

@media (max-width: 480px) {
  .contents_table table:before {
    height: 35px;
    width: 35px;
    background: url(../img/promote-mark.png) no-repeat center/100%;
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
  }
}

.contents_table table tr td,
.contents_table table tr th {
  text-align: center;
  padding: 10px 15px;
}

@media (max-width: 480px) {
  .contents_table table tr td,
  .contents_table table tr th {
    font-size: 0.85rem;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .contents_table table tr td:not(:last-child),
  .contents_table table tr th:not(:last-child) {
    border-bottom: 1px solid #999;
  }
}

@media (max-width: 480px) {
  .contents_table table tr th {
    display: block;
  }
}

.contents_table table tr th:nth-child(1) {
  width: 30%;
}

@media (max-width: 480px) {
  .contents_table table tr th:nth-child(1) {
    width: auto;
  }
}

.contents_table table tr th:nth-child(2) {
  width: 10%;
}

@media (max-width: 480px) {
  .contents_table table tr th:nth-child(2) {
    width: auto;
  }
}

.contents_table table tr th:nth-child(3) {
  width: 40%;
}

@media (max-width: 480px) {
  .contents_table table tr th:nth-child(3) {
    width: auto;
  }
}

.contents_table table tr th:nth-child(4) {
  width: 20%;
}

@media (max-width: 480px) {
  .contents_table table tr th:nth-child(4) {
    width: auto;
  }
}

.contents_table table tr:not(:last-child) td,
.contents_table table tr:not(:last-child) th {
  border-right: 1px solid #999;
}

.contents_table table thead {
  background: url("../img/background-ptn02.png") repeat;
}

@media (max-width: 480px) {
  .contents_table table thead {
    border-right: 1px solid #999;
    display: block;
    float: left;
    overflow-x: scroll;
  }
}

@media (max-width: 480px) {
  .contents_table table tbody {
    width: auto;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .contents_table table tbody tr {
    margin: 0 -3px;
    display: inline-block;
  }
}

.contents_table table tbody tr th {
  width: 28%;
}

@media (max-width: 480px) {
  .contents_table table tbody tr th {
    width: 100%;
    background: #f1f1f1;
  }
}

.contents_table table tbody tr td {
  padding-left: 15px;
}

@media (max-width: 480px) {
  .contents_table table tbody tr td {
    margin-bottom: 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .contents_table.tbody_w100 table:before {
    content: none;
  }
}

@media (max-width: 480px) {
  .contents_table.tbody_w100 table tr {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contents_table.tbody_w80 tr {
    width: 80%;
  }
}

/* -------------------
product */
#product #contents .section {
  background: -webkit-gradient(linear, left bottom, left top, from(#eaf1fc), color-stop(#fff), to(#fff));
  background: linear-gradient(to top, #eaf1fc, #fff, #fff);
}

#product .contents_header {
  background: url("../img/s-title-product-pc.png") no-repeat top center #055e82;
}

@media (max-width: 480px) {
  #product .contents_header {
    background: url("../img/s-title-product-sp.png") no-repeat top center/cover;
  }
}

.product_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .product_image {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product_image li {
  margin-bottom: 35px;
  width: 23%;
}

@media (max-width: 480px) {
  .product_image li {
    width: 48%;
  }
}

.product_image li:not(:nth-child(4n)) {
  margin-right: 2.66%;
}

@media (max-width: 480px) {
  .product_image li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.product_image li img {
  width: 100%;
}

.product_image li span {
  text-align: center;
  display: block;
}

@media (max-width: 480px) {
  .product_image li span {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

/* -------------------
greeting.html */
.message_block {
  margin: 0 auto;
  width: 90%;
  background: url("../img/mark-pc.png") no-repeat center;
}

@media (max-width: 480px) {
  .message_block {
    width: 100%;
    background: url("../img/mark-sp.png") no-repeat bottom 10px center/90%;
  }
}

.message_block .message_contents {
  line-height: 2.6;
}

@media (max-width: 480px) {
  .message_block .message_contents {
    line-height: 2;
  }
}

.message_block .message_name {
  text-align: right;
  padding: 20px 0 0;
}

.message_block .message_name span {
  font-size: 0.95rem;
  font-weight: bold;
  display: block;
}

.company_table table {
  border: 0;
}

.company_table table td,
.company_table table th {
  border: 0;
  border-bottom: 1px solid #999;
  padding: 25px 60px;
}

@media (max-width: 480px) {
  .company_table table td,
  .company_table table th {
    border-bottom: 0;
  }
}

.company_table table tbody th {
  text-align: left;
  border-bottom: 1px solid #004fba;
  width: 25%;
}

@media (max-width: 480px) {
  .company_table table tbody th {
    padding: 12px 12px 8px;
    width: 100%;
    background: none;
  }
}

@media (max-width: 480px) {
  .company_table table tbody td {
    margin-bottom: 10px;
    padding: 8px 12px 12px;
  }
}

.history_table {
  margin: 0 0 30px;
}

.history_table table {
  border: 0;
}

.history_table table td,
.history_table table th {
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #999;
  padding: 15px 60px;
}

@media (max-width: 480px) {
  .history_table table td,
  .history_table table th {
    font-size: 0.8rem;
    padding: 15px 10px;
  }
}

.history_table table tbody th {
  text-align: left;
  vertical-align: top;
  width: 25%;
}

@media (max-width: 480px) {
  .history_table table tbody th {
    width: 33%;
    background: none;
  }
}

/* -------------------
MT-blog */
.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .blog_list {
    display: block;
  }
}

.blog_list .blog_list_set {
  margin-bottom: 60px;
  width: 23%;
}

@media (max-width: 480px) {
  .blog_list .blog_list_set {
    margin-bottom: 10px;
    width: 100%;
  }
}

.blog_list .blog_list_set:not(:nth-child(4n)) {
  margin-right: 2.66%;
}

@media (max-width: 480px) {
  .blog_list .blog_list_set:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.blog_list .blog_list_set a {
  color: #000;
  text-decoration: none;
  display: block;
}

@media (max-width: 480px) {
  .blog_list .blog_list_set a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.blog_list .blog_list_set a .blog_list_image {
  margin: 0 0 12px;
  height: 160px;
  overflow: hidden;
}

@media (max-width: 896px) {
  .blog_list .blog_list_set a .blog_list_image {
    height: 130px;
  }
}

@media (max-width: 480px) {
  .blog_list .blog_list_set a .blog_list_image {
    height: 100px;
    width: 30%;
  }
}

.blog_list .blog_list_set a .blog_list_image img {
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  .blog_list .blog_list_set a .blog_list_contents {
    width: 65%;
  }
}

.blog_list .blog_list_set a .blog_list_contents .blog_list_title {
  color: #009fe8;
  font-weight: bold;
  margin: 0 0 8px;
}

@media (max-width: 480px) {
  .blog_list .blog_list_set a .blog_list_contents .blog_list_title {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    background: url("../img/arrow01.png") no-repeat center left/10px;
  }
}

.blog_list .blog_list_set a .blog_list_contents .blog_list_message {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0 0 10px;
}

.blog_list .blog_list_set a .blog_list_contents .blog_list_date {
  color: #959595;
  font-size: 0.75rem;
  border-top: 1px solid #bfbfbf;
}

/* PageList */
#PageList {
  text-align: center;
  margin: 0 auto;
  padding: 70px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#PageList li {
  margin: 0 10px 0 0;
}

#PageList li a {
  text-decoration: none;
  padding: 6px 10px;
}

#PageList li.next a,
#PageList li.prev a {
  color: #004fba;
}

#PageList li.pagelist a {
  color: #004fba;
  border: 1px solid #004fba;
}

#PageList li.pagelist .current_page {
  text-decoration: none;
  color: #fff;
  padding: 6px 10px;
  border: 1px solid;
  background: #004fba;
}

.blog_detail {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .blog_detail {
    padding: 60px 3%;
    max-width: 100%;
  }
}

.blog_detail .blog_detail_title {
  font-size: 1.9rem;
  font-weight: normal;
  margin: 0 0 50px;
  padding: 0 0 15px;
  background: url("../img/midashi01-pc.png") no-repeat bottom left;
}

@media (max-width: 480px) {
  .blog_detail .blog_detail_title {
    font-size: 1.3rem;
    margin: 0 0 30px;
    padding: 0 0 10px;
    background: url("../img/midashi01-sp.png") no-repeat bottom left/60px;
  }
}

.blog_detail .blog_detail_date {
  color: #959595;
  margin: 0 0 15px;
}

.blog_detail .blog_detail_contents {
  word-break: break-all;
}

.blog_detail .blog_detail_contents img {
  max-width: 100%;
}

/* -------------------
MT-job */
.job_concept {
  text-align: center;
  margin: 0 auto;
  padding: 120px 0 40px;
  max-width: 1020px;
  background: url("../img/mark-pc.png") no-repeat top 50px center;
}

@media (max-width: 480px) {
  .job_concept {
    padding: 70px 3% 40px;
    max-width: 100%;
    background: url("../img/mark-sp.png") no-repeat top 20% center/70%;
  }
}

.job_concept .job_concept_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 20px;
}

@media (max-width: 480px) {
  .job_concept .job_concept_title {
    font-size: 1.2rem;
  }
}

.job_concept .job_concept_message {
  line-height: 2.2;
  margin: 0 0 60px;
}

@media (max-width: 480px) {
  .job_concept .job_concept_message {
    line-height: 2;
    text-align: left;
    margin: 0 0 30px;
  }
}

.job_concept .job_images {
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .job_concept .job_images {
    padding: 0 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.job_concept .job_images li {
  width: 32%;
}

@media (max-width: 480px) {
  .job_concept .job_images li {
    margin-bottom: 20px;
    width: 48%;
  }
}

.job_concept .job_images li img {
  width: 100%;
  display: block;
}

.job_concept .job_btn_list {
  margin: 0 auto;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .job_concept .job_btn_list {
    width: 90%;
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.job_concept .job_btn_list li {
  width: 48%;
}

@media (max-width: 480px) {
  .job_concept .job_btn_list li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .job_concept .job_btn_list li:first-child {
    margin-bottom: 10px;
  }
}

.job_concept .job_btn_list li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #3a9cef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 0;
  display: block;
  position: relative;
  z-index: 0;
}

@media (max-width: 896px) {
  .job_concept .job_btn_list li a {
    letter-spacing: 2px;
    border: 0;
    padding: 10px 0;
    background: url("../img/arrow02.png") no-repeat center right 15px/8px, -webkit-gradient(linear, right top, left top, from(#004fba), to(#43c7ff));
    background: url("../img/arrow02.png") no-repeat center right 15px/8px, linear-gradient(to left, #004fba, #43c7ff);
  }
}

.job_concept .job_btn_list li a:before {
  height: 100%;
  width: 100%;
  background: url("../img/arrow02.png") no-repeat center right 15px/8px, -webkit-gradient(linear, right top, left top, from(#004fba), to(#43c7ff));
  background: url("../img/arrow02.png") no-repeat center right 15px/8px, linear-gradient(to left, #004fba, #43c7ff);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
}

@media (max-width: 896px) {
  .job_concept .job_btn_list li a:before {
    content: none;
  }
}

.job_concept .job_btn_list li a:hover {
  color: #3a9cef;
  background: url("../img/arrow01.png") no-repeat center right 15px/8px;
}

@media (max-width: 896px) {
  .job_concept .job_btn_list li a:hover {
    color: #fff;
    background: url("../img/arrow02.png") no-repeat center right 15px/8px, -webkit-gradient(linear, right top, left top, from(#004fba), to(#43c7ff));
    background: url("../img/arrow02.png") no-repeat center right 15px/8px, linear-gradient(to left, #004fba, #43c7ff);
  }
}

.job_concept .job_btn_list li a:hover:before {
  opacity: 0;
}

.job_table table {
  border: 0;
}

.job_table table td,
.job_table table th {
  border: 0;
  border-bottom: 2px solid #eaf1fc;
}

@media (max-width: 480px) {
  .job_table table td,
  .job_table table th {
    border-bottom: 0;
  }
}

.job_table table tbody th {
  background: url("../img/background-ptn02.png") repeat;
}

.job_table table tbody tr:first-child {
  border-top: 2px solid #eaf1fc;
}

@media (max-width: 480px) {
  .job_table table tbody tr:first-child {
    border-top: 0;
  }
}

.job_table table tbody tr:not(:last-child) th {
  border-bottom: 2px solid #fff;
}

@media (max-width: 480px) {
  .job_table table tbody tr:not(:last-child) th {
    border-bottom: 0;
  }
}

.gallery_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .gallery_images {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.gallery_images li {
  margin-bottom: 20px;
  width: 32%;
}

@media (max-width: 480px) {
  .gallery_images li {
    width: 48%;
  }
}

.gallery_images li:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .gallery_images li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.gallery_images li img {
  width: 100%;
  display: block;
}

.gallery_images li span {
  text-align: center;
  padding: 2px 0 0;
  display: block;
}

@media (max-width: 480px) {
  .gallery_images li span {
    font-size: 0.85rem;
  }
}

/* -------------------
MT-staff */
.staff {
  padding: 80px 0 70px;
}

@media (max-width: 480px) {
  .staff {
    padding: 60px 3%;
  }
}

.staff:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.staff .staff_inner {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .staff .staff_inner {
    max-width: 100%;
  }
}

.staff .staff_inner .staff_contents {
  margin: 0 0 20px;
}

.staff .staff_inner .staff_contents:after {
  content: "";
  display: block;
  clear: both;
}

.staff .staff_inner .staff_contents .staff_number {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 10px;
  width: 45%;
  background: url("../img/midashi01-pc.png") no-repeat bottom left;
  float: right;
}

@media (max-width: 480px) {
  .staff .staff_inner .staff_contents .staff_number {
    width: 100%;
    float: none;
  }
}

.staff .staff_inner .staff_contents .staff_number span {
  font-size: 2.2rem;
  padding: 0 0 0 5px;
}

.staff .staff_inner .staff_contents .staff_image {
  width: 50%;
  float: left;
}

@media (max-width: 480px) {
  .staff .staff_inner .staff_contents .staff_image {
    margin: 0 0 15px;
    width: 100%;
    float: none;
  }
}

.staff .staff_inner .staff_contents .staff_image img {
  width: 100%;
  display: block;
}

.staff .staff_inner .staff_contents .staff_detail {
  width: 45%;
  float: right;
}

@media (max-width: 480px) {
  .staff .staff_inner .staff_contents .staff_detail {
    width: 100%;
    float: none;
  }
}

.staff .staff_inner .staff_contents .staff_detail .staff_comment {
  margin: 0 0 15px;
}

@media (max-width: 480px) {
  .staff .staff_inner .staff_contents .staff_detail .staff_comment {
    margin: 0 0 20px;
  }
}

.staff .staff_inner .staff_contents .staff_detail .staff_head {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .staff .staff_inner .staff_contents .staff_detail .staff_head {
    display: block;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.staff .staff_inner .staff_contents .staff_detail .staff_head .staff_history {
  color: #fff;
  font-size: 0.85rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px 0 0;
  padding: 3px 10px 3px 13px;
  background: #000;
}

@media (max-width: 480px) {
  .staff .staff_inner .staff_contents .staff_detail .staff_head .staff_history {
    margin: 0 0 5px;
    display: inline-block;
  }
}

.staff .staff_inner .staff_contents .staff_detail .staff_head .staff_name {
  font-size: 1.2rem;
}

.staff .staff_inner .staff_contents .staff_detail .staff_head .staff_name span {
  font-size: 0.95rem;
  padding: 0 0 0 10px;
}

.staff .staff_inner .staff_contents .staff_detail .staff_qa:after {
  content: "";
  display: block;
  clear: both;
}

.staff .staff_inner .staff_contents .staff_detail .staff_qa dt {
  float: left;
}

.staff .staff_inner .staff_rewarding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 40px;
  background: url("../img/background-ptn02.png") repeat;
}

.staff .staff_inner .staff_rewarding_set:not(:last-child) {
  margin-bottom: 35px;
}

.staff .staff_inner .staff_rewarding .staff_rewarding_title {
  font-weight: bold;
  margin: 0 0 5px;
}
/*# sourceMappingURL=contents.css.map */