.newsList {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .newsList {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.newsList .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 55px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .newsList .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
}

.newsList .flex a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.newsList .flex a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .newsList .image {
    margin-bottom: 5%;
  }
}

.newsList .image img {
  width: 420px;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .newsList .image img {
    width: auto;
    height: auto;
  }
}

.newsList .singleBox,
.newsList .textBox {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .newsList .singleBox,
  .newsList .textBox {
    width: 100%;
  }
}

.newsList .singleBox .date span,
.newsList .textBox .date span {
  line-height: 1;
}

.newsList .singleBox .date span.new,
.newsList .textBox .date span.new {
  background-color: #1b365d;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  margin-right: 14px;
}

.newsList .singleBox .date span.cate,
.newsList .textBox .date span.cate {
  margin: 0 14px 0 0;
}

.newsList .singleBox .date span.cate,
.newsList .singleBox .date span.category,
.newsList .textBox .date span.cate,
.newsList .textBox .date span.category {
  color: #666666;
}

.newsList .singleBox h3,
.newsList .textBox h3 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

.newsList .singleBox p,
.newsList .textBox p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.newsList .single {
  padding-bottom: 80px;
}

.newsList .single .list_btn01 {
  width: 350px;
}

.newsList .single .flex-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.newsList .single .flex-btn > div {
  padding: 0 1em;
}

.newsList .singleBox {
  width: 100%;
}

.newsList .singleBox h1 {
  border-bottom: 1px #1b365d solid;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .newsList .singleBox h1 {
    font-size: 2.0rem;
    line-height: 1.5;
    padding-bottom: 12px;
  }
}

.newsList .singleBox .date {
  margin-bottom: 20px;
}

.newsList .singleBox .contents h1 {
  font-size: 2.4rem;
  padding-bottom: 8px;
  margin-top: 1.5em;
}

.newsList .singleBox .contents h2 {
  font-size: 2.0rem;
  margin-top: 1.5em;
}

.newsList .singleBox .contents .arrow {
  text-align: center;
  margin: 2em 0;
}

.newsList .singleBox .contents .pro_cont_step1:after {
  content: "";
  display: block;
  clear: both;
}

.newsList .singleBox .contents .pro_cont_step1:before {
  content: "";
  display: block;
  clear: both;
}

.newsList .singleBox .contents .pro_cont_step1 {
  display: block;
}

.newsList .singleBox .contents .pro_cont_step1_left {
  float: left;
  width: 50%;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .newsList .singleBox .contents .pro_cont_step1_left {
    float: none;
    width: 100%;
  }
}

.newsList .singleBox .contents .pro_cont_step1_right {
  float: right;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .newsList .singleBox .contents .pro_cont_step1_right {
    float: none;
    width: 100%;
  }
}

.newsList .singleBox .contents .pro_cont_step1_right h2 {
  margin-top: 0;
}

.newsList .singleBox .contents .pro_cont_button {
  text-align: center;
}

.newsList .singleBox .contents p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-top: 20px;
}

.newsList .singleBox .contents p b, .newsList .singleBox .contents p strong {
  font-weight: bold;
}

.newsList .singleBox .contents p b span, .newsList .singleBox .contents p strong span {
  font-weight: bold;
}

.newsList .singleBox .contents .wp-video {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}

.newsList .singleBox .contents img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.newsList .single-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsList .single-nav ul li {
  padding: 0 2em;
}

.newsList .single-nav ul li a {
  display: inline-block;
  padding: 0 15px;
}

.newsList .single-nav ul li a.next {
  position: relative;
}

.newsList .single-nav ul li a.next:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #1b365d;
  border-bottom: 2px solid #1b365d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.newsList .single-nav ul li a.prev {
  position: relative;
}

.newsList .single-nav ul li a.prev:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #1b365d;
  border-bottom: 2px solid #1b365d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}

.newsList .nav-links {
  margin-bottom: 5em;
  text-align: center;
}

.newsList .nav-links .page-numbers {
  padding: 4px 9px 6px 9px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .newsList .nav-links .page-numbers {
    font-size: 1.2rem;
    padding: 4px 5px 6px 5px;
  }
}

.newsList .nav-links a, .newsList .nav-links span {
  display: inline-block;
  min-width: 38px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .newsList .nav-links a, .newsList .nav-links span {
    min-width: 24px;
  }
}

.newsList .nav-links span.current {
  background-color: #1b365d;
  color: #fff;
}

.newsList .nav-links a:hover {
  background-color: #1b365d;
  color: #fff;
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.singleBox p iframe{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .singleBox p iframe{
    height: 220px;
  }
}


/*# sourceMappingURL=news.css.map */