@charset 'UTF-8';
/* ===============================================
   index
=============================================== */
article#top {
  padding-bottom: 0;
}
.swiper-container img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-containerPdt {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-containerPdt img {
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#topRead {
  background: url(../img_index/read_bgimg.jpg) no-repeat right bottom #E5EAEE;
  background-size: 100% auto;
  margin: 0 0 40px;
  padding: 0 0 25%;
}
#topRead .boxTxt {
  padding-top: 20px;
}
#topRead .boxTxt .box {
  background-color: rgba(229, 234, 238, 0.9);
  border: 2px solid #fff;
  margin: 0 4% 20px;
  padding: 20px;
}
#topRead h1 {
  color: #044e87;
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
}
#topRead h1 .fCp {
  display: block;
  color: #333;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #333;
}
#topTechnoList {
  margin: -20px 4% 0;
  padding: 0 0 0;
}
#topTechnoList .iconImg {
  text-align: center;
}
#topTechnoList .box {
  display: block;
  background-color: #fff;
  margin: 0 0 10px;
  padding: 20px 10px 15px;
  box-shadow: 0px 2px 4px 2px #CCC;
}
#topTechnoList .iconImg {
  float: right;
}
#topTechnoList .iconImg img {
  width: 80px;
  height: 80px;
}
.topTechnoListTit {
  font-size: 26px;
  margin: 0;
  padding: 0;
}
#topTechno .btnLine {
  clear: right;
}
#topRead .btnLine a, #topTechno .btnLine a {
  position: relative;
  background: #044e87;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin: 0 0 10px;
}
#topRead .btnLine a::after, #topTechno .btnLine a::after {
  position: absolute;
  top: 34%;
  right: 20px;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}
/* topPdt
----------------------------------------------- */
#topPdt {
  padding: 0 0 30px;
}
#topPdt h2 {
  font-size: 18px;
  color: #044e87;
}
#topPdt h2 .fCp {
  display: block;
  color: #333;
}
#topPdt .swiper-containerPdt {
  text-align: center;
  padding: 10px 0 30px;
}
#topPdt .swiper-containerPdt .swiper-slide {
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 10px;
}
#topPdt .swiper-containerPdt .swiper-slide a {
  text-decoration: none;
}
#topPdt .swiper-containerPdt .swiper-slide br {
  display: none;
}
#topPdt .swiper-containerPdt a img {
  width: 98%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
#topPdt .swiper-button-next, #topPdt .swiper-button-prev {
  top: 180px;
  height: 26px;
  background-size: 27px 26px;
}
/* topManuf
----------------------------------------------- */
#topManuf {
  background: url(../img_index/manuf_bgimg.jpg) no-repeat center center;
  text-align: center;
  padding: 0 4% 20px;
  color: #fff;
}
#topManuf h2 {
  font-size: 22px;
}
#topManuf .btnLine a {
  position: relative;
  background: #fff;
  color: #044e87;
  display: inline-block;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  margin: 0 0 10px;
}
#topManuf .btnLine a::after {
  position: absolute;
  top: 34%;
  right: 20px;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}
