/* 既存リセットCSS
========================================================= */
#container {
  padding: 50px 0 80px;
}

#main_column.colnum2, #main_column.colnum3 {
  width: 76%;
  padding-right: 0 !important;
}

.side_column .block_body, #main_column .block_body {
  border: none;
}

#login_area h2, #search_area h2, #calender_area h2, #cart_area h2, #cart h2 {
  padding: 0 !important;
  border-style: none !important;
  background: none !important;
  font-size: 14px;
}

#container .side_column .block_outer {
  padding: 0;
}

a {
  text-decoration: none !important;
  transition: .3s;
}

/* 前頁共通
========================================================= */
.login-logout-btn {
  margin-bottom: 8px;
}

body {
  background: #fff;
  font-size: 14px;
  letter-spacing: .5px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

img {
  max-width: 100%;
}

.pc-none {
  display: none;
}

.inbox, #container {
  width: 1080px;
  margin: 0 auto;
}

.cont-btn {
  width: 190px;
  background: #fff;
  border: solid 1px #ccc;
  display: block;
  padding: 10px 0;
}

.cont-btn span {
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}

.cont-btn span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 12px;
  margin-top: -6px;
  background: url('../img/common/mail-icon.png')no-repeat center/contain;
}

/*display flexキッド
=================================================*/

/* line 112, ../_sass/style.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/

/* line 125, ../_sass/style.scss */
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/

/* line 131, ../_sass/style.scss */
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/

/* line 141, ../_sass/style.scss */
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/

/* line 148, ../_sass/style.scss */
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/

/* line 155, ../_sass/style.scss */
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/

/* line 162, ../_sass/style.scss */
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/

/*水平揃え　高さ揃え
-----------------------*/

/* line 172, ../_sass/style.scss */
.flx-alitem-strt {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/

/* line 179, ../_sass/style.scss */
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　上揃え
-----------------------*/

/* line 186, ../_sass/style.scss */
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　下揃え
-----------------------*/

/* line 193, ../_sass/style.scss */
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/

/* line 200, ../_sass/style.scss */
.flx-alitem-end {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/

/*初期値
-----------------------*/

/* line 210, ../_sass/style.scss */
.flx-alcont-strt {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/

/* line 217, ../_sass/style.scss */
.flx-alcont-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の終点から配置。下揃え
-----------------------*/

/* line 224, ../_sass/style.scss */
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え
-----------------------*/

/* line 231, ../_sass/style.scss */
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/

/* line 238, ../_sass/style.scss */
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/

/* line 245, ../_sass/style.scss */
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

.common-title {
  border-style: none !important;
  border-width: 0;
  padding: 0 0 15px 25px !important;
  margin-bottom: 30px !important;
  border-bottom: solid 2px #4d4d4d !important;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px!important;
}

.common-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -8px;
  width: 10px;
  height: 40px;
  background: url('../img/common/common-title-line.png')repeat-y left top;
}

.common-title span {
  font-weight: bold;
}

.common-title span:nth-child(1) {
  font-size: 24px;
  margin-right: 10px;
}

.common-title span:nth-child(2) {
  font-size: 14px;
  color: #46a8e7;
}

.more-btn01 {
  width: 340px;
  display: block;
  margin: 0 auto;
  background: #6fb92c;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  font-weight: bold;
  border-radius: 5px;
  border: solid 1px #6fb92c;
  transition: .3s;
}

.more-btn01:hover {
  opacity: .8;
}

/*header
=========================================================*/
#header_wrap {
  padding-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  border-top: none;
}

h1#site_description {
  text-align: left;
  font-size: 12px;
  width: 100%!important;
  margin-bottom: 8px;
}

h1#site_description span {
  display: block;
}

#header {
  width: 1080px;
  margin: 0 auto;
}

#header_utility, #footer_utility {
  padding-top: 8px;
  width: 575px;
}

#header_utility .hd-infomation-wrp, #footer_utility .ft-infomation-wrp {
  width: 370px;
}

.worksday {
  text-align: right;
  font-size: 12px;
}

/*Mainvisual
=========================================================*/

/* line 342, ../_sass/style.scss */
#mv {
  height: 760px;
  width: 100%;
  position: relative;
}

/* line 346, ../_sass/style.scss */
#mv .catch {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

/* line 354, ../_sass/style.scss */
#mv li {
  height: 760px;
}

