@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");

/********************************
スタイルシート
v1.0
2012-12-23
Lisence: MIT License - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
********************************/

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul {
  list-style-type: none;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0%;
  content: "";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* googleカスタム検索 */
.gsc-control-cse {
  padding: 0 !important;
}
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #696764 !important;
}
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #9d873d !important;
}
.gsc-preview-reviews,
.gsc-control-cse .gs-snippet,
.gsc-control-cse .gs-promotion em,
.gsc-control-cse .gs-snippet,
.gsc-control-cse .gs-promotion em {
  color: #3f3c38 !important;
}
.gsc-thumbnail-inside {
  margin-left: 0 !important;
}
.gsc-result-info,
.gsc-thumbnail-inside,
.gsc-url-top {
  color: #3f3c38 !important;
  padding: 0 !important;
}

#search {
  position: relative;
}
#search .search-input {
  margin-top: 5px;
  height: 12px;
  width: 146px;
  margin-right: 16px;
  border: 1px solid #e5e5e5;
  border-right: none;
  z-index: 9990;
  position: relative;
  background: url("/img/common/icon_search.png") no-repeat 150px center;
}
#search .search-submit {
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  z-index: 9999;
  cursor: pointer;
  text-indent: -9999px;
  background: url("/img/common/btn_search.png") no-repeat;
}
#search .search-submit:hover {
  background: url("/img/common/btn_search.png") no-repeat;
}

/********************************
layout
********************************/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #3f3c38;
}

body.mac {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#wrapper {
  margin: 35px auto 35px;
  width: 960px;
}

.container {
  margin-top: 35px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container #sideColumn {
  float: left;
  width: 200px;
  margin-bottom: 30px;
}
.container #mainColumn {
  float: right;
  width: 713px;
  margin-bottom: 30px;
}
.container #mainColumn h1 {
  margin-bottom: 40px;
  font-family: "Noto Serif", serif;
  font-size: 3.3rem;
  font-weight: 400;
  margin-top: -8px;
  line-height: 1.2;
}
.container #mainColumn h1 span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}
body.en .container #mainColumn h1 {
  margin-bottom: 20px;
}

/********************************
共通
********************************/
a {
  color: #3f3c38;
}
a:hover {
  text-decoration: none;
}
#globalHeader a,
#globalFooter a,
#contentNews a,
#sideColumn a,
.newsList a,
.eventsList a {
  text-decoration: none;
}
#globalHeader a:hover,
#globalFooter a:hover,
#contentNews a:hover,
#sideColumn a:hover,
.newsList a:hover,
.eventsList a:hover {
  text-decoration: underline;
}

a.pageTop {
  display: block;
  overflow: hidden;
  height: 24px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  position: relative;
  color: #000;
}
a.pageTop::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #b7b5b4 transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
a.pageTop:hover {
  text-decoration: none !important;
  color: #b6a56a;
}
a.pageTop:hover::after {
  border-color: transparent transparent #e0d8bf transparent;
}

.dotList dd,
.dotList li {
  padding-left: 0.5em !important;
  margin-left: 4px;
  background: url("/img/common/icon_tip_small2.png") no-repeat left 0.5em;
}
.tipList dd {
  padding-bottom: 15px !important;
  padding-left: 1em !important;
  margin-left: 4px;
  background: url("/img/common/icon_tip2.png") no-repeat left 0.5em;
}

/* -- ヘッダー -- */
#globalHeader h1,
#globalHeader p {
  float: left;
  margin-bottom: 22px;
}
#globalHeader .right {
  float: right;
  display: flex;
  margin-top: 6px;
}
#globalHeader .social {
  display: flex;
  align-items: center;
}
#globalHeader .social li {
  margin-right: 13px;
}
#globalHeader .social li a {
  display: block;
}
#globalHeader .social li a img {
  width: 24px;
}
#globalHeader > form,
#globalHeader > .globalChanger {
  position: relative;
  float: right;
  margin-top: 16px;
}
#globalHeader form span,
#globalHeader .globalChanger span {
  float: left;
}
#globalHeader form input,
#globalHeader .globalChanger input {
  /*float: left;*/
}
#globalHeader form .changeStyleM,
#globalHeader .globalChanger .changeStyleM {
  margin-top: 1px;
  background: url("/img/common/btn_font_m.png") no-repeat center top;
}
#globalHeader form .changeStyleL,
#globalHeader .globalChanger .changeStyleL {
  margin-right: 14px;
  margin-top: 1px;
  background: url("/img/common/btn_font_l.png") no-repeat center top;
}
#globalHeader form a,
#globalHeader .globalChanger a {
  display: block;
  overflow: hidden;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: bold;
}
#globalHeader form > span,
#globalHeader .globalChanger > span {
  position: absolute;
  left: -101px;
  bottom: 6px;
  width: 100px;
  text-align: right;
  font-size: 90%;
  line-height: 1;
  vertical-align: middle;
}
body.en #globalHeader form > span,
body.en #globalHeader .globalChanger > span {
  font-size: 80%;
}
#globalHeader form a:hover,
#globalHeader .globalChanger a:hover {
  background-position: center -24px;
}
#globalHeader form a.changeLangJa:hover,
#globalHeader form a.changeLangEn:hover,
#globalHeader .globalChanger a.changeLangJa:hover,
#globalHeader .globalChanger a.changeLangEn:hover {
  background-position: left -24px;
}
#globalHeader form a.on,
#globalHeader .globalChanger a.on {
  background-position: center -24px;
}
#globalHeader form .changeStyleM,
#globalHeader form .changeStyleL,
#globalHeader .globalChanger .changeStyleM,
#globalHeader .globalChanger .changeStyleL {
  width: 17px;
  height: 24px;
}
#globalHeader form .changeLangJa,
#globalHeader form .changeLangEn,
#globalHeader .globalChanger .changeLangJa,
#globalHeader .globalChanger .changeLangEn {
  /*height: 24px;*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px 0px 10px;
  margin-right: 12px;
  position: relative;
}
#globalHeader form .changeLangJa::before,
#globalHeader form .changeLangEn::before,
#globalHeader .globalChanger .changeLangJa::before,
#globalHeader .globalChanger .changeLangEn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent #b7b5b4;
  bottom: 0;
  top: 0;
  margin: auto;
}
#globalHeader .skipLink {
  position: absolute;
  top: 0;
  left: calc(50% - (1200px / 2));
  z-index: 999;
  display: block;
  border: dotted 1px;
  padding: 10px 20px;
  transition: transform, 0.2s;
  background-color: #fff;
  transform: translateY(-100%);
}
#globalHeader #search_box {
  font-size: 0%;
}
#cse-search-box {
  font-size: 0%;
  letter-spacing: -5px;
}
#globalHeader #search_box input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  letter-spacing: normal;
  border: 1px solid #dadada !important;
  height: 30px;
  padding: 2px 10px !important;
  box-sizing: border-box;
  background-position: 10px center !important;
  border-right: 0 !important;
}
#globalHeader #search_box input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  letter-spacing: normal;
  background-color: #f5f4f5;
  border: 1px solid #dadada !important;
  height: 30px;
  width: 60px;
  box-sizing: border-box;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-indent: -9999px;
  background-image: url(../img/common/icon_search_02.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -2px;
}

#globalNav {
  clear: both;
}
#globalNav:after {
  content: "";
  display: block;
  clear: both;
}
#globalNav li {
  float: left;
  width: 119px;
  height: 24px;
  border-left: 1px solid #dfdfdf;
}
#globalNav li:first-child {
  border-left: none;
}
#globalNav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 119px;
  height: 24px;
  font-weight: 700;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  color: #3f3c38;
}
_:-ms-lang(x)::-ms-backdrop,
#globalNav li a {
  font-family: "游ゴシック", sans-serif;
  padding-top: 3px;
}
#globalNav li a:hover,
#globalNav li.on a {
  background-position: 0 -24px !important;
  text-decoration: none;
  background-color: #d4c89d;
}

/* -- フッター -- */
#globalFooter {
  margin-top: 25px;
}
#glossaryNav {
  margin-top: 10px;
  padding: 8px 12px 8px 5px;
  background-color: #fafaf8;
  display: flex;
  align-items: center;
  position: relative;
}
body.en #glossaryNav {
  font-size: 90%;
}
#glossaryNav:after {
  content: "";
  display: block;
  clear: both;
}
#glossaryNav li {
  font-size: 90%;
  display: inline;
  padding: 0 15px 0 16px;
  border-left: 1px solid #d1d1d1;
}
#glossaryNav li:first-child {
  border-left: none;
}
#glossaryNav li.pt {
  position: absolute;
  right: 0;
  border: 0;
}
#glossaryNav .social {
  display: flex;
  align-items: center;
}
#glossaryNav .social li {
  margin-right: 13px;
  padding: 0;
  border: 0;
}
#glossaryNav .social li a {
  display: block;
}
#glossaryNav .social li a img {
  width: 20px;
}

