@charset "utf-8";

/* ****************************************************
Title: layout_parts.css
***************************************************** */

/* 
　リセット
*******************/



body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-weight: normal; font-style: normal; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content:''; }
abbr, acronym { border: 0; }

header ol,
#gfooter ol,
.analysisSideCont ol,
header ul,
#gfooter ul,
.analysisSideCont ul,
header li,
#gfooter li,
.analysisSideCont li,
.analysisSideUl01,
.analysisSideUl01 li
{ list-style: none;
padding: 0;
margin: 0;}


blockquote {
    border-left: 5px solid #ddd;
    color: #777;
    padding: 1em;
    padding-right: 1em;
    padding-right: 0;
    margin: 1.5em 0;
}



/* 
　マージン
*******************/

.mb30 {	margin-bottom: 30px !important;	}
.mb40 {	margin-bottom: 40px !important;	}
.mb50 {	margin-bottom: 50px !important;	}


/* 
　見出し
*******************/


h3 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 2px solid #ac4950;
	margin-bottom: 25px;
}

h4 {
	font-size: 18px;
	color: #016565;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}


h5 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 25px;
}


.analysisSideCont h3,
.analysisSideCont h4{
	margin-bottom: 0;
}

/* 
　本文
*******************/

.analysisMainCont p {
    font-size: 15px;
    line-height: 2.1em;
    letter-spacing: 0.07em;
	margin:0 0 30px;
	text-align: justify;
  text-justify: inter-ideograph;
}
details {
    font-size: 15px;
    line-height: 2.1em;
    letter-spacing: 0.07em;
	margin:0 0 30px;
}
.analysisMainCont p img {
	float:right;
	width:300px;
	height:auto;
	margin:0 0 10px 20px;
}
.analysisMainCont p a.modal {
	float:right;
}

strong {
	font-weight:bold !important;
}


li {
    font-size: 15px;
    line-height: 2.1em;
    letter-spacing: 0.07em;
}

@media screen and (max-width:799px) {
	
.analysisMainCont p img {
	width:50%;
}
 
.post-type-archive-case h4 {
	font-size: 16px;
 padding-right: 10px;
 margin-bottom: 10px;
}
	
}

/* 
　テキスト（一行：横スクロール）
*******************/

.analysisMainCont p.slideText {
	overflow-x: auto;
 font-size: 13px;
	padding: 10px 20px;
	margin:0 0 50px;
	border: 1px solid #ccc;
	white-space: pre;
}


/* 
　概略（表組）
*******************/

div.tableBox {
 overflow-x: auto;
 margin-bottom: 50px;
}
table {
	width: 100%;
 font-size: 14px;
 line-height: 1.7em;
	margin:0 0 50px;
}
table th {
	border-top: 1px solid #f4f4f4;
	padding: 12px 30px;
	vertical-align: middle;
}
table td {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 12px 30px;
	vertical-align: middle;
}
table th:first-child,
table td:first-child{
	background-color: #faedee;
	text-align:center;
}
table tr th {
	border-bottom: 1px solid #f4f4f4;
}
table tr th:first-child {
	border-bottom: 1px solid #ffffff;
}
table tr:last-child td {
	border-bottom: 1px solid #f4f4f4;
}
table tr td:first-child {
	border-bottom: 1px solid #ffffff;
}
table tr:last-child td {
	border-top: none;
}


/* 
　データダウンロード
*******************/

table.caseDlTbl {
 width:auto;
}
table.caseDlTbl tr td {
 background-color: #fafafa;
 text-align:left;
 padding: 12px 70px 12px 50px;
 white-space:nowrap;
 width: auto !important;
}
table.caseDlTbl tr td a {
 display:inline-block;
 background-image: url(/product/EMSolution2/img/user/icon_download.png);
 background-position: center right;
 background-size: 16px auto;
 background-repeat: no-repeat;
 padding-right: 28px;
}
table.caseDlTbl tr td a:hover {
 text-decoration: underline;
}

@media screen and (max-width:799px) {

 
table.caseDlTbl {
 width:100%;
}
 
table.caseDlTbl tr td {
 background-color: #fafafa;
 text-align:left;
 padding: 12px 50px 12px 30px;
 white-space:nowrap;
}
 
}










/* 
　画像
*******************/


