@charset "UTF-8";
/* 共通部分
------------------------ */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.7;
  color: #432;
  /* background: #f4f0f0; */
  /* background: rgb(246, 247, 250); */
  background: rgb(245, 247, 252);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* header　タイトル　ナビゲーション
------------------------ */
header {
  /* background: #8B0000; */
  /* background: #B5B5B6; */
  /* background: #898989; */
  /* background: #898989; */
  /* background: #d0caca; */
  background: rgba(0, 56, 139, 0.8);
  text-align: center;
}

.logo {
  width: 210px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: "HG創英角ｺﾞｼｯｸUB";
  font-size: 30px;
  color: #fff;
  font-family: "Walbaum Display", "游明朝", "Yu Gothic Medium", "游ゴシック Medimu", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.logo2 {
  width: 200px;
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.main-nav {
  display: flex;
  font-size: 17px;
  text-transform: uppercase;
  list-style: none;
  margin-top: 1%;
}

.main-nav a {
  font-size: 17px;
  text-decoration: none;
  /* color:#fff; */
}

.main-nav a:hover {
  font-size: 17px;
  text-decoration: none;
  /* color:#8B0000; */
  /* color:rgb(23, 8, 196); */
  color: #0e0244;
}

.main-nav li {
  margin-left: 36px;
}

.page-header {
  display: flex;
  justify-content: space-between;
}

.wrapper {
  margin: 0 auto;
  padding: 0 4%;
}

/* work　タイトル　ナビゲーション
------------------------ */
#work {
  height: 100px;
  margin-bottom: 40px;
}

#work .page-title {
  text-align: center;
}

.page-title {
  margin-top: 20px;
  font-size: 50px;
  margin-bottom: -1%;
}

/* footer　ページ下部
------------------------ */
footer {
  /* background: #8B0000; */
  /* background: #B5B5B6; */
  /* background: #898989; */
  /* background: #898989; */
  /* background: #dcd6d6; */
  background: rgba(0, 56, 139, 0.8);
  text-align: center;
  padding: 37px 0;
  /*不要な横スクロールを非表示にする*/
  overflow-x: hidden;
}

footer p {
  /* color: #fff; */
  /* color:dimgray; */
  color: #fff;
  /* font-size: 0.875rem; */
  font-size: 15px;
}

/* .copy {
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 17px;
} */
footer li {
  /* color: #fff; */
  /* color:dimgray; */
  color: #fff;
  font-size: 0.875rem;
}

/* 画面遷移ボタン
------------------------ */
.transition-button-arrangement {
  padding-left: 220px;
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: 2%;
  margin-bottom: -6%;
}

.transition-button {
  display: flex;
  text-align: center;
  font-size: 17px;
  background: #898989;
  color: #fff;
  border-radius: 5px;
  padding: 7px 12px;
}

.transition-button:hover {
  background: #B5B5B6;
}

/* home　表紙
------------------------ */
.home-content {
  text-align: center;
  margin-top: -1%;
}

/* .home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
} */
.home-content p a {
  color: blue;
}

/* 大きな背景画像 */
/* #home {
    text-transform: none;
    text-align: center;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 100px;
    color: #fff;
} */
.page-title-home {
  /* .p-ttl-home { */
  /* width: 45%; */
  width: 32%;
  /* width: 40%; */
  /* top: -5%; */
  margin-top: 50px;
  /* margin-bottom: 50px; */
  margin-bottom: 0px;
  justify-content: center;
  font-size: 50px;
}

.page-title-home2 {
  width: 60%;
  /* top: -5%; */
  margin-top: 150px;
  margin-bottom: 50px;
  justify-content: center;
  font-size: 50px;
  margin-left: 23%;
}

.p-ttl6 {
  text-align: center;
  margin-top: 2%;
  margin-bottom: -2.5%;
  font-size: 18px;
}

/* トップナビゲーション */
.main-nav-home {
  margin: 0 auto;
  display: flex;
  /* text-align: center; */
  justify-content: center;
  /* padding: 8px; */
  /* width: 800px; */
  /* width: 1200px; */
  width: 100%;
  /* height: 50px; */
  font-size: 18px;
  list-style: none;
  margin-top: -2.5%;
  margin-bottom: 1%;
  margin-left: -1.5%;
}

.main-nav-home li {
  margin-left: 36px;
  color: black;
}

.main-nav-home .main-nav-home a:link, .main-nav-home a:visited, .main-nav-home a:hover, .main-nav-home a:active {
  /* color: #432; */
  color: black;
}

.fmt-main-nav-home {
  /* font-size: 18px; */
  color: black;
}

.fmt-main-nav-home2 {
  font-size: 30px;
  color: black;
  /* margin-top: 100%; */
  /* margin-bottom: 1%; */
  margin-left: 45%;
}

/* footer　ページ下部
------------------------ */
footer {
  /*不要な横スクロールを非表示にする*/
  overflow-x: hidden;
}

/* フッターナビゲーション */
.footer-nav-home {
  margin: 0 auto;
  /* display: flex; */
  text-align: left;
  /* justify-content: space-between; */
  padding: 8px;
  /* width: 80%; */
  width: 100%;
  /* height: 50px; */
  list-style: none;
  margin-top: -1%;
  margin-bottom: 3%;
  margin-left: 16%;
  /* color: #fff; */
  display: flex;
}

#footer-nav-home-part1 {
  width: 15%;
  order: 1;
}

#footer-nav-home-part2 {
  width: 15%;
  order: 2;
}

#footer-nav-home-part3 {
  width: 15%;
  order: 3;
}

#footer-nav-home-part4 {
  width: 15%;
  order: 4;
}

#footer-nav-home-part5 {
  width: 15%;
  order: 5;
}

.fmt-footer1 {
  /* color: #fff; */
  /* color:dimgray; */
  font-size: 15px;
  padding: 3px;
}

.fmt-footer2 {
  font-weight: bold;
  font-size: 16px;
  padding: 3px;
  color: #fff;
  margin-left: -8px;
}

.fmt-footer-nav-home-li {
  list-style: none;
}

.fmt-footer-nav-home-li a {
  /* color:dimgray; */
  /* color:rgb(79, 78, 78); */
  color: #fff;
}

.fmt-copy {
  /* color:dimgray; */
  color: #fff;
  font-size: 15px;
}

/* privacypolicy
------------------------ */
.privacy-policy-item-title-contact {
  font-size: 21px;
}

.privacy-policy-item-desc-list {
  margin-left: 50px;
}

/* 書式
------------------------ */
.wrap1 {
  /* text-align: left; */
  margin-left: 20%;
  margin-bottom: 8%;
  /* margin-top: -300%; */
  width: 61%;
}

.fmt1 {
  margin-top: 5%;
  margin-bottom: 10%;
  text-align: left;
}

.fmt2 {
  /* margin-top:5%; */
  /* margin-bottom: 8%; */
  text-align: left;
}

.fmt-ttl1 {
  /* margin-bottom: 3%; */
  font-size: 18px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  /* width:90%; */
  /* width:54%; */
  margin: 0 auto;
  margin-top: -2%;
}

.slider img {
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  /* width:60vw; */
  width: 50vw;
  height: auto;
  border-radius: 10px;
}

.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  /*透過50%*/
  opacity: 0.5;
  border-radius: 10px;
}

.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*========= レイアウトのためのCSS ===============*/
/* body{
    background:#eee;
}

h2,p {
    text-align:center;
    padding:20px;
}

ul{
    margin:0;
    padding: 0;
    list-style: none;
}

a{
    color: #333;
}

a:hover,
a:active{
    text-decoration: none;
} */
/* 製品の説明
------------------------ */
.wrap2 {
  max-width: 480px;
  /* margin: 50px auto; */
  margin-top: -1%;
  /* padding: 30px; */
  /* margin-left: 36%; */
  margin: auto;
  margin-bottom: 10%;
}

