@charset "UTF-8";

html {
  overflow-y: scroll;
  min-height: 100vh;
  height: -webkit-fill-available;
}

body {
  word-break: break-all;
  min-height: 100vh;
  height: -webkit-fill-available;
  line-height: 1.5;
  font-size: 14px;
  color: #222;
  padding-top: 120px;
  position: relative;
  background: #fff;
  background-image: none !important;
}

img {
  max-width: 100%;
}

@media screen and (max-width:1200px) {
  body {
    padding-top: 50px;
  }

  body.sp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }
}

a:link {
  color: #1f6caa;
  text-decoration: underline;
}

a:visited {
  color: #1f6caa;
  text-decoration: underline;
}

a:hover {
  color: #ff7c05;
  text-decoration: none;
}

a:active {
  color: #ff7c05;
  text-decoration: underline;
}

a:link.thum {
  color: #1f6caa;
  text-decoration: none;
}

a:visited.thum {
  color: #1f6caa;
  text-decoration: none;
}

a:hover.thum {
  color: #ff7c05;
  text-decoration: none;
}

a:active.thum {
  color: #ff7c05;
  text-decoration: none;
}



a:link.footersitemap {
  color: #1f6caa;
  text-decoration: none;
}

a:visited.footersitemap {
  color: #1f6caa;
  text-decoration: none;
}

a:hover.footersitemap {
  color: #ff7c05;
  text-decoration: underline;
}

a:active.footersitemap {
  color: #ff7c05;
  text-decoration: underline;
}


a:link.footermenu {
  color: #555;
  text-decoration: none;
}

a:visited.footermenu {
  color: #555;
  text-decoration: none;
}

a:hover.footermenu {
  color: #ff7c05;
  text-decoration: underline;
}

a:active.footermenu {
  color: #ff7c05;
  text-decoration: underline;
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.txtB {
  font-weight: bold;
}

/*
 * ページング
 */
.pageBox {
  background: #ebebeb;
  width: 740px;
  margin: 10px 0 0 0;
}

.pageBoxBot {
  background: #ebebeb;
  width: 740px;
  margin: 30px 0 0 0;
}

.pageBoxInner {
  padding: 5px 15px
}

.pageBoxL {
  float: left;
  font-size: 12px;
}

.pageBoxR {
  float: right;
  font-size: 12px;
}


/*=========================================================

00.共通設定

=========================================================*/

/* ヘッダー
------------------------------------------*/

#header {
  width: 100%;
  height: 120px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

/*ロゴ周り*/
.headerTop {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  min-width: 1200px;
  margin: 0 auto;
}

.siteTitle {
  display: flex;
  align-items: center;
  padding: 20px 10px;
}

.siteTitle .siteName {
  font-weight: bold;
  font-size: 0.7rem;
}

.siteTitle .logo {
  margin-right: 10px;
}

/*バナー*/
.fvBanner img {
  height: 60px;
}

/*サブナビ*/
.subNav {
  position: relative;
}

.subNav ul {
  display: flex;
}

.subNav ul li {
  width: 80px;
  height: 80px;
  text-align: center;
}

.btnSitemap {
  background: #617bc6;
}

.btnSearch {
  background: #3256c2;
}

.btnCart {
  background: #203f99;
}

.btnSitemap,
.btnSearch,
.btnCart {
  width: 80px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  padding: 28px;
}

.btnSitemap img,
.btnSearch img,
.btnCart img {
  width: 24px;
  height: 24px;
}

.btnSitemap:hover,
.btnSearch:hover,
.btnCart:hover {
  opacity: 0.7;
}

@media screen and (max-width:1200px) {
  #header {
    height: 50px
  }

  /*ロゴ周り*/
  .headerTop {
    height: 50px;
    min-width: auto;
  }

  .siteTitle {
    padding: 10px;
  }

  .siteTitle .siteName {
    font-weight: bold;
    font-size: 0.7rem;
  }

  .siteTitle .logo {
    margin-right: 10px;
  }

  .siteTitle .logo img {
    width: 146px;
    height: auto;
  }

  /*バナー*/
  .sp .fvBanner {
    /* SP表示の場合だけバナーを非表示 */
    display: none;
  }

  .default .fvBanner img {
    width: auto;
    height: 48px;
  }

  /*サブナビ*/

  .subNav ul li {
    width: 50px;
    height: 50px;
  }

  .btnSitemap,
  .btnSearch,
  .btnCart {
    width: 50px;
    height: 50px;
    padding: 16px;
  }

  .btnSitemap img,
  .btnSearch img,
  .btnCart img {
    width: 18px;
    height: 19px;
  }

  .btnSitemap:hover,
  .btnSearch:hover,
  .btnCart:hover {
    opacity: 0.7;
  }

}

/* グローバルナビ
------------------------------------------*/

#globalNav {
  background: #002286;
}

#globalNav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-right: 1px solid #576ba6;
  max-width: 1280px;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#globalNav li {
  width: calc(12.5% - 1px);
  border-left: 1px solid #576ba6;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  height: 40px;
}

#globalNav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
}

#globalNav li a:hover {
  color: #6ac8e6;
}

@media screen and (max-width:1200px) {

  #globalNav {
    display: none;
  }

  #globalNav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #576ba6;
    max-width: 1280px;
    min-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #globalNav li {
    width: calc(12.5% - 1px);
    border-left: 1px solid #576ba6;
    display: block;
    text-align: center;
    font-size: 0.8rem;
    height: 40px;
  }

  #globalNav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    font-weight: bold;
  }

  #globalNav li a:hover {
    color: #6ac8e6;
  }

}

/* フッター
------------------------------------------*/

/*大バナー*/
.footerBannerLarge {
  padding: 75px 0;
  text-align: center;
}

.footerBannerLarge li {
  display: inline-block;
  margin: 0 10px;
  background: #fff;
}

.footerBannerLarge li a:hover {
  opacity: 0.7;
}

/*リスト*/
.footerNav {
  background: #989898;
  text-align: center;
  padding: 40px 20px;
  line-height: 1;
}

.footerNav ul {
  text-align: center;
  width: 100%;
  align-items: center;
}

.footerNav li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #eee;
}

.footerNav li:last-child {
  border-right: none;
}

.footerNav li a {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}

.footerNav li a:hover {
  opacity: 0.7;
}

/*小バナー*/
.footerBannerSmall {
  background: #454545;
  text-align: center;
  padding: 40px 20px 24px;
}

.footerErLogo img {
  width: 294px;
  height: auto;
  margin-bottom: 40px;

}

.footerBannerSmall ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.footerBannerSmall li {
  margin: 0 1.04% 16px 0;
  width: 15.8%;
  background: #fff;
}

.footerBannerSmall li:nth-child(6n) {
  margin-right: 0;
}

.footerBannerSmall a:hover {
  opacity: 0.7;
}

/*コピーライト*/
.footerCopyRight {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width:1200px) {

  /*大バナー*/
  .footerBannerLarge {
    padding: 15px 0;
  }

  .footerBannerLarge li {
    display: inline-block;
    margin: 10px 10px;
    background: #fff;
  }

  .footerBannerLarge li a:hover {
    opacity: 0.7;
  }

  /*リスト*/
  .footerNav {
    padding: 0;
  }


  .footerNav ul {
    text-align: center;
    width: 100%;
    align-items: center;
  }

  .footerNav li {
    display: block;
    padding: 0 15px;
    border-right: none;
    border-bottom: 1px solid #163db0;
    padding: 0;
  }

  .footerNav li:last-child {
    border-right: none;
    border-bottom: none;
  }

  .footerNav li a {
    color: #fff;
    padding: 20px 10px 20px 30px;
    font-size: 0.9rem;
    display: block;
    text-decoration: none;
    text-align: left;
    background: #002286 url("/img/top/icon_arrow.png") left 7px center no-repeat;
    background-size: auto;
    background-size: 16px 16px;
    margin: 0;
  }

  .footerNav li a:hover {
    opacity: 0.7;
  }

  /*小バナー*/
  .footerBannerSmall {
    background: #454545;
    text-align: center;
    padding: 25px 15px 24px;
  }

  .footerErLogo img {
    width: 224px;
    height: auto;
    margin-bottom: 25px;

  }

  .footerBannerSmall ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
  }

  .footerBannerSmall li {
    margin: 0 2% 10px 0;
    width: 49%;
    background: #fff;
  }

  .footerBannerSmall li:nth-child(2n) {
    margin-right: 0;
  }

  .footerBannerSmall li:nth-child(6n) {
    margin-right: 0;
  }

  .footerBannerSmall a:hover {
    opacity: 0.7;
  }

  /*コピーライト*/
  .footerCopyRight {
    padding: 20px 20px 70px;
    font-size: 0.7rem;
  }
}

/**************************************************************************************************

旧ページ
WRAPPER

**************************************************************************************************/

div#wrapper {
  margin: 0 auto;
  width: 1200px;
}

/**************************************************************************************************

PANKUZU

**************************************************************************************************/

#pankuzuBox {
  width: 1000px;
  padding: 10px 0 12px 0;
  font-size: 11px;
  color: #333;
}

body.sp #pankuzuBox {
  width: 100%;
  padding: 10px;
}

/**************************************************************************************************

CONTENTS

**************************************************************************************************/

#comMainContentsBox {
  width: 1000px;
  float: left;
}

#contentsBoxBg {
  background: url("/img/contents_bg.jpg") repeat-y;
  width: 1000px;
}

#contentsBoxInner {
  padding: 0 17px;
}

.contentsBox {
  width: 720px;
  margin: 15px 10px 0 10px;
}

body.sp .contentsBox {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0 10px 0 10px;
}


/**************************************************************************************************

MAINBOX

**************************************************************************************************/

#mainBox {
  width: 740px;
  float: left;
}



/**************************************************************************************************

右端広告エリア120_600

**************************************************************************************************/
#comAddBox {
  width: 120px;
  margin: 0 40px 0 0;
  float: right;
}

/**************************************************************************************************

コンテンツ中央広告エリア728_90

**************************************************************************************************/
.add_728_90 {
  width: 738px;
  border: solid 1px #ccc;
  margin: 20px 0;
}

.add_728_90Inner {
  padding: 5px;
}

/**************************************************************************************************

コンテンツ右サイド

**************************************************************************************************/
/*新製品・業界ニュース*/
.sideNewsProductBox {
  width: 178px;
  border: solid 1px #ccc;
}

.sideNewsProductBoxInner {
  padding: 7px 5px;
}

.sideNewsProductBoxL {
  float: left;
  width: 78px;
  font-size: 11px;
  line-height: 1.4em;
  word-break: break-all;
}

.sideNewsProductBoxR {
  float: right;
  width: 80px;
}

/*バナー2つ*/
.sideBannerDubleBox {
  width: 180px;
  background: #ececec;
}

.sideBannerDubleBoxInner {
  padding: 0 5px;
}

.sideNewsProductBoxInner {
  padding: 7px 5px;
}

.sideNewsProductBoxL {
  float: left;
  width: 78px;
  font-size: 11px;
  line-height: 1.4em;
  word-break: break-all;
}

.sideNewsProductBoxR {
  float: right;
  width: 80px;
  overflow: hidden;
}

/**************************************************************************************************

SUBBOX

**************************************************************************************************/

#subBox {
  width: 200px;
  float: right;
}

.comContentsSubBoxInner {
  width: 180px;
  padding: 0 10px;
}

.comContentsSubBoxInner .over {
  margin-top: 0px;
}

.comContentsSubBoxInner .ad-tag-special .over {
  margin-top: 0px;
}

.comContentsSubBoxInner .ad-tag .over {
  margin-top: 10px;
}

