@charset "UTF-8";

/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

body{
	line-height:1;
	color:#333;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

caption,
th {
    text-align:left;
}

a{
	text-decoration:underline;
	color:#0096d4;
}

a:hover{
	text-decoration:none;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}


/*--------------------------------------------------------------【サンプルコメント】*/
/* サンプルコメント（example）
----------------------------------------------- */

/* ================================================================================ */
/*                                                                                  */
/*      スタイル                                                                    */
/*                                                                                  */
/* ================================================================================ */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body{
	font-size:12px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}


/* clearfix
----------------------------------------------- */

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}



/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */

#contents {
	margin:20px 0;
}


/*--------------------------------------------------------------l-container*/

.l-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 620px;
	padding: 30px 0 30px 0;
}

.l-container__main {
	width: 100%;
	padding: 0 0 20px;
}

.l-container__sub {
	width: 100%;
	padding: 0 0 20px;
}

.l-container--col2 {
	width: 960px;
	flex-wrap: nowrap;
}

.l-container--col2 .l-container__main {
	width: 620px;
}

.l-container--col2 .l-container__sub {
	width: 300px;
}

.l-container--full {
	width: 100%;
}

.l-container--full .l-container__main {
	width: 960px;
	margin: 0 auto;
}

.l-container--bgSilver {
	background: #F5F5F5;
}

	/* l-container
	----------------------------------------------- */

	@media only screen and (max-width:960px) {

		.l-container {
			width: 620px;
		}

		.l-container--col2 {
			width: 620px;
			flex-wrap: wrap;
		}

		.l-container--col2 .l-container__main {
			width: 620px;
		}

		.l-container--col2 .l-container__sub {
			width: 620px;
		}

		.l-container--full {
			width: 768px;
		}

		.l-container--full .l-container__main {
			width: 100%;
		}

	}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.l-container {
			width: 620px;
		}

		.l-container--col2 {
			width: 620px;
			flex-wrap: wrap;
		}

		.l-container--col2 .l-container__main {
			width: 620px;
		}

		.l-container--col2 .l-container__sub {
			width: 620px;
		}

		.l-container--full {
			width: 620px;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.l-container {
			width: 100%;
			padding: 10px;
		}

		.l-container--col2 {
			width: 100%;
			flex-wrap: wrap;
		}

		.l-container--col2 .l-container__main {
			width: 100%;
		}

		.l-container--col2 .l-container__sub {
			width: 100%;
		}

	}



/*--------------------------------------------------------------cmslGrid cmslBlock*/

/* グリッド
----------------------------------------------- */

.cmslGrid {
	display: flex;
	flex-wrap: wrap;
}

.cmslGrid__col {
	width: 100%;
}

.cmslGrid__col--1 { width: 8.33333333333%; }
.cmslGrid__col--2 { width: 16.6666666667%; }
.cmslGrid__col--3 { width: 25%; }
.cmslGrid__col--4 { width: 33.3333333333%; }
.cmslGrid__col--5 { width: 41.6666666667%; }
.cmslGrid__col--6 { width: 50%; }
.cmslGrid__col--7 { width: 58.3333333333%; }
.cmslGrid__col--8 { width: 66.6666666667%; }
.cmslGrid__col--9 { width: 75%; }
.cmslGrid__col--10 { width: 83.3333333333%; }
.cmslGrid__col--11 { width: 91.6666666667%; }
.cmslGrid__col--12 { width: 100%; }

.cmslGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslGrid--separate .cmslGrid__col {
	padding: 0 10px;
}

/* ブロック
----------------------------------------------- */

.cmslBlock {
	display: flex;
	flex-wrap: wrap;
}

.cmslBlock__ {
	width: 100%;
}

.cmslBlock--2 .cmslBlock__ { width: 50%;  }
.cmslBlock--3 .cmslBlock__ { width: 33.3333333333%; }
.cmslBlock--4 .cmslBlock__ { width: 25%; }
.cmslBlock--5 .cmslBlock__ { width: 20%; }
.cmslBlock--6 .cmslBlock__ { width: 16.6666666666%; }

.cmslBlock--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslBlock--separate .cmslBlock__ {
	padding: 0 10px;
}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		/* グリッド
		----------------------------------------------- */

		.cmslGrid {
			display: flex;
			flex-wrap: wrap;
		}

		.cmslGrid__col {
			width: 100%;
		}

		.cmslGrid__col--1 { width: 100%; }
		.cmslGrid__col--2 { width: 100%; }
		.cmslGrid__col--3 { width: 100%; }
		.cmslGrid__col--4 { width: 100%; }
		.cmslGrid__col--5 { width: 100%; }
		.cmslGrid__col--6 { width: 100%; }
		.cmslGrid__col--7 { width: 100%; }
		.cmslGrid__col--8 { width: 100%; }
		.cmslGrid__col--9 { width: 100%; }
		.cmslGrid__col--10 { width: 100%; }
		.cmslGrid__col--11 { width: 100%; }
		.cmslGrid__col--12 { width: 100%; }

		.cmslGrid--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.cmslGrid--separate .cmslGrid__col {
			padding: 0 10px;
		}

		/* ブロック
		----------------------------------------------- */

		.cmslBlock {
			display: flex;
			flex-wrap: wrap;
		}

		.cmslBlock__ {
			width: 100%;
		}

		.cmslBlock--2 .cmslBlock__ { width: 100%;  }
		.cmslBlock--3 .cmslBlock__ { width: 100%; }
		.cmslBlock--4 .cmslBlock__ { width: 100%; }
		.cmslBlock--5 .cmslBlock__ { width: 100%; }
		.cmslBlock--6 .cmslBlock__ { width: 100%; }

		.cmslBlock--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.cmslBlock--separate .cmslBlock__ {
			padding: 0 10px;
		}

	}



/* ================================================================================ */
/*                                                                                  */
/*      モジュール                                                                  */
/*                                                                                  */
/* ================================================================================ */

/*--------------------------------------------------------------cmslPanel*/

/* パネル
----------------------------------------------- */
.cmslPanel {
	margin: 0 0 20px;
	border: 1px solid #DDD;
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background: #FFF;
}

.cmslPanel__title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #DDD;
	height: 42px;
	line-height: 42px;
	position: relative;
	overflow: hidden;
}

.cmslPanel__title__link {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0 0 0 10px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: -1px;
}

.cmslPanel__title__link:hover {
	background: rgba(0,0,0,0.05);
}

.cmslPanel__title__link > i + span {
	margin: 0 0 0 5px;
}

.cmslPanel__title__option {
	float: right;
	font-size: 0;
	text-align: center;
}

.ptoBtn {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	min-width: 42px;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0.6);
	border-left: 1px solid #DDD;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

