@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

/*	レイアウト
---------------------------------*/
body {
	width: 100%;
	background-color: #f1f1f1;
	line-height: 1.6;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	counter-reset: section;
}
body.login {
	background-color: #121212;
}
#wrapper {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
body {
	width: 100%;
}
}

/*	ヘッダー
---------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #121212;
	color: #fff;
	z-index: 10000;
}
.hd-inr {
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: auto;
	padding: 0 10px;
	width: 100%;
	height: 80px;
}
.hd-logo {
	margin: 0;
	padding: 0;
}
.hd-info {
	position: relative;
	padding: 0;
	font-size: 0.875rem;
}
.hd-info > span {
	position: relative;
	padding: 0 1.5em 0 0;
}
.hd-info > span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.hd-info-menu {
	position: absolute;
	top: 100%;
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.hd-info-menu li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #666;
}
.hd-info:hover .hd-info-menu {
	height: auto;
	background: rgba(0,0,0,0.8);
	width: 100%;
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 767px) {
.hd-inr {
	padding: 10px;
}
.hd-logo {
	max-width: 250px;
}
.hd-info {
	margin-right: 50px;
}
}

/*	フッター
---------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	width: calc(100% - 380px);
}
.ft-copyright {
	padding: 0;
	width: 100%;
	background: #ffffff;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 60px;
}
@media screen and (max-width:1279px) {
footer {
	width: calc(100% - 260px);
}
}
@media screen and (max-width:1023px) {
footer {
	width: calc(100% - 180px);
}
}
@media screen and (max-width: 767px) {
footer {
	width: 100%;
}
.ft-copyright {
	padding: 10px;
	font-size: 0.625rem;
	line-height: 1.4;
}
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	margin: 0;
}
.pc-nav ul {
}
.pc-nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
.pc-nav > ul > li > span {
	display: block;
	position: relative;
	padding: 25px 0 25px 80px;
	border-left: 3px solid #d2ab54;
	font-size: 1.25rem;
	line-height: 1.4;
}
.pc-nav > ul > li > span.icon01:before {
	display: block;
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 32px;
	background: url(../images/common/icon_nav01.png) no-repeat center center;
	background-size: contain;
}
.pc-nav > ul > li > span.icon02:before {
	display: block;
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 32px;
	background: url(../images/common/icon_nav02.png) no-repeat center center;
	background-size: contain;
}
.pc-nav > ul > li > span.icon03:before {
	display: block;
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 32px;
	background: url(../images/common/icon_nav03.png) no-repeat center center;
	background-size: contain;
}
.pc-nav > ul > li div li > a {
	display: block;
	padding: 25px 0 25px 80px;
	background: #333;
	border-bottom: 1px solid #242424;
	font-size: 1rem;
	line-height: 1.4;
}
.pc-nav ul li.current a,
.pc-nav ul li a:hover {
	opacity: 1;
	color: #ccc;	
}
@media screen and (max-width:1023px) {
.pc-nav > ul > li > span {
	padding: 15px 0 15px 40px;
	font-size: 1rem;
}
.pc-nav > ul > li > span.icon01:before {
	left: 12px;
	width: 20px;
	height: 16px;
	background-size: contain;
}
.pc-nav > ul > li > span.icon02:before {
	left: 12px;
	width: 20px;
	height: 16px;
	background-size: contain;
}
.pc-nav > ul > li > span.icon03:before {
	left: 12px;
	width: 20px;
	height: 16px;
	background-size: contain;
}
.pc-nav > ul > li div li > a {
	padding: 15px 0 15px 40px;
	font-size: 0.875rem;
}
}
@media screen and (max-width:767px) {
.pc-nav {
	display: none;
}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle {
	display:none;
}
@media screen and (max-width: 767px) {
body aside {
	display: block;
	position: absolute;
	top: 80px;
	right: -200px; /* 開いてないときは画面外に配置 */
	padding: 10px 10px 30px;
	width: 100%;
	max-width: 200px;
	background: #fff;
	box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 14px;
	font-weight: 500;
	z-index: 1001;
}
body aside a,
body aside ul > li > span{
	display: block;
}
body aside a *{
	transition: 0s;
}
body aside .logo{
	max-width: 90px;
}
body aside > ul {
	display: block;
	margin-top: 1.5em;
}
body aside ul li.contact {
	display: none;
}
body aside ul li a,
body aside ul > li > span {
	border-top: 1px solid #eee;
	padding: 10px 15px;
	position: relative;
	font-size: 0.875rem;
	color: #111;
}
body aside ul > li > span {
	background: #ccc;
}
body aside ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #e383a5;
	border-right: 2px solid #e383a5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body aside ul li:first-child a {
	border-top: none;
}
body aside ul li:first-child a .material-icons {
	display: none;
}
body aside ul li img,
body aside ul li br {
	display: none;
}
body aside ul li small {
	display: none;
}
body aside .sp-nav-sub {
	background: rgba(0,0,0,0.05); margin-top: 1em;
}
body aside .sp-nav-sub li {
	border-top: 1px solid rgba(0,0,0,0.08);
	font-size: 14px;
}
body aside .sp-nav-sub li:first-child {
	border-top: none;
}
body aside .sp-nav-sub li a {
	padding: 15px;
}
#wrapper body aside .header-contact {
	padding: 15px;
	text-align: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