.img {
	margin-bottom: 70px;
	overflow: hidden;
	clear: both;
}
.img > div {
	text-align: center;
	vertical-align: bottom;
	box-sizing: border-box;
	padding: 10px 10px 20px;
	border: 1px solid #fcfafc;
	float: left;
}
.img img {
	display: inline-block;
}
.img.col1 {
	text-align: center;
}
.img.col1 > div {
	width: 50%;
	float: none;
	margin: 0 auto;
}
.img.col2 > div {
	width: 48%;
	margin-right: 4%;
}
.img.col2 > div:nth-child(2n) {
	margin-right: 0;
}
.img.col2 > div:nth-child(2n+1) {
	clear: left;
}
.img.col3 > div {
	width: 31%;
	margin-right: 3%;
}
.img.col3 > div:nth-child(3n) {
	margin-right: 0;
}
.img.col4 > div {
	width: 24%;
	margin-right: 1%;
}
.img.col4 > div:nth-child(4n) {
	margin-right: 0;
}
.img > div img {
	width: 100%;
	height: auto;
}
.img > div > p {
	line-height: 1.6em;
	padding-top: 15px;
	margin-bottom: 0;
}
.img > p {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

.modal {
	transition: 0.3s;
}
.modal:hover {
	opacity: 0.7;
}
/*.pum-container.pum-responsive {
	height: 90% !important;
	max-height: 90% !important;
}
.pum-content {
	height: 100%;
}*/
.pum-content p {
	text-align: center;
}
/*.pum-content p img {
	width: auto;
	height: 100% !important;
}

*/



@media screen and (max-width:799px) {
	
	.img > div {
	float: none;
}
.img.col1 > div {
	width: 80%;
	float: none;
	margin: 0 auto;
}
.img.col2 > div {
	width: 80%;
	margin: 0 auto;
}
.img.col2 > div:first-child {
	margin: 0 auto;
}
.img.col3 > div {
	width: 80%;
	margin: 0 auto;
}
.img.col3 > div:last-child {
	margin: 0 auto;
}
.img.col4 > div {
	width: 80%;
	margin: 0 auto;
}
.img.col4 > div:last-child {
	margin: 0 auto;
}
	
	
}

/* 
　数式
*******************/

.math {
font-family: MJXc-TeX-math-I,MJXc-TeX-math-Ix,MJXc-TeX-math-Iw;
}


/* 
　表組
*******************/

.tablepress {
	width:100%;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}
.tablepress tr {
}
.tablepress th {
	background-color:#ccc;
	text-align:center;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.tablepress td {
	text-align:center;
	padding:8px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

.tablepress td:first-child  {
	background-color:#fff;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

.tablepress.headLeft td:first-child  {
	background-color:#ccc;
}
.tablepress.headTop tr:first-child td  {
	background-color:#ccc;
}




/* 
　動画
*******************/








/* 
　検索結果
*******************/

.searchWrap {
 padding:100px 0;
 text-align:left; 
}

.searchWrap .contTitH401 {
 color: #4d4d4d;
}
.searchWrap .searchList {
}
.refBox {
 text-align:right;
}
.refine {
	overflow: hidden;
	text-align: center;
 display:inline-block;
 vertical-align:middle;
 margin:0 5px 0 0;
}
.refine select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.refine select::-ms-expand {
    display: none;
}
.refine.cp_sl {
	position: relative;
	background: #FFF;
}
.refine.cp_sl::before {
	position: absolute;
	top: 50%;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
 margin-top:-3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}
.refine.cp_sl select {
	padding: 8px 38px 8px 8px;
 border:1px solid #da3c41;
}

.searchList .submit {
 height:36px;
 padding:0 15px;
 border:none;
	color: #ffffff;
	background: #da3c41;
}

.searchWrap ul.result {
 padding:20px 85px 0;
 list-style:none;
 margin:20px 0 0;
 border-top:1px solid #EEE;
}
.searchWrap ul.result li {
 border-bottom:1px solid #EEE;
 padding:5px 0 10px;
}
.searchWrap ul.result li .title {
 font-weight:bold;
}
.searchWrap ul.result li .title a {
 color:#BA1E26;
 line-height:1.8em;
}
.searchWrap ul.result li .title a:hover {
 opacity:0.7;
}
.searchWrap ul.result li .excerpt  {
 font-size:13px;
 line-height:1.8em;
}
.searchWrap .noMatch  {
 font-size:15px;
 line-height:1.8em;
 letter-spacing: 0.07em;
 text-align: center;
}

@media screen and (max-width:799px) {

.searchWrap {
 padding:50px 20px;
}
.searchWrap .contTitH401 {
 font-size:18px;
 line-height:1.6em;
}
 .refBox {
 text-align:right;
}
.refine {
	overflow: hidden;
	text-align: center;
 display:inline-block;
 vertical-align:middle;
 margin:0 5px 0 0;
}

.searchWrap ul.result {
 padding:20px 0 0;
 list-style:none;
 margin:20px 0 0;
 border-top:1px solid #EEE;
}



}








