@charset 'UTF-8';

h2+p,h3+p {
	font-size:16px; font-size:1.6rem;
	margin:0 0 40px 0;
}
.catTop h2+p {
	font-size:24px; font-size:2.4rem;
	font-weight:bold;
}
.catTop h2+p+p {
	margin:-20px 0 40px 0;
}
.ODMbtn {
	text-align:center;
	margin:50px 0 0 0;
}
.ODMbtn a {
	text-align:center;
	display: inline-block;
	width:45%;
	padding:20px 1%;
	border-radius:10px;
	background:rgba(10,60,150,1);
	color:#FFF;
	font-size:20px;
	line-height:1.4;
	margin:0 2%;
	box-sizing:border-box;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	overflow:visible;
}
.ODMbtn a:hover {
	text-decoration:none;
}
@media only screen and (max-width: 500px) {
.ODMbtn a {
	font-size:15px;
	padding:15px 1%;
}
}
#tabCont {
	padding:0 20px 20px 20px;
	margin-top:40px;
}
#tabCont h3 {
	margin:30px 0 20px 0;
}
#tabCont p {
	margin:0 0 20px 0;
	padding:0;
}

#tabCont table {
	width:100%!important;
	max-width:100%!important;
	border-collapse: collapse;
	border:0!important;
	margin:0!important;
}
#tabCont table th,
#tabCont table td {
	font-size:0.9em;
	font-weight:600;
	line-height:1.5;
	padding:10px!important;
	border:1px solid #b3b3b3;
	word-wrap : break-word;
	overflow-wrap : break-word;
	white-space: normal!important;
	background:#FFF;
}
@media only screen and (max-width: 500px) {
#tabCont table th,
#tabCont table td {
	font-size:0.7em;
	padding:5px!important;
	hyphens:auto;
}
}
#tabCont table th {
	height:auto!important;
	text-align:center!important;
	background:#CCC;
}
#tabCont table th:nth-child(1) {
	width:18%!important;
	max-width:18%!important;
}
#tabCont table th:nth-child(2) {
	width:22%!important;
	max-width:22%!important;
}
#tabCont table th:nth-child(3) {
	width:60%!important;
	max-width:60%!important;
}
#tabCont table td.head {
	background:#EEE;
	width:18%!important;
	max-width:18%!important;
}
#tabCont table tr > td:last-child {
	font-weight:500;
}

#tabCont .odm_table {
	font-size:0.9em;
	display:table;
	width:100%;
	border-collapse: collapse;
	border-bottom:1px solid #b3b3b3;
}

#tabCont .odm_table ul {
	display:table-row;
	list-style:none;
}
#tabCont .odm_table ul li {
	display:table-cell;
	vertical-align:middle;
}
#tabCont .odm_table>ul>li:nth-child(1) {
	font-weight:600;
	padding:10px;
	width:18%;
	background:#EEE;
	border-right:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-top:1px solid #b3b3b3;
}
#tabCont .odm_table>ul>li:nth-child(2) {
	padding:0;
	max-width:82%;
	word-wrap:break-word;
	border-right:1px solid #b3b3b3;
	border-top:1px solid #b3b3b3;
}
#tabCont .odm_table_in {
	display:table;
	width:100%;
	border-collapse: collapse;
}
#tabCont .odm_table_in ul {
	display:table-row;
	list-style:none;
	border-top:1px solid #b3b3b3;
}
#tabCont .odm_table_in ul:nth-child(1) {
	border-top:none;
}
#tabCont .odm_table_in ul li {
	display:table-cell;
	vertical-align:middle;
}
#tabCont .odm_table_in ul li:nth-child(1) {
	font-weight:600;
	padding:10px;
	width:30%;
	max-width:30%;
	word-wrap:break-word;
	border-right:1px solid #b3b3b3;
}
#tabCont .odm_table_in ul li:nth-child(2) {
	padding:10px;
	width:70%;
	max-width:70%;
	word-wrap:break-word;
}

#tabCont .odm_table ul.thead li {
	text-align:center;
	font-weight:600;
	background:#CCC;
}

/*#tabCont table {
	width:100%;
	border-bottom:2px solid #b3b3b3;
	margin-bottom:30px;
	margin-top:30px;
}
#tabCont table th {
	width:13%;
	text-align:left;
	padding-bottom:30px;
}
#tabCont table td {
	padding-left:2%;
	padding-bottom:30px;
}
#tabCont table ul {
	border-left:2px solid #b3b3b3;
	padding-left:20px;
}
#tabCont table li {
	display:inline-block;
	margin-right:20px;
}
#tabCont table+a {
	text-align:right;
	font-size:14px; font-size:1.4rem;
	border-bottom:2px solid #b3b3b3;
	padding-bottom:5px;
	margin-bottom:30px;
}
#tabCont table+a:last-child {
	border:none;
	padding:0;
	margin:0;
}
*/
.medical h2.mid2+div > p,
.production .total+div p {
	float:left;
	width:57%;
	font-size:16px; font-size:1.6rem;
	margin:0;
}
.medical h2.mid2+div > p+img,
.production .total+div p+img {
	float:right;
	width:38%;
}
.medical h3.mid3-2 {
	margin-top:40px;
}
.medical ul img {
	height:200px;
}
.medical h4 {
	font-size:18px; font-size:1.8rem;
	color:#0f3d95;
}
.medical h4+p {
	font-size:16px; font-size:1.6rem;
	margin-bottom:40px;
}
.medical h4+p:last-child {
	margin-bottom:0;
}
.medical #tabCont > div {
	max-height:500px;
	overflow:auto;
}

