/* CSS Document */

/* 文字の設定　--------------------- */
html,body{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.9;
	color: #5D6164;
	font-size: 16px;
}
body, div, p, h1, h2, h3, h4, h5, h6, ul, figure{
	margin: 0;
	padding: 0;
}
body{
	background: url(../../img/common/bg.gif) no-repeat;
	background-size: cover;
}
.bg-wrapper{
	width: calc(100% - 20px);
    margin: 10px auto;
    background: #fff;
    margin-top: 0;
}
a{
	color: #2b2c2c;
	text-decoration: none;
}
a:hover{
	color: #2b2c2c;
}
a:active{
	color: #2b2c2c;
}
i{
	font-family:'FontAwesome';
	font-style: normal;
}
.red{
	color: #ff0000;
}
.pc{
	display:block;
}
.smh{
	display:none;
}
.txtcenter{
	text-align: center;
}
.txtleft{
	text-align: left;
}
.font-blue{
	color: #002448;
}
.small{
	font-size: 0.8rem;
}
.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: none;
}
.font-serif {
    font-family: 'Amiri',"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font-gothic{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.font-futura{
	font-family: 'futura_bkbook';
}
.font-14{
	font-size: 0.875rem;
}
.font-16{
	font-size: 1rem;
}
.font-18{
	font-size: 1.125rem;
}
.font-20{
	font-size: 1.25rem;
}
.font-22{
	font-size: 1.375rem;
}
.font-26{
	font-size: 1.625rem;
}
.font-bold{
	font-weight: bold;
}
.letterspacing-01{
	letter-spacing: 0.1em;
}
.letterspacing-02{
	letter-spacing: 0.2em;
}
form input[type=email], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form input[type=url], form textarea{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  min-height: 36px;
  padding: 8px 12px;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 16px;
  color: #404040;
  outline: none;

}

form input[type='submit'], .form button{
  color: white;
  text-decoration: none;
  background-color: rgba(0,36,72,0.5); /* change button color here */
  border: 0px;
  outline: none;
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .12rem;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
	width: 50%;
  margin: 50px auto 0 auto;
	transition: 0.2s;
}

form input[type='submit']:hover, form button:hover{
 background-color: rgba(0,36,72,1); /* change button color here */
}

form input[type='submit']:active, form button:active{
  background-color: rgba(0,36,72,1);  /* change button color here */
}


@media screen and (max-width: 767px) {
	html,body{
		font-size: 13px;
	}	
	.pc{
	display:none;
	}
	.smh{
		display:block;
	}
}

/* 画像の設定　-------------------- */
img{
	max-width: 100%;
	height: auto;
}


/* 幅の設定　-------------------- */
.container{
}
.builder{
	max-width:970px;
	margin:0 auto;
	padding: 0 10px;
}
.builder-s{
	max-width:900px;
	margin:0 auto;
	padding: 0 10px;
}
.builder-ss{
	max-width:800px;
	margin:0 auto;
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.builder,.builder-s,.builder-ss{
		padding: 0 10px;
		overflow: hidden;
	}
}

/* header　--------------------- */
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: #fff;
}
.headergroup{
	width: 100%;
	padding: 20px 0 0 0;
	transition: 0.3s;
	background: #fff;
}
.headergroup.fixed,
.subpage .headergroup{
}
.headergroup-inner{
    max-width: 1000px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header-inner{
	margin: 0 auto 20px auto;
}
	.header-logo{
		width: 200px;
		line-height: 1;
		transition: 0.3s;
		margin: 0 auto;
		padding: 0;
		    

	}
#mobile-menu-smh{
	display: none;
}
	.menu-btn,
	.menu-btn span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-btn {
	  position: relative;
	  width: 30px;
	  height: 24px;
	background: transparent;
		border: 0;
	}
	.menu-btn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #5D6164;
	  border-radius: 10px;
		margin-top: 0 !important;
	}
	.menu-btn span:nth-of-type(1) {
	  top: 0;
	}
	.menu-btn span:nth-of-type(2) {
	  top: 50%;
	transform: translateY(-50%);
	}
	.menu-btn span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-btn.active{
		background: transparent;
	}
	.menu-btn.active span:nth-of-type(1) {
	  -webkit-transform: translateY(10px) rotate(-45deg);
	  transform: translateY(10px) rotate(-45deg);
	}
	.menu-btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-btn.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-11px) rotate(45deg);
	  transform: translateY(-11px) rotate(45deg);
	}



@media screen and (max-width: 767px) {
	.headergroup{
	padding: 0;
	}
	.headergroup-inner{
		display: inherit;
		width: 100%;
		padding: 0;
	}
	.header-inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;

	}
	.header-logo{
		padding: 15px 0;
		width: 70%;
		margin: 0;
	}
	
		#mobile-menu-smh,
	.menu-btn{
			display: block;
		}
}

/* nav　--------------------- */
nav{
	transition: 0.5s;
	width: 75%;
}
.navbar{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li{
	font-size: 0.8rem;
	line-height: 1em;
	letter-spacing: 0.1em;
	transition: 0.3s;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.navbar li a span,
.navbar li span{
	display: block;
	margin-top: 5px;
	font-weight: normal;
	font-family: 'futura_bkbook';
	font-size: 0.65rem;
	letter-spacing: 0.2em;
}
.navbar li.parent ul{
    display: none;
    position: absolute;
    width: 200px;
    z-index: 10;
    top: 65px;
    left: 50%;
    margin-left: -100px;
}
.navbar li.parent li{
    list-style: none;
    padding: 10px 0;
    display: block;
    background: #002448;
    margin-bottom: 1px;
}
.navbar li.parent li a{
	color: #fff;
}
.navbar li:first-child{
	border: none;
}
.navbar a{
    display: block;
    padding: 0.3rem 0.8rem;
    transition: 0.2s;
    color: #5D6164;

}
.navbar a:hover{
	opacity: 0.8;
}
.navbar li.contact{
}
.navbar li.contact a{
	color: #fff;
	background-color: #002448;
	border-radius: 20px;
	padding: 12px 24px;
	border:1px solid #002448;
}
.navbar li.appliance a{
	background-color: #fff;
	border-radius: 20px;
	padding: 12px 24px;
	border:1px solid #5D6164;
}
.navbar li.contact:hover{
}

#nav-all{
	background-color: rgba(93,97,100,0.95);
	color: #fff;
	width: 100%;
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
	z-index: 5;
	padding: 50px 0;
	display: none;
}
#nav-all .flex-box{
	justify-content: space-between;
	flex-flow: wrap;
	position: relative;
}
	#nav-all .menu-btn {
	  position: absolute;
		right: 20px;
		top: 20px;
	}
	#nav-all .menu-btn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #fff;
	  border-radius: 10px;
		margin-top: 0;
	}
	#nav-all .menu-btn span:nth-of-type(1) {
	  top: 0;
	}
	#nav-all .menu-btn span:nth-of-type(2) {
	  top: 50%;
	transform: translateY(-50%);
	}
	#nav-all .menu-btn span:nth-of-type(3) {
	  bottom: 0;
	}
	#nav-all .menu-btn.active{
		background: transparent;
	}
	#nav-all .menu-btn.active span:nth-of-type(1) {
	  -webkit-transform: translateY(10px) rotate(-45deg);
	  transform: translateY(10px) rotate(-45deg);
	}
	#nav-all .menu-btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#nav-all .menu-btn.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-11px) rotate(45deg);
	  transform: translateY(-11px) rotate(45deg);
	}

