@charset "UTF-8";
.page-header {
  margin-bottom: 60px;
}
.page-header > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-lead {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}
.top-lead p {
  font-size: clamp(20px, 3vw, 28px);
  text-align: center;
}
.top-lead::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: #7ab929;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.top-faq-wrap {
  margin-bottom: 80px;
}
.top-faq-wrap .top-faq {
  display: flex;
  align-items: center;
  gap: 40px;
}
.top-faq-wrap .top-faq .top-faq-title {
  width: 266px;
  height: 266px;
  border: 2px solid #7ab929;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-faq-wrap .top-faq .top-faq-title h2 {
  color: #7ab929;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: bold;
  line-height: 1.7;
}
.top-faq-wrap .top-faq .top-faq-title h2 span {
  display: block;
  color: #7ab929;
  text-align: center;
  font-weight: normal;
  font-size: clamp(16px, 2.4vw, 20px);
}
.top-faq-wrap .top-faq .top-faq-content {
  flex: 1;
}
.top-faq-wrap .top-faq .top-faq-content p {
  font-size: clamp(16px, 2vw, 20px);
}
.top-faq-wrap .top-faq .top-faq-content p a {
  text-decoration: underline;
}
.top-faq-wrap .top-faq-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.top-faq-wrap .top-faq-nav li {
  width: calc(33.3333333333% - 16px);
}
.top-faq-wrap .top-faq-nav a {
  display: block;
  border: 1px solid #7ab929;
  padding: 18px;
  text-align: center;
  position: relative;
}
.top-faq-wrap .top-faq-nav a::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #7ab929;
  border-top: 2px solid #7ab929;
}

.page-nav {
  margin-bottom: 80px;
}
.page-nav .page-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.page-nav .page-list li {
  width: calc(33.3333333333% - 30px);
}
.page-nav .page-list li p {
  position: relative;
}
.page-nav .page-list li p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7ab929;
  border-right: 2px solid #7ab929;
  transform: rotate(45deg);
}
.page-nav .page-list li a {
  display: block;
}
.page-nav .page-list li .icon {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-nav .page-list li h3.page-title {
  color: #7ab929;
  text-align: center;
  border-bottom: 1px solid #7ab929;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: clamp(18px, 3vw, 28px);
}

/*下層ページ共通*/
.page-header-title {
  margin-bottom: 60px;
}
.page-header-title h1 {
  text-align: center;
  color: #7ab929;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.5;
}
.page-header-title h1 > span {
  display: block;
  padding-top: 10px;
  text-align: center;
  width: 88px;
  margin: 0 auto;
}

.page-header-title02 {
  margin-bottom: 60px;
}
.page-header-title02 h1 {
  text-align: center;
  color: #333;
  font-size: clamp(20px, 4vw, 50px);
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
}
.page-header-title02 h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #7ab929;
  bottom: -20px;
}
.page-header-title02 p {
  text-align: center;
  font-size: 20px;
}
.page-header-title02 .page-header-sub {
  max-width: 1200px;
  margin: 60px auto 0;
  display: table;
}
.page-header-title02 .page-header-sub::before {
  display: table-cell;
  content: "";
  width: 107px;
  height: 107px;
  background: url(../image/support/icon_compensation_c.svg) center center no-repeat;
  background-size: contain;
}
.page-header-title02 .page-header-sub h3 {
  font-size: 32px;
  font-weight: bold;
  color: #7ab929;
  margin-left: 20px;
}
.page-header-title02 .page-header-sub p {
  font-size: 20px;
  color: #333;
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sec {
  margin-bottom: 80px;
}

.block-title {
  text-align: center;
  color: #7ab929;
  font-size: clamp(20px, 3vw, 24px);
  padding: 16px 12px;
  border: 1px solid #7ab929;
  margin-bottom: 30px;
  font-weight: bold;
}
.block-title + p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.yakkan .block-title {
  text-align: left;
  padding-left: 30px;
}

.txt-center {
  text-align: center;
}

/*FAQ*/
.faq-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.faq-nav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: clamp(16px, 2.4vw, 20px);
  color: #333;
  width: 335px;
}
.faq-nav a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #7ab929;
  border-right: 2px solid #7ab929;
  transform: rotate(45deg);
  margin-right: 16px;
}

