@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 18px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 18px;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 50px;
  }
}
header {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 30px;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  header {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0 0 15px;
    background-color: #fff;
    z-index: 100;
  }
}
header h1 {
  width: 300px;
  margin-right: auto;
}
@media screen and (max-width: 1380px) {
  header h1 {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 200px;
  }
}
header nav {
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  header nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    z-index: 10000;
    left: 100%;
    top: 50px;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.5s;
  }
  header nav.open {
    left: 0;
    border-top: 1px solid #ccc;
  }
}
header nav > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1380px) {
  header nav > ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1180px) {
  header nav > ul {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  header nav > ul {
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  header nav > ul {
    display: block;
    margin-top: 0;
  }
}
header nav > ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 1100px) {
  header nav > ul > li {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  header nav > ul > li {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0 !important;
    border-bottom: 1px solid #ccc;
  }
}
header nav > ul > li + li {
  margin-left: 25px;
}
@media screen and (max-width: 1380px) {
  header nav > ul > li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  header nav > ul > li + li {
    margin-left: 25px;
  }
}
header nav > ul > li:nth-last-child(1) {
  margin-left: 20px;
}
@media screen and (max-width: 1380px) {
  header nav > ul > li:nth-last-child(1) {
    margin-left: 15px;
  }
}
@media (min-width: 769px) {
  header nav > ul > li:hover > div {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
header nav > ul > li > i, header nav > ul > li > a {
  display: block;
  font-weight: 700;
}
header nav > ul > li > i {
  position: relative;
  display: block;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  header nav > ul > li > i {
    padding: 10px 20px;
  }
}
header nav > ul > li > i:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px #c3000b solid;
  border-bottom: 2px #c3000b solid;
  rotate: -45deg;
  transform: matrix(0, 1, -1, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  header nav > ul > li > i:after {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  header nav > ul > li > a {
    padding: 10px 20px;
  }
}
header nav > ul > li > a[href="/accept/"] {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 46px;
  border-radius: 23px;
  color: #fff;
  font-weight: 900;
  background-color: #c3000b;
  text-decoration: none;
  transition: opacity 0.7s;
}
header nav > ul > li > a[href="/accept/"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header nav > ul > li > a[href="/accept/"]:hover {
    opacity: 1;
  }
}
header nav > ul > li > a[href="/accept/"]:hover img {
  opacity: 1;
}
@media screen and (max-width: 1380px) {
  header nav > ul > li > a[href="/accept/"] {
    width: 180px;
  }
}
@media screen and (max-width: 1180px) {
  header nav > ul > li > a[href="/accept/"] {
    width: 160px;
  }
}
@media screen and (max-width: 1100px) {
  header nav > ul > li > a[href="/accept/"] {
    width: 170px;
  }
}
header nav > ul > li > a[href="/accept/"]:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/icon_blank_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(100%) saturate(17%) hue-rotate(300deg) brightness(105%) contrast(104%);
}
@media screen and (max-width: 768px) {
  header nav > ul > li > a[href="/accept/"] {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
  }
}
header nav > ul > li > a[href*="fers"] {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100%;
  color: #c3000b;
  font-weight: 900;
  background-color: #FFEDEA;
  border: #c3000b 2px solid;
  transition: 0.5s;
}
@media screen and (max-width: 1380px) {
  header nav > ul > li > a[href*="fers"] {
    width: 180px;
  }
}
@media screen and (max-width: 1180px) {
  header nav > ul > li > a[href*="fers"] {
    width: 170px;
  }
}
@media screen and (max-width: 1100px) {
  header nav > ul > li > a[href*="fers"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 60px;
  }
}
header nav > ul > li > a[href*="fers"] b {
  font-weight: 900;
}
@media (min-width: 769px) {
  header nav > ul > li > a[href*="fers"]:hover {
    border-width: 5px;
    text-decoration: none;
    transition: 0.5s;
  }
}
header nav > ul > li > a[href*="fers"]:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/icon_login_01.svg) no-repeat center / cover;
  filter: invert(18%) sepia(79%) saturate(7495%) hue-rotate(347deg) brightness(72%) contrast(120%);
}
@media screen and (max-width: 768px) {
  header nav > ul > li > a[href*="fers"]:before {
    margin-right: 0;
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  header nav > ul > li > a[href*="fers"]:after {
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../img/icon_blank_01.svg) no-repeat center / cover;
    filter: invert(18%) sepia(79%) saturate(7495%) hue-rotate(347deg) brightness(72%) contrast(120%);
  }
}
@media screen and (max-width: 1180px) {
  header nav > ul > li > a[href*="fers"]:after {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  header nav > ul > li > a[href*="fers"] {
    position: fixed;
    padding: 0;
    right: 50px;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 10px;
    border-width: 1px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
header nav > ul > li form {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header nav > ul > li form input {
  display: block;
}
header nav > ul > li form input[type="text"] {
  width: 0;
}
header nav > ul > li form input[type="submit"] {
  width: 26px;
  height: 26px;
  background: url(../img/icon_search_01.svg) no-repeat center / cover;
  filter: invert(32%) sepia(4%) saturate(17%) hue-rotate(11deg) brightness(92%) contrast(82%);
}
header nav > ul > li > div {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 90%;
  width: 100vw;
  max-width: none;
  padding: 40px 0 50px;
  background-color: #f0f0f0;
  translate: -50% 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, top 0.5s;
}
@media screen and (max-width: 768px) {
  header nav > ul > li > div {
    position: static;
    display: none;
    padding: 20px 0 30px;
    opacity: 1;
    visibility: inherit;
    translate: 0;
  }
}
header nav > ul > li > div > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  header nav > ul > li > div > ul {
    display: block;
    width: 100%;
  }
}
header nav > ul > li > div > ul > li {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  header nav > ul > li > div > ul > li {
    width: 100%;
  }
}
header nav > ul > li > div > ul > li:nth-child(3n) {
  margin-right: 0;
}
header nav > ul > li > div > ul > li > em {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px rgba(255, 90, 54, 0.5) solid;
  color: #c3000b;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  header nav > ul > li > div > ul > li > em {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  header nav > ul > li > div > ul > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
header nav > ul > li > div > ul > li > ul {
  box-shadow: 0px 3px 6px #00000029;
}
header nav > ul > li > div > ul > li > ul > li a {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px rgba(255, 90, 54, 0.5) solid;
  text-decoration: none;
  transition: opacity 0.7s;
}
header nav > ul > li > div > ul > li > ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header nav > ul > li > div > ul > li > ul > li a:hover {
    opacity: 1;
  }
}
header nav > ul > li > div > ul > li > ul > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header nav > ul > li > div > ul > li > ul > li a {
    padding: 12px 15px;
  }
}
header nav > ul > li > div > ul > li > ul > li a:hover {
  background-color: #FFEDEA;
}
header nav > ul > li > div > ul > li > ul > li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/icon_arrow_03.svg) no-repeat center / cover;
  filter: invert(18%) sepia(79%) saturate(7495%) hue-rotate(347deg) brightness(72%) contrast(120%);
  translate: 0 -50%;
}
header #menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header #menu {
    display: block;
    width: 50px;
    height: 50px;
  }
  header #menu:before {
    content: "";
    display: block;
    width: 24px;
    height: 10px;
    margin: 10px auto 8px;
    border-top: 2px #505050 solid;
    border-bottom: 2px #505050 solid;
  }
  header #menu:after {
    content: "メニュー";
    display: block;
    color: #000;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
  }
  header #menu.open:after {
    content: "閉じる";
  }
}
footer {
  padding: 60px 15px 70px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 15px;
  }
}
footer > div {
  width: 1180px;
  margin: 0 auto;
}
footer > div address {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer > div address {
    display: block;
  }
}
footer > div address em {
  display: block;
  width: 360px;
  margin-right: auto;
  color: #707070;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer > div address em {
    width: 320px;
    margin: 0 auto;
    font-size: 14px;
  }
}
footer > div address div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer > div address div {
    margin: 30px 0 0;
  }
}
footer > div address div a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.7s;
}
footer > div address div a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  footer > div address div a:hover {
    opacity: 1;
  }
}
footer > div address div a:hover img {
  opacity: 1;
}
footer > div address div p {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
  text-align: center;
}
footer > div > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px #d0d0d0 solid;
  margin-top: 50px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  footer > div > ul {
    display: none;
  }
}
footer > div > ul > li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
footer > div > ul > li:nth-child(4n) {
  margin-right: 0;
}
footer > div > ul > li:nth-child(n + 5) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  footer > div > ul > li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  footer > div > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  footer > div > ul > li:nth-child(n + 3) {
    margin-top: 40px;
  }
}
footer > div > ul > li > b {
  display: block;
  padding-bottom: 15px;
  color: #333;
  font-weight: 900;
  border-bottom: 1px #d0d0d0 solid;
}
footer > div > ul > li > b a {
  color: #333;
  font-weight: 900;
}
footer > div > ul > li > ul {
  margin-top: 15px;
}
footer > div > ul > li > ul > li {
  font-size: 16px;
  line-height: 1.6;
}
footer > div > ul > li > ul > li + li {
  margin-top: 10px;
}
footer > div > ul > li > ul > li a {
  color: #333;
}
footer > div > div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  footer > div > div {
    display: block;
    margin-top: 50px;
  }
}
footer > div > div ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer > div > div ul {
    justify-content: center;
    width: 100%;
  }
}
footer > div > div ul li {
  font-size: 13px;
}
footer > div > div ul li + li {
  margin-left: 2em;
}
footer > div > div ul li a {
  color: #333;
}
footer > div > div #copyright {
  display: block;
  margin-left: auto;
  color: #707070;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  footer > div > div #copyright {
    margin-top: 20px;
    text-align: center;
  }
}
main {
  width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 100px;
  }
}
main p > a {
  color: #0645ad;
  text-decoration: underline;
}
main p > a:hover {
  text-decoration: none;
}
main #pg_title {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 135px;
  margin-bottom: 100px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  main #pg_title {
    display: block;
    min-height: 0;
    margin-bottom: 50px;
  }
}
main #pg_title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 64, 152, 0.3);
  translate: -50% 0;
}
main #pg_title h1 {
  font-size: 38px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  main #pg_title h1 {
    font-size: 24px;
  }
}
main #pg_title #pankuzu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main #pg_title #pankuzu {
    margin: 15px 0 0;
  }
}
main #pg_title #pankuzu li {
  color: #707070;
  font-size: 12px;
}
main #pg_title #pankuzu li + li:before {
  content: ">";
  margin: 0 0.5em;
}
main #pg_title #pankuzu li a {
  color: #707070;
}
main .ttl1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .ttl1 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1.6;
  }
}
main .ttl1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 5px;
  height: 24px;
  background-color: #c3000b;
}
@media screen and (max-width: 768px) {
  main .ttl1:before {
    top: 0.24em;
  }
}
main .ttl2 {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .ttl2 {
    font-size: 17px;
    line-height: 1.7;
  }
}
main .ttl3 {
  display: block;
  margin-bottom: 40px;
  color: #000;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  main .ttl3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.7;
  }
}
main #sub_menu {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -101px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main #sub_menu {
    display: block;
    margin-top: -51px;
    margin-bottom: 50px;
  }
}
main #sub_menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  border-bottom: 1px rgba(0, 64, 152, 0.3) solid;
  translate: -50% 0;
  background-color: #fafafa;
}
main #sub_menu > * {
  position: relative;
}
main #sub_menu em {
  display: block;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #sub_menu em {
    padding: 15px 10px;
    text-align: center;
  }
}
main #sub_menu em:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ccc;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  main #sub_menu em:after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
    translate: 0 0;
  }
}
main #sub_menu ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #sub_menu ul li {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  main #sub_menu ul li {
    margin-right: 5px;
  }
}
main #sub_menu ul li:last-child {
  margin-right: 0;
}
main #sub_menu ul li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  padding: 0 10px;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #sub_menu ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #sub_menu ul li a:hover {
    opacity: 1;
  }
}
main #sub_menu ul li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #sub_menu ul li a {
    height: 40px;
  }
}
main #sub_menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: #c3000b;
}
@media screen and (max-width: 768px) {
  main #sub_menu ul li a:after {
    display: none;
  }
}
main #sub_menu ul li a.current {
  color: #c3000b;
  font-weight: 700;
  opacity: 1 !important;
}
main #sub_menu ul li a.current:after {
  height: 2px;
}
main .btn1 {
  margin-top: 30px;
}
main .btn1 a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 100px;
  border: 1px #d0d0d0 solid;
  color: #c3000b;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  background: url(../img/icon_arrow_01.svg) no-repeat right 30px center / 40px 40px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn1 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn1 a:hover {
    opacity: 1;
  }
}
main .btn1 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .btn1 a {
    height: 60px;
    padding: 0 55px;
    font-size: 16px;
    line-height: 1.4;
    background-size: 25px 25px;
    background-position: right 15px center;
  }
}
main .btn1 a[href*=".pdf"]:after {
  content: "";
  position: absolute;
  left: 45px;
  top: 50%;
  display: block;
  width: 34px;
  height: 40px;
  translate: 0 -50%;
  background: url(../img/icon_pdf_01.png) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main .btn1 a[href*=".pdf"]:after {
    left: 15px;
    width: 25px;
    height: 30px;
  }
}
main .btn1 a.s {
  justify-content: start;
  padding: 0 20px;
  border-radius: 5px;
  background-size: 20px 20px;
  background-position: right 20px center;
  text-align: left;
}
main .btn1 a.s:before {
  display: none;
}
main .btn1 a.fc_222 {
  color: #222;
}
main .col2 > *, main .col3 > *, main .col4 > * {
  display: block;
}
main .col2 > * > big, main .col3 > * > big, main .col4 > * > big {
  display: block;
  margin-bottom: 15px;
  font-size: calc((20 / 16) * 1em);
  font-weight: 700;
}
main .col2 > a, main .col3 > a, main .col4 > a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main .col2 > a:hover, main .col3 > a:hover, main .col4 > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .col2 > a:hover, main .col3 > a:hover, main .col4 > a:hover {
    opacity: 1;
  }
}
main .col2 > a:hover img, main .col3 > a:hover img, main .col4 > a:hover img {
  opacity: 1;
}
main .col2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .col2 {
    display: block;
  }
}
main .col2 > * {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  border: 1px #d0d0d0 solid;
  padding: 25px 20px;
  border-radius: 5px;
  background-color: #fff;
}
main .col2 > *:nth-child(2n) {
  margin-right: 0;
}
main .col2 > *:nth-child(n + 3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main .col2 > * {
    width: auto;
    margin-right: 0;
  }
  main .col2 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .col3 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .col3 {
    display: block;
  }
}
main .col3 > * {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  border: 1px #d0d0d0 solid;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}
main .col3 > *:nth-child(3n) {
  margin-right: 0;
}
main .col3 > *:nth-child(n + 4) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main .col3 > * {
    width: auto;
    margin-right: 0;
  }
  main .col3 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .col4 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .col4 > * {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  border: 1px #d0d0d0 solid;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
main .col4 > *:nth-child(4n) {
  margin-right: 0;
}
main .col4 > *:nth-child(n + 5) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main .col4 > * {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  main .col4 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .col4 > *:nth-child(n + 3) {
    margin-top: 20px;
  }
}
main .counter1 {
  counter-reset: idx;
}
main .counter1 > * {
  counter-increment: idx;
}
main .counter1 > *:before {
  content: counter(idx,decimal-leading-zero);
  color: #c3000b;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
main .counter2 {
  counter-reset: idx;
}
main .counter2 > * {
  counter-increment: idx;
  position: relative;
  padding-left: 1.5em;
}
main .counter2 > * + * {
  margin-top: 10px;
}
main .counter2 > *:before {
  content: counter(idx) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 700;
}
main .counter2 > * > b {
  display: block;
}
main .note1 > li {
  position: relative;
  padding-left: 1.2em;
}
main .note1 > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
main .note1 > li + li {
  margin-top: 10px;
}
main .list1.orange > *:before {
  background-color: #c3000b;
}
main .list1.aqua > *:before {
  background-color: #2ba6b1;
}
main .list1.blue > *:before {
  background-color: #014099;
}
main .list1 > * {
  position: relative;
  padding-left: 10px;
}
main .list1 > * + * {
  margin-top: 5px;
}
main .list1 > *:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
}
main .list1 > * a {
  text-decoration: underline;
}
main .list1 > * a:hover {
  text-decoration: none;
}
main .after_arrow1 > *:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 0 0 auto;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
}
main .pager {
  margin-top: 60px;
}
main .pager .page-numbers {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .pager .page-numbers > * {
  margin: 0 10px;
}
main .pager .page-numbers > * > * {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
}
main .pager .page-numbers > * > *:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #c3000b;
  transition: all 0.5s;
}
main .pager .page-numbers > * > *.current {
  text-decoration: none;
}
main .pager .page-numbers > * > *.current:after {
  width: 100%;
}
main .pager .page-numbers > * > a:hover {
  text-decoration: none;
}
main .pager .page-numbers > * > a:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .table1 table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table1 table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table1 table tbody tr {
    display: block;
    border: 1px #d0d0d0 solid;
  }
  main .table1 table tbody tr + tr {
    margin-top: 20px;
  }
}
main .table1 table tbody tr:last-child th, main .table1 table tbody tr:last-child td {
  border-bottom: 1px #d0d0d0 solid;
}
@media screen and (max-width: 768px) {
  main .table1 table tbody tr:last-child th, main .table1 table tbody tr:last-child td {
    border-bottom: none;
  }
}
main .table1 table tbody tr th, main .table1 table tbody tr td {
  padding: 20px;
  border-top: 1px #d0d0d0 solid;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  main .table1 table tbody tr th, main .table1 table tbody tr td {
    display: block;
    border-top: none;
  }
}
main .table1 table tbody tr th {
  width: 300px;
  border-left: 1px #d0d0d0 solid;
  font-weight: 700;
  background-color: #f4f2f1;
}
@media screen and (max-width: 768px) {
  main .table1 table tbody tr th {
    width: auto;
    padding: 10px 15px;
    border-left: none;
  }
}
main .table1 table tbody tr td {
  border-right: 1px #d0d0d0 solid;
}
@media screen and (max-width: 768px) {
  main .table1 table tbody tr td {
    padding: 10px 15px;
    border-right: none;
  }
}
main .inquiry {
  padding: 30px 80px;
  border-radius: 5px;
  border: 1px #d0d0d0 solid;
  text-align: center;
  width: fit-content;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main .inquiry {
    width: auto;
    padding: 30px 15px;
  }
}
main .inquiry li {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main .inquiry li {
    font-size: 20px;
  }
  main .inquiry li + li {
    margin-top: 5px;
  }
}
main .inquiry li a {
  color: #c3000b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 73px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .inquiry li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .inquiry li a:hover {
    opacity: 1;
  }
}
main .inquiry li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .inquiry li a {
    font-size: 35px;
  }
}
main .inquiry li:last-of-type {
  font-weight: 500;
  font-size: 25px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  main .inquiry li:last-of-type {
    font-size: 20px;
  }
}
main .c2_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c2_1 > * {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  main .c2_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c2_1 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .c2_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  main .c2_1 > *:nth-child(n + 3) {
    margin-top: 50px;
  }
}
main .c2_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c2_2 > * {
  width: 48%;
  margin-right: 4%;
}
main .c2_2 > *:nth-child(2n) {
  margin-right: 0;
}
main .c2_2 > *:nth-child(n + 3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main .c2_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .c3_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c3_1 > * {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
main .c3_1 > *:nth-child(3n) {
  margin-right: 0;
}
main .c3_1 > *:nth-child(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main .c3_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .c3_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .c3_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c3_2 > * {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
main .c3_2 > *:nth-child(3n) {
  margin-right: 0;
}
main .c3_2 > *:nth-child(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main .c3_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  main .c3_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .c3_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .c4_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c4_1 > * {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c4_1 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c4_1 > *:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .c4_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .c4_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .c4_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c4_2 > * {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c4_2 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c4_2 > *:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .c4_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  main .c4_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .c4_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .c5_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c5_2 > * {
  width: calc((100% - 160px) / 5);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c5_2 > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c5_2 > *:nth-child(n + 6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main .c5_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  main .c5_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .c5_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .imp {
  margin-top: 5px;
  padding: 35px 50px 30px;
  text-align: center;
  border: 2px solid #c3000b;
  color: #c3000b;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .imp {
    padding: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
}
main #design_template > hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 100px 0;
  background-color: #000;
}
#keyword {
  border-top: 1px solid #ccc;
}
#keyword .inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #keyword .inner {
    width: 100%;
    padding: 25px 15px;
  }
}
#keyword #keywordTtl {
  position: relative;
  height: 58px;
  margin-right: 30px;
  padding: 6px 20px;
  font-size: 22px;
  font-weight: bold;
  background-color: #F0F0F0;
}
#keyword #keywordTtl:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: -30px;
  top: 50%;
  border: transparent 15px solid;
  border-left-color: #F0F0F0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #keyword #keywordTtl:after {
    left: 10px;
    top: auto;
    bottom: -30px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  #keyword #keywordTtl {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#keyword #search {
  width: 500px;
  border: 1px solid #C0C0C0;
}
@media screen and (max-width: 768px) {
  #keyword #search {
    width: 100%;
  }
}
#keyword #search form {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#keyword #search form input[type="text"] {
  width: 378px;
  height: 58px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #keyword #search form input[type="text"] {
    width: calc(100% - 80px);
    height: 50px;
  }
}
#keyword #search form input[type="submit"] {
  width: 120px;
  height: 58px;
  color: #fff;
  background-color: #CC0000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #keyword #search form input[type="submit"] {
    width: 80px;
    height: 50px;
  }
}
main .dots li {
  padding-left: 1em;
  text-indent: -1em;
}
main .dots li:before {
  content: "・";
}
main .red {
  color: #C3000B;
}
main .icoTtl {
  display: block;
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 26px;
  font-weight: bold;
  background-size: 40px 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main .icoTtl {
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 21px;
    background-size: 30px 30px;
  }
}
main .icoTtl#dispose_ico01 {
  background-image: url(/assets/img/dispose_ico01.svg);
}
main .icoTtl#dispose_ico02 {
  background-image: url(/assets/img/dispose_ico02.svg);
}
main .icoTtl#dispose_ico03 {
  background-image: url(/assets/img/dispose_ico03.svg);
}
main .icoTtl#dispose_ico04 {
  background-image: url(/assets/img/dispose_ico04.svg);
}
main .icoTtl#know_ico01 {
  background-image: url(/assets/img/know_ico01.svg);
}
main .icoTtl#know_ico02 {
  background-image: url(/assets/img/know_ico02.svg);
}
main .icoTtl#know_ico03 {
  background-image: url(/assets/img/know_ico03.svg);
}
main .icoTtl#know_ico04 {
  background-image: url(/assets/img/know_ico04.svg);
}
main .btn1 a, main .btn a {
  position: relative;
  border: #F3CCCF 2px solid !important;
}
main .btn1 a:hover, main .btn a:hover {
  background-color: #FFEDEA !important;
  text-decoration: none;
  opacity: 1;
}
main .mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main .mt30 {
    margin-top: 20px;
  }
}
main .alr {
  text-align: right;
}
main > #disposal > #note video {
  margin-top: 40px;
}
main > #disposal > #note > section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #note > section {
    margin-top: 50px;
  }
}
main > #disposal > #note > section .c4_2 {
  margin-bottom: 20px;
}
main > #disposal > #note > section .c2_2 p {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
main > #disposal > #note > section #check {
  margin: 50px 0;
  padding: 30px;
  background-color: #f0f1f3;
}
@media screen and (max-width: 768px) {
  main > #disposal > #note > section #check {
    margin: 30px 0;
    padding: 15px;
  }
}
main > #disposal > #note > section #check img {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main > #disposal > #note > section #check img {
    width: 100%;
  }
}
main > #disposal > #note .imp {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #note .imp {
    margin-top: 50px;
  }
}
main > #privacypolicy ul > li {
  margin-top: 60px;
}
main > #privacypolicy ul > li em {
  margin-bottom: 20px;
}
main > #privacypolicy ul > li .counter2 li:first-child {
  margin-top: 0;
}
main #user-protection ol > li {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main #user-protection ol > li {
    margin-top: 40px;
  }
}
main > #contact em {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #contact em {
    margin-top: 50px;
  }
}
main > #terms section:nth-child(n+2) {
  margin-top: 100px;
}
main > #terms section h2 {
  margin-bottom: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #C3000B;
}
@media screen and (max-width: 768px) {
  main > #terms section h2 {
    font-size: 22px;
  }
}
main > #terms section .ttl1 {
  margin-bottom: 20px;
}
main > #terms section .bn {
  margin: 50px 0;
  padding: 40px;
  text-align: center;
  border: #e1e1e1 1px solid;
}
@media screen and (max-width: 768px) {
  main > #terms section .bn {
    margin-top: 30px;
    padding: 30px;
  }
}
main > #terms section .bn img {
  margin: auto;
}
main > #terms section .iroha {
  list-style-type: katakana-iroha;
  margin: 5px 0 10px 40px;
  list-style-position: inside;
}
main > #terms section .iroha li {
  list-style: katakana-iroha;
}
main > #terms section figure {
  margin-top: 15px;
}
main > #terms section > ul > li:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main > #terms section > ul > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
main > #system > #annualreport {
  padding: 60px;
  border: #D0D0D0 1px solid;
}
@media screen and (max-width: 768px) {
  main > #system > #annualreport {
    padding: 0;
    border: none;
  }
}
main > #system > #annualreport .c2_1 > div:first-child .dots li {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main > #system > #annualreport .c2_1 > div:first-child .dots li {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  main > #system > #annualreport ul {
    width: auto;
  }
}
main > #system > #annualreport ul li a {
  color: #C3000B;
}
main > #system > #annualreport #latest {
  margin-top: 10px;
}
main > #system > #annualreport #latest a {
  display: block;
  text-align: center;
  color: #C3000B;
}
main > #system > #annualreport #latest a p {
  margin-top: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main > #system > #annualreport #latest a p {
    margin-top: 5px;
    font-size: 20px;
  }
}
main > #system > #hotei .btn1 {
  margin-bottom: 15px;
}
main > #system > #hotei .red {
  color: #C3000B;
}
main > #system > #hotei .explanation {
  margin: 20px 0;
}
main > #system > #hotei .explanation dl {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  border-right: #D0D0D0 1px solid;
}
main > #system > #hotei .explanation dl:last-child {
  border-bottom: #D0D0D0 1px solid;
}
main > #system > #hotei .explanation dl dt, main > #system > #hotei .explanation dl dd {
  border-left: #D0D0D0 1px solid;
  border-top: #D0D0D0 1px solid;
}
@media screen and (max-width: 768px) {
  main > #system > #hotei .explanation dl dt, main > #system > #hotei .explanation dl dd {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
  }
}
main > #system > #hotei .explanation dl dt {
  width: 40%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  main > #system > #hotei .explanation dl dt {
    padding: 15px;
  }
}
main > #system > #hotei .explanation dl dd {
  width: 60%;
}
main > #system > #hotei .explanation dl dd a {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px;
  color: #0645ad;
}
@media screen and (max-width: 768px) {
  main > #system > #hotei .explanation dl dd a {
    padding: 15px;
  }
}
main > #system > #hotei .explanation dl dd a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  translate: 0 -50%;
  background: url(../img/icon_blank_01.svg) no-repeat center / cover;
  filter: invert(15%) sepia(93%) saturate(2566%) hue-rotate(212deg) brightness(104%) contrast(96%);
}
@media screen and (max-width: 768px) {
  main > #system > #hotei .explanation dl dd a:after {
    right: 10px;
  }
}
main > #system > #koiki figure {
  margin-top: 40px;
}
main > #jichitaishobo > #information-magazine section:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #information-magazine section:nth-child(n+2) {
    margin-top: 60px;
  }
}
main > #jichitaishobo > #information-magazine section .flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
main > #jichitaishobo > #information-magazine section .flex .word {
  width: 200px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #information-magazine section .flex .word {
    margin: auto;
  }
}
main > #jichitaishobo > #information-magazine section .flex .word a {
  display: block;
}
main > #jichitaishobo > #information-magazine section .flex .word a figure {
  border: #C3000B 1px solid;
}
main > #jichitaishobo > #information-magazine section .flex .word a p {
  text-align: center;
  color: #C3000B;
  font-weight: 500;
}
main > #jichitaishobo > #information-magazine section .flex .text {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #information-magazine section .flex .text {
    width: 100%;
    margin-top: 20px;
  }
}
main > #jichitaishobo > #information-magazine section .c4_2 {
  margin: 50px 0;
}
main > #jichitaishobo > #information-magazine section .c4_2 div {
  text-align: center;
}
main > #jichitaishobo > #information-magazine section .c4_2 div figure img {
  margin: auto;
}
main > #jichitaishobo > #information-magazine section .c4_2 div p {
  margin-top: 10px;
  font-weight: 500;
}
main #tokuteibosyu .ttl1:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main #tokuteibosyu .ttl1:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
main #prtool > section:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main #prtool > section:nth-child(n+2) {
    margin-top: 60px;
  }
}
main #prtool .down {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
main #prtool .down .word {
  width: 200px;
}
@media screen and (max-width: 768px) {
  main #prtool .down .word {
    margin: auto;
  }
}
main #prtool .down .word a {
  display: block;
}
main #prtool .down .word a figure {
  border: #C3000B 1px solid;
}
main #prtool .down .word a p {
  text-align: center;
  color: #C3000B;
  font-weight: 500;
}
main #prtool .down .text {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  main #prtool .down .text {
    width: 100%;
    margin-top: 20px;
  }
}
main #prtool .c5_2 {
  margin-top: 30px;
}
main #prtool .c5_2 > * {
  text-align: center;
}
@media (min-width: 769px) {
  main #prtool .c5_2 > *:nth-child(n+6) {
    margin-top: 40px;
  }
}
main #prtool .c5_2 > * img {
  margin-right: auto;
  margin-left: auto;
}
main .each > ul > li:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main .each > ul > li:nth-child(n+2) {
    margin-top: 80px;
  }
}
main .each > ul > li .mLink {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .each > ul > li .mLink:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main .each > ul > li .mLink:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
main .each > ul > li .mLink > * {
  width: 48%;
}
@media screen and (max-width: 768px) {
  main .each > ul > li .mLink > * {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .each > ul > li .mLink > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
main .each > ul > li .mLink > * h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px #d0d0d0 solid;
}
@media (min-width: 769px) {
  main .each > ul > li .c2_1 > *:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main .each > ul > li .c2_1 > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
main .each > ul > li .btn a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  border: 1px #d0d0d0 solid;
  color: #C3000B;
  background: url(../img/icon_arrow_01.svg) no-repeat right 20px center / 20px 20px #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  main .each > ul > li .btn a {
    padding: 10px;
    font-size: 16px;
  }
}
main .each#know em.ttl1:before {
  background-color: #2BA6B1;
}
main .each#know .btn1 a, main .each#know .btn a {
  color: #2BA6B1;
  border-color: #C9E6E8 !important;
}
main .each#know .btn1 a:hover, main .each#know .btn a:hover {
  background-color: #EAF9FA !important;
}
main .each#know .btn1 a:before, main .each#know .btn a:before {
  background-color: #EAF9FA;
}
main .each#organization em.ttl2 {
  margin-top: 20px;
}
main .each#organization em.ttl1:before {
  background-color: #014099;
}
main .each#organization .btn1 a, main .each#organization .btn a {
  color: #014099;
  border-color: #CBDDF4 !important;
}
main .each#organization .btn1 a:hover, main .each#organization .btn a:hover {
  background-color: #EBF3FD !important;
}
main .each#organization .btn1 a:before, main .each#organization .btn a:before {
  background-color: #EBF3FD;
}
main #tools .c5_2 > li {
  padding: 15px;
  border: 1px #d0d0d0 solid;
}
main #tools .ttl1:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main #tools .ttl1:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
main > #accept #top #search {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #accept #top #search .form {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 53.38%;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .form {
    width: 100%;
    margin-bottom: 15px;
  }
}
main > #accept #top #search .form > * {
  display: block;
  height: 60px;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .form > * {
    height: 40px;
  }
}
main > #accept #top #search .form input {
  width: calc(100% - 100px);
  padding: 0 20px;
  border: 1px #ccc solid;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .form input {
    width: calc(100% - 80px);
    padding: 0 10px;
  }
}
main > #accept #top #search .form input::placeholder {
  color: #999;
}
main > #accept #top #search .form button {
  width: 100px;
  color: #fff;
  font-weight: 700;
  background-color: #c3000b;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .form button {
    width: 80px;
  }
}
main > #accept #top #search .pref {
  position: relative;
  width: 22.88%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .pref {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    padding-left: 0;
  }
}
main > #accept #top #search .pref:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/icon_arrow_03.svg) no-repeat center / cover;
  filter: invert(45%) sepia(12%) saturate(5817%) hue-rotate(335deg) brightness(101%) contrast(101%);
  rotate: 90deg;
  translate: 0 -50%;
}
main > #accept #top #search .pref select {
  position: relative;
  appearance: none;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px #c3000b solid;
  border-radius: 5px;
  color: #c3000b;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .pref select {
    height: 40px;
    padding-right: 15px;
    font-size: 14px;
  }
}
main > #accept #top #search .btn {
  width: 23.72%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .btn {
    width: calc((100% - 20px) / 2);
    padding-left: 0;
  }
}
main > #accept #top #search .btn button {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background-color: #c3000b;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #accept #top #search .btn button:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #accept #top #search .btn button:hover {
    opacity: 1;
  }
}
main > #accept #top #search .btn button:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #accept #top #search .btn button {
    height: 40px;
    font-size: 14px;
  }
}
main > #accept #top #search .btn button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 10px;
  height: 15px;
  background: url(../img/icon_map_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(100%) saturate(17%) hue-rotate(300deg) brightness(105%) contrast(104%);
  translate: 0 -50%;
}
main > #accept #top .note {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f8f8;
}
main > #accept #top .note em {
  display: block;
  color: #c3000b;
  font-size: 18px;
  font-weight: 700;
}
main > #accept #top .note b {
  display: block;
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main > #accept #top .note b {
    font-size: 16px;
  }
}
main > #accept #top .note .note1 {
  color: #505050;
}
main > #accept #top #map {
  margin-top: 40px;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  main > #accept #top #map {
    height: 300px;
    margin-top: 20px;
  }
}
main > #accept #top #map * {
  max-width: none;
}
main > #accept #top #not_applicable {
  margin-top: 60px;
  background-color: #f7f7f7;
}
main > #accept #top #not_applicable h2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 65px;
  border-top: 2px #cc0200 solid;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background-color: #c3000b;
}
@media screen and (max-width: 768px) {
  main > #accept #top #not_applicable h2 {
    height: 45px;
    font-size: 20px;
  }
}
main > #accept #top #not_applicable > div {
  padding: 35px 15px;
}
main > #accept #top #not_applicable > div figure {
  display: block;
  width: 500px;
  margin: 0 auto;
}
main > #accept #top #not_applicable > div figure img {
  margin: 0 auto;
}
main > #accept #top #not_applicable > div em {
  display: block;
  margin: 20px 0 25px;
  color: #cc0200;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #accept #top #not_applicable > div em {
    font-size: 18px;
  }
}
main > #accept #top #not_applicable > div p {
  text-align: center;
}
main > #accept #top .note_accept {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #accept #top .note_accept {
    margin-top: 40px;
  }
}
main > #accept #top .note_accept > strong {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #c3000b;
}
@media screen and (max-width: 768px) {
  main > #accept #top .note_accept > strong {
    font-size: 20px;
    line-height: 1.6;
  }
}
main > #accept #top .note_accept > div {
  padding: 50px 50px 50px 60px;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  main > #accept #top .note_accept > div {
    padding: 20px;
  }
}
main > #accept #top .note_accept > div em {
  font-size: 24px;
  color: #c3000b;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #accept #top .note_accept > div em {
    font-size: 18px;
  }
}
main > #accept #top .note_accept > div em > span {
  text-decoration: underline;
  font-weight: 700;
}
main > #accept #top .note_accept > div > div {
  margin-top: 30px;
}
main > #accept #top .note_accept > div > div > p {
  margin-top: 20px;
}
main > #accept #top .note_accept ul {
  margin-top: 40px;
  margin-bottom: 30px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #accept #top .note_accept ul > * {
  width: calc((100% - 160px) / 5);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main > #accept #top .note_accept ul > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main > #accept #top .note_accept ul > *:nth-child(n + 6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main > #accept #top .note_accept ul > * {
    width: 48%;
    margin-right: 4%;
  }
  main > #accept #top .note_accept ul > *:nth-child(2n) {
    margin-right: 0;
  }
  main > #accept #top .note_accept ul > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main > #accept #top .note_accept ul > li > a {
  position: relative;
  align-items: center;
  color: #0645ad;
  text-decoration: underline;
}
main > #accept #top .note_accept ul > li > a:hover {
  text-decoration: none;
}
main > #accept #links {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  main > #accept #links {
    display: block;
  }
}
main > #accept #links > * {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  main > #accept #links > * {
    width: 100%;
    margin-right: 0;
  }
  main > #accept #links > * + * {
    margin-top: 50px;
  }
}
main > #accept #links > *:nth-child(2n) {
  margin-right: 0;
}
main > #accept #links > *:first-child:last-child {
  margin: 0 auto;
}
main > #accept #links > *.tokutei em {
  color: #c3000b;
  border-bottom-color: #c3000b;
}
main > #accept #links > *.tokutei a {
  border-color: #f4d0d1;
}
main > #accept #links > *.tokutei a:before {
  background-color: #c3000b;
}
main > #accept #links > *.shitei em {
  color: #014099;
  border-bottom-color: #014099;
}
main > #accept #links > *.shitei a {
  border-color: #cbddf4;
}
main > #accept #links > *.shitei a:before {
  background-color: #014099;
}
main > #accept #links > * em {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: transparent 2px solid;
}
@media screen and (max-width: 768px) {
  main > #accept #links > * em {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
main > #accept #links > * a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 35px 35px 50px;
  border: transparent 5px solid;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #accept #links > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #accept #links > * a:hover {
    opacity: 1;
  }
}
main > #accept #links > * a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #accept #links > * a {
    display: block;
    padding: 20px 20px 60px;
  }
}
main > #accept #links > * a:before, main > #accept #links > * a:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: url(../img/icon_arrow_02.svg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main > #accept #links > * a:before, main > #accept #links > * a:after {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px;
  }
}
main > #accept #links > * a:before {
  right: 16px;
  bottom: 16px;
  width: 38px;
  height: 38px;
}
main > #accept #links > * a:after {
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  filter: invert(100%) sepia(100%) saturate(17%) hue-rotate(300deg) brightness(105%) contrast(104%);
}
main > #accept #links > * a figure {
  width: 110px;
}
@media screen and (max-width: 768px) {
  main > #accept #links > * a figure {
    width: 200px;
    margin: 0 auto;
  }
}
main > #accept #links > * a div {
  width: calc(100% - 110px);
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  main > #accept #links > * a div {
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}
main > #accept #links > * a div big {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #accept #links > * a div big {
    margin-bottom: 5px;
  }
}
main > #accept #links > * a div p {
  font-size: 18px;
  line-height: 1.4444444444;
}
main > #accept #links > * a div p b {
  font-weight: 700;
  text-decoration: underline;
}
main > #accept #notes {
  margin-top: 80px;
  padding: 30px;
  background-color: #f8f8f8;
}
main > #accept #notes em {
  display: block;
  color: #c3000b;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}
