@charset "UTF-8";
/*! destyle.css v2.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;
  line-height: 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] {
  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: 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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*---------------------------------
  color
---------------------------------*/
.sending {
  display: none;
}

@media (max-width: 560px) {
  .err {
    font-size: 18px;
  }
}

body {
  color: #000000;
  background-color: #f4f4f4;
  counter-reset: number 0;
  font-size: 20px;
}

.container {
  width: 640px;
  min-height: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .container {
    width: 100vw;
  }
}

main {
  width: 100%;
}
img {
  width: 100%;
}

/* .fv {
  background: url(./img/coment.png) no-repeat bottom;
  background-size: cover;
} */

.fv h1 {
  margin: 0;
  text-align: center;
  color: #77BC34;
  font-size: 80px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width: 640px) {
  .fv h1 {
    margin: 0px auto 0;
    font-size: 60px;
  }
}

/*
.fv h1::before {
  content: "";
  width: 160px;
  height: 147px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(./img/coment.svg) no-repeat center;
  background-size: contain;
}
*/

@media screen and (max-width: 640px) {
  .fv h1::before {
    width: 110px;
    margin-right: 10px;
  }
}

header {
  width: 100%;
  background-color: #ffffff;
  height: auto;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/*
.header_image {
  background: url(./img/nagata-logo.jpg) no-repeat bottom;
  width: 100%;
  height: 130px;
  height: 80px;
  background-size: contain;
}
*/

.navi {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.5em;
  font-size: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .navi {
    font-size: 18px;
  }
}

.navi ol {
  width: 100%;
}

.navi ol li {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 20px 10px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 25px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .navi ol li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 5px 20px;
  }
}

.navi ol li:not(:last-child):after {
  width: 13px;
  height: 11px;
  position: absolute;
  top: calc(50% - 5px);
  right: -20px;
  content: '';
  background: url(./img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

#q1 > .navi > ol > li:first-child {
  color: #fff;
  background-color: #f77606;
}

#q2 > .navi > ol > li:first-child {
  color: #fff;
  background-color: #f77606;
  opacity: .3;
}

#q2 > .navi > ol > li:nth-child(2) {
  color: #fff;
  background-color: #f77606;
}

#q3 > .navi > ol > li:first-child,
#q3 > .navi > ol > li:nth-child(2) {
  color: #fff;
  background-color: #f77606;
  opacity: .3;
}

#q3 > .navi > ol > li:nth-child(3) {
  color: #fff;
  background-color: #f77606;
}

#q4 > .navi > ol > li:nth-child(4) {
  color: #fff;
  background-color: #f77606;
}

#q4 > .navi > ol > li:first-child,
#q4 > .navi > ol > li:nth-child(2),
#q4 > .navi > ol > li:nth-child(3) {
  color: #fff;
  background-color: #f77606;
  opacity: .3;
}

#q5 > .navi > ol > li:nth-child(5) {
  color: #fff;
  background-color: #f77606;
}

#q5 > .navi > ol > li:first-child,
#q5 > .navi > ol > li:nth-child(2),
#q5 > .navi > ol > li:nth-child(3),
#q5 > .navi > ol > li:nth-child(4) {
  color: #fff;
  background-color: #f77606;
  opacity: .3;
}

.contact-inner > .navi > ol > li:first-child,
.contact-inner > .navi > ol > li:nth-child(2),
.contact-inner > .navi > ol > li:nth-child(3),
.contact-inner > .navi > ol > li:nth-child(4),
.contact-inner > .navi > ol > li:nth-child(5) {
  color: #fff;
  background-color: #f77606;
  opacity: .3;
}

.contact-inner > .navi > ol > li:nth-child(6) {
  color: #fff;
  background-color: #f77606;
}

