@charset "utf-8";
/* --------------------------------------------------------------
  添付ファイルページ（写真注文ページ）
  Template: image.php
-------------------------------------------------------------- */
* {
  box-sizing: border-box !important;
}
/* 写真注文情報
---------------------------------------- */
/* 写真注文情報
---------------------------------------- */
.order_photo_wrap {
  padding: 0;
}
.order_photo_wrap .order_img {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
  text-align: center;
}
.order_photo_wrap .order_img:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.order_photo_wrap .order_img .att_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
}
.order_photo_wrap .order_data {
  width: 100%;
  padding: 15px 0 0 0;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.order_photo_wrap .order_data * {
  word-break: break-all;
}
.order_photo_wrap .order_data .od_row {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.order_photo_wrap .order_data .od_row:nth-child(n + 1):nth-child(-n + 3) {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.order_photo_wrap .order_data .od_row:nth-child(n + 1):nth-child(-n + 3):nth-child(3) {
  border-bottom: 1px solid #e1e1e1;
}
.order_photo_wrap .order_data .od_row.attension {
  line-height: 20px;
  padding: 10px 0;
}
.order_photo_wrap .order_data .od_row p span {
  font-weight: bold;
}
.order_photo_wrap .order_data .od_row .od_tltle {
  display: block;
  width: 135px;
  padding: 10px 0 9px 20px;
  flex: 0 0 auto;
  font-weight: bold;
}
.order_photo_wrap .order_data .od_row .od_text {
  display: block;
  width: 230px;
  padding: 10px 15px 9px 10px;
  font-weight: normal;
  flex: 1 1 auto;
}
.order_photo_wrap .order_data .attension {
  padding: 10px 0;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .order_photo_wrap {
    display: flex;
    margin-bottom: 20px;
  }
  .order_photo_wrap .order_img {
    width: 450px;
    flex: 0 0 auto;
  }
  .order_photo_wrap .order_data {
    width: 450px;
    flex: 1 1 auto;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .order_photo_wrap .order_data .od_text {
    width: 320px;
    max-width: inherit;
    flex: 0 1 auto;
  }
  .order_photo_wrap .order_data .attension {
    padding: 10px;
    font-size: 1.4rem;
  }
}
/* サイズ選択
---------------------------------------- */
.skuform {
  padding: 0 0 10px 0;
}
table.photo_some_sku {
  padding: 8px 10px 10px;
  margin: 0 auto 5px;
  border: solid 1px #ccc;
  border-collapse: separate;
}
table.photo_some_sku:last-of-type {
  margin: 0 auto;
}
table.photo_some_sku td {
  border: none;
}
table.photo_some_sku td.sku_disp_name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  padding: 0 0 10px 0;
}
table.photo_some_sku td.price {
  font-size: 1.3rem;
  padding-bottom: 10px;
  text-align: right;
  padding-bottom: 5px;
}
table.photo_some_sku td.price span.price {
  color: #d00000;
}
table.photo_some_sku td.add_to_cart {
  text-align: right;
}
table.photo_some_sku td.add_to_cart input.skuquantity {
  /* テキストボックス */
  width: 45px;
  height: 34px;
  margin-right: 5px;
  padding: 0 1%;
  text-align: right;
  vertical-align: bottom;
}
table.photo_some_sku td.add_to_cart select.skuquantity {
  /* セレクトボックス（写真） */
  width: 60px;
  height: 34px;
  margin-right: 5px;
  padding: 0 1%;
  text-align: right;
  vertical-align: bottom;
}
table.photo_some_sku td.add_to_cart input[type='submit'].skubutton {
  height: 34px;
  margin-left: 10px;
  padding: 0 10px;
  background-color: #808080;
  color: #fff;
  vertical-align: bottom;
  border-radius: 3px;
}
table.photo_some_sku td.error_message {
  padding: 5px 0 0 0;
  color: #f00;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  table.photo_some_sku {
    padding: 16px 20px 20px 26px;
  }
  table.photo_some_sku td.sku_disp_name {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  table.photo_some_sku td.price {
    font-size: 2rem;
  }
}
#itempage .skuform .skuquantity {
  /* セレクトボックス（書籍注文） */
  /* width: 124px !important;
	height: 40x;
	margin-right: 5px; */
  width: 124px !important;
  height: 40px;
  font-size: 20px;
  text-align: left !important;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(./../images/select_arrow_sp.png) right 10px center no-repeat;
  background-size: 15px, 24px;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .skuform {
    padding: 0;
  }
  table.photo_some_sku {
    padding: 15px 15px 10px 15px;
  }
}
/* --------------------------------------------------------------
  商品ページ（書籍注文ページ）
  Template: wc_item_single.php
-------------------------------------------------------------- */
article.order_container {
  padding: 0 0 10px 0;
}
article.order_container .order_img {
  text-align: center;
}
.product_sub_img {
  padding: 0 0 5px 0;
}
.product_sub_img ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.product_sub_img ul li {
  width: 31%;
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  height: auto;
  margin: 0 0 10px 0;
  border: solid 1px #e9e9e9;
  background: #e9e9e9;
  position: relative;
  overflow: hidden;
}
.product_sub_img ul li:nth-child(n + 3) {
  margin-right: 0;
}
.product_sub_img ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.product_sub_img ul li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_sub_img ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  article.order_container {
    padding: 0 0 0 0;
  }
  .product_sub_img {
    padding: 0 0 15px 0;
  }
  .product_sub_img ul {
    width: 450px;
  }
  .product_sub_img ul li {
    margin: 0 10px 10px 0;
  }
}
/* SKUが1つの場合
---------------------------------------- */
.order {
  padding: 10px 10px 0 10px;
  border: solid 1px #ccc;
}
.order .item_name {
  /* 商品名 */
  padding: 0 0 10px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.order .item_code {
  /* 商品コード */
  padding: 0 0 10px 0;
  font-size: 1.3rem;
  text-align: right;
}
.order .stock_status {
  /* 在庫状態 */
  padding: 0 0 10px 0;
  font-size: 1.3rem;
  text-align: right;
}
.order .price {
  /* 価格 */
  text-align: right;
}
.order .price .listprice {
  /* 定価 */
  padding: 0 0 10px 0;
  font-size: 1.3rem;
}
.order .price .sellingprice {
  /* 販売価格 */
  font-size: 1.3rem;
  padding: 0 0 10px 0;
}
.order .price .sellingprice span.price {
  font-size: 2rem;
  color: #ff0000;
}
.order .add_to_cart {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  line-height: 40px;
}
.order .add_to_cart input.skuquantity {
  /* 購入数 */
  /* width: 45px;
    height: 34px;
    margin-right: 5px;
    padding: 0 1%;
    text-align: right;
    vertical-align: bottom; */
}
.order .add_to_cart select.skuquantity {
  /* 購入数 */
  /* width: 45px;
    height: 34px;
    margin-right: 5px;
    padding: 0 1%;
    text-align: right;
    vertical-align: bottom; */
  width: 124px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(./../images/select_arrow_sp.png) right 10px center no-repeat;
  background-size: 15px, 24px;
  margin: 0 5px 0 0 !important;
  padding: 0 0 0 20px;
}
.order .add_to_cart input[type='submit'].skubutton {
  /* カートへ入れるボタン */
  background: none;
  border: 1px solid #ccc;
  box-shadow: 0px -1px 0px 0px #f0f0f0 inset;
  font-size: 16px;
  height: 40px;
  color: #333;
  width: 140px;
  margin: 0;
  padding: 0;
  margin-left: auto;
  vertical-align: bottom;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .order {
    padding: 17px;
  }
  .order .order_row {
    display: flex;
  }
  .order .item_name {
    /* 商品名 */
    padding: 0 0 10px 0;
    font-size: 24px;
    line-height: 40px;
    width: 700px;
    flex: 1 1 auto;
  }
  .order .price .sellingprice {
    /* 販売価格 */
    margin: 0;
    width: 300px;
    flex: 0 0 auto;
    font-size: 20px;
  }
  .order .price .sellingprice span.price {
    font-size: 30px;
  }
  .order .add_to_cart {
    justify-content: flex-end;
  }
  .order .item_code, .order .stock_status, .order .price .listprice {
    /* 商品コード */
    /* 在庫状態 */
    /* 定価 */
    font-size: 1.5rem;
  }
  .order .add_to_cart input[type='submit'].skubutton {
    /* カートへ入れるボタン */
    margin: 0 0 0 40px;
    width: 200px;
  }
}
/* SKUが複数の場合
---------------------------------------- */
table.order_some_sku {
  margin: 0 auto 15px;
  padding: 10px 10px 5px 10px;
  border: solid 1px #ccc;
  border-collapse: separate;
}
table.order_some_sku:last-of-type {
  margin: 0 auto;
}
table.order_some_sku td {
  border: solid 1px #fff;
}
table.order_some_sku td.sku_disp_name {
  font-weight: bold;
  padding: 0 0 10px 0;
}
table.order_some_sku td.sku_code {
  padding: 0 0 10px 0;
  font-size: 1.3rem;
  text-align: right;
}
table.order_some_sku td.stock_status {
  padding: 0 0 10px 0;
  font-size: 1.3rem;
  text-align: right;
}
table.order_some_sku td.price {
  text-align: right;
  padding-bottom: 5px;
}
table.order_some_sku td.price span.cprice {
  display: inline-block;
  padding: 0 0 10px 0;
  font-size: 1.3rem;
}
table.order_some_sku td.price span.price {
  color: #d00000;
}
table.order_some_sku td.add_to_cart {
  text-align: right;
}
table.order_some_sku td.add_to_cart input.skuquantity {
  width: 45px;
  height: 34px;
  margin-right: 5px;
  padding: 0 1%;
  text-align: right;
  vertical-align: bottom;
}
table.order_some_sku td.add_to_cart input[type='submit'].skubutton {
  height: 34px;
  margin-left: 10px;
  padding: 0 10px;
  background-color: #808080;
  color: #fff;
  vertical-align: bottom;
  border-radius: 3px;
}
table.order_some_sku td.error_message {
  padding: 5px 0 0 0;
  color: #f00;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: right;
}
@media (min-width: 768px) {
  table.order_some_sku {
    padding: 15px 15px 10px 15px;
  }
  table.order_some_sku td.sku_code, table.order_some_sku td.stock_status, table.order_some_sku td.price span.cprice {
    font-size: 1.5rem;
  }
}
/* --------------------------------------------------------------
  カートページ
  Template: wc_cart_page.php
-------------------------------------------------------------- */
.catbox {
  padding: 0 10px;
}
.catbox .post .entry {
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* 進捗表示 */
div.usccart_navi {
  display: none;
}
/* 説明書き */
.header_explanation {
  padding: 10px 0 10px 0 !important;
  line-height: 1.5;
  font-size: 16px;
}
/* 数量更新ボタン */
.upbutton {
  padding-right: 0 !important;
  padding-bottom: 10px;
  text-align: left !important;
  line-height: 1.5;
}
.upbutton input {
  display: block;
  height: 34px;
  margin: 5px auto 0 0;
  padding: 0 10px;
  background-color: #808080;
  color: #fff;
  border-radius: 3px;
}
/* 横スクロール */
.scroll_table {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.scroll_table::-webkit-scrollbar {
  height: 5px;
}
.scroll_table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll_table::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
#cart input.quantity {
  font-size: 1.6rem !important;
  line-height: 1.9rem;
}
@media (min-width: 768px) {
  #cart input.quantity {
    font-size: 1.3rem !important;
    line-height: 1.9rem;
  }
}
/* カートテーブル */
#cart table#cart_table {
  margin-bottom: 0 !important;
}
table#cart_table {
  width: 100%;
}
table#cart_table th {
  padding: 8px 5px 6px;
  color: #333;
  background-color: #f0f0f0;
  border: solid 1px #ccc;
  font-weight: bold;
  font-size: 1.6rem;
}
table#cart_table td {
  padding: 5px;
  border: solid 1px #ccc;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.5;
}
table#cart_table td img {
  max-width: none;
}
/* 削除ボタン */
input.delButton {
  height: 30px;
  padding: 0 10px !important;
  background-color: #999;
  color: #fff;
  border-radius: 3px;
}
/* 通貨 */
.currency_code {
  display: none;
}
/* カートに商品がない */
.no_cart {
  margin: 30px 0 !important;
  color: #d00000 !important;
  font-size: 1.4rem !important;
}
/* 送信ボタン */
.send {
  padding-top: 5px !important;
  border-top: none !important;
  text-align: center;
}
.send input.continue_shopping_button, .send input.to_customerinfo_button {
  padding: 10px 0;
  width: 40%;
  font-weight: bold;
  border-radius: 3px;
}
.send input.continue_shopping_button {
  /* 買い物を続ける */
  background-color: #d3d3d3;
  color: #333;
}
.send input.to_customerinfo_button {
  /* 次へ */
  background-color: #222f74;
  color: #fff;
}
@media (min-width: 768px) {
  /* 進捗 */
  /* グレーアウト */
  /* 現在地 */
  .catbox {
    padding: 0 0 30px 0;
  }
  div.usccart_navi {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  div.usccart_navi ol.ucart {
    display: table !important;
    table-layout: fixed !important;
    margin: 20px auto 0 !important;
    padding-bottom: 30px !important;
    border-collapse: separate !important;
    border-spacing: 20px 0 !important;
  }
  div.usccart_navi li.usccart, div.usccart_navi li.usccustomer, div.usccart_navi li.uscdelivery, div.usccart_navi li.uscconfirm {
    /* カート */
    /* お客様情報 */
    /* 発送・支払方法 */
    /* 内容確認 */
    position: relative;
    float: none !important;
    display: table-cell !important;
    height: 40px !important;
    background-color: #ddd !important;
    color: #787878 !important;
    vertical-align: middle !important;
    text-align: center !important;
    border-radius: 3px;
  }
  div.usccart_navi li.usccart:after, div.usccart_navi li.usccustomer:after, div.usccart_navi li.uscdelivery:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 12px;
    border: 8px solid transparent;
    border-left: 8px solid #ddd;
  }
  div.usccart_navi li.usccart_cart, div.usccart_navi li.usccart_customer, div.usccart_navi li.usccart_delivery, div.usccart_navi li.usccart_confirm {
    position: relative;
    background-image: none !important;
    background-color: #222f74 !important;
    color: #fff !important;
  }
  div.usccart_navi li.usccart_cart:after, div.usccart_navi li.usccart_customer:after, div.usccart_navi li.usccart_delivery:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 12px;
    border: 8px solid transparent;
    border-left: 8px solid #222f74;
  }
  .header_explanation {
    line-height: 1.7;
  }
  .upbutton {
    padding-top: 0;
    text-align: right !important;
  }
  .upbutton input {
    display: inline;
    font-size: 1.4rem;
  }
  table#cart_table th {
    font-size: 0.9em;
  }
  table#cart_table td {
    font-size: 1.5rem;
  }
  table#cart_table td a {
    color: #222f74;
    text-decoration: underline;
  }
  table#cart_table td img {
    max-width: none;
  }
  table#cart_table td.aleft, table#cart_table td.productname {
    white-space: normal;
  }
  input.delButton {
    font-size: 1.4rem;
  }
  .no_cart {
    margin: 50px 0 !important;
    font-size: 1.8rem !important;
  }
  .send {
    padding-top: 35px !important;
  }
  .send input.continue_shopping_button, .send input.to_customerinfo_button {
    width: 220px;
    height: 44px;
    margin: 0 5px;
  }
}
/* --------------------------------------------------------------
  お客様情報
  Template: wc_customer_page.php
-------------------------------------------------------------- */
#customer-info table {
  margin-top: 0 !important;
  border-bottom: solid 1px #ccc;
}
#customer-info table th {
  display: block;
  width: auto;
  padding: 4px 5px;
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #f0f0f0;
  font-size: 1.6rem;
}
#customer-info table td {
  display: block;
  padding: 15px 10px;
  border: none;
  font-size: 16px;
}
#customer-info table td + td {
  padding: 0 10px 15px;
}
#customer-info input[type='text'] {
  padding: 7px 5px 5px;
  border: solid 1px #6f6f6f;
  border-radius: 3px;
  /* box-shadow: 2px 2px 0 0px #f0f0f0 inset; */
  font-size: 1.6rem;
  line-height: 1.9rem;
  min-height: 31px;
}
#customer-info select {
  padding: 4px 5px 2px;
  border: solid 1px #6f6f6f;
  border-radius: 3px;
  /* box-shadow: 2px 2px 0 0px #f0f0f0 inset; */
  font-size: 1.6rem;
  line-height: 1.9rem;
  min-height: 31px;
}
#customer-info input[name='customer[mailaddress1]'], #customer-info input[name='customer[mailaddress2]'] {
  width: 100% !important;
}
#customer-info table td span.ex {
  display: block;
  padding: 3px 0 0 0;
}
/* 住所検索 */
input.search-zipcode {
  height: 30px;
  padding: 0 10px !important;
  background-color: #d3d3d3;
  color: #333333;
  vertical-align: bottom;
  border-radius: 3px;
}
input.back_cart_button, input.to_deliveryinfo_button {
  padding: 10px 0;
  width: 40%;
  font-weight: bold;
  border-radius: 3px;
}
input.back_cart_button {
  /* 戻る */
  background-color: #d3d3d3;
  color: #333;
}
input.to_deliveryinfo_button {
  /* 次へ */
  background-color: #222f74;
  color: #fff;
}
@media (min-width: 768px) {
  #customer-info table {
    margin: 20px 0 10px 0 !important;
  }
  #customer-info table th {
    display: table-cell;
    width: 280px;
    padding: 0 15px;
    background-color: #f2f2f2;
    font-size: 1.5rem;
  }
  #customer-info table td {
    display: table-cell;
    padding: 14px 20px;
    border-top: solid 1px #ccc;
    font-size: 11px;
  }
  #customer-info table td + td {
    padding: 14px 20px 14px 0;
  }
  #customer-info input[type='text'] {
    height: 34px;
    padding: 9px 10px 7px;
    font-size: 15px;
  }
  #customer-info select {
    padding: 5px 5px 2px;
    font-size: 15px;
  }
  #customer-info input[name='customer[mailaddress1]'], #customer-info input[name='customer[mailaddress2]'] {
    width: 60% !important;
  }
  #customer-info table td span.ex {
    display: inline;
    padding: 0 0 0 3px;
  }
  input.search-zipcode {
    height: 34px;
  }
  input.back_cart_button, input.to_deliveryinfo_button {
    width: 220px;
    height: 44px;
    margin: 0 5px;
  }
}
/* --------------------------------------------------------------
  発送・支払方法
  Template: wc_delivery_page.php
-------------------------------------------------------------- */
#delivery-info table.customer_form {
  margin-bottom: 0 !important;
}
#delivery-info table.customer_form:last-of-type {
  border-bottom: solid 1px #ccc;
}
#delivery-info table.customer_form th {
  display: block;
  width: auto;
  padding: 4px 5px;
  border: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #f0f0f0;
  font-size: 1.6rem;
}
#delivery-info table.customer_form td {
  display: block;
  padding: 15px 10px;
  border: none;
  font-size: 16px;
}
#delivery-info table.customer_form td.adjust {
  padding: 0 10px 15px 10px;
}
#delivery-info table.customer_form td input[type='radio'] {
  vertical-align: middle;
}
#delivery-info #time {
  margin-top: 0 !important;
}
#delivery-info .customer_form input[type='text'], #delivery-info .customer_form textarea {
  padding: 7px 5px 5px;
  border: solid 1px #6f6f6f;
  border-radius: 3px;
  /* box-shadow: 2px 2px 0 0px #f0f0f0 inset; */
  font-size: 1.6rem;
  line-height: 1.9rem;
  min-height: 30px;
}
#delivery-info .customer_form textarea {
  width: 100%;
  resize: vertical;
}
#delivery-info .customer_form select {
  padding: 4px 5px 2px;
  border: solid 1px #6f6f6f;
  border-radius: 3px;
  /* box-shadow: 2px 2px 0 0px #f0f0f0 inset; */
  font-size: 1.6rem;
  line-height: 1.9rem;
  min-height: 30px;
}
#delivery-info .customer_form select[disabled='disabled'] {
  border: solid 1px #eee;
  color: #eee;
  /* box-shadow: 2px 2px 0 0px #eee inset; */
}
#delivery-info table.customer_form td.payment_method input[type='radio'] {
  margin: 0 5px 0 0;
}
#delivery-info .customer_form td.payment_method dt {
  font-size: 16px;
}
#delivery-info .customer_form td.payment_method dd {
  padding-top: 5px;
  padding-bottom: 5px;
}
input.back_to_customer_button, input.to_confirm_button {
  margin: 0 3px;
  padding: 10px 0;
  width: 40%;
  font-weight: bold;
  border-radius: 3px;
}
input.back_to_customer_button {
  /* 戻る */
  background-color: #d3d3d3;
  color: #333;
}
input.to_confirm_button {
  /* 次へ */
  background-color: #222f74;
  color: #fff;
}
@media (min-width: 768px) {
  #delivery-info table.customer_form:first-child {
    margin: 20px 0 0 0 !important;
  }
  #delivery-info table.customer_form th {
    display: table-cell;
    width: 280px;
    padding: 0 15px;
    background-color: #f2f2f2;
    border-bottom: none;
    font-size: 1.5rem;
  }
  #delivery-info table.customer_form td {
    display: table-cell;
    padding: 14px 20px;
    border-top: solid 1px #ccc;
    font-size: 11px;
  }
  #delivery-info table.customer_form td.adjust {
    padding: 0 20px 14px 20px;
    border-top: none;
  }
  #delivery-info table.customer_form td input[type='radio'], #delivery-info table.customer_form td.payment_method input[type='radio'] {
    height: 20px;
    width: 20px;
  }
  #delivery-info .customer_form input[type='text'], #delivery-info .customer_form textarea {
    padding: 9px 10px 7px;
    font-size: 15px;
  }
  #delivery-info .customer_form select {
    padding: 5px 5px 2px;
    font-size: 15px;
  }
  #delivery-info .customer_form.shipping_address input[type='radio'] + label, #delivery-info .customer_form td.payment_method label {
    height: 20px;
    line-height: 20px;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  input.back_to_customer_button, input.to_confirm_button {
    width: 220px;
    height: 44px;
    margin: 0 5px;
  }
}
/* --------------------------------------------------------------
  内容確認
  Template: wc_confirm_page.php
-------------------------------------------------------------- */
#info-confirm .confiem_notice {
  line-height: 1.5;
  font-size: 16px;
  padding-top: 15px;
}
#info-confirm table#cart_table {
  margin-top: 10px;
}
table#confirm_table {
  width: 100%;
}
table#confirm_table tr.ttl, table#confirm_table td.ttl {
  background-color: #eee;
}
table#confirm_table h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
}
table#confirm_table th {
  color: #333;
  background-color: #f8f8f8;
  border: solid 1px #ccc;
  font-weight: normal;
  font-size: 1.6rem;
}
table#confirm_table td {
  border: solid 1px #ccc;
  font-size: 1.6rem;
}
input.back_to_delivery_button, input.checkout_button {
  display: block;
  padding: 10px 0;
  width: 80%;
  font-weight: bold;
  border-radius: 3px;
}
input.back_to_delivery_button {
  /* お届けお支払方法入力に戻るボタン */
  margin: 0 auto;
  background-color: #d3d3d3;
  color: #333;
}
input.checkout_button {
  /* 上記内容で注文するボタン */
  margin: 15px auto 0;
  background-color: #222f74;
  color: #fff;
}
table#point_table {
  border: none !important;
  width: 100% !important;
}
table#point_table td {
  border: solid 1px #ccc;
}
table#point_table tr:last-child td {
  padding: 12px 0;
  border: none;
}
table#point_table input.use_point_button {
  /* ポイントを使用する */
  padding: 10px 30px;
  background-color: #222f74;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #info-confirm table#cart_table {
    margin-top: 20px;
  }
  table#confirm_table {
    margin-top: 30px !important;
  }
  table#confirm_table h3 {
    font-size: 1.6rem;
  }
  table#confirm_table th, table#confirm_table td {
    font-size: 1.5rem;
  }
  table#point_table {
    width: 350px;
  }
  input.back_to_delivery_button, input.checkout_button {
    display: inline-block;
    width: 280px;
    height: 44px;
    margin: 0 7px;
  }
}
/* --------------------------------------------------------------
  ご注文完了
  Template: wc_completion_page.php
-------------------------------------------------------------- */
.catbox.complate {
  width: 100%;
}
#cart_completion {
  padding-top: 20px;
  padding-bottom: 20px;
}
#cart_completion .header_explanation, #cart_completion .footer_explanation {
  line-height: 1.5;
}
#cart_completion a.back_to_top_button {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #222f74;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #cart_completion {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #cart_completion .header_explanation, #cart_completion .footer_explanation {
    text-align: center;
  }
  #cart_completion .header_explanation {
    padding-bottom: 10px !important;
  }
  #cart_completion a.back_to_top_button {
    width: 280px;
    height: 44px;
    line-height: 44px;
    padding: 0;
  }
}
/* --------------------------------------------------------------
  クレジット決済エラー
  Template: wc_cart_error_page.php
-------------------------------------------------------------- */
#error-page .post {
  margin-bottom: 20px;
  line-height: 1.5;
}
#customer-info .error_message {
  color: #d00000 !important;
}
#delivery-info .customer_form em, #customer-info .customer_form em {
  font-style: normal;
  color: #d00000 !important;
}
table.photo_some_sku td.price em.tax {
  font-size: 9px;
}
@media (min-width: 768px) {
  table.photo_some_sku td.price em.tax {
    font-size: 14px;
  }
}
table.photo_some_sku td.price span.price {
  color: #aa0418;
  font-size: 20px;
}
@media (min-width: 768px) {
  table.photo_some_sku td.price span.price {
    font-size: 30px;
  }
}
table.photo_some_sku td.add_to_cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 40px;
}
@media (min-width: 768px) {
  table.photo_some_sku td.add_to_cart {
    justify-content: flex-end;
  }
}
table.photo_some_sku td.add_to_cart select.skuquantity {
  width: 124px;
  height: 40px;
  font-size: 20px;
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(./../images/select_arrow_sp.png) right 10px center no-repeat;
  background-size: 15px, 24px;
  padding: 0 0 0 20px;
}
table.photo_some_sku td.add_to_cart span.unit_txt {
  padding: 0 20px;
}
table.photo_some_sku td.add_to_cart input[type='submit'].skubutton {
  background: none;
  border: 1px solid #cccccc;
  box-shadow: 0px -1px 0px 0px #f0f0f0 inset;
  font-size: 16px;
  height: 40px;
  color: #333;
  width: 140px;
  margin: 0;
  padding: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  table.photo_some_sku td.add_to_cart input[type='submit'].skubutton {
    margin-left: 40px;
    width: 200px;
  }
}
table.photo_some_sku td.error_message {
  padding: 0;
}
.post_return .btn {
  width: 100%;
  max-width: 260px;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .post_return .btn {
    margin: 30px auto 0 0;
  }
}
/* --------------------------------------------------------------
	記事詳細（記事購入）　welcartボタン
-------------------------------------------------------------- */