/* line 357, ../_sass/style.scss */
#mv #slider li:nth-child(1) {
  background: url(../img/mv/slide_bg01.jpg) no-repeat center/cover;
}

/* line 360, ../_sass/style.scss */
#mv #slider li:nth-child(2) {
  background: url(../img/mv/slide_bg02.jpg) no-repeat center/cover;
}

/* line 363, ../_sass/style.scss */
#mv #slider li:nth-child(3) {
  background: url(../img/mv/slide_bg03.jpg) no-repeat center/cover;
}

/* line 363, ../_sass/style.scss */
#mv #slider li:nth-child(4) {
  background: url(../img/mv/slide_bg04.jpg) no-repeat center/cover;
}

/*Glovalnav
=========================================================*/
#nav {
}

#nav .inbox>ul>li {
  /* width: 20%; */
  width: 25%;
  text-align: center;
  position: relative;
}

#nav a {
  font-size: 16px;
  display: block;
  padding: 8px 0;
  font-weight: bold;
}

#nav .inbox>ul>li>a {
  color: #4d4d4d;
}

#nav .inbox>ul>li>a>span {
  display: block;
  border-right: 1px solid #e6e6e6;
  line-height: 1.5;
  padding: 8px;
}

#nav li:last-child a {
  border-right: none;
}

#nav .inbox > ul > li:hover {
  color: #fff;
  background-color: #008bd5;
}
#nav .inbox > ul > li:hover > a {
  color: #fff;
}
#nav .inbox > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
  z-index: 1000;
}
#nav .inbox > ul > li > a {
  transition: all .2s ease-in;
}
#nav .inbox > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #008bd5;
}

#nav .inbox > ul .menu a {
  color: #fff;
  font-size: 14px;
}

.menu_innner>ul>.level1 {
  position: relative;
}

.menu_innner>ul>.level1:hover {
  background-color: #79c8fa;
}

.menu_innner>ul>.level1:hover>ul {
  max-height: 9999px;
  opacity: 1;
  z-index: 1000;
}

.menu_innner>ul>.level1>ul {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  top: 0;
  right: -100%;
  text-align: center;
  position: absolute;
  background-color: #79c8fa;
}

/*Sidebar
=========================================================*/

/*ログイン
-------------------------------------------------*/
.sidebar-login-list {
  margin-bottom: 20px;
  text-align: center;
  padding: 15px 10px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar-login-list li {
  margin-bottom: 10px;
}

.sidebar-login-list li:last-child {
  margin-bottom: 0;
}

/*検索
-------------------------------------------------*/
#search_area {
  border: solid #ccc 1px;
  margin-bottom: 30px;
}

#search_area .formlist dt {
  font-size: 12px !important;
  font-weight: bold !important;
  background: none !important;
  padding-left: 0 !important;
}

#search_area .formlist dd select, #search_area .formlist dd input {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*カート機能
-------------------------------------------------*/
#cart_area {
  padding: 15px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid #ccc 1px;
  margin-bottom: 150px;
}

#cart_area .information {
  margin-bottom: 8px;
}

#cart_area .btn {
  padding: 0;
  background: none;
}

#cart_area .item {
  margin-bottom: 10px;
}

#cart_area .item span, #cart_area .total span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
}

#cart_area .item span:nth-child(1), #cart_area .total span:nth-child(1) {
  background: #f2f2f2;
  margin-right: 8px;
}

/*カレンダー/サイトバナー
-------------------------------------------------*/
.sidebar-banner-link {
  margin-bottom: 40px;
}

.sidebar-banner-link li {
  margin-bottom: 20px;
}

#calender_area {
  margin-bottom: 30px;
}

#calender_area .block_body {
  background: none;
}

#calender_area .block_body .month {
  text-align: center;
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
  background: none;
}

#calender_area table {
  width: 190px;
}

#calender_area .information {
  font-size: 12px;
  text-align: right;
  color: red;
}

/*お問い合わせ・送料について
-------------------------------------------------*/
.side-about li {
  margin-bottom: 10px;
}

.side-about li:last-child {
  margin-bottom: 0;
}

.side-about li a {
  display: block;
}

/*お客様情報
-------------------------------------------------*/
.nonmember-table tbody tr:nth-child(3) {
  display: none;
}

.nonmember-table tbody tr:nth-child(6) td {
  padding-bottom: 30px;
  position: relative;
}

