@charset "UTF-8";
/* nocks graphic collaboration*/
/* Scss Document */
body {
  /* common */
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 16px;
  font-family: Optima, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8em;
  color: #999;
  /* IE6 */
  /* IE7 */
  /*　ハンバーガーメニュー設定　*/
}
body .clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
body * html .clearfix {
  zoom: 1;
}
body *:first-child + html .clearfix {
  zoom: 1;
}
body a {
  text-decoration: none;
  color: #999;
}
body a:hover {
  opacity: 0.6;
  text-decoration: underline;
  transition: all 0.5s linear 0.1s;
}
body img {
  max-width: 100%;
  width: auto;
  height: auto;
  width/***/: auto;
}
body span {
  font-size: 0.75em;
}
body span.btn_sample {
  font-size: 1em;
  border: solid 1px #999;
  padding: 3px 10px 2px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
body .sub_nav {
  display: none;
}
body #navToggle {
  position: fixed; /*bodyに対しての絶対位置指定です*/
  right: 10px;
  top: 10px;
  width: 35px;
  height: 25px;
  cursor: pointer;
  z-index: 20;
  /*spanの絶対位置指定の親にします*/
}
body #navToggle div {
  position: relative;
}
body #navToggle span {
  display: block;
  position: absolute; /*#navToggle div に対して*/
  width: 100%;
  border-bottom: solid 3px #999;
  transition: 0.35s ease-in-out;
}
body #navToggle span:nth-child(1) {
  top: 0;
}
body #navToggle span:nth-child(2) {
  top: 11px;
}
body #navToggle span:nth-child(3) {
  top: 22px;
}
body.openNav .wrapper {
  margin-left: -270px;
  transition: all 0.5s linear 0.1s;
}
body.openNav #navToggle {
  /* Click Toggle(Button) */
  /*ここから jQueryで header要素に付けた「.openNav」を利用します*/
  /*.openNavが付いた要素内のボタン（#navToggle）内のspanへの指定*/
}
body.openNav #navToggle span {
  top: 11px;
  /*最初のspanをマイナス45度に*/
  /*2番目と3番目のspanを45度に*/
}
body.openNav #navToggle span:nth-child(1) {
  transform: rotate(-45deg);
}
body.openNav #navToggle span:nth-child(2), body.openNav #navToggle span:nth-child(3) {
  transform: rotate(45deg);
}
body.openNav02 nav {
  right: 220px;
  transition: 0.5s;
}
body.openNav02 .sub_nav {
  display: block;
  width: 220px;
  top: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}
