@charset "utf-8";

section  {
	padding-top: 100px;
	min-height: 850px;
	text-align: center;
}
#h1 {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

#contact_form  {
	text-align: left;
	margin-bottom: 40px;
	font-size: 16px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.cout {
	color: #FF0000;
	margin-bottom: 10px;
}
.warn {
	color: #FF0000;
	font-size: 14px;
}

.form_box {
	padding: 2px;
	margin-bottom: 10px;
	position: relative;
	font-size: 1.1rem;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.spot_title {
	font-size: 20px;
}


.input_head {
	display: inline-block;
	width: 150px;
	font-size: 19px;
	vertical-align: top;
}

input[type="text"], input[type="mail"], input[type="tel"], textarea, select {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: inherit;
}

.input_text {
	border: 1px solid #999;
	display: inline-block;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}
.input_code {
	border: 1px solid #999;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
}
#search_address {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 16px;
	margin-left: 20px;
	border: 1px solid #9F9F9F;
	border-radius: 5px;
	transition: 0.5s;
	cursor: pointer;
}
#search_address:hover {
	color: #FFFFFF;
	background-color: #6E6E6E;
	
}

#state {
	font-size: 18px;
	font-weight: normal;
	color: #303030;
	padding: 3px;
	width: 100%;
	display: inline-block;
}

.input_area {
	min-height: 10lh; /* $FFFD$0152$FFFDs */
	/*field-sizing: content; /* $FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$01C9$FFFD */
	width: 100%;
	border: 1px solid #999;
	resize: none;
	padding: 10px;
	border-radius: 5px;
	form-sizing: content;
	display: inline-block;
}

#submit {
	font-size: 1em;
	font-weight: normal;
	color: #505050;
	padding-top: 10px;
	padding-left: 1em;
	padding-bottom: 10px;
	border-radius: 5px;
	width: 200px;
	letter-spacing: 1em;
	border: 1px solid #A2A2A2;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#submit:hover {
	color: #FFFFFF;
	background-color: #A0A0A0;
}
#contact_privacy {
	text-align: left;
	padding-bottom: 49px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 900px;
}
#contact_privacy h3 {
	margin-bottom: 10px;
	font-weight: bold;
}
#thank {
	border: 2px solid #46D735;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 300px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}
#company_text {
	text-align: justify;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	line-height: 2;
}

#company_table {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
	font-size: 18px;
}
#company_table tr th {
	text-align: center;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#company_table tr td {
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#privacy {
	width: 100%;
	max-width: 900px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	padding-bottom: 100px;
}
.privaxy_top {
	margin-bottom: 30px;
}
.privacy_h2 {
	font-weight: 600;
	margin-bottom: 10px;
}
.privacy_p {
	padding-left: 10px;
	margin-bottom: 20px;
}
.privacy_ul {
	margin-left: 35px;
	margin-bottom: 30px;
}
.privacy_ul li {
	margin-bottom: 10px;
}
.privacy_p a {
	text-decoration: underline;
}
.privacy_ul {
}
.privacy_ul li {
	list-style-position: outside;
}
.privacy_li_head {
	display: inline-block;
	width: 150px;
	white-space: nowrap;
	vertical-align: top;
}
.privacy_li_body {
	width: calc(100% - 170px);
	display: inline-block;
	vertical-align: top;
}








.add_button {
	border: 1px solid #000000;
	border-radius: 50px;
	background-color: #F1F1F1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	display: inline-block;
}
.add_button:hover {
	color: #FFFFFF;
	background-color: #666666;
	
}
.link_text {
	margin-bottom: 50px;
}
.link_text a {
	text-decoration: underline;
	font-size: 18px;
}
.link_text a:hover {
	color: #960002;
	
}
.cart_page {
	margin-top: 50px;
	min-height: 700px;
}

.cart_title {
	font-size: 30px;
	text-align: left;
	padding-left: 50px;
	font-weight: 600;
	color: #545251;
	padding-right: 50px;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}
.cart_title .t2 {
	float: right;
}
/*
.cart_title::after {
	content: '';
	display: block;
	background-image: url('../images/h2_line.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: -12px;
}
*/
.cart_title::after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: -12px;
	border-bottom: 1px solid #000000;
}


#cart_list {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #000000;
	min-height: 400px;
}
#cart_list li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom: 1px dotted #878787;
	text-align: justify;
	padding-left: 20px;
	padding-bottom: 30px;
	position: relative;
}
#cart_list li:last-child {
	border-bottom-style: none;
	
}
.item_img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	height: 200px;
}
.item_img img {
	height: 100%;

}

