@charset "utf-8";
body {
  color: #444;
  font-family: "Meiryo UI", Meiryo, "Yu Gothic", "MS PGothic", "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.50);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  max-height: 100%;
}
.sp_none {
  display: none !important;
}
.trigger {
  cursor: pointer;
}
/* リンク指定
----------------------------------------------- */
a:link, a:visited {
  color: #0071CE;
  text-decoration: none;
}
a:link:hover, a[href]:hover {
  color: #0071CE;
  text-decoration: underline;
}
/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix_sp:after, .clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}
.clearfix_sp, .clearfix {
  display: block; /* for IE8 */
}
.clear {
  clear: both;
}
/* フォント
----------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
}
.attention {
  color: #FF0000;
}
.attentionSt {
  color: #FF0000;
  font-weight: bold;
}
.st {
  font-weight: bold;
}
.mini {
  font-size: 10px;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs32 {
  font-size: 32px !important;
}
/* 行揃え
----------------------------------------------- */
.alignC {
  text-align: center;
}
.alignR {
  text-align: right;
}
.alignL {
  text-align: left;
}
/* フォーム
----------------------------------------------- */
input, button, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], input[type="submit"], input[type="button"], textarea {
  border: none;
  padding: 4px 2%;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: #a8a8a8 solid 1px;
}
textarea {
  height: 200px;
}
button {
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
  border: none;
}
.mr {
  margin-right: 1%;
}
.ml {
  margin-left: 1%;
}
.shortbox {
  width: 29%;
}
.middlebox {
  width: 36%;
}
.harfbox {
  width: 49%;
}
.longbox {
  width: 100%;
}
select.shortbox {
  width: 28%;
}
select.harfbox {
  width: 50%;
}
select.longbox {
  width: 100%;
}
.top {
  margin-bottom: 2.4%;
}
@media screen and (max-width:767px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], select, textarea, label.check_wrap span {
    font-size: 16px;
  }
}
/* ボタン
----------------------------------------------- */
.btn_area {
  background: url(../img/background/line_dotted_gray.gif);
  margin: 5% 0 10%;
  padding: 5% 0;
  width: 100%;
  text-align: center;
}
.btn_area li {
  width: 100%;
  max-width: 240px;
  margin: 5% auto 0;
}
.btn_area li:first-of-type {
  margin-top: 0;
}
.btn_area li a, .btn_area li input {
  display: block;
  width: 100%;
}
input.btn_shadow, a.btn_shadow {
  border-radius: 4px;
  border: none;
  box-shadow: 3px 3px #000000;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 3.4%;
  text-align: center;
}
input.btn_shadow:hover, a.btn_shadow:hover {
  color: #fff;
}
input.btn_gray, a.btn_gray {
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  color: #111;
  padding: 3.4%;
  border-radius: 4px;
  display: inline-block;
}
input.btn_gray:hover, a.btn_gray:hover {
  color: #111;
}
.submit_color {
  background-color: #7AB400;
  color: #fff !important;
}
.back_color {
  background-color: #d9d9d9;
  color: #444 !important;
}
/* テーブル
----------------------------------------------- */
table {
  margin: 0px auto;
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background: #fff;
}
table tr {
  border-bottom: 1px solid #ccc;
}
table th {
  border-left: 1px solid #ccc;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
  padding: 8px;
  background: #E8E8E8;
}
table td {
  border-left: 1px solid #ccc;
  vertical-align: middle;
  padding: 12px;
}
/* ==============================================
 タイトル
=============================================== */
.list-title {
  
}
#main_column h1 {
  color: #000080;
  font-size: 18px;
  border-bottom: solid 3px #000080;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2.5%;
  padding: 2.5%;
}
#main_column h1.list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  background: #eee;
  padding: 2.5%;
  margin-top: -10px;
  margin-bottom: 2.5%;
  color: #444444;
  border: none;
}
#main_column h1 + p {
  padding: 0 5%;
  margin: 0 auto
}
#main_column h2 {
  background: url(../img/background/line_blue.gif) repeat-x left bottom;
  font-size: 16px;
  font-weight: bold;
  color: #0071CE;
  margin-bottom: 2.5%;
  padding: 2.5% 5%;
}
#main_column h3 {
  border-left: #3D7DCA solid 6px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 5.6%;
  padding-left: 8px;
}
div#undercolumn_login .login_area h4 {
  font-size: 16px;
  padding-bottom: 14px;
}
.category_title, #main_column h2.category_title {
  padding-bottom: 2.5%;
  font-size: 22px;
  border-bottom: #0071CE solid 2px;
  line-height: 1;
  background: none;
}
#main_column h2.category_title {
  color: #444;
}
.special_title + p {
  width: 90%;
  margin: 0 auto;
}
/* ==============================================
 スライド
=============================================== */
.slideTop-dots_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.slideTop-dots_sp li {
  content: '';
  background: #E8E8E8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slideTop-dots_sp li.slick-active{
  background: #00a992;
}
.slideTop-dots_sp li button {
  font-size: 0;
}
.slick_spacing {
  width: 3.6%;
}
#mainSlider_sp #mainvSp li img {
  width: 95%;
  height: auto;
  margin: 0 4px;
  transform: translateX(-105%);
}
/* ==============================================
 ヘッダー
=============================================== */
.admin_login_bar {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  font-weight: bold;

  position: relative;
  top: 94px;
}
header #menu_bar.header_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
#menu_bar p.tagline {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-size: 11px;
  padding: 1.2%;
  overflow: visible;
}
#menu_bar p.tagline {
  font-size: 12px;
}
#menu_bar .log .in_text {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  margin-top: 8px;
}
.header-right_telNum {
  color: #f00;
}
/* #menu_bar p.tagline.none {
  display: none !important;
  overflow: hidden;
} */
#header_contact {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #E8E8E8;
}
#header_contact .header_contact_box {
  width: 50%;
}
#header_contact .header_contact_box:last-child {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
#header_contact a, #header_contact span {
  display: block;
}
#header_contact a {
  color: #333;
  position: relative;
  padding: 3.6% 5%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#header_contact p {
  line-height: 1; /*! position: absolute; */ /*! top: 50%; */ /*! left: 57%; */
  /*! transform: translateY(-50%) translateX(-50%); */
  /*! -webkit-transform: translateY(-50%) translateX(-50%); */
}
#header_contact .sc {
  width: 30px;
  height: 30px;
  padding: 6px;
  box-sizing: border-box;
  background: #0071CE;
  border-radius: 40px;
  margin-right: 4px;
}
#header_contact .sc svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.header_btn {
  width: 100%;
  margin: 0 auto;
}
.header-right_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.header-right_navItem {
  width: 23%;
  text-align: center;
}
.header-right_navItem:not(:last-child) {
  margin-right: 2.3%;
}
.header-right_navItem a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  min-height: 38px;
  width: 100%;
  color: #717071;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 1px;
  background: #fff;
}
.header-right_navItem a:hover {
  text-decoration: none;
}
.header-right_navItem a span {
  line-height: 1;
}
.header-right_navItem a span svg {
  margin-right: 4px;
}
.icon_cart svg, .icon_history svg {
	width: 25px;
}
.icon_login svg, .icon_logout svg,
.icon_stock svg, .icon_mypage svg{
	width: 25px;
	height: 25px;
}
.icon_honten svg {
	width: 30px;
	height: 30px;
}
.icon_stock svg, .icon_honten svg {
  margin-top: 1.5px;
}
header #menu_bar {
  position: fixed;
  z-index: 101;
  top: 0;
  background: #fff;
}
header #menu_bar #sp_header {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 90px;
  border-top: 1px solid #0071CE;
  padding: 1% 1% 1.5%;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  transition: 0.2s;
}
nav#sphone_menu {
  width: 25%;
}
nav#sphone_menu ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  height: 100%;
}
nav#sphone_menu ul li {
  width: 33%;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
}
nav#sphone_menu ul li a {
  display: block;
  height: 100%;
}
nav#sphone_menu ul li span {
  display: flex; /*! padding: 10%; */
  display: -webkit-flex;
  align-items: center;
  height: 100%;
}
nav#sphone_menu ul li span svg {
  fill: #fff;
  width: 24px;
  height: 100%;
  margin: 0 auto;
  display: block;
}
nav#sphone_menu ul li#m_switch, nav#sphone_menu ul li#s_switch {
  position: relative;
  margin-left: 20px;
}
nav#sphone_menu ul li span#g_menu {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #717071;
  transition: .2s;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
nav#sphone_menu ul li#s_switch.close span, nav#sphone_menu ul li#m_switch.close span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
nav#sphone_menu ul li span#g_menu:before, nav#sphone_menu ul li span#g_menu:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #717071;
  transition: .3s;
}
nav#sphone_menu ul li span#g_menu:before {
  top: -400%;
}
nav#sphone_menu ul li span#g_menu:after {
  top: 400%;
}
nav#sphone_menu ul li#s_switch.close span:before, nav#sphone_menu ul li#s_switch.close span:after, nav#sphone_menu ul li#m_switch.close span:before, nav#sphone_menu ul li#m_switch.close span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #717071;
  transition: .3s;
  top: 0;
}
nav#sphone_menu ul li#s_switch.close span:before, nav#sphone_menu ul li#m_switch.close span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
nav#sphone_menu ul li#s_switch.close span:after, nav#sphone_menu ul li#m_switch.close span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#header_wrap {
  display: none;
}
#leftcolumn ul li a {
  color: #444444;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5%;
}
#leftcolumn .gmenu {
  border-top: 1px solid #ccc
}
#leftcolumn .gmenu li {
  border-bottom: 1px solid #ccc
}
#clone_header {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
/*商品検索
------------------------------------------------*/
.search_rule {
  width: 90%;
  margin: 5% auto;
  background: #f8f5e4;
  box-sizing: border-box;
  padding: 3.125%;
}
.search_rule_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5%;
}
.search_rule_item_team {
  width: 70px;
  padding: 7px 0;
}
.search_rule_item_description {
  width: calc(100% - 70px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search_rule_item_description .longbox{
  height: 38px;
}
.search_rule_item_description .longbox::placeholder {
  font-size: 12px;
}
.search_rule_item_description p {
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.search_rule_column-left .search_rule_item_description p {
  width: 242px;
}
.search_rule_item_input-price {
  width: 40%;
  text-align: right;
  font-weight: bold;
  color: #f00;
  font-size: 20px !important;
  height: 40px;
  box-sizing: border-box;
}
input.search_rule_item_input-price{
  border:1px solid #bcbcb4;
  height: 38px;
  box-sizing: border-box;
}
.search_rule_item_input-price_unit {
  margin: 0 5px;
}
.search_rule_item_input-price_text {
  margin-top: 5px;
}
.search_rule_item_checkbox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.search_rule_item_checkbox label, .search_rule_item_checkbox_all {
  position: relative;
  width: 48%;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #999;
  padding: 2%;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.search_rule_item_checkbox label.checked, .search_rule_item_checkbox_all.checked {
  background: #0071CE;
  color: #fff;
  border: 1px solid #0071CE;
}
.search_rule_item_checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.search_rule_item_sort {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2.6%;
}
.search_rule_item_sortBtn {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0071CE;
  border-radius: 4px;
}
.search_rule_item_sortBtn.close {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #0071CE;
  padding-right: 10px;
}
.search_rule_item_sortBtn_icon {
  display: block;
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
  margin-right: 4%;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
}
.search_rule_item_sortBtn_icon::before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 2px;
  height: 12px;
}
.close .search_rule_item_sortBtn_icon::before {
  display: none;
}
.search_rule_item_sortBtn_icon::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 12px;
  height: 2px;
}
.search_rule_item_sortBtn_text {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.close .search_rule_item_sortBtn_icon {
  border-color: #444;
}
.close .search_rule_item_sortBtn_icon::after {
  background: #444;
}
.close .search_rule_item_sortBtn_text {
  color: #444;
}
.search_rule_item_total_header {
  text-align: center;
  font-size: 15px;
  font-weight: bold
}
.search_result_count {
  font-size: 24px;
  margin: 0 5px
}
.search_rule_item_total_body {
  display: flex;
  justify-content: space-between;
  margin-top: 7%;
}
input.search_rule_item_submitBtn {
  background: #0071CE;
  color: #fff;
  border: 1px solid #0071CE;
  width: 56%;
  border-radius: 4px;
}
input.search_rule_item_clearBtn {
  width: 40%;
  font-size: 14px;
  padding: 2%;
  color: #0071CE;
}
#search_rule_modal {
  margin-bottom: 10px;
}
#search_rule_modal .products_filter {
  display: flex;
  align-items: center;
  background: #E8E8E8;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
}
#search_rule_modal .products_filter-heading {
  font-size: 16px !important;
  margin: 0 !important;
}
#search_rule_modal .products_filter_icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #0071CE;
  border-radius: 50%;
  background: #fff;
  margin-left: auto;
}
#search_rule_modal .products_filter_icon:before {
  content: '';
  display: block;
  background: #111;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 12px;
  height: 1.5px;
  margin: auto;
}
#search_rule_modal .products_filter_icon:after {
  content: '';
  display: block;
  background: #111;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 12px;
  height: 1.5px;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.2s;
}
#search_rule_modal .products_filter_icon.close:after {
  transform: rotate(90deg);
}
#cont_pluscategory {
  display: block;
  background: #fff;
  position: static;
  left: 0%;
  right: 0;
  top: 167px;
  bottom: 0;
  border-bottom: 3px solid #E8E8E8;
  z-index: 2000000002;
  transition: 0.3s;
}
#cont_pluscategory.fixed {
  position: fixed;
  top: 100px;
}
#cont_pluscategory.hide {
  display: none;
}
#cont_pluscategory .category_box {
  display: none;
}
.cont_pluscategory_scroll {
  overflow: auto;
  width: 100%;
  height: 100%;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#cont_pluscategory .search_result_count_block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 5.5%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-evenly;
  -webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
  z-index: 2000000001;
}
#cont_pluscategory .search_result_count_block p {
  width: 30%;
}
#cont_pluscategory .search_result_count_block span {
  font-size: 20px;
}
.cont_pluscategory_container > .category_box > #cont_pluscategory-list {
  margin-bottom: 73px;
}
.seach_rule li > div {
  width: 100%;
}
.seach_rule li:first-child {
  padding: 0 2%;
}
.seach_rule li:not(:first-child) {
  padding: 0 3%;
}
.seach_rule .seach_rule-priceBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seach_rule .seach_rule-price {
  color: #f00;
  font-weight: bold;
  text-align: right;
}
.seach_rule .seach_rule-keyword {
  font-size: 14px;
  padding: 2% 2% 2% 4%;
  margin: 0;
  color: #999;
}
#cont_pluscategory .search_result_count_block .decision {
  background: #0071CE;
  width: 48%;
  margin-right: 4%;
  border-radius: 5px;
  color: #fff;
  z-index: 2000000000;
}
#cont_pluscategory .search_result_count_block .search_condition_clear {
  width: 48%;
  padding: 8px 3.4%;
}
#cont_pluscategory input[type="button"], #category_serch_wrapp input[type="button"] {
  cursor: pointer;
}
#cont_pluscategory > ul {
  margin-bottom: 24px;
}
#cont_pluscategory .pluscategory_title {
  background: url(../img/icon/icon_sidebar_search.png) no-repeat scroll left 6px;
  border-bottom: 1px solid #dedede;
  font-size: 20px;
  padding: 0px 0px 8px 24px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0px;
  line-height: 150%;
}
#cont_pluscategory .pluscategory-list label {
  display: flex;
  align-items: center;
}
#cont_pluscategory .level1 > .pluscategory-list label input {
  opacity: 1;
  position: static;
}
#cont_pluscategory .level1 .pluscategory-list label input {
  display: inline-block;
}
#cont_pluscategory ul li.level1 {
  position: relative;
  width: 100%;
  border-top: 1px solid #dedede;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#cont_pluscategory ul li.level1 > div {
  border-bottom: 1px solid #dedede;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5%;
  cursor: pointer;
  position: relative;
}
#cont_pluscategory ul li .sp_arrow {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#cont_pluscategory ul li .sp_arrow:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #0071CE;
  border-right: 2px solid #0071CE;
  transform: rotate(45deg);
  top: 40%;
  right: 13px;
}
#cont_pluscategory ul li .sp_arrow.open:after {
  transform: rotate(135deg);
}
#cont_pluscategory ul li.level1 > .minus {
  background-image: url(../img/icon/icon_minus_blue.png);
}
#cont_pluscategory ul li.level1 > div label {
  left: 14px;
  position: absolute;
  top: 10px;
}
#cont_pluscategory li.level1 > ul {
  display: block;
  overflow: hidden;
}
#cont_pluscategory li.level2 ul {
  background: #ffffff none repeat scroll 0% 0%;
}
#cont_pluscategory li.level2 {
  border-top: 1px solid #dedede;
}
#cont_pluscategory li.level2 > div {
  padding: 2% 0 2% 10%;
  position: relative;
}
#cont_pluscategory li.level2 > div.minus {
  background-image: url(../img/icon/icon_minus_blue.png);
}
#cont_pluscategory li.level2 a:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
#cont_pluscategory li.level2 > div label {
  font-size: 14px;
  font-weight: bold;
}
#cont_pluscategory li.level1 > div label span,
#cont_pluscategory li.level2 > div label span {
  display: inline-block;
  margin-left: 8px;
}
#cont_pluscategory li.level3 {
  font-size: 14px;
  margin-bottom: 2.5%;
  border-top: 1px solid #dedede;
}
#cont_pluscategory li.level3 > .pluscategory-list {
  padding: 2% 0 0 16%;
}
#cont_pluscategory li.level3 label {
  display: block;
}
#cont_pluscategory li.level3 span {
  display: inline-block;
  margin-left: 8px;
}
#cont_pluscategory .target_rule li {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
#cont_pluscategory .trigger {
  background: #0071CE;
  color: #fff;
  padding: 2.5% 5%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
