/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* original css */
html {
  font-size: 62.5%;
}
body {
  color: #222222;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a:hover {
  color: inherit;
}
@media print, screen and (min-width: 768px) {
  .is-hoverAction,
  a {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    cursor: pointer;
  }
  .is-hoverAction:hover,
  a:hover {
    opacity: .8;
  }
}
.is-sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.is-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

/* header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 35px;
  background-color: #f5f5f3;
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

.header-infoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 36.26%;
  max-width: 136px;
}
@media print, screen and (min-width: 768px) {
  .header-infoArea {
    width: 40.46%;
    max-width: 518px;
  }
}

.header-infoArea-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header-infoArea-logo {
    width: 61.77%;
  }
}
.header-infoArea-logo .is-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../img/logo_header.png) no-repeat center left 5px / 96.69% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .header-infoArea-logo .is-inner {
    background-position: center left 10px;
    background-size: 93.75% auto;
  }
}

.header-infoArea-catch {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-infoArea-catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12.74%;
    background: url(../img/header_catch.gif) no-repeat center left / 87.87% auto;
    text-indent: -1000px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
}

.header-infoArea-station {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-infoArea-station {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25.28%;
  }
}
.header-infoArea-station-item {
  width: 100%;
  height: 0;
  padding-top: 12.68%;
  background: no-repeat center left / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.header-infoArea-station-item + .header-infoArea-station-item {
  margin-top: 2px;
}
.header-infoArea-station-item.station-osaka {
  background-image: url(../img/ico_header01.gif);
}
.header-infoArea-station-item.station-kyoto {
  background-image: url(../img/ico_header02.gif);
}
.header-infoArea-station-item.station-sannomiya {
  background-image: url(../img/ico_header03.gif);
}

.header-bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 61.86%;
  max-width: 232px;
  padding-right: 9px;
}
@media print, screen and (min-width: 768px) {
  .header-bnrArea {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 52.42%;
    max-width: 671px;
  }
}
.header-bnrArea-tel-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-bnrArea-tel-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38.45%;
  }
}
.header-bnrArea-tel-pc .is-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../img/header_btn_tel_pc.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.header-bnrArea-tel-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  margin-right: 3px;
}
@media print, screen and (min-width: 768px) {
  .header-bnrArea-tel-sp {
    display: none;
  }
}
.header-bnrArea-tel-sp .is-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../img/header_btn_tel_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.header-bnrArea-tel-sp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44.82%;
}
@media print, screen and (min-width: 768px) {
  .header-bnrArea-tel-sp2 {
    display: none;
  }
}
.header-bnrArea-tel-sp2 .is-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../img/header_btn_tel_sp2.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.header-bnrArea-line-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-bnrArea-line-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 21.6%;
  }
}
.header-bnrArea-line-pc .is-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../img/header_btn_line.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.header-bnrArea-contact-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-bnrArea-contact-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 37.25%;
  }
}
.header-bnrArea-contact-pc .is-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url(../img/header_btn_contact.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}

/* footer */
.footer {
  width: 100%;
  background-color: #0d4390;
  color: #fff;
}

.footer-contents {
  width: 100%;
  padding: 17px 20px 24px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1027px;
    padding: 35px 20px;
    margin: 0 auto;
  }
}

.footer-contents-logo {
  width: 83px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-contents-logo {
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 100;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-contents-logo {
    width: 166px;
    height: 80px;
  }
}
.footer-contents-logo .is-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/footer_logo.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}

