@charset "UTF-8";
/*

webkaigi.com Original Form CSS
(My account)
version: 1.0.0

INDEX
- reset
- html
- base
- table
- sub window (sk)
- form
- button
- contact
- my account
- Objects

*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  font-synthesis: none;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

em, b, strong {
  font-weight: 600;
  font-style: normal;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

iframe {
  vertical-align: bottom;
}

small {
  font-size: 85%;
  font-weight: inherit;
}

ruby {
  line-height: 2.5;
  margin-bottom: 0.5em;
}

rt {
  font-size: 60%;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
}

a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  color: inherit;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* html */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  font-size: 13px;
  line-height: 1.6;
  color: #1f1f1f;
}

a {
  color: #1f1f1f;
  text-decoration: underline;
}

a:hover {
  color: #1f1f1f;
  text-decoration: underline;
}

label {
  margin-right: 10px;
}

input,
textarea {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

/* base */
.base01,
.base02 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#header,
#wrapper {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.alert--trial-account {
  border: 2px solid #f0652f;
  background-color: #fff;
  color: #f0652f;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
}

.alert--owner {
  border: 1px solid #C0DE1A;
  background-color: #fff;
  color: #C0DE1A;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
}

/* table */
#cart {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
#cart > tbody > tr > th, #cart > tbody > tr > td {
  padding: 10px 12px;
  border: 1px #ccc solid;
}
#cart th,
#cart td {
  font-size: 13px;
}

.cell_1_c,
.cell_1_l,
.cell_1_r {
  background-color: #f4f4f4;
  color: #525252;
  text-align: center;
  font-weight: 600;
}

.cell_1_c {
  border: 1px #ccc solid !important;
  letter-spacing: 0.1em;
}

.cell_1_l {
  text-align: right;
  color: ighten(#1f1f1f, 5%);
}

.cell_1_r {
  text-align: right;
  color: #1f1f1f;
  border: 1px #ccc solid !important;
}

.cell_2_c,
.cell_2_l,
.cell_2_r {
  text-align: center;
}

.cell_2_l {
  text-align: left;
}

.cell_2_r {
  text-align: right;
}

.prod_total {
  font-size: 14px;
  font-weight: 600;
}

.all_total {
  font-weight: 600;
}

.cell_2_l input[type=text] {
  border: 1px #aaa solid;
  font-size: 14px;
  min-width: 8em;
  padding: 5px 7px;
  margin: 5px 10px 5px 0;
  background: #fff;
  vertical-align: middle;
  border-radius: 2px;
}
.cell_2_l .image_btn {
  margin-right: 10px;
}
.cell_2_l textarea {
  font-size: 14px;
  margin: 5px 10px 5px 0 !important;
  padding: 5px 7px;
  border: 1px #aaa solid;
  background: #fff;
  width: 98% !important;
  min-height: 160px;
  border-radius: 2px;
}
.cell_2_l select {
  margin: 5px 5px 5px 0;
  font-size: 16px;
  height: 32px;
}

.image_btn {
  border: 0;
  font-size: 16px;
  padding: 5px 8px 5px 10px;
  margin: 0;
  background-color: #999;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.image_btn:hover {
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
}

.name_w_cu > br,
.name_w_sc > br {
  display: none;
}

td.price {
  text-align: center;
}

td.unit {
  text-align: center;
}
td.unit input {
  margin-left: auto !important;
  width: 40px !important;
  padding: 5px;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
}

td.delete {
  text-align: center;
  font-weight: 600;
}

td.subtotal {
  text-align: right;
  font-size: 14px !important;
}

td.totalprice {
  text-align: right;
  padding-left: 10px;
  font-size: 16px !important;
  font-weight: 600;
  border: 1px #ccc solid;
}

.pickup {
  width: 30%;
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
}
.pickup .listbox {
  text-align: center;
}
.pickup img {
  max-width: 70%;
  max-height: 150px;
  width: auto;
  height: auto;
}

/* sub window */
div.sk_title {
  margin: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  width: auto;
}

body > table.table_form {
  margin: 20px;
  width: auto;
}

p.sk_closed {
  text-align: center;
  margin: 20px;
}
p.sk_closed a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 60px;
  background-color: #C0DE1A;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}
p.sk_closed a:before, p.sk_closed a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  height: 2px;
  width: 16px;
  margin-top: -2px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
p.sk_closed a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
p.sk_closed a:hover {
  background-color: #C0DE1A;
  color: #fff !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
}

/* form */
.table_form {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  background-color: #fff;
}
.table_form > tbody > tr > th, .table_form > tbody > tr > td {
  padding: 10px 12px;
  border: 1px #ccc solid;
}
.table_form th, .table_form td {
  font-size: 13px;
}
.table_form h2 {
  margin: -10px -12px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #c4c4c4;
  color: #fff;
}
.table_form ul {
  list-style: none;
}

.must,
.c-form__title-must {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #e93a0b;
}

.note {
  font-size: 12px;
  color: #555;
}

.shop_title,
.p-shop__header {
  padding: 0 !important;
  width: 800px;
  height: auto;
  margin: 40px auto 20px;
  /*
    a {
      display: block;
      width: 800px;
      height: 100px;
      font-size: 100%;
      text-indent: -9999px;
      background: url(https://file001.shop-pro.jp/PA01031/362/webkaigi/img/common/logo.png) no-repeat center center;
      background-size: 360px auto;
    }
  */
}
.shop_title img,
.p-shop__header img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

#shopping_step {
  opacity: 0.9;
}