#cont_pluscategory .trigger span {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.4%;
  border: 1px solid #fff;
  position: relative;
}
#cont_pluscategory .trigger span:after, #cont_pluscategory .trigger span:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#cont_pluscategory .trigger span:before {
  width: 4px;
  height: 16px;
  top: 8px;
  left: 14px;
}
#cont_pluscategory .trigger span:after {
  width: 16px;
  height: 4px;
  top: 14px;
  left: 8px;
}
#cont_pluscategory .trigger.open span:before {
  background-color: transparent;
}
#cont_pluscategory .trigger + ul {
  background: #fff;
  display: none;
}
#cont_pluscategory .target_rule {
  padding-top: 4%;
  font-size: 14px;
  margin-top: 20px;
}
#cont_pluscategory .target_rule input[type=checkbox], #cont_pluscategory .seach_rule input[type=checkbox] {
  margin-right: 8px;
}
#cont_pluscategory .target_rule {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#cont_pluscategory .seach_rule {
  padding-top: 2.6%;
}
#cont_pluscategory .seach_rule li {
  display: flex;
  align-items: center;
  margin-bottom: 2.6%;
}
#cont_pluscategory #close_sp, #cont_pluscategory #close, #close_menu {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 5% 0;
  display: block;
  cursor: pointer;
}
#close_menu {
  margin: 0;
  padding: 7% 0;
}
#cont_pluscategory #close_sp, #cont_pluscategory #close {
  background: #0071CE;
  box-sizing: border-box;
  height: 40px;
  box-sizing: border-box;
}
#cont_pluscategory #close_sp span, #cont_pluscategory #close span, #close_menu span {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  background: transparent;
  margin: 0 auto;
}
#cont_pluscategory #close_sp span:before, #cont_pluscategory #close_sp span:after, #cont_pluscategory #close span:before, #cont_pluscategory #close span:after, #close_menu span:before, #close_menu span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  transition: .3s;
}
#cont_pluscategory #close_sp span:before, #cont_pluscategory #close_sp span:after, #cont_pluscategory #close span:before, #cont_pluscategory #close span:after {
  background: #fff;
}
#close_menu span:before, #close_menu span:after {
  background: #000;
}
#cont_pluscategory #close_sp span:before, #cont_pluscategory #close span:before, #close_menu span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#cont_pluscategory #close_sp span:after, #cont_pluscategory #close span:after, #close_menu span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* ロゴ
----------------------------------------------- */
#logo_area {
  width: 75%;
}
#logo_area a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin: 0 0 1.5%;
}
#logo_area .logo_image {
  width: 50%;
  margin-right: 4%;
}
#logo_area a .logo_area_name {
  min-width: 45%;
  max-width: 46%;
  font-weight: normal;
  background: #DAF0FF;
  padding: 2% 2% 1.5%;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  color: #717071;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2%;
}
/*グローバルメニュー
------------------------------------------------*/
#g_menu_wrap {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  display: none;
  z-index: 100;
}
#g_menu_wrap.open {
  position: fixed;
  height: calc(100% - 100px);
  top: 100px !important;
  overflow: auto;
}
#g_menu_wrap .gmenu {
  margin-bottom: 73px;
}
.g_menu_loginArea{
  display: flex;
  width: 100%;
  margin: 5% auto 0;
  justify-content: center;
}
.g_menu_loginArea a {
  display: block;
  width: 43.6%;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  border-radius: 4px;
}
.g_menu_loginArea a:first-of-type {
  background: #0071CE;
  color: #fff;
  margin-right: 2.8%;
}
.g_menu_loginArea a:last-of-type {
  border: 1px solid #ccc;
  color: #000;
}
.g_menu_title a{
  display: block;
  width: 90%;
  border-top: 1px solid #ccc;
  color: #444444;
  position: relative;
  font-size: 14px;
  padding: 5%;
  text-align: left;
  margin-top: 5%;
  border-radius: 0;
}
/*専門店カテゴリ
------------------------------------------------*/
#leftcolumn.side_column > #side_senmon {
  display: none;
}
#side_senmon .trigger {
  padding: 2.5% 5%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#side_senmon span.trigger_box {
  width: 32px;
  height: 32px;
  margin-left: 2.4%;
  border: 1px solid #0071CE;
  position: relative;
}
#side_senmon span.trigger_box:after, #side_senmon span.trigger_box:before {
  position: absolute;
  display: block;
  content: '';
  background: #0071CE;
}
#side_senmon span.trigger_box:before {
  width: 4px;
  height: 16px;
  top: 8px;
  left: 14px;
}
#side_senmon span.trigger_box:after {
  width: 16px;
  height: 4px;
  top: 14px;
  left: 8px;
}
#side_senmon .trigger.open span.trigger_box:before {
  background-color: transparent;
}
#side_senmon > ul {
  display: none;
}
#side_senmon ul li p {
  padding: 1.2% 2.5%;
  margin-bottom: 1.2%;
  cursor: pointer;
}
#side_senmon ul li:nth-child(1) p {
  background: #89B929
}
#side_senmon ul li:nth-child(2) p {
  background: #2E9CD0
}
#side_senmon ul li:nth-child(3) p {
  background: #B52026
}
#side_senmon ul li:nth-child(4) p {
  background: #F49D2D
}
#side_senmon ul li ul {
  display: none;
}
/*商品カテゴリ
------------------------------------------------*/
#side_category_area .trigger {
  background: #0071CE;
  color: #fff;
  padding: 2.5% 5%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
#side_category_area span.trigger_box {
  width: 32px;
  height: 32px;
  margin-left: 2.4%;
  border: 1px solid #fff;
  position: relative;
}
#side_category_area span.trigger_box:after, #side_category_area span.trigger_box:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#side_category_area span.trigger_box:before {
  width: 4px;
  height: 16px;
  top: 8px;
  left: 14px;
}
#side_category_area span.trigger_box:after {
  width: 16px;
  height: 4px;
  top: 14px;
  left: 8px;
}
#side_category_area .trigger.open span.trigger_box:before {
  background-color: transparent;
}
#side_category_area .trigger > a {
  color: #fff;
}
#side_category_area > ul {
  display: none;
}
#side_category_area li.level3 a {
  background: url(../img/icon/icon_arrow_list.png) no-repeat scroll left center / 8px auto;
  padding-left: 16px;
}
#side_category_area li {
  line-height: 1.4em;
}
#side_category_area li.level1 {
  background: no-repeat 0 0;
  background-size: 32px;
  cursor: pointer;
  min-height: 32px;
  margin: 2.5%;
}
#side_category_area li.level1 ul {
  margin: 5% 0 5% 5%;
}
#side_category_area li.level1 > a {
  line-height: 1.5em;
  padding: 2.5% 2.5% 2.5% 40px;
}
#side_category_area li button, #side_category_area li a {
  display: inline;
  vertical-align: middle;
}
#side_category_area li.level2 button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  margin-right: 8px;
}
#side_category_area li.level2 {
  margin-bottom: 5%
}
#side_category_area li.level2 > a {
  display: inline;
  float: none;
  clear: both;
  padding-left: 4px;
}
#side_category_area ul li.point_announce {
  border-top: 4px solid #0071ce;
}
#side_category_area ul li.point_announce p {
  padding: 16px;
}
#side_category_area .close_child_category {
  box-sizing: border-box;
}
#side_category_area li.level2 button.close_child_category {
  background: url(../img/icon/icon_plus_blue.png) no-repeat scroll left center;
}
#side_category_area li.level2 button.close_child_category.close {
  background: url(../img/icon/icon_minus_blue.png) no-repeat scroll center center;
}
#f0 input[type="checkbox"] {
  display: none;
}
.start_link {
  margin: 3.6% 5%;
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.start_link .link_btn {
  width: 48%;
}
.start_link .link_btn a {
  text-align: center;
  display: block;
  background: #0071ce;
  background: -moz-linear-gradient(top, #4d96cd 0%, #0071ce 100%);
  background: -webkit-linear-gradient(top, #4d96cd 0%, #0071ce 100%);
  background: linear-gradient(to bottom, #4d96cd 0%, #0071ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d96cd', endColorstr='#0071ce', GradientType=0);
  color: #fff;
  padding: 5% 0;
  border-radius: 4px;
  font-weight: bold;
}
.start_link .link_btn a[href*="senmon_3top.php"] {
  background: url(../img/background/BG_senmon_item.jpg) no-repeat left top;
  background-size: contain;
  color: #000;
  background-repeat: repeat-x;
}
.start_link .link_btn:last-child a {
  background: url(../img/background/BG_senmon_use.jpg) no-repeat left top;
  background-size: contain;
  color: #000;
  background-repeat: repeat-x;
}
/* ==============================================
 フッターガイド
=============================================== */
#guide_area {
  background: url(../img/background/bg_stripe.png) repeat;
  padding: 5%;
  margin: 15% 0;
}
#guide_area .calum01, #guide_area .calum02, #guide_area .calum03 {
  background: #ffffff;
  padding: 5%;
}
#guide_area .calum01 {
  margin-bottom: 5%
}
#guide_area img {
  display: block;
  margin: 0 auto;
}
#guide_area .calum02 h3 {
  font-size: 20px;
  text-align: center;
}
#guide_area h3.icon01 {
  background-image: url(../img/icon/icon_guide_00.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 1.4;
  font-size: 16px;
  padding: 0px 0px 2.5% 28px;
  background-size: 20px;
}
#guide_area .calum02 h4 {
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 5%;
}
#guide_area .calum02 h4 span {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#guide_area .calum02 h4 span svg {
  width: 100%;
  height: 100%;
  fill: #0071CE;
}
#guide_area .calum02 div {
  margin-top: 10%;
}
#guide_area .calum02 div img {
  margin: 0 auto;
  display: block;
}
/* ==============================================
 フッター
=============================================== */
footer.on {
  margin-bottom: 73px;
}
#footer_wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #0071CE;
}
#footer_menu h3, #footer_menu h4 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  padding: 2.5%;
  cursor: pointer;
}
#footer_menu .trigger span {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.4%;
  border: 1px solid #fff;
  position: relative;
}
#footer_menu .trigger span:after, #footer_menu .trigger span:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#footer_menu .trigger span:before {
  width: 4px;
  height: 16px;
  top: 8px;
  left: 14px;
}
#footer_menu .trigger span:after {
  width: 16px;
  height: 4px;
  top: 14px;
  left: 8px;
}
#footer_menu .trigger.open span:before {
  background-color: transparent;
}
#footer_wrap .category a {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 5% 5% 5% 10%;
  background: #fff;
}
#footer_menu .child_list {
  display: none;
}
#footer_wrap .category li {
  border-bottom: #fff dotted 1px;
}
#footer_wrap .category.list li a {
  background: #fff;
}
#footer {
  width: 100%;
  text-align: left;
}
#pagetop_wrap {
  background: #DAF0FF;
  width: 100%;
}
#pagetop_wrap a {
  display: block;
  text-align: center;
  color: #000;
  padding: 1.2%;
}
#copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-bottom: 5%;
}
#bn_area h4 {
  color: #fff;
  margin: 0 auto 2.5%;
  font-size: 14px;
  font-weight: normal;
  border-left: #fff solid 4px;
  padding-left: 4px;
  width: 90%;
}
#bn_area ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 5%;
  background: #DAF0FF;
}
#bn_area ul.clearfix:after {
  display: none;
}
#bn_area ul a {
  display: block;
}
#bn_area .fltL ul li {
  height: 56px;
  width: 56px;
}
#bn_area .fltL ul li a {
  border-radius: 100%;
  height: 100%;
  position: relative;
}
#bn_area .fltL ul li:first-of-type a {
  background: #666666;
}
#bn_area .fltL ul li:nth-of-type(2) a {
  background: #3C5A99;
}
#bn_area .fltL ul li:nth-of-type(3) a {
  background: #6FAEDC;
}
#bn_area .fltL ul li:nth-of-type(4) a {
  background: #A57D60;
}
#bn_area .fltL ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 28px;
  height: 28px;
}
#bn_area .fltL ul li a span svg {
  fill: #fff;
  width: 100%;
  height: 100%
}
#bn_area .fltR {
  margin-top: 5%;
}
#bn_area .fltR ul li {
  width: 48%;
}
#senmon_season_area {
  width: 90%;
  margin: 2.5% auto 0;
}
#senmon_season_area p, #senmon_season_area img {
  margin-bottom: 2.5%
}
#top_bn_senmon_season {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.5%;
}
#top_bn_senmon_season a {
  width: 49%;
}
#top_bn_senmon_season a img {
  margin-bottom: 5%;
  width: 100%;
}
#top_bn_senmon_season a:nth-last-child(2) img, #top_bn_senmon_season a:last-child img {
  margin-bottom: 0;
}
#top_bn_senmon_season {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
}
#top_bn_senmon_season a {
  width: 32.6%;
  margin-right: 1.1%;
}
#top_bn_senmon_season a:nth-of-type(3n) {
  margin-right: 0;
}
#top_bn_senmon_season a img {
  margin-bottom: 5%;
}
#top_bn_senmon_season a:nth-last-child(2) img, #top_bn_senmon_season a:last-child img {
  margin-bottom: 0;
}
#top_bn_senmon_season .access_ranking {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  background-image: url(https://www.e-omisega.com/upload/user_data/packages/default/img/banner2/toppage_bn_03-back.jpg);
  background-repeat: no-repeat;
  background-position: left 20% top 50%;
  border: 2px solid #fdbf44;
  padding: 5px;
}
#top_bn_senmon_season .access_ranking > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin-left: 20%;
}
#top_bn_senmon_season .access_ranking > div .access_ranking_category, #top_bn_senmon_season .access_ranking > div .access_ranking_senmon {
  width: 40%;
  text-align: center;
}
#top_bn_senmon_season .access_ranking > div p img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  #top_bn_senmon_season {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.5%;
  }
  #top_bn_senmon_season a {
    width: 49%;
    margin-right: 0;
  }
  #top_bn_senmon_season a img {
    margin-bottom: 5%;
  }
  #top_bn_senmon_season a:nth-last-child(2) img, #top_bn_senmon_season a:last-child img {
    margin-bottom: 0;
  }
}
.season_recommend img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 651px) and (max-width: 1024px) {
  .season_recommend div.popular_item_area {
    display: flex;
    justify-content: space-around;
  }
  .season_recommend div.popular_item_area p {
    width: 32%;
    height: auto;
  }
}
/*ブロックタイトル
------------------------------------------------------*/
h2.special_title span {
  background: url(../img/icon/icon_top_season.jpg) no-repeat scroll left top;
  display: block;
  line-height: 1.2;
  padding-left: 32px;
  background-size: 24px;
}
/*特価＆おすすめ商品
------------------------------------------------------*/
#special_product > ul {
  width: 93.6%;
  margin: 0 auto;
  padding-bottom: 10%;
}
#special_product .photo {
  border: #dedede solid 1px;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  box-sizing: border-box;
}
#special_product .photo a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  height: 100%;
}
#special_product ul p.title {
  white-space: nowrap;
  width: 130px;
  margin: 0 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#special_product ul p.data {
  width: 130px;
  margin: 0 auto 14.4%;
}
#special_product .link_btn {
  width: 90%;
  margin: 14.4% auto 10%;
}
#special_product .link_btn a {
  display: block;
  text-align: center;
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  color: #111;
  padding: 3.4% 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
