section
{
    margin: 40px 0 0;
}

header
{
    padding-bottom: 50px;
}

header h1
{
    color: white;
    text-shadow: 0 0 10px #7dc9f7;
}


header h2
{
    font-size: 24px;
    line-height: 1.8;
    color: white;
    text-shadow: 0 0 10px #7dc9f7;
}


.content h2
{
    font-size: 20px;
    line-height: 1.5;

    padding: .4em 0;

    letter-spacing: 1.5px;

    border-bottom: solid 1px #ffa54c;
}


.content h2 .tit-span1
{
    padding: .4em 0;

    letter-spacing: 1.5px;

    border-bottom: #ffa54c 3px solid;
}

iframe
{
    margin-top: 30px;
    margin-bottom: 100px;
}

.info-cont-box
{
    display: flex;
    justify-content: space-between;

    margin-top: 50px;
}

.info-cont-left
{
    width: 55%;
}

.info-cont-right
{
    width: 45%;
}




/*ファーストビュー
------------------------------------------------------------------------------------------------------------------------*/
header
{
    background-image: url(../images/bg-child-com.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#onearticle .one-article
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article
{
    width: 70%;
}

aside
{
    width: 25%;
}

.one-article-tit
{
    font-size: 20px;
    line-height: 1.8;
}

.article-info
{
    display: flex;

    margin: 5px 0 30px;
}

.article-day
{
    line-height: 1;

    padding: 4px 10px 4px 0;

    color: #b6b6b6;
    border-right: 1px solid #b6b6b6;
}

.article-category
{
    line-height: 1;

    margin-left: 10px;
    padding: 4px 8px;

    color: white;
    border-radius: 100px;
    background: #ffa54c;
}

.article-body
{
    white-space: normal;
    word-break: break-all;
}

.articleMainImg
{
    width: 100%;
    height: 400px;
    margin: 10px 0 30px;

    object-fit: cover;
}

.articleStrengthText
{
    font-size: 20px;

    margin: 10px 0;
}

article a
{
    text-decoration: underline;

    color: #ffa54c;
}

aside
{
    font-size: 13px;
}

.sideTit
{
    font-size: 18px;
    font-weight: bold;
}

.recentPostLink
{
    padding: 15px 0;
    line-height: 1.65;
    border-bottom: 1px solid #dedede;
}
.recentPostLink::before
{
    content: '▶︎';
    color: #ffa54c;
    font-size: 0.8em;
}


@media screen and (max-width: 768px)
{
    header h2
    {
        font-size: 20px;
        line-height: 1.8;
    }

    article
    {
        width: 100%;
    }


    aside
    {
        width: 90%;
        margin: auto;
        margin-top: 50px;
    }

    .articleMainImg
    {
        height: auto;
        width: 100%;
        margin: 10px 0 30px;
        object-fit: contain;
    }

    .article-body
    {
        word-wrap:break-word;
        word-break: break-all;
    }

    .one-article-tit
    {
        font-size: 18px;
    }
}
