@charset "UTF-8";

/*!
Theme Name: umac210427 Child
Theme URI: https://umac.co.jp/
Template:   umac-master
*/


/*
@media screen and (max-width: 1366px) {　ipad 7　の横 CSS
@media screen and (max-width: 1024px) {　ipad 7　の縦 CSS
@media screen and (max-width: 896px) {　ipad　の縦 CSS
@media screen and (max-width: 750px) {　iphone12　の横 CSS
@media screen and (max-width: 667px) {　iphone　の横 CSS
@media screen and (max-width:480px) {　スマホ　の縦 CSS
*/


/************************************
** 子テーマ用のスタイルを書く
************************************/

/*-- １カラム用  --*/
.postid-4537 #header-container, .postid-4537 .h1line, .postid-4537 #breadcrumb, .postid-4537 .cat-label, .postid-4537 .cat-label {
    display:none;
}
.postid-4537 .product_table_style img{
    text-align:center;
	margin: 0em auto;
	display: block;
}
.postid-4537 .content_botanwaku, .postid-4537 .kakutoiwaku, .postid-4537 footer, .postid-4537 .under-entry-content{
	display: none;
}

/*-- 公開日  --*/
.nichiji{
    margin: 0em 0em;
    color: #777;
    font-size: 12px;
	text-align:right;
}
/*-- 個別ページ見出し  --*/
h2.midashi02{
    margin: 0em 0em !important;
	padding: 0 !important;
	background-color: #fff !important;
    font-weight: bold;
    font-size: 12px;
	text-align:left;
}
@media screen and (max-width:480px) {
h2.midashi02{
    margin: 0em 0em !important;
	padding: 0 !important;
	background-color: #fff !important;
    font-weight: bold;
    font-size: 16px;
	text-align:left;
}
}

/*=================================================
 * フッターSNSボタン
 * ================================================= */
.snsbotan a {
	float:left;
}
div.snsbotan {
	overflow: hidden;
	position: relative;
	margin:20px 0 0 0;
}
ol.snsbotan1 {
	list-style-type: none;
	float: left;
	position:relative;
	left:50%;
	margin: 0;
	padding: 0;
	position: relative;
}
ol.snsbotan1 li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin:0px 0 0 10px;
	float: left;
}
ol.snsbotan1 li a img {
	max-width: 35px;
}
ol.snsbotan1 li:first-child {
	margin-left: 0px;
}
@media screen and (max-width:480px) {
ol.snsbotan1 li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin:0px 10px 0 10px;
	float: left;
}
ol.snsbotan1 li:first-child {
	margin-left: 10px;
}
ol.snsbotan1 li a {
	margin-left:0px;
}
ol.snsbotan1 li a img {
	max-width: 60px;
}
.grecaptcha-badge { visibility: hidden; }
}


/*必要ならばここにコードを書く*/
/*=================================================
 * 「PC版表示タグ」「スマホ版表示タグ」を作る
 * ================================================= */
/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width:750px) {
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}
/*-- 221117各シングルページにタグ設置  --*/
.midashitagu{
  margin:-30px 0 2em;
}
.tag-link, .comment-reply-link {
    color: #e60033;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #e60033;
    border-radius: 2px;
    word-break: break-all;
}
.tag-link-231 {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    word-break: break-all;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1023px以下*/

@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}


/*834px以下*/

@media screen and (max-width: 834px) {
    /*必要ならばここにコードを書く*/
}


/*480px以下*/

@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
}


/* PCで観ると"pc"のclassがついた画像が表示 */

.pcpc {
    display: block !important;
}

.spsp {
    display: none !important;
}


/* スマホで観ると"sp"のclassがついた画像が表示 */

@media only screen and (max-width: 1366px) {
    .pcpc {
        display: none !important;
    }
    .spsp {
        display: block !important;
    }
}


/*=================================================
 * UMACユーザー非表示CSS
 * ================================================= */

.toplevel_page_theme-settings {
    display: none;
}

/*=================================================
 * ヘッダー
 * ================================================= */

.logo {
    text-align: left;
}

.site-name-text-link {
    pointer-events: none;
}

.logo-image {
    padding: 0px 0;
    font-size: inherit;
}

.wrap {
    width: 884px;
}
.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.h1line {
    text-align: left;
    font-size: 10px;
    color: #656565;
    font-weight: lighter;
    margin-top: 1px;
    margin-bottom: 3px;
    margin-left: 13px;
}

.header-container {
    margin: 0 auto;
    border: 1px solid #333;/*-- #9b9b9b;から#333へ変更 --*/
}