/* .wrap3 {
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
    padding: 0px 5px 20px 5px;
    width: 480px;
} */
.fmt-ttl6 {
  /* position: absolute; */
  font-size: 24px;
  /* color:#120101; */
  /* color:#1955A6; */
  color: #fff;
  /* text-align: center; */
  margin-top: 35px;
  margin-bottom: 2%;
  margin-left: auto;
  padding: 1% 6%;
  text-align: center;
  font-family: "Noto Sans", "筑紫ゴシック";
  /* background-color:#7964ca; */
  /* background-color:#7964ca; */
  background: rgba(0, 56, 139, 0.8);
  /* border-radius: 10px; */
  border-radius: 10px 10px 0px 0px;
  width: 480px;
}

.fmt14 {
  margin-left: 6%;
  /* font-size: 20px; */
  font-size: 20px;
  /* max-width: 480px; */
  max-width: 550px;
  text-align: left;
  /* font-family: "Noto Sans", "筑紫ゴシック"; */
}

.fmt15 {
  margin-left: 6%;
  /* font-size: 20px; */
  font-size: 22px;
  /* max-width: 480px; */
  max-width: 550px;
  text-align: left;
  /* font-family: "Noto Sans", "筑紫ゴシック"; */
}

.fmt16 {
  margin-left: 18%;
  /* font-size: 20px; */
  font-size: 22px;
  /* max-width: 480px; */
  max-width: 550px;
  text-align: left;
  /* font-family: "Noto Sans", "筑紫ゴシック"; */
}

