@charset "utf-8";
#contents {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
#contents a {
  transition: opacity .4s cubic-bezier(.210, .60, .350, 1);
}
#contents a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#contents p, #contents h2, #contents h3, #contents h4 {
  margin: 0px;
  line-height: 1.2em;
}
#contents ul, #contents li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#contents img {
  max-width: 100%;
  height: auto;
}
#contents a img {
  border: none;
}
.contentsBox{
  width: 100%;
}
.footstepBox,
.contentsMain,
#main{
  max-width: 902px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.tabs-noheight {
  display: none;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .footstepBox{
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* product
-----------------------------------------------*/
#product {
  background: #e6ebf2;
}
#product .inner {
  padding: 100px 40px 120px;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
}
#product h2 {
  font-size: 40px;
  text-align: center;
}
#product .list {
  margin: 60px auto 0;
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
}
#product .list li a {
  text-decoration: none;
  color: unset;
}
#product .list li {
  list-style: none;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px 20px 30px;
  box-sizing: border-box;
  text-align: center;
}
#product .list li h3 {
  display: flex;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.25;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#product .list li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #1b558c;
  margin-top: 10px;
}
#product .list li p {
  font-size: 14px;
  text-align: left;
  line-height: 1.75;
  margin: 0;
  padding: 5px 0 0;
}
#product .label {
  display: flex;
  justify-content: start;
  padding: 0;
  margin-top: 20px;
  text-align: left;
  font-size: 0;
  list-style: none;
}
#product .label li {
  margin-right: 10px;
  max-width: 70px;
  width: 100%;
  padding: 0 5px !important;
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  line-height: 26px;
  border-radius: 4px;
}
#product .label li:last-child {
  margin-right: 0;
}
#product .label .label01 {
  background: #f29800;
}
#product .label .label02 {
  background: #00afdd;
}
#product .label .label03 {
  background: #9a3cab;
}
#product table {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  border-collapse:collapse;
}
#product th {
  width: 30%;
  white-space: nowrap;
}
#product th, #product td {
  font-weight: normal;
  text-align: left;
  padding: 10px;
  border-top: 1px solid #d1d1d1;
  font-size: 14px;
  vertical-align: middle;
}
#product td {
  padding-right: 0;
}
#product td span {
  font-size: 12px;
}
#product td strong {
  color: #ff0000;
}
#product .bnr {
  max-width: 900px;
  width: 100%;
  margin: 110px auto 0;
}
#product .bnr.col2 {
  display: flex;
  max-width: 1080px;
  gap:40px;
}
@media screen and (max-width: 740px) {
#product .bnr.col2 {
  flex-wrap: wrap;
  gap:20px;
}
  #product .inner {
    padding: 40px 20px;
  }
  #product h2 {
    font-size: 24px;
  }
  #product .list {
    margin: 20px auto 0;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  #product .list li {
    padding: 20px;
  }
  #product .list li h3 {
    min-height: auto !important;
    font-size: 20px;
  }
  #product .list li h4 {
    font-size: 16px;
    margin-top: 5px;
  }
  #product .list li p {
    font-size: 14px;
    padding: 5px 0 0;
  }
  #product .label {
    margin-top: 10px;
  }
  #product .label li {
    line-height: 20px;
    max-width: 64px;
    margin-right: 5px;
    font-size: 12px;
  }
  #product th, 
  #product td {
    padding: 5px;
    font-size: 12px;
  }
  #product td span {
    font-size: 10px;
    display: block;
  }
  #product .bnr {
    margin: 40px auto 0;
  }
}
/* point
-----------------------------------------------*/
#point {
  background: #f8f7f3;
}
#point .inner {
  padding: 120px 40px 130px;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
#point h2 {
  font-size: 40px;
  text-align: center;
}
#point ul {
  margin: 50px auto 0;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
}
#point li .img {
  max-width: 156px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
#point li .txt h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
#point li .txt h3 span {
  font-size: 16px;
  display: block;
  color: #1b558c;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
}
#point li .txt h3 span > span {
  font-size: 40px;
  display: inline-block;
}
#point li .txt p {
  font-size: 12px;
  line-height: 1.75;
}
#point .box {
  margin-top: 110px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
#point .box + .box {
  margin-top: 40px;
}
#point .box h3 {
  font-size: 30px;
  display: flex;
  align-items: center;
}
#point .box h3 span {
  position: relative;
  background: #1b558c;
  color: #fff;
  font-size: 47px;
  font-family: 'Oswald', sans-serif;
  padding: 35px 15px 15px;
  margin-right: 15px;
  line-height: 1;
  text-align: center;
  width: 80px;
  box-sizing: border-box;
}
#point .box h3 span::before {
  position: absolute;
  display: block;
  content: "POINT";
  font-size: 20px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
