#page.news .mv {
  background-color: #e7eef7;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page.news .page-en-title {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #1476cc;
}
#page.news .page-ja-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #231815;
}
@media (min-width: 767px) {
  #page.news .mv {
    height: 200px;
  }
  #page.news .page-en-title {
    font-size: 20px;
  }
  #page.news .page-ja-title {
    font-size: 30px;
  }
}
#page.news .blog-area {
  padding-bottom: 62px;
}
#page.news .blog-search-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4117647059;
  margin-bottom: 10px;
}
#page.news .search-form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #666666;
  border-radius: 4px;
}
#page.news .blog-search-wrapper {
  margin-bottom: 12px;
}
#page.news .blog-search-wrapper .search-form_input {
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: calc(100% - 60px);
}
#page.news .blog-search-wrapper .search-form_button {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  background-color: #036eb8;
}
#page.news .blog-search-wrapper .search-form_button img {
  width: 22px;
  height: 22px;
}
#page.news .blog-taxonomy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
#page.news .blog-category-list {
  margin-right: 3px;
  margin-bottom: 3px;
}
#page.news .blog-category-link {
  border: 1px solid #036eb8;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #036eb8;
}
#page.news .blog-category-link span {
  font-weight: 400;
}
@media (min-width: 767px) {
  #page.news .blog-area {
    padding-bottom: 94px;
  }
  #page.news .blog-search-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 29px;
  }
  #page.news .blog-search-wrapper {
    max-width: 755px;
    margin: 0 auto 30px;
  }
  #page.news .blog-taxonomy-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 755px;
    width: 100%;
    margin: 0 auto 60px;
  }
  #page.news .blog-category-link {
    height: 32px;
    font-size: 13px;
    padding: 0 15px;
  }
}
#page.news .blog-article-box-title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3188235294;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  position: relative;
  padding-left: 18px;
  border-bottom: 1px solid #999999;
  margin-bottom: 25px;
}
#page.news .blog-article-box-title::before {
  content: "";
  display: inline-block;
  background-color: #95d1d7;
  height: 40px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.news .blog-article-box-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.news .blog-article-box-list {
  width: 48.5%;
  margin-bottom: 34px;
}
#page.news .blog-article-box-link {
  display: block;
}
#page.news .blog-article-box-image {
  margin-bottom: 10px;
}
#page.news .blog-article-box-image img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 88px;
}
#page.news .blog-article-box-list-day {
  color: #999999;
  font-size: 12px;
  line-height: 1.3158333333;
  margin-bottom: 5px;
}
#page.news .blog-article-box-list-title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5223076923;
  margin-bottom: 8px;
}
#page.news .blog-article-box-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #036eb8;
  font-weight: 500;
  border: 1px solid #036eb8;
  border-radius: 11px;
  padding: 0 7px;
}
#page.news .pager {
  margin-bottom: 70px;
}
#page.news .pager #pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.news .pager .page-numbers {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  margin: 0 7px;
}
#page.news .pager .page-numbers.current {
  color: #036eb8;
}
#page.news .pager .page-numbers.next {
  color: #036eb8;
  margin-left: 12px;
}
#page.news .pager .page-numbers.prev {
  color: #036eb8;
  margin-right: 12px;
}
@media (min-width: 767px) {
  #page.news .blog-article-box-title {
    font-size: 20px;
    height: 50px;
    margin-bottom: 34px;
  }
  #page.news .blog-article-box-title::before {
    height: 50px;
  }
  #page.news .blog-article-box-ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #page.news .blog-article-box-list {
    width: 32%;
    margin-right: 2%;
  }
  #page.news .blog-article-box-list:nth-child(3n+3) {
    margin-right: 0;
  }
  #page.news .blog-article-box-image {
    margin-bottom: 5px;
  }
  #page.news .blog-article-box-image img {
    height: 130px;
  }
  #page.news .blog-article-box-list-day {
    line-height: 1.9116666667;
    margin-bottom: 0;
  }
  #page.news .blog-article-box-list-title {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.396;
    margin-bottom: 10px;
  }
}
@media (min-width: 960px) {
  #page.news .blog-contens-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.news .blog-article-box {
    width: calc(100% - 310px);
    max-width: 750px;
  }
}
#page.news .sidebar-title {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.3188235294;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
#page.news .siebar-ranking {
  margin-bottom: 40px;
}
#page.news .year-list li {
  border-bottom: 1px solid #999999;
}
#page.news .year-list a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 3.4285714286;
  background-image: url(../img/case/arrow.jpg);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: 100% center;
  display: block;
}
@media (min-width: 767px) {
  #page.news .sidebar-title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #page.news .siebar-ranking .ranking-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page.news .siebar-ranking .ranking-item > a {
    width: 118px;
  }
  #page.news .siebar-ranking .ranking-item > a img {
    height: 68px;
  }
  #page.news .siebar-ranking .ranking-item .ranking-title {
    width: calc(100% - 135px);
  }
  #page.news .siebar-tagu .blog-taxonomy-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  #page.news .news-sidebar {
    width: 294px;
    padding-top: 19px;
  }
}
#page.news .contens-tour-btn {
  background-image: url(../img/company/back-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: 7% center;
}
@media (hover: hover) {
  #page.news .faq-category-link:hover {
    background-color: #036eb8;
    color: #fff;
    border-color: #036eb8;
  }
  #page.news .contens-tour-btn:hover {
    background-color: #f15a24;
  }
}

