.linkbtn {
	border-radius: 35px;
	background: #fff;
	display: table;
	margin: 0 auto;
}
.linkbtn a {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	background: url("../img/single/linkbtn_bg.png") center center/cover no-repeat;
	background-color: #00afe4;
	border-radius: 50px;
	display: block;
	padding: 15px 40px;
}
.linkbtn a:hover {
	color: #00afe4;
	background-color: #e6f6fc;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.linkbtn a {
		font-size: 1.4rem;
	}
}

#business .mv {
	background: url(../img/business/mv.jpg) center center/cover no-repeat;
}
#business .page_cont .container {
	padding-bottom: 60px;
}
#business .read {
	text-align: center;
	margin-bottom: 30px;
}

#oem .mv {
	background: url(../img/oem/mv.jpg) center center/cover no-repeat;
}
#oem h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 25px;
	display: table;
	padding: 0 15px;
	color: #00afe4;
	border-bottom: 2px solid #00afe4;
}
#oem h3 {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	#oem h3 {
		font-size: 1.6rem;
	}
}
#oem .content {
	margin-bottom: 0;
}
#oem .content .txt {
	width: 55%;
}
#oem .content .img {
	width: 40%;
}
#oem .content .img img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	#oem .content .txt {
		width: 100%;
		margin-bottom: 20px;
	}
	#oem .content .img {
		width: 80%;
		margin: 0 auto;
	}
}
#oem .step {
	padding-top: 80px;
}
#oem .step .blk:nth-of-type(n + 2) {
	margin-top: 60px;
}
#oem .step .blk .flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 2px solid #d9d9d9;
	border-radius: 10px;
	padding: 30px 60px;
}
#oem .step .blk .flex .txt {
	line-height: 2;
	width: 50%;
}
#oem .step .blk .flex .txt .btn {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	color: #fff;
	background: #00afe4;
	border: 4px solid #00afe4;
	border-radius: 10px;
	display: block;
}
#oem .step .blk .flex .txt .btn:hover {
	opacity: 1;
	color: #00afe4;
	background: #fff;
}
#oem .step .blk .flex .img {
	width: 40%;
}
#oem .step .blk .flex .img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#oem .step .blk .flex {
		padding: 30px 20px;
	}
	#oem .step .blk .flex .txt {
		width: 100%;
		margin-bottom: 20px;
	}
	#oem .step .blk .flex .txt .btn {
		font-size: 1.2rem;
		font-weight: 400;
		border: 2px solid #00afe4;
	}
	#oem .step .blk .flex .img {
		width: 100%;
	}
}
#oem .product .col-2 {
	margin-bottom: 60px;
}
#oem .product .col-2 .blk {
	width: calc(100% / 2 - 4%);
}
#oem .product .col-2 .blk:nth-of-type(n + 3) {
	margin-top: 50px;
}
#oem .product .col-2 .blk .img {
	margin-bottom: 10px;
}
#oem .product .col-2 .blk .img img {
	width: 100%;
}
#oem .product .col-2 .blk .txt > p {
	font-weight: 600;
	text-align: center;
	color: #00afe4;
	margin-bottom: 10px;
}
#oem .product .col-2 .blk .txt > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#oem .product .col-2 .blk .txt > ul > li {
	font-weight: 600;
	margin-bottom: 10px;
	margin-right: 30px;
}
#oem .product .col-2 .blk .txt > ul > li > ul {
	list-style: circle;
}
#oem .product .col-2 .blk .txt > ul > li > ul > li {
	font-weight: 500;
	margin-left: 20px;
}
#oem .product .ex h3 {
	font-weight: 600;
	color: #00afe4;
}
#oem .product .ex .ex_li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#oem .product .ex .ex_li span {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	border: 2px solid #00afe4;
	border-radius: 5px;
	padding: 0.5em 1em;
	margin-top: 1em;
	margin-right: 1em;
	display: block;
}
@media screen and (max-width: 768px) {
	#oem .product .col-2 .blk {
		width: 100%;
	}
	#oem .product .col-2 .blk:nth-of-type(n + 2) {
		margin-top: 40px !important;
	}
	#oem .product .col-2 .blk .txt > p {
		font-weight: 500;
		text-align: center;
		margin-bottom: 10px;
	}
	#oem .product .col-2 .blk .txt ul li {
		font-size: 1.4rem;
	}
}
#oem .permit .blk {
	margin-bottom: 60px;
}
#oem .permit .blk h3 {
	text-align: left;
}
#oem .permit .blk span {
	font-size: 1.4rem;
	font-weight: 500;
	color: #ff596e;
	margin-left: 10px;
}
#oem .permit .blk table {
	border-collapse: collapse;
}
#oem .permit .blk table.reverse th {
	font-weight: 500;
	min-width: 250px;
	padding: 15px 0;
	text-align: center;
	background: #f2fbfe;
	border: 2px solid #00afe4;
}
#oem .permit .blk table.reverse td {
	text-align: center;
	width: 100%;
	min-width: 250px;
	padding: 15px;
	border: 2px solid #00afe4;
}
#oem .permit .blk ul {
	list-style: circle;
}
#oem .permit .blk ul li {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
@media screen and (max-width: 768px) {
	#oem .permit .blk span {
		font-size: 1.2rem;
		display: block;
		margin-left: 0;
	}
	#oem .permit .blk table.reverse {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0 15px;
	}
	#oem .permit .blk table.reverse th,
	#oem .permit .blk table.reverse td {
		min-width: auto;
		width: 100%;
		display: block;
	}
	#oem .permit .blk table.reverse th {
		border-bottom: none;
	}
	#oem .permit .blk table.reverse td {
		text-align: left;
	}
}

