@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list],
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  --color1: #1a1a1a;
  --color2: #D35900;
  --width: 1180px;
  --oswald: "oswald", sans-serif;
  --zenkaku: zen-kaku-gothic-new, sans-serif;
}

body {
  width: 100%;
  background: #fff;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: var(--color1);
  text-align: left;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

.inner {
  max-width: var(--width);
  margin: auto;
  overflow: none;
}
@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 10px;
  }
}

.col2 {
  display: flex;
}

a:hover {
  text-decoration: none;
}

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

#top {
  background: url(../img/fv_bg.jpg) no-repeat center/cover;
  overflow: hidden;
}
#top .footstepBox {
  font-size: 10px;
}
#top .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 56px 0 80px;
}
#top .left {
  width: 675px;
}
#top .left .right {
  display: none;
}
#top .left .point {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 48px 0 32px;
}
#top .left .point li {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
#top .left .point li:not(:last-of-type) {
  padding-right: 16px;
  margin-right: 16px;
  border-right: solid 1px var(--color1);
}
#top .left .point li .bold {
  font-weight: bold;
}
#top .left > p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
#top .left > p .orange {
  color: var(--color2);
  font-family: var(--zenkaku);
  font-size: 40px;
}
#top .left > p .orange span {
  font-size: 24px;
}
#top .left .fv_cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 16px 24px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
#top .left .fv_cta .price {
  display: flex;
  align-items: center;
  gap: 16px;
}
#top .left .fv_cta .price div:nth-of-type(1) {
  padding: 4px;
  border: solid 1px var(--color1);
  font-size: 12px;
  writing-mode: vertical-rl;
}
#top .left .fv_cta .price div:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#top .left .fv_cta .price div:nth-of-type(2) span {
  font-size: 40px;
  font-family: var(--oswald);
  font-weight: 700;
  line-height: 1;
}
#top .left .fv_cta .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#top .left .fv_cta .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 46px;
  color: var(--color2);
  font-weight: bold;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
#top .left .fv_cta .btn a:nth-of-type(1) {
  background: #fff;
  border: solid 2px var(--color2);
}
#top .left .fv_cta .btn a:nth-of-type(2) {
  background: var(--color2);
  color: #fff;
}
#top .left .fv_cta .btn a:hover {
  filter: brightness(0.9);
}
#top .right {
  position: relative;
  width: calc(100% - 675px - 32px);
}
#top .right img {
  width: 100%;
}
#top .right .note {
  position: absolute;
  bottom: 0;
  right: 0;
}
#top .right .note p {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  #top {
    padding: 0 10px;
  }
  #top .left {
    width: 60%;
  }
  #top .left h1 {
    width: 80%;
  }
  #top .left > p {
    font-size: 20px;
  }
  #top .left > p .orange {
    font-size: 32px;
  }
  #top .left .point li {
    font-size: 16px;
  }
  #top .left .point li:not(:last-of-type) {
    padding-right: 12px;
    margin-right: 12px;
  }
  #top .left .fv_cta {
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
  }
  #top .left .fv_cta .price {
    gap: 8px;
  }
  #top .left .fv_cta .price div:nth-of-type(2) span {
    font-size: 36px;
  }
  #top .left .fv_cta .btn a {
    width: 140px;
  }
  #top .right {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  #top .inner {
    padding: 32px 0 24px;
  }
  #top .left {
    width: 100%;
  }
  #top .left h1 {
    width: 500px;
    margin: auto;
  }
  #top .left .right {
    display: block;
    width: 380px;
    margin: 16px auto 0;
  }
  #top .left .right .note {
    right: -60px;
  }
  #top .left .point {
    justify-content: center;
    margin: 24px 0;
  }
  #top .left > p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
  }
  #top .left .fv_cta {
    margin: auto;
  }
  #top .right.pcOnly {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #top .left h1 {
    width: 90%;
  }
  #top .left .right {
    width: 75%;
    padding-bottom: 32px;
  }
  #top .left .point {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 95%;
    margin: 24px auto;
  }
  #top .left .point li {
    font-size: 15px;
  }
  #top .left .point li:not(:last-of-type) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #top .left .point::before, #top .left .point::after {
    content: "";
    position: absolute;
    background: var(--color1);
  }
  #top .left .point::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
  }
  #top .left .point::after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
  }
  #top .left > p {
    text-align: center;
    line-height: 1.5;
  }
  #top .left .fv_cta {
    flex-direction: column;
    align-items: center;
  }
  #top .left .fv_cta .btn a {
    width: 160px;
  }
}

