﻿@charset "utf-8";
/**-----------------------------------------------------------------------------**/
/** ブラウザ共通 **/
/**-----------------------------------------------------------------------------**/
.mincho {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.en {
	font-family: 'Roboto', sans-serif;
}
.hidden {
	overflow-x: hidden;
	overflow-y: hidden;
}
.oStyle img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.pos {
	position: relative;
}
.absolute {
	position: absolute;
}
.flow {
	overflow: hidden;
}
.alignL {
	text-align: left !important;
}
.alignR {
	text-align: right !important;
}
.alignC {
	text-align: center !important;
}
.inline {
	display: inline-block;
	width: 100%;
}
.clear {
	clear: both;
}
.none {
	margin: 0 !important;
	padding: 0 !important;
}
.underline {
	text-decoration: underline;
}
.fixed {
	position: fixed;
}
.table {
	display: table;
	margin-bottom: 0;
}
.table>:not(:last-child)>:last-child>* {
	border-bottom-color: #DDD;
}
.cell {
	display: table-cell;
}
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="number"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #FFF;
	border: #DDD 1px solid;
	font-size: 1.4rem;
}
input {
	font-family: revert;
	line-height: revert;
}
optgroup {
	display: none;
}
select {
	padding: 6px 22px 6px 7px !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(170,170,170)' points='8,12 0,0 16,0'/%3E%3C/svg%3E");  
	background-repeat: no-repeat, repeat;
	background-position: right .5em top 50%, 0 0;
	background-size: .65em auto, 100%;
	min-height: 35px;
}
select::-ms-expand {
	display: none;
}
select:focus {
	outline: 1px #aaa solid;
}
input:disabled,
textarea:disabled {
	background: #EBEBE4;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.nowrap {
	white-space: nowrap;
}
hr {
	opacity: 1;
}
/** color**/
/**-----------------------------------------------------------------------------**/
.pink {
	color: #E87464;
}
.red {
	color: #de2525;
}
.green {
	color: #29767a;
}
.blue {
	color: #326ece;
}
/** fontsize**/
/**-----------------------------------------------------------------------------**/
.px10 {
	font-size: 1.0rem;
  }
.px11 {
	font-size: 1.1rem;
}
.px12 {
	font-size: 1.2rem;
}
.px13 {
	font-size: 1.3rem;
}
.px14 {
	font-size: 1.4rem;
}
.px15 {
	font-size: 1.5rem;
}
.px16 {
	font-size: 1.6rem;
}
.px17 {
	font-size: 1.7rem;
}
.px18 {
	font-size: 1.8rem;
}
.px19 {
	font-size: 1.9rem;
}
.px20 {
	font-size: 2.0rem;
}
.px22 {
	font-size: 2.2rem;
}
.px24 {
	font-size: 2.4rem;
}
.px26 {
	font-size: 2.6rem;
}
.px28 {
	font-size: 2.8rem;
}
.px30 {
	font-size: 3.0rem;
}
.px32 {
	font-size: 3.2rem;
}
.px36 {
	font-size: 3.6rem;
}
.px48 {
	font-size: 4.8rem;
}
.px50 {
	font-size: 5.0rem;
}
.px55 {
	font-size: 5.5rem;
}
.px60 {
	font-size: 6.0rem;
}
.lineH12 {
	line-height: 1.2em;
}
.lineH15 {
	line-height: 1.5em;
}
.lineH16{
	line-height: 1.6rem;
}
.lineH18 {
	line-height: 1.8em;
}
.lineH20 {
	line-height: 2.0em;
}
.lineH24 {
	line-height: 2.4em;
}
.lineH30 {
	line-height: 3.0em;
}
.lineH40 {
	line-height: 4.0em;
}
/** padding margin **/
/**-----------------------------------------------------------------------------**/
.maB0 {
	margin-bottom: 0 !important;
}
.maT0 {
	margin-top: 0 !important;
}
.maB5 {
	margin-bottom: 5px;
}
.maT5 {
	margin-top: 5px;
}
.maB10 {
	margin-bottom: 10px;
}
.maT10 {
	margin-top: 10px;
}
.maB20 {
	margin-bottom: 20px;
}
.maT20 {
	margin-top: 20px;
}
.maB25 {
	margin-bottom: 25px;
}
.maT25 {
	margin-top: 25px;
}
.maB30 {
	margin-bottom: 30px;
}
.maT30 {
	margin-top: 30px;
}
.maB40 {
	margin-bottom: 40px;
}
.maT40 {
	margin-top: 40px;
}
.maB45 {
	margin-bottom: 45px;
}
.maT45 {
	margin-top: 45px;
}
.maB50 {
	margin-bottom: 50px;
}
.maT50 {
	margin-top: 50px;
}
.maB60 {
	margin-bottom: 60px;
}
.maT60 {
	margin-top: 60px;
}
.maB70 {
	margin-bottom: 70px;
}
.maT70 {
	margin-top: 70px;
}
.maB80 {
	margin-bottom: 80px;
}
.maT80 {
	margin-top: 80px;
}
.maB90 {
	margin-bottom: 90px;
}
.maT90 {
	margin-top: 90px;
}
.maB100 {
	margin-bottom: 100px;
}
.maT100 {
	margin-top: 100px;
}
.maB120 {
	margin-bottom: 120px;
}
.maT120 {
	margin-top: 120px;
}
.maB150 {
	margin-bottom: 150px;
}
.maT150 {
	margin-top: 150px;
}
.maB180 {
	margin-bottom: 180px;
}
.maT180 {
	margin-top: 180px;
}
.maB200 {
	margin-bottom: 200px;
}
.maT200 {
	margin-top: 200px;
}
.paB0 {
	padding-bottom: 0 !important;
}
.paT0 {
	padding-top: 0 !important;
}
.paB5 {
	padding-bottom: 5px;
}
.paT5 {
	padding-top: 5px;
}
.paB10 {
	padding-bottom: 10px;
}
.paT10 {
	padding-top: 10px;
}
.paL10 {
	padding-left: 10px;
}
.paR10 {
	padding-right: 10px;
}
.paB15 {
	padding-bottom: 15px;
}
.paT15 {
	padding-top: 15px;
}
.paB20 {
	padding-bottom: 20px;
}
.paT20 {
	padding-top: 20px;
}
.paB25 {
	padding-bottom: 25px;
}
.paT25 {
	padding-top: 25px;
}
.paL20 {
	padding-left: 20px;
}
.paR20 {
	padding-right: 20px;
}
.paB30 {
	padding-bottom: 30px;
}
.paT30 {
	padding-top: 30px;
}
.paL30 {
	padding-left: 30px;
}
.paR30 {
	padding-right: 30px;
}
.paB40 {
	padding-bottom: 40px;
}
.paT40 {
	padding-top: 40px;
}
.paB45 {
	padding-bottom: 45px;
}
.paT45 {
	padding-top: 45px;
}
.paB50 {
	padding-bottom: 50px;
}
.paT50 {
	padding-top: 50px;
}
.paL50 {
	padding-left: 50px;
}
.paR50 {
	padding-right: 50px;
}
.paB60 {
	padding-bottom: 60px;
}
.paT60 {
	padding-top: 60px;
}
.paB70 {
	padding-bottom: 70px;
}
.paT70 {
	padding-top: 70px;
}
.paB80 {
	padding-bottom: 80px;
}
.paT80 {
	padding-top: 80px;
}
.paB90 {
	padding-bottom: 90px;
}
.paT90 {
	padding-top: 90px;
}
.paB100 {
	padding-bottom: 100px;
}
.paT100 {
	padding-top: 100px;
}
.paB120 {
	padding-bottom: 120px;
}
.paT120 {
	padding-top: 120px;
}
.paB150 {
	padding-bottom: 150px;
}
.paT150 {
	padding-top: 150px;
}
.paB180 {
	padding-bottom: 180px;
}
.paT180 {
	padding-top: 180px;
}
.paB200 {
	padding-bottom: 200px;
}
.paT200 {
	padding-top: 200px;
}
.paBox10 {
	padding: 10px 0;
}
.paBox30 {
	padding: 30px 0;
}
.paBox50 {
	padding: 50px 0;
}
.paBox1010, .paBox2020 {
	padding: 10px;
}
.boderBox {
	border-bottom: 1px solid #ccc;
}
/** background**/
/**-----------------------------------------------------------------------------**/
.bg-pink {
	background: #ef9e93;
	color: #FFF;
}
.bg-pink-l {
	background: #fdf8f5 !important;
}
.bg-bk {
	background: #444341;
	color: #FFF;
}
.bg-green {
	background: #f7f9f9 !important;
}
.bg-beige {
	background: #f2ede9;
}
.bg-white {
	background: #FFF !important;
	color: #333 !important;
}
.bg-gray {
	background: #EEEEEE !important;
}
.bg-gray-u {
	background: #FAFAFA;
}
.bg-white {
	background: #fff;
}
/**anchor + button	**/
/**-----------------------------------------------------------------------------**/
.main a {
	color: #29767a;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#container a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.main a.disabled {
	pointer-events: none;
}
header a:hover,
nav a:hover {
	text-decoration: none;
}
.bnr a {
	display: block;
	overflow: hidden;
}
.bnr a img {
	vertical-align: top;
}
.bnr a img:hover {
	opacity: 0.8;
}
.main [class^="button-"] {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration: none;
}
.main [class^="button-"] a:hover {
	text-decoration: none;
}
.main .button-bk,
.main .button-bk:hover {
	background: #444341;
	color: #FFF;
}
.main .button-pink,
.main .button-pink:hover,
.modaal-wrapper .button-pink,
.modaal-wrapper .button-pink:hover {
	background: #E87464;
	color: #FFF;
}
.main .button-green,
.main .button-green:hover {
	background: #29767a;
	color: #FFF;
}
.main .button-blue,
.main .button-blue:hover {
	background: #87B2DD;
	color: #FFF;
}
.main .button-pink a,
.main .button-bk a,
.main .button-green a,
.main .button-beige a,
.main .button-beige-p a,
.modaal-wrapper .button-pink a {
	color: #FFF;
	text-decoration: none;
}
.main .button-beige,
.main .button-beige:hover {
	background: #DDB087;
	color: #FFF;
}
.main .button-beige-p,
.main .button-beige-p:hover {
	background: #C4AB9A;
	color: #FFF;
}
.main .button-white-p,
.main .button-white-p:hover {
	background: #FFF;
	color: #E87464;
}
.main .button-boder-bk,
.main .button-boder-bk:hover {
	border: #444341 1px solid;
}
.main .button-boder-bk a, 
.main .button-boder-bk span {
	color: #444341 !important;
	text-decoration: none;
}
.main .button-boder-pink,
.main .button-boder-pink:hover,
.modaal-wrapper .button-boder-pink,
.modaal-wrapper .button-boder-pink:hover {
	border: 1px solid #E87464;
	background: #FFF;
}
.main .button-boder-pink a, 
.main .button-boder-pink span,
.modaal-wrapper .button-boder-pink a, 
.modaal-wrapper .button-boder-pink span {
	color: #E87464 !important;
	text-decoration: none;
}
.main .button-gray, .button-on {
	background: #AAA;
	color: #FFF;
	border: 1px solid #AAA;
}
.main .button-boder-gray, 
.main .button-off {
	border: 1px solid #666;
	color: #666;
}
.main .button-boder-bk {
	text-align: center;
	margin: 20px auto 20px auto;
	width: 200px;
	padding: 8px 0;
	font-weight: bold;
}
.main .button-boder-bk a {
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
}
.main .button-pink-sla {
	background-color: #E87464;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f1aca2), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f1aca2),color-stop(.75, #f1aca2), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 3px 3px;
}
.main .button-pink-sla a{
	color: #FFF;
	text-shadow: 0px 0px 5px #E87464;
}
.mark{
	font-size: 0.8em;
	vertical-align: super;
}
.newwindow:after{
	content: url(./images/target.png);
	position: relative;
	bottom: -0.1em;
	margin-left: 0.3em;
}
.main  h4,
.detail-comment  h4,
.detail-expand  h4 {
	border-left: 5px solid #29767a;
	padding: 5px 0 5px 15px;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-bottom: 15px;
}

