@charset "Shift_JIS";

#mask {
    max-width: 900px;
    margin: 0 auto;
}
#mask h2 {
    font-size: 36px;
    text-align: center;
    color: #4c6169;
    border-top: solid 2px #4c6169;
    border-bottom: solid 2px #4c6169;
    padding: 15px 0;
    margin-bottom: 20px;
}
#mask h2.ti {
    margin-top: 7%;
}
#mask h3 {
    font-size: 25px;
    margin-right: 3%;
}
#mask .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-bottom: 15px;
}
#mask .col_2 .item_info2 {
    border: solid 1px;
    margin: 20px 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
}
#mask .col_2 .item_info2 a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#mask .item_info2::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 44%;
    right: 5%;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
}
#mask .item_info {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px;
    margin: 20px 0 5%;
    padding: 5px 0;
    position: relative;
}
#mask .item_info::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 38%;
    right: 5%;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
}
#mask .price {
    font-size: 30px;
    color: #dd2626;
}
#mask .price .spesicalprice {
    display: none;
}
#mask .intax {
    font-size: 15px;
    color: #dd2626;
}