@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
@import url(lib/hiraku.min.css);
@import url(lib/slick.css);
@import url(lib/slick-theme.css);
/* -------------------------
  ini
------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

html, body, button, input, select, textarea {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
}

body {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
}

a {
  color: #00a0d4;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #ea3c3c;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* -------------------------
　display
------------------------- */
@media (min-width: 769px) {
  .spShow {
    display: none;
  }
}
@media (max-width: 768px) {
  .pcShow {
    display: none;
  }
}
.pagelink {
  display: block;
  width: 1px;
  height: 1px;
  margin-top: -130px;
  padding-top: 130px;
}

@media (max-width: 768px) {
  .scroll_x {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 8px;
    padding: 1px;
    border: 1px solid #dedede;
  }

  .scroll_x > table {
    width: auto;
    min-width: 100%;
  }

  .scroll_x th, .scroll_x td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
}
/* -------------------------
  layout
------------------------- */
html {
  min-width: 1050px;
}

.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.l-lowerpage {
  padding: 20px 0 50px 0;
}

.l-row {
  padding: 60px 0;
}

.l-colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.l-col-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px;
  padding: 65px 50px 65px 0;
}

.l-col-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
  padding: 50px 0 0 50px;
  border-left: 1px solid #dedede;
}

.l-col-long {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 630px;
          flex: 0 1 630px;
}

.l-col-short {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 330px;
          flex: 0 1 330px;
}

.l-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 305px;
          flex: 0 1 305px;
}

@media (max-width: 768px) {
  html {
    min-width: 320px;
  }

  .group {
    display: block;
  }

  .inner {
    width: 100%;
    padding: 0 10px;
  }

  .l-lowerpage {
    padding: 0 0 30px;
    /*padding: (60px / 2.5) 0 (60px / 2.0);*/
  }

  .l-row {
    padding: 24px 0 30px;
  }

  .l-colWrap,
  .l-col-main,
  .l-col-side,
  .l-col-long,
  .l-col-short,
  .l-col-3 {
    display: block;
    width: 100%;
  }

  .l-colWrap {
    padding: 0 15px;
  }

  .l-col-main {
    padding: 0;
  }

  .l-col-side {
    padding-left: 0;
    border-left: none;
  }
}
/* -------------------------
  コンテンツ
------------------------- */
.main {
  width: 720px;
}

.side {
  width: 240px;
}

@media (max-width: 768px) {
  .main {
    width: auto;
    margin-bottom: 60px;
  }

  .side {
    width: auto;
  }
}
/* -------------------------
  グーグルマップ
------------------------- */
.access iframe {
  display: block;
  width: 100%;
  height: 390px;
}

/* -------------------------
  pagetop
------------------------- */
.pagetop {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
.pagetop > a {
  display: block;
  width: 57px;
  height: 57px;
  background: url(../img/pagetop_btn.png) no-repeat 50% 50%/contain;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.pagetop > a:hover {
  opacity: 0.7;
}

/* -------------------------
  pageTitle
------------------------- */
.pageTitle {
  padding: 40px 0;
  background: url(../img/base_bg.png) !important;
}
.pageTitle_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.pageTitle h1 {
  font-size: 2.4rem;
  letter-spacing: 0.28rem;
}
.pageTitle h1 span {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #00a0d4;
}

@media (max-width: 768px) {
  .pageTitle {
    padding: 20px 15px;
  }
  .pageTitle h1 {
    font-size: 1.8rem;
  }
  .pageTitle h1 span {
    margin-left: 10px;
    font-size: 0.9rem;
  }
}
/* -------------------------
  topicpath
------------------------- */
.topicpath {
  padding: 10px 0;
}
.topicpath ul {
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
}
.topicpath ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}
.topicpath ul li:not(:first-child)::before {
  content: '＞';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .topicpath {
    padding: 10px 15px;
  }
}
/* -------------------------
  localNav
------------------------- */
.localNav_title {
  padding: 20px 10px;
  background: #00a0d4;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.localNavList {
  list-style: none;
}
.localNavList li {
  border-bottom: 1px dotted #00a0d4;
}
.localNavList a {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 15px 20px 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.localNavList a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  background: url(../img/ic_arr_right_keycolor.png) no-repeat center/100%;
}

/* -------------------------
  conversion
------------------------- */
#conversion {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 1;
  width: 240px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cvContactBlock {
  background: #fff;
}

.cvContactBlock_top {
  padding: 15px 0;
}

.cvContactBlock_head {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

.cvContactBlock_tel {
  text-align: center;
}

.cvContactBlock_tel .tel::before {
  background-image: url(../img/ic_tel_keycolor.png);
}

.cvContactBlock_tel_subtext1 {
  display: block;
  font-size: 1.2rem;
}

.cvContactBlock_link a {
  display: block;
  padding: 7px;
  background: linear-gradient(120deg, #00ace3 50%, #00a0d4 50%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06rem;
}
.cvContactBlock_link a::after {
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 5px;
  background: url(../img/ic_arr_right.png) no-repeat center/100%;
}
.cvContactBlock_link a:hover {
  background: linear-gradient(120deg, #0074c2 50%, #006bb3 50%);
}

.cvContactBlock_btn a {
  display: block;
  width: 185px;
  margin: 5px auto 0;
  padding: 8px 0;
  background: linear-gradient(120deg, #00ace3 50%, #00a0d4 50%);
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.cvContactBlock_btn a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: url(../img/ic_pc.png) no-repeat center/100%;
  vertical-align: -3px;
}
.cvContactBlock_btn a:hover {
  background: linear-gradient(120deg, #0074c2 50%, #006bb3 50%);
}

.sp-cvContactBlock_btn {
  display: none;
}

@media (max-width: 768px) {
  #conversion {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #conversion.is-on {
    -webkit-box-shadow: 0 0 12px 0 rgba(31, 38, 105, 0.2);
            box-shadow: 0 0 12px 0 rgba(31, 38, 105, 0.2);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .cvContactBlock {
    position: relative;
  }

  .sp-cvContactBlock_btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: 1;
    margin-right: 10px;
  }

  .sp-cvContactBlock_btn span {
    display: block;
    width: 60px;
    padding: 39px 0 7px;
    background: #ffd900 url(../img/ic_sp-cvContactBlock_btn.png) no-repeat center 8px/24px 24px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #00a0d4;
    -webkit-box-shadow: 0 0 12px 0 rgba(31, 38, 105, 0.2);
            box-shadow: 0 0 12px 0 rgba(31, 38, 105, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* -------------------------
  bannerBlock
------------------------- */
.bannerBlock.theme-side > * {
  margin-bottom: 10px;
  text-align: center;
}

.bannerBlock a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .bannerBlock {
    margin-left: 0;
  }

  .bannerBlock > * {
    padding-left: 0;
  }
}
/* -------------------------
  blockHead
------------------------- */
.blockHead {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.28rem;
}

.blockHead[class^="theme-"]::before,
.blockHead[class*=" theme-"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 12px;
}

.blockHead.theme-news::before {
  background: url(../img/ic_news.png) no-repeat center/100%;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 15px 15px;
  font-size: 1.4rem;
}

.table th {
  background: #00a0d4;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
  border: 1px solid #fff;
  border-top-color: #00a0d4;
}

.table th:first-child {
  border-left-color: #00a0d4;
}

.table th:last-child {
  border-right-color: #00a0d4;
}

.table td {
  border: 1px solid #00a0d4;
  text-align: center;
}

.noteList {
  list-style: none;
}

.noteList li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.2rem;
  color: #666;
}
.noteList li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .blockHead {
    margin-bottom: 10px;
  }
}
/* -------------------------
  newsList
------------------------- */
.newsList {
  list-style: none;
  border-top: 1px solid #dedede;
}
.newsList li {
  border-bottom: 1px solid #dedede;
}
.newsList a {
  position: relative;
  display: block;
  padding: 25px 30px 25px 10px;
  color: inherit;
}
.newsList a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  display: block;
  width: 9px;
  height: 14px;
  margin: auto;
  background: url(../img/ic_arr_right_keycolor.png) no-repeat 50% 50%/contain;
}
.newsList a:hover {
  background-color: #f0f9fc;
}
.newsList_title {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.newsList_important {
  background-color: #fff6f7;
}
.newsList_important a {
  color: #ee4d60;
}
.newsList_important a::before {
  background-image: url(../img/ic_arr_right_important.png);
}

[class*='newsicon'] {
  display: inline-block;
  vertical-align: middle;
  min-width: 110px;
  margin-right: 15px;
  padding: 3px;
  background: #00a0d4;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
[class*='newsicon'] ~ h1 {
  margin-top: 5px;
}

.newsDate {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .newsList a {
    padding: 15px 30px 15px 15px;
  }
  .newsList a::before {
    right: 0;
    bottom: 0;
    content: ' ';
    display: block;
    width: 13px;
    height: 13px;
    margin: auto;
    background: url(../img/ic_arr_right_keycolor.png) no-repeat center/100%;
    opacity: 0.8;
  }
  .newsList span:not([class]) {
    display: block;
    margin: 15px 0 10px;
    font-size: 11px;
  }
}
/* -------------------------
  newsBlock
------------------------- */
.newsBlock_btn {
  margin-top: 20px;
  text-align: center;
}

.newsBlock_btn .btn {
  position: relative;
  display: inline-block;
  padding: 7px 25px 7px 15px;
  border: 1px solid #00a0d4;
  border-radius: 100px;
  color: #00a0d4;
  font-size: 1.2rem;
  text-align: center;
}
.newsBlock_btn .btn::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url(../img/ic_arr_right_keycolor.png) no-repeat center/contain;
}
.newsBlock_btn .btn:hover {
  background: #00a0d4;
  color: #fff;
}
.newsBlock_btn .btn:hover::before {
  background-image: url(../img/ic_arr_right.png);
}

@media (max-width: 768px) {
  .newsBlock {
    margin-bottom: 30px;
  }
}
/* -------------------------
  セミナー・イベント
------------------------- */
.seminar_event_list .newsList {
  display: block;
  margin-left: 0;
}
.seminar_event_list .newsList a {
  width: 100%;
}

/* -------------------------
  会員事業者一覧
------------------------- */
.member_table th {
  background: #f0f9fc;
  text-align: left;
  border-bottom: 4px solid #fff;
  width: 20%;
}

@media (max-width: 768px) {
  .member_table th {
    width: 30%;
    font-size: 1.4rem;
  }
  .member_table td {
    font-size: 1.4rem;
  }
}
.member_read_txt p {
  font-size: 2.0rem !important;
}

@media (max-width: 768px) {
  .member_read_txt p {
    font-size: 1.8rem !important;
    line-height: 1.6;
  }
}
.member_table_tell {
  font-weight: bold;
  font-size: 2.0rem;
}

.wae-section-accordion-title.wae-section-margin-moderate + .wae-section-accordion-body {
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .wae-section-accordion-title {
    margin-bottom: 0 !important;
  }
}
/* -------------------------
  朝市
------------------------- */
.morningmarket_slider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.morningmarket_slider_list_item {
  border: 1px solid #fff;
}

.morningmarket_slider_list .prev-arrow {
  position: absolute;
  left: -19px;
  top: 44%;
  z-index: 99;
}

.morningmarket_slider_list .next-arrow {
  position: absolute;
  right: -19px;
  top: 44%;
}

.asaichi_event_wrap {
  background: #f8f7f2;
  padding: 40px 40px 20px 40px;
}

.asaichi_event_text {
  background: #fff;
  font-weight: bold;
  font-size: 2.2rem !important;
  padding: 20px 20px;
}

.asaichi_read_text p {
  font-size: 2.4rem !important;
  color: #00a0d4;
}

@media (max-width: 768px) {
  .morningmarket_slider {
    padding: 0 20px;
  }

  .asaichi_event_wrap {
    padding: 15px 15px 5px 15px;
  }

  .asaichi_event_text {
    font-size: 1.6rem !important;
    padding: 15px;
  }
}
/* -------------------------
  お問い合わせ
------------------------- */
.wae-section-block p.contact_tell {
  color: #00a0d4;
  font-size: 3.0rem;
  font-weight: bold;
}
.wae-section-block p.contact_tell::before {
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 8px;
  background: url(../img/ic_tel_keycolor.png) no-repeat center/100%;
}

/* -------------------------
  その他
------------------------- */
/* pcとsp表示切替　*/
.pcDisplay {
  display: block;
}

.spDisplay {
  display: none;
}

@media (max-width: 768px) {
  .pcDisplay {
    display: none;
  }

  .spDisplay {
    display: block;
  }
}
/* テーブル整え */
.table_ready th {
  background: #f0f9fc;
  text-align: left;
  border-bottom: 4px solid #fff;
  width: 20%;
}

@media (max-width: 768px) {
  .table_ready th {
    width: 35%;
  }
}
/* -------------------------
  バナーエリア
------------------------- */
.bannerArea {
  padding: 38px 0;
  background: rgba(128, 110, 19, 0.1);
}
.bannerArea_list_top {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 -30px;
}
.bannerArea_list_top > li {
  width: calc(100% / 3 - 30px);
  margin: 0 0 30px 30px;
}
.bannerArea_list_top > li > a {
  display: block;
}
.bannerArea_list_top > li > a:hover {
  opacity: 0.7;
}
.bannerArea_list_btm {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -25px -25px;
}
.bannerArea_list_btm > li {
  width: calc(100% / 5 - 25px);
  margin: 0 0 25px 25px;
}
.bannerArea_list_btm > li > a {
  display: block;
}
.bannerArea_list_btm > li > a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .bannerArea {
    padding: 15px 0;
  }
  .bannerArea_list_top {
    margin: 0 0 0 -10px;
  }
  .bannerArea_list_top > li {
    width: calc(100% / 2 - 10px);
    margin: 0 0 10px 10px;
  }
  .bannerArea_list_btm {
    margin: 0 0 -10px -10px;
  }
  .bannerArea_list_btm > li {
    width: calc(100% / 3 - 10px);
    margin: 0 0 10px 10px;
  }
}
/* -------------------------
  fixHeader
------------------------- */
#fixHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#fixHeader .gnavList a {
  padding: 20px 10px;
}
#fixHeader .gnavList a::before {
  content: none;
}
#fixHeader.headroom--pinned {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#fixHeader.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#fixHeader.headroom--top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (max-width: 768px) {
  #fixHeader {
    display: none;
  }
}
/* -------------------------
  header
------------------------- */
.header, #fixHeader {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.header_topAtea {
  padding: 15px 0 16px;
  background: url(../img/base_bg_keycolor.png);
}