/** メイン  **/
/**-----------------------------------------------------------------------------**/
#main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}
#main2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding-bottom: 80px;
}
#main2 h2 {
	margin: 20px 0;
	padding: 20px;
	border-bottom: #444341 1px solid;
	text-align: center;
}
#main2 a.button-bk {
	padding: 5px 40px;
}
.box1310,
.box1020-b,
.box800-b{
	width: 100%;
	margin: 0 auto;
}
.box1020, 
.box800, 
.box1310b {
	max-width: 95%;
	margin: 0 auto;
}
span.box1020 {
	text-align: center;
	display: block;
}
.notice {
	max-width: 95%;
	margin: 20px auto;
}
#categoryA .pankuzu {
	background: #7EA5A4;
}
#categoryB .pankuzu {
	background: #CEA98A;
}
#categoryC .pankuzu {
	background: #777;
}
.pankuzu {
	color: #FFF;
	background: #CEA98A;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.pankuzu a, 
.pankuzu span {
	background: url(../images/arrow-pankuzu.svg) no-repeat left;
	list-style: none;
	padding: 0 10px;
	font-size: 1.1rem;
	line-height: 2.0rem;
	color: #FFF;
	text-decoration: none;
}
.pankuzu a:first-child {
	background: none;
}
.pankuzu a span {
	background: none;
	padding: 0;
}
.pankuzu img {
	vertical-align: middle;
}
.pankuzu h1 {
	font-size: 1.1rem;
}
.copyArea {
	background: #FAFAFA;
	font-size: 1.3rem;
	padding: 15px 20px;
	margin-bottom: 0;
}
/** マイページ・カート他：2019.02.10  **/
/**-----------------------------------------------------------------------------**/
.common h2 {
	padding-top: 40px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.common h2:first-child {
	padding-top: 10px;
}
.boxAttention {
	color: #de2525;
	background: #fae3e0;
	border: 1px solid #de2525;
	padding: 20px;
}
.boxGreen {
	background: #f7f9f9;
	border: 1px solid #29767a;
	padding: 20px;
}
.boxBeige {
	background: #f7f9f9;
	border: 1px solid #c1b4a4;
	padding: 20px;
}
.boxGray {
	background: #fbfdfd;
	border: 1px solid #ccc;
	padding: 20px;
}
table.wide, 
table.sideCell {
	width: 100%;
	border-collapse: collapse;
}
table.wide td, 
table.sideCell td {
	background: #FFF;
}
table tr.thead {
	display: none;
}
table tr.view, 
table.sideCell tr.thead {
	display: table-row;
}
table tr.view th, 
table.sideCell tr.thead th {
	background: #f2ede9 !important;
	border-bottom:  1px solid #CCC;
}
table.wide th, 
table.wide td {
	display: block;
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 7px;
}
table.wide th, 
table.sideCell th {
	background: #EEE;
}
table.wide td {
	border-bottom: 1px solid #CCC;
}
table tr.break {
	border-bottom: 20px solid #FFF;
}
table tr.breakTop {
	border-top: 20px solid #FFF;
}
table tr.breakTop:nth-of-type(1){
	border-top: none !important;
}
table.wide tr.break:nth-of-type(n+2) th,
table.wide tr:first-of-type th,
table.wide tr.hold th,
table.wide tr.hold td,
table.wide tr.breakTop th:first-child{
	border-top: 1px solid #CCC;
	}
table.sideCell th, 
table.sideCell td {
	border: 1px solid #CCC;
	padding: 7px;
	margin: 0;
}
table.wide td table.wide {
border-top:  1px solid #CCC;
font-size: 1.3rem;
}
table.wide td table.wide th{
border-top: none !important;
}
table.wide td table.wide th,
table.wide td table.wide td{
padding: 3px 5px;
}
table td.not {
	display: none;
}
.common table dl{
}
.common table dl dt{
	background: #EEE;
}

img.px60 {
	width: 60px;
}
.common table [class^="item-"] p:before {
	font-weight: bold;
}
.common [class^="button-"] span {
	white-space: nowrap;
}
.commonL {
	padding: 7px 50px 6px 50px;
	font-size: 1.8rem;
	font-weight: bold;
}
.commonM {
	padding: 7px 20px;
	font-size: 1.4rem;
	font-weight: bold;
}
.commonS {
	padding: 5px 10px;
	font-size: 1.2rem;
}
.commonST {
	padding: 8px 10px 5px 15px;
	font-size: 1.2rem;
}
.commonMin {
	padding: 0px 10px;
	font-size: 1.2rem;
}
[class^="n-"] {
	background: #AAA;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0 3px;
	padding: 4px 7px;
	line-height: 4.0rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.indispensable {
	background: #E87464;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	padding: 4px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
}
.common input[type="text"],
.common input[type="email"],
.common input[type="password"],
.common input[type="tel"],
.common input[type="number"] {
	padding: 7px;
	text-align: left !important;
	margin: 2px 0;
	width: 100%;
}
.common input[type="radio"],
.common input[type="checkbox"] {
	margin: 2px;
	padding: 0;
}
.common label {
	padding: 0 3px;
	line-height: 2.5rem;
}
.common input.short {
	width: 90px;
}
.common input.semishort {
	width: 120px;
}
.common input.middle {
	width: 150px;
}
.common input.long {
	width: 220px;
}
.common .error {
	color: #de2525;
	background: #fae3e0;
}
.common .error-msg {
	color: #de2525;
	font-size: 1.1rem;
}
ul.shopping-flow {
	padding-top: 10px;
}
ul.shopping-flow li {
	list-style: none;
	display: block;
	margin-bottom: 2px;
	padding-left: 15px;
}
ul.shopping-flow li.now {
	background: url(../images/arrow-flow-pink.svg) no-repeat left;
	font-weight: bold;
}
ul.shopping-flow li.now span {
	border-bottom: 2px solid #E87464;
}
textarea.full {
	width: 100%;
	height: 200px;
	padding: 10px;
}
.product_agreement label {
	white-space: normal;
}
.product_agreement .commonL {
	padding: 7px 30px 6px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration: none;
}
#mypage ul,
#mypageMenu ul {
	margin-bottom: 10px;
}
#mypage ul li {
	list-style: none;
	padding-left: 20px;
	background: url(../images/arrow-link.svg) no-repeat left;
	margin-bottom: 15px;
	font-size: 1.5rem;
}
#mypageMenu ul li {
	list-style: none;
	padding-left: 20px;
	background: url(../images/arrow-link.svg) no-repeat left 4px;
	margin-bottom: 2px;
	vertical-align: top;
}
.set-close .mypagePoint-contents {
	display: none;
}
.set-close p.mypagePoint-open span:before {
	content: "▶ ";
}
.set-close p.mypagePoint-open.on span:before {
	content: "▼ ";
}
#loginImage {
	padding: 20px 10px;
	text-align: center;
}
#topMypageMenu {
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 10px;
	text-align: center;
}
#topMypageMenu .btn-whole {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	padding: 10px 0;
	color: #fff;
	background: #29767a;
	border: #29767a 1px solid;
	text-decoration: none;
}
#topMypageMenu .btn-whole2 {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	padding: 10px 0;
	color: #fff;
	background: #c4ab9a;
	border: #c4ab9a 1px solid;
	text-decoration: none;
}
#topMypageMenu .btn-half {
	float: left;
	display: block;
	width: 49%;
	padding: 10px 0;
	color: #E87464;
	background: #fff;
	border: #E87464 1px solid;
	text-decoration: none;
}
#topMypageMenu .btn-half:nth-child(2) {
	float: right;
}
#topContentsChart {
	margin: 30px auto;
	border: #C1B4A4 1px solid;
	text-align: center;
}
#topContentsChart h3 {
	padding: 20px 20px 10px;
	font-size: 1.8rem;
	font-weight: normal;
}
#topContentsChart .chart-wrapper {
	position: relative;
	padding-top: 20px;
}
#topContentsChart .chart-contents {
	background: #f2ede9;
}
#topContentsChart .chart-question {
	height: 80px;
}
#topContentsChart .chart-question span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 50px 0 0;
	background: url("/contents/lp/wp-content/themes/lp/images/chart/head-icon-question.svg") no-repeat center 0;
	background-size: 40px;
	font-size: 1.6rem;
	font-weight: bold;
}
#topContentsChart ul.chart-choices {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px 20px;
	list-style-type: none;
	text-align: center;
}
#topContentsChart ul.chart-choices li {
	width: 49%;
	background: #fff;
	border: #C1B4A4 1px solid;
	border-radius: 5px;
}
#topContentsChart ul.chart-choices li:hover {
	background: #E4A97F;
}
#topContentsChart ul.chart-choices li a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 10px 5px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.common .pager {
	border-top: none;
}
#mail-view {
	padding: 10px;
	text-align: left;
	word-break: break-all;
}
#user-data dt {
	font-weight: bold;
}
#user-data .tokutei dt,
#user-data .tokutei dd {
	padding-bottom: 10px;
}
#user-data .tokutei dt {
	float: left;
	padding-right: 5px;
}
#user-data .ship-tbl-pc {
	margin: 10px auto;
}
#user-data .ship-tbl-pc th {
	border: solid 1px #ccc;
	padding: 10px 20px;
	text-align: center;
}
#user-data .ship-tbl-pc td {
	border: solid 1px #ccc;
	padding: 10px 20px;
	text-align: center;
}
#user-data .ship-tbl-sp {
	margin: 10px auto;
}
#user-data .ship-tbl-sp th {
	font-weight: 400;
}
#user-data .ship-tbl-sp td {
	text-align: center;
}
#user-data .firsttbl {
	border-top: solid 1px #ccc;
	padding: 8px 0 2px 0;
}
#user-data .lasttbl {
	border-bottom: solid 1px #ccc;
	padding: 2px 0 8px 0;
}
#user-data .member-rank table {
	margin: 20px auto;
}
#user-data .member-rank th {
	border: solid 1px #ccc;
	padding: 10px;
}
#user-data .member-rank td {
	border: solid 1px #ccc;
	padding: 10px;
}

