@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:300,400&display=swap");
/**
 * Usage:
 * フォントのスタイルを定義するプロパティセット
 */
/**
 * Usage:
 * 一部のみ角丸にする場合に用いるプロパティセット
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700|Roboto:700&display=swap");
.u-display-inline--pc {
  display: inline !important;
}

.u-display-block--pc {
  display: block !important;
}

.u-display-inline--tablet {
  display: none !important;
}

.u-display-block--tablet {
  display: none !important;
}

.u-display-inline--sp {
  display: none !important;
}

.u-display-block--sp {
  display: inline !important;
}

.u-display-inline--sp320 {
  display: none !important;
}

.u-display-block--sp320 {
  display: inline !important;
}

@media only screen and (max-width: 1079px) {
  .u-display-inline--pc {
    display: none !important;
  }

  .u-display-block--pc {
    display: none !important;
  }

  .u-display-inline--tablet {
    display: inline !important;
  }

  .u-display-block--tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-inline--sp {
    display: inline !important;
  }

  .u-display-block--sp {
    display: block !important;
  }

  .u-display-none--sp {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-display-inline--sp320 {
    display: inline !important;
  }

  .u-display-block--sp320 {
    display: block !important;
  }

  .u-display-none--sp320 {
    display: none !important;
  }
}
.u-arrow-link--right {
  position: relative;
  padding-right: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-decoration: none;
}
.u-arrow-link--right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin-top: -6px;
  background: url(/assets/img/arrow_button_gray_right.svg) no-repeat center center;
}
.u-arrow-link--right:hover {
  opacity: .7;
}

.p-page-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 106px;
  color: #333333;
  background-color: #F0F0F0;
}
.p-page-head__title {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
}
.p-page-head__title-small {
  font-family: 'Roboto', Helvetica, 'メイリオ', 'Meiryo', sans-serif;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-page-head__title-big {
  display: block;
}

@media only screen and (max-width: 1079px) {
  .p-page-head__title {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-page-head {
    height: 96px;
  }
}
.p-privacy {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px 72px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1079px) {
  .p-privacy {
    padding: 0 20px 40px;
  }
}
.p-privacy-desc {
  margin-bottom: 72px;
  padding-top: 72px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
}
.p-privacy-desc--mbs {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1079px) {
  .p-privacy-desc {
    margin-bottom: 32px;
    padding-top: 32px;
  }
}
.p-privacy-block {
  margin-bottom: 72px;
  color: #333333;
}
.p-privacy-block:first-child{
  padding-top: 72px;
}
@media only screen and (max-width: 767px) {
  .p-privacy-block:first-child{
    padding-top: 32px;
  }
}

.p-privacy-block--mbs {
  margin-bottom: 32px;
}
.p-privacy-block--pt {
  padding-top: 72px;
}
.p-privacy-block__title {
  padding-bottom: 14px;
  margin-bottom: 32px;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .1rem;
}

.p-privacy-block__text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-privacy-block__text--mb {
  margin-bottom: 32px;
}
.p-privacy-block__box {
  padding: 24px 32px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
}
.p-privacy-block__list {
  margin: 8px 0;
}
.p-privacy-block__list--number, .p-privacy-block__list--kana, .p-privacy-block__list--alphabet, .p-privacy-block__list--lower-alpha {
  margin: 8px 0;
  padding-left: 20px;
}
.p-privacy-block__list--dot, .p-privacy-block__list--notes {
  margin: 8px 0;
}
.p-privacy-block__list--parentheses {
  margin: 8px 0;
  counter-reset: count;
}
.p-privacy-block__item {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-privacy-block__item--mbl {
  margin-bottom: 32px;
}
.p-privacy-block__item--number {
  list-style: outside decimal;
}
.p-privacy-block__item--alphabet {
  list-style: outside upper-alpha;
}
.p-privacy-block__item--lower-alpha {
  list-style: outside lower-alpha;
}
.p-privacy-block__item--dot {
  position: relative;
  padding-left: 20px;
}
.p-privacy-block__item--dot:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.p-privacy-block__item--parentheses {
  position: relative;
  padding-left: 20px;
}
.p-privacy-block__item--parentheses:before {
  counter-increment: count;
  content: "(" counter(count) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.p-privacy-block__item--notes {
  position: relative;
  padding-left: 20px;
}
.p-privacy-block__item--notes:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.p-privacy-block__item:last-child {
  margin-bottom: 0;
}
.p-privacy-block__text-link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-privacy-block__text-link--internal {
  padding-right: 14px;
}
.p-privacy-block__text-link--internal:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/assets/img/arrow_button_blue_right.svg) no-repeat center center;
  background-size: 10px 10px;
}
.p-privacy-block__text-link--external:after {
  content: "";
  position: relative;
  left: 4px;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-privacy-block__text-link.is-hover:hover {
  opacity: .7;
  transition: .3s;
}
.p-privacy-block__item-text {
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-privacy-block__definition {
  margin-bottom: 32px;
}
.p-privacy-block__definition-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-privacy-block__definition-desc {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-privacy-block__definition-desc:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-privacy-block {
    margin-bottom: 32px;
  }
  .p-privacy-block--mbs {
    margin-bottom: 16px;
  }
  .p-privacy-block--pt {
    padding-top: 32px;
  }
  .p-privacy-block__title {
    padding-bottom: 8px;
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-privacy-block__box {
    padding: 16px;
  }
}
.p-privacy-signature {
  color: #333333;
}
.p-privacy-signature--mb {
  margin-bottom: 108px;
}
.p-privacy-signature__text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  text-align: right;
}
.p-privacy-signature__text--mb {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .p-privacy-signature--mb {
    margin-bottom: 48px;
  }
}
.p-condition-banners {
  margin-bottom: 32px;
  padding-top: 32px;
}
.p-condition-banners__box {
  display: flex;
  margin-bottom: 16px;
}
.p-condition-banners__box:last-of-type {
  margin-bottom: 0;
}
.p-condition-banners__img-box {
  display: block;
  margin-right: 8px;
}
.p-condition-banners__img-box:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 1079px) {
  .p-condition-banners {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-condition-banners__box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-condition-banners__img-box {
    width: 100%;
    margin: 0 0 8px;
  }
  .p-condition-banners__img-box:last-of-type {
    margin-bottom: 0;
  }
}
.p-acceptance-desc {
  margin-bottom: 72px;
  padding-top: 72px;
}
.p-acceptance-desc__title {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-acceptance-desc__text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

@media only screen and (max-width: 1079px) {
  .p-acceptance-desc {
    margin-bottom: 32px;
    padding-top: 32px;
  }
}
.p-trademark-list__img {
  position: relative;
  width: auto;
  height: 22px;
  vertical-align: middle;
}
.p-trademark-list__img--right {
  margin-right: 4px;
}
.p-trademark-list__img--both {
  margin: 0 4px;
}
.p-trademark-list__img--sysmac {
  height: 14px;
}
.p-trademark-list__img--smartclick {
  top: -5px;
}
.p-trademark-list__img--think {
  top: 4px;
  height: 30px;
  margin-top: -8px;
}
.p-trademark-list__img--qup {
  top: 4px;
  height: 30px;
  margin-top: -8px;
}
.p-trademark-list__img--multi {
  top: 5px;
  height: 32px;
  margin-top: -10px;
}

.p-link__omron {
  margin-bottom: 40px;
}
.p-link__omron:last-of-type {
  margin-bottom: 0;
}
.p-link__omron-title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
}
.p-link__omron-text {
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-link__omron-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s background;
  max-width: 320px;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: #005EB8 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-link__omron-link.is-hover:hover {
  background-color: rgba(0, 94, 184, 0.04);
}
.p-link__omron-link:after {
  content: "";
  position: relative;
  left: 4px;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
}
.p-link__industry-item {
  margin-bottom: 16px;
}
.p-link__industry-link {
  position: relative;
  display: inline-block;
  transition: .3s opacity;
  padding-right: 18px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.p-link__industry-link.is-hover:hover {
  opacity: .7;
}
.p-link__industry-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
}

@media only screen and (max-width: 1079px) {
  .p-condition-banners {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-condition-banners__box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-condition-banners__img-box {
    width: 100%;
    margin: 0 0 8px;
  }
  .p-condition-banners__img-box:last-of-type {
    margin-bottom: 0;
  }
}


/* /information/new/ */
.p-info_software_name{
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  color: #005EB8;
  font-weight: bold;
}
.p-info_software_txt{
  font-size: 1.6rem;
}
.p-info_software_ac_sch{
  display: block;
  font-size: 1.6rem;
  margin-bottom: 32px;
  color: #005EB8;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
}
.p-info_software_ac_sch:hover{
  opacity: .7;
}
.p-info_software_ac_sch::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 13.8px solid transparent;
  border-left: 13.8px solid #005EB8;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.ac_close::before{
  transform: rotate(90deg);
  top: 13.8px;
  left: -6.9px;
}
.p-info_software_list{
  display: none;
  margin-left: 24px;
}

.p-info_software_list-item{
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-info_software_list-item:last-child{
  margin-bottom: 0;
}
.p-info_software_list-item_link{
  color: #005EB8;
  text-decoration: none;
}
.p-info_software_list03{
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .p-info_software_blk {
    margin-left: 0;
  }
  .p-info_software_ac_sch {
    font-size: 1.4rem;
    padding-left: 16px;
  }
  .p-info_software_ac_sch::before{
    border-top: 6px solid transparent;
    border-right: 10.3px solid transparent;
    border-left: 10.3px solid #005EB8;
    border-bottom: 6px solid transparent;
    margin-top: -5px;
  }
  .ac_close::before{
    top: 13px;
    left: -5.6px;
  }
}


/*# sourceMappingURL=privacy.css.map */
