@charset "UTF-8";
/***** common color *****/
/***** common settings *****/
@media (max-width: 1023px) {
  .pc-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .tb-sp-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .sp-visibility {
    display: none;
    visibility: hidden;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
}

.transition {
  transition: all 0.3s;
}

body {
  font-family: Meiryo, メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body {
    font-size: vw(14);
  }
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  opacity: 0.9;
}

img {
  width: 100%;
}

.btn {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #C7C7C7;
  box-sizing: border-box;
  min-width: 120px;
  height: 40px;
  border-radius: 20px !important;
  padding: 0 15px;
  font-size: 14px;
  line-height: 39px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #111111;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    min-width: 32vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 10.9333333333vw;
  }
}
.btn:hover {
  opacity: 0.9;
}

.btn-wide {
  width: 100%;
}

.btn-primary {
  background-color: #2858DC;
  border-color: #2858DC;
  color: #ffffff;
}

.btn-blue {
  background-color: #2858DC;
  border-color: #2858DC;
  color: #ffffff;
}

.btn-red {
  background-color: #DC2828;
  border-color: #DC2828;
  color: #ffffff;
}

.btn-gray {
  background-color: #FAFAFA;
  border-color: #111111;
  color: #111111;
}

.bold {
  font-weight: bold;
}

.color-primary {
  color: #2858DC;
}

.color-blue {
  color: #2858DC;
}

.color-red {
  color: #DC2828;
}

/***** common color *****/
/***** common settings *****/
@media (max-width: 1023px) {
  .pc-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .tb-sp-visibility {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .sp-visibility {
    display: none;
    visibility: hidden;
  }
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
}

.transition {
  transition: all 0.3s;
}

body {
  font-family: Meiryo, メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #111111;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  opacity: 0.9;
}

img {
  width: 100%;
}

.btn {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #C7C7C7;
  box-sizing: border-box;
  min-width: 120px;
  height: 40px;
  border-radius: 20px !important;
  padding: 0 15px;
  font-size: 14px;
  line-height: 39px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #111111;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    min-width: 32vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 10.9333333333vw;
  }
}
.btn:hover {
  opacity: 0.9;
}

.btn-wide {
  width: 100%;
}

.btn-primary {
  background-color: #2858DC;
  border-color: #2858DC;
  color: #ffffff;
}

.btn-blue {
  background-color: #2858DC;
  border-color: #2858DC;
  color: #ffffff;
}

.btn-red {
  background-color: #DC2828;
  border-color: #DC2828;
  color: #ffffff;
}

.btn-gray {
  background-color: #FAFAFA;
  border-color: #111111;
  color: #111111;
}

.bold {
  font-weight: bold;
}

.color-primary {
  color: #2858DC;
}

.color-blue {
  color: #2858DC;
}

.color-red {
  color: #DC2828;
}

/* Form base*/
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  resize: none;
  background-color: #FFFFFF;
}
input:placeholder-shown, textarea:placeholder-shown, select:placeholder-shown {
  color: #555555;
}

select {
  border-radius: 0;
  border: solid 1px #9D9D9D;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 2%;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  select {
    padding-left: 1.3333333333vw;
  }
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  clear: both;
  content: "";
  display: block;
}
.select-wrap::after {
  position: absolute;
  right: 8px;
  top: 15px;
  display: block;
  font-size: 11px;
  line-height: 11px;
  content: "▼";
}
@media (max-width: 767px) {
  .select-wrap::after {
    display: none;
    right: 1.0666666667vw;
    top: 2.9333333333vw;
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
  }
}

