@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
  ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
  ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
  ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------------------------
Common Style
------------------------------ */
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial,Tahoma, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

ul,
li {
  list-style-type: none;
  padding: 0;
}

.fv img,
.content img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ------------------------------
Content Style
------------------------------ */
.fv {
  width: 100%;
  position: relative;
}

.offerBlock {
  position: absolute;
  bottom: 2%;
  left: 11%;
  width: 78%;
  text-align: center;
}

.offerBlock__btn {
  margin: 0;
}

.offerBlock__link {
  font-size: 1.2rem;
  color: #3c88cd;
  display: block;
  line-height: 1;
  margin: 0;
  text-decoration: underline !important;
}

@media screen and (min-width: 769px) {

  .offerBlock__link {
    font-size: 2rem;
  }
}

.content {
  width: 100%;
  background: #dfeff4;
  padding: 10px 0;
}

.info {
  margin: 15px auto;
  width: 96%;
}

.info .info__title {
  background-color: #3b88cc;
  color: #fff;
  border: 2px solid #fff;
  display: block;
  list-style: none;
  cursor: pointer;
  position: relative;
  width: 80%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 3.8vw;
  box-shadow: 3px 3px 0 #aaa;
}

.info .info__title::-webkit-details-marker {
  display: none;
}

.info .info__title::before,
.info .info__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}

.info .info__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.info[open] .info__title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.info .info__content {
  margin: 10px auto;
  width: 96%;
}

.info .info__content .info__campaign {
  border-collapse: collapse;
  margin: 5vw 0 10vw;
}

.info .info__content .info__campaign th {
  background-color: #97bfe3;
  border: 1px solid #3d87ce;
  padding: 1vw;
  width: 22vw;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.info .info__content .info__campaign td {
  background-color: #fff;
  border: 1px solid #3d87ce;
  padding: 1vw .8vw;
  font-size: 2.8vw;
  font-feature-settings: "palt";
  letter-spacing: -.03em;
  line-height: 1.5;;
}

.info .info__content .info__campaign td p {
  margin: 1vw 0;
}

.info .info__content .info__campaign td p.oneIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.info .info__content .info__campaign td p.twoIndent {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1em;
}

.info .info__content .info__campaign td p.textSmall {
  font-size: 2.5vw;
}

.info .info__content .info__explanation {
  margin: 5vw 0 10vw;
}

.info .info__content .info__explanation p {
  margin: 1vw;
  font-size: 3.2vw;
  text-align: justify;
}

.info .info__content .info__explanation p.oneIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.info .info__content .info__explanation p.twoIndent {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1em;
}

.contact {
  margin: 30px auto;
  width: 96%;
  text-align: center;
}

.contact .contact__title {
  font-size: 3.6vw;
  font-weight: bold;
  margin: 0 auto;
  color: #00995c;
}

.contact .contact__phone {
  color: #f1510a;
  font-size: 7vw;
  font-weight: bold;
  margin: 1vw auto;
}

.contact .contact__phone .iconPhone {
  width:  1em;
  height: auto;
  vertical-align: text-bottom;
  margin-right: .2em;
}

.contact .contact__phoneNumber {
  width:  45vw;
  height: auto;
  vertical-align: baseline;
}

.contact .contact__content {
  font-size: 3.2vw;
}

.contact .contact__content p {
  margin: 1vw auto;
}

.contact .contact__time {
  display: flex;
  justify-content: center;
}

.contact .contact__content .iconNumber {
  width: 1.4em;
  height: auto;
  vertical-align: text-bottom;
  margin: 0 .1em;
}

@media screen and (min-width: 769px) {

  .info {
    margin: 30px auto;
    width: 780px;
  }

  .info .info__title {
    width: 774px;
    height: 60px;
    line-height: 60px;
    font-size: 3.6rem;
    border: 3px solid #fff;
    box-shadow: 5px 5px 0 #aaa;
  }

  .info .info__content {
    margin: 10px auto;
    width: 780px;
  }

  .info .info__content .info__campaign {
    margin: 30px 0 60px;
  }

  .info .info__content .info__campaign th {
    border: 2px solid #3d87ce;
    padding: 10px 15px;
    width: 180px;
    font-size: 2.2rem;
  }

  .info .info__content .info__campaign td {
    border: 2px solid #3d87ce;
    padding: 10px 15px;
    font-size: 2.2rem;
    letter-spacing: -.03em;
    line-height: 1.6;
  }

  .info .info__content .info__campaign td p {
    margin: 10px 0;
  }

  .info .info__content .info__campaign td p.textSmall {
    font-size: 1.6rem;
  }

  .info .info__content .info__explanation {
    margin: 30px 0 60px;
  }

  .info .info__content .info__explanation p {
    margin: 10px 0;
    font-size: 2.2rem;
    text-align: justify;
    line-height: 1.6;
  }

  .contact {
    margin: 60px auto;
    width: 780px;
  }

  .contact .contact__title {
    font-size: 2.2rem;
    margin: 0 auto;
  }

  .contact .contact__phone {
    font-size: 3rem;
    margin: 0 auto 10px;
  }

  .contact .contact__phone .iconPhone {
    width: 1em;
    height: auto;
    margin-right: .2em;
  }

  .contact .contact__phoneNumber {
    width:  220px;
    height: auto;
    vertical-align: baseline;
  }

  .contact .contact__content {
    font-size: 2rem;
  }

  .contact .contact__content p {
    margin: 0 auto;
  }

  .contact .contact__content .iconNumber {
    width: 1.6em;
    height: auto;
    margin: 0 .1em;
  }
}

/* ------------------------------
Footer Style
------------------------------ */
.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.footer__text {
  width: 96%;
  font-size: 1.1rem;
  margin: 0 auto 20px;
}

.footer__copyright {
  background: #008857;
  color: #fff;
  padding: 5px 0;
  margin: 20px 0 0;
}

@media screen and (min-width: 769px) {

  .footer {
    font-size: 1.4rem;
  }

  .footer__text {
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto 20px;
  }
}