#point .box h3 + .imgRight {
  padding-top: 25px;
}
#point .box .imgRight, #point .box .imgLeft {
  padding: 40px;
  display: flex;
  align-items: center;
}
#point .box .imgLeft {
  padding-top: 0;
}
#point .box .imgRight .img, #point .box .imgLeft .img {
  width: 36.59%;
}
#point .box .imgRight .txt, #point .box .imgLeft .txt {
  width: 63.41%;
  box-sizing: border-box;
}
#point .box .imgRight .txt {
  padding-right: 40px;
}
#point .box .imgLeft .txt {
  padding-left: 40px;
  box-sizing: border-box;
}
#point .box .txt h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
#point .box .txt p {
  font-size: 14px;
  line-height: 2;
}
#point .box .txt p + h4 {
  margin-top: 30px;
}
#point .box .btn {
  max-width: 225px;
  margin-top: 10px;
}
#point .box .btn a {
  background: #1b558c;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 43px;
  line-height: 43px;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
#point .box .btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: 0 0 3px 6px;
  transform: rotate(45deg);
}
#point .box .txt .btn a:hover {
  opacity: .7;
  text-decoration: none;
}
#point .box + h2 {
  margin-top: 110px;
  font-size: 24px;
}
#point h2 + p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 740px) {
  #point .inner {
    padding: 40px 20px;
  }
  #point h2 {
    font-size: 24px;
  }
  #point ul {
    margin: 20px auto 0;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  #point li .img {
    max-width: 120px;
    margin: 0 auto 10px;
  }
  #point li .txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #point li .txt h3 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #point li .txt h3 span > span {
    font-size: 30px;
  }
  #point li .txt p {
    font-size: 14px;
  }
  #point .box {
    margin-top: 40px;
  }
  #point .box + .box {
    margin-top: 20px;
  }
  #point .box h3 {
    font-size: 20px;
  }
  #point .box h3 span {
    width: 60px;
    font-size: 34px;
    padding: 25px 10px 10px;
    margin-right: 10px;
  }
  #point .box h3 span > span {
    font-size: 14px;
  }
  #point .box h3 span::before {
    font-size: 14px;
    top: 10px;
  }
  #point .box h3 + .imgRight {
    padding-top: 20px;
  }
  #point .box .imgRight, #point .box .imgLeft {
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #point .box .imgLeft {
    padding-top: 0;
    flex-direction: column;
  }
  #point .box .imgRight .img, #point .box .imgLeft .img {
    width: 100%;
    margin-bottom: 10px;
  }
  #point .box .imgRight .txt, #point .box .imgLeft .txt {
    width: 100%;
  }
  #point .box .imgRight .txt {
    padding-right: 0;
  }
  #point .box .imgLeft .txt {
    padding-left: 0;
  }
  #point .box .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #point .box .txt p {
    font-size: 14px;
    line-height: 1.75;
  }
  #point .box .txt p + h4 {
    margin-top: 20px;
  }
  #point .box .btn {
    max-width: 200px;
  }
  #point .box .btn a {
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
  }
  #point .box .btn a::after {
    margin: 0 0 3px 3px;
  }
  #point .box + h2 {
    margin-top: 40px;
    font-size: 20px;
  }
  #point h2 + p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.75;
    font-feature-settings: "palt";
  }
}
/* bnrBtn
-----------------------------------------------*/
.bnrBtn a {
  max-width: 750px;
  width: 100%;
  margin: 100px auto 0;
  display: block;
}
.bnrBtn a .btn {
  background: #00afdd;
  color: #fff;
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding-top: 35px;
  text-align: center;
  box-sizing: content-box;
}
.bnrBtn a .btn:hover {
  opacity: .8;
}
.bnrBtn .btn span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.bnrBtn .btn span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
.bnrBtn .btn img {
  position: absolute;
  top: -20px;
  right: 60px;
}
@media screen and (max-width: 750px) {
  .bnrBtn a {
    margin: 40px auto 0;
  }
  .bnrBtn a .btn {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    text-align: left;
    font-size: 10px;
  }
  .bnrBtn .btn span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .bnrBtn .btn img {
    right: 2%;
    top: -10%;
    width: 80px;
  }
}
/* cta
-----------------------------------------------*/
#cta {
  background: #e3e9f1;
}
#cta .inner {
  padding: 100px 40px;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}