.fmt-list1 {
  margin-left: 60px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.fmt-list2 {
  margin-left: 60px;
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* =============================================
ボタンのCSSはここから
============================================= */
.button {
  margin: 50px;
  margin-top: 0px;
  margin-left: 3px;
  margin-right: 3px;
}

.button02 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 7px;
  width: 150px;
  /* background: #ee638d; */
  /* background-image: linear-gradient(120deg, rgba(0, 56, 139, 0.8) 0%, #000093 100%); */
  /* background: v.$color-main; */
  /* background: rgba(30, 93, 187, 0.8); */
  background: rgba(0, 56, 139, 0.6);
  color: #fff;
  border-radius: 30px;
  /* box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px; */
  /* box-shadow: rgb(45, 45, 113, 0.3) 0px 7px 29px 0px; */
  transition: all 0.2s;
}

.button02:hover {
  /* background: #1eb0d1; */
  /* background-image: linear-gradient(120deg, rgba(0, 78, 141, 0.8) 0%, #021092 100%); */
  /* background-image: linear-gradient(120deg, rgba(60, 115, 136, 0.8) 0%, #007893 100%); */
  /* background-image: linear-gradient(120deg, #fda55e 0%, #fd7f19 100%); */
  background-image: linear-gradient(120deg, rgba(0, 56, 139, 0.8) 0%, #000093 100%);
  /* box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px; */
  box-shadow: rgba(213, 163, 112, 0.5) 0px 7px 29px 0px;
}

.button03 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px;
  width: 120px;
  background: rgba(0, 56, 139, 0.6);
  color: #fff;
  border-radius: 2px;
  transition: all 0.2s;
}

.button03:hover {
  background-image: linear-gradient(120deg, rgba(0, 56, 139, 0.8) 0%, #000093 100%);
  box-shadow: rgba(213, 163, 112, 0.5) 0px 7px 29px 0px;
}

/* =============================================
テーブルのCSSはここから
============================================= */
/* body {
    padding: 3rem 1rem;
  } */
/* テーブル04 */
.table04 {
  max-width: 650px;
  margin: 0 auto;
}

.table04 th,
.table04 td {
  text-align: center;
  padding: 1rem 1.5rem;
  display: block;
}

.table04 tr {
  display: block;
  /* background-color: #f7f7f7; */
  /* background-color: #fcf2f2; */
  /* background-color: #e0eafa; */
  background-color: #e9f0fd;
  /* margin-bottom: 2rem; */
  margin-bottom: 4rem;
  transition: 0.3s;
  border-radius: 20px;
  width: 550px;
}

.table04 tr:hover {
  /* background-color: #fff; */
  /* background-color: #edf3fc; */
  background-color: #f3f6fc;
  /* box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4); */
  box-shadow: 0px 5px 30px 0px rgba(0, 56, 139, 0.4);
}

.table04 th {
  /* font-size: 2rem; */
  font-size: 1.5rem;
  color: #fff;
  /* background-image: linear-gradient(120deg, #e0c3fc 0%, rgba(0, 56, 139, 0.8) 100%); */
  background-image: linear-gradient(120deg, rgba(0, 56, 139, 0.8) 0%, #000093 100%);
  border-radius: 20px 20px 0 0;
}

.table04 .price {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2rem;
}

.table04 .table-img {
  width: 80px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 1rem auto 2rem;
}

/* テーブル04-1 */
.table04-1 {
  /* max-width: 650px; */
  max-width: 650px;
  margin: 0 auto;
  margin-top: 3%;
}

.table04-1 th,
.table04-1 td {
  text-align: center;
  padding: 1rem 1.5rem;
  display: block;
}

.table04-1 tr {
  display: block;
  /* background-color: #f7f7f7; */
  /* background-color: #fcf2f2; */
  /* background-color: #e0eafa; */
  background-color: #e9f0fd;
  /* margin-bottom: 2rem; */
  margin-bottom: 4rem;
  transition: 0.3s;
  border-radius: 20px;
  width: 650px;
}

.table04-1 tr:hover {
  /* background-color: #fff; */
  /* background-color: #edf3fc; */
  background-color: #f3f6fc;
  /* box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4); */
  box-shadow: 0px 5px 30px 0px rgba(0, 56, 139, 0.4);
}

.table04-1 th {
  /* font-size: 2rem; */
  font-size: 1.5rem;
  color: #fff;
  /* background-image: linear-gradient(120deg, #e0c3fc 0%, rgba(0, 56, 139, 0.8) 100%); */
  background-image: linear-gradient(120deg, rgba(0, 56, 139, 0.8) 0%, #000093 100%);
  border-radius: 20px 20px 0 0;
}

/* .table04-1 .price {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2rem;
}   */
.table04-1 .table-img {
  width: 80px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 1rem auto 2rem;
}

/* テーブル04-2 */
.table04-2 {
  width: 350px;
  margin: 0 auto;
  margin-top: 0%;
}

.table04-2 th,
.table04-2 td {
  text-align: center;
  padding: 1rem 1.5rem;
  display: block;
}

.table04-2 tr {
  display: block;
  /* background-color: #f7f7f7; */
  /* background-color: #fcf2f2; */
  /* background-color: #e0eafa; */
  background-color: #e9f0fd;
  /* margin-bottom: 2rem; */
  margin-bottom: 4rem;
  transition: 0.3s;
  border-radius: 20px;
  width: 350px;
}

.table04-2 tr:hover {
  /* background-color: #fff; */
  /* background-color: #edf3fc; */
  background-color: #f3f6fc;
  /* box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4); */
  box-shadow: 0px 5px 30px 0px rgba(0, 56, 139, 0.4);
}

.table04-2 th {
  /* font-size: 2rem; */
  font-size: 1.5rem;
  color: #fff;
  /* background-image: linear-gradient(120deg, #e0c3fc 0%, rgba(0, 56, 139, 0.8) 100%); */
  background-image: linear-gradient(120deg, rgba(0, 56, 139, 0.8) 0%, #000093 100%);
  border-radius: 20px 20px 0 0;
}

/* .table04-2 .price {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2rem;
}   */
.table04-2 .table-img {
  width: 80px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 1rem auto 2rem;
}

/* =============================================
カードのCSSはここから
============================================= */
/* 共通CSS */
.container {
  width: 70%;
  padding: 1rem 1rem;
  margin-left: 15%;
}

.container-1 {
  width: 61%;
  margin-left: 39%;
}

ul.item {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 330px));
  margin-top: 3%;
  margin-bottom: 20px;
}

li.list {
  width: 80%;
  margin-bottom: 15%;
  height: 410px;
}

li.list:last-child {
  margin-right: 0;
}

div.image img {
  /* width: 100%;
  height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 90%;
  max-height: 90%;
  padding-top: 10%;
}

h3.title {
  font-weight: bold;
  font-size: 20px;
}

p.content {
  line-height: 1.6;
  color: #333;
  text-align: left;
}

/* サービス内容 */
/* .service-container {
  background: url(./img/bg.png);
}   */
li.list {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  /* background: #fff; */
  /* background-color: #e4ebf9; */
  background-color: #e8edf8;
  /* box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2); */
  box-shadow: 5px 5px 25px rgba(0, 56, 139, 0.2);
}

li.list div.image {
  width: 100%;
  height: 167px;
}

h3.title {
  padding: 1rem 1rem 0.5rem;
}

p.content {
  padding: 0 1rem;
}

li a.btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  padding: 6px 18px;
  color: #fff;
  /* background: #ccebe6; */
  background: rgba(0, 56, 139, 0.6);
  margin: auto auto 1.5rem auto;
  /* border: 2px solid #ccebe6; */
  /* border: 2px solid v.$color-main-shadow; */
  transition: 0.2s;
}

li a.btn:hover {
  /* color: #ccebe6; */
  color: rgba(0, 56, 139, 0.8);
  /* background: #fff; */
  background: rgb(241, 240, 254);
  border: 1px solid rgba(0, 56, 139, 0.8);
}

td a.btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  padding: 6px 18px;
  color: #fff;
  /* background: #ccebe6; */
  background: rgba(0, 56, 139, 0.6);
  margin: auto auto 1.5rem auto;
  /* border: 2px solid #ccebe6; */
  /* border: 2px solid v.$color-main-shadow; */
  transition: 0.2s;
}

td a.btn:hover {
  /* color: #ccebe6; */
  color: rgba(0, 56, 139, 0.8);
  /* background: #fff; */
  background: rgb(241, 240, 254);
  border: 1px solid rgba(0, 56, 139, 0.8);
}

.fmt-ttl7 {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px 170px;
  /* color: #fff; */
  color: #000093;
  /* background: #ccebe6; */
  /* background: #4b4bde; */
  background: #e8edf8;
  margin: auto auto 2rem auto;
  border: 1px solid rgba(0, 56, 139, 0.8);
  /* box-shadow: 5px 5px 25px rgba(0, 56, 139, 0.2); */
}

/* =============================================
テーブル（価格表）のCSSはここから
============================================= */
/* body {
  padding: 3rem 1rem;
} */
/* テーブル01 */
.table01 {
  max-width: 650px;
  margin: 0 auto;
}

.table01 th,
.table01 td {
  padding: 1rem;
  border-right: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
}

.table01 th:last-child,
.table01 td:last-child {
  border-right: 0;
}

.table01 thead tr {
  background-color: #4a69b8;
  color: #fff;
}

.table01 thead th {
  text-align: center;
  font-size: 20px;
}

.table01 tbody tr {
  border-bottom: 1px solid #fff;
  background-color: #f1f3f8;
}

.table01 tbody tr:last-child {
  border: none;
}

.table01 tbody th {
  width: 100%;
}

.table01 tbody .price {
  width: 35%;
  text-align: right;
  font-size: 20px;
}

.table01 tbody .text1 {
  width: 65%;
  text-align: left;
  font-size: 20px;
}

/* .liClass4 {
  position: relative;
  left: 1.5em;
  max-width: 530px;
  margin-left: 8%;
  text-align: left;
} */
.liClass4 {
  position: relative;
  left: 1.5em;
  width: 430px;
  margin-left: 8%;
  text-align: left;
  font-size: 17px;
}

.liClass4:before {
  content: "＊";
  position: absolute;
  top: 0px;
  /* left: -2em; */
  left: -1em;
  /* font-family: (要調整); */
}

/* 旧ノートパソコン版 Nest Hub Max
------------------------ */
@media only screen and (max-width: 1280px) {
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 15%; */
    margin-left: -1.5%;
  }
  .main-nav-home a {
    font-size: 16px;
  }
  .main-nav-home a:hover {
    font-size: 16px;
  }
  /* home　表紙
  ------------------------ */
  .page-title-home {
    /* width: 16%; */
    /* width: 50%;   */
    width: 35%;
    /* width: 45%; */
    /* top: -5%; */
    /* margin-top: 50px; */
    margin-top: 30px;
    margin-bottom: 45px;
    margin-bottom: 0px;
    /* justify-content: center; */
  }
  .p-ttl {
    /* text-align: center; */
    /* margin-top: 5%; */
    /* margin-bottom: -4%; */
    font-size: 23px;
  }
  .p-ttl6 {
    margin-top: 3%;
    margin-bottom: -2%;
    font-size: 18px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 20%;
    margin-bottom: 8%;
    /* margin-top: 10%; */
    /* margin-top: -10%; */
    width: 61%;
  }
  .fmt1 {
    margin-top: 0%;
    margin-bottom: 10%;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    margin-left: 16%;
  }
  #footer-nav-home-part1 {
    width: 15%;
    order: 1;
  }
  #footer-nav-home-part2 {
    width: 15%;
    order: 2;
  }
  #footer-nav-home-part3 {
    width: 15%;
    order: 3;
  }
  #footer-nav-home-part4 {
    width: 15%;
    order: 4;
  }
  #footer-nav-home-part5 {
    width: 15%;
    order: 5;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 470px;
    margin-top: -1%;
    /* margin-left: 31%; */
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  /* .fmt14 {
      margin-left: 9%;
      font-size: 18px;
      max-width: 470px;
  } */
  .fmt14 {
    margin-left: 9%;
    font-size: 18px;
    max-width: 470px;
  }
  .fmt15 {
    margin-left: 9%;
    font-size: 20px;
    max-width: 470px;
  }
  .fmt16 {
    margin-left: 16%;
    font-size: 20px;
    max-width: 470px;
  }
  .fmt-list1 {
    margin-left: 55px;
  }
  .fmt-list2 {
    font-size: 20px;
    margin-left: 60px;
  }
  /* .fmt-list1 {
      margin-left: 55px;
  } */
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 0px;
  }
  .button02 {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
  }
  .button03 {
    font-size: 16px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 80%;
    padding: 1rem 1rem;
    margin-left: 10%;
  }
  .container-1 {
    width: 61.5%;
    padding: 1rem 1rem;
    margin-left: 38.5%;
  }
  ul.item {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3%;
    margin-bottom: 20px;
  }
  /* .container {
      width: 70%;
      padding: 1rem 1rem;
      margin-left: 15%;
    }

    ul.item {
      display: grid;
      justify-items: center;
      align-items: center;
      gap: 15px;
      grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
      margin-top: 3%;
      margin-bottom: 50px;
    } */
  li.list {
    width: 85%;
    margin-bottom: 15%;
  }
  .container-1 li.list {
    width: 103%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 90%;
    max-height: 90%;
    padding-top: 10%;
  }
  h3.title {
    font-weight: bold;
    font-size: 20px;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
  }
  li.list {
    min-height: 380px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 15px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 15px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 27px;
    border-radius: 30px;
    padding: 15px 170px;
    margin: auto auto 2rem auto;
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 650px;
    margin: 0 auto;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 19px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 35%;
    font-size: 19px;
  }
  .table01 tbody .text1 {
    width: 65%;
    font-size: 19px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    left: 1.5em;
    max-width: 450px;
    margin-left: 8%;
    text-align: left;
  }
  p.content {
    line-height: 1.6;
    /* text-align: left; */
    margin-left: 2%;
    width: 260px;
  }
  .container-1 p.content {
    line-height: 1.6;
    /* text-align: left; */
    margin-left: 2%;
    width: 260px;
  }
  .logo2 {
    width: 200px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
/* Nest Hub 版
------------------------ */
@media only screen and (max-width: 1279px) and (max-height: 600px) {
  .fmt1 {
    margin-top: 15%;
  }
}
/* Nest Hub 版
------------------------ */
@media only screen and (max-width: 1279px) and (min-height: 601px) and (max-height: 1400px) {
  .fmt1 {
    margin-top: -40%;
  }
}
/* Nest Hub 版
------------------------ */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 8%; */
    margin-left: -2%;
  }
  .main-nav-home a {
    font-size: 15px;
  }
  .main-nav-home a:hover {
    font-size: 15px;
  }
  /* トップナビゲーション */
  /* .page-title-home {
      width: 20%;
      top: -5%;
      margin-top: 50px;
      margin-bottom: 50px;
      justify-content: center;
  } */
  /* home　表紙
  ------------------------ */
  .page-title-home {
    /* width: 19%; */
    width: 40%;
    /* width: 52%; */
    /* top: -5%; */
    /* margin-top: 30px; */
    /* margin-top: 40px; */
    /* margin-bottom: 35px; */
    margin-bottom: 0px;
    /* justify-content: center; */
  }
  .p-ttl {
    /* text-align: center; */
    /* margin-top: 5%; */
    /* margin-bottom: -4%; */
    font-size: 20px;
  }
  .p-ttl6 {
    margin-top: 3%;
    margin-bottom: -2.5%;
    font-size: 17px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 16%;
    margin-bottom: 12%;
    /* margin-top: 10%; */
    /* margin-top: -30%; */
    /* margin-top: -50px; */
    width: 68%;
  }
  .fmt1 {
    font-size: 15px;
    /* margin-top: 15%; */
  }
  .fmt2 {
    font-size: 15px;
  }
  .fmt-ttl1 {
    font-size: 16px;
  }
  footer {
    /*フッターの高さと等しいネガティブマージン*/
    margin-bottom: -350px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 27%;
    flex-wrap: wrap;
    margin-top: 1%;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 3%;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  .fmt-footer2 {
    font-size: 15px;
  }
  .fmt-copy {
    /* color:dimgray; */
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    margin-bottom: 25%;
  }
  .slider img {
    width: 51vw;
  }
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 430px;
    margin-top: -28%;
    /* margin-left: 28%; */
    /* margin: auto; */
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 21px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  .fmt14 {
    margin-left: 9%;
    font-size: 17px;
    max-width: 470px;
  }
  .fmt15 {
    margin-left: 9%;
    font-size: 19px;
    max-width: 470px;
  }
  .fmt16 {
    margin-left: 16%;
    font-size: 19px;
    max-width: 470px;
  }
  .fmt-list1 {
    margin-left: 55px;
  }
  .fmt-list2 {
    font-size: 19px;
    margin-left: 60px;
  }
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 0px;
  }
  .button02 {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 30px;
  }
  .button03 {
    font-size: 15px;
    width: 110px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* =============================================
  テーブルのCSSはここから
  ============================================= */
  /* テーブル04 */
  .table04 {
    max-width: 600px;
    margin: 0 auto;
    margin-top: -25%;
  }
  .table04 th,
  .table04 td {
    padding: 1rem 1.5rem;
  }
  .table04 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 600px;
  }
  .table04 th {
    font-size: 1.3rem;
    border-radius: 20px 20px 0 0;
  }
  .table04 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-1 */
  .table04-1 {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 2%;
  }
  .table04-1 th,
  .table04-1 td {
    text-align: center;
    padding: 1rem 1.5rem;
    display: block;
  }
  .table04-1 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 600px;
  }
  .table04-1 th {
    font-size: 1.3rem;
    border-radius: 20px 20px 0 0;
  }
  .table04-1 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-2 */
  .table04-2 {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 0%;
  }
  .table04-2 th,
  .table04-2 td {
    text-align: center;
    padding: 1rem 1.5rem;
    display: block;
  }
  .table04-2 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 300px;
  }
  .table04-2 th {
    font-size: 1.3rem;
    border-radius: 20px 20px 0 0;
  }
  .table04-2 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 80%;
    padding: 1rem 1rem;
    margin-left: 10%;
  }
  .container-1 {
    width: 10%;
    padding: 1rem 1rem;
    margin-left: 35%;
  }
  ul.item {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3%;
    margin-bottom: 20px;
  }
  /* .container {
      width: 70%;
      padding: 1rem 1rem;
      margin-left: 15%;
    }

    ul.item {
      display: grid;
      justify-items: center;
      align-items: center;
      gap: 15px;
      grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
      margin-top: 3%;
      margin-bottom: 50px;
    } */
  li.list {
    width: 90%;
    margin-bottom: 15%;
  }
  .container-1 li.list {
    width: 90%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 90%;
    max-height: 90%;
    padding-top: 10%;
  }
  h3.title {
    font-weight: bold;
    font-size: 20px;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
  }
  li.list {
    min-height: 450px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 15px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 15px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 27px;
    border-radius: 30px;
    padding: 15px 170px;
    margin: auto auto 2rem auto;
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 620px;
    margin: 0 auto;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 18px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 35%;
    font-size: 18px;
  }
  .table01 tbody .text1 {
    width: 65%;
    font-size: 18px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    /* left: 1.5em; */
    max-width: 430px;
    margin-left: 8%;
    /* text-align: left; */
  }
  p.content {
    /* line-height: 1.6; */
    /* text-align: left; */
    margin-left: 3%;
    width: 210px;
  }
  .logo2 {
    width: 200px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
/* タブレット版
------------------------ */
@media only screen and (min-width: 768px) and (max-width: 1023px) and (max-height: 1100px) {
  .fmt1 {
    margin-top: -22%;
  }
}
/* タブレット版
------------------------ */
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-height: 1101px) and (max-height: 1180px) {
  .fmt1 {
    margin-top: -33%;
  }
}
/* タブレット版
------------------------ */
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-height: 1181px) and (max-height: 1400px) {
  .fmt1 {
    margin-top: -42%;
  }
}
/* タブレット版
------------------------ */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .main-nav {
    font-size: 120px;
    text-transform: uppercase;
    list-style: none;
    margin-top: 1%;
  }
  .main-nav a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
  }
  .main-nav a:hover {
    font-size: 14px;
    text-decoration: none;
    color: #8B0000;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .page-title {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: -1%;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    padding: 20px 0;
  }
  footer p {
    /* color: #fff; */
    color: dimgray;
    /* font-size: 0.875rem; */
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  #home .page-title-home {
    text-transform: none;
    text-align: center;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 60px;
    color: #fff;
  }
  /* ナビゲーション */
  /* .main-nav-home {
      margin:0 auto;
      display: flex;
      flex-direction: column;
      text-align: left;
      justify-content: center;
      padding: 1px;
      width: 370px;
      height: 180px;
      border-radius: 5px;
      text-transform: uppercase;
      list-style: none;
      margin-top: 30%;
  }
  .main-nav-home a{
      font-size: 22px;
  } */
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 8%; */
    margin-left: -2.5%;
  }
  .main-nav-home a {
    font-size: 15px;
  }
  .main-nav-home a:hover {
    font-size: 15px;
  }
  /* トップナビゲーション */
  /* .page-title-home {
      width: 20%;
      top: -5%;
      margin-top: 50px;
      margin-bottom: 50px;
      justify-content: center;
  } */
  /* home　表紙
  ------------------------ */
  .page-title-home {
    width: 50%;
    /* width: 60%; */
    margin-top: 25px;
    /* margin-bottom: 15px; */
    margin-bottom: -3%;
  }
  .p-ttl {
    /* text-align: center; */
    /* margin-top: 5%; */
    /* margin-bottom: -4%; */
    font-size: 19px;
  }
  .p-ttl6 {
    margin-top: 3%;
    margin-bottom: -2.5%;
    font-size: 16px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 15%;
    width: 70%;
    margin-bottom: 24%;
    /* margin-top: 0%; */
    /* margin-top: -20%; */
  }
  .fmt1 {
    text-align: left;
    font-size: 14px;
    /* margin-top: -20%; */
  }
  .fmt2 {
    font-size: 14px;
  }
  .fmt-ttl1 {
    font-size: 15px;
  }
  footer {
    margin-bottom: -350px; /*フッターの高さと等しいネガティブマージン*/
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 26%;
    flex-wrap: wrap;
    margin-top: 2%;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 5%;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  .fmt-footer2 {
    font-size: 15px;
  }
  .fmt-copy {
    /* color:dimgray; */
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    margin-bottom: 15%;
  }
  .slider img {
    /* width:52vw; */
    width: 62vw;
  }
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 380px;
    margin-top: -18%;
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  .fmt14 {
    margin-left: 5%;
    font-size: 16px;
    max-width: 430px;
  }
  .fmt15 {
    margin-left: 9%;
    font-size: 18px;
    max-width: 470px;
  }
  .fmt16 {
    margin-left: 18%;
    font-size: 18px;
    max-width: 470px;
  }
  .fmt-list1 {
    margin-left: 52px;
    /* max-width: 470px; */
    width: 350px;
  }
  .fmt-list2 {
    font-size: 18px;
    margin-left: 40px;
  }
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 3%;
  }
  .button02 {
    font-size: 15px;
    font-weight: bold;
    /* padding: 11px 30px; */
    padding: 10px 25px;
    border-radius: 30px;
  }
  .button03 {
    font-size: 14px;
    width: 100px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* =============================================
  テーブルのCSSはここから
  ============================================= */
  /* テーブル04 */
  .table04 {
    max-width: 460px;
    margin: 0 auto;
    margin-top: -15%;
  }
  .table04 th,
  .table04 td {
    padding: 1rem 1.5rem;
  }
  .table04 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 460px;
  }
  .table04 th {
    font-size: 1.3rem;
    border-radius: 20px 20px 0 0;
  }
  .table04 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-1 */
  .table04-1 {
    max-width: 460px;
    margin: 0 auto;
    margin-top: 2%;
  }
  .table04-1 th,
  .table04-1 td {
    text-align: center;
    padding: 1rem 1.5rem;
    display: block;
  }
  .table04-1 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 460px;
  }
  .table04-1 th {
    font-size: 1.3rem;
    border-radius: 20px 20px 0 0;
  }
  .table04-1 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-2 */
  .table04-2 {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 0%;
  }
  .table04-2 th,
  .table04-2 td {
    text-align: center;
    padding: 1rem 1.5rem;
    display: block;
  }
  .table04-2 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 200px;
  }
  .table04-2 th {
    font-size: 1.3rem;
    border-radius: 20px 20px 0 0;
  }
  .table04-2 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 85%;
    padding: 1rem 1rem;
    margin-left: 7%;
  }
  .container-1 {
    width: 85%;
    padding: 1rem 1rem;
    margin-left: 7%;
  }
  ul.item {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 3%;
    margin-bottom: 20px;
  }
  li.list {
    /* width: 33.3%; */
    width: 75%;
    margin-bottom: 15%;
  }
  .container-1 li.list {
    /* width: 33.3%; */
    width: 36.5%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 90%;
    max-height: 90%;
    padding-top: 10%;
  }
  h3.title {
    font-weight: bold;
    font-size: 18px;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 15px;
    width: 240px;
    margin-left: 2.5%;
  }
  .container-1 p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 15px;
    width: 240px;
    margin-left: 2.5%;
  }
  li.list {
    min-height: 380px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 25px;
    border-radius: 30px;
    padding: 13px 90px;
    margin: auto auto 2rem auto;
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 600px;
    margin: 0 auto;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 17px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 35%;
    font-size: 17px;
  }
  .table01 tbody .text1 {
    width: 65%;
    font-size: 17px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    /* left: 1.5em; */
    /* max-width: 375px; */
    width: 375px;
    /* margin-left: 2.5%; */
    text-align: left;
    font-size: 15px;
  }
  .logo2 {
    width: 180px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 19px;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 767px) {
  /* footer　ページ下部
  ------------------------ */
  footer p {
    color: dimgray;
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 8%; */
    margin-left: -3%;
  }
  .main-nav-home a {
    font-size: 15px;
  }
  .main-nav-home a:hover {
    font-size: 15px;
  }
  /* トップナビゲーション */
  /* .page-title-home {
      width: 20%;
      top: -5%;
      margin-top: 50px;
      margin-bottom: 50px;
      justify-content: center;
  } */
  /* home　表紙
  ------------------------ */
  .page-title-home {
    /* width: 28%; */
    width: 58%;
    /* width: 65%; */
    /* top: -5%; */
    /* margin-top: 35px; */
    margin-top: 25px;
    /* margin-bottom: 28px; */
    /* margin-bottom: 15px; */
    margin-bottom: -3%;
    /* justify-content: center; */
  }
  .p-ttl {
    /* text-align: center; */
    margin-top: 6%;
    /* margin-bottom: -4%; */
    font-size: 17px;
  }
  .p-ttl6 {
    margin-top: 3%;
    margin-bottom: -3.5%;
    font-size: 16px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 9%;
    margin-bottom: 15%;
    /* margin-top: 10%; */
    width: 82%;
  }
  .fmt1 {
    font-size: 14px;
  }
  .fmt2 {
    font-size: 14px;
  }
  .fmt-ttl1 {
    font-size: 15px;
  }
  footer {
    margin-bottom: -330px; /*フッターの高さと等しいネガティブマージン*/
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 25%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 5%;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  .fmt-footer2 {
    font-size: 14px;
  }
  .fmt-copy {
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    margin-bottom: 30%;
  }
  .slider img {
    /* width:53vw; */
    width: 63vw;
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 40%;
    height: 13px;
    width: 13px;
  }
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 360px;
    margin-top: -36%;
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  .fmt14 {
    margin-left: 9%;
    font-size: 14px;
    max-width: 360px;
  }
  .fmt15 {
    margin-left: 9%;
    font-size: 16px;
    max-width: 470px;
  }
  .fmt16 {
    margin-left: 18%;
    font-size: 16px;
    max-width: 470px;
  }
  .fmt-list1 {
    margin-left: 42px;
    width: 300px;
  }
  .fmt-list2 {
    font-size: 16px;
    margin-left: 40px;
  }
  /* .fmt-list1 {
      margin-left: 43px;
  } */
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 3%;
  }
  .button02 {
    font-size: 15px;
    font-weight: bold;
    /* padding: 12px 30px; */
    padding: 9px 23px;
    border-radius: 30px;
  }
  .button03 {
    font-size: 14px;
    width: 90px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* =============================================
  テーブルのCSSはここから
  ============================================= */
  /* テーブル04 */
  .table04 {
    max-width: 450px;
    margin: 0 auto;
    margin-top: -30%;
  }
  .table04 th,
  .table04 td {
    padding: 1rem 1.5rem;
  }
  .table04 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 450px;
  }
  .table04 th {
    font-size: 1.2rem;
    border-radius: 20px 20px 0 0;
  }
  .table04 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-1 */
  .table04-1 {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 2%;
  }
  .table04-1 th,
  .table04-1 td {
    text-align: center;
    padding: 1rem 1.5rem;
    display: block;
  }
  .table04-1 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 450px;
  }
  .table04-1 th {
    font-size: 1.2rem;
    border-radius: 20px 20px 0 0;
  }
  .table04-1 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-2 */
  .table04-2 {
    max-width: 190px;
    margin: 0 auto;
    margin-top: 0%;
  }
  .table04-2 th,
  .table04-2 td {
    text-align: center;
    padding: 1rem 1.5rem;
    display: block;
  }
  .table04-2 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 190px;
  }
  .table04-2 th {
    font-size: 1.2rem;
    border-radius: 20px 20px 0 0;
  }
  .table04-2 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 85%;
    padding: 1rem 1rem;
    margin-left: 7%;
  }
  .container-1 {
    width: 85%;
    padding: 1rem 1rem;
    margin-left: 7%;
  }
  ul.item {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 3%;
    margin-bottom: 20px;
  }
  li.list {
    /* width: 33.3%; */
    width: 75%;
    margin-bottom: 15%;
  }
  .container-1 li.list {
    /* width: 33.3%; */
    width: 36%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 90%;
    max-height: 90%;
    padding-top: 10%;
  }
  h3.title {
    font-weight: bold;
    font-size: 17px;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 190px;
  }
  .container-1 p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 190px;
  }
  li.list {
    min-height: 400px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 25px;
    border-radius: 30px;
    padding: 13px 110px;
    margin: auto auto 2rem auto;
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 550px;
    margin: 0 auto;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 16px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 35%;
    font-size: 16px;
  }
  .table01 tbody .text1 {
    width: 65%;
    font-size: 16px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    /* left: 1.5em; */
    max-width: 350px;
    margin-left: 7.5%;
    /* text-align: left; */
    font-size: 14px;
  }
  .logo2 {
    width: 160px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/* モバイル版
------------------------ */
/* @media only screen and (max-height: 800px) {
    .wrap1 {
        margin-top: -50%;
    }
} */
/* モバイル版
------------------------ */
@media (max-width: 600px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .main-nav {
    font-size: 120px;
    text-transform: uppercase;
    list-style: none;
    margin-top: 1%;
  }
  .main-nav a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
  }
  .main-nav a:hover {
    font-size: 14px;
    text-decoration: none;
    color: #8B0000;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .page-title {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: -1%;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    padding: 20px 0;
  }
  /* home　表紙
  ------------------------ */
  #home .page-title-home {
    text-transform: none;
    text-align: center;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    /* font-size: 60px; */
    font-size: 40%;
    color: #fff;
  }
  /* ナビゲーション */
  /* .main-nav-home {
      margin:0 auto;
      display: flex;
      flex-direction: column;
      text-align: left;
      justify-content: center;
      padding: 1px;
      width: 270px;
      height: 150px;
      border-radius: 5px;
      text-transform: uppercase;
      list-style: none;
      margin-top: 17%;  
  }
  .main-nav-home a{
      font-size: 15px;
  }
  .main-nav-home a:hover {
      font-size: 15px;
  } */
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  /* .main-nav-home {
      margin-top: 8%;
  }
  .main-nav-home a{
      font-size: 15px;
  }
  .main-nav-home a:hover {
      font-size: 15px;
  } */
  /* footer　ページ下部
  ------------------------ */
  footer p {
    color: dimgray;
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 8%; */
    margin-left: -3%;
  }
  .main-nav-home a {
    font-size: 15px;
  }
  .main-nav-home a:hover {
    font-size: 15px;
  }
  /* トップナビゲーション */
  /* .page-title-home {
      width: 20%;
      top: -5%;
      margin-top: 50px;
      margin-bottom: 50px;
      justify-content: center;
  } */
  /* home　表紙
  ------------------------ */
  .page-title-home {
    /* width: 32%; */
    /* width: 60%; */
    width: 75%;
    /* width: 75%; */
    /* top: -5%; */
    /* margin-top: 35px;
    margin-bottom: 25px; */
    margin-top: 20px;
    /* margin-bottom: 10px; */
    margin-bottom: -2%;
    /* justify-content: center; */
  }
  .p-ttl {
    /* text-align: center; */
    margin-top: 6%;
    /* margin-bottom: -4%; */
    font-size: 16px;
  }
  .p-ttl6 {
    margin-top: 3%;
    margin-bottom: -3.5%;
    font-size: 16px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 6%;
    margin-bottom: 15%;
    /* margin-top: 15%; */
    /* margin-top: -30%; */
    width: 89%;
  }
  .fmt1 {
    font-size: 14px;
    margin-top: 8%;
  }
  .fmt2 {
    font-size: 14px;
  }
  .fmt-ttl1 {
    font-size: 14px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 23%;
    flex-wrap: wrap;
    margin-top: 2%;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 6%;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  .fmt-footer2 {
    font-size: 14px;
  }
  .fmt-copy {
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    margin-bottom: -12%;
  }
  .slider img {
    /* width:53vw; */
    width: 65vw;
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 39%;
    height: 11px;
    width: 11px;
  }
  /*ドットナビゲーションの設定*/
  .slick-dots button {
    width: 7px; /*ドットボタンのサイズ*/
    height: 7px; /*ドットボタンのサイズ*/
  }
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 280px;
    margin-top: 9%;
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  .fmt14 {
    margin-left: 9%;
    font-size: 14px;
    max-width: 280px;
  }
  .fmt15 {
    margin-left: 9%;
    font-size: 15px;
    max-width: 470px;
  }
  .fmt16 {
    margin-left: 18.5%;
    font-size: 15px;
    max-width: 470px;
  }
  .fmt-list1 {
    margin-left: 42px;
    width: 250px;
  }
  .fmt-list2 {
    font-size: 16px;
    margin-left: 40px;
  }
  /* .fmt-list1 {
      margin-left: 34px;
  } */
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 3%;
  }
  .button02 {
    font-size: 15px;
    font-weight: bold;
    /* padding: 12px 30px; */
    padding: 8px 21px;
    border-radius: 30px;
  }
  .button03 {
    font-size: 14px;
    width: 85px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* =============================================
  テーブルのCSSはここから
  ============================================= */
  /* テーブル04 */
  .table04 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 7%;
  }
  .table04 th,
  .table04 td {
    padding: 0.7rem 1.5rem;
  }
  .table04 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 400px;
  }
  .table04 th {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .table04 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-1 */
  .table04-1 {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2%;
  }
  .table04-1 th,
  .table04-1 td {
    text-align: center;
    padding: 0.7rem 1.5rem;
  }
  .table04-1 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 400px;
  }
  .table04-1 th {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .table04-1 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-2 */
  .table04-2 {
    max-width: 150px;
    margin: 0 auto;
    margin-top: 0%;
  }
  .table04-2 th,
  .table04-2 td {
    text-align: center;
    padding: 0.7rem 1.5rem;
  }
  .table04-2 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 150px;
  }
  .table04-2 th {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .table04-2 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 85%;
    padding: 1rem 1rem;
    margin-left: 7%;
  }
  ul.item {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 3%;
    margin-bottom: 20px;
  }
  li.list {
    /* width: 33.3%; */
    width: 85%;
    margin-bottom: 15%;
  }
  .container-1 li.list {
    /* width: 33.3%; */
    width: 40%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 80%;
    max-height: 80%;
    padding-top: 10%;
  }
  h3.title {
    font-weight: bold;
    font-size: 16px;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 170px;
  }
  .container-1 p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 170px;
  }
  li.list {
    height: 430px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 20px;
    border-radius: 30px;
    padding: 13px 90px;
    margin: auto auto 2rem auto;
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 450px;
    margin: 0 auto;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 14px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 35%;
    font-size: 14px;
  }
  .table01 tbody .text1 {
    width: 65%;
    font-size: 14px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    /* left: 1.5em; */
    max-width: 280px;
    margin-left: 7.5%;
    /* text-align: left; */
    font-size: 14px;
  }
  .logo2 {
    width: 140px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
/* モバイル版
------------------------ */
@media only screen and (max-width: 500px) and (max-height: 750px) {
  .fmt1 {
    margin-top: 8%;
  }
}
/* モバイル版
------------------------ */
@media only screen and (max-width: 500px) and (min-height: 751px) and (max-height: 1000px) {
  .fmt1 {
    /* margin-top: 17%; */
    margin-top: -13%;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 500px) {
  /* footer　ページ下部
  ------------------------ */
  footer p {
    color: dimgray;
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 8%; */
    margin-left: -4%;
  }
  .main-nav-home a {
    font-size: 14px;
  }
  .main-nav-home a:hover {
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  .page-title-home {
    /* width: 42%; */
    /* width: 60%; */
    width: 80%;
    /* width: 80%; */
    /* top: -5%; */
    /* margin-top: 30px;
    margin-bottom: 20px; */
    margin-top: 15px;
    /* margin-bottom: 10px; */
    margin-bottom: -8%;
    /* justify-content: center; */
  }
  .p-ttl {
    /* text-align: center; */
    margin-top: 8%;
    margin-bottom: -5%;
    font-size: 15px;
  }
  .p-ttl6 {
    margin-top: 1.5%;
    margin-bottom: -4%;
    font-size: 16px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 6%;
    margin-bottom: 15%;
    /* margin-top: 15%; */
    /* margin-top: -23%; */
    /* margin-top: -15%; */
    width: 89%;
  }
  /* @-moz-document url-prefix(){
      .wrap1 {
          text-align: left;
          margin-left: 6%;
          margin-bottom: 15%;
          margin-top: 15%;
          margin-top: -5%;
          width:89%;
      }
  } */
  .fmt1 {
    font-size: 14px;
    /* margin-top: -13%; */
  }
  .fmt2 {
    font-size: 14px;
  }
  .fmt-ttl1 {
    font-size: 14px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 90%;
    margin-left: 17%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 45%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 45%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 45%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 45%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 45%;
    order: 5;
    margin-bottom: 5%;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  .fmt-footer2 {
    font-size: 14px;
  }
  .fmt-copy {
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    width: 92%;
    margin-bottom: 3%;
  }
  .slider img {
    /* width:55vw; */
    width: 65vw;
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 36%;
    height: 10px;
    width: 10px;
  }
  /*ドットナビゲーションの設定*/
  .slick-dots button {
    width: 7px; /*ドットボタンのサイズ*/
    height: 7px; /*ドットボタンのサイズ*/
  }
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 260px;
    margin-top: -15%;
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  /* .fmt14 {
      margin-left: 3%;
      font-size: 14px;
      max-width: 360px;
  } */
  .fmt14 {
    margin-left: 3%;
    font-size: 14px;
    max-width: 280px;
  }
  .fmt15 {
    margin-left: 3%;
    font-size: 14px;
    max-width: 470px;
  }
  .fmt16 {
    margin-left: 18.5%;
    font-size: 15px;
    max-width: 470px;
  }
  .fmt-list1 {
    margin-left: 42px;
    width: 250px;
  }
  .fmt-list2 {
    font-size: 14px;
    margin-left: 40px;
  }
  /* .fmt-list1 {
      margin-left: 31px;
  } */
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 4%;
    margin-bottom: 8%;
  }
  .button02 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 30px;
  }
  .button03 {
    font-size: 14px;
    width: 70px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* =============================================
  テーブルのCSSはここから
  ============================================= */
  /* テーブル04 */
  .table04 {
    max-width: 320px;
    margin: 0 auto;
    margin-top: -7%;
    margin-bottom: -5%;
  }
  .table04 th,
  .table04 td {
    padding: 0.7rem 1.1rem;
  }
  .table04 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 320px;
  }
  .table04 th {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .table04 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-1 */
  .table04-1 {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 2%;
  }
  .table04-1 th,
  .table04-1 td {
    text-align: center;
    padding: 0.7rem 1.1rem;
  }
  .table04-1 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 320px;
  }
  .table04-1 th {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .table04-1 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-2 */
  .table04-2 {
    max-width: 150px;
    margin: 0 auto;
    margin-top: 0%;
  }
  .table04-2 th,
  .table04-2 td {
    text-align: center;
    padding: 0.7rem 1.1rem;
  }
  .table04-2 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 150px;
  }
  .table04-2 th {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .table04-2 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 85%;
    padding: 1rem 1rem;
    margin-left: 7%;
    margin-bottom: -5%;
  }
  ul.item {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 3%;
    margin-bottom: 20px;
  }
  li.list {
    /* width: 33.3%; */
    width: 75%;
    margin-bottom: 15%;
  }
  .container-1 li.list {
    /* width: 33.3%; */
    width: 75%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 80%;
    max-height: 80%;
    padding-top: 10%;
  }
  h3.title {
    font-size: 16px;
    margin-top: -3%;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 230px;
  }
  .container-1 p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 230px;
  }
  li.list {
    height: 330px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 19px;
    border-radius: 30px;
    padding: 11px 60px;
    margin: auto auto 2rem auto;
    /* margin-top: -20%; */
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 390px;
    margin: 0 auto;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 14px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 40%;
    font-size: 14px;
  }
  .table01 tbody .text1 {
    width: 60%;
    font-size: 14px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    /* left: 1.5em; */
    max-width: 230px;
    margin-left: 2.5%;
    /* text-align: left; */
    font-size: 14px;
  }
  .logo2 {
    width: 120px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
/* モバイル版
------------------------ */
@media only screen and (max-width: 400px) and (max-height: 640px) {
  .fmt1 {
    margin-top: 20%;
  }
}
/* モバイル版
------------------------ */
@media only screen and (max-width: 400px) and (min-height: 641px) and (max-height: 759px) {
  .fmt1 {
    margin-top: 15%;
  }
}
/* モバイル版
------------------------ */
@media only screen and (max-width: 400px) and (min-height: 760px) and (max-height: 800px) {
  .fmt1 {
    margin-top: 0%;
  }
}
/* モバイル版
------------------------ */
@media only screen and (max-width: 400px) and (min-height: 801px) and (max-height: 900px) {
  .fmt1 {
    margin-top: -8%;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 400px) {
  /* footer　ページ下部
  ------------------------ */
  footer p {
    color: dimgray;
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 8%; */
    margin-left: -4%;
  }
  .main-nav-home a {
    font-size: 14px;
  }
  .main-nav-home a:hover {
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  .page-title-home {
    /* width: 45%; */
    /* width: 70%; */
    width: 80%;
    /* width: 85%; */
    /* top: -5%; */
    /* margin-top: 25px;
    margin-bottom: 20px; */
    margin-top: 20px;
    /* margin-bottom: 10px; */
    margin-bottom: -10%;
    /* justify-content: center; */
  }
  .p-ttl {
    /* text-align: center; */
    margin-top: 9%;
    margin-bottom: -5%;
    font-size: 14px;
  }
  .p-ttl6 {
    margin-top: 0.5%;
    margin-bottom: -6%;
    font-size: 14px;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 6%;
    margin-bottom: 15%;
    /* margin-top: 15%; */
    /* margin-top: 15%; */
    /* margin-top: 50px; */
    width: 89%;
  }
  .fmt1 {
    font-size: 14px;
    /* margin-top: 35%; */
    margin-bottom: 10%;
  }
  .fmt2 {
    font-size: 14px;
  }
  .fmt-ttl1 {
    font-size: 14px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 90%;
    margin-left: 12%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 45%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 45%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 45%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 45%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 47%;
    order: 5;
    margin-bottom: 8%;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  .fmt-footer2 {
    font-size: 14px;
  }
  .fmt-copy {
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    width: 90%;
    margin-bottom: -25%;
  }
  .slider img {
    /* width:57vw; */
    width: 67vw;
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 35%;
    height: 9px;
    width: 9px;
  }
  /*ドットナビゲーションの設定*/
  .slick-dots button {
    width: 7px; /*ドットボタンのサイズ*/
    height: 7px; /*ドットボタンのサイズ*/
  }
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 240px;
    margin-top: 20%;
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  /* .fmt14 {
      margin-left: 3%;
      font-size: 14px;
      width: 180px;
  } */
  .fmt14 {
    margin-left: 4%;
    font-size: 14px;
    max-width: 280px;
  }
  .fmt15 {
    margin-left: 4%;
    font-size: 14px;
    max-width: 320px;
  }
  .fmt16 {
    margin-left: 12%;
    font-size: 14px;
    max-width: 320px;
  }
  .fmt-list1 {
    margin-left: 42px;
    width: 170px;
  }
  .fmt-list2 {
    font-size: 14px;
    margin-left: 40px;
  }
  /* .fmt-list1 {
      margin-left: 29px;
  } */
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 4%;
    margin-bottom: 8%;
  }
  .button02 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 30px;
  }
  .button03 {
    font-size: 14px;
    width: 60px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /* =============================================
  テーブルのCSSはここから
  ============================================= */
  /* テーブル04 */
  .table04 {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 18%;
    margin-bottom: -5%;
  }
  .table04 th,
  .table04 td {
    padding: 0.6rem 1.1rem;
  }
  .table04 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 260px;
  }
  .table04 th {
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
  .table04 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-1 */
  .table04-1 {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: -5%;
  }
  .table04-1 th,
  .table04-1 td {
    text-align: center;
    padding: 0.6rem 1.1rem;
  }
  .table04-1 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 260px;
  }
  .table04-1 th {
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
  .table04-1 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-2 */
  .table04-2 {
    max-width: 150px;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: -5%;
  }
  .table04-2 th,
  .table04-2 td {
    text-align: center;
    padding: 0.6rem 1.1rem;
  }
  .table04-2 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 150px;
  }
  .table04-2 th {
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
  .table04-2 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 85%;
    padding: 1rem 1rem;
    margin-left: 7%;
    margin-bottom: -5%;
  }
  ul.item {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 3%;
    margin-bottom: 20px;
  }
  li.list {
    /* width: 33.3%; */
    width: 75%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 80%;
    max-height: 80%;
    padding-top: 10%;
  }
  h3.title {
    font-size: 16px;
    margin-top: -8%;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 190px;
  }
  .container-1 p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 190px;
  }
  li.list {
    height: 390px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 18px;
    border-radius: 30px;
    padding: 11px 40px;
    margin: auto auto 2rem auto;
    /* margin-top: -20%; */
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 350px;
    margin: 0 auto;
    margin-top: -5%;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 14px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 40%;
    font-size: 14px;
  }
  .table01 tbody .text1 {
    width: 60%;
    font-size: 14px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    /* left: 1.5em; */
    max-width: 190px;
    margin-left: 1.5%;
    /* text-align: left; */
    font-size: 14px;
  }
  .logo2 {
    width: 120px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 320px) {
  /* footer　ページ下部
  ------------------------ */
  footer p {
    color: dimgray;
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  /* ナビゲーション */
  .main-nav-home {
    /* margin-top: 8%; */
    margin-left: -6%;
  }
  .main-nav-home a {
    font-size: 14px;
  }
  .main-nav-home a:hover {
    font-size: 14px;
  }
  /* home　表紙
  ------------------------ */
  .page-title-home {
    /* width: 49%; */
    /* width: 70%; */
    width: 80%;
    /* width: 90%; */
    /* top: -5%; */
    /* margin-top: 20px;
    margin-bottom: 12px; */
    margin-top: 20px;
    /* margin-bottom: 5px; */
    margin-bottom: -15%;
    /* justify-content: center; */
  }
  .p-ttl {
    /* text-align: center; */
    margin-top: 9%;
    margin-bottom: -7%;
    font-size: 14px;
  }
  .p-ttl6 {
    margin-top: -1%;
    margin-bottom: -10.5%;
    font-size: 11px;
  }
  /* 書式
  ------------------------ */
  .wrap1 {
    text-align: left;
    margin-left: 6%;
    margin-bottom: 20%;
    /* margin-top: 25%; */
    /* margin-top: 30%; */
    width: 89%;
  }
  .fmt1 {
    font-size: 14px;
    margin-top: 32%;
  }
  .fmt2 {
    font-size: 14px;
  }
  .fmt-ttl1 {
    font-size: 14px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 90%;
    margin-left: 11%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 49%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 49%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 49%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 49%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 57%;
    order: 5;
    margin-bottom: 8%;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  .fmt-footer2 {
    font-size: 14px;
  }
  .fmt-copy {
    font-size: 14px;
  }
  /*==================================================
  スライダーのためのcss
  ===================================*/
  .slider {
    width: 85%;
    margin-bottom: -40%;
  }
  .slider img {
    /* width:59vw; */
    width: 62vw;
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    top: 34%;
    height: 8px;
    width: 8px;
  }
  /*ドットナビゲーションの設定*/
  .slick-dots button {
    width: 6px; /*ドットボタンのサイズ*/
    height: 6px; /*ドットボタンのサイズ*/
  }
  /* 製品の説明
  ------------------------ */
  .wrap2 {
    max-width: 200px;
    margin-top: 30%;
    margin-bottom: 10%;
  }
  .fmt-ttl6 {
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 2%;
  }
  /* .fmt14 {
      margin-left: 3%;
      font-size: 14px;
      max-width: 220px;
  } */
  .fmt14 {
    margin-left: 4%;
    font-size: 14px;
    max-width: 280px;
  }
  .fmt15 {
    margin-left: 4%;
    font-size: 14px;
    max-width: 320px;
  }
  .fmt16 {
    margin-left: 12%;
    font-size: 14px;
    max-width: 320px;
  }
  .fmt-list1 {
    margin-left: 35px;
    width: 150px;
  }
  .fmt-list2 {
    font-size: 14px;
    margin-left: 40px;
  }
  /* .fmt-list1 {
      margin-left: 22px;
  } */
  /* =============================================
  ボタンのCSSはここから
  ============================================= */
  .button {
    margin: 50px;
    margin-top: 4%;
    margin-bottom: 8%;
  }
  .button02 {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 30px;
  }
  .button03 {
    font-size: 6px;
    width: 45px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 20px;
  }
  /* =============================================
  テーブルのCSSはここから
  ============================================= */
  /* テーブル04 */
  .table04 {
    max-width: 220px;
    margin: 0 auto;
    margin-top: 30%;
    margin-bottom: -5%;
  }
  .table04 th,
  .table04 td {
    padding: 0.6rem 1.1rem;
  }
  .table04 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 220px;
  }
  .table04 th {
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
  .table04 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-1 */
  .table04-1 {
    max-width: 220px;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: -5%;
  }
  .table04-1 th,
  .table04-1 td {
    text-align: center;
    padding: 0.6rem 1.1rem;
  }
  .table04-1 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 220px;
  }
  .table04-1 th {
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
  .table04-1 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* テーブル04-2 */
  .table04-2 {
    max-width: 150px;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: -5%;
  }
  .table04-2 th,
  .table04-2 td {
    text-align: center;
    padding: 0.6rem 1.1rem;
  }
  .table04-2 tr {
    margin-bottom: 4rem;
    border-radius: 20px;
    width: 150px;
  }
  .table04-2 th {
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
  .table04-2 .table-img {
    width: 80px;
    height: 90px;
    margin: 1rem auto 2rem;
  }
  /* =============================================
  カードのCSSはここから
  ============================================= */
  /* 共通CSS */
  .container {
    width: 95%;
    padding: 1rem 1rem;
    margin-left: 3%;
    margin-bottom: -5%;
  }
  ul.item {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 3%;
    margin-bottom: 20px;
  }
  li.list {
    /* width: 33.3%; */
    width: 75%;
    margin-bottom: 15%;
  }
  .container-1 li.list {
    /* width: 33.3%; */
    width: 83%;
    margin-bottom: 15%;
  }
  li.list:last-child {
    margin-right: 0;
  }
  div.image img {
    max-width: 70%;
    max-height: 70%;
    padding-top: 10%;
    margin-bottom: -65%;
  }
  h3.title {
    font-size: 15px;
    margin-top: -8%;
  }
  p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 160px;
  }
  .container-1 p.content {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    width: 160px;
  }
  li.list {
    height: 420px;
  }
  li.list div.image {
    width: 100%;
    height: 167px;
  }
  h3.title {
    padding: 1rem 1rem 0.5rem;
  }
  p.content {
    padding: 0 1rem;
  }
  li a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  td a.btn {
    font-size: 14px;
    border-radius: 10px;
    padding: 6px 18px;
    margin: auto auto 1.5rem auto;
  }
  .fmt-ttl7 {
    font-size: 18px;
    border-radius: 30px;
    padding: 11px 30px;
    margin: auto auto 2rem auto;
    /* margin-top: -20%; */
  }
  /* =============================================
  テーブル（価格表）のCSSはここから
  ============================================= */
  /* テーブル01 */
  .table01 {
    max-width: 270px;
    margin: 0 auto;
    margin-top: -7%;
  }
  .table01 th,
  .table01 td {
    padding: 1rem;
  }
  .table01 th:last-child,
  .table01 td:last-child {
    border-right: 0;
  }
  .table01 thead th {
    text-align: center;
    font-size: 14px;
  }
  .table01 tbody th {
    width: 100%;
  }
  .table01 tbody .price {
    width: 45%;
    font-size: 14px;
  }
  .table01 tbody .text1 {
    width: 55%;
    font-size: 14px;
  }
  .liClass4 {
    position: relative;
    /* left: 4em; */
    /* left: 1.5em; */
    max-width: 155px;
    margin-left: 1.5%;
    /* text-align: left; */
    font-size: 14px;
  }
  .logo2 {
    width: 100px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
} /*# sourceMappingURL=style-home-katachika.css.map */