@charset "utf-8";

/*=============================================================================
    this page style
=============================================================================*/

/*=============================================================================
    this page BASE style
=============================================================================*/
#main > .header {
    margin-top: 30px;
}

.nav-index {
    overflow: hidden;
    border-left: 1px solid #d5d5d5;
}
    .nav-index > a {
        box-sizing: border-box;
        display: block;
        float: left;
        text-align: left;
        width: 25%;
        padding: 10px 20px;
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
    }
    .nav-index > a:nth-child(5) {
        clear: both;
    }
    .nav-index > a:hover {
        background-color: #f2f2f2;
    }

#main article {
    text-align: left;
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
}

#main article a:link,
#main article a:visited,
#main article a:hover,
#main article a:active {
    color: #e5a326;
    text-decoration: underline;
}

#main article h1 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5a326;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #0071bc;
}

#c01 p {
    margin-top: 1.8rem;
}
#main article  p:first {
    margin-top: 0;
}

/*=============================================================================
    this page #c02 style
=============================================================================*/
#c02 .items {
    overflow: hidden;
    margin-top: 30px;
}
#c02 .items .item {
    float: left;
    box-sizing: border-box;
    width: 253px;
    padding-left: 43px;
    background: url('../images/handbook/ico-arrow-blue.png') 8px 123px no-repeat;
}
#c02 .items .item:first-child {
    width: 210px;
    padding-left: 0;
    background: none;
}
#c02 .items .item:last {
    width: 254px;
}
#c02 .items .item h2 {
    text-align: center;
    padding: 5px;
    border: 1px solid #0071bc;
    font-size: 1.8rem;
    font-weight: bold;
}
#c02 .items .item figure {
    position:relative;
    width: 100%;
    height: 214px;
}
    #c02 .items .item figure > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*=============================================================================
    this page #c03 style
=============================================================================*/
#c03 .context {
    margin-top: 30px;
}
#c03 .context:first {
    margin-top: 0;
}
    #c03 .context h2 {
        text-align: left;
        padding: 10px;
        border-left: 4px solid #0071bc;
        background-color: #f2f2f2;
        font-size: 1.7rem;
        font-weight: bold;
    }
        #c03 .context .item {
            overflow: hidden;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px dotted #d5d5d5;
        }
        #c03 .context .item:first-child {
            margin-top: 0;
            padding-top: 20px;
            border-top: none;
        }
            #c03 .context .item figure {
                float: left;
                margin-right: 30px;
            }
            #c03 .context .item h3 {
                margin-top: 15px;
                font-size: 1.7rem;
                font-weight: bold;
            }
            #c03 .context .item p {
                margin-top: 1rem;
            }
        #c03 .context .item-footer {
            margin-top: 20px;
            padding-top: 30px;
            border-top: 1px dotted #d5d5d5;
        }
            #c03 .context .item-footer .list-table {
                width: 100%;
            }
                #c03 .context .item-footer .list-table th,
                #c03 .context .item-footer .list-table td {
                    padding: 5px 10px;
                    border: 1px solid #d5d5d5;
                }
                #c03 .context .item-footer .list-table th {
                    background-color: #f2f2f2;
                }
                #c03 .context .item-footer .list-table thead th,
                #c03 .context .item-footer .list-table tbody tr th,
                #c03 .context .item-footer .list-table tbody tr td:nth-child(2),
                #c03 .context .item-footer .list-table tbody tr td:nth-child(3),
                #c03 .context .item-footer .list-table tbody tr td:nth-child(4) {
                    vertical-align: middle;
                    text-align: center;
                }
            #c03 .context .item-footer .imgs {
                margin-top: 30px;
            }
            #c03 .context .item-footer .img {
                display: inline-block;
                width: 24.5%;
                text-align: center;
            }
            #c03 .context .item-footer .img img {
                display: block;
                margin: 0 auto;
            }
            #c03 .context .item-footer figcaption {
                margin-top: 5px;
            }