#feature {
  background: url(../img/main_bg.jpg) no-repeat center/cover;
}
#feature .lead {
  padding: 64px 0;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
#feature .lead span {
  font-weight: bold;
}
#feature .pointWrapper {
  display: grid;
  gap: 60px;
}
#feature .pointWrapper .point01 {
  grid-column: 1/3;
  grid-row: 1/2;
}
#feature .pointWrapper .point02 {
  grid-column: 1/2;
  grid-row: 2/3;
}
#feature .pointWrapper .point03 {
  grid-column: 2/3;
  grid-row: 2/3;
}
#feature .pointWrapper .point04 {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (max-width: 1180px) {
  #feature .pointWrapper {
    gap: 40px;
  }
}
#feature .container {
  position: relative;
  padding: 24px 32px 40px;
  background: linear-gradient(106deg, #E1E1E5 50.37%, #FFF 73.76%, #E1E1E5 100%);
}
#feature .container .num {
  position: absolute;
  top: -21px;
  left: 32px;
  color: var(--color2);
  font-size: 82px;
  font-family: var(--oswald);
  font-weight: 500;
  line-height: 1;
  font-style: italic;
}
#feature .container h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
}
#feature .container .box .name {
  margin: 12px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#feature .container .box .name span {
  font-size: 16px;
}
#feature .container .box p {
  font-size: 14px;
  text-align: center;
}
#feature .container.point01 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: solid 1px #bfbfbf;
}
#feature .container.point01 .top .box {
  max-width: 300px;
}
#feature .container.point01 .top .box.sml {
  width: 126px;
  margin-left: -32px;
}
#feature .container.point01 .bottom {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0 56px;
}
#feature .container.point01 .bottom .box.col2 {
  align-items: center;
  gap: 12px;
}
#feature .container.point01 .bottom .box .name, #feature .container.point01 .bottom .box p {
  text-align: left;
}
#feature .container.point01 .bottom .box img {
  width: 190px;
}
@media screen and (max-width: 1180px) {
  #feature .container.point01 .top {
    gap: 16px;
  }
  #feature .container.point01 .top .box.sml {
    margin-left: 0;
  }
  #feature .container.point01 .bottom {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  #feature .container.point01 .top {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 32px;
  }
  #feature .container.point01 .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }
  #feature .container.point01 .bottom .box .left {
    width: 140px;
  }
  #feature .container.point01 .bottom .box .right {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  #feature .container.point01 .bottom {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
#feature .container .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#feature .container.point02 {
  padding: 24px 60px 40px;
}
#feature .container.point02 .list {
  -moz-column-gap: 64px;
       column-gap: 64px;
  row-gap: 40px;
  margin-bottom: 24px;
}
#feature .container.point02 .note p {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #feature .container.point02 {
    padding: 24px 32px 40px;
  }
  #feature .container.point02 .list {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