#footerNav {
  margin-top: 22px;
  display: table;
}
#footerNav:after {
  content: "";
  display: block;
  clear: both;
}
#footerNav li {
  display: table-cell;
  width: 182px;
  border-left: 1px solid #dddddd;
  min-height: 160px;
  padding-left: 14px;
}
#footerNav li:first-child {
  width: 187px;
  border-left: none;
  padding-left: 0;
}
#footerNav dl {
  display: block;
}
#footerNav dl dt {
  padding-left: 11px;
  margin-bottom: 8px;
  margin-top: 16px;
  background: url("/img/common/icon_tip.png") no-repeat left 0.5em;
}
#footerNav dl dt:first-child {
  margin-top: 0;
}
#footerNav dl dd {
  position: relative;
  font-size: 80%;
  margin-bottom: 4px;
  padding-left: 10px;
  background: url("/img/common/icon_tip_small.png") no-repeat left 0.6em;
}
#footerNav dl dd a {
  color: #696764;
}
#globalFooter .footerInfo {
  position: relative;
  margin-top: 20px;
}
#globalFooter .footerInfo:after {
  content: "";
  display: block;
  clear: both;
}
#globalFooter .footerInfo div {
  position: absolute;
  right: 0;
  bottom: 0;
}
#globalFooter .footerInfo div ul {
  margin: 0 5px 0 5px;
  float: right;
}
#globalFooter .footerInfo div img {
  float: right;
  margin-right: 16px;
}
#globalFooter .footerInfo div:after {
  content: "";
  display: block;
  clear: both;
}
#globalFooter .footerInfo div:first-child {
  position: static;
  margin-top: 0;
}
#globalFooter .footerInfo div:first-child .name {
  color: #3f3c38;
  font-weight: 400;
  font-size: 1.4rem;
}
#globalFooter .footerInfo div:first-child .address {
  margin-top: 3px;
  font-size: 110%;
}
#globalFooter .footerInfo div:first-child .copy {
  margin-top: 7px;
  font-size: 90%;
  color: #696764;
  line-height: 1;
}
body.en #globalFooter .footerInfo div:first-child .address {
  font-size: 90%;
}
body.en #globalFooter .footerInfo div:first-child .copy {
  font-size: 80%;
}

/* -- 共通 ページナビゲーション -- */
#pageNav:after {
  content: "";
  display: block;
  clear: both;
}
#pageNav {
}
#pageNav li {
  float: left;
  width: 54px;
  height: 15px;
}
#pageNav li a {
  display: block;
  width: 54px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
}
#pageNav li.back {
  float: left;
}
#pageNav li.next {
  float: right;
}
#pageNav li.back a {
  background: url("/img/common/btn_archive_back.png") no-repeat;
}
#pageNav li.next a {
  background: url("/img/common/btn_archive_next.png") no-repeat;
}
#pageNav li a:hover {
  background-position: 0 -15px;
}

/* -- 共通 サイドナビ -- */
#sideNav {
  margin-top: 1px;
}
#sideNav li {
  width: 200px;
  height: 54px;
}
#sideNav li a {
  display: block;
  width: 200px;
  height: 54px;
  border-bottom: 1px solid #dfdfdf;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
#sideNav li a:hover,
#sideNav li.on a {
  text-decoration: none;
  background-color: #f0eddb;
}

/* -- 共通 サイドカラム -- */
#sideColumn h2 {
  padding: 42px 20px;
  color: #3f3c38;
  background: #ded4ae;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ded4ae 0%, #cabc89 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DED4AE', endColorstr='#CABC89', GradientType=0);
  /* IE6-9 */
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
#sideColumn dl.navList {
  margin: 23px 0 0 0;
  padding-bottom: 10px;
}
#sideColumn dl.navList dt {
  font-size: 90%;
  margin-bottom: 10px;
  background: url("/img/common/dot.png") repeat-x left 6px;
}
#sideColumn dl.navList dd {
  padding: 0 0 7px 3px;
}
body.en #sideColumn dl.navList dd {
  font-size: 90%;
}
#sideColumn dl.navList dt span {
  padding-right: 10px;
  background: #ffffff;
}
#sideColumn dl ul {
  margin: 4px 0 20px 0.8em;
}
#sideColumn dl ul li {
  margin: 0 0 5px 0;
  padding: 0 !important;
  background: none;
}
#sideColumn dl ul li:before {
  content: "";
}

/* -- 共通 カテゴリーラベル -- */
.catPressRelease,
.catMagazine,
.catNews,
.catGuestLecture {
  margin-top: 6px;
  display: block;
  /*text-indent: -9999px;*/
  color: #7c7933;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
}

/* -- 共通 パンくず-- */
#breadcrumb {
  color: #696764;
  font-size: 80%;
  margin-top: 10px;
}
#breadcrumb a {
  color: #696764;
}
#breadcrumb a {
  padding: 3px 3px 3px 1px;
}
#breadcrumb span {
  padding: 3px;
  margin-right: 2px;
}

/********************************
  TOP
********************************/

/* -- スライドショー -- */
#slideShow {
  margin-top: 35px;
  position: relative;
}
#slideShow .slides:after {
  content: "";
  display: block;
  clear: both;
}
#slideShow .slides {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
#slideShow .slides {
  position: absolute;
  display: none;
}
#slideShow .bjqs-controls li a {
  top: 140px;
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 30px;
  height: 100px;
  border: none;
  outline: none;
}
#slideShow .bjqs-controls .bjqs-prev a {
  background: url("/img/top/btn_slider_prev.png") no-repeat left center;
}
#slideShow .bjqs-controls .bjqs-next a {
  right: 0;
  background: url("/img/top/btn_slider_next.png") no-repeat right center;
}

/* -- 新着情報 -- */
#contentNews {
  margin-top: 58px;
}
#contentNews:after {
  content: "";
  display: block;
  clear: both;
}
#contentNews > div {
  float: left;
  position: relative;
  width: 298px;
  margin-left: 33px;
}
#contentNews > div:first-child {
  margin-left: 0 !important;
}
#contentNews > div h2 {
  position: relative;
  padding-left: 12px;
}
#contentNews > div h2 span {
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, 游明朝体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  font-size: 2.8rem;
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: flex-end;
  line-height: 1;
}
#contentNews > div h2 span::after {
  content: "";
  height: 1px;
  background: #dfdfdf;
  flex: 1;
}
#contentNews > div h2::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #b08b21;
  border-right: solid 1px #b08b21;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
#contentNews > div h2::after {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #b08b21;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#contentNews > div dt {
  font-size: 90%;
  margin-top: 30px;
  color: #706c5b;
}
#contentNews > div dt.new:after {
  content: "";
  position: relative;
  top: -1px;

  padding-right: 37px;
  background: url("/img/top/icon_new.png") no-repeat right center;
}
#contentNews > div dd {
  margin-top: 4px;
}
#contentNews a.more {
  position: absolute;
  top: 4px;
  right: 0;
  font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, 游明朝体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  color: #737073;
}
#contentNews a.more:hover {
  color: #b9b7b9;
  text-decoration: none;
}
#contentNews .focus dt {
  font-size: 110%;
  font-weight: bold;
}
#contentNews .focus dt img {
  display: block;
  margin-bottom: 10px;
}
#contentNews .events .location {
  display: block;
}