.nonmember-table tbody tr:nth-child(6) td::before {
  content: "法人様は、ビル名のあとに会社名もご記入ください。";
  position: absolute;
  left: 8px;
  bottom: 5px;
  color: #f00;
  font-size: 90%;
}


/*Newslist
=========================================================*/
.top-news {
  padding-bottom: 30px;
  margin-bottom: 35px;
  position: relative;
}

.top-news::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 160px;
  height: 1px;
  background: #e6e6e6;
  margin-left: -80px;
}

.top-news-title-wrp {
  width: 205px;
}

.top-news-title {
  padding: 35px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.top-news-title span {
  font-weight: bold;
  display: block;
}

.top-news-title span:nth-child(1) {
  font-size: 24px;
}

.top-news-title span:nth-child(2) {
  font-size: 14px;
  color: #46a8e7;
}

.all-news-link {
  font-size: 12px;
  color: #4d4d4d !important;
}

.top-news-list {
  width: 585px;
}

.top-news-title-wrp {
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 15px solid #ccc;
}

.top-news-list li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.top-news-list li:last-child a {
  border-bottom: none;
}

.news-list time, .news-list p {
  display: inline-block;
  vertical-align: middle;
}

.news-list time {
  font-size: 14px;
  text-align: center;
  width: 110px;
  border: solid #ccc 1px;
  color: #46a8e7;
  font-weight: bold;
  margin-right: 10px;
}

.news-list time span {
  position: relative;
  padding-left: 15px;
}

.news-list time span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  transform: rotate(45deg);
  border: solid 1px transparent;
  border-top: 1px solid #46a8e7;
  border-right: 1px solid #46a8e7;
}

.news-list P {
  color: #4d4d4d;
}

/* ======================================================
 トップページ
========================================================= */
.hope {
  padding: 15px 0 45px;
  margin-bottom: 55px;
  background: url('../img/top/top-hope-bg.png')no-repeat right center;
}

.top-hope {
  position: relative;
}

.top-hope::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 740px;
  height: 67px;
  background: url('../img/common/hope-ttl_bg.png')repeat-x left center;
}

.top-hope .top-hope-ttlwrp {
  display: inline-block;
  background: #fff;
  color: #46a8e7;
  margin-bottom: 30px;
  position: relative;
  font-size: 37px;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top-hope-ttlwrp span {
  color: #008bd5;
}

/* 新着商品・オススメ商品共通
========================================================= */
#recommend_area h2, #news_area h2 {
  background: none;
}

.common-top-products-list {
  background: none !important;
}

.common-top-products-list .common-product-img {
  text-align: center;
}

.common-top-products-list .common-product-list {
  width: 240px !important;
  padding: 0 !important;
  margin: 50px 50px 0 0 !important;
}

.common-top-products-list .common-product-list:nth-child(3n) {
  margin-right: 0 !important;
}

.common-top-products-list .common-product-list:nth-child(-n+3) {
  margin-top: 0 !important;
}

.common-top-products-list .common-product-img, .common-product-info {
  float: none;
  width: 100% !important;
}

.common-top-products-list .common-product-img img {
  width: 100%;
  max-width: initial !important;
  max-height: initial !important;
}

.common-top-products-list .common-product-info .title {
  font-weight: bold !important;
  padding-bottom: 5px;
  margin-bottom: 8px;
  background: url('../img/common/product_ttl_line.png')repeat-x bottom left;
}

.common-top-products-list .common-product-info .title a {
  color: #4d4d4d;
}

.common-top-products-list .common-product-info .sale_price {
  text-align: right;
  font-weight: bold;
}

/* 新着商品
========================================================= */
.top-new-product {
  margin-bottom: 50px;
}

/* カテゴリー(バナー)
========================================================= */
.top-category {
  margin-bottom: 60px;
}

.top-category-ttl {
  font-size: 22px;
  color: #808080;
  text-align: center;
  margin-bottom: 30px;
  background: url('../img/common/top-title-line.png')no-repeat left center, url('../img/common/top-title-line.png')no-repeat right center;
}

.top-category-list li {
  width: 400px;
  margin: 20px 20px 0 0;
}

.top-category-list li:nth-child(2n) {
  margin-right: 0;
}

.top-category-list li:nth-child(-n+2) {
  margin-top: 0;
}

.top-category-list li a {
  display: block;
}