.ptoBtn:hover {
	background: rgba(0,0,0,0.05);
}

.cmslPanel__body {
	padding: 20px;
	border-bottom: 1px solid #DDD;
}

.cmslPanel__body > :first-child {
	margin-top: 0;
}

.cmslPanel__body > :last-child {
	margin-bottom: 0;
}

.cmn-onlySp {
	display: none;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.cmslPanel__body--toggleSpClose {
			display: none;
		}

		.cmslPanel__body {
			padding: 15px;
		}

		.cmn-onlySp {
			display: block;
		}

	}

.cmslPanel__body--toggleOpen {
	display: block;
}


/*--------------------------------------------------------------cmn-alerts*/

.cmn-alerts {
	margin: 0 0 15px;
	padding: 12px 24px 12px 12px;
	line-height: 1.4;
	background: #F5F5F5;
	color: #666;
	border-radius: 2px;
	position: relative;
}

.cmn-alerts > .fa {
	margin: 0 4px 0 0;
}

.cmn-alerts strong {
	display: inline-block;
	margin: 0 2px;
}

.cmn-alerts a {
	display: inline-block;
	margin: 0 2px;
	color: #333;
}

a.cmn-alerts__more {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #333;
	margin: 0;
}

a.cmn-alerts__more > .fa {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.cmn-alerts--success {
	background: #37BC9B;
	background: rgba(55,188,155,0.2);
	border: 1px solid rgba(55,188,155,0.1);
	color: #2EA789;
}

.cmn-alerts--success a,
.cmn-alerts--success .fa {
	color: #2EA789;
}

.cmn-alerts--info {
	background: #5D9CEC;
	background: rgba(93,156,236,0.2);
	border: 1px solid rgba(93,156,236,0.1);
	color: #4A89DC;
}

.cmn-alerts--info a,
.cmn-alerts--info .fa {
	color: #4A89DC;
}

.cmn-alerts--warning {
	background: #FFCE54;
	background: rgba(255,206,84,0.2);
	border: 1px solid rgba(255,206,84,0.1);
	color: #E9573F;
}

.cmn-alerts--warning a,
.cmn-alerts--warning .fa {
	color: #E9573F;
}

.cmn-alerts--danger {
	background: #ED5565;
	background: rgba(237,85,101,0.2);
	border: 1px solid rgba(237,85,101,0.1);
	color: #DA4453;
}

.cmn-alerts--danger a,
.cmn-alerts--danger .fa {
	color: #DA4453;
}



/*--------------------------------------------------------------cmn-contents*/

.cmn-contents {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
	padding: 20px;
	margin: auto;
	color: #666;
}

.cmn-contents__ {
}

.cmn-contents__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	margin: 20px 0;
	color: #666;
}

.cmn-contents__title--lv2 {
	font-size: 14px;
}

.cmn-contents__body {}

.cmn-contents__body p {
	line-height: 1.4em;
	font-size: 12px;
	margin: 0.6em 0;
}

.cmn-contents.cmn-contents--message {
	display: block;
	margin: 0 0 20px 0;
}

.cmn-contents.cmn-contents--error {
	display: block;
	margin: 0 0 20px 0;
	color: red;
	border-color: red;
}



/*----------------------------------------------------------------cmn-pageTitle*/

.cmn-pageTitle {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.4;
}

.cmn-pageTitle--lv1 {}

.cmn-pageTitle--lv2 {
	margin: 20px 0;
	font-size: 16px;
}

.cmn-pageTitle--lv3 {
	margin: 20px 0;
	font-size: 16px;
}

	/* cmn-pageTitle
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.cmn-pageTitle--lv1 {
			font-size: 16px;
			margin: 20px 0 15px;
		}

		.cmn-pageTitle--lv2 {
			font-size: 14px;
			margin: 20px 0 15px;
		}

		.cmn-pageTitle--lv3 {
			font-size: 14px;
			margin: 20px 0 15px;
		}

	}



/*----------------------------------------------------------------cmn-pageLinkList*/

.cmn-pageLinkList {
	margin: 0 0 20px;
}

.cmn-pageLinkList__item {}

.cmn-pageLinkList__item:not(:last-child) {
	border-bottom: 1px solid #DDD;
}