.comContentsSubBoxInner .right-guide-top img {
  vertical-align: bottom;
}
.comContentsSubBoxInner .right-guide-bottom img {
  vertical-align: top;
}

/*** 住まいの建材バナー追加20150529 ***/
#sideSumaiBanBox {
  width: 189px;
  border: solid 1px #ccc;
  background: #fceef0;
  margin: 10px 0 0 0;
}

#sideSumaiBanBoxInner {
  padding: 10px;
}

#sideSumaiBanBoxInner p {
  margin: 10px 0 0 0;
}


/***  建設ITガイドバナー追加20150529 ***/
#sideITBanBox {
  width: 189px;
  border: solid 1px #ccc;
  background: #fcfae7;
  margin: 10px 0 0 0;
}

#sideITBanBoxInner {
  padding: 10px;
}

#sideITBanBoxInner p {
  margin: 10px 0 0 0;
}

.sideMenuBox {
  width: 178px;
  border: solid 1px #ccc;
  background: #fff;
}

.sideMenuBoxInner {
  padding: 7px 10px;
}

.sideCategory ul li {
  background: url(/img/arrow_category.jpg) 0 2px no-repeat;
  font-size: 12px;
  padding: 0 0 3px 10px;
  line-height: 1.5em;
}

/**************************************************************************************************

共通：記事エリア

**************************************************************************************************/
.articleBox {
  margin: 0 0 15px 0;
}

.articleBox p.day {
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.articleBox .cat {
  font-size: 12px;
  display: inline-block;
  background: #ececec;
  padding: 2px 5px;
  text-align: center;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}


.articleSpecialBox {
  margin: 20px 0 10px 0;
}


.articleThumbBox {
  margin: 0 0 15px 0;
}


.articleThumbBox p {
  float: left;
  width: 55%;
  line-height: 1.3em;
}

.articleThumbBox .thumb {
  width: 40%;
  float: right;
  text-align: center;
}


/**************************************************************************************************

h1

**************************************************************************************************/

.subtitle h1,
.subtitle p {
  width: 100%;
  border: solid 1px #ccc;
  border-left: solid 5px #1f6dbf;
  background: linear-gradient(#fdfdfd, #f5f5f5);
  line-height: 1.3em;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
}

/**************************************************************************************************

h2

**************************************************************************************************/

.subtitle h2 {
  width: 740px;
  background: url("/img/h2.jpg") no-repeat;
  text-indent: 20px;
  height: 44px;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 0 0;
  margin: 0 0 20px 0;
  color: #333;
  box-sizing: initial;
}

.subtitle h2.category {
  font-size: 18px;
  text-indent: 0;
  width: auto;
  padding: 2px 0 0 1em;
  height: 52px;
}

.subtitle h2.demand {
  width: 100%;
  border: solid 1px #ccc;
  border-left: solid 5px #1f6dbf;
  background: linear-gradient(#fdfdfd, #f5f5f5);
  line-height: 1.3em;
  font-size: 17px;
  text-indent: 0;
  color: #333;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}

.sp .subtitle h2.demand {
  box-sizing: border-box;
  height: 68px;
}

.subtitle h2 span.mail {
  font-size: 11px;
}

.subtitle h2 table {
  width: 722px;
}

.subtitle h2 table td.catNameBlock {
  width: 500px;
  height: 52px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  padding-right: 4px;
}

.subtitle h2 table td.subTitleBlock {
  width: 722px;
  height: 52px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  padding-right: 4px;
}

.subtitle h2 table td.catAllBlock {
  width: 222px;
  height: 52px;
  vertical-align: middle;
}



.subtitle h2 div.innerBlock {
  width: 724px;
  display: table-cell;
  vertical-align: middle;
}

.subtitle h2 div.innerBlock div.catNameBlock {
  width: 492px;
  display: inline-block;
  vertical-align: middle;
}

.subtitle h2 div.innerBlock div.catAllBlock {
  width: 224px;
  display: inline-block;
  vertical-align: middle;
}

.subtitle h2.multiline div.innerBlock div.catAllBlock {
  width: 224px;
}

.subtitle2 h2 {
  width: 956px;
  background: url("/img/h2_l.jpg") no-repeat;
  text-indent: 20px;
  height: 44px;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 0 0;
  margin: 0 0 20px 0;
  color: #333;
}


.subtitle h2.optinImg {
  width: 100%;
  border: solid 1px #ccc;
  border-left: solid 3px #d0c1a0;
  background: linear-gradient(#fbfafb, #ededed);
  text-indent: 10px;
  height: 40px;
  line-height: 1.3em;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 10px 0 0 0;
  margin: 0;
}

.subtitle h2 span {
  font-size: 13px;
}

.subtitle h2.noSpace {
  width: 100%;
  border: solid 1px #ccc;
  border-left: solid 3px #d0c1a0;
  background: linear-gradient(#fbfafb, #ededed);
  line-height: 1.3em;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  margin: 0;
}



/**************************************************************************************************

h3

**************************************************************************************************/

.subtitle2 h3 {
  width: 740px;
  background: url("/img/details/h3_3.jpg") no-repeat;
  text-indent: 20px;
  height: 28px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0 0 0;
  color: #fff;
}

.subtitle3 h3 {
  width: 740px;
  background: url("/img/details/h3_4.jpg") no-repeat;
  text-indent: 20px;
  height: 28px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0 0 0;
  color: #fff;
}

.titleCom h3 {
  width: 740px;
  background: url("/img/h3.jpg") no-repeat;
  text-indent: 20px;
  height: 25px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #333;
}

.subtitle h3 {
  width: 740px;
  background: url("/img/details/h3_2.jpg") no-repeat;
  text-indent: 15px;
  height: 28px;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0 0 0;
  color: #333;
}



.comtitle h3 {
  width: 100%;
  border-bottom: solid 3px #0c347e;
  background: #ebebeb;
  text-indent: 10px;
  line-height: 1.3em;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  padding: 8px 0 5px 0;
  margin: 20px 0 10px 0;
}


.comtitle h3 span {
  font-size: 13px;
  color: #333;
  font-weight: normal;
}

.comtitlePc h3 {
  width: 100%;
  border-bottom: solid 3px #0c347e;
  background: #ebebeb url("../../img/sp/icon_pc.png") right center no-repeat;
  background-size: 25px 25px;
  background-position: 98% center;
  text-indent: 10px;
  line-height: 1.3em;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  padding: 8px 0 5px 0;
  margin: 20px 0 10px 0;
}


.comtitlePc h3 span {
  font-size: 13px;
  color: #333;
  font-weight: normal;
}



/**************************************************************************************************

h4

**************************************************************************************************/

.subtitle h4 {
  font-size: 16px;
  color: #40210e;
  border-bottom: solid 1px #ccc;
  margin: 20px 0 15px 0;
  padding: 0 0 3px 10px;
  line-height: 1.5em;
}



.sitemapBox h4 {
  font-size: 15px;
  color: #333;
  border-left: solid 5px #c6b695;
  margin: 15px 0 10px 10px;
  padding: 0 0 0 10px;
  line-height: 1.5em;
}


.seibun h4 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #40210e;
  margin: 30px 0 0 0;
  padding: 2px 0 3px 10px;
  border-left: solid 5px #d0c1a0;
  border-bottom: solid 1px #ccc;
}

.seibun h4 span {
  color: #d0c1a0;
  margin: 0 3px 0 0;
}

#special2Area .hikakuArea h4 {
  width: 100%;
  border: solid 1px #ccc;
  background: linear-gradient(#fbfafb, #ededed);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 10px 0 8px 10px;
  margin: 20px 0 10px 0;
}

#special2Area .hikakuArea h4 span {
  margin: 0 5px 0 0;

}


#special3Area .matmomeArea h4 {
  width: 100%;
  border: solid 1px #ccc;
  background: linear-gradient(#fbfafb, #ededed);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 10px 0 8px 10px;
  margin: 20px 0 10px 0;
}

#special3Area .matmomeArea h4 span {
  color: #1ba11c;
  font-size: 20px;
  margin: 0 5px 0 0;
  font-weight: bold;
}

.atten {
  color: red;
}

/** 旧ページここまで */

/* pageTop
------------------------------------------*/

.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.pageTop {
  width: 70px;
  height: 70px;
  display: table;
  z-index: 20;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  border-radius: 1000px;
  border: 3px solid #fff;
  overflow: hidden;
  background: #fff;
}


.pageTop a:hover {
  opacity: 0.7;
}

.pageTop a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #002286;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-top: 5px;
}

.pageTop a:before {
  content: "▲";
  line-height: 1;
  font-size: 6px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -3px;
}

/*
@media screen and (max-width:1200px) {
*/

body.sp .pageTop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

body.sp .pageTop {
  width: 100%;
  height: 38px;
  display: table;
  z-index: 20;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 2px solid #fff;
  overflow: hidden;
}

body.sp .pageTop a {
  padding-top: 12px;
}

body.sp .pageTop a:before {
  content: "▲";
  line-height: 1;
  font-size: 6px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -3px;
}

/*
}
*/


/* modal
------------------------------------------*/

.modalBtn {
  display: block;
  vertical-align: middle;
  width: 50px;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
}

.mnuTrg {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 3100;
  background: #000;
}

.mnuTrg span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  background: #fff;
  transition: all .5s;
  z-index: 3101;
}

.mnuTrg:active {
  background: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mnuTrg.active {
  background: #000;
}

.mnuTrg.active span {
  background: #fff;
}

.mnuTrg span:nth-of-type(1) {
  top: 14px;
  left: calc(50% - 12px);
  position: absolute;
}

.mnuTrg.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.mnuTrg span:nth-of-type(2) {
  position: absolute;
  top: 23px;
  left: calc(50% - 12px);
  margin: 0;
}

.mnuTrg.active span:nth-of-type(2) {
  opacity: 0;
}

.mnuTrg span:nth-of-type(3) {
  position: absolute;
  top: 32px;
  left: calc(50% - 12px);
}

.mnuTrg.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.mNav {
  width: 270px;
  height: calc(100vh - 50px);
  padding: 15px;
  background: #222;
  position: fixed;
  top: 50px;
  box-sizing: border-box;
  right: 0;
  transform: translate(370px);
  transition: all .5s;
  z-index: 3050;
  font-size: 12px;
  overflow-y: scroll;
  overflow: hidden;
}

.mNav.open {
  transform: translateZ(0);
}

.mNav .mNavMenu {
  margin: 0 0 20px;
  background: #002286;
  border-radius: 5px;
  overflow: hidden;
}

.mNav .mNavMenu {
  text-align: left;
  font-size: 0.8rem;
  border: 2px solid #163db0;
}

.mNav .mNavMenu a {
  position: relative;
  padding: 15px 10px 15px 35px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #002286 url("/img/top/icon_arrow.png") left 7px center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 16px 16px;
}

.mNav .mNavMenu li:not(:last-child) {
  border-bottom: 1px solid #163db0;
}

.mNavInfo {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
}

.mNavName {
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: bold;
}

.mNavAddr {
  margin: 0 0 10px;
  line-height: 1.5;
}

.mNavSns {
  text-align: center;
  width: 100%;
}

.mNavSns li {
  display: inline-block;
  margin: 0 5px 15px;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  z-index: 50;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.mNavContact {
  text-align: center
}

.mNavContact a {
  display: block;
  border: 1px solid #e98036;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #e98036;
  letter-spacing: 1px;
}

.mNavTel {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e98036;
  margin-bottom: 20px;
}

.mNavTel a {
  color: #e98036;
  text-align: center;
  font-size: 1.1rem;
}

.mNavTel span {
  font-size: 1.3rem;
}

.mNavTime {
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: inline-block;
  margin: 0 auto;
}

.mNavTime th {
  text-align: justify;
  text-align-last: justify;
  padding-right: 10px;
}

.mNavTime td {
  letter-spacing: 2px;
}

.mNavHoliday {
  font-size: 0.9rem;
}

/* common
------------------------------------------*/

.container {
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sp .container {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.figure,
figure {
  margin: 0;
}

.figure img,
figure img {
  vertical-align: bottom;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  color: #1f6caa;
  text-decoration: underline;
}

a:hover img {
  opacity: .8;
}

.adarea a:hover img {
  opacity: 1;
}


/*h2*/
.contentsTitleL {
  padding: 20px 20px 20px 50px;
  background: #f6f6f6;
  border-top: 5px solid #002286;
  font-weight: bold;
  font-size: 1.2rem;
  background-position: left 10px center;
  background-repeat: no-repeat;
  position: relative;
  line-height: 1
}

.contentsTitleL:after {
  content: attr(data-title);
  position: absolute;
  font-size: 12px;
  color: #9c9c9c;
  line-height: 1;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  letter-spacing: 2px;
}

.contentsTitleC {
  padding: 50px 20px 50px;
  font-weight: bold;
  font-size: 1.2rem;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  line-height: 1;
  text-align: center;
}

.contentsTitleC:after {
  content: attr(data-title);
  font-size: 12px;
  color: #9c9c9c;
  line-height: 1;
  letter-spacing: 2px;
  display: block;
  margin: 10px auto 0;
}

.contentsTitleWrap {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

/*h3*/
.heading {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #002286;
}

/*section*/
div.child {
  padding: 50px;
}

section.child {
  padding: 50px;
  border-bottom: 1px solid #ccc;
}

section.child:last-child {
  border-bottom: none;
}

/*btn*/
.btnB {
  text-align: center;
}

.btnB a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
  background: #002286;
  display: inline-block;
  border-radius: 10px;
  min-width: 200px;
}

.btnB a:hover {
  opacity: 0.7;
}

/*
@media screen and (max-width:1200px) {
*/
/*h2*/
body.sp .contentsTitleL {
  padding: 20px 20px 20px 45px;
  border-top: 3px solid #002286;
  font-size: 1rem;
}

body.sp .contentsTitleL:after {
  font-size: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: #9c9c9c;
  line-height: 1;
  display: block;
  letter-spacing: 2px;
  margin: 5px 0 0;
}

body.sp .contentsTitleC {
  padding: 45px 10px 25px;
  font-size: 1rem;
}

body.sp .contentsTitleC:after {
  font-size: 10px;
}

body.sp .contentsTitleWrap {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

/*h3*/
body.sp .heading {
  font-size: 1rem;
  margin-bottom: 20px;
}

/*section*/
body.sp div.child {
  padding: 15px;
}

body.sp section.child {
  padding: 15px;
}

body.sp section.child:last-child {
  border-bottom: none;
}

/*btn*/
body.sp .btnB {
  text-align: center;
  font-size: 0.75rem;
}

body.sp .btnB a {
  padding: 15px;
}

/*
}
*/

@media screen and (min-width:1201px) {
  body .sp {
    display: none;
  }
}

@media screen and (max-width:1200px) {
  body .pc {
    display: none !important;
  }
}


/**************************************************************************************************

検索結果画面（NETIS共通）

**************************************************************************************************/
.searchSearchBox {
  width: 738px;
  border: solid 1px #ccc;
  background: #f0f0f0;
}

.searchSearchBoxInner {
  padding: 10px 15px 0 15px;
}

.searchSearchBoxInner ul {
  margin: 0 0 10px 0;
}

.searchSearchBoxInner ul li {
  width: 236px;
  float: left;
  background: url("/img/search/arrow.jpg") 0 2px no-repeat;
  font-size: 13px;
  line-height: 1.5em;
  text-indent: 20px;
}

.searchSearchBoxInner .parentCategoryName {
  font-weight: bold;
  font-size: 14px;
  color: #3176b7;
}

#search h3 {
  width: 740px;
  background: url("/img/search/h3.jpg") no-repeat;
  text-indent: 45px;
  height: 24px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 0 0;
  color: #333;
}

.searchSearchKanaBox {
  width: 740px;
  background: #fff;
}

.searchSearchKanaBoxInner ul li {
  width: 74px;
  float: left;
}

/*------------------------------------------------------------------------------
  建設資材ページ優先順位1
  ------------------------------------------------------------------------------*/
#search .title1 h4 {
  width: 740px;
  background: url("/img/search/title1.jpg") no-repeat;
  text-indent: 35px;
  height: 25px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #fff;
  margin: 10px 0 0 0;
}

#search .title1 h4 a:link {
  color: #fff;
}

#search .title1 h4 a:visited {
  color: #fff;
}

/*------------------------------------------------------------------------------
  建設資材ページ優先順位2
  ------------------------------------------------------------------------------*/
#search .title2 h4 {
  width: 740px;
  background: url("/img/search/title2.jpg") no-repeat;
  text-indent: 35px;
  height: 25px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #333;
  margin: 10px 0 0 0;
}

/*------------------------------------------------------------------------------
  建設資材ページ優先順位3
  ------------------------------------------------------------------------------*/
#search .title3 h4 {
  width: 740px;
  background: url("/img/search/title3.jpg") no-repeat;
  text-indent: 35px;
  height: 25px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #333;
  margin: 10px 0 0 0;
}