.header-in {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cat-item a::before {
    content: url('triangle.gif');
}

.tagline {
    text-align: center;
    font-size: 0;
    margin: 0em;
    padding: 0 0px;
    width: 880px;
}
@media screen and (max-width:480px) {
	.wrap {
    width: 100%;
}
	.tagline {
    text-align: center;
    font-size: 0;
    margin: 0em;
    padding: 0 0px;
    width: 100%;
}
	.tagline img {
    max-width: 50%;
}
	}
.header-container {
    box-shadow: none;
}

.mojiaka {
    color: #e60033;
}

#menu-item-24 {
    font-size: 15px;
}

.navi-in>ul li {
    display: block;
    width: 147px;
    height: 30px;
    line-height: 30px;
    position: relative;
    border: #bbb9b9 1px solid;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
    background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
    background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
    background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
    background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
}

.header-container .navi {
    background-color: #eeeeee;
}

#navi .navi-in a {
    color: #000;
    transition: 0.5s;
    font-size: 0.7em;
    letter-spacing: 1px;
    font-weight: bold;
}

.menu-header .current_page_item {
    border-bottom: solid 3px #b85455;
}

@media screen and (max-width: 1024px) {
    .logo {
        text-align: left;
        margin: .6em 1em;
        font-size: 1.7em;
    }
    .tagline {
        text-align: center;
        font-size: 1.6em;
        margin: .6em 1em;
    }
}

@media screen and (max-width: 480px) {
    .h1line {
        text-align: center;
        font-size: 14px;
        margin: .6em 0.5em;
    }
    .header-in {
        display: block;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .logo-image span,
    .logo-image a {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .tagline {
        text-align: center;
        font-size: 1.3em;
        margin: .6em .0em;
    }
}


/*=================================================
 * トップページ
 * ================================================= */

.kokuchi {
    color: #660000;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
	padding: 10px 0;
}

.sintyaku {
    margin-top: 10px;
}

.entry-content {
    margin-top: 0em;
    margin-bottom: 0em;
}

.toplist {
    width: 100%;
}

.toplist ul {
    padding-left: 0px;
}

.toplist li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin: 0 0 1em;
	text-align: left;
}

.toplist li a {
    border-left: 6px solid #a0a0a0;
    border-bottom: 2px solid #a0a0a0;
    display: block;
    text-decoration: none;
    margin: 0 0 10px;
}

.toplist>ul>li>a::before {
    content: "";
}

.toplist .children li a {
    border-left: 0px solid #000;
    border-bottom: 0px solid #111;
}

.toplist .children li {
    display: block;
    margin: 0 0 0em;
}
@media screen and (max-width: 480px) {
.toplist .children li {
    margin: 24px 0em;
}
	}
.toplist .children li.current-cat, .toplist li.current-cat {
    background: #fff;
}

.clear {
    content: "";
    display: block;
    clear: both;
}

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

.children .cat-item a::before {
  content: "";
  background-color: #3261ab;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("https://umac.co.jp/wp-content/uploads/2022/01/chevron-right.svg");
  mask: url("https://umac.co.jp/wp-content/uploads/2022/01/chevron-right.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
      margin: 0px 8px 2px 1px;
}
.search-edit{
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: 98%;
    margin: 0 auto;
    text-align: left;
}
.search-box {
    margin: 1em auto 2em;
    text-align: center;
    position: relative;
    width: 97%;
}
#search {
    width: 635px;
    background-image: url("https://umac.co.jp/wp-content/uploads/2024/09/search_bg.webp");
    background-repeat: no-repeat;
    height: 138px;
    margin: 0 0 1em;
    padding: 0;
}
#search dl {
    padding: 0;
    margin: 0 0 2em;
}

#search dt {
    padding-left: 210px;
    padding-top: 24px;
    font-size: 13px;
    height: 23px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
#search {
    width: 100%;
    background-image: url(https://umac.co.jp/wp-content/uploads/2022/01/search_bg.webp);
    background-repeat: no-repeat;
    height: 138px;
    margin: 0 0 1em;
    padding: 0;
}
#search dt {
    padding-left: 180px;
    padding-top: 14px;
    font-size: 10px;
    height: 23px;
    letter-spacing: 0.1em;
}
	}

#search table {
    background-color: transparent;
    color: #000;
}

#search table td {
    text-align: center;
    padding: 3px;
}

#search table th,
#search.scrollable-table th {
    background-color: transparent;
    color: #000;
}

.tr_entry_color_2 {
    background-color: white !important;
    color: rgb(225, 225, 225) !important;
}

#search table th.form {
    text-align: right;
    margin-bottom: 5px;
    width: 200px;
    padding-bottom: 5px;
}

#search table th.center {
    width: 30px;
}

#search table th,
#search table td {
    border: 0px solid #eee;
    padding: 0px;
    line-height: 0.5;
}

#search table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

#search table {
    width: 500px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

#search .form input {
    padding: 0px;
}

#search .kensakubotan {
    border: 1px solid #85aff3;
    background-color: #f5f5f5;
    border-radius: 0px;
    transition: 0.4s;
    font-size: 15px;
    padding: 2px 11px;
}