body nav {
  position: fixed;
  width: 270px;
  box-sizing: border-box;
  top: 0;
  right: 0;
  z-index: 0;
  box-shadow: 2px 2px 10px #efefef;
  transition: 0.5s;
  overflow: hidden;
  background: #fff;
}
body ul {
  margin-top: 50px;
}
body ul li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
}
body ul li a:hover {
  background: #999;
  color: #fff;
}
body ul li.sns {
  padding: 15px 20px;
}
body ul li.sns a {
  display: inline-block !important;
  width: 35px;
  height: 35px;
  padding: 0;
  margin-right: 15px;
}
body ul li.sns a:hover {
  margin: 1px 15px 0 0;
  background: none;
}
body ul li.sns a:last-of-type {
  cursor: default;
}
body ul li.sns a:last-of-type:hover {
  margin: 0 15px 0 0;
  opacity: 1;
}
body .wrapper {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 10;
  transition: 0.5s;
  box-shadow: 2px 2px 10px #efefef;
}
body header {
  position: relative;
  z-index: 10;
}
body header div {
  position: relative;
  width: 80%;
  margin: 0 auto;
  top: 45%;
}
body header div h1 {
  width: 66.667%;
  height: auto;
}
body header div h1 img {
  opacity: 0.4;
}
body header div a {
  background: url(../img/arrow.svg) no-repeat left top;
  padding-left: 25px;
  background-size: auto;
}
body article {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0 100px;
}
body article h2 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
body article h2 span {
  margin-left: 1em;
}
body article section {
  margin-bottom: 30px;
}
body article section:last-of-type {
  margin-bottom: 0;
}
body article section h3 {
  margin-bottom: 15px;
}
body article section section {
  margin-bottom: 10px !important;
}
body article section section:last-of-type {
  margin-bottom: 0;
}
body article section section h4 {
  display: inline;
  cursor: pointer;
}
body article section section h4:hover {
  transition: all 0.5s linear 0.1s;
  text-decoration: underline;
}
body article section section h4:hover span {
  background: #999;
  color: #fff;
  transition: all 0.5s linear 0.1s;
}
body article section section .detail {
  margin: 15px 0 100px !important;
  padding: 50px 0;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  text-align: left;
}
body article section section .detail img {
  padding-left: 7.292%;
  margin: 0 auto;
  width: 80%;
  display: block;
}
body article section section .detail h4 {
  font-size: 1.5em;
}
body article section section .detail h4:hover {
  text-decoration: none;
  cursor: default;
}
body article section section .detail h4 span {
  font-size: 0.67em;
}
body article section section .detail p {
  margin-top: 20px;
}
body article section section .detail p:first-of-type {
  font-weight: bold;
  color: black;
}
body article section section .detail .leftside {
  float: left;
  width: 46.875%;
  box-sizing: border-box;
  text-align: center;
}
body article section section .detail .leftside img {
  padding: 0;
  margin: 0 auto 50px;
}
body article section section .detail .rightside {
  float: right;
  width: 46.875%;
}
body article section section .detail .rightside .normal {
  font-weight: normal;
  color: #999;
}
body article section section .ad img {
  padding: 0;
  margin: 0 auto 50px;
}
body article section section .ad .leftside img {
  width: 60%;
}
body article section #detail15 div:first-of-type {
  float: left;
  width: 50%;
}
body article section #detail15 div:nth-of-type(2) {
  float: right;
  width: 50%;
}
body article section #detail15 div:nth-of-type(3) {
  float: left;
  width: 75%;
}
body article section #detail15 div:nth-of-type(4) {
  float: right;
  width: 25%;
}
body article section #detail15 div:nth-of-type(4) img {
  box-shadow: none !important;
}
body article section #detail28 div:first-of-type,
body article section #detail29 div:first-of-type,
body article section #detail30 div:first-of-type {
  float: left;
  width: 50%;
}
body article section #detail28 div:nth-of-type(2),
body article section #detail29 div:nth-of-type(2),
body article section #detail30 div:nth-of-type(2) {
  float: right;
  width: 50%;
}
body article section #detail28 div:nth-of-type(3),
body article section #detail29 div:nth-of-type(3),
body article section #detail30 div:nth-of-type(3) {
  clear: both;
  width: 100%;
}
body article section #detail28 div img,
body article section #detail29 div img,
body article section #detail30 div img {
  box-shadow: none;
}
body article:nth-of-type(2n-1) {
  text-align: right;
}
body article:nth-of-type(2n-1) section h3 {
  border-right: solid 5px #000;
  padding-right: 10px;
}
body article:nth-of-type(2n) {
  text-align: left;
}
body article:nth-of-type(2n) section {
  width: 66.666%;
}
body article:nth-of-type(2n) section h3 {
  font-size: 1.5em;
}
body article:nth-of-type(2n) section h3 span {
  margin-left: 1em;
}
body article:nth-of-type(2n) section:nth-of-type(2) p {
  display: inline-block;
  text-align: center;
  border: solid 1px #aaa;
  border-radius: 3px;
  padding: 1px 10px 0;
  margin: 0 3px 6px 0;
}
body article:last-of-type {
  /* フォーム */
}
body article:last-of-type #formWrap {
  width: 66.666%;
  margin-left: 33.333%;
}
body article:last-of-type #formWrap p {
  margin: 15px 0;
}
body article:last-of-type #formWrap .submitbtn {
  text-align: center;
}
body article:last-of-type table.formTable {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
body article:last-of-type table.formTable td, body article:last-of-type table.formTable th {
  padding: 15px;
}
body article:last-of-type table.formTable input[type=text] {
  width: 70%;
}
body article:last-of-type table.formTable textarea {
  width: 100%;
  height: 5em;
}
body article:last-of-type table.formTable th {
  width: 30%;
  font-weight: normal;
  background: url(../img/footer_backPattern.png) repeat left top #efefef;
}
body footer {
  text-align: center;
  height: 100px;
  padding-top: 15px;
  box-shadow: 0px 2px 10px #efefef inset;
}
body #goTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  body span.btn_sample {
    display: block;
    margin: 5px 0 0 0;
    border-radius: 5px;
    text-align: center;
  }
  body header div h1 {
    width: 100%;
    height: auto;
  }
  body article {
    width: 90%;
  }
  body article section h3 {
    border-left: solid 5px #000;
    border-right: none;
    padding: 0 0 0 10px;
    display: inline-block;
  }
  body article section section .detail img {
    padding-left: 2.083%;
    width: 100%;
  }
  body article section section .detail .leftside,
body article section section .detail .rightside {
    float: none;
    width: 100%;
  }
  body article section section .detail .leftside img,
body article section section .detail .rightside img {
    padding: 0;
    margin: 0 auto 50px;
  }
  body article section section .detail .rightside {
    margin-top: 50px;
  }
  body article section section .ad img {
    padding-left: 0;
  }
  body article:nth-of-type(2n-1) {
    text-align: left;
  }
  body article:nth-of-type(2) section {
    width: 100%;
  }
  body article:nth-of-type(2) section h3 span {
    display: block;
    margin-left: 0;
  }
  body article:last-of-type {
    /* フォーム */
  }
  body article:last-of-type #formWrap {
    width: 100%;
    margin-left: 0;
  }
  body article:last-of-type table.formTable {
    border-collapse: collapse;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  body article:last-of-type table.formTable td, body article:last-of-type table.formTable th {
    padding: 15px;
  }
  body article:last-of-type table.formTable textarea {
    width: 100%;
    height: 5em;
  }
  body article:last-of-type table.formTable th {
    width: 30%;
    font-weight: normal;
    background: url(../img/footer_backPattern.png) repeat left top #efefef;
  }
  body footer {
    text-align: center;
    height: 100px;
    padding-top: 15px;
    box-shadow: 0px 2px 10px #efefef inset;
  }
}/*# sourceMappingURL=style.css.map */