.cmn-pageLinkList__item a {
	display: block;
	position: relative;
	padding: 1em;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cmn-pageLinkList__item a:hover {
	opacity: 0.7;
}

.cmn-pageLinkList__item__arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.cmn-pageLinkList__item__arrow .fa {
	font-size: 18px;
}

.cmn-pageLinkList--bg .cmn-pageLinkList__item a {
	background: #F5F5F5;
}

.cmn-pageLinkList--mini .cmn-pageLinkList__item a {
	padding: 1em 0;
}

.cmn-pageLinkList--mini .cmn-pageLinkList__item__arrow {
	right: 0;
}

.cmn-pageLinkList--mini .cmn-pageLinkList__item__arrow .fa {
	font-size: 14px;
}

	/* cmn-pageLinkList
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*----------------------------------------------------------------cmn-bcl*/

.cmn-bcl {
	margin: 0 0 20px;
}

.cmn-bcl__ {
	font-size: 10px;
	line-height: 1;
}

.cmn-bcl__item {
	display: inline-block;
	margin: 0 1em 0 0;
}

.cmn-bcl__item .fa {
	margin: 0 1em 0 0;
}

.cmn-bcl__item a {
	text-decoration: none;
	color: #333;
}

.cmn-bcl__item a > span {}

	/* cmn-bcl
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------cmn-simpleForm*/

.cmn-simpleForm {
	background: #F5F5F5;
	border-radius: 2px;
	padding: 20px;
	margin: 0 0 20px;
	font-size: 12px;
}

.cmn-simpleForm__list {
	margin: 0 0 10px;
}

.cmn-simpleForm p {
	line-height: 1.4em;
	font-size: 12px;
}

.cmn-simpleForm__list dt {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}

.cmn-simpleForm__list dd {
	padding: 5px 0;
}

.cmn-simpleForm__list dd > input[type="password"],
.cmn-simpleForm__list dd > input[type="text"] {
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
	padding: 0 10px;
	height: 30px;
	font-size: 12px;
}

.cmn-simpleForm__list .validate {
}

.cmn-simpleForm__list dd.validate > input[type="password"],
.cmn-simpleForm__list dd.validate > input[type="text"] {
	border: 1px solid red;
}

.cmn-simpleForm__list .validateMessage {
	color: red;
	line-height: 1.4em;
	padding: 5px 0 0;
}

.cmn-simpleFormBtn {
	padding: 5px 0;
}

.cmn-simpleFormBtn > input[type="submit"] {
	font-size: 12px;
	display: inline-block;
	background: #333;
	color: #FFF;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 0 1.6em;
	margin: 10px 3px;
	height: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cmn-simpleFormBtn > input[type="submit"]:hover {
	opacity: 0.7;
}

.cmn-simpleFormBtn > input[type="submit"].cmn-simpleFormBtn__login {
	font-size: 14px;
	margin: 10px 0;
	height: auto;
	padding: 1em;
	width: 100%;
	display: block;
}

.cmn-simpleFormBtn--center {
	text-align: center;
}

.cmn-simpleForm__error {
	color: red;
}

.cmn-simpleFormError {
	color: red;
	text-align: center;
}



/*--------------------------------------------------------------commonTable*/

/* 表組み
----------------------------------------------- */
.commonTable {
	width: 100%;
	font-size: 12px;
	margin: 20px 0;
	background: #FFF;
	color: #444;
}

.commonTable thead th {
	background: #333;
	color: #FFF;
	text-align: center;
}

.commonTable thead td {}

.commonTable tbody th,
.commonTable th {
	border: 1px solid #DDD;
	padding: 15px;
	text-align: left;
	background: rgba(0,0,0,0.05);
	line-height: 1.3em
}

.commonTable tbody td,
.commonTable td {
	border: 1px solid #DDD;
	padding: 15px;
	line-height: 1.3em
}

.commonTable--fixed {
	table-layout: fixed;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.commonTable {
			margin: 15px 0;
			box-shadow: 1px 1px rgba(0,0,0,0.1), -1px -1px rgba(0,0,0,0.1);
		}

		.commonTable tbody th,
		.commonTable th {
			padding: 10px;
			font-size: 11px;
		}

		.commonTable tbody td,
		.commonTable td {
			padding: 10px;
			font-size: 11px;
		}

	}



/*----------------------------------------------------------------commonForm*/

/* 汎用フォーム
----------------------------------------------- */

.commonForm {
	margin: 20px 0;
	font-size: 12px;
}

	.commonForm--toggle {
		display: none;
	}

.commonForm__ {
}

.commonForm__tbl {
	width: 100%;
	background: #FFF;
	border-top: 1px solid #DDD;
}

.commonForm__tbl caption {
	text-align: left;
	font-size: 10px;
	padding: 5px 0;
	background: transparent;
	color: rgba(0,0,0,0.6);
	width: 100%;
}

.commonForm__tbl td,
.commonForm__tbl th {
	border-bottom: 1px solid #DDD;
}

.commonForm__tbl th {
	vertical-align: middle;
	background: #F5F5F5;
	padding: 10px;
	font-weight: normal;
}

.commonForm__tbl td {
	padding: 5px 10px 5px 8px;
}

.commonForm__tbl td p {
	margin: 5px 2px;
	line-height: 1.6em;
}

.commonForm__tbl td img {
	max-width: 100%;
	height: auto;
}

.commonForm__tbl td.validate {
	border-left: 2px solid #DA4453;
}

	.validateMessage {
		display: block;
		color: #DA4453;
		margin: 5px 0;
		line-height: 1.3em;
	}

.commonForm__tbl td label {
	white-space: nowrap;
	display: inline-block;
	line-height: 30px;
	margin: 0 5px 0 0;
}

.commonForm__tbl td label input[type="radio"],
.commonForm__tbl td label input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.commonForm input[type="password"],
.commonForm input[type="text"] {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 0 0.5em;
	margin: 5px 2px;
	max-width: 400px;
}

.commonForm textarea {
	font-size: inherit;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 0.5em;
	margin: 5px 2px;
	width: 99%;
	max-width: 100%;
}

.commonForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url(../img/select_.png) no-repeat right;
	background-size: 16px auto;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 0 1em 0 0.2em;
	margin: 5px 2px;
}

.commonForm select::-ms-expand {
	display: none;
}

.commonForm input[type="file"] {
	display: block;
	margin: 5px 2px;
}

.commonForm select,
.commonForm input[type="password"],
.commonForm input[type="text"] {
	height: 30px;
	vertical-align: middle;
}

.commonForm textarea,
.commonForm select,
.commonForm input[type="password"],
.commonForm input[type="text"] {
	transition: 0.2s;
}

.commonForm textarea:hover,
.commonForm select:hover,
.commonForm input[type="password"]:hover,
.commonForm input[type="text"]:hover {
	border-color: #777;
}

.commonForm textarea:focus,
.commonForm select:focus,
.commonForm input[type="password"]:focus,
.commonForm input[type="text"]:focus {
	border-color: #4A89DC;
}

.commonForm textarea:disabled,
.commonForm select:disabled,
.commonForm input[type="password"]:disabled,
.commonForm input[type="text"]:disabled {
	border-color: #CCC;
	background-color: #F5F5F5;
}

.commonForm__tbl__requisite {
	display: inline-block;
	background: #FFF;
	color: #ED5565;
	font-weight: normal;
	font-size: 12px;
	vertical-align: top;
	margin: 0 0 0 5px;
	padding: 0 4px;
	border-radius: 2px;
}

.commonForm__tbl__hint {
	color: #999;
	margin: 5px 0;
	line-height: 1.3em;
}

.commonForm__tbl__hint--inline {
	display: inline-block;
	margin: 0 5px;
}

.commonForm__tbl__btn {
	font-size: 12px;
	display: inline-block;
	background: #FFF;
	padding: 0 1em;
	border: 1px solid #CCC;
	border-radius: 2px;
	cursor: pointer;
	height: 30px;
	vertical-align: middle;
}

.commonForm__tbl__btn:hover {
	background: #EEE;
}

.commonForm__action {
	background: #F5F5F5;
	margin: 20px 0;
	padding: 15px 10px;
	text-align: center;
}

.commonForm__action--left {
	text-align: left;
}

.commonForm__action--right {
	text-align: right;
}

.commonForm__action button,
.commonForm__action input[type="button"],
.commonForm__action input[type="submit"] {
	font-size: 12px;
	display: inline-block;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 0 1.6em;
	margin: 10px 3px;
	height: 30px;
	cursor: pointer;
}

.commonForm__action button:hover,
.commonForm__action input[type="button"]:hover,
.commonForm__action input[type="submit"]:hover {
	background: #EEE;
}

.commonForm__action__notice {
	display: block;
	line-height: 1.3em;
}

.commonForm__tbl--left {
	text-align: left;
}

.commonForm__tbl--check {
	/* 確認画面 */
}

.commonForm__tbl--check td {
	padding: 10px;
}

.labelAdjust {
	/* labelの並びを調整する */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.commonForm__tbl td .labelAdjust--col1 label,
.labelAdjust--col1 label {
	width: 100%;
	margin: 0;
}

.commonForm__tbl td .labelAdjust--col2 label,
.labelAdjust--col2 label {
	width: 50%;
	margin: 0;
}

.commonForm__tbl td .labelAdjust--col3 label,
.labelAdjust--col3 label {
	width: 33.3%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.commonForm__tbl td .labelAdjust--col4 label,
.labelAdjust--col4 label {
	width: 25%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.commonForm__tbl td .labelAdjust--col5 label,
.labelAdjust--col5 label {
	width: 20%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

	/* commonForm
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		/* table(responsive)
		----------------------------------------------- */

		.commonForm__tbl--responsive caption,
		.commonForm__tbl--responsive td,
		.commonForm__tbl--responsive th,
		.commonForm__tbl--responsive tr,
		.commonForm__tbl--responsive tbody,
		.commonForm__tbl--responsive {
			display: block;
			width: 100% !important;
		}

		.commonForm__tbl--responsive caption {
			margin: 0 0 10px;
		}

		.commonForm__tbl--responsive th {
			text-align: left;
			padding: 8px 5px;
			font-weight: bold;
		}

		.commonForm__tbl--responsive td {
			padding: 5px 10px 10px 5px;
		}

		.commonForm__tbl--responsive td,
		.commonForm__tbl--responsive th {
			border-bottom: none;
		}

		.commonForm__tbl--responsive input[type="password"],
		.commonForm__tbl--responsive input[type="text"] {
			width: 100%;
		}

		.commonForm__tbl--responsive input[type="text"][size="3"],
		.commonForm__tbl--responsive input[type="text"][size="4"] {
			width: auto;
		}

		.commonForm__tbl--responsive textarea {
			width: 100%;
		}

		.commonForm__tbl {
			border-top: none;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*----------------------------------------------------------------embedFormAction*/

.embedFormActionWrap {
	padding: 20px 0;
	margin: 20px 0;
	background: #EEE;
	border-radius: 2px;
}

.embedFormAction {
}

.embedFormAction__set {}

.embedFormAction__set + .embedFormAction__set {
	margin: 20px 0 0;
}

.embedFormAction__set__btn {
	position: relative;
	font-size: 14px;
	display: block;
	background: #333;
	color: #FFF;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 1em;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.embedFormAction__set__btn:hover {
	opacity: 0.7;
}

.embedFormAction__set__btn > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.embedFormAction__set__btn > span > .fa {}

.embedFormAction__set__btn--next {
	background: #333;
	color: #FFF;
	border: 1px solid #333;
}

.embedFormAction__set__btn--back {
	background: #FFF;
	color: #666;
	border: 1px solid #666;
	padding: 0.4em;
	font-size: 12px;
}

.embedFormAction__set__btn--w100 {
	max-width: 100%;
}

.embedFormAction__set__btn--next > span {
	right: 10px;
}

.embedFormAction__set__btn--back > span {
	left: 10px;
}

.embedFormAction__text {
	text-align: center;
	padding: 10px;
}

.embedFormAction__text p {
	line-height: 1.4;
}

.embedFormAction__set__btn--mini {
	padding: 0.6em 0;
	font-size: 12px;
}

.embedFormAction--horizontal {
	display: flex;
}

.embedFormAction--horizontal .embedFormAction__set {
	width: 50%;
}

.embedFormAction--horizontal .embedFormAction__set + .embedFormAction__set {
	margin: 0 0 0 5px;
}

	/* embedFormAction
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------cmslPagination*/

.cmslPagination {
	margin: 20px 0;
	text-align: center;
}

.cmslPagination__info {
	margin: 0 0 10px;
}

.cmslPagination__list {
	position: relative;
	height: 40px;
}

.cmslPagination__list ul {
	font-size: 0;
	white-space: nowrap;
}

.cmslPagination__list ul li {
	display: inline-block;
	font-size: 12px;
}

.cmslPagination__list ul li.focus span,
.cmslPagination__list ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #CCC;
	margin: 0 5px 0 0;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
}

.cmslPagination__list ul li a {
	color: #666;
}

.cmslPagination__list ul li a:hover {
	color: #000;
}

.cmslPagination__list ul li.back_full {}

.cmslPagination__list ul li.back {
}

.cmslPagination__list ul li.page {}

.cmslPagination__list ul li.next {}

.cmslPagination__list ul li.next_full {}

.cmslPagination__list ul li.focus span {
	background: #333;
	color: #FFF;
}

	/* cmslPagination
	----------------------------------------------- */

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.cmslPagination__list {
			height: 70px;
		}

		.cmslPagination__list ul li.next_full a,
		.cmslPagination__list ul li.next a,
		.cmslPagination__list ul li.back_full a,
		.cmslPagination__list ul li.back a {
			width: 80px;
			height: 30px;
			line-height: 30px;
			text-decoration: none;
			margin: 0;
		}

		.cmslPagination__list ul li.page {
			display: none;
		}

		.cmslPagination__list ul li.back_full {
			position: absolute;
			left: 0;
			bottom: 0;
		}

		.cmslPagination__list ul li.back {
			position: absolute;
			left: 0;
		}

		.cmslPagination__list ul li.next {
			position: absolute;
			right: 0;
		}

		.cmslPagination__list ul li.next_full {
			position: absolute;
			right: 0;
			bottom: 0;
		}

		.cmslPagination__list ul li.focus {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
		}

		.cmslPagination__list ul li.focus span {
			border: none;
			margin: 0;
		}

	}



/*--------------------------------------------------------------ソート表示*/

.commonSort {
	margin: 0 0 20px;
	line-height: 1.4em;
	font-size: 0;
}

.commonSort dt {
	font-weight: bold;
	padding: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}

.commonSort dd {
	display:inline-block;
	padding: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.4em;
}

.commonSort dd + dd {
	display:inline-block;
	padding: 0 10px;
	border-left: 1px solid #000;
}

.commonSort dd + dt,
.commonSort dt + dt {
	margin-top: 10px;
}

.commonSort dd a {
	display: inline-block;
	padding: 0 8px;
	line-height: 22px;
}

.commonSort dd.commonSort__dd--active a {
	pointer-events: none;
	text-decoration: none;
	color: #FFF;
	background-color: #CCC;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.commonSort {
			line-height: 1.2em;
		}

		.commonSort dt {
			padding: 0 5px 0 0;
			font-size: 10px;
			line-height: 1.2em;
		}

		.commonSort dd {
			padding: 0 5px 0 0;
			font-size: 10px;
			line-height: 1.2em;
		}

		.commonSort dd a {
			display: inline-block;
			padding: 0 5px;
			line-height: 18px;
		}

		.commonSort dd + dd {
			padding: 0 5px;
		}

	}



/*--------------------------------------------------------------globalHeader*/

.globalHeader {
	border-bottom: 1px solid #DDD;
}

.globalHeader__ {
	height: 70px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.globalHeader__logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.globalHeader__logo > a {
	display: block;
}

.globalHeader__logo > a > img {
	display: block;
	max-height: 40px;
	width: auto;
}

.globalHeader__logo > a:hover {
}

.globalHeader__link {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}

.globalHeader__link__list {
	overflow: hidden;
}

.globalHeader__link__list__item {
	float: left;
	margin: 0 0 0 10px;
}

.globalHeader__link__list__item > a {
	display: block;
	background: #EEE;
	border-radius: 2px;
	font-size: 12px;
	padding: 0 1.4em;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
}

.globalHeader__link__list__item > a:hover {
	opacity: 0.7;
}

.globalHeader__link__list__item--register > a {
	background: transparent;
}

.globalHeader__link__list__item--login > a {
	background: #333;
	color: #FFF;
}

	/* globalHeader
	----------------------------------------------- */

	@media only screen and (max-width:960px) {

		.globalHeader__ {
			width: 100%;
		}

		.globalHeader__logo {
			left: 10px;
		}

	}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {
	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.globalHeader__ {
			width: 100%;
			height: 60px;
		}

		.globalHeader__logo {
			left: 45px;
		}

		.globalHeader__logo > a {
			margin: 0 0 0 10px;
		}

		.globalHeader__logo > a > img {
			max-width: 130px;
			height: auto;
		}

	}

	/* smartphone縦(portrait) */
	@media only screen and (max-width:360px) {

		.globalHeader__ {
			height: 50px;
		}

		.globalHeader__logo > a {
			margin: 0;
		}

		.globalHeader__logo > a > img {
			max-width: 120px;
			height: auto;
		}

	}



/*----------------------------------------------------------------スマホ　トグルメニュー*/

/* 左メニュー
----------------------------------------------- */
.globalHeader__offset {
}

.globalHeader__offset__body {
	position: fixed;
	top: 0;
	left: -100vw;
	z-index: 100;
	width: 256px;
	height: 100%;
	padding-top: 70px;
	-webkit-transition: 0.5s transform;
		transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
		transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background: rgba(0,0,0,0.7);
	overflow-y: auto;
}

.globalHeader__offset__body ul {}

.globalHeader__offset__body li {}

.globalHeader__offset__body li a {
	display: block;
	font-size: 14px;
	padding: 1em 20px;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#globalHeader__offset__switch {
	display: none;
	opacity: 0;
}

#globalHeader__offset__switch:checked ~ .globalHeader__offset__body {
	-webkit-transition: 0.5s transform;
			transition: 0.5s transform;
	-webkit-transform: translateX(100vw);
			transform: translateX(100vw);
}

#globalHeader__offset__switch ~ label {
	display: none;
	cursor: pointer;
	text-align: center;
	background: #EEE;
	color: #333;
	position: absolute;
	top: 18px;
	left: 10px;
	width: 34px;
	height: 34px;
	border-radius: 2px;
	z-index:1000;
}

#globalHeader__offset__switch ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 18px;
	line-height: 34px;
}

#globalHeader__offset__switch:checked ~ label {
	display: block;
	position: fixed;
}

