@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;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none) {
  html, body, button, input, select, textarea {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

body {
  color: #30363b;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .075em;
  overflow-x: hidden;
}

a {
  color: #32383d;
  text-decoration: none;
}

a:hover {
  color: #f22648;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    -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 only screen and (max-width: 767px) {
  .scroll_x {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 8px;
    padding: 1px;
    border: 1px solid #dde2e8;
  }
  .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: 1010px;
}

.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: 960px;
  margin: 0 auto;
}

.l-lowerpage {
  padding: 50px 0 80px 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: 960px;
  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 #dde2e8;
}

.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 only screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
  .group {
    display: block;
  }
  .inner {
    width: 100%;
    padding: 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;
  }
  .l-lowerpage {
    padding: 0;
  }
}

/* --------------------------------
  iOSでのデフォルトスタイルをリセット
-------------------------------- */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* -------------------------
  コンテンツ
------------------------- */
.main {
  width: 700px;
}

.side {
  width: 210px;
}

@media only screen and (max-width: 767px) {
  .contents {
    margin-top: 60px;
  }
  .main {
    width: auto;
    margin-bottom: 30px;
  }
  .side {
    width: auto;
  }
}

/* -------------------------
  pagetop
------------------------- */
.pagetop {
  position: fixed;
  bottom: 57px;
  right: 40px;
  z-index: 1;
}

.pagetop > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #32383d;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 15px;
    right: 15px;
  }
  .pagetop > a {
    background: rgba(0, 0, 0, 0.7);
  }
}

/* -------------------------
  pageTitle
------------------------- */
.pageTitle {
  background: #05acbf;
}

.pageTitle_inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.4;
}

.pageTitle_subTxt {
  font-size: 2.2rem;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 767px) {
  .pageTitle_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-size: 2.0rem;
  }
  .pageTitle_subTxt {
    font-size: 1.6rem;
  }
}

