/* :::::: hint :::::: */
.hintbox .open_button.subpop:hover {
	color: #494D6A !important;
	background: #fff;
}
.close_button {
	z-index: 99999;
}
.hintbox .text_title {
	font-size: 18px;
	font-weight: 400;
}
.hintbox .text_txt {
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
.top_box form label .close_button, .hintbox .open_button.subpop, .close_button{
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 1.6;
	height: inherit;
	font-size: 14px;
	font-weight: normal;
}
.second_box{
	padding: 40px 30px;
	background: #FFF;
	border-top-left-radius: 0;
	border-top-right-radius:0;
}
.txtcenter{
	text-align: center;
}
/**/
select {
	border-radius: 0px;
}
html body textarea {
	border: 1px solid #cfd5de;
	background-color: #fafbfc;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100%;
	min-height: 100px;
	padding: 10px;
	font-size: 16px;
}
html body textarea:focus {
	outline-style: solid;
	outline-width: 1px;
}
.top_box .x_content .control-group{
	padding:10px 0;
	margin-bottom: 0;
	overflow: hidden;
}
.control-group span.controls{
	height: 43px;
	padding: 0 10px 0 0;
	line-height: 43px;
	font-size: 14px;
}
.controls+span.controls{
	padding-left: 10px;
}
.top_box .heading{
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	font-weight: 700;
}
.border_bottom{
	border-bottom: 1px solid #eee;
}
/* :::::: drawer menu :::::: */
.menuopen {
	z-index: 8888;
	width: 63px;
	height: 63px;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: fixed;
	cursor: pointer;
	top: 0;
	left: 0;
	background: #FFF;
}
.menuopen::before,
.menuopen::after {
	content: "";
}
.menuopen span,
.menuopen::before,
.menuopen::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #454545;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menuopen::before {
	transform: translateY(-8px);
}
.menuopen::after {
	transform: translateY(8px);
}
.label_wrap{
	padding-top: 8px;
}
#main_nav_menu:checked ~ .overlay{
	content: "";
	position: fixed;
	z-index: 2222;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
}
#main_nav_menu{
	position: fixed;
	top: 0;
	display: none;
}
#main_nav_menu:checked + .menuopen {
	transform: translateX(279px);
}
#main_nav_menu:checked + .menuopen span {
	transform: scaleX(0);
}
#main_nav_menu:checked + .menuopen::before {
	transform: rotate(45deg);
}
#main_nav_menu:checked + .menuopen::after {
	transform: rotate(-45deg);
}
.menuopen.menuclose{
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s
}
.drawermenu {
	z-index: 7777;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	background: #fff;
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main_nav_menu:checked ~ .drawermenu {
	transform: none;
}
#peyment_alert{
	margin-top: 64px;
	margin-bottom: -115px;
	z-index: 999;
}
#go_back {
	position: absolute;
	left: 7px;
	padding: 3px 0 0 0;
	top: 18px;
}
#go_back a {
	text-decoration: underline;
	padding: 8px 2px 3px 7px;
	border-radius: 25px;
	width: 40px;
	display: block;
	left: 12px;
	position: absolute;
	background: #fff;
}
#go_back span{
	font-size: 24px;
}
#add_entry {
	width: 200px;
	display: inline-block;
	float: right;
	position: relative;
	right: 0;
	padding: 3px 0 0 0;
	top: -66px;
}
#add_entry a {
		color: #fff;
		text-decoration: underline;
		padding: 8px 0 3px;
		border-radius: 25px;
		width: 42px;
		display: block;
		right: 0;
		position: absolute;
}
#modal-alert{
	margin-bottom: 90px!important;
	border-bottom-color: #34495e!important;
}
.standalone{
	display: none;
}
.standalone.display{
	display: block;
}
#registerPasskeyBtn{
	opacity: 0;
	height: 0;
	width: 0;
	padding: 0!important;
	margin: 0!important;
}
.toggle {
	position: relative;
	width: 65px;
	height: 48px;
	cursor: pointer;
	clear: both;
	left: 0;
	right: 0;
	margin: 0 auto;
	float: inherit;
}
.toggle input[type=checkbox] {
	display: none;
}
.toggle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 46%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	height: 25%;
	border-radius: 20px;
	display: block;
	background: #e9e9eb;
	box-shadow: 0 3px 7px -3px rgb(0 0 0 / 20%) inset;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.toggle:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 0px;
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 3px 12px -4px rgb(0 0 0 / 30%);
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.toggle.checked:before {
	background: #34495e;
}
.toggle.checked:after {
	left: 36px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	background: none!important;
	border-color: #34495e!important;
	color: #34495e!important;
}
input:focus{
	outline: none;
}
label{
	margin-bottom: 0;
}

