.cp-howtoeat {
    padding: 45px 30px 66px;   
}

.cp-howtoeat__copy {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 48px;
}
.cp-howtoeat__copy strong {
    font-size: 18px;
    display: inline-block;
    padding: 10px 0 4px;
    position: relative;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 900;
}
.cp-howtoeat__copy strong:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #F8ED00;
    bottom: 0;
    left: 50%;
}
.cp-howtoeat-section {
    
}

.cp-howtoeat-header {
    max-width: 1240px;
    margin: 0 auto 45px;
}
.cp-howtoeat-header h2 {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0;
    margin-bottom: 28px;
    padding: 20px 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp-howtoeat-header h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
    position: absolute;
    top: 0;
    left: 0;
}
.cp-howtoeat-header h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cp-howtoeat-header h2 img {
    width: auto;
    height: 22px;
    display: inline-block;
}
.cp-howtoeat-header p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center;
}
.cp-howtoeat-steps {
    padding-bottom: 50px;
}
.cp-howtoeat-step {
    width: 100%;
    max-width: 315px;
    position: relative;
    padding-top: 34px;
    margin-bottom: 25px;
}
.cp-howtoeat-step:last-of-type {
    margin-bottom: 0;
}
.cp-howtoeat-step h3 {
    position: absolute;
    width: 38px;
    height: 55px;
    top: 0;
    left: 16px;
}
.cp-howtoeat-step h3 img {
    width: 100%;
    height: auto;
    display: block;
}
.cp-howotoeat-step__image {
    width: 100%;
    max-width: 315px;
    margin-bottom: 13px;
}
.cp-howotoeat-step__image img {
    width: 100%;
    height: auto;
    display: block;
}
.cp-howotoeat-step__body {
    width: 100%;
    padding: 0 25px;
}
.cp-howtoeat-step p.text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.05em;
}
.cp-howtoeat-step p.text span.red {
    color: #FF1D00;
}
.cp-howtoeat-step p.text strong {
    position: relative;
    display: inline-block;
}
.cp-howtoeat-step p.text strong:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F8ED00;
    width: 100%;
    height: 4px;
}
.cp-howtoeat-step p.small {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: -0.05em;
    margin-top: 14px;
}
.cp-howtoeat-step p.attention {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: -0.05em;
    margin-top: 14px;
    font-weight: bold;
    color: #F03208;
    padding-left: 40px;
    position: relative;
}
.cp-howtoeat-step p.attention:before {
    content: "";
    display: block;
    width: 30px;
    height: 27px;
    background: url(../../../../images/howtoeat/icon-attention.svg) repeat-x center center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cp-howtoeat__types {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 33px;
}
.cp-howtoeat__types dt {
    width: 88px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.11em;
    background-color: #D9D9D9;
    margin-bottom: 12px;
    border-radius: 44px;
    overflow: hidden;
}
.cp-howtoeat__types dt:first-of-type {
    background-color: #F03208;
    color: #fff;
    margin-bottom: 0;
}
.cp-howtoeat__types dt:last-of-type {
    margin-bottom: 0;
}
.cp-howtoeat__types dd {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: -0.05em;
    padding-left: 10px;
    margin-bottom: 12px;
    width: calc(100% - 88px);
}
.cp-howtoeat__types dd span {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}
.cp-howtoeat__types dd:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 719px) { /* sp */
    .cp-howtoeat-steps {
        width: 315px;
        margin: 0 auto;
    }
}


.cp-howtoeat-other {
    
}

.cp-howtoeat-other__header {
    max-width: 1240px;
    margin: 0 auto 30px;
}
.cp-howtoeat-other__header h2 {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}
.cp-howtoeat-other__header h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
    position: absolute;
    top: 0;
    left: 0;
}
.cp-howtoeat-other__header h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cp-howtoeat-methods {
    padding-bottom: 0;
}
.cp-howtoeat-method {
    width: 100%;
    max-width: 315px;
    position: relative;
    margin: 0 auto 16px;
    text-align: center;
}
.cp-howtoeat-method:last-of-type {
    margin-bottom: 0;
}
.cp-howtoeat-method__balloon {
    display: inline-block;
    padding: 9px 15px;
    background-color: #F8ED00;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 25px;
    position: relative;
}
.cp-howtoeat-method__balloon:after {
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 4px 4px 0 4px;
    border-color: #F8ED00 transparent transparent transparent;
    position: absolute;
    bottom: -4px;
    left: calc(50% - 2px);
}
.cp-howtoeat-method h3 {
    padding: 0 0 4px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
    text-align: center;
}
.cp-howtoeat-method h3 strong {
    position: relative;
}
.cp-howtoeat-method h3 strong:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #F8ED00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cp-howtoeat-method p {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: -0.05em;
    padding: 0 14px;
    text-align: justify;
    font-weight: 500;
}


