@charset "utf-8";
/* CSS Document */

.headerMain{
	background:rgba(237,248,254,0.6)
}

.breadcrumb{
	position: relative;
    z-index: 2;
	padding: 0 2rem;
	font-size: 75%;
	background:rgba(0,102,153,0.5);
	height: 25px;
	color: #fff;
}

.breadcrumb a{
	color: #fff;
}

.inviewItem{
	opacity: 0;
}

.activeItem{
	opacity: 1;
}

.heroImg{
	margin: -25px 0 0 0;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.heroImgTxt{
	transition: opacity 1.5s ease-out 1s;
}

.heroImgTxt.activeItem{
	opacity: 0.8;
}


.heroImgTxt h2 .h2e{
	letter-spacing: 0.3rem;
}

.heroImg::before{
	content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
	/*background: #fff;*/
	background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1));
   	bottom: 0;
	right: -50%;
    z-index: 1;
    opacity: 1;
	transition: all 3s cubic-bezier(0.26, 0.03, 0, 1);
	transform: skew(-45deg);
}

.heroImg.activeItem::before{
	width: 0%;
	right:-100%;
}


/* ---------------------------------------------*/
/* PRODUCTS ------------------------------------*/
/* ---------------------------------------------*/

body#products .heroImg{
	background: url(../img/bg_heroImg_products.jpg) center center no-repeat;
	background-size: cover;
}

.productsLeadBlock{
	background: url(../img/dotGray.png);
	padding: 80px 0;
}

.productsLeadBlock .shihyou{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 0 0 1rem 0;
	text-align: center;
}

.productsLeadBlock h3{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 250%;
	line-height: 150%;
	margin: 0 0 3rem 0;
	text-align: center;
}

.productsLeadBlock p{
	text-align: justify;
	padding:0 140px;
}

/* productsContents01 ------------------------------------*/
.productsContents01{
	background: url(../img/bg_products01.jpg) right top no-repeat;
	background-size: contain;
	display: block;
}

.productsContents01 .txt{
	padding:130px 0 0 0;
	box-sizing: border-box;
	color: #333;
	background: #fff;
	display: inline-block;
	position: relative;
	width: 50%;
	height: 420px;
}

.productsContents01 .txt::after{
	content: "";
    width: 30%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -30%;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.productsContents01 .txt h3{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 0 0 2rem 0;
}

.productsContents01 .txt p{
	margin: 0 0 1rem 0;
	text-align: justify;
}

/* productsContents02 ------------------------------------*/
.productsContents02{
	background: #fdf9f6 url(../img/bg_products02.png) left top no-repeat;
	background-size: contain;
	display: block;
}

.productsContents02 .inner{
	position: relative;
	height: 420px;
}

.productsContents02 .txt{
	position: absolute;
	top:0;
	right: 0;
	padding:130px 0 0 0;
	color: #333;
	width: 45%;
	height: 420px;
	box-sizing: border-box;
}

.productsContents02 .txt h3{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 0 0 2rem 0;
}

.productsContents02 .txt p{
	margin: 0 0 1rem 0;
	text-align: justify;
}

/* productsContents03 ------------------------------------*/

.productsContents03{
	padding: 80px 0;
}

.productsContents03 img{
	border: 1px solid #ccc;
	float: left;
	margin: 0 80px 0 80px ;
}

.productsContents03 h3{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 0 0 2rem 0;
}

/* ---------------------------------------------*/
/* FACILITY ------------------------------------*/
/* ---------------------------------------------*/

body#facility .heroImg{
	background: url(../img/bg_heroImg_facility.jpg) center center no-repeat;
	background-size: cover;
}

.facilityLeadBlock{
	background: url(../img/dotGray.png);
	padding: 80px 0;
}

.facilityLeadBlock h3{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 250%;
	line-height: 150%;
	margin: 0 0 3rem 0;
	text-align: center;
}

.facilityLeadBlock p{
	padding: 0 140px 2rem 140px;
	text-align: justify;
}

.facilityLeadBlock ul{
	text-align: center;
	letter-spacing: -0.4em;
}

.facilityLeadBlock ul li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 1rem;
}

.facilityLeadBlock ul li.btnStyle a{
	padding: 15px 100px;
}

