@charset "utf-8";

/*//////////////////////  SP ////////////////////// */


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

 Style for patent pages

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

@media only screen and (max-width: 640px) {

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

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

.lead {
	font-size: 1.6em;
	font-weight: normal !important;
 padding: 0;
}
.lead02 {
	font-size: 1.4em;
	line-height: 1.4;
}
.leadtbl {
 margin-top: 15px;
}
.leadtbl td {
 padding: 5px;
}

.box {
	position: relative;
	margin-top: 30px;
	padding: 20px 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 img {
	width: 100%;
 haeight: auto;
}

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 auto 20px auto;
 width: 96%;
}
.expbox:nth-last-of-type(1) {
 margin-bottom: 0;
}
.expbox p,
.expbox li {
	font-size: 1.2em;
	line-height: 1.5;
}

.patarw {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
.patarw img {
 width: 79px;
}

#pat02img02 img {
 width: 96%;
 height: auto;
 margin-bottom: 20px;
}

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


