.mainContent {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .mainContent {
    margin-bottom: 20px;
  }
}

.seriesArea01 {
  margin-bottom: 30px;
}
.seriesArea01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .seriesArea01 ul {
    width: 100%;
    display: block;
  }
}
.seriesArea01 li {
  width: 320px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .seriesArea01 li {
    width: 100%;
    cursor: pointer;
  }
}
.seriesArea01 li:after {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../images/ico_index01.png") no-repeat;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .seriesArea01 li:after {
    display: none;
  }
}
.seriesArea01 li a {
  padding: 25px 0 45px;
  display: block;
}
@media screen and (max-width: 767px) {
  .seriesArea01 li a {
    padding: 0;
  }
}
.seriesArea01 li .logo {
  width: 218px;
  margin: 0 auto 20px;
}
.seriesArea01 li p {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .seriesArea01 li p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .seriesArea01 li img {
    width: 100%;
  }
}
.seriesArea01 .item01 {
  background-color: #0b7c3b;
}
.seriesArea01 .item02 {
  background-color: #dd7b0f;
}
.seriesArea01 .item03 {
  background-color: #06559e;
}
.seriesArea01 .slick-prev {
  left: 1%;
  z-index: 1;
}
.seriesArea01 .slick-prev:before {
  content: url("../images/btn_left_01.png");
}
.seriesArea01 .slick-next {
  right: 1%;
  z-index: 1;
}
.seriesArea01 .slick-next:before {
  content: url("../images/btn_right_01.png");
}

.productArea01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .productArea01 {
    margin-bottom: 40px;
  }
}
.productArea01 .bnrContnet01 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .productArea01 .bnrContnet01 {
    margin-bottom: 35px;
  }
}
.productArea01 .bnrContnet01 p {
  color: #e60012;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .productArea01 .bnrContnet01 p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.productArea01 .bnrContnet01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .productArea01 .bnrContnet01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.productArea01 .bnrContnet01 ul li {
  width: 457.5px;
}
@media screen and (max-width: 1050px) {
  .productArea01 .bnrContnet01 ul li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .productArea01 .bnrContnet01 ul li {
    width: 100%;
  }
}
.productArea01 .bnrContnet01 ul li:first-child {
  margin-right: 45px;
}
@media screen and (max-width: 1050px) {
  .productArea01 .bnrContnet01 ul li:first-child {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .productArea01 .bnrContnet01 ul li:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.productArea01 .bnrContnet01 ul li a {
  display: block;
}
.productArea01 .bnrContnet01 ul li a img {
  width: 100%;
}
.productArea01 .productContent01 .productbox01:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01:not(:last-child) {
    margin-bottom: 15px;
  }
}
.productArea01 .productContent01 .productbox01 h3 {
  color: #00334a;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01 h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.productArea01 .productContent01 .productbox01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.productArea01 .productContent01 .productbox01 ul li {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01 ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}
.productArea01 .productContent01 .productbox01 ul li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01 ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01 ul li:nth-child(odd) {
    margin-right: 4%;
  }
}
.productArea01 .productContent01 .productbox01 ul li p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01 ul li p {
    font-size: 13px;
  }
}
.productArea01 .productContent01 .productbox01 ul li img {
  width: 100%;
}
.productArea01 .productContent01 .productbox01 ul li h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 5px;
}
@media screen and (max-width: 767px) {
  .productArea01 .productContent01 .productbox01 ul li h4 {
    font-size: 16px;
  }
}

.newsArea01 {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .newsArea01 {
    margin-bottom: 55px;
  }
}
.newsArea01 .top {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .newsArea01 .top {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.newsArea01 .top h2 {
  color: #00334a;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .newsArea01 .top h2 {
    font-size: 20px;
  }
}
.newsArea01 .top p {
  padding-top: 10px;
}
.newsArea01 .top p a {
  color: #595757;
  font-size: 14px;
}
.newsArea01 .newsList01 {
  font-size: 16px;
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .newsArea01 .newsList01 {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .newsArea01 .newsList01 {
    margin-bottom: 15px;
  }
}
.newsArea01 .newsList01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsArea01 .newsList01 li {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px dashed #231815;
  }
}
.newsArea01 .newsList01 li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .newsArea01 .newsList01 li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.newsArea01 .newsList01 time {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .newsArea01 .newsList01 time {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .newsArea01 .newsList01 a {
    text-decoration: underline;
  }
}
.newsArea01 .newsList01 a:hover {
  text-decoration: underline;
}

.bnrArea01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bnrArea01 {
    margin-bottom: 30px;
  }
}
.bnrArea01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bnrArea01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bnrArea01 ul li {
  width: 280px;
}
@media screen and (max-width: 1050px) {
  .bnrArea01 ul li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .bnrArea01 ul li {
    width: 49%;
    margin-bottom: 5px;
  }
}
.bnrArea01 ul li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 1050px) {
  .bnrArea01 ul li:not(:last-child) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .bnrArea01 ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .bnrArea01 ul li:nth-child(odd) {
    margin-right: 2%;
  }
}
.bnrArea01 ul li img {
  width: 100%;
}

#main_graphic {
  width: 100%;
  margin-bottom: 30px;
  height: 40vw;
  max-height: 400px;
  /*position: absolute;*/
  /*@media screen and (max-width:768px) {
    height: 300px;
  }
  @media screen and (max-width:400px) {
    height: 150px;
  }
  @media screen and (max-width:360px) {
    height: 130px;
  }
  */
}
#main_graphic img {
  height: 40vw;
  max-height: 400px;
  /*
  @media screen and (max-width:768px) {
    height: 300px !important;
  }
  @media screen and (max-width:400px) {
    height: 150px !important;
  }
  @media screen and (max-width:360px) {
    height: 130px !important;
  }
  // @media screen and (max-width:1000px) {
  //   max-width: 100%;
  // }
  */
}