/* -------------------------
  研修用アイコン
------------------------- */
.seminarIcon {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.seminarIcon > li:nth-last-of-type(2) {
  margin-right: 12px;
}

.seminarIcon_item, .seminarIcon_item-category, .seminarIcon_item-doctor, .seminarIcon_item-medical, .seminarIcon_item-pharmacist, .seminarIcon_item-care, .seminarIcon_item-other, .seminarIcon_item-group {
  margin: 0 4px 10px 0;
  border-radius: 6px;
  background: #1c8098;
  color: #fff;
  padding: 0 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  white-space: nowrap;
}

.seminarIcon_item-doctor {
  background: #09cc93;
}

.seminarIcon_item-medical {
  background: #e83e5a;
}

.seminarIcon_item-pharmacist {
  background: #f48420;
}

.seminarIcon_item-care {
  background: #f8c410;
}

.seminarIcon_item-other {
  background: #bc4abb;
}

.seminarIcon_item-map {
  color: #30363b;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 10px;
}

.seminarIcon_item-map::before {
  content: "";
  background: url(../img/icon_map.svg) no-repeat 0 50%;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 6px;
}

.pageTitle .seminarIcon > li:nth-last-of-type(2) {
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .seminarIcon {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px;
  }
  .seminarIcon_item, .seminarIcon_item-category, .seminarIcon_item-doctor, .seminarIcon_item-medical, .seminarIcon_item-pharmacist, .seminarIcon_item-care, .seminarIcon_item-other, .seminarIcon_item-group {
    font-size: 1.2rem;
    padding: 1px 8px;
    margin-bottom: 7px;
  }
  .seminarIcon_item-map {
    margin-bottom: 0;
  }
}

/* -------------------------
  お知らせ
------------------------- */
.newsList {
  border-top: 2px solid #dde2e8;
  list-style: none;
}

.newsList_item {
  padding: 22px 20px;
  border-bottom: 2px solid #dde2e8;
  display: block;
  position: relative;
}

.newsList_item:hover {
  background: #f7f9fc;
}

.newsList_item::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.newsList_day {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #30363b;
  display: block;
  line-height: 1.5;
}

.newsList_day_week {
  color: #8d98a1;
  font-size: 1.6rem;
}

.newsList_txt {
  display: block;
  color: #30363b;
  font-size: 1.9rem;
}

.newsDay {
  color: #fff;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  display: block;
}

.newsWeek {
  font-size: 2.0rem;
}

@media only screen and (max-width: 767px) {
  .newsList {
    border-top: none;
  }
  .newsList_item {
    padding: 13px 30px 13px 10px;
  }
  .newsList_item::after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
  .newsList_day {
    font-size: 1.7rem;
  }
  .newsList_txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .newsDay {
    color: #fff;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    display: block;
  }
  .newsWeek {
    font-size: 1.6rem;
  }
}

/* -------------------------
  localNav
------------------------- */
.localNav_title {
  background: #32383d;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 15px;
}

/* お知らせ用 */
.newsNavList {
  list-style: none;
  background: #f7f9fc;
}

.newsNavList > li a {
  padding: 18px;
  display: block;
  border-bottom: 2px solid #eff2f5;
  font-weight: bold;
  position: relative;
}

.newsNavList > li a::after {
  content: "";
  background: url(../img/icon_arrow.svg);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

/* セミナー用 */
.seminarNavList {
  list-style: none;
  background: #f7f9fc;
}

.seminarNavList > li a {
  padding: 15px 18px;
  display: block;
  border-bottom: 2px solid #eff2f5;
  position: relative;
  font-size: 1.5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.seminarNavList > li a::after {
  content: "";
  background: url(../img/icon_arrow.svg);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

.seminarNavList > li a:hover {
  color: #f22648;
}

.seminarNavList > li a:hover .seminarNavList_day,
.seminarNavList > li a:hover .seminarNavList_week {
  color: #f22648;
}

.seminarNavList_day {
  font-size: 1.9rem;
  color: #30363b;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  line-height: 1.2;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.seminarNavList_week {
  font-size: 1.4rem;
  color: #8d98a1;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.seminarNone {
  display: block;
  padding: 15px 18px;
}

@media only screen and (max-width: 767px) {
  .localNav_title {
    border-radius: 0;
    font-size: 1.6rem;
    padding: 10px;
  }
  .newsNavList li a {
    font-size: 1.5rem;
  }
  .newsNavList li:last-of-type a {
    border-bottom: none;
  }
}

/* -------------------------
  セミナー詳細ページ
------------------------- */
/* カスタムフィールド */
.seminarFixed {
  margin-bottom: 40px;
}

.seminarFixedList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seminarFixedItem {
  border: 3px solid #dde2e8;
  border-radius: 10px;
  width: 32%;
  background: url(../img/date_bg.jpg);
  position: relative;
  padding-top: 59px;
}

.seminarFixedTitle {
  background: #f7f9fc;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  color: #1c8098;
  font-weight: bold;
  font-size: 2.0rem;
  border-bottom: 3px solid #dde2e8;
  position: absolute;
  top: 0;
  width: 100%;
}

.seminarFixedTxt {
  padding: 15px 10px;
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

.seminarDay {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8rem;
  display: block;
  letter-spacing: 2px;
}

.seminarWeek {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  display: block;
  color: #8d98a1;
}

.seminarTime {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  display: block;
  letter-spacing: 2px;
}

.seminarFacility {
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.seminarAddress {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.seminarMap a {
  display: inline-block;
  background: #1c8098;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 1.5rem;
  position: relative;
  -webkit-box-shadow: 0 3px 0 0 #105160;
  box-shadow: 0 3px 0 0 #105160;
}

.seminarMap a:hover {
  background: #105160;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.seminarMap a::after {
  content: "";
  background: url(../img/icon_arrow_w.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.seminarTarget {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.seminarCaution {
  background: #f7f9fc;
  padding: 30px 40px 20px 40px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.seminarCautionTitle {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.seminarCautionList {
  list-style: none;
}

.seminarCautionList_item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 17px;
}

.seminarCautionList_item::before {
  content: "\025cf";
  color: #1c8098;
  font-size: 0.9rem;
  position: absolute;
  top: 6px;
  left: 0;
}

.seminarBtn {
  text-align: center;
}

.seminarRequestTxt {
  margin-bottom: 20px;
}

.seminarRequestBtn {
  background: #f22648;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 18px 40px;
  border-radius: 46px;
  -webkit-box-shadow: 0px 4px 0px 0px #b71832;
  box-shadow: 0px 4px 0px 0px #b71832;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  min-width: 482px;
}

.seminarRequestBtn::after {
  content: "";
  background: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.seminarRequestBtn:hover {
  color: #fff;
  background: #b71832;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.seminarRequestOffBtn {
  background: #d4dae1;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 18px 40px;
  border-radius: 46px;
  -webkit-box-shadow: 0px 4px 0px 0px #d4dae1;
  box-shadow: 0px 4px 0px 0px #d4dae1;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  min-width: 482px;
  pointer-events: none;
}

.seminaRopinion {
  text-decoration: underline;
}

/* チェックボックス */
/* Base for label styling */
.seminarRequestTxt [type="checkbox"]:not(:checked),
.seminarRequestTxt [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.seminarRequestTxt [type="checkbox"]:not(:checked) + label,
.seminarRequestTxt [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.0em;
  cursor: pointer;
}

/* checkbox aspect */
.seminarRequestTxt [type="checkbox"]:not(:checked) + label:before,
.seminarRequestTxt [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 1.25em;
  height: 1.25em;
  border: 3px solid #dde2e8;
  background: #fff;
  border-radius: 4px;
}

/* checked mark aspect */
.seminarRequestTxt [type="checkbox"]:not(:checked) + label:after,
.seminarRequestTxt [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.1em;
  left: .1em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 0.8;
  color: #1c8098;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
.seminarRequestTxt [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.seminarRequestTxt [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* disabled checkbox */
.seminarRequestTxt [type="checkbox"]:disabled:not(:checked) + label:before,
.seminarRequestTxt [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.seminarRequestTxt [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.seminarRequestTxt [type="checkbox"]:disabled + label {
  color: #aaa;
}

@media only screen and (max-width: 767px) {
  .seminarFixedList {
    display: block;
  }
  .seminarFixedItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .seminarFixedTitle {
    width: 30%;
    border-right: 3px solid #dde2e8;
    border-bottom: none;
    border-radius: 10px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
    position: relative;
  }
  .seminarFixedTxt {
    width: 70%;
    min-height: auto;
    display: block;
    text-align: left;
  }
  .seminarDay {
    font-size: 2.5rem;
  }
  .seminarWeek {
    font-size: 1.4rem;
  }
  .seminarTime {
    font-size: 1.7rem;
  }
  .seminarFacility {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .seminarAddress {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .seminarTarget {
    font-size: 1.8rem;
  }
  .seminarTarget:last-of-type {
    margin-bottom: 0;
  }
  .seminarFixed {
    padding: 20px;
    margin-bottom: 0;
  }
  .seminarRequest {
    padding: 20px;
  }
  .seminarCaution {
    padding: 20px 20px 10px 20px;
  }
  .seminarCautionTitle {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .seminarCautionList_item {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .seminarRequestBox {
    font-size: 1.5rem;
  }
  .seminarRequestBtn,
  .seminarRequestOffBtn {
    min-width: auto;
    width: 100%;
    font-size: 2.0rem;
    padding: 15px 40px;
  }
  /* チェックボックス */
  .seminarRequestTxt [type="checkbox"]:not(:checked) + label:before,
  .seminarRequestTxt [type="checkbox"]:checked + label:before {
    width: 1.0em;
    height: 1.0em;
  }
}

/* -------------------------
  パスワードブロック
------------------------- */
.password_txt {
  text-align: center;
  margin-bottom: 20px;
}

.password_box {
  display: block;
  text-align: center;
}

.password_box label {
  font-weight: bold;
}

.password_box input {
  padding: 10px;
  font-size: 1.8rem;
  border: 1px solid #dde2e8;
  border-radius: 6px;
  margin: 0 10px;
}

.password_box input[type="submit"] {
  background: #30363b;
  border-radius: 30px;
  color: #fff;
  padding: 7px 30px;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 4px 0px 0px #181d21;
  box-shadow: 0px 4px 0px 0px #181d21;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none !important;
}

.password_box input[type="submit"]:hover {
  cursor: pointer;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media only screen and (max-width: 767px) {
  .password_txt {
    padding: 0 20px;
  }
  .password_txt br {
    display: none;
  }
  .password_box input[type="submit"] {
    margin-top: 15px;
    padding: 7px 60px;
  }
}

/* -------------------------
  header
------------------------- */
.header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_logo {
  padding-left: 20px;
}

.header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav_item, .header_nav_item-blank, .header_nav_item-info {
  margin-right: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav_item-blank::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_window.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  padding-right: 7px;
}

.header_nav_item-info {
  padding-left: 15px;
  border-left: 3px solid #dde2e8;
}

.header_nav_item-info::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_info.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding-right: 7px;
}

.fontSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  background: #f0f2f6;
  padding: 5px 5px 10px 13px;
  border-radius: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fontSize_title {
  font-size: 1.3rem;
  margin-right: 10px;
  padding-top: 5px;
}

.fontSize_normal {
  font-size: 1.4rem;
  border-radius: 27px 0 0 27px;
  background: #c1cbd6;
  color: #fff;
  padding: 3px 15px 3px 15px;
  -webkit-box-shadow: 0px 4px 0px 0px #9eaab7;
  box-shadow: 0px 4px 0px 0px #9eaab7;
  cursor: pointer;
}

.fontSize_normal:hover {
  background: #9eaab7;
}

.fontSize_big {
  font-size: 1.4rem;
  border-radius: 0 27px 27px 0;
  background: #c1cbd6;
  color: #fff;
  padding: 3px 15px 3px 15px;
  -webkit-box-shadow: 0px 4px 0px 0px #9eaab7;
  box-shadow: 0px 4px 0px 0px #9eaab7;
  cursor: pointer;
}

.fontSize_big:hover {
  background: #9eaab7;
}

.fontSize_on {
  background: #1c8098;
  -webkit-box-shadow: 0px 4px 0px 0px #15758c;
  box-shadow: 0px 4px 0px 0px #15758c;
}

.fontSize_on:hover {
  background: #15758c;
}

.spNavBtn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
    height: 60px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .header_logo {
    width: 200px;
    padding-left: 10px;
  }
  .header_link {
    display: none;
    position: fixed;
    top: 60px;
    background: #1c8098;
    width: 100%;
  }
  .header_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .header_nav_item, .header_nav_item-blank, .header_nav_item-info {
    width: 100%;
    padding: 0 0 0 18px;
    border-bottom: 1px solid #fff;
    margin-right: 0;
  }
  .header_nav_item a, .header_nav_item-blank a, .header_nav_item-info a {
    color: #fff;
    width: 100%;
    padding: 15px 0;
  }
  .header_nav_item-info {
    border-left: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header_nav_item-info::before {
    background: url(../img/icon_info_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header_nav_item-blank {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header_nav_item-blank::before {
    background: url(../img/icon_window_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fontSize {
    display: none;
  }
  .spNavBtn {
    display: block;
    padding-right: 10px;
    width: 45px;
  }
}

/* -------------------------
  footer
------------------------- */
.footer {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #dde2e8;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_list_link {
  margin-right: 20px;
  border-right: 1px solid #dde2e8;
  padding-right: 20px;
}

.footer_list_link:last-of-type {
  border-right: none;
}

.footer_list_link > a {
  position: relative;
}

.footer_list_link > a[target^='_blank']::after {
  content: "";
  background: url(../img/icon_window.svg) no-repeat !important;
  background-size: contain !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto auto 7px;
}

.copyright {
  color: #5d646a;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .footer {
    text-align: left;
    font-size: 1.2rem;
    padding: 0;
  }
  .footer_inner {
    width: 100%;
    display: block;
  }
  .footer_list {
    display: block;
  }
  .footer_list_link {
    margin-bottom: 0;
    margin-right: 0;
    border-right: none;
    padding-right: 0px;
  }
  .footer_list_link > a {
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #dde2e8;
    display: block;
    position: relative;
  }
  .footer_list_link > a::before {
    content: "";
    background: url(../img/icon_arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  .copyright {
    padding: 15px;
  }
}

.wae-section-right {
  text-align: right;
}

.wae-section-center {
  text-align: center;
}

.wae-section-margin-large:not(:last-child),
p.wae-section-margin-large:not(:last-child),
p a.wae-section-margin-large {
  margin-bottom: 90px;
}

.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: 90px;
}

.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 only screen and (max-width: 767px) {
  .wae-section-margin-large:not(:last-child),
  p.wae-section-margin-large:not(:last-child),
  p a.wae-section-margin-large {
    margin-bottom: 50px;
  }
  .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: 50px;
  }
  .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;
  }
}

.wae-section {
  /*padding-left: $wae-pageSideSpace;
  padding-right: $wae-pageSideSpace;*/
  line-height: 1.8;
}

.wae-section-base-border,
.wae-section-base-background {
  padding-top: 90px;
  padding-bottom: 90px;
}

.wae-section-base-border {
  border-style: solid;
  border-color: #dde2e8;
  border-width: 1px 0;
}

.wae-section-base-background {
  background-color: #f7f9fc;
}

.wae-section-base-width {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wae-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .wae-section-base-border,
  .wae-section-base-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.wae > .wae-section:first-child {
  /*margin-top: $wae-section-vertical-space;*/
}

.wae > .wae-section-base-background:first-child,
.wae > .wae-section-base-border:first-child {
  margin-top: 0;
}

.wae > .wae-section-base-border:first-child {
  border-top-width: 0;
}

.wae > .wae-section:last-child {
  margin-bottom: 90px;
}

.wae > .wae-section-base-background:last-child,
.wae > .wae-section-base-border:last-child {
  margin-bottom: 0;
}

.wae > .wae-section-base-border:last-child {
  border-bottom-width: 0;
}

@media only screen and (max-width: 767px) {
  .wae > .wae-section:first-child {
    margin-top: 20px;
  }
  .wae > .wae-section-base-background:first-child,
  .wae > .wae-section-base-border:first-child {
    margin-top: 0;
  }
  .wae > .wae-section:last-child {
    margin-bottom: 50px;
  }
  .wae > .wae-section-base-background:last-child,
  .wae > .wae-section-base-border:last-child {
    margin-bottom: 0;
  }
}

.wae-section-accordion-title {
  position: relative;
  cursor: pointer;
}

.wae-section-accordion-title::before {
  font-family: 'Material Icons';
  content: "keyboard_arrow_down";
  position: absolute;
  top: calc(50% - .5em);
  right: 1em;
  line-height: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.wae-section-accordion-title-on::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wae-section-accordion-title > h2 img {
  max-width: 2em;
}

.wae-section-accordion-body.wae-section-hidden {
  display: none;
}

.wae-section-title {
  margin: 0;
  padding: 0;
  font-size: 2em;
  line-height: 1.35;
}

.wae-section-boder {
  border-style: solid;
  border-width: 0 0 1px;
}

.wae-section-background {
  background-color: rgba(0, 0, 0, 0.1);
}

.wae-section-column-border,
.wae-section-column-background {
  padding: 40px;
}

.wae-section-column-border {
  border-style: solid;
  border-color: #dde2e8;
  border-width: 1px;
}

.wae-section-column-background {
  background-color: #f7f9fc;
}

.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: #f7f9fc;
}

@media only screen and (max-width: 767px) {
  .wae-section-column-border,
  .wae-section-column-background {
    padding: 5vw;
  }
}

.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%;
}

.wae-section-column2 .wae-section-block {
  width: calc( ( 100% - ( 40px * 1 ) ) / 2);
}

.wae-section-column3 .wae-section-block {
  width: calc( ( 100% - ( 40px * 2 ) ) / 3);
}

.wae-section-column4 .wae-section-block {
  width: calc( ( 100% - ( 40px * 3 ) ) / 4);
}

.wae-section-column5 .wae-section-block {
  width: calc( ( 100% - ( 40px * 4 ) ) / 5);
}

.wae-section-column6 .wae-section-block {
  width: calc( ( 100% - ( 40px * 5 ) ) / 6);
}

.wae-section-column2 .bwidth10 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 10 ) / 100);
}

.wae-section-column3 .bwidth10 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 10 ) / 100);
}

.wae-section-column4 .bwidth10 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 10 ) / 100);
}

.wae-section-column5 .bwidth10 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 10 ) / 100);
}

.wae-section-column6 .bwidth10 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 10 ) / 100);
}

.wae-section-column2 .bwidth11 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 11 ) / 100);
}

.wae-section-column3 .bwidth11 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 11 ) / 100);
}

.wae-section-column4 .bwidth11 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 11 ) / 100);
}

.wae-section-column5 .bwidth11 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 11 ) / 100);
}

