/* ---- common ---- */
#kids206 {
    line-height: 1.5;
    color: #212529;
}

#kids206 a,
#kids206 a:link,
#kids206 a:visited {
    color: #333;
    text-decoration: none;
}

#kids206 a:hover {
    color: #0d0d0d;
    text-decoration: underline;
    opacity: 1;
}

#kids206 sup {
    font-size: .7em;
    vertical-align: top;
}

#kids206 .text-center {
    text-align: center !important;
}

#kids206 .p-topic-detail {
    line-height: 1.8;
    margin-bottom: 80px;
}

/* ---- Container ---- */
#kids206.container {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

html[data-browse-mode="S"] #kids206.container {
    width: 100%;
    max-width: calc(100% - 20px);
    padding-top: 30px;
    padding-bottom: 30px;
}

#kids206 .p-topic-detail * {
    line-height: 1.8;
}

/* ---- Title ---- */
#kids206 .p-topic-detail__title {
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 15px;
}

html[data-browse-mode="S"] #kids206 .p-topic-detail__title {
    margin: 10px 0 15px 8px;
}

#kids206 .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 12px;
}

#kids206 h2 {
    margin-top: 0;
    margin-bottom: 6px;
}

/* ---- Main Visual ---- */
#kids206 h1 {
    margin-bottom: 10px;
}

#kids206 .p-topic-detail img {
    max-width: 100%;
    height: auto;
}

/* ---- table ---- */
#kids206 .info {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

html[data-browse-mode="S"] #kids206 .info {
    padding-bottom: 10px;
}

#kids206 .info .info-list {
    margin: 0 auto;
    width: 800px;
}

html[data-browse-mode="S"] #kids206 .info .info-list {
    width: 760px;
}

#kids206 .info-list__row {
    display: flex;
    padding: 1px;
}

#kids206 .info-list__i {
    width: 50%;
    padding: 1px;
}

#kids206 .info-list__i img {
    width: 100%;
    height: auto;
}

#kids206 .product .tablefix {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

#kids206 .product td {
    font-size: 16px;
    padding: 5px 0px;
}

#kids206 .link__btn {
    display: block;
    width: fit-content;
    min-width: 450px;
    font-size: 20px;
    color: #fff !important;
    padding: 8px 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #011f62;
    border-radius: 10px;
    letter-spacing: .05em;
}

html[data-browse-mode="S"] #kids206 .link__btn {
    min-width: 340px;
    font-size: 16px;
}

#kids206 .link__btn:hover {
    opacity: .7;
    text-decoration: none;
}

/* ---- Back to Index ---- */
#kids206 .p-topic-detail__btn-back {
    max-width: 33.3333%;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

html[data-browse-mode="S"] #kids206 .p-topic-detail__btn-back {
    max-width: 100%;
    margin-top: 60px;
}

#kids206 .p-topic-detail__btn-back a {
    display: block;
    background-color: #333;
    color: #fff !important;
    line-height: 1;
    font-weight: 700;
    padding: 18px 6px;
    font-size: 16px;
    text-align: center;
}

html[data-browse-mode="S"] #kids206 .p-topic-detail__btn-back a {
    font-size: 14px;
}

#kids206 .p-topic-detail__btn-back a:hover {
    text-decoration: none;
}