@charset "utf-8";
/* ----------------------------------------
【HOME】CTA
-------------------------------------------*/
section.cta_area {
  background: #0094d2 url(/live/oe_/https://wisebug.com/img/cta_bg.jpg) repeat-x center center scroll;
  height: 580px;
  margin: 0;
  padding: 42px 0;
}

.cta_info {
  background: #fff;
  border: #9cd8e4 10px solid;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 75px 0;
  border-radius: 50%;
}
.cta_title {
  margin-bottom: 15px;
}
.cta_btn a {
  margin-bottom: 15px;
  display: block;
}
.cta_btn a:hover {
}
.cta_tel p.cta_tel_pc a {
  font-size: 37px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
}
.cta_tel p.cta_tel_sp a {
  display: none;
}
.cta_tel .cta_time {
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
@media screen and (max-width: 640px) {
  .cta_info {
    background: #fff;
    border: #9cd8e4 10px solid;
    width: 85%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    padding: 25px;
    border-radius: unset;
  }
  section.cta_area {
    background: #0e7fb9;
    height: auto;
    margin: 0;
    padding: 40px 0;
  }
  .cta_tel p.cta_tel_pc a {
    display: none;
  }
  .cta_tel p.cta_tel_sp a {
    display: block;
    font-size: 26px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.4;
  }
}
/* ----------------------------------------
【HOME】イントロ
-------------------------------------------*/
section#intro {
  background: #fefef6 url(/live/oe_/https://wisebug.com/img/intro_bg.jpg) repeat top center scroll;
  margin: 0;
  padding: 0;
}
.intro_wrap {
  background: url(/live/oe_/https://wisebug.com/img/intro_photo_pc.png) no-repeat center 25px scroll;
}
section#intro h2 {
  padding-top: 30px;
}
.intro_text {
  text-align: center;
  padding: 25px;
}

