@charset "utf-8";
@media print, screen and (min-width:751px) {
/*-------------------------------------
  下層共通
--------------------------------------*/
#breadcrumb {
  line-height: 1;
  margin: 50px 0 30px;
}
#breadcrumb ul {
  width: 900px;
  margin: 0 auto;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #444;
  padding-right: 25px;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li a {
  color: #f96d06;
  text-decoration: underline;
}
#breadcrumb li a:hover {
  text-decoration: none;
}
#breadcrumb li:before {
  position: absolute;
  content: "＞";
  right: 0;
  top: 0;
  font-weight: bold;
}
#breadcrumb li:last-child:before {
  content: none;
}

/*-------------------------------------
  トップページ
--------------------------------------*/
#top #sec_01 {
  padding: 80px 0;
  background: url(../img/common/bg02.jpg) repeat;
}
#top #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#top #sec_01 .products_list li:nth-child(3n) {
  margin-right: 0;
}
#top #sec_01 .products_list li:nth-child(n+4) {
  margin-top: 60px;
}
#top #sec_01 .products_list li {
  float: left;
  width: 248px;
  margin-right: 78px;
}
#top #sec_01 .products_list li a {
  display: block;
  color: #393837;
  text-decoration: none;
}
#top #sec_01 .products_list li a:hover {
  opacity: 0.7;
}
#top #sec_01 .products_list .img_box {
  width: 248px;
  height: 248px;
  border: 1px solid #393837;
  margin-bottom: 10px;
  overflow: hidden;
}
#top #sec_01 .products_list .img_box img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
}
#top #sec_01 .products_list h4 {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
#top #sec_01 .products_list .txt {
  text-align: center;
  border-top: 1px dashed #393837;
  border-bottom: 1px dashed #393837;
  padding: 5px 0;
  margin-bottom: 5px;
}
#top #sec_01 .products_list .capacity {
  text-align: center;
}
#top #sec_01 .products_list .capacity span:before {
  content: "内容量：";
}
#top #sec_01 .products_list .price {
  color: #f96d06;
  text-align: center;
}
#top #sec_01 .products_list .price span:before {
  content: "販売価格：";
  font-size: 14px;
  font-weight: normal;
}
#top #sec_01 .products_list .price span {
  font-size: 18px;
  font-weight: bold;
}
#top #sec_01 .products_list .cart_btn {
  text-align: right;
}
#top #sec_01 .products_list .cart_btn .quantity {
  display: inline-block;
  margin-right: 20px;
}
#top #sec_01 .products_list .cart_btn .quantity input {
  width: 48px;
  font-size: 16px;
}
#top #sec_01 .products_list .cart_btn button {
  display: inline-block;
  height: 38px;
  color: #fff;
  font-weight: bold;
  background: #499500;
  border: 1px solid #499500;
  padding: 0 16px;
  line-height: 34px;
  transition: .4s;
}
#top #sec_01 .products_list .cart_btn button:hover {
  color: #499500;
  background: #fff;
}
#top #sec_02 {
  padding: 80px 0;
  background: url(../img/common/bg01.jpg) repeat;
}
#top #sec_02 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#top #sec_02 .news_list {
  border: 1px solid #393837;
  background: #fff;
  padding: 30px 100px 60px 100px;
  border-radius: 12px;
}
#top #sec_02 .news_list li {
  display: block;
  color: #393837;
  font-size: 16px;
  background: url(../img/common/angle_down.png) right 30px top 18px no-repeat;
  border-bottom: 1px solid #393837;
  padding: 18px 60px 18px 30px;
  cursor: pointer;
}
#top #sec_02 .news_list li.open {
  background: url(../img/common/angle_up.png) right 30px top 18px no-repeat;
}
#top #sec_02 .news_list .date {
  float: left;
  margin-right: 30px;
}
#top #sec_02 .news_list .news_ttl {
  float: left;
  width: 460px;
}
#top #sec_02 .news_list li:hover .news_ttl {
  text-decoration: underline;
}
#top #sec_02 .news_list .detail_box {
  margin-top: 15px;
}

