@charset "utf-8";
/*******************

Common

*******************/
.locClearfix:after {
  content: "";
  clear: both;
  display: block;
}
#locMain a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.loc_partsMarginT_05 {
  margin-top: 5px;
}
.locNewWin {
  background: url("../img/ico_newwin.gif") no-repeat center right;
  padding-right: 13px;
}
.locRed {
  color: #D60003;
}
.locBold {
  font-weight: bold;
}
.locSize15 {
  font-size: 15px;
}
.locSize18 {
  font-size: 18px;
}

.locLine-height16{
 line-height: 1.6em !important;
}
.loc_indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}
.loc_indent-2 span {
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
.locBox {
  border: 1px solid #ADADAD;
  padding: 5px 10px;
}
ul.locDisc li {
  list-style-type: disc;
  margin-left: 1.5em;
}
ol.locNumber li {
  list-style-type: decimal;
  margin-left: 2em;
}
.locBG_gray {
  background: #ddd;
  padding: 2px 5px;
}
table.locGrayTable {
  border-collapse: collapse;
  border: 1px solid #aaa;
  width: 100%;
}
table.locGrayTable td, table.locGrayTable th {
  border: 1px solid #aaa;
  padding: 5px 7px;
}
table.locGrayTable th {
  background: #eee;
}
.locTableLayout {
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.locTableLayout_cell {
  display: table-cell;
}
.locNotes {
  width: 160px;
}
hr.locGrayLine {
  border: 0;
  height: 3px;
  background: #ddd;
  clear: both;
}
/*******************

H2バナー

*******************/
h2.locH2Banner {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
h2.locH2Banner a {
  display: block;
  padding: 10px;
}
h2.locH2Banner img {
  width: 166px;
}
h2.locH2Banner:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f0f9ff), color-stop(1.00, #a1dbff));
  background: -webkit-linear-gradient(#f0f9ff, #a1dbff);
  background: -moz-linear-gradient(#f0f9ff, #a1dbff);
  background: -o-linear-gradient(#f0f9ff, #a1dbff);
  background: -ms-linear-gradient(#f0f9ff, #a1dbff);
  background: linear-gradient(#f0f9ff, #a1dbff);
}
/*******************

H3見出し

*******************/
h3.locBlueBG {
  background: #0D419A;
  color: #fff;
  padding: 10px;
}
h3.locBlueGreenBG {
  background: #0C7F9A;
  color: #fff;
  padding: 10px;
}
h3.locBlueGreenBG span {
  background: #eee;
  color: #000;
  border: 1px solid #fff;
  padding: 3px 5px;
  margin: 0 10px 0 0;
}
h3.locBluePurpleBG {
  background: #6153B4;
  color: #fff;
  padding: 10px;
}
/*******************

H3リンク

*******************/
h3.locH3Link {
  background: url(../img/ico_bullet_squarearrow_r.gif) no-repeat left top 5px;
  padding-left: 20px;
  font-size: 1.1em;
}
/*******************

リンクリスト

*******************/
ul.locLinkList li {
  background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left top 5px;
  padding-left: 10px;
  margin-bottom: 5px;
}
/*******************

PCで2カラム、スマホで1カラム

*******************/
.locTwoCol_Left {
  width: 48%;
  float: left;
}
.locTwoCol_Right {
  width: 48%;
  float: right;
}
.locTwoCol_Left img, .locTwoCol_Right img {
  max-width: 100%;
  width: auto;
}
/*******************

PCで3カラム、スマホで1カラム

*******************/
.locThreecol_area {
  margin-right: -15px;
  margin-top: 30px;
  line-height: 1.6em;
}
.locThreeCol {
  width: 175px;
  float: left;
  margin-right: 20px;
}
.locThreecol_area img {
  max-width: 100%;
  width: auto;
}
/*******************

ColArea

*******************/
.locColArea {
  display: table;
  width: calc(100% + 40px);
  margin-left: -20px;
  border-spacing: 20px 0;
}
.locColItem {
  display: table-cell;
  vertical-align: top;
}
.locFixed {
  table-layout: fixed;
}
.locColArea img {
  max-width: 100%;
}
/*******************

PCでセンター合わせ、スマホで左合わせ

*******************/
.locCenterAndLeft {
  text-align: center;
}
/*******************

PCで非表示

*******************/
.locHide_pc {
  display: none;
}
/*******************

Layout

*******************/
#locMain {
  width: 598px;
  float: left;
  margin-left: 20px;
  line-height: 1.6em;
  background: url(../img/bg_line_main_00.gif) no-repeat;
  padding-top: 20px;
}
#locNavi {
  float: left;
  width: 180px;
  line-height: 1.6em;
  background: url(../img/bg_line_main_00.gif) no-repeat;
  padding-top: 20px;
}
#locExtra {
  width: 140px;
  float: left;
  margin-left: 20px;
  background: url(../img/bg_line_main_00.gif) no-repeat;
  padding-top: 20px;
}
/*******************

ローカルナビ

*******************/
#locMenu_btn {
  display: none;
}
#locMenuTitle {
  display: block;
  background: url(../img/bg_localnav_head.gif) no-repeat;
  min-height: 23px;
  padding: 1px 0 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 23px;
}
#locMenuTitle a {
  color: #0c419a;
}
.locMenu_nolink {
  display: block;
  padding: 10px 15px 10px 20px;
  color: #fff;
  background: #5B7DD1;
}
.locMenuChild01 {
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  border-top: none;
  box-shadow: 0px 0px 3px 1px #dedede;
  -moz-box-shadow: 0px 0px 3px 1px #dedede;
  -webkit-box-shadow: 0px 0px 3px 1px #dedede;
}
.locMenuChild01 li a {
  display: block;
  padding: 10px 15px 10px 20px;
}
.locMenuChild02 {
  background: #fff;
}
.locMenuChild03,
.locMenuChild04{
  margin: 0 0 0 10px;
  border-left: 1px solid #ccc;
  background: #fff;
}
.locMenuChild02 li {
  border-top: 1px solid #ccc;
}
.locMenuOn {
  background: #e1ecfe;
}
.locMenuOn02 {
  background: #eee;
}
.locMenuChild02 li a {
  color: #0c419a;
  background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center;
}
.locMenuChild02 li a:hover {
  text-decoration: none;
  color: #0c419a;
  background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center #e1ecfe;
}
.locMenuThis {
  background: url(../img/ico_bullet_arrow01_r_white.gif) no-repeat left 10px top 16px #0A418E;
}
.locMenuThis:hover {
  background: url(../img/ico_bullet_arrow01_r_white.gif) no-repeat left 10px top 16px #235AB7;
}
span.locMenuThisTxt {
  color: #fff;
}
#locNavi .locMenuChild02 a.active {
  background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center #e1ecfe;
}
#locNavi .locMenuChild03 a.active {
  background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center #eee;
}
#locNavi .locMenuChild04 a.active {
  background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center #eee;
}