/*------------------------------------------------------------------------------
  建設資材ページ優先順位4
  ------------------------------------------------------------------------------*/
#search .title4 h4 {
  width: 740px;
  background: url("/img/search/title4.jpg") no-repeat;
  text-indent: 15px;
  height: 25px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #333;
  margin: 10px 0 0 0;
}


#search .box1 {
  width: 732px;
  border: solid 4px #2993cd;
}

#search .box1Inner {
  padding: 10px 0 10px 10px;
}

#search .boxCom {
  width: 738px;
  border: solid 1px #ccc;
}

#search .box4 {
  width: 738px;
  border: solid 1px #ccc;
  border-top: solid 0px #ccc;
}

#search .boxComInner {
  padding: 10px 0 10px 10px;
}

#search .btnLink {
  margin: 10px 0 0 0;
  text-align: right;
}

#search .boxThum {
  width: 145px;
  float: left;
  text-align: center;
}

#search .boxTxt {
  width: 310px;
  margin: 0 10px 0 0;
  float: left;
}

#search .boxBtn {
  width: 256px;
  float: left;
}

/**************************************************************************************************

  電子カタログ

  **************************************************************************************************/
#catalog h3 {
  width: 740px;
  background: url("/img/catalog/h3.jpg") no-repeat;
  text-indent: 45px;
  height: 24px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 0 0;
  color: #333;
}

#catalog h4 {
  width: 365px;
  background: url("/img/catalog/h4.jpg") no-repeat;
  text-indent: 20px;
  height: 23px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 0 0;
  color: #333;
}


.catalogBox {
  width: 740px;
  margin: 10px 0 0 0;
}

.catalogBlockL {
  float: left;
  width: 365px;
}

.catalogBlockR {
  float: right;
  width: 365px;
}

.catalogBlock {
  width: 363px;
  border: solid 1px #ccc;
  background: #fff;
}

.catalogBlockInner {
  padding: 8px;
}

.catalogUpperBox {
  margin: 0 0 10px 0;
}

.catalogBlockThummail {
  width: 128px;
  float: left;
}

.catalogBlockLink {
  width: 215px;
  float: right;
}

.catalogNetis p {
  width: 365px;
  margin: 10px 0 5px 0;
  background: url("/img/catalog/netis.jpg") no-repeat;
  text-indent: 90px;
  height: 13px;
  line-height: 1.4em;
  font-size: 11px;
  color: #333;
}




/**************************************************************************************************

  市況・価格推移

  **************************************************************************************************/
.marketAreaBox {
  width: 738px;
  margin: 15px 0 0 0;
  border: solid 1px #ccc;
  background: #f0f0f0;
}

.marketAreaBoxInner {
  padding: 10px;
  text-align: center;
}

/* =========== TABLE =========== */
.marketBox table {
  width: 720px;
  margin: 10px 0 0 0;
}

.marketBox td {
  font-size: 12px;
  line-height: 1.6em;
  padding: 6px 8px;
  border: solid 1px #ccc;
  vertical-align: top;
  text-align: left;
  color: #333;
}


.marketBox th {
  font-size: 12px;
  line-height: 1.6em;
  vertical-align: middle;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  border: solid 1px #ccc;
  background: #447096;
}


.marketBox td.right {
  text-align: right;
}

.marketBox td.arrow {
  text-align: center;
}

.marketBox td.center {
  text-align: center;
}

.marketMapBox {
  width: 678px;
  margin: 15px 31px 0 31px;
  border: solid 1px #ccc;
  background: #f0f0f0;
}


/**************************************************************************************************

  画像拡大箇所

  **************************************************************************************************/

.productImgBox {
  width: 740px;
  margin: 20px 0 10px 0;
}

.productImgBoxL {
  width: 370px;
  float: left;
}

.productImgBoxR {
  width: 370px;
  float: right;
}

.productImgSmallBox {
  width: 370px;
  margin: 10px 0 0 0;
}

.productImgSmallBox ul li {
  float: left;
  margin: 0 10px 0 0;
}

.productImgSmallBox ul li.second {
  float: left;
  margin: 0;
}

.productContactBox {
  width: 740px;
  height: 200px;
  background: url("/img/details/bg_contact.jpg") no-repeat;
  margin: 20px 0 0 0;
}

.productContactBox .btnArea {
  padding: 21px 0 0 355px;
}

.productMakerInfoBox {
  width: 738px;
  border: solid 1px #ccc;
  background: #f0f0f0;
  margin: 30px 0 0 0;
}

.productMakerInfoBoxInner {
  padding: 10px 15px;
}

.productMakerInfoBoxL {
  float: left;
}

.productMakerInfoBoxR {
  float: right;
  text-align: right;
  padding: 15px 0 0 0;
}

.adsBox {
  margin: 30px 0;
  text-align: center;
}

.imgClickDesc {
  width: 370px;
  text-align: center;
}

.productDetailImg {
  width: 100%;
  text-align: center;
}

/*** 20151001追加 start***/

.productInfoBtn {
  margin: 15px 0 0 0;
}

.productInfoBtn ul li {
  float: left;
  width: 185px;
}

p.nameDetPro {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 30px 0 5px 0;
}

p.nameDetPro span {
  font-weight: normal;
}

.productContactBox2 {
  width: 740px;
  height: 200px;
  background: url("/img/details/bg_contact.jpg") no-repeat;
}

.productContactBox2 .btnArea {
  padding: 21px 0 0 355px;
}

/*** 20151001追加 end***/

/**************************************************************************************************

  規格

  **************************************************************************************************/

.titleKikaku h3 {
  width: 740px;
  background: url("/img/details/h3_1.jpg") no-repeat;
  text-indent: 20px;
  height: 25px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #333;
}

/* =========== 規格TABLE =========== */
.kikakuBox table {
  width: 740px;
  margin: 10px 0 0 0;
}

.kikakuBox tr.bg2 {
  background: #f2f9ff;
}

.kikakuBox td {
  font-size: 12px;
  line-height: 1.6em;
  padding: 6px 8px;
  border: solid 1px #ccc;
  vertical-align: top;
  text-align: center;
  color: #333;
}

.kikakuBox td.txtL {
  text-align: left;
}

.kikakuBox th {
  font-size: 12px;
  line-height: 1.6em;
  vertical-align: top;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  border: solid 1px #ccc;
  background: #3176b7;
}

.kikakuButton {
  width: 740px;
  text-align: right;
}

/**************************************************************************************************

  積算資料 公表価格編：詳細ページ

  **************************************************************************************************/

