@charset "UTF-8";
/* font size px->% */
/* font family */
/* Corporate Custmer
======================================================= */
#corporate_custmer.index .anchor ul {
  border: solid 2px #e90505;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}

@media (max-width: 640px) {
  #corporate_custmer.index .anchor ul {
    display: block;
  }
}

#corporate_custmer.index .anchor li {
  display: inline-block;
  border-left: solid 1px #f0f0f0;
  padding-left: 16px;
  margin-left: 16px;
}

#corporate_custmer.index .anchor li:first-of-type {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
}

@media (max-width: 640px) {
  #corporate_custmer.index .anchor li {
    display: block;
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
}

#corporate_custmer.index .industry_block .btn {
  text-align: center;
  margin-top: 1px;
}

#corporate_custmer.index .case {
  padding: 48px 0;
}

#corporate_custmer.index .information {
  display: block;
}

@media (max-width: 640px) {
  #corporate_custmer.index .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#corporate_custmer.index .information .col {
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  #corporate_custmer.index .information .col {
    max-width: 100%;
  }
}

#corporate_custmer.index .information .btn {
  text-align: center;
  margin-top: 16px;
}

#corporate_custmer.index .product_lineup .list_layout {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#corporate_custmer.index .product_lineup .col {
  max-width: calc(100% / 4 - 32px);
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  #corporate_custmer.index .product_lineup .col {
    max-width: calc(100% / 2 - 16px);
  }
}

@media (max-width: 640px) {
  #corporate_custmer.index .relate_contents > div {
    max-width: 100%;
  }
}

/* Private Custmer
======================================================= */
#private_custmer.index .slick-slide {
  margin: 0 16px;
}

@media (max-width: 640px) {
  #private_custmer.index .slick-slide {
    margin: 0 8px;
  }
}

#private_custmer.index .slick-prev {
  left: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#private_custmer.index .slick-next {
  right: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#private_custmer.index .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#private_custmer.index .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#private_custmer.index .slick-dots {
  bottom: -50px;
}

#private_custmer.index .slick-dots li.slick-active button {
  background: #e90505;
}

#private_custmer.index .slick-dots li button {
  background: #d3d3d3;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}

#private_custmer.index .slick-dots li button:before {
  display: none;
}

#private_custmer.index .kv img {
  width: 100%;
}

#private_custmer.index .industry_block {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#private_custmer.index .industry_block .col {
  max-width: calc(100% / 2 - 32px);
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  #private_custmer.index .industry_block .col {
    max-width: 100%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #private_custmer.index .industry_block .col:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

#private_custmer.index .industry_block .col .name {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#private_custmer.index .information .btn {
  text-align: center;
  margin-top: 16px;
}

/* Private Custmer Category
(amateur receiver license_free marin)
======================================================= */
#private_custmer.amateur .kv .slick-slide {
  margin: 0 16px;
}

@media (max-width: 640px) {
  #private_custmer.amateur .kv .slick-slide {
    margin: 0 8px;
  }
}

#private_custmer.amateur .kv .slick-prev {
  left: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#private_custmer.amateur .kv .slick-next {
  right: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#private_custmer.amateur .kv .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#private_custmer.amateur .kv .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#private_custmer.amateur .kv .slick-dots {
  bottom: -50px;
}

#private_custmer.amateur .kv .slick-dots li.slick-active button {
  background: #e90505;
}

#private_custmer.amateur .kv .slick-dots li button {
  background: #d3d3d3;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}

#private_custmer.amateur .kv .slick-dots li button:before {
  display: none;
}

@media (max-width: 640px) {
  #private_custmer.amateur .information {
    display: block;
  }
}

#private_custmer.amateur .information .col {
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  #private_custmer.amateur .information .col {
    max-width: 100%;
  }
}

#private_custmer.amateur .information .btn {
  text-align: center;
  margin-top: 16px;
}

#private_custmer.amateur .relate_contents .slick-slide {
  margin: 0 16px;
}

@media (max-width: 640px) {
  #private_custmer.amateur .relate_contents .slick-slide {
    margin: 0 8px;
  }
}

#private_custmer.amateur .relate_contents .slick-prev {
  left: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#private_custmer.amateur .relate_contents .slick-next {
  right: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#private_custmer.amateur .relate_contents .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#private_custmer.amateur .relate_contents .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#private_custmer.amateur .relate_contents .slick-dots {
  bottom: -50px;
}

#private_custmer.amateur .relate_contents .slick-dots li.slick-active button {
  background: #e90505;
}

#private_custmer.amateur .relate_contents .slick-dots li button {
  background: #d3d3d3;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}

#private_custmer.amateur .relate_contents .slick-dots li button:before {
  display: none;
}

/*amateur end*/
#private_custmer.receiver .kv img {
  width: 100%;
}

@media (max-width: 640px) {
  #private_custmer.receiver .lineup_block .col {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

#private_custmer.receiver .lineup_block .col .outline span {
  display: block;
  font-size: 75%;
}

#private_custmer.receiver .information .btn {
  text-align: center;
  margin-top: 16px;
}

/*receiver end*/
#private_custmer.license_free .headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  #private_custmer.license_free .headline {
    display: block;
  }
}

