@charset "UTF-8";
/* CSS Document */

/*========================================================
  Reset
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  /*vertical-align:baseline;*/
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
/*========================================================
  Common
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Sans-Serif;
  color: #2a2a2a;
}
a:link {
  color: #31a300;
}
a:visited {
  color: #31a300;
}
a:hover {
  color: #88d866;
  text-decoration: underline;
}
/*========================================================
  Layout
*/
.wrap {
  min-width: 960px;
  margin: 0 auto;
  position: relative;
}
/*-----------------------------------------------------------------
  Header
*/
.hd_top_area {
  position: relative;
  border-top: #58b530 6px solid;
  background-color: #e9e9e9;
  height: 50px;
  overflow: hidden;
}
.hd_top_area .ttl-header {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 50px;
  margin-left: 20px;
}
.hd_parts_area {
  position: absolute;
  top: 16px;
  right: 20px;
}
.hd_txt_box {
  width: 520px;
  float: right;
  display: inline-block;
}
.hd_txt_box span {
  display: inline-block;
  padding-right: 10px;
}
.hd_txt_box input[type="text"] {
  width: 400px;
  height: 28px;
  border: none;
  line-height: 28px;
  padding: 0 6px;
}
.hd_btn {
  float: right;
  display: inline-block;
  width: 80px;
  height: 28px;
  margin-left: 10px;
}
.hd_btn a:hover img {
  opacity: 0.8;
}
/*========================================================
  Main
*/
.container {
  margin: 40px auto 0;
}
.main {
  width: 90%;
  margin: 0 auto;
}
/*-----------------------------------------------------------------
 右側の可変幅エリア
*/
.liquid_area {
  float: right;
  display: inline-block;
  width: 100%;
}
.liquidArea_inner {
  margin-left: 380px;
}
/*-----------------------------------------------------------------
 左側の固定幅エリア
*/
.fix_aria {
  float: left;
  display: inline-block;
  width: 340px;
  margin-right: -340px;
}
.photo_area {
  position: relative;
  border: #ddd 1px solid;
  padding: 8px;
}
.photo_wrap {
  display: table;
  table-layout: fixed;
  width: 300px;
  margin: 0 auto;
}
.photo_box {
  display: table-cell;
  text-align: center;
  width: 300px;
  height: 300px;
  vertical-align: middle;
}
.photo_box img {
  max-width: 290px;
  max-height: 290px;
  vertical-align: middle;
}
/*  写真キャプション  */
.photo_caption {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 6px;
  border-bottom: #ddd 1px solid;
  padding-bottom: 8px;
}
.photo_comment {
  margin-top: 10px;
  padding-right: 36px;
  line-height: 1.4;
  text-align: left;
  height:60px;
}
/* 拡大アイコン */
.icon-zoom {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: url(https://www.esco-net.com/wcs/escort/WebInfo/items/static/images/icon_enlarge.png) no-repeat 0 0;
  display: inline-block;
  width: 37px;
  height: 37px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}
/*  写真ナビ  */
.photo_nav {
}
.photo_nav .nav-prev span, .photo_nav .nav-next span {
  position: absolute;
  top: 178px;
  background-image: url(https://www.esco-net.com/wcs/escort/WebInfo/items/static/images/sprite_det.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.photo_nav .nav-prev span {
  background-position: 0 -138px;
  left: -15px;
}
.photo_nav .nav-prev span:hover {
  background-position: 0 -172px;
}
.photo_nav .nav-next span {
  background-position: -36px -138px;
  right: -15px;
}
.photo_nav .nav-next span:hover {
  background-position: -36px -172px;
}
/*  サムネール  */
.thumbnail_area {
  margin: 20px 0;
}
.thumbnail_area ul {
  overflow: hidden;
  margin-right: -8px;
  margin-bottom: 20px;
}
.thumbnail_area li {
  float: left;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 12px 8px 0;
}
.thumbnail_area li:hover {
  cursor: pointer;
}
.thumbnail_area li .thumb_inner_box {
  position: relative;
  display: table-cell;
  border: #ddd 1px solid;
  vertical-align: middle;
  text-align: center;
  width: 72px;
  height: 72px;
}
.thumbnail_area li img {
  max-width: 70px;
  max-height: 70px;
  vertical-align: middle;
}
/*  社内用サムネールタイトル  */
.internal_ttl_wrap {
  position: relative;
  background-color: #d70050;
  padding: 2px 4px 0;
  color: #fff;
  border-radius: 4px;
  margin: 30px 0 10px 0;
}
.internal_ttl_wrap .icon-zoom {
  right: 8px;
  top: -16px;
}
.icon-zoom:hover {
  opacity: 0.8;
}
.thumbnail_area li .thumb_inner_box.internal {
  border: #d70050 2px solid;
}
/*  サムネール選択時  */
.thumbnail_area li .thumb_inner_box.active,
.thumbnail_area li .thumb_inner_box.internal.active{
  border: #58b530 2px solid;
}
/*  資料  */
.material_area {
  margin-bottom: 20px;
}
/*  メーカー  */
.maker_area {
  margin-bottom: 20px;
  border: #ddd 1px solid;
}
.maker_info ul {
  margin: 10px;
}
.maker_info li {
  border-bottom: #ddd 1px dotted;
  padding: 8px;
}
.maker_info li:last-child {
  border-bottom: none;
}
/*========================================================
  Modal 拡大表示内容
*/
.modal-open {
  cursor: pointer;
}
.modal-content {
  position: fixed;
  display: none;
  width: 850px;
  margin: 0;
  padding: 20px;
  background: #fff;
  z-index: 9999;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: #ccc;
  filter: alpha(opacity=90); /* IE 6,7*/
  -ms-filter: "alpha(opacity=90)"; /* IE 8,9 */
  -moz-opacity: 0.9; /* FF , Netscape */
  -khtml-opacity: 0.9; /* Safari 1.x */
  opacity: 0.9;
  zoom: 1; /*IE*/
  z-index: 8888;
}
/*  IE9にfilterがかからないように  */
.modal-overlay:not(:target) {
  filter: none\9;
  -ms-filter: none\9;
}
/*  モーダル内の写真  */
.mo-photo_wrap {
  display: table;
  table-layout: fixed;
  width: 500px;
}
.mo-photo_box {
  display: table-cell;
  width: 500px;
  height: 500px;
  vertical-align: middle;
  text-align: center;
}
.mo-photo_box img {
  max-width: 500px;
  max-height: 500px;
  margin: 0 auto;
}
.mo-photo_caption {
  margin-bottom: 10px;
  font-size: 2.0rem;
  line-height: 1.4;
  padding-right: 90px;
}
.mo-photo_comment {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 45px;
  text-align: left;
}
/*  タイトル（社内のみ）  */
.mo-photo_caption .caption-internal, .photo_caption .caption-internal {
  color: #ff3f3f;
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}
/*  写真ナビ  */
.mo-photo_nav {
}
.mo-photo_nav .nav-prev span, .mo-photo_nav .nav-next span {
  position: absolute;
  top: 50%;
  background-image: url(https://www.esco-net.com/wcs/escort/items/images/sprite_det.png);
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
}
.mo-photo_nav .nav-prev span {
  background-position: 0 -138px;
  left: 30px;
}
.mo-photo_nav .nav-prev span:hover {
  background-position: 0 -172px;
}
.mo-photo_nav .nav-next span {
  background-position: -36px -138px;
  right: 130px;
}
.mo-photo_nav .nav-next span:hover {
  background-position: -36px -172px;
}
/*  モーダル内のサムネール  */
.mo-thumbnail_area {
  position: absolute;
  top: 80px;
  right: 10px;
}
.mo-thumbnail-scroll_wrap {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mo-thumbnail_area ul {
  padding-right: 16px;
}
.mo-thumbnail_area li {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 0 8px 0;
}
.mo-thumbnail_area li:hover {
  cursor: pointer;
}
.mo-thumbnail_area li .mo-thumb_inner_box {
  position: relative;
  display: table-cell;
  border: #ddd 1px solid;
  vertical-align: middle;
  text-align: center;
  width: 72px;
  height: 72px;
}
.mo-thumbnail_area li .mo-thumb_inner_box.internal {
  border: #d70050 2px solid;
}
.mo-thumbnail_area li .mo-thumb_inner_box.active {
  border: #58b530 2px solid;
}
.mo-thumbnail_area li img {
  max-width: 70px;
  max-height: 70px;
  vertical-align: middle;
}
/*  Close ボタン位置  */
.mo-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
/*========================================================
  動画
*/
.video_wrap {
  margin-bottom: 20px;
}
.video_wrap .video {
  width: 150px;
  margin: 0 12px 15px 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.video_wrap img:hover {
  opacity: 0.8;
}
.video_wrap .video img {
  width: 100%;
  height: auto;
}
.video_wrap .video span {
  display: block;
  margin-top: 2px;
}
/*  モーダル表示結果  */
.video_view01 {
  display: none;
  width:640px;
  height:360px;
  background:#000; 
}
.video_view01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*  モーダルを閉じる  */
.view_close_01 {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}

/*========================================================
  カタログページ
*/
.catalog_veiw {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.catalog_veiw li {
  width: 50%;
  display: inline-block;
}
.catalog_veiw .catalog-left {
  float: left;
}
.catalog_veiw .catalog-right {
  float: right;
}
.catalog_veiw li img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
/*========================================================
  ご注意
*/
.caution_box {
  width: 90%;
  background-color: #f2f2f2;
  border: #ddd 1px solid;
  padding: 15px 0 10px;
  margin: 0 auto 20px;
}
.caution_outer {
  width: 100%;
  overflow: hidden;
  margin-right: -30px;
}
.caution_inner {
  float: left;
  width: 45%;
  margin: 0 2.5% 1.6%;
  display: inline-block;
  line-height: 1.5;
  overflow: hidden;
}
.caution_inner span {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
.cautionImg_fl_r {
  float: right;
  padding-left: 10px;
}
/*========================================================
  代替品
*/
/*  写真  */
td.pic_substitute {
  vertical-align: top;
  width: 180px
}
.pic_substitute img {
  max-width: 160px;
  max-height: 160px;
}
.substituteInfo_list {
  float: left;
}
.substituteInfo_list li {
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 5px;
}
.itemNme {
  float: left;
  width: 6em;
  display: inline-block;
  font-weight: bold;
}
.substituteInfo_txt {
  overflow: hidden;
}
/*========================================================
  Title
*/
.ttl-01 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #31a300;
  margin-bottom: 10px;
}
.ttl-01 .text-partNum {
  font-size: 2.2rem;
  font-weight: normal;
  color: #2a2a2a;
  display: inline-block;
  padding-right: 10px;
}
.ttl-02 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.ttl-02 .prdName {
  display: inline-block;
  padding-right: 10px;
}
.ttl-03 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
/*  ご注意  */
.ttl-coution {
  background: url(https://www.esco-net.com/wcs/escort/WebInfo/items/static/images/icon_alert.png) no-repeat 0 0;
  padding: 0 0 0 20px;
  min-height: 20px;
  margin: 0 0 20px 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ef3535;
}
/*  代替品  */
.ttl-substitute {
  background: url(https://www.esco-net.com/wcs/escort/WebInfo/items/static/images/icon_caution.png) no-repeat 0 0;
  padding: 0 0 0 24px;
  min-height: 20px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ef3535;
}
/*  商品説明  */
.product_description {
  line-height: 1.6;
  margin-bottom: 15px;
}
/*========================================================
  廃番等のアイコンエリア
*/
.productNote_area {
  margin-bottom: 10px;
}
/*  注意事項ボックス  */
.noteBox-01, .noteBox-02, .noteBox-03, .noteBox-04, .noteBox-05, .noteBox-06 {
  padding: 6px 10px;
  line-height: 1.4;
  margin-bottom: 4px;
}
/*  注意事項ボックス 赤枠  */
.noteBox-01 {
  background-color: #fff4f4;
  border: #f8bbbb 1px solid;
  color: #ff3f3f;
}
/*  注意事項ボックス 青枠  */
.noteBox-02 {
  background-color: #63c2e6;
  color: #fff;
}
/*  注意事項ボックス 緑枠  */
.noteBox-03 {
  background-color: #f2ffdf;
  border: #b2df70 1px solid;
  color: #67ad00;
}
/*  注意事項ボックス フリー枠 オレンジ */
.noteBox-04 {
  background-color: #fff4e6;
  border: #ffd39b 1px solid;
  color: #e98400;
}
/*  注意事項ボックス フリー枠 黄色 */
.noteBox-05 {
  background-color: #fffbe2;
  border: #f0db66 1px solid;
  color: #d0b000;
}
/*  注意事項ボックス フリー枠 水色 */
.noteBox-06 {
  background-color: #e7f9ff;
  border: #9fdff5 1px solid;
  color: #11b6ed;
}
/*  注意事項ボックスのタイトルと本文  */
.noteBox-01 .heading_noteBox-01, .noteBox-03 .heading_noteBox-01 {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 10px;
}
.noteBox-01 p, .noteBox-03 p {
  overflow: hidden;
}
/*========================================================
  Table
*/
.tbl-spec-01, .tbl-spec-02, .tbl-spec-03, .tbl-price {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
.tbl-spec-01 th, .tbl-spec-01 td, .tbl-spec-02 th, .tbl-spec-02 td, .tbl-spec-03 th, .tbl-spec-03 td, .tbl-price th, .tbl-price td {
  padding: 8px 10px;
  border: #d3d3d3 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.tbl-spec-01 th, .tbl-spec-02 th, .tbl-spec-03 th, .tbl-price th {
  background-color: #f2f2f2;
}
/* tbl-spac-01 */
.tbl-spec-01 {
  table-layout: fixed;
}
.tbl-spec-01 th {
  width: 20%;
  min-width: 130px;
}
/* tbl-spac-03 */
.tbl-spec-03 th {
  width: 30%;
  min-width: 140px;
}
/*  Table内のサブ項目  */
.tbl-subItem {
  background-color: #f7f7f7;
  width: 12%;
}
.tbl-subCont {
  width: 28%;
}
/*  価格表  */
.tbl-price td {
  min-width: 100px;
}
/*  最新在庫  */
.latestStock .text-update {
  float: left;
  display: inline-block;
  margin-right: 10px;
  color: #ef3535;
  font-size: 1.4rem;
}
.latestStock .text-updateNum {
  color: #ef3535;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}
.latestStock .updateTime {
  float: left;
  display: inline-block;
  margin: 3px 10px 0 0;
}
/*  更新アイコン  */
.latestStock .updateBtn {
  float: left;
  position: relative;
  display: inline-block;
}
.latestStock .updateBtn a {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  transform: rotateZ(0deg);
  transition: transform .4s;
}
.latestStock .updateBtn a:hover {
  transform: rotateZ(360deg);
}
/* 在庫のモーダル表示 */
.latestStock_view01 {
  display: none;
}
.latestStock_wrap {
  background-color: #fff;
  display: inline-block;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
}
.latestStock_inner {
  border: #ddd 1px solid;
  width: 320px;
}
.latestStock_inner dt, .latestStock_inner dd {
  padding: 10px;
}
.latestStock_inner dt {
  border-bottom: #ddd 1px solid;
  background-color: #f5f5f5;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}
.latestStock_inner dd {
  min-height: 3em;
  line-height: 1.6;
  vertical-align: middle;
}
.latestStock_wrap .text-updateNum {
  color: #ef3535;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
}

.latestStock_note {
  font-size: 1.2rem;
  margin-top: 20px;
}
/* カタログページ */
.text-linkPage a {
  display: inline-block;
  margin-right: 15px;
}
/* 社内の項目 */
.internalItem th {
  background-color: #eaf6e5;
  overflow: hidden
}
.internalItem td {
  background-color: #fdffec;
}
.internalItem_txt {
  margin-left: 28px;
}
.icon-internal {
  float: left;
  background-color: #d70050;
  display: inline-block;
  font-size: 1.0rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 2px 4px;
  margin: 0 3px 0 -5px;
  border-radius: 4px;
}
.text-price {
  font-size: 1.8rem;
  color: #f73a00;
  font-weight: bold;
}
.text-yen {
  color: #f73a00;
  font-weight: bold;
}
.relate-subItem {
  background-color: #f7f7f7;
  width: 20%;
  white-space: nowrap;
}
.relate-subItem a {
  text-decoration: none;
  color: #2a2a2a;
}
/*  Tooltip  */
#powerTip {
  position: absolute;
  display: none;
  font-size: 1.1rem;
}
/*  商品アイコン  */
.product_icon_wrap {
  overflow: hidden;
}
.product_icon_wrap li {
  float: left;
  width: 28px;
  margin: 0 8px 8px 0;
}
.product_icon_wrap li a {
  display: block;
  width: 28px;
  height: 28px;
}
/*  アイコン表示欄　スプライトから画像配置に変更 
.pd_iconSet {
  background-image: url(https://www.esco-net.com/wcs/escort/items/images/sprite_pd_icon.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pd_iconSet.icon-01 {
  background-position: 0 0;
}
.pd_iconSet.icon-02 {
  background-position: -32px 0;
}
.pd_iconSet.icon-03 {
  background-position: 0 0;
} */

/*  ファイルアイコン表示  */
.file_icon_wrap {
  overflow: hidden;
}
.file_icon_wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}
.file_icon_wrap li {
  display: inline-block;
  margin: 4px;
}
.file_icon_wrap li:hover {
  opacity: 0.8;
}

/*========================================================
  Icon
*/
/*  Font Awesome  */
.fa-style {
  margin-left: 5px;
  color: #a3a3a3;
  font-size: 1.2em
}
/*  Question  */
.icon-question {
  position: relative;
  background: url(https://www.esco-net.com/wcs/escort/items/images/icon_question.png) no-repeat 0 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 3px;
}
.icon-question a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/*  ご注意  !●*/
.icon-caution {
  position: relative;
  background: url(https://www.esco-net.com/wcs/escort/items/images/sprite_det.png) no-repeat -144px 0;
  display: inline-block;
  width: 18px;
  height: 20px;
  top: 3px;
  margin-left: 5px;
}
/*  File Icon　スプライトから画像配置に変更 
.icon-pdf-01, .icon-xls-01, .icon-img-01, .icon-doc-01, .icon-file-01 {
  background-image: url(/punchout/images/sprite_file_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon-pdf-01 {
  background-position: 0 0;
}
.icon-xls-01 {
  background-position: -46px 0;
}
.icon-img-01 {
  background-position: -92px 0;
}
.icon-doc-01 {
  background-position: -138px 0;
}
.icon-file-01 {
  background-position: -184px 0;
}
 */
/*========================================================
  Page top
*/
.btn_pagetop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 100px;
}
.btn_pagetop.lock {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.btn_pagetop span {
  margin: 0 auto;
  text-align: right;
  width: 68px;
  display: block;
}
.btn_pagetop span a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/*========================================================
  Button
*/
/*  window close  */
.btn-close {
  position: relative;
  width: 240px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 40px;
  margin: 20px auto 40px;
}
/*  modal window close 閉じるボタンの場合
.mo-btn-close {
  position: relative;
  width: 120px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 30px;
  margin: 20px auto 0;
}
*/
.btn-close a {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #58b530;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.btn-close a:hover {
  background-color: #88d866;
}
/*  close mark  */
.icon-close-medium, .icon-close-large {
  background-image: url(https://www.esco-net.com/wcs/escort/items/images/sprite_head_serch.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-close-medium {
  background-position: -331px -34px;
  width: 22px;
  height: 22px;
}
.icon-close-medium:hover {
  background-position: -331px -60px;
}
.icon-close-large {
  background-position: -293px -34px;
  width: 34px;
  height: 34px;
}
.icon-close-large:hover {
  background-position: -293px -67px;
}
/*========================================================
  404ページ
*/
.notFound_outer {
  width: 710px;
  margin: 70px auto;
  text-align: center;
}
.nF_text-heading {
  font-size: 3.0rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.nF_text-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.nF_text-lead span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.box_follow {
  background-color: #e6e6e6;
  display: table;
  width: 400px;
  border-spacing: 10px;
  margin: 0 auto;
}
.box_follow_in {
  display: table-cell;
  background-color: #fff;
  padding: 20px;
}
.nF_inquiry dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.nF_inquiry dd {
  margin-bottom: 4px;
}
.nF_text-telNum {
  font-size: 1.4rem;
}
.nF_text-telNum span {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
a.nF_btn-inquiry {
  background-color: #a4a4a4;
  display: block;
  width: 200px;
  height: 36px;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin: 15px auto 0;
  text-decoration: none;
}
a:hover.nF_btn-inquiry {
  background-color: #bbb;
}
/*========================================================
  Print
*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 190mm;
    }
  .print {
    overflow: hidden;
    zoom:1;
  }
  .print:after {
    content: "";
    display: block;
    clear: both;
  }
  .hd_top_area {
    background-color: #fff !important;
    border-bottom: #aaa 1px solid;
  }
  .main,
  .catalog_veiw,
  .caution_box { width: 95%;}
  
  .hd_txt_box input[type="text"] {
    border: #ccc 1px solid;
  }
  .icon-internal {
    background-color: #fff !important;
    border: #ccc 1px solid;
    color: #666;
  }
  .hd_btn,
  .photo_nav .nav-prev span,
  .photo_nav .nav-next span,
  .icon-zoom,
  .btn-close,
  .btn_pagetop img,
  .updateBtn img,
  .icon-question { display: none;}
  .fa, .far, .fas ,.fa-style { font-size: 0; display: none;}
  .catalog_veiw { display: table;}
  .catalog_veiw .catalog-right,
  .catalog_veiw .catalog-left {
    float: none;
    display: table-cell;
  }
  .ttl-substitute {
    background: none;
    padding: 0;
  }
  .ttl-coution {
    background: none;
    padding: 0;
  }
  .caution_outer {
    margin: 0;
  }
  .caution_inner {
    float: none;
    width: 92%;
    margin: 0 20px 5px;
  }
}
@page {
  size: A4;
  margin: 12mm 7mm;
}