/* etc
----------------------------------------------- */
#etc {
  background: url(../img_index/etc_bgimg.png) no-repeat center 0 #044e87;
  padding: 60px 0;
}
#topProp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topProp li {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 92%;
}
#topProp li a {
  display: block;
  background: url(../img_index/propo_arw.png) no-repeat right bottom #fff;
  background-size: 35px 20px;
}
#topProp li a img {
  width: 100%;
  height: auto;
}
#topProp li a .txt {
  padding: 10px;
  text-align: left;
}
#topProp li a {
  text-decoration: none;
}
#topProp li p {
  padding: 5px 0 0;
  font-size: 18px;
}
#topProp li p.tit {
  display: inline-block;
  border: 1px solid #333;
  font-size: 16px;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  #topManuf {
    background-size: cover;
  }
  #topManuf p.txt {
    text-align: left;
  }
  /* etc
  ----------------------------------------------- */
  #etc {
    background-size: 100% auto;
    padding: 50px 4% 20px;
    width: auto;
  }
}
@media screen and (min-width: 768px), print {
  #topRead {
    background-position: right 60px;
    margin: 0;
    padding: 10% 0 60px;
  }
  #topRead .boxTxt .box {
    padding: 30px;
    max-width: 480px;
    margin: 0 auto;
  }
  #topRead h1 {
    font-size: 28px;
  }
  #topRead h1 .fCp {
    font-size: 16px;
  }
  #topTechno {
    clear: left;
  }
  #topTechnoList {
    display: flex;
    max-width: 1280px;
    margin: -20px auto 0;
  }
  #topTechnoList section {
    font-size: 15px;
    vertical-align: top;
    width: 48%;
    margin: 0 1%;
  }
  #topTechnoList .iconImg {
    float: left;
    margin-right: 5px;
  }
  #topTechnoList .iconImg img {
    width: 100px;
    height: 100px;
  }
  .topTechnoListTit {
    color: #044e87;
    font-size: 32px;
  }
  #topTechnoList .box ul {
    margin-left: 110px;
  }
  #topTechno .btnLine {
    clear: left;
  }
  #topRead .btnLine {
    text-align: center;
    padding: 20px 0 0
  }
  #topRead .btnLine a {
    display: inline-block;
    margin: 0 5px 10px;
  }
  #topTechno .btnLine {
    display: flex;
    justify-content: center;
    padding: 20px 0 0
  }
  #topTechno .btnLine a {
    display: flex;
    align-items: center;
    margin: 0 5px 10px;
    height: 50px;
    font-size: 13px;
    line-height: 1.4;
  }
  #topTechno .btnLine a span.txt {
    text-align: left;
    white-space: nowrap;
  }
  #topRead .btnLine a:hover, #topTechno .btnLine a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    zoom: 1;
  }
  /* topPdt
    ----------------------------------------------- */
  #topPdt {
    width: 94%; /*960px*/
    max-width: 1200px; /*調整*/
    margin: 0 auto;
    padding: 60px 0;
  }
  #topPdt h2 {
    font-size: 32px;
  }
  #topPdt .swiper-containerPdt {
    text-align: center;
    padding: 30px 0 50px;
  }
  #topPdt .swiper-containerPdt .swiper-slide br {
    display: block;
  }
  /*#topPdt .swiper-pagination,
    #topPdt .swiper-button-next,
    #topPdt .swiper-button-prev {
    display: none;
    }*/
  #topPdt .swiper-button-next, #topPdt .swiper-button-prev {
    top: 240px;
    height: 47px;
    background-size: 27px 47px;
  }
  /* topManuf
    ----------------------------------------------- */
  #topManuf {
    padding: 50px 0;
  }
  #topManuf h2 {
    font-size: 32px;
  }
  #topManuf .btnLine a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    zoom: 1;
  }
  /* etc
    ----------------------------------------------- */
  #etc {
    padding-top: 150px;
  }
  #topProp ul {
    letter-spacing: -1em;
    font-size: 0;
    text-align: center;
    min-width: 960px;
    margin: 0 2%;
  }
  #topProp li {
    letter-spacing: normal;
    font-size: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 33.3%;
    margin: 0;
    text-align: center;
  }
  #topProp li a {
    background-size: 70px 40px;
    width: 348px;
    margin: 0 auto;
  }
  #topProp li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    zoom: 1;
  }
}
/* #tecMedia
----------------------------------------------- */
#tecMedia {
  padding: 20px 0;
}
#tecMedia .box {
  position: relative;
  padding: 20px 20px 40px;
  font-size: 16px;
  border: none;
  background: #e9e9e2;
}
#tecMedia .box::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #044e87;
  position: absolute;
  z-index: 100;
}
#tecMedia .tit {
  margin: 0 0 0 10px;
  padding: 5px 0 0;
  font-size: 20px;
  text-align: left;
}
#tecMedia ul {
  font-size: 15px;
}
#tecMedia ul li {
  margin: 5px 0 10px;
}
@media screen and (min-width: 768px), print {
  #tecMedia {
    padding: 30px 0;
  }
  #tecMedia .box {
    padding: 20px 20px 0;
  }
  #tecMedia .box {}
  #tecMedia .tit {
    margin: 0 0 0 30px;
  }
}
/* ----------------------------------------------- 
  アコーディオン
----------------------------------------------- */
.acdWrap .acdBox {
  height: 140px;
  overflow: hidden;
}
.mediaRepo {
  margin: 0 auto 0;
  padding: 0;
}
.mediaRepo .acdBox {
  padding: 0 0 20px;
}
.mediaRepo .acdWrap .showMore {
  height: auto;
}
.mediaRepo .acdWrap .moreBtn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-family: "メイリオ", Meiryo, sans-serif;
}
.mediaRepoTit {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e5edf3;
  margin: 0 -20px 10px;
  padding: 5px 20px 5px 0;
  font-size: 20px;
  line-height: 1.3;
}
.mediaRepoTit .titTag::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 100%;
  z-index: -1;
  background: #333;
  transform: scaleY(1.3) perspective(0.8em) rotateX(175deg);
  transform-origin: left;
}
.mediaRepoTit .titTag {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 13px 0.5em 13px 0.8em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  white-space: nowrap;
}
.mediaRepoTit .titTag .num {
  display: block;
  color: #ff0;
}
.mediaRepoTit .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 15px;
  padding: 0;
  color: #044e87;
  flex: 1;
}
.mediaRepoTit .category {
  margin-left: 5px;
  font-size: 16px;
  color: #c00;
  padding: 3px 8px;
}
#tecMedia .acdWrap .showMore {
  height: 3em;
  padding-top: 60px;
  background: linear-gradient(180deg, transparent 0%, #e9e9e2 45%);
  line-height: 2em;
}
#tecMedia .acdWrap .moreBtn {
  display: inline-block;
  background-color: #044e87;
  color: #fff;
  width: 220px;
  padding: 5px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  line-height: 1.5em;
}
#tecMedia .acdWrap .showMore {
  bottom: -20px;
}
@media screen and (min-width: 768px), print {
  #tecMedia .acdWrap .showMore {
    height: 3em;
    padding-top: 80px;
    background: linear-gradient(180deg, transparent 0%, #e9e9e2 35%);
    line-height: 2em;
    bottom: 0px;
  }
  .mediaRepo .acdBox {
    padding: 0 20px 60px;
  }
  #tecMedia .acdWrap .showMore span {
    display: block;
    margin-bottom: 20px;
  }
}