.wae-section-column6 .bwidth11 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 11 ) / 100);
}

.wae-section-column2 .bwidth12 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 12 ) / 100);
}

.wae-section-column3 .bwidth12 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 12 ) / 100);
}

.wae-section-column4 .bwidth12 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 12 ) / 100);
}

.wae-section-column5 .bwidth12 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 12 ) / 100);
}

.wae-section-column6 .bwidth12 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 12 ) / 100);
}

.wae-section-column2 .bwidth13 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 13 ) / 100);
}

.wae-section-column3 .bwidth13 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 13 ) / 100);
}

.wae-section-column4 .bwidth13 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 13 ) / 100);
}

.wae-section-column5 .bwidth13 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 13 ) / 100);
}

.wae-section-column6 .bwidth13 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 13 ) / 100);
}

.wae-section-column2 .bwidth14 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 14 ) / 100);
}

.wae-section-column3 .bwidth14 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 14 ) / 100);
}

.wae-section-column4 .bwidth14 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 14 ) / 100);
}

.wae-section-column5 .bwidth14 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 14 ) / 100);
}

.wae-section-column6 .bwidth14 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 14 ) / 100);
}

.wae-section-column2 .bwidth15 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 15 ) / 100);
}

.wae-section-column3 .bwidth15 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 15 ) / 100);
}

.wae-section-column4 .bwidth15 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 15 ) / 100);
}

.wae-section-column5 .bwidth15 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 15 ) / 100);
}

.wae-section-column6 .bwidth15 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 15 ) / 100);
}

.wae-section-column2 .bwidth16 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 16 ) / 100);
}

.wae-section-column3 .bwidth16 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 16 ) / 100);
}

.wae-section-column4 .bwidth16 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 16 ) / 100);
}

.wae-section-column5 .bwidth16 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 16 ) / 100);
}

.wae-section-column6 .bwidth16 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 16 ) / 100);
}

.wae-section-column2 .bwidth17 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 17 ) / 100);
}

.wae-section-column3 .bwidth17 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 17 ) / 100);
}

.wae-section-column4 .bwidth17 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 17 ) / 100);
}

.wae-section-column5 .bwidth17 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 17 ) / 100);
}

.wae-section-column6 .bwidth17 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 17 ) / 100);
}

.wae-section-column2 .bwidth18 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 18 ) / 100);
}

.wae-section-column3 .bwidth18 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 18 ) / 100);
}

.wae-section-column4 .bwidth18 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 18 ) / 100);
}

.wae-section-column5 .bwidth18 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 18 ) / 100);
}

.wae-section-column6 .bwidth18 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 18 ) / 100);
}