/*下層*/
.intro_wrap_kin {
  background: url(/live/oe_/https://wisebug.com/img/sub_intro_photo_pc_kin.png) no-repeat center 60px
    scroll;
}
.intro_wrap_wb {
  background: url(/live/oe_/https://wisebug.com/img/sub_intro_photo_pc_wg.png) no-repeat center 60px scroll;
}
.ribon {
  background: url(/live/oe_/https://wisebug.com/img/sub_intro_title_ribon.png) no-repeat center center
    scroll;
  width: 508px;
  height: 84px;
  margin: 0 auto;
  padding: 2px 0 0px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}
.subPage .intro_text {
  text-align: left;
  margin: 0 auto;
  padding: 80px 25px;
  color: #fff;
  width: 850px;
}
.kokuban_bg {
  background: url(/live/oe_/https://wisebug.com/img/sub_intro_kokuban.png) no-repeat center 0px scroll;
  height: 412px;
  margin-top: 2em;
  margin-bottom: 5em;
}
.bg-clr {
  background: #438dca;
  color: #fff;
  padding: 5px 15px;
  margin-right: 1em;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  section#intro {
    margin: 0 3%;
  }
  .intro_wrap {
    background: none;
  }
  .subPage .intro_text {
    background: #005c57;
    border: #cd915f 8px solid;
    box-shadow: #746a6a 5px 5px 0px;
    width: auto;
    padding: 2em;
  }
  .kokuban_bg {
    background: navajowhite;
    height: auto;
    margin-bottom: 4em;
  }
  .ribon {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .ribon {
    background-size: contain;
    width: auto;
    font-size: 20px;
    padding-top: 13px;
  }
}

/* ----------------------------------------
【HOME】バナーエリア
-------------------------------------------*/
.bnrArea {
  background-color: #fff66c;
  padding: 4em 0;
}
ul.bnr01 {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}

ul.bnr01 li {
  margin: 1% 2%;
  width: 28%;
}
ul.bnr01 li a img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  ul.bnr01 li {
    margin: 1.2%;
  }
}
@media screen and (max-width: 688px) {
  ul.bnr01 li {
    margin: 1%;
    width: 48%;
  }
}
@media screen and (max-width: 460px) {
  ul.bnr01 li {
    margin: 1.5%;
    width: 80%;
  }
}

/* ----------------------------------------
【HOME】block01
-------------------------------------------*/
ul.block01 {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

ul.block01 li {
  /*width: 29%;*/
  margin: 0.5% 1%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  ul.block01 li {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 640px) {
  ul.block01 li {
    width: 50%;
    margin: 0;
  }
}
/* ----------------------------------------
【HOME】block02
-------------------------------------------*/
ul.block02 img {
  max-width: 100%;
}

ul.block02 li {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}
ul.block02 li.c_set_01,
ul.block02 li.c_set_02,
ul.block02 li.c_set_03 {
  width: 46%;
  margin: 2%;
  border: #000 3px solid;
  border-radius: 15px;
  box-shadow: #88abbd 10px 10px 0px;
}
ul.block02 li.c_set_01 {
  width: 98%;
  margin: 2%;
}

.course_img {
  margin: 0px auto;
}
.course_info {
  margin: 20px auto 0px;
}
ul.block02 li.c_set_01 .course_info {
  margin: 0px auto 0px;
}

.course_info p {
  padding: 20px 0px;
  margin: 0 auto;
  text-align: left;
  max-width: 500px;
  line-height: 1.6;
}
.course_info a {
  margin: 0px auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1240px) {
  ul.block02 li.c_set_01 {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 960px) {
  ul.block02 li.c_set_01,
  ul.block02 li.c_set_02,
  ul.block02 li.c_set_03 {
    width: fit-content;
    margin: 4% auto;
  }

  ul.block02 li.c_set_01 .course_info {
    margin: 20px auto 0px;
  }
}

/* ----------------------------------------
【HOME】block03
-------------------------------------------*/
ul.block03 li {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  margin: 2%;
  border: #efefef 5px solid;
  box-shadow: #999 2px 2px 2px;
  border-radius: 10px;
}

.set_img {
  width: 20%;
}
.set_box {
  width: 75%;
}
.set_cate {
  background: #0094d2;
  font-size: 90%;
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 0 10px;
}
.set_title {
  font-weight: bold;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: #ccc 1px solid;
}

@media screen and (max-width: 960px) {
  ul.block03 li {
    margin: 6% 2.5%;
  }
}

/*------------------------------------------
【HOME】NEWS・FBエリア
------------------------------------------*/
#homeNewsArea {
}
#homeNewsArea .box_left {
  /*width: 64%;*/
  width: 64%;
}
#homeNewsArea .box_right {
  /*width: 30%;*/
  width: 30%;
}
.title_news {
  background: url(/live/oe_/https://wisebug.com/img/title_bg_s.png) no-repeat center 0 scroll;
  margin: 0.5em 0 1em;
  font-size: 150%;
  line-height: 1.2;
  text-align: center;
}
.homeNews {
  max-height: 500px;
  background: #fff;
  overflow: auto;
  margin-bottom: 1em;
  border-radius: 10px;
}
#homeNewsArea a.textLink {
  display: block;
  font-size: 16px;
  color: #0094d2;
  text-align: right;
  margin: 20px auto;
  padding: 0px;
  clear: both;
  letter-spacing: 2px;
}
#homeNewsArea a.textLink:before {
  content: "\f138";
  font-family: FontAwesome;
}

@media screen and (max-width: 960px) {
  #homeNewsArea .box_left {
    width: 100%;
    margin: 15px auto;
  }
  #homeNewsArea .box_right {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
}

/*------------------------------------------
【HOME・下層 共通】NEWS
------------------------------------------*/
.newsBox {
  margin: 0 auto;
  padding: 15px 30px;
}
.newsBox p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
}
.news_title {
  color: #333;
  font-weight: bold !important;
  margin-bottom: 1em !important;
  /*padding-bottom: 1em !important;
border-bottom: #ccc 3px solid;*/
}
.news_title a,
.news_title a:hover,
.news_title a:visited {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.news_title a:hover {
  opacity: 0.85;
}
.newsBox dl {
  padding: 20px 10px;
  border-bottom: #666666 1px dotted;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.newsBox dt {
  width: 14%;
  min-width: 120px;
  margin-right: 2%;
}
.newsBox dd {
  line-height: 1.8;
  width: 80%;
  text-align: left;
}
.newsBox dt.date {
  font-weight: bold;
  font-size: 14px;
}
/*.newsBox dt.date:before {
font-weight: 600;
color: #D9B073;
content: "\f138";
font-family: FontAwesome;
padding-right: 1em;
}*/

/*カテゴリ*/
.news_title .cate {
  background: #9b8045;
  padding: 4px 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 85%;
}
.news_title .c01 {
  background: #0094d2;
}
.news_title .c02 {
  background: #f29b76;
}
.news_title .c03 {
  background: #89c997;
}
.news_title .c04 {
  background: #8993cd;
}
.news_title .c05 {
  background: #edaabf;
}
.news_title .c06 {
  background: #cd9ce6;
}
.news_title .c07 {
  background: #84ccc9;
}
.news_title .c08 {
  background: #c2d37f;
}

/*---- news一覧＆詳細 ----*/
.newsPage {
  line-height: 2;
}
.newsTitle {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: bold;
  border-bottom: #000 2px solid;
  padding: 0 0 0.5em 0;
}
.newsPage h2,
.newsPage h3,
.newsPage h4,
.newsPage h5 {
  margin: 0.5em 0;
}
.newsPage img {
  max-width: 100%;
}
.newsPage #pagination {
  width: 100%;
  margin: 3em auto;
}
@media screen and (max-width: 1024px) {
  .newsBox dl {
    display: block;
  }
  .newsBox dl {
    padding: 0.5em;
  }
  .newsBox dt {
    width: 100%;
  }
  .newsBox dd {
    width: 100%;
  }
}