form.form {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
form.form ul.form-list {
  padding: 0 10px;
}
form.form ul.form-list::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  form.form ul.form-list {
    padding: 0;
  }
}
form.form ul.form-list li {
  float: left;
  height: 60px;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  form.form ul.form-list li {
    height: 13.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
form.form ul.form-list li.double {
  width: 48%;
  margin-right: 2%;
}
form.form ul.form-list li.quadruple {
  width: 23%;
  margin-right: 2%;
}
form.form ul.form-list li.line {
  padding-top: 0;
  height: 40px;
  border-bottom: solid 1px #FAFAFA;
}
@media (max-width: 767px) {
  form.form ul.form-list li.line {
    height: 8vw;
    padding-top: 0;
  }
}
form.form ul.form-list li.textarea {
  height: 260px;
}
@media (max-width: 767px) {
  form.form ul.form-list li.textarea {
    height: 69.3333333333vw;
  }
}
form.form ul.form-list li.datetime select {
  display: inline-block;
  width: 15%;
}
@media (max-width: 767px) {
  form.form ul.form-list li.datetime {
    width: 100%;
  }
}
form.form ul.form-list li.checkbox {
  height: auto;
}
form.form ul.form-list li.submit {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  form.form ul.form-list li.submit {
    padding-top: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  form.form ul.form-list li.sp-none {
    display: none;
  }
}
form.form label {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  padding-left: 2px;
  color: #555555;
}
@media (max-width: 767px) {
  form.form label {
    padding-left: 0;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
form.form .checkbox-label {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  padding-left: 2px;
  color: #555555;
}
@media (max-width: 767px) {
  form.form .checkbox-label {
    padding-left: 0;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
form.form input[type=text], form.form input[type=tel], form.form input[type=email], form.form input[type=number], form.form input[type=password], form.form input[type=datetime-local], form.form input[type=time], form.form input[type=file], form.form textarea {
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #9D9D9D;
  font-size: 14px;
  line-height: 39px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  form.form input[type=text], form.form input[type=tel], form.form input[type=email], form.form input[type=number], form.form input[type=password], form.form input[type=datetime-local], form.form input[type=time], form.form input[type=file], form.form textarea {
    height: 8.5333333333vw;
    padding-left: 2%;
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
}
form.form select, form.form input[type=date] {
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #9D9D9D;
  font-size: 14px;
  line-height: 39px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  form.form select, form.form input[type=date] {
    height: 8.5333333333vw;
    padding-left: 2%;
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
}
form.form input[type=submit] {
  text-align: center;
  margin-right: 0;
}
form.form input[type=radio] {
  display: none;
}
form.form input[type=radio] + label {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding: 0 10px 0 30px;
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  form.form input[type=radio] + label {
    margin-left: 2.6666666667vw;
    padding: 0 2.6666666667vw 0 8vw;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
  }
}
form.form input[type=radio] + label::before {
  background: #fff;
  bottom: 0;
  border: 1px solid #9D9D9D;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff inset;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 16px;
}
@media (max-width: 767px) {
  form.form input[type=radio] + label::before {
    height: 4.2666666667vw;
    left: 1.3333333333vw;
    width: 4.2666666667vw;
  }
}
form.form input[type=radio] + label.either {
  width: 195px;
}
@media (max-width: 767px) {
  form.form input[type=radio] + label.either {
    width: 120px;
  }
}
form.form input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #555555;
}
form.form input[type=radio]:checked + label::before {
  background: #2858DC;
}
form.form textarea {
  box-sizing: border-box;
  resize: none;
  height: 240px;
  line-height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  form.form textarea {
    height: 64vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
form.form .checkbox-list {
  padding-left: 10px;
}
@media (max-width: 767px) {
  form.form .checkbox-list {
    padding-left: 0;
  }
}
form.form .checkbox-list input[type=checkbox] {
  display: none;
}
form.form .checkbox-list input[type=checkbox] + label::before {
  border-radius: 0;
}
form.form .checkbox-list input[type=checkbox] + .field_with_errors {
  display: inline-block;
}
@media (max-width: 767px) {
  form.form .checkbox-list input[type=checkbox] + .field_with_errors {
    display: block;
  }
}
form.form .checkbox-list input[type=checkbox] + .field_with_errors label::before {
  border-radius: 0;
}
form.form .checkbox-list input[type=checkbox]:checked + label::before {
  background: #2858DC;
  border-color: #2858DC;
  box-shadow: 0 0 0 2px #fff inset;
}
form.form .checkbox-list input[type=checkbox]:checked + .field_with_errors {
  display: inline-block;
}
@media (max-width: 767px) {
  form.form .checkbox-list input[type=checkbox]:checked + .field_with_errors {
    display: block;
  }
}
form.form .checkbox-list input[type=checkbox]:checked + .field_with_errors label::before {
  background: #2858DC;
  border-color: #2858DC;
  box-shadow: 0 0 0 2px #fff inset;
}
form.form .checkbox-list input[type=checkbox] + label {
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
  float: none;
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  form.form .checkbox-list input[type=checkbox] + label {
    margin-left: 0;
    box-sizing: border-box;
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
  form.form .checkbox-list input[type=checkbox] + label:nth-of-type(2) {
    padding-left: 50px;
    box-sizing: border-box;
  }
}
form.form .checkbox-list input[type=checkbox] + label::before {
  box-sizing: border-box;
  border: 1px solid #95989a;
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
  width: 16px;
}
form.form .checkbox-list input[type=checkbox] + .field_with_errors label {
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
  float: none;
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  form.form .checkbox-list input[type=checkbox] + .field_with_errors label {
    margin-left: 0;
    box-sizing: border-box;
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
  form.form .checkbox-list input[type=checkbox] + .field_with_errors label:nth-of-type(2) {
    padding-left: 50px;
    box-sizing: border-box;
  }
}
form.form .checkbox-list input[type=checkbox] + .field_with_errors label::before {
  box-sizing: border-box;
  border: 1px solid #95989a;
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
  width: 16px;
}

form.form-login {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
form.form-login input[type=text], form.form-login input[type=tel], form.form-login input[type=email], form.form-login input[type=number], form.form-login input[type=password], form.form-login input[type=datetime], form.form-login input[type=time], form.form-login input[type=file], form.form-login textarea {
  width: 100%;
  height: 40px;
  border: solid 1px #9D9D9D;
  font-size: 14px;
  line-height: 40px;
  padding-left: 2%;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  form.form-login input[type=text], form.form-login input[type=tel], form.form-login input[type=email], form.form-login input[type=number], form.form-login input[type=password], form.form-login input[type=datetime], form.form-login input[type=time], form.form-login input[type=file], form.form-login textarea {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
}
form.form-login input[type=submit] {
  text-align: center;
  margin-right: 0;
}
form.form-login label {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding-left: 2px;
  color: #555555;
}
@media (max-width: 767px) {
  form.form-login label {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}

/* Header */
header#header {
  z-index: 20;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border-bottom: solid 1px #BCBCBC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-image: url("/assets/images/common/header-bg.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  header#header {
    height: 16vw;
  }
}
header#header.top-page {
  background-image: none;
  background-color: rgba(17, 17, 17, 0.2);
}
header#header.dashboard {
  position: relative;
  background-color: #2858DC;
  border-bottom: solid 1px #FFFFFF;
  height: 60px;
}
@media (max-width: 767px) {
  header#header.dashboard {
    height: 16vw;
  }
}
header#header.dashboard .header-title-box .header-title {
  line-height: 60px;
}
@media (max-width: 767px) {
  header#header.dashboard .header-title-box .header-title {
    line-height: 16vw;
  }
}
header#header.dashboard .header-links a {
  line-height: 60px;
}
@media (max-width: 767px) {
  header#header.dashboard .header-links a {
    line-height: 16vw;
  }
}
header#header.header-login {
  background-color: #2858DC;
}
header#header .header-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}
@media (max-width: 767px) {
  header#header .header-wrapper {
    width: 94%;
  }
}
header#header .header-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
header#header .header-title-box {
  float: left;
}
header#header .header-title-box .header-title {
  display: inline-block;
  font-size: 20px;
  line-height: 80px;
  vertical-align: top;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media (max-width: 767px) {
  header#header .header-title-box .header-title {
    font-size: 4.2666666667vw;
    line-height: 16vw;
    letter-spacing: 0.1em;
  }
}
header#header .header-title-box .header-title span {
  font-family: 游明朝体, "YuMincho", serif;
}
header#header .header-links {
  float: right;
  text-align: right;
}
header#header .header-links::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  header#header .header-links {
    display: none;
  }
}
header#header .header-links li {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1023px) {
  header#header .header-links li {
    display: none;
  }
}
header#header .header-links li:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  header#header .header-links li:last-child {
    display: inline-block;
  }
}
header#header .header-links li a {
  font-size: 16px;
  line-height: 80px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  header#header .header-links li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header#header .header-links li a {
    font-size: 3.7333333333vw;
    line-height: 16vw;
  }
}
header#header .header-links li.header-btn {
  padding: 20px 0;
}
header#header .header-links li.header-btn a {
  display: block;
  width: 140px;
  background-color: #2858DC;
  border-radius: 20px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
