@charset "Shift_JIS";

/**
 * crm.css
 * updatedAt: 2020.07.22
 */

/*========================================

  .c5-cr-

========================================*/
.c5-pdr-15 {
    padding-right: 15px!important;
}
.c5-pdr-15 img{
    margin-right: 0px !important;
}
.c5-pdl-15 {
    padding-left: 15px!important;
}
.c5-wide-100{
    width: 150px!important;
}
.c5-wide-100 img{
    margin-right: 0px !important;
}
.c5-cr-article {
  overflow: hidden;
}
.c5-cr-article * {
  box-sizing: border-box;
}
.c5-cr-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 922px;
  width: 93.75%;
}
.c5-cr-inner:after {
  clear: both;
  display: block;
  content: '';
}
.c5-cr-imgbox {
  line-height: 0;
}
.c5-cr-imgbox img {
  width: 100%;
  height: auto;
}
.c5-cr-text {
  font-size: 1.18rem !important;
  line-height: 2.1875rem !important;
  color: #000 !important;
}

.c5-ui-list {
	padding: 21px 0;
	overflow: hidden;
	position: relative;
	line-height: 2rem!important;
}
.c5-ui-list::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
  background:linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1) 72%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size:11px 1px;
  width: 100%;
  height: 1px;
}
.c5-ui-title {
	font-weight: 900 !important;
	font-size: 1.3rem !important;
	padding-bottom: 5px;
	padding-left: 40px;
}
@media(max-width:640px) {
	.c5-ui-list {
		line-height: 1.6rem!important;
	}
	.c5-ui-title {
		font-size: 1.2rem !important;
		padding-left: 30px;
	}
}
.c5-no1 {
	background: url("../img/no-icon01.jpg") no-repeat;
	background-size: 30px;	
}
.c5-no2 {
	background: url("../img/no-icon02.jpg") no-repeat;
	background-size: 30px;	
}
.c5-no3 {
	background: url("../img/no-icon03.jpg") no-repeat;
	background-size: 30px;	
}
.c5-no4 {
	background: url("../img/no-icon04.jpg") no-repeat;
	background-size: 30px;	
}
@media(max-width:640px) {
	.c5-no1,
	.c5-no2,
	.c5-no3,
	.c5-no4 {
		background-size: 23px;
		background-position: 0 3px;
	}
}
.c5-bold {
  font-weight: 900 !important;
}
.c5-big {
  font-size: 1.2rem !important;
}

@media(max-width:640px) {
.c5-cr-inner {
	width: 90.625%;
}
}
@media(max-width:500px) {
.c5-cr-text {
  font-size: 1.05rem !important;
  line-height: 2.03rem !important;
  color: #000 !important;
}
}


/*========================================

  .c5-cr-mainvisual

========================================*/
.c5-cr-mainvisual {
  overflow: hidden;
  position: relative;
}
.c5-cr-mainvisual__img {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 630px;
  height: 52.75vw;
  background-image: url(../img/mainvisual@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c5-cr-mainvisual__inner {
  position: relative;
  z-index: 1;
  max-height: 630px;
  height: 52.75vw;
  width: 100%;
}
.c5-cr-mainvisual__title {
  margin: 0 0 0 11%;
  padding-top: 15%;
  width: 38%;
}
.c5-cr-mod__img {
  line-height: 0;
}
.c5-cr-mod__img img {
  width: 100%;
  height: auto;
}
.c5-cr-mod__wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}

@media(max-width: 640px) {
  .c5-cr-mainvisual__img {
	  max-height: 510px;
	  height: 56vw;
}
  .c5-cr-mainvisual__inner {
	  max-height: 510px;
	  height: 56vw;
}
  .c5-cr-mainvisual__title {
    margin: 0 0 0 2%;
    padding-top: 18%;
	width: 48%;
  }
}