<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/********** フォント設�? **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
}

/********** ベ�?�スタグ設�? **********/
* {
  max-height: 99999px;
  word-break: break-all;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 4000px) {
  a:hover {
    opacity: 0.75;
  }
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
}

/********** .container設�? **********/
.container {
  width: 100%;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 580px;
}

/********** ガター設�? **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 &gt; [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xs-50 &gt; [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-mm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-mm-50 &gt; [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 4000px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-sm-50 &gt; [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 4000px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-md-50 &gt; [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 4000px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-lg-50 &gt; [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 4000px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-xl-50 &gt; [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 &gt; [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xs-40 &gt; [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-mm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-mm-40 &gt; [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 4000px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-sm-40 &gt; [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 4000px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-md-40 &gt; [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 4000px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-lg-40 &gt; [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 4000px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gutter-xl-40 &gt; [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 &gt; [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xs-20 &gt; [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-mm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-mm-20 &gt; [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 4000px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-sm-20 &gt; [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 4000px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-md-20 &gt; [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 4000px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-lg-20 &gt; [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 4000px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gutter-xl-20 &gt; [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 &gt; [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xs-16 &gt; [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-mm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-mm-16 &gt; [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 4000px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-sm-16 &gt; [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 4000px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-md-16 &gt; [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 4000px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-lg-16 &gt; [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 4000px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gutter-xl-16 &gt; [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 &gt; [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xs-10 &gt; [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-mm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-mm-10 &gt; [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 4000px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-sm-10 &gt; [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 4000px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-md-10 &gt; [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 4000px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-lg-10 &gt; [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 4000px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gutter-xl-10 &gt; [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/********** 5�?割設�? **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-5-1, .col-xs-5-1, .col-5-2, .col-xs-5-2, .col-5-3, .col-xs-5-3, .col-5-4, .col-xs-5-4, .col-5-5, .col-xs-5-5, .col-mm-5-1, .col-mm-5-2, .col-mm-5-3, .col-mm-5-4, .col-mm-5-5, .col-sm-5-1, .col-sm-5-2, .col-sm-5-3, .col-sm-5-4, .col-sm-5-5, .col-md-5-1, .col-md-5-2, .col-md-5-3, .col-md-5-4, .col-md-5-5, .col-lg-5-1, .col-lg-5-2, .col-lg-5-3, .col-lg-5-4, .col-lg-5-5, .col-xl-5-1, .col-xl-5-2, .col-xl-5-3, .col-xl-5-4, .col-xl-5-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xs-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xs-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xs-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xs-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-mm-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-mm-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-mm-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-mm-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-mm-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 4000px) {
  .col-sm-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 4000px) {
  .col-md-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 4000px) {
  .col-lg-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 4000px) {
  .col-xl-5-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-5-2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-5-3 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-5-4 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-5-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#hakkou_jokyou .login_warning {
  display: flex;
  color: #ff0000;
  border: 1px #ff0000 solid;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #ffffff;
  padding: 5px 15px;
  font-size: 1.5rem;
}
#hakkou_jokyou .login_warning .icn {
  max-width: 1em;
  margin-right: 0.5em;
}
#hakkou_jokyou .login_warning .icn img {
  vertical-align: middle;
}
#hakkou_jokyou .login_warning .txt {
  flex-shrink: 10;
}
#hakkou_jokyou sup {
  font-size: 0.8rem;
  top: -1.0em;
}
#hakkou_jokyou .bg {
  background: url(../img/bg_sp.png) no-repeat top center;
  background-size: cover;
}
@media (min-width: 768px) {
  #hakkou_jokyou .bg {
    background: url(../img/bg_pc.png) no-repeat top center;
    background-size: cover;
  }
}
#hakkou_jokyou .bg_white {
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 15px;
}
#hakkou_jokyou .bg_white .note {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
#hakkou_jokyou .bg_white .ttl {
  font-size: 1.7rem;
  font-weight: 700;
}
#hakkou_jokyou .bg_white .required {
  position: relative;
}
#hakkou_jokyou .bg_white .required:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 15px;
  background: url(../img/required.png) no-repeat center center;
  background-size: cover;
  bottom: 5px;
  margin-left: 10px;
}
#hakkou_jokyou .bg_white input {
  width: 100%;
  font-size: 1.9rem;
  padding: 15px 10px;
  background: #eaeaeb;
  border: none;
}
#hakkou_jokyou .bg_white input:focus {
  outline: none;
}
#hakkou_jokyou .bg_white input::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
#hakkou_jokyou .bg_white input:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
  line-height: 1;
}
#hakkou_jokyou .bg_white input::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
#hakkou_jokyou .bg_white dl.select dd {
  width: 90%;
}
#hakkou_jokyou .bg_white dl.select dd.select_block {
  position: relative;
}
#hakkou_jokyou .bg_white dl.select dd.select_block:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #004098;
  pointer-events: none;
}
#hakkou_jokyou .bg_white dl.select dt {
  width: 10%;
  font-size: 1.9rem;
  text-align: center;
}
#hakkou_jokyou .bg_white select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eaeaeb;
  border: none;
  width: 100%;
  font-size: 1.9rem;
  padding: 15px 10px;
}
#hakkou_jokyou .bg_white select:focus {
  outline: none;
}
#hakkou_jokyou select::-ms-expand {
  display: none;
}
#hakkou_jokyou .btn {
  text-align: center;
  margin-top: 30px;
}
#hakkou_jokyou .btn a {
  background: #004098;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
}
#hakkou_jokyou .btn a span {
  font-size: 2.0rem;
  position: relative;
  color: #ffffff;
  padding-right: 20px;
}
#hakkou_jokyou .btn a span:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.png) no-repeat center center;
  background-size: cover;
}
#hakkou_jokyou .fc-blue {
  color: #004098;
}
#hakkou_jokyou .container02 {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 550px;
}
#hakkou_jokyou .card_type {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#hakkou_jokyou .card_type dt {
  white-space: nowrap;
  margin-right: 40px;
  font-size: 1.6rem;
}
#hakkou_jokyou .card_type dd {
  font-weight: 700;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #hakkou_jokyou .card_type dd {
    font-size: 1.5rem;
  }
}
#hakkou_jokyou .step {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#hakkou_jokyou .step02_icon {
  width: 18%;
  margin-left: auto;
  margin-right: auto;
}
#hakkou_jokyou .step03_icon {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}
#hakkou_jokyou .step04_icon {
  width: 33%;
  margin-left: auto;
  margin-right: auto;
}
#hakkou_jokyou .moushikomi_date, #hakkou_jokyou .uketsuke_no {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 10px;
}
#hakkou_jokyou .moushikomi_date dt, #hakkou_jokyou .uketsuke_no dt {
  font-size: 1.5rem;
}
#hakkou_jokyou .moushikomi_date dd, #hakkou_jokyou .uketsuke_no dd {
  font-size: 1.6rem;
  font-weight: 700;
}
#hakkou_jokyou .underline {
  text-decoration: underline;
}
#hakkou_jokyou .modal_btn a {
  position: relative;
  display: inline-block;
}
#hakkou_jokyou .modal_btn a:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  left: 0px;
  top: -2px;
  background: #004098 url(../img/step04_icon02.png) no-repeat center center;
  background-size: 10px 17px;
  border-radius: 50%;
  border: 6px solid #ffffff;
}
#hakkou_jokyou .modal_btn a span {
  display: inline-block;
  padding: 0 40px 0 70px;
  background: #e4e4e4;
  border-radius: 30px;
  line-height: 50px;
  color: #004098;
  font-size: 1.5rem;
  text-decoration: underline;
}
#hakkou_jokyou .modaal-wrapper .modaal-close {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: #004098;
  border: 3px solid #ffffff;
}
#hakkou_jokyou .modaal-close:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3px;
  height: 20px;
  border-radius: 0;
}
#hakkou_jokyou .modaal-close:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 20px;
  border-radius: 0;
}
#hakkou_jokyou .modaal-inner-wrapper {
  padding: 80px 0;
}
#hakkou_jokyou .modaal-container {
  width: 100%;
  border-radius: 15px;
  padding: 40px 25px;
}
#hakkou_jokyou .modaal-content-container {
  padding: 0;
}
#hakkou_jokyou .modaal-content-container .ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #004098;
}
#hakkou_jokyou .yubin {
  text-align: center;
  padding-top: 10px;
}
#hakkou_jokyou .yubin a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  line-height: 35px;
}
#hakkou_jokyou .yubin a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/step04_icon03.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#hakkou_jokyou .yubin a span {
  text-decoration: underline;
  color: #004098;
  font-size: 1.5rem;
}
#hakkou_jokyou .haitatsu_no {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#hakkou_jokyou .haitatsu_no dt {
  white-space: nowrap;
  margin-right: 40px;
  font-size: 1.5rem;
}
#hakkou_jokyou .haitatsu_no dd {
  font-weight: 700;
  font-size: 1.6rem;
}
#hakkou_jokyou .icon_tel {
  position: relative;
  padding-left: 15px;
  display: inline;
}
#hakkou_jokyou .icon_tel:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
  background: url(../img/icon_tel.png) no-repeat center center;
  background-size: contain;
}
#hakkou_jokyou .icon_tel02 {
  display: inline-block;
  line-height: 1em;
  cursor: default;
}
#hakkou_jokyou .icon_tel02 img {
  vertical-align: baseline;
  width: 15px;
  height: 11px;
}

.cookiepolicy a{                        /*cookieポリシーリンク用*/
  text-decoration: underline;
  color: #004098;
  margin-top: 1px;
  text-align: right;
  font-size: 14px;
}

