@charset "UTF-8";
.u-display--inline {
  display: inline;
}
.u-display--block {
  display: block;
}
.u-display--none {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .u-display-xl--inline {
    display: inline;
  }
  .u-display-xl--block {
    display: block;
  }
  .u-display-xl--none {
    display: none;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .u-display-lg--inline {
    display: inline;
  }
  .u-display-lg--block {
    display: block;
  }
  .u-display-lg--none {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .u-display-md--inline {
    display: inline;
  }
  .u-display-md--block {
    display: block;
  }
  .u-display-md--none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-sm--inline {
    display: inline;
  }
  .u-display-sm--block {
    display: block;
  }
  .u-display-sm--none {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .u-display-xs--inline {
    display: inline;
  }
  .u-display-xs--block {
    display: block;
  }
  .u-display-xs--none {
    display: none;
  }
}
.c-news-partial {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-bottom: 112px;
}
.c-news-partial .newsCon{
	display:none;
}
.c-news-partial__header {
  margin-bottom: 40px;
}
.c-news-partial__header-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  color: #333333;
}
.c-news-partial__header-title--big {
  margin-right: 16px;
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
}
.c-news-partial__header-title--small {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.c-news-partial__header-title--small a{
	font-size:1.5rem;
	color:#333333;
	font-weight: 300;
	letter-spacing: .08rem;
	white-space:nowrap;
	text-decoration:none;
}
.c-news-partial__header-title--small a.active{
	color:#005eb8
}
.c-news-partial__header-title--small em{
	padding:0 15px;
	color:#005eb8;
}

.c-news-partial__link-box {
  position: absolute;
  right: 40px;
  bottom: -1px;
}
.c-news-partial__link {
  position: relative;
  -webkit-transition: .3s;
  -transition: .3s;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-decoration: none;
}
.c-news-partial__link:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/html2014/2020/assets/img/arrow_button_gray_right.svg) no-repeat center center;
}
.c-news-partial__link:hover {
  opacity: .7;
}
.c-news-partial .informationArea .sectionBody > .clrF {
  display: none;
}
.c-news-partial .time-line-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: #E6E6E6 solid 1px;
}
.c-news-partial .time-line-list dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 244px;
  box-sizing: border-box;
  padding: 16px 0 16px 16px;
  border-bottom: #E6E6E6 solid 1px;
}
.c-news-partial .time-line-list dt .news_label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 158px;
  height: 20px;
  margin-right: 24px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .04rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #005EB8;
}
.c-news-partial .time-line-list dt span {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  padding-right:10px;
}
.c-news-partial .time-line-list dd {
  width: calc(100% - 244px);
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
}
.c-news-partial .time-line-list dd a {
  color: #333333;
  text-decoration: none;
}
.c-news-partial .time-line-list dd a:hover {
  opacity: .7;
}
.c-news-partial #rssFeed {
  margin-top: 16px;
  font-size: 1.1rem;
  line-height: 1.45;
  letter-spacing: .04rem;
}
.c-news-partial #rssFeed a {
  color: #333333;
  text-decoration: none;
}
.c-news-partial #rssFeed a:hover {
  opacity: .7;
}
.c-news-partial #rssFeed img {
  position: relative;
  top: -4px;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  vertical-align: bottom;
}

/* Notice: firefox調整 */
@-moz-document url-prefix() {
  .c-news-partial #rssFeed img {
    top: -5px;
    margin-left: 6px;
  }
}
/* Notice: IE11調整 */
_:-ms-lang(x)::-ms-backdrop #rssFeed img, .c-news-partial #rssFeed img {
  top: -6px;
  margin-left: 6px;
}

/* Notice: Edge調整 */
_:-ms-lang(x)::backdrop #rssFeed img, .c-news-partial #rssFeed img {
  top: -6px;
  margin-left: 6px;
}

