.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #2D3660;
  line-height: 1.41176471;
  cursor: pointer;
  color: #fff;
  padding: 18px 40px 15px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-size: 19px;
  line-height: 1.15789474;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #8E9FBC;
}
#home {
  float: left;
  position: relative;
  height: 53px;
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 40px;
  isolation: isolate;
}
#home:after {
  width: 350px;
}
.desk {
  max-width: calc(100% - 260px);
}
.section--topicnav .desk {
  max-width: calc(100% - 160px);
}
@media (max-width: 1023px) {
  .section--three .desk {
    max-width: calc(100% - 100px);
  }
}
.section--four .desk {
  max-width: calc(100% - 100px);
}
.footlogoicon {
  width: 50px;
}
.vcard {
  font-size: 20px;
  line-height: 1.5;
}
.wrapper {
  font-size: 22px;
  line-height: 1.45454545;
}
.preTitle {
  font-size: 22px;
  line-height: 1.45454545;
}
.cb-layout1 .preTitle {
  font-size: 27px;
  line-height: 1.14814815;
}
h1,
h2 {
  font-size: 45px;
  line-height: 1.13333333;
}
.cb-layout1 h1 {
  font-size: 50px;
  line-height: 1.14;
}
h3 {
  font-size: 30px;
  line-height: 1.13333333;
}
.dlog h3 {
  font-size: 24px;
  line-height: 1.125;
}
h4 {
  font-size: 24px;
  line-height: 1.125;
}
h5 {
  font-size: 25px;
  line-height: 1.16;
}
h6 {
  font-size: 20px;
  line-height: 1.15;
}
p.loud {
  font-size: 23px;
  line-height: 1.34782609;
}
p.skew {
  font-size: 27px;
  line-height: 1.37037037;
  padding: 70px 0 63px;
}
p.skew:after {
  width: 79px;
  height: 55px;
}
p.skew:before {
  z-index: -1;
  left: -130px;
  width: 100vw;
}
p.skew i {
  font-size: 19px;
  line-height: 1.15789474;
  margin-top: 30px;
}
.section--four .area {
  width: calc(100% + 36px);
  margin-left: -18px;
}
.section--four .area .unit {
  margin-left: 18px;
  margin-right: 18px;
  width: calc(50% - 36px);
}
/*# sourceMappingURL=./screen-medium.css.map */