@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic";
  line-height: 1.5;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  background: #fff; }

/*M PLUS 1p*/
a {
  color: #333;
  text-decoration: none;
  transition-duration: 0.3s; }

a:hover {
  transition-duration: 0.3s; }

.inner {
  width: 90rem;
  margin: 0 auto; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  z-index: 100; }

#page-top a {
  display: block;
  background: url("https://campaign-sy.iqform.jp/clients/campaign-sy/files/2024/uparrow.png") no-repeat left top;
  width: 52px;
  height: 52px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 52px 52px; }

#page-top a:hover {
  opacity: 0.7; }

header {
  }
  header dl {
    width: 900px;
    margin: 0 auto 50px auto; }
  header p {
    background: #fff;
    text-align: center; }
    header p img {
      width: 900px; }

h2 {
  color: #fff;
  background: #e50012;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  width: 900px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0; }

header {
  width: 100%;
  margin: 0 auto 30px auto; }

main {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
  main .warp {
    background: #fff;
    padding: 10px 40px;
    border: 3px solid #e50012;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 3rem; }