@charset "utf-8";
.sp {
	display: none;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
input[type="submit"] {
	-webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:focus {
	outline: none;
}
html {
}
body {
	font-size: 16px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lucida Grande", sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	color: #444444;
	width: 100%;
	min-width: 1200px;
	word-wrap: break-word;
	line-height: 1.5;
	background-color: #fff;
}
input , select , textarea {
	font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lucida Grande", sans-serif;
	cursor: pointer;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
h1 {
	padding: inherit;
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-rendering: inherit;
}
select {
	width: auto;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	background-color: #fff;
	font-size: 16px;
}
img {
	border: none;
	vertical-align: top;
	height: auto;
	max-width:100%;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s;
}
a:hover {
	color: inherit;
	opacity: 0.7;
	text-decoration: none;
}
.hover {
	cursor: pointer;
	transition: all 0.2s;
}
.hover:hover {
	opacity: 0.7;
}
.link01 {
	cursor: pointer;
	text-decoration: none;
}
.link01:hover {
	text-decoration: underline;
	opacity: 1;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.vat {
	vertical-align:top!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col_red {
	color: #d90000!important;
}
.col_blue {
	color: #4472C4!important;
}

.headwrap {
	position: relative;
    background-color: #fff;
    z-index: 1000;
}
.headtop {
	padding-left: 30px;
	min-height: 85px;
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1);
}
.headleft {
	float: left;
}
.headleft01 {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1;
}
.headleft02 {
	width: 170px;
}
.headright {
	float: right;
}
.headright01 {
	float: left;
}
.headright02 {
	font-size: 0;
}
.headright03 {
	display: inline-block;
	position: relative;
	margin-right: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.headright03.current::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 5px;
	background-color: #00A747;
}
.headright03 a {
	display: block;
	padding-top: 32px;
	padding-bottom: 31px;
}
.headright04 {
	float: left;
}
.headright05 {
	display: table;
	width: 245px;
	height: 85px;
	color: #fff!important;
	background: linear-gradient(to right, #00A747, #00672C);
}
.headright05_inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.headright06 {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.headright07 {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1;
	font-size: 10px;
	width: 20px;
	border-radius: 10px;
	background-color: #FF4D4D;
}
.headright08 {
	font-weight: bold;
}
.headtbtm {
	position: absolute;
	top: 85px;
	right: 0;
	z-index: 10;
	width: calc(100% - 75px);
	font-size: 0;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 13px;
	text-align: right;
	background-color: #F7F7F7;
}
.home .headtbtm {
	background-color: rgba(240,240,240,0.5);
}
.select01 {
	display: inline-block;
	position: relative;
	margin-right: 12px;
}
.select01::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: calc(50% - 4px );
	right: 12px;
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	pointer-events: none;
}
.select01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 15px;
	min-width: 200px;
	color: #fff;
	background-color: #000;
	border-radius: 2px;
	border: none;
}
.select01 select option {
	background-color: #00A646;
}
.select01 select::-ms-expand {
	display: none;
}
.keyword {
	display: inline-block;
	position: relative;
}
.txt01 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-left: 7px;
	border: 1px solid #F0F0F0;
	width: 230px;
	font-size: 16px;
	border-radius: 2px;
}
.submit01 {
	position: absolute;
	display: block;
	top: 6px;
	right: 10px;
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	background-image: url(../img/common/icon_search.png);
}

.content {
	
}
.side {
	float: left;
	position: fixed;
	z-index: 11;
	width: 75px;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
	height: 100%!important;
    top: 0;
    left: 0;
}
.side01 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #00A646;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
.side01 span {
	display: block;
	border-left: 2px solid #00A646;
}
.main {
	float: right;
	width: calc(100% - 75px);
}
.mv {
	position: relative;
	overflow-x: hidden;
}
.mv li img {
	width: 100%;
}
.mv01 {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
}
.mv02 {
	margin-bottom: 15px;
}
.mv03 {
	font-size: 18px;
	font-weight: bold;
	color: #00A646;
}

.ttlwrap {
	margin-bottom: 40px;
	text-align: center;
}
.ttl01_top {
	margin-bottom: 12px;
	font-size: 14px;
	color: #AAA;
}
.ttl01_top::before {
	display: inline-block;
	content: '';
	margin-top: -1px;
	margin-right: 3px;
	vertical-align: middle;
	width: 11px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/common/icon_flag.png);
}
.ttl01 {
	font-size: 38px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.cmnwrap01 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1540px;
}
.cmnbox01 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.cmnbox01.type_cate {
	padding-top: 0;
}
.news01 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	max-width: 700px;
	height: 180px;
	overflow-y: auto;
	webkit-overflow-scrolling: touch;
	font-size: 14px;
	border: 1px solid #E0E0E0;
}
.news01::-webkit-scrollbar {
	background: #CDCDCD;
	width: 5px;
}
.news01::-webkit-scrollbar:horizontal {
	height: 10px;
}
.news01::-webkit-scrollbar-thumb{
	background: #000;
}
.news02 {
	display: table;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid #E0E0E0;
}
.news03 {
	display: table-cell;
	width: 160px;
}
.news04 {
	display: table-cell;
}
.btnarea {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	width: 230px;
}
.btn01 {
	display: block;
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #00A747!important;
	font-weight: bold;
	border: 2px solid #00A747;
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
}
.btn01.current {
	color: #fff;
	background-color: #00A747;
}
.btn01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00A747;
	border-right: 2px solid #00A747;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn01.current::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.rec {
	overflow-x: hidden;
	background-color: #F3FAF7;
}
.rec01 {
	
}
.rec02 {
	padding-right: 18px;
	padding-left: 18px;
}
.rec02 a {
	display: block;
	transition: 0.2s;
}
.rec02 a:hover {
	opacity: 0.7;
}
.rec02 img {
	margin-bottom: 10px;
	width: 100%;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}