.wae-section-column2 .bwidth19 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 19 ) / 100);
}

.wae-section-column3 .bwidth19 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 19 ) / 100);
}

.wae-section-column4 .bwidth19 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 19 ) / 100);
}

.wae-section-column5 .bwidth19 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 19 ) / 100);
}

.wae-section-column6 .bwidth19 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 19 ) / 100);
}

.wae-section-column2 .bwidth20 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 20 ) / 100);
}

.wae-section-column3 .bwidth20 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 20 ) / 100);
}

.wae-section-column4 .bwidth20 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 20 ) / 100);
}

.wae-section-column5 .bwidth20 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 20 ) / 100);
}

.wae-section-column6 .bwidth20 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 20 ) / 100);
}

.wae-section-column2 .bwidth21 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 21 ) / 100);
}

.wae-section-column3 .bwidth21 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 21 ) / 100);
}

.wae-section-column4 .bwidth21 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 21 ) / 100);
}

.wae-section-column5 .bwidth21 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 21 ) / 100);
}

.wae-section-column6 .bwidth21 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 21 ) / 100);
}

.wae-section-column2 .bwidth22 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 22 ) / 100);
}

.wae-section-column3 .bwidth22 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 22 ) / 100);
}

.wae-section-column4 .bwidth22 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 22 ) / 100);
}

.wae-section-column5 .bwidth22 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 22 ) / 100);
}

.wae-section-column6 .bwidth22 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 22 ) / 100);
}

.wae-section-column2 .bwidth23 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 23 ) / 100);
}

.wae-section-column3 .bwidth23 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 23 ) / 100);
}

.wae-section-column4 .bwidth23 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 23 ) / 100);
}

.wae-section-column5 .bwidth23 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 23 ) / 100);
}

.wae-section-column6 .bwidth23 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 23 ) / 100);
}

.wae-section-column2 .bwidth24 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 24 ) / 100);
}

.wae-section-column3 .bwidth24 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 24 ) / 100);
}

.wae-section-column4 .bwidth24 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 24 ) / 100);
}

.wae-section-column5 .bwidth24 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 24 ) / 100);
}

.wae-section-column6 .bwidth24 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 24 ) / 100);
}

.wae-section-column2 .bwidth25 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 25 ) / 100);
}

.wae-section-column3 .bwidth25 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 25 ) / 100);
}

.wae-section-column4 .bwidth25 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 25 ) / 100);
}

.wae-section-column5 .bwidth25 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 25 ) / 100);
}

.wae-section-column6 .bwidth25 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 25 ) / 100);
}

.wae-section-column2 .bwidth26 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 26 ) / 100);
}

.wae-section-column3 .bwidth26 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 26 ) / 100);
}

.wae-section-column4 .bwidth26 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 26 ) / 100);
}

.wae-section-column5 .bwidth26 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 26 ) / 100);
}

.wae-section-column6 .bwidth26 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 26 ) / 100);
}

.wae-section-column2 .bwidth27 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 27 ) / 100);
}

.wae-section-column3 .bwidth27 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 27 ) / 100);
}

.wae-section-column4 .bwidth27 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 27 ) / 100);
}

.wae-section-column5 .bwidth27 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 27 ) / 100);
}

.wae-section-column6 .bwidth27 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 27 ) / 100);
}

.wae-section-column2 .bwidth28 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 28 ) / 100);
}

.wae-section-column3 .bwidth28 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 28 ) / 100);
}

.wae-section-column4 .bwidth28 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 28 ) / 100);
}

.wae-section-column5 .bwidth28 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 28 ) / 100);
}

.wae-section-column6 .bwidth28 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 28 ) / 100);
}

.wae-section-column2 .bwidth29 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 29 ) / 100);
}

.wae-section-column3 .bwidth29 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 29 ) / 100);
}

.wae-section-column4 .bwidth29 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 29 ) / 100);
}

.wae-section-column5 .bwidth29 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 29 ) / 100);
}

.wae-section-column6 .bwidth29 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 29 ) / 100);
}

.wae-section-column2 .bwidth30 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 30 ) / 100);
}

.wae-section-column3 .bwidth30 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 30 ) / 100);
}

.wae-section-column4 .bwidth30 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 30 ) / 100);
}

.wae-section-column5 .bwidth30 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 30 ) / 100);
}

.wae-section-column6 .bwidth30 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 30 ) / 100);
}

.wae-section-column2 .bwidth31 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 31 ) / 100);
}

.wae-section-column3 .bwidth31 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 31 ) / 100);
}

.wae-section-column4 .bwidth31 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 31 ) / 100);
}

.wae-section-column5 .bwidth31 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 31 ) / 100);
}

.wae-section-column6 .bwidth31 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 31 ) / 100);
}

.wae-section-column2 .bwidth32 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 32 ) / 100);
}

.wae-section-column3 .bwidth32 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 32 ) / 100);
}

.wae-section-column4 .bwidth32 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 32 ) / 100);
}

.wae-section-column5 .bwidth32 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 32 ) / 100);
}

.wae-section-column6 .bwidth32 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 32 ) / 100);
}

.wae-section-column2 .bwidth33 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 33 ) / 100);
}

.wae-section-column3 .bwidth33 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 33 ) / 100);
}

.wae-section-column4 .bwidth33 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 33 ) / 100);
}

.wae-section-column5 .bwidth33 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 33 ) / 100);
}

.wae-section-column6 .bwidth33 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 33 ) / 100);
}

.wae-section-column2 .bwidth34 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 34 ) / 100);
}

.wae-section-column3 .bwidth34 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 34 ) / 100);
}

.wae-section-column4 .bwidth34 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 34 ) / 100);
}

.wae-section-column5 .bwidth34 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 34 ) / 100);
}

.wae-section-column6 .bwidth34 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 34 ) / 100);
}

.wae-section-column2 .bwidth35 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 35 ) / 100);
}

.wae-section-column3 .bwidth35 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 35 ) / 100);
}

.wae-section-column4 .bwidth35 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 35 ) / 100);
}

.wae-section-column5 .bwidth35 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 35 ) / 100);
}

.wae-section-column6 .bwidth35 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 35 ) / 100);
}

.wae-section-column2 .bwidth36 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 36 ) / 100);
}

.wae-section-column3 .bwidth36 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 36 ) / 100);
}

.wae-section-column4 .bwidth36 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 36 ) / 100);
}

.wae-section-column5 .bwidth36 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 36 ) / 100);
}

.wae-section-column6 .bwidth36 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 36 ) / 100);
}

.wae-section-column2 .bwidth37 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 37 ) / 100);
}

.wae-section-column3 .bwidth37 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 37 ) / 100);
}

.wae-section-column4 .bwidth37 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 37 ) / 100);
}

.wae-section-column5 .bwidth37 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 37 ) / 100);
}

.wae-section-column6 .bwidth37 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 37 ) / 100);
}

.wae-section-column2 .bwidth38 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 38 ) / 100);
}

.wae-section-column3 .bwidth38 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 38 ) / 100);
}

.wae-section-column4 .bwidth38 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 38 ) / 100);
}

.wae-section-column5 .bwidth38 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 38 ) / 100);
}

.wae-section-column6 .bwidth38 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 38 ) / 100);
}

.wae-section-column2 .bwidth39 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 39 ) / 100);
}

.wae-section-column3 .bwidth39 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 39 ) / 100);
}

.wae-section-column4 .bwidth39 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 39 ) / 100);
}

.wae-section-column5 .bwidth39 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 39 ) / 100);
}

.wae-section-column6 .bwidth39 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 39 ) / 100);
}

.wae-section-column2 .bwidth40 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 40 ) / 100);
}

.wae-section-column3 .bwidth40 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 40 ) / 100);
}

.wae-section-column4 .bwidth40 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 40 ) / 100);
}

.wae-section-column5 .bwidth40 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 40 ) / 100);
}

