#page_activities{}

#topics .list {border-bottom: 0 !important;}
#topics .list.more {border-top: 0;border-bottom: 1px solid #ccc !important;}
#topics .list.more .list-more {display: none;}
#topics .showmore,
#topics .close {text-align: center;margin-top: 10px;margin-bottom: 25px;}
#topics .showmore p,
#topics .close p {display: inline-block;*display: inline;*zoom: 1;cursor: pointer;border: 2px solid #64a8a6;color: #64a8a6;font-weigt: bold;position: relative;padding: 3px 23px 2px;font-size: 92%;}


#page_activities #topics h2 {
	background-color: #999;
color: #fff;
padding-top: 8px;
background-image: none;
padding-bottom: 8px;
}

  .inner .js-accordion__title:first-child .activities_title {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .inner .js-accordion__title:nth-child(n+2) .activities_title {
    background: none;
    padding-top: 0;
  }
  .inner .js-accordion__title .activities_title {
    cursor: pointer;
    position: relative;
  }
  .inner .js-accordion__title .activities_title:after {
    display: block;
    content: "\025BC";
    color: #fff;
    font-size: 50%;
    position: absolute;
    bottom: 7px;
    right: 15px;
  }
  .inner .js-accordion__title.is-open .activities_title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .inner .activities_title span {
  display : block;
  margin-top : 10px;
  padding : 8px 0;
  color :#fff ;
  background : #64a8a6;
  }
  
  /*.inner .activities_title + a {*/
  .inner a.activities_pdf {
    display: block;
    text-align: center;
    margin:50px 0;
  }

  /*.inner .activities_title + a:hover {*/
  .inner a.activities_pdf:hover {
    color : #f00;
  }

  .inner table th {
    width: 20%;
    padding: 7px;
  }

  .activetie_block h3 {
    font-size:  1.4rem;
  }

  .activetie_block h4 {
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
  }

  .activetie_block ul {
    padding-left: 20px;
  }

  .activetie_block ul li {
    padding: 0 0 10px 10px;
    list-style: none;
    text-indent:-1.1em;
    padding-left:1em;
  }

  .activetie_block ul li p {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1rem;
  }

  .activetie_block .list_situation {
    padding-left: 0;
  }

  .activetie_block .list_business {
    padding-left: 15px;
  }

  .activetie_block .list_business li {
    text-indent:-2.8em;
    padding-left:1.5em;
  }



/* ■■■ここからPC限定■■■ */
@media screen and (min-width: 768px) {

}

/* ■■■ここからSP限定■■■ */
@media screen and (max-width: 767px){

  .inner table th {
    white-space: nowrap;
  }

  .activetie_block ul {
    padding-left: 0;
  }

  .activetie_block .list_situation span {
    display: block;
    text-indent: 0.7em;
  }

}