@charset "UTF-8";
/*------------------------------------------------------------
スライダー
------------------------------------------------------------*/
#slider {
  padding-top: 15px;
  overflow: hidden;
}
#slider li a {
  outline: none;
}
#slider li a:hover img {
  opacity: 0.6;
}
#slider .slick-slider .slick-slide {
  margin: 0 8px;
  width: 550px;
}
#slider .slick-slider .slick-slide img {
  width: 100%;
  height: auto;
}
#slider .slick-dotted.slick-slider {
  max-width: 1080px;
  margin: 0 auto 60px;
}
#slider .slick-dots {
  bottom: -35px;
}
#slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
#slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
#slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #004b9e;
  border-radius: 100%;
}
#slider .slick-dots li.slick-active button:before {
  background: #004b9e;
}

@media screen and (max-width: 812px) {
  #slider {
    padding-top: 0;
  }
  #slider li img {
    width: 280px;
    height: auto;
  }
  #slider .slick-slider .slick-slide {
    margin: 0 4px;
    width: 280px;
  }
  #slider .slick-dotted.slick-slider {
    margin-bottom: 45px;
  }
  #slider .slick-dots {
    bottom: -25px;
  }
}

/*top_youtube*/
.top_youtube {
  margin: 71px auto 86px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_youtube img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.top_youtube a {
  display: block;
  margin: 0 17px;
  height: 233px;
}
.top_youtube a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 812px) {
  .top_youtube {
    margin: 35px auto 20px;
    flex-wrap: wrap;
  }

  .top_youtube a {
    margin: 15px 0 0;
    height: auto;
  }
}
/*------------------------------------------------------------
商品検索
------------------------------------------------------------*/
#product_search {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#product_search input[type="search"] {
  width: 420px;
  border-radius: 10px 0 0 10px;
}
#product_search input[type="submit"] {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 812px) {
  #product_search input[type="search"] {
    width: calc(100% - 110px);
    border-radius: 5px 0 0 5px;
  }
  #product_search input[type="submit"] {
    border-radius: 0 5px 5px 0;
    width: 110px;
  }
} /*------------------------------------------------------------
オススメ・ランキング
------------------------------------------------------------*/
.h1_sp {
  display: none;
}
@media screen and (max-width: 812px) {
  .h1_sp {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 23px;
    color: #004b9e;
    font-weight: bold;
    padding: 0 40px;
  }
}
#recommend_ranking {
  padding-bottom: 80px;
}
#recommend_ranking .tab {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}
#recommend_ranking .tab li {
  width: 50%;
  font-size: 2.4rem;
  line-height: 70px;
  font-weight: bold;
  color: #fff;
  background: #ccc no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}
#recommend_ranking .tab li:first-child {
  padding-left: calc((100vw - 1080px) / 2 + 60px);
  background-image: url("../images/top/icon_clearfile_recommend_white.svg");
  background-position: left calc((100vw - 1080px) / 2 + 15px) center;
}
#recommend_ranking .tab li:last-child {
  padding-left: 70px;
  background-image: url("../images/top/icon_clearfile_ranking_white.svg");
  background-position: 25px center;
}
#recommend_ranking .tab li.on {
  color: #004b9e;
  background-color: #fff;
}
#recommend_ranking .tab li.on:first-child {
  background-image: url("../images/top/icon_clearfile_recommend_blue.svg");
}
#recommend_ranking .tab li.on:last-child {
  background-image: url("../images/top/icon_clearfile_ranking_blue.svg");
}
#recommend_ranking .product_list {
  display: none;
}
#recommend_ranking .product_list.on {
  display: block;
}
#recommend_ranking .product_list > ul,
#recommend_ranking .product_list > ol {
  justify-content: center;
}
#recommend_ranking .product_list > ul > li,
#recommend_ranking .product_list > ol > li {
  width: 360px;
  padding: 0 40px;
  margin-bottom: 50px;
  margin-right: 0;
  border-right: 1px solid #d9d9d9;
}
#recommend_ranking .product_list > ul > li:last-child,
#recommend_ranking .product_list > ol > li:last-child {
  border-right: none;
}
#recommend_ranking .product_list > ul > li a,
#recommend_ranking .product_list > ol > li a {
  display: block;
  text-decoration: none;
}
#recommend_ranking .product_list > ul > li a:hover,
#recommend_ranking .product_list > ol > li a:hover {
  opacity: 0.6;
}
#recommend_ranking .product_list > ul > li figure img,
#recommend_ranking .product_list > ol > li figure img {
  margin: -30px 0 0 30px;
  max-width: 186px;
}
#recommend_ranking .product_list > ul > li figure .size_mark,
#recommend_ranking .product_list > ol > li figure .size_mark {
  left: auto;
  right: 0;
  font-size: 2.1rem;
  line-height: 44px;
  width: 44px;
}
#recommend_ranking .product_list > ul > li figure figcaption ul,
#recommend_ranking .product_list > ol > li figure figcaption ul {
  bottom: auto;
  top: 0;
}
#recommend_ranking .product_list > ul > li h3,
#recommend_ranking .product_list > ol > li h3 {
  font-size: 2.4rem;
  min-height: 30px;
  padding-left: 30px;
  background-size: 24px auto;
}
#recommend_ranking .product_list > ul > li dl,
#recommend_ranking .product_list > ol > li dl {
  display: flex;
  align-items: flex-end;
}
#recommend_ranking .product_list > ul > li dl dt,
#recommend_ranking .product_list > ol > li dl dt {
  margin-right: 10px;
}
#recommend_ranking .product_list > ul > li dl dt:empty,
#recommend_ranking .product_list > ol > li dl dt:empty {
  margin-right: 0;
}
#recommend_ranking .product_list > ul > li dl dd,
#recommend_ranking .product_list > ol > li dl dd {
  margin-top: 0;
}
#banner_top .bnr {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#banner_top .bnr li {
  margin: 17px 10px 0;
}
#banner_top .bnr li:nth-child(-n + 3) {
  margin-top: 0;
}
#banner_top .bnr li a:hover {
  opacity: 0.6;
}
#banner_top .bnr li a img {
  width: 100%;
  max-width: 340px;
  height: auto;
}

#banner_top .bnr li p {
  color: #004b9e;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

@media screen and (max-width: 812px) {
  #recommend_ranking {
    padding-bottom: 60px;
  }
  #recommend_ranking .tab {
    margin-bottom: 0;
  }
  #recommend_ranking .tab li {
    font-size: 1.6rem;
    line-height: 1.5;
    height: 70px;
  }
  #recommend_ranking .tab li:first-child,
  #recommend_ranking .tab li:last-child {
    padding: 10px 0 0 46px;
    background-position: 10px center;
  }
  #recommend_ranking .product_list {
    padding: 0 0 20px;
  }
  #recommend_ranking .product_list > ul,
  #recommend_ranking .product_list > ol {
    display: block;
  }
  #recommend_ranking .product_list > ul > li,
  #recommend_ranking .product_list > ol > li {
    width: auto;
    padding: 15px 0;
    margin-bottom: 0;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  #recommend_ranking .product_list > ul > li:last-child,
  #recommend_ranking .product_list > ol > li:last-child {
    border-bottom: none;
  }
  #recommend_ranking .product_list > ul > li figure img,
  #recommend_ranking .product_list > ol > li figure img {
    margin: 0 0 0 30px;
  }
  #recommend_ranking .product_list > ul > li figure .size_mark,
  #recommend_ranking .product_list > ol > li figure .size_mark {
    left: 0;
    right: auto;
  }
  #recommend_ranking .product_list > ul > li figure figcaption ul,
  #recommend_ranking .product_list > ol > li figure figcaption ul {
    bottom: 20px;
    top: auto;
  }
  #recommend_ranking .product_list > ul > li h3,
  #recommend_ranking .product_list > ol > li h3 {
    font-size: 1.6rem;
    min-height: 20px;
    padding-left: 20px;
    background-size: 16px auto;
  }
  #recommend_ranking .product_list > ul > li dl,
  #recommend_ranking .product_list > ol > li dl {
    display: flex;
    align-items: flex-end;
  }
  #banner_top .bnr {
    display: block;
    text-align: center;
  }
  #banner_top .bnr li {
    margin: 15px 0 0;
  }
  #banner_top .bnr li:nth-child(-n + 3) {
    margin-top: 15px;
  }
  #banner_top .bnr li img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
