/* 共通設定*/

.kogao-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: #D1A76F;
}
/* h2見出しデコレーション */
.decoLeft {
  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: 30px;
  font-weight: 400;
  border-left: 12px solid #D1A76F;
  padding: 5px 15px 5px;
  color: #373737;
  margin-bottom: 30px;
  letter-spacing: 0.3em;
}
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;
}
.nameOf{
  background-color: #D1C2AC;
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding: 8px 20px;
  margin: 0 20px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.inBox a{
  text-decoration: none;
}
.nameOf:hover{
  background-color: #727272;
  transition-duration: 0.5s;
}

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



.mainview {
 /* width: 100%; */
 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;
}

.kogao-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: 30px;
  text-align: center;
  letter-spacing: 0.2em;
}

.about-inner-cont {
  position: relative;
  display: flex;
}
.about-right{
  margin-left: -65px;
}
.about-right p{
  color: #727272;
}
.melit-box ul{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  
}
.melit-box li{
  width: 42%;
  font-size: 32px;
  color: #373737;
  letter-spacing: 0.25em;
  line-height: 1.2;
  font-weight: 600;
}
.melit-box li:nth-child(even){
  margin-left: 85px;
}
.melit-box li:nth-child(odd){
  margin-right: 85px;
}
.melit-box li img{
  position: relative;
  margin-top: -20px;
  z-index: -10;
}

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

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


.caseTable {
  border: none;
  margin: 0 0 0 10px;
  padding: 0;
}
.caseTable td {
  border: none;
  text-align: left;
  margin: 0;
  padding: 0 5px 30px 0;
  vertical-align: top;
  font-weight: 600;
}

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

.inBox{
  position: relative;
  display:inline-block;
  text-align: center;
  margin: 60px 0 20px;
}
.inBox img:nth-child(2){
  margin-top: 50px;
}

.buccalfat-case .about-inner-cont .about-right,
.joolfat-case .about-inner-cont .about-right,
.mailerfat-case .about-inner-cont .about-right
{
  margin-left: 20px;
} 

