<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

h2 {
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

#shokusyu {
  padding: 40px 15px 50px;
}
#shokusyu .box + .box {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 20px;
}
#shokusyu .midashi {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
#shokusyu ul {
  list-style: none;
}
#shokusyu li a {
  display: block;
  border: 1px solid #009128;
  background: #fff url(../../img/arrow01.png) no-repeat right 10px center;
  background-size: auto 9px;
  padding: 15px 20px;
  color: #009128;
}
#shokusyu li .entryClose {
  display: block;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}
#shokusyu li + li a {
  border-top: 0;
}

#flow {
  background-color: #f2f2f2;
}
#flow &gt; .inner {
  padding: 40px 15px 50px;
}
#flow ol {
  list-style: none;
}
#flow li {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
}
#flow li + li {
  position: relative;
  margin-top: 25px;
}
#flow li + li:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -4px;
  border-width: 8px 7px 0 7px;
  border-color: #39b54a transparent transparent transparent;
  border-style: solid;
}
#flow li:last-child {
  color: #009128;
}
#flow li .text1 {
  font-size: 1.4rem;
  font-weight: normal;
}

#youkou h2 {
  background: #39b54a url(../../img/pagetitle-bg.png) center 0 repeat;
  background-size: 6px;
  color: #ffffff;
  height: 70px;
  width: 100%;
  display: table;
  margin-bottom: 40px;
}
#youkou h2 span {
  display: table-cell;
  vertical-align: middle;
}
#youkou ul {
  list-style: none;
}
#youkou li + li {
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}
#youkou h3 {
  padding: 0 10px;
  text-align: center;
  font-size: 2.6rem;
  color: #009128;
  line-height: 1.2;
}
#youkou table {
  border: 1px solid #9ad4aa;
  margin: 30px 15px;
}
#youkou tr + tr {
  border-top: 1px solid #9ad4aa;
}
#youkou th {
  background-color: #f0f9f1;
  padding: 10px 14px;
  text-align: left;
  color: #009128;
}
#youkou td {
  padding: 10px 14px;
  line-height: 1.4;
}
#youkou td div + div {
  margin-top: 5px;
}
#youkou td .textbox + .textbox {
  margin-top: 1.4em;
}
#youkou td .textbox .midashi {
  margin-bottom: 5px;
  font-weight: bold;
}
#youkou td .textbox .midashi01 {
  white-space: nowrap;
  margin-left: 0;
}
#youkou td .textbox li {
  text-indent: -1em;
  padding-left: 1em;
}
#youkou td .textbox li + li {
  border-top: 0;
  padding-top: 0;
}
#youkou td span {
  display: inline-block;
}
#youkou td .caution {
  text-indent: -1em;
  padding-left: 1em;
}
#youkou .btn {
  margin: 30px 15px 50px;
}
#youkou .btn a {
  display: block;
  width: auto;
  background-color: #009128;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 8px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  table,
  tbody,
  tr,
  th,
  td {
    display: block;
  }
}
@media all and (min-width: 768px) {
  h2 {
    font-size: 3.6rem;
    margin-bottom: 65px;
  }

  #shokusyu {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 100px;
  }
  #shokusyu .box {
    letter-spacing: -0.4em;
    padding: 0 27px;
  }
  #shokusyu .midashi {
    display: inline-block;
    width: 100px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  #shokusyu ul {
    display: inline-block;
  }
  #shokusyu li {
    letter-spacing: 0.1em;
    margin-left: 15px;
    display: inline-block;
  }
  #shokusyu li a {
    width: 300px;
  }
  #shokusyu li a:hover {
    opacity: 1;
    background-color: #009128;
    background-image: url(../../img/arrow02.png);
    color: #ffffff;
  }
  #shokusyu li + li a {
    border-top: 1px solid #009128;
  }

  #flow &gt; .inner {
    width: 980px;
    margin: 0 auto;
    padding: 90px 0 100px;
  }
  #flow ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #flow li {
    width: 172px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #flow li + li {
    margin-top: 0;
  }
  #flow li + li:after {
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #39b54a;
    margin-left: 0;
    left: -18px;
    top: 50%;
    margin-top: -7px;
  }
  #flow li:last-child {
    font-size: 2.2rem;
  }
  #flow li .text1 {
    margin-top: 5px;
    line-height: 1.4;
  }
  #flow li .text1 span {
    letter-spacing: normal;
    display: block;
  }

  #youkou h2 {
    height: 110px;
    margin-bottom: 0;
  }
  #youkou li {
    margin-top: -85px;
    padding-top: 85px;
  }
  #youkou li + li {
    border-top: 0;
    padding-top: 85px;
  }
  #youkou li + li h3 {
    border-top: 1px solid #cccccc;
  }
  #youkou h3 {
    padding-top: 70px;
    font-size: 3rem;
  }
  #youkou table {
    width: 920px;
    margin: 35px auto 50px;
  }
  #youkou th {
    width: 250px;
    padding: 20px;
  }
  #youkou td {
    padding: 20px;
    line-height: 1.75;
  }
  #youkou td span {
    margin-left: 1em;
  }
  #youkou td div + div {
    margin-top: 0;
  }
  #youkou .btn {
    width: 980px;
    margin: 50px auto 80px;
  }
  #youkou .btn a {
    width: 400px;
    margin: 0 auto;
    padding: 16px 10px;
  }
  #youkou .btn a:hover {
    border-color: #009128;
    background-color: #fff;
    color: #009128;
  }
}
</pre></body></html>