/*******************

右バナーエリア

*******************/
.loc_Extra_BnrList span {
  display: none;
}
.loc_Extra_BnrList li {
  margin-bottom: 10px;
}
.locExtra_box {
  border: 3px solid #0F2C7A;
  padding: 8px;
  border-radius: 6px;
  font-size: 13px;
}
.locExtra_box h2 {
  background: #0F2C7A;
  color: #fff;
  text-align: center;
  margin: -8px -8px 0 -8px;
  padding: 0 2px 2px 2px;
  font-size: 15px;
}
.locExtra_box ul li {
  background: url(../img/ico_bullet_squarearrow_r.gif) no-repeat left top 3px;
  padding-left: 22px;
  line-height: 1.4em;
  margin-top: 10px;
}
/*******************

製品情報

*******************/
.locProduct {
  border-bottom: 3px solid #ddd;
  padding: 20px 0;
}

.locProduct_noBorder {
  border: none;
}

.locProduct h3 {
  font-size: 1.1em;
  margin: 20px 0 3px;
}
.locProduct h3.loc_bgOrange {
  background: #FFEDD6;
  border-left: 5px solid #FF9400;
  padding: 10px;
  margin: 0 0 10px 0;
}
.locProduct h3.loc_bgGreen {
  background: #EEF4E0;
  border-left: 5px solid #A4BE6A;
  padding: 10px;
  margin: 0 0 10px 0;
}

.locProduct h3.loc_bgBlue {
  background: #B2DBFF;
  border-left: 5px solid #4093DC;
  padding: 10px;
  margin: 0 0 10px 0;
}

