@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001s;
    transition-duration: 0.001s;
  }
}

body {
  margin: 0;
  /* ページの端の周りの小さなスペースを削除。 */
  font-family: "M PLUS Rounded 1c";
}

p {
  line-height: 1.5;
  margin: 0;
}

a {
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
}

ul {
  list-style: none;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

ul,
li,
figcaption,
figure {
  padding: 0;
  margin: 0;
}

#coop_circle .main {
  padding: 70px 15px 60px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #coop_circle .main {
    padding-top: 30px;
  }
}

#coop_circle h1 {
  margin: 10px 0 0;
  background-color: #FFF;
}

#coop_circle .section {
  margin-bottom: 90px;
}

@media screen and (max-width: 600px) {
  #coop_circle .section {
    margin-bottom: 60px;
  }
}

#coop_circle .section:last-child {
  margin-bottom: 0;
}

#coop_circle .section .imgWrap {
  margin-bottom: 20px;
}

#coop_circle .btn-apply {
  width: 100%;
  max-width: 560px;
  display: inline-block;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background: #22ad38;
  box-shadow: 0 7px 0 #198029;
  color: #fff;
  border-radius: 5px;
}

#coop_circle .btn-apply:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  #coop_circle .btn-apply {
    padding: 13px 20px;
    font-size: 16px;
  }
}

/* footer フッター */
#coop_circle footer {
  background: #FFF;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #coop_circle footer {
    font-size: 12.8px;
  }
}