@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html, body {
  margin: 0;
  line-height: 1.45;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}

body {
  margin: 0 auto;
  padding: 0;
  color: #333;
  background-color: #fff;
}

a {
  color: blue;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: 0;
}

input[type=image] {
  border: none;
  padding: 0;
  max-width: 100%;
}

a, a img, input[type=image] {
  color: blue;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a:hover, a img:hover, input[type=image]:hover {
  opacity: 0.7;
}

::-moz-selection {
  background-color: rgba(252, 172, 0, 1);
  color: #fff;
}

::-moz-selection, ::selection {
  background-color: rgba(252, 172, 0, 1);
  color: #fff;
}

p {
  color: #333;
  font-size: 18px;
  font-size: 3.046875vw;
}
@media all and (min-width: 769px) {
  p {
    font-size: 21.6px;
  }
}

main {
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background: #FFF;
}

footer {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
table th, table td {
  padding: 10px 20px;
  color: #333;
  border-left: none;
  border-right: none;
}
table th {
  border-bottom: 2px solid rgba(255, 79, 0, 1);
  width: 30%;
  text-align: center;
  color: rgba(255, 79, 0, 1);
}
table td {
  border-bottom: 2px solid #f2f2f2;
}

section {
  border-top: 1px solid #eee;
}

select {
  width: 100%;
  height: 40px;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../img/arr.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  -ms-background-size: 16px;
  background-size: 16px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 14px;
  font-size: 2.3697916667vw;
}
@media all and (min-width: 769px) {
  select {
    font-size: 16.8px;
  }
}
@media all and (max-width: 480px) {
  select {
    font-size: 27px;
    font-size: 4.5703125vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  select {
    font-size: 32.4px;
  }
}

option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

input {
  padding: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 2.7083333333vw;
  -webkit-appearance: none;
}
@media all and (min-width: 769px) {
  input {
    font-size: 19.2px;
  }
}
@media all and (max-width: 480px) {
  input {
    font-size: 27px;
    font-size: 4.5703125vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  input {
    font-size: 32.4px;
  }
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
}

@media all and (max-width: 768px) {
  input[type=checkbox] {
    padding: 10px 0 10px 10px;
  }
}
@media all and (max-width: 640px) {
  input[type=checkbox] {
    font-size: 30px;
  }
}

textarea {
  width: 100%;
  height: 200px;
}

label {
  margin: 12px 0 5px;
  display: block;
}

[type=submit] {
  outline: none;
}
[type=submit] a {
  color: none;
  outline: none;
}

.formError {
  z-index: 990;
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.formError .formErrorArrow {
  z-index: 996;
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
.formError .formErrorContent {
  z-index: 991;
  width: 100%;
  background: rgb(255, 200, 235);
  color: #333;
  position: relative;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #eee;
  box-shadow: 0 0 6px #fefefe;
  -moz-box-shadow: 0 0 6px #fefefe;
  -webkit-box-shadow: 0 0 6px #fefefe;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

h1, h2, h3, h4, h5, h6, .mdl-button, .mdl-chip {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mdl-grid--small {
  padding: 2px;
}
.mdl-grid--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.material-icons {
  vertical-align: sub;
}

.mdl-button {
  font: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: rgba(255, 79, 0, 1);
}
.mdl-button:hover {
  background: rgba(252, 172, 0, 1);
}

[type=radio] {
  display: none;
}
[type=radio]:checked + label {
  background-color: #007FFF;
  border: 1px solid blue;
  color: rgba(#ffffff, 1);
  font-weight: bold;
}

body {
  background-color: #fff;
}

footer {
  background-color: #fff;
}

/*  wrapper_block */
@media all and (max-width: 768px) {
  .wrapper {
    margin-top: 5px;
  }
}
.wrapper--padding-bottom0 {
  padding-bottom: 0;
}
.wrapper--bg {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.wrapper--bg-short::before {
  top: 200px;
}

main {
  padding: 0;
  border: 3px solid #00afa0;
  margin-top: 30px;
}

/*  inner_block */
.inner {
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 3px;
  }
}
.inner--width-800 {
  width: 800px;
}

.header-top {
  background: #00afa0;
  height: auto;
  margin-top: 0;
}

.header__main {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}
.header__main img {
  width: auto;
  margin-top: 20px;
  margin-bottom: -10px;
}
@media all and (max-width: 768px) {
  .header__main {
    width: 100%;
  }
}

/*  step_block */
.step {
  margin: 0 auto 10px;
  padding: 0;
  font-size: 12px;
  font-size: 2.03125vw;
  position: relative;
  width: 800px;
  max-width: 100%;
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 769px) {
  .step {
    font-size: 14.4px;
  }
}
.step--show {
  top: 0;
  opacity: 1;
}
.step--hide {
  opacity: 0;
}

.terms {
  margin: 10px 30px;
  text-align: center;
  color: #333;
  font-size: 12px;
  font-size: 2.03125vw;
}
@media all and (min-width: 769px) {
  .terms {
    font-size: 14.4px;
  }
}
.terms__link {
  padding: 0 2px;
  color: #30408e;
}
.terms a {
  color: blue;
  text-decoration: underline;
}

.terms__text {
  padding: 15px 0;
  font-size: 9px;
  font-size: 1.5234375vw;
}
@media all and (min-width: 769px) {
  .terms__text {
    font-size: 10.8px;
  }
}

/* .checkbox-block */
.checkbox {
  position: relative;
}
@media all and (max-width: 480px) {
  .checkbox {
    background-color: #eee;
    border-radius: 10px;
    border: 3px solid #fff;
    line-height: 18px;
  }
}
.checkbox__label {
  margin: 12px 0 5px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-size: 2.3697916667vw;
  padding-left: 3px;
}
@media all and (min-width: 769px) {
  .checkbox__label {
    font-size: 16.8px;
  }
}
@media all and (max-width: 480px) {
  .checkbox__label {
    font-size: 3.6vw;
    min-width: 100px;
    width: 75%;
    margin: 0;
    height: 50px;
    padding-left: 12px;
  }
}
.checkbox__label:before {
  content: "";
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 0;
  background: #ddd;
  border-radius: 3px;
  border: 1px solid #ccc;
}
@media all and (max-width: 480px) {
  .checkbox__label:before {
    margin: 0 5px;
  }
}
.checkbox__label:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 19px;
  left: 6px;
  border: 4px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (max-width: 480px) {
  .checkbox__label:after {
    margin: 0 5px;
  }
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:before {
  background-color: #5A9BD1;
  border-color: #007FFF;
}

/* book-block */
.book {
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .book {
    max-width: 200px;
  }
}

/* appeal-block */
.appeal-block__year {
  font-size: 15px;
  max-width: 100%;
  margin: 0;
  padding-top: 3px;
}
.appeal-block__title {
  font-size: 29px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}

/* form-block */
.form-title {
  padding: 15px 30px 5px 30px;
  color: #545454;
  text-align: left;
  font-size: 16px;
  font-size: 2.7083333333vw;
  font-weight: bold;
  margin: 0;
}
@media all and (min-width: 769px) {
  .form-title {
    font-size: 19.2px;
  }
}
@media all and (max-width: 480px) {
  .form-title {
    font-size: 25px;
    font-size: 4.2317708333vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  .form-title {
    font-size: 30px;
  }
}

.form-title2 {
  padding: 10px 10px 15px 10px;
  color: #545454;
  text-align: left;
  font-weight: bold;
  margin: 0;
}
@media all and (max-width: 480px) {
  .form-title2 {
    padding: 0 0 5px 0;
  }
}

.form-title__comment {
  font-size: 13px;
  font-size: 2.2005208333vw;
}
@media all and (min-width: 769px) {
  .form-title__comment {
    font-size: 15.6px;
  }
}
@media all and (max-width: 480px) {
  .form-title__comment {
    font-size: 11px;
    font-size: 1.8619791667vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  .form-title__comment {
    font-size: 13.2px;
  }
}

.form-title__comment-grey {
  color: #999;
  font-size: 12px;
  font-size: 2.03125vw;
}
@media all and (min-width: 769px) {
  .form-title__comment-grey {
    font-size: 14.4px;
  }
}
@media all and (max-width: 480px) {
  .form-title__comment-grey {
    font-size: 11px;
    font-size: 1.8619791667vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  .form-title__comment-grey {
    font-size: 13.2px;
  }
}

.form-title__comment-red {
  color: red;
  font-size: 12px;
  font-size: 2.03125vw;
}
@media all and (min-width: 769px) {
  .form-title__comment-red {
    font-size: 14.4px;
  }
}
@media all and (max-width: 480px) {
  .form-title__comment-red {
    font-size: 11px;
    font-size: 1.8619791667vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  .form-title__comment-red {
    font-size: 13.2px;
  }
}

.form-title-big {
  padding: 12px 30px 15px 30px;
  color: #fff;
  background-color: #00afa0;
  text-align: center;
  font-size: 18px;
  font-size: 3.046875vw;
  font-weight: bold;
  margin: 0;
}
@media all and (min-width: 769px) {
  .form-title-big {
    font-size: 21.6px;
  }
}
@media all and (max-width: 480px) {
  .form-title-big {
    font-size: 27px;
    font-size: 4.5703125vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  .form-title-big {
    font-size: 32.4px;
  }
}

.form-title-middle {
  padding: 9px 30px 12px 30px;
  color: #fff;
  background-color: #00afa0;
  text-align: center;
  font-size: 14px;
  font-size: 2.3697916667vw;
  font-weight: bold;
  margin: 0;
}
@media all and (min-width: 769px) {
  .form-title-middle {
    font-size: 16.8px;
  }
}
@media all and (max-width: 480px) {
  .form-title-middle {
    font-size: 24px;
    font-size: 4.0625vw;
  }
}
@media all and (max-width: 480px) and (min-width: 769px) {
  .form-title-middle {
    font-size: 28.8px;
  }
}

.form-list-check {
  display: flex;
  flex-direction: column;
  margin: 0; 
  padding: 0;
  gap: 4px;
  margin-bottom: 8px;
}
.form-list-check__item {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-list-check__item::before {
  content: '';
  width: 19px;
  height: 16px;
  background: url(../img/icon-check.svg) no-repeat center/contain;
  flex-shrink: 0;
}

/* .headline-block */
.headline {
  text-align: center;
  width: 90%;
  color: #B39200;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 16px;
  font-size: 2.7083333333vw;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .headline {
    font-size: 19.2px;
  }
}
@media all and (max-width: 800px) {
  .headline {
    border: none;
    margin: 0 auto;
    line-height: 2.3;
    font-size: 14px;
    font-size: 2.3697916667vw;
  }
}
@media all and (max-width: 800px) and (min-width: 769px) {
  .headline {
    font-size: 16.8px;
  }
}
@media all and (max-width: 600px) {
  .headline {
    text-align: left;
    line-height: 1.7;
    margin-top: 5px;
    font-size: 19px;
    font-size: 3.2161458333vw;
  }
}
@media all and (max-width: 600px) and (min-width: 769px) {
  .headline {
    font-size: 22.8px;
  }
}

/* box-block */
.box {
  padding: 10px 0;
  margin-bottom: 5px;
  content: "";
  clear: both;
  display: block;
}
.box--side-space {
  padding: 10px;
}
@media all and (max-width: 768px) {
  .box--side-space {
    padding: 0;
  }
}
.box--text-center {
  text-align: center;
}
.box--border {
  overflow: visible;
  border-bottom: 1px solid #333;
}
.box__button {
  height: 56px;
}
.box__text {
  font-size: 25px;
  font-size: 4.2317708333vw;
  padding: 20px 10px;
}
@media all and (min-width: 769px) {
  .box__text {
    font-size: 30px;
  }
}
.box__text--darkblue {
  background-color: darkblue;
  text-align: center;
  padding: 20px 10px 10px;
}
.box--padding {
  padding: 0 30px;
}

/* list-block */
.list {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
@media all and (max-width: 768px) {
  .list {
    width: 95%;
    margin: 0 auto;
  }
}

/*　tel-block */
.tel {
  margin-top: 5px;
  font-size: 26px;
  font-size: 4.4010416667vw;
}
@media all and (min-width: 769px) {
  .tel {
    font-size: 31.2px;
  }
}

/* submit-buttom-block */
.submit-button {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  background-color: #ea5d88;
  border: 1px solid #ea5d88;
  border-radius: 5px;
  cursor: pointer;
}
.submit-button:hover {
  background-color: #e3265f;
  border: 1px solid #e3265f;
}
@media all and (max-width: 840px) {
  .submit-button {
    font-size: 17px;
  }
}
@media all and (max-width: 480px) {
  .submit-button {
    font-size: 15px;
  }
}
@media all and (max-width: 350px) {
  .submit-button {
    font-size: 12px;
  }
}

/* ボタン矢印 */
.arrow-mark {
  position: relative;
}
.arrow-mark--arrow-no-font {
  position: relative;
}
.arrow-mark--arrow-no-font::before {
  position: absolute;
  content: "";
  top: 30px;
  right: 8%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
@media all and (max-width: 480px) {
  .arrow-mark--arrow-no-font::before {
    display: none;
  }
}

/* question-block */
.question {
  margin: 0;
  font-size: 16px;
  font-size: 2.7083333333vw;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .question {
    font-size: 19.2px;
  }
}

/* placeholder-block */
.placeholder {
  font-size: 16px;
  font-size: 2.7083333333vw;
  color: #333;
  border: 1px solid #999;
}
@media all and (min-width: 769px) {
  .placeholder {
    font-size: 19.2px;
  }
}

/*　steps-block */
.steps {
  width: 100%;
  height: 27px;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  background-color: #F1EFEF;
  color: #A2A2A2;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 2.3697916667vw;
}
@media all and (min-width: 769px) {
  .steps {
    font-size: 16.8px;
  }
}
.steps__1-element {
  border-right: 2px solid #ffffff;
  width: 25%;
  text-align: center;
  float: left;
  height: 28px;
}
.steps__1-element--blue {
  color: #5A9BD1;
  font-weight: bold;
}
.steps__1-element--grey {
  border-right: 0px solid;
}

.comments {
  font-size: 12px;
  font-weight: normal;
}

/*  copyright_block */
.copyright {
  color: #333;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 5px;
}

.description-text {
  font-size: 17px;
  padding: 20px 30px 0px 30px;
}
@media all and (max-width: 480px) {
  .description-text {
    font-size: 12px;
  }
}

.footer-privacy-img img {
  width: 65px;
  height: 65px;
}

.thanks-text {
  padding: 25px 10px;
}

/* radio-label-block */
.radio-label {
  height: 100%;
  margin: 0;
  padding: 5px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  background: rgb(236, 239, 241);
  border: 1px solid rgb(176, 190, 197);
  border-radius: 5px;
}
@media all and (max-width: 839px) {
  .radio-label {
    font-size: 14px;
  }
}
@media all and (max-width: 479px) {
  .radio-label {
    font-size: 14px;
  }
}
.radio-label__box {
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 5px;
}
.radio-label__item {
  width: 100%;
  padding: 10px;
}
.radio-label--text-14px {
  font-size: 14px;
}
.radio-label--defult {
  display: block;
  background: none;
  padding: 10px;
  width: 20px;
  height: 20px;
  float: left;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  appearance: radio;
  cursor: pointer;
}

.select-sprit {
  width: 97%;
}
@media all and (max-width: 479px) {
  .select-sprit {
    width: 100%;
  }
}

/*　radioのバリデーション位置修正 */
.js-validate-inline-radio {
  position: relative;
  display: inline-block;
  max-height: 100px;
}

.js-validate-inline-radio > .formError {
  position: absolute !important;
  top: 0px;
}

.js-validate-inline-radio > .formError > .formErrorContent {
  position: absolute;
  width: 300px;
  top: -10px;
  border: 2px solid #eee;
  border-radius: 6px;
}

/*　checkboxのバリデーション位置修正 */
.js-validate-inline {
  position: relative;
}

.js-validate-inline > .formError {
  position: relative;
}

.js-validate-inline > .formError > .formErrorContent {
  position: absolute;
  margin-top: 25px;
  width: 300px;
  border: 2px solid #eee;
  border-radius: 6px;
}

/*　checkboxのバリデーション位置修正2 */
.js-validate-inline-2 {
  position: relative;
}

.js-validate-inline-2 > .formError {
  position: absolute;
  top: 0px;
}

.js-validate-inline-2 > .formError > .formErrorContent {
  position: absolute;
  margin-top: -10px;
  width: 300px;
  border: 2px solid #eee;
  border-radius: 6px;
}

/*　checkboxのバリデーション位置修正3 */
.js-validate-inline-check {
  position: relative;
}

.js-validate-inline-check > .formError {
  position: relative;
  top: -40px !important;
}

.js-validate-inline-check > .formError > .formErrorContent {
  position: absolute;
  margin-top: 25px;
  width: 300px;
  border: 2px solid #eee;
  border-radius: 6px;
}

.pure-modal .checkbox {
  display: none;
}
.pure-modal .pure-modal-overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.pure-modal .pure-modal-wrap {
  background: #fdfbfb;
  border-radius: 0.2em;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 30px 65px 40px 65px;
  width: 60%;
  margin: 20px auto;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pure-modal .pure-modal-wrap.small {
  width: 30%;
}
.pure-modal .pure-modal-wrap.full {
  width: 100%;
  height: 100%;
}
.pure-modal .pure-modal-wrap.a-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.pure-modal .pure-modal-wrap.from-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.pure-modal .pure-modal-wrap.from-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.pure-modal .pure-modal-wrap.from-top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.pure-modal .pure-modal-wrap.from-bottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.pure-modal .pure-modal-overlay .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #282c34;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  right: -10px;
  top: -20px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  color: #d1d1d1;
}
.pure-modal .pure-modal-overlay .close:hover {
  cursor: pointer;
  background-color: #d1d1d1;
  color: #4b5361;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pure-modal .o-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -100;
}
.pure-modal input:checked ~ .o-close {
  z-index: 9999998;
}
.pure-modal input:checked ~ .pure-modal-overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 9999997;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.pure-modal input:checked ~ .pure-modal-overlay .pure-modal-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 9999999;
}

@media (max-width: 800px) {
  .pure-modal .pure-modal-wrap {
    width: 80%;
    padding: 20px;
  }
}
/* Phone size */
@media (max-width: 500px) {
  .pure-modal .pure-modal-wrap {
    width: 90%;
  }
}
/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
.modal-footer__company-link {
  font-size: 13px;
}

.modal-footer__company-link-text {
  text-decoration: underline;
}

.modal-box__main-title {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.modal-box__title {
  margin: 16px 0 0 0;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

.modal-box__text {
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
}

/*　flex-block */
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
}
.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--row-left-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--column-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--column-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--column-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--side-left {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex--side-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=style.css.map */