#page.news.single .single-article-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.news.single .single-article-day {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.1708333333;
}
#page.news.single .single-article-category {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #036eb8;
  color: #036eb8;
  border-radius: 9px;
  padding: 0 9px;
  margin-left: 7px;
}
#page.news.single .single-article-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: justify;
  margin-bottom: 5px;
}
#page.news.single .single-article-sns-share {
  max-width: 110px;
  width: 100%;
  margin-left: auto;
}
#page.news.single .article-sns-share-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 3.2083333333;
}
#page.news.single .article-sns-share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#page.news.single .single-sns-share-link {
  width: 28px;
}
#page.news.single .single-sns-share-link:nth-child(2) {
  margin: 0 5px;
}
#page.news.single .mv-top-text, #page.news.single .mv-bottom-text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.9753333333;
  margin-bottom: 33px;
  color: #231815;
}
#page.news.single .blog-mv {
  margin-bottom: 15px;
}
#page.news.single .author_box {
  padding: 4% 5% 6%;
  background-color: #95d1d7;
  margin: 2em 0;
}
#page.news.single .author_box .author_title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
#page.news.single .author_box .photo_icon {
  width: 130px;
  margin: 0 auto 10px;
}
#page.news.single .author_box .photo_icon img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.news.single .author_box .name {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#page.news.single .author_box .name span {
  font-size: 12px;
  display: block;
  font-weight: 400;
}
#page.news.single .author_box .introduction-text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
}
#page.news.single .author_box .arrow_box {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin-top: 10px;
  white-space: normal;
  word-break: break-word;
}
#page.news.single .author_box .arrow_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% - 0.4px) -100%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
#page.news.single .single-blog-content {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #231815;
  padding-bottom: 65px;
}
#page.news.single .single-blog-content #toc_container {
  width: 100%;
  background-color: #fff;
  padding: 22px 16px;
  margin-bottom: 30px;
}
#page.news.single .single-blog-content #toc_container .toc_title {
  text-align: left;
  font-weight: bold;
}
#page.news.single .single-blog-content #toc_container a {
  font-size: 15px;
  color: #231815;
  text-decoration: none;
}
#page.news.single .single-blog-content #toc_container ul {
  padding: 0;
}
#page.news.single .single-blog-content p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #231815;
}
#page.news.single .single-blog-content a {
  text-decoration: underline;
  color: #95d1d7;
}
#page.news.single .single-blog-content strong {
  font-weight: bold;
}
#page.news.single .single-blog-content em {
  font-style: italic;
}
#page.news.single .single-blog-content h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #000;
}
#page.news.single .single-blog-content h2 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
  border-left: 6px solid #95d1d7;
  margin-bottom: 25px;
  color: #000;
}
#page.news.single .single-blog-content h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  border-bottom: 2px solid #95d1d7;
  margin-bottom: 15px;
  color: #000;
}
#page.news.single .single-blog-content h4 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #95d1d7;
  margin-bottom: 15px;
  color: #000;
}
#page.news.single .single-blog-content h5 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  border-bottom: double 5px #95d1d7;
  margin-bottom: 10px;
  color: #000;
}
#page.news.single .single-blog-content h6 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #000;
}
#page.news.single .single-blog-content h6::before, #page.news.single .single-blog-content h6::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #95d1d7;
}
#page.news.single .single-blog-content h6::before {
  left: 0;
}
#page.news.single .single-blog-content h6::after {
  right: 0;
}
#page.news.single .single-blog-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
#page.news.single .single-blog-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
#page.news.single .single-blog-content blockquote {
  position: relative;
  border-left: 3px double #036eb8;
  padding-left: 10px;
  background: #e2e8f0;
}
#page.news.single .single-blog-content blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 18px;
  color: #036eb8;
  padding-top: 10px;
}
#page.news.single .single-blog-content blockquote p {
  position: relative;
  padding: 0px 10px 0px;
}
#page.news.single .single-blog-content blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #95d1d7;
  text-align: right;
  padding: 10px;
}
#page.news.single .single-blog-content table th {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #231815;
  text-align: left;
}
#page.news.single .single-blog-content table th strong {
  font-weight: bold;
}
#page.news.single .single-blog-content table th em {
  font-style: italic;
}
#page.news.single .single-blog-content table td {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #231815;
  text-align: left;
}
#page.news.single .single-blog-content table td strong {
  font-weight: bold;
}
#page.news.single .single-blog-content table td em {
  font-style: italic;
}
#page.news.single .single-blog-content .related_articles_box_title.blog-card {
  color: #fff;
  width: 140px;
}
#page.news.single .single-blog-content .blog-card {
  margin-top: -1px;
}
#page.news.single .single-blog-content .blog-card .related_articles_link {
  text-decoration: none;
}
#page.news.single .single-blog-content .blog-card .related_articles_title {
  font-size: 13px;
  font-weight: bold;
}
#page.news.single .single-blog-content iframe {
  width: 100%;
}
@media (min-width: 767px) {
  #page.news.single .single-article-day {
    font-size: 14px;
    line-height: 1.8607142857;
  }
  #page.news.single .single-article-category {
    font-size: 12px;
    height: 21px;
    border-radius: 11px;
  }
  #page.news.single .single-article-title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #page.news.single .single-article-title {
    font-size: 30px;
    line-height: 1.5;
    width: calc(100% - 180px);
  }
  #page.news.single .single-article-sns-share {
    max-width: 130px;
  }
  #page.news.single .article-sns-share-text {
    font-size: 13px;
    line-height: 2.9615384615;
  }
  #page.news.single .single-sns-share-link {
    width: 36px;
  }
  #page.news.single .mv-top-text, #page.news.single .mv-bottom-text {
    letter-spacing: 0.1em;
    line-height: 2.3287581699;
  }
  #page.news.single .author_box .author_title {
    font-size: 17px;
  }
  #page.news.single .author_box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  #page.news.single .author_box > div > div {
    width: calc(100% - 160px);
  }
  #page.news.single .author_box .photo_icon {
    margin: 0;
  }
  #page.news.single .author_box .name {
    text-align: left;
    font-size: 16px;
  }
  #page.news.single .author_box .name span {
    font-size: 14px;
  }
  #page.news.single .author_box .introduction-text {
    font-size: 14px;
  }
  #page.news.single .author_box .arrow_box::after {
    left: 15%;
  }
  #page.news.single .single-blog-content #toc_container {
    max-width: 534px;
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page.news.single .single-blog-content #toc_container .toc_title {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-right: 30px;
    line-height: 1.5;
  }
  #page.news.single .single-blog-content #toc_container .toc_list {
    margin-top: 0;
  }
  #page.news.single .single-blog-content #toc_container a {
    letter-spacing: 0.1em;
  }
  #page.news.single .single-blog-content h1 {
    font-size: 22px;
  }
  #page.news.single .single-blog-content h2 {
    font-size: 20px;
  }
  #page.news.single .single-blog-content h3 {
    font-size: 20px;
  }
  #page.news.single .single-blog-content h4 {
    font-size: 19px;
  }
  #page.news.single .single-blog-content h5 {
    font-size: 18px;
  }
  #page.news.single .single-blog-content h6 {
    font-size: 18px;
  }
  #page.news.single .single-blog-content p {
    font-size: 15px;
    line-height: 2.3287581699;
  }
  #page.news.single .single-blog-content .blog-card .related_articles_title {
    font-size: 15px;
    line-height: 1.6;
  }
}
#page.news.single .related_articles_box_title {
  width: 98px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #036eb8;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 500;
}
#page.news.single .related_articles_link {
  border: 1px solid #036eb8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px;
}
#page.news.single .related_articles_thumbnail {
  width: 120px;
}
#page.news.single .related_articles_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 65px;
}
#page.news.single .related_articles_title {
  width: calc(100% - 120px);
  background-color: #e2e8f0;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5384615385;
}
#page.news.single .same-category-box {
  margin-bottom: 30px;
}
#page.news.single .same-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
#page.news.single .same-category-image {
  width: 100px;
}
#page.news.single .same-category-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 66px;
}
#page.news.single .same-category-title {
  width: calc(100% - 115px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
@media (min-width: 767px) {
  #page.news.single .related_articles_thumbnail {
    width: 164px;
  }
  #page.news.single .related_articles_thumbnail img {
    height: 90px;
  }
  #page.news.single .related_articles_title {
    height: 90px;
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 20px;
  }
  #page.news.single .same-category-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page.news.single .same-category-list {
    display: block;
    width: 32%;
  }
  #page.news.single .same-category-list:nth-child(2) {
    margin: 0 2%;
  }
  #page.news.single .same-category-image {
    width: 100%;
  }
  #page.news.single .same-category-image img {
    height: 136px;
  }
  #page.news.single .same-category-title {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5714285714;
  }
}
@media (min-width: 960px) {
  #page.news.single .single-blog-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.news.single .single-blog-main-box {
    width: calc(100% - 310px);
    max-width: 750px;
    padding-bottom: 80px;
  }
  #page.news.single .news-sidebar {
    padding-top: 30px;
  }
}