@charset "UTF-8";
/* =====
 * /lineup レイアウト
============================================================================= */
/* -----
 * PageTitle
----------------------------------------------------------------------------- */
#PageTitle .inner h2 {
  margin-bottom: 10px;
}

#PageTitle .inner h2 img {
  width: 73px;
}

/* -----
 * ContactCont
----------------------------------------------------------------------------- */
#ContactCont {
  margin: 70px auto 0;
  width: 780px;
}

#ContactCont .comment {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #5d5958;
}

#ContactCont .content {
  display: table;
  width: 100%;
  margin-top: 80px;
}

#ContactCont .content .title {
  display: table-cell;
  vertical-align: top;
  width: 380px;
  font-size: 13px;
  color: #cfa57d;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent url(../images/contact/icon-rabit.png) 0 0.3em no-repeat;
  padding-left: 33px;
}

#ContactCont .content .banners {
  display: table-cell;
  vertical-align: top;
}

#ContactCont .content .banners .banner {
  border: 1px solid #eee6d5;
  margin-top: 20px;
}

#ContactCont .content .banners .banner:first-child {
  margin-top: 0;
}

#ContactCont .content .banners .banner a {
  display: block;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #464646;
  font-weight: bold;
}

#ContactCont .content .banners .banner a span {
  display: block;
}

#ContactCont .content .banners .banner a span.val {
  color: #cfa57d;
  font-size: 20px;
  margin-top: 10px;
}

#ContactCont .content .banners .banner.mail {
  -webkit-box-shadow: #e8e1d3 5px 5px 0;
          box-shadow: #e8e1d3 5px 5px 0;
  background: transparent url(../images/contact/icon-arrow.png) 100% 50% no-repeat;
  transition: opacity 0.1s linear 0s;
  -moz-transition: opacity 0.1s linear 0s;
  -webkit-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  -ms-transition: opacity 0.1s linear 0s;
}

#ContactCont .content .banners .banner.mail:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#ContactCont .content .banners .banner.mail .val {
  margin-top: 5px;
  font-size: 19px;
}

/* -----
 * PrivacyCont
----------------------------------------------------------------------------- */
#PrivacyCont {
  margin: 80px auto 150px;
  width: 780px;
}

#PrivacyCont .title {
  position: relative;
  line-height: 1;
  padding: 0;
  margin: 0;
}

#PrivacyCont .title .str {
  display: inline-block;
  background-color: #fff;
  padding-right: 1em;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}

#PrivacyCont .title .str img {
  display: block;
  vertical-align: bottom;
}

#PrivacyCont .title:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
  position: absolute;
  top: 50%;
}

#PrivacyCont .content {
  margin-top: 70px;
  line-height: 1.75;
  color: #5d5958;
}

#PrivacyCont .content h3 {
  margin-bottom: 2.5em;
  font-size: 17px;
  text-align: center;
}

#PrivacyCont .content h4, #PrivacyCont .content h5, #PrivacyCont .content h6, #PrivacyCont .content p, #PrivacyCont .content ol, #PrivacyCont .content ul {
  margin: 0.5em 0;
}

#PrivacyCont .content h4:first-child, #PrivacyCont .content h5:first-child, #PrivacyCont .content h6:first-child, #PrivacyCont .content p:first-child, #PrivacyCont .content ol:first-child, #PrivacyCont .content ul:first-child {
  margin-top: 0;
}

#PrivacyCont .content .set {
  margin-top: 2em;
  font-size: 12px;
}

#PrivacyCont .content .set h4 {
  font-size: 16px;
}

#PrivacyCont .content .set h5 {
  font-size: 14px;
}

#PrivacyCont .content .set h6 {
  font-size: 12px;
}

#PrivacyCont .content .set ol {
  list-style: none;
  padding: 0;
}

#PrivacyCont .content .set ol li {
  padding-left: 2em;
  text-indent: -2em;
}

#PrivacyCont .content .set ul {
  list-style: none;
  padding: 0;
}

#PrivacyCont .content .set ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#PrivacyCont .content .set.address {
  border-top: 1px solid #f7f7f7;
  padding-top: 3em;
  margin-top: 3em;
}

#PrivacyCont .content .set.address h4 {
  font-size: 15px;
}

#PrivacyCont .content .set.address table th {
  text-align: left;
  font-weight: bold;
  padding-right: 1em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageTitle
  ----------------------------------------------------------------------------- */
  #PageTitle .inner h2 img {
    width: 65px;
  }
  /* -----
   * ContactCont
  ----------------------------------------------------------------------------- */
  #ContactCont {
    margin: 50px auto 0;
    padding: 0 30px;
    width: auto;
  }
  #ContactCont .comment {
    text-align: left;
    font-size: 15px;
  }
  #ContactCont .content {
    display: block;
    margin-top: 35px;
  }
  #ContactCont .content .title {
    display: block;
    width: auto;
    font-size: 12px;
    background-image: url(../images/contact/icon-rabit-sp.png);
    -webkit-background-size: 20px 31px;
            background-size: 20px 31px;
    padding-left: 30px;
  }
  #ContactCont .content .banners {
    display: block;
    margin-top: 20px;
  }
  #ContactCont .content .banners .banner {
    margin-top: 18px;
    -webkit-box-shadow: #e8e1d3 3px 3px 0;
            box-shadow: #e8e1d3 3px 3px 0;
    background: transparent url(../images/contact/icon-arrow-sp.png) 100% 50% no-repeat;
    -webkit-background-size: 24px 17px;
            background-size: 24px 17px;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #ContactCont .content .banners .banner a {
    padding: 18px 0;
  }
  #ContactCont .content .banners .banner a span.val {
    color: inherit;
    font-size: 12px !important;
    margin-top: 10px !important;
  }
  /* -----
   * PrivacyCont
  ----------------------------------------------------------------------------- */
  #PrivacyCont {
    margin: 75px auto 70px;
    padding: 0 30px;
    width: auto;
  }
  #PrivacyCont .title .str {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    width: 76px;
    height: 13px;
    background-image: url(../images/contact/privacy-title-sp.png);
  }
  #PrivacyCont .title .str img {
    display: none;
  }
  #PrivacyCont .content {
    margin-top: 30px;
    font-size: 13px;
  }
  #PrivacyCont .content h3 {
    margin-bottom: 1.5em;
    font-size: 16px;
  }
  #PrivacyCont .content .set h4 {
    font-size: 15px;
  }
  #PrivacyCont .content .set h5 {
    font-size: 13px;
  }
  #PrivacyCont .content .set h6 {
    font-size: 12px;
  }
  #PrivacyCont .content .set.address {
    padding-top: 1.5em;
    margin-top: 2em;
  }
  #PrivacyCont .content .set.address h4, #PrivacyCont .content .set.address h5 {
    font-size: 12px;
  }
  #PrivacyCont .content .set.address table th {
    text-align: left;
    font-weight: bold;
    padding-right: 1em;
  }
}
