@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,
select,
option {
	font: inherit;
}

textarea {
	width: 100%;
}

.required {
	color: crimson;
	font-size: 12px;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.align-right {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.align-left {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.align-center {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .align-right { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.align-left { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #B98E31;
}

a:active {
	text-decoration: none;
	color: #B98E31;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #4c4e56;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.font-26 {
	font-size: 26px;
}

.font-24 {
	font-size: 24px;
}

.font-22 {
	font-size: 22px;
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-12 {
	font-size: 12px;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

main {
	width: 100%;
}

section {
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 100vh;
	background-color: #F7F7F7;
}

h1 {
	margin: 30px 30px 30px 30px;
	text-align: center;
}

dt {
	margin: 10px 10px 10px 0;
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

footer {
	display: grid;
	place-items: center;
	height: 100px;
	background-color: #D8D9D9;
}

.foot_copy {
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 0.96px;
	color: #232323;
}

input {
	padding: 5px 10px;

}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"] {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #dce0e6;
}

button {
	margin-top: 60px;
	padding: 5px 20px;
	height: 43px;
	border: solid 1px;
	border-radius: 5px;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.submit {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	width: 138px;
	height: 45px;
	text-align: center;
	background: #CB0000;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
	border-radius: 5px;
}

.submit:hover {
	opacity: .5;
	transition: 0.3s;
	cursor: pointer;
}

input.submit_btn {
	background: #CB0000;
	color: #FFFFFF;
	padding: 10px 30px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
}

.error {
	margin-top: 10px;
	color: crimson;
}

.height_center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}

/* -------------------------------------------------- */
/* footer.html*/
.foot_nav {
	padding-top: 15px;
}

.foot_nav ul li {
	display: inline-block;
	margin: 0 20px;
	letter-spacing: 0.96px;
}


/* -------------------------------------------------- */
/* admin/index.php*/
.admin_head {
	margin: 0 30px;
	padding-top: 30px;
}

.admin_form form {
	max-width: 100%;
}

.flex_left {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 30px 0;

}

.flex_box {
	max-width: 50%;
	margin-right: 20px;
}

/* -------------------------------------------------- */
/* admin/thanks.php*/
.center {
	text-align: center;
	margin: 40px 0;
	padding-bottom: 50px;
}

.center button {
	margin: 20px 5px;
	width: 110px;
}

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

/* admin/client_view.php*/
.client_view {
	margin: 60px 0 80px 0 !important;
}

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

/* -------------------------------------------------- */
/* admin/register/client_register.php*/

.submit_area {
	display: flex;
	justify-content: space-between;
}

/* -------------------------------------------------- */
/* join/index.php*/

.btn_group {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 15px 0 35px 0;
}

.btn_group p {
	margin-top: 70px;
	margin-right: 20px;
}

/* -------------------------------------------------- */
/* join_login.php*/

#head {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/* -------------------------------------------------- */
/* login.php*/

.login_height_center {
	display: flex;
	justify-content: center;
	height: 100vh;
	align-items: center;
	width: 50%;
}

.section_content {
	margin: 50px auto;
}

.section_content_flex {
	display: flex;
	align-items: stretch;
}

.section_content {
	margin: 0 auto;
	padding: 0px 40px 0 40px;
	background-color: #FEFEFE;
	border-radius: 5px;
}

.login-h1 {
	margin-bottom: 100px;
}

#lead p {
	margin: 20px 0;
}

.section_content_mv {
	width: 50%;
}

.section_content_mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stock_aria {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.stock {
	display: inline-block;
	background-color: #F7F7F7;
	padding: 5px 20px;
	border-radius: 5px;
}

.login_submit {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	width: 100%;
	height: 45px;
	text-align: center;
	background: #CB0000;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
	border-radius: 5px;
}

.login_submit a {
	display: block;
	width: 100%;
	line-height: 45px;
	color: #FFFFFF;
}

.flex_account {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0 0;
}

.create {
	display: flex;
	justify-content: center;
	height: 45px;
	text-align: center;
	background: #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	border: solid 1px #CB0000;
	border-radius: 5px;
}

.create a {
	display: block;
	width: 100%;
	padding: 0 20px;
	line-height: 45px;
	color: #CB0000;
}

.delete_btn_area {
	text-align: center;
}

.delete_btn {
	min-width: 138px;
	height: 45px;
	margin-top: 0;
	padding: 0;
	text-align: center;
	color: #CB0000;
	background: #FFFFFF;
}

.delete_btn a {
	display: block;
	min-width: 138px;
	width: 100%;
	color: #CB0000;
	;
	line-height: 45px;
}

.create a:hover {
	background-color: #CB0000;
	color: #FFFFFF;
	opacity: .8;
	transition: 0.3s;
	cursor: pointer;
}

.window {
	width: 100%;
	height: 45px;
}

/* -------------------------------------------------- */
/* client_register.php*/

.display {
	margin-top: 25px;
}

.name {
	margin: 10px;
}

.select_all {
	margin: 10px;
	font-size: 16px;
}

.select_all_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.select_all_table tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.select_all_table_item {
	padding: 10px 10px;
}

/* -------------------------------------------------- */
/* status/index.php*/

.status_section {
	margin: 30px 0 0 0;
	padding: 30px;
	border: solid 1px #f39c12;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.status_item {
	display: flex;
	justify-content: flex-start;
	max-width: 100%;
	margin: 20px 0;
	padding: 10px 0 10px 5px;
	border-radius: 5px;
}

.status_label {
	display: block;
	min-width: 65%;
}

.status-clientName {
	margin-left: 1.5rem;
	text-indent: -1rem;
	color: #9b9b9b;
}

.radio-group {
	display: flex;
	align-items: center;
}

.radio-group input[type="radio"] {
	display: none;
}

.radio-label {
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 10px;
}

.radio-label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #f39c12;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
	background-color: #fff;
}

.radio-group input[type="radio"]:checked+.radio-label::before {
	background-color: #f39c12;
}

.status_submit {
	text-align: right;
	margin-right: 35px;
	position: sticky;
	bottom: 20px;
}

/* -------------------------------------------------- */
/* status/complete.php*/

.status_table {
	width: 100%;
	margin: 20PX 0;
}

table th {
	padding: 10px 20px;
	color: #f39c12;
	font-weight: bold;
	background: #fff5e5;
	border: solid 1px black;
}

table td {
	text-align: center;
	padding: 10px 10px;
	border: solid 1px black;
}

.text_left {
	text-align: left;
	padding-left: 30px;
}

.current_status {
	color: #CB0000;
}

.status_result {
	display: none;
}

/* -------------------------------------------------- */
/* index.php*/

.mv {
	max-width: 100vw;
	height: auto;
	opacity: 80%;
	margin: 0 auto;
}

.mv img {
	width: 100%;
	height: 20vh;
	object-fit: cover;
}

#head span {
	margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
}

.admin {
	text-align: center;
}

.admin_menu {
	font-size: 20px;
}

.admin_status_btn {
	width: 200px;
	margin: 30px auto 0;
	padding: 10px 20px;
	border: solid 1px #dc4747;
	border-radius: 5px;
	background-color: #ffe0e0;
	letter-spacing: 2px;
}

.admin_btn {
	width: 200px;
	margin: 16px;
	padding: 10px 20px;
	border: solid 1px #4c4e56;
	background-color: #FFFFFF;
	letter-spacing: 2px;
}

.mg_0 {
	margin: 50px auto 0 auto;
}

.message {
	font-size: 14px;
}

.order_status {
	margin: 10px 0 40px;
	padding: 20px 30px;
	background-color: #edeeee;
}

.order_status_title {
	font-size: 16px;
	color: #CB0000
}

.status_title {
	color: #CB0000;
	font-size: 14px;
}

.order_status_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}

.order_status_item {
	background-color: #FEFEFE;
	margin: 0 10px 10px 0;
	padding: 5px 15px 5px 0;
	border-radius: 5px;
}

.order_status_form {
	margin-top: 20px;
}

.order_status_input {
	margin: 0 auto;
}

.order_status_submit {
	text-align: right;
}

.suggest_aria {
	max-width: 1440px;
	padding-bottom: 0;
	margin: 10px 0 40px;
	padding: 20px 0;
	background-color: #edeeee;
}

.suggest_aria_title {
	padding-left: 30px;
	font-size: 16px;
	color: #CB0000;
}

.suggest_aria_text {
	padding-left: 10px;
}

#search-box {
	width: 250px;
}

.search {
	text-align: right;
}

.head_read {
	width: 93%;
	font-size: 14px;
	color: crimson;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
}

.index_section_content {
	margin: 0 50px;
	padding: 50px 0;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0;
}

.flex-left {
	justify-content: left;
	margin-left: 20px;
}

.mt5 {
	margin-top: 5px;
}

.flex_item:hover {
	text-decoration: none;
	box-shadow: 6px 6px 10px -2px rgb(0 0 0 / 40%);
	border-radius: 5px;
	background-color: #FFFFFF;
	transition: .3s;
	cursor: pointer;
	opacity: .9;
}

.flex_item {
	width: 30%;
	margin: 10px 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.flex_item_product {
	max-width: 100%;
	margin: 10px 10px;
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #FFFFFF;
}

.flex_item h4 {
	margin: 10px 10px 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.flex_item p {
	margin-top: 16px;
	font-size: 16px;
}

.product-img {
	flex: 0 0 auto;
	text-align: center;
}

.product-img img {
	max-width: 100%;
	max-height: 350px;
}

.product-info {
	flex: 0 0 auto;
	text-align: center;
}

.product-quantity,
.product-price {
	font-size: 16px;
	/* margin-bottom: 10px; */
}

.product-price {
	color: #f39c12;
	font-weight: bold;
	margin-bottom: 10px;
}

.last-order {
	text-align: center;
}

.last-order-text {
	font-size: 10px;
}

.btn_area {
	text-align: right;
	margin-right: 35px;
	position: sticky;
	bottom: 20px;
}

input.submit_btn:hover {
	opacity: .5;
	transition: 0.5s;
	cursor: pointer;
}

.suggest_product_name {
	font-size: 16px;
}

/* -------------------------------------------------- */
/* view.php*/
.order_history {
	display: flex;
	flex-wrap: wrap;
}

.order_history_box {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px 20px;
}

.order_history_item {
	background-color: #FFFFFF;
}

.order_history_title_box {
	display: flex;
	justify-content: end;
	text-align: center;
	padding-top: 5px;
}

.order_history_date {
	margin-right: 15px;
}

.order_history_title {
	text-align: center;
}

.order_history_status {
	font-weight: bold;
}

.product_all_title {
	margin-top: 30px;
}

.product_all {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 10px;
}

.product_all_item {
	width: 30%;
	margin: 10px 10px;
}

/* status/index.php*/
.status_select {
	width: 100%;
}

.check_box_title {
	text-align: right;
	margin-bottom: 20px;
}

/* -------------------------------------------------- */
/* confirm.php*/

.non_select {
	margin: 10px 0 10px 0;
}

.content_read p {
	margin-top: 10px;
}

.item_area {
	margin: 20px 0;
	background-color: #F7F7F7;
}


.confirm_item {
	width: 50%;
	margin: 0 auto;
	padding: 20px 0;
}

.price_box {
	max-width: 90%;
	margin: 0 0 10px 0;
	text-align: right;
}

.tax_not {
	font-size: 16px;
}

.rewrite {
	padding-top: 20px;
}

.sticky {
	position: sticky;
	bottom: 20px;
}

/* -------------------------------------------------- */
/* complete.php*/

.choice {
	text-align: center;
	line-height: 1.5;
	margin: 50px 0 10px 0;
}

.btn_group button {
	margin-top: 60px;
	width: 138px;
	height: 45px;
	text-align: center;
	background: #CB0000;
	font-size: 14px;
	border: none;
	border-radius: 5px;
}

.btn_group button:hover {
	opacity: .5;
	transition: 0.5s;
	cursor: pointer;
}

/* .btn_group button:nth-of-type(2) {
	width: 109px;
} */

.btn_group button a {
	display: block;
	color: #FFFFFF;
}

/* -------------------------------------------------- */
/* pp.html*/
.pp_header {
	max-width: 66%;
	min-width: 640px;
	margin-left: 40px;
	padding: 2% 5%;
	color: rgba(64, 64, 64, 1);
	font-size: 15px;
	font-weight: 400;
	background-color: #ffffff;
	padding-bottom: 0;
}

.pp_main {
	max-width: 66%;
	min-width: 640px;
	margin-left: 40px;
	padding: 2% 5%;
	color: rgba(64, 64, 64, 1);
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	background-color: #ffffff;
}

.pp_main p {
	margin: 10px 0 10px 0;
	text-indent: 1em;
}

.header_h1 {
	font-size: 24px;
	font-weight: bold;
}

.pp_h1 {
	margin: 30px 0 0 0;
	text-align: left;
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

.pp_main h3 {
	margin: 60px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.pp_main h4 {
	font-weight: bold;
	margin-top: 20px;
}

.company {
	margin: 20px 0 20px 0;
}

.company_title {
	font-size: 18px;
}

.company_date {
	margin-left: 1em;
	margin-bottom: 15px;
}

.company_date ul li {
	margin: 10px 0;
}

.company {
	margin: 5px 0 20px 0;
}

.pp_content {
	margin-bottom: 10px;
}

.pp_content ul li {
	margin: 10px 0 0 1em;
}

.enactment_date {
	margin: 50px 0 30px 0;
	text-align: right;
}

/* -------------------------------------------------- */
/* q_a.php*/
.container {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

h1 {
	text-align: center;
	color: #333;
}

.container-lead {
	margin-bottom: 30px;
}

.question_area {
	background-color: #f9f9f9;
}

.question {
	margin-bottom: 20px;
	margin-left: 1rem;
	text-indent: -1rem;
	padding: 20px;
	border-radius: 5px;
}

h2 {
	color: #333;
}

p {
	color: #666;
}

.q_ans {
	padding-top: 15px;
}

.q_a-btn {
	margin: 0 auto 30px;
	width: 30%;
	background-color: #CB0000;
	border: solid 1px #CB0000;
	border-radius: 5px;
	text-align: center;
}

.q_a-btn:hover {
	opacity: .5;
	transition: 0.5s;
	cursor: pointer;
}

.q_a-btn a {
	display: block;
	width: 100%;
	line-height: 45px;
	color: #FFFFFF;
}


@media screen and (min-width: 1025px) {
	.btn-gNav {
		display: none;
	}

	.lower_hamburger {
		display: none;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {}

/* @media screen and (max-width: 374px) { */
@media screen and (max-width: 414px) {
	html {
		font-family: sans-serif;
		font-size: 2.667vw;
	}

	input {
		height: 40px;
	}

	input[type="submit"],
	button {
		appearance: none;
		-webkit-appearance: none;
	}

	input[type="text"],
	input[type="tel"],
	input[type="number"],
	input[type="email"],
	input[type="password"] {
		height: 40px;
	}

	button {
		margin-top: 0;
		padding: 5px 30px;
		border-radius: 5px;
	}

	input.submit_btn {
		background: #CB0000;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		border: none;
		border-radius: 5px;
		padding: 10px 20px;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.submit {
		margin: 0 auto;
		font-weight: bold;
	}

	.submit_btn {
		width: 60%;
	}

	.font-26 {
		font-size: 18px;
	}

	.font-24 {
		font-size: 1.8rem;
	}

	.font-18 {
		font-size: 14px;
	}

	.font-16 {
		font-size: 16px;
	}

	footer {
		height: auto;
	}

	.foot_nav ul li {
		display: block;
	}

	/* -------------------------------------------------- */
	/* login.php*/

	.section_content_flex {
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}

	.login_height_center {
		display: block;
		height: auto;
		width: 100%;
	}

	.section_content_mv {
		width: 100vw;
	}

	h1 {
		margin: 20px 30px 10px 30px;
	}

	#lead p {
		margin: 10px 0;
	}

	dt {
		margin: 10px 10px 0 0;
	}

	.height_center {
		width: 100%;
	}

	.login-h1 {
		margin-bottom: 30px;
	}

	.flex_account {
		margin: 40px 0 40px 0;
	}

	.delete_btn {
		width: 138px;
		padding: 0 0;
	}

	.delete_btn a {
		min-width: 100%;
		font-weight: bold;
	}

	.create {
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* index.php*/

	.index_section_content {
		margin: 0 20px;
	}

	.flex {
		display: block;
		justify-content: center;
		margin: 0px 0px;
	}

	.order_status {
		margin: 10px 0 10px;
	}

	.order_status_box {
		display: block;
		margin-top: 10px;
	}

	.order_status_item {
		margin: 10px;
	}

	.suggest_aria {
		padding-bottom: 0;
		margin: 10px 0 40px;
		padding: 20px 10px;
	}

	#search-box {
		width: 60%;
		margin-top: 20px;
	}

	#search-box .search {
		margin-top: 20px;
		text-align: right;
	}

	.admin_btn {
		width: 90%;
		margin: 10px auto;
		font-size: 14px;
	}

	.head_read {
		width: 100%;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		margin: 0 auto;
		padding: 5px 0;
		border-radius: 3px;
	}

	.flex_item {
		max-width: 100%;
		width: 100%;
		margin: 20px auto;
		padding: 5px 10px 15px;
		border-radius: 5px;
		background-color: #FFFFFF;
	}

	.flex_item h4 {
		font-size: 1.6rem;
	}

	.flex_item_product input {
		height: auto;
	}

	.product-img img {
		max-width: 100%;
		max-height: 200px;
	}

	.flex_item p {
		margin-top: 16px;
		font-size: 1.4rem;
	}

	.stock_aria {
		flex-direction: column;
	}

	.stock {
		margin: 2px 0;
	}

	.btn_area {
		margin-top: 40px;
		margin-right: 0px;
		text-align: center;
		bottom: 0px;
	}

	input.submit_btn {
		font-weight: bold;
	}

	.btn_area .submit_btn {
		width: 100%;
	}

	/* -------------------------------------------------- */
	/* confirm.php*/

	.section_content {
		max-width: 100%;
		padding: 0px 20px 0 20px;
	}

	.item_area {
		margin: 10px 10px;
	}

	.confirm_item {
		width: 70%;
		margin: 0 auto;
		padding: 20px 0;
	}

	.price_box {
		max-width: 90%;
		margin: 0 0 10px 0;
	}

	.btn_group button {
		margin: 0;
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* admin.php*/
	.admin_btn {
		width: 90%;
	}

	/* view.php*/
	.order_history {
		display: block;
	}

	.order_history_box {
		margin: 10px 5px;
	}

	.order_history_item {
		background-color: #FFFFFF;
	}

	.product_all_item {
		width: 100%;
	}

	/* -------------------------------------------------- */
	/* status/index.php*/
	.status_select {
		width: 100%;
	}

	.check_box_title {
		text-align: center;
		margin-top: 20px;
	}

	.status_item {
		display: block;
		max-width: 100%;
		margin: 20px 0;
	}

	/* -------------------------------------------------- */
	/* status/complete.php*/

	.status_table {
		display: none;
	}

	.status_result {
		display: block;
		margin-top: 20px;
	}

	.status_result_item {
		background-color: #fafafa;
		margin-top: 20px;
		padding: 10px 20px;
		border-radius: 5px;
	}

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

	/* thanks.php*/
	.center button {
		width: 90%;
		height: 40px;
		margin: 10px 0;
	}

	/* -------------------------------------------------- */
	/* pp.html*/
	.pp_main {
		max-width: 66%;
		min-width: 640px;
		margin-left: 40px;
		padding: 2% 5%;
		color: rgba(64, 64, 64, 1);
		font-size: 15px;
		font-weight: 400;
		background-color: #ffffff;
	}

}
