@charset "utf-8";
/* ===================================================================
CSS information
file name  :lp_form.css
style info :フォーム一体型LP用
=================================================================== */
.plg_Raku2_LC_Page_Entry_Lp_New #container #wrapper {
    max-width: 980px;
    margin: 0 auto;
}
#no_login_disp table th,
#deliv_address table th,
#nonmember table th,
#select_payment table th,
#select_teiki_cycle table th,
#select_deliv_date table th,
#select_deliv_datetime table th,
#coupon_area table th,
#bbc_member table th {
    width: 30%;
}
#order-form {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 100%;
    line-height: 1.6;
    letter-spacing: 0;
}
div#order p {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
div#order p.top {
    margin-bottom: 5px;
}
div#order p.margin_b_5 {
    margin-bottom: 5px;
}
#order-form table {
    margin: 15px auto 20px auto;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
#order-form table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
    text-align: left;
}
#order-form table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    text-align: left;
}
.order-in table select,
.order-item table select {
    margin-bottom: 0;
    padding-bottom: 4px;
}
#order-form .step-box {
    text-align: center;
}
/* ▼購入商品詳細、規格・数量選択スタイル▼ */
#order-form .order-item table td {
    padding: 15px;
}
#order-form .order-item table td #item_detail_area {
	float: left;
	margin-right: 30px;
    max-width: 600px;
}
#order-form.lp_version-01 .order-item table td #item_detail_area {
	/* 商品名がプルダウン選択の場合はfloatしない */
	float: none;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	font-size: 18px;
}
#order-form.lp_version-01 .order-item table td #item_detail_area select {
	width: 100%;
}
#order-form.lp_version-01 .order-item table td div[id^="product_class_area"] {
	float: left;
	margin-right: 15px;
}
#order-form .order-item table td #item_quantity_area,
#order-form.lp_version-01 .order-item table td div[id^="item_quantity_area"] {
	float: left;
}
#order-form .order-item table td #item_amount_area,
#order-form.lp_version-01 .order-item table td div[id^="item_amount_area"] {
	float: right;
}
#order-form .order-item table td #item_amount_area p,
#order-form.lp_version-01 .order-item table td div[id^="item_amount_area"] p {
	margin-top: 0;
}
#order-form .order-item #item_detail_area #item_name {
    float: left;
    margin-right: 15px;
}
#order-form.lp_version-01 .order-item #item_detail_area #item_name {
	float: none;
	margin-right: 0;
}
#order-form .order-item #item_detail_area .classlist_chkbox {
    float: left;
}
#order-form .order-item #item_detail_area dl#item_price,
#order-form .order-item #item_detail_area #notes_price {
    clear: both;
    overflow: hidden;
    display: none;
}
#order-form .order-item #item_detail_area dl#item_price dt,
#order-form .order-item #item_detail_area dl#item_price dd {
    float: left;
}
#order-form .order-item #item_detail_area dl#item_price dt {
	margin-right: 10px;
}
/* ▲購入商品詳細、規格・数量選択スタイル▲ */
#order {
    text-align: left;
}
#order h3 {
    margin-top: 40px;
}
#order h3 i {
    margin-right: 5px;
    color: #FF5E3A;
}
#no_login_disp table,
#no_login_disp table th{
    border: none;
    background: none;
}
#no_login_disp .order-in {
    margin: 0 auto;
    background: #f5f5f5;
    padding: 20px 165px;
}
#no_login_disp table {
    margin: 0;
}
#no_login_disp .next-box {
    margin: 20px auto 10px;
    text-align: center;
    line-height: 2;
}
div#order h4 {
    background: #666;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
input[type="button"],
input[type="submit"] {
    width: 240px;
    padding: 8px;
    border: solid 3px #FF5E3A;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px #ccc;
    cursor: pointer;
    color: #FF5E3A;
    font-weight: bold;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #FF5E3A;
    color: #fff;
}
input[type="button"]+i,
input[type="submit"]+i {
    margin-left: -20px;
    margin-right: 20px;
    font-size: 120%;
    color: #ccc;
}
input[type="button"]:hover+i,
input[type="submit"]:hover+i {
    color: #fff;
}
div#no_login_conf .next-box {
    text-align: center;
}
input[type="submit"].btn_cart_in {
    width: 300px;
    padding: 10px;
    font-size: 18px;
    margin: 5px auto 30px;
}
/* submitボタンを押下不可に */
input[type="submit"].btn_cart_in.disable {
    opacity: 0.5;
    cursor: default;
    background: #fff;
    color: #FF5E3A;
}
input[type="submit"].btn_cart_in.disable+i {
    color: #ccc;
}
.kiyaku_text {
    text-align: center;
    margin: 30px 0;
}
.kiyaku_text_detail {
    width: 80%;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: solid 1px #ccc;
    padding: 20px;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
}
#calender_area table.calendar {
    font-size: 11.5px;
}
div#calender_area.teiki_cycle table th {
    text-align: center;
    border-right: none;
}
div#calender_area.teiki_cycle table td {
    padding: 0;
    border: none;
    text-align: center;
}

div#calender_area.teiki_cycle table td table td {
    padding: 9px;
    border-bottom: dotted 1px #ccc;
}

div#calender_area.teiki_cycle table {
    margin: 0 auto;
}
div#calender_area.teiki_cycle table td table {
    margin: 5px 2%;
    width: 94%;
}
div#calender_area.teiki_cycle {
    border: solid 1px #ccc;
    padding: 20px;
    margin-bottom: 80px;
}
#conf.next-box {
    text-align: center;
}

/* #layout_lpmain内reset用 */
.layout_lpmain table {
    margin: initial;
    border-top: initial;
    border-left: initial;
    width: auto;
    border-collapse: initial;
    text-align: initial;
}
.layout_lpmain table th {
    padding: initial;
    border-right: initial;
    border-bottom: initial;
    color: initial;
    background-color: initial;
    font-weight: initial;
}
.layout_lpmain table td {
    padding: initial;
    border-right: initial;
    border-bottom: initial;
    background-color: initial;
}
.layout_lpmain #lp_wrapper h2 {
    padding: initial;
    margin-bottom: initial;
    border-bottom: initial;
    font-size: initial;
}
.layout_lpmain img{
    margin: initial;
}
.layout_lpmain a{
    display: inherit;
}
input#name02 ,
input#kana02 {
    margin-left: 13px;
}

.name02formError,
.kana02formError {
	left: 850px!important;
}

input#name02 ,
input#kana02 {
    margin-left: 13px;
}

.name02formError,
.kana02formError {
	left: 850px!important;
}

/* ▼定期コース */
.teiki_course {
	margin-top: 10px;
}

.teiki_course_title {
	display: inline-block;
}

.teiki_course_select_s {
	display: inline-block;
}

.teiki_course_old {
	margin-top: 50px;
}
/* ▲定期コース */
