.c5-bg__gray{
	background: #f3f4f6;
  padding: 20px 20px 20px 20px;
}

.c5-border--leftW{
  border-left: solid #fff 10px;
}
@media screen and (max-width: 850px) {
  .c5-border--leftW{
    border-left: none;
  }
}

.c5-border--rightW{
  border-right: solid #fff 10px;
}
@media screen and (max-width: 850px) {
  .c5-border--rightW{
    border-right: none;
  }
}



.c5-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c5-row ul {
    margin: 0;
    padding: 0; }
    .c5-row ul li {
      list-style: none; }

.c5-row a img {
  color: inherit;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  display: inline-block;
  max-width: 100%;
  width: inherit;
  height: auto; }
  .c5-row a img img {
    -webkit-transition: opacity .2s;
            transition: opacity .2s; }
  .c5-row a img:hover {
    text-decoration: none;
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
    -webkit-transition: opacity 0;
            transition: opacity 0;
    text-decoration: none; }
    .c5-row a img:hover img {
      -ms-filter: "alpha(opacity=62.5)";
      opacity: 0.625;
      -webkit-transition: opacity 0;
              transition: opacity 0; }

@media screen and (max-width: 850px) {
  .c5-row img {
    height: auto !important;
    width: 100% !important; } }
.c5-row__col1 {
  width: 100%;
  display: table-cell; }
  @media screen and (max-width: 850px) {
    .c5-row__col1 {
      margin-bottom: 20px; } }

.c5-row__col2 {
  width: 50%;
  display: table-cell; }
  @media screen and (max-width: 850px) {
    .c5-row__col2 {
      display: block;
      width: auto;
      margin-bottom: 20px; } }

.c5-row__col3 {
  width: 33.333%;
  display: table-cell; }
  @media screen and (max-width: 850px) {
    .c5-row__col3 {
      display: block;
      width: auto;
      margin-bottom: 20px; } }

.c5-row__col4 {
  width: 25%;
  display: table-cell; }
  @media screen and (max-width: 850px) {
    .c5-row__col4 {
      display: block;
      width: auto;
      margin-bottom: 20px; } }





@media screen and (max-width: 640px) {
  .c5-MQ--ml0{
    margin-left: 0 !important;
  }
}



.c5_sp{
  display: none;
}
@media screen and (max-width: 640px) {
  .c5_sp{
    display: block;
  }
}


.c5_pc{
  display: block;
}
@media screen and (max-width: 640px) {
  .c5_pc{
    display: none;
  }
}

.c5_icon_position{
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
}