/*-------------------------------------------
【下層】メインイメージ
-------------------------------------------*/
#sub_top {
  background: #dfeffe url(/live/oe_/https://wisebug.com/img/sub_top_bg.jpg) repeat-x center bottom;
  background-size: unset;
  height: 280px;
  width: 100%;
}

/*下層タイトル*/
h2.sub_top_title {
  font-size: 22px;
  color: #624630;
  line-height: 1;
  text-align: center;
  padding: 154px 0 0;
  letter-spacing: 0.2em;
  font-weight: bold;
}

h2.sub_top_title span {
  font-size: 14px;
  display: block;
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  #sub_top {
    background: #dfeffe url(/live/oe_/https://wisebug.com/img/sub_top_bg.jpg) repeat-x center center;
    background-size: cover;
    height: 180px;
    width: 100%;
  }
  h2.sub_top_title {
    font-size: 16px;
    padding: 98px 0 0;
    letter-spacing: 0;
    /* letter-spacing: 0.2em; */
    font-weight: bold;
  }
}

/*------------------------------------------
【下層】スクール説明
-------------------------------------------*/
/*タイトル*/
.class h3.class_title {
  font-family: Comic Sans MS;
  font-family: Verdana;
  font-family: Arial;
  font-family: Impact;
  letter-spacing: 3px;
  font-size: 60px;
  line-height: 1.4;
  font-weight: normal;
  background: none;
  text-align: center;
  box-shadow: unset;
  margin-bottom: 15px;
}
.class h3.class_title span {
  font-size: 45%;
  font-weight: bold;
  display: block;
}
.class h4.title {
  color: #ffffff;
  text-align: left;
  font-size: 120%;
  line-height: 1.4;
  padding: 0.5em 1.5em;
  background: #eb6877;
}
.bg02 h4.title {
  background: #438dca;
}