main > #accept #notes u {
  display: block;
  font-size: 18px;
  line-height: 2.1111111111;
}
@media screen and (max-width: 768px) {
  main > #accept #notes u {
    font-size: 14px;
  }
}
main > #accept #notes .link {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
main > #accept #notes .link li {
  width: calc((100% - 160px) / 5);
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  main > #accept #notes .link li {
    width: 100%;
  }
}
main > #accept #notes .link li:nth-child(5n) {
  margin-right: 0;
}
main > #accept #notes .link li a {
  position: relative;
  align-items: center;
  color: #0645ad;
  text-decoration: underline;
}
main > #accept #notes .note1 {
  margin-top: 10px;
  font-size: 16px;
}
main > #accept #notes .note1 > * + * {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  main > #accept #notes .note1 > * + * {
    margin-top: 10px;
  }
}
main > #accept #notes p {
  margin-top: 20px;
  font-size: 16px;
}
main > #accept #map_search #sp {
  display: none;
  position: relative;
  left: -15px;
  width: 100vw;
  max-width: none;
}
@media screen and (max-width: 768px) {
  main > #accept #map_search #sp {
    display: block;
    margin-top: 20px;
  }
}
main > #accept #map_search #sp > ul > li {
  border-top: #d0d0d0 1px solid;
  font-size: 16px;
  font-weight: 500;
}
main > #accept #map_search #sp > ul > li > b {
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}
main > #accept #map_search #sp > ul > li > b:before, main > #accept #map_search #sp > ul > li > b:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #c3000b;
  translate: 0 -50%;
}
main > #accept #map_search #sp > ul > li > b:after {
  rotate: 90deg;
  transition: rotate 0.5s;
}
main > #accept #map_search #sp > ul > li > b.open {
  color: #c3000b;
}
main > #accept #map_search #sp > ul > li > b.open:after {
  rotate: 0deg;
}
main > #accept #map_search #sp > ul > li > ul {
  display: none;
}
main > #accept #map_search #sp > ul > li > ul > li {
  background-color: #f5f5f5;
}
main > #accept #map_search #sp > ul > li > ul > li + li {
  border-top: 1px #d0d0d0 solid;
}
main > #accept #map_search #sp > ul > li > ul > li a {
  position: relative;
  display: block;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #accept #map_search #sp > ul > li > ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #accept #map_search #sp > ul > li > ul > li a:hover {
    opacity: 1;
  }
}
main > #accept #map_search #sp > ul > li > ul > li a:hover img {
  opacity: 1;
}
main > #accept #map_search #sp > ul > li > ul > li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 16px;
  height: 12px;
  background: url(../img/icon_arrow_04.svg) no-repeat center / cover;
  translate: 0 -50%;
  filter: invert(18%) sepia(79%) saturate(7495%) hue-rotate(347deg) brightness(72%) contrast(120%);
}
main > #accept .top_back {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #accept .top_back {
    margin-top: 50px;
  }
}
main > #accept .top_back a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 80px;
  margin: 0 auto;
  border: 4px #c0c0c0 solid;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #accept .top_back a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #accept .top_back a:hover {
    opacity: 1;
  }
}
main > #accept .top_back a:hover img {
  opacity: 1;
}
main > #accept .top_back a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
  translate: 0 -50%;
}
main > #accept .ttl5 {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px #c3000b solid;
}
@media screen and (max-width: 768px) {
  main > #accept .ttl5 {
    padding-bottom: 0;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
main > #accept .city_list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #accept .city_list > li {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
}
main > #accept .city_list > li:nth-child(5n) {
  margin-right: 0;
}
main > #accept .city_list > li:nth-child(n + 6) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main > #accept .city_list > li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px !important;
  }
  main > #accept .city_list > li:nth-child(3n) {
    margin-right: 0 !important;
  }
  main > #accept .city_list > li:nth-child(n + 4) {
    margin-top: 15px;
  }
}
main > #accept .city_list > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #0072bf;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline !important;
  background-color: #f3f3f3;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #accept .city_list > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #accept .city_list > li a:hover {
    opacity: 1;
  }
}
main > #accept .city_list > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #accept .city_list > li a {
    height: 40px;
    font-size: 16px;
  }
}
main > #accept .city_list + .ttl1 {
  margin-top: 80px;
}
main > #accept .accept_list > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 768px) {
  main > #accept .accept_list > li {
    padding-bottom: 20px;
  }
}
main > #accept .accept_list > li + li {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #accept .accept_list > li + li {
    padding-top: 20px;
  }
}
main > #accept .accept_list > li div {
  width: calc(100% - 210px);
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  main > #accept .accept_list > li div {
    width: 100%;
  }
}
main > #accept .accept_list > li div em {
  display: block;
  color: #0072bf;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
}
main > #accept .accept_list > li div em[data-ruby]:before {
  content: attr(data-ruby);
  display: block;
  margin-top: 5px;
  color: #0072bf;
  font-size: 14px;
  text-decoration: none !important;
}
main > #accept .accept_list > li div em a {
  color: #0072bf;
  font-size: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main > #accept .accept_list > li div em a {
    font-size: 16px;
  }
}
main > #accept .accept_list > li div em a:hover {
  text-decoration: none;
}
main > #accept .accept_list > li div p {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
}
main > #accept .accept_list > li > a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  border: 1px #c3000b solid;
  border-radius: 25px;
  color: #c3000b;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #accept .accept_list > li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #accept .accept_list > li > a:hover {
    opacity: 1;
  }
}
main > #accept .accept_list > li > a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #accept .accept_list > li > a {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    font-size: 16px;
  }
}
main > #accept #svg_map > g[id] {
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #accept #svg_map > g[id]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #accept #svg_map > g[id]:hover {
    opacity: 1;
  }
}
main > #accept #svg_map > g[id]:hover img {
  opacity: 1;
}
main > #company #pamphlet .pamphlet {
  margin-top: 80px;
}
main > #company #pamphlet .pamphlet > li + li {
  margin-top: 50px;
}
main > #company #pamphlet .pamphlet > li .col3 a img {
  margin: 0 auto;
}
main > #company #pamphlet .pamphlet > li .col3 a p {
  margin: 10px 0 0;
  font-weight: 700;
  text-align: center;
}
main > #company #outline .table1 a {
  color: #0645ad;
  text-decoration: underline;
}
main > #company #outline .table1 a:hover {
  text-decoration: none;
}
main > #company #outline > ul > li + li {
  margin-top: 100px;
}
main > #company #outline > ul > li:last-of-type > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
}
main > #company #outline > ul > li:last-of-type > div > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  main > #company #outline > ul > li:last-of-type > div {
    flex-direction: column;
  }
  main > #company #outline > ul > li:last-of-type > div > div {
    width: 100%;
  }
}
main > #company #outline > ul > li:first-of-type > div {
  text-align: end;
  margin-top: 20px;
}
main > #company #outline > ul > li:first-of-type > div > p {
  font-weight: 700;
  font-size: 18px;
}
main > #company #outline > ul > li:nth-child(3) > ul > li > p:first-of-type {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}
main > #company #outline > ul > li:nth-child(3) > ul > li > p {
  margin-top: 20px;
}
main > #company #outline > ul > li .counter1 a b {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #company #outline > ul > li .counter1 a b {
    font-size: 18px;
    line-height: 1.6;
  }
}
main > #company #outline > ul > li .counter1 a p {
  line-height: 1.7;
}
main > #company #outline > ul > li .counter1 a:before {
  margin-bottom: 0;
}
main > #company #outline > ul > li .counter1 a:last-child {
  padding-bottom: 40px;
  cursor: inherit;
}
main > #company #outline > ul > li .counter1 a:last-child:after {
  content: none;
}
main > #company #outline .btn1 a {
  justify-content: center;
}
main > #company #sdgs .clearFix {
  display: block;
}
main > #company #sdgs .clearFix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main > #company #sdgs .left {
  float: left;
}
main > #company #sdgs .right {
  float: right;
}
main > #company #sdgs .sdgsBox {
  margin-top: 100px;
}
main > #company #sdgs .sdgsBox:first-child {
  margin-top: 50px;
}
main > #company #sdgs .sdgsBox:nth-child(2) {
  margin-top: 30px;
}
main > #company #sdgs .sdgsBox:nth-child(3) {
  margin-top: 40px;
}
main > #company #sdgs .sdgsBox figure img {
  width: 100%;
}
main > #company #sdgs .sdgsBox h2 {
  text-align: left;
}
main > #company #sdgs .sdgsBox .alr {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs .sdgsBox .alr {
    margin-top: 20px;
  }
}
main > #company #sdgs .sdgsBox .alr > * {
  margin-top: 0;
  line-height: 1.7;
}
main > #company #sdgs #declaration {
  background-color: #f3f3f4;
  padding: 30px;
}
main > #company #sdgs #declaration strong {
  display: block;
  margin-top: 20px;
}
main > #company #sdgs h2 {
  text-align: center;
  border-left: none;
  padding: 0;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
