@charset "UTF-8";
:root {
  --mainFont: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,"游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, Osaka, sans-serif;
  --rootFontSize: 16;
}

input[type="text"], textarea, select {
  font-family: var(--mainFont);
}

.btn-default {
  border: none;
  background-color: #062330;
  box-shadow: none;
}

.btn-primary {
  border: none;
  background-color: #A23C5B;
  box-shadow: none;
}

.move_button_,
.move_button_orange_ {
  border-color: #062330;
  background-color: #062330;
  color: #fff;
  transition: .3s ease;
}

.btn-medium {
  font-size: var(--rootFontSize);
}

.btn-long {
  padding: 5px 15px;
}

.btn_cart_.cart_s_button_,
.cartbox_ .btn_cart_,
.cartbox2_ .btn_cart_ {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #A23C5B;
  height: 38px;
}

.btn_cart_.cart_s_button_::before,
.cartbox_ .btn_cart_::before,
.cartbox2_ .btn_cart_::before {
  position: relative;
  left: unset;
  top: unset;
  margin-right: 15px;
  background: url(../../img/usr/common/ico_cart_w.png) no-repeat;
  width: 23px;
  height: 20px;
}

.btn_cart_.cart_m_button_.disabled {
  background-color: #999;
}

.btn_cart_.cart_m_button_.disabled::before {
  display: none;
}

.goods_ .StyleP_Item_ .cart_s_button_ {
  display: flex;
  width: 100%;
}

.StyleT_Item_ .cart_s_button_ {
  margin-top: 10px;
  width: 100%;
}

.top_comment_ {
  margin-bottom: 0;
}

.top_comment_ p {
  margin-bottom: 40px;
}

.sr-only {
  width: unset;
  height: unset;
}

.formlist_ th {
  background-color: #F2F7FB;
  overflow-wrap : break-word;
}

div.message_ {
  border-color: #0F4B73;
  color: #0F4B73;
}

.formlist_ th {
  background-color: #0F4B73;
  color: #fff;
}

.formdetail_ th {
  background-color: #0F4B73;
  color: #fff;
}

.btn_cart_.cart_button_slender_ {
  background-color: #A23C5B;
}