@charset "UTF-8";

@media screen and (max-width: 767px) {
    br.pc {
        display: none !important;
}}
@media screen and (min-width: 768px) {
    br.sp {
        display: none !important;
}}

html{line-height:0; -webkit-text-size-adjust:100%;}
body{margin:0;}
main{display:block;}

h1{
	font-size: 2.1rem;
	color: #000;
}

.container h2{
	font-size: 1.2rem;
}

.container p{
	margin-top: 20px;
}

img{
	width: 100%;
}

small{
	background: #333;
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px;
}

img.logo {
    width: 110px;
}

.underline{
	text-decoration: underline;
}

.container{
	position: relative;
	z-index: 1;
}

p.page-p {
    color: #777;
    font-size: 10px;
    line-height: 0.9;
}

.top-page {
    margin-bottom: 2%;
}

.page-top {
    margin-right: auto;
    margin-left: 4%;
}

.peoples-img {
    margin-top: 8%;
}

#footer{
	position: relative;
	z-index: 2;
	background: #fff;
}

/*---------------------------------------header---------------------------------------*/
#header{
	position: fixed;
	top: 0;
	height: 100px;
	z-index: 2;
	width: 100%;
	background: #fff;
	color: #000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#nav1{
    position:fixed;
    z-index: 999;
  	top:0;
    left: -120%;
  	width:100%;
    height: 100vh;
  	background:#fff;
  	transition: all 0.6s;
}

#nav1.panelactive{
    left: -60%;
}

#nav1.panelactive #nav-list{
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*#nav1 ul {
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 70%;
    transform: translate(-100%,-100%);
}*/

#nav1 li{
  list-style: none;
  text-align: left;
  padding-right: 18px;
  margin-top: 1%;
  /*text-align: center; */
}

#nav1 li a{
  color: #000;
  text-decoration: none;
  /*padding:10px;*/
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /*font-weight: bold;*/
}

.opbtn{
  position:fixed;
  z-index: 9999;
  top:27px;
  left: 10px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

.opbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    height: 1px;
    border-radius: 2px;
  	background-color: #000;
    width: 46%;
  }

.opbtn span:nth-of-type(1) {
  top:15px; 
}

.opbtn span:nth-of-type(2) {
  top:24px;
}

.opbtn span:nth-of-type(3) {
  top:33px;
}

.opbtn.active {
    /*left: 0;*/
	left: 520px;
}

.opbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.opbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.head-col1 h5 {
    color: #777;
    font-size: 12px;
	margin-top: 5%;
}

.nav_content{
	position: absolute;
    z-index: 999;
    margin: 0px;
    top: 4%;
    left: 62%;
}

.nav_content p{
	margin-top: 5%;
	margin-bottom: 5%;
}

ul.head-col1-1 {
   margin-top: 1%;
}

.hrad_products1 {
    width: 94%;
    border-top: 1px solid #c4c4c4;
}

.hrad_products2 {
    width: 94%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #c4c4c4;
}

.hrad_products3 {
    width: 94%;
    border-bottom: 1px solid #c4c4c4;
}

ul.head-col1-2 {
    margin-top: 1%;
	width: 50%;
}

p.head-col1-2-p {
    margin: 0;
}

.head-col1-2-p span:before {
    content: "-";
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.33vw;
    position: relative;
	text-decoration: none;
}

span.no-line{
	text-decoration: none;
}

.head-col1-2-top{
	margin-top: 2%;
}

.head-col1-2-flex {
    display: flex;
}

li.head-last-txt {
    margin-bottom: 5%;
}
li.head-last-txt1 {
    margin-bottom: 10%;
}

@media screen and (min-width: 1600px),print {
	#nav1.panelactive #nav-list{
		width: 160%;
}
	#nav1.panelactive {
    	left: -67%;
}
	.nav_content{
		top: 3%;
    	left: 43%;
}
	ul.head-col1-2{
		width: 50%;
}
	.hrad_products1,.hrad_products2,.hrad_products3{
		width: 48%;
}
	.opbtn.active{
		left: 500px;
}}

@media (min-width: 864px){
	.nav_content{
		width: 38%;
    	height: 50vh;
	}
	.top_logo img{
		width: 90px;
		height: 50px;
}}

@media screen and (max-width: 767px){
	#header{
		height: 80px;
}
	#nav1{
		width: 100%;
    	height: 100%;
}
	#nav1.panelactive{
    	left: 0;
}
	#nav1.panelactive #nav-list{
		width: 100%;	
}
	p.page-p {
    	font-size: 8px;
    	line-height: 1.9;
}
	.top-page {
    	margin-bottom: 4%;
}
	img.logo{
		width: 90px;
}
	.opbtn{
		width: 70px;
    	height: 70px;
		top: 15px;
    	left: -10px;
}
	.opbtn.active{
		left: 310px;
		/*left: 0px;*/
}
	.top_logo {
    	width: 23%;
}
	.nav_content{
		left: 5%;
}
	.head-col1-2-flex{
		display: block;
}
	ul.head-col1-2{
		width: 62%;
}
	li.head-last-txt2{
		margin-bottom: 10%;
}}

@media screen and (min-width: 400px) and (max-width: 500px){
	.opbtn.active{
		left: 340px;
}}

@media screen and (min-width: 600px) and (max-width: 699px){
	.opbtn.active{
		left: 520px;
}}

