@charset "utf-8";
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
*:focus {
  outline: 0;
}
* {
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, p, b, s, small, menu, mark {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust:none;
  word-wrap: break-word;
  /* background: none; */
  color: #333;
  line-height: 1.4;
  font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, Osaka, 'MS PGothic', sans-serif;
  box-sizing: border-box;
}
span, dfn {
  margin: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
input, button, textarea, select {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #333;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
  font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, Osaka, 'MS PGothic', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:focus,
textarea:focus,
select:focus,
input:focus,
a:focus {
  outline: 0;
}
input::-ms-reveal,
input::-ms-clear {
  visibility: hidden;
}
select {
  color: inherit;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
}
::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 1px;
}
::-moz-placeholder {
  color: #ccc;
  padding-top: 1px;
}
:-ms-input-placeholder {
  color: #ccc;
}
img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  border: none;
  vertical-align: bottom;
}
li {
  list-style-type: none;
  list-style-position: inside;
}
table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
main, section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary, time, address {
  display: block;
  font-style: normal;
  margin: 0;
  padding: 0;
}
span.error {
  color: red;
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
button, a {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.5px;
}
input,
textarea,
select {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 0 1px #b5b5b5;
  font-size: 16px;
}
input,
select {
  height: 48px;
}
textarea {
  padding: 12px 15px;
  box-sizing: border-box;
}
.select select {
  width: 135%;
  line-height: 50px;
  height: 50px;
  padding: 0 40px 0 15px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.select {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: #e6f5ee;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  color: #666;
}
.select:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #00995a;
}
/* オートフィルで背景色が勝手に変わるのを消す */
input:-webkit-autofill
{
  box-shadow: 0 0 0 1px #b5b5b5;
  -webkit-transition: background-color 9999s;
  transition: background-color 9999s;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio2 input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  left: -9999px;
  box-shadow: none;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio2 input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  box-shadow: none;
}
.file input[type="file"] {
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
}
.checkbox .js-error::before,
.checkbox .js-error::after {
  display: none;
}
.checkbox .js-error {
  padding: 0;
  text-align: center;
}
.checkbox label,
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  padding: 2px 0 2px 30px;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0;
  color: #1a1a1a;
}
.checkbox label::before,
.checkbox label::after,
.radio label::before,
.radio label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.checkbox label::before,
.radio label::before {
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}
.checkbox .uncheck+label::before,
.radio .uncheck+label::before {
  background: #fff;
}
.checkbox label::after {
  opacity: 0;
  top: 50%;
  margin-top: -5px;
  left: 4px;
  width: 12px;
  height: 5px;
  border-left: solid 3px #df0a1f;
  border-bottom: solid 3px #df0a1f;
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.checkbox .uncheck+label:hover::before,
.radio .uncheck+label:hover::before {
  background: #fff;
}
.checkbox input[type="checkbox"]:checked+label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.radio label::before {
  border-radius: 50%;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: solid 1px #cccccc;
}
.radio label::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #df0a1f;
}
.radio input[type="radio"]:checked+label::after {
  opacity: 1;
}
/*▲cssリセット▲*/

@media print, screen and (max-width: 1023px) {
input,
textarea,
.select select {
  font-size: 14px;
}
::-webkit-input-placeholder {
  font-size: 14px;
}
::-moz-placeholder {
  font-size: 14px;
}
:-ms-input-placeholder {
  font-size: 14px;
}
.checkbox label,
.radio label {
  font-size: 14px;
  margin: 3px 15px 3px 0;
}

}