dl.faq-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}
dl.faq-list::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 15px;
  width: 19px;
  height: 19px;
  border-left: 2px solid #7ab929;
  border-top: 2px solid #7ab929;
  transform: rotate(225deg);
}
dl.faq-list dt {
  font-weight: normal;
  font-size: 22px;
  padding-top: 8px;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  text-align: left;
}
dl.faq-list dt::before {
  content: "Q.";
  color: #7ab929;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  margin-right: 40px;
}
dl.faq-list dd {
  visibility: hidden;
  opacity: 0;
  height: 0;
  text-align: left;
  position: relative;
  line-height: 1.8;
  font-size: 18px;
}
dl.faq-list dd.open {
  visibility: visible;
  opacity: 1;
  max-height: 150em;
  height: auto;
  transition: height ease 0.3s;
  margin-top: 10px;
  padding: 10px 10px 20px 110px;
  background: #f2f2f2;
}
dl.faq-list dd p {
  line-height: 1.8;
  margin-bottom: 10px;
}
dl.faq-list dd p small {
  display: block;
  color: #777;
}
dl.faq-list dd a {
  color: #022ba9 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
dl.faq-list.active {
  position: relative;
}
dl.faq-list.active::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 15px;
  width: 19px;
  height: 19px;
  border-left: 2px solid #7ab929;
  border-top: 2px solid #7ab929;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  dl.faq-list {
    margin-bottom: 16px;
  }
  dl.faq-list dt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 40px;
    line-height: 1.4;
  }
  dl.faq-list dt::after {
    content: "Q";
    color: #7ab929;
    font-size: 20px;
    position: absolute;
    left: 6px;
    top: 6px;
  }

  dl.faq-list::after {
    right: 5%;
   top:10px;
   width: 14px;
    height: 14px;
    border-left: 2px solid #7ab929;
    border-top: 2px solid #7ab929;
    transform: rotate(225deg);
  }

  dl.faq-list dt::before {
    display:none;
}

  dl.faq-list dd.open {
    margin-top: 0px;
    padding: 10px;
  }
  dl.faq-list dd::before {
    left: 0px;
    top: 15px;
    width: 26px;
    height: 26px;
  }
  dl.faq-list dd::after {
    font-size: 16px;
    left: 8px;
    top: 13px;
  }
  dl.faq-list dd p {
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 14px;
  }
  dl.faq-list dd p small {
    display: block;
    color: #777;
  }
  dl.faq-list.active {
    position: relative;
  }
  dl.faq-list.active::after {
    content: "";
    right: 5%;
    top: 10px;
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 2px solid #7ab929;
    border-top: 2px solid #7ab929;
    transform: rotate(45deg);
  }
}

/*貸渡約款*/
dl.yakkan-list {
  margin-bottom: 44px;
  margin-left: 24px;
}
dl.yakkan-list dt {
  font-weight: bold;
  border-left: 12px solid #7ab929;
  padding: 5px 5px 5px 16px;
  margin-bottom: 10px;
}
dl.yakkan-list ol {
  counter-reset: count 0;
}
dl.yakkan-list ol li {
  display: table;
  line-height: 1.6;
  margin-bottom: 16px;
}
dl.yakkan-list ol li p {
  width: 100%;
}
dl.yakkan-list ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  padding-right: 12px;
  display: table-cell;
}

.hoshou-box {
  margin-bottom: 30px;
}
.hoshou-box .dl-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hoshou-box .dl-list dt,
.hoshou-box .dl-list dd {
  padding: 18px;
}
.hoshou-box .dl-list dt {
  width: 250px;
  padding-left: 40px;
}
.hoshou-box .dl-list dd {
  width: calc(100% - 250px);
  line-height: 1.7;
  position: relative;
}
.hoshou-box .dl-list dd::after {
  position: absolute;
  content: "";
  background: #ccc;
  width: calc(100% + 250px);
  height: 1px;
  left: -250px;
  bottom: 0;
}
.hoshou-box .dl-list dd:last-of-type:after {
  content: none;
}
.hoshou-box .green-txt {
  color: #7ab929;
}
.hoshou-box .blue-txt {
  color: #57bbe5;
}
.hoshou-box h3 {
  border-left: 8px solid #7ab929;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
  padding-left: 20px;
}
.hoshou-box h4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.hoshou-box h4 span {
  color: #7ab929;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #7ab929;
  font-size: 24px;
  font-weight: bold;
}
.hoshou-box ul {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 40px;
}
.hoshou-box ul li {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
.hoshou-box ul li > em {
  font-style: normal;
  color: #7ab929;
}
.hoshou-box ul li span {
  padding: 0 20px;
}
.hoshou-box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.hoshou-box table td,
.hoshou-box table th {
  padding: 16px;
  text-align: center;
}
.hoshou-box table tr:last-of-type th {
  border-bottom: none;
}
.hoshou-box table tr:last-of-type td {
  border-bottom: none;
}
.hoshou-box table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #57bbe5;
}
.hoshou-box table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.hoshou-box table td:last-of-type {
  border-right: none;
}
.hoshou-box table td.c-main {
  color: #7ab929;
}

