@charset "utf-8";

/*---------------------------------------

	フォームタイトル・テーブル・フォーム
	
---------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, section, article{
  margin: 0;
  padding: 0;
}
table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0
}

#form img {
    vertical-align: top;
    width: 100%;
    display: block;
}
/* フォームタイトル */
.ttl01 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 15px;
  border-left: 6px solid #fed400; 
}
.ttl01::before{
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    content: "";
    width: 1px;
    background: #fed400;
}

/* テーブル */
.ttl01, .form_title {
  background-color: #fed400;
  color: #fff;
  font-weight: 700;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 1.2rem
}

.table_a {
	width: 100%;
}

.table_a td {
	vertical-align: middle;
	text-align: center;
}

.order_info_table {
	margin-bottom: 5px;
}

.table_b, .order_info_table {
  border-left: 1px solid #ffec70;
  border-top: 1px solid #ffec70;
  width: 100%
}
.table_b th, .order_info_table th {
  background: #fff6b7;
  border-right: 1px solid #ffec70;
  border-bottom: 1px solid #ffec70;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  color: #333;
  width: 32%;
  font-size: 1rem
}
.table_b td, .order_info_table td {
  border-right: 1px solid #ffec70;
  border-bottom: 1px solid #ffec70;
  padding: 12px;
  vertical-align: middle;
  font-size: 1rem
}

.table_c {
	width: 100%;
}

.table_c th {
	padding: 8px;
	vertical-align: middle;
	text-align: left;
	color: #333;
	width: 30%;
}

.table_c td {
	padding: 8px;
	vertical-align: middle;
}

.table_d {
	width: 100%;
}

.table_d th {
	vertical-align: top;
	width: 38px;
}

.table_d td {
	vertical-align: top;
}

/* フォーム */
#form_area{
    padding: 0 2%;
}
#form_area img{
    width:100%;
}
#form_area .font15{
    border-top: 1px solid #efefef;
    padding-top:5.33%;
    margin-top: 5.33%;
}
select,
input {
	padding: 10px 5px;
	font-size:15px;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-transform: scale(2.2);
	transform: scale(2.2);
	height: 35px;
	vertical-align: top;
}

.form-section01 {
	border: 3px solid #ffec70;
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
	background-color:#fff6b7;
	margin-bottom:10px;
}

.form-section01 li {
	margin-bottom: 10px;
}

.form_notice {
	font-size: 12px;
	color: #666;
}

#agreement {
	background: #fff6b7;
	padding: 10px;
	margin-top: 10px;
}
#agreement table:first-child .agreement_label::after{
    content: "＊";
    color: #ff2222;    
}
#agreement a{
	color: #2d6fca;
	text-decoration: underline;
}

#annotation {
  background:#ffffff;
  padding: 10px;
}

#landing_form {
	background: #FFF;
    margin-bottom: 3%;
}

#form_checkout_title {
	display: none;
}

span.form_required,
span.form_notice {
	color: #FFF;
	background: #F00;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
	margin-left: 10px;
    display: none;
}
.form_box {
  border-right: 1px solid #ffec70;
  border-left: 1px solid #ffec70;
  border-bottom: 1px solid #ffec70
}

.form_box_label {
  background: #fff6b7;
  border-bottom: 1px solid #ffec70;
  border-top: 1px solid #ffec70;
  padding: 8px;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 0;
  font-size: 1rem;
}
.form_box_label::after {
    content: "＊";
    color: #ff2222;
}
.form_required:last-of-type .form_box_label:after{
    content:"";
}
.form_required:last-of-type .form_box_label{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 15px;
  border-left: 6px solid #fed400; 
}
.form_required:last-of-type .form_box_label::before{
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    content: "";
    width: 1px;
    background: #fed400;
}

.form_input_box {
	padding: 8px;
	font-size: 1rem;
}

.form_input_box p {
	font-size: 1rem;
}