/*=============================================================================
    this page #c04 style
=============================================================================*/
#c04 .item {
    margin-top: 30px;
}
#c04 .item:first-child {
    margin-top: 0;
}
    #c04 .item h2 {
        text-align: left;
        margin-bottom: 20px;
        padding: 10px;
        border-left: 4px solid #0071bc;
        background-color: #f2f2f2;
        font-size: 1.7rem;
        font-weight: bold;
    }
    #c04 .item p {
        margin-top: 1.8rem;
    }
    #c04 .item p:first-child {
        margin-top: 0;
    }
    #c04 .item ul {
        margin-top: 1.8rem;
    }
    #c04 .item li {
        list-style-type: disc;
        list-style-position: inside;
        color: #0071bc;
    }
    #c04 .item-footer {
        overflow: hidden;
        margin-top: 30px;
    }
    #c04 .item-footer .list-table {
        float: left;
        width: 684px;
    }
        #c04 .item-footer .list-table th,
        #c04 .item-footer .list-table td {
            vertical-align: middle;
            text-align: center;
            padding: 5px 10px;
            border: 1px solid #d5d5d5;
        }
        #c04 .item-footer .list-table th {
            background-color: #f2f2f2;
        }
        #c04 .item-footer .list-table tbody tr th {
            width: 200px;
        }
        #c04 .item-footer .list-table .c1 {
            background-color: #ffa6a6;
        }
        #c04 .item-footer .list-table .c2 {
            background-color: #ffcba4;
        }
        #c04 .item-footer figure {
            float: right;
            width: 256px;
        }

/*=============================================================================
    this page #c05 style
=============================================================================*/
#c05 .item {
    margin-top: 30px;
}
    #c05 .item h2 {
        text-align: left;
        margin-bottom: 20px;
        padding: 10px;
        border-left: 4px solid #0071bc;
        background-color: #f2f2f2;
        font-size: 1.7rem;
        font-weight: bold;
    }
#c05 .item-footer {
    margin-top: 30px;
    border: 1px solid #d5d5d5;
    padding: 19px;
}
    #c05 .item-footer p {
        margin-top: 1.8rem;
    }
    #c05 .item-footer p:first-child {
        margin-top: 0;
    }

/*=============================================================================
    this page #c06 style
=============================================================================*/
#c06 .header {
    overflow: hidden;
}
    #c06 .header figure {
        float: right;
        margin-left: 45px;
    }
    #c06 .header p {
        margin-top: 1.8rem;
    }
    #c06 .header p:nth-of-type(1) {
        margin-top: 0;
    }
    #c06 .list-table {
        margin-top: 20px;
        width: 100%;
    }
        #c06 .list-table th,
        #c06 .list-table td {
            padding: 10px 20px;
            border: 1px solid #d5d5d5;
        }
        #c06 .list-table th {
            white-space: nowrap;
            vertical-align: middle;
            text-align: center;
            background-color: #f2f2f2;
        }
        #c06 .list-table td {
            vertical-align: middle;
            text-align: left;
        }
#c06 .item-footer {
    margin-top: 30px;
    border: 1px solid #d5d5d5;
    padding: 19px;
}
    #c06 .item-footer p {
        margin-top: 1.8rem;
    }
    #c06 .item-footer p:first-child {
        margin-top: 0;
    }

/*=============================================================================
    this page #c07 style
=============================================================================*/
#c07 p {
    margin-top: 1.8rem;
}
#c07 p:first-child {
    margin-top: 0;
}
#c07 .lists {
    margin-top: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}
#c07 .lists > li {
    list-style-type: disc;
    list-style-position: inside;
}
#c07 .other-site {
    margin-top: 1.8rem;
    padding: 20px;
    border: 1px solid #d5d5d5;
}
    #c07 .list-table {
        margin-top: 5px;
        width: 100%;
    }
        #c07 .list-table th,
        #c07 .list-table td {
            padding: 5px 20px;
            border: 1px solid #d5d5d5;
        }
        #c07 .list-table th {
            white-space: nowrap;
            vertical-align: middle;
            text-align: center;
            background-color: #f2f2f2;
        }
        #c07 .list-table td {
            vertical-align: middle;
            text-align: left;
        }

/*=============================================================================
    this page #c08 style
=============================================================================*/
#c08 .header {
    overflow: hidden;
}
#c08 .header .fig-wrapper {
    float: right;
    margin-left: 30px;
}
#c08 .header .fig-wrapper .item {
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}
#c08 .header .fig-wrapper .item figcaption {
    margin-top: 5px;
}
#c08 p {
    margin-top: 1.8rem;
}
#c08 p.flg-first {
    margin-top: 0;
}
    #c08 .list-table {
        margin-top: 30px;
        width: 100%;
    }
        #c08 .list-table th,
        #c08 .list-table td {
            vertical-align: middle;
            text-align: center;
            padding: 5px 20px;
            border: 1px solid #d5d5d5;
        }
        #c08 .list-table th {
            white-space: nowrap;
            background-color: #f2f2f2;
        }