@charset "UTF-8";
/* CSS Document */

.product-list__unit-md {
    background: #fafafa;
}
.product-list__freespace-top, .product-list__freespace-bottom {
    padding: 0;
    margin-bottom: 50px;
}

.product-list__freespace-top .text  {
    margin-right: 5%;
    max-width: 95%;
    margin: 80px auto;
    padding: 0 1em;
}
.product-list__freespace-top .text {
    margin-right: 5%;
    /*max-width: 680px;*/
    margin: 20px auto;
    padding: 2em 2em 0;
    /*background: #FBF4EB;*/
    border-radius: 5px;
}
.product-list__freespace-bottom h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 3px;
   border-bottom: 1px double rgb(185, 150, 97);
    color: #794f10;
    font-size: 1.8rem;
    font-weight: 600;
}
.product-list__freespace-bottom .text  {
    margin-right: 5%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1em;
}
.product-list__freespace-bottom img  {
    margin-bottom: 10px;
}

.product-list__freespace-top h3, .product-list__freespace-bottom h3 {
    font-size: 24px;
    line-height: 1.3;
   margin-top:40px;
}
h2.brand-name {
    position: relative;
    margin: -28% 100px 130px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 3px 3px 80px #040404;
    line-height: 1.4;
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 20px;
  background-color: #00000014;
}

h2.brand-name small {
    font-weight: 300;
    font-size: 2rem;
}
.text p {
    font-size: 1rem;
    margin-bottom: 1.8em;
    font-family: 'Noto Serif JP', "游明朝", YuMincho,"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: left;
}

.pagenation {
    position: relative;
    text-align: center;
    max-width: 100%;
    margin: 20px auto 80px;
    padding: 20px 50px;
    border: 1px solid #eaeaea;
}
.pagenation-prev {
    position: absolute;
    left: 30px;
}
.pagenation-next {
    position: absolute;
    right: 30px;
}

blockquote {
    margin: 0 0 40px;
    padding: 5px 0 0 15px;
    border-left: 5px solid #eee;
}

.text a {
    text-decoration: underline;
    color: #885100;
}
.sub-list {
    padding-bottom: 0;
}
p.li.icon {
    float: left;
    margin-right: 35px;
    text-align: center;
    margin-left: -30px;
    margin-bottom: 100px;
}
p.li.icon img {
    border-radius: 50%;
}
#detailBox_02 {
    padding: 15px 25px;
    border: solid 2px #ff8e8e;
    font-size: 14px;
    margin: 0;
   font-family: sans-serif;
}