.tab li {
	float: left;
}
.tab li label, .tab li a{
	padding: 15px 20px;
	font-size: 16px;
	display: block;
	color: #454545;
	margin-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	font-weight: normal;
}
.tab li label:hover, .tab li a:hover{
	text-decoration: underline;
}
.tab li.active label, .tab li.active a {
	background: #fff;
}
.top_box{
	padding: 40px 30px;
	background: #fff;
	margin: 0 auto 60px;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	overflow: hidden;
	border-radius: 17px;
}
.top_box ul{
	padding: 0;
	position: relative;
}
ul.title_box{
	padding-top: 40px;
}
.top_box .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	border-radius: 5px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
}
.top_box ul li.txt{
	font-size: 14px;
	margin-bottom: 30px;
}
.top_box .control-group{
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}
.input_none{
	font-size: 0;
	width: 0;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
}
/*絞り込み検索 */
.toggle_title{
	position: relative;
	cursor: pointer;
	display: block;
	padding-right: 40px;
	font-size: 16px;
	cursor: pointer;
	/*margin: 0 0 40px;*/
	padding: 15px;
	border-radius: 5px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #494D6A;
	border: 1px solid #494D6A;
	position: relative;
	font-weight: normal;
}
.toggle_title:hover {
	background: #FFF;
	color: #494D6A;
}
.toggle_title.open:after{
	transform: rotateZ(180deg);
	top: 50%;
}
.toggle_title:after {
	content: "\f107";
	font: normal normal normal 24px/1 FontAwesome;
	display: inline-block;
	width: 18px;
	height: 11px;
	position: absolute;
	top: 20px;
	transform: translateY(-50%);
	right: 20px;
}
.cs_messagebox.selector{
	display: block;
	clear: both;
	padding-bottom: 40px;
}
.cs_message label{
	display: block;
}
input {
	display: inline-block;
}
.cs_messagebox input#from,
.cs_messagebox input#to{
	width: 45.8%;
	height: 43px;
	box-sizing: border-box;
	padding: 0 2%;
	border: 1px solid #cfd5de;
	background-color: #fafbfc;
	font-size: 16px;
	border-radius: 0;
}
.fromto{
	width: 20px;
	vertical-align: middle;
	float: left;
	height: 43px;
	line-height: 43px;
	text-align: center;
}
ul.title_box{
	-webkit-border-radius: 0;
	border-radius: 0;
}
/*pager*/
.pagination li a:hover, .pagination>li.active a{
	background: #494D6A !important;
	color: #fff !important;
}
/*削除btn*/
.m_deleat a:hover,
.del:hover,
.del:hover:focus,
.del:hover:active{
	color: #fa4747!important;
	background: #fff;
	border-color: #fa4747;
}
.backpage a{
	display: block;
	border: 1px solid #494D6A;
	padding: 15px;
	color: #fff;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #494D6A;
}
.type2 div,
.type3 div{
	width: auto;
	display: inline-block;
}
.type2 label, .type3 label{
	background: #fff;
	height: 25px;
	margin-right: 7px;
	margin-bottom: 7px;
	line-height: 25px;
	padding: 0px 10px;
	border: 1px solid rgb(219, 220, 221);
	border-image: initial;
	border-radius: 15px;
	font-size: 14px;
	color: #8e8e8e;
	font-weight: normal;
}
.type2 input[type=checkbox]:checked ~ label,
.type3 input[type=radio]:checked ~ label {
	background: #34495e;
	border: 1px solid #34495e;
	color: #FFF!important;
}
.backpage a:hover {
	background: #fff;
	color: #494D6A;
}
#adminbugsindex .top_box ul li#submit input{
	padding: 0;
}
/*slider page*/
#adminviewsslider .x_content{
	clear: both;
}
#adminviewsslider .col-md-6{
	width: 100%;
	float: none;
	overflow: hidden;
}
#adminviewsslider .slider_title{
	margin-bottom: 30px;
	display: block;
	text-align: left;
	font-size: 16px;
	width: 80%;
	float: left;
	font-weight: bold;
}
#adminviewsslider .btn-toggle.btn-lg{
	float: left;
	margin-bottom: 30px;
}
#adminviewsslider .top_box{
	padding: 30px 50px;
}
#adminviewsslider .col-md-4{
	width: 20%;
	height: 43px;
	line-height: 43px;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 0;
}
#adminviewsslider .col-md-8{
	width: 80%;
}
.type2 div,
.type3 div{
	width: auto;
	display: inline-block;
}
.type2 label, .type3 label{
	background: #fff;
	height: 25px;
	margin-right: 7px;
	margin-bottom: 7px;
	line-height: 25px;
	padding: 0px 10px;
	border: 1px solid rgb(219, 220, 221);
	border-image: initial;
	border-radius: 50px;
	font-size: 14px;
	color: #8e8e8e;
	font-weight: normal;
}
.type2 input[type=checkbox]:checked ~ label,
.type3 input[type=radio]:checked ~ label {
	background: #34495e;
	border: 1px solid #34495e;
	color: #FFF!important;
}
#adminviewsslider .btn-toggle.btn-lg:before, #adminviewsslider .btn-toggle.btn-lg:after{
	font-size: 12px;
}
#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_wrap.show{
	padding: 30px;
	background: #f7f7f7;
	margin-bottom: 30px;
	overflow: hidden;
}
#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_wrap.show .flex{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_wrap.show p{
	text-align: left;
	margin-bottom: 0;
}
#adminviewsslider .btn-toggle.btn-lg.active + .x_content input[type=file]{
	width: 30%;
	height: 100px;
	line-height: 100px;
}
#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_view{
	width: 20%;
	background-color: #FFF;
}
#adminbugsindex .Editbox{
	padding: 20px 0;
}
#adminbugsindex .top_box ul li#submit{
	padding: 15px;
}
.list_delete_btn {
	display: none;
	position: absolute;
	margin-left: -10px;
	margin-top: -10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 9;
}
.list_delete_btn i:before {
	font-size: 18px;
	color: #337ab7;
}
/*checkbox radiobox*/
.label_wrap label{
	position: relative;
	font-size:16px;
	vertical-align: top;
	margin-left: 5px;
	cursor:pointer;
	display: inline-block;
	padding-left: 24px;
	font-weight: normal;
}
.label_wrap input[type=checkbox],
.label_wrap input[type=radio]{
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
}

.label_wrap input[type=checkbox] + label:after,
.label_wrap input[type=radio] + label:after{
	content: "";
}

.label_wrap input[type=checkbox] + label:before,
.label_wrap input[type=radio] + label:before{
	opacity: 1;
	font-family: "ionicons";
	font-size: 23px;
	color: #e0e0e0;
	display: inline-block;
	position: absolute;
	margin-top: -5px;
	z-index: 1;
	left: -4px;
}
.label_wrap input[type=radio] + label:before {
	content: "\f120";
}
.label_wrap input[type=radio]:checked + label:before{
	color: #34495e;
}
.label_wrap input[type=checkbox] + label:before{
	content: "\f374";
}
.label_wrap input[type=checkbox]:checked ~ label:before{
	color: #34495e;
}
button[type=submit]{
	margin-top: 20px;
}
.col-md-offset-3 {
	overflow: hidden;
}
/*radio_box*/