/* =========== 機械式継手TABLE =========== */
.publishedpriceBox table {
  width: 740px;
  margin: 10px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.publishedpriceBox tr.bg2 {
  background: #f2f9ff;
}

.publishedpriceBox td {
  font-size: 12px;
  line-height: 1.6em;
  padding: 6px 8px;
  border: solid 1px #ccc;
  vertical-align: middle;
  text-align: left;
  color: #333;
}

.publishedpriceBox td.txtC {
  text-align: center;
}

.publishedpriceBox td.txtR {
  text-align: right;
  white-space: nowrap;
}

.publishedpriceBox th {
  font-size: 12px;
  line-height: 1.6em;
  vertical-align: top;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  border: solid 1px #ccc;
  background: #3176b7;
}

.publishedpriceBox .productname {
  width: 40%;
}

.publishedpriceBox .kikaku {
  width: 47%;
}

.publishedpriceBox .unit {
  width: 8%;
}

.publishedpriceBox .price {
  width: 10%;
}

.publishedpriceBox .result_box_catalog-content {
  display: flex;
  align-items: center;
  padding: 12px;
}

.publishedpriceBox .result_box_catalog-content-text {
  padding-left: 12px;
  padding-right: 12px;
}

.publishedpriceBox .result_box_catalog-content .btn_detail1 a {
  color: #fff;
  background: #00b9c7;
}

.publishedpriceBox .result_box_catalog-content .btn_detail1 a i {
  padding-right: 4px;
}

.publishedpriceBox .result_box_catalog-content .btn a {
  width: 180px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
}

.publishedpriceAttenBox {
  width: 738px;
  margin: 30px 0 0 0;
  border: solid 1px #ccc;
}

.publishedpriceAttenBox .titleBox {
  background: #fdebec;
  border-bottom: dotted 1px #ccc;
  padding: 7px 0;
}

.publishedpriceAttenBox .titleBox .title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}


.publishedpriceAttenBoxInner {
  padding: 10px;
}

.publishedpriceAttenBox .uldecimal {
  padding: 0;
  margin: 0 0 0px 25px;
  /* 左のマージンはここで指定 */
  list-style-type: decimal;
}

.publishedpriceAttenBox .uldecimal li {
  list-style-type: decimal;
  line-height: 1.5em;
  font-size: 12px;
  padding: 0 0 5px 0px;
}


/**************************************************************************************************

  積算資料 公表価格編：検索結果

  **************************************************************************************************/

.publishListBox {
  border: solid 1px #ccc;
  width: 738px;
  background: #f0f0f0;
}

.publishListBoxInner {
  padding: 15px 15px 8px 15px;
}

.publishListKeyBox {
  width: 708px;
}

.publishListKeyBoxL {
  width: 325px;
  float: left;
  margin: 0 15px 0 0;
}

.publishListKeyBoxM {
  width: 190px;
  float: left;
}

.publishListKeyBoxR {
  width: 174px;
  float: left;
}

.inputkeyword {
  width: 315px;
  font-size: 13px;
  line-height: 1.5em;
  padding: 5px;
  border: #cccccc solid 1px;
}

.publishHinmeiBox table {
  width: 740px;
  margin: 10px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0px;
}

.publishHinmeiBox tr.bg2 {
  background: #f2f9ff;
}

.publishHinmeiBox td {
  font-size: 11px;
  line-height: 1.6em;
  padding: 6px 8px;
  border: solid 1px #ccc;
  vertical-align: middle;
  text-align: left;
  color: #333;
}

.publishHinmeiBox td.ttl {
  font-size: 14px;
  line-height: 1.6em;
  width: 250px;
}

.publishHinmeiBox td.ttl::after {
  /* add due to 202009 style_add.css .ttl::after */
  width: 0px;
}

.publishHinmeiBox td.path {
  width: 340px;
  text-align: left;
}

.publishHinmeiBox td.link {
  width: 150px;
  text-align: center;
}

.publishHinmeiBox th {
  font-size: 12px;
  line-height: 1.6em;
  vertical-align: top;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  border: solid 1px #ccc;
  background: #3176b7;
}

.search_bottom_block {
  border: solid 1px #ccc;
  background: #f0f0f0;
}

.page-database .search_bottom_block {
  margin-top: 40px;
}

.search_bottom_block .title {
  font-size: 12px;
  line-height: 1.6em;
  vertical-align: top;
  padding: 6px 16px;
  color: #fff;
  text-align: left;
  background: #3176b7;
}

.search_bottom_block h2.title {
  font-weight: normal;
  padding: 7px 16px 5px;
}

.search_bottom_block .body {
  width: 708px;
  background: #f0f0f0;
  padding: 10px 15px 0 15px;
  display: flex;
  font-size: 12px;
  color: #333;
}

.search_bottom_block .body.description {
  background-color: #fff;
  padding-bottom: 10px;
}

.search_bottom_block .body ul {
  margin: 0 0 10px 0;
}

.search_bottom_block .body ul li {
  float: left;
  background: url(/img/search/arrow.jpg) 0 5px no-repeat;
  font-size: 13px;
  line-height: 2em;
  text-indent: 15px;
  margin-right: 15px;
}



/**************************************************************************************************

  積算資料 公表価格編：TOP

  **************************************************************************************************/
.publishSerchBox {
  width: 738px;
  border: solid 1px #ccc;
  background: #f0f0f0;
}

.publishSerchBoxInner {
  padding: 10px 15px 0 15px;
}

.publishSerchBox ul {
  margin: 0 0 10px 0;
}

.publishSerchBox ul li {
  width: 177px;
  float: left;
  background: url("/img/search/arrow.jpg") 0 2px no-repeat;
  font-size: 13px;
  line-height: 1.5em;
  text-indent: 20px;
}

.publishIndexBlock {
  width: 740px;
  margin: 20px 0 0 0;
}

.publishIndexMakerBox {
  width: 360px;
  float: left;
}

.publishIndexKeyBox {
  width: 360px;
  float: right;
}

.publishIndexSubBox {
  width: 358px;
  border: solid 1px #ccc;
  background: #f0f0f0;
  height: 120px;
}

.publishIndexSubBoxInner {
  padding: 12px 0 12px 35px;
}

.publishIndexSubBoxInner2 {
  padding: 12px 0;
}

.publishIndexSubBox ul li {
  float: left;
  margin: 0 6px 0 0;
}

.publishIndexSubBox ul li.last {
  float: left;
  margin: 0;
}

.publishIndexAttenBox {
  border: solid 1px #ccc;
  width: 718px;
  background: #f0f0f0;
  margin: 20px 0 0 0;
}

.publishIndexAttenBoxInner {
  padding: 15px 15px 8px 15px;
}

.kohyo_freeword_frame {
  position: relative;
  display: inline-block;
}

.kohyo_freeword_frame input::-ms-clear {
  display: none;
}

.kohyo_freeword_frame input.normal {
  width: 230px;
}

.kohyo_freeword_frame input.top {
  width: 160px;
}

.kohyo_freeword_frame .clear_button_active {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 5px;
  background: url(/img/home/btn_keyword_clear1.png) no-repeat left center;
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
}

.kohyo_freeword_frame .clear_button_inactive {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 5px;
  background: url(/img/home/btn_keyword_clear1.png) no-repeat left center;
  background-size: 16px 16px;
  cursor: pointer;
  display: none;
}

/**************************************************************************************************

  積算資料 公表価格編：公表価格の調査ページ(kohyo_survey.html)

  **************************************************************************************************/
.publishResDotBox {
  border-bottom: dotted 1px #ccc;
  padding: 0 0 7px 0;
  margin: 0 0 15px 0;
}

.publishResDotBox h4 {
  font-size: 14px;
  font-weight: bold;
  color: #2d659a;
  margin: 0 0 5px 0;
}

.publishInfoBox {
  width: 688px;
  border: solid 1px #ccc;
  background: #f0f0f0;
  margin: 10px 15px 10px 15px;
}

.publishInfoBoxInner {
  padding: 10px 15px;
}

/*
   カテゴリー系h2
   */
.ttl {
  position: relative;
  text-align: center;
  font-size: 24px;
  padding-bottom: 24px;
  color: #b8bcd4;
}

.ttl:after {
  width: 45px;
  height: 1px;
  background: #667ab6;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
}

#page-adarea {
  padding-top: 40px;
  padding-bottom: 40px;
}

#page-adarea .adarea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page-adarea .adarea-item {
  width: calc(100% / 3);
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.lower-page .page-main-v {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
}

.lower-page .page-main-v h1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}

.lower-page .page-sub-v {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/img/common/main_v.jpg") center center/cover no-repeat;
}

/*
        .lower-page.database-detail .page-sub-v, .lower-page.catalog-detail .page-sub-v {
          display: block;
          align-items: normal;
          justify-content: left;}
          */
.lower-page .page-sub-v .page-sub-v-ttl {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}

/* 全ページ対応後削除予定 */
.lower-page .page-sub-v h1 {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  max-width: 1100px;
}

.lower-page .page-sub-v .lower_subttl,
.lower-page .page-sub-v h1 {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  max-width: 1100px;
}

.lower-page .breadcrumb {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

.lower-page .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.lower-page .breadcrumb ul li {
  font-size: 11px;
}

.lower-page .breadcrumb ul li:before {
  content: '>';
  display: inline-block;
  margin-left: .8em;
  margin-right: .8em;
}

.lower-page .breadcrumb ul li:first-child:before {
  content: none;
}

.lower-page .arrow-btn a {
  position: relative;
  display: inline-block;
  background-color: #e10000;
  width: 320px;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 20px 20px 40px;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  font-weight: 700;
}

.lower-page .arrow-btn a:hover {
  opacity: .8;
}

.lower-page .arrow-btn a:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  left: 82px;
  top: 50%;
  margin-top: -10px;
}

.lower-page .arrow-btn a:after {
  position: absolute;
  content: '';
  left: 87px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #e10000;
  border-right: 2px solid #e10000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3.8px;
}

.bnr_area {
  text-align: center;
  margin-top: 50px;
}

.bnr_area li {
  margin-bottom: 30px;
}

.header-mid_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.header-mid_02 .header-mid-right {
  width: auto;
}

.header-mid_02 .header-mid-right-search {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 100%;
  margin: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f7f9ff;
}

.header-mid_02 .header-mid-right-search:hover {
  border: 1px solid #002286;
  background: #fff;
}

#headerSearchArea {
  padding: 80px 0;
  background: #E9EFF4;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
}

#headerSearchBtn small {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  color: #002286;
}

#headerSearchBtn .menu_icon03 span {
  display: block;
  height: 2px;
  background: #002286;
}

#headerSearchBtn.open .menu_icon03 .bar1 {
  transform: translateY(20px) rotate(45deg);
  width: 20px;
  margin-bottom: 18px;
}

#headerSearchBtn.open .menu_icon03 .bar2 {
  opacity: 0;
  transform: translateX(-60px);
  margin-bottom: 18px;
  float: right;
}

#headerSearchBtn.open .menu_icon03 .bar3 {
  width: 20px;
  transform: rotate(135deg);
  float: none;
  float: right;
}

#headerSearchBtn.open img {
  display: none;
}

#headerSearchBtn.open small {
  display: none;
}

.header-search-tabArea {
  width: 100%;
  background-color: #fff;
}

.header-search-tabArea .header-search-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.header-search-tabArea .header-search-tab li {
  cursor: pointer;
  text-align: center;
  width: 50%;
  border-top: 5px solid #fff;
  padding: 24px 0 0;
  position: relative;
}

.header-search-tabArea .header-search-tab li span {
  font-size: 18px;
  background-position: center left;
  padding: 10px 10px 10px 48px;
  background-repeat: no-repeat;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  color: #888;
}