header#header .header-menu-btn {
  display: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  header#header .header-menu-btn {
    display: block;
    z-index: 20;
    float: right;
    position: absolute;
    right: 3%;
    top: 5.0666666667vw;
    box-sizing: border-box;
    width: 8vw;
    height: 8vw;
  }
}
header#header .header-menu-btn span {
  display: block;
  height: 8px;
  transition: all 0.3s;
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  header#header .header-menu-btn span {
    height: 2.1333333333vw;
  }
}
header#header .header-menu-btn.is-active {
  display: block;
}
header#header .header-menu-btn span:nth-of-type(1) {
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
header#header .header-menu-btn span:nth-of-type(2) {
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

/***** footer *****/
.header-menu-list-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  z-index: 21;
  overflow-y: scroll;
}
.header-menu-list-wrap.is-active {
  display: block;
}
.header-menu-list-wrap .menu-close-btn {
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .header-menu-list-wrap .menu-close-btn {
    height: 13.3333333333vw;
  }
}
.header-menu-list-wrap .menu-close-btn span {
  position: absolute;
  top: 30px;
  right: 20px;
  border: 0;
  width: 32px;
  height: 3px;
  background: #9D9D9D;
}
@media (max-width: 767px) {
  .header-menu-list-wrap .menu-close-btn span {
    top: 6.6666666667vw;
    right: 2.6666666667vw;
    width: 8.5333333333vw;
    height: 0.5333333333vw;
  }
}
.header-menu-list-wrap .menu-close-btn span:nth-of-type(1) {
  transform: rotate(45deg);
}
.header-menu-list-wrap .menu-close-btn span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.header-menu-list-wrap .header-menu-list {
  border-top: solid 1px #FAFAFA;
}
.header-menu-list-wrap .header-menu-list li {
  border-bottom: solid 1px #FAFAFA;
}
.header-menu-list-wrap .header-menu-list li a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header-menu-list-wrap .header-menu-list li a {
    font-size: 3.7333333333vw;
    line-height: 13.3333333333vw;
  }
}