.header_topAtea .logo {
  width: 208px;
}
.header_topAtea .logo a {
  display: block;
}
.header_topAtea .logo a:hover {
  opacity: 0.7;
}

.tel {
  font-size: 2.5rem;
  font-weight: bold;
}
.tel::before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 8px;
  background: url(../img/ic_tel.png) no-repeat center/100%;
}

.sp-headMenuBtn {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }

  .header, #fixHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .js-hiraku-offcanvas-body-right {
    left: 0 !important;
  }

  .js-hiraku-offcanvas-body-right .header, .js-hiraku-offcanvas-body-right #fixHeader {
    margin-left: -70%;
  }

  .js-hiraku-offcanvas-body > * {
    -webkit-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
  }

  .js-hiraku-offcanvas-body-right > * {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: -70%;
  }

  .js-hiraku-offcanvas-body-right > .contents {
    top: 50px;
    background: #fff;
    z-index: 2;
  }

  .header_topAtea {
    padding: 0;
  }

  .header_topAtea > .inner {
    position: relative;
    height: 50px;
  }

  .header_topAtea .logo {
    width: 142px;
    padding-top: 9px;
  }

  .sp-headMenuBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    margin: auto;
    background: none;
    border: none;
    outline: none;
  }
}
/* -------------------------
  gnav
------------------------- */
.gnav {
  padding: 5px 0;
}

.gnavList {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-left: 2px dotted #dedede;
}

.gnavList > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 2px dotted #dedede;
}

.gnavList a {
  position: relative;
  display: block;
  padding: 60px 10px 5px;
}
.gnavList a::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: block;
  width: 70px;
  height: 44px;
  background: url(../img/ic_about.png) no-repeat center/100%;
}
.gnavList a:hover {
  background: #f2f8fa;
}

.gnavList_about a::before {
  background: url(../img/ic_about.png) no-repeat center/100%;
}

.gnavList_service a::before {
  background: url(../img/ic_service.png) no-repeat center/100%;
}

.gnavList_active a::before {
  background: url(../img/ic_active.png) no-repeat center/100%;
}

.gnavList_member a::before {
  background: url(../img/ic_member.png) no-repeat center/100%;
}

.gnavList_seminar a::before {
  background: url(../img/ic_seminar.png) no-repeat center/100%;
}

.gnavList strong {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #444;
}

.gnavList span {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
  font-weight: bold;
  color: #00a0d4;
  letter-spacing: 0.3rem;
}

@media (max-width: 768px) {
  .gnavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
    border-left: none;
  }

  .gnavList > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: block;
    border-right: none;
  }
}
/* -------------------------
  toggleメニュー
------------------------- */
@media (max-width: 768px) {
  .sp-headMenuBtn.is-active .hiraku-open-btn-line {
    background: none;
  }
  .sp-headMenuBtn.is-active .hiraku-open-btn-line::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sp-headMenuBtn.is-active .hiraku-open-btn-line::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .spContentBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #000;
    opacity: 0.5;
  }

  .spContent {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    padding-top: 50px;
    margin-top: -50px;
  }
  .spContent.is-open {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin-top: 0;
  }

  .header, #fixHeader {
    -webkit-transition: none;
    transition: none;
  }

  .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 101;
    width: calc(100% - 30%);
    overflow: auto;
    background: #fff;
    -webkit-transition: left .3s;
    transition: left .3s;
  }
  .gnav.is-open {
    left: 30%;
  }
}
/* -------------------------
  footer
------------------------- */
.footer {
  position: relative;
  background: url(../img/base_bg_keycolor.png);
  color: #fff;
  margin-top: 36px;
}
.footer::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 76px;
  margin-bottom: -38px;
  background: url(../img/base_bg_wave_keycolor.png) repeat-x 50% 50%/auto 100%;
}

.footer > .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_topAtea {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../img/border_wave.png) repeat-x 0 100%;
}

.footer_topAtea > .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.footer_topAtea > .logo a {
  display: inline-block;
  width: 325px;
}