.shindan {
  width: 100%;
  overflow-x: scroll;
  overflow: hidden;
  background: linear-gradient(to bottom, #f4ffe1, #efffad);
}

.shindan-container {
  width: 3840px; /* note.遷移枚数に応じて変更640px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .shindan-container {
    width: 600vw;
  }
}

.shindan-container-inner {
  width: 100%;
  padding: 0 1%; /* note.遷移枚数を増やした際はここの調整も必要 */
}

@media screen and (max-width: 640px) {
  .shindan-container-inner {
    width: 100vw;
    padding: 0 1%;
}
}

.shindan-container-inner .question {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(28, 71, 52, 0.3);
          box-shadow: 3px 3px 20px rgba(28, 71, 52, 0.3);
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .question {
    width: 90vw;
    padding-bottom: 30px;
    border-radius: 16px;
  }
}

.shindan-container-inner .question h2 {
  padding: 30px 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 32px;
  border-radius: 24px 24px 0 0;
  color: #fff;
  background-color: #f77606;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .question h2 {
    padding: 25px 20px;
    font-size: 22px;
    border-radius: 16px 16px 0 0;
  }
}

.shindan-container-inner .question h2::before {
  display: block;
  font-size: 38px;
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .question h2::before {
    margin-right: 15px;
    font-size: 30px;
  }
}

.shindan-container-inner .question-container {
  padding: 0px 3%;
  text-align: center;
}

.shindan-container-inner .question-container .long-label {
  padding: 14px;
  line-height: 1.2em;
}

.shindan-container-inner .question-container label {
  width: 500px;
  height: 100px;
  margin: 40px auto 20px;
  line-height: 100px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 30px;
  border-radius: 20px;
  /* border-radius: 50px; */
  display: inline-block;
  background-color: #f9fa91;
  -webkit-box-shadow: 0 10px 0 #e7e850;
          box-shadow: 0 10px 0 #e7e850;
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .question-container label {
    width: 300px;
    height: 80px;
    margin: 20px auto 10px;
    line-height: 80px;
    font-size: 20px;
  }
}

.shindan-container-inner .question-container label > span {
  font-size: 36px;
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .question-container label > span {
    font-size: 30px;
  }
}

.shindan-container-inner .back_btn {
  margin: 50px 0 20px;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .back_btn {
    margin: 20px 0;
    font-size: 18px;
  }
}

.shindan-container-inner .back_btn button::before {
  content: url(./img/back-icon.svg);
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .back_btn button::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
    background-image: url(./img/back-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
}

.shindan-container-inner .radiobutton {
  display: none;
}

.shindan-container-inner .radiobutton:checked + label {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #f77606;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 640px) {
  .shindan-container-inner .radiobutton:checked + label {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.shindan-container .contact {
  width: 100%;
  padding: 0 1%;
}
@media screen and (max-width: 640px) {
  .shindan-container .contact {
    width: 100vw;
  }
}

.shindan-container .contact ::-webkit-input-placeholder {
  color: rgba(80, 61, 10, 0.2);
}

.shindan-container .contact :-ms-input-placeholder {
  color: rgba(80, 61, 10, 0.2);
}

.shindan-container .contact ::-ms-input-placeholder {
  color: rgba(80, 61, 10, 0.2);
}

.shindan-container .contact ::placeholder {
  color: rgba(80, 61, 10, 0.2);
}

.shindan-container .contact-inner {
  width: 100%;
  margin: 0 auto;
}

.shindan-container .contact-title-outer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shindan-container .contact-title-outer li {
  width: 95%;
  margin: 30px auto;
  padding: 20px;
  position: relative;
  display: inline-block;
  color: #5FA2DB;
  font-size: 24px;
  text-align: center;
  border-radius: 24px;
  border: 3px solid #5FA2DB;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact-title-outer li {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.shindan-container .contact-title-outer li::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.shindan-container .contact-title-outer li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #5FA2DB;
  z-index: 1;
}

.shindan-container .contact-title-outer li dt {
  padding: 8px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  border-radius: 10px;
  background-color: #5FA2DB;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact-title-outer li dt {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.shindan-container .contact-title-outer li dd {
  margin: 10px 0 15px;
}

.shindan-container .contact-title-outer span {
  font-size: 33px;
  font-weight: bold;
  color: #f77606;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact-title-outer span {
    font-size: 24px;
  }
}

.shindan-container .contact #shindan_form {
  width: 100%;
  margin: -100px auto 60px;
  padding: 100px 5% 60px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(28, 71, 52, 0.3);
          box-shadow: 3px 3px 20px rgba(28, 71, 52, 0.3);
}

@media screen and (max-width: 640px) {
  .shindan-container .contact #shindan_form {
    border-radius: 16px;
  }
}