#honsha{
	background: #333;
	color: #fff;
}

.honshaImg{
	width: 100%;
	height: 500px;
	background: url(../img/bg_facility01.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.honshaImg::after{
	content: "";
    position: absolute;
    height: 200px;
    width: 300%;
    background: #333;
    bottom: -100px;
    left: -100%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#kazawa{
	background: #315a99;
	color: #fff;
}

.kazawaImg{
	width: 100%;
	height: 500px;
	background: url(../img/bg_facility02.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.kazawaImg::after{
	content: "";
    position: absolute;
    height: 200px;
    width: 300%;
    background: #315a99;
    bottom: -100px;
    left: -100%;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.facilityBlock h3{
	text-align: center;
}

.facilityBlock h3 .h3j{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 300%;
	letter-spacing: 0.2em;
	line-height: 130%;
	margin: 0 0 1rem 0;
}

.facilityBlock h3 .h3js{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 130%;
	letter-spacing: 0.2em;
	line-height: 130%;
	margin: 0 0 1rem 0;
}

.facilityBlock h3 .h3e{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5rem 0;
	letter-spacing: 0.2em;
}

.facilityBlock ul{
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
 	justify-content:space-between;
	width: 100%;
	margin: 0 0 2rem 0;
}

.facilityBlock ul li{
	width: 310px;
	margin: 0 0 2rem 0;
	text-align: right;
	font-size: 85%;
	line-height: 150%;
}

.facilityBlock ul li p{
	margin: 0.5rem 0 0 0;
}

.facilityBlock ul li img{
	width: 100%;
	height: auto;
	max-width: 310px;
}

#kazawa .facilityBlock ul li:first-child{
	width: 650px;
	margin: 0 0 2rem 0;
	text-align: right;
	font-size: 85%;
}

#kazawa .facilityBlock ul li:first-child img{
	width: 100%;
	height: auto;
	max-width: 650px;
}

.facilityTable{
	display: flex;
	margin: 0 0 8rem 0;
}

.facilityTable .left,
.facilityTable .right{
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}

.facilityTable table{
	width: 100%;
	margin: 0 0 1rem 0;
}

.facilityTable table th{
	text-align: left;
	padding: 8px 0;
	border-bottom: 3px solid #fff;
}

.facilityTable table tr{
	border-bottom: 1px dotted #ccc;
}

.facilityTable table tr.noBorder{
	border-bottom-style:none;
}

.facilityTable table tr td{
	padding: 1rem 0.5em;
	font-size: 85%;
	line-height: 150%;
}

.facilityTable table tr td:last-child{
	text-align: left;
}

/* ---------------------------------------------*/
/* COMPANY ------------------------------------*/
/* ---------------------------------------------*/

body#company .heroImg{
	background: url(../img/bg_heroImg_company.jpg) center center no-repeat;
	background-size: cover;
}

.companyLeadBlock{
	background: url(../img/dotGray.png);
	padding: 80px 0;
}

.companyLeadBlock .companyLeadTxt{
	width: 100%;
	float: none;
}

.companyLeadBlock .companyLeadTxt h3 .h3e{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 355%;
	font-weight: bold;
	margin: 1rem 0 3rem 0;
	text-align: center;
}

.companyLeadBlock .companyLeadTxt h3 .h3j{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 150%;
	line-height: 150%;
	margin: 0 0 3rem 0;
	text-align: center;
}

.companyLeadBlock .companyLeadTxt p{
	margin: 0 0 1rem 0;
	text-align: justify;
}

.companyLeadBlock img{
	float: right;
}

.overviewBlock{
	padding: 0 0 8rem 0;
}

.overviewBlockImg{
	width: 100%;
	height: 400px;
	background: url(../img/bg_company01.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.overviewBlockImg::after{
	content: "";
    position: absolute;
    height: 200px;
    width: 300%;
    background: #fff;
    bottom: -100px;
    left: -100%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.overviewBlock h3{
	text-align: center;
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 250%;
	line-height: 150%;
	letter-spacing: 0.1rem;
	margin: 0 0 2rem 0;
}

.overviewBlock .flexbox{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.overviewBlock .flexbox dl{
	width: 495px;
}


.overviewBlock dl{
	margin: 0 0 5rem 0;
}

.overviewBlock dl dt{
	width:120px;
	float: left;
	margin: 0 0 0 10px;
	padding: 1rem 0;
	border-bottom: 1px dotted #333;
	font-size: 85%;
	font-weight: bold;
}

.overviewBlock dl dd{
	width:355px;
	float: left;
	margin: 0 10px 0 0;
	padding: 1rem 0;
	border-bottom: 1px dotted #333;
	font-size: 95%;
}

.overviewBlock dl.enkaku dt{
	width:150px;
}

.overviewBlock dl.enkaku dd{
	width:820px;
}

.overviewBlock p.link{
	text-align: center;
	margin-bottom: 0.5rem;
}

.overviewBlock p.link img{
	border: 1px solid #ccc;
}

.accessBlock{
	padding: 0 0 8rem 0;
}

.accessBlockImg{
	width: 100%;
	height: 400px;
	background: url(../img/bg_company02.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.accessBlockImg::after{
	content: "";
    position: absolute;
    height: 200px;
    width: 300%;
    background: #fff;
    bottom: -100px;
    left: -100%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.accessBlock h3{
	text-align: center;
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 250%;
	line-height: 150%;
	letter-spacing: 0.1rem;
	margin: 0 0 2rem 0;
}

.accessFactory{
	padding: 3rem 0;
	border-bottom: 1px solid #ccc;
}

.accessFactory:last-child{
	padding: 3rem 0 1rem 0;
}

.accessTtl{
	display: flex;
	-webkit-align-items: center; /* Safari */
  align-items:         center;
	margin: 0 0 2rem 0;
}

.accessTtl h4{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 220%;
	line-height: 150%;
	letter-spacing: 0.1rem;
	float: left;
	display: inline-block;
	padding: 0 2rem 0 1rem;
	border-left: 5px solid #333;
	
}

.accessTtl p{
	font-weight: bold;
}

.accessFactory img{
	float: left;
}

.accessFactory .gmap{
	float: right;
}

.accessFactory dl{
	margin: 1rem 0;
	display: block;
}

.accessFactory dl dt{
	font-weight: bold;
}

.accessFactory dl dd{
	margin: 0 0 1rem 0;
}

/* ---------------------------------------------*/
/* CONTACT ------------------------------------*/
/* ---------------------------------------------*/



body#contact .heroImg{
	background: url(../img/bg_heroImg_products.jpg) center center no-repeat;
	background-size: cover;
	height: 340px;
}

body#contact .heroImgOverlay{
	height: 340px;
}

body#contact .heroImgTxt{
	padding: 150px 0 0 0;
	box-sizing: border-box;
}


.contactTxt{
	padding:40px 0;
	text-align: center;
}

.contactTxt span{
	color:#C00;
	padding:0;
}

.contactTxt.contactThanks h3{
	letter-spacing: 0.05em;
	font-size: 200%;
	line-height: 130%;
	font-weight: normal;
	text-align: center;
	margin:0 auto 50px auto;
}

form#formChikumakasei{
	margin-bottom: 80px;
}

table.contactform{
	width:80%;
	margin: 0 auto;
	text-align:left;
}

table.contactform tbody{
	width:100%;
}

table.contactform tr{
	width:100%;
	padding:15px 0;
	border-bottom:1px dotted #ccc;
	display:block;
}

table.contactform tr:nth-of-type(1){
	border-top:1px dotted #ccc;
}

table.contactform tr th{
	width:250px;
	text-align:left;
	vertical-align:top;
	padding:0 20px 0 0;
	box-sizing:border-box;
}

table.contactform tr th span{
	font-size:0.8rem;
	color:#C00;
	padding:0 0 0 10px
}

table.contactform tr td{
	width:500px;
}

table.contactform input.txt,
table.contactform textarea{
	padding:10px;
	font-size:100%;
	border:solid 1px #ccc;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

table.contactform textarea{
	line-height: 180%;
}

table.contactform input:focus,
table.contactform textarea:focus{
    border:solid 1px #54a94b;
}

table.contactform .inputEx{
	font-size:0.7rem;
	color:#666;
	display:block;
}

.mw_wp_form_confirm table.contactform .inputEx{
	display:none;
}

.selectProducts label{
	display:inline-block;
	width:48%;
	padding:5px 0;
}

.gorenraku label{
	display:inline-block;
	width:30%;
}

form .btnBlock{
	text-align:center;
	padding:45px 0;
}

form .btnBlock input{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form .btnBlock .btn {
  display: inline-block;
  padding: 10px 0;
  margin:0 10px;
  width:250px;
  border-radius:10rem;
  color: #fff;
  font-weight:bold;
  background:#006699;
  cursor: pointer;
  font-size:100%;
}

form .btnBlock .btn:hover {
   background:#1c7cd6;
  cursor: pointer;
}

form .btnBlock .btnBack {
  display: inline-block;
  padding: 10px 0;
  margin:0 10px;
  color:#09F;
  text-decoration:underline;
  cursor: pointer;
}

.confMsg{
	font-size:120%;
	font-weight:bold;
	margin:0 0 30px 0;
}

.contactThanks .heroImg::before,
.contactConf .heroImg::before{
	display: none;
}


/* -------------------------------------------------------*/
/* -------------------------------------------------------*/
/* max-width: 768px ------------------------------------*/
/* -------------------------------------------------------*/
/* -------------------------------------------------------*/

@media only screen and (max-width: 768px) {

.headerMain{
	background:none;
}

.breadcrumb{
	display: none;
}

.heroImg{
	margin: -50px 0 0 0;
	height: 300px;
}

.heroImgOverlay{
	height: 300px;
}

.heroImgTxt h2 .h2e{
	letter-spacing: 0.1rem;
}

/* ---------------------------------------------*/
/* PRODUCTS ------------------------------------*/
/* ---------------------------------------------*/

.productsLeadBlock{
	padding: 50px 0;
}

.productsLeadBlock .shihyou{
	text-align: left;
}

.productsLeadBlock h3{
	font-size: 200%;
	line-height: 150%;
	text-align: left;
}

.productsLeadBlock p{
	padding: 0;
}

/* productsContents01 ------------------------------------*/
.productsContents01{
	background: url(../img/bg_products01.jpg) left top no-repeat;
	background-size: contain;
}

.productsContents01 .txt{
	padding:65% 0 20px 0 ;
	display: block;
	width: 100%;
	height: auto;
	background: none;
}

.productsContents01 .txt::after{
	content: none;
}

.productsContents01 .txt h3{
	font-size: 150%;
	letter-spacing: normal;
	margin: 1rem 0;
}

/* productsContents02 ------------------------------------*/

.productsContents02 .inner{
	position: static;
	height: auto;
}

.productsContents02 .txt{
	position: static;
	top:auto;
	right: auto;
	height: auto;
	padding:65% 0 20px 0 ;
	display: block;
	width: 100%;
}

.productsContents02 .txt h3{
	font-size: 150%;
	letter-spacing: normal;
	margin: 1rem 0;
}

.productsContents02 .txt p{
	margin: 0 0 1rem 0;
	text-align: justify;
}

/* productsContents03 ------------------------------------*/

.productsContents03{
	padding: 30px 0;
}

.productsContents03 img{
	display: none;
}

.productsContents03 h3{
	font-size: 150%;
	letter-spacing: normal;
	margin: 0 0 1rem 0;
	text-align: center;
}

/* ---------------------------------------------*/
/* FACILITY ------------------------------------*/
/* ---------------------------------------------*/

.facilityLeadBlock{
	padding: 50px 0;
}

.facilityLeadBlock h3{
	font-size: 200%;
	line-height: 150%;
	text-align: left;
}

.facilityLeadBlock p{
	padding: 0 0 2rem 0;
}

.facilityLeadBlock ul{
}

.facilityLeadBlock ul li{
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
}

.facilityLeadBlock ul li.btnStyle a{
	display: block;
}

.honshaImg{
	height: 250px;
}

.honshaImg::after{
    height: 100px;
    bottom: -50px;
}

.kazawaImg{
	height: 250px;
}

.kazawaImg::after{
    height: 100px;
    bottom: -50px;
}

.facilityBlock h3 .h3j{
	font-size: 200%;
}

.facilityBlock h3 .h3e{
	margin: 0 0 3rem 0;
}

.facilityBlock ul{
	margin: 0;
}

.facilityBlock ul li{
	width: 49%;
	font-size: 70%;
}

#kazawa .facilityBlock ul li:first-child{
	width: 100%;
	font-size: 70%;
}

.facilityTable{
	display: block;
	margin: 0 0 5rem 0;
}

.facilityTable .left,
.facilityTable .right{
	width: 100%;
	padding: 0;
}

.facilityTable table tr td{
	font-size: 75%;
}

/* ---------------------------------------------*/
/* COMPANY ------------------------------------*/
/* ---------------------------------------------*/

.companyLeadBlock{
	padding: 50px 0;
}

.companyLeadBlock .companyLeadTxt{
	width: 100%;
	float: none;
}

.companyLeadBlock .companyLeadTxt h3 .h3e{
	font-size: 350%;
	font-weight: bold;
	margin: 0 0 2rem 0;
	text-align: center;
	line-height: 100%;
}

.companyLeadBlock .companyLeadTxt h3 .h3j{
	font-size: 120%;
	line-height: 150%;
	margin: 0 0 2rem 0;
}

.companyLeadBlock img{
	float: none;
	width: 100%;
	height: auto;
	max-width: 390px;
	margin: 0 auto;
	display: block;
}

.overviewBlock{
	padding: 0 0 5rem 0;
}

.overviewBlockImg{
	height: 200px;
}

.overviewBlockImg::after{
	content: "";
    position: absolute;
    height: 100px;
    width: 300%;
    background: #fff;
    bottom: -50px;
    left: -100%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.overviewBlock h3{
	font-size: 200%;
}

.overviewBlock dl{
	margin: 0 0 3rem 0;
}

.overviewBlock dl dt{
	width:100%;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom-style: none;
	font-size: 85%;
	font-weight: bold;
}

.overviewBlock .flexbox dl{
	width: 100%;
}

.overviewBlock .flexbox dl:nth-of-type(1){
	margin-bottom: 0;
}

.overviewBlock dl dd{
	width:100%;
	float: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.overviewBlock dl.enkaku dt{
	width:100%;
}

.overviewBlock dl.enkaku dd{
	width:100%;
}

.accessBlock{
	padding: 0 0 5rem 0;
}

.accessBlockImg{
	height: 200px;
}

.accessBlockImg::after{
	content: "";
    position: absolute;
    height: 100px;
    width: 300%;
    background: #fff;
    bottom: -50px;
    left: -100%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.accessBlock h3{
	font-size: 200%;
	margin: 0;
}

.accessTtl{
	display: block;
}

.accessTtl h4{
	font-size: 180%;
	float: none;
	display: block;
	padding: 0 0 0 1rem;
	margin:0 0 1rem 0;
}

.accessTtl p{
	font-size: 85%;
}

.accessFactory img{
	float: none;
	width: 100%;
	height: auto;
	max-width: 430px;
	margin: 0 auto 1rem auto;
	display: block;
}

.accessFactory .gmap{
	float: none;
	width:100%!important;
}

.accessFactory .gmap iframe{
	width:100%!important;
}

.accessFactory dl{
	
}

.accessFactory dl dt{
	font-weight: bold;
}




/* ---------------------------------------------*/
/* contact ------------------------------------*/
/* ---------------------------------------------*/

body#contact .heroImg{
	height: 300px;
}

body#contact .heroImgOverlay{
	height: 300px;
}

body#contact .heroImgTxt{
	position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    padding: 100px 1rem 1rem 1rem;
}

.contactTxt{
	padding:40px 0;
}

.contactTxt.contactThanks h3{
	font-size: 150%;
	margin:0 auto 30px auto;
}

#contact{
	min-width:100%;
	padding:0;
}

.contactArea{
	width:100%;
}

table.contactform {
	width:100%;
}

table.contactform tr th{
	width:100%;
	display:block;
	text-align:left;
}

table.contactform tr td{
	width:100%;
	display:block;
}

table.contactform input.txt,
table.contactform textarea{
	padding:10px;
	font-size:100%;
	border:solid 1px #ccc;
	width:100%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.selectProducts label{
	display:block;
	width:100%;
	padding:5px 0;
}

.gorenraku label{
	display:block;
	width:100%;
	padding:5px 0;
}

form .btnBlock .btnBack {

  padding: 10px 0;
  margin:0 10px 30px 10px;
  
}

}