@media (max-width: 640px) {
  #private_custmer.license_free .headline .link {
    text-align: right;
  }
}

/*license_free end*/
#private_custmer.marin .headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  #private_custmer.marin .headline {
    display: block;
  }
}

@media (max-width: 640px) {
  #private_custmer.marin .headline .link {
    text-align: right;
  }
}

@media (max-width: 640px) {
  #private_custmer.marin .lineup_block .col {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

#private_custmer.marin .lineup_block .col .outline span {
  display: block;
  font-size: 75%;
}

#private_custmer.marin .lineup_block .col .tags {
  margin-bottom: 8px;
}

#private_custmer.marin .lineup_block .col .tags li {
  display: inline-block;
}

@media (max-width: 640px) {
  #private_custmer.marin .lineup_block .col .tags li {
    display: block;
  }
}

#private_custmer.marin .lineup_block .col .tags li span {
  display: inline-block;
  background: #848484;
  font-size: 78.6%;
  color: #ffffff;
  text-align: center;
  padding: 2px 5px;
}

#private_custmer.marin .lineup_block .col .info {
  font-size: 75%;
  margin-bottom: 16px;
}

/*marin end*/
/* Product Index
======================================================= */
#product.index .kv img {
  width: 100%;
}

#product.index .search_block .btn {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 640px) {
  #product.index .tab_contents .col {
    margin: 0 8px 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  #product.index .tab_contents .col:last-of-type {
    border-bottom: none;
  }
  #product.index .tab_contents .col figure {
    width: 100%;
    margin: 0 10px 0 0;
  }
  #product.index .tab_contents .col .detail {
    width: 100%;
    margin: 0 0 0 10px;
  }
  #product.index .tab_contents .col .detail .link {
    font-weight: 500;
    line-height: 1.5;
  }
}

/* Product Detail
======================================================= */
/******************
product_detail.scssに分離
後にマージ予定
******************/
/* Support
======================================================= */
.information .grid_layout_lg {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.information .grid_layout_lg .col {
  max-width: none;
}

@media only screen and (max-width: 1024px) {
  .information .grid_layout_lg {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.information .btn_area,
.information .btn_wrap {
  margin-top: 16px;
  text-align: center;
}

.information .btn_area .btn,
.information .btn_wrap .btn {
  margin: 0 auto;
}

#support.index .kv img {
  width: 100%;
}

#support.index .support_list .col .detail > span {
  font-size: 75%;
}

#support.index .recommend_contents .slick-slide {
  margin: 0 16px;
}

@media (max-width: 640px) {
  #support.index .recommend_contents .slick-slide {
    margin: 0 8px;
  }
}

#support.index .recommend_contents .slick-prev {
  left: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#support.index .recommend_contents .slick-next {
  right: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#support.index .recommend_contents .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#support.index .recommend_contents .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#support.index .recommend_contents .slick-dots {
  bottom: -50px;
}

#support.index .recommend_contents .slick-dots li.slick-active button {
  background: #e90505;
}

#support.index .recommend_contents .slick-dots li button {
  background: #d3d3d3;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}

#support.index .recommend_contents .slick-dots li button:before {
  display: none;
}

.information .col {
  margin-bottom: 32px;
}

@media (max-width: 900px) {
  .information .col {
    max-width: 100%;
  }
}

.information .btn_area {
  margin-top: 16px;
  text-align: center;
}

.inquiry_block {
  background: #b8b8b8;
  font-size: 87.5%;
  padding: 32px 0;
}

.inquiry_block dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .inquiry_block dl {
    display: block;
  }
}

.inquiry_block dt {
  color: #ffffff;
  font-size: 150%;
  font-weight: 500;
  max-width: calc(100% / 3);
  width: 100%;
  text-align: center;
}

@media (max-width: 900px) {
  .inquiry_block dt {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 125%;
  }
}

.inquiry_block dd {
  width: 100%;
  max-width: calc(100% / 3 * 2);
}

@media (max-width: 900px) {
  .inquiry_block dd {
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .inquiry_block dd {
    font-size: 112.5%;
  }
}

.inquiry_block dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px -16px;
}

@media (max-width: 640px) {
  .inquiry_block dd ul {
    display: block;
  }
}

.inquiry_block dd li {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 900px) {
  .inquiry_block dd li {
    padding: 0 4px;
    margin-bottom: 8px;
  }
}

@media (max-width: 640px) {
  .inquiry_block dd li {
    width: 100%;
  }
}

.inquiry_block dd li a {
  background: #ffffff;
  border: none;
  width: 100%;
  padding: 16px 20px;
  border-radius: 50px;
}

@media (max-width: 640px) {
  .inquiry_block dd li a {
    font-size: 75%;
  }
}

/*Company
======================================================= */
#company.index .kv img {
  width: 100%;
}

@media (max-width: 640px) {
  #company.index .company_block .col {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  #company.index .company_block .link_arrow_red_md {
    font-size: 112.5%;
  }
}

@media (max-width: 640px) {
  #company.index .company_block .link_arrow_red_md {
    font-size: 100%;
  }
}