.wae-section-column6 .bwidth40 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 40 ) / 100);
}

.wae-section-column2 .bwidth41 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 41 ) / 100);
}

.wae-section-column3 .bwidth41 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 41 ) / 100);
}

.wae-section-column4 .bwidth41 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 41 ) / 100);
}

.wae-section-column5 .bwidth41 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 41 ) / 100);
}

.wae-section-column6 .bwidth41 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 41 ) / 100);
}

.wae-section-column2 .bwidth42 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 42 ) / 100);
}

.wae-section-column3 .bwidth42 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 42 ) / 100);
}

.wae-section-column4 .bwidth42 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 42 ) / 100);
}

.wae-section-column5 .bwidth42 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 42 ) / 100);
}

.wae-section-column6 .bwidth42 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 42 ) / 100);
}

.wae-section-column2 .bwidth43 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 43 ) / 100);
}

.wae-section-column3 .bwidth43 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 43 ) / 100);
}

.wae-section-column4 .bwidth43 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 43 ) / 100);
}

.wae-section-column5 .bwidth43 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 43 ) / 100);
}

.wae-section-column6 .bwidth43 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 43 ) / 100);
}

.wae-section-column2 .bwidth44 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 44 ) / 100);
}

.wae-section-column3 .bwidth44 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 44 ) / 100);
}

.wae-section-column4 .bwidth44 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 44 ) / 100);
}

.wae-section-column5 .bwidth44 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 44 ) / 100);
}

.wae-section-column6 .bwidth44 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 44 ) / 100);
}

.wae-section-column2 .bwidth45 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 45 ) / 100);
}

.wae-section-column3 .bwidth45 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 45 ) / 100);
}

.wae-section-column4 .bwidth45 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 45 ) / 100);
}

.wae-section-column5 .bwidth45 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 45 ) / 100);
}

.wae-section-column6 .bwidth45 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 45 ) / 100);
}

.wae-section-column2 .bwidth46 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 46 ) / 100);
}

.wae-section-column3 .bwidth46 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 46 ) / 100);
}

.wae-section-column4 .bwidth46 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 46 ) / 100);
}

.wae-section-column5 .bwidth46 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 46 ) / 100);
}

.wae-section-column6 .bwidth46 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 46 ) / 100);
}

.wae-section-column2 .bwidth47 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 47 ) / 100);
}

.wae-section-column3 .bwidth47 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 47 ) / 100);
}

.wae-section-column4 .bwidth47 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 47 ) / 100);
}

.wae-section-column5 .bwidth47 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 47 ) / 100);
}

.wae-section-column6 .bwidth47 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 47 ) / 100);
}

.wae-section-column2 .bwidth48 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 48 ) / 100);
}

.wae-section-column3 .bwidth48 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 48 ) / 100);
}

.wae-section-column4 .bwidth48 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 48 ) / 100);
}

.wae-section-column5 .bwidth48 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 48 ) / 100);
}

.wae-section-column6 .bwidth48 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 48 ) / 100);
}

.wae-section-column2 .bwidth49 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 49 ) / 100);
}

.wae-section-column3 .bwidth49 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 49 ) / 100);
}

.wae-section-column4 .bwidth49 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 49 ) / 100);
}

.wae-section-column5 .bwidth49 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 49 ) / 100);
}

.wae-section-column6 .bwidth49 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 49 ) / 100);
}

.wae-section-column2 .bwidth50 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 50 ) / 100);
}

.wae-section-column3 .bwidth50 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 50 ) / 100);
}

.wae-section-column4 .bwidth50 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 50 ) / 100);
}

.wae-section-column5 .bwidth50 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 50 ) / 100);
}

.wae-section-column6 .bwidth50 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 50 ) / 100);
}

.wae-section-column2 .bwidth51 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 51 ) / 100);
}

.wae-section-column3 .bwidth51 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 51 ) / 100);
}

.wae-section-column4 .bwidth51 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 51 ) / 100);
}

.wae-section-column5 .bwidth51 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 51 ) / 100);
}

.wae-section-column6 .bwidth51 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 51 ) / 100);
}

.wae-section-column2 .bwidth52 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 52 ) / 100);
}

.wae-section-column3 .bwidth52 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 52 ) / 100);
}

.wae-section-column4 .bwidth52 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 52 ) / 100);
}

.wae-section-column5 .bwidth52 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 52 ) / 100);
}

.wae-section-column6 .bwidth52 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 52 ) / 100);
}

.wae-section-column2 .bwidth53 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 53 ) / 100);
}

.wae-section-column3 .bwidth53 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 53 ) / 100);
}

.wae-section-column4 .bwidth53 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 53 ) / 100);
}

.wae-section-column5 .bwidth53 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 53 ) / 100);
}

.wae-section-column6 .bwidth53 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 53 ) / 100);
}

.wae-section-column2 .bwidth54 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 54 ) / 100);
}

.wae-section-column3 .bwidth54 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 54 ) / 100);
}

.wae-section-column4 .bwidth54 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 54 ) / 100);
}

.wae-section-column5 .bwidth54 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 54 ) / 100);
}

.wae-section-column6 .bwidth54 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 54 ) / 100);
}

.wae-section-column2 .bwidth55 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 55 ) / 100);
}

.wae-section-column3 .bwidth55 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 55 ) / 100);
}

.wae-section-column4 .bwidth55 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 55 ) / 100);
}

.wae-section-column5 .bwidth55 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 55 ) / 100);
}

.wae-section-column6 .bwidth55 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 55 ) / 100);
}

.wae-section-column2 .bwidth56 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 56 ) / 100);
}

.wae-section-column3 .bwidth56 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 56 ) / 100);
}

.wae-section-column4 .bwidth56 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 56 ) / 100);
}

.wae-section-column5 .bwidth56 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 56 ) / 100);
}

.wae-section-column6 .bwidth56 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 56 ) / 100);
}

.wae-section-column2 .bwidth57 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 57 ) / 100);
}

.wae-section-column3 .bwidth57 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 57 ) / 100);
}

.wae-section-column4 .bwidth57 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 57 ) / 100);
}

.wae-section-column5 .bwidth57 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 57 ) / 100);
}

.wae-section-column6 .bwidth57 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 57 ) / 100);
}

.wae-section-column2 .bwidth58 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 58 ) / 100);
}

.wae-section-column3 .bwidth58 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 58 ) / 100);
}

.wae-section-column4 .bwidth58 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 58 ) / 100);
}

.wae-section-column5 .bwidth58 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 58 ) / 100);
}

.wae-section-column6 .bwidth58 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 58 ) / 100);
}

.wae-section-column2 .bwidth59 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 59 ) / 100);
}

.wae-section-column3 .bwidth59 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 59 ) / 100);
}

.wae-section-column4 .bwidth59 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 59 ) / 100);
}

.wae-section-column5 .bwidth59 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 59 ) / 100);
}

.wae-section-column6 .bwidth59 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 59 ) / 100);
}

.wae-section-column2 .bwidth60 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 60 ) / 100);
}

.wae-section-column3 .bwidth60 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 60 ) / 100);
}

.wae-section-column4 .bwidth60 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 60 ) / 100);
}

.wae-section-column5 .bwidth60 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 60 ) / 100);
}

.wae-section-column6 .bwidth60 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 60 ) / 100);
}

.wae-section-column2 .bwidth61 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 61 ) / 100);
}

.wae-section-column3 .bwidth61 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 61 ) / 100);
}

.wae-section-column4 .bwidth61 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 61 ) / 100);
}

.wae-section-column5 .bwidth61 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 61 ) / 100);
}

.wae-section-column6 .bwidth61 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 61 ) / 100);
}

.wae-section-column2 .bwidth62 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 62 ) / 100);
}

.wae-section-column3 .bwidth62 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 62 ) / 100);
}

.wae-section-column4 .bwidth62 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 62 ) / 100);
}

.wae-section-column5 .bwidth62 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 62 ) / 100);
}

