@charset "utf-8";

/*//////////////////////  PC ////////////////////// */


/* =======================================

 Style for patent pages

======================================= */

@media only screen and (min-width: 641px) {

.patclm {
	border: solid 3px #ccc;
	background: #ffffcc;
	padding: 10px 20px;
	margin: 30px 0 40px 0;
}
.patclm li {
	font-size: 1.3em;
	line-height: 2;
}

.bllead {
	font-size: 2.2em;
	color: #048dc5;
	padding-bottom: 10px;
}
.leadrd {
	font-size: 2em;
	line-height: 1.2;
	color: #cc0000;
	margin: 10px 0;
}

.lead {
	font-size: 1.6em;
	font-weight: normal !important;
}
.lead02 {
	font-size: 1.6em !important;
	line-height: 1.7;
}

.box {
	position: relative;
	margin-top: 30px;
	padding: 0 0 40px 0 !important;
}

.box h3 {
	font-weight: normal;
	font-size: 2em !important;
	line-height: 1 !important;
	padding: 0 0 0 30px !important;
	margin: 0 !important;
	background: none;
}

.box h4 {
	border: none;
	color: #ff6600;
	line-height: 1 !important;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-indent: 0;
}

.box p:nth-of-type(1) img {
	margin-top: 50px;
	margin-bottom: 0;
}

section.pat h5 {
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
	padding-bottom: 10px;
}

.expbox {
	border: solid 3px #ccc;
	padding: 15px 20px 10px 20px;
	margin: 0;
}
.expbox p,
.expbox li {
	font-size: 1.2em;
	line-height: 1.5;
}
.expbox:nth-of-type(2) {
	position: absolute;
	top: 830px;
	left: 34px;
	width: 400px;
}
.expbox:nth-of-type(1),
.expbox:nth-of-type(3) {
	width: 730px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.expbox:nth-of-type(1) {
	width: 250px;
	position: absolute;
	top: 0;
	right: 35px;
}

.pat02 {
	position: absolute;
	top: 420px !important;
	right: 30px !important;
	width: 400px !important;
}

.patarw {
	text-align: left;
	padding: 10px 0 20px 100px;
	margin: 0;
}

section.pat {
	margin: 30px 0 40px 20px;
}
section.pat p {
	line-height: 1.5;
	font-size: 1.2em;
}
}