@media screen and (max-width: 1024px) {
    .toplist li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 310px;
        margin: 0 0 1em;
    }
.children .cat-item a::before {
  content: "";
  background-color: #3261ab;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("https://umac.co.jp/wp-content/uploads/2022/01/chevron-right.svg");
  mask: url("https://umac.co.jp/wp-content/uploads/2022/01/chevron-right.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
      margin: 0px 8px 2px 1px;
}
}

@media screen and (max-width: 480px) {
    .widget-entry-cards.large-thumb-on .a-wrap {
        overflow: hidden;
        /* display: block; */
        width: 100%;
    }
    .toplist li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 0 1em;
    }
}
/*=================================================
 * 全ページ
 * ================================================= */

a {
    color: #660000;
    text-decoration: none;
}

.main {
    padding: 10px 10px;
    border-radius: 0px;
    box-shadow: none;
    border-left: 0px solid #9b9b9b;
}
@media screen and (max-width: 480px) {
  main.main,
  div.sidebar {
    padding: 10px;
    margin: 10px 0;
    border-width: 0;
  }
}
.sidebar-left .content-in {
    flex-direction: row-reverse;
    border-right: 1px solid #333;/*-- #9b9b9b;から#333へ変更 --*/
    border-left: 1px solid #333;
    background: #fff;
}

.content {
    margin-top: 0px;
}

.content a:hover {
    text-decoration:underline;
}

.eye-catch {
    position: relative;
    margin-bottom: .6em;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.video-container {
    max-width: 640px;
    margin: 30px auto;
}

.color_red {
    color: #ff0000;
	font-size: 0.98em;
}


/*=================================================
 * 全ページ　商品お問合せ
 * ================================================= */

.hidden_box {
    margin: 2em 0;
    padding: 0;
}

.toshi {
    display: inline-flex;
}

.hidden_box label {
    padding: 15px;
    font-weight: 700;
    border: solid 2px #000;
    cursor: pointer;
}

.hidden_box label:hover {
    background: #efefef;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: .8s;
}

.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.goolgekome {
    padding: 0px 0 1em;
}
.goolgekome a {
    text-decoration: underline;
}

/**********************************************
** 固定ページの新着記事一覧(new_list)を
** 2カラム表示にする
**********************************************/

.page .new-entry-cards {
    display: flex;
    flex-wrap: wrap;
}

.page .new-entry-card-link {
    width: 50%;
}
@media screen and (max-width: 480px) {
	.page .new-entry-card-link {
    width: 100%;
    display: block;
	position: relative;
}
}

/*=================================================
 * メールでのお問合せ
 * ================================================= */

.your-zipcode input,
.your-zipcode2 input {
    width: 20%;
}
#post-30 .total {
    margin: 2em 0 1.8em;
}
.red {
    color: #e60033;
    font-size: 0.9em;
}

/*=================================================
 * テーブルカラー
 * ================================================= */

table tr:nth-of-type(2n+1) {
    background-color: #eff5ff;
}


/*=================================================
 * テーブルレスポンシブ
 * ================================================= */

section table {
    width: 100%;
    margin: 0 0 2em;
}

section th,
section td {
    padding: 5px;
    border: 1px solid #818181;
}

section th {
    font-weight: normal;
}

.demo01 td {
    border: 1px solid #818181;
}

.demo01 th {
    width: 30%;
    text-align: center;
}

.demo01 th a {
    border-bottom: none;
}

