section
{
    margin: 40px 0 0;
}

header
{
    padding-bottom: 50px;
}

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

header h2
{
    font-size: 40px;

    color: white;
    text-shadow: 0 0 10px #bbb;
}


.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;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-top: 50px;
}

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

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

.help-block{
  display: block;
}


/*ファーストビュー
------------------------------------------------------------------------------------------------------------------------*/
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;
    }
}

form
{
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.table
{
    border: 1px solid #dedede;
    border-top: 0px;
    width: 100%;
}
.table tr
{
    display: flex;

    border-top: 1px solid #dedede;
}
.table th
{
    width: 30%;
    padding: 20px;

    background-color: #ebedf5!important;
}
.table td
{
    width: 70%;
    padding: 20px;
}

input
{
    width: 90%;
    margin: auto;
    padding: 2px 5px;
}

input[type='text']
{
    border: 1px solid #dedede;
}
input[type='text']:focus
{
    border: 1px solid #ffa54c;
    outline: 0;
}

input[type='email']
{
    border: 1px solid #dedede;
}
input[type='email']:focus
{
    border: 1px solid #ffa54c;
    outline: 0;
}

input[type='tel']
{
    border: 1px solid #dedede;
}
input[type='tel']:focus
{
    border: 1px solid #ffa54c;
    outline: 0;
}

textarea
{
    width: 90%;
    height: 10em;
    margin: auto;
    padding: 2px 5px;

    border: 1px solid #dedede;
}

textarea:focus
{
    border: 1px solid #ffa54c;
    outline: 0;
}

.req
{
    font-size: .7em;

    margin-right: 5px;
    padding: 2px 4px;

    color: #fff;
    border-radius: 2px;
    background: #ffa54c;
}

/*「任意」文字デザイン*/
.unreq
{
    font-size: .7em;

    margin-right: 5px;
    padding: 2px 4px;

    color: #fff;
    border-radius: 2px;
    background: #bdbdbd;
}


#submit_button_cover
{
    text-align: center;
}

#submit_button
{
    font-weight: bold;

    margin-top: 20px;
    padding: 10px 30px;

    letter-spacing: 1px;

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


#submit_button:hover
{
    font-weight: bold;

    margin-top: 20px;
    padding: 10px 30px;

    transition: .3s;
    letter-spacing: 1px;

    opacity: .7;
    color: white;
    border: none;
    border-radius: 5px;
    background: #ffa54c;
}


@media screen and (max-width: 768px)
{
    .table tr
    {
        display: flex;
        flex-wrap: wrap;
    }
    .table th
    {
        width: 100%;
        padding: 5px 10px;
    }
    .table td
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 0;
    }
    input
    {
        box-sizing: border-box;
        width: 90%;
        margin: 0 5%;
    }

    textarea
    {
        box-sizing: border-box;
        width: 90%;
        margin: 0 5%;
    }

    .help-block{
      width: 90%;
      margin: 0 5%;
    }


}
