@charset "utf-8";
/*---------------------- 共通　*/

/*--------- ページナビ*/

#p_nav {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

#p_nav a, #p_nav a:link, #p_nav a:visited, #p_nav a:hover {
	color: #262626 !important;
}

#p_nav a, #p_nav strong {
	width: 4%;
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 0.5em;
	background-color: #fff;
	padding: 3px;
}

#p_nav a:last-of-type {
	margin-right: 0;
}

#p_nav strong {
	background-color: #77c99c;
	color: #fff !important;
}

@media screen and (max-width: 1200px) {
	#p_nav a, #p_nav strong {
		width: 7%;
		margin-right: 0.1em;
		padding: 3px;
	}
}

.h2_ttl {
	margin-bottom: 1em;
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
}

.conts_box {
	padding: 20px 0px;
	padding-bottom: 200px;
	overflow: auto;
	background-color: #ebecee;
}

@media screen and (max-width: 786px) {
	.conts_box {
		padding: 10px;
	}
}

.conts_box h2 {
	font-weight: bold;
	font-size: 175%;
	margin-bottom: -2px;
	padding-top: 2px;
}

@media screen and (max-width: 834px) {
	.conts_box h2 {
		font-size: 140%;
		margin-bottom: -1px;
	}
}

.conts_box h3 {
	font-weight: bold;
	font-size: 150%;
}

@media screen and (max-width: 834px) {
	.conts_box h3 {
		font-size: 120%;
	}
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (min-width: 1025px) {
	.info_user {
		display: inline-block !important;
	}
}

@media screen and (max-width: 1024px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.info_user .sp {
		display: inline-block !important;
	}
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #262626 !important;
}

/*---------------------- ヘッダー　*/

.header_container {
	background: #fff;
	padding: 0 0 5px 0;
	border-bottom: none;
	height: 45px;
}

.header_container .container {
	position: relative;
}

.header_container .container-fluid {
	padding-right: 0;
}

.header_container .logo img {
	margin-right: 0.5em;
}

.header_container .logo span {
	display: inline-block;
	padding: 10px 0;
	color: #333 !important;
}

.header_container .info_user {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}

.header_container .info {
	text-align: right;
	color: #ed1c24;
	display: inline-block;
	padding-right: 10px;
	width: auto;
}

@media screen and (max-width: 786px) {
	.header_container .user {
		font-size: 10px;
		width: auto;
	}

	.header_container .info {
		font-size: 10px;
		width: auto;
	}
}

/*---------------------- メインメニュー画面（サイドカラム）　*/

#m_nav {
	border: 1px solid #c6c6c6;
	padding: 0;
	background-color: #fff;
	min-height: 100vh;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul#menu_wrap {
	display: inline-block;
}

nav ul.type01 {
	width: 100%;
}

nav ul li {
	display: block;
	border-bottom: 1px solid #aaa;
	width: 100%;
}

nav ul li a {
	display: block;
	padding: 10px 15px;
}

@media (max-width: 768px) {
	nav ul li a {
		padding: 10px 5px;
	}
}

nav ul.type01 li a {
	text-indent: 22px;
}

nav ul li a.current {
	text-indent: 0;
}

nav ul li a.current:before {
	content: "\f101";
	font-weight: 900;
	margin-right: 10px;
	color: #009245;
	font-family: "Font Awesome 5 pro";
}

@media screen and (max-width: 1200px) {
	.series_menu ul li a {
		display: block;
		padding: 10px 5px;
		font-size: 12px;
	}

	#m_nav {
		width: 180px;
	}
}

nav ul li a.active {
	color: #fff !important;
	background-color: #009245;
	font-weight: bold;
	padding: 10px 8px;
}

nav ul.type02 {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	nav ul.type02 {}
}

nav ul.type02 li {
	color: #009245;
	text-align: center;
	border: 2px solid #009245;
	border-radius: 0.5em;
	margin-bottom: 10px;
}

nav ul.type02 li a {
	color: #009245 !important;
}

.customer_name {
	font-weight: bold;
	font-size: smaller;
	padding: 10px 8px 11px 13px;
	width: auto;
}

.user {
	width: auto;
}

.series_menu {
	border-bottom: none;
	/*margin-top: 57px;*/
}

.active label {
	margin-bottom: 0;
}

.series_menu input {
	display: none;
}

.series_menu label {
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #c4c4c4;
}

.series_menu ul {
	list-style: none;
	margin: 0;
}

.toggle {
	display: none;
}

.toggle+ul {
	max-height: 0;
	overflow: hidden;
}

.toggle:checked+ul {
	max-height: 999px;
	width: 100%;
}

.series_menu ul li {
	border-top: 1px solid #c4c4c4;
	border-bottom: none;
	padding-left: 15px;
	background: #f0f0f0;
}

