@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

/* グローバル
***************************************************************/
@media all and (min-width: 681px) {
  .w_icatch {
    background-image: url(../img/works/works1.jpg);
  }
  .pageNav.clm2 .ul1 {
    justify-content: center;
  }
}
@media all and (max-width:680px) {
  .w_icatch {
    background-image: url(../img/works/works1_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* worksWrap1
***************************************************************/
.worksWrap1 {
  padding: 85px 0 20px;
}
.worksWrap1 .ul1 {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.worksWrap1 .ul1 > li {
  width: 522px;
}
.worksWrap1 .ul1 > li a {
  width: 100%;
  display: block;
  position: relative;
  border: 2px solid #6e7175;
  background-color: #fff;
  position: relative;
}
.worksWrap1 .titBox1 {
  width: 100%;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6e7175;
}
.worksWrap1 .titBox1 .case {
  color: #a99d54;
  font-size: 24px;
  font-weight: 700;
}
.worksWrap1 .titBox1 .case .num {
  font-size: 33px;
}
.worksWrap1 .titBox1 .tit1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 40px;
  font-family: 'Noto Sans JP', sans-serif;
}
.worksWrap1 .block1 {
  display: flex;
  align-items: center;
}
.worksWrap1 .block1 .data1 {
  width: 180px;
  padding: 24px 12px 24px 24px;
}
.worksWrap1 .block1 .data1 .data1In {
  width: 100%;
  border-right: 2px solid #6c6230;
  border-bottom: 2px solid #6c6230;
  display: flex;
  flex-flow: wrap;
}
.worksWrap1 .block1 .data1 .dl1 {
  width: 100%;
}
.worksWrap1 .block1 .data1 .dl1 .dt1 {
  background-color: #6c6230;
  color: #fff;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-left: 2px solid #6c6230;
}
.worksWrap1 .block1 .data1 .dl1 .dt1 .price {
  font-size: 30px;
  padding: 0 2px 4px 0;
}
/* .worksWrap1 .block1 .data1 .dl1 dd {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-left: 2px solid #6c6230;
  border-bottom: 2px solid #6c6230;
} */
.worksWrap1 .block1 .data1 .dl2 {
  width: 50%;
}
.worksWrap1 .block1 .data1 .dl2 dt {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  line-height: 1.25;
  background-color: #E2E0D6;
  border-left: 2px solid #6c6230;
  border-bottom: 2px solid #6c6230;
}
.worksWrap1 .block1 .data1 .dl2 dd {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  border-left: 2px solid #6c6230;
}
.worksWrap1 .block1 .img1 {
  width: calc(100% - 180px);
  padding-right: 16px;
}
.worksWrap1 .block2 {
  background-color: #f0f0f0;
  padding: 27px 0 50px;
}
.worksWrap1 .block2 .data2 {
  width: 390px;
  margin: 0 auto;
  display: flex;
}
.worksWrap1 .block2 .data2.type2 {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #6e7175;
}
.worksWrap1 .block2 .data2 > li {
  width: calc(100% / 3);
  height: 52px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.worksWrap1 .block2 .data2 > li:nth-of-type(2) {
  border-left: 1px solid #6e7175;
  border-right: 1px solid #6e7175;
}
.worksWrap1 .block2 .data2 > li .t1 {
  font-size: 14px;
}
.worksWrap1 .block2 .data2 > li .t2 {
  font-size: 20px;
  font-weight: 700;
}
.worksWrap1 .block2 .data2 > li .t2.check1 {
  width: 19px;
}
.worksWrap1 .block2 .data2 > li .t2.check2 {
  width: 21px;
  padding-left: 1px;
}
.worksWrap1 .linkBtn1 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 154px;
  height: 35px;
  background-color: #a99d54;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.worksWrap1 .linkBtn1::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  transition: background 0.3s ease, width 0.3s ease;
}
@media all and (min-width: 681px) {
  .worksWrap1 .ul1 > li:nth-of-type(1n + 3) {
    margin-top: 50px;
  }
  .worksWrap1 .ul1 > li a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
    pointer-events: none;
  }
  .worksWrap1 .ul1 > li a:hover::after {
    background-color: rgba(60, 60, 60, .3);
  }
  .worksWrap1 a:hover .linkBtn1 {
    background-color: #6e7175;
  }
  .worksWrap1 a:hover .linkBtn1::after {
    width: 30px;
  }
}
@media all and (max-width:680px) {
  .worksWrap1 {
    padding: 50px 0 30px;
  }
  .worksWrap1 .ul1 {
    width: 100%;
    padding: 0 5%;
    display: block;
  }
  .worksWrap1 .ul1 > li {
    width: 100%;
  }
  .worksWrap1 .ul1 > li + li {
    margin-top: 40px;
  }
  .worksWrap1 .titBox1 {
    width: 100%;
    padding: 10px 10px;
    flex-flow: column;
    border-bottom: none;
  }
  .worksWrap1 .titBox1 .case {
    font-size: 17px;
  }
  .worksWrap1 .titBox1 .case .num {
    font-size: 24px;
  }
  .worksWrap1 .titBox1 .tit1 {
    font-size: 16px;
    margin-left: 0;
  }
  .worksWrap1 .block1 {
    display: block;
  }
  .worksWrap1 .block1 .data1 {
    width: 100%;
    padding: 0;
  }
  .worksWrap1 .block1 .data1 .data1In {
    border-right: none;
    border-bottom: 2px solid #6c6230;
  }
  .worksWrap1 .block1 .data1 .dl1 {
    width: 50%;
  }
  .worksWrap1 .block1 .data1 .dl1 .dt1 {
    height: 78px;
    font-size: 22px;
    border-left: none;
    border-left: 2px solid #6c6230;
    border-top: 2px solid #6c6230;
  }
  .worksWrap1 .block1 .data1 .dl1 .dt1 .price {
    font-size: 33px;
  }
  /* .worksWrap1 .block1 .data1 .dl1 dd {
    height: 34px;
    font-size: 17px;
    border-left: none;
    border-bottom: none;
  } */
  .worksWrap1 .block1 .data1 .dl2 {
    width: 25%;
  }
  .worksWrap1 .block1 .data1 .dl2 dt {
    height: 44px;
    border-top: 2px solid #6c6230;
  }
  .worksWrap1 .block1 .data1 .dl2 dd {
    height: 34px;
    font-size: 17px;
  }
  .worksWrap1 .block1 .img1 {
    width: 100%;
    padding: 10px;
  }
  .worksWrap1 .block2 {
    padding: 18px 0 44px;
  }
  .worksWrap1 .block2 .data2 {
    width: 100%;
  }
  .worksWrap1 .block2 .data2 > li {
    height: 40px;
  }
  .worksWrap1 .block2 .data2 > li .t1 {
    font-size: 12px;
  }
  .worksWrap1 .block2 .data2 > li .t2 {
    font-size: 17px;
  }
  .worksWrap1 .block2 .data2 > li .t2.check1 {
    width: 15px;
  }
  .worksWrap1 .block2 .data2 > li .t2.check2 {
    width: 17px;
  }
  .worksWrap1 .linkBtn1 {
    width: 120px;
    height: 30px;
    font-size: 13px;
  }
  .worksWrap1 .linkBtn1::after {
    width: 20px;
    top: 4px;
  }
}
@media all and (max-width:370px) {
  .worksWrap1 .titBox1 .tit1 {
    font-size: 14px;
  }
}


/***************************************************************
CASE
***************************************************************/

/* caseWrap1
***************************************************************/
.caseWrap1 .caseTitle1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 40px 0 110px;
}
.dataBlock1 .dataIn {
  width: 680px;
  margin: 0 auto;
  padding-bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dataBlock1 .block1 {
  width: 145px;
}
.dataBlock1 .block1 .data1 .dl1 {
  width: 100%;
}
.dataBlock1 .block1 .data1 .dl1 .dt1 {
  background-color: #6c6230;
  color: #fff;
  width: 100%;
  height: 125px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.dataBlock1 .block1 .data1 .dl1 .dt1 .s1 {
  font-size: 20px;
}
.dataBlock1 .block1 .data1 .dl1 .dt1 .s2 {
  font-weight: 700;
}
.dataBlock1 .block1 .data1 .dl1 .dt1 .s2 .price {
  font-size: 43px;
  padding: 0 2px 4px 0;
}
/* .dataBlock1 .block1 .data1 .dl1 dd {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-left: 2px solid #6c6230;
  border-right: 2px solid #6c6230;
  border-bottom: 2px solid #6c6230;
} */
.dataBlock1 .block2 {
  width: 520px;
}
.dataBlock1 .block2 .data2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.dataBlock1 .block2 .data2.type2 {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #6e7175;
}
.dataBlock1 .block2 .data2 > li {
  width: calc(100% / 4);
  height: 52px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.dataBlock1 .block2 .data2 > li + li {
  border-left: 1px solid #6e7175;
}
.dataBlock1 .block2 .data2 > li .t1 {
  font-size: 14px;
}
.dataBlock1 .block2 .data2 > li .t2 {
  font-size: 20px;
  font-weight: 700;
}
.dataBlock1 .block2 .data2 > li .t2.check1 {
  width: 19px;
}
.dataBlock1 .block2 .data2 > li .t2.check2 {
  width: 21px;
  padding-left: 1px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .caseWrap1 .caseTitle1 {
    font-size: 20px;
    letter-spacing: 0.075em;
    padding: 40px 0 50px;
  }
  .dataBlock1 .dataIn {
    width: 100%;
    padding: 0 5% 80px;
    display: block;
  }
  .dataBlock1 .block1 {
    width: 100%;
  }
  .dataBlock1 .block1 .data1 .dl1 {
    display: flex;
  }
  .dataBlock1 .block1 .data1 .dl1 .dt1 {
    width: 100%;
    height: 50px;
    display: flex;
    flex-flow: row;
    font-size: 20px;
    line-height: 1;
  }
  .dataBlock1 .block1 .data1 .dl1 .dt1 .s1 {
    font-size: 14px;
  }
  .dataBlock1 .block1 .data1 .dl1 .dt1 .s2 {
    padding-bottom: 4px;
  }
  .dataBlock1 .block1 .data1 .dl1 .dt1 .s2 .price {
    font-size: 30px;
    padding: 0 3px 0 6px;
  }
  /* .dataBlock1 .block1 .data1 .dl1 dd {
    width: 50%;
    height: 50px;
    font-size: 20px;
    border-left: none;
    border-top: 2px solid #6c6230;
  } */
  .dataBlock1 .block2 {
    width: 100%;
    padding-top: 15px;
  }
  .dataBlock1 .block2 .data2 > li {
    width: calc(100% / 3);
    height: 52px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
  }
  .dataBlock1 .block2 .data2 > li .t1 {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
  }
  .dataBlock1 .block2 .data2 > li .t2 {
    font-size: 17px;
  }
  .dataBlock1 .block2 .data2 > li .t2.check1 {
    width: 15px;
  }
  .dataBlock1 .block2 .data2 > li .t2.check2 {
    width: 17px;
  }
}
@media all and (max-width:370px) {
}


/* caseWrap2
***************************************************************/
.caseWrap2 {
  padding: 0 0 90px;
}
.caseWrap2 .textBlock1 {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.caseWrap2 .textBlock1 + .textBlock1 {
  margin-top: 210px;
}
.caseWrap2 .textBlock1.type2 {
  background-color: #f0f0f0;
  padding: 60px 0;
  margin-top: 230px;
}
.caseWrap2 .textBlock1 + .textBlock1::before {
  content: "";
  width: 390px;
  height: 1px;
  background-color: #aa9d54;
  position: absolute;
  left: 320px;
  right: 0;
  top: -113px;
  margin: auto;
  transform: rotate(150deg);
}
.caseWrap2 .textBlock1 + .textBlock1.type2::before {
  width: 390px;
  left: 0;
  right: 368px;
  top: -98px;
  transform: rotate(-150deg);
}
.caseWrap2 .textBlock1 .textBlockInner {
  width: 710px;
  margin: 0 auto;
}
.caseWrap2 .textBlock1 .tit_h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.63;
  margin-top: 45px;
}
.caseWrap2 .textBlock1 .text_p1 {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 35px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .caseWrap2 {
    padding: 0 0 70px;
  }
  .caseWrap2 .textBlock1 {
    width: 100%;
  }
  .caseWrap2 .textBlock1 + .textBlock1 {
    margin-top: 110px;
  }
  .caseWrap2 .textBlock1.type2 {
    padding: 40px 0 45px;
    margin-top: 120px;
  }
  .caseWrap2 .textBlock1 + .textBlock1::before {
    width: 180px;
    left: 39vw;
    right: 0;
    top: -66px;
  }
  .caseWrap2 .textBlock1 + .textBlock1.type2::before {
    width: 180px;
    left: 0;
    right: 39vw;
    top: -45px;
  }
  .caseWrap2 .textBlock1 .textBlockInner {
    width: 100%;
    padding: 0 8%;
  }
  .caseWrap2 .textBlock1 .tit_h3 {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.1em;
    margin-top: 25px;
  }
  .caseWrap2 .textBlock1 .text_p1 {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
}
@media all and (max-width:370px) {
}


/* backLink
***************************************************************/
.backLink {
  padding-bottom: 100px;
}
.backLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 330px;
  height: 70px;
  margin: 0 auto;
  padding: 0 42px;
  background-color: #828282;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.backLink a::before {
  content: "";
  width: 22px;
  height: 18px;
  background-image: url(../img/common/ico_back1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media all and (min-width: 681px) {
  .backLink a:hover {
    background-color: #3c3c3c;
  }
}
@media all and (max-width:680px) {
  .backLink {
    padding-bottom: 70px;
  }
  .backLink a {
    width: 280px;
    height: 50px;
    font-size: 14px;
    padding: 0 25px;
  }
}
@media all and (max-width:370px) {
}


/* priceWrap1
***************************************************************/
.priceWrap1 {
  padding-bottom: 210px;
}
.priceBlock {
  padding-top: 100px;
}
.priceBlock + .priceBlock {
  margin-top: 100px;
  border-top: 2px solid #6e7175;
}
.priceBlock .titleCaption1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.95;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
/* priceGraph */
.priceGraph {
  width: 1100px;
  margin: 65px auto 0;
}
.priceGraph img {
  width: 100%;
  display: block;
}
/* price0Box */
.price0Box {
  width: 1100px;
  margin: 65px auto 0;
  padding: 60px 0 80px;
  background-color: #f0f0f0;
}
.price0Box .price0_tit {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.price0Box .price0_img {
  width: 930px;
  margin: 60px auto 0;
}
.price0Box .price0_img img {
  width: 100%;
  display: block;
}
/* buyingBox */
.buyingBox {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0;
}
.buyingBox .buy_tit {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.buyingBox .buyList {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  padding: 60px 0 0;
}
.buyingBox .buyList > li {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .buyingBox .buyList > li {
  width: 33.3%;
}
.buyingBox .buyList .buy_icon img {
  height: 124px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.buyingBox .buyList .buy_text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.46;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
/* price_contactBox */
.price_contactBox {
  padding-top: 85px;
}
.price_contact_tit {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.price_contactLink {
  width: 935px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.price_contactLink .li1 {
  width: 448px;
  height: 153px;
}
.price_contactLink .li1 a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #6c6230;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.price_contactLink .li1 a::after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: width 0.3s ease;
}
.price_contactLink .li1 a .s1 {
  font-size: 17px;
  letter-spacing: 0.12em;
}
.price_contactLink .li1 a .s2 {
  font-size: 50px;
  letter-spacing: 0.025em;
  position: relative;
  padding-left: 34px;
}
.price_contactLink .li1 a .s3 {
  font-size: 16px;
  letter-spacing: 0.12em;
  position: relative;
  width: 284px;
  margin-top: 6px;
}
.price_contactLink .li1 a .s2::after {
  content: "";
  width: 26px;
  height: 36px;
  background-image: url(../img/common/ico_tel1_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
}
.price_contactLink .li1 a .s3::before,
.price_contactLink .li1 a .s3::after {
  content: "";
  width: 10px;
  height: 22px;
  border: 2px solid #fff;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.price_contactLink .li1 a .s3::after {
  border-right: 2px solid #fff;
  border-left: none;
  left: auto;
  right: 0;
}
.price_contactLink .li1.type2 a {
  background-color: #aa9d54;
}
.price_contactLink .li1.type2 a .s2 {
  padding-left: 46px;
}
.price_contactLink .li1.type2 a .s2::after {
  width: 36px;
  height: 26px;
  background-image: url(../img/common/ico_mail1_w.svg);
}
@media all and (min-width: 681px) {
  .buyingBox .buyList > li:nth-of-type(1n + 4) {
    margin-top: 75px;
  }
  .price_contactLink .li1 a:hover {
    background-color: #3c3c3c;
  }
  .price_contactLink .li1 a:hover::after {
    width: 44px;
  }
}
@media all and (max-width:680px) {
  .priceWrap1 {
    padding-bottom: 100px;
  }
  .priceBlock {
    padding-top: 50px;
  }
  .priceBlock + .priceBlock {
    margin-top: 50px;
  }
  .priceBlock .titleCaption1 {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 15px;
    padding: 0 5%;
  }
  /* priceGraphSP */
  .priceGraphSP {
    padding: 30px 0 0;
  }
  .priceGraphSP .blk {
    width: 100%;
    background-color: #fff;
    padding: 30px 10%;
  }
  .priceGraphSP .blk .tit1 {
    padding: 0 2px;
  }
  .priceGraphSP .blk .tit1.type1 {
    width: 222px;
    margin: 0 auto;
  }
  .priceGraphSP .blk .img1 {
    margin-top: 20px;
    display: none;
  }
  .priceGraphSP .blk img {
    display: block;
    width: 100%;
  }
  .priceGraphSP .blk .btn1 {
    margin: 25px auto 0;
    padding: 6px 4px 6px 0;
    width: 200px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #999;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .priceGraphSP .blk .btn1::before {
    content: "▼ 価格を見る";
  }
  .priceGraphSP .blk .btn1.on::before {
    content: "▲ 閉じる";
  }
  .priceGraphSP .blk.block1,
  .priceGraphSP .blk.block3 {
    background-color: #f0f0f0;
  }
  /* price0Box */
  .price0Box {
    width: 100%;
    margin: 30px auto 0;
    padding: 25px 0 35px;
  }
  .price0Box .price0_tit {
    font-size: 18px;
  }
  .price0Box .price0_img {
    width: 90%;
    margin: 25px auto 0;
  }
  /* buyingBox */
  .buyingBox {
    width: 100%;
    padding: 50px 0 0;
  }
  .buyingBox .buy_tit {
    font-size: 18px;
  }
  .buyingBox .buyList {
    padding: 35px 0 0;
  }
  .buyingBox .buyList > li {
    width: 50%;
  }
  .buyingBox .buyList > li:nth-of-type(1n + 3) {
    margin-top: 10vw;
  }
  .buyingBox .buyList .buy_icon img {
    height: 22vw;
  }
  .buyingBox .buyList .buy_text {
    font-size: 3.8vw;
    letter-spacing: 0.05em;
    margin-top: 3.2vw;
  }
  /* price_contactBox */
  .price_contactBox {
    padding-top: 80px;
  }
  .price_contact_tit {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .price_contactLink {
    width: 100%;
    display: block;
    padding-top: 20px;
  }
  .price_contactLink .li1 {
    width: 288px;
    height: 120px;
    margin: 0 auto;
  }
  .price_contactLink .li1:nth-of-type(1n + 2) {
    margin-top: 20px;
  }
  .price_contactLink .li1 a::after {
    width: 20px;
  }
  .price_contactLink .li1 a .s1 {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .price_contactLink .li1 a .s2 {
    font-size: 32px;
    padding-left: 24px;
  }
  .price_contactLink .li1 a .s3 {
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 230px;
  }
  .price_contactLink .li1 a .s2::after {
    width: 18px;
    height: 24px;
  }
  .price_contactLink .li1 a .s3::before,
  .price_contactLink .li1 a .s3::after {
    width: 6px;
    height: 16px;
  }
  .price_contactLink .li1.type2 a .s2 {
    padding-left: 34px;
  }
  .price_contactLink .li1.type2 a .s2::after {
    width: 25px;
    height: 18px;
    top: 2px;
  }
}
@media all and (max-width:370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