.footer-contents-info {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer-contents-info {
    width: calc(100% - 166px);
    padding-left: 26px;
  }
}
.footer-contents-info-title {
  width: 100%;
  padding-left: 98px;
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 40px;
}
@media print, screen and (min-width: 768px) {
  .footer-contents-info-title {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.footer-contents-info-address {
  width: 100%;
}

.footer-addressArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.625;
}
@media print, screen and (min-width: 768px) {
  .footer-addressArea {
    font-size: 1.4rem;
    line-height: normal;
  }
}
.footer-addressArea + .footer-addressArea {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer-addressArea + .footer-addressArea {
    margin-top: 5px;
  }
}
.footer-addressArea-title {
  display: inline-block;
  width: auto;
  margin-right: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .footer-addressArea-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-addressArea-title {
    min-width: 112px;
    padding-right: 5px;
    margin-right: 0;
  }
}
.footer-addressArea-address {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-addressArea-address {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-addressArea-address {
    width: 445px;
    padding-right: 20px;
  }
}
.footer-addressArea-tel {
  width: auto;
  max-width: calc(100% - 83px);
}
@media only screen and (max-width: 767px) {
  .footer-addressArea-tel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-addressArea-tel {
    max-width: 100%;
  }
}

.footer-copyright {
  width: 100%;
  padding-bottom: 100px;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .footer-copyright {
    padding-bottom: 0;
  }
}
.footer-copyright-inner {
  display: block;
  width: 100%;
  text-align: center;
}
.footer-copyright-inner .is-inner {
  display: inline-block;
  padding: 10px;
  color: #0d4390;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .footer-copyright-inner .is-inner {
    font-size: 14px;
  }
}

/* bottomArea */
.bottomArea {
  width: 100%;
  padding-top: 12%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .bottomArea {
    display: none;
  }
}
.bottomArea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bottomArea-list-item.bottomArea-tel {
  width: 56%;
}
.bottomArea-list-item.bottomArea-contact {
  width: 43.73%;
}
.bottomArea-list-item .is-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.bottomArea-list-item.bottomArea-tel .is-inner {
  background-image: url(../img/bottom_btn_tel.png);
}
.bottomArea-list-item.bottomArea-contact .is-inner {
  background-image: url(../img/bottom_btn_contact.png);
}

/* main */
.main {
  width: 100%;
}

/* mainViewArea */
.mainViewArea {
  width: 100%;
  height: 60.8vw;
  background: url(../img/mainViewArea/bg_sp.png) no-repeat top center / cover;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea {
    height: 46vw;
    background-image: url(../img/mainViewArea/bg_pc.png);
  }
}

.mainViewArea-main {
  width: 100%;
  /* max-width: 1280px; */
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mainViewArea-intro,
.mainViewArea-title,
.mainViewArea-catch {
  display: block;
  position: absolute;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}

.mainViewArea-intro {
  width: 91.33vw;
  height: 9vw;
  background: url(../img/mainViewArea/intro_sp.png) no-repeat top center / 100% auto;
  top: 5vw;
  left: 4.26vw;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-intro {
    width: 37.42vw;
    height: 5.31vw;
    background-image: url(../img/mainViewArea/intro_pc.png);
    top: 3.2vw;
    left: 24.76vw;
  }
}

.mainViewArea-title {
  width: 52.66vw;
  height: 36.53vw;
  background: url(../img/mainViewArea/main_sp.png) no-repeat top center / 100% auto;
  top: 17.73vw;
  left: 21.2vw;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-title {
    width: 37.65vw;
    height: 25.25vw;
    background-image: url(../img/mainViewArea/main_pc.png);
    top: 9.68vw;
    left: 24.68vw;
  }
}

.mainViewArea-catch {
  width: 17.2vw;
  height: 17vw;
  background: url(../img/mainViewArea/catch_sp.png) no-repeat top center / 100% auto;
  top: 14vw;
  left: 2.8vw;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-catch {
    width: 11.79vw;
    height: 11.79vw;
    background-image: url(../img/mainViewArea/catch_pc.png);
    top: 4.53vw;
    left: 12.34vw;
  }
}

/* testArea */
.testArea {
  width: 100%;
}

.testArea-main {
  width: 100%;
  padding: 0 0 27px;
  margin: 0 0 21px;
  background-color: #ebf4fb;
}
@media print, screen and (min-width: 768px) {
  .testArea-main {
    max-width: 1000px;
    padding-bottom: 54px;
    margin: -8.28vw auto 42px;
    -webkit-filter: drop-shadow(0 0 7px rgba(0,0,0,.3));
            filter: drop-shadow(0 0 7px rgba(0,0,0,.3));
  }
}

.testArea-main-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 105px;
  padding-top: 15px;
  background: #0077cd url(../img/testArea/title_bg_sp.png) no-repeat center center / cover;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}
@media print, screen and (min-width: 768px) {
  .testArea-main-head {
    height: calc(16.4vw + 30px);
    padding-top: 30px;
    background-image: url(../img/testArea/title_bg_pc.png);
  }
}
@media print, screen and (min-width: 1280px) {
  .testArea-main-head {
    height: 210px;
  }
}
.testArea-main-head-inner {
  display: block;
  width: 100%;
  line-height: 1;
  -webkit-filter: drop-shadow(3px 8px 6px rgba(0,0,0,.2));
  filter: drop-shadow(3px 8px 6px rgba(0,0,0,.2));
}
.testArea-main-head .is-small {
  font-size: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-main-head .is-small {
    font-size: min(3.28vw,42px);
  }
}
@media print, screen and (min-width: 1280px) {
  .testArea-main-head .is-small {
    font-size: 4.2rem;
  }
}
.testArea-main-head .is-big {
  margin-top: 5px;
  font-size: 3.1rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-main-head .is-big {
    margin-top: 10px;
    font-size: min(4.84vw,62px);
  }
}
@media print, screen and (min-width: 1280px) {
  .testArea-main-head .is-big {
    font-size: 6.2rem;
  }
}
.testArea-main-head .is-yellow {
  color: #fdee00;
}

.testArea-main-introArea {
  width: 100%;
  padding: 18px 0 28px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .testArea-main-introArea {
    padding: 44px 0 56px;
  }
}
.testArea-main-introArea-text {
  width: 285px;
  background-color: #fff;
  border: 2px solid #0d4390;
  border-radius: 15px;
  color: #0d4390;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 27px;
  position: absolute;
  top: -14.5px;
  left: calc(50% - 142.5px);
}
@media print, screen and (min-width: 768px) {
  .testArea-main-introArea-text {
    width: 570px;
    border-radius: 29px;
    font-size: min(2.34vw,30px);
    line-height: 56px;
    top: -29px;
    left: calc(50% - 285px);
  }
}
@media print, screen and (min-width: 1280px) {
  .testArea-main-introArea-text {
    font-size: 3rem;
  }
}
.testArea-main-introArea-mainText {
  width: 100%;
  height: 0;
  padding-top: 40.66%;
  background: url(../img/testArea/intro_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .testArea-main-introArea-mainText {
    padding-top: 31.7%;
    background-image: url(../img/testArea/intro_pc.png);
  }
}

.testArea-testTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 30px;
  margin: 0 0 23px;
  background: rgb(13,70,150);
  background: -o-linear-gradient(bottom, rgba(13,70,150,1) 0%, rgba(22,83,170,1) 50%, rgba(13,70,150,1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13,70,150,1)), color-stop(50%, rgba(22,83,170,1)), to(rgba(13,70,150,1)));
  background: linear-gradient(0deg, rgba(13,70,150,1) 0%, rgba(22,83,170,1) 50%, rgba(13,70,150,1) 100%);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .testArea-testTitle {
    padding: 0 155px 0 0;
    height: 120px;
    margin-bottom: 46px;
  }
}
.testArea-testTitle::before,
.testArea-testTitle::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.testArea-testTitle::before {
  top: 7px;
}
.testArea-testTitle::after {
  bottom: 7px;
}
.testArea-testTitle-catch {
  display: block;
  width: 75.5px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .testArea-testTitle-catch {
    height: 100%;
    position: absolute;
    top: 0;
    left: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .testArea-testTitle-catch {
    width: 151px;
    margin-right: 62px;
  }
}
.testArea-testTitle-catch-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../img/mainViewArea/catch_pc.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 37.7px);
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .testArea-testTitle-catch-inner {
    top: calc(50% - 75.5px);
  }
}
.testArea-testTitle-mainText {
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: normal;
}
@media print, screen and (min-width: 768px) {
  .testArea-testTitle-mainText {
    font-size: 4.2rem;
  }
}

.testArea-testWrap {
  width: 100%;
}

.testArea-testFlow {
  width: 100%;
}
.testArea-testFlow-list {
  width: 100%;
}
.testArea-testFlow-list-item {
  display: none;
  width: 100%;
}
.testArea-testFlow-list-item:first-child {
  display: block;
}
.testArea-testFlow-list-item + .testArea-testFlow-list-item {
  margin-top: 28.5px;
}
@media print, screen and (min-width: 768px) {
  .testArea-testFlow-list-item + .testArea-testFlow-list-item {
    margin-top: 54px;
  }
}