.footer_info_text {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.footer_info_text > dt,
.footer_info_text > dd {
  display: table-cell;
  vertical-align: top;
}

.footer_info_text > dt {
  position: relative;
  width: 70px;
  text-align: justify;
}
.footer_info_text > dt::after {
  position: absolute;
  right: 0;
  content: '：';
  letter-spacing: 0;
}

.footer_info_text_add::first-letter {
  padding-right: 2.6rem;
}

.footer_info_tel,
.footer_info_fax {
  display: inline-block;
}
.footer_info_tel:not(:first-child),
.footer_info_fax:not(:first-child) {
  margin-right: 5px;
}

.footer_info_tel .tel,
.footer_info_fax .tel {
  color: inherit;
}
.footer_info_tel .tel::before,
.footer_info_fax .tel::before {
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 10px;
  vertical-align: -2px;
}

.footer_info_fax .tel::before {
  height: 2rem;
  background-image: url(../img/ic_fax.png);
  background-size: contain;
}

.footerNavList {
  list-style: none;
  margin-bottom: 10px;
  text-align: center;
}

.footerNavList li {
  display: inline-block;
  margin: 0 7px;
}

.footerNavList a {
  color: inherit;
  font-size: 1.4rem;
}
.footerNavList a::before {
  content: '';
  display: inline-block;
  vertical-align: 2px;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 3px;
  background: url(../img/ic_arr_right.png) no-repeat center/100%;
}

.footerLinkList {
  list-style: none;
  text-align: center;
}

.footerLinkList li {
  display: inline-block;
  margin: 0 10px 10px;
}

.footerLinkList a {
  color: inherit;
  font-size: 1.2rem;
}

.copyright {
  padding: 24px;
  background: rgba(0, 0, 0, 0.18);
  font-size: 1.1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 18px;
  }

  .footer::before {
    height: 40px;
    margin-bottom: -20px;
  }

  .footer > .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer_topAtea {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .footer_topAtea > .logo {
    display: block;
    margin-bottom: 15px;
  }
  .footer_topAtea > .logo a {
    width: 250px;
  }

  .footer_info_tel,
  .footer_info_fax {
    display: block;
    text-align: center;
  }

  .footerNavList li {
    margin-bottom: 10px;
  }

  .copyright {
    padding: 15px;
  }
}
/* =====================================
  wae-section
  ======================================*/
.wae-section {
  margin: 0;
  line-height: 1.8;
}

.wae-section-base-boder {
  border: 1px solid #dedede;
  border-width: 1px 0;
  padding: 25px 0;
}

.wae-section-base-background {
  background: #f2f8fa;
  padding: 25px 0;
}

.wae-section-base-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.wae-section-accordion-title {
  position: relative;
  cursor: pointer;
}
.wae-section-accordion-title::before {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.wae-section-accordion-title > h2 {
  position: relative;
}
.wae-section-accordion-title > h2 > img {
  max-width: 2em;
}
.wae-section-accordion-title-off::before {
  border-width: 5px 5px 0 5px;
  border-color: #00a0d4 transparent transparent transparent;
}
.wae-section-accordion-title-on::before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #00a0d4 transparent;
}

.wae-section-hidden {
  display: none;
}

/* セクションの見出し（H2） */
.wae-section-title {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
}

.wae-section-boder {
  border-bottom: 1px solid #00a0d4;
}

.wae-section-background {
  background-color: #00a0d4;
}
.wae-section-background h2 {
  color: #fff;
}

@media (max-width: 768px) {
  .wae-section {
    padding: 15px;
  }

  .wae-section-base-width {
    width: 100%;
  }

  /* セクションの見出し（H2） */
  .wae-section-title {
    font-size: 2.2rem;
  }
}
/* =====================================
  wae-section-column
  ======================================*/
.wae-section-column-border {
  padding: 25px;
  border: 1px solid #dedede;
}

.wae-section-column-background {
  padding: 25px;
  background-color: #f2f8fa;
}

.wae-section.wae-section-base-background .wae-section-column.wae-section-column-background {
  background-color: #fff;
}

.wae-section .wae-section-column.wae-section-column-background {
  background-color: #f2f8fa;
}

@media (max-width: 768px) {
  .wae-section-column-border {
    padding: 25px;
    border: 1px solid #dedede;
  }

  .wae-section-column-background {
    padding: 25px;
  }
}
/* =====================================
  wae-section-block
  ======================================*/
.wae-section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ブロック分割定義 */
.wae-section-column1 > .wae-section-block {
  width: 100%;
  margin: 0 0 0 0;
}

.wae-section-column2 > .wae-section-block {
  width: calc( ( 100% - ( 30px * 1 ) ) / 2 );
}

.wae-section-column3 > .wae-section-block {
  width: calc( ( 100% - ( 30px * 2 ) ) / 3 );
}

.wae-section-column4 > .wae-section-block {
  width: calc( ( 100% - ( 30px * 3 ) ) / 4 );
}

.wae-section-column5 > .wae-section-block {
  width: calc( ( 100% - ( 30px * 4 ) ) / 5 );
}

.wae-section-column6 > .wae-section-block {
  width: calc( ( 100% - ( 30px * 5 ) ) / 6 );
}

/* 横幅指定時のブロックレイアウト */
.wae-section-column2 > .bwidth10 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 10 ) / 100 );
}

.wae-section-column3 > .bwidth10 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 10 ) / 100 );
}

.wae-section-column4 > .bwidth10 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 10 ) / 100 );
}

.wae-section-column5 > .bwidth10 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 10 ) / 100 );
}

.wae-section-column6 > .bwidth10 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 10 ) / 100 );
}

.wae-section-column2 > .bwidth11 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 11 ) / 100 );
}

.wae-section-column3 > .bwidth11 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 11 ) / 100 );
}

.wae-section-column4 > .bwidth11 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 11 ) / 100 );
}

.wae-section-column5 > .bwidth11 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 11 ) / 100 );
}

.wae-section-column6 > .bwidth11 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 11 ) / 100 );
}

.wae-section-column2 > .bwidth12 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 12 ) / 100 );
}

.wae-section-column3 > .bwidth12 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 12 ) / 100 );
}

.wae-section-column4 > .bwidth12 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 12 ) / 100 );
}

.wae-section-column5 > .bwidth12 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 12 ) / 100 );
}

.wae-section-column6 > .bwidth12 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 12 ) / 100 );
}

.wae-section-column2 > .bwidth13 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 13 ) / 100 );
}

.wae-section-column3 > .bwidth13 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 13 ) / 100 );
}

.wae-section-column4 > .bwidth13 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 13 ) / 100 );
}

.wae-section-column5 > .bwidth13 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 13 ) / 100 );
}

.wae-section-column6 > .bwidth13 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 13 ) / 100 );
}

.wae-section-column2 > .bwidth14 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 14 ) / 100 );
}

.wae-section-column3 > .bwidth14 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 14 ) / 100 );
}

.wae-section-column4 > .bwidth14 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 14 ) / 100 );
}

.wae-section-column5 > .bwidth14 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 14 ) / 100 );
}

.wae-section-column6 > .bwidth14 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 14 ) / 100 );
}

.wae-section-column2 > .bwidth15 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 15 ) / 100 );
}

.wae-section-column3 > .bwidth15 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 15 ) / 100 );
}

.wae-section-column4 > .bwidth15 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 15 ) / 100 );
}

.wae-section-column5 > .bwidth15 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 15 ) / 100 );
}

.wae-section-column6 > .bwidth15 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 15 ) / 100 );
}

.wae-section-column2 > .bwidth16 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 16 ) / 100 );
}

.wae-section-column3 > .bwidth16 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 16 ) / 100 );
}

.wae-section-column4 > .bwidth16 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 16 ) / 100 );
}

.wae-section-column5 > .bwidth16 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 16 ) / 100 );
}

.wae-section-column6 > .bwidth16 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 16 ) / 100 );
}

.wae-section-column2 > .bwidth17 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 17 ) / 100 );
}

.wae-section-column3 > .bwidth17 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 17 ) / 100 );
}

.wae-section-column4 > .bwidth17 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 17 ) / 100 );
}

.wae-section-column5 > .bwidth17 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 17 ) / 100 );
}

.wae-section-column6 > .bwidth17 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 17 ) / 100 );
}

.wae-section-column2 > .bwidth18 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 18 ) / 100 );
}

.wae-section-column3 > .bwidth18 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 18 ) / 100 );
}

.wae-section-column4 > .bwidth18 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 18 ) / 100 );
}

.wae-section-column5 > .bwidth18 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 18 ) / 100 );
}

.wae-section-column6 > .bwidth18 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 18 ) / 100 );
}

.wae-section-column2 > .bwidth19 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 19 ) / 100 );
}

.wae-section-column3 > .bwidth19 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 19 ) / 100 );
}

.wae-section-column4 > .bwidth19 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 19 ) / 100 );
}

.wae-section-column5 > .bwidth19 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 19 ) / 100 );
}

.wae-section-column6 > .bwidth19 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 19 ) / 100 );
}

.wae-section-column2 > .bwidth20 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 20 ) / 100 );
}

.wae-section-column3 > .bwidth20 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 20 ) / 100 );
}

.wae-section-column4 > .bwidth20 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 20 ) / 100 );
}

.wae-section-column5 > .bwidth20 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 20 ) / 100 );
}

.wae-section-column6 > .bwidth20 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 20 ) / 100 );
}

.wae-section-column2 > .bwidth21 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 21 ) / 100 );
}

.wae-section-column3 > .bwidth21 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 21 ) / 100 );
}

.wae-section-column4 > .bwidth21 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 21 ) / 100 );
}

.wae-section-column5 > .bwidth21 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 21 ) / 100 );
}

.wae-section-column6 > .bwidth21 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 21 ) / 100 );
}

.wae-section-column2 > .bwidth22 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 22 ) / 100 );
}

.wae-section-column3 > .bwidth22 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 22 ) / 100 );
}

.wae-section-column4 > .bwidth22 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 22 ) / 100 );
}

.wae-section-column5 > .bwidth22 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 22 ) / 100 );
}

.wae-section-column6 > .bwidth22 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 22 ) / 100 );
}

.wae-section-column2 > .bwidth23 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 23 ) / 100 );
}

.wae-section-column3 > .bwidth23 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 23 ) / 100 );
}

.wae-section-column4 > .bwidth23 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 23 ) / 100 );
}

.wae-section-column5 > .bwidth23 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 23 ) / 100 );
}

.wae-section-column6 > .bwidth23 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 23 ) / 100 );
}

.wae-section-column2 > .bwidth24 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 24 ) / 100 );
}

.wae-section-column3 > .bwidth24 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 24 ) / 100 );
}

.wae-section-column4 > .bwidth24 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 24 ) / 100 );
}

.wae-section-column5 > .bwidth24 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 24 ) / 100 );
}

.wae-section-column6 > .bwidth24 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 24 ) / 100 );
}

.wae-section-column2 > .bwidth25 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 25 ) / 100 );
}