.locProduct h3 img {
  float: right;
  width: 130px;
  margin-top: -20px;
}
.locProduct .locProductImg {
  min-width: 22%;
  float: left;
  text-align: center;
}
.locProduct .locProductImg2 {
  float: left;
  margin-left: 15px;
}
.locProduct .locProductTxt {
  margin: 0 0 0 15px;
  float: left;
  width: 275px;
}
.locProduct .locProductTxt_Wide {
  margin: 0 0 0 10px;
  float: left;
  width: 70%;
}
.locProduct .locProductTxt_100 {
  float: left;
  width: 100%;
}
.locProduct table.locSpac {
  border-top: 1px solid #ccc;
  width: 100%;
}
.locProduct table.locSpac th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.locProduct table.locSpac th, .locProduct table.locSpac td {
  padding: 3px 5px;
  border-bottom: 1px solid #ccc;
}
.locTemp {
  border-bottom: 5px solid #102C7A;
}
.locTemp span {
  display: block;
  background: #102C7A;
  color: #fff;
  height: 30px;
  width: 150px;
  border-radius: 5px 5px 0 0;
  line-height: 35px;
  text-align: center;
}
.loc_LinkBtn {
  background: url("../img/ico_bullet_arrow01_r_white.gif") no-repeat left 10px center #FF9401;
  color: #fff !important;
  padding: 5px 10px 5px 20px;
  border-radius: 5px;
}
.loc_LinkBtn:hover {
  background: url("../img/ico_bullet_arrow01_r_white.gif") no-repeat left 10px center #FFA200;
  text-decoration: none;
}
.loc_LinkBtn_green {
  background: url("../img/ico_bullet_arrow01_r_white.gif") no-repeat left 10px center #A4BE6A;
  color: #fff !important;
  padding: 5px 10px 5px 20px;
  border-radius: 5px;
}
.loc_LinkBtn_green:hover {
  background: url("../img/ico_bullet_arrow01_r_white.gif") no-repeat left 10px center #BCD388;
  text-decoration: none;
}

.loc_LinkBtn_blue {
  background: url("../img/ico_bullet_arrow01_r_white.gif") no-repeat left 10px center #4093DC;
  color: #fff !important;
  padding: 5px 10px 5px 20px;
  border-radius: 5px;
}
.loc_LinkBtn_blue:hover {
  background: url("../img/ico_bullet_arrow01_r_white.gif") no-repeat left 10px center #0B70C8;
  text-decoration: none;
}

.locColProductImg {
  width: 150px;
}
.locColProductImg img {
  max-width: 100%;
}
.locColProductTxt .locColProductNumber {
  border: 2px solid #B2DBFF;
  padding: 5px 7px;
  font-weight: bold;
  color: #4093DC;
}
.locColProductTxt .locColProductNumberCold {
  border: 2px solid #A4D8E5;
  color: #0D7F9A;
}
.locColProductTxt .locColProductNumberHybrid {
  border: 2px solid #D2D8F0;
  color: #6153B3;
}
.locColProductTxt .locColProductName {
  background: #B2DBFF;
  padding: 5px 5px 5px 10px;
}
.locColProductTxt .locProductNameCold {
  background: #A4D8E5;
}
.locColProductTxt .locProductNameHybrid {
  background: #D2D8F0;
}
.locColProductTxt .locColProductName h4 {
  float: left;
  margin-top: 7px;
  font-size: 1.1em;
}
.locColProductTxt .locColProductName a {
  background: #4093DC;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  float: right;
  border-radius: 8px;
}
.locColProductTxt .locProductNameCold a {
  background: #1597B5;
}
.locColProductTxt .locProductNameHybrid a {
  background: #7366C1;
}
.locColProductTxt .locColProductName a:hover {
  background: #0B70C8;
  text-decoration: none;
}
.locColProductTxt .locProductNameCold a:hover {
  background: #0D7F9A;
}
.locColProductTxt .locProductNameHybrid a:hover {
  background: #6153B3;
}
.locColProductTxt table.locSpac {
  border-top: 1px solid #ccc;
  width: 100%;
}
.locColProductTxt table.locSpac th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.locColProductTxt table.locSpac th, .locColProductTxt table.locSpac td {
  padding: 3px 5px;
  border-bottom: 1px solid #ccc;
}
/*紙容器飲料（パック飲料）自動販売機*/
.locColPaper-Type {
  border: 2px solid #BCC7F0;
  padding: 5px 7px;
  font-weight: bold;
  color: #6A83DF;
  display: block;
  text-align: center;
  font-size: 12pt;
}
.locColPaper .locColProductTxt .locColProductName {
  background: #BCC7F0;
}
.locColPaper .locColProductTxt .locColProductName a {
  background: #6A83DF;
}
.locColPaper .locColProductTxt .locColProductName a:hover {
  background: #405ECA;
}
.text-narrow {
    -webkit-transform: scale(0.8, 1);
}

