@charset "utf-8";
/* CSS Document */

/* ------------------ index TOP -------------------- */
body {
	font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.row {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	padding: 0;
}

.header {
	padding-right: 2rem;
}

.top-img {
	background-image: url("../images/TOP01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	position: relative;
	margin-top: 3.5rem;
}



.toptext01 {
	color: black;
	position: absolute;
    left: 50%;
    top: 20%;
	transform: translate(-50%,-50%);
}

.headerlogo {
	position: absolute;
    left: 50%;
    top: 37%;
	transform: translate(-50%,-50%);
}

.toptext02 {
	color: black;
	position: absolute;
    left: 50%;
    top: 55%;
	transform: translate(-50%,-50%);
	
}

.text-01 {
	margin-bottom: 4rem;
	margin-top: 5rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
}

.fontbig {
	font-size: 30px;
}

.fontyellow {
	color: #e5d11a;
	font-size: 25px;
}

.oemodm {
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #f2f1ec
}

.bt01 {
	text-align: center;
	margin-bottom: 8rem;
}

.btn--orange,
a.btn--orange {
  color: #595757;
  background-color: #f2f1ec;
	padding: 0.5rem 2rem;
}

.bt02 {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 8rem;
}

.btn--red,
a.btn--red {
  color: #fff;
  background-color: #df1625;
	padding: 0.8rem 3rem;
}

@media (max-width:576px){
	.toptext01 {
		font-size: 1rem;
	}
	.toptext02 {
		font-size: 1rem;	
	}
	.text-01 {
	margin-bottom: 3rem;
	margin-top: 3rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
    }
	.fontbig {
		font-size: 1.1rem;
	}
	.text-01 {
		font-size: 0.7rem;
	}
	.fontyellow {
		font-size: 1.1rem;
	}
}


/* ------------------ フッター -------------------- */
.footer-01 {
	padding: 3rem 0 1rem 0;
	background-color: #f2f1ec;
	width: 100%;
}

.footerlogo {
	padding-bottom: 1.5rem;
}

.copyright {
	font-size: 10px;
}

@media (max-width:576px){
	.footer-text {
		font-size: 0.7rem;
	}
	.copyright {
		font-size: 0.5rem;
	}
}

/* ------------------ 会社概要-------------------- */
.kaisha {
width: 100%;
background-color: #f0f8ff;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

.gaiyou {
	padding: 3rem 0;
	margin-top: 5rem;
}

.title-gaiyou {
	padding-bottom: 3rem;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
}

.map {
	margin-bottom: 5rem;
	text-align: center;
	width: 100%;
}

@media (max-width:576px){
	.companyinfo {
		font-size: 0.8rem;
	}
	.companytext {
		font-size: 0.8rem;
	}
	
th.example {
white-space: nowrap;
}
	
	h5 {
	font-weight: 100;
	color: #595757;
	letter-spacing: 0.2rem;
	}
	
	
}

/* ------------------ OEM実績 -------------------- */
.title-oem {
	padding-bottom: 3rem;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	margin-top: 8rem;
}

.title-oem02 {
	font-size: 1.5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;	
}

.step {
	font-size: 1.1rem;
	font-weight: 700;
}

.oem-02 {
	margin-top: 8rem;
}

.oem-02 h1 {
	font-weight: 700;
	color: #595757;
	letter-spacing: 0.5rem;
}

.oem-02 h4 {
	font-weight: 700;
	color: #595757;
	letter-spacing: 0.2rem;
}

.oem-02 h5 {
	font-weight: 100;
	color: #595757;
	letter-spacing: 0.2rem;
}


.goods-title {
	font-size: 1.2rem;
}

/* ------------------ お問い合わせ -------------------- */
.title-contact {
	margin-top: 8rem;
}

.form-contact {
	margin-bottom: 5rem;
}

.submit-contact {
	text-align: center;
}

.submit {
	padding: 0.5rem 3rem;
}

.kome {
	color: red;
	font-size: 0.5rem;
	vertical-align: top;
}


@media (max-width:576px){
	.submit-contact {
		margin: 5rem 0;
	}
}
