/* ///// MAIN VISUAL ////////////////////////// */
#main_image_area_src{
  clear: both;
  margin-top: 100px;
  width: 100%;
  height: 700px;
  background-image: url(/img/fm/biz01/mv/mv-top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4f5a65;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
  aspect-ratio: 1440/701;
  max-height: 701px;
 */ 
#main_image_area_src #mv_text_area{
  width: 1100px;
  text-align: center;
  color: #fff;
}
#mv_text_area h2 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 1px 2px 3px #1a4284;
}
#mv_text_area p {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #main_image_area_src{
    margin-top: 70px;
    height: 480px;
  }
  #main_image_area_home {
    margin-top: 70px;
    height: 500px;
  }
  #mv_text_area h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #mv_text_area p{
    font-size: 15px;
  }
}

/* //////////////////////////////////////////// */

/* SECTION PADDING
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  .ContentBody{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* -- SMP -- */
@media screen and (max-width: 767px) {
  .ContentArea .ContentBody{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* 物流作業の業務請負アウトソーシング
--------------------------- */
/* -- PC -- */
@media screen and (min-width: 768px) {
  #outsourcing_message {
    display: flex;
    justify-content: center;
  }
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  .FS26_ { font-size: 18px !important; }
  .FS18_ { font-size: 15px !important; }
}

/* 業務請負の流れ
--------------------------- */
#outsourcing_flow{
  border-radius: 20px;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  #outsourcing_flow{
    border-radius: 20px;
    padding: 60px !important;
  }
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #outsourcing_flow{
    padding: 50px 5px !important;
  }
}

/* 主な請負業務
--------------------------- */
#main_service{
  border-radius: 20px;
}
#main_service ul {
  padding: 0px;
  text-align: center;
}
#main_service ul li {
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 3px 20px;
  color: #fff;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
  #main_service{
    padding: 60px !important;
  }
  #main_service h3{
    font-size: 28px;
    font-weight: normal;
  }
  #main_service ul li{
    font-size: 20px;
    font-weight: bold;
  }
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #main_service{
    padding: 50px 10px 50px 20px !important;
  }
  #main_service h3{
    font-size: 18px;
    font-weight: normal;
  }
  #main_service ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal;
  }
}

/* 当社の強み
--------------------------- */
#pb_strength  {
  display: flex;
  justify-content: center;
}
#pb_strength .CB_ {
  border-radius: 10px;
  padding-top: 20px;
  width: 270px;
  height: 300px;
  background-color: #1a4284;
}
#pb_strength .CB_ p {
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
#pb_strength .CB_ p span{
  font-weight: normal;
  font-size: 18px;
}
/* -- PC -- */
@media screen and (min-width: 768px) {
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #pb_strength  {
    display: block;
  }
  #pb_strength .CB_ {
    margin: 0 auto 10px;
  }
  .FS22_ { font-size: 18px !important; }
}

/* 対応可能エリア
--------------------------- */
#available_area {
  height: 482px;
  background: url(/img/fm/biz01/home/bg-map.png) center center no-repeat;
}
#available_area .TextBox_{
  text-align: center;
}
#available_area p{
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 20px 80px;
  line-height: 1.3em;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
/* -- SP -- */
@media screen and (max-width: 767px) {
  #available_area {
    height: 282px;
  }
  #available_area p{
    padding: 20px;
    font-size: 18px;
    font-weight: normal;
  }
}

/* 会社概要
--------------------------- */
/* -- SP -- */
@media screen and (max-width: 767px) {
  .TblStyleB_ th,
  .TblStyleB_ td {
    font-size: 13px;
  }
}

/* INFORMATION
--------------------------- */
#information_area {
  padding: 20px 10px 10px;
  background-color: #fff;
}
#information_area .TextBox_ {
  margin-bottom: 0px;
}
ul#information_list {
  margin: 0 auto 35px;
  padding: 0;
  width: 100%;
  list-style-type: none;
  overflow:auto;
}
#information_list li {
  clear: both;
  border-bottom: 1px dotted gray;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
}
#information_list span {
  display: inline-block;
  padding: 3px 0;
}
#information_list .Date {
  width: 120px;
  font-weight: bold;
}
#information_list .Category{
  width: 120px;
  background-color: #5e84ae;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#information_list .Title {
  float: right;
  display: block;
  width: 700px;
}
@media screen and (max-width: 767px) {
  #information_list .Category{
    width: 110px;
  }
  #information_list .Title {
    display: block;
    margin-top: 5px;
    width: 100%;
  }
}

