/*--------------------------------------------------------------------------
   News Index
---------------------------------------------------------------------------*/
#News {
  position: relative;
  width: 100%;
}
#News #Contents .inner .selectYear {
  margin-bottom: 6.428565vw;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .selectYear {
    margin-bottom: 9.33333331vw;
  }
}
#News #Contents .inner .selectYear .selectWrap {
  width: 42.8571vw;
  position: relative;
  display: block;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .selectYear .selectWrap {
    width: 100%;
  }
}
#News #Contents .inner .selectYear .selectWrap:after {
  content: '';
  width: 0.714285vw;
  height: 0.714285vw;
  border-bottom: solid 2px #313131;
  border-right: solid 2px #313131;
  position: absolute;
  top: 50%;
  right: 2.142855vw;
  transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .selectYear .selectWrap:after {
    width: 1.33333333vw;
    height: 1.33333333vw;
    right: 3.99999999vw;
  }
}
#News #Contents .inner .selectYear .select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-radius: 100px;
  box-shadow: 0.3571425vw 0.714285vw 0.714285vw rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  padding: 1.42857vw 1.7857125vw;
  margin: auto;
  font-size: 1.142856vw;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .selectYear .select {
    width: 100%;
    padding: 2.66666666vw 3.333333325vw;
    box-shadow: 0.666666665vw 1.33333333vw 1.33333333vw rgba(0, 0, 0, 0.05);
    font-size: 3.99999999vw;
  }
}
#News #Contents .inner .selectYear select::-ms-expand {
  display: none;
}
#News #Contents .inner .navi {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2.85714vw;
  /*.current,*/
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .navi {
    margin-bottom: 5.33333332vw;
    flex-wrap: wrap;
  }
}
#News #Contents .inner .navi li {
  position: relative;
  box-sizing: border-box;
  padding-right: 3.571425vw;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .navi li {
    padding-right: 6.66666665vw;
    margin-bottom: 2.66666666vw;
  }
}
#News #Contents .inner .navi li a {
  position: relative;
}
#News #Contents .inner .navi li a:hover {
  color: #E81305;
}
#News #Contents .inner .navi li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.0714275vw;
  left: auto;
  margin: auto;
  display: block;
  width: 1.0714275vw;
  height: 1px;
  border-top: 1px solid #E81305;
  transform-origin: 50% 50%;
  transform: rotate(-40deg);
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .navi li:after {
    width: 3.733333324vw;
    height: 3.733333324vw;
    right: 0.266666666vw;
  }
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .navi li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .navi li:first-child:after {
    display: none;
  }
}
#News #Contents .inner .navi li:last-child {
  padding-right: 0;
}
#News #Contents .inner .navi li:last-child:after {
  display: none;
}
#News #Contents .inner .navi .current-cat a {
  color: #E81305;
}
#News #Contents .inner .navi .current-cat a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E81305;
  bottom: -0.714285vw;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .navi .current-cat a:before {
    bottom: -0.666666665vw;
  }
}
#News #Contents .inner .lists {
  box-sizing: border-box;
  border-top: 1px solid #CCCCCC;
}
#News #Contents .inner .lists li {
  padding-top: 1.42857vw;
  padding-bottom: 1.42857vw;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li {
    padding-top: 5.999999985vw;
    padding-bottom: 5.999999985vw;
  }
}
#News #Contents .inner .lists li .article {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li .article {
    display: block;
  }
}
#News #Contents .inner .lists li .article .dates {
  width: 14.2857vw;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li .article .dates {
    width: 100%;
  }
}
#News #Contents .inner .lists li .article .dates dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li .article .dates dl {
    margin-bottom: 3.99999999vw;
  }
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li .article .dates dl dt {
    font-size: 2.933333326vw;
  }
}
#News #Contents .inner .lists li .article .dates dl dd {
  background: linear-gradient(-45deg, #E40604, #FF5D00);
  background-color: #FE5102;
  color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 0.3571425vw 0.714285vw;
  line-height: 1;
  font-size: 0.714285vw;
  margin-left: 1.0714275vw;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li .article .dates dl dd {
    padding: 0.666666665vw 1.33333333vw;
    font-size: 2.66666666vw;
    margin-left: 2.66666666vw;
  }
}
#News #Contents .inner .lists li .article .txt {
  width: 53.571375vw;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li .article .txt {
    width: 100%;
  }
}
#News #Contents .inner .lists li .article .txt a {
  padding-top: 0.714285vw;
  color: #E81305;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  #News #Contents .inner .lists li .article .txt a {
    padding-top: 0;
  }
}
#News #Contents .inner .lists li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------
   News Detail