/*スケジュール*/
.schedule table {
  width: 100%;
  line-height: 1.4;
}
.schedule table tr {
  border-bottom: #666 1px dotted;
}
.schedule table th {
  width: 40px;
  font-size: 16px;
  text-align: center;
  padding: 0px 0px 0px;
}
.schedule table td {
  padding: 1em 1em;
}
.schedule table td.time {
  width: 72px;
  font-weight: bold;
}
.schedule table td.do {
}
.class_01 .schedule table th {
  background: url(/live/oe_/https://wisebug.com/img/sc_line_b.png) repeat-y center 0 scroll;
  color: #438dca;
}
.class_02 .schedule table th {
  background: url(/live/oe_/https://wisebug.com/img/sc_line_p.png) repeat-y center 0 scroll;
  color: #eb6877;
}

/*クラスのポイント*/
.box_border {
  background-color: #ffffff;
  padding: 25px;
  border: #438dca 5px dotted;
  border-radius: 10px;
}
.box_border2 {
  background-color: #ffffff;
  padding: 25px;
  border: #eb6877 5px dotted;
  border-radius: 10px;
}
.box_border .xlarge,
.box_border2 .xlarge {
  font-size: 140%;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .class h3.class_title {
    font-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  .class h3.class_title {
    font-size: 40px;
    margin-bottom: 0;
  }
  .box_border .xlarge,
  .box_border2 .xlarge {
    font-size: 120%;
    line-height: 1.4;
  }
}
/*------------------------------------------
【下層】WISEBUG 英会話教室
-------------------------------------------*/
.class_set {
  align-content: flex-start;
  justify-content: flex-start;
}
.class_set .inner {
  padding: 25px;
}
.class_set dt {
  width: 32%;
}
.class_set dd {
  width: 66%;
}

/*サムネslickスライダー*/
.slider7-wrap {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.slider-7 .slick-slide {
  height: 224px;
  overflow: hidden;
}
.slider-7 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-7 .slick-arrow {
  width: 30px;
  height: 30px;
  background: rgb(177 177 177 / 60%);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 45%;
  z-index: 1;
  /*filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));*/
}
.slider-7 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 30%;
  transform: rotate(45deg);
}

.slider-7 .slick-next {
  right: -33px;
}
.slider-7 .slick-prev {
  left: -33px;
}
.slider-7 .slick-next::before {
  left: 8px;
}
.slider-7 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 8px;
}

.slick_count {
  padding-right: 10px;
}
.slick_count .num {
  display: none;
  font-size: 15px;
  text-align: right;
}
.slick_count .num .nowcnt,
.slick_count .num .allcnt {
  font-size: 18px;
}

@media screen and (max-width: 1240px) {
  .class_set {
    display: block;
  }
  .class_set dt {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
  }
  .class_set dd {
    width: 100%;
  }
}

/*------------------------------------------
【下層】年間スケジュール
-------------------------------------------*/
/*HOMEのみ画像無し*/
.home-event .events_wrapper .list_wrap > li {
  flex-basis: 25%;
  margin: 0%;
  padding: 1%;
  border: #000 1px solid;
  background: #fff;
  border-radius: 0;
}

.home-event .events_wrapper .list_wrap > li .img {
  display: none;
}

/*共通*/
.events_wrapper .list_wrap {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.events_wrapper .list_wrap > li {
  flex-basis: 28%;
  margin: 1%;
  padding: 2%;
  border: #000 1px solid;
  background: #fff;
  border-radius: 0;
}

.events_wrapper .list_wrap > li .img {
  position: relative;
  overflow: hidden;
  padding-top: 0%;
  background: #eaeaea;
  margin-bottom: 15px;
}

.events_wrapper .list_wrap > li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 195px;
  object-fit: cover;
}

/* 表中 */
.events_wrapper {
  font-size: 13px;
}
.events_wrapper h3.month {
  background: #000000;
  color: #fff;
  padding: 5px 2px 3px;
  margin: 0px auto 0px;
  text-align: center;
  font-size: 110%;
  border-radius: 0;
}
.events_wrapper .list_wrap > li .info {
  font-size: 13px;
  line-height: 1.6em;
  /*padding: 5px 15px 15px 15px;*/
}

.events_wrapper ul.text li {
  list-style-type: none;
  border-bottom: #ccc 1px dashed;
  padding: 1em 0;
}
.events_wrapper .circle_k,
.events_wrapper .circle_p {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  margin-right: 3px;
  margin-left: 3px;
}

.events_wrapper .circle_p {
  background: #9aecff;
  color: #3524f3;
}

.events_wrapper .circle_k {
  background: #ffb8e3;
  color: #cc2684;
}

@media screen and (max-width: 1024px) {
  .home-event .events_wrapper .list_wrap > li {
    flex-basis: 33%;
  }
}
@media screen and (max-width: 960px) {
  .home-event .events_wrapper .list_wrap > li {
    flex-basis: 50%;
  }
  .events_wrapper .list_wrap > li {
    width: 50%;
    margin: 0%;
    padding: 1%;
  }
}
@media screen and (max-width: 687px) {
  .events_wrapper .list_wrap > li {
    width: 100%;
    margin: 3%;
    padding: 4%;
  }
}

/*--------------------
【下層】MOVIE
---------------------*/
.movie .list_wrap {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.movie .list_wrap > li.youtube {
  flex-basis: 46%;
  margin: 2%;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 12;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .movie .list_wrap > li.youtube {
    flex-basis: 100%;
    margin: 1%;
    padding: 1%;
  }
}
/*--------------------
【下層】WISEBUGの特徴
---------------------*/
.tokucho section#intro h2 {
  padding-top: 0px;
}
.tokucho .ribon {
  background: url(/live/oe_/https://wisebug.com/img/sub_intro_title_ribon.png) no-repeat center center
    scroll;
  width: 508px;
  height: 84px;
  margin: 0 auto;
  padding: 11px 0 0px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}
ul.mission {
  padding: 0.5em;
  font-size: 105%;
}
ul.mission li {
  padding: 0.5em;
  border-bottom: #eb6877 1px dashed;
}
ul.mission li:before {
  content: "◆ ";
  color: #eb6877;
}

.prtext {
  text-align: center;
  font-size: 120%;
  padding: 0.5em 0 1.5em;
}

.feature ul.flexbox {
  width: 100%;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.feature ul li.feature_img {
  width: 28%;
  min-width: 260px;
}
.feature ul li.feature_txt {
  width: 72%;
  box-shadow: 10px 10px 0px #ddd7ab;
  border-radius: 10px;
}
.feature ul li.feature_img img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  box-shadow: 10px 10px 0px #ddd7ab;
}
.tokucho .box_border {
  background-color: #ffffff;
  padding: 25px 25px 30px 25px;
  border: #438dca 5px dotted;
  border-radius: 10px;
}
.tokucho .box_border2 {
  background-color: #ffffff;
  padding: 25px 25px 30px 25px;
  border: #eb6877 5px dotted;
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .tokucho .xxlarge {
    font-size: 140%;
  }
  ul.mission {
    font-size: 100%;
  }
  .prtext {
    text-align: left;
    font-size: 100%;
    padding: 15px;
  }
  .feature ul.flexbox {
    align-items: flex-start;
  }
  .feature ul li.feature_img {
    width: 30%;
    min-width: auto;
    padding: 10px;
  }
  .feature ul li.feature_txt {
    width: 66%;
    margin: 2% auto;
  }
  .feature ul li.feature_img img {
    width: auto;
    height: auto;
    /*border-radius: 5%;*/
    box-shadow: 10px 10px 0px #ddd7ab;
  }
  .tokucho .box_border,
  .tokucho .box_border2 {
    padding: 20px;
  }
  .tokucho .midashi {
    font-weight: bold;
    font-size: 120%;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .tokucho .ribon {
    background-size: contain;
    width: auto;
    font-size: 18px;
    padding-top: 20px;
  }
  .tokucho .box_border,
  .tokucho .box_border2 {
    padding: 15px;
  }
  .feature ul.flexbox {
    display: block;
    margin: 0px auto 10%;
  }
  .feature ul li.feature_img {
    width: 60%;
    margin: 0 auto;
  }
  .feature ul li.feature_txt {
    width: 100%;
    margin: 3% auto;
  }
  .feature ul li.feature_img img {
    border-radius: 5%;
  }
  .pc-tb {
    display: none;
  }
}

/*--------------------
【下層】お客様の声
---------------------*/
.voice_wrap {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.voice_wrap .article img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.voice_img {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.voice_img a {
  width: 100%;
}
.voice_wrap .article {
  background: #f5f1de url(/live/oe_/https://wisebug.com/img/bg1.png) repeat top center scroll;
  padding: 1em 1.5em;
  margin: 2%;
  border-radius: 5px;
  width: 46%;
}
@media screen and (max-width: 688px) {
  .voice_wrap .article {
    width: 100%;
  }
}
/* ----------------------------------------
【下層】ギャラリー
------------------------------------------- */
.link_year {
}
.link_year a {
  display: inline-block;
  font-size: 15px;
  background: #438dca;
  padding: 0.2em 1.6em 0.2em 1.3em;
  margin: 1% 0.5%;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: #ccc 2px 2px 2px;
}
.link_year a:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #fff;
  font-size: 100%;
}
.link_year a:hover {
  opacity: 0.9;
}

/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
/*#tabcheck1:checked ~ #tabcontent1 { display: block; }
#tabcheck2:checked ~ #tabcontent2 { display: block; }
#tabcheck3:checked ~ #tabcontent3 { display: block; }*/

.gallery {
  padding: 2em 0;
  margin: 0;
}
.gallery h3 {
  color: #438dca;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 1%;
  margin: 0 0 1% 0;
  background: #e1ecf5;
}

.gallery dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0;
  margin: 0 0 2% 0;
}
.gallery dl dd {
  width: 18%;
  padding: 0;
  margin: 1%;
  /*float: left;*/
}

.gallery dl dd a img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: #fff 5px solid;
  box-shadow: #ccc 2px 2px 2px;
}

@media screen and (max-width: 960px) {
  .gallery dl dd {
    width: 25%;
    margin: 1%;
  }
  #pagination li a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 688px) {
  .gallery dl dd {
    width: 48%;
    margin: 1%;
  }
}

/* ----------------------------------------
【共通】ページャー
------------------------------------------- */
#pagination {
  width: 100%;
  margin: 2em auto 1em;
}
#pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
#pagination li {
  margin-right: 7px;
  margin-left: 7px;
  line-height: 1.5;
}
#pagination li a {
  display: block;
  color: #000;
  border: 1px solid #000;
  /* width: 30px; */
  /* height: 30px; */
  /* padding-top: 7px; */
  padding: 10px 15px;
  background: #fff;
  text-align: center;
  text-decoration: none;
}
#pagination li.active a {
  background: #000;
  color: #fff;
}