/*絞り込みボタン*/
#condition_wrap button{
	width: 100%;
	max-width: 500px;
	font-size: 16px;
	padding: 15px 0;
	margin-right: 0;
	background: #494D6A;
	color: #fff;
	border: 1px solid #494D6A;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: normal;
	margin: 0 auto 5px;
	display: block;
}
#condition_wrap button:hover {
	color: #494D6A;
	background: #fff;
}
/*toggle_menu*/
.toggle_menu input#toggle_bar{
	display: none;
}
.toggle_menu .toggle_contents{
	height: 0;
	overflow-y: hidden;
	transition: padding-bottom 0.5s, padding-top 0.5s;
	-webkit-transition: padding-bottom 0.5s, padding-top 0.5s
	-moz-transition: padding-bottom 0.5s, padding-top 0.5s;
	-ms-transition: padding-bottom 0.5s, padding-top 0.5s;
	-o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#toggle_bar:checked ~ .toggle_contents {
	height: auto;
	opacity: 1;
	padding: 20px 0 0;
}
.toggle_menu label#toggle_bar:after{
	content: "\f107";
	font: normal normal normal 24px/1 FontAwesome;
	display: inline-block;
	width: 18px;
	height: 11px;
	position: absolute;
	top: 20px;
	transform: translateY(-50%);
	right: 20px;
}
.toggle_menu input#toggle_bar[type=checkbox]:checked + label.toggle_title:after{
	content: "\f106";
	font: normal normal normal 24px/1 FontAwesome;
	display: inline-block;
	width: 18px;
	height: 11px;
	position: absolute;
	top: 19px;
	transform: translateY(-50%);
	right: 20px;
}
ul.splist li{
	display: block;
	padding: 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #f8f8f8;
}
ul.splist li .img{
	display: inline-block;
	width: 55px;
	height: 55px;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	margin-right: 15px;
}
/*footer*/
.footerlink{
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	padding-top: 10px;
	z-index: 666;
}
.footerlink ul{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.footerlink ul li{
	float: left;
	width: 25%;
	position: relative;
}
.footerlink ul li a{
	height: auto;
	padding: 35px 0 10px;
	display: block;
	text-align: center;
	color: #454545;
}
.footerlink ul li button{
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding-top: 30px;
}
.footerlink ul li a:hover,
.footerlink ul li button:hover{
	color: #34495e;
}
.footerlink ul li.f_bug{
	background: url(/images/icon_error.png) no-repeat 50% 0;
	background-size: 30px;
}
.footerlink ul li.f_request{
	background: url(/images/icon_request.png) no-repeat 50% 0;
	background-size: 30px;
}
.footerlink ul li.f_qa{
	background: url(/images/icon_qa.png) no-repeat 50% 0;
	background-size: 30px;
}
.footerlink ul li.f_contact{
	background: url(/images/icon_contact.png) no-repeat 50% 0;
	background-size: 30px;
}
html{
	overflow-y: scroll;
	padding-right: 0!important;
}
#disable #submit,
#disable .del,
#disable .cancel,
#disable #first_detail,
#disable #adminproductorderdetail .btn-successBox,
#disable .completecancel_flag,
#disable .complete_flag,
#disable .reflect.btn-success,
#disable #adminecsitepostage .btn-success,
#disable #admincounselingadd .add.add2,
#disable #adminreserveindex .link,
#disable #updatefreemax,
#disable #creditRegist,
#disable .move,
#disable .profile_img,
#disable #admincounselingadd .add.addlist{
	opacity: 0.3;
	pointer-events: none;
}
.hintbox input{
	display: none;
}
#disable #adminregistaccount #submit,
#disable #adminregistliff #submit{
	opacity: 1;
	pointer-events: visible;
}
body {
	background-color: #f1f2f6;
	color: #454545;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0!important;
	min-height: 100%!important;
	position: relative!important;
}
h2.top_title a {
	color: #34495e;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none!important;
}
h2.top_title a:hover{
	text-decoration: none;
}
.accordion-open {
	display: block;
	cursor: pointer;
	display: block;
	padding: 2% 5%;
	padding-left: 35px;
	height: 40px!important;
	font-size: 14px;
	line-height: 37px;
	margin-bottom: 0;
	font-weight: normal;
	position: relative;
	text-align: left;
}

.accordion-open:after{
	content: "\f105";
	font: normal normal normal 24px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 12px;
	color: #aaa;
}
.accordion-open:after {
	transform: translateY(0%) rotate(0);
	/*transition: .8s;*/
}
.accordion-hidden{
	opacity: 0;
	height: 0!important;
	position: absolute;
}
.accordion-hidden:checked + .accordion-open:after {
	transform: translateY(0%) rotate(90deg);
}
.accordion-close {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	margin: 0!important;
	transition: .8s;
}
.accordion-hidden:checked + .accordion-open + .accordion-close {
	height: auto;
	opacity: 1;
	animation: SlideIn .5s;
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
	0% {
		opacity: 0;/*初期状態では透明に*/
		transform: translateX(-64px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
footer{
	clear: both;
}
ol,ul{
	list-style:none;
}
input{
	display: block;
}
.mce-tinymce.mce-container.mce-panel + #inputcomment{
	margin-top: -500px;
}
form#form {
	position: relative!important;
	top: 0px!important;
	display: block!important;
	overflow: hidden;
}

.form-horizontal .form-group {
	position: initial;
}
.bbox{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0;
	padding: 30px 0;
	position: relative;
}
.btnMenu {
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	height: 64px;
	z-index: 999;
	right: 0;
	padding: 10px 0;
	border-bottom: 1px solid #edeff0;
	background: #fff;
}
#loginuser {
	position: absolute;
	right: 10px;
	display: block;
	top: 20px;
	white-space: nowrap;
	text-align: right;
	font-size: 16px;
}
#loginuser img{
	width: 23px;
}
#loginuser.sp{
	display: none
}
.wrapper{
	position: relative;
}
.controls .addbtn {
	padding: 10px 0;
	margin: 0 10px;
}
.header{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #222;
}
.btnMenu a {
	color: #000;
	font-size: 20px;
	padding: 7px 0 0 0;
	position: absolute;
}
.btnMenu a img{
	width: 50%;
}
.logo {
	width: 200px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	overflow: hidden;
	height: 42px;
	display: block;
	max-width: 40vw;
}
.btnMenu .logo a {
	vertical-align: middle;
	display: table-cell;
}
.logo img{
	width: 100%;
}
section{
	width: 60%;
	padding-top: 50px;
	margin: 0 auto;
}
#logout {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	height: 42px;
	width: 42px;
}

	.drawermenu ul{
		padding: 0px;
	}
	.drawermenu .main_menu{
		padding: 30px 10px 50px;
	}
	.drawermenu a {
		height: 37px;
		line-height: 50px;
		color: #454545;
		padding: 0 5%;
	}
	.drawermenu span a:after{
		content: "\f105";
		font: normal normal normal 24px/1 FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: -14px;
		top: -30px;
		color: #aaa;
	}

	.drawermenu img{
		width: 20px;
		position: absolute;
		top: 13px;
		left: 5px;
	}
/*.drawermenu li.btnClose a:after{
	display: none;
	}*/
	.drawermenu a:hover{
	/*    background-color: #F9344C;*/
	}
