/*! 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%;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea {
    max-height: 590px;
  }
}

.mainViewArea-main {
  width: 100%;
  min-height: 96.93vw;
  padding-top: 4vw;
  background: url(../img/mainViewArea/mainViewArea_bg_sp.png) no-repeat top center / cover;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-main {
    min-height: 40.85vw;
    padding-top: 30px;
    background-image: url(../img/mainViewArea/mainViewArea_bg_pc.png);
  }
}

.mainViewArea-main-title {
  display: block;
  width: 94.4%;
  margin: 0 auto 2vw;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-main-title {
    width: 55.31%;
    max-width: 708px;
    margin-bottom: 10px;
  }
}
.mainViewArea-main-title .is-inner {
  display: block;
  width: 100%;
  padding-top: 12.42%;
  background: url(../img/mainViewArea/mainViewArea_title.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}

.mainViewArea-main-text {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-main-text {
    width: 56%;
    margin-bottom: 20px;
  }
}
.mainViewArea-main-text .is-inner {
  display: block;
  width: 100%;
  padding-top: 20.22%;
  background: url(../img/mainViewArea/mainViewArea_text_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-main-text .is-inner {
    padding-top: 6.13%;
    background-image: url(../img/mainViewArea/mainViewArea_text_pc.png);
  }
}

.mainViewArea-voiceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 22vw;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList {
    padding-bottom: 68px;
  }
}
.mainViewArea-voiceList-item {
  width: 32%;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList-item {
    width: 17.34%;
    max-width: 222px;
  }
}
@media only screen and (max-width: 767px) {
  .mainViewArea-voiceList-item.voiceList-01 {
    margin-top: -2.93vw;
  }
}
@media only screen and (max-width: 767px) {
  .mainViewArea-voiceList-item.voiceList-02 {
    margin: 0 -2vw 0 -1.6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList-item.voiceList-02 {
    margin: 0 18px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .mainViewArea-voiceList-item.voiceList-03 {
    margin-top: -4.4vw;
  }
}
.mainViewArea-voiceList-item .is-inner {
  display: block;
  width: 100%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.mainViewArea-voiceList-item.voiceList-01 .is-inner {
  padding-top: 108.6%;
  background-image: url(../img/mainViewArea/voiceList_01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList-item.voiceList-01 .is-inner {
    padding-top: 109.29%;
    background-image: url(../img/mainViewArea/voiceList_01_pc.png);
  }
}
.mainViewArea-voiceList-item.voiceList-02 .is-inner {
  padding-top: 117.4%;
  background-image: url(../img/mainViewArea/voiceList_02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList-item.voiceList-02 .is-inner {
    padding-top: 119.29%;
    background-image: url(../img/mainViewArea/voiceList_02_pc.png);
  }
}
.mainViewArea-voiceList-item.voiceList-03 .is-inner {
  padding-top: 109%;
  background-image: url(../img/mainViewArea/voiceList_03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList-item.voiceList-03 .is-inner {
    padding-top: 109.77%;
    background-image: url(../img/mainViewArea/voiceList_03_pc.png);
  }
}
.mainViewArea-voiceList-person01,
.mainViewArea-voiceList-person02 {
  display: block;
  position: absolute;
  z-index: 1;
}
.mainViewArea-voiceList-person01 .is-inner,
.mainViewArea-voiceList-person02 .is-inner {
  background: no-repeat top center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.mainViewArea-voiceList-person01 {
  width: 29.2vw;
  bottom: -6.4vw;
  left: 17.33vw;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList-person01 {
    width: 21.17vw;
    max-width: 271px;
    right: 72.2%;
    bottom: -32px;
    left: auto;
  }
}
.mainViewArea-voiceList-person01 .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 149.44%;
  background-image: url(../img/mainViewArea/bg_person01.png);
}
.mainViewArea-voiceList-person02 {
  width: 35vw;
  bottom: -4.53vw;
  right: 9.33vw;
}
@media print, screen and (min-width: 768px) {
  .mainViewArea-voiceList-person02 {
    width: 23.82vw;
    max-width: 305px;
    left: 72.2%;
    bottom: -5px;
    right: auto;
  }
}
.mainViewArea-voiceList-person02 .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 123.27%;
  background-image: url(../img/mainViewArea/bg_person02.png);
}

/* caseArea */
.caseArea {
  width: 100%;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .caseArea {
    background-color: #e6ecf4;
  }
}
.caseArea-head {
  width: 100%;
  min-height: 30.4vw;
  background: url(../img/caseArea/bg_sp.png) no-repeat top center / 100% auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .caseArea-head {
    min-height: 228px;
    background-image: url(../img/caseArea/bg_pc.png);
  }
}
@media print, screen and (min-width: 1300px) {
  .caseArea-head {
    background-position: bottom center;
  }
}
.caseArea-head-inner {
  width: 100%;
  position: absolute;
  top: -15.6vw;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .caseArea-head-inner {
    top: -137px;
  }
}
.caseArea-head-title {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .caseArea-head-title {
    width: 68.28vw;
    max-width: 874px;
  }
}
.caseArea-head-title .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 44.26%;
  background: url(../img/caseArea/case_title_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .caseArea-head-title .is-inner {
    padding-top: 39.13%;
    background-image: url(../img/caseArea/case_title_pc.png);
  }
}

