@charset "Shift_JIS";

/**
 * crm.css
 * updatedAt: 2020.01.14
 */

/*========================================

  font

========================================*/
.c5-mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

/*========================================

  .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-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;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 633px;
  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: 633px;
  height: 52.75vw;
  width: 100%;
}
.c5-cr-mainvisual__title {
  margin: 0 0 0 50.5%;
  padding-top: 8%;
  width: 39%;
}
.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: 1015px;
	  height: 135.3vw;
	background-image: url(../img/mainvisual@2x_sp.jpg);
}
  .c5-cr-mainvisual__inner {
	  max-height: 1015px;
	  height: 135.3vw;
}
  .c5-cr-mainvisual__title {
    margin: 0 0 0 11%;
    padding-top: 74%;
	width: 81.8%;
  }
}