#company.index .customer_block .btn_domestic span {
  background: url(/media/images/common/icon_domestic_btn.png) left center no-repeat;
}

@media (max-width: 640px) {
  #company.index .customer_block .btn_domestic span {
    background-size: 40px;
  }
}

#company.index .customer_block .btn_overseas span {
  background: url(/media/images/common/icon_overseas_btn.png) left center no-repeat;
}

@media (max-width: 640px) {
  #company.index .customer_block .btn_overseas span {
    background-size: 40px;
  }
}

/*Recruit
======================================================= */
#recruit.index .kv img {
  width: 100%;
}

#recruit.index .information .btn {
  text-align: center;
  margin-top: 16px;
}

#recruit.index .customer_block .btn_new_graduates span {
  background: url(/media/images/common/icon_new_graduates_btn.png) left center no-repeat;
}

@media (max-width: 640px) {
  #recruit.index .customer_block .btn_new_graduates span {
    background-size: 40px;
  }
}

#recruit.index .customer_block .btn_career span {
  background: url(/media/images/common/icon_career_btn.png) left center no-repeat;
}

@media (max-width: 640px) {
  #recruit.index .customer_block .btn_career span {
    background-size: 40px;
  }
}

#recruit.index .pickup {
  background: #f0f0f0;
  padding: 48px 0;
}

#recruit.index .pickup .slick-slide {
  margin: 0 16px;
}

@media (max-width: 640px) {
  #recruit.index .pickup .slick-slide {
    margin: 0 8px;
  }
}

#recruit.index .pickup .slick-prev {
  left: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#recruit.index .pickup .slick-next {
  right: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#recruit.index .pickup .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#recruit.index .pickup .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#recruit.index .pickup .slick-dots {
  bottom: -50px;
}

#recruit.index .pickup .slick-dots li.slick-active button {
  background: #e90505;
}

#recruit.index .pickup .slick-dots li button {
  background: #d3d3d3;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}

#recruit.index .pickup .slick-dots li button:before {
  display: none;
}

#recruit.index .recommend_contents .slick-slide {
  margin: 0 16px;
}

@media (max-width: 640px) {
  #recruit.index .recommend_contents .slick-slide {
    margin: 0 8px;
  }
}

#recruit.index .recommend_contents .slick-prev {
  left: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#recruit.index .recommend_contents .slick-next {
  right: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#recruit.index .recommend_contents .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#recruit.index .recommend_contents .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#recruit.index .recommend_contents .slick-dots {
  bottom: -50px;
}

#recruit.index .recommend_contents .slick-dots li.slick-active button {
  background: #e90505;
}

#recruit.index .recommend_contents .slick-dots li button {
  background: #d3d3d3;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}

#recruit.index .recommend_contents .slick-dots li button:before {
  display: none;
}

/*IR
======================================================= */
#ir.index .kv img {
  width: 100%;
}

@media (max-width: 640px) {
  #ir.index .list_layout_lg {
    display: block;
  }
}

@media (max-width: 640px) {
  #ir.index .list_layout_lg .col {
    max-width: calc(100% - 16px);
  }
}

#ir.index .information .info_block li {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#ir.index .information .info_block li .entry {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
}

#ir.index .information .btn_box {
  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;
  margin-top: 16px;
}

@media (max-width: 640px) {
  #ir.index .information .btn_box {
    margin: 12px -8px 0;
  }
}

#ir.index .information .btn_box .btn {
  margin: 0 10px;
}

@media (max-width: 640px) {
  #ir.index .information .btn_box .btn {
    width: calc(100% / 2 - 16px);
  }
}

@media (max-width: 640px) {
  #ir.index .information .btn_box .btn > a {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #ir.index .ir_image img {
    width: 100%;
    margin-bottom: 30px;
  }
}

#ir.index .list_layout .link_arrow_red {
  padding-right: 25px;
}

@media (max-width: 900px) {
  #ir.index .list_layout .link_arrow_red {
    font-size: 87.5%;
  }
}

@media (max-width: 640px) {
  #ir.index .list_layout .link_arrow_red {
    font-size: 75%;
    letter-spacing: -0.2em;
  }
}

/* modules
==================================*/
#modules.index .atoms > .title, #modules.index .moleules > .title, #modules.index .others > .title {
  background: #808080;
  color: #ffffff;
  font-size: 125%;
  margin-bottom: 32px;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 640px) {
  #modules.index .atoms > .title, #modules.index .moleules > .title, #modules.index .others > .title {
    font-size: 87.5%;
  }
}

#modules.index .atoms .parts_block hr, #modules.index .moleules .parts_block hr, #modules.index .others .parts_block hr {
  background: #b8b8b8;
  height: 1px;
  margin: 64px 0;
  border: none;
}

@media (max-width: 640px) {
  #modules.index .atoms .parts_block hr, #modules.index .moleules .parts_block hr, #modules.index .others .parts_block hr {
    margin: 32px 0;
  }
}

#modules.index .atoms .parts_block .headline, #modules.index .moleules .parts_block .headline, #modules.index .others .parts_block .headline {
  font-size: 257.1%;
  font-weight: bold;
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 640px) {
  #modules.index .atoms .parts_block .headline, #modules.index .moleules .parts_block .headline, #modules.index .others .parts_block .headline {
    font-size: 125%;
  }
}

