@charset "UTF-8";
/*=== common reset ===*/
#hq_db--wrapper h1, #hq_db--wrapper h2, #hq_db--wrapper h3, #hq_db--wrapper h4 {
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
/*=== contents layout ===*/
#hq_db--wrapper {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  line-height: 2;
}
#hq_db--wrapper .hq_db--inner {
  width: 1000px;
  margin: 0 auto;
}
#hq_db--wrapper .flex--box {
  display: flex;
}
#hq_db--wrapper .flex--reverse {
  flex-direction: row-reverse;
}
#hq_db--wrapper figure {
  text-align: center;
}
#hq_db--wrapper img {
  height: auto;
  vertical-align: top;
}
/*== text ==*/
.txt_font-nsj {
  font-family: 'Noto Serif JP', serif;
}
.txt_ta-c {
  text-align: center;
}
#hq_db--wrapper .txt_line-w {
  background-image: linear-gradient(transparent 65%, #fff 65%, #fff 100%);
}
#hq_db--wrapper .txt_line-g {
  background-image: linear-gradient(transparent 65%, #e6f5f0 65%, #e6f5f0 100%);
}
#hq_db--wrapper .txt_line-g2 {
  background-image: linear-gradient(transparent 65%, #f2f7f5 65%, #f2f7f5 100%);
}
#hq_db--wrapper .txt_line-gray {
  background-image: linear-gradient(transparent 65%, #f5f5f5 65%, #f5f5f5 100%);
}
/*== font ==*/
#hq_db--wrapper .fw600 {
  font-weight: 600;
}
#hq_db--wrapper .fs56 {
  font-size: 56px;
}
#hq_db--wrapper .fs48 {
  font-size: 48px;
}
#hq_db--wrapper .fs45 {
  font-size: 45px;
}
#hq_db--wrapper .fs44 {
  font-size: 44px;
}
#hq_db--wrapper .fs42 {
  font-size: 42px;
}
#hq_db--wrapper .fs40 {
  font-size: 40px;
}
#hq_db--wrapper .fs36 {
  font-size: 36px;
}
#hq_db--wrapper .fs34 {
  font-size: 34px;
}
#hq_db--wrapper .fs32 {
  font-size: 32px;
}
#hq_db--wrapper .fs30 {
  font-size: 30px;
}
#hq_db--wrapper .fs28 {
  font-size: 28px;
}
#hq_db--wrapper .fs26 {
  font-size: 26px;
}
#hq_db--wrapper .fs24 {
  font-size: 24px;
}
#hq_db--wrapper .fs22 {
  font-size: 22px;
}
#hq_db--wrapper .fs21 {
  font-size: 21px;
}
#hq_db--wrapper .fs20 {
  font-size: 20px;
}
#hq_db--wrapper .fs19 {
  font-size: 19px;
}
#hq_db--wrapper .fs18 {
  font-size: 18px;
}
#hq_db--wrapper .fs16 {
  font-size: 16px;
}
#hq_db--wrapper .fs15 {
  font-size: 15px;
}
#hq_db--wrapper .fs14 {
  font-size: 14px;
}
#hq_db--wrapper .fs13 {
  font-size: 13px;
}
#hq_db--wrapper .fs12 {
  font-size: 12px;
}
#hq_db--wrapper .fs11 {
  font-size: 11px;
}
/*== margin ==*/
#hq_db--wrapper .mb90 {
  margin: 0 0 90px;
}
#hq_db--wrapper .mr40 {
  margin: 0 40px 0 0;
}
/*== padding ==*/
#hq_db--wrapper .pt40 {
  padding: 40px;
}
#hq_db--wrapper .pb30 {
  padding: 0 0 30px;
}
/*== item ==*/
.hq_db--container-item {
  text-align: center;
  padding: 0 0 30px;
  background: #f7f7f7;
}
#hq_db--wrapper .hq_db--container-item h2 {
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 80px;
  padding: 0 0 35px;
  background: #539277;
}
.hq_db--item {
  margin: 0 0 70px;
  padding: 40px 30px 40px 40px;
  background: #fff;
}
[class*="item-comp"] {
  position: relative;
  color: #fff;
  line-height: 1.6;
  padding: 15px 25px;
  display: table;
  margin: 0 0 -50px -20px;
  z-index: 2;
}
.item-comp01 {
  background: #539277;
}
.item-comp02 {
  background: #55a683;
}
.item-comp03 {
  color: #539277;
  background: #e8faf2;
}
.hq_db--item .item-photo {
  width: 460px;
  flex-shrink: 0;
}
.hq_db--item .hq_db--item-inner {
  margin: 0 0 0 20px;
}
#hq_db--wrapper .hq_db--item h3 {
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 0 0 35px;
}
.hq_db--item .item-detail {
  align-items: center;
}
.hq_db--item .item-detail-txt {
  line-height: 1.6;
  padding: 5px 10px;
  border: 1px solid #444;
}
.hq_db--item .item-detail-txt .border_txt {
  padding: 0 0 5px;
  border-bottom: 1px solid #444;
}
.hq_db--item [class*="item-detail-icon"] {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 0 0 10px;
}
.hq_db--item .item-detail-icon01 {
  color: #539277;
  border: 1px solid #539277;
  border-radius: 50%;
}
.hq_db--item .item-detail-icon02 {
  color: #539277;
  background: #e8faf2;
  border: 1px solid #e8faf2;
  border-radius: 50%;
}
.hq_db--item .item-detail-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.6;
  margin: 45px 0 0;
  height: 50px;
  background: #ab8e55;
}
.hq_db--item .item-detail-btn a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hq_db--item .item-detail-btn a:hover {
  opacity: 0.7;
}
/*== item(.item-g) ==*/
.hq_db--container-item-g {
  background: #f7f9fa;
}
.hq_db--container-item-g:first-of-type {
  border-bottom: 2px dashed #fff;
}
.hq_db--container-item-g:last-of-type {
  padding: 50px 0 0;
}
.hq_db--container-item.item-g {
  padding: 0 0 110px;
  background: #f7f9fa;
}
.hq_db--container-item-g:first-of-type > .hq_db--container-item.item-g {
  padding: 0 0 70px;
}
#hq_db--wrapper .hq_db--container-item.item-g .hq_db--inner1200 {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
#hq_db--wrapper .hq_db--container-item.item-g .hq_db--inner {
  padding: 0 0 20px;
}
.hq_db--container-item.item-g .hq_db--item {
  background: #fafafa;
}
#hq_db--wrapper .hq_db--container-item.item-g h2 {
  width: 100%;
  color: #444;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 50px;
  padding: 30px 0 15px;
  background: unset;
  border-bottom: 1px dashed #444;
}
/*== item(.item-cart) ==*/
.hq_db--container-item.item-cart {
  padding: 100px 0 0;
  background: #fff;
}
.hq_db--container-item.item-cart .hq_db--inner1100 {
  width: 1100px;
  margin: auto;
}
.hq_db--container-item.item-cart .hq_db--item .hq_db--item-inner {
  margin: 0;
  padding: 0;
}
#hq_db--wrapper .hq_db--container-item.item-cart .hq_db--item h3 {
  height: 135px;
  font-weight: 400;
  padding: 0;
}
#hq_db--wrapper .hq_db--container-item.item-cart .hq_db--item h3 span {
  font-weight: 600;
}
.item-cart .hq_db--item .item-detail {
  letter-spacing: 1px;
  margin: 15px 0 0;
  padding: 0 10px 20px;
  background: #fafafa;
}
.item-cart .hq_db--item .item-detail dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
}
.item-cart .hq_db--item .item-detail dl:last-of-type {
  padding: 15px 20px 0;
  border-bottom: none;
}
.item-cart .hq_db--item .item-detail dl dt {
  text-align: center;
  width: 140px;
}
.item-cart .hq_db--item .item-detail dl dd {
  width: calc(100% - 140px);
}
.item-cart .hq_db--item .item-detail-cp {
  margin: 20px 0 0;
  padding: 6px 5px 6px 0;
  background: #f5f8fa;
}
.item-cart .hq_db--item .item-detail-cp ul {
  justify-content: space-between;
  align-items: center;
}
.item-cart .hq_db--item .item-detail-cp ul .item-detail-size {
  font-weight: 400;
  width: 105px;
  position: relative;
}
.item-cart .hq_db--item .item-detail-cp ul .item-detail-size:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 0 0 10px;
  width: 1px;
  height: 30px;
  transform: translateY(-50%);
  border-right: 1px solid #444;
}
.item-cart .hq_db--item .item-detail-cp ul .item-detail-size2 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  width: 130px;
  margin: 0 0 0 25px;
}
.item-cart .hq_db--item .item-detail-cp ul .item-detail-price {
  margin: -5px 0 0;
}
.item-cart .hq_db--item .item-detail-btn a {
  margin: 12px 0 0;
}
.item-cart .hq_db--item .item-detail-btn a:after {
  right: 85px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.item-cart [class*="item-comp"] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  margin: 0 0 50px;
  padding: 0 25px;
}
.item-cart-left {
  width: 620px;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.hq_db--container-item.item-cart .hq_db--item {
  margin: 0 0 100px;
  padding: 0;
}
.hq_db--container-item.item-cart .hq_db--item .item-photo {
  width: 620px;
  flex-shrink: 0;
}
/*== mv ==*/
.hq_db--mv {
  position: relative;
}
#hq_db--wrapper .hq_db--mv h1 {
  font-size: 0;
  height: 880px;
  margin: auto;
  text-align: center;
  background: url(/ec/img/usr/freepage/hq_db/mv-bg_pc.jpg) no-repeat top center;
}
#hq_db--wrapper .hq_db--mv h1 div {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
#hq_db--wrapper .hq_db--mv h1 .h1_logo {
  position: absolute;
  top: 0;
  right: 160px;
}
#hq_db--wrapper .hq_db--mv h1 .h1_logo img:hover {
  opacity: 0.9;
}
.hq_db--mv .hq_db--mvbg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 227px;
  color: #fff;
  text-align: center;
  padding: 30px;
  background: rgba(83, 146, 119, 0.9);
  background-size: cover;
}
.hq_db--mv .hq_db--mvbg--inner {
  width: 570px;
  margin: auto;
  padding: 5px 45px;
  border: 1px solid #fff;
}
.hq_db--mv .hq_db--mvbg--inner .border_txt {
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
}
/*== container01 ==*/
.hq_db--container01 {
  text-align: center;
  letter-spacing: 2px;
  background: url(/ec/img/usr/freepage/hq_db/co01-bg_pc.png) no-repeat top center;
}
.hq_db--container01 .hq_db--inner {
  padding: 90px 0;
}
#hq_db--wrapper .hq_db--container01 h2 {
  font-weight: 500;
  line-height: 1.6;
}
.hq_db--container01 ul {
  line-height: 1.6;
  margin: 65px 0 210px;
}
.hq_db--container01 ul li {
  font-weight: 500;
  margin: 0 0 25px;
}
.hq_db--container01 ul li img {
  margin: 0 35px 25px;
}
.hq_db--container01 .co01-photo {
  margin: 50px 0 50px -30px;
}
.hq_db--container01 .co01-photo img {
  box-shadow: 30px 30px rgba(83, 146, 119, 0.1);
}
/*== container02 ==*/
.hq_db--container02 {
  text-align: center;
  padding: 100px 0 90px;
}
.hq_db--container02 .hq_db--inner1200 {
  width: 1200px;
  margin: auto;
}
#hq_db--wrapper .hq_db--container02 h2 {
  font-weight: 500;
  color: #539277;
  line-height: 1.6;
  padding: 0 0 40px;
}
#hq_db--wrapper .hq_db--container02 h2 .title_box {
  color: #fff;
  margin: 0 10px;
  padding: 2px 8px 4px;
  background: #539277;
  box-shadow: 3px 3px rgba(83, 146, 119, 0.1);
}
.hq_db--container02 ul.co02-photo01 {}
.hq_db--container02 ul.co02-photo01 li {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 70px;
  text-align: left;
  line-height: 2.4;
  letter-spacing: 2px;
  font-weight: 400;
}
.hq_db--container02 ul.co02-photo01 li img {
  position: relative;
  z-index: 1;
}
.hq_db--container02 ul.co02-photo01 li p {
  position: absolute;
  top: 95px;
  left: 0;
  padding: 55px 105px 55px 80px;
  background: rgba(242, 247, 246, 0.5);
  z-index: 2;
}
.hq_db--container02 ul.co02-photo01 li.co02-left {
  justify-content: flex-start;
}
.hq_db--container02 ul.co02-photo01 li.co02-left p {
  left: unset;
  right: 0;
}
.hq_db--container02 .hq_db--inner1200 ul.co02-photo01 li p {
  top: 50px;
  width: 590px;
  padding: 30px 50px 40px;
  letter-spacing: -1px;
  line-height: 2.2;
  background: rgba(242, 247, 246, 10);
}
.hq_db--container02 .hq_db--inner1200 ul.co02-photo01 li.co02-left p span {
  font-weight: 500;
}
.hq_db--container02 .co02-photo {
  align-items: center;
}
.hq_db--container02 .co02-photo figure {
  width: 460px;
  flex-shrink: 0;
  margin: 0 35px 0 0;
}
.hq_db--container02 .co02-photo p {
  line-height: 2.4;
  letter-spacing: 2px;
  font-weight: 400;
}
#hq_db--wrapper .hq_db--container02 h3.title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 400;
  margin: 60px auto 90px;
  padding: 20px;
  background: #fbffff;
  border: 2px solid #77b89c;
}
#hq_db--wrapper .hq_db--container02 h3.title_box span {
  color: #539277;
}
#hq_db--wrapper .hq_db--container02 h3.title_box img {
  margin: 0 25px 0 0;
}
#hq_db--wrapper .hq_db--container02 h4 {
  font-weight: 500;
  color: #539277;
  line-height: 1.6;
  margin: 0 0 40px;
}
.hq_db--container02 .co02-img-size {
  margin: 0 auto 35px;
}
.hq_db--container02 .co02-img-table {
  margin: 0 auto 40px;
}
.hq_db--container02 .co02-txt {
  font-weight: 400;
  text-align: left;
  margin: 0 50px;
}
/*== container03 ==*/
.hq_db--container03 {
  text-align: center;
  background: #f7f9fa;
}
.hq_db--container03 .hq_db--inner1200 {
  width: 1200px;
  margin: auto;
  padding: 70px 0 0;
}
#hq_db--wrapper .hq_db--container03 h2 {
  color: #3d9971;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 0 120px;
}
#hq_db--wrapper .hq_db--container03 h3 {
  position: relative;
  display: table;
  margin: 0 auto -130px;
  padding: 7px 0;
  letter-spacing: 2px;
  background: #fff;
  z-index: 1;
}
.hq_db--container03 .co03-box {
  padding: 90px 100px 45px;
  background: #fff;
}
.hq_db--container03 .co03-box-inner {
  align-items: center;
  padding: 55px 75px 50px;
  border: 1px solid #444;
}
.hq_db--container03 .co03-img {
  width: 300px;
  flex-shrink: 0;
  margin: 0 50px 0 0;
}
.hq_db--container03 .co03-txt {
  font-weight: 400;
  text-align: left;
  line-height: 2.4;
  letter-spacing: 1px;
}
/*== container04 ==*/
.hq_db--container04 {
  text-align: center;
  padding: 90px 0 100px;
}
.hq_db--container04 .hq_db--inner1100 {
  width: 1100px;
  margin: auto;
}
.hq_db--container04 .hq_db--inner1200 {
  width: 1200px;
  margin: auto;
}
#hq_db--wrapper .hq_db--container04 h2 {
  color: #3d9971;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 0 50px;
}
#hq_db--wrapper .hq_db--container04 h3 {
  color: #3d9971;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 40px 0 30px;
}
.hq_db--container04 ul.co04-detail01 {
  margin: 50px auto 0;
}
.hq_db--container04 ul.co04-detail01 li {
  width: 50%;
  text-align: left;
  margin: 0 10px 70px;
  padding: 50px;
  background: #f1f7f5;
}
.hq_db--container04 ul.co04-detail01 li div.flex--box {
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin: 0 0 20px;
  padding: 0 0 40px;
}
.hq_db--container04 ul.co04-detail01 li div.flex--box p {
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 0 40px;
}
.hq_db--container04 ul.co04-detail01 li:last-of-type div.flex--box p {
  margin: 0 0 0 20px;
}
.hq_db--container04 ul.co04-detail01 li figure {
  width: 215px;
  flex-shrink: 0;
}
.hq_db--container04 ul.co04-detail01 li div + p {
  font-weight: 400;
  border-bottom: 2px solid #fff;
  padding: 0 0 20px;
}
.hq_db--container04 .co04-photo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 50px;
  text-align: left;
  line-height: 2.4;
  letter-spacing: 2px;
  font-weight: 400;
}
.hq_db--container04 .co04-txt01 {
  position: absolute;
  top: 85px;
  right: 0;
  width: 600px;
  padding: 40px 35px 80px;
  font-weight: 400;
  text-align: left;
  line-height: 2.2;
  letter-spacing: -1px;
  background: rgba(242, 247, 246, 10);
  z-index: 2;
}
.hq_db--container04 .co04-txt01 span {
  line-height: 1.4;
  margin: 0 0 20px;
  display: block;
}
.hq_db--container04 .co04-detail02 {
  align-items: center;
  text-align: left;
  font-weight: 400;
  width: 900px;
  margin: 0 auto;
  padding: 30px 50px;
  border: 12px solid #e1e8e9;
}
.hq_db--container04 .co04-detail02 figure {
  width: 90px;
  flex-shrink: 0;
  margin: 0 55px 0 0;
}
.hq_db--container04 .co04-detail03 {
  text-align: left;
  margin: 100px 0 0;
  padding: 40px;
  background: #f2f2e8;
}
.hq_db--container04 .co04-detail03 .hq_db--inner {
  padding: 20px 70px 50px;
  background: #fff;
}
#hq_db--wrapper .hq_db--container04 .co04-detail03 h3 {
  line-height: 1.6;
  padding: 0 0 20px;
}
#hq_db--wrapper .hq_db--container04 .co04-detail03 div.flex--box h3 {
  color: unset;
}
.hq_db--container04 .co04-txt02 {
  font-weight: 400;
  line-height: 2.2;
  margin: 0 0 30px;
}
.hq_db--container04 .co04-detail03 figure {
  width: 400px;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.hq_db--container04 .co04-detail03-inner {
  padding: 40px 40px 15px;
  background: #fff;
}
.hq_db--container04 .co04-detail03-inner .flex--box {
  margin: 0 0 35px;
}
/*.hq_db--container04 .co04-detail03-inner .flex--box:last-of-type {
  justify-content: space-between;
  margin: 0;
}
.hq_db--container04 .co04-detail03-inner .flex--box:last-of-type figure {
  margin: 0 0 0 30px;
}*/
/*== faq ==*/
.hq_db--container-faq {
  text-align: center;
  padding: 70px 40px 60px;
  background: #f5faf8;
}
#hq_db--wrapper .hq_db--container-faq h2 {
  position: relative;
  color: #3d9971;
  line-height: 1.6;
  font-weight: 600;
  padding: 0 0 25px;
}
#hq_db--wrapper .hq_db--container-faq h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  border-bottom: 2px solid #3d9971;
}
.hq_db--faq {
  margin: 45px 0 0;
}
.hq_db--faq dt, .hq_db--faq dd {
  display: flex;
  margin: 0 0 35px;
}
.hq_db--faq dt {
  align-items: center;
}
.hq_db--faq dd {
  margin: 0 0 40px;
}
.hq_db--faq [class*="faq-icon_"] {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  font-size: 22px;
  line-height: 2;
  margin: 5px 20px 0 0;
}
.hq_db--faq .faq-icon_q {
  color: #fff;
  background: #539277;
  border: 1px solid #539277;
  border-radius: 50%;
}
.hq_db--faq .faq-icon_a {
  color: #539277;
  margin: 0 20px 0 0;
  background: #fff;
  border: 1px solid #539277;
  border-radius: 50%;
}
.hq_db--faq .faq-icon_q + p {
  color: #539277;
  text-align: left;
  line-height: 1.6;
  margin: 0 15px 0 0;
}
.hq_db--faq .faq-icon_a + p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #444;
  text-align: left;
  line-height: 1.8;
  padding: 20px 25px;
  background: #fff;
  border-radius: 20px;
}
/*== footer ==*/
#menu ul {
  width: 940px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1025px) {
    #menu ul {
      width: 90%;
      margin: 40px auto 60px; } }
  @media (max-width: 735px) {
    #menu ul {
      width: 100%;
      display: block; } }
  #menu ul li {
    list-style: none; }
    @media (max-width: 1025px) {
      #menu ul li {
        font-size: 85%; } }
    @media (max-width: 735px) {
      #menu ul li {
        width: 100%;
        font-size: 94%;
        margin: 0 0 3px; } }
    #menu ul li a {
      color: #000;
      text-decoration: none;
      font-size: 94%; }
      @media (max-width: 735px) {
        #menu ul li a {
          font-size: 100%;
          display: block;
          width: 100%;
          background: #ffffff;
          padding: 10px;
          box-sizing: border-box;
          border-bottom: solid #f5faf8 1px; } }

#footer h2 {
  text-align: center;
  margin: 0 auto 30px; }
  @media (max-width: 1025px) {
    #footer h2 {
      width: 40%; }
      #footer h2 img {
        width: 100%; } }
  @media (max-width: 735px) {
    #footer h2 {
      margin: 0 auto 40px;
      width: 43%; } }
