/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/noto-sans-jp-v28-latin_japanese-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-latin_japanese-regular.woff') format('woff'), /* Modern Browsers */
  font-display: swap;
}
/* noto-sans-jp-500 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/noto-sans-jp-v28-latin_japanese-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-latin_japanese-500.woff') format('woff'), /* Modern Browsers */
  font-display: swap;
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/noto-sans-jp-v28-latin_japanese-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-latin_japanese-700.woff') format('woff'), /* Modern Browsers */
  font-display: swap;
}
/* noto-sans-jp-900 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/noto-sans-jp-v28-latin_japanese-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-latin_japanese-900.woff') format('woff'), /* Modern Browsers */
  font-display: swap;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

body {
	width: 100%;
	margin: 0;
	padding: 66px 0 0 0;
	color: #000;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.95;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position: relative;
	z-index: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0366D6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

button {
	outline: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	 text-align: justify;
	 text-justify: inter-ideograph;
	 -ms-text-justify: inter-ideograph;
}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.ml1em {margin-left: 1em;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml65 {margin-left: 65px;}
.ml70 {margin-left: 70px;}
.ml75 {margin-left: 75px;}
.ml80 {margin-left: 80px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}
.mr55 {margin-right: 55px;}
.mr60 {margin-right: 60px;}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: .7em;
}

.red {
	color: #d6000e;
}

.under {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

img.object-fit-img,
.object-fit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.btn1 {
	min-width: 198px;
	height: 53px;
	color: #000;
	text-decoration: none;
	border: solid 1px #000000;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.btn2 {
	min-width: 198px;
	height: 53px;
	color: #fff;
	text-decoration: none;
	border: solid 1px #000000;
	background-color: #ff5700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.fade-in {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.scroll-in,
.fade-in.active {
	opacity : 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.delay01 {
	-webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.delay02 {
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.delay03 {
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.delay04 {
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.delay05 {
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.delay06 {
	-webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.delay07 {
	-webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.delay08 {
	-webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.delay09 {
	-webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.delay1 {
	-webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.delay11 {
	-webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.delay12 {
	-webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.delay13 {
	-webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.delay14 {
	-webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.delay15 {
	-webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.delay16 {
	-webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.delay17 {
	-webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.delay18 {
	-webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.delay19 {
	-webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.delay2 {
	-webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.delay22 {
	-webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.delay3 {
	-webkit-transition-delay: 3s;
    transition-delay: 3s;
}
.delay5 {
	-webkit-transition-delay: 5s;
    transition-delay: 5s;
}

.goTop10 {
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.goTop15 {
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}
.goTop20 {
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.goBottom15 {
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
}
.goBottom20 {
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
.goLeft15 {
	-webkit-transform: translate3d(30px,0,0);
	transform: translate3d(30px,0,0);
}
.goLeft100 {
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}
.goRight15 {
	-webkit-transform: translate3d(-30px,0,0);
	transform: translate3d(-30px,0,0);
}

.mds_heading {
	padding: 50px 0 70px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
}

.mds3 {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
}



/* --------------- sub common --------------- */

.col_pagettl {
	max-width: 1260px;
	height: 165px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

h1.pagettl{
	padding-left: 30px;
	font-size: 40px;
	color: #fff;
}

.col_bread {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	font-size: 12px;
	color: #7a7a7a;
	line-height: 1;
}

.col_bread a {
	color: #7a7a7a;
	text-decoration: none;
}

.mds_sub1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
}



/* --------------- ����-���ւ̎����g��  --------------- */
.col_env {
	margin: 0;
	padding: 65px 0 65px;
}

.inner_env {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.mds_env {
	margin: 0 0 55px;
	padding: 0 0 20px;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	border-bottom: solid 1px #676767;
}

.wrap_env {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.unit_env {
	width: calc(100% / 3);
	max-width: 320px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.unit_env dl {
	margin: 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
}

.unit_env dl dt {
	width: 79px;
	margin: 0 auto 8px;
	padding: 0;
}

.unit_env dl dd {
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.unit_env p {
	margin: 6px 0 0;
	padding: 0;
	line-height: 1.4;
}

.unit_env p .inner {
	text-align: left;
	display: inline-block;
}

/* --------------- ����-�v��  --------------- */
.col_able_sdgs {
	margin: 0;
	padding: 60px 0 70px;
	background-color: #f1efee;
}

.inner_able_sdgs {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.txt_able_sdgs {
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
	line-height: 1.8;
}

ul.list_able_sdgs {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

ul.list_able_sdgs li {
	width: 92px;
	margin: 0 0 10px 0;
	padding: 0 5px;
}

ul.list_able_sdgs li:last-child {
	margin-right: 0;
}

/* --------------- ����-���앨�̂��Љ�  --------------- */
.col_intro {
	margin: 0;
	padding: 85px 0 75px;
}

.inner_intro {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.mds_intro {
	margin: 0 0 50px;
	padding: 17px 25px 17px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.6;
	border-top: solid 1px #c8cdcf;
	border-bottom: solid 1px #c8cdcf;
}

.img_intro {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.img_intro > div {
	width: 31.6%;
	margin: 0 2.6% 2.6% 0;
	padding: 0;
}

.img_intro > div:nth-child(3n) {
	margin-right: 0;
}

/* --------------- ����-�W�J�A�C�e��  --------------- */

.col_items {
	margin: 0;
	padding: 80px 0 70px;
	background-color: #f1efee;
}

.inner_items {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.mds_items {
	margin: 0 0 48px;
	padding: 16px 25px;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.6;
	background-color: #000;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.wrap_items {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.box_items {
	width: 18.4%;
	height: auto;
	margin: 0 2% 20px 0;
	color: #000;
	text-decoration: none;
	background-color: #f9f9f9;
	border: solid 1px #bebebe;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: block;
}

.col_items_riceresin .box_items {
	width: 22.3%;
	height: auto;
	margin: 0 3.6% 20px 0;
	color: #000;
	text-decoration: none;
	background-color: #f9f9f9;
	border: solid 1px #bebebe;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: block;
}

.box_items .inner {
	height: 100%;
}

.box_items:nth-child(5n) {
	margin-right: 0;
}

.col_items_riceresin .box_items:nth-child(5n) {
	margin-right: 3.6%;
}

.col_items_riceresin .box_items:nth-child(4n) {
	margin-right: 0%;
}


.box_items .inner .img {
	width: 100%;
	height: 176px;
	margin: 0;
	background-color: #dfdfdf;
	overflow: hidden;
}

.box_items .inner dl {
	margin: 0;
	padding: 8px 10px 8px;
	font-size: 13px;
	line-height: 1.55;
}

.box_items .inner dl dt {
	min-height: 36px;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 600;
	word-break: break-all;
}
.col_items_riceresin .box_items .inner dl dt {
	min-height: 0px;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 600;
	word-break: break-all;
}
.box_items .inner dl dd {
	margin: 0;
	padding: 0;
}

.txt_NoItems {
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}



/* --------------- ����-�y�[�W�����o�i�[  --------------- */

.col_btmbnr {
	margin: 0;
	padding: 75px 0 60px;
	background-color: #fff;
}

.inner_btmbnr {
	width: 94%;
/*	max-width: 852px;*/
  max-width: 567px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner_btmbnr a {
/*	width: 31.6%;*/
  width: 47.795%;
	max-width: 270px;
/*	margin: 0 2.6% 0 0;*/
  margin: 0 4.41% 0 0;
	color: #000;
	text-decoration: none;
	border: solid 1px #c1c1c1;
	display: block;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.inner_btmbnr a:last-child {
	margin-right: 0;
}

.inner_btmbnr a:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(000,000,000,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.bg_btmbnr {
	width: 100%;
	position: relative;
	z-index: -1;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.inner_btmbnr a dl {
	height: 55px;
	margin: auto;
	padding: 0;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
}

.inner_btmbnr a.limex dl {
	height: 65px;
}

.inner_btmbnr a dl dt {
	margin: 0 auto 4px;
	padding: 0;
}

.inner_btmbnr a.limex dl dt {
	max-width: 170px;
}

.inner_btmbnr a.bio dl dt {
	max-width: 212px;
}

.inner_btmbnr a.bagasse dl dt {
	max-width: 123px;
}

.inner_btmbnr a.riceresin dl dt {
	max-width: 176px;
}

.inner_btmbnr a dl dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-shadow:
		0px 0px 20px #ffffff,
		0px 0px 20px #ffffff,
		0px 0px 20px #ffffff,
		0px 0px 20px #ffffff;
}



/* --------------- header --------------- */

header {
	width: 100%;
	height: 66px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #676767;
	background-color: #fff;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
}

.inner_header {
	height: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

.logo_header {
	max-width: 198px;
	margin: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.pcnav_header {
	width: calc(100% - 198px);
	height: 100%;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pcnav_header ul {
	width: calc(100% - 66px);
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

.pcnav_header ul li {
	width: calc( (100% - 116px) / 9);
	margin: 0;
	padding: 0;
	text-align: center;
}

.pcnav_header ul li.bg {
	border-right: solid 1px #676767;
	background-color: #969696;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.pcnav_header ul li.bg:first-of-type {
	border-left: solid 1px #676767;
}

.pcnav_header ul li a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.pcnav_header ul li a span.border {
	padding: 0 2px;
	position: relative;
	z-index: 0;
}

.pcnav_header ul li a span.border:before {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: -4px;
	left: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.pcnav_header ul li.cart {
	width: 116px;
	background-color: #000;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.pcnav_header ul li.bg a,
.pcnav_header ul li.cart a {
	color: #fff;
}

.pcnav_header ul li.cart .inner {
	padding: 0 22px 0 0;
	position: relative;
	z-index: 0;
}

.pcnav_header ul li.cart .inner img {
	width: 16px;
	margin: 0 6px 0 0;
	vertical-align: baseline;
}

.pcnav_header ul li.cart .total-quantity {
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background-color: #ff5700;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

#menubtn {
	width: 66px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-right: solid 1px #bababa;
	display: block;
	cursor: pointer;
}

#menubtn .btn {
	width: 28px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#menubtn .btn span {
	width: 100%;
	height: 2px;
	margin: auto;
	padding: 0;
	background-color: #000;
	display: inline-block;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	position: absolute;
	left: 0;
	right: 0;
}

#menubtn span:nth-child(1) {
	top: 22px;
}

#menubtn span:nth-child(2) {
	top: 32px;
}

#menubtn span:nth-child(3) {
	top: 42px;
}

#menubtn.active span:nth-of-type(1) {
	width: 96%;
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: 13px;
}

#menubtn.active span:nth-of-type(2) {
	opacity: 0;
}

#menubtn.active span:nth-of-type(3) {
	width: 96%;
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 53px;
}

.spnav_header {
	width: 100%;
	max-width: 1262px;
	height: calc(100vh - 66px);
	margin: 0 auto;
	display: none;
	position: absolute;
	top: 66px;
	right: 0;
	left: 0;
}

.spnav_header > ul {
	width: 400px;
	height: 100%;
	margin: 0 0 0 auto;
	padding: 0 0 40px;
	background-color: rgba(0,0,0,0.8);
	overflow: auto;
}

.spnav_header > ul > li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #fff;
}

.spnav_header ul > li > a {
	padding: 11px 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
		-webkit-box-pack: start;
		   -ms-flex-pack: start;
		 justify-content: flex-start;
}

.spnav_header ul > li.trigger > a:before,
.spnav_header ul > li.trigger > a:after {
	content: "";
	width: 15px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: all .3s;
}

.spnav_header > ul > li.trigger > a:before {
	top: 24px;
	right: 15px;
}

.spnav_header > ul > li.trigger > a:after {
	top: 24px;
	right: 15px;
	transform: rotate(90deg);
}

.spnav_header > ul > li.trigger.open > a:after {
	transform: rotate(180deg);
}

.spnav_header ul > li.single > a:after {
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 21px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.submenu_header {
	width: 90%;
	margin: 0 auto 20px;
	padding: 0;
	background-color: #fff;
	position: static;
	top: 0;
	opacity: 1;
	visibility: visible;
	display: none;
}

.submenu_header ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.submenu_header ul li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #969696;
}

.submenu_header ul li a {
	padding: 8px 15px 6px;
	color: #000;
	font-weight: 400;
	text-align: left;
	position: relative;
	z-index: 0;
}

.submenu_header ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* --------------- footer --------------- */

footer {
	width: 100%;
	margin: 0;
	padding: 26px 0 35px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}

.inner_footer {
	width: 94%;
	max-width: 1145px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.left_footer {
	width: 260px;
}

.logo_footer {
	width: 196px;
	margin: 0 0 10px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.address_footer {
	font-size: 12px;
	font-style: normal;
}

.right_footer {
	margin: 0 0 0 auto;
	padding: 10px 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.right_footer dl {
	width: 160px;
	margin: 0;
	padding: 3px 16px;
	font-size: 12px;
	line-height: 1.5;
	border-right: dotted 1px #fff;
}

.right_footer dl:nth-child(4) {
	width: 90px;
}

.right_footer dl:last-child {
	border-right: none;
}

.right_footer dl dt {
	margin: 0 0 4px;
	padding: 0;
}

.right_footer dl dt:before {
	content: "\003E";
	margin: 0 3px 0 0;
	color: #fff;
}

.right_footer dl dd {
	margin: 0 0 4px;
	padding: 0 0 0 0.75em;
}

.right_footer dl dd:before {
	content: "\30FB";
	colro: #fff;
}

.right_footer dl dt a,
.right_footer dl dd a,
ul.link_footer li a {
	color: #fff;
	text-decoration: none;
}

.btm_footer {
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
}

ul.link_footer {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.link_footer li {
	margin: 0;
	padding: 1px 15px;
	font-size: 12px;
	line-height: 1;
	border-right: solid 1px #fff;
}

ul.link_footer li:first-child {
	padding-left: 0;
}

ul.link_footer li:last-child {
	border-right: none;
}

.copyright {
	margin: 12px 0 0 0;
	font-size: 11px;
}



/* --------------- top --------------- */

.wrap_toppage {
	overflow: hidden;
}

.col_mainimg {
	width: 100%;
	height: 584px;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.inner_mainimg {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 84px 0 0 0;
	text-align: center;
}

.inner_mainimg h1 {
	margin: 0 0 15px;
	padding: 0;
}

.catch_main1 {
	max-width: 218px;
	margin: 0 auto;
	display: block;
}

.catch_main2 {
	max-width: 750px;
	margin: 0 auto -40px;
	position: relative;
	z-index: 0;
	top: -40px;
	display: block;
}

.catch_main1 .inner_hide,
.catch_main2 .inner_hide,
dl.txt_topmain1 dt .inner_hide,
dl.txt_topmain1 dd .inner_hide {
	line-height: 1;
	display: inline-block;
	overflow: hidden;
}

dl.txt_topmain1 dd .inner_hide {
	line-height: 1.95;
}

.catch_main1 .inner_hide img,
.catch_main2 .inner_hide img,
dl.txt_topmain1 dt .inner_hide img,
dl.txt_topmain1 dd .inner_hide .txt {
	transform: translateY(120%);
	transition: all 0.8s cubic-bezier(.23,1,.32,1);
	transition-delay: 0.2s;
	display: inline-block;
}

.catch_main2 .inner_hide img {
	transform: translateY(110%);
	transition: all 1s cubic-bezier(.23,1,.32,1);
	transition-delay: 0.2s;
}

dl.txt_topmain1 dt .inner_hide img {
	transform: translateY(120%);
	transition: all 1s cubic-bezier(.23,1,.32,1);
	transition-delay: 1s;
}

dl.txt_topmain1 dd .inner_hide .txt {
	transform: translateY(120%);
	transition: all 1s cubic-bezier(.23,1,.32,1);
	transition-delay: 1.2s;
}


.loadend .catch_main1 .inner_hide img,
.loadend .catch_main2 .inner_hide img,
.loadend dl.txt_topmain1 dt .inner_hide img,
.loadend dl.txt_topmain1 dd .inner_hide .txt {
	transform: none;
}


dl.txt_topmain1 {
	margin:  0 -50px;
	padding: 0;
	position: relative;
	z-index: 0;
	top: -50px;
}

dl.txt_topmain1 dt {
	max-width: 341px;
	margin: 0 auto;
	padding: 0;
}

dl.txt_topmain1 dd {
	margin: 0;
	padding: 0;
}

.col_content1 {
	margin: 0;
	padding: 84px 0 100px;
}

.inner_content1 {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
}

.mds_topitem {
	width: 124px;
	margin: 0 auto 45px;
}

.wrap_topslider1 {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 50px;
	padding: 0px 55px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.wrap_topslider1 .swiper-container {
	max-width: 1000px;
	overflow: visible;
}

.slider_topitem1 .swiper-wrapper {
	margin: 0 auto;
	padding: 0;
}

.slider_topitem1 .swiper-slide {
	height: auto;
	color: #000;
	text-decoration: none;
	background-color: #f9f9f9;
	border: solid 1px #bebebe;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.slider_topitem1 .swiper-slide .inner {
	height: 100%;
}

.slider_topitem1 .swiper-slide .img {
	width: 100%;
	height: 180px;
	margin: 0;
	overflow: hidden;
}

.slider_topitem1 .swiper-slide dl {
	margin: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 1.55;
}

.slider_topitem1 .swiper-slide dl dt {
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.slider_topitem1 .swiper-slide dl dd {
	margin: 0;
	padding: 0;
}

.slider_topitem1 .swiper-button-next {
	right: -55px;
}

.slider_topitem1 .swiper-button-prev {
	left: -55px;
}

.slider_topitem1 .swiper-button-next,
.slider_topitem1 .swiper-container-rtl .swiper-button-prev,
.slider_topitem1 .swiper-button-prev,
.slider_topitem1 .swiper-container-rtl .swiper-button-next {
	width: 42px;
	height: 100%;
	margin: 0;
	background-color: #fff;
	background-image: none;
	top: 0;
}

.slider_topitem1 .swiper-button-prev:after,
.slider_topitem1 .swiper-button-next:after {
	content: "";
	width: 20px;
	height: 20px;
	margin: -10px 0 0 0;
	padding: 0 0 0 0;
	border-left: solid 3px #969696;
	border-top: solid 3px #969696;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
	transition: all .15s;
	-moz-transition: all .15s;
	-webkit-transition: all .15s;
}

.slider_topitem1 .swiper-button-prev:after {
	left: 15px;
	right: auto;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.slider_topitem1 .swiper-button-prev.swiper-button-disabled,
.slider_topitem1 .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.slider_topitem1 .swiper-button-prev.swiper-button-disabled:after,
.slider_topitem1 .swiper-button-next.swiper-button-disabled:after {
	opacity: 0;
}

.col_content2 {
	margin: 0;
	padding: 55px 0 0 0;
}

.inner_content2 {
	width: 96%;
	max-width: 1200px;
	height: 562px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.left_col {
	width: 460px;
	margin: 0;
	padding: 0 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

.left_col .inner {
	width: 100%;
}

.mds_top1 {
	margin: 0 auto;
	text-align: center;
}

.mds_top1 .ja {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
}

.limex .mds_top1 {
	max-width: 247px;
	margin: 0 auto 30px;
}

.limex .mds_top1 .ja {
	margin: 4px 0 0 0;
}

.txt_top1 {
	margin: 0 0 40px;
	text-align: center;
}

ul.list_topGoal {
	margin: 0 auto 40px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

ul.list_topGoal li {
	width: 49px;
	margin: 0 6px 6px 0;
	padding: 0;
}

ul.list_topGoal.col3 {
	max-width: 160px;
}

ul.list_topGoal.col3 li:nth-child(3n) {
	margin-right: 0;
}

ul.list_topGoal.col4 {
	max-width: 214px;
}

ul.list_topGoal.col4 li:nth-child(4n) {
	margin-right: 0;
}

.btnarea_top1 {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.btnarea_top1 a {
	width: 46%;
	max-width: 198px;
}

.right_col {
	width: calc(100% - 460px);
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.right_col:before {
	content: "";
	width: 772px;
	height: 562px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
}

.limex .left_col .inner {
	margin-top: 20px;
}

.limex .right_col:before {
	background-image: url(../img/top/img1.jpg);
	left: 0;
}

.biodegradable.col_content2 {
	padding-top: 65px;
}

.biodegradable .left_col .inner {
	margin-top: 35px;
}

.biodegradable .left_col,
.planning .left_col {
	padding: 0 0 0 30px;
	-webkit-box-ordinal-group: 2;
	           -ms-flex-order: 1;
	                    order: 1;
}

.biodegradable .mds_top1 {
	max-width: 356px;
	margin-bottom: 30px;
}

.biodegradable .mds_top1 .ja {
	margin-top: 5px;
}

.biodegradable .right_col,
.planning .right_col {
	-webkit-box-ordinal-group: 1;
	           -ms-flex-order: 0;
	                    order: 0;
}

.biodegradable .right_col:before {
	background-image: url(../img/top/img2.jpg);
	right: 0;
}

.riceresin.col_content2 {
	padding-top: 65px;
}

.riceresin .left_col .inner {
	margin-top: 35px;
}

.riceresin .left_col,
.planning .left_col {
	padding: 0 0 0 30px;
	-webkit-box-ordinal-group: 2;
	           -ms-flex-order: 1;
	                    order: 1;
}

.riceresin .mds_top1 {
	max-width: 356px;
	margin-bottom: 30px;
}

.riceresin .mds_top1 .ja {
	margin-top: 5px;
}

.riceresin .right_col,
.planning .right_col {
	-webkit-box-ordinal-group: 1;
	           -ms-flex-order: 0;
	                    order: 0;
}

.riceresin .right_col:before {
	background-image: url(../img/top/img6.jpg);
	right: 0;
}


.bagasse.col_content2 {
	padding-top: 80px;
}

.bagasse .left_col .inner {
	margin-top: 0;
}

.bagasse .mds_top1 {
	max-width: 208px;
	margin-bottom: 30px;
}

.bagasse .mds_top1 .ja {
	margin-top: 5px;
}

.bagasse .right_col:before {
	background-image: url(../img/top/img3.jpg);
	left: 0;
}

.planning.col_content2 {
	padding-top: 110px;
}

.planning .left_col .inner {
	margin-bottom: 80px;
}

.planning .mds_top1 {
	max-width: 264px;
	margin-bottom: 30px;
}

.planning .mds_top1 .ja {
	margin-top: 5px;
}

.consulting .txt_top1,
.planning .txt_top1 {
	margin-bottom: 65px;
}

.planning .right_col:before {
	background-image: url(../img/top/img5.jpg);
	right: 0;
}

.btnarea_top1.single a {
	margin: 0 auto;
}

.consulting.col_content2 {
	margin-bottom: 80px;
	padding-top: 110px;
}

.consulting .left_col .inner {
	margin-bottom: 60px;
}

.consulting .mds_top1 {
	max-width: 215px;
	margin-bottom: 30px;
}

.consulting .mds_top1 .ja {
	margin-top: 5px;
}

.consulting .right_col:before {
	background-image: url(../img/top/img4.jpg);
	left: 0;
}

.col_content3 {
	padding: 72px 0 85px;
	background-color: #f9f9f9;
}

.inner_content3 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.mds_topSdgs {
	margin: 0 auto 35px;
	padding: 0;
}

.mds_topSdgs img {
	width: 132px;
	margin: 0 auto 15px;
	display: block;
}

.mds_topSdgs .ja {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.txt_topSdgs {
	margin: 0 0 35px;
	padding: 0;
}

dl.img_topSdgs {
	margin: 0;
	padding: 0;
}

dl.img_topSdgs dt {
	max-width: 638px;
	margin: 0 auto 35px;
	padding: 0;
}

dl.img_topSdgs dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.col_content_contact {
	padding: 40px 0 70px;
}

.inner_content_contact {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.mds_topContact {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
}

.txt_topContact {
	margin: 0 0 35px;
	padding: 0;
	font-size: 13px;
	line-height: 1.85;
}

.btn1.topContact {
	max-width: 362px;
	height: 82px;
	margin: 0 auto;
	color: #ff5700;
	font-size: 18px;
	font-weight: 600;
}

.btn1.topContact .inner {
	padding: 0 0 0 40px;
	background-image: url(../img/icon_mail.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 27px auto;
}



/* --------------- Company --------------- */

.col_pagettl.company {
	background-image: url(../img/company/bg_pagettl.jpg);
}

.col_company1 {
	width: 94%;
	margin: 0 auto;
	padding: 39px 0 50px;
	text-align: center;
}

.col_company1 p {
	padding-top: 25px;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}

.col_company2 {
	max-width: 1260px;
	height: 643px;
	margin: 0 auto;
	padding: 108px 0 0;
	background-image: url(../img/company/img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.col_company2 .img_logo {
	max-width: 126px;
	margin: 0 auto 182px;
	padding: 0;
}

.col_company2 .img_logo img{
	margin-left: 6px;
}

.col_company2 p {
	width: 92%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	color: #fff;
}

.bg_col_company3 {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 120px;
	background-color: #fafafa;
}

.col_company3 {
	max-width: 1000px;
	width: 94%;
	margin: 0 auto;
	padding: 75px 0 0;
	text-align: center;
}

.col_company3 dl {
	width: 100%;
	margin: 0;
	padding: 55px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}

.col_company3 dt {
	width: 18%;
	margin: 0;
	padding: 13px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}

.col_company3 dd {
	width: 82%;
	margin: 0;
	padding: 13px 0 13px 25px;
	border-top: 1px solid #ccc;
	text-align: left;
}



/* --------------- biodegradable --------------- */


.col_pagettl.bio {
	background-image: url(../img/biodegradable/bg_pagettl.jpg);
}

.col_pagettl.line2 .pagettl {
	font-size: inherit;
	line-height: 1.5;
}

.col_pagettl.line2 .pagettl .en {
	width: 260px;
	display: block;
}

.col_pagettl.line2 .pagettl .ja {
	font-size: 20px;
	font-weight: 600;
}

.col_bio1 {
	margin: 0;
	padding: 50px 0 45px;
	background-color: #f1efee;
	overflow: hidden;
}

.inner_bio1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.wrap_bio1 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#biodegradable1 .mds3,
#bagasse1 .mds3 {
	width: 100%;
	margin: 0 0 45px;
}

.wrap_bio1 .left {
	width: 380px;
	padding: 0 45px 0 0;
}

.wrap_bio1 .right {
	width: calc(100% - 380px);
	height: 388px;
	position: relative;
	z-index: 0;
}

.wrap_bio1 .right img {
	width: 730px;
	position: absolute;
	top: 0;
	left: 0;
}



/* --------------- bagasse --------------- */


.col_pagettl.bagasse {
	background-image: url(../img/bagasse/bg_pagettl.jpg);
}

.col_pagettl.line2.bagasse .pagettl .en {
	width: 151px;
}

.col_able_sdgs.bagasse {
	padding: 0;
	background-color: transparent;
}



/* --------------- limex --------------- */

.col_pagettl.limex {
	background-image: url(../img/limex/bg_pagettl.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
}

.col_pagettl.limex .pagettl {
	width: 100%;
	max-width: 1260px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 4%;
	font-size: unset;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.col_pagettl.limex .pagettl .en {
	width: 26.4vw;
	max-width: 185px;
}

.lead_limex1 {
	margin: 0;
	padding: 2em 1.5em 2.2em;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

#limex1 .mds3 {
	margin: 0 0 45px;
}

.col_limex1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 52px 0 83px;
}

.cont_limex1 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_limex1:first-child {
	margin-bottom: 40px;
}

.cont_limex1 dl {
	width: 42%;
	margin: 0;
	padding: 0;
}

.cont_limex1 dl dt {
	margin: 0 0 5px;
	padding: 0;
	font-size: 20px;
}

.cont_limex1 dl dd {
	margin: 0;
	padding: 0;
}

.cont_limex1 .img_limex1 {
	width: 56%;
	margin: 0;
	padding: 0;
	display: flex;
}

.cont_limex1 .img_limex1 .img {
	width: 50%;
	margin: 0;
	padding: 0 0 0 2%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.cont_limex1 .img_limex1 .img + .img {
	border-left: solid 1px #ccd1d3;
}

.cont_limex1 .img_limex1 .img .year {
	margin: 0;
	padding: 0 5%;
	color: #747474;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_limex1 .img_limex1 .img img {
	width: 85%;
}

.cont_limex1 .img_limex2 {
	width: 56%;
	align-self: center;
}

.cont_limex1 .img_limex2 .img {
	max-width: 330px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
}

.cont_limex1 .img_limex2 .img img {
	width: 85%;
}

.bg_feature_limex {
	margin: 0;
	padding: 60px 0 70px;
	background-color: #f1efee;
}


dl.txt_feature_limex {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0;
}

dl.txt_feature_limex dt {
	margin: 0 0 14px;
	padding: 0 10px 15px;
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	border-bottom: solid 1px #676767;
}

dl.txt_feature_limex dd {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.9;
}

.cont_feature_limex {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0;
	display: flex;
}

.cont_feature_limex .box {
	width: 30%;
	margin: 0 5% 0 0;
	padding: 2.3%;
	background-color: #f1f1f1;
	border: solid 1px #ccd1d3;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cont_feature_limex .box:last-child {
	margin-right: 0;
}

.cont_feature_limex .box dl {
	margin: 0 0 15px;
	padding: 0;
}

.cont_feature_limex .box dl dt {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

.cont_feature_limex .box dl dd {
	margin: 0;
	padding: 0;
}

.col_recycle_limex {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.col_recycle_limex ol {
	width: 57%;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
}

.col_recycle_limex ol li {
	margin: 0 0 34px;
	padding: 18px 16px;
	border: solid 1px #ccd1d3;
	box-sizing: border-box;
	display: flex;
	position: relative;
	z-index: 0;
}

.col_recycle_limex ol li:last-child {
	margin-bottom: 0;
}

.col_recycle_limex ol li:before {
	content: "";
	margin: 0 0 0 -15px;
	padding: 0;
	border-top: solid 14px #d0d0d0;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	position: absolute;
	left: 50%;
	bottom: -25px;
}

.col_recycle_limex ol li:last-child:before {
	content: none;
}

.col_recycle_limex ol li .num {
	width: 36px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.col_recycle_limex ol li .txt {
	width: calc( 100% - 38px );
	margin: 0;
	padding: 0;
}

.col_recycle_limex .figure {
	width: 43%;
	margin: 0;
	padding: 0 3%;
	box-sizing: border-box;
}

.col_recycle_limex ol li span.small {
	font-size: 13px;
}

.col_intro.limex {
	padding: 30px 0 50px;
}

.col_intro.limex .img_intro .img {
	border: solid 1px #ddd;
}

.col_items_limex {
	margin: 0;
	padding: 65px 0;
	background-color: #fafafa;
}




/* --------------- riceresin --------------- */

.col_pagettl.riceresin {
	background-image: url(../img/riceresin/bg_pagettl.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
}

.col_pagettl.riceresin .pagettl {
	width: 100%;
	max-width: 1260px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 4%;
	font-size: unset;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.col_pagettl.riceresin .pagettl .en {
	width: 24.68vw;
	max-width: 311px;
}

.lead_riceresin1 {
	margin: 0;
	padding: 2em 1.5em 2.2em;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

#riceresin1 .mds3 {
	margin: 0 0 45px;
}

#riceresin1 .wrap_bio1 {
  position: relative;
}
#riceresin1 .wrap_bio1 .left {
  min-height: 475px;
}
#riceresin1 .wrap_bio1 p {
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
}
#riceresin1 .wrap_bio1 p.note {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 1.4em;
  font-size: 12px;
}
#riceresin1 .wrap_bio1 .right {
  width: 64.3%;
  position: absolute;
  right: -7.8%;
  top: -32px;
}


.col_riceresin1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 85px 0 60px;
}

.cont_riceresin1 {
	width: 100%;
	margin: 0;
	padding: 0;
  text-align: center;
}

.cont_riceresin1 .mds3 {
	margin: 0 auto 45px;
}

.cont_riceresin1 .feature {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cont_riceresin1 .feature .item {
  margin: 0 0 40px 0;
  width: 47.8%;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #676767;
  overflow: hidden;
}
.cont_riceresin1 .feature .item .image {
  margin: 0 0 0 0;
  width: 49.37%;
  float: left;
}
.cont_riceresin1 .feature .item dl {
  margin: 0 10% 0 0;
  padding: 30px 0 0 0;
  overflow: hidden;
}
.cont_riceresin1 .feature .item dl dt {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 23px;
}
.cont_riceresin1 .feature .item dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 15px;
}

.cont_riceresin1:first-child {
	margin-bottom: 40px;
}

.cont_riceresin1 dl {
	width: 42%;
	margin: 0;
	padding: 0;
}

.cont_riceresin1 dl dt {
	margin: 0 0 5px;
	padding: 0;
	font-size: 20px;
}

.cont_riceresin1 dl dd {
	margin: 0;
	padding: 0;
}

.cont_riceresin1 .img_riceresin1 {
	width: 56%;
	margin: 0;
	padding: 0;
	display: flex;
}

.cont_riceresin1 .img_riceresin1 .img {
	width: 50%;
	margin: 0;
	padding: 0 0 0 2%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.cont_riceresin1 .img_riceresin1 .img + .img {
	border-left: solid 1px #ccd1d3;
}

.cont_riceresin1 .img_riceresin1 .img .year {
	margin: 0;
	padding: 0 5%;
	color: #747474;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_riceresin1 .img_riceresin1 .img img {
	width: 85%;
}

.cont_riceresin1 .img_riceresin2 {
	width: 56%;
	align-self: center;
}

.cont_riceresin1 .img_riceresin2 .img {
	max-width: 330px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
}

.cont_limex1 .img_limex2 .img img {
	width: 85%;
}

.bg_feature_riceresin {
	margin: 0;
	padding: 60px 0 70px;
	background-color: #f1efee;
}


dl.txt_feature_riceresin {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0;
}

dl.txt_feature_riceresin dt {
	margin: 0 0 25px;
	padding: 0 10px 15px;
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	border-bottom: solid 1px #676767;
}

dl.txt_feature_riceresin dd {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.9;
}

dl.txt_feature_riceresin dd .note {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.9;
  display: block;
}
.product_riceresin {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 94%;
  max-width: 776px;
}
.product_riceresin dt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.product_riceresin dt.tit01 {
  margin: 0 0 0 0;
  padding: 10px;
  line-height: 1.2em;
  font-size: 15px;
  color: #6A6A5B;
  border: 1px solid #676767;
}
.product_riceresin dt.tit02 {
  margin: 0 0 0 0;
  padding: 10px;
  line-height: 1.2em;
  font-size: 15px;
  color: #ffffff;
  background: #6A6A5B;
  border: 1px solid #6A6A5B;
}
.product_riceresin dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.stepp_riceresin {
  margin: 0 auto;
  padding: 75px 0 70px 0;
  width: 94%;
  max-width: 750px;
  overflow: hidden;
}
.stepp_riceresin .mds3 {
	margin: 0 auto 35px;
}
.stepp_riceresin .left {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  float: left;
  width: 48.33%;
}
.stepp_riceresin .right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
  width: 44.66%;
}

.bg_sdgs_riceresin {
	margin: 0;
	padding: 60px 0 70px;
	background-color: #f1efee;
}
.bg_sdgs_riceresin .mds3 {
	margin: 0 auto 35px;
}
.bg_sdgs_riceresin .wrap {
  margin: 0 auto;
  max-width: 750px;
  overflow: hidden;
}
.bg_sdgs_riceresin .wrap .left {
  margin: 0 0 0 0;
  padding: 35px 0 0 0;
  float: left;
  width: 48.33%;
}
.bg_sdgs_riceresin .wrap .right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
  width: 40.0%;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bg_sdgs_riceresin .wrap .right li {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  width: 31.33%;
}







.cont_feature_riceresin {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 0;
	display: flex;
}

.cont_feature_riceresin .box {
	width: 30%;
	margin: 0 5% 0 0;
	padding: 2.3%;
	background-color: #f1f1f1;
	border: solid 1px #ccd1d3;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cont_feature_limex .box:last-child {
	margin-right: 0;
}

.cont_feature_limex .box dl {
	margin: 0 0 15px;
	padding: 0;
}

.cont_feature_limex .box dl dt {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

.cont_feature_limex .box dl dd {
	margin: 0;
	padding: 0;
}

.col_recycle_limex {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.col_recycle_limex ol {
	width: 57%;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
}

.col_recycle_limex ol li {
	margin: 0 0 34px;
	padding: 18px 16px;
	border: solid 1px #ccd1d3;
	box-sizing: border-box;
	display: flex;
	position: relative;
	z-index: 0;
}

.col_recycle_limex ol li:last-child {
	margin-bottom: 0;
}

.col_recycle_limex ol li:before {
	content: "";
	margin: 0 0 0 -15px;
	padding: 0;
	border-top: solid 14px #d0d0d0;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	position: absolute;
	left: 50%;
	bottom: -25px;
}

.col_recycle_limex ol li:last-child:before {
	content: none;
}

.col_recycle_limex ol li .num {
	width: 36px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.col_recycle_limex ol li .txt {
	width: calc( 100% - 38px );
	margin: 0;
	padding: 0;
}

.col_recycle_limex .figure {
	width: 43%;
	margin: 0;
	padding: 0 3%;
	box-sizing: border-box;
}

.col_recycle_limex ol li span.small {
	font-size: 13px;
}

.col_intro.limex {
	padding: 30px 0 50px;
}

.col_intro.limex .img_intro .img {
	border: solid 1px #ddd;
}

.col_items_limex {
	margin: 0;
	padding: 65px 0;
	background-color: #fafafa;
}



.col_items_riceresin {
	margin: 0;
	padding: 65px 0;
}




/* --------------- Consulting --------------- */

.col_pagettl.consulting {
	background-image: url(../img/consulting/bg_pagettl.jpg);
}

.col_consulting1 {
	width: 94%;
	margin: 0 auto;
	padding: 54px 0 54px;
	text-align: center;
}

.col_consulting1 p {
	padding-top: 33px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

.consulting .wp_bg {
	width: 100%;
	padding: 69px 0 50px;
	background-color: #f9f9f9;
	margin-bottom: 13px;
}

.col_consulting2 {
	max-width: 1000px;
	width: 94%;
	margin: 0 auto;
	padding: 46px 0 0 0;
	border: 1px solid #c6c6c6;
	background-color: #fff;
	background-image: url(../img/consulting/img2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.col_consulting2 h3 {
	max-width: 900px;
	width: 94%;
	padding: 0 0 10px 0;
	margin: 0 auto 21px auto;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
}

.col_consulting2 .txt {
	max-width: 800px;
	width: 85%;
	padding: 0;
	margin: 0 auto 50px auto;
}

.cont_sdgs_consulting {
	width: 90%;
	max-width: 660px;
	margin: 0 auto 50px;
	padding: 0;
}

.cont_sdgs_consulting .mds {
	width: 100%;
	max-width: 367px;
	margin: 0 auto 15px;
	padding: 0;
}

.cont_sdgs_consulting ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_sdgs_consulting ul li {
	width: 15%;
	margin: 0 2% 2% 0;
	padding: 0;
}

.cont_sdgs_consulting ul li:nth-child(6n) {
	margin-right: 0;
}



.col_consulting2_2 .txt {
	padding: 0;
	line-height: 1.85;
}

.col_consulting2 .img {
	max-width: 660px;
	width: 90%;
	margin: 0 auto;
	padding: 5px 0 52px 0;
}

.col_consulting2_3 h3 {
	margin: 0 auto 35px auto;
}

.col_consulting2_3 .box {
	max-width: 800px;
	width: 83%;
	margin: 0 auto 38px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.col_consulting2_3 .box .number{
	width: 7%;
}

.col_consulting2_3 .box .txt_consulting2_3{
	width: 93%;
	margin: 0 0 0 20px;
}

.col_consulting2_3 .box .n1 ,
.col_consulting2_3 .box .n2 ,
.col_consulting2_3 .box .n3{
	max-width: 50px;
}

.col_consulting2_3 .box h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px
}

.col_consulting2_3 .box p{
	font-size: 13px;
	line-height: 1.6;
}
.col_consulting2_3 .box p.txt_wdh1 {
	width: 75%;
}

.col_consulting2_3 .box p.txt_wdh2 {
	width: 70%;
}

.col_consulting3 {
	margin: 68px 0 0;
}

.col_consulting3 h3 {
	max-width: 1000px;
	width: 94%;
	padding: 0 0 12px 0;
	margin: 0 auto 18px auto;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
}

.col_consulting3 p {
	max-width: 890px;
	width: 85%;
	margin: 0 auto;
}

.col_consulting4 {
	max-width: 1000px;
	width: 94%;
	margin: 0 auto 50px auto;
	padding: 42px 0 25px 0;
	border: 1px solid #c6c6c6;
	background-color: #f4f5f6;
	background-image: url(../img/consulting/img3.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.col_consulting4 h3 {
	max-width: 900px;
	width: 94%;
	padding: 0 0 8px 0;
	margin: 0 auto 15px auto;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
}

.mds_consulting4 {
	width: 94%;
	margin: 0 auto 16px auto;
	padding: 103px 0 10px;
	text-align: center;
}

.col_consulting4 .txt {
	max-width: 800px;
	width: 85%;
	padding: 0 0 5px 0;
	margin: 0 auto;
}

.col_consulting4 .img {
	max-width: 690px;
	width: 85%;
	padding: 0;
	margin: 0 auto;
}

.col_consulting5 h3 {
	max-width: 1000px;
	width: 94%;
	padding: 80px 0 10px 0;
	margin: 0 auto 16px auto;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
}

.col_consulting5 p {
	max-width: 895px;
	width: 85%;
	margin: 0 auto 51px auto;
}

.col_consulting5 .box {
	max-width: 1000px;
	margin: 0 auto 37px;
	width: 94%;
	padding: 21px 40px 14px 40px;
	position: relative;
	background-color: #fff;
	text-align: center;
}

.col_consulting5 .box.purple {
	border: 4px solid #a88e9f;
}

.col_consulting5 .box.yellow {
	border: 4px solid #fcc12c;
}

.col_consulting5 .box.green {
	border: 4px solid #9ecf86;
}

.col_consulting5 .box.orange {
	border: 4px solid #f8a660;
}

.col_consulting5 .box.pink {
	border: 4px solid #f489a0;
}

.col_consulting5 .box:after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
}

.col_consulting5 .box.box_end:after {
	content: none;
}

.col_consulting5 .box.purple:after {
	border-top: 24px solid #a88e9f;
}

.col_consulting5 .box.yellow:after {
	border-top: 24px solid #fcc12c;
}

.col_consulting5 .box.green:after {
	border-top: 24px solid #9ecf86;
}

.col_consulting5 .box.orange:after {
	border-top: 24px solid #f8a660;
}

.col_consulting5 .box.pink:after {
	border-top: 24px solid #f489a0;
}

.col_consulting5 .step {
	margin: 0 auto 1px auto;
}

.col_consulting5 .purple .step {
	max-width: 78px;
}

.col_consulting5 .yellow .step ,
.col_consulting5 .green .step ,
.col_consulting5 .orange .step ,
.col_consulting5 .pink .step {
	max-width: 82px;
}

.col_consulting5 .lead {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 23px;
}

.col_consulting5 ul{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.col_consulting5 .green ul li{
	margin-right: 20px;
	margin-bottom: 13px;
	line-height: 1;
	white-space: nowrap;
}

.col_consulting5 ul li{
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1;
	white-space: nowrap;
}

.col_consulting5 ul li:before {
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	margin: -4px 3px 0 0;
	border-radius: 7px;
}

.col_consulting5 .purple ul li:before {
	background-color: #a88e9f;
}

.col_consulting5 .yellow ul li:before {
	background-color: #fcc12c;
}

.col_consulting5 .green ul li:before {
	background-color: #9ecf86;
}

.col_consulting5 .orange ul li:before {
	background-color: #f8a660;
}

.col_consulting5 .pink ul li:before {
	background-color: #f489a0;
}



/* --------------- Planning --------------- */

.col_pagettl.planning {
	background-image: url(../img/planning/bg_pagettl.jpg);
}

.col_planning1 {
	width: 94%;
	margin: 0 auto;
	padding: 52px 0 48px;
	text-align: center;
}

.col_planning1 p {
	padding-top: 33px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

.planning .wp_bg1 {
	width: 100%;
	padding: 81px 0 0;
	background-color: #f9f9f9;
}

.col_bio1#planning1 {
	padding: 90px 0 60px;
	background-color: #f9f9f9;
}

.planning .wp_bg2 {
	width: 100%;
	padding: 0 0 72px;
	margin-bottom: 18px;
	background-color: #f9f9f9;
}

.col_planning2 {
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 95px;
}

.col_planning2 .box_txt{
	width:39%;
}

.col_planning2 .box_txt p{
	padding: 0 10% 0 26%;
}

.col_planning2 .img {
	width: 61%;
	max-width: 771px;
	margin-top: 5px;
}

.col_planning3 {
	max-width: 1000px;
	margin: 0 auto;
}

.col_planning3 h2 {
	max-width: 1000px;
	width: 94%;
	padding: 0 0 12px 0;
	margin: 0 auto 18px auto;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
}

.col_planning3 p{
	width: 94%;
	margin: 0 auto 55px auto;
	text-align: center;
}

.col_planning3 .bg_sdgs {
	width: 897px;
	height: 520px;
	margin: 0 auto 120px;
	padding: 0;
	background-image: url(../img/planning/bg_sdgs.gif);
	background-repeat: no-repeat;
	background-position: center 45px;
	background-size: contain;
	position: relative;
}

.col_planning3 .box {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.col_planning3 .box2 {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.col_planning3 .item_left{
	width: 33%;
}

.col_planning3 .item_right{
	width: 30%;
}

.col_planning3 .midasi {
	margin: 0 0 17px 0;
	font-size: 40px;
	line-height: 1;
}

.col_planning3 .midasi.season {
	color: #0098d8;
}

.col_planning3 .midasi.exh {
	color: #e73819;
}

.col_planning3 .midasi.party {
	color: #dc007a;
}

.col_planning3 .midasi.culture {
	color: #004c87;
}

.col_planning3 .midasi.sports {
	color: #58b331;
}

.col_planning3 .midasi.seminar {
	color: #d29100;
}

.col_planning3 dl{
	margin: 0;
	padding: 0;
}

.col_planning3 dt{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}

.col_planning3 dd{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.col_planning4 h2 {
	max-width: 1000px;
	width: 94%;
	padding: 0 0 12px 0;
	margin: 0 auto 43px auto;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
}

.col_planning4 {
	max-width: 1000px;
	margin: 0 auto;
}

.col_planning4 .box {
	max-width: 900px;
	margin: 0 auto 29px;
	width:94%;
	padding: 21px 40px;
	position: relative;
	border: 4px solid #b4cad5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.col_planning4 .box:after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #b4cad5;
}

.col_planning4 .box.box_end:after {
	content: none;
}

.col_planning4 .box .inner_number {
	width: 14%;
}

.col_planning4 .box .inner_number img {
	max-height: 36px;
	width: auto;
}

.col_planning4 .box .inner_txt {
	width: 86%;
	text-align: left;
}

.col_planning4 .box .inner_txt dl {
	margin: 0;
	padding: 0;
}

.col_planning4 .box .inner_txt dt {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.col_planning4 .box .inner_txt dd {
	padding: 0;
	margin: 0;
	font-size:15px;
	font-weight: 400;
	line-height: 1.4;
}



/* --------------- Item --------------- */

.col_item {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 3% 40px;
	display: flex;
	justify-content: space-between;
}

.col_l_item {
	width: 50%;
	margin: 0;
	padding: 0;
}

.img_item {
	width: 90%;
	margin: 0 auto 30px;
	padding: 0;
}

.img_item .main {
	width: 100%;
	height: 42.45vw;
	max-height: 467px;
	margin: 0 0 15px;
	padding: 0;
	background-color: #fff;
	border: solid 1px #aaa;
	box-sizing: border-box;
	overflow: hidden;
}

.img_item img {
	width: 100%;
	margin: 0;
	padding: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: relative;
	top: 50%;
	left: 50%;
}

.img_item ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

.img_item ul li {
	width: 31%;
	height: 12.9vw;
	max-height: 142px;
	margin: 0 3.5% 0 0;
	padding: 0;
	background-color: #fff;
	border: solid 1px #aaa;
	overflow: hidden;
}

.img_item ul li:last-child {
	margin-right: 0;
}

.txt_item {
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
}

.txt_item ul.tabbtn {
	width: 100%;
	margin: 0;
	padding: 0 12px;
	box-sizing: border-box;
	display: flex;
	position: relative;
	z-index: 0;
}

.txt_item ul.tabbtn:before {
	content: "";
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #aaa;
	position: absolute;
	top: calc( 100% - 1px );
	left: 0;
	z-index: -1;
}

.txt_item ul.tabbtn li {
	min-width: 140px;
	margin: 0;
	padding: 5px 18px;
	text-align: center;
	background-color: #f3f3f3;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	box-sizing: border-box;
	cursor: pointer;
}

.txt_item ul.tabbtn li:last-child {
	border-right: solid 1px #aaa;
}

.txt_item ul.tabbtn li.active {
	background-color: #fff;
	border-bottom-color: #fff;
	cursor: default;
}

.txt_item .col_tab {
	margin: 0;
	padding: 0;
}

.txt_item .col_tab .cont_tab {
	margin: 0;
	padding: 15px 0;
}

.txt_item .col_tab .cont_tab.intro {
	padding: 15px;
}

.list_info_item {
	width: 100%;
	margin: 0;
	padding: 8px 15px;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.list_info_item:last-child {
	border: none;
}

.list_info_item.purchase {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.list_purchase {
	width: 150px;
	margin: 0;
	padding: 0;
}

ul.list_purchase li {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

.list_info_item ul.list_logo {
	width: calc( 100% - 150px );
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.list_info_item ul.list_logo li {
	margin: 0;
	padding: 0 3px;
}

.list_info_item ul.list_logo li img {
	width: auto;
	height: 27px;
}

dl.list_info_item {
	display: flex;
}

dl.list_info_item dt {
	width: 100px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.list_info_item dd {
	width: calc( 100% - 100px );
	margin: 0;
	padding: 0;
}

.col_r_item {
	width: 50%;
	max-width: 390px;
	margin: 0;
	padding: 0 3%;
	box-sizing: border-box;
}

.name_item {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border-bottom: solid 1px #aaa;
	display: flex;
	align-items: center;
}

.name_item h1 {
	width: calc( 100% - 40px );
	margin: 0;
	padding: 6px 10px;
	font-size: 20px;
	font-weight: bold;
}

.name_item .icon_fav {
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: solid 1px #aaa;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}

.name_item .icon_fav .wpfp-span {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/item/icon_fav_on.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center 62%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.name_item .icon_fav .wpfp-span a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../img/item/icon_fav.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center 62%;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.cont_detail_item {
	margin: 0 0 15px;
	padding: 0;
}
.cont_detail_item dl {
	margin: 8px 0 0;
	display: flex;
}
.cont_detail_item dl dt,
.cont_detail_item dl dd {
	margin: 0;
	padding: 0;
}
.cont_detail_item dl dt {
	min-width: 65px;
}


.col_r_item a.ask {
	margin: 0 0 15px;
	padding: 2px 8px 2px 27px;
	color: #000;
	font-size: 13px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../img/item/icon_ask.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 8px center;
	border: solid 1px #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline-block;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.col_sns_item {
	margin: 0 0 20px;
	padding: 0;
}

.box_purchase_item {
	margin: 0;
	padding: 5px 14px 14px;
	box-sizing: border-box;
	border: solid 1px #aaa;
}

.box_purchase_item .txt_orderstop {
	margin: 0;
	padding: 3px 0;
	line-height: 1.4;
}

.list_option_item {
	margin: 0 0 14px;
	padding: 0;
}

.list_option_item .itemselect {
	margin: 0;
	padding: 0;
}

.list_option_item .itemselect dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	border: none;
	flex-wrap: wrap;
}

.list_option_item .itemselect dl dt {
	width: 85px;
	margin: 0;
	padding: 12px 10px;
	font-weight: 600;
	background: none;
	border-right: none;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

.list_option_item .itemselect dl dd {
	width: calc( 100% - 85px );
	margin: 0;
	padding: 12px 10px 12px 0;
	border-right: none;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

.list_option_item .itemselect .note_item_papernum {
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
	text-align: right;
}

.list_option_item .option dl {
	width: 100%;
	margin: 0;
	padding: 12px 10px;
	border-top: solid 1px #ccc;
	box-sizing: border-box;
	display: flex;
}

.list_option_item .option:not(.quantity) dl:first-child {
	border-top: none;
}

.list_option_item .option.quantity dl {
	margin: 15px 0 0;
	padding-bottom: 0px;
	border: none;
}

.list_option_item .option dl dt {
	width: 75px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	border-bottom: none;
}

.list_option_item .option dl dd {
	width: calc( 100% - 75px );
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.list_option_item dl dd select {
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 2.2;
	border-color: #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.list_option_item dl dd input {
	width: 100%;
	margin: 0;
	padding: 0 8px;
	font-size: 14px;
	line-height: 2.2;
	border: solid 1px #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.list_option_item .quantity dl dd {
	display: flex;
	align-items: center;
}
.list_option_item .quantity dl dd input {
	width: 70px;
	margin: 0 8px 0 0;
}

.note_design {
	width: 100%;
	margin: 0;
	padding: 0 10px 10px calc( 10px + 1em );
	font-size: 13px;
	line-height: 1.4;
	text-indent: -1em;
	text-align: justify;
	border-bottom: solid 1px #ccc;
}

.list_option_item .option.cardinfo {
	padding: 20px 0 0;
}

.list_option_item .option.cardinfo .mds {
	margin: 0 0 5px;
	padding: 0 10px;
	font-weight: 600;
	border-bottom: solid 1px #888;
}

.list_option_item .option.cardinfo dl {
	padding: 5px 10px;
	border: none;
}

.list_option_item .option.cardinfo dl dd input {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.list_option_item .option.cardinfo dl dd textarea {
	width: 100%;
	height: 5em;
	vertical-align: top;
}







.price_item {
	margin: 0 0 14px;
	padding: 0;
	font-weight: bold;
	text-align: right;
}

.price_item span.ss_price {
	font-size: 30px;
	line-height: 1.2;
}

.btn_buy_item {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.btn_buy_item:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.btn_buy_item input {
	width: 100%;
	height: ;
	margin: 0;
	padding: 0.8em 0.8em 0.7em;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: solid 1px #f55700;
	background-color: #f55700;
	display: block;
	cursor: pointer;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}



/* --------------- 名刺テンプレート --------------- */

.col_temp_item {
	margin: 0;
	padding: 0 0 30px;
}

.col_temp_item .mds {
	margin: 0 0 30px;
	padding: 0 0 6px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 1px #7a7a7a;
}

.col_temp_item .mds span.inner {
	margin: 0;
	padding: 0 0 0 14px;
	display: inline-block;
	position: relative;
	z-index: 0;
}


.col_temp_item .mds span.inner:before {
	content: "";
	width: 3px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-color: #000;
	position: absolute;
	top: 4px;
	left: 7px;
}

.col_temp_item .cont {
	max-width: 464px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col_temp_item .cont a.temp {
	width: calc(( 100% - 27px )/2);
	max-width: 218px;
	margin: 0 0 30px 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	display: block;
}

.col_temp_item .img_temp {
	width: 19.8vw;
	max-width: 218px;
	height: 19.8vw;
	max-height: 218px;
	border: solid 1px #999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.col_temp_item .img_temp span.inner {
	display: inline-block;
	text-align: center;
}

.col_temp_item .cont a.temp img {
	width: 62%;
	height: auto;
	margin: 2% auto;
}

.col_temp_item .cont a.temp img.vertical {
	width: 37.6%;
	height: auto;
	margin: 0 2%;
}

.col_temp_item .img_temp .num {
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 3px 0 0;
	color: #fff;
	text-align: center;
	background-color: #000;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}

.col_temp_item .img_temp .icon {
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 6px;
	bottom: 6px;
}

.col_temp_item a.temp .img_temp .icon img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/*
#hiddenarea {
	display: none;
}
*/

.cbox_temp_item {
	width: 96vw;
	max-width: 100%;
	height: 96vw;
	max-height: 90vh;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cbox_img_temp {
	width: 90%;
	min-height: calc( 100% - 130px );
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.cbox_img_temp .img {
	width: 62%;
	height: auto;
	margin: 2% auto;
}

.cbox_img_temp .img.vertical {
	width: 37.6%;
	height: auto;
	margin: 0 2%;
}

.cbox_img_temp .img img {
	width: 100%;
	height: auto;
}

.cbox_ttl_temp {
	width: 90%;
	max-width: 660px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.cbox_ttl_temp .num {
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 2px 0 0;
	color: #fff;
	font-size: ;
	font-weight: ;
	text-align: center;
	background-color: #000;
	box-sizing: border-box;
}

.cbox_ttl_temp .txt {
	width: calc( 100% - 34px );
	margin: 2px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
}




/* --------------- Member --------------- */

.col_pagettl.member {
	background-image: url(../img/member/bg_pagettl.jpg);
}

.col_pagettl.member .pagettl .en {
	width: 146px;
	display: block;
}

.col_content,
#content {
	width: 92%;
	min-height: 120px;
	margin: 0 auto;
	padding: 0;
}

.col_content.member,
#content {
	max-width: 930px;
	padding: 50px 0 80px;
}

#memberinfo table.tbl_member th {
	width: 170px;
	padding: 0.8em;
	font-size: 15px;
	text-align: left;
}

#memberinfo table.tbl_member td {
	width: calc( 100% - 170px );
	padding: 0.8em;
}

#memberinfo table.tbl_member tr:first-child td:nth-child(3) {
	width: 20px;
	border-top: none;
	border-bottom: none;
}

#memberinfo ul.member_submenu {
	margin: 0 0 30px;
	padding: 15px 0 0;
}

#memberinfo ul.member_submenu li {
	margin: 0;
	padding: 0;
}

#memberinfo ul.member_submenu li.edit_member a {
	color: #fc5700;
	text-decoration: none;
}

#memberinfo ul.member_submenu li.logout_member a {
	color: #000;
}

#memberinfo .mds_member {
	height: auto;
	margin: 0 0 10px;
	padding: 0.6em;
	font-size: 15px;
	background-color: #000;
	border: none;
}

#memberinfo .history-area {
	margin: 0 0 60px;
	height: auto !important;
	max-height: 700px;
}

#memberinfo table th.historyrow {
	width: calc( 100% / 7 );
	padding: 0.5em;
	font-size: 15px;
	text-align: left;
}

#memberinfo table#history_head td {
	padding: 0.5em;
	font-size: 15px;
}

#memberinfo table.retail th {
	width: calc( 100% / 7 );
	padding: 0.5em;
	font-size: 15px;
	box-sizing: border-box;
}

#memberinfo table.retail th.cartrownum {
	width: 25px;
}

#memberinfo table.retail th.productname {
	width: calc( ( 100% / 7 ) * 3 - 25px );
}

#memberinfo table.retail td {
	font-size: 15px;
}

#memberinfo table.retail td.cartrownum {
	text-align: center;
}

#memberinfo table.retail td a {
	color: #000;
}

#memberinfo table.customer_form {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}

#memberinfo table.customer_form th {
	width: 170px;
	margin: 0;
	padding: 1em 0.8em;
	font-size: 15px;
	text-align: left;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
}

#memberinfo table.customer_form th .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#memberinfo table.customer_form th .inner .require {
	width: 45px;
	margin: 0;
	padding: 2px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	background-color: #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#memberinfo table.customer_form td {
	width: calc( 100% - 170px );
	margin: 0;
	padding: 10px 0;
	padding: 10px 12px;
	font-size: 15px;
	border: none;
}

#memberinfo table.customer_form td input[type="text"],
#memberinfo table.customer_form td input[type="password"] {
	width: 100%;
	max-width: 350px;
	margin: 0;
	padding: 3px;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
}

#memberinfo table.customer_form tr#name_row td input,
#memberinfo table.customer_form tr#furikana_row td input {
	width: calc( 100% - 10px - 1.2em );
	margin-left: 10px;
}

#memberinfo table.customer_form td input#zipcode {
	width: 50%;
	max-width: 200px;
	margin-right: 10px;
}

#memberinfo table.customer_form td select#member_pref {
	width: 100%;
	max-width: 150px;
	padding: 6px;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
}

#memberinfo .send input {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 10px;
	padding: 0.8em;
	color: #fff;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	text-align: center;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

#memberinfo .send input[name="top"] {
	background-color: #969696;
	border-color: #969696;
}

#memberinfo .send input[name="deletemember"] {
	background-color: #404040;
	border-color: #404040;
}



/* --------------- Member - Login --------------- */


.col_pagettl.member.login .pagettl .en {
	width: 106px;
	display: block;
}


.col_content.login {
	max-width: 930px;
	padding: 50px 0 80px;
}

.col_content.login .error_message {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	color: #e00000;
}

.col_content.login form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_login {
	width: 47.5%;
	margin: 0;
	padding: 4% 3.2% 3.2%;
	border: solid 4px #d8d8d8;
	box-sizing: border-box;
}

.box_login .mds_login {
	margin: 0 0 35px;
	padding: 0;
	font-size: 27px;
	line-height: 1.4;
	text-align: center;
}

ul.cont_login {
	width: 100%;
	max-width: 310px;
	margin: 0 auto 12px;
	padding: 0;
}

ul.cont_login li {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
}

ul.cont_login li input {
	width: 100%;
	margin: 0;
	padding: 4px 8px;
	font-size: 15px;
	line-height: 1.7;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
}

.link_forget_login {
	max-width: 310px;
	margin: 0 auto 40px;
	padding: 0;
}

.link_forget_login a {
	color: #aaa;
	font-size: 13px;
}

.btn_login {
	max-width: 200px;
	margin: 0 auto 30px;
	padding: 0;
}

.btn_login input {
	width: 100%;
	margin: 0;
	padding: 0.8em 0.4em 0.7em;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.col_ssl_login {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col_ssl_login .label {
	width: 100px;
	margin: 0;
	padding: 0;
}

.col_ssl_login .txt {
	width: calc( 100% - 115px );
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
}

.txt_register_login {
	max-width: 280px;
	min-height: 159px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.btn_login.register a {
	width: 100%;
	margin: 0;
	padding: 0.6em 0.4em 0.5em;
	color: #fff;
	font-size: 15px;
	line-hegiht: 1.4;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border: solid 1px #000;
	box-sizigng: border-box;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}



/* --------------- Member - Register --------------- */

.col_pagettl.member.register .pagettl .en {
	width: 150px;
	display: block;
}

.col_content.register {
	max-width: 810px;
	padding: 50px 0 80px;
}

.mds_register {
	margin: 0 0 50px;
	padding: 0;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}

.col_register1 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: dotted 1px #8c8c8c;
	box-sizing: border-box;
}

.col_register1.noborder {
	margin: 0 0 50px;
	border-bottom: none;
}

.col_register1 dl {
	width: 92%;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.col_register1 dl dt {
	width: 200px;
	margin: 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col_register1 dl dt .txt {
	width: 125px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.col_register1 dl dt .require {
	width: 45px;
	margin: 0;
	padding: 2px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	background-color: #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.col_register1 dl dd {
	width: calc( 100% - 200px );
	margin: 0;
	padding: 0;
}

.col_register1 dl dd input[type="text"],
.col_register1 dl dd input[type="password"]  {
	width: 84%;
	margin: 0;
	padding: 4px 5px;
	font-size: 15px;
	line-height: 1.7;
	border: solid 1px #b2b2b2;
	box-sizing: border-box;
}

.col_register1 dl dd.long input[type="text"] {
	width: 100%;
}

.col_register1 dl dd.long input[type="password"] {
	max-width: 250px;
}

.col_register1 table {
	width: 92%;
	margin: 0 auto;
	padding: 10px 0;
}

.col_register1 table th {
	width: 200px;
	margin: 0;
	padding: 15px 20px 0 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}

.col_register1 table th .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col_register1 table th .require {
	width: 45px;
	margin: 0 0 0 8px;
	padding: 2px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	background-color: #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.col_register1 table td {
	width: calc( 100% - 200px );
	margin: 0;
	padding: 10px 0;
}

.col_register1 table tr.inp1 td {
	width: calc( (100% - 200px)/2 );
}

.col_register1 table td input[type="text"] {
	width: 84%;
	margin: 0;
	padding: 4px 5px;
	font-size: 15px;
	line-height: 1.7;
	border: solid 1px #b2b2b2;
	box-sizing: border-box;
}

.col_register1 table tr.inp1 td input[type="text"] {
	margin: 0 0 0 5px;
}

.col_register1 table tr#zipcode_row input[type="text"],
.col_register1 table tr#tel_row input[type="text"],
.col_register1 table tr#fax_row input[type="text"] {
	max-width: 250px;
}

.col_register1 table tr#zipcode_row input[type="button"] {
	margin: 0 0 0 10px;
	padding: 2px 8px;
	color: #888;
	font-size: 15px;
	cursor: pointer;
}

.col_register1 dl dd select,
.col_register1 table td select {
	width: 200px;
	margin: 0;
	padding: 4px 5px;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
}

.col_register1 dl dd.tel {
	display: flex;
	align-items: center;
}

.col_register1 dl dd.tel .type {
	width: 100px;
	margin: 0 18px 0 0;
	padding: 0;
}

.col_register1 dl dd.tel .type select {
	width: 100%;
}

.col_register1 dl dd.tel .num {
	width: calc( 100% - 100px );
	margin: 0;
	padding: 0;
}

.col_register1 dl dd.tel .num input {
	width: 100%;
}

.col_register1 dl dd.postcode {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.col_register1 dl dd.postcode .num {
	margin-right: 15px;
}

.col_register1 dl dd.postcode .zipsearch {
}

.col_register1 dl dd.postcode .zipsearch a {
	color: #888;
}

.col_register1 dl dd.fax input,
.col_register1 dl dd.postcode input {
	width: 250px;
}

.col_content.register .col_ssl_login {
	max-width: 400px;
	margin: 0 auto 40px;
}

.btn_register {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.btn_register input {
	width: 90%;
	max-width: 200px;
	margin: 0;
	padding: 0.8em 0.2em;
	color: #fff;
	font-size: 15px;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	box-sizing: border-box;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

.col_content .error_message {
	margin: 0 0 20px;
	padding: 0;
	color: #df0000;
	font-weight: bold;
	text-align: center;
}



/* --------------- Member - RegistCompletion --------------- */

.col_content.register .entry {
	text-align: center;
}

.link_member {
	margin: 0 0 30px;
	padding: 20px 0;
}

a.back_to_top_button {
	max-width: 220px;
	margin: 0 auto;
	padding: 0.8em 1.2em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	display: block;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}



/* --------------- Member - LostPW --------------- */

.col_content.lostpw {
	padding: 50px 0 80px;
}

.col_lostpw {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	padding: 60px 5%;
	color: #404040;
	background-color: #f4f4f4;
	box-sizing: border-box;
}

.col_lostpw .mds_lostpw {
	margin: 0 0 25px;
	padding: 0;
	font-size: 21px;
	font-weight: bold;
}

.col_lostpw dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

.col_lostpw dl dt {
	width: 130px;
	margin: 0;
	padding: 5px 0 0 0;
	box-sizing: border-box;
}

.col_lostpw dl dd {
	width: calc( 100% - 130px );
	margin: 0;
	padding: 0;
}

.col_lostpw dl dd .inner {
	width: 100%;
	max-width: 500px;
	margin: 0;
	padding: 0;
}

.col_lostpw dl dd .input {
	max-width: 445px;
	margin: 0 0 30px;
	padding: 0;
}

.col_lostpw dl dd .input input {
	width: 100%;
	margin: 0;
	padding: 7px 10px;
	font-size: 15px;
	line-height: 1.7;
	background-color: #fff;
	border: none;
	box-sizing: border-box;
}

.btn_forgetpw {
	margin: 0 0 30px;
	padding: 0;
}

.btn_forgetpw input {
	width: 100%;
	max-width: 235px;
	margin: 0;
	padding: 0.8em;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background-color: #404040;
	border: solid 1px #404040;
	box-sizing: border-box;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

.txt_forgetpw {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.9;
}



/* --------------- Member - ChangePW --------------- */

.col_pagettl.member.changepw .pagettl .en {
	width: 154px;
	display: block;
}



/* --------------- Cart --------------- */

.col_cart {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.usccart_navi {
	margin: 0 0 20px;
	padding: 0;
}

div.usccart_navi ol.ucart {
	width: 100%;
	height: 3.4em !important;
	margin: 0;
	padding: 0;
	background-color: #d4d4d5;
	display: flex !important;
	overflow: hidden;
}

div.usccart_navi ol li.ucart {
	width: 25%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.4;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-weight: 500;
	text-align: left;
	background: none;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

div.usccart_navi ol li.usccart_cart:before,
div.usccart_navi ol li.usccart_customer:before,
div.usccart_navi ol li.usccart_delivery:before,
div.usccart_navi ol li.usccart_confirm:before {
	content: "";
	width: calc( 100% - 0.6em );
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fc5700;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

div.usccart_navi ol li.usccart_customer:before,
div.usccart_navi ol li.usccart_delivery:before {
	width: 100%;
	left: -0.6em;
}

div.usccart_navi ol li.usccart_confirm:before {
	width: calc( 100% + 0.6em );
	left: -0.6em;
}

div.usccart_navi ol li.usccart_cart,
div.usccart_navi ol li.usccart_customer,
div.usccart_navi ol li.usccart_delivery,
div.usccart_navi ol li.usccart_confirm {
	color: #fff;
}

div.usccart_navi ol li .inner {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 1.2em;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

div.usccart_navi ol li.ucart .inner:before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 1em #fff;
	border-top: solid 1.7em transparent;
	border-bottom: solid 1.7em transparent;
	position: absolute;
	top: 0;
	left: -0.6em;
	z-index: 1;
}

div.usccart_navi ol li.ucart .inner:after {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 1em #d4d4d5;
	border-top: solid 1.7em transparent;
	border-bottom: solid 1.7em transparent;
	position: absolute;
	top: 0;
	left: calc( -0.6em - 1.5px );
	z-index: 1;
}

div.usccart_navi ol li.ucart:first-child .inner:before,
div.usccart_navi ol li.ucart:first-child .inner:after {
	content: none;
}

div.usccart_navi ol li.usccart_cart + .ucart .inner:after,
div.usccart_navi ol li.usccart_customer + .ucart .inner:after,
div.usccart_navi ol li.usccart_delivery + .ucart .inner:after {
	border-left-color: #fc5700;
}

#inside-cart .upbutton {
	margin: 0 0 30px;
	color: #fc5700;
	font-weight: 500;
}

#inside-cart .upbutton input {
	margin: 0;
	padding: 0.4em 10px 0.4em 36px;
	color: #fff;
	font-size: 15px;
	background-color: #000;
	background-image: url(../img/cart/icon_update.gif);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 8px center;
	border: solid 1px #000;
	cursor: pointer;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

#cart table {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	padding: 0;
	border: none !important;
	table-layout: fixed;
}

#cart table thead th {
	width: 85px;
	padding: 5px 5px;
	background-color: #989898;
	border-top-color: #989898;
	border-right: solid 1px #fff;
	box-sizing: border-box;
}

#cart table thead th:last-child {
	border-right-color: #989898;;
}

#cart table .thumbnail,
#cart table .productname {
	width: calc( ( 100% - 425px )/2 );
}

#cart .quantity,
#cart .action {
	width: 80px !important;
}

#cart table td {
	padding: 20px 8px;
	border-right-color: #fff;
}

#cart table td.thumbnail img {
	width: 80%;
	height: auto;
}

#cart .quantity input.quantity {
	width: 100% !important;
	max-width: 100px;
	font-size: 15px;
	line-height: 1.6;
	box-sizing: border-box;
	border: solid 1px #b2b2b2;
}

#cart .action input.delButton {
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(../img/cart/btn_delete.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	overflow: hidden;
	cursor: pointer;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

#cart table tfoot th {
	padding: 20px 15px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	background-color: transparent;
	border: none;
}

#inside-cart .send {
	width: 100%;
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	border-top: none !important;
}

#inside-cart .send input {
	width: 200px;
	margin: 0 5px;
	padding: 0.8em;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	display: inline-block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

#inside-cart .send input#previouscart {
	background-color: #404040;
	border: solid 1px #404040;
}



/* --------------- Cart-customer --------------- */

#customer-info .error_message {
	margin: 0 0 15px;
	font-size: 15px;
	text-align: center;
}

#customer-info .mds_customer_cart {
	margin: 0 0 20px;
	font-size: 15px;
	padding: 6px 12px;
	background-color: #000;
	box-sizing: border-box;
}

#customer-info form {
	margin: 0 0 60px !important;
}

#customer-info table.customer_form {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #b2b2b2;
}

#customer-info table.customer_form th {
	width: 220px;
	margin: 0;
	padding: 10px 10px 10px 15px;
	font-size: 15px;
	font-weight: 400;
	border: none;
	border-bottom: solid 1px #b2b2b2;
	box-sizing: border-box;
}

#customer-info table.customer_form th .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#customer-info table.customer_form th .inner .require {
	width: 45px;
	margin: 0 0 0 8px;
	padding: 2px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	background-color: #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#customer-info table.customer_form td {
	width: calc( 100% - 220px );
	margin: 0;
	padding: 10px 12px;
	font-size: 15px;
	border: none;
	border-bottom: solid 1px #b2b2b2;
	box-sizing: border-box;
}

#customer-info table.customer_form td input,
#delivery-info table.customer_form td input[type="text"] {
	width: 100%;
	max-width: 350px;
	margin: 0;
	padding: 3px;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
}

#customer-info table.customer_form td input[type="password"] {
	margin: 0 10px 0 0;
}

#customer-info table.customer_form tr#name_row td input,
#customer-info table.customer_form tr#furikana_row td input,
#delivery-info table.customer_form tr#name_row td input,
#delivery-info table.customer_form tr#furikana_row td input {
	margin-left: 10px;
}

#customer-info table.customer_form td input#zipcode,
#delivery-info table.customer_form td input#zipcode {
	max-width: 200px;
	margin-right: 10px;
}

#customer-info table.customer_form td select#customer_pref {
	width: 100%;
	max-width: 150px;
	padding: 6px;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
}

#delivery-info table.customer_form td select {
	width: 100%;
	max-width: 150px;
	padding: 6px;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
}

#customer-info table.customer_form tr#address1_row input,
#customer-info table.customer_form tr#address2_row input,
#customer-info table.customer_form tr#address3_row input,
#delivery-info table.customer_form tr#address1_row input,
#delivery-info table.customer_form tr#address2_row input,
#delivery-info table.customer_form tr#address3_row input {
	max-width: 560px;
}

#delivery-info table.customer_form dl dt {
	font-size: 15px;
	line-height: 1.7;
}

#customer-info .send,
#delivery-info .send {
	border-top: none !important;
}

#customer-info .send input,
#delivery-info .send input {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 10px;
	padding: 0.8em;
	color: #fff;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	text-align: center;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

#customer-info .send input.back_cart_button,
#delivery-info .send input.back_to_customer_button {
	background-color: #404040;
	border-color: #404040;
}


/* --------------- Cart-delivery --------------- */

#delivery-info .error_message {
	margin: 0 0 15px;
	font-size: 15px;
	text-align: center;
}

#delivery-info table.customer_form {
	width: 100%;
	margin: 0;
	padding: 0;
}

#delivery-info table.customer_form th {
	width: 220px;
	margin: 0;
	padding: 10px 10px 10px 15px;
	font-size: 15px;
	font-weight: 400;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	vertical-align: top;
}

#delivery-info table.customer_form th .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

#delivery-info table.customer_form th .inner .require {
	width: 45px;
	margin: 0 0 0 8px;
	padding: 2px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	background-color: #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#delivery-info table.customer_form td {
	width: calc( 100% - 220px );
	margin: 0;
	padding: 10px 12px;
	font-size: 15px;
	border: none;
	box-sizing: border-box;
}

#delivery-info #time {
	border-top: solid 1px #c5c5c5;
}

#delivery-info #time tr:first-child th,
#delivery-info #time tr:first-child td {
	padding-top: 30px;
}

#delivery-info #time tr:last-child th,
#delivery-info #time tr:last-child td {
	padding-bottom: 30px;
}

.col_customer_delivery {
	width: calc( 100% - 220px );
	margin: 20px 0 20px 220px;
	padding: 30px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	display: none;
	position: relative;
	z-index: 0;
}

.col_customer_delivery:before {
	content: "";
	margin: 0;
	padding: 0;
	border-bottom: solid 14px #f5f5f5;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	top: -14px;
	left: 40px;
}

#delivery-info .col_customer_delivery table.customer_form th {
	width: 170px;
}

.col_customer_delivery table.customer_form th .inner {
	justify-content: space-between;
}

#delivery-info .col_customer_delivery table.customer_form td {
	width: calc( 100% - 170px );
}

#delivery-info .col_customer_delivery table.customer_form tr#name_row td input,
#delivery-info .col_customer_delivery table.customer_form tr#furikana_row td input {
	width: calc( 100% - 1.7em );
}

.notice_delivery1 {
	margin: 0;
	padding: 20px 0;
	font-size: 13px;
}

#delivery-info table.customer_form tr.payment th,
#delivery-info table.customer_form tr.payment td {
	padding-top: 25px;
	border-top: solid 1px #c5c5c5;
}

#delivery-info table.customer_form .col_payment {
	margin: 15px 0 0;
	padding: 10px 0 0;
}

.col_payment.daibiki table.tbl_daibiki {
	width: 100%;
	max-width: 424px;
	margin: 0 0 12px;
	padding: 0;
	border-top: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
}

#delivery-info #time .col_payment.daibiki table.tbl_daibiki th {
	margin: 0;
	padding: 0.5em 0.8em;
	background-color: #ededed;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	box-sizing: border-box;
}

#delivery-info #time .col_payment.daibiki table.tbl_daibiki td {
	margin: 0;
	padding: 0.5em 0.8em;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
	box-sizing: border-box;
}

.col_payment.daibiki .notice_delivery1 {
	padding: 0;
}

#escott-dialog .ui-dialog-titlebar {
  height: 42px;
  padding: 5px 36px 0 16px;
}

#escott-token-form table.customer_form.settlement_form {
	width: 100%;
  margin: 0 0 15px 0;
	color: #000000;
	line-height: 1.6;
	border-top: solid 1px #b8b9b9;
	border-left: solid 1px #b8b9b9;
}

#escott-token-form table.customer_form.settlement_form th,
table.customer_form.settlement_form th {
	width: 255px;
	padding: 15px;
	color: #342a23;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	background-color: #efefef;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
}

#escott-token-form table.customer_form.settlement_form td,
table.customer_form.settlement_form td {
	margin: 0;
	padding: 15px;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
}

#escott-token-form table.customer_form.settlement_form td p,
table.customer_form.settlement_form td p {
	margin: 0;
	padding: 0;
}

#escott-token-form table.customer_form.settlement_form td .attention {
  margin: 5px 0 0 0;
	padding: 0;
  font-size: 12px;
}

#escott-token-form table.customer_form.settlement_form td input {
    margin: 0 10px 0 0;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.7;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
}

#escott-token-form table.customer_form.settlement_form td input#cardno {
  width: 50%;
}

#escott-token-form table.customer_form.settlement_form td select {
  margin: 0 5px 0 0;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 2.2;
  border-color: #888;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#escott-token-dialog .send input {
	width: 48%;
	max-width: 200px;
	margin: 0 auto 10px;
	padding: 0.8em;
	color: #fff;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	text-align: center;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

#escott-token-dialog .send input.back_to_delivery_button {
	background-color: #404040;
	border-color: #404040;
}



/* --------------- Cart-confirm --------------- */

#info-confirm .currency_code {
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
}

#info-confirm #cart table#cart_table {
	margin: 0 auto 40px;
}

#info-confirm table#cart_table tr td,
#info-confirm table#cart_table tr td {
	padding: 10px 15px;
}

.col_confirm_cart {
	width: 100%;
	max-width: 890px;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
}

.col_confirm_cart .mds {
	width: 144px;
	margin: 0;
	padding: 15px 10px 15px 0;
	font-size: 15px;
	box-sizing: border-box;
}

.col_confirm_cart .tbl_confirm_cart {
	width: calc( 100% - 144px );
	margin: 0;
	padding: 0;
}

#info-confirm .col_confirm_cart .tbl_confirm_cart table#confirm_table {
	margin: 0;
}

.col_confirm_cart .tbl_confirm_cart #confirm_table th {
	width: 173px;
	margin: 0;
	padding: 15px 10px 15px 15px;
	font-size: 15px;
	font-weight: normal;
	background-color: #f5f5f5;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}

.col_confirm_cart .tbl_confirm_cart #confirm_table td {
	width: calc( 100% - 173px );
	margin: 0;
	padding: 15px;
	font-size: 15px;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}

#info-confirm .col_confirm_cart .tbl_confirm_cart table#confirm_table tr.ttl {
	background-color: #000;
}

#info-confirm .col_confirm_cart .tbl_confirm_cart table#confirm_table tr.ttl h3 {
	color: #fff;
}

#info-confirm .send {
	border: none !important;
}

#info-confirm .send input {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 10px;
	padding: 0.8em;
	color: #fff;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	text-align: center;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	box-sizing: border-box;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	cursor: pointer;
}

#info-confirm .send input.back_to_delivery_button {
	background-color: #404040;
	border-color: #404040;
}



/* --------------- Cart-completion --------------- */

.post#wc_ordercompletion {
	margin: 0;
	padding: 0;
	background-image: url(../img/cart/bg_complete.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1110px auto;
}

.col_cart_complete {
	width: 90%;
	min-height: 750px;
	margin: 0 auto;
	padding: 220px 0 0;
	color: #404040;
	box-sizing: border-box;
}

.col_cart_complete h3 {
	margin: 0 0 40px;
	padding: 0;
	font-size: 30px;
	text-align: center;
}

.txt_thanks {
	width: 100%;
	max-width: 492px;
	margin: 0 auto 35px;
	padding: 0;
}

.col_cart_complete .header_explanation {
	margin: 0 0 55px;
	padding: 0;
	line-height: 1.8;
	text-align: center;
}

.col_cart_complete .footer_explanation {
	margin: 0 0 60px;
	padding: 0;
	line-height: 1.7;
	text-align: center;
}

.col_cart_complete .send {
	text-align: center;
}

.col_cart_complete .send a.back_to_top_button {
	margin: 0;
	padding: 0;
	color: #fc5700;
	font-weight: 700;
	background-color: transparent;
	border: none;
	display: inline-block;
}




/* --------------- privacy --------------- */

.col_pagettl.privacy {
	background-image: url(../img/privacy/bg_pagettl.jpg);
}

.col_pagettl.line2.privacy .pagettl .en {
	width: 250px;
}

.bg_col_privacy {
	width: 100%;
	margin: 103px auto;
	padding-top: 0px;
	padding-bottom: 55px;
}

.col_privacy {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding: 55px 0 60px;
  border: solid 1px #c6c6c6;
}

.mds_privacy {
	width: 90%;
	margin: 0 auto 25px;
	padding: 0 0 10px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	border-bottom: solid 1px #c6c6c6;
}

.privacy_text {
	margin: 0 0 40px;
	text-align: center;
}

ul.privacy_ul {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

ul.privacy_ul li {
	margin: 0 0 35px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.privacy_ul li:last-child {
	margin-bottom: 0;
}

ul.privacy_ul li * {
	text-indent: 0;
}

.privacy_text1 {
  text-align: left;
}

h1.pagettl_privacy {
  padding-left: 30px;
  font-size: 40px;
  line-height: 0.7;
  color: #fff;
}

.privacy_bold {
  font-weight: 700;
}



/* --------------- guide --------------- */

.col_pagettl.line2.guide .pagettl .en {
	width: 103px;
	display: block;
}

.col_pagettl.line2.guide .pagettl {
	font-size: inherit;
	line-height: 2.3;
}

.col_pagettl.guide {
	background-image: url(../img/guide/bg_pagettl.jpg);
}

.col_guide {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	padding: 35px 0 70px;
}

.col_guide .mds_sub1  {
	margin-bottom: 36px;
	text-align: center;
}

.cont_guide1 {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.guide_ttl{
	margin: 0 auto 30px;
	padding: 4px 15px;
	color: #414141;
	font-weight: 700;
	font-size: 17px;
	background: #e3e3e3;
	pointer-events: none;
}

.font_nomal {
	font-weight: 400;
}

.cont_guide1 .guide_toggle {
	margin: 0;
	padding: 0 15px 75px;
}

dl.list_fee_guide {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
}

dl.list_fee_guide dt {
	width: 165px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
}

dl.list_fee_guide dd {
	width: calc( 100% - 165px );
	margin: 0;
	padding: 0;
}

dl.list_guide1 {
	margin: 0 0 50px;
	padding: 0;
}

dl.list_guide1:last-child {
	margin-bottom: 0;
}

dl.list_guide1 dt {
	margin: 0 0 8px;
	padding: 0;
	color: #414141;
	font-size: 17px;
	font-weight: 700;
}

dl.list_guide1 dd {
	margin: 0;
	padding: 0 15px;
}

.guide_card {
	margin: 0;
	padding: 5px 0 0;
}

.guide_card img{
	vertical-align: middle;
}

table.tbl-guide2 {
	width: 100%;
	max-width: 435px;
	margin: 15px 0 0;
	border-collapse: separate;
	border-spacing: 0;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

table.tbl-guide2 th{
	width: 50%;
	padding: 6px 0 6px 20px;
	color: #414141;
	font-weight: 400;
	text-align: left;
	background: #eee;
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}

table.tbl-guide2 td{
	padding: 6px 0 6px 20px;
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}

ul.guide_col5 {
	margin: 0;
	padding: 0;
}

.guide_col5 li {
	margin: 0;
	padding: 0 0 0 1.6em;
	text-indent: -1.6em;
}

ul.guide_col7 {
	margin: 0 0 40px;
	padding: 0;
}

.guide_col7 li {
	margin: 0;
	padding: 0 0 0 1.6em;
	text-indent: -1.6em;
}

.tbl-guide3 {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

.tbl-guide3 th{
	width: 195px;
	padding: 15px 10px 15px 23px;
	font-weight: 400;
	text-align: left;
	border-bottom: solid 1px #a0a0a0;
}

.tbl-guide3 td {
	width: calc( 100% - 195px );
	padding: 15px 10px 15px 45px;
	border-bottom: solid 0.5px #d0d0d0;
}

.guide_col3 {
	padding-left: 10px;
	padding-right: 15px;
}

.guide_ttl.guide_black {
	color: #fff;
	background: #414141;
}


/* --------------- Member - member_update_settlement --------------- */

#sidebar {
  display: none;
}

#wc_member_update_settlement .entry {
    border-bottom: none;
}

#wc_member_update_settlement .member_page_title {
	margin: 0 0 50px;
	padding: 0;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}

#wc_member_update_settlement table.customer_form {
	width: 100%;
	color: #000000;
	line-height: 1.6;
	border-top: solid 1px #b8b9b9;
	border-left: solid 1px #b8b9b9;
}

#wc_member_update_settlement table.customer_form th,
table.customer_form.settlement_form th {
	width: 255px;
	padding: 35px 15px;
	color: #342a23;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	background-color: #efefef;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
}

#wc_member_update_settlement table.customer_form td,
table.customer_form.settlement_form td {
	margin: 0;
	padding: 18px;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
}

#wc_member_update_settlement table.customer_form td p,
table.customer_form.settlement_form td p {
	margin: 0;
	padding: 0;
}

#wc_member_update_settlement table.customer_form td .attention {
  margin: 5px 0 0 0;
	padding: 0;
  font-size: 12px;
}

#wc_member_update_settlement table.customer_form td input {
    margin: 0 10px 0 0;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.7;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
}

#wc_member_update_settlement table.customer_form td input#cardno {
  width: 50%;
}

#wc_member_update_settlement table.customer_form td select {
  margin: 0 5px 0 0;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 2.2;
  border-color: #888;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/* --------------- contact --------------- */

.col_pagettl.inquiry{
	background-image: url(../img/inquiry/bg_pagettl.jpg);
}

.col_pagettl.line2.inquiry .pagettl .en {
	width: 123px;
}

.col_inquiry {
	max-width: 1000px;
	width: 92%;
	margin: 0 auto;
	padding: 35px 0 70px;
}

.mds_inquiry {
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.txt_contact1 {
	margin: 0 0 50px;
	text-align: center;
	line-height: 2;
}

ul.flow_contact {
	max-width: 630px;
	margin: 0 auto 34px;
	padding: 0;
	background-color: #ddddde;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	overflow: hidden;
}

ul.flow_contact li {
	width: calc( 100% / 3 );
	height: 44px;
	margin: 0;
	padding: 0;
	color: #342a23;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.flow_contact li.active {
	color: #fff;
}

.flow_contact li.active:before {
	content: "";
	width: calc( 100% - 1px );
	height: 100%;
	background-color: #fc5700;
	position: absolute;
	top: 0;
	right: 6px;
	z-index: -1;
}

.flow_contact li.active:last-child:before {
	width: calc( 100% + 5px );
	right: 0;
}

ul.flow_contact li .inner {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

ul.flow_contact li .inner:before,
ul.flow_contact li .inner:after {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 12px #fff;
	border-top: solid 22px transparent;
	border-bottom: solid 22px transparent;
	position: absolute;
	top: 0;
	left: -5px;
}

ul.flow_contact li:first-child .inner:before,
ul.flow_contact li:first-child .inner:after {
	content: none;
}

ul.flow_contact li .inner:after {
	border-left-color: #ddddde;
	left: -6px;
}

ul.flow_contact li.active + li .inner:after {
	border-left-color: #fc5700;
}

.cont_contact {
	margin: 0 auto 50px;
	padding: 0;
}

.contact_caution {
	color: #fc5700;
	text-align: left;
}

table.form_contact {
	width: 100%;
	color: #000000;
	line-height: 1.6;
	border-top: solid 1px #b8b9b9;
	border-left: solid 1px #b8b9b9;
}

.form_contact th {
	width: 255px;
	padding: 35px 15px;
	color: #342a23;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	background-color: #efefef;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
}

.form_contact th .require {
	color: #ed2326;
}

.form_contact td {
	margin: 0;
	padding: 18px;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
}

.form_contact td input[type="tel"],
.form_contact td input[type="text"],
.form_contact td textarea {
	width: 100%;
	padding: 12px 12px;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	background-color: #fff;
	border: solid 1px #b8b9b9;
	border-radius: 5px;
	-webkit-appearance: none;
}

.form_contact td.short2 input {
	max-width: 250px;
}

.form_contact td input::placeholder,
.form_contact td textarea::placeholder,
.form_contact td input:-ms-input-placeholder,
.form_contact td textarea:-ms-input-placeholder {
	color: #b8b9b9;
}

.form_contact td.address div {
	margin: 0 0 17px;
	display: flex;
	align-items: center;
}

.form_contact td.address div:last-child {
	margin-bottom: 0;
}

.form_contact td.address * + input {
	max-width: 200px;
	margin: 0 0 0 10px;
}

.form_contact td.address .locate1 {
	margin-left: 70px;
}

.form_contact td.address .locate1 select {
	padding: 12px;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	border: solid 1px #b8b9b9;
	border-radius: 5px;
}

.contact_red {
  color: #fc5700;
}

ul.txt_contact3 {
	max-width: 900px;
	margin: 0 auto 10px;
	padding: 30px 0;
	line-height: 2;
	border-top: solid 1px #b8b9b9;
}

ul.txt_contact3 li {
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: -20px;
}

ul.txt_contact3 li * {
	text-indent: 0;
}

.txt_contact3 .maru {
	margin: 0 2px 0 0;
	font-size: 18px;
	display: inline-block;
}

a.contact_under {
	color: #000;
}

.note_contact_input {
	text-align: center;
}

.btn_form_contact {
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn_form_contact input {
	width: 200px;
	height: 47px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border: none;
	outline: none;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all .2s;
}

.btn_form_contact input[name="submitBack"] {
	margin: 0 20px 0 0;
	background: #808080;
	border: solid 1px #808080;
}



/* --------------- Contact Error --------------- */

.txt_contact_error {
	margin-bottom: 50px;
	text-align: center;
}



/* --------------- Contact Confirm --------------- */

.col_inquiry.confirm .form_contact td .conf_none,
.col_inquiry.confirm .note_contact_input {
	display: none;
}

.col_inquiry.confirm .form_contact td.address div {
	margin-bottom: 8px;
}

.col_inquiry.confirm .form_contact td.address .locate1 {
	margin-left: 0;
}



/* --------------- Contact Thanks --------------- */

.txt_contact_thanks {
	padding: 20px 0 0;
	margin: 0 0 40px;
	text-align: center;
}

.col_inquiry.thanks .txt_contact3 {
	margin: 0 auto 50px;
	border-top: none;
}

.btn_contact_thanks {
	width: 90%;
	max-width: 200px;
	height: 47px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-decoration: none;
	background-color: #fc5700;
	border: solid 1px #fc5700;
	transition: all .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}





/* ---------------------------------------------------------------
	start max 1100px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1100px ) {


/* --------------- header --------------- */

	.pcnav_header ul li {
		width: calc( (100% - 108px) / 9);
	}

	.pcnav_header ul li.cart {
		width: 108px;
	}


/* --------------- top --------------- */

	.slider_topitem1 .swiper-slide .img {
		height: 17vw;
	}


}

/* ---------------------------------------------------------------
	end max 1100px
--------------------------------------------------------------- */