#modules.index .atoms .parts_block .headline span, #modules.index .moleules .parts_block .headline span, #modules.index .others .parts_block .headline span {
  display: block;
}

#modules.index .atoms .parts_block .dummy_content, #modules.index .moleules .parts_block .dummy_content, #modules.index .others .parts_block .dummy_content {
  min-height: 120px;
  width: 1096px;
  background: #e8e8e8;
}

@media (max-width: 640px) {
  #modules.index .atoms .parts_block .dummy_content, #modules.index .moleules .parts_block .dummy_content, #modules.index .others .parts_block .dummy_content {
    width: 100%;
  }
}

#modules.index .atoms .grid_system > div, #modules.index .moleules .grid_system > div, #modules.index .others .grid_system > div {
  margin-bottom: 12px;
}

#modules.index .atoms .color_block li, #modules.index .moleules .color_block li, #modules.index .others .color_block li {
  display: inline-block;
  margin-right: 24px;
  width: 60px;
  text-align: center;
}

@media (max-width: 640px) {
  #modules.index .atoms .color_block li, #modules.index .moleules .color_block li, #modules.index .others .color_block li {
    margin-right: 12px;
  }
}

#modules.index .atoms .color_block li span, #modules.index .moleules .color_block li span, #modules.index .others .color_block li span {
  display: inline-block;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

@media (max-width: 640px) {
  #modules.index .atoms .color_block li span, #modules.index .moleules .color_block li span, #modules.index .others .color_block li span {
    width: 32px;
    height: 32px;
  }
}

#modules.index .atoms .color_block li p, #modules.index .moleules .color_block li p, #modules.index .others .color_block li p {
  display: inline-block;
}

#modules.index .atoms .icon_block > div, #modules.index .moleules .icon_block > div, #modules.index .others .icon_block > div {
  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;
}

#modules.index .atoms .icon_block > div > span, #modules.index .moleules .icon_block > div > span, #modules.index .others .icon_block > div > span {
  margin-right: 12px;
}

@media (max-width: 640px) {
  #modules.index .atoms .title_block, #modules.index .atoms .text_block, #modules.index .atoms .icon_block, #modules.index .moleules .title_block, #modules.index .moleules .text_block, #modules.index .moleules .icon_block, #modules.index .others .title_block, #modules.index .others .text_block, #modules.index .others .icon_block {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  #modules.index .atoms .moleules .grid_layout_md, #modules.index .moleules .moleules .grid_layout_md, #modules.index .others .moleules .grid_layout_md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 640px) {
  #modules.index .atoms .moleules .grid_layout_md .col, #modules.index .moleules .moleules .grid_layout_md .col, #modules.index .others .moleules .grid_layout_md .col {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  #modules.index .atoms .link_block, #modules.index .moleules .link_block, #modules.index .others .link_block {
    max-width: 100%;
  }
}

#modules.index .atoms .link_block .btn, #modules.index .moleules .link_block .btn, #modules.index .others .link_block .btn {
  margin-bottom: 12px;
}

@media (max-width: 640px) {
  #modules.index .atoms .tag_block, #modules.index .moleules .tag_block, #modules.index .others .tag_block {
    max-width: 100%;
  }
}

#modules.index .atoms .tag_block .tag, #modules.index .moleules .tag_block .tag, #modules.index .others .tag_block .tag {
  margin-bottom: 12px;
}

@media (max-width: 640px) {
  #modules.index .atoms .function_block, #modules.index .moleules .function_block, #modules.index .others .function_block {
    max-width: 100%;
  }
}

#modules.index .atoms .function_block > div, #modules.index .moleules .function_block > div, #modules.index .others .function_block > div {
  margin-bottom: 12px;
}

#modules.index .atoms .customer_block.wrap, #modules.index .moleules .customer_block.wrap, #modules.index .others .customer_block.wrap {
  width: 100%;
}

@media (max-width: 640px) {
  #modules.index .atoms .moleules > .wrap, #modules.index .moleules .moleules > .wrap, #modules.index .others .moleules > .wrap {
    width: 100%;
  }
  #modules.index .atoms .slider_block > .wrap, #modules.index .moleules .slider_block > .wrap, #modules.index .others .slider_block > .wrap {
    width: 100%;
  }
  #modules.index .atoms .flex_direction_column_md .col, #modules.index .moleules .flex_direction_column_md .col, #modules.index .others .flex_direction_column_md .col {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-bottom: solid 1px #b8b8b8;
    padding: 32px 8px;
  }
}

#beacon.index .title_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#beacon.index .cat_kv {
  margin-bottom: 1em;
}

#beacon.index .cat_kv img {
  width: 100%;
}

#beacon.index .cat_lead {
  margin-bottom: 1em;
}

#beacon.index .cat_lead p + p {
  margin-top: 1em;
}

#beacon.index .cat_kv + .news_release, #beacon.index .cat_lead + .news_release {
  border-top: solid 1px #e8e8e8;
  margin-top: 3em;
}