.testArea-contents {
  width: 100%;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents {
    max-width: 840px;
    margin: 0 auto;
  }
}
.testArea-contents-title {
  width: 100%;
  margin: 0 0 13px;
  border: 2px solid #0d4390;
  border-radius: 4px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-title {
    border-radius: 8px;
    margin-bottom: 28px;
  }
}
.testArea-contents-title::before {
  content: '';
  display: block;
  width: 9px;
  height: 9.5px;
  background: url(../img/fukidashi_sp.svg) no-repeat top center / 100% auto;
  position: absolute;
  bottom: -6.5px;
  left: calc(50% - 4.5px);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-title::before {
    width: 18px;
    height: 19px;
    background-image: url(../img/fukidashi_pc.svg);
    bottom: -13px;
    left: calc(50% - 9px);
  }
}
.testArea-contents-title-inner {
  display: block;
  width: 100%;
  padding: 10px 10px 8px;
  background-color: #fff;
  border-radius: 5px;
  color: #0d4390;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.42;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-title-inner {
    padding: 19px 10px 16px;
    border-radius: 10px;
    font-size: 2.8rem;
  }
}
.testArea-contents-main {
  width: 100%;
  padding: 17.5px 14px;
  margin: 0 0 25px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-main {
    padding: 35px 28px;
    margin-bottom: 50px;
  }
}
.testArea-contents-btn {
  width: 100%;
}
.testArea-contents-btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background: rgb(255,202,42);
  background: -o-linear-gradient(top, rgba(255,202,42,1) 0%, rgba(255,202,42,1) 50%, rgba(249,195,30,1) 50%, rgba(249,195,30,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,202,42,1)), color-stop(50%, rgba(255,202,42,1)), color-stop(50%, rgba(249,195,30,1)), to(rgba(249,195,30,1)));
  background: linear-gradient(-180deg, rgba(255,202,42,1) 0%, rgba(255,202,42,1) 50%, rgba(249,195,30,1) 50%, rgba(249,195,30,1) 100%);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: normal;
  position: relative;
  -webkit-filter: drop-shadow(3px 0 3px rgba(0,0,0,.2));
  filter: drop-shadow(3px 0 3px rgba(0,0,0,.2));
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-btn-item {
    height: 100px;
    border-radius: 10px;
    font-size: 3.4rem;
  }
  .testArea-contents-btn-item:hover {
    color: #fff;
  }
}
.testArea-contents-btn-item::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_down.png) no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 30px;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-btn-item::after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 50px;
  }
}
.testArea-contents-selectBirth {
  width: 100%;
  text-align: center;
}
.testArea-contents-selectBirth select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  min-height: 35px;
  padding: 0 25px 0 13px;
  background: #fff url(../img/testArea/icon_select.svg) no-repeat center right 8px / 8px auto;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: normal;
  font-size: 1.2rem;
}
.testArea-contents-selectBirth select::-ms-expand {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-selectBirth select {
    min-height: 70px;
    padding: 0 55px 0 25px;
    background-position: center right 16px;
    background-size: 15px auto;
    border-radius: 10px;
    font-size: 2.4rem;
  }
}
.testArea-contents-selectBirth select.select-year {
  padding: 0 30px 0 10px;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-selectBirth select.select-year {
    padding: 0 60px 0 20px;
  }
}

@-moz-document url-prefix() {
  .testArea-contents-selectBirth select {
    line-height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  @-moz-document url-prefix() {
    .testArea-contents-selectBirth select {
      line-height: 70px;
    }
  }
}
.testArea-contents-selectBirth .note {
  padding: 0 8px 0 5px;
  vertical-align: middle;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-selectBirth .note {
    font-size: 2.4rem;
  }
}

.testArea-contents-choiceList {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 -10px;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-choiceList {
    max-width: 700px;
    padding: 23px 0;
    margin: 0 auto -20px;
  }
}
.testArea-contents-choiceList-item {
  width: 100%;
  margin: 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-choiceList-item {
    margin-bottom: 20px;
  }
}
.testArea-contents-choiceList-item > a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border: 2px solid #0d4390;
  border-radius: 17.5px;
  color: #0d4390;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(3px 0 3px rgba(0,0,0,.1));
  filter: drop-shadow(3px 0 3px rgba(0,0,0,.1));
}
@media print, screen and (min-width: 768px) {
  .testArea-contents-choiceList-item > a {
    padding: 12px 10px;
    border-radius: 35px;
    font-size: 2.8rem;
  }
  .testArea-contents-choiceList-item > a:hover {
    background-color: #0d4390;
    color: #fff;
    opacity: 1;
  }
}
.testArea-contents-choiceList-item > a.active {
  background-color: #0d4390;
  color: #fff;
}
.testArea-contents-choiceList-item > a.disable {
  pointer-events: none;
}

.testArea-testResult {
  display: none;
}

