@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: 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;
  font-family: Noto Sans JP, sans-serif;
  color: #444;
  overflow-x: visible;
}

footer {
  background-color: #fff;
  margin-top: 10px;
}

input {
  font-size: 15px;
}

select {
  font-size: 15px;
  color: #333;
}

ul {
  padding: 0;
  float: left;
  line-height: 1;
  margin: -5px;
}

li {
  float: left;
  margin: 0;
}

/*  wrapper_block */
.wrapper--padding-bottom0 {
  padding-bottom: 0;
}
.wrapper--bg {
  position: relative;
  background-image: url("../img/wrapper-bg.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 840px) {
  .wrapper--bg {
    background-image: none;
  }
}
.wrapper--bg2 {
  position: relative;
  background-image: url("../img/wrapper-bg2.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 840px) {
  .wrapper--bg2 {
    background-image: none;
  }
}
.wrapper--bg3 {
  position: relative;
  background-image: url("../img/wrapper-bg3.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 840px) {
  .wrapper--bg3 {
    background-image: none;
  }
}
.wrapper--bg-short::before {
  top: 200px;
}
.wrapper--bg-kaigokeiei {
  background-color: #00335E;
}

main {
  padding: 0;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}

/*  inner_block */
.inner {
  width: 980px;
  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: 0;
  }
}
.inner--no-padding {
  padding: 0;
}
.inner--width-650 {
  width: 650px;
}
.inner--width-800 {
  width: 800px;
}
.inner--width-1050 {
  width: 1050px;
}
.inner--width-1100 {
  width: 1100px;
}
.inner--width-1400 {
  width: 1400px;
}

.header {
  height: 53px;
}
@media all and (max-width: 840px) {
  .header {
    text-align: center;
    height: 5px;
  }
}

.header img {
  width: 275px;
  margin-left: 0px;
  margin-top: 30px;
}
@media all and (max-width: 840px) {
  .header img {
    width: 220px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .header img {
    margin-top: 10px;
  }
}

.header-title {
  font-weight: bold;
  font-size: 40px;
  color: #456EAD;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
@media all and (max-width: 1200px) {
  .header-title {
    font-size: 33px;
  }
}
@media all and (max-width: 1050px) {
  .header-title {
    font-size: 30px;
    margin: 0 10px;
  }
}
@media all and (max-width: 1020px) {
  .header-title {
    font-size: 26px;
    margin: 0 10px;
  }
}
@media all and (max-width: 930px) {
  .header-title {
    font-size: 23px;
    margin: 0 5px;
  }
}
@media all and (max-width: 840px) {
  .header-title {
    font-size: 26px;
    margin: 0px 100px 0 0;
  }
}
@media all and (max-width: 480px) {
  .header-title {
    margin: 0px 0px 0 0;
  }
}

.header-subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 30px;
}
@media all and (max-width: 1200px) {
  .header-subtitle {
    font-size: 18px;
  }
}
@media all and (max-width: 1100px) {
  .header-subtitle {
    font-size: 16px;
  }
}
@media all and (max-width: 1000px) {
  .header-subtitle {
    font-size: 14px;
  }
}
@media all and (max-width: 480px) {
  .header-subtitle {
    margin-top: 20px;
  }
}

@media all and (max-width: 840px) {
  .header-img {
    text-align: center;
    position: relative;
    height: 300px;
  }
}

.header-img img {
  padding: 30px 10px;
}
@media all and (max-width: 840px) {
  .header-img img {
    padding: 0;
    width: 120%;
    margin: 0 auto;
    position: absolute;
  }
}

.form-header-sp {
  background-color: #456EAD;
  color: #fff;
  text-align: center;
  padding: 30px;
}

.form-header-sp-subtitle {
  font-size: 13px;
  font-weight: bold;
}

.form-header-sp-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.form-header-sp-body {
  background-color: #F0F4F9;
}

.tab-sp-wrap {
  position: relative;
  overflow-x: initial;
}

.tab-sp {
  position: absolute;
  overflow: unset;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.tab-sp img {
  width: 120%;
  position: absolute;
}
@media all and (max-width: 480px) {
  .tab-sp img {
    width: 120%;
  }
}

.tab-sp2-wrap {
  position: relative;
  overflow-x: initial;
  height: 400px;
  margin-top: 20px;
}
@media all and (max-width: 670px) {
  .tab-sp2-wrap {
    height: 370px;
  }
}
@media all and (max-width: 580px) {
  .tab-sp2-wrap {
    height: 260px;
  }
}
@media all and (max-width: 480px) {
  .tab-sp2-wrap {
    height: 200px;
  }
}

.tab-sp2 {
  position: absolute;
  overflow: unset;
  margin: 0 calc(50% - 50vw);
  width: 80vw;
  right: 0;
}

.tab-sp2 img {
  width: 120%;
  position: absolute;
}
@media all and (max-width: 480px) {
  .tab-sp2 img {
    width: 120%;
  }
}

.margin-box {
  height: 750px;
}
@media all and (max-width: 750px) {
  .margin-box {
    height: 660px;
  }
}
@media all and (max-width: 700px) {
  .margin-box {
    height: 620px;
  }
}
@media all and (max-width: 650px) {
  .margin-box {
    height: 560px;
  }
}
@media all and (max-width: 600px) {
  .margin-box {
    height: 520px;
  }
}
@media all and (max-width: 550px) {
  .margin-box {
    height: 460px;
  }
}
@media all and (max-width: 500px) {
  .margin-box {
    height: 450px;
  }
}
@media all and (max-width: 450px) {
  .margin-box {
    height: 410px;
  }
}
@media all and (max-width: 400px) {
  .margin-box {
    height: 350px;
  }
}
@media all and (max-width: 400px) {
  .margin-box {
    height: 330px;
  }
}

.margin-box2 {
  height: 300px;
}
@media all and (max-width: 750px) {
  .margin-box2 {
    height: 280px;
  }
}
@media all and (max-width: 700px) {
  .margin-box2 {
    height: 260px;
  }
}
@media all and (max-width: 650px) {
  .margin-box2 {
    height: 230px;
  }
}
@media all and (max-width: 600px) {
  .margin-box2 {
    height: 210px;
  }
}
@media all and (max-width: 550px) {
  .margin-box2 {
    height: 180px;
  }
}
@media all and (max-width: 500px) {
  .margin-box2 {
    height: 160px;
  }
}
@media all and (max-width: 450px) {
  .margin-box2 {
    height: 140px;
  }
}
@media all and (max-width: 400px) {
  .margin-box2 {
    height: 110px;
  }
}
@media all and (max-width: 400px) {
  .margin-box2 {
    height: 100px;
  }
}

.arrow_box {
  position: relative;
  width: 95%;
  float: right;
  height: auto;
  background: #fff;
  padding: 35px 45px 65px 35px;
  text-align: left;
  color: #444;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media all and (max-width: 1150px) {
  .arrow_box {
    padding: 35px 10px 65px 25px;
  }
}
@media all and (max-width: 900px) {
  .arrow_box {
    padding: 25px 0px 45px 15px;
  }
}
@media all and (max-width: 840px) {
  .arrow_box {
    margin: 0 auto;
    width: 100%;
    padding: 30px;
  }
}
@media all and (max-width: 480px) {
  .arrow_box {
    padding: 20px 20px 30px 20px;
  }
}

.arrow_box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 18px;
  border-right-width: 18px;
  margin-top: -18px;
  border-right-color: #FFFFFF;
  right: 100%;
  top: 50%;
}
@media all and (max-width: 840px) {
  .arrow_box:after {
    display: none;
  }
}

.arrow_box2 {
  position: relative;
  width: 95%;
  float: left;
  height: auto;
  background: #fff;
  padding: 35px 45px 65px 35px;
  text-align: left;
  color: #444;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: -60px;
}
@media all and (max-width: 1200px) {
  .arrow_box2 {
    margin-top: -20px;
  }
}
@media all and (max-width: 1150px) {
  .arrow_box2 {
    padding: 35px 10px 65px 25px;
  }
}
@media all and (max-width: 1000px) {
  .arrow_box2 {
    margin-top: 0px;
  }
}
@media all and (max-width: 900px) {
  .arrow_box2 {
    padding: 25px 0px 45px 15px;
  }
}
@media all and (max-width: 840px) {
  .arrow_box2 {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    padding: 30px;
  }
}
@media all and (max-width: 480px) {
  .arrow_box2 {
    padding: 20px 20px 30px 20px;
  }
}

.arrow_box2:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 18px;
  border-right-width: 18px;
  margin-top: -18px;
  border-left-color: #ffffff;
  left: 100%;
  top: 50%;
}
@media all and (max-width: 840px) {
  .arrow_box2:after {
    display: none;
  }
}

.voice-title {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold;
}
@media all and (max-width: 1150px) {
  .voice-title {
    font-size: 18px;
  }
}
@media all and (max-width: 840px) {
  .voice-title {
    margin: 0;
  }
}

.voice-text {
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
  font-weight: normal;
}
@media all and (max-width: 1150px) {
  .voice-text {
    font-size: 14px;
  }
}

.voice-text-strong {
  font-weight: bold;
  color: #456EAD;
}

.cta-title {
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 1150px) {
  .cta-title {
    font-size: 22px;
  }
}
@media all and (max-width: 1000px) {
  .cta-title {
    font-size: 19px;
  }
}
@media all and (max-width: 840px) {
  .cta-title {
    line-height: 1.7;
  }
}

.cta-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
}
@media all and (max-width: 1150px) {
  .cta-text {
    font-size: 14px;
  }
}
@media all and (max-width: 1000px) {
  .cta-text {
    font-size: 12px;
  }
}

.cta-img {
  padding: 20px 10px 20px 30px;
}
@media all and (max-width: 840px) {
  .cta-img {
    padding: 20px 0 20px 140px;
  }
}
@media all and (max-width: 480px) {
  .cta-img {
    padding: 20px 0 20px 80px;
  }
}

.cta-img img {
  width: 95%;
}
@media all and (max-width: 840px) {
  .cta-img img {
    margin-top: -55px;
  }
}
@media all and (max-width: 480px) {
  .cta-img img {
    margin-top: -45px;
  }
}

.privilege__headline {
  color: #00335E;
  border-bottom: 1px solid #00335E;
}

@media all and (max-width: 840px) {
  .footer-tel {
    text-align: center;
  }
}

.footer-tel img {
  width: 100%;
  max-width: 290px;
  margin: 25px 30px 25px 30px;
}
@media all and (max-width: 840px) {
  .footer-tel img {
    margin: 0;
    margin-top: 0;
  }
}

@media all and (max-width: 840px) {
  .footer-tel-sp {
    text-align: center;
  }
}

.footer-tel-sp img {
  width: 100%;
  max-width: 290px;
  margin: 25px 30px 25px 30px;
}
@media all and (max-width: 840px) {
  .footer-tel-sp img {
    margin: 0;
    margin-top: 0;
  }
}

.link-button {
  width: 75%;
  height: 60px;
  max-width: 310px;
  float: left;
  margin: 0 auto;
  line-height: 2;
  font-weight: bold;
  padding-bottom: 0px;
  vertical-align: middle;
  color: #00335E;
  background-color: #fff;
  -js-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #456EAD;
  text-align: center;
  position: relative;
}
.link-button p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #456EAD;
}
@media all and (max-width: 1150px) {
  .link-button p {
    font-size: 14px;
  }
}