/*.shade {
	position: fixed;
	top: 0;
	z-index: 999999999;
	height: 100%;
	cursor: pointer;
	background-color: #333;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	}*/
	.main_menu li {
		border-bottom: 1px solid rgba(255,255,255,.08);
		cursor: pointer;
		position: relative;
	}
/*.main_menu li.btnClose{
position: absolute;
right: 10px;
top: 10px;
}*/
.main_menu .fa {
	position: absolute;
	top: 15px;
	left: 4px;
	text-align: center;
}
.accordion.main_menu span a{
	padding: 0;
	margin: 0;
	display: inherit;
	height: auto;
	line-height: inherit;
}
.accordion.main_menu span,
.accordion.main_menu a,
.main_menu li span,
.main_menu li a {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	white-space: nowrap;
	display: block;
	padding: 2% 5%;
	padding-left: 35px;
	height: 40px;
	font-size: 14px;
	line-height: 37px;
	font-weight: normal;
	text-align: left;
}
.main_menu>a:hover{
	color: #34495e;
}
.main_menu li a{
	margin-left: 5px;
}
.main_menu li a:hover{
	color: #34495e;
}
.main_menu button:hover{
	color: #34495e;
}
.main_menu label li{
	height: 40px;
}

.main_menu li a.ec span{
	padding: 0;
}
#admonition {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	left: 0;
	background-color: #d9534f;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.error .required{
	background-color: #d9534f!important;
}
.drawermenu ul.nesting{
	padding-left: .5em;
}
.btn-primary{
	color: #fff;
	background-color: #34495e;
	border-color: #34495e;
	border-radius: 5px;
	border: 1px solid #34495e;
}
.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus{
	color: #34495e;
	background: #fff;
	border-color: #34495e;
}
.org_button a{
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #34495e;
	border-color: #34495e;
	border-radius: 5px;
	font-size: 16px;
}
.org_button a:hover{
	color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.main_menu li span,
	.main_menu li a {
		line-height: 37px;
	}
}
@-moz-document url-prefix() {
	.main_menu li a {
		line-height: 40px;
		padding-bottom: 16px;
	}
}

.main_menu li span:after{
	content: '';
	display: block;
}
/* Let's get this party started */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: rgba(0,0,0,0.3);
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: rgba(0,33,63,0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,33,63,0.4);
}
.error input,
.error select,
.error textarea{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background:rgba(169,68,66,0.1);
}
.error .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
	border: 1px solid #a94442;
	border-width: 1px!important;
	width: calc(100% - 3px);
	padding-right: 1px;
}
.error span.help-inline {
	position: absolute;
	white-space: nowrap;
	right: 14px;
	bottom: 14px;
	font-size: 9px;
	color: rgb(255, 92, 92);
	pointer-events: none;
}
.mce-tinymce.mce-container.mce-panel+textarea {
	display: block!important;
	position: absolute;
	opacity: 0;
	z-index: -999999;
}
.projects td span {
	line-height: 0px;
}
.legend{
	margin-top: 10px;
}
.h2_select {
	float: right;
	margin-top: -40px;
}
#overlayconsole {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	z-index: 999999999;
	padding-top: 15%;
}
#overlayconsole p {
	border: 1px solid #fff;
	width: 40%;
	margin: 10px auto;
	padding: 35px;
	border-radius: 3px;
}
#c-circle-menu_edit_credit{
	display: none!important;
}
span.required.label.label-danger {
	width: 23px!important;
	height: 23px;
	line-height: 20px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	padding: .2em 0 .3em;
	background: #34495e;
}
#overlayconsole span {
	display: block;
	background: #fff;
	border: 1px solid #34495e;
	width: 100%;
	max-width: 300px;
	margin: 35px auto 0;
	color: #34495e;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
}
.addbtn{
	display: inline-block;
}
#breadcrumbs{
	overflow: hidden;
	width: 100%;
	padding-left: 0px;
}

#breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	list-style: none;
}

#breadcrumbs a{
	background: #ddd;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	position: relative;
}

#breadcrumbs a:hover{
	background: #5bc0de;
	color: #fff;
	text-shadow: 0 1px 0 rgba(000,000,000,.5);
}

#breadcrumbs a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}
#breadcrumbs li:first-child{
	margin-left: 0px;
}
#breadcrumbs li:first-child a::before{
	content: none;
}

#breadcrumbs a:hover::before{
	border-color: #5bc0de #5bc0de #5bc0de transparent;
}

#breadcrumbs a::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}

#breadcrumbs a:hover::after{
	border-left-color: #5bc0de;
}

#breadcrumbs .current,
#breadcrumbs .current:hover{
	font-weight: bold;
	background: none;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before{
	content: normal;
}
.c-circle-menu.is-active .c-circle-menu__item i {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 250%;
	padding-top: 25%;
}
.c-circle-menu.is-active .c-circle-menu__item a{
	color: #fff;
	text-align: center;
	font-size: 100%;
}
p.checkbox{
	float: left;
	margin-left: 5px;
}
.group_shop{
	display: block;
}
.group_list .group_shop{
	display: none;
}
.off{
	z-index:0;
	opacity:0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.td_title {
	float: none!important;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	text-align: left!important;
}
.media-body {
	float: left;
	width: 75%;
}
.ui-sortable-placeholder{
	background: gray!important;
	overflow: hidden;
	height: 80px;
}
.ui-sortable-helper{
	background: pink!important;
	overflow: hidden;
}


.jconfirm .jconfirm-scrollpane{
	overflow-x:hidden;
}
.jconfirm .medium .jconfirm-box div.content-pane {
	max-height: 69vh;
	overflow: auto;
}
.jconfirm-box-container.medium {
	max-height: 90vh;

	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#select_tag label, #select_post_shop label {
	overflow: hidden;
	padding-left: 20px;
	width: 22.7%;
	margin-right: 2%;
}
#select_tag p.checkbox, #select_post_shop p.checkbox {
	float: left;
	margin-left: 0px;
}
#select_tag .checkbox input[type=checkbox], #select_post_shop .checkbox input[type=checkbox] {
	margin-left: -16px;
	margin-top: 3px;
}
#inputtags{
	display: none;
}