.business svg {
	width:100%;
	height:560px;
}

/*columnList*/

ul.list li {
	width:45%;
	font-size:16px; font-size:1.6rem;
}
ul.list li h3 {
	font-size:20px; font-size:2.0rem;
	color:#0f3d95;
	background-color:#e6e6e6;
	margin-bottom:15px;
}
ul.list li h3:before {
	content:'■ ';
	color:#0f3d95;
}
ul.list li:nth-child(odd) {
	clear:both;
	float:left;
}
ul.list li:nth-child(even) {
	float:right;
}
ul.list li p,
.production ul.list img {
	margin-bottom:30px;
}

/*columnList-w*/

ul.list-w {
}
ul.list-w li {
	width:100%;
	font-size:16px; font-size:1.6rem;
}
ul.list-w li h3 {
	font-size:20px; font-size:2.0rem;
	color:#0f3d95;
	background-color:#e6e6e6;
	margin-bottom:10px;
	line-height:1.4;
}
ul.list-w li h3:before {
	content:'■ ';
	color:#0f3d95;
}
ul.list-w li > ul {
	display:table;
}
ul.list-w li > ul li:nth-child(odd) {
	display:table-cell;
	vertical-align:bottom;
	width:65%;
}
ul.list-w li > ul li:nth-child(even) {
	display:table-cell;
	vertical-align:bottom;
	width:35%;
	padding-left:5%;
}
ul.list-w li > ul li:nth-child(even) div {
	margin-top:10px;
	line-height:1.5;
}
ul.list-w li h4 {
	background-color:#0B3C99;
	color:#FFF;
	text-align:center;
}
ul.list-w li p,
.production ul.list img {
	margin-bottom:20px;
}

@media only screen and (max-width: 1050px) {
ul.list-w {
	width:90%;
	margin:0 auto;
}
ul.list-w li > ul {
	display: block;
}
ul.list-w li > ul li:nth-child(odd),
ul.list-w li > ul li:nth-child(even) {
	display: block;
	width:100%;
	padding-left:0;
}
ul.list-w li > ul li:nth-child(even) div:nth-child(odd) {
	display: block;
	width:45%;
	float:right;
}
ul.list-w li > ul li:nth-child(even) div:nth-child(even) {
	display: block;
	width:50%;
	float:left;
}
}

div.col2 img {
	float:left;
	width:49%;
}
div.col2 p {
	float:right;
	width:49%;
	font-size:16px;font-size:1.6rem;
}

/*100％*/
ul.list2 li {
	width:100%;
	font-size:16px; font-size:1.6rem;
	margin-top:3em;
}
ul.list2 li h3 {
	font-size:20px; font-size:2.0rem;
	color:#0f3d95;
	background-color:#e6e6e6;
	margin-bottom:15px;
}
ul.list2 li h3:before {
	content:'■ ';
	color:#0f3d95;
}


.Products {
	text-align:center;
}
.Products a {
	clear:both;
	display:inline-block;
	max-width:100%;
	text-align:center;
	padding: 0.5em 2em;
	border-radius: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	background-color: #093A97;
	color:#FFF;
	margin:0 auto 1em auto;
}

div.medic {
	clear:both;
	overflow:hidden;
    width: 100%;
    display: table;
	margin-top:1em;
}
div.medic dl {
    display: table-row;
}
div.medic dl dt {
    display: table-cell;
	width:6em;
	padding-top:0.5em;
}
div.medic dl dd {
    display: table-cell;
	padding-top:0.5em;
    text-align: left;
}
p.rice {
	clear:both;
	padding:30px 0 0 0;
	margin:0;
	text-align:right;
}

div.paren {
	text-align:right;
}

div.paren div {
	text-align:left;
	margin-top:3em;
	background-image:url(../images/business/paren.png);
	background-size:contain;
	background-position: left center;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:1.5em;
	padding-left:2.8em;
	display:inline-block;
}

ul.list li img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 1050px) {
	div.paren div {
		background-size:auto;
	}
	h2+p,h3+p {
		width:90%;
		margin:0 auto 40px;
	}
	.catTop h2+p {
		font-size:2.0rem;
	}
	.catTop h2+p br {
		display:none;
	}
	div.paren,
	ul.list,
	div.col2,
	.production .total+div {
		width:90%;
		margin:0 auto;
	}
	.catTop h2+p+p {
		width:90%;
		margin:0 auto 40px;
	}
}
@media only screen and (max-width: 500px) {
	ul.list li {
		float:none !important;
		width:100%;
	}
	.Products {
		width:90%;
		margin:0 auto;
	}
	div.col2 img,
	div.col2 p,
	.production .total+div p,
	.production .total+div p+img {
		float:none;
		width:100%;
	}
}