@media screen and (max-width: 1024px) {
    .demo01 th {
        width: 33%;
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    .demo01 {
        margin: 0 0 2em;
    }
    .demo01 th,
    .demo01 td {
        width: 100%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th {
        border-top: 1px solid #818181;
    }
}


/*=================================================
 * 会社案内
 * ================================================= */

@media screen and (max-width: 1024px) {
    .kaisya .normal {
        display: block;
    }
}


/*=================================================
 * FAQボックス
 * ================================================= */

.article dd {
    margin-left: 0;
}

.faq_block .faq_q::before,
.faq_block .faq_a::before {
    color: #fff;
    box-shadow: none;
    border-radius: 50%;
    position: absolute;
    top: .75em;
    left: 0;
    display: block;
    width: 2em;
    line-height: 2;
    text-align: center;
    font-family: Arial, sans-serif;
}

.faq_block .faq_q::before {
    font-weight: 400;
    content: "Q";
    background-color: #d55656;
}

.faq_block .faq_a::before {
    content: "A";
    background-color: #6599b7;
}

.faq_block .faq_q,
.faq_block .faq_a {
    position: relative;
    padding: 0.75em 1em 1em 3em;
    line-height: 1.8;
}

.faq_block .faq_q {
    font-weight: 700;
}

.faq_block .faq_a:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 2em;
    border-bottom: solid 1px rgba(200, 200, 200, .5);
}

.faq_block .faq_q {
    font-weight: 700;
}


/*=================================================
 * 一覧表示
 * ================================================= */

.ichiran .aa_syashin {
    width: 20%;
}


/* .ichiran .aa_kisyu {
    width: 126px;
}

.ichiran .aa_meka {
    width: 126px;
}

.ichiran .aa_kata {
    width: 126px;
}

.ichiran .aa_nen {
    width: 126px;
}

.ichiran .aa_kakaku {
    width: 126px;
} */

.ichiran .aa_shiyou {
    text-align: left;
}

.ichiran {
    font-size: 12px;
}

.ichiran span {
    display: none;
}

.aa_right {
    text-align: right;
}


/*=================================================
 * ページネーション
 * ================================================= */

.pgokuri .nav-links {
    border-top: 0px solid #ccc;
    padding: .5em 0 2em;<!--　230223下に余白追加　-->
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.nav-links {
    border-top: 1px solid #ccc;
    padding: .5em 0;
}

.nav-links:after {
    content: "";
    display: block;
    clear: both;
}

.nav-previous {
    float: right;
}

.nav-next {
    float: left;
}


/*=================================================
 * サイドバー
 * ================================================= */

.sidebar {
    padding: 10px 10px;
    border-radius: 0px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 16%), 0 0 0 0px rgb(0 0 0 / 8%);
}

.current-cat {
    background: #e5e5e5;
}

.current-cat .children {
    background: #fff;
}

.widget_recent_entries ul li a .post-count,
.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count,
.widget_pages ul li a .post-count,
.widget_meta ul li a .post-count,
.widget_rss ul li a .post-count,
.widget_nav_menu ul li a .post-count {
    font-style: normal;
    font-size: 90%;
    color: #3261ab;
    text-shadow: 0px 0px 0 rgb(234 168 191 / 70%);
}

.sidebar h3 {
    background: none;
    border-top: none;
    border-bottom: solid 3px #737373;
    padding: 1px 10px;
    color: #fff;
    position: relative;
    background: #9a9a9a;
    margin: 0px 0;
    font-size: 0.8em;
    height: 25px;
}

.sidebar h3::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 0px #eaa8bf;
    bottom: -3px;
    left: 0px;
    width: 15%;
}

.nwa .box-menu {
    width: calc(100%/1);
    text-align: left;
}

.box-menu {
    display: block;
    padding: 0em 0em 0 1px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    min-height: 0px;
    cursor: pointer;
    background: #fff;
    width: calc(100%/4);
    color: #777;
    box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
    transition: none;
}

.box-menu-description {
    font-size: 10px;
    opacity: 0.8;
    display: none;
}

.box-menu-label {
    font-weight: lighter;
    color: #660000;
    vertical-align: middle;
    display: table-cell;
}

.box-menu-icon {
    font-size: 2.3em;
    justify-content: center;
    align-items: center;
    display: table-cell;
    width: 30%;
}

.box-menu-icon * {
    font-size: 30px;
    margin: 0px 0;
    max-width: 60px;
    max-height: 60px;
    height: auto;
    display: inline-block;
}

.box-menu:hover {
    box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
}

.box-menu-icon img {
    font-size: 16px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    max-width: 74px;
}

.box-menu-label table tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.box-menu-label .nigyou {
    line-height: 1.1;
}

.box-menu-label table th,
.box-menu-label table td {
    border: 0px solid #eee;
    padding: 0px;
}

.box-menu-label img {
    width: 75px;
}

.bana {
    margin: 1em 0;
}

.box-menus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: table;
  width: 100%;
}

.box-menu-icon img {
  width: 74px;
  height:45px;
}

/*-- 230223下記追加した --*/
/*=================================================
 * カテゴリー毎に表示を変える
 * ================================================= */