#globalHeader__offset__switch:checked ~ label::before {
	content: '\f00d';
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		/* 左メニュー
		----------------------------------------------- */
		.globalHeader__offset__body {
			padding-top: 60px;
		}

		#globalHeader__offset__switch ~ label {
			display: block;
			top: 13px;
		}

	}

	/* smartphone縦(portrait) */
	@media only screen and (max-width:360px) {

		#globalHeader__offset__switch ~ label {
			top: 8px;
			left: 5px;
		}

		#globalHeader__offset__switch ~ label::before {
		}

	}



/*--------------------------------------------------------------globalMyMenuList*/

.globalMyMenuList {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}

.globalMyMenuList__item {
	width: 66px;
	box-sizing: border-box;
}

.globalMyMenuList__item > a {
	display: block;
	border-left: 1px solid #DDD;
	text-decoration: none;
	padding: 3px 5px;
}

.globalMyMenuList__item > a:hover {
	opacity: 0.7;
}

.globalMyMenuList__item__icon {
	position: relative;
	display: block;
	height: 23px;
	width: 23px;
	text-align: center;
	margin: 0 auto;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.globalMyMenuList__item__icon .fa {
	line-height: 23px;
	font-size: 18px;
	color: #333;
}

.globalMyMenuList__item__icon__cnt {
	position: absolute;
	top: 0;
	right: -15px;
	background: rgba(255,0,0,0.8);
	color: #FFF;
	font-size: 10px;
	border-radius: 50%;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-family: sans-serif;
	letter-spacing: -1px;
}

.globalMyMenuList__item__name {
	display: table;
	width: 100%;
}

.globalMyMenuList__item__name > span {
	display: table-cell;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.globalMyMenuList__item__icon--message {
/* 	background-image: url(../img/sp/mymenulist_message.png); */
}

.qjMyMenuList__item__icon--cart {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.globalMyMenuList__item {
			width: 58px;
		}

		.globalMyMenuList__item > a {
			padding: 3px 0;
		}

		.globalMyMenuList__item__icon {
			height: 20px;
			width: 20px;
		}

		.globalMyMenuList__item__icon .fa {
			line-height: 20px;
		}

	}

	/* smartphone縦(portrait) */
	@media only screen and (max-width:360px) {

		.globalMyMenuList__item {
			width: 48px;
		}

		.globalMyMenuList__item > a {
			padding: 15px 0;
		}

		.globalMyMenuList__item__name > span {
			display: none;
		}

		.globalMyMenuList__item__icon__cnt {
			top: -10px;
			right: -10px;
		}

	}



/*--------------------------------------------------------------embedHorizontalLinks*/

.embedHorizontalLinks {
	border-top: 1px solid #DDD;
}

.embedHorizontalLinks__ {
	width: 960px;
	margin: 0 auto;
}

.embedHorizontalLinks__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: flex-start;
}

.embedHorizontalLinks__list > li {}

.embedHorizontalLinks__list > li > a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 14px;
	padding: 1.4em 1em;
	color: #666;
}

