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

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
  opacity: .6;
}

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;
}

.mod-title {
  font-size: 14px;
  margin-bottom: 60px;
}
.mod-title span {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #004096;
}
.mod-title span:after {
  height: 14px;
  content: "";
  display: block;
  background-image: url(../images/nyoro.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .mod-title span {
    font-size: 30px;
  }
}

.mod-bt {
  width: 338px;
  height: 60px;
  background-color: #FFF;
  border: 2px solid #00d7f0;
  border-radius: 50px;
  margin: 0 auto;
}
.mod-bt a, .mod-bt p {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  line-height: 60px;
  color: #00d7f0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.mod-bt a span, .mod-bt p span {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 2px;
  width: 48px;
  height: 48px;
  display: inline-block;
  background-color: #00d7f0;
  border-radius: 50%;
  transition: all 500ms 0s ease;
}
.mod-bt a span i, .mod-bt p span i {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 48px;
  color: #FFF;
  padding-left: 7px;
}
.mod-bt a:hover, .mod-bt p:hover {
  opacity: 1;
}
.mod-bt a:hover span, .mod-bt p:hover span {
  transform: translateX(280px) translateY(-24px);
}
@media screen and (max-width: 767px) {
  .mod-bt {
    width: 280px;
  }
  .mod-bt a, .mod-bt p {
    font-size: 20px;
  }
  .mod-bt a span, .mod-bt p span {
    left: auto;
    right: 2px;
    transform: translateX(0) translateY(-24px);
  }
  .mod-bt a:hover span, .mod-bt p:hover span {
    transform: translateX(0) translateY(-24px);
  }
}

@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;
}

.formfield {
  position: relative;
  margin-bottom: 3rem;
}

.formfield input, textarea {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 40px;
  width: 100%;
  font-size: 1.6rem;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  overflow: visible;
  line-height: 1.15;
}
.formfield input:focus, textarea:focus {
  border-bottom: 1px solid #00d7f0;
  box-shadow: 0 1px 0 0 #00d7f0;
}
.formfield input.error, textarea.error {
  border-bottom: 1px solid #f00;
  box-shadow: 0 1px 0 0 #f00;
}

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

.formfield input:focus {
  border-bottom: 1px solid #00d7f0;
  box-shadow: 0 1px 0 0 #00d7f0;
}

.formfield input:focus + label {
  color: #00d7f0;
}

.formfield label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  cursor: text;
  text-align: initial;
  -moz-transition: -moz-transform 0.2s ease-out, color 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, color 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transform: translateY(14px);
  -ms-transform: translateY(14px);
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}

.formfield label.active {
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
}

.formfield error {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  font-size: 1.3rem;
  color: #ff0000;
  text-align: right;
}