/* -- バナーリンク -- */
#bannerLinks {
  margin-top: 40px;
}
#bannerLinks:after {
  content: "";
  display: block;
  clear: both;
}
#bannerLinks li {
  float: left;
  width: 225px;
  margin-left: 20px;
}
#bannerLinks li:first-child {
  margin-left: 0;
}
/* -- 共通 記事izawa追加2019 -- */

/* -- 共通 記事 -- */
#mainColumn .article {
  line-height: 1.8;
}
#mainColumn .article .header {
  margin: 45px 0 30px;
}
#mainColumn .article .header h3 {
  margin-top: 0;
  font-size: 140%;
  border-bottom: 1px solid #cabd8c;
}
#mainColumn .article .header h3 span {
  font-size: 80%;
  margin-left: 20px;
}
#mainColumn .article .header p {
  margin-top: 4px;
}
#mainColumn .article .header p:after {
  content: "";
  display: block;
  clear: both;
}
#mainColumn .article .header p span {
  float: left;
  margin-top: 4px;
}
#mainColumn .article .header p span.date {
  font-size: 90%;
  margin: 0 10px 0 0;
}
#mainColumn .article .header p span.category {
  font-size: 80%;
  color: #9d873d;
}
body.en #mainColumn .article .header p span.category {
  font-size: 85%;
}
#mainColumn .article p {
  margin-top: 24px;
}
#mainColumn .article p.annotation {
  font-size: 90%;
  margin-top: 40px !important;
}
#mainColumn .article dl {
  margin-top: 24px;
  font-size: 90%;
}
#mainColumn .article .presenter {
  color: #000000;
}
#mainColumn .article .pdf {
  margin-left: -0.6em;
  color: #000000;
}
#mainColumn .article .pdf a {
  color: #000000;
}
#mainColumn .article table {
  margin-top: 4px;
}
#mainColumn .article table tr {
  border-top: 1px solid #dfdfdf;
}
#mainColumn .article table tr:first-child {
  border: none;
}
#mainColumn .article table th {
  width: 104px;
  white-space: nowrap;
  text-align: left;
}
#mainColumn .article table td {
  text-align: left;
  padding: 20px 0 6px 0;
  width: 600px;
}
#mainColumn .article .section {
  margin-top: 35px;
}
#mainColumn .article .section ~ .section {
  margin-top: 65px;
}
#mainColumn .article .section p {
  margin-top: 4px;
}
#mainColumn .article .section p ~ p {
  margin-top: 24px;
}
#mainColumn .article .section h4 {
  margin-bottom: 8px;
}
#mainColumn .article .section h5 ~ h5 {
  margin-top: 35px;
}
#mainColumn .article .section p.photo {
  margin-top: 30px;
  margin-bottom: 30px;
}
#mainColumn .article .section .center {
  text-align: center;
}
#mainColumn .article .section dl {
  font-size: 100%;
  margin-top: 0px;
}
#mainColumn .article .section dl ~ dl {
  margin-top: 35px;
}
#mainColumn .article .section dt {
  font-size: 110%;
  font-weight: bold;
}
#mainColumn .article .section dl p {
  margin-top: 4px;
}
#mainColumn .article div.withPhoto {
  margin: 0 !important;
}
#mainColumn .article div.withPhoto:after {
  content: "";
  display: block;
  clear: both;
}
#mainColumn .article div.withPhoto p.photo {
  float: right;
  margin: 0 0 0 60px;
}
#mainColumn .article div.withPhoto p.photo + p {
  margin-top: 0;
}
#mainColumn dl.defList {
  margin: 0 0 0;
}
#mainColumn dl.defList ~ dl.defList {
  margin-top: 45px;
}
#mainColumn h3 {
  margin-top: 57px;
}
#mainColumn h3,
#mainColumn dl.defList dt {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.6;
}
body.en #mainColumn h3,
body.en #mainColumn dl.defList dt {
  line-height: 1.3;
  padding-bottom: 6px;
}
#mainColumn dl.defList dd {
  margin-top: 12px;
  line-height: 1.8;
}
#mainColumn dl.defList dt ~ dt {
  margin-top: 60px;
}
#mainColumn dl.defList dd:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
#mainColumn dl.defList dd p {
  margin-top: 24px;
}
#mainColumn dl.defList dd.center img {
}
#mainColumn dl.defList dd p.center img {
  margin: 0 auto;
}
#mainColumn dl.defList dd p:first-child {
  margin-top: 0;
}
#mainColumn dl.withPhoto {
}
#mainColumn dl.withPhoto:after {
  content: "";
  display: block;
  clear: both;
}
#mainColumn dl.withPhoto dt,
#mainColumn dl.withPhoto dd {
  float: left;
  width: 399px;
  margin-right: 40px;
}
#mainColumn dl.withPhoto dd.photo {
  width: auto;
  float: none;
  display: inline;
  margin-right: 0px !important;
}
#mainColumn dl.withPhoto dd.photo a {
  background: none !important;
  padding-left: 0;
}
#mainColumn h2 ~ h2 {
  margin-top: 72px;
  padding-top: 65px;
  border-top: 1px solid #dfdfdf;
}
#mainColumn .linkNav {
  display: block;
  margin-top: 40px;
  padding: 13px 13px 13px 25px;
  text-decoration: none;
  background: url("/img/common/bg_border_design.png") no-repeat left bottom;
}
#mainColumn .linkNav:hover {
  background-color: #f5f2e6;
}
#mainColumn .linkNav dl {
  margin-top: 0;
}
#mainColumn .linkNav dd {
  width: 434px !important;
}
#mainColumn .linkNav dt {
  width: 422px !important;
}
#mainColumn .linkNav dt {
  padding-left: 12px;
  background: url("/img/common/icon_arrow.png") no-repeat left 0.6em;
}
#mainColumn .linkNav dd.photo img {
  padding: 2px;
  border: 1px solid #dfdfdf;
}
#mainColumn p.outline {
  margin-top: 30px;
  line-height: 1.8;
}
#mainColumn p.outline img {
  margin-bottom: 25px;
}
#mainColumn dl.message dd {
  width: 100%;
  margin-right: 0px;
}
#mainColumn dl.message p {
  margin-top: 0;
  float: left;
}
#mainColumn dl.message p.photo {
  float: left;
  margin-top: 0;
}
#mainColumn dl.message p.text {
  float: left;
  width: 500px;
  margin-right: 50px;
  text-align: justify;
}

/*bondesign追加2020*/
#mainColumn .article table {
  border-collapse: collapse;
  margin-top: 24px;
}
#mainColumn .article table th,
#mainColumn .article table td {
  padding: 10px;
  border: 1px solid #b9b9b9;
}
#mainColumn .article table th {
  background-color: #eee;
}
#mainColumn .article ul {
  list-style-type: disc;
  margin: 24px 0 0 15px;
}
#mainColumn .article ol {
  list-style-type: decimal;
  margin: 24px 0 0 15px;
}
#mainColumn .article blockquote {
  margin: 24px 0 0 15px;
  padding: 0 15px;
  border-left: 3px solid #cccccc;
}

/********************************
  NEWS
********************************/
/* -- リスト -- */
#news dl.newsList:after {
  content: "";
  display: block;
  clear: both;
}
#news dl.newsList {
  position: relative;
  margin-bottom: 20px;
}
#news dl.newsList dt {
  clear: both;
  float: left;
  font-weight: bold;
}
#news dl.newsList dd {
  padding: 0 0 10px 130px;
  margin-bottom: 10px;
  background: url("/img/common/dotted.png") repeat-x bottom;
}
body.en #news dl.newsList dd {
  padding: 0 0 10px 160px;
}
#news dl.newsList dd:last-child,
#news dl.newsList dd.lastChild {
  background: none;
}
#news dl.newsList dd span {
  margin-top: 2px;
}