.ec-newItemRole__listItemPrice {
	color: #00642B;
}
.slick-prev {
	left: 0;
	background-image: url(../img/common/btn_slide_prev.png);
}
.slick-next {
	right: 0px;
	background-image: url(../img/common/btn_slide_next.png);
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 41%;
	display: block;
	width: 49px;
	height: 49px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	transition: 0.2s;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.7;
}

.bnr {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #D5D5D5;
}
.bnr01 {
}
.bnr02 {
	float: left;
	width: 32%;
    margin-right: 2%;
}
.bnr02:last-child {
	margin-right: 0;
}
.bnr03 {
	margin-bottom: 10px;
}

.footwrap {
	padding-top: 50px;
	padding-bottom: 90px;
	text-align: center;
	color: #a5a5a5;
	border-top: 1px solid #D5D5D5;
}
.footwrap01 {
	margin-bottom: 30px;
}
.footwrap01 img {
	width: 170px;
}
.footwrap02 {
	margin-bottom: 50px;
	font-size: 0;
}
.footwrap02 li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
}
.footwrap03 {
	
}
.topbtn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 5;
}

.cmnwrap02 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
}
.cmnbox02 {
	padding-top: 146px;
	padding-bottom: 80px;
}
.cmnbox02.type_sec {
	padding-top: 0!important;
}
.breadcrumb {
	float: left;
	padding-top: 9px !important;
	padding-left: 60px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	font-size: 14px;
	color: #000;
    margin-bottom: 0px !important;
    list-style: none;
    border-radius: 0px !important;
}
.law01 {
	
}
.law02 {
	display: table;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	color: #000;
	border-bottom: 1px solid #C7C7C7;
}
.law02:last-child {
	border-bottom: none;
}
.law02 dt {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	font-weight: bold;
}
.law02 dd {
	display: table-cell;
	vertical-align: top;
}

.policy {
	color: #000;
}
.policy01 {
	margin-bottom: 24px;
}
.policy01:last-child {
	margin-bottom: 0;
}