.back_shop_link,
.tokutei {
  display: none;
}

.tokutei {
  margin-top: 10px;
  padding-right: 5px;
  font-size: 12px;
  text-align: right;
}

#freeshopping {
  background-color: #f7f7f7;
  padding: 12px 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}
#freeshopping ul {
  list-style: none;
}
#freeshopping li {
  font-size: 13px;
}
#freeshopping li span {
  font-weight: 600;
}

/* button */
.btn_back,
.btn_backtoshop {
  position: relative;
  display: inline-block;
  padding: 8px 40px 7px 50px;
  background-color: #aaa;
  vertical-align: middle;
  color: #fff !important;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn_back:before,
.btn_backtoshop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  height: 2px;
  width: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btn_back:after,
.btn_backtoshop:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 20px;
  display: block;
  height: 2px;
  width: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.btn_back:hover,
.btn_backtoshop:hover {
  background-color: #bbb;
  color: #fff !important;
}

.btn_s_back {
  position: relative;
  display: inline-block;
  padding: 8px 23px 7px 25px;
  background-color: #b3b3b3;
  vertical-align: middle;
  color: #fff !important;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  border-radius: 2px;
}
.btn_s_back:hover {
  background-color: #aaa;
  color: #fff !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.link_empty,
.link_change {
  float: right;
  display: inline-block;
  margin-left: 10px;
}
.link_empty input,
.link_change input {
  padding: 6px 10px 6px 12px;
  border: 0;
  background-color: #999;
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.link_empty input:hover,
.link_change input:hover {
  background-color: #aaa;
}

.checkout-select {
  list-style: none;
  margin: 40px 0 20px;
  background-color: #f7f7f7;
  border: 0;
  border-top: 1px #eee solid;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-select:after {
  content: "";
  display: block;
  clear: both;
}
.checkout-select li {
  position: relative;
  width: 355px;
  float: left;
  margin-left: 30px;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px #eee solid;
}
.checkout-select li:first-child {
  margin-left: 0;
}

.checkout-select__btn {
  text-align: center;
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 20px;
}
.checkout-select__btn img {
  cursor: pointer;
}

.checkout-select__disabled,
.checkout-select__submit,
.btn_next,
.btn_regi,
.btn_itempickup,
.btn_itempickup_post,
.btn_creditpay {
  position: relative;
  display: inline-block;
  padding: 13px 50px 12px 45px;
  min-width: 240px;
  background-image: none !important;
  background-color: rgb(255, 141.964953271, 15.5);
  border-bottom: 1px rgb(255, 139.5579439252, 10.4) solid;
  color: #fff !important;
  text-indent: 0;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.checkout-select__disabled:before, .checkout-select__disabled:after,
.checkout-select__submit:before,
.checkout-select__submit:after,
.btn_next:before,
.btn_next:after,
.btn_regi:before,
.btn_regi:after,
.btn_itempickup:before,
.btn_itempickup:after,
.btn_itempickup_post:before,
.btn_itempickup_post:after,
.btn_creditpay:before,
.btn_creditpay:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  height: 2px;
  width: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.checkout-select__disabled:after,
.checkout-select__submit:after,
.btn_next:after,
.btn_regi:after,
.btn_itempickup:after,
.btn_itempickup_post:after,
.btn_creditpay:after {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.checkout-select__disabled:hover,
.checkout-select__submit:hover,
.btn_next:hover,
.btn_regi:hover,
.btn_itempickup:hover,
.btn_itempickup_post:hover,
.btn_creditpay:hover {
  background-color: rgb(245, 129.3691588785, 0);
  color: #fff !important;
}

.checkout-select__submit {
  width: 90%;
  font-size: 14px;
  padding: 14px 0;
  line-height: 1.4;
}

.addaddressbox {
  text-align: center;
  margin: 30px 0;
}

.btn_addaddress,
.btn_addaddress_post,
.btn_addaddress_update,
.btn_change,
.btn_pickup_end {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 40px 9px 30px;
  background-color: rgb(180.1548387097, 208.3040322581, 24.3959677419);
  color: #fff !important;
  border-radius: 2px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn_addaddress:before, .btn_addaddress:after,
.btn_addaddress_post:before,
.btn_addaddress_post:after,
.btn_addaddress_update:before,
.btn_addaddress_update:after,
.btn_change:before,
.btn_change:after,
.btn_pickup_end:before,
.btn_pickup_end:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  height: 2px;
  width: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn_addaddress:after,
.btn_addaddress_post:after,
.btn_addaddress_update:after,
.btn_change:after,
.btn_pickup_end:after {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.btn_addaddress:hover,
.btn_addaddress_post:hover,
.btn_addaddress_update:hover,
.btn_change:hover,
.btn_pickup_end:hover {
  background-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
  color: #fff !important;
}

.btn_addaddress_post {
  background-color: #ff9a29;
  font-size: 15px;
  padding: 12px 50px 10px 45px;
}
.btn_addaddress_post:hover {
  background-color: rgb(255, 141.964953271, 15.5);
}

.btn_bg,
#quick {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px #ccc solid;
}
.btn_bg #btn,
#quick #btn {
  height: auto !important;
  margin: 10px 0;
}

.btn_end {
  position: relative;
  display: inline-block !important;
  width: 300px;
  height: auto !important;
  padding: 14px 70px 12px 60px;
  background-color: rgb(255, 141.964953271, 15.5);
  border-bottom: 2px rgb(255, 139.5579439252, 10.4) solid;
  color: #fff !important;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}
.btn_end:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 29px;
  background: url(https://file001.shop-pro.jp/PA01031/362/webkaigi/img/common/icon_cart_w.png) no-repeat center center;
  background-size: 28px 28px;
  vertical-align: top;
  margin-top: -3px;
  margin-right: 10px;
}
.btn_end:hover {
  background-color: rgb(245, 129.3691588785, 0);
  color: #fff !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.payment_price {
  margin: 50px auto 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 10px;
  width: 300px;
  border-bottom: 4px rgb(255, 141.964953271, 15.5) solid;
}
.payment_price .number {
  font-size: 24px;
  margin: auto 5px;
  letter-spacing: 0.02em;
}

.checkout-select__lead {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.checkout-select__lead--is_note {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
}

.member_login {
  width: 80% !important;
  margin: 40px 10% 20px;
  padding: 20px 30px 10px;
  border: 2px rgb(176.2064516129, 203.7387096774, 23.8612903226) solid;
}
.member_login dt {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 5px 0;
  color: #89AA00;
  margin-bottom: 10px;
}
.member_login dd {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}

.login_form {
  margin: 0 auto;
}
.login_form th {
  width: 130px;
  text-align: right;
  padding-right: 20px;
}
.login_form td {
  width: 350px;
  text-align: left;
}
.login_form .input_ime {
  border: 1px #ccc solid;
  font-size: 16px;
  padding: 5px 7px;
  width: 100% !important;
  margin: 5px 10px 5px 0;
  background: #fff;
  vertical-align: middle;
  border-radius: 2px;
}
.login_form .button .button {
  position: relative;
  display: inline-block;
  width: 230px;
  padding: 10px 0 9px;
  background-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
  border: 0;
  color: #fff !important;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  margin: 10px 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.login_form .button .button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  height: 2px;
  width: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.login_form .button .button:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 20px;
  display: block;
  height: 2px;
  width: 8px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.login_form .button .button:hover {
  background-color: rgb(164.3612903226, 190.0427419355, 22.2572580645);
  color: #fff !important;
}

.passward {
  padding-top: 5px;
  font-size: 11px;
  text-align: center !important;
}

#btn {
  text-align: center;
  margin: 50px 0 30px;
}

.btn_next {
  padding: 13px 80px 11px 75px;
}

.select_rb {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #c9e04b;
  padding: 10px 20px;
  margin-bottom: 20px !important;
}
.select_rb .button {
  line-height: 24px;
}
.select_rb .button input {
  vertical-align: middle;
}
.select_rb label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-top: 2px;
  line-height: 24px;
  font-weight: 600;
}

.info_area,
.info-area {
  margin: 0.5rem 1.2rem;
  font-size: 0.8rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.info_area > *:last-child,
.info-area > *:last-child {
  margin-bottom: 0;
}
.info_area h3,
.info-area h3 {
  margin: 0 0 0.7rem !important;
  padding: 0 0 0.5rem;
  border-top: 0;
  border-bottom: 1px #ccc solid;
  border-left: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.info_area a,
.info-area a {
  color: #1f1f1f;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.info_area a:hover,
.info-area a:hover {
  color: #89AA00;
}
.info_area img,
.info-area img {
  max-width: 100%;
  height: auto;
}
.info_area p,
.info-area p {
  margin-bottom: 0.8rem;
}
.info_area .p--sm,
.info-area .p--sm {
  line-height: 1.7;
  font-size: 92%;
}
.info_area ul, .info_area ol,
.info-area ul,
.info-area ol {
  list-style: disc;
  margin: 0 0 1rem 1rem;
}
.info_area ol,
.info-area ol {
  list-style: decimal;
}
.info_area li,
.info-area li {
  margin-bottom: 5px;
  line-height: 1.6;
}
.info_area li ul,
.info-area li ul {
  list-style: circle;
  margin-top: 0.5rem;
}
.info_area li:last-child,
.info-area li:last-child {
  margin-bottom: 0;
}
.info_area .list-sm,
.info_area .list--sm,
.info-area .list-sm,
.info-area .list--sm {
  margin-top: -5px;
  margin-bottom: 15px;
  list-style-type: circle;
}
.info_area .list-sm li,
.info_area .list--sm li,
.info-area .list-sm li,
.info-area .list--sm li {
  font-size: 12px;
  line-height: 1.5;
}
.info_area .list-remarks,
.info-area .list-remarks {
  list-style: none;
  margin: 0 0 1.2rem 1.2rem;
}
.info_area .list-remarks li,
.info-area .list-remarks li {
  position: relative;
  font-size: 0.75rem;
}
.info_area .list-remarks li:before,
.info-area .list-remarks li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.2rem;
}

.img-right,
.align-right {
  float: right;
  margin: 0.02em 0 20px 2em;
  max-width: 45%;
}

.img-left,
.align-left {
  float: left;
  margin: 0.02em 2em 20px 0;
  max-width: 45%;
}

.img-right img,
.img-left img,
.align-right img,
.align-left img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#copyright,
.p-page__copyright,
.copyright {
  text-align: center;
  width: 800px;
  padding: 30px 0;
  border-top: 1px #ccc solid;
  margin: 0 auto 30px;
  font-size: 11px;
  color: #bbb;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#copyright a,
.p-page__copyright a,
.copyright a {
  color: #bbb;
}
#copyright a:hover,
.p-page__copyright a:hover,
.copyright a:hover {
  color: #1f1f1f;
}

#secure_seal,
.secure_seal,
.p-page__secure {
  width: 600px;
  margin: 30px auto 50px;
}
#secure_seal td,
.secure_seal td,
.p-page__secure td {
  padding: 0 10px;
  font-size: 11px;
}

.secure_table {
  margin: 0 auto;
}

.p-page__secure {
  display: table;
}

.p-secure__image {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  float: none;
  width: 135px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.p-secure__msg {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  line-height: 1.8;
}

#order_end {
  text-align: center;
  margin: 32px 0 48px;
}
#order_end .order_cap {
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-left: 0.8em;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
}
#order_end .order_number {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}

.msg_thanks {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.7;
}

.msg_order_end {
  font-size: 0.15px;
  line-height: 1.7;
}

.msg_mail_attention {
  font-size: 12px;
  margin-top: 40px;
  line-height: 1.6;
  background-color: #f8f8f8 !important;
  border: 0 !important;
  padding: 20px 30px;
}
.msg_mail_attention p strong {
  font-weight: 600;
  font-size: 13px;
}
.msg_mail_attention ul {
  list-style-type: decimal;
  padding: 10px 0 10px 20px;
  font-size: 12px;
}

.btn_backtop {
  position: relative;
  display: inline-block;
  width: 200px;
  background-color: rgb(180.1548387097, 208.3040322581, 24.3959677419);
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none !important;
  border-radius: 2px;
  padding: 13px 45px 12px 55px;
}
.btn_backtop:before, .btn_backtop:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  height: 2px;
  width: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btn_backtop:after {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

/* contact */
.c-button__group--sub {
  display: none;
}

.p-page__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 40px 0;
}

.c-alert {
  padding: 20px 25px;
  margin: 20px 0;
  color: rgb(56.5, 56.5, 56.5);
  background-color: #f5f5f5;
  font-size: 13px;
  line-height: 1.7;
}

.c-alert--danger {
  color: #f0652f;
  background: #fff;
  border: 3px #f0652f solid;
  font-weight: 600;
}

.c-alert--success {
  color: #1f1f1f;
  background: #f5f5f5;
  font-weight: 600;
}

.c-form__table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  background-color: #fff;
}
.c-form__table > tbody > tr > th, .c-form__table > tbody > tr > td {
  padding: 10px 12px;
}
.c-form__table th, .c-form__table td {
  font-size: 13px;
}

.c-form__title {
  font-weight: 600;
}

.c-form__title--must {
  font-size: 11px;
  color: #f0652f;
}

.c-input--text {
  width: 95%;
  border: 1px #aaa solid;
  font-size: 16px;
  padding: 7px 10px;
  margin: 0 10px 5px 0;
  background: #fff;
  vertical-align: middle;
  border-radius: 2px;
}

textarea.c-input--text {
  height: 200px;
}

.c-button__group {
  text-align: center;
  margin: 30px 0;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #1f1f1f;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}

.c-button {
  background: #aaa;
  color: #fff;
  line-height: 1.6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 7px;
  padding: 5px 8px 4px 11px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-button:hover {
  background-color: #999;
  color: #fff;
}

.c-button:disabled,
.c-button.disabled,
.c-button:disabled:hover,
.c-button.disabled:hover {
  background: #d1d1d1;
  color: #fff;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}

.c-button--primary {
  background: #ff9a29;
}
.c-button--primary:hover {
  background: rgb(255, 141.964953271, 15.5);
}

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #ffffff;
}

.c-button--danger {
  background: #ff9a29;
}
.c-button--danger:hover {
  background: rgb(255, 166.035046729, 66.5);
}

.c-text--danger {
  color: #f0652f;
  font-weight: 600;
}

.c-button.c-button--lg.c-button--primary {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 16px 20px 14px;
  min-width: 300px;
  background-color: #ff9a29;
  border: 0;
  border-bottom: 1px rgb(255, 149.1859813084, 30.8) solid;
  color: #fff !important;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-button.c-button--lg.c-button--primary:hover {
  background-color: rgb(255, 141.964953271, 15.5);
  color: #fff !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.c-line {
  border: 0;
  border-top: 1px #ccc solid;
  margin: 20px auto;
  height: 0;
  opacity: 1;
  clear: both;
}

.p-page__body-inner {
  color: #1f1f1f;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}

.errorbox {
  border: 3px #f0652f solid;
  padding: 20px;
  margin: 25px auto;
  text-align: left;
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 600;
  color: #f0652f;
}

.info {
  border: 1px #ccc solid;
  padding: 7px 10px;
  margin: 15px auto;
  text-align: left;
}

/* my account */
.c-result-count {
  margin-bottom: 8px;
}

.c-table-wrap--overflow {
  border: 2px solid #ccc;
  border-radius: 0;
  overflow: auto;
}

.c-table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table th, .c-table td {
  padding: 10px 15px;
  border-bottom: 1px #ccc solid;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table tr:last-child th, .c-table tr:last-child td {
  border-bottom: 0;
}

.p-page__section {
  border: 2px solid #ccc;
  border-radius: 0;
  margin-bottom: 20px;
}
.p-page__section .c-alert {
  margin: 0;
}
.p-page__section .c-form__table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px #ccc solid;
}
.p-page__section .c-form__table th, .p-page__section .c-form__table td {
  padding: 20px 10px;
  border-bottom: 1px #ccc solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-page__section-title {
  padding: 10px 15px;
}

/* Objects */
.is-visible--phone {
  display: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  .is-visible--phone {
    display: initial;
    visibility: visible;
  }
  .base01,
  .base02 {
    width: 90%;
  }
  .base02 {
    width: 100%;
  }
  .view_pc .base01,
  .view_pc .base02 {
    width: 90%;
  }
  .view_pc .base02 {
    width: 100%;
  }
  .shop_title,
  .p-shop__header {
    padding: 0 !important;
    width: auto;
    height: auto;
    margin: 30px 0 20px;
    /*
        a {
          width: 280px;
          height: 0;
          padding-bottom: 15%;
          font-size: 100%;
          margin: 0 auto;
          background-size: 650px auto;
          background-position: -10px 50%;
        }
    */
  }
  .p-page__title {
    margin: 25px 0;
    font-size: 17px;
  }
  .c-table__label {
    display: inline-block;
    width: 90px;
  }
  .c-input--text {
    width: 100%;
    margin: 0;
  }
  .c-form__title-must {
    display: inline;
  }
  .c-form__content .c-button {
    padding: 5px 1em;
    font-size: 14px;
  }
  .c-button__group {
    margin: 20px 15px;
  }
  .c-button__group .c-button {
    margin: 0 0 1em;
  }
  .c-button.c-button--lg.c-button--primary {
    display: block;
    min-width: 0;
    width: 100%;
    margin: 7px 0;
    padding: 14px 0;
  }
  .g-recaptcha > div {
    margin-right: auto;
    margin-left: auto;
  }
  #copyright,
  .p-page__copyright,
  .copyright,
  #secure_seal,
  .secure_seal,
  .p-page__secure {
    width: 90% !important;
  }
  .p-page__section .c-alert {
    padding: 10px 15px;
  }
  .p-page__section .c-form__table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-top: 0;
  }
  .p-page__section .c-form__table > tbody > tr > th, .p-page__section .c-form__table > tbody > tr > td {
    padding: 10px;
    border-bottom: 0;
  }
  .p-page__section .c-form__table .c-form__title {
    padding: 0 0 10px;
    border-bottom: 0;
  }
  .p-page__section .c-form__table .c-form__content {
    padding: 0 0 20px;
    border-bottom: 0;
  }
  .p-page__section-title {
    padding: 0 0 10px;
  }
  .p-page__secure {
    display: block;
    padding: 0;
  }
  .p-secure__image,
  .p-secure__msg {
    display: block;
    width: auto;
    padding: 0;
  }
  .p-secure__image {
    text-align: center;
    margin-bottom: 15px;
  }
}