/*-------------------------------------
  商品一覧
--------------------------------------*/
#products #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#products #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#products #sec_01 .products_list li {
  float: left;
  width: 195px;
  margin-right: 40px;
}
#products #sec_01 .products_list li:nth-child(4n) {
  margin-right: 0;
}
#products #sec_01 .products_list li:nth-child(n+5) {
  margin-top: 60px;
}
#products #sec_01 .products_list li a {
  display: block;
  text-decoration: none;
}
#products #sec_01 .products_list li a:hover {
  opacity: 0.7;
}
#products #sec_01 .products_list .img_box {
  width: 195px;
  height: 195px;
  border: 1px solid #393837;
  margin-bottom: 10px;
  overflow: hidden;
}
#products #sec_01 .products_list .img_box img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
}
#products #sec_01 .products_list .txt_box {
  margin-bottom: 5px;
}
#products #sec_01 .products_list h4 {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
#products #sec_01 .products_list .txt {
  font-size: 13px;
  text-align: center;
  border-top: 1px dashed #393837;
  border-bottom: 1px dashed #393837;
  padding: 5px 0;
  margin-bottom: 5px;
}
#products #sec_01 .products_list .capacity {
  font-size: 13px;
  text-align: center;
}
#products #sec_01 .products_list .capacity span:before {
  content: "内容量："
}
#products #sec_01 .products_list .price {
  font-size: 13px;
  color: #f96d06;
  text-align: center;
}
#products #sec_01 .products_list .price span {
  font-size: 16px;
  font-weight: bold;
}
#products #sec_01 .products_list .price span:before {
  content: "販売価格：";
  font-size: 14px;
  font-weight: normal;
}
#products #sec_01 .products_list .cart_btn {
  text-align: right;
}
#products #sec_01 .products_list .cart_btn .quantity {
  display: inline-block;
  font-size: 12px;
  margin-right: 3px;
}
#products #sec_01 .products_list .cart_btn .quantity input {
  width: 42px;
  height: 34px;
  font-size: 16px;
  text-align: center;
  padding: 0 4px;
}
#products #sec_01 .products_list .cart_btn button {
  width: 105px;
  display: inline-block;
  height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #499500;
  border: 1px solid #499500;
  line-height: 30px;
  padding: 0 6px;
  cursor: pointer;
  transition: .4s;
}
#products #sec_01 .products_list .cart_btn button:hover {
  color: #499500;
  background: #fff;
}

/*-------------------------------------
  商品詳細
--------------------------------------*/
#products_single #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#products_single #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#products_single #sec_01 .left_box {
  float: left;
  width: 300px;
  border: 1px solid #393837;
}
#products_single #sec_01 .left_box img {
  width: 100%;
  height: auto;
}
#products_single #sec_01 .right_box {
  float: right;
  width: 530px;
}
#products_single #sec_01 .right_box .item_name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
#products_single #sec_01 .right_box .price {
  color: #f96d06;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#products_single #sec_01 .right_box .price span {
  font-size: 24px;
  font-weight: bold;
}
#products_single #sec_01 .right_box .caption_01,
#products_single #sec_01 .right_box .caption_02 {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#products_single #sec_01 .right_box .caption_02 li {
  margin-bottom: 5px;
}
#products_single #sec_01 .right_box .caption_02 li:last-child {
  margin-bottom: 0;
}
#products_single #sec_01 .right_box .caption_02 li.component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#products_single #sec_01 .right_box .caption_02 li.component span {
  white-space: nowrap;
}
#products_single #sec_01 .right_box .caption_03 {
  color: #CE0026;
  font-size: 12px;
  margin-bottom: 20px;
}
#products_single #sec_01 .right_box .quantity {
  /* display: inline-block; */
  /* margin-right: 20px; */
  margin-bottom: 15px;
  text-align: right;
}
#products_single #sec_01 .right_box .quantity input {
  width: 64px;
  height: 36px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
}
#products_single #sec_01 .right_box .cart_btn button {
  display: block;
  width: 240px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #499500;
  border: 1px solid #499500;
  line-height: 45px;
  transition: .4s;
  padding: 0;
  margin: 0 0 15px auto;
}
#products_single #sec_01 .right_box .cart_btn button:hover {
  color: #499500;
  background: #fff;
}
#products_single #sec_01 .right_box .link_btn {
  text-align: right;
}
#products_single #sec_01 .right_box .link_btn a {
  display: inline-block;
  width: 240px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #525263;
  border: 1px solid #525263;
  line-height: 45px;
  transition: .4s;
  text-decoration: none;
}
#products_single #sec_01 .right_box .link_btn a:hover {
  color: #525263;
  background: #fff;
}