.embedHorizontalLinks__list > li > a:hover {}

	/* embedHorizontalLinks
	----------------------------------------------- */

	@media only screen and (max-width:960px) {

		.embedHorizontalLinks__ {
			width: 100%;
			overflow-y: hidden;
			overflow-x: scroll;
			-webkit-overflow-scrolling: touch;
		}

		.embedHorizontalLinks__list {
			flex-wrap: nowrap;
			justify-content: flex-start;
		}

	}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.embedHorizontalLinks__ {
			width: 100%;
			overflow-y: hidden;
			overflow-x: scroll;
			-webkit-overflow-scrolling: touch;
		}

		.embedHorizontalLinks__list {
			flex-wrap: nowrap;
			justify-content: flex-start;
		}


	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.embedHorizontalLinks__ {
			width: 100%;
			overflow-y: hidden;
			overflow-x: scroll;
			-webkit-overflow-scrolling: touch;
		}

		.embedHorizontalLinks__list {
			flex-wrap: nowrap;
			justify-content: flex-start;
		}

		.embedHorizontalLinks__list > li > a {
			font-size: 12px;
		}

	}



/*--------------------------------------------------------------フッターデザイン*/

#foot {
	margin: 0;
	padding: 30px 0 20px;
}

#foot #pagetop{
	position: fixed;
	right: 15px;
	bottom: 30px;
}