#select_post_shop .radio {
	display: none;
}
#select_post_shop .radio + .radio-icon{
	border: 1px solid #aaa;
	height: 15px;
	width: 15px;
	display: inline-block;
	border-radius: 2px;
	float: left;
	margin-top: 2px;
	margin-right: 3px;
}
#select_post_shop input.radio[type=radio]:checked + .radio-icon:after {
	content: "\f00c";
	width: 14px;
	font-size: 16px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	top: 2px;
	position: absolute;
	left: 0px;
}
#inputpost_shops{
	display: none;
}
.lightbox {
	display: none;
}
#help {
	position: fixed;
	right: 30px;
	bottom: 85px;
	background: #34495e;
	z-index: 9;
	border-radius: 25px;
	height: 47px;
	width: 105px;
	line-height: 45px;
	text-align: center;
	border: 2px solid #00c27c;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
	color: #fff;
}
#help:hover {
	background: #00c27c;
}
#help span {
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	line-height: 16px;
	display: inline-block;
	border-radius: 10px;
	margin-right: 5px;
	pointer-events: none;
}
#specifications {
	width: 86%;
}
.h_ma{
	position: absolute;
	right: 310px;
	display: block;
	top: 15px;
	white-space: nowrap;
	text-align: right;
}
.h_ma a{
	font-size: 14px;
	padding: 0;
	background: #34495e;
	padding: 8px 15px;
	line-height: 1;
	color: #fff;
	border: 1px solid #34495e;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.h_ma a:hover{
	background: none;
	color: #34495e;
}
.addbtn{
	color: #fff !important;
	border: 1px solid #34495e;
	font-size: 14px;
	padding: 6px 10px;
	background: #34495e;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.addbtn:hover{
	background:none;
	color: #34495e!important;
}
.table>tbody>tr>td br, .table>thead>tr>td br{
	display: none;
}
.cell thead tr th{
	border: 1px solid #cfd5de!important;
	padding: 15px;
	background: #eee;
	color: #454545;
}
.cell tbody td{
	border: 1px solid #cfd5de!important;
}
/*regist*/
.regist form#form{

	padding: 24px 24px 80px;

	background: #fff;
	-webkit-border-radius: 0 0 8px 8px;
			border-radius: 0 0 8px 8px;
}
.regist{

	font-family: Raleway,'Noto Sans JP';
	letter-spacing: 0.1em;
	line-height: 1.6;

	color: #14314a;
}
.form-horizontal .form-group{
	clear: both;
}
.main_wrapper.regist{
	height: 100vh;


}
.regist_logo{
	width: 300px;
	margin: 40px auto;
}
.regist_logo img{
	width: 100%;
	height: auto;
}
.regist .contents{
	width: 800px;
	margin: 0 auto;
}
.regist .contents h2{
	background: #14314a;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	border-radius: 8px 8px 0 0;
	color: #FFF;
	padding: 12px;
	margin: 0;
}
.regist_footer_copy{
	padding: 20px 0;
	background: #14314a;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 1;
}
.regist .back_btn a,
.regist button.btn-success{
	clear: both;
	border: 1px solid #14314a;
	font-size: 20px;
	font-weight: 700;
	-webkit-border-radius: initial;
			border-radius: initial;
	align-content: center;
	align-items: center;
	background: #14314a;
	box-shadow: 0px 30px 30px -10px rgba(0,0,0,0.2);
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 24px 48px 24px;
	transition-delay: 100ms;
	transition-duration: 600ms;
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.regist .back_btn a:hover,
.regist button.btn-success:hover{
	background: #FFF;
	color: #14314a!important;
	border: 1px solid #14314a;
}
.regist .back_link{
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.regist .back_link a{
	color: #14314a;
}
.regist .back_link a:hover{
	text-decoration: underline;
}
.regist .main_wrapper.error{
	border: 10px solid #14314A;
}
.execute.regist .contents,
.regist.error .contents{
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.regist .contents h3{
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	padding: 12px;
	text-align: center;
}
.execute.regist .contents p,
.regist.error .contents p{
	text-align: center;
	margin-bottom: 50px;
}
.regist .back_btn a{
	color: #FFF;
	clear: both;
}
@media screen and (max-width: 767px) {
	#help {
		bottom: 25px;
		right: 25px;
	}
}
@media screen and (max-width: 768px) {
	.footerlink ul{
		width: auto;
	}
	.tab li label, .tab li a {
		padding: 15px 8px;
		text-align: center;
		font-size: 14px;
	}
	.h_ma{
		right: 90px;
		top: 17px;
	}
	.h_ma a{
		font-size: 11px;
		padding: 8px 4px;
	}
	.icheckbox_flat-green>span {
		width: calc(100vw - 100px)!important;
	}
	.error .checkbox span.help-inline {
		right: 0px;
		top: 15px;
	}
	.error .checkbox .checked span.help-inline {
		right: 1px;
		top: 16px;
	}
	#introduction_submit {
		font-size: 16px!important;
	}
	#loginuser.pc,
	#loginuser.sp a::after{
		display: none;
	}
	#loginuser.sp{
		display: block;
		position: static;
		text-align: center;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		padding-bottom: 20px;
	}
	#loginuser.sp img{
		display: block;
		margin: 0 auto 5px;
		position: static;
	}
	.projects td .fa-trash-o span {
		display: none;
	}
	.sp_non{
		display: none!important;
	}
	.sp_94{
		width: 94%!important;
	}
	.sp_54{
		width: 54%!important;
	}
	.sp_20{
		width: 20%!important;
	}
	.sp_15{
		width: 15%!important;
	}
	.sp_5{
		width: 5%!important;
	}
	.sp_pa_le_ri0 {
		padding-right: 0px!important;
		padding-left: 10px!important;
		text-align: center;
	}
	.sp_pa_le_ri0 .btn{
		margin-right: 0!important;
	}
	.x_panel, .x_content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.x_title {
		padding: 1px 0 6px;
		text-align: center;
		/*font-size: 0;*/
	}
	.x_content>p{
		padding-left: 16px;
		padding-right: 16px;
	}
	article.media {
		padding: 0 13px;
	}
	.event .media-body a.title {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 226px;
		display: block;
	}
	#pager {
		padding-left: 0!important;
	}
	.label-danger {
		position:inherit;
	}
	.well-sm {
		margin-left: 5px;
		margin-right: 5px;
	}
	.c-circle-menu {
		bottom: 46px;
	}
	#shop_acount_message{
		bottom:22px!important;
	}
	body .right_col,
	.bbox{
		padding: 30px 15px;
	}
}
@media screen and (max-width: 480px) {
	.bbox{
		padding: 30px 0;
	}
	.btnMenu a{
		z-index: 999999;
	}
	.logo img{
		width: auto;
		height: 100%;
	}
	.logo{
		width: auto;
		height: 40px;
		text-align: center;
		z-index: 1;
		line-height: 43px;
		max-width: 40vw;
	}
	.btn-primary{
		margin-right: 15px;
	}
	.btn-primary:nth-child(2n),
	.btn-primary:last-child{
		margin-right: 0;
	}
	.jconfirm .jconfirm-box .buttons button + button {
		margin-left: 0!important;
	}
	.c-circle-menu.is-active .c-circle-menu__item i {
		color: #fff;
		display: block;
		text-align: center;
		font-size: 20px;
		padding-top: 7px;
	}
	.c-circle-menu.is-active .c-circle-menu__item a{
		color: #fff;
		text-align: center;
		font-size: 8px;
		white-space: nowrap;
	}
	#breadcrumbs {
		margin: -20px 0 0 -20px;
		width: 120%;
		overflow: hidden;
		overflow-x: visible;
		height: 28px;
	}
	#breadcrumbs::-webkit-scrollbar {
		height: 1px;
	}
	#breadcrumbs{
		width: 150%;
	}
	#breadcrumbs a {
		padding: .35em .5em;
	}
	.h2_select {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.table.table-striped.projects tr {
		width: 100%;
		display: block;
		clear: both;
		overflow: hidden;
		position: relative;
	}
	.sp_pa_le_ri0 .btn {
		margin-right: 7px!important;
		float: left;
	}
	.table.table-striped.projects td.sp_fr{
		float: right;
		margin-right: 60px;
	}
	.projects .list-inline {
		position: absolute;
		right: 0;
		bottom: 8px;
	}
	td.sp_pa_le_ri0 {
		position: absolute;
		bottom: 0;
		z-index: 9;
	}
	td.sp_pa_le_ri0 br{
		display: none;
	}
	.bbox .form-group label{
		font-size: 14px;
	}
}
#WP-checkout-box{
	display: none;
}