.caution {
  margin-top: 40px;
}
.caution p {
  line-height: 1.5;
  font-size: 16px;
}
.caution p > span {
  display: block;
  padding-left: 16px;
}
.caution .list-disc {
  line-height: 1.5;
  font-size: 16px;
  margin: 8px 8px 8px 20px;
}
.caution em {
  font-style: normal;
  color: #bf0000;
  margin-bottom: 10px;
  display: block;
}

.disclaimer {
  width: 39%;
}
.disclaimer .name {
  color: #57bbe5;
  border: 1px solid #57bbe5;
  padding: 10px;
  text-align: center;
  width: 270px;
  font-size: 22px;
  font-weight: bold;
  margin-right: 30px;
}
.disclaimer .price {
  width: calc(100% - 100px);
  text-align: left;
  font-size: 20px;
}

table.table4 {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
table.table4 tr.td_gray {
  background-color: #e1e1e1;
  color: #000000;
  text-align: center;
}
table.table4 th,
table.table4 td {
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
}
table.table4 td {
  background-color: #fff;
}/*# sourceMappingURL=support.css.map */

@media screen and (max-width: 768px) {
/* サポートトップ */

html {
  /* overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; */
  }

.top-lead p {
padding: 0px 10% 0px 10%;
}

.top-faq-wrap {
  padding: 0px 4% 0px 4%;
}

.top-faq-wrap .top-faq {
  flex-wrap: wrap;
}

.top-faq-wrap .top-faq .top-faq-title {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.top-faq-wrap .top-faq .top-faq-content {
  width: 100%;
  flex:auto;
}

.top-faq-wrap .top-faq-nav {
  flex-wrap: wrap;
}

.top-faq-wrap .top-faq-nav li {
  width: 100%;
  margin: 0px 0px 20px 0px;
}

.page-nav .page-list li .icon {
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
}

.top-faq-wrap .top-faq-nav a {
  text-align: left;
  padding: 18px 18px 18px 46px;
}

.page-nav {
  padding: 0px 4% 0px 4%;
}

.page-nav .page-list {
  flex-wrap: wrap;
}

.page-nav .page-list li {
  width: 100%;
}

/* よくある質問 */

.faq-nav {
  flex-wrap: wrap;
  padding: 0px 4% 0px 4%;
}

.faq-nav a {
  padding: 0px 0px 20px 0px;
  width: 100%;
}

#faq01,#faq02,#faq03 {
  padding: 0px 4% 0px 4%;
}

.table-block {
  width: 100%;
  overflow-x: auto;
}

.open .table-block .table4 {
  width: 800px;
}

/* 貸渡約款 */

.page-header-title02 p {
  padding: 0px 10% 0px 10%;
}

.sec.yakkan {
  padding:0px 4% 0pc 4%;
}

/* 補償内容 */

.page-header-sub {
  padding:0px 10% 0px 10%;
}

.page-header-title02 .page-header-sub p {
  margin-left:0;
}

.page-header-title02 .page-header-sub::before {
  display:table-cell;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../image/support/icon_compensation_c.svg) center center no-repeat;
  background-size: contain;
}

.hoshou-box {
  margin:0px 4% 30px 4%;
}

.hoshou-box .dl-list dt {
  width: 100%;
  padding: 0 0 10px 0px;
}

.hoshou-box .dl-list dd {
  width: 100%;
  padding: 0px 0 10px 0px;
  margin: 0px 0px 20px 0px;
}

.hoshou-box .dl-list dd::after {
  width: 100%;
  left: 0;
}

.caution {
  padding:0px 4% 0px 4%;
}

.flexbox {
  flex-wrap: wrap;
}

.flexbox.disclaimer {
  width: 100%;
}

.disclaimer .name {
  width:100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.disclaimer .price {
  width: 100%;
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.hoshou-box ul {
  flex-wrap: wrap;
}

.hoshou-box ul li {
  width: 100%;
  padding: 0px 0px 10px 0px;
}

.hoshou-box ul li > em {
  width: 70%;
}

.hoshou-box ul li span {
  padding: 0px 10px 0px 10px;
}

}