/*-------------------------------------
  ご利用ガイド
--------------------------------------*/
#guide #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#guide #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#guide #sec_01 .guide_box {
  margin-bottom: 45px;
}
#guide #sec_01 .guide_box.last {
  margin-bottom: 0;
}
#guide #sec_01 .guide_box .txt {
  margin-bottom: 15px;
}
#guide #sec_01 .guide_box .txt.last {
  margin-bottom: 0;
}
#guide #sec_01 .guide_box .img_box {
  margin-bottom: 10px;
}
#guide #sec_01 .guide_box .txt_list_01 > li {
  padding-left: 2em;
  margin-bottom: 20px;
}
#guide #sec_01 .guide_box .txt_list_01 > li:last-child {
  margin-bottom: 0;
}
#guide #sec_01 .guide_box .txt_list_01 > li .num {
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}
#guide #sec_01 .guide_box .txt_list_02 {
  margin-bottom: 20px;
}
#guide #sec_01 .guide_box .txt_list_02.last {
  margin-bottom: 0;
}
#guide #sec_01 .guide_box .txt_list_02 > li {
  padding-left: 2.5em;
  margin-bottom: 5px;
}
#guide #sec_01 .guide_box .txt_list_02 > li:last-child {
  margin-bottom: 0;
}
#guide #sec_01 .guide_box .txt_list_02 > li .num {
  display: inline-block;
  width: 2.5em;
  margin-left: -2.5em;
}
#guide #sec_01 .guide_box .txt_list_03 > li {
  padding-left: 1.5em;
  margin-bottom: 5px;
}
#guide #sec_01 .guide_box .txt_list_03 > li:last-child {
  margin-bottom: 0;
}
#guide #sec_01 .guide_box .txt_list_03 > li .num {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
#guide #sec_01 .guide_box .txt_list_04 > li {
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#guide #sec_01 .guide_box .txt_list_04 > li:last-child {
  margin-bottom: 0;
}
#guide #sec_01 .guide_box .txt_list_04 > li .num {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
#guide #sec_01 .guide_box .txt_dl_01 {
  margin-top: 25px;
}
#guide #sec_01 .guide_box .txt_dl_01 > dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
#guide #sec_01 .guide_box .txt_dl_01 > dd {
  margin-bottom: 30px;
}
#guide #sec_01 .guide_box .txt_dl_02 {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 25px;
}
#guide #sec_01 .guide_box .txt_dl_02 > dt {
  font-size: 15px;
  font-weight: bold;
}
#guide #sec_01 .guide_box .txt_dl_02 > dd {
  margin-bottom: 20px;
}
#guide #sec_01 .guide_box .txt_dl_02 > dd.last {
  margin-bottom: 0;
}


/*-------------------------------------
  利用規約
--------------------------------------*/
#agreement #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#agreement #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#agreement #sec_01 .agreement_box {
  margin-bottom: 45px;
}
#agreement #sec_01 .agreement_box.last {
  margin-bottom: 0;
}
#agreement #sec_01 .agreement_box .txt_box {
  margin-bottom: 15px;
}
#agreement #sec_01 .agreement_box .txt_box.last {
  margin-bottom: 0;
}
#agreement #sec_01 .agreement_box dt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
#agreement #sec_01 .agreement_box dt:first-child {
  margin-top: 0px;
}
#agreement #sec_01 .agreement_box .txt_list_01 > li {
  padding-left: 1.5em;
  margin-bottom: 10px;
}
#agreement #sec_01 .agreement_box .txt_list_01 > li:last-child {
  margin-bottom: 0;
}
#agreement #sec_01 .agreement_box .txt_list_01 > li .num {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
#agreement #sec_01 .agreement_box .txt_list_02 {
  margin-bottom: 20px;
}
#agreement #sec_01 .agreement_box .txt_list_02.first {
  margin-top: 5px;
}
#agreement #sec_01 .agreement_box .txt_list_02.last {
  margin-bottom: 0;
}
#agreement #sec_01 .agreement_box .txt_list_02 > li {
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#agreement #sec_01 .agreement_box .txt_list_02 > li:last-child {
  margin-bottom: 0;
}
#agreement #sec_01 .agreement_box .txt_list_02 > li .num {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