/*-- TOPページに表示されてしまうので消すCSS --*/
.home #categories-5 {
  display: none;
}
#categories-2, #categories-5, #categories-4, #categories-6, #categories-7, #categories-8, #categories-9, #categories-10, #categories-11 {
    margin: 0em auto 1em;
	border: 1px solid #CDCDCD;
}
/*-- 工作機械用CSS --*/
#categories-2 .cat-item-4 .children .children {
  display: none;
}
#categories-2 .cat-item-5, #categories-2 .cat-item-6, #categories-2 .cat-item-7, #categories-2 .cat-item-8, #categories-2 .cat-item-9, #categories-2 .cat-item-10, #categories-2 .cat-item-11, #categories-2 .cat-item-12 {
  display: none;
}
#categories-2 .cat-item-4 .children {
  padding-left: 0px;
}
#categories-2 .cat-item-4 {
  font-size: 12px;
}
#categories-2 .cat-item-4 a {
  padding: 2px 0px;
}
/*-- 鍛圧･板金機械用CSS --*/
#categories-5 .cat-item-5 .children .children {
  display: none;
}
#categories-5 .cat-item-4, #categories-5 .cat-item-6, #categories-5 .cat-item-7, #categories-5 .cat-item-8, #categories-5 .cat-item-9, #categories-5 .cat-item-10, #categories-5 .cat-item-11, #categories-5 .cat-item-12 {
  display: none;
}
#categories-5 .cat-item-5 .children {
  padding-left: 0px;
}
#categories-5 .cat-item-5 {
  font-size: 12px;
}
#categories-5 .cat-item-5 a {
  padding: 2px 0px;
}
/*-- 鋼材加工機械用CSS --*/
#categories-4 .cat-item-6 .children .children {
  display: none;
}
#categories-4 .cat-item-4, #categories-4 .cat-item-5, #categories-4 .cat-item-7, #categories-4 .cat-item-8, #categories-4 .cat-item-9, #categories-4 .cat-item-10, #categories-4 .cat-item-11, #categories-4 .cat-item-12 {
  display: none;
}
#categories-4 .cat-item-6 .children {
  padding-left: 0px;
}
#categories-4 .cat-item-6 {
  font-size: 12px;
}
#categories-4 .cat-item-6 a {
  padding: 2px 0px;
}
/*-- 測定器･試験機用CSS --*/
#categories-6 .cat-item-7 .children .children {
  display: none;
}
#categories-6 .cat-item-4, #categories-6 .cat-item-5, #categories-6 .cat-item-6, #categories-6 .cat-item-8, #categories-6 .cat-item-9, #categories-6 .cat-item-10, #categories-6 .cat-item-11, #categories-6 .cat-item-12 {
  display: none;
}
#categories-6 .cat-item-7 .children {
  padding-left: 0px;
}
#categories-6 .cat-item-7 {
  font-size: 12px;
}
#categories-6 .cat-item-7 a {
  padding: 2px 0px;
}
/*-- 成形機用CSS --*/
#categories-7 .cat-item-8 .children .children {
  display: none;
}
#categories-7 .cat-item-4, #categories-7 .cat-item-5, #categories-7 .cat-item-6, #categories-7 .cat-item-7, #categories-7 .cat-item-9, #categories-7 .cat-item-10, #categories-7 .cat-item-11, #categories-7 .cat-item-12 {
  display: none;
}
#categories-7 .cat-item-8 .children {
  padding-left: 0px;
}
#categories-7 .cat-item-8 {
  font-size: 12px;
}
#categories-7 .cat-item-8 a {
  padding: 2px 0px;
}
/*-- 空圧機器･炉･溶接･溶断用CSS --*/
#categories-8 .cat-item-9 .children .children {
  display: none;
}
#categories-8 .cat-item-4, #categories-8 .cat-item-5, #categories-8 .cat-item-6, #categories-8 .cat-item-7, #categories-8 .cat-item-8, #categories-8 .cat-item-10, #categories-8 .cat-item-11, #categories-8 .cat-item-12 {
  display: none;
}
#categories-8 .cat-item-9 .children {
  padding-left: 0px;
}
#categories-8 .cat-item-9 {
  font-size: 12px;
}
#categories-8 .cat-item-9 a {
  padding: 2px 0px;
}
/*-- 搬送器具･その他機械･機械の付属品用CSS --*/
#categories-9 .cat-item-10 .children .children {
  display: none;
}
#categories-9 .cat-item-4, #categories-9 .cat-item-5, #categories-9 .cat-item-6, #categories-9 .cat-item-7, #categories-9 .cat-item-8, #categories-9 .cat-item-9, #categories-9 .cat-item-11, #categories-9 .cat-item-12 {
  display: none;
}
#categories-9 .cat-item-10 .children {
  padding-left: 0px;
}
#categories-9 .cat-item-10 {
  font-size: 12px;
}
#categories-9 .cat-item-10 a {
  padding: 2px 0px;
}
/*-- 工具用CSS --*/
#categories-10 .cat-item-11 .children .children {
  display: none;
}
#categories-10 .cat-item-4, #categories-10 .cat-item-5, #categories-10 .cat-item-6, #categories-10 .cat-item-7, #categories-10 .cat-item-8, #categories-10 .cat-item-9, #categories-10 .cat-item-10, #categories-10 .cat-item-12 {
  display: none;
}
#categories-10 .cat-item-11 .children {
  padding-left: 0px;
}
#categories-10 .cat-item-11 {
  font-size: 12px;
}
#categories-10 .cat-item-11 a {
  padding: 2px 0px;
}
/*-- その他備品用CSS --*/
#categories-11 .cat-item-11 .children .children {
  display: none;
}
#categories-11 .cat-item-4, #categories-11 .cat-item-5, #categories-11 .cat-item-6, #categories-11 .cat-item-7, #categories-11 .cat-item-8, #categories-11 .cat-item-9, #categories-11 .cat-item-10, #categories-11 .cat-item-11 {
  display: none;
}
#categories-11 .cat-item-12 .children {
  padding-left: 0px;
}
#categories-11 .cat-item-12 {
  font-size: 12px;
}
#categories-11 .cat-item-12 a {
  padding: 2px 0px;
}

