@charset "Shift_JIS";

/**
 * crm.css
 * updatedAt: 2018.07.05
 */

/*========================================

  .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 > .cr-inner {
  width: auto;
}
.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-arrow:before {
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #616466;
  content: '';
}
.cr-text {
  margin: 0 auto;
  font-size: 1.0rem !important;
  line-height: 2.0 !important;
  color: #616466 !important;
}

@media(max-width:640px) {
  .cr-wrapper,
  .cr-inner {
    width: 100%;
  }
}




/*========================================

  .cr-share

========================================*/
.cr-share {
  text-align: right;
  font-size: 0;
}
.cr-share__top {
  margin-top: 20px;
}
.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: 40px;
  }
  .cr-share__txt {
    display: none;
  }
  .cr-share__txt + .cr-share__item {
    margin-left: 0;
  }
}



.sf-wrapper h3 {
    margin: 1em 0;
}


@media screen and (max-width: 767px) {
.sf-contentBottom__tags {
    padding-right: 0px;
    text-align: center;
	margin-bottom:30px;
}
}

@media screen and (max-width: 767px) and (min-width: 641px) {
.size4 {
	    width: 25%;
}
.sf-grid {
	    float: left;
}
.sf-recommend-item__image {
	float: none;
    width: auto;
    box-sizing: border-box;
	padding-right: 0px;
}
.sf-recommend-item__data {
    float: none;
    width: auto;
    min-height: 130px;	
}

}