@media screen and (min-width: 700px) and (max-width: 767px){
	.opbtn.active{
		left: 660px;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.opbtn.active{
		left: 240px;
}
	.top_logo {
    	width: 34%;
}
	.head-col1-2-flex{
		display: block;
}
	li.head-last-txt2 {
    	margin-bottom: 10%;
}
	.hrad_products1,.hrad_products2,.hrad_products3{
		width: 94%;
}
	ul.head-col1-2{
		width: 70%;
}
	#nav1 li{
		padding-right: 7px;
}}

@media screen and (min-width: 1181px) and (max-width: 1400px){
	.opbtn.active{
		left: 400px;
	}
}

/*----------------------------------------Front Page-----------------------------------------*/
section.top_fixed{
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	background: #fff;
	padding: 10px 30px 170px 30px;
}

.top_fixed_container{
	min-height: 100vh;
	max-width: 1280px;
	margin: auto;
}

.sancoh-title {
	position: absolute;
    margin-top: -15%;
	left: 70px;
}

.sancoh-title1 {
	position: absolute;
    margin-top: -12%;
	left: 70px;
}

.about_title h3{
	font-size: 40px;
	line-height: 0.6;
	display: inline-block;
	padding: 16px;
    background: #000;
    color: #fff;
}

.about_txt {
    font-size: 20px;
	padding: 10px;
    background: #000;
    color: #fff;
	display: inline-block;
}

.about_txt p{
	margin-top: 0;
}

.about_txt1 {
    font-size: 20px;
	padding: 10px;
    background: #000;
    color: #fff;
	display: inline-block;
}

.about_txt1 p{
	margin-top: -10px;
}

.viewbtn-box3 {
    width: 18%;
    margin-top: -2rem;
    margin-left: -28px;
}

.viewbtn-box3-top {
    width: 18%;
    margin-top: -2rem;
    margin-left: -28px;
}

.viewbtn1{
	width: 80%;
  	position: relative;
  	border: 1px solid #000;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
	background: #000;
    outline: none;
    transition: all .2s linear;
}

.viewbtn1:hover{
  background:#333;
  color:#fff;
}

.viewbtn1::before{
  	content:"";
  	position: absolute;
  	top:50%;
  	right:-26px;
  	width:40px;
  	height:1px;
  	background:#333;
    transition: all .2s linear;
}

.viewbtn1::after{
	content:"";
  	position: absolute;
    top: 20%;
    right: -21px;
  	width:1px;
  	height:12px;
  	background:#333;
    transform:skewX(45deg);
    transition: all .2s linear;
}

.viewbtn1:hover::before{
  right:-30px;
}

.viewbtn1:hover::after{
  right:-25px;
}

a.viewbtn1:hover {
    opacity: 1;
}

/*section.top_fixed:nth-of-type(2n){
	color: #fff;
	text-align: center;
	padding: 300px 30px;
	min-height: auto;
}*/

section.top_fixed:last-of-type{
	max-width: 100%;
	padding: 0;
}

.item-flex {
    display: flex;
	line-height: 0;
}

img.chainimg {
    width: 100%;
}

.item-flex-last {
    width: 50%;
}

.zoomIn img{
  transform: scale(1);
  transition: .6s ease-in-out;
}

.zoomIn a:hover img{
  transform: scale(1.1);
}

.mask{
    display: block;
    line-height: 0;
    overflow: hidden;
}
.zoomIn{
    width: 100%;
    margin: 0 auto;
}

.imgbox {
    margin-top: 6%;
}

/*-img-*/
.img-sp {
    display: none;
}

span.product-view-txt1 {
    position: absolute;
    display: inline-block;
    margin-top: 31%;
    margin-left: -80px;
    font-size: 30px;
	/*margin-left: -6%;*/
}

span.product-view-txt2,span.product-view-txt4 {
    position: absolute;
    display: inline-block;
    margin-top: 31%;
    margin-left: -155px;
    font-size: 30px;
	/*margin-left: -11%;*/
}

span.product-view-txt3 {
    position: absolute;
    display: inline-block;
    margin-top: 31%;
	margin-left: -145px;
    font-size: 30px;
	/*margin-left: -10.4%;*/
}

span.product-view-txt5 {
    position: absolute;
    display: inline-block;
    margin-top: 31%;
	margin-left: -115px;
    font-size: 30px;
	/*margin-left: -8.4%;*/
}

span.product-view-txt6 {
    position: absolute;
    display: inline-block;
    margin-top: 31%;
	margin-left: -203px;
    font-size: 30px;
	/*margin-left: -14%;*/
}

span.product-view-txt7 {
    position: absolute;
    display: inline-block;
    margin-top: 31%;
	margin-left: -169px;
    font-size: 30px;
	/*margin-left: -12.1%;*/
}

@media screen and (min-width: 1700px),print {
	section.top_fixed{
		padding: 10px 30px 110px 30px;
	}
	.top_fixed_container{
		min-height: 70vh;
		/*min-height: 52vh;*/
	}
}

@media screen and (min-width: 1600px),print {
	.sancoh-title{
    	position: unset;
		margin-left: -3%;
		margin-top: -18.6%;
}
	.sancoh-title1{
    	position: unset;
		margin-left: -3%;
		margin-top: -15.4%;
}
	.about_title h3{
		font-size: 50px;
}
	.viewbtn-box3{
		margin-top: 3rem;
		margin-left: -36px;
}
	.viewbtn-box3-top{
		margin-top: 2.8rem;
		margin-left: -36px;
}}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
}}