.news_list dl .dl_set + .dl_set {
  border-top: solid 1px #e8e8e8;
  padding-top: 1em;
  margin-top: 1em;
}

.news_list dl .dl_set dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5em;
}

.news_list dl .dl_set dt span {
  display: block;
}

.news_list dl .dl_set dt span.cat {
  border: solid 1px #808080;
  font-size: 75%;
  text-align: center;
  margin-left: 1em;
  padding: 5px 1em;
}

.news_list dl .dl_set dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 1em;
}

.news_list dl .dl_set dd a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

.news_list dl .dl_set dd a span {
  display: block;
  line-height: 1.2;
}

.news_list dl .dl_set dd a span.time {
  color: #808080;
  font-family: 'Roboto', sans-serif;
  margin-right: 1em;
}

@media only screen and (min-width: 1025px) {
  .news_list dl .dl_set dd a span.time + span:hover {
    text-decoration: underline;
  }
}

.beacon_import strong {
  display: block;
  font-size: 150%;
  line-height: 1.3;
  margin-top: 3em;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .beacon_import strong {
    font-size: 125%;
  }
}

.beacon_import .photo_comment {
  display: block;
  font-size: 75%;
  line-height: 1.5;
  position: relative;
  margin-top: -5px;
  padding-left: 1em;
}

.beacon_import .photo_comment:before {
  content: '▲';
  position: absolute;
  left: 0;
}

.page_control {
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .page_control {
    margin-top: 2em;
  }
}

.page_control ul {
  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;
  height: 1.5em;
  position: relative;
}

.page_control ul li {
  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;
  line-height: 1.5;
}

.page_control ul li a {
  display: block;
}

.page_control ul li.prev, .page_control ul li.next {
  top: 0;
  position: absolute;
}

.page_control ul li.prev {
  left: 0;
}

.page_control ul li.prev:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  position: relative;
  top: 1px;
  margin-right: .3em;
}

.page_control ul li.cat {
  position: static;
}

.page_control ul li.next {
  right: 0;
}

.page_control ul li.next:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: relative;
  top: 1px;
  margin-left: .3em;
}

.pagination {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .pagination {
    font-size: 75%;
  }
}

.pagination ul {
  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;
  margin: 0 -5px;
}

.pagination ul li {
  line-height: 1;
  padding: 0 5px;
}

.pagination ul li a, .pagination ul li span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.3em;
}

.pagination ul li a, .pagination ul li.current span {
  border: solid 1px #b8b8b8;
  text-decoration: none;
  padding: .5em .8em;
}

.pagination ul li.prev a:before, .pagination ul li.next a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination ul li.prev a:before {
  content: "\f053";
}

.pagination ul li.next a:before {
  content: "\f054";
}

@media only screen and (min-width: 1025px) {
  .pagination ul li a:hover {
    background-color: #e90505;
    color: #fff;
  }
}

.pagination ul li.current span {
  background-color: #e90505;
  color: #fff;
}

#download.result .selected {
  margin-bottom: 1em;
}

#download.result .selected ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

#download.result .selected ul li {
  padding: 0 5px;
}

#download.result .selected ul li + li:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: .5em;
}

@media only screen and (max-width: 640px) {
  #download.result table th, #download.result table td {
    display: block;
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #download .tab_change .tab_contents {
    padding-top: 0;
  }
}

#download form {
  display: block;
  overflow: hidden;
}

#download form > p {
  margin-bottom: 1em;
}

#download form > p .sup {
  font-size: 75%;
}

#download form .btn {
  margin: 2em auto 0;
  width: 200px;
  text-decoration: none;
}

#download .search_product p {
  text-align: center;
  margin-bottom: 1em;
}

#download .pagination {
  margin-bottom: 3em;
}

#download #download_result .table_wrap + p,
#download #download_result table + p {
  margin-top: 1em;
}

#download #download_result.manual_result table th:first-child {
  width: 30%;
}

.download_refine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

@media only screen and (max-width: 900px) {
  .download_refine {
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 400%;
  }
  .download_refine.select3 {
    width: 300%;
  }
}

.download_refine .refine_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0 10px;
}

@media only screen and (max-width: 900px) {
  .download_refine .refine_cont {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    padding: 0;
  }
}

.download_refine .refine_cont:first-child {
  position: relative;
  z-index: 1;
}

.download_refine .refine_cont:nth-child(2) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}

