@charset "utf-8";
.introbox{
  border: solid 3px #4f221c;
  background: white;
  width: 16%;
  height: auto;
  text-align: center;
  padding: 2% 2%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
.simplebox{
  border: solid 3px #4f221c;
  background: white;
  width: 78%;
  text-align: left;
  height: auto;
  padding: 2% 3%;
  margin-bottom: 2%;
  margin-left: 8%;
}
.boxtitle{
  font-weight: bold;
  font-size: 1.4em;
}
.look{
  position: relative;
  left: 0%;
  width: 100%;
}
.introbox a{
  text-decoration: none;
  color: white;
}
.introbox a:hover{
  text-decoration: underline;
}
.fas{
  margin-right: 0.6rem;
}
.noborder{
  text-align: left;
  margin: 2% 0%;
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4.45%;
}
.achoo{
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: solid 2px #534e4d;
  margin-bottom: 5%;
}
.creampuff{
  list-style: none;
  padding-left: 0;
}
.creampuff li{
  margin: 0.2rem 0;
}
.laluce{
  list-style: disc;
  margin: 0.5rem 0;
}
.member{
  text-align: center;
  width: 25%;
  display: inline-block;
  margin-bottom: 2%;
}
.icon2{
  width: 50%;
  border-radius: 50%;
}
.charge{
  font-size: 0.8rem;
}
.name{
  font-size: 1.8rem;
  font-weight: bold;
}
.contact1{
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
  margin-top: 1%;
}
.space{
  width: 100%;
  height: 3rem;
}
.polepole a{
  text-decoration: none;
}
.polepole a:hover{
  text-decoration: underline;
  color: white;
}
.polepole{
  font-size: 1.3em;
  margin: 2% 0 4% 0;
}

/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@media screen and (max-width:559px) {
  .noborder{
    display: block;
    width:100%;
  }
  .introbox{
    display: block;
    width:86%;
    padding:20px ;
  }
  .introbox p{
    font-size: 13px;
  }
  .introbox,.noborder{
    margin: 30px 0;
  }
  .page99_introbox_last{
    margin-bottom: 60px;
  }
  .page99_responsive{
    padding: 0 30px;
  }
  .look{
    width: 95%;
    left: 3%;
  }
  .member{
    display: block;
    width:100%;
    margin: 30px 0;
  }
  .simplebox{
    font-size: 13px;
    padding: 20px;
    margin: 0 0 60px 0;
    width: 86%;
    line-height: 180%;
  }
  .polepole,.page99_member_last{
    margin-bottom: 60px;
  }
  .name{
    font-size: 18px;
  }
}