#feature .container.point03 {
  padding: 24px 60px 40px;
}
#feature .container.point03 h2 {
  margin-bottom: 16px;
}
#feature .container.point03 > p {
  margin-bottom: 24px;
  text-align: center;
}
#feature .container.point03 .list {
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 24px;
}
#feature .container.point03 .list .box img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
#feature .container.point03 .list .box .name {
  margin: 8px 0 6px;
  font-size: 14px;
  font-weight: normal;
}
#feature .container.point03 .list .box p {
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  #feature .container.point03 {
    padding: 24px 32px 40px;
  }
  #feature .container.point03 .list {
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-content: top;
  }
}
@media screen and (max-width: 767px) {
  #feature .container.point03 {
    padding: 24px 24px 32px;
  }
}
#feature .container.point04 .col2 {
  align-items: center;
  gap: 32px;
}
#feature .container.point04 p {
  width: calc(50% - 32px);
  line-height: 2;
}
#feature .container.point04 img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #feature .container.point04 .col2 {
    flex-direction: column;
    gap: 16px;
  }
  #feature .container.point04 .col2 p, #feature .container.point04 .col2 img {
    width: 100%;
  }
  #feature .container.point04 .col2 p {
    line-height: 1.7;
  }
}
#feature .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 24px;
  border-top: solid 24px var(--color2);
  border-right: solid 32px transparent;
}
@media screen and (max-width: 1180px) {
  #feature .container .num {
    top: -16px;
    font-size: 64px;
  }
  #feature .container h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  #feature .container .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #feature .container {
    padding: 24px 16px 40px;
  }
  #feature .container .num {
    top: -12px;
    left: 20px;
    font-size: 48px;
  }
  #feature .container h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
  #feature .container::after {
    width: 24px;
    height: 16px;
    border-top: solid 16px var(--color2);
    border-right: solid 24px transparent;
  }
  #feature .container .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#feature .regulation {
  align-items: center;
  gap: 32px;
  padding: 32px 40px;
  margin: 80px 0 0;
  background: #CDCDCE;
}
#feature .regulation h2 {
  color: var(--color2);
  font-size: 24px;
  white-space: nowrap;
}
#feature .regulation p {
  padding: 8px 0 8px 32px;
  border-left: solid 1px var(--color1);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #feature .regulation {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    margin-top: 40px;
  }
  #feature .regulation h2 {
    font-size: 20px;
  }
  #feature .regulation h2 br {
    display: none;
  }
  #feature .regulation p {
    padding: 0;
    border-left: none;
  }
}
@media screen and (max-width: 960px) {
  #feature .lead {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }
  #feature .pointWrapper {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  #feature .lead {
    padding: 40px 0;
  }
}