@media only screen and (max-width: 900px) {
  .download_refine .refine_cont:nth-child(2).view {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .download_refine .refine_cont:nth-child(2).view .title:before {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    color: #e90505;
    margin-right: .3em;
  }
}

.download_refine .refine_cont:nth-child(3) {
  z-index: 3;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 900px) {
  .download_refine .refine_cont:nth-child(3).view {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  .download_refine .refine_cont:nth-child(3).view .title:before {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    color: #e90505;
    margin-right: .3em;
  }
}

.download_refine .refine_cont:nth-child(4) {
  z-index: 4;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 900px) {
  .download_refine .refine_cont:nth-child(4).view {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  .download_refine .refine_cont:nth-child(4).view .title:before {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    color: #e90505;
    margin-right: .3em;
  }
}

@media only screen and (max-width: 900px) {
  .download_refine .refine_cont:nth-child(5).view {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%);
  }
  .download_refine .refine_cont:nth-child(5).view .title:before {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    color: #e90505;
    margin-right: .3em;
  }
}

.download_refine .search_form_block {
  border: solid 1px #b8b8b8;
  width: 100%;
}

.download_refine .search_form_block .title {
  border: none;
  border-bottom: solid 1px #b8b8b8;
}

.download_refine .search_form_block .contents {
  border: none;
  padding: 1em 0;
}

.download_refine .search_form_block .contents ul li {
  line-height: 1.3;
  position: relative;
}

.download_refine .search_form_block .contents ul li input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.download_refine .search_form_block .contents ul li input[type=checkbox]:checked + label {
  background-color: #e90505;
  color: #fff;
  position: relative;
}

.download_refine .search_form_block .contents ul li input[type=checkbox]:checked + label:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.download_refine .search_form_block .contents ul li input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  opacity: 0.5;
}

.download_refine .search_form_block .contents ul li label {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: block;
  padding: .3em 1.5em;
}

.faq_block .faq_set + .faq_set {
  margin-top: 30px;
  border-top: solid 1px #e8e8e8;
  padding-top: 1.8em;
  margin-top: 1.5em;
}

.faq_block .faq_set h4 {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: .8em;
}

.faq_block .faq_set > dl > dt, .faq_block .faq_set > dl > dd {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 640px) {
  .faq_block .faq_set > dl > dt, .faq_block .faq_set > dl > dd {
    line-height: 1.5;
    padding-left: 34px;
  }
}

.faq_block .faq_set > dl > dt:before, .faq_block .faq_set > dl > dd:before {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .faq_block .faq_set > dl > dt:before, .faq_block .faq_set > dl > dd:before {
    top: 0;
    font-size: 23px;
  }
}

.faq_block .faq_set > dl > dt {
  margin-bottom: 15px;
}

.faq_block .faq_set > dl > dt:before {
  content: 'Q.';
  color: #b8b8b8;
  top: -1px;
}

.faq_block .faq_set > dl > dt + dd {
  overflow: hidden;
}

.faq_block .faq_set > dl > dd:before {
  content: 'A.';
  color: #e90505;
  top: 0;
  left: 1px;
}

@media only screen and (max-width: 640px) {
  .faq_block .faq_set > dl > dd:before {
    top: 0;
    left: 0;
  }
}

.faq_block .faq_set > dl > dd > .faq_info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 2em;
  margin-left: -40px;
}

@media only screen and (max-width: 640px) {
  .faq_block .faq_set > dl > dd > .faq_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -34px;
  }
}

.faq_block .faq_set > dl > dd > .faq_info > dl {
  color: #b8b8b8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 87.5%;
}

@media only screen and (max-width: 640px) {
  .faq_block .faq_set > dl > dd > .faq_info > dl {
    width: 100%;
  }
}

.faq_block .faq_set > dl > dd > .faq_info > dl > dt:after {
  content: ':';
}

.faq_block .faq_set > dl > dd > .faq_info > dl > dd + dt {
  margin-left: 1em;
}

.faq_block .faq_set > dl > dd > .faq_info > dl + .good {
  margin: 0 1em 0 0;
}

@media only screen and (max-width: 640px) {
  .faq_block .faq_set > dl > dd > .faq_info > dl + .good {
    margin: .5em 0 0 0;
  }
}

.faq_block .faq_set > dl > dd > .faq_info .good {
  font-size: 75%;
  padding: 0 2.5em 0 2em;
}

@media only screen and (max-width: 640px) {
  .faq_block .faq_set > dl > dd > .faq_info .good {
    margin: .5em 0 0;
  }
}

.faq_block .faq_set > dl > dd > .faq_info .good:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  width: auto;
  height: auto;
  content: "\f087";
  color: #e90505;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq_block .faq_set > dl > dd > .faq_info .good.checked {
  background-color: #c0c0c0;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.faq_block .faq_set > dl > dd > .faq_info .good.checked:after {
  content: "\f00c";
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .faq_block .faq_set > dl > dd > .faq_info .good:hover:after {
    color: #fff;
  }
}

.result_area .result_set + .result_set {
  border-top: dotted 1px #e8e8e8;
  padding-top: 1.3em;
  margin-top: 1.5em;
}

.result_area .result_set strong {
  color: #e90505;
}

.result_area a {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .result_area a:hover h2 {
    text-decoration: underline;
  }
}

.result_area h2 {
  line-height: 1.3;
}

.result_area .url {
  color: #006621;
}

#side_menu {
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  #side_menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    border-left: solid 1px #e0e0e0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 131px;
    right: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    top: 61px;
    height: calc(100% - 61px);
    z-index: 1000;
    max-width: 100%;
  }
  #side_menu.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #side_menu.open #side_close:before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 640px) {
  #side_menu {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  #side_menu #side_close {
    background-color: #282828;
    cursor: pointer;
    width: 30px;
    position: relative;
  }
  #side_menu #side_close:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
}

@media only screen and (max-width: 640px) {
  #side_menu #side_close {
    width: 50px;
  }
}