/********************************
  Events
********************************/
/* -- リスト -- */
#events dl.eventsList:after {
  content: "";
  display: block;
  clear: both;
}
#events dl.eventsList {
  position: relative;
  margin-bottom: 20px;
}
#events dl.eventsList dt {
  clear: both;
}
#events dl.eventsList dt.catTitle {
  font-weight: bold;
  margin: 0 0 15px -0.6em;
}
#events dl.eventsList dd {
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  background: url("/img/common/dotted.png") repeat-x bottom;
}
#events dl.eventsList dd:last-child,
#events dl.eventsList dd.lastChild {
  background: none;
}
#events dl.eventsList dd span {
  display: block;
  margin-top: 2px;
}

/********************************
  About
********************************/

/* -- ご挨拶・基本方針 -- */
#about span.directorName {
  display: block;
  float: right;
  margin-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
#about span.directorName b {
  font-size: 1.5rem;
  margin-left: 1em;
}
body.en #about span.directorName {
  float: left;
  line-height: 1.5;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: 0;
}
body.en #about span.directorName em {
  font-size: 120% !important;
  line-height: 2;
  font-style: normal;
  font-weight: normal;
}
#about #principles {
  margin-top: 57px;
}
#about #principles dl {
  margin-top: 56px;
}
#about #principles dt {
  border-bottom: 1px solid #c8bb8a;
  padding-bottom: 7px;
}
#about #principles dd {
  padding: 13px 0 35px 65px;
  line-height: 1.8;
  text-align: justify;
}
/* -- 部門紹介 -- */
#about #sections {
  margin-top: 23px;
}
#about #sections dt {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #c8bb8a;
  font-weight: bold;
  font-size: 140%;
}
#about #sections dt a.showLabs {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-size: 1.1rem;
  background-color: #f0eddb;
  padding: 5px 34px;
  border-radius: 4px;
  line-height: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
#about #sections dt a.showLabs::before,
#about #sections dt a.showLabs::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#about #sections dt a.showLabs::before {
  right: 9px;
  width: 8px;
  height: 1px;
  background: #8f8c8f;
}
#about #sections dt a.showLabs::after {
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #8f8c8f;
  border-right: 1px solid #8f8c8f;
  transform: rotate(45deg);
}
#about #sections dt a.showLabs:hover {
  opacity: 0.7;
}
#about #sections dd {
  padding: 13px 0 50px 0;
  line-height: 1.8;
}
/* -- ネットワーク -- */
#about #networks {
  margin-top: 57px;
}
#about #networks:after {
  content: "";
  display: block;
  clear: both;
}
#about #networks dl {
  float: left;
  width: 335px;
}
#about #networks dl:first-child {
  margin-right: 43px;
}
#about #networks dt {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #c8bb8a;
  font-weight: bold;
  font-size: 1.7rem;
  /* letter-spacing: 1px; */
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#about #networks dt a.showDetail {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1;
  padding-right: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 1px;
}
#about #networks dt a.showDetail:hover {
  color: #b8a869;
}
#about #networks dt a.showDetail::before,
#about #networks dt a.showDetail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#about #networks dt a.showDetail::before {
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #c8bb8a;
  border-right: 1px solid #c8bb8a;
  transform: rotate(45deg);
}
#about #networks dt a.showDetail::after {
  right: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #c8bb8a;
  border-right: 1px solid #c8bb8a;
  transform: rotate(45deg);
}
#about #networks dd {
  margin-top: 10px;
}
.pageDomestic {
  background: url("/img/about/bg_domestic_network.png") no-repeat right top;
}
.pageInternational {
  background: url("/img/about/bg_international_network.png") no-repeat right top;
}
.pageDomestic h3,
.pageInternational h3 {
  margin-top: 45px;
  margin-bottom: 45px;
}
#about .pageInternational dl dd,
#about .pageInternational dl dt {
  width: 332px !important;
  margin-right: 40px !important;
}
#about dl.cooperation .externalLink3 a {
  background: url("/img/about/btn_about_cooperation.png") no-repeat;
}
#about .cooperation dl dd,
#about .outputToSociety dl dt {
  width: 399px !important;
  margin-right: 40px !important;
}
/* -- アドバイザリー・カウンシル -- */
#about #advisoryCouncil {
  margin-top: 57px;
}
#about #advisoryCouncil dt {
  margin: 30px 0 5px 0;
  font-size: 110%;
  font-weight: bold;
}
#about #advisoryCouncil dt:first-child {
  margin-top: 0;
}
#about #advisoryCouncil dd {
  margin-left: 2px;
}
#about #advisoryCouncil dd ul li {
  padding-left: 6px;
  margin-bottom: 3px;
  background: url("/img/common/icon_tip_small2.png") no-repeat left 6px;
}
#about #mainColumn dl.advisoryCouncil dd,
#about #mainColumn dl.advisoryCouncil dt {
  width: 383px;
  margin-right: 33px;
}
body.en #about #mainColumn .advisoryCouncil dd:first-child {
  margin-top: 0;
}
/* -- 倫理委員会 -- */
#about #mainColumn dl.ethics dd,
#about #mainColumn dl.ethics dt {
  width: 381px;
  margin-right: 33px;
}
#about #mainColumn dl.ethics dd.photo img {
  margin-top: 5px;
}
/* 沿革 */
#about .centersHistory {
  margin-top: 40px;
}
#about .centersHistory dt {
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #c8bb8a;
}
body.en #about .centersHistory dt {
  font-size: 110%;
}
body.en #about .centersHistory dd {
  font-size: 90%;
}
#about .centersHistory dl {
  margin-top: 12px;
  line-height: 1.7;
}
#about .centersHistory dl ~ dl {
}
#about .centersHistory dd {
  margin-top: 16px;
}
#about .centersHistory dd ~ dd {
  margin-top: 20px;
}
#about .centersHistory:after {
  content: "";
  display: block;
  clear: both;
}

#about .centersHistory .immunity2 {
  float: left;
  width: 340px;
}
#about .centersHistory .immunity3 {
  float: right;
  width: 340px;
}
#about .centersHistory .immunity {
  float: left;
  width: 220px;
  background: #cccccc;
}
#about .centersHistory .genome {
  margin-left: 20px;
  float: left;
  width: 220px;
  background: #eeeeee;
}
#about .centersHistory .genome2 {
  margin-left: 20px;
  float: right;
  width: 220px;
}
#about .centersHistory .nenpyou {
  width: 220px;
  margin-right: 20px;
}
body.en #about .centersHistory .immunity dt,
body.en #about .centersHistory .genome dt {
  height: 3em;
}
body.en #about .centersHistory .genome2 dt {
  height: 3em;
}
#about #historysTitle {
  margin-top: 0px;
}
#about #access {
  overflow: hidden;
}
#about #access > dt {
  clear: both;
  display: block;
  width: 92px;
  height: 19px;
  float: left;
  margin: 0 28px 0 0;
  text-indent: -9999px;
}
#about #access > dt ~ dt {
  margin-top: 30px;
}
#about #access > dd {
  display: block;
  float: left;
  width: 580px;
  margin: 0;
}
#about #access > dd ~ dd {
  margin-top: 30px;
}
#about #access dd p {
  margin-top: 8px;
}
#about #access .address {
  background: url("/img/about/lable_address.png") no-repeat;
}
#about #access .contacts {
  background: url("/img/about/lable_contact.png") no-repeat;
}
#about #access .access {
  margin-top: 45px;
  background: url("/img/about/lable_access.png") no-repeat;
}
body.en #about #access .address {
  background: url("/img/english/about/lable_address.png") no-repeat;
}
body.en #about #access .contacts {
  background: url("/img/english/about/lable_contact.png") no-repeat;
}
body.en #about #access .access {
  margin-top: 45px;
  background: url("/img/english/about/label_access.png") no-repeat;
}
body.en #about #access .notice {
  font-size: 85%;
  margin: 6px 0 10px;
  line-height: 1.4;
}
#about #access .photo {
  clear: both;
  width: 100%;
}
#about #access dd p.annotation {
  font-size: 80%;
}
body.en #about #access dd p.caption {
  font-size: 90%;
  margin-top: 15px;
}
#about #access dd p.notice {
  font-size: 90%;
}
#about #access .map {
  margin-top: 70px;
}
body.en #about #access .map {
  margin-top: 40px;
}
body.en #about #access .from_haneda {
  margin-top: 8px;
}
body.en #about #access .haneda_route {
  margin-top: 8px;
}
#about #access .access_info {
  margin-top: 0;
  clear: both;
  width: 100%;
  line-height: 1.7;
}
#about #access .access_info dt {
  margin-top: 23px;
  font-weight: bold;
}
#about #access .access_info dt ~ dt {
  margin-top: 30px;
}
#about #access .access_info dd .externalLink2 {
  margin-top: 5px !important;
}
#about #access .access_info dd img {
  margin-top: 10px;
}