#cta .col2 {
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#cta .col {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 460px;
  width: 100%;
  padding: 50px 40px 35px;
  box-sizing: border-box;
}
#cta .col:first-child {
  margin-right: 40px;
}
#cta .col h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#cta .col .btn a {
  display: flex;
  align-items: center;
  padding: 35px 30px;
  color: #fff;
  background: #00afdd;
  border-radius: 4px;
  margin-bottom: 30px;
}
#cta .col a {
  transition: opacity .2s;
}
#cta .col a:hover {
  opacity: .7;
}
#cta .col .btn .img {
  padding-right: 30px;
}
#cta .col .btn img {
  width: 45px;
  height: 45px;
}
#cta .col .btn a p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
#cta .col .btn a p > span {
  display: block;
  font-size: 20px;
}
#reuseBox {
  position: relative;
  color: #fff;
  padding: 0 40px;
  background: #000;
}
#reuseBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/resell/bgi_reuse.jpg") no-repeat center / cover;
}
#reuseBox .img {
  position: relative;
  z-index: 2;
  max-width: 185px;
  width: 100%;
  margin: 20px auto 30px;
}
#reuseBox .txt {
  position: relative;
  z-index: 2;
}
#reuseBox .txt h3 {
  font-size: 28px;
  line-height: 1.5;
}
#reuseBox .txt .link {
  text-align: center;
  margin-top: 40px;
}
#reuseBox .txt .link a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-weight: bold;
  color: #fff;
  transition: opacity .2s;
}
#reuseBox .txt .link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  #cta .inner {
    padding: 40px 20px;
  }
  #cta .col2 {
    flex-wrap: wrap;
  }
  #cta .col {
    padding: 20px 20px 30px;
  }
  #cta .col:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #cta .col h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #cta .col .btn a {
    padding: 20px 15px;
  }
  #cta .col .btn .img {
    padding-right: 15px;
  }
  #cta .col .btn img {
    width: 30px;
    height: 30px;
  }
  #cta .col .btn a p {
    font-size: 20px;
  }
  #cta .col .btn a p > span {
    font-size: 14px;
  }
  #reuseBox {
    padding: 0 20px;
  }
  #reuseBox .img {
    max-width: 160px;
    margin: 0 auto 20px;
  }
  #reuseBox .txt h3 {
    font-size: 18px;
  }
  #reuseBox .txt .link {
    margin-top: 30px;
  }
  #reuseBox .txt .link a {
    font-size: 14px;
  }
  #reuseBox .txt .link a::after {
    width: 10px;
    height: 10px;
  }
}
/* layout
-----------------------------------------------*/
.layout .inner {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 40px;
}
.layout .ttlBox {
  text-align: center;
  margin-bottom: 50px;
}
.layout .ttlBox h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  color: #2E3445;
}
.layout .ttlBox h2 br {
  display: none;
}
.layout .ttlBox h3 {
  font-size: 18px;
}
.layout .ttlBox h3 br {
  display: none;
}
.layout ul.col4 {
  overflow: hidden;
    margin: 0 auto!important;
}
.layout .col4 li {
  float: left;
  width: 235px;
  margin-right: 20px !important;
}
.layout .col4 li.link4 {
  margin-right: 0px !important;
}
.layout .col4 li strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.layout .col4 li p {
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 5px;
}
.layout .col4 li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.layout .col4 li .photo {
  border: 2px solid #EEEDEB;
  margin-bottom: 8px;
}
.layout .col4 li .photo img {
  width: 100%;
  height: auto;
}
.layout .col4 li i {
  font-size: 18px;
  margin-right: 5px;
}
#relationBox .inner {
  padding: 100px 40px 45px;
}
#relationBox ul.col4 li.link4 {
  margin-right: 0;
}
#relationBox ul li a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .layout {
    min-width: 320px;
  }
  .layout .inner {
    padding: 60px 40px;
    width: auto;
  }
  .layout .ttlBox {
    margin-bottom: 25px;
  }
  .layout .ttlBox h2 {
    font-size: 22px;
    padding-bottom: 6px;
  }
  .layout .ttlBox h2 br {
    display: block;
  }
  .layout .ttlBox span {
    font-size: 12px;
    margin-top: 8px;
  }
  .layout ul.col4 {
    overflow: hidden;
    font-size: 0;
    text-align: center;
    max-width: 484px;
  }
  .layout .col4 li {
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px!important;
    margin-bottom: 15px!important;
    vertical-align: top;
    text-align: left;
  }
  .layout .col4 li:nth-child(2n) {
    margin-left: 3%!important;
  }
  .layout .col4 li strong {
    font-size: 12px;
    padding-left: 18px;
  }
  .layout .col4 li .photo img {
    width: 100%;
    height: auto;
  }
  .layout .col4 li p {
    font-size: 11px;
  }
  .layout .col4 li i {
    font-size: 14px;
    top: 0;
  }
  .layout .ttlBox h3 {
    font-size: 16px;
  }
  .layout .ttlBox h3 br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .layout .inner {
    padding: 60px 20px;
  }
  #relationBox .inner {
    padding: 40px 20px 0;
  }
}
/* guideBox
-----------------------------------------------*/
#guideBox {
  background: #f8f7f3;
}
#guideBox h3 {
  font-size: 40px;
  line-height: 1.2em;
}
#guideBox ul.productLink {
  overflow: hidden;
  margin-bottom: 40px;
}
#guideBox ul.productLink li {
  float: left;
  width: 235px;
  margin-right: 20px;
}
#guideBox ul.productLink li.link4 {
  margin-right: 0px;
}
#guideBox ul.productLink li {
  float: left;
  width: 235px;
  margin-right: 20px;
  text-align: center;
}
#guideBox ul.productLink li .img {
  width: 128px;
  margin: 0 auto 15px auto;
}
#guideBox ul.productLink li .img img {
  width: 100%;
  height: auto;
}
#guideBox ul.productLink li a {
  display: inline-block;
  /* display: inline; */
  /* zoom: 1; */
  margin-bottom: 10px;
}
#guideBox ul.productLink li a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#guideBox ul.productLink li h4 {
  font-size: 18px;
}
#guideBox ul.productLink li h4 i {
  margin-right: 5px;
  font-size: 22px;
}
#guideBox ul.productLink li p {
  text-align: left;
  font-size: 13px;
  line-height: 1.5em;
}
#guideBox .productNote {
  border: 2px solid #EDECEA;
  background-color: #fff;
  padding: 28px 28px 8px 28px;
}
#guideBox .productNote h4 {
  color: #1B558C;
  font-size: 18px;
  margin-bottom: 5px;
}
#guideBox .productNote ul {
  margin-bottom: 20px;
}
#guideBox .productNote ul li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  #guideBox ul.productLink {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:750px) {
  #guideBox h3 {
    font-size: 20px;
  }
  #guideBox ul.productLink {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  #guideBox ul.productLink li {
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  #guideBox ul.productLink li:nth-child(2n) {
    margin-left: 3%;
  }
  #guideBox ul.productLink li .img {
    text-align: center;
    width: auto;
  }
  #guideBox ul.productLink li .img img {
    max-width: 128px;
  }
  #guideBox ul.productLink li h4 {
    font-size: 15px;
  }
  #guideBox ul.productLink li h4 i {
    font-size: 18px;
  }
  #guideBox ul.productLink li p {
    font-size: 12px;
  }
  #guideBox .productNote {
    padding: 18px 18px 4px;
  }
  #guideBox .productNote h4 {
    font-size: 15px;
  }
  #guideBox .productNote ul li {
    font-size: 12px;
  }
}