.caseArea-main {
  width: 100%;
  padding: 23px 10px 55px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .caseArea-main {
    max-width: 960px;
    padding: 0 20px 100px;
    margin-top: -17px;
  }
}
.caseArea-main::before {
  content: '';
  display: block;
  width: 44.5px;
  height: 56.5px;
  background: url(../img/caseArea/case_icon_person.png) no-repeat center top / 100% auto;
  position: absolute;
  top: -28px;
  right: 5px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .caseArea-main::before {
    width: 90px;
    height: 113px;
    top: -99px;
    right: 90px;
  }
}

.caseArea-caseContents {
  width: 100%;
}
.caseArea-caseContents + .caseArea-caseContents {
  margin-top: 20px;
}

.caseArea-caseContents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background-color: #0d4595;
  color: #fff;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .caseArea-caseContents-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 3%;
  }
}
.caseArea-caseContents-title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 13px;
}
@media print, screen and (min-width: 768px) {
  .caseArea-caseContents-title-head {
    width: calc(100% - 138px);
    padding: 0;
  }
}
.caseArea-caseContents-title-head-num {
  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: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .caseArea-caseContents-title-head-num {
    width: 100px;
    height: 100px;
    font-size: 26px;
  }
}
.caseArea-caseContents-title-head-title {
  width: calc(100% - 50px);
  padding-left: 17px;
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .caseArea-caseContents-title-head-title {
    width: calc(100% - 100px);
    padding: 0 10px;
    text-align: center;
    font-size: 2.8rem;
  }
}
.caseArea-caseContents-title-more {
  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: 31px;
  background-color: #fff;
  border: 1px solid #0d4595;
  color: #0d4595;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .caseArea-caseContents-title-more {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 138px;
    height: 36px;
    padding-left: 26px;
    background-color: transparent;
    border-color: #fff;
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
  }
}
.caseArea-caseContents-title-more .is-inner {
  display: inline-block;
  position: relative;
}
.caseArea-caseContents-title-more .is-inner::after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  background: url(../img/caseArea/toggle_blue_open.png) no-repeat center center / 100% auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: calc(50% - 3px);
  right: -28px;
}
@media print, screen and (min-width: 768px) {
  .caseArea-caseContents-title-more .is-inner::after {
    width: 15px;
    background-image: url(../img/caseArea/toggle_white_open.png);
    right: -27px;
  }
}
.caseArea-caseContents-title.is-open .caseArea-caseContents-title-more .is-inner::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  top: calc(50% - 6px);
}

.caseArea-caseContents-main {
  display: none;
  width: 100%;
  padding: 18px 0 0;
}

.caseArea-caseList {
  width: 100%;
}
.caseArea-caseList-item {
  width: 100%;
}
.caseArea-caseList-item + .caseArea-caseList-item {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .caseArea-caseList-item + .caseArea-caseList-item {
    margin-top: 40px;
  }
}

.caseArea-infoArea {
  width: 100%;
  border: 1px solid #111;
}

.caseArea-infoArea-catch {
  width: 100%;
  padding: 13px;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .caseArea-infoArea-catch {
    padding: 30px 35px;
    font-size: 2.4rem;
  }
  .caseArea-infoArea-catch .is-big {
    font-size: 2.8rem;
  }
}

