@charset "utf-8";
/* CSS Document */
/*---------------------- Bg Color ------------------------*/
.bgBeige{
	background: #fffae6;
}
/*---------------------- Text Color ------------------------*/
.secInner a{
	text-decoration: underline;
	color:#aa8228;
}
.secInner a:hover{
	color:#966432;
	text-decoration: none;
}
.secInner .emphasize{
	color:#966432;
	font-weight: bold;
	font-size:1.3em;
}
/*---------------------- Inner ------------------------*/
.secInner{
	padding: 3.33% 0 1px;
	max-width: 1280px;
	margin: 0 auto;
}
@media (max-width: 767px){
.secInner{
	padding: 6% 0 1px;
}
}
/*---------------------- Inner Title h1 ------------------------*/
h1.pageTitle{
	padding:1.5em 0;
	font-size:2em;
	text-align:center;
	letter-spacing:0.2em;
	font-weight: bold;
}
@media (max-width: 767px){
h1.pageTitle{
	font-size:1.6em;
}
}
/*---------------------- Inner Title h2 ------------------------*/
h2.secTitle{
	text-align: center;
	margin-bottom:3.33%;
	font-weight: bold;
	font-size:2.4em;
}
@media (max-width: 767px){
h2.secTitle{
	margin-bottom:6%;
	font-size:1.8em;
}
}
h2.secTitle.eng{
	font-family: 'Roboto Condensed', sans-serif;
}
/*---------------------- Inner Sub Title h3 ------------------------*/
h3.secSubTitle{
	margin:0 3.33% 1em;
	font-weight: bold;
	font-size:1.6em;
	letter-spacing:0.2em;
	color:#966432;
	line-height:160%;
}
h3.secSubTitle.topBorder{
	border-top: 1px solid #cccccc;
	padding-top:1em;
}
@media (max-width: 767px){
h3.secSubTitle{
	margin:0 6% 1em;
	font-size:1.4em;
}
}
/*---------------------- padding ------------------------*/
.pdTop0{
	padding-top: 0px;
}
/*---------------------- Style1 1列 ------------------------*/
.secStyle1-1 li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #CCCCCC;
	list-style:none;
	background: #FFFFFF;
}
.secStyle1-1 li a{
	text-decoration: none;
	color:#503200;
	display:block;
}
.secStyle1-1 li img{
	width:100%;
}
.secStyle1-1 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle1-1 li .text{
	line-height:160%;
}
@media (min-width: 1025px) {
.secStyle1-1 li.link:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
@media (min-width: 768px) {
.secStyle1-1 li {
	margin:0 3.33% 3.33%;
}
.secStyle1-1 li a{
	padding:0 2%;
}
.secStyle1-1 li .title{
	font-size:1.4em;
	padding:2%;
}
.secStyle1-1 li .text{
	padding:2%;
}
}
@media (max-width: 767px){
.secStyle1-1 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle1-1 li a{
	padding:0 4%;
}
.secStyle1-1 li .title{
	font-size:1.2em;
	padding:3% 2%;
}
.secStyle1-1 li .text{
	padding:3% 2%;
}
}

/*---------------------- Style1 2列 ------------------------*/
.secStyle1-2 li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #CCCCCC;
	list-style:none;
	background: #FFFFFF;
}
.secStyle1-2 li a{
	text-decoration: none;
	color:#503200;
	display:block;
}
.secStyle1-2 li img{
	width:100%;
}
.secStyle1-2 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle1-2 li .text{
	line-height:160%;
}
@media (min-width: 1025px) {
.secStyle1-2 li.link:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
@media (min-width: 768px) {
.secStyle1-2 ul {
	letter-spacing: -.40em;
}
.secStyle1-2 li {
	width: 45%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle1-2 li a{
	padding:0 3%;
}
.secStyle1-2 li .title{
	font-size:1.2em;
	padding:3%;
}
.secStyle1-2 li .text{
	padding:3%;
}
}
@media (max-width: 767px){
.secStyle1-2 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle1-2 li a{
	padding:0 4%;
}
.secStyle1-2 li .title{
	font-size:1.2em;
	padding:3% 2%;
}
.secStyle1-2 li .text{
	padding:3% 2%;
}
}

/*---------------------- Style1 3列 ------------------------*/
.secStyle1-3 li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #CCCCCC;
	list-style:none;
	background: #FFFFFF;
}
.secStyle1-3 li a{
	text-decoration: none;
	color:#503200;
	display:block;
}
.secStyle1-3 li img{
	width:100%;
}
.secStyle1-3 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle1-3 li .text{
	line-height:160%;
}
@media (min-width: 1025px) {
.secStyle1-3 li.link:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
@media (min-width: 768px) {
.secStyle1-3 ul {
	letter-spacing: -.40em;
}
.secStyle1-3 li {
	width: 28.9%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle1-3 li a{
	padding:0 4%;
}
.secStyle1-3 li .title{
	font-size:1.1em;
	padding:4%;
}
.secStyle1-3 li .text{
	padding:4%;
}
}
@media (max-width: 767px){
.secStyle1-3 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle1-3 li a{
	padding:0 4%;
}
.secStyle1-3 li .title{
	font-size:1.2em;
	padding:3% 2%;
}
.secStyle1-3 li .text{
	padding:3% 2%;
}
}
/*---------------------- Style2 ------------------------*/
.secStyle2 dl{
	margin:0 3.33% 3.33%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 30px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.secStyle2 dt{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:15px;
}
.secStyle2 dd{
	line-height: 180%;	
}
@media (max-width: 767px){
.secStyle2 dl{
	margin: 0px 6% 6%;
	padding: 20px 20px 15px;
}
.secStyle2 dt{
	font-size:1.2em;
}
}

/*---------------------- Style3 1列 ------------------------*/
.secStyle3-1 li a{
	display: block;
	line-height:0;
}
@media (min-width: 1025px) {
.secStyle3-1 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
@media (min-width: 768px) {
.secStyle3-1 li {
	margin:0 3.33% 3.33%;
	list-style:none;
}
}
@media (max-width: 767px){
.secStyle3-1 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-1 li img{
	width: 100%;
	display: block;
}

/*---------------------- Style3 2列 ------------------------*/
.secStyle3-2 li a{
	display: block;
	line-height:0;
}
@media (min-width: 1025px) {
.secStyle3-2 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
@media (min-width: 768px) {
.secStyle3-2 ul {
	letter-spacing: -.40em;
}
.secStyle3-2 li {
	width: 45%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
}
@media (max-width: 767px){
.secStyle3-2 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-2 li img{
	width: 100%;
	display: block;
}

/*---------------------- Style3 3列 ------------------------*/
.secStyle3-3 li a{
	display: block;
}
@media (min-width: 1025px) {
.secStyle3-3 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	line-height:0;
}
}
@media (min-width: 768px) {
.secStyle3-3 ul {
	letter-spacing: -.40em;
}
.secStyle3-3 li {
	width: 28.9%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
}
@media (max-width: 767px){
.secStyle3-3 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-3 li img{
	width: 100%;
	display: block;
}
/*---------------------- Style3 4列 ------------------------*/
.secStyle3-4 li a{
	display: block;
}
@media (min-width: 1025px) {
.secStyle3-4 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	line-height:0;
}
}
@media (min-width: 768px) {
.secStyle3-4 ul {
	letter-spacing: -.40em;
}
.secStyle3-4 li {
	width: 20.8%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
}
@media (max-width: 767px){
.secStyle3-4 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-4 li img{
	width: 100%;
	display: block;
}
/*---------------------- Style4 ------------------------*/
.secStyle4-PL-VL .title, .secStyle4-PL-VL .lede, .secStyle4-PL-VL .text, .secStyle4-PR-VL .title, .secStyle4-PR-VL .lede, .secStyle4-PR-VL .text, .secStyle4-PL-WL .title, .secStyle4-PL-WL .lede, .secStyle4-PL-WL .text, .secStyle4-PR-WL .title, .secStyle4-PR-WL .lede, .secStyle4-PR-WL .text{
	margin:0 3.33% 20px;
}
.secStyle4-PL-VL .title, .secStyle4-PR-VL .title, .secStyle4-PL-WL .title, .secStyle4-PR-WL .title{
	font-size:1.4em;
	line-height:150%;
	font-weight:bold;
}
.secStyle4-PL-VL .lede, .secStyle4-PL-VL .text, .secStyle4-PR-VL .lede, .secStyle4-PR-VL .text, .secStyle4-PL-WL .lede, .secStyle4-PL-WL .text, .secStyle4-PR-WL .lede, .secStyle4-PR-WL .text{
	line-height:180%;
}
.secStyle4-PL-VL .text img{
	max-width:40%;
	float:left;
	margin:0.5em 2em 2em 0;
}
.secStyle4-PL-WL .text img{
	max-width:70%;
	float:left;
	margin:0.5em 2em 2em 0;
}
.secStyle4-PR-VL .text img{
	max-width:40%;
	float:right;
	margin:0.5em 0 2em 2em;
}
.secStyle4-PR-WL .text img{
	max-width:70%;
	float:right;
	margin:0.5em 0 2em 2em;
}
.secStyle4-PL-VL .link, .secStyle4-PL-WL .link{
	text-align:right;
	margin:0 3.33% 3.33%;
}
.secStyle4-PR-VL .link, .secStyle4-PR-WL .link{
	text-align:left;
	margin:0 3.33% 3.33%;
}
.secStyle4-PL-VL .link a, .secStyle4-PR-VL .link a, .secStyle4-PL-WL .link a, .secStyle4-PR-WL .link a{
	background: #966432 url(../images/link_icon_white.svg) no-repeat right center;
	color: #FFFFFF;
	padding:20px 40px 20px 30px;
	display:inline-block;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	font-weight: bold;
	line-height:150%;
}
.secStyle4-PL-VL .link a:hover, .secStyle4-PR-VL .link a:hover, .secStyle4-PL-WL .link a:hover, .secStyle4-PR-WL .link a:hover{
	background: #503200 url(../images/link_icon_white.svg) no-repeat right center;
}
@media (max-width: 1024px) and (min-width: 768px) {
.secStyle4-PL-VL .link a, .secStyle4-PR-VL .link a, .secStyle4-PL-WL .link a, .secStyle4-PR-WL .link a{
	padding:15px 40px 15px 30px;
}
}
@media (max-width: 767px){
.secStyle4-PL-VL .title, .secStyle4-PL-VL .lede, .secStyle4-PL-VL .text, .secStyle4-PL-VL .link, .secStyle4-PR-VL .title, .secStyle4-PR-VL .lede, .secStyle4-PR-VL .text, .secStyle4-PR-VL .link, .secStyle4-PL-WL .title, .secStyle4-PL-WL .lede, .secStyle4-PL-WL .text, .secStyle4-PL-WL .link, .secStyle4-PR-WL .title, .secStyle4-PR-WL .lede, .secStyle4-PR-WL .text, .secStyle4-PR-WL .link{
	margin:0 6% 15px;
}
.secStyle4-PL-VL .text img, .secStyle4-PR-VL .text img, .secStyle4-PL-WL .text img, .secStyle4-PR-WL .text img{
	max-width:100%;
	float:none;
	margin:0 0 10px;
	float:none;
}
.secStyle4-PL-VL .link, .secStyle4-PR-VL .link, .secStyle4-PL-WL .link, .secStyle4-PR-WL .link{
	text-align:center;
	margin:0 6% 6%;
}
.secStyle4-PL-VL .link a, .secStyle4-PR-VL .link a, .secStyle4-PL-WL .link a, .secStyle4-PR-WL .link a{
	padding:15px 40px 15px 30px;
}
}

/*---------------------- Style5 1列 ------------------------*/
.secStyle5-1 li {
	list-style:none;
}
.secStyle5-1 li img{
	width:100%;
}
.secStyle5-1 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle5-1 li .text{
	line-height:160%;
}
@media (min-width: 768px) {
.secStyle5-1 li {
	margin:0 3.33% 3.33%;
}
.secStyle5-1 li .title{
	font-size:1.4em;
	padding-bottom:2%;
}
.secStyle5-1 li .text{
	padding:2% 0;
}
}
@media (max-width: 767px){
.secStyle5-1 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle5-1 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-1 li .text{
	padding:3% 0 0;
}
}

/*---------------------- Style5 2列 ------------------------*/
.secStyle5-2 li {
	list-style:none;
}
.secStyle5-2 li img{
	width:100%;
}
.secStyle5-2 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle5-2 li .text{
	line-height:160%;
}
@media (min-width: 768px) {
.secStyle5-2 ul {
	letter-spacing: -.40em;
}
.secStyle5-2 li {
	width: 45%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle5-2 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-2 li .text{
	padding:3% 0;
}
}
@media (max-width: 767px){
.secStyle5-2 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle5-2 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-2 li .text{
	padding:3% 0 0;
}
}

/*---------------------- Style5 3列 ------------------------*/
.secStyle5-3 li {
	list-style:none;
}
.secStyle5-3 li img{
	width:100%;
}
.secStyle5-3 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle5-3 li .text{
	line-height:160%;
}
@media (min-width: 768px) {
.secStyle5-3 ul {
	letter-spacing: -.40em;
}
.secStyle5-3 li {
	width: 28.9%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle5-3 li .title{
	font-size:1.1em;
	padding-bottom:4%;
}
.secStyle5-3 li .text{
	padding:4% 0 0;
}
}
@media (max-width: 767px){
.secStyle5-3 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle5-3 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-3 li .text{
	padding:3% 0 0;
}
}

/*---------------------- Style6 ------------------------*/
.secStyle6 dl{
	margin:0 3.33% 3.33%;
	text-align: center;
	padding-top:65px;
}
.secStyle6 dt{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	background: url(../images/wood_bg.png);
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	display: inline-block;
	margin: 0px auto 1.5em;
	padding: 0.8em 1em;
	color: #FFFFFF;
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	line-height:150%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
.secStyle6 dt img.owl{
	position: absolute;
	top:-95px;
	left:50%;
	margin-left:-65px;
}
.secStyle6 dd{
	line-height: 180%;
	text-align: left;
}
.secStyle6 dd img.fLeft{
	max-width:40%;
	float:left;
	margin:0.5em 2em 0 0;
}
.secStyle6 dd img.fRight{
	max-width:40%;
	float:right;
	margin:0.5em 0 0 2em;
}
@media (max-width: 1024px) and (min-width: 768px) {
.secStyle6 dl{
	padding-top:55px;
}
.secStyle6 dt img.owl{
	width:80px;
	top:-72px;
	margin-left:-40px;
}
}
@media (max-width: 767px){
.secStyle6 dl{
	margin: 0px 6% 6%;
	padding-top: 38px;
}
.secStyle6 dt{
	font-size:1.2em;
	margin-bottom:20px;
	text-align:left;
}
.secStyle6 dt img.owl{
	width:60px;
	top:-53px;
	margin-left:-30px;
}
.secStyle6 dd img.fLeft, .secStyle6 dd img.fRight{
	max-width:100%;
	float:none;
	margin:0 0 10px;
}
}
/*---------------------- Style7 ------------------------*/
.secStyle7 .secInner{
	margin:0 3.33%;
	padding-bottom: 3.33%;
}
.secStyle7 h3{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	margin: 0px auto 1.5em;
	width:100%;
	line-height:150%;
}
.secStyle7 img{
	max-width:40%;
	float:left;
}
.secStyle7 table{
	width:55%;
	float:right;
	border-bottom: 1px solid #CCCCCC;
}
.secStyle7 table th{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	font-weight:bold;
	text-align:left;
	line-height:150%;
}
.secStyle7 table td{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	line-height:150%;
}
@media (max-width: 767px){
.secStyle7 .secInner{
	margin: 0px 6%;
	padding-bottom: 6%;
}
.secStyle7 h3{
	font-size:1.4em;
	text-align:left;
	margin: 0px auto 1em;
}
.secStyle7 img{
	max-width:100%;
	float:none;
	margin: 0px auto 1.5em;
}
.secStyle7 table{
	width:100%;
	float:none;
}
}
/*---------------------- Style8 ------------------------*/
.secStyle8 .secInner{
	margin:0 3.33%;
	padding-bottom: 3.33%;
}
.secStyle8 h3{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	margin: 0px auto 1.5em;
	width:100%;
	line-height:150%;
}
.secStyle8 img{
	max-width:40%;
	float:left;
}
.secStyle8 table{
	width:55%;
	float:right;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.secStyle8 table th{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight:bold;
	text-align:center;
	line-height:150%;
}
.secStyle8 table td{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	line-height:150%;
}
@media (max-width: 767px){
.secStyle8 .secInner{
	margin: 0px 6%;
	padding-bottom: 6%;
}
.secStyle8 h3{
	font-size:1.4em;
	text-align:left;
	margin: 0px auto 1em;
}
.secStyle8 img{
	max-width:100%;
	float:none;
	margin: 0px auto 1.5em;
}
.secStyle8 table{
	width:100%;
	float:none;
}
}
/*---------------------- Style9 ------------------------*/
.secStyle9 .secInner{
	margin:0 3.33%;
	padding-bottom: 3.33%;
	line-height:180%;
}
@media (max-width: 767px){
.secStyle9 .secInner{
	margin: 0px 6%;
	padding-bottom: 6%;
}
}
/*---------------------- YouTube ------------------------*/
.secYouTubeInner{
	background: url(../images/youtube_bg.svg) no-repeat center 10px;
	padding: 210px 0 1px;
}
.secYouTube .youtubeBg {
	margin:0 20% 3.33%;
	padding: 15px;
	background: url(../images/wood_bg.png);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	position: relative;
}
.secYouTube .youtubeBg img.owl{
	position: absolute;
	top:-75px;
	left:50%;
	margin-left:-40px;
}
.secYouTube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.secYouTube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
.secYouTubeInner{
	background-size:180% auto;
	padding: 24% 0 1px;
}
.secYouTube .youtubeBg {
	margin:0 3.33% 3.33%;
}
.secYouTube .youtubeBg img.owl{
	width:70px;
	top:-65px;
	margin-left:-35px;
}
}
@media (max-width: 767px){
.secYouTubeInner{
	background-size:180% auto;
	padding: 25% 0 1px;
}
.secYouTube .youtubeBg img.owl{
	width:40px;
	top:-38px;
	margin-left:-20px;
}
.secYouTube .youtubeBg {
	margin:0 6% 6%;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
}
/*---------------------- Pricelist ------------------------*/
.secPricelist .container{
	width: 45%;
}

.secPricelist100 .container100{
	width: 90%;
}

.secPricelist .container.left{
	float: left;
	margin-left:3.33%;
	margin-bottom:3.33%;
}

.secPricelist100 .container100{
	float: left;
	margin-left:3.33%;
	margin-bottom:3.33%;
}


.secPricelist .container.right{
	float: right;
	margin-right:3.33%;
	margin-bottom:3.33%;
}
.secPricelist .container h3{
	text-align:center;
	font-weight: bold;
	font-size:1.2em;
	border-top: 4px solid #966432;
	padding: 0.8em;
	background: #FFFFFF;
	line-height:160%;
}

.secPricelist100 .container100 h3{
	text-align:center;
	font-weight: bold;
	font-size:1.2em;
	border-top: 4px solid #966432;
	padding: 0.8em;
	background: #FFFFFF;
	line-height:160%;
}

.secPricelist .container table{
	width: 100%;
	border-top: 1px solid #966432;
	margin: 0 0 6%;
	background: #FFFFFF;
}

.secPricelist100 .container100 table{
	width: 100%;
	border-top: 1px solid #966432;
	margin: 0 0 6%;
	background: #FFFFFF;
}
.secPricelist .container table:last-child{
	margin: 0;
}
.secPricelist .container th{
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding:1em;
	width:100%;
	line-height:160%;
}

.secPricelist100 .container100 th{
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding:1em;
	width:100%;
	line-height:160%;
}


.secPricelist .container td{
	border-bottom: 1px solid #CCCCCC;
	padding:1em;
	line-height:160%;
}

.secPricelist100 .container100 td{
	border-bottom: 1px solid #CCCCCC;
	padding:1em;
	line-height:160%;
}


.secPricelist .container td.price{
	text-align:right;
	white-space: nowrap;
	vertical-align: middle;
}

.secPricelist100 .container100 td.price{
	text-align:right;
	white-space: nowrap;
	vertical-align: middle;
}


@media (max-width: 767px){
.secPricelist .container{
	width: 88%;
	margin: 0px 6% 6%;
}
.secPricelist .container.left{
	float: none;
	margin: 0px 6% 6%;
}
.secPricelist .container.right{
	float: none;
	margin: 0px 6% 6%;
}
.secPricelist .container h3{
	padding: 0.6em;
}

}

@media (max-width: 767px){
.secPricelist100 .container{
	width: 88%;
	margin: 0px 6% 6%;
}
.secPricelist100 .container.left{
	float: none;
	margin: 0px 6% 6%;
}
.secPricelist100 .container.right{
	float: none;
	margin: 0px 6% 6%;
}
.secPricelist100 .container h3{
	padding: 0.6em;
}

}
/*---------------------- UL ------------------------*/
.secUL ul{
	margin:0 3.33% 3.33%;
	padding:0 0 0 1.6em;
}
.secUL ul li{
	margin-bottom: 1em;
	line-height:160%;
	list-style: none;
}
.secUL.disc ul li{
	list-style: disc;
}
.secUL.decimal ul li{
	list-style: decimal;
}
@media (max-width: 767px){
.secUL ul{
	margin:0 6% 6%;
	padding:0 0 0 1.6em;
}
}
/*---------------------- DL ------------------------*/
.secDL dl{
	margin:0 3.33% 3.33%;
}
.secDL dt{
	margin-bottom: 0.5em;
	line-height:160%;
	font-weight: bold;
	font-size:1.2em;
}
.secDL dd{
	margin-bottom: 2em;
	line-height:160%;
}
@media (max-width: 767px){
.secDL dl{
	margin:0 6% 6%;
}
}
/*---------------------- Q & A ------------------------*/
.secQandA dl{
	margin:0 3.33% 3.33%;
}
.secQandA dt{
	margin-top: 2.5em;
	margin-bottom: 0.5em;
	line-height:160%;
	font-weight: bold;
	font-size:1.2em;
        border-bottom:1px dotted #ccc;
}
.secQandA dt .flq{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	margin-right:0.2em;
	color: #966432;
	font-weight: normal;
}
.secQandA dd{
	line-height:160%;
	margin: 0px 0px 2em 3em;
}
@media (max-width: 767px){
.secQandA dl{
	margin:0 6% 6%;
}
}
/*---------------------- Table ------------------------*/
.secTable table{
	margin:0 3.33% 3.33%;
	width:93.34%;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height:160%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.secTable th, .secTable td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:0.8em 1em;
}
.secTable th{
	text-align:left;
	font-weight: bold;
	background: #f0f0f0;
}
.secTable.column4, .secTable.column5{
	font-size: 0.9em;
}
.secTable.column6, .secTable.column7{
	font-size: 0.8em;
}
@media (max-width: 767px){
.secTable table{
	margin:0 6% 6%;
	width:88%;
}
.secTable th, .secTable td{
	letter-spacing:normal;
	padding:0.6em 0.8em;
	font-size: 0.9em;
}
}
/*---------------------- Companyinfo ------------------------*/
.secCompanyinfo table{
	margin:0 3.33% 3.33%;
	width:93.34%;
	border-top: 4px solid #966432;
	background: #FFFFFF;
}
.secCompanyinfo th{
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding:1em;
	line-height:160%;
	font-weight: bold;
	white-space: nowrap;
}
.secCompanyinfo td{
	border-bottom: 1px solid #CCCCCC;
	padding:1em;
	line-height:160%;
}
.secCompanyinfo #map{
	margin:0 3.33% 3.33%;
	height:500px;
}
.secCompanyinfo #map .gm-style-iw {
    overflow: hidden !important;
}
.secCompanyinfo #map .gm-style-iw div {
    overflow: hidden !important;
}
@media (max-width: 767px){
.secCompanyinfo table{
	margin:0 6% 6%;
	width: 88%;
}
.secCompanyinfo th{
	border-bottom: none;
	text-align: left;
	padding:1em;
	line-height:160%;
	font-weight: bold;
	white-space: nowrap;
	display:block;
}
.secCompanyinfo td{
	border-bottom: 1px solid #CCCCCC;
	padding:0 1em 1em;
	line-height:160%;
	display:block;
}
.secCompanyinfo #map{
	margin:0 6% 6%;
	height:400px;
}
}


/*----------------------  装飾　------------------------*/

.bold{font-weight:bold}
.block-c{
    margin:1em;
    padding: 20px;
    border: 1px #ccc solid;
    background: #fff;
}
.sm{font-size:80%;
}
.sm2{font-size:80%;
font-weight:bold;
}
.sm3{font-size:60%;
font-weight:bold;
}
.big{font-size:150%;
}
.mg-em2{margin-top:3em;
}

.red{color:red;}