@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*全体
---------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.4pt;
  word-break: break-all;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: hidden;
  text-align: center; }

img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  color: #333;
  text-decoration: none; }
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

p {
  text-align: left;
  padding: 5px 0 0;
  margin: 0; }

/*--------flexBox--------*/
.flexBox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around; }

/*--------header--------*/
header {
  margin: 0 auto; }
header a {
  display: block; }

#pageTop {
  position: fixed;
  z-index: 9999; }
#pageTop a {
  color: #fff;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  background: #375e55;
  font-weight: bold;
  text-align: center; }

/*--------menu--------*/
#nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }
#nav a {
  padding: 0;
  color: #fff;
  background-color: #666;
  font-size: 16px; }

/*--------section--------*/
section #main p {
  padding: 40px 0;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center; }
section .line {
  border-bottom: 1px dotted #c3cecc;
  padding: 0;
  margin: 0 5%; }
section h2 {
  font-family: 'Century Gothic', 'Roboto', sans-serif;
  font-weight: bold;
  color: #375e55;
  text-align: center;
  margin: 40px auto 20px; }
section h2 span {
  display: block; }
section ul {
  background-color: #dbe2e0;
  padding: 20px 10px 0;
  margin: 0 0 40px; }
section li {
  font-family: 'Century Gothic', 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 20px; }
section li div {
  padding: 0 10px; }
section li img {
  border: 1px solid #ccc;
  box-sizing: border-box; }
section li h3 {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0; }
section #interview img {
  border: 1px solid #ccc;
  box-sizing: border-box; }
section #interview p {
  padding: 10px 0 40px; }
section #interview p span {
  display: block;
  font-weight: bold;
  color: #375e55; }
section #nylon h3 {
  color: #375e55; }
section #nylon p {
  padding: 0; }
section .price h3 {
  display: inline-block; }
section .topLink {
  text-align: right;
  display: block;
  text-decoration: underline; }

/*--------btn--------*/
.btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 1.5em;
  text-decoration: none;
  color: #fff;
  background: #375e55;
  border-radius: 5px;
  margin: 5px 0; }

/*--------footer--------*/
footer {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  background: #eeebe9; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)"; }

  /*--------flexBox--------*/
  /*--------header--------*/
  header {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 0; }
  header a {
    width: 12.5%; }

  #pageTop {
    bottom: 20px;
    right: 5px; }
  #pageTop a {
    padding: 8px 0 0 8px;
    width: 40px;
    height: 40px; }
  #pageTop i.fa {
    padding-right: 7px; }

  /*--------menu--------*/
  #nav li {
    margin: 0;
    padding: 10px 0; }

  /*--------section--------*/
  section {
    max-width: 1040px;
    margin: 0 auto; }
  section #main h1 .sp {
    display: none; }
  section h2 {
    font-size: 30px;
    background-size: 15px; }
  section h2 span {
    font-size: 20px; }
  section li {
    width: 33.3%;
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3); }
  section #interview div {
    width: 75%;
    margin: 0 auto; }
  section #lineup {
    margin: 0 5%; }

  /*--------btn--------*/
  /*--------footer--------*/ }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)"; }

  /*--------flexBox--------*/
  /*--------header--------*/
  header {
    width: 90%;
    padding: 15px 0; }
  header a {
    width: 25%; }

  #pageTop {
    bottom: 10px;
    right: 10px; }
  #pageTop a {
    width: 35px;
    height: 35px;
    padding: 3px 0 0 3px; }
  #pageTop i.fa {
    padding-top: 0.2px; }

  /*--------menu--------*/
  /*--------section--------*/
  section #main {
    width: 90%;
    margin: 0 auto; }
  section #main h1 .pc {
    display: none; }
  section h2 {
    font-size: 18px;
    background-size: 10px; }
  section h2 span {
    font-size: 14px; }
  section h2 br {
    display: none; }
  section li {
    width: 100%; }
  section #interview div {
    width: 100%;
    margin: 0 auto; }
  section #lineup {
    width: 90%;
    margin: 0 auto; }
  section .topLink {
    margin-right: 5%; }

  /*--------btn--------*/
  /*--------footer--------*/ }
body {
  font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1, h2, h3 {
  font-family: 'Century Gothic', 'Roboto', Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
