@charset "utf-8";
/* CSS Document */
/*オーバーレイ削除*/
.invalid-fields-notice-box{
	display:none;
}

/* コース名商品名横幅 */
#ukokkei-landing-page-form .order-item-info{
    width: 100% !important;
}

/* 商品個数選択箇所 */
#ukokkei-landing-page-form .order-item-quantity{
    display:none;
}
/* amazonボタン上下スペース */
.amazonpay-button-inner-image{
	margin:5px 0 10px 0;
}

/* お届け予定日改行箇所 */
#ukokkei-landing-page-form .col-xs-3-5{
    width: 100% !important;
}

/*フォーム高さ*/

#ukokkei-landing-page-form .form-control{
height: 65px !important;
}
@media all and (min-width: 980px) {
#ukokkei-landing-page-form .form-control{
height: 60px !important;
}
}



/*カートクレカ画像SP用*/
#ukokkei-landing-page-form > .container-fluid > div:nth-last-child(5) .ibox-title:after {
    content: '';
    display: block;
    width: 100%;
    background-image: url(../image/cashless.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 10px;
    padding-bottom: 25%;
}
/*カートクレカ画像PC用*/
@media all and (min-width: 980px) {
    #ukokkei-landing-page-form > .container-fluid > div:nth-last-child(5) .ibox-title:after {
    width: 70%;
    margin: 0  auto;
    padding-bottom: 18%;
}
}

/*カード情報入力カード画像上下スペース調整*/
#ukokkei-landing-page-form .card-brand-all{
    margin-top: 0px !important;
	width: 95% !important;
}
@media all and (min-width: 498px) {
#ukokkei-landing-page-form .card-brand-all{
    margin-top: 0px !important;
}
}

/* 製品名 非表示*/
#ukokkei-landing-page-form .item-variant-name {
display:none;
}

/*注文商品画像 非表示*/
#ukokkei-landing-page-form .order-item-image {
display:none;
}

#ukokkei-landing-page-form > .container-fluid > div:nth-last-child(5) {


}
#ukokkei-landing-page-form > .container-fluid > div:nth-last-child(4),
#ukokkei-landing-page-form > .container-fluid > div:nth-last-child(6),
#ukokkei-landing-page-form > .container-fluid > div:nth-last-child(7) {
display:none;
}

/*郵便番号注釈 非表示
#ukokkei-landing-page-form > .container-fluid > div.col-sm-5 > div:nth-child(1) span {
display:none;
}*/

/*郵便番号検索 非表示
#ukokkei-landing-page-form > .container-fluid > div:nth-last-child(7) > div.col-xs-12 {
display:none;
}
*/

#ukokkei-landing-page-form .password-title-padding {
    padding-left: 15px;
}

#ukokkei-landing-page-form .form-horizontal .control-label, .ukokkei-base-css .form-horizontal .control-label {
    text-align: left !important;
    margin-bottom: 0;
    padding-top: 7px;

}

#ukokkei-landing-page-form .password-title-padding {
	position: relative !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;

}

#ukokkei-landing-page-form .text-right, .ukokkei-base-css .text-right {
    text-align: left !important;

}

#ukokkei-landing-page-form table th, .ukokkei-base-css table th {
	display: block;
	margin-bottom: 10px;
}

#ukokkei-landing-page-form table td, .ukokkei-base-css table td {
	margin-bottom: 10px;
}

#ukokkei-landing-page-form .custom-checkbox-label, #ukokkei-landing-page-form .custom-radio-btn-label {
	padding-left: 15px !important;
}

#ukokkei-landing-page-form .security-code-label {
	padding-left: 15px !important;
}

input, select {
	font-size: 16px !important;
}

#ukokkei-landing-page-form .hr-line-dashed {
margin: 5px 0 15px !important;
border-top: 1px dashed #999 !important;
}

img.fa-exclamation-circle {
	display: inline-block;
}

#ukokkei-landing-page-form .col-lg-2 {
    width: 23.667% !important;
 
}

/* footer */

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}

ul.f-ul {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background: #ebebeb none repeat scroll 0 0;
    justify-content: center;
	padding: 30px 0 30px;
}

.arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #222222;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.arrow:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -3px;
}

.f-ul li {
	width: auto;
	padding: 10px;
	font-size: 15px;
	list-style: none;
}

p.cr {
	font-size: 14px;
	text-align: center;
	padding: 20px 5px;
}


.npbanner img {
	display: block;
	margin: 0 0;
}

#ukokkei-landing-page-form .form-horizontal .control-label {
	display:  block;
}

#ukokkei-landing-page-form .payment-method-description {
	max-height: 1735px!important;
}

#ukokkei-landing-page-form .order-item-quantity {
	width: 100% !important;
    text-align: left !important;

}

#ukokkei-landing-page-form .customer-info-birth-day-container, #ukokkei-landing-page-form .customer-info-birth-month-container, #ukokkei-landing-page-form .customer-info-birth-year-container{
	width: 100% !important;
}
 
@media screen and (max-width: 979px) {

#ukokkei-landing-page-form .col-lg-2 {
    width: 70.833333333% !important;
}

ul.f-ul {
	width: 100%;
	height: auto;
	overflow: hidden;
    background: #ebebeb none repeat scroll 0 0;
    color: #666666;
	display: block;
	text-align: center;
	padding: 0;
}

.f-ul li:first-child {
    border-top: 1px dotted #cccccc;
}
.f-ul li {
    border-bottom: 1px dotted #cccccc;
    display: inline-block;
    margin: 0;
    text-align: left;
    width: 100%;
	padding: 15px 10px;
	font-size: 14px;
}

p.cr {
	font-size: 10px;
	text-align: center;
	padding: 20px 5px;
}
	
#ukokkei-landing-page-form .payment-method-description {
	max-height: 250px!important;
}
	
	#ukokkei-landing-page-form .payment-method-description {
		padding: 0!important;
		background: #fff!important;
	}

	#ukokkei-landing-page-form .payment-method-description h2 {
		font-weight: bold;
		font-size: 80%;
	}

#ukokkei-landing-page-form .payment-method-description {
	max-height: 805px!important;
}

}