/********************************
  Jobs
********************************/
#jobs .researchJob a,
#jobs .accountingJob a,
#jobs .yci_member a {
  text-indent: 0;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0 12px 30px;
  height: auto;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border: 1px solid #d2d0c6;
  border-radius: 3px;
  font-size: 1.2rem;
  position: relative;
}
#jobs .researchJob a::before,
#jobs .researchJob a::after,
#jobs .accountingJob a::before,
#jobs .accountingJob a::after,
#jobs .yci_member a::before,
#jobs .yci_member a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#jobs .researchJob a::before,
#jobs .accountingJob a::before,
#jobs .yci_member a::before {
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #9b9780;
  border-right: 1px solid #9b9780;
  transform: rotate(45deg);
}
#jobs .researchJob a::after,
#jobs .accountingJob a::after,
#jobs .yci_member a::after {
  left: 14px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #9b9780;
  border-right: 1px solid #9b9780;
  transform: rotate(45deg);
}
#jobs .researchJob a:hover,
#jobs .accountingJob a:hover,
#jobs .yci_member a:hover {
  background-color: #f0eddb;
  border: 1px solid #c6c1aa;
}
body.en #jobs .researchJob a {
  line-height: 1.2;
  font-size: 1.3rem;
}
#jobs .recruit {
  position: relative;
  margin-top: 75px !important;
  padding: 0 0 45px 25px;
  background: url("/img/common/bg_border_design.png") no-repeat left bottom;
}
#jobs .recruit dd,
#jobs .recruit dt {
  margin-right: 10px !important;
  width: 340px !important;
}
#jobs .recruit dd.photo {
  position: absolute;
  right: 0;
  top: 2.3em;
}
#jobs .recruit dd .researchJob {
  margin-right: 20px;
}
#jobs .recruit dd .researchJob,
#jobs .recruit dd .accountingJob {
  margin-top: 0 !important;
  width: 160px;
  float: left;
}
#jobs .btn_joint_school {
  margin-top: 25px !important;
}
#jobs .btn_joint_school a {
  background: url("/img/jobs/btn_joint_school_qa.png") no-repeat;
}
#jobs dl.joint_graduate_school dt ~ dt {
  margin-top: 15px !important;
}
body.en #jobs .joint_graduate_school p {
  margin-top: 40px;
}
body.en #jobs .joint_graduate_school ul {
  margin-top: 15px;
}
body.en #jobs .joint_graduate_school li {
  margin-top: 2px;
}
#jobs .yci_member a {
  width: 250px;
}
body.en #jobs .yci_member a {
  width: 261px;
}
#jobs table {
  margin-top: 12px;
  width: 100%;
  line-height: 1.8;
}
#jobs table tr th {
  color: #ffffff;
  padding: 4px 0 3px 10px;
  text-align: left;
  background: #9d873d;
  line-height: 1;
}
#jobs #professorList table tr:nth-child(2n + 1) {
  background: #f5f2e6;
}
#jobs #professorList table tr.odd td {
  background-color: #f5f2e6;
}
#jobs #professorList th {
  border-bottom: 6px solid #ffffff;
}
#jobs table td {
  padding: 12px 16px;
  white-space: nowrap;
  background: url("/img/common/dotted2.png") repeat-y left top;
}
#jobs table td:first-child {
  background: none;
}
#jobs #professorList p {
  margin-top: 18px;
}
#jobs #professorList h3 {
  line-height: 1;
  font-size: 120% !important;
  color: #9d873d;
}
#jobs #professorList p.email {
  margin-top: 10px;
}
#jobs #professorList p.email a {
  display: block;
  width: 144px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/img/jobs/btn_email.png") no-repeat;
}
#jobs #professorList p.email a:hover {
  text-decoration: underline;
}
#jobs #labsList table tr:nth-child(2n) {
  background: #f5f2e6;
}
#jobs #labsList table tr.even td {
  background-color: #f5f2e6;
}
#jobs #labsList table th {
  border-bottom: 6px solid #f5f2e6;
}
#jobs #labsList {
  margin-top: 35px;
  border-top: 1px solid #dfdfdf;
  padding-top: 35px;
}
#jobs table td.university {
  width: 215px;
  font-weight: bold;
}
#jobs table td.group {
  width: 282px;
}
#jobs table td.lab {
  width: 260px;
  font-weight: bold;
}
#jobs table td.name {
  width: 100px;
  background: none;
  text-align: right;
}
#jobs table td.movie {
  width: 166px;
  font-weight: bold;
}
#jobs table td.leader {
  width: 166px;
}
#jobs .a {
  margin-top: 30px;
  padding-top: 30px;
  background: url("/img/jobs/label_a.png") no-repeat left top;
}
#jobs .q {
  padding-top: 30px;
  background: url("/img/jobs/label_q.png") no-repeat left top;
}
#jobs .a,
#jobs .q {
  line-height: 1.8;
}
#jobs .a p ~ p,
#jobs .q p ~ p {
  margin-top: 25px;
}
#jobs ol {
  list-style-type: none;
}
#jobs .banner {
  margin-top: 30px;
}

/********************************
  Library
********************************/
/* -- Top -- */
#library .glossaryLink {
  background: none;
}
#library .glossaryLink:hover {
  background-color: #ffffff;
}
#library .glossaryLink dd:after {
  content: "";
  display: block;
  clear: both;
}
#library .glossaryLink dd {
}
#library .glossaryLink dt {
  background: none !important;
  padding: 0 !important;
}
#library .outline {
  padding-bottom: 20px;
}
#library .immunity,
#library .genome {
  float: left;
}
#library .immunity {
  margin-right: 20px;
}
#library .immunity a {
  background: url("/img/library/btn_glossary_immunity.png") no-repeat;
}
#library .genome a {
  background: url("/img/library/btn_glossary_genome.png") no-repeat;
}
body.en #library .genome a {
  background: url("/img/english/library/btn_glossary_genome.png") no-repeat;
}
#library .recruit {
  position: relative;
  margin-top: 75px !important;
  padding: 0 0 45px 25px;
  background: url("/img/common/bg_border_design.png") no-repeat left bottom;
}
#library .recruit dd,
#library .recruit dt {
  margin-right: 10px !important;
  width: 340px !important;
}
#library .recruit dd.photo {
  position: absolute;
  right: 0;
  top: 2.3em;
}
#library dd.publication img {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
/* -- Interview -- */
#library .interviewList {
}
#library .interviewList li {
}
#library .interviewList li ~ li {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d2d0c7;
}
#library .interviewList li h3 {
  margin: 5px 0 0 0;
  line-height: 1.3;
  height: 3em;
}
#library .interviewList li:after {
  content: "";
  display: block;
  clear: both;
}
#library .interviewList .photo {
  float: left;
  margin-right: 22px;
}
#library .interviewList .photo a::after {
  content: none;
}
#library .interviewList .text {
  overflow: hidden;
}
#library .interviewList .photo img {
  padding: 2px;
  border: 1px solid #dfdfdf;
}
#library .interviewList span.date {
  display: block;
  width: 7em;

  font-size: 90%;
  color: #ffffff;
  margin-top: 4px;
  padding: 2px 10px 0;
  background: #3f3c38;
}
body.en #library .interviewList span.date {
  font-size: 80%;
  width: 11em;
}
#library .interviewList li p.long {
  margin-top: -1.2em;
}

