@charset "utf-8";

/* pick_sinple sp*/
.sws .pick_box_simple .pick_set {
  position: relative;
  margin: 15px 2%;
  border-bottom: 1px #b3b3b3 solid;
  padding: 15px 0;
}

.sws .pick_box_simple .pick_set:first-child {
  margin-top: 25px;
  border-top: 1px #b3b3b3 solid;
}

.sws .pick_box_simple h3,
.sws .pick_box_simple h4 {
  font-size: 1.1em;
  font-weight: bold;
}

.sws .pick_box_simple h3 span,
.sws .pick_box_simple h4 span {
  border-right: 3px solid #bf5757;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 0.8em;
}

.sws .pick_box_simple .pick_plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.95);
  border: solid 2px #fff;
  box-sizing: border-box;
  text-decoration: none;
  margin-top: 0.5em;
}

.sws .pick_box_simple .pick_plan .plan_img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-basis: 37%;
}

.sws .pick_box_simple .pick_plan .plan_img_box .plan_img {
  flex-basis: 100%;
}

.sws .pick_plan .plan_img_box .plan_img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.sws .pick_box_simple .plan_set_box {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: end;
}

.sws .pick_box_simple .plan_set_box .price {
  font-size: 1.3em;
  font-weight: bold;
  color: #EF1A0A;
}

.sws .pick_box_simple .plan_set_box .price.lt {
  text-decoration: line-through;
  font-size: 1em;
  font-weight: 100;
  color: #000;
}

.sws .pick_box_simple .plan_set_box .cp {
  font-size: 0.7em;
  background: #FF601F;
  display: inline-block;
  padding: 3px 3px 2px;
  border-radius: 3px;
  color: white;
}

.sws .pick_box_simple .plan_set_box ul:nth-child(2) {
  margin-left: auto;
  text-align: start;
  line-height: 1.5;
  font-size: 0.8em;
  font-weight: bold;
}

.sws .pick_box_simple .plan_set_box .room:before,
.sws .pick_box_simple .plan_set_box .day:before,
.sws .pick_box_simple .plan_set_box .day_full:before,
.sws .pick_box_simple .plan_set_box .trans_exp::before {
  font-size: 0.8em;
}

.sws .pick_box_simple .plan_set_box .price:before {
  content: "税込￥";
  font-size: 0.7em;
}

.sws .pick_box_simple .plan_set_box .room:before {
  content: "部屋プラン：";
}

.sws .pick_box_simple .plan_set_box .day:not(.nag)::before {
  content: "入校：";
  font-size: 0.8em;
}

.sws .pick_box_simple .plan_set_box .day_full {
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: bold;
  color: red;
}

.sws .pick_box_simple .plan_set_box .trans_exp::before {
  content: "交通費支給：";
}

.sws .pick_box_simple .cta {
  width: 100%;
  margin: 10px 0;
  padding: 7px 0;
  border-radius: 4px;
  background: #2684ff;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 1em;
}

/* pick_sinple pc*/
.swp .pick_box_simple .pick_set {
  position: relative;
  margin: 0;
  padding: 15px 0;
  background: #fff;
  border-bottom: #4a42424a 1px solid;
}

.swp .pick_box_simple h3,
.swp .pick_box_simple h4 {
  font-size: 1.5em;
  font-weight: bold;
}

.swp .pick_box_simple h3 span,
.swp .pick_box_simple h4 span {
  border-right: 3px solid #bf5757;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

.swp .pick_box_simple .pick_plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.95);
  border: solid 2px #fff;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 15px;
}

.swp .pick_box_simple .pick_plan .plan_img_box {
  flex-basis: 24.5%;
}

.swp .pick_box_simple .pick_plan .plan_img_box .plan_img {
  flex-basis: 100%;
}

.swp .pick_plan .plan_img_box .plan_img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.swp .pick_box_simple .plan_set_box {
  flex-basis: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2;
}

.swp .pick_box_simple .plan_set_box .price.lt {
  text-decoration: line-through;
  font-size: 1.4em;
  font-weight: 100;
  color: #000;
}

.swp .pick_box_simple .plan_set_box .price:before {
  content: "税込￥";
  font-size: 0.7em;
}

.swp .pick_box_simple .plan_set_box .price {
  font-size: 1.9em;
  font-weight: bold;
  color: #EF1A0A;
}