.testArea-resultBox {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox {
    max-width: 840px;
    margin: 0 auto 40px;
  }
}
.testArea-resultBox-title {
  width: 100%;
  margin: 0 0 15px;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-title {
    margin-bottom: 32px;
  }
}
.testArea-resultBox-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 73px;
  padding: 0 0 10px;
  margin: 25px auto 0;
  background: url(../img/testArea/bg_result_sp.png) no-repeat center center / 100% auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: normal;
  -webkit-filter: drop-shadow(2px 0 7px rgba(0,0,0,.25));
  filter: drop-shadow(2px 0 7px rgba(0,0,0,.25));
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-title-inner {
    width: 420px;
    height: 145px;
    margin-top: 50px;
    padding-bottom: 8px;
    background-image: url(../img/testArea/bg_result_pc.png);
    font-size: 3.4rem;
  }
}
.testArea-resultBox-main {
  width: 100%;
  padding: 27px 15px 35px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-main {
    padding: 54px 20px 70px;
  }
}
.testArea-resultBox-main-text {
  width: 100%;
  margin: 0 0 14px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-main-text {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
.testArea-resultBox-main-text .is-orange {
  color: #fb3f01;
}
.testArea-resultBox-main-text02 {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-main-text02 {
    font-size: 2rem;
  }
}
.testArea-resultBox-main-text03 {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-main-text03 {
    font-size: 2rem;
  }
}
.testArea-resultBox-main-title {
  width: 100%;
  height: 0;
  padding: 17.38% 0 0;
  margin: 0;
  background: url(../img/testArea/resultbox_title_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-main-title {
    max-width: 720px;
    padding-top: 15.69%;
    margin: 0 auto;
    background-image: url(../img/testArea/resultbox_title_pc.png);
  }
}
.testArea-resultBox-main-pointBox {
  width: 100%;
  padding: 0 0 0 25px;
  margin: 20px 0 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-main-pointBox {
    max-width: 710px;
    padding-left: 60px;
    margin: 40px auto 0;
  }
}
.testArea-resultBox-main-pointBox-num {
  display: block;
  width: 45px;
  height: 63.5px;
  background: url(../img/testArea/result_01.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-main-pointBox-num {
    width: 91px;
    height: 127px;
    top: -16px;
  }
}
.is-02 .testArea-resultBox-main-pointBox-num {
  background-image: url(../img/testArea/result_02.png);
}
.is-03 .testArea-resultBox-main-pointBox-num {
  background-image: url(../img/testArea/result_03.png);
}
.testArea-resultBox-main-pointBox-main {
  width: 100%;
}
.testArea-resultBox-pointDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 75px;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail {
    min-height: 150px;
  }
}
.testArea-resultBox-pointDetail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding: 0 0 0 6px;
  background: #0d4595 url(../img/testArea/result_title_bg_sp.svg) no-repeat top center / 100% auto;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-title {
    width: 259px;
    padding-left: 12px;
    background-image: url(../img/testArea/result_title_bg_pc.svg);
  }
}
.testArea-resultBox-pointDetail-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.testArea-resultBox-pointDetail-title-top {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-title-top {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
}
.testArea-resultBox-pointDetail-title-bottom {
  display: block;
  width: 100%;
  color: #fdf400;
  text-align: center;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-title-bottom {
    font-size: 3.6rem;
  }
}
.testArea-resultBox-pointDetail-title-bottom .is-big {
  font-size: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-title-bottom .is-big {
    font-size: 4.2rem;
  }
}
.testArea-resultBox-pointDetail-title-bottom .is-medium {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-title-bottom .is-medium {
    font-size: 4rem;
  }
}
.testArea-resultBox-pointDetail-title-bottom .is-small {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-title-bottom .is-small {
    font-size: 2.4rem;
  }
}
.testArea-resultBox-pointDetail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 120px);
  background-color: #fff;
  border: 2px solid #0d4595;
  border-left: none;
  font-weight: 500;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-main {
    width: calc(100% - 259px);
    font-size: 2.8rem;
  }
}
.testArea-resultBox-pointDetail-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 8px 10px 8px 12px;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-main-inner {
    max-width: 348px;
    padding: 20px 10px;
    margin: 0 auto;
  }
}
.testArea-resultBox-pointDetail-main-text {
  width: 100%;
  line-height: 1.5;
  position: relative;
}
.testArea-resultBox-pointDetail-main-text .is-orange {
  color: #ff4000;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-main-text .is-orange {
    font-size: 2.8rem;
  }
}
.testArea-resultBox-pointDetail-main-text .is-medium {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-main-text .is-medium {
    font-size: 3.2rem;
  }
}
.testArea-resultBox-pointDetail-main-text .is-big {
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .testArea-resultBox-pointDetail-main-text .is-big {
    font-size: 4.8rem;
  }
}
.testArea-resultBox-pointDetail-main-note {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 767px) {
  .testArea-resultBox-pointDetail-main-note {
    width: 200%;
    font-size: 1.6rem;
    position: absolute;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.testArea-resultBox-main-pointBox.is-02 .testArea-resultBox-pointDetail-main-text {
  line-height: 1;
}
.testArea-resultBox-main-pointBox.is-02 .testArea-resultBox-pointDetail-main-note {
  margin-top: 14px;
}
@media print, screen and (max-width: 767px) {
  .testArea-resultBox-main-pointBox.is-02 .testArea-resultBox-pointDetail-main-text {
    padding-bottom: 14px;
    line-height: 1.2;
  }
  .testArea-resultBox-main-pointBox.is-02 .testArea-resultBox-pointDetail-main-note {
    margin-top: 0;
    bottom: 0;
    left: 0;
  }
}

.testArea-resultBox-main-pointBox.is-03 .testArea-resultBox-pointDetail-main-text {
  line-height: 1.4;
}
.testArea-resultBox-main-pointBox.is-03 .testArea-resultBox-pointDetail-main-note {
  text-align: right;
  right: 0;
  bottom: -10px;
}
@media print, screen and (max-width: 767px) {
  .testArea-resultBox-main-pointBox.is-03 .testArea-resultBox-pointDetail-main-note {
    bottom: 0;
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.testArea-contactBox {
  width: 100%;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .testArea-contactBox {
    max-width: 840px;
    margin: 0 auto;
  }
}
.testArea-contactBox-title {
  width: 100%;
  margin: 0 0 15px;
}
@media print, screen and (min-width: 768px) {
  .testArea-contactBox-title {
    margin-bottom: 32px;
  }
}
.testArea-contactBox-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 73px;
  padding: 0 0 10px;
  margin: 0 auto;
  background: url(../img/testArea/bg_contact_sp.png) no-repeat center center / 100% auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: normal;
  -webkit-filter: drop-shadow(2px 0 7px rgba(0,0,0,.25));
  filter: drop-shadow(2px 0 7px rgba(0,0,0,.25));
}
@media print, screen and (min-width: 768px) {
  .testArea-contactBox-title-inner {
    width: 420px;
    height: 145px;
    padding-bottom: 8px;
    background-image: url(../img/testArea/bg_contact_pc.png);
    font-size: 3.4rem;
  }
}
.testArea-contactBox-main {
  width: 100%;
}

/* exampleArea */
.exampleArea {
  width: 100%;
}
.exampleArea-title {
  width: 100%;
  height: 90px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-title {
    height: 180px;
  }
}
.exampleArea-title::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #3d6eb1;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 10px);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-title::after {
    width: 40px;
    height: 40px;
    bottom: -14px;
    left: calc(50% - 20px);
  }
}
.exampleArea-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #3d6eb1 url(../img/exampleArea/title_bg_sp.png) no-repeat center center / cover;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-title-inner {
    background-image: url(../img/exampleArea/title_bg_pc.png);
  }
}
.exampleArea-title-top,
.exampleArea-title-bottom {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.exampleArea-title-top {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-title-top {
    margin-bottom: 12px;
    font-size: min(4.68vw,60px);
  }
}
@media print, screen and (min-width: 1280px) {
  .exampleArea-title-top {
    font-size: 6rem;
  }
}
.exampleArea-title-bottom {
  font-weight: 500;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-title-bottom {
    font-size: 2.4rem;
  }
}
.exampleArea-main {
  width: 100%;
  padding: 37.5px 10px 33px;
  background: #d7edf9 url(../img/exampleArea/main_bg_sp.png) no-repeat top center / 100% auto;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-main {
    padding: 68px 20px 60px;
    background: #ddeef9 url(../img/exampleArea/main_bg_pc.png) no-repeat bottom center / 100% auto;
  }
}
.exampleArea-main-inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-main-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.exampleArea-main-text {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-main-text {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.58;
  }
}
.exampleArea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 -21px;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -28px;
  }
}
.exampleArea-list-item {
  width: 90%;
  max-width: 235.5px;
  margin: 0 10.5px 21px;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.3% - 18.66px);
    max-width: 33.3%;
    margin: 0 28px 28px 0;
  }
  .exampleArea-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.exampleArea-contents {
  width: 100%;
  background-color: #fff;
  -webkit-filter: drop-shadow(2px 0 7px rgba(0,0,0,.25));
  filter: drop-shadow(2px 0 7px rgba(0,0,0,.25));
}
@media print, screen and (min-width: 768px) {
  .exampleArea-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.exampleArea-contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  min-height: 60px;
  background-color: #0077cd;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-contents-title {
    height: 100%;
    min-height: 80px;
    font-size: min(2.18vw,28px);
  }
}
@media print, screen and (min-width: 1280px) {
  .exampleArea-contents-title {
    font-size: 2.8rem;
  }
}
.exampleArea-contents-title .is-small {
  font-size: 1.35rem;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-contents-title .is-small {
    font-size: min(1.4vw,18px);
  }
}
@media print, screen and (min-width: 1280px) {
  .exampleArea-contents-title .is-small {
    font-size: 1.8rem;
  }
}
.exampleArea-contents-title-top,
.exampleArea-contents-title-bottom {
  display: block;
  width: 100%;
  text-align: center;
}
.exampleArea-contents-title-top {
  margin-bottom: 6px;
}
.exampleArea-contents-main {
  width: 100%;
  padding: 12px 10px 8.5px;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-contents-main {
    padding: 14px 12px 12px;
  }
}
@media all and (-ms-high-contrast: none) {
  .exampleArea-contents-main {
    height: calc(100% + 100px);
  }
}
.exampleArea-contents-main-text {
  width: 100%;
  margin: 0 0 7px;
  font-weight: bold;
  font-size: 1.65rem;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-contents-main-text {
    margin-bottom: 10px;
    font-size: min(1.71vw,22px);
  }
}
@media print, screen and (min-width: 1280px) {
  .exampleArea-contents-main-text {
    font-size: 2.2rem;
  }
}
.exampleArea-contents-main-price {
  width: 100%;
  height: 0;
  padding: 28.4% 0 0;
  margin: 0;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-contents-main-price {
    padding-top: 27.58%;
  }
}

