@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

ul[class],
ol[class] {
  list-style: none;
}

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

article > * + * {
  margin-top: 1em;
}

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

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
}

html,
body {
  letter-spacing: 0.01em;
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: "Varela Round", sans-serif;
}

.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  height: 60px;
  overflow: hidden;
  z-index: 10;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
  overflow: hidden;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 250px;
  top: 60px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: linear-gradient(180deg, #0052ec 0%, #04cbff 100%);
  z-index: 200;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebarMenuInner li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
  z-index: 500;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.header h1 {
  position: fixed;
  padding-left: 50px;
  width: 100%;
}

.header h1 a {
  color: #043184;
  font-size: 12px;
  line-height: 1.4 !important;
  height: 60px;
  text-align: justify;
  display: inline-block;
  text-decoration: none;
}

.header h1 a span {
  display: none;
}

@media screen and (min-width: 769px) {
  .header h1 {
    position: fixed;
    padding-left: 20px;
    width: 100%;
  }
  .header h1 a {
    color: #043184;
    font-size: 26px;
    line-height: 60px;
    height: 60px;
    text-decoration: none;
  }
  .header h1 a br {
    display: none;
  }
  .header h1 a span {
    display: inline-block;
  }
}

@media screen and (max-width: 769px) {
  .header nav ul {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  #sidebarMenu {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  #sidebarMenu a {
    font-size: 14px !important;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.tel {
  width: 140px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .tel {
    width: 200px;
  }
}

.h_menu {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin-left: auto;
  align-items: center;
  margin-top: 10px;
}

.contactBtn a {
  color: #fff;
  background: linear-gradient(to bottom, #48d34d, #0f6600);
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 7px;
  font-size: 16px;
  font-weight: bold;
  background: #dcffe6;
  background: linear-gradient(180deg, #dcffe6 0%, #53ff8f 20%, #2add31 22%, #016e10 96%);
  border: solid 1px rgba(1, 110, 16, 0.5);
}

@media screen and (max-width: 769px) {
  .contactBtn a {
    width: 100%;
    font-size: 9px;
    white-space: nowrap;
  }
}

.contactBtn a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactBtn a > span span {
  margin-left: 10px;
}

.contactBtn a > span:before {
  width: 18px;
  height: 18px;
  border-left: 3px #fff solid;
  border-bottom: 3px #fff solid;
  content: "";
  transform: rotate(225deg);
}

@media screen and (max-width: 769px) {
  .contactBtn a > span:before {
    width: 14px;
    height: 14px;
  }
}

.header nav ul {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}

.header nav ul li {
  padding: 0 0.5em;
}

.header nav ul li a {
  color: #000;
}

@media screen and (min-width: 769px) {
  .h_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    width: 320px;
    margin-left: auto;
    align-items: center;
  }
  .header {
    z-index: 999999;
    height: 90px;
  }
  .header .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .header h1 {
    position: fixed;
    z-index: 102;
  }
}

/**
 * スライダーの幅を指定しているだけ
 */
.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 15px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.mainImg {
  background-image: url(../img/mainImg03.jpg);
  background-position: center center;
  background-size: cover;
  border-top: solid 5px #043484;
  margin-bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  height: 620px;
  background-position: left top;
  padding-top: 20px;
  margin-top: 100px;
}

@media screen and (max-width: 769px) {
  .mainImg {
    margin-top: 60px;
    padding-top: 0px;
  }
}

.mainImg .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 615px;
  padding: 10px;
}

.mainImg .inner h2 {
  text-align: center;
  font-size: 42px;
  padding: 0.25em 0;
  margin-bottom: 20px;
  background-color: rgba(0, 153, 255, 0.8);
  color: #fff;
}

@media screen and (max-width: 769px) {
  .mainImg .inner h2 {
    font-size: 28px;
    padding: 20px;
    line-height: 1.4;
  }
}

.mainImg .inner ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  max-width: 80%;
  z-index: 100;
}

@media screen and (max-width: 769px) {
  .mainImg .inner ul {
    max-width: 100%;
  }
}

.mainImg .inner ul li {
  background-color: #fcff00;
  color: #000;
  font-size: 24px;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .mainImg .inner ul li {
    font-size: 18px;
    max-width: 100%;
  }
}

.mainImg .inner .subTxt {
  font-size: 14px;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
  margin: 0;
  font-size: 20px;
  max-width: 420px;
  color: #333;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 769px) {
  .mainImg .inner .subTxt {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.mainImg .inner .point {
  background: linear-gradient(180deg, #04cbff 0%, #0052ec 100%);
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 240px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainImg .inner .tent {
  width: 591px;
  height: 481px;
  background-image: url(../img/mainImg01.png);
  position: absolute;
  background-position: right bottom;
  right: -20px;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .mainImg .inner .tent {
    width: 380px;
    right: -98px;
    bottom: -30px;
  }
}

.mainImg .inner .tent2 {
  width: 360px;
  height: 481px;
  background-image: url(../img/mainImg02.png);
  position: absolute;
  background-position: right bottom;
  left: 20px;
  bottom: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .mainImg .inner .tent2 {
    width: 190px;
    bottom: 95px;
    left: 0;
  }
}

.mainImg .inner img {
  width: 100%;
}

.h_nv {
  max-width: 1000px;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
}

.h_nv section {
  margin: 0;
  padding: 0;
}

.h_nv section:nth-last-of-type(1) {
  padding: 0;
}

.h_nv section .contact a {
  color: #fff;
  background: linear-gradient(to bottom, #48d34d, #0f6600);
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px #9cff8a;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  background: #dcffe6;
  background: linear-gradient(180deg, #dcffe6 0%, #53ff8f 20%, #2add31 22%, #016e10 96%);
  border: solid 2px #016e10;
}

@media screen and (max-width: 769px) {
  .h_nv section .contact a {
    width: 100%;
    font-size: 28px;
  }
}

.h_nv section .contact a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_nv section .contact a > span span {
  margin-left: 10px;
}

.h_nv section .contact a > span:before {
  width: 18px;
  height: 18px;
  border-left: 3px #fff solid;
  border-bottom: 3px #fff solid;
  content: "";
  transform: rotate(225deg);
}

@media screen and (max-width: 769px) {
  .h_nv section .contact a > span:before {
    width: 14px;
    height: 14px;
  }
}

.h_nv:nth-last-of-type(2) {
  padding: 30px 15px 15px;
}

@media screen and (min-width: 769px) {
  .h_nv {
    max-width: 1000px;
    display: grid;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: center;
  }
  .h_nv section {
    margin: 0;
    padding: 0;
  }
  .h_nv section:nth-last-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1;
  }
  .h_nv section:nth-last-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1;
  }
}

.news {
  display: block;
  background-color: #ffbe08;
  padding: 15px;
  margin: 30px 0 0;
  border-radius: 10px;
}

.news span {
  color: #bf0000;
  font-weight: bold;
}

.news h2 {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.news ul {
  margin: 0 0 0 1em;
  padding: 0;
}

.news ul li {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.news ul li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .news {
    max-width: 1000px;
    display: grid;
    margin: 0 auto 20px;
    padding: 20px;
    grid-template-columns: 100px 1fr;
    border-radius: 10px;
    gap: 20px;
  }
  .news h2 {
    font-size: 20px;
  }
}

section.pointC {
  background: linear-gradient(180deg, #04cbff 0%, #0052ec 100%);
  padding: 20px 0;
}

section.pointC .inner {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  max-width: 960px;
  margin: 0 auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
  section.pointC .inner {
    margin: 0 auto;
    display: block;
  }
}

section.pointC .inner h2 {
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
  font-size: 28px;
}

@media screen and (max-width: 769px) {
  section.pointC .inner h2 {
    font-size: 18px;
  }
}

section.pointC .inner .img {
  display: block;
  background-image: url(../img/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 769px) {
  section.pointC .inner .img {
    display: none;
  }
}

section.pointC .inner .img img {
  margin-top: 0px;
}

section.pointC ul {
  list-style: none;
  margin: 15px;
  background-color: #fff;
  border-radius: 8px;
  padding: 1em 40px;
}

section.pointC ul li {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 0.25em 0.5em;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
}

section.pointC ul li span {
  display: block;
  font-weight: normal !important;
  font-size: 14px;
}

section.pointC ul li:last-of-type {
  border: none;
}

section.pointC ul li::before {
  display: block;
  padding-right: 20px;
  font-size: 42px;
  color: #043184;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}

section.pointC ul li:nth-of-type(1):before {
  content: "1";
}

section.pointC ul li:nth-of-type(2):before {
  content: "2";
}

section.pointC ul li:nth-of-type(3):before {
  content: "3";
}

section.pointC ul li:nth-of-type(4):before {
  content: "4";
}

section.pointC ul li:nth-of-type(5):before {
  content: "5";
}

section.pointC ul li strong {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.itemType {
  display: block;
  padding: 60px 10px 30px 10px;
  background-color: antiquewhite;
}

.itemType .inner {
  text-align: center;
}

.itemType .inner h1 {
  margin-bottom: 1em;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.itemType .inner .typeC {
  padding-bottom: 30px;
}

.itemType .inner .typeC h3 {
  font-weight: bold;
  font-size: 18px;
  color: #0052ec;
}

.itemType .inner .typeC p {
  font-size: 14px;
  line-height: 1.6;
}

.itemType .inner .typeC h2 {
  color: #0047e8;
  margin-bottom: 1em;
  border: solid 2px #0052ec;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
  padding-left: 1em;
  padding-right: 1em;
}

.itemType .inner .typeC ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 0;
  justify-content: center;
  margin-bottom: 50px;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC ul {
    display: flex;
    flex-direction: column;
  }
}

.itemType .inner .typeC ul li {
  padding: 0;
  margin: 0;
}

.itemType .inner .typeC ul li a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: white;
  justify-content: flex-end;
  border-radius: 20px;
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC ul li a {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding: 10px;
    align-items: center;
  }
}

.itemType .inner .typeC ul li a p {
  text-align: left;
  color: #333;
  border-radius: 0;
  box-shadow: unset;
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC ul li a p {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}

.itemType .inner .typeC ul li a figure img {
  object-fit: cover;
  /* この一行を追加するだけ！ */
  width: 70%;
  margin: 0 auto;
}

.itemType .inner .typeC ul li a h3 {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC ul li a h3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: left;
    align-items: center;
  }
}

.itemType .inner .typeC:nth-of-type(1) ul {
  grid-template-columns: 1fr 1fr 1fr;
}

.itemType .inner .typeC:nth-of-type(2) ul {
  grid-template-columns: 1fr;
}

.itemType .inner .typeC:nth-of-type(2) ul p {
  width: 50%;
  margin: 0 auto;
}

.itemType .inner .typeC:nth-of-type(2) ul .entryBtn {
  width: 32%;
  margin: 0 auto;
}

.itemType .inner .typeC:nth-of-type(3) ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.itemType .inner .typeC:nth-of-type(1) .entryBtn {
  transform: scale(0.8);
}

.itemType .inner .typeC:nth-of-type(2) figure img, .itemType .inner .typeC:nth-of-type(3) figure img {
  object-fit: contain;
  margin: 0 auto;
  height: 180px;
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC:nth-of-type(2) figure img, .itemType .inner .typeC:nth-of-type(3) figure img {
    height: unset;
  }
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC:nth-of-type(2) p, .itemType .inner .typeC:nth-of-type(3) p {
    width: 100% !important;
  }
}

.itemType .inner .typeC:nth-of-type(2) .entryBtn, .itemType .inner .typeC:nth-of-type(3) .entryBtn {
  transform: scale(0.8);
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC:nth-of-type(2) .entryBtn, .itemType .inner .typeC:nth-of-type(3) .entryBtn {
    width: 100% !important;
  }
}

.itemType .inner .typeC .entryBtn {
  color: #fff;
  background: linear-gradient(to bottom, #48d34d, #0f6600);
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  background: #dcffe6;
  background: linear-gradient(180deg, #dcffe6 0%, #53ff8f 20%, #2add31 22%, #016e10 96%);
  border: solid 2px rgba(1, 110, 16, 0.8);
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC .entryBtn {
    width: 100%;
    font-size: 18px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}

.itemType .inner .typeC .entryBtn > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemType .inner .typeC .entryBtn > span span {
  margin-left: 10px;
}

.itemType .inner .typeC .entryBtn > span:before {
  width: 18px;
  height: 18px;
  border-left: 3px #fff solid;
  border-bottom: 3px #fff solid;
  content: "";
  transform: rotate(225deg);
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC .entryBtn > span:before {
    width: 14px;
    height: 14px;
  }
}

.itemType .inner .typeC .entryBtn:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(135deg);
  vertical-align: middle;
  margin-top: -4px;
}

@media screen and (max-width: 769px) {
  .itemType .inner .typeC .entryBtn:before {
    width: 10px;
    height: 10px;
  }
}

.itemType .inner .typeC:nth-of-type(2) .entryBtn, .itemType .inner .typeC:nth-of-type(3) .entryBtn {
  font-size: 18px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #e6e6e6 0%, #acacac 20%, #8a8a8a 22%, #474747 96%);
  border-color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}

.caseC {
  background-color: #0047e8;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  background: linear-gradient(180deg, #057697 0%, #3498e8 100%);
}

.caseC h1 {
  text-align: center;
  color: #fff;
  line-height: 1.3em;
  font-size: 28px;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .caseC h1 {
    font-size: 20px;
  }
}

.caseC .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

.caseC .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  list-style: none;
}

@media screen and (max-width: 769px) {
  .caseC .inner ul {
    display: flex;
    flex-direction: column-reverse;
  }
}

.caseC .inner ul li {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .caseC .inner ul li {
    display: flex;
    grid-template-columns: 140px 1fr;
    gap: 0 15px;
    align-items: center;
    flex-direction: column;
  }
}

.caseC .inner ul li h2 {
  border-bottom: solid 2px #ffe42b;
  display: flex;
  color: #ffe42b;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1em;
  display: inline-block;
  min-height: 3.5em;
}

@media screen and (max-width: 769px) {
  .caseC .inner ul li h2 {
    min-height: unset;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 0;
  }
  .caseC .inner ul li h2 br {
    display: none;
  }
}

.caseC .inner ul li figure img {
  border-radius: 8px;
}

@media screen and (max-width: 769px) {
  .caseC .inner ul li figure {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}

.caseC .inner ul li p {
  color: #fff;
  padding-top: 1em;
  text-align: left;
}

.caseC .inner ul li div:nth-of-type(2) {
  padding: 0.5em;
  background: none;
  color: #fff;
  align-items: center;
}

.naire {
  padding: 50px 15px;
}

.naire .inner {
  max-width: 960px;
  margin: 0 auto;
}

.naire .inner h2 {
  text-align: center;
  margin-bottom: 1em;
}

.naire .inner ul {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.size .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.size .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.size h1 {
  color: #fff;
  text-align: center;
}

section.size .itemHeder {
  background-color: #000;
  color: #fff;
  padding: 50px 20px;
  margin-bottom: 30px;
}

section.size .itemHeder .itemHederInner div {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

section.size .itemHeder .itemHederInner div figure:nth-of-type(1) img {
  display: inline-block;
  margin-bottom: 20px;
}

section.size .itemHeder h1 {
  margin-bottom: 1em;
  font-size: 34px;
}

@media screen and (min-width: 769px) {
  section.size .itemHeder {
    margin-bottom: 50px;
  }
  section.size .itemHeder .itemHederInner div {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
  section.size .itemHeder .itemHederInner div figure:nth-of-type(1) {
    text-align: right;
  }
  section.size .itemHeder .itemHederInner div figure:nth-of-type(1) img {
    display: inline-block;
  }
  section.size .itemHeder h1 {
    margin-bottom: 1em;
    font-size: 34px;
  }
}

.sizeCase {
  margin-bottom: 30px;
}

.sizeCase .sizH01 {
  position: relative;
  background: #000;
  color: #fff;
  padding-left: 0.5em;
  padding-top: 5px;
}

.sizeCase .sizH01 h2 {
  border-left: #fc466b 10px solid;
  padding-left: 0.5em;
}

.sizeCase .sizH01 h2 ~ div {
  font-size: 12px;
}

.sizeCase .sizH01:after {
  content: "";
  display: block;
  background-image: url(../img/4.png);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 10px;
  position: absolute;
}

.sizeCase ul {
  list-style: none;
  padding: 0;
}

.sizeCase ul li {
  font-size: 14px;
}

.sizeCase ul li figure {
  position: relative;
  top: 0;
  left: 0;
}

.sizeCase ul li:nth-of-type(1) figure:after {
  content: "間取り参考例";
  display: block;
  position: absolute;
  font-size: 12px;
  padding: 0.25em 0.5em;
  color: #fff;
  background: #999;
  top: 0;
  left: 0;
  z-index: 10;
}

.sizeCase ul li img {
  margin-bottom: 1em;
}

.sizeCase ul li:nth-of-type(1) img {
  max-width: 100%;
}

@media screen and (min-width: 481px) {
  .sizeCase {
    padding-bottom: 50px;
  }
  .sizeCase .sizH01 {
    background: #000;
    color: #fff;
    padding-left: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    margin-bottom: 50px;
  }
  .sizeCase .sizH01 h2 {
    border-left: #fc466b 10px solid;
    padding-left: 0.5em;
    display: inline-block;
  }
  .sizeCase .sizH01 h2 ~ div {
    font-size: 14px;
    border-left: 2px solid #fff;
    padding-left: 10px;
  }
  .sizeCase .sizH01:after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: -30px;
  }
  .sizeCase ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
  }
  .sizeCase ul li img {
    width: auto;
    max-width: 100%;
  }
  .sizeCase01 ul {
    grid-template-columns: 1fr 1fr;
  }
  .sizeCase02 ul {
    grid-template-columns: 600px 1fr;
  }
  .sizeCase03 ul {
    grid-template-columns: 700px 1fr;
  }
  .sizeCase04 ul {
    grid-template-columns: 1fr 1fr;
  }
  .sizeCase05 ul {
    grid-template-columns: 1fr 1fr;
  }
}

.sizeCase:nth-of-type(4) .sizH01:after {
  content: "";
  display: block;
  background-image: url(../img/2.png);
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 10px;
}

.sizeCase:nth-of-type(5) .sizH01:after {
  content: "";
  display: block;
  background-image: url(../img/kakuri/01.png);
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: -40px;
}

@media screen and (min-width: 769px) {
  .sizeCase:nth-of-type(4) .sizH01:after {
    width: 150px;
    height: 150px;
    top: -10px;
  }
}

.sizeCase:nth-of-type(1) .sizH01 h2 {
  border-left-color: #ff0055;
}

.sizeCase:nth-of-type(2) .sizH01 h2 {
  border-left-color: #ff0055;
}

.sizeCase:nth-of-type(3) .sizH01 h2 {
  border-left-color: #ff8200;
}

.sizeCase:nth-of-type(4) .sizH01 h2 {
  border-left-color: #00ffc3;
}

.sizeCase:nth-of-type(5) .sizH01 h2 {
  border-left-color: #1165ff;
}

.pryceArea {
  max-width: 800px;
  margin: 50px auto;
  background-color: #f2f2f2;
  padding: 20px 50px;
}

.pryceArea > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
}

.pryceArea > ul li {
  padding: 0;
  list-style: none;
}

.pryceArea > ul li .itemPrice {
  font-size: 38px;
  font-weight: bold;
  color: #0047e8;
  line-height: 1.2;
}

.pryceArea > ul li .itemPrice .en {
  font-size: 18px;
  color: #000;
}

.pryceArea > ul li .itemModel {
  font-weight: bold;
  margin-bottom: 1em;
}

.pryceArea > ul li .itemText {
  font-size: 14px;
}

.pryceArea > ul li:nth-of-type(1) {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 481px) {
  .pryceArea li {
    font-size: 12px;
  }
}

section.itemArea01 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea01 .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea01 h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section.itemArea01 .itemHeder {
  background: linear-gradient(180deg, #2196f3 0%, #00dbff 100%);
  color: #fff;
  padding: 50px 20px;
  margin-bottom: 30px;
}

section.itemArea01 .itemHeder .itemHederInner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.itemArea01 .itemHeder h2 {
  margin-bottom: 1em;
  font-size: 34px;
}

section.itemArea01 ul.itemC01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

section.itemArea01 ul.itemC01 li {
  list-style: none;
}

section.itemArea01 ul.itemC02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

section.itemArea01 ul.itemC02 li {
  list-style: none;
}

section.itemArea01 ul.itemC03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 40px auto;
}

section.itemArea01 ul.itemC03 li {
  list-style: none;
  background: linear-gradient(180deg, #04cbff 0%, #0052ec 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  text-align: center;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.itemArea01 .itemC04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

section.itemArea01 h3 {
  border-bottom: solid 4px #0047e8;
  text-align: center;
  padding: 20px;
  font-size: 28px;
  margin-bottom: 30px;
}

section.itemArea01 .pryceArea {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

section.itemArea01 .pryceArea > ul {
  grid-template-columns: 1fr 1fr 1fr;
}

section.itemArea01 .pryceArea > ul li:nth-of-type(2) {
  border-right: 1px solid #ccc;
}

section.itemArea02 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea02 .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea02 h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section.itemArea02 .itemHeder {
  background: linear-gradient(180deg, #2196f3 0%, #00dbff 100%);
  color: #fff;
  padding: 50px 20px;
  margin-bottom: 30px;
}

section.itemArea02 .itemHeder .itemHederInner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.itemArea02 .itemHeder .itemHederInner figure img {
  width: 100%;
}

section.itemArea02 .itemHeder h2 {
  margin-bottom: 1em;
  font-size: 34px;
}

section.itemArea02 .itemC01 {
  display: grid;
  grid-template-columns: 1fr 80px;
  align-items: center;
}

section.itemArea02 .itemC01 div:nth-of-type(2) {
  text-align: center;
  font-size: 14px;
}

section.itemArea02 .itemC01 div:nth-of-type(2) figure img {
  width: 100%;
  text-align: center;
}

section.itemArea02 .itemC02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

section.itemArea02 .itemC02 ul li {
  list-style: none;
}

section.itemArea03 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea03 .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea03 h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section.itemArea03 .itemHeder {
  background: linear-gradient(180deg, #00bcd4 0%, #3f5efb 100%);
  color: #fff;
  padding: 50px 20px;
  margin-bottom: 30px;
}

section.itemArea03 .itemHeder .itemHederInner {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
}

section.itemArea03 .itemHeder .itemHederInner .con {
  padding-left: 40px;
}

section.itemArea03 .itemHeder .itemHederInner img {
  margin: 0 auto;
}

section.itemArea03 .itemHeder h2 {
  margin-bottom: 1em;
  font-size: 34px;
}

section.itemArea03 .itemC01 {
  border: solid 8px #fc466b96;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}

section.itemArea03 .itemC01 h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 0.5em;
}

section.itemArea03 .itemC01 ul {
  padding-left: 1em;
}

section.itemArea03 .itemC01 ul li {
  list-style: none;
  position: relative;
  padding-left: 2em;
  font-size: 20px;
  margin-bottom: 1em;
}

section.itemArea03 .itemC01 ul li:before {
  vertical-align: middle;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #fc466b;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 4px;
}

section.itemArea03 .itemC01 ul li:after {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  border-left: solid 4px #fc466b;
  border-top: solid 4px #fc466b;
  position: absolute;
  top: 0px;
  left: 8px;
  transform: rotate(-135deg);
}

section.itemArea03 .itemC02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

section.itemArea03 .itemC02 ul li {
  list-style: none;
}

section.itemArea03 .itemC03 ul {
  padding: 0;
}

section.itemArea03 .itemC03 ul li {
  list-style: none;
  margin-bottom: 50px;
}

section.itemArea03 .itemC03 ul li:nth-of-type(1) {
  padding: 20px 100px 50px;
}

section.itemArea03 .itemC03 ul li:nth-of-type(1) img {
  width: 100%;
  margin-bottom: 2em;
}

section.itemArea03 .itemC03 ul li:nth-of-type(2) {
  background-color: #fff4f4;
  padding: 50px 100px;
}

section.itemArea03 .itemC03 ul li:nth-of-type(2) img {
  width: 100%;
  margin-bottom: 2em;
}

section.itemArea03 .pryceArea > ul {
  display: block;
}

section.itemArea03 .pryceArea > ul li {
  border: none;
  text-align: center;
}

section.itemArea03 .pryceArea > ul li .itemPrice {
  margin-bottom: 0.5em;
}

section.itemArea03 .pryceArea > ul li .itemModel ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

section.itemArea03 .pryceArea > ul li .itemModel ul li {
  border: solid 1px #000;
  text-align: center;
}

section.itemArea03 .pryceArea > ul li .itemText {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

section.itemArea03a .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea03a .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea03a h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section.itemArea03a .itemHeder {
  background: linear-gradient(180deg, #00bcd4 0%, #3f5efb 100%);
  color: #fff;
  padding: 20px 20px;
  margin-bottom: 50px;
}

section.itemArea03a .itemHeder .itemHederInner {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
}

section.itemArea03a .itemHeder .itemHederInner img {
  margin: 0 auto;
}

section.itemArea03a .itemHeder .itemHederInner .con {
  padding-left: 100px;
  padding-top: 70px;
}

section.itemArea03a .itemHeder h2 {
  margin-bottom: 1em;
  font-size: 34px;
}

section.itemArea03a .itemC01 {
  border: solid 8px #fc466b96;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 20px 0;
}

section.itemArea03a .itemC01 h3 {
  text-align: center;
  font-size: 28px;
}

section.itemArea03a .itemC01 ul {
  padding-right: 2em;
}

section.itemArea03a .itemC01 ul li {
  list-style: none;
  position: relative;
  padding-left: 2em;
  font-size: 20px;
  margin-bottom: 1em;
}

section.itemArea03a .itemC01 ul li:before {
  vertical-align: middle;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #fc466b;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 4px;
}

section.itemArea03a .itemC01 ul li:after {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  border-left: solid 4px #fc466b;
  border-top: solid 4px #fc466b;
  position: absolute;
  top: 0px;
  left: 8px;
  transform: rotate(-135deg);
}

section.itemArea03a .itemC03 ul {
  padding: 0;
  background-color: #ebf1f1;
  border-radius: 8px;
}

section.itemArea03a .itemC03 ul li {
  list-style: none;
  margin-bottom: 50px;
}

section.itemArea03a .itemC03 ul li:nth-of-type(1) {
  padding: 20px 100px 50px;
}

section.itemArea03a .itemC03 ul li:nth-of-type(1) img {
  width: 100%;
  margin-bottom: 2em;
}

section.itemArea03a .itemC03 ul li:nth-of-type(2) {
  background-color: #fff4f4;
  padding: 50px 100px;
}

section.itemArea03a .itemC03 ul li:nth-of-type(2) img {
  width: 100%;
  margin-bottom: 2em;
}

section.itemArea03a .pryceArea > ul {
  display: block;
}

section.itemArea03a .pryceArea > ul li {
  border: none;
  text-align: center;
}

section.itemArea03a .pryceArea > ul li .itemPrice {
  margin-bottom: 0.5em;
}

section.itemArea03a .pryceArea > ul li .itemModel ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

section.itemArea03a .pryceArea > ul li .itemModel ul li {
  border: solid 1px #000;
  text-align: center;
}

section.itemArea03a .pryceArea > ul li .itemText {
  text-align: left;
  margin: 0 auto;
}

section.itemArea04 {
  border-top: dashed #ccc 1px;
}

section.itemArea04 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea04 .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea04 h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section.itemArea04 .itemHeder {
  padding: 50px 20px;
  margin-bottom: 30px;
}

section.itemArea04 .itemHeder .itemHederInner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.itemArea04 .itemHeder h2 {
  margin-bottom: 1em;
  font-size: 34px;
}

section.itemArea05 {
  border-top: dashed #ccc 1px;
}

section.itemArea05 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea05 .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea05 h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section.itemArea05 .itemHeder {
  padding: 50px 20px;
  margin-bottom: 30px;
}

section.itemArea05 .itemHeder .itemHederInner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.itemArea05 .itemHeder h2 {
  margin-bottom: 1em;
  font-size: 34px;
}

section.itemArea05 .itemC01 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

section.itemArea05 .itemC01 ul li {
  list-style: none;
}

.entryBtn {
  /*
    a {
        color: #fff;
        background-color: #146900;
        background: linear-gradient(180deg, #00f342 0%, #2bc100 100%);
        display: block;
        text-decoration: none;
        text-align: center;
        width: 400px;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 28px;
        line-height: 28px;
        vertical-align: middle;
        margin: 0px auto 50px;
        &:before {
            content: "";
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 10px;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            transform: rotate(135deg);
            vertical-align: middle;
            margin-top: -4px;
        }
    }
    */
}

.entryBtn a {
  color: #fff;
  background: linear-gradient(to bottom, #48d34d, #0f6600);
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 60%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px #9cff8a;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  background: #dcffe6;
  background: linear-gradient(180deg, #dcffe6 0%, #53ff8f 20%, #2add31 22%, #016e10 96%);
  border: solid 2px #016e10;
}

@media screen and (max-width: 769px) {
  .entryBtn a {
    width: 100%;
    font-size: 28px;
  }
}

.entryBtn a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entryBtn a > span span {
  margin-left: 10px;
}

.entryBtn a > span:before {
  width: 18px;
  height: 18px;
  border-left: 3px #fff solid;
  border-bottom: 3px #fff solid;
  content: "";
  transform: rotate(225deg);
}

@media screen and (max-width: 769px) {
  .entryBtn a > span:before {
    width: 14px;
    height: 14px;
  }
}

section {
  padding-bottom: 50px;
}

footer {
  font-size: 14px;
}

footer ul {
  list-style: none;
}

footer a {
  text-decoration: none;
}

footer .footer_contact_area {
  background: linear-gradient(180deg, #009688 0%, #3f5efb 100%);
  color: #fff;
  padding: 50px 15px;
}

@media screen and (max-width: 480px) {
  footer .footer_contact_area {
    padding: 40px 15px;
  }
}

footer .footer_contact_area h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.065em;
}

@media screen and (max-width: 600px) {
  footer .footer_contact_area h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  footer .footer_contact_area h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  footer .footer_contact_area h2 {
    font-size: 18px;
  }
}

footer .footer_contact_area h2 strong {
  color: #fff;
}

footer .footer_contact_area .contact_detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer_contact_area .contact_detail .contact_tel {
  line-height: 1.4;
  text-align: center;
  margin: 0 15px 10px;
}

footer .footer_contact_area .contact_detail .contact_tel .tel_num {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  footer .footer_contact_area .contact_detail .contact_tel .tel_num {
    font-size: 42px;
  }
}

@media screen and (max-width: 400px) {
  footer .footer_contact_area .contact_detail .contact_tel .tel_num {
    font-size: 24px;
  }
}

footer .footer_contact_area .contact_detail .contact_tel .tel_num:before {
  content: "";
  width: 36px;
  height: 43px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

footer .footer_contact_area .contact_detail .contact_tel .open_hours {
  display: block;
  font-size: 12px;
}

footer .footer_contact_area .contact_detail .contact_mail {
  margin: 0 10px;
}

footer .footer_contact_area .contact_detail .contact_mail a {
  display: block;
  width: 240px;
  padding: 15px 10px 15px 40px;
  background: #fdd23e;
  text-align: center;
  border-radius: 30px;
}

footer .footer_contact_area .contact_detail .contact_mail a span {
  color: #1079be;
  position: relative;
}

footer .footer_contact_area .contact_detail .contact_mail a span:before {
  content: "";
  width: 15px;
  height: 11px;
  background: url(../img/icon_mail.svg) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

footer .footer_nav {
  padding: 30px 15px 110px;
}

@media screen and (max-width: 480px) {
  footer .footer_nav {
    padding-top: 20px;
  }
}

footer .footer_nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  footer .footer_nav ul {
    margin-bottom: 20px;
  }
}

footer .footer_nav ul li {
  line-height: 1.2;
  border-left: 1px solid #000;
}

footer .footer_nav ul li:last-child {
  border-right: 1px solid #000;
}

@media screen and (max-width: 480px) {
  footer .footer_nav ul li {
    border-left: none;
  }
  footer .footer_nav ul li:last-child {
    border-right: none;
  }
}

footer .footer_nav ul li a {
  font-size: 13px;
  padding: 3px 20px;
}

@media screen and (max-width: 480px) {
  footer .footer_nav ul li a {
    padding: 3px 10px;
  }
}

@media screen and (max-width: 400px) {
  footer .footer_nav ul li a {
    font-size: 10px;
    padding: 1px 5px;
  }
}

footer .footer_nav .footer_copyright {
  font-size: 12px;
  text-align: center;
}

.thanks {
  margin-bottom: 200px;
}

.thanks span {
  display: block;
  margin-bottom: 100px;
  margin-top: 200px;
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 481px) {
  section.itemArea01 .itemHeder .itemHederInner,
  section.itemArea02 .itemHeder .itemHederInner,
  section.itemArea03 .itemHeder .itemHederInner,
  section.itemArea04 .itemHeder .itemHederInner,
  section.itemArea03a .itemHeder .itemHederInner,
  section.itemArea05 .itemHeder .itemHederInner {
    display: block;
  }
  section.itemArea01 ul.itemC02 {
    grid-template-columns: 1fr 1fr;
  }
  section.itemArea01 ul.itemC03 {
    grid-template-columns: 1fr 1fr;
  }
  section.itemArea01 .itemC04 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  section.itemArea01 .pryceArea,
  section.itemArea02 .pryceArea {
    padding: 0;
  }
  section.itemArea01 .pryceArea > ul,
  section.itemArea02 .pryceArea > ul {
    display: block;
    padding: 0.5em;
  }
  section.itemArea01 .pryceArea > ul li,
  section.itemArea02 .pryceArea > ul li {
    border: none !important;
    margin-bottom: 1em !important;
  }
  .entryBtn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .entryBtn a {
    width: 100%;
  }
  section.itemArea02 .itemC02 ul {
    padding: 0;
    grid-template-columns: 1fr 1fr;
  }
  section.itemArea03 .itemC03 ul li:nth-of-type(1),
  section.itemArea03 .itemC03 ul li:nth-of-type(2),
  section.itemArea03a .itemC03 ul li:nth-of-type(1),
  section.itemArea03 .itemC03a ul li:nth-of-type(2) {
    padding: 0.5em;
  }
  section.itemArea03 .pryceArea > ul li .itemModel ul {
    grid-template-columns: 1fr 1fr;
    padding: 0.5em;
  }
  section.itemArea03 .pryceArea > ul li .itemModel ul li {
    margin-bottom: 10px;
  }
  section.itemArea03 .pryceArea {
    margin: auto;
    background-color: #f2f2f2;
    padding: 0;
  }
  section.itemArea03 .itemHeder .itemHederInner .con {
    padding-left: 00px;
  }
  section.itemArea03a .itemHeder .itemHederInner img {
    margin: 0 auto;
    height: 100px;
  }
  section.itemArea03a .itemHeder .itemHederInner .con {
    padding-left: 0;
    padding-top: 0;
  }
  .pryceArea {
    margin: 50px auto;
    background-color: #f2f2f2;
    padding: 20px 15px;
  }
  section.itemArea05 .itemC01 ul {
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #ef3f40;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*テーブル */
.company h2 br {
  display: block;
}

.company section .inner {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.company section .inner table {
  box-sizing: border-box;
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.company section .inner table td {
  padding: 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
  border-collapse: collapse;
}

.company section .inner table th {
  padding: 5px 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}

@media screen and (min-width: 769px) {
  .company h2 br {
    display: none;
  }
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "PAGE TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #page_top {
    width: 54px !important;
    height: 54px !important;
    position: fixed;
  }
  #page_top a::before {
    font-size: 18px;
    margin-right: 50px;
  }
  #page_top a::after {
    content: "";
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.pagetop a {
  display: block;
  width: 30px;
  height: 30px;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  transform: rotate(135deg);
}

.pagetop a:hover {
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
}

.fNav {
  display: none;
}

.fNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  width: 780px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: calc(50% - 390px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25098);
  background-color: rgba(35, 35, 35, 0.9);
}

.fNav ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 10px;
}

.fNav ul li a figure {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
}

.fNav ul li a figure img {
  max-height: 50px;
  display: inline-block;
  margin-bottom: 0 auto;
  vertical-align: middle;
  padding-right: 0.5em;
}

@media screen and (max-width: 769px) {
  .fNav {
    display: none !important;
  }
}

.bigRap {
  text-align: left;
  margin-top: 1em;
}

.bigRap .big {
  font-size: 40px;
  background-color: #000;
  padding: 0.25em 0.5em;
  margin: 0 auto 40px;
  color: #fff900;
  display: inline-block;
}

.bigRap .big a {
  font-size: 14px;
  padding-top: 1em;
  display: block;
  color: #fff;
}

.inatuTxt {
  border: solid 1px #ccc;
  padding: 1em 2em;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
}

.inatuTxt2 {
  color: #fff;
  font-size: 12px;
  border: solid 1px #fff;
  padding: 1em;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
}

section {
  overflow: hidden;
}

.nomalType {
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.nomalType .in {
  border: solid 4px #ccc;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
  position: relative;
  background: #d2f5ff;
}

.nomalType .in .nomalRap {
  display: block;
  grid-template-columns: 40% 1fr;
  align-items: center;
  padding: 0;
  font-size: 20px;
  gap: 20px;
  color: #333;
  position: relative;
  text-align: left;
  font-weight: bold;
  margin: 0 auto;
}

.nomalType .in .nomalRap h3 {
  padding: 0em 0 0.5em;
  border-bottom: solid 4px #0047e8;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.nomalType .in .nomalRap h3 span {
  font-size: 16px;
  display: block;
  margin-bottom: 0em;
  color: #0047e8;
}

.nomalType .in .nomalRap figure {
  text-align: center;
  padding-left: 20px;
}

@media screen and (max-width: 769px) {
  .nomalType .in .nomalRap figure {
    padding-left: 0;
  }
}

.nomalType .in .nomalRap img {
  max-width: 100%;
  margin: -1em auto -2em;
}

.nomalType .in .nomalRap .entryBtn {
  transform: scale(0.8);
  margin-top: 1em;
}

.nomalType .in .nomaiDoc {
  width: 100%;
  padding: 20px;
  border-left: solid 1px #ccc;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .nomalType .in .nomalRap {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    padding: 0;
    font-size: 20px;
    gap: 20px;
    color: #333;
    position: relative;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
  }
  .nomalType .in .nomalRap h3 {
    padding: 1em 0 0.5em;
    font-size: 28px;
  }
  .nomalType .in .nomalRap h3 span {
    font-size: 20px;
  }
}

#nomal01,
#nomal02 {
  padding-top: 100px;
  margin-bottom: 50px;
}

.itemAreaPa h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.itemAreaPa .itemHeder {
  background: #97cddf;
  background: linear-gradient(to right, #97cddf 0%, #e8f8ff 33%, #97cddf 100%);
  margin-bottom: 30px;
}

.itemAreaPa .itemHeder .itemHederInner1 {
  background-image: url(../img/pa/xross.png);
  padding-top: 30px;
  padding-bottom: 30px;
}

.itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 {
  max-width: 1000px;
  height: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 {
  margin-bottom: 0.5em;
  font-size: 34px;
}

.itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 span {
  display: block;
}

.itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 span:nth-of-type(2) {
  font-size: 24px;
}

.itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 p {
  line-height: 1.4;
}

.itemAreaPa .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.itemAreaPa .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

.itemAreaPa .imgbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.itemAreaPa .imgbox li {
  text-align: center;
}

.itemAreaPa .imgbox li em {
  font-style: normal;
  font-weight: bold;
}

.itemAreaPa .imgbox li img {
  margin-bottom: 0.5em;
}

.itemAreaPa h3 {
  margin: 0 auto 60px;
  text-align: center;
}

.itemAreaPa h3 span {
  font-size: 26px;
  border-bottom: solid 3px #194bdf;
  padding-bottom: 6px;
}

.itemAreaPa .itemPa01 > ul {
  padding: 0;
  margin: 0;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
  display: grid;
  grid-template-columns: 1fr 374px 253px;
  gap: 20px;
  list-style-type: none;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) li .sp-t4 {
  display: grid;
  grid-template-columns: 160px 1fr;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) li .sp-t4 h4 {
  margin-bottom: 0.5em;
  border-left: 4px solid #f00;
  padding-left: 0.5em;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) li .sp-t4 ul {
  padding: 0;
  margin: 0;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) li .sp-t4 ul li {
  font-size: 10px;
  list-style: none;
  line-height: 1.2;
  padding: 0 !important;
  margin: 0;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) li .twin {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 20px;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) li .twin li:nth-of-type(1) {
  border-right: solid 1px #ccc;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1):nth-of-type(1) {
  padding-top: 60px;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) img {
  margin-bottom: 0.5em;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(1) p {
  font-size: 14px;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 294px 1fr 294px;
  gap: 20px;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li {
  list-style-type: none;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li .sp-t4 {
  display: grid;
  grid-template-columns: 160px 1fr;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li .sp-t4 h4 {
  margin-bottom: 0.5em;
  border-left: 4px solid #f00;
  padding-left: 0.5em;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li .sp-t4 ul {
  padding: 0;
  margin: 0;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li .sp-t4 ul li {
  font-size: 10px;
  list-style: none;
  line-height: 1.2;
  padding: 0 !important;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li:nth-of-type(1), .itemAreaPa .itemPa01 > ul:nth-of-type(2) li:nth-of-type(3) {
  padding-top: 80px;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li img {
  margin-bottom: 0.5em;
}

.itemAreaPa .itemPa01 > ul:nth-of-type(2) li p {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .itemAreaPa .itemHeder .itemHederInner1 {
    background-image: url(../img/pa/xross.png);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 {
    height: auto;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 {
    margin-bottom: 0.5em;
    font-size: 28px;
    text-align: center;
    padding-top: 20px;
    line-height: 1.2;
  }
  .itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 span {
    display: block;
  }
  .itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 span:nth-of-type(2) {
    font-size: 20px;
  }
  .itemAreaPa .itemHeder .itemHederInner1 .itemHederInner2 h2 p {
    line-height: 1.4;
  }
  .itemAreaPa .imgbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .itemAreaPa .imgbox li {
    text-align: center;
  }
  .itemAreaPa .imgbox li img {
    margin-bottom: 0.5em;
  }
  .itemAreaPa h3 {
    margin: 0 auto 0;
    text-align: center;
  }
  .itemAreaPa h3 span {
    font-size: 20px;
    border-bottom: solid 3px #194bdf;
    padding-bottom: 6px;
  }
  .itemAreaPa .itemPa01 ul {
    padding: 0;
    margin: 0 0 30px;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(1) {
    display: block;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(1) img {
    text-align: center;
    margin: 0 auto;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(1) li {
    margin-bottom: 30px;
    list-style-type: none;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(1) li .sp-t4 {
    display: block;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(1) li img {
    margin-bottom: 0.5em;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(1) li p {
    font-size: 14px;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(2) {
    margin-bottom: 60px;
    display: block;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(2) li {
    margin-bottom: 30px;
    list-style-type: none;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(2) li .sp-t4 {
    display: block;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(2) li img {
    margin-bottom: 0.5em;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(2) li p {
    font-size: 14px;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(2) > li:nth-of-type(1),
  .itemAreaPa .itemPa01 ul:nth-of-type(2) > li:nth-of-type(3) {
    display: none;
  }
  .itemAreaPa .itemPa01 ul:nth-of-type(2) > li:nth-of-type(1) img,
  .itemAreaPa .itemPa01 ul:nth-of-type(2) > li:nth-of-type(3) img {
    margin: 0 auto;
    width: 30%;
  }
}

section.itemArea01 .pryceArea > ul {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

section.itemArea01 .pryceArea > ul li:nth-of-type(2) {
  border-right: none;
}

.pryceArea > ul li:nth-of-type(1) {
  border-right: none;
}

.tax {
  display: block !important;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0.5em;
}

section.itemArea06 .stitile {
  text-align: center;
}

section.itemArea06 .stitile h4 {
  font-size: 24px;
  border-bottom: 2px solid #0047e8;
  display: inline-block;
  margin: 0 auto;
}

section.itemArea06 .bu,
section.itemArea06 .be {
  border-radius: 8em;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 0 0 0.25em;
  vertical-align: middle;
}

section.itemArea06 .bu {
  background-color: #0047e8;
}

section.itemArea06 .be {
  border: solid 1px #e6e494;
  background-color: blanchedalmond;
}

section.itemArea06 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea06 .inner .kome {
  font-size: 0.8em;
  display: block;
  padding-top: 1em;
}

section.itemArea06 .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea06 .inner .inner2 .itemTokutyou {
  margin-bottom: 50px;
}

section.itemArea06 .inner .inner2 .itemTokutyou ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
}

section.itemArea06 .inner .inner2 .itemTokutyou ul li h3 {
  font-size: 18x;
  margin-bottom: 0.5em;
}

section.itemArea06 .inner .inner2 .itemTokutyou ul li .img {
  margin-bottom: 0.5em;
  margin-top: 20px;
  height: 160px;
  text-align: center;
}

section.itemArea06 .inner .inner2 .itemTokutyou ul li .img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

section.itemArea06 .inner .inner2 .pryceA {
  margin-bottom: 50px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li {
  font-size: 14px;
  text-align: left;
  position: relative;
  padding-top: 20px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) {
  grid-row: 2/ 3;
  grid-column: 3/5;
  display: flex;
  align-items: center;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) .itemText {
  background-color: #dfdfdf;
  border-radius: 8px;
  padding: 20px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) .itemText h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) .itemText table {
  width: 100%;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) .itemText table th,
section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) .itemText table td {
  vertical-align: text-top;
  border-bottom: solid 1px #aaa;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) .itemText table th {
  padding-right: 0.5em;
  font-weight: bold;
  white-space: nowrap;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li:nth-of-type(7) .itemText table td {
  padding-left: 0.5em;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .img {
  max-height: 170px;
  margin-bottom: 20px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .img img {
  width: auto !important;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li em {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li em .ari,
section.itemArea06 .inner .inner2 .pryceA .itemModel ul li em .nasi {
  border-radius: 8px;
  font-size: 12px;
  display: inline-block;
  padding: 0.25em 0.8em;
  margin: 0 2px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li em .ari {
  color: #fff;
  background-color: #0047e8;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li em .nasi {
  background-color: #ddd;
  color: #333;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .price {
  color: #0047e8;
  font-size: 28px;
  line-height: 1.3;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .price .en {
  font-size: 0.5em;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li div {
  text-align: left;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .point {
  display: inline-block;
  background-color: #0047e8;
  color: #fff;
  font-size: 13px;
  z-index: 10;
  padding: 0 1em;
  border-radius: 4px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .point:nth-of-type(2) {
  margin-left: 4px;
}

section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .point2 {
  font-size: 13px;
  display: inline-block;
  background-color: #e8b200;
  color: #fff;
  z-index: 10;
  padding: 0 1em;
  border-radius: 4px;
}

section.itemArea06 .inner .inner2 .pryceA .itemText {
  text-align: left;
  margin: 0 auto;
}

section.itemArea06 h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section.itemArea06 .itemHeder {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto !important;
  margin-bottom: 30px;
}

section.itemArea06 .itemHeder img {
  width: 100%;
}

section.itemArea06 .itemHeder h2 {
  margin-bottom: 1em;
}

section.itemArea06 .copy {
  font-size: 26px;
  text-align: center;
  margin: 50px 0;
}

section.itemArea06 .kumitate {
  margin-bottom: 50px;
}

section.itemArea06 .kumitate h3 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 10px;
}

section.itemArea06 .itemC01 {
  border: solid 8px #fc466b96;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}

section.itemArea06 .itemC01 h3 {
  text-align: center;
  font-size: 28px;
}

section.itemArea06 .itemC01 ul li {
  list-style: none;
  position: relative;
  padding-left: 2em;
  font-size: 20px;
  margin-bottom: 1em;
}

section.itemArea06 .itemC01 ul li:before {
  vertical-align: middle;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #fc466b;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 4px;
}

section.itemArea06 .itemC01 ul li:after {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  border-left: solid 4px #fc466b;
  border-top: solid 4px #fc466b;
  position: absolute;
  top: 0px;
  left: 8px;
  transform: rotate(-135deg);
}

section.itemArea06 .itemC02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

section.itemArea06 .itemC02 ul li {
  list-style: none;
}

section.itemArea06 .itemC03 ul {
  padding: 0;
}

section.itemArea06 .itemC03 ul li {
  list-style: none;
  margin-bottom: 50px;
}

section.itemArea06 .itemC03 ul li:nth-of-type(1) {
  padding: 20px 100px 50px;
}

section.itemArea06 .itemC03 ul li:nth-of-type(1) img {
  width: 100%;
  margin-bottom: 2em;
}

section.itemArea06 .itemC03 ul li:nth-of-type(2) {
  background-color: #fff4f4;
  padding: 50px 100px;
}

section.itemArea06 .itemC03 ul li:nth-of-type(2) img {
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (max-width: 769px) {
  section.itemArea06 .inner .inner2 .itemTokutyou ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  section.itemArea06 .inner .inner2 .pryceA .itemModel ul {
    display: block;
  }
  section.itemArea06 .inner .inner2 .pryceA .itemModel ul li .img {
    max-height: 240px !important;
    margin-bottom: 20px;
  }
  section.itemArea06 .copy {
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
    text-align: left;
  }
  .kome {
    padding: 0 15px;
  }
}

.caseD .inner {
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .caseD .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.caseD .inner table {
  max-width: 600px;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-spacing: 0;
}

.caseD .inner table th,
.caseD .inner table td {
  text-align: left;
  border-bottom: solid 1px #666;
}

@media screen and (max-width: 769px) {
  .caseD .inner table th,
  .caseD .inner table td {
    font-size: 12px;
  }
}

.caseD .inner table th {
  white-space: nowrap;
  width: 6em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.caseD .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
}

@media screen and (max-width: 769px) {
  .caseD .inner ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 481px) {
  .caseD .inner ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

section.itemArea01 ul.itemC02 li img, section.itemArea02 .itemC02 ul li img, section.itemArea05 .itemC01 ul li img {
  margin-bottom: 0.5em;
}

section.itemArea01 .itemC04 img {
  margin-bottom: 0.5em;
}

section.itemArea03a .itemC01 ul {
  padding-left: 1em;
}
