@charset "UTF-8";
#page_link .contents_inner .info_select {
  display: inline-block;
  font-weight: bold;
}

#page_link .contents_inner.select_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page_link .contents_inner.select_btn .select_box {
  overflow: hidden;
  width: 30%;
  text-align: center;
  display: inline-block;
  position: relative;
}

#page_link .contents_inner.select_btn .select_box select.select_change {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 38px 12px 12px;
  border-left: 1px solid #04A23E;
  border-top: 1px solid #04A23E;
  border-bottom: 1px solid #04A23E;
  border-radius: 8px;
  background-color: #ffffff;
}

#page_link .contents_inner.select_btn .select_box select::-ms-expand {
  display: none;
}

#page_link .contents_inner.select_btn .select_box::after {
  content: url(../images/arrow_down.png);
  font-size: 16px;
  color: white;
  background: #04A23E;
  width: 42px;
  text-align: center;
  line-height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  border-radius: 0 8px 8px 0;
}

.section_box .contents_inner .info_list {
  margin-bottom: 4rem;
}

.section_box .contents_inner .news span.category {
  background-color: #036EB8;
}

.section_box .contents_inner .history span.category {
  background-color: #049A3B;
}

.section_box .contents_inner .free span.category {
  background-color: #eb612b;
}

.section_box .contents_inner span.category {
  width: 100px;
  text-align: center;
  margin-left: 40px;
  color: #ffffff;
  padding: 5px 10px;
}

.section_box .contents_inner p.title {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: bold;
}

.section_box .contents_inner p.text {
  margin-bottom: 2rem;
}

/**  PCのみ ************************/
@media all and (min-width: 741px), print {
  #page_link .contents_inner.select_btn .select_box {
    margin-left: 2rem;
  }
  #page_link .contents_inner ul a {
    position: relative;
    width: 314px;
    height: 75px;
  }
  #page_link .contents_inner ul a li {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

/**  SP ************************/
@media screen and (max-width: 740px), print {
  #page_link .contents_inner.select_btn .select_box {
    display: block;
    width: 80%;
  }
  #page_link .contents_inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem;
  }
  #page_link .contents_inner ul a {
    width: calc(50% - 80px);
    margin: 0.5rem 0;
  }
  .info_img img {
    width: 100%;
  }
}
/*# sourceMappingURL=information.css.map */