@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.ev_management_system {
  padding: 30px 30px 5px 0;
  background-image: url(../images/branding_ev_management_system_img.png);
  background-size: cover;
}
.BrandingArea.ev_management_system .TextArea {
  align-self: flex-end;
  width: 500px;
}
.BrandingArea.ev_management_system .TextArea img {
  max-width: 100%;
}
.BrandingArea.ev_management_system .TextArea .Note {
  padding: 2% 2% 0 2%;
}
.BrandingArea .BtnArea p {
  font-weight: bold;
}
.BrandingArea .BtnArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.BrandingArea.ev_management_system .BtnArea {
  width: 400px;
  min-width: 350px;
}
.BrandingArea.ev_management_system .BtnArea img {
  max-width: 100%;
}
.BrandingArea ul.LinkListStyle1.btns {
  margin: 30px auto 0;
}
ul.LinkListStyle1.btns {
  margin-top: 20px;
}
ul.LinkListStyle1.btns li {
  border: 2px solid #7e7e7e;
  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: #7e7e7e;
  text-decoration: none;
  font-weight: bold;
}
.Column1andThird {
  float: left;
  width: calc( (100% - 30px) / 3 );
  margin: 0 0 0 15px;
}
.Column1andThird.FirstItem {
  margin: 0;
}
.ColumnSet .ImgOnlyStyle img {
  max-width: 100%;
}
.TextStyle1.Large {
  font-size: 100%;
}
.TextStyle1 + .TextStyle1.Large {
  margin-top: -15px;
}
h3.Line {
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
h3.Line strong {
  display: inline-block;
  text-align: left;
}
.CatchCopy.Line {
  padding-bottom: 5px;
  font-size: 100%;
  border-bottom: 1px solid #333333;
}
.CatchCopy.Line span {
  display: inline-block;
  text-align: left;
}
.InqArea {
  position: relative;
  margin-bottom: 15px;
  background-image: url(../images/ev_management_system_06_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.InqArea .BtnArea {
  position: absolute;
  top: 42.5%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 0 25px 0 15px;
  box-sizing: border-box;
}
.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;
}

/* for - 994px
=========================================================================================== */
@media screen and (max-width: 994px) {
  .JS .Grid4 .Column1andThird {
    width: 33.33333333%;
    margin: 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
}

/* for - 767px
=========================================================================================== */
@media screen and (max-width: 767px) {
  .JS .BrandingArea {
    align-items: center;
    justify-content: center;
  }
  .JS .BrandingArea.ev_management_system {
    flex-direction: column-reverse;
    padding: 1.5% 0 5px 0;
  }
  .JS .BrandingArea.ev_management_system .TextArea {
    width: 100%;
  }
  .JS .BrandingArea.ev_management_system .BtnArea {
    width: 100%;
    min-width: auto;
  }
  .JS .BrandingArea ul.LinkListStyle1.btns {
    margin: 0 4% 0 auto;
  }
  .JS .Grid4 .Column1andThird {
    float: none;
    width: auto;
  }
  .JS .ImgOnlyStyle.BgGray {
    margin-bottom: 15px;
    background-color: #d9d9d9;
    border-radius: 10px;
  }
  .JS .ImgOnlyStyle.BgGray img {
    width: 300px;
    margin-bottom: 0;
  }
  .JS .InqArea {
    min-height: 230px;
  }
  .JS .InqArea .BtnArea {
    top: auto;
    bottom: -15px;
  }
  .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 .InqArea {
    min-height: auto;
  }
  .JS .InqArea .BtnArea {
    position: static;
    width: auto;
    padding-right: 15px;
  }
  .JS .InqArea .BtnArea ul.LinkListStyle1.btns {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
