@charset "UTF-8";

.cssskin-top_feature02 .column:first-child {
  width: 55% !important;
}

.cssskin-top_feature02 .column:first-child + * {
  background-color: #ffffff;
  margin-top: 50px;
  margin-left: -10%;
  width: 55% !important;
  z-index: 1;
  padding: 45px 70px;
}

.cssskin-top_feature02 .c-large_headline {
  font-weight: normal;
  font-size: 24px;
  border-left: 1px solid #000;
  line-height: 1.4;
  padding-left: 25px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.cssskin-top_feature02 .c-large_headline::first-line {
  font-weight: 300;
  font-size: 32px;
}

@media only screen and (max-width: 641px) {
.cssskin-top_feature02 .column:first-child {
  width: 100% !important;
}

.cssskin-top_feature02 .column:first-child + * {
  width: 100% !important;
  margin-top: 0px;
  margin-left: 0px;
  padding: 20px 20px;
}

}