/* Notice:Tablet */
@media only screen and (max-width: 1079px) {
  .c-news-partial .time-line-list dt span{
    padding-right:0;
  }
  .c-news-partial {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 96px;
    padding-bottom: 96px;
  }
  .c-news-partial__header {
    margin-bottom: 24px;
  }
  .c-news-partial__header-title--big {
    margin-right: 8px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .c-news-partial__header-title--small {
    font-size: 1.1rem;
    line-height: 1.35;
    letter-spacing: .04rem;
  }
  .c-news-partial__link-box {
    right: auto;
    bottom: 0;
    left: calc(50% + 15px);
  }
  .c-news-partial__link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 240px;
    height: 56px;
    box-sizing: border-box;
    padding-right: 0;
    border: #E6E6E6 solid 1px;
  }
  .c-news-partial__link:after {
    display: none;
  }
  .c-news-partial .time-line-list {
    display: block;
  }
  .c-news-partial .time-line-list dt {
    width: 100%;
    padding: 8px 0;
    border-bottom: none;
  }
  .c-news-partial .time-line-list dt .news_label {
    margin-right: auto;
  }
  .c-news-partial .time-line-list dd {
    width: 100%;
    padding: 0 0 5px;
  }
  .c-news-partial #rssFeed {
    position: absolute;
    right: calc(50% + 49px);
    bottom: 17px;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .c-news-partial #rssFeed img {
    top: -5px;
    width: 12px;
    height: 12px;
    vertical-align: bottom;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .c-news-partial {
    padding-bottom: 158px;
  }
  .c-news-partial__header-title--small {
    position: relative;
    top: -1px;
  }
  .c-news-partial__link-box {
    bottom: 62px;
    left: 50%;
    margin-left: -120px;
  }
  .c-news-partial #rssFeed {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.c-contact-partial {
  margin-bottom: 144px;
}
.c-contact-partial__title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  color: #333333;
  text-align: center;
}
.c-contact-partial__hours {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-align: center;
}
.c-contact-partial__method {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-contact-partial__tel {
  margin-right: 64px;
}
.c-contact-partial__tel-title {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-align: center;
}
.c-contact-partial__tel-num {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  position: relative;
  padding-bottom: 24px;
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
  color: #333333;
  text-align: center;
}
.c-contact-partial__tel-goro01, .c-contact-partial__tel-goro02 {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  position: absolute;
  bottom: 0;
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.45;
  letter-spacing: .04rem;
}
.c-contact-partial__tel-goro01 {
  right: 73px;
}
.c-contact-partial__tel-goro02 {
  right: 6px;
}
.c-contact-partial__tel-attention {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.1rem;
  color: #999999;
  line-height: 1.45;
  letter-spacing: .04rem;
  text-align: center;
}
.c-contact-partial__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 218px;
  height: 56px;
  box-sizing: border-box;
  border: #005EB8 solid 1px;
  font-size: 1.4rem;
  color: #005EB8;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-decoration: none;
}
.c-contact-partial__link span.online{
	padding-left:40px;
	background:url(../images/common/ICON_online.png) no-repeat left center;
	line-height:56px;
}

.c-contact-partial__link:hover {
  background-color: rgba(0, 94, 184, 0.04);
}

/* Notice:Tablet */
@media only screen and (max-width: 1079px) {
  .c-contact-partial {
    margin-bottom: 96px;
  }
  .c-contact-partial__tel {
    margin-right: 40px;
  }
}
/* Notice:SP-375 */
@media only screen and (max-width: 767px) {
  .c-contact-partial__method {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px;
    margin: 0 auto;
  }
  .c-contact-partial__tel {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .c-contact-partial__link {
    width: 240px;
    margin: 0 auto;
  }
}
/**
 * Usage:
 * フォントのスタイルを定義するプロパティセット
 */
/**
 * Usage:
 * 一部のみ角丸にする場合に用いるプロパティセット
 */
.p-scroll-slider__header {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 48px;
}
.p-scroll-slider__header-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: auto;
  color: #333333;
}
.p-scroll-slider__header-title--big {
  margin-right: 16px;
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
}
.p-scroll-slider__header-title--small {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  position: relative;
  top: -1px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-scroll-slider__header-link {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  position: relative;
  transition: .3s opacity;
  padding-right: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-decoration: none;
}
.p-scroll-slider__header-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background: url(/html2014/2020/assets/img/arrow_button_gray_right.svg) no-repeat center center;
}
.p-scroll-slider__header-link.is-hover:hover {
  opacity: .7;
}
.p-scroll-slider__outer {
  position: relative;
}
.p-scroll-slider__list {
  margin-bottom: 20px !important;
}
.p-scroll-slider__item {
  width: 298px;
}
.p-scroll-slider__link {
  position: relative;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}
