@charset "UTF-8";

/*
/* Mixin
/*
----------------------------------------------------------------- */

@layer legacy{
[data-static-body] {
  line-break: strict;
}

[data-static-html] .max-template-01 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------
---------------------------
タイトル
---------------------------
---------------------------
*/

[data-static-html] .template-01_ttl_01__jp {
  display: block;
  font-size: 38px;
}

[data-static-html] .template-01_ttl_01 {
  text-align: center;
  margin: 0 0 20px 0;
}

[data-static-html] .template-01_ttl_01__en {
  font-size: 18px;
  color: #ddd;

}

/*
-------------------------------
-------------------------------
Header
-------------------------------
-------------------------------
*/
[data-static-html] .site-header-template-01 {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
}

[data-static-html] .site-lang-template-01__item.current a {
  color: #144381;
  text-decoration: none;
}

[data-static-html] .site-related-template-01__item a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

[data-static-html] .site-related-template-01__item {
  padding: 8px 0px;
  line-height: 1;
  min-width: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease 0s;
}

[data-static-html] .site-related-template-01__item:hover {
  transform: translateY(-1px);
}

[data-static-html] .site-related-template-01__item.shop-btn {
  background-color: #94BCF0;
  border: 2px solid #94BCF0;
}

[data-static-html] .site-related-template-01__item.shop-btn:hover {
  background-color: #fff;

}

[data-static-html] .site-related-template-01__item.shop-btn:hover a {
  color: #94BCF0;
}

[data-static-html] .site-related-template-01__item.contact-btn {
  background-color: #0F2B65;
  border: 2px solid #0F2B65;
}

[data-static-html] .site-related-template-01__item.contact-btn:hover {
  background-color: #fff;
}

[data-static-html] .site-related-template-01__item.contact-btn:hover a {
  color: #2361B7;
}

[data-static-html] .site-related-template-01__item.rec-btn {
  background-color: #2361B7;
  border: 2px solid #2361B7;
}

[data-static-html] .site-related-template-01__item.rec-btn:hover {
  background-color: #fff;
}

[data-static-html] .site-related-template-01__item.rec-btn:hover a {
  color: #0F2B65;
}

[data-static-html] .site-related-template-01__item.shop-btn::before {
  content: "";
  background-image: url("/files/user/contents/service/semicon/common/temp_01_shop_ico.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

[data-static-html] .site-related-template-01__item.shop-btn:hover::before {
  background-image: url("/files/user/contents/service/semicon/common/temp_01_shop_ico_on.png");
}

[data-static-html] .site-related-template-01__item.contact-btn::before {
  content: "";
  background-image: url("/files/user/contents/service/semicon/common/temp_01_mail_ico.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

[data-static-html] .site-related-template-01__item.contact-btn:hover::before {
  background-image: url("/files/user/contents/service/semicon/common/temp_01_mail_ico_on.png");
}

[data-static-html] .site-related-template-01__item.rec-btn::before {
  content: "";
  background-image: url("/files/user/contents/service/semicon/common/temp_01_rec_ico.png");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

[data-static-html] .site-related-template-01__item.rec-btn:hover::before {
  background-image: url("/files/user/contents/service/semicon/common/temp_01_rec_ico_on.png");
}

[data-static-html] .site-gnav-template-01__list {
  text-align: center;
}

[data-static-html] .site-gnav-template-01__list li {
  display: inline-block;
}

[data-static-html] .site-gnav-template-01__list li a {
  text-decoration: none;
  font-size: 14px;
  color: #144381;
  font-weight: bold;
  padding: 23px 10px 15px 10px;
  display: block;
}

[data-static-html] .site-gnav-template-01__list li a:hover,
[data-static-html] .site-lang-template-01__item:hover {
  opacity: 0.8;
}

[data-static-html] .site-lang-template-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 15px;
}

[data-static-html] .site-lang-template-01__item {
  position: relative;
}

[data-static-html] .site-lang-template-01__item a {
  font-size: 1.4rem;
  color: #B0CEF0;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 7px;
}

[data-static-html] .site-lang-template-01__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #B0CEF0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

[data-static-html] header.__newheader .site-header-template-01__logo img {
  max-width: 220px !important;
}

[data-static-html] .item_label {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 20px 70px 20px 40px;
  position: relative;
}

/*スマホ版メガメニュー*/

@media screen and (max-width: 1240px) {

  [data-static-html] .mm_btn,
  [data-static-html] .mm_btn_footer {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #0F2B65;
    border-radius: 50%;
    z-index: 10;
  }

  [data-static-html] .mm_btn::after,
  [data-static-html] .mm_btn_footer::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    transform: rotate(90deg);
    position: absolute;
    right: 7px;
    top: 15px;
    transition: ease-in-out .3s;
  }

  [data-static-html] .site-gnav-template-01__item.active .mm_btn::after,
  [data-static-html] .site-sitemap__item .mm_btn_footer.active::after {
    width: 2px;
  }

  [data-static-html] .mm_btn::before,
  [data-static-html] .mm_btn_footer::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    transform: rotate(0deg);
    position: absolute;
    right: 7px;
    top: 15px;
  }

  [data-static-html] .mm_btn.active::after,
  [data-static-html] .mm_btn_footer.active::after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    transform: rotate(90deg);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: ease-in-out .3s;
  }

  [data-static-html] .site-gnav-template-01__item {
    position: relative;
  }

  [data-static-html] .site-gnav-template-01__list__mm {
    content: "";
    display: none;
  }

  [data-static-html] .site-gnav-template-01__item.active .site-gnav-template-01__list__mm {
    /* display: block; */
  }

}

/* /スマホ版メガメニュー*/

@media screen and (min-width: 1241px) {
  [data-static-html] .site-header-template-01__logo {
    margin: 5px 0 0 0;
    display: inline-block;
  }

  [data-static-html] .site-header-template-01.__newheader {
    padding: 12px 20px;
  }

  [data-static-html] .site-gnav-template-01-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    display: block !important;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 1;
  }

  [data-static-html] .site-gnav-template-01-child:hover,
  [data-static-html] .site-gnav-template-01__item>a:hover+.site-gnav-template-01-child {
    opacity: 1;
    visibility: visible;
  }

  [data-static-html] .site-related-template-01 {
    position: absolute;
    top: 0;
    right: 0;
  }

  [data-static-html] .site-header-template-01__inner {
    position: relative;
  }

  [data-static-html] .site-related-template-01__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  [data-static-html] .site-related-template-01__inner {
    display: flex;
    flex-wrap: wrap;
  }

  [data-static-html] .site-gnav-template-01-child-list__item:hover a {
    color: #fff;
  }
}

/*
---------------------------------
---------------------------------
button
---------------------------------
*/

[data-static-html] .btn-round-template-01 {
  background-color: #144381;
  border: 1px solid #144381;
  color: #fff;
  min-width: 300px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  padding: 14px 0;
  line-height: 1.3;
  transition: all .2s ease 0s;
}

[data-static-html] .btn-round-template-01:hover {
  color: #144381;
  background-color: #fff;

}

[data-static-html] .btn-round-template-01:hover {
  transform: translateY(-2px);
}

[data-static-html] .template-01-cvbtn {
  background: url("/files/user/contents/service/semicon/common/temp_01_cvbtn.jpg") no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

[data-static-html] .template-01-cvbtn__inner {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  [data-static-html] .template-01-cvbtn__inner {
    padding: 40px 0;
  }
}

[data-static-html] .template-01-cvbtn__item__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

[data-static-html] .template-01-cvbtn__ttl_jp {
  font-size: 28px;
  display: block;
}

[data-static-html] .template-01-cvbtn__ttl_eng {
  font-size: 18px;
  display: block;
}

[data-static-html] .template-01-cvbtn__body p {
  color: #fff;
  font-size: 1.6rem;
}

[data-static-html] .template-01-cvbtn__body {
  padding: 20px 0;
}

[data-static-html] .template-01-cvbtn__item__list a {
  min-width: 300px;
  line-height: 1.3;
  padding: 14px 0;
  border-radius: 40px;
  margin: 10px;
  text-decoration: none;
  transition: all .2s ease 0s;
}

[data-static-html] .template-01-cvbtn__item__list a:hover {
  transform: translateY(-2px);
}

[data-static-html] .template-01-cvbtn__item__btn01 {
  color: #144381;
  background: #fff;
  border: 1px solid #144381;
}

[data-static-html] .template-01-cvbtn__item__btn01:hover {
  background: #144381;
  color: #fff;
}

[data-static-html] .template-01-cvbtn__item__btn02 {
  color: #fff;
  background: #144381;
  border: 1px solid #144381;
}

[data-static-html] .template-01-cvbtn__item__btn02:hover {
  background: #fff;
  color: #144381;
}

[data-static-html] .template-01-cvbtn__item__btn03 {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

[data-static-html] .template-01-cvbtn__item__btn03:hover {
  background: #fff;
  color: #000;
}




/*
*
Menu Header
*
*/
[data-static-html] .site-lang-template-01.-sp.-tablet {
  display: none;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .menu-template-01__bar {
    display: block;
    background: #144381;
    height: 1px;
    width: 100%;
    -webkit-transition: opacity 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    position: absolute;
    border-radius: 2px;
  }

  [data-static-html] .menu-template-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 43px;
    cursor: pointer;
  }

  [data-static-html] .__newheader .menu-template-01 {
    top: 15px;
  }

  [data-static-html] .menu-body-template-01 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 0 60px;
    background: #165ead;
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  [data-static-html] .site-header-template-01 {
    top: 0;
    padding: 20px;
  }

  [data-static-html] .site-header-template-01.__newheader {
    padding: 5px 20px;
  }

  [data-static-html] .menu-body-template-01.-active {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  [data-static-html] .site-close-template-01 {
    position: fixed;
    top: 12px;
    right: 15px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  [data-static-html] .site-close-template-01__inner {
    height: 44px;
    position: relative;
  }

  [data-static-html] .site-close-template-01__bar.-bar1 {
    left: 4px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  [data-static-html] .site-close-template-01__bar {
    display: block;
    background: #fff;
    height: 3px;
    width: 36px;
    position: absolute;
  }

  [data-static-html] .site-close-template-01__bar.-bar2 {
    left: 4px;
    bottom: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  [data-static-html] .site-gnav-template-01__list li {
    display: block;
    border-bottom: 1px solid #fff;

  }

  [data-static-html] .site-gnav-template-01__item.-has-mega {
    position: relative;
  }

  [data-static-html] .site-gnav-template-01__item.-has-mega.-active>a::after {
    display: none;
  }

  [data-static-html] .site-gnav-template-01__list li a {
    color: #fff;
    padding: 20px 70px 20px 40px;
    position: relative;
  }

  [data-static-html] .site-gnav-template-01__list {
    text-align: left;
  }

  [data-static-html] .menu-template-01__bar.menu_t1_top {
    top: 2px;
  }

  [data-static-html] .menu-template-01__bar.menu_t1_middle {
    top: 12px;
  }

  [data-static-html] .menu-template-01__bar.menu_t1_bottom {
    top: 24px;
  }

  [data-static-html] .menu-template-01__inner:after {
    content: "MENU";
    display: block;
    font-size: 10px;
    color: #144381;
    font-weight: bold;
    padding-top: 27px;
  }

  [data-static-html] .site-lang-template-01.-sp.-tablet {
    display: block;
  }

  [data-static-html] .site-lang-template-01.-pc {
    display: none;
  }

  [data-static-html] .site-related-template-01__list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px 20px 20px;
  }

  [data-static-html] .site-related-template-01__item {
    width: 33.3333%;
    margin: 0;
    min-width: auto;
    padding: 20px 0px;
  }

  [data-static-html] .site-lang-template-01.-sp.-tablet {
    position: absolute;
    right: 75px;
    top: 20px;
    display: flex;
    padding-right: 0;
  }

  [data-static-html] .site-gnav-template-01__list li .site-gnav-template-01-child-list__label a {
    color: #333;
    padding: 0 0 0 10px;
  }
}



@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child {
    height: 0;
    opacity: 0;
    background: #f4f6f9;
    position: static;
  }

  [data-static-html] .site-gnav-template-01__item.-has-mega.-active .site-gnav-template-01-child {
    display: block;
    height: auto;
    opacity: 1;
  }


}

[data-static-html] .site-header.-scrolled .site-gnav-template-01-child {
  top: 110px;
}

@media screen and (max-width: 1770px) {
  [data-static-html] .site-header.-scrolled .site-gnav-template-01-child {
    top: 90px;
  }
}

@media screen and (max-width: 1440px) {
  [data-static-html] .site-header.-scrolled .site-gnav-template-01-child {
    top: 80px;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-header.-scrolled .site-gnav-template-01-child {
    top: auto;
  }
}

[data-static-html] .site-gnav-template-01-child__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1241px) {
  [data-static-html] .site-gnav-template-01-child__inner {
    background: #fff;
  }
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child__inner {
    display: block;
    padding: 0px 40px;
  }
}

[data-static-html] .site-gnav-template-01-child__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 34.10714%;
  padding: 65px 40px 40px;
  background: #f4f6f9;
  position: relative;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child__header {
    display: none;
  }
}

[data-static-html] .site-gnav-template-01-child__header__en {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
  /*font-family: "Poppins", sans-serif;*/
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 16px;
  position: relative;
}

[data-static-html] .site-gnav-template-01-child__header__en::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: #165ead;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

[data-static-html] .site-gnav-template-01-child__header__jp {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2px;
}

[data-static-html] .site-gnav-template-01-child__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 5%;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child__body {
    padding: 0;
  }
}

[data-static-html] .site-gnav-template-01-child-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child-list {
    display: block;
    margin: 0;
    padding: 30px 0 15px 0;
  }
}

[data-static-html] .site-gnav-template-01-child-list__item {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01__list .site-gnav-template-01-child-list__item {
    width: auto;
    padding: 0 0 15px 0;
    border: 0;
  }

  [data-static-html] .site-gnav-template-01-child-list__item:not(:first-child) {
    margin-top: 12px;
  }
}

[data-static-html] .site-gnav-template-01-child-list__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  width: 100%;
  padding: 20px 22.58065% 20px 12.90323%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child-list__cont {
    display: block;
    height: auto;
    padding: 0;
  }
}

