@charset "UTF-8";
/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
.container img, .container a {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  background: #fef1bd;
}
.container a {
  transition: all 0.3s ease;
}
.container a:hover {
  opacity: 0.8;
}
.container .in_wrap {
  width: 1200px;
  margin: 0 auto;
}
.container .in_wrap .kanko {
  width: 602px;
  margin: 0 auto;
  padding: 50px 0px 100px;
}

.read h2 {
  position: relative;
}
.read h2 a {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 638px;
}

.cts_wrap {
  background: url("../images/bg-cts.png") repeat-y center top;
}
.cts_wrap h2 {
  width: 374px;
  margin: 0 auto;
  padding: 30px 0;
}
.cts_wrap .pb50 {
  padding-bottom: 50px;
}
.cts_wrap article {
  width: 990px;
  margin: 0 auto;
}
.cts_wrap article h3 {
  margin-bottom: 30px;
}
.cts_wrap article ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cts_wrap article ul li {
  width: 228px;
}
.cts_wrap article ul::before {
  content: "";
  display: block;
  width: 228px;
  order: 1;
}
.cts_wrap article ul::after {
  content: "";
  display: block;
  width: 228px;
}
.cts_wrap article ul.mb50 {
  margin-bottom: 50px;
}

#page-top {
  display: none;
}

.page-top {
  margin: 0;
  padding: 0;
  z-index: 999;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}

.move-page-top {
  display: block;
  background: #ff4d00;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}

.move-page-top:hover {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
