@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #2b98f2;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * layout
 */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section {
  /*border-bottom: solid 1px #dbdbdb;*/
}

.section__inner {
  padding: 20px;
}

/* ツールバー */
.toolbar {
  border-bottom: solid 1px #dbdbdb;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
    display: -webkit-flex;
    display: flex;
    height: 60px;
    -webkit-justify-content: center;
    justify-content: center;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
    -webkit-order: 0;
    order: 0;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    left: 0;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
    -webkit-order: 10;
    order: 10;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    right: 0;
}
.toolbar__item--cart.toolbar__item a.heart {
    position: absolute;
    right: 50px;
    top: 0px;
    display: block;
    width: 25px;
    background-repeat: no-repeat;
    background-image: url(https://img21.shop-pro.jp/PA01409/967/etc/fav_black.png?cmsp_timestamp=20190222184738);
    background-size: 20px;
    background-position: center;
    padding: 0 5px;
}
.toolbar__item--cart.toolbar__item a.heart + a {
    padding: 0 5px;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}

/* ヘッダー */
.section--shopname {
  padding-top: 65px;
}
.section--shopname .section__inner {
  padding: 0;
}
.shopname {
  -webkit-order: 2;
  order: 2;
  text-align: center;
  font-size: 114.28571%;
  margin: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 145px;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}
.shopname a img {
    max-height: 50px;
  vertical-align: middle;
}

/* フッター */
.footer {
  margin: 1px 0 0;
  border-top: 1px solid #dbdbdb;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #dbdbdb;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

#product .linklist {
    margin-top: -1px;
    background: #ffffff;
}

#product .linklist a {
  padding: 0 10px 10px;
}

.section--sns {
  text-align: center;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
}

.copyright {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: left;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  border-bottom: 1px solid #dbdbdb;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #dbdbdb;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
  overflow: hidden;
  max-height: 70px;
}
.u-moreinfo--active {
  max-height: none;
}
.section--info .button--more {
  margin: 20px auto 0;
}
.section--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}
.description h3 {
      font-weight: bold;
}
.description * {
    margin: initial;
    padding: initial;
    font-weight: initial;
}
.description ul {
    margin-bottom: 1.8em;
}
.description ul ul,
.description ul ol,
.description ol ul,
.description ol ul {
    margin: 0.45em 0 0.9em;
}
.description li {
    padding-left: 1.25em;
    position: relative;
    list-style: none;
}
.description li:before {
    content: '\025cf';
    position: absolute;
    left: 0;
}
.product_explain .decimal{
    counter-reset: ol_li;
}
.description .decimal > li:before {
    counter-increment: ol_li;
    content: counter(ol_li) ".";
}
.description h3 {
    letter-spacing: 0.1em;
    margin: 30px 0 15px;
    border-bottom: 1px solid #bababa;
    padding: 0 0 10px;
    line-height: 1.5;
}
.description ul > br,
.description ul+br+br,
.description ul+br{
    display: none;
}
.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}


.imagelist.slick-slider {
  margin: 0 0 20px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}
.imagelist img,
.slick-slide img {
      max-width: 80%;
      margin: 0 auto;
      display: block;
}
.u-oneimage {
  padding: 0 !important;
}
.buy_itemname {
      margin-bottom: 15px;
     font-weight: bold;
}
.buy_number {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.buy_number p {
      -webkit-align-self: center;
    align-self: center;
     padding-right: 20px;
}
.buy_number .buy__num {
      min-width: 30%;
}
.table_price {
      font-size: 100%;
}

.table_price th {
      font-weight: normal;
    width: 40%;
    padding: 10px 0;
    text-align: center;
}

.table_price td {
   width: 60%;
    padding: 10px 0;
}
.table_price td .price {
     color: #cf0400;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 5px;
  margin: 0;
  background: #f3f3f3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}
.box .box__inner {
  display: block;
  padding: 10px 10px 6px;
  word-wrap: break-word;
  background: #ffffff;
  height: 100%;
  box-sizing: border-box;
}
.box .box__image {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  position: relative;
    width: 70%;
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #dbdbdb;
  border-left: 10px solid #dbdbdb;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 5px;
  color: #212121;
  line-height: 1.2rem;
  font-size: 14px;
}
.box .box__price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #cf0400;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #000000;
  line-height: 1rem;
}


.section--slide h2, .section--main h2 {
  padding: 15px 20px;
  background: #f4f9e8;
  margin-bottom: 0;
}

.section--together .box {
  width: 33.33%;
}

.slick-track {
    display: -webkit-flex!important;
    display: flex!important;
}

.slidelist {
  margin: 0 !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
    padding: 10px 0 10px 10px;
    background: #f3f3f3;
}
.slidelist .slick-slide {
    padding: 0;
    background: #ffffff;
    float: none;
    margin-right: 10px;
    height: auto;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
  height: 100%;
    box-sizing: border-box;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}
.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #dbdbdb;
  border-left: 8px solid #dbdbdb;
}
.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}
.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #dbdbdb;
}

