.news .cate {
  float: left;
  background-color: #00a99d;
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 1em;
  color: white;
}

.news .blog2column {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .news .blog2column {
    display: block;
    margin-top: 0;
  }
}

.news .blogbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 900px) {
  .news .blogbox {
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news .blogbox .blog-row {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

@media screen and (max-width: 900px) {
  .news .blogbox .blog-row {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
}

.news .menu-box {
  border-left: 1px dotted #00a99d;
  width: 26%;
  min-width: 10em;
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 900px) {
  .news .menu-box {
    margin-top: 10vw;
    border-left: none;
    width: 100%;
    min-width: 100%;
  }
}

.news .menu-box .menu-title {
  font-weight: bold;
  text-align: center;
}

.news .menu-box .menu-title h4 {
  color: #00a99d;
  font-size: 15pt;
}

.news .menu-box .side_archive_menu ul li a {
  color: #4d4d4d;
}

.news .menu-box .side_archive_menu p.toggle_btn {
  font-weight: bold;
  margin-top: 0.6em;
  cursor: pointer;
  color: #00a99d;
}

.news .menu-box .side_archive_menu .child {
  display: none;
}

.news .menu-box .side_archive_menu .initOpen {
  display: block;
}

.news .blog-row {
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: 1px dotted #00a99d;
}

@media screen and (max-width: 900px) {
  .news .blog-row {
    border-bottom: none;
    padding-bottom: 5vw;
    padding-top: 5vw;
  }
}

.news .blog-row .cate-box {
  margin-top: 1em;
  margin-bottom: 1em;
}

.news .blog-row .cate-box p {
  height: 1.3em;
  line-height: 1.3em;
  font-size: 11pt;
}

@media screen and (max-width: 900px) {
  .news .blog-row .cate-box p {
    font-size: 3.3vw;
  }
}

.news .blog-row .cate-box .date {
  float: right;
}

.news .blog-row p.title {
  line-height: 1.4em;
}

.news .pnavi-box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.news .single-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}

.news .single-box .single-titlebox {
  margin-bottom: 5em;
}

@media screen and (max-width: 900px) {
  .news .single-box .single-titlebox {
    margin-bottom: 12vw;
  }
}

.news .single-box .single-titlebox h2 {
  font-size: 20pt;
  color: #00a99d;
  line-height: 1.3em;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 900px) {
  .news .single-box .single-titlebox h2 {
    font-size: 4.6vw;
  }
}

.news .single-box .single-titlebox p {
  font-size: 12pt;
}

.news .single-box .single-titlebox .cate {
  margin-top: 0.6em;
}

.news .single-box .content {
  margin-top: 3em;
  margin-bottom: 3em;
}

.news .single-box .content .wp-block-image img {
  width: initial;
}

@media screen and (max-width: 900px) {
  .news .single-box .content .wp-block-image img {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

.news .single-box .content p {
  margin-bottom: 1.3em;
}

.news .single-box .content table {
  max-width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}

.news .single-box .content table td,
.news .single-box .content table th {
  border: 1px solid #00a99d;
  padding: 0.3em;
}

.news .single-box .content h3 {
  font-size: 18pt;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .news .single-box .content h3 {
    font-size: 4.5vw;
  }
}

.news .single-box .content h4 {
  font-size: 16pt;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .news .single-box .content h4 {
    font-size: 4.2vw;
  }
}

.news .single-box .content h5 {
  font-size: 14pt;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .news .single-box .content h5 {
    font-size: 4vw;
  }
}

.news .single-navi {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .single-navi div {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .news .single-navi div {
    width: 48%;
  }
}

@media screen and (max-width: 900px) {
  .news .single-navi {
    padding-top: 10vw;
    padding-bottom: 0vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news .single-navi a {
  display: inline-block;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 2em;
  height: 2em;
  border: 1px solid #00a99d;
  border-radius: 2em;
}

.news .single-navi a.backbtn {
  color: white;
  background-color: #00a99d;
}

.news .single-navi-back {
  margin-bottom: 12vw;
  width: 100%;
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .single-navi-back a {
  display: inline-block;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 2em;
  height: 2em;
  border: 1px solid #00a99d;
  border-radius: 2em;
}

.news .single-navi-back a.backbtn {
  margin-left: 3em;
  margin-right: 3em;
  color: white;
  background-color: #00a99d;
}
/*# sourceMappingURL=news.css.map */