/* 生ごみ処理機
========================================================= */
.eco-banner {
  padding: 5px 0 15px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  text-align: center;
  background: url('../img/top/eco-banner-bg.png')no-repeat center/cover;
}

.eco-banner h2 {
  margin-bottom: 15px;
}

.eco-banner p {
  margin-bottom: 15px;
}

/* shopping
========================================================= */
.shoplist-ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  background: url('../img/common/titile-dashed.png')no-repeat left center, url('../img/common/titile-dashed.png')no-repeat right center;
}

.shop-list li {
  margin-right: 20px;
}

.shop-list li:last-child {
  margin-right: 0;
}

/* footer
========================================================= */
#footer_wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 40px;
  background: #f2f2f2;
}

#footer_wrap #footer {
  border-top: none;
}

#footer_utility {
  padding-top: 0;
}

#footer_utility .worksday {
  text-align: left;
}

.ft-nav {
  margin-bottom: 20px;
}

.ft-nav.ft-nav-last {
  margin-bottom: 45px;
}

.ft-nav li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #4d4d4d;
}

.ft-nav li:last-child {
  border-right: none;
}

.ft-nav li a {
  color: #4d4d4d;
  font-size: 12px;
}

#copyright {
  float: none;
  width: 100%;
  text-align: center;
  background: #d2d2d2;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
}

#copyright a {
  color: #fff;
}

/*共通ボタン
=========================================================*/
.more-btn01 {
  text-align: center;
}

.more-btn01 a {
  width: 370px;
  margin: 0 auto;
  border: solid #008bd5 1px;
  color: #008bd5;
  border-radius: 10px;
  display: block;
  padding: 18px 0;
  font-weight: bold;
  letter-spacing: 1.2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more-btn01 a:hover {
  background: #008bd5;
  color: #fff;
}

.more-btn02 {
  text-align: center;
}

/*=========================================================
  下層ページ
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.text-c {
  text-align: center;
}

img,
.hover_change_image {
  max-width: 100%;
  vertical-align: middle;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  background: #008bd5;
  padding: 10px 35px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}

.ttl02 {
  text-align: center;
  color: #008bd5;
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 50px;
  background: url(../img/common/common-title-border01.png) repeat-x bottom left;
}

.ttl02 span {
  font-size: 42px;
  color: #6fb92c;
}

.ttl03 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  color: #008bd5;
  font-size: 24px;
  background: url(../img/common/ttl03-line.png) no-repeat left center, url(../img/common/ttl03-line.png) no-repeat right center;
}

.ttl04 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  background: url(../img/common/ttl04-line-bg.png) no-repeat center bottom;
}

.ttl04 span {
  color: #008bd5;
}

.ttl05 {
  text-align: center;
  background: #008bd5;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.ttl06 {
  font-size: 30px;
  color: #008bd5;
  padding-left: 20px;
  background: url(../img/common/ttl06-line-bg.png) repeat-y left top;
  line-height: 1.4;
  margin-bottom: 30px;
}

.ttl06 span {
  font-weight: bold;
}

.ttl07 {
  font-weight: bold;
  color: #008bd5;
  font-size: 24px;
  margin-bottom: 10px;
}

.ttl08 {
  font-size: 16px;
  border-top: none!important;
  line-height: 1.5!important;
  margin-bottom: 20px!important;
  color: #008bd5!important;
  padding: 8px 8px 8px 20px!important;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  font-weight: bold!important;
  background: #f2f2f2 url(../img/common/ttl06-line-bg.png) repeat-y left top!important;
}

/*下層共通パーツ
=========================================================*/
#ma {
  position: relative;
  height: 345px;
  text-align: center;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

#ma h2 {
  line-height: 1;
  color: #fff;
  font-size: 48px;
  padding: 150px 30px 20px 30px;
  font-weight: bold;
  display: inline-block;
  background: url(../img/common/ma-ttl-bg.png) repeat-x bottom left;
  text-shadow: #afaca8 1px 1px 10px, #afaca8 -1px 1px 10px, #afaca8 1px -1px 10px, #afaca8 -1px -1px 10px;
}

.common-text p {
  margin-bottom: 15px;
}

.common-text p:last-child {
  margin-bottom: 0;
}

.coution {
  font-size: 14px;
}

.common-list {
  border: solid 5px #ccc;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.common-list li {
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
}

.common-list li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #333;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li a {
  color: #333;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

/*共通テーブル
=========================================================*/
.common-text-dl dl {
  line-height: 1.8;
}