/* ----------------------------------------
【下層】サイトマップ
-------------------------------------------*/
.sitemap .flexbox ul li {
  border-bottom: #999 1px dashed;
  padding: 0.5em 1em;
}
.sitemap .flexbox ul li a {
  text-decoration: none;
  color: #624630;
  font-weight: bold;
}
.sitemap .flexbox ul li a:hover {
  text-decoration: underline;
}
.sitemap .flexbox ul li a:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 0.5em;
  font-size: 100%;
}

/* ----------------------------------------
【下層】料金表
-------------------------------------------*/
.table_area {
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: nowrap; /* テキストの折り返しなし */
}
table.price {
  width: 100%; /* tableタグの親要素より広く */
  text-align: left;
  margin: 0px auto;
}

table.price th,
table.price td {
  vertical-align: middle;
  padding: 0.5em 1em;
  border: #ccc 1px solid;
  /*border-bottom: #ccc 1px solid;*/
}
table.price th {
  background-color: #f3f2f1;
  text-align: center;
}
table.price td {
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
}
table.price th.bg1 {
  background-color: #fef0b9;
}
table.price th.bg2 {
  background-color: #fee8eb;
}
table.price th.bg3 {
  background-color: #d3f2f9;
}
table.price th.bg4 {
  background-color: #d3f9d4;
}