.back-colr {
  background-color: #E6E6E6;
  padding: 10px 0 5px 30px;
  letter-spacing: 0.15em;
}
.back-colr ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.back-colr li {
  width: 337px;
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.back-colr li:nth-child(2), .back-colr li:nth-child(5)  {
  margin-left: 29px;
  margin-right: 30px;
}

table {
  border: 1px 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: 1px solid #CCCCCC;
  color: #727272;
  padding-left: 60px;
}

.price-table {
  border: 1px solid #D1C2AC;
}

.price-table thead th {
  text-align: left;
  padding: 20px 0 20px 20px;
  vertical-align:middle;
  font-size: 21px;
  border-bottom: 1px solid #fff;
}
.price-table thead th img {
  width: 35px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.price-table th {
  font-size: 21px;
  background-color: #D1C2AC;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.price-table td {
  text-align: center;
  font-weight: 500;
  border: 1px solid #D1C2AC;
  font-size: 18px;
  font-weight: 600;
}
.price-table th, .price-table td {
  padding: 10px 60px;
}
.price-table th{
  border-right: 1px solid #fff;
}
.price-exBorder {
  border-bottom: 1px solid #Ffff !important;
  border-top: 1px solid #Ffff !important;
}

.monitor-colr {
  background-color: #DDD0BF;
  color: #fff;
}

.case-box{
  background-color: #E6E6E6;
  padding: 20px 60px;
  
}

.case-box-inn{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.case-disc{
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
}

.upsell-back-colr{
  background-color: #F3F0E8;
  padding: 10px 0;
}

.upsell-inner {
 text-align: center;
}
.upsell-inner img{
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}

.decoBorder-upsell{
  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: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  letter-spacing: 0.2em;
}

.lgPrice{
  text-align: right !important;
  font-family: 'shippori-mincho', sans-serif;
  font-size: 34px !important;
  letter-spacing: 0.05em;
  padding-right: 60px !important;
}
.smPrice{
  font-family: 'shippori-mincho', sans-serif;
  font-size: 21px;
  letter-spacing: 0.05em;
}
.exsletter {
  font-size: 14px;
}

.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;
}
.link-quick button {
  font-size: 21px;
  margin-top: 30px;
  background-color: #CEBFA9;
  color: #fff;
  border: none;
  padding: 15px 30px;
  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;
  cursor: pointer;
}
.link-quick button:hover {
  background-color: #727272;
  transition-duration: 0.5s;
}

/* 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.15em;
  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;
}

.br-sp {
  display: none;
}

/* モバイル設定 */
@media screen and (max-width:550px) {
  .br-sp {
    display: block;
  }
  .mSpace200{
    margin-top: 100px;
  }
  .linkinpage {
    margin-top: 30px;
}
  .linkinpage .btn-anchor li a{
    font-size: 14px;
  }
  .kogao-cw {
    margin-top: 60px;
    font-size: 22px;
  }
  .decoLeft {
    font-size: 22px;
  }
  p{
    font-size: 14px;
  }
  .nameOf {
    font-size: 16px;
    padding: 15px 20px;
  }
  .decoBorder {
    font-size: 19px;
    letter-spacing: 0.15em;
  }
  .decoBorder-upsell{
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .decoBorder:before, .decoBorder:after {
    width: 20px;
    top: -6px;
  }
  .decoBorder:before, .decoBorder-upsell::before {
    margin-right: 8px;
  }
  .decoBorder:after, .decoBorder-upsell::after {
    margin-left: 8px;
  }
  .decoBorder-upsell::before, .decoBorder-upsell::after
  {
    width: 10px;
    top: -6px;
  }
  
  .about-inner-cont {
    display: block;
  }
  .about-left img {
    text-align: center;
    width: 100%;
  }
  .about-right {
    margin-top: 30px;
    max-width: 100%;
    margin-left: 0;
  }
  .meritNum {
    font-size: 38px;
  }
  .melit-box li {
    width: 100%;
    font-size: 24px;
  }
  .melit-box li:nth-child(odd) {
    margin-right: 30px;
  }
  .melit-box li:nth-child(even) {
    margin-left: 30px;
  }
  .caseof-3pr {
    display: block;
  }
  .caseof-box {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 40px 20px 15px 20px;
    margin-bottom: 30px;
  }
  .mArowSize{
    width: 20%;
  }
  .inBox {
    margin: 30px 0 20px;
  }
  .inBox img:nth-child(2) {
    width: 80%;
  }
  .caseTable td {
    font-size: 16px;
    padding: 0 5px 22px 0;
  }
  .caseTable td img{
    width: 28px;
  }
  .about-inner-cont .about-left {
    text-align: center;
  }
  .about-inner-cont .about-left img {
    width: 80%;
  }
  .back-colr {
    padding: 0;
    letter-spacing: 0.03em;
  }
  .back-colr ul {
    display: block;
    padding: 10px 10px;
  }
  .back-colr li:nth-child(2), .back-colr li:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .back-colr ul li img {
    width: 32px;
    margin-right: 15px;
  }
  .back-colr li {
    width: 100%;
    font-size: 18px;
  }
  .case-box {
    padding: 30px;
}
  .case-box-inn {
    display: block;
  }
  .case-box-inn img{
  margin-bottom: 30px;
  }
  .case-disc {
    margin-top: 0;
  }
  .buccalfat-case .about-inner-cont .about-right, .joolfat-case .about-inner-cont .about-right, .mailerfat-case .about-inner-cont .about-right {
    margin-right: 20px;
}
  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: 20px;
    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;
  }

  .link-quick button {
    font-size: 18px;
    padding: 15px 25px;
  }
  



  .cta-btn {
    font-size: 20px;
    width:300px;
    height: 60px;
  }
}