/*-------------------------------------
  特定商取引法に基づく表記
--------------------------------------*/
#tradelaw #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#tradelaw #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#tradelaw #sec_01 .tradelaw_box .table_row {
  display: table-row;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell {
  display: table-cell;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_head {
  width: 220px;
  font-weight: bold;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .txt_box {
  margin-bottom: 15px;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_01 > li {
  margin-bottom: 25px;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_01 > li:last-child {
  margin-bottom: 0;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_01 > li p,
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_03 > li.list_head {
  font-weight: bold;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_02 > li {
  padding-left: 1.2em;
  margin-bottom: 10px;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_02 > li:last-child {
  margin-bottom: 0;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_02 > li .num {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_02 > li {
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_02 > li:last-child {
  margin-bottom: 0;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_02 > li .num {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_04 {
  margin-top: 20px;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_04 > li {
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_04 > li:last-child {
  margin-bottom: 0;
}
#tradelaw #sec_01 .tradelaw_box .table_row .table_cell .list_04 > li .num {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

/*-------------------------------------
  プライバシーポリシー
--------------------------------------*/
#privacypolicy #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#privacypolicy #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#privacypolicy #sec_01 .txt,
#privacypolicy #sec_01 .privacypolicy_box {
  margin-bottom: 45px;
}
#privacypolicy #sec_01 .privacypolicy_box.last {
  margin-bottom: 0;
}
#privacypolicy #sec_01 .privacypolicy_box .txt_box {
  margin-bottom: 15px;
}
#privacypolicy #sec_01 .privacypolicy_box .txt_box.last {
  margin-bottom: 0;
}
#privacypolicy #sec_01 .privacypolicy_box .txt_list_01 li {
  list-style-type: circle;
  margin-bottom: 10px;
  margin-left: 1.5em;
}
#privacypolicy #sec_01 .privacypolicy_box .txt_list_01 li:last-child {
  margin-bottom: 0;
}
#privacypolicy #sec_01 .privacypolicy_box dt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
#privacypolicy #sec_01 .privacypolicy_box dt:first-child {
  margin-top: 0px;
}

/*-------------------------------------
  サイトマップ
--------------------------------------*/
#sitemap #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#sitemap #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#sitemap .sitemap_list li {
  float: left;
  width: 31%;
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}
#sitemap .sitemap_list li:last-child {
  margin-bottom: 0;
}
#sitemap .sitemap_list li a {
  display: inline-block;
  color: #393837;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
#sitemap .sitemap_list li a::before,
#sitemap .sitemap_list li a::after {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  content: "";
  border-bottom: solid 2px #f96d06;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  overflow: hidden;
}
#sitemap .sitemap_list li a::before {
  left: 50%;
}
#sitemap .sitemap_list li a::after {
  right: 50%;
}
#sitemap .sitemap_list li a:hover::before,
#sitemap .sitemap_list li a:hover::after {
  width: 50%;
}

/*-----------------------------------------------------
  カートページ
------------------------------------------------------*/
#cart_page #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#cart_page #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#cart_page #sec_01 .flowline ul li {
  font-size: 1rem;
}
#cart_page #sec_01 .flowline li.active .flow_number,
#cart_page #sec_01 .flowline li .flow_number {
  font-size: 1rem;
}
#cart_page #sec_01 div.table ol li {
  color: #fff;
  background: #5CB1B1;
}
#cart_page #sec_01 #cart_item__info.message {
  font-size: 18px;
}
#cart_page #sec_01 #cart_item__info.message strong {
  font-size: 1.4rem;
  color: #DE5D50;
}
#cart_page #sec_01 #total_box__user_action_menu .btn {
  font-size: 1rem;
  text-decoration: none;
}
#cart_page #sec_01 .total_box dl {
  line-height: 38px;
}
#cart_page #sec_01 .cart_item .item_box > .td {
  border-bottom: 1px dotted #aaa;
}
#cart_page #sec_01 .total_box dl.total_price dt {
  padding: 0;
}
#cart_page #sec_01 .total_box dl.total_price dd {
  font-size: 1.4rem;
}
#cart_page #sec_01 #total_box__user_action_menu .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  カートページ（商品購入ログイン）
------------------------------------------------------*/
#cart_page #sec_01 #login_wrap {
  padding: 0;
  margin: 0;
}
#cart_page #sec_01 #login_box {
  margin: 0;
}
#cart_page #sec_01 #login_box .column {
  border: 1px solid #ccc;
  background: #fff;
  margin: 0;
}
#cart_page #sec_01 #login_box #customer_box__body_inner {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/*-----------------------------------------------------
  カートページ（ご注文内容の確認）
------------------------------------------------------*/
#page_shopping #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#page_shopping #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#page_shopping #sec_01 .flowline ul li {
  font-size: 1rem;
}
#page_shopping #sec_01 .flowline li.active .flow_number,
#page_shopping #sec_01 .flowline li .flow_number {
  font-size: 1rem;
}
#page_shopping #sec_01 #shopping_confirm .col-sm-8 {
  float: left;
  width: 530px;
}
#page_shopping #sec_01 #shopping_confirm .col-sm-4 {
  float: right;
  width: 340px;
}
#page_shopping #sec_01 #shopping_confirm .cart_item .item_box > .td {
  border-bottom: 1px dotted #aaa;
}
#page_shopping #sec_01 #shopping_confirm .btn-default {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  text-decoration: none;
}
#page_shopping #sec_01 #shopping_confirm .btn-default:hover {
  color: #fff;
  background-color: #474757;
  border-color: #474757;
}
#page_shopping #sec_01 #shopping_confirm .heading02 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#page_shopping #sec_01 #shopping_confirm .column.is-edit h3 {
  margin: 15px 0;
}
#page_shopping #sec_01 #shopping_confirm .total_box dl dt {
  font-size: 0.8rem;
}
#page_shopping #sec_01 #shopping_confirm .total_box .total_amount p.total_price {
  font-size: 0.8rem;
}
#page_shopping #sec_01 #shopping_confirm .total_box .total_amount p.total_price {
  font-size: 0.8rem;
}
#page_shopping #sec_01 #shopping_confirm .total_box .total_amount p.total_price strong {
  font-size: 1.4rem;
}
#page_shopping #sec_01 #shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 0.8rem;
  font-weight: bold;
}
#page_shopping #sec_01 #shopping_confirm .total_box .total_amount p .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  カートページ（ご注文完了）
------------------------------------------------------*/
#cart_page #sec_01 .complete_message .heading01 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#cart_page #sec_01 #deliveradd_input #deliveradd_input_box__message {
  margin-bottom: 30px;
}
#cart_page #sec_01 #deliveradd_input .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#cart_page #sec_01 #deliveradd_input .col-sm-offset-4 .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  ログインページ(ナビ)
------------------------------------------------------*/
#navi_list_box.local_nav #navi_list li {
  width: 33.3%;
}
#navi_list_box.local_nav #navi_list li:nth-child(3n) {
  display: none;
}

