@charset "utf-8";

/*---------------------------------------

  広告(p2)

---------------------------------------*/
/*---------------------------------------
本気チェック
---------------------------------------*/
#enq {
  width: 800px;
  margin: 0px auto 30px;
  padding: 40px;
  border: 3px solid #ffc600;
  background-color: #fffcd3;
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
}

#enq h3 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #fe0000;
  margin-bottom: 20px;
  text-align: center;
}

br.sp {
  display: none;
}

#enq ul {
  list-style: none;
  border-bottom: 1px #ffc600 dashed;
}

#enq ul li {
  padding: 15px 5px;
}

#enq ul li span.red {
  color: #ff0000;
}

#enq ul li span.imp {
  color: #ff0000;
  background-color: #ffff00;
}

#enq ul li span.underline {
  text-decoration: underline;
}

#enq ul li img {
  width: 44px;
  height: 19px;
}

#enq th {
  vertical-align: middle;
  width: 40px;
  text-align: center;
}

#enq td {
  vertical-align: middle;
  padding-left: 10px;
}

#enq input[type=checkbox] {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  vertical-align: middle;
}

.att-msg {
  font-weight: bold;
  color: #ff0000;
  background-color: #ffe7e7;
}

/* ボタン(小) */

.sbtn {
  text-align: right;
  padding: 20px 15px 50px 0;
}

/*---------------------------------------
  アップセルアンケート
---------------------------------------*/
.box_d {
  background-color: #ffffce;
  padding: 15px 15px 5px;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
}

.box_d * {
  vertical-align: baseline;
}

.box_d .enq_ttl {
  font-weight: bold;
  padding: 0 0 10px;
  text-align: left;
  font-size: 15px;
}

.form-section01 .box_d .enq_ttl {
  font-size: 18px;
}

.box_d .enq_txt {
  padding: 0 0 10px;
  text-align: left;
  font-size: 15px;
}

.box_d img {
  vertical-align: top;
}

.form-section01 .box_d .enq_txt {
  font-size: 18px;
}

.box_d .enq_anno {
  font-size: 12px;
  padding: 0 0 5px;
  text-align: right;
}

.box_d #enq_textarea {
  width: 98%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1.5;
}

.form-section01 .box_d .check_text #enq_textarea {
  width: 100%;
}

.box_d .btn_img img {
  width: 100%;
}

#countUpBlock {
  padding: 5px 0 5px;
  font-size: 16px;
  vertical-align: baseline;
  text-align: right;
}

#countUp {
  font-size: 20px;
  vertical-align: baseline;
  color: #ff0000;
}

/*---------------------------------------

  申込みフォーム(共通)

---------------------------------------*/
.form-section,
.form-section02 {
  width: 890px;
  margin: 0px auto;
}

.form-section * {
  box-sizing: border-box;
}

.form-section img {
  max-width: 100%;
}

.form-section table {
  border-collapse: collapse;
}

.form_title {
  width: 890px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
  text-indent: -9999px;
}

#form_checkout_message {
  display: none;
}

#form_checkout_title,
#order_info_order_title {
  display: none;
}
/*
#form_checkout_title {
  background: url(../img/ttl_customer.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#form_payment_title,
#order_info_payment_title {
  background: url(../img/ttl_payment.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#form_delivery_title {
  background: url(../img/img_delivery_ttl01.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#order_info_order_title {
  background: url(../img/ttl_offer_wide.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#order_info_checkout_title {
  background: url(../img/ttl_delivery01.png) 0 0 no-repeat;
  background-size: 100% auto;
}
*/


#order_info_checkout_title {
  background: url(../img/ttl_order.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}

.form-section input,
.form-section select {
  font-size: 18px;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 10px 5px;
}

.form-section input[type="radio"],
.form-section input[type="checkbox"] {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  vertical-align: middle;
  margin: 0 2px;
}

#form_landing {
  padding: 20px 0 0 0;
  font-size: 16px;
}

#form_landing p#form_checkout_message {
  margin: 0 0 0.5em 1em;
}

#form_landing strong {
  font-weight: bold;
}

#form_upsell p#form_checkout_message {
  width: 870px;
  margin: 0 auto 0.5em auto;
  box-sizing: border-box;
  font-size: 18px;
  padding: 0 0 0 0.5em;
}

table#landing_form {
  width: 870px;
  margin: 0 auto 20px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}

#landing_form tr {
  line-height: 18px;
}

#landing_form th,
#landing_form td {
  padding: 15px 13px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  vertical-align: middle;
}