main > #company #sdgs #foreignAffairs {
  padding: 20px 0 30px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-left: 0;
}
main > #company #sdgs #foreignAffairs li {
  list-style: none;
}
main > #company #sdgs #foreignAffairs li:nth-child(1) {
  width: 40%;
}
main > #company #sdgs #foreignAffairs li:nth-child(2) {
  width: 60%;
}
main > #company #sdgs #foreignAffairs li p {
  font-size: 16px;
}
main > #company #sdgs #declaration h3 {
  text-align: left;
}
main > #company #sdgs #declaration p {
  margin-top: 20px;
}
main > #company #sdgs #declaration #doted {
  border: dashed 1px #9fa0a0;
  margin: 20px 0;
}
main > #company #sdgs #declaration #relatedOrganizations {
  text-align: center;
}
main > #company #sdgs #declaration #relatedOrganizations strong {
  font-size: 16px;
}
main > #company #sdgs #declaration #relatedOrganizations #links {
  margin-left: 0;
  text-align: center;
  margin-top: 20px;
}
main > #company #sdgs #declaration #relatedOrganizations #links li {
  list-style: none;
  width: 32%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs #declaration #relatedOrganizations #links li {
    width: 100%;
  }
}
main > #company #sdgs #declaration #relatedOrganizations #links li a {
  position: relative;
  color: #0645AD;
  text-decoration: underline;
}
main > #company #sdgs #declaration #relatedOrganizations #links li a:hover {
  text-decoration: none;
}
main > #company #sdgs #declaration #relatedOrganizations #links li a:before {
  position: absolute;
  content: url(../img/yajirushi.png);
  top: -2px;
  left: -30px;
}
main > #company #sdgs .sdgsBox h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs .sdgsBox h3 {
    font-size: 17px;
  }
}
main > #company #sdgs .sdgsBox p {
  margin-top: 20px;
}
main > #company #sdgs #point .point {
  margin-top: 100px;
}
main > #company #sdgs #point .point:first-child {
  margin-top: 0;
}
main > #company #sdgs #point .point:last-child {
  margin-bottom: 100px;
}
main > #company #sdgs #point .point .sdgsTtl {
  background-color: #f3f3f4;
  padding: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs #point .point .sdgsTtl {
    padding: 15px;
  }
}
main > #company #sdgs #point .point .sdgsTtl strong {
  position: relative;
  display: block;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs #point .point .sdgsTtl strong {
    padding-left: 30px;
    line-height: 1.5;
  }
}
main > #company #sdgs #point .point .sdgsTtl .count {
  font-size: 30px;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs #point .point .sdgsTtl .count {
    top: 0;
    font-size: 24px;
  }
}
main > #company #sdgs #point ul {
  margin-left: 0;
  list-style: none;
  margin-top: 20px;
}
main > #company #sdgs #point ul .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs #point ul .left {
    width: 100%;
  }
}
main > #company #sdgs #point ul .left .sdgsImg {
  margin-top: 0;
}
main > #company #sdgs #point ul .left .sdgsImg li {
  list-style: none;
  width: calc(33.3% - 20px);
  margin-right: 20px;
  float: left;
}
main > #company #sdgs #point ul .left .sdgsImg li:nth-child(n+4) {
  margin-top: 20px;
}
main > #company #sdgs #point ul .left .sdgsImg li:nth-child(3n) {
  margin-right: 0;
}
main > #company #sdgs #point ul .left .sdgsImg li img {
  width: 100%;
}
main > #company #sdgs #point ul .right {
  width: 55%;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  main > #company #sdgs #point ul .right {
    width: 95%;
    margin-top: 20px;
  }
}
main > #company #sdgs #point ul .right:nth-of-type(n+3) {
  margin-top: 40px;
}
main > #company #sdgs #point ul .right .yajirushi a {
  position: relative;
  color: #0645AD;
  text-decoration: underline;
}
main > #company #sdgs #point ul .right .yajirushi a:hover {
  text-decoration: none;
}
main > #company #sdgs #point ul .right .yajirushi a:before {
  position: absolute;
  content: url(../img/yajirushi.png);
  top: -3px;
  left: -25px;
}
main > #company #sdgs #annualReport {
  text-align: center;
  margin-bottom: 100px;
}
main > #company #structure figure {
  margin-top: 50px;
}
main > #company #business p {
  text-indent: 1em;
}
main > #company #business h2 {
  margin-bottom: 40px;
  line-height: 1.7;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main > #company #business h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