/*-----------------------------------------------------
  ログインページ
------------------------------------------------------*/
#mypage #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#mypage #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#mypage #sec_01 #login_box {
  margin: 0;
}
#mypage #sec_01 #login_box .column {
  border: 1px solid #ccc;
  background: #fff;
  margin: 0;
}

/*-----------------------------------------------------
  マイページ／ご注文履歴
------------------------------------------------------*/
#mypage #sec_01 #history_wrap {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #history_wrap .local_nav li {
  background: #fff;
}
#mypage #sec_01 #history_wrap .local_nav li a {
  text-decoration: none;
}
#mypage #sec_01 #history_wrap #welcome_message {
  padding: 24px 0;
  font-size: 1.1rem;
}
#mypage #sec_01 #history_list {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #history_list #history_list__total_count {
  border-top: 1px solid #aaa;
  padding: 20px 0;
}
#mypage #sec_01 #history_list .historylist_column {
  border-top: 1px solid #aaa;
}
#mypage #sec_01 #history_list .historylist_column .col-sm-4 {
  float: left;
  width: 360px;
}
#mypage #sec_01 #history_list .historylist_column .col-sm-8 {
  float: right;
  width: 510px;
}
#mypage #sec_01 #history_list .historylist_column .order_date {
  font-size: 1.3rem;
}
#mypage #sec_01 #history_list .historylist_column .btn-default {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  text-decoration: none;
}
#mypage #sec_01 #history_list .historylist_column .btn-default:hover {
  color: #fff;
  background-color: #474757;
  border-color: #474757;
}
#mypage #sec_01 #history_list .historylist_column .col-sm-4 p {
  padding: 15px 0;
}

/*-----------------------------------------------------
  マイページ／会員情報編集
------------------------------------------------------*/
#mypage #sec_01 #detail_wrap {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #detail_wrap .local_nav li {
  background: #fff;
}
#mypage #sec_01 #detail_wrap .local_nav li a {
  text-decoration: none;
}
#mypage #sec_01 #detail_wrap #welcome_message {
  padding: 24px 0;
  font-size: 1.1rem;
}
#mypage #sec_01 #detail_box {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #detail_box .dl_table {
  border-top: 1px dotted #aaa;
  margin: 24px 0 32px;
}
#mypage #sec_01 #detail_box .dl_table dt,
#mypage #sec_01 #detail_box .dl_table dd {
  border-bottom: 1px dotted #aaa;
}
#mypage #sec_01 #detail_box .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#mypage #sec_01 #detail_box .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  マイページ／注文履歴
------------------------------------------------------*/
#mypage #sec_01.historyDetail #detail_wrap .col-sm-8 {
  float: left;
  width: 530px;
}
#mypage #sec_01.historyDetail #detail_wrap .col-sm-4 {
  float: right;
  width: 340px;
}
#mypage #sec_01.historyDetail #shopping_confirm .cart_item .item_box > .td {
  border-bottom: 1px dotted #aaa;
}
#mypage #sec_01.historyDetail #shopping_confirm .btn-default {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  text-decoration: none;
}
#mypage #sec_01.historyDetail #shopping_confirm .btn-default:hover {
  color: #fff;
  background-color: #474757;
  border-color: #474757;
}
#mypage #sec_01.historyDetail #shopping_confirm .heading02 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#mypage #sec_01.historyDetail #shopping_confirm .column.is-edit h3 {
  margin: 15px 0;
}
#mypage #sec_01.historyDetail #shopping_confirm .total_box dl dt {
  font-size: 0.8rem;
}
#mypage #sec_01.historyDetail #shopping_confirm .total_box .total_amount p.total_price {
  font-size: 0.8rem;
}
#mypage #sec_01.historyDetail #shopping_confirm .total_box .total_amount p.total_price {
  font-size: 0.8rem;
}
#mypage #sec_01.historyDetail #shopping_confirm .total_box .total_amount p.total_price strong {
  font-size: 1.4rem;
}
#mypage #sec_01.historyDetail #shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 0.8rem;
  font-weight: bold;
}
#mypage #sec_01.historyDetail #shopping_confirm .total_box .total_amount p .btn {
  font-size: 1rem;
  text-decoration: none;
}
#mypage #sec_01.historyDetail #detail_box__top_button .col-sm-4 {
  text-align: center;
  float: none;
  width: auto;
}
#mypage #sec_01.historyDetail #detail_box__top_button .col-sm-4 a {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  text-decoration: none;
}
#mypage #sec_01.historyDetail #detail_box__top_button .col-sm-4 a:hover {
  color: #fff;
  background-color: #474757;
  border-color: #474757;
}

