@charset "UTF-8";
/* ======================================================================

====================================================================== */
.comfortring > .inner {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 60px;
  min-width: 1280px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner {
    width: 100%;
    min-width: initial;
    padding: 20px;
  }
}

.comfortring > .inner .c_ttl_1._center {
  text-align: center;
}

.comfortring > .inner > ul {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

.comfortring > .inner > ul .flexbox {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
}

.comfortring > .inner > ul .flexbox .imgbox {
  position: absolute;
  top: 50px;
  width: 570px;
  left: -63px;
  z-index: 1;
}

.comfortring > .inner > ul .flexbox .imgbox > img {
  max-width: 100%;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .imgbox {
    width: calc(100vw - 45px);
    top: 0;
    left: -20px;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap {
  width: 1030px;
  background: #fff;
  box-shadow: 20px 20px 50px #0000000D;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap {
    max-width: 100%;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .top {
  max-width: 520px;
  margin-bottom: 45px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .top {
    margin-bottom: 35px;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .top.mg01 {
  margin-bottom: 150px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .top.mg01 {
    margin-bottom: 35px;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .sp-sr {
  margin-top: 40px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .sp-sr {
    overflow-x: scroll;
    width: 100%;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .sp-sr img.img01 {
  max-width: 100%;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .sp-sr img.img01 {
    max-width: 442px;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .sp-sr img.img02 {
  max-width: 100%;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .sp-sr img.img02 {
    max-width: 845px;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .sp-sr.mg01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .sp-sr.mg01 {
    margin-bottom: 35px;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .bottom {
  max-width: 100%;
}

.comfortring > .inner > ul .flexbox .txtwrap h2 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 35px;
}

.comfortring > .inner > ul .flexbox .txtwrap h2.mg03 {
  margin-top: 60px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .comfortring > .inner > ul .flexbox .txtwrap h2.mg03 {
    margin-top: 0;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .txtflex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 10px 0 30px;
}

.comfortring > .inner > ul .flexbox .txtwrap .txtflex > p {
  font-weight: bold;
  font-size: 14px;
}

.comfortring > .inner > ul .flexbox .txtwrap .txtflex > p:nth-child(1) {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .txtflex > p:nth-child(1) {
    margin: 10px 0 0;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .txtflex > p > a {
  color: #6C001F;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox .txtwrap .txtflex {
    display: block;
  }
}

.comfortring > .inner > ul .flexbox .txtwrap .normal {
  font-size: 14px;
  line-height: 1.7;
}

.comfortring > .inner > ul .flexbox:nth-child(even) {
  justify-content: flex-end;
}

.comfortring > .inner > ul .flexbox:nth-child(even) .txtwrap {
  padding: 75px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox:nth-child(even) .txtwrap {
    padding: 35% 30px 30px;
    margin: 150px 0 0;
  }
}

.comfortring > .inner > ul .flexbox:nth-child(even) .txtwrap .top {
  margin-left: 360px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox:nth-child(even) .txtwrap .top {
    margin-left: inherit;
  }
}

.comfortring > .inner > ul .flexbox:nth-child(odd) {
  margin: 50px 0;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.comfortring > .inner > ul .flexbox:nth-child(odd) .txtwrap {
  padding: 75px;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox:nth-child(odd) .txtwrap {
    padding: 35% 30px 30px;
    margin: 150px 0 0;
  }
}

.comfortring > .inner > ul .flexbox:nth-child(odd) .imgbox {
  right: -63px;
  left: initial;
  z-index: 1;
}

@media screen and (max-width: 567px) {
  .comfortring > .inner > ul .flexbox:nth-child(odd) .imgbox {
    right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .comfortring > .inner > ul .flexbox.mg06 {
    margin-bottom: 20px;
  }
}

.comfortring.nobg > .inner {
  background: #FAFAFC;
}

.comfortring .txtwrap .p_top_panel_link {
  float: right;
  padding-bottom: 70px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .comfortring .txtwrap .p_top_panel_link {
    padding-bottom: 0;
  }
}

.comfortring .c_features_sec_txt.mg04 {
  margin: 75px 0 20px;
}

.comfortring .p_top_panel_link.mg05 {
  margin-bottom: 80px;
}

.comfortring .p_quality_title {
  margin-bottom: 55px;
}

.comfortring .btn_wrap {
  width: 300px;
  margin: 0 auto;
}

.red {
  color: #6C001F;
}

.icon_d01 {
  padding-left: 30px;
  background: url("../../assets/img/comfortring/icon.svg") no-repeat;
}

.icon_d01.mg01 {
  margin-bottom: 30px;
}

.diamond_area {
  position: relative;
  margin-bottom: 20px;
}

.diamond_area::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 38px;
  height: 37px;
  background-image: url("../../assets/img/design/obj_diamond.svg");
  background-size: 38px 36px;
}

.diamond_area .ttl {
  font-size: 16px;
  color: #141414;
  font-weight: bold;
  line-height: 24px;
}

.diamond_area .diamond_txt {
  position: relative;
  padding: 30px;
  font-size: 14px;
  line-height: calc(25.2 / 12);
  border-left: 1px solid #6C001F;
  border-right: 1px solid #6C001F;
  border-bottom: 1px solid #6C001F;
}

@media screen and (max-width: 567px) {
  .diamond_area .diamond_txt {
    padding: 25px 20px 20px;
  }
  .diamond_area .diamond_txt::after {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/design/sp/obj_diamond.svg");
    background-size: cover;
  }
}

.diamond_area .diamond_txt::after, .diamond_area .diamond_txt::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1px solid #6C001F;
  width: 47%;
  height: 1px;
}

@media screen and (max-width: 567px) {
  .diamond_area .diamond_txt::after, .diamond_area .diamond_txt::before {
    width: 35.133vw;
  }
}

.diamond_area .diamond_txt::before {
  left: 0;
}

.diamond_area .diamond_txt::after {
  right: 0;
}

.diamond_area .diamond_link {
  color: #6C001F !important;
  transition: all 0.3s;
  text-decoration: underline !important;
}

.diamond_area .diamond_link:hover {
  text-decoration: none !important;
  opacity: 0.7;
  transition: all 0.3s;
}

.diamond_table01 {
  font-size: 14px;
}

@media screen and (max-width: 567px) {
  .diamond_table01 {
    font-size: 12px;
  }
}

.diamond_table01 td {
  padding: 0 5px;
}

.diamond_table01 td p {
  line-height: 23px;
}

@media screen and (max-width: 567px) {
  .diamond_table01 tr td:nth-child(1) {
    width: 16%;
  }
}

.diamond_table02 {
  font-size: 14px;
}

@media screen and (max-width: 567px) {
  .diamond_table02 {
    font-size: 12px;
  }
}

.diamond_table02 td {
  padding: 0 5px;
}

.diamond_table02 td p {
  line-height: 23px;
}

.diamond_table02 tr td:nth-child(1) {
  width: 21%;
}

@media screen and (max-width: 567px) {
  .diamond_table02 tr td:nth-child(1) {
    width: 30%;
  }
}

.p_quality_01_txt {
  margin-bottom: 40px;
}

.p_quality_01_txt .txt01 {
  font-size: 14px;
  color: #6C001F;
  margin-bottom: 15px;
}

@media screen and (max-width: 567px) {
  .p_quality_01_txt .txt01 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.p_quality_01_txt .txt02 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 100;
  color: #343234;
  margin-bottom: 25px;
}

@media screen and (max-width: 567px) {
  .p_quality_01_txt .txt02 {
    font-size: 22px;
  }
}

.p_quality_01_txt .txt03 {
  font-size: 14px;
  color: #343234;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
  line-height: 24px;
}

.p_quality_01_txt .txt03:after {
  content: "";
  width: 27px;
  height: 1px;
  background: #343234;
  position: absolute;
  left: 0;
  top: 12px;
}

@media screen and (max-width: 567px) {
  .p_quality_01_txt .txt03:after {
    top: 11px;
  }
}

@media screen and (max-width: 567px) {
  .p_quality_01_txt .txt03 {
    margin-bottom: 20px;
  }
}

.p_quality_01_txt .txt04 {
  font-size: 14px;
  color: #343234;
  line-height: 24px;
}

.p_quality_box_01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 567px) {
  .p_quality_box_01 {
    display: inherit;
  }
}

.p_quality_box_01 .left {
  max-width: 542px;
  width: 100%;
}

@media screen and (max-width: 567px) {
  .p_quality_box_01 .left {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.p_quality_box_01 .left img {
  max-width: 100%;
}

.p_quality_box_01 .right {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 567px) {
  .p_quality_box_01 .right {
    margin: 0;
  }
}

.p_quality_box_01 .txt01 {
  font-size: 14px;
  color: #343234;
  line-height: 24px;
}