/*-- 221117下記追加した --*/
/*=================================================
 * サイド掘り出し物　ウィジェットにあるタグ
 * ================================================= */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.telbotan {
	display: inline-block;
	}
@media screen and (max-width:480px) {
.btn, a.btn, button.btn {
	font-size: 1.2rem;
	padding: 1rem 0.5rem;
	width: 48%;
	}
.telbotan {
	display: block;
	margin: 0 auto;
    text-align: center;
	}
}
.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
	width: 100%;
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 1rem 1.5rem 1rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(0% - 0%);

  display: block;

  width: 100%;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

/*=================================================
 * フッター
 * ================================================= */

.footer {
    margin-top: 0px;
    padding: 8px 0 0;
    border: 1px solid #333;/*-- #9b9b9b;から#333へ変更 --*/
    text-align: center;
}

.footer-bottom {
    margin: 0px auto 0;
    padding: 8px 0 0;
    position: static;
    font-size: 14px;
    text-align: center;
}

.footer-bottom-content {
    float: none;
    text-align: center;
}

.navi-footer-in>.menu-footer {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 700px;
}
.navi-footer-in a {
    color: #660000;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.copyright {
    margin-top: 8px;
    background: #777777;
    color: #fff;
}
.go-to-top {
    bottom: 80px;
}
@media screen and (max-width:480px) {
	.navi-footer-in>.menu-footer {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    padding: 0;
    width: 100%;
    margin: 10px 0;
}
	}

/*=================================================
 * ソートボタンをデザインする
 * ================================================= */


/* ソートボタンのセクション全体に適用 */

#feas-sort-menu {
    text-align: center;
    margin: 1em auto;
    padding: 1em 0;
    font-size: 0.8em;
}


/* id=feas-sort-menu内のすべてのdivタグに適用 */

#feas-sort-menu div {
    display: inline-block;
    text-align: center;
    border-left: 1px solid #dadee6;
}


/* その最初のdivタグのみに適用 */

#feas-sort-menu div:first-child {
    border-left: none;
}


/* 見出しに適用 */

#feas-sort-menu p.midashi {
    display: block;
    font-weight: bold;
    color: #5d5d5d;
    margin-bottom: 0.5em;
    line-height: 1;
}


/* すべてのソートボタンに適用 */

#feas-sort-menu span a {
    color: white;
    display: inline-block;
    width: 2em;
    background-color: #e60033;
    border-radius: 3px;
    margin: 0 3px;
}

.font_size_l {
    font-size: 12px;
}
@media screen and (max-width: 480px) {
	.font_size_l {
    font-size: 16px;
}
	}
.font_size_m {
    font-size: 12px;
    line-height: 160%;
    padding: 3px 0;
}

.font_size_s {
    font-size: 12px;
    line-height: 120%;
}

.th_2 {
    background-color: white !important;
    color: #5c5c5c !important;
}

.row_triangle {
    color: #e60033 !important;
    border: 1px solid #e60033 !important;
    display: inline-block !important;
    width: 1.5em !important;
    height: 1.5em !important;
    background-color: rgb(225, 225, 225) !important;
    border-radius: 2px !important;
    margin: 0 2px !important;
}

#entry_table>table:nth-child(even)>tbody>tr>th {
    background-color: rgb(225, 225, 225) !important;
    color: #5c5c5c !important;
    font-weight: normal !important;
}

#entry_table>table:nth-child(odd)>tbody>tr>th {
    background-color: white !important;
    color: #5c5c5c !important;
    font-weight: normal !important;
}

.product_table {
    border: none !important;
}


/*
custom class
*/

.toplist>ul>li>a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center !important;
}

.cat_top_border {
    border: #9a9a9a solid 1px;
    color: #5c5c5c;
    margin-bottom: 10px;
    font-size: 12px;
    width: 201px;
}