.section--list .boxlist {
  padding: 5px;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

.item-rank {
    position: absolute;
    color: #ffffff;
    background: #333;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    text-align: center;
}
.item-rank--rank-1 {
    background: #dccc18;
}
.item-rank--rank-2 {
    background: #bab9c1;
}
.item-rank--rank-3 {
    background: #e18961;
}

.namearea {
  margin-bottom: 5px;
}
.namearea:last-child {
  margin-bottom: 0;
}
.namearea h2, .namearea p {
    display: inline;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}

.section--search .button {
  float: right;
}
.section__inner.pd10-20,
.section--push .section__inner,
.section--search .section__inner {
  padding: 10px 20px;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #2b98f2;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
    margin: 10px auto 10px;
  padding: 5px;
}

.button--sort {
    font-size: 71.42857%;
    padding: 0px 8px;
    width: 30%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--bookmark {
    background: #ffffff;
    border: 1px solid #eb004c;
    outline: 0;
    color: #eb004c;
}

.button--bookmark i {
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    margin-right: 5px;
     vertical-align: -30%;
    background-image: url(https://img21.shop-pro.jp/PA01409/967/etc/fav.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.button--bookmark.fav-items {
    color: #ffffff;
    background-color: #eb004c;
}

.button--bookmark.fav-items i {
    background-image: url(https://img21.shop-pro.jp/PA01409/967/etc/fav_white.png);
}

.button--bookmark.fav-items .bookmark-on,
.button--bookmark .bookmark-off {
      display: inline;
}

.button--bookmark .bookmark-on,
.button--bookmark.fav-items .bookmark-off {
      display: none;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}

/*
 * freepage
 */
.freepage_heading {
    margin: 0 0 12px;
    font-size: 128.57143%;
    font-weight: normal;
    line-height: 1.2;
}
.freepage_contents {
    border-bottom: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    padding: 20px;
}
.freepage_contents h2 {
    font-size: 110%;
    font-weight: bold;
}
.freepage_contents p{
  margin-bottom: 12px;
}
.freepage_contents .link_url {
    word-break: break-all;
}
.freepage_contents .freepage_table {
    margin: 0 -20px 20px;
}
.freepage_contents .freepage_table th, .freepage_contents .freepage_table td {
    border: 1px solid #dbdbdb;
    padding: 10px 5px 10px 10px;
    vertical-align: middle;
}
.freepage_contents .freepage_table th {
    background: #f2f2f2;
    width: 35%;
}
.freepage_contents ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.freepage_contents ul li:before {
    content: '・';
}
.freepage_contents ul li {
    margin-bottom: 10px;
}
.freepage_contents > :last-child {
    margin-bottom: 0;
}
.table__wrap {
    border-bottom: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    padding: 20px;
}

.case_table.table_detail {
    width: 100%;
}

.case_table.table_detail th {
    display: none;
}
.case_table.table_detail td {
    border: none;
    padding: 0;
    display: block;
}
.table_detail td:nth-child(1) {
    font-weight: bold;
    margin-bottom: 10px;
}
.case_table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.case_table ul.case_list {
    margin-bottom: 15px;
    padding: 5px;
    background: #f3f3f3;
    font-size: 13px;
}
.case_table .case_list li {
    display: inline;
}
.case_table .case_list li:after {
    content: '／';
}
.case_table .case_list li:last-child:after {
    display: none;
}
.case_table .case_list li br {
    display: none;
}
.case_table .case_more {
    margin-bottom: 25px;
}
.case_table .case_category_list li .box__image,
.case_table .case_category_list li .box__price,
.case_table .case_category_list li .box__caption {
    display: none;
}
.case_table .case_category_list .u-tile {
    float: none;
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.case_table .case_category_list .u-tile a {
    padding: 0;
    text-decoration: underline;
    color: #212121;
}
.case_index {
      padding: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.case_index .freepage_heading {
      font-size: 110%;
     line-height: 1.2;
}
.case_index ul {
    margin: 0;
    padding: 0;
     font-size: 14px;
}
.case_index ul li {
    display: inline-block;
}
.case_index ul li:after {
    content: '｜';
}
.case_index ul li:last-child:after {
    display: none;
}
.case_index ul a {
    color: initial;
    text-decoration: underline;
}
.case_section {
     padding-bottom: 1px;
    border-bottom: 1px solid #d1d1d1;
}
.case_detail {
      margin: 20px;
    display: block;
    color: inherit;
    background: #f5f5f5;
    padding: 10px;
}
.case_detail h2 {
      font-size: 17px;
      margin: 0 0 5px;
    line-height: 24px;
    display: inline-block;
}
.case_detail h2:after {
      content: '';
    background-position: -24px -217px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right;
}
.case_detail ul {
      margin: 0;
    list-style: none;
    line-height: 1.3;
    padding: 0;
    font-size: 14px;
}
.case_detail ul li {
    display: inline;
}
.case_detail ul li:after {
    content: "／";
}
.case_detail ul li:last-child:after {
    display: none;
}
.case_slide.slick-slider {
      margin: 0 20px 50px;
     padding: 0;
}
.case_slide .u-tile {
    float: left;
    width: auto;
    padding: 0 5px 0;
}
.case_slide .u-tile p {
    line-height: 1.2;
    font-size: 14px;
}
.case_slide .u-tile p.box__price {
    font-size: 12px;
}
.case_slide .u-tile a {
    padding: 0;
    text-decoration: none;
    color: #212121;
}
.case_slide .u-tile:nth-child(odd) {
  clear: none;
}
.case_slide .box__caption {
    display: none;
}
.case_slide .slick-prev,
.case_slide .slick-next {
     display: none!important;
}
.case_slide .slick-prev {
      left: -25px;
}
.case_slide .slick-next {
      right: -25px;
}
.case_slide .slick-prev:before,
.case_slide .slick-next:before {
     color: initial;
}
.case_slide .slick-prev:before,
.case_slide .slick-next:before {
      content: '';
    background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png);
    width: 24px;
    display: block;
    height: 24px;
}
.case_slide .slick-prev:before {
     background-position: -146px -216px;
}
.case_slide .slick-next:before {
    background-position: -216px -216px;
}
.case_slide .slick-dots {
    margin: 0;
     bottom: -25px;
}
.case_slide .slick-dots li {
     width: 15px;
    height: 15px;
}
.case_slide .slick-dots li button {
     width: 15px;
    height: 15px;
     padding: 0;
}
.case_slide .slick-dots li button:before {
    content: '';
    background: #0d0f0f;
    display: block;
    border-radius: 100%;
    padding: 0;
    width: 15px;
    height: 15px;
}
.case_slide > li {
    display: none;
}

.top_category_list {
    list-style: none;
    padding: 2.5px;
    margin: 0;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.top_category_list li {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
     padding: 2.5px;
}
.top_category_list li a {
    display: block;
    color: inherit;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    line-height: 1;
}
.top_category_list li a .name {
    vertical-align: middle;
    line-height: 21px;
    letter-spacing: -1px;
    display: block;
    position: relative;
}
.top_category_list li a .img {
    background: #fafafa;
    display: block;
    border-bottom: 1px solid #dbdbdb;
}
.top_category_list li:nth-child(1) a .img {
    background: #fff3ed;
}
.top_category_list li:nth-child(2) a .img {
    background: #edf8ff;
}
.top_category_list li:nth-child(3) a .img {
    background: #fff9ed;
}
.top_category_list li:nth-child(4) a .img {
    background: #f3f3f3;
}
.top_category_list li:nth-child(5) a .img {
    background: #feedff;
}
.top_category_list li:nth-child(6) a .img {
    background: #edffed;
}
.top_category_list li:nth-child(7) a .img {
    background: #fff9ed;
}
.top_category_list li:nth-child(8) a .img {
    background: #ffedf0;
}
.top_category_list li:nth-child(9) a .img {
    background: #ededff;
}
.top_category_list li:nth-child(10) a .img {
    background: #fff3ed;
}
.top_category_list li a img {
    width: 130px;
    display: block;
    margin: 0 auto;
}
.top_category_list li a .small {
    font-size: 13px;
}
.together_list {
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #f3f3f3;
}

.together_list a {
    display: block;
     padding: 10px 15px;
    margin-bottom: 10px;
    background: #ffffff;
}
.together_list li:last-child a {
    margin-bottom: 0;
}
.together_list dl {
    display: -webkit-flex;
    display: flex;
    margin: 0;
}
.together_list dl dt {
      width: 22%;
}
.together_list dl dt img {
    vertical-align: middle;
}
.together_list dl dd {
    margin: 0 0 0 10px;
     -webkit-flex: 1;
    flex: 1;
}

.together_list dl dd .slide__name,
.together_list dl dd .slide__price {
    line-height: 1.2rem;
    margin: 0 0 5px;
    color: #212121;
}
.together_list dl dd .slide__price {
    font-weight: bold;
}
.special_page .freepage_heading {
    padding: 20px;
    margin-bottom: 0;
    border-bottom: solid 1px #dbdbdb;
}
.special_page h2 {
    padding: 15px 20px 15px;
    margin: 0;
    font-size: 110%;
}
.special_page h2:before {
    content: '●';
    color: #75ae61;
    padding-right: 5px;
}
.special_page .freepage_contents {
    border-top: none;
}
.textbanner {
    display: block;
    text-align: right;
    border: 1px solid #bababa;
    margin: 0 5px 5px;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
}
.textbanner.textbanner_01,
.textbanner.textbanner_02 {
    text-align: center;
}
.textbanner .image {
    padding: 10px 45px;
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: 3px;
    color: #797979;
}

.textbanner .txt {
  display: block;
    text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}
.textbanner .big {
    font-size: 28px;
    color: #2fa618;
}
.textbanner .txt span{
  display: block;
}
.textbanner:active span {
    opacity: 0.8;
}
.textbanner .image:after {
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 60px;
    position: absolute;
    right: 10px;
    line-height: 21px;
}

.textbanner_01 .image {
    background-image: url(//img21.shop-pro.jp/PA01409/967/etc/banner_background01.jpg);
}
.textbanner_01 .image:after {
    color: #FF5722;
}
.textbanner_01 .big.txt {
    color: #FF5722;
}
.textbanner_01 .txt {
    color: #795548;
}
.textbanner_02 .image {
    background-image: url(//img21.shop-pro.jp/PA01409/967/etc/banner_background02.jpg);
}
.textbanner_02 .image:after {
    color: #e12938;
}
.textbanner_02 .big.txt {
    color: #e12938;
}
.textbanner_02 .txt {
    color: #2b2b2b;
}
.textbanner_03 .image {
    background-image: url(//img21.shop-pro.jp/PA01409/967/etc/banner_background03_sp.jpg);
}
.textbanner_03 .image:after {
    color: #ff6c00;
}
.textbanner_03 .big.txt {
    color: #ff6c00;
}
.textbanner_03 .txt {
    color: #2b2b2b;
}
.textbanner_04 .image {
    background-image: url(//img21.shop-pro.jp/PA01409/967/etc/banner_background04_sp.jpg);
}
.textbanner_04 .image:after {
    color: #f078ae;
}
.textbanner_04 .big.txt {
    color: #f078ae;
}
.textbanner_04 .txt {
    color: #2b2b2b;
}
  
.trend_keyword__wrap {
    text-decoration: none;
    font-size: 14px;
}
.trend_keyword {
    margin: 0 5px 5px;
}
.trend_keyword dt, .trend_keyword dd, .trend_keyword ul {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.trend_keyword li {
    display: inline-block;
}
.trend_keyword dt:after {
    content: '：';
}
.trend_keyword li:after {
    content: '、';
}
.trend_keyword li:last-child:after {
    display: none;
}
.trend_keyword li a {
    text-decoration: underline;
}
.trend_keyword li a:hover {
    text-decoration: none;
}
.media_parts .media_img {
    display: none;
}
.more_button {
    margin: 20px auto;
}
.more_button a {
    display: block;
    text-align: center;
    padding: 13px;
    font-size: 18px;
    color: #2b2b2b;
    border-radius: 3px;
    line-height: 24px;
    position: relative;
    margin: auto 20px;
    border: 1px solid #bcbcbc;
}
.more_button a:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 18px;
}
.keyword_slider {
    background: #c5e0b4;
    border-top: solid 1px #dbdbdb;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
    margin-bottom: -1px;
}

.keyword_slider::-webkit-scrollbar {
    height: 5px;
    position: relative;
}

.keyword_slider::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.keyword_slider::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.keyword_slider ul {
    margin: 0;
    padding: 7px 0;
    list-style: none;
    position: relative;
}

.keyword_slider ul li:first-child a {
    margin-left: 5px;
}
.keyword_slider ul li:last-child a {
    margin-right: 5px;
}
.keyword_slider ul li {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
}
.keyword_slider ul a {
    background: #ffffff;
    margin-right: 5px;
    display: block;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5rem;
    color: #2c2c2c;
    padding: 2px 15px;
}
.keyword_slider::before,
.keyword_slider::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
}
.keyword_slider::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(197, 224, 180, 0)), to(#c5e0b4));
    background: linear-gradient(to right, rgba(197, 224, 180, 0), #c5e0b4);
}
.keyword_slider::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#c5e0b4), to(rgba(197, 224, 180, 0)));
    background: linear-gradient(to right, #c5e0b4, rgba(197, 224, 180, 0));
}

@media screen and (min-width: 360px) {
  .top_category_list li a .name:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f105";
      font-size: 16px;
      position: absolute;
      right: 5px;
      line-height: 21px;
  }
}

.kanpouhyou {background: #fff;margin-bottom: 4em;width: 100%;}
.kanpouhyou td:nth-child(3) img {width: auto !important;height: auto !important;}
.kanpouhyou th {background: #fff8e9;}
.kanpouhyou tr:nth-child(2n+3) {background: #fff;}
.kanpouhyou th:nth-child(3), .kanpouhyou td:nth-child(3) {width: 250px;}
[class*="f13"] ,[class*="f14"] ,[class*="f15"] ,[class*="f16"] ,[class*="f17"] ,[class*="f18"] ,[class*="f19"] ,[class*="f20"] ,[class*="f21"] ,[class*="f22"] ,[class*="f23"] ,[class*="f24"] ,[class*="f25"] ,[class*="f26"] ,[class*="f27"] ,[class*="f28"] ,[class*="f29"] ,[class*="f30"] ,[class*="f31"]{
padding: 1em;}
[class*="f13"] h3,[class*="f14"] h3,[class*="f15"] h3,[class*="f16"] h3,[class*="f17"] h3,[class*="f18"] h3,[class*="f19"] h3,[class*="f20"] h3,[class*="f21"] h3,[class*="f22"] h3,[class*="f23"] h3,[class*="f24"] h3,[class*="f25"] h3,[class*="f26"] h3,[class*="f27"] h3,[class*="f28"] h3,[class*="f29"] h3,[class*="f30"] h3,[class*="f31"] h3{border-bottom: solid 3px #75ae61;font-weight: bold;clear: both;
}
[class*="f13"] h4,[class*="f14"] h4,[class*="f15"] h4,[class*="f16"] h4,[class*="f17"] h4,[class*="f18"] h4,[class*="f19"] h4,[class*="f20"] h4,[class*="f21"] h4,[class*="f22"] h4,[class*="f23"] h4,[class*="f24"] h4,[class*="f25"] h4,[class*="f26"] h4,[class*="f27"] h4,[class*="f28"] h4,[class*="f29"] h4,[class*="f30"] h4,[class*="f31"] h4{ border-left: solid 6px #75ae61 !important;
padding-left: 1em;clear: both;
}
.kanpouhyou th:nth-child(1), .kanpouhyou td:nth-child(1) {width: 110px;}
.kanpouhyou tr {
	display: flex;
	flex-flow: column;
  margin-bottom: 3em;
}
.kanpouhyou tr:first-child {display: none;}
.kanpouhyou tr td:nth-child(1)::before {content: "方剤名";	display: block;	background: #dbecd5;padding: 0.25em;  font-weight: bold;}
.kanpouhyou tr td:nth-child(2)::before {content: "証と主治";display: block;	background: #dbecd5;padding: 0.25em;  font-weight: bold;}
.kanpouhyou tr td:nth-child(3)::before {content: "効能・効果 ";	display: block;	background: #dbecd5;padding: 0.25em;  font-weight: bold;}
.kanpouhyou tr td{	width: 100% !important;}
.kanpouhyou tr td:nth-child(3) img {display: block;	margin: 1em auto;}