#side_menu #side_cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

#side_menu #side_cont h3 a {
  background-color: #282828;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  padding: 1em 1.5em 1em 20px;
}

@media only screen and (min-width: 1025px) {
  #side_menu #side_cont h3 a:hover {
    opacity: 0.8;
  }
}

#side_menu #side_cont .menu {
  height: 100%;
}

#side_menu #side_cont .menu > ul {
  height: 90%;
  padding-bottom: 3em;
}

@media only screen and (max-width: 900px) {
  #side_menu #side_cont .menu > ul {
    overflow-y: auto;
  }
}

#side_menu #side_cont .menu > ul > li {
  border-bottom: solid 1px #b8b8b8;
}

#side_menu #side_cont .menu > ul > li > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding: .5em 20px;
}

#side_menu #side_cont .menu > ul > li > a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  color: #e90505;
  margin-left: 1em;
}

#side_menu #side_cont .menu > ul > li > a._JsAco:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#side_menu #side_cont .menu > ul > li > a._JsAco.open:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (min-width: 1025px) {
  #side_menu #side_cont .menu > ul > li > a:hover {
    background-color: #e90505;
    color: #fff;
  }
  #side_menu #side_cont .menu > ul > li > a:hover:after {
    color: #fff;
  }
}

#side_menu #side_cont .menu > ul > li > ul {
  border-top: solid 1px #b8b8b8;
  display: none;
  padding-left: 20px;
}

#side_menu #side_cont .menu > ul > li > ul > li + li {
  border-top: dotted 1px #e8e8e8;
}

#side_menu #side_cont .menu > ul > li > ul > li a {
  display: block;
  padding: .3em 1em;
}

@media only screen and (min-width: 901px) {
  #beacon .main_title.link .menu_btn a {
    display: none;
  }
}

#beacon.detail .main_title.link .menu_btn {
  bottom: 1em;
}

@media only screen and (max-width: 900px) {
  #beacon .col2_cont {
    display: block;
    height: 100%;
  }
}

#beacon .col2_cont .side {
  width: 290px;
}

@media only screen and (max-width: 900px) {
  #beacon .col2_cont .side {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

#os table thead th {
  text-align: center;
}

#os table thead th:nth-child(2) {
  width: 8em;
}

#os table.bit2 tbody td:nth-child(2), #os table.bit2 tbody td:nth-child(3) {
  text-align: center;
}

#os table tbody td:nth-child(2) {
  text-align: center;
}

#os .sup {
  margin-top: 1em;
  font-size: 87.5%;
}

#introduction .slider_block {
  background: none;
  margin-top: 0;
  padding: 0;
}

#introduction .slick .slick_anime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  opacity: 1;
  margin: 0 -16px -32px;
}

@media only screen and (max-width: 1024px) {
  #introduction .slick .slick_anime {
    margin: 0 -8px -16px;
  }
}

@media only screen and (max-width: 900px) {
  #introduction .slick .slick_anime {
    margin: 0 -16px -32px;
  }
}

@media only screen and (max-width: 800px) {
  #introduction .slick .slick_anime {
    margin: 0 -8px -16px;
  }
}

#introduction .slick .slick_anime .entry.item {
  width: 33.3333333%;
  padding: 0 16px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  #introduction .slick .slick_anime .entry.item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 900px) {
  #introduction .slick .slick_anime .entry.item {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 800px) {
  #introduction .slick .slick_anime .entry.item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 640px) {
  #introduction .slick .slick_anime .entry.item {
    width: 100%;
  }
}

#introduction .slick .slick_anime .entry.item a {
  border: 1px #e8e8e8 solid;
}

@media only screen and (max-width: 1024px) {
  #introduction .slick .slick_anime .entry.item .detail .logo_mark {
    width: 60px;
  }
}

@media only screen and (max-width: 900px) {
  #introduction .slick .slick_anime .entry.item .detail .logo_mark {
    width: auto;
  }
}

@media only screen and (max-width: 800px) {
  #introduction .slick .slick_anime .entry.item .detail .logo_mark {
    width: 60px;
    padding-right: 0;
  }
}

.gmap_api #map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gmap_api #map .baloon * {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  word-break: break-all;
  word-wrap: break-word;
}

.gmap_api #map .baloon a {
  display: block;
}

.gmap_api #map .baloon span {
  display: block;
}

.gmap_api #map .baloon span.title {
  font-size: 112.5%;
  font-weight: bold;
}

#search.result .search_form_block {
  margin-top: 5em;
}

@media only screen and (max-width: 640px) {
  #search.result .search_form_block {
    margin-top: 3em;
  }
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.order .order_type {
  margin-left: 1em;
}

.order_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order_type li + li:before {
  content: '/';
  margin: 0 5px;
}

.order_type li.active a {
  color: #e90505;
  text-decoration: underline;
}

.archive_list .list_wrap {
  overflow: hidden;
  position: relative;
}

.archive_list .list_wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #d5d5d5;
  display: block;
  width: 100%;
  border-radius: 100px;
  white-space: nowrap;
  padding: 8px 3em 8px 2em;
}