/*-----------------------------------------------------
  マイページ／会員情報編集(完了)
------------------------------------------------------*/
#mypage #sec_01 #complete_wrap {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #complete_wrap .local_nav li {
  background: #fff;
}
#mypage #sec_01 #complete_wrap .local_nav li a {
  text-decoration: none;
}
#mypage #sec_01 #complete_wrap #welcome_message {
  padding: 24px 0;
  font-size: 1.1rem;
}
#mypage #sec_01 #deliveradd_input {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #complete_box__message {
  margin-bottom: 30px;
}
#mypage #sec_01 .complete_message .heading01 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#mypage #sec_01 #complete_box__top_button .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#mypage #sec_01 #complete_box__top_button .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  マイページ／お届け先編集
------------------------------------------------------*/
/*#mypage #sec_01 #delivery_wrap {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #delivery_wrap .local_nav li {
  background: #fff;
}
#mypage #sec_01 #delivery_wrap .local_nav li a {
  text-decoration: none;
}
#mypage #sec_01 #delivery_wrap #welcome_message {
  padding: 24px 0;
  font-size: 1.1rem;
}
#mypage #sec_01 #delivery_list_box {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #delivery_list_box .btn-default {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
}
#mypage #sec_01 #delivery_list_box #delivery_list_box__body_inner {
  padding: 0 50px;
}
#mypage #sec_01 #delivery_list_box #delivery_list_box__customer_addresses {
  padding: 0;
}
#mypage #sec_01 #delivery_list_box #delivery_box__new_button {
  padding: 1em 0;
}
*/
/*-----------------------------------------------------
  マイページ／退会手続き
------------------------------------------------------*/
#mypage #sec_01 #withdraw_wrap {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #withdraw_wrap .local_nav li {
  background: #fff;
}
#mypage #sec_01 #withdraw_wrap .local_nav li a {
  text-decoration: none;
}
#mypage #sec_01 #withdraw_wrap #welcome_message {
  padding: 24px 0;
  font-size: 1.1rem;
}
#mypage #sec_01 #withdraw_box #withdraw_box__body {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #withdraw_box__body_inner {
  margin-bottom: 30px;
}
#mypage #sec_01 #withdraw_box h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#mypage #sec_01 #withdraw_box .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#mypage #sec_01 #withdraw_box .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  マイページ／退会手続き（確認）
------------------------------------------------------*/
#mypage #sec_01 #confirm_wrap {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #confirm_wrap .local_nav li {
  background: #fff;
}
#mypage #sec_01 #confirm_wrap .local_nav li a {
  text-decoration: none;
}
#mypage #sec_01 #confirm_wrap #welcome_message {
  padding: 24px 0;
  font-size: 1.1rem;
}
#mypage #sec_01 #confirm_wrap #withdraw_box__body {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #confirm_box__message {
  margin-bottom: 20px;
}
#mypage #sec_01 #confirm_box h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#mypage #sec_01 #confirm_box .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#mypage #sec_01 #confirm_box__footer p {
  padding: 1em 0;
}
#mypage #sec_01 #confirm_box .btn {
  font-size: 1rem;
  text-decoration: none;
}
#mypage #sec_01 #confirm_box .btn-info {
  color: #fff;
  background-color: #DE5D50;
  border-color: #DE5D50;
}
#mypage #sec_01 #confirm_box .btn-default {
  color: #fff;
  background-color: #525263;
  border-color: #525263;
}

/*-----------------------------------------------------
  マイページ／退会手続き（完了）
------------------------------------------------------*/
#mypage #sec_01 #complete_wrap {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #complete_wrap #complete_box__body {
  padding: 0;
  margin: 0;
}
#mypage #sec_01 #complete_box h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*-----------------------------------------------------
  新規会員登録
