#top .jino_box,
#top .menu_btn {
    width: 94.66%;
    margin-left: auto;
    margin-right: auto;
}
#top .jino_box {
    margin-top: 32px;
    height: 120px;
    aspect-ratio: 355 / 120;
    position: relative;
}
#top .jino_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
#top .jino_box a img {
    width: 50%;
}
#top .jino_box #canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('../images/bg_jino.webp') center center / cover no-repeat;
}
#top .menu_btn {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 9px;
    margin-top: 32px;
    margin-bottom: 32px;
}
#top .menu_btn li {
    width: calc( 100% / 4 );
    height: 80px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #e3dcdc;
    border-radius: 4px;
}
#top .menu_btn li a {
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}
#top .menu_btn li a::after {
    content: "";
    display: flex;
    justify-content:center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../images/menu_arrow.png');
    width: 10px;
    height: 5px;
    position: absolute;
    bottom: 10%;
    left: 44%;
}
#top .bnr_area a {
    display: block;
}
#top .bnr_area a + a {
    margin-top: 32px;
}
#top .bnr_area .bnr_ceutical {
    margin-top: 32px;
    margin-bottom: 8px;
}
#top .bnr_area a.ceutical {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
#top .jn_list {
  width: 94.66%;
  margin: 12px auto 0 auto;
}
#top .jn_list li {
  margin-bottom: 12px;
  border: 1px solid #E3DCDC;
  cursor: pointer;
}
#top .jn_list li a {
  display: flex;
  flex-wrap: nowrap;
  padding: 8px;
  gap: 8px;
}
#top .jn_list li a .img {
  width: 40%;
  flex-shrink: 0;
}
#top .jn_list li a .img img {
  width: 100%;
}
#top .jn_list li a .txt {
  font-size: 12px;
  position: relative;
  padding-bottom: 2.75rem;
  width: 60%;
}
#top .jn_list li a .txt::after {
  display: inline-block;
  content: "\5546\54C1\3092\30C1\30A7\30C3\30AF\a0>";
  font-weight: bold;
  background-color: #FDEFEF;
  padding: 0.25rem 0.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
#top .jn_list li a .txt span {
  color: #fff;
  background-color: #F5B1B2;
  text-align: center;
  font-size: 10px;
  padding: 0.25rem 0.5rem;
  min-width: 8rem;
  display: inline-block;
}
#top .jn_list li a .txt .item_name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
#top .jn_list li a .txt p:not(.item_name) {
  font-size: 10px;
  margin-top: 8px;
}
#top .jn_list li a .txt p.remarks {
    font-size: 12px;
    color: #E60013;
}
#top .bnr_present {
    width: 100%;
    display: block;
    margin: 12px auto 0;
}
#top .trial_set {
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    #top .bnr_area {
        margin-left: auto;
        margin-right: auto;
    }
    #top .jino_box {
        margin-top: 40px;
        height: 240px;
        aspect-ratio: 710 / 240;
    }
    #top .menu_btn {
        gap: 21px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #top .menu_btn li {
        height: 165px;
    }
    #top .menu_btn li a {
        font-size: 22px;
        padding-bottom: 9px;
    }
    #top .menu_btn li a::after {
        width: 18px;
        height: 9px;
    }
    #top .bnr_area a + a {
        margin-top: 40px;
    }
    #top .bnr_area .bnr_ceutical {
        margin-top: 40px;
        margin-bottom: 24px;
        width: 100%;
        display: block;
        object-fit: none;
        overflow: unset;
    }
    #top .jn_list li a {
        padding: 12px;
        gap: 12px;
    }
    #top .jn_list li a .img {
        width: 160px;
    }
    #top .jn_list li a .txt {
        width: calc( 100% - 160px );
        font-size: 16px;
    }
    #top .jn_list li a .txt span {
        font-size: 14px;
    }
    #top .jn_list li a .txt .item_name {
        font-size: 22px;
    }
    #top .jn_list li a .txt p:not(.item_name) {
        font-size: 14px;
    }
    #top .jn_list li a .txt p.remarks {
        font-size: 16px;
    }
    #top .bnr_area a.ceutical {
        margin-top: 12px;
        width: 100%;
    }
}