@media screen and (max-width: 768px) {
	#user-data .memran-last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	#user-data .member-rank {
		width: 100%;
	}
	#user-data .member-rank th,
	#user-data .member-rank td {
		border-bottom: none;
		border-left: none;
		border-right: none;
		display: block;
		width: 100%;
	}
	#user-data .member-rank td {
		border-top: none;
		padding-top: 0px;
	}
}
#user-data ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}
#user-data ol {
	padding-left: 20px;
	list-style-position: outside;
}
#user-data li {
	margin: 6px 0;
}
/** 会社概要20191220　追加 **/
#user-data .lineH15{
	line-height: 1.5em;
}
#user-data p{
	line-height: 1.8em;
}
#user-data .paBox80{
	padding: 40px 0px;
}
#user-data .box700{
	width: 100%;
	margin: 0 auto;
}
#user-data #corpInfo ul{
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
#user-data #corpInfo ul.innerNav li{
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}
#user-data #corpInfo ul.innerNav li a{
	text-decoration: none;
}
#user-data #corpInfo ul.innerNav li.on a{
	border-bottom: 2px solid #cfad87;
}
#user-data #corpInfo h2{
	border: none;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.3em;
	margin-bottom: 20px !important;
}
#user-data #corpInfo h2 .eng{
	font-size: 1.3rem;
	color:#cfad87;
}
#user-data #corpInfo h3{
	margin-bottom: 20px;
}
#user-data #corpInfo h3.pat{
	background: url("../images/corp-pat01.svg") no-repeat right top;
	padding-right: 80px;
}
#user-data #corpInfo .alignC-b{
	text-align: left !important;
}
#user-data #corpInfo .inline3{
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
#user-data #corpInfo .w50{
	width: 100%;
}
#user-data #corpInfo #corp-policy{
	padding: 50px 20px;
}
#user-data #corpInfo #corp-glue .inline3,
#user-data #corpInfo  .inline2{
	width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 30px;
	vertical-align: top;
}