.p-scroll-slider__link:hover {
  opacity: .7;
}
.p-scroll-slider__img-box {
  position: relative;
  margin-bottom: 8px;
  /* Notice: 画像に枠線必要な場合追加 */
  /*
  &:after {
      content: "";
      
      position: absolute;
      left: 0;
      top: 0;
      
      display: block;
      
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: $color-area-1 solid 1px;
  }
  */
}
.p-scroll-slider__img {
  width: 298px;
  height: auto;
  vertical-align: bottom;
}
.p-scroll-slider__txt {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
}
.p-scroll-slider .p-scroll-slider__scrollbar {
  position: relative;
  bottom: -6px;
  left: 50%;
  width: 400px;
  height: 30px;
  margin-left: -200px;
  box-sizing: border-box;
  padding-top: 14px;
  border-radius: 0;
  background: none;
}
.p-scroll-slider .p-scroll-slider__scrollbar:hover {
  cursor: pointer;
}
.p-scroll-slider .p-scroll-slider__scrollbar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #E6E6E6;
}
.p-scroll-slider .p-scroll-slider__scrollbar .swiper-scrollbar-drag {
  position: relative;
  z-index: 1;
  border-radius: 0;
  height: 2px;
  background-color: #005EB8;
}
.p-scroll-slider .p-scroll-slider__button-prev,
.p-scroll-slider .p-scroll-slider__button-next {
  top: 45px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 0;
  width: 40px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 16px auto;
}
.p-scroll-slider .p-scroll-slider__button-prev:hover,
.p-scroll-slider .p-scroll-slider__button-next:hover {
  opacity: .7;
}
.p-scroll-slider .p-scroll-slider__button-prev.swiper-button-disabled,
.p-scroll-slider .p-scroll-slider__button-next.swiper-button-disabled {
  opacity: 0;
}
.p-scroll-slider .p-scroll-slider__button-prev {
  left: 0;
}
.p-scroll-slider .p-scroll-slider__button-next {
  right: 0;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-scroll-slider__header {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .p-scroll-slider__header-title--big {
    margin-right: 8px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-scroll-slider__header-title--small {
    font-size: 1.1rem;
    line-height: 1.35;
    letter-spacing: .04rem;
  }
  .p-scroll-slider__item {
    width: 295px;
  }
  .p-scroll-slider__img {
    width: 295px;
  }
  .p-scroll-slider .p-scroll-slider__scrollbar {
    width: 280px;
    margin-left: -140px;
  }
  .p-scroll-slider .p-scroll-slider__button-prev,
  .p-scroll-slider .p-scroll-slider__button-next {
    display: none;
  }
}
/* Notice: SP-320 */
@media only screen and (max-width: 374px) {
  .p-scroll-slider__header-link {
    -webkit-transition: none;
    transition: none;
    overflow: hidden;
    width: 30px;
    height: 22px;
    padding-right: 0;
    text-indent: 100%;
    white-space: nowrap;
  }
}
.p-top-main-visual {
  position: relative;
  width: 100%;
  padding-top: 44.16%;
  background: url(/html2014/2020/assets/img/top/main-visual_img_pc.jpg) no-repeat center center;
  background-color: #005EB8;
  background-size: cover;
}
.p-top-main-visual__link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-decoration: none;
}
.p-top-main-visual__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}
.p-top-main-visual__text {
  margin-bottom: 32px;
  font-size: 2.4rem;
  line-height: 1.416;
  letter-spacing: .1rem;
  color: #FFFFFF;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.p-top-main-visual__text--small {
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #FFFFFF;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.p-top-main-visual__more-text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  color: #FFFFFF;
}
.p-top-main-visual__more-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 12px;
  background: url(/html2014/2020/assets/img/arrow_button_white_right.svg) no-repeat center center;
  background-size: 12px 12px;
}

@media only screen and (max-width: 767px) {
  .p-top-main-visual {
    padding-top: 66.66%;
    background-image: url(/html2014/2020/assets/img/top/main-visual_img_sp.jpg);
  }
  .p-top-main-visual__text {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-top-main-visual__text--small {
    margin-bottom: 16px;
  }
  .p-top-main-visual__more-text {
    padding-right: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
  .p-top-main-visual__more-text:after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
}
.alert-wrapper {
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
}

.top-alert {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}

.top-alert .alert-ttl {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

.top-alert .alert-ttl i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 13px;
  background: url(/html2014/2020/assets/img/ICON_alert_01.svg) no-repeat center center;
  background-size: 12px auto;
}

.top-alert .alert-ttl:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background: url(/html2014/2020/assets/img/arrow_button_gray_bottom.svg) no-repeat center center;
}

.top-alert .alert-ttl.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-alert .alert-txt-outer {
  padding-top: 12px;
}

.top-alert .alert-txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #999999;
}
.top-alert .alert-link a{
	font-size:1.4rem;
	line-height:1.57;
	color:#005eb8;
}