.error .checkbox span.help-inline {
	right: 1px;
	top: 1px;
}
.error .checkbox .checked span.help-inline {
	right: 2px;
	top: 1px;
}
.error .icheckbox_flat-green {
	border:#a94442 1px solid !important;
	border-radius: 4px;
}
.icheckbox_flat-green.checked{
	border:none!important;
	background-position: -22px 0!important;
}
.icheckbox_flat-green>span {
	width: calc(53vw);
	display: block;
	height: 9px;
	position: relative;
}
#overlayconsole p{
	width: 70%;
}
.table {
	margin-top: 30px;
}
.table tr{
	overflow: hidden!important;
	position: relative!important;
}
.table tr a{
	color: #337ab7;
}
.table tr a:hover{
	text-decoration: underline;
}
.table tr a.btn{
	color: #fff;
}
.table tr a.btn {
	width: inherit!important;
	padding: 5px 8px!important;
}
.table tbody tr:hover{
	background: #fafafa;
}
#type[data-type="update"] button.img_del,
#type[data-type="insert"] button.img_del {
	display: none!important;
}
#type[data-type="update"] button.img_select,
#type[data-type="insert"] button.img_select{
	color: #cfd5de;
	background-color: #fff;
	border-color: #f1f2f6;
	outline: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	position: relative;
	bottom: 50px;
	left: 65px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}
/*
#type[data-type="insert"] button.img_select {
    color: #cfd5de;
    background-color: #fff;
    border-color: #f1f2f6;
    outline: none;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    line-height: 200px;
    position: relative;
    bottom: 205px;
    left: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}
#type[data-type="insert"] button.img_select span{
    font-size: 100px;
    color: #f1f2f6;
    line-height: 188px;
}
*/
.table tr td span.img{
	display: inline-block;
	width: 55px;
	height: 55px;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
}
.table>tbody>tr>td p, .table>thead>tr>td p{
	margin-bottom: 0;
}
@media screen and (max-width: 1000px){
	body .right_col,
	.bbox{
		padding-right: 30px;
		padding-left: 30px;
	}
	.row{
		margin-right: 0;
		margin-left: 0;
	}
	.footerlink ul{
		width: auto;
	}
}
@media screen and (max-width: 992px) {
	.icheckbox_flat-green>span {
		width: calc(39vw);
	}
	.error .checkbox span.help-inline {
		top: 1px;
	}
}
#shop_acount_message {
	clear: both;
	border-radius: 0;
	position: fixed;
	bottom: -20px;
	width: 100vw;
	z-index: 9;
}
#shop_acount_message a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 3px;
}
.sp_fr a:nth-child(3){
	background-color:#1FA4A3;
	border:none;
}
@media screen and (max-width: 640px){
	ul.tab{
		white-space: nowrap;
	}
	.tab li{
		float: none;
		display: inline-block;
	}
	.accordion.main_menu span, .accordion.main_menu a, .main_menu li span, .main_menu li a,
	.accordion-open{
		height: 37px;
	}
	body .right_col,
	.bbox{
		padding-right: 15px;
		padding-left: 15px;
	}
	#overlayconsole {
		padding-top: 50%;
	}
	.footerlink ul li.f_request {
		background: url(/images/icon_request.png) no-repeat 50% 5px;
		background-size: 18px;
	}
	.footerlink ul li.f_bug {
		background: url(/images/icon_error.png) no-repeat 50% 6px;
		background-size: 18px;
	}
	.footerlink ul li.f_qa {
		background: url(/images/icon_qa.png) no-repeat 50% 5px;
		background-size: 22px;
	}
	.top_box{
		padding: 20px 15px;
		margin-bottom: 80px;
	}
	.toggle_title{
		margin: 0 0 20px;
	}
	#adminviewsslider .top_box{
		padding: 4%;
	}
	#adminviewsslider .slider_title{
		width: 62%;
		font-size: 14px;
	}
	#adminviewsslider .btn-toggle.btn-lg{
		margin-bottom: 20px;
	}
	#adminviewsslider .btn-toggle.btn-lg:before, #adminviewsslider .btn-toggle.btn-lg:after{
		font-size: 10px;
	}
	#adminviewsslider .col-md-8{
		width: 100%;
	}
	#adminviewsslider .col-md-4{
		width: 100%;
	}
	#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_wrap.show{
		padding: 20px 10px;
	}
	#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_wrap.show .flex{
		display: block;
	}
	#adminviewsslider .btn-toggle.btn-lg.active + .x_content input[type=file]{
		width: 100%;
		height: auto;
		line-height: inherit;
		margin-bottom: 20px;
	}
	#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_view{
		width: 100%;
	}
	#adminviewsslider .btn-toggle.btn-lg.active + .x_content .photo_wrap.show p{
		font-size: 10px;
	}
	#adminviewsslider .col-md-6{
		margin-bottom: 15px;
	}
	#adminviewsslider .btn-toggle.btn-lg,
	#adminviewsslider .slider_title{
		margin-bottom: 15px;
	}
	.fromto{
		width: 4%;
	}
	.footerlink{
		padding: 0;
		width: 100%;
	}
	.footerlink ul{
		width: auto;
	}
	.footerlink ul li a{
		padding: 25px 0 5px;
	}
	.footerlink ul li.f_request{
		background: url(/images/icon_request.png) no-repeat 50% 5px;
		background-size: 20px;
	}
	.footerlink ul li.f_bug{
		background: url(/images/icon_error.png) no-repeat 50% 5px;
		background-size: 20px;
	}
	.footerlink ul li.f_qa{
		background: url(/images/icon_qa.png) no-repeat 50% 5px;
		background-size: 20px;
	}
	.footerlink ul li.f_contact{
		background: url(/images/icon_contact.png) no-repeat 50% 5px;
		background-size: 20px;
	}
	.footerlink ul li button{
		bottom: -15px;
	}
	footer{
		padding: 5px 0 55px;
	}
	.table{
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: auto;
		max-width: initial;
		/*-webkit-overflow-scrolling: touch;*/
	}
}