.wae-section-column6 .bwidth62 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 62 ) / 100);
}

.wae-section-column2 .bwidth63 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 63 ) / 100);
}

.wae-section-column3 .bwidth63 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 63 ) / 100);
}

.wae-section-column4 .bwidth63 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 63 ) / 100);
}

.wae-section-column5 .bwidth63 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 63 ) / 100);
}

.wae-section-column6 .bwidth63 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 63 ) / 100);
}

.wae-section-column2 .bwidth64 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 64 ) / 100);
}

.wae-section-column3 .bwidth64 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 64 ) / 100);
}

.wae-section-column4 .bwidth64 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 64 ) / 100);
}

.wae-section-column5 .bwidth64 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 64 ) / 100);
}

.wae-section-column6 .bwidth64 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 64 ) / 100);
}

.wae-section-column2 .bwidth65 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 65 ) / 100);
}

.wae-section-column3 .bwidth65 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 65 ) / 100);
}

.wae-section-column4 .bwidth65 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 65 ) / 100);
}

.wae-section-column5 .bwidth65 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 65 ) / 100);
}

.wae-section-column6 .bwidth65 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 65 ) / 100);
}

.wae-section-column2 .bwidth66 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 66 ) / 100);
}

.wae-section-column3 .bwidth66 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 66 ) / 100);
}

.wae-section-column4 .bwidth66 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 66 ) / 100);
}

.wae-section-column5 .bwidth66 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 66 ) / 100);
}

.wae-section-column6 .bwidth66 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 66 ) / 100);
}

.wae-section-column2 .bwidth67 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 67 ) / 100);
}

.wae-section-column3 .bwidth67 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 67 ) / 100);
}

.wae-section-column4 .bwidth67 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 67 ) / 100);
}

.wae-section-column5 .bwidth67 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 67 ) / 100);
}

.wae-section-column6 .bwidth67 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 67 ) / 100);
}

.wae-section-column2 .bwidth68 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 68 ) / 100);
}

.wae-section-column3 .bwidth68 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 68 ) / 100);
}

.wae-section-column4 .bwidth68 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 68 ) / 100);
}

.wae-section-column5 .bwidth68 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 68 ) / 100);
}

.wae-section-column6 .bwidth68 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 68 ) / 100);
}

.wae-section-column2 .bwidth69 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 69 ) / 100);
}

.wae-section-column3 .bwidth69 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 69 ) / 100);
}

.wae-section-column4 .bwidth69 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 69 ) / 100);
}

.wae-section-column5 .bwidth69 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 69 ) / 100);
}

.wae-section-column6 .bwidth69 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 69 ) / 100);
}

.wae-section-column2 .bwidth70 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 70 ) / 100);
}

.wae-section-column3 .bwidth70 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 70 ) / 100);
}

.wae-section-column4 .bwidth70 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 70 ) / 100);
}

.wae-section-column5 .bwidth70 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 70 ) / 100);
}

.wae-section-column6 .bwidth70 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 70 ) / 100);
}

.wae-section-column2 .bwidth71 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 71 ) / 100);
}

.wae-section-column3 .bwidth71 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 71 ) / 100);
}

.wae-section-column4 .bwidth71 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 71 ) / 100);
}

.wae-section-column5 .bwidth71 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 71 ) / 100);
}

.wae-section-column6 .bwidth71 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 71 ) / 100);
}

.wae-section-column2 .bwidth72 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 72 ) / 100);
}

.wae-section-column3 .bwidth72 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 72 ) / 100);
}

.wae-section-column4 .bwidth72 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 72 ) / 100);
}

.wae-section-column5 .bwidth72 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 72 ) / 100);
}

.wae-section-column6 .bwidth72 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 72 ) / 100);
}

.wae-section-column2 .bwidth73 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 73 ) / 100);
}

.wae-section-column3 .bwidth73 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 73 ) / 100);
}

.wae-section-column4 .bwidth73 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 73 ) / 100);
}

.wae-section-column5 .bwidth73 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 73 ) / 100);
}

.wae-section-column6 .bwidth73 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 73 ) / 100);
}

.wae-section-column2 .bwidth74 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 74 ) / 100);
}

.wae-section-column3 .bwidth74 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 74 ) / 100);
}

.wae-section-column4 .bwidth74 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 74 ) / 100);
}

.wae-section-column5 .bwidth74 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 74 ) / 100);
}

.wae-section-column6 .bwidth74 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 74 ) / 100);
}

.wae-section-column2 .bwidth75 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 75 ) / 100);
}

.wae-section-column3 .bwidth75 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 75 ) / 100);
}

.wae-section-column4 .bwidth75 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 75 ) / 100);
}

.wae-section-column5 .bwidth75 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 75 ) / 100);
}

.wae-section-column6 .bwidth75 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 75 ) / 100);
}

.wae-section-column2 .bwidth76 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 76 ) / 100);
}

.wae-section-column3 .bwidth76 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 76 ) / 100);
}

.wae-section-column4 .bwidth76 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 76 ) / 100);
}

.wae-section-column5 .bwidth76 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 76 ) / 100);
}

.wae-section-column6 .bwidth76 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 76 ) / 100);
}

.wae-section-column2 .bwidth77 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 77 ) / 100);
}

.wae-section-column3 .bwidth77 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 77 ) / 100);
}

.wae-section-column4 .bwidth77 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 77 ) / 100);
}

.wae-section-column5 .bwidth77 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 77 ) / 100);
}

.wae-section-column6 .bwidth77 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 77 ) / 100);
}

.wae-section-column2 .bwidth78 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 78 ) / 100);
}

.wae-section-column3 .bwidth78 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 78 ) / 100);
}

.wae-section-column4 .bwidth78 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 78 ) / 100);
}

.wae-section-column5 .bwidth78 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 78 ) / 100);
}

.wae-section-column6 .bwidth78 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 78 ) / 100);
}

.wae-section-column2 .bwidth79 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 79 ) / 100);
}

.wae-section-column3 .bwidth79 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 79 ) / 100);
}

.wae-section-column4 .bwidth79 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 79 ) / 100);
}

.wae-section-column5 .bwidth79 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 79 ) / 100);
}

.wae-section-column6 .bwidth79 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 79 ) / 100);
}

.wae-section-column2 .bwidth80 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 80 ) / 100);
}

.wae-section-column3 .bwidth80 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 80 ) / 100);
}

.wae-section-column4 .bwidth80 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 80 ) / 100);
}

.wae-section-column5 .bwidth80 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 80 ) / 100);
}

.wae-section-column6 .bwidth80 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 80 ) / 100);
}

.wae-section-column2 .bwidth81 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 81 ) / 100);
}

.wae-section-column3 .bwidth81 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 81 ) / 100);
}

.wae-section-column4 .bwidth81 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 81 ) / 100);
}

.wae-section-column5 .bwidth81 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 81 ) / 100);
}

.wae-section-column6 .bwidth81 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 81 ) / 100);
}

.wae-section-column2 .bwidth82 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 82 ) / 100);
}

.wae-section-column3 .bwidth82 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 82 ) / 100);
}

.wae-section-column4 .bwidth82 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 82 ) / 100);
}

.wae-section-column5 .bwidth82 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 82 ) / 100);
}

.wae-section-column6 .bwidth82 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 82 ) / 100);
}

.wae-section-column2 .bwidth83 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 83 ) / 100);
}

.wae-section-column3 .bwidth83 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 83 ) / 100);
}

.wae-section-column4 .bwidth83 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 83 ) / 100);
}

.wae-section-column5 .bwidth83 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 83 ) / 100);
}

.wae-section-column6 .bwidth83 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 83 ) / 100);
}

.wae-section-column2 .bwidth84 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 84 ) / 100);
}

.wae-section-column3 .bwidth84 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 84 ) / 100);
}

.wae-section-column4 .bwidth84 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 84 ) / 100);
}

