@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP";
  scroll-behavior: smooth;
}

body {
  position: relative;
}

section, .footer {
  display: flex;
  justify-content: center;
}
section .wrapper, .footer .wrapper {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}
section .wrapper .content, .footer .wrapper .content {
  display: flex;
  width: 100%;
}

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 30px 10px 30px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.header .content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .content .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .content .top .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .content .top .left a img {
  max-width: 200px;
}
.header .content .top .right {
  display: flex;
  gap: 20px;
}
.header .content .top .right .phone-box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
}
.header .content .top .right .phone-box .t {
  font-weight: 600;
}
.header .content .top .right .phone-box .t, .header .content .top .right .phone-box .st {
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.header .content .top .right .phone-box .t .time, .header .content .top .right .phone-box .st .time {
  color: #B61400;
}
.header .content .top .right .phone-box .icon-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .content .top .right .phone-box .icon-c img {
  max-width: 28px;
  max-height: 28px;
}
.header .content .top .right .phone-box .icon-c .num {
  font-size: 1.7rem;
  font-weight: 500;
  color: #B61400;
  letter-spacing: 1px;
}
.header .content .top .right .search-btn {
  background-color: #B61400;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px 6px 30px;
  box-shadow: 0 4px 0 #7E0E00;
  height: calc(100% - 4px);
  border-radius: 10px;
  position: relative;
}
.header .content .top .right .search-btn::before {
  content: "簡単1分無料査定！";
  color: #000;
  background-color: #FFD800;
  position: absolute;
  top: -10px;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 500;
}
.header .content .top .right .search-btn .t {
  font-size: 1.4rem;
  font-weight: 500;
}
.header .content .top .right .search-btn .st {
  font-weight: 300;
  font-size: 0.8rem;
}
.header .content .top .right .search-btn:hover {
  box-shadow: 0 1px 0 #7E0E00;
  top: 3px;
}
.header .content .top .h-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #B61400;
  width: 70px;
  height: 70px;
}
.header .content .top .h-menu .stick {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 20px;
  width: 38px;
}
.header .content .top .h-menu.on .stick {
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header .content .top .h-menu.on .stick.fst {
  top: 6px;
  transform: rotate(45deg);
}
.header .content .top .h-menu.on .stick.scd {
  display: none;
  opacity: 0;
}
.header .content .top .h-menu.on .stick.thd {
  top: -7px;
  transform: rotate(-45deg);
}
.header .content .menu {
  display: flex;
}
.header .content .menu .tab {
  display: flex;
  justify-content: center;
  padding: 6px 0;
  flex: 1;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border-right: 1px solid #B2B2B2;
}
.header .content .menu .tab.first {
  border-left: 1px solid #B2B2B2;
}

.sm-menu {
  display: flex;
  opacity: 0;
  transition: opacity 0.2s ease;
  background-color: #fff;
  pointer-events: none;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  padding-top: 120px;
  justify-content: flex-start;
  padding-left: 30px;
  position: fixed;
  top: 0;
  left: 0;
}
.sm-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sm-menu .menu .tab {
  color: #000;
  text-decoration: none;
}
.sm-menu.on {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 9;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-crp {
  display: flex;
  flex-direction: column;
  padding: 200px 30px 60px 30px;
  position: relative;
  align-items: center;
  background-image: url(/images/office-bg.webp);
  background-size: cover;
}
.top-crp .wrapper {
  position: relative;
}
.top-crp .wrapper .crp-img {
  position: absolute;
  max-width: 300px;
}
.top-crp .wrapper .crp-img.mtg {
  bottom: 0;
  z-index: 3;
  right: 424px;
}
.top-crp .wrapper .crp-img.rst {
  top: 0;
  right: 230px;
  z-index: 2;
}
.top-crp .wrapper .content {
  justify-content: space-between;
}
.top-crp .wrapper .content .l {
  display: flex;
  flex-direction: column;
  z-index: 4;
}
.top-crp .wrapper .content .l .t {
  font-size: 3.2rem;
  color: #B61400;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.top-crp .wrapper .content .l .t .smaller {
  color: #000;
  font-size: 86%;
}
.top-crp .wrapper .content .l .box {
  background-color: #B61400;
  color: #fff;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  font-weight: 500;
  margin-bottom: 20px;
}
.top-crp .wrapper .content .l .bg-c {
  display: flex;
  width: 100%;
  gap: 10px;
}
.top-crp .wrapper .content .l .bg-c .img-c .bg {
  width: 100%;
  max-width: 144px;
}
.top-crp .wrapper .content .r {
  display: flex;
}
.top-crp .wrapper .content .r img {
  max-width: 320px;
  position: relative;
  top: 64px;
}

.topview {
  display: flex;
  flex-direction: column;
  padding: 160px 0 0 0;
  position: relative;
  align-items: center;
  margin-bottom: 90px;
}
.topview .carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.topview .carousel .slider {
  display: flex;
  animation: 30s slide infinite linear;
}
.topview .carousel .slider img {
  height: 340px;
  object-fit: cover;
}
.topview .carousel .t-box {
  display: none;
  flex-direction: column;
  background-color: #fff;
  padding: 30px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  position: relative;
}
.topview .carousel .t-box .tags {
  display: flex;
  gap: 8px;
  position: absolute;
  top: -18px;
}
.topview .carousel .t-box .tags .tag {
  display: flex;
  padding: 6px 10px;
  background-color: #B61400;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
}
.topview .carousel .t-box .t {
  font-size: 3.2rem;
  font-weight: 600;
}
.topview .carousel .t-box .t.red {
  color: #B61400;
}
.topview .wrapper {
  padding: 0 30px;
  position: absolute;
  bottom: -90px;
}
.topview .wrapper .content {
  justify-content: space-between;
}
.topview .wrapper .content .l {
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
.topview .wrapper .content .l .t-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  opacity: 0.9;
  padding: 30px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  position: relative;
  box-shadow: 4px 4px 0px 2px rgba(0, 0, 0, 0.1);
}
.topview .wrapper .content .l .t-box .tags {
  display: flex;
  gap: 8px;
  position: absolute;
  top: -18px;
  left: 30px;
}
.topview .wrapper .content .l .t-box .tags .tag {
  display: flex;
  padding: 6px 10px;
  background-color: #B61400;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
}
.topview .wrapper .content .l .t-box .t {
  font-size: 3.2rem;
  font-weight: 600;
}
.topview .wrapper .content .l .t-box .t.red {
  color: #B61400;
}
.topview .wrapper .content .r {
  display: flex;
}
.topview .wrapper .content .r img {
  max-width: 320px;
}
.topview.pcm {
  padding: 200px 0 60px 0;
  background-image: url(/images/precious-metals-bg.webp);
  background-size: cover;
  margin-bottom: 0;
}
.topview.pcm .wrapper {
  position: relative;
  padding: 0;
  bottom: unset;
}
.topview.pcm .wrapper .pcm-img {
  position: absolute;
}
.topview.pcm .wrapper .pcm-img.tif {
  max-width: 350px;
  left: calc(50% - 110px);
  top: -70px;
}
.topview.pcm .wrapper .pcm-img.rgs {
  max-width: 280px;
  top: 30px;
  right: 160px;
}
.topview.pcm .wrapper .pcm-img.gbs {
  bottom: 0;
  max-width: 230px;
  left: calc(50% - 74px);
}
.topview.pcm .wrapper .pcm-img.gmt {
  max-width: 130px;
  left: calc(50% - 85px);
  bottom: -20px;
}
.topview.pcm .wrapper .pcm-img.ctr {
  max-width: 100px;
  top: 70px;
  left: calc(50% - 130px);
}
.topview.pcm .wrapper .pcm-img.lvh {
  bottom: -28px;
  max-width: 300px;
  left: calc(50% + 38px);
}
.topview.pcm .wrapper .content .l .t-box {
  box-shadow: none;
  background-color: transparent;
  align-items: flex-start;
}
.topview.pcm .wrapper .content .l .t-box .tags {
  top: unset;
  bottom: -18px;
}
.topview.pcm .wrapper .content .l .t-box .tags .tag {
  background-color: #676767;
}
.topview.pcm .wrapper .content .l .t-box .top {
  display: flex;
  width: 100%;
  gap: 16px;
  padding-left: 4px;
  margin-bottom: 10px;
}
.topview.pcm .wrapper .content .l .t-box .top .ht {
  display: flex;
  flex-direction: column;
}
.topview.pcm .wrapper .content .l .t-box .top .ht span {
  font-size: 1rem;
  font-weight: 500;
}
.topview.pcm .wrapper .content .l .t-box .top .ht span.big {
  font-size: 1.4rem;
}
.topview.pcm .wrapper .content .l .t-box .top .ht span.big .smaller {
  font-size: 70%;
}
.topview.pcm .wrapper .content .l .t-box .top .g-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CC9933;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0px 16px;
  border-radius: 6px;
  font-family: "Noto Serif JP";
}
.topview.pcm .wrapper .content .l .t {
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.topview.pcm .wrapper .content .l .t.red {
  color: #CC9933;
}
.topview.pcm .wrapper .content .r img {
  position: relative;
  top: 64px;
}

.subview {
  padding: 300px 30px 40px 30px;
  background-color: #F9F8F5;
}
.subview .content {
  position: relative;
}
.subview .content .path {
  position: absolute;
  top: -100px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.subview .content .path .base {
  text-decoration: none;
  color: #B61400;
}
.subview .content .path .mid {
  text-decoration: none;
  color: #000;
}
.subview .content .t {
  font-size: 2.2rem;
}

.t-intro {
  padding: 60px 30px;
}
.t-intro .content {
  flex-direction: column;
}
.t-intro .content .t {
  font-size: 2.4rem;
}
.t-intro .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.t-intro .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.t-intro .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.t-intro .content .desc {
  letter-spacing: 1px;
  line-height: 1.6;
}

.cta {
  padding: 40px 30px;
  background-color: #92453B;
  position: relative;
}
.cta .triangle {
  width: 700px;
  height: 200px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 0;
  opacity: 0.3;
}
.cta .content {
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta .content .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.cta .content .top .rt {
  background-color: #FF0000;
  color: #fff;
  padding: 4px 10px;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 6px;
}
.cta .content .top .t {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.cta .content .btn-c {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.cta .content .btn-c .cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  width: 360px;
  padding: 20px 0;
  border-radius: 10px;
  gap: 4px;
  box-shadow: 0 6px 0 #CACACA;
  position: relative;
}
.cta .content .btn-c .cta-btn::before {
  content: "お急ぎの方はこちら";
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 60px;
  position: absolute;
  top: -13px;
  border-radius: 6px;
}
.cta .content .btn-c .cta-btn .i-top {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #B61400;
  font-weight: 600;
  letter-spacing: 1px;
  gap: 10px;
}
.cta .content .btn-c .cta-btn .i-top img {
  max-width: 32px;
  max-height: 32px;
}
.cta .content .btn-c .cta-btn .i-bot {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}
.cta .content .btn-c .cta-btn:hover {
  top: 4px;
  box-shadow: 0 2px 0 #CACACA;
}
.cta .content .btn-c .cta-btn.scd {
  background-color: #B61400;
  box-shadow: 0 6px 0 #7E0E00;
}
.cta .content .btn-c .cta-btn.scd::before {
  content: "簡単1分無料査定！";
  background-color: #FFD800;
  color: #000;
}
.cta .content .btn-c .cta-btn.scd .i-top {
  font-size: 1.8rem;
  color: #fff;
}
.cta .content .btn-c .cta-btn.scd .i-bot {
  color: #fff;
}
.cta .content .btn-c .cta-btn.scd:hover {
  top: 4px;
  box-shadow: 0 2px 0 #7E0E00;
}
.cta .content .lg-btn {
  width: 740px;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
  padding: 13px;
  display: flex;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
}
.cta .content .lg-btn img {
  width: 20px;
  position: absolute;
  right: 16px;
  top: 20px;
}

.measures {
  padding: 60px 30px 0 30px;
  background-color: #fff;
}
.measures .content {
  flex-direction: column;
  gap: 20px;
  background-color: #F4D7D4;
  padding: 30px;
  border-radius: 10px;
}
.measures .content .t {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.measures .content .box-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.measures .content .box-c .box {
  width: 216px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #B61400;
  border-radius: 10px;
}
.measures .content .box-c .box .mt {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.2rem;
}
.measures .content .box-c .box img {
  max-width: 100px;
}

.badges {
  padding: 60px 30px 0 30px;
}
.badges .content {
  flex-direction: column;
}
.badges .content .t {
  font-size: 2.4rem;
}
.badges .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.badges .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.badges .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.badges .content .card-c {
  display: flex;
}
.badges .content .card-c .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #B2B2B2;
}
.badges .content .card-c .card.first {
  border-left: 1px solid #B2B2B2;
}
.badges .content .card-c .card img {
  width: 100%;
  margin-bottom: 26px;
}
.badges .content .card-c .card .desc {
  line-height: 1.6;
  letter-spacing: 1px;
}
.badges .content .card-c .card .desc .red {
  color: #FF0000;
  font-weight: 600;
}
.badges .content .card-c .card .desc .smaller {
  font-size: 0.8rem;
  margin-top: 20px;
}
.badges .content .card-c .card .desc strong {
  font-weight: 600;
}
.badges .content .cta-label {
  font-size: 1.4rem;
  color: #B61400;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 100px;
  font-weight: 600;
}

.cases {
  padding: 120px 30px 60px 30px;
}
.cases .content {
  flex-direction: column;
}
.cases .content .t {
  font-size: 2.4rem;
}
.cases .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.cases .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.cases .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.cases .content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cases .content .grid .gi {
  display: flex;
  border: 2px solid #D9D9D9;
  padding: 24px;
  border-radius: 10px;
  gap: 20px;
}
.cases .content .grid .gi .img-c {
  flex: 1;
}
.cases .content .grid .gi .img-c img {
  width: 100%;
}
.cases .content .grid .gi .tb {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cases .content .grid .gi .tb .ct {
  font-size: 1.6rem;
  color: #B61400;
  font-weight: 600;
  letter-spacing: 2px;
}
.cases .content .grid .gi .tb .tag {
  background-color: #FFD800;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 2px 12px;
  border-radius: 8px;
}
.cases .content .grid .gi .tb .desc {
  letter-spacing: 1px;
  line-height: 1.6;
}

.expert-check {
  padding: 90px 30px 60px 30px;
}
.expert-check .content {
  display: flex;
  gap: 40px;
}
.expert-check .content .t {
  font-size: 2rem;
  font-weight: 600;
  color: #B61400;
  margin-bottom: 16px;
}
.expert-check .content .left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.expert-check .content .left .t {
  display: none;
}
.expert-check .content .left img {
  width: 100%;
}
.expert-check .content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.expert-check .content .right .desc {
  letter-spacing: 1px;
  line-height: 1.6;
}

.text-image {
  padding: 60px 30px;
}
.text-image .content {
  flex-direction: column;
}
.text-image .content .t {
  font-size: 2.4rem;
}
.text-image .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.text-image .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.text-image .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.text-image .content .ct {
  display: flex;
  gap: 40px;
}
.text-image .content .ct .left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.text-image .content .ct .left img {
  width: 100%;
}
.text-image .content .ct .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.text-image .content .ct .right .desc {
  letter-spacing: 1px;
  line-height: 1.6;
}

.comparison {
  padding: 60px 30px;
}
.comparison .content {
  flex-direction: column;
}
.comparison .content .t {
  font-size: 2.4rem;
}
.comparison .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.comparison .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.comparison .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.comparison .content .pt {
  font-size: 1.4rem;
  color: #B61400;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #B61400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.comparison .content .pyramid-c {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.comparison .content .pyramid-c img {
  position: absolute;
  max-width: 100px;
  right: -6px;
  top: 0;
}
.comparison .content .pyramid-c .p-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.comparison .content .pyramid-c .p-top .arrow {
  background-color: #B61400;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 6px 14px;
  margin-right: 40px;
}
.comparison .content .pyramid-c .p-top .arrow::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid #B61400;
  top: 0;
}
.comparison .content .pyramid-c .p-top .pst {
  color: #B61400;
  font-weight: 600;
}
.comparison .content .pyramid-c .pyramid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comparison .content .pyramid-c .pyramid .pl {
  width: 100%;
  display: flex;
  background-color: #fff;
  border: 2px solid #B61400;
  border-bottom: none;
  padding: 20px;
}
.comparison .content .pyramid-c .pyramid .pl.fst {
  border-radius: 10px 10px 0 0;
}
.comparison .content .pyramid-c .pyramid .pl.thd {
  background-color: #B61400;
  border-radius: 0 0 10px 10px;
}
.comparison .content .pyramid-c .pyramid .pl.thd .left .cmp, .comparison .content .pyramid-c .pyramid .pl.thd .right {
  color: #fff;
}
.comparison .content .pyramid-c .pyramid .pl .left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .content .pyramid-c .pyramid .pl .left .cmp {
  color: #B61400;
  font-weight: 500;
  font-size: 1.2rem;
}
.comparison .content .pyramid-c .pyramid .pl .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #B61400;
  align-items: center;
  justify-content: center;
}
.comparison .content .pyramid-c .pyramid .pl .right .unit {
  font-size: 0.8rem;
}
.comparison .content .pyramid-c .pyramid .pl .right .price {
  font-size: 1.8rem;
  font-weight: 500;
}
.comparison .content .pyramid-c .pyramid .pl .right .price .smaller {
  font-size: 50%;
}

.checks {
  padding: 0px 30px 60px 30px;
}
.checks .content {
  flex-direction: column;
  align-items: center;
}
.checks .content .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
  position: relative;
  top: 78px;
  background-color: #fff;
}
.checks .content .top h2 {
  font-size: 2.4rem;
}
.checks .content .top h2 .red {
  color: #B61400;
}
.checks .content .ch-c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 3px solid #B61400;
  padding: 100px 30px 30px 30px;
  border-radius: 10px;
  gap: 24px;
}
.checks .content .ch-c .ch {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  padding: 16px;
  flex: 1;
}
.checks .content .ch-c .ch img {
  max-width: 30px;
}
.checks .content .ch-c .ch .cht {
  font-size: 1.4rem;
}

.condition {
  padding: 60px 30px 0 30px;
}
.condition .content {
  flex-direction: column;
}
.condition .content .t {
  font-size: 2.4rem;
}
.condition .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.condition .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.condition .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.condition .content .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.condition .content .grid .gi {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
  padding: 16px;
}
.condition .content .grid .gi .gt {
  margin-bottom: 12px;
  text-align: center;
}
.condition .content .grid .gi img {
  max-height: 110px;
}
.condition .content .grid .gi .badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  background-color: #B61400;
  color: #fff;
  border-radius: 50%;
  line-height: 1.2;
  bottom: 16px;
  right: 16px;
}
.condition .content .grid .gi .badge .smaller {
  font-size: 0.75rem;
}
.condition .content .grid .gi .badge .reg {
  font-size: 1.1rem;
  font-weight: 500;
}

.metals-list {
  padding: 60px 30px;
}
.metals-list .content {
  flex-direction: column;
}
.metals-list .content .t {
  font-size: 2.4rem;
}
.metals-list .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.metals-list .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.metals-list .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.metals-list .content .info {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.metals-list .content .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
.metals-list .content .grid .gi {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.metals-list .content .grid .gi.nl {
  pointer-events: none;
}
.metals-list .content .grid .gi img {
  margin-bottom: 20px;
  height: 120px;
}
.metals-list .content .grid .gi .gt {
  text-align: center;
}
.metals-list .content .genre-table {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
}
.metals-list .content .genre-table .head {
  font-size: 1.4rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}
.metals-list .content .genre-table p {
  letter-spacing: 1px;
  line-height: 2.5;
  font-weight: 500;
}
.metals-list .content .genre-table p .sl {
  color: #D9D9D9;
  font-weight: 400;
}

.products {
  padding: 60px 30px;
}
.products .content {
  flex-direction: column;
}
.products .content .t {
  font-size: 2.4rem;
}
.products .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.products .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.products .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.products .content .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.products .content .grid .gi {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.products .content .grid .gi.nl {
  pointer-events: none;
}
.products .content .grid .gi img {
  max-width: 100px;
  margin-bottom: 20px;
}
.products .content .grid .gi .gt {
  text-align: center;
}
.products .content .grid .gi.last {
  border-color: #B61400;
  color: #B61400;
}
.products .content .grid .gi.last .arrow-c {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.products .content .grid .gi.last .arrow-c .arrow {
  background-color: #B61400;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: fit-content;
}
.products .content .grid .gi.last .arrow-c .arrow img {
  width: 20px;
  margin: 0;
}
.products .content .cta-label {
  font-size: 1.4rem;
  color: #B61400;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 60px;
  font-weight: 600;
}

.locations {
  padding: 60px 30px;
}
.locations .content {
  flex-direction: column;
}
.locations .content .t {
  font-size: 2.4rem;
}
.locations .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.locations .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.locations .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.locations .content .box {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.locations .content .box .l img {
  width: 100%;
  max-width: 420px;
  object-fit: cover;
}
.locations .content .box .r {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.locations .content .box .r .rt {
  font-weight: 600;
  color: #B61400;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
.locations .content .box .r .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.locations .content .box .r .grid .gi {
  text-decoration: none;
  font-size: 1.3rem;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #000;
  font-weight: 500;
}
.locations .content .box .r .grid .gi.last {
  border-color: #B61400;
  color: #B61400;
  font-size: 1.1rem;
  position: relative;
}
.locations .content .box .r .grid .gi.last img {
  max-width: 16px;
  transform: rotate(90deg);
  position: absolute;
  right: 18px;
}
.locations .content .lg {
  font-weight: 600;
  border: 2px solid #B61400;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #B61400;
}

.nayami {
  padding: 100px 30px 0 30px;
}
.nayami.np {
  padding-top: 60px;
}
.nayami.pcm .content {
  background-color: #F5EDDC;
  border-radius: 10px 10px 0 0;
  padding-bottom: 0;
}
.nayami .content {
  flex-direction: column;
  background-color: #FFF5D8;
  padding: 60px;
  border-radius: 10px;
}
.nayami .content .top {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  margin-bottom: 60px;
}
.nayami .content .top img {
  position: absolute;
  max-width: 360px;
  left: 50px;
  top: -120px;
}
.nayami .content .top .t {
  background: linear-gradient(transparent 70%, #FEF100 70%);
  letter-spacing: 2px;
  font-size: 2.8rem;
}
.nayami .content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.nayami .content .grid .gi {
  display: flex;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
}
.nayami .content .grid .gi.spc img {
  object-fit: cover;
  border-radius: 10px;
}
.nayami .content .grid .gi img {
  max-width: 110px;
}
.nayami .content .grid .gi .r {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.nayami .content .grid .gi .r .gt {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.step-boxes {
  padding: 60px 30px;
}
.step-boxes .content {
  flex-direction: column;
}
.step-boxes .content .t {
  font-size: 2.4rem;
}
.step-boxes .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.step-boxes .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.step-boxes .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.step-boxes .content .disclaimer {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.step-boxes .content .card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.step-boxes .content .card .head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  gap: 14px;
}
.step-boxes .content .card .head .num {
  font-size: 2.4rem;
  color: #B61400;
  font-weight: 600;
  position: relative;
  top: 8px;
}
.step-boxes .content .card .head .ht {
  font-size: 1.4rem;
  font-weight: 400;
}
.step-boxes .content .card .head .ht.b {
  font-weight: 600;
}
.step-boxes .content .card .desc {
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 0.9rem;
}
.step-boxes .content .arrow-c {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.step-boxes .content .arrow-c .arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 24px solid #B61400;
}

.step-text {
  padding: 0 30px;
}
.step-text .content {
  flex-direction: column;
}
.step-text .content .card {
  display: flex;
  flex-direction: column;
  padding: 30px 60px;
  background-color: #F5EDDC;
}
.step-text .content .card .dv {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
.step-text .content .card .dv .red {
  background-color: #B58629;
  flex: 1;
  height: 3px;
}
.step-text .content .card .dv .gray {
  background-color: #CC9933;
  flex: 9;
  height: 1px;
}
.step-text .content .card .head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 14px;
}
.step-text .content .card .head .num {
  font-size: 2.2rem;
  color: #B58629;
  font-weight: 600;
}
.step-text .content .card .head .ht {
  font-size: 1.8rem;
  font-weight: 400;
}
.step-text .content .card .desc {
  letter-spacing: 1px;
  line-height: 1.6;
}
.step-text .content .card.fst {
  padding-top: 60px;
}
.step-text .content .card.lst {
  border-radius: 0 0 10px 10px;
  padding-bottom: 60px;
}

.reasons {
  padding: 60px 30px;
}
.reasons.sp {
  padding-top: 40px;
}
.reasons .content {
  flex-direction: column;
}
.reasons .content .t {
  font-size: 2.4rem;
}
.reasons .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
.reasons .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.reasons .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.reasons .content .band {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.reasons .content .band img {
  width: 40%;
}
.reasons .content .band .tbox {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reasons .content .band .tbox .st {
  background-color: #FFD800;
  padding: 4px 20px;
  font-weight: 500;
  border-radius: 6px;
  width: fit-content;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.reasons .content .band .tbox .t {
  color: #B61400;
  margin-bottom: 20px;
}
.reasons .content .band .tbox .desc {
  line-height: 1.6;
  letter-spacing: 1px;
}
.reasons .content .btn-c {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
}
.reasons .content .btn-c .rbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #B61400;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 10px;
}
.reasons .content .btn-c .rbtn img {
  max-width: 16px;
  position: absolute;
  right: 20px;
}

.purchases {
  padding: 60px 30px;
}
.purchases .content {
  flex-direction: column;
}
.purchases .content .t {
  font-size: 2.4rem;
}
.purchases .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.purchases .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.purchases .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.purchases .content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.purchases .content .grid .gi {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
}
.purchases .content .grid .gi .top {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}
.purchases .content .grid .gi .top img {
  max-width: 120px;
}
.purchases .content .grid .gi .top .r {
  display: flex;
  flex-direction: column;
}
.purchases .content .grid .gi .top .r .mt, .purchases .content .grid .gi .top .r .mn {
  letter-spacing: 1px;
  font-weight: 500;
}
.purchases .content .grid .gi .top .r .mn {
  margin-bottom: 6px;
}
.purchases .content .grid .gi .top .r .con {
  background-color: #FFD800;
  padding: 2px 6px;
  font-size: 0.8rem;
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 6px;
  font-weight: 500;
}
.purchases .content .grid .gi .top .r .price {
  color: #B61400;
  font-size: 1.6rem;
  font-weight: 600;
}
.purchases .content .grid .gi .mbtn {
  width: 100%;
  background-color: #B61400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 14px 0;
  border-radius: 6px;
  text-decoration: none;
}
.purchases .content .disclaimer {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.6;
}

.options {
  padding: 60px 30px;
}
.options .content {
  flex-direction: column;
}
.options .content .t {
  font-size: 2.4rem;
}
.options .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.options .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.options .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.options .content .tab-container .switch-c {
  display: flex;
  gap: 10px;
  width: 100%;
}
.options .content .tab-container .switch-c .switch {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #B61400;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 14px;
  border: 3px solid #B61400;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  position: relative;
  top: 3px;
  z-index: 1;
}
.options .content .tab-container .switch-c .switch#tk {
  background-color: #B61400;
  color: #fff;
}
.options .content .tab-container .tab {
  display: flex;
  flex-direction: column;
  border: 3px solid #B61400;
  border-radius: 0 0 10px 10px;
  padding: 30px;
}
.options .content .tab-container .tab.tk {
  display: none;
}
.options .content .tab-container .tab .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.options .content .tab-container .tab .top .t-c {
  display: flex;
  gap: 20px;
}
.options .content .tab-container .tab .top .t-c img {
  max-width: 50px;
}
.options .content .tab-container .tab .top .t-c .tab-t {
  font-size: 2.2rem;
  white-space: nowrap;
}
.options .content .tab-container .tab .top .tab-ds {
  letter-spacing: 1px;
}
.options .content .tab-container .tab .mid {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.options .content .tab-container .tab .mid .img-c {
  flex: 1;
}
.options .content .tab-container .tab .mid .img-c img {
  width: 100%;
}
.options .content .tab-container .tab .mid .txt-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.options .content .tab-container .tab .mid .txt-box .tt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.options .content .tab-container .tab .mid .txt-box .check {
  display: flex;
  margin-bottom: 8px;
}
.options .content .tab-container .tab .mid .txt-box .check img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.options .content .tab-container .tab .mid .txt-box .check .ct {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 1.1rem;
}
.options .content .tab-container .tab .rec {
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 2;
}
.options .content .tab-container .tab .rec .yellow {
  background-color: #FFD800;
  padding: 4px 12px;
  border-radius: 8px;
  letter-spacing: 0px;
}
.options .content .tab-container .tab .btn-c {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.options .content .tab-container .tab .btn-c .tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #B61400;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  width: 320px;
}
.options .content .tab-container .tab .btn-c .tab-btn img {
  position: absolute;
  right: 20px;
  max-width: 16px;
}
.options .content .tab-container.tk-active .switch#sc {
  background-color: #B61400;
  color: #fff;
}
.options .content .tab-container.tk-active .switch#tk {
  background-color: #fff;
  color: #B61400;
}
.options .content .tab-container.tk-active .tab {
  display: none;
}
.options .content .tab-container.tk-active .tab.tk {
  display: flex;
}

.identification {
  padding: 60px 30px;
}
.identification .content {
  flex-direction: column;
}
.identification .content .t {
  font-size: 2.4rem;
}
.identification .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.identification .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.identification .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.identification .content .st {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1rem;
}
.identification .content .ch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #B61400;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 30px;
}
.identification .content .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.identification .content .grid .gi {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #D9D9D9;
  padding: 20px;
  border-radius: 10px;
}
.identification .content .grid .gi .gt {
  font-weight: 500;
  margin-bottom: 10px;
}
.identification .content .grid .gi .img-c {
  width: 100%;
}
.identification .content .grid .gi .img-c img {
  width: 100%;
}

.faq {
  padding: 60px 30px;
}
.faq .content {
  flex-direction: column;
}
.faq .content .t {
  font-size: 2.4rem;
}
.faq .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.faq .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.faq .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.faq .content .qa-c {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq .content .qa-c .qa {
  display: flex;
  flex-direction: column;
  border: 2px solid #D9D9D9;
  padding: 16px;
  border-radius: 10px;
  user-select: none;
  transition: border-color 0.2s ease;
}
.faq .content .qa-c .qa.ilist {
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  padding: 24px 16px;
}
.faq .content .qa-c .qa.ilist .q .q-head {
  position: relative;
  padding-left: 30px;
}
.faq .content .qa-c .qa.ilist .q .q-head::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B61400;
  position: absolute;
  left: 0;
}
.faq .content .qa-c .qa.ilist .q .q-head .qt {
  font-size: 1.6rem;
}
.faq .content .qa-c .qa.ilist .a {
  margin-top: 24px;
  padding-top: 24px;
}
.faq .content .qa-c .qa .q {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq .content .qa-c .qa .q .q-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq .content .qa-c .qa .q .q-head .icon-q {
  font-size: 1.4rem;
  color: #B61400;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  top: -4px;
}
.faq .content .qa-c .qa .q .q-head .qt {
  font-size: 1.2rem;
  font-weight: 600;
}
.faq .content .qa-c .qa .q .ico-c {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #B61400;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
.faq .content .qa-c .qa .q .ico-c img {
  max-width: 14px;
  transform: rotate(180deg);
  filter: grayscale(1) brightness(100);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.faq .content .qa-c .qa .a {
  display: none;
  opacity: 0;
  flex-direction: column;
  margin-top: 16px;
  border-top: 2px dotted #D9D9D9;
  padding-top: 16px;
  transition: opacity 0.2s ease;
}
.faq .content .qa-c .qa .a .a-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
.faq .content .qa-c .qa .a .a-grid .gi {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.faq .content .qa-c .qa .a .a-grid .gi img {
  margin-bottom: 20px;
  height: 120px;
}
.faq .content .qa-c .qa .a .a-grid .gi .gt {
  text-align: center;
}
.faq .content .qa-c .qa .a .at {
  line-height: 2.4;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.faq .content .qa-c .qa .a .disclaimer {
  letter-spacing: 1px;
  line-height: 1.6;
}
.faq .content .qa-c .qa .a .ilist-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #B61400;
  width: 100%;
  text-decoration: none;
  color: #B61400;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  margin-top: 30px;
  padding: 18px 0;
}
.faq .content .qa-c .qa .a .ilist-btn img {
  position: absolute;
  right: 16px;
  width: 16px;
  transform: rotate(90deg);
}
.faq .content .qa-c .qa.active {
  border-color: #B61400;
}
.faq .content .qa-c .qa.active.ilist {
  border-width: 4px;
}
.faq .content .qa-c .qa.active .q .ico-c {
  background-color: #FFE4E1;
}
.faq .content .qa-c .qa.active .q .ico-c img {
  filter: none;
  transform: rotate(0deg);
}
.faq .content .qa-c .qa.active .a {
  display: flex;
  opacity: 1;
}
.faq .content .btn-c {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.faq .content .btn-c .faq-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B61400;
  color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 20px 60px;
  text-decoration: none;
  font-size: 0.9rem;
}
.faq .content .btn-c .faq-btn img {
  position: absolute;
  right: 20px;
  max-width: 12px;
}
.faq .content .cta-label {
  font-size: 1.4rem;
  color: #B61400;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 60px;
  font-weight: 600;
}

.footer {
  padding: 60px 30px;
  background-color: #EFEFEF;
}
.footer .content {
  flex-direction: column;
}
.footer .content .top {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.footer .content .top .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.footer .content .top .card .ct {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.footer .content .top .card .cd {
  line-height: 2;
}
.footer .content .top .card .cd.sd {
  margin-bottom: 30px;
}
.footer .content .top .card .img-c {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer .content .top .card .img-c img {
  max-width: 180px;
  margin-bottom: 12px;
}
.footer .content .top .card .badge {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .content .top .card .badge.ft {
  margin-bottom: 20px;
}
.footer .content .top .card .badge .hyogo {
  max-width: 50px;
}
.footer .content .top .card .badge .ihin {
  max-width: 150px;
}
.footer .content .bottom {
  display: flex;
  flex-direction: column;
}
.footer .content .bottom .link-set {
  display: flex;
  flex-direction: column;
}
.footer .content .bottom .link-set.ft {
  margin-bottom: 40px;
}
.footer .content .bottom .link-set .top-link {
  font-size: 1.1rem;
  text-decoration: none;
  color: #000;
  margin-bottom: 24px;
  font-weight: 500;
}
.footer .content .bottom .link-set .top-link img {
  width: 16px;
  transform: rotate(90deg);
  margin-left: 10px;
}
.footer .content .bottom .link-set .link-menu {
  display: flex;
}
.footer .content .bottom .link-set .link-menu .group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .content .bottom .link-set .link-menu .group .link {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}

.copyright {
  background-color: #fff;
  padding: 30px;
}
.copyright .content {
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: 0.9rem;
}
.copyright .content img {
  max-width: 140px;
}
.copyright .content .t {
  position: absolute;
  left: calc(50% - 102px);
}

.cta-float {
  opacity: 0;
  pointer-events: none;
  padding: 22px 8px 16px 8px;
  background-color: #92453B;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 8;
  transition: opacity 0.4s ease;
}
.cta-float .btn-c {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.cta-float .btn-c .cta-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  padding: 16px 10px 14px 10px;
  border-radius: 10px;
  gap: 2px;
  box-shadow: 0 6px 0 #CACACA;
  position: relative;
}
.cta-float .btn-c .cta-btn::before {
  content: "お急ぎの方はこちら";
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  position: absolute;
  top: -13px;
  border-radius: 6px;
}
.cta-float .btn-c .cta-btn .i-top {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #B61400;
  font-weight: 600;
  letter-spacing: 1px;
  gap: 10px;
}
.cta-float .btn-c .cta-btn .i-bot {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.cta-float .btn-c .cta-btn:hover {
  top: 4px;
  box-shadow: 0 2px 0 #CACACA;
}
.cta-float .btn-c .cta-btn.scd {
  background-color: #B61400;
  box-shadow: 0 6px 0 #7E0E00;
}
.cta-float .btn-c .cta-btn.scd::before {
  content: "簡単1分無料査定！";
  background-color: #FFD800;
  color: #000;
}
.cta-float .btn-c .cta-btn.scd .i-top {
  color: #fff;
}
.cta-float .btn-c .cta-btn.scd .i-bot {
  color: #fff;
}
.cta-float .btn-c .cta-btn.scd:hover {
  top: 4px;
  box-shadow: 0 2px 0 #7E0E00;
}
.cta-float.visible {
  opacity: 1;
  pointer-events: all;
}

.lookup-display {
  padding: 30px 30px 60px 30px;
}
.lookup-display .content {
  flex-direction: column;
}
.lookup-display .content .status-bar {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  font-size: 0.9rem;
}
.lookup-display .content .status-bar .stat {
  padding: 2px 12px;
  font-weight: 500;
  border-radius: 4px;
  color: #B2B2B2;
  position: relative;
}
.lookup-display .content .status-bar .stat:not(.s4)::after {
  content: "";
  display: flex;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #CACACA;
  position: absolute;
  right: -28px;
  top: 9px;
}
.lookup-display .content .disclaimer {
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 0.9rem;
  margin-bottom: 40px;
}
.lookup-display .content .panel .ft {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.lookup-display .content .panel .btn-c {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.lookup-display .content .panel .btn-c .next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #B61400;
  color: #fff;
  font-weight: 500;
  width: 250px;
  font-size: 0.9rem;
  padding: 16px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.lookup-display .content .panel .btn-c .next-btn img {
  position: absolute;
  width: 14px;
  right: 12px;
}
.lookup-display .content .panel[open=check-items] .pi.check-items {
  display: flex;
}
.lookup-display .content .panel[open=check-items] .pi:not(.check-items) {
  display: none;
}
.lookup-display .content .panel[open=register-items] .pi.register-items {
  display: flex;
}
.lookup-display .content .panel[open=register-items] .pi:not(.register-items) {
  display: none;
}
.lookup-display .content .panel[open=customer-info] .pi.customer-info {
  display: flex;
}
.lookup-display .content .panel[open=customer-info] .pi:not(.customer-info) {
  display: none;
}
.lookup-display .content .panel[open=submitted] .pi.submitted {
  display: flex;
}
.lookup-display .content .panel[open=submitted] .pi:not(.submitted) {
  display: none;
}
.lookup-display .content .panel .pi {
  display: flex;
  flex-direction: column;
}
.lookup-display .content .panel .pi.register-items {
  display: none;
}
.lookup-display .content .panel .pi.check-items {
  display: none;
}
.lookup-display .content .panel .pi.check-items .q-box {
  display: flex;
  flex-direction: column;
  border: 2px solid #B61400;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 16px;
  margin-bottom: 20px;
}
.lookup-display .content .panel .pi.check-items .q-box .qt {
  color: #B61400;
  margin-bottom: 10px;
  font-weight: 600;
}
.lookup-display .content .panel .pi.check-items .q-box .sg {
  letter-spacing: 1px;
  line-height: 1.6;
}
.lookup-display .content .panel .pi.check-items .items-c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.lookup-display .content .panel .pi.check-items .items-c .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 160px;
}
.lookup-display .content .panel .pi.check-items .items-c .box .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  border: 2px solid #D9D9D9;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  height: 122px;
  font-size: 0.9rem;
  font-weight: 600;
}
.lookup-display .content .panel .pi.check-items .items-c .box .top .it {
  margin-bottom: 8px;
}
.lookup-display .content .panel .pi.check-items .items-c .box .top .item-name {
  font-weight: 400;
}
.lookup-display .content .panel .pi.check-items .items-c .box .bar {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #D9D9D9;
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 0;
  border-radius: 0 0 10px 10px;
  color: #000;
  cursor: pointer;
}
.lookup-display .content .panel .pi.check-items .items-c .box.add-box {
  cursor: pointer;
}
.lookup-display .content .panel .pi.check-items .items-c .box.add-box .img-c {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border: 2px solid #D9D9D9;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.lookup-display .content .panel .pi.check-items .items-c .box.add-box .img-c img {
  width: 60px;
}
.lookup-display .content .panel .pi.check-items .items-c .box.add-box .bar {
  background-color: #B61400;
  color: #fff;
}
.lookup-display .content .panel .pi.customer-info {
  display: none;
}
.lookup-display .content .panel .pi.submitted {
  display: none;
}
.lookup-display .content .panel .pi.submitted .submission-box {
  display: flex;
  flex-direction: column;
  background-color: #FFF5D8;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 50px;
}
.lookup-display .content .panel .pi.submitted .submission-box .st {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.lookup-display .content .panel .pi.submitted .submission-box .kv {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.lookup-display .content .panel .pi.submitted .submission-box .kv .k {
  font-weight: 600;
}
.lookup-display .content .panel .pi.submitted .submission-box .notice {
  letter-spacing: 1px;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
.lookup-display .content:has(.panel[open=register-items]) .status-bar .s1 {
  background-color: #FFD800;
  color: #000;
}
.lookup-display .content:has(.panel[open=register-items]) .status-bar .s1::after {
  border-left-color: #FFD800;
}
.lookup-display .content:has(.panel[open=check-items]) .status-bar .s1, .lookup-display .content:has(.panel[open=check-items]) .status-bar .s2 {
  background-color: #FFD800;
  color: #000;
}
.lookup-display .content:has(.panel[open=check-items]) .status-bar .s1::after, .lookup-display .content:has(.panel[open=check-items]) .status-bar .s2::after {
  border-left-color: #FFD800;
}
.lookup-display .content:has(.panel[open=customer-info]) .status-bar .s1, .lookup-display .content:has(.panel[open=customer-info]) .status-bar .s2, .lookup-display .content:has(.panel[open=customer-info]) .status-bar .s3 {
  background-color: #FFD800;
  color: #000;
}
.lookup-display .content:has(.panel[open=customer-info]) .status-bar .s1::after, .lookup-display .content:has(.panel[open=customer-info]) .status-bar .s2::after, .lookup-display .content:has(.panel[open=customer-info]) .status-bar .s3::after {
  border-left-color: #FFD800;
}
.lookup-display .content:has(.panel[open=submitted]) .status-bar .s1, .lookup-display .content:has(.panel[open=submitted]) .status-bar .s2, .lookup-display .content:has(.panel[open=submitted]) .status-bar .s3, .lookup-display .content:has(.panel[open=submitted]) .status-bar .s4 {
  background-color: #FFD800;
  color: #000;
}
.lookup-display .content:has(.panel[open=submitted]) .status-bar .s1::after, .lookup-display .content:has(.panel[open=submitted]) .status-bar .s2::after, .lookup-display .content:has(.panel[open=submitted]) .status-bar .s3::after {
  border-left-color: #FFD800;
}

.form-sec {
  padding: 60px 30px;
}
.form-sec .content {
  flex-direction: column;
}
.form-sec .content .panel {
  display: none;
  flex-direction: column;
}
.form-sec .content .panel .ft {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.form-sec .content .panel .disclaimer {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.form-sec .content .panel .q-box {
  display: flex;
  flex-direction: column;
  border: 2px solid #B61400;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 16px;
  margin-bottom: 40px;
}
.form-sec .content .panel .q-box .qt {
  color: #B61400;
  margin-bottom: 10px;
  font-weight: 600;
}
.form-sec .content .panel .q-box .sg {
  letter-spacing: 1px;
  line-height: 1.6;
}
.form-sec .content .panel .kv {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.9rem;
  line-height: 1.6;
}
.form-sec .content .panel .kv .k {
  font-weight: 600;
  width: 220px;
}
.form-sec .content .panel .btn-c {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.form-sec .content .panel .btn-c .next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #B61400;
  color: #fff;
  font-weight: 500;
  width: 250px;
  font-size: 0.9rem;
  padding: 16px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.form-sec .content .panel .btn-c .next-btn img {
  position: absolute;
  width: 14px;
  right: 12px;
}
.form-sec .content .panel .submission-box {
  display: flex;
  flex-direction: column;
  background-color: #FFF5D8;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 50px;
}
.form-sec .content .panel .submission-box .st {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.form-sec .content .panel .submission-box .kv {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  border-bottom: none;
  padding: 14px 0;
}
.form-sec .content .panel .submission-box .kv.fst {
  margin-bottom: 0;
}
.form-sec .content .panel .submission-box .kv.lst {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.form-sec .content .panel .submission-box .kv .k {
  font-weight: 600;
  width: 100px;
}
.form-sec .content .panel .submission-box .notice {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.form-sec .content[open=customer-input] .panel.customer-input {
  display: flex;
}
.form-sec .content[open=customer-input] .panel:not(.customer-input) {
  display: none;
}
.form-sec .content[open=check-details] .panel.check-details {
  display: flex;
}
.form-sec .content[open=check-details] .panel:not(.check-details) {
  display: none;
}
.form-sec .content[open=submitted] .panel.submitted {
  display: flex;
}
.form-sec .content[open=submitted] .panel:not(.submitted) {
  display: none;
}

.policy {
  padding: 60px 30px;
}
.policy .content {
  flex-direction: column;
}
.policy .content .t {
  font-size: 2.4rem;
}
.policy .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.policy .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.policy .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.policy .content .policy-block {
  margin-bottom: 48px;
}
.policy .content .policy-block .pt {
  font-size: 1.6rem;
  margin-bottom: 24px;
  position: relative;
  padding-left: 20px;
}
.policy .content .policy-block .pt::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #B61400;
  position: absolute;
  left: 0;
}
.policy .content .policy-block p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.6;
}
.policy .content .policy-block ul {
  font-size: 0.9rem;
}
.policy .content .policy-block ul li {
  margin-left: 30px;
  line-height: 1.6;
}

.company-info {
  padding: 100px 30px 80px 30px;
}
.company-info .content {
  flex-direction: column;
}
.company-info .content .t {
  font-size: 2.4rem;
}
.company-info .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.company-info .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.company-info .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.company-info .content .kv {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.company-info .content .kv .k {
  font-weight: 600;
  width: 180px;
}
.company-info .content .kv .v {
  display: flex;
  flex-direction: column;
}
.company-info .content .kv .v.row {
  flex-direction: row;
  gap: 24px;
}
.company-info .content .kv .v span {
  line-height: 1.6;
}

.find-value {
  padding: 60px 30px;
}
.find-value .content {
  flex-direction: column;
}
.find-value .content .t {
  font-size: 2.4rem;
}
.find-value .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.find-value .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.find-value .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.find-value .content .box {
  display: flex;
  align-items: center;
  gap: 40px;
}
.find-value .content .box .left {
  flex: 1;
}
.find-value .content .box .left .img-c {
  width: 100%;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
}
.find-value .content .box .left .img-c img {
  width: 100%;
}
.find-value .content .box .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.find-value .content .box .right .rt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #B61400;
  margin-bottom: 20px;
}
.find-value .content .box .right .desc {
  letter-spacing: 1px;
  line-height: 1.6;
}

.sitemap {
  padding: 60px 30px;
}
.sitemap .content {
  flex-direction: column;
}
.sitemap .content .lr {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.sitemap .content .lr.nm {
  margin-bottom: 20px;
}
.sitemap .content .lg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
  gap: 16px;
}
.sitemap .content .link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.sitemap .content .link.top {
  font-weight: 600;
}
.sitemap .content .link img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  transform: rotate(90deg);
}

.kaitori-tabs {
  padding: 60px 30px;
}
.kaitori-tabs .content {
  flex-direction: column;
}
.kaitori-tabs .content .t {
  font-size: 2.4rem;
}
.kaitori-tabs .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.kaitori-tabs .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.kaitori-tabs .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.kaitori-tabs .content .tabs {
  display: flex;
  gap: 20px;
}
.kaitori-tabs .content .tabs .tab {
  flex: 1;
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #B61400;
  border-radius: 6px;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}
.kaitori-tabs .content .tabs .tab .ico-left {
  max-width: 40px;
}
.kaitori-tabs .content .tabs .tab .ico-arrow {
  max-width: 16px;
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}

.kaitori-box {
  padding: 0 30px;
}
.kaitori-box.ep {
  padding-top: 60px;
}
.kaitori-box .content {
  align-items: center;
  justify-content: center;
  background-color: #F9F8F5;
  padding: 30px 20px;
  gap: 24px;
  border-radius: 10px;
}
.kaitori-box .content .head {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.kaitori-box .content .head .ht {
  white-space: nowrap;
  font-size: 2.2rem;
}
.kaitori-box .content .head img {
  max-width: 40px;
}
.kaitori-box .content p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.6;
}

.collection-service {
  padding: 60px 30px;
}
.collection-service .content {
  flex-direction: column;
}
.collection-service .content .t {
  font-size: 2.4rem;
}
.collection-service .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.collection-service .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.collection-service .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.collection-service .content .disclaimer {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.collection-service .content .red-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #B61400;
  border-radius: 10px;
  color: #B61400;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 20px;
}
.collection-service .content .cg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}
.collection-service .content .cg .gi {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
}
.collection-service .content .cg .gi img {
  max-width: 120px;
  margin-bottom: 20px;
}
.collection-service .content .cg .gi span {
  font-size: 1.2rem;
  font-weight: 600;
}
.collection-service .content .box {
  display: flex;
  align-items: center;
  gap: 40px;
}
.collection-service .content .box .left {
  flex: 1;
}
.collection-service .content .box .left .img-c {
  width: 100%;
}
.collection-service .content .box .left .img-c img {
  width: 100%;
}
.collection-service .content .box .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.collection-service .content .box .right .rt {
  font-size: 2rem;
  font-weight: 700;
  color: #B61400;
  margin-bottom: 20px;
}
.collection-service .content .box .right .desc {
  letter-spacing: 1px;
  line-height: 1.6;
}

.kaitori-table {
  padding: 60px 30px;
}
.kaitori-table.ep {
  padding-bottom: 80px;
}
.kaitori-table .content {
  flex-direction: column;
}
.kaitori-table .content .t {
  font-size: 2.4rem;
}
.kaitori-table .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.kaitori-table .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.kaitori-table .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.kaitori-table .content .disclaimer {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-size: 0.9rem;
}
.kaitori-table .content .img-c {
  display: flex;
  justify-content: center;
}
.kaitori-table .content .img-c .table {
  width: 70%;
}
.kaitori-table .content .addition {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;
}
.kaitori-table .content .addition .card {
  display: flex;
  flex-direction: column;
  border: 3px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px 30px;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  flex: 1;
}
.kaitori-table .content .addition .card.red {
  border-color: #B61400;
}
.kaitori-table .content .addition .card .ct {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.kaitori-table .content .addition .card .cst {
  color: #B61400;
  font-size: 1.2rem;
}
.kaitori-table .content .addition .op {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B61400;
  border-radius: 50%;
  border: 1px solid #B61400;
}

.about-nav {
  padding: 60px 30px 30px 30px;
}
.about-nav .content {
  flex-direction: column;
}
.about-nav .content .t {
  font-size: 2.4rem;
}
.about-nav .content .dv {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.about-nav .content .dv .red {
  background-color: #B61400;
  flex: 1;
  height: 3px;
}
.about-nav .content .dv .gray {
  background-color: #D9D9D9;
  flex: 4;
  height: 3px;
}
.about-nav .content .disclaimer {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.about-nav .content .disclaimer.sm {
  display: none;
}
.about-nav .content .bar {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 40px;
}
.about-nav .content .bar .tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
}
.about-nav .content .bar .tab img {
  width: 14px;
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}

@media screen and (max-width: 1130px) {
  .nayami .content .top {
    margin-bottom: 0px;
    align-items: center;
  }
  .nayami .content .top img {
    position: unset;
    order: 2;
  }
  .nayami .content .top .t.sd {
    margin-bottom: 36px;
  }
  .nayami .content .grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1020px) {
  .locations .content .box {
    flex-direction: column;
    align-items: center;
  }
  .locations .content .box .r {
    width: 100%;
  }
  .sitemap .content .lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .header {
    padding: 0;
  }
  .header .content .top {
    align-items: center;
    padding-left: 30px;
  }
  .header .content .top .left .locs {
    display: none;
  }
  .header .content .top .left a img {
    max-width: 160px;
  }
  .header .content .top .right {
    display: none;
  }
  .header .content .top .h-menu {
    display: flex;
  }
  .header .content .menu {
    display: none;
  }
  .top-crp {
    padding-top: 120px;
  }
  .top-crp .wrapper {
    bottom: 0;
  }
  .top-crp .wrapper .crp-img.mtg {
    right: unset;
    bottom: -20px;
    z-index: 3;
    left: -20px;
  }
  .top-crp .wrapper .crp-img.rst {
    top: unset;
    right: unset;
    z-index: 2;
    bottom: 56px;
    left: 186px;
  }
  .top-crp .wrapper .content {
    flex-direction: column;
  }
  .top-crp .wrapper .content .r {
    justify-content: flex-end;
  }
  .topview:not(.pcm) {
    padding-top: 70px;
    margin-bottom: 0;
  }
  .topview:not(.pcm) .carousel {
    flex-direction: column;
  }
  .topview:not(.pcm) .carousel .slider {
    animation: unset;
  }
  .topview:not(.pcm) .carousel .slider.fst {
    height: 200px;
  }
  .topview:not(.pcm) .carousel .slider img {
    flex: 1;
    width: 33.3%;
    height: unset;
    max-height: 340px;
  }
  .topview:not(.pcm) .carousel .slider img.rm {
    display: none;
  }
  .topview:not(.pcm) .carousel .t-box {
    display: flex;
  }
  .topview:not(.pcm) .wrapper {
    bottom: 0;
  }
  .topview:not(.pcm) .wrapper .content {
    justify-content: flex-end;
  }
  .topview:not(.pcm) .wrapper .content .l {
    display: none;
  }
  .topview.pcm {
    padding: 120px 30px 60px 30px;
  }
  .topview.pcm .wrapper .pcm-img.tif {
    left: -26px;
    top: unset;
    bottom: 40px;
    transform: rotate(-45deg);
  }
  .topview.pcm .wrapper .pcm-img.rgs {
    top: unset;
    left: unset;
    bottom: 120px;
    right: 120px;
  }
  .topview.pcm .wrapper .pcm-img.gbs {
    bottom: 20px;
    left: calc(50% - 161px);
  }
  .topview.pcm .wrapper .pcm-img.gmt {
    max-width: 120px;
    left: calc(50% - 100px);
  }
  .topview.pcm .wrapper .pcm-img.ctr {
    top: unset;
    left: unset;
    bottom: 220px;
    right: 175px;
  }
  .topview.pcm .wrapper .pcm-img.lvh {
    max-width: 250px;
    left: 0px;
  }
  .topview.pcm .wrapper .content {
    flex-direction: column;
  }
  .topview.pcm .wrapper .content .l .t-box {
    width: 100%;
    align-items: center;
    padding: 30px 0;
  }
  .topview.pcm .wrapper .content .l .t-box .top {
    padding-left: 0;
    justify-content: center;
  }
  .topview.pcm .wrapper .content .l .t-box .tags {
    left: unset;
  }
  .topview.pcm .wrapper .content .r {
    justify-content: flex-end;
  }
  .subview {
    padding-top: 190px;
  }
  .subview .content .path {
    top: -84px;
  }
  .cta .triangle {
    width: 100%;
  }
  .cta .content .top {
    flex-direction: column;
  }
  .cta .content .btn-c {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 36px;
  }
  .cta .content .btn-c .cta-btn {
    width: 100%;
  }
  .cta .content .btn-c .cta-btn:not(.scd) {
    order: 2;
  }
  .cta .content .lg-btn {
    width: 100%;
  }
  .badges .content .card-c {
    flex-direction: column;
  }
  .badges .content .card-c .card {
    border-right: none;
    border-bottom: 1px solid #B2B2B2;
    flex-direction: row;
    align-items: center;
    padding: 24px 0;
    gap: 20px;
  }
  .badges .content .card-c .card img {
    max-width: 200px;
    margin-bottom: 0px;
  }
  .badges .content .card-c .card .desc {
    line-height: 2;
  }
  .badges .content .card-c .card.first {
    border-left: none;
  }
  .cases .content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .expert-check .content {
    flex-direction: column;
  }
  .text-image .content .ct {
    flex-direction: column;
  }
  .checks .content .ch-c {
    flex-direction: column;
    align-items: unset;
  }
  .condition .content .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .metals-list .content .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .metals-list .content .grid .gi.rm {
    display: none;
  }
  .products .content .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .products .content .grid .gi.last {
    grid-column: 1/span 3;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    position: relative;
  }
  .products .content .grid .gi.last .arrow-c {
    width: fit-content;
    flex-grow: unset;
    right: 16px;
    position: absolute;
  }
  .products .content .grid .gi.last .gt br {
    display: none;
  }
  .reasons .content .band {
    flex-direction: column;
    align-items: center;
  }
  .reasons .content .band img {
    width: 60%;
  }
  .reasons .content .band .tbox {
    align-items: center;
  }
  .purchases .content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .options .content .tab-container .tab .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .options .content .tab-container .tab .mid {
    flex-direction: column;
  }
  .identification .content .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .content .top {
    flex-direction: column;
  }
  .footer .content .bottom .link-set .link-menu {
    flex-direction: column;
    gap: 12px;
  }
  .faq .content .qa-c .qa .a .a-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sitemap .content .lg {
    grid-template-columns: repeat(1, 1fr);
  }
  .collection-service .content .cg {
    grid-template-columns: repeat(2, 1fr);
  }
  .kaitori-table .content .img-c .table {
    width: 100%;
  }
  .kaitori-table .content .addition {
    flex-direction: column;
    gap: 12px;
  }
  .kaitori-table .content .addition .card {
    width: 100%;
  }
  .about-nav .content .bar {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .sec .content .t {
    font-size: 1.8rem;
  }
  .sec .content .dv {
    padding: 20px 0 40px 0;
  }
  .cta {
    padding: 40px 20px;
  }
  .cta .content .top {
    margin-bottom: 34px;
    gap: 10px;
  }
  .cta .content .top .rt {
    font-size: 1rem;
  }
  .cta .content .top .t {
    font-size: 1.4rem;
  }
  .cta .content .btn-c {
    gap: 30px;
  }
  .cta .content .btn-c .cta-btn::before {
    font-size: 0.8rem;
    padding: 4px 30px;
  }
  .cta .content .btn-c .cta-btn.scd .i-top {
    font-size: 1.4rem;
  }
  .cta .content .btn-c .cta-btn.scd .i-bot {
    font-size: 0.8rem;
  }
  .cta .content .btn-c .cta-btn .i-top {
    font-size: 1.4rem;
  }
  .cta .content .btn-c .cta-btn .i-bot {
    font-size: 0.8rem;
  }
  .cta .content .lg-btn {
    font-size: 1.2rem;
  }
  .cta .content .lg-btn img {
    width: 16px;
    right: 12px;
  }
  .header .content .top {
    padding-left: 20px;
  }
  .header .content .top .left a img {
    max-width: 140px;
  }
  .header .content .top .h-menu {
    gap: 8px;
    width: 60px;
    height: 60px;
  }
  .header .content .top .h-menu .stick {
    width: 34px;
  }
  .header .content .top .h-menu.on .stick.fst {
    top: 4px;
  }
  .top-crp {
    padding: 100px 20px 40px 20px;
  }
  .top-crp .wrapper .crp-img {
    max-width: 180px;
  }
  .top-crp .wrapper .crp-img.mtg {
    bottom: 70px;
    left: -20px;
  }
  .top-crp .wrapper .crp-img.rst {
    bottom: 112px;
    left: 108px;
  }
  .top-crp .wrapper .content {
    gap: 40px;
  }
  .top-crp .wrapper .content .l .t {
    font-size: 2.2rem;
  }
  .top-crp .wrapper .content .l .box {
    font-size: 2.2rem;
  }
  .top-crp .wrapper .content .l .bg-c {
    display: flex;
    width: 100%;
    gap: 4px;
    position: absolute;
    bottom: -26px;
    z-index: 3;
  }
  .top-crp .wrapper .content .l .bg-c .img-c .bg {
    max-width: 94px;
  }
  .top-crp .wrapper .content .r img {
    max-width: 200px;
  }
  .topview:not(.pcm) {
    padding-top: 60px;
  }
  .topview:not(.pcm) .carousel .slider.fst {
    height: 150px;
  }
  .topview:not(.pcm) .carousel .t-box .t {
    font-size: 2.2rem;
  }
  .topview:not(.pcm) .carousel .t-box .tags {
    top: -15px;
  }
  .topview:not(.pcm) .carousel .t-box .tags .tag {
    font-size: 0.75rem;
  }
  .topview:not(.pcm) .wrapper {
    padding: 0 20px;
  }
  .topview:not(.pcm) .wrapper .content .r img {
    max-width: 200px;
  }
  .topview.pcm {
    padding: 100px 20px 0 20px;
  }
  .topview.pcm .wrapper {
    padding: 0;
  }
  .topview.pcm .wrapper .pcm-img.tif {
    max-width: 140px;
    bottom: 70px;
  }
  .topview.pcm .wrapper .pcm-img.rgs {
    max-width: 150px;
    right: 101px;
  }
  .topview.pcm .wrapper .pcm-img.gbs {
    max-width: 160px;
    left: calc(50% - 109px);
  }
  .topview.pcm .wrapper .pcm-img.gmt {
    max-width: 60px;
    left: calc(50% - 82px);
    bottom: 18px;
  }
  .topview.pcm .wrapper .pcm-img.ctr {
    max-width: 50px;
    bottom: 140px;
    right: 160px;
  }
  .topview.pcm .wrapper .pcm-img.lvh {
    max-width: 100px;
    left: -8px;
    bottom: 20px;
  }
  .topview.pcm .wrapper .content {
    flex-direction: column;
  }
  .topview.pcm .wrapper .content .l .t-box {
    width: 100%;
    align-items: center;
    padding: 30px 0;
  }
  .topview.pcm .wrapper .content .l .t-box .top {
    padding-left: 0;
    justify-content: center;
  }
  .topview.pcm .wrapper .content .l .t-box .top .ht span {
    font-size: 0.8rem;
  }
  .topview.pcm .wrapper .content .l .t-box .top .ht span.big {
    font-size: 1.1rem;
  }
  .topview.pcm .wrapper .content .l .t-box .top .g-box {
    font-size: 1.4rem;
  }
  .topview.pcm .wrapper .content .l .t-box .tags {
    left: unset;
  }
  .topview.pcm .wrapper .content .l .t-box .tags .tag {
    font-size: 0.75rem;
  }
  .topview.pcm .wrapper .content .l .t-box .t {
    font-size: 2.2rem;
  }
  .topview.pcm .wrapper .content .r {
    justify-content: flex-end;
  }
  .topview.pcm .wrapper .content .r img {
    top: unset;
    max-width: 200px;
  }
  .subview {
    padding: 150px 20px 30px 20px;
  }
  .subview .content .t {
    font-size: 1.6rem;
  }
  .subview .content .path {
    top: -60px;
    font-size: 0.8rem;
  }
  .t-intro {
    padding: 40px 20px;
  }
  .t-intro .content .desc {
    font-size: 0.9rem;
  }
  .measures {
    padding: 40px 20px 0 20px;
  }
  .measures .content {
    padding: 20px;
  }
  .measures .content .t {
    font-size: 1.2rem;
  }
  .measures .content .box-c .box {
    width: 140px;
    padding: 16px;
  }
  .measures .content .box-c .box .mt {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }
  .measures .content .box-c .box img {
    max-width: 60px;
  }
  .badges {
    padding: 40px 20px 0 20px;
  }
  .badges .content .card-c .card {
    gap: 12px;
  }
  .badges .content .card-c .card img {
    max-width: 120px;
  }
  .badges .content .card-c .card .desc {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .badges .content .card-c .card .desc .smaller {
    font-size: 10px;
  }
  .badges .content .cta-label {
    margin-top: 60px;
    font-size: 1rem;
  }
  .cases {
    padding: 80px 20px 40px 20px;
  }
  .cases .content .grid .gi {
    flex-direction: column;
    padding: 20px;
  }
  .cases .content .grid .gi .img-c img {
    object-fit: cover;
    max-height: 160px;
    border-radius: 10px;
  }
  .cases .content .grid .gi .tb .ct {
    font-size: 1.4rem;
  }
  .cases .content .grid .gi .tb .tag, .cases .content .grid .gi .tb .desc {
    font-size: 0.9rem;
  }
  .expert-check {
    padding: 80px 20px 40px 20px;
  }
  .expert-check .content .t {
    font-size: 1.4rem;
  }
  .expert-check .content .left .t {
    display: flex;
  }
  .expert-check .content .right .t {
    display: none;
  }
  .expert-check .content .right .desc {
    font-size: 0.8rem;
  }
  .text-image {
    padding: 40px 20px;
  }
  .text-image .content .right .desc {
    font-size: 0.8rem;
  }
  .comparison {
    padding: 40px 20px;
  }
  .comparison .content .pt {
    font-size: 1.2rem;
  }
  .comparison .content .pyramid-c img {
    position: absolute;
    max-width: 68px;
    right: -4px;
    top: 42px;
  }
  .comparison .content .pyramid-c .p-top .arrow {
    font-size: 0.85rem;
  }
  .comparison .content .pyramid-c .p-top .arrow::after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
  .comparison .content .pyramid-c .p-top .pst {
    font-size: 0.85rem;
  }
  .comparison .content .pyramid-c .pyramid .pl .left {
    justify-content: flex-start;
  }
  .comparison .content .pyramid-c .pyramid .pl .left .cmp {
    font-size: 11px;
  }
  .comparison .content .pyramid-c .pyramid .pl .right {
    align-items: flex-start;
  }
  .comparison .content .pyramid-c .pyramid .pl .right .unit {
    font-size: 10px;
  }
  .comparison .content .pyramid-c .pyramid .pl .right .price {
    font-size: 1rem;
  }
  .checks {
    padding: 0 20px 40px 20px;
  }
  .checks .content .top {
    padding: 10px;
    top: 44px;
  }
  .checks .content .top h2 {
    font-size: 1.4rem;
  }
  .checks .content .ch-c {
    padding: 60px 20px 20px 20px;
    gap: 12px;
  }
  .checks .content .ch-c .ch {
    padding: 10px;
  }
  .checks .content .ch-c .ch img {
    max-width: 20px;
  }
  .checks .content .ch-c .ch .cht {
    font-size: 1rem;
  }
  .condition {
    padding: 40px 20px 0 20px;
  }
  .condition .content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .metals-list {
    padding: 40px 20px;
  }
  .metals-list .content .info {
    font-size: 0.9rem;
  }
  .metals-list .content .grid {
    margin-bottom: 20px;
  }
  .metals-list .content .grid .gi {
    padding: 16px 0;
  }
  .metals-list .content .grid .gi img {
    height: 60px;
  }
  .metals-list .content .grid .gi .gt {
    font-size: 11px;
  }
  .metals-list .content .genre-table {
    padding: 20px;
  }
  .metals-list .content .genre-table .head {
    font-size: 1.2rem;
  }
  .metals-list .content .genre-table p {
    font-size: 0.9rem;
  }
  .products {
    padding: 40px 20px;
  }
  .products .content .grid .gi {
    padding: 16px 4px;
  }
  .products .content .grid .gi img {
    width: 100%;
  }
  .products .content .grid .gi .gt {
    font-size: 11px;
  }
  .products .content .grid .gi.last {
    padding: 16px 0;
  }
  .products .content .grid .gi.last .arrow-c {
    right: 8px;
  }
  .products .content .grid .gi.last .arrow-c .arrow img {
    width: 12px;
  }
  .products .content .grid .gi.last .gt {
    font-size: 0.85rem;
  }
  .products .content .cta-label {
    margin-top: 40px;
    font-size: 1rem;
  }
  .locations {
    padding: 40px 20px;
  }
  .locations .content .box {
    margin-bottom: 30px;
  }
  .locations .content .box .r .rt {
    font-size: 1.2rem;
  }
  .locations .content .box .r .grid .gi {
    font-size: 1rem;
  }
  .locations .content .box .r .grid .gi.last {
    padding: 20px 10px;
    justify-content: flex-start;
    font-size: 0.8rem;
  }
  .locations .content .box .r .grid .gi.last img {
    width: 14px;
    right: 10px;
  }
  .locations .content .lg {
    padding: 16px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .nayami {
    padding: 40px 20px;
  }
  .nayami.np {
    padding-top: 20px;
  }
  .nayami.pcm {
    padding-bottom: 0;
  }
  .nayami .content {
    padding: 20px;
  }
  .nayami .content .top .t {
    font-size: 1.4rem;
  }
  .nayami .content .top img {
    max-width: 220px;
  }
  .nayami .content .grid .gi img {
    max-width: 80px;
  }
  .nayami .content .grid .gi .r {
    padding: 0 12px;
  }
  .nayami .content .grid .gi .r .gt {
    font-size: 0.9rem;
  }
  .step-boxes {
    padding: 40px 20px;
  }
  .step-boxes .content .disclaimer {
    font-size: 0.9rem;
  }
  .step-boxes .content .card {
    padding: 20px;
    padding-top: 8px;
  }
  .step-boxes .content .card .head {
    margin-bottom: 18px;
  }
  .step-boxes .content .card .head .num {
    font-size: 1.6rem;
    top: 5px;
  }
  .step-boxes .content .card .head .ht {
    font-size: 1rem;
  }
  .step-boxes .content .card .desc {
    font-size: 0.8rem;
  }
  .step-boxes .content .arrow-c {
    margin-bottom: 16px;
  }
  .step-boxes .content .arrow-c .arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 14px solid #B61400;
  }
  .step-text {
    padding: 0 20px;
  }
  .step-text .content .dv {
    padding: 0;
  }
  .step-text .content .card {
    padding: 30px 20px;
  }
  .step-text .content .card.fst {
    padding-top: 40px;
  }
  .step-text .content .card.lst {
    padding-bottom: 40px;
  }
  .step-text .content .card .head {
    margin-bottom: 18px;
  }
  .step-text .content .card .head .num {
    font-size: 1.6rem;
  }
  .step-text .content .card .head .ht {
    font-size: 1.2rem;
  }
  .step-text .content .card .desc {
    font-size: 0.8rem;
  }
  .reasons {
    padding: 40px 20px;
  }
  .reasons.sp {
    padding-top: 30px;
  }
  .reasons .content .band img {
    width: 100%;
  }
  .reasons .content .band .tbox {
    align-items: flex-start;
  }
  .reasons .content .band .tbox .st {
    font-size: 0.8rem;
    padding: 4px 10px;
  }
  .reasons .content .band .tbox .t {
    font-size: 1.6rem;
  }
  .reasons .content .band .tbox .desc {
    font-size: 0.9rem;
  }
  .reasons .content .btn-c .rbtn {
    width: 100%;
  }
  .purchases {
    padding: 40px 20px;
  }
  .purchases .content .disclaimer {
    font-size: 0.8rem;
  }
  .options {
    padding: 40px 20px;
  }
  .options .content .tab-container .switch-c {
    border-bottom: 3px solid #B61400;
    position: relative;
  }
  .options .content .tab-container .switch-c .switch {
    font-size: 1rem;
  }
  .options .content .tab-container .switch-c::before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #B61400;
    position: absolute;
    bottom: -3px;
    left: -20px;
  }
  .options .content .tab-container .switch-c::after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #B61400;
    position: absolute;
    bottom: -3px;
    right: -20px;
  }
  .options .content .tab-container .tab {
    padding: 0;
    padding-top: 24px;
    border: none;
  }
  .options .content .tab-container .tab .top .t-c img {
    max-width: 36px;
  }
  .options .content .tab-container .tab .top .t-c .tab-t {
    font-size: 1.4rem;
  }
  .options .content .tab-container .tab .top .tab-ds {
    font-size: 0.9rem;
  }
  .options .content .tab-container .tab .mid .txt-box .tt {
    font-size: 1.2rem;
  }
  .options .content .tab-container .tab .mid .txt-box .check .ct {
    font-size: 1rem;
  }
  .options .content .tab-container .tab .rec {
    font-size: 0.8rem;
  }
  .options .content .tab-container .tab .btn-c .tab-btn {
    width: 100%;
  }
  .identification {
    padding: 40px 20px;
  }
  .identification .content .st {
    font-size: 0.9rem;
  }
  .identification .content .ch {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .identification .content .grid .gi {
    padding: 12px;
  }
  .identification .content .grid .gi .gt {
    font-size: 0.8rem;
  }
  .faq {
    padding: 40px 20px;
  }
  .faq .content .qa-c .qa .q .ico-c {
    width: 32px;
    height: 32px;
  }
  .faq .content .qa-c .qa .q .q-head .qt {
    font-size: 0.9rem;
    line-height: 1.6;
    padding-right: 10px;
  }
  .faq .content .qa-c .qa .a .a-grid {
    margin-bottom: 20px;
  }
  .faq .content .qa-c .qa .a .a-grid .gi {
    padding: 16px 0;
  }
  .faq .content .qa-c .qa .a .a-grid .gi img {
    height: 60px;
  }
  .faq .content .qa-c .qa .a .a-grid .gi .gt {
    font-size: 11px;
  }
  .faq .content .qa-c .qa .a .at {
    font-size: 0.85rem;
    line-height: 2;
  }
  .faq .content .qa-c .qa .a .disclaimer {
    font-size: 0.8rem;
  }
  .faq .content .qa-c .qa .a .ilist-btn {
    font-size: 0.9rem;
    padding: 14px 0;
    margin-top: 20px;
  }
  .faq .content .qa-c .qa .a .ilist-btn img {
    width: 14px;
  }
  .faq .content .btn-c {
    margin-top: 40px;
  }
  .faq .content .btn-c .faq-btn {
    width: 100%;
  }
  .faq .content .cta-label {
    margin-top: 40px;
    font-size: 1rem;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer .content .top .card {
    padding: 20px;
  }
  .footer .content .top .card .img-c img {
    max-width: 160px;
  }
  .footer .content .top .card .ct {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .footer .content .top .card .cd {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  .footer .content .top .card .ca {
    font-size: 0.9rem;
  }
  .footer .content .top .card .num {
    font-size: 0.9rem;
  }
  .copyright {
    padding: 20px 0 130px 0;
  }
  .copyright .content {
    justify-content: center;
    gap: 16px;
  }
  .copyright .content img {
    max-width: 100px;
  }
  .copyright .content .t {
    position: unset;
  }
  .lookup-display {
    padding: 20px 20px 40px 20px;
  }
  .lookup-display .content .status-bar {
    font-size: 0.8rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 0;
    justify-content: space-between;
  }
  .lookup-display .content .status-bar .stat {
    padding: 2px 6px;
  }
  .lookup-display .content .status-bar .stat:not(.s4)::after {
    top: 8px;
    right: -20px;
  }
  .lookup-display .content .disclaimer {
    font-size: 0.8rem;
    margin-bottom: 30px;
  }
  .lookup-display .content .panel .ft {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .lookup-display .content .panel .btn-c {
    margin-top: 30px;
  }
  .lookup-display .content .panel .btn-c .next-btn {
    font-size: 0.8rem;
    padding: 14px;
    width: 100%;
  }
  .lookup-display .content .panel .btn-c .next-btn img {
    width: 12px;
  }
  .lookup-display .content .panel .pi.check-items .q-box {
    font-size: 0.9rem;
    padding: 12px;
  }
  .lookup-display .content .panel .pi.check-items .items-c {
    grid-template-columns: repeat(2, 1fr);
  }
  .lookup-display .content .panel .pi.check-items .items-c .box .top {
    font-size: 0.8rem;
  }
  .lookup-display .content .panel .pi.check-items .items-c .box .bar {
    font-size: 0.8rem;
  }
  .lookup-display .content .panel .pi.submitted .submission-box {
    padding: 30px;
    font-size: 0.8rem;
  }
  .form-sec {
    padding: 40px 20px;
  }
  .form-sec .content .ft {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .form-sec .content .disclaimer {
    font-size: 0.8rem;
    margin-bottom: 30px;
  }
  .form-sec .content .panel .kv {
    font-size: 0.8rem;
  }
  .form-sec .content .panel .kv .k {
    width: 150px;
  }
  .form-sec .content .panel .submission-box {
    padding: 30px;
    font-size: 0.8rem;
  }
  .form-sec .content .panel .submission-box .kv .k {
    width: 60px;
  }
  .form-sec .content .panel .q-box {
    font-size: 0.9rem;
    padding: 12px;
  }
  .form-sec .content .panel .btn-c {
    margin-top: 30px;
  }
  .form-sec .content .panel .btn-c .next-btn {
    font-size: 0.8rem;
    padding: 14px;
    width: 100%;
  }
  .form-sec .content .panel .btn-c .next-btn img {
    width: 12px;
  }
  .privacy-policy {
    padding: 40px 20px;
  }
  .privacy-policy .content .policy-block .pt {
    font-size: 1.2rem;
  }
  .privacy-policy .content .policy-block p, .privacy-policy .content .policy-block ul {
    font-size: 0.8rem;
  }
  .company-info {
    padding: 60px 20px 50px 20px;
  }
  .company-info .content .kv {
    flex-direction: column;
    padding: 14px 0;
    font-size: 0.9rem;
  }
  .company-info .content .kv .k {
    margin-bottom: 10px;
  }
  .company-info .content .kv .v.row {
    flex-direction: column;
    gap: 0;
  }
  .find-value {
    padding: 40px 20px;
  }
  .find-value .content .box {
    flex-direction: column;
    gap: 20px;
  }
  .find-value .content .box .right .rt {
    font-size: 1.7rem;
  }
  .find-value .content .box .right .desc {
    font-size: 0.9rem;
  }
  .sitemap {
    padding: 40px 20px;
  }
  .sitemap .content .lr {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .sitemap .content .lr.nm {
    margin-bottom: 14px;
  }
  .sitemap .content .lg {
    margin-bottom: 40px;
  }
  .sitemap .content .link {
    font-size: 0.9rem;
  }
  .kaitori-tabs {
    padding: 40px 20px;
  }
  .kaitori-tabs .content .tabs {
    flex-direction: column;
    gap: 10px;
  }
  .kaitori-tabs .content .tabs .tab {
    padding: 8px;
    font-size: 1rem;
  }
  .kaitori-tabs .content .tabs .tab .ico-left {
    max-width: 30px;
  }
  .kaitori-tabs .content .tabs .tab .ico-arrow {
    max-width: 14px;
  }
  .kaitori-box {
    padding: 0 20px;
  }
  .kaitori-box.ep {
    padding-top: 40px;
  }
  .kaitori-box .content {
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 0;
    padding-top: 24px;
    border-radius: 0;
    border-top: 1px solid #D9D9D9;
  }
  .kaitori-box .content .head img {
    max-width: 30px;
  }
  .kaitori-box .content .head .ht {
    font-size: 1.8rem;
  }
  .kaitori-box .content p {
    font-size: 0.8rem;
  }
  .collection-service {
    padding: 40px 20px;
  }
  .collection-service .content .disclaimer {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  .collection-service .content .red-box {
    font-size: 0.8rem;
  }
  .collection-service .content .cg .gi {
    padding: 14px 0;
  }
  .collection-service .content .cg .gi img {
    max-width: 60px;
    margin-bottom: 12px;
  }
  .collection-service .content .cg .gi span {
    font-size: 0.9rem;
  }
  .collection-service .content .box {
    flex-direction: column;
    gap: 20px;
  }
  .collection-service .content .box .right .rt {
    font-size: 1.4rem;
  }
  .collection-service .content .box .right .desc {
    font-size: 0.9rem;
  }
  .kaitori-table {
    padding: 40px 20px;
  }
  .kaitori-table.ep {
    padding-bottom: 60px;
  }
  .kaitori-table .content .disclaimer {
    font-size: 0.8rem;
    margin-bottom: 30px;
  }
  .kaitori-table .content .img-c {
    overflow: scroll;
  }
  .kaitori-table .content .img-c .table {
    width: 530px;
    margin-left: 220px;
  }
  .kaitori-table .content .addition {
    gap: 6px;
    position: relative;
    font-size: 1rem;
  }
  .kaitori-table .content .addition .card {
    padding: 12px 30px;
  }
  .kaitori-table .content .addition .card .ct {
    font-size: 1rem;
  }
  .kaitori-table .content .addition .card .cst {
    font-size: 0.8rem;
  }
  .kaitori-table .content .addition .op {
    width: 30px;
    height: 30px;
  }
  .kaitori-table .content .addition .op.plus {
    position: absolute;
    background-color: #fff;
    top: 62px;
  }
  .kaitori-table .content .addition .op.eq {
    position: absolute;
    background-color: #fff;
    top: 144px;
  }
  .about-nav {
    padding: 40px 20px 0 20px;
  }
  .about-nav .content .disclaimer:not(.sm) {
    display: none;
  }
  .about-nav .content .disclaimer.sm {
    display: flex;
    font-size: 0.8rem;
  }
  .about-nav .content .bar .tab {
    font-size: 0.9rem;
    padding: 12px;
  }
}
@media screen and (max-width: 440px) {
  .topview.antq .carousel .slider img {
    height: 204px;
  }
}

/*# sourceMappingURL=styles.css.map */
