@charset "utf-8";
/* CSS Document */

.symposium_main {
    background-image: url(../images/vol.44/symposium/main.jpg);
    background-repeat: no-repeat;
    height: 550px;
    background-size: cover;
    padding-left: 10%;
    padding-top: 77px;
    box-sizing: border-box;
    background-position: center center;
}

.symposium_main h2 {
    font-size: 53px;
    color: #74D7DE;
    font-weight: bold;
}

.symposium_main img {
    width: 247px;
    display: block;
    margin-top: 10px;
}

@media (max-width: 750px) {
    .symposium_main {
        background-image: none;
        height: auto;
        padding-left: 0;
        padding-top: 0;
    }

    .symposium_main::after {
        content: "";
        width: 100%;
        background-image: url(../images/vol.44/symposium/main-sp@2x-80.jpg);
        display: block;
        height: 240px;
        background-size: cover;
        margin-top: 20px;
    }

    .symposium_main h2 {
        font-size: 24px;
        display: table;
        margin-left: auto;
        margin-right: auto;

    }

    .symposium_main img {
        width: 120px;
        display: inline-block;
        margin-left: 10px;
        margin-top: 0px;
        vertical-align: sub;
    }

}

.box .inner aside {
    text-align: right;
}

.box h5 {
    color: #FFF;
    background-color: #38A7AF;
    border-radius: 15px;
    font-size: 19px;
    padding: 3px;
    text-align: center;
    margin-bottom: 30px;
}

