.free-layout-area {
  overflow-wrap: anywhere;
}

.frost-search {
  padding: 24px 20px 17px;
  background-color: #f0ece8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .frost-search {
    padding: 14px 3.2vw 17px;
    border-radius: 5px;
  }
}
.frost-search .frost-temp {
  background-color: #fff;
  border-radius: 14px;
  padding-block: 9px 4px;
}
@media screen and (max-width: 768px) {
  .frost-search .frost-temp {
    padding-bottom: 8px;
    border-radius: 7px;
  }
}
.frost-search .frost-temp .frost-temp-input-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .frost-search .frost-temp .frost-temp-input-wrap {
    flex-wrap: wrap;
    gap: 11px 2.8vw;
    padding-bottom: 8px;
  }
}
.frost-search .frost-temp .frost-temp-input-wrap .frost-temp-ttl {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  color: #494544;
}
@media print, screen and (min-width: 769px) {
  .frost-search .frost-temp .frost-temp-input-wrap .frost-temp-ttl {
    margin-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .frost-search .frost-temp .frost-temp-input-wrap .frost-temp-ttl {
    width: 100%;
    text-align: center;
    font-size: 1.1875rem;
  }
}
.frost-search .frost-temp .frost-temp-input-wrap input {
  width: 165px;
  box-sizing: border-box;
  padding-block: 12px 10px;
  margin-left: 16px;
  border-radius: 10px;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .frost-search .frost-temp .frost-temp-input-wrap input {
    width: 39.6vw;
    padding-block: 10px 8px;
    margin-left: 6.1333333333vw;
    border-radius: 5px;
    font-size: 2rem;
  }
}
.frost-search .frost-temp .frost-temp-celsius {
  align-self: flex-end;
  font-size: 1.6875rem;
  font-weight: bold;
  color: #494544;
}
@media screen and (max-width: 768px) {
  .frost-search .frost-temp .frost-temp-celsius {
    font-size: 1.5rem;
  }
}
.frost-search .frost-temp .msg_err {
  color: #9c1026;
  text-align: center;
}

div + .frost-search {
  margin-top: 48px;
}

.frost-calc {
  margin-top: 18px;
}
.frost-calc .frost-calc-ttl {
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  color: #494544;
}
@media screen and (max-width: 768px) {
  .frost-calc .frost-calc-ttl {
    font-size: 1.1875rem;
  }
}
.frost-calc .frost-calc-btn-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .frost-calc .frost-calc-btn-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 1.3333333333vw;
    margin-top: 0;
  }
}
.frost-calc .frost-calc-btn-wrap .frost-calc-btn {
  width: 100%;
  text-align: center;
  padding-block: 12px 44px;
  background-color: #0e8057;
  border: none;
  border-radius: 14px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .frost-calc .frost-calc-btn-wrap .frost-calc-btn {
    flex: 0 0 calc((100% - 2.6666666667vw) / 3);
    padding: 9px 0 37px;
    border-radius: 7px;
    font-size: 1rem;
  }
}
.frost-calc .frost-calc-btn-wrap .frost-calc-btn::before {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .frost-calc .frost-calc-btn-wrap .frost-calc-btn::before {
    width: 23px;
    bottom: 7px;
  }
}
.frost-calc .frost-calc-btn-wrap .frost-calc-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #4a4645;
  position: absolute;
  bottom: 16px;
  left: 50%;
  translate: -50% 0;
  rotate: 0.5turn;
  clip-path: polygon(50% 36.39%, 13.13% 73.25%, 12.65% 73.71%, 12.15% 74.16%, 11.68% 74.5%, 11.15% 74.81%, 10.54% 75.09%, 9.98% 75.31%, 9.45% 75.44%, 8.88% 75.56%, 8.33% 75.62%, 7.68% 75.64%, 6.95% 75.56%, 6.3% 75.4%, 5.74% 75.2%, 5.16% 74.91%, 4.61% 74.55%, 4.09% 74.1%, 3.64% 73.58%, 3.28% 73.03%, 2.99% 72.45%, 2.79% 71.89%, 2.63% 71.24%, 2.55% 70.51%, 2.57% 69.87%, 2.63% 69.31%, 2.75% 68.74%, 2.88% 68.21%, 3.1% 67.65%, 3.38% 67.04%, 3.69% 66.51%, 4.03% 66.04%, 4.49% 65.55%, 4.95% 65.06%, 50% 20%, 95.05% 65.06%, 95.51% 65.55%, 95.97% 66.04%, 96.31% 66.51%, 96.62% 67.04%, 96.9% 67.65%, 97.12% 68.21%, 97.25% 68.74%, 97.37% 69.31%, 97.43% 69.87%, 97.45% 70.51%, 97.37% 71.24%, 97.21% 71.89%, 97.01% 72.45%, 96.72% 73.03%, 96.36% 73.58%, 95.91% 74.1%, 95.39% 74.55%, 94.84% 74.91%, 94.26% 75.2%, 93.7% 75.4%, 93.05% 75.56%, 92.32% 75.64%, 91.67% 75.62%, 91.12% 75.56%, 90.55% 75.44%, 90.02% 75.31%, 89.46% 75.09%, 88.85% 74.81%, 88.32% 74.5%, 87.85% 74.16%, 87.35% 73.71%, 86.87% 73.25%);
}
@media screen and (max-width: 768px) {
  .frost-calc .frost-calc-btn-wrap .frost-calc-btn::after {
    width: 11px;
    height: 11px;
    bottom: 12px;
  }
}