/** 商品ページ  **/
/**-----------------------------------------------------------------------------**/
#categoryB .icon-sale {
	margin-bottom: 10px;
}
#categoryB .cat-ranking .icon-sale {
	margin-bottom: 5px;
}
#categoryB .icon-sale span {
	font-size: 0.8rem;
	border-radius: 2px;
	padding: 2px 5px;
	font-weight: bold;
	line-height: 0;
	margin-right: 5px;
}
#categoryB .icon-sale span {
	color: #444341;
	border: 1px solid #444341;
}
#categoryB .icon-sale span.ic1, 
#categoryB .icon-sale span.ic3, 
#categoryB .icon-sale span.ic7 {
	color: #E87464;
	border: 1px solid #E87464;
}
#categoryB .icon-sale span.ic4, 
#categoryB .icon-sale span.ic5,
#categoryB .icon-sale span.ic9 {
	color: #CEA98A;
	border: 1px solid #CEA98A;
}
#categoryB .icon-sale span.ic2,
#categoryB .icon-sale span.ic6 {
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
}
#categoryB .icon-sale span.ic8 {
	color: #707f9c;
	border: 1px solid #707f9c;
}
#categoryB .icon-sale span.ic10,
#categoryB .icon-sale span.ic11 {
	color: #ff0000;
	border: 1px solid #ff0000;
}
/** ボタン  **/
.list01 p.button-pink, 
.list02 p.button-pink,
#mypage #favorite p.button-pink,
#mypage.index p.button-pink {
	width: 170px;
	max-width: 100%;
	padding: 5px 0;
	text-align: center;
}
#mypage p.button-pink {
	width: 140px;
	padding: 5px 0;
	text-align: center;
}
.listCompare .button-pink {
	width: 170px;
	padding: 5px 0;
	text-align: center;
	margin: 30px auto 30px auto;
}
.list01 p.button-boder-pink {
	padding: 5px 0;
	text-align: center;
}
.list02 p.button-pink {
	text-align: center;
}
#compare01 p.addCart,
#direct01 p.addCart {
	width: 300px;
	text-align: center;
	margin: 30px auto 50px auto;
}
p.showDetail,
p.addFavorite {
	text-align: center;
	width: 170px;
	max-width: 100%;
	padding: 5px 0;
}
p.showDetail a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.3rem;
}
#compare01 p.addCart a,
#direct01 p.addCart a {
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
	padding: 12px 0;
}
#compare01 p.addCart span,
#direct01 p.addCart span {
	background: url(../images/icon-item-cart.svg) no-repeat left;
	padding: 5px 0 5px 30px;
}
.listCompare span {
	background: url(../images/icon-item-compare.svg) no-repeat left;
	background-size: 16px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 0 5px 24px;
}
#foot-addCart p.addCart {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
}
#foot-addCart p.addCart span, 
.listPost p.addCart span,
#mypage p.addCart span {
	background: url(../images/icon-item-cart.svg) no-repeat left;
	background-size: 15px;
	margin: 0 10px;
	padding: 10px 0 10px 20px;
	font-size: 1.2rem;
	font-weight: bold;
}
#mypage p.showDetail span {
	margin: 0 10px;
	padding: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.listPost p.downLoad span {
	background: url(../images/icon-download.svg) no-repeat left;
	background-size: 15px;
	padding: 10px 0 10px 20px;
	font-size: 1.2rem;
	font-weight: bold;
}
/** 一括購入  **/
#compare01 {
	padding: 20px 0 80px 0;
}
#compare01 h2 {
	margin: 0 0 20px 0;
	padding: 15px 15px;
	background: #849EB7;
	color: #FFF;
	text-align: center;
}
table.wide-package {
	width: 100%;
}
table.wide-package tr:nth-child(even) {
	background: #f9fafb;
}
table.wide-package thead th {
	background: #EEE;
	padding: 7px;
}
table.wide-package th, 
table.wide-package td {
	border: 1px solid #DDD;
	border-collapse: collapse;
}
table.wide-package th {
	width: 60px;
	padding: 7px;
	text-align: center;
	white-space: nowrap;
}
table.wide-package td {
	width: 960px;
}
table.wide-package td .table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
table.wide-package td .cell {
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 7px;
}
table.wide-package td .cell:last-child {
	border-bottom: none;
}
table.wide-package td .cell p {
	display: inline-block;
	width: 31%;
	text-align: right;
}
table.wide-package td .cell p.illust {
	text-align: center;
}
table.wide-package td .cell p.number {
	text-align: right;
}
table.wide-package td input {
	width: 35px;
}
table.wide-package .select {
	background: #fae3e0;
}
table.wide-package .none, 
table.wide-package .soldout {
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 5px 5px;
	padding: 7px !important;
}
table.wide-package td .none {
	display: none;
}
table.wide-package .soldout p.number {
	color: #E87464;
}
table.sideCell .par30 {
	width: 30%;
}
table.sideCell .par25 {
	width: 25%;
}
table.sideCell .par20 {
	width: 20%;
}
table.sideCell .par15 {
	width: 15%;
}
#foot-addCart ul {
	padding-top: 7px;
	text-align: center;
}
ul.curl li {
	list-style: none;
	display: inline-block;
	padding-bottom: 5px;
}
ul.curl li a {
	background: #849EB7;
	color: #FFF;
	text-decoration: none;
	padding: 5px 7px;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.curl li.now a {
	background: #CEA98A;
}
.listExtraction {
	padding: 20px 10px;
}
.listExtraction select {
	width: calc(100% - 70px);
}
.listExtraction .extList {
	margin-bottom: 10px;
}
.listExtraction span.extTitle {
	display: inline-block;
	width: 70px;
	text-align: left;
}
.listExtraction .listCompare  {
	margin: 20px 0 10px;
	text-align: center;
	font-size: 1.6rem;
}
/** ダイレクトオーダー **/
#direct01 {
	padding: 20px 0 80px 0;
}
#direct01 .box1020 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#direct01 .wide {
	display: table-cell;
}
/** 商品リスト・pdfダウンロード  **/
#categoryImage {
	padding: 20px 10px;
	text-align: center;
}
.pager, 
.change {
	width: 100%;
	text-align: center;
	border-top: 1px solid #AAA;
	padding: 10px 0;
}
.change {
	border-bottom: 1px solid #AAA;
}
.bottom .pager {
	border-top: none;
	padding-top: 30px;
}
.pager a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.pager a.on {
	background: #AAA;
	border: 1px solid #AAA;
	color: #FFF;
}
.pager a.off {
	border: 1px solid #666;
	color: #666;
}
.pager a.on, 
.pager a.off {
	width: 30px !important;
	margin-right: 3px;
}
.pager a.left {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-right: 13px;
}
.pager a.right {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-left: 10px;
}
.pager a.left, 
.pager a.right {
	border: 1px solid #666;
	width: 50px;
}
.pager a.on, 
.pager a.off, 
.pager a.left, 
.pager a.right {
	height: 30px;
	padding-top: 2px;
}
.pager a.jp-disabled {
	display: none;
}
.change p {
	font-size: 1.2rem;
}
.sort {
	margin-right: 10px;
}
.sort, 
.format {
	display: inline-block;
}
.sort p {
	width: 95px;
	display: inline-block;
	text-align: center;
}
.sort p a {
	width: 100%;
	display: block;
	height: 30px;
	padding-top: 5px;
}
.format p {
	display: inline-block;
	vertical-align: middle;
}
.format p.form-grid, 
.format p.form-list {
	width: 30px;
	height: 30px;
	text-indent: 100%;
	overflow: hidden;
}
.format p a {
	width: 100%;
	height: 30px;
	display: block;
}
.format p.form-grid .on {
	background: url(../images/format-block-on.svg) no-repeat;
}
.format p.form-grid .off {
	background: url(../images/format-block-off.svg) no-repeat;
}
.format p.form-list .on {
	background: url(../images/format-list-on.svg) no-repeat;
}
.format p.form-list .off {
	background: url(../images/format-list-off.svg) no-repeat;
}
.list01, 
.list02 {
	padding-top: 30px;
}
.list01.cat-ranking {
	padding-top: 10px;
	border-bottom: none;
}
.list01 .listPost {
	display: block;
	border-bottom: 1px solid #AAA;
	padding: 0 10px 20px 10px;
	margin-bottom: 20px;
}
.list01 .listPost:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.list01.cat-ranking .listPost {
	padding: 0 10px 5px 10px;
	margin-bottom: 5px;
}
.list01.cat-ranking .listPost:last-child {
	margin-bottom: 0;
}
.list01 .img {
	float: left;
	width: 120px;
}
.list01.cat-ranking .img {
	float: left;
	width: 80px;
}
.list01 .detail {
	margin-left: 140px;
}
.list01.cat-ranking .detail {
	margin-left: 100px;
}
.list01 p, 
.list02 p {
	margin-bottom: 10px;
}
.list01.cat-ranking p {
	margin-bottom: 0px;
}
.list02 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 10px;
}
.list02::before{
	content: "";
	display: block;
	width: 48.5%;
	order: 1;
}
.list02::after{
	content: "";
	display: block;
	width: 48.5%;
}
.list02 .listPost {
	width: 48.5%;
	padding-bottom: 50px;
	vertical-align: top;
}
.list01 .cell, 
.list02 .cell,
#mypage .cell {
	padding-right: 10px;
}
.list01 .item {
	align-self: center;
}
.list02 .item {
	align-self: center;
	overflow: hidden;
	width: 100%;
}
.list01 .item:not(:last-child) {
	margin-right: 15px;
}
#categoryA .number {
	background: #AAA;
	color: #FFF;
	font-size: 2.0rem;
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 2px 0 0 0;
}
p.category_info span {
	background: url(../images/icon-info.svg) no-repeat left;
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #E87464;
	border-top: 1px solid #E87464;
	text-decoration: none;
	vertical-align: middle;
}
p.category_info span a {
	color: #29767a;
}
/** 商品検索結果  **/
p.zendesk_result a{
	background: url(../images/icon-info.svg) no-repeat left;
	padding: 10px 0 10px 30px;
	color: #E87464;
	border-bottom: 1px solid #E87464;
	border-top: 1px solid #E87464;
	text-decoration: none;
	vertical-align: middle;
}
div.zendesk_result .bg-pink-l .box1020{
	padding: 20px;
}
dl#zendesk_list dt{
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/icon-info.svg) no-repeat left;
}
dl#zendesk_list dd{
	padding: 20px;
	background: #FFF;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
