@charset "utf-8";
#middle_bg {
    display: flow-root;
}
.section__title {
    display: inline-block;
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 1.5em;
    color: #fff;
    background-color: #54a900;
    border-radius: 0 .5em 0 0;
}
/* .heading */
.heading02 {
    width: 80%;
    text-align: center;
    margin: 0 auto 20px;
}
.heading02 img {
  display: block;
  margin: 0 auto;
}

/* MiddleContentsInside */
.kids .MiddleContentsInside {
    padding: 0;
    background-color: #fff;
}
/* intro */
.intro {
    display: flow-root;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(/sports/common/images/dot_line.png) no-repeat center bottom;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
.intro img {
    float: left;
    width: min(40%, 230px);
    margin: 0 1em .5em 0;
}
.intro p {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
}
.intro strong {
    display: block;
    color: #54a900;
}
/* list index  */
.list__index {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    gap: 2em;
    width: 80%;
    margin: 0 auto 4em;
}
.list__index a {
    display: block;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.list__index04 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2em 1em;
    width: 96%;
}
/* cooperation */
.cooperation {
    margin: 0 auto;
    text-align: center;
}
.cooperation__ttl {
    width: fit-content;
    margin: 1em auto 1.5em;
}
.cooperation ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 1em;
    margin: 1em auto;
}
.cooperation ul img {
    width: 100%;
    height: auto;
}
/* line */
.line01 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 4px dotted #54a900;
}
/* links */
.u12 {
    margin: 2em auto 0;
    text-align: center;
}
.u12 .u12_title {
    display: inline-block;
    padding: .5em 1em;
    background: #ffba00;
    font-weight: bold;
    text-decoration: none;
}
.u12 .u12_logo {
    display: block;
    width: min(60%, 270px);
    margin: .5em auto 0;
}
.u12 .u12_logo img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 400px) {
    .cooperation ul img {
        width: auto;
    }
}
@media screen and (min-width: 640px) {
    .list__index04 {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 2em 1em;
    }
}
@media screen and (min-width: 1025px) {
    /* .heading */
    .heading02 {
        width: 100%;
        margin: 0 auto 40px;
    }
    /* intro */
    .intro {
        display: grid;
        grid-template-columns: 260px 1fr;
        align-items: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        padding-bottom: 20px;
        background: url(/sports/common/images/dot_line.png) no-repeat center bottom;
    }
    .intro img {
        float: inherit;
        width: auto;
        margin: 0;
    }
    .intro p {
        line-height: 1.8;
    }
    .intro strong {
        display: block;
        color: #54a900;
    }
    /* list index  */
    .list__index {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 27px;
    }
    .list__index04 {
        grid-template-columns: repeat(4, 1fr);
        gap: 21px;
        width: 100%;
    }
    /* cooperation */
    .cooperation ul {
        flex-flow: inherit;
    }
    /* line */
    .line01 {
        background: url(/sports/common/images/dot_line.png) no-repeat center top;
        border-top: none;
    }
    /* links */
    .u12 {
        width: 50%;
    }
}
.kids_ttl {
    padding: 0;
    margin: 0 0 .8em;
    color: #54a900;
    font-size: 140%;
    font-weight: bold;
}
.kids_ttl img {
    display: block;
    width: auto;
    margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
    .kids_ttl {
        font-size: 190%;
        width: auto;
    }
    .kids_ttl img {
        margin-bottom: .2em;
    }
}
.point_ttl {
    color: #54a900;
    font-size: 160%;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    margin-left: 0;
    width: 100%;
    margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
    .point_ttl {
        font-size: 190%;
        line-height: 1;
    }
}
.ttl03 {
    text-align: center;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto 20px;
}
.ttl03 img {
  margin: 0 auto;
}
/* bnr
-------------------- */
.bnr_recipe {
  display: grid;
  gap: 3em;
  width: min(90%, 1000px);
  margin: 5em auto;
}
.bnr_recipe li a {
  border: 2px solid #fff;
  box-sizing: border-box;
}
.bnr_recipe li:last-child a {
  border: 2px solid #014198
}


@media screen and (min-width: 1025px) {
  .bnr_recipe {
    grid-template-columns: repeat(2,1fr);
    gap: 6%;
  }
}
.bnr_recipe a {
  display: block;
  width: 100%;
  transition: .2s;
}
.bnr_recipe img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .bnr_recipe a:hover {
    transform: scale(1.05);
  }
}
/* Vol01-06 --------------*/
.imgCircle {
    margin: auto 0 -4em auto;
    padding: 0;
}
.imgCircle img {
  width: 100%;
  height: auto;
}

.kidsMain {
  display: grid;
  grid-template-columns: 1fr clamp(140px,25.24%,230px);
  grid-gap: 1em;
  width: min( 100%, 914px );
  margin: 2em 0;
  padding-bottom: 2em;
  border-bottom: 3px dotted #54a900;
}
.kidsMain p {
    font-size: 1.2em;
    line-height: 1.7;
}
.MiddleContentsInside_inr {
    position: relative;
    padding: 15px 44px 53px 43px;
}
.pointArea {
    margin-bottom: 70px;
}
.pointArea dt {
    float: left;
}
.pointArea dd {
    margin-left: 90px;
}
.pointArea p {
    font-size: 120%;
}
.pointArea p span {
    color: #54a900;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .kidsMain {
        width: 100%;
        margin: 0px 0px 50px 0px;
    }
    .kidsMain p {
        font-size: 90%;
        line-height: 1.3;
    }
    .MiddleContentsInside_inr {
        padding: 15px 10px 53px 10px;
    }
    .pointArea {
        margin-bottom: 50px;
    }
    .pointArea p {
        font-size: 90%;
        line-height: 1.3;
    }
}
/* movie area */
.MovieArea {
    padding-bottom: 70px;
    background: url(../../common/images/dot_line.png) no-repeat center bottom;
    margin-bottom: 30px;
    text-align: center;
}
.MovieArea iframe {
    width: 560px;
    height: 315px;
}
/* recipe */
.recipeArea ul {
    margin-bottom: 70px;
    font-size: 0;
}
.recipeArea ul li {
    margin-right: 45px;
    text-align: center;
    width: 273px;
    display: inline-block;
    vertical-align: bottom;
}
.recipeArea ul li:nth-child(3n) {
    margin: 0;
}
.recipeArea ul li img {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.recipeArea ul li h4 {
    font-size: 120%;
    margin-bottom: 10px;
}
.recipeArea ul li p {
    margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
    /* movie area */
    .MovieArea {
        padding-bottom: 30px;
    }
    .MovieArea iframe {
        width: 60%;
        height: auto;
    }
    /* recipe */
    .recipeArea ul {
        margin-bottom: 30px;
    }
    .recipeArea ul li {
        margin-right: 5px;
        width: 32%;
    }
    .recipeArea ul li h4 {
        font-size: 80%;
    }
}
/* vol06 */
.displayB {
    display: block;
}
/* modal -------------- */
#modal2Desc a {
    padding-right: 20px;
    background: url(../../athlete/images/icon_pdf.gif) no-repeat center right;
}


/* #body */
#body .MiddleExArea dd p {
  font-weight: bold;
}