.item_name {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	vertical-align: top;
	padding-top: 10px;
	width: 400px;
	font-weight: 500;
}
.qty_select {
	width: 270px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
	background-color: #EBEBEC;
	border: 1px solid #AFAFB0;
	font-weight: 500;
}
.price_box {
	display: inline-block;
	width: 300px;
	position: absolute;
	right: 0px;
	text-align: right;
	padding-top: 10px;
}
.price_sub_box {
	margin-bottom: 20px;
}
.unit_price {
	font-size: 18px;
	margin-bottom: 10px;
}
.subtotal {
	font-size: 30px;
	font-weight: 500;
}
.subtotal span {
	font-size: 26px;
}
.remove_btn {
	position: absolute;
	right: 0px;
	bottom: 54px;
	background-color: #F0F0F0;
	border-radius: 10px;
	border: 1px solid #7B7B7B;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	font-size: 16px;
}
.remove_btn:hover {
	background-color: #949494;
	color: #FFFFFF;
}
#cart_total {
	text-align: right;
	margin-bottom: 20px;
}









#total_price {
	text-align: right;
	font-size: 22px;
}
#total_price_title {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
}
#total_price {
	display: inline-block;
	font-size: 46px;
	font-weight: 600;
	padding-left: 40px;
}


#total_price #total_value {
	font-size: 46px;
	font-weight: 600;
	display: inline-block;
}
#total_price span  {
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
}


#go_buyer_form {
	text-align: right;
	margin-bottom: 20px;
}
#go_buyer_btn {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #EC6437;
	border: 1px solid #EC6437;
	width: 250px;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	border-radius: 50px;
	display: inline-block;
}
#go_buyer_btn:hover {
	color: #EC6437;
	background-color: #FCE6DF;
}
#go_buyer_btn2 {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #EC6437;
	border: 1px solid #EC6437;
	width: 250px;
	text-align: center;
	height: 50px;
	padding-top: 0px;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 5px;
}
#go_buyer_btn2:hover {
	color: #EC6437;
	background-color: #FCE6DF;
}
#return_btn {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #00A63C;
	border: 1px solid #00A63C;
	width: 250px;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 50px;
	text-decoration: none;
}
#return_btn:hover {
	color: #00A63C;
	background-color: #EAFFF1;
}
#return_btn2 {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #00A63C;
	border: 1px solid #00A63C;
	width: 250px;
	text-align: center;
	height: 50px;
	padding-top: 5px;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 50px;
	text-decoration: none;
}
#return_btn2:hover {
	color: #00A63C;
	background-color: #EAFFF1;
}
.cart_subtext {
	margin-bottom: 100px;
	margin-top: -58px;
}
#toggle_receiver {
	transform: scale(1.5); /* 数値を変えて大きさ調整 */
	margin-right: 5px;
}

.confirm_area {
	margin-bottom: 50px;
	font-size: 19px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.confirm_title {
	font-size: 23px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}
.confirm_list {
}
.confirm_list li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.confirm_head {
	width: 150px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
}
.confirm_data {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border-left: 1px solid #A3A3A3;
	padding-left: 20px;
	width: calc(100% - 160px);
	position: relative;
}
.confirm_dataarea {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 160px);
	position: relative;
	border-left: 1px solid #A3A3A3;
}

#free_shiping  {
	font-size: 16px;
	line-height: 1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline-block;
	border: 1px solid #FF0105;
	font-weight: 600;
	color: #D50306;
}

#cool {
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #8E8E8E;
	line-height: 1;
}

.confirm_data2 {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: calc(100% - 160px);
	margin-left: 5px;
}
.confirm_item {
	white-space: nowrap;
	margin-bottom: 20px;
}
.confirm_item_data {

}
.confirm_subtotal {
	text-align: right;
}



.confirm_item_name {
	display: inline-block;
	width: 460px;
	white-space: normal;
}
.confirm_item_price {
	text-align: right;
	display: inline-block;
	width: calc(100% - 460px);
	white-space: normal;
}


.right_align {
	text-align: right;
}

.confirm_total {
	border-top: 1px solid #878787;
	margin-top: 10px;
	padding-top: 10px;
}
#lastatt   {
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #8E8E8E;
	display: inline-block;
}











#checkout {
	margin-bottom: 50px;
}