.cat_bottom {
    height:30px;
    padding-top: 5px;
    margin-left: -1px;
    margin-right: -2px;
    background: url('childbox_top.jpg');
    text-align: center;
    word-wrap: break-word;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cat_bottom_shadow {
    height: 10px;
    background: url('childbox_border.jpg');
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -1px;
    margin-right: -2px;
}

.product_table_style {
    background-color: white !important;
    border: none !important;
	position: relative;
}

.cat-label {
    position: absolute;
    top: 0.3em;
    left: 0.9em;
    border: 1px solid #eee;
    font-size: 11px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 1px 5px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*-- 221117変更した --*/
@media screen and (max-width: 480px) {
	.cat-label {
    position: absolute;
    top: 0.3em;
    left: 0.9em;
    border: 1px solid #eee;
    font-size: 11px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 1px 5px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

.singletoptable .product_td_style {
    border-top: 1px solid #F5F5F5 !important;
    color: #5c5c5c !important;
}

.single_siyou {
    background-color: #fff;
    border: 0px solid #ddd;
    padding: 0px;
    overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-align: left;
}

.hover_event:hover {
    background-color:#1a0000;
    opacity: 0.5;
    color:white;
}
#baguetteBox-overlay .full-image img{
    width:auto !important;
    height:450px !important;
}
@media screen and (max-width: 480px) {
#baguetteBox-overlay .full-image img{
    width:auto !important;
    height:auto !important;
}
}
.column {
  float: left;
  width: 25%;
  height: 115px; /* Should be removed. Only for demonstration */
  margin-bottom: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.card_size {
    width:640px !important;
    height:640px !important;
}

* {
  box-sizing: border-box;
}

.column_triangle {
  float: left;
  width: 8%;
}

.column_content {
  float: right;
  width: 90%;
}

/* Clear floats after the columns */
.row_div:after {
  content: "";
  display: table;
  clear: both;
}

.td_padding {
    padding:2px !important;
}
@media screen and (max-width: 480px) {
.column {
  float: left;
  width: 50%;
  height: 150px; /* Should be removed. Only for demonstration */
}
}
/*=================================================
 * 各商品ページ
 * ================================================= */
.zeikomi {
    color: #CC0000;
	display: block;
}
@media screen and (max-width: 480px) {
.smaho {
    background-color: #fff;
}
.smaho table tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.smaho td {
    display: block;
	text-align: center;
    width: 100%;
}
.card-size {
    width: 100%;
}
.td_padding {
    padding:12px !important;
}
iframe {
    height:300px;
}

}
/*=================================================
 * 20230323変更した
 * ================================================= */
.breadcrumb {
    margin: 0em 0.4em 1em;
    color: #777;
    font-size: 13px;
}
#sidebar .search-box {
    margin: 0em auto 1em;
    text-align: center;
    position: relative;
    width: 97%;
}
#post-1524 {
    margin-bottom: 0em;
}
.article .new-entry-cards {
    margin-bottom: 0em;
}
.pgokuri .nav-links {
    border-top: 0px solid #ccc;
    padding: 1em 0 0em;
}
.toplist ul {
    padding-left: 0px;
    margin-top: 20px !important;
}
.pgokuri .nav-links {
    border-top: 0px solid #ccc;
    padding: 0em 0 0em;
}
#feas-sort-menu {
    text-align: center;
    margin: 0em auto 1em;
    padding: 0em 0 1em;
    font-size: 0.8em;
    width: 100%;
}
.nanken {
    height: 50px;
}
.singletoptable .product_td_style {
    border-top: 1px solid #CDCDCD !important;
    color: #5c5c5c !important;
}
.singletoptable table {
    border: 1px solid #CDCDCD !important;
}
.singletoptable table tr td {
    border: 1px solid #CDCDCD !important;
}
.smaho section th, section td {
    padding: 5px;
    border: 1px solid #CDCDCD;
}
.smaho .product_table_style {
    border: 1px solid #CDCDCD !important;
}

 /*=================================================
 * 前のページに戻るボタン
 * ================================================= */
 .btn_orange, a.btn_orange {
  color: #fff;
  background-color: #eb6100;
}
.btn_orange:hover, a.btn_orange:hover {
  color: #fff;
  background: #f56500;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
.btn02,
a.btn02,
button.btn02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
}
@media screen and (max-width: 480px) {
	}
/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/************************************
** 追加コード
************************************/
.page-id-16 #categories-9 {
  display: none;
}

 /*=================================================
 * 印刷用CSS
 * ================================================= */
