@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

/* ---------------------------------------------------- 
sitemap
---------------------------------------------------- */

/* ----------------------------------------------------
  sitemap
---------------------------------------------------- */

/* nav */

@media screen and (min-width: 768px) {

/* ----------------------------------------------------
common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 41px;
	font-weight: 500;
	box-sizing: border-box;
	width: 100%;
	height: 205px;
	padding: 0 0 0 0;
	text-align: center;
	letter-spacing: .1em;
	color: #41545e;
	background: url(../img/sitemap/bg_title.jpg) center center no-repeat;
	background-size: cover;
}

.page-title span {
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: .5em;
}

/* inner */

.page-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

/* clearfix */

.clearfix,
.sitemap-nav {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.sitemap-nav {
	display: flex; /*&:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
  }*/
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sitemap-nav dl { /*float: left;
    width: 335px;
    padding: 0 0 30px 20px;
    &.footer-nav-c {
      width: 288px;
      padding: 0 0 0 50px;
    }
    &.footer-nav-r {
      width: 240px;
      float: right;
      padding: 0;
    }*/
}

.sitemap-nav dt {
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0 15px 0;
	color: #40545f;
}

.sitemap-nav li {
	line-height: 1.3;
	padding: 11px 0;
}

.sitemap-nav a {
	font-size: 120%;
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(../img/sitemap/icn_arrow01.png) left 4px no-repeat;
}

.sitemap-nav a:hover {
	text-decoration: underline;
}

}

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

@media screen and (max-width: 768px) {

.pc {
	display: none !important;
}

}

@media screen and (max-width: 767px) {

.tab {
	display: none !important;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */

/* title */

.page-title {
	font-size: 4vw;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	padding: 5.33333vw 0 5.33333vw 0;
	text-align: center;
	background: url(../img_sp/sitemap/bg_title.jpg) center center no-repeat;
}

.page-title span {
	font-size: 1.33333vw;
	display: block;
	width: 100%;
	margin-bottom: .66667vw;
	letter-spacing: .2em;
}

/* inner */

.page-inner {
	margin: 0 auto;
	padding: 15px 10px 0 10px;
}

/* clearfix */

.clearfix,
.sitemap-nav {
	*zoom: 1;
}

.clearfix:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.sitemap-nav {
	margin: 0 auto;
}

.sitemap-nav:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.sitemap-nav dl {
	padding: 0 0 20px 0;
}

.sitemap-nav dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 10px 0;
	color: #40545f;
}

.sitemap-nav li {
	line-height: 1.4;
}

.sitemap-nav a {
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	background: url(../img/sitemap/icn_arrow01.png) left 12px no-repeat;
	background-size: 6px auto;
}

}