.caseArea-infoArea-body {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .caseArea-infoArea-body {
    padding: 25px 40px;
    font-size: 2.4rem;
    line-height: 1.58;
  }
}

.caseArea-infoArea-body .is-bold {
  font-weight: bold;
}
.caseArea-infoArea-body .is-red {
  color: #ff4110;
}

.infoArea-targetInfo.caseArea-infoArea {
  margin-bottom: 52px;
  border-color: #0d4595;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .infoArea-targetInfo.caseArea-infoArea {
    margin-bottom: 44px;
  }
}
.infoArea-targetInfo.caseArea-infoArea::after {
  content: '';
  display: block;
  width: 100%;
  height: 52px;
  background: url(../img/caseArea/caseList_down.svg) no-repeat center center / 68px auto;
  position: absolute;
  bottom: -52px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .infoArea-targetInfo.caseArea-infoArea::after {
    height: 44px;
    bottom: -44px;
  }
}

.infoArea-targetInfo .caseArea-infoArea-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6ecf4;
  color: #0d4595;
}
.infoArea-targetInfo .caseArea-infoArea-catch .catch-num {
  width: 65px;
}
@media print, screen and (min-width: 768px) {
  .infoArea-targetInfo .caseArea-infoArea-catch .catch-num {
    width: 133px;
  }
}
.infoArea-targetInfo .caseArea-infoArea-catch .catch-text {
  width: calc(100% - 65px);
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .infoArea-targetInfo .caseArea-infoArea-catch .catch-text {
    width: calc(100% - 133px);
  }
}

.infoArea-resultInfo.caseArea-infoArea {
  border-color: #ff4110;
}
.infoArea-resultInfo .caseArea-infoArea-catch {
  background-color: #ffece7;
  color: #ff4110;
}

.caseArea-infoArea-case02 {
  width: 100%;
  padding-bottom: 0;
  color: #0d4595;
}
.caseArea-infoArea-case02:first-child {
  min-height: 109px;
  background: #fff url(../img/caseArea/case02_bg.png) no-repeat right 25px center / 67.5px auto;
}
@media print, screen and (min-width: 768px) {
  .caseArea-infoArea-case02:first-child {
    min-height: 218px;
    background-position: center right 60px;
    background-size: 135px auto;
  }
}
.caseArea-infoArea-case02 + .caseArea-infoArea-case02 {
  padding-top: 0;
  margin-top: 30px;
  position: relative;
}
@media print, screen and (min-width: 768px)  {
  .caseArea-infoArea-case02 + .caseArea-infoArea-case02 {
    margin-top: 40px;
  }
}
.caseArea-infoArea-case02 + .caseArea-infoArea-case02::before {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: #fff url(../img/caseArea/caseList_down_blue.svg) no-repeat center center / 68px auto;
  position: absolute;
  top: -30px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .caseArea-infoArea-case02 + .caseArea-infoArea-case02::before {
    height: 40px;
    top: -40px;
  }
}
.caseArea-infoArea-case02-bold {
  font-weight: bold;
}
.caseArea-infoArea-case02-normal {
  margin-top: 15px;
  font-weight: 300;
}
.caseArea-infoArea-case02:first-child .caseArea-infoArea-case02-normal {
  padding-right: 85px;
}
@media print, screen and (min-width: 768px) {
  .caseArea-infoArea-case02:first-child .caseArea-infoArea-case02-normal {
    padding-right: 210px;
  }
}

.caseArea-infoArea-body-case02 {
  display: inline-block;
  color: #ff4110;
}
@media print, screen and (min-width: 768px) {
  .caseArea-infoArea-body-case02 {
    padding: 20px 0;
  }
}

.infoArea-targetInfo .caseArea-infoArea-catch.caseArea-infoArea-catch-03 {
  background-color: #fff;
}

.caseArea03-introText {
  width: 66.9%;
  padding-top: 13px;
  margin: 0 auto 17px;
}
@media print, screen and (min-width: 768px) {
  .caseArea03-introText {
    width: 72.82%;
    padding-top: 19px;
    margin-bottom: 40px;
  }
}
.caseArea03-introText-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 26.1%;
  background: url(../img/caseArea/caseArea03_introText_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .caseArea03-introText-inner {
    padding-top: 6.26%;
    background-image: url(../img/caseArea/caseArea03_introText_pc.png);
  }
}