#special_product .slick-prev, #special_product .slick-next {
  top: 100%;
}
#special_product .slick-prev {
  background: url(../js/images/controls.png) no-repeat 0 -32px;
  left: 0px;
}
#special_product .slick-next {
  background: url(../js/images/controls.png) no-repeat -43px -32px;
  right: 0px;
}
#special_product .slick-dots {
  bottom: -3%;
  width: 80.4%;
  margin: 0 9.8%;
}
#special_product .slick-dots li {
  margin: 0
}
#special_product .slick-dots li button:before {
  font-size: 40px;
}
/*特価＆おすすめ商品
------------------------------------------------------*/
#special_season {
  margin-bottom: 5%;
  position: relative;
}
#special_season > p {
  width: 90%;
  margin: 0 auto 5%;
}
div#special_season .bx-wrapper {
  width: 100%;
  margin: 0;
}
#special_season .bx-wrapper .bx-viewport {
  height: auto !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: auto;
  background-color: transparent;
}
#special_season .tab_wrap .bx-wrapper .bx-viewport {
  /*	width: 710px !important;
*/ margin: 0 auto;
}
#special_season #PrevIcon a {
  display: block;
  width: 26px;
  height: 30px;
  position: absolute;
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_PrevIcon.png") no-repeat;
  top: 5px;
  left: 0;
  text-indent: -9999px;
}
#special_season #NextIcon a {
  display: block;
  width: 26px;
  height: 30px;
  position: absolute;
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_NextIcon.png") no-repeat;
  top: 5px;
  right: 0;
  text-indent: -9999px;
}
#special_season #PrevIcon a:hover, #special_season #NextIcon a:hover {
  opacity: .8;
}
#special_season .tab_wrap {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#special_season .contents_slider {
  width: 90%;
  margin: 0 auto;
}
#special_season .contents_wrap {
  background-color: #FFFFFF;
  border: 1px solid #0071ce;
  overflow: hidden;
  box-sizing: border-box;
}
#special_season ul.contents {
  padding: 3.6%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#special_season ul.contents li {
  width: 48.2%;
}
#special_season ul.contents li p {
  font-size: 12px;
  margin-bottom: 7.2%;
}
#special_season ul.contents li img {
  width: 100%;
}
#special_season .tab_pager {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#special_season ul.tab {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
#special_season .slick-prev, #special_season .slick-next {
  width: 16px;
  height: 16px;
}
#special_season .slick-prev:before, #special_season .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
}
#special_season .slick-prev {
  left: -5%;
  background: none;
}
#special_season .slick-prev:before {
  border-width: 8px 12px 8px 0;
  border-color: transparent #0071ce transparent transparent;
}
#special_season .slick-next {
  right: -5%;
  background: none;
}
#special_season .slick-next:before {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #0071ce;
}
#special_season ul.tab li {
  display: inline-block;
  overflow: hidden;
  background-color: #0071CE;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #0071CE;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0px;
  text-align: center;
  margin: 0 5px;
}
#special_season ul.tab li a {
  color: #fff;
}
#special_season ul.tab li:hover {
  cursor: pointer;
  text-decoration: underline;
}
#special_season ul.tab li:hover, #special_season ul.tab li.slick-current {
  background-color: #FFFFFF;
  color: #0071CE;
  border-bottom: 1px solid #fff;
}
.special_list {
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
  padding: 5%;
  width: 90%;
  margin: 0 auto 6.3%;
  box-sizing: border-box;
}
/*パンくず
------------------------------------------------------*/
.sp-no_breadcrumd {
  padding-top: 110px;
}
#breadcrumb {
  /* border-bottom: 1px solid #dedede; */
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 100px;
}
#breadcrumb ol {
  margin: 0px auto;
  width: 95%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
#breadcrumb li a span {
  display: block;
  padding: 4% 0px 4% 0;
  font-size: 90%;
}
#breadcrumb li a span:before {
  content: '';
  width: 8px;
  height: 8px;
  margin: 0 2px;
  display: inline-block;

  background: url("../img/icon/icon_arrow_bread.png") no-repeat center center;
  background-size: contain;
}
#breadcrumb li:first-child a span:before {
  display: none
}
/*商品一覧・検索結果
------------------------------------------------------*/
#search_result {
  margin-bottom: 5%
}
#search_result dl {
  display: none;
}
#search_result dt, #search_result dd {
  padding: 0 5%;
}
#search_result dt {
  font-weight: bold;
  padding-top: 2.5%;
}
#search_result dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2.5%;
}
#category_discription {
  font-size: 14px;
  width: 90%;
  margin: 0 auto 5%;
}
#list_data dt, #search_result .trigger {
  font-size: 14px;
  background: #7CCD16;
  color: #fff;
  padding: 2.5% 5%;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
}
#list_data span.trigger_box, #search_result span.trigger_box {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  position: absolute;
  right: 2.5%;
  top: 13%;
}
#list_data span.trigger_box:after, #list_data span.trigger_box:before, #search_result span.trigger_box:after, #search_result span.trigger_box:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#list_data span.trigger_box:before, #search_result span.trigger_box:before {
  width: 4px;
  height: 16px;
  top: 4px;
  left: 10px;
}
#list_data span.trigger_box:after, #search_result span.trigger_box:after {
  width: 16px;
  height: 4px;
  top: 10px;
  left: 4px;
}
#list_data .trigger.open span.trigger_box:before, #search_result .trigger.open span.trigger_box:before {
  background-color: transparent;
}
#list_data dd {
  padding: 2.5% 5%;
}
#list_data dt.trigger + dd {
  display: none;
}
#list_data dd > span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  line-height: 2.23;
  padding-right: 8px;
}
#list_data dd > span a {
  font-size: 14px;
}
#list_data .use_category {
  display: table;
  width: 100%;
  background: #7CCD16;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
#list_data .use_category dt, #list_data .use_category dd {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
#list_data .use_category dt {
  width: 24%;
  border: none;
  line-height: 1.8;
}
#list_data .use_category dd {
  color: #fff
}
#list_data .use_category dd > span {
  line-height: 1.8;
}
.category_description li {
  margin-right: 1.3%;
  margin-bottom: 5%;
  display: inline-block;
  vertical-align: middle;
}
.category_description li a {
  display: block;
  font-size: 14px;
  vertical-align: middle;
  padding: 5%;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #444;
}
.category_description li.selecton a {
  text-align: center;
  border: 1px solid #0071ce;
}
.category_description li a span {
  font-weight: bold;
}
.list_nav {
  margin: 0 3%;
}
#list_data dt {
  font-size: 14px;
  background: #7CCD16;
  color: #fff;
  padding: 2.5% 5%;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
}
#list_data span.trigger_box {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  position: absolute;
  right: 2.5%;
  top: 13%;
}
#list_data span.trigger_box:after, #list_data span.trigger_box:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#list_data span.trigger_box:before {
  width: 4px;
  height: 16px;
  top: 4px;
  left: 10px;
}
#list_data span.trigger_box:after {
  width: 16px;
  height: 4px;
  top: 10px;
  left: 4px;
}
#list_data .trigger.open span.trigger_box:before {
  background-color: transparent;
}
#list_data dt.trigger + dd {
  display: none;
}
#list_data dd > span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  line-height: 2.23;
  padding-right: 8px;
}
#list_data dd > span a {
  font-size: 14px;
}
#child_category_sp > div.trigger {
  font-size: 14px;
  background: #7CCD16;
  color: #fff;
  padding: 2.5% 5%;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
}
#child_category_sp > div.trigger span.trigger_box {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  position: absolute;
  right: 2.5%;
  top: 13%;
}
#child_category_sp > div.trigger span.trigger_box:after, #child_category_sp > div.trigger span.trigger_box:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#child_category_sp > div.trigger span.trigger_box:before {
  width: 4px;
  height: 16px;
  top: 4px;
  left: 10px;
}
#child_category_sp > div.trigger span.trigger_box:after {
  width: 16px;
  height: 4px;
  top: 10px;
  left: 4px;
}
#child_category_sp > div.trigger.open span.trigger_box:before {
  background-color: transparent;
}
.child_cate_select {
  font-size: 14px;
  color: #fff;
  padding: 2.5% 5%;
  border-bottom: 1px solid #fff;
  display: none;
}
/* ページ送り
----------------------------------------------- */
#page_navi_top.page_nav {
  border-bottom: 8px solid #0071CE;
}
#page_navi_bottom.page_nav {
  border-top: 8px solid #0071CE;
}
.page_nav_lists {
  border-bottom: 4px solid #0071CE !important;
  margin: 0 3%;
}
#page_navi_top.page_nav .pager, #page_navi_bottom.page_nav .list_page_nav, #page_navi_bottom.page_nav .list_num, #page_navi_bottom.page_nav .list_page_nav .change.footer {
  display: none;
}
.pager {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.pager_record {
  border-top: 8px solid #0071CE;
  padding-top: 5%;
  padding-bottom: 15%;
}
.pager_record .pager_block,
.pager_record .pager_block a,
.pager_record .pager_block strong{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager a, .pager strong {
  display: inline-block;
  width: 16px;
  height: 26px;
  text-align: center;
  font-weight: bold;
  padding: 4px;
}
.pager strong {
  background: #0071CE;
  color: #fff;
}
.pager a.prev, .pager a.next {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999px;
}
.pager a.prev {
  background-image: url(../img/icon/icon_pagernavi_prev.png);
}
.pager a.next {
  background-image: url(../img/icon/icon_pagernavi_next.png);
}
.pager a.prev:hover, .pager a.next:hover {
  background-color: #dedede;
}
.pager.new_footer {
  padding-top: 5%;
  margin-bottom: 15%;
}
.pagenumber_area .change {
  float: right;
  margin-top: 16px;
}
.pagenumber_area .change b {
  font-size: 14px;
  margin-left: 16px;
}
.pagenumber_area ul {
  display: flex;
  display: -webkit-flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex: wrap;
}
.pagenumber_area ul li {
  background: url(../img/background/bg_productlist_tab.gif) repeat-x left bottom;
  border: #006dc8 solid 1px;
  width: 22.5%;
  font-size: 12px;
  text-align: center;
}
.pagenumber_area ul li span {
  display: block;
  width: 24px;
  margin: 8% auto 0;
  height: 24px;
}
.pagenumber_area ul li span svg {
  width: 100%;
  height: 100%;
}
.pagenumber_area ul li.active {
  background: #0071CE;
  border: 1px solid #0071CE;
  color: #fff;
}
.pagenumber_area ul li.active span svg {
  fill: #fff
}
.pagenumber_area p {
  float: right;
  width: 190px;
  font-size: 10px;
}
.list-pagenumber_area ul{
  display: flex;
  display: -webkit-flex;
  margin: 4% auto 2.5%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex: wrap;
}
.list-pagenumber_area ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44%;
  padding: 1% 2%;
  font-size: 14px;
  text-align: center;
}
.list-pagenumber_area ul li:first-child {
  border-right: 2px solid #999;
}
.list-pagenumber_area ul li span {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.list-pagenumber_area ul li span svg {
  width: 100%;
  height: 100%;
  fill: #999;
}
.list-pagenumber_area ul li.active {
  color: #0071CE;
}
.list-pagenumber_area ul li.active span svg {
  fill: #0071CE;
}
#main_column .pagenumber_area h3 {
  padding: 0;
  border-left: none;
  line-height: 150%;
  margin-bottom: 0;
  width: 100%;
}
#page_navi_bottom {
  border-top-width: 8px;
  border-top-style: solid;
  border-bottom: none;
}
.consider_block {
  padding: 5%;
  border-bottom: #666 dotted 1px;
  background: #FFFDEA;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 3%;
}
.consider_block .btn_consider {
  width: 48%;
  text-align: center;
}
.consider_block a {
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #0071CE;
  display: block;
  border-radius: 6px;
  padding: 5% 0;
  font-weight: bold;
}
.consider_block a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.move_category_container {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #FFFDEA;
  font-size: 14px;
  padding: 5% 0;
}
.move_category_label {
  display: flex;
  justify-content: flex-start;
  margin: 0 2.5%;
  align-items: center;
}
.move_category_input {
  width: 128px;
  margin-right: 4%;
}
.move_category_container a.move_category_btn {
  width: 100%;
  text-align: center;
  padding: 2.5% 0;
  margin: 4.5% auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #0071CE;
  display: block;
  border-radius: 6px;
  font-weight: bold;
}
.move_category_container a.move_category_btn:last-child {
  margin-bottom: 0;
}
/* 商品一覧スタイル

------------------------------------------------ */
#product_list.photo .icon_area, #product_list.photo .product_code, #product_list.photo .sale_price, #product_list.photo .orderstr, #product_list.photo .main_comment, #product_list.photo .jancode {
  display: none;
}
#product_list .category_code_for_photo {
  display: none;
}
#product_list.photo {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#product_list.photo .product_list-items {
  display: flex;
  width: 100%;
}
#product_list li.productListItem {
  border-bottom: #666 dotted 1px;
  box-sizing: border-box;
}
#product_list.photo li.productListItem {
  width: 50%;
}
#product_list.photo li.productListItem:nth-child(2n) {
  border-left: #666 dotted 1px;
}
#product_list li .list_contents_wrap {
  padding: 2.5% 5%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#product_list.photo li .list_contents_wrap {
  padding: 10%;
}
#product_list li.productListItem .listphoto {
  position: relative;
  width: 32%;
}
#product_list li.productListItem .listphoto .consider_check {
  position: absolute;
  left: 5px;
  top: 5px;
}
#product_list li.productListItem .listphoto .consider_check .btn_sub {
  height: auto !important;
}
.consider_check span {
  background: #FF9F23;
  color: #fff;
  padding: 2px 4px;
  font-size: 11px;
}
#product_list li.productListItem .listphoto .mainImageWrapper {
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#product_list li.productListItem .listphoto .mainImageWrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product_list.photo li.productListItem .listphoto {
  width: 100%;
  padding-bottom: 2%;
  text-align: center;
}
.subnail_image {
  display: flex;
  display: -webkit-flex;
  border-top: none;
}
.contain_sub_image {
  border: 1px solid #ccc;
  width: 34%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: none;
  border-left: none;
}
.contain_sub_image:first-child {
  border-left: 1px solid #ccc
}
#product_list .productInfo_wrap {
  width: 64%;
  margin-left: 4%;
}
#product_list .productInfo {
  position: relative;
  display: flex;
  flex-direction: column;
}
#product_list.photo .productInfo_wrap {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.productInfo_label {
  display: flex;
  align-items: center;
  order: 5;
}
.productInfo_label .product_code {
  color: #444 !important;
}
.productInfo .main_comment {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  order: 1;
  font-size: 12px;
}
#product_list .title {
  margin-top: 3%;
  order: 2;
}
#product_list .title a {
  display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  color: #444;
  font-weight: bold;
  font-size: 16px;
}
/* #product_list.photo .title {
  margin: 10% 0;
} */
#product_list.photo .title a {
  display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
