/* 共通設定*/

.clip-main {
  letter-spacing: 0.2em;
}

.linkinpage .btn-anchor li a {
  letter-spacing: 0.2em;
}

li,
a,
td,
th {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-weight: 400;
}

/* spanの文字色設定　ピンク */
.exColor {
  color: #B48EBA;
}

/* h2見出しデコレーション */
.decoCenter {
  text-align: center;
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 400;
  padding: 5px 15px 5px;
  color: #3D3D3D;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

.decoCenter span {
  color: #42A5A5;
}

h3 {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}

p {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 19px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

/* .decoBorder{
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  text-align: center;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 30px;
  max-width: 100%;
  letter-spacing: 0.2em;
}
.decoBorder:before, .decoBorder:after
 {
  content: '';
    position: relative;
    top: -10px;
    display: inline-block;
    width: 280px;
    height: 1px;
    background-color: #999999;
}
.decoBorder-upsell::before, .decoBorder-upsell::after
 {
  content: '';
    position: relative;
    top: -10px;
    display: inline-block;
    width: 220px;
    height: 1px;
    background-color: #999999;
}
.decoBorder:before, .decoBorder-upsell::before {
  margin-right: 30px;
}
.decoBorder:after, .decoBorder-upsell::after {
  margin-left: 30px;
} */

/* センタリング */
.imgPosi {
  text-align: center;
}

/* スペース */
.mSpace100 {
  margin-top: 100px;
}

.mSpace200 {
  margin-top: 200px;
}

.mSpace80 {
  margin-top: 80px;
}

.mSpace30 {
  margin-top: 30px;
}

/* メリットナンバー装飾 */
.meritNum {
  font-family: 'shippori-mincho', sans-serif;
  color: #D1A76F;
  font-size: 50px;
  font-weight: 600;
  margin-right: 15px;
  letter-spacing: 0.1em;
}

.hTitle {
  position: relative;
  display: block;
  text-align: center;
}

h2.subTitle {
  font-family: "shippori-mincho", sans-serif;
  color: #7C6861;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

.hTitle img {
  margin-bottom: 25px;
}

.hTitle .about-txt {
  width: 200px;
}

.hTitle .diff-txt {
  width: 300px;
}

.hTitle .case-txt {
  width: 140px;
}

.hTitle .flow-txt {
  width: 140px;
}

.hTitle .price-txt {
  width: 160px;
}

.hTitle .ditail-txt {
  width: 180px;
}

.link-btn::after {
  content: "》";
  margin-left: 20px;
  text-align: right;

}

/* ------------ */


.mainview {
  max-width: 100%;
}

.mainview img {
  width: 100%;
}

.linkinpage {
  margin-top: 60px;
  margin-bottom: 60px;
}

.linkinpage .btn-anchor li a {
  font-size: 18px;
  background-color: #fff;
  border: solid 1px #4D4D4D;
  color: #4D4D4D;
}

.linkinpage .btn-anchor li a:hover {
  background-color: #D1C2AC;
  border: solid 1px #D1C2AC;
  color: #fff;
}

.icon-cect-box {
  text-align: center;
  margin: 30px 0 50px;
}

.k-filler-cw {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  margin-top: 80px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2em;
}

.prBox {
  border: 3px solid #71B9BE;
}

.prTitle {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  background-color: #71B9BE;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 13px 0;
  letter-spacing: 0.2em;
}

.prName {
  font-family: kozuka-gothic-pr6n, sans-serif;
  text-align: center;
  font-size: 23px;
  margin-top: 30px;
  letter-spacing: 0.3em;
}

.prname-sm {
  font-size: 16px;
  letter-spacing: 0.3em;
}

.prBox hr {
  color: #AEAEAE;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.prDisp {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0 110px 20px;
  align-items: center;
}

.prLeft {
  font-family: kozuka-gothic-pr6n, sans-serif;
  width: 32%;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.prRight {
  position: relative;
  display: flex;
  width: 800px;
  margin-left: 50px;
  align-items: center;
  justify-content: end;
}

.clr-pricBox {
  background-color: #B48EBA;
  padding: 0 10px;
  margin-right: 20px;
}

.clr-pricBox p {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}

.pr-clr {
  font-family: 'shippori-mincho', sans-serif;
  color: #B48EBA;
  font-size: 40px;
  font-weight: 600;
}

.pr-lgPrice {
  font-size: 60px;
  letter-spacing: 0.05em;
}

.pr-smPrice {
  font-family: 'shippori-mincho', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.pr-slPrice {
  font-family: 'shippori-mincho', sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
}

.priceDisp2 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  width: 100%;
  color: #333333;
  padding: 15px 0;
  text-align: right;
  letter-spacing: 0.175em;
  font-size: 14px;
  box-sizing: border-box;
}
.priceDisp2.listarea {
  padding: 5px 0;
  font-size: 16px;
}
.price-disc{
  margin-top: 15px;
}
@media screen and (max-width: 550px) {
  .priceDisp2 {
    font-size: 9px;
    letter-spacing: 0.15em;
  }
  .priceDisp2.listarea{
    text-align: left;
    padding: 4px 0;
  }
}

.link-btn-box {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 120px;
}

.link-btn {
  text-align: center;
  border: 1px solid #3D3D3D;
  font-weight: 500;
  border-radius: 8px;
  font-size: 20px;
  padding: 12px 10px 12px 55px;
  text-decoration: none !important;
  letter-spacing: 0.2em;
}

.link-btn:hover {
  background-color: #B48EBA;
  color: #fff;
  border: none;
}

.about-inner-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px 70px;
}

.about-left {
  width: 23%;
}

.about-left img {
  width: 100%;
}

.about-right {
  margin-left: 30px;
  width: 70%;
  /* width: 744px; */
}

.about-right p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  color: #3D3D3D;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.recommend-inner {
  text-align: center;
  margin-top: -110px;
}

.recommend-inner img {
  margin-bottom: -46px;
}

.recommend-inner p {
  position: relative;
  color: #fff;
  margin-bottom: -100px;
  font-size: 28px;
  font-weight: 600;
  z-index: 10;
}

.recommend-box {
  background-color: #fff;
  padding: 17px 105px 50px;
  box-shadow: 2px 7px 7px 0px rgba(156, 148, 143, 0.4);
  border-radius: 30px;
}

.recommend-box ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.recommend-box li {
  font-size: 23px;
  color: #3D3D3D;
  letter-spacing: 0.25em;
  font-weight: 500;
  margin-top: 30px;
}

.recommend-box li:nth-child(odd) {
  margin-right: 140px;
}

.smallBox {
  position: relative;
  display: flex;
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #3D3D3D 5px, transparent 0px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
  align-items: center;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.smallBox img {
  margin: 0 10px 0 0;
}

.back-clr-black {
  width: 100%;
  background-image: url(../images/bg-black.jpeg);
  background-size: cover;
  padding: 70px 0;
}

.back-clr-filler-pc {
  position: relative;
  width: 100%;
  background: url(../images/recommend.jpeg) no-repeat right center/cover;
  padding-top: 70px;
  padding-bottom: 110px;
}

.back-clr-filler-sp {
  display: none;
}

.recommendTitle {
  padding: 100px 100px 150px;
}

.recommendTitle-inner {
  position: absolute;
  top: 25%;
  left: 45%;
}

.recommendTitle-inner h2 {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 55px;
  font-weight: 600;
  color: #dbc1e0;
  margin-bottom: 5px;
  font-style: italic;
  letter-spacing: 0.2em;
}

.recommendTitle-inner h2 span {
  color: #fff;
}

.recommendText p {
  margin: 20px 0;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.fillerDeco {
  position: absolute;
  right: 15%;
  bottom: 7%;
}

.decoCenter-white {
  text-align: center;
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  padding: 5px 10px 5px 14px;
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
}

.back-clr-green {
  width: 100%;
  background: rgb(228, 235, 236);
  background: linear-gradient(90deg, rgba(228, 235, 236, 1) 0%, rgba(184, 206, 213, 1) 25%, rgba(188, 209, 216, 1) 53%, rgba(228, 235, 236, 1) 100%);
  padding-bottom: 5px;
}

.point-title {
  position: relative;
}

.point-title img {
  position: relative;
  width: 300px;
  left: 870px;
  top: 10px;
}

.point-inner {
  margin-top: -20px;
  position: relative;
  display: flex;
}

.pointLeft {
  margin-left: 0;
}

.pointRight {
  display: block;
  margin-left: 100px;
}

.point-txt {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  color: #FFF;
  font-size: 34px;
  text-shadow: 2px 2px 4px rgba(93, 172, 185, 1);
  letter-spacing: 0.2em;
}

.point-exLarge {
  font-size: 116px;
}

.pointRight h3 {
  color: #3D3D3D;
  font-size: 25px;
  letter-spacing: 0.3em;
  margin-left: 10px;
}

.pointList {
  position: relative;
  display: block;
  margin: 30px 100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.pointList ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pointList li {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #3D3D3D;
  letter-spacing: 0.2em;
  font-size: 20px;
  text-align: center;
  width: 300px;
  background-color: #fff;
  border-top-right-radius: 21px;
  border-bottom-left-radius: 21px;
  margin: 10px 10px;
  padding: 6px 0;
}
.pointList li:nth-child(3) {
padding-left: 5px;
}

.decoComparison {
  text-align: center;
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 400;
  padding: 5px 15px 5px;
  color: #3D3D3D;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

.decoComparison span {
  color: #42A5A5;
}

.k-filler-differ {
  position: relative;
  margin-top: 120px;
}

.k-worries {
  display: inline-block;
  width: 60px;
  position: absolute;
  right: 25%;
  top: 0;
}

.comparisonImage {
  text-align: center;
}

.comparison-container {
  width: 100%;
  padding-bottom: 5px;
}

.comparison-container img {
  width: 100%;
}

.comparison-container p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
  padding: 20px 0;
}
.back-clr-lightgreen {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #C6E1E0;
  width: 100%;
}

.case-titlebox {
  text-align: center;
}

.case-hTitle {
  position: relative;
  display: block;
  text-align: center;
}

h2.case-maintitle {
  font-family: "shippori-mincho", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}

h2.case-decoCenter {
  text-align: center;
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 21px;
  font-weight: 400;
  padding: 5px 15px 5px;
  color: #42A5A5;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

.case-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.caseBox {
  display: block;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 2px 7px 7px 0px rgba(156, 148, 143, 0.4);
  padding: 35px 40px;
  width: 510px;
  margin-top: 50px;
  z-index: 2;
}

.case-contents img {
  width: 100%;
}

.caseNum {
  font-family: 'shippori-mincho', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  color: #3D3D3D;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

.caseTag {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 16px;
  background-color: #71B9BE;
  padding: 5px 30px;
  margin-bottom: 10px;
  width: max-content;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.2em;
}

.caseTitle {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.caseicon-aline {
  position: relative;
  display: block;
}

.caseicon-size {
  float: right;
  width: 250px;
  margin-top: -160px;
}

.link-btn-box.caseBtn-size {
  margin-bottom: 10px !important;
}

.type-innerbox {
  margin: 60px 0;
}

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

.type-inner p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #3D3D3D;
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.8;
  font-weight: 400;
}

th.type-hidden {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

/* .type-table {
  border: 1px solid #71B9BE;
}

.type-table thead th {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.type-table tbody th {
  background-color: #f5f5f5;
  border: 1px solid #c9c9c9;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 300;
}

.type-table thead th:nth-child(1) {
  border-bottom: 1px solid #ffffff;
}

.type-table thead th:nth-child(3) {
  border-right: 1px solid #71B9BE;
}

.type-table th {
  width: 20%;
  font-size: 25px;
  background-color: #71B9BE;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.15;
  padding: 10px 30px 20px;
  border-bottom: 1px solid #fff;
}

.type-table td {
  width: 20%;
  text-align: center;
  font-weight: 500;
  border: 1px solid #71B9BE;
  font-size: 37px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 0.7;

}

span.type-tableXs {
  font-size: 11px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #333;
  font-weight: 400;
}

span.type-tableXs-green {
  font-size: 15px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #8BC6C4;
  font-weight: 400;
}

.type-table td.lgPrice {
  text-align: center;
  padding-right: 0;
} */

.reason {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.reasons-header {
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  margin: 0 0 0 auto;
  background: linear-gradient(90deg, rgba(126, 165, 194, 1) 0%, rgba(171, 166, 195, 1) 53%, rgba(186, 164, 195, 1) 100%);
  width: 100%;
  padding: 20px;
}

.reason-heder-inn {
  text-align: center;
}

.reasons-header .hreason {
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 51px;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.reasons-header h2 {
  top: 30px;
  left: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 22px;
}

.hExlarge {
  font-family: 'shippori-mincho', sans-serif;
  font-size: 100px;
}

.reason-contets {
  position: relative;
  display: block;
  width: 100%;
}

.reason-inner {
  margin-top: 60px;
}

.reason-box {
  position: relative;
  display: flex;
  margin: 60px 0;
}

.reason-box-rev {
  position: relative;
  display: flex;
  margin: 60px 0;
  justify-content: end;
}

.reasonLeft-rev {
  width: 550px;
  margin-right: 60px;
}

.reasonRight {
  width: 550px;
  margin-left: 60px;
}

.reasonNum {
  font-family: 'shippori-mincho', sans-serif;
  font-size: 86px;
  color: #aba6c3;
  font-weight: 600;
  border-bottom: 2px solid #aba6c3;
  width: max-content;
  line-height: 1;
}

.reasonNum img {
  margin-right: 5px;
  vertical-align: 50%;
}

span.reasonTitle {
  color: #3D3D3D;
  font-size: 32px;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 0.2em;
  vertical-align: 50%;
}

.reasonLeft-rev p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #3D3D3D;
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.8;
  font-weight: 400;
}

.reasonRight p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #3D3D3D;
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.8;
  font-weight: 400;
}

.caution-box {
  background-color: #ECF6F9;
  padding: 60px;
  margin-bottom: 100px;
}

.caution-inner {
  display: flex;
  justify-content: space-between;
}

.cautionLeft {
  width: 12%;
}

.cautionRight {
  width: 88%;
}

.cautionRight p {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 17px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.flow-container {
  position: relative;
  width: 100%;
  background-color: #ECF6F9;
}

.flow-contents {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.flow-contents img {
  width: 100%;
}

.flow-txt {
  margin-top: 20px;
}

.flow-txt ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.flow-dic {
  margin-top: 20px;
}

.flow-dic ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.flow-txt li {
  color: #3D3D3D;
  text-align: center;
  list-style: none;
  width: 24%;
  font-size: 25px;
}

.flow-dic li {
  font-family: kozuka-gothic-pr6n, sans-serif;
  text-align: center;
  font-size: 16px;
  width: 24%;
  letter-spacing: 0.2em;
}

/* .flow-dic li:nth-child(1) {
  padding-right: 45px;
}
.flow-dic li:nth-child(3) {
  padding-left: 36px;
} */

.k-filler-price {
  margin-top: 140px;
}

/* table {
  border: 1.5px solid #727272;
  letter-spacing: 0.15em;
} */

table th,
table td {
  padding: 10px;
  font-size: 18px;
}

table th {
  background-color: #727272;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

table td {
  border: 1.5px solid #CCCCCC;
  color: #3D3D3D;
}

.price-table {
  border: 1.5px solid #ABA6C3;
}

.price-table thead th {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.price-table thead th:nth-child(1) {
  border-bottom: 1.5px solid #ffffff;
}

.price-table thead th:nth-child(3) {
  border-right: 1.5px solid #ABA6C3;
}

.price-table th {
  font-size: 24px;
  background-color: #ABA6C3;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.15;
}

.price-table td {
  text-align: center;
  font-weight: 500;
  border: 1.5px solid #ABA6C3;
  font-size: 18px;
  font-weight: 600;
}

.price-table th {
  padding: 10px 30px 20px;
}

.price-table td {
  padding: 10px;
}

.price-table th {
  border-bottom: 1.5px solid #fff;
}

td.lgPrice.hr {
  font-family: 'Noto Sans Japanese';
  font-weight: 100;
}

.bottom-clr {
  border-bottom: 1.5px solid #c9c9c9 !important;
}

.price-exBorder {
  border-bottom: 1.5px solid #Ffff !important;
  border-top: 1.5px solid #Ffff !important;
}

.clr-price {
  color: #71B9BE;
}

.clr-price-p {
  color: #ABA6C3
}

.bclr-white {
  color: #4D4D4D;
  background-color: #fff;
  padding: 8px 30px;
  font-size: 11px;
  width: 80px;
}

.sm-letter {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}

.k-filler-ditail {
  margin-top: 120px;
}

.ditail-table {
  margin-top: 60px;
  border: 1px solid #71B9BE;
}

.ditail-table th {
  font-family: kozuka-gothic-pr6n, sans-serif;
  text-align: center;
  background-color: #71B9BE;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}

.ditail-table td {
  font-family: kozuka-gothic-pr6n, sans-serif;
  border: 1px solid #71B9BE;
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 300;
  padding-left: 20px;
  letter-spacing: 0.1em;
}

.bottom-clr02 {
  border-bottom: 1.5px solid #71B9BE !important;
}
.bottom-clr03 {
  border-bottom: 1.5px solid #ABA6C3 !important;
}

.upsellImg {
  text-align: center;
  margin-top: 120px;
}

.upsellImg img {
  width: 50%;
}

.lgPrice {
  text-align: center;
  font-family: 'shippori-mincho', sans-serif;
  font-size: 39px !important;
  letter-spacing: 0.05em;
  padding-right: 30px;
}

.smPrice {
  font-family: 'shippori-mincho', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.exsletter {
  font-size: 14px;
}

.xs-price {
  display: block;
  text-align: right;
  font-size: 14px;
  padding-right: 25px;
}

.option-colr {
  font-size: 21px;
  margin: 80px 0 50px;
  text-align: center;
  background-color: #727272;
  color: #fff;
  padding: 10px 0;
}

.align-left {
  text-align: left !important;
  padding-left: 25px !important;
}

.link-quick {
  margin-top: 30px;
  text-align: center;
}

/* CTA設定 */
.cta-container {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.cta-btn {
  border: none;
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  letter-spacing: 0.2em;
  background-color: #727272;
  width: 600px;
  height: 90px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, .4);
}

.cta-btn:hover {
  cursor: pointer;
  box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, .3);
  background-color: #727272;
  color: #D1A76F;
  transition-duration: 0.5s;
}

.only-m {
  display: none;
}

.hide-m {
  display: block;
}

.flow-mobile {
  display: none;
}

.flow-mobile-pc {
  display: block;
}

.br-sp {
  display: none;
}

.br-sp-pc {
  display: block;
}
br.only-tb{
  display: none;
}

.type-table-g th {
  width: 20%;
  font-size: 25px;
  background-color: #71B9BE;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.15;
  padding: 10px 30px 20px;
  border-bottom: 1px solid #fff;
}

.type-table-g tbody th {
  background-color: #f5f5f5;
  border: 1.5px solid #c9c9c9;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 300;
}

.type-table-g thead th {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.type-table-g td {
  width: 20%;
  text-align: center;
  font-weight: 500;
  border: 1.5px solid #71B9BE;
  /* border-left: 1.5px solid #c9c9c9; */
  font-size: 37px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 0.7;
}

span.type-table-gXs {
  font-size: 11px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #333;
  font-weight: 400;
}

span.type-table-gXs-green {
  font-size: 15px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #8BC6C4;
  font-weight: 400;
}

.type-table-g td.xl-price {
  font-family: 'shippori-mincho', sans-serif;
  font-size: 39px;
  letter-spacing: 0.05em;
  line-height: 0.6em;
}
.type-table-g th.th-00{
  background-color: #fff;
  /* border: 1.5px solid #fff;
  border-bottom: 1.5px solid #C9C9C9; */
  border-right: 1.5px solid #8BC6C4;
}
.type-table-g th.th-01{
  background-color: #8BC6C4;
  border: 1.5px solid #8BC6C4;
}
.type-table-g th.th-02{
  background-color: #79BAB6;
  border: 1.5px solid #79BAB6;
}
.type-table-g th.th-03{
  background-color: #60ADAD;
  border: 1.5px solid #60ADAD;
}
.type-table-g th.th-04{
  background-color: #42A5A5;
  border: 1.5px solid #42A5A5;
}

.xl-price {
  color: #71B9BE;
}

.s-price {
  font-family: 'shippori-mincho', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.k-filler-balloonBox {
  text-align: center;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 60px 0 20px;
  padding: 0 5px 0 10px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-family: "kozuka-mincho-pr6n", 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  background: #333;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #333;
  z-index: 0;
}

.caseof-2pr {
  margin: 60px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.caseof-box {
  width: 45%;
  height: auto;
  border: 1px solid #CCCCCC;
  padding: 40px 10px 15px 10px;
}

.inBox.mgnSetup {
  margin-top: 35px;
}

.inBox {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
}

.inBox img:nth-child(2) {
  margin-top: 50px;
}

.inBox a {
  text-decoration: none;
}

img.mArowSize {
  display: block;
  margin: 10px auto 0;
}

.nameOf {
  background-color: #71B9BE;
  font-family: kozuka-mincho-pr6n, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", Times, "Times New Roman", serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 8px 5px 8px 22px;
  margin: 10px 0 20px;
  letter-spacing: 0.1em;
}
.nameOf.center{
  padding: 8px 10px;
}

.nameOf-sub {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #71B9BE;
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.nameOf-dis {
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #3d3d3d;
  padding: 20px 10px 10px;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

.link-btn-box2 {
  text-align: center;
  margin: 30px 0 60px;
}

/* タブレット設定 */
@media screen and (max-width:766px) {
  .only-m {
    display: none;
    /* display: block; */
  }
  br.only-tb{
    display: block;
  }

  .only-m.tb {
    /* display: none; */
    display: block;
  }

  .hide-m {
    display: block;
    /* display: none; */
  }

  .hide-m.tb {
    /* display: block; */
    display: none;
  }

  .k-filler-cw {
    font-size: 26px;
  }

  .reasonNum img {
    width: 3.5%;
  }

  .icon-cect {
    width: 20%;
  }

  .prTitle {
    font-size: 20px;
    padding: 10px 0;
  }

  .prName {
    font-size: 20px;
    margin-top: 15px;
  }

  .prDisp {
    padding: 0 50px 20px;
  }

  .prLeft {
    width: 144px;
    font-size: 10px;
  }

  .prRight {
    margin-left: 20px;
    width: 100%;
  }

  .clr-pricBox p {
    font-size: 14px;
  }

  .pr-clr {
    font-size: 26px;
    margin-left: 20px;
  }

  .pr-lgPrice {
    font-size: 40px;
  }

  .pr-smPrice {
    font-size: 18px;
  }

  .pr-slPrice {
    font-size: 22px;
  }

  .about-left {
    width: 30%;
  }

  .about-right {
    width: 60%;
  }

  .about-right p {
    font-size: 16px;
  }

  .smallBox img {
    width: 60px;
  }

  .recommend-box li:nth-child(odd) {
    margin-right: 0;
  }

  .recommend-box li {
    padding-left: 40px;
    margin-top: 20px;
  }

  .point-title img {
    width: 260px;
    left: 450px;
  }

  .point-exLarge {
    font-size: 80px;
    line-height: 1;
  }

  .pointLeft {
    width: 50%;
  }

  .pointRight {
    margin-left: 20px;
  }

  .pointRight h3 {
    font-size: 23px;
  }

  .pointList {
    margin: 0;
  }

  .pointList li {
    font-size: 18px;
  }

  .pointList {
    margin: 20px 0 20px;
  }

  .diffBox {
    padding: 30px 50px;
  }

  .discHilight {
    padding: 5px 10px;
  }

  .diff-discRight p {
    font-size: 16px;
  }

  .hilight-right {
    padding-left: 0px;
  }

  .diffTitle {
    font-size: 22px;
  }

  .diffTitle .small-tex {
    font-size: 14px;
  }

  .diff-discRight p {
    width: auto;
  }

  .caseBox {
    width: 47%;
    padding: 25px 25px;
  }

  .caseTitle {
    font-size: 18px;
  }

  .caseTag {
    font-size: 12px;
  }

  .caseicon-size {
    width: 190px;
    margin-top: -120px;
  }

  .hExlarge {
    font-size: 80px;
  }

  .caution-box {
    padding: 20px;
  }

  .caution-inner {
    display: block;
  }

  .cautionLeft {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 8%;
  }
  .cautionRight {
    width: 100%;
  }

  .type-inner p {
    font-size: 16px;
    text-align: left;
  }

  /* .type-table thead th {
    font-size: 18px;
  }

  .type-table th {
    font-size: 18px;
    width: 100px;
    padding: 10px 0px 20px;
    line-height: 1.6;
  }

  .type-table td {
    line-height: 1;
  } */

  .only-m img {
    position: relative;
    display: block;
    width: 70%;
    margin: 0 0 0 auto;
  }
  .only-m img.readon-m{
    width: 80%;
  }

  .flow-txt {
    margin-top: 15px;
  }

  .flow-txt li {
    font-size: 18px;
  }

  .flow-dic li {
    font-size: 14px;
    width: 202px;
  }

  .price-table thead th {
    font-size: 18px;
  }

  .price-table th {
    font-size: 18px;
    width: 100px;
    padding: 10px 0px 20px;
    line-height: 1.6;
  }

  .price-table td {
    line-height: 1;
  }

  .bclr-white {
    padding: 8px 5px;
  }

  .lgPrice {
    font-size: 35px !important;
  }

  .smPrice {
    font-size: 18px;
  }

  .ditail-table th {
    font-size: 18px;
  }

  .ditail-table td {
    font-size: 18px;
  }

  .back-clr-filler-sp {
    display: block;
    position: relative;
    width: 100%;
    background: url(../images/recommend-sp.jpeg) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .back-clr-filler-pc {
    display: none;
  }

  .recommend-inner img {
    width: 50%;
    margin-bottom: 0;
  }

  .recommend-inner p {
    font-size: 27px;
    margin-bottom: -115px;
  }

  .recommendTitle {
    text-align: right;
    padding: 200px 20px 0;
  }

  .recommendTitle-inner {
    display: inline-block;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
  }

  .recommendTitle-inner h2 {
    font-size: 40px;
  }

  .recommendText p {
    font-size: 22px;
  }

  .fillerDeco {
    position: absolute;
    right: 0%;
    bottom: 10px;
    text-align: right;
  }

  .fillerDeco img {
    width: 70%;
    padding: 20px;
  }

  .about-inner-cont {
    padding: 30px 0 100px;
  }

  .flow-mobile {
    display: none;
  }

  .flow-mobile-pc {
    display: block;
  }

  .br-sp-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .decoComparison {
    margin-bottom: 15px;
  }

  .comparisonImage img {
    width: 7%;
  }

  .comparison-container p {
    padding: 20px;
    text-align: left;
    font-size: 14px;
  }

  .k-worries {
    width: 7%;
    position: absolute;
    right: 75px;
    top: 15px;
  }

  .reasons-header .hreason {
    font-size: 40px;
  }

  .reasons-header h2 {
    font-size: 20px;
  }

  .reason-box {
    display: block;
    width: 100%;
    margin: 30px 0;
  }

  .reason-box-rev {
    display: block;
    width: 100%;
    margin: 30px 0;
  }

  .reasonLeft img {
    width: 80%;
  }

  .reasonLeft-rev {
    width: 100%;
    padding: 10px 60px 30px;
    margin-left: 0;
  }

  .reasonRight {
    width: 100%;
    padding: 10px 60px 30px;
    margin-left: 0;
  }

  .type-table-g thead th {
    font-size: 14px;
  }

  .type-table-g tbody th {
    font-size: 14px;
  }

  .product-img {
    width: 70%;
  }

  .img-half {
    width: 50%;
  }

  .type-table-g th {
    padding: 5px;
    font-size: 14px;
  }

  .type-table-g td.xl-price {
    font-size: 20px;
  }

  span.s-price {
    font-size: 14px;
  }

  span.type-table-gXs-green {
    font-size: 12px;
  }

  .caseof-box {
    width: 49%;
    padding: 10px;
  }

  .nameOf-sub,
  .nameOf,
  .nameOf-dis {
    font-size: 18px;
  }

  img.mArowSize {
    width: 15%;
  }

  .link-btn-box2 {
    margin: 30px 0;
  }

  img.mArowSize {
    margin: 10px auto 30px;
  }

  .link-btn-box2 .link-btn {
    font-size: 17px;
  }
  .xs-price{
    padding-right: 0;
  }
  .type-table-g td.xl-price{
    line-height: 1;
  }

}

/* モバイル設定 */
@media screen and (max-width:550px) {
  .br-sp {
    display: block;
  }

  .br-sp-pc {
    display: none;
  }

  .only-m {
    display: block;
  }

  .hide-m {
    display: none;
  }

  .flow-mobile {
    display: block;
  }

  .flow-mobile-pc {
    display: none;
  }

  .hTitle .about-txt {
    width: 160px;
  }

  .hTitle .diff-txt {
    width: 260px;
  }

  .hTitle .case-txt {
    width: 100px;
  }

  .hTitle .flow-txt {
    width: 100px;
  }

  .hTitle .price-txt {
    width: 120px;
  }

  .hTitle .ditail-txt {
    width: 140px;
  }

  .k-filler-cw {
    font-size: 18px;
  }

  .decoCenter {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .prBox hr {
    width: 85%;
  }

  .prTitle {
    font-size: 18px;
  }

  .prName {
    font-size: 16px;
  }

  .prname-sm {
    font-size: 14px;
  }

  .prDisp {
    padding: 0px 7% 15px;
  }

  .prLeft {
    width: 136px;
    font-size: 9px;
  }

  .prRight {
    margin-left: 5px;
  }

  .clr-pricBox {
    margin-right: 8px;
  }

  .clr-pricBox p {
    font-size: 10px;
    text-align: center;
  }

  .pr-clr {
    text-align: right;
    font-size: 18px;
    margin-left: 10px;
  }

  .pr-lgPrice {
    font-size: 30px;
  }

  .pr-smPrice {
    font-size: 10px;
  }

  .pr-slPrice {
    font-size: 18px;
  }

  .link-btn {
    font-size: 18px;
    padding: 15px 5px 15px 50px;
  }

  .decoCenter-white {
    font-size: 20px;
  }
  .smallBox img {
    width: 30px;
  }

  .smallBox {
    width: max-content;
    margin-left: 40px;
    font-size: 16px;
  }
  .cautionLeft {
    width: 15%;
  }
  .cautionRight p{
    font-size: 14px;
  }

  .about-inner-cont {
    display: block;
  }

  .about-left {
    width: 40%;
  }

  .about-left img {
    text-align: center;
    width: 100%;
  }

  .about-right {
    margin-top: 10px;
    max-width: 100%;
    margin-left: 0;
  }

  .recommend-box {
    padding: 20px 15px 40px;
  }

  .recommend-box li {
    width: 100%;
    font-size: 20px;
    padding-left: 0;
  }
  .point-inner{
    margin-top: 5px;
  }
  .point-title img {
    width: 120px;
    top: 10px;
    left: 260px;
  }
  .caution-box{
    margin-bottom: 70px;
  }

  .point-exLarge {
    font-size: 40px;
  }

  .point-txt {
    font-size: 19px;
  }
  .pointRight {
    margin-left: 10px;
  }

  .pointRight h3 {
    font-size: 16px;
    margin-left: 5px;
  }

  .pointList li {
    font-size: 12px;
    width: 180px;
    margin: 10px 5px;
  }

  .decoComparison {
    font-size: 20px;
  }

  .decoComparison {
    margin-bottom: 0;
  }

  .k-worries {
    width: 7%;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .diffcontents .discBox {
    position: relative;
    display: block;
  }

  .diffBox {
    padding: 30px 26px;
  }

  .diff-discLeft {
    width: 100%;
  }

  .diff-discLeft img {
    width: 100%;
  }

  .diff-discRight {
    margin-top: 30px;
    width: 100%;
    padding: 0;
  }

  .discHilight {
    width: 100%;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
  }

  .diff-discRight p {
    font-size: 14px;
  }

  .case-inner {
    display: block;
  }

  .caseBox {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  .caseicon-size {
    width: 156px;
    margin-top: -20px;
  }

  .hExlarge {
    font-size: 60px;
  }
  .reason{
    margin-top: 55px;
  }
  .reasons-header {
    width: 100%;
    padding: 20px;
  }
  .reasons-header .hreason {
    font-size: 28px;
  }
  .reasons-header h2 {
    font-size: 16px;
  }
  .reasonNum {
    font-size: 65px;
    text-align: center;
    width: 100%;
    line-height: .7;
  }
  .reasonNum img {
    width: 3.5%;
  }

  span.reasonTitle {
    font-size: 22px;
    text-align: center;
    width: 100%;
    vertical-align: 90%;
  }
  .reasonRight {
    padding: 20px;
  }
  .reasonRight p {
    font-size: 16px;
  }

  .reasonLeft-rev {
    padding: 30px;
  }
  .reasonLeft-rev p {
    font-size: 16px;
  }

  
  .flow-mobile {
    height: 50px;
  }

  .flow-dic {
    margin-top: 20px;
  }

  .flow-dic li {
    font-size: 12px;
    width: 114px;
  }

  .flow-txt {
    margin-top: 15px;
  }

  .flow-txt li {
    font-size: 14px;
  }

  .bclr-white {
    font-size: 9px;
  }

  span.type-tableXS {
    font-size: 9px;
  }

  span.type-tableXS-green {
    font-size: 11px;
  }

  .bclr-white {
    padding: 4px 5px;
  }

  .flow-container {
    padding: 0;
  }
  .flow-dic li:nth-child(1) {
    padding-right: 0;
  }

  .flow-dic li:nth-child(3) {
    padding-left: 0;
  }
  .flowMob {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .flowMob-left {
    width: 40%;
    display: block;
    margin-right: 30px;
  }
  .flowMob-right {
    width: 60%;
    display: block;
  }
  .flowMob-left img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .flowMob-left img:nth-child(even) {
    width: 30px;
  }
  .flowMob-right img {
    width: 100%;
    margin: 0 auto;
  }
  .flow-box {
    position: relative;
    display: block;
  }
  .flow-box p {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    font-weight: 400;
    padding: 10px 0;
  }
  .flow-box.b01 {
    margin-top: 20px;
  }
  .flow-box.b02 {
    margin-top: 75px;
  }

  .flow-box.b03 {
    margin-top: 90px;
  }
  .flow-stepTitle {
    position: relative;
    font-family: kozuka-mincho-pr6n, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", Times, "Times New Roman", serif;
    color: rgb(61, 61, 61);
    text-align: center;
    font-size: 16px;
    z-index: 2;
    margin-top: -15px;
  }
  .flow-stepico {
    display: inline-block;
    vertical-align: middle;
  }
  .about-inner-cont .about-left {
    text-align: center;
    width: 100%;
  }

  .about-inner-cont .about-left img {
    width: 95%;
  }

  .about-inner-cont {
    padding: 30px 20px;
  }

  .about-right {
    width: 100%;
    padding: 15px 0;
  }

  table td {
    padding-left: 15px;
  }

  table th,
  table td {
    padding: 8px;
    font-size: 12px;
  }

  .price-table th {
    font-size: 12px;
  }

  .price-table td {
    font-size: 10px;
  }

  .price-table th,
  .price-table td {
    padding: 8px 5px !important;
    line-height: 18px;
    letter-spacing: 0.07em;
  }

  .lgPrice {
    font-size: 20px !important;
    text-align: center !important;
  }

  .smPrice {
    font-size: 12px;
  }

  .exsletter {
    font-size: 10px;
  }

  .price-table thead th img {
    width: 22px;
  }

  .price-table thead th {
    font-size: 14px;
    margin-right: 4px;
  }

  .sm-letter {
    font-size: 12px;
  }

  .ditail-table {
    margin-top: 0;
  }
  .ditail-table th {
    width: 35%;
    font-size: 12px;
  }
  .ditail-table td {
    font-size: 12px;
  }
  .upsellImg img {
    width: 100%;
  }
  .cta-btn {
    font-size: 20px;
    width: 300px;
    height: 60px;
  }
  .caseof-2pr {
    display: block;
  }
  .caseof-box {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 0 20px 5px 20px;
    margin-bottom: 30px;
  }

  .inBox {
    margin: 30px 0 20px;
  }

  .mArowSize {
    width: 20%;
  }

  .decoCenter-white {
    margin-bottom: 20px;
  }

  .back-clr-black {
    padding: 40px 0 70px;
  }

  .back-clr-filler-sp {
    padding-bottom: 110px;
  }

  .recommend-inner img {
    margin-bottom: -46px
  }

  .recommend-inner p {
    font-size: 20px;
    margin-bottom: -75px;
  }

  .recommendTitle-inner {
    top: 0;
  }

  .recommendTitle-inner h2 {
    font-size: 30px;
  }

  .recommendText p {
    font-size: 20px;
    margin-bottom: -85px;
  }

  .fillerDeco {
    position: absolute;
    right: 15px;
    bottom: 10px;
  }

  .fillerDeco img {
    width: 50%;
    padding: 20px;
  }

  .k-filler-differ {
    margin-top: 70px;
  }

  .type-inner p {
    text-align: left;
  }
  .nameOf-sub, .nameOf-dis {
    font-size: 16px;
}
.nameOf{
  font-size: 19px;
  padding: 8px 0px 8px 12px;
}
.nameOf.center{
  padding: 8px 10px;
}
.type-table-g thead th{
  font-size: 11px;
}
.type-table-g td{
  line-height: 0.25;
}
.img-half {
  width: 38%;
}
.type-table-g td.xl-price{
  font-size: 15px;
  line-height: 1;
}
.xs-price{
  font-size: 6px;
}
span.s-price{
  font-size: 10px;
}
span.type-table-gXs-green{
  font-size: 10px;
}
.type-table-g thead th{
  padding: 10px 0px;
}
.type-table-g tbody th{
  font-size: 11px;
}
.type-inner p{
  font-size: 14px;
}
.balloon {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
}
br.only-tb{
  display: none;
}
.nameOf-dis {
  padding: 20px 5px 10px;
  margin-left: 3px;
}

}

@media screen and (max-width:380px) {
  .k-filler-cw {
    font-size: 17px;
  }
  .decoComparison {
    font-size: 18px;
  }
  .comparisonImage img {
    width: 7%;
  }
  .k-worries {
    right: 5px;
}
  .point-txt {
    font-size: 18px;
  }
  .pointRight h3 {
    font-size: 15px;
  }
  .pointList li {
    font-size: 13px;
    width: 160px;
  }
  .reasons-header h2 {
    font-size: 15px;
  }
  .point-title img {
    left: 251px;
  }
  .clr-pricBox {
    margin-right: 0;
  }
  .clr-pricBox {
    padding: 2px 4px;
  }
  .clr-pricBox p {
    font-size: 9px;
  }
  .prLeft {
    font-size: 8px;
  }
  .reasonNum img {
    width: 2%;
  }
  .recommend-inner p {
    font-size: 16px;
    margin-bottom: -60px;
}
.link-btn {
  font-size: 18px;
  padding: 15px 5px 15px 30px;
}
br.only-tb{
  display: none;
}
.nameOf-dis {
  padding: 20px 5px 10px;
  margin-left: 3px;
}
}