body aside .header-contact a{
	width: 100%;
	padding: 15px 0;
	letter-spacing: 0;
}
body aside .header-contact a span{
	background-position: left center;
	background-repeat: no-repeat;
}
body aside .header-contact .blc-tel {
	border:2px solid #9ec04c;
	font-weight: bold;
	color: #9ec04c;
}
body aside .header-contact .blc-contact {
	background: #9ec04c;
	border:2px solid #9ec04c;
	color: #fff;
}	
/* ナビゲーション スライドアニメーション */
body.open aside {
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
/*ハンバーガーボタン*/
header .navToggle {
	display: block;
	position: absolute;
	right: 15px;
	top: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 25px;
	height: 16px;
	cursor: pointer;
	z-index: 10000;
}
header .navToggle:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 35px;
	height: 35px;
	background: #666;
}
header .navToggle div {
	position: relative;
}
header .navToggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius:5px;
}
header .navToggle span:nth-child(1) {
	top: 0;
}
header .navToggle span:nth-child(2) {
	top: 7px;
}
header .navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
body.open .navToggle span {
}
body.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
body.open .navToggle span:nth-child(2) {
	width: 0; left: 50%;
}
body.open .navToggle span:nth-child(3) {
	top: 7px; -webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
}

/*	レイアウト
---------------------------------*/
.contents-otr {
	position: relative;
	min-height: 100vh;
}
aside {
	position: relative;
	padding-top: 80px;
	width: 380px;
	background: #121212;
	color: #fff;
}
aside:before {
	display: block;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 380px;
	height: 100vw;
	background: #121212;
}
.contents-main {
	position: relative;
	padding-top: 80px;
	margin-bottom: 160px;
	width: calc(100% - 380px);
}
.contents-inr {
	padding: 30px 40px;
}
.box-left {
	width: 42.46%;
	max-width: 620px;
}
.box-right {
	width: 54.79%;
	max-width: 800px;
}
@media screen and (max-width:1279px) {
aside {
	width: 260px;
}
aside:before {
	width: 260px;
}
.contents-main {
	width: calc(100% - 260px);
}
.contents-inr {
	padding: 15px 20px;
}
.box-left {
	margin: 0 0 35px;
	width: 100%;
	max-width: 100%;
}
.box-right {
	width: 100%;
	max-width: 100%;
}
}
@media screen and (max-width:1023px) {
aside {
	width: 180px;
}
aside:before {
	width: 180px;
}
.contents-main {
	width: calc(100% - 180px);
}
}
@media screen and (max-width:767px) {
aside {
	display: none;
}
aside:before {
	display: none;
}
.contents-main {
	width: 100%;
}
}

/*	装飾
---------------------------------*/
.cmn-caution {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 0 35px;
	color: #cc0000;
}
.cmn-caution:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 24px;
	background: url(../images/common/icon_error.png) no-repeat center center;
	background-size: contain;
}