#g-footer {
  width: 100%;
  background-color: #FAFAFA;
}
#g-footer .footer-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}
@media (max-width: 767px) {
  #g-footer .footer-wrapper {
    width: 94%;
  }
}
@media (max-width: 767px) {
  #g-footer .footer-wrapper {
    padding: 3.2vw 0;
  }
}
#g-footer .footer-wrapper .copyright {
  font-size: 11px;
  line-height: 40px;
}
@media (max-width: 767px) {
  #g-footer .footer-wrapper .copyright {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
  }
}

/***** top *****/
#top-page .top-main-area {
  position: relative;
}
#top-page .top-main-area .top-main-box {
  height: 680px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  #top-page .top-main-area .top-main-box {
    height: 460px;
  }
}
@media (max-width: 767px) {
  #top-page .top-main-area .top-main-box {
    height: auto;
  }
}
#top-page .top-main-area .top-main-box .top-main {
  height: 480px;
  box-sizing: border-box;
  padding-top: 280px;
}
@media (max-width: 1023px) {
  #top-page .top-main-area .top-main-box .top-main {
    height: 420px;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  #top-page .top-main-area .top-main-box .top-main {
    padding-top: 32vw;
    height: 90.6666666667vw;
  }
}
#top-page .top-main-area .top-main-box .top-main .msg-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  font-size: 28px;
  line-height: 64px;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .top-main-area .top-main-box .top-main .msg-box {
    width: 94%;
  }
}
@media (max-width: 767px) {
  #top-page .top-main-area .top-main-box .top-main .msg-box {
    font-size: 4.8vw;
    line-height: 2;
  }
}
#top-page .top-main-area .top-main-box .top-main .msg-box div {
  font-family: 游明朝体, "YuMincho", serif;
  font-weight: normal;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #top-page .top-main-area .top-main-box .top-main .msg-box div {
    padding-bottom: 4.8vw;
  }
}
#top-page .aim-area .aim-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #top-page .aim-area .aim-box {
    width: 94%;
  }
}
#top-page .aim-area .aim-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #top-page .aim-area .aim-box {
    padding: 16vw 0;
  }
}
#top-page .aim-area .aim-box .left-main {
  float: left;
  width: 60%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  #top-page .aim-area .aim-box .left-main {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #top-page .aim-area .aim-box .left-main {
    float: none;
    width: 100%;
  }
}
#top-page .aim-area .aim-box .left-main h2 {
  padding-top: 80px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .aim-area .aim-box .left-main h2 {
    padding-top: 0;
    font-size: 5.3333333333vw;
  }
}
#top-page .aim-area .aim-box .left-main p {
  padding-top: 50px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  #top-page .aim-area .aim-box .left-main p {
    padding-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#top-page .aim-area .aim-box .right-image {
  float: left;
  width: 40%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  #top-page .aim-area .aim-box .right-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #top-page .aim-area .aim-box .right-image {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 50%;
    margin-top: 8vw;
  }
}
#top-page .feature-area {
  background-color: #F9F9F9;
}
#top-page .feature-area .feature-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box {
    width: 94%;
  }
}
#top-page .feature-area .feature-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box {
    padding: 16vw 0;
  }
}
#top-page .feature-area .feature-box h2 {
  position: relative;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box h2 {
    font-size: 4.8vw;
    line-height: 2;
  }
}
#top-page .feature-area .feature-box h2::before, #top-page .feature-area .feature-box h2::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #707070;
  height: 1px;
  top: 12px;
  width: 200px;
}
@media (max-width: 1023px) {
  #top-page .feature-area .feature-box h2::before, #top-page .feature-area .feature-box h2::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box h2::before, #top-page .feature-area .feature-box h2::after {
    display: none;
  }
}
#top-page .feature-area .feature-box h2::before {
  left: 0;
}
#top-page .feature-area .feature-box h2::after {
  right: 0;
}
#top-page .feature-area .feature-box .feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#top-page .feature-area .feature-box .feature-list li {
  margin-top: 60px;
  width: 46%;
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box .feature-list li {
    margin-top: 8vw;
    width: 80%;
  }
}
#top-page .feature-area .feature-box .feature-list li .feature-img {
  width: 100%;
  padding-top: 72%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box .feature-list li .feature-img {
    padding-top: 75%;
  }
}
#top-page .feature-area .feature-box .feature-list li .title {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box .feature-list li .title {
    padding-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