/** 商品詳細  **/
#recommends02 h2 {
	margin-bottom: 20px;
}
#recommends02 .itemArea {
	padding-bottom: 30px;
}
.boShare span {
	background: url(../images/icon-share.svg) no-repeat left;
	padding: 10px 0 10px 25px;
}
#foot-addCart {
	position: fixed;
	bottom: 0;
	z-index: 1;
	background-color: rgba(232,232,232,0.95);
	width: 100%;
	padding: 10px 50px 10px 10px;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
}
#foot-addCart .table {
	padding-top: 5px;
}
#foot-addCart .cell {
	padding-right: 5px;
}
#foot-addCart .number input, 
.listPost .number input,
#mypage .number input {
	width: 40px;
	height: 30px;
	text-align: center;
}
#categoryA input, 
#categoryB input, 
#foot-addCart input {
	text-align: center;
}
#foot-history {
	position: fixed;
	bottom: 0;
	z-index: 1;
	background-color: #444341;
	width: 100%;
	padding: 20px 80px 20px 20px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
#foot-popup {
	position: fixed;
	right: 17px;
	left: auto;
	bottom: 15px;
	text-align: right;
	z-index: 20;
	overflow: visible !important;
}
@media screen and (min-width: 1024px) {
	#foot-popup {
		right: 60px;
		bottom: 15px;
	}
}
.foot-popup-close {
	position: relative;
	z-index: 21;
}
.foot-popup-close-button {
	position: absolute;
	top: -17px;
	right: -17px;
	width: 38px;
	height: 38px;
	background: #333;
	border-radius: 100%;
	font-size: 26px;
	cursor: pointer;
	box-shadow: 0 0 5px #999;
}
.foot-popup-close-button:hover {
	background: #555;
}
.foot-popup-close-button:before {
	position:absolute;
	content:'';
	margin:auto;
	width:calc(38px/12);
	height:calc(38px/1.6);
	background-color:#fff;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transform:rotate(45deg)
}
.foot-popup-close-button:after {
	position:absolute;
	content:'';
	margin:auto;
	width:calc(38px/1.6);
	height:calc(38px/12);
	background-color:#fff;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transform:rotate(45deg)
}
.foot-popup-banner img {
	width: 440px;
	max-width: 100%;
	vertical-align: top;
	box-shadow: 0 0 10px #999;
}
@media screen and (min-width: 540px) {
	.foot-popup-banner img {
		max-width: 440px;
		max-height: 300px;
	}
}
.foot-popup-banner a:hover {
	opacity: 1.0;
	filter: brightness(108%);
}
/** モーダル表示 **/
.modal-inner {
	display: none;
}
.modaal-wrapper .modaal-close {
	background-color: #666;
}
.modaal-close {
	position: absolute;
	right: 0;
	top: -50px;
}
.modaal-close:after, 
.modaal-close:before {
	width: 2px;
}
#check-inner01 {
	text-align: center;
}
#check-inner01 p, 
#share-inner01 p {
	width: 100%;
	margin: 0 0 10px 0;
}
#check-inner01 p a, 
#share-inner01 p a {
	width: 100%;
	padding: 10px 0;
	display: block;
}
#share-inner01 {
	text-align: center;
}
#share-inner01 ul li {
	display: inline-block;
	padding-top: 10px;
}
#block-ui {
	padding:70px 0 30px;
	color:#000;
	background:#fff url(../images/bx_loader.gif) no-repeat center 30px;
	border:solid #888 2px;
	width: 380px;
	max-width: 70%;
}

/** トップページ  **/
/**-----------------------------------------------------------------------------**/
#mainInfo {
	padding: 10px 0;
}
#bnrArea-B ul, 
#bnrArea-C ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bnrArea-B ul li {
	margin-bottom: 10px;
	width: 100%;
	list-style: none;
}
#bnrArea-C ul li {
	margin-bottom: 5px;
	width: calc((100% - 5px) / 2);
	list-style: none;
}
#bnrArea-B ul li img, 
#bnrArea-C ul li img {
	width: 100%;
	vertical-align: top;
}
#news-list.common h2 {
	margin-bottom: 0;
}
#news .box1020 {
	padding: 20px 0 10px 0;
}
#news .newsPost {
	margin-bottom: 15px;
}
#news dd.btOpen {
	display: block;
	padding: 0;
	text-align: right;
	border-bottom: 1px dotted #CCC;
	line-height: 0;
	width: 100%;
	height: 24px;
}
#news dd.btOpen span {
	width: 30px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	text-align: right;
	background: url(../images/open-bk.svg) no-repeat right;
}
#news dd.btOpen span.on {
	background: url(../images/close-bk.svg) no-repeat right;
}
#news p.date, 
#news dt,
#news dd {
	padding-left: 30px;
	padding-right: 40px;
}
#news p.date {
	font-size: 1.3rem;
	margin-bottom: 5px;
}
#news dt.nocomment {
	padding-bottom: 24px;
	border-bottom: 1px dotted #CCC;
}
#news dd {
	display: none;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}
#news-list #news dd {
	display: block;
	border-bottom: 1px dotted #CCC;
}
#news .contents-1 {
	background: url(../images/arrow-a.svg) no-repeat left top;
}
#news .contents-2 {
	background: url(../images/arrow-b.svg) no-repeat left top;
}
#news .contents-3 {
	background: url(../images/arrow-c.svg) no-repeat left top;
}
#news .bottom-bo {
	padding: 15px 0;
}
#news .button-bk {
	padding: 5px 20px;
}
/** TOPページ　2020.09.17　追加 **/
#top-kv{
	padding-top: 25px;
	padding-bottom: 15px;
}
#top-kv .table{
	width: 100%;
	margin: 0 auto;
}
#top-kv .cell{
	padding: 0 5px;
}
#top-kv .cell.off{
	display: none;
}
#infoArea {
	margin: 0 auto 30px;
	padding: 12px 5px;
	border: #C1B4A4 1px solid;
	text-align: center;
	color: #E87464;
}
#infoArea span {
	padding-left: 20px;
	background: url(../images/notice_a.svg) no-repeat left center;
	background-size: 16px;
}
#infoArea a {
	color: #E87464;
	text-decoration: underline;
}
#boArea {
	margin-bottom: 40px;
}
#boArea ul{
	padding: 10px 5px;
	width: 100%;
	display: table;
	border-collapse: separate;
    border-spacing: 5px 0;
	margin: 0 auto;
}
#boArea [class^="button-"] {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	display: table-cell;
	width: 33.3333%;
	position: relative;
}
#boArea [class^="button-"]:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 20px solid rgb(255, 255, 255, 0.3);
	border-left: 20px solid transparent;
}
#boArea [class^="button-"]:hover{
	opacity: 0.8;
}
#boArea li a{
	font-size: 1.6rem;
	display: block;
	vertical-align: middle;
	padding: 30px 5px;
	line-height: 2.4rem;
	text-align: center;
}
#boArea .no-sp {
	display: none;
}
@media screen and (min-width: 1024px) {
	#boArea .no-sp {
		display: block;
	}
	#boArea .no-pc {
		display: none;
	}
}
@media screen and (max-width: 540px) {
	#boArea {
		margin-bottom: 20px;
	}
	#boArea li a{
		font-size: 1.4rem;
		padding: 20px 1px;
	}
}
@media screen and (max-width: 380px) {
	#boArea li a{
		font-size: 1.3rem;
	}
}

/** CONTENTSナビ（SPのみ）  **/
#contentsNav {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#contentsNav .cd-close {
	display: none;
}
#contentsNav .cd-dropdown-wrapper .menu-only {
	display: none;
}
.menu-info {
	display: block !important;
	text-align: center;
	padding: 5px 0;
	background-color: #E8E8E8;
	font-size: 1.1rem;
	line-height: 1.2rem;
}
.menu-info div {
	display: inline-block;
	margin: 3px 0;
	padding: 3px 7px 2px 7px;
	border: #666 1px solid;
}