/* reasonArea */
.reasonArea {
  width: 100%;
  margin-bottom: 52px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .reasonArea {
    margin-bottom: 110px;
  }
}

.reasonArea-head {
  width: 100%;
  padding: 17px 0;
  background-color: #f5f5f3;
  border-bottom: 4px solid #0d4595;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-head {
    height: 228px;
    background-color: #fdfdfd;
  }
}
.reasonArea-head::after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  background: url(../img/reasonArea/reason_down.svg) no-repeat top center / 13px auto;
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-head::after {
    background-size: 25px auto;
    height: 21px;
    bottom: -21px;
  }
}
.reasonArea-head-title {
  width: 60.13vw;
  height: 21.33vw;
  margin: 0 auto;
  background: url(../img/reasonArea/reason_title_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-head-title {
    width: 64%;
    max-width: 820px;
    height: 100%;
    background-image: url(../img/reasonArea/reason_title_pc.png);
  }
}

.reasonArea-contents {
  width: 100%;
  padding: 15px 10px 20px;
  margin: 0;
  background-color: #e6ecf4;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents {
    width: calc(100% - 40px);
    max-width: 1000px;
    padding: 28px 23px 40px;
    margin: 0 auto;
    -webkit-filter: drop-shadow(8px 10px 3px rgba(0,0,0,.21));
            filter: drop-shadow(8px 10px 3px rgba(0,0,0,.21));
  }
}
.reasonArea-contents + .reasonArea-contents {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents + .reasonArea-contents {
    margin-top: 50px;
  }
}

.reasonArea-contents-main {
  width: 100%;
}

.reasonArea-contents-main-title {
  width: calc(100% - 9.5px);
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents-main-title {
    width: calc(100% - 16px);
  }
}
.reasonArea-contents-main-title .is-inner {
  display: block;
  width: 100%;
  height: 0;
  background: no-repeat center left / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents-main-title .is-inner {
    margin-bottom: -2.13%;
  }
}

.reasonArea-contents-main-body {
  width: calc(100% - 19px);
  padding: 14px 17px;
  margin: 0 auto;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents-main-body {
    width: calc(100% - 32px);
    padding: 30px;
    padding-bottom: 30px;
  }
}

.reasonArea-yellowArea {
  width: 100%;
  padding: 15px 23px;
  background-color: #fffde5;
  border: 3px solid #dadad6;
  -webkit-filter: drop-shadow(4px 4px 1px rgba(0,0,0,.19));
          filter: drop-shadow(4px 4px 1px rgba(0,0,0,.19));
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-yellowArea {
    padding: 30px 50px;
  }
}
.reasonArea-yellowArea-text {
  font-size: 1.2rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-yellowArea-text {
    font-size: 2.4rem;
  }
}
.reasonArea-yellowArea-text .is-small {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-yellowArea-text .is-small {
    font-size: 1.8rem;
  }
}

.reasonArea-contents.reason-01 .reasonArea-contents-main-title .is-inner {
  padding-top: 35.99%;
  background-image: url(../img/reasonArea/reason_01_title_sp.png);
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents.reason-01 .reasonArea-contents-main-title .is-inner {
    padding-top: 19.21%;
    background-image: url(../img/reasonArea/reason_01_title_pc.png);
  }
}