[data-static-html] .site-gnav-template-01-child-list__cont::after {
  content: url("/files/user/contents/service/semicon/common/arrow_header_b.png");
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child-list__cont::after {
    display: none;
  }
}

[data-static-html] .site-gnav-template-01-child-list__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child-list__bg {
    background-image: none;
    position: relative;
  }

  [data-static-html] .gnav_mega_bg_01:hover,
  [data-static-html] .gnav_mega_bg_02:hover {
    background-image: none;
  }
}

[data-static-html] .site-gnav-template-01-child-list__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

[data-static-html] .site-gnav-template-01-child-list__label {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child-list__label {
    text-align: left;
    font-weight: normal;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

[data-static-html] .site-gnav-template-01-child-list__label>a {
  text-decoration: none;
  color: #165ead;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1240px) {
  [data-static-html] .site-gnav-template-01-child-list__label>a {
    padding: 0 0 0 18px;
    height: auto;
    background: 0;
    color: #333;
    position: relative;
  }

  [data-static-html] .site-gnav-template-01-child-list__label>a:visited {
    color: #333;
  }

  [data-static-html] .site-gnav-template-01-child-list__label>a::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #165ead;
    position: absolute;
    left: 0;
    top: 10px;
  }

  [data-static-html] .site-gnav-template-01__item.-has-mega>a::before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: auto;
    right: 40px;
    top: 50%;
  }

  [data-static-html] .site-gnav-template-01__item.-has-mega>a::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    right: 46px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

[data-static-html] .site-gnav-template-01-child-list__label.-current>a {
  color: #165ead;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .site-gnav-template-01-child-list__label.-current>a {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-related-template-01__item.shop-btn::before {
    width: 15px;
    height: 15px;
  }

  [data-static-html] .site-related-template-01__item.contact-btn::before {
    width: 15px;
    height: 15px;
  }

  [data-static-html] .site-related-template-01__item.rec-btn::before {
    width: 15px;
    height: 15px;
  }

  [data-static-html] .site-header-template-01__logo img {
    width: 196px;
  }

  [data-static-html] .template-01-cvbtn__body {
    padding: 10px 20px 0;
  }

  [data-static-html] .template-01-cvbtn__item__list a {
    margin-bottom: 15px;
  }

  [data-static-html] .site-related-template-01__list {
    padding: 20px 10px 20px 10px;
  }
}