.exmaple01 .exampleArea-contents-main-text {
  padding-left: 18px;
}
@media print, screen and (min-width: 768px) {
  .exmaple01 .exampleArea-contents-main-text {
    padding-left: 27px;
  }
}
.exmaple01 .exampleArea-contents-main-price {
  background-image: url(../img/exampleArea/price01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exmaple01 .exampleArea-contents-main-price {
    background-image: url(../img/exampleArea/price01_pc.png);
  }
}

.exmaple02 .exampleArea-contents-main-text {
  padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
  .exmaple02 .exampleArea-contents-main-text {
    padding-left: 22px;
  }
}
.exmaple02 .exampleArea-contents-main-price {
  background-image: url(../img/exampleArea/price02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exmaple02 .exampleArea-contents-main-price {
    background-image: url(../img/exampleArea/price02_pc.png);
  }
}

.exmaple03 .exampleArea-contents-main-text {
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .exmaple03 .exampleArea-contents-main-text {
    padding-left: 14px;
  }
}
.exmaple03 .exampleArea-contents-main-price {
  background-image: url(../img/exampleArea/price03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exmaple03 .exampleArea-contents-main-price {
    background-image: url(../img/exampleArea/price03_pc.png);
  }
}

.exampleArea-main-note {
  width: 100%;
  padding: 21px 0 0;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-main-note {
    padding-top: 36px;
    font-size: 1.8rem;
    line-height: 1.61;
  }
}

/* legalFeeArea */
.legalFeeArea {
  width: 100%;
  padding: 85px 10px 50px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .legalFeeArea {
    padding: 130px 10px 80px;
  }
}
.legalFeeArea::before {
  content: '';
  display: block;
  width: 93.75px;
  height: 36.64px;
  background: url(../img/exampleArea/legalfee_arrow.png) no-repeat center center / 100% auto;
  position: absolute;
  top: 27px;
  left: calc(50% - 46.87px);
}
@media print, screen and (min-width: 768px) {
  .legalFeeArea::before {
    width: 125px;
    height: 48.84px;
    top: 45px;
    left: calc(50% - 62.5px);
  }
}
.legalFeeArea-contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.legalFeeArea-contents-title {
  width: 100%;
  margin: 0 0 28px;
  background-color: #0d4390;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 40px;
}
@media print, screen and (min-width: 768px) {
  .legalFeeArea-contents-title {
    margin-bottom: 40px;
    border-radius: 29px;
    font-size: 3.2rem;
    line-height: 58px;
  }
}
.legalFeeArea-contents-main {
  width: 100%;
}

.legalFeeArea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 -15px;
}
@media print, screen and (min-width: 768px) {
  .legalFeeArea-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -30px;
  }
}
.legalFeeArea-list-item {
  width: 90%;
  max-width: 235.5px;
  margin: 0 7.5px 15px;
}
@media print, screen and (min-width: 768px) {
  .legalFeeArea-list-item {
    width: calc(33.3% - 20px);
    max-width: 33%;
    margin: 0 30px 30px 0;
  }
  .legalFeeArea-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.legalFeeArea-list-item-inner {
  display: block;
  width: 100%;
  height: 0;
  padding: 45% 0 0;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}

.legalFee01 .legalFeeArea-list-item-inner {
  background-image: url(../img/exampleArea/legalFee01.svg);
}
.legalFee02 .legalFeeArea-list-item-inner {
  background-image: url(../img/exampleArea/legalFee02.svg);
}
.legalFee03 .legalFeeArea-list-item-inner {
  background-image: url(../img/exampleArea/legalFee03.svg);
}

.legalFeeArea-contents-note {
  width: 100%;
  padding-top: 20px;
}
.legalFeeArea-contents-note-text {
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .legalFeeArea-contents-note-text {
    font-size: 1.8rem;
    line-height: 1.61;
  }
}

/* docArea */
.docArea {
  width: 100%;
  margin: 0 0 53px;
}
@media print, screen and (min-width: 768px) {
  .docArea {
    margin-bottom: 100px;
  }
}
.docArea-introBox {
  width: calc(100% - 20px);
  background: #fff url(../img/docArea/bg_sp.png) repeat top center / 350px auto;
  margin: 0 auto 52px;
  border-top: 4px solid #0d4595;
  border-bottom: 4px solid #0d4595;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .docArea-introBox {
    width: 100%;
    margin-bottom: 70px;
    background-image: url(../img/docArea/bg_pc.png);
    background-size: 1280px auto;
    border-top: 8px solid #0d4595;
    border-bottom: 8px solid #0d4595;
  }
}
.docArea-introBox::after {
  content: '';
  display: block;
  width: 95px;
  height: 14px;
  background: url(../img/docArea/arrow.svg) no-repeat top center / 100% auto;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 47.5px);
}
@media print, screen and (min-width: 768px) {
  .docArea-introBox::after {
    width: 190px;
    height: 28px;
    bottom: -28px;
    left: calc(50% - 95px);
  }
}
.docArea-introBox-inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .docArea-introBox-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.docArea-introBox-text {
  width: 100%;
  height: 0;
  padding: 36.9% 0 0;
  background: url(../img/docArea/intro_text_sp.png) no-repeat center center / 77.6% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .docArea-introBox-text {
    padding-top: 16.88%;
    background-image: url(../img/docArea/intro_text_pc.png);
    background-size: 70.15% auto;
  }
}

.docArea-title {
  width: 100%;
  height: 108.5px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .docArea-title {
    height: 217px;
  }
}
.docArea-title::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #3d6eb1;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 10px);
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .docArea-title::after {
    width: 40px;
    height: 40px;
    bottom: -14px;
    left: calc(50% - 20px);
  }
}
.docArea-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #3d6eb1 url(../img/docArea/title_bg_sp.png) no-repeat center center / cover;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .docArea-title-inner {
    background-image: url(../img/docArea/title_bg_pc.png);
  }
}
.docArea-title .is-yellow {
  color: #ffee00;
}
.docArea-title-top,
.docArea-title-bottom {
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .docArea-title-top,
  .docArea-title-bottom {
    font-size: min(4.68vw,60px);
  }
}
@media print, screen and (min-width: 1280px) {
  .docArea-title-top,
  .docArea-title-bottom {
    font-size: 6rem;
  }
}
.docArea-title-top {
  margin: 0 0 3px;
}
@media print, screen and (min-width: 768px) {
  .docArea-title-top {
    margin-bottom: 6px;
  }
}