/* #product_list ul.list_area {
  margin-top: 2%
} */
#product_list ul.list_area .special_price .price, #price_area .special_price, #special_product .special_price {
  color: #f00;
  font-weight: bold;
}
#product_list ul.list_area .special_price {
  padding-top: 4px;
}
#product_list ul.list_area .naire_status {
  display: flex;
  margin: 2% 0 0;
}
#product_list.photo ul.list_area .special_price {
  /* margin: 7.2% 0 5%; */
  display: block;
  margin: 4%;
  text-align: right;
  padding: 0;
}
#product_list ul.list_area .special_price .tax_included {
  display: inline-block;
  color: #444;
  font-size: 10px;
  font-weight: normal;
  margin-left: 6px;
}
#product_list.photo ul.list_area .special_price .tax_included {
  display: block;
  line-height: 1.2;
}
#product_list ul.list_area .special_price .price, #price_area .special_price .price, #special_product .special_price .price {
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.05em;
  display: inline-block;
  padding-right: 0.1em;
  margin-top: 0;
  line-height: 1em;
  font-family: "Arial Black", Tahoma, Helvetica, San-serif;
  margin-left: -2px;
  margin-right: 2px;
  font-size: 18px;
  vertical-align: text-bottom;
}
#product_list ul.list_area .special_price .price:last-of-type {
  margin-right: 2px;
}
#product_list ul.list_area .special_price .special_price_label {
  font-size: 12px;
  color:#fff;
  background-color: #E22;
  padding: 2.5px 2px 2px;
  letter-spacing: 1px;
  margin-right: 4px;
  font-weight: normal;
}
#product_list .orderstr {
  margin-top: 3%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product_list .orderstr_unit {
  display: flex;
}
#product_list .orderstr_unit span:last-of-type {
  margin-left: 5px;
}
#product_list .orderstr_unit span:nth-of-type(2)  {
  display: none;
}
#product_list .category_code_for_list {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product_list .category_code_for_list span a span{
  font-weight: bold;
}
#product_list.photo .category_code_for_photo {
  /* margin-top: 5%; */
  /* margin: 0 0 2.5%; */
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product_list.photo .category_code_for_list {
  display: none;
}
#product_list.photo .category_code_for_photo a{
  font-size: 14px;
  font-weight: bold;
}
#product_list .tagarea_b em.stock {
  display: none;
}
#product_list.photo .tagarea_b em.stock {
  color: #fff;
  padding: 0 6px;
  background-color: #390;
  width: auto;
  text-align: center;
  display: inline-block;
}
#product_list .tagarea_c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
#product_list .tagarea_c li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 4px;
}
#product_list.photo .tagarea_c li {
  margin-top: 2px;
  margin-bottom: 0;
}
#product_list.photo .tagarea_b .tagarea_b_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#product_list.photo .tagarea_b .tagarea_b_list li {
  width: auto;
  margin-bottom: 2px;
  display: block;
}
.tagarea_a p {
  background-color: #0071CE;
}
.tagarea_b .price {
  background-color: #C00;
}
.tagarea_b .stock {
  background-color: #390;
}
.tagarea_c .name {
  background-color: #F63
}
.tagarea_c .gift {
  background-color: #930
}
.tagarea_c .sample {
  background-color: #3C0
}
.tagarea_c .color {
  background-color: #F63
}
.tagarea_c .bara {
  background-color: #666
}
.tagarea_c .kanbai {
  background-color: #000
}
.tagarea_c .arrival_date {
  background-color: #E94803
}
.tagarea_c .color_possible {
  background-color: #289327;
}
.tagarea_c .color_impossible {
  background-color: #57aff7;
}
.tagarea_a p, .tagarea_b em, .tagarea_c li {
  font-size: 11px;
  text-align: center;
  padding: 0 2px;
  /* padding: 0 6px; */
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  /* height: 24px;
  line-height: 24px; */
}
#product_list .rank_icon {
  margin: 5% 0;
}
#product_list .rank_icon .rank {
  background-color: #0071CE;
  font-size: 12px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  width: 40px;
}
#product_list .rank_icon .rank_1 {
  background: #e0ca00
}
#product_list .rank_icon .rank_2 {
  background: #b0aeac;
}
#product_list .rank_icon .rank_3 {
  background: #592400;
}
#product_list .page_view {
  display: none;
}
#product_list .naire_status-list {
  display: flex;
  flex-wrap: wrap;
}
#product_list .naire_status-list li {
  width: auto;
  padding: 0;
  margin-bottom: 0;
  height: 24px;
}
.naire_status_icon {
  margin-right: 2px;
  margin-bottom: 2px;
}
.naire_status_icon img {
  vertical-align: bottom;
  height: 24px;
}
#product_list ul.list_area .naire_status li img {
  height: 22px;
}
#product_list.photo .naire_status {
  display: none !important;
}
#product_list .pc_list_category_line {
  display: none;
}
#product_list.photo .naire_status-list {
  display: none;
}
.naire_trigger-pc {
  display: none;
}
.naire_trigger-sp {
  width: 48%;
  position: relative;
  cursor: pointer;
  margin-left: 4%;
}
.naire_trigger-sp .naire_trigger_button {
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #0071CE;
  display: block;
  border-radius: 6px;
  padding: 5% 0;
  font-weight: bold;
  color: #0071CE;
  text-align: center;
}
.naire_description {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 10px;
  width: 240px;
  right: 0;
  box-sizing: border-box;
  top: 100%;
  margin-top: 14px;
  border: 1px solid #0071CE;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 12px;
}
.naire_description.show {
  visibility: visible;
  opacity: 1;
}
.naire_description::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #0071CE transparent;
  position: absolute;
  right: 30%;
  top: -10px;
}
.naire_description::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 30%;
  top: -8px;
}
.naire_description_container_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
/* 商品一覧用検索
------------------------------------------------ */
#list_search {
  overflow: hidden;
  border-radius: 4px;
  border: #dedede solid 1px;
  margin-bottom: 32px;
}
#list_search input[type="text"] {
  /*width: 334px;*/
  width: 300px;
  margin-right: 4px;
}
#list_search input.lotnum {
  width: 60px;
}
#list_search p {
  float: left;
  height: 32px;
  margin-right: 16px;
}
#list_search p:first-child {
  /*padding-top: 4px;*/
  height: auto;
}
#list_search b {
  width: 100px;
  display: block;
  float: left;
  padding-top: 6px;
  font-size: 14px;
}
#list_search .top {
  background: url(../img/icon/icon_title_sideseach.png) no-repeat 16px center #f0f0f0;
  overflow: hidden;
  /*width: 100%;*/
  margin: 0 0 2px 0;
  padding: 20px 0 20px 48px;
  font-size: 16px;
}
#list_search .content {
  background: url(../img/background/bg_pattern_gray.gif);
  overflow: hidden;
  position: relative;
}
#list_search .left {
  background: #fff;
  float: left;
  width: 464px;
  height: auto;
  padding: 16px;
}
#list_search .left ul {}
#list_search .left ul li {
  padding: 14px 0;
  border-bottom: #666 dotted 1px;
  float: left;
  width: 100%;
  font-size: 16px;
}
#list_search .left ul li:first-child {
  padding-top: 0px;
}
#list_search .left ul li:last-child {
  border-bottom: none;
}
#list_search .left label {
  display: block;
  float: left;
  padding-top: 6px;
}
#list_search .right {
  width: 272px;
  float: right;
  text-align: center; /*margin-bottom: -32767px;
    padding-bottom: 32767px;*/
}
#list_search .right .btn {
  background: url(../img/background/bg_search.png) no-repeat left top;
  overflow: hidden;
  width: 272px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28px;
}
.list_num {
  text-align: center;
  margin-bottom: 5%;
}
.list_num#search_area {
  width: 100%;
}
.change.footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
}
.change select {
  padding: 5px 26px 4px 5px;
  height: auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  background-image: url(../img/background/BG_select.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #999999;
  color: #444;
  font-weight: bold;
  font-size: 14px;
  /* width: 48%; */
  box-sizing: border-box;
  margin-bottom: 5px;
}
.change select option {
  font-weight: normal;
}
.change select::-ms-expand {
  display: none;
}
.list_page_nav {
  /* margin: 5% 0; */
  /* background: #dedede; */
  /* padding: 3%; */
  font-size: 14px;
}
.list_page_nav:last-of-type {
  /* margin-top: 5%;
  margin-bottom: 15%; */
}
.list_page_nav .change.header {
  padding: 10px 0px 10px 26px;
}
.list_count {
  margin-left: 15px;
}
.exclude_status {
  width: 100%;
  margin-top: 10px;
}
.exclude_status label {
  display: inline-block;
  margin-left: 4.2%;
}
.exclude_status label#name_rec {
  width: 100%;
  margin-left: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.exclude_status label#name_rec input[type=checkbox] {
  position: relative;
  top: 2px;
}
.exclude_status label input[type=radio] {
  position: relative;
  top: 2px;
}
/* 商品詳細
----------------------------------------------- */
#rec_area_onerow {
  height: 220px;
}
#main_column.colnum2 div#detailphotobloc, #main_column.colnum2 div#detailrightbloc {
  width: 90%;
  margin: 0 auto;
}
div#detailphotobloc .photo{
  width: 343px;
  height: 343px;
}
div#detailphotobloc .photo a {
  display: block;
  margin: 0 auto;
}
div#detailphotobloc .photo a img {
  display: block;
  margin: 0 auto;
  max-width: 343px;
  max-height: 343px;
}
#photo_thumb {
  margin: 2.5% 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /*! justify-content: space-between; */
  /*! -webkit-justify-content: space-between; */
}
#photo_thumb li {
  width: 14%;
  position: relative;
  margin-left: 3.2%;
  margin-bottom: 16px;
}
#photo_thumb li:first-child, #photo_thumb li:nth-child(6n+1) {
  margin-left: 0;
}
#photo_thumb li div {
  width: 100%;
  height: 100%;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#photo_thumb li:last-child {
  margin-right: 0;
}
#photo_thumb li a {
  width: 52px;
  height: 52px;
  background: #000;
  opacity: 0.2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#photo_thumb li a.active {
  background: none;
  opacity: 1;
  display: block;
  border: #0071CE solid 4px;
}
.free_html {
  display: none;
  margin-bottom: 5%;
  font-size: 14px;
  line-height: 1.6;
}
.free_html img {
  margin-bottom: 0.5em;
}
/*NEW_NB_BB-240 15　商品詳細カスタマイズ案-1*/
.detail_banner_area {
  margin-bottom: 5%;
  display: none;
}
.detail_banner_area ul {
  display: flex;
  flex-wrap: wrap;
}
.detail_banner_area li {
  margin-bottom: 0.5em;
  width: 49%;
  margin-left: 2%;
}
.detail_banner_area li:nth-child(2n+1) {
  margin-left: 0;
}
#detailrightbloc h2 {
  background: none;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin-bottom: 3%;
  line-height: 1.6;
}
#detailrightbloc .point, #detailrightbloc .relative_cat {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
#detailrightbloc .banner {
  margin-bottom: 5%;
}
#detailrightbloc .main_comment {
  font-size: 16px;
  margin-bottom: 5%;
}
#detailrightbloc .code_date_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.5%;
}
@media screen and (max-width:450px) {
  #detailrightbloc .code_date_wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
#detailrightbloc .code_date_wrap .arrival_date {
  background-color: #E94803;
  font-size: 11px;
  text-align: center;
  float: left;
  padding: 0 6px;
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  width: auto;
  height: 24px;
  line-height: 24px;
}
@media screen and (max-width:450px) {
  #detailrightbloc .code_date_wrap .arrival_date {
    margin-top: 2.5%;
  }
}
#detailrightbloc .btn_considerlist {
  width: 120px;
}
#detailrightbloc .btn_considerlist a {
  color: #000;
  border-radius: 6px;
  text-align: center;
  padding: 4px 0;
  border: 2px solid #FF9D14;
  background: #fff;
  display: block;
}
#detailarea .main_column {
  color: #000080;
  font-size: 18px;
  border-bottom: solid 3px #000080;
  white-space: normal;
  padding: 2.5%;
  margin-bottom: 2.5%;
}
/* NEW_NB_BB-424 【工数確認】商品なしページの表示に関して */
#detailarea.notfound_detail > div {
  margin: 0 16px 10px;
}
#detailarea.notfound_detail > div > span {
  font-size: 14px;
}
#detailarea.notfound_detail > div > span.soldout {
  font-size: 16px;
  font-weight: bold;
  color: red;
}
/* 商品コード */
#detailrightbloc .product_code {
  color: #0071CE;
  font-size: 12px;
  width: 40%;
  margin-bottom: 2.5%;
}
#detailrightbloc .product_code dt, #detailrightbloc .product_code dd {
  display: inline-block;
}
#product_tag {
  width: auto !important;
  /*float: left;*/
  overflow: hidden;
}
#product_tag li {
  color: #0071CE;
  float: left;
  padding: 0px 4px;
  border: #0071CE solid 1px;
  margin-right: 12px;
  font-size: 12px;
}
/* 商品ステータス */
#detailrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}
#detailrightbloc ul.status_icon li {
  margin-right: 5px;
  margin-bottom: 3px;
  display: inline-block;
}
/* 通常価格 */
#detailrightbloc .normal_price dt, #detailrightbloc .normal_price dd {
  display: inline-block;
}
/* 販売価格 */
#detailrightbloc .sale_price dt, #detailrightbloc .sale_price dd {
  display: inline-block;
}
#price_area .special_price {
  margin: 1.2% 0;
}
#price_area .special_price .price {
  font-size: 28px;
}
#price_area .special_price .tax_included {
  font-size: 12px;
  font-weight: normal;
  color: #444;
}
#product_list ul.list_area .special_price .tax_included span {
  font-size: 11px;
  font-weight: normal;
  color: #444;
}
/* ポイント */
#detailrightbloc .point dt, #detailrightbloc .point dd {
  display: inline-block;
}
/* 規格 */
#detailrightbloc div.classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom;
}
#detailrightbloc .classlist {
  margin-bottom: 5px;
}
#detailrightbloc .sold_out {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  display: block;
  padding-right: 0.1em;
  /* margin-top: -16px; */
  line-height: 1em;
  font-family: "MS PGothic";
  color: #E22;
}
#detailrightbloc ul {
  width: 100%;
}
#detailrightbloc .tagarea_b .price {
  padding: 2.5px 2px 2px;
  font-size: 12px;
}
#detailrightbloc ul.tagarea_c {
  display: flex;
  align-items: center;
  margin: 2% 0 3%;
  flex-wrap: wrap;
}
#detailrightbloc ul.tagarea_c li {
  width: auto;
  display: inline-block;
  margin-bottom: 2px;
  line-height: 24px;
  height: 24px;
  padding: 0 6px;
}
#detailrightbloc ul.tagarea_c li.naire_status_icon {
  padding: 0;
  margin-right: 2px;
  width: auto;
}
#detailrightbloc ul li.title {
  color: #0071CE;
  width: 60px;
}
/* 他の商品も見る */
.other_products {
  width: 100%;
}
.other_products_contents {
  border-bottom: 2px solid #E8E8E8;
  border-top: 2px solid #E8E8E8;
  margin-bottom: 2.5%;
}
.other_products_contents img{
  width: 50px;
  height: 50px;
  border: 1px solid #0071CE;
}
.other_products_title {
  width: calc(100% - 8px) !important;
  margin: 10px auto !important;
  border-left: none !important;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
}
.other_products_title span {
  color: #0071CE;
  font-size: 20px;
}
.other_products a{
  display: flex;
  align-items: center;
  padding: 5px 0 5px 3%;
  margin: 0 auto;
}
.other_products a:hover {
  text-decoration: none;
}
.other_products img {
  margin-right: 4%;
}
.other_products_txt {
  width: calc(100% - 70px - 3%);
}
.other_products_txt .cate_name {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.other_products_txt .cate_desc {
  color: #444;
  margin-left: 1em;
  font-size: 14px;
}
/* メーカー */
#detailrightbloc .maker dt, #detailrightbloc .maker dd {
  display: inline-block;
}
/* メーカーURL */
#detailrightbloc .comment1 dt, #detailrightbloc .comment1 dd {
  display: inline-block;
}
/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
  margin-left: 1em;
}
/* 買い物かご */
.cart_area div.irregular_inner {
  padding: 2.5%;
  margin: 0;
  border-bottom: #dedede solid 1px;
}
.irregular {
  background: #F0F0F0;
  padding: 5%;
  font-size: 14px;
  margin: 5% 0 10%;
}
#detailrightbloc .pagenumber_area ul {
  border-bottom: 4px solid #0071CE;
}
#detailrightbloc .pagenumber_area ul li {
  width: 48%;
  line-height: 2.5;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
}
#detailrightbloc .cart_area {
  margin: 0 0 10% 0;
  border: #0071CE solid 2px;
}
#detailrightbloc .cart_area .cart_title {
  background: #0071CE;
  padding: 2.5%;
  font-weight: bold;
}
#order_estimates .cartin {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 2.5%;
  margin-top: 2.5%;
}
#order_estimates .cartin dd:first-child {
  width: 100%;
}
#order_estimates .cartin dd:first-child select {
  margin-bottom: 5%
}
#order_estimates .cartin dd {
  width: 50%;
  padding: 0
}
#order_estimates .cartin dd a {
  display: block;
  background: #0071CE;
  padding: 10%;
}
#order_estimates .cartin dd a:hover {
  color: #fff;
}
#order_estimates dt {
  background: #f0f0f0;
  padding: 2.5%;
  font-weight: bold;
}
#detailrightbloc dt span {
  margin-left: 1em;
}
#order_estimates > dl > dd, #order_item > dl > dd {
  padding: 2.5%;
}
#order_estimates dd label {
  display: block;
  margin-bottom: 5%;
  font-size: 16px;
}
#order_estimates dd label input {
  margin-right: 8px
}
#order_estimates dd textarea {
  margin-bottom: 5%;
  /*height: 100px;*/
  height: 40px;
}
#order_item .quantity dd p, #order_item .quantity dd > div p {
  display: inline-block;
  margin-right: 8px
}
#order_item > dl, #order_sample > dl {
  border-bottom: 1px solid #ccc;
}
#order_item > dl.quantity dd:first-child {
  border-bottom: 1px solid #ccc
}
#order_item > dl.price_block, #order_sample > dl.price_block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 2.5% 2.5% 4.2%;
  -webkit-align-items: center;
  align-items: center;
}
#order_item > p, #order_sample > p {
  padding: 2.5%;
}
#order_item > dl.price_block dd, #order_sample > dl.price_block dd {
  padding: 0;
  width: 50%;
}
#order_item > dl.price_block dd dl, #order_sample > dl.price_block dd dl {
  margin-bottom: 5%
}
#order_item > dl.price_block dd.longbox, #order_sample > dl.price_block dd.longbox {
  width: 100%
}
#order_item > dl.price_block dd.longbox select, #order_sample > dl.price_block dd.longbox select {
  margin-bottom: 5%;
}
#order_item > dl.price_block dd a, #order_sample > dl.price_block dd a {
  display: block;
  background: #0071CE;
  padding: 10% 5%;
}
#order_item > dl.price_block dd a .icon_detail_cart {
  width: 24px;
  height: 20px;
  display: inline-block;
}
#order_item > dl.price_block dd a .icon_detail_cart svg {
  width: 100%;
  height: 100%;
}
#order_item .quantity dd p, #order_item > dl dd, #order_sample .quantity dd p, #order_sample > dl dd {
  font-size: 14px;
}
#order_item .quantity dd p span, #order_item > dl > dd dd span, #order_sample .quantity dd p span, #order_sample > dl > dd dd span {
  font-size: 16px;
}
#data_area h3 {
  background: #0071CE;
  border: none;
  padding: 2.5% 5%;
  color: #fff
}
#data_area > div {
  border: 1px solid #dedede;
  width: 90%;
  margin: 0 auto;
}
#data_area > div dl {
  display: -webkit-flex;
  flex-wrap: -webkit-wrap;
  display: flex;
  flex-wrap: wrap;
}
#data_area > div dl dt, #data_area > div dl dd {
  padding: 8px 2.5%;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
}
#data_area > div dl:last-child dt, #data_area > div dl:last-child dd {
  border-bottom: none;
}
#data_area > div dl dt {
  background: #f0f0f0;
  width: 40%;
}
#data_area > div dl dd {
  width: 60%;
}
/* ===============================================
▼商品詳細＿小カテランキング
=============================================== */
#category_ranking {
  width: 90%;
  margin: 0 auto 2.5%;
}
#category_ranking_area li {
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
#category_ranking_area .imageWrapper {
  height: 80px;
  width: 80px;
}
#category_ranking_area .imageWrapper a img {
  max-height: 80px;
  margin: 0 auto;
}
#category_ranking_area .captionWrapper {
  width: calc(97.6% - 80px);
  box-sizing: border-box;
  padding: 0 2.4%;
  line-height: 1.4;
  font-size: 11px;
}
#category_ranking_area .ProductPageViewName {
  height: 46px;
  overflow: hidden;
}
#category_ranking_area .bx-wrapper .bx-viewport {
  height: auto !important;
}
/*商品ページ用インフォメーション*/
#BtmInfo1 .flexBody {
  border: 1px solid #dedede;
  width: 90%;
  margin: 5.6% auto;
}
#BtmInfo1 .flexBody > div {
  box-sizing: border-box;
  padding: 2.5%;
  word-break: break-all;
}
#BtmInfo1 .flexBody > div table {
  margin: 2.8% 0;
}
#BtmInfo1 .flexBody > div table th, #BtmInfo1 .flexBody > div table td {
  padding: 2.8%;
}
#BtmInfo1 .flexBody > div dl {
  margin-top: 5.6%;
}
#BtmInfo1 .flexBody > div dl:first-of-type {
  margin-top: 0;
}
/*名入れ価格表 */
.naire_price_chart {
  display: none;
  margin: 3.2% 0 5.6%;
}
.naire_price_chart-sp {
  display: block;
  margin: 10% 0;
}
.naire_price_chart_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  /*background-color: #ff8414;*/
  color: #2753ac;
  padding: 2.4%;
  margin-bottom: 3.2%;
}
.naire_price_chart .processor_name {
  margin-top: 3.2%;
}
.naire_price_chart .naire_name {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.naire_price_chart .naire_name_item.active {
  background: #ff8414;
  color: #fff;
}
.naire_price_chart .naire_name_item:nth-child(2n) {
  margin-left: 2%;
}
.naire_price_chart .naire_list {
  position: relative;
}
.naire_price_chart-sp .naire_name_item {
  display: none;
  width: 100%;
}
.naire_price_chart-sp .naire_name_item:first-child {
  display: block;
  width: 49%;
  box-sizing: border-box;
  border: 1px solid #0071CE;
  padding: 1.6%;
  cursor: pointer;
  text-align: center;
  margin-bottom: 2.4%;
  background-color: #0071CE;
  color: #fff;
}
.processor_name_code_single{
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.13%2014.13%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.06%2C0c3.91%2C0%2C7.06%2C3.16%2C7.06%2C7.06s-3.16%2C7.06-7.06%2C7.06S0%2C10.97%2C0%2C7.06C0%2C3.12%2C3.19%2C0%2C7.06%2C0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center left 36px;
}
.naire_list-sp .naire_list_item {
  display: none;
  width: 100%;
}
.naire_list-sp .naire_list_item:first-child {
  display: block;
}
.naire_list-sp .naire_list_item .kakakuhyou_samp {
  width: calc(100% - 30px);
  float: none;
}
.naire_list-sp .naire_list_item .kakakuhyou_samp table{
  margin-bottom: 16px;
}
.naire_list-sp .naire_list_item .kakakuhyou_samp img {
  display: none;
}
.naire_list-sp .naire_list_item .kakakuhyou_samp a {
  display: none;
}
.naire_list-sp .naire_list_item .kakakuhyou_samp img:first-of-type {
  display: block;
  margin-bottom: 4px !important;
}
/*  ▼【商品詳細】サンプル集 
----------------------------------------------- */
#gide_tab_wrapp2 #mainSlider {
  width: 90%;
  margin: 0 auto;
}
#gide_tab_wrapp2 .link_btn {
  margin: 10% auto;
}
#gide_tab_wrapp2 .link_btn a {
  display: block;
  text-align: center;
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  color: #111;
  padding: 3.4% 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