/* -- Video Archive -- */

#library .videoArchive dt {
  border-bottom: 1px solid #dfdfdf;
}
#library .videoArchive dd {
  margin-top: 10px !important;
}
#library .videoArchive dt ~ dt {
  margin-top: 40px !important;
}
#library .videoArchive ol {
  list-style-type: none;
}
#library .videoArchive ol li {
  color: #9d873d;
}
#library .videoArchive ol li a {
  font-weight: bold;
  color: #3f3c38;
  margin-left: 5px;
}
#library .videoArchive ol li a span {
  font-weight: normal;
}
#library .videoArchive .rcai_labs {
  background: url("/img/library/image_rcai_labs.jpg") no-repeat right 5px;
}
#library .videoArchive .fronteer {
  background: url("/img/library/image_fronteer.jpg") no-repeat right 5px;
}
#library .videoArchive .video:after {
  content: "";
  display: block;
  clear: both;
}
#library .videoArchive .video {
  margin-bottom: 5px;
}
#library .videoArchive .video p {
  margin-top: 4px !important;
}
#library .videoArchive .video .title,
#library .videoArchive .video .name {
  font-weight: bold;
}
#library .videoArchive .video .photo {
  float: left;
  margin-right: 22px;
}
#library .videoArchive .video .text {
  overflow: hidden;
}
#library .videoArchive .video .photo img {
  padding: 2px;
  border: 1px solid #dfdfdf;
}

/* -- publications -- */
#library .publications dt {
  border-bottom: 1px solid #dfdfdf;
}
#library .publications dd {
  margin-top: 10px !important;
  line-height: 1.4 !important;
}
#library .publications dt ~ dt {
  margin-top: 40px !important;
}
#library .publications ol {
  list-style-type: none;
}
#library .publications p {
  margin-top: 8px !important;
  margin-bottom: 30px;
}
#library .publications dd {
  padding-top: 10px;
}
#library .publications dd a {
  color: #706967 !important;
}
#library .publications dd > a::after,
#library .publications dd ul li > a::after {
  content: none;
}
#library .publications .manual_reports {
}
#library .publications .manual_reports:after {
  content: "";
  display: block;
  clear: both;
}
#library .publications .manual_reports li {
  float: left;
  width: 25%;
}

/********************************
  Laboratories
********************************/

#laboratories .navList {
}
#laboratories #sideColumn .yci {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  background-position: left 25px;
}
#laboratories #sideColumn a {
  text-decoration: underline;
}
#laboratories #sideColumn a:hover {
  text-decoration: none;
}
/* -- 部門紹介 -- */
#laboratories #sections {
  margin-top: 23px;
}
#laboratories #sections dt {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px solid #c8bb8a;
  font-weight: bold;
  font-size: 140%;
}
#laboratories #sections dt a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-size: 1.1rem;
  background-color: #f0eddb;
  padding: 5px 34px;
  border-radius: 4px;
  line-height: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
#laboratories #sections dt a::before,
#laboratories #sections dt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#laboratories #sections dt a::before {
  right: 9px;
  width: 8px;
  height: 1px;
  background: #8f8c8f;
}
#laboratories #sections dt a::after {
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #8f8c8f;
  border-right: 1px solid #8f8c8f;
  transform: rotate(45deg);
}
#laboratories #sections dt a:hover {
  opacity: 0.7;
}
#laboratories #sections dt {
  margin-top: 60px;
}
#laboratories #sections dd {
  padding: 13px 0 0 0;
  line-height: 1.8;
}
#laboratories #sections dd:after {
  content: "";
  display: block;
  clear: both;
}
#laboratories #sections .professorList {
  margin: 25px 0 5px -16px;
}
#laboratories #sections .professorList:after {
  content: "";
  display: block;
  clear: both;
}
#laboratories #sections .professorList li:after {
  content: "";
  display: block;
  clear: both;
}
#laboratories #sections .professorList li {
  position: relative;
  float: left;
  width: 348px;
  margin-left: 16px;
  padding: 6px 0 6px;
  border-bottom: 1px solid #d2d0c7;
}
#laboratories #sections .professorList p.name {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8;
}
#laboratories #sections .professorList p {
  font-size: 90%;
  line-height: 1.2;
}
#laboratories #sections .professorList .photo {
  float: left;
  margin-right: 15px;
}
#laboratories #sections .professorList .text {
  float: left;
  width: 260px;
  margin-bottom: 20px;
}
#laboratories #sections .professorList li.noborder {
  border-bottom: none;
}
#laboratories #sections .pageTop {
  float: right;
  margin-top: -10px;
}
#laboratories #sections .links {
  position: absolute;
  bottom: 5px;
}
#laboratories #sections .links a {
  float: left;
  height: 20px;
  margin: 0 25px 0 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #968543;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
#laboratories #sections .links:after {
  content: "";
  display: block;
  clear: both;
}
#laboratories #sections .links a:hover {
  opacity: 0.7;
}

/********************************
  databases
********************************/
#databases .defList {
  line-height: 1.6;
}
#databases .defList dt {
  width: 465px !important;
}
#databases .defList dd {
  width: 475px !important;
}
#databases .defList dd.photo {
  margin-top: 5px;
}
#databases .defList dt {
  font-size: 100% !important;
}
#databases .defList dt {
  padding-left: 12px;
  background: url("/img/common/icon_arrow.png") no-repeat left 0.5em;
}
#databases .defList dd {
  margin-top: 8px !important;
}

