#casestudy.casestudy_detail  {
/*  font-size: 16px;
  line-height: 1.6em;*/
}
#casestudy.casestudy_detail sup{
  vertical-align: super;
}
#casestudy.casestudy_detail .detail_main_v {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  max-height: 400px;
  max-width: 1170px;
}
@media screen and (max-width: 767px){
  #casestudy.casestudy_detail .detail_main_v {
    margin-bottom: 20px;
  }
  #casestudy.casestudy_detail .detail_main_v p{
    margin-bottom: 0;
    line-height:0;
  }
}
#casestudy.casestudy_detail .detail_main_v p img{
  width:100%;
  max-height:400px;
}
#casestudy.casestudy_detail .detail_main_v div {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
}
#casestudy.casestudy_detail .detail_main_v.none_img {
  height: auto;
}
#casestudy.casestudy_detail .detail_main_v.none_img div {
  position: static;
}
/* 聖路加病院様用 */
#casestudy.casestudy_detail .detail_main_v div.luke{
  top: 0;
  left: 61%;
  height: 130px;
  width: 39%;
}
#casestudy.casestudy_detail .detail_main_v div .ttl,
#casestudy.casestudy_detail .detail_main_v div h1 {
  font-weight: bold;
  font-size: 22px;
}
#casestudy.casestudy_detail .detail_main_v p{
  line-height:0;
  margin-bottom:0;
}
#casestudy.casestudy_detail .detail_main_v div p{
  margin-bottom: 0;
  line-height: 1.6em;
}
@media screen and (max-width: 767px){
  #casestudy.casestudy_detail .detail_main_v div{
    position:relative;
    background-color: #333333;
    padding: 10px 15px;
    line-height:1.6em;
  }
  #casestudy.casestudy_detail .detail_main_v div.luke{
    position:static;
    width:100%;
    height:auto;
  }
  #casestudy.casestudy_detail .detail_main_v div .ttl,
  #casestudy.casestudy_detail .detail_main_v div h1 {
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 3px;
  }
  #casestudy.casestudy_detail .detail_main_v div p{
    font-size:76%;
  }
}
.detail_cont_main{
  padding: 0 0 20px;
  border-radius:4px;
  font-size: 16px;
  line-height: 1.6em;
}
.detail_cont_main_in{
  width:83%;
  margin:0 auto;
}
@media screen and (max-width: 767px){
  .detail_cont_main{
    padding:10px;
    border-radius:4px;
    font-size:100%;
   }
  .detail_cont_main_in{
    width:100%;
  }
}
#casestudy.casestudy_detail .detail_cont_main div.content{
  margin:0;
}
#casestudy.casestudy_detail .detail_cont_main div.content p{
  padding-bottom:10px;
}