.series_menu li:first-child {
	border-top: none !important;
}

.series_menu ul li a {
	color: #000000;
}

.series_sub {
	padding-left: 30px !important;
	background: #f0f0f0;
}

@media (max-width: 786px) {
	.series_sub {
		padding-left: 26px !important;
	}

	.customer_name {
		font-size: xx-small;
	}
}

.series_sub02 {
	background: #fff !important;
	padding-left: 20px !important;
}

.series_menu .fas, .series_menu .fa-check-circle {
	color: #009045;
}

footer {
	padding-left: 0;
	padding-right: 0;
	position: fixed;
	bottom: 0;
	width: 83.3%;
	right: 0;
}

#total_box {
	border: solid 2px #4d4d4d;
	border-bottom: none;
	padding: 0px;
	background: #fff;
}

#total_box p {
	margin-bottom: 0;
	line-height: 4em;
}

#total_text {
	color: #005ac6;
	font-size: 24px;
	font-weight: bold;
}

#total_text font {
	font-size: 16px;
}

.fmb {
	margin-bottom: 0px;
}

.fmt {
	margin-top: 0px;
}

.fmt2 {
	margin-top: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	footer {
		padding-left: 0;
		padding-right: 0;
		position: fixed;
		bottom: 0;
		width: 75%;
		right: 0;
	}

	#total_box {
		border: solid 2px #4d4d4d;
		border-bottom: none;
		padding: 0px;
		background: #fff;
	}

	#total_box p {
		margin-bottom: 0;
		line-height: 4em;
	}

	#total_text {
		color: #005ac6;
		font-size: 16px !important;
		font-weight: bold;
	}

	#total_text font {
		font-size: 12px;
	}

	#option_text, #total_price {
		font-size: 16px !important;
	}

	#option_text font, #total_text font, #total_price font {
		font-size: 10px !important;
	}

	#base_price, #option_total, #base_price_top {
		font-size: 10px;
	}

	.footer_total_btn {
		margin-top: 7px;
	}

	#base_price {
		margin-top: -2px;
	}

	.footer_total_btn {
		font-size: 10px;
	}

	.footer_trash_btn {
		font-size: 10px;
	}

	.footer_option_btn {
		font-size: 10px !important;
	}
}

@media (max-width: 1024px) {
	footer {
		width: 75%;
		right: 0;
	}

	.footer_total_btn {
		margin-top: 5px;
	}

	.footer_trash_btn {
		margin-top: 5px;
	}

	#total_box p {
		line-height: 3.8em;
	}
}

@media (max-width: 834px) {
	#total_box {
		padding: 0px;
	}

	.footer_total_btn {
		margin-top: 0px;
	}

	.footer_trash_btn {
		margin-top: 0px;
	}

	#total_box p {
		line-height: 3.8em;
	}

	.fmb {
		margin-bottom: 5px;
	}

	.fmt {
		margin-top: 7px;
	}

	.fmt2 {
		margin-top: 5px;
	}
}

@media (max-width: 768px) {
	#total_box {
		padding: 0px;
	}

	#total_box p {
		margin-bottom: 0;
		line-height: 3em;
	}
}

#option_box {
	border: solid 2px #4d4d4d;
	padding: 5px 0px;
	background: #fff;
}

#base_price, #option_total {
	margin-bottom: 0;
	font-weight: bold;
	color: #333333;
}

#price_box p {
	margin-bottom: 0;
}

#option_text, #total_price {
	color: #bf272d;
	font-size: 24px;
	font-weight: bold;
}

#option_text font, #total_price font {
	font-size: 16px;
}

.price_high {
	line-height: 4em;
}

#option_text {
	color: #bf272d;
	font-size: 24px;
	font-weight: bold;
}

#option_text font {
	font-size: 16px;
}

#base_price_top {
	padding-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #333333;
}

#base_price {
	padding-top: 17px;
}

@media (max-width: 1024px) {
	#total_text font {
		font-size: 10px;
	}

	#total_text {
		font-size: 18px;
	}

	#base_price, #option_total {
		font-size: 10px;
	}

	#base_price {
		padding-top: 13px;
	}

	#base_price_top {
		font-size: 10px;
		padding-top: 10px;
	}

	#option_text font, #total_price font {
		font-size: 10px;
	}

	#option_text, #total_price {
		font-size: 20px;
	}

	.price_high {
		line-height: 3.2em;
	}
}

@media (max-width: 834px) {
	#option_text {
		font-size: 19px;
	}

	#option_text font {
		font-size: 12px;
	}

	#total_text {
		font-size: 19px;
	}

	#total_text font {
		font-size: 10px;
	}

	#base_price, #option_total {
		font-size: 10px;
	}

	#base_price {
		padding-top: 13px;
	}
}

