@charset "Shift_JIS";

.BrandingArea {
  background-repeat: no-repeat;
  min-height: 310px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.BrandingArea.delivery_load_plan {
  justify-content: space-around;
  gap: 15px;
  background-image: url(../images/branding_background.png);
  background-position: right center;
  background-size: cover;
  overflow: hidden;
}
.BrandingArea.delivery_load_plan .TextArea {
  position: relative;
}
.BrandingArea.delivery_load_plan .TextArea:after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 270px;
  background-image: url(../images/branding_image.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.BrandingArea.delivery_load_plan .TextArea img {
  position: relative;
  z-index: 2;
}
.BrandingArea .BtnArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.BrandingArea .BtnArea p {
  font-weight: bold;
}
.BrandingArea ul.LinkListStyle1.btns {
  margin: 20px auto 0;
}
.BrandingArea ul.LinkListStyle1.btns li:last-child {
  margin-bottom: 0;
}
ul.LinkListStyle1.btns {
  margin-top: 20px;
}
ul.LinkListStyle1.btns li {
  border: 2px solid #707070;
  display: flex;
  width: 196px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
/*ul.LinkListStyle1.btns li:hover {
  background: rgba(0,0,0,.1);
}*/
ul.LinkListStyle1.btns li a {
  display: block;
  width: 100%;
  padding: 8px 25px 8px 8px;
  background-position: right 8px center;
  text-align: center;
}
ul.LinkListStyle1.btns li a:link,
ul.LinkListStyle1.btns li a:visited,
ul.LinkListStyle1.btns li a:hover,
ul.LinkListStyle1.btns li a:active {
  color: #707070;
  font-weight: bold;
  /*text-decoration: none;*/
}
.Column1andThird {
  float: left;
  width: calc( (100% - 30px) / 3 );
  margin: 0 0 0 15px;
}
.Column1andThird.FirstItem {
  margin: 0;
}
.ColumnSet .ImgOnlyStyle img {
  max-width: 100%;
}
.Column1andThird.BoxPatternB {
  margin-bottom: 15px;
}
h3.Line {
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: inherit;
}
h3.Line span {
  font-weight: normal;
}
.FlexBox {
  display: flex;
  flex-wrap: wrap;
}
.FlexBox.FlexEnd {
  justify-content: flex-end;
}
.Column2.FlexBox > div {
  max-width: 450px;
}
.FlexBox .BoxPatternB {
  display: flex;
  flex-direction: column;
}
.FlexBox .BoxPatternB h4 {
  font-size: 100%;
  color: #000;
}
.FlexBox .BoxPatternB .ImgOnlyStyle {
  margin-top: auto;
}
.FlexBox.WithImg .TxtArea {
  width: calc(100% - 175px);
  margin: 15px 0 0 15px;
}
.FlexBox.WithImg .ImgOnlyStyle {
  width: 160px;
}
.FlexBox.WithArrow .FlexBox {
  width: 47%;
}
.FlexBox.WithArrow .FlexBox p {
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
}
.FlexBox.WithArrow .Arrow {
  align-self: center;
  width: 6%;
  padding: 0 3px;
  box-sizing: border-box;
}
dl.Process {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
dl.Process dt,
dl.Process dd {
  display: flex;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}
dl.Process dt {
  width: 30%;
  background-color: #e8e8e8;
}
dl.Process dd {
  width: 70%;
}
dl.Process dd > *:last-child {
  margin-bottom: 0;
}
.InqArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 15px;
  padding: 30px 30px 15px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border-radius: 10px;
}
.newsList dl dt {
  margin-bottom: 12px;
}
.newsList dl dt .Date {
  display: inline-block;
  width: 9em;
  vertical-align: top;
  font-size: 90%;
}
.newsList dl dt .Category {
  display: inline-block;
  margin-left: 2px;
  padding: 0 10px;
  vertical-align: top;
  font-size: 75%;
  border: 1px solid #333333;
  border-radius: 2px;
}
.ColumnSet.LinkArea {
  display: flex;
  flex-wrap: wrap;
}
.ColumnSet.LinkArea .BoxPatternB {
  height: calc(100% - 15px);
  box-sizing: border-box;
}
.pb0 {
  padding-bottom: 0 !important;
}

/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {
    .JS .Column1andThird {
        width: calc( (100% - 45px) / 3 );
    }
    .JS .Column1andThird.FirstItem {
        margin-left: 15px;
    }
}

/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {
  .JS .BrandingArea.delivery_load_plan {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
  }
  .JS .BrandingArea.delivery_load_plan:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .JS .BrandingArea.delivery_load_plan:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-image: url(../images/branding_image.png);
    background-repeat: no-repeat;
    background-size: 200px auto;
  }
  .JS .BrandingArea .BtnArea{
    margin-top: -30px;
  }
  .JS .BrandingArea.delivery_load_plan .TextArea {
    width: 500px;
    max-width: 100%;
    text-align: center;
  }
  .JS .BrandingArea div.TextArea:after{
    display: none;
  }
  .JS .Column2.FlexBox > div {
    width: 100%;
    max-width: none;
  }
  .JS .ImgOnlyStyle.BgGray {
    margin-bottom: 15px;
    background-color: #f4f4f4;
    text-align: center;
    border-radius: 15px;
  }
  .JS .ImgOnlyStyle.BgGray img {
    margin-bottom: 0;
  }
  .JS .Grid4 .Column1andThird {
    float: none;
    width: auto;
  }
  .JS .Grid4 .FlexBox .Column1andThird {
    width: 100%;
  }
  .JS .FlexBox.WithArrow .FlexBox {
    width: 100%;
  }
  .JS .FlexBox.WithArrow .FlexBox p {
    width: 100%;
    max-width: none;
  }
  .JS .FlexBox.WithArrow .FlexBox p span {
    display: block;
  }
  .JS .FlexBox.WithArrow .Arrow {
    width: 100%;
    margin-bottom: 15px;
  }
  .JS .FlexBox.WithArrow .Arrow img {
    transform: rotate(90deg);
  }
  .JS dl.Process dt,
  .JS dl.Process dd {
    width: 100%;
  }
  .JS .InqArea {
    gap: 30px;
  }
  .JS .ColumnSet.LinkArea {
    display: block;
  }
  .JS input#MononareSearchTextBox {
    max-width: calc(100% - 60px);
    vertical-align: middle;
  }
  .JS input#MononareSearchTextBox ~ input[type="image"] {
    vertical-align: middle;
  }
}

/* for - 579px
=========================================================================================== */
@media screen and (max-width: 579px) {
  .JS .FlexBox.WithImg .TxtArea {
    width: calc(70% - 15px);
    margin-top: 0;
  }
 .JS .FlexBox.WithImg .ImgOnlyStyle {
    width: 30%;
    align-self: center;
  }
  .JS .InqArea {
     flex-direction: column-reverse;
     gap: 0;
  }
  .JS .InqArea ul.LinkListStyle1.btns li:last-child {
    margin-bottom: 0;
  }
}

/* for - 399px
=========================================================================================== */

@media screen and (max-width: 399px) {
  .JS .BrandingArea.delivery_load_plan {
    padding-left: 10px;
    padding-right: 10px;
  }
}
