@charset 'utf-8';

.target-blank:after {
  content: ' \f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-decoration: none;
}

.guide-page-headline {
  align-items: center;
  background: #00a0e9;
  display: flex;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-headline-inner {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.125;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-middle-heading {
  color: #555;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin: 50px 0 30px;
  padding: 0 0 0 16px;
  position: relative;
}
@media screen and (max-width: 667px) {
.guide-page-middle-heading {
  font-size: 17px;
  margin: 40px 0 25px;
  padding: 0 0 0 12px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-middle-heading:before,
.guide-page-middle-heading:after {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: 5px;
}
@media screen and (max-width: 667px) {
.guide-page-middle-heading:before,
.guide-page-middle-heading:after { width: 4px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-middle-heading:before {
  background-color: #00a0e9;
  height: 10px;
  top: -1px;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-middle-heading:after {
  background-color: #777;
  height: 16px;
  top: 9px;
}
@media screen and (max-width: 667px) {
.guide-page-middle-heading:after { height: 11px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-heading-bullet-circle {
  color: #ff9500;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 25px 0 15px;
  padding: 0 0 0 1.2em;
  position: relative;
}
@media screen and (max-width: 667px) {
.guide-page-heading-bullet-circle { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-small-heading + .guide-page-confirm > .guide-page-heading-bullet-circle { margin-top: 0; }

.guide-page-heading-bullet-circle:before {
  border: 1px solid #ff9500;
  border-radius: 15px;
  content: '';
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
@media screen and (max-width: 667px) {
.guide-page-heading-bullet-circle:before {
  height: 16px;
  width: 16px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-small-heading {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 10px;
}
@media screen and (max-width: 667px) {
.guide-page-small-heading {
  font-size: 15px;
  margin: 20px 0 10px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-sentence {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 667px) {
.guide-page-sentence { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-text-link {
  font-weight: 600;
  padding-left: .2em;
  position: relative;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-text-link:before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dl {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 667px) {
.order-howto-dl { margin-top: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dl:before {
  background: #eee;
  content: '';
  display: block;
  height: 100%;
  left: 100px;
  margin-left: -8px;
  position: absolute;
  top: 0;
  width: 15px;
}
@media screen and (max-width: 667px) {
.order-howto-dl:before { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}


.order-howto-dl-inner {
  padding: 0 0 70px 100px;
  position: relative;
}
@media screen and (max-width: 667px) {
.order-howto-dl-inner { padding: 0 0 40px 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dl-inner:before,
.order-howto-dl-inner:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 667px) {
.order-howto-dl-inner:before,
.order-howto-dl-inner:after { display: none; }
}

.order-howto-dl-inner:before {
  background: #337ab7;
  height: 32px;
  left: 0;
  top: 0;
  width: 75px;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dl-inner:after {
  border-bottom: 6px solid transparent;
  border-left: 12px solid #337ab7;
  border-right: none;
  border-top: 6px solid transparent;
  margin-top: -6px;
  left: 75px;
  top: 16px;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dt {
  padding-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dt:before,
.order-howto-dt:after {
  content: '';
  display: block;
  position: absolute;
}
@media screen and (max-width: 667px) {
.order-howto-dt:before,
.order-howto-dt:after { display: none; }
}

.order-howto-dt:before {
  background: #00a0e9;
  border-radius: 50%;
  height: 7px;
  left: -3px;
  top: 13px;
  width: 7px;
  z-index: 4;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dt:after {
  border-bottom: 1px dashed #999;
  left: 5px;
  top: 16px;
  width: 30px;
  z-index: 3;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dt-step {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  left: -82px;
  position: absolute;
  top: 9px;
  z-index: 4;
}
@media screen and (max-width: 667px) {
.order-howto-dt-step {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: .2em;
  position: static;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dt-text {
  color: #00a0e9;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 45px;
}
@media screen and (max-width: 667px) {
.order-howto-dt-text {
  font-size: 15px;
  padding-left: 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd {
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 667px) {
.order-howto-dd { padding-left: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd-text {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media screen and (max-width: 667px) {
.order-howto-dd-text { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-picture {
  display: block;
  width: auto !important;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd-flex {
  align-content: flex-start;
  display: flex;
}
@media screen and (max-width: 667px) {
.order-howto-dd-flex { flex-wrap: wrap; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd-flex .order-howto-figure {
  margin-right: 2%;
  width: 40%;
}
@media screen and (max-width: 667px) {
.order-howto-dd-flex .order-howto-figure {
  margin-right: 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd-caption { width: 58%; }
@media screen and (max-width: 667px) {
.order-howto-dd-caption {
  margin-top: 10px;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd-caption-heading {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: .5em;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd-caption-sentence {
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.order-howto-dd-caption-link {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-button {
  align-items: center;
  background-color: #337ab7;
  border-radius: 10px;
  display: flex;
  box-shadow: 2px 2px 2px #ccc;
  height: 60px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.guide-page-button { height: 45px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-button.rows2 { width: 385px; }
@media screen and (max-width: 667px) {
.guide-page-button.rows2 { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-button-inner {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-page-button-inner { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.guide-page-button:hover {
  background-color: #1f4a6f;
  box-shadow: none;
  text-decoration: none;
  transform: translate3d(0, 2px, 0);
}

.guide-page-ul {
  margin-left: 1em;
  padding: 0;
}

.guide-page-li { padding-bottom: 1em; }

.guide-page-flex {
  display: flex;
  flex-wrap: wrap;
}

.guide-page-flex-rows2 {
  margin: 0 1%;
  padding: 0 0 2em;
  width: 48%;
}

.guide-page-flex-sentence {
  font-size: 15px;
  margin-top: 1.3em;
  padding: 0;
}

/* button-border
======================================================== */
.button-border {
  align-items: center;
  background-color: #1a5098;
  border: 3px solid #fff;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  height: 75px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-border {
  border: 2px solid #fff;
  margin: 10px auto 0;
  height: 45px;
  width: 95%;
}
.button-border:first-child { margin: 0 auto; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-border {
  border: 2px solid #fff;
  height: 50px;
  width: 80%;
}
}

.button-border.color-yellow { background-color: #ff9600; }

.button-border:after {
  color: #fff;
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: .5em;
  top: 25px;
}
@media screen and (max-width: 667px) {
.button-border:after { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-border:after {
  font-size: 14px;
  top: 15px;
}
}

.button-border:link,
.button-border:visited,
.button-border:hover,
.button-border:active { text-decoration: none !important; }

.button-border.rows1 { width: 850px; }
.button-border.rows2 { width: 385px; }
.button-border.rows3 { width: 270px; }
.button-border.rows4 { width: 260px; }
.button-border.rows5 { width: 210px; }
@media screen and (max-width: 667px) {
.button-border.rows1,
.button-border.rows2,
.button-border.rows3,
.button-border.rows4,
.button-border.rows5 {
  margin: 20px auto 0;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-border.rows1 { width: 80%; }
.button-border.rows2 { width: 48%; }
.button-border.rows3 { width: 32%; }
.button-border.rows4 { width: 24%; }
.button-border.rows5 { width: 19%; }
}


/* button hover & arrow-direction
======================================================== */
.button-border:hover {
  background-color: #fff;
  border-color: #1a5098;
  color: #1a5098;
  text-decoration: none;
}

.button-border:hover .button-inner { color: #1a5098; }
.button-border:hover:after { color: #1a5098; }
.button-border.arrow-down:after { transform: rotate(90deg); }


.button-border.color-yellow:hover {
  background-color: #fff;
  border-color: #ff9600;
  color: #ff9600;
  text-decoration: none;
}

.button-border.color-yellow:hover .button-inner { color: #ff9600; }
.button-border.color-yellow:hover:after { color: #ff9600; }


/* button-inner
======================================================== */
.button-inner {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 667px) {
.button-inner { font-size: 13px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-inner { font-size: 14px; }
}


/* button wrap
======================================================== */
.button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 850px;
}
@media screen and (max-width: 667px) {
.button-wrap { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.button-wrap { width: 95%; }
}

.button-wrap.size-wide { width: 100%; }

.button-wrap.flex-center { justify-content: center; }

.button-wrap .button-border { margin: 20px 0 0; }
@media screen and (max-width: 667px) {
.button-wrap .button-border { margin: 10px auto 0; }
}

.product-wrap + .button-wrap,
.product-wrap + .button-border { margin-top: 10px; }
@media screen and (max-width: 667px) {
.product-wrap + .button-wrap,
.product-wrap + .button-border { margin-top: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-wrap + .button-wrap,
.product-wrap + .button-border { margin-top: 10px; }
}


/* under-button-sentence
======================================================== */
.under-button-sentence {
  font-size: 16px;
  line-height: 1.75;
  margin: 50px auto 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
.under-button-sentence {
  font-size: 11px;
  line-height: 1.5;
  margin: 25px auto 0;
  text-align: left;
  width: 93%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.under-button-sentence {
  font-size: 13px;
  line-height: 1.5;
  margin: 30px auto 0;
}
}

.under-button-emphasis-sentence { font-weight: 500; }

.under-button-sentence + .button-border { margin-top: 30px; }
@media screen and (max-width: 667px) {
.under-button-sentence + .button-border { margin-top: 10px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.under-button-sentence + .button-border { margin-top: 20px; }
}