.box .inner dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.box .inner dl dt,
.box .inner dl dd {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.box .inner dl dt {
    padding-right: 40px;
}

.box .inner dl dd {
    font-size: 16px;
}

.box .inner dl dd h6 {
    font-size: 21px;
    color: #38A7AF;
    margin-bottom: 10px;
    font-weight: bold;
}

.box .inner dl dd h6 span {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}

.box .inner dl dt img {
    width: 100%;
}

@media (max-width: 750px) {

    .box h5.pocket {
        font-size: 14px;
    }

    .box .inner dl dt,
    .box .inner dl dd {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .box .inner dl dt {
        padding-right: 0px;
    }

    .box .inner dl dd {
        font-size: 12px;
    }

    .box .inner dl dd h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .box .inner dl dd h6 span {
        font-size: 16px;
    }

    .box .inner dl dt img {
        width: 100%;
    }

    .box .inner aside {
        font-size: 12px;
    }
}


.risk img {
    float: left;
    display: block;
    width: 48%;
    margin-right: 20px;
}

.risk p {
    line-height: 1.8;
}

.risk aside {
    clear: both;
    text-align: right;
    font-size: 12px;
    color: #1B548C;
}

.risk span {
    color: #1B548C;
}

@media (max-width: 750px) {
    .risk img {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .risk p {
        font-size: 13px;
        line-height: 1.8;
    }

    .risk aside {
        font-size: 12px;
    }

}

dl.taidan dt.shikai {
    color: #999999;
}

dl.taidan dt.horie {
    color: #F2A927;
}

dl.taidan dt.koyama {
    color: #38A7AF;
}

@media (max-width: 750px) {
    dl.taidan dt.horie {
        color: #F2A927;
    }

    dl.taidan dt.shikai {
        color: #999999;
    }

    dl.taidan dt.koyama {
        color: #38A7AF;
    }

}

/* ↓ 多分不要 */
.shittoku_sns {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-bottom: 50px;
}

.shittoku_sns li {
    width: 30px;
    margin: 0px 5px;
}

.shittoku_sns li a {
    display: inline-block;
    transition: 0.1s all ease-out;
    width: 100%;
}

.shittoku_sns li a:hover {
    transform: translateY(-5px);
}

.shittoku_sns li a img {
    width: 100%;
}

.shittoku_sns li a:hover img {
    opacity: 1;
}

.ttl-main {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -ms-flex;
    flex-wrap: wrap;
}

.ttl-main .shittoku_main {
    width: 42%;
    height: 382px;
}

.ttl-main .shittoku_main img {
    margin-top: -20px;
    margin-bottom: 20px;
    width: 100px;
}

.ttl-main .shittoku_main h2 {
    color: #29A9E0;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.ttl-main .shittoku_main {
    background: url(../images/vol.44/contents_img_01.png) no-repeat center bottom/250px auto, #FFFF6E;
}

.ttl-main .shittoku_img {
    width: 58%;
    height: 382px;
    background-image: url(../images/vol.44/ttl-img.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.ttl-main .shittoku_img.vol2 {
    background-image: url(../images/vol.44/ttl-img-02.jpg);
}

.shittoku_disc.recipe {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 0px;
}

.shittoku_disc.recipe p {
    font-size: 20px;
    color: #1B548C;
    margin-bottom: 20px;
}

.shittoku_disc.recipe h3 {
    font-size: 30px;
    color: #1B548C;
}

.shittoku_disc.recipe img {
    width: 95px;
    display: block;
    margin: 0 auto 40px auto;
}

.recipe-detail {
    display: flex;
    flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 0 auto;

}

.recipe-detail dt {
    width: 390px;
}

.recipe-detail dt img {
    width: 100%;
}

.recipe-detail dd {
    width: calc(100% - 390px);
    padding-left: 30px;
    box-sizing: border-box;
}

.recipe-howto h4,
.recipe-detail dd h4 {
    font-size: 20px;
    color: #F2A927;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #F2A927;
    margin-bottom: 5px;
}


.recipe-detail dd li {
    font-size: 18px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #F2A927;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    padding: 5px 0px;
}

.recipe-howto span {
    font-size: inherit;
    font-weight: bold;
}

.recipe-detail dd li span {
    font-size: inherit;

}

.recipe-howto h5,
.recipe-detail dd li h5 {
    font-size: 18px;
    position: relative;
    /*相対位置*/
    padding-left: 20px;
    /*アイコン分のスペース*/
    line-height: 1.4;
    font-weight: bold;
}

.recipe-howto h5:before,
.recipe-detail dd li h5:before {
    position: absolute;
    content: '';
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background: rgba(242, 169, 39);
    left: 0;
    /*アイコンの位置*/
    top: 4px;
    /*アイコンの位置*/
}

.recipe-detail dd li.pr-1em {
    padding-left: 1em;
}

.recipe-detail dd li.pr-2em {
    padding-left: 2em;
}

.recipe-detail dd li.group {
    color: #F2A927;
    font-weight: bold;
}

.recipe-howto {
    width: 100%;
    max-width: 750px;
    margin: 75px auto 0 auto;
}

.recipe-howto dl {
    display: flex;
    flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    align-items: center;
    margin-top: 40px;
}

.recipe-howto dl dt {
    width: 3em;
    font-size: 30px;
    color: #F2A927;
    font-weight: bold;
}

.recipe-howto dl dd.txt {
    padding-right: 30px;
}

.recipe-howto dl dd.txt hr.noborder {
    margin-bottom: 1em;
}

.recipe-howto dl dd.txt p {
    font-size: 16px;
}

.recipe-howto dl dd.txt span {
    color: #F2A927;
}

.recipe-howto dl dd.img {
    width: 220px;
    margin-left: auto;
}

.recipe-howto dl dd.img img {
    width: 100%;
}

.one-point {
    width: 100%;
    max-width: 750px;
    margin: 125px auto 100px auto;
    position: relative;
    border: 1px solid #F2A927;
    border-radius: 15px;
    padding: 55px 30px 30px 30px;
    box-sizing: border-box;
    text-align: center;
}

.one-point p {
    font-size: 16px;
}

.one-point p span {
    color: #F2A927;
    font-size: inherit;
}

.one-point .advice {
    width: 100%;
    max-width: 750px;
    position: absolute;
    text-align: center;
    top: -35px;
}

.one-point .advice img {
    width: 312px;
}

@media (max-width: 750px) {

    .ttl-main .shittoku_main {
        width: 100%;
        height: 400px;
    }

    .ttl-main .shittoku_main img {
        width: 100px;
    }

    .ttl-main .shittoku_main h2 {
        font-size: 20px;
    }

    .ttl-main .shittoku_main {
        background: url(../images/vol.44/contents_img_01.png) no-repeat center bottom/220px auto, #FFFF6E;
    }

    .ttl-main .shittoku_img {
        width: 100%;
        height: 162px;
        background-size: cover;
    }

    .shittoku_disc.recipe {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .shittoku_disc.recipe p {
        font-size: 12px;
        color: #1B548C;
        margin-bottom: 20px;
    }

    .shittoku_disc.recipe h3 {
        font-size: 18px;
        color: #1B548C;
        margin-bottom: 0;
    }

    .shittoku_disc.recipe img {
        width: 60px;
        display: block;
        margin: 0 auto 20px auto;
    }

    .shittoku_content.recipe-area {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px;
    }

    .recipe-detail {
        display: flex;
        flex-flow: wrap;
        display: -ms-flex;
        -ms-flex-flow: wrap;
        display: -webkit-flex;
        -webkit-flex-flow: wrap;
        width: 100%;
        max-width: 750px;
        margin: 0 auto 0 auto;

    }

    .recipe-detail dt {
        width: 100%;
    }

    .recipe-detail dt img {
        width: 100%;
    }

    .recipe-detail dd {
        width: 100%;
        padding: 30px 5% 0 5%;
        box-sizing: border-box;
    }

    .recipe-howto h4,
    .recipe-detail dd h4 {
        font-size: 17px;
        color: #F2A927;
        font-weight: bold;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #F2A927;
        margin-bottom: 5px;
    }


    .recipe-detail dd li {
        font-size: 16px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #F2A927;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        display: -ms-flex;
        -ms-flex-flow: wrap;
        -ms-justify-content: space-between;
        display: -webkit-flex;
        -webkit-flex-flow: wrap;
        -webkit-justify-content: space-between;
        padding: 5px 0px;
    }

    .recipe-howto span,
    .recipe-detail dd li span {
        font-size: inherit;
    }

    .recipe-howto h5,
    .recipe-detail dd li h5 {
        font-size: 16px;
        position: relative;
        /*相対位置*/
        padding-left: 18px;
        /*アイコン分のスペース*/
        line-height: 1.4;
    }

    .recipe-howto h5:before,
    .recipe-detail dd li h5:before {
        position: absolute;
        content: '';
        border-radius: 100%;
        width: 12px;
        height: 12px;
        background: rgba(242, 169, 39);
        left: 0;
        /*アイコンの位置*/
        top: 4px;
        /*アイコンの位置*/
    }

    .recipe-howto {
        width: 90%;
        max-width: 750px;
        margin: 75px auto 0 auto;
    }

    .recipe-howto dl {
        display: flex;
        flex-flow: wrap;
        display: -ms-flex;
        -ms-flex-flow: wrap;
        display: -webkit-flex;
        -webkit-flex-flow: wrap;
        align-items: center;
        margin-top: 30px;
    }

    .recipe-howto dl dt {
        width: 100%;
        font-size: 26px;
    }

    .recipe-howto dl dd.txt {
        padding-right: 0;
    }

    .recipe-howto dl dd.txt hr.noborder {
        margin-bottom: 1em;
    }

    .recipe-howto dl dd.txt p {
        font-size: 16px;
    }

    .recipe-howto dl dd.img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .recipe-howto dl dd.img img {
        width: 100%;
    }

    .one-point {
        width: 90%;
        max-width: 750px;
        margin: 75px auto 0 auto;
        position: relative;
        border: 1px solid #F2A927;
        border-radius: 15px;
        padding: 40px 30px 30px 30px;
        box-sizing: border-box;
        text-align: center;
    }

    .one-point p {
        font-size: 16px;
    }

    .one-point p span {
        color: #F2A927;
        font-size: inherit;
    }

    .one-point .advice {
        width: 100%;
        position: absolute;
        text-align: center;
        top: -29px;
        left: 0;
    }

    .one-point .advice img {
        width: 250px;
    }

}