/*.elec-pg-template-01 .biggerlink {
  cursor: pointer;
}*/

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__main {
  background: #144381;
  text-align: center;
  padding: 11px 0;
}



[data-static-html] .elec-pg-template-01 .p-product-filter__btn__main a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}


[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_ttl {
  width: 13%;
  border: 1px solid #144381;
  padding: 24px 0;
  color: #144381;
  border-top: 0;
  line-height: 1.4;
  align-self: stretch;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list {
  width: 87%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item {
  width: 7.69230%;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item a {
  color: #9B9B9B;
  text-decoration: none;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  display: block;
  padding: 10px 0;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item.active a {
  color: #fff;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item a:hover {
  background-color: #6CA5D0;
  color: #fff;
  border-color: #6CA5D0;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item:nth-child(13n) a {
  border-right: 1px solid #DDDDDD;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list2 {
  width: 87%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2 {
  width: 16.6666%;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  align-self: stretch;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2 a {
  color: #9B9B9B;
  text-decoration: none;
  display: flex;
  line-height: 1.4;
  height: 100%;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 24px 0;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2:hover,
[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2.active {
  background-color: #6CA5D0;
  border-color: #6CA5D0;
  color: #fff;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2:hover a,
[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2.active a {
  color: #fff;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list .p-filter-parent.active,
[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list2.p-filter-parent.active a {
  background-color: #6CA5D0;
  color: #fff;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2:nth-child(6n) {
  border-right: 1px solid #DDDDDD;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__contents {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}

[data-static-html] .elec-pg-template-01 .p-product-card__image {
  width: 130px;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__item {
  width: calc(calc(100% / 6));
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px !important;
  display: flex;
  position: static !important;
  transform: none !important;
  margin-top: 20px !important;

}

[data-static-html] .elec-pg-template-01 .p-product-filter__item__inner {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__item__inner:hover {
  border-color: #fff;
  box-shadow: 0 4px 22px rgb(9 42 80 / 22%);
}

[data-static-html] .elec-pg-template-01 .p-product-card__ttl {
  font-size: 1.6rem;
  color: #144381;
  padding: 0 0 10px 0;
  letter-spacing: 0px;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__existence {
  display: none;
  text-align: center;
}

[data-static-html] .elec-pg-template-01 .is-no-item .p-product-filter__existence {
  display: block;
  padding-bottom: 100px;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__item.concealed {
  display: none;
  animation: lower .8s ease;
}

[data-static-html] .elec-pg-template-01 .p-product-filter__contents {
  margin-bottom: 50px;
}

[data-static-html] .elec-pg-template-01 .p-product-card__txt,
[data-static-html] .elec-pg-template-01 .p-product-card__ttl {
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  [data-static-html] .elec-pg-template-01 .p-product-filter__item {
    width: calc(calc(100% / 2));
  }

  [data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2:nth-child(3n) {
    border-right: 1px solid #DDDDDD;
  }

  [data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list,
  [data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list2 {
    width: 100%;
  }

  [data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_ttl {
    width: 100%;
    border: 1px solid #DDD;
    padding: 10px 0;
  }

  [data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2 {
    width: 33.33333%;
    font-size: 1.4rem;
  }

  [data-static-html] .elec-pg-template-01 .p-product-filter__btn__sub_list_item2 a {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .elec-pg-template-01 .p-product-card__image {
    width: 100px;
  }
}


[data-static-html] .top-news__tab__contents dl .rss_title {
  margin-top: 0;
}







/*NEW HEADER*/
/*---------------------------------------------------*/
[data-static-html] #globalnav.new {
  background-color: #fff;
}

[data-static-html] #globalnav.new li {
  list-style-type: none;
}


[data-static-html] #globalnav.new li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

[data-static-html] #globalnav.new li a:hover,
[data-static-html] #globalnav.new li.main_current a {
  border-bottom: 4px solid #005EAD;
}

[data-static-html] #globalnav.new img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/*メガメニュー*/

[data-static-html] #globalnav.new li .mmArea .mmTtl {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #165EAD;
}

[data-static-html] #globalnav.new li .mmArea .mmTtl a {
  position: relative;
  padding-left: 25px;
  color: #000;
  height: auto;
  padding-top: 0;
}

[data-static-html] #globalnav.new li .mmArea .mmTtl a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #165EAD;
  border-right: solid 2px #165EAD;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

[data-static-html] #globalnav.new li .mmArea .mmTtl a:hover {
  border-bottom: none;
}


[data-static-html] #globalnav.new li .mmArea .main_in a.linkAll,
[data-static-html] #globalnav.new li .mmArea .pic_in a.linkAll {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  font-size: 0;
  display: inherit;
  padding-top: 0;
  border: none;
}

[data-static-html] #globalnav.new li .mmArea .__blank>p {
  background: url("/files/user/contents/service/semicon/common/blank_b.png") no-repeat right center;
  padding-right: 25px;
  background-size: 12px auto;
}

[data-static-html] #globalnav.new li .mmArea .main {
  width: calc(100% - 300px);
}

[data-static-html] #globalnav.new li .mmArea .main.w100 {
  width: 100%;
}

[data-static-html] #globalnav.new li .mmArea .main_in {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

[data-static-html] #globalnav.new li .mmArea .main_in>div {
  position: relative;
  width: 31.33%;
  margin-right: 2%;
}

[data-static-html] #globalnav.new li .mmArea .main_in>div:nth-child(2n-1) {
  /*margin-top: 20px;*/
}

[data-static-html] #globalnav.new li .mmArea .main_in>div p {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: bold;
}

[data-static-html] #globalnav.new li .mmArea .main_in>div p::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #165EAD;
  position: absolute;
  left: 0;
  top: 8px;
  margin: auto;
}

[data-static-html] #globalnav.new li .mmArea .main img {
  height: 140px;
  object-fit: cover;
}

[data-static-html] #globalnav.new li .mmArea .main.w100 img {
  height: 180px;
}


[data-static-html] #globalnav.new li .mmArea .pic {
  width: 300px;
  margin-left: 40px;
}

[data-static-html] #globalnav.new li .mmArea .pic .picTtl {
  /* margin-top: 170px; */
  /* margin-bottom: 10px; */
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* slide */
[data-static-html] #globalnav.new .mmArea ul.slides {
  /* display: block; */
  display: flex !important;
  flex-wrap: nowrap;
}

[data-static-html] #globalnav.new .mmArea ul.slides li {
  float: none !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li {
  position: relative;
  overflow: inherit !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  height: auto;
}

[data-static-html] #globalnav.new .mmArea ul.slides li:hover img {
  -ms-filter: blur(0);
  filter: blur(0);
}

[data-static-html] #globalnav.new .mmArea ul.slides li::before {
  content: none !important;
  display: none !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li img {
  min-width: auto !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li img::before {
  display: none !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li a {
  position: inherit !important;
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav {
  clear: both;
  display: flex;
  justify-content: center;
  /* padding-top: 170px; */
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav li {
  overflow: inherit;
  float: none;
  margin: 15px 5px 0;
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav li a {
  width: 12px;
  height: 12px;
  padding-top: 0;
  border-radius: 50%;
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav li a:hover {
  border-bottom: 0;
}

[data-static-html] #globalnav.new .mmArea .flex-control-paging li a.flex-active {
  background: #ABABAB;
}


@media screen and (max-width: 1240px) {
  [data-static-html] #globalnav.new {
    display: none;
  }
}

@media screen and (min-width: 1241px) {
  [data-static-html] .site-gnav-template-01.new {
    display: none;
  }
}




/* mega menu setting */
/* ----------------- #globalnav01 ----------------- */
[data-static-html] #globalnav01 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

[data-static-html] #globalnav01 ul li {
  height: 138px;
  margin-right: 2%;
  width: 23.0% !important;
}

[data-static-html] #globalnav01 ul li .gnavilinkbtn a {
  margin-top: 120px;
}

[data-static-html] #globalnav01 ul li:nth-child(3) {
  margin-right: 2% !important;
}

[data-static-html] #globalnav01 ul li:nth-child(4) {
  margin-right: 2% !important;
}

[data-static-html] #globalnav01 ul li:last-child:before {
  background-color: transparent !important;
}

/* ----------------- #globalnav02 ----------------- */
[data-static-html] #globalnav02 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

[data-static-html] #globalnav li #globalnav02 ul li:nth-child(-n+3) {
  margin-bottom: 0px !important;
}

[data-static-html] #globalnav02 ul li {
  height: 138px;
  margin-right: 2%;
  width: 23.0% !important;
}

[data-static-html] #globalnav02 .mmArea ul li {
  height: 60px !important;
  padding: 2%;
  text-align: center;
  margin-bottom: 10px !important;
}

[data-static-html] #globalnav02 .mmArea ul li a {
  padding: 10px !important;
  background-color: #0D3D68;
  font-size: 13px !important;
}