.wae-section-column3 > .bwidth25 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 25 ) / 100 );
}

.wae-section-column4 > .bwidth25 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 25 ) / 100 );
}

.wae-section-column5 > .bwidth25 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 25 ) / 100 );
}

.wae-section-column6 > .bwidth25 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 25 ) / 100 );
}

.wae-section-column2 > .bwidth26 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 26 ) / 100 );
}

.wae-section-column3 > .bwidth26 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 26 ) / 100 );
}

.wae-section-column4 > .bwidth26 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 26 ) / 100 );
}

.wae-section-column5 > .bwidth26 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 26 ) / 100 );
}

.wae-section-column6 > .bwidth26 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 26 ) / 100 );
}

.wae-section-column2 > .bwidth27 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 27 ) / 100 );
}

.wae-section-column3 > .bwidth27 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 27 ) / 100 );
}

.wae-section-column4 > .bwidth27 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 27 ) / 100 );
}

.wae-section-column5 > .bwidth27 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 27 ) / 100 );
}

.wae-section-column6 > .bwidth27 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 27 ) / 100 );
}

.wae-section-column2 > .bwidth28 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 28 ) / 100 );
}

.wae-section-column3 > .bwidth28 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 28 ) / 100 );
}

.wae-section-column4 > .bwidth28 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 28 ) / 100 );
}

.wae-section-column5 > .bwidth28 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 28 ) / 100 );
}

.wae-section-column6 > .bwidth28 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 28 ) / 100 );
}

.wae-section-column2 > .bwidth29 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 29 ) / 100 );
}

.wae-section-column3 > .bwidth29 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 29 ) / 100 );
}

.wae-section-column4 > .bwidth29 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 29 ) / 100 );
}

.wae-section-column5 > .bwidth29 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 29 ) / 100 );
}

.wae-section-column6 > .bwidth29 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 29 ) / 100 );
}

.wae-section-column2 > .bwidth30 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 30 ) / 100 );
}

.wae-section-column3 > .bwidth30 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 30 ) / 100 );
}

.wae-section-column4 > .bwidth30 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 30 ) / 100 );
}

.wae-section-column5 > .bwidth30 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 30 ) / 100 );
}

.wae-section-column6 > .bwidth30 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 30 ) / 100 );
}

.wae-section-column2 > .bwidth31 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 31 ) / 100 );
}

.wae-section-column3 > .bwidth31 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 31 ) / 100 );
}

.wae-section-column4 > .bwidth31 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 31 ) / 100 );
}

.wae-section-column5 > .bwidth31 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 31 ) / 100 );
}

.wae-section-column6 > .bwidth31 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 31 ) / 100 );
}

.wae-section-column2 > .bwidth32 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 32 ) / 100 );
}

.wae-section-column3 > .bwidth32 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 32 ) / 100 );
}

.wae-section-column4 > .bwidth32 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 32 ) / 100 );
}

.wae-section-column5 > .bwidth32 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 32 ) / 100 );
}

.wae-section-column6 > .bwidth32 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 32 ) / 100 );
}

.wae-section-column2 > .bwidth33 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 33 ) / 100 );
}

.wae-section-column3 > .bwidth33 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 33 ) / 100 );
}

.wae-section-column4 > .bwidth33 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 33 ) / 100 );
}

.wae-section-column5 > .bwidth33 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 33 ) / 100 );
}

.wae-section-column6 > .bwidth33 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 33 ) / 100 );
}

.wae-section-column2 > .bwidth34 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 34 ) / 100 );
}

.wae-section-column3 > .bwidth34 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 34 ) / 100 );
}

.wae-section-column4 > .bwidth34 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 34 ) / 100 );
}

.wae-section-column5 > .bwidth34 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 34 ) / 100 );
}

.wae-section-column6 > .bwidth34 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 34 ) / 100 );
}

.wae-section-column2 > .bwidth35 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 35 ) / 100 );
}

.wae-section-column3 > .bwidth35 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 35 ) / 100 );
}

.wae-section-column4 > .bwidth35 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 35 ) / 100 );
}

.wae-section-column5 > .bwidth35 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 35 ) / 100 );
}

.wae-section-column6 > .bwidth35 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 35 ) / 100 );
}

.wae-section-column2 > .bwidth36 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 36 ) / 100 );
}

.wae-section-column3 > .bwidth36 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 36 ) / 100 );
}

.wae-section-column4 > .bwidth36 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 36 ) / 100 );
}

.wae-section-column5 > .bwidth36 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 36 ) / 100 );
}

.wae-section-column6 > .bwidth36 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 36 ) / 100 );
}

.wae-section-column2 > .bwidth37 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 37 ) / 100 );
}

.wae-section-column3 > .bwidth37 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 37 ) / 100 );
}

.wae-section-column4 > .bwidth37 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 37 ) / 100 );
}

.wae-section-column5 > .bwidth37 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 37 ) / 100 );
}

.wae-section-column6 > .bwidth37 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 37 ) / 100 );
}

.wae-section-column2 > .bwidth38 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 38 ) / 100 );
}

.wae-section-column3 > .bwidth38 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 38 ) / 100 );
}

.wae-section-column4 > .bwidth38 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 38 ) / 100 );
}

.wae-section-column5 > .bwidth38 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 38 ) / 100 );
}

.wae-section-column6 > .bwidth38 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 38 ) / 100 );
}

.wae-section-column2 > .bwidth39 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 39 ) / 100 );
}

.wae-section-column3 > .bwidth39 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 39 ) / 100 );
}

.wae-section-column4 > .bwidth39 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 39 ) / 100 );
}

.wae-section-column5 > .bwidth39 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 39 ) / 100 );
}

.wae-section-column6 > .bwidth39 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 39 ) / 100 );
}

.wae-section-column2 > .bwidth40 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 40 ) / 100 );
}

.wae-section-column3 > .bwidth40 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 40 ) / 100 );
}

.wae-section-column4 > .bwidth40 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 40 ) / 100 );
}

.wae-section-column5 > .bwidth40 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 40 ) / 100 );
}

.wae-section-column6 > .bwidth40 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 40 ) / 100 );
}

.wae-section-column2 > .bwidth41 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 41 ) / 100 );
}

.wae-section-column3 > .bwidth41 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 41 ) / 100 );
}

.wae-section-column4 > .bwidth41 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 41 ) / 100 );
}

.wae-section-column5 > .bwidth41 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 41 ) / 100 );
}

.wae-section-column6 > .bwidth41 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 41 ) / 100 );
}

.wae-section-column2 > .bwidth42 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 42 ) / 100 );
}

.wae-section-column3 > .bwidth42 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 42 ) / 100 );
}

.wae-section-column4 > .bwidth42 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 42 ) / 100 );
}

.wae-section-column5 > .bwidth42 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 42 ) / 100 );
}

.wae-section-column6 > .bwidth42 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 42 ) / 100 );
}

.wae-section-column2 > .bwidth43 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 43 ) / 100 );
}

.wae-section-column3 > .bwidth43 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 43 ) / 100 );
}

.wae-section-column4 > .bwidth43 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 43 ) / 100 );
}

.wae-section-column5 > .bwidth43 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 43 ) / 100 );
}

.wae-section-column6 > .bwidth43 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 43 ) / 100 );
}

.wae-section-column2 > .bwidth44 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 44 ) / 100 );
}

.wae-section-column3 > .bwidth44 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 44 ) / 100 );
}

.wae-section-column4 > .bwidth44 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 44 ) / 100 );
}

.wae-section-column5 > .bwidth44 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 44 ) / 100 );
}

.wae-section-column6 > .bwidth44 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 44 ) / 100 );
}

.wae-section-column2 > .bwidth45 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 45 ) / 100 );
}

.wae-section-column3 > .bwidth45 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 45 ) / 100 );
}

.wae-section-column4 > .bwidth45 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 45 ) / 100 );
}

.wae-section-column5 > .bwidth45 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 45 ) / 100 );
}

.wae-section-column6 > .bwidth45 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 45 ) / 100 );
}

.wae-section-column2 > .bwidth46 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 46 ) / 100 );
}

.wae-section-column3 > .bwidth46 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 46 ) / 100 );
}

.wae-section-column4 > .bwidth46 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 46 ) / 100 );
}

.wae-section-column5 > .bwidth46 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 46 ) / 100 );
}

.wae-section-column6 > .bwidth46 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 46 ) / 100 );
}

.wae-section-column2 > .bwidth47 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 47 ) / 100 );
}

.wae-section-column3 > .bwidth47 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 47 ) / 100 );
}

.wae-section-column4 > .bwidth47 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 47 ) / 100 );
}

.wae-section-column5 > .bwidth47 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 47 ) / 100 );
}

.wae-section-column6 > .bwidth47 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 47 ) / 100 );
}

.wae-section-column2 > .bwidth48 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 48 ) / 100 );
}

.wae-section-column3 > .bwidth48 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 48 ) / 100 );
}

.wae-section-column4 > .bwidth48 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 48 ) / 100 );
}

.wae-section-column5 > .bwidth48 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 48 ) / 100 );
}

.wae-section-column6 > .bwidth48 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 48 ) / 100 );
}

.wae-section-column2 > .bwidth49 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 49 ) / 100 );
}

.wae-section-column3 > .bwidth49 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 49 ) / 100 );
}

.wae-section-column4 > .bwidth49 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 49 ) / 100 );
}

.wae-section-column5 > .bwidth49 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 49 ) / 100 );
}

.wae-section-column6 > .bwidth49 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 49 ) / 100 );
}

.wae-section-column2 > .bwidth50 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 50 ) / 100 );
}

.wae-section-column3 > .bwidth50 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 50 ) / 100 );
}

.wae-section-column4 > .bwidth50 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 50 ) / 100 );
}

.wae-section-column5 > .bwidth50 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 50 ) / 100 );
}