オーダーフロー
------------------------------------------------------------*/
#order_flow {
  background: #eaeaea;
  padding: 50px 0;
}
#order_flow .flow {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  counter-reset: num;
}
#order_flow .flow div {
  background: #fff;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#order_flow .flow div:after {
  display: block;
  content: "";
  background: url("../images/top/arrow_flow_outer.svg") no-repeat center 80px;
  width: 44px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -44px;
}
#order_flow .flow div dl {
  width: 50%;
  position: relative;
  counter-increment: num;
}
#order_flow .flow div dl:before {
  display: block;
  content: counter(num);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  color: #004b9e;
  margin-bottom: 10px;
}
#order_flow .flow div dl:after {
  display: block;
  content: "";
  background: url("../images/top/arrow_flow_inner.svg") no-repeat center 48px;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
}
#order_flow .flow div dl dd {
  margin-top: 25px;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #004b9e;
}
#order_flow .flow div dl dd em {
  font-style: normal;
  font-size: 1.6rem;
  margin-top: 15px;
  display: block;
}
#order_flow .flow div dl dd em span {
  font-size: 1.2rem;
  display: block;
  margin-top: 2px;
}
#order_flow .flow div dl dd small {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 10px;
}
#order_flow .flow div dl dd small strong {
  color: #bc3338;
}
#order_flow .flow div dl dd a:hover {
  text-decoration: none;
}
#order_flow .flow div dl:nth-last-of-type(1):after {
  display: none;
}
#order_flow .flow div p {
  margin-top: 20px;
  width: 100%;
}
#order_flow .flow div:nth-of-type(1) {
  width: 280px;
}
#order_flow .flow div:nth-of-type(2) {
  width: 430px;
}
#order_flow .flow div:nth-of-type(2) dl {
  width: 33.333333%;
}
#order_flow .flow div:nth-of-type(2) dl:nth-of-type(2) dd small {
  position: relative;
  left: -70px;
}
#order_flow .flow div:nth-of-type(2) p {
  font-size: 1.2rem;
}
#order_flow .flow div:nth-of-type(3) {
  width: 280px;
}
#order_flow .flow div:nth-of-type(3):after {
  display: none;
}
#order_flow .flow div:nth-of-type(3) p {
  padding: 0 20px;
}
#order_flow .flow div:nth-of-type(3) p a {
  display: block;
  text-decoration: none;
  font-size: 1.9rem;
  color: #004b9e;
  line-height: 44px;
  font-weight: bold;
  background: #eaeaea;
  border-bottom: 5px solid #9f9f9f;
  border-radius: 10px;
}

/*------------------------------------------------------------
一時非表示処理：20200805
------------------------------------------------------------*/
#order_flow_sp .flow div:nth-of-type(3) p a {
  display: block;
  text-decoration: none;
  font-size: 1.9rem;
  color: #004b9e;
  line-height: 44px;
  font-weight: bold;
  background: #eaeaea;
  border-bottom: 5px solid #9f9f9f;
  border-radius: 10px;
}

#order_flow .flow div:nth-of-type(3) p a:hover {
  border-bottom: none;
  margin-top: 5px;
}

@media screen and (max-width: 812px) {
  #order_flow_sp .flow div:nth-of-type(3) p a {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  #order_flow {
    padding: 25px 0;
  }
  #order_flow .flow {
    display: block;
  }
  #order_flow .flow div {
    padding: 25px;
    display: block;
    margin-bottom: 80px;
  }
  #order_flow .flow div:after {
    top: auto;
    right: 50%;
    bottom: -60px;
    width: 20px;
    height: 40px;
    margin-right: -10px;
    background-position: center center;
    transform: rotate(90deg);
  }
  #order_flow .flow div dl {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #order_flow .flow div dl:before {
    margin-bottom: 0;
    width: 30px;
  }
  #order_flow .flow div dl:after {
    top: auto;
    right: 50%;
    bottom: -50px;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    background-position: center center;
    transform: rotate(90deg);
  }
  #order_flow .flow div dl + dl {
    margin-top: 60px;
  }
  #order_flow .flow div dl dt {
    width: 80px;
  }
  #order_flow .flow div dl dd {
    margin-top: 0;
    flex-grow: 1;
  }
  #order_flow .flow div p {
    font-size: 1.4rem;
  }
  #order_flow .flow div:nth-of-type(1) {
    width: auto;
  }
  #order_flow .flow div:nth-of-type(2) {
    width: auto;
  }
  #order_flow .flow div:nth-of-type(2) dl {
    width: 100%;
  }
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(2),
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(3) {
    padding-bottom: 40px;
  }
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(2) dd small {
    left: 0;
    position: absolute;
    width: 100%;
  }
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(3) dd small {
    left: 0;
    position: absolute;
    width: 100%;
    margin-top: 25px;
  }

  #order_flow .flow div:nth-of-type(3) {
    width: auto;
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------
オプションサービス
------------------------------------------------------------*/
/*#option_service {
  background: #EAEAEA;
  padding: 30px 0 50px;
}
#option_service ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#option_service ul li {
  width: 205px;
}
#option_service ul li:last-child {
  width: 365px;
}
#option_service ul li a {
  display: block;
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 60px;
  font-weight: bold;
  color: #004B9E;
  background: #fff;
  border: 3px solid #004B9E;
  border-radius: 10px;
}
#option_service ul li a:hover {
  color: #fff;
  background: #004B9E;
}

@media screen and (max-width: 812px) {
  #option_service {
    padding: 0 0 25px;
  }
  #option_service ul {
    margin-top: 0;
    display: block;
  }
  #option_service ul li {
    width: auto;
    margin-top: 30px;
  }
  #option_service ul li:last-child {
    width: auto;
  }
}*/
/*------------------------------------------------------------
トップバナー
------------------------------------------------------------*/
#top_bnr {
  padding-top: 50px;
}
#top_bnr ul {
  display: flex;
  justify-content: space-between;
}
#top_bnr ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  #top_bnr {
    padding-top: 0;
  }
  #top_bnr ul {
    display: block;
  }
  #top_bnr ul li {
    margin-top: 25px;
  }
  #top_bnr ul li img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
ニュースリスト
------------------------------------------------------------*/
#news_list2020 .bt_news_list {
  width: 210px;
  margin: 40px auto 0;
}
#news_list2020 .bt_news_list a {
  display: block;
  text-decoration: none;
  line-height: 36px;
  color: #fff;
  background: #004b9e;
  text-align: center;
  border: 2px solid #004b9e;
  border-radius: 20px;
}
#news_list2020 .bt_news_list a:hover {
  color: #004b9e;
  background-color: #fff;
}

@media screen and (max-width: 812px) {
  #news_list2020 .bt_news_list {
    margin-top: 30px;
  }
  #news_list2020 .bt_news_list a {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
TOP用カレンダー・お支払い
------------------------------------------------------------*/
#calendar_payment .calendar {
  width: 630px;
}
#calendar_payment .calendar .s_calendar {
  width: 460px;
}
#calendar_payment .calendar .s_calendar table {
  width: 220px;
}
#calendar_payment .calendar .s_calendar table + table {
  margin-top: 0;
}

.payment .auto_calc img {
  max-width: 284px;
}

@media screen and (max-width: 812px) {
  #calendar_payment .calendar {
    display: block;
    width: auto;
  }
  #calendar_payment .calendar .s_calendar {
    width: auto;
  }
  #calendar_payment .calendar .s_calendar table {
    width: 48%;
  }
  #calendar_payment .calendar .s_calendar table + table {
    margin-top: 0;
  }
  #calendar_payment .calendar .flexwrap {
    width: auto;
    margin: 15px 0 0;
  }
  .payment .auto_calc img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=top2020.css.map */
.slider .slick-prev,
.slider .slick-next {
  width: 70px;
  height: 70px;
  z-index: 49;
}
/*@media screen and (min-width: 813px) {
  .slider  .slick-prev, .slider .slick-next {
    transition: all .3s ease;
    opacity: 0;
  }
  .slider:hover .slick-prev,
  .slider:hover .slick-next {
    opacity: 1;
  }
}*/