#foot #pagetop a {
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.8);
	box-shadow: 2px 2px rgba(0,0,0,0.1);
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

#foot #pagetop a:hover {
	opacity: 0.7;
}

#foot #pagetop a .fa {
	line-height: 30px;
}

#foot .foot_inline {
	margin: 0 auto;
	max-width: 960px;
}

#foot .foot_inline .foot_menu {
}

#foot .foot_inline .foot_menu li {
	display: inline-block;
	padding-left: 10px;
	margin: 0 10px 10px 0;
	background: url(../img/style/list_icon.gif) no-repeat left 5px;
}

#foot .foot_inline .foot_menu li a {
	text-decoration: underline;
	color: #666;
}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {
		
		#foot {
			padding: 20px;
		}

	}



/*--------------------------------------------------------------ソーシャルログイン*/

.socialLoginBtn {
	max-width: 310px;
}

.socialLoginBtn + .socialLoginBtn {
	margin: 10px 0 0;
}

.socialLoginBtn a {
	display: flex;
	text-decoration: none;
	color: #FFF;
	border-radius: 2px;
	background: #999;
}

.socialLoginBtn a:hover {
	opacity: 0.8;
}

.socialLoginBtn a .fa {
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}

.socialLoginBtn a .fa:before {
	font-size: 24px;
}

.socialLoginBtn__icon {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-size: cover;
}

.socialLoginBtn__icon--tw {
	/*
		http://fa2png.io/
	*/
	background-image: url(../img/style/font-awesome_4-7-0_twitter_30_30_ffffff_none.png);
}

.socialLoginBtn__icon--fb {
	/*
		http://fa2png.io/
	*/
	background-image: url(../img/style/font-awesome_4-7-0_facebook_30_30_ffffff_none.png);
}

.socialLoginBtn__icon--gl {
	/*
		http://fa2png.io/
	*/
	background-image: url(../img/style/font-awesome_4-7-0_google-plus_30_30_ffffff_none.png);
}

.socialLoginBtn__text {
	flex-grow: 2;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 1em;
	border-left: 1px solid rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.05);
}

.socialLoginBtn--tw a {
	background: #55acee;
}

.socialLoginBtn--fb a {
	background: #315096;
}

.socialLoginBtn--gl a {
	background: #DC4E41;
}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.socialLoginBtn {
			max-width: none;
			margin-top: 20px;
		}

	}



/*----------------------------------------------------------------newsList*/

.newsListing {
	margin: 0 0 30px;
}

.newsListing__list {
	margin: 0 0 20px;
	border-top: 1px solid #DDD;
}

.newsListing__list li {
	font-size: 12px;
	line-height: 1.4;
	padding: 1em;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
}

.newsListing__list li > span {
	float: left;
}

.newsListing__list li > p {
	margin: 0 0 0 90px;
	color: #666;
}

.newsListing__list li > p > a {
	color: #333;
}

.newsListing__list li > p > a:hover {
}

.newsListing__more {
	text-align: right;
	padding: 0px 10px;
}

.newsListing__more a {
	background: #EEE;
	color: #333;
}

	/* newsListing
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------トップスライダー*/

/* トップスライダー用 slickのカスタム含む
----------------------------------------------- */

.topSlider {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.topSlider__image-list {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.topSlider__image-list__item {
	width: 80%;
}

.topSlider__image-list__item img{
	height: auto;
	width: 100%;
}

	@media only screen and (max-width:640px) {}


.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-list {
	overflow: visible !important;
}

	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------ゴッドユーザーデザイン*/

#super_user{
	width:980px;
	margin:0 auto;
}

#super_user a{
	display:block;
	width:150px;
	padding:5px;
	margin:0 0 0 auto;
	text-align:center;
	width:100px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#555;
}

#super_user a:hover{
	background-color:#333;
}

	@media only screen and (max-width:960px) {

		#super_user {
			width: 100%;
		}

	}



/* ================================================================================ */
/*                                                                                  */
/*      モジュール (EC)                                                             */
/*                                                                                  */
/* ================================================================================ */

/*--------------------------------------------------------------productGrid*/

/* グリッド(商品ページ)
----------------------------------------------- */

.productGrid {
	display: flex;
	flex-wrap: wrap;
}

.productGrid__col {
	width: 100%;
}

.productGrid__col--1 { width: 8.33333333333%; }
.productGrid__col--2 { width: 16.6666666667%; }
.productGrid__col--3 { width: 25%; }
.productGrid__col--4 { width: 33.3333333333%; }
.productGrid__col--5 { width: 41.6666666667%; }
.productGrid__col--6 { width: 50%; }
.productGrid__col--7 { width: 58.3333333333%; }
.productGrid__col--8 { width: 66.6666666667%; }
.productGrid__col--9 { width: 75%; }
.productGrid__col--10 { width: 83.3333333333%; }
.productGrid__col--11 { width: 91.6666666667%; }
.productGrid__col--12 { width: 100%; }

.productGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.productGrid--separate .productGrid__col {
	padding: 0 10px;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.productGrid {
			display: flex;
			flex-wrap: wrap;
		}

		.productGrid__col {
			width: 100%;
		}

		.productGrid__col--1 { width: 100%; }
		.productGrid__col--2 { width: 100%; }
		.productGrid__col--3 { width: 100%; }
		.productGrid__col--4 { width: 100%; }
		.productGrid__col--5 { width: 100%; }
		.productGrid__col--6 { width: 100%; }
		.productGrid__col--7 { width: 100%; }
		.productGrid__col--8 { width: 100%; }
		.productGrid__col--9 { width: 100%; }
		.productGrid__col--10 { width: 100%; }
		.productGrid__col--11 { width: 100%; }
		.productGrid__col--12 { width: 100%; }

		.productGrid--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.productGrid--separate .productGrid__col {
			padding: 0 10px;
		}

	}