.common-text-dl dt {
  font-size: 20px;
  color: #008bd5;
  font-weight: bold;
  border-bottom: 1px solid #008bd5;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.common-text-dl dd {
  font-size: 14px;
}

.com-dl dl, .com-dl dd, .com-dl dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.com-dl dt, .com-dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.8;
}

.com-dl > dl {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.com-dl > dl:first-child {
  border-top: 1px solid #ccc;
}

.com-dl > dl > dt {
  width: 300px;
  border-right: 1px solid #ccc;
}

.com-dl > dl > dd {
  width: 70%;
  margin-bottom: 10px;
}

.com-dl > dl > dd a {
  color: #333;
}

.com-dl > dl > dd dl {
  margin-bottom: 20px;
}

.com-dl > dl > dd dl dt, .com-dl > dl > dd dl dd {
  padding: 0;
  display: block;
}

.com-dl > dl > dd dl dt {
  color: #46a8e7;
  font-weight: bold;
  margin-bottom: 8px;
}

.com-dl dl:last-child {
  margin-bottom: 0;
}

/*ご利用案内
=========================================================*/
.infomation-wrp {
  margin-bottom: 60px;
}

.infomation-wrp .coution {
  margin-bottom: 20px;
}

.guideline dl {
  margin-bottom: 50px;
}

.guideline dl:last-child {
  margin-bottom: 0;
}

.guideline dl dd {
  font-size: 14px;
}

/*セルレット
=========================================================*/
.perfection-text-wrp {
  margin-bottom: 50px;
}

.perfection-text-wrp .perfection-text {
  width: 445px;
}

.perfection-text-wrp .perfection-img {
  width: 340px;
}

.perfection-list {
  margin-bottom: 60px;
}

.perfection-list li {
  width: 115px;
}

#selret-feature {
  margin-bottom: 70px;
}

#selret-feature h4 {
  text-align: center;
  position: relative;
  z-index: 10;
}

#selret-feature .selret-feature-list {
  margin-bottom: 10px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

#selret-feature .selret-feature-list li {
  width: 190px;
  position: relative;
}

#selret-feature .selret-feature-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -30px;
  bottom: 0;
  left: auto;
  width: 40px;
  height: 36px;
  background: url("../img/common/arrow01.png") no-repeat center/contain;
  margin-top: -18px;
  z-index: 50;
}

#selret-feature .selret-feature-list li:last-child:before {
  display: none;
}

#vital-charcoal .vital-charcoal-list {
  margin-bottom: 50px;
}

#vital-charcoal .vital-charcoal-list dl {
  text-align: center;
  width: 380px;
  position: relative;
  margin-right: 100px;
}

#vital-charcoal .vital-charcoal-list dl:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -60px;
  bottom: 0;
  left: auto;
  width: 30px;
  height: 80px;
  background: url("../img/common/arrow02.png") no-repeat center/contain;
  margin-top: -80px;
}

#vital-charcoal .vital-charcoal-list dl:last-child {
  margin-right: 0;
}

#vital-charcoal .vital-charcoal-list dl:last-child:before {
  display: none;
}

#vital-charcoal .vital-charcoal-list dl dt {
  height: 260px;
  margin-bottom: 15px;
}

#vital-charcoal .vital-charcoal-list dl dd {
  font-weight: bold;
  color: #46a8e7;
  font-size: 26px;
  line-height: 1.8;
}

#vital-charcoal .vital-charcoal-list dl dd span {
  display: block;
  font-size: 28px;
}

#how-to-use {
  margin-bottom: 45px;
}

#how-to-use .subttl {
  margin-bottom: 15px;
  font-size: 28px;
  text-align: center;
  background: url(../img/common/common-title-border01.png) no-repeat left -550px center, url(../img/common/common-title-border01.png) no-repeat right -550px center;
}

#how-to-use .subttl span {
  color: #6fb92c;
}

#proven {
  margin-bottom: 50px;
}

#proven .proven-dl-wrp {
  margin-bottom: 30px;
}

#proven .proven-dl-wrp .proven-dl {
  width: 500px;
}

#proven .proven-dl-wrp .proven-dl dl {
  margin-bottom: 30px;
}

#proven .proven-dl-wrp .proven-dl dl:last-child {
  margin-bottom: 0;
}

#proven .proven-dl-wrp .proven-img {
  width: 300px;
}

