@charset "utf-8";

.sp{
		display: none;
	}
.h_bar {
  display: none;
}
#beltbnr {
  display: none;
}
html {
  font-size: 62.5%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* img {
  width: 100%;
  vertical-align: middle;
} */
#mainArea {
  color: #333333;
  overflow: hidden;
  letter-spacing: 0;
  line-height: 1;
  width: 1200px;
  margin: 80px auto;
}
.f-ja {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.75;
  color: #163357;
}
.lead_ {
  text-align: center;
  font-size: 1.4rem;
  margin: 40px 0 0 0;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 56px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #163357;
  left: 50%;
  transform: translateX(-50%);
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #163357;
}
.fukidashi .f-ja {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
section {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}
.serviceArea {
  width: 31.1%;
  border-top: 2px solid #163357;
  border-radius: 1px;
}
.in-blk {
  display: inline-block;
  vertical-align: middle;
}
.service-img {
  width: 20%;
}
.service-text {
  width: 65%;
  margin-left: 30px;
}
.service-text .f-ja {
  font-size: 1.2rem;
  font-weight: normal;
  color: #333333;
  text-align: left;
  margin: 20px 0 0 0;
}
.service-text dt {
  color: #163357;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30px;
}
.no {
  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 50px;
  background: #f2f752;
  text-align: center;
  margin-right: 9px;
}
.btn_ {
  display: inline-block;
  margin-top: 40px;
  background: #163357;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
}
.btn_::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1.5px;
  left: 7px;
  width: 7px;
  height: 7px;
  border: 5px solid transparent;
  border-left: 7px solid #ffffff;
}

@media(max-width: 430px) {
	
   .sp{
		display: block;
	}
  #mainArea {
    width: 100%;
    min-width: 375px;
    margin: 40px auto 56px;
  }
  .f-ja {
    font-size: 1.6rem;
  }
  section {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 5.5%;
  }
  .serviceArea {
    width: 100%;
  }
  .lead_ {
    width: 86%;
    line-height: 1.75;
    margin: 5% auto 0 auto;
  }
  .fukidashi {
    margin: 10.5% 0 12%;
  }
  .fukidashi .f-ja {
    font-size: 1.5rem;
  }
  .service-img {
    width: 25%;
  }
  .service-text {
    width: 65%;
    margin-left: 9%;
  }
  .service-text dt {
    font-size: 1.4rem;
    margin-top: 10%;
  }
  .btn_ {
    margin-top: 15%;
  }
  .btn_::after {
    top: .5px;
  }
}