@charset "utf-8";

/*メイン*/
.box-link {
  margin-bottom: 190px;
}
.box-link .box {
	padding: 50px 0;
}
.box-ttl,
.box-link {
	font-size: 16px;
}
.box-link .box.lin {
	background-image: url(/common/img/line_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 3px 1px;
}

/*リスト*/
.box-link .box ul li {
	margin-bottom: 4px;
}
.box-link .box ul li.cat {
	margin-top: 1.5em;
}

/*サブタイトル*/
.box-link .box h2 {
	font-size: 125%;
	font-weight: bold;
	color: #009944;
	margin-bottom: 1.0em;
}

/*テーブル*/
.sitmap__table {
  width: 100%;
  letter-spacing: 1px;
}
.sitmap__table tr{
  border-bottom: 1px solid #ccebda
}
.sitmap__table tr:first-child{
  border-top: 1px solid #ccebda
}
.sitmap__table th,
.sitmap__table td{
  padding-top: 30px;
  padding-bottom: 30px;
}
.sitmap__table th{
  width: 21.5%;
  color: #009944;
  vertical-align: text-top;
  font-size: 14px;
  text-align: left;
  padding-left: 30px;
  font-weight: bold;
}
.sitmap__table td{
  width: 78.5%;
  font-size: 14px;
}
.sitmap__table td li{
  margin-bottom: 12px;
}

/*ボトムリスト*/
.sitmap__btm-list {
  color: #009944;
  border-bottom: 1px solid #ccebda;
  font-size: 14px;
  letter-spacing: 1px;
}
.sitmap__btm-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 780px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 35px;
}
.sitmap__btm-list li {
  width: 30%;
}

/*リンク色*/
.sitmap__table th a,
.sitmap__btm-list a{
  color: #009944;
  text-decoration: none;
}
.sitmap__table td a{
  color: #333;
  text-decoration: none;
}

/*common.css上書き*/
.mod-box-inr {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#wrp-content {
  background-image: none;
  padding-top: 0;
}
#wrp-content .box-ttl{
  padding: 63px 0 45px;
}
#wrp-content .box-ttl:after {
  background-image: none;
}
/*common.css上書き*/

/***********************************************************************
hover
***********************************************************************/
@media screen and (min-width:641px) {
  .sitmap__table a:hover,
  .sitmap__table a:active,
  .sitmap__btm-list a:hover,
  .sitmap__btm-list a:active{
    color: #009944;
    text-decoration: underline;
  }
}


/***********************************************************************
smart phone
***********************************************************************/
@media screen and (max-width:640px) {
  
  /*メイン*/
  .box-link {
    padding-bottom: 10px;
  }
  .box-link .box {
    padding: 25px 0;
  }
  
  /*リスト*/
  .box-link .box ul li {
    font-size: 82%;
  }
  
  /*サブタイトル*/
  .box-link .box h2 {
    font-size: 113%;
  }
  
  .mod-box-inr {
    width: 100%;
  }
  .mod-box-inr img{
    width: 141.5px;
  }
  
  /*テーブル*/
  .sitmap__table th{
    padding: 20px 10px;
  }
  .sitmap__table td {
    padding: 0 10px;
  }
  .sitmap__table th, .sitmap__table td {
    width: 100%;
    display: block;
  }
  .sitmap__table td li {
    margin-bottom: 15px;
  }
  
  /*ボトムリスト*/
  .sitmap__btm-list ul{
    display: block;
    padding: 20px 10px;
    width: 100%;
  }
  .sitmap__btm-list li{
    width: 100%;
  }
  
  /*common.css上書き*/
  #wrp-content .box-ttl {
    padding: 55px 0 30px;
  }
  .mod-box-inr {
    padding: 0 10px;
  }
  .box-link{
    margin-bottom: 110px;
  }
  /*common.css上書き*/
  
}