@charset "utf-8";

.lp__sugotoku_about {
  text-align: left;
}

.lp__txt_here {
  margin: 15px 10px 10px;
  color: #c03;
  font-size: 3.91vw;
  font-weight: bold;
  text-align: center;
}
.lp__txt_here2 {
  margin: 15px 10px 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.lp__cont_info_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.lp__cont_info_icon_img {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp__cont_info_icon_img img {
  width: 74px;
  height: 74px;
}
.lp__cont_info_icon_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  color: #2b2b2b;
  font-size: 1.6rem;
  font-weight: bold;
}
.lp__cont_info_col2_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0 0 -15px;
}
.lp__cont_info_col2_side_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 0 20px 15px;
  width: calc(50% - 15px);
}
.lp__cont_info_col2_side_txt {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: calc(63.5% + 10px);
  font-size: 1.2rem;
  font-weight: bold;
}
.lp__cont_info_col2_side_img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.lp__cont_info_col2_side_img img {
  width: 100%;
  height: auto;
}
.lp__-catch02 {
  position: relative;
  display: inline-block;
  font-size: 5vw;
}
.lp__regist_bnr {
  width: 100%;
  max-width: 304px;
}
.lp__cont_info_txt {
  margin: 6px 0 3px;
  color: #c03;
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
}
.lp__cont_txt_notes {
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.15rem;
  text-align: center;
}
.lp__regist_txt.lp__-blue {
  color: #04a0bc;
  font-weight: bold;
}
.lp__toggle_ttl {
  position: relative;
}
.lp__toggle_ttl:after {
  display: block;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -1.3rem;
  font-size: 1rem;
  color: #c03;
  content: "全部みる";
}
.lp__toggle_ttl.lp__toggle-open:after {
  display: none;
}
.lp__ttl_link_1:after, .lp__ttl_link_1:before {
  margin-top: 0.3rem;
}
.lp__close_btn_wrap {
  text-align: center;
}
.lp__wrap .lp__close_btn {
  display: inline-block;
  position: relative;
  padding: 10px 5px;
  color: #c03;
  font-size: 1.4rem;
  text-decoration: none;
}
.lp__close_btn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -2px;
  width: 9px;
  height: 9px;
  border-bottom: solid 2px #c03;
  -webkit-transform: rotate(222deg);
          transform: rotate(222deg);
  content: "";
}
.lp__close_btn:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -2px;
  width: 9px;
  height: 9px;
  border-bottom: solid 2px #c03;
  -webkit-transform: rotate(138deg);
          transform: rotate(138deg);
  content: "";
}
.lp__inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .lp__txt_here  {
    font-size: 1.6rem;
  }
  .lp__txt_here2 {
    font-size: 2.4rem;
  }
}