@charset "utf-8";

@media only screen and (max-width: 736px) {
    .breadcrumb{
        font-size: 1.0em;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    h1.title_01 {
        color: #364e96;
        margin: 10px 5px 10px 5px;
        padding: 0.5em 5px;
        border-top: solid 3px #364e96;
        border-bottom: solid 3px #364e96;
        font-size: 2em;
        line-height: 100%;
        width: 95%;
    }
    #main{
    width: 100%;
    }
    .area-table th.prefectures {
    width: 20%;
    }
    .contact{
    width: 100%;
    height: 4050px;
    }
}

@media only screen and (min-width: 737px) {
    .breadcrumb {
        font-size: 1.0em;
        width: 900px;
        margin: 0 auto;
        text-align: left;
    }
    h1.title_01 {
        color: #364e96;
        margin: 20px 5px 30px 5px;
        padding: 0.5em 5px;
        border-top: solid 3px #364e96;
        border-bottom: solid 3px #364e96;
        font-size: 2em;
        line-height: 100%;
    }
    #main{
    width: 100%;
    padding: 10px !important;
    }
    .area-table th.prefectures {
    width: 15%;
    }
    .contact{
    width: 100%;
    height: 3300px;
    }
}



h2.title_02 {
    color: #000;
    padding: 0.4em 1.2em;
    width: 99%;
    margin: 0 1.0em 10px 5px;
    font-size: 1.75em;
    position: relative;
    border-bottom: solid 3px #d7d7d7;
    background-color: #f7f7f7;
}

h2.title_02::before {
    background-color: #0168b3;
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 80%;
    text-align: center;
}

h2.title_02::after {
    background-color: #D3EDFB;
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 5px;
    left: 18px;
    width: 8px;
    height: 80%;
}

.area-table {
    font-size: 0.95rem;
    border-collapse: collapse;
    width: 100%;
}

.area-table td{
    border: 1px solid #666666;
    padding: 5px;
}

.area-table th {
    background: #f0f5ff;
    color: #003366;
    text-align: left;
    border: 1px solid #666666;
    padding: 5px;
}

a {
    color: #333;
    transition: 0.5s;
}

.area-table a {
    text-decoration: none;
}

.area-table a:hover {
    text-decoration: underline;
}

#main p {
    padding: 20px 20px 20px 20px !important;
    font-size: 90% !important;
}

.box-10 {
    border: 2px solid #ccc;
    padding: 10px;
    margin: 10px 20px;
}

.box-10 a{
    text-decoration: underline;
}