.docArea-main {
  width: 100%;
  padding: 0 0 28.5px;
}
@media print, screen and (min-width: 768px) {
  .docArea-main {
    padding: 47px 0 57px;
    position: relative;
  }
  .docArea-main::before {
    content: '';
    display: block;
    width: 71.95%;
    height: 100%;
    max-height: 620px;
    background: url(../img/docArea/main_bg_pc.png) no-repeat top right / 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.docArea-main-catchBox {
  width: 100%;
  height: 0;
  padding: 91.33% 0 0;
  margin: 0 0 15px;
  background: url(../img/docArea/mainview_sp.png) no-repeat top center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-catchBox {
    max-width: 1080px;
    height: auto;
    padding: 0;
    margin: 0 auto 10px;
    background: none;
  }
}
.docArea-main-catchBox-inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-catchBox-inner {
    width: 100%;
    height: 0;
    padding-top: 25.92%;
    background: url(../img/docArea/mainview_pc.png) no-repeat center center / 100% auto;
  }
}
.docArea-main-catchBox-inner p {
  display: none;
}
.docArea-main-text {
  width: 100%;
  padding: 0 22px 0 24px;
  margin: 0 0 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.85;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-text {
    max-width: 1080px;
    padding: 0 3.7%;
    margin: 0 auto 65px;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF, 2px -2px 0 #FFF,
                0px 2px 0 #FFF,  0-2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-size: 2.4rem;
    line-height: 1.61;
    -webkit-filter: drop-shadow(0 0 3px #fff);
            filter: drop-shadow(0 0 3px #fff);
  }
}
.docArea-main-text .text01,
.docArea-main-text .text02 {
  font-weight: bold;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-text .text01,
  .docArea-main-text .text02 {
    font-size: 3.4rem;
  }
}
.docArea-main-text .text01 {
  color: #ff4001;
}
.docArea-main-text .text02 {
  color: #0d4595;
}

.docArea-main-exampleBox {
  width: 100%;
  padding: 15px 0 0;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-exampleBox {
    padding-top: 30px;
  }
}
.docArea-main-exampleBox-title {
  width: 285px;
  background-color: #fff;
  border: 1px solid #0d4595;
  border-radius: 15px;
  color: #0d4595;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: calc(50% - 142.5px);
}
@media print, screen and (min-width: 768px) {
  .docArea-main-exampleBox-title {
    width: 570px;
    border-radius: 30px;
    font-size: 3rem;
    line-height: 60px;
    left: calc(50% - 285px);
  }
}
.docArea-main-exampleBox-body {
  width: calc(100% - 20px);
  padding: 27px 25px 25px;
  margin: 0 auto;
  background-color: #f5f5f3;
  border: 1px solid #0d4595;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-exampleBox-body {
    width: calc(100% - 60px);
    max-width: 940px;
    padding: 44px 20px 50px;
  }
}
.docArea-main-exampleBox-body-text {
  width: 100%;
  margin: 0 0 14px;
  text-align: center;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-exampleBox-body-text {
    margin-bottom: 34px;
    font-size: 1.8rem;
  }
}
.docArea-main-exampleBox-body-list {
  width: 93.75%;
  max-width: 400px;
  margin: 0 auto -9px;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-exampleBox-body-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 820px;
    margin: 0 auto -20px;
  }
}
.docArea-main-exampleBox-body-list-item {
  width: 100%;
  margin: 0 0 9px;
  background: #0d4595 url(../img/docArea/icon_doc.png) no-repeat left 14px center / 11px auto;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 31px;
}
@media print, screen and (min-width: 768px) {
  .docArea-main-exampleBox-body-list-item {
    width: calc(50% - 10px);
    padding-left: 3px;
    margin-bottom: 20px;
    background-position: left 29px center;
    background-size: 22px auto;
    border-radius: 10px;
    font-size: min(2.45vw,24px);
    line-height: 62px;
  }
}
@media print, screen and (min-width: 978px) {
  .docArea-main-exampleBox-body-list-item {
    font-size: 2.4rem;
  }
}

.docArea-bottom {
  width: 100%;
  padding: 0 10px;
  margin: 0;
}
@media print, screen and (max-width: 767px) {
  .docArea-bottom::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding: 56.76% 0 0;
    background: url(../img/docArea/bottom_bg_sp.jpg) no-repeat center bottom / 100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .docArea-bottom {
    padding: 0;
    min-height: 400px;
    background: url(../img/docArea/bottom_bg_pc.jpg) no-repeat center right / auto 397px;
  }
}
.docArea-bottom-intro {
  width: 100%;
  margin: 0 auto 58px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .docArea-bottom-intro {
    width: calc(100% - 40px);
    max-width: 783px;
    margin-bottom: 90px;
  }
}
.docArea-bottom-intro::after {
  content: '';
  display: block;
  width: 100%;
  height: 37px;
  background: url(../img/docArea/icon_bottom.png) no-repeat center center / auto 100%;
  position: absolute;
  bottom: -49px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .docArea-bottom-intro::after {
    height: 49px;
    bottom: -69px;
  }
}
.docArea-bottom-intro-inner {
  display: block;
  width: 100%;
  height: 0;
  padding: 22% 0 0;
  background: url(../img/docArea/bottom_intro_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .docArea-bottom-intro-inner {
    padding-top: 20%;
    background-image: url(../img/docArea/bottom_intro_pc.png);
  }
}
.docArea-bottom-body {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .docArea-bottom-body {
    width: calc(100% - 40px);
    max-width: 979px;
  }
}
.docArea-bottom-body-text {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .docArea-bottom-body-text {
    max-width: 500px;
    margin: 0 auto;
  }
  .docArea-bottom-body-text-top {
    display: block;
    width: 100%;
    height: 0;
    padding: 36.33% 0 0;
    background: url(../img/docArea/bottom_title_sp.png) no-repeat center center / 100% auto;
    text-indent: -1000px;
    white-space: nowrap;
    overflow: hidden;
  }
  .docArea-bottom-body-text-bottom {
    display: block;
    width: 100%;
    padding: 0 0 13px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .docArea-bottom-body-text-bottom .is-orange {
    color: #ff4001;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) {
  .docArea-bottom-body-text {
    height: 0;
    padding: 26.45% 0 0;
    background: url(../img/docArea/bottom_title_pc.png) no-repeat center center / 100% auto;
    text-indent: -1000px;
    white-space: nowrap;
    overflow: hidden;
  }
  .docArea-bottom-body-text-top,
  .docArea-bottom-body-text-bottom {
    display: none;
  }
}

/* formArea */
.formArea {
  width: 100%;
  background-color: #f5f5f3;
}
.formArea .btnArea {
  padding-top: 66px;
}
@media print, screen and (max-width: 767px) {
  .formArea .btnArea {
    padding-top: 30px;
    background-color: #fff;
  }
}

.formArea-title {
  width: 100%;
  height: 90px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .formArea-title {
    height: 180px;
  }
}
.formArea-title::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #3d6eb1;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 10px);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .formArea-title::after {
    width: 40px;
    height: 40px;
    bottom: -14px;
    left: calc(50% - 20px);
  }
}
.formArea-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #3d6eb1 url(../img/formArea/title_bg_sp.png) no-repeat center center / cover;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .formArea-title-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/formArea/title_bg_pc.png);
  }
}
.formArea-title-top,
.formArea-title-bottom {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .formArea-title-top,
  .formArea-title-bottom {
    display: inline;
    width: auto;
    font-size: min(4.68vw,60px);
  }
}
@media print, screen and (min-width: 1280px) {
  .formArea-title-top,
  .formArea-title-bottom {
    display: inline;
    width: auto;
    font-size: 6rem;
  }
}
.formArea-title-top {
  margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
  .formArea-title-top {
    margin-bottom: 0;
  }
}

