<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&amp;family=Noto+Sans+JP:wght@300;400;700&amp;family=Noto+Serif+JP:wght@400;700&amp;display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 60%;
  }
}

body {
  font-size: 1.6rem;
  color: #333333;
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: linear 0.2s;
}
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
  margin-top: 90px;
}
main:not(.toppage) {
  background: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.breadcrumb {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.breadcrumb__list-item {
  color: #006CB8;
}
.breadcrumb__list-link {
  color: #333333;
  position: relative;
}
.breadcrumb__list-link:hover::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #006CB8;
}
.breadcrumb__list::after {
  content: "＞";
  display: inline-block;
  margin: 0 0.8em;
}
.breadcrumb__list:last-child::after {
  content: none;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: #006CB8;
  border: 2px solid #fff;
}

#page_top a::before {
  width: 16px;
  height: 17px;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  background: center bottom/5px 14px no-repeat url(../images/totop.svg);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.pager {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pager {
    margin-top: 40px;
  }
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.pager .pagination li a {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #8E8E8E;
}

@media screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.current,
.pager .pagination li.pre,
.pager .pagination li.next {
    display: inline-block;
    width: 20%;
    height: 30px;
    text-align: center;
  }

  .pager .pagination li.pre a,
.pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
}
.u-inner {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .u-inner {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .u-inner {
    max-width: 90%;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.u-heading-page {
  width: 100%;
  background: #fff;
}
.u-heading-page__ja {
  font-size: 4.4rem;
  line-height: 1.3;
  font-weight: 600;
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px 0 60px;
  text-align: left;
  color: #006CB8;
}
@media screen and (max-width: 1024px) {
  .u-heading-page__ja {
    font-size: 3.8rem;
    padding: 16px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-heading-page__ja {
    font-size: 2.8rem;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
.u-heading-page__ja-sub {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .u-heading-page__ja-sub {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .u-heading-page__ja-sub {
    font-size: 2rem;
  }
}

.u-heading01 {
  font-size: 3.5rem;
  line-height: 2.6rem;
  font-weight: 600;
  text-align: center;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  .u-heading01 {
    font-size: 2.8rem;
  }
}
.u-heading01-en {
  display: block;
  margin-top: 17px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .u-heading01-en {
    font-size: 1.6rem;
    margin-top: 9px;
  }
}

.u-heading02 {
  width: 100%;
  height: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #006CB8;
  background: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  padding: 0 20px;
  color: #006CB8;
}
@media screen and (max-width: 1024px) {
  .u-heading02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .u-heading02 {
    font-size: 1.7rem;
    padding: 10px 20px;
  }
}

.u-heading03 {
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #006CB8;
  display: flex;
  align-items: center;
}
.u-heading03::before {
  content: "■";
  font-size: 1rem;
  line-height: 2.5rem;
  color: #006CB8;
  margin-right: 3px;
}

.u-heading04 {
  min-height: 40px;
  background: #006CB8;
  color: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}

.ico-arrow1::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: center center/contain no-repeat url(../images/arrow1.svg);
}

.ico-arrow2::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: center center/contain no-repeat url(../images/arrow2.svg);
}

.ico-arrow-pre,
.ico-arrow-next {
  display: inline-block !important;
  width: 8px;
  height: 8px;
  vertical-align: -4px !important;
}

.ico-arrow-pre {
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(45deg);
  margin-left: 5px;
}

.ico-arrow-next {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  margin-right: 5px;
}

.btn-round {
  margin: 0 auto;
  width: 380px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .btn-round {
    height: 60px;
  }
}
.btn-round a {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #36A9DD;
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .btn-round a {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 600;
  }
}
.btn-round a.is-blue {
  background: #36A9DD;
  color: #fff;
}

.btn-square a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  background: #fff;
  color: #006CB8;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .btn-square a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-square a {
    font-size: 1.6rem;
  }
}
.btn-square a::after {
  content: "";
  width: 30px;
  height: 3px;
  margin-left: 5px;
  display: inline-block;
  background: center center/contain no-repeat url(../images/arrow2.svg);
}
.btn-square.is-blue a {
  background: #006CB8;
  color: #fff;
}
.btn-square.is-blue a::after {
  background: center center/contain no-repeat url(../images/arrow1.svg);
}

.btn-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 496px;
  height: 80px;
  margin: 0 auto;
  background: #006CB8;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .btn-back a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-back a {
    width: 100%;
    font-size: 1.6rem;
  }
}
.btn-back a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  width: 30px;
  height: 3px;
  margin-left: 5px;
  display: inline-block;
  background: center center/contain no-repeat url(../images/arrow3.svg);
}

.u-bg-grey {
  background: #DBDBDB !important;
}

.u-bg-white {
  background: #fff !important;
}

.u-table01 {
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  width: 100%;
  background: #fff;
}
.u-table01 th, .u-table01 td {
  border-right: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.u-table01 th .u-gb__grey, .u-table01 td .u-gb__grey {
  font-size: 1.6rem;
}
.u-table01 th a, .u-table01 td a {
  text-decoration: underline;
  color: #333333;
}
.u-table01 th {
  background: #006CB8 !important;
  color: #fff;
  white-space: nowrap;
}
.u-table01 tr:nth-of-type(odd) td {
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .u-scroll-table {
    overflow: auto;
    width: 99%;
  }
  .u-scroll-table table {
    table-layout: fixed;
    width: auto;
  }
  .u-scroll-table table td {
    white-space: nowrap;
  }
}

.u-accordion {
  width: 100%;
  margin: 0 auto;
}
.u-accordion__head {
  background: #006CB8;
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
  line-height: 4.4rem;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 40px 8px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-accordion__head {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.u-accordion__head::before {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 29px;
  top: 50%;
  margin-top: -8px;
}
.u-accordion__head::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}
.u-accordion__head.open::before {
  content: none;
}
.u-accordion__body {
  display: none;
  padding: 6px 0 22px;
}

.u-anker-target {
  position: absolute;
  top: -90px;
}
@media screen and (max-width: 767px) {
  .u-anker-target {
    top: -70px;
  }
}

.icon-pdf {
  height: 30px;
  width: auto;
}

.u-ac2-parent {
  position: relative;
  height: 60px;
  text-align: left;
  background-color: #fff;
  border-left: 5px solid #006CB8;
  cursor: pointer;
  transition: 0.3s;
  font-size: 2.5rem;
  line-height: 4.4rem;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .u-ac2-parent {
    font-size: 1.8rem;
  }
}
.u-ac2-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background: #006CB8;
}
.u-ac2-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 3px;
  height: 20px;
  background: #006CB8;
}
.u-ac2-parent.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}

/********* 下層メニュー *********/
.u-ac2-child + .u-ac2-parent {
  margin-top: 50px;
}

.u-ac2-child__item {
  position: relative;
  padding: 6px 20px;
  border: 1px solid #B7B7B7;
  background: #DEE9F4;
  cursor: pointer;
  margin-top: 20px;
}
.u-ac2-child__item-text {
  font-size: 2rem;
  line-height: 4rem;
  border-left: 10px solid #006CB8;
  font-weight: 600;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .u-ac2-child__item-text {
    font-size: 1.6rem;
  }
}
.u-ac2-child__item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background: #006CB8;
}
.u-ac2-child__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 3px;
  height: 20px;
  background: #006CB8;
}
.u-ac2-child__item.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}

.u-note-text {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.u-note-text + .u-note-text {
  margin-top: 0;
}
.u-note-text.is-number {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.u-note-text.is-number + .u-note-text.is-number {
  margin-bottom: 10px;
}

.header {
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(66, 66, 66, 0.1);
  position: fixed;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
    z-index: 10;
    width: 100%;
    background: #006CB8;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #006CB8;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background: #006CB8;
  }
}

.logo {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 200px;
  }
}
.logo__link {
  background: #006CB8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 90px;
  padding: 20px 38px;
}
@media screen and (max-width: 767px) {
  .logo__link {
    padding: 16px 16px 17px 24px;
    height: 70px;
  }
}
.logo__link-text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
  width: 100%;
  margin-top: 3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .logo__link-text {
    font-size: 1rem;
  }
}
.logo img {
  width: auto;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 150px;
  }
}