#special .box1020 {
	padding: 20px;
}
#special .floatR {
	width: 60%;
	text-align: left;
	float: right;
}
#special .floatR p.date {
	text-align: center;
}
#special .floatL {
	width: 35%;
	float: left;
}
h2.sptitle {
	line-height: 2.0rem;
}
#special h2 {
	margin-bottom: 0px;
	padding-top: 5px !important;
	margin-top: 0;
	font-size: 1.6rem;
	font-weight: bold;
}
#special .button-pink {
	padding: 5px 20px;
}
/** itemArea  **/
#recommends, 
#ranking {
	padding-bottom: 30px;
}
#recommends h3 {
	background: url(../images/icon-hl-recommend.svg) no-repeat center top;
}
#ranking h3.ranking-1 {
	background: url(../images/icon-hl-ranking1.svg) no-repeat center top;
}
#ranking h3.ranking-2 {
	background: url(../images/icon-hl-ranking2.svg) no-repeat center top;
}
#ranking h3.ranking-3 {
	background: url(../images/icon-hl-ranking3.svg) no-repeat center top;
}
#ranking h3.ranking-4 {
	background: url(../images/icon-hl-ranking4.svg) no-repeat center top;
}
#ranking h3.ranking-5 {
	background: url(../images/icon-hl-ranking5.svg) no-repeat center top;
}
#ranking h3.ranking-6 {
	background: url(../images/icon-b-smartlaser.svg) no-repeat center top;
}
#ranking h3.ranking-7 {
	background: url(../images/icon-b-bolume.svg) no-repeat center top;
}
.itemArea .box1020 {
	padding-top: 20px;
	padding-bottom: 0;
}
.itemArea h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.8rem;
	padding-top: 50px;
	margin-bottom: 10px;
}
.itemArea .itemPost {
	width: 150px;
	float: left;
	margin-right: 10px;
}
.itemArea .itemPost-B {
	width: 170px;
	float: left;
	margin-right: 10px;
	font-size: 1.2rem;
}
.itemArea .itemPost:last-child,
.itemArea .itemPost-B:last-child {
		margin-right: 0 !important;
}
.itemArea .itemPost-B a {
	color: #333;
	text-decoration: none;
}
.itemArea .itemPost-B .caption1 {
	font-size: 1.4rem;
}
.itemArea .itemPost-B .caption2 {
	font-size: 1.1rem;
}
.itemArea .icon-pink .icon {
	background: url(../images/bg-icon-recommend.gif) no-repeat left top;
}
.itemArea .icon-bk .icon {
	background: url(../images/bg-icon-ranking.gif) no-repeat left top;
}
.itemArea .icon span {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	width: 80px;
}
.itemArea .icon span.soaring {
	font-size: 1.1rem;
}
.slide-wrap {
	width: 100%;
	overflow: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none; 
}
.slide-wrap::-webkit-scrollbar {
	display:none;
}
.slide-wrap .slide-contents {
	margin-bottom: 30px;
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: relative;
	left: 0;
	z-index: 1;
}
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	z-index: 1;
}
/*
.slide-wrap::-webkit-scrollbar {
	height: 10px;
}
.slide-wrap::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #FFF;
	border-radius: 5px;
}
.slide-wrap::-webkit-scrollbar-thumb {
	background: #AAA;
	border-radius: 5px;
}
*/
.scroll-hint-icon-wrap {
	z-index: 1;
}
.scroll-hint-text {
	margin-top: 2px;
}
/** mypage  **/
#mypage ul.kome {
	list-style:none;
}
#mypage ul.kome li {
	padding-left: 1em;
	text-indent: -1em;
	background: none;
}
#mypage ul.att,
#mypage ol.att {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}
#mypage ul.att li,
#mypage ol.att li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#mypage ul.nodisc{
	list-style-type: none;
	list-style-position: outside;
}
#mypage ul.nodisc li{
	padding-top: 2px;
	padding-bottom: 2px;
}
#mypage .kakomibox {
	position: relative;
 	margin: 2em auto 1em auto;
 	padding: 1.2em;
 	color: #555555;
 	background-color: #fff;
 	border: 2px solid #f09199;
 	box-shadow: 0 0 5px 2px #fce2c4 inset;
}
#mypage .kakomibox-title {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color:  #fff;
	/* color: #f09199; */
	color: #dd7061;
}
.delivery-result {
	text-align: left !important;
}
.delivery-result h2 {
	padding-top: 0;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.delivery-result p {
	margin: 0 !important;
}
.delivery-result .bg-gray {
	text-align: center;
	padding: 10px 0;
}
.delivery-text {
	padding: 20px 0;
}
#mypage h3.top-title {
	font-size: 1.8rem;
	line-height: 2.8rem;
}
#mypage .factor {
	gap: 15px 0;
}
#mypage .factor-item {
	position: relative;
	display: flex;
	gap: 0 10px;
	height: 100%;
	padding: 15px;
	border: #CCC 1px solid;
}
#mypage .factor-item.disabled {
	opacity: 0.5;
}
#mypage .factor-item .factor-in-use {
	position: absolute;
	top: 15px;
	right: 15px;
}

/** elearning **/
#e-category {
	padding: 15px 10px;
}
#e-list h2 {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: none;
}
#e-list .eitem {
	padding: 20px 10px 20px;
	border-bottom: 1px solid #AAA;
}
#e-list .eitem:nth-child(even) {
	background: #FAFAFA;
}
#e-list .eitem:first-child {
	border-top: 1px solid #AAA;
}
#e-list .eitem:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #AAA;
}
#e-list .eimage {
	position: relative;
	margin-bottom: 15px;
	line-height: 0;
}
#e-list .eimage .img_completed {
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#e-list .etxt {
	margin-bottom: 20px;
}
#e-list .ecmd > div:not(:last-child) {
	padding: 0 0 5px;
}
#e-list .ecmd .ebutton {
	display: inline-block;
	padding: 5px 10px;
	border: #AAA 1px solid;
}
#e-answer {
	padding: 10px;
}
#e-answer table {
	margin-bottom: 25px;
}
#e-answer table td {
	padding: 15px 10px;
	text-align: left;
}
#e-answer input[type="radio"] {
	margin: 0;
}
#e-answer h1 {
	padding: 0 0 20px;
	font-size: 2.0rem;
	line-height: 2.8rem;
}
#e-answer h2 {
	padding: 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.2rem;
}
#e-answer .equestion {
	padding-bottom: 10px;
	padding-left: 1.2em;
	text-indent: -1.2em;
	line-height: 2.2rem;
}
#e-answer .equestion:last-child {
	padding-bottom: 0;
}
/** e-ラーニング・資料ページ　2020.09.18追加  **/
/**-----------------------------------------------------------------------------**/
.kv .kv-inner{
	padding: 30px 30px 100px 30px;
	color: #FFF;
}
.kv .w70{
	width: 70%;
}
#learning .kv{
	background: url("../images/kv-learning-bg.jpg") no-repeat bottom;
	background-size:cover;
}
#library .kv{
	background: url("../images/kv-library-bg.jpg") no-repeat bottom;
	background-size:cover;
}
.post-bt h2{
	padding-top: 0;
	margin-top: 0;
}
.post-bt{
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
	padding-bottom: 70px;
	line-height: 2.4rem;
}
.post-bt .table.center{
		margin: 0 auto;
}
.post-bt .table.left{
		margin: 0 auto;
}
.post-bt a.cell{
	text-align: center;
	padding: 7px 0;
	width: 300px;
	display:block;
    margin: 7px auto !important;
	cursor: pointer;
}
.post-bt .inline{
	display: inline-block;
	vertical-align: top;
}
.post-bt .w40{
	margin-bottom: 20px;
}
.post-bt .w40.no-sp{
	display: none;
}

/** userdata  **/
/**-----------------------------------------------------------------------------**/
.userdata {
	position: relative;
}
.userdata img {
	vertical-align: middle;
}
.userdata #header-sub {
	position: fixed;
	width: 100%;
	height: 66px;
	top: 0;
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 999;
}
.userdata #header-sub.fixed,
.userdata #header-sub.nav-fixed {
	transform: translateY(0);
}
.userdata #header-sub a,
.userdata #header-sub a:hover {
	text-decoration: none;
}
.userdata .slideNav {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	overflow-y: auto;
	z-index: -9999;
	transition: 0.8s cubic-bezier(0.85, 0, 0.15, 1);
	float: none;
	padding: 50px 10px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, 1);
}
body.open {
	height: 100%;
	overflow: hidden;
}
body.open .userdata .slideNav {
	display: block;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}
.userdata .slideNav:before {
	transition: 0s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
body.open .userdata .slideNav:before {
	transition: 0.8s cubic-bezier(0.85, 0, 0.15, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.userdata .slideNav:after {
	transition: 0.8s cubic-bezier(0.85, 0, 0.15, 1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
body.open .userdata .slideNav:after {
	transition: 0s cubic-bezier(0.85, 0, 0.15, 1) 0.8s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.userdata .spNav {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	height: 100%;
}
.userdata .fvLogo {
	margin: 0 auto;
	padding: 0;
}
.userdata #sub-button {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	margin: 16px 0 0 10px;
	width: 32px;
	height: 32px;
	z-index: 9999;
}
.userdata #sub-button span {
	display: block;
	background: #333;
	width: 100%;
	height: 1px;
	position: absolute;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.userdata #sub-button span:first-child {
	top: 6px;
}
.userdata #sub-button span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
.userdata #sub-button span:last-child {
	bottom: 6px;
}
.userdata #sub-button.active span:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.userdata #sub-button.active span:nth-child(2) {
	opacity: 0;
}
.userdata #sub-button.active span:last-child {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.userdata .slideNav_inner {
	margin-top: 40px;
}
.userdata .slideNav_inner li {
	text-align: center;
	padding: 15px 0;
	font-size: 1.6rem;
}
.userdata .slideNav_inner li a {
	display: block;
	color: #181818;
}
@media screen and (min-width: 768px) {
	.userdata .spOnly {
		display: none;
	}
	.userdata .slideNav {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 66px;
		padding: 0;
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}
	.userdata .slideLogo {
		padding-left: 10px;
	}
	.userdata .slideNav_inner {
		display: flex;
		justify-content: flex-end;
		margin-top: 0;
	}
	.userdata .slideNav_inner li {
		font-size: 1.4rem;
		padding: 15px 20px;
	}
	.userdata .spNav {
		display: none;
	}
	.userdata #sub-button {
		display: none;
	}
}
.userdata {
	animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fade-in.isActive {
	transform: none;
	opacity: 1;
}
.fade-in {
	transition: all 1s ease-in;
	opacity: 0;
}

/** スマホ用  **/
.pcOnly, 
.pcOnly-inline, 
.tabletOnly, 
.minOnly,
.no-sp {
	display: none;
}
/*
.spOnly {
	display: contents;
}
*/
#lertArea {
	display: none;
}