/*	共通コンテンツ
---------------------------------*/
.cmn-cnt-box-otr {
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
}
.cmn-cnt-box-otr.bg-none {
	background: none;
	border: none;
}
.cmn-cnt-box-otr h3 {
	padding: 0 25px;
	background: #ccc;
	text-align: left;
	line-height: 40px;
}
.cmn-cnt-box-otr p {
	margin: 0 0 25px;
}
.cmn-cnt-box-inr {
	padding: 25px 30px;
}
.cmn-input-list {
	margin: 0 0 20px;
}
.list .cmn-input-list {
	margin: 0 0 35px;
}
.cmn-input-list li {
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 2% 0 0;
	width: 37%;
}
.cmn-input-list li.check {
	margin: 0;
	width: 22%;
}
.cmn-input-list h4 {
	margin: 0 3% 0 0;
}
.cmn-input-list input[type="text"] {
	padding: 10px;
	width: 75%;
	border: 1px solid #ccc;
}
.cmn-select-otr {
	text-align: right;
}
.cmn-input-list li {
	text-align: left;
}
.cmn-input-list li select {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	text-align: left;
}
.cmn-select-otr select {
	margin: 0 0 15px;
	padding: 0 10px;
	width: 60%;
	max-width: 250px;
	height: 35px;
	border: 1px solid #ccc;
	text-align: left;
}
.cmn-cnt-box-otr table {
	table-layout: fixed;
	width: 100%;
}
.cmn-cnt-box-otr table tr {
	border-bottom: 1px solid #ccc;
}
.cmn-cnt-box-otr table tr:last-of-type {
	border: none;
}
.cmn-cnt-box-otr table th {
	padding: 0 0 0 25px;
	background: #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	height: 40px;
}
.cmn-cnt-box-otr table th.wide-mail{
	width: 40%;
}
.cmn-cnt-box-otr table th.wide-edit,
.cmn-cnt-box-otr table td.wide-edit {
	padding: 0;
	width: 98px;
	text-align: center;
}
.cmn-cnt-box-otr table th.wide-delete,
.cmn-cnt-box-otr table td.wide-delete {
	padding: 0;
	width: 50px;
	text-align: center;
}
.cmn-cnt-box-otr table td {
	padding: 0 0 0 25px;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	height: 40px;
}
.cmn-cnt-box-otr a {
	color: #0066cc;
}
@media screen and (max-width:1279px) {
.cmn-cnt-box-inr {
	padding: 25px 15px;
}
}
@media screen and (max-width:1023px) {
.cmn-input-list li {
	margin: 0 0 15px;
	width: 100%;
}
.cmn-input-list li.check {
	margin: 0;
	width: 100%;
}
.cmn-cnt-box-otr .scroll {
	overflow-x: scroll;
}
.cmn-cnt-box-otr .scroll table {
	width: 690px;
}
.cmn-cnt-box-otr table th,
.cmn-cnt-box-otr table td {
	padding: 0 15px;
}
}

/*	汎用タイトル
---------------------------------*/
.main-ttl h2 {
	margin: 0 0 35px;
	font-size: 1.5rem;
	line-height: 1;
}
@media screen and (max-width:1080px) {
}
@media screen and (max-width:767px) {
}

/*	汎用ボタン
---------------------------------*/
.btn-list div {
	margin-right: 30px;
}
.btn-send + .btn-send {
	margin: 15px 0 0;
}
.btn-send a {
	display: block;
	margin: 0;
	width: 180px;
	background: #0066cc;
	border: 1px solid #0066cc;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 43px;
}
.login-field .btn-send a {
	margin: auto;
}
.btn-send a:hover {
	display: block;
	border: 1px solid #0066cc;
	background: #fff;
	color: #0066cc;
	opacity: 1;
}
.btn-delete a {
	display: block;
	margin: 0;
	width: 180px;
	background: #cc0000;
	border: 1px solid #cc0000;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 43px;
}
.btn-delete a:hover {
	display: block;
	border: 1px solid #cc0000;
	background: #fff;
	color: #cc0000;
	opacity: 1;
}
@media screen and (max-width:767px) {
.btn-send a {
	width: 120px;
}
.btn-delete a {
	width: 120px;
}
}

/*	汎用ページャー
---------------------------------*/
.cmn-page-nav {
	padding: 0;
	font-size: 0.875rem;
}
.cmn-page-nav li {
	margin: 0 2px;
	line-height: 28px;
}
.cmn-page-nav li span {
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
}
.cmn-page-nav li a {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid #b9b9b9;
	background: #333;
	color: #fff;
}

/*	ユーザー一覧
---------------------------------*/
.user-search {
	margin: 0 0 60px;
}
.user-list {
	margin: 0 0 50px;
}
.user-item {
	margin: 0 0 10px;
}
.user-item ul {
	padding: 25px 0 0;
}
.user-item li {
	position: relative;
	margin: 0 1.3% 1.3% 0;
	width: 15.41%;
	max-width: 225px;
}
.user-item li:nth-of-type(6n) {
	margin: 0 0 1.3% 0;
}
.user-item li.status01:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 91px;
	height: 37px;
	background: url(../images/user/icon_ng01.png) no-repeat center center;
	background-size: contain;
}
.user-item li.status02:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 91px;
	height: 37px;
	background: url(../images/user/icon_app01.png) no-repeat center center;
	background-size: contain;
}
.user-item li.status03:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 91px;
	height: 37px;
	background: url(../images/user/icon_rel01.png) no-repeat center center;
	background-size: contain;
}
@media screen and (max-width:1023px) {
.user-item li {
	position: relative;
	margin: 0 2% 2% 0;
	width: 32%;
	max-width: 33%;
}

.user-item li:nth-of-type(3n) {
	margin: 0 0 2% 0;
}
}

