@charset "utf-8";

@media screen and (max-width: 960px){
  .grid.col-2-lg{
    --col:2;
  }
}
@media screen and (max-width: 960px){
  .grid.col-1-lg{
    --col:1;
  }
}

.col4-type2 {
    --gap: 14px;
}

.common-thumb.square img{
  aspect-ratio: 1/1;
}

.common-thumb.ratio4_3 img{
  aspect-ratio: 4/3;
}

.common-thumb.norounded{
  border-radius: 0px;
}

.btn.bold{
  font-weight: bold;
}
.btn.bg-green{
  background-color: #00af95;
  color: #ffffff;
}

.btn.rounded{
  border-radius: 6px;
}

.btn.has-arrow{
  border-radius: 6px;
}

.btn.has-icon{
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.btn.bg-gray:hover{
  background-color: #dfdfdf;
}

.desc-card{
  display: flex;
  flex-direction: column;
}

.desc-card .btn{
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
}

.desc-card-text{
  line-height: 1.5em !important;
  font-size: 0.8em !important;
  font-weight: normal !important;
  color: #000 !important;
}

.bg-card.white{
  background-color: #ffffff;
}

.grid.col2.bg-card.white.bg-card-body {
  padding: 16px !important;
}

.bg-card-body{
  padding: 10px;
}

.bg-card-title{
  font-size: 18px;
}

.text-trim{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-arrow-right-green::after{
  content: "";
  display: inline-block;
  height: calc(8px / 2 * tan(60deg));
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #00af95;
  margin-left: auto;
  flex-shrink: 0;
}
.icon-arrow-right-white::after{
  content: "";
  display: inline-block;
  height: calc(8px / 2 * tan(60deg));
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffffff;
  margin-left: auto;
}

.towel-table {
  margin-top: 20px;
  font-size: 14px;
  border-collapse: collapse;
  border: solid 1px #dedcdc;
  background-color: #fff;
}

.towel-table th,
.towel-table td {
  padding: 20px;
  vertical-align: top;
  border: solid 1px #dedcdc;
}

.towel-table .towel-table-header {
  color: #fff;
  border: solid 1px #fff;
  background-color: #16af96;
  text-align: center;
  font-weight: bold;
}


.towel-table .towel-table-list th {
  background-color: #e9f6f3;
  text-align: center;
  width: 14em;
  vertical-align: middle;
}

.towel-table .towel-table-list td {
  text-align: center;
}

.towel-table .towel-table-list td img {
  width: 90%;
  margin-bottom: 10px;
}

.towel-table-mark {
  width: 24px !important;
  margin-bottom: 6px !important;
}

@media screen and (max-width: 960px){
  .towel-table {
    font-size: 12px;
  }
  .towel-table th, .towel-table td {
    padding: 8px;
  }
  .towel-table .towel-table-list th {
	width: 1em;
	line-height: 1.3;
	writing-mode: vertical-rl;
  }
  .towel-table-mark {
	margin-top: 4px !important;
	width: 20px !important;
  }
  .towel-table-cell {
	vertical-align: middle !important;
  }
}










