@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ol, ul {
  list-style: none;
}

/* ==================================================================
   Common Style
================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
}

.read-more {
  display: inline-block;
}

.container {
  z-index: 2;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 364px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  .br__sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .br__pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden__sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden__pc {
    display: none !important;
  }
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 100%;
  color: #000000;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.42857;
    font-size: 87.5%;
  }
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root body {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

a[href^="tel"] {
  color: #000000;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a[href^="tel"]:hover {
    text-decoration: none;
  }
}

/* //IE表示用のCSS　*/
#wrapper {
  background: url(../img/bg.png) left top;
}

@media screen and (min-width: 768px) {
  #wrapper {
    min-width: 1280px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100vw;
    overflow-x: hidden;
  }
}

.header {
  width: 100%;
  z-index: 10;
  background-color: #3881da;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header .header_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .header .header_title {
    width: 1280px;
    padding: 0 55px;
  }
}

@media screen and (max-width: 767px) {
  .header .header_title {
    padding: 0 15px;
    margin: 0 auto;
  }
}

.header .header_title .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .header .header_title .logo {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.header .header_title .logo .logo__1 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header .header_title .logo .logo__1 {
    width: 58%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .header .header_title .logo .logo__2 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .header_title .logo .logo__2 {
    width: 58%;
    margin: 0 auto;
  }
}

.main .main_header .intro_text {
  padding: 20px 30px;
  margin: 90px 0 40px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
}

@media screen and (max-width: 767px) {
  .main .main_header .intro_text {
    padding: 20px 10px;
    margin: 30px 0 50px;
  }
}

.main .main_header .intro_text .intro_text__title {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.main .main_header .intro_text .intro_text__list {
  padding-left: 0;
  margin-bottom: 10px;
}

.main .main_header .intro_text .intro_text__list li {
  list-style: none;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .main .main_header .intro_text .intro_text__list li {
    margin-left: 2em;
    text-indent: -2em;
  }
}

.main .main_header .intro_text .intro_text__list li ul li {
  list-style: none;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .main .main_header .intro_text .intro_text__list li ul li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
}

.main .main_contents {
  counter-reset: questionnum nownum;
  margin-bottom: 60px;
}

.main .main_contents .qacontents {
  margin-bottom: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .main .main_contents .qacontents {
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents {
    margin: 0 -15px 60px -15px;
  }
}

.main .main_contents .qacontents .qacontents__question {
  padding: 10px 100px 10px 85px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3881da;
  color: #ffffff;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .main .main_contents .qacontents .qacontents__question {
    min-height: 52px;
    border-radius: 8px 8px 0 0;
    font-size: 115%;
  }
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .qacontents__question {
    padding: 34px 12px 10px 12px;
  }
}

.main .main_contents .qacontents .qacontents__question:before {
  counter-increment: questionnum;
  content: "問" counter(questionnum);
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3881da;
  font-size: 115%;
  font-weight: bold;
  width: 72px;
  height: 72px;
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #3881da;
  border-radius: 50%;
  color: #3881da;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .qacontents__question:before {
    content: "問" counter(questionnum) "/10";
    top: 0;
    left: 38%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90px;
    height: 50px;
    border-radius: 50px;
    font-size: 100%;
  }
}

@media screen and (min-width: 768px) {
  .main .main_contents .qacontents .qacontents__question:after {
    counter-increment: nownum;
    content: counter(nownum) "/10";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main .main_contents .qacontents .qacontents__answer-list {
  padding: 37px 40px 37px 40px;
  counter-reset: answernum;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .qacontents__answer-list {
    padding: 27px 12px 27px 12px;
  }
}

.main .main_contents .qacontents .answer-list {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .answer-list {
    margin-bottom: 17px;
  }
}

.main .main_contents .qacontents .answer-list:last-child {
  margin-bottom: 0px;
}

.main .main_contents .qacontents .answer-list .answer-list__button:checked + .answer-list__text {
  background-color: #3881da;
  color: #ffffff;
}

.main .main_contents .qacontents .answer-list .answer-list__button:checked + .answer-list__text:before {
  color: #ffffff;
}

.main .main_contents .qacontents .answer-list .answer-list__button {
  display: none;
}

.main .main_contents .qacontents .answer-list .answer-list__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 90%;
  padding: 10px 30px 10px 65px;
  border: 1px solid #3881da;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .answer-list .answer-list__text {
    padding: 8px 10px 8px 27px;
    border-radius: 4px;
  }
}

.main .main_contents .qacontents .answer-list .answer-list__text:before {
  position: absolute;
  counter-increment: answernum;
  content: counter(answernum) "．";
  left: 2%;
  color: #3881da;
  font-size: 140%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .answer-list .answer-list__text:before {
    font-size: 100%;
  }
}

.main .main_contents .qacontents .answer-list .answer-list__text:hover {
  background-color: #3881da;
  color: #ffffff;
}

.main .main_contents .qacontents .answer-list .answer-list__text:hover:before {
  color: #ffffff;
}

.main .main_contents .qacontents .qacontents__border {
  margin: 0 40px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .qacontents__border {
    margin: 0 15px;
  }
}

.main .main_contents .qacontents .qacontents__comment-list {
  padding: 30px 40px 5px 40px;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .qacontents__comment-list {
    padding: 20px 15px 5px 15px;
  }
}

.main .main_contents .qacontents .comment-list {
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .comment-list {
    margin-bottom: 30px;
  }
}

.main .main_contents .qacontents .comment-list .comment-list__label {
  margin-bottom: 10px;
  padding: 0px 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  background-color: #3881da;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .comment-list .comment-list__label {
    padding: 5px 15px;
    margin-bottom: 12px;
  }
}

.main .main_contents .qacontents .comment-list .comment-list__text {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .comment-list .comment-list__text {
    line-height: 1.5;
  }
}

.main .main_contents .qacontents .comment-list .comment-list__image {
  margin: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
}

.main .main_contents .qacontents .comment-list .comment-list__image img {
  max-width: 740px;
}

@media screen and (max-width: 767px) {
  .main .main_contents .qacontents .comment-list .comment-list__image img {
    width: 100%;
    height: auto;
  }
}

.main .main_contents .qacontents .comment-list__button {
  font-size: 87.5%;
  text-decoration: underline;
  color: #3881da;
  cursor: pointer;
}

.main .main_contents .qacontents .comment-list__button--top {
  margin-left: 8px;
}

.main .main_contents .qacontents .comment-list__button--bottom {
  margin-top: 8px;
}

.main .main_contents .close {
  margin-bottom: 30px;
}

.main .main_contents .close .close__button {
  margin: 0 auto;
  width: 240px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #3881da;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 130%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main .main_contents .close .close__button {
    width: 180px;
    height: 45px;
    font-size: 120%;
  }
}

.main .main_contents .close .close__button:hover {
  color: #ffffff;
  background-color: #3881da;
}

.footer {
  width: 100%;
  z-index: 10;
  background-color: #3881da;
  height: 50px;
}
/*# sourceMappingURL=style.css.map */