@media screen and (max-width: 960px) {
  .table_area {
    overflow-x: auto; /* tableタグのはみ出た要素を隠す */
    white-space: nowrap; /* テキストの折り返しなし */
  }
  table.price {
    width: auto; /* tableタグの親要素より広く */
    text-align: left;
    margin: 0px auto;
  }
}

/* ----------------------------------------
【下層】スタッフ紹介
-------------------------------------------*/
.staff_list .cont_wrap {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
p.title_a.mt3 {
  order: 1;
  width: 100%;
}

.staff_list ul {
  padding: 3%;
  background: #fff;
  border: #fff1b0 2px solid;
  border-radius: 10px;
  margin-bottom: 1em;
}
.staff_list ul li.staff_img {
  width: 15%;
  text-align: center;
  padding: 0;
}
.staff_list ul li.staff_txt {
  width: 82%;
  padding: 0;
}
.staff_list ul li.staff_img img {
  border: #fcd002 5px solid;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.staff_list ul li.staff_txt .st1 {
  background: #fff1b0;
  padding: 0.8em 1em 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .staff_list ul {
  }
  .staff_list ul li.staff_img {
    width: 20%;
    margin: 0 auto 15px;
  }
  .staff_list ul li.staff_txt {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .staff_list ul li.staff_img {
    width: 25%;
    margin: 5px auto 10px;
  }
}
/* ----------------------------------------
【下層】お問い合わせ
-------------------------------------------*/
.contact .box_border {
  background: #fff;
  border: #4caf50 5px solid;
  max-width: 90%;
  margin: 00px auto 0;
  padding: 00px 0px;
  border-radius: 10px;
}
.contact .tel,
.contact .tel a {
  font-size: 50px;
  line-height: 1.6;
  color: #4caf50;
  text-decoration: none;
}

/*------------------------------------------
【下層】　個人情報保護方針
------------------------------------------*/
dl.privacy dt {
  font-weight: bold;
  border-bottom: #432b18 1px dotted;
  margin: 10px auto;
  color: #432b18;
}

/* ----------------------------------------
【下層】FAQ
-------------------------------------------*/
.content dl.faq {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}
.content dl.faq dt {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color: #1e4262;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-image: url(/live/oe_/https://wisebug.com/img/bg_03.png);
}
.content dl.faq dt span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #169cc9;
  text-align: center;
  display: block;
  width: 50px;
  padding-top: 10px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 10;
}
.content dl.faq dt span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -3px;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #169cc9;
  border-left: 12px solid transparent;
  z-index: 0;
  transform: rotate(-40deg);
}
.content dl.faq dd {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 1.6;
}

