@charset "UTF-8";
.cf {
  zoom: 1;
  /* for ie */ }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

body {
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  min-width: 980px;
  background: url(../img/bg.jpg) fixed center no-repeat; }

#head {
  background: #fff; }

img {
  max-width: 100%; }

#first {
  line-height: 1.7;
  margin-bottom: 100px; }
  #first h2 {
    border: solid #FF6699;
    border-width: 3px 0;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: normal;
    text-align: center; }
  #first ol {
    counter-reset: li;
    list-style: none;
    padding-left: 0; }
    #first ol li {
      font-size: 28px;
      position: relative;
      margin-bottom: .5em;
      padding-left: 2.5em; }
    #first ol li:before {
      content: counter(li) "";
      counter-increment: li;
      position: absolute;
      left: 0;
      width: 1.8em;
      height: 1.8em;
      background: #FF6699;
      border-radius: 50px;
      color: #fff;
      line-height: 1.8;
      text-align: center; }
    #first ol span {
      background: url(../img/line.png) no-repeat left bottom; }
  #first .section {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 50px; }
  #first .in {
    overflow: hidden; }

#top {
  width: 980px;
  margin: 20px auto 0; }

#case .in {
  font-size: 32px;
  line-height: 1.5;
  overflow: hidden; }
#case .left {
  float: left;
  width: 370px;
  margin-right: 20px; }
#case .right {
  float: left;
  width: 590px; }
#case ul li {
  background: url(../img/check.png) no-repeat left center;
  padding-left: 52px;
  margin-bottom: 20px;
  font-size: 32px; }
  #case ul li span {
    background: url(../img/line.png) no-repeat left bottom; }

#sales .in .sales-list > li {
  overflow: hidden;
  margin-bottom: 50px; }
  #sales .in .sales-list > li h3 {
    clear: both;
    margin-bottom: 30px; }
  #sales .in .sales-list > li ol {
    float: left;
    width: 700px; }
    #sales .in .sales-list > li ol li {
      font-size: 32px; }
  #sales .in .sales-list > li .pic {
    float: right;
    width: 280px; }
#sales .in .notice {
  margin-top: 30px;
  border: 3px solid #FF6699; }
  #sales .in .notice .title {
    font-size: 32px;
    text-align: center;
    background: #FF6699;
    color: #fff;
    padding: 15px 30px; }
  #sales .in .notice .in {
    font-size: 20px;
    padding: 30px;
    background: #fff; }

.pic-list li {
  background: #fff;
  margin-bottom: 20px;
  position: relative; }
  .pic-list li h4 {
    font-size: 24px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    text-shadow: 1px 1px 0 #fff;
    bottom: 60px;
    width: 100%;
    background: url(../img/option_text.png) bottom repeat-x; }
  .pic-list li .pic {
    overflow: hidden; }
    .pic-list li .pic img {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
  .pic-list li .text {
    display: none;
    height: 50px;
    padding: 10px 20px;
    position: absolute;
    bottom: 50px;
    background: url(../img/option_text.png) bottom repeat-x; }

.col4 {
  overflow: hidden;
  margin-right: -10px; }
  .col4 li {
    float: left;
    width: 237.5px;
    margin-right: 10px; }

.card-list {
  overflow: hidden;
  margin-right: -20px; }
  .card-list li {
    width: 253px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 20px 0 20px 60px;
    background: url(../img/star.png) no-repeat 15px center #fff;
    background-size: 32px;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
    .card-list li:nth-child(odd) {
      background: url(../img/star.png) no-repeat 15px center #FFFFEE;
      background-size: 32px; }
    .card-list li span {
      font-size: 24px;
      font-weight: bold;
      color: #ff0000; }

#contact .contact {
  font-size: 28px; }
  #contact .contact .tel a {
    font-size: 60px !important; }

.submit a {
  margin: 30px 0;
  background: url(http://www.companion-enkai.com/img/btn/submit.jpg) repeat-x top #FF0066;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #FF0066;
  box-shadow: 1px 1px 2px #666;
  display: block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.fixed-btn {
  position: fixed;
  bottom: 0;
  width: 100%; }
  .fixed-btn a {
    background: url(http://www.companion-enkai.com/img/btn/submit.jpg) repeat-x top #FF0066;
    color: #fff;
    display: block;
    font-size: 32px;
    width: 100% !important;
    padding: 40px 0;
    text-align: center; }

.nagare {
  margin-right: -20px;
  overflow: hidden; }
  .nagare > li {
    position: relative;
    width: 180px;
    float: left;
    margin-right: 20px;
    background: #fff; }
    .nagare > li .arrow {
      position: absolute;
      top: 120px;
      right: -40px;
      z-index: 50000; }
    .nagare > li h3 {
      background: #FF6699;
      color: #fff;
      font-size: 18px;
      padding: 10px 0;
      text-align: center;
      font-weight: normal; }
    .nagare > li .pic {
      text-align: center;
      padding: 20px 0 0; }
      .nagare > li .pic img {
        width: auto; }
    .nagare > li .check {
      padding: 20px; }
      .nagare > li .check li {
        position: relative;
        margin-left: 1em;
        font-size: 14px; }
        .nagare > li .check li::after {
          display: block;
          content: '';
          position: absolute;
          top: .5em;
          left: -1em;
          width: 8px;
          height: 3px;
          border-left: 2px solid #3498db;
          border-bottom: 2px solid #3498db;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/*# sourceMappingURL=screen.css.map */