.wae-section-column6 > .bwidth50 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 50 ) / 100 );
}

.wae-section-column2 > .bwidth51 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 51 ) / 100 );
}

.wae-section-column3 > .bwidth51 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 51 ) / 100 );
}

.wae-section-column4 > .bwidth51 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 51 ) / 100 );
}

.wae-section-column5 > .bwidth51 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 51 ) / 100 );
}

.wae-section-column6 > .bwidth51 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 51 ) / 100 );
}

.wae-section-column2 > .bwidth52 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 52 ) / 100 );
}

.wae-section-column3 > .bwidth52 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 52 ) / 100 );
}

.wae-section-column4 > .bwidth52 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 52 ) / 100 );
}

.wae-section-column5 > .bwidth52 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 52 ) / 100 );
}

.wae-section-column6 > .bwidth52 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 52 ) / 100 );
}

.wae-section-column2 > .bwidth53 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 53 ) / 100 );
}

.wae-section-column3 > .bwidth53 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 53 ) / 100 );
}

.wae-section-column4 > .bwidth53 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 53 ) / 100 );
}

.wae-section-column5 > .bwidth53 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 53 ) / 100 );
}

.wae-section-column6 > .bwidth53 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 53 ) / 100 );
}

.wae-section-column2 > .bwidth54 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 54 ) / 100 );
}

.wae-section-column3 > .bwidth54 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 54 ) / 100 );
}

.wae-section-column4 > .bwidth54 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 54 ) / 100 );
}

.wae-section-column5 > .bwidth54 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 54 ) / 100 );
}

.wae-section-column6 > .bwidth54 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 54 ) / 100 );
}

.wae-section-column2 > .bwidth55 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 55 ) / 100 );
}

.wae-section-column3 > .bwidth55 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 55 ) / 100 );
}

.wae-section-column4 > .bwidth55 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 55 ) / 100 );
}

.wae-section-column5 > .bwidth55 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 55 ) / 100 );
}

.wae-section-column6 > .bwidth55 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 55 ) / 100 );
}

.wae-section-column2 > .bwidth56 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 56 ) / 100 );
}

.wae-section-column3 > .bwidth56 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 56 ) / 100 );
}

.wae-section-column4 > .bwidth56 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 56 ) / 100 );
}

.wae-section-column5 > .bwidth56 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 56 ) / 100 );
}

.wae-section-column6 > .bwidth56 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 56 ) / 100 );
}

.wae-section-column2 > .bwidth57 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 57 ) / 100 );
}

.wae-section-column3 > .bwidth57 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 57 ) / 100 );
}

.wae-section-column4 > .bwidth57 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 57 ) / 100 );
}

.wae-section-column5 > .bwidth57 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 57 ) / 100 );
}

.wae-section-column6 > .bwidth57 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 57 ) / 100 );
}

.wae-section-column2 > .bwidth58 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 58 ) / 100 );
}

.wae-section-column3 > .bwidth58 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 58 ) / 100 );
}

.wae-section-column4 > .bwidth58 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 58 ) / 100 );
}

.wae-section-column5 > .bwidth58 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 58 ) / 100 );
}

.wae-section-column6 > .bwidth58 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 58 ) / 100 );
}

.wae-section-column2 > .bwidth59 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 59 ) / 100 );
}

.wae-section-column3 > .bwidth59 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 59 ) / 100 );
}

.wae-section-column4 > .bwidth59 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 59 ) / 100 );
}

.wae-section-column5 > .bwidth59 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 59 ) / 100 );
}

.wae-section-column6 > .bwidth59 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 59 ) / 100 );
}

.wae-section-column2 > .bwidth60 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 60 ) / 100 );
}

.wae-section-column3 > .bwidth60 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 60 ) / 100 );
}

.wae-section-column4 > .bwidth60 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 60 ) / 100 );
}

.wae-section-column5 > .bwidth60 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 60 ) / 100 );
}

.wae-section-column6 > .bwidth60 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 60 ) / 100 );
}

.wae-section-column2 > .bwidth61 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 61 ) / 100 );
}

.wae-section-column3 > .bwidth61 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 61 ) / 100 );
}

.wae-section-column4 > .bwidth61 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 61 ) / 100 );
}

.wae-section-column5 > .bwidth61 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 61 ) / 100 );
}

.wae-section-column6 > .bwidth61 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 61 ) / 100 );
}

.wae-section-column2 > .bwidth62 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 62 ) / 100 );
}

.wae-section-column3 > .bwidth62 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 62 ) / 100 );
}

.wae-section-column4 > .bwidth62 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 62 ) / 100 );
}

.wae-section-column5 > .bwidth62 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 62 ) / 100 );
}

.wae-section-column6 > .bwidth62 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 62 ) / 100 );
}

.wae-section-column2 > .bwidth63 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 63 ) / 100 );
}

.wae-section-column3 > .bwidth63 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 63 ) / 100 );
}

.wae-section-column4 > .bwidth63 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 63 ) / 100 );
}

.wae-section-column5 > .bwidth63 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 63 ) / 100 );
}

.wae-section-column6 > .bwidth63 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 63 ) / 100 );
}

.wae-section-column2 > .bwidth64 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 64 ) / 100 );
}

.wae-section-column3 > .bwidth64 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 64 ) / 100 );
}

.wae-section-column4 > .bwidth64 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 64 ) / 100 );
}

.wae-section-column5 > .bwidth64 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 64 ) / 100 );
}

.wae-section-column6 > .bwidth64 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 64 ) / 100 );
}

.wae-section-column2 > .bwidth65 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 65 ) / 100 );
}

.wae-section-column3 > .bwidth65 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 65 ) / 100 );
}

.wae-section-column4 > .bwidth65 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 65 ) / 100 );
}

.wae-section-column5 > .bwidth65 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 65 ) / 100 );
}

.wae-section-column6 > .bwidth65 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 65 ) / 100 );
}

.wae-section-column2 > .bwidth66 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 66 ) / 100 );
}

.wae-section-column3 > .bwidth66 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 66 ) / 100 );
}

.wae-section-column4 > .bwidth66 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 66 ) / 100 );
}

.wae-section-column5 > .bwidth66 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 66 ) / 100 );
}

.wae-section-column6 > .bwidth66 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 66 ) / 100 );
}

.wae-section-column2 > .bwidth67 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 67 ) / 100 );
}

.wae-section-column3 > .bwidth67 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 67 ) / 100 );
}

.wae-section-column4 > .bwidth67 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 67 ) / 100 );
}

.wae-section-column5 > .bwidth67 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 67 ) / 100 );
}

.wae-section-column6 > .bwidth67 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 67 ) / 100 );
}

.wae-section-column2 > .bwidth68 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 68 ) / 100 );
}

.wae-section-column3 > .bwidth68 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 68 ) / 100 );
}

.wae-section-column4 > .bwidth68 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 68 ) / 100 );
}

.wae-section-column5 > .bwidth68 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 68 ) / 100 );
}

.wae-section-column6 > .bwidth68 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 68 ) / 100 );
}

.wae-section-column2 > .bwidth69 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 69 ) / 100 );
}

.wae-section-column3 > .bwidth69 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 69 ) / 100 );
}

.wae-section-column4 > .bwidth69 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 69 ) / 100 );
}

.wae-section-column5 > .bwidth69 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 69 ) / 100 );
}

.wae-section-column6 > .bwidth69 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 69 ) / 100 );
}

.wae-section-column2 > .bwidth70 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 70 ) / 100 );
}

.wae-section-column3 > .bwidth70 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 70 ) / 100 );
}

.wae-section-column4 > .bwidth70 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 70 ) / 100 );
}

.wae-section-column5 > .bwidth70 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 70 ) / 100 );
}

.wae-section-column6 > .bwidth70 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 70 ) / 100 );
}

.wae-section-column2 > .bwidth71 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 71 ) / 100 );
}

.wae-section-column3 > .bwidth71 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 71 ) / 100 );
}

.wae-section-column4 > .bwidth71 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 71 ) / 100 );
}

.wae-section-column5 > .bwidth71 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 71 ) / 100 );
}

.wae-section-column6 > .bwidth71 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 71 ) / 100 );
}

.wae-section-column2 > .bwidth72 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 72 ) / 100 );
}

.wae-section-column3 > .bwidth72 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 72 ) / 100 );
}

.wae-section-column4 > .bwidth72 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 72 ) / 100 );
}

.wae-section-column5 > .bwidth72 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 72 ) / 100 );
}

.wae-section-column6 > .bwidth72 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 72 ) / 100 );
}

.wae-section-column2 > .bwidth73 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 73 ) / 100 );
}

.wae-section-column3 > .bwidth73 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 73 ) / 100 );
}

.wae-section-column4 > .bwidth73 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 73 ) / 100 );
}

.wae-section-column5 > .bwidth73 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 73 ) / 100 );
}

.wae-section-column6 > .bwidth73 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 73 ) / 100 );
}

.wae-section-column2 > .bwidth74 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 74 ) / 100 );
}

.wae-section-column3 > .bwidth74 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 74 ) / 100 );
}

.wae-section-column4 > .bwidth74 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 74 ) / 100 );
}

.wae-section-column5 > .bwidth74 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 74 ) / 100 );
}

.wae-section-column6 > .bwidth74 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 74 ) / 100 );
}

.wae-section-column2 > .bwidth75 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 75 ) / 100 );
}

.wae-section-column3 > .bwidth75 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 75 ) / 100 );
}

.wae-section-column4 > .bwidth75 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 75 ) / 100 );
}

.wae-section-column5 > .bwidth75 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 75 ) / 100 );
}

.wae-section-column6 > .bwidth75 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 75 ) / 100 );
}

.wae-section-column2 > .bwidth76 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 76 ) / 100 );
}

.wae-section-column3 > .bwidth76 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 76 ) / 100 );
}

.wae-section-column4 > .bwidth76 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 76 ) / 100 );
}