.wae-section-column5 .bwidth84 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 84 ) / 100);
}

.wae-section-column6 .bwidth84 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 84 ) / 100);
}

.wae-section-column2 .bwidth85 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 85 ) / 100);
}

.wae-section-column3 .bwidth85 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 85 ) / 100);
}

.wae-section-column4 .bwidth85 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 85 ) / 100);
}

.wae-section-column5 .bwidth85 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 85 ) / 100);
}

.wae-section-column6 .bwidth85 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 85 ) / 100);
}

.wae-section-column2 .bwidth86 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 86 ) / 100);
}

.wae-section-column3 .bwidth86 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 86 ) / 100);
}

.wae-section-column4 .bwidth86 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 86 ) / 100);
}

.wae-section-column5 .bwidth86 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 86 ) / 100);
}

.wae-section-column6 .bwidth86 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 86 ) / 100);
}

.wae-section-column2 .bwidth87 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 87 ) / 100);
}

.wae-section-column3 .bwidth87 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 87 ) / 100);
}

.wae-section-column4 .bwidth87 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 87 ) / 100);
}

.wae-section-column5 .bwidth87 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 87 ) / 100);
}

.wae-section-column6 .bwidth87 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 87 ) / 100);
}

.wae-section-column2 .bwidth88 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 88 ) / 100);
}

.wae-section-column3 .bwidth88 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 88 ) / 100);
}

.wae-section-column4 .bwidth88 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 88 ) / 100);
}

.wae-section-column5 .bwidth88 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 88 ) / 100);
}

.wae-section-column6 .bwidth88 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 88 ) / 100);
}

.wae-section-column2 .bwidth89 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 89 ) / 100);
}

.wae-section-column3 .bwidth89 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 89 ) / 100);
}

.wae-section-column4 .bwidth89 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 89 ) / 100);
}

.wae-section-column5 .bwidth89 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 89 ) / 100);
}

.wae-section-column6 .bwidth89 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 89 ) / 100);
}

.wae-section-column2 .bwidth90 {
  width: calc( ( ( 100% - ( 40px * 1 ) ) * 90 ) / 100);
}

.wae-section-column3 .bwidth90 {
  width: calc( ( ( 100% - ( 40px * 2 ) ) * 90 ) / 100);
}

.wae-section-column4 .bwidth90 {
  width: calc( ( ( 100% - ( 40px * 3 ) ) * 90 ) / 100);
}

.wae-section-column5 .bwidth90 {
  width: calc( ( ( 100% - ( 40px * 4 ) ) * 90 ) / 100);
}

.wae-section-column6 .bwidth90 {
  width: calc( ( ( 100% - ( 40px * 5 ) ) * 90 ) / 100);
}

@media only screen and (max-width: 767px) {
  .wae-section-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wae-section-column .wae-section-block {
    width: 100%;
    margin: 0 0 20px;
  }
  .wae-section-column .wae-section-block:last-child {
    margin-bottom: 0;
  }
}

.wae-section-block-border,
.wae-section-block-background {
  padding: 25px;
}

.wae-section-block-border {
  border-style: solid;
  border-color: #dde2e8;
  border-width: 1px;
}

.wae-section-block-background {
  background-color: #f7f9fc;
}

.wae-section .wae-section-column .wae-section-block.wae-section-block-background {
  background-color: #f7f9fc;
}

.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: #f7f9fc;
}

.wae-section.wae-section-base-background .wae-section-column .wae-section-block.wae-section-block-background {
  background-color: #fff;
}

.wae-section-block.wae-section-block-link {
  padding: 0;
}

.wae-section-block.wae-section-block-link > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 25px;
  border-style: solid;
  border-color: #05acbf;
  border-width: 1px;
}

.wae-section-block.wae-section-block-link > a:hover {
  border-color: #f22648;
}