.stepFrame {
  position: relative;
}
.stepFrame .dotLine {
  position: absolute;
  top: 33%;
  left: 12%;
  right: 12%;
  height: 2px;
  background-image: linear-gradient(90deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  background-repeat: repeat-x;
  animation: draw 1.0s ease forwards;
}
.stepFrame .stepBox {
  display: flex;
  justify-content: space-between;
}
.stepFrame .stepBox .stepList {
  width: 20%;
}
.stepFrame .stepBox .stepList .num {
  width: 100%;
  padding-top: 100%;
  position: relative;
  font-size: 4.0vw;
}
@media (min-width: 500px) {
  .stepFrame .stepBox .stepList .num {
    font-size: 2.0rem;
  }
}
.stepFrame .stepBox .stepList .num .circle {
  width: 50%;
  height: 50%;
  background-color: #ffffff;
  color: #004098;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.stepFrame .stepBox .stepList .txt {
  font-size: 3.8vw;
  text-align: center;
  margin-top: 10%;
  color: #004098;
}
@media (min-width: 500px) {
  .stepFrame .stepBox .stepList .txt {
    font-size: 1.9rem;
  }
}
.stepFrame .stepBox .stepList.current .num {
  font-size: 8.0vw;
}
@media (min-width: 500px) {
  .stepFrame .stepBox .stepList.current .num {
    font-size: 4.0rem;
  }
}
.stepFrame .stepBox .stepList.current .num .circle {
  animation: big 1.0s ease forwards;
}
.stepFrame .stepBox .stepList.current .txt {
  font-weight: 700;
}

@keyframes big {
  0% {
    width: 50%;
    height: 50%;
    background-color: #ffffff;
    color: #004098;
  }
  100% {
    width: 80%;
    height: 80%;
    background-color: #004098;
    color: #ffffff;
  }
}
@keyframes draw {
  0% {
    right: 88%;
  }
  100% {
    right: 12%;
  }
}
/********** headerエリア **********/
#header {
  position: relative;
}
#header h1 {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  max-width: 60px;
}
#header h2 {
  font-size: 2.0rem;
  font-weight: 700;
  color: #014198;
  line-height: 60px;
  text-align: left;
  padding-left: 20%;
  padding-right: 20%;
}
@media (min-width: 768px) {
  #header h2 {
    text-align: center;
  }
}
#header .log_out {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  max-width: 86px;
  padding-left: 10px;
  border-left: 1px solid #004098;
}
#header .log_out:hover {
  cursor: pointer;
}

/********** footerエリア **********/
#footer .border_b {
  border-bottom: 2px solid #000000;
}
#footer .border_b p {
  width: 50%;
}
#footer .copy_right {
  font-size: 0.9rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .f_txtimg {
  max-width: 225px;
}

/********** サンプル **********/
.sample_platform {
  position: relative;
}

.sampleBlock {
  position: absolute;
  top: 0;
  left: 0;
}
.sampleBlock .row &gt; * {
  border-left: 1px rgba(0, 0, 0, 0.2) dashed;
  border-right: 1px rgba(0, 0, 0, 0.2) dashed;
}
.sampleBlock .row &gt; *:before {
  content: "";
  display: block;
  width: 100%;
  height: 2000px;
  background-color: rgba(0, 255, 0, 0.2);
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>