﻿
/* CSS Document */
/* Share Style ----------------------------------------------------------- */
@import url(notosansjp.css);
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  color: #333;
  background-color: #06c755;
}
html {
  overflow-y: scroll;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* Link Color ----------------------------------------------------------- */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #06c755;
}
a:visited {
  color: #06c755;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #666;
}
.btn11 {
	position: fixed;
    bottom: 5%;
    right: 0px;

    text-align: center;
    z-index: 100;
    background: rgba(171, 66, 66, 0) none repeat scroll 0% 0%;
    margin: 0px;
  }
.headerpc01 {
  text-align: center;
  margin: 24px auto 0;
  padding-left: 10px;
  padding-right: 10px;
}
.headersp01 {
  display: none;
}
@media (max-width:572px) {
  .headerpc01 {
    display: none;
  }
  .headersp01 {
    display: inherit;
    margin: 0;
  }
}
.contents01 {
  text-align: center;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contents_sp01 {
  display: none;
}
@media (max-width:592px) {
  .contents01 {
    display: none;
  }
  .contents_sp01 {
    display: inherit;
    margin: 0 0 30px;
  }
}
.contents02 {
  text-align: center;
  margin: 36px auto 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.contents03 {
  max-width: 1030px;
  text-align: center;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width:572px) {
  .contents03 {
    display: block;
  }
}
.contents04 {
  background-color: #fff33f;
  width: 100%;
  margin: 0;
  padding-bottom: 40px;
}
.contents05 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
.contents_sp05 {
  display: none;
}
@media (max-width:572px) {
  .contents05 {
    display: none;
  }
  .contents_sp05 {
    display: inherit;
    text-align: center;
    margin: 0 16px 10px;
    padding-top: 20px;
  }
}
.contents06 {
  max-width: 920px;
  text-align: center;
  margin: 0 auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width:572px) {
  .contents06 {
    display: block;
    margin: 0 auto;
  }
}
.contents07 {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 36px;
}
.contents08 {
  max-width: 1050px;
  text-align: center;
  margin: 0 auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width:572px) {
  .contents07 {
    margin-bottom: 16px;
    padding-top: 0;
  }
  .contents08 {
    display: block;
  }
}
.contents09 {
  text-align: center;
  margin: 70px auto 32px;
  padding-left: 10px;
  padding-right: 10px;
}
.contents_sp09 {
  display: none;
}
@media (max-width:572px) {
  .contents09 {
    display: none;
  }
  .contents_sp09 {
    display: inherit;
    text-align: center;
    margin: 0 16px 10px;
    padding-top: 20px;
  }
}
.footer01 {
  background-color: #fff;
  width: 100%;
  margin: 0;
}
.footer02 {
  color: #06c755;
  width: 400px;
  text-align: center;
  margin: 0 auto 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  padding-top: 12px;
}
@media (max-width:380px) {
  .footer02 {
    display: block;
	  width: 100%;
  }
}
.footer03 {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 12px;
}