.wae-section-block.wae-section-block-link > a[target^='_blank']::after {
  content: "";
  background: url(../img/icon_window.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .wae-section-block-border,
  .wae-section-block-background,
  .wae-section-block-link > a {
    padding: 5vw;
  }
}

.wae-section-block {
  font-size: 1.6rem;
}

.wae-section-block a {
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wae-section-block {
    font-size: 1.6rem;
  }
}

.wae-section-head {
  margin: 0;
  font-weight: normal;
  line-height: 1.35;
}

.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.wae-txt-xlarge {
  font-size: 2em;
}

.wae-section-head.wae-txt-large {
  font-size: 1.5em;
}

.wae-section-head.wae-txt-normal {
  font-size: 1em;
}

.wae-section-head.wae-txt-small {
  font-size: 0.9em;
}

.wae-section-head.wae-h-bold {
  font-weight: bold;
}

.wae-section-head.wae-h-border {
  border-style: solid;
  border-width: 0 0 1px;
}

.wae-section-head.wae-h-bg {
  background-color: rgba(0, 0, 0, 0.1);
}

.wae-section-block p a {
  position: relative;
}

.wae-section-button {
  background-color: rgba(0, 0, 0, 0.1);
}

.wae-section-lead {
  color: #05acbf;
}

.wae-section-note {
  font-size: .9em;
}

.wae-section-note:not(.wae-section-note-bgcolor) {
  color: #555;
}

.wae-section-note-bgcolor {
  background-color: #f7f9fc;
  padding: 1em 1.25em;
}

.wae-section-table table {
  width: 100%;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .wae-section-table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .wae-section-table table {
    width: auto;
    min-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;
  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 {
  content: 'FILE';
  display: inline-block;
  width: 4.6rem;
  margin-right: 1em;
  padding: 4px 0;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #aaa;
  border-radius: 3px;
  letter-spacing: normal;
  margin-left: calc(-4.6rem - 10px);
  margin-right: 10px;
}

.wae-section-icon-pdf::before {
  content: 'PDF';
  background: #ff5252;
  display: inline-block;
  text-decoration: none;
}

.wae-section-icon-word::before {
  content: 'WORD';
  background: #3f51b5;
  display: inline-block;
  text-decoration: none;
}

.wae-section-icon-excel::before {
  content: 'EXCEL';
  background: #00796b;
  display: inline-block;
  text-decoration: none;
}

.wae-section-icon-powerpoint::before {
  content: 'PPT';
  background: #f57c00;
  display: inline-block;
  text-decoration: none;
}

.wae-section-block ul {
  display: inline-block;
  margin-left: 2em;
}

.wae-section-block ul li {
  position: relative;
  margin-bottom: 1em;
}

.wae-section-block ul li:last-child {
  margin-bottom: 0;
}

.wae-section-block ul li a {
  position: relative;
  padding-right: 22px;
}

.wae-section-block ul li a[target^='_blank']::after {
  content: "";
  background: url(../img/icon_window.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.wae-section-block ul.wae-section-list-number {
  list-style: decimal;
}

.wae-section-block ul.wae-section-list-icon {
  list-style: none;
  margin-left: 0;
}

.wae-section-block ul.wae-section-list-icon > li {
  padding-left: 2em;
}

.wae-section-block ul.wae-section-list-icon > li::before {
  position: absolute;
  top: .60em;
  left: .8em;
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background: #05acbf;
}

.wae-section-block ul.wae-section-list-note {
  list-style: none;
  margin-left: 0;
}

.wae-section-block ul.wae-section-list-note > li {
  padding-left: 2em;
}

.wae-section-block ul.wae-section-list-note > li:before {
  position: absolute;
  left: .8em;
  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;
  max-width: 100%;
}

.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(101%);
  filter: brightness(101%);
}

.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;
  border-radius: 0;
}

.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-color: #dde2e8;
  border-width: 1px 0 0;
}

.wae-section-hr-solid {
  border-style: solid;
}

.wae-section-hr-dotted {
  border-style: dotted;
}

.wae-section-hr-dashed {
  border-style: dashed;
}

/* =====================================
  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-title {
  color: #30363b;
}

.wae-section-border {
  padding-bottom: .5em;
  border-style: solid;
  border-bottom-width: 3px;
  border-color: #dde2e8;
}

.wae-section-background {
  padding: .5em;
  border-radius: 5px;
  background-color: #05acbf;
}

.wae-section-background h2 {
  color: #fff;
  font-size: .9em;
}

.wae-section-column-border,
.wae-section-column-background {
  border-radius: 10px;
}

.wae-section-block-border,
.wae-section-block-background {
  border-radius: 8px;
}

.wae-section-block.wae-section-block-link > a {
  border: 1px solid #dde2e8;
  -webkit-box-shadow: 0px 4px 0px 0px #dde2e8;
  box-shadow: 0px 4px 0px 0px #dde2e8;
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
  border-radius: 8px;
}

.wae-section-block.wae-section-block-link > a:hover {
  -webkit-box-shadow: 0px 4px 0px 0px #f22648;
  box-shadow: 0px 4px 0px 0px #f22648;
}

.wae-section-head {
  color: #30363b;
}

.wae-section-head.wae-h-border {
  padding-bottom: .5em;
  border-style: solid;
  border-color: #dde2e8;
  border-bottom-width: 3px;
  color: #30363b;
}

.wae-section-head.wae-h-bg {
  padding: .5em;
  border-radius: 10px;
  background-color: #05acbf;
}

.wae-section-head.wae-h-bg h2,
.wae-section-head.wae-h-bg h3,
.wae-section-head.wae-h-bg h4,
.wae-section-head.wae-h-bg h5,
.wae-section-head.wae-h-bg h6 {
  color: #fff;
  font-size: .9em;
}

.wae-section-head a {
  color: #32383d;
  position: relative;
  padding-right: 25px;
}

.wae-section-head a::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.wae-section-head a:hover {
  color: #f22648;
}

.wae-section-head.wae-txt-normal a::after,
.wae-section-head.wae-txt-small a::after {
  width: 12px;
  height: 14px;
  font-size: 12px;
  line-height: 16px;
}

.wae-section-head.wae-h-bg a {
  color: white;
}

.wae-section-head.wae-h-bg a::after {
  background: url(../img/icon_arrow_w.svg) no-repeat;
}

.wae-section-head.wae-h-bg a:hover::after {
  color: #05acbf;
}

.wae-section-block p a {
  text-decoration: underline;
  color: #0268e6;
}

.wae-section-block p a[target^='_blank']::after {
  content: "";
  background: url(../img/icon_window.svg) no-repeat !important;
  background-size: contain !important;
  width: 18px !important;
  height: 18px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wae-section-block p a:hover {
  color: #f22648;
}

.wae-section-block p a.wae-section-emphas-strong {
  font-weight: bold;
  padding-right: 20px;
}

.wae-section-block p a.wae-section-emphas-strong::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.wae-section-block p a.wae-section-emphas-strong:hover {
  color: #f22648;
}

.wae-section-block p a.wae-section-emphas-moststrong {
  font-weight: bold;
  padding-right: 20px;
  padding-bottom: 3px;
  border-bottom: 7px solid #fff558;
  text-decoration: none;
}

.wae-section-block p a.wae-section-emphas-moststrong::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.wae-section-block p a.wae-section-emphas-moststrong:hover {
  color: #f22648;
}

.wae-section-block p .wae-section-button {
  position: relative;
  padding: 1em 2.2em 1em 1.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #dde2e8;
  -webkit-box-shadow: 0 3px 0 0 #dde2e8;
  box-shadow: 0 3px 0 0 #dde2e8;
  background: none;
  font-weight: bold;
  line-height: 1.35;
  border-radius: 3em;
  color: #32383d;
  text-decoration: none;
}

.wae-section-block p .wae-section-button:hover {
  color: #32383d;
  background: #f7f9fc;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.wae-section-block p .wae-section-button::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 11px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.wae-section-block p .wae-section-button[target^='_blank']::before {
  content: none;
}

.wae-section-block p .wae-section-button[target^='_blank']::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.wae-section-block p .wae-section-button.wae-section-emphas-strong {
  background-color: #1c8098;
  border-color: transparent;
  -webkit-box-shadow: 0 4px 0 0 #126073;
  box-shadow: 0 4px 0 0 #126073;
  color: white;
  font-weight: bold;
  padding: 1em 2.2em 1em 1.5em;
}

.wae-section-block p .wae-section-button.wae-section-emphas-strong::after {
  background: url(../img/icon_arrow_w.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
  right: 15px;
}

.wae-section-block p .wae-section-button.wae-section-emphas-strong:hover {
  background-color: #126073;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  color: #fff;
}

.wae-section-block p .wae-section-button.wae-section-emphas-moststrong {
  background-color: #f22648;
  padding: 1em 2.2em 1em 1.5em;
  border-color: transparent;
  border-bottom: 2px solid #f22648;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 0 #b71832;
  box-shadow: 0 3px 0 0 #b71832;
}

.wae-section-block p .wae-section-button.wae-section-emphas-moststrong::after {
  background: url(../img/icon_arrow_w.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
  right: 15px;
}

.wae-section-block p .wae-section-button.wae-section-emphas-moststrong:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  background-color: #b71832;
  color: #fff;
  border-bottom: 2px solid #b71832;
}

.wae-section-lead {
  font-weight: 600;
  font-size: 1.4em;
}

.wae-section-note-bgcolor {
  border-radius: 8px;
}

.wae-section-block figure img,
.wae-section-block figure a,
.wae-section-block figure a::after {
  /*border-radius: 10px;*/
}

.wae-section-hr-solid,
.wae-section-hr-dotted,
.wae-section-hr-dashed {
  border-width: 3px 0 0;
}

.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: #05acbf;
}

.wae-tab li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
  border: 1px solid #05acbf;
  border-width: 1px 1px 0;
  background: #05acbf;
  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: #f22648;
  border-color: #f22648;
}

.wae-tab li.active {
  background: #fff;
  color: #05acbf;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .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 #dde2e8;
  border-width: 0 1px 0 0;
}

.tableSection .wae-section-block:first-child,
.tableColumn .wae-section-block:first-child {
  padding: 40px;
  background-color: #f7f9fc;
}

.tableSection .wae-section-block:last-child,
.tableColumn .wae-section-block:last-child {
  border-width: 0;
}

.tableSection .wae-section-column {
  margin: 0;
  border: 1px solid #dde2e8;
  border-width: 1px 1px 0;
}

.tableSection .wae-section-column:last-child {
  border-width: 1px;
}

.tableColumn {
  border: 1px solid #dde2e8;
}

.tableColumn.wae-section-margin-none + .tableColumn {
  border-width: 0 1px 1px;
}

@media only screen and (max-width: 767px) {
  .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 only screen and (max-width: 767px) {
  .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;
}

/* 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;
}

.wae-section-block .pageLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}

.wae-section-block .pageLinkList li {
  margin: 0 0 10px;
  width: calc(100% / 4);
  border-right: 1px solid #e0e0e0;
}

.wae-section-block .pageLinkList li:last-child {
  margin-bottom: 10px;
}

.wae-section-block .pageLinkList li:nth-child(4n+1) {
  border-left: 1px solid #e0e0e0;
}

.wae-section-block .pageLinkList li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px 0 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.wae-section-block .pageLinkList li > a:hover {
  background: #f7f9fc;
}

.wae-section-block .pageLinkList li > a::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 14px;
  height: 12px;
  background: url(../img/icon_arrow.svg) no-repeat 0 0/100% auto;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .wae-section-block .pageLinkList li {
    width: calc(100% / 2);
  }
  .wae-section-block .pageLinkList li:nth-child(2n+1) {
    border-left: 1px solid #e0e0e0;
  }
  .wae-section-block .pageLinkList li > a {
    padding: 10px 30px 10px 10px;
  }
}

.wae-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.wae-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