.slider .slick-prev {
  left: -110px;
}
.slider .slick-next {
  right: -110px;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  width: 70px;
  height: 70px;
  opacity: 1;
  display: block;
}

.slider .slick-prev:before {
  background: url(../images/top/prev.png) no-repeat center center;
  background-size: 100% auto;
}
.slider .slick-next:before {
  background: url(../images/top/next.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 812px) {
  .slider .slick-prev,
  .slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .slider .slick-prev {
    left: 0;
  }
  .slider .slick-next {
    right: 0;
  }
  .slider .slick-prev:before,
  .slider .slick-next:before {
    width: 50px;
    height: 50px;
  }
}

#banner_top .bnt-feature {
  width: 211px;
  height: 40px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  display: flex;
  font-size: 1.4rem;
  margin: 50px auto 0;
  background: #004b9e;
  align-items: center;
  justify-content: center;
  border: 2px solid #004b9e;
  transition: 0.3s;
}

#banner_top .bnt-feature:hover {
  background: #fff;
  color: #004b9e;
}

.t-banner_top {
  max-width: 902px;
  margin: 68px auto 85px;
}

.t-banner_top img {
  display: block;
  max-width: 100%;
  height: auto;
}
.t-banner_top img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  .t-banner_top {
    margin: 0 auto;
    padding: 0 20px;
  }
}

.t-recommended_item {
  max-width: 1060px;
  margin: 92px auto 0;
  position: relative;
  border: 1px solid #004b9e;
  border-radius: 10px;
  padding: 47px 19px 36px;
  margin-bottom: 75px;
}

.t-recommended_item h2 {
  font-size: 1.6rem;
  background: #004b9e;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 14px 53px 11px;
  line-height: 1;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.05em;
}

.t-recommended_item ul {
  display: flex;
}

.t-recommended_item ul li {
  width: 47%;
  display: flex;
  position: relative;
  transition: 0.3s;
}
.t-recommended_item ul li .t-estimated_shipping {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  color: #000000;
  display: flex;
  align-items: center;
}
.t-recommended_item ul li .t-estimated_shipping span {
  color: #ff0000;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}
.t-recommended_item ul li:hover {
  opacity: 0.7;
}
.t-recommended_item ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  content: "";
}
.t-recommended_item ul li:first-child {
  margin-right: 75px;
}

.t-recommended_item ul li:last-child .size_mark {
  left: 8px;
}

.t-recommended_item ul li:last-child .ct {
  padding-left: 34px;
}

@media screen and (max-width: 812px) {
  .t-recommended_item ul {
    justify-content: space-between;
  }
  .t-recommended_item ul li:first-child {
    margin-right: 0;
  }

  .t-recommended_item ul li:last-child .size_mark {
    left: 12px;
  }

  .t-recommended_item ul li:last-child .ct {
    padding-left: 0;
  }
}

.t-recommended_item ul li figure {
  width: 130px;
  position: relative;
}

.t-recommended_item ul li figure img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 6px;
  left: 2px;
}

.t-recommended_item ul li .size_mark {
  position: absolute;
  top: 0;
  left: 12px;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
  background: #e4007f;
  text-align: center;
  width: 43px;
  border-radius: 100%;
  font-size: 2.1rem;
}

.t-recommended_item ul li .ct {
  width: calc(100% - 130px);
  padding-left: 18px;
  padding-top: 45px;
}

.t-recommended_item ul li h3 {
  font-size: 2.4rem;
  padding-left: 27px;
  background: url(../images/common/icon_stone_blue.svg) no-repeat left top 7px;
  background-size: 21px auto;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 3px;
}

.t-recommended_item dl {
  display: flex;
  align-items: flex-end;
  margin-top: -7px;
}

.t-recommended_item dl dt {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  width: 40px;
}

.t-recommended_item dl dd {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #e4007f;
  margin-top: 8px;
  width: calc(100% - 40px);
}

.t-recommended_item dl dd strong {
  font-size: 2.4rem;
  margin-left: 6px;
  letter-spacing: 0.05em;
}

.t-recommended_item dl dd span {
  font-size: 1.6rem;
  margin-left: 3px;
}

/*bnt_toptemplate*/
.bnt_toptemplate {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 92px;
}
.bnt_toptemplate a {
  max-width: 370px;
  width: 100%;
  min-height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: flex;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border: 2px solid #004b9e;
  transition: 0.3s;
  margin: 0 auto 0;
  background: #004b9e url(../images/common/arrow_next_white.svg) no-repeat right
    20px center;
  background-size: 10px 17px;
  padding: 14px 14px;
}

.bnt_toptemplate a:hover {
  background: #fff url(../images/common/arrow_next_blue.svg) no-repeat right
    20px center;
  background-size: 10px 17px;
  color: #004b9e;
}
@media screen and (max-width: 812px) {
  .bnt_toptemplate {
    display: none;
  }
}
/*t-kasama_item*/

.t-kasama_item {
  max-width: 1060px;
  margin: 97px auto 102px;
}
.t-kasama_item .title_item {
  text-align: center;
  color: #000000;
  font-size: 3.1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
}
.t-kasama_item .title_item span {
  color: #004b9e;
  font-size: 3.5rem;
}
.t-kasama_item .title_item span.number {
  font-size: 4.5rem;
}
.t-kasama_item .title_item span.txt_big {
  font-size: 4.4rem;
  margin-left: -15px;
  margin-right: -15px;
}
.t-kasama_item .list_item {
  display: flex;
  margin-top: 23px;
  justify-content: center;
}

