@charset "utf-8";

/*SPの設定*/

main {
    margin-top: 87px;
}
main #pagetop {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 40px;
}
section#episode {
    background-color: #ffda01;
    padding-top: 45px;
}

section#episode > div {
    max-width: 1440px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

section#episode > div > h1 {
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
}

.episode_theme {
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: 70px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 8%;
}

.episode_theme > h2 {
    position: relative;
    top: 0;
    max-width: 702px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    left: 0;
    right: 0;
}

.episode_theme > .txt {
    max-width: 494px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.episode_theme > h3 {
    max-width: 512px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.episode_theme > .img {
    display: flex;
    flex-flow: column;
    max-width: 514px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    gap: 25px;
}

.episode_theme > .img img:last-of-type {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.episode_theme > h4 {
    max-width: 777px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

.episode_theme > h4:nth-of-type(n+2) {
    margin-top: 40px;
}

.episode_theme > h4 img {
    width: 100%;
}

.episode_theme > .box {
    max-width: 777px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.episode_theme > .box > div {
    width: 100%;
    border: solid 3px #ff7844;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.episode_theme > .box > div::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    background-image: url(../images/episode/cb1ryouri_zb.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    display: block;
    width: 36px;
    height: 35px;
}

.episode_theme > .box > div > * {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.episode_theme > .box > div > dt > img {
    max-width: 300px;
    width: 90%;
}

.episode_theme > .box > div > dd {
    padding-top: 5%;
    line-height: 1.7;
    font-weight: 600;
}

.episode_theme > .box:nth-of-type(2) > div {
    border: solid 3px #76c287;
}

.episode_theme > .box:nth-of-type(2) > div::before {
    background-image: url(../images/episode/cb1ofuro_zb.svg);
}

.episode_theme > .box:nth-of-type(3) > div {
    border: solid 3px #d890bc;
}

.episode_theme > .box:nth-of-type(3) > div::before {
    background-image: url(../images/episode/cb1syokuji_zb.svg);
}

.episode_theme > .box2 {
    border: solid 3px #9eb4dd;
    border-radius: 30px;
    max-width: 777px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.episode_theme > .box2 > * {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.episode_theme > .box2 > .tt {
    max-width: 588px;
    text-align: center;
}

.episode_theme > .box2 > .txt {
    margin-top: 7%;
    text-align: center;
}

.episode_theme > .link {
    max-width: 614px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}

.episode_theme > .link > div:first-of-type {
    max-width: 438px;
    margin-left: auto;
    margin-right: auto;
}

.episode_theme > .link > div:last-of-type {
    margin-top: 5%;
}





/***********************************************/
@media only screen and (min-width:768px) {
/*PCの設定*/

main {
    margin-top: 151px;
}
main #pagetop {
        max-width: 1500px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5%;
}

section#episode {
    padding-top: 120px;
}


.episode_theme {
    margin-top: calc(6% + 70px);
}

.episode_theme > h2 {
    margin-top: -140px;
}

.episode_theme > .txt {
    margin-top: 5%;
}

.episode_theme > h3 {
    margin-top: 5%;
}

.episode_theme > .img {
    margin-top: 3%;
    gap: 32px;
}

.episode_theme > h4:nth-of-type(n+2) {
    margin-top: 112px;
}

.episode_theme > .box {
    max-width: 777px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 38px 5%;
}

.episode_theme > .box > div {
    width: 47.5%;
    border: solid 3px #ff7844;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    aspect-ratio: 1 / 1;
}

.episode_theme > .box2 {
    margin-top: 7%;
    padding-top: 7%;
    padding-bottom: 8%;
}

.episode_theme > .link {
    width: 60%;
}

}