.formArea-main {
  width: 100%;
  padding: 0 10px 40px;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .formArea-main {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.formArea-main-intro {
  width: 100%;
  padding-top: 30px;
  margin: 0 0 24px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .formArea-main-intro {
    padding-top: 80px;
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

.formArea-tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #0077cd;
}
@media print, screen and (min-width: 768px) {
  .formArea-tabList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 3px solid #0077cd;
  }
}
.formArea-tabList-item {
  width: calc(50% - 2.5px);
}
@media print, screen and (min-width: 768px) {
  .formArea-tabList-item {
    width: 31.4%;
    margin-right: 8px;
  }
}
.formArea-tabList-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
  color: inherit;
  font-weight: 500;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .formArea-tabList-item-inner {
    height: 80px;
    font-size: 2.4rem;
  }
}
.formArea-tabList-item-inner.is-active {
  background-color: #0077cd;
  color: #fff;
}

.formArea-tabWrap {
  width: 100%;
  padding: 17px 15px 30px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .formArea-tabWrap {
    padding: 50px 10px 76px;
  }
}

.formArea-tabContents {
  display: none;
  width: 100%;
  margin: 0;
}
.formArea-tabContents.is-active {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .formArea-tabContents {
    max-width: 900px;
    margin: 0 auto;
  }
}
.formArea-tabContents form {
  display: block;
  width: 100%;
}
.formArea-inputArea textarea,
.formArea-inputArea select,
.formArea-inputArea input {
  max-width: 100%;
  min-height: 30px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: 300;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .formArea-inputArea textarea,
  .formArea-inputArea select,
  .formArea-inputArea input {
    min-height: 52px;
    border-radius: 10px;
    font-size: 2rem;
  }
}
.formArea-inputArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/formArea/icon_select.svg) no-repeat center right 8px / 9px auto;
}
.formArea-inputArea select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .formArea-inputArea select {
    line-height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .formArea-inputArea select {
    background-position: center right 18px;
    background-size: 12px auto;
  }
  @-moz-document url-prefix() {
    .formArea-inputArea select {
      line-height: 50px;
    }
  }
}

