@charset "UTF-8";

/******************************
common
******************************/

/******************************
pagesec-price
******************************/
.pagesec-price .first{
  margin-bottom: 5rem;
  text-align: center;
}
.pagesec-price .price{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.pagesec-price .price > div > dt{
  font-size: 2.4rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
}
.pagesec-price .price > div > dt::before{
  content: "◯";
  color: #DE949D;
  position: absolute;
  top: 0;
  left: 0;
}
.pagesec-price .tblbox2 table{
  min-width: 600px;
}
.pagesec-price .tblbox2 table th{
  width: 25%;
}
.pagesec-price .tblbox2 table td span{
  display: inline-block;
  font-size: 1.4rem;
}
.pagesec-price .tblbox2.tbl2 table tr th{
	width:calc(75%/2);
}
.pagesec-price .tblbox2.tbl2 table tr th:first-of-type{
	width:25%;
}
.pagesec-price .subtxt{
  margin-top: 2rem;
}
.pagesec-price .subtxt dt{
  background: #EAB065;
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  padding: .5rem 2rem;
}
.pagesec-price .subtxt dd{
  border: 1px solid #EAB065;
  border-radius: 0 6px 6px 6px;
  padding: 2rem;
}

.pagesec-price .scrolltbl .scroll-hint-icon{
  top: calc(50% - 35px);
  height: 70px;
  padding: 10px;
}
.pagesec-price .scrolltbl .scroll-hint-icon:before {
  height: 30px;
  width: 30px;
}
.pagesec-price .scrolltbl .scroll-hint-icon:after {
  top: 5px;
}

/* 拡大 */
.fontsizebig .pagesec-price .price > div > dt{
  font-size: 2.6rem;
}
.fontsizebig .pagesec-price .subtxt dt{
  font-size: 2.2rem;
}
.fontsizebig .pagesec-price .tblbox2 table {
  min-width: 650px;
}
.fontsizebig .pagesec-price .tblbox2 table td span{
  font-size: 1.6rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .pagesec-price .price > div > dt{
    font-size: 2.2rem;
  }
  .fontsizebig .pagesec-price .subtxt dt{
    font-size: 2rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1350px) {
  .pagesec-price .price{
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-price .first{
    margin-bottom: 2.5rem;
  }
  .pagesec-price .price{
    padding: 0;
  }
  .pagesec-price .price > div > dt{
    font-size: 2rem;
  }
  .pagesec-price .subtxt dt{
    font-size: 1.8rem;
  }
  .pagesec-price .subtxt dd{
    padding: 1rem;
  }
}


/******************************
pagesec-case
******************************/
.caselist{
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 3rem;
}
.caselist > li{
  gap: 2rem;
}
.caselist > li .fimgbox{
  width: 100px;
}
.caselist > li .ftxtbox{
  width: calc(100% - 120px);
}
.caselist > li .info{
  padding-left: 1rem;
}
.caselist > li .info .catgr{
  gap: 1rem;
}
.caselist > li .info .catgr .cat{
  background: #EF5990;
  border-radius: 7px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  min-width: 100px;
  padding: .5rem 2rem;
  text-align: center;
}
.caselist > li .info .catgr .cat-sup2{
  background: #F37121;
}
.caselist > li .info .catgr .cat-sup3{
  background: #0085B1;
}
.caselist > li .info .catgr .cat-sup4{
  background: #40AE49;
}
.caselist > li .info .ttl{
  border-bottom: 2px dotted #DE949D;
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0 .5rem;
  padding: 0 1rem .5rem;
}
.caselist > li .ftxtbox .txtbox{
  background: #fff;
  padding: 1rem;
}

/* 拡大 */
.fontsizebig .caselist > li .info .catgr .cat{
  font-size: 1.7rem;
}
.fontsizebig .caselist > li .info .ttl{
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .fontsizebig .caselist > li .info .catgr .cat{
    font-size: 1.5rem;
  }
  .fontsizebig .caselist > li .info .ttl{
    font-size: 2rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1350px) {
  .caselist > li .ftxtbox{
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .caselist > li .fimgbox{
    margin: 0 auto 1rem;
  }
  .caselist > li .ftxtbox{
    padding: 0;
    width: 100%;
  }
  .caselist > li .info .catgr .cat{
    font-size: 1.4rem;
  }
  .caselist > li .info .ttl{
    font-size: 1.8rem;
  }
}