/* ----------------------------------------
【下層】吹き出し
-------------------------------------------*/
/*吹き出し*/
.arrow_box {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  height: auto;
  background: #ffffff;
  padding: 0.5em 1em;
  text-align: left;
  border: 4px solid #4caf50;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 22%;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #ffffff;
}
.arrow_box:before {
  border-color: rgba(76, 175, 80, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  margin-top: 4px;
  border-top-color: #4caf50;
}

/*------------------------------------------
【下層】STEP
-------------------------------------------*/
#step {
  padding: 20px;
}
#step .flexbox {
  width: auto;
  justify-content: flex-start;
  border: #4caf50 1px solid;
  padding: 0%;
  background: #fffdf2;
  border-radius: 5px;
  box-shadow: #efefef 5px 5px 0px;
}
#step .step_img {
  width: 25%;
}
#step dl {
  width: 70%;
  padding-left: 3%;
  line-height: 1.5;
}
#step dl dt {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #4caf50 1px dotted;
  padding: 10px 0;
  margin: 15px 0 15px;
}
#step dl dt span {
  background: #4caf50;
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 85%;
}
#step .arrow {
  text-align: center;
  margin: 15px auto;
}
@media screen and (max-width: 1024px) {
  #step dl {
    width: 70%;
    font-size: 14px;
  }
  #step dl dt {
    font-size: 110%;
    padding: 5px 0 10px;
    margin: 10px 0 5px;
  }
}
@media screen and (max-width: 960px) {
  #step dl {
    width: auto;
    padding: 0 20px 20px 20px;
  }
  #step .step_img {
    text-align: center;
    width: 80%;
    margin: 20px auto 0;
  }
}

/* 20250305 */
p.price_01 {
  text-align: right;
}