.header-search-tabArea .header-search-tab li:first-child:after {
  content: '';
  width: 1px;
  height: 36px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 24px;
}

.header-search-tabArea .header-search-tab li:first-child span {
  background-image: url("/img/index/icon_construction_off.png");
}

.header-search-tabArea .header-search-tab li:last-child span {
  background-position: top left;
  background-image: url("/img/index/icon_blueprint_off.png");
}

.header-search-tabArea .header-search-tab li.select {
  border-color: #002286;
}

.header-search-tabArea .header-search-tab li.select span {
  color: #002286;
}

.header-search-tabArea .header-search-tab li.select:first-child span {
  background-image: url("/img/index/icon_construction_on.png");
}

.header-search-tabArea .header-search-tab li.select:last-child span {
  background-image: url("/img/index/icon_blueprint_on.png");
}

.header-search-tabArea .header-search-tab_content {
  padding: 0 20px 20px;
}

.header-search-tabArea .header-search-tab_content .index-main-v-input--wrap {
  position: relative;
  background-color: #ebeef6;
  padding: 8px;
  border-radius: 3px;
}

.header-search-tabArea .header-search-tab_content .search-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -11.5px;
  padding: 0;
}

.header-search-tabArea .header-search-tab_content input {
  width: calc(100% - 42px);
  display: block;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  border-radius: 3px;
  padding: 7px 30px 7px 12px;
}

body.sp .ttl {
  font-size: 17px;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

body.sp .lower-page .page-sub-v {
  min-height: calc(130 / 750* 100vw);
  height: initial;
}

body.sp .lower-page.page-database .page-sub-v {
  padding: 20px 0;
}

body.sp .lower-page.page-database.database-detail .page-sub-v {
  padding: 0;
}

body.sp .lower-page .page-sub-v h1,
body.sp .lower-page .page-sub-v .lower_subttl {
  font-size: calc(40 / 750* 100vw);
  text-align: center;
}

body.sp .lower-page .page-main-v {
  height: calc(300 / 750 * 100vw);
}

body.sp .lower-page .page-main-v h1 {
  font-size: calc(40 / 750* 100vw);
}

body.sp .lower-page .breadcrumb {
  padding: 10px 0;
}

body.sp .category_parent_plain-list ul {
  line-height: 1.7;
}


/** jquery等のjsで使用 */
.hide {
  display: none;
}

/** swipe.cssを上書き */
.swiper-container .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container .swiper-pagination-bullet {
  border-radius: 0;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #002286;
}

.swiper-button-next {
  right: 0;
  width: 35px;
}

.swiper-button-prev {
  left: 0;
  width: 35px;
}

.swiper-button-next img,
.pickup-catalog .swiper-button-prev img {
  max-width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
  display: none;
}

/** present.html */
.page-present .page-main-v {
  background-image: url("/img/present/main_v.jpg");
  background-size: cover;
}

.page-present #first-sec {
  padding: 60px 0;
}

.page-present #first-sec .container {
  max-width: 830px;
}

.page-present #first-sec h2 {
  text-align: center;
  color: #002286;
  font-size: 30px;
  margin-bottom: 40px;
}

.page-present #first-sec p {
  font-size: 15px;
  line-height: 2.1;
}

.page-present #first-sec p.note {
  margin-top: 1em;
  font-size: 12px;
  color: #888888;
  text-align: right;
}

.page-present #present-sec {
  background-color: #e9eff4;
  padding: 60px 0;
}

.page-present #present-sec h2 {
  font-size: 20px;
  color: #fff;
  background-color: #002286;
  padding: 20px 25px;
}

.page-present #present-sec .present-wrap {
  background-color: #fff;
  padding: 30px 30px;
}

.page-present #present-sec .present-item {
  border: #d9d9d9 1px solid;
  margin-bottom: 30px;
}

.page-present #present-sec .present-item:last-child {
  margin-bottom: 0;
}

.page-present #present-sec .present-item h3 {
  padding: 20px 25px;
  font-size: 18px;
  color: #333333;
  border-bottom: #d9d9d9 1px solid;
}

.page-present #present-sec .present-item h4 {
  margin: 0 0 20px;
  font-size: 14px;
  padding: 6px 16px;
  background-color: #efefef;
  font-weight: 400;
}

.page-present #present-sec .present-item-inner {
  display: flex;
}

.page-present #present-sec .present-item-img {
  padding: 30px;
  border-right: #d9d9d9 1px solid;
  width: 245px;
}

.page-present #present-sec .present-item-img figure {
  background: #000;
}

.page-present #present-sec .present-item-img figure img {
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, .5);
}

.page-present #present-sec .present-item-txt {
  width: calc(100% - 305px);
  padding: 30px;
}

.page-present #present-sec .present-item-txt ul {
  margin-left: 20px;
}

.page-present #present-sec .present-item-txt ul li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.page-present #present-sec .present-item-txt p {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.5;
}

.page-present #present-sec .present-item-txt .arrow-btn {
  text-align: center;
  margin-top: 24px;
}

.page-present #present-sec .present-item.present-fin .present-item-img figure {
  position: relative;
}

.page-present #present-sec .present-item.present-fin .present-item-img figure img {
  opacity: .4;
}

.page-present #present-sec .present-item.present-fin .present-item-img figure:after {
  content: '\54C1\5207\308C';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -59px;
  padding: 6px 30px;
  font-size: 18px;
  background-color: #e10000;
  font-weight: 700;
  color: #fff;
}

.page-present #present-sec .present-item.present-fin .arrow-btn a {
  background-color: #d2d2d2;
  cursor: default;
  pointer-events: none;
}

.page-present #present-sec .present-item.present-fin .arrow-btn a:hover {
  opacity: 1;
}

.page-present #present-sec .present-item.present-fin .arrow-btn a:after {
  border-color: #d2d2d2;
}

.pickup-catalog {
  display: none;
  padding: 60px 0;
}

.pickup-catalog.ranking {
  display: block;
  padding: 0 0 10px 0;
  margin-bottom: 30px;
}

.pickup-catalog .ttl {
  color: #002286;
  margin-bottom: 45px;
}

.pickup-catalog.narrow {
  padding: 30px 0 10px 0;
}

.pickup-catalog.narrow .container {
  padding-left: 0px;
  padding-right: 0px;
}

.pickup-catalog.ranking .container {
  padding: 30px;
}

.pickup-catalog.narrow .swiper-container {
  padding: 0 25px 40px 25px;
}

.pickup-catalog.narrow .swiper-wrapper {
  display: flex;
  height: 285px;
  align-items: stretch;
}

.pickup-catalog.narrow.middle-content {
  padding: 30px 0 0 0;
}

.pickup-catalog.narrow .ttl {
  font-size: 18px;
  margin-bottom: 24px;
}

.pickup-catalog div.swiper-slide {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  white-space: normal;
}

.pickup-catalog.ranking div.swiper-slide {
  width: 18.3%;
}

.pickup-catalog.narrow div.swiper-slide {
  width: 23%;
}

.pickup-catalog div.swiper-slide:not(:last-child) {
  margin-right: 2%;
}

.pickup-catalog div.swiper-slide div {
  height: 235px;
  position: relative;
}

.pickup-catalog div.swiper-slide div img {
  width: 100%;
  object-fit: cover;
  height: 235px;
  font-family: 'object-fit: cover;';
}

.pickup-catalog div.swiper-slide div span {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(182, 138, 9, 0.9);
  padding: 5px;
  color: #fff;
  font-size: 12px;
}

.pickup-catalog div.swiper-slide div p {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 69, 164, 0.9);
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.pickup-catalog div.swiper-slide a>p {
  background: #2a2c2d;
  padding: 5px 10px;
  color: #d8d8d8;
  font-size: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.pickup-catalog div.swiper-slide a:hover {
  text-decoration: none;
}

body.sp .pickup-catalog {
  display: none;
  padding: 40px 0 0 0;
}

body.sp .pickup-catalog.ranking {
  display: block;
  padding: 20px 0;
}

body.sp .pickup-catalog.ranking .content_ttl {
  background: #0c56a2;
}

body.sp .pickup-catalog.ranking .container {
  padding: 15px;
}

body.sp .pickup-catalog:last-child {
  padding-bottom: 60px;
}

body.sp .pickup-catalog .ttl {
  line-height: 1.4;
}

body.sp .pickup-catalog .swiper-wrapper {
  font-size: 0;
  letter-spacing: 0;
  text-indent: 0;
  margin-bottom: 40px;
}

body.sp .pickup-catalog .swiper-wrapper .swiper-slide {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

body.sp .pickup-catalog.ranking .swiper-wrapper .swiper-slide {
  margin-right: 15px;
}

body.sp .pickup-catalog .swiper-wrapper .swiper-slide div {
  height: 180px;
  position: relative;
}

body.sp .pickup-catalog .swiper-wrapper .swiper-slide div img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

body.sp .pickup-catalog .swiper-wrapper .swiper-slide div span {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(182, 138, 9, 0.9);
  padding: 5px;
  color: #fff;
  font-size: 10px;
}

body.sp .pickup-catalog .swiper-wrapper .swiper-slide div p {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 69, 164, 0.9);
  padding: 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

body.sp .pickup-catalog .swiper-wrapper .swiper-slide a>p {
  background: #2a2c2d;
  padding: 5px 10px;
  color: #d8d8d8;
  font-size: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

body.sp .pickup-catalog .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none;
}

body.sp .pickup-catalog .swiper-container .swiper-pagination-bullets {
  bottom: 0;
}

body.sp .pickup-catalog .swiper-container .swiper-pagination-bullet {
  border-radius: 0;
}

body.sp .pickup-catalog .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #002286;
}

body.sp .pickup-catalog:last-child {
  padding-bottom: 0;
}

body.sp .pickup-catalogs .pickup-catalog {
  padding-top: 10px;
}

body.sp .page-present .page-main-v {
  background-image: url("/img/sp/present/main_v.jpg");
  background-size: cover;
}

body.sp .page-present #first-sec {
  padding: 30px 0;
}

body.sp .page-present #first-sec .container {
  max-width: 830px;
}

body.sp .page-present #first-sec h2 {
  text-align: center;
  color: #002286;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}

body.sp .page-present #first-sec p {
  font-size: 14px;
  line-height: 1.8;
}

body.sp .page-present #first-sec p.note {
  margin-top: 1em;
  font-size: 12px;
  color: #888888;
  text-align: right;
}

body.sp .page-present #present-sec {
  background-color: #e9eff4;
  padding: 30px 0;
}

body.sp .page-present #present-sec h2 {
  font-size: 18px;
  color: #fff;
  background-color: #002286;
  padding: 15px 20px;
}

body.sp .page-present #present-sec .present-wrap {
  background-color: #fff;
  padding: 20px 15px;
}

body.sp .page-present #present-sec .present-item {
  border: #d9d9d9 1px solid;
  margin-bottom: 20px;
}

body.sp .page-present #present-sec .present-item:last-child {
  margin-bottom: 0;
}

body.sp .page-present #present-sec .present-item h3 {
  padding: 15px 15px;
  font-size: 16px;
  color: #333333;
  border-bottom: #d9d9d9 1px solid;
}

body.sp .page-present #present-sec .present-item h4 {
  margin: 0 -15px 20px;
  font-size: 14px;
  padding: 6px 16px;
  background-color: #efefef;
  font-weight: 400;
}

body.sp .page-present #present-sec .present-item-inner {
  display: block;
}

body.sp .page-present #present-sec .present-item-img {
  width: 100%;
  border-right: none;
  padding: 20px 10px;
}

body.sp .page-present #present-sec .present-item-img figure {
  background: #000;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

body.sp .page-present #present-sec .present-item-img figure img {
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, .5);
}

