.category_information {
  background-color: #063271;
}

.category_company {
  background-color: #00a32a;
}

.category_recruit {
  background-color: #BA484C;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  ul.news_wrap {
    width: 94%;
    margin: 0 auto;
  }
  ul.news_wrap > li {
    padding-bottom: 20px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 20px;
  }
  ul.news_wrap > li > .date_cate {
    margin-bottom: 10px;
  }
  ul.news_wrap > li > .date_cate > div {
    display: inline-block;
  }
  ul.news_wrap > li > .date_cate > .date {
    width: 7em;
    font-size: 1.2rem;
  }
  ul.news_wrap > li > .date_cate > .category {
    width: 10em;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
  }
  ul.news_wrap > li > .date_cate > .category > a {
    display: block;
    line-height: 1;
    padding: 7px 0;
    color: #fff;
  }
  ul.news_wrap > li > .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .category_text {
    border: 1px #ccc solid;
    padding: 5px 10px;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  .ul_news_list > section {
    width: 94%;
    margin: 0 auto;
  }
  ul.ul_news_single {
    width: 94%;
    margin: 0 auto;
  }
  ul.ul_news_single > li {
    margin-bottom: 60px;
  }
  ul.ul_news_single > li > .date_cate {
    margin-bottom: 10px;
  }
  ul.ul_news_single > li > .date_cate > div {
    display: inline-block;
  }
  ul.ul_news_single > li > .date_cate > .date {
    font-size: 1.3rem;
    width: 7em;
  }
  ul.ul_news_single > li > .date_cate > .category {
    width: 10em;
    text-align: center;
    font-size: 1.2rem;
    background-color: #063271;
    color: #fff;
    transition: 0.3s;
  }
  ul.ul_news_single > li > .date_cate > .category > a,
  ul.ul_news_single > li > .date_cate > .category > span {
    display: block;
    padding: 7px 0;
    line-height: 1;
    color: #fff;
  }
  ul.ul_news_single > li > .contents {
    font-size: 1.4rem;
  }
  ul.ul_news_single > li > .contents > h1,
  ul.ul_news_single > li > .contents > h2 {
    font-size: 1.6rem;
    margin-bottom: 1em;
    background-color: #7EB0F8;
    color: #fff;
    padding: 3px 0 3px 10px;
  }
  ul.ul_news_single > li > .contents > h3,
  ul.ul_news_single > li > .contents > h4 {
    font-size: 1.6rem;
    margin-bottom: 1em;
    border-left: 5px #063271 solid;
    padding-left: 15px;
    color: #333;
  }
  ul.ul_news_single > li > .contents > h5,
  ul.ul_news_single > li > .contents > h6 {
    font-size: 1.4rem;
    margin-bottom: 1em;
    border-left: 5px #063271 solid;
    padding-left: 15px;
    color: #333;
  }
  ul.ul_news_single > li > .contents > p {
    margin-bottom: 1em;
    line-height: 1.6;
  }
  ul.ul_news_single > li > .contents > ul,
  ul.ul_news_single > li > .contents > ol {
    margin-bottom: 1em;
  }
  ul.ul_news_single > li > .contents > ul > li,
  ul.ul_news_single > li > .contents > ol > li {
    margin-bottom: 7px;
    line-height: 1.6;
  }
  ul.ul_news_single > li > .contents > ul {
    padding-left: 1.5em;
    list-style: disc;
  }
  ul.ul_news_single > li > .contents > figure {
    text-align: center;
  }
  ul.ul_news_single > li > .contents > figure > img {
    max-width: 100%;
  }
  ul.ul_news_single > li > .contents > figure > figcaption {
    text-align: center;
  }
  ul.ul_news_single > li > .contents > figure > table th, ul.ul_news_single > li > .contents > figure > table td {
    line-height: 1.6;
    border-color: #ccc;
    font-size: 12px;
  }
  ul.ul_news_single > li > .contents > figure > table td {
    text-align: left;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  ul.news_wrap {
    width: 980px;
    margin: 0 auto;
  }
  ul.news_wrap > li {
    display: table;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 20px;
  }
  ul.news_wrap > li > div {
    display: table-cell;
    vertical-align: middle;
  }
  ul.news_wrap > li > .date_cate {
    width: 30%;
  }
  ul.news_wrap > li > .date_cate > div {
    display: inline-block;
  }
  ul.news_wrap > li > .date_cate > .date {
    width: 7em;
  }
  ul.news_wrap > li > .date_cate > .category {
    width: 10em;
    text-align: center;
    font-size: 1.4rem;
    background-color: #063271;
    color: #fff;
    transition: 0.3s;
  }
  ul.news_wrap > li > .date_cate > .category > a {
    display: block;
    padding: 7px 0;
    line-height: 1;
    color: #fff;
  }
  ul.news_wrap > li > .date_cate > .category:hover {
    opacity: 0.6;
  }
  ul.news_wrap > li > .contents > h1,
  ul.news_wrap > li > .contents > h2 {
    font-size: 2rem;
    margin-bottom: 1em;
    background-color: #7EB0F8;
    color: #fff;
    padding: 5px 0 5px 10px;
  }
  ul.news_wrap > li > .contents > h3,
  ul.news_wrap > li > .contents > h4 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    border-left: 5px #063271 solid;
    padding-left: 15px;
    color: #333;
  }
  ul.news_wrap > li > .contents > h5,
  ul.news_wrap > li > .contents > h6 {
    font-size: 1.6rem;
    margin-bottom: 1em;
    border-left: 5px #063271 solid;
    padding-left: 15px;
    color: #333;
  }
  ul.news_wrap > li > .contents > p {
    margin-bottom: 1em;
  }
  ul.news_wrap > li > .contents > ul,
  ul.news_wrap > li > .contents > ol {
    margin-bottom: 1em;
  }
  ul.news_wrap > li > .contents > ul > li,
  ul.news_wrap > li > .contents > ol > li {
    margin-bottom: 5px;
  }
  ul.news_wrap > li > .contents > ul {
    padding-left: 1.5em;
    list-style: disc;
  }
  ul.news_wrap > li > .contents > figure {
    text-align: center;
  }
  ul.news_wrap > li > .contents > figure > img {
    max-width: 100%;
  }
  ul.news_wrap > li > .contents > figure > figcaption {
    text-align: center;
  }
  ul.news_wrap > li > .contents > figure > table th, ul.news_wrap > li > .contents > figure > table td {
    line-height: 1.6;
    border-color: #ccc;
    font-size: 14px;
  }
  ul.news_wrap > li > .contents > figure > table td {
    text-align: left;
  }
  .category_text {
    border: 1px #ccc solid;
    padding: 20px;
    margin-bottom: 40px;
  }
  .ul_news_list > section {
    width: 980px;
    margin: 0 auto;
  }
  ul.ul_news_single {
    width: 980px;
    margin: 0 auto;
  }
  ul.ul_news_single > li {
    margin-bottom: 120px;
  }
  ul.ul_news_single > li > .date_cate {
    margin-bottom: 20px;
  }
  ul.ul_news_single > li > .date_cate > div {
    display: inline-block;
  }
  ul.ul_news_single > li > .date_cate > .date {
    width: 7em;
  }
  ul.ul_news_single > li > .date_cate > .category {
    width: 10em;
    text-align: center;
    font-size: 1.4rem;
    background-color: #063271;
    color: #fff;
    transition: 0.3s;
  }
  ul.ul_news_single > li > .date_cate > .category > a,
  ul.ul_news_single > li > .date_cate > .category > span {
    display: block;
    padding: 7px 0;
    line-height: 1;
    color: #fff;
  }
  ul.ul_news_single > li > .date_cate > .category > a {
    position: relative;
  }
  ul.ul_news_single > li > .date_cate > .category > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s;
  }
  ul.ul_news_single > li > .date_cate > .category > a:hover:after {
    opacity: 0.4;
  }
  ul.ul_news_single > li > .contents > h1,
  ul.ul_news_single > li > .contents > h2 {
    font-size: 2rem;
    margin-bottom: 1em;
    background-color: #7EB0F8;
    color: #fff;
    padding: 5px 0 5px 10px;
  }
  ul.ul_news_single > li > .contents > h3,
  ul.ul_news_single > li > .contents > h4 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    border-left: 5px #063271 solid;
    padding-left: 15px;
    color: #333;
  }
  ul.ul_news_single > li > .contents > h5,
  ul.ul_news_single > li > .contents > h6 {
    font-size: 1.6rem;
    margin-bottom: 1em;
    border-left: 5px #063271 solid;
    padding-left: 15px;
    color: #333;
  }
  ul.ul_news_single > li > .contents > p {
    margin-bottom: 1em;
  }
  ul.ul_news_single > li > .contents > ul,
  ul.ul_news_single > li > .contents > ol {
    margin-bottom: 1em;
  }
  ul.ul_news_single > li > .contents > ul > li,
  ul.ul_news_single > li > .contents > ol > li {
    margin-bottom: 5px;
  }
  ul.ul_news_single > li > .contents > ul {
    padding-left: 1.5em;
    list-style: disc;
  }
  ul.ul_news_single > li > .contents > figure {
    text-align: center;
  }
  ul.ul_news_single > li > .contents > figure > img {
    max-width: 100%;
  }
  ul.ul_news_single > li > .contents > figure > figcaption {
    text-align: center;
  }
  ul.ul_news_single > li > .contents > figure > table th, ul.ul_news_single > li > .contents > figure > table td {
    line-height: 1.6;
    border-color: #ccc;
    font-size: 14px;
  }
  ul.ul_news_single > li > .contents > figure > table td {
    text-align: left;
  }
}