#same_cate_area .rltv_cate_block {
  width: 100%;
  margin: 0 auto;
  /* display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; */
}
.rilt_cate_area h2 {
  margin-bottom: 0 !important;
}
#same_cate_area .rltv_cate_block:first-of-type {
  margin: 5px auto 0;
}
/* #same_cate_area .rltv_cate_block .rltv_cate_box {
  width: 47.5%;
} */
#same_cate_area .rltv_category_title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #dedede;
}
#same_cate_area .rltv_category_title a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0 auto;
  padding-left: 3%;
  /* flex-wrap: wrap;
  -webkit-flex-wrap: wrap; */
}
#same_cate_area .rltv_category_title a:hover {
  text-decoration: none;
}
#same_cate_area .rltv_category_title .cate_icon {
  /* width: 14%; */
  margin-right: 4%
}
#same_cate_area .rltv_category_title .cate_icon img {
  width: 50px;
  height: 50px;
  border: 1px solid #0071CE;
}
#same_cate_area .rltv_category_title .rltv_category_txt {
  width: calc(100% - 70px - 3%);
}
#same_cate_area .rltv_category_title .cate_name {
  /* width: 82%; */
  color: #444;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#same_cate_area .rltv_category_title .cate_desc {
  color: #444;
  margin-left: 1em;
  font-size: 14px;
}
#same_cate_area .rltv_category_contents p {
  margin: 2.5% 0 7.5%
}
#gide_tab_wrapp2 #mainSlider .bx-next {
  right: -4%;
}
#gide_tab_wrapp2 #mainSlider .bx-prev {
  left: -4%;
}
/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
.cartItems {
  width: 90%;
  margin: 0 auto 5%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cartItems a {
  width: 48%;
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 4px 0;
  margin-bottom: 12px;
  border: 1px solid #999;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ececec;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
}
div#undercolumn_cart .point_announce {
  width: 48%;
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0;
  border: 1px solid #999;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ececec;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
}
div#undercolumn_cart .totalmoney_area {
  width: 90%;
  margin: 0 auto 6.25%;
}
div#undercolumn_cart > p {
  width: 90%;
  margin: 3.125% auto;
}
div#undercolumn ul#quantity_level li {
  text-align: right;
}
div#undercolumn .empty {
  text-align: left;
}
div.form_area {
  width: 90%;
  margin: 0 auto 7.5%;
}
div.form_area dl {
  font-size: 14px;
}
div.form_area p {
  margin-bottom: 7.5%;
}
.cartin_block {
  margin-bottom: 7.5%;
  border-top: 1px solid #dedede;
  padding-top: 5%;
}
.cartin_block .cart_box {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 5% 0;
  margin-bottom: 5%;
  border-bottom: 1px solid #dedede;
}
.cartin_block .cart_box dd {
  width: 100%;
  margin-top: 5px;
}
.cartin_block .cart_box dd.item_image {
  width: 30%;
  margin-top: 0;
}
.cartin_block .cart_box dd.item_image a {
  display: block;
}
.cartin_block .cart_box dd.item_text {
  width: 56%;
  padding-right: 14%;
  margin-top: 0;
}
.cartin_block .cart_box dd.item_text a {
  font-size: 16px
}
.cartin_block .cart_box dd.subtotal {
  width: 100%
}
.cartin_block .cart_box .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}
.cartin_block .cart_box dd span {
  margin-right: 5px;
}
.total_area, .customer dl, .delivname dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.total_area dt, .cartin_block .total_area dd, .customer dt, .customer dd, .delivname dt, .delivname dd {
  display: table-cell;
  box-sizing: border-box;
}
.total_area dt, .customer dt, .delivname dt {
  width: 40%;
  background: #F0F0F0;
  padding: 2.5%;
  text-align: left;
}
.total_area dd, .customer dd, .delivname dd {
  padding: 2.5%
}
.newadd {
  background: url(../img/background/bg_btn_gradation.png) repeat-x left 1px;
  display: block;
  overflow: hidden;
  width: 90%;
  margin: 5% auto;
}
.newadd a {
  background: url(../img/icon/icon_newadd.png) no-repeat 10% center;
  display: block;
  padding: 5% 0;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  font-weight: normal;
  border-bottom: #dedede solid 1px;
  color: #444;
}
.newadd a:hover {
  background-color: #ddd;
  color: #000;
}
/* 買い物ステップ
----------------------------------------------- */
.flow_area {
  margin: 0 0 24px 0;
  overflow: hidden;
}
#step {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}
#step li {
  float: left;
  margin: 0 .5em 0 1.8em;
}
#step span {
  background: #f0f0f0;
  padding: 0.5em;
  width: 186px;
  float: left;
  font-size: 14px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  position: relative;
  line-height: 2; /*letter-spacing: -0.5px;*/
}
#step span.now {
  background: #3D7DCA;
  color: #fff;
}
#step span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #f0f0f0 #f0f0f0 #f0f0f0 transparent;
  left: -1em;
}
#step span.now::before {
  border-color: #3D7DCA #3D7DCA #3D7DCA transparent;
}
#step span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #f0f0f0;
  right: -1em;
}
#step span.now::after {
  border-left-color: #3D7DCA;
}
#step .current, #step .current:hover {
  font-weight: bold;
  background: none;
}
#step .current::after, #step .current::before {
  content: normal;
}
/* お客様情報入力
----------------------------------------------- */
.entry_form {
  width: 90%;
  margin: 0 auto;
}
.entry_form dl {
  border-bottom: 1px solid #dedede;
  padding-bottom: 6.3%;
  margin-top: 6.3%;
}
.entry_form dt {
  font-weight: bold;
  margin-bottom: 1.5%;
}
.entry_form .multiple_form {
  display: flex;
  border-bottom: 1px solid #dedede;
  padding: 20px 0 10px;
  font-size: 14px;
}
.entry_form .multiple_form span {
  display: block;
}
.entry_form .multiple_form input, .entry_form .multiple_form label {
  display: inline-block;
  vertical-align: text-top
}
.entry_form .multiple_form label {
  width: 100%;
  margin: -3.5px 0 0 4px;
}
/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping {
  margin-bottom: 7.5%
}
.information {
  margin: 0 auto 5%;
  width: 90%;
}
div#undercolumn_shopping .pay_area {
  margin: 0 auto 7.5%;
  width: 90%;
}
div#undercolumn_shopping #payment dl {
  position: relative;
  padding: 5%;
  border-bottom: 1px solid #dedede;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
