@charset "UTF-8";

.info-content-image {
	max-width: 100%;
}

.info-content-pdf {
	display: inline-block;
	margin-top: 1em;
	position: relative;
	line-height: 2em;
	padding-left: 2.5em;
}
.info-content-pdf:hover {
  text-decoration: underline;
}
.info-content-pdf::before {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	background: url(/img/icon-pdf_02.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.info-content-pdf + .info-content-pdf {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {

  .fig2img:not(.two-column) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fig2img:not(.two-column) > img {
    margin: 16px 0 0;
    width: calc((100% - 32px) / 2);
  }

  .fig2img:not(.two-column) > img:nth-child(-n+2) {
    margin-top: 0;
  }

  .fig2img:not(.two-column) > img.fullWidth1 {
    max-width: none;
    width: 100%;
  }
}

.fig2img {
  margin: 4em 0 6em;
  padding: 0;
  line-height: 1;
}

.fig2img:last-child {
  margin-bottom: 0;
}

.fig2img > img {
  display: block;
  margin: 0 auto 1.5em;
  box-sizing: border-box;
}

.fig2img > img:last-child {
  margin-bottom: 0;
}

.fig2img.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fig2img.two-column > img {
  margin: 3.636364% 0 0;
  width: 48.181818%;
}

.fig2img.two-column > img:nth-child(-n+2) {
  margin-top: 0;
}

.hiyoko-link .style--btn {
  margin: 20px;
}