.ctaBtns {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 80px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .ctaBtns {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .ctaBtns {
    gap: 16px;
    padding: 56px 0 80px;
  }
}

.catalogBtn, .inquiryBtn {
  width: 480px;
}
.catalogBtn a, .inquiryBtn a {
  display: block;
  height: 100px;
  padding: 24px 20px 0;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.catalogBtn a:hover, .inquiryBtn a:hover {
  filter: brightness(0.9);
}
@media screen and (max-width: 549px) {
  .catalogBtn, .inquiryBtn {
    width: 100%;
    padding: 0 10px;
  }
  .catalogBtn a, .inquiryBtn a {
    height: 80px;
    text-align: left;
    font-size: 16px;
  }
  .catalogBtn a p, .inquiryBtn a p {
    font-size: 16px;
  }
}

.catalogBtn a {
  position: relative;
  padding-top: 28px;
  background: #fff;
  border: solid 3px var(--color2);
  color: var(--color2);
}
.catalogBtn a:hover img {
  transform: rotate(15deg);
}
.catalogBtn a p.sml {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.catalogBtn a img {
  position: absolute;
  right: 3px;
  top: -20px;
  width: 100px;
  transform: rotate(12deg);
}
@media screen and (max-width: 767px) {
  .catalogBtn a {
    padding-top: 20px;
  }
  .catalogBtn a p {
    font-size: 18px;
  }
  .catalogBtn a p.sml {
    font-family: 11px;
  }
  .catalogBtn a img {
    right: 24px;
  }
}
@media screen and (max-width: 549px) {
  .catalogBtn a {
    padding-top: 17px;
  }
  .catalogBtn a img {
    width: 80px;
    top: -14px;
    right: -4px;
  }
}

.inquiryBtn a {
  background: var(--color2);
  padding-top: 36px;
  color: #fff;
}
@media screen and (max-width: 549px) {
  .inquiryBtn a {
    padding-top: 31px;
  }
}

#drawingBox {
  padding: 80px 0 0;
}
#drawingBox .inner > h2 {
  margin-bottom: 64px;
  font-size: 32px;
  text-align: center;
}
#drawingBox figure:nth-of-type(1) {
  margin-bottom: 40px;
}
#drawingBox figure figcaption {
  margin-bottom: 24px;
}
#drawingBox table {
  width: 100%;
  margin: 64px auto 80px;
  border-collapse: collapse;
}
#drawingBox table th, #drawingBox table td {
  padding: 8px;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  text-align: center;
}
#drawingBox table td:last-of-type {
  border-right: none;
}
#drawingBox table tr:nth-of-type(odd) {
  background: #f8f8f8;
}
#drawingBox table thead th {
  height: 36px;
  background: #535356;
  color: #fff;
  text-align: center;
}
#drawingBox table tbody th, #drawingBox table tbody td {
  font-size: 14px;
}
#drawingBox table tbody th {
  width: 120px;
}
#drawingBox table tbody td img {
  max-width: none;
  zoom: 0.5;
  margin: auto;
}
#drawingBox table tbody td span {
  font-size: 12px;
  margin-left: 20px;
}
#drawingBox .col2 {
  background: #E8E5E5;
  padding: 30px;
  display: flex;
}
#drawingBox .col2 .col {
  width: 46.06%;
  padding-right: 32px;
  border-right: 2px solid #6A6A6A;
}
#drawingBox .col2 .col + .col {
  padding-right: 0;
  padding-left: 32px;
  display: flex;
  width: 53.94%;
  border-right: none;
}
#drawingBox .col2 .col h3 {
  font-size: 22px;
  position: relative;
  padding-left: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#drawingBox .col2 .col h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: url("../img/icon_04.svg") no-repeat center/100%;
}
#drawingBox .col2 .col p {
  font-size: 13px;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-top: 10px;
}
#drawingBox .col2 .col p span {
  color: #B0412B;
}
#drawingBox .col2 .col + .col h3 {
  padding: 0;
}
#drawingBox .col2 .col + .col h3::before {
  display: none;
}
#drawingBox .col2 .col + .col h3 span {
  font-size: 16px;
  color: #003557;
  background: #fff;
  border: solid #003557 2px;
  line-height: 32px;
  padding: 0 14px;
  display: inline-block;
  margin-right: 12px;
}
#drawingBox .col2 .col ul {
  display: flex;
  margin-top: 8px;
}
#drawingBox .col2 .col li {
  font-size: 18px;
  line-height: 34px;
  background: #66B785;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  max-width: 130px;
}
#drawingBox .col2 .col li + li {
  margin-left: 8px;
}
#drawingBox .col2 .col + .col .img {
  width: 42.33%;
  max-width: 180px;
  margin: 0 auto;
}
#drawingBox .col2 .col + .col .txt {
  padding-right: 24px;
}
#drawingBox .col2 .col + .col p {
  margin-top: 10px;
  font-size: 14px;
}
#drawingBox .note {
  margin: 15px auto 0;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
#drawingBox .note p.ttl {
  font-weight: bold;
}
#drawingBox .note p:not(.ttl) {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  #drawingBox table tbody td img {
    zoom: 0.45;
  }
}
@media screen and (max-width: 1023px) {
  #drawingBox .col2 {
    flex-direction: column;
  }
  #drawingBox .col2 .col {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: 2px solid #6A6A6A;
  }
  #drawingBox .col2 .col + .col {
    border-bottom: none;
    padding: 20px 0 0 0;
    width: 100%;
    justify-content: space-between;
  }
  #drawingBox .col2 .col + .col .txt {
    flex: 1;
  }
  #drawingBox .col2 .col + .col .img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #drawingBox {
    padding: 60px 0;
  }
  #drawingBox h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #drawingBox .scroll-table {
    overflow-x: auto;
  }
  #drawingBox table {
    width: 900px;
    margin: 40px 0 16px;
  }
  #drawingBox table tbody td {
    line-height: 1.3;
  }
  #drawingBox table tbody td span {
    display: block;
    margin-left: 0;
  }
  #drawingBox .col2 {
    margin-top: 40px;
  }
  #drawingBox .col2 .col h2 {
    font-size: 18px;
    padding-left: 38px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #drawingBox .col2 .col h2::before {
    top: -2px;
    width: 30px;
    height: 30px;
  }
  #drawingBox .col2 .col + .col {
    flex-direction: column;
    gap: 20px;
  }
  #drawingBox .col2 .col + .col .txt {
    padding: 0;
  }
  #drawingBox .ctaBtns {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #drawingBox table {
    width: 680px;
  }
  #drawingBox table tbody th {
    width: 100px;
  }
  #drawingBox table tbody td img {
    zoom: 0.4;
  }
}