div#undercolumn_shopping #payment dd {
  text-align: left;
  width: 90%;
}
div#undercolumn_shopping #payment dd:first-of-type {
  width: 10%;
}
div#undercolumn_shopping .pay_area02 {
  margin: 7.5% auto;
  width: 90%;
}
div#undercolumn_shopping .kobetsu_form > div {
  margin: 7.5% auto;
  width: 90%;
}
div#undercolumn_shopping .kobetsu_form > div input + img {
  margin-left: 5px
}
div#undercolumn_shopping .kobetsu_form > div .exp {
  margin-top: 5%
}
div#undercolumn_shopping .pay_area02 .txtarea {
  margin: 5px 0 0 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 99%;
  height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
  margin-bottom: 10px;
}
div#undercolumn_shopping .point_area {
  margin: 40px auto 0 auto;
}
div#undercolumn_shopping .point_area .point_announce {
  padding: 20px;
  border: 1px solid #ccc;
}
div#undercolumn_shopping .point_area p {
  margin-bottom: 20px;
}
div#undercolumn_shopping .point_area .point_announce li {
  margin-bottom: 5px;
}
#for_yahoo {
  background: #F8F5E4;
  padding: 5%;
  box-sizing: border-box;
  margin-bottom: 5%;
}
#main_column #for_yahoo h3 {
  padding: 0 0 4px;
  border-left: none;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #0071CE;
  width: 100%;
}
#main_column #for_yahoo h3 span {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 8px;
}
#main_column #for_yahoo h3 span svg {
  width: 100%;
  height: 100%;
  fill: #E60012;
}
#for_yahoo ul li {
  margin-top: 3.4%;
  color: #000;
}
#for_yahoo ul a, #for_yahoo ul p {
  word-break: break-all;
}
/* お届け先の指定
----------------------------------------------- */
#address_area {
  width: 90%;
  margin: 0 auto 2.5%;
}
#address_area .add_multiple {
  padding: 15px 10px;
  border: 1px solid #ffcc62;
  float: right;
  width: 30%;
  color: #555;
  background: #fffaf0;
  text-align: center;
  font-weight: bold;
}
#address_area .add_multiple p {
  margin-bottom: 10px;
}
#address_area p.addbtn {
  font-weight: bold;
  font-size: 10px;
}
.deliv_block {
  position: relative;
  padding: 5%;
  border-bottom: 1px solid #dedede;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.deliv_block dd {
  margin-left: 10%;
  text-align: left;
  width: 90%;
}
.deliv_block dd:first-of-type {
  position: absolute;
  margin-left: 0
}
.deliv_block dd.add_deliv, .deliv_block dd.remove_deliv {
  width: 30%;
  text-align: center;
}
.deliv_block dd.remove_deliv {
  margin-left: 5%
}
.deliv_block dd.add_deliv a, .deliv_block dd.remove_deliv a {
  display: block;
  text-align: center;
  background: url(../img/background/bg_btn_gradation.png) repeat-x left 1px;
  color: #444;
  padding: 7% 0;
  margin-top: 9%;
  border-bottom: #dedede solid 1px;
}
.customer, .delivname {
  margin-bottom: 7.5%
}
/* 確認画面
----------------------------------------------- */
.delivname dl.other_subject, .delivname dl.other_subject dt, .delivname dl.other_subject dd {
  display: block;
  width: 100%;
}
.delivname dl.other_subject dt {
  border-bottom: 1px solid #dedede;
}
/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
  width: 90%;
  margin: 5% auto 7.5%;
}
div#complete_area .message, div#undercolumn_entry .message {
  margin: 0 auto 5%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
}
div#complete_area .shop_information {
  margin-top: 7.5%;
  padding: 7.5% 0 0;
  border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
  margin-bottom: 2.5%;
  font-weight: bold;
  font-size: 16px;
}
/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login .login_area {
  width: 90%;
  margin: 0 auto 7.5%
}
div#undercolumn_login .login_area .inputbox {
  margin: 5% 0;
  padding: 5%;
  background: #f5f5f5;
}
div#undercolumn_login .login_area dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 5%;
}
div#undercolumn_login .login_area dl:last-child {
  margin-bottom: 0;
}
div#undercolumn_login .login_area dl dt {
  width: 15%;
}
div#undercolumn_login .login_area dl dd {
  width: 85%;
}
div#undercolumn_login .login_area .inputbox input {
  background: #fff;
}
div#undercolumn_login .login_area .inputbox input:focus {
  background: #DAE8F5;
}
div#undercolumn_login .login_area .inputbox .btn_area {
  margin: 0;
  background: none;
}
/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry > p {
  width: 90%;
  margin: 0 auto 5%;
}
div#undercolumn_entry .kiyaku_text {
  width: 90%;
  margin: 0 5%;
}
/*マイページ
----------------------------------------------- */
div#mypagecolumn {
  width: 100%;
}
div#mynavi_area {
  width: 100%;
}
div#mycontents_area {
  width: 90%;
  margin: 0 auto 7.5%;
}
div#mypage_menu .mynavi_list {
  margin-bottom: 20px;
  width: 100%;
}
div#mypage_menu .mynavi_list li {
  margin: 0 15px 5px 0;
  padding-left: 15px;
  float: left;
  background: url('../img/icon/ico_arrow_01.gif') no-repeat left;
  font-size: 120%;
}
div#mypage_menu {
  margin-bottom: 5.8%;
}
div#mypage_menu div.point_announce {
  padding: 2.4% 0;
  border-bottom: 1px solid #dedede;
  text-align: center;
  background: #0071CE;
  color: #fff;
  border-top: 1px solid #fff;
}
div#mypage_menu .trigger {
  padding: 2.5% 5%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
div#mypage_menu span.trigger_box {
  width: 32px;
  height: 32px;
  margin-left: 2.4%;
  border: 1px solid #0071CE;
  position: relative;
}
div#mypage_menu span.trigger_box:after, div#mypage_menu span.trigger_box:before {
  position: absolute;
  display: block;
  content: '';
  background: #0071CE;
}
div#mypage_menu span.trigger_box:before {
  width: 4px;
  height: 16px;
  top: 8px;
  left: 14px;
}
div#mypage_menu span.trigger_box:after {
  width: 16px;
  height: 4px;
  top: 14px;
  left: 8px;
}
div#mypage_menu .trigger.open span.trigger_box:before {
  background-color: transparent;
}
div#mypage_menu .mypage_menu_list {
  display: none;
}
div#mypage_menu .mypage_menu_list a {
  color: #444444;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5%;
}
div#mypage_menu .mypage_menu_list li {
  border-bottom: 1px solid #ccc
}
div#mypagecolumn h4 {
  margin: 10px auto;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 120%;
}
/* 注文履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area .history_list {
  margin: 5% 0;
  border-top: 1px solid #dedede;
}
div#mycontents_area .history_list dl {
  position: relative;
  padding: 2.5% 12% 2.5% 0;
  border-bottom: 1px solid #dedede;
  background: url(../img/icon/icon_menu_list.png) no-repeat 96% center
}
div#mycontents_area .history_list dl dd {
  text-align: left;
}
div#mycontents_area .history_list dl dd span:after {
  content: '：';
}
div#mycontents_area .history_list dl dd.history_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div#mycontents_area .history_list dl dd.history_link a {
  display: block;
  width: 100%;
  height: 100%;
}
div#mycontents_area .mycondition {
  margin: 5% 0 0;
}
div#mycontents_area .history_block {
  margin: 5% 0 10%;
}
div#mycontents_area .history_block dl.history_box {
  padding: 2.5% 0;
  border-top: 1px solid #dedede;
}
div#mycontents_area .history_block dl.history_box:last-of-type {
  margin-bottom: 5%;
}
div#mycontents_area .history_block dl.history_box dd span:after, div#mycontents_area .mail_list dl dd span:after {
  content: '：';
}
div#mycontents_area .mail_list dl {
  padding: 2.5% 0;
  border-top: 1px solid #dedede;
}
div#mycontents_area .mail_list dl dd {
  text-align: left;
}
div#mycontents_area .mail_list dl dd a {
  display: block;
}
/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .entry_form {
  width: 100%
}
/* ==============================================
▼プライバシーポリシー
=============================================== */
.policy_list {
  width: 90%;
  margin: 0 auto;
}
.policy_list li {
  margin-left: 1em;
  text-indent: -1em;
}
/* ==============================================
▼お問い合わせ
=============================================== */
#page_navi_top.contact_nav {
  margin-bottom: 4.7%
}
#page_navi_top.contact_nav ul li {
  width: 48%;
  border-radius: 4px 4px 0 0;
  padding: 8px 0;
}
/* ==============================================
▼株式会社ネクストブレイン　求人情報
=============================================== */
#undercolumn_recuruit {
  width: 90%;
  margin: 0 auto;
}
#undercolumn_recuruit .recuruit_block {
  margin-bottom: 12.6%
}
#undercolumn_recuruit .entry_form {
  width: 100%;
}
#undercolumn_recuruit .affairs {
  border-bottom: 1px solid #dedede;
  padding-bottom: 6.3%;
  margin-top: 6.3%;
}
/* ==============================================
▼専門店トップ
=============================================== */
#senmon > p {
  width: 90%;
  margin: 0 auto 6.3%;
}
#senmon div.mgB24 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 5.6%;
}
#senmon div.mgB24 a {
  display: block;
  width: 47.6%;
  margin: 0 1.2%;
}
h2#speciality {
  background: #8DC21F;
  color: #fff;
}
h2#object {
  background: #2CA6E0;
  color: #fff;
}
h2#usefulness {
  background: #DD0717;
  color: #fff;
}
h2#season {
  background: #FFA124;
  color: #fff;
}
.senmon_list {
  width: 90%;
  margin: 0 auto 4.8%;
}
.senmon_list .contents_wrap {
  overflow: hidden;
  clear: both;
  padding: 3.125%;
  margin-top: -2px;
  border: 1px solid #DDD;
  background-color: #F0F0F0;
}
.senmon_list li {
  position: relative;
  margin-bottom: 6.3%
}
.senmon_list ul:last-child li:last-child {
  margin-bottom: 0
}
.senmon_list li p {
  margin-left: 35%
}
.senmon_list li img{
  position: absolute;
  display: block;
  width: 32% !important;
  max-height: initial;
  top: 0;
  left: 0;
}
.senmon_item .senmon_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  padding: 1.8% 0;
  background-color: #6DC63F;
}
.senmon_item p.senmon_text {
  font-size: 14px;
  line-height: 1.4;
  color: #1D3994;
  padding: 1.8%;
  text-align: left;
}
.senmon_work .senmon_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  padding: 1.8% 0;
  background-color: #0071CE;
}
.senmon_work p.senmon_text {
  font-size: 14px;
  line-height: 1.4;
  color: #1D3994;
  padding: 1.8%;
  text-align: left;
}
.senmon_use .senmon_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  padding: 1.8% 0;
  background-color: #F17624;
}
.senmon_use p.senmon_text {
  font-size: 14px;
  line-height: 1.4;
  color: #1D3994;
  padding: 1.8%;
  text-align: left;
}
.senmon_kisetsu .senmon_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  padding: 1.8% 0;
  background-color: #F17624;
}
.senmon_kisetsu p.senmon_text {
  font-size: 14px;
  line-height: 1.4;
  color: #1D3994;
  padding: 1.8%;
  text-align: left;
}
.senmon_yoto .senmon_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  padding: 1.8% 0;
  background-color: #bf1d25;
}
.senmon_yoto p.senmon_text {
  font-size: 14px;
  line-height: 1.4;
  color: #1D3994;
  padding: 1.8%;
  text-align: left;
}
/* フリーエリア
----------------------------------------------- */
.free_area {
  overflow: hidden;
  margin-bottom: 3.2%;
}
.free_area.col4 div {
  width: 24.25%;
  float: left;
  padding-right: 1%;
}
.free_area.col3 div {
  width: 32.8%;
  float: left;
  padding-right: 0.8%;
}
.free_area div img {
  width: 100%;
}
.free_area.length div {
  width: 100%;
  margin-bottom: 3.2%;
}
.free_area div:last-child {
  padding: 0;
  margin-bottom: 0;
}
/* ===============================================
▼ネクストブレイン　カテゴリー一覧
=============================================== */
.all_category_list {
  width: 90%;
  margin: 0 auto 5%;
}
.all_category_list .contents_wrap {
  padding: 3.125% 3.125% 0;
  border: 1px solid #DDD;
  background-color: #F0F0F0;
  box-sizing: border-box;
}
.all_category ul.contents {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.all_category_list ul.contents li {
  width: 48%;
}
.all_category_list ul.contents li:nth-child(2n) {
  margin-left: 4%;
}
.all_category_list ul.contents li p {
  margin: 4% 0 12%;
}
.all_category .s_cate {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: centar;
  color: #FFF;
  width: 198px;
  height: 60px;
  padding: 5px;
  background-color: #0071CE;
}
.all_category p.s_cate_text {
  font-size: 14px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 18px;
  padding: 5px;
  border: 1px solid #0071CE;
  text-align: left;
}
.all_category p.s_cate_text a:link {
  font-size: 14px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 18px;
  padding: 5px;
  text-align: left;
}
.all_category p.m_cate_text {
  font-size: 18px;
  line-height: 1.2;
  color: #1D3994;
  padding: 5px;
  text-align: left;
}
#m_cate p a {
  background: url(../img/icon/icon_link_arrow.gif) no-repeat scroll 0 6px;
  font-weight: normal;
  padding-left: 8px;
  font-size: 13px;
}
#m_cate b {
  border-left: 4px solid #666;
  display: block;
  margin-bottom: 16px;
  padding: 0 8px;
  line-height: 1;
}
#m_cate b a {
  font-weight: normal;
}
#small_category h3, #small_category h2 {
  width: 90%;
  margin: 0 auto 5%;
}
#b_cate p, #m_cate p {
  display: block;
  line-height: 1;
  margin-bottom: 6.2%;
  position: relative;
}
#b_cate p img {
  position: absolute;
  left: 0;
}
#b_cate p a {
  font-weight: normal;
  padding-left: 44px;
  font-size: 12px;
  display: block;
  line-height: 3;
}
#b_cate b {
  border-left: 4px solid #666;
  display: block;
  margin-bottom: 16px;
  padding: 0 8px;
  line-height: 1;
}
#b_cate b a {
  font-weight: normal;
}
/* ===============================================
▼ガイドエリア
=============================================== */
#gide_tab_wrapp, #event_tab_wrapp .event_tab, #event_tab_wrapp #event_calendar_contents {
  width: 90%;
  margin: 5% auto;
}
#gide_tab_wrapp h2 {
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_tab_gide.png") no-repeat scroll left;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
  padding: 8px 0px 8px 44px;
  text-align: left;
  background-size: contain;
}
#gide_tab_wrapp.name h2 {
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_tab_gide_09.png") no-repeat scroll left;
  background-size: contain;
}
ul.gide_tab, ul.event_tab {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 3.6% 0;
}
ul.gide_tab > li, ul.event_tab > li {
  position: relative;
  width: 24%;
  margin: 0.5% 0.5% 5px;
}
ul.gide_tab li a p, ul.event_tab li a p {
  display: block;
  width: 100%;
  text-align: center;
}
ul.gide_tab li.pull, ul.gide_tab li, ul.event_tab li {
  background: #f5f5f5 none repeat scroll 0% 0%;
}
ul.gide_tab li.pull a, ul.gide_tab li a, ul.event_tab li a {
  color: #000000;
  position: relative;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.6;
  margin: 0px;
  /* height: 100%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  padding: 10% 5%;
  box-sizing: border-box;
}
ul.gide_tab li.pull a img {
  margin-bottom: 3px;
  width: 24px;
  height: 24px;
}
ul.gide_tab li.pull a span {
  width: 100%;
  font-weight: bold;
}
ul.gide_tab li.pull a span br {
  display: none;
}
ul.gide_tab li.pull:hover, ul.gide_tab li:hover, ul.gide_tab li.active, ul.event_tab li:hover, ul.event_tab li.active {
  background-color: #0071ce;
  color: #ffffff;
  text-decoration: none;
}
ul.gide_tab li.pull:hover a, ul.gide_tab li:hover a, ul.gide_tab li.active a, ul.event_tab li:hover a, ul.event_tab li.active a {
  color: #ffffff;
  text-decoration: none;
}
ul.event_tab li span.bg_circle {
  background: #0071CE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin-bottom: 5%;
}
ul.event_tab li svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

ul.gide_tab li .content ul li {
  height: auto;
  margin: 0px;
  width: 25%;
}
.tab_contents {
  background: #ffffff none repeat scroll 0% 0%;
  border: 4px solid #0071ce;
  padding: 3.6%;
}
.tab_contents p {
  margin: 2.4% 0 3.6%;
}
#category_tab_contents .tab_contents {
  border: 4px solid #ea5413;
}
.tab_anchor {
  margin-bottom: 4.8%;
}
.tab_anchor > div {
  display: inline-block;
  width: 48%;
}
#tab-08 .tab_anchor > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 4.8%;
}
.tab_anchor > div img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.tab_contents ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 3.6% 0;
}
.tab_contents ul li {
  font-size: 12px;
  width: 22%;
  margin-left: 4%;
}
.tab_contents ul li:first-child, .tab_contents ul li:nth-child(4n+1) {
  margin-left: 0
}
.tab_contents ul li a {
  color: #000000;
  display: block;
  min-height: 60px;
  padding: 4px;
  text-align: left;
  text-decoration: none;
}
.tab_contents ul li a:hover {
  background: #ffffff none repeat scroll 0% 0%;
  color: #0071ce;
}
.tab_contents ul li img {
  display: block;
  float: left;
  margin-right: 8px;
  width: 60px;
}
.tab_contents ul li span {
  padding: 4.8% 0;
  display: block;
}
.color_tips li .color {
  border: 1px solid #000000;
  height: 60px;
}
#gide_tab_contents .content .Box, #gide_tab_wrapp .delivBox {
  margin-bottom: 4.8%;
}
#gide_tab_contents .content h3 {
  border: none;
  padding-left: 0;
}
#gide_tab_contents .content h3 img {
  display: block;
  float: left;
  width: 24px;
}
#gide_tab_contents .content h3 span, #gide_tab_wrapp.name h3 span {
  color: #0071ce;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 4px;
}
#gide_tab_contents .content .Box h4 {
  margin: 2.4% 0;
}
#gide_tab_contents .content .Box h4 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.sabtitle {
  background: #0071ce none repeat scroll 0px 0px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 4.2%;
  padding: 2.4%;
}
#noshi_tab_contents .linkBox h4, .noshi_tab_contents .linkBox h4 {
  background: #0071ce none repeat scroll 0px 0px;
  color: #ffffff;
  margin: 4.2% 0px;
  padding: 2.4%;
}
#gide_tab_wrapp.name #gide_tab_contents .content .Box h4 img, #gide_tab_contents .content .Box h4 img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
#gide_tab_wrapp.name #gide_tab_contents .content .Box img {
  margin: 0 auto;
  width: auto;
}
.tab_contents .estimate {
  margin: 4.7% 0;
}
.tab_contents .estimate dl {
  margin-bottom: 5.4%
}
.tab_contents .estimate dl dd:first-child {
  font-weight: bold;
  margin-bottom: 1%;
}
.faq .question {
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_gide_question.png") no-repeat scroll left top;
  /*! padding-bottom: 6px; */
  padding-left: 22px;
  background-size: contain;
  margin-bottom: 4.7%;
  display: block;
  font-weight: normal;
}
.tab_contents .order_table {
  margin: 4.7% 0;
}
.tab_contents .order_table dl {
  margin-bottom: 5.4%
}
.tab_contents .order_table dl dt {
  font-weight: bold;
}
.henpinBox {
  margin-bottom: 5.4%;
}
.henpinBox p.title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  color: #444444;
  font-weight: bold;
  padding: 2.4%;
  text-align: center;
}
.henpin_box01 {
  background: #fce4da none repeat scroll 0px 0px;
  border-radius: 8px;
  padding: 3.6%;
}
.henpin_box01 p {
  background: #f79646 none repeat scroll 0% 0%;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 1.4%;
  padding: 2.4%;
}
.henpin_box01 p span {
  display: block;
  text-align: center;
}
.henpin_box02 {
  background: #c2e7ff none repeat scroll 0% 0%;
  border-radius: 8px;
}
.henpin_box02 p {
  background: #6bb1de none repeat scroll 0% 0%;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 1.4%;
  padding: 2.4%;
}
.henpin_box03 {
  background: #c2e7ff none repeat scroll 0px 0px;
  border-radius: 8px;
}
.henpin_box03 p {
  background: #a4d094 none repeat scroll 0% 0%;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 1.4%;
  padding: 2.4%;
}
.henpin_box04 {
  background: #c2e7ff none repeat scroll 0% 0%;
  color: #444444;
  font-weight: bold;
}
.henpin_box05 {
  background: #fce4da none repeat scroll 0% 0%;
  border-radius: 8px;
  padding: 3.6%;
}
.henpin_box05 p {
  background: #f79646 none repeat scroll 0% 0%;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 2.4%;
}
.henpin_box01, .henpin_box02, .henpin_box03, .henpin_box04 {
  padding: 2.4%;
  border-radius: 8px;
}
.henpinBox .next {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  width: 20px !important;
  display: block;
  margin: 0 auto;
}
.proper_use {
  background: #fde9d9 none repeat scroll 0px 0px;
  margin-top: 2.4%;
  padding: 3.6%;
}
#event_calendar_contents .table {
  border: none;
  border-bottom: 1px solid #ccc;
}
#event_calendar_contents .table dl {
  display: flex;
  display: -webkit-flex;
}
#event_calendar_contents .table dt {
  text-align: center;
  width: 50%;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
