@charset "utf-8";
body {
    background: url(../images/bg_001.jpg) repeat-y center top;
}


/* Header */
.navbar {
    background: transparent;
}

.logoBox {
    margin: 50px auto;
}


/* Content */
#content {
    padding: 0 20px 20px 20px;
}

#content .sec01 {
    background: #fff;
    padding: 20px;
}

#content .notification {
    background: transparent;
}

#content .sec02 {
    margin-top: 60px;
}

.sec01 h1.title {
    position: relative;
    font-size: 1.600rem;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 5px;
}

.sec01 h1.title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    color: #ff4200;
    font-size: 0.667rem;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.sec01 h2.title {
    color: #ff4200;
    font-size: 1.200rem;
    letter-spacing: 0;
}

.sec01 p {
    font-size: 0.933rem;
    line-height: 1.8;
}

.sec01 ol {
    font-size: 0.933rem;
    margin-left: 0;
    padding-left: 1rem;
}

.sec01 ol li + li {
    margin-top: 10px;
}

.sec01 ul {
    font-size: 0.933rem;
    list-style: none;
    margin-left: 0;
}

.sec01 ul li {
    background: url(../images/icon_arrow_002.svg) no-repeat left 8px;
    padding-left: 10px;
}

.sec01 ul li + li {
    margin-top: 10px;
}

.sec01 .bread {
    margin-bottom: 30px;
}

.sec01 .bread ul li {
    display: inline;
    font-size: 0.733rem;
    margin-right: 5px;
    padding-left: 12px;
}

.sec01 .bread ul li:first-child {
    background: none;
    padding-left: 0;
}

.sec01 .bread ul li a {
    line-height: 1.8;
}

.sec01 .bread ul .is-active a {
    color: #2d297f;
    font-weight: bold;
}

.sec01 .bread ul li + li {
    margin-top: 0;
}

.image {
    margin: 20px 0;
}

.image img {
    border: 1px solid #d3d3d3;
    padding: 2px;
}

.image .imageCaption {
    color: #2d297f;
    font-size: 0.800rem;
    margin-top: 5px;
}



@media screen and (min-width: 769px) {
    /* Content */
    #content .sec01 {
        background: transparent;
    }

    #content .sec01 .container {
        background: rgba(255, 255, 255, 0.7);
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


@media screen and (min-width: 1024px) {
    /* Header */
    .logoBox {
        margin-top: 150px;
    }


    /* Content */
    .sec01 .bread {
        text-align: right;
        margin-bottom: 50px;
    }

    .sec01 .bread ul li {
        font-size: 0.867rem;
    }
}



@media screen and (min-width: 1216px) {
    /* Header */
    .logoBox {
        margin-top: 30px;
    }


    /* Content */
    #content .sec01 .container {
        background: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }

    #content .sec01 .container .is-three-quarters {
        background: rgba(255, 255, 255, 0.7);
        padding: 60px;
    }

    .sec01 h1.title {
        font-size: 2rem;
    }

    .sec01 h1.title::after {
        font-size: 1rem;
    }

    .sec01 h2.title {
        font-size: 1.600rem;
    }

    .sec01 p {
        font-size: 1.067rem;
    }

    .sec01 ol {
        font-size: 1rem;
    }

    .sec01 ul {
        font-size: 1rem;
    }
}



@media screen and (min-width: 1408px) {
    /* Header */
    .navbar .container {
        padding: 20px 0;
    }

    img.logo {
        max-height: 50px;
    }

    #gnav .navbar-item {
        font-size: 1rem;
    }


    /* Content */
    .image .imageCaption {
        font-size: 1rem !important;
    }


    .sec01 h1::before {
        left: 60px;
        top: 95px;
    }

    .sec01 h1.title {
        font-size: 2.6rem;
    }

    .sec01 h2.title {
        font-size: 1.6rem;
    }
}