body {
  overflow: hidden
}

body #wrapper .contents main h1 {
  margin-top: 95px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #666666;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main h1 {
    margin-top: 50px;
    font-size: 1em
  }
}

body #wrapper .contents main h2 {
  display: none
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main h2 {
    display: block;
    width: 84px;
    height: 25px;
    margin: 35px 5.334% 0 5.334%;
    line-height: 25px;
    text-align: center;
    font-size: 0.875em;
    background-color: #ffeb00
  }
}

body #wrapper .contents main .notice {
  margin-top: 80px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice {
    margin-top: 40px
  }
}

body #wrapper .contents main .notice>.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 125px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner {
    width: 100%;
    padding: 0
  }
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description {
    width: 89.33333333333333%;
    margin-right: auto;
    margin-left: auto
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl {
  width: 230px;
  margin-left: auto;
  margin-right: 0;
  border: 1px solid #666666;
  box-sizing: border-box
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl {
    width: 57.46268656716418%;
    min-width: 190px
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dt {
  position: relative;
  padding: 14px 25px;
  font-size: 0.6em;
  cursor: pointer;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dt {
    padding: 7px 15px;
    font-size: 0.75em
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dt:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 11px;
  height: 12px;
  background: url(../../common/img/ps_company__description_open_pc.png) no-repeat center center;
  background-size: 100%
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dt:after {
    right: 8px;
    width: 15px;
    height: 15px;
    background: url(../../common/img/ps_company__description_open_sp.png) no-repeat center center;
    background-size: 100%
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dd {
  display: none;
  padding: 0 6px 18px 6px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dd {
    padding: 0 24px 14px 24px
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul {
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul {
    display: block
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li {
  margin-right: 15px;
  margin-left: 15px;
  width: 300px;
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li+li {
    margin-top: 7px
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li:nth-child(3) {
/*margin-right: 57px*/
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li:nth-child(3) {
/*margin-right: 0*/
  }
}

/*body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li:nth-child(5) {
  margin-right: 0
}*/

body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li:nth-child(n+3) {
  margin-top: 20px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li:nth-child(n+3) {
    margin-top: 7px
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li>dl {
  display: flex;
  align-items: center
}

body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li>dl>dt {
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  width: 70px;
  padding: 4px 0;
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li>dl>dt {
    max-width: 60px;
    min-width: 60px;
    margin-right: 10px
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl>dd>ul>li>dl>dd {
  font-size: 14px;
  font-weight: normal;
  line-height: 1
}

body #wrapper .contents main .notice>.inner .company__description>dl.open {
  width: 814px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl.open {
    width: 100%
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl.open>dt:after {
  background: url(../../common/img/ps_company__description_close_pc.png) no-repeat center center;
  background-size: 100%
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .notice>.inner .company__description>dl.open>dt:after {
    background: url(../../common/img/ps_company__description_close_sp.png) no-repeat center center;
    background-size: 100%
  }
}

body #wrapper .contents main .notice>.inner .company__description>dl.open>dt span {
  opacity: 0
}

body #wrapper .contents main .notice>.inner .company__description>dl.open>dd {
  display: block
}

body #wrapper .contents>.inner main .notice>.inner .year {
  margin-top: 80px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .year {
    margin-top: 40px
  }
}

body #wrapper .contents>.inner main .notice>.inner .year .inner>ul {
  display: flex;
  align-items: center
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .year .inner>ul {
    justify-content: center;
    flex-wrap: wrap
  }
}

body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li {
  width: 100%;
  height: 40px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background: url(../img/ps_news_year_on.png) no-repeat center center;
  background-size: 100%
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li {
    width: 22.13333333333333%;
    font-size: 14px;
    background: #ffeb00;
    border: 1px solid #ffffff
  }
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li:nth-child(1) {
    margin-left: 10%
  }
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li:nth-child(3) {
    margin-right: 10%
  }
}

body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li>a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background: url(../img/ps_news_year_off.png) no-repeat center center;
  background-size: 100%
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li>a {
    width: 100%;
    font-size: 14px;
    background: #f8f8ee
  }
}

body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li>a:hover {
  text-decoration: none;
  opacity: 1;
  font-size: 17px;
  background: url(../img/ps_news_year_on.png) no-repeat center center;
  background-size: 100%
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .year .inner>ul>li>a:hover {
    font-size: 14px;
    background: #ffeb00
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list {
  margin-top: 80px;
  display: none
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .notice__list {
    width: 89.33333333333333%;
    margin: 40px auto 0 auto
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item {
  padding: 22px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item {
    padding: 12px 0
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item+.list__item {
  border-top: none
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl {
  display: flex;
  align-items: flex-start
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl {
    display: block
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt {
  display: flex;
  align-items: center
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span {
  display: block
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.time {
  min-width: 90px;
  font-size: 0.7em;
  font-weight: bold;
  color: #666666;
  white-space: nowrap
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.time {
    font-size: 0.875em
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag {
  margin-left: 15px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag {
    margin-left: 10px;
    padding: 3px 7px;
    font-size: 0.75em
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--group {
  background-color: #ffeb00
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--nbs {
  background-color: #5ac74d
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--nf {
  background-color: #ffbf00
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--khd {
  background-color: #43b1cd
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--ns {
  background-color: #f08658
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--nk {
  background-color: #7565b0
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dd {
  margin-left: 15px;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dd {
    margin-top: 10px;
    margin-left: 0;
    font-size: 0.9375em;
    line-height: 1.33
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dd a {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dd a {
    line-height: 1.33
  }
}

body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dd a:hover {
  opacity: 1
}

body #wrapper .contents>.inner main .notice>.inner .tab {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .tab {
    margin-top: 25px;
    margin-right: 5.334%
  }
}

body #wrapper .contents>.inner main .notice>.inner .tab li {
  width: 36px;
  height: 36px;
  margin: 0 2px;
  font-size: 0.6em;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background-color: #666666
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .tab li {
    width: 25px;
    height: 25px;
    line-height: 25px
  }
}

body #wrapper .contents>.inner main .notice>.inner .tab li.prev,
body #wrapper .contents>.inner main .notice>.inner .tab li.next {
  width: 46px
}

@media screen and (max-width: 950px) {

  body #wrapper .contents>.inner main .notice>.inner .tab li.prev,
  body #wrapper .contents>.inner main .notice>.inner .tab li.next {
    width: 25px
  }
}

body #wrapper .contents>.inner main .notice>.inner .tab li.prev a,
body #wrapper .contents>.inner main .notice>.inner .tab li.next a {
  width: 46px
}

@media screen and (max-width: 950px) {

  body #wrapper .contents>.inner main .notice>.inner .tab li.prev a,
  body #wrapper .contents>.inner main .notice>.inner .tab li.next a {
    width: 25px
  }
}

body #wrapper .contents>.inner main .notice>.inner .tab li a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 1em;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #666666
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main .notice>.inner .tab li a {
    width: 25px;
    height: 25px;
    line-height: 25px
  }
}

body #wrapper .contents>.inner main .notice>.inner .tab li a:hover {
  background-color: #666666;
  color: #ffffff;
  text-decoration: none;
  opacity: 1
}

body #wrapper .contents>.inner main .notice>.inner .tab li a.current {
  color: #ffffff;
  background-color: #666666
}

/* New Color  */
body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--nbs,
body #wrapper .contents .notice .inner .notice__list .list__item>dl>dt>span.tag--nbs,
body #wrapper .contents .notice .inner .company__description>dl>dd>ul>li>dl>dt.icon_nbs{
background-color: #41b25d;
 color: #fff;
}
body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--nf,
body #wrapper .contents .notice .inner .notice__list .list__item>dl>dt>span.tag--nf,
body #wrapper .contents .notice .inner .company__description>dl>dd>ul>li>dl>dt.icon_nf{
background-color: #00aebb;
 color: #fff;
}
body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--khd,
body #wrapper .contents .notice .inner .notice__list .list__item>dl>dt>span.tag--khd,
body #wrapper .contents .notice .inner .company__description>dl>dd>ul>li>dl>dt.icon_khd{
background-color: #0086cd;
 color: #fff;
}
body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--ns,
body #wrapper .contents .notice .inner .notice__list .list__item>dl>dt>span.tag--ns,
body #wrapper .contents .notice .inner .company__description>dl>dd>ul>li>dl>dt.icon_ns{
background-color: #e60012;
 color: #fff;
}
body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--nk,
body #wrapper .contents .notice .inner .notice__list .list__item>dl>dt>span.tag--nk,
body #wrapper .contents .notice .inner .company__description>dl>dd>ul>li>dl>dt.icon_nk{
background-color: #796baf;
 color: #fff;
}
body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--hd,
body #wrapper .contents .notice .inner .notice__list .list__item>dl>dt>span.tag--hd,
body #wrapper .contents .notice .inner .company__description>dl>dd>ul>li>dl>dt.icon_hd{
background-color: #1f6c75;
 color: #fff;
}
body #wrapper .contents>.inner main .notice>.inner .notice__list .list__item>dl>dt>span.tag--nt,
body #wrapper .contents .notice .inner .notice__list .list__item>dl>dt>span.tag--nt,
body #wrapper .contents .notice .inner .company__description>dl>dd>ul>li>dl>dt.icon_nt{
background-color: #e9528e;
 color: #fff;
}