@media screen and (max-width: 767px) {
	#nav-all .menu-btn {
		right: 10px;
		top: 30px;
	}
}
#nav-all .nav-all-menu{
	justify-content: space-between;
	flex-flow: wrap;
	flex-basis: 660px;
}
#nav-all .nav-all-menu .menu-item{
	flex-basis: 300px;
	margin-bottom: 40px;
}
#nav-all .nav-all-menu .menu-item:nth-child(1){}
#nav-all .nav-all-menu .menu-item:nth-child(2){}
#nav-all .nav-all-menu .menu-item:nth-child(3){}
#nav-all .nav-all-menu .menu-item:nth-child(4){ order: 1}
#nav-all .nav-all-menu .menu-item:nth-child(5){ order: 3}
#nav-all .nav-all-menu .menu-item:nth-child(6){ order: 4}
#nav-all .nav-all-menu .menu-item:nth-child(7){ order: 2}
#nav-all .nav-all-menu .menu-item:nth-child(8){ order: 5}
#nav-all .nav-all-menu .menu-item:nth-child(9){ order: 6}


#nav-all .nav-all-menu .menu-item p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;

}
#nav-all .nav-all-menu .menu-item p span{
	display: block;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 0.7rem;
}
#nav-all .nav-all-menu .menu-item p a{
	color: #fff;
}
#nav-all .nav-all-menu .menu-item li{
	list-style: none;
	border-bottom: 1px solid #fff;
	position: relative;
}
#nav-all .nav-all-menu .menu-item li:after{
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    width: 0px;
}
#nav-all .nav-all-menu .menu-item li:hover:after{
  width: 100%;
  width: calc(100% + 1px);
}
#nav-all .nav-all-menu .menu-item li:first-of-type{
	border-top: 1px solid #fff;
}
#nav-all .nav-all-menu .menu-item li a{
	color: #fff;
    font-size: 14px;
    display: block;
    padding: 5px 5px 5px 30px;
    background-image: url(../../img/common/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 10px auto;
}
#nav-all .nav-all-menu .menu-item .menu-news{
	background: #fff;
	color: #5D6164;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#nav-all .nav-all-menu .menu-item .menu-news p a{
	color: #5D6164;
	
}
#nav-all .nav-all-menu .menu-item .menu-news li{
	border-bottom: 1px solid #5D6164;
}
#nav-all .nav-all-menu .menu-item .menu-news li:first-of-type{
	border-top: 1px solid #5D6164;
}
#nav-all .nav-all-menu .menu-item .menu-news li a{
	color: #5D6164;
    padding: 5px 5px 5px 5px;
    background-image: none;
}
#nav-all .nav-all-menu .menu-item .menu-news li a span{
	display: block;
	font-weight: bold;
	font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
	#nav-all .nav-all-menu{
		border-top: 1px solid #fff;
		padding-top: 10px;
	}
	#nav-all .nav-all-menu .menu-item{
		flex-basis: 100%;
    margin-bottom: 0;
	}
	#nav-all .nav-all-menu .menu-item.menu-sub p{
		    text-align: left;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
	}
	#nav-all .nav-all-menu .menu-item.menu-sub p:after,
	#nav-all .nav-all-menu .nav-parent.woodstove:after{
		    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
	}
	#nav-all .nav-all-menu .menu-item.menu-sub p.active:after,
	#nav-all .nav-all-menu .nav-parent.woodstove.active:after{
		    content: "-";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
	}
	#nav-all .nav-all-menu .menu-item.menu-sub ul{
		display: none;
		margin-bottom: 20px;
	}
	#nav-all .nav-all-menu .menu-item li:first-of-type{
	border-top:none;
	}
	#nav-all .nav-all-menu .menu-item li a{
    padding: 5px 5px 5px 60px;
    background-position: 40px center;
	}
	#nav-all .nav-all-menu .nav-parent{
		text-align: left;
		border-bottom: 1px solid #fff;
		position: relative;
		padding-bottom: 10px;
		padding-left: 20px;
		margin-bottom: 10px;
		flex-basis: 100%;
		font-weight: bold;
	}
	#nav-all .nav-all-menu .nav-parent span{
		display: block;
		font-weight: normal;
		letter-spacing: 0.2em;
		font-size: 0.7rem;
	}
	#nav-all .nav-all-menu .nav-parent a{
		color: #fff;
	}
	#nav-all .nav-all-menu .menu-item.menu-sub.woodstove-child{
		display: none;
	}
	#nav-all .nav-all-menu .menu-item.menu-sub.woodstove-child p{
		padding-left: 40px;
	}
	#nav-all .nav-all-menu .menu-item.menu-sub.woodstove-child span{
		display: none;
	}
	#nav-all .nav-all-menu .menu-item:nth-child(1){ order: 1;}
	#nav-all .nav-all-menu .menu-item:nth-child(2){ order: 6;}
	#nav-all .nav-all-menu .menu-item:nth-child(3){ order: 7;}
	#nav-all .nav-all-menu .menu-item:nth-child(4){ order: 2;}
	#nav-all .nav-all-menu .menu-item:nth-child(5){ order: 3;}
	#nav-all .nav-all-menu .menu-item:nth-child(6){ order: 4;}
	#nav-all .nav-all-menu .menu-item:nth-child(7){ order: 5;}
	#nav-all .nav-all-menu .menu-item:nth-child(8){ order: 8;}
	#nav-all .nav-all-menu .menu-item:nth-child(9){ order: 9;}
}
/**/
#nav-all .nav-all-info{
	flex-basis: 240px;
}
#nav-all .nav-all-info .shopinfo section{
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
#nav-all .nav-all-info .shopinfo section .photo{
	margin: -20px -20px 5px -20px;
	height: 100px;
	overflow: hidden;
}
#nav-all .nav-all-info .shopinfo section .photo img{
	margin-top: -20px;
}
#nav-all .nav-all-info .btns .btn{
	margin: 0.5rem 0;
}
#nav-all .nav-all-info .sns{
	text-align: center;
}
#nav-all .nav-all-info .sns p{
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 10px;
}
#nav-all .nav-all-info .sns p a img{
	height: 100%;
	width: auto;
}
@media screen and (max-width: 767px) {
#nav-all .nav-all-info .shopinfo section .photo{
	min-height: 150px;

}
	
	#nav-all .nav-all-info{
		flex-basis: 80%;
		margin: 20px auto;
	}
