@charset "utf-8";
/* CSS Document */
.main-copy {
  font-size: 72px;
  font-size: 7.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.main-copy span.stxt {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
}
.main-copy span.mtxt {
  font-size: 60px;
  font-size: 6.0rem;
  font-weight: bold;
}
.main-v {
  display: flex;
  flex-direction: column;
}
.main-v .copy {
  margin: 20px auto -30px;
  z-index: 100;
  font-size: 20px;
  font-size: 2.0rem;
}
.main-v .subimg {
  margin: -50px 20px 0;
  text-align: center;
}
.main-v .subimg img {
  border-radius: 15px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
}
.fb {
  display: flex;
}
.jc-sa {
  justify-content: space-around;
}
.jc-sb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.mr20 {
  margin-right: 20px;
}
.green-box, .yellow-box, .red-box {
  background: #9A5D5E;
  color: #FFFFFF;
  padding: 15px 0;
  width: 25%;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.green-box {
  background: #00ac71;
}
.yellow-box {
  background: #ffde00;
}
.red-box {
  background: #ff1515;
}
.lltxt {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.lltxt span {
  font-size: 24px;
  font-size: 2.4rem;
}
.ltxt {
  font-size: 18px;
  font-size: 1.8em;
  font-weight: bold;
}
.ltxt span.pinktxt {
  color: #fe3862;
}
.dotline {
  border-bottom: 1px dotted #AAAAAA;
  margin: 50px 0;
}
.kojo-title, .kaigo-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.kojo-title {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.kaigo-title {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.office-title, .school-title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: 000;
}
.main .block h2 {
  border-left: 3px solid #4ccdab;
}
.meyasu-box {
  background: #f7f7f7;
  padding: 10px 20px;
}
.icon-img {
  width: 20%;
}
.icon-img img {
  border-radius: 5px;
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.icon-txt {
  width: 78%;
}
.icon-txt h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
.point-box {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  background: #4ccdab;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.point-txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.scene-box {
  width: 49%;
  position: relative;
}
.scene-title {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: 000;
}
.buy-box {
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}
.buy-box h3 {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
  background: none;
  line-height: 1.4;
}
.w48 {
  width: 48%;
}
a.order-btn {}
a.order-btn {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #7f7f7f;
  padding: 20px;
  border-radius: 60px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #FFFFFF;
}
a.order-btn:hover {
  border: 2px solid #003d8e;
}
a.order-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 3px #5f5f5f;
  border-right: solid 3px #7f7f7f;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 40px;
}
a.order-btn:hover::after {
  border-top: solid 3px #002e6c;
  border-right: solid 3px #003d8e;
}
a.order-btn img {
  max-width: 100%;
  height: auto;
}
@media (max-width:767px) {
.sp-fdc{
	flex-direction: column;
}

.w48 {
  width: 100%;
}
	
	.spmb20{
		margin-bottom: 20px;
	}
}