@charset "UTF-8";

/* top informtion */
.p-top_news {
  padding: 55px 15px;
  background: #eff6f9;
}
.p-top_news__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 980px;
  margin: auto;
  padding: 25px 40px;
  background-color: #fff;
}
.p-top_news__cnt_wrap {
  display: flex;
  justify-content: space-between;
}
.p-top_news__head {
  width: 200px;
  padding: 20px 0 80px;
  box-sizing: border-box;
}
.p-top_news__heading{
  width: 170px;
  margin: auto;
}
.p-top_news__heading img{
  width: 100%;
}
.p-top_news__btn {
  position: absolute;
  left: 40px;
  top: 130px;
  width: 200px;
}
.p-top_news__btn a {
  display: block;
  width: 120px;
  line-height: 38px;
  margin: auto;
  background-color: #de5c87;
  border-radius: 5px;
  font-size: 1.35rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.p-top_news__btn a:hover {
  background-color: #f07da3;
}
.p-top_news__body {
  width: 660px;
}
.p-top_news__row {
  display: table;
  width: 100%;
  padding: 1.5em 0.3em;
}
.p-top_news__row:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}
.p-top_news__row .col {
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}
.p-top_news__row .col_date {
  width: 14%;
}
.p-top_news__row .col_term {
  width: 17%;
}
.p-top_news__date {
  font-family: 'Roboto Condensed', sans-serif; 
  font-size: 1.5rem;
  font-weight: 700;
  color: #e74878;
  letter-spacing: 0.5px;
}
.p-top_news__title {
  font-size: 1.45rem;
}
.p-top_news__title a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.p-top_news__title a:hover {
  color: #888;
}

