@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: #003A41;
  --color2: #2A8590;
  --color3: #EEFAA1;
  --color4: #00AFDD;
  --color5: #003262;
  --max-width: 1080px;
  --font: "oswald", sans-serif;
}

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

.inner {
  max-width: var(--max-width);
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    padding: 20px;
  }
}

.st {
  background: url(../img/bg_stripe.svg) repeat-x left bottom;
}

a:hover {
  text-decoration: none;
}

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

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
#fv {
  background: linear-gradient(180deg, #E4F1F2, #FFFFFF);
}
#fv .inner {
  position: relative;
  padding-bottom: 110px;
}
#fv .footstepBox {
  width: auto;
  font-size: 12px;
}
#fv .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 56px;
}
#fv .top .left h1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  margin-bottom: 32px;
  border: solid 1px var(--color1);
  color: var(--color1);
  font-size: 20px;
}
#fv .top .left .subTtl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: var(--color1);
}
#fv .top .left .mainTtl {
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 600;
  color: var(--color1);
  letter-spacing: -0.04em;
}
#fv .top .left ul {
  display: flex;
  gap: 20px;
}
#fv .top .left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(42, 133, 144) 58%, rgb(19, 111, 120) 100%);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
#fv .top .left ul li p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#fv .top .right {
  max-width: 540px;
}
#fv .top .right p {
  font-size: 12px;
  text-align: right;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
#fv .bottom {
  position: absolute;
  bottom: -50px;
  width: var(--max-width);
  padding: 35px 40px 20px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
#fv .bottom .ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  margin: -50px 0 16px;
  background: var(--color2);
  color: #fff;
  font-weight: bold;
}
#fv .bottom .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fv .bottom .content .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
#fv .bottom .content .left .size {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 6px 10px 4px;
  border: solid 1px var(--color1);
  color: var(--color1);
  font-size: 20px;
  font-weight: bold;
}
#fv .bottom .content .left .size span {
  font-size: 18px;
  font-weight: normal;
}
#fv .bottom .content .left .note {
  font-size: 12px;
  line-height: 1.5;
}
#fv .bottom .content .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#fv .bottom .content .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 50px;
  background: var(--color4);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  #fv .top .left h1 {
    font-size: 18px;
  }
  #fv .top .left .mainTtl {
    font-size: 56px;
  }
  #fv .top .left ul li {
    width: 100px;
    height: 100px;
  }
  #fv .top .left ul li p {
    font-size: 16px;
  }
  #fv .top .right {
    width: 50%;
  }
  #fv .bottom {
    width: calc(100% - 40px);
  }
  #fv .bottom .content {
    gap: 10px;
  }
  #fv .bottom .content .left .size {
    font-size: 18px;
    white-space: nowrap;
  }
  #fv .bottom .content .left .size span {
    font-size: 16px;
  }
  #fv .bottom .content .right a {
    width: 160px;
  }
}
@media screen and (max-width: 900px) {
  #fv .top .left .subTtl {
    font-size: 20px;
  }
  #fv .top .left .mainTtl {
    font-size: 48px;
  }
  #fv .top .left ul {
    gap: 12px;
  }
  #fv .bottom {
    padding: 30px 20px 20px;
  }
  #fv .bottom .ttl {
    margin: -45px 0 16px;
  }
  #fv .bottom .content .left {
    gap: 12px;
  }
  #fv .bottom .content .right {
    gap: 12px;
  }
  #fv .bottom .content .right a {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #fv .inner {
    padding: 0 10px 88px;
  }
  #fv .footstepBox {
    font-size: 10px;
  }
  #fv .top {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
  #fv .top .left h1 {
    margin-bottom: 16px;
  }
  #fv .top .left .mainTtl {
    margin-bottom: 12px;
    font-size: 56px;
  }
  #fv .top .left ul {
    justify-content: center;
  }
  #fv .top .left ul li {
    width: 110px;
    height: 110px;
  }
  #fv .top .left ul li p {
    font-size: 18px;
  }
  #fv .top .right {
    width: 75%;
  }
  #fv .bottom {
    bottom: -80px;
    padding: 30px 12px 12px;
  }
  #fv .bottom .ttl {
    margin: -45px 0 5px;
  }
  #fv .bottom .content {
    flex-direction: column;
    gap: 12px;
  }
  #fv .bottom .content .left .size {
    font-size: 16px;
  }
  #fv .bottom .content .left .size span {
    font-size: 14px;
  }
  #fv .bottom .content .left .note {
    font-size: 10px;
  }
  #fv .bottom .content .right {
    width: 100%;
  }
  #fv .bottom .content .right a {
    width: 50%;
  }
}
@media screen and (max-width: 490px) {
  #fv .top .left .mainTtl {
    font-size: 48px;
  }
  #fv .top .right {
    width: 90%;
  }
}