main > #company #business .counter2 > li:before {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main > #company #business .counter2 > li:before {
    font-size: 20px;
    line-height: 1.6;
  }
}
main > #company #business .counter2 > li > b {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 22px;
  border-bottom: 1px #d0d0d0 solid;
}
@media screen and (max-width: 768px) {
  main > #company #business .counter2 > li > b {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
  }
}
main > #company #business .counter2 > li .list1 > * {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  main > #company #business .counter2 > li .list1 > * {
    padding-left: 10px;
  }
}
main > #company #business .counter2 > li .list1 > *:before {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  main > #company #business .counter2 > li .list1 > *:before {
    width: 6px;
    height: 6px;
  }
}
main > #company #business .counter2 > li .list1 > li:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #company #business .counter2 > li .list1 > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
main > #company #business .counter2 > li .list1 > li > b {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #company #business .counter2 > li .list1 > li > b {
    font-size: 18px;
  }
}
main > #company #business > div + div {
  margin-top: 40px;
}
main > #company #business > div .counter2 > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #company #business > div .counter2 > * + * {
    margin-top: 30px;
  }
}
main > #disposal .col3.qa > li {
  border: transparent 5px solid;
  border-radius: 0;
}
main > #disposal .col3.qa > li:first-child {
  border-color: #F4D0D1;
  background-color: #FFEDEA;
}
main > #disposal .col3.qa > li:first-child big {
  color: #C3000B;
}
main > #disposal .col3.qa > li:nth-child(2) {
  border-color: #C9E6E8;
  background-color: #EAF9FA;
}
main > #disposal .col3.qa > li:nth-child(2) big {
  color: #2BA6B1;
}
main > #disposal .col3.qa > li:last-child {
  border-color: #CBDDF4;
  background-color: #EBF3FD;
}
main > #disposal .col3.qa > li:last-child big {
  color: #014099;
}
main > #disposal #qa8.ttl1:before {
  background-color: #2BA6B1;
}
main > #disposal #qa17.ttl1:before {
  background-color: #014099;
}
main > #disposal .accordion_wrap {
  margin-top: 80px;
}
main > #disposal .accordion_wrap .ttl1:nth-child(n + 2) {
  margin-top: 80px;
}
main > #disposal .accordion_wrap .accordion > li > em {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 80px;
  padding: 10px 80px;
  font-weight: 700;
  background: url(../img/disposal_qa_icon_accordion_q_01.png) no-repeat left 20px center / 40px auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main > #disposal .accordion_wrap .accordion > li > em {
    min-height: 50px;
    padding: 15px 25px 15px 32px;
    background-size: 25px auto;
    background-position: left 10px center;
    line-height: 1.6;
    background-position: top 14px left 0;
  }
}
main > #disposal .accordion_wrap .accordion > li > em:before, main > #disposal .accordion_wrap .accordion > li > em:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #C3000B;
  translate: 0 -50%;
  transition: rotate 0.5s;
}
@media screen and (max-width: 768px) {
  main > #disposal .accordion_wrap .accordion > li > em:before, main > #disposal .accordion_wrap .accordion > li > em:after {
    width: 16px;
    right: 0;
  }
}
main > #disposal .accordion_wrap .accordion > li > em:after {
  rotate: 90deg;
}
main > #disposal .accordion_wrap .accordion > li > em:after {
  rotate: 90deg;
}
main > #disposal .accordion_wrap .accordion > li > em.open:after {
  rotate: 0deg;
}
main > #disposal .accordion_wrap .accordion > li > div {
  display: none;
  padding: 25px 80px;
  line-height: 2.125;
  background: url(../img/disposal_qa_icon_accordion_a_01.png) no-repeat left 20px top 20px / 40px auto #f1e6e5;
}
@media screen and (max-width: 768px) {
  main > #disposal .accordion_wrap .accordion > li > div {
    padding: 15px 15px 15px 40px;
    background-size: 25px auto;
    background-position: left 10px top 17px;
    line-height: 1.7;
  }
}
main > #disposal .accordion_wrap .accordion > li > div a {
  color: #0645AD;
  text-decoration: underline;
}
main > #disposal .accordion_wrap .accordion > li > div a:hover {
  text-decoration: none;
}
main > #disposal .accordion_wrap .accordion > li > div a img {
  display: inherit;
}
main > #disposal > #help {
  padding-bottom: 200px;
  margin-top: 80px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help {
    display: block;
    margin-top: 60px;
    padding-bottom: 100px;
  }
}
main > #disposal > #help #side {
  width: 220px;
  box-sizing: border-box;
  padding-right: 85px;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help #side {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}
main > #disposal > #help #side .side_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #707070;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d0d0;
}
main > #disposal > #help #side .side_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
main > #disposal > #help #side .side_link {
  display: block;
  width: 100%;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
}
main > #disposal > #help #side .side_item {
  padding-top: 5px;
  line-height: 2;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  min-width: 220px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help #side .side_item {
    width: 100%;
    min-width: 100%;
  }
}
main > #disposal > #help #side .side_item a:hover {
  text-decoration: none;
  opacity: 0.7s;
}
main > #disposal > #help #side .side_item:last-child {
  margin-bottom: 0;
}
main > #disposal > #help #side .side_item .side_arrow {
  font-size: 16px;
  color: #C3000B;
  padding-bottom: 8px;
  margin-right: 2px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
main > #disposal > #help #side .side_item .side_arrow::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C3000B;
}
main > #disposal > #help #side .side_item .side_text {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
main > #disposal > #help #main_content {
  flex-grow: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help #main_content {
    padding-left: 25px;
    margin-top: 40px;
  }
}
main > #disposal > #help .help_item {
  position: relative;
  padding-left: 40px;
  border-left: solid 1px #C3000B;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_item {
    padding-left: 30px;
  }
}
main > #disposal > #help #help01 .ttl1 {
  margin-top: 60px;
}
main > #disposal > #help #help01 .mt20 {
  margin-top: 20px;
}
main > #disposal > #help #help01 .can {
  position: relative;
}
main > #disposal > #help #help01 .can:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background-color: transparent;
  border: #F3CCCF 30px solid;
  border-radius: 9999px;
  z-index: -1;
  transform: translate(-50%, -50%);
}
main > #disposal > #help #help01 .not {
  position: relative;
}
main > #disposal > #help #help01 .not:before, main > #disposal > #help #help01 .not:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 30px;
  background-color: #F3CCCF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help #help01 .not:before, main > #disposal > #help #help01 .not:after {
    width: 100%;
    height: 20px;
  }
}
main > #disposal > #help #help01 .not:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main > #disposal > #help #help01 .not:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main > #disposal > #help .help_number {
  font-size: 24px;
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #C3000B;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_number {
    font-size: 20px;
  }
}
main > #disposal > #help .help_header {
  display: flex;
  align-items: center;
}
main > #disposal > #help .help_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 2px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  color: #C3000B;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  border: 1px solid #C3000B;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_circle {
    width: 50px;
    height: 50px;
  }
}
main > #disposal > #help .help_header_title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.25;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_header_title {
    font-size: 20px;
  }
}
main > #disposal > #help .help_text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text {
    font-size: 14px;
  }
}
main > #disposal > #help .help_text2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text2 {
    line-height: 1.5;
  }
}
main > #disposal > #help .help_text_title {
  min-height: 70px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66666666;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text_title {
    min-height: 0;
    margin-bottom: 10px;
  }
}
main > #disposal > #help .help_text_title2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66666666;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text_title2 {
    font-size: 16px;
  }
}
main > #disposal > #help .text_red {
  color: #C3000B;
}
main > #disposal > #help .help_text_link {
  color: #C3000B;
  text-decoration: underline;
}
main > #disposal > #help .fire_extinguisher_info {
  padding: 30px 50px 0px 30px;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
main > #disposal > #help .fire_extinguisher_info.bg_none {
  background-color: #ffffff;
  border: none;
}
main > #disposal > #help .border_red {
  border: 2px solid #C3000B;
}
main > #disposal > #help .fire_extinguisher_info.border_red {
  padding: 30px 50px 40px 30px;
  background-color: #ffffff;
  border: 2px solid #C3000B;
  border-radius: 10px;
}
main > #disposal > #help .fire_extinguisher_image {
  width: 200px;
  height: auto;
}
main > #disposal > #help .fire_extinguisher_image.help_img02 {
  padding-left: 30px;
  padding-right: 30px;
}
main > #disposal > #help .fire_extinguisher_info.bg_none .fire_extinguisher_image {
  width: 280px;
  height: auto;
  object-fit: cover;
}
main > #disposal > #help .fire_extinguisher_content {
  flex: 1;
}
main > #disposal > #help .help_content_title {
  font-size: 17px;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_content_title {
    font-size: 16px;
  }
}
main > #disposal > #help .step_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #C3000B;
  color: #fff;
  padding: 15px 15px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_info {
    flex-direction: column;
    gap: 10px;
  }
}
main > #disposal > #help .step_info2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #C3000B;
  color: #fff;
  padding: 17px 17px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_info2 {
    font-size: 20px;
    padding: 15px;
    line-height: 1.6;
  }
}
main > #disposal > #help .step_info.step_info_blue {
  background-color: #014099;
}
main > #disposal > #help .step_info img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}
main > #disposal > #help .help_border_blue {
  border: 2px solid #2ba6b1;
}
main > #disposal > #help .help_container_title {
  background-color: #C3000B;
  color: #fff;
  padding: 5px 10px;
}
main > #disposal > #help .help_container_title.center {
  text-align: center;
}
main > #disposal > #help .help_container_title.bg_blue {
  background-color: #2ba6b1;
  color: #fff;
  padding: 5px 10px;
}
main > #disposal > #help .help_container_title span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.36363;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_container_title span {
    font-size: 20px;
  }
}
main > #disposal > #help .help_container_text-wrap {
  padding: 30px 30px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_container_text-wrap {
    padding: 15px 15px;
  }
}
main > #disposal > #help .help_container_text-wrap.p0 {
  padding: 0;
}
main > #disposal > #help .help_container_bg-gray {
  background-color: #f0f0f0;
  padding: 30px 30px 40px 30px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_container_bg-gray {
    padding: 15px 15px 20px 15px;
  }
}
main > #disposal > #help .help_recycleseal_grid {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 3.38983%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_recycleseal_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
main > #disposal > #help .help_recycleseal_grid img {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  main > #disposal > #help .help_recycleseal_grid img {
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  main > #disposal > #help .help_recycleseal_grid img {
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_recycleseal_grid img {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .pc_show {
    display: none;
  }
}
main > #disposal > #help .sp_show {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .sp_show {
    display: block;
  }
}
main > #disposal > #help .help_img_item {
  text-align: center;
}
main > #disposal > #help .help_text_big {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text_big {
    font-size: 24px;
  }
}
main > #disposal > #help .contact-box {
  max-width: 100%;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  border-radius: 5px;
}
main > #disposal > #help .contact-title {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .contact-title {
    font-size: 20px;
  }
}
main > #disposal > #help .contact-number {
  font-size: 73px;
  font-weight: 700;
  color: #C3000B;
  line-height: 1.1369863;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .contact-number {
    font-size: 35px;
  }
}
main > #disposal > #help .contact-hours {
  font-size: 25px;
  color: #707070;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .contact-hours {
    margin-top: 5px;
    font-size: 20px;
  }
}
main > #disposal > #help .text_red_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px;
  border: 2px #C3000B solid;
  color: #C3000B;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .text_red_wrap {
    font-size: 24px;
    height: 60px;
    padding: 0;
  }
}
main > #disposal > #help .help_container .help_container_title {
  border: 2px solid #C3000B;
  padding: 15px;
}
main > #disposal > #help .center {
  text-align: center;
}
main > #disposal > #help .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .sp {
    display: block;
  }
}
main > #disposal > #help .fz18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .fz18 {
    font-size: 16px;
  }
}
main > #disposal > #help .mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt10 {
    margin-top: 5px;
  }
}
main > #disposal > #help .mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt15 {
    margin-top: 10px;
  }
}
main > #disposal > #help .mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt30 {
    margin-top: 20px;
  }
}
main > #disposal > #help .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt40 {
    margin-top: 30px;
  }
}
main > #disposal > #help .mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt50 {
    margin-top: 35px;
  }
}
main > #disposal > #help .mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt60 {
    margin-top: 45px;
  }
}
main > #disposal > #help .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt80 {
    margin-top: 60px;
  }
}
main > #disposal > #help .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .mt100 {
    margin-top: 75px;
  }
}
main > #disposal > #help .pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .pb50 {
    padding-bottom: 35px;
  }
}
main > #disposal > #help .pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .pb60 {
    padding-bottom: 45px;
  }
}
main > #disposal > #help .pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .pb80 {
    padding-bottom: 60px;
  }
}
main > #disposal > #help .step_label {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_label {
    font-size: 18px;
  }
}
main > #disposal > #help .step_status {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #C3000B;
  font-weight: 900;
  line-height: 1.6;
  padding: 5px 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_status {
    font-size: 16px;
  }
}
main > #disposal > #help .step_status.step_status_blue {
  color: #014099;
}
main > #disposal > #help .step_icon {
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_icon {
    font-size: 14px;
  }
}
main > #disposal > #help .help_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_item_list {
    gap: 12px;
  }
}
main > #disposal > #help .help_item_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 60px) / 4);
  height: auto;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_item_list li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  main > #disposal > #help .help_item_list li {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