.t-kasama_item .list_item .item {
  width: 400px;
  margin: 0 50px;
  font-size: 1.2rem;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.t-kasama_item .list_item .item img {
  width: 246.4px;
  height: auto;
  display: block;
  margin: auto;
}

.t-kasama_item .list_item .item p {
  margin-top: 33px;
}

.t-kasama_item ul {
  display: flex;
  margin-top: 67px;
}

.t-kasama_item .li_01 {
  width: 358px;
}
.t-kasama_item .li_02 {
  width: 672px;
  margin-left: 30px;
}

.t-kasama_item img {
  width: 100%;
  height: auto;
  display: block;
}

.t-kasama_item .box_reason {
  position: relative;
  padding-left: 324px;
  margin-top: 85px;
  /*  padding-bottom: 111px;*/
}

.t-kasama_item .box_reason .img {
  width: 288px;
  position: absolute;
  top: 10px;
  left: 0;
}
.t-kasama_item .box_reason h2 {
  font-size: 3.1rem;
  letter-spacing: 0.05em;
  color: #004b9e;
  font-weight: bold;
  margin-left: -4px;
  margin-bottom: -7px;
}
.t-kasama_item .box_reason h3 {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  color: #004b9e;
  font-weight: bold;
  margin: 23px 0 8px;
}
.t-kasama_item .box_reason p {
  font-size: 1.2rem;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.t-kasama_item .box_reason .sm {
  display: none;
}
@media screen and (max-width: 812px) {
  .t-kasama_item {
    display: block;
    padding: 0 20px;
    margin: 50px 0;
  }
  .t-kasama_item .title_item {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .t-kasama_item .title_item span {
    font-size: 2.5rem;
  }
  .t-kasama_item .title_item span.number {
    font-size: 3rem;
  }
  .t-kasama_item .title_item span.txt_big {
    font-size: 3rem;
    margin-left: -10px;
    margin-right: -10px;
  }
  .t-kasama_item .list_item {
    display: block;
    margin-top: 30px;
  }

  .t-kasama_item .list_item .item {
    width: 100%;
    margin: 0 0 30px;
  }

  .t-kasama_item .list_item .item p {
    margin-top: 20px;
  }

  .t-kasama_item ul {
    display: block;
    margin-top: 30px;
  }

  .t-kasama_item .li_01 {
    width: 100%;
  }
  .t-kasama_item .li_02 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .t-kasama_item .box_reason {
    padding-left: 0;
    margin-top: 44px;
    padding-bottom: 0;
  }

  .t-kasama_item .box_reason .img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 26px;
  }
  .t-kasama_item .box_reason h2 {
    font-size: 2.6rem;
    line-height: 42px;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .t-kasama_item .box_reason h3 {
    font-size: 1.8rem;
    line-height: 27px;
    margin: 27px 0 14px;
  }

  .t-kasama_item .box_reason .sm {
    display: block;
  }
}

/*t-recommend_ranking*/

.t-recommend_ranking {
  padding: 0 12px;
  max-width: 1223px;
  margin: 77px auto 0;
}

.t-recommend_ranking .select_item {
  /* display: flex;
  justify-content: center; */
  margin-bottom: 50px;
}
.t-recommend_ranking .select_item .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

/* .t-recommend_ranking .select_item .title img {
  width: 46px;
  height: 39px;
  display: block;
  margin: auto;
} */

.t-recommend_ranking .select_item .title h2 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #004b9e;
  font-weight: bold;
  margin: -3px 0 -5px;
}

.t-recommend_ranking .select_item .title span {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: block;
  color: #004b9e;
  font-weight: bold;
}

/*.t-recommend_ranking .select_item .list_item {
  width: calc(100% - 242px)
}*/

.t-recommend_ranking .select_item .list_item .list_item_slide {
  display: flex;
}
.t-recommend_ranking .select_item .list_item .list_item_slide.slick-slider {
  display: block;
}

.t-recommend_ranking .select_item .title img {
  height: 40px;
}
.t-recommend_ranking .select_item.select_item_clear .title img {
  height: 32px;
}

/* .t-recommend_ranking .select_item.select_item_delete .title h2 {
  margin: 7px 0 15px;
} */
.t-recommend_ranking
  .select_item.select_item_delete
  .list_item
  > ul
  > li:before {
  display: block;
  content: "";
  width: 65px;
  height: 80px;
  background: no-repeat center center;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
}
.t-recommend_ranking
  .select_item.select_item_delete
  .list_item
  > ul
  > li:nth-child(1):before {
  background-image: url(../images/top/img_rank01.svg);
}
.t-recommend_ranking
  .select_item.select_item_delete
  .list_item
  > ul
  > li:nth-child(2):before {
  background-image: url(../images/top/img_rank02.svg);
}
.t-recommend_ranking
  .select_item.select_item_delete
  .list_item
  > ul
  > li:nth-child(3):before {
  background-image: url(../images/top/img_rank03.svg);
}
.t-recommend_ranking
  .select_item.select_item_delete
  .list_item
  > ul
  > li:nth-child(4):before {
  background-image: url(../images/top/img_rank04.svg);
}
.t-recommend_ranking .list_item ul {
  display: flex;
}
.t-recommend_ranking .list_item ul li {
  width: 308px;
  border-right: 1px solid #d9d9d9;
  padding: 0 20px;
  margin-right: 0;
  position: relative;
  display: none;
}
.t-recommend_ranking .list_item ul li:nth-child(1),
.t-recommend_ranking .list_item ul li:nth-child(2),
.t-recommend_ranking .list_item ul li:nth-child(3) {
  display: block;
}

.t-recommend_ranking .list_item ul li a {
  display: block;
  text-decoration: none;
}
.t-recommend_ranking .list_item ul li a:hover {
  opacity: 0.6;
}
.t-recommend_ranking .list_item ul li figure img {
  margin: 0 0 0 25px;
  max-width: 186px;
  height: auto;
}
.t-recommend_ranking .list_item ul li .bnt {
  width: 185px;
  margin: auto;
}
.t-recommend_ranking .list_item ul li .bnt a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  background: #f6ab00;
  text-align: center;
  border-radius: 10px;
  max-width: 160px;
  margin: 20px 0 0;
  position: relative;
  top: -3px;
  box-shadow: 0 3px 0 #9f6e00;
}

.t-recommend_ranking .list_item ul li .bnt a:hover {
  box-shadow: none;
  top: 0;
}
.t-recommend_ranking .list_item ul li figure .size_mark {
  font-size: 2.1rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
  background: #e4007f;
  text-align: center;
  width: 43px;
  border-radius: 100%;
}
.t-recommend_ranking .list_item ul li figure {
  position: relative;
}
.t-recommend_ranking .list_item ul li figcaption {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.t-recommend_ranking .list_item ul li figcaption li {
  font-size: 1.1rem;
  line-height: 22px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  min-width: 68px;
  margin-top: 10px;
  border-radius: 11px;
  width: auto;
}

.t-recommend_ranking .list_item ul li figcaption li.popular {
  background: #f6ab00;
}
.t-recommend_ranking .list_item ul li figcaption li.eco {
  background: #58bc33;
}
.t-recommend_ranking .list_item ul li figcaption li.standard {
  background: #004b9e;
}
.t-recommend_ranking .list_item ul li figcaption li.new_item {
  background: #e4007f;
}
.t-recommend_ranking .list_item ul li figcaption li.antibacteriall {
  background: #00a1a7;
}
.t-recommend_ranking .list_item ul li figcaption li.price_cut {
  background: #ff0000;
}
.t-recommend_ranking .list_item ul li figcaption li.campaign {
  background: #fff94c;
  color: #333;
}
.t-recommend_ranking .list_item ul li figcaption li.other {
  background: #bc3338;
}

.t-recommend_ranking .list_item ul li h3 {
  font-size: 2rem;
  line-height: 24px;
  padding-left: 26px;
  margin-top: -14px;
  background: url(../images/common/icon_clearfile_blue.svg) no-repeat left top;
  background-size: 19px auto;
}
.t-recommend_ranking .list_item ul li dl {
  width: 185px;
  margin: 8px auto 0;
}
.t-recommend_ranking .list_item ul li dl dt {
  font-size: 1.2rem;
}
.t-recommend_ranking .list_item ul li dl dd {
  margin-top: -5px;
  font-size: 1.6rem;
  color: #e4057f;
  letter-spacing: 0.05em;
}
.t-recommend_ranking .list_item ul li dl dd strong {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
.t-recommend_ranking .list_item ul li dl dd strong span {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.05em;
  margin-top: -11px;
}

.t-recommend_ranking .list_item ul .t-estimated_shipping {
  width: 185px;
  margin: 15px auto 5px;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  color: #000000;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.t-recommend_ranking .list_item ul .t-estimated_shipping span {
  color: #ff0000;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}

.t-recommend_ranking .slick-arrow {
  width: 81px;
  height: 81px;
  z-index: 40;
}
.t-recommend_ranking .slick-arrow.slick-disabled {
  display: none !important;
}
.t-recommend_ranking .slick-arrow:before {
  content: none;
}

.t-recommend_ranking .slick-arrow.slick-next {
  background: url(../images/top/ico_next.png) no-repeat center center;
  background-size: 100% auto;
  right: 0;
}

.t-recommend_ranking .slick-arrow.slick-prev {
  background: url(../images/top/ico_prev.png) no-repeat center center;
  background-size: 100% auto;
  left: 0;
}

.t-list_topic {
  background: #bae3f9;
  border-radius: 10px;
  padding: 21px 20px;
  display: flex;
  max-width: 1100px;
  margin: 100px auto 44px;
}

.t-list_topic .title {
  width: calc(100% - 683px);
  padding-right: 32px;
}

.t-list_topic .title img {
  width: 346px;
  height: 260px;
  display: block;
  margin: auto;
}

.t-list_topic a.bnt {
  width: 211px;
  height: 40px;
  border: 1px solid #004b9e;
  background: #004b9e;
  border-radius: 28px;
  transition: 0.3s;
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
}

.t-list_topic a.bnt.bnt1 {
  display: none;
}

.t-list_topic .title a:hover {
  background: #fff;
  color: #004b9e;
}

.t-list_topic ul {
  width: 683px;
  background: #fff;
  padding: 38px 20px 7px;
  border-radius: 10px;
}

.t-list_topic ul li {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 9px;
  margin-bottom: 25px;
  align-items: center;
  position: relative;
}

.t-list_topic ul li span {
  width: 130px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 40px;
  font-size: 1.4rem;
  color: #727171;
  /* margin-top: -5px;*/
}

.t-list_topic ul li a {
  /* width: calc(100% - 130px);
  padding-left: 21px;*/
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-list_topic ul li a:hover {
  text-decoration: underline;
}

.t-list_topic ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 812px) {
  .t-recommend_ranking .list_item ul li dl,
  .t-recommend_ranking .list_item ul li .bnt,
  .t-recommend_ranking .list_item ul .t-estimated_shipping {
    width: 100%;
  }
  .t-recommended_item {
    padding: 45px 14px 25px;
    margin: 80px 20px 0;
  }
  .t-recommended_item ul li .size_mark {
    line-height: 30px;
    width: 30px;
    font-size: 1.4rem;
  }

  .t-recommended_item ul li h3 {
    font-size: 1.6rem;
    padding-left: 27px;
    background: url(../images/common/icon_stone_blue.svg) no-repeat left top;
    background-size: 16px auto;
  }

  .t-recommended_item ul li .ct {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .t-recommended_item h2 {
    font-size: 1.5rem;
    padding: 10px 25px;
    line-height: 20px;
    top: -32px;
    width: 240px;
  }

  .t-recommended_item dl {
    display: block;
    margin-top: 5px;
  }

  .t-recommended_item dl dd {
    width: 100%;
    margin-top: 5px;
  }

  .t-recommended_item dl dd strong {
    margin-left: 0;
  }

  .t-recommended_item dl dd span {
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }

  .t-recommended_item ul li figure {
    width: 100%;
  }

  .t-recommended_item ul li figure img {
    width: 100%;
    height: auto;
    display: block;
  }

  .t-recommended_item ul li {
    display: block;
    width: calc(50% - 10px);
    position: relative;
  }

  #banner_top .bnr {
    margin-top: 50px;
  }

  #banner_top .bnr li p {
    font-size: 1.4rem;
  }

  .t-recommend_ranking {
    margin-top: 50px;
  }
  .t-recommend_ranking .select_item {
    display: block;
  }

  .t-recommend_ranking .select_item .title {
    width: 100%;
    border-right: none;
    /* border-bottom: 1px solid #d9d9d9; */
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .t-recommend_ranking .select_item .title h2 {
    font-size: 1.8rem;
    line-height: 28px;
  }

  .t-recommend_ranking .select_item .list_item {
    width: 100%;
  }

  .t-recommend_ranking .list_item ul li {
    border-right: none;
  }

  .t-recommend_ranking .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .t-recommend_ranking .slick-arrow.slick-prev {
    left: -10px;
  }

  .t-recommend_ranking .slick-arrow.slick-next {
    right: -10px;
  }

  .t-recommend_ranking .select_item .title img {
    width: 31px;
    height: 27px;
  }

  .t-recommend_ranking .select_item.select_item_delete .title img {
    height: 37px;
  }

  .t-recommend_ranking .select_item.select_item_delete .title {
    padding-top: 0;
  }

  .t-recommend_ranking .list_item ul li dl dd strong span {
    margin-top: 0;
  }

  .t-list_topic {
    margin: 50px 0 0;
    padding: 20px 20px 35px;
    display: block;
  }

  .t-list_topic .title {
    width: 100%;
    padding-right: 0;
  }

  .t-list_topic .title img {
    width: 280px;
    height: 210px;
    margin: auto;
  }

  .t-list_topic .title a.bnt {
    margin-top: 10px;
    display: none;
  }

  .t-list_topic ul {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
  }

  .t-list_topic ul li {
    margin-bottom: 15px;
    display: block;
  }

  .t-list_topic ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .t-list_topic ul li span {
    line-height: 30px;
  }

  .t-list_topic ul li a {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-top: 15px;
  }

  .t-list_topic a.bnt1 {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }

  .t-recommend_ranking .list_item ul li figure img {
    margin: auto;
  }
}
/*================clear_product_list============*/
#clear_product_list {
  padding: 45px 0 81px;
}
#clear_product_list .list_clear_product {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  margin-bottom: 50px;
}

#clear_product_list .list_clear_product .item {
  width: 495px;
  margin-right: 84px;
  position: relative;
  transition: all 0.25s;
  margin-bottom: 60px;
}
#clear_product_list .list_clear_product .item .item_flx:hover {
  opacity: 0.6;
}
#clear_product_list .list_clear_product .item:nth-child(2n) {
  margin-right: 0;
}
#clear_product_list .list_clear_product .item .item_flx {
  display: flex;
  position: relative;
  align-items: flex-start;
  transition: all 0.25s;
}
#clear_product_list .list_clear_product .item dl {
  display: flex;
  width: 359px;
  border: 3px solid #004b9e;
  font-size: 1.4rem;
  margin-top: 25px;
  height: 50px;
  background: #004b9e;
  margin-bottom: 10px;
}

