<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.content-text {
    padding: 0 2% 1%;
    text-align: center;
}
.content-text p {
    color: #4b4b4b;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 1.5;
}
.content-text p,
.item-wrap .inner-box {
    font-family: 'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.item-wrap {
    padding: 3%;
}
.item-wrap.item-bg-blue {
    background-color: #e1faff;
}
.item-wrap .inner-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: .8rem;
}

.item-wrap .item-btn {
    display: block;
    text-align: center;
    margin: auto;
    width: 80%;
}
.item-wrap .item-btn {
    display: block;
    text-align: center;
}
.item-wrap .item-btn:hover {
    opacity: .8;
}
.item-wrap .box-last-text {
    color: #555;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: .6rem;
}

.set-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.set-item .head-box {
    padding-left: 1%;
    margin-bottom: 1.5rem;
    width: 100%;
}
.set-item .head-box .product-name {
    color: #222;
    font-size: .85rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.6rem;
}
.set-item .head-box .product-info {
    background-color: #ffff8f;
    border-radius: 8px;
    font-size: .8rem;
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.6rem;
}
.set-item .head-box .price-box {
    font-weight: bold;
    letter-spacing: 0px;
    text-align: right;
}
.set-item .head-box .price-default {
    font-size: .8rem;
    text-decoration: line-through;
}
.set-item .head-box .price {
    color: #cb0000;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.3rem;
}
.set-item .head-box .price .small-text {
    font-size: .7em;
}
.set-item .head-box .price-box .tax {
    color: #cb0000;
    font-size: .8rem;
    line-height: 1;
}
.set-item .img-box {
    padding: 0;
    margin: 0 auto 0.8rem;
    width: 70%;
}
.set-item table {
    margin-bottom: 1rem !important;
    width: 100%;
}
.set-item table th,
.set-item table td {
    border: 1px solid #c5c5c5;
}
.set-item table th {
    padding: 12px;
    width: 26%;
}
.set-item table td {
    font-size: .8rem;
    padding: 0.7rem;
    width: 74%;
}
.set-item table td .small-text {
    display: block;
    font-size: 0.8rem;
    margin-top: .3rem;
}
.set-item table td a {
    font-weight: bold;
    color: #ff4200;
}
.set-item table td a:hover {
    text-decoration: underline;
}

/* スマホ用 */
@media screen and (max-width: 560px){

.item-wrap .item-btn {
    width: 70%;
}
}

/* PC用 */
@media screen and (min-width: 561px){
.item-wrap {
    padding: 2% 4%;
}
.item-wrap .item-btn {
    width: fit-content;
}
.item-wrap .box-last-text {
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.item-wrap .inner-box {
    padding: 1.2rem;
}

.set-item .head-box {
    margin-bottom: 2rem;
    width: 58%;
}
.set-item .head-box .product-name {
    font-size: .96rem;
    margin-bottom: 0.8rem;
}
.set-item .head-box .product-info {
    font-size: .9rem;
    padding: 0.6rem 0.9rem;
}
.set-item .head-box .price-default {
    font-size: .9rem;
}
.set-item .head-box .price {
    font-size: 2.5rem;
}
.set-item .head-box .price-box .tax {
    font-size: 1rem;
}
.set-item .img-box {
    padding: 2% 2% 0;
    margin: 0;
    width: 39%;
}

.set-item table th {
    padding: 11px;
    width: 16%;
}
.set-item table td {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    width: 80%;
}
}

</pre></body></html>