[data-static-html] #globalnav02 .mmArea ul li a:hover {
  opacity: 0.5;
}

[data-static-html] #globalnav02 .mmArea ul li a::before {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-static-html] #globalnav02 ul li:nth-child(3) {
  margin-right: 2% !important;
}

[data-static-html] #globalnav02 ul li:nth-child(4) {
  margin-right: 2% !important;
}

/* ----------------- #globalnav04 ----------------- */
[data-static-html] #globalnav04 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

[data-static-html] #globalnav04 ul li {
  height: 138px;
  margin-right: 2%;
  width: 23.0% !important;
}

[data-static-html] #globalnav04 ul li .gnavilinkbtn a {
  margin-top: 120px;
}

[data-static-html] #globalnav04 ul li:nth-child(3) {
  margin-right: 2% !important;
}

[data-static-html] #globalnav04 ul li:nth-child(4) {
  margin-right: 2% !important;
}

[data-static-html] #globalnav04 ul li:last-child:before {
  background-color: transparent !important;
}

/* /メガメニュー*/



/*NEW HEADER*/
/*---------------------------------------------------*/
[data-static-html] .site-header-template-01__logo a {
  text-decoration: none;
}

[data-static-html] .logo_rc {
  display: block;
  padding-left: 70px;
  font-size: 14px;
  color: #000;
  margin-top: -8px;
}

