@charset "UTF-8";
#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #333;
}

a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
a:hover, a:active {
  opacity: .6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.replace {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.row {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
}

.col {
  position: relative;
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
}

.m-title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.m-title span {
  position: relative;
  display: block;
  font-size: 14px;
  color: #d61f2a;
}
@media screen and (max-width: 767px) {
  .m-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .m-title span {
    font-size: 14px;
  }
}

.m-bt {
  width: 200px;
  height: 50px;
  background-color: #d61f2a;
  border: 2px solid #d61f2a;
  margin: 0 auto;
}
.m-bt a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}
@media screen and (min-width: 1020px) {
  .m-bt a:hover {
    opacity: 1;
    background-color: #FFF;
    color: #d61f2a;
  }
}

.fade {
  animation: fade 3s ease 0s 1 normal;
  -webkit-animation: fade 3s ease 0s 1 normal;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}

.fadeinup {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2s;
}

.fadeinright {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 2s;
}

.fadeinleft {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 2s;
}

ul.fadeturn li {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
ul.fadeturn li:nth-child(n+1) {
  transition-delay: 0.0s;
}
ul.fadeturn li:nth-child(n+2) {
  transition-delay: 0.4s;
}
ul.fadeturn li:nth-child(n+3) {
  transition-delay: 0.8s;
}
ul.fadeturn li:nth-child(n+4) {
  transition-delay: 1.2s;
}
ul.fadeturn li:nth-child(n+5) {
  transition-delay: 1.6s;
}
ul.fadeturn li:nth-child(n+6) {
  transition-delay: 2.0s;
}
ul.fadeturn li:nth-child(n+7) {
  transition-delay: 2.4s;
}
ul.fadeturn li:nth-child(n+8) {
  transition-delay: 2.8s;
}
ul.fadeturn li:nth-child(n+9) {
  transition-delay: 3.2s;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.formfield {
  position: relative;
}
.formfield.radio label {
  position: static;
  display: block;
  color: #333;
  margin: 0 5px 8px 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.formfield.radio span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1019px) {
  .formfield.radio span {
    display: block;
  }
}
.formfield.radio input {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: 0;
}
.formfield.radio input:focus {
  border-bottom: none;
  box-shadow: none;
}

.formfield input, textarea, select {
  width: 100%;
  height: 40px;
  line-height: 1.15;
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
  box-sizing: border-box;
  box-shadow: none;
  overflow: visible;
  padding: 0 .8rem;
}
.formfield input:focus, textarea:focus, select:focus {
  border: 1px solid #83b413;
}
.formfield input.error, textarea.error, select.error {
  background-color: #ffe3e3;
}
.formfield input.long_s, textarea.long_s, select.long_s {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .formfield input.long_s, textarea.long_s, select.long_s {
    width: 100%;
  }
}

.formfield label {
  font-size: 1.6rem;
  line-height: 1.15;
  vertical-align: middle;
}

.formfield textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: .8rem;
  resize: none;
  min-height: 10rem;
  box-sizing: border-box;
}

.formfield input:focus {
  border: 1px solid #83b413;
}

.formfield error {
  position: absolute;
  left: 0;
  bottom: -24px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #F00;
}
@media screen and (max-width: 1019px) {
  .formfield error {
    bottom: -25px;
    font-size: 12px;
  }
}