.swp .pick_box_simple .plan_set_box .cp {
  font-size: 1.2em;
  background: #FF601F;
  display: inline-block;
  padding: 3px 3px 2px;
  border-radius: 3px;
  color: white;
}

.swp .pick_box_simple .plan_set_box ul:nth-child(2) {
  text-align: end;
  line-height: 1.7;
  font-size: 1.2em;
}

.swp .pick_box_simple .plan_set_box ul:nth-child(2) li {
  font-weight: bold;
}

.swp .pick_box_simple .plan_set_box .room:before,
.swp .pick_box_simple .plan_set_box .day:before,
.swp .pick_box_simple .plan_set_box .trans_exp:before {
  font-size: 0.8em;
}

.swp .pick_box_simple .plan_set_box .room:before {
  content: "部屋プラン：";
}

.swp .pick_box_simple .plan_set_box .day:before {
  content: "入校：";
}

.swp .pick_box_simple .plan_set_box .day_full {
  font-size: 1.4em;
  font-weight: bold;
  color: red;
  text-decoration: underline;
}

.swp .pick_box_simple .plan_set_box .trans_exp:before {
  content: "交通費支給：";
}

.swp .pick_box_simple .cta {
  width: 35%;
  position: absolute;
  bottom: -10px;
  right: 10px;
  margin: 10px 0;
  padding: 5px 0;
  border-radius: 4px;
  background: #2684ff;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}

.pick_box_simple .plan_set_box .cp:empty,
.sokuho_pick_area ul .cp:empty {
  padding: 0;
}

/* flex_rec sp*/
.sws .flex_rec {
  padding-bottom: 10px;
}

/* flex_rec pc*/
.swp .flex_rec {
  display: flex;
  align-items: flex-end;
}

.swp .plan_pt .flex_rec {
  align-items: center;
}

/* bt_cta pc*/
.swp .bt_cta,
.swp .bt_school {
  display: block;
  min-width: 335px;
  max-width: 450px;
  margin: auto;
}

.swp .bt_cta a,
.swp .bt_cta p,
.swp .bt_cta div,
.swp .bt_school a {
  display: block;
  padding: 0.5em 1em;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 2.1rem;
  float: none;
  width: auto;
  cursor: pointer;
  line-height: 1.4;
}

.swp .bt_cta div,
.swp .bt_cta a,
.swp .bt_cta p {
  background: #2684ff;
  margin-top: 15px;
  margin-bottom: 10px;
}

.bt_time {
  text-align: center;
}

/* bt_cta sp*/
.sws .bt_cta,
.sws .bt_school {
  display: block;
  margin: auto;
}

/**/
.sws .bt_cta a,
.sws .bt_cta p,
.sws .bt_cta div,
.sws .bt_school a {
  display: block;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 1em;
  float: none;
  width: auto;
  cursor: pointer;
  line-height: 1.4;
  max-width: 330px;
}

.sws .bt_cta div,
.sws .bt_cta a,
.sws .bt_cta p {
  background: #2684ff;
  margin-top: 15px;
  margin-bottom: 10px;
}

.sws,
.swp {
  .bt_cta.bt_line>* {
    background: #06c755;
  }
}

/* gmap */
.sws .gmap {
  font-size: 0.9em;
}

/* nofee_set */
.nofee_tit {
  color: rgba(45, 4, 0, 0.95);
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
}

.nofee_pref {
  color: #fff;
  background: rgba(45, 4, 0, 0.85);
  font-size: 90%;
}

.nofee_car_typ {
  margin-top: 10px;
}

.nofee_car_typ li {
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  color: #fff;
  border-radius: 0.3em;
  background: #008833;
  display: inline-block;
  padding: 0 0.2em;
}

.nofee_txt {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  color: #333;
}

.address::before {
  font-size: 0.8em;
  content: "所在地：";
  color: #ff7a00;
}

.ngarea::before {
  font-size: 0.8em;
  content: "入校不可：";
  color: #ff7a00;
}

.hour::before {
  font-size: 0.8em;
  content: "アクセス：";
  color: #ff7a00;
}

.nofee_txt .sup {
  font-weight: normal;
  font-size: 0.9em;
}

.address .sup {
  margin-right: 0.5em;
}

.swp .nofee_set {
  margin-top: 20px;
}

.swp .nofee_set a:hover {
  opacity: 0.7;
}

.swp .nofee_set a {
  display: flex;
  border: solid 2px rgba(45, 4, 0, 0.85);
  border-top-width: 8px;
  border-radius: 2px 2px 6px 6px;
  text-decoration: none;
  justify-content: space-between;
}

.swp .nofee_tit {
  line-height: 130%;
  margin-top: 10px;
  flex-basis: 100%;
}

.swp .nofee_pref {
  border-radius: 0.2em;
  padding: 0.1em 0.2em;
  margin: 0 0.2em;
}

.swp .nofee_set_c {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}

.swp .nofee_img {
  flex-basis: 25%;
  background: rgba(244, 236, 225, 0.5);
  border-right: dashed 1px #ddd;
}

.swp .nofee_img img {
  width: 100%;
  height: auto;
}

.swp .nofee_data {
  flex-wrap: wrap;
  flex-basis: 72%;
  margin: 5px 1%;
}

.sws .nofee_set {
  max-width: 450px;
  margin: auto;
}

.swp .nofee_car_typ li {
  font-size: 85%;
}

.sws .nofee_set a {
  display: block;
  border: solid 2px rgba(45, 4, 0, 0.85);
  border-bottom-width: 2em;
  border-radius: 6px;
  margin: 10px 10px 20px;
  position: relative;
  text-decoration: none;
}

.sws .nofee_set a:after {
  content: "タップして教習所をチェック！";
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  bottom: -30px;
  position: absolute;
  width: 100%;
}

.sws .nofee_set_c {
  background: rgba(244, 236, 225, 0.5);
  display: flex;
  flex-wrap: wrap;
}

.sws .nofee_img {
  flex-basis: 47%;
  padding: 0.5em 1.5%;
}

.sws .nofee_img img {
  width: 100%;
  height: auto;
}

.sws .nofee_data {
  flex-basis: 100%;
  padding: 0.5em 1%;
  background-color: white;
}

.sws .nofee_tit {
  line-height: 120%;
  font-size: 112%;
  flex-basis: 48%;
  padding: 0.1em 1%;
}

.sws .nofee_pref {
  border-radius: 2px;
  padding: 0.2em;
  margin: 0.3em;
  display: inline-block;
}

.sws .nofee_car_typ {
  flex-wrap: wrap;
  margin-bottom: 10px;
}

/*rich_anchor*/
.swp .rich_anchor {
  border: 3px #3333331c solid;
  position: relative;
  margin: auto;
  padding: 0.4em 0.5em 0.9em;
  border-radius: 5px;
  max-width: 650px;

  .rich_anchor_tit {
    padding-left: 0.25em;
    margin: 0.5em 0.2em 1em;
    flex-basis: 100%;
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    text-align: center;
  }

  a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
    padding: 0.5em 1em;

    .sp_img {
      flex-basis: 39%;
      max-width: 270px;
    }

    img {
      width: 100%;
      height: auto;
    }

    .sp_txt {
      position: relative;
      color: #333;
      text-decoration: none;
      flex-basis: 58%;
      font-size: 1.1em;
      line-height: 1.7;
    }
  }
}

