@charset "shift_jis";
/* CSS Document */

.hpc_h1{
        position: relative;
        margin: 0 -30px 0;
    }
    
    .hpc_h1_sp{
        position: relative;
        margin: -30px -2.667% 0;
    }
    
     .hpc_h1_sp img{
         width: 100%;
    }
    
    .hpc_title_num{
        text-align: center;
        padding: 50px 0 0;
    }
    
    .hpc_table01{
        margin: 1em auto;
        width: 90%;
    }
    .hpc_table01 caption{
        font-size: 1.5em;
        text-align: center;
        font-weight: bold;
    }
    
    .hpc_table01 th,
    .hpc_table01 td{
        padding: 0.7em;
        border: #fff 4px solid;
        font-weight: bold;
        font-size: 114%;
    }
    
    .hpc_table01 th{
        background-color: #fedb47;
    }
    
    .hpc_table01 tr:first-child th{
        background-color: #333;
        color: #fff;
        text-align: center;
    }
    
    .hpc_table01 td{
        background-color: #f1f1f1;
        text-align: right;
    }
    
    .hpc_table01 tr:last-child td{
        font-size: 157%;
        padding: 0.4em;
    }
    
    .hpc_table01 + p{
        font-size: 85.7%;
        margin: 0.5em auto;
        width: 90%;
    }

.hpc_table02{
        margin:7em auto 0;
        width: 100%;
    }
    
    .hpc_table02 caption{
         font-size: 1.5em;
         font-weight: bold;
         text-align: center;
        margin: 0 0 1.5em
    }
    
    .hpc_table02 th,
    .hpc_table02 td{
        padding: 0.7em;
    }
    
    .hpc_table02 th{
        background-color: #333;
        color: #fff;
        text-align: center;
        border-left:#dcdcdc 4px solid;
        font-weight: bold;
    }
    
    .hpc_table02 th:first-child{
        border: none;
    }
    
    .hpc_table02 td{
        border-left: #dcdcdc 4px solid;
        border-bottom: #dcdcdc 4px solid;
    }
    
     .hpc_table02 td:first-child{
         border-left: none;
         width:20%;
         text-align: center;
    }
    
    .hpc_table02 td:nth-child(2){
        width: 30%;
        font-weight: bold;
    }
    .hpc_table02 + p{
        margin-bottom: 3em;
    }
    .hpc_caption{
        position: relative;
        margin-top: -20px;
        font-size: 85.7%;
    }

.hpc_img_c{
text-align: center;
}