#form_landing tr strong,
#form_landing tr span,
#form_landing tr p {
  vertical-align: middle;
}

#landing_form th {
  background-color: #ffe3e3;
  text-align: left;
  vertical-align: middle;
}

#landing_form td {
  width: 554px;
}

#landing_form td table {
  width: 580px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}

#landing_form td table td {
  width: 100%;
}

#landing_form td table td.consent {
  width: 300px;
}

#landing_form td table td p {
  font-weight: bold;
}

#landing_form td table td p.form_notice {
  font-weight: normal;
}

#landing_form td table td span {
  color: #ff0000;
}

#landing_form td table td .underline {
  text-decoration: underline;
}

#landing_form label {
  padding: 0 8px;
  vertical-align: middle;
}

/* お支払い方法 */
#form_payment {
  margin: 25px 0;
}

#p4_upsell #form_payment {
  margin: 0px 0;
  padding: 25px 0 0;
}

#form_payment_method {
  width: 870px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  padding: 15px;
  border: 1px solid #999999;
  background-color: #ffffff;
}

#form_payment_method br {
  display: none;
}

#form_payment th {
  vertical-align: top;
}

#form_payment_method_select {}

.form-single-payment-method strong {
  font-size: 18px;
}


/* クレジットカード入力覧 */
#form_payment_method_credit {
  margin: 10px 0px 0px;
  clear: both;
  display: none;
}

#form_payment_method_credit br {
  display: block;
}

#form_payment_method_credit table {
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}

#form_payment_method_credit tr {
  line-height: 18px;
}

#form_payment_method_credit th,
#form_payment_method_credit td {
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  background-color: #ffffff;
  padding: 13px 11px;
}

#form_payment_method_credit th {
  vertical-align: top;
  background-color: #ffe3e3;
  text-align: left;
  width: 10em;
}

/* 名前 */
input#OrderFamilyName,
input#OrderGivenName,
input#OrderFamilyKana,
input#OrderGivenKana {
  width: 10em;
}

/* 生年月日 */
input#OrderBirthdayYear {
  width: 4em;
}

/* IME-MODE */
input.ime_active {
  ime-mode: active;
}

input.ime_disabled {
  ime-mode: disabled;
}

/* 住所 */
input.address {
  width: 20em;
}

#OrderAddress1,
#OrderAddress2,
#OrderAddress3 {
  width: 350px;
}

/* メールアドレス */
input.email {
  width: 20em;
}

#OrderEmail,
#OrderEmailConfirm {
  width: 400px;
}

/* 郵便番号 */
input.zip1 {
  width: 3em;
}

input.zip2 {
  width: 4em;
}

/* 電話番号 */
input.tel_no {
  width: 4em;
}

/* フリースペース */
textarea.extra_textarea {
  width: 20em;
}

/* カード日付 */
input.card_date {
  width: 3em;
}

/*性別*/
#input_sex td input {
  margin: 0 8px;
}

#input_sex td input#OrderSex1 {
  margin-left: 15px;
}

select#form-payment-method {
  padding: 10px 5px;
  font-size: 18px;
}

#agreement {
  clear: both;
  width: 870px;
  padding: 10px;
  margin: 20px auto 2px;
  background-color: #ffe3e3;
  border: solid 1px #999999;
  box-sizing: border-box;
}

#agreement div {
  text-align: left;
  padding: 5px;
}

#agreement div:nth-of-type(1) {
  padding: 5px 5px 10px;
}

#agreement div:nth-of-type(2) {
  padding: 10px 5px 5px;
}

#agreement strong {
  margin: 0 0 0 8px;
}

#agreement div.error-message {
  padding: 0;
}

#agreement-msg {
  width: 870px;
  margin: 20px auto 20px auto;
}

#agreement-msg p {
  margin-bottom: 10px;
  font-size: 12px;
}

#agreement-msg p#promise {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

#agreement-msg p#promise strong {
  margin-right: 6px;
  padding: 3px 5px;
  color: #ffffff;
  background-color: #ff0000;
}

#annotation {
  padding: 10px;
  background: #e4d2d0;
}

#annotation p {
  font-size: 12px;
  margin-bottom: 0;
}

#annotation p span {
  color: #ff0000;
  text-decoration: underline;
}

/*代金引換注釈*/
.payment-note {
  padding-top: 4px;
  text-align: right;
  font-size: 12px;
}

/* IME-MODE */
#OrderFamilyKana,
#OrderGivenKana {
  ime-mode: active;
}

