#is-wrapper {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.8;
}
#is-wrapper article, #is-wrapper aside, #is-wrapper details, #is-wrapper figcaption, #is-wrapper figure,
#is-wrapper footer, #is-wrapper header, #is-wrapper hgroup, #is-wrapper menu, #is-wrapper nav, #is-wrapper section {
  margin: 0;
  padding: 0;
  display: block;
}
#is-wrapper img {
  max-width: 100%;
  height: auto;
}
#is-wrapper a {
  color: #0071b9;
  text-decoration: underline;
}
#is-wrapper a:hover {
  text-decoration: none;
}
#is-wrapper a:hover > img {
  opacity: .75;
}
#is-wrapper .pc-view {
  display: block;
}
.sp#is-wrapper .pc-view {
  display: none;
}
#is-wrapper .sp-view {
  display: none;
}
.sp#is-wrapper .sp-view {
  display: block;
}
#is-wrapper img.pc-view {
  display: inline-block;
}
.sp#is-wrapper img.pc-view {
  display: none;
}
#is-wrapper img.sp-view {
  display: none;
}
.sp#is-wrapper img.sp-view {
  display: inline-block;
}
#is-wrapper .intro {
  text-align: center;
}
#is-wrapper .intro p {
  margin-top: -115px;
}
.sp#is-wrapper .intro p {
  margin-top: 15px;
}
#is-wrapper .flow {
  overflow: hidden;
  margin: 60px 0 0;
}
.sp#is-wrapper .flow {
  margin: 30px 0 0;
}
#is-wrapper .flow h3 {
  margin: 0 0 25px;
}
#is-wrapper .flow figure {
  float: left;
  width: 365px;
  margin: 0 0 0 25px;
}
.sp#is-wrapper .flow figure {
  float: none;
  width: auto;
  margin: 0;
}
.sp#is-wrapper .flow figure img {
  width: 100%;
}
#is-wrapper .flow p {
  float: right;
  width: 330px;
  margin: 0 25px 0 0;
}
.sp#is-wrapper .flow p {
  float: none;
  width: auto;
  margin: 15px 0 0;
}
#is-wrapper .anti {
  overflow: hidden;
  margin: 60px 0 0;
}
.sp#is-wrapper .anti {
  margin: 30px 0 0;
}
#is-wrapper .anti h3 {
  margin: 0 0 25px;
}
#is-wrapper .anti figure {
  float: left;
  width: 330px;
  margin: 0 0 0 25px;
}
.sp#is-wrapper .anti figure {
  float: none;
  width: auto;
  margin: 0;
}
.sp#is-wrapper .anti figure img {
  width: 100%;
}
#is-wrapper .anti p {
  float: right;
  width: 330px;
  margin: 0 25px 0 0;
}
.sp#is-wrapper .anti p {
  float: none;
  width: auto;
  margin: 15px 0 0;
}
#is-wrapper .point {
  margin: 60px 0 0;
  padding: 25px 80px;
  background: url(./images/dot@2x.png) center center/16px 16px #eee9e3;
}
.sp#is-wrapper .point {
  margin: 30px 0 0;
  padding: 15px 10px;
}
#is-wrapper .point h3,
#is-wrapper .point > p {
  text-align: center;
}
#is-wrapper .point .block {
  position: relative;
  margin: 25px 0;
}
.sp#is-wrapper .point .block + .block {
  padding-top: 25px;
  border-top: 1px solid #896239;
}
#is-wrapper .point .block h4 {
  margin: 0 0 10px;
}
#is-wrapper .point .block p {
  padding: 0 150px 0 0;
}
.sp#is-wrapper .point .block p {
  padding: 0 80px 0 0;
  font-size: 10px;
}
#is-wrapper .point .block figure {
  position: absolute;
  right: 0;
  top: 15px;
}
.sp#is-wrapper .point .block figure {
  width: 70px;
  top: 80px;
}
#is-wrapper .member {
  margin: 60px 0 0;
}
.sp#is-wrapper .member {
  margin: 30px 0 0;
}
#is-wrapper .member ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.sp#is-wrapper .member ul {
  display: block;
  margin: 0;
}
#is-wrapper .member li {
  box-sizing: border-box;
  -webkit-flex: 0 1 calc(25% - 14px);
  flex: 0 1 calc(25% - 14px);
  background: #fff;
  margin: 10px 7px 0;
}
.sp#is-wrapper .member li {
  -webkit-flex: none;
  flex: none;
  margin: 15px 0 0;
}
#is-wrapper .member h4 {
  color: #89c33f;
}
.sp#is-wrapper .member h4 {
  text-align: center;
}
#is-wrapper .member img {
  width: 100%;
}