#point {
  padding: 110px 0 100px;
  background: #f8f8f8;
}
#point p.lead {
  margin-bottom: 60px;
  color: var(--color1);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#point p.lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-position: left bottom 4px;
}
#point .contents {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 40px 40px 0;
  margin-bottom: 40px;
  background: #fff;
  border: solid 3px var(--color2);
  border-radius: 3px;
}
#point .contents .left {
  width: 360px;
}
#point .contents .left div {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  color: var(--color2);
  font-size: 36px;
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#point .contents .left h2 {
  margin-bottom: 10px;
  color: var(--color1);
  font-size: 24px;
}
#point .contents .left p {
  line-height: 1.7;
}
#point .contents .left img {
  height: 100px;
  margin: auto;
}
#point .contents .right {
  width: calc(100% - 360px);
}
#point .contents .right figcaption {
  margin-top: 4px;
}
#point .contents:nth-of-type(1) .left p {
  margin-bottom: 26px;
}
#point .contents:nth-of-type(1) .right {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#point .contents:nth-of-type(1) .right figure {
  max-width: 200px;
}
#point .contents:nth-of-type(1) .right > img {
  width: 20px;
  margin-bottom: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#point .contents:nth-of-type(2) .left p {
  margin-bottom: 36px;
}
#point .contents:nth-of-type(2) .right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
}
#point .contents:nth-of-type(2) .right figcaption {
  font-size: 14px;
}
#point .option {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 900px;
  padding: 48px 60px 40px;
  margin: auto;
  background: var(--color2);
  border-radius: 3px;
  color: #fff;
}
#point .option .left h3 {
  margin-bottom: 16px;
  font-size: 24px;
}
#point .option .left p {
  margin-bottom: 40px;
}
#point .option .left ul li {
  display: inline-block;
  font-size: 18px;
}
#point .option .left ul li:not(:last-child) {
  margin-right: 40px;
}
#point .option .left ul li:not(:nth-child(n+3)) {
  margin-bottom: 20px;
}
#point .option .right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#point .option .right ul li {
  width: 180px;
}
#point .option .right ul li img {
  margin-bottom: 5px;
}
#point .option .right ul li p {
  font-size: 18px;
}
#point .option::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -28px;
  left: 50%;
  width: 56px;
  height: 56px;
  background: url(../img/plus.png) no-repeat center/100% 100%;
  transform: translateX(-50%);
}
#point .note {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  padding: 16px 32px;
  margin: 60px auto 0;
  border: solid 1px var(--color1);
  border-radius: 3px;
}
#point .note h3 {
  color: var(--color1);
  font-size: 28px;
}
#point .note span {
  display: block;
  width: 1px;
  height: 110px;
  background: var(--color1);
}
#point .note ul li {
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  #point .contents {
    gap: 40px;
  }
  #point .contents .left {
    width: 40%;
  }
  #point .contents .right {
    width: 60%;
  }
  #point .contents:nth-of-type(2) .left p {
    margin-bottom: 16px;
  }
  #point .contents:nth-of-type(2) .right {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  #point .contents {
    flex-direction: column;
    gap: 20px;
    padding: 40px;
  }
  #point .contents .left {
    position: relative;
    width: 100%;
  }
  #point .contents .left img {
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
  }
  #point .contents .right {
    width: 100%;
  }
  #point .contents:nth-of-type(1) .left p {
    margin-bottom: 0;
  }
  #point .contents:nth-of-type(1) .right > img {
    margin-bottom: 10px;
  }
  #point .contents:nth-of-type(2) .left p {
    margin-bottom: 0;
  }
  #point .contents:nth-of-type(2) .right {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  #point .option {
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    padding: 48px 50px 40px;
  }
  #point .option .left h3 {
    font-size: 20px;
  }
  #point .option .left p {
    margin-bottom: 24px;
    font-size: 14px;
  }
  #point .option .left ul li {
    font-size: 16px;
  }
  #point .option .left ul li:not(:last-child) {
    margin-right: 30px;
  }
  #point .option .right ul {
    gap: 30px;
  }
  #point .option .right ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #point {
    padding: 110px 0 60px;
  }
  #point p.lead {
    font-size: 20px;
  }
  #point .contents {
    position: relative;
    padding: 20px 24px 100px;
  }
  #point .contents .left {
    position: unset;
  }
  #point .contents .left h2 {
    font-size: 22px;
  }
  #point .contents .left div {
    font-size: 32px;
  }
  #point .contents .left img {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  #point .contents .right figcaption {
    font-size: 12px;
  }
  #point .contents:nth-of-type(1) .right {
    gap: 10px;
  }
  #point .contents:nth-of-type(1) .right > img {
    width: 10px;
    margin-bottom: 30px;
  }
  #point .contents:nth-of-type(2) .right {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  #point .contents:nth-of-type(2) .right figcaption {
    font-size: 12px;
  }
  #point .option {
    padding: 40px 24px 24px;
  }
  #point .option .left h3 {
    margin-bottom: 12px;
  }
  #point .option .left ul li {
    font-size: 14px;
  }
  #point .option .left ul li:not(:last-child) {
    margin-right: 16px;
  }
  #point .option .left ul li:not(:nth-child(n+3)) {
    margin-bottom: 8px;
  }
  #point .option .left ul li:nth-child(n+3) {
    margin-bottom: 12px;
  }
  #point .option .right ul {
    gap: 20px;
  }
  #point .option .right ul li p {
    font-size: 14px;
  }
  #point .note {
    flex-direction: column;
    gap: 10px;
  }
  #point .note h3 {
    font-size: 20px;
  }
  #point .note span {
    width: 100%;
    height: 1px;
  }
  #point .note ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  #point .option .right ul li {
    width: 100%;
  }
}