body.sp .page-present #present-sec .present-item-txt {
  width: 100%;
  padding: 15px 15px 20px;
}

body.sp .page-present #present-sec .present-item-txt ul {
  margin-left: 20px;
}

body.sp .page-present #present-sec .present-item-txt ul li {
  list-style: disc;
  font-size: 13px;
  margin-bottom: 1.2em;
  line-height: 1.5;
}

body.sp .page-present #present-sec .present-item-txt p {
  font-size: 13px;
  margin-bottom: 1.2em;
  line-height: 1.5;
}

body.sp .page-present #present-sec .present-item-txt .arrow-btn {
  text-align: center;
  margin-top: 24px;
}

body.sp .page-present #present-sec .present-item.present-fin .present-item-img figure {
  position: relative;
}

body.sp .page-present #present-sec .present-item.present-fin .present-item-img figure img {
  opacity: .4;
}

body.sp .page-present #present-sec .present-item.present-fin .present-item-img figure:after {
  content: '\54C1\5207\308C';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -59px;
  padding: 6px 30px;
  font-size: 18px;
  background-color: #e10000;
  font-weight: 700;
  color: #fff;
}

body.sp .page-present #present-sec .present-item.present-fin .arrow-btn a {
  background-color: #d2d2d2;
  cursor: default;
  pointer-events: none;
}

body.sp .page-present #present-sec .present-item.present-fin .arrow-btn a:hover {
  opacity: 1;
}

body.sp .page-present #present-sec .present-item.present-fin .arrow-btn a:after {
  border-color: #d2d2d2;
}

body.sp .lower-page .arrow-btn a {
  position: relative;
  display: block;
  background-color: #e10000;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  padding: 20px 20px 20px 40px;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  font-weight: 700;
}

body.sp .lower-page .arrow-btn a:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}

body.sp .lower-page .arrow-btn a:after {
  position: absolute;
  content: '';
  left: 24px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #e10000;
  border-right: 2px solid #e10000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -3.8px;
}

/**************************************************************************************************
  検索結果共通
  **************************************************************************************************/
#searchRankArea h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}


#searchRankArea .companyName {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 5px 0;
}

#searchRankArea ul.icon {
  margin: 0 0 7px 0;
  flex-flow: row wrap;
  display: flex;
}

/*** アイコンエリア ***/
#searchRankArea ul.icon li {
  background: linear-gradient(#fff, #f0f0f0);
  border-radius: 2px;
  /* CSS3 */
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  border: solid 1px #ccc;
  text-align: center;
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding: 1px 15px;
  height: 21px;
}

#searchRankArea ul.icon li.btn_kohyo1 {
  background: linear-gradient(#fff, #ffffff);
  border: none;
  padding: 0;
}


#searchRankArea ul.icon li.netis {
  color: #348872;
}


#searchRankArea ul.icon li.nntd {
  color: #8377bf;
}

#searchRankArea ul.icon li.catalog {
  color: #ee7b96;
}

#searchRankArea ul.icon2 {
  margin: 0 0 7px 0;
}

/*** アイコンエリア ***/
#searchRankArea ul.icon2 li {
  border-radius: 2px;
  /* CSS3 */
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  border: solid 1px #ccc;
  background-color: #f9f9f9;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0 0;
  font-size: 12px;
  text-align: center;
  padding: 1px 15px;
}

#searchRankArea ul.icon2 li.catalog2 {
  color: black;
}

#searchRankArea .catName {
  font-size: 13px;
  line-height: 1.4em;
}

#searchRankArea .keisaishi {
  font-size: 13px;
  line-height: 1.4em;
}


#searchRankArea .productBox {
  margin: 13px 0 0 0;
}

#searchRankArea .thumbBox {
  float: left;
  width: 40%;
  text-align: center;
}

#searchRankArea .txtBox {
  float: right;
  width: 56%;
  font-size: 13px;
  line-height: 1.4em;
}

#searchRankArea .catalogTitle {
  font-size: 14px;
  font-weight: bold;
  padding: 24px 0 16px 0;
}

/*** ボタンエリア ***/
#searchRankArea ul.btnBox {
  /*text-align:center;*/
  margin: 15px 0 0 0;
}


#searchRankArea ul.btnBox li {
  display: inline-block;
  width: 43%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0 10px 0 0;
}

#searchRankArea ul.btnBox li:nth-child(even) {
  display: inline-block;
  width: 52%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

#searchRankArea ul.btnBox li a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  color: #fff;
}

#searchRankArea ul.btnBox li a:visited {
  text-decoration: none;
  color: #fff;
}

#searchRankArea ul.btnBox li a:hover {
  text-decoration: underline;
  color: #fff;
}

#searchRankArea ul.btnBox li a:active {
  text-decoration: underline;
  color: #fff;
}

/**************************************************************************************************
    けんせつPlazaボタン
    **************************************************************************************************/
#searchRankArea ul.btnBox li.lbtn10 {
  background: linear-gradient(#5fc8d4, #3fb2c0);
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}

/**************************************************************************************************
    問い合わせカートに追加ボタン
    **************************************************************************************************/
#searchRankArea ul.btnBox li.rbtn1 {
  background: linear-gradient(#f7c121, #f2a411);
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}



/**************************************************************************************************
    メーカーのサイトへボタン
    **************************************************************************************************/
#searchRankArea ul.btnBox li.rbtn2 {
  background: linear-gradient(#fff, #e4e4e4);
  border: solid 2px #ccc;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}


#searchRankArea ul.btnBox li.rbtn2 a {
  color: #a43235;
}

#searchRankArea ul.btnBox li.rbtn2 a:visited {
  color: #a43235;
}

#searchRankArea ul.btnBox li.rbtn2 a:hover {
  color: #a43235;
}

#searchRankArea ul.btnBox li.rbtn2 a:active {
  color: #a43235;
}


#searchRankArea ul.btnBox li.rbtn2 img {
  margin: 0 0 2px 7px;
}

/**************************************************************************************************
  けんせつPlazaボタンランクD
  **************************************************************************************************/
#searchRankArea ul.btnBox li.lbtn10d {
  background: #fff;
  border: solid 1px #42b5c2;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}

#searchRankArea ul.btnBox li.lbtn10d a {
  color: #000;
}

#searchRankArea ul.btnBox li.lbtn10d a:visited {
  color: #000;
}

#searchRankArea ul.btnBox li.lbtn10d a:hover {
  color: #000;
}

#searchRankArea ul.btnBox li.lbtn10d a:active {
  color: #000;
}



/**************************************************************************************************
  検索結果ランクCエリア
  **************************************************************************************************/
.searchRankCBox {
  background: #fff;
  border-bottom: solid 1px #ccc;
  margin: 30px 0 0 0;
  padding: 0 10px 30px 15px;
}

/**************************************************************************************************
  メーカーのサイトへボタン
  **************************************************************************************************/
#searchRankArea ul.btnBox li.rbtn2 {
  background: linear-gradient(#fff, #e4e4e4);
  border: solid 2px #ccc;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}


#searchRankArea ul.btnBox li.rbtn2 a {
  color: #a43235;
}

#searchRankArea ul.btnBox li.rbtn2 a:visited {
  color: #a43235;
}

#searchRankArea ul.btnBox li.rbtn2 a:hover {
  color: #a43235;
}

#searchRankArea ul.btnBox li.rbtn2 a:active {
  color: #a43235;
}


#searchRankArea ul.btnBox li.rbtn2 img {
  margin: 0 0 2px 7px;
}


/**************************************************************************************************
    問い合わせカートに追加ボタンランクD
    **************************************************************************************************/


#searchRankArea ul.btnBox li.rbtn3 {
  background: #fff;
  border: solid 1px #f3a813;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}


#searchRankArea ul.btnBox li.rbtn3 a {
  color: #000;
}

#searchRankArea ul.btnBox li.rbtn3 a:visited {
  color: #000;
}

#searchRankArea ul.btnBox li.rbtn3 a:hover {
  color: #000;
}

#searchRankArea ul.btnBox li.rbtn3 a:active {
  color: #000;
}

/**************************************************************************************************

  ページング機能

  **************************************************************************************************/
.pagingArea {
  margin: 20px 0 40px 0;
  text-align: center;
}

.paging ul {
  line-height: 28px;
}

.paging ul li {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
}

.paging ul li a,
.paging ul li a:link {
  padding: 3px 7px;
  margin: 3px 2px;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #666;
  background-color: #e7e8e3;
}

.paging ul li a:visited {
  padding: 3px 7px;
  margin: 3px 2px;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #666;
  background-color: #e7e8e3;
}

.paging ul li a:hover {
  border: 1px solid #aaa;
  color: #fff;
  background-color: #b3905b;
}

.paging ul li a:active {
  padding: 3px 7px;
  margin: 3px 2px;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #fff;
  background-color: #b3905b;
}

.paging ul li span {
  padding: 3px 7px;
  margin: 3px 2px;
  color: #fff;
  border: 1px solid #aaa;
  background-color: #15438e;
}

#theContent iframe {
  width: 100%;
}

#theContent table th,
#theContent table td {
  padding: 8px;
}

body.sp .paging ul {
  line-height: 36px;
}

/**************************************************************************************************

建設資材DB2：検索結果

**************************************************************************************************/
.searchResultArea {
  margin: 15px 0 0 0;
}

.searchResultArea .numBox,
.searchResultArea h1 {
  background: #ebebeb;
  text-align: center;
  font-size: 13px;
}

.searchResultArea .numBox {
  padding: 5px 0;
  margin: 0 0 15px 0;
}

.searchResultArea ul {
  margin: 0 auto;
  text-align: center;
}

.searchResultArea ul li {
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
  /display: inline;
  /zoom: 1;

}

.searchResultArea ul li:nth-child(even) {
  margin: 0 30px;
}

.searchResultArea ul li span {
  font-weight: bold;
}

/**************************************************************************************************
検索結果ランクA、Bエリア
**************************************************************************************************/
.searchRankABox {
  background: #f4f3ee;
  margin: 30px 0 0 0;
  padding: 15px 10px 20px 15px;
}


.searchRankABox ul.proThumb {
  /*text-align:center;*/
  margin: 15px 0 0 0;
}

.searchRankABox ul.proThumb li {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}


#searchRankArea ul.proThumb li:nth-child(even) {
  display: inline-block;
  width: 31%;
  margin: 0 7px;
}

.searchRankABox ul.proThumb li p {
  font-size: 12px;
  line-height: 1.2em;
  margin: 5px 0 0 0;
  text-align: left;
}


#searchRankArea .searchRankABox .thumbBox {
  position: relative;
  float: left;
  width: 40%;
  text-align: center;
}

#searchRankArea .searchRankABox .tyumokuicon {
  position: absolute;
  left: -10px;
  top: -10px;
}





/**************************************************************************************************
  検索結果ランクCエリア
  **************************************************************************************************/
.searchRankCBox {
  background: #fff;
  border-bottom: solid 1px #ccc;
  margin: 30px 0 0 0;
  padding: 0 10px 30px 15px;
}




/**************************************************************************************************
  検索結果ランクDエリア
  **************************************************************************************************/
.searchRankDBox {
  background: #fff;
  border-bottom: solid 1px #ccc;
  margin: 30px 0 0 0;
  padding: 0 10px 20px 15px;
}


/**************************************************************************************************
  検索結果ランクEエリア
  **************************************************************************************************/
.searchRankEBox {
  background: #fff;
  border-bottom: solid 1px #ccc;
  margin: 30px 0 0 0;
  padding: 0 10px 20px 15px;
}




#searchRankArea .searchRankEBox .thumbBox {
  float: left;
  width: 30%;
}

#searchRankArea .searchRankEBox .txtBox {
  float: right;
  width: 66%;
  font-size: 13px;
  line-height: 1.4em;
}

