@charset "UTF-8";
/*--------------------------------------------
		products
---------------------------------------------*/
.page-ttl {
  background-image: url("../img/bg_products_pagettl.png");
  background-position: 30% 0;
}

.products__contents {
  margin-top: 6em;
}

.example-image {
  margin-bottom: 6em;
}

.example-image .ttl {
  margin-bottom: 3em;
}

.example-image__item {
  font-size: 0;
  text-align: left;
  margin-bottom: 35px;
  position: relative;
}

.example-image__item--ling-txt {
  margin-top: 57px;
}

.example-image img {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  width: 48%;
}

.example-image img:nth-of-type(2n) {
  margin-left: 4%;
}

.example-image figcaption {
  font-size: 1.2rem;
  margin-top: 0.6em;
}

.example-image__english {
  display: block;
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  font-size: 30px;
  font-size: 3rem;
  text-align: right;
  line-height: 0.9;
  opacity: 0.8;
  position: absolute;
  top: -0.65em;
  right: 0;
}

.example-image__english--long {
  font-size: 2.5rem;
  top: -1.5em;
}

.example-image__english--even {
  text-align: left;
  right: auto;
  left: 0;
}

.flow {
  padding-top: 0.5em;
}

.flow li {
  padding: 1.6em 1.5em 2.5em 3.8em;
  border: 1px solid #000;
  text-align: justify;
  margin-bottom: 20px;
  position: relative;
}

.flow li:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url("/common/img/bg_contents_menu.png") repeat 0 0;
  background-size: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flow li:after {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: url("/common/img/icon_arrow_down.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 49%;
  bottom: -1em;
}

.flow li:last-child:after {
  display: none;
}

.flow__number {
  display: block;
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  font-size: 250%;
  position: absolute;
  left: 0.55em;
  top: 0.1em;
}

.flow__number:after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #000;
  margin: auto;
  position: relative;
  top: -3px;
}

.facility {
  margin-top: 2em;
}

.facility__item {
  border: 3px solid #666;
  border-left-width: 1px;
  border-right-width: 1px;
  text-align: center;
  padding: 1.8em;
  margin-bottom: 2.5em;
  position: relative;
}

.facility__ttl {
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px dotted #888;
  border-left: 0;
  border-right: 0;
  letter-spacing: 0.1em;
  padding: 0 0.2em 0.5em;
  margin-bottom: 1.2em;
}

.facility__ttl:before, .facility__ttl:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 0 solid #666;
  position: absolute;
}

.facility__ttl:before {
  border-right-width: 1px;
  top: -12px;
  left: -11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.facility__ttl:after {
  border-top-width: 1px;
  bottom: -13px;
  right: -11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
