@charset "UTF-8";
body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 200;
}

input[type="text"],
textarea,
select {
  outline: none;
  box-sizing: border-box;
}
input[type="text"]:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  color: #999999;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #999999;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}

label.chkbox-custom {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
label.chkbox-custom::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
}
label.chkbox-custom::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #d7455d;
  border-bottom: 3px solid #d7455d;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
label.chkbox-custom input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 1px;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.chkbox-custom input[type="checkbox"]:checked {
  box-shadow: none;
}
label.chkbox-custom span {
  padding-left: 35px;
}

label.radio-custom {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  display: inline-block;
}
label.radio-custom::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  left: 0px;
  top: 7px;
  content: '';
  z-index: 3;
}
label.radio-custom::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 6px;
  top: 13px;
  background-color: #d7455d;
  z-index: 1;
}
label.radio-custom input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  left: -37px;
  top: 11px;
  margin: 0px;
  outline: none;
  box-shadow: 40px -1px #FFF;
}
label.radio-custom input[type="radio"]:checked {
  box-shadow: none;
}
label.radio-custom span {
  padding-left: 45px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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