.shindan-container .contact .contact-lead {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .contact-lead {
    font-size: 12px;
  }
}

.shindan-container .contact .contact-form-list__label {
  font-size: 26px;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .contact-form-list__label {
    font-size: 18px;
  }
}

.shindan-container .contact .contact-form-list__label-txt {
  width: calc(100% - 80px);
  display: inline-block;
}

.shindan-container .contact .contact-form-list__label-txt span {
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .contact-form-list__label-txt span {
    font-size: 12px;
  }
}

.shindan-container .contact .contact-form-list__required {
  margin-right: 10px;
  padding: 5px 8px 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #fff;
  background-color: #D92020;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .contact-form-list__required {
    font-size: 14px;
  }
}

.shindan-container .contact .contact-form-list__data {
  width: 100%;
  margin: 15px 0 30px;
  padding: 15px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.shindan-container .contact .contact-form-list__data input {
  width: 100%;
}

.shindan-container .contact .submit_btn {
  width: 100%;
  height: 80px;
  margin: 40px auto 20px;
  line-height: 80px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 32px;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  background-color: #249f04;
  -webkit-box-shadow: 0 10px 0 #218307;
          box-shadow: 0 10px 0 #218307;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .submit_btn {
    height: 60px;
    margin: 0;
    line-height: 60px;
    font-size: 24px;
    border-radius: 30px;
  }
}

.shindan-container .contact .submit_btn span {
  position: relative;
}

.shindan-container .contact .submit_btn span::after {
  width: 16px;
  height: 28px;
  position: absolute;
  top: calc(50% - 13px);
  right: -160px;
  content: '';
  background: url(./img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .submit_btn span::after {
    width: 12px;
    top: calc(50% - 9px);
    right: -88px;
  }
}

.shindan-container .contact .completed_btn {
  width: 100%;
  height: 80px;
  margin: 40px auto 20px;
  line-height: 80px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 32px;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  background-color: #d3d5d7;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .completed_btn {
    height: 60px;
    margin: 0;
    line-height: 60px;
    font-size: 24px;
    border-radius: 30px;
  }
}

.shindan-container .contact .completed_btn span {
  position: relative;
}

.shindan-container .contact .completed_btn span::after {
  width: 16px;
  height: 28px;
  position: absolute;
  top: calc(50% - 13px);
  right: -160px;
  content: '';
  background: url(./img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .shindan-container .contact .completed_btn span::after {
    width: 12px;
    top: calc(50% - 9px);
    right: -88px;
  }
}

.office-information {
  display: none;
  padding: 50px 5%;
}

.office-information .PrivacyPolicy .toggle-btn {
  display: none;
}

.office-information .PrivacyPolicy .toggle-btn:checked + .toggle-label + .PrivacyPolicy-contents {
  height: auto;
  padding: 5%;
  opacity: 1;
  visibility: visible;
}

.office-information .PrivacyPolicy .toggle-btn:checked + .toggle-label::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: .5s;
  transition: .5s;
}

.office-information .PrivacyPolicy .toggle-label {
  width: 100%;
  padding: 20px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #767676;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .office-information .PrivacyPolicy .toggle-label {
    font-size: 20px;
  }
}