@media (min-width: 720px) { /* pc */
    .cp-howtoeat {
        padding: 65px 30px 85px;   
    }
    
    .cp-howtoeat__copy {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin-bottom: 71px;
    }
    .cp-howtoeat__copy strong {
        font-size: 28px;
        padding: 25px 0 0;
    }
    .cp-howtoeat__copy strong:after {
        height: 6px;   
    }
    
    .cp-howtoeat-header {
        margin-bottom: 53px;
    }
    .cp-howtoeat-header h2 {
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 0;
        margin-bottom: 40px;
        padding: 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cp-howtoeat-header h2:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .cp-howtoeat-header h2:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .cp-howtoeat-header h2 img {
        width: auto;
        height: 40px;
        display: inline-block;
    }
    .cp-howtoeat-header p {
        font-size: 18px;
        line-height: 1.8;
        letter-spacing: -0.05em;
    }
    .cp-howtoeat-header p br.sp-only {
        display: none;   
    }
    .cp-howtoeat-steps {
        padding-bottom: 77px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
    }
    .cp-howtoeat-step {
        width: 360px;
        max-width: 360px;
        padding-top: 48px;
        margin: 0 40px 55px;
    }
    .cp-howtoeat-step h3 {
        width: 50px;
        height: 68px;
        left: 20px;
    }
    .cp-howotoeat-step__image {
        max-width: 360px;
        margin-bottom: 21px;
    }
    .cp-howotoeat-step__body {
        padding: 0 30px;
    }
    .cp-howtoeat-step p.text {
        font-size: 16px;
    }
    .cp-howtoeat-step p.text strong {
        position: relative;
        display: inline-block;
    }
    .cp-howtoeat-step p.text strong:after {
        bottom: 1px;
    }
    .cp-howtoeat-step p.small {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: -0.05em;
        margin-top: 14px;
    }
    .cp-howtoeat-step p.attention {
        font-size: 14px;
        margin-top: 15px;
        padding-left: 49px;
    }
    .cp-howtoeat-step p.attention:before {
        width: 34px;
        height: 30px;
    }
    
    .cp-howtoeat__types {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 33px;
    }
    .cp-howtoeat__types dt {
        width: 94px;
        height: 24px;
        font-size: 13px;
        margin-bottom: 14px;
        border-radius: 47px;
    }
    .cp-howtoeat__types dd {
        font-size: 14px;
        padding-left: 9px;
        margin-bottom: 14px;
        width: calc(100% - 94px);
    }
    .cp-howtoeat__types dd span {
        font-size: 11px;
    }
    
    .cp-howtoeat-other {
    
    }
    
    .cp-howtoeat-other__header {
        margin-bottom: 50px;
    }
    .cp-howtoeat-other__header h2 {
        padding: 35px 0;
        font-size: 27px;
        line-height: 1.8;
    }
    .cp-howtoeat-methods {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
    }
    .cp-howtoeat-method {
        width: 100%;
        max-width: 410px;
        position: relative;
        margin: 0 40px 0;
        text-align: center;
    }
    .cp-howtoeat-method__balloon {
        padding: 13px 23px;
        font-size: 18px;
        margin-bottom: 32px;
    }
    .cp-howtoeat-method__balloon:after {
        content: "";
        width:0;
        height:0;
        border-style:solid;
        border-width: 4px 4px 0 4px;
        border-color: #F8ED00 transparent transparent transparent;
        position: absolute;
        bottom: -4px;
        left: calc(50% - 2px);
    }
    .cp-howtoeat-method h3 {
        padding: 0;
        font-size: 22px;
        margin-bottom: 24px;
    }
    .cp-howtoeat-method h3 strong {
        position: relative;
    }
    .cp-howtoeat-method h3 strong:before {
        height: 6px;
    }
    .cp-howtoeat-method p {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: -0.05em;
        padding: 0;
        text-align: justify;
    }
}
@media (min-width: 720px) and (max-width: 954px) { /* sp */
    .cp-howtoeat-steps {
        width: 360px;
        margin: 0 auto;
    }
    .cp-howtoeat-step {
        margin: 0 0 55px;
    }
    .cp-howtoeat-methods {
        display: flex;
        flex-wrap: wrap;
    }
    .cp-howtoeat-method {
        margin-bottom: 50px;
    }
    .cp-howtoeat-method:last-of-type {
        margin-bottom: 0;
    }
}
@media (min-width: 955px) and (max-width: 1379px) {
    .cp-howtoeat-steps {
        max-width: 940px;
        justify-content: flex-start;
    }
}