@charset "UTF-8";

/* 画像サイズ */
.service-img{
  max-width: 994px;
  margin: 10px auto;
}

img{
  width: 100%;
}

/* 応募ボタン */
.button{
  display: flex;
  justify-content: center;
  align-items: center;
}

.button__dsc{
  text-decoration: none;
  background-color: #ed1c24;
  color: white;
  text-align: center;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 5px 0 0 #B1221A;
  width: 1054px;
  margin: 15px 0 20px;
  padding: 5px 10px;
}

/* GO!の部分 */
span{
  font-size: 35px;
  padding-left: 5px;
}

/* 応募ボタンホバー時 */
.button__dsc:hover{
  background-color: #ed1c24;
  color: white;
  margin-top: 20px;
  box-shadow: none;
}