.contact {
	color: #000;
}
.contact01 {
	padding-bottom: 20px;
}
.contact02 {
	
}
.contact03 {
	display: table;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
}
.contact03:first-child {
	border-top: 1px solid #C7C7C7;
}
.contact04 {
	display: table-cell;
	padding-top: 10px;
	vertical-align: top;
	width: 220px;
	font-weight: bold;
}
.contact05 {
	display: table-cell;
	vertical-align: top;
}
.contact06 {
	float: left;
	width: 260px;
	margin-right: 20px;
}
.contact .txt01 {
	width: 100%;
	border: 1px solid #C7C7C7;
}
.tarea01 {
	padding: 7px;
	width: 690px;
	height: 160px;
	resize: none;
	border: 1px solid #C7C7C7;
}
.contact .select01 {
	width: 100%;
	margin-right: 0;
	border: 1px solid #C7C7C7;
}
.req {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 48px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #D90000;
}
.contact07 {
	margin-bottom: 10px;
}
.contact08 {
	display: inline-block;
	margin-right: 12px;
}
.contact09 {
	display: inline-block;
	width: 150px;
}
.contact09_02 {
	display: inline-block;
	color: #00A3D9;
}
.contact09_02::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/common/icon_help.png);
}
.contact09_03 {
	margin-bottom: 10px;
	width: 170px;
}
.contact10 {
	width: 540px;
	margin-bottom: 10px;
}
.contact10.type_tel {
	width: 200px;
}
.contact10.mb0 {
	margin-bottom: 0;
}
.contact11 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	font-size: 0;
	text-align: center;
}
.btn02wrap {
	position: relative;
}
.btn02wrap.type_contact {
	display: inline-block;
	width: 240px;
	margin-right: 20px;
	margin-left: 20px;
}
.btn02wrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn02 {
	position: relative;
	padding-top: 19px;
	padding-bottom: 19px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #FF4D4D;
	border: none;
	border-radius: 7px;
}
.btn02.type_gray {
	background-color: #3F3F3F;
}
.btn02::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cmnbox03 {
	padding-top: 126px;
	padding-bottom: 80px;
}
.pagenav {
	margin-bottom: 40px;
}
.plist02 {
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	max-width: 1020px;
}
.plist03 {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.plist03 .btn01 {
	padding-right: 20px;
	padding-left: 20px;
}
.plist03:nth-child(4n) {
	margin-right: 0;
}
.plist03:nth-child(4n + 1) {
	clear: both;
}
.plist03.current .btn01 {
	color: #fff!important;
	background-color: #00A747!important;
}
.plist03.current .btn01::after {
	border-top-color: #fff;
	border-right-color: #fff;
}
.plist04 {
	margin-bottom: 25px;
}
.plist05 {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
}
.plist05 span {
	color: #FF4C4C;
}
.plist05_02 {
	font-size: 0;
	float: right;
}
.select02 {
	display: inline-block;
	margin-left: 10px;
	width: auto;
	height: auto;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	border: 1px solid #767676;
	border-radius: 0;
}
.plist06wrap {
	margin-bottom: 25px;
	border-bottom: 1px solid #D6D6D6;
}
.plist06 {
	float: left;
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 70px;
}
.plist06:nth-child(5n) {
	margin-right: 0;
}
.plist06:nth-child(5n + 1) {
	clear: both;
}
.plist06 .rec04 {
	margin-top: 0;
}
.plist07 {
	margin-bottom: 25px;
	color: #FF4C4C;
}
.plist07 {
	
}
.plist08 {
	text-align: center;
}
.plist09 {
	display: inline-block;
}
.plist10.txt01 {
	display: inline-block;
	margin-bottom: 15px;
	padding-right: 7px;
	width: 80px;
	text-align: right;
	border: 1px solid #d6d6d6;
}
.plist11 {
	
}

.pdtl01 {
	margin-bottom: 70px;
}
.pdtl02 {
	width: 550px;
	float: left;
}
.pdtl03 li {
	border: 1px solid #D6D6D6;
}
.pdtl03 img {
	width: 100%;
}
.pdtl04 {
	
}
.pdtl04 li {
	float: left;
	width: 160px;
	margin-top: 35px;
	margin-right: 35px;
	border: 1px solid #D6D6D6;
}
.pdtl04 li:nth-child(3n) {
	margin-right: 0;
}
.pdtl04 li:nth-child(3n + 1) {
	clear: both;
}
.pdtl05 {
	width: 500px;
	float: right;
}
.pdtl06 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #1F262C;
}
.pdtl07 {
	margin-bottom: 15px;
	font-size: 0;
}
.pdtl08 {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #37444D;
}
.pdtl09 {
	display: block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border: 1px solid #A1A1A1;
}
.pdtl10_wrap {
	color: #1F262C;
}
.pdtl10 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #D6D6D6;
}
.pdtl10.type_price {
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: bold;
	color: #FF4C4C;
}
.pdtl11 {
	font-size: 24px;
}
.pdtl12 {
	margin-right: 1em;
	color: #6AAA4C;
}
.pdtl13 {
	
}
.pdtl14 {
	width: 330px;
}
.pdtl14 .btn02wrap {
	margin-bottom: 12px;
}
.pdtl15 {
	
}