input[type=checkbox], input[type=radio]{
	margin: 0;
}

#jquery-ui-sortable .controls{
	width: 100%;
}
#jquery-ui-sortable .control-group{
	padding: 15px 10px;
	overflow: inherit;
}
.conditions_group>p{
	font-size: 16px;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.bbox{
	overflow: hidden;
}
body .form-horizontal .control-label:not(.editable-group .form-horizontal .control-label){
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font-weight: bold;
	margin: 0 auto 15px;
	display: block;
	font-size: 16px;
}
body *.editable-group form.form-horizontal .control-label {
	float: left;
	text-align: left;
	font-weight: bold;
	margin: 0 auto 8px;
	display: block;
	font-size: 16px;
	margin-top: 8px;
}

.col-md-3{
	width: 30%;
}
.col-md-9{
	width: 66%;
	margin-left: 4%;
}
.component_group,
.comment_group{
	width: 600px;
}
.hintbox .open_button{
	position: absolute;
	top: 0;
	right: 0;
}
.hintbox .text_title{
	padding: 10px 0 0;
}
.hintbox .text_txt{
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
.hintbox .text_txt img{
	width: 60%;
	height: auto;
}
.period_left,
.period_right{
	float: left;
	width: 48%;
	overflow: hidden;
}
.period_center{
	float: left;
	width: 4%;
	line-height: 43px;
}
.sales_group .period label{
	margin-bottom: 0;
	display: block;
	max-width: 60%;
	float: left;
	margin-right: 10px;
}
.sales_group .period select{
	width: 20%;
	height: 43px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border: 1px solid #cfd5de;
	background-color: #fafbfc;
	float: left;
	padding: 0 2%;
}

.disable label[for="inputproduct_code"],
.disable #inputproduct_code{
	opacity: 0.6;
	pointer-events: none;
}
.cheack li{
	float: none;
	width: 100% !important;
	text-align: left;
	border: 1px solid #eee;
	padding: 15px !important;
	margin-bottom: 10px;
}
.cheack li label{
	margin-bottom: 0;
}
.img_drag>img {
	max-width: 100%;
}
.col-md-offset-3{
	float: none;
	clear: both;
	margin: 0 auto;
}
.btn_wrap{
	padding: 0 10px;
	margin-left: 4%;
}
.profile_left+div{
	padding-left: 30px;
}
#delete-form{
	top: -20px;
	clear: both;
	margin: 0 0 100px;
	text-align: center;
	color: #d9534f;
	position: relative;
}
#delete-form button{
	background: none!important;
}

@media(max-width: 991px){
	.hintbox .open_button{
		right: 0;
	}
	.top_box{
		padding: 40px 30px;
	}
	.form-horizontal .form-group{
		margin-right: 15px;
	}
	.form-horizontal .form-group:nth-child(2n),
	.form-horizontal .status_group{
		margin-right: 0;
	}
	.col-md-8{
		width: 100%;
	}
	.form-horizontal .component_group,
	.form-horizontal .comment_group,
	form#form>div +.form-group{
		width: 100%;
		margin-right: 0;
	}
	form#form>div +.form-group{
		margin-bottom: 0;
	}
	.col-md-offset-3{
		float: none;
		clear: both;
		margin: 0 auto;
	}
}
@media(max-width: 640px){
	.form-group label{
		display: none;
	}

	input[type="text"], input[type="password"],select{
		width: 100%;
		height: 43px;
		box-sizing: border-box;
		padding: 0 15px;
		border: none!important;
		outline: none!important;
		background: transparent!important;
		box-shadow: none!important;
		border-bottom: 1px solid #cfd5de!important;
		font-size: 16px;
		background: #ffffff!important;
		border-radius: 0;
	}
	.border_bottom {
		border-bottom: none;
	}


	.profile_left+div{
		padding-left: 0px;
	}
	.top_box {
		padding: 30px 15px;
	}
	.form-horizontal .control-label{
		text-align: left;
	}
	.col-md-3{
		width: auto;
		padding: 5px 2px 0 0;
	}
	.form-horizontal .form-group{
		width: 100%;
		margin-right: 0;
	}
	.component_group,
	.comment_group,
	.col-md-8{
		width: 100%;
	}
	.col-md-9{
		width: auto;
		margin-left: 0;
		float: none;
	}


	.col-md-9.col-sm-9.col-xs-12{
		margin-top: 280px;
	}
	.img_result {
		overflow: hidden;
	}
	.img_btn_group {
		display: block!important;
	}
	.period_left, .period_right{
		float: none;
		width: auto;
	}
	.period_center{
		float: none;
		width: auto;
	}
	.cheack li{
		width: auto !important;
	}
	#jquery-ui-sortable{
		padding-left: 0;
	}
	.btn_wrap{
		margin-left:0;
	}
}
.submit-group{
	width: inherit!important;
}
/* フッター全体の固定設定 */
.footer-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-color: #ffffff;
		display: flex;
		justify-content: space-around;
		align-items: center;
		border-top: 1px solid #e0e0e0;
		/* iPhoneのノッチ（下部バー）対策 */
		padding: 40px 0 50px;