.selret-allitem-banner {
  text-align: center;
}

/*販売店登録について
=========================================================*/
.shop-entry-risk-ttl {
  text-align: center;
  border-bottom: #008bd5 5px solid;
  margin-bottom: 30px;
  font-size: 32px;
}

.shop-entry-risk-ttl span {
  position: relative;
  padding-left: 200px;
  font-weight: bold;
  color: #008bd5;
}

.shop-entry-risk-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  right: auto;
  bottom: 0;
  left: 0;
  width: 185px;
  height: 73px;
  background: url("../img/shopentry/no-risk-icon.png") no-repeat center/contain;
}

.shop-entry-risk-list {
  margin-bottom: 40px;
  text-align: center;
}

.shop-entry-risk-list .no-risk-img {
  margin-bottom: 10px;
}

.shop-entry-risk-list dl {
  width: 250px;
}

.shop-entry-risk-list dl dt {
  font-size: 18px;
  line-height: 1.5;
  color: #008bd5;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(../img/common/common-dt-line.png) no-repeat left bottom;
}

.shop-entry-risk-list dl dd {
  font-size: 14px;
}

#flow .coution {
  margin-bottom: 15px;
}

#flow .flow-list {
  margin-bottom: 60px;
}

#flow .flow-list li {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#flow .flow-list li:last-child {
  margin-bottom: 0;
}

#flow .flow-list li {
  position: relative;
}

#flow .flow-list li:nth-child(1):before {
  content: "1.";
  display: block;
  position: absolute;
  font-size: 20px;
  left: -40px;
  top: 0px;
  color: #008bd5;
  font-weight: bold;
}

#flow .flow-list li {
  position: relative;
}

#flow .flow-list li:nth-child(2):before {
  content: "2.";
  display: block;
  position: absolute;
  font-size: 20px;
  left: -40px;
  top: 0px;
  color: #008bd5;
  font-weight: bold;
}

#flow .flow-list li {
  position: relative;
}

#flow .flow-list li:nth-child(3):before {
  content: "3.";
  display: block;
  position: absolute;
  font-size: 20px;
  left: -40px;
  top: 0px;
  color: #008bd5;
  font-weight: bold;
}

#flow .flow-list li {
  position: relative;
}

#flow .flow-list li:nth-child(4):before {
  content: "4.";
  display: block;
  position: absolute;
  font-size: 20px;
  left: -40px;
  top: 0px;
  color: #008bd5;
  font-weight: bold;
}

#flow .flow-list li {
  position: relative;
}

#flow .flow-list li:nth-child(5):before {
  content: "5.";
  display: block;
  position: absolute;
  font-size: 20px;
  left: -40px;
  top: 0px;
  color: #008bd5;
  font-weight: bold;
}

#flow .flow-list li {
  position: relative;
}

#flow .flow-list li:nth-child(6):before {
  content: "6.";
  display: block;
  position: absolute;
  font-size: 20px;
  left: -40px;
  top: 0px;
  color: #008bd5;
  font-weight: bold;
}

#about-entry-form .coution {
  margin-bottom: 20px;
}

/*会社案内
=========================================================*/
.ceo-img {
  width: 140px;
}

.ceo-greeting {
  margin-bottom: 100px;
}

.ceo-greeting .ceo-section-wrp {
  margin-bottom: 60px;
}

.company-catch-ttl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url(../img/common/common-title-border02.png) repeat-x bottom left;
}

.company-catch-ttl .subttl {
  display: block;
  font-size: 28px;
  line-height: 1.5;
}

.company-catch-ttl .subttl span {
  color: #46a8e7;
}

.greeting-text {
  width: 650px;
  font-size: 14px;
}

.logo-section .logo-img {
  width: 160px;
}

.logo-section p {
  width: 640px;
  font-size: 14px;
}

#company-infomation {
  padding-top: 60px;
  margin-top: -60px;
}

.company-dl {
  margin-bottom: 30px;
}

.map .map-ttl {
  font-weight: bold;
  color: #008bd5;
  margin-bottom: 10px;
}

.map .map-ttl span {
  padding-left: 20px;
  position: relative;
}

.map .map-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 20px;
  background: url("../img/company/map-icon.png") no-repeat center/contain;
}

.map .map-wrp {
  height: 300px;
}

/*商品一覧
=========================================================*/
#page_navi_top,
.products-number {
  width: 100%;
}

