.title-01._common
{
    position: relative;

    background-image: url(../images/common/mv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-01._common:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(17, 34, 114, .4);
}

.title-01._common h1
{
    font-size: 4rem;
    font-weight: bold;

    position: relative;
    z-index: 9;

    padding: 80px 0;

    color: #fff;
}

@media screen and (max-width: 834px)
{
    .title-01._common h1
    {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 640px)
{
    .title-01._common h1
    {
        font-size: 2.8rem;
    }
}

.index-exmple .text dt
{
    font-size: 1.8rem;
}

@media screen and (max-width: 834px)
{
    .index-exmple .text dt br
    {
        display: none;
    }
}

.index-tel
{
    padding: 30px;

    color: #fff;
    background: linear-gradient(-45deg, #0b1367 40%, #01aee8 60%);
}

@media only screen and (max-width: 1100px)
{
    .index-tel
    {
        padding: 20px;
    }
}

.index-tel tr
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1100px)
{
    .index-tel td
    {
        width: 100% !important;
    }
}

.index-tel a
{
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;

    display: flex;

    color: #fff;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}

@media screen and (max-width: 640px)
{
    .index-tel a
    {
        font-size: 3.4rem;
    }
}

.index-tel a img
{
    margin-right: 5px;
}

.pankuzu a:before
{
    top: 5px;
}

@media only screen and (max-width: 1100px)
{
    .pdtop
    {
        margin-top: -80px;
        padding-top: 80px;
    }
}

@media screen and (max-width: 834px)
{
    .pdtop
    {
        margin-top: 0;
        padding-top: 0;
    }
}

.bt_confirm
{
    width: 310px !important;
    height: 60px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;

    border: none !important;
    background: url(../images/common/formbtn.png) no-repeat !important;
    background-position: center center !important;
}

.br-title br
{
    display: none;
}

@media screen and (max-width: 640px)
{
    .br-title br
    {
        display: block;
    }
}

.faq dl:not(:last-child)
{
    margin-bottom: 30px;
}

.faq dd
{
    padding-bottom: 15px !important;
    padding-left: 40px !important;
}

.faq dd span
{
    line-height: 1.6 !important;

    padding-top: 5px !important;
}