.wae-section-column5 > .bwidth76 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 76 ) / 100 );
}

.wae-section-column6 > .bwidth76 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 76 ) / 100 );
}

.wae-section-column2 > .bwidth77 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 77 ) / 100 );
}

.wae-section-column3 > .bwidth77 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 77 ) / 100 );
}

.wae-section-column4 > .bwidth77 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 77 ) / 100 );
}

.wae-section-column5 > .bwidth77 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 77 ) / 100 );
}

.wae-section-column6 > .bwidth77 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 77 ) / 100 );
}

.wae-section-column2 > .bwidth78 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 78 ) / 100 );
}

.wae-section-column3 > .bwidth78 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 78 ) / 100 );
}

.wae-section-column4 > .bwidth78 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 78 ) / 100 );
}

.wae-section-column5 > .bwidth78 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 78 ) / 100 );
}

.wae-section-column6 > .bwidth78 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 78 ) / 100 );
}

.wae-section-column2 > .bwidth79 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 79 ) / 100 );
}

.wae-section-column3 > .bwidth79 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 79 ) / 100 );
}

.wae-section-column4 > .bwidth79 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 79 ) / 100 );
}

.wae-section-column5 > .bwidth79 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 79 ) / 100 );
}

.wae-section-column6 > .bwidth79 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 79 ) / 100 );
}

.wae-section-column2 > .bwidth80 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 80 ) / 100 );
}

.wae-section-column3 > .bwidth80 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 80 ) / 100 );
}

.wae-section-column4 > .bwidth80 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 80 ) / 100 );
}

.wae-section-column5 > .bwidth80 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 80 ) / 100 );
}

.wae-section-column6 > .bwidth80 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 80 ) / 100 );
}

.wae-section-column2 > .bwidth81 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 81 ) / 100 );
}

.wae-section-column3 > .bwidth81 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 81 ) / 100 );
}

.wae-section-column4 > .bwidth81 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 81 ) / 100 );
}

.wae-section-column5 > .bwidth81 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 81 ) / 100 );
}

.wae-section-column6 > .bwidth81 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 81 ) / 100 );
}

.wae-section-column2 > .bwidth82 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 82 ) / 100 );
}

.wae-section-column3 > .bwidth82 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 82 ) / 100 );
}

.wae-section-column4 > .bwidth82 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 82 ) / 100 );
}

.wae-section-column5 > .bwidth82 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 82 ) / 100 );
}

.wae-section-column6 > .bwidth82 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 82 ) / 100 );
}

.wae-section-column2 > .bwidth83 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 83 ) / 100 );
}

.wae-section-column3 > .bwidth83 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 83 ) / 100 );
}

.wae-section-column4 > .bwidth83 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 83 ) / 100 );
}

.wae-section-column5 > .bwidth83 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 83 ) / 100 );
}

.wae-section-column6 > .bwidth83 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 83 ) / 100 );
}

.wae-section-column2 > .bwidth84 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 84 ) / 100 );
}

.wae-section-column3 > .bwidth84 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 84 ) / 100 );
}

.wae-section-column4 > .bwidth84 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 84 ) / 100 );
}

.wae-section-column5 > .bwidth84 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 84 ) / 100 );
}

.wae-section-column6 > .bwidth84 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 84 ) / 100 );
}

.wae-section-column2 > .bwidth85 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 85 ) / 100 );
}

.wae-section-column3 > .bwidth85 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 85 ) / 100 );
}

.wae-section-column4 > .bwidth85 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 85 ) / 100 );
}

.wae-section-column5 > .bwidth85 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 85 ) / 100 );
}

.wae-section-column6 > .bwidth85 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 85 ) / 100 );
}

.wae-section-column2 > .bwidth86 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 86 ) / 100 );
}

.wae-section-column3 > .bwidth86 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 86 ) / 100 );
}

.wae-section-column4 > .bwidth86 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 86 ) / 100 );
}

.wae-section-column5 > .bwidth86 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 86 ) / 100 );
}

.wae-section-column6 > .bwidth86 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 86 ) / 100 );
}

.wae-section-column2 > .bwidth87 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 87 ) / 100 );
}

.wae-section-column3 > .bwidth87 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 87 ) / 100 );
}

.wae-section-column4 > .bwidth87 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 87 ) / 100 );
}

.wae-section-column5 > .bwidth87 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 87 ) / 100 );
}

.wae-section-column6 > .bwidth87 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 87 ) / 100 );
}

.wae-section-column2 > .bwidth88 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 88 ) / 100 );
}

.wae-section-column3 > .bwidth88 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 88 ) / 100 );
}

.wae-section-column4 > .bwidth88 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 88 ) / 100 );
}

.wae-section-column5 > .bwidth88 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 88 ) / 100 );
}

.wae-section-column6 > .bwidth88 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 88 ) / 100 );
}

.wae-section-column2 > .bwidth89 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 89 ) / 100 );
}

.wae-section-column3 > .bwidth89 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 89 ) / 100 );
}

.wae-section-column4 > .bwidth89 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 89 ) / 100 );
}

.wae-section-column5 > .bwidth89 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 89 ) / 100 );
}

.wae-section-column6 > .bwidth89 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 89 ) / 100 );
}

.wae-section-column2 > .bwidth90 {
  width: calc( ( ( 100% - ( 30px * 1 ) ) * 90 ) / 100 );
}

.wae-section-column3 > .bwidth90 {
  width: calc( ( ( 100% - ( 30px * 2 ) ) * 90 ) / 100 );
}

.wae-section-column4 > .bwidth90 {
  width: calc( ( ( 100% - ( 30px * 3 ) ) * 90 ) / 100 );
}

.wae-section-column5 > .bwidth90 {
  width: calc( ( ( 100% - ( 30px * 4 ) ) * 90 ) / 100 );
}

.wae-section-column6 > .bwidth90 {
  width: calc( ( ( 100% - ( 30px * 5 ) ) * 90 ) / 100 );
}

.wae-section-block-border {
  padding: 25px;
  border: 1px solid #dedede;
}

.wae-section-block-background {
  padding: 25px;
  background-color: #f2f8fa;
}

.wae-section .wae-section-column .wae-section-block.wae-section-block-background {
  background-color: #f2f8fa;
}

.wae-section .wae-section-column.wae-section-column-background .wae-section-block.wae-section-block-background {
  background-color: #fff;
}

.wae-section.wae-section-base-background .wae-section-column.wae-section-column-background .wae-section-block.wae-section-block-background {
  background-color: #f2f8fa;
}

.wae-section.wae-section-base-background .wae-section-column .wae-section-block.wae-section-block-background {
  background-color: #fff;
}

.wae-section-block-link {
  padding: 0;
}

.wae-section .wae-section-block-link > a {
  display: block;
  height: 100%;
  padding: 25px;
}

@media (max-width: 768px) {
  .wae-section-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wae-section-block {
    width: 100% !important;
    margin: 0 0 10px;
  }
  .wae-section-block:last-child {
    margin-bottom: 0;
  }

  .wae-section-block-border {
    padding: 25px;
  }

  .wae-section-block-background {
    padding: 25px;
    background-color: #f2f8fa;
  }

  .wae-section .wae-section-block-link > a {
    padding: 25px;
  }
}
/* =====================================
  inner parts
  ======================================*/
/* 見出し */
.wae-section-head {
  margin: 0;
  font-weight: normal;
}
.wae-section-head h2, .wae-section-head h3, .wae-section-head h4, .wae-section-head h5, .wae-section-head h6 {
  font-weight: inherit;
}
.wae-section-head a {
  position: relative;
  padding-left: 15px;
}
.wae-section-head a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent blue;
}
.wae-section-head.wae-txt-xlarge {
  font-size: 2.4rem;
}
.wae-section-head.wae-txt-large {
  font-size: 2.1rem;
}
.wae-section-head.wae-txt-normal {
  font-size: 1.8rem;
}
.wae-section-head.wae-txt-small {
  font-size: 1.4rem;
}
.wae-section-head.wae-h-bold {
  font-weight: bold;
}
.wae-section-head.wae-h-border {
  border-bottom: 1px solid #dedede;
}
.wae-section-head.wae-h-bg {
  background-color: #00a0d4;
  color: #fff;
}
.wae-section-head.wae-h-bg a {
  display: block;
  color: inherit;
}

/* リンク */
.wae-section a {
  display: inline-block;
}
.wae-section a[target^='_blank']::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0 0 8px;
  background-image: url(../img/wae/icon-window.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
}

/* リンクボタン */
.wae-section-button {
  display: inline-block;
  padding: 8px 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #00a0d4;
}

.wae-section-block > p > a.wae-section-emphas-strong {
  font-weight: bold;
}

.wae-section-block > p > a.wae-section-emphas-moststrong {
  font-weight: bold;
  font-size: 2.1rem;
}

/* 文章 */
.wae-section-block p {
  font-size: 1.6rem;
  text-align: justify;
  color: #444;
}

.wae-section-block .wae-section-right, .wae-section-right p, .wae-section-right h2, .wae-section-title.wae-section-right {
  text-align: right;
}

.wae-section-block .wae-section-center,
.wae-section-center p,
.wae-section-center h2,
.wae-section-title.wae-section-center {
  text-align: center;
}

/* リード */
.wae-section-lead {
  color: #00a0d4;
}
.wae-section-lead p {
  color: #00a0d4;
  font-size: 1.8rem;
}

/* 補足 */
.wae-section-note p {
  font-size: 1.4rem;
  color: #666;
}

.wae-section-note-bgcolor {
  background: #f2f8fa;
  padding: 1em;
}

/* テーブル */
.wae-section-table {
  /*margin: 0 0 $wae-section-margin-small;*/
}
.wae-section-table table {
  width: 100%;
  font-size: 1.6rem;
}