main > #disposal > #help .help_item_list li img {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  object-fit: contain;
  width: 190px;
  height: 200px;
}
main > #disposal > #help .step_info_wrap {
  background-color: #f0f0f0;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_info_wrap {
    padding-bottom: 30px;
  }
}
main > #disposal > #help .step_info_center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_info_center {
    justify-content: center;
  }
}
main > #disposal > #help .step_info_text {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .step_info_text {
    font-size: 20px;
  }
}
main > #disposal > #help .step_info_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
main > #disposal > #help .step_info_list > li {
  background-color: #fff;
  aspect-ratio: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main > #disposal > #help .step_info_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 60px 15px 30px;
  color: #C3000B;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
  width: 100%;
}
main > #disposal > #help .step_info_list > li > a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  translate: 0 -50%;
  background: url(../img/icon_blank_01.svg) no-repeat center / cover;
  filter: invert(45%) sepia(12%) saturate(5817%) hue-rotate(335deg) brightness(101%) contrast(101%);
}
main > #disposal > #help .help_text_big.btn1 {
  width: 100%;
  max-width: 100%;
}
main > #disposal > #help .help_text_big.btn1 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 100px;
  border: 2px #C3000B solid;
  color: #C3000B;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: url(../img/icon_arrow_red01.svg) no-repeat right 30px center / 40px 40px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text_big.btn1 a {
    padding: 0;
    font-size: 20px;
    height: 60px;
    background: url(../img/icon_arrow_red01.svg) no-repeat right 10px center / 25px 40px #fff;
  }
}
@media screen and (max-width: 370px) {
  main > #disposal > #help .help_text_big.btn1 a {
    padding: 0;
    font-size: 18px;
    height: 60px;
    background: url(../img/icon_arrow_red01.svg) no-repeat right 5px center / 20px 20px #fff;
  }
}
@media screen and (max-width: 400px) {
  main > #disposal > #help .help_text_big.btn1 a {
    width: auto;
  }
}
main > #disposal > #help .help_text_wrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
main > #disposal > #help .help_text_wrap ul {
  margin-top: 40px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #disposal > #help .help_text_wrap ul > * {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  main > #disposal > #help .help_text_wrap ul > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main > #disposal > #help .help_text_wrap ul > *:nth-child(n + 6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main > #disposal > #help .help_text_wrap ul > * {
    width: 48%;
    margin-right: 4%;
  }
  main > #disposal > #help .help_text_wrap ul > *:nth-child(2n) {
    margin-right: 0;
  }
  main > #disposal > #help .help_text_wrap ul > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main > #disposal > #help .help_text_wrap ul > * a {
  font-size: 17px;
}
main > #disposal > #help .help_text_wrap ul > li > a {
  position: relative;
  align-items: center;
  color: #0645ad;
  text-decoration: underline;
}
main > #disposal > #help .help_text_wrap ul > li > a:hover {
  text-decoration: none;
}
main > #disposal > #help .inquiry_wrap {
  width: 100%;
}
main > #disposal > #help .inquiry {
  width: 100% !important;
}
main > #disposal #type .c2_1 > div figure {
  margin-bottom: 20px;
}
main > #disposal #type .c2_1 > div figure img {
  width: 220px;
  margin: auto;
}
main > #information #archive {
  width: 800px;
  margin: 0 auto;
}
main > #information #archive #cat_menu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main > #information #archive #cat_menu {
    display: block;
  }
}
main > #information #archive #cat_menu > li {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  border: 1px #c0c0c0 solid;
}
main > #information #archive #cat_menu > li:nth-child(3n) {
  margin-right: 0;
}
main > #information #archive #cat_menu > li:nth-child(n + 4) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #information #archive #cat_menu > li {
    width: auto;
    margin-right: 0;
  }
  main > #information #archive #cat_menu > li + li {
    margin-top: 10px !important;
  }
}
main > #information #archive #cat_menu > li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 60px;
  padding: 10px 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #information #archive #cat_menu > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #information #archive #cat_menu > li a:hover {
    opacity: 1;
  }
}
main > #information #archive #cat_menu > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #information #archive #cat_menu > li a {
    min-height: 50px;
  }
}
main > #information #archive #cat_menu > li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/icon_arrow_03.svg);
  filter: invert(85%) sepia(13%) saturate(10%) hue-rotate(38deg) brightness(93%) contrast(80%);
  translate: 0 -50%;
}
main > #information #archive .archive {
  margin-top: 80px;
}
main > #information #archive .archive > li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #ccc solid;
}
main > #information #archive .archive > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #information #archive .archive > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #information #archive .archive > li a:hover {
    opacity: 1;
  }
}
main > #information #archive .archive > li a:hover img {
  opacity: 1;
}
main > #information #archive .archive > li a:hover p {
  text-decoration: none;
}
main > #information #archive .archive > li a > * {
  display: block;
  font-size: 14px;
}
main > #information #archive .archive > li a > i {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 20px;
  margin: 0 10px;
  line-height: 1;
  background-color: #f0f0f0;
}
main > #information #archive .archive > li a > p {
  color: #0645AD;
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
main > #information #single {
  width: 800px;
  margin: 0 auto;
}
main > #information #single > h1 {
  color: #252028;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #information #single > h1 {
    font-size: 22px;
  }
}
main > #information #single .head {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
main > #information #single .head time {
  display: block;
  color: #505050;
}
main > #information #single .head i {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  margin-left: 15px;
  height: 18px;
  padding: 0 15px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  background-color: #C3000B;
}
main > #information #single .entry {
  margin-top: 60px;
}
main > #information .btns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px #b5b4b5 solid;
}
@media screen and (max-width: 768px) {
  main > #information .btns {
    margin-top: 50px;
    padding-top: 50px;
  }
}
main > #information .btns > * {
  width: calc((100% - 20px) / 2);
}
main > #information .btns > *.prev {
  margin-right: auto;
}
main > #information .btns > *.prev a:before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/icon_arrow_03.svg) no-repeat center / cover;
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(337deg) brightness(89%) contrast(109%);
  rotate: 180deg;
}
main > #information .btns > *.next {
  margin-left: auto;
}
main > #information .btns > *.next a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/icon_arrow_03.svg) no-repeat center / cover;
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(337deg) brightness(89%) contrast(109%);
}
main > #information .btns > * a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px #252028 solid;
  border-radius: 25px;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #information .btns > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #information .btns > * a:hover {
    opacity: 1;
  }
}
main > #information .btns > * a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #information .btns > * a {
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
}
main > #jichitaishobo > #cooperate .cooperate_text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 1000px) {
  main > #jichitaishobo > #cooperate .cooperate_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  main > #jichitaishobo > #cooperate .cooperate_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .cooperate_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  main > #jichitaishobo > #cooperate .cooperate_text {
    font-size: 12px;
  }
}
main > #jichitaishobo > #cooperate .cooperate_text.red_text {
  color: #c3000b;
  font-weight: 700;
}
main > #jichitaishobo > #cooperate h2 {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.25;
  background-color: #c3000b;
  padding: 6px 15px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate h2 {
    font-size: 20px;
  }
}
main > #jichitaishobo > #cooperate .cooperate_container {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .cooperate_container {
    padding-bottom: 0;
  }
}
main > #jichitaishobo > #cooperate .cooperate_link_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .cooperate_link_flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
main > #jichitaishobo > #cooperate .cooperate_link_flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .cooperate_link_flex2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
main > #jichitaishobo > #cooperate .text_wrap {
  display: flex;
  align-items: center;
  border: 1px solid #aaaaaa;
  padding: 15px;
  width: 48.3%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .text_wrap {
    width: 100%;
    max-width: 600px;
  }
}
main > #jichitaishobo > #cooperate .text_wrap textarea {
  width: 100%;
  height: 110%;
  border: none;
}
main > #jichitaishobo > #cooperate .cooperate_img img {
  object-fit: cover;
  width: 100%;
}
main > #jichitaishobo > #cooperate .link_wrap .link {
  width: 48.3%;
}
main > #jichitaishobo > #cooperate .button-container {
  border: 1px solid #c3000b;
  padding: 24px;
  width: 48.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .button-container {
    padding: 20px;
    width: 100%;
    max-width: 600px;
  }
}
main > #jichitaishobo > #cooperate .button-container .search-button {
  width: 290px;
  height: auto;
  cursor: pointer;
}
main > #jichitaishobo > #cooperate .qr-container {
  display: flex;
  align-items: center;
  margin-left: 10%;
}
main > #jichitaishobo > #cooperate .qr-container .qr-code {
  width: 100px;
  height: auto;
  margin-bottom: 8px;
}
main > #jichitaishobo > #cooperate .qr-container p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.125;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .qr-container p {
    font-size: 14px;
  }
}
main > #jichitaishobo > #cooperate .mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mt15 {
    margin-top: 10px;
  }
}
main > #jichitaishobo > #cooperate .mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mt30 {
    margin-top: 20px;
  }
}
main > #jichitaishobo > #cooperate .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mt40 {
    margin-top: 30px;
  }
}
main > #jichitaishobo > #cooperate .mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mt50 {
    margin-top: 35px;
  }
}
main > #jichitaishobo > #cooperate .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mt80 {
    margin-top: 60px;
  }
}
main > #jichitaishobo > #cooperate .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mt100 {
    margin-top: 75px;
  }
}
main > #jichitaishobo > #cooperate .mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mb40 {
    margin-bottom: 30px;
  }
}
main > #jichitaishobo > #cooperate .mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo > #cooperate .mb80 {
    margin-bottom: 60px;
  }
}
main > #jichitaishobo > #cooperate .link {
  color: #0645ad;
  text-decoration: underline;
}
main > #jichitaishobo > #cooperate .link:hover {
  text-decoration: none;
}
main > #jichitaishobo #prtool #order {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
main > #jichitaishobo #prtool #order .word {
  width: 200px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo #prtool #order .word {
    margin: auto;
  }
}
main > #jichitaishobo #prtool #order .word a {
  display: block;
}
main > #jichitaishobo #prtool #order .word a figure {
  border: #c3000b 1px solid;
}
main > #jichitaishobo #prtool #order .word a p {
  text-align: center;
  color: #c3000b;
  font-weight: 500;
}
main > #jichitaishobo #prtool #order .text {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo #prtool #order .text {
    width: 100%;
    margin-top: 20px;
  }
}
main > #jichitaishobo #prtool #kind, main > #jichitaishobo #prtool .pamphlet {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #jichitaishobo #prtool #kind, main > #jichitaishobo #prtool .pamphlet {
    margin-top: 60px;
  }
}
main > #jichitaishobo #prtool #kind .c5_2 > *, main > #jichitaishobo #prtool .pamphlet .c5_2 > * {
  padding: 15px;
  border: 1px #d0d0d0 solid;
}
main > #jichitaishobo #prtool #kind .c5_2 > * a, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #jichitaishobo #prtool #kind .c5_2 > * a:hover, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #jichitaishobo #prtool #kind .c5_2 > * a:hover, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a:hover {
    opacity: 1;
  }
}
main > #jichitaishobo #prtool #kind .c5_2 > * a:hover img, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a:hover img {
  opacity: 1;
}
main > #jichitaishobo #prtool #kind .c5_2 > * a p, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a p {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: -0.05em;
}
main > #jichitaishobo #prtool #kind .c5_2 > * a p i, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a p i {
  padding-right: 5px;
  color: #ff5a36;
}
main > #jichitaishobo #prtool #kind .c5_2 > * a p span, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a p span {
  display: block;
  font-size: 14px;
}
main > #jichitaishobo #prtool #kind .c5_2 > * a p span:before, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a p span:before {
  content: "（ ";
}
main > #jichitaishobo #prtool #kind .c5_2 > * a p span:after, main > #jichitaishobo #prtool .pamphlet .c5_2 > * a p span:after {
  content: " ）";
}
main > #object .object_note {
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main > #object .object_note {
    margin-top: -10px;
    margin-bottom: 15px;
  }
}
main > #object .note > strong {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #C3000B;
}
@media screen and (max-width: 768px) {
  main > #object .note > strong {
    font-size: 20px;
    line-height: 1.6;
  }
}
main > #object .note > div {
  padding: 50px 50px 50px 60px;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  main > #object .note > div {
    padding: 20px;
  }
}
main > #object .note > div em {
  font-size: 24px;
  color: #C3000B;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #object .note > div em {
    font-size: 18px;
  }
}
main > #object .note > div em > span {
  text-decoration: underline;
  font-weight: 700;
}
main > #object .note > div > div {
  margin-top: 30px;
}
main > #object .note > div > div > p {
  margin-top: 20px;
}
main > #object #about > * {
  margin-top: 80px;
}
main > #object #about .note1 li {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main > #object #about .note1 li {
    font-size: 16px;
  }
}
main > #object #about > p a {
  color: #0645ad;
  text-decoration: underline;
  font-weight: bold;
}
main > #object #about > p a:hover {
  text-decoration: none;
}
main > #object #about .note ul {
  margin-top: 40px;
  margin-bottom: 30px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #object #about .note ul > * {
  width: calc((100% - 160px) / 5);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main > #object #about .note ul > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main > #object #about .note ul > *:nth-child(n + 6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main > #object #about .note ul > * {
    width: 48%;
    margin-right: 4%;
  }
  main > #object #about .note ul > *:nth-child(2n) {
    margin-right: 0;
  }
  main > #object #about .note ul > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main > #object #about .note ul > li > a {
  position: relative;
  align-items: center;
  color: #0645ad;
  text-decoration: underline;
}
main > #object #about .note ul > li > a:hover {
  text-decoration: none;
}
main > #object #about .col4 {
  position: relative;
}
main > #object #about .col4:before, main > #object #about .col4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 8%;
  background-color: #F3CCCF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main > #object #about .col4:before, main > #object #about .col4:after {
    width: 100%;
    height: 20px;
  }
}
main > #object #about .col4:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main > #object #about .col4:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main > #object #about .col4 > * {
  position: relative;
  border: none;
  padding: 0 0 60px;
  background-color: transparent;
}
main > #object #about .col4 > * figure img {
  margin: 0 auto;
  max-height: 130px;
}
main > #object #about .col4 > * p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
main > #object #about .item > div {
  margin-top: 10px;
  text-align: center;
}
main > #object #about .item > div .box4 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main > #object #about .item > div .box4 > li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  main > #object #about .item > div .box4 > li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  main > #object #about .item > div .box4 > li:nth-child(2n) {
    margin-right: 0;
  }
  main > #object #about .item > div .box4 > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
main > #object #about .item > div .box4 > li:nth-child(4n) {
  margin-right: 0;
}
main > #object #about .item > div .box4 > li:nth-child(n + 5) {
  margin-top: 40px;
}
main > #object #about .item > div .box4 > li > div {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
main > #object #about .item > div .box4 > li > p {
  font-size: 14px;
  margin-top: 15px;
}
main > #object #large > *, main > #object #small > * {
  margin-top: 60px;
}
main > #object #large .col5, main > #object #small .col5 {
  display: flex;
  flex-wrap: wrap;
}
main > #object #large .col5 > *, main > #object #small .col5 > * {
  position: relative;
  border: none;
  padding: 20px 20px 25px;
  width: calc((100% - 100px) / 5);
  margin-right: 25px;
  border: 1px #d0d0d0 solid;
}
@media screen and (max-width: 768px) {
  main > #object #large .col5 > *, main > #object #small .col5 > * {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-top: 30px;
  }
  main > #object #large .col5 > *:nth-child(2n), main > #object #small .col5 > *:nth-child(2n) {
    margin-right: 0;
  }
  main > #object #large .col5 > *:first-of-type, main > #object #large .col5 > *:nth-child(2), main > #object #small .col5 > *:first-of-type, main > #object #small .col5 > *:nth-child(2) {
    margin-top: 0;
  }
}
main > #object #large .col5 > *:last-of-type, main > #object #small .col5 > *:last-of-type {
  margin-right: 0;
}
main > #object #large .col5 > * figure img, main > #object #small .col5 > * figure img {
  margin: 0 auto;
}
main > #object #large .col5 > * p, main > #object #small .col5 > * p {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
main > #object #large .col5 + p, main > #object #small .col5 + p {
  margin-top: 15px;
}
main > #object #large .inquiry, main > #object #small .inquiry {
  padding: 30px 80px;
  border-radius: 5px;
  border: 1px #d0d0d0 solid;
  text-align: center;
  width: fit-content;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #object #large .inquiry, main > #object #small .inquiry {
    width: auto;
    padding: 30px 15px;
  }
}
main > #object #large .inquiry li, main > #object #small .inquiry li {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main > #object #large .inquiry li, main > #object #small .inquiry li {
    font-size: 20px;
  }
  main > #object #large .inquiry li + li, main > #object #small .inquiry li + li {
    margin-top: 5px;
  }
}
main > #object #large .inquiry li a, main > #object #small .inquiry li a {
  color: #C3000B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 73px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #object #large .inquiry li a:hover, main > #object #small .inquiry li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #object #large .inquiry li a:hover, main > #object #small .inquiry li a:hover {
    opacity: 1;
  }
}
main > #object #large .inquiry li a:hover img, main > #object #small .inquiry li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #object #large .inquiry li a, main > #object #small .inquiry li a {
    font-size: 35px;
  }
}
main > #object #large .inquiry li:last-of-type, main > #object #small .inquiry li:last-of-type {
  font-weight: 500;
  font-size: 25px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  main > #object #large .inquiry li:last-of-type, main > #object #small .inquiry li:last-of-type {
    font-size: 20px;
  }
}
main > #object #large .note .seal, main > #object #small .note .seal {
  display: flex;
  gap: 45px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #object #large .note .seal, main > #object #small .note .seal {
    display: block;
  }
}
main > #object #large .note .seal img, main > #object #small .note .seal img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  main > #object #large .note .seal > div, main > #object #small .note .seal > div {
    margin: 20px auto;
    text-align: center;
  }
}
main > #object #large .note .seal > div img, main > #object #small .note .seal > div img {
  min-width: 334px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  main > #object #large .note .seal > div img, main > #object #small .note .seal > div img {
    width: 60%;
    min-width: auto;
    height: auto;
    margin: 0 auto;
  }
}
main > #object #large .note .seal > div p, main > #object #small .note .seal > div p {
  font-weight: 900;
  color: #C3000B;
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
}
main > #object #large .note .seal ul li, main > #object #small .note .seal ul li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main > #object #large .note .seal ul li, main > #object #small .note .seal ul li {
    display: block;
    padding: 30px 15px;
  }
}
main > #object #large .note .seal ul li + li, main > #object #small .note .seal ul li + li {
  margin-top: 40px;
}
main > #object #large .note .seal ul li > div:first-of-type, main > #object #small .note .seal ul li > div:first-of-type {
  min-width: 200px;
  text-align: center;
}
main > #object #large .note .seal ul li .btn1 a.s, main > #object #small .note .seal ul li .btn1 a.s {
  padding: 0 50px 0 20px;
}
main > #object #large .note .seal ul li img, main > #object #small .note .seal ul li img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  main > #object #large .note .seal ul li img, main > #object #small .note .seal ul li img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main > #object #large .note .seal ul li div, main > #object #small .note .seal ul li div {
    margin-top: 30px;
  }
}
main > #object #large .note .seal ul li:first-of-type b, main > #object #small .note .seal ul li:first-of-type b {
  font-size: 18px;
}
main > #object #large .note .seal ul li:first-of-type p:first-of-type, main > #object #small .note .seal ul li:first-of-type p:first-of-type {
  margin-top: 20px;
  text-decoration: underline;
  font-weight: 700;
}
main > #object #large .note .seal ul li:last-of-type, main > #object #small .note .seal ul li:last-of-type {
  border: 2px dashed #C3000B;
  background-color: #FBF6F3;
}
main > #object #large .note .seal ul li:last-of-type b, main > #object #small .note .seal ul li:last-of-type b {
  color: #C3000B;
  font-size: 18px;
}
main > #object #large .note .seal ul li:last-of-type b span, main > #object #small .note .seal ul li:last-of-type b span {
  font-weight: 700;
  color: #C3000B;
  text-decoration: underline;
}
main > #object #large .note .seal ul li:last-of-type p, main > #object #small .note .seal ul li:last-of-type p {
  margin-top: 20px;
}
main > #object #large .note .seal ul li:last-of-type a, main > #object #small .note .seal ul li:last-of-type a {
  color: #0645ad;
  text-decoration: underline;
  font-weight: bold;
}
main > #object #large .note .seal ul li:last-of-type a:hover, main > #object #small .note .seal ul li:last-of-type a:hover {
  text-decoration: none;
}
main > #object #large .except, main > #object #small .except {
  color: #C3000B;
}
main > #object #large .except > p, main > #object #small .except > p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #object #large .except > p, main > #object #small .except > p {
    font-size: 16px;
    text-align: center;
  }
}
main > #object #large .except div, main > #object #small .except div {
  margin-top: 5px;
  padding: 35px 50px 30px;
  text-align: center;
  border: 2px solid #C3000B;
}
@media screen and (max-width: 768px) {
  main > #object #large .except div, main > #object #small .except div {
    padding: 20px;
  }
}
main > #object #large .except div p, main > #object #small .except div p {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #object #large .except div p, main > #object #small .except div p {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
}
main > #object #large .mark, main > #object #small .mark {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main > #object #large .mark, main > #object #small .mark {
    display: block;
    text-align: center;
  }
}
main > #object #large .mark img, main > #object #small .mark img {
  object-fit: contain;
  display: inline-block;
}
main > #object #large .mark div:first-of-type, main > #object #small .mark div:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  main > #object #large .mark div:first-of-type, main > #object #small .mark div:first-of-type {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  main > #object #large .mark div:last-of-type, main > #object #small .mark div:last-of-type {
    margin-top: 10px;
    text-align: left;
  }
}
main > #object #large > div:first-of-type > div + div {
  margin-top: 100px;
}
main > #object #large > div:first-of-type > div:nth-of-type(2) ul li, main > #object #large > div:first-of-type > div:nth-of-type(4) ul li, main > #object #large > div:first-of-type > div:nth-of-type(5) ul li, main > #object #large > div:first-of-type > div:nth-of-type(6) ul li, main > #object #large > div:first-of-type > div:nth-of-type(8) ul li, main > #object #large > div:first-of-type > div:nth-of-type(9) ul li, main > #object #large > div:first-of-type > div:nth-of-type(10) ul li, main > #object #large > div:first-of-type > div:nth-of-type(11) ul li, main > #object #large > div:first-of-type > div:nth-of-type(12) ul li {
  padding-bottom: 20px;
}
main > #object #small > div:first-of-type > div + div {
  margin-top: 100px;
}
main > #object #small > div:first-of-type > div:nth-of-type(4) ul li, main > #object #small > div:first-of-type > div:nth-of-type(5) ul li, main > #object #small > div:first-of-type > div:nth-of-type(6) ul li, main > #object #small > div:first-of-type > div:nth-of-type(10) ul li, main > #object #small > div:first-of-type > div:nth-of-type(11) ul li, main > #object #small > div:first-of-type > div:nth-of-type(14) ul li, main > #object #small > div:first-of-type > div:nth-of-type(16) ul li {
  padding-bottom: 20px;
}
main > #recycle > #flow {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow {
    display: block;
    margin-top: 60px;
  }
}
main > #recycle > #flow #side {
  width: 220px;
  box-sizing: border-box;
  padding-right: 85px;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow #side {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}
main > #recycle > #flow #side .side_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #707070;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d0d0;
}
main > #recycle > #flow #side .side_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
main > #recycle > #flow #side .side_link {
  display: block;
  width: 100%;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
}
main > #recycle > #flow #side .side_item {
  padding-top: 5px;
  line-height: 2;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  min-width: 220px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow #side .side_item {
    width: 100%;
    min-width: 100%;
  }
}
main > #recycle > #flow #side .side_item a:hover {
  text-decoration: none;
  opacity: 0.7s;
}
main > #recycle > #flow #side .side_item:last-child {
  margin-bottom: 0;
}
main > #recycle > #flow #side .side_item .side_arrow {
  font-size: 16px;
  color: #C3000B;
  padding-bottom: 8px;
  margin-right: 2px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