#nav-all .nav-all-info .btns .btn{
	margin: 5px auto;
	width: 100%;
}
}
@media screen and (max-width: 767px) {
	nav{
	}
	.navbar{
		display: none;
		padding: 0;
		padding-bottom: 20px;
		width: 100%;
	}
	.navbar li{
    font-size: 1.2rem;
    border: none;
	border-left: none;
		font-weight: normal;
	}
	.navbar li:first-child{
	}
	.navbar li a{
		padding: 1.2rem;
	}

	.navbar li.contact{
		border: none;
	}
	.navbar li.contact a{
		padding: 1.2rem;
	}

}

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

footer{
	padding: 6rem 0 2rem 0;
}
.footer-inner{
}
.pagetop{
	position: fixed;
	bottom: 50px;
	right: 50px;
}
.pagetop a{
    padding: 0;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 1;
	transition: 0.3s;
}
.pagetop a:hover{
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.pagetop a img{
	padding-top: 9px;
}
.footer-logo{
}

.footer-nav {
}
.footer-nav li{
}
.footer-nav li span{
}
.footer-nav a{
}
.footer-nav a:hover{
}
.footer-nav li.current{
	}
.copyright{
	color: #002448;
	font-family: 'futura_bkbold';
    text-align: center;
    padding: 10px 0;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
	.pagetop{
	bottom: 10px;
		right: 10px;
	}
}
/* main　--------------------- */
main p, main h1, main h2, main h3, main h4, main h5, main h6, main ul, main dl, main .btn{
	margin-bottom: 0.6em;
	font-weight: normal;
}
/* リストの設定 */
main ul{
	list-style: none;
}
.list-circle{
	list-style: initial;
	padding-left: 1em;
}
.list-circle li{
}
.flex-box{
	display: flex;
}
@media screen and (max-width: 767px) {
	.flex-box{
		flex-direction: column;
	}
	.flex-box > div{
		flex: auto !important;
	}
}
/* ボタンの設定　-------------------- */
.btn{
  -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
  -o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn{
  background: none;
  border: 2px solid #5D6164;
  color: #5D6164;
  display:block;
  margin: 1rem auto;
  padding: 0.3rem 0;
  position: relative;
	max-width: 400px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	font-size: 0.8rem;
	border-radius: 50px;
}
.btn:hover {
  color: #fff;
	background: #5D6164;
}
.btnL{
	padding: 0.6rem 0;
	font-size: 1rem;
	margin-top: 2rem;
}
/**/
.btn-white{
  border: 2px solid #fff;
  color: #fff;
}
.btn-white:hover {
  color: #5D6164;
	background: #fff;
}

/**/
.btn-blue{
  border: 2px solid #002448;
	background: #002448;
  color: #fff;
}
.btn-blue:hover {
  color: #002448;
	background: #fff;
}

/* btn-arrow -------------------------*/
.btn.arrow-right{
	background-image: url(../../img/common/arrow-right.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.btn.arrow-right:hover{
	background-image: url(../../img/common/arrow-right-white.png);
}
/**/
.btn-white.arrow-right{
	background-image: url(../../img/common/arrow-right-white.png);
}
.btn-white.arrow-right:hover{
	background-image: url(../../img/common/arrow-right.png);
}
/**/
.btn-blue.arrow-right{
	background-image: url(../../img/common/arrow-right-white.png);
}
.btn-blue.arrow-right:hover{
	background-image: url(../../img/common/arrow-right.png);
}

/**/
.btn.arrow-bottom{
	background-image: url(../../img/common/arrow-bottom.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.btn.arrow-bottom:hover{
	background-image: url(../../img/common/arrow-bottom-white.png);
}

.circle{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
/* btn-googlemap -------------------------*/
.btn-googlemap{
	width: 92px;
	text-align: center;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 50px;
	vertical-align: top;
	margin: 0;
	background: #393a3a;
}
.btn-googlemap:hover{
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.btn{
		width: 80%;
	}
}
/* bxslider -------------------------*/
main .bxslider{
	z-index: 0;
}
main .bx-wrapper{
	margin: 0 auto;
}
main .bx-wrapper .bx-pager,
main .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px; /*pager の位置の変更 */
  width: 100%;
}
main .bx-wrapper .bx-pager.bx-default-pager a {
    background: #b2a7a7;
    margin: 0 5px;
	width: 7px;
	height: 7px;
}
main .bx-wrapper .bx-pager.bx-default-pager a.active{
	
}
main .bx-wrapper img{
	width: 100%;
}
/* ---------------------
TOP PAGE
--------------------- */
/**/
.top .main {
  overflow: hidden;
	padding-top: 0 !important;
}
.top .main h1{
	padding: 100px 0 600px 0;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background-image: url(../../img/main.jpg);
	background-size: cover;
	background-position: top center;

}
.top .main h1 img{
	width: 100px;
}
.top .main h1 span{
	display: block;
}
.top .main h1 span:first-of-type{
	font-size: 29px;
	letter-spacing: 0.1em;
}
.top .main .message{
    background-color: rgba(255,255,255,0.8);
    padding: 50px;
    margin: -500px auto 60px auto;
    box-shadow: 0px 0px 10px #666;
    max-width: 600px;
}
@media screen and (max-width: 767px) {
	.top .main {
		margin: 0 -10px;
	}
	.top .main h1{
		padding: 50px 0;
	}
	.top .main h1 span:first-of-type{
		font-size: 24px;
	}
	.top .main h1 img{
		width: 80px;
	}
	.top .main .message{
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
		padding: 50px 10px;
	}
}
/**/
.top .news{
	padding-bottom: 80px;
	background: url(../../news/img/ttl-bg.jpg);
	background-attachment: fixed;
}
.top .news .flex-box{
	justify-content: space-between;
	align-items: center;
}
.top .news .page-title{
	flex-basis: 300px;
	padding: 0;
	margin: 0;
}
.top .news .news-list{
	flex-basis: 600px;
}
.top .news .page-title h1{
	color: #fff;
	background-image: none;
	padding: 0;
	margin: 0;
}
.top .news ul li{
	border: none;
	margin-bottom: 10px;
}
.top .news ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0;
    display: block;
	width: 80%;
	background-image:url(../../img/common/arrow-right-white.png);
	display: flex;
}
.top .news ul li a span{
	margin-right: 10px;
	vertical-align: top;
}
.top .news ul li a span.photo{
    width: 70px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    line-height: 0;
}
.top .news ul li a span.text{
    display: inline-block;
    vertical-align: top;
    width: 370px;
}
.top .news ul li a span.category{
	background: #fff;
	color: #222;
	padding: 1px 5px;
	border-radius: 2px;
	font-size: 0.7rem;
	width: 100px;
	text-align: center;
	margin-bottom: 5px;
}
.top .news ul li a span.date{
}
.top .news ul li a span.title{
	display: block;
}
.top .news .bn{
	background: url(../../img/common/arrow-right-white.png) no-repeat 10px center;
	color: #fff;
	background-size: 10px auto;
	display: block;
	padding: 10px 10px 10px 24px;
	width: 80%;
	border-radius: 3px;
	margin: 20px 0 0 0;
	transition: 0.2s;
	font-size: 14px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.top .news .bn:hover{
	background: #fff url(../../img/common/arrow-right.png) no-repeat 10px center;
	background-size: 10px auto;
	color: #5D6164;
}
@media screen and (max-width: 767px) {
	.top .news{
		padding: 20px;
	}
.top .news .page-title{
	flex-basis: auto;
	padding-bottom: 40px;
}
.top .news .news-list{
	flex-basis: auto;
}
	.top .news ul li{
		margin-bottom: 1rem;
	}
	.top .news ul li a{
		width: 100%;
	}
	.top .news ul li a span{
		font-weight: bold;
	}
	.top .news ul li a span.text{
		width: 70%;
	}

	.top .news ul li a span.category{
	}
	.top .news ul li a span.date{
		display: block;
	}
	.top .news .bn{
		width: 100%;
	}
}
/**/
.top .recommend .flex-box{
	margin-bottom: 60px;
	flex-flow: wrap;
	justify-content: space-between;
}
.top .recommend .flex-box section{
	flex-basis: calc(100%/3 - 5px);
	position: relative;
}

.top .recommend .flex-box section a{
	display: block;
	position: relative;
	transition: 0.2s;
}
.top .recommend .flex-box section a:hover{
	opacity: 0.8;
}
.top .recommend .flex-box section a section{
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 10px;
	position: absolute;
	width: calc(100% - 20px);
	bottom: 7px;
	left: 0;	
}
.top .recommend .flex-box.appbtns{
	justify-content: center;
}
.top .appbtns p{
	flex-basis: calc(100%/3 - 40px);
	margin: 0 10px;
}
.top .appbtns p a:hover{
	background-color:rgba(93,97,100,0.5);
}
.top .appbtns p img{
	height: 30px;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.top .recommend .page-title .font-serif{
		font-size: 24px;
	}
	.top .recommend .page-title span{
		line-height: 1.7;
	}
.top .recommend .flex-box section{
	flex-basis: 100%;
	position: relative;
}

.top .recommend .flex-box section.recommend-box:last-of-type{
	flex-basis: 100%;
	position: relative;
}

	.top .recommend .flex-box.appbtns{
	flex-flow: column;
}
}
/* ---------------------
SUB PAGE
--------------------- */

/* common ------- */
.subpage main{
}
.page-title{
	text-align: center;
	margin-bottom: 80px;
}

.main-inner .page-content{
	padding-top: 80px;
}
.main-inner .page-title + .page-content{
	padding-top: 0px;
}
@media screen and (max-width: 767px) {
	.main-inner{
		padding: 0 10px;
	}
	.main-inner .page-content{
		padding-top: 40px;
	}
	
}
.page-title h1{
	color: #002448;
	font-size: 2.5rem;
	letter-spacing: 0.4em;
	padding: 80px 0 1.5rem 0;
	background: url(../../img/common/line-wave.png) no-repeat center bottom;
	line-height: 1.2;
	margin-bottom: 2.5rem;
}
.page-title h1 img{
	display: block;
	text-align: center;
	margin: 0 auto 1rem auto;
}
.page-title h1 span{
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	font-weight: bold;

}
@media screen and (max-width: 767px) {
	.page-title{
		margin-bottom: 40px;
		}
	.page-title h1{
		padding: 40px 0 1.5rem 0;
		background-size: 30%;
	}
}
.page-content h2.bg-gray{
	font-size: 1rem;
	background: #5D6164;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin-top: 3rem;
	margin-bottom: 1rem;
	
}
.page-content + h2.bg-gray{
	margin-top: 0;
}


.page-content h2.bg-img{
	color: #fff;
	padding: 4rem 0;
	background-image: url(../../workflow/img/01-h2.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: 2rem;
	position: relative;
	overflow: hidden;
	font-size: 1.625rem;
	letter-spacing: 0.2em;
}
.page-content h2.bg-img:before{
	content: '';
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.page-content h2.bg-img span{
	position: relative;
}
.page-content h2.bg-img img{
	vertical-align: middle;
	margin-right: 10px;
}
.page-content h2.with-icon{
	color: #002448;
	font-size: 1.625rem;
	letter-spacing: 0.15em;
	margin-bottom: 60px;
}
.page-content h2.with-icon img{
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	width: 60px;
}
.page-content p{
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.page-content h2.bg-img{
		padding: 3rem 0;
		background-size: 100%;
		background-position: top center;
		background-attachment: inherit;
	}
	.page-content h2.bg-img img{
		width: 100px;
	}
}
/* --------------------------- */
.breadcrumb{
	padding: 0;
	margin-top: 10px;
	
}
.breadcrumb li{
	display: inline;
	font-size: 0.9rem;
}
.breadcrumb li:not(:last-child):after{
	content: ">";
	margin: 0 5px;
}
.breadcrumb a{
	text-decoration: underline;
}
/* --------------------------- */
.pager{
	margin: 4rem 0;
	clear: both;
}
.pager.pager-page ul{
	border-top: 1px solid #5D6164;
	border-bottom: 1px solid #5D6164;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.pager.pager-page ul li{
	text-align: center;
	width: calc(100%/3);
}
.pager.pager-page ul li#btn-prev{
	order: 1;
	background: url(../../img/common/arrow-left.png) no-repeat left center;
	background-size: 14px;
	
}
.pager.pager-page ul li#btn-next{
	order: 3;
	background: url(../../img/common/arrow-right.png) no-repeat right center;
	background-size: 14px;
}
.pager.pager-page ul li#btn-all{
	border-left: 1px solid #5D6164;
	border-right: 1px solid #5D6164;
	order: 2;
}
.pager.pager-page ul li a{
	display: block;
	padding: 0.8rem;
	font-size: 0.9rem;
}
/**/
.pager.pager-number{
	text-align: center;
	margin-top: 100px;
}
.pager.pager-number li{
	display: inline-block;
	margin: 0 5px;
}
.pager.pager-number li a{
	border: 1px solid #5D6164;
	display: block;
	height: 2rem;
	min-width: 2rem;
	transition: 0.2s;
}
.pager.pager-number li a:hover{
	background: #5D6164;
	color: #fff;
}
.pager.pager-number li a.link_before,
.pager.pager-number li a.link_next{
	border: none;
}
@media screen and (max-width: 767px) {
.pager.pager-number li{
	margin-bottom: 10px;
}

}
/* --------------------------- */
.main-cont{
}
.colorbox .colorbox-item{
	background: #F5F1DF;
	padding: 55px 45px;
	margin-bottom: 20px;
}
.colorbox .colorbox-item:nth-of-type(even){
	background: #E5E5E5;
}
@media screen and (max-width: 767px) {
	.colorbox .colorbox-item{
		padding: 25px 25px;
	}

}
/* --------------------------- */
.list-hori{
	margin: 40px auto;
}
.list-hori dl{
	display: flex;
	margin-bottom: 0;
	margin-top: 0;
}
.list-hori dt{
	flex-basis: 20%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-top: 1rem;
}
.list-hori dd{
	flex-basis: 80%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-top: 1rem;
	margin-left: 0;
}
.list-hori dl:last-of-type dt,
.list-hori dl:last-of-type dd{
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.list-hori dl{
		flex-flow: column;
	}
	.list-hori dt{
		border-bottom: none;
		text-align: left;
	}
	.list-hori dd{
		flex-basis: 80%;
		border-left: none;
		padding-left: 0;
	}

}
/* --------------------------- */
.col-2{
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
}
@media screen and (max-width: 767px) {
	.col-2{
	  -webkit-columns: 1;
	  -moz-columns: 1;
	  -ms-columns: 1;
	  columns: 1;
	}
}
/* --------------------------- */
.detail h1,
.detail p{
}
.detail article h1{
}
.detail h1+p{
}
/* --------------------------- */

@media screen and (max-width: 767px) {
}

/* feature ------- */
.feature .page-title img{
	width: 160px;
}
.feature .feature-main{
	
}
.feature .feature-main .info{
	flex-basis: 420px;
	margin-right: 30px;
}
.feature .feature-item:nth-of-type(odd) .feature-main .info{
	order: 2;
	margin-right: 0;
	margin-left: 30px;
}
.feature .feature-main .info p:first-of-type{
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	margin-bottom: 2rem;
}
.feature .feature-main .info p:first-of-type span{
	color: #002448;
	font-size: 130px;
	display: block;
	line-height: 0.8;
	font-weight: normal;
	letter-spacing: 0em;
}
.feature .feature-main .info h2{
	color: #002448;
	font-size: 1.625rem;
	line-height: 1.6;
}
.feature .feature-main .photo{
	flex-basis: 450px;
	position: relative;
}
.feature .feature-main .photo p{
    letter-spacing: 0.2em;
    transform: rotate( -270deg );
    position: absolute;
    right: -240px;
    line-height: 0;
    margin: 0;
    top: 50%;
    padding: 0;
	width: 100%;
}
.feature .feature-item:nth-of-type(odd) .photo p{
	right: 0;
	left: -240px;
}
.feature .feature-sub{
	margin-top: 80px;
}
.feature .feature-sub:last-child{
	margin-bottom: 100px;
}
.feature .feature-sub h2.with-icon img{
	width: 100px;
}
@media screen and (max-width: 767px) {
	.feature .feature-main .info{
		margin-right: 0;
	}
	.feature .feature-item:nth-of-type(odd) .feature-main .info{
		order: 1;
		margin-left: 0;
		margin-right: 0;
	}
	.feature .feature-item .feature-main .info{
		order: 1;
		margin-left: 0;
		margin-right: 0;
		margin-top: -50px;
		position: relative;
		z-index: 2;
	}

	.feature .feature-main .photo p{
		display: none;
	}
	.feature .feature-sub{
	margin-top: 40px;
}
}
/**/
.feature .feature-item#cont01{
	
}
.feature .feature-item#cont01 .feature-sub ul.flex-box{
	justify-content: center;
	
}
.feature .feature-item#cont01 .feature-sub ul.flex-box li{
	flex-basis: calc(100%/3 - 50px);
	margin: 0 10px 40px 10px;
}
.feature .feature-item#cont01 .feature-sub .colorbox-item{
	justify-content: space-between;
}
.feature .feature-item#cont01 .feature-sub .colorbox-item .photo{
	flex-basis: 260px;
}
.feature .feature-item#cont01 .feature-sub .colorbox-item:nth-child(odd) .photo{
	order: 1;
}
.feature .feature-item#cont01 .feature-sub .colorbox-item:nth-child(even) .info{
	order: 2;
}
.feature .feature-item#cont01 .feature-sub .colorbox-item .info{
	flex-basis: 420px;
}
@media screen and (max-width: 767px) {
	.feature .feature-item#cont01 .feature-sub ul.flex-box{
		flex-flow: row;
	}
	.feature .feature-item#cont01 .feature-sub ul.flex-box li{
		flex-basis: calc(100%/3 - 5px);
		margin: 0 2px 20px 2px;
	}
	.feature .feature-item#cont01 .feature-sub .colorbox-item .photo{
		order: 1;
		margin-bottom: 10px;
	}
	.feature .feature-item#cont01 .feature-sub .colorbox-item .info{
		order: 2;
	}
}
/**/
.feature .feature-item#cont02 .feature-sub .colorbox .colorbox-item{
	justify-content: space-between;
}
.feature .feature-item#cont02 .feature-sub .colorbox .colorbox-item section{
	width: calc(50% - 10px);
}
.feature .feature-item#cont02 .feature-sub .colorbox .colorbox-item p{
	margin-bottom: 0;
}
.feature .feature-item#cont02 .feature-sub ul.flex-box{
	justify-content: space-between;
}
.feature .feature-item#cont02 .feature-sub ul.flex-box li{
	flex-basis: calc(100%/4 - 10px);
}
@media screen and (max-width: 767px) {
	.feature .feature-item#cont02 .feature-sub .colorbox .colorbox-item,
		.feature .feature-item#cont02 .feature-sub ul.flex-box{
		flex-flow: row;
			flex-wrap: wrap;
	}
	
	.feature .feature-item#cont02 .feature-sub ul.flex-box li{
		flex-basis: calc(100%/2 - 10px);
	}
}
/**/
.feature .feature-item#cont03 .feature-sub .maker{
	justify-content: center;
	flex-flow: wrap;
}
.feature .feature-item#cont03 .feature-sub .maker-item{
	flex-basis: calc(100%/3 - 20px);
	margin: 0 10px 40px 10px;
}
.feature .feature-item#cont03 .feature-sub .maker-item img{
	border: 1px solid #ccc;
}
.feature .feature-item#cont03 .feature-sub .colorbox-item{
	justify-content: space-between;
	align-items: center;
}
.feature .feature-item#cont03 .feature-sub .colorbox-item .font-blue{
	font-weight: bold;
	position: relative;
	padding-left: 40px;
}
.feature .feature-item#cont03 .feature-sub .colorbox-item .font-blue span{
	font-size: 50px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.feature .feature-item#cont03 .feature-sub .colorbox-item .font-14{
	flex-basis: 480px;
}
@media screen and (max-width: 767px) {
.feature .feature-item#cont03 .feature-sub .maker-item{
	flex-basis: 70%;
	margin: 0 10px 40px 10px;
}
	.feature .feature-item#cont03 .feature-sub .colorbox-item .font-14{
	flex-basis:auto;
}
}
.feature .aftercervice{
	flex-flow: wrap;
	justify-content: space-between;
}
.feature .aftercervice-item{
	flex-basis: calc(50% - 20px);
	margin-bottom: 40px;
}
.feature .aftercervice-item:last-of-type{
    background: #F5F1DF;
	box-sizing: border-box;
	padding: 40px;
}
.feature .aftercervice-item img{
	width: 150px;
}
.feature .aftercervice-item:last-of-type img{
    width: 120px;
}
@media screen and (max-width: 767px) {
	.feature .aftercervice{
		justify-content: center;
	}
	.feature .aftercervice-item{
		flex-basis: 100%;
		margin-bottom: 40px;
	}
.feature .aftercervice-item:last-of-type{
	padding: 20px 10px;
}
}
/* works ------- */
.works .works-list{
	flex-flow: wrap;
	justify-content: space-between;
}
.works .works-list li{
	margin-bottom: 2rem;
	width: calc(100%/3 - 1rem);
}
.works .works-list a{
	transition: all 0.2s;
	display: block;
}
.works .works-list a:hover{
	opacity: 0.6;
}
.works .works-list a .photo{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.works .works-list a .photo img{
	width: 100%;
	height: auto;
	margin-top: -35%;
}
.works .works-list a .photo.yoko img{
    width: auto;
    height: 100%;
    margin-top: 0;
    max-width: initial;
    margin-left: -15%;
}
.works .works-list a:hover .photo img{
    transform: scale(1.1);
    transition-duration: 0.5s;
}
.works .works-list a .title{
	margin-bottom: 0.1rem;
	color: #002448;
}
.works .works-list a .sub{
	font-size: 0.75rem;
}
.bn-gallery{
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.works .works-list li{
	margin-bottom: 2rem;
	width: 100%;
}

}
/**/
.works article{
	display: flex;
	justify-content: space-between;
}
.works article .article-info{
	flex-basis: 300px;
    position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.works article .article-photo{
	flex-basis: 600px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.works article{
		flex-flow: column;
	}
	.works article .article-info{
		position: inherit;
		top: auto;
	}
}
.works article .article-info h1,
.works article .article-info h3{
	color: #002448;
	font-family: 'futura_hvheavy';
	font-size: 0.7rem;
	letter-spacing: 0.3em;
	font-weight: bold;
}
.works article .article-info h1{
	margin-bottom: 2rem;
}
.works article .article-info h2{
	color: #002448;
	margin-bottom: 2rem;
}
.works article .article-info section{
	border: 1px solid #002448;
	padding: 1rem;
	margin-bottom: 2rem;
}
.works article .article-info section p{
	margin-bottom: 0;
}
.works .worksgallery-info{
	justify-content: center;
	flex-flow: wrap;
	padding-top: 80px;
}
.works .worksgallery-info h2.with-icon{
	font-size: 2.6rem;
	line-height: 1;
	background: url(../../img/common/line-wave.png) no-repeat center bottom;
	padding-bottom: 30px;
}
.works .worksgallery-info h2.with-icon span{
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 10px;
}
.works .worksgallery-info .appbtns{
	justify-content: center;
}
.works .worksgallery-info .appbtns p{
	flex-basis: calc(100%/3 - 40px);
	margin: 0 10px;
}
.works .worksgallery-info .appbtns p a:hover{
	background-color:rgba(93,97,100,0.5);
}
.works .worksgallery-info .appbtns p img{
	height: 30px;
	margin-top: 10px;
}

/* news ------- */
.news h1.bg-img{
	background: url(../../news/img/ttl-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 120px 0;
	line-height: 1;
}
.news .article-list,
.news .article-detail{
	flex-basis: calc(100%/3*2);
	
}
.news .news-list li{
	border-top: 1px solid #ccc;
}
.news .news-list li a{
	background: url(../../img/common/arrow-right.png) no-repeat right center;
	background-size: 10px;
	vertical-align: middle;
	padding: 20px 10px;
	align-items: center;
}
.news .news-list li a p{
	margin-bottom: 0;
}
.news .news-list li a p.date{
	flex-basis: 110px;
	margin-right: 20px;
}
.news .article-nav{
	flex-basis: calc(100%/4);
	margin-left: 4rem;
}
.news .article-nav section{
	margin-bottom: 2rem;
}
.news .article-nav .title{
	background: #5D6164;
	color: #fff;
	padding: 0 10px;
}
.news .article-nav p.font-bold{
	margin-bottom: 0;
}
.news .article-nav ul{
	margin-bottom: 1rem;
	font-size: 14px;
}
.news .article-nav .btn img{
	height: 30px;
	vertical-align: middle;
}
.news .article-nav .btn:hover{
	background-color:rgba(93,97,100,0.5);
}
@media screen and (max-width: 767px) {
	.news h1.bg-img{
		padding: 60px 0;
		margin: 0 -10px;
	}
	.news .article-list,
	.news .article-detail{
		flex-basis: 100%;

	}
	.news .news-list li{
		border-top: none;
		border-bottom: 1px solid #ccc;
	}
	.news .news-list li a {
		align-items: flex-start;
	}
	.news .news-list li a p.date{
		flex-basis: auto;
		margin-right: 0;
	}
	.news .article-nav{
		margin-left: 0;
	}
}
/* imported-appliance ------- */
.imported-appliance h1.bg-img{
	background: url("../../appliance/img/main02.jpg") no-repeat center center !important;
	background-size: cover;
	color: #fff;
	padding: 120px 0;
	line-height: 1;
	text-shadow:0px 0px 6px #000000;
}
.appliance .worksgallery-info{
	justify-content: center;
	flex-flow: wrap;
	padding-top: 80px;
}
.appliance .worksgallery-info h2.with-icon{
	font-size: 2.6rem;
	line-height: 1;
	background: url(../../img/common/line-wave.png) no-repeat center bottom;
	padding-bottom: 30px;
}
.appliance .worksgallery-info h2.with-icon span{
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 10px;
}
.appliance .worksgallery-info .appbtns{
	justify-content: center;
}
.appliance .worksgallery-info .appbtns p{
	flex-basis: calc(100%/3 - 40px);
	margin: 0 10px;
}
.appliance .worksgallery-info .appbtns p a:hover{
	background-color:rgba(93,97,100,0.5);
}
.appliance .worksgallery-info .appbtns p img{
	height: 30px;
	margin-top: 10px;
}


/* works-gallery ------- */
.works-gallery h1.bg-img{
	background: url(../../company/img/about.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 120px 0;
	line-height: 1;
}

.works-gallery .works-list{
	flex-flow: wrap;
	justify-content: space-between;
}
.works-gallery .works-list li{
	margin-bottom: 2rem;
	width: calc(100%/2 - 1rem);
}
.works-gallery .works-list a{
	transition: all 0.2s;
	display: block;
}
.works-gallery .works-list a:hover{
	opacity: 0.6;
}
.works-gallery .works-list a .photo{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.works-gallery .works-list a .photo img{
    width: 100%;
    height: auto;
}
.works-gallery .works-list a:hover .photo img{
    transform: scale(1.1);
    transition-duration: 0.5s;
}
.works-gallery .works-list a .title{
	margin-bottom: 0.1rem;
	color: #002448;
}
.works-gallery .works-list a .sub{
	font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
	.works-gallery h1.bg-img{
		padding: 60px 0;
		margin-bottom: 20px;
	}
	.works-gallery .works-list li{
		width: 100%;
	}
}
/* workflow ------- */

.workflow .page-content#cont01 h2.bg-img{
	background-image: url(../../workflow/img/01-h2.jpg);
}
.workflow .page-content#cont02 h2.bg-img{
	background-image: url(../../workflow/img/02-h2.jpg);
}
.workflow-list{
	margin: 3rem auto;
}
.workflow .page-content h2 + p{
	margin-bottom: 4rem;
}
.workflow-box{
	margin-bottom: 2rem;
}
.workflow-title{
	color: #002448;
}
.workflow-box .workflow-title p{
	font-size: 5rem;
	margin-right: 20px;
	line-height: 1;
	padding-top: 5px;
	margin-bottom: 0;
}
.workflow-title h3{
	font-size: 1.875rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin-bottom: 2rem;
	padding-bottom: 0;
}
.workflow-title h3 span{
	font-size: 0.875rem;
	font-weight: bold;
	display: block;
}
.workflow-txt{
	background: url(../../img/common/line-dot-verticle.png) repeat-y;
	background-position: 60px top;
	padding: 20px 0 20px 110px;
}
.workflow-box .flex-box .info{
	margin-right: 30px;
	flex-basis: 500px;
}
.workflow-box .flex-box .info-s{
	flex-basis: 500px
}
.workflow-box .flex-box .photo{
	flex-basis: 300px;
}
@media screen and (max-width: 767px) {
	.workflow-txt {
		background-position: 10px top;
		padding: 0px 0 0px 40px;
	}
	.workflow-box .flex-box .info {
		margin-right: 0px;
		flex-basis: auto;
		order: 2;
		margin-top: 20px;
	}
	.workflow-box .flex-box .info .btn{
		width: 100%;
	}
}
/* aftercervice ------- */
.aftercervice .cont-nav{
	justify-content: space-around;
}
.aftercervice .cont-nav section{
	flex-basis: 200px;
}
.aftercervice .cont-nav section .circle{
	background-color: #5D6164;
	height:200px;
}
.aftercervice .cont-nav section .circle img{
	width: 80%;
}
.aftercervice .cont-nav section a{
	color: #fff;
	text-align: center;
	display: block;
	font-size: 1.2rem;
	background-image: url(../../img/common/arrow-bottom-white.png);
	background-position: 50% 96%;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-bottom: 20px;
}
.aftercervice .cont-nav section a img{
	display: block;
	margin: 0 auto;
}

.aftercervice .page-content#cont01 h2.bg-img{
	background-image: url(../../afterservice/img/01-bg.jpg);
}
.aftercervice .page-content#cont02 h2.bg-img{
	background-image: url(../../afterservice/img/02-bg.jpg);
}
.aftercervice .page-content#cont03 h2.bg-img{
	background-image: url(../../afterservice/img/03-bg.jpg);
}
.aftercervice .page-content#cont04 h2.bg-img{
	background-image: url(../../afterservice/img/04-bg.jpg);
}
.aftercervice .page-content .service-menu-list{
	flex-flow: wrap;
	margin: 4rem auto;
	justify-content: space-between;
}
.aftercervice .page-content .service-menu{
	flex-basis: calc(50% - 20px);
	margin-bottom: 3rem;
}
.aftercervice .page-content .service-menu .photo{
	margin-bottom: 1rem;
}
.aftercervice .page-content .service-menu .photo img{
	width: 100%;
}
.aftercervice .page-content .service-menu .limited{
	background: #002448;
	color: #fff;
	border-radius: 30px;
}
.aftercervice .page-content .service-menu h3{
	color: #002448;
}
.aftercervice .page-content .service-menu .caution{
	background: #F5F1DF;
	padding: 1.5rem;
}
.aftercervice .page-content .service-menu .caution h3 img{
	display: block;
	width: 40%;
	margin: 40px auto -20px auto;
}
@media screen and (max-width: 767px) {
	.aftercervice .page-content h2.bg-img{
		padding: 1rem 0;
	}
	.aftercervice .cont-nav{
		flex-direction: row;
		flex-flow: wrap;
	}
	.aftercervice .cont-nav section{
		flex-basis: calc(50% - 20px);
	}
	.aftercervice .cont-nav section .circle{
		height:140px;
	}
	.aftercervice .cont-nav section .circle img{
		width: 50%;
	}
	.aftercervice .page-content .service-menu{
		flex-basis: 100%;
		margin-bottom: 3rem;
	}
	.aftercervice .page-content .service-menu .caution h3 img{
		width: 20%;
		margin: 0 auto 0 auto;
	}
	.aftercervice .page-content .service-menu .caution .btn{
		width: 100%;
	}
}
/**/
.pricelist .flex-box{
	justify-content: center;
}
.pricelist .flex-box li{
	flex-basis: calc(100%/4 - 10px);
	margin: 5px;
}
@media screen and (max-width: 767px) {
	.pricelist .flex-box li{
	flex-basis: 100%;
	margin: 0;
	}
}
/* company ------- */
.company .about .bxslider{
	margin-bottom: 2rem;
}
.company .shopinfo{
	display: flex;
	margin-bottom: 20px;
}
.company .shopinfo .photo{
	flex-basis: 410px;
	margin-right: 30px;
}
.company .shopinfo .info{
	flex-basis: 410px;
}
.company .shopinfo .info h3{
	color: #002448;
	background: url(../../company/img/icon-pin.png) no-repeat left center;
	background-size: 1.25rem;
	padding-left: 2rem;
	position: relative;
}
.company .shopinfo .info h3 span{
	position: absolute;
	right: 0;
	top: -1rem;
}
.company .shopinfo .info h3 span a{
	padding: 3px 10px;
}
.company .shopinfo .info h3 + p{
	color: #002448;
	border-bottom: 1px solid #002448;
	padding-bottom: 1rem;
	
}
.company .shopinfo .info dl{
	
}
.company .shopinfo .info dt{
	color: #fff;
	background-color: #002448;
	text-align: center;
	border-radius: 5px;
	width: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.company .shopinfo .info dd{
	color: #002448;
	margin-bottom: 5px;
	font-weight: bold;
}
.company .staff-list{
	flex-flow: wrap;
	justify-content: center;
	margin-top: 40px;
}
.company .staff-list section{
	width: calc(100%/4 - 20px);
	margin: 10px;
}
.company .staff-list .photo{
	border-radius: 500px;
	overflow: hidden;
	line-height: 0;
	width: 60%;
	margin: 10px auto;
}
.company .staff-list p:nth-of-type(1){
	margin-bottom: 0;
}
.company .staff-list p:nth-of-type(2){
	text-align: center;
}
.company .list-photo{
	margin-top: 40px;
}
.company .list-photo-item{
	display: flex;
	margin: 20px auto;
	align-items: center;
}
.company .list-photo-item .photo{
	flex-basis: 200px;
	margin-right: 20px;
}
.company .list-photo-item .info{
	flex-basis: 780px;
}
.company .list-photo-item .info h3{
	font-size: 1rem;
	font-weight: bold;
}
.company .colorbox{
	margin: 40px auto;
}
.company .colorbox .colorbox-item h3{
	font-size: 1rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.company .shopinfo{
		flex-flow: column;
	}
	.company .shopinfo .photo{
		flex-basis: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.company .shopinfo .info{
		flex-basis: auto;
	}
	.company .shopinfo .info h3{
		background-position: top left;
	}
	.company .shopinfo .info h3 span{
		position: inherit;
		right: auto;
		top: auto;
	}
	.company .shopinfo .info h3 span a{
		width: 40%;
		margin: 0px 0px 0px -2rem;
	}
	.company .staff-list{
	margin-top: 20px;
	}
	.company .staff-list section{
		width: calc(100%/2 - 20px);
	}
	.company .staff-list .photo{
		width: 80%;
	}
	.company .list-photo-item{
		flex-flow: column;
	}
	.company .list-photo-item .photo{
		flex-basis: auto;
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.company .list-photo-item .photo img{
		width: 60%;
		margin: 0 auto;
	}
	.company .list-photo-item .info{
		flex-basis: auto;
	}
}
/* appinfo ------- */
.appinfo .mainvidual{
	background: url(../../appinfo/img/main.jpg) no-repeat top center;
	min-height: 600px;
}
.appinfo .mainvidual h1{
	padding: 180px 20px;
}
.appinfo .flex-box{
	justify-content: space-between;
}
.appinfo .flex-box .photo{
	flex-basis: 350px;
	margin-right: 20px;
}
.appinfo .flex-box .info{
	flex-basis: 550px;
}
.appinfo .flex-box .info section{
	margin-top: 2rem;
}
.appinfo .flex-box .info section p img{
	height: 80px;
	margin-right: 10px;
	vertical-align: middle;
}
.appinfo .flex-box .info section p a img{
	height: 60px;
}
@media screen and (max-width: 767px) {
	.appinfo .mainvidual{
		min-height: 200px;
		background-size: cover;
	}
	.appinfo .mainvidual h1{
		padding: 20px 10px 40px 0;
		font-size: 22px;
	}
	.appinfo .flex-box .photo{
		margin: 0 auto 20px auto;
		width: 70%;
	}
	.appinfo .flex-box .info section p img{
	margin: 5px 0;
	}

}
/* appliance ------- */
.appliance .mainvidual{
	padding-top: 0;
	position: relative;
	z-index: 1;

}
.appliance .mainvidual p{
	position: absolute;
	top:40%;
	left: 0;
	width: 100%;
}
.appliance .message{
	background: rgba(255,255,255,0.9);
	margin-top: -200px;
	position: relative;
	z-index: 3;
}
.appliance  .maker{
	justify-content: center;
	flex-flow: wrap;
	margin-top: 40px;
}
.appliance .maker-item{
	flex-basis: calc(100%/3 - 20px);
	margin: 0 10px 40px 10px;
}
@media screen and (max-width: 767px) {
	.appliance .main-inner{
		padding: 0;
	}
	.appliance .mainvidual{
		width: 100%;
	}
	.appliance .message{
		margin-top: -50px;
		width: 90%;
	}
	.appliance .maker-item{
		flex-basis: 70%;
		margin: 0 10px 40px 10px;
	}
}
/* report ------- */
.report .page-title h1 img{
	width: 100px;
}
.report article section{
	margin-bottom: 4rem;
}
.report .page-content.archive{
	border-top: 1px solid #ccc;
	justify-content: center;
	flex-flow: wrap;
	margin-top: 100px;
	padding-top: 80px;
}
.report .archive .page-title h2.with-icon{
	font-size: 2.6rem;
	line-height: 1;
	background: url(../../img/common/line-wave.png) no-repeat center bottom;
	padding-bottom: 30px;
}
.report .archive .page-title h2.with-icon span{
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 10px;
}
.report .page-content .page-content{
	padding-top: 0;
}
.report .archive li{
	flex-basis: calc(100%/3 - 20px);
	margin: 0 10px 40px 10px;
}
.report .archive li:hover img{
	display: block;
	box-sizing: border-box;
	transition: 0.3s;
}
.report .archive li:hover img{
	border: 10px solid #5D6164;
	
}
@media screen and (max-width: 767px) {
	.report .page-content.txtcenter p{
		text-align: left;
	}
	.report .archive{
		flex-direction: row;
	}
	.report .archive li{
		flex-basis: calc(100%/3 - 10px);
		margin: 0 5px 0px 5px;
	}
}
/* contact ------- */
.contact .flex-box{
	justify-content: space-between;
}
.contact .flex-box div{
	flex-basis: calc(50% - 90px);
	padding: 40px;
}
.contact .flex-box div h3{
	text-align: center;
}
.contact .flex-box div p{
	color: #002448;
	font-weight: bold;
}
.contact .flex-box div p b{
	background: #002448;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	width: 50px;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}
.contact .q{
	margin-bottom: 2rem;
}
.contact .q .title{
    font-weight: bold;
    margin-bottom: 0;
	
}
.contact .q .primary{
    background: #8c1016;
    font-weight: normal;
    color: #fff;
    padding: 4px;
    font-size: 0.8rem;
    border-radius: 5px;
}
.contact .q span.wpcf7-list-item{
	display: block;
	margin: 0;
}
.contact hr{
	margin: 2rem 0;
}
.contact .q .cat{
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 0;
	opacity: 0.8;
}
:placeholder-shown {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
}
