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

制作コンテンツ

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

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

.container a {
  transition: all 0.3s ease;
}

.container a:hover {
  opacity: 0.7;
}

header {
  background: url("../images/top-bg-dotto_03.gif") repeat;
  border-bottom: 10px solid #97c4e1;
  margin-bottom: 40px;
}
header .inner {
  height: 860px;
  background: url("../images/top-inner-bg.png") no-repeat center top;
}
header .inner h1 {
  width: 900px;
  margin: 0 auto 20px;
}
header .inner .top_link_btn {
  width: 607px;
  margin: 0 auto;
  background: url("../images/top-link-btn-bg.png") no-repeat center top;
}

section {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
  padding-bottom: 0px;
}
section h3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 481px;
}
section .left, section .right {
  width: 475px;
}
section .left ul, section .right ul {
  width: 100%;
}
section .left ul li, section .right ul li {
  margin-bottom: 30px;
}
section .left {
  padding-top: 40px;
}
section .left .marui {
  position: relative;
}
section .left .marui .fukidasi {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 92px;
  height: 90px;
}
section .left .shodo {
  position: relative;
}
section .left .shodo .fukidasi {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 92px;
  height: 90px;
}
section .right {
  padding-top: 205px;
}
section .right .sunny {
  position: relative;
}
section .right .sunny .fukidasi {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 92px;
  height: 90px;
}

.chu_txt {
  margin-bottom: 35px;
  font-size: 10px;
  text-align: center;
}

.myfooter {
  padding: 75px 0;
  background-color: #ed96ac;
}
.myfooter .wrap {
  width: 990px;
  margin: 0 auto;
}
.myfooter .wrap .f_link_01 {
  width: 600px;
  margin: 0 auto 25px;
  background: url("../images/f-link-bnr-bg-01.png") no-repeat center top;
}
.myfooter .wrap .link_wrap {
  display: flex;
  justify-content: space-between;
  width: 918px;
  margin: 0 auto;
}
.myfooter .wrap .link_wrap .f_link_02 {
  width: 440px;
  background: url("../images/f-link-bnr-bg-02.png") no-repeat center top;
}
.myfooter .wrap .link_wrap .f_link_03 {
  width: 440px;
  background: url("../images/f-link-bnr-bg-03.png") no-repeat center top;
}

#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 */