#no_item {
	margin-bottom: 50px;
	min-height: 400px;
	padding-top: 100px;
	font-size: 20px;
}
#end_mess {
	margin-bottom: 50px;
	font-size: 25px;
}
#purchased {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	border-collapse: collapse;
}
#purchased tr th {
	width: 150px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 17px;
}
#purchased tr td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 17px;
	padding-left: 20px;
	border-left: 1px solid hsla(0,0%,47%,1.00);
}
#purchased tr td ul {
	margin-left: 25px;
}
#purchased tr td ul li {
	list-style-position: outside;
}
#purchased tr td ul li .subtotal {
	text-align: right;
	width: 100%;
}
#purchased tr td #total {
	text-align: right;
}
.success_title {
	position: relative;
	margin-bottom: 100px;
}
.success_title div {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	border: 3px solid #00A63C;
	border-radius: 50px;
	font-weight: 600;
	font-size: 20px;
}

.success_title span {
	font-size: 26px;
	font-weight: 600;
	display: block;
}
.success_title::after {
	content: '';
	display: block;
	background-image: url('../images/h2_line.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: -39px;
}

#success_message {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 500;
	padding-top: 20px;
	border: 2px solid #2D9345;
	padding-bottom: 20px;
	margin-top: 50px;
}
.notice {
	margin-bottom: 50px;
	color: #BB0000;
	font-weight: 600;
}
.notice a {
	color: #BB0000;
}






@media (max-width:1024px){

.cart_page {
	margin-top: 50px;
}

.cart_title {
	font-size: 30px;
	text-align: left;
	padding-left: 50px;
	font-weight: 600;
	color: #545251;
	padding-right: 50px;
	position: relative;
	margin-bottom: 50px;
}
.cart_title .t2 {
	float: right;
}




#cart_list {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #000000;
	min-height: 400px;
}
#cart_list li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom: 1px dotted #878787;
	text-align: justify;
	padding-left: 20px;
	padding-bottom: 30px;
	position: relative;
}
#cart_list li:last-child {
	border-bottom-style: none;
	
}
.item_img {
	display: inline-block;
	margin-right: 20px;
	width: 340px;
	vertical-align: middle;
	min-height: 240px;
	height: auto;
}
.item_img img {
	width: 100%;
}

.item_name {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	vertical-align: top;
	padding-top: 10px;
	width: 230px;
}
.qty_select {
	width: 270px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
	background-color: #EBEBEC;
	border: 1px solid #AFAFB0;
	font-weight: 500;
}
.price_box {
	display: inline-block;
	width: 300px;
	position: absolute;
	right: 0px;
	text-align: right;
	padding-top: 10px;
}
.price_sub_box {
	margin-bottom: 20px;
}
.unit_price {
	font-size: 18px;
	margin-bottom: 10px;
}
.subtotal {
	font-size: 45px;
	font-weight: 500;
}
.subtotal span {
	font-size: 26px;
}
.remove_btn {
	position: absolute;
	right: 0px;
	bottom: 54px;
	background-color: #F0F0F0;
	border-radius: 10px;
	border: 1px solid #7B7B7B;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	font-size: 16px;
}
.remove_btn:hover {
	background-color: #949494;
	color: #FFFFFF;
}
#cart_total {
	text-align: right;
	margin-bottom: 20px;
}









#total_price {
	text-align: right;
	font-size: 22px;
}
#total_price_title {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
}
#total_price {
	display: inline-block;
}


#total_price #total_value {
	font-size: 46px;
	font-weight: 600;
	margin-left: 43px;
	display: inline-block;
}
#total_price span  {
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
}


#go_buyer_form {
	text-align: right;
	margin-bottom: 20px;
}
#go_buyer_btn {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #EC6437;
	border: 1px solid #EC6437;
	width: 250px;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	border-radius: 15px;
}
#go_buyer_btn:hover {
	color: #EC6437;
	background-color: #FCE6DF;
}
.cart_subtext {
	margin-bottom: 100px;
	margin-top: -50px;
	text-align: left;
}

.confirm_area {
	margin-bottom: 50px;
	font-size: 19px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

}






@media (max-width:540px){

#contact_form  {
	text-align: left;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
}
.cout {
	color: #FF0000;
	margin-bottom: 10px;
}
.form_box {
	padding: 2px;
	margin-bottom: 5px;
	position: relative;
	font-size: 1.1rem;
}

.input_head {
	margin-right: 10px;
	display: block;
	width: 100%;
}

.input_text {
	border: 1px solid #999;
	display: inline-block;
	width: 100%;
	padding: 5px;
}

