
body{
	color:#1b1b1b;	
	font-size:1.6rem;
}

a{
	color:#1b1b1b;
}

.breadcrumb{
	font-size:1.6rem;
	line-height: 1.19;
}

.category_title{
	font-size:4.8rem;
	font-weight: 500;
	text-align: center;
	margin: 34px 0 94px;
	line-height: 0.54;
	
}
.category_title span{
	display: block;
	font-size:1.8rem;
	line-height: 2.67;
}

.coodinate_index h2{
	text-align: left;
	font-size:2.4rem;
	line-height: 1.75;
	font-weight: 500;
	color:#10100a;
	margin:0;
}

@media screen and (max-width: 767px){
.category_title {
    font-size: 3rem;
    margin: 25px 0;
}
.category_title span{
	font-size:1.6rem;
}
.coodinate_index {
    margin-bottom: 30px;
}
.coodinate_index h2 {
    font-size: 2.2rem;
}
.ttl_block .ttl {
    font-size: 1.6rem;
}
}

/*----------------------------
sitemap
------------------------------*/
.sitemap{
  width: 100%;
  overflow: hidden;
}

.sitemap_sec h2{
   font-size:2.4rem;
   font-weight: bold;
   text-decoration: underline;
   text-align: left;
   position: relative;
   padding:20px 0;
   padding-left:60px;
   margin:0;
   border-bottom:1px solid #d9d9d9;
}
.sitemap_sec h2:before{
    content:'';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f24e02;
    box-shadow: 5px 5px 0px 0px #e5e5e5;
    margin-left: -50px;
  }
.sitemap_sec h3{
  font-size:2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  margin:1em 0 1em 1em;
  text-decoration: underline;
}
.item{
  margin-bottom:4%;
}
.item_list{
    width: 50%;
    padding: 0 2%;
}
.item_list ul{
  margin-left:2em;
}
.item_list ul li{
  position: relative;
  padding-left:1em;
  font-size: 2rem;
  line-height: 2;
  text-decoration: underline;
}
.item_list ul li:before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0.7em;
    left:0;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 1px #414042;
    border-right: solid 1px #414042;
    transform: rotate(45deg);
    margin-left: 0
}
.col2{
  margin-top:20px;
}
.col2 .sitemap_sec{
  width: 50%;
  padding:0 2%;
}
.col2 .sitemap_sec h2{
  margin-left:-2%;
  }
.col2 .sitemap_sec h3{
  margin:1em 0 1em 1em;
  }
.other_link{
  background:#fafafa;
  padding: 2% 0;
  box-shadow: 2px 12px 10px #eeeded;
}
.other_link .contentsInner{
  padding-bottom:0;
}
.other_link section:nth-child(2){
  margin-top:4em;
}

@media screen and (max-width: 767px){
  .flex{
    display: block;
  }
  .sitemap_sec h2 {
    font-size: 2rem;
    padding-left: 40px;
  }
  .sitemap_sec h2:before {
    margin-left: -30px;
  }
  .sitemap_sec h3 {
    font-size:1.8rem;
  }
  .item_list ul li {
    font-size:1.8rem;
  }
  .item_list{
    width: 100%;
    padding:0;
  }
  .col2{
    margin-top:0;
  }
  .col2 .sitemap_sec{
    width: 100%;
    padding:0;
  }
  .other_link section:last-child{
    margin-top:4em;
}
}