@media only screen and (max-width: 750px){
  .p-top_news {
    padding: 40px 15px;
  }
  .p-top_news__inner {
    max-width: 100%;
    padding: 30px 20px 25px;
  }
  .p-top_news__cnt_wrap {
    display: block;
  }
  .p-top_news__head {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .p-top_news__heading{
    width: 115px;
  }
  .p-top_news__btn {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .p-top_news__body {
    width: 100%;
    padding-bottom: 20px;
  }
  .p-top_news__row .col_date {
    display: inline-block;
    width: auto;
    margin: 0 1em 0 0;
  }
  .p-top_news__row .col_term {
    display: inline-block;
    width: auto;
  }
  .p-top_news__row .col_title {
    display: block;
    padding: 10px 0 0 0;
  }
}


/* informtion */
.p-news_page{
  padding-top: 150px;
}
.p-news_header{
  padding: 50px 0 48px;
  background-color: #fff9ea;
}
.p-news_header__page_title{
  width: 165px;
  margin: auto;
}
.p-news_header__page_title img{
  width: 100%;
}
.p-news_body{
  padding: 50px 30px 20px;
}
.p-news_body__inner{
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}
.p-news__col_main {
  width: 70%;
}
.p-news__col_sub {
  width: 25%;
}
.p-news__aside_block {
  position: relative;
  margin-bottom: 15px;
  padding: 16px 10px 10px;
  background-color: #fcf4f4;
  border-radius: 0 0 3px 3px;
}
.p-news__aside_block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e5517e;
}
.p-news__aside_title {
  padding: 0 4px 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-news__aside_list {
  list-style: none;
}
.p-news__aside_list li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 8px 10px 8px 26px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-news__aside_list li:last-child {
  margin: 0;
}
.p-news__aside_list li::before {
  content: '';
  position: absolute;
  top: 1.05em;
  left: 1em;
  width: 4px;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #e5517e;
}
.p-news__aside_list li a {
  display: inline-block;
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
.p-news__aside_list li a:hover {
  color: #8e8e8e;
}
.p-news_article {
  margin-bottom: 50px;
  border-bottom: 2px solid #e2e2e2;
}
.p-news_article__head {
  position: relative;
  margin-bottom: 1.5em;
  padding-right: 100px;
}
.p-news_article__date {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 1em;
  font-family: 'Roboto Condensed', sans-serif; 
  font-size: 1.5rem;
  font-weight: 700;
  color: #e74878;
  letter-spacing: 0.5px;
}
.p-news_article__term {
  position: absolute;
  top: 0;
  right: 0;
}
.p-news_article__title {
  position: relative;
  padding-top: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}
.p-news_article__title a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.p-news_article__title a:hover {
  color: #666;
}
.p-news_article__body {
  padding-bottom: 55px;
  line-height: 1.8;
}
.p-news_article__body a {
  color: #e74878;
  text-decoration: underline;
}
.p-news_article__body a:hover {
  text-decoration: none;
}
.p-news_article__body img {
  display: block;
  max-width: 530px;
  height: auto;
  margin: auto;
}
.p-news_article__body h1 {
  font-size: 2.5rem;
}
.p-news_article__body h2 {
  font-size: 2rem;
}
.p-news_article__body h3 {
  font-size: 1.7rem;
}
.p-news_article__body h4 {
  font-size: 1.5rem;
}
.p-news_article__body h5 {
  font-size: 1.5rem;
}
.p-news_article__body h6 {
  font-size: 1.5rem;
}
.p-news_article__body strong {
  font-weight: bold;
}
.p-news_article__body ul, .p-news_article__body ol {
  padding-left: 1.2em;
}
.p-news_article__btn {
  padding-bottom: 35px;
}
.p-news_article__btn a {
  display: block;
  width: 135px;
  line-height: 40px;
  margin: auto;
  background-color: #de5c87;
  border-radius: 5px;
  font-size: 1.35rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.p-news_article__btn a:hover {
  background-color: #f07da3;
}
.p-news_category{
  width: 90px;
  border-radius: 1px;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  letter-spacing: .5px;
}
.p-news_category.cat1{ background: #55b6de; }
.p-news_category.cat2{ background: #e6a214; }
.p-news_category.cat3{ background: #26c085; }
.p-news_category.cat4{ background: #2b71e1; }
.p-news_category.cat5{ background: #e4658b; }
.p-news_category a{
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}
.p-news_category a:hover{
  opacity: .8;
}
.p-pagination {
  padding-bottom: 25px;
  text-align: center;
}
.p-pagination a,
.p-pagination span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 7px;
  background: #ccc;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 29px;
}
.p-pagination a.current,
.p-pagination span.current {
  background: #ee6693;
}
.p-pagination a {
  text-decoration: none;
  transition: 0.3s;
}
.p-pagination a:hover {
  background: #aaa;
}
.p-404_cnt {
  max-width: 800px;
  margin: auto;
  padding: 50px 0 100px;
  text-align: center;
}
.p-404_cnt__title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
}
.p-404_cnt__text {
  line-height: 1.8;
}
.p-404_cnt__text br {
  display: none;
}
@media only screen and (max-width: 750px){
  .p-news_page{
    padding-top: 52px;
  }
  .p-news_header{
    padding: 35px 0 30px;
  }
  .p-news_header__page_title{
    width: 140px;
  }
  .p-news_body{
    display: block;
    padding: 30px 15px
  }
  .p-news_body__inner{
    display: block;
  }
  .p-news__col_main {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-news__col_sub {
    width: 100%;
  }
  .p-news__aside_list li {
    padding: 10px 10px 10px 26px;
    font-size: 1.4rem;
  }
  .p-news__aside_list li::before {
    top: 1.15em;
  }
  .p-news_article {
    margin-bottom: 35px;
  }
  .p-news_article__head {
    padding-right: 90px;
  }
  .p-news_article__term {
    top: -2px;
  }
  .p-news_article__title {
    font-size: 1.7rem;
  }
  .p-news_article__body {
    padding-bottom: 35px;
  }
  .p-news_article__body img {
    max-width: 100%;
    width: 100%;
  }
  .p-news_category{
    width: 85px;
    font-size: 1.1rem;
    line-height: 23px;
  }
  .p-pagination {
    padding-bottom: 15px;
  }
  .p-404_cnt__text br {
    display: block;
  }
}