.archive_list .list_wrap select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 640px) {
  .archive_list .list_wrap select {
    padding: 3px 2em 3px 1.5em;
    -webkit-transform: translate(5px, 2px) scale(0.9);
            transform: translate(5px, 2px) scale(0.9);
  }
}

@media only screen and (max-width: 400px) {
  .archive_list .list_wrap select {
    -webkit-transform: translate(10px, 2px) scale(0.8);
            transform: translate(10px, 2px) scale(0.8);
    padding: 3px 2em 3px 1em;
  }
}

.archive_list .list_wrap:after {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #e90505;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .archive_list .list_wrap:after {
    margin-top: 2px;
    right: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .archive_list .list_wrap:after {
    right: 10px;
  }
}

.archive_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1px -10px;
}

.archive_list ul li {
  border-left: solid 1px #e8e8e8;
  margin-bottom: 10px;
}

.archive_list ul li.active a {
  color: #e90505;
  text-decoration: underline;
}

.archive_list ul li a {
  display: block;
  padding: 0 1em;
}

.discon_title {
  background: #2b292a;
  padding: .8em 1.5em;
  margin: 0 0 1em;
}

.discon_title p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .discon_title p {
    display: block;
  }
}

.discon_title p strong {
  margin-right: 1em;
}

@media only screen and (max-width: 640px) {
  .discon_title p strong {
    display: block;
    margin-right: 0;
  }
}

.discon_title p span {
  font-size: 90%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.simple {
  font-weight: bold;
  font-size: 75%;
  font-weight: bold;
}

p.simple + p {
  margin-top: .8em;
}

/* 追記 2021.11.09 Ota
================================================================================ */
/*  Professional Use / Personal Use
    下層部スライダー
========================================*/
#professional_use .recommend_contents .slick-slide, #personal_use .recommend_contents .slick-slide,
#products_category .recommend_contents .slick-slide {
  margin: 0 16px;
}

@media (max-width: 640px) {
  #professional_use .recommend_contents .slick-slide, #personal_use .recommend_contents .slick-slide,
  #products_category .recommend_contents .slick-slide {
    margin: 0 8px;
  }
}

#professional_use .recommend_contents .slick-prev, #personal_use .recommend_contents .slick-prev,
#products_category .recommend_contents .slick-prev {
  left: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#professional_use .recommend_contents .slick-next, #personal_use .recommend_contents .slick-next,
#products_category .recommend_contents .slick-next {
  right: calc(50% - (1096px / 2) - 45px);
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#professional_use .recommend_contents .slick-prev:before, #personal_use .recommend_contents .slick-prev:before,
#products_category .recommend_contents .slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

#professional_use .recommend_contents .slick-next:before, #personal_use .recommend_contents .slick-next:before,
#products_category .recommend_contents .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

/* Product_category 調整
========================================*/
#products_category .recommend_slide {
  margin-bottom: 64px;
}

#products_category .selectbox {
  position: relative;
  display: inline-block;
}

#products_category .selectbox select {
  border: 1px solid #B8B8B8;
  border-radius: 20px;
  color: #808080;
  width: 250px;
  height: 40px;
  padding: 0px 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#products_category .selectbox select::-ms-expand {
  display: none;
}

#products_category .selectbox::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 7px;
  height: 7px;
}

/* News_detail 調整
========================================*/
#news .news_detail_title, #news_detail .news_detail_title {
  border-bottom: 1px solid #CCCCCC;
}

#news .news_detail_thumb, #news_detail .news_detail_thumb {
  margin-top: 24px;
  margin-bottom: 42px;
}

#news .news_detail_thumb img, #news_detail .news_detail_thumb img {
  margin: 0 auto;
}

@media (max-width: 640px) {
  #news .news_detail_movie img, #news_detail .news_detail_movie img {
    margin: 0 auto;
  }
}

#news .news_detail_list ul, #news_detail .news_detail_list ul {
  margin-left: 24px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 640px) {
  #news .news_detail_list ul, #news_detail .news_detail_list ul {
    margin-bottom: 22px;
  }
}

#news .news_detail_list ul li, #news_detail .news_detail_list ul li {
  list-style: disc;
  padding-left: 0.5em;
}

#news .news_morelink, #news_detail .news_morelink {
  margin: 32px 0;
}

#news .news_morelink a, #news_detail .news_morelink a {
  font-size: 87.5%;
}

#news .news_detail_pager, #news_detail .news_detail_pager {
  margin-top: 126px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Support 調整
========================================*/
@media only screen and (max-width: 640px) {
  #support .list_layout .col {
    padding: 24px 0px;
    border-bottom: 1px solid #cccccc;
    margin-top: 0;
  }
  #support .list_layout .col:last-child {
    border-bottom: none;
  }
}

#support .list_layout .detail {
  margin-right: 10px;
}

#support .list_layout .detail .link_arrow_red_md::after {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transition: transformX(-50%);
  transition: transformX(-50%);
}

#support .list_layout .detail a {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.3;
}

#support .list_layout .detail a span {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  #support .list_layout .detail a span {
    display: inline-block;
  }
}
/*# sourceMappingURL=lower.css.map */