main > #recycle > #flow #side .side_item .side_arrow::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C3000B;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow #side .side_item .side_arrow::before {
    bottom: -6px;
  }
}
main > #recycle > #flow #side .side_item .side_text {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
main > #recycle > #flow #main_content {
  flex-grow: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow #main_content {
    padding-left: 25px;
    margin-top: 40px;
  }
}
main > #recycle > #flow .flow_item {
  position: relative;
  padding-left: 40px;
  border-left: solid 1px #C3000B;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_item {
    padding-left: 30px;
  }
}
main > #recycle > #flow .flow_item .flow_btn {
  max-width: 570px;
}
main > #recycle > #flow .flow_item .flow_btn.btn1.btn_border_red a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/flow_icon.svg) no-repeat right 24px center / 60px 60px #fff;
  font-size: 30px;
  height: 100px;
  border: none;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_item .flow_btn.btn1.btn_border_red a {
    justify-content: left;
    font-size: 24px;
    height: 90px;
  }
}
main > #recycle > #flow .flow_item .flow_btn a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  height: 80px;
  padding: 0 24px;
  border: 1px #d0d0d0 solid;
  border-radius: 5px;
  color: #C3000B;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/icon_arrow_01.svg) no-repeat right 24px center / 24px 24px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  main > #recycle > #flow .flow_item .flow_btn a {
    font-size: 16px;
    padding: 0 0 0 10px;
    background: url(../img/icon_arrow_01.svg) no-repeat right 14px center / 24px 24px #fff;
  }
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_item .flow_btn a {
    font-size: 16px;
    padding: 0 0 0 14px;
    background: url(../img/icon_arrow_01.svg) no-repeat right 14px center / 24px 24px #fff;
  }
}
main > #recycle > #flow .flow_item p > a {
  text-decoration: none;
}
main > #recycle > #flow .flow_item .flow_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  line-height: 1.2;
  width: 60px;
  height: 60px;
  padding-top: 2px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  color: #C3000B;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  border: 1px solid #C3000B;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_item .flow_circle {
    width: 50px;
    height: 50px;
  }
}
main > #recycle > #flow .flow_item .flow_circle .flow_number {
  font-size: 24px;
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #C3000B;
  text-align: center;
  line-height: 1;
}
main > #recycle > #flow .flow_item .flow_header {
  display: flex;
  align-items: center;
}
main > #recycle > #flow .flow_item .flow_header .flow_header_title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.25;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_item .flow_header .flow_header_title {
    font-size: 20px;
  }
}
main > #recycle > #flow .flow_item .flow_item_heading {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.3636;
  border: 1px solid #C3000B;
  padding: 2px 10px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_item .flow_item_heading {
    padding: 5px 10px;
    font-size: 20px;
  }
}
main > #recycle > #flow .flow_item .flow_item_heading.text_white {
  color: #ffffff;
  background-color: #C3000B;
}
main > #recycle > #flow .flow_item .flow_item_heading.text_red {
  color: #C3000B;
}
main > #recycle > #flow .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .sp {
    display: block;
  }
}
main > #recycle > #flow .fz18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .fz18 {
    font-size: 16px;
  }
}
main > #recycle > #flow .mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt10 {
    margin-top: 5px;
  }
}
main > #recycle > #flow .mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt15 {
    margin-top: 10px;
  }
}
main > #recycle > #flow .mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt30 {
    margin-top: 20px;
  }
}
main > #recycle > #flow .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt40 {
    margin-top: 30px;
  }
}
main > #recycle > #flow .mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt50 {
    margin-top: 35px;
  }
}
main > #recycle > #flow .mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt60 {
    margin-top: 45px;
  }
}
main > #recycle > #flow .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt80 {
    margin-top: 60px;
  }
}
main > #recycle > #flow .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .mt100 {
    margin-top: 75px;
  }
}
main > #recycle > #flow .pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .pb50 {
    padding-bottom: 35px;
  }
}
main > #recycle > #flow .pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .pb60 {
    padding-bottom: 45px;
  }
}
main > #recycle > #flow .pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .pb80 {
    padding-bottom: 60px;
  }
}
main > #recycle > #flow .flow_text {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_text {
    font-size: 16px;
    line-height: 1.7;
  }
}
main > #recycle > #flow .flow_text.fz {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_text.fz {
    font-size: 16px;
  }
}
main > #recycle > #flow .flow_text.flow_text_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66666666;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_text.flow_text_title {
    font-size: 16px;
  }
}
main > #recycle > #flow .flow_text.text_red {
  color: #C3000B;
}
main > #recycle > #flow .flow_text.flow_text_link {
  color: #C3000B;
}
main > #recycle > #flow .fire_extinguisher_info {
  padding: 30px 30px;
  background-color: #FAFAFA;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .fire_extinguisher_info {
    padding: 20px;
  }
}
main > #recycle > #flow .fire_extinguisher_info.bg_none {
  background-color: #FFFFFF;
  border: none;
}
main > #recycle > #flow .fire_extinguisher_info.border_red {
  padding: 30px 30px;
  background-color: #FBF6F3;
  border: 2px solid #C3000B;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .fire_extinguisher_info.border_red {
    padding: 20px;
  }
}
main > #recycle > #flow .fire_extinguisher_info.border_red a {
  color: #0645ad;
  text-decoration: underline;
  font-weight: bold;
}
main > #recycle > #flow .fire_extinguisher_info.border_red a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .fire_extinguisher_info.border_red a {
    font-size: 16px;
  }
}
main > #recycle > #flow .fire_extinguisher_info .fire_extinguisher_container {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .fire_extinguisher_info .fire_extinguisher_container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
main > #recycle > #flow .fire_extinguisher_info .fire_extinguisher_image {
  width: 200px;
  height: auto;
}
main > #recycle > #flow .fire_extinguisher_info .fire_extinguisher_image.flow_img02 {
  padding-left: 30px;
  padding-right: 30px;
}
main > #recycle > #flow .fire_extinguisher_info .fire_extinguisher_image.bg_none {
  width: 280px;
  height: auto;
  object-fit: cover;
}
main > #recycle > #flow .fire_extinguisher_info .fire_extinguisher_content {
  flex: 1;
}
main > #recycle > #flow .fire_extinguisher_info .fire_extinguisher_content .flow_text_title {
  min-height: 0;
}
main > #recycle > #flow .fire_extinguisher_info .flow_content_title {
  font-size: 17px;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .fire_extinguisher_info .flow_content_title {
    font-size: 15px;
  }
}
main > #recycle > #flow .flow_container {
  border: 2px solid #C3000B;
}
main > #recycle > #flow .flow_container.flow_border_blue {
  border: 2px solid #2BA6B1;
}
main > #recycle > #flow .flow_container .flow_container_title {
  background-color: #C3000B;
  color: #fff;
  padding: 5px 10px;
}
main > #recycle > #flow .flow_container .flow_container_title.center {
  text-align: center;
}
main > #recycle > #flow .flow_container .flow_container_title.bg_blue {
  background-color: #2BA6B1;
  color: #fff;
  padding: 5px 10px;
}
main > #recycle > #flow .flow_container .flow_container_title span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.36363;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_container .flow_container_title span {
    font-size: 20px;
  }
}
main > #recycle > #flow .flow_container .flow_container_text-wrap {
  padding: 30px 30px 20px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_container .flow_container_text-wrap {
    padding: 15px;
  }
}
main > #recycle > #flow .flow_container .flow_container_text-wrap.p0 {
  padding: 0;
}
main > #recycle > #flow .flow_container.flow_container_bg-gray {
  background-color: #F0F0F0;
  padding: 30px 30px 40px 30px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_container.flow_container_bg-gray {
    padding: 15px;
  }
}
main > #recycle > #flow .flow_container_bg-gray {
  background-color: #F0F0F0;
  padding: 30px 30px 40px 30px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_container_bg-gray {
    padding: 15px;
  }
}
main > #recycle > #flow .text_red_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px;
  border: 2px #C3000B solid;
  color: #C3000B;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .text_red_wrap {
    font-size: 24px;
    height: 60px;
    padding: 0;
  }
}
main > #recycle > #flow .flow_text_title {
  min-height: 70px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66666666;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_text_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_text_title {
    min-height: 0;
    margin-bottom: 10px;
  }
}
main > #recycle > #flow .text_red {
  color: #C3000B;
}
main > #recycle > #flow .flow_container_bg-gray {
  background-color: #f0f0f0;
  padding: 30px 30px 40px 30px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_container_bg-gray {
    padding: 20px;
  }
}
main > #recycle > #flow .flow_text_big {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow {
    font-size: 22px;
  }
}
main > #recycle > #flow .flow_text_big.btn1 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  line-height: 1.333333;
  padding: 0 10px;
  border: 2px #C3000B solid;
  color: #C3000B;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: url(../img/icon_arrow_red01.svg) no-repeat right 30px center / 40px 40px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
@media screen and (max-width: 1100px) {
  main > #recycle > #flow .flow_text_big.btn1 a {
    padding: 0;
    font-size: 24px;
    background: url(../img/icon_arrow_red01.svg) no-repeat right 10px center / 25px 40px #fff;
  }
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_text_big.btn1 a {
    padding: 0;
    font-size: 18px;
    background: url(../img/icon_arrow_red01.svg) no-repeat right 10px center / 25px 40px #fff;
  }
}
@media screen and (max-width: 370px) {
  main > #recycle > #flow .flow_text_big.btn1 a {
    padding: 0;
    font-size: 14px;
    background: url(../img/icon_arrow_red01.svg) no-repeat right 10px center / 20px 40px #fff;
  }
}
main > #recycle > #flow .flow_recycleseal_grid {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 3.38983%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_recycleseal_grid {
    display: block;
  }
}
main > #recycle > #flow .flow_recycleseal_grid .flow_img_item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_recycleseal_grid .flow_img_item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
main > #recycle > #flow .flow_recycleseal_grid img {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_recycleseal_grid img {
    max-width: 250px;
  }
}
main > #recycle > #flow .flow_recycleseal_grid .help_text2 {
  line-height: 1.7;
  font-size: 16px;
}
main > #recycle > #flow .flow_text_big {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .flow_text_big {
    padding: 0;
  }
}
main > #recycle > #flow .center {
  text-align: center;
}
main > #recycle > #flow .br_show {
  display: none;
}
@media screen and (max-width: 1024px) {
  main > #recycle > #flow .br_show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .pc_show {
    display: none;
  }
}
main > #recycle > #flow .sp_show {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .sp_show {
    display: block;
  }
}
main > #recycle > #flow .fz18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .fz18 {
    font-size: 16px;
  }
}
main > #recycle > #flow .btn01 {
  margin-top: 40px;
}
main > #recycle > #flow .btn01 a {
  display: block;
  padding: 30px;
  border: #F4D0D1 5px solid;
  color: #C3000B;
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/icon_arrow_01.svg) no-repeat right 24px center / 40px 40px #FBF6F3;
}
@media screen and (max-width: 768px) {
  main > #recycle > #flow .btn01 a {
    padding: 18px;
    font-size: 20px;
    background-position: right 10px bottom 10px;
    background-size: 30px 30px;
  }
}
main > #recycle > #flow .btn01 a:hover {
  background-color: #fff;
  border-color: #C3000B;
  text-decoration: none;
}
main > #recycle > #facility .facility_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_text.mt15 {
    margin-top: 15px;
  }
}
main > #recycle > #facility .facility_text_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66666666;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_text_title {
    font-size: 16px;
  }
}
main > #recycle > #facility .facility_btn.btn1 {
  max-width: 570px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_btn.btn1 {
    margin-bottom: 30px;
  }
}
main > #recycle > #facility .facility_btn.btn1 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 24px;
  border: 1px #d0d0d0 solid;
  border-radius: 5px;
  color: #C3000B;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/icon_arrow_01.svg) no-repeat right 24px center / 24px 24px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_btn.btn1 a {
    font-size: 16px;
    padding: 0 0 0 14px;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  main > #recycle > #facility .facility_btn.btn1 a {
    background: url(../img/icon_arrow_01.svg) no-repeat right 14px center / 24px 24px #fff;
  }
}
@media screen and (max-width: 370px) {
  main > #recycle > #facility .facility_btn.btn1 a {
    background: url(../img/icon_arrow_01.svg) no-repeat right 8px center / 24px 24px #fff;
    font-size: 14px;
  }
}
main > #recycle > #facility .facility_list {
  margin-top: 30px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_list {
    padding: 0;
  }
}
main > #recycle > #facility .facility_list__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_list__table {
    table-layout: auto;
  }
}
main > #recycle > #facility .facility_list__table th, main > #recycle > #facility .facility_list__table td {
  border: 1px solid #bbb;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_list__table th, main > #recycle > #facility .facility_list__table td {
    font-size: 14px;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 425px) {
  main > #recycle > #facility .facility_list__table th, main > #recycle > #facility .facility_list__table td {
    font-size: 12px;
    padding: 5px;
    line-height: 1.5;
  }
}
main > #recycle > #facility .facility_list__number {
  text-align: center;
  font-weight: bold;
  width: 40px;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_list__number {
    width: 30px;
  }
}
main > #recycle > #facility .facility_list__group_odd {
  background-color: #F4F2F1;
}
main > #recycle > #facility .facility_list__group_even {
  background-color: #DCE3F7;
}
main > #recycle > #facility .facility_box {
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  border: 1px solid #CCCCCC;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.66666666;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_box {
    font-size: 18px;
    padding-top: 0;
    padding: 15px;
  }
}
main > #recycle > #facility .facility_number {
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  color: #C3000B;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_number {
    font-size: 22px;
  }
}
main > #recycle > #facility .facility_number a {
  color: #C3000B;
  text-decoration: none;
  font-size: 46px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main > #recycle > #facility .facility_number a {
    font-size: 30px;
  }
}
main > #recycle > #facility .facility_center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  margin-top: 0;
}
main > #recycle > #related-regulations {
  padding-bottom: 200px;
  margin-top: 80px;
}
main > #recycle > #related-regulations .card_container {
  display: flex;
  gap: 35px;
}
main > #recycle > #related-regulations .card {
  width: 300px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}
main > #recycle > #related-regulations .card .card_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
main > #recycle > #related-regulations .card .card_list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
main > #recycle > #related-regulations .card .card_list .card_list_item {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  color: #222;
}
main > #recycle > #related-regulations .card .card_list .card_list_item span {
  text-decoration: underline;
}
main > #recycle > #related-regulations .card .card_list .card_list_item::before {
  content: "• ";
  color: #C3000B;
}
main > #recycle > #related-regulations .related-regulations_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  color: #000;
}
main > #recycle > #related-regulations .related-regulations_text.mt80 {
  margin-top: 80px;
}
main > #recycle > #related-regulations .related-regulations_text.mt30 {
  margin-top: 30px;
}
main > #recycle > #related-regulations .related-regulations_text.mt15 {
  margin-top: 15px;
}
main > #recycle > #related-regulations .head {
  display: flex;
  align-items: center;
}
main > #recycle > #related-regulations .head .head_marker {
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #C3000B;
  margin-right: 5px;
}
main > #recycle > #related-regulations .head .head_title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
main > #recycle > #related-regulations .content_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  margin-top: 50px;
}
main > #recycle > #related-regulations .content_wrapper {
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
main > #recycle > #related-regulations .content_wrapper .standards_list {
  list-style: none;
  padding: 0;
}
main > #recycle > #related-regulations .content_wrapper .standards_list .standard_item {
  margin-top: 10px;
}
main > #recycle > #related-regulations .content_wrapper .standards_list .standard_item .related-regulations_text {
  display: inline-block;
  font-size: 16px;
}
main > #recycle > #related-regulations .content_wrapper .standards_list .standard_item .law_link {
  display: inline-block;
  font-size: 16px;
  color: #007acc;
  text-decoration: underline;
  margin-left: 12px;
}
main > #recycle > #related-regulations .content_wrapper .standards_list .standard_item .law_link:hover {
  text-decoration: underline;
}
main > #recycle > #related-regulations .content_wrapper .content_text_wrapper {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
main > #recycle > #related-regulations .content_wrapper .note_box {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f4f4f4;
}
main > #recycle > #related-regulations .text_red {
  color: #C3000B;
}
main > #recycle > #related-regulations .asterisk {
  color: #C3000B;
  font-size: 12px;
}
main > #recycle > #related-regulations .text_wrap {
  padding: 15px;
  border: 1px solid #bbb;
  background-color: #FFFFFF;
}
main > #recycle > #related-regulations .text_wrap .related-regulations_text {
  margin: 5px 0;
}
main > #recycle > #related-regulations .img_wrapper {
  padding: 25px;
}
main > #recycle > #related-regulations .img_wrapper img {
  max-width: 100%;
  height: auto;
}
main > #recycle > #related-regulations .fz14 {
  font-size: 14px;
}
main > #recycle > #related-regulations .mt10 {
  margin-top: 10px;
}
main > #recycle > #related-regulations .mt15 {
  margin-top: 15px;
}
main > #recycle > #related-regulations .mt30 {
  margin-top: 30px;
}
main > #recycle > #related-regulations .mt40 {
  margin-top: 40px;
}
main > #recycle > #related-regulations .mt50 {
  margin-top: 50px;
}
main > #recycle > #related-regulations .mt60 {
  margin-top: 60px;
}
main > #recycle > #related-regulations .mt80 {
  margin-top: 80px;
}
main > #recycle > #related-regulations .mt100 {
  margin-top: 100px;
}
main > #recycle > #related-regulations .pb30 {
  padding-bottom: 30px;
}
main > #recycle > #related-regulations .pb80 {
  padding-bottom: 80px;
}
main > #recycle #purpose figure {
  margin-bottom: 40px;
}
main > #recycle #purpose #recyclingSystem {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem {
    margin: 60px 0;
  }
}
main > #recycle #purpose #recyclingSystem h2 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  color: #C3000B;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem h2 {
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
main > #recycle #purpose #recyclingSystem h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  left: 0;
  top: 15px;
  background: url(/assets/img/logomark.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem h2:before {
    width: 30px;
    height: 30px;
    top: 12px;
  }
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem h2 {
    font-size: 24px;
  }
}
main > #recycle #purpose #recyclingSystem .c2_1 > div {
  border: #C3000B 2px solid;
}
main > #recycle #purpose #recyclingSystem .c2_1 > div h3 {
  padding: 5px 10px;
  background-color: #C3000B;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem .c2_1 > div .item {
    padding: 15px;
  }
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item h4 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #C3000B;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #C3000B;
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem .c2_1 > div .item h4 {
    font-size: 18px;
  }
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ul > li {
  position: relative;
  padding: 10px 20px 10px 40px;
  border: #D0D0D0 1px solid;
  font-size: 18px;
  font-weight: bold;
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ul > li:before, main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ul > li:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ul > li:before {
  width: 20px;
  height: 20px;
  left: 15px;
  border-radius: 9999px;
  background-color: #C3000B;
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ul > li:after {
  width: 10px;
  height: 5px;
  left: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ul > li {
    font-size: 16px;
  }
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ul > li:nth-child(n+2) {
  margin-top: 15px;
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ol > li {
  padding: 10px 20px;
  border: #C3000B 1px solid;
  color: #C3000B;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFFAF9;
}
@media screen and (max-width: 768px) {
  main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ol > li {
    padding: 10px 15px;
    font-size: 16px;
  }
}
main > #recycle #purpose #recyclingSystem .c2_1 > div .item > ol > li:nth-child(n+2) {
  margin-top: 15px;
}
main > #recycleseal > #stick .stick_img {
  width: 100%;
  object-fit: cover;
}
main > #recycleseal > #stick .stick_text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #stick .stick_text {
    font-size: 14px;
  }
}
main > #recycleseal .mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt10 {
    margin-top: 5px;
  }
}
main > #recycleseal .mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt15 {
    margin-top: 10px;
  }
}
main > #recycleseal .mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt30 {
    margin-top: 20px;
  }
}
main > #recycleseal .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt40 {
    margin-top: 30px;
  }
}
main > #recycleseal .mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt50 {
    margin-top: 34px;
  }
}
main > #recycleseal .mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt60 {
    margin-top: 45px;
  }
}
main > #recycleseal .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt80 {
    margin-top: 60px;
  }
}
main > #recycleseal .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mt100 {
    margin-top: 75px;
  }
}
main > #recycleseal .mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mb40 {
    margin-bottom: 30px;
  }
}
main > #recycleseal .mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .mb80 {
    margin-bottom: 60px;
  }
}
main > #recycleseal .pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .pb80 {
    padding-bottom: 60px;
  }
}
main > #recycleseal .pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .pb100 {
    padding-bottom: 75px;
  }
}
main > #recycleseal .sp_show {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #recycleseal .sp_show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main > #recycleseal .pc_show {
    display: none;
  }
}
main > #recycleseal > #kind .entry p {
  text-indent: 1em;
}
main > #recycleseal > #kind #info {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind #info {
    margin-bottom: 60px;
  }
}
main > #recycleseal > #kind h2 {
  background-color: #ffeeea;
  padding: 16px 30px;
  font-size: 24px;
  font-weight: 700;
  color: #c3000b;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind h2 {
    padding: 15px;
    font-size: 20px;
  }
}
main > #recycleseal > #kind p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .text_center {
  text-align: center;
}
main > #recycleseal > #kind .grid_h2 {
  margin-top: 100px;
}
@media screen and (max-width: 375px) {
  main > #recycleseal > #kind .grid_h2 {
    margin-top: 20px;
  }
}
main > #recycleseal > #kind .kind_heading {
  margin-top: 40px;
  text-align: center;
  background-color: #c3000b;
  color: #ffffff;
  padding: 15px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_heading {
    margin-top: 30px;
    font-size: 20px;
  }
}
main > #recycleseal > #kind .kind_body {
  display: flex;
  background-color: #f0f0f0;
  padding: 4% 4% 4% 7.6%;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_body {
    padding: 4%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
main > #recycleseal > #kind .kind_img img {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 0.7428571429;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_img img {
    max-width: 160px;
  }
}
main > #recycleseal > #kind .kind_img p {
  color: #c3000b;
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_img p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
main > #recycleseal > #kind .kind_content_wrap {
  margin-left: 7.6%;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_content_wrap {
    margin-left: 0;
  }
}
main > #recycleseal > #kind .kind_content_title {
  font-size: 22px;
  font-weight: 700;
  color: #c3000b;
  letter-spacing: 0;
  line-height: 1.3636;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_content_title {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
  }
}
main > #recycleseal > #kind .kind_content_title span {
  font-size: 30px;
  font-weight: 900;
  line-height: 2.125;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_content_title span {
    font-size: 22px;
    line-height: 1.5;
  }
}
main > #recycleseal > #kind .kind_content_title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c3000b;
}
main > #recycleseal > #kind .kind_content_text {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_content_text {
    font-size: 16px;
  }
}
main > #recycleseal > #kind .kind_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.944444;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_text {
    font-size: 16px;
  }
}
main > #recycleseal > #kind .text_red {
  color: #c3000b;
}
main > #recycleseal > #kind .kind_recycleseal_container {
  gap: 3.38983%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