#clear_product_list .list_clear_product .item dl dt {
  background: #004b9e;
  width: 205px;
  color: #fff;
  text-align: center;
  line-height: 47px;
}

#clear_product_list .list_clear_product .item dl dd {
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: calc(100% - 205px);
  line-height: 46px;
  padding: 0 10px;
}
#clear_product_list .list_clear_product .item dl dd span {
  color: #ff0000;
  font-size: 1.6rem;
}

#clear_product_list .list_clear_product .item img {
  width: 110px;
  height: auto;
  display: block;
}
#clear_product_list .list_clear_product .item .ct {
  width: calc(100% - 110px);
  padding-left: 37px;
}
#clear_product_list .list_clear_product .item a {
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  color: #004b9e;
  letter-spacing: 0.05em;
  margin: -1px 0 8px;
  line-height: 38px;
  display: block;
}
#clear_product_list .list_clear_product .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
#clear_product_list .list_clear_product .item p {
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.05em;
}
#clear_product_list .bnt-item_list {
  width: 289px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: flex;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border: 2px solid #004b9e;
  transition: 0.3s;
  margin: -14px auto 0;
  background: #004b9e url(../images/common/arrow_next_white.svg) no-repeat right
    47px center;
  background-size: 10px 17px;
  padding-right: 23px;
}
#clear_product_list .bnt-item_list:hover {
  background: #fff url(../images/common/arrow_next_blue.svg) no-repeat right
    47px center;
  background-size: 10px 17px;
  color: #004b9e;
}
@media screen and (max-width: 812px) {
  #clear_product_list {
    padding: 25px 0 45px;
  }
  #clear_product_list .list_clear_product {
    margin-top: 40px;
    margin-bottom: 0;
  }
  #clear_product_list .list_clear_product .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  #clear_product_list .list_clear_product .item .ct {
    padding-left: 28px;
  }
  #clear_product_list .list_clear_product .item a {
    margin: -1px 0 8px;
  }
  #clear_product_list .bnt-item_list {
    margin: 0 auto;
  }

  #clear_product_list .list_clear_product .item dl {
    width: 100%;
  }
  #clear_product_list .list_clear_product .item dl dt {
    width: 190px;
  }
  #clear_product_list .list_clear_product .item dl dd {
    width: calc(100% - 190px);
  }
}
/*===============optional_service==========*/
#optional_service {
  background: #eaeaea;
  padding: 63px 0;
}
#optional_service .list_optional_service {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
}
#optional_service .list_optional_service .item {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 506px;
  margin-right: 48px;
  margin-bottom: 43px;
  position: relative;
  transition: 0.3s;
}
#optional_service .list_optional_service .item:hover {
  opacity: 0.6;
}

#optional_service .list_optional_service .item:nth-child(2n) {
  margin-right: 0;
}

#optional_service .list_optional_service .item a {
  display: block;
  background: url(../images/common/arrow_next_blue.svg) no-repeat right center;
  background-size: 10px 20px;
  font-size: 2.1rem;
  color: #004b9e;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 10px;
}
#optional_service .list_optional_service .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

#optional_service .list_optional_service .item p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (max-width: 812px) {
  #optional_service {
    padding: 25px 0 0;
  }
  #optional_service .list_optional_service {
    margin-top: 40px;
  }
  #optional_service .list_optional_service .item {
    padding: 25px 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#optional_service .inner-searchbyusage {
  margin-top: 97px;
}
#optional_service .inner-searchbyusage .list_optional_service .item {
  padding-bottom: 180px;
}
#optional_service
  .inner-searchbyusage
  .list_optional_service
  .item
  .box_absolute {
  left: 30px;
  bottom: 20px;
}
#optional_service .inner-searchbyusage .list_optional_service .product-name {
  margin-top: 25px;
}
#optional_service
  .inner-searchbyusage
  .list_optional_service
  .product-name
  span {
  text-decoration: underline;
}
#optional_service
  .inner-searchbyusage
  .list_optional_service
  .item
  .t-estimated_shipping {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  color: #000000;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
}
#optional_service
  .inner-searchbyusage
  .list_optional_service
  .item
  .t-estimated_shipping
  span {
  color: #ff0000;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  margin-right: 0;
}
#optional_service .inner-searchbyusage .list_optional_service .item dl {
  display: flex;
  width: 359px;
  border: 3px solid #004b9e;
  font-size: 1.4rem;
  height: 50px;
  background: #004b9e;
}