[data-static-html] .site-related-template-01__list.new {
  margin-top: 20px;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item {
  min-width: 170px;
}

@media screen and (max-width: 767px) {
  [data-static-html] .site-related-template-01__list.new .site-related-template-01__item {
    min-width: 100%;
    margin: 5px 0;
    border-color: #fff;
    border-width: 1px;
  }
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.shop-btn a {
  margin-left: 0;
  margin-right: 10px;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.shop-btn::before {
  content: none;
  display: none;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.shop-btn::after {
  content: "";
  background: url("/files/user/contents/service/semicon/common/header_icon_01.png") no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.shop-btn:hover:after {
  background: url("/files/user/contents/service/semicon/common/header_icon_01_on.png") no-repeat center center;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.rec-btn::before {
  background: url("/files/user/contents/service/semicon/common/header_icon_02.png") no-repeat center center;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.rec-btn:hover:before {
  background: url("/files/user/contents/service/semicon/common/header_icon_02_on.png") no-repeat center center;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.contact-btn::before {
  background: url("/files/user/contents/service/semicon/common/header_icon_03.png") no-repeat center center;
}

[data-static-html] .site-related-template-01__list.new .site-related-template-01__item.contact-btn:hover:before {
  background: url("/files/user/contents/service/semicon/common/header_icon_03_on.png") no-repeat center center;
}






/*メガメニュー*/

[data-static-html] #globalnav.new {
  background-color: #fff;
}

[data-static-html] #globalnav.new li a {
  color: #000;
}

[data-static-html] #globalnav.new li a:hover,
[data-static-html] #globalnav.new li.main_current a {
  border-bottom: 4px solid #005EAD;
}

[data-static-html] #globalnav.new img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

[data-static-html] #globalnav.new li .mmArea .mmTtl {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #165EAD;
}

[data-static-html] #globalnav.new li .mmArea .mmTtl a {
  position: relative;
  padding-left: 25px;
  color: #000;
  height: auto;
  padding-top: 0;
}

[data-static-html] #globalnav.new li .mmArea .mmTtl a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #165EAD;
  border-right: solid 2px #165EAD;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

[data-static-html] #globalnav.new li .mmArea .mmTtl a:hover {
  border-bottom: none;
}


[data-static-html] #globalnav.new li .mmArea .main_in a.linkAll,
[data-static-html] #globalnav.new li .mmArea .pic_in a.linkAll {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  font-size: 0;
  display: inherit;
  padding-top: 0;
  border: none;
}

[data-static-html] #globalnav.new li .mmArea .main {
  width: calc(100% - 300px);
}

