@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  line-break: strict; }

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

img {
  vertical-align: top; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.both {
  clear: both; }

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word; }

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none; }
  input:hover,
  button:hover,
  textarea:hover,
  select:hover {
    cursor: pointer; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
@use 'colors';
@use "mixin";
@use 'media';
@use 'font';
html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0;
  font-weight: 400;
  /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: 'Shippori Mincho', serif; }
  html a,
  html button,
  html .children,
  body a,
  body button,
  body .children {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400;
  /* regular */
  color: #000;
  position: relative;
  position: relative; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-a-r {
  text-align: right; }

#intro {
  padding-top: 40px;
  padding-top: calc(40 / 375 * 100vw);
  padding-bottom: 80px;
  padding-bottom: calc(80 / 375 * 100vw); }

.intro-lead {
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 40px;
  line-height: calc(40 / 375 * 100vw);
  margin-bottom: 26px;
  margin-bottom: calc(26 / 375 * 100vw); }

.intro-body {
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 37.5px;
  line-height: calc(37.5 / 375 * 100vw);
  width: auto;
  margin-left: auto;
  margin-right: auto; }

#table {
  padding-bottom: 60px;
  padding-bottom: calc(60 / 375 * 100vw); }

.table-list {
  width: 315px;
  width: calc(315 / 375 * 100vw); }
  .table-list dt, .table-list dd {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 37.5px;
    line-height: calc(37.5 / 375 * 100vw); }
  .table-list dt {
    font-weight: 700;
    /* bold */
    width: 315px;
    width: calc(315 / 375 * 100vw);
    background: #FAFAFA;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0px;
    padding-top: calc(0 / 375 * 100vw);
    padding-bottom: 5px;
    padding-bottom: calc(5 / 375 * 100vw); }
  .table-list dd {
    width: 315px;
    width: calc(315 / 375 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
    padding-left: calc(0 / 375 * 100vw);
    padding-right: 0px;
    padding-right: calc(0 / 375 * 100vw);
    padding-top: 4px;
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: 10px;
    padding-bottom: calc(10 / 375 * 100vw); }
  @media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/guideline/kv-1__md.jpg); }
    #intro {
      padding-top: 120px;
      padding-top: calc(120 / 1366 * 100vw); }
    #intro {
      padding-bottom: 150px;
      padding-bottom: calc(150 / 1366 * 100vw); }
    .intro-lead {
      font-size: 25px;
      font-size: calc(25 / 1366 * 100vw); }
    .intro-lead {
      line-height: 60px;
      line-height: calc(60 / 1366 * 100vw); }
    .intro-lead {
      margin-bottom: 50px;
      margin-bottom: calc(50 / 1366 * 100vw); }
    .intro-lead {
      text-align: center; }
    .intro-body {
      font-size: 18px;
      font-size: calc(18 / 1366 * 100vw); }
    .intro-body {
      line-height: 36px;
      line-height: calc(36 / 1366 * 100vw); }
    .intro-body {
      width: 866px;
      width: calc(866 / 1366 * 100vw); }
    #table {
      padding-bottom: 150px;
      padding-bottom: calc(150 / 1366 * 100vw); }
    .table-list {
      width: 866px;
      width: calc(866 / 1366 * 100vw); }
    .table-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .table-list dt, .table-list dd {
        font-size: 15px;
        font-size: calc(15 / 1366 * 100vw); }
      .table-list dt, .table-list dd {
        line-height: 37.5px;
        line-height: calc(37.5 / 1366 * 100vw); }
      .table-list dt, .table-list dd {
        border-top: solid 1px #DEDEDE; }
      .table-list dt {
        width: 160px;
        width: calc(160 / 1366 * 100vw); }
      .table-list dt {
        padding-top: 17px;
        padding-top: calc(17 / 1366 * 100vw); }
      .table-list dt {
        padding-bottom: 25px;
        padding-bottom: calc(25 / 1366 * 100vw); }
      .table-list dd {
        width: 706px;
        width: calc(706 / 1366 * 100vw); }
      .table-list dd {
        padding-left: 40px;
        padding-left: calc(40 / 1366 * 100vw); }
      .table-list dd {
        padding-right: 55px;
        padding-right: calc(55 / 1366 * 100vw); }
      .table-list dd {
        padding-top: 17px;
        padding-top: calc(17 / 1366 * 100vw); }
      .table-list dd {
        padding-bottom: 25px;
        padding-bottom: calc(25 / 1366 * 100vw); } }
  @media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }
  @media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/guideline/kv-1__sm.jpg); }
      .table-list dt {
        border-top: solid 1px #DEDEDE; } }
  @media screen and (min-width: 1200px) {
    #intro {
      padding-top: 120px; }
    #intro {
      padding-bottom: 150px; }
    .intro-lead {
      font-size: 25px; }
    .intro-lead {
      line-height: 60px; }
    .intro-lead {
      margin-bottom: 50px; }
    .intro-body {
      font-size: 18px; }
    .intro-body {
      line-height: 36px; }
    .intro-body {
      width: 866px; }
    #table {
      padding-bottom: 150px; }
    .table-list {
      width: 866px; }
      .table-list dt, .table-list dd {
        font-size: 15px; }
      .table-list dt, .table-list dd {
        line-height: 37.5px; }
      .table-list dt {
        width: 160px; }
      .table-list dt {
        padding-top: 17px; }
      .table-list dt {
        padding-bottom: 25px; }
      .table-list dd {
        width: 706px; }
      .table-list dd {
        padding-left: 40px; }
      .table-list dd {
        padding-right: 55px; }
      .table-list dd {
        padding-top: 17px; }
      .table-list dd {
        padding-bottom: 25px; } }


@media screen and (max-width: 768px) {
  .service-image__pc {
    display: none;
  }

  .service-image__sp {
    display: block;
    margin-bottom: 24px;
  }

  .service-image__text {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .service-image__pc {
    display: block;
  }

  .service-image__sp {
    display: none;
  }

  .service-image__text {
    display: none;
  }
}

.service-text {
  margin-top: 8em;
}

.service-text p + p {
  margin-top: 4em;
}

.service-image {
  margin-top: 4em;
}

.service-image__text-content {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}

.service-image__text-content + .service-image__text-content {
  margin-top: 12px;
}

.service-image__text-content span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.service-image__text-01 {
  color: #00a83c;
}

.service-image__text-02 {
  color: #bcd662;
}

.service-image__text-03 {
  color: #7ab438;
}

@media screen and (max-width: 768px) {
  .service-text {
    margin-top: 6em;
  }

  .service-text p + p {
    margin-top: 2em;
  }

  .service-image {
    margin-top: 2em;
  }
}