.swp .rich_anchor a .sp_txt:after {
  content: "詳細をチェック \025b6";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1em;
  padding: 5px;
  background: #2684ff;
  border-radius: 5px;
  color: #fff;
}

.swp .tt.rich_anchor a .sp_txt:after {
  content: "空き状況を見る \025b6";
}

/*rich_anchor*/
.sws .rich_anchor {
  border: 3px #3333331c solid;
  position: relative;
  margin: 15px 0.5em;
  padding: 0.4em 0.5em 0.9em;
  border-radius: 5px;

  .rich_anchor_tit {
    padding-left: 0.55em;
    margin: 0.5em 0.2em;
    flex-basis: 100%;
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
  }

  a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;

    .sp_img {
      flex-basis: 45%;

      img {
        width: 100%;
        height: auto;
      }
    }

    .sp_txt {
      position: relative;
      color: #333;
      text-decoration: none;
      flex-basis: 50%;
      font-size: 0.8em;
    }
  }
}

.sws .rich_anchor a .sp_txt:after {
  content: "詳細をチェック \025b6";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1em;
  padding: 5px;
  background: #2684ff;
  border-radius: 5px;
  color: #fff;
}

.sws .tt.rich_anchor a .sp_txt:after {
  content: "空き速報を見る \025b6";
}