[data-static-html] #globalnav.new li .mmArea .main.w100 {
  width: 100%;
}

[data-static-html] #globalnav.new li .mmArea .main_in {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

[data-static-html] #globalnav.new li .mmArea .main_in>div {
  position: relative;
  width: 31.33%;
  margin-right: 2%;
}

[data-static-html] #globalnav.new li .mmArea .main_in>div.col2 {
  width: 48%;
}

[data-static-html] #globalnav.new li .mmArea .main_in>div:nth-child(2n-1) {
  /*margin-top: 20px;*/
}

[data-static-html] #globalnav.new li .mmArea .main_in>div p {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  font-weight: bold;
}

[data-static-html] #globalnav.new li .mmArea .main_in>div p::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #165EAD;
  position: absolute;
  left: 0;
  top: 8px;
  margin: auto;
}

[data-static-html] #globalnav.new li .mmArea .main img {
  height: 140px;
  object-fit: cover;
}

[data-static-html] #globalnav.new li .mmArea .main.w100 img {
  height: 180px;
}


[data-static-html] #globalnav.new li .mmArea .pic {
  width: 300px;
  margin-left: 40px;
}

/* #globalnav.new li .mmArea .pic .picTtl {
  margin-top: 160px;
  margin-bottom: -10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
} */

