section
{
    margin: 40px 0 0;
}

header
{
    padding-bottom: 50px;
}

header h1
{
    color: white;
    font-weight: bold;
}

header h2
{
    font-size: 40px;
    color: white;
    font-weight: bold;
}


.content h2
{
    font-size: 20px;
    line-height: 1.5;
    padding: .2em 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;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-top: 50px;
}

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

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

table
{
    width: 90%;

    border-collapse: collapse;
}

table tr
{
    border-bottom: 1px solid #dedede;
}

table tr th,
table tr td
{
    padding: 10px 20px;
}


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

/*レスポンシブ　タブレットサイズ
------------------------------------------------------------------------------------------------------------------------*/
/*レスポンシブ　タブレットサイズ
------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px)
{
    header h2
    {
        font-size: 30px;
    }
    .info-cont-left
    {
        width: 100%;
    }
    .info-cont-right
    {
        width: 100%;
        margin-top: 50px;
    }
    table
    {
        width: 95%;
        margin: auto;
    }
    #nav-toggle{
        width:46px;
    }
}