/*	ログイン
---------------------------------*/
.login-logo {
	padding: 115px 0 50px;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.login-logo span {
	display: block;
	margin: 0 0 15px;
}
.login-logo small {
	display: block;
}
.login-field {
	margin: auto;
	max-width: 480px;
	background: #fff;
}
.login-field h2 {
	background: #ccc;
	text-align: center;
	line-height: 45px;
}
.login-field-box {
	padding: 20px 40px;
}
.login-field-box dt {
	margin: 0 0 5px;
}
.login-field-box dd {
	margin: 0 0 30px;
}
.login-field-box dd input {
	padding: 15px;
	width: 100%;
	border: 1px solid #ccc;
}

/*	投稿
---------------------------------*/
.post-main {
	width: 67.8%;
	max-width: 990px;
}
.post-main dt {
	padding: 10px 25px;
	background: #ccc;
}
.post-main dd h3 {
	padding: 30px 0;
	background: none;
	font-size: 1.5rem;
}
.post-main dd figure {
	margin: 0 0 45px;
}
.post-main dd p {
	margin: 0 0 10px;
	padding: 20px 25px;
}
.post-status {
	width: 28.76%;
	max-width: 420px;
}
.post-status-inr {
	padding: 25px;
}
.post-status-icon li {
	margin: 0 4% 20px 0;
	width: 24.32%;
	max-width: 90px;
}
.post-status-date {
	margin: 0 0 20px;
}
.post-status-date li {
	margin: 0 0 10px;
}
.post-status-reason {
	padding: 35px 0 0;
}
.post-status-reason h4 {
	margin: 0 0 10px;
}
.post-status-reason textarea {
	margin: 0 0 15px;
	width: 100%;
	height: 270px;
	border: 1px solid #ccc;
}
@media screen and (max-width:1279px) {
.post-main {
	width: 100%;
	max-width: 100%;
}
.post-status {
	width: 100%;
	max-width: 100%;
}
}

/*	パスワード再設定
---------------------------------*/
.user-edit.password li {
	margin: 0 0 30px;
	width: 590px;
}
.user-edit.password li input[type="text"] {
	width: 65%;
}
@media screen and (max-width:767px) {
.user-edit.password li {
	width: 100%;
}
}

/*	データ出力
---------------------------------*/
.user-edit.data .cmn-input-list {
	margin: 0 0 15px;
}
.user-edit.data li {
	margin: 0;
	width: 220px;
}
.user-edit.data li:after {
	padding: 0 0 0 1em;
	content: "〜";
}
.user-edit.data li:last-of-type:after {
	display: none;
}
.user-edit.data li h4 {
	margin: 0 0 10px;
}
.user-edit.password li input[type="text"] {
	width: 165px;
}
@media screen and (max-width:1279px) {
.user-edit.data li {
	margin: 0;
	width: 50%;
}
}
@media screen and (max-width:767px) {
.user-edit.data li:after {
	padding: 0 0 0 0.5em;
	content: "〜";
}
}


/*	種別管理（カラー）
---------------------------------*/
.glove-post.type .cmn-input-list,
.glove-post.label .cmn-input-list,
.glove-post.color .cmn-input-list {
	margin: 0 0 15px;
}
.glove-post.type .cmn-input-list li,
.glove-post.label .cmn-input-list li,
.glove-post.color .cmn-input-list li {
	margin: 0;
	width: 78%
}
.glove-post.type .cmn-input-list li h4,
.glove-post.label .cmn-input-list li h4,
.glove-post.color .cmn-input-list li h4 {
	margin: 0 0 10px;
}
.glove-post.type .cmn-input-list li input[type="text"],
.glove-post.label .cmn-input-list li input[type="text"],
.glove-post.color .cmn-input-list li input[type="text"] {
	width: 100%;
	max-width: 100%;
}

/*	型番管理
---------------------------------*/
.glove-post.model .cmn-input-list {
	margin: 0 0 15px;
}
.glove-post.model .cmn-input-list li {
	margin: 0 4% 0 0;
	width: 48%
}
.glove-post.model .cmn-input-list li:last-of-type {
	margin-right: 0;
}
.glove-post.model .cmn-input-list li h4 {
	margin: 0 0 10px;
}
.glove-post.model .cmn-input-list li .cmn-select-otr {
	text-align: left;
}
.glove-post.model .cmn-input-list li select,
.glove-post.model .cmn-input-list li input[type="text"] {
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	input[type="text"] {
		font-size: 16px;
	}
	textarea {
		font-size: 16px;
	}
}