/*--------------------------------------------------------------ecFlow*/

.ecFlow {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 20px;
}

.ecFlow__step {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 12px 0;
	font-size: 12px;
	text-align: center;
	background: #DDD;
	color: #333;
	border-right: 3px solid #FFF;
}

.ecFlow__step:last-child {
	border: none;
}

.ecFlow__step:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -23px;
	margin-top: -6px;
	border-width: 6px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	content: "";
	z-index: 2;
}

.ecFlow__step:not(:first-child)::before {
	position: absolute;
	top: 50%;
	left: -4px;
	margin-top: -6px;
	border-width: 6px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #DDD;
	content: "";
	z-index: 2;
}

.ecFlow__step span {
	display: block;
	line-height: 1.4;
}

.ecFlow__step--current {
	background: #333;
	color: #FFF;
}

.ecFlow__step--current + .ecFlow__step::before {
	border-color: transparent transparent transparent #333;
}

.ecFlow__step--pass {
	background: #EEE;
	color: #666;
}

.ecFlow__step--pass + .ecFlow__step::before {
	border-color: transparent transparent transparent #EEE;
}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.ecFlow__step {
			font-size: 10px;
			padding: 6px 0;
		}

	}



/*----------------------------------------------------------------productList*/

.productList {
	display: flex;
	flex-wrap: wrap;
}

.productList__ {
	width: 100%;
}

.productList--2 .productList__ { width: 50%;  }
.productList--3 .productList__ { width: 33.3333333333%; }
.productList--4 .productList__ { width: 25%; }
.productList--5 .productList__ { width: 20%; }
.productList--6 .productList__ { width: 16.6666666666%; }

.productList--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.productList--separate .productList__ {
	padding: 0 10px;
}

	/* productList
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.productList--2 .productList__ { width: 50%;  }
		.productList--3 .productList__ { width: 33.3333333333%; }
		.productList--4 .productList__ { width: 25%; }
		.productList--5 .productList__ { width: 25%; }
		.productList--6 .productList__ { width: 25%; }

		.productList--separate {
			margin-left: -5px;
			margin-right: -5px;
		}

		.productList--separate .productList__ {
			padding: 0 5px;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.productList--2 .productList__ { width: 50%;  }
		.productList--3 .productList__ { width: 33.3333333333%; }
		.productList--4 .productList__ { width: 33.3333333333%; }
		.productList--5 .productList__ { width: 33.3333333333%; }
		.productList--6 .productList__ { width: 33.3333333333%; }

		.productList--separate {
			margin-left: -5px;
			margin-right: -5px;
		}

		.productList--separate .productList__ {
			padding: 0 5px;
		}

	}



/*----------------------------------------------------------------productCard*/

.productCard {
	font-size: 14px;
	margin: 0 0 20px;
}

.productCard__ {}

.productCard__thumb {}

.productCard__thumb a {
	display: block;
}

.productCard__thumb a:hover {
	opacity: 0.7;
}

.productCard__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.productCard__body {
	padding: 10px 0 0;
}

.productCard__body__title {
	line-height: 1.4;
	max-height: 4.2em;
	overflow: hidden;
	margin: 0 0 10px;
}

.productCard__body__title a {
	color: #333;
	text-decoration: none;
}

.productCard__body__title a:hover {
	opacity: 0.7;
}

.productCard__body__price {
	font-size: 12px;
	margin: 0 0 10px;
}

.productCard__body__price__through {
	text-decoration: line-through;
}

.productCard__body__price__normal {
	font-weight: bold;
}

.productCard__body__span {
	font-size: 12px;
	margin: 0 0 10px;
}

	/* productCard
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------productDetail*/

.productDetailWrap {
}

.productDetail {
}

.productDetail__title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	margin: 15px 0;
}

.productDetail__title--lv1 {
	margin-top: 0;
}

.productDetail__title--lv2 {
	font-size: 14px;
	border-top: 1px solid #CCC;
	padding: 15px 0 0;
}

.productDetail__body {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 20px;
}

.productDetail__body p {
	font-size: 14px;
	line-height: 1.4;
}

	/* productDetail
	----------------------------------------------- */

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------productImage*/

.productImage {
	margin: 0 0 30px;
}

.productImage__thumb {
	border: 1px solid #DDD;
	margin: 0 0 10px;
	padding: 10px;
}

.productImage__thumb a {}

.productImage__thumb a:hover {
	opacity: 0.7;
}

.productImage__thumb a img {
	display: block;
	width: 100%;
	height: auto;
}

.productImage__other {
	overflow: hidden;
}

.productImage__other__list {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -5px;
}

.productImage__other__list__item {
	width: 20%;
	padding: 0 5px;
}

.productImage__other__list__item a {
	display: block;
}

.productImage__other__list__item a:hover {
	opacity: 0.7;
}

.productImage__other__list__item a img {
	display: block;
	width: 100%;
	height: auto;
}

	/* productImage
	----------------------------------------------- */

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------productDataTable*/

.productDataTable {}

.productDataTable__ {
	font-size: 12px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	width: 100%;
}

.productDataTable__ thead {}

.productDataTable__ thead th {
	border-bottom: 1px solid #DDD;
}

.productDataTable__ tbody {}

.productDataTable__ td {
	padding: 10px 0;
	text-align: center;
}

.productDataTable__ th {
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
}

.productDataTable__ th:not(:first-child),
.productDataTable__ td:not(:first-child) {
	border-left: 1px solid #DDD;
}

.productDataTable__ tbody tr:nth-child(odd) {
	background: #F5F5F5;
}

	/* productDataTable
	----------------------------------------------- */

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------productSpec*/

.productSpec {
	overflow: hidden;
	margin: 0 0 15px;
	font-size: 12px;
}

.productSpec dt {
	width: 100px;
	float: left;
	line-height: 1.4;
}

.productSpec dd {
	margin: 0 0 0 110px;
	line-height: 1.4;
	word-break: break-all;
}

.productSpec dd a {
	color: #333;
}

	/* productSpec
	----------------------------------------------- */

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {}



/*--------------------------------------------------------------cartAction*/

.productDetailAction {
	background: #F5F5F5;
	padding: 20px;
}

.productDetailAction--fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	display: none;
}

.cartAction {}

.cartAction__title {
	font-weight: bold;
	line-height: 1.4;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
}

.cartAction__row {
	margin: 0 0 10px;
}

.cartAction__row__title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
}

.cartAction__row__body {
	text-align: center;
}

.cartAction__row__body__price {
	font-size: 12px;
	padding: 10px 0;
}

.cartAction__row__body__price > span {
	font-size: 18px;
	margin: 0 5px 0 0;
}