#state {
	font-size: 1em;
	font-weight: normal;
	color: #303030;
	padding: 3px;
	width: 80%;
}

.input_area {
	height: 200px;
	width: 100%;
	border: 1px solid #999;
	resize: none;
	padding: 5px;
}

#submit {
	font-size: 1em;
	font-weight: normal;
	color: #505050;
	padding: 5px;
}
#contact_privacy {
	text-align: left;
	padding-bottom: 49px;
	padding-left: 15px;
	padding-right: 15px;
}
#contact_privacy h3 {

}
#thank {
	border: 2px solid #46D735;
	margin-top: 20px;
	text-align: center;
}

.cart_page {
	margin-top: 50px;
}

.cart_title {
	font-size: 30px;
	text-align: left;
	padding-left: 50px;
	font-weight: 600;
	color: #545251;
	padding-right: 50px;
	position: relative;
	margin-bottom: 50px;
}
.cart_title .t2 {
	float: right;
	display: none;
}




#cart_list {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #000000;
	min-height: 400px;
}
#cart_list li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom: 1px dotted #878787;
	text-align: justify;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
}
#cart_list li:last-child {
	border-bottom-style: none;
	
}
.item_img {
	display: inline-block;
	margin-right: 20px;
	width: 340px;
	vertical-align: middle;
	min-height: 240px;
	height: auto;
}
.item_img img {
	width: 100%;
}

.item_name {
	display: block;
	margin-right: 20px;
	font-size: 18px;
	vertical-align: top;
	padding-top: 10px;
	width: 100%;
}
.qty_select {
	width: 270px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
	background-color: #EBEBEC;
	border: 1px solid #AFAFB0;
	font-weight: 500;
}
.price_box {
	display: block;
	width: 100%;
	position: relative;
	right: 0px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 65px;
}
.price_sub_box {
	margin-bottom: 20px;
}
.unit_price {
	font-size: 18px;
	margin-bottom: 10px;
}
.subtotal {
	font-size: 45px;
	font-weight: 500;
}
.subtotal span {
	font-size: 26px;
}
.remove_btn {
	position: absolute;
	right: 0px;
	bottom: 25px;
	background-color: #F0F0F0;
	border-radius: 10px;
	border: 1px solid #7B7B7B;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	font-size: 16px;
}
.remove_btn:hover {
	background-color: #949494;
	color: #FFFFFF;
}
#cart_total {
	text-align: right;
	margin-bottom: 20px;
}









#total_price {
	text-align: right;
	font-size: 22px;
}
#total_price_title {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
}
#total_price {
	display: inline-block;
}


#total_price #total_value {
	font-size: 46px;
	font-weight: 600;
	margin-left: 43px;
	display: inline-block;
}
#total_price span  {
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
}


#go_buyer_form {
	text-align: right;
	margin-bottom: 20px;
}
#go_buyer_btn {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #EC6437;
	border: 1px solid #EC6437;
	width: 250px;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	border-radius: 15px;
}
#go_buyer_btn:hover {
	color: #EC6437;
	background-color: #FCE6DF;
}
.cart_subtext {
	margin-bottom: 100px;
	margin-top: 0px;
	text-align: center;
}


.confirm_area {
	margin-bottom: 50px;
	font-size: 19px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.comfirm_title {
	font-size: 23px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}
.confirm_list {
}
.confirm_list li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.confirm_head {
	width: 150px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
.confirm_data {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border-left: 1px none #A3A3A3;
	padding-left: 0px;
	width: calc(100% - 160px);
	position: relative;
}
.confirm_dataarea {
	border-left: 1px none #A3A3A3;
	padding-left: 0px;
	padding-right: 0px;
}
#cool {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #8E8E8E;
	line-height: 1;
}
.confirm_data2 {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100%;
	margin-left: 5px;
}
.confirm_item {
	white-space: nowrap;
}

.confirm_item_name {
	display: block;
	width: 100%;
	white-space: normal;
	margin-bottom: 5px;
}
.confirm_item_price {
	text-align: right;
	display: inline-block;
	width: 100%;
	white-space: normal;
}


.right_align {
	text-align: right;
}

.confirm_total {
	border-top: 1px solid #878787;
	margin-top: 10px;
	padding-top: 10px;
	text-align: justify;
}

.privacy_li_head {
	width: 150px;
	white-space: nowrap;
	vertical-align: top;
}
.privacy_li_body {
	width: 100%;
	display: block;
	vertical-align: top;
}
}