.reasonArea-contents.reason-02 .reasonArea-contents-main-title .is-inner {
  padding-top: 26.16%;
  background-image: url(../img/reasonArea/reason_02_title_sp.png);
}
@media only screen and (max-width: 767px) {
  .reasonArea-contents.reason-02 .reasonArea-contents-main-title .is-inner {
    margin-bottom: -2.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents.reason-02 .reasonArea-contents-main-title .is-inner {
    padding-top: 19.21%;
    background-image: url(../img/reasonArea/reason_02_title_pc.png);
  }
}

.reasonArea-contents.reason-03 .reasonArea-contents-main-title .is-inner {
  padding-top: 36.04%;
  background-image: url(../img/reasonArea/reason_03_title_sp.png);
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents.reason-03 .reasonArea-contents-main-title .is-inner {
    padding-top: 19.21%;
    background-image: url(../img/reasonArea/reason_03_title_pc.png);
  }
}

.reasonArea-contents.reason-01 .reasonArea-contents-main-body {
  padding: 0;
  background: url(../img/reasonArea/reason01_bg_sp.png) no-repeat top center / 100% auto;
}
@media print, screen and (min-width: 768px) {
  .reasonArea-contents.reason-01 .reasonArea-contents-main-body {
    background-image: url(../img/reasonArea/reason01_bg_pc.png);
  }
}
.reason01-main {
  width: 100%;
  height: 0;
  padding-top: 76.86%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .reason01-main {
    padding-top: 55.97%;
  }
}
.reason01-main-text {
  display: block;
  width: 90%;
  margin-top: 9.25%;
  position: absolute;
  top: 0;
  left: 5.52%;
}
@media print, screen and (min-width: 768px) {
  .reason01-main-text {
    width: 79.23%;
    margin-top: 5%;
    left: 10.76%;
  }
}
.reason01-main-text-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 69.81%;
  background: url(../img/reasonArea/reason01_text_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason01-main-text-inner {
    padding-top: 45.4%;
    background-image: url(../img/reasonArea/reason01_text_pc.png);
  }
}

.reason01-imgArea {
  width: calc(100% - 19px);
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 768px) {
  .reason01-imgArea {
    width: 78%;
    margin: -10.2% auto 40px;
  }
}
.reason01-imgArea-inner {
  width: 100%;
  height: 0;
  padding-top: 48.5%;
  background: url(../img/reasonArea/reason01_image_sp.jpg) no-repeat center center / 100% auto;
}
@media print, screen and (min-width: 768px) {
  .reason01-imgArea-inner {
    padding-top: 48.46%;
    background-image: url(../img/reasonArea/reason01_image_pc.jpg);
  }
}

.reason01-contents01 {
  width: calc(100% - 19px);
  padding: 15px 22px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 3px solid #dadad6;
  -webkit-filter: drop-shadow(3px 3px 1px rgba(0,0,0,.19));
          filter: drop-shadow(3px 3px 1px rgba(0,0,0,.19));
}
@media print, screen and (min-width: 768px) {
  .reason01-contents01 {
    width: calc(100% - 32px);
    padding: 30px 50px;
    margin-bottom: 40px;
  }
}
.reason01-contents01-text {
  font-size: 1.2rem;
  line-height: 1.91;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents01-text {
    font-size: 2.4rem;
  }
}
.reason01-contents01-text .is-bold {
  font-weight: bold;
}
.reason01-contents01-text .is-blue {
  color: #0d4595;
}
.reason01-contents01-text .is-red {
  color: #ff4001;
}

.reason01-contents02 {
  width: calc(100% - 19px);
  margin: 0 auto 10px;
  border: 2px solid #0d4595;
  -webkit-filter: drop-shadow(3px 3px 1px rgba(0,0,0,.19));
          filter: drop-shadow(3px 3px 1px rgba(0,0,0,.19));
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02 {
    width: calc(100% - 32px);
    margin-bottom: 20px;
  }
}
.reason01-contents02-title {
  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: #0d4595;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-title {
    height: 80px;
    font-size: 3rem;
  }
}
.reason01-contents02-main {
  width: 100%;
  padding: 15px;
  background: url(../img/reasonArea/reason01_contents02_bg_sp.png) repeat-y left top / 100% auto;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-main {
    padding: 30px 44px;
    background-image: url(../img/reasonArea/reason01_contents02_bg_pc.png);
  }
}
.reason01-contents02-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;
  width: 100%;
  margin: 0 0 -15px;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.reason01-contents02-list-item {
  width: calc(50% - 6.5px);
  margin: 0 0 15px;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-list-item {
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .reason01-contents02-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
.reason01-contents02-list-item .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 43.83%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-list-item .is-inner {
    padding-top: 100.5%;
  }
}

.reason01-contents02-list-item:nth-child(1) .is-inner {
  background-image: url(../img/reasonArea/reason01_contents02_item01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-list-item:nth-child(1) .is-inner {
    background-image: url(../img/reasonArea/reason01_contents02_item01_pc.png);
  }
}
.reason01-contents02-list-item:nth-child(2) .is-inner {
  background-image: url(../img/reasonArea/reason01_contents02_item02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-list-item:nth-child(2) .is-inner {
    background-image: url(../img/reasonArea/reason01_contents02_item02_pc.png);
  }
}
.reason01-contents02-list-item:nth-child(3) .is-inner {
  background-image: url(../img/reasonArea/reason01_contents02_item03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-list-item:nth-child(3) .is-inner {
    background-image: url(../img/reasonArea/reason01_contents02_item03_pc.png);
  }
}
.reason01-contents02-list-item:nth-child(4) .is-inner {
  background-image: url(../img/reasonArea/reason01_contents02_item04_sp.png);
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-list-item:nth-child(4) .is-inner {
    background-image: url(../img/reasonArea/reason01_contents02_item04_pc.png);
  }
}

.reason01-contents02-note {
  width: calc(100% - 19px);
  margin: 0 auto 42px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents02-note {
    width: calc(100% - 32px);
    margin-bottom: 56px;
    font-size: 1.8rem;
  }
}

.reason01-contents03-title {
  display: block;
  width: 99.01%;
  margin: 0 auto 30px;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents03-title {
    width: 95.17%;
    margin-bottom: 55px;
  }
}
.reason01-contents03-title-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 32.29%;
  background: url(../img/reasonArea/reason01_contents03_title_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents03-title-inner {
    padding-top: 25.66%;
    background-image: url(../img/reasonArea/reason01_contents03_title_pc.png);
  }
}
.reason01-contents03-main {
  width: calc(100% - 19px);
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents03-main {
    width: 89.6%;
    margin-bottom: 40px;
  }
}
.reason01-contents03-main-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.38%;
  background: url(../img/reasonArea/reason01_contents03_main_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents03-main-inner {
    padding-top: 52.79%;
    background-image: url(../img/reasonArea/reason01_contents03_main_pc.png);
  }
}

.reason01-contents04 {
  width: calc(100% - 19px);
  padding: 28px 15px 20px;
  background-color: #fff;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents04 {
    width: calc(100% - 32px);
    padding: 54px 30px 30px;
  }
}
.reason01-contents04-magazineArea {
  width: 100%;
  padding: 20px 16px 20px 75px;
  margin-bottom: 19px;
  background: #ebebeb url(../img/reasonArea/reason01_contents04_magazine.png) no-repeat center left 20px / 32.5px auto;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents04-magazineArea {
    padding: 44px 30px 44px 150px;
    margin-bottom: 30px;
    background-position: center left 40px;
    background-size: 65px auto;
  }
}
.reason01-contents04-magazineArea-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents04-magazineArea-text {
    font-size: 2.8rem;
  }
}
.reason01-contents04-magazineArea-text .is-red {
  color: #ff4110;
}
.reason01-contents04-text {
  width: 100%;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .reason01-contents04-text {
    font-size: 2.4rem;
    line-height: 1.625;
  }
}

.reason02-main {
  width: 100%;
  padding: 11px 0 15px 7px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .reason02-main {
    padding: 0 0 30px 25px;
  }
}
.reason02-main::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/reasonArea/reason02_bg_sp.png) no-repeat right bottom / 75.91% auto;
  position: absolute;
  right: -17px;
  bottom: -14.66vw;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .reason02-main::after {
    background-image: url(../img/reasonArea/reason02_bg_pc.png);
    background-size: 54.3% auto;
    right: 0;
    bottom: 0;
  }
}
.reason02-main-catch {
  width: 87.7%;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .reason02-main-catch {
    width: 61.39%;
    max-width: 528px;
    margin-bottom: 30px;
  }
}
.reason02-main-catch-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 29.54%;
  background: url(../img/reasonArea/reason02_catch_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason02-main-catch-inner {
    background-image: url(../img/reasonArea/reason02_catch_pc.png);
  }
}
.reason02-main-text {
  width: 63.78%;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .reason02-main-text {
    width: 53.72%;
    max-width: 462px;
  }
}
.reason02-main-text-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 51.3%;
  background: url(../img/reasonArea/reason02_text_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason02-main-text-inner {
    padding-top: 42.64%;
    background-image: url(../img/reasonArea/reason02_text_pc.png);
  }
}