.addToCartBtn {
	font-size: 14px;
	display: inline-block;
	background: #333;
	color: #FFF;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 1em 1.6em;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.addToCartBtn .fa {
	margin: 0 10px 0 0;
}

.addToCartBtn:hover {
	opacity: 0.7;
}

.addToCartBtn--w100 {
	width: 100%;
}

.goToCartBtn {
	display: table;
	width: 100%;
	text-decoration: none;
	color: #FFF;
	background: #333;
	border-radius: 2px;
}

.goToCartBtn:hover {
	opacity: 0.7;
}

.goToCartBtn__icon {
	display: table-cell;
	text-align: center;
	width: 50px;
	height: 50px;
}

.goToCartBtn__icon .fa {
	line-height: 50px;
}

.goToCartBtn__text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px;
	border-left: 1px solid rgba(255,255,255,0.1);
}

.goToCartBtn__text__strong {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin: 4px 0 0;
}

	/* cartAction
	----------------------------------------------- */

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.productDetailAction {
			margin: 20px 0;
			padding: 15px 10px;
		}

		.productDetailAction--fixed {
			display: block;
			margin: 0;
			padding: 10px;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.productDetailAction {}

		.goToCartBtn__text {
			font-size: 10px;
		}

		.goToCartBtn__text__strong {
			font-size: 14px;
		}

	}



/*--------------------------------------------------------------productCardHorizontal*/

.embed-productCardHorizontalResult {
	margin: 0 0 20px;
}

.productCardHorizontal {
	border: 1px solid #DDD;
	background: #FFF;
	text-align: left;
}

.productCardHorizontal + .productCardHorizontal {
	margin: -1px 0 0 0;
}

.productCardHorizontal__ {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	position: relative;
	padding: 10px;
}

a.productCardHorizontal__ {
	cursor: pointer;
	text-decoration: none;
}

a.productCardHorizontal__:hover {
	opacity: 0.7;
}

.productCardHorizontal__thumb {
	padding: 0 10px 0 0;
}

.productCardHorizontal__thumb a {
	display: block;
}

.productCardHorizontal__thumb a:hover {
	opacity: 0.7;
}

.productCardHorizontal__thumb img {
	display: block;
	width: 50px;
	height: auto;
}

.productCardHorizontal__body {
	flex-grow: 1;
}

.productCardHorizontal__body__name {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	color: #333;
}

.productCardHorizontal__body__name a {
	color: #333;
	text-decoration: underline;
}

.productCardHorizontal__body__name a:hover {
	text-decoration: none;
}

.productCardHorizontal__body__name span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 3px 0 0;
}

.productCardHorizontal__body__data {
	font-size: 12px;
	color: #666;
	margin: 10px 0 0;
}

.productCardHorizontal__body2 {
	border-left: 1px solid #DDD;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	text-align: right;
	min-width: 80px;
}

.productCardHorizontal__body2__data {
	line-height: 1.4;
}

.productCardHorizontal__body2__data b {
	white-space: nowrap;
}

.productCardHorizontal__body2__data span {
	color: #666;
	display: block;
}

.productCardHorizontal__body3 {
	position: relative;
	min-width: 20px;
	margin: 0 5px 0 0;
}

.productCardHorizontal__body3__check {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	cursor: pointer;
	padding: 0;
}

.productCardHorizontal__body3__check input {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.productStateLists {
	font-size: 0;
}

.productStateLists__item {
	font-size: 12px;
	line-height: 1.4;
	display: inline-block;
	margin: 0 10px 0 0;
}

.productStateLists__item > b {
	font-weight: normal;
	color: #888;
}

.productStateLists__item > span {
	color: #333;
	margin: 0 0 0 3px;
}

.productCardHorizontal--active {
	border-color: #333;
}

.productCardHorizontal--active + .productCardHorizontal {
	margin: 0;
}

.productCardHorizontal__--foot {
	background: #EEE;
	justify-content: flex-end;
}

.productCardHorizontal__--foot a {
	font-size: 12px;
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #666;
}

.productCardHorizontal__--foot a:hover {
	opacity: 0.7;
}

.productCardHorizontal__--foot a .fa {
	margin: 0 3px 0 0;
}


label.productSelect {
	display: block;
	position: relative;
}

label.productSelect--hover > .productCardHorizontal:hover {
	background-color: #EEE;
}

label.productSelect > input[type="radio"] {
	position: absolute;
	top: 0;
	opacity: 0;
}

label.productSelect > input[type="radio"]:checked + .productCardHorizontal {
	border-color: #333;
}

	/* productCardHorizontal
	----------------------------------------------- */

	@media only screen and (max-width:960px) {

		.productCardHorizontal__body__name {
			font-size: 12px;
		}

	}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.embed-productCardHorizontalResult {
			margin: 0 0 15px;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
	}



/*--------------------------------------------------------------orderList*/

.orderList {
	margin: 0 0 30px;
	border: 1px solid #DDD;
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background: #FFF;
}

.orderList__title {
	padding: 15px;
	background: #333;
	color: #FFF;
	font-weight: normal;
}

.orderList__body {
	padding: 0 15px 20px;
}

.orderList__body__title {
	font-weight: bold;
	margin: 20px 0;
}



/*--------------------------------------------------------------カレンダープラグイン*/

.fc {
	padding: 20px;
	border: 1px solid #DDD;
	background-color: #FFF;
}

.fc-header-toolbar {
	padding: 5px 0;
	margin: 0 0 5px 0 !important;
}

.fc-basic-view .fc-body .fc-row {
	min-height: 1.2em !important;
}

.fc-day-header {
	padding: 5px 0 !important;
	background-color: #FFF;
}

.fc tr {
	height: 1.8em !important;
}

.fc-center h2 {
	line-height: 30px;
	font-size: 14px;
}

.fc-right,
.fc-left {
	text-align: center;
	height: 30px;
}

.fc-left {
	width: 30px;
}

.fc button {
	height: 100%;
	padding: 0 .5em !important;

	/* text & cursor */
	font-size: 0.8em !important;
}

.fc-widget-content {
	background-color: #FFF;
}

	@media only screen and (max-width:768px) {

		.fc {
			padding: 10px;
		}

	}



/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

@media only screen and (max-width:960px) {}

/* iPad縦(portrait) */
@media only screen and (max-width:768px) {}

/* smartphone横(landscape) */
@media only screen and (max-width:640px) {}

/* iPhone横(landscape) */
@media only screen and (max-width:480px) {}

/* smartphone縦(portrait) */
@media only screen and (max-width:360px) {}

/* iPhone縦(portrait) */
@media only screen and (max-width:320px) {}



/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                              */
/*                                                                                  */
/* ================================================================================ */