.formArea-inputArea {
  width: 100%;
  margin-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
  .formArea-inputArea {
    margin-bottom: 44px;
  }
}
.formArea-inputArea-item {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
@media print, screen and (min-width: 768px) {
  .formArea-inputArea-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 20px;
  }
}
.formArea-inputArea-name {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .formArea-inputArea-name {
    width: 300px;
    padding-right: 96px;
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.formArea-inputArea-name .inputArea-require {
  display: inline-block;
  width: 35px;
  height: 15px;
  background-color: #ff4001;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
@media print, screen and (min-width: 768px) {
  .formArea-inputArea-name .inputArea-require {
    width: 56px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 30px;
  }
}
.formArea-inputArea-input {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .formArea-inputArea-input {
    width: calc(100% - 300px);
  }
}
.inputArea-wide {
  width: 100%;
}
.inputArea-wide > textarea,
.inputArea-wide > select,
.inputArea-wide > input {
  width: 100%;
}
.inputArea-post {
  width: 100%;
}
.inputArea-post > input {
  width: 55px;
  margin: 0 4px;
}
@media print, screen and (min-width: 768px) {
  .inputArea-post > input {
    width: 110px;
    margin: 0 8px;
  }
}
.inputArea-small {
  width: 100%;
}
.inputArea-small > textarea,
.inputArea-small > select,
.inputArea-small > input {
  width: 100px;
}
@media print, screen and (min-width: 768px) {
  .inputArea-small > textarea,
  .inputArea-small > select,
  .inputArea-small > input {
    width: 200px;
  }
}
.inputArea-radioList {
  width: 100%;
}
.inputArea-radioList-item {
  width: 100%;
}
.inputArea-radioList-item + .inputArea-radioList-item {
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .inputArea-radioList-item + .inputArea-radioList-item {
    margin-top: 15px;
  }
}
.inputArea-radioList-item > .is-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.inputArea-radioList-item > .is-inner > input {
  display: none;
}
.inputArea-radioList-item .radioList-input {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .inputArea-radioList-item .radioList-input {
    width: 16px;
    height: 16px;
  }
}
.inputArea-radioList-item .radioList-input::before {
  content: '';
  display: none;
  width: 7.5px;
  height: 7.5px;
  background-color: #222222;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 3.75px);
  left: calc(50% - 3.75px);
}
@media print, screen and (min-width: 768px) {
  .inputArea-radioList-item .radioList-input::before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
}
.inputArea-radioList-item input:checked + .radioList-input::before {
  display: block;
}
.inputArea-radioList-item .radioList-text {
  width: calc(100% - 28px);
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .inputArea-radioList-item .radioList-text {
    width: calc(100% - 34px);
    font-size: 1.8rem;
  }
}
.inputArea-details {
  width: 100%;
}
.inputArea-details > textarea {
  width: 100%;
  height: 100px;
}
@media print, screen and (min-width: 768px) {
  .inputArea-details > textarea {
    height: 200px;
  }
}
.inputArea-note {
  width: 100%;
  padding-top: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .inputArea-note {
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 1.18;
  }
}
.inputArea-note a {
  color: #0077cd;
}
@media print, screen and (min-width: 768px) {
  .inputArea-note a:hover {
    text-decoration: underline;
  }
}

.formArea-attention {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .formArea-attention {
    margin-bottom: 26px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.formArea-attention > a {
  color: #0077cd;
}
@media print, screen and (min-width: 768px) {
  .formArea-attention > a:hover {
    text-decoration: underline;
  }
}

.formArea-agreeArea {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .formArea-agreeArea {
    margin-bottom: 45px;
  }
}
.formArea-agreeArea-input {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .formArea-agreeArea-input {
    vertical-align: unset;
  }
  .formArea-agreeArea-input:hover {
    opacity: .8;
  }
}
.formArea-agreeArea-input > input {
  display: none;
}
.formArea-agreeArea-input-text {
  display: inline-block;
  margin-right: 11px;
  font-size: 1.4rem;
  line-height: 16px;
}
@media print, screen and (min-width: 768px) {
  .formArea-agreeArea-input-text {
    margin-right: 20px;
    font-size: 1.8rem;
  }
}
.formArea-agreeArea-input-box {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  vertical-align: middle;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .formArea-agreeArea-input-box {
    margin-right: 21px;
    vertical-align: bottom;
  }
}
.formArea-agreeArea-input-box::before {
  content: '';
  display: none;
  width: 7px;
  height: 14px;
  border-right: 2px solid #0d4595;
  border-bottom: 2px solid #0d4595;
  position: absolute;
  top: -2px;
  left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.formArea-agreeArea-input > input:checked + .formArea-agreeArea-input-box::before {
  display: block;
}
.formArea-agreeArea-require {
  display: inline-block;
  padding: 2px 6px;
  background-color: #ff4001;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 16px;
}
@media print, screen and (min-width: 768px) {
  .formArea-agreeArea-require {
    height: 24px;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.formArea-btnArea {
  width: 83.69%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .formArea-btnArea {
    width: 60.44%;
  }
}
.formArea-btnArea-submit {
  width: 100%;
}
.formArea-btnArea-submit > input {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 19.48%;
  background: url(../img/formArea/form_submit_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-filter: drop-shadow(3px 0 3px rgba(0,0,0,.2));
  filter: drop-shadow(3px 0 3px rgba(0,0,0,.3));
}
@media print, screen and (min-width: 768px) {
  .formArea-btnArea-submit > input {
    background-image: url(../img/formArea/form_submit_pc.png);
  }
  .formArea-btnArea-submit > input:hover {
    opacity: .8;
  }
}

/* btnArea */
.btnArea {
  width: 100%;
  padding: 0 15px 50px;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .btnArea {
    max-width: 1000px;
    padding: 0 20px 100px;
    margin: 0 auto;
  }
}
.btnArea-list {
  width: 100%;
}
.btnArea-list-item {
  width: 100%;
}
.btnArea-list-item + .btnArea-list-item {
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .btnArea-list-item + .btnArea-list-item {
    margin-top: 18px;
  }
}
.btnArea-list-item .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 23.58%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.btnArea-list-item:nth-child(1) .is-inner {
  padding-top: 11.82%;
  background-image: url(../img/btnArea/bnr_tel_pc.png);
}
.btnArea-list-item:nth-child(2) .is-inner {
  background-image: url(../img/btnArea/bnr_tel_sp.png);
}
.btnArea-list-item:nth-child(3) .is-inner {
  /* padding-top: 11.82%; */
  padding-top: 21.65%;
  background-image: url(../img/btnArea/bnr_line_pc.png);
}
.btnArea-list-item:nth-child(4) .is-inner {
  padding-top: 29.37%;
  background-image: url(../img/btnArea/bnr_line_sp.png);
}

/* confirmPage */
.confirmPage .formArea-main {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .confirmPage .formArea-main {
    padding-bottom: 95px;
  }
}
.confirmPage .formArea-tabWrap {
  margin-bottom: 0;
}
.confirmPage .formArea-inputArea {
  margin-bottom: 28px;
}
@media print, screen and (min-width: 768px) {
  .confirmPage .formArea-inputArea {
    margin-bottom: 50px;
  }
}

.confirm-inputText {
  width: 100%;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .confirm-inputText {
    font-size: 1.8rem;
  }
}

.confirm-attention {
  width: 100%;
  margin-bottom: 27px;
  border: 1px solid #e00314;
}
@media print, screen and (min-width: 768px) {
  .confirm-attention {
    margin-bottom: 56px;
  }
}
.confirm-attention-title {
  width: 100%;
  padding: 6px;
  background-color: #e00314;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .confirm-attention-title {
    padding: 16px 30px;
    text-align: left;
    font-size: 2.4rem;
  }
}
.confirm-attention-main {
  width: 100%;
  padding: 12px 13px 12px 15px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .confirm-attention-main {
    padding: 24px 25px 24px 33px;
  }
}
.confirm-attention-main-text {
  width: 100%;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .confirm-attention-main-text {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
    font-size: 1.8rem;
    line-height: 1.55;
  }
}

.confirm-btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 840px;
  padding: 0 8px;
  margin: 0 auto 14px;
}
@media print, screen and (max-width: 767px) {
  .confirm-btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .confirm-btnArea {
    padding: 0;
    margin-bottom: 30px;
  }
}
.confirm-btnArea-item {
  width: calc(100% - 40px);
  max-width: 200px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .confirm-btnArea-item {
    width: calc(50% - 18px);
    max-width: 400px;
    margin-bottom: 0;
  }
}
.confirm-btnArea-item input {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25.18%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-filter: drop-shadow(3px 0 3px rgba(0,0,0,.2));
  filter: drop-shadow(3px 0 3px rgba(0,0,0,.3));
}
@media print, screen and (min-width: 768px) {
  .confirm-btnArea-item input:hover {
    opacity: .8;
  }
}
.confirm-btnArea-item.is-back input {
  background-image: url(../img/formArea/confirm_btn_back_sp.png);
}
@media print, screen and (min-width: 768px) {
  .confirm-btnArea-item.is-back input {
    background-image: url(../img/formArea/confirm_btn_back_pc.png);
  }
}
.confirm-btnArea-item.is-submit input {
  background-image: url(../img/formArea/confirm_btn_submit_sp.png);
}
@media print, screen and (min-width: 768px) {
  .confirm-btnArea-item.is-submit input {
    background-image: url(../img/formArea/confirm_btn_submit_pc.png);
  }
}

.confirm-submitNote {
  width: 100%;
  margin: 0 0 22px;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.12;
}
@media print, screen and (min-width: 768px) {
  .confirm-submitNote {
    margin-bottom: 36px;
    font-size: 1.6rem;
  }
}

.confirm-privacyArea {
  width: 100%;
}
.confirm-privacyArea-title,
.confirm-privacyArea-text {
  width: 100%;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .confirm-privacyArea-title,
  .confirm-privacyArea-text {
    font-size: 1.8rem;
    line-height: 1.61;
  }
}

/* completePage */
.completePage .formArea-main {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .completePage .formArea-main {
    padding-bottom: 95px;
  }
}
.completePage .formArea-main-intro {
  margin-bottom: 34px;
  font-weight: 500;
  font-size: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .completePage .formArea-main-intro {
    margin-bottom: 65px;
    font-size: 4.2rem;
  }
}
.completePage .formArea-tabWrap {
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .completePage .formArea-tabWrap {
    padding-bottom: 60px;
  }
}
.completePage .confirm-attention {
  margin-bottom: 0;
}

.complete-intro {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .complete-intro {
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
}
.complete-telArea {
  width: 100%;
  margin: 0 auto 25px;
}
@media print, screen and (min-width: 768px) {
  .complete-telArea {
    max-width: 653px;
    margin-bottom: 40px;
  }
}
.complete-telArea .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 17.45%;
  background: url(../img/formArea/complete_btn_tel_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .complete-telArea .is-inner {
    background-image: url(../img/formArea/complete_btn_tel_pc.png);
  }
}