#drawingBox {
  padding: 100px 0;
}
#drawingBox h2 {
  margin-bottom: 60px;
  color: var(--color1);
  font-size: 32px;
  text-align: center;
}
#drawingBox table {
  width: 100%;
  margin: auto;
  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: 48px;
  background: var(--color2);
  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 table tbody tr:nth-of-type(1) {
  background: none;
}
#drawingBox table tbody tr:nth-of-type(1) th, #drawingBox table tbody tr:nth-of-type(1) td {
  border-bottom: none;
}
#drawingBox table tbody tr:nth-of-type(1) td, #drawingBox table tbody tr:nth-of-type(2) td {
  padding: 16px 8px;
}
#drawingBox .note {
  margin: 15px auto 0;
  line-height: 1.7;
}
#drawingBox .note ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  #drawingBox table tbody td img {
    zoom: 0.45;
  }
}
@media screen and (max-width: 767px) {
  #drawingBox {
    padding: 60px 0;
  }
  #drawingBox h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #drawingBox .tableScroll {
    overflow-x: auto;
  }
  #drawingBox table {
    width: 900px;
  }
  #drawingBox table tbody td {
    line-height: 1.3;
  }
  #drawingBox table tbody td span {
    display: block;
    margin-left: 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;
  }
}

.catalogBtn {
  max-width: 600px;
  margin: 0 auto 80px;
}
.catalogBtn a {
  position: relative;
  display: block;
  height: 100px;
  padding-top: 28px;
  background: var(--color4);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: opacity 0.1s ease-in-out;
}
.catalogBtn a:hover {
  opacity: 0.7;
}
.catalogBtn a:hover img {
  transform: rotate(15deg);
}
.catalogBtn a p.sml {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.catalogBtn a span {
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.catalogBtn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.catalogBtn a img {
  position: absolute;
  right: 3px;
  top: -20px;
  width: 100px;
  transform: rotate(12deg);
}
@media screen and (max-width: 767px) {
  .catalogBtn {
    max-width: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .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: 24px 20px 0;
    margin: 0 20px;
    text-align: left;
  }
  .catalogBtn a p {
    font-size: 16px;
  }
  .catalogBtn a img {
    width: 90px;
    top: -14px;
    right: -4px;
  }
}

#contact {
  max-width: 900px;
  margin: auto;
  padding: 30px 60px;
  background: #fff;
  border: solid 3px #333;
}
#contact h2 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  color: var(--color5);
}
#contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#contact .col_box {
  display: flex;
}
#contact .col {
  width: 50%;
  padding: 0 15px;
}
#contact .col a {
  width: 300px;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#contact .contact_tel {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 2px #d4d4d4;
}
#contact .contact_tel strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
}
#contact .contact_tel .col:nth-of-type(2) > a {
  display: block;
  color: #FFF;
  padding-top: 14px;
  margin: auto;
  background: #005C94;
  border-radius: 6px;
}
#contact .contact_tel .col:nth-of-type(2) > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#contact .contact_line {
  text-align: center;
}
#contact .contact_line h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
#contact .contact_line p {
  font-size: 14px;
  line-height: 1.6em;
}
#contact .contact_line a {
  display: block;
  padding-top: 16px;
  margin: auto;
  background: #6BC315;
  border-radius: 6px;
  color: #FFF;
}
#contact .contact_line a:hover {
  opacity: 0.8;
}
#contact .contact_line a img {
  width: auto;
  height: 23px;
  margin: auto;
}
@media screen and (max-width: 940px) {
  #contact {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 24px 20px;
  }
  #contact h2 {
    font-size: 20px;
  }
  #contact .col {
    width: 100%;
    padding: 0;
  }
  #contact .col a {
    width: 100%;
    max-width: 300px;
  }
  #contact .col_box {
    flex-direction: column;
    gap: 16px;
  }
  #contact .contact_tel .col:nth-of-type(1) a {
    font-size: 32px;
    color: #333;
  }
}