/*------------------------------
2018.07.01追加　導入事例Re.
------------------------------*/
/* 登場人物 */
.sol_character{
  overflow: hidden;
  margin-bottom:30px;
  border-right:1px solid #b0bec5;
}
.sol_character div{
  float: left;
  width: 50%;
  text-align:left;
  border-left:1px solid #b0bec5;
}
.sol_character div:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sol_character div p.photo{
  width:24%;
  float:left;
  text-align:center;
  margin-bottom:0;
  padding: 0 10px;
}
.sol_character div p.photo img{
  width:100%;
}
.sol_character div p.affiliation{
  line-height: 1.4em;
  font-size: 83%;
  padding-top: 10px;
  margin-bottom:5px;
  margin-left:25%;
}
.sol_character div p.name{
  margin-top: 7px;
  margin-bottom:0;
  margin-left:25%;
}
@media screen and (max-width: 767px){
  .sol_character{
    border-right:none;
    border-bottom:1px solid #b0bec5;
  }
  .sol_character div{
    float:none;
    border-left:none;
    width:100%;
    padding-top:8px;
    border-top:1px solid #b0bec5;
  }
  .sol_character div p.photo{
    width:40%;
    padding:0 10px 0 0;
  }
  .sol_character div p.affiliation{
    margin-left:40%;
  }
  .sol_character div p.name{
    margin-left:40%;
  }
}
/* 課題・対策・ソリューション */
ul.sol_proSolving{}
ul.sol_proSolving li{
  padding-bottom:40px;
  background:url(../img/common/prosolving_arrow.png) center bottom no-repeat;
}
ul.sol_proSolving li.last{
  background:none;
  padding-bottom:20px;
  border-bottom:1px solid #E2E6EA;
}
ul.sol_proSolving li:after{
  content: "";
  display: block;
  clear: both;
}
ul.sol_proSolving dl{}
ul.sol_proSolving dt{
  float: left ;
  width:150px;
  border-left:5px solid #3270C6; 
  background-color:#f5f7f8;
  padding:10px;
  text-align:center;
}
ul.sol_proSolving dd{
  margin-left:190px;
  display: list-item;
  list-style: disc outside;
  padding-bottom:3px;
}
@media screen and (max-width: 767px){
  ul.sol_proSolving dt{
    float: none ;
    padding :5px;
    margin-top:5px;
    margin-bottom:12px;
  }
  ul.sol_proSolving dd{
  margin-left:17px;
  line-height:1.4em;
  padding-bottom:5px;
  }
}
/* 施設・クライアント概要 */
div.inner_edge table th{
  width:20%;
}
div.inner_edge table td{
  width:80%;
}
@media screen and (max-width: 767px){
  div.inner_edge table th{
    width:30%;
  }
  div.inner_edge table td{
    width:70%;
    word-wrap: break-word;
    white-space: normal;
  }
}
/* 採用製品・サービス */
div.inner_Product{
  background-color: #F5F6F9;
  padding: 20px 30px;
  margin-top: 25px;
}
div.inner_Product:after{
  content: "";
  display: block;
  clear: both;
}
div.inner_Product dl{
  float: left;
}
div.inner_Product dl.P_left{
  width: 48%;
  padding-right:14px;
  margin-right:15px;
  border-right:1px solid #E2E6EC;
}
div.inner_Product dl.P_right{
  width: 49%;
}
div.inner_Product dl dt{
  font-weight:bold;
  font-size:94%;
}
div.inner_Product dl dt a{
  color:rgb(51, 51, 51);
}
div.inner_Product dl dt a:hover{
  text-decoration-line: none;
}
div.inner_Product dl dd{
  font-size:82%;
  line-height:1.6em;
  padding-bottom:20px;
}
@media screen and (max-width: 767px){
  div.inner_Product{
  padding: 20px 15px 0;
  }
  div.inner_Product dl{
    float:none;
  }
  div.inner_Product dl.P_left,
  div.inner_Product dl.P_right{
    width:100%;
    padding-right:0;
    margin-right:0;
    border-right:none;
  }
}
/* 画像配置調整用（聖路加病院様） */
#casestudy.casestudy_detail .layout01 {
  overflow: hidden;
}
#casestudy.casestudy_detail .layout01 div {
  float: left;
  width: 50%;
}
#casestudy.casestudy_detail .layout01 div p{
  line-height:0;
  text-align: center;
}
@media screen and (max-width: 767px){
  #casestudy.casestudy_detail .layout01 div {
    float: none;
    width: 100%;
  }
}

/* 仕切り直し - 以降、ふるいの */

