@charset "UTF-8";
/* CSS Document */
/* site map */
#sitemap-topimage {
	background-image:url(../img/img_main_sitemap_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	width: 100%;
	height:300px;
	padding-top:40px;
	padding-left:5%;
}
#en-tit-smap {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:485%;
	color:#036eb8;
	font-weight:600;
}
#sitemap-topimage h1 {
	margin-top:10px;
	font-family: 'Noto Serif JP', serif;
	font-size:228%;
	color:#555;
	font-weight:600;
}
#sitemap-main {
  width:960px;
  margin: 20px auto 40px;
}
.sitemap-wrap {
  width: 100%;
  margin-bottom:40px;
  display: flex;
  justify-content: space-between;
}
h2 {
	width: 100%;
	padding: 5px 0 5px 20px;
	font-size: 20px;
	font-weight:500;
	color: #fff;
	background-color: #575757;
}
.sitemap-wrap h2 {
  margin-top:20px;
  margin-bottom:20px;
}
.sitemap-wrap-l {
	width: 46%;
}
.sitemap-wrap-r {
  width: 46%;
}
.sitemap-wrap h3 {
	font-size: 16px;
  margin:20px 0 10px;
	padding: 5px 0 5px 20px;
	border-top: dotted 2px #999;
	border-bottom: dotted 2px #999;
}
.sitemap-wrap a {
	text-decoration: none;
}
.sitemap-wrap h4 {
	font-size: 14px;
	line-height:1;
  margin-left:20px;
	margin-bottom: 10px;
}
.sitemap-wrap p {
	font-size: 14px;
	line-height:1;
  margin-left:20px;
	margin-bottom: 10px;
}
.sitemap-wrap a:link {
	color: #1970b6;
}
.sitemap-wrap a:visited {
	color: #1970b6;
}
.sitemap-wrap h2 a:link {
	color: #ffffff;
}
.sitemap-wrap h2 a:visited {
	color: #ffffff;
}

/* ----------960px以下---------- */

@media only screen and (max-width:960px) {
#sitemap-topimage {
	height:31vw;
	padding-top:4vw;
	padding-left:5%;
}
#en-tit-smap {
	font-size:6.3vw;
}
#sitemap-topimage h1 {
	margin-top:1vw;
	font-size:3vw;
}
#sitemap-main {
  width:90%;
  margin: 2vw auto 4vw;
}
.sitemap-wrap {
  margin-bottom:4vw;
}
h2 {
	width: 100%;
	padding: 0.5vw 0 0.5vw 2vw;
	font-size: 2vw;
}
.sitemap-wrap h2 {
  margin-top:2vw;
  margin-bottom:2vw;
}
.sitemap-wrap-l {
	width: 46%;
}
.sitemap-wrap-r {
  width: 46%;
}
.sitemap-wrap h3 {
	font-size: 1.6vw;
  margin:2vw 0 1vw;
	padding: 0.5vw 0 0.5vw 2vw;
	border-top: dotted 2px #999;
	border-bottom: dotted 2px #999;
}
.sitemap-wrap h4 {
	font-size: 1.4vw;
  margin-left:2vw;
	margin-bottom: 1vw;
}
.sitemap-wrap p {
	font-size: 1.4vw;
  margin-left:2vw;
	margin-bottom: 1vw;
}

/* ----------END 960px以下---------- */
}
/* ----------770px以下---------- */
@media only screen and (max-width:770px) {
  .pc-mode2 {
    display:none;
  }
  .tab-mode {
    display:flex;
  }
.com-content-l {
  font-size:2vw;
}
.com-content-r {
  font-size:2vw;
}
/* ----------END 770px以下---------- */
}

/* ----------599px以下---------- */

@media only screen and (max-width:599px) {
  #sitemap-topimage {
	background-image:url(../img/img_main_sitemap_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	width: 100%;
	height:30vw;
	padding-top:4vw;
	padding-left:5%;
}
#en-tit-smap {
	font-size:6.3vw;
}
#sitemap-topimage h1 {
	margin-top:1vw;
	font-size:3vw;
}
#sitemap-main {
  width:90%;
  margin: 20px auto 40px;
}
.sitemap-wrap {
  width: 100%;
  margin-bottom:40px;
  display: block;
  justify-content: space-between;
}
h2 {
	width: 100%;
	padding: 5px 0 5px 10px;
	font-size: 18px;
	font-weight:500;
	color: #fff;
	background-color: #575757;
}
.sitemap-wrap h2 {
  margin-top:20px;
  margin-bottom:20px;
}
.sitemap-wrap-l {
	width: 100%;
}
.sitemap-wrap-r {
  width: 100%;
}
.sitemap-wrap h3 {
	font-size: 16px;
  margin:20px 0 10px;
	padding: 5px 0 5px 10px;
	border-top: dotted 2px #999;
	border-bottom: dotted 2px #999;
}
.sitemap-wrap a {
	text-decoration: none;
}
.sitemap-wrap h4 {
	font-size: 14px;
	line-height:1;
  margin-left:10px;
	margin-bottom: 10px;
}
.sitemap-wrap p {
	font-size: 14px;
	line-height:1;
  margin-left:10px;
	margin-bottom: 10px;
}

/* ----------END 599px以下---------- */
}