/*-ipad-*/
@media screen and (max-width:768px){
	.sancoh-title{
		position: unset;
		left: 0;
		margin-top: 30px;
		text-align: center;
}
	.sancoh-title1{
		position: unset;
		left: 0;
		margin-top: 30px;
		text-align: center;
}
	.about_txt p{
		margin-top: 20px;
}
	.about_txt1 p{
		margin-top: -20px;
}
	.about_title h3{
		font-size: 24px;
		display: block;
		padding: 0;
    	background: #fff;
    	color: #000;
}
	.about_txt {
    	font-size: 12px;
		padding: 0;
    	background: #fff;
    	color: #000;
		display: block;
}
	.about_txt1 {
    	font-size: 12px;
		padding: 0;
    	background: #fff;
    	color: #000;
		display: block;
}
	.viewbtn-box3{
		margin-top: 1rem;
		width: 18%;
		margin-left: 95px;
}
	.viewbtn-box3-top{
		margin-top: 1rem;
		width: 18%;
		margin-left: 95px;
}
	.viewbtn1{
		font-size: 12px;
		width: 150%;
}
	section.top_fixed{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		min-height: auto;
		padding: 100px 20px 30px 20px;
	}
	section.top_fixed:first-of-type{
		padding: 100px 20px 30px 20px;
	}
	section.top_fixed:last-of-type{
		padding-top: 40px;
		padding-bottom: 30px;
		/*padding-top: 60px;*/
	}
	.imgbox {
		margin-top: 0;
	}
	span.product-view-txt1 {
		margin-top: 30%;
    	margin-left: -11%;
    	font-size: 16px;
	}
	span.product-view-txt2, span.product-view-txt4 {
		margin-top: 30%;
    	margin-left: -22%;
    	font-size: 16px;
	}
	span.product-view-txt3{
		margin-top: 30%;
    	margin-left: -20.1%;
    	font-size: 16px;
	}
	span.product-view-txt5{
		margin-top: 30%;
    	margin-left: -16.4%;
    	font-size: 16px;
	}
	span.product-view-txt6{
		margin-top: 30%;
    	margin-left: -28.4%;
    	font-size: 16px;
	}
	span.product-view-txt7{
		margin-top: 30%;
    	margin-left: -24.6%;
    	font-size: 16px;
	}
}

@media screen and (max-width: 500px),print {
	.top_fixed_container{
		min-height: 60vh;
}
	section.top_fixed{
		padding: 60px 20px 30px 20px;
}}

