
html {
    font-size: 62.5%;
    overflow: auto !important;
    margin: 0 !important;
}
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body {
/*	color: #4C4C4C;*/
    color: #333;
	font-size: 14px;
    font-size: 1.4rem; /* =14px */
	line-height: 1.8em;
	font-family:Avenir , "Avenir Next" , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;
	text-align:center;
}


/*-------------------------------------------------------------------------------------------------


header 


---------------------------------------------------------------------------------------------------*/

header .hd_area02 ul#gloNav > li { width: 301px;}
header.min .hd_area02 ul#gloNav > li { width: 268px;}

header .hd_area01 .inner .hd_block03 .fsize #hd_fsize_lag {
    margin-left: -3px;
    font-size: 16px;
    line-height: 1.1;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    header .hd_area01 .inner .hd_block03 {
        display: inline-block;
        width: auto;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {}
/*----------------------------------------------*/



/*-------------------------------------------------------------------------------------------------


wrapper 


---------------------------------------------------------------------------------------------------*/



/*	contArea
============================================================================*/
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    .com_contArea .com_contList01 ul li h4 {
        display: table;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        min-height: 70px;
    }
    .com_contArea .com_contList01 ul li h4 span {
        display: table-cell;
        vertical-align: middle;
        padding-right: 20px;
        line-height: 1.4em;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {}
/*----------------------------------------------*/





/*-------------------------------------------------------------------------------------------------


footer 


---------------------------------------------------------------------------------------------------*/

footer .inner {
    box-sizing: border-box;
    padding-right: 40px;
}

footer .ft_block01 {
    float: left;
    width: 33.333%;
    margin-right: 20px;
    text-align: left;
}
footer .ft_block01:last-child {
    margin-right: -40px;
}

footer .ft_block01 li { position: relative;}
footer .ft_block01 li:before,
footer .ft_block01 li:last-child:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    background-size: 4px 4px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.3) 25%, transparent 25%,transparent 100%);
}
footer .ft_block01 li:after { display: none;}
footer .ft_block01 li:last-child:after {
    display: block;
    top: inherit;
    bottom: 0;
}

footer .ft_block01 li.tit {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #F4F6F7;
}
footer .ft_block01 li.tit a {
    padding: 12px 20px;
}
/*

footer .ft_block01 li:after { display: none;}
footer .ft_block01 li:first-child:before,
footer .ft_block01 li:before,
footer .ft_block01 li:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background: #EAEAEA;
}
footer .ft_block01 li:last-child:after {
    left: inherit;
    right: 0;
}
*/

/*----------------------------------------------*/
@media screen and (max-width: 768px) {
    footer {
        padding: 20px 20px 60px;
        box-sizing: border-box;
    }
    footer .ft_block01 li a span {
        padding-right: 23px;
        line-height: 1.4em;
    }
    footer .ft_block03 {
        margin-top: 0;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    footer {
        padding: 0 0 20px;
    }
    footer .inner {
        padding: 0 0 20px;
    }
    footer .ft_block01 {
        float: none;
        width: 100%;
    }
}
/*----------------------------------------------*/