.item_name {
    font-weight: bold;
    font-size: 2.8rem;
    margin: 1em 0 0.5em;
}

.desc {
    text-align: center;
    font-size: 1.8rem;
}

.contents {
    text-align: center;
}

.item_price {
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 1;
}

.item_price .s_01 {
    font-size: 1.8rem;
}

.order a {
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 22rem;
    background: #231815;
    color: #fff;
    border-radius: 0.1rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.8rem;
    margin: 0;
}

.order a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}

.order a:hover:after {
    right: 6%;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.container {
    max-width: 1300px;
}

@media (max-width : 1323px) {
    .container {
        margin: 0 1rem;
    }
}

.g_inner {
    margin-bottom: 3rem !important;
}

.recipe_inner {
    margin-bottom: 4rem;
}

.recipe_inner .box01 {
    order: 2;
}

.recipe_inner .box02 {
    order: 1;
}

.table_recipe {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    border-spacing: 0;
    line-height: 1.8;
}

.table_recipe th {
    font-weight: normal;
    text-align: left;
}

.table_recipe td {
    text-align: right;
}

.table_recipe th,
.table_recipe td {
    border-bottom: 1px solid #ccc;
    padding: 0.3em 0;
}

h3 {
    padding: 0.2em;
    margin-bottom: 3rem;
    font-size: 3rem;
    color: #fff;
    text-align: center;
}

.item_name01 {
    background: #2f3a16bd;
}

.icon {
    position: relative;
    padding-left: 2.8em;
}

.item_name01 .icon_inner {
    color: #2f3a16bd;
    background: #fff;
    padding: 0.2em;
    width: 7rem;
    height: 7rem;
    border: 2px solid #2f3a16bd;
    margin-right: 0.5em;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_name02 {
    background: #d46038;
}

.item_name03 {
    background: #974123f0;
}

.item_name04 {
    background: #6d4821de;
}

.item_name05 {
    background: #313f32e8;
}

.item_name06 {
    background: #ff864dd1;
}

.item_name07 {
    color: #851010e8;
    border-bottom: 2px solid #851010e8;
    max-width: 680px;
    margin: 0 auto 0.5em;
}

h4 {
    font-size: 2.2rem;
    text-align: left;
    position: relative;
    padding-left: 2em;
    margin: 1em 0;
}

h4::before {
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/thementai-recipe-parts001.png)no-repeat center/contain;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.recipe_name {
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 1px solid #231815;
}

.heading {
    font-weight: bold;
}

ol {
    font-size: 1.5rem;
    padding-left: 1.3em;
    margin: 0;
    list-style: auto;
    line-height: 1.8;
}

.onepoint {
    font-size: 1.5rem;
}

.onepoint span {
    font-weight: bold;
}

.item_inner {
    max-width: 1080px;
    margin: auto;
}

.sec_01 .container {
    max-width: 1400px;
}

.top_desc {
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
}

.sec_02 {
    padding: 4rem 0 0;
}