.navi-pc {
  flex: 1;
  width: auto;
  display: block;
}
@media screen and (max-width: 1279px) {
  .navi-pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .navi-pc {
    display: none;
  }
}

.gnavi {
  padding: 0 46px 0 55px;
}
.gnavi__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.gnavi__list-item a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333333;
  position: relative;
}
.gnavi__list-item a:hover::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #006CB8;
}
.gnavi__list-sub {
  display: none;
}
.gnavi__btn {
  padding: 20px 30px 20px 0;
}
@media screen and (max-width: 1279px) {
  .gnavi__btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .gnavi__btn {
    display: none;
  }
}
.gnavi__btn a {
  width: 190px;
  height: 50px;
  background: #36A9DD;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-align: center;
  line-height: 1.8rem;
  border-radius: 25px;
}

/* ここから下がハンバーガーメニューに関するCSS */
.navi-sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .navi-sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .navi-sp {
    display: block;
  }
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  /* 重なり順を一番上にする */
  cursor: pointer;
  width: 90px;
  height: 90px;
  background: #006CB8;
}
@media screen and (max-width: 1279px) {
  .drawer_open {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .drawer_open {
    width: 70px;
    height: 70px;
  }
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 10px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 10px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open {
  background: #fff;
}

#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #006CB8;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #006CB8;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin-top: 19px;
}

.nav_item {
  border-bottom: 1px solid #B7B7B7;
}
.nav_item:first-child {
  border-top: 1px solid #B7B7B7;
}
.nav_item.has-child {
  position: relative;
}
.nav_item a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #006CB8;
  text-decoration: none;
  width: 100%;
  display: flex;
  padding-left: 38px;
  align-items: center;
  height: 60px;
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: 0.5s;
  text-align: center;
  overflow: scroll;
}
.nav_content_logo {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .nav_content_logo {
    margin-left: 26px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .nav_content_logo {
    margin-left: 26px;
    margin-top: 17px;
    margin-bottom: 0;
  }
}
.nav_content_logo__link {
  display: block;
}
.nav_content_logo__link-text {
  font-size: 1rem;
  color: #006CB8;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;
}

.acd-check {
  display: none;
}

.acd-label {
  background: none;
  color: #006CB8;
  display: inline-block;
  position: absolute;
  right: 37px;
  top: 11px;
  font-weight: 600;
  line-height: 36px;
}
.acd-label::before {
  font-size: 36px;
  line-height: 36px;
  content: "+";
}

.acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.3s;
  visibility: hidden;
  background: #EDF6FC;
}
.acd-content__link {
  margin-top: 20px;
}
.acd-content__link:last-of-type {
  margin-bottom: 20px;
}
.acd-content a {
  font-size: 1.6rem;
  line-height: 1;
  height: auto;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 0 10px;
  visibility: visible;
}

.acd-check:checked + .acd-label {
  top: 6px;
  right: 39px;
  line-height: 36px;
}
.acd-check:checked + .acd-label::before {
  font-size: 52px;
  line-height: 36px;
  content: "-";
}

@media screen and (max-width: 1024px) {
  .navi-sp__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .navi-sp__btn {
    margin-top: 20px;
  }
}
.navi-sp__btn-link {
  width: 85% !important;
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}
.navi-sp__btn-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 30px;
  height: 3px;
  display: inline-block;
  background: center/contain no-repeat url(../images/arrow1.svg);
}

.ft-navi {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ft-navi {
    flex-wrap: wrap;
  }
}
.ft-navi__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ft-navi__item {
    width: 100%;
  }
}
.ft-navi__item a {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ft-navi__item a {
    height: 120px;
  }
}
.ft-navi__item a.is-docs {
  background: #006CB8;
}
.ft-navi__item a.is-faq {
  background: #005896;
}
.ft-navi__item-main {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ft-navi__item-main {
    font-size: 2.3rem;
  }
}
.ft-navi__item-sub {
  font-size: 1.4rem;
  line-height: 2.6rem;
  width: 100%;
  display: block;
  margin-top: 5px;
  text-align: center;
}
.ft-navi__item-icon {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  font-family: "IBM Plex Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .ft-navi__item-icon {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.ft-navi__item-icon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-left: 10px;
  margin-top: 3px;
  background: center center/contain no-repeat url(../images/arrow1.svg);
}