------------------------------------------------------*/
#registration #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#registration #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#registration #sec_01 .form_wrap {
  display: table;
  width: 100%;
}
#registration #sec_01 .form_wrap .common_dl {
  display: table-row;
  border: 0 none;
}
#registration #sec_01 .form_wrap .common_dl dt {
  float: none;
  display: table-cell;
  width: 30%;
  clear: none;
  font-size: 14px;
  text-align: left;
  border-top: none;
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
}
#registration #sec_01 .form_wrap .common_dl dd {
  display: table-cell;
  font-size: 0;
  line-height: 1.7;
  border-top: none;
  border-bottom: 1px dotted #ccc;
  padding: 16px;
}
#registration #sec_01 .form_wrap .common_dl dd input {
  width: 100%;
  font-size: 16px;
  padding: 6px 12px;
  vertical-align: middle;
}
#registration #sec_01 .form_wrap .common_dl dd.input_name_01 input,
#registration #sec_01 .form_wrap .common_dl dd.input_name_02 input {
  display: inline-block;
  width: 48%;
  margin: 0 0 0 3%;
}
#registration #sec_01 .form_wrap .common_dl dd.input_name_01 input:first-child,
#registration #sec_01 .form_wrap .common_dl dd.input_name_02 input:first-child {
  margin-left: 0;
}
#registration #sec_01 .form_wrap .common_dl dd.input_address .zip_mark {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  vertical-align: middle;
}
#registration #sec_01 .form_wrap .common_dl dd.input_address .address_box_02,
#registration #sec_01 .form_wrap .common_dl dd.input_address .address_box_03,
#registration #sec_01 .form_wrap .common_dl dd.input_address .address_box_04 {
  margin-top: 15px;
}
#registration #sec_01 .form_wrap .common_dl dd.input_address .address_box_01 input {
  display: inline-block;
  width: 40%;
}
#registration #sec_01 .form_wrap .common_dl dd.input_tel_01 input,
#registration #sec_01 .form_wrap .common_dl dd.input_fax_01 input {
  width: 40%;
}
#registration #sec_01 .form_wrap .common_dl dd.input_mail_01 input {
  width: 100%;
}
#registration #sec_01 .form_wrap .common_dl dd select {
  font-size: 16px;
  height: 40px;
  padding: 6px 12px;
}
#registration #sec_01 .form_wrap .common_dl dd input[type="radio"] {
  display: inline-block;
  width: 1.0em;
  margin: 0 3px 0 3px;
  height: 30px;
}
#registration #sec_01 .form_wrap .common_dl dd.input_sex_01 label {
  font-size: 16px;
  margin: 0 0 0 4%;
}
#registration #sec_01 .form_wrap .common_dl dd.input_sex_01 label:first-child {
  margin-left: 0;
}
div.prefcodeResult {
  font-size: 16px;
}
#registration #sec_01 .form_text {
  text-align: center;
  padding: 20px 0;
}
#registration #sec_01 #submit.mfp_buttons {
  width: 300px;
  padding: 0;
  margin: 0 auto;
}
#registration #sec_01 .mfp_buttons button:hover {
  background: #D85145;
}
table#mfp_confirm_table tr {
  border-bottom: 1px dotted #ccc;
}
table#mfp_confirm_table tr.mfp_achroma,
table#mfp_confirm_table tr.mfp_colored {
  background: none;
}
#registration #sec_01 #mfp_confirm_table th {
  width: 30%;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 0;
}
#registration #sec_01 #mfp_confirm_table td {
  font-size: 14px;
  border: none;
  padding: 16px 0;
}

#registration #sec_01 .mfp_buttons {
  padding: 30px 0 0;
}
#registration #sec_01 .mfp_buttons button.mfp_element_submit,
#registration #sec_01 .mfp_buttons button.mfp_element_button {
  display: block;
  width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 0 !important;
  background: #DE5D50;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
}
#registration #sec_01 .mfp_buttons button.mfp_element_submit:hover,
#registration #sec_01 .mfp_buttons button.mfp_element_button:hover {
  background: #D85145;
}
#registration #sec_01 .mfp_buttons button#mfp_button_cancel {
  background: #525263;
}
#registration #sec_01 .mfp_buttons button#mfp_button_cancel:hover {
  background: #474757;
}

/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
  box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
  background:none;
  padding-left:0;
  color:#f93434;
  font-weight:bold;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
  background-color:#fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
  background-color:#ff7500;
  border-color:#ff7500;
  font-size:12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
  padding:0;
  border:none;
}
form#mailformpro label.mfp_checked {
  padding:0;
  border:none;
  background:none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
  font-size:0.8em;
  text-shadow:none;
}
/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table{
  width:100%;
}
div#mfp_phase_confirm h4 {
  font-size:16px;
  color:#DE5D50;
  margin-bottom:20px;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
  display: inline-block;
  color: #f93434;
  font-size: 18px;
  font-weight: normal;
  margin-left: 6px;
  vertical-align: top;
}

/*-----------------------------------------------------
  新規会員登録完了
------------------------------------------------------*/
#registration_complete #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#registration_complete #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#registration_complete #sec_01 .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#registration_complete #sec_01 .txt {
  text-align: center;
  margin-bottom: 30px;
}
#registration_complete #sec_01 .link_btn {
  text-align: center;
}
#registration_complete #sec_01 .link_btn a {
  display: block;
  width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #DE5D50;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
}
#registration_complete #sec_01 .link_btn a:hover {
  background: #D85145;
}

