@charset "utf-8";
/* CSS Document */
h2 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
}
.sitemapBox {
  max-width: 1200px;
  /*display: flex;
	flex-wrap: wrap;*/
  margin: 0 auto;
}
.contentsBox {
  /*width: 320px;*/
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sitemapBox.interview {
	display: flex;
	flex-wrap: wrap;
}
.sitemapBox.interview .contentsBox {
  /*width: 320px;*/
  width: 50%;
}
.line {
  max-width: 1200px;
  border: solid 2px #dadada;
  margin: 10px auto;
}
ul.innner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  
}
ul.innner li {
  width: calc(25% - 10px);
  padding-right: 10px;
  box-sizing: border-box;
}
.sitemapBox.interview ul.innner {
  margin: 0 10px;
}
.sitemapBox.interview ul.innner li {
  width: 100%;
}
.interview 
ul.innner li {
  width: 33%;
}
/*
p.transport:after,p.pet:after,p.anime:after,p.beauty:after,p.child:after,p.service:after,p.it:after,p.artist:after,p.food:after{
	font-family: "Font Awesome 5 Free";
 	content: '\f105 ';
 	font-weight: 800;
	color: #666;
	position: absolute;
	right: 10px;
	
}

p.transport.open:after,p.pet.open:after,p.anime.open:after,p.beauty.open:after,p.child.open:after,p.service.open:after,p.it.open:after,p.artist.open:after,p.food.open:after{
 -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
*/
.contentsBox ul.inner {
  padding-left: 10px;
}
ul.accordion ul {
  display: none;
}
.contentsBox ul li {
  font-size: 13px;
  margin-top: 0.8em;
}
/*ontentsBox p.text{
	font-weight: bold;
    color: #666;
	margin-top:1.0em;
	margin-left: 10px;
	font-size: 17px;
}
*/
.contentsBox ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 800;
  margin-right: 0.5em;
  color: #666;
}
.sitemapBox a {
  color: #666;
  text-decoration: none;
}
.sitemapBox a:hover {
  color: #69c;
}
h3,h4 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  /*width: 1000px;*/
  /*width: 100%;*/
  margin: 0 auto;
  padding-left: 10px;
margin-top:20px;
box-sizing: border-box;
}
h3 a:before,h4 a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 800;
  margin-right: 0.5em;
}
.interview h3,.interview h4{
width: 100%;
}
h4.transport,h4.pet,h4.anime,h4.beauty,h4.child,h4.service,h4.it,h4.artist,h4.food  {
  position: relative;
  padding: 5px 10px;
  margin: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h4.transport {
  background: #b8dddc;
  }
h4.pet {
  background: #c0dff3;
}
h4.anime {
  background: #d4c3dc;
}
h4.beauty {
  background: #ccf2ba;
}
h4.child {
  background: #f5d7b9;
}
h4.service {
  background: #e9c3c0;
}
h4.it {
  background: #b6cbf3;
}
h4.artist {
  background: #ffdcf6;
}
h4.food {
  background: #fff6c2;
}
/*
p.industryLink {
  font-weight: bold;
  color: #666;
  font-size: 16px;
  line-height: 1.1em;
  height: 30px;
}
p.industryLink:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 800;
  margin-right: 0.5em;
}*/
h5 {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  /*border-bottom: dashed 1px #666666;*/
  border-left: solid 5px #69c;
}
.interview h5{
  margin-left: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding-left: 10px;
  }
  .sitemapBox {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  .contentsBox {
    width: 100%;
    margin: 0;
  }
  h3 {
    font-size: 16px;
    padding: 5px;
    margin: 10px 0;
  }
  h4 {
    font-size: 14px;
  }
  .contentsBox ul li {
    padding: 0 10px;
  }
  .contentsBox ul li {
    font-size: 13px;
    margin: 0.9em 0;
  }
  .contentsBox p {
    font-size: 14px;
  }
  p.industryLink {
    margin-left: 10px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  h5 {
    margin-left: 5px;
    font-size: 14px;
    border-left: solid 3px #69c;
  }
  ul.innner {
  margin: 0 10px;
}
ul.innner li {
  /* width:33%; */
  width: calc(50% - 10px);
}
}