.ft-bnr {
  background: #F0F0F0;
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ft-bnr {
    flex-wrap: wrap;
    height: auto;
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .ft-bnr-item {
    width: 100%;
    margin-top: 10px;
  }
}
.ft-bnr-item a {
  width: 496px;
  height: 80px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ft-bnr-item a {
    width: 100%;
    min-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .ft-bnr-item a {
    width: 90%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.ft-bnr-item a::after {
  position: absolute;
  right: 24px;
  background: center center/contain no-repeat url(../images/arrow1.svg);
}
.ft-bnr-item:nth-child(1) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .ft-bnr-item:nth-child(1) {
    margin-right: 0;
  }
}
.ft-bnr-item:nth-child(1) a {
  background: #36A9DD;
}
.ft-bnr-item:nth-child(2) {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .ft-bnr-item:nth-child(2) {
    margin-left: 0;
  }
}
.ft-bnr-item:nth-child(2) a {
  background: #006CB8;
}
.ft-link {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: solid 1px #d8d8d8;
}
.ft-link h4 {
    padding-right: 1em;
    border-right: solid 1px #333;
}
.ft-link ul {
    display: flex;
}
.ft-link ul li {
    padding: 0 1.5em;
    border-right: solid 1px #333;
    list-style: none;
}
.ft-link ul li a {
    padding-right: 1.4em;
    color: #333333;
    background: right center/14px 14px no-repeat url(../images/icon_exlink.svg);
    vertical-align: 2px;
}
@media screen and (max-width: 767px) {
    .ft-link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ft-link h4 {
        border: none;
        margin-bottom: 1em;
    }
    .ft-link ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ft-link ul li {
        border: none;
        margin-bottom: 0.5em;
    }
    .ft-link ul li:last-child {
        margin-bottom: none;
    }
}
.ft-info {
  padding: 70px 0 30px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ft-info {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.ft-info__logo {
  width: 200px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ft-info__logo {
    width: 205px;
  }
}
.ft-info__logo-caption {
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .ft-info__logo-caption {
    font-size: 1.5rem;
  }
}
.ft-info__exlink {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ft-info__exlink {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.ft-info__exlink-item {
  padding: 0 20px;
  border-left: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .ft-info__exlink-item {
    margin-top: 10px;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.ft-info__exlink-item:last-child {
  border-right: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .ft-info__exlink-item:last-child {
    border: none;
  }
}
.ft-info__exlink-item a {
  font-size: 1.2rem;
  padding-right: 18px;
  color: #333333;
  background: right center/14px 14px no-repeat url(../images/icon_exlink.svg);
  vertical-align: 2px;
}

.ft-copy {
  margin-top: 30px;
  color: #333333;
  font-size: 1rem;
}

.kv {
  position: relative;
  height: 798px;
  background: center top/cover no-repeat url(../images/kv_pc.png);
  padding-top: 140px;
}
@media screen and (min-width: 1025px) {
  .kv {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    background: center top/100% auto no-repeat url(../images/kv_sp.png);
    height: auto;
    padding-top: 63%;
    padding-bottom: 70px;
  }
}

.kv-info {
  width: 1184px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .kv-info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .kv-info {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .kv-info {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.kv-info__catch {
  font-size: 5.5rem;
  line-height: 7rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .kv-info__catch {
    font-size: 5rem;
    line-height: 6.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .kv-info__catch {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .kv-info__catch {
    font-size: 3.5rem;
    line-height: 4.4rem;
  }
}
@media screen and (max-width: 360px) {
  .kv-info__catch {
    font-size: 9.5vw;
  }
}
.kv-info__catch-point {
  color: #006CB8;
}
.kv-info__link {
  list-style: none;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .kv-info__link {
    margin-top: 13px;
  }
}
.kv-info__link-btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .kv-info__link-btn {
    margin-top: 10px;
  }
}
.kv-info__link-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 110px;
  color: #fff;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-info__link-btn-text {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 23vw;
  }
}
.kv-info__link-btn-text::before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: center center/contain no-repeat url(../images/arrow1.svg);
}
.kv-info__link-btn-text.is-proof {
  background: center center/contain no-repeat url(../images/btnImg_Waterproof.png);
}
.kv-info__link-btn-text.is-construction {
  background: center center/contain no-repeat url(../images/btnImg_Construction.png);
}
.kv-info__text {
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .kv-info__text {
    display: none;
  }
}

.top-intro {
  background: #36A9DD;
}
.top-intro__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  padding: 48px 0 46px;
  min-height: 375px;
}
@media screen and (max-width: 767px) {
  .top-intro__inner {
    padding-top: 43px;
    padding-bottom: 60px;
  }
}
.top-intro__head {
  display: inline;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-intro__head {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-intro__head {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-intro__head {
    font-size: 2.4rem;
    line-height: 3.2rem;
    display: block;
    width: 100%;
  }
}
.top-intro__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-intro__head::after {
    display: block;
    bottom: -22px;
    width: 100%;
  }
}
.top-intro__text {
  font-size: 1.7rem;
  line-height: 3.4rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .top-intro__text {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-intro__text {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-top: 45px;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}
.top-intro__btn {
  margin-top: 5px;
  position: relative;
}
.top-intro__btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: center center/contain no-repeat url(../images/arrow4.svg);
}
@media screen and (max-width: 767px) {
  .top-intro__btn {
    margin-top: 20px;
  }
}

.top-proof {
  background: #006CB8;
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .top-proof {
    padding-top: 70px;
  }
}
.top-proof.is-construction {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top-proof.is-construction {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.top-proof__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-proof__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  }
}
.top-proof__intro {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .top-proof__intro {
    width: 27%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-proof__intro {
    width: 100%;
    padding-left: 0;
  }
}
.top-proof__intro-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-proof__intro-head {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 360px) {
  .top-proof__intro-head {
    flex-wrap: wrap;
    align-items: center;
  }
}
.top-proof__intro-head-en {
  font-size: 1.4rem;
  line-height: 2.2rem;
  width: 100%;
  text-align: center;
  padding-top: 138px;
  background: center top/140px 128px no-repeat url(../images/icon_Waterproof.svg);
}
@media screen and (max-width: 767px) {
  .top-proof__intro-head-en {
    max-width: 54%;
    flex: 1;
    height: 74px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: left;
    padding-top: 0;
    padding-left: 95px;
    background: left center/80px 74px no-repeat url(../images/icon_Waterproof.svg);
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 360px) {
  .top-proof__intro-head-en {
    width: 100%;
    font-size: 5vw;
    line-height: 6.5vw;
  }
}
.is-construction .top-proof__intro-head-en {
  background: center top/140px 134px no-repeat url(../images/icon_Construction.svg);
}
@media screen and (max-width: 767px) {
  .is-construction .top-proof__intro-head-en {
    background: left center/80px 77px no-repeat url(../images/icon_Construction.svg);
  }
}
.top-proof__intro-head-ja {
  width: 100%;
  height: 80px;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .top-proof__intro-head-ja {
    width: 42%;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 0;
    height: auto;
    padding: 11px 0;
  }
}
@media screen and (max-width: 360px) {
  .top-proof__intro-head-ja {
    width: 100%;
    margin-top: 10px;
  }
}
.top-proof__intro-text {
  font-size: 1.7rem;
  line-height: 3rem;
  margin-top: 37px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-proof__intro-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 30px;
  }
}
.top-proof__intro-btn {
  margin-top: 49px;
}
@media screen and (max-width: 1200px) {
  .top-proof__intro-btn a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-proof__intro-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.top-proof__img {
  width: 670px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .top-proof__img {
    width: 68%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-proof__img {
    width: 100%;
    padding-right: 0;
  }
}
.top-proof__img a {
  display: block;
  width: 320px;
}
@media screen and (max-width: 1200px) {
  .top-proof__img a {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .top-proof__img a {
    width: 100%;
    margin-top: 30px;
  }
}
.top-proof__img a:nth-of-type(n + 3) {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .top-proof__img a:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.is-construction .top-proof__img a:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .is-construction .top-proof__img a:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.top-proof__img-detail {
  width: 100%;
}
.top-proof__img-detail img {
  object-fit: cover;
  width: 100%;
  height: 195px;
}
.top-proof__img-caption {
  display: flex;
  align-items: center;
  min-height: 103px;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-align: left;
  padding: 0 55px 15px 20px;
  background: right 20px center/30px 3px #2A8DDB no-repeat url(../images/arrow1.svg);
}
@media screen and (max-width: 1024px) {
  .top-proof__img-caption {
    font-size: 1.6rem;
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .top-proof__img-caption {
    font-size: 1.8rem;
    line-height: 2.4rem;
    min-height: auto;
    padding-top: 15px;
  }
}
@media screen and (max-width: 360px) {
  .top-proof__img-caption {
    font-size: 4.5vw;
  }
}
.is-construction .top-proof__img-caption {
  display: block;
  background: right 20px bottom 20px/30px 3px #1272BE no-repeat url(../images/arrow1.svg);
  min-height: 140px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .is-construction .top-proof__img-caption {
    min-height: auto;
    padding-top: 0;
  }
}
.top-proof__img-caption-main {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 400;
  min-height: 83px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-proof__img-caption-sub {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.9rem;
  position: relative;
  padding-left: 3em;
  padding-top: 10px;
  font-weight: 400;
  padding-right: 40px;
}
.top-proof__img-caption-sub::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #95BBD9;
}
.top-proof__img-caption-sub::before {
  position: absolute;
  left: 0;
  content: "工法：";
}
.top-proof.is-construction {
  background: #005896;
}

.top-product {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top-product {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
.top-product__list {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-product__list {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-product__list {
    margin-right: 0;
    margin-left: 0;
    margin-top: 4px;
    flex-wrap: wrap;
  }
}
.top-product__list-item {
  width: 320px;
}
@media screen and (max-width: 1200px) {
  .top-product__list-item {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .top-product__list-item {
    width: 100%;
    margin-top: 30px;
  }
}
.top-product__list-item a {
  display: block;
  border: 1px solid #006CB8;
  border-bottom: 4px solid #006CB8;
}
.top-product__list-item-img {
  width: 100%;
}
.top-product__list-item-caption {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 0 20px;
  color: #333333;
}
.top-product__btn a {
  margin: 50px auto 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .top-product__btn a {
    width: 100%;
    margin-top: 40px;
  }
}
.top-product__btn a::after {
  margin-left: 20px;
}

.top-news {
  background: #DEE9F4;
  padding: 94px 0 109px;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.top-news__list {
  margin: 39px 88px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .top-news__list {
    margin: 22px 0 0;
  }
}
.top-news__list-item {
  border-bottom: 1px solid #B7B7B7;
  padding: 31px 0;
}
.top-news__list-item:first-child {
  border-top: 1px solid #B7B7B7;
}
.top-news__list-item a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #333333;
  margin-left: 56px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-news__list-item a {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.top-news__list-item-date {
  color: #7E7D7D;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-news__list-item-date {
    width: 100%;
    margin-bottom: 5px;
  }
}
.top-news__list-item-text {
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news__list-item-text {
    width: 100%;
    padding-left: 15px;
  }
}
.top-news__list-item-text::before {
  position: absolute;
  left: 40px;
  top: 0;
  content: "−";
  color: #006CB8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-news__list-item-text::before {
    left: 0;
  }
}

.works-heading__ja {
  height: 150px;
  position: relative;
  padding-top: 30px;
  z-index: 1;
}
.works-heading__ja::before {
  position: absolute;
  right: 0;
  top: -50px;
  content: "";
  display: block;
  width: 200px;
  height: 192px;
  background: center center/contain no-repeat url(../../works/images/icon_works.svg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .works-heading__ja::before {
    right: 20px;
    top: auto;
    bottom: 20%;
    width: 100px;
    height: 100px;
  }
}

.works__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .works__inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .works__inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin-top: -32px;
}
.works-list a {
  display: block;
}
.works-list__item {
  width: 32%;
  margin-right: 2%;
  margin-top: 32px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .works-list__item {
    width: 100%;
  }
}
.works-list__item:nth-child(3n) {
  margin-right: 0;
}
.works-list__item-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.works-list__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 195px;
}
.works-list__item-name {
  margin: 0 20px;
  min-height: 83px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #006CB8;
}
.works-list__item-method {
  min-height: 59px;
  margin: 0 20px 0 20px;
  padding: 10px 40px 10px 0;
  border-top: 1px solid #B7B7B7;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8rem;
  display: flex;
  color: #333333;
  flex: 1;
}
.works-list__item-method::before {
  content: "工法：";
  display: block;
  width: 44px;
}
.works-list__item-method::after {
  position: absolute;
  bottom: 20px;
  right: 0;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: center center/contain no-repeat url(../images/arrow2.svg);
}

.workDetail-mv {
  width: 1024px;
  height: 570px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .workDetail-mv {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.workDetail-mv img {
  -o-object-fit: cover;
     object-fit: cover;
}

.workDetail__inner {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .workDetail__inner {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.workDetail-spec {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .workDetail-spec {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.workDetail-spec__text {
  flex: 1;
  padding-right: 85px;
}
@media screen and (max-width: 1024px) {
  .workDetail-spec__text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .workDetail-spec__text {
    padding-right: 0;
  }
}
.workDetail-spec__text-head {
  color: #006CB8;
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding-bottom: 75px;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (max-width: 767px) {
  .workDetail-spec__text-head {
    padding-bottom: 30px;
  }
}
.workDetail-spec__text-head-title {
  margin-top: 10px;
  display: block;
  font-size: 3.2rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .workDetail-spec__text-head-title {
    font-size: 2.3rem;
    line-height: 4rem;
  }
}
.workDetail-spec__text-item {
  margin-top: 10px;
}
.workDetail-spec__text-item-head {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #006CB8;
  font-weight: 600;
}
.workDetail-spec__text-item-body {
  margin-top: 5px;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .workDetail-spec__img {
    margin-top: 30px;
  }
}
.workDetail-spec__img-object {
  width: 408px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .workDetail-spec__img-object {
    width: 296px;
    height: 181px;
  }
}
@media screen and (max-width: 767px) {
  .workDetail-spec__img-object {
    width: 100%;
    height: 220px;
  }
}
.workDetail-spec__img-caption {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 5px;
}

.workDetail-construction {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .workDetail-construction {
    margin-top: 60px;
  }
}
.workDetail-construction__head {
  width: 100%;
  height: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #006CB8;
  background: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .workDetail-construction__head {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .workDetail-construction__head {
    padding: 10px 20px;
  }
}
.workDetail-construction__text {
  margin-top: 30px;
  font-size: 1.7rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .workDetail-construction__text {
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.workDetail-construction__link {
  margin-top: 40px;
}
.workDetail-construction__link a {
  display: flex;
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .workDetail-construction__link a {
    flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .workDetail-construction__link a {
    height: auto;
  }
}
.workDetail-construction__link-img {
  overflow: hidden;
  width: 408px;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .workDetail-construction__link-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .workDetail-construction__link-img {
    height: 30vw;
  }
}
.workDetail-construction__link-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.workDetail-construction__link-text {
  flex: 1;
  position: relative;
  padding: 20px 30px;
  background: #006CB8;
  color: #fff;
  font-size: 2.3rem;
  line-height: 3.3rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .workDetail-construction__link-text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .workDetail-construction__link-text {
    padding: 15px 20px 45px;
    font-size: 1.5rem;
  }
}
.workDetail-construction__link-text-sub {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .workDetail-construction__link-text-sub {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.workDetail-construction__link-text-sub::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-left: 14px;
  background: right center/contain no-repeat url(../images/arrow1.svg);
}

.workDetail-btn {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .workDetail-btn {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .workDetail-btn {
    margin-top: 50px;
  }
}
.workdetail .member {
    background: #fff;
    margin: 3em 0 0;
    padding: 2em;
    border-top: solid 5px #036bb7;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.workdetail .member h3 {
    font-size: 2.5rem;
    color: #006bb7;
    margin-bottom: 1em;
}
.workdetail .member p {
    text-align: center;
    font-size: 100%;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.workdetail .member p strong {
    font-size: 1.8rem;
}
.workdetail .member .btnArea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.workdetail .member .btnArea .btn-square, .workdetail .member .btnArea .btn-square a {
    width: 100%;
}
.workdetail .member .btnArea .btn-square {
    position: relative;
    margin: 1em 2% 0;
}
.workdetail .member .btnArea .btn-square a {
    color: #fff;;
}
.workdetail .member .btnArea .btn-square:nth-child(1) a {
    background: #36A9DD;
}
.workdetail .member .btnArea .btn-square:nth-child(2) a {
    background: #006CB8;
}
.workdetail .member .btnArea .btn-square a::after {
    position: absolute;
    right: 24px;
    background: center center/contain no-repeat url(../images/arrow1.svg);
}
@media screen and (max-width: 767px) {
    .workdetail .member .btnArea {
        flex-direction: column;
    }
    .workdetail .member h3 {
        line-height: 1.4em;
    }
    .workdetail .member p {
        text-align: left;
        line-height: 1.8em;
    }
}
.construction-main {
  display: flex;
  flex-wrap: wrap;
}
.construction-main__info {
  width: 50%;
  background: #006CB8;
  color: #fff;
  padding-right: 45px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .construction-main__info {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .construction-main__info {
    width: 100%;
    padding: 30px 0;
  }
}
.construction-main__info::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 48vw;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .construction-main__info::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .construction-main__info::before {
    content: none;
  }
}
.construction-main__info-head {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
  max-width: 560px;
  height: 50%;
}
@media screen and (max-width: 1024px) {
  .construction-main__info-head {
    height: auto;
    padding: 20px 0 15px 30px;
    margin-right: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .construction-main__info-head {
    height: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 20px;
    border-bottom: none;
  }
}
.construction-main__info-head-sub {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.6rem;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .construction-main__info-head-sub {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.construction-main__info-head-main {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-size: 3rem;
  line-height: 4rem;
}
@media screen and (max-width: 1024px) {
  .construction-main__info-head-main {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .construction-main__info-head-main {
    font-size: 2.6rem;
  }
}
.construction-main__info-text {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 567px;
  height: 50%;
  margin-top: 45px;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .construction-main__info-text {
    height: auto;
    margin-top: 0;
    padding: 15px 0 20px 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .construction-main__info-text {
    height: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }
  .construction-main__info-text::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 95%;
    height: 1px;
    background: #fff;
  }
}
.construction-main__img {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .construction-main__img {
    height: 100%;
  }
  .construction-main__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .construction-main__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .construction-main__img {
    width: 100%;
  }
}

.construction-feature {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .construction-feature {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .construction-feature {
    padding-top: 40px;
  }
}
.construction-feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.construction-feature__list-item {
  margin-top: 30px;
  width: 49%;
  padding: 24px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .construction-feature__list-item {
    width: 100%;
    margin-top: 20px;
  }
}
.construction-feature__list-item-head {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #006CB8;
}
@media screen and (max-width: 1024px) {
  .construction-feature__list-item-head {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .construction-feature__list-item-head {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.construction-feature__list-item-text {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.construction-feature__list-item-img {
  margin: 20px auto 0;
  width: 68%;
  display: block;
}
@media screen and (max-width: 767px) {
  .construction-feature__list-item-img {
    width: 100%;
  }
}
.construction-feature__photo {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .construction-feature__photo {
    margin-top: 20px;
  }
}
.construction-feature__photo-img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .construction-feature__photo-img {
    width: 100%;
  }
  .construction-feature__photo-img + .construction-feature__photo-img {
    margin-top: 30px;
  }
}
.construction-feature__photo-img:nth-of-type(n + 3) {
  margin-top: 30px;
}
.construction-feature__photo-img-caption {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.9rem;
  text-align: center;
}

.construction-flow {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .construction-flow {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .construction-flow {
    margin-top: 50px;
  }
}
.construction-flow__img {
  background: #fff;
  border: 5px solid #ADADAD;
  position: relative;
  margin-top: 28px;
}
.construction-flow__img img {
  width: 67%;
  display: block;
  margin: 25px auto 20px;
}
@media screen and (max-width: 767px) {
  .construction-flow__img img {
    margin: 50px auto 20px;
    width: 90%;
  }
}
.construction-flow__img-caption {
  font-size: 1.8rem;
  line-height: 2.2rem;
  background: #ADADAD;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1em 5px;
}
.construction-flow__spec {
  margin-top: 40px;
}
.construction-flow__spec-scroll {
  margin-top: 10px;
}
.construction-flow__spec-text {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.construction-license {
  margin-top: 100px;
}
.construction-license__info {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.construction-license__info-item {
  flex: 1;
  padding-right: 54px;
}
@media screen and (max-width: 767px) {
  .construction-license__info-item {
    padding-right: 0;
  }
}
.construction-license__info-item-text {
  font-size: 1.7rem;
  line-height: 3rem;
}
.construction-license__info-item-about {
  background: #fff;
  margin-top: 30px;
  padding: 30px;
}
.construction-license__info-item-about-head {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #006CB8;
}
.construction-license__info-item-about-caption {
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin-top: 15px;
}
.construction-license__info-img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .construction-license__info-img {
    width: 100%;
    margin-top: 30px;
  }
}
.construction-license__info-img img {
  border: 1px solid #D9D9D9;
}

.construction-other {
  margin-top: 100px;
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  .construction-other {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
.construction-other__navi {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.construction-other__navi-list {
  margin-top: 20px;
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .construction-other__navi-list {
    margin-right: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.construction-other__navi-list:nth-child(3n) {
  margin-right: 0;
}
.construction-other__navi-list-link {
  display: block;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 20px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  background: #006CB8;
}
@media screen and (max-width: 1024px) {
  .construction-other__navi-list-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .construction-other__navi-list-link {
    font-size: 1.6rem;
  }
}
.construction-other__navi-list-link::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: center center/contain no-repeat url(../images/arrow1.svg);
}

.constructionIndex-heading__ja {
  height: 150px;
  position: relative;
  padding-top: 30px;
  z-index: 1;
}
.constructionIndex-heading__ja::before {
  position: absolute;
  right: 0;
  top: -50px;
  content: "";
  display: block;
  width: 200px;
  height: 192px;
  background: center center/contain no-repeat url(../../construction/images/icon_construction.svg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .constructionIndex-heading__ja::before {
    right: 20px;
    top: auto;
    bottom: 20%;
    width: 100px;
    height: 100px;
  }
}

.constructionIndex__inner {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .constructionIndex__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .constructionIndex__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.constructionIndex__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.constructionIndex__list-item {
  width: 48%;
  margin-top: 40px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .constructionIndex__list-item {
    width: 100%;
    margin-top: 20px;
  }
}
.constructionIndex__list-item a {
  display: block;
}
.constructionIndex__list-item-img {
  width: 100%;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .constructionIndex__list-item-img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .constructionIndex__list-item-img {
    height: auto;
  }
}
.constructionIndex__list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.constructionIndex__list-item-text {
  margin-top: -1px;
  background: #006CB8;
  min-height: 100px;
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .constructionIndex__list-item-text {
    font-size: 1.6rem;
    padding-right: 40px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .constructionIndex__list-item-text {
    font-size: 1.8rem;
    padding-right: 40px;
  }
}
.constructionIndex__list-item-text-sub {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  margin-top: 8px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .constructionIndex__list-item-text-sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .constructionIndex__list-item-text-sub {
    font-size: 1.6rem;
  }
}
.constructionIndex__list-item-text::after {
  position: absolute;
  right: 10px;
  top: 50%;
}
.constructionIndex-btn a {
  width: 496px;
  height: 80px;
  margin: 70px auto 0;
  font-size: 2rem;
  line-height: 2.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .constructionIndex-btn a {
    width: 100%;
    font-size: 1.8rem;
  }
}
.constructionIndex-btn a::after {
  position: absolute;
  top: 50%;
  right: 24px;
}

.construction-smaple {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .construction-smaple {
    margin-top: 50px;
  }
}
.construction-smaple__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.construction-smaple__list-color {
  width: 48.5%;
  margin-top: 30px;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .construction-smaple__list-color {
    width: 100%;
    padding: 20px;
  }
}
.construction-smaple__list-color.is-parts {
  background: none;
  padding: 0;
  margin-top: 0;
}
.construction-smaple__list-color-item {
  background: #fff;
}
.is-parts .construction-smaple__list-color-item {
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .is-parts .construction-smaple__list-color-item {
    padding: 20px;
  }
}
.construction-smaple__list-color-head {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .construction-smaple__list-color-head {
    font-size: 1.6rem;
  }
}
.construction-smaple__list-color-img {
  margin-top: 30px;
}
.is-parts .construction-smaple__list-color-img {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .is-parts .construction-smaple__list-color-img {
    width: 100%;
  }
}
.construction-smaple__list-color-img2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.construction-smaple__list-color-img2-photo {
  width: 48%;
}
.construction-smaple__note {
  margin-top: 15px;
  font-size: 1.2rem;
}

.products__inner {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .products__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .products__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.products-accordion + .products-accordion {
  margin-top: 20px;
}

.product-anker {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  justify-content: space-between;
}
.product-anker__item {
  width: 48%;
  margin-top: 12px;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  .product-anker__item {
    width: 100%;
  }
}
.product-anker__item a {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #006CB8;
}

.products-list {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .products-list {
    margin-top: 60px;
  }
}

.products-list-info {
  position: relative;
}
.products-list-info + .products-list-info {
  margin-top: 50px;
}
.products-list-info__head {
  margin-top: 30px;
}
.products-list-info__item {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.products-list-info__item-part {
  margin-top: 20px;
  width: 23.2%;
  margin-right: 2.4%;
  border: 1px solid #006CB8;
  border-bottom: 3px solid #006CB8;
}
@media screen and (max-width: 767px) {
  .products-list-info__item-part {
    width: 100%;
    margin-right: 0;
  }
}
.products-list-info__item-part:nth-of-type(4n) {
  margin-right: 0;
}
.products-list-info__item-part-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .products-list-info__item-part-img {
    height: auto;
  }
}
.products-list-info__item-part-img img {
  -o-object-fit: cover;
     object-fit: cover;
     max-height: 160px;
     max-width: 239px;
     height: auto;
     width: auto;
}
.products-list-info__item-part-text {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 20px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #333333;
  position: relative;
}
.products-list-info__item-part-text::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: center center/contain no-repeat url(../images/arrow2.svg);
}

.productDetail__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .productDetail__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .productDetail__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.productDetail-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .productDetail-info {
    flex-wrap: wrap;
  }
}
.productDetail-info__img {
  width: 320px;
  height: 215px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .productDetail-info__img {
    width: 100%;
  }
}
.productDetail-info__img img {
  max-height: 215px;
  max-width: 320px;
  height: auto;
  width: auto;
}
.productDetail-info__spec {
  padding-left: 30px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .productDetail-info__spec {
    width: 100%;
    padding-left: 0;
  }
}
.productDetail-info__spec-head {
  font-weight: 600;
  color: #006CB8;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .productDetail-info__spec-head {
    margin-top: 30px;
  }
}
.productDetail-info__spec-head-sub {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .productDetail-info__spec-head-sub {
    margin-bottom: 10px;
  }
}
.productDetail-info__spec-head-main {
  font-size: 3rem;
  line-height: 4.6rem;
}
@media screen and (max-width: 767px) {
  .productDetail-info__spec-head-main {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.productDetail-sds {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .productDetail-sds {
    margin-top: 60px;
  }
}
.productDetail-sds__table {
  margin-top: 30px;
}
.productDetail-sds__table tr th:nth-child(1) {
  width: 80%;
}
.productDetail-sds__table tr th:nth-child(2) {
  width: 10%;
}
.productDetail-sds__table tr th:nth-child(3) {
  width: 10%;
}
.productDetail-sds__table tr td {
  font-size: 1.6rem;
}
.productDetail-sds__table tr td:nth-child(1) {
  text-align: left;
}

.productIntro {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.explanation {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.explanation table {
  margin-top: 30px;
  width: 100%;
  max-width: 672px;
  border-top: 1px solid #B7B7B7;
  border-left: 1px solid #B7B7B7;
}
@media screen and (max-width: 1024px) {
  .explanation table {
    max-width: 100%;
  }
}
.explanation table caption {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.explanation table th, .explanation table td {
  border-right: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  line-height: 2.5rem;
  text-align: center;
}
.explanation table th {
  background: #DBDBDB;
  font-size: 1.3rem;
}
.explanation table td {
  font-size: 1.4rem;
  padding: 7px;
  background: #fff;
}
.explanation dl {
  margin-top: 10px;
  display: flex;
  width: 100%;
  max-width: 672px;
  flex-wrap: wrap;
}
.explanation dl dt {
  margin-top: 5px;
  width: 68px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .explanation dl dt:nth-of-type(2n) {
    margin-top: 30px;
  }
}
.explanation dl dd {
  margin-top: 5px;
  width: 604px;
}

.document__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .document__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .document__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.document-dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.document-dl__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .document-dl__item {
    width: 100%;
  }
  .document-dl__item + .document-dl__item {
    margin-top: 40px;
  }
}
.document-dl__item-list {
  margin-left: 20px;
  margin-top: 20px;
  color: #006CB8;
}
.document-dl__item-list-link {
  list-style-type: disc;
  height: 30px;
  vertical-align: middle;
}
.document-dl__item-list-link + .document-dl__item-list-link {
  margin-top: 5px;
}
.document-dl__item-list-link.is-pdf::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 7px;
  background: center center/contain no-repeat url(../images/icon_pdf.png);
  vertical-align: middle;
}
.document-dl__item-list-link.is-xls::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-left: 7px;
  background: center center/contain no-repeat url(../images/icon_xls.png);
  vertical-align: middle;
}
.document-dl__item-list-link a {
  font-size: 1.6rem;
  color: #333333;
  text-decoration: underline;
  line-height: 3.5rem;
}
.document-dl__item-list-link a:hover {
  text-decoration: none;
}

.document-navi {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #006CB8;
}
@media screen and (max-width: 767px) {
  .document-navi {
    border-bottom: none;
    border-left: 3px solid #006CB8;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.document-navi__list {
  width: 31.5%;
}
@media screen and (max-width: 767px) {
  .document-navi__list {
    width: 100%;
  }
}
.document-navi__list-text, .document-navi__list-link {
  font-size: 2.2rem;
  line-height: 2.6rem;
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.document-navi__list-text {
  background: #006CB8;
  color: #fff;
}
.document-navi__list-link {
  background: #ccc;
  color: #006CB8;
}
.document-navi__list-link:hover {
  background: #006CB8;
  background: #fff;
}

.document-btn {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .document-btn {
    flex-wrap: wrap;
  }
}
.document-btn__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .document-btn__item {
    width: 100%;
  }
  .document-btn__item + .document-btn__item {
    margin-top: 20px;
  }
}
.document-btn__item a {
  width: 100%;
  padding: 0 20px;
  background: #006CB8;
  color: #fff;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: normal;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .document-btn__item a {
    font-size: 1.8rem;
  }
}
.document-btn__item a.is-pdf::after {
  width: 30px !important;
  height: 30px !important;
  background: center center/contain no-repeat url(../images/icon_pdf.png);
}

.document-list {
  margin-top: 60px;
}
.document-list__table {
  border-left: 1px solid #B7B7B7;
  width: 100%;
}
.document-list__table th, .document-list__table td {
  border-right: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}
.document-list__table th {
  font-size: 1.4rem;
  background: #DBDBDB;
  text-align: center;
  padding: 8px;
  font-weight: normal;
}
.document-list__table th:nth-child(1) {
  min-width: 80.6%;
}
.document-list__table th:nth-child(2) {
  width: 9.7%;
}
.document-list__table th:nth-child(3) {
  width: 9.7%;
}
.document-list__table td {
  background: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 7px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .document-list__table td {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.document-list__table td:nth-child(1) {
  text-align: left;
}
.document-list__table td:nth-child(2), .document-list__table td:nth-child(3) {
  vertical-align: middle;
}
.document-list__table tr:nth-of-type(odd) td {
  background: #F5F5F5;
}
.document-list__item {
  display: flex;
  flex-wrap: wrap;
}
.document-list__item-dl {
  width: 33.3333333333%;
  list-style: none;
  background: #fff;
  border: 1px solid #B7B7B7;
  border-left: none;
  border-top: none;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .document-list__item-dl {
    width: 100%;
    border-left: 1px solid #000;
  }
}
.document-list__item-dl:nth-child(3n+1) {
  border-left: 1px solid #B7B7B7;
}
.document-list__item-dl-img {
  border: 1px solid #B7B7B7;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.document-list__item-dl-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.document-list__item-dl-name {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-bottom: 50px;
}
.document-list__item-dl-link {
  width: 300px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
}
@media all and (min-width: 480px) and (max-width: 1024px) {
    .document-list__item-dl-img {
        height: 200px;
    }
    .document-list__item-dl-link {
        width: 84%;
    }
}
@media screen and (max-width: 480px) {
    .document-list__item-dl-link {
        width: 88%;
    }
}

.document-list__item-dl-link a {
  display: inline-block;
  width: 32%;
  height: 30px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.document-list__item-dl-link a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
}
.document-list__item-dl-link a::after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
}
.document-list__item-dl-link a.is-pdf {
  color: #FD0000;
  border: 1px solid #FD0000;
}
.document-list__item-dl-link a.is-pdf::before {
  border-color: #FD0000 transparent transparent transparent;
}
.document-list__item-dl-link a.is-pdf::after {
  content: "";
  background: center center/contain no-repeat url(../../document/images/dl-red.svg);
}
.document-list__item-dl-link a.is-pdf:hover {
  background: #FD0000;
  color: #fff;
}
.document-list__item-dl-link a.is-pdf:hover::after {
  background: center center/contain no-repeat url(../../document/images/dl-white.svg);
}
.document-list__item-dl-link a.is-dxf {
  color: #0074BC;
  border: 1px solid #0074BC;
}
.document-list__item-dl-link a.is-dxf::before {
  border-color: #0074BC transparent transparent transparent;
}
.document-list__item-dl-link a.is-dxf::after {
  background: center center/contain no-repeat url(../../document/images/dl-blue.svg);
}
.document-list__item-dl-link a.is-dxf:hover {
  background: #0074BC;
  color: #fff;
}
.document-list__item-dl-link a.is-dxf:hover::after {
  background: center center/contain no-repeat url(../../document/images/dl-white.svg);
}
.document-list__item-dl-link a.is-jww {
  color: #139116;
  border: 1px solid #139116;
}
.document-list__item-dl-link a.is-jww::before {
  border-color: #139116 transparent transparent transparent;
}
.document-list__item-dl-link a.is-jww::after {
  background: center center/contain no-repeat url(../../document/images/dl-green.svg);
}
.document-list__item-dl-link a.is-jww:hover {
  background: #139116;
  color: #fff;
}
.document-list__item-dl-link a.is-jww:hover::after {
  background: center center/contain no-repeat url(../../document/images/dl-white.svg);
}

.document-manual__dl-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #B7B7B7;
  border-top: none;
  padding: 10px 20px;
  background: #fff;
}
.document-manual__dl-item:nth-child(even) {
  background: #F5F5F5;
}
.document-manual__dl-item-text {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.document-manual__dl-item-link {
  border: 1px solid #FD0000;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 26px;
  line-height: 26px;
  color: #FD0000;
  font-size: 1.3rem;
}
.document-manual__dl-item-link:hover {
  background: #FD0000;
  color: #fff;
}

.faq__inner {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .faq__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.faq-intro {
  font-size: 2rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .faq-intro {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.faq-list {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .faq-list {
    padding-top: 25px;
  }
}

.faq-accordion {
  margin-top: 20px;
}
.faq-accordion__head {
  background: #fff;
  min-height: 90px;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .faq-accordion__head {
    min-height: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.faq-accordion__head-text {
  color: #006CB8;
  position: relative;
  padding: 0 10px 0 70px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq-accordion__head-text {
    font-size: 1.6rem;
    padding: 0 10px 0 50px;
  }
}
.faq-accordion__head-text::before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "IBM Plex Sans", sans-serif;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #707070;
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-accordion__head-text::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
}
.faq-accordion__head::before {
  background: #006CB8;
}
.faq-accordion__head::after {
  background: #006CB8;
}
.faq-accordion__body {
  background: #DEE9F4;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .faq-accordion__body {
    min-height: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.faq-accordion__body-link {
  padding: 0 0 0 70px;
}
@media screen and (max-width: 767px) {
  .faq-accordion__body-link {
    padding: 0 0 0 50px;
  }
}
.faq-accordion__body-link a {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #006CB8;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .faq-accordion__body-link a {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.faq-accordion__body-link a:hover {
  text-decoration: none;
}
.faq-accordion__body-text {
  position: relative;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0 0 0 70px;
}
@media screen and (max-width: 767px) {
  .faq-accordion__body-text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding: 0 0 0 50px;
  }
}
.faq-accordion__body-text::before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "IBM Plex Sans", sans-serif;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #006CB8;
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-accordion__body-text::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
}

.catalog__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .catalog__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .catalog__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.catalog-list {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -32px;
}
.catalog-list__item {
  width: 22%;
  margin-right: 4%;
  list-style: none;
  margin-top: 52px;
}
.catalog-list__item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .catalog-list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .catalog-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-list__item {
    width: 49%;
    margin-top: 30px;
  }
  .catalog-list__item:nth-child(odd) {
    margin-right: 2%;
  }
  .catalog-list__item:nth-child(even) {
    margin-right: 0;
  }
}
.catalog-list__item-head {
  margin-top: 15px;
}
.catalog-list__item-head a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 35px;
  padding: 0 10px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #fff;
  background: #006CB8;
}
.catalog-list__item-link {
  margin-top: 10px;
}
.catalog-list__item-link a {
  font-size: 1.6rem;
  line-height: 2.3rem;
  padding-left: 30px;
  background: left top/auto 24px no-repeat url(../../common/images/icon_pdf.png);
  color: #333333;
  display: block;
}
.catalog-list__item-link-sub {
  display: block;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.inquiry__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .inquiry__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.inquiry-intoro {
  font-size: 2rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .inquiry-intoro {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.inquiry-form {
  margin-top: 70px;
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .inquiry-form {
    margin-top: 35px;
    padding: 25px;
  }
}

#aform-4 input, #aform-4 textarea {
  -webkit-appearance: none;
}
#aform-4 input[type=text],
#aform-4 input[type=tel],
#aform-4 input[type=email],
#aform-4 textarea {
  padding: 1em;
}
#aform-4 input[type=radio] {
  padding: 1.2em 0;
}
#aform-4 .aform-input.aform-hdln {
  font-size: 2.4rem;
  color: #006CB8;
  border-bottom: 3px solid #868686;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #aform-4 .aform-input.aform-hdln {
    font-size: 2rem;
  }
}
#aform-4 dl {
  display: flex;
  align-items: center;
  min-height: 80px;
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 1024px) {
  #aform-4 dl {
    flex-wrap: wrap;
  }
}
#aform-4 dl dt {
  width: 32%;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #aform-4 dl dt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
#aform-4 dl dd {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  #aform-4 dl dd {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
#aform-4 .aform-label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  width: 100%;
  position: relative;
}
#aform-4 .aform-radio-ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
#aform-4 .aform-radio-ul li {
  margin-right: 75px;
  height: 48px;
  display: flex;
  align-items: center;
  line-height: 2.2rem;
}
@media screen and (max-width: 767px) {
  #aform-4 .aform-radio-ul li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
#aform-4 .aform-radio-ul li:last-child {
  margin-right: 0;
  width: 28%;
}
@media screen and (max-width: 767px) {
  #aform-4 .aform-radio-ul li:last-child {
    width: 100%;
  }
}
#aform-4 .aform-radio-ul label {
  position: relative;
  padding-left: 35px;
}
#aform-4 .aform-radio-ul input[type=radio] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F0F0F0;
  border: 1px solid #C6C6C6;
  left: 0;
  top: 2px;
}
#aform-4 .aform-radio-ul input[type=radio] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #006CB8;
  left: 4px;
  top: 6px;
  opacity: 0;
  transition: 0.3s;
}
#aform-4 .aform-radio-ul input[type=radio]:checked + label::after {
  opacity: 1;
}
#aform-4 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  position: relative;
  background: right 20px center/14px 12px no-repeat #F0F0F0 url(../../inquiry/images/ico-tri.png);
}
#aform-4 select option {
  font-size: 1.5rem;
  line-height: 4.4rem;
  color: #333333;
}
#aform-4 input[type=file] {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #C6C6C6;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.4rem;
  position: relative;
}
#aform-4 .dl_question08 {
  padding-bottom: 30px;
}
#aform-4 .dl_question08 .aform-radio-ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 1024px) {
  #aform-4 .dl_question08 .aform-radio-ul {
    margin-top: -20px;
  }
}
#aform-4 .dl_question08 .aform-radio-ul li {
  width: 46%;
  margin-right: 0;
  height: 240px;
  display: block;
}
@media screen and (max-width: 767px) {
  #aform-4 .dl_question08 .aform-radio-ul li {
    width: 100%;
  }
}
#aform-4 .dl_question08 .aform-radio-ul li label {
  height: 220px;
  width: 100%;
  padding-top: 190px;
  display: block;
  width: 100%;
}
#aform-4 .dl_question08 .aform-radio-ul li:nth-child(1) label {
  background: right top/255px 180px no-repeat url(../../inquiry/images/img_roof01.jpg);
}
#aform-4 .dl_question08 .aform-radio-ul li:nth-child(2) label {
  background: right top/255px 180px no-repeat url(../../inquiry/images/img_roof02.jpg);
}
#aform-4 .dl_question08 .aform-radio-ul li:nth-child(3) label {
  background: right top/255px 180px no-repeat url(../../inquiry/images/img_roof03.jpg);
}
#aform-4 .dl_question08 .aform-radio-ul li:nth-child(4) label {
  background: right top/255px 180px no-repeat url(../../inquiry/images/img_roof04.jpg);
}
@media screen and (max-width: 1024px) {
  #aform-4 .dl_question08 .aform-radio-ul li:nth-child(1) label, #aform-4 .dl_question08 .aform-radio-ul li:nth-child(2) label, #aform-4 .dl_question08 .aform-radio-ul li:nth-child(3) label, #aform-4 .dl_question08 .aform-radio-ul li:nth-child(4) label {
    background-size: auto 180px;
    background-position: left 38px top;
  }
}
@media screen and (max-width: 767px) {
  #aform-4 .dl_question08 .aform-radio-ul li:nth-child(1) label, #aform-4 .dl_question08 .aform-radio-ul li:nth-child(2) label, #aform-4 .dl_question08 .aform-radio-ul li:nth-child(3) label, #aform-4 .dl_question08 .aform-radio-ul li:nth-child(4) label {
    background-size: auto 180px;
    background-position: left 38px top;
  }
}
#aform-4 .dl_question09 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #aform-4 .dl_question09 {
    margin-bottom: 50px;
  }
}
#aform-4 .dl_question09 textarea {
  width: 100%;
  height: 250px;
  margin: 30px 0;
  border: 1px solid #C6C6C6;
  background: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  #aform-4 .dl_question09 textarea {
    margin-top: 0;
  }
}
#aform-4 .dl_name,
#aform-4 .dl_kana,
#aform-4 .dl_postcode,
#aform-4 .dl_address01,
#aform-4 .dl_address02,
#aform-4 .dl_address03,
#aform-4 .dl_address04,
#aform-4 .dl_phone,
#aform-4 .dl_email,
#aform-4 .dl_priority {
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  #aform-4 .dl_name,
#aform-4 .dl_kana,
#aform-4 .dl_postcode,
#aform-4 .dl_address01,
#aform-4 .dl_address02,
#aform-4 .dl_address03,
#aform-4 .dl_address04,
#aform-4 .dl_phone,
#aform-4 .dl_email,
#aform-4 .dl_priority {
    padding: 0;
  }
}
#aform-4 .dl_name input[type=text],
#aform-4 .dl_name input[type=tel],
#aform-4 .dl_name input[type=email],
#aform-4 .dl_kana input[type=text],
#aform-4 .dl_kana input[type=tel],
#aform-4 .dl_kana input[type=email],
#aform-4 .dl_postcode input[type=text],
#aform-4 .dl_postcode input[type=tel],
#aform-4 .dl_postcode input[type=email],
#aform-4 .dl_address01 input[type=text],
#aform-4 .dl_address01 input[type=tel],
#aform-4 .dl_address01 input[type=email],
#aform-4 .dl_address02 input[type=text],
#aform-4 .dl_address02 input[type=tel],
#aform-4 .dl_address02 input[type=email],
#aform-4 .dl_address03 input[type=text],
#aform-4 .dl_address03 input[type=tel],
#aform-4 .dl_address03 input[type=email],
#aform-4 .dl_address04 input[type=text],
#aform-4 .dl_address04 input[type=tel],
#aform-4 .dl_address04 input[type=email],
#aform-4 .dl_phone input[type=text],
#aform-4 .dl_phone input[type=tel],
#aform-4 .dl_phone input[type=email],
#aform-4 .dl_email input[type=text],
#aform-4 .dl_email input[type=tel],
#aform-4 .dl_email input[type=email],
#aform-4 .dl_priority input[type=text],
#aform-4 .dl_priority input[type=tel],
#aform-4 .dl_priority input[type=email] {
  width: 100%;
  height: 50px;
  border: 1px solid #C6C6C6;
  background: #F0F0F0;
}
#aform-4 .dl_name .aform-input-example,
#aform-4 .dl_kana .aform-input-example,
#aform-4 .dl_postcode .aform-input-example,
#aform-4 .dl_address01 .aform-input-example,
#aform-4 .dl_address02 .aform-input-example,
#aform-4 .dl_address03 .aform-input-example,
#aform-4 .dl_address04 .aform-input-example,
#aform-4 .dl_phone .aform-input-example,
#aform-4 .dl_email .aform-input-example,
#aform-4 .dl_priority .aform-input-example {
  margin-bottom: 7px;
  font-size: 1.2rem;
}
#aform-4 .aform-required {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: #DA2128;
  width: 50px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aform-4 .aform-name-ul,
#aform-4 .aform-kana-ul,
#aform-4 .dl_postcode {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#aform-4 .aform-name-ul li,
#aform-4 .aform-kana-ul li,
#aform-4 .dl_postcode li {
  width: 48%;
}
#aform-4 .aform-name-ul label,
#aform-4 .aform-kana-ul label,
#aform-4 .dl_postcode label {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 7px;
}
#aform-4 .aform-button-area {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #aform-4 .aform-button-area {
    padding-top: 20px;
  }
}
#aform-4 input[type=submit],
#aform-4 input[type=button] {
  border: none;
  width: 492px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
  color: #fff;
  background: #006CB8;
  font-weight: 600;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #aform-4 input[type=submit],
#aform-4 input[type=button] {
    width: 100%;
    margin-top: 20px;
  }
}
#aform-4 #aform_confirm_msg {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #aform-4 #aform_confirm_msg {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}/*# sourceMappingURL=style.css.map */
.news__inner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
   .news__inner {
      padding: 20px 0 0;
    } 
}
.news__list {
  padding: 0 0 50px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin: 22px 0 0;
  }
}
.news__list-item {
  border-bottom: 1px solid #B7B7B7;
  padding: 31px 0;
}
.news__list-item:first-child {
  border-top: 1px solid #B7B7B7;
}
.news__list-item a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #333333;
  margin-left: 56px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news__list-item a {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.news__list-item-date {
  color: #7E7D7D;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news__list-item-date {
    width: 100%;
    margin-bottom: 5px;
  }
}
.news__list-item-text {
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__list-item-text {
    width: 100%;
    padding-left: 15px;
  }
}
.news__list-item-text::before {
  position: absolute;
  left: 40px;
  top: 0;
  content: "−";
  color: #006CB8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news__list-item-text::before {
    left: 0;
  }
}
.news__inner h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    color: #006CB8;
    margin: 10px 0 30px;
}
@media screen and (max-width: 767px) {
   .news__inner h3 {
        font-size: 2.2rem;
        line-height: 3.2rem;
    } 
}
.news__inner p {
    line-height: 3rem;
    margin-bottom: 3rem;
}
.aform-header {
  display: none !important;
}
#aform_result {
  color: #000!important;
  font-size: 1em!important;
  font-weight: 400!important;
  line-height: 1.8!important;
  text-align: center;
}
#aform_result h3 {
    margin-bottom: 1em;
    font-size: 1.5em;
}
#aform_result p {
    margin-bottom: 1em;
}
#aform_result div {
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin: 2em 0;
    padding: 1.5em 2em 1em;
}
#aform_result div p {
    font-size: .8em;
}

.policy-text {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.policy-text_margin {
  margin-bottom: 5rem;
}
.policy-text_last {
  margin-bottom: 8rem;
}
.policy-h3 {
  font-size: 3rem;
  margin-bottom: 5rem;
  position: relative;
  padding-top: 2rem;
}
@media screen and (max-width:740px) {
  .policy-h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
.policy-h3::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 20px;
  top: 0;
  background: #000;
}
.policy-h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width:740px) {
  .policy-h4 {
    font-size: 1.6rem;
    line-height: 2.2rem
  }
}
.link_externallink {
  color: #025896;
}
.link_externallink:hover {
  color: #03afbd;
}
.link_externallink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: center center / cover no-repeat url(../images/icon_exlink.svg);
  margin-left: 4px;
}
.ft-info__exlink-item.in-site-link a {
  font-size: 1.2rem;
  padding-right: 0;
  color: #333333;
  background: none;
  vertical-align: 2px;
}

.formArea {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    /*height: auto;*/
    padding: 80px 0 100px;
}
iframe#iframeform {
    height: 3000px;
    width: 100%;
}

.side-panel {
  position: fixed;
  top: 90px;
  right: 0;
  width: 300px;
  height: calc(100% - 90px);
  background-color: #f9f9f9;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  padding: 20px;
  overflow: auto;
}
@media screen and (max-width:740px) {
  .side-panel {
    top: 70px;
    height: calc(100% - 70px);
    right: -300px;
  }
}
.side-panel.close {
  right: -300px;
}
@media screen and (max-width:740px) {
  .side-panel.close {
    right: 0;
  }
}
.side-tab {
  position: fixed;
  width: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #007bff;
  color: white;
  padding: 12px 10px;
  cursor: pointer;
  z-index: 1001;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  height: 160px;
  box-shadow: -2px 2px 6px rgba(0,0,0,0.2);
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-tab::after {
  content: "カタログを閉じる";
  /*position: absolute;*/
}
.side-tab.close::after {
  content: "カタログを見る";
}
@media screen and (max-width:740px) {
  .side-tab::after { content: "カタログを見る"; }
  .side-tab.close::after { content: "カタログを閉じる"; }
}
.side-tab:hover {
  background-color: #0056b3;
}
.side-catalog {
  
}
.side-catalog-list {
  display: flex;
  flex-direction: column;
}
.side-catalog-list__item {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: solid 1px #cfcfcf;
}
.side-lcatalog-ist__item-img {
  width: 70px;
  height: auto;
}
.side-lcatalog-ist__item-head {
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.tab-catalog {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tab-catalog &gt; label {
  flex: 1 1;
  order: -1;
  height: 30px;
  background-color: #ccc;
  color: #006CB8;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid #006CB8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-catalog &gt; label:hover {
  background-color: #fff;
}
.tab-catalog input {
  display: none;
}
.tab-catalog &gt; div {
  display: none;
  width: 100%;
}
.tab-catalog label:has(:checked) {
  /*border-bottom: 4px solid #2589d0;*/
  background: #006CB8;
  color: #fff;
}
.tab-catalog label:has(:checked) + div {
  display: block;
}
.catalogform-btn a {
  width: 496px;
  height: 60px;
  margin: 0 auto 70px;
  font-size: 2rem;
  line-height: 2.6rem;
  position: relative;
}
.catalogform-btn a::after {
  position: absolute;
  top: 50%;
  right: 24px;
}
@media screen and (max-width:740px) {
  .catalogform-btn a {
    width: 100%;
    height: 50px;
    font-size: 1.8rem;
  }
}</pre></body></html>