.factory1__heading-img {
  background-image: url("../img/factory1/page_top.jpg");
  background-position: center 75%; }

.factory2__heading-img {
  background-image: url("../img/factory2/page_top.jpg");
  background-position: center 75%; }

.text-rink {
  font-size: 1.8rem;
  border-bottom: solid 1px black; }
  .text-rink:hover {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .text-rink {
      font-size: 1.6rem; } }

.page__heading--none {
  height: auto !important; }

.question__explain-text {
  color: #3e3a39;
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 1.8px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .question__explain-text {
      font-size: 1.6rem; } }
.question__tell {
  color: #3e3a39;
  font-size: 1.8rem;
  line-height: 40px;
  letter-spacing: 1.8px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .question__tell {
      font-size: 1.6rem; } }
.question .faq {
  border-bottom: 1px solid #bdbdbd;
  margin: 60px auto 227px; }
  .question .faq dt {
    color: #3e3a39;
    font-size: 1.6rem;
    letter-spacing: 1.8px;
    font-weight: 400;
    padding: 20px 20px 20px 60px;
    border-top: 1px solid #bdbdbd;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 768px) {
      .question .faq dt {
        font-size: 1.4rem;
        padding: 20px 30px 20px 40px; } }
    .question .faq dt::before {
      content: "Q.";
      color: #0e3381;
      position: absolute;
      top: 20px;
      left: 20px;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .question .faq dt::before {
          left: 5%; } }
    .question .faq dt::after {
      content: "";
      width: 16px;
      height: 16px;
      transform: translate(5px, -50%);
      display: inline-block;
      background: url(../img/question/on.png) no-repeat center;
      background-size: cover;
      position: absolute;
      right: 5%;
      top: 50%; }
    .question .faq dt.open:after {
      background: url(../img/question/off.png) no-repeat center;
      background-size: cover; }
.question .faq dd {
  color: #3e3a39;
  font-size: 1.6rem;
  letter-spacing: 1.8px;
  font-weight: 400;
  padding: 20px 20px 20px 60px;
  border-top: 1px solid #e6e6e6;
  background-size: 16px 12px;
  position: relative;
  display: none; }
  @media screen and (max-width: 768px) {
    .question .faq dd {
      font-size: 1.4rem;
      padding: 20px 30px 20px 40px; } }
  .question .faq dd::before {
    content: "A.";
    color: #e60012;
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block; }

.connector__img__wrapper {
  width: 100%; }
  .connector__img__wrapper img {
    max-width: 100%; }
@media screen and (max-width: 768px) {
  .connector__img {
    padding: 0 5%; } }
.connector__img--2 {
  width: 640px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .connector__img--2 {
      width: 100%; } }
.connector__img--one {
  margin-bottom: 32px; }
  @media screen and (max-width: 768px) {
    .connector__img--one {
      margin-bottom: 16px; } }
.connector__img--two {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .connector__img--two {
      display: block; } }
  .connector__img--two .connector__img__wrapper {
    width: 285px; }
    @media screen and (max-width: 768px) {
      .connector__img--two .connector__img__wrapper {
        width: 100%; }
        .connector__img--two .connector__img__wrapper:first-child {
          margin-bottom: 16px; } }

.factory .product__phase {
  text-align: center; }
  .factory .product__phase--title {
    font-size: 2.7rem;
    color: #fff;
    display: inline-block;
    background: #c7c8c8;
    padding: 5px 50px;
    margin-bottom: 46px; }
    @media screen and (max-width: 768px) {
      .factory .product__phase--title {
        font-size: 1.8rem; } }
  .factory .product__phase--text {
    font-size: 1.8rem;
    line-height: 2.25;
    margin-bottom: 121px; }
    @media screen and (max-width: 768px) {
      .factory .product__phase--text {
        font-size: 1.6rem; } }