/* ファイルアップロード */
.wae-section-icon, .wae-section-icon-pdf, .wae-section-icon-word, .wae-section-icon-excel, .wae-section-icon-powerpoint, .wae-section-icon-other {
  padding: 0;
  background: none;
  text-decoration: underline;
}
.wae-section-icon::before, .wae-section-icon-pdf::before, .wae-section-icon-word::before, .wae-section-icon-excel::before, .wae-section-icon-powerpoint::before, .wae-section-icon-other::before {
  content: 'FILE';
  display: inline-block;
  width: 4.6rem;
  margin: 0 10px 0 0;
  padding: 4px 0;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 3px;
  letter-spacing: .1em;
}
.wae-section-icon-pdf::before {
  content: 'PDF';
  background: #ff5252;
}
.wae-section-icon-word::before {
  content: 'WORD';
  background: #3f51b5;
}
.wae-section-icon-excel::before {
  content: 'EXCEL';
  background: #00796b;
}
.wae-section-icon-powerpoint::before {
  content: 'PPT';
  background: #f57c00;
}

/* リスト */
.wae-section-block ul {
  display: inline-block;
  margin-left: 25px;
  font-size: 1.6rem;
}
.wae-section-block ul li {
  position: relative;
  text-align: left;
  margin-bottom: 0px;
}
.wae-section-block ul li:last-child {
  margin-bottom: 0;
}

.wae-section-list-number {
  list-style: decimal;
}

.wae-section-block .wae-section-list-icon {
  list-style: none;
  margin-left: 0;
}
.wae-section-block .wae-section-list-icon > li {
  padding-left: 25px;
}
.wae-section-block .wae-section-list-icon > li::before {
  position: absolute;
  top: .8em;
  left: 7px;
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background: #00a0d4;
}

.wae-section-block .wae-section-list-note {
  list-style: none;
  margin-left: 0;
}
.wae-section-block .wae-section-list-note > li {
  padding-left: 25px;
}
.wae-section-block .wae-section-list-note > li:before {
  position: absolute;
  left: 5px;
  content: '※';
  display: block;
}

/* 画像 */
.wae-section-block figure > img {
  max-width: 100%;
  vertical-align: bottom;
}
.wae-section-block figure > a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.wae-section-block figure > a > img {
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.wae-section-block figure > a:hover > img {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}
.wae-section-block figure > a.scale::after {
  content: '+';
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 8px;
  line-height: 1;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
}
.wae-section-block figure > a.scale:hover > img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* 水平線 */
.wae-section-hr, .wae-section-hr-solid, .wae-section-hr-dotted, .wae-section-hr-dashed {
  border-width: 1px 0 0;
  border-color: #dedede;
}
.wae-section-hr-solid {
  border-style: solid;
}
.wae-section-hr-dotted {
  border-style: dotted;
}
.wae-section-hr-dashed {
  border-style: dashed;
}

@media (max-width: 768px) {
  /* 見出し */
  .wae-section-head.wae-txt-xlarge {
    font-size: 2.2rem;
  }
  .wae-section-head.wae-txt-large {
    font-size: 2rem;
  }
  .wae-section-head.wae-txt-normal {
    font-size: 1.5rem;
  }
  .wae-section-head.wae-txt-small {
    font-size: 1.2rem;
  }

  /* 文章 */
  .wae-section-block p {
    font-size: 1.3rem;
  }

  /* テーブル */
  .wae-section-table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 1.5rem;
  }
  .wae-section-table > table,
  .wae-section-table > .scroll_x > table {
    width: auto;
    min-width: 100%;
    margin-bottom: 8px th, td;
    margin-bottom-display: table-cell;
    margin-bottom-width: auto;
    margin-bottom-white-space: nowrap;
  }

  /* リスト */
  .wae-section-block ul {
    font-size: 1.3rem;
  }
}
/* =====================================
  common options
  ======================================*/
.wae-section-margin-large:not(:last-child),
p.wae-section-margin-large:not(:last-child),
p a.wae-section-margin-large {
  margin-bottom: 80px;
}

.wae-section-margin-moderate:not(:last-child),
p.wae-section-margin-moderate:not(:last-child),
p a.wae-section-margin-moderate {
  margin-bottom: 40px;
}

.wae-section-margin-small:not(:last-child),
p.wae-section-margin-small:not(:last-child),
p a.wae-section-margin-small {
  margin-bottom: 15px;
}

.wae-section-margin-none:not(:last-child),
p.wae-section-margin-none:not(:last-child),
p a.wae-section-margin-none {
  margin-bottom: 0;
}

.wae-section-accordion-title.wae-section-margin-large,
.wae-section-accordion-title.wae-section-margin-moderate,
.wae-section-accordion-title.wae-section-margin-small {
  margin-bottom: 0;
}

.wae-section-accordion-title.wae-section-margin-large + .wae-section-accordion-body {
  margin-top: 80px;
}

.wae-section-accordion-title.wae-section-margin-moderate + .wae-section-accordion-body {
  margin-top: 40px;
}

.wae-section-accordion-title.wae-section-margin-small + .wae-section-accordion-body {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .wae-section-margin-large:not(:last-child),
  p.wae-section-margin-large:not(:last-child),
  p a.wae-section-margin-large {
    margin-bottom: 60px;
  }

  .wae-section-margin-moderate:not(:last-child),
  p.wae-section-margin-moderate:not(:last-child),
  p a.wae-section-margin-moderate {
    margin-bottom: 20px;
  }

  .wae-section-margin-small:not(:last-child),
  p.wae-section-margin-small:not(:last-child),
  p a.wae-section-margin-small {
    margin-bottom: 10px;
  }

  .wae-section-accordion-title.wae-section-margin-large + .wae-section-accordion-body {
    margin-top: 60px;
  }

  .wae-section-accordion-title.wae-section-margin-moderate + .wae-section-accordion-body {
    margin-top: 20px;
  }

  .wae-section-accordion-title.wae-section-margin-small + .wae-section-accordion-body {
    margin-top: 10px;
  }
}
/* =====================================
  追加classでカスタマイズ
======================================*/
/* 横幅 */
.wae-section-block img {
  height: auto;
}

.wae-section-block .maxw50 img {
  width: 50px;
}

.wae-section-block .maxw60 img {
  width: 60px;
}

.wae-section-block .maxw70 img {
  width: 70px;
}

.wae-section-block .maxw80 img {
  width: 80px;
}

.wae-section-block .maxw90 img {
  width: 90px;
}

.wae-section-block .maxw100 img {
  width: 100px;
}

.wae-section-block .maxw150 img {
  width: 150px;
}

.wae-section-block .maxw200 img {
  width: 200px;
}

.wae-section-block .maxw250 img {
  width: 250px;
}

.wae-section-block .maxw300 img {
  width: 300px;
}

.wae-section-block .maxw350 img {
  width: 350px;
}

.wae-section-block .maxw400 img {
  width: 400px;
}

.wae-section-block .maxw450 img {
  width: 450px;
}

.wae-section-block .maxw500 img {
  width: 500px;
}

@media (max-width: 768px) {
  /* 横幅 */
  .wae-section-block .maxw350 img,
  .wae-section-block .maxw400 img,
  .wae-section-block .maxw450 img,
  .wae-section-block .maxw500 img {
    width: auto;
    height: auto;
  }
}
/* =====================================
  lightbox
  ======================================*/
