/* slider */
.slider {
  position: relative;
}

.slide_selector {
  min-width: 960px;
}
.slide_selector img {
  width: 100%;
}
.slide_selector a {
  position: absolute;
  bottom: 10%;
  right: 12%;
  padding: 5px 10px;
  font-size: 0.688rem;
  color: #fff;
  background-color: #c1272d;
}
.slide_selector a img {
  width: auto;
  display: inline;
  vertical-align: inherit;
}

.slide_selector_arrows {
  position: absolute;
  width: 100%;
  height: 46px;
  min-width: 960px;
  top: 50%;
  left: 0px;
  margin-top: -23px;
}

.slide_selector_arrows div {
  display: inline-block;
  margin-top: -23px;
  position: absolute;
}

.custom-slick-prev {
  top: 50%;
  left: 5%;
  cursor: pointer;
}

.custom-slick-next {
  top: 50%;
  right: 5%;
  cursor: pointer;
}

/* content */
.content-wrap {
  padding-top: 80px;
}

.content {
  padding-bottom: 15px;
}
.content h3 {
  margin: 0;
  padding: 25px 0;
  border-top: solid 3px #c1272d;
  border-bottom: solid 1px #ccc;
  font-size: 1.438rem;
}
.content > p {
  margin-bottom: 40px;
}
.content p {
  margin-top: 20px;
  font-size: .875rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
.content .square_box {
  text-align: center;
  padding: 0 0 55px;
}
.content .caption {
  padding-bottom: 20px;
}
.content .caption h4 {
  position: relative;
  background-color: #e6e6e6;
  font-size: 1.125rem;
  margin-top: 0;
  padding: 10px 0 10px 25px;
}
.content .caption h4:before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/caption_triangle.png);
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
}
.content .caption .comment {
  font-size: .875rem;
  float: left;
  width: 55.22388%;
  letter-spacing: 0;
}
.content .caption .comment span {
  position: relative;
  float: right;
  display: block;
  background-color: #fff;
  padding: 4px 20px 4px 25px;
}
.content .caption .comment span:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #c32f34;
}
.content .caption .comment span a {
  color: #333;
}
.content .caption .feature {
  font-size: .813rem;
  float: right;
  width: 40.2985%;
  padding: 13px 20px;
  background-color: #fff;
  letter-spacing: 0;
}
.content .caption h5 {
  font-size: 1.063rem;
  color: #c1272d;
}
.content .caption02 {
  padding-bottom: 20px;
}
.content .caption02 h4 {
  position: relative;
  background-color: #e6e6e6;
  font-size: 1.125rem;
  margin-top: 0;
  padding: 10px 0 10px 25px;
}
.content .caption02 h4:before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/caption_triangle.png);
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
}
.content .caption02 div {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
}
.content .caption02 div:last-child {
  border: none;
}
.content .caption02 p {
  margin-top: 0;
}
.content .caption02 .comment {
  font-size: .875rem;
  float: left;
  width: 55.22388%;
  letter-spacing: 0;
}
.content .caption02 .comment span {
  float: right;
  display: block;
  background-color: #fff;
  padding: 4px 20px 4px 25px;
  margin-top: 10px;
}
.content .caption02 .comment span a {
  position: relative;
  color: #333;
}
.content .caption02 .comment span a:before {
  position: absolute;
  content: '';
  top: 3px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #c32f34;
}
.content .caption02 .feature {
  font-size: .750rem;
  float: right;
  width: 40.2985%;
  letter-spacing: 0;
  text-align: center;
}
.content .caption02 h5 {
  margin: 30px 0 10px;
}
.content .caption02 h5 a {
  color: #c1272d;
}
.content .caption03 {
  padding-bottom: 20px;
}
.content .caption03 h4 {
  position: relative;
  background-color: #e6e6e6;
  font-size: 1.125rem;
  margin-top: 0;
  padding: 10px 0 10px 25px;
}
.content .caption03 h4:before {
  position: absolute;
  content: '';
  background: url(../contents/common/common/caption_triangle.png);
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
}
.content .caption03 h5 {
  margin: 30px 0 10px;
}
.content .caption03 h5 a {
  color: #c1272d;
}
.content .caption03 p {
  margin-top: 0;
}
.content .caption03 p span {
  float: right;
  display: block;
  background-color: #fff;
  padding: 4px 20px 4px 25px;
  margin-top: 10px;
}
.content .caption03 p span a {
  position: relative;
  color: #333;
}
.content .caption03 p span a:before {
  position: absolute;
  content: '';
  top: 3px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #c32f34;
}