.link-button a {
  color: #456EAD;
  line-height: 3;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.return-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
}

.floating {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  display: none;
}
@media all and (max-width: 840px){
  .floating{
    display: initial;
    transition: .5s;
  }
  .floating.none{
    opacity: 0;
    visibility: hidden;
  }
}

.sp-button-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
@media all and (max-width: 840px) {
  .sp-button-wrap {
    display: block;
  }
}

.sp-button-inner {
  width: 100%;
  position: fixed;
  bottom: 20px;
}

.sp-button-box {
  background-color: #456EAD;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  padding: 15px 60px;
  -webkit-box-shadow: 0px 5px 15px -5px #000;
          box-shadow: 0px 5px 15px -5px #000;
}
@media all and (max-width: 640px) {
  .sp-button-box {
    padding: 15px 50px;
  }
}
@media all and (max-width: 600px) {
  .sp-button-box {
    padding: 15px 40px;
  }
}
@media all and (max-width: 560px) {
  .sp-button-box {
    padding: 15px 30px;
  }
}
@media all and (max-width: 520px) {
  .sp-button-box {
    padding: 15px 20px;
  }
}
@media all and (max-width: 480px) {
  .sp-button-box {
    padding: 15px 60px;
  }
}
@media all and (max-width: 350px) {
  .sp-button-box {
    padding: 15px 50px;
  }
}