/* slide */
[data-static-html] #globalnav.new .mmArea ul.slides {
  display: block;
}

[data-static-html] #globalnav.new .mmArea ul.slides li {
  position: relative;
  overflow: inherit !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li:hover img {
  -ms-filter: blur(0);
  filter: blur(0);
}

[data-static-html] #globalnav.new .mmArea ul.slides li::before {
  content: none !important;
  display: none !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li figure {
  margin-top: 0;
}

[data-static-html] #globalnav.new .mmArea ul.slides li img {
  min-width: auto !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li img::before {
  display: none !important;
}

[data-static-html] #globalnav.new .mmArea ul.slides li a {
  position: inherit !important;
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav {
  clear: both;
  display: flex;
  justify-content: center;
  /* padding-top: 180px; */
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav li {
  overflow: inherit;
  float: none;
  margin: 15px 5px 0;
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav li a {
  width: 12px;
  height: 12px;
  padding-top: 0;
  border-radius: 50%;
}

[data-static-html] #globalnav.new .mmArea .flex-control-nav li a:hover {
  border-bottom: 0;
}

[data-static-html] #globalnav.new .mmArea .flex-control-paging li a.flex-active {
  background: #ABABAB;
}

/* /メガメニュー*/

/*
-------------------------------
-------------------------------
Footer NEW
-------------------------------
-------------------------------
*/
[data-static-html] .site-footer.new .template-01-cvbtn {
  color: #000;
}

[data-static-html] .site-footer.new .mod-47 {
  background: url("/files/user/contents/service/semicon/common/mod-47_bg_02.jpg");
  background-size: cover;
  /*background-color: rgba(255, 255, 255, .8);*/
}

[data-static-html] .site-footer.new .template-01-cvbtn p {
  color: #000;
}


[data-static-html] .site-footer.new .site-footer__cont-01 {
  background-color: #005EAD;
}

[data-static-html] .site-footer.new .site-sitemap__item a,
[data-static-html] .site-footer.new .site-sitemap__item .__aa {
  color: #fff;
}

[data-static-html] .site-footer.new .site-sitemap__item a:hover {
  color: #afdaff;
}

[data-static-html] .site-footer.new .site-footer__txt-holdings a {
  color: #fff;
}

[data-static-html] .site-footer.new .site-footer__txt-holdings a:hover {
  color: #afdaff;
}

[data-static-html] .site-footer.new .site-footer__txt-holdings a::after,
[data-static-html] .site-footer.new .site-footer__txt-holdings a:hover:after {
  content: url("/files/user/contents/service/semicon/common/icon_target.png");
}

[data-static-html] footer.__newfooter .site-footer__logo img {
  max-width: 220px !important;
}
}