@charset "UTF-8";
.content .tab-nav {
  padding: 0;
  font-size: 0;
}

.content .tab-nav li {
  display: inline-block;
  width: calc((100% - 18px) /7);
  padding: 0;
  border-bottom: 3px solid #88a828;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dcdcdc;
  font-size: .875rem;
  text-align: center;
}

.content .tab-nav li a {
  display: block;
  padding: 15px 0 10px;
  text-decoration: none;
}

.content .tab-nav li a:hover {
  background-color: #88a828;
  color: #fff;
}

.content .tab-nav li + li {
  margin-left: 3px;
}

.content .tab-nav .current {
  padding: 15px 0 10px;
  background: #88a828;
  color: #fff;
  position: relative;
}

.content .tab-nav .current::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #88a828 transparent transparent transparent;
}

.content h2 {
  margin-top: 30px;
}

.content .pamphlet_img {
  max-width: 300px;
  padding: 0 30px;
}

.content .pamphlet_img img {
  width: 100%;
}

.content .pamphlet_img-map {
  width: 100%;
  padding: 0 30px;
  margin: 50px 0 30px;
}

.pamphlet_img-map + h2 {
  margin-top: 50px;
}

.content .pamphlet_img-map img {
  width: 100%;
}

.content .pamphlet_toc {
  margin: 20px 0 40px;
  padding: 0;
  font-size: 0;
}

.content .pamphlet_toc li {
  display: inline-block;
  width: 6em;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  font-size: .875rem;
}

.content .pamphlet_toc li:first-child {
  border-left: 1px solid #a0a0a0;
}

.content .pamphlet_toc li:last-child {
  border-right: 1px solid #a0a0a0;
}

.content .pamphlet_toc li a {
  display: block;
  padding: 4px 0px 2px;
  text-align: center;
}

.content .pamphlet_toc li + li {
  border-left: 1px solid #a0a0a0;
}

.content .pamphlet_toc .current_toc {
  padding: 4px 0px 2px;
  background-color: #ddd;
  text-align: center;
  font-weight: bold;
}

.list_item_type05 {
  margin: 0 0 20px 0;
  padding: 0 30px;
  font-size: 0;
}

.list_item_type05 dt {
  display: inline-block;
  width: 5.75em;
  margin: 0 5px 0 0;
  padding: 4px 0 1px;
  text-align: center;
  font-weight: normal;
  font-size: .75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_item_type05 dt + dd {
  display: inline-block;
  width: 7.75em;
  margin: 0 10px 0 0;
  padding: 4px 0 1px;
  text-align: center;
  font-weight: normal;
  border: solid 1px #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_item_type05 .dd-multiple {
  display: inline-block;
  width: 7.75em;
  margin: 0 5px 5px 0;
  padding: 4px 0 1px;
  text-align: center;
  font-weight: normal;
  border: solid 1px #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_item_type05 .dd-multiple + .company-multiple {
  display: inline-block;
  width: auto;
  margin-left: 5px;
}

.list_item_type05 dd {
  display: inline-block;
  width: 80%;
  font-size: .75rem;
}

.list_item_type05 dd a {
  font-size: .875rem;
}

.list_item_type05 .ico-cat-01 {
  background-color: #dce1f6;
  border: solid 1px #dce1f6;
}

.list_item_type05 .ico-cat-02 {
  background-color: #e9dcf6;
  border: solid 1px #e9dcf6;
}

.list_item_type05 .ico-cat-03 {
  background-color: #e3f3e0;
  border: solid 1px #e3f3e0;
}

.list_item_type05 .ico-cat-04 {
  background-color: #d7eab5;
  border: solid 1px #d7eab5;
}

.list_item_type05 .ico-cat-05 {
  background-color: #fcadad;
  border: solid 1px #fcadad;
}

.list_item_type05 .ico-cat-06 {
  background-color: #ffefde;
  border: solid 1px #ffefde;
}

.list_item_type05 .ico-cat-07 {
  background-color: #f8a595;
  border: solid 1px #f8a595;
}

.list_item_type05 .ico-cat-08 {
  background-color: #fcd8d8;
  border: solid 1px #fcd8d8;
}

.list_item_type05 .ico-cat-09 {
  background-color: #ffbcd5;
  border: solid 1px #ffbcd5;
}

/*---------- 768px-959px ----------------------------------------*/
@media (max-width: 959px) {
  .list_item_type05 dt {
    margin-bottom: 5px;
  }
  .list_item_type05 dd {
    display: block;
    width: 100%;
  }
  .list_item_type05 dd + dd {
    margin-bottom: 30px;
  }
  .list_item_type05 .dd-multiple + .company-multiple {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

/*---------- 767px以下 ----------------------------------------*/
@media (max-width: 767px) {
  .content .tab-nav li {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    border-bottom: none;
    text-align: left;
    text-decoration: none;
  }
  .content .tab-nav li a {
    padding-left: 25px;
    text-decoration: none;
    position: relative;
  }
  .content .tab-nav li a::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 9px;
    background: url(../../img/icon_arrow2.png) center/6px 9px no-repeat;
    position: absolute;
    right: 20px;
  }
  .content .tab-nav li + li {
    margin-left: 0;
  }
  .content .tab-nav .current {
    padding-left: 25px;
    background: #88a828;
    color: #fff;
    position: relative;
  }
  .content .tab-nav .current::after {
    display: none;
  }
  .content .pamphlet_toc li {
    margin: 0 0 10px 0;
  }
}