@media only screen and (max-width: 1079px) {
  .alert-wrapper {
    min-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .top-alert {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
  }

  .top-alert .alert-ttl {
    margin-bottom: 12px;
  }
}
.p-scroll-slider--solution {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-scroll-slider--solution {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-scroll-slider--product {
  margin-bottom: 80px;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-scroll-slider--product {
    margin-bottom: 40px;
  }
}
.p-top-product-search {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 48px;
}
.p-top-product-search__form {
  display: block;
  margin-right: auto;
}
.p-top-product-search__box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 460px;
  height: 40px;
  background-color: #F5F5F5;
}
.p-top-product-search__input {
  width: calc(100% - 32px);
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  background: none;
  box-shadow: none;
  font-size: 1.4rem;
  letter-spacing: .06rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.p-top-product-search__input::placeholder {
  color: #999999;
}
.p-top-product-search__input:-ms-input-placeholder {
  color: #999999;
}
.p-top-product-search__input::-ms-input-placeholder {
  color: #999999;
}
.opsSearchBox .opsKeyword:focus,.p-top-product-search__input:focus{
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	font-weight:inherit!important;
	font-size:1.4rem!important;
	color:inherit!important;
	border:0!important;
}
.opsSearchBox .opsKeyword::placeholder{
	color: #999999!important;
}


.p-top-product-search__button {
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  width: 32px;
  height: 40px;
  box-sizing: border-box;
  background: url(/html2014/2020/assets/img/search_ico_001.svg) no-repeat center center;
  background-size: 16px;
  text-indent: 100%;
  white-space: nowrap;
}
.p-top-product-search__button:hover {
  opacity: .7;
}
.p-top-product-search__condition-list {
  display: -webkit-flex;
  display: flex;
}
.p-top-product-search__condition-item {
  margin-right: 32px;
}
.p-top-product-search__condition-item:last-child {
  margin-right: 0;
}
.p-top-product-search__condition-link {
  position: relative;
  transition: opacity .3s;
  padding-right: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-decoration: none;
}
.p-top-product-search__condition-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin-top: -6px;
  background: url(/html2014/2020/assets/img/arrow_button_gray_right.svg) no-repeat center center;
}
.p-top-product-search__condition-link.is-hover:hover {
  opacity: .7;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-top-product-search {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
  }
  .p-top-product-search__form {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .p-top-product-search__box {
    width: 100%;
  }
  .p-top-product-search__condition-list {
    display: -webkit-flex;
    display: flex;
  }
  .p-top-product-search__condition-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    border-top: #E6E6E6 solid 1px;
    border-bottom: #E6E6E6 solid 1px;
  }
  .p-top-product-search__condition-item:last-child {
    margin-right: 0;
  }
  .p-top-product-search__condition-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 54px;
    box-sizing: border-box;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-top-product-search__condition-list {
    display: block;
  }
  .p-top-product-search__condition-item {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
  }
  .p-top-product-search__condition-item:last-child {
    border-bottom: #E6E6E6 solid 1px;
  }
}
.p-top-i-automation {
  padding: 72px 40px  48px;
  margin-bottom: 96px;
  background-color: #F5F5F5;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-top-i-automation {
    padding: 40px 20px  24px;
    margin-bottom: 48px;
  }
}
.p-top-download-center {
  margin-bottom: 80px;
}
.p-top-download-center__title {
  margin-bottom: 48px;
  font-size: 1.8rem;
  line-height: 18px;
  letter-spacing: .06rem;
  color: #333333;
  text-align: center;
}
.p-top-download-center__title-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  text-decoration: none;
}
.p-top-download-center__title-link:hover {
  opacity: .7;
}
.p-top-download-center__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  /*margin-bottom: 70px;*/
}
.p-top-download-center__item {
  width: 150px;
}
.p-top-download-center__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}
.p-top-download-center__link:hover {
  opacity: .7;
}
.p-top-download-center__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 34px;
  margin-bottom: 16px;
}
.p-top-download-center__img {
  vertical-align: bottom;
}
.p-top-download-center__img--catalog {
  width: 36px;
  height: 28px;
}
.p-top-download-center__img--manual {
  width: 27px;
  height: 33px;
}
.p-top-download-center__img--2d {
  width: 34px;
  height: 26px;
}
.p-top-download-center__img--3d {
  width: 32px;
  height: 34px;
}
.p-top-download-center__img--elect {
  width: 58px;
  height: 30px;
}
.p-top-download-center__img--software {
  width: 33px;
  height: 27px;
}
.p-top-download-center__img--sample {
  width: 40px;
  height: 42px;
}
.p-top-download-center__img--manual2 {
  width: 34px;
  height: 38px;
}
.p-top-download-center__img--soft {
  width: 38px;
  height: 38px;
}
.p-top-download-center__img--book {
  width: 46px;
  height: 41px;
}
.p-top-download-center__img--product {
  width: 38px;
  height: 38px;
}
.p-top-download-center__img--errata {
  width: 46px;
  height: 41px;
}