#optional_service .inner-searchbyusage .list_optional_service .item dl dt {
  background: #004b9e;
  width: 205px;
  color: #fff;
  text-align: center;
  line-height: 47px;
}
#optional_service .inner-searchbyusage .list_optional_service .item dl dd {
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: calc(100% - 205px);
  line-height: 46px;
  padding: 0 10px;
}
#optional_service .inner-searchbyusage .list_optional_service .item dl dd span {
  color: #ff0000;
  font-size: 1.6rem;
  background: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  #optional_service .inner-searchbyusage {
    margin-top: 0;
  }
  #optional_service .inner-searchbyusage .list_optional_service .item {
    padding-bottom: 25px;
  }
  #optional_service .inner-searchbyusage .list_optional_service .product-name {
    position: inherit;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
  #optional_service .inner-searchbyusage .list_optional_service .item {
    padding-bottom: 25px;
  }
  #optional_service .inner-searchbyusage .list_optional_service .product-name {
    position: inherit;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
  #optional_service .inner-searchbyusage .list_optional_service .item dl {
    position: inherit;
    bottom: auto;
    width: 100%;
    left: auto;
    margin-top: 10px;
  }

  #optional_service .inner-searchbyusage .list_optional_service .item dl dt {
    width: 167px;
  }

  #optional_service .inner-searchbyusage .list_optional_service .item dl dd {
    width: calc(100% - 167px);
    padding: 0 0 0 5px;
  }
  #optional_service
    .inner-searchbyusage
    .list_optional_service
    .item
    dl
    dd
    span {
    font-size: 1.5rem;
  }
}
/*==================voice_faq=============*/
#voice_faq {
  padding-top: 93px;
  margin-bottom: 61px;
}
#voice_faq .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice_faq_inner {
  width: 45%;
  position: relative;
  padding-bottom: 83px;
}

.c-faq.voice_faq_inner {
  width: 100%;
  max-width: 1080px;
}

.voice_faq_inner ul {
  margin-top: 50px;
}

.voice_faq_inner ul li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 27px;
  margin-bottom: 18px;
}

.voice_faq_inner h3 {
  font-size: 1.6rem;
  color: #004b9e;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.voice_faq_inner p {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.05em;
}

#voice_faq .name_product {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 30px;
}

#voice_faq .name_product .name {
  color: #004b9e;
  margin-right: 34px;
}

#voice_faq .height_txt1 {
  min-height: 96px;
}
#voice_faq .height_txt2 {
  min-height: 48px;
}
#voice_faq .height_txt3 {
  min-height: 48px;
}
#voice_faq .height_txt4 {
  min-height: 96px;
}
#voice_faq .height_txt5 {
  min-height: 120px;
}

#voice_faq .c-faq p span {
  color: #ff0000;
  font-weight: 600;
}

.voice_faq_inner .bnt {
  width: 210px;
  margin: 40px auto 0;
  display: block;
  text-decoration: none;
  line-height: 36px;
  color: #fff;
  background: #004b9e;
  text-align: center;
  border: 2px solid #004b9e;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.voice_faq_inner .bnt:hover {
  background: #fff;
  color: #004b9e;
}

@media screen and (max-width: 812px) {
  #voice_faq .height_txt1,
  #voice_faq .height_txt2,
  #voice_faq .height_txt3,
  #voice_faq .height_txt4,
  #voice_faq .height_txt5 {
    min-height: auto;
  }
  #voice_faq {
    padding-top: 25px;
    margin-bottom: 0;
  }
  #voice_faq .inner {
    display: block;
  }
  .voice_faq_inner {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .voice_faq_inner ul {
    margin-top: 20px;
  }

  .voice_faq_inner ul li {
    padding-bottom: 27px;
    margin-bottom: 18px;
  }
  #voice_faq .name_product {
    margin-top: 10px;
    font-size: 1.1rem;
    flex-wrap: wrap;
  }
  #voice_faq .name_product h4 {
    width: 100%;
  }

  #voice_faq .name_product .name {
    margin-right: 10px;
  }

  .voice_faq_inner .bnt {
    position: inherit;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin: 30px auto 0;
  }

  #voice_faq .c-faq {
    margin-top: 30px;
  }
}
.howtochoose {
  margin: 97px 0 130px;
}
.howtochoose .innner {
  max-width: 902px;
  margin: auto;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 42px 57px;
}
.howtochoose .innner h2 {
  text-align: center;
  color: #004b9e;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 49px;
  font-weight: bold;
}

.howtochoose .innner p {
  line-height: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.howtochoose .innner p.txt1 {
  margin-bottom: 44px;
}

.howtochoose .innner p.txt2 {
  margin-top: 46px;
  padding: 0 5px;
}

.howtochoose .innner .box {
  background: #fff;
  border-radius: 20px;
  padding: 28px 50px;
  margin-bottom: 20px;
}

.howtochoose .innner .box h3 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .howtochoose {
    margin: 50px 20px;
  }
  .howtochoose .innner {
    border-radius: 20px;
    padding: 20px;
  }
  .howtochoose .innner h2 {
    margin-bottom: 30px;
    font-weight: bold;
  }

  .howtochoose .innner p.txt1 {
    margin-bottom: 20px;
  }

  .howtochoose .innner p.txt2 {
    margin-top: 20px;
    padding: 0;
  }

  .howtochoose .innner .box {
    padding: 20px;
  }
}
.howtochoose.whiteversion .innner h2 {
  margin-bottom: 29px;
}
.howtochoose.whiteversion {
  margin-top: -83px;
}

.howtochoose.whiteversion a {
  width: 241px;
  margin: 35px auto 0;
  display: block;
  text-decoration: none;
  line-height: 36px;
  color: #fff;
  background: #004b9e;
  text-align: center;
  border: 2px solid #004b9e;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .howtochoose.whiteversion {
    margin-top: 50px;
  }
}

#usefulinformation {
  max-width: 689px;
  margin: 62px auto 34px;
}

#usefulinformation .usefulinformation-List {
  margin-top: 38px;
}

#usefulinformation .usefulinformation-List a {
  display: block;
  padding-bottom: 13px;
  margin-bottom: 26px;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid #eaeaea;
}

#usefulinformation .usefulinformation-List a:hover {
  text-decoration: underline;
}

#usefulinformation .bnt {
  width: 241px;
  margin: 35px auto 0;
  display: block;
  text-decoration: none;
  line-height: 36px;
  color: #fff;
  background: #004b9e;
  text-align: center;
  border: 2px solid #004b9e;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#usefulinformation .bnt:hover {
  background: #fff;
  color: #004b9e;
}

@media screen and (max-width: 812px) {
  #usefulinformation {
    margin: 30px 20px 0;
  }
}

.t-box_type {
  max-width: 900px;
  background: #e5e5e5;
  border-radius: 20px;
  padding: 50px 34px 38px;
  margin: 0 auto 90px;
}

.t-box_type .inner_box_type {
  background: #fff;
  padding: 37px 74px;
  border-radius: 20px;
}

.t-box_type .inner_box_type h3 {
  font-size: 2.1rem;
  color: #004b9e;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 55px 0 15px;
}

.t-box_type .inner_box_type h3.tt {
  margin-top: 0;
}

.t-box_type .inner_box_type p {
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.t-box_type h2 {
  text-align: center;
  color: #004b9e;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 39px;
}

@media screen and (max-width: 812px) {
  .t-box_type {
    border-radius: 10px;
    padding: 20px;
    margin: 0 20px 50px;
  }

  .t-box_type .inner_box_type {
    padding: 20px;
    border-radius: 10px;
  }

  .t-box_type .inner_box_type h3 {
    font-size: 1.8rem;
    line-height: 27px;
    margin: 25px 0 15px;
  }

  .t-box_type .inner_box_type h3.tt {
    margin-top: 0;
  }

  .t-box_type .inner_box_type p {
    font-size: 1.2rem;
    line-height: 22px;
  }

  .t-box_type h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}

#search_by_size .inner {
  max-width: 888px;
  margin: auto;
  padding-bottom: 146px;
}