/* sokuho_pick */
.swp .sokuho_pick .sokuho_pick_area {
  border: 1px solid #6f6f6f5c;
  border-radius: 5px;
  padding: 8px;
  margin: 15px auto 35px;
  line-height: 1.5;
  max-width: 690px;
}

.swp .sokuho_pick_area h4,
.swp .sokuho_pick_area p.sch_name {
  font-size: 1.3em;
}

.swp .sokuho_pick_area h4 span,
.swp .sokuho_pick_area p.sch_name span {
  border-right: 3px solid #bf5757;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

.swp .sokuho_pick_area ul {
  display: flex;
  flex-flow: column;
}

.swp .sokuho_pick_area ul li.price {
  font-size: 1.3em;
  font-weight: bold;
  color: #EF1A0A;
}

.swp .sokuho_pick_area ul .price:before {
  content: "税込￥";
  font-size: 0.8em;
}

.swp .sokuho_pick_area ul .price.lt {
  text-decoration: line-through;
  font-size: 1.05em;
  font-weight: 100;
  color: #000;
}

.swp .sokuho_pick_area ul .sex:before {
  content: "性別と人数：";
  font-size: 0.8em;
}

.swp .sokuho_pick_area ul .room:before {
  content: "部屋タイプ：";
  font-size: 0.9em;
}

.swp .sokuho_pick_area ul .short:before {
  content: "最短期間：";
  font-size: 0.8em;
}

.swp .sokuho_pick_area ul .license:before {
  content: "所持免許：";
  font-size: 0.8em;
}

.swp .sokuho_pick_area ul li.day {
  font-size: 1.2em;
  font-weight: 600;
}

.swp .sokuho_pick_area ul .day:before {
  content: "入校日(卒業日)：";
  font-size: 0.8em;
}

.swp .sokuho_pick_area ul .cp {
  font-size: 1em;
  background: #FF601F;
  display: inline-block;
  padding: 3px 3px 2px;
  border-radius: 3px;
  color: white;
  width: fit-content;
}

.swp .sokuho_pick_area div:not(.sokuho_pick_n),
.swp .sokuho_pick_area a:not(.sokuho_pick_n) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333 !important;
}

.swp .sokuho_pick_area a {
  text-decoration: none;
}

.swp .sokuho_pick_area p a.sokuho_pick_n {
  color: #06c;
  text-decoration: underline;
}

.swp .sokuho_pick_area p a {
  display: inline-block;
}

.swp .sokuho_pick_area div>div,
.swp .sokuho_pick_area a>div {
  flex-basis: 80%;
}

.swp .sokuho_pick_area div:not(.num_flex)>div:last-child,
.swp .sokuho_pick_area a>div:last-child {
  flex-basis: 15%;
  font-size: 1.7rem;
  font-weight: bold;
  background: #2684ff;
  padding: 10px 5px;
  color: #fff !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
}

.swp .sokuho_pick_area a div.bt_tel {
  background: rgba(238, 119, 17, 0.85);
}

.sws .sokuho_pick .sokuho_pick_area {
  border: 1px solid #2d2d2d5c;
  padding: 8px;
  margin: 15px 5px 40px;
  border-radius: 5px;
  font-size: 1.6rem;
}

.sws .sokuho_pick_area h4,
.sws .sokuho_pick_area p.sch_name {
  font-size: 1.05em;
  margin-top: 5px;
  margin-bottom: 10px;
}

.sws .sokuho_pick_area p.sch_name {
  font-weight: bold;
}