#guideBox {
  padding: 100px 0;
  background: #f8f8f8;
}
#guideBox .inner {
  padding: 0 40px;
}
#guideBox h2 {
  margin-bottom: 60px;
  font-size: 32px;
  color: var(--color1);
  text-align: center;
}
#guideBox ul.productLink {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
#guideBox ul.productLink li img {
  margin: 0 auto 15px;
  zoom: 0.5;
}
#guideBox ul.productLink li a {
  display: block;
  margin: 10px;
  font-size: 18px;
  text-align: center;
  color: var(--color1);
}
#guideBox ul.productLink li a h3 i {
  margin-right: 5px;
  font-size: 22px;
}
#guideBox ul.productLink li p {
  font-size: 13px;
}
#guideBox .productNote {
  padding: 20px 28px;
  background: #fff;
}
#guideBox .productNote h4 {
  margin-bottom: 5px;
  color: var(--color1);
  font-size: 18px;
}
#guideBox .productNote ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
}
#guideBox .productNote ul:nth-of-type(1) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #guideBox {
    padding: 60px 0;
  }
  #guideBox h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #guideBox .inner {
    padding: 0 20px;
  }
  #guideBox ul.productLink {
    grid-template-columns: 1fr 1fr;
  }
}

/* layout
-----------------------------------------------*/
.layout {
  margin: 0 auto;
}
.layout .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 40px;
}
.layout .ttlBox {
  text-align: center;
  margin-bottom: 50px;
}
.layout .ttlBox h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  color: #2E3445;
}
.layout .ttlBox h2 br {
  display: none;
}
.layout .ttlBox h3 {
  font-size: 18px;
}
.layout .ttlBox h3 br {
  display: none;
}
.layout ul.col4 {
  overflow: hidden;
}
.layout .col4 li {
  float: left;
  width: 235px;
  margin-right: 20px;
}
.layout .col4 li.link4 {
  margin-right: 0px;
}
.layout .col4 li strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.layout .col4 li p {
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 5px;
}
.layout .col4 li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.layout .col4 li .photo {
  border: 2px solid #EEEDEB;
  margin-bottom: 8px;
}
.layout .col4 li .photo img {
  width: 100%;
  height: auto;
}
.layout .col4 li i {
  font-size: 18px;
  margin-right: 5px;
}
.layout #relationBox ul.col4 li.link4 {
  margin-right: 0;
}
.layout #relationBox ul li a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .layout {
    min-width: 320px;
  }
  .layout .inner {
    padding: 60px 40px;
    width: auto;
  }
  .layout .ttlBox {
    margin-bottom: 25px;
  }
  .layout .ttlBox h2 {
    font-size: 22px;
    padding-bottom: 6px;
  }
  .layout .ttlBox h2 br {
    display: block;
  }
  .layout .ttlBox span {
    font-size: 12px;
    margin-top: 8px;
  }
  .layout ul.col4 {
    overflow: hidden;
    font-size: 0;
    text-align: center;
    max-width: 484px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout .col4 li {
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
  }
  .layout .col4 li:nth-child(2n) {
    margin-left: 3%;
  }
  .layout .col4 li strong {
    font-size: 12px;
    padding-left: 18px;
  }
  .layout .col4 li .photo img {
    width: 100%;
    height: auto;
  }
  .layout .col4 li p {
    font-size: 11px;
  }
  .layout .col4 li i {
    font-size: 14px;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .layout .inner {
    padding: 60px 20px;
  }
  .layout #relationBox .inner {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */