@charset "utf-8";
/*--------------------------------------------------------------------------------
general
--------------------------------------------------------------------------------*/
.c5-venice {
  line-height: 2;
}
.c5-venice img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c5-section {
  padding: 70px 15px;
}
p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

.c5--glay-light {
  background-color: #e7e6e8;
}
.c5--glay-dark {
  background-color: #5e5d61;
}
.c5-maintitle {
  font-size: 250%;
  font-weight: lighter !important;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1;
}
.c5-maintitle img {
  max-width: 350px;
}
.c5-title1 {
  font-size: 181.3%;
  font-weight: lighter !important;
  line-height: 1.4;
}
.c5-title2 {
  font-size: 137.5%;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.c5-title3 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}
.c5-title4 {
  font-size: 70%;
  font-weight: 400;
  line-height: 1.5;
}
.c5-subtitle {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.6;
  color: #ddb187;
}
.c5-container {
  max-width: 1000px;
  margin: auto;
}
.c5-container-slide {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
* + .c5-imgCenter,
.c5-imgCenter + * {
  margin-top: 60px;
}
.c5-imgCenter {
  text-align: center;
}
* + .c5-cols {
  margin-top: 60px;
}
.c5-cols + h3 {
  margin-top: 40px;
}
.c5-cols {
  display: flex;
  flex-wrap: wrap;
}
.c5-cols.col2,
.c5-cols.col3,
.c5-cols.col4 {
  margin-left: -20px;
  margin-right: -20px;
}
.c5-cols.col2 > div {
  width: calc(50% - 40px);
  margin: 0 20px;
}
.c5-cols.col3 > div {
  width: calc(33.333% - 40px);
  margin: 0 20px;
}
.c5-cols.col4 > div {
  width: calc(25% - 40px);
  margin: 0 20px;
}
@media screen and (min-width: 641px) {
  .c5-cols.col2 > div:nth-child(n + 3) {
    margin-top: 40px;
  }
  .c5-cols.col3 > div:nth-child(n + 4) {
    margin-top: 40px;
  }
  .c5-cols.col4 > div:nth-child(n + 5) {
    margin-top: 40px;
  }
}
.c5-cols._rv {
  flex-direction: row-reverse;
}
.c5-cols .text {
  flex: 1;
  padding-right: 40px;
}
.c5-cols._rv .text {
  padding-right: 0;
  padding-left: 40px;
}
.c5-cols .img {
  flex: 0 1 50%;
}
.c5-mv {
  text-align: center;
  margin-bottom: 60px;
}
.c5--colorStoreWhite {
  color: #fff;
}
.c5-list-menu::after {
  content: " | "
}
ul.s5-list.s5-list--compact li, ol.s5-list.s5-list--compact li {
  padding-right: 0px !important;
}
.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .c5-section {
    overflow-x: hidden;
    padding: 40px 15px;
  }
  .c5-title1 {
    font-size: 138%;
    font-weight: lighter !important;
  }
  .c5-cols {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c5-cols .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .c5-cols .img {
    text-align: center;
  }
  .c5-cols.col2 > div,
  .c5-cols.col3 > div,
  .c5-cols.col4 > div {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c5-cols.col2 > div:last-child,
  .c5-cols.col3 > div:last-child,
  .c5-cols.col4 > div:last-child {
    margin-bottom: 0;
  }
  * + .c5-imgCenter, .c5-imgCenter + * {
    margin-top: 40px;
  }
}


.c5-container .s5-table2 tr{
  background: #fff;
}
.c5-container .s5-table2 table{
  font-size: .8rem;
}
.c5-container .s5-table2 tr.s5-table2__captionRow th, .c5-container .s5-table2 tr.s5-table2__captionRow td,.c5-container .c5-scroll-table tr.c5-scroll-table__captionRow th, .c5-container .c5-scroll-table tr.c5-scroll-table__captionRow td{
  background: #5e5d61;
  color: #fff;
}
.c5-mt40{
  margin-top: 40px;
}
@media screen and (max-width: 639px){
  .c5-container .s5-table2:not(.s5-table2--notBreak) {
      padding: 0;
  }
  .c5-container .s5-table2 tr{
    margin-bottom: 10px;
  }
  .c5-container .c5-scroll-table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.wistia_responsive_padding.c5-video_2col{
  padding: 0;
  min-width: 500px;
  height: 309px;
}
@media screen and (max-width: 639px){
  .wistia_responsive_padding.c5-video_2col{
    padding:56.25% 0 0 0;
    min-width: auto;
    height: auto;
  }
}