@media screen and (max-width: 400px),print {
	section.top_fixed{
		padding: 40px 20px 30px 20px;
		/*padding: 60px 20px 30px 20px;*/
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.viewbtn-box3{
		margin-left: 235px;
}
	.viewbtn-box3-top{
		margin-left: 235px;
}
	.top_fixed_container{
		min-height: 50vh;
}
	span.product-view-txt1{
		margin-left: -8%;
    	font-size: 20px;
}
	span.product-view-txt2, span.product-view-txt4{
		margin-left: -15%;
    	font-size: 20px;
}
	span.product-view-txt3{
		margin-left: -13%;
    	font-size: 20px;
}
	span.product-view-txt5{
		margin-left: -11%;
    	font-size: 20px;
}
	span.product-view-txt6{
		margin-left: -19%;
    	font-size: 20px;
}
	span.product-view-txt7{
		margin-left: -15%;
    	font-size: 20px;
}}

@media screen and (min-width: 820px) and (max-width: 1180px){
	section.top_fixed{
		padding: 10px 30px 110px 30px;
}
	.viewbtn-box3{
		margin-top: 3rem;
		margin-left: 0px;
}
	.viewbtn-box3-top{
		margin-top: 6rem;
		margin-left: 0px;
}
	.sancoh-title{
		left: 30px;
		margin-top: -13%;
}
	.sancoh-title1{
		left: 30px;
		margin-top: -13.4%;
}
	.top_fixed_container{
		min-height: 30vh;
}}

@media screen and (min-width: 1181px) and (max-width: 1400px){
	.imgbox{
		margin-top: 4%;
	}
	section.top_fixed{
		padding: 50px 80px 20px 80px;
	}
	.sancoh-title{
		left: 52px;
		margin-top: -17%;
	}
	.sancoh-title1{
		left: 52px;
		margin-top: -14%;
	}
	span.product-view-txt1{
		margin-left: -85px;
	}
	span.product-view-txt2{
		margin-left: -165px;
	}
	span.product-view-txt3{
		margin-left: -154px;
	}
	span.product-view-txt4{
		margin-left: -173px;
	}
	span.product-view-txt5{
		margin-left: -125px;
	}
	span.product-view-txt6{
		margin-left: -220px;
	}
	span.product-view-txt7{
		margin-left: -185px; 
	}
	section.product-onlyimg{
		min-height: 110vh;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1450px){
	.top_fixed_container{
		max-width: 960px;
	}
	.imgbox {
    	margin-top: 7%;
	}	
	section.top_fixed{
		padding: 10px 180px 0px 180px;
	}
	.sancoh-title,.sancoh-title1{
		left: 213px;
	}
	span.product-view-txt3{
		margin-left: -152px;
	}
	span.product-view-txt4{
		margin-left: -167px;
	}
	span.product-view-txt5{
		margin-left: -124px;
	}
	span.product-view-txt6{
		margin-left: -216px;
	}
	span.product-view-txt7{
		margin-left: -182px;
	}
	section.product-onlyimg{
		min-height: 120vh;
	}
}



/*----------------------------------------ABOUT SANCOH-----------------------------------------*/
.top-container1{
	margin-top: 33%;
}

main.container.about{
	max-width: 1280px;
	margin: auto;
}

.top-container {
    margin-top: 18%;
}

h3.h3-sancoh {
    text-align: center;
    font-size: 17px;
}

h4.about-sancoh {
    text-align: center;
    font-size: 24px;
	margin-top: 4%;
	margin-bottom: 4%;
}

.about-txt p {
    margin-bottom: 34px;
    text-align: center;
    line-height: 2.1;
}

section.other-group{
	overflow: hidden;
    clear: both;
    padding-top: 10%;
}

section.other-group ul{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

section.other-group ul li a span{
	font-size: 16px;
    line-height: 5em;
    padding-bottom: 0.3em;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    margin-bottom: 3em;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.other-group li {
    float: left;
    width: 25%;
    margin-bottom: 3em;
	text-align: center;
}

.other-group li span{
	text-align: center;
}

img.aboutimg:hover{
	opacity: 0.8;
	transition: .6s;
}

@media screen and (max-width: 767px){
	.top-container {
    margin-top: 40%;
}
	.other-group li {
    float: left;
		width: 50%;
}
	section.other-group ul li a span{
		font-size: 14px;
}}

/*----------------------------------------CRAFTMANSHIP-----------------------------------------*/
video.mainVisual.wd01 {
    width: 100%;
	margin-bottom: -0.5%;
}

p.craftman-box-p{
	width: 11%;
    margin-left: auto;
	margin-bottom: 10%;
    font-size: 12px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}

.craftman-box{
	display: flex;
	flex-direction: column-reverse;
}

.craftman-box-body{
	padding-right: 10%;
    padding-left: 10%;
    text-align: left;
	background: #fff;
}

.craftman-box-body1{
	padding-right: 10%;
    padding-left: 10%;
	margin-top: 10%;
    margin-bottom: 10%;
    text-align: left;
	background: #eee;
}

h2.craftman-box-ttl{
	text-align: left;
	letter-spacing: 0.2em;
	font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 1em;
	letter-spacing: 0.1em;
}

p.craftman-box-txt{
	margin-top: 20px;
	font-size: 1.15em;
    line-height: 2em;
    text-align: justify;
}

.craftman-box-img{
	max-width: none;
	width: 100%;
}

.craftman-box-img1{
	max-width: none;
	width: 100%;
	background: #eee;
}

.craftman-box-img-second{
	max-width: none;
	width: 100%;
	background: #eee;
}

.btnlink a {
    border: 2px solid #000;
    margin-top: 3em;
    display: inline-block;
    padding-top: 0.5em;
    padding-right: 2.6em;
    padding-bottom: 0.5em;
    padding-left: 2em;
	transition: .6s;
}

.btnlink a:hover{
	color: #fff;
	background: #000;
}

.btnlink span.icon-right{
	text-decoration: none;
	padding-right: 8px;
}

span.icon-right:before {
    content: "→";
}

.btnlink {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px),print {
	.craftman-box{
		flex-direction: row-reverse;
	}
	.craftman-box._reverse{
		flex-direction: row;
	}
	.craftman-box._reverse_1{
		flex-direction: row;
		background: #eee;
	}
	.craftman-box-body{
		width: 30%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.craftman-box-body1{
		width: 30%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.craftman-box-img{
		width: 50%;
	}
	.craftman-box-img img{
		height: 100%;
		object-fit: cover;
	}
	.craftman-box-img1{
		width: 50%;
	}
	
	.craftman-box-img1 img{
		width: 80%;
		height: 84%;
    	padding-top: 10%;
    	padding-bottom: 6%;
    	padding-left: 20%;
		object-fit: cover;
    	background: #eee;
	}
	.craftman-box-img-second{
		width: 50%;
	}
	
	.craftman-box-img-second img{
		width: 80%;
		height: 84%;
    	padding-top: 10%;
    	padding-bottom: 6%;
    	padding-left: 10%;
		object-fit: cover;
    	background: #eee;
	}
}

@media screen and (min-width: 1800px),print {
	p.craftman-box-p{
	width: 10%;
    margin-left: auto;
	margin-bottom: 50%;
    font-size: 14px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}}


@media screen and (max-width: 767px){
	p.craftman-p {
    	font-size: 8px;
    	line-height: 1.9;
}
	.craftman-box{
		flex-direction: column;
}
	.craftman-box-body{
		margin-top: 20%;
    	margin-bottom: 20%;
}
	.craftman-box-body1{
    	margin-bottom: 20%;
}
	section.craftman-box._reverse_1 {
    	flex-direction: column-reverse;
		background: #eee;
}
	p.craftman-box-p{
		margin-bottom: 16%;
		width: 17%;
		font-size: 13px;
}
	.container h2.craftman-box-ttl{
		font-size: 18px;
}
	p.craftman-box-txt{
		font-size: 14px;
}
	.craftman-box-img1{
		width: 80%;
		margin-top: 10%;
		margin-left: auto;
    	margin-right: auto;
}
	.craftman-box-img-second{
		width: 80%;
		margin-top: 10%;
		margin-left: auto;
    	margin-right: auto;
}
	section.other-group{
		padding-top: 10%;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.craftman-box{
		flex-direction: column;
	}
	.craftman-box-body{
		width: 80%;
		margin-top: 15%;
    	margin-bottom: 15%;
	}
	.craftman-box-img{
		width: 100%;
	}
	.craftman-box._reverse {
    	flex-direction: column;
	}
	.craftman-box._reverse_1{
		flex-direction: column-reverse;
	}
	.craftman-box-img1 img{
		width: 160%;
		padding-top: 20%;
		padding-left: 40%;
	}
	.craftman-box-body1{
		width: 80%;
		margin-bottom: 15%;
	}
	.craftman-box-img-second img{
		padding-left: 20%;
		padding-top: 20%;
    	padding-bottom: 0%;
	}
	p.craftman-box-p{
		width: 8%;
	}
}

@media screen and (min-width: 820px) and (max-width: 1180px){
	p.craftman-box-p{
		width: 8%;
	}
}


/*----------------------------------------PEOPLE-----------------------------------------*/
section.people{
	overflow: hidden;
}

section.people{
	clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.people li{
	float: left;
	width: 33.33%;
	text-align: center;
	margin-bottom: 4%;
}

section.people ul li a span{
	font-size: 16px;
    line-height: 5em;
    padding-bottom: 0.3em;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    margin-bottom: 3em;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.craftman-box2{
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (min-width: 768px),print {
	.craftman-box2{
		flex-direction: row;
}}

@media screen and (max-width: 767px){
	.people li {
		width: 50%;
}
	section.people ul li a span{
		font-size: 14px;
}
	.craftman-box2{
		flex-direction: column;
}}


/*----------------------------------------OEM-----------------------------------------*/
.viewbtn-box{
	margin-top: 10%;
	text-align: center;
}

.viewbtn{
	width: 40%;
  	position: relative;
  	border: 1px solid #000;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
	background: #000;
    outline: none;
    transition: all .2s linear;
	/*width: 80%;*/
}

.viewbtn._1{
	width: 80%;
}

.viewbtn._2{
	width: 60%;
}

.viewbtn:hover{
  background:#333;
  color:#fff;
}

.viewbtn::before{
  	content:"";
  	position: absolute;
  	top:50%;
  	right:-26px;
  	width:40px;
  	height:1px;
  	background:#333;
    transition: all .2s linear;
}

.viewbtn::after{
	content:"";
  	position: absolute;
    top: 20%;
    right: -21px;
  	width:1px;
  	height:12px;
  	background:#333;
    transform:skewX(45deg);
    transition: all .2s linear;
}

.viewbtn:hover::before{
  right:-30px;
}

.viewbtn:hover::after{
  right:-25px;
}

section.col{
	display: flex;
}

p.craftman-box-p4{
	width: 25%;
    margin-left: auto;
	margin-bottom: 10%;
    font-size: 12px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}

p.craftman-box-p5{
	width: 7%;
    margin-left: auto;
	margin-bottom: 10%;
    font-size: 12px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}

p.craftman-box-p6{
	width: 12%;
    margin-left: auto;
	margin-bottom: 10%;
    font-size: 12px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}

h2.flow-h2 {
    width: 12.7%;
	margin-top: 8em;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 2em;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
}

h2.flow1-h2 {
    width: 15.2%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 2em;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.flow-img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

p.flow-p {
	margin-top: 0;
    text-align: center;
}

.under-icon {
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    width: 2%;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}

.arrow_r:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

/*.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}*/

.right-box dl{
	width: 50%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 4%;
	padding: 3em;
    border: 1px solid #000;
}

.right-box dt {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
}

.right-box dd {
    font-size: 1.1em;
    line-height: 1.8em;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

dd.line-none {
    border-bottom-style: none;
    margin-bottom: -2em;
}

section.flow-box {
	display: flex;
    margin-top: 3em;
}

.right-box {
    margin-top: 8rem;
}

.viewbtn-box1{
	width: 18%;
	margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
}

img.oem-img-half {
    width: 50%;
}

@media screen and (min-width: 1600px),print {
	p.craftman-box-p4{
		width: 22%;
		margin-bottom: 20%;
}
	p.craftman-box-p5{
		width: 6%;
		margin-bottom: 20%;
}
	p.craftman-box-p6{
		width: 10%;
		margin-bottom: 20%;
}}

@media screen and (max-width: 767px){
	.viewbtn{
		width: 68%;
}
	section.col{
		display: block;
}
	p.craftman-box-p4{
		margin-bottom: 16%;
		width: 40%;
		font-size: 13px;
}
	p.craftman-box-p5{
		margin-bottom: 16%;
		width: 12%;
		font-size: 13px;
}
	p.craftman-box-p6{
		margin-bottom: 16%;
		width: 18%;
		font-size: 13px;
}
	h2.flow-h2{
		width: 39.7%;
}
	h2.flow1-h2{
		width: 47.2%;
}
	section.flow-box{
		display: block;
		margin-top: 1em;
}
	.arrow_r:before{
		display: none;
}
	.right-box dl{
		width: 70%;
		padding: 2em;
		margin-top: 12%;
}
	.viewbtn-box1{
		width: 68%;
		margin-top: 3rem;
   		margin-bottom: 3rem;
}
	img.oem-img-half {
    	width: 100%;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
	h2.flow-h2{
		width: 21.7%;
	}
	h2.flow1-h2{
		width: 26.2%;
	}
	p.craftman-box-p5{
		width: 6%;
	}
	p.craftman-box-p4{
		width: 18%;
	}
	p.craftman-box-p6{
		width: 8%;
	}
	.viewbtn{
		width: 120%;
	}
}

@media screen and (min-width: 820px) and (max-width: 1180px){
	p.craftman-box-p5{
		width: 5%;
	}
	p.craftman-box-p4{
		width: 17%;
	}
	p.craftman-box-p6{
		width: 8%;
	}
	.viewbtn{
		width: 110%;
	}
	h2.flow-h2{
		width: 19.7%;
	}
	h2.flow1-h2{
		width: 24.2%;
	}
}

@media screen and (min-width: 1181px) and (max-width: 1400px){
	p.craftman-box-p4{
		width: 31%;
	}
	p.craftman-box-p6{
		width: 14%;
	}
	h2.flow-h2{
		width: 13.3%;
	}
	h2.flow1-h2{
		width: 16.3%;
	}
}


/*----------------------------------------COMPANY-----------------------------------------*/
main.container.company{
	width: 700px;
    margin: auto;
}

section.info {
    margin-top: 10%;
}

.info .item .head {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #000;
    width: 190px;
    padding: 0;
    margin-bottom: 27px;
}

.info .item .content {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #000;
    width: calc(100% - 190px);
    margin-bottom: 30px;
    padding: 0 10px 0 225px;
}

.info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}

@media screen and (max-width: 767px){
	main.container.company{
		width: 90%;
		margin: auto;
}
	.info .item{
		flex-wrap: wrap;
		width: 90%;
    	margin-left: auto;
    	margin-right: auto;
}
	.info .item .head{
		font-size: 14px;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
}
	.info .item .content{
		font-size: 14px;
		width: 100%;
		text-align: center;
		padding: 0;
}}


/*----------------------------------------ペタルチェーン一覧-----------------------------------------*/
.craftman-box1{
	display: flex;
	flex-direction: column-reverse;
}

p.craftman-box-p1{
	width: 7%;
    margin-left: auto;
	margin-bottom: 10%;
    font-size: 12px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}

p.craftman-box-p2{
	width: 13%;
    margin-left: auto;
	margin-bottom: 10%;
    font-size: 12px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}

p.craftman-box-p3{
	width: 14%;
    margin-left: auto;
	margin-bottom: 10%;
    font-size: 12px;
	padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-weight: bold;
}

@media screen and (min-width: 768px),print {
	.craftman-box1{
		flex-direction: row-reverse;
}
	.craftman-box1._reverse{
		flex-direction: row;
}}

@media screen and (min-width: 1100px),print {
	p.craftman-box-p3{
		width: 20%;
		margin-bottom: 20%;
}}

@media screen and (min-width: 1200px),print {
	p.craftman-box-p3{
		width: 18%;
		margin-bottom: 20%;
}}

@media screen and (min-width: 1300px),print {
	p.craftman-box-p3{
		width: 17%;
		margin-bottom: 20%;
}}

@media screen and (min-width: 1400px),print {
	p.craftman-box-p3{
		width: 16%;
		margin-bottom: 20%;
}}

@media screen and (min-width: 1600px),print {
	p.craftman-box-p1{
		width: 7%;
    	margin-left: auto;
		margin-bottom: 20%;
    	font-size: 14px;
		padding-bottom: 0.3em;
    	border-bottom-width: 2px;
    	border-bottom-style: solid;
    	border-bottom-color: #333;
    	font-weight: bold;
}
	p.craftman-box-p2{
		width: 11%;
		margin-bottom: 20%;
}
		p.craftman-box-p3{
		width: 13%;
		margin-bottom: 20%;
}
	.craftman-box-body{
		margin-bottom: 6%;
}}

@media screen and (max-width: 767px){
	p.craftman-box-p1{
		margin-bottom: 16%;
		width: 13%;
		font-size: 13px;
}
	p.craftman-box-p2{
		margin-bottom: 16%;
		width: 24%;
		font-size: 13px;
}
	p.craftman-box-p3{
		margin-bottom: 16%;
		width: 26%;
		font-size: 13px;
}
	img.products-name-img{
		margin-top: 20px;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.craftman-box1{
		flex-direction: column-reverse;
	}
	.craftman-box1._reverse{
		flex-direction: column-reverse;
	}
}


/*----------------------------------------ペタル-----------------------------------------*/
.imgbox1 {
    margin-top: 6%;
    margin-bottom: 20px;
}

section.product-img {
    top: 0px;
    background: #fff;
    padding: 20px 30px 150px 30px;
    min-height: 100vh;
    max-width: 1280px;
    margin: auto;
}

section.product-onlyimg {
    top: 0px;
    background: #fff;
    padding: 20px 30px 0px 30px;
    min-height: 100vh;
    max-width: 1280px;
    margin: auto;
}

.col2 {
    display: flex;
	justify-content: space-between;
}

.left,.right {
    width: 50%;
}

.products-img ul{
	display: flex;
}

.products-img ul li:nth-child(2n) {
    margin-left: 20px;
}

@media (min-width: 1280px){
.products-img ul li:nth-child(2n) {
    margin-left: 20px;
}}

@media (min-width: 864px){
.products-img ul li:nth-child(2n) {
	margin-left: 20px;
    /*margin-left: 1.56vw;*/
}}

.products-ttl {
    margin-top: 5rem;
}

.products-ttl h1{
	font-size: 30px;
}

.sub-ttl {
    font-size: 16px;
    line-height: 0.9;
}

.viewbtn-box2 {
    width: 20%;
    margin-left: auto;
}
.viewbtn-box2 {
    width: 18%;
    margin-top: 6rem;
	margin-left: 0;
}

.products-detail {
    margin-top: 10%;
}

.products-detail dl{
	display: flex;
	margin: auto;
}

.products-detail dl dt{
	width: 18%;
    color: #777;
    margin-bottom: 0;
	font-size: 12px;
}

.products-detail dl dd {
    width: 76%;
    position: relative;
    top: -0.2em;
    list-style: none;
	font-size: 12px;
	color: #000;
	line-height: 1.9;
	letter-spacing: .05em;
}

.products-txt .products-p-top{
	margin-top: 10%;
}

a.line {
    text-decoration: underline;
}

.spec-box {
    margin-top: 7rem;
}

h4.spec-ttl {
    font-size: 17px;
}

img.spec-img {
    width: 60%;
}

h3.products-only-ttl {
    font-size: 30px;
	margin-top: 0;
    padding-top: 120px;
	border-top: 1px solid #000;
}

p.products-only-sub-ttl {
    margin-top: 0;
    color: #777;
}

.products-only-box3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.products-area.area1 {
    padding-right: 30px;
}

.products-area.area2 {
    padding-left: 30px;
}

p.products-name {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}

@media screen and (max-width: 767px){
	section.item-img{
		padding: 0;
}
	section.product-onlyimg{
	
}
	.left,.imgbox1,.products-img,.products-ttl,.products-txt {
    	width: 90%;
    	margin-left: auto;
    	margin-right: auto;
}
	.imgbox1{
		margin-top: 36%;
    	margin-bottom: 20px;
}
	.products-ttl {
    	margin-top: 2rem;
}
	.col2{
		display: block;
}
	.products-detail {
    	margin-top: 10%;
}
	.products-detail dl dt{
		width: 28%;
}
	.spec-box {
    	margin-top: 6rem;
}
	img.spec-img {
    	width: 100%;
		margin-bottom: 10%;
}
	.right{
		width: 100%;
		background: #f1f3f6;
}
	.products-txt{
		padding-top: 10%;
    	padding-bottom: 10%;
		
}
	.products-txt .products-p-top{
		margin-top: 0;
}
	.viewbtn-box2{
		width: 68%;
		margin-top: 3rem;
   		margin-bottom: 3rem;
}
	section.product-onlyimg{
		padding: 20px 20px 0px 20px;
}
	h3.products-only-ttl{
		border-top: none;
		padding-top: 20px;
		font-size: 24px;
}
	p.products-only-sub-ttl{
		font-size: 12px;
}
	.products-only-box3{
		display: block;
}
	.products-area.area1{
		padding-right: 0px;
}
	.products-area.area2{
		padding-left: 0px;
}
	section.product-img{
		padding: 0;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.imgbox1{
		margin-top: 11%;
	}
	section.product-onlyimg{
		min-height: 70vh;
	}
}


@media screen and (min-width: 1181px) and (max-width: 1400px){
	.viewbtn-box2{
		margin-top: 5rem;
	}
	section.product-onlyimg{
		min-height: 110vh;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1450px){
	.viewbtn-box2{
		margin-top: 5rem;
	}
	section.product-onlyimg{
		min-height: 120vh;
	}
}


/*----------------------------------------PRIVACY POLICY-----------------------------------------*/
main.container.privacy {
    max-width: 898px;
    margin: auto;
}

.privacy-txt {
    margin-top: 10%;
}

h2.h2-privacy{
	font-weight: bold;
}

.privacy-txt p {
	margin-bottom: 34px;
    text-align: left;
    line-height: 2.1;
}

@media screen and (max-width: 767px){
	main.container.privacy{
		width: 90%;
    	margin-left: auto;
    	margin-right: auto;
}
	.container h2{
		font-size: 0.9rem;
}
	.privacy-txt p{
		line-height: 1.8;
    	font-size: 12px;
		margin-bottom: 28px;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.privacy-txt{
		width: 90%;
    	margin: auto;
		margin-top: 10%;
    	margin-bottom: 10%;
	}
}


/*----------------------------------------contact-----------------------------------------*/
main.container.contact{
	width: 700px;
    margin: auto;
}

label {
    font-size: 17px;
}

input.wpcf7-submit{
	border: 1px solid #fff;
	transition: .6s;
}

@media screen and (max-width: 767px) {
  .contact-form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main.container.contact{
	width: 90%;
	margin: auto;
  }
  .page.container.page-tity {
    margin-top: 16%;
}
}

@media screen and (min-width: 768px) {
  .contact-form {
    padding: 60px 90px;
  }
}

@media screen and (max-width: 767px) {
  .contact__form-box {
    font-size: 16px;
    line-height: 22.5px;
    color: #3E3E3E;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-box {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #3e3e3e;
    line-height: 22.5px;
    margin-bottom: 41px;
  }
}

@media screen and (max-width: 767px) {
  .contact__form-box dt {
    width: 195px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-box dt {
    width: 195px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .contact__form-box .contact-1 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-box .contact-1 {
    width: 505px;
    color: #707070;
  }
}

.contact__form-box .contact-1 input[type="text"]:focus, .contact__form-box .contact-1 input[type="email"]:focus {
  border-bottom: 2px solid #000;
  outline: none;
}

@media screen and (max-width: 767px) {
  .contact__form-box .contact-1 input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    line-height: 23px;
    height: 25px;
	font-family: YuMincho, 'Yu Mincho', serif;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-box .contact-1 input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    font-size: 17px;
    line-height: 22.5px;
    height: 40px;
	font-family: YuMincho, 'Yu Mincho', serif;
  }
}

select:focus {
  outline: none;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  select {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    line-height: 23px;
    color: #707070;
	font-family: YuMincho, 'Yu Mincho', serif;
  }
}

@media screen and (min-width: 768px) {
  select {
    width: 261px;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    line-height: 22.5px;
    color: #707070;
	font-family: YuMincho, 'Yu Mincho', serif;
  }
}

.contact__radio {
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__radio {
    margin-right: 65px;
  }
}

@media screen and (min-width: 768px) {
  .contact__radio {
    margin-right: 80px;
  }
}

.contact__radio input {
  display: none;
}

@media screen and (min-width: 768px) {
  .contact__radio input {
    width: 10px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact__radio label {
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .contact__radio label {
    padding-left: 30px;
  }
}

.contact__radio label:after {
  content: "";
  display: inline-block;
  border: 1px solid #3E3E3E;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  left: -70px;
}

.contact__radio label:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #4973Ff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .contact__radio label:before {
    position: relative;
    left: -28px;
    top: -2px;
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact__radio label:before {
    position: relative;
    left: -16px;
    top: -2px;
    opacity: 0;
  }
}

.contact__radio input[type=radio]:hover + label:after {
  border: 1px solid #4973FF;
  cursor: pointer;
}

.contact__radio input[type=radio]:checked + label:before {
  opacity: 1;
}

.content-2 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact__form-box1 dt {
    font-size: 17px;
    line-height: 22.5px;
    font-weight: normal;
    color: #3e3e3e;
    margin-bottom: 10px;
	font-family: YuMincho, 'Yu Mincho', serif;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-box1 dt {
    font-size: 17px;
    line-height: 22.5px;
    font-weight: normal;
    color: #3e3e3e;
    margin-bottom: 10px;
	font-family: YuMincho, 'Yu Mincho', serif;
  }
}

.contact__form-box1 textarea {
	font-family: YuMincho, 'Yu Mincho', serif;
  	width: 100%;
  	font-size: 17px;
  	/*outline: none;*/
}

.contact__form-box1 textarea:focus {
  	border: 1px solid #000;
}

.confirmation-btn {
    margin-top: 10%;
}

.contactbtn{
	width: 80%;
  	position: relative;
  	border: 1px solid #000;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
	background: #000;
    outline: none;
    transition: all .2s linear;
}

.contactbtn:hover{
  background:#333;
  color:#fff;
}

.contactbtn::before{
  	content:"";
  	position: absolute;
  	top:50%;
  	right:-26px;
  	width:40px;
  	height:1px;
  	background:#333;
    transition: all .2s linear;
}

.contactbtn::after{
	content:"";
  	position: absolute;
    top: 20%;
    right: -21px;
  	width:1px;
  	height:12px;
  	background:#333;
    transform:skewX(45deg);
    transition: all .2s linear;
}

.contactbtn:hover::before{
  right:-30px;
}

.contactbtn:hover::after{
  right:-25px;
}

a.contactbtn:hover {
    opacity: 1;
}

@media screen and (max-width:768px){
	.contactbtn{
		font-size: 12px;
		width: 150%;
}}


/*-thanks-*/
main.container.thanks{
    width: 630px;
    margin: auto;
}

.container-thankstxt {
    margin-top: 10%;
	margin-bottom: 10%;
}

@media screen and (max-width: 767px){
	.container-thankstxt{
    	margin: auto;
}
	main.container.thanks{
		width: 90%;
		margin-bottom: 20px;
}
	.container-thankstxt {
    	margin-top: 40px;
}}


/*----------------------------------------footer-----------------------------------------*/
img.ftlogo {
    width: 100px;
	margin: auto;
    padding: 40px 60px 0px;
}

.ft-nav{
	width: 92%;
    margin: auto;
    padding: 40px 0px 0px;
    position: relative;
}

.col3 {
    display: flex;
}

.footer-box h5 {
    color: #777;
    font-size: 10px;
}

.footer-box h5 span{
	text-decoration: none;
}

.footer-box li {
    line-height: 1.8;
	display: block;
}

.footer-box p,.footer-box li{
	font-size: 12px;
}

p.ft_ttl2 {
    margin-top: 20px;
}

.footer-box.footer-box-space{
	margin-left: -5%;
}

.footer-box ul li a {
    text-decoration: none;
    color: #000;
	font-size: 12px;
}

.footer-box h5 span:before {
    content: "-";
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.33vw;
    position: relative;
}

.footer-box {
    width: 16%;
}

p.copyright {
    width: auto;
}

.copyright{
	width: 100%;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    margin-top: 100px;
    margin-bottom: 40px;
	margin-left: 3%;
}


@media screen and (max-width: 767px){
	.ft-nav{
		width: 84%;
		padding: 40px 20px 0px 20px;
}
	.footer-box {
    	width: 50%;
}
	.col3{
		flex-wrap: wrap;
}
	.footer-box.footer-box-space{
		margin-left: 0%;
}
	.footer-box.footer-box-space1 {
    	margin-top: -120px;
}
	img.ftlogo{
		padding: 40px 30px 0px;
}}


@media screen and (min-width: 768px) and (max-width: 1024px){
	.footer-box.footer-box-space {
    	margin-left: -11%;
}
	.footer-box {
    	width: 27%;
}}



/*----------------------------------------nopage-----------------------------------------*/
.container.nopage {
    min-height: 0vh;
    max-width: 1280px;
    margin: auto;
    margin-top: 20%;
    margin-bottom: 20%;
	text-align: center;
}

