@charset "UTF-8";

/* クレジットフォーム設定
-------------------------------*/
.CreditFormButton {
	-webkit-appearance:none;
	border-radius:2px;
	display:inline-block;
	padding: 0.3em 1em 0.3em 1em !important;
	font-size:1.5rem;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid #76120c;
	color:#fff;
	background-color:#76120c;
	background-image:-webkit-linear-gradient(#76120c 0,#76120c 48%,#76120c 100%);
	background-image:-moz- oldlinear-gradient(#76120c 0,#76120c 48%,#76120c 100%);
	background-image:-o-linear-gradient(#76120c 0,#76120c 48%,#76120c 100%);
	background-image:linear-gradient(#76120c 0,#76120c 48%,#76120c 100%);
	width: 400px;
	height: 100px;
}

#payjp_checkout_box input[type=button]{
	font-size: 1.5rem !important;
	padding: 0.3em 1em 0.3em 1em !important;
	width: 400px;
	height: 100px;
}
@media screen and (max-width:440px) {
#payjp_checkout_box input[type=button]{
	font-size: 1.5rem !important;
	padding: 0.3em 1em 0.3em 1em !important;
	width: 80%;
	height: 80%;
}
}

.payjp-button-area{
	text-align: center;
}

.contents_900{
	width: 900px;
	margin: 0 auto;
}

.contents_98p{
	width: 98%;
	margin: 0 auto;
}

input[type="text"]{
	width: 100%;
}

input[type="tel"]{
	width: 100%;
}

select{
	width: 100%;
}

textarea{
    font-size: 0.8em;
	width: 100%;
}

.cf_notice{
	width: 100%;
}

#form_seminar_lp .last_dl{
	border-bottom:1px solid #343434;
}
@media screen and (max-width:768px) {
#form_seminar_lp .last_dl{
	border-bottom:none;
}
}


.credit_form{
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 40px;
}

.credit_form2{
  margin-top: 0px;
  padding-top: 12px;
/*  padding-bottom: 40px;*/
}

.seminarLP .form_order_btn_green{
  background: url('../../cardform/image/img_btn_green_order.png') no-repeat;
}

.seminarLP .form_confirm_btn_green{
  background: url('../../cardform/image/img_btn_green_confirm.png') no-repeat;
}

@media screen and (max-width:768px) {
.seminarLP .form_order_btn_green{
  background: url('../../cardform/image/img_btn_green_order.png') no-repeat scroll 0 0;
  background-size: contain;
}

.seminarLP .form_confirm_btn_green{
  background: url('../../cardform/image/img_btn_green_confirm.png') no-repeat scroll 0 0;
  background-size: contain;
  height: 105px;
}
}