/********************************
  projects
********************************/
#projects .projectList {
  margin-left: -29px;
  margin-top: 20px !important;
}
#projects .projectList:after {
  content: "";
  display: block;
  clear: both;
}
#projects .projectList li {
  float: left;
  width: 342px;
  margin-left: 29px;
  padding: 20px 0 20px;
  background: url("/img/common/dotted.png") repeat-x left bottom;
}
#projects .projectList li:after {
  content: "";
  display: block;
  clear: both;
}
#projects .projectList li h3 {
  margin-top: 0;
  line-height: 1.2;
  height: 3.2em;
}
#projects .projectList li a.photo {
  float: right;
  margin: 0 0 25px 28px;
  height: 90px;
}
#projects .projectList li p {
  line-height: 1.5;
}
#projects .projectList li p.long {
  margin-top: -15px;
}
#projects .projectList li span.category {
  clear: both;
  display: block;
  color: #9d873d;
  font-size: 80%;
  margin: 10px 0 0 0;
}
body.en #projects .projectList li span.category {
  font-size: 90%;
}
#projects .article h3 {
  font-size: 160% !important;
}
#projects .article h4 {
  font-size: 130% !important;
}
#projects .backToProject {
  margin-top: 60px !important;
}
#projects .backToProject a {
  display: block;
  width: 138px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/img/projects/btn_backto_projecttop.png") no-repeat;
}
body.en #projects .backToProject a {
  background: url("/img/english/projects/btn_backto_projecttop.png") no-repeat;
}
#projects .backToProject a:hover {
  background-position: 0 -24px !important;
}
/* -- pj01 -- */
#projects .article .createVaccine dt,
#projects .article .createVaccine dd {
  width: 350px;
}
#projects .article .createVaccine dd.afphoto {
  clear: both;
  width: 100% !important;
  margin-top: 20px !important;
}
#projects .article .createVaccine dd:last-child,
#projects .article .createVaccine dd.lastChild {
  margin-top: 20px !important;
}
#projects .vaccineDesign {
  width: 250px;
  background: url("/img/projects/pj01/btn_vaccinedesien.png") no-repeat;
}
#projects .vaccineDesign:hover {
  background-position: 0 -37px;
}
#projects .bannerHealth {
  margin-top: 20px !important;
}
/* -- pj02 -- */
#projects .whatIsLangCancer .right {
  margin: 0 0 60px -20px !important;
  float: right;
}
#projects .whatIsLangCancer .clear {
  clear: both;
}
#projects .whatIsLangCancer .right + p {
  margin-top: 0 !important;
}
#projects .comparison {
  margin-top: 60px;
}
#projects .comparison .right {
  margin: 0 0 0 100px !important;
  float: right;
}
#projects .comparison .links {
  clear: both;
}
#projects .comparison .links .externalLink2 {
  margin-top: 0 !important;
}
#projects .pressRelease {
  margin-top: 30px !important;
}
#projects .pressRelease:after {
  content: "";
  display: block;
  clear: both;
}
#projects .pressRelease dt {
  clear: both;
  float: left;
  font-size: 90% !important;
  width: 150px !important;
  font-weight: normal !important;
}
#projects .pressRelease dd {
  display: block;
  float: left;
  font-size: 90% !important;
}
#projects .pressRelease dd ~ dd,
#projects .pressRelease dt ~ dt {
  margin-top: 15px;
}
/* -- pj03 -- */
#projects .result {
  margin-top: 20px !important;
}
#projects .result:after {
  content: "";
  display: block;
  clear: both;
}
#projects .result dt {
  clear: both;
  float: left;
  width: 100px;
  font-size: 90% !important;
  font-weight: normal !important;
}
#projects .result dd {
  display: block;
  float: left;
  width: 610px;
  font-size: 90%;
  margin-bottom: 16px;
}
#projects .result dd:last-child,
#projects .result dd.lastChild {
  margin-bottom: 0;
}
/* -- pj04 -- */
#projects .howtohumanize {
  margin-top: 20px !important;
}
#projects .howtohumanize dt {
  width: 420px !important;
}
#projects .howtohumanize dd {
  width: 320px !important;
}
#projects .howtohumanize dd.photo {
  margin-left: -50px;
}
#projects .whatfor {
  margin-top: 20px !important;
}
#projects .whatfor dt,
#projects .whatfor dd {
  width: 310px !important;
  margin-right: 50px !important;
}
#projects .usage dt,
#projects .usage dd {
  width: 310px !important;
  margin-right: 50px !important;
}
#projects .reproduction dt,
#projects .reproduction dd {
  width: 310px !important;
  margin-right: 50px !important;
}
#projects .reproduction p ~ p {
  margin-top: 24px !important;
}
#projects .notice {
  color: #d02b27;
}
#projects dd.affair {
  margin-top: 20px !important;
  border: 1px solid #dfdfdf;
  padding: 20px 18px;
  width: 266px !important;
}
#projects dd.affair h5 {
  font-weight: bold;
}
#projects .videoArchive {
  margin-top: 5px !important;
}
#projects .videoArchive a {
  width: 348px;
  background: url("/img/projects/pj04/btn_show_video_archive.png") no-repeat;
}

/* -- pj05 -- */
#projects .imaging .photo {
  margin: 20px 0 20px !important;
}
#projects .article .imaging .withPhoto {
  margin-top: 35px !important;
}
#projects .imaging .withPhoto .photo {
  margin-top: 0 !important;
}
#projects .how_to_see .photo {
  width: auto;
}
#projects .how_to_see .photo img {
  margin-bottom: 15px;
}
#projects .how_to_see p {
  width: 510px;
}
#projects .relatedLabs {
  margin-top: 20px !important;
}
#projects .relatedLabs dd,
#projects .relatedLabs dt {
  font-size: 100% !important;
  font-weight: normal !important;
  display: inline !important;
}
#projects .relatedLabs dd {
  margin-left: 10px;
  padding-left: 18px;
  background: url("/img/projects/icon_arrow.png") no-repeat 0 center;
}
/* -- pj06 -- */
#projects .why_from_lympa {
  margin-top: 30px !important;
}
#projects .why_from_lympa dl {
  margin-top: 35px !important;
}
#projects .why_from_lympa dd.photo {
  margin-top: 20px;
}
/* -- en -- */
body.en #projects .projectList .external {
  display: inline;
}
body.en #projects .projectList .external:after {
  content: "";
  margin-left: 6px;
  padding-left: 12px;
  background: url("/img/english/projects/icon_external.png") no-repeat center;
}
body.en #projects .projectList .category {
  clear: none;
}
body.en #projects .projectList .withPhoto span {
  display: block;
  width: 210px;
}
body.en #projects .projectList .withPhoto span:after {
  clear: both;
}
body.en #projects .projectList .pj01 .photo {
  margin: 0 0 25px 10px !important;
}
body.en #projects .activities {
  margin-top: 45px !important;
}
body.en #projects .activities h4 {
  font-size: 120% !important;
}
body.en #projects .activities ul li {
  font-size: 90%;
}
body.en #projects h3.biobank {
  font-size: 150% !important;
}
body.en #projects .biobank ol {
  margin: 25px 0 0 1.5em;
}
body.en #projects .biobankImage {
  margin-top: 25px;
  position: relative;
}
body.en #projects .biobankImage .text {
  position: absolute;
  bottom: 0;
  left: 210px;
}

/********************************
  site policy
********************************/
#sitePolicy dt {
  font-weight: bold;
  margin-bottom: 12px;
}
#sitePolicy dt ~ dt {
  margin-top: 45px;
}
#sitePolicy dd {
  margin-bottom: 25px;
  font-size: 90%;
}
#sitePolicy ol {
  margin-left: 1.5em;
}
#sitePolicy ol li {
  margin-bottom: 12px;
}
body.en #sitePolicy dt {
  font-size: 110%;
}
body.en #sitePolicy dd {
  font-size: 100%;
}

/********************************
  site map
********************************/
#siteMap ul {
  width: 100%;
  margin-top: 22px;
  display: table;
}
#siteMap ul ~ ul {
  border: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
#siteMap ul:after {
  content: "";
  display: block;
  clear: both;
}
#siteMap ul li {
  display: table-cell;
  width: 33%;
  min-height: 200px;
}
#siteMap ul dl {
  display: block;
}
#siteMap ul dl dt {
  font-weight: bold;
  padding-left: 14px;
  margin-bottom: 8px;
  margin-top: 12px;
  font-weight: bold;
  font-size: 130%;
  background: url("/img/common/icon_tip3.png") no-repeat left 0.6em;
}
#siteMap ul dl dt:first-child {
  margin-top: 0;
}
#siteMap ul dl dd {
  position: relative;
  margin: 0 0 4px 1.2em;
  padding-left: 10px;
  background: url("/img/common/icon_tip_small.png") no-repeat left 0.6em;
}

/********************************
  contact
********************************/
#contact .defList p {
  margin-top: 0 !important;
}
#contact .defList a {
  text-decoration: none;
}
#contact .defList a:hover {
  text-decoration: underline;
}
#contact .defList dd {
  margin-top: 3px !important;
}
#contact .defList dd.photo {
  margin-top: 30px !important;
}

/********************************
  links
********************************/
#links ul {
  width: 100%;
  margin-top: 22px;
  display: table;
}
#links ul:after {
  content: "";
  display: block;
  clear: both;
}
#links ul li {
  float: left;
  width: 50%;
  min-height: 15em;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
