/* (main.css) */
/* ①そっくりそのまま先頭に.insight_body_htmlをつけて記述している部分 */
.insight_body_html *,
.insight_body_html *:before,
.insight_body_html *:after {
  box-sizing: inherit;
}

.insight_body_html .c-heading-L2 {
  line-height: 2;
}

.insight_body_html .c-heading-L3 {
  border-bottom: 1px solid #e7e8ec;
  line-height: 1.5;
  color: #111;
}

@media screen and (min-width: 769px) {
  .insight_body_html .c-heading-L3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 768px) {
  .insight_body_html .c-heading-L3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.insight_body_html .c-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #04274b;
  line-height: 1.5;
  padding: 10px;
}

@media screen and (min-width: 1025px) {
  .insight_body_html .c-button {
    width: 280px;
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .insight_body_html .c-button {
    width: 280px;
    height: 48px;
  }
}

.insight_body_html .c-arrow {
  fill: none;
  stroke: #333;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.insight_body_html .c-button:hover {
  color: #fff;
}

.insight_body_html .c-button .c-arrow {
  stroke: #fff;
  margin-right: 10px;
  margin-bottom: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.insight_body_html .lang-cn .c-button__label--about .c-arrow-top {
  left: -1.5rem;
  position: absolute;
  top: 0.4rem;
}

.insight_body_html .c-button--normal {
  background: #fff;
  border: 1px solid #04274b;
  color: #06377a;
}

.insight_body_html .c-button--normal .c-arrow {
  stroke: #04274b;
}

.insight_body_html .c-button--normal:hover .c-arrow {
  stroke: #fff;
}

.insight_body_html .c-button--center {
  margin-right: auto;
  margin-left: auto;
}

.insight_body_html .c-button--right {
  margin-left: auto;
}

.insight_body_html .lang-cn .c-button--about {
  margin-left: auto;
  margin-right: auto;
}

.insight_body_html .c-button-in {
  width: calc(100% + 20px);
  margin: -10px;
}

.insight_body_html .insight_body_html .c-button--pdf:after {
  content: '';
  display: inline-block;
  position: relative;
  z-index: 10;
}

.insight_body_html .lang-cn .c-button--about.c-button--pdf::after {
  margin-top: -11px;
  position: absolute;
  right: 2rem;
  top: 50%;
}

.insight_body_html .c-button__label {
  position: relative;
  z-index: 10;
}

.insight_body_html .lang-cn .c-button__label--about .c-button__text {
  display: block;
  text-align: center;
}

.insight_body_html .c-button__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #06377a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}

.insight_body_html .c-button:hover .c-button__bg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-relation-list:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .c-relation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-relation-list {
    margin-bottom: 35px;
  }
}

.insight_body_html .c-relation-item {
  position: relative;
  border-bottom: 1px solid #e7e8ec;
}

.insight_body_html .c-relation-item .c-relation-item__link {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.insight_body_html .c-relation-item .c-relation-item__link .c-arrow {
  font-weight: 300;
  stroke: #333;
  margin-right: 8px;
  margin-bottom: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.insight_body_html .c-relation-item .c-relation-item__link:hover .c-arrow {
  stroke: #04274b;
}

.insight_body_html .c-relation-item__head-date {
  color: #999;
}

.insight_body_html .c-relation-item__head-label {
  color: #111;
}

.insight_body_html .c-relation-item__name {
  margin-top: 5px;
}

.insight_body_html .c-relation-item__name:before,
.c-relation-item__name:after {
  content: '';
  display: table;
}

.insight_body_html .c-relation-item__name:after {
  clear: both;
}

.insight_body_html .c-relation-item__name-link {
  float: left;
}

.insight_body_html .c-relation-item__name-link::after {
  content: ',';
  display: inline-block;
  padding: 0 5px;
}

.insight_body_html .c-relation-item__name-link:last-child::after {
  content: none;
}

.insight_body_html .c-relation-item__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.insight_body_html .c-relation-item__img img {
  max-width: none;
}

@media screen and (min-width: 769px) {
  .insight_body_html .c-relation-item {
    width: 452px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    min-height: 140px;
  }

  .insight_body_html .c-relation-item:nth-child(even) {
    margin-left: 40px;
  }

  .insight_body_html .c-relation-item__head {
    margin-bottom: 5px;
  }

  .insight_body_html .c-relation-item__head-date {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .insight_body_html .c-relation-item__head-label {
    padding-left: 13px;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .insight_body_html .c-relation-item__text {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 40px;
  }

  .insight_body_html .c-relation-item__detail {
    padding-right: 40px;
  }

  .insight_body_html .c-relation-item__name {
    padding-right: 40px;
  }

  .insight_body_html .c-relation-item__img img {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .insight_body_html .c-relation-item {
    padding-bottom: 40px;
    margin-bottom: 20px;
    min-height: 160px;
  }

  .insight_body_html .c-relation-item .c-relation-item__link .c-arrow {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .insight_body_html .c-relation-item__head-label {
    padding-left: 10px;
  }

  .insight_body_html .c-relation-item__text {
    padding-right: 15px;
  }

  .insight_body_html .c-relation-item__detail {
    padding-right: 15px;
  }

  .insight_body_html .c-relation-item__name {
    padding-right: 15px;
  }

  .insight_body_html .c-relation-item__img img {
    width: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .insight_body_html .c-relation-item .c-relation-item__link .c-arrow {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .insight_body_html .c-relation-item .c-relation-item__link .c-arrow {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.insight_body_html .c-wysiwyg table.c-table-layout tr>td img {
  height: auto;
}

@media screen and (min-width: 769px) {
  .insight_body_html .c-wysiwyg table.c-table-layout tr+tr>td {
    padding-top: 20px;
  }

  .insight_body_html .c-wysiwyg table.c-table-layout tr>td img {
    max-width: none;
  }

  .insight_body_html .c-wysiwyg table.c-table-layout tr>td:first-child {
    padding-right: 10px;
  }

  .insight_body_html .c-wysiwyg table.c-table-layout tr>td+td {
    padding-left: 10px;
  }

  .insight_body_html .c-wysiwyg table.c-table-layout tr>td:only-of-type {
    padding-right: 0;
  }
}

/* ②違うクラスについていたものを今回用にしている部分 */
.insight_body_html {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 13px;
}

/*((.l-pageについてたスタイル)) */

/* (custom.css) */
.insight_body_html .writer {
  text-align: right;
}

/* 独自のスタイルを書いている部分（nuxtで入ってきてしまう部分を打ち消す） */

.insight_body_html .c-heading-L2 {
  margin-top: 0;
}

.insight_body_html .c-heading-L3 {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .insight_body_html {
    /* NOTE: 横スクロールが発生するウィンドウサイズの際にはみ出さないように調整 */
    width: 944px;
    margin: auto;
  }
}

.insight_detail_page .insight_body_html a::after {
  content: none;
}

.insight_body_html span[style*='font-weight: bold;'] {
  font-family: 'Graphik', 'TazuganeGothicStdN-Medium', sans-serif;
}

.en .insight_body_html span[style*='font-weight: bold;'] {
  font-family: 'Graphik', sans-serif;
}

.cn .insight_body_html span[style*='font-weight: bold;'] {
  font-family: 'Graphik', 'NotoSansCJK-VF', sans-serif;
}


.insight_body_html ul[style*='font-weight: bold;'] {
  font-family: 'Graphik', 'TazuganeGothicStdN-Medium', sans-serif;
}

.en .insight_body_html ul[style*='font-weight: bold;'] {
  font-family: 'Graphik', sans-serif;
}

.cn .insight_body_html ul[style*='font-weight: bold;'] {
  font-family: 'Graphik', 'NotoSansCJK-VF', sans-serif;
}

.insight_body_html table tbody td {
  vertical-align: middle;
}

.insight_body_html ul li::before {
  content: none;
}

.insight_body_html ol li::before {
  content: none;
}

.insight_body_html small {
  font-size: 80%;
}

.insight_body_html img {
  max-width: 100%;
}

.insight_body_html p {
  margin-top: 0;
}

.insight_body_html ul {
  margin-top: 0;
}

.insight_body_html ol {
  margin-top: 0;
}

.insight_body_html table tbody tr td {
  border: none;
}

.insight_body_html table tbody tr th {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e7e8ec;
}

/* 丸ごと移管　(detail.css) */
.s-detail-content {
  background: #fff;
}

.s-detail-content:first-child {
  margin-top: 0;
}

.s-detail-head__date {
  color: #999;
  padding-left: 15px;
}

.s-detail-head__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-detail-head__nav-item {
  cursor: pointer;
  border: 2px solid #ccc;
  color: #666;
  border-radius: 22px;
  letter-spacing: 0.04em;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: background-color border-color;
  transition-property: background-color border-color;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.s-detail-head__nav-item:first-child {
  margin-left: 0;
}

.s-detail-head__nav-item:hover {
  background-color: #06284a;
  border-color: #06284a;
  color: #fff;
}

.s-detail-head__nav-item:hover .s-detail-print {
  stroke: #fff;
}

.s-detail-head__nav-item:hover .s-detail-print line {
  fill: #fff;
}

.s-detail-head__nav-item:hover .c-icon-bookmark path {
  fill: #fff;
}

.s-detail-head__nav-item:hover .c-icon-bookmark path:last-child {
  stroke: #fff;
}

.s-detail-head__nav-item .c-icon-bookmark__path1 {
  fill: #999;
}

.s-detail-head__nav-item .c-icon-bookmark__path2 {
  stroke: #999;
}

.s-detail-head__bookmark .c-check {
  display: none;
}

.s-detail-head__bookmark-icon {
  padding-top: 4px;
}

.s-detail-head__bookmark.is-checked {
  padding: 0;
  border: none;
}

.s-detail-head__bookmark.is-checked .s-detail-head__nav-text {
  display: none;
}

.s-detail-head__bookmark.is-checked .s-detail-head__bookmark-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: block;
  padding-top: 11px;
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
}

.s-detail-head__bookmark.is-checked .c-icon-bookmark {
  margin-left: 0;
}

.s-detail-head__bookmark.is-checked .c-check {
  display: block;
  top: -5px;
  right: -5px;
}

.s-detail-print {
  width: 21px;
  fill: none;
  stroke: #999;
  stroke-miterlimit: 10;
  margin-left: 7px;
}

.s-detail-table {
  width: 100%;
  border-top: 1px solid #e7e8ec;
}

.s-detail-table__th {
  font-weight: normal;
  text-align: left;
}

.s-detail-table__td>a {
  padding-right: 1em;
}

.s-detail-table__td>a:last-child {
  padding-right: 0;
}

.s-detail-table__nowrap-item {
  white-space: nowrap;
  display: inline-block;
}

.s-detail-box {
  border: 1px solid #e7e8ec;
}

.s-detail-box-list .c-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 20px;
}

.s-detail-box-list__item {
  border-bottom: 1px solid #e7e8ec;
}

.s-detail-box-list__link {
  display: block;
  width: 100%;
  position: relative;
}

.s-detail-list-link {
  font-weight: normal;
}

.s-detail-list-link .c-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.s-detail-card {
  background-color: #fff;
}

.s-detail-card__link {
  color: #333;
  display: block;
}

.s-detail-card__link:hover .s-detail-card__hoverText {
  opacity: 1;
}

.s-detail-card__hoverText-icon {
  width: 30px;
  height: 30px;
  display: block;
  padding-top: 11px;
  border: 1px solid #04274b;
  border-radius: 50%;
  float: right;
}

.s-detail-card__hoverText-icon .c-arrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.s-detail-card__img {
  display: block;
}

.s-detail-card__body {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-detail-card__job {
  font-size: 12px;
  font-size: 0.75rem;
}

.s-detail-card__name {
  font-size: 17px;
  font-size: 1.0625rem;
}

.s-detail-card__en {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.7;
}

.lang-en .s-detail-card__en {
  font-size: 17px;
  font-size: 1.0625rem;
}

.s-detail-card__icon-bookmark {
  position: relative;
}

.s-detail-card__icon-bookmark .c-check {
  right: -10px;
}

.s-detail-card__icon-bookmark .c-icon-bookmark__path1 {
  fill: #999;
}

.s-detail-card__icon-bookmark .c-icon-bookmark__path2 {
  stroke: #999;
}

.s-detail-card__icon-mail {
  height: auto;
  width: 23px;
  max-width: none;
}

.s-detail-link__item {
  border-bottom: 1px solid #e7e8ec;
}

.s-detail-link__link {
  padding: 10px 0;
}

.s-detail-link__link[target='_blank']:after {
  width: 12px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-left: 8px;
  background-image: url(/common/images/icon_external.svg);
  background-size: 12px 10px;
}

.s-detail-link__link[href$='.pdf']:after {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-left: 8px;
  background-image: url(/common/images/icon-pdf.webp);
  background-size: 16px;
  position: relative;
  top: 1px;
}

.s-detail-footer-link[target='_blank']:after {
  width: 12px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-left: 8px;
  background-image: url(/common/images/icon_external.svg);
  background-size: 12px 10px;
}

.s-detail-footer-link[href$='.pdf']:after {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-left: 8px;
  background-image: url(/common/images/icon-pdf.webp);
  background-size: 16px;
  position: relative;
  top: 1px;
}

@media print,
screen and (min-width: 769px) {
  .s-detail-content {
    padding: 50px 65px;
    margin-top: 40px;
  }

  .s-detail-content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .s-detail-content-img {
    width: 210px;
    margin-left: 40px;
  }

  .s-detail-content-left {
    width: 790px;
  }

  .s-detail-footer {
    margin-top: 55px;
  }

  .s-detail-head {
    margin-bottom: 30px;
  }

  .s-detail-head__inner {
    position: relative;
    min-height: 48px;
  }

  .s-detail-head__date-sp {
    display: none;
  }

  .s-detail-head__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .s-detail-head__img {
    display: none;
  }

  .s-detail-head__nav {
    position: absolute;
    right: 0;
    top: 3px;
  }

  .s-detail-head__nav-item {
    margin-left: 7px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .s-detail-head__nav-item--circle {
    display: none;
  }

  .s-detail-head__nav-item .c-icon-bookmark {
    margin-left: 10px;
  }

  .s-detail-table__th {
    border-bottom: 1px solid #e7e8ec;
    width: 188px;
    padding: 15px;
  }

  .s-detail-table__td {
    border-bottom: 1px solid #e7e8ec;
    width: 564px;
    padding: 15px;
  }

  .s-detail-btnWrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .s-detail-btnWrap--sp {
    display: none;
  }

  .s-detail-button-pdf {
    width: 175px;
  }

  .s-detail-button {
    width: 325px;
    margin-left: 13px;
  }

  .s-detail-box {
    margin-top: 30px;
    padding: 40px;
  }

  .s-detail-box-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -19px;
    margin-top: 25px;
  }

  .s-detail-box-list__item {
    width: 293px;
    margin-left: 19px;
  }

  .s-detail-box-list__link {
    padding: 10px 35px 10px 0;
  }

  .s-detail-list-link {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 15px;
  }

  .s-detail-cardWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .s-detail-card {
    width: 25%;
  }

  .s-detail-card__item {
    position: relative;
  }

  .s-detail-card__hoverText {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0;
    color: #333;
  }

  .s-detail-card__body {
    padding: 20px 16px 20px 10px;
    position: relative;
  }

  .s-detail-card__br {
    display: none;
  }

  .s-detail-card__icon-bookmark {
    margin-top: 10px;
  }

  .s-detail-link__link {
    display: inline-block;
  }

  .s-detail-link+.c-heading-L3 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .s-detail-content {
    margin: 10px;
    padding: 22px 20px;
  }

  .s-detail-content-img {
    display: none;
  }

  .s-detail-footer {
    margin-top: 55px;
  }

  .s-detail-head {
    margin-bottom: 20px;
  }

  .s-detail-head__date {
    display: none;
  }

  .s-detail-head__date-sp {
    color: #999;
    margin-bottom: 15px;
  }

  .s-detail-head__title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .s-detail-head__img {
    text-align: center;
    margin-bottom: 15px;
  }

  .s-detail-head__nav {
    margin-top: 10px;
  }

  .s-detail-head__nav-item {
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .s-detail-head__nav-item--circle {
    border-radius: 50%;
    width: 40px;
    padding: 0;
    min-width: 40px;
  }

  .s-detail-head__nav-item .c-icon-bookmark {
    margin-left: 10px;
  }

  .s-detail-head__nav-item--print {
    display: none;
  }

  .s-detail-head__bookmark {
    line-height: 1.2;
  }

  .s-detail-table {
    height: 100% !important;
  }

  .s-detail-table__tr {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e8ec;
  }

  .s-detail-table__tr:first-child {
    padding-top: 15px;
  }

  .s-detail-table__th {
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
    width: 100%;
  }

  .s-detail-table__td {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .s-detail-btnWrap {
    display: none;
  }

  .s-detail-btnWrap .c-button {
    width: 260px;
    margin: 0 auto 10px;
  }

  .s-detail-btnWrap--sp {
    display: block;
    margin-top: 20px;
  }

  .s-detail-box {
    margin-top: 30px;
    padding: 15px;
  }

  .s-detail-box-list .c-arrow {
    top: 26px;
  }

  .s-detail-box-list__link {
    padding: 15px 35px 15px 0;
  }

  .s-detail-list-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s-detail-list-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .s-detail-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
  }

  .s-detail-card__item {
    min-width: 140px;
  }

  .s-detail-card__hoverText {
    display: none;
  }

  .s-detail-card__body {
    width: 100%;
    margin-left: 5.33333%;
    padding: 20px 15px 20px 0;
  }

  .s-detail-card__name {
    margin-bottom: 5px;
  }

  .s-detail-card__en {
    margin-bottom: 5px;
  }

  .s-detail-card__br {
    display: block;
  }

  .s-detail-card__icon {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .s-detail-card__icon-bookmark {
    margin-top: 12px;
  }

  .s-detail-link__link {
    display: block;
  }

  .s-detail-link+.c-heading-L3 {
    margin-top: 30px;
  }
}

@media print {
  .s-detail-head__inner {
    display: none;
  }

  .s-detail-btnWrap {
    display: none;
  }

  main {
    width: 1172px;
    border: none;
  }

  .l-contents {
    margin-left: auto;
    margin-right: auto;
  }

  .s-detail-cardWrap {
    display: block;
  }

  .s-detail-cardWrap:before,
  .s-detail-cardWrap:after {
    content: '';
    display: table;
  }

  .s-detail-cardWrap:after {
    clear: both;
  }

  .s-detail-card {
    float: left;
  }

  .s-detail-card__img {
    display: inline;
  }
}

@media print,
screen and (min-width: 769px) {
  .s-publications-content-meta-seminar .c-relation-item {
    width: 286px;
    max-width: calc((100% - 82px) / 3);
  }

  .s-publications-content-meta-seminar .c-relation-item:nth-child(even) {
    margin-left: 0;
  }

  .s-about-contents__interviewee-profile .interviewee-profile-photo {
    max-width: 220px !important;
  }
}