#search_by_size .list_item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

#search_by_size .list_item .item {
  width: calc(50% - 10px);
  margin-right: 20px;
  border-bottom: 1px solid #eaeaea;
  padding: 52px 45px 440px;
  position: relative;
}
#search_by_size .list_item .item img {
  margin: auto;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}

#search_by_size .list_item .item:nth-child(2n) {
  margin-right: 0;
  position: relative;
}

#search_by_size .list_item .item:nth-child(2n):before {
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  left: -10px;
  top: 20px;
  content: "";
  background: #eaeaea;
}

#search_by_size .list_item .item dl {
  display: flex;
  width: 359px;
  border: 3px solid #004b9e;
  font-size: 1.4rem;
  height: 50px;
  background: #004b9e;
}

#search_by_size .list_item .item dl dt {
  background: #004b9e;
  width: 205px;
  color: #fff;
  text-align: center;
  line-height: 47px;
}
#search_by_size .list_item .item dl dd {
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: calc(100% - 205px);
  line-height: 46px;
  padding: 0 0 0 10px;
}
#search_by_size .list_item .item dl dd span {
  color: #ff0000;
  font-size: 1.6rem;
  background: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
}
#search_by_size .list_item p {
  font-size: 1.2rem;
  line-height: 21px;
  letter-spacing: 0.05em;
}

#search_by_size .list_item h3 {
  font-size: 2.1rem;
  line-height: 24px;
  font-weight: bold;
  margin: 3px 0 5px;
  letter-spacing: 0.05em;
}

#search_by_size .list_item .list_tag {
  margin-top: 14px;
}

#search_by_size .list_item span {
  background: #004b9e;
  border-radius: 40px;
  padding: 4px 10px 2px 33px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 9px;
  margin-right: 9px;
  position: relative;
}

#search_by_size .list_item span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 10px;
  left: 17.5px;
}

@media screen and (max-width: 812px) {
  #search_by_size .inner {
    padding-bottom: 45px;
  }

  #search_by_size .list_item .item {
    width: 100%;
    margin-right: 0;
    padding: 25px 0;
  }
  #search_by_size .list_item .item img {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    width: 100%;
    margin-top: 30px;
  }

  #search_by_size .list_item .item:nth-child(2n):before {
    content: none;
  }

  #search_by_size .list_item .item dl {
    position: inherit;
    bottom: auto;
    width: 100%;
    left: auto;
    margin-top: 10px;
  }

  #search_by_size .list_item .item dl dt {
    width: 190px;
  }

  #search_by_size .list_item .item dl dd {
    width: calc(100% - 190px);
  }

  .t-recommend_ranking .list_item ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .t-recommend_ranking .list_item ul li {
    width: calc(50% - 10px);
    padding: 0;
    margin-bottom: 30px;
  }

  .t-recommend_ranking .list_item ul li figcaption {
    bottom: 0;
  }

  .t-recommend_ranking .list_item ul li figcaption li {
    margin-bottom: 0;
  }

  .t-recommend_ranking .list_item ul li h3 {
    margin-top: 0;
  }
}
.estimated_shipping {
  margin-top: 20px;
}
.estimated_shipping p {
  color: #878787;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.estimated_shipping p:last-child {
  margin-bottom: 0;
}
.estimated_shipping p span {
  font-size: 3.2rem;
  color: #ff0000;
  font-weight: 700;
}

@media screen and (max-width: 812px) {
  .estimated_shipping p {
    font-size: 1.1rem;
  }
  .estimated_shipping p span {
    font-size: 2.3rem;
  }
}

#search_by_size .list_item .t-estimated_shipping {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  color: #000000;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
}
#search_by_size .list_item .t-estimated_shipping span {
  color: #ff0000;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  margin-right: 0;
}
#search_by_size .list_item .t-estimated_shipping span:before {
  content: none;
}

.box_absolute {
  position: absolute;
  bottom: 334px;
  left: 45px;
}

@media screen and (max-width: 812px) {
  .box_absolute {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
  #optional_service
    .inner-searchbyusage
    .list_optional_service
    .item
    .box_absolute {
    left: auto;
    bottom: auto;
  }
  .t-recommend_ranking .list_item ul .t-estimated_shipping {
    display: block;
  }
  .t-recommend_ranking .list_item ul .t-estimated_shipping span,
  .t-recommended_item ul li .t-estimated_shipping span {
    display: block;
  }
  .t-recommended_item ul li .t-estimated_shipping {
    /* position: relative;
    bottom: auto;
    left: auto; */
    display: block;
    margin-top: 10px;
  }
}

/* 出荷目安：最短5営業日 */

#shippingfeelist {
  max-width: 962px;
  margin: auto auto 129px;
}
#shippingfeelist h2.linetitle {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #004b9e;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #shippingfeelist h2.linetitle {
    margin-bottom: 20px;
  }
}
#shippingfeelist p {
  margin-top: 20px;
}
#shippingfeelist p strong,
#shippingfeelist p b {
  margin: 60px 0 -15px;
  display: block;
}
#shippingfeelist img {
  width: 100%;
  height: auto;
  display: block;
  /* margin-top: 58px; */
  margin-bottom: 32px;
}
#shippingfeelist .item {
  max-width: 902px;
  margin: 60px auto 0;
}
#shippingfeelist h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#shippingfeelist p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 812px) {
  #shippingfeelist {
    padding: 0 20px;
    margin: auto auto 50px;
  }
  #shippingfeelist img {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #shippingfeelist p {
    font-size: 14px;
    line-height: 22px;
  }
  #shippingfeelist .item {
    margin: 30px auto 0;
  }
}

.list_i_item > ul {
  display: flex;
  padding: 0 20px;
}
.list_i_item > ul > li {
  border-right: 1px solid #dcdcdc;
  padding: 0 15px;
}
.list_i_item > ul > li:last-child {
  border-right: 0;
}
.list_i_item > ul li {
  display: flex;
  transition: 0.3s all;
  flex: 1 0 0;
}
.list_i_item > ul li:hover {
  opacity: 0.7;
}
.list_i_item ul li a {
  text-decoration: none;
}
.list_i_item ul li .i_item_photo {
  width: calc(100% - 180px);
  position: relative;
}
.list_i_item ul li .i_item_photo figure {
  margin-bottom: 0;
}
.list_i_item ul li .i_item_photo figure:after {
  content: "";
  clear: both;
  display: block;
}
.list_i_item ul li .i_item_photo img.size-large {
  width: auto;
  height: 130px;
  float: right;
}

.list_i_item ul li .i_item_photo figcaption ul {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
}
.list_i_item ul li .i_item_photo figcaption ul li {
  font-size: 1.1rem;
  line-height: 22px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  width: 62px;
  margin-top: 10px;
  border-radius: 11px;
  display: block;
}
.list_i_item ul li .i_item_photo figcaption ul li.popular {
  background: #f6ab00;
}
.list_i_item ul li .i_item_photo figcaption ul li.eco {
  background: #58bc33;
}
.list_i_item ul li .i_item_photo figcaption ul li.standard {
  background: #004b9e;
}
.list_i_item ul li .i_item_photo figcaption ul li.new_item {
  background: #e4007f;
}
.list_i_item ul li .i_item_photo figcaption ul li.antibacteriall {
  background: #00a1a7;
}
.list_i_item ul li .i_item_photo figcaption ul li.price_cut {
  background: #ff0000;
}
.list_i_item ul li .i_item_photo figcaption ul li.campaign {
  background: #fff94c;
  color: #333;
}
.list_i_item ul li .i_item_photo figcaption ul li.other {
  background: #bc3338;
}

.list_i_item ul li .i_item_photo .i_item_txt {
  color: #878787;
  font-size: 1.2rem;
  position: relative;
  top: -17px;
}
.list_i_item ul li .i_item_photo .i_item_txt span {
  color: #ff0000;
  font-weight: bold;
}

.list_i_item ul li .i_item_photo .i_item_txt .txt_note {
  font-size: 1rem;
}

.list_i_item ul li .i_item_content {
  width: 180px;
}

