@charset "UTF-8";

.StyleP_Line_ {
  margin-bottom: 70px;
}

div.StyleP_Item_,
.accessory_list_ div.StyleP_Item_ {
  display: flex;
  flex-direction: column;
  /* flex: 1 0 auto; */
  margin-right: 30px;
  padding: 0;
  width: calc((100% - 30px * 3) / 4);
}

div.StyleP_Item_:nth-child(4n) {
  margin-right: 0;
}

div.StyleP_Item_ div.img_,
.accessory_list_ div.StyleP_Item_ .img_ {
  border: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  box-sizing: border-box;
}

.StyleP_Item_ span.price_pop_ + .price_,
.StyleT_Item_ span.price_pop_ + .price_,
.StyleL_Frame_ span.price_pop_ + .price_ {
  color: #BC0027;
}

.StyleP_Item_ span.price_pop_ + .price_ + .small_,
.StyleT_Item_ span.price_pop_ + .price_ + .small_,
.StyleL_Frame_ span.price_pop_ + .price_ + .small_ {
  display: block;
  text-decoration: line-through;
}

div.StyleP_Item_ div.desc_ {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.StyleP_Item_ div.desc_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.StyleP_Item_ div.desc_ .icon_ img {
  margin-bottom: 3px;
}

.StyleP_Item_ div.desc_ .icon_ img:not(:nth-child(4n)) {
  margin-right: calc((100% - 61px * 4) / 3);
}

.StyleP_Item_ div.name_ {
  margin-bottom: 0;
}

div.StyleP_Item_ .name1_ a,
div.StyleT_Item_ .name1_ a,
table.StyleL_Frame_ td.name_ .name1_ a {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.StyleP_Item_ .qty_ + div {
  margin-top: auto;
}

.StyleP_Item_ .name2_,
.StyleT_Item_ .name2_,
.StyleL_Frame_ .name2_ {
  font-size: 12px;
}

.StyleP_Item_ span.price_,
.StyleT_Item_ span.price_ {
  font-size: 16px;
}

.StyleP_Item_ span.price_ .small_,
.StyleT_Item_ span.price_ .small_ {
  font-size: 10px;
}

.StyleP_Item_ .maker_price_,
.StyleT_Item_ .maker_price_,
.StyleL_Frame_ .maker_price_ {
  font-size: 14px;
}

.StyleP_Item_ .qty_,
.StyleT_Item_ .qty_ {
  margin-top: 10px;
}

.desc_ .qty_ input[type="text"],
.formlist_ .qty_ input[type="text"],
.cartbox_ input[type="text"],
.cartbox2_ input[type="text"] {
  padding: 5px 10px;
  height: 25px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  text-align: left;
}

.StyleP_Item_ .complete-message {
  position: absolute;
  left: 50%;
  bottom: calc(38px + 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  width:190px;
  height:40px;
  background:rgba(102,102,102,0.85);
  text-align:center;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  border-radius:10px;
  transform: translateX(-50%);
}

.StyleP_Item_ .complete-message::after {
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(102, 102, 102, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:8px;
  border-right-width:8px;
  border-top-color:rgba(102, 102, 102, 0.85);
  top:100%;
  left:50%;
  transform: translateX(-50%);
}

.side-StyleP_Line .StyleP_Item_:not(:last-child) {
  margin-bottom: 30px;
}

.side-StyleP_Line .StyleP_Item_ .img_ {
  margin-bottom: 10px;
  padding: 35px;
  border: 1px solid #DCDCDC;
}

.side-StyleP_Line .StyleP_Item_ .name1_ {
  font-size: 14px;
  font-weight: bold;
}

.side-StyleP_Line .StyleP_Item_ .name_ {
  margin-bottom: 5px;
}

.side-StyleP_Line .StyleP_Item_ .comment_ {
  margin-bottom: 10px;
}

.side-StyleP_Line .StyleP_Item_ .cart_s_button_ {
  margin-top: 10px;
}

div.goods_ table.StyleL_Frame_ {
  border: none;
}

table.StyleL_Frame_ th {
  border: none;
  background-color: #0F4B73;
  color: #fff;
  box-sizing: border-box;
}

table.StyleL_Frame_ td {
  padding: 15px;
  border: none;
  box-sizing: border-box;
}

table.StyleL_Frame_ tr:nth-child(odd) td {
  background-color: #F2F7FB;
}

table.StyleL_Frame_ th.name_,
table.StyleL_Frame_ th.gprice_,
table.StyleL_Frame_ th.comment_,
table.StyleL_Frame_ th.maker_price_,
table.StyleL_Frame_ th.stock_,
table.StyleL_Frame_ th.qty_,
table.StyleL_Frame_ th.cart_ {
  border: none;
}

table.StyleL_Frame_ td.name_ {
  width: 275px;
}

table.StyleL_Frame_ th.gprice_,
table.StyleL_Frame_ td.g_price_ {
  width: 150px;
}

table.StyleL_Frame_ .price_pop_ + .price_ + .small_ {
  font-size: 12px;
  text-decoration: line-through;
}

table.StyleL_Frame_ td.comment_ {
  width: 276px;
}

table.StyleL_Frame_ td.maker_price_ {
  width: 120px;
}

table.StyleL_Frame_ td.stock_ {
  width: 50px;
}

table.StyleL_Frame_ .qty_ {
  width: 50px;
}

table.StyleL_Frame_ td.cart_ {
  width: 130px;
}

table.StyleL_Frame_ .btn_cart_.cart_s_button_ {
  width: 150px;
}

div.goods_:not(:last-child) {
  margin-bottom: 80px;
}

/* goodsdetail */
div.goodsproductdetail_ {
  margin-bottom: 65px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail .swiper-slide {
  position: relative;
  border: none;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: rgba(51,51,51,0.1);
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail .swiper-slide img {
  cursor: pointer;
}

.goodsproductdetail_ .goodsimg_ {
  width: 420px;
}

div.goodsspec_ {
  width: calc(100% - 420px - 50px);
}

table.goodsspec_ {
  margin-bottom: 35px;
}

table.goodsspec_ tr {
  margin-bottom: 15px;
}

table.goodsspec_ th {
  position: relative;
  display: table-cell;
  padding: 0;
  width: 115px;
  border: none;
  vertical-align: top;
  font-size: 16px;
  line-height: calc(29 / 16);
  color: inherit;
}

table.goodsspec_ th::after {
  content: ':';
  position: absolute;
  right: 0;
  top: 0;
}

table.goodsspec_ td {
  padding: 0;
  background-color: transparent;
  vertical-align: top;
  font-size: 16px;
  line-height: calc(29 / 16);
}

table.goodsspec_ td#spec_goods_name {
  font-weight: bold;
}

table.goodsspec_ td span.price_ {
  font-size: 20px;
}

table.goodsspec_ td span.price_pop_ + span.price_ {
  color: #A23C5B;
}

table.goodsspec_ td span.price_ span.small_ {
  font-size: 12px;
}

table.goodsspec_ td span.price_pop_ + span.price_ + span.small_ {
  text-decoration: line-through;
}

table.goodsspec_ td#spec_price > span.small_ {
  display: block;
  font-size: 14px;
}

.goodsspec_ .cartbox_ {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.goodsspec_ .cartbox_ .btn_cart_ {
  margin-left: 40px;
  width: 280px;
  height: 54px;
  font-size: 18px;
}

.goodsspec_ .cartbox_ input[type="text"],
.cartvariation_ .cartbox_ input[type="text"] {
  margin-left: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.goodsspec_ .goodscomment1_ {
  margin-bottom: 20px;
  line-height: calc(29 / 16);
}

div.goodsspec_ div.to_detaillink_ a {
  position: relative;
  padding-left: 15px;
}

div.goodsspec_ div.to_detaillink_ a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -6px;
  top: 50%;
}

h2.goods_variation_list_,
.common_headline2_,
div.title_decoration_ {
  position: relative;
  margin: 0 auto 30px;
  padding: 0 0 10px 0;
  border-left: none;
  border-bottom: 2px solid #0F4B73;
  background-color: transparent;
  font-weight: bold;
  font-size: 22px;
  color: #333;
}

h2.goods_variation_list_::before,
.common_headline2_::before,
.title_decoration_::before {
  display: none;
}

h2.goods_variation_list_::after,
.common_headline2_::after,
.title_decoration_::after {
  content: '';
  position: absolute;
  width: 140px;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #0099FF;
}

div.cartvariation_ {
  margin-bottom: 60px;
}

h2.goods_variation_list_ {
  margin-bottom: 0;
}

table.variation_ {
  width: 100%;
}

table.variation_ tr:nth-child(even) {
  background-color: #F2F7FB;
}

table.variation_ td {
  padding: 15px;
}

table.variation_ td.img_s_ {
  padding-right: 10px;
}

table.variation_ td.msg_ {
  padding-left: 10px;
  padding-right: 20px;
  max-width: unset;
  width: 380px;
}

table.variation_ td.msg_ .name_ {
  margin-bottom: 0;
}

table.variation_ td.msg_ .name_ a {
  font-size: 14px;
  font-weight: bold;
}

table.variation_ td.msg_ .name2_ {
  font-size: 12px
}

table.variation_ td.msg_ .g_price_ {
  margin-top: 8px;
}

table.variation_ td.msg_ .g_price_ .price_ {
  color: unset;
}

table.variation_ td.msg_ span.price_pop_ + span.price_ {
  color: #A23C5B;
}

table.variation_ td.msg_ .g_price_ > span.small_ {
  display: block;
  font-size: 14px;
}

table.variation_ td.msg_ span.price_pop_ + span.price_ + span.small_ {
  text-decoration: line-through;
}

table.variation_ td.msg_ .maker_price_ {
  font-size: 14px;
  font-weight: normal;
}

table.variation_ td.comment_ {
  width: 315px;
}

table.variation_ td.cartbox_ {
  text-align: unset;
  vertical-align: middle;
  width: 170px;
}

table.variation_ td.cartbox_ div.qty_ {
  display: inline-block;
  margin-bottom: 0;
}

table.variation_ td.cartbox_ input[type="text"] {
  margin-left: 0;
  width: 50px;
  height: 38px;
  box-sizing: border-box;
}

table.variation_ td.cartbox_ div.qty_ + div.cartbutton_ {
  margin-left: 15px;
}

table.variation_ td.cartbox_ div.cartbutton_ {
  display: inline-block;
}

table.variation_ td.cartbox_ div.cartbutton_ .btn_cart_ {
  width: 100px;
}

table.variation_ td.cartbox_ div.cartbutton_ .btn_cart_::before {
  margin-right: 5px;
}

table.variation_ td.cartbox_ div.cartbutton_ .btn_cart_.cart_m_button_.disabled {
  width: 170px;
}

div.goodscomment2_ {
  font-size: unset;
}

.option_buttons_ {
  margin: 60px auto;
  padding: 40px 0;
  background-color: #F5F5F5;
}

.option_buttons_ li:first-child {
  margin-left: 0;
}

.btn-add-bookmark.btn-registed-bookmark,
.option_buttons_ li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  border-color: #09f;
  border-radius: 5px;
  width: 345px;
  height: 60px;
  font-size: 16px;
  background-color: #fff;
}

.btn-add-bookmark.btn-registed-bookmark::before,
.btn-add-bookmark::before {
  position: relative;
  left: unset;
  top: unset;
  margin-right: 10px;
  width: 28px;
  height: 22px;
  background: url(../../img/usr/common/ico_bookmark_b.png) no-repeat;
  background-size: contain;
}

.btn-contact-goods::before {
  position: relative;
  left: unset;
  top: unset;
  margin-right: 10px;
  width: 26px;
  height: 18px;
  background: url(../../img/usr/common/ico_mail.png) no-repeat;
  background-size: contain;
}

.accessory_list_ {
  margin-bottom: 60px;
}

.accessory_list_ .btn_cart_.cart_s_button_ {
  width: 100%;
}

.navistyle_,
.navisort_ {
  border-color: #0F4B73;
}


[class^="goodscomment"] {
  line-height: 1.78;
  letter-spacing: 0.03em;
}
[class^="goodscomment"] .section:not(:last-child) {
  margin-bottom: 60px;
}
[class^="goodscomment"] h1 {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 600;
}
[class^="goodscomment"] h2 {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
}
[class^="goodscomment"] h3 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  border-left: none;
  border-bottom: 2px solid #0F4B73;
  background-color: transparent;
  font-weight: 600;
  font-size: 22px;
  color: #333;
}
[class^="goodscomment"] h3::after {
  content: '';
  position: absolute;
  width: 140px;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #0099FF;
}
[class^="goodscomment"] h4 {
  margin-bottom: 20px;
  color: #0099FF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
[class^="goodscomment"] .lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
}
[class^="goodscomment"] .paragraph {
  margin-bottom: 40px;
  font-size: 14px;
}
[class^="goodscomment"] p a,
[class^="goodscomment"] .note li a {
  text-decoration: underline;
  font-weight: 600;
}
[class^="goodscomment"] hr {
  margin: 40px 0;
  border: none;
  background: #DCDCDC;
  height: 1px;
}
[class^="goodscomment"] .note {
  list-style: none;
  margin: 0 0 0 0.5em;
  padding-left: 1.5em;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0;
}
[class^="goodscomment"] .note li {
  text-indent: -1.5em;
}
[class^="goodscomment"] .note li:not(:last-child) {
  margin-bottom: 10px;
}
[class^="goodscomment"] .note li::before {
  content: "※";
  margin-right: 0.5em;
}
[class^="goodscomment"] .link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
[class^="goodscomment"] .link-wrap a:not(:last-child) {
  margin-bottom: 10px;
}
[class^="goodscomment"] .link-icon {
  position: relative;
  font-size: 14px;
}
[class^="goodscomment"] .link-icon::before {
  content: "";
}
[class^="goodscomment"] .link-download::before {
  display: inline-block;
  margin-right: 10px;
  width: 13px;
  height: 13px;
  background: url(/img/usr/common/ico_download.png) no-repeat;
  background-size: contain;
}
[class^="goodscomment"] .link-primary {
  padding-left: 20px;
}
[class^="goodscomment"] .link-primary::before {
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -6px;
  top: 50%;
}
[class^="goodscomment"] .link-blank::before {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url(/img/usr/common/ico_blank.png) no-repeat;
  background-size: contain;
}
[class^="goodscomment"] .list-num {
  counter-reset: num-counter;
  padding: 0;
}
[class^="goodscomment"] .list-num li {
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 34px;
  font-size: 14px;
}
[class^="goodscomment"] .list-num li:not(:last-child) {
  margin-bottom: 10px;
}
[class^="goodscomment"] .list-num li::before {
  content: counter(num-counter);
  counter-increment: num-counter;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #D8E4EE;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  color: #0F4B73;
}
[class^="goodscomment"] .list-num li .title {
  margin: 5px 0;
  font-weight: 600;
}
[class^="goodscomment"] .list-line li {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
}
[class^="goodscomment"] .list-line li:not(:last-child) {
  margin-bottom: 10px;
}
[class^="goodscomment"] .list-line li::before {
  content: 'ー';
  position: absolute;
  left: 0;
}
[class^="goodscomment"] .list-dot li {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
}
[class^="goodscomment"] .list-dot li:not(:last-child) {
  margin-bottom: 10px;
}
[class^="goodscomment"] .list-dot li::before {
  content: '・';
  position: absolute;
  left: 5px;
}
[class^="goodscomment"] .bg-box {
  padding: 20px;
  background-color: #F2F7FB;
  border-radius: 8px;
}
[class^="goodscomment"] .anchor-wrap {
  margin-bottom: 40px;
}
[class^="goodscomment"] .anchor-wrap a {
  display: block;
}
[class^="goodscomment"] .anchor-wrap a:not(:last-child) {
  margin-bottom: 20px;
}
[class^="goodscomment"] .anchor-h2 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
[class^="goodscomment"] .anchor-h2::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(136deg) translateY(-50%);
  position: absolute;
}
[class^="goodscomment"] .anchor {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
[class^="goodscomment"] .anchor::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(136deg) translateY(-50%);
  position: absolute;
}
[class^="goodscomment"] .anchor-box-wrap {
  display: flex;
  flex-wrap: wrap;
}
[class^="goodscomment"] .anchor-box-wrap .anchor-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  width: calc((100% - 15px * 2) / 3);
}
[class^="goodscomment"] .anchor-box-wrap .anchor-box:nth-child(3n) {
  margin-right: 0;
}
[class^="goodscomment"] .anchor-box-wrap .anchor-box a {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 10px 60px 10px 10px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  box-sizing: border-box;
}
[class^="goodscomment"] .anchor-box-wrap .anchor-box a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -10px;
  margin-left: 10px;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(136deg) translateY(-50%);
}
[class^="goodscomment"] .btn-wrap:not(:last-child) {
  margin-bottom: 40px;
}
[class^="goodscomment"] .btn-wrap-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
[class^="goodscomment"] .btn-wrap-col-4 {
  display: flex;
  flex-wrap: wrap;
}
[class^="goodscomment"] .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}
[class^="goodscomment"] .btn:hover {
  text-decoration: none;
}
[class^="goodscomment"] .btn-primary {
  position: relative;
  background-color: #062330;
  border-radius: 5px;
  color: #fff;
}
[class^="goodscomment"] .btn-primary::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: solid 2px #0099FF;
  border-right: solid 2px #0099FF;
  transform: rotate(45deg);
}
[class^="goodscomment"] .btn-medium {
  width: 337px;
  height: 60px;
  font-size: 18px;
}
[class^="goodscomment"] .btn-wrap-center .btn-medium:not(:nth-child(2n)) {
  margin-right: 98px;
}
[class^="goodscomment"] .btn-small {
  margin-bottom: 20px;
  width: 175px;
  height: 50px;
  font-size: 14px;
}
[class^="goodscomment"] .btn-wrap-col-4 .btn-small {
  width: calc((100% - 45px * 3) / 4);
}
[class^="goodscomment"] .btn-wrap-col-4 .btn-small:not(:nth-child(4n)) {
  margin-right: 45px;
}
[class^="goodscomment"] .btn-wrap-col-4 .btn-small:nth-child(4n+1):nth-last-child(-n+4),
[class^="goodscomment"] .btn-wrap-col-4 .btn-small:nth-child(4n+1):nth-last-child(-n+4) ~ .btn-wrap-col-4 .btn-small {
  margin-bottom: 0;
}
[class^="goodscomment"] .table {
  width: 100%;
}
[class^="goodscomment"] .table:not(:last-child) {
  margin-bottom: 30px;
}
[class^="goodscomment"] .table th,
[class^="goodscomment"] .table td {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  font-size: 14px;
}
[class^="goodscomment"] .table thead th {
  background-color: #0F4B73;
  color: #fff;
}
[class^="goodscomment"] .table tbody th {
  background-color: #F2F7FB;
}
[class^="goodscomment"] .section figure {
  margin: 0 auto 40px;
  text-align: center;
}
[class^="goodscomment"] .flex-box {
  display: flex;
}
[class^="goodscomment"] .flex-box.reverse {
  flex-direction: row-reverse;
}
[class^="goodscomment"] .flex-box:not(:last-child) {
  margin-bottom: 40px;
}
[class^="goodscomment"] .flex-box .text-box {
  flex: 1;
}
[class^="goodscomment"] .flex-box .image-box {
  margin-right: 30px;
}
[class^="goodscomment"] .flex-box.reverse .image-box {
  margin-left: 30px;
}
[class^="goodscomment"] .flex-box.col-2 {
  flex-wrap: wrap;
}
[class^="goodscomment"] .flex-box.col-2 .box-item {
  margin-bottom: 30px;
  width: calc((100% - 58px) / 2);
}
[class^="goodscomment"] .flex-box.col-2 .box-item:nth-child(2n) {
  margin-left: auto;
}
[class^="goodscomment"] .flex-box.col-3 .box-item {
  margin-right: 38px;
  margin-bottom: 30px;;
  width: calc((100% - 38px * 2) / 3);
}
[class^="goodscomment"] .flex-box.col-3 .box-item:nth-child(3n) {
  margin-right: 0;
}
[class^="goodscomment"] .flex-box figure {
  margin-bottom: 20px;
}
[class^="goodscomment"] .notice-box {
  border: 1px solid #BC0027;
}
[class^="goodscomment"] .notice-box .notice-box-title {
  padding: 8px 20px;
  color: #fff;
  background-color: #BC0027;
}
[class^="goodscomment"] .notice-box .notice-box-title span {
  position: relative;
}
[class^="goodscomment"] .notice-box .notice-box-title span::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(/img/usr/common/ico_notice.png) no-repeat;
  background-size: contain;
}
[class^="goodscomment"] .notice-box-content {
  padding: 30px;
}