#r-product .inner {
  max-width: 1280px;
  padding: 100px 20px;
  margin: 0 auto;
}
#r-product h2 {
  font-size: 40px;
  text-align: center;
}
#r-product .col4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#r-product .col4 .col {
  width: 25%;
  margin-top: 80px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
#r-product .col4 .col .img {
  position: relative;
}
#r-product .col4 .sold .img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.5);
  top: 0;
  left: 0;
}
#r-product .col4 .col .img span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 35px;
  width: 120px;
  font-size: 16px;
  font-weight: bold;
}
#r-product .col4 .col .img .label01 {
  color: #ff0013;
  background: #fffb00;
}
#r-product .col4 .col .img .label02 {
  color: #fff;
  background: #9bbf45;
}
#r-product .col4 .sold .img .label03 {
  color: #fff;
  background: #ff0013;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 54px;
  width: 140px;
}
#r-product .col4 .col .img .label04 {
  color: #fff;
  background: #fbb03b;
}
#r-product .col4 .sold .txt h3, 
#r-product .col4 .sold .txt p, 
#r-product .col4 .sold .txt h4 {
  color: #c8c8c8;
}
#r-product .col4 .col .txt p {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  line-height: 1.75;
}
#r-product .col4 .col .txt .area {
  font-size: 18px;
  text-align: left;
  text-indent: 0;
  padding-left: 0;
  font-weight: bold;
  margin-left: 0;
}
#r-product .col4 .col .txt .area span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #005890;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 4px;
  margin-right: 10px;
}
#r-product .col4 .col .txt h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}
#r-product .col4 .col .txt h4 {
  flex-wrap: wrap;
  display: flex;
  font-size: 14px;
  margin-top: 15px;
  align-items: end;
  justify-content: center;
  line-height: 1;
}
#r-product .col4 .col .txt h4 .remove {
  display: inline-block;
  position: relative;
  color: #333;
  margin-bottom: 5px;
}
#r-product .col4 .col .txt h4 .remove::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotateY(-50%);
  background: #333;
}
#r-product .col4 .col .txt h4 .remove > span {
  font-size: 20px;
}
#r-product .col4 .sale .txt h4 {
  color: #ff0000;
}
#r-product .col4 .col .txt h4 .price {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
}
#r-product .col4 .col .txt {
  color: #333;
}
#r-product .col4 .col a:hover {
text-decoration: none;
}
#r-product .col4 .col .txt .btn {
  position: relative;
  margin: 10px auto 0;
  display: block;
  background: #00afdd;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-weight: bold;
  padding: 16px 40px 0 20px;
  box-sizing: border-box;
}
#r-product .col4 .col .txt .ba:hover {
  display: block;
  text-decoration: none;
}
#r-product .col4 .col .txt .btn span {
  position: relative;
  padding: 0 20px;
}
#r-product .col4 .col .txt .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
}
#r-product .col4 .sold .txt .btn::after {
  border-top: solid 3px #c8c8c8;
  border-right: solid 3px #c8c8c8;
}
#r-product .col4 .sold a {
  pointer-events: none;
}
#r-product .col4 .col .txt .ba:hover {
  display: block;
  text-decoration: none;
}
#r-product .inner > .btn {
  margin-top: 80px;
}
#r-product .inner > .btn a {
  box-sizing: border-box;
  display: block;
  width: 500px;
  padding: 30px 10px;
  margin: 0 auto;
  background: #00afdd;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#r-product .inner .col4 > .btn {
  margin-top: 80px;
}
#r-product .inner .col4 > .btn a {
  box-sizing: border-box;
  display: block;
  width: 500px;
  padding: 30px 10px;
  margin: 0 auto;
  background: #00afdd;
  border: 3px solid #00afdd;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;

}
#r-product .inner .col4 > .btn:last-of-type a {
  background: #fff !important;
  border: 3px solid #00afdd;
  color: #00afdd !important;
}
@media screen and (max-width: 1200px) {
  #r-product .col4 .col {
    width: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  #r-product .inner {
    padding: 40px 20px;
  }
  #r-product h2 {
    font-size: 24px;
  }
  #r-product h2.s_ttl {
    margin-top: 40px;
    margin-bottom: -25px;
  }
  #r-product p {
    font-size: 14px;
    line-height: 1.5;
  }
  #r-product .col4 .col {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-right: 0;
  }
  #r-product .col4 .col .img img {
    width: 100%;
  }
  #r-product .col4 .col .txt p {
    margin-top: 5px;
  }
  #r-product .col4 .col .txt .area {
    font-size: 16px;
  }
  #r-product .col4 .col .txt .area span {
    font-size: 14px;
    padding: 0 14px;
    line-height: 28px;
  }
  #r-product .col4 .col .txt h3 {
    font-size: 16px;
  }
  #r-product .col4 .col .txt h4 {
    margin-top: 20px;
  }
  #r-product .col4 .col .txt h4 .price {
    font-size: 24px;
  }
  #r-product .col4 .col .txt .btn {
    font-size: 14px;
    height: 40px;
    padding: 12px 40px 0 20px;
  }
  #r-product .col4 .col .txt .btn::before {
    right: 9px;
    top: 7px;
  }
  #r-product .col4 .col .txt .btn::after {
    top: 20px;
    right: 13px;
  }
  #r-product .inner > .btn {
    margin-top: 40px;
  }
  #r-product .inner > .btn a {
    width: 100%;
    padding: 25px 10px;
    font-size: 18px;
  }
  #r-product .inner .col4 > .btn {
    margin-top: 32px;
  }
  #r-product .inner .col4 > .btn a {
    width: 320px;
    padding: 25px 10px;
    font-size: 18px;
    margin: 0;
  }
}