#top-page .feature-area .feature-box .feature-list li .desc {
  padding-top: 2px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #top-page .feature-area .feature-box .feature-list li .desc {
    padding-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
#top-page .cat-area .cat-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box {
    width: 94%;
  }
}
#top-page .cat-area .cat-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box {
    padding: 16vw 0;
  }
}
#top-page .cat-area .cat-box .left-image {
  float: left;
  width: 40%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  #top-page .cat-area .cat-box .left-image {
    height: 360px;
  }
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box .left-image {
    float: none;
    width: 100%;
  }
}
#top-page .cat-area .cat-box .right-main {
  float: left;
  width: 60%;
  box-sizing: border-box;
  padding-left: 80px;
}
@media (max-width: 1023px) {
  #top-page .cat-area .cat-box .right-main {
    width: 60%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box .right-main {
    float: none;
    width: 100%;
    padding: 0;
  }
}
#top-page .cat-area .cat-box .right-main h2 {
  padding-top: 10px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box .right-main h2 {
    padding-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
#top-page .cat-area .cat-box .right-main p {
  padding-top: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box .right-main p {
    padding-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#top-page .cat-area .cat-box .right-main .cat-list {
  padding-top: 10px;
}
#top-page .cat-area .cat-box .right-main .cat-list::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box .right-main .cat-list {
    padding-top: 2.6666666667vw;
  }
}
#top-page .cat-area .cat-box .right-main .cat-list li {
  float: left;
  display: block;
  padding: 0 20px;
  border-radius: 21px;
  margin-top: 20px;
  margin-right: 20px;
  border: solid 1px #C3C3C3;
  color: #2858DC;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .cat-area .cat-box .right-main .cat-list li {
    padding: 0 2.6666666667vw;
    margin-top: 4vw;
    margin-right: 4vw;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#top-page .activity-area {
  border-top: solid 1px #C3C3C3;
}
#top-page .activity-area .activity-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #top-page .activity-area .activity-box {
    width: 94%;
  }
}
#top-page .activity-area .activity-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #top-page .activity-area .activity-box {
    padding: 16vw 0;
  }
}
#top-page .activity-area .activity-box .left-main {
  float: left;
  width: 60%;
  box-sizing: border-box;
  padding-right: 80px;
}
@media (max-width: 1023px) {
  #top-page .activity-area .activity-box .left-main {
    width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #top-page .activity-area .activity-box .left-main {
    float: none;
    width: 100%;
  }
}
#top-page .activity-area .activity-box .left-main h2 {
  padding-top: 10px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .activity-area .activity-box .left-main h2 {
    padding-top: 0;
    font-size: 4.8vw;
  }
}
#top-page .activity-area .activity-box .left-main h3 {
  padding-top: 15px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .activity-area .activity-box .left-main h3 {
    padding-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
#top-page .activity-area .activity-box .left-main p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  #top-page .activity-area .activity-box .left-main p {
    padding-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#top-page .activity-area .activity-box .right-image {
  float: left;
  width: 40%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  #top-page .activity-area .activity-box .right-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #top-page .activity-area .activity-box .right-image {
    float: none;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
#top-page .app-area {
  height: 600px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #top-page .app-area {
    height: auto;
  }
}
#top-page .app-area .app-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #top-page .app-area .app-box {
    width: 94%;
  }
}
@media (max-width: 767px) {
  #top-page .app-area .app-box {
    padding: 16vw 0;
  }
}
#top-page .app-area .app-box h2 {
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top-page .app-area .app-box h2 {
    font-size: 4.8vw;
  }
}
#top-page .app-area .app-box p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  #top-page .app-area .app-box p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#top-page .app-area .app-box .app-btn-box {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  #top-page .app-area .app-box .app-btn-box {
    margin-top: 10.6666666667vw;
  }
}
#top-page .app-area .app-box .app-btn-box .app-btn {
  display: inline-block;
  width: 240px;
  border-radius: 26px;
  background-color: #2858DC;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 767px) {
  #top-page .app-area .app-box .app-btn-box .app-btn {
    width: 53.3333333333vw;
    border-radius: 6.9333333333vw;
    line-height: 13.8666666667vw;
    font-size: 4.2666666667vw;
  }
}

