@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box; }

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

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

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

b, strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, object, iframe {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-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; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default; }

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

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

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

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

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "Yu Gothic Medium", "Yu Gothic", Osaka, sans-serif;
  color: #333;
  font-weight: normal;
  overflow-y: scroll;
  letter-spacing: 0.05em;
  text-indent: 0.05em; }

.site {
  width: 100%;
  overflow: hidden; }

img, iframe {
  max-width: 100%; }

.header-nav-list a {
  color: #fff; }

.js-navi-button {
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  z-index: 100; }
  .js-navi-button > * {
    transition: .5s; }
  .js-navi-button span, .js-navi-button span:before, .js-navi-button span:after {
    content: "";
    position: absolute;
    display: block;
    transition: .5s; }
  .js-navi-button span {
    top: 50%;
    left: 50%; }
  .js-navi-button.is-active span {
    background: transparent; }
    .js-navi-button.is-active span:before, .js-navi-button.is-active span:after {
      top: 0; }
    .js-navi-button.is-active span:before {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .js-navi-button.is-active span:after {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.button-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.button-s, .button-m {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #F59301;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .button-s:before, .button-m:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.948' height='16.992' viewBox='0 0 6.948 16.992'%3E%3Cpath id='ico-arrow' data-name='ico-arrow' d='M-6.246,1.656l5.166-8.5-5.166-8.5-1.782.774,4.7,7.722L-8.028.882Z' transform='translate(8.028 15.336)' fill='%23fff'/%3E%3C/svg%3E");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .button-s.lead-case, .button-m.lead-case {
    background: #333; }
    .button-s.lead-case:before, .button-m.lead-case:before {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20.001' viewBox='0 0 21 20.001'%3E%3Cpath id='合体_3' data-name='合体 3' d='M-24,618v-3h-4V598h18v4h3v16Zm1-1H-8V603h-2v12H-23Zm12-3V603H-23v11Zm-16,0h3V602h13v-3H-27Z' transform='translate(28 -598)' fill='%23fff'/%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 1.6em;
      height: 1.6em;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .button-s.close, .button-m.close {
    background: #333;
    cursor: pointer; }
    .button-s.close:before, .button-m.close:before {
      content: "\00d7";
      font-weight: 900;
      color: #fff;
      background: none; }
  .button-s.lead-contact, .button-m.lead-contact {
    background: #333; }

.sec-contact {
  border: none;
  text-align: center; }
  .sec-contact h2, .sec-contact h3 {
    font-weight: 900; }

.gototop {
  position: fixed;
  bottom: -100px;
  transition: .5s;
  z-index: 5; }
  .gototop .goto__link {
    font-size: 0px;
    font-size: 0rem; }
    .gototop .goto__link:before {
      content: "";
      width: 50px;
      height: 50px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='14px'%3E%3Cpath fill-rule='evenodd'  fill='rgb(255, 255, 255)' d='M0.0,2.0 L0.0,0.0 L15.999,0.0 L15.999,2.0 L0.0,2.0 ZM15.599,11.931 L14.448,13.82 L7.999,6.633 L1.550,13.82 L0.399,11.931 L7.999,4.330 L15.599,11.931 Z'/%3E%3C/svg%3E");
      background-size: 16px 14px;
      background-color: #1C1C1C; }

.footer {
  background: #1C1C1C;
  color: #fff;
  position: relative; }
  .footer .footer-profile h3:before {
    content: "\003010"; }
  .footer .footer-profile h3:after {
    content: "\003011"; }
  .footer hr {
    margin: 20px auto;
    width: 100%;
    background: #707070;
    height: 1px;
    border: none; }

.service__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 1em; }
  .service__item:before {
    content: "\003e";
    margin: 0 .5em 0 -1em; }

@media only screen and (min-width: 961px) {
  body {
    font-size: 14px; }

  a:hover {
    opacity: .8; }

  .header-nav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .header-nav__item {
    margin-left: 40px; }

  #spnav {
    display: none; }

  .button-s {
    width: 200px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-s:hover {
      opacity: .8; }
    .button-s:before {
      left: 50px; }

  .button-m {
    width: 360px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-m:hover {
      opacity: .8; }
    .button-m:before {
      left: 50px; }

  .sec-contact {
    position: relative;
    padding: 110px 0 100px; }
    .sec-contact:after {
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%;
      background: #EFEFEF; }
    .sec-contact h2 {
      font-size: 60px;
      font-size: 3.75rem; }
    .sec-contact h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.6666666667; }
      .sec-contact h3 span {
        font-size: 12px;
        font-size: 0.75rem; }
    .sec-contact hgroup h2 + h3 {
      padding: 40px 0 30px; }
    .sec-contact p {
      padding: 0 0 45px;
      margin-top: -20px;
      line-height: 2.4285714286; }

  .gototop {
    right: 85px; }

  .goto__link {
    transition: .5s; }
    .goto__link:hover:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='14px'%3E%3Cpath fill-rule='evenodd'  fill='rgb(28,28,28)' d='M0.0,2.0 L0.0,0.0 L15.999,0.0 L15.999,2.0 L0.0,2.0 ZM15.599,11.931 L14.448,13.82 L7.999,6.633 L1.550,13.82 L0.399,11.931 L7.999,4.330 L15.599,11.931 Z'/%3E%3C/svg%3E");
      background-color: #fff; }

  .pagedown .gototop {
    bottom: 100px; }

  .footer {
    font-size: 0.8571428571rem;
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 2vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .footer:after {
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%;
      background: #1C1C1C; }
    .footer hr {
      margin: 25px 0 20px; }
    .footer p {
      margin-bottom: 30px;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2; }

  .footer-logo {
    width: 173px; }

  .footer-body {
    width: calc(100% - 220px); }

  .service__item {
    margin-bottom: 10px; }

  .footer-profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2; }
    .footer-profile h3 {
      width: 100px; }
    .footer-profile address li {
      display: inline-block;
      margin-right: 1.5em; }
      .footer-profile address li:first-child {
        display: block; }

  .sp-only {
    display: none; } }
@media only screen and (max-width: 960px) {
  body {
    font-size: 14px;
    font-size: 0.875rem; }

  img {
    max-width: 100%;
    height: auto; }

  .header-nav {
    height: 0;
    width: 100vw;
    left: 0;
    padding-top: 50px;
    position: fixed;
    z-index: 10;
    @includetransition;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: -50%;
    top: 0;
    transition: .5s; }
    .header-nav.is-active {
      top: 0;
      height: 100vh;
      background: #1C1C1C;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      overflow-y: auto; }

  .header-nav-list {
    border-top: 1px solid #777;
    margin: 0 4vw;
    font-size: 0.7142857143rem; }

  .header-nav__item a {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #777; }

  .js-navi-button {
    width: 50px;
    height: 50px; }
    .js-navi-button span {
      margin-left: -10px; }
      .js-navi-button span:before {
        top: -.5rem; }
      .js-navi-button span:after {
        top: .5rem; }
    .js-navi-button span, .js-navi-button span:before, .js-navi-button span:after {
      background: #fff;
      width: 20px;
      height: 2px; }

  .button-s {
    width: 200px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-s:hover {
      opacity: .8; }
    .button-s:before {
      left: 20px; }

  .button-m {
    width: 300px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-m:hover {
      opacity: .8; }
    .button-m:before {
      left: 20px; }

  .sec-contact {
    background: #EFEFEF;
    padding: 50px 4vw; }
    .sec-contact h2 {
      font-size: 1.7142857143rem; }
    .sec-contact h3 {
      font-size: 1.1428571429rem;
      line-height: 1.6666666667; }
      .sec-contact h3 span {
        font-size: 0.7142857143rem; }
    .sec-contact hgroup h2 + h3 {
      padding: 15px 0 25px; }
    .sec-contact p {
      padding: 0 0 30px;
      line-height: 1.7142857143; }

  .gototop {
    right: 10px; }

  .pagedown .gototop {
    bottom: 40px; }

  .footer {
    font-size: 0.7142857143rem;
    padding: 40px 4vw 20px;
    background: #1C1C1C; }
    .footer hr {
      margin: 20px 0 15px; }
    .footer p {
      margin-bottom: 20px;
      line-height: 2; }

  .footer-logo {
    width: 120px;
    margin: 0 auto 2em; }

  .service__item {
    margin-bottom: 10px; }

  .footer-profile {
    line-height: 2;
    text-align: center; }
    .footer-profile address li {
      display: inline-block;
      padding: 0 .5em; }
      .footer-profile address li:first-child {
        display: block; }

  .pc-only {
    display: none; } }
@media all and (max-width: 960px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden; } }

.modal-window {
  display: none;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2; }

.modal-window__inner {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  line-height: 1.8em; }
  .modal-window__inner h1, .modal-window__inner h2, .modal-window__inner h3 {
    font-weight: 700; }
  .modal-window__inner h2 {
    margin: 2em 0 1em; }
    .modal-window__inner h2:first-child {
      margin-top: 0; }
  .modal-window__inner h3 {
    margin: 2.5em 0 1.5em; }
  .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol, .modal-window__inner dl, .modal-window__inner table {
    margin-bottom: 2em; }
  .modal-window__inner ul li, .modal-window__inner ol li {
    padding-left: 1.5em;
    margin-bottom: .5em; }
    .modal-window__inner ul li:before, .modal-window__inner ol li:before {
      margin: 0 .3em 0 -1.4em; }
  .modal-window__inner ul li:before {
    content: "\0030fb"; }
  .modal-window__inner ol {
    counter-reset: number; }
    .modal-window__inner ol li:before {
      counter-increment: number;
      content: counter(number) ".";
      font-weight: 700; }
  .modal-window__inner a {
    color: #078EF5;
    text-decoration: underline; }
  .modal-window__inner table {
    border-bottom: 1px solid #cfcfcf;
    width: 100%; }
    .modal-window__inner table tbody {
      width: 100%; }
    .modal-window__inner table th {
      font-weight: 700; }
  .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol {
    font-size: 0.9285714286rem; }

.modal_close {
  text-align: center;
  padding: 10px; }

#lean_overlay {
  top: 0; }

@media only screen and (min-width: 961px) {
  .modal-window__inner {
    padding: 2vw;
    width: 60vw;
    max-height: 80vh;
    max-width: 900px; }
    .modal-window__inner h1 {
      font-size: 24px;
      font-size: 1.5rem; }
    .modal-window__inner h2 {
      font-size: 20px;
      font-size: 1.25rem; }
    .modal-window__inner h3 {
      font-size: 18px;
      font-size: 1.125rem; }
    .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol {
      line-height: 1.4285714286; } }
@media only screen and (max-width: 960px) {
  .modal-window__inner {
    padding: 4vw;
    width: 96vw;
    max-height: 90vh; }
    .modal-window__inner h1 {
      font-size: 1.2857142857rem; }
    .modal-window__inner h2 {
      font-size: 0.9285714286rem; }
    .modal-window__inner h3 {
      font-size: 0.8571428571rem;
      line-height: 1.6666666667; }
    .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol {
      line-height: 1.4285714286; } }
.site-title {
  color: #fff;
  line-height: 1; }

.page-title {
  font-weight: 700; }

.js-navi-button {
  background: #1C1C1C; }

@media only screen and (min-width: 961px) {
  .header {
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .header:after {
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%;
      background: #1C1C1C; }
    .header .header-nav {
      right: -100px;
      height: 100px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .header .site-title {
      /*font-size:$fz-x-large;*/
      font-size: 38px;
      font-size: 2.375rem; }

  .page-title {
    /*font-size:$fz-x-large;*/
    font-size: 38px;
    font-size: 2.375rem;
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: 110px 2vw 60px; }

  .sec-general {
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: 110px 2vw 100px; } }
@media only screen and (max-width: 960px) {
  .header {
    background: #1C1C1C;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 4vw; }

  .site-title {
    font-size: 0.9285714286rem; }

  .page-title {
    font-size: 1.7142857143rem;
    padding: 40px 4vw 0; }

  .sec-general {
    padding: 50px 4vw; } }
.sec-general {
  max-width: calc(1000px + 4vw);
  padding-left: 2vw;
  padding-right: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px; }
  .sec-general h2, .sec-general h3 {
    font-weight: 700; }
  .sec-general h2 {
    margin: 2em 0 1em; }
    .sec-general h2:first-child {
      margin-top: 0; }
  .sec-general h3 {
    margin: 2.5em 0 1.5em; }
  .sec-general p, .sec-general ul, .sec-general ol, .sec-general dl, .sec-general table {
    margin-bottom: 2em; }
  .sec-general ul li, .sec-general ol li {
    padding-left: 1.5em;
    margin-bottom: .5em; }
    .sec-general ul li:before, .sec-general ol li:before {
      margin: 0 .3em 0 -1.4em; }
  .sec-general ul li:before {
    content: "\0030fb"; }
  .sec-general ol {
    counter-reset: number; }
    .sec-general ol li:before {
      counter-increment: number;
      content: counter(number) ".";
      font-weight: 700; }
  .sec-general a {
    color: #078EF5;
    text-decoration: underline; }
  .sec-general table {
    border-bottom: 1px solid #cfcfcf;
    width: 100%; }
    .sec-general table tbody {
      width: 100%; }
    .sec-general table th {
      font-weight: 700; }

@media only screen and (min-width: 961px) {
  .sec-general {
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px; }
    .sec-general h2 {
      font-size: 24px;
      font-size: 1.5rem; }
    .sec-general h3 {
      font-size: 18px;
      font-size: 1.125rem; }
    .sec-general p, .sec-general ul, .sec-general ol, .sec-general dl, .sec-general table {
      line-height: 2; }
    .sec-general a:hover {
      text-decoration: none; }
    .sec-general table {
      font-size: 16px;
      font-size: 1rem; }
      .sec-general table th, .sec-general table td {
        padding: 25px 0;
        border-top: 1px solid #cfcfcf; }
      .sec-general table th {
        width: 18%; } }
@media only screen and (max-width: 960px) {
  .sec-general {
    padding: 50px 4vw; }
    .sec-general h2 {
      font-size: 1.1428571429rem; }
    .sec-general h3 {
      font-size: 0.8571428571rem;
      line-height: 1.6666666667; }
    .sec-general p, .sec-general ul, .sec-general ol, .sec-general dl, .sec-general table {
      line-height: 2; }
    .sec-general table {
      font-size: 12px;
      font-size: 0.75rem; }
      .sec-general table th, .sec-general table td {
        display: block; }
      .sec-general table th {
        border-top: 1px solid #cfcfcf;
        padding: 15px 0 5px; }
      .sec-general table td {
        padding: 5px 0 15px; } }
