/***********
news page
**********/
@media only screen and (min-width: 1024px) {
  .news-pickup {
    display: flex;
    align-items: flex-start;
  }

  .news-pickup h2 {
    width: 24.5%;
  }

  .news-pickup p {
    width: 75.5%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px){
#main .content dl {
  margin-top: 0;
  xdisplay: flex;
  xflex-wrap: wrap;
  xalign-items: center;
}

#main .content dt, #main .content dd {
  xheight: 50px;
  xline-height: 1.5;
  xborder-bottom: 1px solid #000;
}

#main .content dt {
  xwidth: 150px;
  line-height: 40px;
}

#main .content dt span{
	padding:2px 5px;
	margin:0 5px;
	font-size:13px;
	color:#fff;
}

#main .content dd {
  xwidth: calc(100% - 150px);
  margin-left: 0;
  border-bottom: 1px solid #000;
  line-height: 1.5;
  xletter-spacing:5px;
  margin-bottom:20px;
  padding-bottom:10px;
}

}

/* マーカーのカラー */
#main .content dt span.col1{
	background-color:#f1cc00;
}

#main .content dt span.col2{
	background-color:#ff871d;
}

#main .content dt span.col3{
	background-color:#099485;
}

#main .content dt span.col4{
	background-color:#a1c365;
}

#main .content dt span.col5{
	background-color:#65bdc3;
}

#main .content dt span.col6{
	background-color:#c38b65;
}

@media only screen and (max-width: 1023px) {
  #main .content dl {
    margin: 50px auto;
  }
  #main .content dt {
    padding-top: 1em;
	margin-bottom:10px;
  }
  
  #main .content dt span{
	background-color:#c36584;
	padding:2px 5px;
	margin:0 5px;
	font-size:13px;
	color:#fff;
}

#main .content dd {
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
}
#main .content dd span {
  display: inline-block;
  padding-left: 0.5em;
}

#main .content dd .icon {
  width: 25px;
}

#main .content dd span img {
  width: 100%;
}

#main .content dd span img.icon-pdf{
  max-width: 25px;
  margin: -6.25px 0;
}
#main .content dd span img.icon-link{
  max-width: 17px;
  margin: -2.25px 0;
}
/***********
category
**********/
#category .filter-box {
    font-size: 0px;
    font-size: 0rem;
    margin-bottom: 40px;
    text-align: right;
}
#category .filter-box .list-location {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 27%;
    position: relative;
    z-index: 9;
}
#category .filter-box .list-location .result {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border: solid 2px #000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#category .filter-box .list-location .result:before {
    position: absolute;
    content: '';
    background: url(../img/arrow_down.svg) no-repeat;
    background-size: 10px 9px;
    width: 10px;
    height: 9px;
    right: 28px;
    top: 50%;
    margin-top: -3px;
}
#category .filter-box .list-location ul {
    position: absolute;
    left: 0;
    top: 50px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: solid 2px #000;
    border-top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    list-style: none;
    padding-left: 0;
    box-sizing: border-box;
    display: none;
}
#category .filter-box .list-location ul li {
    text-align: center;
    border-bottom: solid 1px #000;
    margin: 0 10px;
}
#category .filter-box .list-location ul li:last-child {
    border-bottom: none;
}
#category .filter-box .list-location ul li label {
    cursor: pointer;
    width: 100%;
    padding: 15px 0;
    display: block;
}
#category .filter-box .list-location ul li label input {
    display: none;
}
#category .filter-box .list-location ul li label span {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
#category .filter-box .list-location .result.active:before {
    margin-top: -4px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(
180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
180deg);
}
@media only screen and (max-width: 1023px){
#category .filter-box .list-location {
    width: 100%;
    display: block;
}
}
/***********
detail
**********/
article h2 {
  color:#000;
}
#detail .date{
  margin-top: 0;
  text-align: right;
  font-size: 13px;
}
#detail #main .content img{
  width: 100%;
  max-width: 800px;
}
#detail .download{
  width: 100%;
  height: 70px;
  max-width: 400px;
  margin: 70px auto;
  text-align: center;
  line-height: 70px;
}
#detail .download a{
  position: relative;
  background: #000;
  color: #fff;
}
#detail .download a::before{
  position: absolute;
  left: 15%;
  top: calc(50% - 19.5px);
  content: "";
  width: 32px;
  height: 39px;
  margin-right: 10px;
  background: url(../img/pdf_white.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1023px) {
  #detail .download a::before{
    left: 10%;
  }
}
#detail .download a::after{
  position: absolute;
  right: 65px;
  top: calc(50% - 12.5px);
  content: " ";
  width: 24px;
  height: 24px;
  background: url(../img/link_white.svg) no-repeat;
  background-size: contain;
}
#detail .back-link{
  width: 100%;
  height: 50px;
  max-width: 400px;
  margin: 70px auto;
  text-align: center;
  line-height: 50px;
}
#detail .back-link a{
  position: relative;
  background: #000;
  color: #fff;
}
#detail .back-link a::after{
  position: absolute;
  right: 30%;
  top: calc(50% - 5px);
  content: " ";
  width: 7px;
  height: 10.5px;
  background: url(../img/arrow_right.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1023px) {
#detail .download a::after{
  right: 30px;
  }
}