.pnav01 {
	margin-top:35px;
	margin-bottom:35px;
}
.pnav02 {
	text-align:center;
	font-size:0;
}
.pnav02 li {
	display:inline-block;
	margin:7px;
	font-size:16px;
	font-weight:bold;
}
.pnav02 li a {
	text-align: center;
	display: block;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 9px;
	padding-left: 14px;
	border: 1px solid #CCC;
}
.pnav02 li.current {
	text-align: center;
	display: inline-block;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 9px;
	padding-left: 14px;
	border: 1px solid #19B059;
	color: #FFF;
	background-color: #19B059;
}
.col_blue {
	color: #00A3D8;
}
.contact_check {
	padding-top: 40px;
	text-align: center;
	font-weight: bold;
}
.check01 {
	margin-right: 5px;
}
.ec-inlineBtn--top {
	display: block;
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 230px;
	color: #00A747!important;
	background-color: #fff!important;
	font-weight: bold;
	border: 2px solid #00A747!important;
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
}
.ec-inlineBtn--top::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00A747;
	border-right: 2px solid #00A747;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ec-select select {
	width: auto;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	border: 1px solid #767676;
	border-radius: 0;
	line-height: 1.5;
}
.form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contact_contents {
	margin-bottom: 10px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
	top: -15px;
}
.contact_comp {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ec-reportDescription {
	margin-bottom: 80px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}
a:focus {
	outline: inherit;
}
.ec-pageHeader {
	display: none;
}
.ec-registerRole, .ec-role, .ec-layoutRole__main, .ec-cartRole-main {
	padding-top: 126px;
	padding-bottom: 80px;
}
.check01 {
	margin-right: 5px;
}
.ec-off3Grid .ec-off3Grid__cell {
	width: 100%!important;
	margin-left: 0!important;
}
input:focus {
	outline: none!important;
	box-shadow: none;
}

.ec-orderAccount, .ec-orderDelivery, .ec-orderPayment, .ec-orderConfirm {
	margin-bottom: 10px;
}
.ec-rectHeading {
	margin-bottom: 10px;
}
.ec-navlistRole .active a {
	color: #00A646;
}
.ec-modal-box .ec-role {
	padding: 0;
}

.ec-layoutRole__main {
	margin-right: auto;
	margin-left: auto;
	max-width: 1500px;
}
.ec-checkbox {
	margin-bottom: 40px;
}
.ec-reportHeading {
	border-top: none!important;
}


.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
	display: inline-block;
	margin-bottom: 10px;
}
.ec-halfInput  .ec-errorMessage {
	display: inline-block;
	margin-bottom: 10px;
	width: 45%;
}
.ec-halfInput  .ec-errorMessage:first-of-type {
	margin-right: 15px;
}
.ec-totalBox__txt {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ec-cartRow .ec-cartRow__delColumn {
	text-align: center;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
	text-align: center;
}

.rec.type_rank .rec02 a {
	position: relative;
}
.rec.type_rank .rec02.rank01 a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 32px;
	height: 57px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/pic_rank01.png);
}
.rec.type_rank .rec02.rank02 a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 32px;
	height: 57px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/pic_rank02.png);
}
.rec.type_rank .rec02.rank03 a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 32px;
	height: 57px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/pic_rank03.png);
}
.rec.type_rank .rec02.rank04 a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 32px;
	height: 57px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/pic_rank04.png);
}
.rec.type_rank .rec02.rank05 a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 32px;
	height: 57px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/pic_rank05.png);
}

.news_cate01_wrap {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
.news_cate02 {
	width: 241px;
	margin-right: 12px;
	margin-bottom: 18px;
	float: left;
}
.news_cate02:nth-child(4n) {
	margin-right: 0;
}
.news_cate02:nth-child(4n + 1) {
	clear: both;
}
.news_cate02 a {
	display: block;
	padding-top: 59px;
	padding-bottom: 58px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}


/*商品値段非表示　買物機能実装後消す*/
/*
.ec-newItemRole__listItemPrice,
.plist07.price02-default,
.pdtl10.type_price {
	display: none!important;
}
*/

.ec-totalBox .ec-totalBox__taxRate {
    display: none!important;
}

.apology {
	padding-top: 70px;
}
.cmnwrap_870 {
	max-width: 870px;
	margin-right: auto;
	margin-left: auto;
}
.apology01 {
	position: relative;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.apology05 {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 14px;
}
.apology02 {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	color: #707070;
}
.apology03 {
	padding: 45px;
	border: 5px solid #C40000;
}
.apology04 {
	font-size: 18px;
	font-weight: bold;
	color: #C40000;
	text-align: center;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
	z-index: 1;
}
.ec-select select {
	max-width: 100%;
}
html .c_code {
	color: #525263;
}
