@charset "UTF-8";
/* 初期化 */
*:not(label, input, select, textarea) {
  /* 文字関連 */
  font-style: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  vertical-align: baseline;
  text-decoration: none;
  color: #333333;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  border-collapse: collapse;
  /* 背景 */
  background: none;
  /* 余白 */
  margin: 0;
  padding: 0;
  /* その他 */
  list-style: none;
  border: none;
  box-sizing: border-box;
  vertical-align: bottom;
}

a,
a img {
  display: block;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

img {
  display: block;
  margin: 0 auto;
}

/* 設定 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.note {
  color: #999999;
  font-size: 0.85em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.link {
  display: inline;
  color: #0052e4;
  border-bottom: 1px solid #0052e4;
}
.link:hover {
  opacity: 0.6;
}

.none {
  display: none;
}

/* カラー */
.red {
  color: #ff0000;
}

.marker {
  background: linear-gradient(transparent 30%, #ffff99 30%);
}

/* レイアウト */
/* pageTop */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 22px 15px 10px 15px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s ease-in;
  display: block;
  background: #ff6f00;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}
#pagetop::before {
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 22px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(135deg);
}
#pagetop::after {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: -7px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 1px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

#pagetop.fadein {
  opacity: 1;
}

/* arrow-square */
.btn-big {
  position: relative;
  display: block;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0.4rem 2.8rem 0.4rem 3.5rem;
  background: linear-gradient(#609cff, #11469c);
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 3;
}
.btn-big::before, .btn-big::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-big::before {
  width: 12px;
  height: 12px;
  background: #fff;
}
.btn-big::after {
  left: 1rem;
  width: 3px;
  height: 3px;
  border-top: 2px solid #3d6ab7;
  border-right: 2px solid #3d6ab7;
  transform: rotate(45deg);
}
.btn-big:hover {
  opacity: 0.8;
  color: #ffff65;
  box-shadow: 0 0 0 0 #fff;
}

.btn-big-ore {
  position: relative;
  display: block;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0.4rem 2.8rem 0.4rem 3.5rem;
  background: linear-gradient(#609cff, #11469c);
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 3;
  background: linear-gradient(#ffbc00, #f63800);
}
.btn-big-ore::before, .btn-big-ore::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-big-ore::before {
  width: 12px;
  height: 12px;
  background: #fff;
}
.btn-big-ore::after {
  left: 1rem;
  width: 3px;
  height: 3px;
  border-top: 2px solid #3d6ab7;
  border-right: 2px solid #3d6ab7;
  transform: rotate(45deg);
}
.btn-big-ore:hover {
  opacity: 0.8;
  color: #ffff65;
  box-shadow: 0 0 0 0 #fff;
}

.btn {
  position: relative;
  display: block;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0.4rem 2.8rem 0.4rem 3.5rem;
  background: linear-gradient(#609cff, #11469c);
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
  padding: 0.4rem 1.4rem 0.4rem 2rem;
}
.btn::before, .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn::before {
  width: 12px;
  height: 12px;
  background: #fff;
}
.btn::after {
  left: 1rem;
  width: 3px;
  height: 3px;
  border-top: 2px solid #3d6ab7;
  border-right: 2px solid #3d6ab7;
  transform: rotate(45deg);
}
.btn:hover {
  opacity: 0.8;
  color: #ffff65;
  box-shadow: 0 0 0 0 #fff;
}

.btn-r {
  position: relative;
  display: block;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0.4rem 2.8rem 0.4rem 3.5rem;
  background: linear-gradient(#609cff, #11469c);
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 1rem;
  line-height: 2;
  padding: 0.4rem 1.4rem 0.4rem 2rem;
}
.btn-r::before, .btn-r::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-r::before {
  width: 12px;
  height: 12px;
  background: #fff;
}
.btn-r::after {
  left: 1rem;
  width: 3px;
  height: 3px;
  border-top: 2px solid #3d6ab7;
  border-right: 2px solid #3d6ab7;
  transform: rotate(45deg);
}
.btn-r:hover {
  opacity: 0.8;
  color: #ffff65;
  box-shadow: 0 0 0 0 #fff;
}

/* arrow > */
/* form */
label {
  display: inline-block;
  white-space: nowrap;
  min-width: 31%;
  margin-bottom: 8px;
  margin-right: 1%;
}

input {
  vertical-align: baseline;
  margin-right: 5px;
  padding: 0 5px;
  line-height: 2;
}
input::-moz-placeholder {
  font-size: 0.8rem;
}
input::placeholder {
  font-size: 0.8rem;
}

[type=text] {
  width: inherit;
}

select {
  padding: 8px 16px;
}

textarea {
  font-family: inherit;
  padding: 10px 5px;
  min-height: 100px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
textarea::-moz-placeholder {
  font-size: 0.8rem;
}
textarea::placeholder {
  font-size: 0.8rem;
}

/*  Contact Form 7  */
/* バリデーションメッセージを非表示  */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: inline-block;
  background: #feff88;
  padding: 0.2rem 0.5rem;
}

/* 送信ボタン */
.wp-form-submit {
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 0.8rem 2.5rem;
  background: #f2f7ff;
  border: 2px solid #2558b0;
  color: #2558b0;
  transition: 0.6s;
}
.wp-form-submit:hover {
  cursor: pointer;
  background: #2558b0;
  color: #fff;
}

/* バッジ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.policy {
  padding-top: 45px;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
}
.policy a {
  font-size: 0.8rem;
  color: #666;
  display: inline;
  text-decoration: underline;
}

/* 添付写真 */
#clearphoto1,
#clearphoto2,
#clearphoto3 {
  display: none;
}

/* pagination  */
nav.navigation {
  background-image: none;
  box-shadow: none;
  margin-bottom: 60px;
}
nav.navigation .nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
nav.navigation .nav-links ul li {
  flex-grow: initial;
}
nav.navigation .nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
  border: none;
}
nav.navigation .nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
nav.navigation .nav-links li > .current,
nav.navigation .nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}

@media only screen and (max-width: 649px) {
  /* 横幅649px以下の場合(スマートフォン向け) */
  .spNone {
    display: none !important;
  }
  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .inner {
    width: 98%;
    margin: 0 auto;
  }
  article > .content,
  section > .content,
  .content {
    margin: 0 0.8rem 30px;
  }
  section {
    margin-bottom: 30px;
  }
  .content {
    margin-bottom: 30px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .plane {
    margin: 0 8px;
  }
  #pagetop {
    bottom: 85px;
  }
  .h-y-red {
    background: #ffff99 !important;
    border-bottom: none;
    color: #ff2200;
    font-weight: bold;
    text-align: center;
    padding: 0.3rem 1rem;
    margin-bottom: 15px;
    border: none;
  }
  .h-y-blue {
    background-color: #ffff99;
    border-bottom: none;
    color: #4f77bb;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  .cNote {
    border: 3px dashed #ff2200;
    padding: 10px 10px 20px;
  }
  .cNote h3 {
    background: #ffff99 !important;
    border-bottom: none;
    color: #ff2200;
    font-weight: bold;
    text-align: center;
    padding: 0.3rem 1rem;
    margin-bottom: 15px;
    border: none;
  }
  .box-ye {
    border: 5px solid #ffff99;
    padding: 10px 10px 30px;
    margin-bottom: 30px;
  }
  .box-ye h3 {
    background: #ffff99 !important;
    border-bottom: none;
    color: #ff2200;
    font-weight: bold;
    text-align: center;
    padding: 0.3rem 1rem;
    margin-bottom: 15px;
    border: none;
  }
  .bg-ye {
    background: #fffde5;
    padding: 12px 8px;
  }
  .bg-gr {
    background: #f2f2f2;
    padding: 12px 8px;
  }
  .bd-blue {
    border: 3px solid #8bb7ff;
    padding: 16px 10px;
    margin-bottom: 30px;
  }
  .box-r,
  .box-l {
    margin: 0 0 30px;
  }
  .box-r div,
  .box-r img,
  .box-l div,
  .box-l img {
    margin-bottom: 15px;
  }
  .box-r figure,
  .box-l figure {
    margin-bottom: 15px;
  }
  .box-r figure img,
  .box-l figure img {
    margin-bottom: 0 !important;
  }
  .box-r figure figcaption,
  .box-l figure figcaption {
    font-size: 0.8rem;
    text-align: center;
  }
  .point {
    background: #f2f2f2;
    padding: 0.8rem;
    margin-bottom: 30px;
  }
  .point h4,
  .point h5 {
    font-size: 1rem !important;
    color: #333 !important;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .point h4::before,
  .point h5::before {
    content: "" !important;
  }
  .point li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .btn-big,
  .btn-big-ore {
    line-height: 2;
    font-size: 1rem;
    padding: 0.4rem 1rem 0.4rem 2.2rem;
  }
  /* header */
  header {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
    background: #f2f7ff;
  }
  header img {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto;
  }
  header div.inner a:first-of-type {
    display: inline-block;
  }
  header div.inner .logo {
    margin: 0 0 0.8rem 0.2rem;
  }
  header div.inner div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  header div.inner div img {
    margin: 0;
  }
  header div.inner div img:nth-of-type(2) {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
  }
  header div.inner div a {
    width: 48%;
    height: auto;
  }
  header div.inner div a img {
    height: -moz-fit-content;
    height: fit-content;
  }
  /* inquiry-box */
  .inquiry-tel {
    margin: 0 5px 5px;
  }
  .inquiry-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: 0 5px 15px;
  }
  .inquiry-box div {
    width: 49%;
  }
  /* info-note */
  .info-note {
    background-color: #2255af;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 0.8rem;
  }
  .info-note .info-note1 {
    background-color: #ebf2ff;
    opacity: 1;
    background-image: linear-gradient(to right, #ffffff, #ffffff 9px, #ebf2ff 9px, #ebf2ff);
    background-size: 18px 100%;
    padding: 6px 14px;
    margin-bottom: 10px;
    border-radius: 2px;
  }
  .info-note .info-note1-2 img:first-of-type {
    margin-bottom: 1rem;
  }
  .info-note .info-note2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info-note .info-note2 div {
    background: #ebf2ff;
    padding: 0.8rem;
    border-radius: 2px;
    margin-bottom: 0.8rem;
  }
  .info-note .info-note2 div .info-note-h {
    font-weight: bold;
    color: #3d6ab7;
    text-align: center;
  }
  .info-note .info-note2 div .info-note2-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0.7rem;
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
  }
  .info-note .info-note2 div .info-note2-1 img {
    margin: 0.6rem 0;
    display: block;
    width: 22%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .info-note .info-note2 div .info-note2-2 {
    width: 100%;
    padding: 0.7rem;
    background: #fff;
    border-radius: 0;
  }
  .info-note .info-note2 div .info-note2-2:first-of-type {
    margin-bottom: 0.6rem;
  }
  .info-note .info-note2 div .info-note2-2:last-of-type {
    margin-bottom: 0;
  }
  .info-note .info-note2 div .info-note2-2 p {
    font-size: 0.8rem;
  }
  .info-note .info-note2 div .info-note2-3 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0.8rem;
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
  }
  .info-note .info-note2 div .info-note2-3 img {
    width: 28%;
    margin: 0;
  }
  .info-note .info-note2 div .info-note2-3 p {
    width: 68%;
    font-size: 0.9rem;
  }
  /* nav */
  .nav {
    position: fixed;
    right: -320px;
    /* 右から出てくる */
    top: 0;
    width: 300px;
    /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: fixed;
    right: 10px;
    top: 5px;
    width: 48px;
    background-color: #3d6ab7;
    border: 2px solid #fff;
    /* クリックしやすい幅 */
    height: 48px;
    /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 9999;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 22px;
  }
  .hamburger_border_bottom {
    top: 30px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  /* aside */
  aside {
    margin-bottom: 130px;
  }
  aside .aside_h {
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    color: #4f77bb;
    background-color: #f2f7ff;
    border-bottom: 3px solid #4f77bb;
  }
  aside img {
    display: block;
    margin: 0 auto 10px;
  }
  aside img.side-lease {
    width: 90%;
  }
  aside ul:not(.aside_maker) {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
  }
  aside ul:not(.aside_maker) li {
    width: 50%;
    border-bottom: 1px dashed #dfdfdf;
  }
  aside ul:not(.aside_maker) li:nth-of-type(odd) {
    border-right: 1px dashed #dfdfdf;
  }
  aside ul:not(.aside_maker) li:last-child {
    border-bottom: none;
  }
  aside ul:not(.aside_maker) li.bdnone {
    border-bottom: none;
  }
  aside ul:not(.aside_maker) li a {
    position: relative;
    padding: 0 0 0 1.5em;
    color: #666666;
    vertical-align: middle;
    text-decoration: none;
    font-size: 3.2vw;
    display: block;
    padding: 1rem 0;
    text-align: center;
  }
  aside ul:not(.aside_maker) li a::before, aside ul:not(.aside_maker) li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  aside ul:not(.aside_maker) li a::before {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  aside ul:not(.aside_maker) li a::before {
    left: 5px;
  }
  aside ul.aside_maker {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    padding: 0.5em;
  }
  aside ul.aside_maker li {
    width: 49%;
  }
  aside ul.aside_maker li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  aside ul.aside_maker li a {
    display: block;
    padding: 1em;
    border: 1px solid #dfdfdf;
    position: relative;
  }
  aside ul.aside_maker li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 15px solid #143074;
    border-bottom: 15px solid transparent;
  }
  aside ul.aside_maker li a img {
    margin: 0 auto;
  }
  /* footer */
  footer {
    position: relative;
  }
  footer .inner {
    width: 100%;
  }
  footer:before {
    position: absolute;
    top: -106px;
    right: 5%;
    display: inline-block;
    width: 200px;
    height: 110px;
    content: "";
    background: url("../../images/bg_footer.png") no-repeat;
    background-size: 200px;
  }
  footer div {
    margin-bottom: 20px;
  }
  footer div p:not(#address) {
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #214480;
  }
  footer div ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #3d6ab7;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  footer div ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  footer div ul li:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }
  footer div ul li:last-child {
    border-bottom: none;
  }
  footer div ul li.bdnone {
    border-bottom: none;
  }
  footer div ul li a {
    position: relative;
    padding: 0 0 0 1.5em;
    color: #666666;
    vertical-align: middle;
    text-decoration: none;
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 3.3vw;
    display: block;
    padding: 1rem 0;
    text-align: center;
  }
  footer div ul li a::before, footer div ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  footer div ul li a::before {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  footer .inquiry-fix {
    position: fixed;
    bottom: 0;
    background: rgba(113, 113, 113, 0.8196078431);
    padding: 2%;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .inquiry-fix div {
    width: 49%;
    border: 1px solid #fff;
    margin-bottom: 0;
  }
  footer p#address {
    font-size: 12px;
    background: #092362;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    padding-bottom: 80px;
  }
  /* breadCrumbs */
  #breadCrumbs {
    width: 98%;
    margin: 0 auto;
  }
  #breadCrumbs ol {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 95%;
    margin-bottom: 0.5rem;
  }
  #breadCrumbs li {
    position: relative;
    font-size: 0.8rem;
    color: #777;
    max-width: 85%;
  }
  #breadCrumbs li:not(:first-of-type) {
    margin-left: 18px;
  }
  #breadCrumbs li:last-child {
    padding-right: 0;
  }
  #breadCrumbs li:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
  #breadCrumbs li:not(:last-of-type)::after {
    content: ">";
    position: absolute;
    bottom: 12%;
    right: -1rem;
  }
  #breadCrumbs li a {
    padding: 0 0.5em;
    background: #efefef;
    border-radius: 5px;
  }
  #breadCrumbs li span {
    font-size: 0.85rem;
    color: #777;
  }
  /* mv */
  #mvImg {
    padding: 15px 0;
    background-image: url(../../images/img_mv_bg.png);
    background-size: cover;
    background-position: center top;
  }
  #mvImg img {
    display: block;
    max-width: 96%;
    margin: 0 auto;
  }
  #mv-word {
    padding: 20px 0;
    background-image: url(../../images/img_mv_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center top;
    margin-bottom: 15px;
  }
  #mv-word h1,
  #mv-word span.mv-h1 {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ff2a00;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  #wrap {
    margin: 15px auto;
  }
  /* main */
  h1.top-h1,
  .content-h {
    display: block;
    color: #ff2a00;
    background-color: #ffffa0;
    border-top: 3px solid #ff2a00;
    border-bottom: 3px solid #ff2a00;
    background: repeating-linear-gradient(-45deg, #ffffa0, #ffffa0 3px, #ffffe7 3px, #ffffe7 7px);
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem;
    margin-bottom: 20px;
  }
  h2 {
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    color: #ffff99;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    padding: 0.3rem 1rem;
    margin-bottom: 5px;
  }
  h3 {
    color: #3d6ab7;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #3d6ab7;
    border-left: 8px solid #3d6ab7;
    background: #f2f7ff;
    padding: 8px 20px;
    margin-bottom: 10px;
  }
  h3.bd-h3 {
    border-bottom: none;
    border-left: 8px solid #3d6ab7;
    margin-bottom: 0;
    padding: 8px 20px;
    background: #d9e7ff;
  }
  h4,
  .h-bold {
    color: #333333;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  /* front-page */
  .top-content {
    background: url(../../images/top-man.png) no-repeat left top;
    background-size: 120px;
    margin: 0 8px;
  }
  .top-content p:first-of-type {
    padding: 0 0 0 120px;
    min-height: 120px;
  }
  .top-content2 {
    border: 5px solid #ffa27a;
    background: #ff6d2f;
    padding: 15px 4px 0px;
  }
  .top-content2 ul {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
    margin-bottom: 10px;
  }
  .top-content2 ul li {
    font-size: clamp(12px, 1vw, 18px);
    font-weight: bold;
    padding: 10px 5px;
    background: #ffffef;
    white-space: nowrap;
    border-radius: 5px;
  }
  .top-content2 ul li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../../images/icon_check.png) no-repeat 0 100%;
    background-size: 18px;
  }
  .top-content2 p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffff55;
    text-align: center;
    margin-bottom: 8px;
  }
  #recommend-item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgb(255, 255, 0) 6px, rgb(255, 255, 0) 13px);
  }
  #recommend-item h2 {
    background: repeating-conic-gradient(#ee0000, #ee0000 6deg, #cc0000 6deg 12deg);
    border: none;
    color: #ffff55;
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    position: relative;
  }
  #recommend-item .recommend-item-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 4px 8px;
  }
  #recommend-item .recommend-item-box > div {
    width: 49.5%;
    background: #fff;
    margin-bottom: 0.5rem;
  }
  #recommend-item .recommend-item-box a {
    padding: 0.2rem;
    border: 1px solid #f00;
    background: #fffddf;
  }
  #recommend-item .recommend-item-box a .reco-h {
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    padding: 0.2rem 0;
    margin-bottom: 10px;
    color: #3a60bd;
    border: 1px solid #e6e6e6;
    background-color: #fff;
  }
  #recommend-item .recommend-item-box a .reco-detail {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 {
    width: 40%;
    height: 100%;
    position: relative;
    padding: 3px;
    background: #fff;
    border: 2px solid #f0f0f0;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 img {
    width: 75%;
    margin-bottom: 0;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 > div {
    bottom: 5px;
    right: 5px;
    background: #faff3c;
    display: block;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 > div p {
    padding: 0.3rem;
    font-weight: bold;
    font-size: clamp(9px, 1vw, 14px);
    color: #f00;
    line-height: 1;
    text-align: center;
    word-break: break-all;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 > div p > span {
    color: #f00;
    font-size: clamp(9px, 1vw, 14px);
    font-weight: bold;
    line-height: 1;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 > div p br {
    display: none;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 .reco-eco {
    position: absolute;
    top: 28%;
    left: 8px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 {
    width: 59%;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 img {
    height: 16px;
    width: auto;
    margin: 0.2rem auto;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 {
    margin-bottom: 0.1rem;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 p {
    color: #fff;
    text-align: center;
    padding: 0.2rem 0;
    font-weight: bold;
    font-size: 0.75rem;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 p:first-of-type {
    background: #ec495c;
    margin-bottom: 0.1rem;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 p:last-of-type {
    background: #6890e0;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-place {
    font-size: clamp(9px, 1vw, 14px);
    background: #dbdbdb;
    padding: 0.2rem 0;
    text-align: center;
    margin-bottom: 6px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail3 {
    width: 100%;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail3 p {
    font-size: 0.75rem;
    text-align: right;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 {
    background: linear-gradient(to bottom, red 0%, #af0000 98%);
    color: #ff0;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 0.2rem 0;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div {
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    margin: 0 0.8rem 0.5rem;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:first-of-type {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0.3rem 0;
    margin-bottom: 0;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:first-of-type > span {
    width: 48%;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 0;
    line-height: 1.4;
    color: #333;
    margin: 0.7%;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:last-of-type {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:last-of-type > span {
    display: block;
    background-color: #fff;
    padding: 0.2rem 1rem;
    font-weight: bold;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 p {
    text-align: center;
    line-height: 1;
    font-size: 1.2rem;
    color: #ffff55;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 p > span {
    color: #ffff55;
    font-weight: bold;
    line-height: 1;
    font-size: 0.7rem;
  }
  #recommend-item .recommend-p {
    margin: 0 15px 0;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #ffff00;
  }
  #recommend-item .recommend-p h3 {
    color: #ff2a00;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ff2a00;
    border-left: none;
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
  }
  #recommend-item .recommend-p p {
    margin-bottom: 30px;
  }
  .top-flow {
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 10px 10px 30px;
    margin-bottom: 30px;
  }
  .top-flow h3 {
    background-color: #ffff99;
    border-bottom: none;
    color: #4f77bb;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  .top-flow ol {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
    margin-bottom: 30px;
  }
  .top-flow ol li {
    border: 1px solid #d6e5ff;
    background: #fff;
    position: relative;
    padding: 20px 10px;
  }
  .top-flow ol li h4 {
    color: #4f77bb;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .top-flow ol li h4 span {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: bold;
    background: #8bb7ff;
    padding: 3px 10px;
    margin-right: 9px;
  }
  .top-flow ol li img {
    display: block;
    margin: 0 auto 15px;
  }
  .top-number h4 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #ff7a2f;
    background: #fff;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  .top-number p,
  .top-number img {
    margin-bottom: 30px;
  }
  .top-number .top-number-box {
    margin-bottom: 30px;
  }
  .top-number .top-number-box .top-number-box2 {
    background: #ffff99;
    padding: 15px;
  }
  .top-number .top-number-box .top-number-box3 dl div {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-number .top-number-box .top-number-box3 dl dt,
  .top-number .top-number-box .top-number-box3 dl dd {
    font-size: 0.8rem;
    line-height: 2.5;
    border-bottom: 2px solid #fff;
  }
  .top-number .top-number-box .top-number-box3 dl dt {
    width: 30%;
  }
  .top-number .top-number-box .top-number-box3 dl dd {
    width: 70%;
  }
  .top-number .top-number-box .top-number-box3 dl div:last-of-type dt:last-of-type,
  .top-number .top-number-box .top-number-box3 dl div:last-of-type dd:last-of-type {
    border: none;
  }
  .top-lifespan {
    background-color: #fff;
    opacity: 0.8;
    padding-bottom: 14px;
    background-image: repeating-linear-gradient(45deg, #fff4ce 25%, transparent 25%, transparent 75%, #fff4ce 75%, #fff4ce), repeating-linear-gradient(45deg, #fff4ce 25%, #fff 25%, #fff 75%, #fff4ce 75%, #fff4ce);
    background-position: 0 0, 7px 7px;
    background-size: 14px 14px;
  }
  .top-lifespan h2 {
    background: #fff048;
    color: #f00;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem 0;
  }
  .top-lifespan div.top-lifespan1 {
    border: 3px solid #ffd444;
    border-radius: 10px;
    margin: 0.8rem 0.2rem;
    background: #fff;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type {
    padding: 0.8rem;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type ul {
    margin-bottom: 1.3rem;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type ul li {
    color: #f00;
    font-weight: bold;
    font-size: 1rem;
    background: url(../../images/icon_check.png) no-repeat 0 48%;
    padding: 0.3rem 0.2rem 0.3rem 1.5rem;
    background-size: 18px;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type ul li:not(:last-of-type) {
    border-bottom: 1px dashed #f00;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type img {
    width: 35%;
  }
  .top-lifespan div.top-lifespan1 div:last-of-type {
    background-color: #ffeeb5;
    padding-bottom: 1.5rem;
  }
  .top-lifespan div.top-lifespan1 div:last-of-type div {
    overflow: hidden;
    padding: 1.5rem 1.2rem 0.8rem;
  }
  .top-lifespan div.top-lifespan1 div:last-of-type div img {
    float: left;
    width: 28%;
    height: auto;
    margin: 0 0.8rem 0.3rem 0;
  }
  .top-guide h2 {
    margin-bottom: 0;
  }
  .top-guide .top-guide-box {
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 10px 10px 30px;
    margin-bottom: 30px;
  }
  .top-guide .top-guide-box li {
    background: #fff;
    border: 2px solid #d6e5ff;
    padding: 20px 10px;
  }
  .top-guide .top-guide-box li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .top-guide .top-guide-box li h3 {
    text-align: center;
    width: 100%;
  }
  .top-guide .top-guide-box li div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
  }
  .top-guide .top-guide-box li div p {
    width: 75%;
    margin-left: 10px;
  }
  .top-guide .top-guide-box li:last-of-type div {
    display: block;
  }
  .top-guide .top-guide-box li:last-of-type div img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
  }
  .top-guide .top-guide-box li:last-of-type div p {
    width: 100%;
    margin-left: 0;
  }
  .top-location {
    margin-bottom: 25px;
  }
  .top-location li {
    border: 1px solid #679fff;
    padding: 20px 10px;
  }
  .top-location li:not(:last-of-type) {
    border-bottom: none;
  }
  .top-location h3 {
    margin-bottom: 15px;
    text-align: center;
    border-left: none;
  }
  .top-location div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
  }
  .top-location div p {
    width: 72%;
    margin-left: 10px;
  }
  .maker-items h2 {
    margin-bottom: 0;
  }
  .maker-items .maker-items-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 10px 10px 30px;
    margin-bottom: 30px;
    border-bottom: 3px dotted #8bb7ff;
    margin-bottom: 0;
  }
  .maker-items .maker-items-box div {
    background: #fff;
    margin-bottom: 4px;
    width: 48%;
    margin-bottom: 15px;
  }
  .maker-items .maker-items-box div img {
    width: 100%;
    box-shadow: 2px 2px 4px gray;
    transition: 0.3s;
  }
  .maker-items .maker-items-box div:first-of-type, .maker-items .maker-items-box div:nth-of-type(2) {
    width: 100%;
  }
  .maker-items .maker-items-box span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    white-space: nowrap;
  }
  .maker-items .maker-items-box + div {
    border: 3px solid #8bb7ff;
    border-top: none;
    padding: 20px 10px;
  }
  .maker-items .maker-items-box + div h3 {
    background-color: #ffff99;
    border-bottom: none;
    color: #4f77bb;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  #whychoose {
    background: #fffde5;
    padding: 10px;
  }
  #whychoose :first-of-type span {
    color: #1b4791;
    background: #c1d9ff url(../../images/img_reason01.png) no-repeat 5% -10px;
    background-size: 110px;
  }
  #whychoose :nth-of-type(2) span {
    color: #ff18a7;
    background: #fbd2fb url(../../images/img_reason02.png) no-repeat 5% 15%;
    background-size: 140px;
  }
  #whychoose :nth-of-type(3) span {
    color: #1b4791;
    background: #c1d9ff url(../../images/img_reason03.png) no-repeat 5% 0;
    background-size: 140px;
  }
  #whychoose :nth-of-type(4) span {
    color: #ff18a7;
    background: #fbd2fb url(../../images/img_reason04.png) no-repeat 5% -10px;
    background-size: 110px;
  }
  #whychoose span {
    height: 90px;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  div.whychoose-box {
    border: 4px solid #fff64f;
  }
  div.whychoose-box:not(:last-of-type) {
    margin-bottom: 15px;
  }
  div.whychoose-box div {
    padding: 10px 10px 20px 10px;
    background: #fff;
  }
  div.whychoose-box div h3 {
    text-align: center;
    border: none;
  }
  .area-map {
    background-color: #f1f6ff;
    padding: 15px;
  }
  .area-map div.area-map-box {
    background-color: #fff;
    border: 3px solid #7da6eb;
    margin-bottom: 20px;
  }
  .area-map div.area-map-box div {
    text-align: center;
    padding: 15px 0;
  }
  .area-map div.area-map-box div svg {
    width: 95%;
  }
  .area-map h3,
  .area-map p.area-map-box-h {
    color: #fff;
    background-color: #7da6eb;
    border-bottom: none;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
    border: none;
  }
  /* recommend */
  .reco-about {
    margin-bottom: 40px;
  }
  .reco-about a.reco-about-box {
    border: 3px solid #e5e5e5;
    width: 98%;
    padding: 0.5rem;
    margin-bottom: 15px;
    box-shadow: 2px 3px 4px 0px rgba(175, 175, 175, 0.64);
  }
  .reco-about a.reco-about-box p {
    text-align: center;
    color: #d40101;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  .reco-about a.reco-about-box ul {
    flex-grow: 1;
    padding: 0.6rem;
    background: #ffffe0;
    padding: 3px 15px;
    margin: 0.2rem 0.2rem 1rem;
  }
  .reco-about a.reco-about-box ul li {
    color: #444;
    font-weight: bold;
    padding-left: 24px;
    position: relative;
    margin: 0.2rem;
  }
  .reco-about a.reco-about-box ul li::before, .reco-about a.reco-about-box ul li::after {
    content: "";
    display: block;
    position: absolute;
  }
  .reco-about a.reco-about-box ul li::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    left: 0;
    top: 4px;
    border: 1px solid #ff914c;
  }
  .reco-about a.reco-about-box ul li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 5px;
    top: 9px;
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  .reco-about a.reco-about-box span {
    position: relative;
    display: block;
  }
  .reco-about a.reco-about-box span::before, .reco-about a.reco-about-box span::after {
    content: "";
    content: "";
    width: 20px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #5070e3;
    position: absolute;
    right: 48.5%;
  }
  .reco-about a.reco-about-box span::before {
    top: calc(50% - 8px);
    transform: rotate(33deg);
  }
  .reco-about a.reco-about-box span::after {
    bottom: calc(50% + 5px);
    transform: rotate(326deg);
    right: 45%;
  }
  .reco-about a.reco-about-box:first-of-type {
    background: url(../../images/img_reco-about01.png) no-repeat 5% 5%;
    background-size: 10%;
  }
  .reco-about a.reco-about-box:nth-of-type(2) {
    background: url(../../images/img_reco-about02.png) no-repeat 5% 5%;
    background-size: 16%;
  }
  .reco-about a.reco-about-box:nth-of-type(3) {
    background: url(../../images/img_reco-about03.png) no-repeat 5% 5%;
    background-size: 14%;
  }
  .reco-about a.reco-about-box:last-of-type {
    background: url(../../images/img_reco-about04.png) no-repeat 5% 5%;
    background-size: 14%;
  }
  /* recommend */
  .rcmd-box {
    border: 6px solid #ffff99;
    padding: 1rem 0.3rem;
    background-color: #fffddb;
    background-image: linear-gradient(135deg, #fffbb9 25%, transparent 25%), linear-gradient(225deg, #fffbb9 25%, transparent 25%), linear-gradient(45deg, #fffbb9 25%, transparent 25%), linear-gradient(315deg, #fffbb9 25%, #fffddb 25%);
    background-position: 24px 0, 24px 0, 0 0, 0 0;
    background-size: 48px 48px;
    background-repeat: repeat;
    margin-bottom: 15px;
  }
  .rcmd-box h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .rcmd-box h3 {
    border-left: none;
    color: #ff6f00;
    font-size: 1rem;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
    border: 2px solid #ff6f00;
  }
  .rcmd-box h3 img.rcmd-logo {
    margin: 0 15px 0 0;
    height: 40px;
    width: auto;
  }
  .rcmd-box .rcmd-detail {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
  }
  .rcmd-box .rcmd-detail .rcmd-detail1 {
    width: 30%;
    margin: 0 auto 1rem;
    background: #fff;
    padding: 1.5rem;
  }
  .rcmd-box .rcmd-detail .rcmd-detail1 .rcmd-img {
    width: 98%;
  }
  .rcmd-box .rcmd-detail .rcmd-detail1 img.rcmd-logo,
  .rcmd-box .rcmd-detail .rcmd-detail1 .rcmd-eco {
    width: 70%;
    height: auto;
  }
  .rcmd-box .rcmd-detail .rcmd-detail2 {
    width: 68%;
  }
  .rcmd-box .rcmd-detail .rcmd-detail2 .rcmd-detail2-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .rcmd-box .rcmd-detail .rcmd-detail2 .rcmd-detail2-1 p {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #4f77bb;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
    margin: 0 0 8px 8px;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 {
    width: 100%;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 {
    align-items: center;
    background: #fff;
    padding: 0.2rem 1.2rem;
    border: 1px solid #fff000;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 .rcmd-detail3-h {
    color: #ff6f00;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 div.rcmd-detail3-2-1 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 div.rcmd-detail3-2-1 div p:first-of-type {
    color: #f00;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 div.rcmd-detail3-2-1 div p:last-of-type {
    font-size: 1rem;
    background: #f00;
    color: yellow;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
    margin-left: 0.8rem;
  }
  .rcmd-box .rcmd-item-price {
    align-items: center;
    margin-bottom: 0.8rem;
    background: #faff3c;
    padding: 0.8rem 1rem;
  }
  .rcmd-box .rcmd-item-price div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
    gap: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .rcmd-box .rcmd-item-price div span {
    color: #3d6ab7;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3d6ab7;
  }
  .rcmd-box .rcmd-item-price p:first-of-type {
    color: #444;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .rcmd-box .rcmd-item-price p:last-of-type {
    color: #f00;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .rcmd-box .rcmd-item-price p:last-of-type span {
    font-size: 1.2rem;
    color: #f00;
    font-weight: bold;
  }
  .rcmd-box .rcmd-item-txt {
    margin-bottom: 1rem;
  }
  /* inquiry */
  .tbl-inquiry {
    border: 1px solid #7c7c7c;
    margin: 0 0.8rem 2rem;
  }
  .tbl-inquiry caption {
    font-size: 1.4rem;
    padding: 8px 16px;
    font-weight: bold;
    color: #fff !important;
    background: #394f6f;
  }
  .tbl-inquiry caption p {
    font-size: 1.4rem;
    color: #fff !important;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .tbl-inquiry label {
    font-size: 1rem;
    display: block;
    margin-bottom: 12px;
  }
  .tbl-inquiry th,
  .tbl-inquiry td {
    display: block;
    font-size: 0.95rem;
  }
  .tbl-inquiry th {
    background: #f2f7ff;
    padding: 18px 10px 10px;
  }
  .tbl-inquiry th span {
    float: right;
    font-size: 0.75rem;
    color: #fff;
    background: #f2291f;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
  }
  .tbl-inquiry td {
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    padding: 18px 10px;
  }
  .tbl-inquiry td p {
    font-size: 0.9rem;
  }
  .tbl-inquiry td p.inquiry-p {
    background: #fffde5;
    margin-bottom: 8px;
    padding: 0.8rem 1rem;
  }
  .tbl-inquiry td span.inquiry-span {
    font-size: 0.9rem;
    color: #7c7c7c;
  }
  .tbl-inquiry td .inquiry-pict {
    border: 1px solid #d9d9d9;
    padding: 8px;
  }
  .tbl-inquiry td .inquiry-pict:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .tbl-inquiry td .inquiry-pict p:first-of-type {
    background: #e3eeff;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  .tbl-inquiry td .inquiry-pict p:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .tbl-inquiry td .inquiry-pict input.inquiry-pict-img {
    padding: 0;
    margin-bottom: 16px;
  }
  .tbl-inquiry td .inquiry-pict span.filesize,
  .tbl-inquiry td .inquiry-pict span.filesize span {
    font-size: 0.9rem;
    color: #f00;
  }
  .tbl-inquiry td select {
    width: 50%;
  }
  .tbl-inquiry td .tbl-inquiry-name input {
    width: 80%;
    margin-bottom: 15px;
  }
  .tbl-inquiry td .tbl-inquiry-zip {
    margin-bottom: 14px;
  }
  .tbl-inquiry td .tbl-inquiry-zip span {
    vertical-align: baseline;
  }
  .tbl-inquiry td .tbl-inquiry-zip input {
    width: 35%;
  }
  .tbl-inquiry td .tbl-inquiry-zip2,
  .tbl-inquiry td .tbl-inquiry-text {
    margin-bottom: 14px;
  }
  .tbl-inquiry td .tbl-inquiry-zip2 input,
  .tbl-inquiry td .tbl-inquiry-text input {
    width: 90%;
  }
  .tbl-inquiry textarea {
    width: 100%;
  }
  .wpcf7-list-item-label::before,
  .wpcf7-list-item-label::after {
    content: "" !important;
  }
  .wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 0.5rem !important;
  }
  /* area */
  .area-map-list p,
  .area-map-list h3 {
    color: #3d6ab7;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    font-weight: bold;
    border-bottom: 1px dashed #999;
    background: #fff;
    border-left: none;
    padding: 0;
  }
  .area-map-list p::before,
  .area-map-list h3::before {
    content: "■";
  }
  .area-map-list ul {
    margin-bottom: 30px;
  }
  .area-map-list ul li {
    position: relative;
    padding: 0 0 0 1.5em;
    color: #666666;
    vertical-align: middle;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0.6rem;
    border: 2px solid #3d6ab7;
    background: #e3ebff;
    border-radius: 3px;
    width: 32%;
  }
  .area-map-list ul li::before, .area-map-list ul li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .area-map-list ul li::before {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  .area-map-list ul li a {
    text-align: center;
    width: 100%;
    padding: 0.3rem 0;
  }
  div.areaList {
    margin-top: 30px;
  }
  div.areaList p.areaListTitle {
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    color: #ffff99;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    padding: 0.3rem 1rem;
  }
  div.areaList h2 {
    font-size: 1.35rem;
    font-weight: bold;
    border-bottom: 2px solid #3d6ab7;
    border-left: 8px solid #3d6ab7;
    margin-bottom: 7px;
    color: #3d6ab7;
    background: #f2f7ff;
    padding: 8px 20px;
    text-align: left;
  }
  div.areaList p {
    font-weight: bold;
    font-size: 1.2rem;
  }
  div.areaList .area-list ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  div.areaList .area-list ul:not(:last-of-type) {
    border-bottom: 1px solid #999;
  }
  div.areaList .area-list ul li {
    margin: 0.3rem 0.6rem 0.3rem 0;
  }
  div.areaList .area-list ul li:not(:last-of-type)::after {
    content: " /";
  }
  div.areaList .area-list ul li a {
    display: inline-block;
    padding: 0 0.5rem;
    background: #fff6a0;
    border-radius: 3px;
  }
  /* faq */
  .faq-link {
    margin-bottom: 30px;
  }
  .faq-link a {
    width: 85%;
    margin-bottom: 0.5rem;
    border: 1px solid #12479d;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.7rem 0;
    color: #fff;
  }
  .faq-box dt {
    color: #3d6ab7;
    font-size: 1.35rem;
    font-weight: bold;
    border-bottom: 2px solid #3d6ab7;
    border-left: 8px solid #3d6ab7;
    background: #f2f7ff;
    margin-bottom: 7px;
    padding: 8px 20px;
  }
  .faq-box dd {
    margin-bottom: 20px;
  }
  .faq-box dd .faq-list {
    padding: 1rem;
    margin: 0.8rem;
    border: 1px solid #666;
  }
  .faq-box dd .faq-list p {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .faq-box dd .faq-list ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .faq-box dd .faq-list ul li {
    font-size: 0.85rem;
    list-style: none;
    text-indent: 0;
    margin-right: 0.3rem;
    padding: 0;
  }
  .faq-box dd .faq-list ul li:not(:last-of-type)::after {
    content: " / ";
    margin-left: 0.35rem;
  }
  /* flow */
  .flow-list1 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
    margin-bottom: 30px;
  }
  .flow-list1 li {
    position: relative;
  }
  .flow-list1 li:not(:nth-of-type(3n)):after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #b3b3b3;
    border-right: 0;
    top: 40%;
    right: -16px;
  }
  /* payment */
  .payment01 {
    margin-bottom: 30px;
  }
  .payment01 h3 {
    color: #333;
    background: none;
    border: none;
    padding: 0;
  }
  .payment01 ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .payment01 ul li:not(:last-of-type):after {
    content: "/";
    display: inline-block;
    padding: 0 0.5rem;
  }
  .payment02 {
    background: #efefef;
    padding: 20px;
    margin-bottom: 30px;
  }
  .payment02 p,
  .payment02 li {
    font-size: 0.95rem;
  }
  .payment02 p::before,
  .payment02 li::before {
    content: "※";
  }
  /* company */
  #companyInfor {
    margin-bottom: 30px;
    border: 1px solid #cccccc;
  }
  #companyInfor dt {
    padding: 0.5em;
    color: #4f77bb;
    font-weight: bold;
    background-color: #f2f7ff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  #companyInfor dd {
    padding: 0.5em;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  /* works */
  .works-h1 {
    color: #3d6ab7;
    font-size: 1.15rem;
    font-weight: bold;
    border-top: 2px solid #3d6ab7;
    border-bottom: 2px solid #3d6ab7;
    background: #f2f7ff;
    margin-bottom: 7px;
    padding: 8px 20px;
  }
  .w_date {
    text-align: right;
    font-size: 0.9rem;
    color: #666;
  }
  .works-img {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto 30px;
  }
  .works-img div {
    width: 43%;
  }
  .works-img div .w-img-h {
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
  }
  .works-img div:first-of-type {
    position: relative;
  }
  .works-img div:first-of-type .w-img-h {
    background: #93b2e6;
  }
  .works-img div:first-of-type::after {
    position: absolute;
    right: -25%;
    top: 45%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #ccc;
    border-right: 0;
  }
  .works-img div:last-of-type .w-img-h {
    background: #ffb250;
  }
  .works-table1 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 60px;
  }
  .works-table1 tr {
    border-bottom: 1px solid #ccc;
  }
  .works-table1 tr th {
    width: 20%;
    color: #666;
    font-weight: bold;
    background-color: #fcffc9;
    text-align: center;
    vertical-align: middle;
    padding: 0.4rem 0;
  }
  .works-table1 tr td {
    vertical-align: middle;
    line-height: 1.5;
    padding: 0.8rem;
  }
  .works-table1 tr td span {
    text-align: center;
    display: block;
    font-size: 0.8rem;
  }
  .works-table1 tr:first-of-type {
    border-top: 1px solid #ccc;
  }
  .works-table1 tr:first-of-type td {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .works-table1 tr:first-of-type td p:first-of-type {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    background: #ea6b6b;
    padding: 0.3rem 0;
    margin-bottom: 0.6rem;
    width: 100%;
  }
  .works-table1 tr:first-of-type td p:first-of-type span {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
  }
  .works-table1 tr:first-of-type td p:last-of-type {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #666;
    width: 100%;
  }
  .works-table1 tr:first-of-type td p:last-of-type span {
    display: inline;
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
    line-height: 2.6;
  }
  .works-table1 tr:nth-of-type(2) td p {
    display: inline-block;
    color: red;
    border: 1px solid red;
    padding: 0 0.8rem;
    border-radius: 3px;
  }
  .works-table1 tr:nth-of-type(2) td p:not(:last-of-type) {
    margin-bottom: 0.4rem;
  }
  .works-table1 tr:last-of-type td img {
    margin: 1rem 0;
  }
  .works-table2 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
  }
  .works-table2 tr {
    border-bottom: 1px solid #cccccc;
  }
  .works-table2 tr th {
    width: 20%;
    color: #666;
    font-weight: bold;
    background-color: #fcffc9;
    text-align: center;
    vertical-align: middle;
    padding: 0.6rem 0;
    font-size: 0.85rem;
  }
  .works-table2 tr:first-of-type th {
    width: auto;
    color: #fff;
  }
  .works-table2 tr:first-of-type th:first-of-type {
    background-color: white;
  }
  .works-table2 tr:first-of-type th:nth-of-type(2) {
    border-right: 1px solid #fff;
    background: #b0b0b0;
  }
  .works-table2 tr:first-of-type th:last-of-type {
    background: #ff8300;
  }
  .works-table2 tr td {
    width: 36%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0.2rem 0;
    font-size: 0.85rem;
  }
  .works-table2 tr td span {
    text-align: center;
    display: block;
    font-size: 0.85rem;
  }
  .works-table2 tr td:first-of-type {
    border-right: 1px solid #cccccc;
  }
  .works-table2 tr a {
    display: inline;
    color: #3d6ab7;
    text-decoration: underline;
  }
  /* guide */
  #choiceLink {
    background-color: #efefef;
    padding: 0.8rem;
    margin-bottom: 30px;
  }
  #choiceLink a.choiceLink1 {
    border: 2px solid #d4d4d4;
    border-top: 2px solid #5070e3;
    padding: 0.7rem 0.7rem 1.5rem;
    background: #fff url(../../images/icon_guide01.png) no-repeat 2% 60%;
    background-size: 24%;
    margin: 0 auto 0.8rem;
  }
  #choiceLink a.choiceLink1 > div p:last-of-type {
    font-size: 0.95rem;
    padding: 0 0 0 28%;
  }
  #choiceLink .choiceLink-h {
    color: #6c9bed;
    font-size: 1.1rem;
    font-weight: bold;
    padding-left: 26%;
  }
  #choiceLink .choiceLink1 span,
  #choiceLink ul li span {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 5px solid;
    border-color: transparent transparent #5070e3 #5070e3;
    transform: rotate(-45deg);
    position: relative;
    left: 43%;
    bottom: -12px;
  }
  #choiceLink ul a {
    border: 2px solid #d4d4d4;
    border-top: 2px solid #5070e3;
    padding: 0.7rem 0.3rem 1.5rem;
    margin-bottom: 0.8rem;
  }
  #choiceLink ul a li .choiceLink-h {
    font-size: 1.1rem;
  }
  #choiceLink ul a li p:last-of-type {
    font-size: 0.95rem;
    padding: 0 0 0 28%;
  }
  #choiceLink ul a:first-of-type {
    background: #fff url(../../images/icon_guide02.png) no-repeat 1.5% 45%;
    background-size: 24%;
  }
  #choiceLink ul a:nth-of-type(2) {
    background: #fff url(../../images/icon_guide03.png) no-repeat 1.5% 45%;
    background-size: 24%;
  }
  #choiceLink ul a:nth-of-type(3) {
    background: #fff url(../../images/icon_guide04.png) no-repeat 1.5% 45%;
    background-size: 24%;
  }
  #choiceLink ul a:nth-of-type(4) {
    background: #fff url(../../images/icon_guide05.png) no-repeat 1.5% 50%;
    background-size: 24%;
  }
  #choiceLink ul a:nth-of-type(5) {
    background: #fff url(../../images/icon_guide06.png) no-repeat 1.5% 45%;
    background-size: 24%;
  }
  #choiceLink ul a:last-of-type {
    background: #fff url(../../images/icon_guide07.png) no-repeat 1% 68%;
    background-size: 24%;
  }
  .choiceContents {
    margin: 0 0 15px;
  }
  .choiceContents h2 {
    background-color: #6697eb;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding: 0.7em 0.5em;
  }
  .choiceContents h3 {
    color: #3d6ab7;
  }
  .choiceContents h4 {
    color: #3d6ab7;
    background: #f3f3f3;
    padding: 3px 8px;
  }
  .choiceContents h4::before {
    content: "■";
  }
  .choiceContents h5 {
    color: #3d6ab7;
    font-weight: bold;
  }
  .choiceContents table {
    display: block;
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 25px;
  }
  .choiceContents table tbody {
    border: 1px solid #cccccc;
  }
  .choiceContents table caption {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 7px;
    color: #3d6ab7;
  }
  .choiceContents table th {
    white-space: nowrap;
    background-color: #4f77bb;
    color: #ffffff;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 0.7em;
    vertical-align: middle;
  }
  .choiceContents table th.type {
    background-color: #f2f2f2;
    color: #333333;
  }
  .choiceContents table th.type2 {
    background-color: #f2f2f2;
    color: #333333;
    white-space: nowrap;
    text-align: left;
  }
  .choiceContents table td {
    white-space: nowrap;
    border: 1px solid #cccccc;
    padding: 0.7em 0;
    vertical-align: middle;
  }
  .choiceContents ul li {
    padding-left: 0.5em;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
  }
  .choiceContents ul.point2 {
    background: #f2f2f2;
    box-shadow: 3px 3px 1px 0px #c7c7c7;
    padding: 1rem 1.2rem;
    margin-bottom: 30px;
  }
  .choiceContents ul.point2 li {
    padding-left: 0;
    list-style-type: none;
    list-style-position: none;
    text-indent: 0;
    padding-left: 0;
  }
  .choiceContents img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .choiceContents h4 {
    color: #4f77bb;
    margin-top: 20px;
  }
  .choiceContents .bg-ye h3 {
    font-size: 1.05rem;
    color: #595959;
    background: none;
    border: none;
    padding: 0;
  }
  /* guarantee */
  #choiceLink.gtLink ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #choiceLink.gtLink ul a {
    width: 49%;
    padding-bottom: 0;
  }
  #choiceLink.gtLink ul a li {
    padding: 14% 0 0;
  }
  #choiceLink.gtLink ul a .choiceLink-h {
    padding: 0;
    text-align: center;
  }
  #choiceLink.gtLink ul a:first-of-type {
    background: #fff url(../../images/img_guarantee01.png) no-repeat 49% 8%;
    background-size: 18%;
  }
  #choiceLink.gtLink ul a:nth-of-type(2) {
    background: #fff url(../../images/img_guarantee02.png) no-repeat 51% 8%;
    background-size: 18%;
  }
  #choiceLink.gtLink ul a span {
    bottom: 10px;
  }
  #choiceLink.gtLink ul a span::before {
    transform: rotate(33deg);
    top: 17px;
    right: -75px;
  }
  #choiceLink.gtLink ul a span::after {
    transform: rotate(326deg);
    top: 17px;
    right: -90px;
  }
  /* power */
  .pw-dl {
    margin-bottom: 30px;
  }
  .pw-dl div.pw-dl-box {
    border: 1px solid #adadad;
    padding: 0 8px 8px;
    margin: 0 8px 15px;
  }
  .pw-dl div.pw-dl-box h4 {
    color: #4f77bb;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
  }
  .pw-dl div.pw-dl-box div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pw-dl div.pw-dl-box div dt {
    width: 23%;
    padding-left: 2%;
    font-weight: bold;
    line-height: 2.2;
  }
  .pw-dl div.pw-dl-box div dd {
    width: 77%;
  }
  .pw-dl div.pw-dl-box div dd p {
    line-height: 2.2;
  }
  .pw-dl div.pw-dl-box div dd span {
    color: #f00;
    font-weight: bold;
    line-height: 2.2;
  }
  .pw-dl2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 30px;
    background: #fffde5;
  }
  .pw-dl2 dt {
    width: -moz-max-content;
    width: max-content;
    line-height: 2.2;
    width: 40%;
  }
  .pw-dl2 dd {
    width: 60%;
    line-height: 2.2;
  }
  .pw-dl2 dd::before {
    content: "･･･";
  }
  .pw-dl.pw-dl3 .pw-dl-box div {
    justify-content: flex-start;
  }
  .pw-dl.pw-dl3 dt,
  .pw-dl.pw-dl3 dd p,
  .pw-dl.pw-dl3 dd p span {
    font-size: 0.95rem;
  }
  .pw-dl.pw-dl3 dt {
    width: 35% !important;
  }
  .pw-dl.pw-dl3 dd {
    width: 60% !important;
  }
  /* auto-fullauto */
  .ex-fullauto {
    flex-wrap: nowrap;
    border: 1px solid #dc8ec1;
    margin-bottom: 30px;
  }
  .ex-fullauto h3 {
    font-size: 100%;
    padding: 8px;
    color: #fff;
    background: #dc8ec1;
    text-align: center;
    border-bottom: none;
    border: none;
  }
  .ex-fullauto h3.ex-fullauto2 {
    background: #6d8abc;
  }
  .ex-fullauto ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .ex-fullauto ul li {
    position: relative;
    padding: 8px;
  }
  .ex-fullauto ul li:nth-of-type(2)::after {
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    right: -5px;
    height: 80%;
    width: 3px;
    border-right: 3px dashed #cdcdcd;
  }
  .ex-fullauto ul li .ex-fllauto-h {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .ex-fullauto ul li img {
    margin-bottom: 10px;
  }
  .ex-fullauto ul li p:last-of-type,
  .ex-fullauto ul li p:last-of-type span {
    font-size: 0.8rem;
  }
  .ex-fullauto ul li:first-of-type .ex-fllauto-h {
    background: #f39742;
  }
  .ex-fullauto ul li:nth-of-type(2) {
    width: 49%;
  }
  .ex-fullauto ul li:nth-of-type(2) .ex-fllauto-h {
    background: #eb7c64;
  }
  .ex-fullauto ul li:nth-of-type(3) {
    width: 49%;
  }
  .ex-fullauto ul li:nth-of-type(3) .ex-fllauto-h {
    background: #9fc075;
  }
  .ex-fullauto ul li:nth-of-type(4) {
    width: 100%;
  }
  .ex-fullauto ul li:nth-of-type(4) .ex-fllauto-h {
    background: #f07ec3;
  }
  .ex-auto {
    border: 1px solid #6d8abc;
  }
  .fllauto-compare h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #3d6ab7;
    background: #d9e7ff;
    padding: 8px 20px;
    text-align: center;
    border: none;
  }
  .fllauto-compare table {
    display: block;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 40px;
  }
  .fllauto-compare table th {
    white-space: nowrap;
    font-size: 0.75rem;
    background-color: #f2f2f2;
    color: #333333;
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    padding: 0.2rem 0.6rem;
  }
  .fllauto-compare table th.type1 {
    color: #fff;
    background-color: #dc8ec1;
  }
  .fllauto-compare table th.type2 {
    background-color: #6d8abc;
    color: #fff;
  }
  .fllauto-compare table td {
    white-space: nowrap;
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0.5rem 0.6rem;
    width: 35%;
    font-weight: bold;
    color: #6cd763;
  }
  .fllauto-compare table td.type-no {
    color: #333;
  }
  .fllauto-compare table td.type-s {
    color: #eac847;
  }
  .fllauto-compare table td span {
    text-align: center;
    display: block;
    font-size: 0.75rem;
    color: #333;
  }
  .h-auto {
    background-color: #d9e7ff;
    border-bottom: none;
    text-align: center;
    padding: 8px;
    margin-bottom: 0;
  }
  .fllauto-compare2 {
    margin-bottom: 30px;
  }
  .fllauto-compare2 div {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .fllauto-compare2 div h4 {
    text-align: center;
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
  }
  .fllauto-compare2 div:first-of-type {
    border: 1px solid #cdcdcd;
  }
  .fllauto-compare2 div:first-of-type h4 {
    background: #ff914c;
  }
  .fllauto-compare2 div:first-of-type ul {
    background: #fff7f3;
  }
  .fllauto-compare2 div:first-of-type ul li::before {
    border: 1px solid #ff914c;
  }
  .fllauto-compare2 div:first-of-type ul li::after {
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  .fllauto-compare2 div:nth-of-type(2) {
    border: 1px solid #cdcdcd;
  }
  .fllauto-compare2 div:nth-of-type(2) h4 {
    background: #80a4f2;
  }
  .fllauto-compare2 div:nth-of-type(2) ul {
    background: #f3f6ff;
  }
  .fllauto-compare2 div:nth-of-type(2) ul li::before {
    border: 1px solid #7ba5ff;
  }
  .fllauto-compare2 div:nth-of-type(2) ul li::after {
    border-left: 2px solid #1b4791;
    border-bottom: 2px solid #1b4791;
  }
  .fllauto-compare2 div ul {
    padding: 10px 16px 20px;
    margin-bottom: 20px;
  }
  .fllauto-compare2 div ul li {
    font-size: 3.6vw;
    padding-left: 24px;
    position: relative;
    margin: 15px 0;
  }
  .fllauto-compare2 div ul li::before, .fllauto-compare2 div ul li::after {
    content: "";
    display: block;
    position: absolute;
  }
  .fllauto-compare2 div ul li::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    left: 0;
    top: 4px;
  }
  .fllauto-compare2 div ul li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 5px;
    top: 9px;
  }
  .fllauto-compare2 div p {
    padding: 0 20px;
    font-size: 0.95rem;
  }
  .fllauto-compare3 {
    border: 6px solid #ffff99;
    background: #ffffee;
  }
  .fllauto-compare3 + div {
    margin-top: 20px;
  }
  .fllauto-compare3 h4 {
    color: #ff7a00;
    background: #ffff99;
    position: relative;
    align-items: center;
    padding: 15px 40px 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .fllauto-compare3 h4:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom left, #ffff99 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #ffff99 50%, transparent 50%) top right/50% 100% no-repeat;
  }
  .fllauto-compare3 ul {
    margin: 10px;
  }
  .fllauto-compare3 ul li {
    font-size: 3.6vw;
    padding-left: 24px;
    position: relative;
    margin: 15px 0;
  }
  .fllauto-compare3 ul li::before, .fllauto-compare3 ul li::after {
    content: "";
    display: block;
    position: absolute;
  }
  .fllauto-compare3 ul li::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    left: 0;
    top: 4px;
    border: 1px solid #ff914c;
  }
  .fllauto-compare3 ul li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 5px;
    top: 9px;
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  /* guide/house */
  .table-scl {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .table-scl table.price-table {
    margin-bottom: 0;
  }
  .table-scl table.price-table th,
  .table-scl table.price-table td {
    white-space: nowrap;
    font-size: 0.8rem;
    min-width: 160px !important;
    padding: 0.3rem !important;
    text-align: center;
  }
  .table-scl tr:last-of-type td {
    font-size: 0.8rem !important;
    padding: 0.3rem !important;
  }
  .price-table {
    width: 100%;
  }
  .price-table th,
  .price-table td {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0.3rem 2rem !important;
  }
  .price-table tr:last-of-type td {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }
  .price-table tr.fsnomal td {
    font-size: 1rem !important;
    padding: 0.3rem 2rem !important;
  }
  /* guide/mansion */
  .box-3 div {
    padding-bottom: 15px;
    border-top: 1px solid #cccccc;
  }
  .box-3 div:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
  .box-3 div h4 {
    text-align: center;
  }
  .box-3 div p {
    font-size: 0.9rem;
  }
  /* boileronly */
  .boileronly-flow h4 {
    background: none;
  }
  .boileronly-flow ol li {
    font-size: 0.75rem;
    text-align: center;
    background: #fdffe7;
    border: 1px solid #ffe19b;
    border-radius: 3px;
    padding: 0.6rem;
    margin-bottom: 15px;
    position: relative;
  }
  .boileronly-flow ol li span {
    font-size: 0.9rem;
    font-weight: bold;
    background: #f37272;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.25rem 0.8rem;
    border-radius: 5px;
  }
  .boileronly-flow ol li:not(:first-of-type)::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ffe19b;
    border-bottom: 0;
    top: -15px;
    left: 46%;
  }
  .choiceContents-dl {
    border: 1px solid #ccc;
    border-bottom: none;
    margin: 0 0.5rem 15px;
  }
  .choiceContents-dl dt {
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 0.5rem;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    background: #f2f7ff;
  }
  .choiceContents-dl dd {
    padding: 0.6rem 0.6rem 1.2rem;
    border-bottom: 1px solid #ccc;
  }
  .choiceContents-dl dd p {
    font-size: 0.9rem;
  }
  .choiceContents-dl dd p span {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .choiceContents-dl.choiceContents-power dt:first-of-type {
    color: #092362;
    background: #cee0ff;
  }
  .choiceContents-dl.choiceContents-power dt:nth-of-type(2) {
    color: #083d29;
    background: #ddf0e1;
  }
  .choiceContents-dl.choiceContents-power dt:last-of-type {
    color: rgb(92, 19, 88);
    background: #fbcbeb;
  }
  ul.choiceContents-lifespan {
    padding: 10px;
  }
  ul.choiceContents-lifespan li {
    margin: 10px 0;
  }
  ul.choiceContents-lifespan li::before {
    content: "・";
  }
  /* archive */
  .archive-list ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .archive-list ul a {
    border: 1px solid #cfcfcf;
    border-top: 5px solid #3d6ab7;
    padding: 0.8rem;
    margin-bottom: 1rem;
  }
  .archive-list ul a li .arch-list-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .archive-list ul a li .arch-list-1 img {
    width: 25%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 0.8rem 0.5rem;
  }
  .archive-list ul a li .arch-list-1 div {
    width: 72%;
  }
  .archive-list ul a li .arch-list-1 .arch-list-h {
    font-weight: bold;
  }
  .archive-list ul a li .arch-list-1 .arch-list-p {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .archive-list ul a li .arch-list-2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .archive-list ul a li .arch-list-2 p.arch-list-date span,
  .archive-list ul a li .arch-list-2 p.arch-list-date date {
    font-size: 0.75rem;
    color: #999;
  }
  .archive-list ul a li .arch-list-2 .arch-list-tag {
    font-size: 0.75rem;
    color: #fff;
    background: #3d6ab7;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
  }
  /* archive-works */
  .arch-list-works .arch-list-works-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .arch-list-works .arch-list-works-1 .arch-list-works-img {
    width: 40%;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: initial;
    position: relative;
  }
  .arch-list-works .arch-list-works-1 .arch-list-works-img:after {
    position: absolute;
    display: block;
    content: "";
    right: 47%;
    top: 35%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 14px solid #ff9400;
    border-right: 0;
  }
  .arch-list-works .arch-list-works-1 .arch-list-works-img img {
    width: 48%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
  .arch-list-works .arch-list-works-1 .arch-list-1 {
    width: 58%;
    text-align: left;
  }
  .arch-list-works .arch-list-works-1 .arch-list-1 .arch-list-h {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .arch-list-works .arch-list-p {
    font-size: 0.9rem;
  }
  /* column */
  div.column-check-list-div h4 {
    color: #333333;
    font-size: 1rem;
    margin-bottom: 2px;
    background: none;
  }
  ul.column-check-list {
    padding: 8px 0;
    background: #ffffee;
    border: none !important;
  }
  ul.column-check-list li {
    padding-left: 18px;
    position: relative;
    margin: 0.2rem 1rem 0.4rem 0.4rem;
  }
  ul.column-check-list li::before, ul.column-check-list li::after {
    content: "";
    display: block;
    position: absolute;
  }
  ul.column-check-list li::before {
    width: 12px;
    height: 12px;
    background: #ffffff;
    left: 0;
    top: 8px;
    border: 1px solid #ff914c;
  }
  ul.column-check-list li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 3px;
    top: 10px;
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  .column-ol li {
    list-style: decimal;
    list-style-position: inside;
  }
  .summary {
    margin: 2em 0.3rem;
    padding: 1em;
    background: none;
    border: 1px solid #ccc;
    background-color: #f6faff;
  }
  .summary .summary-h {
    color: #3968b8;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 3px double #a5bfea;
    border-top: 3px double #a5bfea;
    padding: 0.4rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .summary li {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
  }
  .summary li::before {
    content: "●";
    color: #99bfff;
    padding-right: 0.2rem;
  }
  .summary li:not(:last-of-type) {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* 前後の記事へリンク  */
  .p-nav {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0.2rem 30px;
  }
  .p-nav .prev,
  .p-nav .next {
    width: 49%;
    margin-bottom: 0.3rem;
  }
  .p-nav .prev a,
  .p-nav .next a {
    border: 1px solid #cacaca;
    padding: 0.3rem 0.5rem;
  }
  .p-nav .prev a span,
  .p-nav .next a span {
    font-size: 0.75rem;
    display: block;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 8px;
  }
  .p-nav .prev a p,
  .p-nav .next a p {
    font-size: 0.7rem;
    width: calc(100% - 32px);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .p-nav .prev a img,
  .p-nav .next a img {
    width: 30px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-nav .prev-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .p-nav .prev-box img {
    margin-right: 2px;
  }
  .p-nav .next span {
    text-align: right;
  }
  .p-nav .next .next-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-nav .next .next-box img {
    margin-left: 2px;
  }
  /* eco-type */
  .comparison-table {
    display: block;
    border-collapse: collapse;
    overflow-x: scroll;
    width: 100%;
  }
  .comparison-table th,
  .comparison-table td {
    font-size: 0.85rem;
    padding: 0.5rem !important;
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }
  .comparison-table th {
    font-weight: bold;
    white-space: nowrap;
  }
  .comparison-table td:first-of-type {
    font-weight: bold;
    background: #efefef;
  }
  /* ecojozu */
  .eco-box {
    margin-bottom: 30px;
  }
  .eco-box div {
    margin-bottom: 30px;
  }
  .eco-box div h3 {
    padding: 0.15rem 0;
    border: none;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .eco-box div img {
    margin-bottom: 0.5rem;
  }
  .eco-box div p {
    font-size: 0.95rem;
  }
  .eco-box div:first-of-type h3 {
    background-color: #eb7575;
  }
  .eco-box div:nth-of-type(2) h3 {
    background-color: #83bc64;
  }
  .eco-box div:last-of-type h3 {
    background-color: #dfa646;
  }
  /* product */
  .product-h2 {
    background: #fffca0;
    text-align: center;
    font-size: 1rem;
    color: #ff2a00;
    font-weight: bold;
    padding: 0.3rem;
    margin-bottom: 0.8rem;
  }
  .product-top {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0.8rem;
    margin-bottom: 20px;
    background-color: #fffddb;
    background-image: linear-gradient(135deg, #fffbb9 25%, transparent 25%), linear-gradient(225deg, #fffbb9 25%, transparent 25%), linear-gradient(45deg, #fffbb9 25%, transparent 25%), linear-gradient(315deg, #fffbb9 25%, #fffddb 25%);
    background-position: 24px 0, 24px 0, 0 0, 0 0;
    background-size: 48px 48px;
    background-repeat: repeat;
    margin-bottom: 15px;
  }
  .product-top .product-img {
    width: 30%;
    background: #fff;
    position: relative;
  }
  .product-top .product-img img:first-of-type {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 1rem 1rem 1rem;
  }
  .product-top .product-img img.product-img-maker {
    position: absolute;
    top: 0.7rem;
    bottom: auto;
    left: 0;
    right: 0;
    width: 80%;
  }
  .product-top .product-img img.product-img-eco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
  }
  .product-top .product-top2 {
    width: 68%;
  }
  .product-top .product-top2 div.product-top2-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .product-top .product-top2 div.product-top2-1 p {
    margin: 0 1.5rem 0 0;
    width: 28%;
  }
  .product-top .product-top2 div.product-top2-1 p img {
    margin: 0;
    height: auto;
    width: 100%;
  }
  .product-top .product-top2 div.product-top2-2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product-top .product-top2 div.product-top2-2 p {
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    background-color: #4f77bb;
    padding: 0 8px;
    margin: 0 0.4rem 0.4rem 0;
  }
  .product-top .product-top2-3 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-top .product-top2-3 p:first-of-type {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 5px;
    text-align: right;
  }
  .product-top .product-top2-3 p:last-of-type {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #f00;
    text-shadow: #fff 4px 0px 0px, #fff 3.87565px 0.989616px 0px, #fff 3.51033px 1.9177px 0px, #fff 2.92676px 2.72656px 0px, #fff 2.16121px 3.36588px 0px, #fff 1.26129px 3.79594px 0px, #fff 0.282949px 3.98998px 0px, #fff -0.712984px 3.93594px 0px, #fff -1.66459px 3.63719px 0px, #fff -2.51269px 3.11229px 0px, #fff -3.20457px 2.39389px 0px, #fff -3.69721px 1.52664px 0px, #fff -3.95997px 0.56448px 0px, #fff -3.97652px -0.432781px 0px, #fff -3.74583px -1.40313px 0px, #fff -3.28224px -2.28625px 0px, #fff -2.61457px -3.02721px 0px, #fff -1.78435px -3.57996px 0px, #fff -0.843183px -3.91012px 0px, #fff 0.150409px -3.99717px 0px, #fff 1.13465px -3.8357px 0px, #fff 2.04834px -3.43574px 0px, #fff 2.83468px -2.82216px 0px;
  }
  .product-top .product-top2-3 p:last-of-type span {
    font-size: 20px;
    font-weight: bold;
    color: #f00;
  }
  .product-top .product-top2-4 {
    text-align: right;
    font-size: 12px;
  }
  .product-top .product-top3 {
    width: 100%;
  }
  .product-top .product-top3 .product-top3-1 {
    background: #fff;
    padding: 0.5rem 1rem;
    border: 1px solid #fff000;
  }
  .product-top .product-top3 .product-top3-1:not(:last-of-type) {
    margin: 10px 0;
  }
  .product-top .product-top3 .product-top3-1 .product-top3-h {
    color: #ff6f00;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
    border-bottom: 2px solid #ff6f00;
  }
  .product-top .product-top3 .product-top3-1 .product-top3-h span {
    font-size: 0.9rem;
    line-height: 2.1;
    text-align: center;
    color: #333;
  }
  .product-top .product-top3 .product-top3-1 div.product-top3-1-2 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product-top .product-top3 .product-top3-1 div.product-top3-1-2 div p:first-of-type {
    color: #f00;
  }
  .product-top .product-top3 .product-top3-1 div.product-top3-1-2 div p:last-of-type {
    font-size: 1rem;
    background: #f00;
    color: yellow;
    padding: 0.05rem 0.8rem;
    border-radius: 3px;
    margin-left: 0.8rem;
  }
  .product-top .product-top4 {
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 0.8rem;
    background: #faff3c;
    padding: 0.8rem 1rem;
  }
  .product-top .product-top4 div:first-of-type {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
    gap: 0.3rem;
    margin-bottom: 0.8rem;
  }
  .product-top .product-top4 div:first-of-type span {
    color: #3d6ab7;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3d6ab7;
  }
  .product-top .product-top4 div:last-of-type {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .product-top .product-top4 div:last-of-type p:first-of-type {
    width: -moz-fit-content;
    width: fit-content;
    color: #444;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }
  .product-top .product-top4 div:last-of-type p:last-of-type {
    color: #f00;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }
  .product-top .product-top4 div:last-of-type p:last-of-type span {
    font-size: 1rem;
    color: #f00;
    font-weight: bold;
  }
  .product1 {
    margin-bottom: 15px;
  }
  .product1-1 {
    background-color: #ebf0ff;
  }
  .product1-1 h2,
  .product1-1 h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0;
  }
  .product1-1 dl {
    overflow: hidden;
    padding: 5px 20px;
    margin-bottom: 0.8rem;
  }
  .product1-1 dl dt {
    float: left;
    padding: 10px 0;
    font-size: 0.9rem;
  }
  .product1-1 dl dd {
    font-size: 0.9rem;
    text-align: right;
    padding: 10px 0;
  }
  .product1-1 dl dd:not(:last-child) {
    border-bottom: 1px dashed #546ec2;
  }
  .product1-1 dl .mark {
    padding: 0 0 30px 20px;
  }
  .product1-2 .product1-2-h {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0.8rem;
    line-height: 2;
  }
  .product1-2 p {
    font-size: 0.9rem;
    margin: 0 0.8rem;
  }
  .product1-2 .product1-2-1 {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-1 img {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-1 p:first-of-type {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-2 .product1-2-2 {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-2 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0.8rem;
  }
  .product1-2 .product1-2-2 div p:first-of-type {
    color: #e162b0;
    border: 4px solid #e162b0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    padding: 2rem 0;
    text-align: center;
    width: 20%;
    margin: 0;
  }
  .product1-2 .product1-2-2 div p:last-of-type {
    width: 75%;
    line-height: 1.7;
    margin: 0;
  }
  .product1-2 .product1-2-2 div p:last-of-type span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin: 0;
  }
  .product1-2 .product1-2-3 h3 + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-2 .product1-2-3 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.8rem;
  }
  .product1-2 .product1-2-3 div img {
    width: 25%;
    height: auto;
    margin: 0;
  }
  .product1-2 .product1-2-3 div p {
    width: 73%;
    font-weight: normal;
    font-size: 0.85rem;
    margin: 0;
  }
  .product1-2 .product1-2-4 {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-4 div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    margin: 0 0.6rem;
  }
  .product1-2 .product1-2-4 div p {
    display: grid;
    place-items: center;
    color: #698abb;
    border: 4px solid #698abb;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 0.8rem;
    text-align: center;
    margin: 0;
  }
  .product1-2 .product1-2-4 div p:nth-of-type(4) {
    font-size: 1.1rem;
    padding: 1rem 0.3rem;
    white-space: nowrap;
  }
  .product1-2 .product1-2-4 div + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product2 .product2-1 p {
    font-size: 0.9rem;
    margin: 0 0.8rem;
    font-weight: normal;
  }
  .product2 .product2-1 > p {
    color: #333;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .product1-ec {
    margin-bottom: 15px;
  }
  .product1-ec-1 div {
    background-color: #ebf0ff;
    margin-bottom: 15px;
  }
  .product1-ec-1 div:last-of-type dl:first-of-type {
    border-bottom: 8px solid #fff;
  }
  .product1-ec-1 h2,
  .product1-ec-1 h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0;
  }
  .product1-ec-1 dl {
    overflow: hidden;
    padding: 5px 20px;
  }
  .product1-ec-1 dt {
    float: left;
    padding: 10px 0;
    font-size: 0.9rem;
  }
  .product1-ec-1 dd {
    font-size: 0.9rem;
    text-align: right;
    padding: 10px 0;
  }
  .product1-ec-1 dd:not(:last-child) {
    border-bottom: 1px dashed #546ec2;
  }
  .product1-ec-1 .mark {
    padding: 0 0 30px 20px;
  }
  .product1-ec-2 .product1-ec-2-h {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0.8rem;
    line-height: 2;
  }
  .product1-ec-2 p {
    font-size: 0.9rem;
    margin: 0.8rem;
  }
  .product1-ec-2 .product1-ec-2-1 {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-1 img {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-1 p:first-of-type {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-ec-2 .product1-ec-2-2 {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-2 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0.8rem;
  }
  .product1-ec-2 .product1-ec-2-2 div p:first-of-type {
    color: #e162b0;
    border: 4px solid #e162b0;
    background: #fff0f8;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    padding: 2rem 0;
    width: 20%;
    text-align: center;
    margin: 0;
  }
  .product1-ec-2 .product1-ec-2-2 div p:last-of-type {
    width: 79%;
    line-height: 1.7;
    margin: 0;
  }
  .product1-ec-2 .product1-ec-2-2 div p:last-of-type span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  .product1-ec-2 .product1-ec-2-3 h3 + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-ec-2 .product1-ec-2-3 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product1-ec-2 .product1-ec-2-3 div img {
    width: 120px;
    margin: 0;
  }
  .product1-ec-2 .product1-ec-2-3 div p {
    width: calc(100% - 130px);
    font-weight: normal;
    font-size: 0.85rem;
  }
  .product1-ec-2 .product1-ec-2-4 {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-4 div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
    gap: 10px;
    margin: 0 0.8rem 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-4 div p {
    display: grid;
    place-items: center;
    color: #698abb;
    border: 4px solid #698abb;
    background: #f0f8ff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 0;
    text-align: center;
    margin: 0;
  }
  .product1-ec-2 .product1-ec-2-4 div + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-ec-2 .product1-ec-2-5,
  .product1-ec-2 .product1-ec-2-6 {
    margin-bottom: 0.8rem;
  }
  .product1-ec-2 .product1-ec-2-5 h3 + p,
  .product1-ec-2 .product1-ec-2-6 h3 + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .old_model {
    border: 2px solid #f00;
    padding: 1rem;
    margin: 0.8rem 1rem;
  }
  .old_model a {
    white-space: nowrap;
  }
  .old_model p:first-of-type {
    text-align: center;
    font-size: 1.3rem;
    color: #f00;
    font-weight: bold;
  }
  .new_model p {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    padding: 0.8rem;
  }
  /* item-list */
  .item-list {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0 0.3rem;
  }
  .item-list a {
    width: 49.5%;
    border: 3px solid #e5e5e5;
    background-color: #fff;
    padding: 0.3rem;
    margin-bottom: 10px;
    transition: 0.6s;
  }
  .item-list a li {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-height: 0%;
  }
  .item-list a .item-list-h {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    padding: 0.2rem 0;
    margin-bottom: 5px;
    color: #333;
    background-color: #dbdbdb;
    border-radius: 3px;
  }
  .item-list a .item-list-h2 {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .item-list a .item-list1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    flex: 2;
    height: 100%;
    min-height: 0%;
  }
  .item-list a .item-list1-2 {
    width: 34%;
  }
  .item-list a .item-list1-2 img:first-of-type {
    max-width: 90%;
    max-height: 100px;
    display: block;
    margin: 0 auto;
  }
  .item-list a .item-list1-2 .item-list1-eco {
    position: absolute;
    width: 34%;
    left: 0;
    top: 30%;
  }
  .item-list a .item-list1-2 div {
    background: #ff0;
    display: block;
  }
  .item-list a .item-list1-2 div p,
  .item-list a .item-list1-2 div p span {
    font-weight: bold;
    font-size: 0.8rem;
    color: #f00;
    line-height: 1.3;
    text-align: center;
  }
  .item-list a .item-list1-3 {
    width: 62%;
  }
  .item-list a .item-list1-3 img.item-list1-3-logo {
    width: 80%;
    height: auto;
    margin-bottom: 7px;
  }
  .item-list a .item-list1-3 div p:first-of-type {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ec495c;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .item-list a .item-list1-3 div p:nth-of-type(2) {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6890e0;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .item-list a .item-list1-3 div p:last-of-type {
    font-size: 0.6rem;
    text-align: center;
  }
  .item-list a .item-list1-4,
  .item-list a .item-list1-5 {
    font-size: 0.8rem;
    text-align: right;
    line-height: 1.5;
  }
  .item-list a .item-list1-5 {
    color: #f00;
  }
  .item-list a .item-list1-6 {
    background: #cd0101;
    text-align: center;
    padding: 0.3rem;
  }
  .item-list a .item-list1-6 div.item-list1-6-1 p:first-of-type {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .item-list a .item-list1-6 div.item-list1-6-1 p:first-of-type span {
    font-size: 0.75rem;
    background: #fff;
    text-align: center;
  }
  .item-list a .item-list1-6 div.item-list1-6-1 p:last-of-type {
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .item-list a .item-list1-6 p.item-list1-6-2 {
    color: #ff0;
    line-height: 1;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    padding-bottom: 0.3rem;
  }
  .item-list a .item-list1-6 p.item-list1-6-2 span {
    color: #ff0;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: bold;
  }
  /* maker page */
  .maker-intro {
    border: 5px solid #faff3c;
    margin-bottom: 1.5rem;
    background-color: #fffffd;
    opacity: 1;
    background-image: radial-gradient(#ffcf00 0.6px, transparent 0.6px), radial-gradient(#ffcf00 0.6px, #fffffa 0.6px);
    background-size: 24px 24px;
    background-position: 0 0, 12px 12px;
  }
  .maker-intro > p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 0 0.3rem;
    color: #ff2121;
    line-height: 1.3;
    margin-bottom: 0.8rem;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  }
  .maker-intro .maker-intro-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 0.6rem 0.6rem;
  }
  .maker-intro .maker-intro-box .maker-intro1 {
    width: 48%;
  }
  .maker-intro .maker-intro-box .maker-intro1 img {
    width: 70%;
    height: auto;
    margin-bottom: 5px;
  }
  .maker-intro .maker-intro-box .maker-intro1 p:first-of-type,
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) {
    display: block;
    background: #ec5a5a;
    border-radius: 3px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0.6rem 1rem;
    text-shadow: 3px 2px 3px rgb(208, 63, 63);
  }
  .maker-intro .maker-intro-box .maker-intro1 p:first-of-type > span,
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) > span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .maker-intro .maker-intro-box .maker-intro1 p:first-of-type > span span,
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) > span span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f8ff00;
    text-align: center;
    line-height: 1;
  }
  .maker-intro .maker-intro-box .maker-intro1 p:first-of-type {
    margin-bottom: 0.3rem;
  }
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) {
    background: #5b7ad6;
    text-shadow: 3px 2px 3px rgb(65, 103, 214);
  }
  .maker-intro .maker-intro-box .maker-intro2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50%;
  }
  .maker-intro .maker-intro-box .maker-intro2 img {
    width: 46%;
    height: auto;
  }
  .maker-intro .maker-intro-mv {
    padding: 0.5rem 1rem 0.5rem;
  }
  .maker-intro .maker-intro-box2 {
    background: #faff3c;
    padding: 1rem 0.5rem;
    margin: 0;
  }
  .maker-intro .maker-intro-box2 p:first-of-type {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    color: #ff2600;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 {
    width: 100%;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 div {
    text-align: center;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 div p {
    width: 49%;
    padding: 0.5rem 0.2rem !important;
    font-size: 1.1rem !important;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 div p span {
    font-size: 1rem !important;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 div p:first-of-type {
    margin-bottom: 0;
  }
  .maker-intro .maker-intro-price {
    margin-top: 1rem;
    background: #faff3c;
    padding: 0.8rem 1rem;
  }
  .maker-intro .maker-intro-price div:first-of-type {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
    gap: 0.3rem;
    margin-bottom: 0.8rem;
  }
  .maker-intro .maker-intro-price div:first-of-type span {
    color: #3d6ab7;
    background: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3d6ab7;
  }
  .maker-intro .maker-intro-price div:last-of-type p:first-of-type {
    text-align: center;
    color: #444;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .maker-intro .maker-intro-price div:last-of-type p:last-of-type {
    text-align: center;
    color: #f00;
    text-shadow: 3px 2px 3px rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
  }
  .maker-intro .maker-intro-price div:last-of-type p:last-of-type span {
    font-size: 1rem;
    color: #f00;
    font-weight: bold;
  }
  .maker-intro .maker-intro-price2 {
    margin-top: 0;
    background: #fdffbb;
    border: 3px solid red;
  }
  /* temp-news */
  .news-list {
    margin: 0 0.2rem 30px;
  }
  .news-list p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #3d6ab7;
    text-align: center;
  }
  .news-list div {
    padding: 0.8rem 0.8rem 1.5rem;
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
  }
  .news-list div ul {
    margin-bottom: 15px;
  }
  .news-list div ul li {
    padding: 0.2rem 0;
  }
  .news-list div ul li:not(:last-of-type) {
    border-bottom: 1px dashed #cfcfcf;
  }
  .news-list div ul li a {
    font-size: 0.85rem;
    padding: 0.2rem 0;
  }
  .news-list div ul li a span {
    font-size: 0.85rem;
    margin-left: 1rem;
  }
  .news-list div ul li a span.news-list-tarm {
    margin: 0 0.5rem;
    color: #fff;
    background-color: #fd9a00;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
  }
  .news-list div p {
    line-height: 1;
    text-align: center;
  }
  .news-list div p a {
    position: relative;
    display: block;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    padding: 0.4rem 2.8rem 0.4rem 3.5rem;
    background: linear-gradient(#609cff, #11469c);
    transition: 0.3s;
    font-size: 1rem;
    display: inline;
    background: #c9ddff;
    border-radius: 3px;
    color: #3d6ab7;
  }
  .news-list div p a::before, .news-list div p a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.8rem;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .news-list div p a::before {
    width: 12px;
    height: 12px;
    background: #fff;
  }
  .news-list div p a::after {
    left: 1rem;
    width: 3px;
    height: 3px;
    border-top: 2px solid #3d6ab7;
    border-right: 2px solid #3d6ab7;
    transform: rotate(45deg);
  }
  .news-list div p a:hover {
    opacity: 0.8;
    color: #ffff65;
    box-shadow: 0 0 0 0 #fff;
  }
  .news-list div p a:hover {
    color: #3d6ab7;
    opacity: 0.6;
  }
  /* privacy */
  .privacy {
    background: #f2f2f2;
    padding: 1.4rem;
    margin-bottom: 30px;
  }
  .privacy h3 {
    font-size: 1.2rem;
    background: none;
    border: none;
    color: #333;
    padding: 0;
  }
  .privacy ul {
    margin-bottom: 15px;
  }
  .privacy ul.privacy-ul1 {
    padding-left: 1.1rem;
    margin-bottom: 0;
  }
  .privacy p, .privacy li {
    font-size: 0.9rem;
  }
  .privacy li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /* ecocute */
  .item-ec {
    margin: 0 0.8rem 30px;
  }
  .item-ec h3 {
    color: #fff;
    background: #3d6ab7;
    border: none;
    text-align: center;
    margin: 0 0.8rem 0 0;
    padding: 0 0.9rem;
    border-radius: 3px;
  }
  .item-list1-3-ec {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item-list1-3-ec img.item-list1-3-logo {
    max-width: 100%;
    height: 20px;
    margin-bottom: 7px;
  }
  .item-list1-3-ec p:first-of-type {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ec495c;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .item-list1-3-ec p:nth-of-type(2) {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6890e0;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .btn-ec {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: 0 0.5rem 1rem;
  }
  .btn-ec a {
    width: 33%;
  }
  .whychoose-ec h3 {
    color: #fff;
    background: #3d6ab7;
    border: none;
    text-align: center;
    margin-bottom: 8px;
  }
  .whychoose-ec .whychoose-ec-01 {
    background: #6d98e2;
    padding: 1.2rem 0.6rem;
  }
  .whychoose-ec .whychoose-ec-01 > p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 0.8rem;
  }
  .whychoose-ec .whychoose-ec-01 ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .whychoose-ec .whychoose-ec-01 ul li {
    width: 49%;
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.3rem 2rem;
  }
  .whychoose-ec .whychoose-ec-01 ul li p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
    text-align: center;
    line-height: 1.3;
  }
  .whychoose-ec .whychoose-ec-01 ul li span {
    display: block;
    font-size: 0.7rem;
    color: #666;
    line-height: 1.2;
    text-align: center;
    margin-top: 0.3rem;
  }
  .whychoose-ec .whychoose-ec-01 ul li:first-of-type {
    background-color: #f2f7ff;
    background-image: url(../../images/icon_ecocute01.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 6% 50%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(2) {
    background-color: #f2f7ff;
    background-image: url(../../images/icon_ecocute02.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 6% 50%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(3) {
    background-color: #f2f7ff;
    background-image: url(../../images/icon_ecocute03.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 6% 50%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(4) {
    background-color: #f2f7ff;
    background-image: url(../../images/icon_ecocute04.png);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: 6% 50%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(5) {
    background-color: #f2f7ff;
    background-image: url(../../images/icon_ecocute05.png);
    background-repeat: no-repeat;
    background-size: 22%;
    background-position: 6% 50%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:last-of-type {
    background-color: #f2f7ff;
    background-image: url(../../images/icon_ecocute06.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 10% 50%;
  }
  .whychoose-ec .whychoose-ec-02 {
    background: #efefef;
    padding: 1rem 0.5rem;
    margin-bottom: 30px;
  }
  .whychoose-ec .whychoose-ec-02 p {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .whychoose-ec .whychoose-ec-02 ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .whychoose-ec .whychoose-ec-02 ul li {
    font-size: 0.7rem;
    width: 49.5%;
  }
  .whychoose-ec .whychoose-ec-02 ul li:nth-child(even) {
    padding-left: 0.6rem;
  }
  .whychoose-ec .whychoose-ec-03 {
    margin: 0 0.6rem 0;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .whychoose-ec .whychoose-ec-03 li {
    width: 48%;
    margin-bottom: 1.6rem;
  }
  .whychoose-ec .whychoose-ec-03 img {
    margin-bottom: 0.4rem;
  }
  .whychoose-ec .whychoose-ec-03 p {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
  .whychoose-ec .box-l-ec img {
    width: 25%;
    margin: 0 auto;
  }
  .whychoose-ec .box-l-ec div {
    margin: 0 0.8rem 1.6rem;
  }
  .top-flow-ec {
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 10px 10px 30px;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .top-flow-ec ol {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
    margin-bottom: 30px;
  }
  .top-flow-ec ol li {
    border: 1px solid #d6e5ff;
    background: #fff;
    position: relative;
    padding: 8px;
  }
  .top-flow-ec ol li h3 {
    border: none;
    background: none;
    color: #4f77bb;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
  }
  .top-flow-ec ol li h3 span {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: bold;
    background: #8bb7ff;
    padding: 3px 10px;
    margin-right: 9px;
  }
  .top-flow-ec ol li img {
    display: block;
    margin: 0 auto 10px;
  }
  .top-flow-ec ol li p {
    font-size: 0.85rem;
  }
  .life-ec {
    align-items: center;
  }
  .life-ec > p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff0;
    background: #3d6ab7;
    text-align: center;
    padding: 0.6rem 1rem;
    margin-bottom: 1.2rem;
  }
  .life-ec > p span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ff0;
    line-height: normal;
  }
  .life-ec div {
    margin: 0 0.8rem 1.6rem;
  }
  /* aa */
  /* aa */
  /* aa */
  /* aa */
  /* aa */
}
@media only screen and (min-width: 650px) {
  /* 横幅650px以上の場合(PC・タブレット向け) */
  html {
    width: 100%;
    min-width: 1100px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  section {
    margin-bottom: 60px;
  }
  .content {
    margin-bottom: 30px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .pcNone {
    display: none !important;
  }
  .h-y-red {
    background: #ffff99 !important;
    border-bottom: none;
    color: #ff2200;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  .h-y-blue {
    background-color: #ffff99;
    border-bottom: none;
    color: #4f77bb;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  .cNote {
    border: 6px dashed #ff2200;
    padding: 20px;
    margin-bottom: 30px;
  }
  .cNote h3 {
    background: #ffff99 !important;
    border-bottom: none;
    color: #ff2200;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  .box-ye {
    border: 10px solid #ffff99;
    padding: 20px;
    margin-bottom: 30px;
  }
  .box-ye h3 {
    background: #ffff99 !important;
    border-bottom: none;
    color: #ff2200;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  .bg-ye {
    background: #fffde5;
    box-shadow: 3px 3px 1px 0px #e8e6d0;
    padding: 20px;
  }
  .bg-gr {
    background: #f2f2f2;
    padding: 20px;
  }
  .bd-blue {
    border: 3px solid #8bb7ff;
    padding: 20px;
    margin-bottom: 30px;
  }
  .box-l,
  .box-r {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    align-items: center;
  }
  .box-l div,
  .box-r div {
    margin-left: 15px;
  }
  .box-l figure img,
  .box-r figure img {
    margin-bottom: 0 !important;
  }
  .box-l figure figcaption,
  .box-r figure figcaption {
    font-size: 0.8rem;
    text-align: center;
  }
  .box-r {
    flex-direction: row-reverse;
  }
  .box-r div {
    margin: 0 15px 0 0;
  }
  .point {
    background: #f2f2f2;
    box-shadow: 3px 3px 1px 0px #c7c7c7;
    padding: 1rem 1.2rem;
    margin-bottom: 30px;
  }
  .point h4,
  .point h5 {
    font-size: 1rem !important;
    color: #333 !important;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .point h4::before,
  .point h5::before {
    content: "" !important;
  }
  .point li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /* header */
  header {
    border-top: 3px solid #3d6ab7;
    padding-top: 5px;
    margin-bottom: 5px;
  }
  header .inner {
    width: 1100px;
  }
  header div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header div img {
    margin-left: 8px;
  }
  header .logo-box {
    display: flex;
    place-items: center;
  }
  /* head-fix */
  .head-fix {
    transition: 0.3s;
    background: #f2f7ff;
    position: fixed;
    min-width: 100%;
    z-index: 999;
    top: 0;
  }
  .head-fix .fixOn {
    display: none;
  }
  .head-fix.fixed .fixOn {
    display: block;
  }
  .head-fix.fixed .fixOff {
    display: none;
  }
  .head-fix.fixed header {
    padding: 3px 0;
    margin-bottom: 0;
    background: #fff;
  }
  .head-fix.fixed header .logo {
    height: 50px;
    width: auto;
  }
  .head-fix.fixed header .logo:hover {
    opacity: 0.6;
  }
  /* inquiry-box */
  .inquiry-tel {
    margin-bottom: 15px;
  }
  .inquiry-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  /* info-note */
  .info-note {
    background-color: #2255af;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 0.8rem;
  }
  .info-note .info-note1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ebf2ff;
    opacity: 1;
    background-image: linear-gradient(to right, #ffffff, #ffffff 9px, #ebf2ff 9px, #ebf2ff);
    background-size: 18px 100%;
    padding: 6px 14px;
    margin-bottom: 10px;
    border-radius: 2px;
  }
  .info-note .info-note1-2 img:first-of-type {
    margin-bottom: 1rem;
  }
  .info-note .info-note2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info-note .info-note2 div {
    width: 32.5%;
    background: #ebf2ff;
    padding: 0.6rem;
    border-radius: 2px;
  }
  .info-note .info-note2 div .info-note-h {
    font-weight: bold;
    color: #3d6ab7;
    text-align: center;
  }
  .info-note .info-note2 div .info-note2-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0.7rem;
    background: #fff;
    border-radius: 0;
  }
  .info-note .info-note2 div .info-note2-1 img {
    margin: 0.97rem 0;
    display: block;
    width: 30%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .info-note .info-note2 div .info-note2-2 {
    width: 100%;
    padding: 0.7rem;
    background: #fff;
    border-radius: 0;
  }
  .info-note .info-note2 div .info-note2-2:first-of-type {
    margin-bottom: 0.6rem;
  }
  .info-note .info-note2 div .info-note2-2 p {
    font-size: 0.8rem;
  }
  .info-note .info-note2 div .info-note2-3 {
    width: 100%;
    padding: 0.8rem;
    background: #fff;
    border-radius: 0;
  }
  .info-note .info-note2 div .info-note2-3 img {
    margin-bottom: 0.7rem;
  }
  .info-note .info-note2 div .info-note2-3 p {
    font-size: 0.9rem;
  }
  /* nav */
  nav {
    background-image: linear-gradient(180deg, #4f77bb 53%, #3d6ab7 71%);
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.64);
    z-index: 9999;
  }
  nav ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
  }
  nav ul li {
    flex-grow: 1;
  }
  nav ul li a {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
  }
  nav ul li a:hover {
    opacity: 1;
    color: #ffff65;
    background-color: #99b1db;
  }
  /* aside */
  aside {
    width: 210px;
  }
  aside div {
    margin-bottom: 20px;
  }
  aside div .aside_h {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    color: #4f77bb;
    background-color: #f2f7ff;
    border-bottom: 5px solid #4f77bb;
  }
  aside div .aside_h img {
    display: block;
    margin: 0 auto;
  }
  aside div ul:not(.aside_maker) {
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
  }
  aside div ul:not(.aside_maker) li {
    border-bottom: 1px dashed #dfdfdf;
  }
  aside div ul:not(.aside_maker) li:last-child {
    border: none;
  }
  aside div ul:not(.aside_maker) li a {
    position: relative;
    padding: 0 0 0 1.5em;
    color: #666666;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 0.8em 0 0.8em 1.7em;
    background: #fff;
  }
  aside div ul:not(.aside_maker) li a::before, aside div ul:not(.aside_maker) li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  aside div ul:not(.aside_maker) li a::before {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  aside div ul:not(.aside_maker) li a:hover {
    opacity: 1;
    background: #bde0ff;
    color: #3d6ab7;
  }
  aside div .aside_maker_h {
    line-height: 1.4;
  }
  aside div ul.aside_maker {
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    padding: 0.5em;
  }
  aside div ul.aside_maker li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  aside div ul.aside_maker li a {
    display: block;
    padding: 1em;
    border: 1px solid #dfdfdf;
    position: relative;
  }
  aside div ul.aside_maker li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 15px solid #143074;
    border-bottom: 15px solid transparent;
  }
  aside div ul.aside_maker li a img {
    margin: 0 auto;
  }
  /* footer */
  footer {
    background-color: #3d6ab7;
    position: relative;
    padding-top: 30px;
  }
  footer:before {
    content: url("../../images/bg_footer.png");
    position: absolute;
    top: -158px;
    right: 80px;
  }
  footer div.f-box {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-bottom: 30px;
  }
  footer div.f-box div {
    margin-right: 80px;
  }
  footer div.f-box div p {
    color: #fff;
    font-weight: bold;
  }
  footer div.f-box div p::before {
    content: "■";
  }
  footer div.f-box div li {
    margin-bottom: 5px;
  }
  footer div.f-box div li a {
    font-size: 14px;
    color: #fff;
    display: inline;
  }
  footer div.f-box div li a:hover {
    opacity: 0.6;
  }
  footer .inquiry-fix {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 690px;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border: 5px solid #d6e5ff;
    border-radius: 3px;
  }
  footer p#address {
    font-size: 12px;
    background: #092362;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
  }
  /* breadCrumbs */
  #breadCrumbs {
    margin-bottom: 8px;
  }
  #breadCrumbs ol {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #breadCrumbs li {
    position: relative;
    font-size: 0.6rem;
    color: #777;
    padding: 0 0.9em;
  }
  #breadCrumbs li:first-child {
    padding-left: 0;
  }
  #breadCrumbs li:last-child {
    padding-right: 0;
  }
  #breadCrumbs li:not(:last-of-type)::after {
    content: ">";
    position: absolute;
    top: 16%;
    right: -4px;
  }
  #breadCrumbs li span {
    font-size: 0.65rem;
    color: #777;
    vertical-align: middle;
  }
  #breadCrumbs li a {
    -webkit-text-decoration: underline solid #fff;
            text-decoration: underline solid #fff;
    transition: 0s;
  }
  #breadCrumbs li a:hover {
    opacity: 1;
    -webkit-text-decoration: underline solid #dfdfdf;
            text-decoration: underline solid #dfdfdf;
  }
  /* mv */
  #mvImg {
    padding: 15px 0;
    background-image: url(../../images/img_mv_bg.png);
    background-size: cover;
    background-position: center top;
    margin-bottom: 15px;
    padding-top: 150px;
  }
  #mvImg img {
    display: block;
    margin: 0 auto;
  }
  #mv-word {
    padding: 40px 0;
    background-image: url(../../images/img_mv_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center top;
    margin-bottom: 15px;
    padding-top: 140px;
  }
  #mv-word h1,
  #mv-word span.mv-h1 {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ff2a00;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  #mv-word span.mv-h1 {
    font-size: 1.5rem;
  }
  #wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 150px;
    flex-direction: row-reverse;
  }
  /* main */
  .main {
    width: 860px;
  }
  h1.top-h1,
  .content-h {
    display: block;
    color: #ff2a00;
    background-color: #ffffa0;
    border-top: 3px solid #ff2a00;
    border-bottom: 3px solid #ff2a00;
    background: repeating-linear-gradient(-45deg, #ffffa0, #ffffa0 3px, #ffffe7 3px, #ffffe7 7px);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem;
    margin-bottom: 20px;
  }
  h2 {
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    color: #ffff99;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    padding: 0.3rem 1rem;
    margin-bottom: 15px;
  }
  h3 {
    color: #3d6ab7;
    font-size: 1.35rem;
    font-weight: bold;
    border-bottom: 2px solid #3d6ab7;
    border-left: 8px solid #3d6ab7;
    background: #f2f7ff;
    margin-bottom: 7px;
    padding: 8px 20px;
  }
  h3.bd-h3 {
    border-bottom: none;
    border-left: 18px solid #3d6ab7;
    margin-bottom: 0;
    padding: 8px 20px;
    background: #d9e7ff;
  }
  h4,
  .h-bold {
    color: #333333;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  /* front-page */
  .top-content {
    background: url(../../images/top-man.png) no-repeat left top;
  }
  .top-content p {
    padding-left: 300px;
  }
  .top-content2 {
    border: 5px solid #ffa27a;
    background: #ff6d2f;
    padding: 25px 20px 10px 20px;
    margin-bottom: 30px;
  }
  .top-content2 ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin-bottom: 15px;
  }
  .top-content2 ul li {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 15px 15px 70px;
    background: #ffffef;
    border-radius: 5px;
    position: relative;
  }
  .top-content2 ul li::before {
    position: absolute;
    content: url(../../images/icon_check.png);
    top: 26%;
    left: 28px;
  }
  .top-content2 p {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffff55;
    text-align: center;
  }
  .top-content2 p br {
    display: none;
  }
  #recommend-item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgb(255, 255, 0) 6px, rgb(255, 255, 0) 13px);
  }
  #recommend-item h2 {
    background: repeating-conic-gradient(#ee0000, #ee0000 6deg, #cc0000 6deg 12deg);
    border: none;
    color: #ffff55;
    font-size: 32px;
    line-height: 2.1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    position: relative;
  }
  #recommend-item h2::before {
    position: absolute;
    content: url(../../images/icon_reco.png);
    display: inline-block;
    top: -30%;
    left: 1%;
    transform: scale(-1, 1);
  }
  #recommend-item h2::after {
    position: absolute;
    content: url(../../images/icon_reco.png);
    display: inline-block;
    top: -30%;
    right: 1%;
  }
  #recommend-item .recommend-item-box {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 12px 8px 8px;
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
  #recommend-item .recommend-item-box > div {
    background: #fff;
  }
  #recommend-item .recommend-item-box a {
    padding: 8px;
    border: 1px solid #f00;
    background: #fffddf;
  }
  #recommend-item .recommend-item-box a .reco-h {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    color: #3a60bd;
    border: 2px solid #e6e6e6;
    background-color: #fff;
  }
  #recommend-item .recommend-item-box a .reco-detail {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6px;
    position: relative;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 {
    width: 40%;
    height: 100%;
    position: relative;
    padding: 10px 3px;
    background: #fff;
    border: 2px solid #f0f0f0;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 img {
    max-width: 75%;
    max-height: 160px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 > div {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #faff3c;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: block;
    box-shadow: 2px 2px 0px 1px #514d00;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 > div p {
    position: absolute;
    top: 15px;
    left: 5px;
    font-weight: bold;
    font-size: 23px;
    color: #f00;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 > div p > span {
    color: #f00;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail1 .reco-eco {
    position: absolute;
    top: 35%;
    left: 8px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 {
    width: 58%;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 img {
    height: 30px;
    width: auto;
    margin: 0 0 8px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 p {
    color: #fff;
    text-align: center;
    padding: 0.2rem 0;
    font-weight: bold;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 p:first-of-type {
    background: #ec495c;
    width: 65%;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-detail2-1 p:last-of-type {
    background: #6890e0;
    width: 32%;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-place {
    font-size: 0.9rem;
    background: #dbdbdb;
    padding: 0.2rem 0;
    text-align: center;
    margin-bottom: 6px;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-num {
    text-align: right;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail2 .reco-price1 {
    text-align: right;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail3 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #recommend-item .recommend-item-box a .reco-detail .reco-detail3 p {
    text-align: right;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 {
    background: linear-gradient(to bottom, red 0%, #af0000 98%);
    color: #ff0;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0 0.8rem 0;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:first-of-type {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 56%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0.3rem 0;
    margin-bottom: 0;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:first-of-type > span {
    width: 48%;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 0;
    line-height: 1.4;
    color: #333;
    margin: 0.7%;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:last-of-type {
    width: 43%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 div p:last-of-type > span {
    display: block;
    background-color: #fff;
    padding: 0.2rem 1rem;
    font-weight: bold;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 p {
    padding: 0.5rem 0;
    text-align: center;
    line-height: 1;
    font-size: 2.8rem;
    color: #ffff55;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  #recommend-item .recommend-item-box a .reco-item-price2 p > span {
    color: #ffff55;
    font-weight: bold;
    background-color: transparent;
  }
  #recommend-item .recommend-p {
    margin: 0 15px 0;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #ffff00;
  }
  #recommend-item .recommend-p h3 {
    color: #ff2a00;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ff2a00;
    border-left: none;
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
  }
  #recommend-item .recommend-p p {
    margin-bottom: 30px;
  }
  .top-flow {
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 20px;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .top-flow h3 {
    background-color: #ffff99;
    border-bottom: none;
    color: #4f77bb;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  .top-flow ol {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
    margin-bottom: 30px;
  }
  .top-flow ol li {
    border: 1px solid #d6e5ff;
    background: #fff;
    position: relative;
    padding: 8px;
  }
  .top-flow ol li h4 {
    color: #4f77bb;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .top-flow ol li h4 span {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: bold;
    background: #8bb7ff;
    padding: 3px 10px;
    margin-right: 9px;
  }
  .top-flow ol li img {
    display: block;
    margin: 0 auto 10px;
  }
  .top-flow ol li p {
    font-size: 0.85rem;
  }
  .top-number h4 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #ff7a2f;
    background: #fff;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  .top-number p {
    margin-bottom: 30px;
  }
  .top-number .top-number-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .top-number .top-number-box .top-number-box2 {
    background: #ffff99;
    width: 50%;
    padding: 15px;
  }
  .top-number .top-number-box .top-number-box2 h4 {
    background: #fff;
  }
  .top-number .top-number-box .top-number-box3 dl div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-number .top-number-box .top-number-box3 dl dt,
  .top-number .top-number-box .top-number-box3 dl dd {
    font-size: 0.85rem;
    line-height: 2.5;
  }
  .top-number .top-number-box .top-number-box3 dl dt {
    width: 73px;
  }
  .top-number .top-number-box .top-number-box3 dl dd {
    width: 112px;
  }
  .top-lifespan {
    background-color: #fff;
    opacity: 0.8;
    padding-bottom: 14px;
    background-image: repeating-linear-gradient(45deg, #fff4ce 25%, transparent 25%, transparent 75%, #fff4ce 75%, #fff4ce), repeating-linear-gradient(45deg, #fff4ce 25%, #fff 25%, #fff 75%, #fff4ce 75%, #fff4ce);
    background-position: 0 0, 7px 7px;
    background-size: 14px 14px;
  }
  .top-lifespan h2 {
    background: #fff048;
    color: #f00;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
  }
  .top-lifespan div.top-lifespan1 {
    border: 3px solid #ffd444;
    border-radius: 10px;
    margin: 0 14px 0px;
    background: #fff;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 25px 10px;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type ul {
    width: 63%;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type ul li {
    color: #f00;
    font-weight: bold;
    font-size: 1.3em;
    background: url(../../images/icon_check.png) no-repeat 3% 48%;
    padding: 0.2rem 0.2rem 0.2rem 3.2rem;
    background-size: 28px;
  }
  .top-lifespan div.top-lifespan1 div:first-of-type ul li:not(:last-of-type) {
    border-bottom: 1px dashed #f00;
  }
  .top-lifespan div.top-lifespan1 div:last-of-type {
    background-color: #ffeeb5;
    padding-bottom: 1.5rem;
  }
  .top-lifespan div.top-lifespan1 div:last-of-type div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 1.2rem 0.8rem;
  }
  .top-lifespan div.top-lifespan1 div:last-of-type div p {
    width: 75%;
  }
  .top-guide h2 {
    margin-bottom: 0;
  }
  .top-guide .top-guide-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 20px;
    margin-bottom: 30px;
    margin-bottom: 30px;
  }
  .top-guide .top-guide-box li {
    background: #fff;
    border: 2px solid #d6e5ff;
    padding: 20px;
  }
  .top-guide .top-guide-box li:not(:last-of-type) {
    width: 49%;
    margin-bottom: 20px;
  }
  .top-guide .top-guide-box li:last-of-type {
    width: 100%;
  }
  .top-guide .top-guide-box li h3 {
    text-align: center;
    width: 100%;
  }
  .top-guide .top-guide-box li div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
  }
  .top-guide .top-guide-box li div img {
    margin: 12px 15px 0 0;
  }
  .top-guide .top-guide-box li div p {
    font-size: 0.92rem;
  }
  .top-location {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-top: 1px solid #679fff;
  }
  .top-location li {
    border-bottom: 1px solid #679fff;
    border-left: 1px solid #679fff;
    padding: 20px;
    width: 50%;
  }
  .top-location li:nth-of-type(2n) {
    border-right: 1px solid #679fff;
  }
  .top-location h3 {
    margin-bottom: 15px;
    text-align: center;
    background: #f2f7ff;
    border-left: none;
  }
  .top-location div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
  }
  .top-location div img {
    margin-right: 15px;
  }
  .maker-items h2 {
    margin-bottom: 0;
  }
  .maker-items .maker-items-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 20px;
    margin-bottom: 30px;
    border-bottom: 4px dotted #8bb7ff;
    margin-bottom: 0;
  }
  .maker-items .maker-items-box a {
    margin-bottom: 15px;
  }
  .maker-items .maker-items-box div {
    margin-bottom: 4px;
  }
  .maker-items .maker-items-box div img {
    box-shadow: 2px 2px 4px gray;
    transition: 0.3s;
  }
  .maker-items .maker-items-box span {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
  }
  .maker-items .maker-items-box + div {
    border: 3px solid #8bb7ff;
    border-top: none;
    padding: 20px;
  }
  .maker-items .maker-items-box + div h3 {
    background-color: #ffff99;
    border-bottom: none;
    color: #4f77bb;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 15px;
    border: none;
  }
  #whychoose {
    background: #fffde5;
    padding: 20px;
  }
  #whychoose :first-of-type span {
    color: #1b4791;
    background: #c1d9ff url(../../images/img_reason01.png) no-repeat 48px 4px;
  }
  #whychoose :first-of-type span::after {
    content: "";
    position: absolute;
    height: 220px;
    width: 28px;
    top: 0;
    right: -28px;
    background-image: linear-gradient(96deg, #c1d9ff 54%, #fff 60%);
  }
  #whychoose :nth-of-type(2) span {
    color: #ff18a7;
    background: #fbd2fb url(../../images/img_reason02.png) no-repeat 16px 8px;
  }
  #whychoose :nth-of-type(2) span::after {
    content: "";
    position: absolute;
    height: 220px;
    width: 28px;
    top: 0;
    right: -28px;
    background-image: linear-gradient(96deg, #fbd2fb 54%, #fff 60%);
  }
  #whychoose :nth-of-type(3) span {
    color: #1b4791;
    background: #c1d9ff url(../../images/img_reason03.png) no-repeat 20px 8px;
  }
  #whychoose :nth-of-type(3) span::after {
    content: "";
    position: absolute;
    height: 220px;
    width: 28px;
    top: 0;
    right: -28px;
    background-image: linear-gradient(96deg, #c1d9ff 54%, #fff 60%);
  }
  #whychoose :nth-of-type(4) span {
    color: #ff18a7;
    background: #fbd2fb url(../../images/img_reason04.png) no-repeat 40px -2px;
  }
  #whychoose :nth-of-type(4) span::after {
    content: "";
    position: absolute;
    height: 220px;
    width: 28px;
    top: 0;
    right: -28px;
    background-image: linear-gradient(96deg, #fbd2fb 54%, #fff 60%);
  }
  #whychoose span {
    width: 300px;
    height: 220px;
    display: grid;
    place-items: center;
    position: relative;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  div.whychoose-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 4px solid #fff64f;
  }
  div.whychoose-box:not(:last-of-type) {
    margin-bottom: 15px;
  }
  div.whychoose-box div {
    width: 500px;
    padding: 20px 20px 20px 30px;
    background: #fff;
  }
  div.whychoose-box div h3 {
    text-align: center;
    color: #3d6ab7;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    border: none;
    background: #fff;
  }
  .area-map-list h3,
  .area-map-list p {
    color: #3d6ab7;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    font-weight: bold;
    border-bottom: 1px dashed #999;
    background: #fff;
    border-left: none;
    padding: 0;
  }
  .area-map-list h3::before,
  .area-map-list p::before {
    content: "■";
  }
  .area-map-list ul {
    margin-bottom: 30px;
  }
  .area-map-list ul li {
    position: relative;
    padding: 0 0 0 1.5em;
    color: #666666;
    vertical-align: middle;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0.6rem;
    background: #e3ebff;
    border-radius: 3px;
    width: 32%;
  }
  .area-map-list ul li::before, .area-map-list ul li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .area-map-list ul li::before {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  .area-map-list ul li a {
    text-align: center;
    width: 100%;
    padding: 0.3rem 0;
  }
  /* recommend */
  .reco-about {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .reco-about a.reco-about-box {
    display: flex;
    flex-direction: column;
    border: 3px solid #e5e5e5;
    width: 49%;
    padding: 0.5rem;
    margin-bottom: 15px;
    box-shadow: 2px 3px 4px 0px rgba(175, 175, 175, 0.64);
  }
  .reco-about a.reco-about-box p {
    text-align: center;
    color: #d40101;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .reco-about a.reco-about-box ul {
    flex-grow: 1;
    padding: 0.6rem;
    background: #ffffe0;
    padding: 10px 15px;
    margin: 0 0 25px 120px;
  }
  .reco-about a.reco-about-box ul li {
    color: #444;
    font-weight: bold;
    padding-left: 24px;
    position: relative;
    margin: 0.2rem;
  }
  .reco-about a.reco-about-box ul li::before, .reco-about a.reco-about-box ul li::after {
    content: "";
    display: block;
    position: absolute;
  }
  .reco-about a.reco-about-box ul li::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    left: 0;
    top: 4px;
    border: 1px solid #ff914c;
  }
  .reco-about a.reco-about-box ul li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 5px;
    top: 9px;
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  .reco-about a.reco-about-box span {
    position: relative;
  }
  .reco-about a.reco-about-box span::before, .reco-about a.reco-about-box span::after {
    content: "";
    content: "";
    width: 20px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #5070e3;
    position: absolute;
    right: 49%;
  }
  .reco-about a.reco-about-box span::before {
    top: calc(50% - 8px);
    transform: rotate(33deg);
  }
  .reco-about a.reco-about-box span::after {
    bottom: calc(50% + 5px);
    transform: rotate(326deg);
    right: 45%;
  }
  .reco-about a.reco-about-box:nth-child(-n+2) ul {
    padding: 14px 15px;
  }
  .reco-about a.reco-about-box:first-of-type {
    background: url(../../images/img_reco-about01.png) no-repeat 10% 50%;
  }
  .reco-about a.reco-about-box:nth-of-type(2) {
    background: url(../../images/img_reco-about02.png) no-repeat 5% 50%;
  }
  .reco-about a.reco-about-box:nth-of-type(3) {
    background: url(../../images/img_reco-about03.png) no-repeat 5% 50%;
  }
  .reco-about a.reco-about-box:last-of-type {
    background: url(../../images/img_reco-about04.png) no-repeat 5% 50%;
  }
  .rcmd-box {
    border: 6px solid #ffff99;
    padding: 1.5rem;
    background-color: #fffddb;
    background-image: linear-gradient(135deg, #fffbb9 25%, transparent 25%), linear-gradient(225deg, #fffbb9 25%, transparent 25%), linear-gradient(45deg, #fffbb9 25%, transparent 25%), linear-gradient(315deg, #fffbb9 25%, #fffddb 25%);
    background-position: 24px 0, 24px 0, 0 0, 0 0;
    background-size: 48px 48px;
    background-repeat: repeat;
    margin-bottom: 15px;
  }
  .rcmd-box h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .rcmd-box h3 {
    border-left: none;
    color: #ff6f00;
    font-size: 1.15rem;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
    border: 2px solid #ff6f00;
  }
  .rcmd-box h3 img.rcmd-logo {
    margin: 0 15px 0 0;
    height: 40px;
    width: auto;
  }
  .rcmd-box .rcmd-detail {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 1.2rem;
  }
  .rcmd-box .rcmd-detail .rcmd-detail1 {
    width: 25%;
    min-height: 250px;
    background: #fff;
    padding: 1.5rem;
  }
  .rcmd-box .rcmd-detail .rcmd-detail1 .rcmd-img {
    width: 80%;
  }
  .rcmd-box .rcmd-detail .rcmd-detail1 img.rcmd-logo,
  .rcmd-box .rcmd-detail .rcmd-detail1 .rcmd-eco {
    width: 70%;
    height: auto;
  }
  .rcmd-box .rcmd-detail .rcmd-detail2 {
    width: 73%;
  }
  .rcmd-box .rcmd-detail .rcmd-detail2 .rcmd-detail2-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-end;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .rcmd-box .rcmd-detail .rcmd-detail2 .rcmd-detail2-1 p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #4f77bb;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
    margin: 0 0 8px 8px;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding: 0.2rem 1.2rem;
    border: 1px solid #fff000;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 .rcmd-detail3-h {
    color: #ff6f00;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    width: 210px;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 div.rcmd-detail3-2-1 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 div.rcmd-detail3-2-1 div p:first-of-type {
    color: #f00;
  }
  .rcmd-box .rcmd-detail .rcmd-detail3 .rcmd-detail3-2 div.rcmd-detail3-2-1 div p:last-of-type {
    font-size: 1rem;
    background: #f00;
    color: yellow;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
    margin-left: 0.8rem;
  }
  .rcmd-box .rcmd-item-price {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.8rem;
    background: #faff3c;
    padding: 0.8rem 1rem;
  }
  .rcmd-box .rcmd-item-price div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 0.3rem;
    width: 36%;
  }
  .rcmd-box .rcmd-item-price div span {
    color: #3d6ab7;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3d6ab7;
  }
  .rcmd-box .rcmd-item-price p:first-of-type {
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }
  .rcmd-box .rcmd-item-price p:last-of-type {
    color: #f00;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .rcmd-box .rcmd-item-price p:last-of-type span {
    font-size: 1.2rem;
    color: #f00;
    font-weight: bold;
  }
  .rcmd-box .rcmd-item-txt {
    margin-bottom: 1rem;
  }
  /* inquiry */
  .tbl-inquiry {
    width: 100%;
    border: 1px solid #7c7c7c;
    margin-bottom: 40px;
  }
  .tbl-inquiry caption {
    font-size: 1.4rem;
    padding: 8px 16px;
    font-weight: bold;
    color: #fff !important;
    background: #394f6f;
    white-space: nowrap;
  }
  .tbl-inquiry caption p {
    font-size: 1.4rem;
    color: #fff !important;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .tbl-inquiry label {
    font-size: 0.95rem;
    min-width: 45% !important;
  }
  .tbl-inquiry th,
  .tbl-inquiry td {
    font-size: 0.95rem;
    border: 1px solid #7c7c7c;
    vertical-align: top;
  }
  .tbl-inquiry th {
    background: #f2f7ff;
    padding: 18px 10px 10px;
    width: 32%;
  }
  .tbl-inquiry th span {
    float: right;
    font-size: 0.75rem;
    color: #fff;
    background: #f2291f;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
  }
  .tbl-inquiry td {
    width: 68%;
    padding: 18px 10px;
  }
  .tbl-inquiry td p {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  .tbl-inquiry td p.inquiry-p {
    background: #fffde5;
    margin-bottom: 8px;
    padding: 0.8rem 1rem;
  }
  .tbl-inquiry td span.inquiry-span {
    font-size: 0.9rem;
    color: #7c7c7c;
  }
  .tbl-inquiry td .inquiry-pict {
    border: 1px solid #d9d9d9;
    padding: 8px;
  }
  .tbl-inquiry td .inquiry-pict:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .tbl-inquiry td .inquiry-pict p:first-of-type {
    background: #e3eeff;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  .tbl-inquiry td .inquiry-pict p:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .tbl-inquiry td .inquiry-pict input.inquiry-pict-img {
    padding: 0;
    margin-bottom: 10px;
  }
  .tbl-inquiry td .inquiry-pict span.filesize,
  .tbl-inquiry td .inquiry-pict span.filesize span {
    font-size: 0.9rem;
    color: #f00;
  }
  .tbl-inquiry td .tbl-inquiry-name input {
    width: 40%;
  }
  .tbl-inquiry td .tbl-inquiry-zip {
    margin-bottom: 14px;
  }
  .tbl-inquiry td .tbl-inquiry-zip input {
    width: 30%;
    margin-bottom: 0;
  }
  .tbl-inquiry td .tbl-inquiry-zip2 {
    margin-bottom: 14px;
  }
  .tbl-inquiry td .tbl-inquiry-zip2 input {
    margin-bottom: 0;
  }
  .wpcf7-list-item-label::before,
  .wpcf7-list-item-label::after {
    content: "" !important;
  }
  .wpcf7-list-item {
    display: inline !important;
    margin: 0 0 0 0.5rem !important;
  }
  /* area */
  .area-map-all svg {
    display: block;
    margin: 0 auto 40px;
  }
  div.areaList {
    margin-top: 30px;
  }
  div.areaList p.areaListTitle {
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    color: #ffff99;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    padding: 0.3rem 1rem;
  }
  div.areaList h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 7px;
    color: #ff2a00;
    background: #ffff99;
    padding: 0.2rem 1.6rem;
    text-align: left;
  }
  div.areaList .area-list {
    margin-bottom: 30px;
  }
  div.areaList .area-list ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  div.areaList .area-list ul:not(:last-of-type) {
    border-bottom: 1px solid #999;
  }
  div.areaList .area-list ul li {
    margin-right: 0.4rem;
  }
  div.areaList .area-list ul li:not(:last-of-type)::after {
    content: " /";
  }
  div.areaList .area-list ul li a {
    display: inline-block;
  }
  div.areaList .area-city {
    border-bottom: 1px dashed #999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  div.areaList .area-city p {
    float: left;
    margin: 0.2rem 1rem 0 0;
    padding: 0.6rem 1rem;
    font-weight: bold;
    font-size: 1.15rem;
    text-align: center;
    background-color: #e3e3e3;
    border-radius: 3px;
  }
  div.areaList .area-city ul {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .moji tspan {
    color: #fff;
    font-size: 13.5px;
  }
  /* flow */
  .flow-list1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .flow-list1 li {
    position: relative;
  }
  .flow-list1 li:not(:last-of-type):after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #b3b3b3;
    border-right: 0;
    top: 40%;
    right: -21px;
  }
  /* payment */
  .payment01 {
    margin-bottom: 30px;
  }
  .payment01 h3 {
    color: #333;
    background: none;
    border: none;
    padding: 0;
  }
  .payment01 ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .payment01 ul li:not(:last-of-type):after {
    content: "/";
    display: inline-block;
    padding: 0 0.5rem;
  }
  .payment02 {
    background: #efefef;
    padding: 20px;
    margin-bottom: 30px;
  }
  .payment02 p,
  .payment02 li {
    font-size: 0.95rem;
  }
  .payment02 p::before,
  .payment02 li::before {
    content: "※";
  }
  /* faq */
  .faq-link {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .faq-link a {
    width: 32%;
    border: 1px solid #12479d;
    text-align: center;
    font-size: 1.4rem;
    padding: 1.4rem 0;
    color: #fff;
  }
  .faq-box dt {
    color: #3d6ab7;
    font-size: 1.35rem;
    font-weight: bold;
    border-bottom: 2px solid #3d6ab7;
    border-left: 8px solid #3d6ab7;
    background: #f2f7ff;
    margin-bottom: 7px;
    padding: 8px 20px;
  }
  .faq-box dd {
    margin-bottom: 20px;
  }
  .faq-box dd .faq-list {
    padding: 1rem;
    margin: 0.8rem;
    border: 1px solid #666;
  }
  .faq-box dd .faq-list p {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .faq-box dd .faq-list ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .faq-box dd .faq-list ul li {
    font-size: 0.85rem;
    list-style: none;
    margin-right: 0.3rem;
  }
  .faq-box dd .faq-list ul li:not(:last-of-type)::after {
    content: " / ";
    margin-left: 0.35rem;
  }
  /* company */
  #companyInfor {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  #companyInfor dt {
    width: 30%;
    padding: 1em 0;
    text-align: center;
    color: #4f77bb;
    font-weight: bold;
    background-color: #f2f7ff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  #companyInfor dd {
    width: 70%;
    padding: 1em;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  /* works */
  .works-h1 {
    color: #3d6ab7;
    font-size: 1.15rem;
    font-weight: bold;
    border-top: 2px solid #3d6ab7;
    border-bottom: 2px solid #3d6ab7;
    background: #f2f7ff;
    margin-bottom: 7px;
    padding: 8px 20px;
  }
  .w_date {
    text-align: right;
    font-size: 0.9rem;
    color: #666;
  }
  .works-img {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .works-img div .w-img-h {
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
  }
  .works-img div:first-of-type {
    margin-right: 80px;
    position: relative;
  }
  .works-img div:first-of-type .w-img-h {
    background: #93b2e6;
  }
  .works-img div:first-of-type::after {
    position: absolute;
    right: -55px;
    top: 45%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 30px solid #ccc;
    border-right: 0;
  }
  .works-img div:last-of-type .w-img-h {
    background: #ffb250;
  }
  .works-table1 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 60px;
  }
  .works-table1 tr {
    border-bottom: 1px solid #ccc;
  }
  .works-table1 tr th {
    width: 25%;
    color: #666;
    font-weight: bold;
    background-color: #fcffc9;
    text-align: center;
    vertical-align: middle;
    padding: 0.4rem 0;
  }
  .works-table1 tr td {
    width: 75%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0.8rem;
  }
  .works-table1 tr td span {
    text-align: center;
    display: block;
    font-size: 0.8rem;
  }
  .works-table1 tr:first-of-type {
    border-top: 1px solid #ccc;
  }
  .works-table1 tr:first-of-type td {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .works-table1 tr:first-of-type td p:first-of-type {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #fff;
    background: #ea6b6b;
    padding: 0.3rem 1rem;
  }
  .works-table1 tr:first-of-type td p:first-of-type span {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
  }
  .works-table1 tr:first-of-type td p:last-of-type {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #666;
  }
  .works-table1 tr:first-of-type td p:last-of-type span {
    display: inline;
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
    line-height: 2.6;
  }
  .works-table1 tr:nth-of-type(2) td p {
    display: inline-block;
    color: red;
    border: 1px solid red;
    padding: 0 0.8rem;
    margin: 0.2rem 0.8rem;
    border-radius: 3px;
  }
  .works-table1 tr:last-of-type td img {
    margin: 1rem 0;
  }
  .works-table2 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
  }
  .works-table2 tr {
    border-bottom: 1px solid #cccccc;
  }
  .works-table2 tr th {
    width: 28%;
    color: #666;
    font-weight: bold;
    background-color: #fcffc9;
    text-align: center;
    vertical-align: middle;
    padding: 0.6rem 0;
  }
  .works-table2 tr:first-of-type th {
    width: auto;
    color: #fff;
  }
  .works-table2 tr:first-of-type th:first-of-type {
    background-color: white;
  }
  .works-table2 tr:first-of-type th:nth-of-type(2) {
    border-right: 1px solid #fff;
    background: #b0b0b0;
  }
  .works-table2 tr:first-of-type th:last-of-type {
    background: #ff8300;
  }
  .works-table2 tr td {
    width: 36%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0.2rem 0;
  }
  .works-table2 tr td span {
    text-align: center;
    display: block;
    font-size: 0.85rem;
  }
  .works-table2 tr td:first-of-type {
    border-right: 1px solid #cccccc;
  }
  .works-table2 tr a {
    display: inline;
    color: #3d6ab7;
    text-decoration: underline;
  }
  /* guide */
  #choiceLink {
    background-color: #efefef;
    padding: 0.8rem;
    margin-bottom: 30px;
  }
  #choiceLink a.choiceLink1 {
    border: 2px solid #d4d4d4;
    padding: 1rem;
    background: #fff;
    width: 70%;
    margin: 0 auto 0.8rem;
  }
  #choiceLink a.choiceLink1 > div {
    margin-bottom: 0;
    padding: 0 0 5% 35%;
    background: url(../../images/icon_guide01.png) no-repeat;
  }
  #choiceLink .choiceLink-h {
    color: #6c9bed;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #choiceLink .choiceLink1 span,
  #choiceLink ul li span {
    position: relative;
  }
  #choiceLink .choiceLink1 span::before, #choiceLink .choiceLink1 span::after,
  #choiceLink ul li span::before,
  #choiceLink ul li span::after {
    content: "";
    width: 20px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    background: #5070e3;
    position: absolute;
  }
  #choiceLink .choiceLink1 span::before,
  #choiceLink ul li span::before {
    transform: rotate(33deg);
    top: 24px;
    right: -75px;
  }
  #choiceLink .choiceLink1 span::after,
  #choiceLink ul li span::after {
    transform: rotate(326deg);
    top: 24px;
    right: -90px;
  }
  #choiceLink ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #choiceLink ul a {
    width: 49%;
    border: 2px solid #d4d4d4;
    padding: 1rem;
    margin-bottom: 0.8rem;
  }
  #choiceLink ul a li {
    padding: 0 0 5% 28%;
  }
  #choiceLink ul a li .choiceLink-h {
    font-size: 1.3rem;
  }
  #choiceLink ul a li p:last-of-type {
    font-size: 0.95rem;
  }
  #choiceLink ul a:first-of-type {
    background: #fff url(../../images/icon_guide02.png) no-repeat 5% 45%;
  }
  #choiceLink ul a:nth-of-type(2) {
    background: #fff url(../../images/icon_guide03.png) no-repeat 5% 45%;
  }
  #choiceLink ul a:nth-of-type(3) {
    background: #fff url(../../images/icon_guide04.png) no-repeat 5% 45%;
  }
  #choiceLink ul a:nth-of-type(4) {
    background: #fff url(../../images/icon_guide05.png) no-repeat 5% 45%;
    background-size: 90px 76px;
  }
  #choiceLink ul a:nth-of-type(5) {
    background: #fff url(../../images/icon_guide06.png) no-repeat 5% 45%;
  }
  #choiceLink ul a:last-of-type {
    background: #fff url(../../images/icon_guide07.png) no-repeat 3% 45%;
  }
  #choiceLink ul a span::before {
    transform: rotate(33deg);
    top: 17px;
    right: -75px;
  }
  #choiceLink ul a span::after {
    transform: rotate(326deg);
    top: 17px;
    right: -90px;
  }
  .choiceContents h2 {
    margin-bottom: 0;
  }
  .choiceContents h3 {
    color: #3d6ab7;
  }
  .choiceContents h4 {
    color: #3d6ab7;
    background: #f3f3f3;
    padding: 3px 8px;
  }
  .choiceContents h4::before {
    content: "■";
  }
  .choiceContents h5 {
    color: #3d6ab7;
    font-weight: bold;
  }
  .choiceContents table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 40px;
  }
  .choiceContents table caption {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 7px;
    color: #3d6ab7;
    white-space: nowrap;
  }
  .choiceContents table th {
    background-color: #d4e2fb;
    color: #3d6ab7;
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    padding: 0.3rem 0;
  }
  .choiceContents table th.type {
    background-color: #f2f2f2;
    color: #333333;
    text-align: left;
  }
  .choiceContents table th.type2 {
    background-color: #f2f2f2;
    color: #333333;
    white-space: nowrap;
    text-align: left;
  }
  .choiceContents table td {
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0.2rem 0;
  }
  .choiceContents table td span {
    text-align: center;
    display: block;
    font-size: 0.85rem;
  }
  .choiceContents table td.td-l {
    text-align: left;
  }
  .choiceContents h3 + ul {
    border-top: 1px solid #4f77bb;
    margin-top: 8px;
    padding-top: 5px;
  }
  .choiceContents ul li {
    padding-left: 0.5em;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
  }
  .choiceContents ul.point2 {
    background: #f2f2f2;
    box-shadow: 3px 3px 1px 0px #c7c7c7;
    padding: 1rem 1.2rem;
    margin-bottom: 30px;
  }
  .choiceContents ul.point2 li {
    padding-left: 0;
    list-style-type: none;
    list-style-position: none;
    text-indent: 0;
    padding-left: 0;
  }
  .choiceContents .bg-ye h3 {
    font-size: 1.1rem;
    color: #595959;
    background: none;
    border: none;
    padding: 0;
  }
  .choiceContents img {
    margin-bottom: 20px;
  }
  /* guarantee */
  #choiceLink.gtLink ul a {
    margin-bottom: 0;
  }
  #choiceLink.gtLink ul a li {
    padding: 3% 0 5% 28%;
  }
  #choiceLink.gtLink ul a .choiceLink-h {
    font-size: 1.8rem;
  }
  #choiceLink.gtLink ul a:first-of-type {
    background: #fff url(../../images/img_guarantee01.png) no-repeat 5% 45%;
  }
  #choiceLink.gtLink ul a:nth-of-type(2) {
    background: #fff url(../../images/img_guarantee02.png) no-repeat 5% 45%;
  }
  #choiceLink.gtLink ul a span::before {
    transform: rotate(33deg);
    top: 17px;
    right: -75px;
  }
  #choiceLink.gtLink ul a span::after {
    transform: rotate(326deg);
    top: 17px;
    right: -90px;
  }
  #gt1,
  #gt2 {
    margin-bottom: 15px;
  }
  .gt-list li {
    padding-left: 0.5em;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
  }
  /* power */
  .pw-dl {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .pw-dl div.pw-dl-box {
    width: 32.5%;
    border: 1px solid #adadad;
    padding: 0 8px 8px;
  }
  .pw-dl div.pw-dl-box h4 {
    color: #4f77bb;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
  }
  .pw-dl div.pw-dl-box div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pw-dl div.pw-dl-box div dt {
    width: 23%;
    padding-left: 2%;
    font-weight: bold;
    line-height: 2.2;
  }
  .pw-dl div.pw-dl-box div dd {
    width: 77%;
  }
  .pw-dl div.pw-dl-box div dd p {
    line-height: 2.2;
  }
  .pw-dl div.pw-dl-box div dd span {
    color: #f00;
    font-weight: bold;
    line-height: 2.2;
  }
  .pw-dl2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 25px;
    width: 60%;
    margin-bottom: 30px;
    background: #fffde5;
  }
  .pw-dl2 dt {
    width: -moz-max-content;
    width: max-content;
    line-height: 2.2;
  }
  .pw-dl2 dd {
    width: 75%;
    line-height: 2.2;
  }
  .pw-dl2 dd::before {
    content: "・・・";
  }
  .pw-dl.pw-dl3 .pw-dl-box div {
    justify-content: flex-start;
  }
  .pw-dl.pw-dl3 dt,
  .pw-dl.pw-dl3 dd p,
  .pw-dl.pw-dl3 dd p span {
    font-size: 0.95rem;
  }
  .pw-dl.pw-dl3 dt,
  .pw-dl.pw-dl3 dd {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* auto-fullauto */
  .ex-fullauto {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    border-bottom: 8px dotted #cdcdcd;
    margin-bottom: 30px;
  }
  .ex-fullauto h3 {
    font-size: 100%;
    margin-top: 40px;
    display: inline-block;
    height: -moz-max-content;
    height: max-content;
    width: 112px;
    padding: 30px 0 25px;
    color: #fff;
    background: #dc8ec1;
    line-height: 1.8;
    text-align: center;
    border-radius: 50%;
    border-bottom: none;
    border: none;
  }
  .ex-fullauto h3.ex-fullauto2 {
    background: #6d8abc;
  }
  .ex-fullauto ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: 740px;
    margin-bottom: 30px;
  }
  .ex-fullauto ul li {
    position: relative;
  }
  .ex-fullauto ul li:not(:last-of-type)::after {
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    right: -8px;
    height: 80%;
    width: 3px;
    border-right: 3px dashed #cdcdcd;
  }
  .ex-fullauto ul li .ex-fllauto-h {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .ex-fullauto ul li img {
    margin-bottom: 10px;
  }
  .ex-fullauto ul li p:last-of-type,
  .ex-fullauto ul li p:last-of-type span {
    font-size: 0.8rem;
  }
  .ex-fullauto ul li:first-of-type {
    width: 268px;
  }
  .ex-fullauto ul li:first-of-type .ex-fllauto-h {
    background: #f39742;
  }
  .ex-fullauto ul li:nth-of-type(2) {
    width: 150px;
  }
  .ex-fullauto ul li:nth-of-type(2) .ex-fllauto-h {
    background: #eb7c64;
  }
  .ex-fullauto ul li:nth-of-type(3) {
    width: 140px;
  }
  .ex-fullauto ul li:nth-of-type(3) .ex-fllauto-h {
    background: #9fc075;
  }
  .ex-fullauto ul li:nth-of-type(4) {
    width: 140px;
  }
  .ex-fullauto ul li:nth-of-type(4) .ex-fllauto-h {
    background: #f07ec3;
  }
  .ex-auto {
    border-bottom: none;
  }
  .ex-auto ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ex-auto ul li {
    margin-right: 20px;
    position: relative;
  }
  .ex-auto ul li:not(:last-of-type)::after {
    display: block;
    content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    height: 80%;
    width: 3px;
    border-right: 3px dashed #cdcdcd;
  }
  .fllauto-compare h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #3d6ab7;
    background: #d9e7ff;
    padding: 8px 20px;
    text-align: center;
    border: none;
  }
  .fllauto-compare table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 40px;
  }
  .fllauto-compare table th {
    background-color: #f2f2f2;
    color: #333333;
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    padding: 0.2rem 0;
  }
  .fllauto-compare table th.type1 {
    color: #fff;
    background-color: #dc8ec1;
  }
  .fllauto-compare table th.type2 {
    background-color: #6d8abc;
    color: #fff;
  }
  .fllauto-compare table td {
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0.5rem 0;
    width: 35%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #6cd763;
  }
  .fllauto-compare table td.type-no {
    color: #333;
  }
  .fllauto-compare table td.type-s {
    color: #eac847;
  }
  .fllauto-compare table td span {
    text-align: center;
    display: block;
    font-size: 0.75rem;
    color: #333;
  }
  .h-auto {
    background-color: #d9e7ff;
    border-bottom: none;
    text-align: center;
    padding: 8px;
    margin-bottom: 0;
  }
  .fllauto-compare2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .fllauto-compare2 div {
    width: 49%;
    padding-bottom: 20px;
  }
  .fllauto-compare2 div h4 {
    text-align: center;
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
  }
  .fllauto-compare2 div:first-of-type {
    border: 1px solid #cdcdcd;
  }
  .fllauto-compare2 div:first-of-type h4 {
    background: #ff914c;
  }
  .fllauto-compare2 div:first-of-type ul {
    background: #fff7f3;
  }
  .fllauto-compare2 div:first-of-type ul li::before {
    border: 1px solid #ff914c;
  }
  .fllauto-compare2 div:first-of-type ul li::after {
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  .fllauto-compare2 div:nth-of-type(2) {
    border: 1px solid #cdcdcd;
  }
  .fllauto-compare2 div:nth-of-type(2) h4 {
    background: #80a4f2;
  }
  .fllauto-compare2 div:nth-of-type(2) ul {
    background: #f3f6ff;
  }
  .fllauto-compare2 div:nth-of-type(2) ul li::before {
    border: 1px solid #7ba5ff;
  }
  .fllauto-compare2 div:nth-of-type(2) ul li::after {
    border-left: 2px solid #1b4791;
    border-bottom: 2px solid #1b4791;
  }
  .fllauto-compare2 div ul {
    padding: 10px 16px 20px;
    margin-bottom: 20px;
  }
  .fllauto-compare2 div ul li {
    padding-left: 24px;
    position: relative;
    margin: 15px 0;
  }
  .fllauto-compare2 div ul li::before, .fllauto-compare2 div ul li::after {
    content: "";
    display: block;
    position: absolute;
  }
  .fllauto-compare2 div ul li::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    left: 0;
    top: 4px;
  }
  .fllauto-compare2 div ul li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 5px;
    top: 9px;
  }
  .fllauto-compare2 div p {
    padding: 0 20px;
    font-size: 0.95rem;
  }
  .fllauto-compare3 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 6px solid #ffff99;
    background: #ffffee;
  }
  .fllauto-compare3 + div {
    margin-top: 20px;
  }
  .fllauto-compare3 h4 {
    color: #ff7a00;
    background: #ffff99;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px;
    text-align: center;
    margin-bottom: 0;
  }
  .fllauto-compare3 h4:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background: linear-gradient(to bottom left, transparent 50%, #ffff99 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #ffff99 50%) bottom left/100% 50% no-repeat;
  }
  .fllauto-compare3 ul {
    padding: 8px 0;
    margin-right: 20px;
  }
  .fllauto-compare3 ul li {
    padding-left: 24px;
    position: relative;
    margin: 15px 0;
  }
  .fllauto-compare3 ul li::before, .fllauto-compare3 ul li::after {
    content: "";
    display: block;
    position: absolute;
  }
  .fllauto-compare3 ul li::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    left: 0;
    top: 4px;
    border: 1px solid #ff914c;
  }
  .fllauto-compare3 ul li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 5px;
    top: 9px;
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  /* guide/house */
  .table-scl {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .table-scl table.price-table {
    margin-bottom: 0;
  }
  .table-scl table.price-table th,
  .table-scl table.price-table td {
    white-space: nowrap;
    font-size: 0.8rem;
    min-width: 160px !important;
    padding: 0.3rem !important;
  }
  .price-table {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .price-table th {
    white-space: nowrap;
  }
  .price-table th,
  .price-table td {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0.3rem 2rem !important;
  }
  .price-table tr:last-of-type td {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }
  .price-table tr.fsnomal td {
    font-size: 1rem !important;
    padding: 0.3rem 2rem !important;
  }
  .price-table li {
    font-size: 0.9rem;
  }
  /* guide/mansion */
  .box-3 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0;
    border-top: 1px solid #cccccc;
  }
  .box-3 div {
    padding: 10px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .box-3 div:nth-of-type(3n) {
    border-right: 1px solid #cccccc;
  }
  .box-3 div p {
    font-size: 0.9rem;
  }
  /* boileronly */
  .boileronly-flow h4 {
    background: none;
  }
  .boileronly-flow ol {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
  }
  .boileronly-flow ol li {
    font-size: 0.75rem;
    text-align: center;
    background: #fdffe7;
    border: 1px solid #ffe19b;
    border-radius: 3px;
    display: grid;
    place-items: center;
    padding: 0.9rem 0.6rem;
    position: relative;
  }
  .boileronly-flow ol li span {
    font-size: 0.9rem;
    font-weight: bold;
    background: #f37272;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.25rem 0;
    width: -webkit-fill-available;
  }
  .boileronly-flow ol li:not(:first-of-type)::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffe19b;
    border-right: 0;
    left: -1rem;
  }
  .boileronly-flow ol.boileronly-flow2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
  }
  .boileronly-flow ol.boileronly-flow2 li {
    width: 180px;
  }
  .boileronly-flow ol.boileronly-flow2 li:first-of-type {
    width: 130px;
  }
  .boileronly-flow ol.boileronly-flow2 li:nth-of-type(4) {
    width: 120px;
  }
  .choiceContents-dl {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 30px;
  }
  .choiceContents-dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    background: #f2f7ff;
  }
  .choiceContents-dl dd {
    width: 85%;
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  .choiceContents-dl dd p {
    font-size: 0.9rem;
  }
  .choiceContents-dl dd p span {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .choiceContents-dl.choiceContents-power dt:first-of-type {
    color: #092362;
    background: #cee0ff;
  }
  .choiceContents-dl.choiceContents-power dt:nth-of-type(2) {
    color: #083d29;
    background: #ddf0e1;
  }
  .choiceContents-dl.choiceContents-power dt:last-of-type {
    color: rgb(92, 19, 88);
    background: #fbcbeb;
  }
  .choiceContents-dl.choiceContents-wide dt {
    width: 30%;
    text-align: center;
  }
  .choiceContents-dl.choiceContents-wide dd {
    width: 70%;
  }
  ul.choiceContents-lifespan {
    padding: 15px 30px;
    margin-bottom: 30px;
  }
  ul.choiceContents-lifespan li {
    margin: 0.3rem 0;
  }
  ul.choiceContents-lifespan li::before {
    content: "・";
  }
  /* archive */
  .archive-list {
    margin-bottom: 60px;
    /* archive-works */
  }
  .archive-list ul {
    display: grid;
    gap: 2%;
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    gap: 15px 2%;
    grid-template-columns: repeat(3, 32%);
  }
  .archive-list ul a {
    border: 1px solid #cfcfcf;
    border-top: 5px solid #3d6ab7;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
  }
  .archive-list ul a li {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .archive-list ul a li div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .archive-list ul a li img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0.8rem;
  }
  .archive-list ul a li .arch-list-h {
    font-weight: bold;
    flex-grow: 1;
  }
  .archive-list ul a li .arch-list-p {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
    flex-grow: 1;
  }
  .archive-list ul a li .arch-list-2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 28.8px;
  }
  .archive-list ul a li .arch-list-2 p.arch-list-date span,
  .archive-list ul a li .arch-list-2 p.arch-list-date date {
    font-size: 0.75rem;
    color: #999;
  }
  .archive-list ul a li .arch-list-2 .arch-list-tag {
    font-size: 0.75rem;
    color: #fff;
    background: #3d6ab7;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
  }
  .archive-list .arch-list-works {
    display: flex;
    flex-direction: column;
  }
  .archive-list .arch-list-works .arch-list-works-img {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: initial;
    position: relative;
    margin: 0 0 0.8rem 0;
  }
  .archive-list .arch-list-works .arch-list-works-img:after {
    position: absolute;
    display: block;
    content: "";
    right: 47%;
    top: 35%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 14px solid #ff9400;
    border-right: 0;
  }
  .archive-list .arch-list-works .arch-list-works-img img {
    width: 113px;
    height: 157px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
  .archive-list .arch-list-works .arch-list-1 .arch-list-h {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  /* column */
  div.column-check-list-div h4 {
    color: #333333;
    font-size: 1.2rem;
    margin-bottom: 4px;
    background: none;
  }
  ul.column-check-list {
    padding: 15px 30px !important;
    margin-bottom: 30px;
    background: #fffde5;
    box-shadow: 3px 3px 1px 0px #e8e6d0;
    border: none !important;
  }
  ul.column-check-list li {
    padding-left: 24px;
    position: relative;
    margin: 0.2rem;
  }
  ul.column-check-list li::before, ul.column-check-list li::after {
    content: "";
    display: block;
    position: absolute;
  }
  ul.column-check-list li::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    left: 0;
    top: 4px;
    border: 1px solid #ff914c;
  }
  ul.column-check-list li::after {
    width: 6px;
    height: 3px;
    transform: rotate(-45deg);
    left: 5px;
    top: 9px;
    border-left: 2px solid #ff1b1b;
    border-bottom: 2px solid #ff1b1b;
  }
  .column-ol li {
    list-style: decimal;
    list-style-position: inside;
  }
  .summary {
    width: 700px;
    margin: 2em auto;
    padding: 2em;
    background: none;
    border: 1px solid #ccc;
    position: relative;
  }
  .summary:after {
    background-color: #f6faff;
    border: none;
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .summary .summary-h {
    color: #3968b8;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 3px double #a5bfea;
    border-top: 3px double #a5bfea;
    padding: 0.4rem 2rem;
    margin-bottom: 1rem;
  }
  .summary li::before {
    content: "●";
    color: #99bfff;
    padding-right: 0.2rem;
  }
  .summary li:not(:last-of-type) {
    padding-bottom: 0.3rem;
  }
  /* 前後の記事へリンク  */
  .p-nav {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .p-nav .prev,
  .p-nav .next {
    width: 49%;
    margin-bottom: 0.8rem;
  }
  .p-nav .prev a,
  .p-nav .next a {
    border: 1px solid #cacaca;
    padding: 0.6rem 0.8rem;
  }
  .p-nav .prev a span,
  .p-nav .next a span {
    display: block;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 8px;
  }
  .p-nav .prev a p,
  .p-nav .next a p {
    font-size: 0.9rem;
    width: calc(100% - 88px);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .p-nav .prev a img,
  .p-nav .next a img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-nav .prev-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .p-nav .prev-box img {
    margin-right: 8px;
  }
  .p-nav .next span {
    text-align: right;
  }
  .p-nav .next .next-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-nav .next .next-box img {
    margin-left: 8px;
  }
  /* eco-type */
  .comparison-table {
    display: block;
    border-collapse: collapse;
    overflow-x: scroll;
    width: 100%;
  }
  .comparison-table th,
  .comparison-table td {
    font-size: 0.85rem;
    padding: 0.5rem !important;
    width: 100%;
    white-space: nowrap;
  }
  .comparison-table th {
    font-weight: bold;
    white-space: nowrap;
  }
  .comparison-table td:first-of-type {
    font-weight: bold;
    background: #efefef;
  }
  /* ecojozu */
  .eco-box {
    margin-bottom: 30px;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .eco-box div {
    width: 30%;
  }
  .eco-box div h3 {
    padding: 0.15rem 0;
    border: none;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .eco-box div img {
    margin-bottom: 0.5rem;
  }
  .eco-box div p {
    font-size: 0.95rem;
  }
  .eco-box div:first-of-type h3 {
    background-color: #eb7575;
  }
  .eco-box div:nth-of-type(2) h3 {
    background-color: #83bc64;
  }
  .eco-box div:last-of-type h3 {
    background-color: #dfa646;
  }
  /* product */
  .product-h2 {
    background: #fffca0;
    text-align: center;
    font-size: 1.2rem;
    color: #ff2a00;
    font-weight: bold;
    margin-bottom: 0.8rem;
  }
  .product-top {
    display: grid;
    grid-template-columns: 230px repeat(4, 1fr);
    grid-template-rows: 110px 160px 130px repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 1.5rem;
    margin-bottom: 20px;
    background-color: #fffddb;
    background-image: linear-gradient(135deg, #fffbb9 25%, transparent 25%), linear-gradient(225deg, #fffbb9 25%, transparent 25%), linear-gradient(45deg, #fffbb9 25%, transparent 25%), linear-gradient(315deg, #fffbb9 25%, #fffddb 25%);
    background-position: 24px 0, 24px 0, 0 0, 0 0;
    background-size: 48px 48px;
    background-repeat: repeat;
    margin-bottom: 15px;
  }
  .product-top .product-img {
    grid-area: 1/1/3/2;
    background: #fff;
    padding: 1.5rem;
    margin-right: 1rem;
    display: -ms-flexbox;
    -webkit-justyfi-content: center;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    position: relative;
  }
  .product-top .product-img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-top .product-img .product-img-maker {
    height: -moz-fit-content;
    height: fit-content;
  }
  .product-top .product-img img.product-img-logo,
  .product-top .product-img .product-img-eco {
    position: absolute;
    display: block;
    width: 70%;
    height: auto;
    top: -1.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-top .product-top2 {
    grid-area: 1/2/2/6;
  }
  .product-top .product-top2 div.product-top2-2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: end;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
  }
  .product-top .product-top2 div.product-top2-2 p {
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
    background-color: #4f77bb;
    padding: 0.3rem 0.8rem;
    margin: 0 0.8rem 0.5rem 0;
    text-align: right;
    border-radius: 3px;
  }
  .product-top .product-top2-3 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
  }
  .product-top .product-top2-3 p:first-of-type {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 5px;
    text-align: right;
  }
  .product-top .product-top2-3 p:last-of-type {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #f00;
    text-shadow: #fff 4px 0px 0px, #fff 3.87565px 0.989616px 0px, #fff 3.51033px 1.9177px 0px, #fff 2.92676px 2.72656px 0px, #fff 2.16121px 3.36588px 0px, #fff 1.26129px 3.79594px 0px, #fff 0.282949px 3.98998px 0px, #fff -0.712984px 3.93594px 0px, #fff -1.66459px 3.63719px 0px, #fff -2.51269px 3.11229px 0px, #fff -3.20457px 2.39389px 0px, #fff -3.69721px 1.52664px 0px, #fff -3.95997px 0.56448px 0px, #fff -3.97652px -0.432781px 0px, #fff -3.74583px -1.40313px 0px, #fff -3.28224px -2.28625px 0px, #fff -2.61457px -3.02721px 0px, #fff -1.78435px -3.57996px 0px, #fff -0.843183px -3.91012px 0px, #fff 0.150409px -3.99717px 0px, #fff 1.13465px -3.8357px 0px, #fff 2.04834px -3.43574px 0px, #fff 2.83468px -2.82216px 0px;
  }
  .product-top .product-top2-3 p:last-of-type span {
    font-size: 20px;
    font-weight: bold;
    color: #f00;
  }
  .product-top .product-top2-4 {
    text-align: right;
    font-size: 12px;
  }
  .product-top .product-top3 {
    grid-area: 2/2/3/6;
  }
  .product-top .product-top3 .product-top3-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding: 0.5rem 1rem;
    border: 1px solid #fff000;
  }
  .product-top .product-top3 .product-top3-1:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-top .product-top3 .product-top3-1 .product-top3-h {
    color: #ff6f00;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    width: 210px;
    line-height: 1.6;
  }
  .product-top .product-top3 .product-top3-1 .product-top3-h span {
    font-size: 0.9rem;
    display: block;
    text-align: center;
    line-height: 1;
    color: #333;
  }
  .product-top .product-top3 .product-top3-1 div.product-top3-1-2 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: flex-start;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product-top .product-top3 .product-top3-1 div.product-top3-1-2 div p:first-of-type {
    color: #f00;
  }
  .product-top .product-top3 .product-top3-1 div.product-top3-1-2 div p:last-of-type {
    font-size: 1rem;
    background: #f00;
    color: yellow;
    padding: 0.05rem 0.8rem;
    border-radius: 3px;
    margin-left: 0.8rem;
  }
  .product-top .product-top4 {
    grid-area: 3/1/4/6;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
    align-items: center;
    background: #faff3c;
    padding: 0.8rem 1rem;
  }
  .product-top .product-top4 div:first-of-type {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 0.3rem;
    width: 36%;
  }
  .product-top .product-top4 div:first-of-type span {
    color: #3d6ab7;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3d6ab7;
  }
  .product-top .product-top4 div:last-of-type {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 62%;
  }
  .product-top .product-top4 div:last-of-type p:first-of-type {
    width: -moz-fit-content;
    width: fit-content;
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }
  .product-top .product-top4 div:last-of-type p:last-of-type {
    color: #f00;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .product-top .product-top4 div:last-of-type p:last-of-type span {
    font-size: 1.2rem;
    color: #f00;
    font-weight: bold;
  }
  .product-top-ec {
    grid-template-rows: 110px 250px 130px repeat(2, 1fr);
  }
  .product1 {
    margin-bottom: 15px;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product1-1 {
    background-color: #ebf0ff;
    width: 54%;
  }
  .product1-1 h2,
  .product1-1 h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0;
  }
  .product1-1 dl {
    overflow: hidden;
    padding: 5px 20px;
  }
  .product1-1 dt {
    float: left;
    padding: 10px 0;
    font-size: 0.9rem;
  }
  .product1-1 dd {
    font-size: 0.9rem;
    text-align: right;
    padding: 10px 0;
  }
  .product1-1 dd:not(:last-child) {
    border-bottom: 1px dashed #546ec2;
  }
  .product1-1 .mark {
    padding: 0 0 30px 20px;
  }
  .product1-2 {
    width: 44%;
  }
  .product1-2 .product1-2-h {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0.8rem;
    line-height: 2;
  }
  .product1-2 p {
    font-size: 0.9rem;
  }
  .product1-2 .product1-2-1 {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-1 img {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-1 p:first-of-type {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-2 .product1-2-2 {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-2 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .product1-2 .product1-2-2 div p:first-of-type {
    color: #e162b0;
    border: 4px solid #e162b0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 2rem 0.8rem;
  }
  .product1-2 .product1-2-2 div p:last-of-type {
    width: calc(100% - 100px);
    line-height: 1.7;
  }
  .product1-2 .product1-2-2 div p:last-of-type span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  .product1-2 .product1-2-3 h3 + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-2 .product1-2-3 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product1-2 .product1-2-3 div img {
    width: 120px;
    margin: 0;
  }
  .product1-2 .product1-2-3 div p {
    width: calc(100% - 130px);
    font-weight: normal;
    font-size: 0.85rem;
  }
  .product1-2 .product1-2-4 {
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-4 div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    margin-bottom: 0.6rem;
  }
  .product1-2 .product1-2-4 div p {
    display: grid;
    place-items: center;
    color: #698abb;
    border: 4px solid #698abb;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 0.8rem;
    text-align: center;
  }
  .product1-2 .product1-2-4 div p:nth-of-type(4) {
    font-size: 1.1rem;
    padding: 1rem 0.3rem;
    white-space: nowrap;
  }
  .product1-2 .product1-2-4 div + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product2 .product2-1 > p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-ec {
    margin-bottom: 15px;
  }
  .product1-ec-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product1-ec-1 div {
    width: 49.5%;
    background-color: #ebf0ff;
    margin-bottom: 15px;
  }
  .product1-ec-1 div:last-of-type dl:first-of-type {
    border-bottom: 8px solid #fff;
  }
  .product1-ec-1 h2,
  .product1-ec-1 h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0;
  }
  .product1-ec-1 dl {
    overflow: hidden;
    padding: 5px 20px;
  }
  .product1-ec-1 dt {
    float: left;
    padding: 10px 0;
    font-size: 0.9rem;
  }
  .product1-ec-1 dd {
    font-size: 0.9rem;
    text-align: right;
    padding: 10px 0;
  }
  .product1-ec-1 dd:not(:last-child) {
    border-bottom: 1px dashed #546ec2;
  }
  .product1-ec-1 .mark {
    padding: 0 0 30px 20px;
  }
  .product1-ec-2 .product1-ec-2-h {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none;
    background: repeating-linear-gradient(135deg, #3d6ab7, #3d6ab7 15px, #4f77bb 0, #4f77bb 30px);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0.8rem;
    line-height: 2;
  }
  .product1-ec-2 p {
    font-size: 0.9rem;
  }
  .product1-ec-2 .product1-ec-2-1 {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-1 img {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-1 p:first-of-type {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-ec-2 .product1-ec-2-2 {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-2 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .product1-ec-2 .product1-ec-2-2 div p:first-of-type {
    color: #e162b0;
    border: 4px solid #e162b0;
    background: #fff0f8;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 2rem 0.8rem;
  }
  .product1-ec-2 .product1-ec-2-2 div p:last-of-type {
    width: 86%;
    line-height: 1.7;
  }
  .product1-ec-2 .product1-ec-2-2 div p:last-of-type span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  .product1-ec-2 .product1-ec-2-3 h3 + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-ec-2 .product1-ec-2-3 div {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product1-ec-2 .product1-ec-2-3 div img {
    width: 120px;
    margin: 0;
  }
  .product1-ec-2 .product1-ec-2-3 div p {
    width: calc(100% - 130px);
    font-weight: normal;
    font-size: 0.85rem;
  }
  .product1-ec-2 .product1-ec-2-4 {
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-4 div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    margin-bottom: 0.6rem;
  }
  .product1-ec-2 .product1-ec-2-4 div p {
    display: grid;
    place-items: center;
    color: #698abb;
    border: 4px solid #698abb;
    background: #f0f8ff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 0.8rem;
    text-align: center;
  }
  .product1-ec-2 .product1-ec-2-4 div + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .product1-ec-2 .product1-ec-2-5,
  .product1-ec-2 .product1-ec-2-6 {
    margin-bottom: 0.8rem;
  }
  .product1-ec-2 .product1-ec-2-5 h3 + p,
  .product1-ec-2 .product1-ec-2-6 h3 + p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  .old_model {
    border: 4px solid #f00;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .old_model p:first-of-type {
    text-align: center;
    font-size: 1.6rem;
    color: #f00;
    font-weight: bold;
  }
  .new_model p {
    text-align: right;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
  }
  /* item-list */
  .item-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 10px;
    margin-bottom: 30px;
  }
  .item-list a {
    border: 3px solid #e5e5e5;
    background-color: #fff;
    padding: 0.3rem;
    margin-bottom: 10px;
    transition: 0.6s;
  }
  .item-list a li {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-height: 0%;
  }
  .item-list a .item-list-h {
    font-weight: bold;
    text-align: center;
    padding: 0.2rem 0;
    margin-bottom: 5px;
    color: #333;
    background-color: #dbdbdb;
    border-radius: 3px;
  }
  .item-list a .item-list-h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .item-list a .item-list1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    flex: 2;
    height: 100%;
    min-height: 0%;
  }
  .item-list a .item-list1-2 {
    width: 38%;
  }
  .item-list a .item-list1-2 img:first-of-type {
    max-width: 90%;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  .item-list a .item-list1-2 .item-list1-eco {
    position: absolute;
    width: 100px;
    left: 0;
    top: 30%;
  }
  .item-list a .item-list1-2 div {
    position: absolute;
    bottom: -34px;
    left: 0;
    background: #ff0;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: block;
    box-shadow: 2px 2px 0px 1px #514d00;
  }
  .item-list a .item-list1-2 div p {
    position: absolute;
    top: 16px;
    left: 9px;
  }
  .item-list a .item-list1-2 div p,
  .item-list a .item-list1-2 div p span {
    font-weight: bold;
    font-size: 16px;
    color: #f00;
    line-height: 1;
    text-align: center;
  }
  .item-list a .item-list1-2 div p span {
    font-size: 22px;
  }
  .item-list a .item-list1-3 {
    width: 60%;
  }
  .item-list a .item-list1-3 img.item-list1-3-logo {
    width: 80%;
    height: auto;
    margin-bottom: 7px;
  }
  .item-list a .item-list1-3 div {
    margin-bottom: 7px;
  }
  .item-list a .item-list1-3 div p:first-of-type {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ec495c;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .item-list a .item-list1-3 div p:nth-of-type(2) {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6890e0;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .item-list a .item-list1-3 div p:last-of-type {
    font-size: 0.68rem;
    text-align: center;
    white-space: nowrap;
  }
  .item-list a .item-list1-4,
  .item-list a .item-list1-5 {
    font-size: 0.9rem;
    text-align: right;
    line-height: 1.5;
  }
  .item-list a .item-list1-5 {
    color: #f00;
  }
  .item-list a .item-list1-6 {
    text-align: center;
    max-height: 110px;
    background: #fffde0;
  }
  .item-list a .item-list1-6 div.item-list1-6-1 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0.3rem;
  }
  .item-list a .item-list1-6 div.item-list1-6-1 p:first-of-type {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 0.3rem;
    width: 52%;
    margin-bottom: 0.3rem;
  }
  .item-list a .item-list1-6 div.item-list1-6-1 p:first-of-type span {
    background: #fff;
    font-size: 0.75rem;
    text-align: center;
    border: 1px solid #888;
  }
  .item-list a .item-list1-6 div.item-list1-6-1 p:last-of-type {
    width: 46%;
    color: #888;
    font-weight: bold;
    text-align: center;
  }
  .item-list a .item-list1-6 p.item-list1-6-2,
  .item-list a .item-list1-6 p.item-list1-6-2 span {
    color: #ff0;
    font-weight: bold;
  }
  .item-list a .item-list1-6 p.item-list1-6-2 {
    background: #cd0101;
    font-size: 2rem;
    line-height: 1.15;
    text-align: center;
    padding: 0.4rem 0;
  }
  /* maker page */
  .maker-intro {
    border: 5px solid #faff3c;
    margin-bottom: 1.5rem;
    background-color: #fffffd;
    opacity: 1;
    background-image: radial-gradient(#ffcf00 0.6px, transparent 0.6px), radial-gradient(#ffcf00 0.6px, #fffffa 0.6px);
    background-size: 24px 24px;
    background-position: 0 0, 12px 12px;
  }
  .maker-intro > p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem 0.5rem 0.3rem;
    color: #333;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
    background: linear-gradient(transparent 50%, #faff3c 50%);
    margin: 1rem 1.5rem;
    line-height: 1;
  }
  .maker-intro .maker-intro-box {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .maker-intro .maker-intro-box .maker-intro1 img {
    width: 55%;
    height: auto;
    margin-bottom: 14px;
  }
  .maker-intro .maker-intro-box .maker-intro1 p:first-of-type,
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) {
    display: inline-block;
    background: #ec5a5a;
    border-radius: 3px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0.8rem 2rem;
    text-shadow: 3px 2px 3px rgb(208, 63, 63);
  }
  .maker-intro .maker-intro-box .maker-intro1 p:first-of-type > span,
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) > span {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .maker-intro .maker-intro-box .maker-intro1 p:first-of-type > span span,
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) > span span {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f8ff00;
    text-align: center;
    line-height: 1;
  }
  .maker-intro .maker-intro-box .maker-intro1 p:nth-of-type(2) {
    background: #5b7ad6;
    margin-left: 10px;
    text-shadow: 3px 2px 3px rgb(65, 103, 214);
  }
  .maker-intro .maker-intro-box .maker-intro2 {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .maker-intro .maker-intro-box .maker-intro2 img {
    height: 170px;
    max-width: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 10px;
  }
  .maker-intro .maker-intro-mv {
    margin: 0.5rem auto 2rem;
  }
  .maker-intro .maker-intro-box2 {
    background: #faff3c;
    padding: 1.3rem 2rem 1.3rem;
    justify-content: start;
    position: relative;
  }
  .maker-intro .maker-intro-box2 p:first-of-type {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff2600;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 {
    width: 580px;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 div {
    text-align: center;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 div p {
    padding: 1.5rem 2.2rem !important;
    font-size: 1.8rem !important;
  }
  .maker-intro .maker-intro-box2 .maker-intro1 div p span {
    font-size: 1.4rem !important;
  }
  .maker-intro .maker-intro-box2::after {
    content: url("../../images/img_maker-intro-staff.png");
    position: absolute;
    bottom: -10px;
    right: -10px;
  }
  .maker-intro .maker-intro-price {
    grid-area: 3/1/4/6;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
    align-items: center;
    background: #faff3c;
    padding: 0.8rem 1rem;
  }
  .maker-intro .maker-intro-price div:first-of-type {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap: 0.3rem;
    width: 36%;
  }
  .maker-intro .maker-intro-price div:first-of-type span {
    color: #3d6ab7;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3d6ab7;
  }
  .maker-intro .maker-intro-price div:last-of-type {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 62%;
  }
  .maker-intro .maker-intro-price div:last-of-type p:first-of-type {
    width: -moz-fit-content;
    width: fit-content;
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }
  .maker-intro .maker-intro-price div:last-of-type p:last-of-type {
    color: #f00;
    text-shadow: 3px 2px 3px rgb(255, 255, 255);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .maker-intro .maker-intro-price div:last-of-type p:last-of-type span {
    font-size: 1.2rem;
    color: #f00;
    font-weight: bold;
  }
  .maker-intro .maker-intro-price2 {
    margin-top: 0;
    background: #fdffbb;
    border: 3px solid red;
  }
  /* temp-news */
  .news-list {
    margin-bottom: 30px;
  }
  .news-list p {
    font-size: 1.3rem;
    font-weight: bold;
    color: #3d6ab7;
  }
  .news-list div {
    padding: 0.8rem 1.5rem 1.5rem;
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
  }
  .news-list div ul {
    margin-bottom: 15px;
  }
  .news-list div ul li {
    padding: 0.2rem 0;
  }
  .news-list div ul li:not(:last-of-type) {
    border-bottom: 1px dashed #cfcfcf;
  }
  .news-list div ul li a {
    font-size: 0.85rem;
    padding: 0.2rem 0;
  }
  .news-list div ul li a span {
    font-size: 0.85rem;
    margin-left: 2.2rem;
  }
  .news-list div ul li a span.news-list-tarm {
    margin: 0 1.8rem;
    color: #fff;
    background-color: #fd9a00;
    padding: 0.1rem 1rem;
    border-radius: 3px;
  }
  .news-list div p {
    line-height: 1;
    text-align: center;
  }
  .news-list div p a {
    position: relative;
    display: block;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    padding: 0.4rem 2.8rem 0.4rem 3.5rem;
    background: linear-gradient(#609cff, #11469c);
    transition: 0.3s;
    font-size: 1rem;
    display: inline;
    background: #c9ddff;
    border-radius: 3px;
    color: #3d6ab7;
  }
  .news-list div p a::before, .news-list div p a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.8rem;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .news-list div p a::before {
    width: 12px;
    height: 12px;
    background: #fff;
  }
  .news-list div p a::after {
    left: 1rem;
    width: 3px;
    height: 3px;
    border-top: 2px solid #3d6ab7;
    border-right: 2px solid #3d6ab7;
    transform: rotate(45deg);
  }
  .news-list div p a:hover {
    opacity: 0.8;
    color: #ffff65;
    box-shadow: 0 0 0 0 #fff;
  }
  .news-list div p a:hover {
    color: #3d6ab7;
    opacity: 0.6;
  }
  /* privacy */
  .privacy {
    background: #f2f2f2;
    padding: 1.4rem;
    margin-bottom: 30px;
  }
  .privacy h3 {
    font-size: 1.2rem;
    background: none;
    border: none;
    color: #333;
    padding: 0;
  }
  .privacy ul {
    margin-bottom: 30px;
  }
  .privacy ul.privacy-ul1 {
    padding-left: 1.2rem;
    margin-bottom: 0;
  }
  .privacy p,
  .privacy li {
    font-size: 0.9rem;
  }
  .privacy li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /* ecocute */
  .item-ec {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 8px;
  }
  .item-ec h3 {
    white-space: nowrap;
    color: #fff;
    background: #3d6ab7;
    border: none;
    text-align: center;
    margin: 0 0.8rem 0 0;
    padding: 0 0.9rem;
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 3px;
  }
  .item-list1-3-ec {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .item-list1-3-ec img.item-list1-3-logo {
    max-width: 100%;
    height: 20px;
    margin-bottom: 7px;
  }
  .item-list1-3-ec p:first-of-type {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ec495c;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .item-list1-3-ec p:nth-of-type(2) {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #6890e0;
    margin-bottom: 0.2rem;
    border-radius: 3px;
  }
  .btn-ec {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .whychoose-ec h3 {
    color: #fff;
    background: #3d6ab7;
    border: none;
    text-align: center;
    margin-bottom: 8px;
  }
  .whychoose-ec .whychoose-ec-01 {
    background: #6d98e2;
    padding: 1.2rem;
  }
  .whychoose-ec .whychoose-ec-01 > p {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 0.8rem;
  }
  .whychoose-ec .whychoose-ec-01 ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .whychoose-ec .whychoose-ec-01 ul li {
    width: 32%;
    margin-bottom: 0.8rem;
    padding: 1.5rem 0 1.3rem 5rem;
  }
  .whychoose-ec .whychoose-ec-01 ul li p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    text-align: center;
    line-height: 1.3;
  }
  .whychoose-ec .whychoose-ec-01 ul li span {
    display: block;
    font-size: 0.7rem;
    color: #666;
    line-height: 1.2;
    text-align: center;
    margin-top: 0.3rem;
  }
  .whychoose-ec .whychoose-ec-01 ul li:first-of-type {
    background: #f2f7ff url(../../images/icon_ecocute01.png) no-repeat 10% 45%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(2) {
    background: #f2f7ff url(../../images/icon_ecocute02.png) no-repeat 10% 45%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(3) {
    background: #f2f7ff url(../../images/icon_ecocute03.png) no-repeat 10% 45%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(4) {
    background: #f2f7ff url(../../images/icon_ecocute04.png) no-repeat 10% 45%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:nth-of-type(5) {
    background: #f2f7ff url(../../images/icon_ecocute05.png) no-repeat 10% 45%;
  }
  .whychoose-ec .whychoose-ec-01 ul li:last-of-type {
    background: #f2f7ff url(../../images/icon_ecocute06.png) no-repeat 10% 45%;
  }
  .whychoose-ec .whychoose-ec-02 {
    background: #efefef;
    padding: 1.5rem;
    margin-bottom: 30px;
  }
  .whychoose-ec .whychoose-ec-02 p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .whychoose-ec .whychoose-ec-02 ul {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .whychoose-ec .whychoose-ec-02 ul li {
    font-size: 0.9rem;
    width: 33.3%;
  }
  .whychoose-ec .whychoose-ec-03 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-bottom: 30px;
  }
  .whychoose-ec .whychoose-ec-03 img {
    margin-bottom: 0.4rem;
  }
  .whychoose-ec .whychoose-ec-03 p {
    font-weight: bold;
    text-align: center;
  }
  .whychoose-ec .box-l-ec {
    justify-content: flex-start;
  }
  .whychoose-ec .box-l-ec img {
    margin: 0;
  }
  .top-flow-ec {
    border: 3px solid #8bb7ff;
    background: #f1f6ff;
    padding: 20px;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .top-flow-ec ol {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
    margin-bottom: 30px;
  }
  .top-flow-ec ol li {
    border: 1px solid #d6e5ff;
    background: #fff;
    position: relative;
    padding: 8px;
  }
  .top-flow-ec ol li h3 {
    border: none;
    background: none;
    color: #4f77bb;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
  }
  .top-flow-ec ol li h3 span {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: bold;
    background: #8bb7ff;
    padding: 3px 10px;
    margin-right: 9px;
  }
  .top-flow-ec ol li img {
    display: block;
    margin: 0 auto 10px;
  }
  .top-flow-ec ol li p {
    font-size: 0.85rem;
  }
  .life-ec {
    display: -ms-flexbox;
    -webkit-justyfi-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
  }
  .life-ec > p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff0;
    background: #3d6ab7;
    text-align: center;
    padding: 0.6rem 1rem;
  }
  .life-ec > p span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ff0;
    line-height: normal;
  }
  .life-ec div {
    width: 77%;
  }
  /* aa */
  /* aa */
  /* aa */
  /* aa */
}/*# sourceMappingURL=style.css.map */