@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* 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: 0;
  border-top: 1px solid;
  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] {
  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: 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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  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;
  border: 0;
  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;
  border: 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; }

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%; }

body {
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }
  @media screen and (min-width: 768px) {
    body {
      width: 100%;
      min-width: 1200px; } }

html, body {
  width: 100%;
  height: 100%; }

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em; }

/* a */
a {
  text-decoration: none; }
  a:link {
    color: #222222;
    cursor: pointer; }
  a:visited {
    color: #222222; }
  a:hover {
    color: #222222; }
  a:active {
    color: #222222; }

a[href^="tel"],a[href^="/contact/"] {
  color: #222222;
  display: block; }

/* Text Highlight */
/* button */
button {
  display: block; }

textarea {
  resize: vertical; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222222; }

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #222222; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #222222; }
input:placeholder-shown, textarea:placeholder-shown {
  color: #222222; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #222222; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #222222;
  opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #222222;
  opacity: 1; }
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #222222; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #222222; }
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #222222; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #222222; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #222222;
  opacity: 1; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #222222;
  opacity: 1; }

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: ""; }

@media screen and (min-width: 768px) {
  .u_pc {
    display: block; }
    .u_pc_i {
      display: inline; }
    .u_pc_ib {
      display: inline-block; }
    .u_pc_f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .u_pc_if {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }

  .u_sp {
    display: none; }
    .u_sp_f, .u_sp_i, .u_sp_ib, .u_sp_if {
      display: none; } }
@media screen and (max-width: 767px) {
  .u_pc {
    display: none; }
    .u_pc_f, .u_pc_i, .u_pc_ib, .u_pc_if {
      display: none; }

  .u_sp {
    display: block; }
    .u_sp_i {
      display: inline; }
    .u_sp_ib {
      display: inline-block; }
    .u_sp_f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .u_sp_if {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .u_content_size {
      padding: 0;
      margin: 0 auto;
      width: 1200px; } }

/* =================================
 text
================================= */
.u_txt_1 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: bold; }
  .u_txt_1 span.yellow {
    color: #FFDA0B; }
  .u_txt_1 span.big {
    font-size: 37px; }
  .u_txt_1 span.mg {
    padding-left: 10px; }
  @media screen and (max-width: 767px) {
    .u_txt_1 {
      font-size: 16px; }
      .u_txt_1.big {
        font-size: 24px; } }

.u_txt_2 {
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px; }
  .u_txt_2 span.small {
    font-size: 28px; }
  .u_txt_2 span.green {
    color: #367D46; }
  .u_txt_2 span.yellow {
    color: #FFDA0B; }
  @media screen and (max-width: 767px) {
    .u_txt_2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }
      .u_txt_2 span.small {
        font-size: 16px; }
      .u_txt_2 span.green {
        color: #367D46; } }

.u_txt_3 {
  font-size: 24px;
  line-height: 24px; }
  .u_txt_3 span {
    font-weight: bold;
    position: relative;
    background: url("../img/common/yellow-01.svg") repeat-x bottom; }
  @media screen and (max-width: 767px) {
    .u_txt_3 {
      font-size: 16px; } }

.u_txt_4 {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold; }
  .u_txt_4 span {
    font-weight: bold;
    position: relative;
    background: url("../img/common/yellow-01.svg") repeat-x bottom; }
  @media screen and (max-width: 767px) {
    .u_txt_4 {
      font-size: 16px; } }
.u_txt_5 {
  font-size: 14px;
  line-height: 21px; }
  .u_txt_5 span {
    font-weight: bold;
    position: relative;
    background: url("../img/common/yellow-01.svg") repeat-x bottom; }

.u_txt_6 {
  font-size: 12px;
  line-height: 18px;
  padding-left: 12px;
  text-indent: -12px; }

.u_txt_7 {
  font-size: 16px;
  line-height: 24px;
  padding-left: 12px;
  text-indent: -12px; }
  .u_txt_7 span {
    font-weight: bold;
    position: relative;
    background: url("../img/common/yellow-01.svg") repeat-x bottom; }

.u_txt_8 {
  font-size: 16px;
  line-height: 24px; }
  .u_txt_8 span.yellow {
    font-weight: bold;
    position: relative;
    background: url("../img/common/yellow-01.svg") repeat-x bottom; }
  .u_txt_8 span.green {
    font-weight: bold;
    color: #367D46; }

.u_txt_9 {
  font-size: 22px;
  line-height: 33px; }

.u_txt_10 {
  font-size: 14px;
  line-height: 21px;
  padding-left: 14px;
  text-indent: -14px; }
  @media screen and (max-width: 767px) {
    .u_txt_10 {
      font-size: 12px;
      padding-left: 12px;
      text-indent: -12px;
      line-height: 18px; } }

.u_txt_11 {
  font-size: 32px;
  position: relative;
  text-align: center;
  font-weight: bold;
  display: table;
  margin: 0 auto; }
  .u_txt_11::after, .u_txt_11::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
    width: 50px;
    top: 19px; }
    @media screen and (max-width: 767px) {
      .u_txt_11::after, .u_txt_11::before {
        top: 14px;
        width: 37px; }
      }
  .u_txt_11::after {
    left: -70px; }
    @media screen and (max-width: 767px) {
      .u_txt_11::after {
        left: -47px; } }
  .u_txt_11::before {
    right: -70px; }
    @media screen and (max-width: 767px) {
      .u_txt_11::before {
        right: -47px; } }
  .u_txt_11 span {
    color: #367D46; }
  @media screen and (max-width: 767px) {
    .u_txt_11 {
      font-size: 24px; } 
  }

.u_txt_12 {
  font-size: 30px;
  position: relative;
  text-align: center;
  font-weight: bold;
  display: table;
  margin: 0 auto; 
}
.u_txt_12 span {
  color: #367D46;
}
  .u_txt_12::after,
  .u_txt_12::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
    width: 30px;
    top: 19px;
  }
  .u_txt_12::after {
    right: -40px;
  }
  .u_txt_12::before {
    left: -40px;
  }
  @media screen and (max-width: 767px) {
    .u_txt_12 {
      font-size: 20px;
      position: relative;
      text-align: center;
      font-weight: bold;
      display: table;
      margin: 0 auto; 
    }
    .u_txt_12::after,
    .u_txt_12::before {
      top: 14px;
      width: 20px;
    }
    .u_txt_12::after {
      right: -30px;
    }
    .u_txt_12::before {
      left: -30px;
    }
  }
/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter; }

.u_bold {
  font-weight: bold; }

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center; }

.u_ta_cl {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .u_ta_cl {
      text-align: left; } }

.u_ta_lc {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .u_ta_lc {
      text-align: center; } }

/* =================================
 paragraph margin
================================= */
.u_paragraph + .u_paragraph {
  margin: 15px 0 0; }

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 table
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 pager
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
/* =================================
 l_header
================================= */
.l_header {
  margin-bottom: 0;
}
/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
.l_main_visual_top {
  background: url("/lp/zangyoudaiseikyuu/2108/assets/img/common/img-kvbackPC.png") no-repeat bottom;
  background-size: cover;
}
.l_main_visual_top img {
  margin: 0 auto;
  max-width: 100%;
}
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
/* =================================
 other
================================= */
@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

.s_faq {
  padding: 0 15px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .s_faq.f01 {
      padding: 40px 15px 0; } }
  .s_faq.f01 .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
  .s_faq.f02 {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .s_faq.f02 {
        margin-bottom: 40px; } }
    .s_faq.f02 .inner {
      max-width: 800px;
      width: 100%;
      margin: 0 auto; }

.s_media {
  padding: 0 15px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .s_media {
      margin-bottom: 40px; } }
  .s_media .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }

.s_about,
.s_can,
.s_pay,
.s_phone,
.s_think,
.s_time,
.s_reason {
  padding: 0;
  margin-bottom: 60px;
}
  @media screen and (max-width: 767px) {
    .s_about,
    .s_can,
    .s_pay,
    .s_phone,
    .s_think,
    .s_time,
    .s_reason,
    .s_merit {
      margin-bottom: 40px;
    }
   }
  .s_about .inner,
  .s_can .inner,
  .s_pay .inner,
  .s_phone .inner,
  .s_think .inner,
  .s_time .inner,
  .s_reason .inner,
  .s_merit .inner,
  .s_voice .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }

.fqa-01 .a01,
.fqa-01 .q01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .fqa-01 .a01 img,
  .fqa-01 .q01 img {
    margin-right: 15px; }
.fqa-01 li {
  padding-bottom: 30px;
  border-bottom: 1px dotted #707070;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .fqa-01 li {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .fqa-01 li:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0; }
    .fqa-01 li:last-child.other {
      padding-bottom: 30px;
      border-bottom: 1px dotted #707070;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .fqa-01 li:last-child.other {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
  .fqa-01 li .u_txt_6 {
    margin-top: 10px; }

.s_media {
  background: #F3F3F3;
  padding: 60px 15px; }
  @media screen and (max-width: 767px) {
    .s_media {
      padding: 40px 15px; } }
  .s_media .inner .u_txt_8.tac {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .s_media .inner .u_txt_8.tac {
        text-align: left; } }
  .s_media .inner img {
    margin: 40px auto 10px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .s_media .inner img {
        width: 100%; } }

.about-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .about-01 {
      display: inherit; } }
  .about-01 .left img {
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      .about-01 .left img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px; } }
  .about-01 .right {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .about-01 .right {
        padding-left: 0; } }
    .about-01 .right .u_txt_8 {
      margin-bottom: 15px; }

.copyright {
  padding: 20px 0 50px;
  background: #222;
  text-align: center;
  color: #fff;
  @media screen and (min-width: 768px) {
    padding: 20px 0 150px;
  }
 }

.copyright-01 {
  margin-bottom: .5rem; }

.copyright-02 {
  margin-bottom: 1.2rem; }

.mgr-10 {
  margin-right: 10px; }

.s_complete {
  margin-bottom: 60px;
  background: #D7E6D7; }
  @media screen and (max-width: 767px) {
    .s_complete {
      margin-bottom: 0; } }
  .s_complete .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 46px 0 60px; }
    @media screen and (max-width: 767px) {
      .s_complete .inner {
        padding: 36px 15px 15px;
        border: 5px solid #367D46;
        border-top: none; } }

.green-01 {
  background: url("../img/common/ttl.svg") no-repeat center bottom;
  height: 132px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin: 60px 0 0;
  padding-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .green-01 {
      height: 106px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 -15px; } }
  .green-01 img.man03 {
    max-width: 950px; }

.green-02 img {
  margin: 0 auto 30px;
  display: block; }
  @media screen and (max-width: 767px) {
    .green-02 img {
      width: 100%; } }

.green-03 img {
  margin: 0 auto 30px; }
  @media screen and (max-width: 767px) {
    .green-03 img {
      max-width: 337px;
      width: 100%; } }

.green-04 {
  margin-bottom: 25px; }
  .green-04 a {
    width: 550px;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 767px) {
      .green-04 a {
        width: 100%; } }
    .green-04 a.mg {
      margin: 15px auto 0; }
    @media screen and (max-width: 767px) {
      .green-04 a img {
        width: 100%; } }

.green-05 {
  padding: 5px;
  background: #fff; }
  .green-05 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .green-05 .top {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .green-05 .top .left img {
        width: 140px; } }
    .green-05 .top .right {
      padding: 0 30px; }
      @media screen and (max-width: 767px) {
        .green-05 .top .right {
          padding: 0 0 0 15px; } }
      .green-05 .top .right .label {
        border-radius: 3px;
        background: #367D46;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        padding: 5px 10px;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .green-05 .top .right .label {
            margin-bottom: 0;
            margin-top: 10px; } }
      .green-05 .top .right .u_txt_8 {
        font-weight: bold;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .green-05 .top .right .u_txt_8 {
            font-size: 14px; } }
      .green-05 .top .right .u_txt_5 {
        margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .green-05 .bottom {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .green-05 .bottom .u_txt_5 {
      margin-bottom: 5px; } }

.s_phone,.s_cta {
  background: transparent -webkit-linear-gradient(354deg, #338635 0%, #165C18 100%) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(96deg, #338635 0%, #165C18 100%) 0 0 no-repeat padding-box;
  padding: 50px 15px; }

  @media screen and (max-width: 767px) {
    .s_cta{    
      padding: 20px 15px;
    }
  }

  /* cta */
  .s_cta{
    text-align: center;
  }
  .s_cta .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
    justify-items: center;
  }
  .s_cta .inner a:first-child {
    margin-right: 5px;
  }
  .u_txt_cta {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .s_cta .inner {
      display: initial;
    }
    .s_cta .inner a:first-child {
      margin-right: 0;
    }
    .u_txt_cta{
      font-size: 18px;
    }
    .cta_phone{
      margin-bottom: 5px;
    }
  }

  @media screen and (max-width: 767px) {
    .s_phone {
      padding: 10px 15px; }}
     .s_phone .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media screen and (max-width: 767px) {
      .s_phone .inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .s_phone .inner a {
      display: block; }
      @media screen and (max-width: 767px) {
        .s_phone .inner a.btn01 {
          display: none; } }
      .s_phone .inner a:first-child {
        margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .s_phone .inner a img {
          width: 100%; } }

.think01 {
  display: table;
  margin: 0 auto; }
  .think01 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 0 0 50px;
    background: url("../img/common/check01.svg") no-repeat left center;
    min-height: 34px; }
    @media screen and (max-width: 767px) {
      .think01 li {
        background: url("../img/common/check01.svg") no-repeat left center;
        background-size: 24px;
        padding: 0 0 0 35px; } }
    .think01 li .u_txt_3 {
      font-size: 28px;
      line-height: 1.5em;
     }
      @media screen and (max-width: 767px) {
        .think01 li .u_txt_3 {
          font-size: 16px;
          line-height: 1.3em;
        } 
      }
    .think01 li:last-child {
      margin-bottom: 0; }

.s_annsinn {
  background: #D7E6D7;
  position: relative;
  z-index: -2;}
  @media screen and (max-width: 767px) {
    .s_annsinn.no-bg {
      background: none; }
      .s_annsinn.no-bg .inner {
        padding: 0;} }
  .s_annsinn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -1px; }
  .s_annsinn.woman01 p.box_txt {
    position: absolute;
    bottom: 4.5rem;
    left: calc(50% - 400px);
    width: 800px;
    padding-left: 2rem; }
    @media screen and (max-width: 767px) {
      .s_annsinn.woman01 p.box_txt {
        top: calc(52% + 1rem);
        bottom: auto;
        left: 0;
        width: 65%;
        padding-left: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .s_annsinn.woman01 p.box_txt.u_txt_9 {
        font-size: 1.6rem;
        line-height: 2.5rem; } }
  .s_annsinn .s_annsinn_text {
    position: absolute;
    text-align: center;
    width: 800px;
    top: 50%;
    left: calc(50% - 400px);
    transform: translate(0 , -30%); }
    @media screen and (max-width: 767px) {
      .s_annsinn .s_annsinn_text {
        text-align: center;
        transform: translate(0 , -30%);} }
    .s_annsinn .s_annsinn_text .u_txt_2 {
      line-height: 50px;
    }
      @media screen and (max-width: 767px) {
        .s_annsinn .s_annsinn_text .u_txt_2 {
          line-height: 30px; }
        }
    @media screen and (max-width: 767px) {
      .s_annsinn .s_annsinn_text .u_txt_8 {
        font-size: 12px;
        line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .s_annsinn .inner {
      padding: 0 15px;
      position: relative;
      z-index: -1;} }
  .s_annsinn img {
    margin: 0 auto;
    max-width: 100%; }
    .s_annsinn img.man01 {
      max-width: 1366px;
      width: 100%; }
    .s_annsinn img.man02 {
      max-width: 800px; }
    @media screen and (max-width: 767px) {
      .s_annsinn img {
        width: 100%; } }

.s_can {
  padding: 60px 15px 40px;
  background: #D7E6D7; }
  @media screen and (max-width: 767px) {
    .s_can {
      padding: 40px 15px; } }
  .s_can .inner .u_txt_2 {
    margin-bottom: 96px; }
    @media screen and (max-width: 767px) {
      .s_can .inner .u_txt_2 {
        margin-bottom: 66px; } }

.can01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .can01 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .can01 .item {
    background: #fff;
    width: 23.4%;
    position: relative;
    padding: 85px 0 10px;
    -webkit-box-shadow: 0 0 10px #0000001A;
    box-shadow: 0 0 10px #0000001A;
    border-radius: 3px; }
    @media screen and (max-width: 767px) {
      .can01 .item {
        width: 48%;
        margin-bottom: 60px;
        padding: 65px 0 10px; } }
    @media screen and (max-width: 767px) {
      .can01 .item:nth-child(3), .can01 .item:nth-child(4) {
        margin-bottom: 0; } }
    .can01 .item img {
      position: absolute;
      left: 50%;
      margin-left: -56px;
      top: -56px;
      max-width: 113px; }
      @media screen and (max-width: 767px) {
        .can01 .item img {
          max-width: 80px;
          margin-left: -40px;
          top: -40px; } }
    .can01 .item p {
      text-align: center; }
      .can01 .item p.label {
        background: #367D46;
        display: inline-block;
        color: #fff;
        font-size: 19px;
        font-weight: bold;
        border-radius: 7px;
        border: 2px solid #fff;
        position: absolute;
        top: 43px;
        left: 50%;
        margin-left: -65px;
        padding: 5px 15px;
        width: 130px; }
        @media screen and (max-width: 767px) {
          .can01 .item p.label {
            font-size: 14px;
            width: 110px;
            margin-left: -52.5px;
            top: 28px; } }
      .can01 .item p.txt01 {
        font-size: 17px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        line-height: 25px;
        font-family: "Noto Sans JP"; }
        @media screen and (max-width: 767px) {
          .can01 .item p.txt01 {
            font-size: 12px;
            line-height: 18px; } }
      .can01 .item p.txt02 {
        line-height: 24px;
        font-size: 16px;
        background: url("../img/common/yellow-01.svg") repeat-x bottom;
        font-weight: bold;
        display: table;
        margin: 0 auto;
        font-family: "Noto Sans JP"; }
        @media screen and (max-width: 767px) {
          .can01 .item p.txt02 {
            font-size: 12px;
            line-height: 18px; } }
        .can01 .item p.txt02 span {
          font-size: 27px; }
          @media screen and (max-width: 767px) {
            .can01 .item p.txt02 span {
              font-size: 18px; } }
      .can01 .item p.txt03 {
        font-size: 17px;
        font-weight: bold;
        font-family: "Noto Sans JP"; }
        @media screen and (max-width: 767px) {
          .can01 .item p.txt03 {
            font-size: 12px;
            line-height: 18px; } }
    .can01 .item .bottom01 {
      margin-top: 15px;
      padding-top: 10px;
      border-top: 1px dotted #D7E6D7; }

/* sec_request */
body{
  counter-reset: number;
}
.requestWrap{
  counter-reset: number 0;
}
.requestWrap .inner{
  margin-bottom: 40px;
}
.requestWrap .inner:last-of-type{
  margin-bottom: 0;
}
.requestWrap .ttl_request{
  position: relative;
  margin-bottom: 5px;
}
.requestWrap .ttl_request p {
  margin-left: 105px;
  line-height: 1.5;
}

.requestWrap .ttl_request p:before {
  counter-increment: number;
  content: "メリット" counter(number);
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 2rem;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgb(54, 125, 70);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px)  {
  .requestWrap .inner{
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .requestWrap .ttl_request{
    margin-bottom: 12px;
    text-align: center;
  }

  .requestWrap .ttl_request p {
    margin-left: 80px;
    line-height: 1.5;
    text-align: left;
  }
  .requestWrap .ttl_request p:before {
    padding: 3px 5px;
    font-size: 12px;
    top: 3px;
    left: 0;
    text-align: left;
  }
}
/* .requestWrap{
  display: flex;
}
.requestWrap .inner{
  width: calc(33.3% - 5px);
  margin: 0 5px;
  text-align: center;
}
.requestWrap .ttl_request span{
  border-radius: 3px;
  background: #367D46;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
} */

/* sec_reason */
.s_reason{
  background: #D7E6D7;
  margin-bottom: 0;
}
.s_reason .inner{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 46px 0 60px;
}
.ttl_reason{
    width: 450px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 8px 16px;
    background: #FFDA0B;
    font-size: 25px;
    text-align: center;
    border: 2px solid;
    border-radius: 25px;
}
.ttl_reason span{
  font-size: 30px;
  font-weight: bold;
}
.unit_reason{
  margin-bottom: 30px;
}
.unit_reason .itemWrap{
  display: flex;
  justify-content: center;
}
.unit_reason .item{
  width: calc(100% / 3 - 30px);
  margin-right:30px;
}
.unit_reason .item:last-of-type{
  margin-right:0;
}
.unit_reason .u_txt_6{
  margin-top: 10px;
}
.unit_reason dt{
  text-align: center;
  margin-bottom: 5px;
}

.unit_reason .icon{
  text-align: center;
}
.unit_reason img{
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ttl_reason{
    font-size: 16px;
  }
  .ttl_reason span{
    font-size: 19px;
  }
  .unit_reason:last-of-type{
    margin: 0;
  }
  .s_reason .inner{
    padding: 46px 15px 40px;;
  }
  .unit_reason .itemWrap{
    display: inherit;
  }
  .unit_reason .item{
    width: 100%;
    margin: 0 auto 20px;
  }
  .unit_reason img{
    width: 35%;
  }
}

/* sec_voice */
.voiceWrap{
  display: flex;
  padding: 38px 0;
  border-bottom: 2px dotted;
}
.voiceWrap:last-of-type{
  border-bottom: none;
}
.voiceWrap .left{
  margin-right: 30px;
}
.voiceWrap .u_txt_4{
  margin: 15px 0 10px;
  color: #367D46;
}
.voiceWrap .label{
  text-align: center;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .voiceWrap{
    display: inherit;
  }
  .voiceWrap:last-of-type{
    padding:38px 0 0;
  }
  .voiceWrap .left {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .voiceWrap .left img{
    width: 130px;
    margin: 0 auto;
  }
}
/* sec_protect */
.protectWrap{
  display: flex;
  justify-content: space-between;
}
.protectWrap .left img{
  max-width: 100%;
}
.protectWrap .left{
  width: 42%;
  margin-right: 20px;
}
.protectWrap .right {
  width: calc(100% - 15%);
}
.protectWrap .right p{
  margin-bottom: 10px;
}
.protectWrap .right p:last-of-type{
  margin-bottom: 0;
}
.protectWrap .right .u_txt_3 {
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .protectWrap{
    display: inherit;
  }
  .protectWrap .right{
    width: 100%;
    margin-right: 0;
  }
 .protectWrap .left{
    width: 100%;
    margin-bottom: 15px;
 }
}
.header01 {
  background: transparent -webkit-linear-gradient(357deg, #338635 0%, #165C18 100%) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(93deg, #338635 0%, #165C18 100%) 0 0 no-repeat padding-box;
  padding: 15px 0; }
  @media screen and (max-width: 767px) {
    .header01 {
      padding: 10px 0; } }
  .header01 .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .header01 .inner img {
      max-width: 358px;
      background: #fff;
      padding: 1rem; }
      @media screen and (max-width: 767px) {
        .header01 .inner img {
          width: 229px;
          display: block;
          margin: 0 auto; } }

.header02 {
  background: #222;
  padding: 11px 0;
}
.header02 img {
  max-width: 721px;
}
  @media screen and (max-width: 767px) {
    .header02 {
      padding: 0; } 
    }

    @media screen and (min-width: 768px) {
    .header02 .inner .box01 {
      display: flex;
      gap: 10px;
      align-items: flex-end;
    }
  }


  .header02 .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; 
  }
    .header02 .inner .box02 {
      position: relative; 
    }
      .header02 .inner .box02 img {
        display: table;
        margin: 0 auto;
        /*padding: 6px 0;*/
        padding: 0; 
      }

.header03 {
  background: url("../img/common/bg01.png") no-repeat right 30% top 20%;}
  .header03 .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    height: 505px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .header03{
        background-size: cover;
      }
      .header03 .inner {
        height: auto; } }
      .header03 .inner img {
      width: 100%;
      position: absolute;
      top: -45px; }
      @media screen and (max-width: 767px) {
        .header03 .inner img {
          position: inherit;
          top: inherit; } }

.s_time .inner img {
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .s_time .inner img {
      margin: 0 auto; } }
.s_time .inner .bd01 {
  border-bottom: 1px solid #D3D3D3;
  margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .s_time .inner .bd01 {
      display: none; } }
.s_time .inner .u_txt_10 {
  margin: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .s_time .inner .u_txt_10 {
      margin: 20px 0; } }

.s_flow {
  margin: 60px auto 100px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .s_flow {
      margin: 0 auto 10px; } }
  .s_flow .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #F3F3F3;
    padding: 50px 15px; }
    @media screen and (max-width: 767px) {
      .s_flow .inner {
        padding: 30px 15px 40px; } }
    .s_flow .inner .u_txt_11 {
      margin-bottom: 20px; }
    .s_flow .inner .u_txt_8 {
      max-width: 500px;
      margin: 0 auto 25px;}
      @media screen and (max-width: 767px) {
        .s_flow .inner .u_txt_8 {
          margin-bottom: 20px;
          text-align: left; } }
    .s_flow .inner img {
      max-width: 100%;
      margin: 0 auto; }

.s_bar {
  background: #000;
  padding: 40px 15px;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .s_bar {
      padding: 13px 15px;
      margin-bottom: 20px; } }
  .s_bar .inner img {
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -23px; }
    @media screen and (max-width: 767px) {
      .s_bar .inner img {
        position: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        left: inherit;
        top: inherit; } }

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

/* floating */
.s_fixed {
  background: #FEB649;
  padding: 20px 5px;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 -3px 20px #0000001A;
  box-shadow: 0 -3px 20px #0000001A;
  z-index: 3;
  bottom: -200px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
@media screen and (max-width: 767px) {
  .s_fixed {
    padding: 10px 5px;
  }
  .s_fixed.active {
    bottom: 0;
  }
  .s_fixed .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floatTel{
    margin-right: 5px;
  }
  .s_fixed .inner a {
      display: inline-block;
    }
  .s_fixed .inner a img {
      max-width: 100%;
      width: 100%;
    }
  .s_fixed__txt{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .s_fixed.active {
    bottom: 0;
  }
  .s_fixed .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
    justify-items: center;
  }
  .s_fixed img {
    max-width: 100%;
  }
  /* .s_contact__tel */
  .s_contact__tel {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 0.5;
    gap: 20px;
  }
  .s_contact__tel::before {
    content: '';
    background: url("/lp/zangyoudaiseikyuu/2108/assets/img/common/icon_call.svg") no-repeat center center;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: min(6.8vw, 80px);
    height: min(5.6vw, 64px);
  }
  .s_contact__tel .num {
    font-size: min(4.7vw, 56px);
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 0.5;
  }
  .s_contact__tel .text {
    font-size: min(2vw, 20px);
    font-weight: 600;
    color: #fff;
  }
 /* .s_contact__tel--cta */
    .s_contact__tel--cta {
      display: flex;
      align-items: center;
      position: relative;
      line-height: 0.5;
      gap: 20px;
    }
    .s_contact__tel--cta::before {
      content: '';
      background: url("/lp/zangyoudaiseikyuu/2108/assets/img/common/icon_call.svg") no-repeat center center;
      position: relative;
      background-size: 100%;
      top: 0;
      left: 0;
      width: 80px;
      height: 64px;
    }
    .s_contact__tel--cta .num {
      font-size: 56px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      line-height: 0.5;
    }
    .s_contact__tel--cta .text {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
    }
}

/* Safari */
.btn01 {
  display: block; }
  .btn01 .item {
    border: 3px solid #222222;
    border-bottom: 5px solid #222222;
    border-radius: 5px;
    background: #FFDA0B;
    max-width: 495px;
    min-height: 91px;
    width: 495px; }
    .btn01 .item .inner {
      position: relative; }
      .btn01 .item .inner img {
        position: absolute;
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }

.btn01 {
  position: relative; }
  .btn01:hover {
    height: 91px;
    width: 495px; }
    .btn01:hover .item {
      position: absolute;
      top: 3px;
      left: 0;
      border-bottom: 3px solid #222222; }

@media screen and (min-width: 767px) {
  .calbtn:hover {
    width: 400px;
    height: 80px;
    margin: 0 auto;
    position: relative; }
    .calbtn:hover input {
      position: absolute;
      top: 3px; } }

.man01 {
  max-width: 1366px; }

@media screen and (max-width: 767px) {
  .l_container {
    padding-bottom: 60px; } }

body[data-iphonex="1"] {
  margin: 0; }

/* 追記１*/
.pc-text {
  margin: 10px; }

.u_pc .text {
  font-size: 20px; }

.u_pc .num {
  font-size: 30px; }

span.text.branch, span.text.lawyer, span.text.rec {
  margin-left: 10px; }

.sp-text {
  text-align: center;
  padding: 5px; }

span.text {
  color: #fff;
  font-size: 16px; }

span.num {
  color: #FFDA0B;
  font-size: 30px;
  font-weight: bold; }

span.num-people {
  color: #FFDA0B;
  font-size: 20px; }

.performance-text {
  background: #000;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  padding: 8px 16px;
  margin-bottom: 25px; }

/* 追記２ */
@media screen and (max-width: 767px) {
  .performance-text {
    background: #000;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    padding: 8px 16px;
    margin-bottom: 10px; }

  span.num {
    font-size: 20px; }
  }
/* 追記３ */
.headerAnnotation {
  margin: 12px 0;
}

.headerAnnotation small{
  font-size: 12px;
  color: #fff;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .headerAnnotation {
    text-align: center;
    margin: 0;
    padding: 3px 15px;
   }
  }
/* 追記４ */
.l_content .l_main .sec > .inner .calculate .row-note {
  margin: 10px 0 0; }

.l_content .l_main .sec > .inner .row-note .sub {
  text-align: left;
  margin: 10px 0 0;
  line-height: 1.5; }

@media screen and (min-width: 767px) {
  .l_content .l_main .sec > .inner .calculate .row-note {
    display: flex;
    justify-content: flex-end; }

  .l_content .l_main .sec > .inner .calculate .row-note .right {
    width: 500px; } }

/* PC/SP 表示 */
    @media screen and (max-width:767px) {
      .block-sp {
        display: block;
      }
      .block-pc {
        display: none;
      }
    }
    @media screen and (min-width:768px) {
      .block-sp {
        display: none;
      }
      .block-pc {
        display: block;
      }
    }

  /* 追記5 */
    /* pc */
@media screen and (min-width:768px) {
  .box03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .box03__inner {
    padding: 40px 20px;
  }
}
/* sp */
@media screen and (max-width:767px) {
  .box03 {
    display: grid;
    gap: 20px;
  }
  .box03__inner {
    padding: 20px 10px;
  }
}

.u-bg--zangyou {
  background: #F0F6E3;
}
.u-bg--kaiko {
  background: #EDF7F5;
}
.u-mt30 {
  margin-top: 30px;
}


/* アコーディオン */
.c-acc01 {
  margin: 0;
}
.c-acc01__head {
  position: relative;
  padding: 30px 80px 30px 0;
  border-top: 1px solid #3e7c47;
  font-weight: 400;
  cursor: pointer;
}
.c-acc01__head::before {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  color: #3e7c47;
  font-weight: 900;
  font-size: 30px;
  content:'+';
}
.c-acc01__body {
  display: none;
  padding: 30px 80px 30px 0;
  border-top: 1px solid #ddd;
}
.c-acc01__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-acc01 dt .u_txt_5,
.c-acc01 dt .u_txt_6 {
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .c-acc01__head {
    padding: 20px 50px 20px 0;
  }
  .c-acc01__head::before {
    right: 20px;
    font-size: 24px;
  }
  .c-acc01__body {
    padding: 20px;
  }
}
/* js アコーディオン */
.js-open.c-acc01__head::before {
      content: '－';
  }
.js-open.c-acc01__body {
    border-top: 1px solid #f8f8f8;
}


