@charset "UTF-8";

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.m-btn {
  display: block;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  background-image: linear-gradient(#f5a334, #f08524);
}

.m-section {
  display: block;
  margin-bottom: 30px;
}

.zero-top {
  margin-top: 15px;
  text-align: center;
}

.zero-top__ttl-block {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffcc00;
  font-weight: 600;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W6";
  text-align: center;
}

.zero-top__catch {
  display: block;
  font-size: 20px;
}

.zero-top__title {
  display: block;
  font-size: 32px;
  color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(236, 98, 30, 0.4));
}

.zero-top__des {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.zero-top__btnlike {
  display: inline-block;
  height: 32px;
  margin: 0 3px -5px;
}

.zero-flow__ttl {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #e2e9f8;
}

.zero-flow__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-left: 10px;
  width: 100%;
  counter-reset: flow;
}

.zero-flow__item {
  width: 23%;
  position: relative;
}

.zero-flow__item:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(20px / -2);
  left: calc(20px / -2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #0B1689;
  counter-increment: flow;
  content: counter(flow);
}

.zero-flow__img {
  width: 100%;
  margin-bottom: 10px;
}

.zero-flow__des {
  padding: 0 10px;
  font-size: 13px;
  text-align: center;
}

.zero-flow__btnlike {
  height: 27px;
  margin-bottom: -10px;
}

.zero-types__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 2px solid #0B1689;
  box-sizing: border-box;
}

.zero-types__list:after,
.zero-types__catimgbox:after {
  display: none;
}

.zero-types__cat {
  display: block;
  width: 32%;
  padding: 5px 1px 1px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #C4C4C4;
  cursor: pointer;
}

.zero-types__cat--active {
  background-color: #0B1689;
}

.zero-types__catname {
  padding-bottom: 3px;
}

.zero-types__catimgbox {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
}

.zero-types__catimg {
  width: 60px;
}

.zero-types__catimgbox:after,
.zero-types__catimg:after {
  display: none;
}

.zero-types__catimg img {
  width: 100%;
  height: auto;
}


.zero-types__cont {
  display: none;
}

.zero-types__cont--show {
  display: block;
}

.zero-types__items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.zero-types__item {
  width: calc((100% - 2.1rem) / 3);
  padding: 0 1%;
}

.zero-types__item:not(:last-of-type) {
  margin-right: 1rem;
}

.zero-types__item:nth-child(3n-2) .zero-types__showdetail:hover:before {
  left: 0;
}

.zero-types__item:nth-child(3n-1) .zero-types__showdetail:hover:before {
  left: -300%;
}

.zero-types__item:nth-child(3n) .zero-types__showdetail:hover:before {
  right: -300%;
}

.zero-types__item-imgcont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 60px;
  height: 150px;
}

.zero-types__item-img {
  width: 100%;
}

.zero-types__name {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.zero-types__showdetail {
  display: inline;
  position: relative;
  font-size: 12px;
  color: #096bfe;
  text-decoration: underline;
}

.zero-types__showdetail:before {
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
}

.zero-types__showdetail--metal_plate:hover:before {
  content: url(../img/metal_plate_table.png);
}

.zero-types__showdetail--en_plastic:hover:before {
  content: url(../img/en_plastic_table.png);
}

.zero-types__showdetail--clear:hover:before {
  content: url(../img/clear_table.png);
}

.zero-types__showdetail--rubsheet:hover:before {
  content: url(../img/rubsheet_table.png);
}

.zero-types__showdetail--sheetmetal01:hover:before {
  content: url(../img/sheet_metal_table01.png);
}

.zero-types__showdetail--sheetmetal02:hover:before {
  content: url(../img/sheet_metal_table02.png);
}

.zero-types__link {
  width: 100%;
}

.zero-types__line {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #bbbcbe;
  margin: 30px 0;
}

.zero-types__line-text {
  display: block;
  width: fit-content;
  font-size: 15px;
  padding: 0 20px;
  margin-bottom: -12px;
  background-color: #fff;
}

.zero-types__opt-img {
  width: 100%;
}

.simple-modal {
  visibility: hidden;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.simple-modal__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.simple-modal__cont {
  display: block;
  position: relative;
  height: fit-content;
  width: fit-content;
}

.simple-modal__cross {
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.simple-modal__cross:before,
.simple-modal__cross:after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  content: '';
}

.simple-modal__cross:before {
  transform: rotate(45deg);
}

.simple-modal__cross:after {
  visibility: inherit !important;
  transform: rotate(-45deg);
}

.simple-modal--fade-in {
  opacity: 0;
  visibility: visible;
  animation: fadeIn .3s ease 1 forwards;
}

.simple-modal--fade-out {
  opacity: 1;
  visibility: visible;
  animation: fadeOut .3s ease 1 forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.zero-modal {
  padding-left: 20vw;
}

.zero-modal__cont {
  width: 600px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.zero-modal__img {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}

.zero-modal__caption {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.zero-modal__btnlike {
  height: 30px;
  margin-bottom: -12px;
}

.zero-modal__link {
  width: 60%;
  margin: 0 auto 20px;
}

.zero-modal__checkarea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 13px;
  width: 100%;
}

.zero-modal__check {
  margin-right: 3px;
}


/* モーダル内のチェックボックス */
.zero-modal__checkbox {
  display: none;
}


.zero-modal__label {
  display: flex;
  position: relative;
  padding-left: 20px;
}

.zero-modal__label:hover {
  cursor: pointer;
}

.zero-modal__text {
  font-size: 13px;
}

.zero-modal__text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid #025fae 1px;
  border-radius: 2px;
  background: #fff;
}


.zero-modal__checkbox:checked+.zero-modal__text::before {
  background: #025fae url("/images/white/ico_check.svg") no-repeat center/10px;
}

.c-lock-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
}

.c-unable-click {
  pointer-events: none;
  cursor: unset;
}

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