/*******************

POSシステム

*******************/
.locPos {
  background: url(../../../image/title_g.jpg) no-repeat;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
/*******************

設置例ポップアップ

*******************/
.locSample {
  width: 100%;
  margin: 0 auto;
}
.locSample div {
  float: left;
  margin: 10px;
  text-align: center;
  width: 300px;
}
.locSample h1 {
  font-size: 20px;
  margin: 10px;
}

/*******************

アンカーリンク

*******************/
ul.locAnchorLink {
  display: table;
  width: calc(100% + 20px);
  margin-left: -10px;
  border-spacing: 10px 0;
}
ul.locAnchorLink li {
  display: table-cell;
}
ul.locAnchorLink li a {
  display: block;
  background: url("../img/link_dwn.png") no-repeat right 10px center #0D419A;
  padding: 10px 15px 10px 10px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
}
ul.locAnchorLink li a:hover {
  background: url("../img/link_dwn.png") no-repeat right 10px center #235AB7;
  text-decoration: none;
}
ul.locAnchorLink li.locBluePurple a {
  background: url("../img/link_dwn.png") no-repeat right 10px center #6153B3;
}
ul.locAnchorLink li.locBluePurple a:hover {
  background: url("../img/link_dwn.png") no-repeat right 10px center #7367C1;
}
ul.locAnchorLink li.locBlueGreen a {
  background: url("../img/link_dwn.png") no-repeat right 10px center #0D7F9A;
}
ul.locAnchorLink li.locBlueGreen a:hover {
  background: url("../img/link_dwn.png") no-repeat right 10px center #1697B5;
}
/* ==========================================
	mediaQuery
========================================== */
@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    width: auto;
  }
  .locTableLayout {
    display: block;
  }
  .locTableLayout_cell {
    display: block;
    margin-top: 20px;
  }
  /*******************

H2バナー

*******************/
  h2.locH2Banner {
    width: 176px;
  }
  h2.locH2Banner a {
    padding: 5px;
  }
  /*******************

PCで2カラム、スマホで1カラム

*******************/
  .locTwoCol_Left {
    width: 100%;
    float: none;
  }
  .locTwoCol_Right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  /*******************

PCで3カラム、スマホで1カラム

*******************/
  .locThreecol_area {
    margin-right: 0;
    margin-top: 0;
  }
  .locThreeCol {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*******************

ColArea

*******************/
  .locColArea {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .locColItem {
    display: block;
    margin: 0 0 20px 0;
  }
  .locBorder {
    border-bottom: 3px solid #ddd;
    padding-bottom: 20px;
  }
  /*******************

PCでセンター合わせ、スマホで左合わせ

*******************/
  .locCenterAndLeft {
    text-align: left;
  }
  /*******************

スマホでのみ非表示

*******************/
  .locHide_sp {
    display: none;
  }
  .locHide_pc {
    display: block;
    margin: auto;
  }
  /*******************

Layout

*******************/
  #locMain {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
  #locNavi {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  #locExtra {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  /*******************

ローカルナビ

*******************/
  #locMenu_btn {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: url(../img/sp_navi_open.png) no-repeat right 20px center #0D419A;
    background-size: contain;
    border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    text-decoration: none;
  }
  #locMenu_btn.locMenuActive {
    background: url(../img/sp_navi_close.png) no-repeat right 20px center #0D419A;
    background-size: contain;
    border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    text-decoration: none;
  }
  .locMenuChild01 {
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px;
  }
  #locMenuTitle {
    background: none;
    min-height: auto;
    background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px;
  }
  #locMenuTitle a {
    display: block;
    padding: 10px 15px 10px 20px;
  }
  #locMenuTitle a:hover {
    text-decoration: none;
    color: #0c419a;
    background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center #e1ecfe;
  }
  /*******************

右バナーエリア

*******************/
  .loc_Extra_BnrList {
    background: #E1ECFE;
    margin-bottom: 10px;
  }
  .loc_Extra_BnrList li {
    border-bottom: 2px solid #fff;
    background: url(../img/ico_bullet_arrow01_r.gif) no-repeat left 10px center;
    padding: 7px 10px 7px 20px;
    margin-bottom: 0;
  }
  .loc_Extra_BnrList img {
    display: none;
  }
  .loc_Extra_BnrList span {
    display: block;
  }
  /*******************

製品情報

*******************/
  .locProduct h3 {
    margin: 10px 0;
  }
  .locProduct .locProductImg {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
  .locProduct .locProductImg2 {
    float: none;
    margin: 0;
    text-align: center;
  }
  .locProduct .locProductTxt, .locProduct .locProductTxt_Wide {
    margin: 0;
    float: none;
    width: 100%;
  }
  .locProduct table.locSpac {
    border-top: 1px solid #ccc;
  }
  .locProduct table.locSpac td {
    padding: 3px 5px;
    border-bottom: 1px solid #ccc;
  }
  .locColProductImg {
    width: auto;
    text-align: center;
  }
  .locColProductTxt .locColProductName {
    padding: 10px;
  }
  .locColProductTxt .locColProductName h4 {
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
  .locColProductTxt .locColProductName a {
    margin: 10px 0 0 0;
    float: none;
  }
  /*******************

設置例ポップアップ

*******************/
  .locSample div {
    float: none;
    margin: 10px auto;
  }
  .locSample h2 {
    display: none;
  }
  /*******************

アンカーリンク

*******************/
  ul.locAnchorLink {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  ul.locAnchorLink li {
    display: block;
    margin: 10px 0;
  }
  ul.locAnchorLink li a {
    display: block;
    background: url("../img/link_dwn.png") no-repeat right 10px center #0D419A;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 11pt;
  }
  ul.locAnchorLink li a:hover {
    background: url("../img/link_dwn.png") no-repeat right 10px center #235AB7;
    text-decoration: none;
  }
}
.mvBox {
  text-align: center;
}
.locCol-Type {
  border: 2px solid #A4BE6A;
  padding: 5px 7px;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 12pt;
}
.locFeature_title_bgW {
  border-left: 5px solid #A4BE6A;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.locFeature_title {
  border-left: 5px solid #4093DC;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.colBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.colTxt {
  width: 180px;
  padding: 16px 10px;
  background-color: #EEF4E0;
  border-radius: 16px;
  text-align: center;
}
.colTxt2 {
  width: 180px;
  padding: 16px 10px;
  background-color: #EEF4E0;
  border-radius: 16px;
  text-align: left;
}
.colTxt figure {
  text-align: center;
  margin-top: 10px;
}
span.bold {
  font-weight: bold;
}
p.dash {
  margin-top: 10px;
  line-height: 1.8;
}
.dash span {
  position: relative;
}
.dash span::before {
  width: 50px;
  height: 2px;
  background: #A4BE6A;
  content: ' ';
  position: absolute;
  bottom: 30px;
  left: -70px;
}
.dash span::after {
  width: 50px;
  height: 2px;
  background: #A4BE6A;
  content: ' ';
  position: absolute;
  bottom: 30px;
  right: -200px;
}
.dash_blue span {
  position: relative;
}
.dash_blue span::before {
  width: 50px;
  height: 2px;
  background: #4093dc;
  content: ' ';
  position: absolute;
  bottom: 30px;
  left: -80px;
}
.dash_blue span::after {
  width: 50px;
  height: 2px;
  background: #4093dc;
  content: ' ';
  position: absolute;
  bottom: 30px;
  right: -150px;
}
@media only screen and (max-width: 640px) {
  .colBox {
    display: block;
  }
  .colTxt {
    width: 80%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .dash span::before {
    display: none;
  }
  .dash span::after {
    display: none;
  }
  .dash_blue span::before {
    display: none;
  }
  .dash_blue span::after {
    display: none;
  }
}
/*******************

設置事例

*******************/

.loc_case_contents {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  margin: 10px auto;
  width: 270px;
  position: relative;
}
.loc_hidden{
	visibility: hidden;
}
h3.loc_case_title:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../../case_study/image/ico_lamp.png") -3px;
  background-size: contain;
  vertical-align: middle;
}
.loc_case_header {
  display: flex;
  flex-wrap: wrap;
}
.loc_case_title {
  padding: 10px 10px 0 16px;
  font-size: 1.4rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
}
.loc_case_thumbnail {
  margin: 0;
  order: 0;
  overflow: hidden;
}
.loc_case_thumbnail img {
  width: 100%;
  transition: 1s all;
}
.loc_case_thumbnail img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.loc_case_txt {
  padding: 10px 18px 70px;
}
.loc_caseContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px auto 0;
}
.loc_caseContentWrap a {
  text-decoration: none;
  color: #000000;
}
.loc_productName_gleen {
  background-color: #c0e371;
  border-radius: 6px;
  padding: 0 8px;
}
.loc_productName_blue {
  background-color: #64cbff;
  border-radius: 6px;
  padding: 0 8px;
}
.loc_product_title {
  margin: 0 0 5px;
  color: #494949;
}
.loc_case_position {
  position: absolute;
  bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .loc_caseContentWrap {
    display: block;
    width: auto;
    padding: 0px;
  }
  .loc_case_contents {
    margin-bottom: 15px;
    width: 80%;
  }
	.loc_hidden{
		display: none;
	}
}
/*******************

導入事例詳細

*******************/

.loc_productName_glay {
  display: inline-block;
  margin-left: 10px;
  background-color: #f3f3f2;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 1.2rem;
  font-weight: normal;
}
.loc_detailContentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.loc_detailContentWrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.loc_detailContentWrap div {
	width: 49%;
}
.loc_detailContentWrap02 div {
	width: auto;
}
.loc_detailLeftBox {
  width: 275px;
  margin: 0 25px 0 10px;
}
.loc_detailRightBox {
  margin-right: 25px;
  width: 260px;
}
.loc_detailContentWrapImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loc_detailContentWrapImg02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loc_detailContentWrapImg a + a {
  margin-left: 10px;
}
.loc_detailContentWrapImg div + div {
  margin-left: 20px;
}
.loc_detailContentWrapImg02 div + div {
  margin-left: 10px;
}
a.loc_zoom {
  position: relative;
  display: block;
}
a.loc_zoom::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 2em;
  height: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../../../case_study/image/ico_zoom.png");
  background-size: 1.25em 1.25em;
  background-position: center center;
  background-repeat: no-repeat;
}
.loc_detaiBelowBox {
  background-color: #f3f3f2;
  padding: 15px;
  border-radius: 6px;
  margin-top: 20px;
}
h3.loc_detail {
  background-color: #c0e371;
  padding: 6px 11px 6px;
  font-size: 1.25em;
}
h3.loc_detail_blue {
  background-color: #64cbff;
  padding: 6px 11px 6px;
  font-size: 1.25em;
}
h4.loc_detail {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
}
h4 + p {
  margin: 5px 0 15px;
}
h4.loc_comment span {
  border-bottom: 1px solid #000000;
}
.loc_prBox {
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin-top: 10px;
}
.loc_prBox .loc_detailContentWrap {
	justify-content: start;
}
.loc_prBox img {
  margin-right: 20px;
}
.loc_shop {
	margin: 49%
}
@media only screen and (max-width: 640px) {
  .loc_detailContentWrap {
    display: block;
    width: auto;
    padding: 0px;
  }
.loc_detailContentWrap div {
	width: 100%;
	box-sizing: border-box;
}
  .loc_detailContentWrap02 {
    display: block;
    width: auto;
    padding: 0px;
  }
.loc_detailContentWrap02 div {
	width: 100%;
	box-sizing: border-box;
}
  .loc_detailLeftBox {
    margin: 0;
    width: 100%;
  }
  .loc_detailRightBox {
    padding: 5px 10px 10px;
    margin: 10px 0 0 0;
    width: auto;
  }
  .loc_detailContentWrapImg div + div {
    margin-left: 0px;
    margin: 10px 0;
  }
  .loc_detaiBelowBox {
    padding: 5px 10px 10px;
    margin-top: 0;
  }
  .loc_detaiBelowBox div + div {
    margin-left: 0;
  }
  .loc_prBox .loc_detailContentWrap img {
    width: 120px;
    margin-bottom: 5px;
  }
  .loc_prBox .loc_detailContentWrap img.saza {
    width: 70px;
  }
  .loc_productName_glay {
    font-size: 1.1rem;
    margin-left: 0px;
  }
  h4.loc_comment {
    margin-top: 10px;
  }
}