.sp-fix-btn {
  width: auto;
  color: #fff;
  padding: 12px 0px;
  border-radius: 5px;
}

.sp-fix-btn a {
  color: #fff;
  width: 87%;
}

.sp-button-box a {
  color: #fff;
  font-weight: bold;
}

.voice-box {
  padding: 20px;
}
@media all and (max-width: 1200px) {
  .voice-box {
    padding: 0px;
  }
}
@media all and (max-width: 840px) {
  .voice-box {
    text-align: center;
    width: 100%;
  }
}

.voice {
  margin: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.img-box1 {
  padding: 40px 30px;
}

.img-box3 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}

.img-box3 img {
  width: 50vw;
  max-width: 790px;
  margin-top: 65px;
}

.img-box4 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}

.img-box4 img {
  width: 42vw;
  max-width: 590px;
  margin-right: 300px;
}

.body-footer-wrap {
  position: relative;
}

.body-footer {
  position: absolute;
  background-color: #00335E;
  width: 300vw;
  right: -321px;
}

.right-box-wrap {
  background-color: #fff;
  z-index: 100;
  margin-right: calc(50% - 50vw);
}

.bg-water {
  background-color: #F0F4F9;
  background-image: url("../img/pc-bg.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: repeat-x;
}
@media all and (max-width: 480px) {
  .bg-water {
    background-image: url("../img/sp-bg.png");
    background-size: 100% auto;
  }
}

.bg-footer1 {
  background-color: #456EAD;
}
@media all and (max-width: 840px) {
  .bg-footer1 {
    background-color: #EEEEEE;
  }
}

.bg-footer2 {
  background-color: #00213C;
  text-align: center;
  color: #fff;
}

.terms a {
  color: blue;
  text-decoration: underline;
}

.sp-date a {
  color: #fff;
}

.circle-button a:hover {
  opacity: 1;
}

.sp-fix-btn a:hover {
  opacity: 1;
}

.sp-button-box a:hover {
  opacity: 1;
}

.footer-wrap {
  padding: 0 25px;
}
@media all and (max-width: 480px) {
  .footer-wrap {
    padding: 0;
  }
}

.right-box {
  width: 100%;
  height: auto;
  background-color: #fff;
}
@media all and (max-width: 840px) {
  .right-box {
    margin: 0 20px 20px 20px;
  }
}

.right-box2 {
  width: 100%;
  background-color: #fff;
}
@media all and (max-width: 840px) {
  .right-box2 {
    margin: 0 20px 20px 20px;
  }
}

.right-box-bottom {
  height: 460px;
  font-size: 15px;
  padding: 20px;
}

.right-box-bottom-title {
  text-align: center;
  font-size: 17px;
  padding: 20px 0 0 0;
  font-weight: bold;
}

.right-box-tab-l {
  margin: 0 0 0 15px;
  height: 100%;
}

.right-box-tab-r {
  padding: 0 20px;
  font-size: 1.6em;
  height: 100%;
}
@media all and (max-width: 480px) {
  .right-box-tab-r {
    font-size: 1.4em;
  }
}

.main__button {
  padding: 15px 33px;
  background-color: #ff0000;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  margin: 0 20px 20px 0;
  font-size: 19px;
  -webkit-box-shadow: 0px 10px 0px 0px rgb(183, 0, 0);
  -ms-box-shadow: 0px 10px 0px 0px rgb(183, 0, 0);
  box-shadow: 0px 10px 0px 0px rgb(183, 0, 0);
}
@media all and (max-width: 640px) {
  .main__button {
    display: none;
  }
}

.sp-date-wrap {
  position: relative;
}

.sp-date {
  display: none;
}
@media all and (max-width: 420px) {
  .sp-date {
    position: absolute;
    display: block;
    margin: 0 auto;
    top: -10px;
    line-height: 1.2;
    width: 92%;
    color: #fff;
    padding: 5px 10px;
    background-color: #ff0000;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.5em;
    text-align: center;
  }
}

/*  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 {
  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__text {
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 9px;
  font-size: 1.5234375vw;
}
@media all and (min-width: 769px) {
  .terms__text {
    font-size: 10.8px;
  }
}
@media all and (max-width: 840px) {
  .terms__text {
    padding: 10px 0 0 0;
  }
}

/* .checkbox-block */
.checkbox {
  position: relative;
}
.checkbox__label {
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.checkbox__label:before {
  content: "";
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 10px;
  background: #ddd;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.checkbox__label:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 18px;
  left: 12px;
  border: 4px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:before {
  background-color: #999;
  border-color: #666;
}

/* 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: 5px 0px 0px 0px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

/* box-block */
.box {
  padding: 5px 0;
  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: 0px;
}
.box--color {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#666));
  background: linear-gradient(#eee, #666);
  padding: 0;
  margin: 5px 0;
  border-radius: 5px;
}
.box--arrow-no-font-orange::after {
  top: 31px;
  border-top: 3px solid #00335E;
  border-right: 3px solid #00335E;
}

.button--orange {
  background-color: #00335E;
  border: 1px solid #00335E;
  -webkit-box-shadow: 0px 9px 0px #06223B;
  -ms-box-shadow: 0px 9px 0px #06223B;
  -o-box-shadow: 0px 9px 0px #06223B;
  -js-box-shadow: 0px 9px 0px #06223B;
  box-shadow: 0px 9px 0px #06223B;
}

/* submit-buttom-block */
.submit-button {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
  background-color: #456EAD;
  border: 1px solid #456EAD;
  border-radius: 5px;
  cursor: pointer;
}
.submit-button:hover {
  background-color: #06579B;
  border: 1px solid #06579B;
}
@media all and (max-width: 480px) {
  .submit-button {
    font-size: 19px;
  }
}

/*　steps-block */
.steps {
  width: 100%;
  height: 30px;
  border-bottom: none;
  border-radius: 5px;
  border: 2px solid #808080;
  background-color: #808080;
  color: #808080;
  line-height: 26px;
  margin-top: 20px;
  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 #808080;
  border-bottom: 2px solid #808080;
  background-color: #fff;
  width: 33%;
  text-align: center;
  font-size: 16px;
  float: left;
  height: 28px;
}
@media all and (max-width: 900px) {
  .steps__1-element {
    font-size: 13px;
  }
}
@media all and (max-width: 839px) {
  .steps__1-element {
    font-size: 15px;
  }
}
@media all and (max-width: 440px) {
  .steps__1-element {
    font-size: 13px;
  }
}
@media all and (max-width: 370px) {
  .steps__1-element {
    font-size: 11px;
  }
}
.steps__1-element--blue {
  background-color: #aa8d53;
  color: #fff;
  font-weight: bold;
  height: 26px;
}
.steps__1-element--grey {
  border-right: 0px solid;
  background-color: #808080;
  color: #fff;
}

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

.required {
  background-color: #C63400;
  border-radius: 3px;
  color: #fff;
  padding: 3px 4px 3px 6px;
  font-size: 10px;
  margin-right: 5px;
  text-align: center;
}

.form-bg {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 40px 10px 20px 10px;
}
@media all and (max-width: 840px) {
  .form-bg {
    padding: 0 25px;
    border: 0px solid #aaaaaa;
  }
}
@media all and (max-width: 480px) {
  .form-bg {
    padding: 0 5px;
  }
}

.form-bg2 {
  background-color: #fff;
  border-top: 1px solid #aa8d53;
  border-left: 2px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  width: 100%;
  height: auto;
  padding: 10px 65px 28px 65px;
}
@media all and (max-width: 840px) {
  .form-bg2 {
    padding: 0 25px;
    border: 0px solid #aaaaaa;
  }
}
@media all and (max-width: 480px) {
  .form-bg2 {
    padding: 0 15px;
  }
}

.form-bg-right {
  background-color: #fff;
  border: 1px solid #aaaaaa;
  width: 100%;
}

.form-bg-right img {
  width: 100%;
}

.form-subtitle {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .form-subtitle {
    font-size: 13px;
  }
}
@media all and (max-width: 960px) {
  .form-subtitle {
    font-size: 11px;
  }
}
@media all and (max-width: 840px) {
  .form-subtitle {
    display: none;
  }
}

.form-main-title {
  font-size: 22px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 840px) {
  .form-main-title {
    display: none;
  }
}

.form-title-margin {
  margin-top: 20px;
}
@media all and (max-width: 840px) {
  .form-title-margin {
    margin-top: 20px;
  }
}

.form-title-top {
  text-align: center;
  font-size: 14px;
  margin: 50px 0 15px 0;
}
@media all and (max-width: 840px) {
  .form-title-top {
    font-size: 18px;
    margin: 30px 0 10px 0;
  }
}
@media all and (max-width: 520px) {
  .form-title-top {
    font-size: 18px;
    margin: 15px 0 5px 0;
  }
}
@media all and (max-width: 400px) {
  .form-title-top {
    font-size: 16px;
  }
}
@media all and (max-width: 350px) {
  .form-title-top {
    font-size: 14px;
  }
}

.point-text {
  margin: 25px 0;
  font-size: 19px;
  line-height: 1.2;
}
@media all and (max-width: 840px) {
  .point-text {
    font-size: 25px;
  }
}
@media all and (max-width: 570px) {
  .point-text {
    font-size: 20px;
  }
}
@media all and (max-width: 430px) {
  .point-text {
    font-size: 17px;
  }
}

.form-bg-left-top {
  width: 100%;
  height: auto;
  text-align: center;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 840px) {
  .form-bg-left-top {
    background-size: auto 100%;
  }
}

.form-bg-left-top img {
  width: 100%;
}
@media all and (max-width: 840px) {
  .form-bg-left-top img {
    max-width: 600px;
  }
}

.sp-button {
  width: 100%;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 10px;
  z-index: 90;
}
@media all and (max-width: 640px) {
  .sp-button {
    display: block;
  }
}

/*  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 #ccc;
  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;
  padding: 7px 10px;
  width: 220px;
  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: 10px;
}

.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 */

.form-column[data-column="事業所で運用している（または開業予定の）サービスを選択してください"] .input-group > .option {
  width: 100%;
}