/* Preload images */
body:after {
  content: url(../img/wae/lightbox/close.png) url(../img/wae/lightbox/loading.gif) url(../img/wae/lightbox/prev.png) url(../img/wae/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/wae/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/wae/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/wae/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 1.2rem;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/wae/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* =====================================
  wae-section
  ======================================*/
.wae-section-base-background {
  padding: 25px;
}

@media (max-width: 768px) {
  .wae-section-accordion {
    padding: 0 20px;
  }
}
.wae-section-accordion-title {
  padding-right: 30px !important;
}

.wae-section-accordion-title::before {
  top: 26px;
  bottom: auto;
  border: none;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/wae/accordion-arr.png) no-repeat center/15px 15px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wae-section-accordion-title-on::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* セクションの見出し（H2） */
.wae-section-title {
  font-weight: bold;
  line-height: 1.6;
}
.wae-section-title h2 {
  color: #555;
}

.wae-section-boder {
  padding: 16px 0;
  background: url(../img/border.png) left bottom repeat-x;
  background-size: auto 4px;
  border-bottom: none;
}

.wae-section-background {
  padding: 1.2rem 1.92rem;
  border-radius: 5px;
}
.wae-section-background h2 {
  color: #fff;
}

/* =====================================
  wae-section-column
  ======================================*/
/* =====================================
  wae-section-block
  ======================================*/
.wae-section-block-link > a {
  border: 1px #d5d5d5 solid;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 #d5d5d5;
          box-shadow: 0 5px 0 #d5d5d5;
}
.wae-section-block-link > a:hover {
  border-color: #00a0d4;
  -webkit-box-shadow: 0 5px 0 #00a0d4;
          box-shadow: 0 5px 0 #00a0d4;
}

/* メニューボタンの余白調整（スマホの時） */
@media (max-width: 768px) {
  .wae-section .wae-section-block-link > a {
    padding: 20px;
  }
}
/* =====================================
  inner parts
  ======================================*/
/* 見出し */
.wae-section-head {
  color: #555;
}
.wae-section-head a {
  padding-left: 0;
}
.wae-section-head a::before {
  content: none;
}
.wae-section-head a::after {
  content: ' ';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 5px;
  background: url(../img/wae/link-arr.png) no-repeat 0 0/100% auto;
  border: none;
}
.wae-section-head a:hover::after {
  background-position: 0 -42px;
}
.wae-section-head.wae-h-bg a::after {
  background-position: 0 -14px;
}
.wae-section-head.wae-h-bg a:hover {
  text-decoration: underline;
}
.wae-section-head.wae-txt-normal a::after, .wae-section-head.wae-txt-small a::after {
  width: 11px;
  height: 11px;
}
.wae-section-head.wae-txt-normal a:hover::after, .wae-section-head.wae-txt-small a:hover::after {
  background-position: 0 -33px;
}
.wae-section-head.wae-txt-normal.wae-h-bg a::after, .wae-section-head.wae-txt-small.wae-h-bg a::after {
  background-position: 0 -11px;
}
.wae-section-head.wae-txt-large {
  line-height: 1.6;
}
.wae-section-head.wae-txt-xlarge {
  line-height: 1.6;
}
.wae-section-head.wae-h-border {
  background-image: url(../img/border.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 4px;
  border-bottom: none;
}
.wae-section-head.wae-h-border.wae-txt-small {
  padding: 0 0 0.98rem 0;
}
.wae-section-head.wae-h-border.wae-txt-normal {
  padding: 0 0 1.26rem 0;
}
.wae-section-head.wae-h-border.wae-txt-large {
  padding: 0 0 1.47rem 0;
}
.wae-section-head.wae-h-border.wae-txt-xlarge {
  padding: 0 0 1.68rem 0;
}
.wae-section-head.wae-h-bg {
  border-radius: 5px;
  color: #fff;
}
.wae-section-head.wae-h-bg.wae-h-bg.wae-txt-small {
  padding: 0.7rem 1.4rem;
}
.wae-section-head.wae-h-bg.wae-h-bg.wae-txt-normal {
  padding: 0.9rem 1.8rem;
}
.wae-section-head.wae-h-bg.wae-h-bg.wae-txt-large {
  padding: 1.05rem 2.1rem;
}
.wae-section-head.wae-h-bg.wae-h-bg.wae-txt-xlarge {
  padding: 1.2rem 1.92rem;
}

/* リンク */
.wae-section-block > p > a {
  text-decoration: underline;
}
.wae-section-block > p > a[target^='_blank']::after {
  width: 11px;
  height: 11px;
  background: url(../img/wae/icon-window.png) no-repeat 0 0/100% auto;
}
.wae-section-block > p > a.wae-section-emphas-strong {
  text-decoration: none;
}
.wae-section-block > p > a.wae-section-emphas-strong::after {
  content: ' ';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0 0 5px;
  background: url(../img/wae/link-arr.png) no-repeat 0 0/100% auto;
}
.wae-section-block > p > a.wae-section-emphas-strong[target^='_blank']::after {
  width: 11px;
  height: 11px;
  background: url(../img/wae/icon-window.png) no-repeat 0 0/100% auto;
}
.wae-section-block > p > a.wae-section-emphas-moststrong {
  text-decoration: none;
}
.wae-section-block > p > a.wae-section-emphas-moststrong::after {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  background: url(../img/wae/link-arr.png) no-repeat 0 0/100% auto;
}
.wae-section-block > p > a.wae-section-emphas-moststrong[target^='_blank']::after {
  width: 16px;
  height: 16px;
  background: url(../img/wae/icon-window.png) no-repeat 0 0/100% auto;
}

/* リンク */
.wae-section a[target^='_blank']::after {
  background-size: 100% auto;
}

/* リンクボタン */
.wae-section-button {
  position: relative;
  padding: .5em 3em .5em 2em;
  background: #fff;
  border: 1px solid #00a0d4;
  border-radius: 2em;
  color: #00a0d4;
  text-decoration: none !important;
  line-height: 1.4;
}
.wae-section-button::after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: ' ';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: -5px 0 0;
  background: url(../img/wae/link-arr.png) no-repeat 0 0/100% auto;
}
.wae-section-button:hover {
  background-color: #08c2ff;
  border-color: #08c2ff;
  color: #fff;
}
.wae-section-button:hover::after {
  background-position: 0 -11px;
}
.wae-section-button[target^='_blank']::after {
  background-position: 0 0;
  margin: -5px 0 0 !important;
}
.wae-section-button[target^='_blank']:hover::after {
  background-position: 0 -11px;
}
.wae-section-button.wae-section-emphas-strong {
  background-color: #00a0d4;
  color: #fff;
}
.wae-section-button.wae-section-emphas-strong::after {
  margin: -5px 0 0 !important;
  background-position: 0 -11px !important;
}
.wae-section-button.wae-section-emphas-strong:hover {
  background-color: #08c2ff;
}
.wae-section-button.wae-section-emphas-moststrong {
  background: #ffd900;
  color: #444;
  font-size: 1.8rem;
  border-color: #ffd900;
}
.wae-section-button.wae-section-emphas-moststrong::after {
  margin: -8px 0 0 !important;
  background-position: 0 -32px !important;
}
.wae-section-button.wae-section-emphas-moststrong:hover {
  background: #ffbf00;
  border-color: #ffbf00;
}

/* 文章 */
/* リード */
.wae-section-lead {
  font-size: 2.1rem;
  font-weight: bold;
}

/* 補足 */
/* テーブル */
.wae-section-table table th, .wae-section-table table td {
  padding: .5em 1em;
}

/* ファイルアップロード */
.wae-section-icon, .wae-section-icon-pdf, .wae-section-icon-word, .wae-section-icon-excel, .wae-section-icon-powerpoint, .wae-section-icon-other {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  margin-left: calc(4.6rem + 10px);
}
.wae-section-icon::before, .wae-section-icon-pdf::before, .wae-section-icon-word::before, .wae-section-icon-excel::before, .wae-section-icon-powerpoint::before, .wae-section-icon-other::before {
  margin-left: calc(-4.6rem - 10px);
  margin-right: 10px;
}

/* 画像 */
.wae-section-block figure > a {
  max-width: 100%;
}

/* 水平線 */
.wae-section-hr-solid {
  border-width: 2px 0 0;
}

.wae-section-hr-dotted {
  border-width: 2px 0 0;
}

.wae-section-hr-dashed {
  border-width: 2px 0 0;
}

/* リストの注釈 */
.wae-section-block .wae-section-list-note {
  font-size: 1.4rem;
}

/* =====================================
  タブ
  ======================================*/
.wae-tab {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 0;
  padding: 0 calc( ( 100% - 1000px ) / 2 );
}
.wae-tab::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #00a0d4;
}
.wae-tab li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px;
  border: 1px solid #00a0d4;
  border-width: 1px 1px 0;
  background: #00a0d4;
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.wae-tab li:not(:last-child) {
  margin-right: 30px;
}
.wae-tab li:not(.active):hover {
  background: #08c2ff;
  border-color: #08c2ff;
}
.wae-tab li.active {
  background: #fff;
  color: #00a0d4;
  font-weight: 600;
}

@media (max-width: 768px) {
  .wae-tab {
    margin: 0 0 -25px;
    padding: 0 15px;
  }
  .wae-tab li {
    padding: 20px 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .wae-tab li:not(:last-child) {
    margin-right: 5px;
  }
}
/* =====================================
  カラムをテーブルっぽく見せる
  ======================================*/
.tableSection .wae-section-block,
.tableColumn .wae-section-block {
  padding: 40px 40px 40px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 0 0;
}
.tableSection .wae-section-block:first-child,
.tableColumn .wae-section-block:first-child {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.04);
}
.tableSection .wae-section-block:last-child,
.tableColumn .wae-section-block:last-child {
  border-width: 0;
}

.tableSection .wae-section-column {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0;
}
.tableSection .wae-section-column:last-child {
  border-width: 1px;
}

.tableColumn {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tableColumn.wae-section-margin-none + .tableColumn {
  border-width: 0 1px 1px;
}

@media (max-width: 768px) {
  .tableSection .wae-section-block,
  .tableColumn .wae-section-block {
    margin: 0;
    padding: 15px;
    border-right: none;
    border-width: 0 0 1px;
  }
  .tableSection .wae-section-block:first-child,
  .tableColumn .wae-section-block:first-child {
    padding: 15px;
  }

  .tableSection .wae-section-column {
    margin-bottom: 22px;
    border-width: 1px;
  }
}
/* =====================================
  見出しの先頭にアイコンをいれる
  ======================================*/
.wae-section [class*="ic_"] {
  position: relative;
  padding-left: 40px !important;
}
.wae-section [class*="ic_"]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.ic_train::after {
  background-image: url(../img/wae/ic_train.png);
}

.ic_car::after {
  background-image: url(../img/wae/ic_car.png);
}

@media (max-width: 768px) {
  .wae-section [class*="ic_"] {
    padding-left: 30px !important;
  }
  .wae-section [class*="ic_"]::after {
    width: 24px;
    height: 28px;
  }
}
/* =====================================
  セクションの背景に任意の画像を設定する
  ======================================*/
.wae-bg-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* =====================================
  wae-slider
  ======================================*/
/* slider */
.wae-slider {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
}
.wae-slider.slick-initialized {
  display: block;
}
.wae-slider figure {
  margin-bottom: 0 !important;
}
.wae-slider img {
  display: inline-block;
  width: auto;
  margin: auto;
}
.wae-slider .wae-section-margin-large,
.wae-slider .wae-section-margin-moderate,
.wae-slider .wae-section-margin-small {
  margin-bottom: 0;
}
.wae-slider .slick-prev,
.wae-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0) url(../img/wae/accordion-arr.png) no-repeat center/contain;
  border-radius: 100px;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.wae-slider .slick-prev:hover,
.wae-slider .slick-next:hover {
  opacity: .6;
}
.wae-slider .slick-prev::before, .wae-slider .slick-prev::after,
.wae-slider .slick-next::before,
.wae-slider .slick-next::after {
  content: none;
}
.wae-slider .slick-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 5px;
}
.wae-slider .slick-next {
  right: 5px;
}
.wae-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.wae-slider .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.wae-slider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: black;
  border-radius: 100%;
  vertical-align: middle;
  opacity: .2;
  cursor: pointer;
}
.wae-slider .slick-dots li button::before {
  content: none;
}
.wae-slider .slick-dots .slick-active button {
  opacity: .6;
}