.reason03-main {
  width: 100%;
}
.reason03-main-text {
  width: 100%;
  margin-bottom: 15px;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .reason03-main-text {
    margin-bottom: 34px;
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
.reason03-main-imageText {
  width: 100%;
  height: 0;
  padding-top: 60.19%;
  background: url(../img/reasonArea/reason03_image_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason03-main-imageText {
    padding-top: 43.25%;
    background-image: url(../img/reasonArea/reason03_image_pc.png);
  }
}

/* exampleArea */
.exampleArea {
  width: 100%;
  padding-bottom: 22px;
  background: rgb(201,218,241);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(201,218,241,1)), to(rgba(255,255,255,1)));
  background: -o-linear-gradient(bottom, rgba(201,218,241,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(201,218,241,1) 0%, rgba(255,255,255,1) 100%);
}
@media print, screen and (min-width: 768px) {
  .exampleArea {
    padding-bottom: 94px;
  }
}

.exampleArea-head {
  width: 100%;
  padding: 13px 0;
  background-color: #f5f5f3;
  border-bottom: 4px solid #0d4595;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-head {
    height: 228px;
  }
}
.exampleArea-head::after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  background: url(../img/exampleArea/example_down.svg) no-repeat top center / 13px auto;
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-head::after {
    background-size: 25px auto;
    height: 21px;
    bottom: -21px;
  }
}
.exampleArea-head-title {
  width: 83.73vw;
  height: 23.33vw;
  margin: 0 auto;
  background: url(../img/exampleArea/example_title_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-head-title {
    width: 59.53%;
    max-width: 762px;
    height: 100%;
    background-image: url(../img/exampleArea/example_title_pc.png);
  }
}

.exampleArea-topText {
  width: 100%;
  padding-top: 32px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-topText {
    padding-top: 65px;
    margin-bottom: 56px;
    font-size: 2.4rem;
    line-height: 1.58;
  }
}

.exampleArea-priceList {
  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%;
  padding: 0;
  margin: 0 auto -12.5px;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-priceList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1040px;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.exampleArea-priceList-item {
  width: 62.8%;
  margin-bottom: 12.5px;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-priceList-item {
    width: 31.4%;
    margin-bottom: 0;
  }
}
.exampleArea-priceList-item-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 67.35%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-priceList-item-inner {
    padding-top: 67.48%;
  }
}
.exampleArea-priceList-item:nth-child(1) .exampleArea-priceList-item-inner {
  background-image: url(../img/exampleArea/price_01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exampleArea-priceList-item:nth-child(1) .exampleArea-priceList-item-inner {
    background-image: url(../img/exampleArea/price_01_pc.png);
  }
}
.exampleArea-priceList-item:nth-child(2) .exampleArea-priceList-item-inner {
  background-image: url(../img/exampleArea/price_02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exampleArea-priceList-item:nth-child(2) .exampleArea-priceList-item-inner {
    background-image: url(../img/exampleArea/price_02_pc.png);
  }
}
.exampleArea-priceList-item:nth-child(3) .exampleArea-priceList-item-inner {
  background-image: url(../img/exampleArea/price_03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exampleArea-priceList-item:nth-child(3) .exampleArea-priceList-item-inner {
    background-image: url(../img/exampleArea/price_03_pc.png);
  }
}
.exampleArea-priceList-bottomText {
  width: 100%;
  padding: 13px 10px 0;
  margin: 0 0 48px;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-priceList-bottomText {
    max-width: 1040px;
    padding: 15px 20px 0;
    margin: 0 auto 60px;
    font-size: 1.8rem;
    line-height: 1.61;
  }
}

.exampleArea-costArea {
  width: calc(100% - 40px);
  padding: 0;
  margin: 0 auto;
  -webkit-filter: drop-shadow(3px 3px 1px rgba(0,0,0,.19));
          filter: drop-shadow(3px 3px 1px rgba(0,0,0,.19));
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
  }
}
.exampleArea-costArea-title {
  width: 100%;
  height: 50px;
  background: #c9daf1 url(../img/exampleArea/costArea_title.png) no-repeat center center / 95px auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-title {
    height: 100px;
    background-size: 186px auto;
  }
}
.exampleArea-costArea-main {
  width: 100%;
  padding: 15px 18px 30px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-main {
    padding: 35px 37px 30px;
  }
}

.exampleArea-costArea-main-intro {
  width: 100%;
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-main-intro {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}
.exampleArea-costArea-main-intro .is-bold {
  font-weight: bold;
}
.exampleArea-costArea-main-intro .is-red {
  color: #ff4001;
}

.exampleArea-costArea-main-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-bottom: -15px;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-main-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
.exampleArea-costArea-main-list-item {
  width: 66.22%;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-main-list-item {
    width: 28.94%;
    margin-bottom: 0;
  }
}
.exampleArea-costArea-main-list-item .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
.exampleArea-costArea-main-list-item:nth-child(1) .is-inner {
  background-image: url(../img/exampleArea/cost_01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-main-list-item:nth-child(1) .is-inner {
    background-image: url(../img/exampleArea/cost_01_pc.png);
  }
}
.exampleArea-costArea-main-list-item:nth-child(2) .is-inner {
  background-image: url(../img/exampleArea/cost_02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-main-list-item:nth-child(2) .is-inner {
    background-image: url(../img/exampleArea/cost_02_pc.png);
  }
}
.exampleArea-costArea-main-list-item:nth-child(3) .is-inner {
  background-image: url(../img/exampleArea/cost_03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .exampleArea-costArea-main-list-item:nth-child(3) .is-inner {
    background-image: url(../img/exampleArea/cost_03_pc.png);
  }
}

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

/* formArea */
.formArea {
  width: 100%;
  background-color: #fff;
}

.formArea-head {
  width: 100%;
  padding: 20px 0;
  background-color: #f5f5f3;
  border-bottom: 4px solid #0d4595;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .formArea-head {
    height: 228px;
  }
}
.formArea-head::after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  background: url(../img/formArea/form_down.svg) no-repeat top center / 13px auto;
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .formArea-head::after {
    background-size: 25px auto;
    height: 21px;
    bottom: -21px;
  }
}
.formArea-head-title {
  width: 86.8vw;
  height: 18.93vw;
  margin: 0 auto;
  background: url(../img/formArea/form_title_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .formArea-head-title {
    width: 76.95%;
    max-width: 985px;
    height: 100%;
    background-image: url(../img/formArea/form_title_pc.png);
  }
}

.formArea-main {
  width: 100%;
  padding: 0 10px;
  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%;
}
@media print, screen and (min-width: 768px) {
  .formArea-tabList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.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: #f5f5f3;
  border: 1px solid #f5f5f3;
  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: #fff;
  border-color: #0d4595;
  color: #0d4595;
}
.formArea-tabList-item-inner::before {
  content: '';
  display: none;
  width: 100%;
  height: 6px;
  background: url(../img/formArea/form_down.svg) no-repeat center top / auto 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .formArea-tabList-item-inner::before {
    height: 10px;
    bottom: -14px;
  }
}
.formArea-tabList-item-inner::after {
  content: '';
  display: none;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #0d4595;
  position: absolute;
  bottom: -2px;
  left: -1px;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .formArea-tabList-item-inner::after {
    height: 5px;
    bottom: -4px;
  }
}
.formArea-tabList-item-inner.is-active::before,
.formArea-tabList-item-inner.is-active::after {
  display: block;
}

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

.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;
    border-bottom-width: 2px;
  }
}
.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;
}
@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-tabWrap {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .confirmPage .formArea-tabWrap {
    margin-bottom: 100px;
  }
}
.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;
}
@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.01em;
}
@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 10px 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: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  padding: 0 8px;
  margin: 0 auto 14px;
}
@media print, screen and (min-width: 768px) {
  .confirm-btnArea {
    padding: 0;
    margin-bottom: 30px;
  }
}
.confirm-btnArea-item {
  width: calc(50% - 5px);
}
@media print, screen and (min-width: 768px) {
  .confirm-btnArea-item {
    width: calc(50% - 18px);
  }
}
.confirm-btnArea-item input {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 34.86%;
  background: no-repeat center center / 100% auto;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
}
@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-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: 50px;
}
@media print, screen and (min-width: 768px) {
  .completePage .formArea-tabWrap {
    padding-bottom: 60px;
    margin-bottom: 100px;
  }
}
.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);
  }
}