/**-----------------------------------------------------------------------------**/
/** 374以下-**/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 374px) {
	.no-min {
		display: none;
	}
}

/**-----------------------------------------------------------------------------**/
/** 380以下-**/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 380px) {
	.minOnly {
		display: block;
	}
	#link ul li {
		width: 80%;
	}
	#calendar {
		font-size: 1.2rem;
	}
	#calendar table th, 
	#calendar table td {
		padding: 2px 0;
	}
}

/**-----------------------------------------------------------------------------**/
/** 540以上-**/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 540px) {
	.list01 .cell {
		display: table-cell;
		padding-right: 5px;
	}
	#special .floatR {
		width: 70%;
	}
	#special .floatL {
		width: 25%;
	}
	#e-list .eitem {
		clear: both;
		overflow: hidden;
	}
	#e-list .eimage {
		width: 30%;
		float: left;
		margin-bottom: 0;
	}
	#e-list .eimage img {
		padding-right: 15px;
	}
	#e-list .etxt {
		width: 70%;
		float: right;
		margin-bottom: 0;
	}
	#e-list .ecmd {
		clear: both;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
	#e-list .ecmd > div:not(:last-child) {
		padding-right: 10px;
	}
	#top-kv .cell.off{
		display: table-cell;
	}
}

/**-----------------------------------------------------------------------------**/
/** 768以上-**/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 768px) {
	.pankuzu {
		padding: 12px 20px 10px 20px;
	}
	.pankuzu a, 
	.pankuzu span {
		padding: 0 15px;
		font-size: 1.3rem;
	}
	.pankuzu a:first-child {
		padding: 0 15px 0 0;
	}
	#special h2 {
		font-size: 2.2rem;
	}
	#e-list .eitem {
		clear: both;
		overflow: hidden;
	}
	#e-list .eimage {
		width: 20%;
		float: left;
		margin-bottom: 0;
	}
	#e-list .etxt {
		width: 60%;
		float: left;
		padding-right: 15px;
	}
	#e-list .ecmd {
		clear: none;
		display: block;
		width: 20%;
		float: right;
		padding-top: 0;
	}
	#e-list .ecmd > div:not(:last-child) {
		padding-right: 0;
	}
	.itemArea .itemPost-B {
		width: 254px;
		font-size: 1.3rem;
	}
	/** 会社概要20191220　追加 **/
	#user-data #corpInfo p.alignC-b{
	text-align: center !important;
	}
	#user-data #corpInfo ul.floatL{
	float:left;
	}
	#user-data #corpInfo ul.floatR{
	float:right;
	}
	#user-data #corpInfo .w50{
	width: 50%;
	}
	#user-data #corpInfo #corp-glue .inline3{
	width: 31%;
	margin: 0 2%;
	display: inline-block;
	}
	#user-data #corpInfo .inline2{
	width: 47%;
	margin: 0 1%;
	display: inline-block;
	}
	#user-data #corpInfo #corp-glue .inline3:first-child,
	#user-data #corpInfo #corp-glue .inline3:last-child{
	margin: 0;
	}
	#user-data #corpInfo h2{
	margin-bottom: 50px;
	}
	#user-data #corpInfo #corp-policy{
	padding: 80px 0;
	}
	/** TOPページ　2020.09.18追加  **/
	#top-kv{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	#top-kv .cell{
		padding: 0 20px;
	}
	/** e-ラーニング・資料ページ　2020.09.18追加  **/
	.kv .kv-inner{
		padding: 50px 50px 100px 50px;
	}
	kv .w70{
		width: 50%;
	}
	.post-bt{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.post-bt .table{
		display: table;
		border-collapse: separate;
		border-spacing: 5px 0;
	}
	.post-bt .table.left{
		margin: 0 0;
	}
	.post-bt a.cell{
		width: 240px;
		display: table-cell;
	}
	.post-bt .w40{
		width: 35%;
		margin-right: 3%;
	}
	.post-bt .w40.no-sp{
		display: inline-block;
		}
	.post-bt .w60{
		width: 60%;
	}
}

/**-----------------------------------------------------------------------------**/
/** 1200以下-670以上**/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 1200px) and (min-width: 670px) {
	.list02::before,
	.list02::after,
	.list02 .listPost {
		width: 31%;
	}
}

/**-----------------------------------------------------------------------------**/
/** 1024以下-768以上**/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.tabletOnly {
		display: block;
	}
	#special .floatR p {
		padding-bottom: 20px;
	}
	#special .floatR p.date {
		text-align: left;
	}
}