.frost-grow {
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .frost-grow {
    margin-top: 36px;
  }
}
.frost-grow + .frost-grow {
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .frost-grow + .frost-grow {
    margin-top: 46px;
  }
}
.frost-grow h2 {
  padding: 6px 5px;
  background-color: #c4efe0;
  border-radius: 8px;
  font-size: 1.625rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .frost-grow h2 {
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 1rem;
  }
}
.frost-grow h2 > span {
  display: block;
  padding: 5px 10px 9px;
  border: 2px dashed #fff;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .frost-grow h2 > span {
    padding: 2px 4px 4px;
    border-width: 1px;
    border-radius: 3px;
  }
}
.frost-grow .frost-grow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 21px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 12px;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-ttl {
  padding: 13px 19px 8px;
  background-color: #f8cdd4;
  border-radius: 10px 10px 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #494544;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-ttl {
    padding: 2px 12px 0px;
    font-size: 0.9375rem;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 23px;
  padding: 18px 22px 20px 19px;
  border-radius: 0 0 10px 10px;
  background-color: #f0ece8;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 11px 13px 16px 11px;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-img img {
  width: 90px;
  height: 112px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-img img {
    width: 21.6vw;
    height: 26.9333333333vw;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex {
  display: flex;
  align-items: center;
  gap: 14px;
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex dt {
  font-size: 1rem;
  color: #494544;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex dt {
    font-size: 0.875rem;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex dd {
  font-size: 1.25rem;
  color: #494544;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex dd {
    font-size: 1.1875rem;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger {
  justify-content: space-between;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger {
    margin-top: 9px;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger dt {
  flex: 1;
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger dd {
  min-width: 110px;
  text-align: right;
  box-sizing: border-box;
  padding: 11px 13px 12px 10px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger dd {
    padding-block: 11px 9px;
    min-width: 30.1333333333vw;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger dd .calc_result {
  margin-right: 8px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger dd .calc_result {
    font-size: 1.8125rem;
  }
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger dd:has(.over50) {
  background-color: #ffe92e;
  border: 1px solid #9c1026;
}
.frost-grow .frost-grow-list .frost-grow-item .frost-grow-item-content .frost-grow-item-detail .frost-grow-item-flex.frost-grow-item-danger dd:has(.over50) .calc_result {
  color: #9c1026;
}