---------------------------------------------------------------------------*/
#NewsDetail {
  position: relative;
  width: 100%;
}
#NewsDetail #Contents .inner .main {
  margin-bottom: 4.999995vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .main {
    margin-bottom: 9.33333331vw;
  }
}
#NewsDetail #Contents .inner .main .ttl {
  width: 49.99995vw;
  font-size: 1.7857125vw;
  margin-bottom: 2.142855vw;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .main .ttl {
    width: 100%;
    font-size: 4.933333321vw;
    margin-bottom: 3.99999999vw;
  }
}
#NewsDetail #Contents .inner .main .dates {
  display: flex;
  align-items: center;
}
#NewsDetail #Contents .inner .main .dates .category {
  color: #FFFFFF;
  font-size: 0.7857135vw;
  background: linear-gradient(-45deg, #E40604, #FF5D00);
  background-color: #FE5102;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 0.3571425vw 0.714285vw;
  margin-right: 1.42857vw;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .main .dates .category {
    font-size: 2.66666666vw;
    padding: 0.666666665vw 1.33333333vw;
    margin-right: 2.66666666vw;
  }
}
#NewsDetail #Contents .inner .main .dates .date {
  font-size: 0.9285705vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .main .dates .date {
    font-size: 3.066666659vw;
  }
}
#NewsDetail #Contents .inner .sec h1, #NewsDetail #Contents .inner .sec h2, #NewsDetail #Contents .inner .sec h3, #NewsDetail #Contents .inner .sec h4, #NewsDetail #Contents .inner .sec h5, #NewsDetail #Contents .inner .sec h6, #NewsDetail #Contents .inner .sec p, #NewsDetail #Contents .inner .sec span, #NewsDetail #Contents .inner .sec ul, #NewsDetail #Contents .inner .sec ol, #NewsDetail #Contents .inner .sec li {
  margin-bottom: 2.85714vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec h1, #NewsDetail #Contents .inner .sec h2, #NewsDetail #Contents .inner .sec h3, #NewsDetail #Contents .inner .sec h4, #NewsDetail #Contents .inner .sec h5, #NewsDetail #Contents .inner .sec h6, #NewsDetail #Contents .inner .sec p, #NewsDetail #Contents .inner .sec span, #NewsDetail #Contents .inner .sec ul, #NewsDetail #Contents .inner .sec ol, #NewsDetail #Contents .inner .sec li {
    margin-bottom: 7.99999998vw;
  }
}
#NewsDetail #Contents .inner .sec h1 {
  font-size: 2.2142835vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec h1 {
    font-size: 5.466666653vw;
  }
}
#NewsDetail #Contents .inner .sec h2 {
  font-size: 1.999998vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec h2 {
    font-size: 5.066666654vw;
  }
}
#NewsDetail #Contents .inner .sec h3 {
  font-size: 1.7857125vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec h3 {
    font-size: 4.666666655vw;
  }
}
#NewsDetail #Contents .inner .sec h4 {
  font-size: 1.571427vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec h4 {
    font-size: 4.266666656vw;
  }
}
#NewsDetail #Contents .inner .sec h5 {
  font-size: 1.3571415vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec h5 {
    font-size: 3.866666657vw;
  }
}
#NewsDetail #Contents .inner .sec h6 {
  font-size: 1.142856vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec h6 {
    font-size: 3.466666658vw;
  }
}
#NewsDetail #Contents .inner .sec ul {
  box-sizing: border-box;
  padding-left: 1em;
  list-style-type: disc;
  font-size: 0.9285705vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec ul {
    font-size: 3.066666659vw;
  }
}
#NewsDetail #Contents .inner .sec ol {
  box-sizing: border-box;
  padding-left: 1em;
  list-style-type: decimal;
  font-size: 0.9285705vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec ol {
    font-size: 3.066666659vw;
  }
}
#NewsDetail #Contents .inner .sec li:last-child {
  margin-bottom: 0;
}
#NewsDetail #Contents .inner .sec .txt {
  margin-bottom: 2.85714vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec .txt {
    margin-bottom: 7.99999998vw;
  }
}
#NewsDetail #Contents .inner .sec .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 1.42857vw;
  padding-bottom: 1.42857vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec .box {
    padding-top: 2.66666666vw;
    padding-bottom: 2.66666666vw;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec .box {
    margin-bottom: 7.99999998vw;
  }
}
#NewsDetail #Contents .inner .sec .box .box-ttls {
  width: 28.5714vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec .box .box-ttls {
    width: 100%;
  }
}
#NewsDetail #Contents .inner .sec .box .box-ttls .box-ttl {
  font-size: 1.2142845vw;
  font-weight: bold;
  margin-bottom: 2.85714vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec .box .box-ttls .box-ttl {
    font-size: 4.799999988vw;
    margin-bottom: 7.99999998vw;
  }
}
#NewsDetail #Contents .inner .sec .box .box-ttls .box-txt {
  margin-bottom: 2.85714vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec .box .box-ttls .box-txt {
    margin-bottom: 7.99999998vw;
  }
}
#NewsDetail #Contents .inner .sec .box .box-pic {
  width: 32.85711vw;
  margin-bottom: 2.85714vw;
}
@media screen and (max-width: 960px) {
  #NewsDetail #Contents .inner .sec .box .box-pic {
    width: 100%;
    margin-bottom: 7.99999998vw;
  }
}
