@charset "UTF-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    color: #3a3a3a;
    font-size: 15px;
    font-size: 1.5rem;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}


/*l-header
---------------------------------------------------------------------------- */
.l-header {
}

@media screen and (max-width: 767px){
    .l-header {
    }
}


/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
}

@media screen and (max-width: 767px){
    .l-gNav {
    }
}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

@media screen and (max-width: 767px) {
    .l-topicPath {
    }
}


/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
    overflow: hidden;
}

@media screen and (max-width: 767px){
    .l-pageBody {
    }
}


/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

@media screen and (max-width: 767px){
    .l-sidebar {
    }
}


/* l-pageTop
---------------------------------------------------------------------------- */
.l-pageTop {
}

@media screen and (max-width: 767px){
    .l-pageTop {
    }
}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
}

@media screen and (max-width: 767px){
    .l-footer {
    }
}