@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#credit {
  margin-bottom: 80px;
}
#credit .title {
  font-size: 25rem;
  color: #1b82b7;
  font-weight: 700;
  line-height: 1.6;
  margin: 50px 0 0 0;
}
#credit .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  display: inline-block;
}
#credit .flex .flex_list {
  padding: 45px;
  border: 1px solid #cccccc;
  border-radius: 30px;
}
#credit .flex .flex_list strong {
  font-size: 18rem;
  font-weight: 700;
  color: #1b82b7;
  background: none;
}
#credit .flex .flex_list img {
  margin-top: 20px;
}
#credit .flex .w60 {
  width: 100%;
  max-width: 600px;
}
#credit .flex .w40 {
  width: 40%;
  max-width: 370px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #credit {
    margin-bottom: 40px;
  }
  #credit .title {
    font-size: 16rem;
    margin: 30px 0 0 0;
  }
  #credit .flex {
    margin-top: 30px;
    display: block;
  }
  #credit .flex .flex_list {
    padding: 30px;
    border-radius: 15px;
  }
  #credit .flex .flex_list strong {
    font-size: 16rem;
  }
  #credit .flex .flex_list img {
    height: 29px;
  }
  #credit .flex .w60 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  #credit .flex .w40 {
    width: 100%;
    max-width: none;
  }
}
