/* setting */
#areaWrapper1 {
  margin-top: 0;
}
.only-sp {
  display: none;
}
/* design */
.content-inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
/* title */
.index-page-title {
  margin: 20px auto;
  max-width: 1951px;
}
/* breadcrumb */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 1.3rem;
  padding-right: 17px;
  position: relative;
}
.breadcrumb li::after {
  content: ">";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  color: #1c9541;
}
.breadcrumb.content_width {
  margin: auto;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 960px;
}
/* form */
.form_cacth {
  color: #C53A1A;
  font-weight: bold;
  font-size: 24px;
}
.from_bg {
  background: #82bc00;
  margin-top: 20px;
  padding: 30px 0 40px;
}
.form_inner {
  margin: auto;
  width: 574px;
}
.top_supportmap_form {
  margin-bottom: 15px;
}
.supportmap_form_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-size: 2rem;
  border-radius: 8px;
  border: solid 1px #ddd;
  margin-right: 20px !important;
  width: 380px;
}
.supportmap_form_btn {
  -webkit-appearance: none;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 8px;
  background: #c53a1a;
  color: #fff;
  border: none;
  border-bottom: solid 2px #6f2513;
  width: 170px;
}
.supportmap_form_btn:hover {
  opacity: .7;
}
.form_text p {
  color: #fff;
}
.form_text li {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}
/* content */
.num1,
.num2,
.num3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.num1::before,
.num2::before,
.num3::before {
  background: #094;
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.num1::after,
.num2::after,
.num3::after {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  position: absolute;
  left: 13px;
}
.num1::after {
  content: "1";
}
.num2::after {
  content: "2";
}
.num3::after {
  content: "3";
}
/* gensai */
.gensai-title h2 {
  color: #094;
  text-align: center;
  padding: 60px 0 30px;
  font-size: 2.2rem;
}
.gensai_bg {
  padding: 0 0 104px;
  margin: 0 auto;
  text-align: center;
  background-color: #ebf5de;
}
.kasaiAreaTitle {
  margin: 38px auto;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.367;
  color: #094;
  text-align: center;
}
.kasaiSecurityPictoItem {
  position: relative;
  width: 130px;
}
img {
  max-width: 100%;
}
.kasaiSecurityPictoItem p {
  position: absolute;
  top: 20px;
  left: 50%;
  margin: auto;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.24;
  color: #094;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.kasaiImages01 {
  width: 521px;
  margin: 10px auto 38px;
}
.kasaiSecurityPicto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 710px;
  margin: 30px auto 30px;
  letter-spacing: 0.2rem;
}
.text__l {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
  color: #666;
  text-align: center;
}
ul.kasaiList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 818px;
  margin: 50px auto 0;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
ul.mod-button-link-list.kasaiList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  font-size: 1.8rem;
  text-align: center;
}
.kasaiListBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kasaiListBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 402px;
}
.button-images {
  vertical-align: middle;
}
.button-images img {
  width: 146px;
  margin-right: 9px;
}
.sumaiHoshoWrap {
  margin: 80px auto 0;
  width: 710px;
}
.text__s {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
  color: #666;
  text-align: center;
}
.w50 {
  width: 40%;
}