.sws .sokuho_pick_area h4 span,
.sws .sokuho_pick_area p.sch_name span {
  border-right: 3px solid #bf5757;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

.sws .sokuho_pick_area ul {
  display: flex;
  flex-flow: column;
  font-size: 0.9em;
}

.sws .sokuho_pick_area ul li.price {
  font-size: 1.3em;
  font-weight: bold;
  color: #EF1A0A;
}

.sws .sokuho_pick_area ul .price:before {
  content: "税込￥";
  font-size: 0.8em;
}

.sws .sokuho_pick_area ul .price.lt {
  text-decoration: line-through;
  font-size: 1.05em;
  font-weight: 100;
  color: #000;
}

.sws .sokuho_pick_area ul .sex:before {
  content: "性別と人数：";
  font-size: 0.8em;
}

.sws .sokuho_pick_area ul .room:before {
  content: "部屋タイプ：";
  font-size: 0.8em;
}

.sws .sokuho_pick_area ul .short:before {
  content: "最短期間：";
  font-size: 0.8em;
}

.sws .sokuho_pick_area ul .license:before {
  content: "所持免許：";
  font-size: 0.8em;
}

.sws .sokuho_pick_area ul li.day {
  font-size: 1.1em;
  font-weight: 600;
}

.sws .sokuho_pick_area ul .day:before {
  content: "入校：";
  font-size: 0.8em;
}

.sws .sokuho_pick_area ul .cp {
  font-size: 1.4rem;
  background: #FF601F;
  width: fit-content;
  padding: 3px 3px 2px;
  border-radius: 3px;
  color: white;
}

.sws .sokuho_pick_area div:not(.sokuho_pick_n),
.sws .sokuho_pick_area a:not(.sokuho_pick_n) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.sws .sokuho_pick_area a.sokuho_pick_n {
  color: #06c;
  text-decoration: underline;
}

.sws .sokuho_pick_area div>div {
  flex-basis: 80%;
}

.sws .sokuho_pick_area a>div {
  flex-basis: 73%;
}

.sws .sokuho_pick_area div:not(.num_flex)>div:last-child,
.sws .sokuho_pick_area a>div:last-child {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 7px;
  background: #2684ff;
  border-radius: 3px;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.1em;
  color: #fff !important;
  /* font-size: 1.2rem;
background: #2684ff;
padding: 7px 5px;
color: #fff !important;
display: inline-block;
cursor: pointer;
border-radius: 10px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
box-shadow: 2px 2px 2px rgb(0 0 0 / 15%); */
}

.sws .sokuho_pick_area div:not(.num_flex)>div:last-child {
  flex-basis: 25%;
  font-size: 1em;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sws .sokuho_pick_area a>div:last-child {
  flex-basis: 18%;
}

.sws .sokuho_pick_area a div.bt_tel {
  background: rgba(238, 119, 17, 0.85);
}

/*テキストリンク*/
.link_small {
  margin: 0.8em 0;
}

.swp .link_small {
  display: flex;
  justify-content: space-evenly;
}

.sws .link_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.link_small li {
  text-align: center;
  margin: 5px 0;
}

.sws .link_small li {
  flex-basis: 30%;
  text-align: center;
}

.link_small li a {
  padding: 1em;
  text-decoration: none;
}

.link_small li a::before {
  content: "▶";
  font-size: 0.8rem;
  padding: 0 10px 0 0;
  color: #d16a6a;
}

/*お客様の声*/
.voice_area {
  margin: 0.5em;
}

.voice_area .sch_cp_set {
  background: #f9f5f0;
  position: relative;
  display: block;
  margin: 2em 0;
  padding: 0.5em;
  color: #443f4c;
  text-decoration: none;
}

.voice_area .sch_cp_set dd {
  margin-right: 1.5em;
}

.voice_area .sch_cp_set>div {
  margin: 0.5em;
  gap: 0.5em;
}

.swp .voice_area .sch_cp_set>div {
  display: flex;
}

.voice_area .sch_cp_set .voice_area_img {
  flex-basis: 64px;
}

.voice_area .sch_cp_set .voice_area_img img {
  width: 100%;
  height: auto;
}

.voice_area .sch_cp_set .sch_voice {
  flex-basis: 55%;
}

.voice_area .sch_cp_set .tit {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  color: #e16464;
}

.voice_area_txt span {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

/* follow_txt */
.follow {
  background: rgb(255 251 243 / 87%);
  border: solid 1px rgb(215 169 99 / 70%);
  padding: 15px 0.5em;
  margin: 0.5em;

  .follow_tit {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    color: rgb(97 64 64 / 90%);
  }

  .follow_txt {
    margin: 10px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-size: 1em;
  }

  p.bn {
    margin: 1em auto 0.5em;
    width: 95%;
  }
}

.sws .follow p.bn {
  max-width: 500px;
}

@media screen and (min-width: 896px) {
  .follow {
    max-width: 630px;
    margin: 1em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}



/*q_and_a*/
dl.q_and_a {
  margin: 1.5em 0;

  &>* {
    text-indent: -2.2em;
    padding-left: 2.2em;
  }

  .question {
    font-weight: bold;

    &::before {
      content: "Ｑ";
      padding: 0.1em 0.25em;
      margin-right: 0.25em;
      background: #89c3eb;
      border-radius: 0.3em;
      font-size: 1.3em;
      font-weight: 600;
      color: white;
    }
  }

  .answer {
    &::before {
      content: "Ａ";
      padding: 0.1em 0.25em;
      margin-right: 0.25em;
      background: #ee827c;
      border-radius: 0.3em;
      font-size: 1.3em;
      font-weight: 600;
      color: white;
    }
  }
}

/* pick */
ul.area_pick {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0.5em auto 1.5em;
  gap: 1.5em;
  width: 90%;
}

ul.area_pick li {
  position: relative;
  flex-basis: 28%;
}

ul.area_pick li a {
  font-size: 1em;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  padding: 1em 0;
  text-align: center;
  background: #2684ffa3;
  display: block;
}

.area_pick li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid rgba(255, 255, 255, 1.45);
  border-right: 2px solid rgba(255, 255, 255, 1.45);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 896px) {
  .area_pick {
    justify-content: space-between;
  }

  ul.area_pick li {
    flex-basis: 30%;
  }
}

/* plan_sec */
.swp section .plan_sec:not(:first-of-type) {
  margin: 5em 0;
}

.swp .plan_sec>*:not(h3.tit3) {
  margin: 1em;
}

.swp .plan_sec h3.tit3 {
  padding: 1em;
  margin: 0 0 1em;
  background: #cfad83;
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
  border-bottom: 0;
  font-size: 1.3em;
}

/* pick_01 */
.pick_01 .pick_set {
  position: relative;
  margin: 0;
  padding: 15px 0;
  background: #fff;
  border-bottom: #4a42424a 1px solid;
}

.pick_01 .sch_tit {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.pick_01 .sch_tit span {
  border-right: 3px solid #bf5757;
  padding-right: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

.pick_01 .sch_tit a:link {
  color: #06c;
  display: inline;
  text-decoration: underline;
  border: solid 2px #fff;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.pick_01 .pick_plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}

.pick_01 .pick_plan .plan_img_box {
  flex-basis: 24.5%;
}

.pick_01 .pick_plan .plan_set_box {
  flex-basis: 73%;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  flex-wrap: wrap;
}

.pick_01 .pick_plan .plan_set_box ul:first-of-type {
  flex-basis: 40%;
  font-size: 0.8em;
}

.pick_01 .pick_plan .plan_set_box .price {
  font-size: 1.8em;
  font-weight: bold;
  color: #EF1A0A;
}

.pick_01 .pick_plan .plan_set_box .price.lt {
  text-decoration: line-through;
  font-size: 1.4em;
  font-weight: 100;
  color: #000;
}

.pick_01 .pick_plan .plan_set_box .cp,
.pick_set_2 .plan_set_box .cp {
  font-size: 1.1em;
  background: #FF601F;
  width: fit-content;
  padding: 3px 3px 2px;
  border-radius: 3px;
  color: white;
}

.pick_01 .pick_plan .plan_set_box ul:nth-child(2) li {
  font-weight: bold;
  margin-left: auto;
}

.pick_box_simple .plan_set_box *:before,
.pick_set_2 .plan_set_box *:before {
  font-size: 0.9em;
}

.pick_01 .pick_plan .plan_set_box .price::before,
.pick_set_2 .plan_set_box .price::before {
  content: "税込￥";
  font-size: 0.9em;
}

.pick_01 .pick_plan .plan_set_box .price.lt::before,
.pick_set_2 .plan_set_box .price.lt::before {
  font-weight: 100;
  color: #000;
}

.pick_01 .pick_plan .plan_set_box .date:before,
.pick_set_2 .plan_set_box .date:before {
  content: "入校日(卒業日)：";
}

.pick_01 .pick_plan .plan_set_box .plan:before,
.pick_set_2 .plan_set_box .plan:before {
  content: "部屋プラン：";
}

.pick_01 .pick_plan .plan_set_box .trans_exp::before,
.pick_set_2 .plan_set_box .trans_exp::before {
  content: "交通費支給：";
}

.pick_01 .pick_plan .cta {
  width: 35%;
  position: absolute;
  bottom: -10px;
  right: 10px;
  margin: 10px 0;
  padding: 5px 0;
  border-radius: 4px;
  background: #2684ff;
  border-bottom: 5px solid #175df7;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5;
}

.pick_01 .pick_plan .cta.tel {
  background: rgb(225 119 28 / 90%);
  -webkit-box-shadow: 0 5px 0 rgb(245 180 125 / 85%);
  box-shadow: 0 5px 0 rgb(245 180 125 / 85%);
}

.pick_01 .pick_plan .cta.full {
  background: rgba(165, 165, 165, 0.9);
  -webkit-box-shadow: 0 5px 0 rgba(124, 124, 124, 0.85);
  box-shadow: 0 5px 0 rgba(124, 124, 124, 0.85);
}

.blockquote_area {
  background: #f5f5f5;
  padding: 0.1em 1em 0;
  margin: 1em 0;
  border: 1px #a5a5a5 dashed;
}

.blockquote_area .blockquote_url {
  text-align: right;
  font-size: 0.9em;
  margin-top: 0.5em;
}

@media screen and (max-width: 896px) {
  .blockquote_area {
    background: #f5f5f5;
    padding: 1em 1em 0;
    margin: 1em 0;
    border: 1px #a5a5a5 dashed;
  }

  .blockquote_area .blockquote_url {
    text-align: left;
    font-size: 0.8em;
    margin-top: 1em;
    text-indent: -4em;
    padding-left: 4em;
  }
}

.highlight {
  font-weight: bolder;
  background: rgba(255, 0, 40, 0.1);
}

/* link_area */
a.link_area {
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
  width: 82%;
  border: 3px #3333331c solid;
  padding: 1em;
  gap: 1em;
  align-items: center;
  text-decoration: none;
}

a.link_area .tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: rgb(97 64 64 / 90%);
  flex-basis: 100%;
  text-decoration: none;
}

a.link_area .img_area {
  flex-basis: 32%;
}

a.link_area .img_area img {
  width: 100%;
  height: auto;
}

a.link_area .com_area {
  flex-basis: 64%;
}

a.link_area .com_area p {
  font-size: 1.1em;
  line-height: 1.7;
  text-decoration: underline;
}

.link_area_cta {
  text-align: right;
}

.link_area_cta span {
  font-size: 1em;
  margin-top: 0.5em;
  margin-right: auto;
  margin-left: 0;
  padding: 5px;
  background: #2684ff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.sws a.link_area {
  width: 88%;
  margin-top: 3em;
  margin-bottom: 3.5em;
}

.sws a.link_area .img_area {
  flex-basis: 35%;
}

.sws a.link_area .com_area {
  flex-basis: 59%;
}

.sws a.link_area.wo_sim .img_area {
  flex-basis: 42%;
}

.sws a.link_area.wo_sim .com_area {
  flex-basis: 52%;
}

.sws a.link_area .com_area p {
  font-size: 0.9em;
  color: #06c;
}

.swp a.link_area {
  align-items: stretch;
}

.swp a.link_area .com_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

/* pick_monthly_rich */
.pick_set_2 {
  width: 95%;
  margin: auto auto 35px;
}

.swp .pick_set_2 .main_img,
.pick_set_2 .sub_img {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 3%;
}

.swp .pick_set_2 .img_box {
  flex-basis: 45%;
  margin-bottom: 6px;
}

.swp .pick_set_2 .img_box .img_txt {
  text-align: right;
  font-size: 85%;
  font-weight: bold;
  margin-top: 3px;
  color: #666;
}

.pick_set_2 .main_img .com_box,
.pick_set_2 .sub_img .com_box {
  text-align: left;
  line-height: 1.7;
}

.swp .pick_set_2 .main_img .com_box,
.swp .pick_set_2 .sub_img .com_box {
  flex-basis: 45%;
}

.sws .com_box {
  margin-top: 10px;
}

.sws .com_box .txt {
  font-size: 1.6rem;
}

.pick_set_2 .sch_tit {
  margin: 10px 0;
  padding-top: 3px;
  padding-left: 6px;
  border-left: 6px solid #B84221;
  line-height: 1.5em;
  color: #5A282A;
  font-size: 1.9rem;
}

.swp .pick_set_2 .sch_tit {
  font-size: 1.5em;
}

.pick_set_2 .sch_tit .tit_pref {
  vertical-align: bottom;
  font-size: 0.8em;
  margin-right: 4px;
  font-weight: bold;
}

.pick_set_2 .sch_tit .tit_name {
  vertical-align: bottom;
  font-weight: bold;
}

.sws .plan_set_box {
  margin-top: -10px;
}

.plan_set_box ul li.price {
  font-size: 1.2em;
  font-weight: bold;
  color: #EF1A0A;
}

.plan_set_box ul li.price.lt {
  font-size: 1.1em;
  text-decoration: line-through;
  font-weight: 100;
  color: #000;
}

.sws .pick_set_2 ul li:not(:first-child) {
  line-height: 1.4;
}

.pick_set_2 .pick_cta a,
.pick_set_2 .pick_cta p {
  background: #2684ff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  float: none;
  color: rgba(255, 255, 255, 0.95);
  margin: 10px auto 20px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0.5em;
}

.swp .pick_set_2 .pick_cta a,
.swp .pick_set_2 .pick_cta p {
  width: 310px;
  padding: 15px 0;
}

@media (width > 896px) {

  .pick_set_2 .pick_cta a,
  .pick_set_2 .pick_cta p {
    font-size: 1.3em;
  }

  .plan_set_box {
    line-height: 1.7;
  }

  .plan_set_box ul li.price {
    font-size: 1.5em;
  }
}

/* cat */
.cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5em auto 1.5em;
  max-width: 90%;

  & .cat_head {
    text-align: center;
    flex-basis: 28%;
    font-size: 0.7em;
    margin-bottom: 0;

    &img {
      width: 100%;
      height: auto;
    }
  }

  & .cat_txt {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 12px 10px;
    font-size: 0.9em;
    background: #FFF;
    border: solid 1px #555;
    box-sizing: border-box;
    flex-basis: 65%;
    line-height: 1.7;
    letter-spacing: 0.02em;
    border-radius: 0.5em;

    &:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -19px;
      margin-top: -10px;
      border: 10px solid transparent;
      border-right: 10px solid #FFF;
      z-index: 2;
    }

    &:after {
      content: "";
      position: absolute;
      top: 50%;
      left: -20px;
      margin-top: -10px;
      border: 10px solid transparent;
      border-right: 10px solid #555;
      z-index: 1;
    }
  }

  &.cat_reverse {
    flex-direction: row-reverse;

    & .cat_txt {
      margin-top: 0;

      &::after {
        transform: rotate(180deg);
        left: unset;
        right: -20px;
      }

      &::before {
        transform: rotate(180deg);
        left: unset;
        right: -19px;
      }
    }
  }
}

@media (width > 896px) {
  .tit_cat {
    font-size: 1.3em;
    line-height: 1.7;
  }

  .cat {
    max-width: 690px;
    margin: auto;

    & .cat_head {
      font-size: 1.1em;
      flex-basis: 21%;
    }

    & .cat_txt {
      font-size: 1.1em;
      flex-basis: 75%;
    }
  }
}

.accordion__input {
  display: none;
}

.accordion__label {
  display: block;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(45, 4, 0, 0.95);
  background: rgba(244, 236, 225, 0.3);
  border: solid 1px rgba(45, 4, 0, 0.3);
  padding: 8px 30px 8px 15px;
  margin-bottom: 3px;
  border-radius: 4px;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(45, 4, 0, 0.45);
    border-right: 1px solid rgba(45, 4, 0, 0.45);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    &:hover {
      width: 8px;
      height: 8px;
      border-width: 2px;
      -moz-transition: width .3s ease-out;
      -webkit-transition: width .3s ease-out;
      transition: width .3s ease-out;
      -moz-transition: height .3s ease-out;
      -webkit-transition: height .3s ease-out;
      transition: height .3s ease-out;
    }
  }
}

.accordion {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.accordion__input:checked+.accordion__label {
  opacity: 0.75;
}

.accordion__input:checked+.accordion__label:after {
  transform: rotate(135deg);
  transition: .5s;
}

.accordion__input:checked+.accordion__label+.accordion {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}