#OrderZip1,
#OrderZip2 {
  ime-mode: disabled;
}

#OrderTelNo1,
#OrderTelNo2,
#OrderTelNo3,
#OrderEmail,
#OrderEmailConfirm,
#OrderBirthdayYear {
  ime-mode: disabled;
}

/*---------------------------------------

  お申込み内容確認(共通)

---------------------------------------*/
/* お申込み内容 */
#order_info {
  padding: 0 0 20px;
}

table#order_info_order {
  display: none;
  width: 870px;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-position: right top;
  background-repeat: no-repeat;
}

#order_info_order tr {
  line-height: 18px;
}

#order_info_order th,
#order_info_order td {
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  padding: 8px 10px;
}

#order_info_order th {
  background-color: #ffe3e3;
  text-align: left;
}

#order_info_order td {
  text-align: right;
  vertical-align: middle;
}

#order_info_product_title th {
  text-align: center;
  vertical-align: middle;
}

#order_info_product_title th:nth-of-type(1) {
  width: 183px;
}

#order_info_product_title th:nth-of-type(3) {
  width: 160px;
}

#order_info_product_title th:nth-of-type(4) {
  width: 30px;
}

#order_info_product_title th:nth-of-type(5) {
  width: 60px;
}

#order_info_product_info td:nth-of-type(1) {
  text-align: left;
}

#order_info_product_info td:nth-of-type(3) {
  text-align: center;
}

#order_info_total_inc td {
  font-weight: bold;
  color: #ff0000;
}

#order_info_confirm_message td {
  text-align: left;
  font-size: 0.9em;
}

/* お客様情報 */
table#order_info_checkout {
  width: 870px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  background-position: right top;
  background-repeat: no-repeat;
}

#order_info_checkout tr {
  line-height: 18px;
}

#order_info_checkout th,
#order_info_checkout td {
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  padding: 8px 10px;
}

#order_info_checkout th {
  width: 165px;
  background-color: #ffe3e3;
  text-align: left;
  vertical-align: top;
}

#order_info_checkout td {
  width: 584px;
  text-align: left;
}

#order_info_payment_title {
  display: none;
}

table#order_info_payment {
  width: 870px;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border-right: 1px solid #999999;
  background-position: right top;
  background-repeat: no-repeat;
}

#order_info_payment tr {
  line-height: 18px;
}

#order_info_payment th,
#order_info_payment td {
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  padding: 8px 10px;
}

#order_info_payment th {
  width: 165px;
  background-color: #ffe3e3;
  text-align: left;
}

#order_info_payment td {
  width: 584px;
  text-align: left;
}

#product_qty th span,
#landing_form th span,
#agreement div span,
#deli_form th span {
  background-image: url(../img/s_required.png);
  background-size: 44px 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  display: inline-block;
  height: 20px;
  text-indent: -9999px;
  width: 46px;
}

#product_qty th span,
#landing_form th span {
  float: right;
}

#deli_form th span {
  margin-left: 10px;
}

/************************************************

  clear

************************************************/
.contents .unit-a,
.section {
  zoom: 1;
}

.contents .unit-a:after,
.section:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

/* or */
.clear {
  clear: both;
}

/*Link*/
a:link {
  color: #004b91;
}

a:visited {
  color: #004b91;
}

a:hover {
  color: #004b91;
  text-decoration: none;
}

/*---------------------------------------
  申込みフォームEFO
---------------------------------------*/
#confirm_button,
#confirm_button_disable {
  text-align: center;
  padding: 40px 0px 40px;
}

/*---------------------------------------
  フッター
---------------------------------------*/
#footer {
  border-top: 1px solid #333333;
  width: 890px;
  margin: 0px auto;
  padding: 0px 0px;
}

div.footer_left {
  width: 500px;
  font-size: 12px;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.footer_left img {
  vertical-align: middle;
}

address {
  font-style: normal;
}

#footer_txt {
  font-size: 10px;
  line-height: 150%;
  text-align: left;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.footer_link {
  color: #333333;
}

div.footer_right {
  float: right;
  font-size: 12px;
  text-align: right;
  color: #333333;
  width: 360px;
  padding-top: 10px;
}

p.footer_text01 {
  font-size: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  color: #333333;
}

ul.ul_footer {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: right;
}

ul.ul_footer li {
  display: inline;
  text-align: right;
  font-size: 12px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
}

ul.ul_footer li a {
  color: #333333;
}