main > #recycleseal > #kind .kind_recycleseal_container2 {
  gap: 3.38983%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_container2 {
    display: block;
  }
}
main > #recycleseal > #kind .kind_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
main > #recycleseal > #kind .kind_recycleseal_wrap {
  padding: 30px 30px 60px;
  border: 1px solid #c3000b;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_wrap {
    padding: 20px 20px 30px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_wrap p {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.8888;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_wrap p {
    font-size: 16px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_wrap img {
  aspect-ratio: 0.7;
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
main > #recycleseal > #kind .kind_text_wrap .text_title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.42857;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_text_wrap .text_title {
    font-size: 16px;
  }
}
main > #recycleseal > #kind .kind_text_wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_text_wrap p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .kind_text_wrap p span {
  font-weight: 900;
}
main > #recycleseal > #kind .kind_btn.btn1 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  height: 80px;
  padding: 0 24px;
  border: 1px #d0d0d0 solid;
  color: #c3000b;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/icon_arrow_01.svg) no-repeat right 24px center / 24px 24px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_btn.btn1 a {
    height: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  main > #recycleseal > #kind .kind_btn.btn1 a {
    background: url(../img/icon_arrow_01.svg) no-repeat right 14px center / 24px 24px #fff;
    font-size: 14px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  margin-top: 30px;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item_wrap {
  border: 1px solid #c3000b;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item_wrap img {
  max-width: 111px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 0;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item_wrap p {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8888;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item1-1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item2-1 {
  grid-row: 1 / 2;
  grid-column: 2 / 4;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item1-2 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item2-2 {
  grid-row: 1 / 2;
  grid-column: 3 / 5;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item3 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item3 .kind_img_item_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item3 .kind_img_item_wrap {
    padding: 0 40px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item3 .kind_img_item_wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  max-width: 111px;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item3 p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item3 p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item4 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item4 .kind_img_item_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item4 .kind_img_item_wrap {
    padding: 0 40px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item4 .kind_img_item_wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  max-width: 111px;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item4 p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item4 p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item5 {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item5 .kind_img_item_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item5 .kind_img_item_wrap {
    padding: 0 40px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item5 .kind_img_item_wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  max-width: 111px;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item5 p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item5 p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item6 {
  grid-row: 2 / 3;
  grid-column: 4 / 5;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item6 .kind_img_item_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item6 .kind_img_item_wrap {
    padding: 0 40px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item6 .kind_img_item_wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  max-width: 111px;
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item6 p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item6 p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item1-1 p, main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item2-1 p, main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item1-2 p, main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item2-2 p {
  font-size: 18px;
  font-weight: 700;
  color: #c3000b;
  letter-spacing: 0;
  line-height: 1.8888;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item1-1 p, main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item2-1 p, main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item1-2 p, main > #recycleseal > #kind .kind_recycleseal_grid .kind_img_item2-2 p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .sp_only {
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .pc_only {
    display: none;
  }
}
main > #recycleseal > #kind .grid_sp, main > #recycleseal > #kind .grid_sp2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50px 3fr minmax(50px, auto) auto;
  gap: 20px;
  margin-top: 30px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
main > #recycleseal > #kind .grid_sp img, main > #recycleseal > #kind .grid_sp2 img {
  max-width: 111px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
  padding: 15px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* 幅を100%に拡大 */
  height: 100%;
  /* 高さを100%に拡大 */
  object-fit: contain;
}
main > #recycleseal > #kind .grid_sp p, main > #recycleseal > #kind .grid_sp2 p {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8888;
}
main > #recycleseal > #kind .grid_sp .kind_img_item_wrap, main > #recycleseal > #kind .grid_sp2 .kind_img_item_wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border: 1px solid #c3000b;
}
main > #recycleseal > #kind .grid_sp .item1, main > #recycleseal > #kind .grid_sp2 .item1 {
  grid-column: 1 / 2;
  grid-row: 1;
}
main > #recycleseal > #kind .grid_sp .item2, main > #recycleseal > #kind .grid_sp2 .item2 {
  grid-column: 1 / -1;
  grid-row: 3;
}
main > #recycleseal > #kind .grid_sp .item3, main > #recycleseal > #kind .grid_sp2 .item3 {
  grid-column: 1 / 2;
  grid-row: 2;
}
main > #recycleseal > #kind .grid_sp .item4, main > #recycleseal > #kind .grid_sp2 .item4 {
  grid-column: 1 / 2;
  grid-row: 4;
}
main > #recycleseal > #kind .grid_sp .item5, main > #recycleseal > #kind .grid_sp2 .item5 {
  grid-column: 2 / 2;
  grid-row: 4;
}
main > #recycleseal > #kind .grid_sp .item6, main > #recycleseal > #kind .grid_sp2 .item6 {
  grid-column: 1 / -1;
  grid-row: 1;
}
main > #recycleseal > #kind .grid_sp .item7, main > #recycleseal > #kind .grid_sp2 .item7 {
  grid-column: 1 / -1;
  grid-row: 3;
}
main > #recycleseal > #kind .grid_sp .item8, main > #recycleseal > #kind .grid_sp2 .item8 {
  grid-column: 1 / 2;
  grid-row: 2;
}
main > #recycleseal > #kind .grid_sp .item9, main > #recycleseal > #kind .grid_sp2 .item9 {
  grid-column: 2 / 2;
  grid-row: 2;
}
main > #recycleseal > #kind .grid_sp .item10, main > #recycleseal > #kind .grid_sp2 .item10 {
  grid-column: 1 / 2;
  grid-row: 4;
}
main > #recycleseal > #kind .grid_sp .item11, main > #recycleseal > #kind .grid_sp2 .item11 {
  grid-column: 2 / 2;
  grid-row: 4;
}
main > #recycleseal > #kind .grid_sp .item12, main > #recycleseal > #kind .grid_sp2 .item12 {
  grid-column: 1 / 2;
  grid-row: 1;
}
main > #recycleseal > #kind .grid_sp .item13, main > #recycleseal > #kind .grid_sp2 .item13 {
  grid-column: 2 / 2;
  grid-row: 1;
}
main > #recycleseal > #kind .grid_sp .item14, main > #recycleseal > #kind .grid_sp2 .item14 {
  grid-column: 1 / 2;
  grid-row: 2;
}
main > #recycleseal > #kind .grid_sp .item15, main > #recycleseal > #kind .grid_sp2 .item15 {
  grid-column: 2 / 2;
  grid-row: 2;
}
main > #recycleseal > #kind .grid_sp .item16, main > #recycleseal > #kind .grid_sp2 .item16 {
  grid-column: 1 / 2;
  grid-row: 2;
}
main > #recycleseal > #kind .grid_sp .item17, main > #recycleseal > #kind .grid_sp2 .item17 {
  grid-column: 2 / 2;
  grid-row: 2;
}
main > #recycleseal > #kind .grid_sp .item18, main > #recycleseal > #kind .grid_sp2 .item18 {
  grid-column: 1 / 2;
  grid-row: 4;
}
main > #recycleseal > #kind .grid_sp .item19, main > #recycleseal > #kind .grid_sp2 .item19 {
  grid-column: 2 / 2;
  grid-row: 4;
}
main > #recycleseal > #kind .grid_sp .item20, main > #recycleseal > #kind .grid_sp2 .item20 {
  grid-column: 1 / -1;
  grid-row: 1;
}
main > #recycleseal > #kind .grid_sp .item21, main > #recycleseal > #kind .grid_sp2 .item21 {
  grid-column: 1 / -1;
  grid-row: 3;
}
main > #recycleseal > #kind .grid_sp .item1 p, main > #recycleseal > #kind .grid_sp .item2 p, main > #recycleseal > #kind .grid_sp .item6 p, main > #recycleseal > #kind .grid_sp .item7 p, main > #recycleseal > #kind .grid_sp2 .item1 p, main > #recycleseal > #kind .grid_sp2 .item2 p, main > #recycleseal > #kind .grid_sp2 .item6 p, main > #recycleseal > #kind .grid_sp2 .item7 p {
  font-size: 18px;
  font-weight: 700;
  color: #c3000b;
  letter-spacing: 0;
  line-height: 1.8888;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .grid_sp .item1 p, main > #recycleseal > #kind .grid_sp .item2 p, main > #recycleseal > #kind .grid_sp .item6 p, main > #recycleseal > #kind .grid_sp .item7 p, main > #recycleseal > #kind .grid_sp2 .item1 p, main > #recycleseal > #kind .grid_sp2 .item2 p, main > #recycleseal > #kind .grid_sp2 .item6 p, main > #recycleseal > #kind .grid_sp2 .item7 p {
    font-size: 14px;
  }
}
main > #recycleseal > #kind .grid_sp {
  grid-template-rows: 50px 3fr minmax(50px, auto) auto;
}
main > #recycleseal > #kind .grid_sp2 {
  display: grid;
  grid-template-rows: 1fr minmax(250px, auto) auto;
  grid-template-columns: repeat(2, 1fr);
}
main > #recycleseal > #kind .none {
  display: none;
}
main > #recycleseal > #kind .sp_show {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .sp_show {
    display: grid;
  }
}
main > #recycleseal > #kind .sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .sp_only {
    display: grid;
  }
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .pc_show {
    display: none;
  }
}
main > #recycleseal > #kind .text_center {
  text-align: center;
}
main > #recycleseal > #kind .kind_table {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  border-collapse: collapse;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_table {
    font-size: 16px;
    margin-top: 30px;
  }
}
main > #recycleseal > #kind .kind_table th, main > #recycleseal > #kind .kind_table td {
  border: 1px solid #999;
  text-align: center;
  padding: 12px;
}
main > #recycleseal > #kind .kind_table th {
  font-weight: bold;
}
@media (max-width: 768px) {
  main > #recycleseal > #kind .kind_table {
    font-size: 14px;
  }
  main > #recycleseal > #kind .kind_table th, main > #recycleseal > #kind .kind_table td {
    padding: 8px;
  }
}
main > #recycleseal > #kind .kind_bottom_img img {
  object-fit: cover;
  width: 100%;
  max-width: 1180px;
}
main > #recycleseal > #kind .kind_bottom_img .kind_img_flex img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #kind .kind_bottom_img .kind_img_flex img {
    max-width: 130px;
  }
}
main > #recycleseal > #kind .kind_img_flex {
  display: flex;
  align-items: center;
}
main > #recycleseal > #buy {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy {
    margin-top: 60px;
  }
}
main > #recycleseal > #buy .buy_text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_text {
    font-size: 14px;
  }
}
main > #recycleseal > #buy .buy_text_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66666666;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_text_title {
    font-size: 16px;
  }
}
main > #recycleseal > #buy .text_red {
  color: #c3000b;
}
main > #recycleseal > #buy .buy_btn.btn2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/buy_icon.svg) no-repeat right 24px center / 60px 60px #fff;
  font-size: 30px;
  font-weight: 700;
  color: #c3000b;
  height: 100px;
  border: none;
  text-decoration: none;
  transition: opacity 0.7s;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_btn.btn2 a {
    justify-content: left;
    background: url(../img/buy_icon.svg) no-repeat right 24px center / 40px 40px #fff;
    font-size: 24px;
    height: 80px;
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  main > #recycleseal > #buy .buy_btn.btn2 a {
    background: url(../img/buy_icon.svg) no-repeat right 14px center / 40px 40px #fff;
  }
}
main > #recycleseal > #buy .btn_border_red {
  border: 2px solid #c3000b;
}
main > #recycleseal > #buy .buy_btn.btn1 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  height: 80px;
  padding: 0 24px;
  border: 1px #d0d0d0 solid;
  border-radius: 5px;
  color: #c3000b;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/icon_arrow_01.svg) no-repeat right 24px center / 24px 24px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_btn.btn1 a {
    font-size: 16px;
    padding: 10px;
    height: 60px;
  }
}
@media screen and (max-width: 375px) {
  main > #recycleseal > #buy .buy_btn.btn1 a {
    background: url(../img/icon_arrow_01.svg) no-repeat right 14px center / 24px 24px #fff;
  }
}
@media screen and (max-width: 370px) {
  main > #recycleseal > #buy .buy_btn.btn1 a {
    font-size: 14px;
    background: url(../img/icon_arrow_01.svg) no-repeat right 10px center / 24px 24px #fff;
  }
}
main > #recycleseal > #buy .buy_items {
  width: 95%;
  max-width: 1180px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_items {
    width: 95%;
  }
}
main > #recycleseal > #buy .buy_item {
  position: relative;
  padding-left: 50px;
  border-left: solid 1px #c3000b;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_item {
    padding-left: 35px;
  }
}
main > #recycleseal > #buy .buy_item:last-child {
  border-left: none;
}
main > #recycleseal > #buy .buy_item .buy_btn {
  max-width: 570px;
}
main > #recycleseal > #buy .buy_item .buy_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  line-height: 1.2;
  width: 60px;
  height: 60px;
  padding-top: 5px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  color: #c3000b;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  border: 1px solid #c3000b;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_item .buy_circle {
    width: 50px;
    height: 50px;
  }
}
main > #recycleseal > #buy .buy_item .buy_circle .buy_number {
  font-size: 24px;
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #c3000b;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_item .buy_circle .buy_number {
    font-size: 20px;
  }
}
main > #recycleseal > #buy .buy_item .buy_header {
  display: flex;
  align-items: center;
}
main > #recycleseal > #buy .buy_item .buy_header .buy_header_title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.25;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #recycleseal > #buy .buy_item .buy_header .buy_header_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  main > #recycleseal #user-protection .btn1 a {
    padding-left: 20px;
    text-align: left;
  }
}
main > #search > ul > li {
  padding-bottom: 10px;
  border-bottom: 1px #c0c0c0 solid;
}
main > #search > ul > li + li {
  margin-top: 10px;
}
main > #search > ul > li a {
  color: #C3000B;
}
main > #system > #related-regulations .card_container {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .card_container {
    gap: 25px;
  }
}
main > #system > #related-regulations .card {
  width: 300px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .card {
    padding: 20px;
  }
}
main > #system > #related-regulations .card .card_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .card .card_title {
    gap: 18px;
  }
}
main > #system > #related-regulations .card .card_list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
main > #system > #related-regulations .card .card_list .card_list_item {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  color: #222;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .card .card_list .card_list_item {
    font-size: 14px;
  }
}
main > #system > #related-regulations .card .card_list .card_list_item span {
  text-decoration: underline;
}
main > #system > #related-regulations .card .card_list .card_list_item::before {
  content: "• ";
  color: #C3000B;
}
main > #system > #related-regulations .law_index {
  line-height: 1.8;
  color: #007acc;
  padding: 20px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .law_index {
    padding: 15px;
  }
}
main > #system > #related-regulations .law_index h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
}
main > #system > #related-regulations .law_index ol {
  padding-left: 20px;
  list-style-type: decimal;
}
main > #system > #related-regulations .law_index ol ol {
  padding-left: 20px;
  list-style-type: lower-alpha;
}
main > #system > #related-regulations .law_index ol ul {
  padding-left: 20px;
  list-style-type: none;
}
main > #system > #related-regulations .law_index .law_link {
  color: #007acc;
  text-decoration: none;
}
main > #system > #related-regulations .law_index .law_link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .law_index {
    font-size: 13px;
  }
  main > #system > #related-regulations .law_index ol {
    padding-left: 15px;
  }
  main > #system > #related-regulations .law_index ol ol {
    padding-left: 15px;
  }
  main > #system > #related-regulations .law_index ol ul {
    padding-left: 15px;
  }
}
main > #system > #related-regulations .related-regulations_text {
  font-weight: 500;
  line-height: 2.125;
  color: #000;
}
main > #system > #related-regulations .related-regulations_text.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .related-regulations_text.mt80 {
    margin-top: 60px;
  }
}
main > #system > #related-regulations .related-regulations_text.mt30 {
  margin-top: 30px;
  margin-top: 20px;
}
main > #system > #related-regulations .related-regulations_text.mt15 {
  margin-top: 15px;
  margin-top: 10px;
}
main > #system > #related-regulations #RR01, main > #system > #related-regulations #RR011, main > #system > #related-regulations #RR012, main > #system > #related-regulations #RR0121, main > #system > #related-regulations #RR0122, main > #system > #related-regulations #RR013, main > #system > #related-regulations #RR014, main > #system > #related-regulations #RR02, main > #system > #related-regulations #RR021, main > #system > #related-regulations #RR022, main > #system > #related-regulations #RR023, main > #system > #related-regulations #RR024, main > #system > #related-regulations #RR025, main > #system > #related-regulations #RR026, main > #system > #related-regulations #RR027, main > #system > #related-regulations #RR03 {
  padding-top: 10px;
  margin-top: -10px;
}
main > #system > #related-regulations .head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .head {
    align-items: flex-start;
  }
}
main > #system > #related-regulations .head .head_marker {
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #C3000B;
  margin-right: 5px;
}
main > #system > #related-regulations .head .head_title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .head .head_title {
    font-size: 20px;
    line-height: 1.6;
    margin-top: -5px;
  }
}
main > #system > #related-regulations .head.mt100 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .head.mt100 {
    margin-top: 40px !important;
  }
}
main > #system > #related-regulations .content_title.mt50 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .content_title.mt50 {
    margin-top: 20px !important;
  }
}
main > #system > #related-regulations .content_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .content_title {
    font-size: 18px;
    line-height: 1.5;
  }
}
main > #system > #related-regulations .content_wrapper {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  main > #system > #related-regulations .content_wrapper {
    padding: 10px;
  }
}
main > #system > #related-regulations .content_wrapper .standards_list {
  list-style: none;
  padding: 0;
}
main > #system > #related-regulations .content_wrapper .standards_list .standard_item {
  margin-top: 10px;
}
main > #system > #related-regulations .content_wrapper .standards_list .standard_item .related-regulations_text {
  display: inline-block;
}
main > #system > #related-regulations .content_wrapper .standards_list .standard_item .law_link {
  display: inline-block;
  color: #007acc;
  text-decoration: underline;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .content_wrapper .standards_list .standard_item .law_link {
    font-size: 14px;
  }
}
main > #system > #related-regulations .content_wrapper .standards_list .standard_item .law_link:hover {
  text-decoration: none;
}
main > #system > #related-regulations .content_wrapper .content_text_wrapper {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 20px;
}
main > #system > #related-regulations .content_wrapper .note_box {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f4f4f4;
}
main > #system > #related-regulations .text_red {
  color: #C3000B;
}
main > #system > #related-regulations .asterisk {
  color: #C3000B;
  font-size: 12px;
}
main > #system > #related-regulations .text_wrap {
  padding: 15px;
  border: 1px solid #bbb;
  background-color: #FFFFFF;
}
main > #system > #related-regulations .text_wrap .related-regulations_text {
  margin: 5px 0;
}
main > #system > #related-regulations .img_wrapper {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .img_wrapper {
    padding: 0;
    margin-top: 10px;
  }
}
main > #system > #related-regulations .img_wrapper img {
  max-width: 100%;
  height: auto;
}
main > #system > #related-regulations .mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt10 {
    margin-top: 5px;
  }
}
main > #system > #related-regulations .mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt15 {
    margin-top: 10px;
  }
}
main > #system > #related-regulations .mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt30 {
    margin-top: 20px;
  }
}
main > #system > #related-regulations .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt40 {
    margin-top: 30px;
  }
}
main > #system > #related-regulations .mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt50 {
    margin-top: 35px;
  }
}
main > #system > #related-regulations .mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt60 {
    margin-top: 45px;
  }
}
main > #system > #related-regulations .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt80 {
    margin-top: 60px;
  }
}
main > #system > #related-regulations .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .mt100 {
    margin-top: 75px;
  }
}
main > #system > #related-regulations .pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main > #system > #related-regulations .pb80 {
    padding-bottom: 60px;
  }
}
main > #tools .c5_2 {
  margin-top: 30px;
}
main > #tools .c5_2 > * {
  text-align: center;
}
main > #tools .c5_2 > * a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #tools .c5_2 > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #tools .c5_2 > * a:hover {
    opacity: 1;
  }
}
main > #tools .c5_2 > * a:hover img {
  opacity: 1;
}
main > #tools .c5_2 > * a img {
  margin: 0 auto;
}
main > #tools .pamphlet {
  margin: 40px 0;
}
main > #tools .pamphlet > * + * {
  margin-top: 40px;
}
main > #top #topWrap {
  position: relative;
}
main > #top #visual_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap {
    height: auto;
  }
}
main > #top #visual_wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  max-width: none;
  left: 50%;
  top: 0;
  background-color: #F0F0F0;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap:after {
    content: none;
  }
}
main > #top #visual_wrap #slider {
  position: relative;
  display: block;
  display: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