/**-----------------------------------------------------------------------------**/
/** 1024以上 **/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 1024px) {
	.tabletOnly, 
	.pcOnly,
	.no-sp {
		display: block;
	}
	.pcOnly-inline {
		display: inline-block;
	}
	.spOnly,
	.spOnly-inline,
	.no-pc {
		display: none;
	}
	.floatL {
		float: left;
	}
	.floatR {
		float: right;
	}
	.paBox2020 {
		padding: 20px;
	}
	#container {
		text-align: left;
		padding-top: 25px;
		max-width: 1200px;
		margin: 0 auto;
	}
	#contentsNav {
		display: none;
	}

	/** メイン **/
	/**-----------------------------------------------------------------------------**/
	.box1310, 
	.box1310b {
		max-width: 1200px;
		margin: 0 auto;
	}
	.box1020,
	.box1020-b{
		max-width: 1020px;
		margin: 0 auto;
	}
	.box-wide .box1020 {
		max-width: 1200px;
	}
	span.box1020 {
		text-align: center;
		display: block;
		max-width: 1200px;
	}
	.box800,
	.box800-b {
		max-width: 800px;
		margin: 0 auto;
	}
	.notice {
		max-width: 1020px;
		margin: 0 auto 20px;
	}
	/** マイページ・カート他：2019.02.10  **/
	/**-----------------------------------------------------------------------------**/
	.common h2:first-child {
		margin-top: 0px;
	}
	.common h2 {
		margin-top: 10px;
	}
	table .a-right {
		text-align: right;
	}
	table .a-center {
		text-align: center;
	}
	table.wide, 
	table.sideCell {
		width: 100%;
	}
	table.wide th, 
	table.wide td {
		display: table-cell;
		width: auto;
		border: 1px solid #CCC;
		padding: 7px 10px;
	}
	table tr.thead {
		display: table-row;
	}
	table tr.thead th {
		background: #f2ede9;
		padding: 15px 7px;
		font-size: 1.3rem;
	}
	table.wide tr.thead th {
		text-align: center;
	}
	table tr.break {
		border-bottom: none;
	}
	table tr.breakTop{
	border-top: none;
	display: table-row;
	}
	table .fix {
		table-layout: fixed;
	}
	table.fix .par30 {
		width: 30%;
	}
	table.fix .par25 {
		width: 25%;
	}
	table.fix .par20 {
		width: 20%;
	}
	table.fix .par15 {
		width: 15%;
	}
	ul.shopping-flow li {
		display: inline-block;
		margin-right: 10px;
		padding-right: 20px;
		background: url(../images/arrow-flow-gray.svg) no-repeat right;
		margin-bottom: 0px;
		padding-left: 0px;
	}
	ul.shopping-flow li:last-child {
		background: none !important;
	}
	ul.shopping-flow li.now {
		background: url(../images/arrow-flow-gray.svg) no-repeat right;
	}
	#mypageMenu ul li {
		display: inline-block;
		width: 32.6%;
		margin-bottom: 2px;
	}
	.common .pager {
		width: 100%;
		text-align: center;
	}
	#loginImage {
		padding: 0 0 20px;
	}
	#topMypageMenuWrap {
		border: none;
	}
	#topContentsChart {
		margin: 40px auto 30px;
	}
	#topContentsChart h3 {
		padding: 25px 20px 15px;
		font-size: 2.0rem;
	}
	#topContentsChart .chart-question {
		height: 100px;
	}
	#topContentsChart .chart-question span {
		padding: 60px 0 0;
		font-size: 1.8rem;
	}
	#topContentsChart ul.chart-choices {
		justify-content: space-evenly;
		padding: 0 20px 20px;
	}
	#topContentsChart ul.chart-choices li {
		width: 40%;
	}
	#topContentsChart ul.chart-choices li a {
		height: 100px;
	}
	#mypage p.number {
		margin-bottom: 10px;
	}
	#mypage h3.top-title {
		padding-bottom: 20px;
	}
	/** 商品ページ  **/
		/**-----------------------------------------------------------------------------**/
	#categoryB .cat-ranking .icon-sale {
		margin-bottom: 10px;
	}
	/** 商品リスト・ダウンロード  **/
	#categoryImage {
		padding: 20px 0;
		text-align: left;
	}
	.pager, 
	.change {
		width: 48%;
		border-top: none;
	}
	.pager {
		text-align: left;
	}
	.change {
		text-align: right;
		border-bottom: none;
	}
	.bottom .pager {
		padding: 10px 0;
	}
	.list01, 
	.list02 {
		border-top: 1px solid #AAA;
		border-bottom: 1px solid #AAA;
	}
	.list01.cat-ranking {
		padding-top: 30px;
		padding-bottom: none;
		border-bottom: 1px solid #AAA;
	}
	.list01.cat-ranking p {
		margin-bottom: 10px;
	}
	.list01 .listPost {
		padding: 0 0 20px 0;
	}
	.list01.cat-ranking .listPost {
		padding: 0 10px 20px 10px;
		margin-bottom: 20px;
	}
	.list01.cat-ranking .listPost:last-child {
		margin-bottom: 20px;
	}
	.list01.cat-ranking .img {
		width: 120px;
	}
	.list01.cat-ranking .detail {
		margin-left: 140px;
	}
	.list02 {
		margin: 0 auto;
	}
	.list02::before,
	.list02::after,
	.list02 .listPost {
		width: 22.5%;
	}
	.listExtraction {
		text-align: center;
	}
	.listExtraction select {
		width: 50%;
	}
	/** 商品詳細  **/
	#foot-addCart {
		padding: 20px 80px 20px 20px;
	}
	#foot-addCart .table {
		padding-top: 0px;
	}
	/** モーダル表示 **/
	#check-inner01 p {
		width: 45%;
		margin: 0 10px;
		display: inline-block;
	}
	#check-inner01 p.bg-gray {
		width: 100% !important;
		display: block;
		margin: 0 0 20px;
		padding: 10px 0;
	}
		
		
		
	/** トップページ  **/
	/**-----------------------------------------------------------------------------**/
	.main h2 {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 30px;
	}
	h2.cat-ranking {
		margin-top: 0;
	}
	#topMovie,
	#topMovie .video-wrapper {
		max-height: 550px;
	}
	.mainImage {
		margin-bottom: 20px;
	}
	/** bnrArea  **/
	#bnrArea-B ul li {
		max-width: calc((100% - 10px) / 2);
	}
	#bnrArea-C ul li {
		margin-bottom: 10px;
		max-width: calc((100% - 20px) / 3);
	}
	h2.sptitle {
		line-height: 2.8rem;
	}
	#special .floatR p {
		padding-bottom: 20px;
	}
	#special .floatR p.date {
		text-align: left;
	}
	#special .floatL img {
		width: 240px;
	}
	#news .box1020 {
		padding: 30px;
	}
	/** itemArea  **/
	.itemArea h3 {
		margin-bottom: 30px;
	}
	.itemArea {
		margin-bottom: 30px;
	}
	.itemArea .box1020 {
		padding: 30px;
	}
	.itemArea .itemPost {
		width: 230px;
		float: left;
		margin-right: 10px;
	}
	/*
	.slide-wrap .slide-contents {
		width: 2300px;
		margin: 0 auto 30px auto;
		display: -webkit-flex;
		display: flex;
	}
	*/
}

/**-----------------------------------------------------------------------------**/
/** 1024- 1310**/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 1310px) and (min-width: 1024px) {
/** main  **/
/**-----------------------------------------------------------------------------**/
	.minOnly {
		display: none;
	}
	#container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.box1310, 
	.box1020, 
	span.box1020 {
		max-width: 100%;
	}
}

/**-----------------------------------------------------------------------------**/
/** 1200以上**/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 1200px) {
/** 一括購入  **/
	table.wide-package td .cell {
		border-right: 1px solid #CCC;
		border-bottom: none;
		display: table-cell;
		text-align: center;
		font-size: 1.1rem;
	}
	table.wide-package td .cell:last-child {
		border-right: none;
	}
	table.wide-package td .cell p {
		display: block;
		width: 100%;
		text-align: center;
	}
	table.wide-package td .cell p.illust {
		text-align: center;
	}
	table.wide-package td .cell p.number {
		text-align: center;
	}
	table.wide-package td .none {
		display: table-cell;
	}
	/** 会社概要20191220　追加 **/
	#user-data .paBox80{
	padding: 60px 80px;
	}
	#user-data .box700{
	width: 700px;
	margin: 0 auto;
	}
}

/**-----------------------------------------------------------------------------**/
/** 1310以上**/
/**-----------------------------------------------------------------------------**/
@media screen and (min-width: 1310px) {
	.boxMax {
		width: 1020px;
		margin: 0 auto;
	}
}

/**-----------------------------------------------------------------------------**/
/*--after--*/
/**-----------------------------------------------------------------------------**/
.clearfix,
.box1020:after, 
.box1310:after, 
.box800:after, 
.boxMax:after, 
#contentsNav:after, 
#container:after, 
.pankuzu:after, 
.list01 .listPost:after,
.afterClear:after{
	clear: both;
	content: "";
	border: 0 none;
	display: block;
}

/**-----------------------------------------------------------------------------**/
/*--compatibility--*/
/**-----------------------------------------------------------------------------**/
#detail p {
	margin-bottom: 20px;
	line-height: 2.2rem;
}
#detail .video {
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#detail .video iframe, 
#detail .video object, 
#detail .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#detail .btn_detail {
	width: 408px;
}
@media screen and (max-width: 480px) {
	#detail .btn_detail {
		width: 100%;
	}
}
#detail .btn_detail_dotfav {
	width: 600px;
}
@media screen and (max-width: 480px) {
	#detail .btn_detail_dotfav {
		width: 100%;
	}
}
#detail .stripe {
	padding: 0.5em 1em;
	margin: 0.5em 0;
	background: -webkit-repeating-linear-gradient(-45deg, #fef9fb, #fef9fb 3px,#fdf0f6 3px, #fdf0f6 7px);
	background: repeating-linear-gradient(-45deg, #fef9fb, #fef9fb 3px,#fdf0f6 3px, #fdf0f6 7px);
}
#detail .stripe p {
	margin: 0;
	padding: 0;
}
#detail .kakomibox {
	position: relative;
 	margin: 2em auto 1em auto;
 	padding: 1.2em;
 	color: #555555;
 	background-color: #fff;
 	border: 2px solid #f09199;
 	box-shadow: 0 0 5px 2px #fce2c4 inset;
}
#detail .kakomibox-title {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color:  #fff;
	/* color: #f09199; */
	color: #dd7061;
}
#detail .youtubeicon::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 20px;
	background: url(https://www.eyecosme.jp/user_data/packages/common/image/products/youtubelogo.png) no-repeat;
	background-size: contain;
	transform: translate(0, 5px);
	margin-right: 8px;
}
#detail .radius-bg-gray {
	background-color: #EEE;
	border-radius: 10px;
	padding: 20px 25px;
}
#CustomAccordion .accordion-item {
    border: none;
}
#CustomAccordion .accordion-header {
	border-left: initial;
	padding: initial;
	margin-top: initial;
	margin-bottom: initial;
}
#CustomAccordion .accordion-button {
	padding: 0;
    background-color: transparent;
    color: #333 !important;
    box-shadow: none;
}
#CustomAccordion .accordion-button:hover {
    background-color: transparent;
}
#CustomAccordion .accordion-button:focus {
    outline-color: transparent;
    box-shadow: none;
}
#CustomAccordion .accordion-button:after {
    order: -1;
    margin-left: 0;
    margin-right: 0.5em;
}
#CustomAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media screen and (min-width: 1024px) {
	#detail .radius-bg-gray {
		background-color: #EEE;
		border-radius: 10px;
		padding: 20px 25px;
		width: 80%;
	}
}
#detail h5,
#detail .seminar-h5 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#detail .seminar-hr {
	border-color: #666;
	width: 35%;
	margin: 15px 4px;
}