.searchRankEBox p {
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 13px;
}


/**************************************************************************************************

  NETIS

**************************************************************************************************/
/* =========== 建設資材データベースアコーディオンデフォルトオープン用 =========== */
.searchDbNETIS_accordion {
  width: 100%;
}


.searchDbNETIS_accordionBlock {
  margin: 0;
}

.searchDbNETIS_accordion dt {
  background: #0c56a2 url(../../img/sp/open2.jpg) no-repeat;
  background-position: 98% center;
  padding: 15px 30px 15px 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #023a79;
  color: #fff;
}

.searchDbNETIS_accordion dt h1 {
  font-weight: bold;
}

.searchDbNETIS_accordion dd {
  display: none;
  margin: 0;
}


.searchDbNETIS_accordion dt.active {
  background-image: url(../../img/sp/close2.jpg);
}


.searchDbNETIS_accordion .frame {
  border: solid 1px #ccc;
  border-top: solid 0px #ccc;
  padding: 10px 12px;
  background: #f0f0f0;
}



.searchDbNETIS_accordion .frame ul li {
  background: url(../../img/sp/menu_arrow3.png) 0 center no-repeat;
  font-size: 14px;
  padding: 0 0 0 13px;
  margin: 0 0 10px 0;
  line-height: 1.6em;
  color: #000;
}


.searchDbNETIS_accordion .frame ul li a {
  color: #000;
  text-decoration: none;
}


.searchDbNETIS_accordion .frame ul li .visited a {
  color: #000;
  text-decoration: none;
}

.searchDbNETIS_accordion .frame ul li a:hover {
  color: #000;
  text-decoration: none;
}

.searchDbNETIS_accordion .frame ul li a:active {
  color: #000;
  text-decoration: none;
}


/** 下2階層 */
.searchDbNETIS_plainBlock {
  width: 100%;
}

.searchDbNETIS_plainBlock:last-child {
  margin-bottom: 30px;
}

.searchDbNETIS_plainBlock dt {
  background: #0c56a2;
  background-position: 98% center;
  padding: 15px 30px 15px 10px;
  border-bottom: solid 1px #023a79;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6em;
}

.searchDbNETIS_plainBlock dt a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6em;
}

.searchDbNETIS_plainBlock dt h1 {
  font-weight: bold;
}

.searchDbNETIS_plainBlock dd {
  margin: 0;
}

.searchDbNETIS_plainBlock .frame {
  border: solid 1px #ccc;
  border-top: solid 0px #ccc;
  padding: 10px 12px;
  background: #f0f0f0;
}

.searchDbNETIS_plainBlock .frame ul {
  display: flex;
  flex-wrap: wrap;
}

.searchDbNETIS_plainBlock .frame ul li {
  background: url(../../img/sp/menu_arrow3.png) 0 center no-repeat;
  font-size: 14px;
  padding: 0 13px 0 13px;
  margin: 0 0 10px 0;
  line-height: 1.6em;
  color: #000;
}


.searchDbNETIS_plainBlock .frame ul li a {
  color: #000;
  text-decoration: none;
}


.searchDbNETIS_plainBlock .frame ul li .visited a {
  color: #000;
  text-decoration: none;
}

.searchDbNETIS_plainBlock .frame ul li a:hover {
  color: #000;
  text-decoration: none;
}

.searchDbNETIS .siryo_wrap {
  background: #ffeded;
  padding: 15px;
  margin-bottom: 15px;
}

.searchDbNETIS .siryo_wrap-p {
  color: #e10000;
  font-size: calc(22 / 750 * 100vw);
  text-align: center;
  margin-bottom: 8px;
}

.searchDbNETIS .siryo_wrap-p span {
  font-size: calc(24 / 750 * 100vw);
  font-weight: 700;
}

.searchDbNETIS .siryo_wrap-btn {
  text-align: center;
}

.searchDbNETIS .siryo_wrap-btn a {
  background: #e10000;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 700;
  width: 20em;
  height: 11.66vw;
  line-height: 11.66vw;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  /*&:hover {
          opacity: .8;
        }*/
}

.searchDbNETIS .siryo_wrap-btn i {
  margin-right: .4em;
}

/**************************************************************************************************

    404ページ

  **************************************************************************************************/
.index-main-v {
  padding: 140px 0 25px;
  background-image: url("/img/index/bg_key.jpg");
  background-size: cover;
  background-position: bottom center;
}

.index-main-v-tab {
  width: calc(100% - 220px);
  background-color: #fff;
}

.index-main-v-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}

.index-main-v-tab .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.index-main-v-tab .tab li {
  cursor: pointer;
  text-align: center;
  width: 50%;
  border-top: 5px solid #fff;
  padding: 24px 0 0;
  position: relative;
}

.index-main-v-tab .tab li span {
  font-size: 18px;
  background-position: center left;
  padding: 10px 10px 10px 48px;
  background-repeat: no-repeat;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  color: #888;
}

.index-main-v-tab .tab li:first-child:after {
  content: '';
  width: 1px;
  height: 36px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 24px;
}

.index-main-v-tab .tab li:first-child span {
  background-image: url("/img/index/icon_construction_off.png");
}

.index-main-v-tab .tab li:last-child span {
  background-position: top left;
  background-image: url("/img/index/icon_blueprint_off.png");
}

.index-main-v-tab .tab li.select {
  border-color: #002286;
}

.index-main-v-tab .tab li.select span {
  color: #002286;
}

.index-main-v-tab .tab li.select:first-child span {
  background-image: url("/img/index/icon_construction_on.png");
}

.index-main-v-tab .tab li.select:last-child span {
  background-image: url("/img/index/icon_blueprint_on.png");
}

.index-main-v-tab .tab_content {
  padding: 0 20px 20px;
}

.index-main-v-tab .tab_content .index-main-v-input--wrap {
  position: relative;
  background-color: #ebeef6;
  padding: 8px;
  border-radius: 3px;
}

.index-main-v-tab .tab_content .search-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -11.5px;
  padding: 0;
}

.index-main-v-tab .tab_content input {
  width: calc(100% - 42px);
  display: block;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  border-radius: 3px;
  padding: 7px 30px 7px 12px;
}

body.sp .index-main-v-tab {
  width: 100%;
}

body.sp .index-main-v-tab .tab li {
  padding: 0;
}

body.sp .index-main-v-tab .tab li:first-child:after {
  content: '';
  width: 1px;
  height: 36px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 10px;
}

body.sp .index-main-v-tab .tab li span {
  font-size: 15px;
  padding: 20px 0 0;
}

body.sp .index-main-v-tab .tab li:first-child span {
  background-image: none;
}

body.sp .index-main-v-tab .tab li:last-child span {
  background-image: none;
}

body.sp .index-main-v-tab .tab li.select:first-child span {
  background-image: none;
}

body.sp .index-main-v-tab .tab li.select:last-child span {
  background-image: none;
}

body.sp .index-main-v-tab .tab_content {
  padding: 0 20px 20px;
}

body.sp .index-main-v-tab .tab_content .index-main-v-input--wrap {
  position: relative;
  background-color: #ebeef6;
  padding: 8px;
  border-radius: 3px;
}

body.sp .index-main-v-tab .tab_content .search-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -11.5px;
  padding: 0;
}

body.sp .index-main-v-tab .tab_content input {
  padding: 7px 12px 7px 12px;
}

.index-main-v-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px 0;
  overflow: hidden;
}

.index-main-v-tag ul li {
  margin: 0 6px 15px 6px;
}

.index-main-v-tag ul li a {
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.502);
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 15px;
  line-height: 1;
}

.index-main-v-tag ul li a:hover {
  background-color: black;
}

body.sp .tag-more-btn {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  color: #fff;
  background-color: #4d5778;
  margin-top: 15px;
  position: relative;
}

body.sp .tag-more-btn:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  top: -4px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 10px;
}

body.sp .tag-more-btn.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1px;
}

.notfound .container {
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.notfound .title {
  font-size: 30px;
  font-weight: 700;
  color: #002286;
  padding: 40px 0 0 0;
  text-align: center;
}

.notfound .notice {
  padding: 32px;
  margin: 0px auto 0px;
  width: 80%;
  font-size: 16px;
  text-align: center;
}

.notfound .index-main-v-tab-wrap {
  border: 1px solid rgba(0, 0, 0, .15);
  justify-content: center;
}

.notfound .link {
  padding: 32px 0 0;
  font-size: 16px;
  text-align: center;
}

body.sp .notfound .notice {
  margin: 0;
  padding: 40px 20px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

/* バッヂ */
.subNav .btn-blue-icon {
  position: absolute;
  background-color: #e10000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  top: 0px;
  right: 0px;
  border: 2px solid #fff;
  font-size: 12px;
}

body.sp .subNav .btn-blue-icon {
  width: 24px;
  height: 24px;
  right: 44px;
  z-index: 9999;
}

/**************************************************************************************************

特集：TOP

**************************************************************************************************/
#specialArea {
  width: 100%;
  padding: 10px;
}

#specialArea h3 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: solid 3px #3d6597;
  padding: 0 0 5px 0;
  margin: 30px 0 10px 0;
  line-height: 1.4em;
}

#specialArea h3.upper {
  font-size: 17px;
  font-weight: bold;
  border-bottom: solid 3px #3d6597;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  line-height: 1.4em;
}



#specialArea .thumbBox {
  float: left;
  width: 30%;
}

#specialArea .txtBox p {
  float: right;
  width: 67%;
  font-size: 13px;
  line-height: 1.4em;
}




/**************************************************************************************************

  お問い合わせ：登録画面

  **************************************************************************************************/
#contactArea {
  width: 100%;
}



#contactArea1 {
  margin: 0 0 20px 0;
  padding: 20px 10px 10px 10px;
  width: 100%;
  background: #fffbec;
}


#contactArea1 p {
  font-size: 15px;
  line-height: 1.3em;
}

#contactArea2 {
  padding: 20px 10px 5px 10px;
  width: 100%;
  background: #f0f0f0;
}

#contactArea2 h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
}


#contactArea3 {
  padding: 20px 10px 10px 10px;
  margin: 20px 0 0 0;
  width: 100%;
  background: #fffbec;
}


#contactArea3 .makerBox {
  border: solid 1px #ccc;
  background: #fff;
  padding: 5px 7px;
  margin: 0 0 15px 0;
}

#contactArea3 .makerBox p {
  font-size: 14px;
  line-height: 1.4em;
}

#contactArea3 .iconBox {
  float: right;
  margin: 20px 0 0 0;
}

#contactArea3 .iconBox ul li.plaza {
  background: linear-gradient(#0e59a9, #013672);
  border-radius: 3px;
  /* CSS3 */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  margin: 0 3px 0 0;
}


#contactArea3 .iconBox ul li.sumai {
  background: linear-gradient(#cc6a6a, #bf4343);
  border-radius: 3px;
  /* CSS3 */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  margin: 0 3px 0 0;
}


#contactArea3 .iconBox ul li.itguide {
  background: linear-gradient(#c4a542, #b79325);
  border-radius: 3px;
  /* CSS3 */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  margin: 0 3px 0 0;
}


#contactArea3 .iconBox ul li.deleat {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#contactArea .formBlock {
  margin: 0 0 30px 0;
}

#contactArea .errormsg {
  font-size: 14px;
  color: red;
}

#contactArea .formBlock .checkboxGroupVertical {
  line-height: 3em;
  margin-left: 7px;
  margin-bottom: 4px;
}

#contactArea .formBlock .checkboxGroupVertical input[type="checkbox"] {
  transform: scale(1.8);
}

#contactArea .formBlock .checkboxGroupVertical label {
  padding-left: 15px;
  font-size: 15px;
}

