/*------------------------------ 
            PANKS
------------------------------*/
#sec01 li{
    display:inline;
    font-size:12px;
}
#sec01 ul{
    padding: 10px 0;
}

/*------------------------------ 
            clearfix
------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

/*------------------------------ 
            PC
------------------------------*/
 @media screen and (min-width: 641px) {
.information_block{
    display: block;
    text-align: center;
    padding: 40px;
    font-size: 18px;
}
h2::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    left: calc(50% - 210px);
    width: 420px;
    height: 30px;
    background: #FFFFFF center center;
    z-index: -9;
}
}


/*------------------------------ 
            SP
------------------------------*/

@media screen and (max-width: 640px) {
.information_block{
    display: block;
    text-align: center;
    padding: 6%;
}
h2::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    left: calc(50% - 120px);
    width: 240px;
    height: 30px;
    background: #FFFFFF center center;
    z-index: -9;
}
}