/*    padding-bottom: env(safe-area-inset-bottom);*/
		box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
		z-index: 1000;
}

/* 各メニュー項目のスタイル */
.nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #5f6368; /* デフォルトのグレー */
	width: 25%;
	height: 100%;
	transition: color 0.2s ease;
	text-decoration: none!important;
}

/* アイコンのサイズ調整 */
.material-symbols-outlined {
	font-size: 24px;
	margin-bottom: 2px;
}

/* テキストラベルのスタイル */
.nav-label {
	font-size: 10px;
	font-weight: 500;
}

/* タップした時やアクティブ時の色（お好みで変更してください） */
.nav-item:active, .nav-item.active {
	text-decoration: none!important;
}
#modal-alert{
	display: none;
}

.photo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 変数を受け取る。指定がなければ200pxをデフォルトにする */
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  overflow: hidden;
}

.photo img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover; /* 短手を基準にリサイズして中央配置 */
}






/* 既存CSSに影響を最小化するため、追加は「重なり制御」と「擬似要素」中心 */
.footer-nav .nav-item{
  position: relative; /* ::before の基準 */
}

.nav-item.is-active .nav-label{
	display: none;
}
.nav-item.is-active .material-symbols-outlined {
    font-size: 30px;
}
/* 背面に丸いグレーを敷く */
.footer-nav .nav-item.is-active::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  /* ここをいじれば丸のサイズ調整できる */
  width: var(--active-pill-size, 56px);
  height: var(--active-pill-size, 56px);

  background: #34495e;
  border-radius: 9999px;
  z-index: 0;          /* 背面 */
  pointer-events: none;/* クリック邪魔しない */
}

/* アイコンと文字を前面に出す（下敷きより上） */
.footer-nav .nav-item.is-active .material-symbols-outlined,
.footer-nav .nav-item.is-active .nav-label{
  position: relative;
  z-index: 1;
  color: #fff !important; /* 既存CSSの色指定に勝つため */
}


/* #go_back 以外の li だけを縦並びにする */
ul.tab > li{
  float: none !important;        /* 既存 .tab li { float:left; } を上書き */
  display: block;
  width: 100%;
  margin: 0 0 12px;

  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
}

/* クリック領域を「セル」っぽく */
ul.tab > li > a{
  display: block;
  text-align: left;
  position: relative;            /* 右シェブロンの基準 */
  padding: 16px 44px 16px 16px;  /* 右側は矢印分あける */
  text-decoration: none;         /* iPhoneっぽく下線は消す */
  border-radius: 16px;           /* 念のため（親が overflow hidden なので実害なし） */
}

/* 右シェブロン（iOSの設定画面っぽい “>”） */
ul.tab > li > a::after{
  content: "›";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 1;
  color: #c7c7cc;
}

img.fade-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* 読み込み完了後に付与されるクラス */
img.fade-img.loaded {
  opacity: 1;
}
h2.top_title {
    display: table;
    margin: 0 auto 30px;
    right: 0;
    left: 0;
    position: relative;
}
h2.top_title .material-symbols-outlined {
    margin: -6px 3px 0 0;
    float: left;
    width: 30px;
}
.tab li .material-symbols-outlined{
    margin: -1px 5px 0 0;
    float: left;
    width: 30px;
}

html { overflow-x: hidden; }

/* ===== 入場：forward（現状） ===== */
@keyframes slideInFromRightFade {
	from { transform: translateX(40px); opacity: 0; }
	to   { transform: translateX(0);    opacity: 1; }
}

/* ===== 入場：back（追加：完全に逆） ===== */
@keyframes slideInFromLeftFade {
	from { transform: translateX(-40px); opacity: 0; }
	to   { transform: translateX(0);     opacity: 1; }
}

/* ✅ 入場アニメ（デフォルトはforward） */
body div#main-contener{
	animation: slideInFromRightFade 700ms ease both;
	will-change: transform, opacity;
}

/* ✅ backの時だけ入場アニメを逆にする（JSがhtmlに .nav-back を付ける） */
html.nav-back body div#main-contener{
	animation-name: slideInFromLeftFade;
}

/* ===== 退出（現状のまま） ===== */
body div#main-contener{
	transform: translateX(0);
	transition: transform 700ms ease;
	will-change: transform;
}

/* forward退出：左へ */
body.page-slide-out-left div#main-contener{
	transform: translateX(-200vw);
}

/* back退出：右へ */
body.page-slide-out-right div#main-contener{
	transform: translateX(200vw);
}




.lock-switch-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.lock-switch-input {
  display: none;
}

/* スイッチの土台 */
.lock-switch-label {
  display: block;
  width: 75px; /* 文字を入れるために少し幅を広げました */
  height: 32px;
  background-color: #e9e9ea;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* つまみ部分 */
.lock-switch-handle {
  width: 28px;
  height: 28px;
	background-color: #d9534f;
	color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* ON/OFF文字の共通設定 */
.switch-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff; /* 基本は白文字 */
  transition: opacity 0.3s ease;
  pointer-events: none; /* 文字がクリックを邪魔しないように */
}

.text-on {
  left: 16px;
  opacity: 0;
}

.text-off {
  right: 15px;
  color: #d9534f; /* OFF時はグレーの文字 */
  opacity: 1;
}

/* アイコンの設定 */
.lock-switch-handle .material-symbols-outlined {
  font-size: 18px;
  color: #34c759;
  position: absolute;
  transition: opacity 0.2s ease;
  font-variation-settings: 'wght' 400;
}

/* --- ON状態のスタイル --- */
.lock-switch-input:checked + .lock-switch-label {
  background-color: #34c759;
}

.lock-switch-input:checked + .lock-switch-label .lock-switch-handle {
  background-color: #fff;
}

.lock-switch-input:checked + .lock-switch-label .lock-switch-handle {
  transform: translateX(43px); /* 幅変更に合わせて移動距離を調整 */
}

/* 文字の切り替え */
.lock-switch-input:checked + .lock-switch-label .text-on { opacity: 1; }
.lock-switch-input:checked + .lock-switch-label .text-off { opacity: 0; }

/* アイコンの切り替え */
.lock-switch-label .icon-close { opacity: 0; }
.lock-switch-label .icon-open { opacity: 1; color: #fff!important; }
.lock-switch-input:checked + .lock-switch-label .icon-close { opacity: 1; }
.lock-switch-input:checked + .lock-switch-label .icon-open { opacity: 0; }