#contactArea .formBlock .checkboxGroupVertical input {
  font-size: 15px;
  vertical-align: baseline;
}

#contactArea .formBlock ul.inquiry_type li {
  font-weight: normal;
  display: list-item;
  margin-left: 20px;
  list-style-type: disc;
  word-break: break-all;
}

.txtinput1 input {
  width: 100%;
  font-size: 16px;
}

.txtinput1 select {
  font-size: 16px;
  padding: 0 5px;
}

.txtinput2 {
  display: inline-block;
}

.txtinput2 input {
  width: 60px;
  font-size: 16px;
}

.txtinput3 input {
  width: 60px;
  font-size: 16px;
}


textarea.inputform {
  width: 100%;
  height: 150px;
  font-size: 16px;
}

.inputnum {
  ime-mode: disabled;
}


#contactArea ul li {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 8px 0;
}

#contactArea ul li span {
  border-radius: 3px;
  /* CSS3 */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  background: #ff0000;
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0 8px 0 0;
  padding: 2px 7px;
}

.inputform {
  padding: 3px 5px;
  border: #cccccc solid 1px;
}


.inputform2 {
  padding: 10px 8px;
  border: #cccccc solid 1px;
}


#contactArea .addbtn {
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  border: solid 1px #ccc;
  text-align: center;
  width: 110px;
  color: #000;
  margin: 0 0 0 10px;
  background: linear-gradient(#fff, #e6e6e6);
  padding: 8px 15px;
  border-radius: 3px;
  /* CSS3 */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
}

#contactArea .addbtn a:link {
  color: #000;
  text-decoration: none;
}

#contactArea .addbtn a:visited {
  color: #000;
}

#contactArea .addbtn a:hover {
  color: #000;
}

#contactArea .addbtn a:active {
  color: #000;
}



#contactArea .check {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 8px 0;
}



#contactArea .btnArea {
  width: 100%;
  padding: 0 10px;
  margin: 20px 0 30px 0;
}

#contactArea .privacy-policy-note {
  padding: 20px 4px;
  width: 100%;
	text-align: center;
}

#contactArea .impersonation-warning {
  padding: 20px 4px;
  width: 100%;
	text-align: center;
}

#contactArea .confirmBtn {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100%;
  color: #fff;
  background: #ffa101;
  padding: 25px 0;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}

#contactArea .confirmBtn a:link {
  color: #fff;
  text-decoration: none;
}

#contactArea .confirmBtn a:visited {
  color: #fff;
}

#contactArea .confirmBtn a:hover {
  color: #fff;
}

#contactArea .confirmBtn a:active {
  color: #fff;
}

#contactArea input.error {
  background-color: #ffcccc;
}

#contactArea select.error {
  background-color: #ffcccc;
}


/**************************************************************************************************

  お問い合わせ：確認画面

  **************************************************************************************************/


#contactArea .sendBtn {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  width: 56%;
  float: right;
  color: #fff;
  background: #ffa101;
  padding: 25px 0;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}

#contactArea .sendBtn a:link {
  color: #fff;
  text-decoration: none;
}

#contactArea .sendBtn a:visited {
  color: #fff;
}

#contactArea .sendBtn a:hover {
  color: #fff;
}

#contactArea .sendBtn a:active {
  color: #fff;
}



#contactArea .backBtn {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  width: 42%;
  float: left;
  color: #fff;
  background: #949494;
  padding: 25px 0;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}

#contactArea .backBtn a:link {
  color: #fff;
  text-decoration: none;
}

#contactArea .backBtn a:visited {
  color: #fff;
}

#contactArea .backBtn a:hover {
  color: #fff;
}

#contactArea .backBtn a:active {
  color: #fff;
}



#contactArea .privacyBtn {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  width: 100%;
  color: #fff;
  background: #ffa101;
  padding: 25px 0;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
}

#contactArea .privacyBtn a:link {
  color: #fff;
  text-decoration: none;
}

#contactArea .privacyBtn a:visited {
  color: #fff;
}

#contactArea .privacyBtn a:hover {
  color: #fff;
}

#contactArea .privacyBtn a:active {
  color: #fff;
}




/**************************************************************************************************

  お問い合わせ：完了画面

  **************************************************************************************************/

#contactArea p.thunks {
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
  margin: 0 0 20px 0;
}



.contactCompBox {
  margin: 20px 0 0 0;
}


.contactCompBoxL {
  float: left;
  width: 30%;
}


.contactCompBoxR {
  float: right;
  border: solid 1px #ccc;
  width: 70%;
  border-radius: 5px;
  /* CSS3 */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  background: #fef7ed;
  padding: 7px 5px;
}

.contactCompBoxR p {
  font-size: 14px;
}

.contactCompBoxR p span {
  font-size: 16px;
  font-weight: bold;
}


.compCheckBox {
  margin: 50px 0 0 0;
}




/**************************************************************************************************

  メールマガジン：登録画面

  **************************************************************************************************/
#mailmagazineArea h3 {
  background: #073d78;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  margin: 20px 0 0px 0;
  font-weight: bold;
}

#mailmagazineArea h3.bgblack {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  margin: 0 0 0px 0;
  font-weight: bold;
}

#mailmagazineArea .maThumbBlock {
  margin: 0 0 30px 0;
  border-bottom: dotted 1px #ccc;
  padding: 0 0 30px 0;
}



#mailmagazineArea .maThumbBoxL {
  float: left;
  width: 40%;
  max-width: 240px;
}

#mailmagazineArea .maThumbBoxL img {
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, .5);
}

#mailmagazineArea .soldout .maThumbBoxL img {
  filter: grayscale(1);
}

#mailmagazineArea .maThumbBoxL .relative {
  position: relative;
}

#mailmagazineArea .maThumbBoxL .absolute {
  position: absolute;

  width: 90%;
  text-align: center;
  margin: 0 auto;
  top: 38%;
  left: 5%;
  padding: 5px 0;
  color: #fff;
  background: #ff0000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  /* CSS3 */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;

}




#mailmagazineArea .maThumbBoxR {
  float: right;
  width: 57%;
}

#mailmagazineArea .maThumbBox h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0 20px 0;
}

#mailmagazineArea .maThumbBox h4 span {
  font-size: 14px;
}

#mailmagazineArea .maThumbBox p {
  font-size: 13px;
  line-height: 1.4em;
}


#mailmagazineArea .chkBox {
  margin: 15px 0 0 5px;
}



#mailmagazineArea .chkBox input[type=checkbox] {
  width: 35px;
  height: 35px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);

}


#mailmagazineArea .chkBox {}

#mailmagazineArea .chkBox ul li {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

#mailmagazineArea .chkBox ul li.soldout {
  color: #b4b4b4;
}


#mailmagazineArea .chkBox ul li.soldout span {
  color: #f00000;
  font-size: 14px;
}


#mailmagazineArea .chkBox ul li:nth-child(even) {
  margin: 0 0 0 10px;
}


#mailmagazineArea #privacyArea {
  margin: 20px 0 0 0;
  border: solid 1px #ccc;
  background: #fff;
  height: 235px;
  overflow-y: scroll;
  /* スクロール表示 */

}

#mailmagazineArea #privacyAreaInner {
  padding: 15px 10px;
}


#mailmagazineArea #privacyAreaInner h4 {
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#mailmagazineArea #privacyAreaInner ul li {
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

#mailmagazineArea input.error {
  background-color: #ffcccc;
}

#mailmagazineArea .errormsg {
  font-size: 14px;
  color: red;
}


/**************************************************************************************************

  メールマガジン：確認画面

**************************************************************************************************/
#mailmagazineConfirmArea h3 {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  margin: 20px 0 20px 0;
  font-weight: bold;
}


#mailmagazineConfirmArea h4 {
  background: #e1e1e1;
  color: #f00000;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
}

#mailmagazineConfirmArea .prezentBox {
  background: #fff;
  padding: 15px 15px 0 15px;
  border: solid 2px #e1e1e1;
  margin: 0 0 20px 0;
}


#mailmagazineConfirmArea .prezentBox p {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#mailmagazineConfirmArea .errormsg {
  font-size: 14px;
  color: red;
}

/**************************************************************************************************

ピックアップ

**************************************************************************************************/

#carousel-wapper1 {
	width:740px;
	background-color: #fefefe;
	position:relative;
}
#carousel-prev1 {
	width: 19px;
	height: 150px;
	position:absolute;
	left: 0px;
	cursor:pointer;
background:url("/img/details/scroller_prev1.jpg") no-repeat;
}

#carousel-next1 {
	width: 19px;
	height: 150px;
	position:absolute;
	right: 0px;
	cursor:pointer;
background:url("/img/details/scroller_next1.jpg") no-repeat;
}

#carousel-wapper1 .carousel-img {
	height: 8px;
	width: 8px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
}
#carousel1 {
	width: 702px;
	overflow: hidden;
	background:#fff;
	padding:0 0 0 19px;
	height: 150px;
}
#carouselInner1 {
	display: block;
	width: 2000px;
	margin-left: 5px;
	margin-top: 9px;
}
#carouselInner1 .item-wapper {
	width: 98px;
	float: left;
	margin: 0 6px;
}


#carouselInner1 .item {
	display: block;
	height: 150px;
}

#carouselInner1 .product {
	display: block;
/*	height: 32px;*/
	overflow: hidden;
	padding: 5px 3px;
	line-height: 1.4em;
}
#carouselInner1 .company {
	display: block;
	padding: 2px 3px;
	font-size: 10px;
	line-height: 1.2em;
}



/* ===== PDFダウンロードページ（PC） ===== */
.page-pdf-download .download-item-type {
  background: #efefef;
  border-left: 5px solid #002286;
  font-size: 16px;
  padding: 12px 20px 13px;
  margin: 20px 0 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.page-pdf-download .download-item-type-note {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}
.page-pdf-download .download-item-list li {
  font-size: 16px;
  margin-left: 10px;
  line-height: 2;
}
.page-pdf-download .detailCatalogBtn {
  margin-top: 40px;
}
.page-pdf-download .catalog_back_btn {
  text-align: center;
  margin-top: 30px;
}
.page-pdf-download .detail_box {
  border: none;
}
.page-pdf-download .detail_box .btn a {
  width: 330px;
  padding: 10px 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
}
.page-pdf-download .detail_box .btn_detail1 a {
  color: #fff;
  background: #00b9c7;
}
.page-pdf-download .detail_box .btn_detail1 a:hover {
  opacity: .8;
}
.page-pdf-download .detail_box .btn_detail1 a i {
  margin-right: .4em;
}

/* ===== PDFダウンロードページ（SP） ===== */
body.sp .page-pdf-download .subtitle h2 {
  font-size: 18px;
}
body.sp .page-pdf-download .download-item-type {
  background: #efefef;
  border-left: 5px solid #002286;
  font-size: 14px;
  padding: 10px 15px;
  margin: 15px 0;
  font-weight: 400;
}
body.sp .page-pdf-download .download-item-type-note {
  font-size: 11px;
  color: #666;
  display: block;
  margin-top: 5px;
}
body.sp .page-pdf-download .download-item-list {
  padding-left: 0;
  list-style: none;
}
body.sp .page-pdf-download .download-item-list li {
  font-size: 14px;
  margin-left: 10px;
  line-height: 2;
}
body.sp .page-pdf-download .btn_outer {
  text-align: center;
  margin-top: 25px;
}
body.sp .page-pdf-download .btn_small {
  display: inline-block;
}
body.sp .page-pdf-download .btn_small a {
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
}
body.sp .page-pdf-download .btn_detail1 a {
  color: #fff;
  background: #00b9c7;
}
body.sp .page-pdf-download .btn_detail3 a {
  color: #1f64aa;
  border: 1px solid #1f64aa;
  background: #fff;
}
