@charset "UTF-8";

@font-face {
    font-family: Zen Maru Gothic;
    src: url(/shared/font/ZenMaruGothic.ttf) format("truetype")
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .sp {
        display: none !important
    }
}

#contents {
    font-family: Zen Maru Gothic, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Hiragino Kaku Gothic Pro, ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3, ï¼­ï¼³\ ï¼°ã‚´ã‚·ãƒƒã‚¯, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif !important
}

#contents #topics_article .mb0 {
    margin-bottom: 0 !important
}

#contents #topics_article .fv {
    margin: 0 auto 12px
}

#contents #topics_article .fv img {
    width: 100%;
    margin: 0
}

#contents #topics_article .text01 {
    font-weight: 500;
    margin: 0 0 20px;
    letter-spacing: 0
}

#contents #topics_article h2 {
    margin-bottom: 16px;
    padding: 0;
    border: none
}

@media screen and (min-width:768px) {
    #contents #topics_article h2 {
        margin-bottom: 40px
    }
}

#contents #topics_article h2:after,
#contents #topics_article h2:before {
    display: none
}

#contents #topics_article h2 img {
    display: block;
    width: 100%
}

@media screen and (min-width:768px) {
    #contents #topics_article h2 img {
        width: 64.9%;
        margin: 0 auto
    }
}

#contents #topics_article h2+p {
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    #contents #topics_article h2+p {
        margin-bottom: 40px
    }
}

#contents #topics_article h3 {
    margin-top: 32px;
    margin-bottom: 34px;
    letter-spacing: .1em;
    color: #0058a2
}

#contents #topics_article h4 {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px
}

#contents #topics_article h4 small {
    font-size: 87.5%;
    font-weight: 400
}

#contents #topics_article h4 span {
    display: grid;
    gap: 1px;
    position: relative;
    padding: 0 18px;
}


@media screen and (min-width:768px) {
    #contents #topics_article h4 {
        font-size: 20px;
        margin-bottom: 30px
    }
    #contents #topics_article h4 span{
        font-size: 30px;
    }
    #contents #topics_article h4 small{
        font-size: 75%;
    }
}


#contents #topics_article h4 span:after,
#contents #topics_article h4 span:before {
    position: absolute;
    content: "";
    width: 1px;
    top: -2px;
    bottom: -2px;
    background: #0a0d12
}

#contents #topics_article h4 span:before {
    left: 0;
    transform: rotate(-27.5deg)
}

#contents #topics_article h4 span:after {
    right: 0;
    transform: rotate(27.5deg)
}

#contents #topics_article p {
    line-height: 1.7142857143;
    letter-spacing: .07em
}

#contents #topics_article p sup {
    font-size: inherit
}

#contents #topics_article .food_list {
    display: grid;
    gap: 12px
}

@media screen and (min-width:768px) {
    #contents #topics_article .food_list {
        grid-template-columns: repeat(3, 1fr)
    }
}

#contents #topics_article .food_list_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 1.4444444444;
    color: #0058a2;
    background: #c9e9ed;
    border-radius: 6px;
    padding: 10px;
    text-decoration: none
}

#contents #topics_article .food_list_link:link,
#contents #topics_article .food_list_link:visited {
    color: #0058a2
}

#contents #topics_article .food_list_link:hover {
    color: #de0202;
    text-decoration: none
}

#contents #topics_article .food_list_link:hover .food_list_txt {
    -webkit-text-decoration-color: rgba(222, 2, 2, .3);
    text-decoration-color: rgba(222, 2, 2, .3)
}

#contents #topics_article .food_list_icon {
    width: 60px;
    height: auto
}

#contents #topics_article .food_list_icon img {
    display: block;
    width: 100%
}

#contents #topics_article .food_list .txt {
    font-weight: 700;
    line-height: 1.4444444444 !important;
    padding: 0 0 4px;
    letter-spacing: 0
}

#contents #topics_article .food_list .txt span {
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-decoration-color: rgba(0, 88, 162, .3);
    text-decoration-color: rgba(0, 88, 162, .3);
    margin-right: 5px
}

#contents #topics_article .food_group {
    display: grid;
    gap: 24px
}

@media screen and (min-width:768px) {
    #contents #topics_article .food_group {
        gap: 50px
    }
}

#contents #topics_article .food_group_item {
    display: grid;
    gap: 12px
}

@media screen and (min-width:768px) {
    #contents #topics_article .food_group_item {
        gap: 30px
    }
}

@media screen and (min-width:768px) {
    #contents #topics_article .food_group_item img {
        width: 64.9%;
        margin: 0 auto
    }
}

#contents #topics_article .food_box:not(:last-child) {
    padding-bottom: 31px;
    border-bottom: 1px solid #d9d9d9
}

#contents #topics_article .food_box_list {
    display: grid;
    gap: 42px
}

#contents #topics_article .food_box_item h4+p {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    #contents #topics_article .food_box_item h4+p {
        margin-bottom: 30px
    }
}

#contents #topics_article .food_box_item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    #contents #topics_article .food_box_item img {
        width: 64.9%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

#contents #topics_article .food_box_note * {
    margin-bottom: 0
}

#contents #topics_article .food_box_note p+p {
    margin-top: -2px
}

#contents #topics_article .food_box_lbl {
    font-weight: 500;
    letter-spacing: 0
}

/*# sourceMappingURL=map/style.css.map */