@charset "utf-8";

/*------------------------------------------------------------------------------------------------------------------------
Header Area
------------------------------------------------------------------------------------------------------------------------*/
/* header
--------------------------------------*/
/* site-id */
body.site_sub #site-id a{
width:auto;
height:auto;
text-indent:0;
text-align:center;
}
body.site_sub #site-id a img{height:25px;}
body.site_sub #site-id a::after{background:none;}


/* global-nav
--------------------------------------*/
body.site_sub #global-nav{display:none;}

/* site-menu
--------------------------------------*/
/* menu-general */
#site-menu .menu-general > li{
margin:0;
font-size:1.4rem;
font-weight:bold;
}
#site-menu .menu-general > li:last-of-type{margin:0;}
#site-menu .menu-general > li a{
display:block;
position:relative;
padding:12px 20px 12px 30px;
color:#292929;
text-decoration:none;
}
#site-menu .menu-general > li a::before{
display:block;
content:'\e5cc';/* chevron_right */
position:absolute;
top:50%;
left:0;
color:#292929;
font-family:'Material Icons';
font-size:1.4rem;
font-weight:normal;
line-height:1;
transform:translate(0,-50%);
}


/*------------------------------------------------------------------------------------------------------------------------
Heading
------------------------------------------------------------------------------------------------------------------------*/
/* hdg-type12 */
body.site_sub #contents .hdg-type12{
margin:0 10px 12px;
padding-bottom:8px;
border-bottom:4px solid;
font-size:1.6rem;
line-height:1.4;
}

/* hdg-type13 */
body.site_sub #contents .hdg-type13{
margin:0 10px 12px;
padding-bottom:8px;
border-bottom:1px solid #dedede;
font-size:1.4rem;
line-height:1.4;
}


/*------------------------------------------------------------------------------------------------------------------------
List
------------------------------------------------------------------------------------------------------------------------*/
/* list-link06 */
body.site_sub #contents .list-link06{
margin-right:10px;
margin-left:10px;
}


/*------------------------------------------------------------------------------------------------------------------------
Block Element
------------------------------------------------------------------------------------------------------------------------*/
/* blk-quote01
----------------------------------------*/
body.site_sub #contents .blk-quote01::before{background-position:-100px -150px;}
body.site_sub #contents .blk-quote01::after{background-position:-150px -150px;}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
screen
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* 600px以上
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:600px){


/*------------------------------------------------------------------------------------------------------------------------
Header Area
------------------------------------------------------------------------------------------------------------------------*/
/* header
--------------------------------------*/
body.site_sub header{
box-shadow:none;
border-bottom:0;
}
body.site_sub header::after{
content:'';
position:absolute;
left:0;
bottom:0;
width:100%;
height:38px;
}
body.site_sub header .head-lay{min-height:72px;}
body.site_sub #site-menu-btn{display:none;}

/* site-id */
body.site_sub #site-id{
position:static;
padding:16px 0;
width:auto;
}
body.site_sub #site-id a{
width:auto;
height:40px;
}
body.site_sub #site-id a img{height:40px;}


/* global-nav
--------------------------------------*/
body.site_sub #global-nav{display:block;}
body.site_sub #global-nav > .lay > ul > li{font-size:1.5rem;}
body.site_sub #global-nav > .lay > ul > li > a{
background:transparent;
height:38px;
}


/*------------------------------------------------------------------------------------------------------------------------
Contents
------------------------------------------------------------------------------------------------------------------------*/
body.site_sub.home #contents{margin-top:24px;}


/*------------------------------------------------------------------------------------------------------------------------
Element
------------------------------------------------------------------------------------------------------------------------*/
body.site_sub #contents p,
body.site_sub #contents li,
body.site_sub #contents dt,
body.site_sub #contents dd,
body.site_sub #contents caption,
body.site_sub #contents table,
body.site_sub #contents td,
body.site_sub #contents figure{
font-size:1.4rem;
}

/*------------------------------------------------------------------------------------------------------------------------
Heading
------------------------------------------------------------------------------------------------------------------------*/
/* hdg-type12 */
body.site_sub #contents .hdg-type12{
margin:0 10px 20px;
font-size:2rem;
}

/* hdg-type13 */
body.site_sub #contents .hdg-type13{
margin:0 10px 20px;
font-size:1.6rem;
}


}