.form_example {
	padding: 0 8px 8px;
	color: #666666;
  font-size: 1.0rem;
}

.form_example p{
	color: #cc0000;
}

.form_input_box input[type="text"],
.form_input_box input[type="email"] {
	width: 95%;
}

.form_input_box input.zip1,
.form_input_box input.zip2 {
	width: 30%;
}

.form_input_box input.tel_no,
.form_input_box input.input_year {
	width: 20%;
}

.form_input_box #OrderBirthdayMonth,
.form_input_box #OrderBirthdayDay {
	width: 25%;
}

.form_input_box label {
	margin: 0 7px;
	vertical-align: bottom;
}

#confirm_button,#form-order{
    margin-top: 4%;
    margin-bottom:5.33%;
}

#agreement table {
	width: 100%;
	border: 0;
	margin: 0 5px;
}

#agreement table .agreement_check {
	vertical-align: top;
	width: 38px;
}

#agreement table .agreement_label {
	vertical-align: middle;
}

#CheckBlockTextareaCheckarea {
	width: 95%;
}

.error-message {
	margin: 8px;
	color: #F00;
	font-weight: bold;
	background: #fff6b7;
	font-size: 12px;
}


.customer_info,
#order_info_payment_box {
	margin-top: 20px;
}


#form_payment_method_credit {
    background-repeat: no-repeat;
    background-size:contain;
	display: none;
}


#form_checkout_title {
	display: none;
}

#order_info_checkout,
#form_upsell {
	background: #FFF;
	border-bottom: 1px solid #ffec70;
}

#order_info_payment {
    border-bottom: 1px solid #ffec70;
    border-top: 1px solid #ffec70;
    color: #333333;
}

/* ＮＰ後払い */
#np_area {
    border: 1px solid #000;
    margin: 10px 0;
    padding: 10px;
}

	#np_area p {
			margin: 20px 0px 0px;
	}


/*---------------------------------------

	半角・全角制御
	
---------------------------------------*/
#OrderFamilyKana,
#OrderGivenKana {
	ime-mode: active;
}

#OrderZip1,
#OrderZip2 {
	ime-mode: disabled;
}

#OrderTelNo1,
#OrderTelNo2,
#OrderTelNo3,
#OrderEmail,
#OrderEmailConfirm,
#OrderBirthdayYear {
	ime-mode: disabled;
}

/*---------------------------------------

	お支払い方法（共通）
	
---------------------------------------*/
select, #form_payment_method_select{
	width:100%;
}

/*--------------------------------------------------*/
/* footer */
/*--------------------------------------------------*/
.site-footer{
  position: relative;
  padding: 5% 4%;
  background: #fed400;     
}
.site-footer .box-info {
	margin: 0;
	text-align: left
}
.site-footer .footer-logo {
	margin-top: 15px;
    width:25%;
    max-width: 295px;
}
.site-footer .footer-logo img {
	width: 100%
}
.site-footer ul {
	margin-top: 4%
}
.site-footer ul li {
	display: inline-block;
    margin: 0 10px 0.8em 0;
    font-size: 12px;
	padding: 4px 0
}
.site-footer ul li a:link {
	color: #000
}
.site-footer ul li a::after{
    content: "";
    display: inline-block;
    background-image: url("../images/footer-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width:12px;
    height: 12px;
    margin-left: 5px;
}
.site-footer .copy {
	font-size: 0.8rem;
	padding: 3% 0;
	text-align: center
}

#order_info_confirm_message{
  padding-left: 2%;
  padding-right: 2%;
}
#order_info_confirm_message label {
  cursor: pointer;
  text-decoration: underline;
  color: #0169d8
}
#order_info_confirm_message input {
  display: none
}
#order_info_confirm_message .acc_cont {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .8s;
  display: block;
}
#order_info_confirm_message input:checked ~ .acc_cont {
  padding-bottom: 10px;
  height: auto;
  opacity: 1
}