@charset "Shift_JIS";

/**
 * crm.css
 * updatedAt: 2018.01.11
 */

/*========================================

  common

========================================*/
a.hover {
  display: inline-block;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.8;
}

.b96 { display: none; }
.b64 { display: none; }
.b48 { display: none; }
.nb96 { display: block; }

@media(max-width:960px) {
  html { font-size: 93.8%; }
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:767px) {
  .b76 { display: block; }
  .nb76 { display: none; }
  img.b76 { display: inline; }
}
@media(max-width:640px) {
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}


/*========================================

  .cr-

========================================*/
.cr-article {
  overflow: hidden;
}
.cr-article * {
  box-sizing: border-box;
}
.cr-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.cr-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 922px;
  width: 93.75%;
}
.cr-wrapper:after,
.cr-inner:after,
.cr-clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.cr-imgbox {
  line-height: 0;
}
.cr-imgbox img {
  width: 100%;
  height: auto;
}
.cr-text {
  font-size: 1.0rem !important;
  line-height: 2.0 !important;
  color: #616466 !important;
}

@media(max-width:640px) {
  .cr-wrapper,
  .cr-inner {
    width: 90.625%;
  }
}


/*========================================

  .cr-mainvisual

========================================*/
.cr-mainvisual {
  position: relative;
  max-height: 560px;
}
.cr-mainvisual__img {
  margin: 0 auto;
  max-width: 1200px;
  max-height: 560px;
  height: 46.667vw;
  line-height: 0;
}
.cr-mainvisual__img img {
  width: 100%;
  height: auto;
}


/*========================================

  .cr-share

========================================*/
.cr-share {
  float: right;
  text-align: right;
  font-size: 0;
}
.cr-share__top {
  margin-top: 28px;
}
.cr-share__bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cr-share__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 24px;
}
.cr-share__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
.cr-share__item--twitter {
  background-image: url(../img/share_twitter.svg);
}
.cr-share__item--facebook {
  background-image: url(../img/share_facebook.svg);
}
.cr-share__item--pinterest {
  background-image: url(../img/share_pinterest.svg);
}

@media(max-width:640px) {
  .cr-share {
    text-align: center;
  }
  .cr-share__top {
    margin-top: 20px;
  }
  .cr-share__txt {
    display: none;
  }
  .cr-share__txt + .cr-share__item {
    margin-left: 0;
  }
}


/*========================================

  .app-feature

========================================*/
.app-feature {
  margin-right: auto;
  margin-left: auto;
  max-width: 922px;
}
.app-feature .c5-hr-glay {
  margin-top: 35px !important;
  width: 93.75% !important;
}
.app-feature p,
.app-feature a {
  color: #565858 !important;
}