#links ul li:last-child,
#links ul li.lastChild {
  border: none;
  margin-bottom: 0;
}
#links ul dl dt {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 12px;
  font-weight: bold;
  color: #9d873d;
}
#links ul dl dt:first-child {
  margin-top: 0;
}
#links ul dl dd {
  position: relative;
  margin: 0 0 4px 3px;
  padding-left: 10px;
  background: url("/img/common/icon_tip_small.png") no-repeat left 0.6em;
}
body.en #links .links_last {
  width: 100%;
}

/********************************
  glossary
********************************/
#glossary h3 {
  margin-top: 0 !important;
}
#glossary .glossaryNav {
  margin: 13px 0 0 -10px;
}
#glossary .glossaryNav:after {
  content: "";
  display: block;
  clear: both;
}
#glossary .glossaryNav li {
  float: left;
}
#glossary .glossaryNav li a {
  display: block;
  width: 22px;
  height: 20px;
  margin-left: 5px;
  text-indent: -9999px;
  overflow: hidden;
}
#glossary .glossaryNav li.btn_a a {
  background: url("/img/glossary/btn_a.png") no-repeat;
}
#glossary .glossaryNav li.btn_b a {
  background: url("/img/glossary/btn_b.png") no-repeat;
}
#glossary .glossaryNav li.btn_c a {
  background: url("/img/glossary/btn_c.png") no-repeat;
}
#glossary .glossaryNav li.btn_d a {
  background: url("/img/glossary/btn_d.png") no-repeat;
}
#glossary .glossaryNav li.btn_e a {
  background: url("/img/glossary/btn_e.png") no-repeat;
}
#glossary .glossaryNav li.btn_f a {
  background: url("/img/glossary/btn_f.png") no-repeat;
}
#glossary .glossaryNav li.btn_g a {
  background: url("/img/glossary/btn_g.png") no-repeat;
}
#glossary .glossaryNav li.btn_h a {
  background: url("/img/glossary/btn_h.png") no-repeat;
}
#glossary .glossaryNav li.btn_i a {
  background: url("/img/glossary/btn_i.png") no-repeat;
}
#glossary .glossaryNav li.btn_j a {
  background: url("/img/glossary/btn_j.png") no-repeat;
}
#glossary .glossaryNav li.btn_k a {
  background: url("/img/glossary/btn_k.png") no-repeat;
}
#glossary .glossaryNav li.btn_l a {
  background: url("/img/glossary/btn_l.png") no-repeat;
}
#glossary .glossaryNav li.btn_m a {
  background: url("/img/glossary/btn_m.png") no-repeat;
}
#glossary .glossaryNav li.btn_n a {
  background: url("/img/glossary/btn_n.png") no-repeat;
}
#glossary .glossaryNav li.btn_o a {
  background: url("/img/glossary/btn_o.png") no-repeat;
}
#glossary .glossaryNav li.btn_p a {
  background: url("/img/glossary/btn_p.png") no-repeat;
}
#glossary .glossaryNav li.btn_q a {
  background: url("/img/glossary/btn_q.png") no-repeat;
}
#glossary .glossaryNav li.btn_r a {
  background: url("/img/glossary/btn_r.png") no-repeat;
}
#glossary .glossaryNav li.btn_s a {
  background: url("/img/glossary/btn_s.png") no-repeat;
}
#glossary .glossaryNav li.btn_t a {
  background: url("/img/glossary/btn_t.png") no-repeat;
}
#glossary .glossaryNav li.btn_u a {
  background: url("/img/glossary/btn_u.png") no-repeat;
}
#glossary .glossaryNav li.btn_v a {
  background: url("/img/glossary/btn_v.png") no-repeat;
}
#glossary .glossaryNav li.btn_w a {
  background: url("/img/glossary/btn_w.png") no-repeat;
}
#glossary .glossaryNav li.btn_x a {
  background: url("/img/glossary/btn_x.png") no-repeat;
}
#glossary .glossaryNav li.btn_y a {
  background: url("/img/glossary/btn_y.png") no-repeat;
}
#glossary .glossaryNav li.btn_z a {
  background: url("/img/glossary/btn_z.png") no-repeat;
}
#glossary .glossaryNav li.btn_a_line a {
  width: 65px;
  background: url("/img/glossary/btn_a_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_ka_line a {
  width: 65px;
  margin-left: 13px;
  background: url("/img/glossary/btn_ka_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_sa_line a {
  width: 65px;
  margin-left: 13px;
  background: url("/img/glossary/btn_sa_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_ta_line a {
  width: 65px;
  margin-left: 13px;
  background: url("/img/glossary/btn_ta_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_na_line a {
  width: 65px;
  margin-left: 13px;
  background: url("/img/glossary/btn_na_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_ha_line a {
  width: 65px;
  margin-left: 12px;
  background: url("/img/glossary/btn_ha_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_ma_line a {
  width: 65px;
  margin-left: 12px;
  background: url("/img/glossary/btn_ma_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_ya_line a {
  width: 43px;
  margin-left: 12px;
  background: url("/img/glossary/btn_ya_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_ra_line a {
  width: 65px;
  margin-left: 12px;
  background: url("/img/glossary/btn_ra_line.png") no-repeat;
}
#glossary .glossaryNav li.btn_wa_line a {
  width: 20px;
  margin-left: 12px;
  background: url("/img/glossary/btn_wa_line.png") no-repeat;
}
#glossary .glossaryNav li a:hover {
  background-position: 0 -20px;
}
#glossary .glossaryNav ~ .glossaryNav {
  margin-bottom: 40px;
}
#glossary h4 {
  padding-left: 8px;
  margin-top: 15px;
  font-weight: normal;
  font-size: 90%;
  border-bottom: 1px solid #dfdfdf;
}
#glossary dl {
  margin-top: 15px;
  padding-bottom: 15px;
}
#glossary dl dt {
  font-weight: bold;
  margin-top: 4px;
}
#glossary p.scroll {
  margin: 20px 0 20px;
}
#glossary p.scroll:after {
  content: "";
  display: block;
  clear: both;
}
#glossary p.scroll .pageTop {
  float: right;
}
#glossary #genome dt {
  margin-top: 30px;
}
#glossary #genome dd.photo {
  margin-top: 30px;
}
body.en #glossary #genome dt {
  margin-bottom: 5px;
}

#searchLarge {
  position: relative;
  width: 360px;
}
#searchLarge .search-input {
  margin-top: 5px;
  height: 17px;
  width: 340px;
  border: 1px solid #e5e5e5;
  border-right: none;
}
#searchLarge .search-submit {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 153.9%;
  width: 21px;
  height: 21px;
  opacity: 0;
  z-index: 9999;
  text-indent: -9999px;
  background: url("/img/search/btn_search_large.png") no-repeat;
}

sub,
sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

.type11 {
  border-collapse: collapse;
}
.type11 th {
  padding: 6px;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
.type11 td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
.risp {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: solid 10px #cabd8c;
  border-bottom: solid 1px #cabd8c;
  font-weight: bold;
}

h1.focus {
  position: relative;
  color: #158b2b;
  font-size: 153.9%;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h1.focus:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}

body.en p.externalLink {
  font-size: 85%;
}
body.en p.externalLink2 {
  font-size: 90%;
}
p.externalLink3 {
  margin-top: 15px !important;
}
p.externalLink3 a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 160px;
  height: 37px;
  background: none !important;
  padding: 12px 0 12px 30px !important;
}
p.externalLink3 a:hover {
  background-position: 0 -37px !important;
}
.externalLinkIcon {
  padding-left: 0 !important;
  background: none !important;
}
.externalLinkIcon::after {
  padding-left: 4px;
  display: inline-block;
  content: url("../img/common/icon_exlink2.png");
  vertical-align: middle;
}
#globalFooter .externalLinkIcon {
  background: url("/img/common/icon_exlink.png") no-repeat right center;
}
.externalLinkIcon.pdfIcon {
  padding-left: 0 !important;
  background: none !important;
}
.externalLinkIcon.pdfIcon::after {
  padding-left: 10px;
  display: inline-block;
  content: url("../img/common/icon_pdf.png");
  vertical-align: middle;
}