#event_calendar_contents .table dt:first-child {
  border-right: 1px solid #ccc;
}
#event_calendar_contents .table dd {
  vertical-align: text-top;
  width: 50%;
  padding: 8px;
}
#event_calendar_contents .table dd:first-child {
  border-right: 1px solid #ccc;
}
#event_calendar_contents .calendar_contents {
  background: #FFF;
  overflow: hidden;
  border: 4px solid #0071CE;
}
#event_calendar_contents .calendar_contents p {
  font-weight: bold;
  background: #baf1ff;
}
#event_calendar_contents .calendar_contents ul {
  margin-bottom: 10.4%;
}
#event_calendar_contents .calendar_contents ul li {
  font-size: 11px;
  margin: 0;
  background: url(../img/icon/icon_arrow_list.png) no-repeat left 8px;
  background-size: 6px;
  padding-left: 10px;
  margin-top: 6.4%;
}
/* ==============================================
▼ランキングページ
=============================================== */
.ranking_tab {
  width: 90%;
  margin: 5% auto;
}
.ranking_tab ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 3.6% 0;
}
.ranking_tab ul li {
  position: relative;
  width: 24%;
  margin: 0.5% 0.5% 5px;
  text-align: center;
  background: #f5f5f5;
}
.ranking_tab ul li.active {
  background-color: #0071ce;
  color: #ffffff;
  text-decoration: none;
}
.ranking_tab ul li:nth-child(1), .ranking_tab ul li:nth-child(2), .ranking_tab ul li:nth-child(3) {
  width: 32.2%;
}
.ranking_tab ul li span {
  display: block;
  padding: 10% 0%;
}
.target_title_area .target_counts {
  margin-bottom: 2.5%;
  padding: 0 2.5%;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.ranking_target {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4%;
}
.ranking_target dl {
  width: 33%;
}
.ranking_target dt {
  font-size: 14px;
  background: #7CCD16;
  color: #fff;
  padding: 2.5% 5%;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
}
.ranking_target dd {
  padding: 2.5% 5%;
  font-size: 16px;
}
.ranking_target dd label {
  display: inline-block;
  margin-right: 2.4%
}
.ranking_target dd select {
  width: 100%;
}
#ranking_area .ranking_box {
  padding: 2.5% 5%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: #666 dotted 1px;
}
#ranking_area .ranking_box .ranking_image {
  width: 32%;
}
#ranking_area .ranking_box .ranking_Info_wrap {
  width: 64%;
  margin-left: 4%;
}
#ranking_area .ranking_box .rank_icon {
  background-color: #0071CE;
  font-size: 11px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  width: 50px
}
#ranking_area .ranking_box .rank_icon.CategoryPageView_1 {
  background: #e0ca00
}
#ranking_area .ranking_box .rank_icon.CategoryPageView_2 {
  background: #b0aeac;
}
#ranking_area .ranking_box .rank_icon.CategoryPageView_3 {
  background: #592400;
}
#ranking_area .ranking_box .category_code_for_list, #ranking_area .ranking_box .jancode {
  margin-top: 3.2%
}
/* ==============================================
▼サイトマップ
=============================================== */
#map {
  overflow: hidden;
  width: 90%;
  margin: 0 auto 5%;
}
#map p {
  display: block;
  line-height: 1;
  margin-bottom: 6.2%;
}
#map p a {
  background: url(../img/icon/icon_link_arrow.gif) no-repeat scroll 0 4px;
  font-weight: normal;
  padding-left: 8px;
  display: block;
}
#map b {
  border-left: 4px solid #666;
  display: block;
  margin: 13.4% 0 6.2%;
  padding-left: 8px;
  line-height: 1;
}
#map b a {
  font-weight: normal;
}
.wide_table {
  overflow-y: hidden
}
.wide_table .wide_scroll {
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.wide_table table {
  width: 590px;
}
/* エラーメッセージ
-----------------------------------------------*/
#undercolumn_error {
  text-align: center;
  padding: 15% 5%;
}
.content-none {
  padding: 15% 5%;
  background: #f0f0f0;
}
.content-none p {
  text-align: center;
  font-size: 14px;
}
/* ==============================================
▼ オリジナルバッグ店　デザイン
=============================================== */
#bagshop_header {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #f2a08c;
  width: 100%;
  height: 64px;
}
#bagshop_logo_area {
  width: calc(60% - 1px);
}
#bagshop_logo_area a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 10px;
  text-align: center;
  width: 100%;
  padding-top: 27px;
}
#bagshop_logo_area .logo_image {
  width: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 4px;
  z-index: 1;
  position: absolute;
}
#bagshop_logo_area a p {
  font-weight: normal;
  background: #DAF0FF;
  padding: 2%;
  white-space: nowrap;
  border-radius: 40px;
  position: relative;
  width: 94%;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: -0.05em;
  font-size: 80%;
}
#bagshop_sp_header {
  width: 128px;
  margin-left: 1px;
}
nav#bagshop_menu ul {
  display: flex;
  display: -webkit-flex;
  background: #f2a08c;
  height: 100%;
}
nav#bagshop_menu ul li {
  width: 64px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  height: 64px;
  cursor: pointer;
}
nav#bagshop_menu ul li a {
  display: block;
  height: 100%;
}
nav#bagshop_menu ul li span {
  display: flex; /*! padding: 10%; */
  display: -webkit-flex;
  align-items: center;
  height: 100%;
}
nav#bagshop_menu ul li span svg {
  fill: #fff;
  width: 24px;
  height: 100%;
  margin: 0 auto;
  display: block;
}
nav#bagshop_menu ul li#m_switch, nav#bagshop_menu ul li#s_switch {
  position: relative;
}
nav#bagshop_menu ul li span#g_menu {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: .2s;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
nav#bagshop_menu ul li#s_switch.close span, nav#bagshop_menu ul li#m_switch.close span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
nav#bagshop_menu ul li span#g_menu:before, nav#bagshop_menu ul li span#g_menu:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
nav#bagshop_menu ul li span#g_menu:before {
  top: -400%;
}
nav#bagshop_menu ul li span#g_menu:after {
  top: 400%;
}
nav#bagshop_menu ul li#s_switch.close span:before, nav#bagshop_menu ul li#s_switch.close span:after, nav#bagshop_menu ul li#m_switch.close span:before, nav#bagshop_menu ul li#m_switch.close span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: .3s;
  top: 0;
}
nav#bagshop_menu ul li#s_switch.close span:before, nav#bagshop_menu ul li#m_switch.close span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
nav#bagshop_menu ul li#s_switch.close span:after, nav#bagshop_menu ul li#m_switch.close span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#bagshop_menu_wrap {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #f2a08c;
  display: none;
  top: 65px;
}
#bagshop_menu_wrap .trigger {
  padding: 2.5% 5%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
}
#bagshop_menu_wrap span.trigger_box {
  width: 32px;
  height: 32px;
  margin-left: 2.4%;
  border: 1px solid #ccc;
  position: relative;
}
#bagshop_menu_wrap span.trigger_box:after, #bagshop_menu_wrap span.trigger_box:before {
  position: absolute;
  display: block;
  content: '';
  background: #ccc;
}
#bagshop_menu_wrap span.trigger_box:before {
  width: 4px;
  height: 16px;
  top: 8px;
  left: 14px;
}
#bagshop_menu_wrap span.trigger_box:after {
  width: 16px;
  height: 4px;
  top: 14px;
  left: 8px;
}
#bagshop_menu_wrap .trigger.open span.trigger_box:before {
  background-color: transparent;
}
#bagshop_menu_wrap .trigger > a {
  color: #fff;
}
#bagshop_menu_wrap .bagshop_menu > ul {
  border-bottom: 1px solid #ccc;
  display: none;
}
#bagshop_menu_wrap .bagshop_menu {}
#bagshop_menu_wrap .bagshop_menu li p {
  font-weight: bold;
}
#bagshop_menu_wrap .bagshop_menu li > ul {
  margin-left: 5%;
}
#bagshop_menu_wrap .bagshop_menu li > ul li a {
  font-size: 12px;
  padding: 3%;
}
#bag_mainV {
  margin: 5% 0 2.5%;
}
#sub_serch_wrap {
  padding: 3% 5%;
  background: #eee;
}
#sub_serch_wrap .search_result {
  display: flex;
  justify-content: space-between;
}
#sub_serch_wrap .search_result p {
  width: 20%;
}
#sub_serch_wrap .search_result p span {
  font-size: 16px;
  line-height: 1;
}
#sub_serch_wrap .search_keyword {
  width: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sub_serch_wrap .search_keyword input[name=name] {
  width: calc(100% - 64px);
}
#sub_serch_wrap .search_keyword input[name=bag_search] {
  width: 56px;
  background: #0071CE;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  border: none;
}
#sub_serch_wrap dl {
  margin-top: 2.5%;
}
#sub_serch_wrap dl dt {
  font-size: 14px;
  margin-bottom: 1.6%;
}
#sub_serch_wrap dl dd .size_input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.4%;
}
#sub_serch_wrap dl dd input[type=text] {
  width: 38%;
}
#sub_serch_wrap .size_search dd input[type=text], #sub_serch_wrap .price_input input[type=text] {
  font-weight: bold;
  font-size: 18px;
}
#sub_serch_wrap .size_search dd input[type=text] {
  color: #0071CE;
}
#sub_serch_wrap .price_input input[type=text] {
  color: #f00;
}
#sort_search_area {
  display: none;
}
#sort_search_area dl dd {
  display: flex;
  flex-wrap: wrap;
}
#sort_search_area dl dd label {
  font-size: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