.all-products-list {
  width: 240px;
  margin: 30px 50px 0 0;
  overflow: auto;
  position: relative;
}

.all-products-list>form {
  overflow: auto;
  width: 100%;
}

div.listrightbloc .detail_btn {
  margin-bottom: 0;
}

.all-products-wrp .all-products-list:nth-of-type(3n+4) {
  margin-right: 0!important;
}

.all-products-wrp .all-products-list:nth-of-type(-n+4) {
  margin-top: 0!important;
}

div.listrightbloc ul.status_icon {
  position: absolute;
  margin: 0;
  right: 0;
  top: 7px;
  width: 100%;
}

div.list_area {
  width: auto;
}

div.listphoto {
  width: 100%;
  margin-bottom: 10px;
  float: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

div.listphoto a {
  display: block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

div.listphoto img {
  width: 100%;
  border: none;
}

#main_column.colnum2 div.listrightbloc {
  float: none;
  width: 100%;
}

.all-products-list .detail_btn {
  text-align: center;
  position: absolute;
  width: 240px;
  left: 0;
  bottom: 0;
}

.all-products-list .detail_btn a {
  display: block;
  background: #008bd5;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}

.all-products-list h3 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  background: url('../img/common/product_ttl_line.png')repeat-x left bottom;
}

.all-products-list h3 a {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
}

.all-products-list .pricebox.sale_price {
  text-align: right;
  font-weight: bold;
  color: #ee5d4d;
  font-size: 14px;
}

/*商品詳細
=========================================================*/
#detailarea #detailphotobloc {
  width: 33%!important;
}

#detailarea #detailphotobloc img {
  height: auto;
}

.detail-count {
  margin-bottom: 10px;
}

.sub-products-image div.subphotoimg {
  float: none!important;
  width: 100%!important;
  text-align: center!important;
  margin-bottom: 20px!important;
}

.sub-products-image div.subphotoimg img {
  height: auto!important;
}

.sub-products-image div.subtext {
  float: none!important;
  width: 100%!important;
}

/*お問い合わせ
=========================================================*/
.contact-text {
	margin-bottom: 30px;
}

.link-btn {
	font-size: 16px;
	font-weight: bold;
	color: #39c;
}

.contact-dl dl:first-child {
	border-top: 1px solid #ccc;
}

.contact-dl dt {
	width: 250px;
	padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}

.contact-dl dd {
	width: 570px;
	padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#undercolumn_contact .common-section {
	margin-bottom: 30px;
}

#undercolumn_contact .common-section:last-child  {
	margin-bottom: 0;
}

#undercolumn_contact .common-section .ttl08 {
	margin-bottom: 10px;
}

#undercolumn_contact .common-section .tel {
	font-weight: bold;
	font-size: 18px;
}

#undercolumn_contact table th, #undercolumn_contact table td, #undercolumn_entry table th, #undercolumn_entry table td {
  font-size: 14px;
}

.kiyaku_text {
  font-size: 14px !important;
}

/*お知らせ
=========================================================*/
.all-news-list {
  border-bottom: 1px dotted #ccc;
}

.all-news-list a {
  display: block;
  padding: 15px 0 20px;
}

.all-news-list time,
.all-news-list .news-ttl {
  display: inline-block;
  vertical-align: middle;
}

.all-news-list time {
  font-size: 12px;
  width: 110px;
  border: solid 1px #ccc;
  margin-right: 20px;
  text-align: center;
  color: #46a8e7;
}

.all-news-list h4 {
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 15px;
}

.all-news-list p {
  background: #f2f2f2;
  padding: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #4d4d4d;
}

/*プライバシーポリシー
=========================================================*/
.privacy-txt {
  margin-bottom: 40px;
}

.privacy-wrp .privacy-box {
  margin-bottom: 30px;
}

.privacy-wrp .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ　テンプレート
-----------------------------------------------------------*/
#site_map {
    padding-bottom: 100px;
}

.site_list ul:last-child {
  margin-right: 0;
}

.site_list li {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.site_list a {
  font-size: 15px;
    position: relative;
    display: block;
    padding: 12px 0 12px 25px;
    color: #4d4d4d;
    font-weight: bold;
}

.site_list a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    border-top: 2px solid #6fb92c;
    border-right: 2px solid #6fb92c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

.site_list a:hover {
  color: #008bd5;
}

.site_list a:hover::after {
  left: 8px;
}