#develop .mv {
	background: url(../img/develop/mv.jpg) center center/cover no-repeat;
}
#develop .page_cont .container {
	padding-bottom: 60px;
}
#develop h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 25px;
	display: table;
	padding: 0 15px;
	color: #00afe4;
	border-bottom: 2px solid #00afe4;
}
#develop .flow_img {
	width: 70%;
	margin: 0 auto;
}
#develop .facility .ex {
	margin: 40px 0 60px;
}
#develop .facility .ex .img {
	width: 100%;
}
#develop .facility .ex .name {
	font-weight: 500;
}
#develop .facility .all p:nth-of-type(n + 2) {
	margin-top: 15px;
}
#develop .facility .all span {
	font-weight: 600;
	color: #00afe4;
	padding: 3px 10px;
	margin-right: 15px;
	border: 2px solid #00afe4;
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	#develop .facility .col-3 > * {
		width: 100%;
	}
	#develop .facility .col-3 > *:nth-of-type(n + 2) {
		margin-top: 30px !important;
	}
	#develop .facility .all p:nth-of-type(n + 2) {
		margin-top: 25px;
	}
	#develop .facility .all span {
		border: none;
		padding: 0;
		display: table;
		margin-bottom: 5px;
	}
}

#pocket-tissue .mv {
	background: url(../img/pocket-tissue/mv.jpg) center center/cover no-repeat;
}
#pocket-tissue .page_cont .container {
	padding-bottom: 60px;
}
#pocket-tissue h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 25px;
	display: table;
	padding: 0 15px;
	color: #00afe4;
	border-bottom: 2px solid #00afe4;
}
#pocket-tissue .back {
	margin-bottom: 30px;
}
#pocket-tissue .back .img {
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}
#pocket-tissue .back .img img {
	max-width: 420px;
}
#pocket-tissue .linkbtn_wrap {
	margin-bottom: 30px;
}
#pocket-tissue .linkbtn_wrap a {
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	background: url(../img/top/linkbtn_bg.png) center center/cover no-repeat;
	background-color: #00afe4;
	border: 2px solid #00afe4;
	border-radius: 15px;
	display: table;
	padding: 10px 50px;
}
#pocket-tissue .linkbtn_wrap a:hover {
	opacity: 1;
	color: #00afe4;
	border: 2px solid #00afe4;
	background: #fff;
}
#pocket-tissue .comic .pc_only {
	width: 60%;
	margin: 0 auto;
}
#pocket-tissue .pamph a {
	text-align: center;
}
#pocket-tissue .pamph img {
	max-width: 660px;
	width: 100%;
}
#pocket-tissue .sticky_link,
#pocket-tissue .sticky_bnr {
	display: none;
}
@media screen and (max-width: 768px) {
	#pocket-tissue .back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#pocket-tissue .back .img {
		float: none;
		margin-top: 30px;
		margin-bottom: 0;
		margin-left: 0;
	}
	#pocket-tissue .back .img img {
		max-width: 100%;
	}
	#pocket-tissue .linkbtn_wrap {
		margin-bottom: 80px;
	}
	#pocket-tissue .linkbtn_wrap a {
		font-size: 1.2rem;
		padding: 10px 25px;
	}
}
#oem .oem__tabs {
	display: flex;
	justify-content: center;
	gap: 5%;
	margin: 80px 0;
}
@media screen and (max-width: 768px)  {
	#oem .oem__tabs {
		display: block;
	}
}
#oem .oem__tabs a {
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
}
#oem .oem__tabs a h2 {
	border: none;
	background-color: #00afe4;
	padding: 1em 3em;
	color: #fff;
	min-width: 300px;
	text-align: center;
}

#oem .oem__tabs a::before {
	position: absolute;
	right: 10%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	-webkit-transition: .5s 
	ease;
	transition: .5s 
	ease;
	bottom: 55%;