@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, p, a, img, dl, dt, dd, ol, ul, li, label, table, tbody, tr, th, td, figure, blockquote {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
}

article, aside, figure, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  display: block;
}

tr, th, td {
  vertical-align: middle;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

small {
  font-size: inherit;
}

.main-wrapper {
  position: relative;
  margin-top: -1934px;
}
@media screen and (max-width: 757px) {
  .main-wrapper {
    margin-top: -1970px;
  }
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

dl dt {
  width: 50%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dl dt {
    font-weight: 400;
  }
}

dl dd {
  width: 50%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dl dd {
    font-weight: 400;
  }
}

/* contact form */
input[type=text],
input[type=radio],
input[type=number],
input[type=tel],
input[type=email],
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキスト・数字 */
input[type=text],
input[type=number],
input[type=tel],
input[type=email] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* ラジオボタン */
input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2.9rem;
  position: relative;
}

input[type=radio] + span::before {
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 50%;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: var(--font-base-color);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  width: 15px;
  height: 15px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

/* チェックボックス */
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

input[type=checkbox] + span::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  content: "";
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  display: block;
  margin-top: -0.2em;
  opacity: 0;
  width: 1em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  left: 0;
  /* -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg); */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

/* セレクトボックス */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/common/select-arrow.svg) no-repeat center right 13px/16px 7px;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* ボタン */
input[type=submit] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
}

input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}