.detail-news-content {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .detail-news-content {
    padding: 0 30px;
    margin-bottom: 70px;
  }
}

.detail-news-content > h2,
.detail-news-content__2column--left > h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 40px 0 60px;
  color: #323B44;
}

@media screen and (max-width: 767px) {
  .detail-news-content > h2,
  .detail-news-content__2column--left > h2 {
    margin: 30px 0;
    font-size: 28px;
    line-height: 46px;
  }
}

.detail-news-content > h3,
.detail-news-content__2column--left > h3 {
  border-radius: 6px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: .5px;
  padding: 15px 15px 15px 36px;
  background: #FAFAFA;
  margin-bottom: 40px;
  color: #434E5B;
}

@media screen and (max-width: 767px) {
  .detail-news-content > h3,
  .detail-news-content__2column--left > h3 {
    border-radius: 0;
    font-size: 24px;
    line-height: 36px;
    margin: 30px -30px;
    padding: 24px 30px;
  }
}

.detail-news-content > h3:before,
.detail-news-content__2column--left > h3:before {
  content: '';
  position: absolute;
  display: block;
  background: #1565C0;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  .detail-news-content > h3:before,
  .detail-news-content__2column--left > h3:before {
    width: 60px;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.detail-news-content > h3 > span,
.detail-news-content__2column--left > h3 > span {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.detail-news-content > p,
.detail-news-content__2column--left > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.detail-news-content a {
  color: #1565C0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .detail-news-content a:hover {
    text-decoration: none;
  }
}

.detail-news-content .mark {
  font-weight: bold;
  padding: 0 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #FFF2C2));
  background: linear-gradient(transparent 40%, #FFF2C2 0%);
  margin: 0 8px;
}

.detail-news-content strong {
  font-weight: bold;
}

.detail-news-content blockquote {
  background-color: #F7F7F7;
  padding: 40px;
  margin: 90px 0 60px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .detail-news-content blockquote {
    margin: 60px -30px 30px;
    padding: 40px 30px 30px;
  }
}

.detail-news-content blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 15px;
  width: 80px;
  height: 80px;
  background: url(../../img/common/img_quote.svg) no-repeat center;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .detail-news-content blockquote:before {
    left: 27px;
  }
}

.detail-news-content blockquote p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.detail-news-content blockquote p:last-child {
  margin-bottom: 0;
}

.detail-news-content > ul,
.detail-news-content > ol {
  margin-bottom: 60px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .detail-news-content > ul,
  .detail-news-content > ol {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.detail-news-content > ul li,
.detail-news-content > ol li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  padding-left: 15px;
}

.detail-news-content > ul li:not(:first-child),
.detail-news-content > ol li:not(:first-child) {
  margin-top: 10px;
}

.detail-news-content > ul li:before,
.detail-news-content > ol li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1565C0;
  position: absolute;
  top: 9px;
  left: 0;
}


.detail-news-content > ol {
  counter-reset: item;
}


.detail-news-content > ol li {
  padding-left: 32px;
}

.detail-news-content > ol li::before {
  counter-increment: item;
  content: counter(item);
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  top: 3px;
}

.detail-news-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .detail-news-content img {
    width: 100%;
  }
}

.detail-news-content table {
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.5;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .detail-news-content table {
    margin: 40px 0;
  }
}

.detail-news-content table td,
.detail-news-content table th {
  padding: 18px;
  vertical-align: middle;
  text-align: left;
}

.detail-news-content table td:not(:first-child),
.detail-news-content table th:not(:first-child) {
  border-left: 1px solid #E0E4E8;
}

.detail-news-content table tbody tr {
  border-bottom: 1px solid #E0E4E8;
}

.detail-news-content table tbody th {
  background-color: #F7F7F7;
}

.detail-news-content table thead {
  background-color: #637487;
}

.detail-news-content table thead td,
.detail-news-content table thead th {
  color: #FFFFFF;
}

.detail-news-content table thead td:not(:first-child),
.detail-news-content table thead th:not(:first-child) {
  border-left: 1px solid #FFFFFF;
}

.detail-news-content a.c-button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
  text-decoration: none;
  margin-bottom: 16px;
}

.detail-news-content a.c-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .detail-news-content a.c-button {
    -webkit-transition: none;
    transition: none;
  }
  .detail-news-content a.c-button:hover {
    opacity: 1;
  }
}

.detail-news-content a.c-button--primary {
  background: -webkit-gradient(linear, left top, right top, from(#1565C0), to(#03A9F4));
  background: linear-gradient(90deg, #1565C0 0%, #03A9F4 100%);
  color: white !important;
}

.detail-news-content a.c-button--secondary {
  background: -webkit-gradient(linear, left top, right top, from(#F49219), to(#FFB42D));
  background: linear-gradient(90deg, #F49219 0%, #FFB42D 100%);
  color: white !important;
}

.detail-news-content a.c-button--white {
  background: #FFFFFF;
  color: #1565C0;
}

.detail-news-content a.c-button--xl {
  max-width: 420px;
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  border-radius: 35px;
  padding: 22px 0;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}

.detail-news-content a.c-button--l {
  max-width: 326px;
  width: 100%;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  padding: 18px 0;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}

.detail-news-content a.c-button--m {
  width: 140px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  border-radius: 21px;
  padding: 9px 0;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}

.detail-news-content .profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .detail-news-content .profile__body {
    display: block;
  }
}

.detail-news-content .profile__thumbnail {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .detail-news-content .profile__thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}

.detail-news-content .profile__thumbnail img{
  max-width: 100%;
  height: auto;
  margin: 0;
}

.detail-news-content .profile__detail {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .detail-news-content .profile__detail {
    width: 100%;
  }
}

.detail-news-content .profile__detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.detail-news {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detail-news {
    width: 100%;
    padding-top: 10px;
  }
}

.detail-news__header {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .detail-news__header {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}

.detail-news__heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #323B44;
}

@media screen and (max-width: 767px) {
  .detail-news__heading {
    font-size: 32px;
  }
}

.detail-news__date {
  color: #637487;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .detail-news__date {
    display: block;
  }
}

.detail-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.detail-news-content {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .detail-news-content {
    padding: 0 30px;
    margin-bottom: 70px;
  }
}

.detail-news-content__2column {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
}

.detail-news-content__2column--inner {
  display: flex;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .detail-news-content__2column--inner {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}

.detail-news-content__2column--left {
  flex-basis: 600px;
}

@media screen and (max-width: 767px) {
  .detail-news-content__2column--left {
    padding: 0 30px;
  }
}

.detail-news-content__2column--right {
  flex-basis: 540px;
  -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
}

@media screen and (max-width: 767px) {
  .detail-news-content__2column--right {
    margin-top: 50px;
  }
}