.factory .detail {
  text-align: center; }
  .factory .detail__title {
    font-size: 2.7rem;
    margin-bottom: 80px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .factory .detail__title {
        display: inline-block;
        font-size: 1.8rem; } }
    .factory .detail__title::before {
      position: absolute;
      content: '';
      display: block;
      width: 40%;
      height: 1px;
      background: #b7b8b8;
      top: 50%;
      left: 0; }
      @media screen and (max-width: 768px) {
        .factory .detail__title::before {
          width: 30px;
          left: -45px; } }
    .factory .detail__title::after {
      position: absolute;
      content: '';
      display: block;
      width: 40%;
      height: 1px;
      background: #b7b8b8;
      top: 50%;
      right: 0; }
      @media screen and (max-width: 768px) {
        .factory .detail__title::after {
          width: 30px;
          right: -45px; } }
  .factory .detail__text {
    font-size: 1.8rem;
    line-height: 2.25;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .factory .detail__text {
        font-size: 1.6rem; } }
  .factory .detail__block {
    width: 80%;
    margin: 0 auto 36px;
    padding: 30px 40px;
    box-shadow: 0px 1px 9px -2px rgba(10, 10, 10, 0.1), 0px 0px 2px -50px rgba(10, 10, 10, 0.02); }
    @media screen and (max-width: 768px) {
      .factory .detail__block {
        width: 100%;
        padding: 20px; } }
    .factory .detail__block--sub {
      margin: 0; }
      .factory .detail__block--sub .detail__img {
        margin-bottom: 72px; }
  .factory .detail__img {
    display: flex;
    justify-content: space-around;
    margin-bottom: 32px; }
    @media screen and (max-width: 768px) {
      .factory .detail__img {
        display: block; } }
    .factory .detail__img--box {
      width: 45%; }
      @media screen and (max-width: 768px) {
        .factory .detail__img--box {
          width: 100%; }
          .factory .detail__img--box:first-child {
            margin-bottom: 16px; } }
    .factory .detail__img img {
      max-width: 100%; }
  .factory .detail__sentence--title {
    font-size: 1.8rem;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .factory .detail__sentence--title {
        font-size: 1.6rem; } }
  .factory .detail__sentence--text {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .factory .detail__sentence--text {
        font-size: 1.2rem; } }
  .factory .detail__wrap {
    width: 80%;
    display: flex;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .factory .detail__wrap {
        display: block;
        width: 100%; } }
    .factory .detail__wrap .detail__block {
      width: 48%;
      margin: 0 auto 36px;
      padding: 30px 40px;
      box-shadow: 0px 1px 9px -2px rgba(10, 10, 10, 0.1), 0px 0px 2px -50px rgba(10, 10, 10, 0.02); }
      @media screen and (max-width: 768px) {
        .factory .detail__wrap .detail__block {
          width: 100%; } }
    .factory .detail__wrap .detail__img--box {
      width: 100%; }
.factory .detail__area {
  width: 80%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .factory .detail__area {
      display: block;
      width: 100%; } }
  .factory .detail__area .detail__block {
    padding: 30px 0;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .factory .detail__area .detail__block {
        margin-bottom: 16px; } }
  .factory .detail__area .half {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .factory .detail__area .half {
        width: 100%; } }
    .factory .detail__area .half .detail__img--box {
      width: 100%; }
    .factory .detail__area .half--two .detail__block {
      padding: 15px 40px; }
.factory .detail__img-size {
  max-width: 100%;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .factory .detail__img-size {
      padding-top: 0; } }
.factory .facility-area {
  margin-top: 32px; }
  @media screen and (max-width: 768px) {
    .factory .facility-area {
      width: 100%;
      margin: 0 auto;
      overflow: auto; } }
  .factory .facility-area img {
    width: 40px;
    height: 14px;
    margin-bottom: 3px;
    margin-left: 6px; }
  .factory .facility-area table {
    width: 80% !important;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .factory .facility-area table {
        width: 550px !important; } }
  .factory .facility-area tbody {
    width: 100% !important; }
  .factory .facility-area th, .factory .facility-area td {
    text-align: center;
    border: 1px solid #efeded;
    padding: 8px 16px;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .factory .facility-area th, .factory .facility-area td {
        text-align: left; } }
  .factory .facility-area th {
    background-color: #c7c8c8; }
  .factory .facility-area td:first-child {
    background-color: #FAFAFA; }
  .factory .facility-area tr:first-child td {
    font-size: 1.8rem; }

.single__date {
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 80px; }
.single__title {
  font-size: 2.2rem;
  margin-bottom: 40px; }
.single__content p {
  font-size: 1.6rem;
  line-height: 2; }
.single__content--img {
  width: 70%;
  height: auto;
  margin-bottom: 16px; }
  .single__content--img img {
    max-width: 100%;
    height: auto; }