@media (max-width: 768px) {
	#base_price, #option_total {
		font-size: 10px;
	}

	#base_price_top {
		font-size: 10px;
		padding-top: 15px;
	}

	#total_price {
		font-size: 16px !important;
	}

	.price_high {
		line-height: 4.2em;
	}

	#base_price {
		padding-top: 20px;
	}
}

#ppen_close {
	color: #fff;
	background: #4d4d4d;
	padding: 5px 15px;
}

@media (max-width: 1024px) {
	#ppen_close {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	#ppen_close {
		font-size: 12px;
	}
}

.error_text {
	font-size: 14px;
	color: #c63944;
	margin: 0;
	padding-top: 5px;
}

.menu_nowlap {
	white-space: nowrap;
}

.fa-plus-square {
	cursor: pointer;
}

.series_menu ul li a {
	display: inline-block;
	padding: 10px 0 12px 0;
}

#side_scroll {
	box-sizing: border-box;
	height: 100%;
	width: 100% !important;
	max-width: 16.566667%;
	position: fixed;
	overflow: auto;
	padding-bottom: 140px;
}

#side_scroll::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

#name_ttl {
	box-sizing: border-box;
	position: fixed;
	overflow: auto;
	background: #fff;
	width: 100%;
}

#name_ttl::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

#side_ttl {
	text-indent: 5px;
}

#m_nav a.active {
	color: #fff !important;
	background-color: #009245;
	font-weight: bold;
	padding: 10px 8px;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 16.566667%;
	position: fixed;
	overflow: auto;
	z-index: 2;
	top: 83px;
}

#m_nav a.active.customer_screen {
	top: 46px;
}

#menu_series_list {
	top: 10px;
	margin-top: 79px;
}

#menu_series_list.customer_screen {
	margin-top: 38px;
}

#tag_scroll {
	box-sizing: border-box;
	position: fixed;
	overflow: auto;
	width: 100%;
	z-index: 5;
}

#tag_scroll::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

#ttl_scroll {
	box-sizing: border-box;
	position: fixed;
	overflow: auto;
	width: 100%;
	top: 83px;
	z-index: 4;
}

#ttl_scroll::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

.tag_link {
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 8px !important;
	background: #ebecee;
}

.is-fixed {
	position: fixed;
	top: 0px !important;
	left: 0;
}

.is-fixed02 {
	position: fixed;
	top: 38px !important;
	left: 0;
	width: 100% !important;
	max-width: 16.6% !important;
}

.is-fixed02_customer_screen {
	position: fixed;
	top: 0px !important;
	left: 0;
	width: 100% !important;
	max-width: 16.6% !important;
}

.is-fixed03 {
	top: 0px !important;
}

.is-fixed04 {
	top: 38px !important;
}

.is-fixed05 {
	position: fixed;
	top: 0px !important;
	left: 0;
	width: 100% !important;
	max-width: 16.6% !important;
}

#series_ttl div div {
	display: flex;
	justify-content: space-between;
}

#memo_button,
#basket_button {
	box-sizing: border-box;
	z-index: 100;
	font-size: 0.85rem;
	height: 30px;
	right: 20px;
	width: 80px;
	padding: 0px 4px;
	margin-left: 5px;
	border: 1px solid #fff;
}

.right-button {
	margin-right: 0;
}

#lift_btn {
	padding: 0px 7px;
	margin-left: 10px;
	font-size: 0.85rem;
	border: 1px solid #fff;
	background-color: #fff;
	color: #009245;
}


.is-fixed06 {
	top: 35px !important;
}

@media (max-width: 1024px) {
	#side_scroll {
		max-width: 24.8%;
	}

	#m_nav a.active {
		max-width: 24.8%;
	}

	.is-fixed02 {
		max-width: 24.9% !important;
	}

	.is-fixed05 {
		max-width: 24.9% !important;
	}
}

@media (max-width: 768px) {
	#side_scroll {
		max-width: 24.7%;
	}

	#m_nav a.active, #m_nav a.active.customer_screen {
		max-width: 24.7%;
		padding: 7px 8px;
	}

	#menu_series_list {
		margin-top: 72px;
	}

	.customer_name {
		padding: 12px 8px 11px 8px;
	}

	nav ul.type01 li a {
		text-indent: 15px;
	}

	.is-fixed02 {
		max-width: 24.9% !important;
	}

	.is-fixed05 {
		max-width: 24.9% !important;
	}

	.is-fixed02_customer_screen {
		position: fixed;
		top: 0px !important;
		left: 0;
		width: 100% !important;
		max-width: 24.9% !important;
	}

	#memo_button {
		height: 24px;
		font-size: 14px;
	}
}