#footer .foot {
  width: 100%;
  background: #f5faf8; }
#footer .copy {
  padding: 60px 0;
  text-align: center;
  font-size: 90%; }
  @media (max-width: 1025px) {
    #footer .copy {
      padding: 50px 0;
      font-size: 80%; } }
  @media (max-width: 735px) {
    #footer .copy {
      padding: 30px 0; } }
/*== pagetop ==*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  padding-bottom: 10px;
  width: 7%;
  z-index: 99999; }
  #pagetop img {
    width: 100%; }
  @media (max-width: 1025px) {
    #pagetop {
      width: 12%; } }
  @media (max-width: 735px) {
    #pagetop {
      width: 25%; } }

#pagetop img {
  cursor: pointer; }

#pagetop {
  position: fixed;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  bottom: 2%;
  right: 2%;
  display: none;
  cursor: pointer; }

#pagetop img {
  cursor: pointer; }

#pagetop img:hover {
  opacity: 0.7; }

/* 20230728 */
.hq_db--container-bg {
  padding: 95px 0;
  background-color:rgba(83, 146, 119, 0.1);
}
.review {
  margin-bottom: 110px;
}
.review-item {
  margin: 0 auto 75px;
  width: 816px;
}
.review-item:last-child {
  margin-bottom: 0;
}
.review-item .balloon {
  position: relative;
  margin-bottom: 26px;
  padding: 20px;
  border: 1px solid #539277;
  background-color: #fff;
  border-radius: 10px;
}
.review-item .balloon::after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 275px;
  width: 35px;
  height: 26px;
  background: url(/ec/img/usr/freepage/hq_db/balloon.png);
  background-size: contain;
}
.review-item .balloon .flex--box {
  justify-content: center;
}
.review-item .balloon .star {
  display: flex;
  align-items: center;
}
.review-item .balloon .star img {
  margin-right: 2px;
  width: 19px;
  height: 18px
}
.review-item .balloon .star img:last-child {
  margin-right: 0;
}
.review-item .balloon .flex--box p {
  margin-left: 35px;
  padding: 0 10px;
  font-size: 24px;
  line-height: 40px;
  background: linear-gradient(transparent 65%, #ccf5e7 65%);
}
.review-text {
  margin-top: 10px;
  font-size: 17px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}
.review-item .text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.review-item .text-box .info {
  margin-left: 45px;
  text-align: left;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.review-item .text-box .info .title {
  font-size: 17px;
  color: #539277;
}
.review-item .text-box .info .product-name {
  font-weight: 400;
}
.quilt {
  margin: 135px auto 100px;
}
#hq_db--wrapper .quilt h3.quilt-title {
  margin-bottom: 80px;
  padding: 0;
  line-height: 1.5;
}
.quilt h3.fs40 .small {
  display: block;
  font-size: 26px;
}
.quilt h3.fs40 .line {
  margin-bottom: 80px;
  padding: 0 20px;
  background: linear-gradient(transparent 65%, #fff 65%);
}
.quilt .content {
  margin: 0 auto;
  padding: 143px 100px 25px;
  width: 1200px;
  background: #fff;
}
.quilt-box {
  justify-content: space-between;
  margin-bottom: 90px;
}
.quilt-box-item {
  width: 488px;
}
.quilt-box-item .product-img {
  position: relative;
}
.quilt-box-item .product-img .circle {
  position: absolute;
  top: -96px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 197px;
  border :1px solid;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50vh;
  line-height: 1.3;
}
.quilt-box-item.item-70 .product-img .circle {
  border-color: #539277;
  color: #539277;
}
.quilt-box-item.item-30 .product-img .circle {
  border-color: #ab8e55;
  color: #ab8e55;
}
.quilt-box-item .product-img .circle .large {
  font-size: 36px;
}
.quilt-box-item .product-img .circle .sub {
  font-size: 17px;
}
.quilt-box-item .illustration {
  margin-top: 40px;
}
.quilt-box-item .illustration img {
  width: 373px;
}
.quilt-text p > span {
  display: block;
  font-size: 26px;
}
.quilt-text .under {
  text-decoration: underline;
}
.quilt-text .large {
  margin-top: 10px;
  font-size: 40px;
  color: #539277;
  line-height: 1.6;
}
.quilt-message {
  margin-top: 40px;
}
#hq_db--wrapper .quilt-message figure {
  text-align: right;
}
.quilt-message .text {
  position: relative;
  margin-top: -300px;
  padding: 45px 40px;
  width: 620px;
  background-color: #f5f8fa;
  text-align: left;
  z-index: 1;
}
.quilt-message .text p {
  margin-bottom: 40px;
  font-weight: 400;
}
.quilt-message .text p:last-child {
  margin-bottom: 0;
}
.quilt-product {
  margin-top: 100px;
}
.quilt-product .title {
  margin-bottom: 50px;
  border-bottom: 1px dotted;
  font-size: 26px;
}
#hq_db--wrapper .hq_db--container04 .quilt .hq_db--item h3 {
  padding-top: 0;
  color: #444;
}
.quilt .hq_db--item .hq_db--item-inner {
  display: flex;
  flex-direction: column;
}
.quilt .hq_db--item .hq_db--item-inner .item-detail-btn {
  margin-top: auto;
}