/*-----------------------------------------------------
  新規会員登録
------------------------------------------------------*/
/*#registration_page #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#registration_page #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#registration_page #sec_01 .dl_table {
  border-top: 1px dotted #aaa;
  margin: 24px 0 32px;
}
#registration_page #sec_01 #top_box__footer .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#registration_page #sec_01 #top_box__footer p {
  padding: 1em 0;
}
#registration_page #sec_01 #top_box__footer .btn {
  font-size: 1rem;
  text-decoration: none;
}*/

/*-----------------------------------------------------
  新規会員登録確認（確認）
------------------------------------------------------*/
/*#registration_page #sec_01 #confirm_box__footer .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#registration_page #sec_01 #confirm_box__footer p {
  padding: 1em 0;
}
#registration_page #sec_01 #confirm_box__footer .btn {
  font-size: 1rem;
  text-decoration: none;
}*/

/*-----------------------------------------------------
  会員登録完了（仮登録）
------------------------------------------------------*/
/*#registration_page #sec_01 #complete_box__message {
  margin-bottom: 30px;
}
#registration_page #sec_01 .complete_message .heading01 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#registration_page #sec_01 #complete_box__footer .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#registration_page #sec_01 #complete_box__footer .btn {
  font-size: 1rem;
  text-decoration: none;
}*/

/*-----------------------------------------------------
  会員登録完了（本登録）
------------------------------------------------------*/
/*#registration_page #sec_01 #activate_box__message {
  margin-bottom: 30px;
}
#registration_page #sec_01 #activate_box__footer .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#registration_page #sec_01 #activate_box__footer .btn {
  font-size: 1rem;
  text-decoration: none;
}*/

/*-----------------------------------------------------
  パスワードの再発行
------------------------------------------------------*/
#forgot_page #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#forgot_page #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#forgot_page #sec_01 #top_box__body p {
  margin: 1em 0;
}
#forgot_page #sec_01 #top_box__footer .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#forgot_page #sec_01 #top_box__footer .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  パスワード発行メールの送信 完了
------------------------------------------------------*/
#forgot_page #sec_01 #complete_box__message h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*-----------------------------------------------------
  パスワード変更(完了ページ)
------------------------------------------------------*/
#forgot_page #sec_01 #reset_box__message {
  text-align: center;
}
#forgot_page #sec_01 #reset_box__message h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*-----------------------------------------------------
  お問い合わせ
------------------------------------------------------*/
#contact_form #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#contact_form #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#contact_form #sec_01 #contents {
  background: none;
}
#contact_form #sec_01 #main p.txt {
  padding: 0;
  margin-bottom: 15px;
}
#contact_form #sec_01 #main .dl_table {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
#contact_form #sec_01 #main .submitBtn {
  width: 300px;
  margin: 30px auto 0;
}
#contact_form #sec_01 #main .submitBtn .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  お問い合わせ(確認ページ)
------------------------------------------------------*/
#contact_confirm #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#contact_confirm #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#contact_confirm #sec_01 #contents {
  background: none;
}
#contact_confirm #sec_01 #main p.txt {
  padding: 0;
  margin-bottom: 15px;
}
#contact_confirm #sec_01 #main .dl_table {
  border-top: 1px dotted #aaa;
}
#contact_confirm #sec_01 #confirm_box__footer {
  width: 300px;
  margin: 30px auto 0;
}
#contact_confirm #sec_01 #confirm_box__footer p {
  padding: 1em 0;
}
#contact_confirm #sec_01 #confirm_box__footer .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  お問い合わせ(お問い合わせ完了ページ)
------------------------------------------------------*/
#contact_thanks #sec_01 {
  padding: 30px 0 80px;
  background: url(../img/common/bg02.jpg) repeat;
}
#contact_thanks #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
}
#contact_thanks #sec_01 #complete_box h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#contact_thanks #sec_01 #complete_box .complete_message {
  margin-bottom: 30px;
}
#contact_thanks #sec_01 #complete_box__footer .col-sm-offset-4 {
  width: 300px;
  margin: 0 auto;
}
#contact_thanks #sec_01 #complete_box__footer .btn {
  font-size: 1rem;
  text-decoration: none;
}

/*-----------------------------------------------------
  ページネーション（EC-CUBE）
------------------------------------------------------*/
.pagination {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  clear: both;
}
.pagination ul {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
}
.pagination ul li a {
  color: #525263;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}
.pagination ul li.active a {
  background: #CFEBAD;
  text-decoration: none;
}
.pagination ul li a:hover {
  background: #CFEBAD;
}
}