.office-information .PrivacyPolicy .toggle-label::after {
  width: 20px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: '';
  background: url(./img/arrow-togle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.office-information .PrivacyPolicy-contents {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 5%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  background-color: #F4F4F4;
  -webkit-transition: .5s;
  transition: .5s;
}

.office-information .PrivacyPolicy-contents p {
  margin-bottom: 1.5em;
}

.office-information .PrivacyPolicy-contents dl {
  margin-bottom: 1.5em;
}

.office-information .PrivacyPolicy-contents dl dt {
  font-weight: 400;
}

.office-information .PrivacyPolicy-contents .contact_address > dt, .office-information .PrivacyPolicy-contents .contact_address dd {
  display: inline-block;
}


.office-information .OfficeInfo .toggle-btn2 {
  display: none;
}

.office-information .OfficeInfo .toggle-btn2:checked + .toggle-label + .OfficeInfo-contents {
  height: auto;
  padding: 5%;
  opacity: 1;
  visibility: visible;
}

.office-information .OfficeInfo .toggle-btn2:checked + .toggle-label::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: .5s;
  transition: .5s;
}

.office-information .OfficeInfo .toggle-label {
  width: 100%;
  padding: 20px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #767676;
  position: relative;
  display: inline-block;
}

.office-information .OfficeInfo .toggle-label::after {
  width: 20px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: '';
  background: url(./img/arrow-togle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.office-information .OfficeInfo-contents {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 5%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  background-color: #F4F4F4;
  -webkit-transition: .5s;
  transition: .5s;
}

.office-information .OfficeInfo {
  margin-top: 50px;
  font-size: 20px;
}

.office-information .OfficeInfo h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.office-information .OfficeInfo > dl dt {
  font-size: 24px;
  margin-bottom: .5em;
}

.office-information .OfficeInfo dl {
  line-height: 1.5em;
}

.office-information .OfficeInfo dl dd {
  margin-bottom: 1.5em;
}

.office-information .OfficeInfo dl .annotation {
  margin-top: 1em;
}

.office-information .OfficeInfo dl .annotation li::before {
  content: '※';
  margin-right: 5px;
}

.office-information .OfficeInfo dl .info-price dt, .office-information .OfficeInfo dl .info-price dd {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.office-information .OfficeInfo dl .info-price dd {
  margin-bottom: 0;
}

/* サンクスページ */
.thanks {
  width: 100%;
  overflow-x: scroll;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff4ce, #f3de97);
}

.thanks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thanks-inner {
  width: 100%;
  margin: 0 1%;
}

.thanks-txt {
  margin: 30px auto;
  padding: 50px 10%;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(28, 71, 52, 0.3);
          box-shadow: 3px 3px 20px rgba(28, 71, 52, 0.3);
}

.thanks-txt .thanks-message {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .thanks-txt {
    font-size: 16px;
    border-radius: 16px;
    padding: 40px 7%;
  }
}

.thanks-txt h3 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #f77606;
}

@media screen and (max-width: 640px) {
  .thanks-txt h3 {
    font-size: 26px;
  }
}

.thanks-txt .freecall {
  width: 100%;
  margin-top: 50px;
  padding: 5%;
  border: 1px solid #000000;
}

.thanks-txt .freecall h4 {
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .thanks-txt .freecall h4 {
    font-size: 14px;
  }
}

.thanks-txt .freecall p {
  text-align: center;
  line-height: 1em;
}

.thanks-txt .freecall img {
  max-width: 80px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .thanks-txt .freecall img {
    max-width: 50px;
  }
}

.thanks-txt .freecall-container {
  margin-top: 20px;
  text-align: center;
}

.thanks-txt .freecall .call-container {
  display: inline-block;
  vertical-align: middle;
}

.thanks-txt .freecall .call-number {
  font-size: 40px;
  color: #f77606;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .thanks-txt .freecall .call-number {
    font-size: 27px;
  }
}

@media screen and (max-width: 640px) {
  .thanks-txt .freecall .businessーhours {
    font-size: 12px;
  }
}

footer {
  width: 100%;
  height: 70px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
  background-color: #ed8b21;
}

@media screen and (max-width: 640px) {
  footer {
    font-size: 14px;
  }
}
