@charset "UTF-8";

.product {
  position: relative;
  margin-top: 25px;
  padding: 25px 0 40px;
  background-color: #fff;
}
.product_inner {
  width: 660px;
  margin: 0 auto;
}
.single-column .product_inner {
  width: 780px;
}
.introduction-point dl {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  /*	overflow: hidden;
	width: 100%;*/
  background-color: #E39300;
  padding: 10px;
  margin-top: 10px;
}
.introduction-point dt {
  font-size: 36px;
  /*	display: inline-block;*/
  /*	float: left;*/
  width: 10%;
  clear: left;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
.introduction-point dd {
  color: #fff;
  font-size: 18px;
  /*	display: block;*/
  /*	float: left;*/
  width: 90%;
}
.caseLead {
  font-size: 20px;
}
.marker_water {
  background: -webkit-linear-gradient(transparent 70%, #66ccff 70%);
  background: -o-linear-gradient(transparent 70%, #66ccff 70%);
  background: linear-gradient(transparent 70%, #66ccff 70%);
}
/* ダウンロード */
#contentArea .mfpdownload {
  margin: 30px 0 5px;
  background: #eee;
  padding: 10px 5px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: end;
}

#contentArea .mfpdownload li {
  display: inline-table;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  margin: 0 1px;
  transition : 0.5s;
  width: 18%;
  height: 160px;
}
#contentArea .mfpdownload li img {
  width: 126px;
}
#contentArea .mfpdownload li a:hover {
  opacity: 0.4;
  transition: 0.5s;
}
#contentArea .mfpdownload li p {
  line-height: 1.4;
  margin-bottom: 5px;
}
#contentArea .mfpdownload.two-lines li {
  margin: 0 5px 10px;
  position: relative;
}
#contentArea .mfpdownload.two-lines li a {
  position: absolute;
  left: 0;
  bottom: 0;
}

#contentArea .mfpdownload::after {
  content: "※電話でのお問い合わせはセールスネットワークからお近くの営業拠点へお掛けください。";
  position: absolute;
  display: block;
  font-size: 130%;
  bottom: -2em;
  width: 100%;
  padding: 0 5px;
}

/* お問い合わせボタン */
.sub-content .product-nav_content a.btn {
  font-size: 150%;
    display: block;
    width: 100%;
    padding: 11px 0 9px;
    border: #eb050b 1px solid;
    border-radius: 5px;
    background-color: #eb050b;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
}

.sub-content .product-nav_content a.btn:before,
.product_inner .inner_form a.btn::before {
  display: inline-block;
  width: 7px;
  height: 12px;
  padding-right: 6px;
  background: url(/common/img/layout/aside_product-button_bg05.png) no-repeat left top;
  vertical-align: middle;
  content: "";
}
.sub-content .product-nav_content a.btn:hover {
  cursor: pointer;
  opacity: 0.5;
  transition : 0.6s;
}

.product_inner .inner_form {
  padding: 12px 10px 30px;
  background-color: #fff;
  line-height: 1.4;
}
.product_inner .inner_form a.btn {
  font-size: 150%;
  display: block;
  width: 50%;
  padding: 11px 0 9px;
  border: #eb050b 1px solid;
  border-radius: 5px;
  background-color: #eb050b;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-left: 25%;
  text-align: center;
}
#data-entry-footer a.btn {
  display: inline-block;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #8441ac;
    min-width: 324px;
    margin-top: 8px;
    padding: 13px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
}
.contact-inner p {
  margin: 23px 0 57px;
}
.contact-inner a.btn {
  display: block;
  margin: 66px auto 95px;
  width: 300px;
  font-size: 20px;
  line-height: 2;
  color: #FFFFFF;
  border-radius: 23px;
  background: #E51C24;
  text-align: center;
  border: none;
}

/* 導入事例 */
#contentArea .casestudy {
  margin: 30px 0 5px;
  background: #eee;
  padding: 10px 5px;


}
#contentArea .casestudy ul {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*align-items: start;*/
  padding: 0 10px;
}
#contentArea div.casestudy ul li {
  display: inline-table;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  margin: 0 0 10px;
  transition : 0.5s;
  width: 32%;
  /*height: 160px;*/
  background-color: #fff;
  padding-top: 10px;
}
#contentArea .casestudy ul:after {
  content: "";
  display: block;
  width: 32%; 
  height: 0;
}
#contentArea .casestudy img {
  border: 1px solid #ccc;
  width: 180px;
}
#contentArea .casestudy li a {
  text-decoration: none;
}
#contentArea .casestudy li a:hover {
  opacity: 0.4;
  transition: 0.5s;
}
#contentArea .casestudy li p {
  line-height: 1.4;
  margin: 15px;
  font-weight: normal;
  text-align: left;
}
#contentArea .casestudy.two-lines li {
  margin: 0 5px 10px;
  position: relative;
}
#contentArea .casestudy.two-lines li a {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 汎用 */
.disp-iBlock {
  display: inline-block !important;
}

/* 画像 */
img.img-r {
float:right; 
margin: 0 0 10px 10px;
}

/*  */
#contentArea ul.pageNav li.em-dl {
display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    padding: 5px 10px 5px 30px;
    margin-right: 15px;
  font-weight: bold;
  background-color: #f7dede;
  border: 1px solid #757575;
  border-radius: 18px;
  background: url(/common/img/parts/arrow-down_icon04.png) no-repeat 10px center;
}
#contentArea ul.pageNav li.em-dl a {
    text-decoration: none;
}
#contentArea ul.pageNav li.em-dl a:hover {
    text-decoration: underline;
}