/***** general *****/
.breadcrumb {
  padding-top: 80px;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 16vw;
  }
}
.breadcrumb .breadcrumb-list {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  font-size: 14px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list {
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
  }
}
.breadcrumb .breadcrumb-list li {
  display: inline-block;
}
.breadcrumb .breadcrumb-list li:not(:first-child):before {
  content: ">";
  margin: 0 10px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list li:not(:first-child):before {
    margin: 0 2.6666666667vw;
  }
}
.breadcrumb .breadcrumb-list li a {
  text-decoration: underline;
}

#general-page .head-area {
  height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #general-page .head-area {
    height: 42.6666666667vw;
  }
}
#general-page .head-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  z-index: -1;
}
#general-page .head-area .head-box {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  padding-top: 160px;
}
@media (max-width: 767px) {
  #general-page .head-area .head-box {
    width: 94%;
  }
}
@media (max-width: 767px) {
  #general-page .head-area .head-box {
    padding-top: 26.6666666667vw;
  }
}
#general-page .head-area .head-box h1, #general-page .head-area .head-box h2 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  #general-page .head-area .head-box h1, #general-page .head-area .head-box h2 {
    font-size: 5.3333333333vw;
  }
}
#general-page section.app-contact-page {
  min-height: 70vh;
}
#general-page section.app-contact-page .app-contact-contact {
  width: 620px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 767px) {
  #general-page section.app-contact-page .app-contact-contact {
    width: 94%;
    padding: 10.6666666667vw 0;
  }
}
#general-page section.app-contact-page .app-contact-contact .top-comment {
  text-align: center;
}
#general-page section.app-contact-page .app-contact-contact .finished-link {
  margin-top: 140px;
  text-align: center;
}
@media (max-width: 767px) {
  #general-page section.app-contact-page .app-contact-contact .finished-link {
    margin-top: 26.6666666667vw;
  }
}
#general-page section.app-contact-page .app-contact-contact .finished-link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
}
#general-page section.sign-in-page {
  min-height: 94vh;
}
#general-page section.sign-in-page .sign-in-form-box {
  max-width: 720px;
  width: 94%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box {
    border-radius: 2.6666666667vw;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content {
    padding: 9.3333333333vw 0;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content .message-head {
  padding: 15px 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content .message-head {
    padding: 2.6666666667vw 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content .message {
  padding: 15px 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content .message {
    padding: 2.6666666667vw 0 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content .message-left {
  padding: 15px 0 30px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content .message-left {
    padding: 2.6666666667vw 0 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content .login-errors {
  padding: 15px 0 30px;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  color: #2858DC;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content .login-errors {
    padding: 2.6666666667vw 0 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content .login-form li {
  margin-bottom: 20px;
}
#general-page section.sign-in-page .sign-in-form-box .content .login-form li::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content .login-form li {
    margin-bottom: 5.3333333333vw;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content .login-form .login-form-submit {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content .login-form .login-form-submit {
    padding-top: 5.3333333333vw;
  }
}
#general-page section.sign-in-page .sign-in-form-box .content .bottom-link {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #general-page section.sign-in-page .sign-in-form-box .content .bottom-link {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 9.6vw;
  }
}

/***** reports *****/
#reports-page .head-area .head-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #reports-page .head-area .head-box {
    width: 94%;
  }
}
#reports-page .head-area .head-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #reports-page .head-area .head-box {
    padding: 16vw 0;
  }
}
#reports-page .head-area .head-box .left-main {
  float: left;
  width: 60%;
  box-sizing: border-box;
  padding-right: 10%;
}
@media (max-width: 1023px) {
  #reports-page .head-area .head-box .left-main {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #reports-page .head-area .head-box .left-main {
    float: none;
    width: 100%;
  }
}
#reports-page .head-area .head-box .left-main h1 {
  padding-top: 40px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px) {
  #reports-page .head-area .head-box .left-main h1 {
    padding-top: 0;
    font-size: 5.3333333333vw;
  }
}
#reports-page .head-area .head-box .left-main p {
  padding-top: 50px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  #reports-page .head-area .head-box .left-main p {
    padding-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#reports-page .head-area .head-box .right-image {
  float: left;
  width: 40%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  #reports-page .head-area .head-box .right-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #reports-page .head-area .head-box .right-image {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 50%;
    margin-top: 8vw;
  }
}
#reports-page .report-area {
  background-color: #F9F9F9;
}
#reports-page .report-area .post-list-box {
  margin: 0 auto;
  max-width: 1040px;
  width: 94%;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box {
    width: 94%;
  }
}
#reports-page .report-area .post-list-box::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box {
    padding: 16vw 0;
  }
}
#reports-page .report-area .post-list-box h2 {
  position: relative;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box h2 {
    font-size: 4.8vw;
    line-height: 2;
  }
}
#reports-page .report-area .post-list-box h2::before, #reports-page .report-area .post-list-box h2::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #707070;
  height: 1px;
  top: 12px;
  width: 200px;
}
@media (max-width: 1023px) {
  #reports-page .report-area .post-list-box h2::before, #reports-page .report-area .post-list-box h2::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box h2::before, #reports-page .report-area .post-list-box h2::after {
    display: none;
  }
}
#reports-page .report-area .post-list-box h2::before {
  left: 0;
}
#reports-page .report-area .post-list-box h2::after {
  right: 0;
}
#reports-page .report-area .post-list-box .post-list {
  display: block;
  padding-top: 10px;
}
#reports-page .report-area .post-list-box .post-list li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box .post-list li {
    display: block;
    margin-top: 8vw;
    width: 100%;
  }
}
#reports-page .report-area .post-list-box .post-list li .image-box {
  width: 20%;
  padding-top: 14.4%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box .post-list li .image-box {
    width: 80%;
    padding-top: 60%;
    margin: 0 auto;
  }
}
#reports-page .report-area .post-list-box .post-list li .desc-box {
  width: 80%;
  box-sizing: border-box;
  padding-left: 4%;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box .post-list li .desc-box {
    width: 100%;
    padding-left: 0;
  }
}
#reports-page .report-area .post-list-box .post-list li .desc-box .date {
  font-size: 14px;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box .post-list li .desc-box .date {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    color: #2858DC;
  }
}
#reports-page .report-area .post-list-box .post-list li .desc-box .title {
  padding-top: 6px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box .post-list li .desc-box .title {
    padding-top: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
#reports-page .report-area .post-list-box .post-list li .desc-box .desc {
  padding-top: 2px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #reports-page .report-area .post-list-box .post-list li .desc-box .desc {
    padding-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}

/***** contact *****/
#contact .thanks-box {
  padding: 120px 0;
}
@media (max-width: 767px) {
  #contact .thanks-box {
    padding: 80px 0;
  }
}
#contact .thanks-box .title {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  #contact .thanks-box .title {
    font-size: 22px;
  }
}
#contact .thanks-box .desc {
  margin-top: 120px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  #contact .thanks-box .desc {
    margin-top: 80px;
    font-size: 14px;
    line-height: 28px;
  }
}
#contact .thanks-box .desc a {
  color: #2858DC;
  text-decoration: underline;
}