@media print { 
#container h1 {
    font-size: 10px!important;
}
#container .header-container, #container .ad-area, #container .pager-links, #container .under-entry-content, #container .breadcrumb-category, #container .entry-footer, #container #admin-panel, #container .go-to-top-button, #container #fb-root, #container .toc, #container .sns-share, #container #notice-area-wrap, #container #notice-area, #container #appeal, #container #recommended, #container #carousel {
    display: contents !important;
}
#container .content {
    background: #fff !important;
    border-right: 1px solid #333!important;
    border-left: 1px solid #333 !important;
}
#container .main {
    width: 657px !important;
    float: right !important;
	padding: 10px 10px !important;
}
.header-container-in {
    margin: 0 auto !important;
    border: 1px solid #333 !important;
}
#container .sidebar, #container .widget {
    display: flow-root !important;
}
.sidebar h3 {
    background: none !important;
    border-top: none !important;
    border-bottom: solid 3px #737373 !important;
    padding: 1px 10px !important;
    color: #fff !important;
    position: relative !important;
    background: #9a9a9a !important;
    margin: 0px 0 !important;
    font-size: 0.8em !important;
    height: 25px !important;
}
#categories-2 {
    margin: 0em auto 1em !important;
    border: 1px solid #CDCDCD !important;
}
.home #categories-5 {
    display: none !important;
}
#container .footer {
	display: contents !important;
}
#footer-in {
    margin-top: 0px !important;
    padding: 8px 0 0 !important;
    border: 1px solid #333 !important;
    text-align: center !important;
}
#container .mobile-menu-buttons, #container #go-to-top {
    display: none !important;
}
}
 /*=================================================
 * ナノ加工工場売却
 * ================================================= */
.nano01 {
    background-color:#fff;
	padding: 20px 0;
}
@media screen and (max-width: 480px) {
.nano01 {
    background-color:#fff;
	padding: 20px 0;
}
	}
.nano02 {
  width: 400px;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
.nano02 {
  width: auto;
  margin: 20px 0;
}
	}
.nano02 h1 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.nano02 h1:before, .nano02 h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.nano02 h1:before {
  left: 7px;
}
.nano02 h1:after {
  right: 7px;
}
.nano03 {
    display: flex;
    flex-wrap: wrap;
}
.nano04 {
    width: 50%;
	padding: 5px;
}
@media screen and (max-width: 480px) {
.nano04 {
    width: 50%;
	padding: 5px;
}
	}
.nano05 {
    font-size: 1.8em;
}
.nano05 a {
	color: #f39800;
}
/************************************
** Cocoonバージョン: 2.8.7対応
************************************/
table {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
 /*=================================================
 * SVG
 * ================================================= */
.fa-home:before {
  content: "";
  background-color: #777;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://umac.co.jp/wp-content/uploads/2022/01/ホームのフリーアイコン素材.svg");
  mask: url("https://umac.co.jp/wp-content/uploads/2022/01/ホームのフリーアイコン素材.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}
.fa-folder:before {
  content: "";
  background-color: #777;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://umac.co.jp/wp-content/uploads/2022/01/fold.svg");
  mask: url("https://umac.co.jp/wp-content/uploads/2022/01/fold.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}
.fa-file-o:before {
  content: "";
  background-color: #777;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://umac.co.jp/wp-content/uploads/2022/01/page.svg");
  mask: url("https://umac.co.jp/wp-content/uploads/2022/01/page.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}
.fa-phone-square:before {
  content: "";
  background-color: #333;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://umac.co.jp/wp-content/uploads/2022/01/tel.svg");
  mask: url("https://umac.co.jp/wp-content/uploads/2022/01/tel.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}
.fa-angle-double-up:before {
  content: "";
  background-color: #333;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask: url("https://umac.co.jp/wp-content/uploads/2022/01/icon02.png");
  mask: url("https://umac.co.jp/wp-content/uploads/2022/01/icon02.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0;
}
.fa-search:before {
  mask: url('<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="width: 256px; height: 256px; opacity: 1;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#4B4B4B;}
</style>
<g>
	<path class="st0" d="M332.998,291.918c52.2-71.895,45.941-173.338-18.834-238.123c-71.736-71.728-188.468-71.728-260.195,0
		c-71.746,71.745-71.746,188.458,0,260.204c64.775,64.775,166.218,71.034,238.104,18.844l14.222,14.203l40.916-40.916
		L332.998,291.918z M278.488,278.333c-52.144,52.134-136.699,52.144-188.852,0c-52.152-52.153-52.152-136.717,0-188.861
		c52.154-52.144,136.708-52.144,188.852,0C330.64,141.616,330.64,226.18,278.488,278.333z" style="fill: rgb(75, 75, 75);"></path>
	<path class="st0" d="M109.303,119.216c-27.078,34.788-29.324,82.646-6.756,119.614c2.142,3.489,6.709,4.603,10.208,2.46
		c3.49-2.142,4.594-6.709,2.462-10.198v0.008c-19.387-31.7-17.45-72.962,5.782-102.771c2.526-3.228,1.946-7.898-1.292-10.405
		C116.48,115.399,111.811,115.979,109.303,119.216z" style="fill: rgb(75, 75, 75);"></path>
	<path class="st0" d="M501.499,438.591L363.341,315.178l-47.98,47.98l123.403,138.168c12.548,16.234,35.144,13.848,55.447-6.456
		C514.505,474.576,517.743,451.138,501.499,438.591z" style="fill: rgb(75, 75, 75);"></path>
</g>
</svg>
') no-repeat center center;
  display: block;
  width: 19px;
  height: 20px;
}