/*
Theme Name: Taguchi original theme
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Taguchi Industrial
Author URI: https://www.taguchi.co.jp/
Description: This is Original Theme for Taguchi Industrial
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taguchi

This is Original Theme for  Taguchi Industrial.
*/

/* alignment 対応 */
.news-Detail_Body figure {
    text-align: inherit;
}
.news-Detail_Body figure.alignleft,
.has-text-align-left {
    text-align: left;
}
.news-Detail_Body figure.alignright,
.has-text-align-right {
    text-align: right;
}
.news-Detail_Body figure.aligncenter,
.has-text-align-center {
    text-align: center;
}

/* 埋め込みブロックのレスポンシブ対応 */
.wp-has-aspect-ratio .wp-block-embed__wrapper {
    position: relative;
    max-width: 100%;
    height: 0;
}
.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    padding-top: 56.25%;
}
.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    padding-top: 75%;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* アスペクト比が変わるのを防止 */
.news-Detail_Body img {
    max-width: 100%;
    height: auto;
}


/* タグ名にaタグを付けても色を変えない */
.news-Detail_Title .tag li a,
.news-ArticleList-tag li a {
    display: inline;
    color: #888;
}


/* marginの無い段落ブロック対応 */
.news-Detail_Body .is-style-margin-top_0 {
    margin-top: 0;
}
.news-Detail_Body .is-style-margin-bottom_0 {
    margin-bottom: 0;
}
.news-Detail_Body .is-style-margin-topbottom_0 {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (min-width:769px){
    .news-Detail_Body figure +
    .is-style-margin-top_0 {
        margin-top: -40px;
    }
    .news-Detail_Body figure +
    .is-style-margin-topbottom_0 {
        margin-top: -40px;
    }
}
@media screen and (max-width:768px){
    .news-Detail_Body figure +
    .is-style-margin-top_0 {
        margin-top: -30px;
    }
    .news-Detail_Body figure +
    .is-style-margin-topbottom_0 {
        margin-top: -30px;
    }
}


/* URLなどの長い英数字対策 */
.news-Detail_Body {
    /* word-break: break-all; */
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.news-Detail_Body table th,
.news-Detail_Body table td{
    word-break: break-all;
}

 /* Ajaxで続きを表示する時用 */
.series-Lineup_List +
.series-Lineup_List {
    margin-top: 40px;
}

/* 製品詳細ページ、その他製品の戻り先 */
/*
.product-Nav_Prev a p {
    font-family: acumin-pro-condensed,sans-serif;
    line-height: 1.1;
}
@media screen and (min-width:769px){
    .product-Nav_Prev a p {
        font-size: 1.4rem;
    }
}
*/

/* 製品詳細ページ、複数枚の寸法図用 */
@media screen and (min-width:769px){
    .product-Spec .sw-Section_HeaderS--1 {
        margin-bottom: 136px;
    }
    .product-Spec .sw-Section_HeaderS--2 {
        margin-bottom: 346px;
    }
    .product-Spec .sw-Section_HeaderS--3 {
        margin-bottom: 556px;
    }
    .product-Spec .sw-Section_HeaderS--4 {
        margin-bottom: 766px;
    }
    .product-Spec .sw-Section_HeaderS--5 {
        margin-bottom: 976px;
    }
    .product-Spec .sw-Section_HeaderS--6 {
        margin-bottom: 1186px;
    }
    .product-Spec .sw-Section_HeaderS--7 {
        margin-bottom: 1396px;
    }
    .product-Spec .sw-Section_HeaderS--8 {
        margin-bottom: 1606px;
    }
    .product-Spec .sw-Section_HeaderS--9 {
        margin-bottom: 1816px;
    }
    .product-Spec .sw-Section_HeaderS--10 {
        margin-bottom: 2026px;
    }

    .product-Spec .Spec_Diagram--multi {
        position: absolute;
        top: 0;
        right: 40px;
        width: calc(100% - 265px);
    }
    .product-Spec .Spec_Diagram--multi .product-Spec_Diagram {
        position: relative;
        width: 100%;
    }

}
.pagination{
    display:flex;
}
.series-Lineup_List .pagination li,.series-Lineup_List.pagination li a{
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
}
.series-Lineup_List .pagination li.active{
    background-color:#c7000b;
    color:white;
    font-weight:bold;
}
.series-Lineup_List-image img{
    padding-top:20px;
}
.cndns-right i {
	font-style: normal!important
}
.cndns-right {
	z-index: 99;
	margin-top: -300px;
	border: 1px solid #e0e0e0;
	background: #f1f1f1;
	opacity: .9;
	filter: alpha(opacity=9);
	width:80px;
	margin-left: -14px;
}
.cndns-right p{
    font-size: 10px;
    text-align: center;
}
.cndns-right i {
	font-style: normal!important
}
.cndns-right-meau {
	position: relative
}
.cndns-right-btn {
	position: relative;
	display: block;
	border-top: 1px solid #e0e0e0;
	text-align: center;
	text-decoration: none;
    padding-top: 10px;
    text-decoration: none;
}
.cndns-right-btn:hover {
	background: #fff
}
.cndns-right-btn span {
	color: #edb509;
	font-size: 28px!important;
	line-height: 52px
}
.cndns-right-btn sup {
	position: absolute;
	top: -12px;
	left: -12px;
	display: block;
	height: 24px;
	min-width: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #edb509;
	color: #fff;
	text-align: center;
	line-height: 24px
}
.cndns-right-btn p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px
}
.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
	text-decoration: none
}
.meau-car .cndns-right-btn {
	margin-bottom: 20px;
	border-color: #edb509;
	text-decoration: none
}
.meau-car .cndns-right-meau:hover .cndns-right-btn {
	background-color: #edb509;
	text-decoration: none
}
.meau-car .cndns-right-meau:hover .cndns-right-btn span {
	display: block;
	color: #fff;
	text-decoration: none
}
.meau-code .sev-t img {
	margin: 0;
	padding: 0;
	width: 134px;
	height: 164px
}
.meau-car .cndns-right-btn span {
	color: #edb509
}
.meau-top .cndns-right-btn span {
	padding-top: 10px;
	font-size: 24px!important;
	line-height: 38px
}
.meau-top .cndns-right-btn i {
	display: block;
	color: #333;
	font-size: 12px
}
.cndns-right-box {
	position: absolute;
	top: -15px;
	right: 62px;
	display: none;
	padding-right: 25px
}
.cndns-right-box .box-border {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 20px;
	border: 1px solid #f1f1f1;
	border-top: 4px solid #edb509;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	box-shadow: 0 3px 8px rgba(0,0,0,.15)
}
.cndns-right-box .box-border .sev-t span {
	float: left;
	display: block;
	margin-right: 20px;
	color: #d3d3d3;
	font-size: 42px;
	line-height: 56px
}
.cndns-right-box .box-border .sev-t p {
	float: left;
	margin: 0;
	padding: 0;
	color: #edb509;
	font-size: 22px;
	line-height: 28px
}
.cndns-right-box .box-border .sev-t p i {
	display: block;
	color: #888;
	font-style: normal!important;
	font-size: 14px
}
.cndns-right-box .box-border .sev-b {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e4e4e4
}
.cndns-right-box .box-border .sev-b h4 {
	padding-bottom: 15px;
	color: #666;
	font-weight: 400;
	font-size: 14px
}
.cndns-right-box .box-border .sev-b ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.cndns-right-box .box-border .sev-b li {
	float: left;
	width: 50%
}
.cndns-right-box .box-border .sev-b li a {
	display: inline-block;
	padding-left: 43px;
	background: url(../images/zxqq.png) no-repeat left 3px;
	color: #888;
	font-size: 14px;
	line-height: 36px
}
.cndns-right-box .box-border .sev-b li a:hover {
	color: #edb509
}
.meau-sev .cndns-right-box .box-border {
	width: 100px
}
.meau-contact .cndns-right-box .box-border {
	width: 230px
}
.cndns-right-meau:hover .cndns-right-box {
	display: block
}
.meau-code .cndns-right-box {
	top: inherit;
	bottom: -35px
}
.meau-code .cndns-right-box .box-border {
	width: 156px;
	text-align: center
}
.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 22px
}
.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px
}
.meau-zs .cndns-right-btn {
	margin-top: 80px;
	border-color: #edb509;
	background-color: #edb509;
	color: #fff
}
.meau-zs .cndns-right-btn span {
	color: #fff
}
.meau-zs .cndns-right-btn p {
	color: #fff
}