main > #top #visual_wrap #slider:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
@media (min-width: 769px) {
  main > #top #visual_wrap #slider {
    width: 1280px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap #slider {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
}
main > #top #visual_wrap #slider.slick-initialized {
  display: block;
}
main > #top #visual_wrap #slider figure {
  float: left;
}
main > #top #visual_wrap #slider .slick-track {
  display: block;
  max-width: none;
}
main > #top #visual_wrap #slider .slide-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
main > #top #visual_wrap #slider .slide-arrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}
main > #top #visual_wrap #slider .slide-arrow.prev-arrow {
  left: 33vw;
}
main > #top #visual_wrap #slider .slide-arrow.prev-arrow:before {
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap #slider .slide-arrow.prev-arrow {
    left: 25px;
  }
}
main > #top #visual_wrap #slider .slide-arrow.next-arrow {
  right: 33vw;
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap #slider .slide-arrow.next-arrow {
    right: 25px;
  }
}
main > #top #visual_wrap #slider .slick-list {
  overflow: hidden;
}
main > #top #visual_wrap #slider .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap #slider .slick-dots {
    line-height: 1;
    bottom: -25px;
  }
}
main > #top #visual_wrap #slider .slick-dots > * {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: top;
}
main > #top #visual_wrap #slider .slick-dots li.slick-active button {
  background-color: #000;
}
main > #top #visual_wrap #slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #aaa;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap #slider .slick-dots button {
    width: 4px;
    height: 4px;
    margin: 0 2px;
  }
}
@media (min-width: 769px) {
  main > #top #visual_wrap #visual {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  main > #top #visual_wrap #visual {
    position: static;
  }
}
main > #top #visual_wrap #visual .inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
main > #top #topMenu {
  width: 330px;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 769px) {
  main > #top #topMenu {
    position: absolute;
    margin-left: auto;
    top: calc(600px - 55%);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  main > #top #topMenu {
    width: 100%;
    margin: 10px 0 20px;
    box-shadow: 0px 3px 10px #00000029;
  }
}
main > #top #topMenu #acceptBtn a {
  display: block;
  max-width: none;
  width: 303px;
  height: 178px;
  background: url(/assets/img/topBtn01.png) center center no-repeat;
  background-size: contain;
  transition: 0.5s;
}
main > #top #topMenu #acceptBtn a:hover {
  background-image: url(/assets/img/topBtn02.png);
  transition: 0.5s;
  opacity: 0.6;
}
main > #top #topMenu #accept_btn {
  position: relative;
  max-width: none;
  width: calc(100% + 22px);
  left: -9px;
}
main > #top #topMenu #accept_btn a {
  display: block;
}
main > #top #topMenu ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  main > #top #topMenu ul {
    margin-top: 0;
  }
}
main > #top #topMenu ul li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
main > #top #topMenu ul li:nth-child(2n) {
  margin-right: 0;
}
main > #top #topMenu ul li:nth-child(n+3) {
  margin-top: 10px;
}
main > #top #topMenu ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 10px 10px;
  color: #fff;
  text-align: center;
  background: transparent linear-gradient(180deg, #C3000B 0%, #9A000A 100%) 0% 0% no-repeat;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
main > #top #topMenu ul li a figure img {
  margin: auto;
}
main > #top #topMenu ul li a i {
  display: block;
  margin-top: 5px;
}
main > #top #topMenu ul li a:hover {
  background-image: linear-gradient(180deg, #EB3349 0%, #F45C43 51%, #EB3349 100%);
  box-shadow: inherit;
  text-decoration: none;
}
main > #top #topMenu ul li a:hover img {
  opacity: 1;
}
main > #top #topMenu ul li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: 4px;
  right: 3px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #fff;
}
main > #top #top_link {
  padding: 60px 0 20px;
}
@media screen and (max-width: 768px) {
  main > #top #top_link {
    padding-top: 30px;
  }
}
main > #top #top_link > div a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  padding: 30px;
  border: transparent 5px solid;
  text-align: center;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  main > #top #top_link > div a {
    padding: 15px;
  }
}
main > #top #top_link > div a:hover {
  box-shadow: 0px 0px 10px #00000029;
  background-color: #fff !important;
  text-decoration: none;
  transition: 0.7s;
}
main > #top #top_link > div a:hover img {
  opacity: 1;
}
main > #top #top_link > div a figure img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  main > #top #top_link > div a figure img {
    width: auto;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  main > #top #top_link > div a p {
    font-size: 15px;
  }
}
main > #top #top_link > div a strong {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main > #top #top_link > div a strong {
    font-size: 18px;
  }
}
main > #top #top_link > div#dispose a {
  border-color: #F4D0D1;
  background-color: #FFEDEA;
}
main > #top #top_link > div#dispose a:hover {
  border-color: #C3000B;
}
main > #top #top_link > div#dispose a strong {
  color: #C3000B;
}
@media screen and (max-width: 768px) {
  main > #top #top_link > div#know {
    margin-top: 15px;
  }
}
main > #top #top_link > div#know a {
  border-color: #C9E6E8;
  background-color: #EAF9FA;
}
main > #top #top_link > div#know a:hover {
  border-color: #2BA6B1;
}
main > #top #top_link > div#know a strong {
  color: #2BA6B1;
}
@media screen and (max-width: 768px) {
  main > #top #top_link > div#organization {
    margin-top: 15px;
  }
}
main > #top #top_link > div#organization a {
  border-color: #CBDDF4;
  background-color: #EBF3FD;
}
main > #top #top_link > div#organization a:hover {
  border-color: #014099;
}
main > #top #top_link > div#organization a strong {
  color: #014099;
}
main > #top #information {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  main > #top #information {
    padding-top: 30px;
  }
}
main > #top #information .col3 > * {
  position: relative;
  padding: 40px;
  font-size: 18px;
  box-shadow: 0px 0px 10px #00000029;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #top #information .col3 > *:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #top #information .col3 > *:hover {
    opacity: 1;
  }
}
main > #top #information .col3 > *:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main > #top #information .col3 > * {
    padding: 20px;
  }
}
main > #top #information .col3 > *:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_arrow_02.svg) no-repeat center / cover;
}
main > #top #information .col3 > *:nth-child(3n + 1):after {
  filter: invert(45%) sepia(12%) saturate(5817%) hue-rotate(335deg) brightness(101%) contrast(101%);
}
main > #top #information .col3 > *:nth-child(3n + 2):after {
  filter: invert(51%) sepia(21%) saturate(3624%) hue-rotate(148deg) brightness(99%) contrast(66%);
}
main > #top #information .col3 > *:nth-child(3n):after {
  filter: invert(10%) sepia(74%) saturate(5765%) hue-rotate(208deg) brightness(96%) contrast(102%);
}
main > #top #information .col3 > * strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main > #top #information .col3 > * strong {
    font-size: 21px;
  }
}
main > #top #information .col3 > * p {
  line-height: 1.4;
}
main > #top #information .information {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  border: 2px #CCCCCC solid;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  main > #top #information .information {
    flex-flow: column;
    padding: 25px;
  }
}
main > #top #information .information > div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #information .information > div {
    display: contents;
  }
}
main > #top #information .information > div em {
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.9px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #information .information > div em {
    order: 1;
  }
}
main > #top #information .information > div a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px auto 0;
  color: #0645ad;
}
@media screen and (max-width: 768px) {
  main > #top #information .information > div a {
    order: 3;
  }
}
main > #top #information .information > div a:after {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/icon_arrow_03.svg) no-repeat center / cover;
  filter: brightness(0) saturate(100%) invert(16%) sepia(41%) saturate(6431%) hue-rotate(215deg) brightness(95%) contrast(95%);
}
main > #top #information .information ul {
  position: relative;
  width: calc(100% - 200px);
  padding: 0 30px;
  max-height: 150px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  main > #top #information .information ul {
    order: 2;
    width: 100%;
    min-height: 250px;
    margin: 20px 0;
    padding: 0;
  }
}
main > #top #information .information ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #CCCCCC;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  main > #top #information .information ul:before {
    display: none;
  }
}
main > #top #information .information ul li + li {
  margin-top: 20px;
}
main > #top #information .information ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.7s;
}
main > #top #information .information ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main > #top #information .information ul li a:hover {
    opacity: 1;
  }
}
main > #top #information .information ul li a:hover img {
  opacity: 1;
}
main > #top #information .information ul li a > * {
  display: block;
  font-size: 14px;
}
main > #top #information .information ul li a:hover > p {
  text-decoration: none;
}
main > #top #information .information ul li a > i {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 20px;
  margin: 0 10px;
  line-height: 1;
  background-color: #f0f0f0;
}
main > #top #information .information ul li a > p {
  color: #0645ad;
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main > #top #information .information ul li a > p {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
main > #top #content {
  position: relative;
  padding: 80px 0 130px;
}
@media screen and (max-width: 768px) {
  main > #top #content {
    padding: 50px 0;
  }
}
main > #top #content:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background: linear-gradient(180deg, #f0f0f0 0%, #e0e0e0 100%);
  translate: -50% 0;
}
main > #top #content .col4 {
  margin: 0 auto;
}
main > #top #content .col4 > * {
  position: relative;
  padding-bottom: 10px;
}
main > #top #content .col4 > * figure img {
  margin: auto;
}
main > #top #content .col4 > * b {
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #top #content .col4 > *:before {
    position: absolute;
    left: 10px;
    top: 10px;
  }
}
main > #top #content .col4 a {
  border-color: #F4D0D1;
  border-width: 5px;
  border-radius: 0;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  main > #top #content .col4 a {
    padding: 20px 15px 10px 15px;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}
main > #top #content .col4 a:hover {
  border-color: #C3000B;
  transition: 0.7s;
}
main > #top #content .col4 a figure img {
  width: auto;
}
@media screen and (max-width: 768px) {
  main > #top #content .col4 a figure img {
    height: 50px;
  }
}
main > #top #qa {
  padding: 80px 0 130px;
}
@media screen and (max-width: 768px) {
  main > #top #qa {
    padding: 50px 0;
  }
}
main > #top #qa .col3 {
  width: 1000%;
  margin: 0 auto;
}
main > #top #qa .col3 > * b {
  display: block;
  text-align: center;
}
main > #top .note strong {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #C3000B;
}
@media screen and (max-width: 768px) {
  main > #top .note strong {
    font-size: 20px;
    line-height: 1.6;
  }
}
main > #top .note > div {
  padding: 50px 50px 50px 60px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  main > #top .note > div {
    padding: 20px;
  }
}
main > #top .note > div .btn1 {
  position: relative;
  z-index: 0;
}
main > #top .note > div .btn1 a {
  background-color: #fff !important;
}
main > #top .note > div .btn1 a:hover {
  background-color: transparent !important;
}
main > #top .btn2 {
  margin-top: 80px;
}
main > #top .btn2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/buy_icon.svg) no-repeat right 24px center / 60px 60px #fff;
  font-size: 30px;
  font-weight: 700;
  color: #c3000b;
  height: 100px;
  border: none;
  text-decoration: none;
  transition: opacity 0.7s;
  border: 2px solid #c3000b;
}
@media screen and (max-width: 768px) {
  main > #top .btn2 a {
    padding-left: 15px;
    height: 80px;
    font-size: 20px;
    justify-content: flex-start;
    background-size: 40px;
    background-position: right 10px center;
  }
}
main > #top #jfemaBn {
  width: 500px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  main > #top #jfemaBn {
    width: 90%;
    margin-top: 50px;
  }
}
main > #top #jfemaBn a {
  display: block;
  box-shadow: 0px 3px 10px #00000029;
}