#more_search_btn {
  text-align: center;
  margin: 2.5% 0;
}
#more_search_btn.trigger {
  background: #7c7c7c;
  color: #fff;
  padding: 2% 2.5%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
#more_search_btn.trigger span {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.4%;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50%;
}
#more_search_btn.trigger span:after, #more_search_btn.trigger span:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#more_search_btn.trigger span:before {
  width: 3px;
  height: 16px;
  top: 5px;
  left: 11px;
}
#more_search_btn.trigger span:after {
  width: 16px;
  height: 3px;
  top: 11px;
  left: 5px;
}
#more_search_btn.trigger.open span:before {
  transform: rotate(-45deg);
}
#more_search_btn.trigger.open span:after {
  transform: rotate(135deg);
}
.sub_bag_contents_wrap {
  margin: 5%;
}
#main_column .sub_bag_contents_wrap h2 {
  font-size: 20px;
  background: none;
  padding: 0;
  color: #595757;
  margin-bottom: 5%;
}
.sub_bag_contents_wrap .btn_link {
  margin-top: 8%;
}
.sub_bag_contents_wrap .btn_link a {
  background: #0071CE;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  border-radius: 4px;
}
#print_how_to {
  background: #c3e5ec;
  padding: 5%;
}
#print_how_to h2 {
  margin-bottom: 5%;
  color: #23361a;
}
#print_how_to dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
#print_how_to dl dt {
  width: 55%;
}
#print_how_to dl dt .title {
  color: #3d3a39;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2.5%;
}
#print_how_to dl dd {
  width: 43%;
}
#print_how_top dl dd img {
  margin: 0 auto;
  display: block;
}
#print_flow .btn_link {
  margin: 8% 5% 0;
}
.bag_type_wrap {
  background: #eae4d0;
  padding: 5%;
}
#cotton .bag_type_wrap .bag_type_box {
  background-size: contain;
  padding: 5%;
  box-sizing: border-box;
  font-size: 12px;
  height: 140px;
  line-height: 1.4;
}
#cotton .bag_type_wrap .bag_type_box:first-child {
  background: #fff url("../img/sub_bagshop/bg-001_01.png") no-repeat;
  background-position: left top;
  margin-bottom: 2.5%;
}
#cotton .bag_type_wrap .bag_type_box:nth-child(2) {
  background: #fff url("../img/sub_bagshop/bg-001_02.png") no-repeat;
  background-position: left top;
  margin-bottom: 2.5%;
}
#cotton .bag_type_wrap .bag_type_box:last-child {
  background: #fff url("../img/sub_bagshop/bg-001_03.png") no-repeat;
  background-position: left top;
}
#cotton .bag_type_wrap .bag_type_box:first-child .bag_type_text {
  width: 36%;
}
#cotton .bag_type_wrap .bag_type_box:nth-child(2) .bag_type_text {
  width: 40%;
}
#cotton .bag_type_wrap .bag_type_box:last-child .bag_type_text {
  width: 45%;
}
#cotton .bag_type_wrap .bag_type_text {
  width: 50%;
}
#cotton .bag_type_wrap .bag_type_text .title {
  color: #775529;
  font-weight: bold;
  margin-bottom: 5%;
  line-height: 1.2;
  font-size: 14px;
}
.bag_type_wrap + p {
  font-size: 10px;
  margin-top: 2.5%;
}
.bag_card_wrap {
  margin-top: 8%;
  margin-bottom: 8%;
}
.bag_card_wrap .item_name {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 15px;
  margin-bottom: 2.5%;
}
.bag_card_contents, .bag_card_contents .bag_card_text dl {
  display: flex;
  justify-content: space-between;
}
.bag_card_contents {
  margin-bottom: 2.5%;
}
.bag_card_contents .bag_card_text {
  width: 57.9%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bag_card_contents .bag_card_text .item_link {
  margin-top: 5%;
}
.bag_card_contents .bag_card_text .item_link a {
  display: block;
  color: #fff;
  padding: 8px;
  border-radius: 100px;
  position: relative;
}
.bag_card_contents .bag_card_text .item_link a::before {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
}
.bag_card_contents .bag_card_text .item_link a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  content: '';
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.bag_card_contents .bag_card_text dl dt {
  width: 70.1%;
}
.bag_card_contents .bag_card_text dl dd {
  width: 27.9%;
}
.bag_card_contents .bag_card_image {
  width: 37.1%;
  height: 80px;
  position: relative;
}
.bag_card_contents .bag_card_image img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: inherit;
}
#cotton .bag_card_wrap .item_name {
  border-bottom-color: #ee848c;
  color: #ee848c;
}
#cotton .bag_card_contents .bag_card_image {
  background: rgba(238, 132, 140, 0.5);
}
#cotton .bag_card_contents .bag_card_text .item_link a {
  background: #ee848c;
}
#cotton .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #c54d59;
}
#canvas .bag_type_box {
  background: #fff;
  padding: 2.5%;
}
#canvas .bag_type_box.wide dl {
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
}
#canvas .bag_type_box.wide dl dt {
  width: 40%;
  background: #dbdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 2.5%;
  color: #704722;
  font-weight: bold;
}
#canvas .bag_type_box.wide dl dd {
  width: calc(60% - 1px);
}
#canvas .bag_card_wrap .item_name {
  border-bottom-color: #59c2e1;
  color: #59c2e1;
}
#canvas .bag_card_contents .bag_card_image {
  background: rgba(89, 194, 225, 0.5);
}
#canvas .bag_card_contents .bag_card_text .item_link a {
  background: #59c2e1;
}
#canvas .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #008fcc;
}
#ohter .bag_card_wrap .item_name {
  border-bottom-color: #a3abd5;
  color: #a3abd5;
}
#ohter .bag_card_contents .bag_card_image {
  background: rgba(163, 171, 213, 0.5);
}
#ohter .bag_card_contents .bag_card_text .item_link a {
  background: #a3abd5;
}
#ohter .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #686fa8;
}
#pori .bag_card_wrap .item_name {
  border-bottom-color: #80bb8d;
  color: #80bb8d;
}
#pori .bag_card_contents .bag_card_image {
  background: rgba(128, 187, 141, 0.5);
}
#pori .bag_card_contents .bag_card_text .item_link a {
  background: #80bb8d;
}
#pori .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #288754;
}
#pori .bag_card_wrap.fusyoku .item_name {
  border-bottom-color: #6b9cd3;
  color: #6b9cd3;
}
#pori .bag_card_wrap.fusyoku .bag_card_contents .bag_card_image {
  background: rgba(107, 156, 211, 0.5);
}
#pori .bag_card_wrap.fusyoku .bag_card_contents .bag_card_text .item_link a {
  background: #6b9cd3;
}
#pori .bag_card_wrap.fusyoku .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #265d99;
}
#function .bag_card_wrap .item_name {
  border-bottom-color: #64b5c7;
  color: #64b5c7;
}
#function .bag_card_contents .bag_card_image {
  background: rgba(100, 181, 199, 0.5);
}
#function .bag_card_contents .bag_card_text .item_link a {
  background: #64b5c7;
}
#function .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #008496;
}
#bag_naire_price_wrap {
  margin: 8% 5% 5%;
}
#bag_naire_price {
  overflow-x: scroll;
}
#bag_naire_price table {
  width: 900px;
  margin-bottom: 5%;
}
#bag_naire_price table td {
  vertical-align: middle;
}
#bag_naire_price table tr:nth-of-type(4), #bag_naire_price table tr:nth-of-type(5), #bag_naire_price table tr:nth-of-type(2n+3) {

  background: #edebe0;
}
#bag_naire_price .bag_name {
  background: rgb(0, 176, 240);
  color: #fff;
}
#bag_naire_price .bag_size {
  background: rgb(204, 236, 255);
}
#bag_naire_price table tr:nth-of-type(3) {
  background: #fff;
}
#main_column #naireinsatsu h2, #main_column #how_to_print h3 {
  color: #333;
  border-bottom: 1px solid #727171;
  border-left: none;
  padding-bottom: 5px;
  padding-left: 0;
  margin: 0 0 2.5%;
  width: 100%;
}
#naireinsatsu .example_block, #how_to_print .how_to_print_ex {
  margin-top: 8%;
}
#main_column #naireinsatsu .example_block h3 {
  font-size: 16px;
  color: #595757;
  margin: 0 0 5%;
  border: none;
  padding: 0;
}
#naireinsatsu .example_block p, #how_to_print .how_to_print_ex p {
  margin-bottom: 5%;
  line-height: 1.8;
}
#main_column #how_to_print h2 {
  color: #333;
}
#how_to_print .how_to_title {
  font-size: 14px;
  color: #595757;
  margin: 5% 0 2.5%;
  font-weight: bold;
}
#how_to_print .how_to_print_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#how_to_print .how_to_print_image .how_to_print_image_box {
  width: 49%;
  margin-bottom: 2%;
}
#how_to_print .how_to_print_image .how_to_print_image_box img {
  width: 100%;
}
.my_last_btn {
  margin-left: 20%;
  margin-right: 20%;
}
.my_btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.6em;
  display: block;
  border: #0071CE solid 1px;
  background-color: #3399CC;
  margin-bottom: 5%;
  text-align: center;
  border-radius: 6px;
}
.my_btn a {
  text-decoration: none;
  color: #FFF;
  width: 100%;
  height: 100%;
  display: block;
}
.my_btn a:hover {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background-color: #0071CE;
}
#detailrightbloc .new_banner {
  margin-bottom: 10%;
}
#detailrightbloc .estimates_area {
  margin: 0 0 5% 0;
  border: #880000 solid 2px;
}
#detailrightbloc .estimates_area .cart_title {
  background: #880000;
  padding: 2.5%;
  font-weight: bold;
  font-size: 14px;
}
#detailrightbloc .sample_area {
  margin: 0 0 5% 0;
  border: #00AA00 solid 2px;
}
#detailrightbloc .sample_area .cart_title {
  background: #00AA00;
  padding: 2.5%;
  font-weight: bold;
  font-size: 14px;
}
#detailrightbloc .tab_sample_area ul {
  border-bottom: 4px solid #00AA00;
}
.tab_sample_area ul li.active {
  background: #00AA00;
  border: 1px solid #00AA00;
  color: #fff;
}
a.btn_gray_new {
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #DDD;
  color: #111;
  padding: 1.4%;
  border-radius: 4px;
  display: inline-block;
}
a.btn_gray_new:hover {
  color: #111;
}
.btn_file {
  width: 65%;
}
.rtn {
  width: 100%;
  /*height:30px;*/
  font-size: 14px;
  font-weight: bold;
  line-height: 250%;
  display: block;
  background-color: #0071CE;
  margin-bottom: 5px;
  text-align: center;
  /*float:left;*/
}
.rtn a {
  text-decoration: none;
  color: #FFF;
  width: 100%;
  height: 100%;
  display: block;
}
.rtn a:hover {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background-color: #155284;
}
.btn_new_area {
  background: none;
  margin: 5% 0 10%;
  padding: 5% 0;
  width: 100%;
  text-align: center;
}
.btn_new_area li {
  width: 100%;
  max-width: 240px;
  margin: 5% auto 0;
}
.btn_new_area li:first-of-type {
  margin-top: 0;
}
.btn_new_area li a, .btn_new_area li input {
  display: block;
  width: 100%;
}
#order_estimates .new_cartin {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 2.5%;
  margin-top: 2.5%;
}
#order_estimates .new_cartin dd:nth-child(2) {
  width: 100%;
}
#order_estimates .new_cartin dd:nth-child(2) select {
  margin-bottom: 5%
}
#order_estimates .new_cartin dd {
  width: 50%;
  padding: 0
}
#order_estimates .new_cartin dd a {
  display: block;
  background: #0071CE;
  padding: 10%;
}
#order_estimates .new_cartin dd a:hover {
  color: #fff;
}
.estimates_area p.irregular_inner {
  padding: 2.5%;
  margin: 0;
  border-top: #dedede solid 1px;
}
#order_estimates > p {
  padding: 2.5%;
}
#detailrightbloc .new_price .price span {
  font-size: 17px;
  font-weight: bold;
}
p.alnR {
  text-align: right !important;
}
dd.mgL24 {
  margin-left: 24px !important;
}
a.new_btn_shadow {
  border-radius: 4px;
  border: none;
  box-shadow: 3px 3px #000000;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 3.4%;
  text-align: center;
}
a.new_btn_shadow:hover {
  color: #fff;
}
#order_item > dl.price_block dd .detail_cart_btn, #order_sample > dl.price_block dd .detail_cart_btn, #order_estimates > dl.new_cartin dd .detail_cart_btn {
  background-image: url("../img/icon/icon_arrow_right.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  text-align: center;
}
#order_item > dl.price_block dd .detail_cart_btn .detail_cart_btn_text, #order_sample > dl.price_block dd .detail_cart_btn .detail_cart_btn_text, #order_estimates > dl.new_cartin dd .detail_cart_btn .detail_cart_btn_text {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
#order_estimates > dl.new_cartin {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 2.5% 2.5% 4.2%;
  -webkit-align-items: center;
  align-items: center;
}
/* 商品コード */
#detailrightbloc .new_product_code {
  color: #000000;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 130px);
}
#detailrightbloc .new_product_code .new_product_code_description {
  margin-right: 4px;
}
.naire_status_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.naire_status_container .naire_status-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sptop_space {
  padding: 0 10px !important;
}
