﻿@charset "UTF-8";

/* PC&SP共通CSS START*/
#wrap #wrapInner #mainvisual {
  text-align: left;
}

#wrap #wrapInner #mainvisual .text {
  position: relative;
  padding: 70px 0 65px 5.625%;
}

#wrap #wrapInner #mainvisual .text #logo {
  width: 150px;
}

#wrap #wrapInner #mainvisual .text h1 {
  font-family: sabon_roman, noto-sans-cjk-jp, sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  color: #43474f;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#wrap section.outline {
    background: url("../../dir_img/contents_bg_01.jpg") no-repeat right top;
    background-size: cover;
    position: relative;
}

#wrap section.outline .sectionInner {
  width: 67.5%;
  margin: 0 auto;
  padding: 40px 0 130px;
  position: relative;
}

#wrap section.outline .sectionInner h2 {
  font-size: 1.3125em;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 20px;
}

#wrap section.outline .sectionInner h2.second {
  margin: 40px 0 20px;
}

#wrap section.outline .sectionInner table {
  border-collapse: collapse;
  width: 100%;
}

#wrap section.outline .sectionInner table th,
#wrap section.outline .sectionInner table td {
  border-bottom: solid 1px #d2cecd;
  padding: 15px 25px;
  vertical-align: top;
}

#wrap section.outline .sectionInner table th {
  background-color: #e2dddb;
  text-align: right;
  width: 30%;
}

#wrap section.outline .sectionInner table td {
  background-color: #fff;
  width: 70%;
}

#wrap section.outline .sectionInner p.caution {
  color: #fff;
  margin: 30px 0 0;
  line-height: normal;
}

/* PC&SP共通CSS END*/

/* PCのみCSS START */
@media screen and (min-width: 960px) {

}
/* PCのみCSS END */

/* タブレットのみCSS START */
@media screen and (min-width: 600px) and (max-width: 959px) {
}
/* タブレットのみCSS END */

/* SPのみCSS START */
@media screen and (max-width: 959px) {
  #wrap #wrapInner #mainvisual .text {
    padding: 105px 0 35px 0;
    position: static;
  }

  #wrap #wrapInner #mainvisual .text #logo {
    width: 17.1875%;
    position: absolute;
    top: 6.25%;
    left: 6.25%;
  }

  #wrap #wrapInner #mainvisual .text h1 {
    position: static;
    transform: none;
    text-align: center;
  }
  
  #wrap section.outline .sectionInner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }

  #wrap section.outline .sectionInner table th,
  #wrap section.outline .sectionInner table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
  }
  


}