.p-top-download-center__txt {
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #999999;
}
.p-top-download-center__relation-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-top-download-center__relation-item {
  margin-right: 32px;
  margin-bottom: 24px;
}
.p-top-download-center__relation-item:last-child {
  margin-right: 0;
}
.p-top-download-center__relation-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #999999;
  text-decoration: none;
}
.p-top-download-center__relation-link:hover {
  opacity: .7;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-top-download-center {
    margin-bottom: 56px;
  }
  .p-top-download-center__list {
    padding: 0 20px;
    margin-bottom: 56px;
    box-sizing: border-box;
  }
  .p-top-download-center__item {
    width: 100%;
    max-width: 150px;
  }
  .p-top-download-center__relation-list {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-top-download-center__list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top-download-center__item {
    width: calc(100% / 3);
    max-width: none;
    margin-bottom: 24px;
  }
  .p-top-download-center__item:nth-child(n + 4) {
    margin-bottom: 0;
  }
  .p-top-download-center__link {
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .04rem;
  }
  .p-top-download-center__relation-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .p-top-download-center__relation-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 12px;
    text-align: center;
  }
  .p-top-download-center__relation-link {
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .04rem;
  }
}
.p-top-service {
  margin-bottom: 80px;
}
.p-top-service__title {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 48px;
  color: #333333;
}
.p-top-service__title--big {
  margin-right: 16px;
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: .1rem;
}
.p-top-service__title--small {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  position: relative;
  top: -1px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-top-service__list {
  display: -webkit-flex;
  display: flex;
}
.p-top-service__item {
  width: calc(100% / 3 - 1px);
}
.p-top-service__item:nth-child(2) {
  width: calc(100% / 3);
  margin: 0 1px;
}
.p-top-service__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 240px;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  text-decoration: none;
}
.p-top-service__link:hover {
  opacity: .7;
}
.p-top-service__link--support {
  background-image: url(/html2014/2020/assets/img/top/service_bg_support_pc.jpg);
}
.p-top-service__link--sales {
  background-image: url(/html2014/2020/assets/img/top/service_bg_sales_pc.jpg);
}
.p-top-service__link--seminar {
  background-image: url(/html2014/2020/assets/img/top/service_bg_seminar_pc.jpg);
}
.p-top-service__txt-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .1rem;
  color: #fff;
  text-align: center;
}
.p-top-service__txt-title:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  margin-left: 4px;
  background: url(/html2014/2020/assets/img/arrow_button_white_right.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-top-service__txt-desc {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #fff;
  text-align: center;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-top-service {
    margin-bottom: 40px;
  }
  .p-top-service__title {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .p-top-service__title--big {
    margin-right: 8px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-top-service__title--small {
    font-size: 1.1rem;
    line-height: 1.35;
    letter-spacing: .04rem;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-top-service__list {
    display: block;
  }
  .p-top-service__item {
    width: 100%;
  }
  .p-top-service__item:nth-child(2) {
    width: 100%;
    margin: 1px 0;
  }
  .p-top-service__link {
    height: 120px;
  }
  .p-top-service__link--support {
    background-image: url(/html2014/2020/assets/img/top/service_bg_support_sp.jpg);
  }
  .p-top-service__link--sales {
    background-image: url(/html2014/2020/assets/img/top/service_bg_sales_sp.jpg);
  }
  .p-top-service__link--seminar {
    background-image: url(/html2014/2020/assets/img/top/service_bg_seminar_sp.jpg);
  }
  .p-top-service__txt-title {
    margin-bottom: 16px;
    font-size: 1.6rem;
    letter-spacing: .08rem;
  }
  .p-top-service__txt-title:after {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
}

/*# sourceMappingURL=top.css.map */