/*

#casestudy .back {
  margin-top: 35px;
}
#casestudy .back a {
  width: 480px;
  height: 86px;
  line-height: 1.3em;
  margin: 0 auto 80px;
  display: table;
  font-size: 22px;
}
#casestudy .back a span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
  margin-left: 0;
  background: url(../../commons/images/link_arrow_h_rev.png) no-repeat 12px center;
}
#casestudy.casestudy_top #wrap .sec01 {
  overflow: hidden;
  margin-right: -40px;
  padding: 40px 0;
}
#casestudy.casestudy_top #wrap .sec01 article {
  float: left;
  width: 470px;
  margin-right: 40px;
  margin-bottom: 30px;
  font-size: 14px;
}
#casestudy.casestudy_top #wrap .sec01 article a {
  display: block;
  color: #000;
  text-decoration: none;
}
#casestudy.casestudy_top #wrap .sec01 article a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#casestudy.casestudy_top #wrap .sec01 article a .article_pic {
  margin-bottom: 10px;
}
#casestudy.casestudy_top #wrap .sec01 article a .article_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
#casestudy.casestudy_top #wrap .sec01 article a .article_name {
  font-size: 16px;
  margin-bottom: 5px;
}
#casestudy.casestudy_top #wrap .sec01 article a .article_btn {
  text-align: right;
  margin-top: 15px;
}
#casestudy.casestudy_top #wrap .sec01 article a .article_btn span {
  background: url(../../commons/images/link_arrow_h_rev02.png) no-repeat left center;
  color: #2e6ec9;
  font-weight: bold;
  padding-left: 24px;
  text-decoration: underline;
  text-decoration-color: #2e6ec9;
}
#casestudy.casestudy_detail .detail_cont {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.6em;
}
#casestudy.casestudy_detail .detail_cont h2 {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  padding: 45px 0 15px;
  line-height: 1.5em;
  margin-bottom: 22px;
  text-align: left;
  border-bottom: 3px solid #E2E6EA;
}
#casestudy.casestudy_detail .detail_cont h2:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 200px;
  border-top: 3px solid #3270C6;
}
#casestudy.casestudy_detail .detail_cont h2.h2_title {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  color: #2e6ec9;
  margin-bottom: 20px;
  border-bottom: none;
}
#casestudy.casestudy_detail .detail_cont h2.h2_title:after {
  display: none;
}
#casestudy.casestudy_detail .detail_cont h3 {
  color: #2e6ec9;
  font-weight: bold;
  font-size: 18px;
  background: url(../img/title_bg.png) repeat;
  padding: 3px 0;
  margin-bottom: 15px;
}
#casestudy.casestudy_detail .detail_cont .detail_main_v {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  height: 400px;
}
#casestudy.casestudy_detail .detail_cont .detail_main_v h1 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
}
#casestudy.casestudy_detail .detail_cont .detail_main_v h1 .ttl {
  font-weight: bold;
  font-size: 22px;
}
#casestudy.casestudy_detail .detail_cont .detail_main_v.none {
  height: auto;
}
#casestudy.casestudy_detail .detail_cont .detail_main_v.none h1 {
  position: static;
}
#casestudy.casestudy_detail .detail_cont .notice {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 12px;
  display: block;
}
#casestudy.casestudy_detail .detail_cont .mark {
  color: #3270C6;
}
#casestudy.casestudy_detail .detail_cont .layout01,
#casestudy.casestudy_detail .detail_cont .layout02 {
  overflow: hidden;
}
#casestudy.casestudy_detail .detail_cont .layout01 div,
#casestudy.casestudy_detail .detail_cont .layout02 div {
  float: left;
  width: 480px;
}
#casestudy.casestudy_detail .detail_cont .layout01 .Catalog,
#casestudy.casestudy_detail .detail_cont .layout02 .Catalog {
  float: right;
  width: 480px;
}
#casestudy.casestudy_detail .detail_cont .layout01 .Catalog .phot2,
#casestudy.casestudy_detail .detail_cont .layout02 .Catalog .phot2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: right;
  display: block;
  width: auto;
}
#casestudy.casestudy_detail .detail_cont .layout01 .Catalog .stext01,
#casestudy.casestudy_detail .detail_cont .layout02 .Catalog .stext01 {
  display: block;
  text-align: left;
}
#casestudy.casestudy_detail .detail_cont .layout02 {
  overflow: hidden;
}
#casestudy.casestudy_detail .detail_cont .layout02 div {
  float: left;
  width: 690px;
}
#casestudy.casestudy_detail .detail_cont .layout02 .Catalog {
  float: right;
  width: 260px;
}
#casestudy.casestudy_detail .detail_cont .layout02 .Catalog img {
  width: 100%;
  height: auto;
}
#casestudy.casestudy_detail .detail_cont .Catalog td {
  line-height: 1.5em;
}
#casestudy.casestudy_detail .detail_cont .inner2.voice .Catalog {
  margin-bottom: 25px;
}
#casestudy.casestudy_detail .detail_cont .inner2.voice .Catalog .phot2 {
  padding-right: 40px;
}
#casestudy.casestudy_detail .detail_cont .inner_edge {
  background-color: #F5F6F9;
  padding: 20px 30px;
  margin-top: 25px;
}
#casestudy.casestudy_detail .detail_cont .inner_edge h3 {
  background: none;
  margin-bottom: 10px;
}
#casestudy.casestudy_detail .detail_cont .inner_edge table {
  width: 100%;
}
#casestudy.casestudy_detail .detail_cont .inner_edge table td {
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom: 2px solid #F5F6F9;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #FFFFFF;
}
#casestudy.casestudy_detail .detail_cont .inner_edge table td:first-child {
  background-color: #E2E6EC;
  width: 140px;
}
#casestudy.casestudy_detail .detail_cont .back a {
  margin: 5px auto 80px;
}

h1.title_service_item {
  height: 80px;
  margin: 0 0 33px;
  padding: 20px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4em;
  color: #ffffff;
  font-weight: bold;
}

span.subtitle {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  font-size: 0.75em;
  line-height: 1em;
}

    .content h2 {
        margin-bottom: 13px;
        width: 100%;
        margin-top: 1em;
        &.sTtl {
            height: 38px;
            background-color: #EEEEEE;
        }
    }

    .content h3 {
        padding-bottom: 10px;
        width: 100%;
        color: #666;
        margin-top: 1em;
    }
.content h4 {
  font-size: 1.1em;
  color: #666;
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  margin-top: 1em;
  font-weight: bold;
}

.content .Annotation {
  padding: 0;
  font-size: 0.8em;
  margin: 0px 0px 0px 0;
  vertical-align: text-top;
  line-height: 1.3em;
}

p.main_txt {
  line-height: 1.5em;
  overflow: hidden;
  text-indent: 1em;
}

.content .list_sub {
  background-image: url(../img/dot_01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 0.8em;
  margin: 0 !important;
  padding: 0 !important;
}

.content h5 {
  font-size: 1.1em;
  color: #666;
  width: 100%;
  clear: both;
  margin-top: 1em;
  margin-bottom: 3px;
  font-weight: bold;
}

.content .pic_right {
  float: right;
  width: 138px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.content ul.list_sub2 {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0px;
  padding-bottom: 0px;
}

.content ul.list_sub2 li {
  background-image: url(../img/y_blue.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 0.8em;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}

.content .inner2 {
  padding: 0px 15px 0 0;
  width: 100%;
  clear: both;
  overflow: hidden;
}

table.Catalog {
  border: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
table.Catalog td.phot2 {
  width: 96px;
  padding: 0 0 2px 0;
  text-align: left;
}

table.Catalog td {
  vertical-align: top;
  padding: 3px;
  font-size: 12px;
  line-height: 1.3em;
}

div.clear {
  clear: both;
  margin: 0px;
  padding: 8px 0 15px 0;
}

.content .inner_edge2 {
  border: solid #c6c6c6 1px;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
}

table.Outlines {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}


td.dat {
  font-size: 0.9em;
  width: auto;
  margin: 2px;
  padding: 5px;
}

td.dat2 {
  font-size: 0.9em;
  width: 300px;
  margin: 0px;
  text-align: left;
  padding: 5px;
}

td.dat3 {
  font-size: 0.9em;
  width: 143px;
  margin: 0px;
  text-align: left;
  padding: 5px;
}

td.dat4 {
  width: 80%;
  text-align: left;
  vertical-align: top;
}

td.dat5 {
  font-size: 0.9em;
  width: 93px;
  margin: 0px;
  text-align: left;
  padding: 5px;
}

td.pic {
  width: auto;
  padding: 0 14px 2px 0;
}

td.pic2 {
  width: 96px;
  padding: 0 0px 2px 0;
}

td.pic3 {
  width: 152px;
  padding: 0 0 2px 0;
  vertical-align: bottom;
}

td.pic4 {
  width: 152px;
  padding: 0 0 2px 0;
  vertical-align: bottom;
  text-align: center;
}

td.explanation {
  padding: 0 0 15px;
  border: none;
  font-size: 11px;
  width: 142px;
  height: auto;
  text-align: left;
  vertical-align: top;
  line-height: normal;
}

td.explanation2 {
  padding: 8px;
  border: none;
  font-size: 0.8em;
  height: auto;
  text-align: left;
  vertical-align: top;
  line-height: normal;
}

td.explanation4 {
  border: none;
  font-size: 0.9em;
  height: auto;
  text-align: center;
  vertical-align: top;
  line-height: normal;
}

td.phot {
  width: auto;
  padding: 0 0 2px 0;
}

td.phot3 {
  width: 152px;
  padding: 0 0 2px 0;
  vertical-align: bottom;
}

td.phot4 {
  width: 196px;
  padding: 0 0 2px 0;
  vertical-align: bottom;
  text-align: center;
}

.Outlines td,
th {
  padding: 5px 5px 5px 20px;
  border: solid 1px #cccccc;
}

.Outlines td.dat {
  font-size: 0.9em;
  width: auto;
}

td.menu {
  background-color: #eeeeee;
  font-size: 0.9em;
  width: 20%;
}

td.menu2 {
  width: 18%;
  text-align: left;
  vertical-align: top;
}

td.menu3 {
  width: 110px;
  text-align: left;
  vertical-align: top;
}

td.menu4 {
  width: 13%;
  text-align: left;
  vertical-align: top;
}

table.Outlines2 {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}

.Outlines2 td {
  padding: 5px 5px 5px 15px;
  border: none;
  line-height: 1.8em;
  vertical-align: top;
}

span.explanation {
  font-size: 0.8em;
}

    .h2_gray {
        display: block;
        background: #f4f4f4;
        color: #666666;
        font-weight: bold;
        padding: 13px;
        font-size: 1.4em;
        margin-bottom: 15px;
    }

    .content h3.midashi {
        margin-bottom: 10px;
        padding: 0 0 0 4px;
        font-size: 1.2em;
        border-bottom: 3px double #A4A4A4;
        width: 100%;
        color: #666;
        margin-top: 1em;
        font-weight: bold;
    }
table.phots {
  border: none;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.content .img_right2 {
  float: right;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.content p {
  line-height: 1.5;
  margin-top: 1em;
}

.h2_black h2 {
  display: block;
  background: #666666;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
  padding: 5px 10px;
  margin: 10px 0;
  width: 110px;
}

.hr_dot {
  border-bottom: #333 dotted 1px;
}

div.clear2 {
  clear: both;
  margin: 0px;
  padding: 13px 0 15px 0;
}

div.clear3 {
  clear: both;
  margin: 0px;
  padding: 0px 0 10px 0;
}

.photo_new th,
.photo_new td {
  vertical-align: top;
}

.mb20 {
  margin-bottom: 20px;
}

.pic_gaiyou {
  float: right;
  width: 139px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 0;
}
