@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");

/* OEM テーマ用カスタムプロパティ。body 要素に inline style で上書きされる前提のデフォルト値 */
:root {
  --main-color: #467a54;
  --main-color-strong: #2c9748;
  --sub-color: #f6fcf5;
  --sub-color-text: #d3f0ce;
}

/* snippet */
.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

.serif {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

.text-red {
  color: #e45454;
}

.text-ul {
  border-bottom: 1px solid;
}

.bigger {
  font-size: 125%;
  margin-right: 0.1em;
}

.text-nowrap {
  white-space: nowrap;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .flex-tab {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .col6tab {
    width: 50%;
  }
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .wrap {
    max-width: 1000px;
  }
}

.wrap-m {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
}

.wrap-s {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}

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

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

.brpc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .brpc {
    display: block;
  }
}

.btn {
  display: inline-block;
  background: var(--main-color-strong);
  color: white !important;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 1.2em;
}
.btn:hover {
  background: #207035;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn {
    width: auto;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1000px) {
  .btn {
    font-size: 0.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn-m {
  font-size: 0.85em;
  padding: 0.6em 2em 0.4em;
  border-radius: 18px;
}
@media screen and (min-width: 768px) {
  .btn-m {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .btn-m {
    font-size: 1em;
  }
}

.btn-l {
  font-size: 1em;
  padding: 0.8em 2.5em 0.7em;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .btn-l {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .btn-l {
    font-size: 1.25em;
    border-radius: 30px;
  }
}

.m10 {
  margin: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.p10 {
  padding: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

p, h1, h2, h3, h4, h5, ul, li, ol, img, dl, dt, dd, a, table, td, th, figure, span, i {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

div {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:visited {
  color: #222222;
}

@media screen and (min-width: 1000px) {
  a:hover {
    opacity: 0.8;
  }
}
h1, h2, h3, h4, h5 {
  line-height: 1.3;
}

p, td, th, ul, li, dt, dd, span, i {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  p, td, th, ul, li, dt, dd, span, i {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1000px) {
  p, td, th, ul, li, dt, dd, span, i {
    font-size: 1rem;
  }
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif !important;
}
input:focus, button:focus, textarea:focus {
  outline: none;
}

input {
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px 0.5em;
  width: 100%;
}

input[type=number] {
  padding-right: 0.5em;
}
@media screen and (min-width: 1000px) {
  input[type=number] {
    padding-right: 0;
  }
}

textarea {
  width: 100%;
  line-height: 1.5;
  padding: 10px 0.5em;
  font-size: 1rem;
}

.select {
  display: inline-block;
  position: relative;
}
.select::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  right: 16px;
  top: 22px;
  width: 5px;
  height: 5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 24px 10px 0.5em;
  border: 1px solid #ccc;
  width: 100%;
  background: white;
}
select:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  select {
    width: auto;
  }
}

ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0.5em 0;
}
table th, table td {
  padding: 0.5em;
  border: 1px solid #ccc;
}
table .bigger {
  font-weight: bold;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

.h2 {
  font-size: 1.25rem;
  padding: 0.5em 0;
}

.h3 {
  font-size: 1.125rem;
  padding: 0.5em 0;
}

.h4 {
  font-size: 1rem;
  padding: 0.5em 0;
}

.h5 {
  font-size: 0.9125rem;
  padding: 0.5em 0;
}

@media screen and (min-width: 768px) {
  .h2 {
    font-size: 1.75rem;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .h4 {
    font-size: 1.125rem;
  }

  .h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .h2 {
    font-size: 2rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h4 {
    font-size: 1.25rem;
  }

  .h5 {
    font-size: 1.125rem;
  }
}
.submit-area {
  padding: 50px 0 0 0;
  margin-bottom: 0 !important;
}
.submit-area button {
  letter-spacing: 0.2em;
  font-weight: bold;
}

.error-text {
  border: 2px solid #e45454;
  padding: 0.75em 1em;
  margin-bottom: 1em;
  color: #e45454;
}

@media screen and (min-width: 768px) {
  .soudan-form .form-block dt {
    width: 30%;
  }
  .soudan-form .form-block dd {
    width: 80%;
  }
}

.top-header {
  background: url(../img/bg-hero_sp.png) no-repeat center var(--sub-color);
  height: 500px;
  position: relative;
}
.top-header .body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 480px;
}
.top-header .company-logo, .top-header .title {
  text-align: center;
}
.top-header .company-logo {
  padding: 0 0 1em;
  font-size: 1.25rem;
}
.top-header .title {
  font-size: 1.5rem;
  padding: 0.5em;
  font-weight: 700;
}
.top-header .lead {
  color: var(--main-color);
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.top-header .top-header-text {
  line-height: 2;
}
.top-header .btn-area {
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .top-header {
    height: 620px;
    background: url(../img/bg-hero.png) no-repeat center bottom var(--sub-color);
    background-size: 1800px;
  }
  .top-header .company-logo {
    font-size: 1.5rem;
  }
  .top-header .title {
    font-size: 3rem;
  }
  .top-header .lead {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-header {
    background-size: auto;
  }
}

/* shindan form */
.radio input[type=radio], .radio input[type=checkbox], .checkbox input[type=radio], .checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  padding: 0;
  position: relative;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  border: 1px solid #ccc;
  top: 30px;
  right: -40px;
}
.radio label, .checkbox label {
  position: relative;
  display: block;
  padding: 0.5em 24px 0.5em 16px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 0.875rem;
}
.radio label:last-child, .checkbox label:last-child {
  margin-right: 0;
}
.radio label::before, .radio label::after, .checkbox label::before, .checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.radio label::before, .checkbox label::before {
  right: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--main-color);
  background: white;
}
.radio label::after, .checkbox label::after {
  top: 11px;
  right: 3px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.radio input[type=radio]:checked + label::after, .radio input[type=checkbox]:checked + label::after, .checkbox input[type=radio]:checked + label::after, .checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .radio label, .checkbox label {
    font-size: 1.125rem;
  }
  .radio label::before, .checkbox label::before {
    top: 13px;
  }
  .radio label::after, .checkbox label::after {
    top: 17px;
  }
}
.checkbox.check-list label {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding: 1em 32px 1em 1em;
  margin-right: 0;
  line-height: 1.3;
}
.checkbox.check-list label::before {
  left: auto;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.checkbox.check-list label::after {
  left: auto;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  margin-top: -2px;
}
.shindan-form {
  padding: 2rem 0;
}

.progress-area {
  padding: 1em 0;
}
.progress-area ul {
  position: relative;
}
.progress-area ul::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 200px;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #d2d2d2;
}
.progress-area li {
  position: relative;
  z-index: 2;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #d2d2d2;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0.5em;
}
.progress-area li.active {
  background: var(--main-color-strong);
}
@media screen and (min-width: 768px) {
  .progress-area ul::after {
    top: 40px;
  }
  .progress-area li {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 2rem;
  }
}

.form-block {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
}
.form-block .h3 {
  margin-bottom: 10px;
}
.form-block .body {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1rem;
  margin: 0 0 20px;
}
.form-block .h5 .small {
  font-weight: normal;
  font-size: 85%;
}
@media screen and (min-width: 768px) {
  .form-block .h3 {
    margin-bottom: 20px;
  }
  .form-block .body {
    position: relative;
    padding: 40px 50px 30px;
    margin-bottom: 50px;
  }
  .form-block .body .h5 {
    padding-top: 0;
  }
  .form-block .body.has-select-all .h5 {
    padding-right: 180px;
  }
  .form-block .body.no-ttl {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .form-parts {
    padding: 0.5em 0;
  }
}

.select-all {
  text-align: right;
  margin: 0.5em 0;
}
.select-all .btn {
  border: 0;
  line-height: 1.5;
  width: auto;
}
.select-all .btn:hover {
  cursor: pointer;
}
.select-all .checkAll {
  opacity: 0;
  width: 0;
  height: 0;
}
.select-all label {
  font-size: 0.75rem;
  padding: 0.5em 1.5em;
  border-radius: 1.2em;
  background: var(--main-color-strong);
  color: white;
  border: 0;
  line-height: 1.5;
  width: auto;
}
.select-all label:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .select-all {
    position: absolute;
    right: 50px;
    top: 32px;
    margin: 0;
  }
  .select-all label {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
}

.cmnt-after1 {
  margin-bottom: 20px;
}
/* result page */
.page-header {
  background: var(--main-color);
  color: white;
  padding: 0.5em 0;
}
.page-header a {
  color: white !important;
  text-decoration: none;
}
.page-header .system-name, .page-header .page-ttl {
  display: inline-block;
  padding: 0 0.5em;
}

.result-header {
  background: var(--sub-color);
  padding: 30px 0;
}
.result-header .page-ttl {
  font-size: 1.5rem;
}
.result-header p {
  padding: 1em 0;
  margin: 0;
  font-size: 1rem;
}
.result-header p.possibility {
  font-size: 0.8125rem;
}
.result-header .amount {
  margin-bottom: 1em;
  display: inline-block;
  border-bottom: 2px solid var(--main-color-strong);
  padding-bottom: 0.25em;
}
.result-header .amount span {
  display: inline-block;
  line-height: 1;
}
.result-header .jukyu, .result-header .yen {
  font-size: 1.25rem;
  font-weight: bold;
}
.result-header .num {
  font-size: 3rem;
  color: var(--main-color);
  font-weight: bold;
  position: relative;
  top: 0.1em;
  margin: 0 0.1em;
}
.result-header .possibility {
  line-height: 1;
}
.result-header .possibility .num {
  font-size: 1.5rem;
  top: 0.1em;
}
@media screen and (min-width: 768px) {
  .result-header {
    padding: 50px 0;
  }
  .result-header .page-ttl {
    font-size: 2.25rem;
  }
  .result-header p {
    font-size: 1.25rem;
  }
  .result-header p.possibility {
    font-size: 1rem;
  }
  .result-header .possibility .num {
    font-size: 2rem;
  }
  .result-header .amount {
    border-bottom-width: 2px;
    padding-bottom: 0.5em;
  }
  .result-header .jukyu, .result-header .yen {
    font-size: 2rem;
  }
  .result-header .num {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .result-header .page-ttl {
    font-size: 3rem;
  }
  .result-header p {
    font-size: 1.5rem;
  }
  .result-header p.possibility {
    font-size: 1.25rem;
  }
  .result-header .amount {
    border-bottom-width: 4px;
    padding-bottom: 0.5em;
  }
  .result-header .jukyu, .result-header .yen {
    font-size: 2.5rem;
  }
  .result-header .num {
    font-size: 5rem;
  }
  .result-header .possibility .num {
    font-size: 2.25rem;
  }
}

/* contents */
.contents-header {
  padding: 2em 0;
  text-align: center;
}
.contents-header .lead {
  padding: 0 3%;
}
@media screen and (min-width: 1000px) {
  .contents-header {
    padding: 4em 0;
  }
  .contents-header .lead {
    font-size: 1.125rem;
  }
}
.contents-header.others .h1 {
  font-size: 1.5rem;
  background: var(--main-color);
  color: white;
  font-weight: 700;
  padding: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contents-header.others .h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .contents-header.others .h1 {
    font-size: 2.5rem;
  }
}

.contents-header-error {
  padding: 0 0;
  text-align: center;
}
.contents-header-error .lead {
  padding: 0 0;
  color: #ff4747;
}
@media screen and (min-width: 1000px) {
  .contents-header-error {
    padding: 1px 0;
  }
  .contents-header-error .lead {
    font-size: 1.125rem;
  }
}
.contents-header-error.others .h1 {
  font-size: 1.5rem;
  background: #ff0000;
  color: white;
  font-weight: 700;
  padding: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contents-header-error.others .h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .contents-header-error.others .h1 {
    font-size: 2.5rem;
  }
}

.list-course {
  width: 94%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}
.list-course .body {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1em;
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}
.list-course .body .h4 {
  padding: 0;
}
.list-course .body .amount {
  white-space: nowrap;
}
.list-course .body .amount p {
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.list-course .body .amount p .num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--main-color);
  position: relative;
  top: 0.1em;
  line-height: 1;
}
.list-course .body .term {
  display: block;
  font-weight: normal;
}
.list-course .body--link {
  cursor: pointer;
  transition: -webkit-box-shadow 0.15s, box-shadow 0.15s, transform 0.15s;
  transition: box-shadow 0.15s, transform 0.15s;
  -webkit-transition: -webkit-box-shadow 0.15s, transform 0.15s;
}
.list-course .body--link:hover {
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.list-course .card-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.list-course .card-link-overlay:focus {
  outline: 2px solid var(--main-color);
  outline-offset: 2px;
}
@media screen and (min-width: 768px) {
  .list-course .body {
    padding: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .list-course .body {
    margin-bottom: 20px;
    padding: 2em 0;
  }
  .list-course .body .amount p {
    font-size: 1.5rem;
  }
  .list-course .body .amount p .num {
    font-size: 3rem;
    font-weight: 700;
    margin: 0.1em;
  }
}

.soudan-btn-area {
  margin: 2rem 0;
}

/* pages */
.page .page-ttl {
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: 700;
}
.page .page-header .page-ttl {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page .page-ttl {
    font-size: 2.5rem;
  }
}

/* soudan */
.soudan-header {
  background: var(--sub-color);
  padding: 30px 0;
}
.soudan-header .soudan-img {
  padding: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .soudan-header {
    padding: 50px 0;
  }
}

.soudan-form {
  padding: 0 0 2em 0;
}
.soudan-form dl {
  margin-bottom: 1em;
}
.soudan-form dt {
  font-weight: 700;
}
.soudan-form dt i {
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  padding: 0 0.25em 0.1em;
  margin-left: 0.5em;
  font-size: 0.75rem;
  background: #e45454;
  color: white;
  line-height: 1.3;
}
.soudan-form dt, .soudan-form dd {
  padding: 0.25em 0;
}
.soudan-form input, .soudan-form select, .soudan-form textarea {
  border: 2px solid var(--main-color);
}
.soudan-form .select {
  display: block;
}
.soudan-form select {
  width: 100%;
}
.soudan-form textarea {
  height: 100px;
}
.soudan-form .agreement {
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
.soudan-form .agreement label {
  display: inline-block;
  border: 2px solid #ccc;
  background: #ccc;
  padding: 1em 44px 1em 20px;
}
.soudan-form .agreement label::after {
  top: 18px;
  right: 17px;
}
.soudan-form .agreement label::before {
  top: 14px;
  right: 14px;
}
.soudan-form .agreement input#privacy_policy {
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 100%;
}
.soudan-form .agreement input:checked ~ label {
  background: #222222;
  color: white;
  border-color: #222222;
}
.soudan-form .agreement input:checked ~ label::before {
  border-color: white;
}
@media screen and (min-width: 768px) {
  .soudan-form .agreement label {
    font-size: 1rem;
  }
  .soudan-form .agreement label::after {
    top: 22px;
  }
  .soudan-form .agreement label::before {
    top: 18px;
  }
}
.soudan-form .agreement-policy {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.soudan-form .agreement-policy p {
  font-size: 0.75rem;
}
.soudan-form .policy-text {
  border: 1px solid #d2d2d2;
  padding: 0.5em;
  height: 120px;
  overflow-y: scroll;
}
.soudan-form .policy-text .h5 {
  font-weight: 700;
  margin: 0 0 0.5em;
}
.soudan-form .submit-area .btn {
  border: 0;
  line-height: 1.5;
  width: auto;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .soudan-form .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .soudan-form dl {
    width: 49%;
  }
  .soudan-form dl.w100 {
    width: 100%;
  }
}

/* thanx page */
.thanks-page {
  min-height: 99vh;
  padding-top: 10vw;
}
.thanks-page .btn-area {
  padding: 2em;
}
.thanks-page .thanks-msg {
  color: var(--sub-color-text);
  margin-bottom: 0;
  padding: 1em 0 0.5em;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .thanks-page .thanks-msg {
    font-size: 3.5rem;
    padding: 0.5em 0;
    font-weight: 700;
  }
}
/* footer */
.footer {
  padding-top: 3em;
}

.copy {
  background: var(--main-color);
  color: white;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 1em 0;
}

#btn-top {
  position: fixed;
  z-index: 10;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  background: var(--main-color);
}
#btn-top::after {
  position: fixed;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid white;
  border-left: 3px solid white;
  display: block;
  right: 21px;
  bottom: 19px;
}
@media screen and (min-width: 1000px) {
  #btn-top {
    width: 60px;
    height: 60px;
  }
  #btn-top::after {
    width: 16px;
    height: 16px;
    right: 27px;
    bottom: 24px;
  }
}