#lineup {
  padding: 100px 0;
}
#lineup h2 {
  margin-bottom: 60px;
  color: var(--color1);
  font-size: 32px;
  text-align: center;
}
#lineup .item {
  display: flex;
  align-items: center;
  gap: 40px;
}
#lineup .item:not(:last-of-type) {
  margin-bottom: 60px;
}
#lineup .item .thumb {
  max-width: 470px;
}
#lineup .item .right h3 {
  margin-bottom: 30px;
}
#lineup .item .right h3 span {
  display: block;
  margin-bottom: 30px;
  color: var(--color5);
}
#lineup .item .right p.description {
  margin-bottom: 24px;
  line-height: 1.5;
}
#lineup .item .right .btnArea {
  display: flex;
  gap: 20px;
  margin-top: 45px;
}
#lineup .item .right .btnArea a {
  display: block;
  width: 188px;
  padding: 12px 10px;
  background: var(--color4);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#lineup .item .right .btnArea a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #lineup {
    padding: 60px 0;
  }
  #lineup h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #lineup .item {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: auto;
  }
  #lineup .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #lineup .item .right {
    width: 100%;
  }
  #lineup .item .right h3 {
    margin-bottom: 20px;
  }
  #lineup .item .right h3 span {
    margin-bottom: 16px;
  }
  #lineup .item .right .btnArea {
    margin-top: 24px;
  }
}

#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(--color2);
}
#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(--color2);
  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;
  }
}

@media screen and (max-width: 740px) {
  #msContact {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */