@charset "UTF-8";
#kochoran, #elegance {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*コンテンツ*/
  /*pdfダウンロードボタン*/
  /*豆知識*/
}
#kochoran h3.index, #kochoran .tips_index, #kochoran h4, #kochoran .title_sp, #elegance h3.index, #elegance .tips_index, #elegance h4, #elegance .title_sp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#kochoran .btn_down, #elegance .btn_down {
  width: 450px;
  height: auto;
  margin: 0 auto 70px;
}
@media print, screen and (max-width: 767px) {
  #kochoran .btn_down, #elegance .btn_down {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width: 767px) {
  #kochoran .text-title_area, #elegance .text-title_area {
    margin-bottom: 20px;
  }
}
#kochoran .text-title_area .text-title, #elegance .text-title_area .text-title {
  color: #caa200;
}
#kochoran .text-title_area .text-title:before, #elegance .text-title_area .text-title:before {
  border-top: 1px solid #caa200;
}
#kochoran section, #elegance section {
  margin-bottom: 90px;
}
@media print, screen and (max-width: 767px) {
  #kochoran section, #elegance section {
    margin-bottom: 40px;
  }
}
#kochoran section:last-child, #elegance section:last-child {
  margin-bottom: 0;
}
#kochoran .content, #elegance .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #kochoran .content, #elegance .content {
    display: inline;
  }
}
#kochoran .content .image, #elegance .content .image {
  width: 48.7%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #kochoran .content .image, #elegance .content .image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#kochoran .content .detail, #elegance .content .detail {
  width: 48.7%;
  margin-right: 2.6%;
}
@media print, screen and (max-width: 767px) {
  #kochoran .content .detail, #elegance .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#kochoran .content .detail h3.index, #elegance .content .detail h3.index {
  color: #c2006e;
  font-size: 26px;
  margin: 0 0 25px 0;
}
#kochoran .content .detail h3.index.index-ele, #elegance .content .detail h3.index.index-ele {
  color: #091cac;
}
@media print, screen and (max-width: 767px) {
  #kochoran .content .detail h3.index, #elegance .content .detail h3.index {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  #kochoran .content .detail h3.index br, #elegance .content .detail h3.index br {
    display: none;
  }
}
#kochoran .content .detail h4, #elegance .content .detail h4 {
  font-size: 20px;
  background: url("../img/kochoran/icon_line.png") no-repeat left top 15px;
  padding-left: 15px;
  margin: 0 0 15px 0;
}
@media print, screen and (max-width: 767px) {
  #kochoran .content .detail h4, #elegance .content .detail h4 {
    font-size: 18px;
  }
}
#kochoran .content .detail .btn_page, #elegance .content .detail .btn_page {
  text-align: center;
  margin-top: 25px;
}
#kochoran .content.flex-row-reverse, #elegance .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #kochoran .content.flex-row-reverse, #elegance .content.flex-row-reverse {
    display: inline;
    margin-bottom: 50px;
  }
}
#kochoran .content.flex-row-reverse .image, #elegance .content.flex-row-reverse .image {
  margin-right: 2.6%;
}
#kochoran .content.flex-row-reverse .detail, #elegance .content.flex-row-reverse .detail {
  margin-right: 0;
}
#kochoran .btn_pdf, #elegance .btn_pdf {
  width: 430px;
  margin: 20px auto 0;
  border: solid 1px #cccccc;
  background: url("../img/kochoran/icon_arrow.png") no-repeat right 14px center;
}
@media print, screen and (max-width: 767px) {
  #kochoran .btn_pdf, #elegance .btn_pdf {
    width: 100%;
    height: auto;
    background: url("../img/kochoran/icon_arrow.png") no-repeat right 10px center;
  }
}
#kochoran .btn_pdf a, #elegance .btn_pdf a {
  display: block;
  font-size: 14px;
  color: #444;
  padding: 14px 14px 14px 35px;
  background: url("../img/kochoran/icon_pdf.png") no-repeat left 14px top 13px;
}
@media print, screen and (max-width: 767px) {
  #kochoran .btn_pdf a, #elegance .btn_pdf a {
    padding: 10px 20px 10px 35px;
    background: url("../img/kochoran/icon_pdf.png") no-repeat left 12px top 10px;
  }
}
#kochoran .tips, #elegance .tips {
  width: 840px;
  margin: 0 auto;
  border: solid 1px #cccccc;
  background: url("../img/kochoran/bg_oblique-line.png");
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  #kochoran .tips, #elegance .tips {
    width: 90%;
    margin-bottom: 2em;
  }
}
#kochoran .tips .tips_title, #elegance .tips .tips_title {
  position: absolute;
  top: -15px;
  left: -25px;
}
@media print, screen and (max-width: 767px) {
  #kochoran .tips .tips_title, #elegance .tips .tips_title {
    position: absolute;
    top: -20px;
    left: -20px;
  }
}
#kochoran .tips .tips_detail, #elegance .tips .tips_detail {
  background: white;
  padding: 20px 40px;
}
@media print, screen and (max-width: 767px) {
  #kochoran .tips .tips_detail, #elegance .tips .tips_detail {
    padding: 35px 20px 20px;
  }
}
#kochoran .tips .tips_detail .tips_index, #elegance .tips .tips_detail .tips_index {
  font-size: 19px;
  color: #c2006e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #kochoran .tips .tips_detail .tips_index, #elegance .tips .tips_detail .tips_index {
    font-size: 17px;
  }
}
#kochoran .tips .tips_detail p, #elegance .tips .tips_detail p {
  margin: 0;
  font-size: 12px;
}/*# sourceMappingURL=kochoran.css.map */