.list_i_item ul li .i_item_content h3 {
  font-size: 1.4rem;
  line-height: 16px;
  padding-left: 20px;
  background: url(../images/common/icon_clearfile_blue.svg) no-repeat left top;
  background-size: 13px auto;
  margin-top: 16px;
  min-height: 50px;
}
.list_i_item ul li .i_item_content dl {
  display: flex;
  margin-top: -6px;
  gap: 15px;
}
.list_i_item ul li .i_item_content dl dt {
  font-size: 1.2rem;
}
.list_i_item ul li .i_item_content dl dd {
  font-size: 1.6rem;
  color: #e4057f;

  line-height: 1;
}
.list_i_item ul li .i_item_content dl dd strong {
  font-size: 1.8rem;
}
.list_i_item ul li .i_item_content dl dd strong span {
  font-size: 1.2rem;
  display: block;
  margin-top: 9px;
}

.list_i_item ul li .i_item_content .bnt a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  background: #f6ab00;
  text-align: center;
  border-radius: 10px;
  max-width: 160px;
  margin: 20px 0 0;
  position: relative;
  top: -3px;
  box-shadow: 0 3px 0 #9f6e00;
}

.list_i_item ul li .i_item_content a:hover {
  box-shadow: none;
  top: 0;
}

.list_i_item ul li .size_mark {
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 21px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  background: #e4007f;
  text-align: center;
  width: 30px;
  border-radius: 100%;
}

@media screen and (max-width: 812px) {
  .list_i_item > ul {
    flex-wrap: wrap;
    padding: 0 10px;
    gap: 30px 0;
  }
  .list_i_item > ul > li {
    padding: 0 10px;
  }
  .list_i_item > ul > li:nth-child(2n) {
    border-right: none;
  }
  .list_i_item > ul li.i_item {
    width: calc(50% - 10px);
    display: block;
    flex: none;
  }
  .list_i_item ul li .i_item_photo {
    width: 100%;
  }
  .list_i_item ul li .i_item_content {
    width: 100%;
  }
  .t-recommend_ranking .select_item.select_item_delete .title {
    border-bottom: none;
  }
  .list_i_item ul li .i_item_content h3 {
    min-height: 60px;
  }
  .list_i_item ul li .i_item_photo img.size-large {
    height: 110px;
  }
}

.list_recommend {
  padding: 0px 60px 0 94px;
  max-width: 1223px;
  margin: 34px auto 0;
}
.list_recommend .list_recommend_ct {
  display: flex;
}
.list_recommend .list_recommend_ct_img {
  width: 201px;
}
.list_recommend .list_recommend_ct_img img {
  width: 100%;
  display: block;
  transition: 0.3s all;
}
.list_recommend .list_recommend_ct_img img:hover {
  opacity: 0.7;
}
.list_recommend .list_recommend_ct_img .btn {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  background: #f6ab00;
  text-align: center;
  border-radius: 5px;
  max-width: 152px;
  margin: 20px auto 0;
  position: relative;
  top: -3px;
  box-shadow: 0 3px 0 #9f6e00;
  font-size: 1.1rem;
}
.list_recommend .list_recommend_ct_img .btn:hover {
  box-shadow: none;
  top: 0;
}
.list_recommend .list_recommend_ct_img .txt1 {
  color: #e4057f;
  font-family: "Helvetica Neue";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 27.2px; /* 226.667% */
  letter-spacing: 0.8px;
  padding-left: 28px;
}
.list_recommend .list_recommend_ct_img .txt1 span {
  font-size: 2.4rem;
  font-weight: 700;
}
.list_recommend .list_recommend_ct_img .txt2 {
  color: #9b9b9b;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 28px;
  margin-top: -4px;
}
.list_recommend .list_recommend_ct_img img {
  width: 100%;
  display: block;
}
.list_recommend .list_recommend_ct_right {
  width: calc(100% - 201px);
  padding-left: 38px;
  padding-top: 29px;
}
.list_recommend .list_recommend_ct_right h2 {
  color: #004b9e;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 8px;
}
.list_recommend .list_recommend_ct_right p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.8px;
  color: #333;
}

.list_recommend_btn div {
  display: flex;
  justify-content: space-between;
  margin: 25px auto 30px;
  flex-wrap: wrap;
  max-width: 551px;
  gap: 19px 25px;
}
.list_recommend_btn div:last-child {
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
}
.list_recommend_btn a {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #004b9e;
  font-weight: 700;
}
.list_recommend_btn .btn {
  width: 263px;
  height: 40px;
  border-radius: 25px;
  border: 2px solid #004b9e;
  background: #fff;
  color: #004b9e;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  position: relative;
  padding: 0 36px 0 20px;
}
.list_recommend_btn .btn:after {
  content: "";
  border: solid #004b9e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
  margin-top: -1px;
}
.list_recommend_btn .btn:hover {
  background: #004b9e;
  color: #fff;
}
.list_recommend_btn .btn:hover:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

@media screen and (max-width: 812px) {
  .list_recommend {
    padding: 0 12px;
    margin: 34px auto 0;
  }
  .list_recommend .list_recommend_ct {
    display: block;
  }
  .list_recommend .list_recommend_ct_img {
    width: 100%;
  }
  .list_recommend .list_recommend_ct_img .txt1 {
    padding-left: 0;
    text-align: center;
  }

  .list_recommend .list_recommend_ct_img .txt2 {
    padding-left: 0;
    text-align: center;
    margin-top: 0;
  }

  .list_recommend .list_recommend_ct_right {
    width: 100%;
    padding-left: 0;
    padding-top: 29px;
  }
  .list_recommend .list_recommend_ct_right h2 {
    font-size: 1.8rem;
    line-height: 28px;
  }
  .list_recommend .list_recommend_ct_right p {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.05em;
  }

  .list_recommend_btn div {
    display: block;
    padding-left: 0;
  }
  .list_recommend_btn a {
    margin: auto auto 10px;
    display: block;
    text-align: center;
  }
}

.cm-client__list {
  margin-top: 3.8rem;
}
.cm-client__list .cm-client__item {
  border-radius: 10px;
  background: #e2e2e2;
  margin-bottom: 41px;
}
.cm-client__list .cm-client__item .cm-client__itemWth {
  border-radius: 10px;
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 2.3rem 3rem;
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
}
.cm-client__list .cm-client__item .cm-client__itemWth .img {
  width: 11.1rem;
  flex-shrink: 0;
}
.cm-client__list .cm-client__item .cm-client__itemWth .img img {
  width: 100%;
  height: auto;
  display: block;
}
.cm-client__list .cm-client__item .cm-client__itemWth .ct {
  width: 100%;
}
.cm-client__list .cm-client__item .cm-client__itemWth .ttl {
  color: #004b9e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.cm-client__list .cm-client__item .cm-client__itemWth .ttl a {
  color: #004b9e;
  text-decoration: underline;
}
.cm-client__list .cm-client__item .cm-client__itemWth p {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.7px;
}
.cm-client__list .cm-client__item .cm-client__itemEnd {
  padding: 17px 2.3rem 1.6rem;
}
.cm-client__list .cm-client__item .cm-client__itemWth .pro_name {
  font-size: 1.4rem;
  margin-top: 11px;
  letter-spacing: 0;
  display: flex;
}

.cm-client__list .cm-client__item .cm-client__itemWth .pro_name a {
  font-weight: 700;
  color: #004b9e;
  flex-shrink: 0;
  width: calc(100% - 60px);
}
.cm-client__list .cm-client__item .cm-client__itemEnd p.txt {
  font-size: 1.4rem;
  font-weight: 500;
}
.cm-client__list .cm-client__item .cm-client__itemEnd p.txt_bold {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 4px;
}
.cm-client__list .cm-client__item .cm-client__itemWth p.start {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}
.cm-client__list .cm-client__item .cm-client__itemWth p.start .star {
  color: #ccc;
}
.cm-client__list .cm-client__item .cm-client__itemWth p.start .star--active {
  color: #f6ab00;
}
@media only screen and (max-width: 768px) {
  .cm-client__list .cm-client__item .cm-client__itemWth {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .cm-client__list .cm-client__item {
    margin-bottom: 2rem;
  }
  .cm-client__list .cm-client__item .cm-client__itemWth .ttl {
    margin-top: 0;
  }
}
