@charset "utf-8";
.disnon {
	display: none!important;
}
.no_visible {
	visibility: hidden!important;
}
.type--sp {
	display: none!important;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
input[type="submit"] {
	-webkit-appearance: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:focus {
	outline: none;
}
html {
}
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lucida Grande", sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	color: #000;
	width: 100%;
	min-width: 1300px;
	word-wrap: break-word;
	line-height: 1.5;
	background-color: #fff;
}
input[type="text"],input[type="email"],input[type="tel"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px;
	border: none;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="file"] ,input[type="password"], select , textarea {
	font-size: 16px;
	font-family: 'Noto Sans JP', "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Lucida Grande", sans-serif;
	border: 1px solid #D6D6D6;
}
input[type="submit"], select {
	cursor: pointer;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
h1 {
	padding: inherit;
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-rendering: inherit;
}
select {
	width: auto;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-color: #fff;
	font-size: 16px;
}
img {
	border: none;
	vertical-align: top;
	height: auto;
	max-width:100%;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s;
}
a:hover {
	opacity: 0.7;
}
.hover {
	display: block;
	cursor: pointer;
	transition: all 0.2s;
}
.hover:hover {
	opacity: 0.7;
}
.link {
	cursor: pointer;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
	opacity: 1;
}
.link_02 {
	cursor: pointer;
	text-decoration: underline;
}
.link_02:hover {
	text-decoration: none;
	opacity: 1;
}
.block {
	display: block;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header {
  position: relative;
  z-index: 10000;
  background-color: #fff;
}
.header-top {
  display: flex;
  justify-content: space-between;
  height: 68px;
  padding: 0 80px;
}
.header-left {
  margin: 0;
  padding-top: 24px;
}
.logo {
  margin: 0;
  padding: 0;
}
.header-right {
  /*font-size: 0;*/
  /*padding-top: 19px;*/
  padding-top: 6px;
}
.header-right-left-01 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.header-right-left-01-head a {
  font-size:16px;
}
.header-right-left-01-head a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #000;
}
.header-right-left-01-link {
  display: none;
}
.header-right-left-01-link li {
}
.header-right-left-01-link a {
}
.header-right-left-02 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.header-right-left-03 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size:30px;
  font-weight: bold;
  line-height: 1;
}
.header-right-left-03 a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
  width: 14px;
  height: 24px;
/*  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/icon_phone.png);
	*/
}
.header-right-left-04 {
  display: inline-block;
  vertical-align: middle;
}
.header-right-left-04 a img {
	vertical-align: middle;
}

.wpml-ls-slot-shortcode_actions a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0ac";
    /* color: #333; */
    vertical-align: middle;
    font-size: 2rem;
    margin-right: .1em;
}

.header-bottom {
  font-size: 0;
  text-align: center;
  background-color: #000;
}
.header-bottom-01 {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.header-bottom-01.type--current::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 3px;
  background-color: #D0121B;
}
.header-bottom-01 > a {
  padding: 12px 25px;
}
.menu_btn {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  background-image: url(../img/btn_menu.png);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-bottom-01-nav-wrap {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  max-width: 1000px;
  width: 1000px;
}
.header-bottom-01.type--list:hover .header-bottom-01-nav-wrap {
  display: block;
}
.header-bottom-01-nav {
  position: relative;
  padding-top: 40px;
  padding-right: 80px;
  padding-bottom: 25px;
  padding-left: 80px;
  background-color: #000000;
}
.header-bottom-01-nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 1;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  border-left: 10px solid transparent;
}
.header-bottom-01_item {
  float: left;
  margin-bottom: 15px;
  width: 260px;
}
/*.header-bottom-01_item:nth-child(4n + 1) {
  clear: both;
}*/
.header-bottom-01_img {
  margin-bottom: 10px;
}
.header-bottom-01_txt {
}

.sp_menubottom {
	display: none;
}


.mv {
  margin-bottom: 40px;
  min-height: 800px;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/mv.png);
}
.common-wrap {
  padding-right: 80px;
  padding-left: 80px;
}
.mv-inner {
  padding-top: 220px;
  text-align: right;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.mv_head_top {

}
.mv_head {
  padding-bottom: 40px;
  font-size: 90px;
}
.mv_img {
}

.news {
  display: flex;
  margin: 0 auto;
  padding-bottom: 100px;
  max-width: 850px;
}
.news-left {
  width: 190px;
  min-width: 190px;
}
.news_head {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.news_head::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 6px;
  width: 8px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/obj01.png)
}
.news_link {
  display: inline-block;
  width: 72px;
  font-size: 14px;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #000;
  border-radius: 13px;
  text-align: center;
}
.news-right {
  padding-top: 30px;
}
.news-right-list {
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
  width: calc(100% - 40px);
}
.news-right-list dt {
  display: table-cell;
  vertical-align: top;
  width: 115px;
  font-weight: bold;
}
.news-right-list dd {
  display: table-cell;
  vertical-align: top;
}

.top-col1{
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  padding: 0 20px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-col1-wrap .top-col1:nth-child(even) {
  flex-direction : row-reverse
}
.boss.top-col1 {
  background-image: url(../img/pic_bg01.png);
}
.rapfix.top-col1 {
  background-image: url(../img/pic_bg02.png);
}
.switch.top-col1 {
  background-image: url(../img/pic_bg03.png);
}
.paddle.top-col1 {
  background-image: url(../img/pic_bg04.png);
}
.steering.top-col1 {
  background-image: url(../img/pic_bg05.png);
}
.legacy.top-col1 {
  background-image: url(../img/pic_bg06.png);
}
.accessory.top-col1 {
  background-image: url(../img/pic_bg07.png);
}
.top-col1-box01 {
  width: 520px;
  min-width: 520px;
}
.top_col1_head {
  margin-top: -45px;
}
.top-col1-wrap .top-col1:nth-child(even) .top_col1_head {
  text-align: right;
}
.top-col1-box02 {
  padding: 40px 0;
  width: calc(100% - 600px);
}
.top-col1-wrap .top-col1:nth-child(even) .top-col1-box02 {
  width: calc(100% - 600px);
}
.top_col1_box02_head {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
}
.top_col1_txt {
  max-width: 720px;
  line-height: 2;
}
.top-col1-box02-col2 {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.top-col1-box02-col2.type--02 {
  align-items: flex-start;
}
.top-col1-box02-list.type--02 {
  padding-left: 40px;
}
.top-col1-box02_item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
}
.top-col1-box02_item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px );
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #D90000;
}
.top-col1-box02_item:last-child {
  margin-bottom: 0;
}
.top-col1-box02_btn {
  flex-shrink: 0;
  padding-left: 40px;
}
.top-col1-under {
  margin-top: 12px;
  font-size: 0;
}
.top-col1-under-01 {
  display: inline-block;
}
.top-col1-under-01 a {
  display: block;
  position: relative;
  padding: 40px 0;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #D90000;
}
.top-col1-under-01 a::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -33px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 12px solid #D90000;
}
.top-col1-under-02 {
  display: inline-block;
  vertical-align: middle;
}
.top-2col-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-2col-wrap.type--first {
  padding-top: 10px;
  margin-bottom: 10px;
}
.top-2col-wrap.type--last .top-col1 {
  margin-bottom: 0;
}
.top-2col-wrap .top-col1 {
  align-items: flex-end;
  width: calc(50% - 20px);
  padding: 0;
}
.top-2col-wrap .top-col1-box01 {
  width: 540px;
  min-width: 540px;
}
.top-2col-wrap .top-col1-box02 {
  width: calc(100% - 480px);
  margin-left: -50px;
  padding-bottom: 120px;
}
.top-2col-wrap .top-col1-under-01 a {
  padding: 0;
}
.bg-top {
  background-image: url(../img/pic_bg08.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bnr {
  background-image: url(../img/pic_bg09.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bnr-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 1020px;
}
.bnr-wrap:lang(en)  {
  justify-content: space-around;
}
.bnr_item.center {
  padding-bottom: 80px;
  margin: 0 auto;
}
.bnr_item.center img {
  width: 25%;
}



.footer {
  color: #fff;
  background-color: #000;
}
.footer-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 80px;
  border-bottom: 1px solid #222222;
}
.footer-top:lang(en) {
	justify-content: space-around;
}
.footer-top-inner {
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 25px 10px 24px;
  width: 750px;
  background-color: #131313;
  font-size: 0;
  text-align: center;
  border-radius: 3px;
}
.footer_top_inner_01 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 16px;
  text-align: left;
	white-space: nowrap;
}
.footer_top_inner_02 {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.footer_top_inner_02 a {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 44px;
  font-weight: bold;
	white-space: nowrap;
}
.footer_top_inner_02 a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
  width: 23px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_phone02.png);
}
.footer_top_inner_03 {
  display: inline-block;
  vertical-align: middle;
	white-space: nowrap;
}
.footer-mid {
  margin-bottom: 60px;
  border-bottom: 1px solid #222222;
}
.footer-mid-list-wrap {
  display: flex;
  justify-content: space-around;
}
.footer-mid-list {
  width: 280px;
}
.footer_mid_head {
  margin-bottom: 35px;
  font-size: 18px;
}
.footer_mid_head::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 8px;
  width: 8px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/obj01.png);
}
.footer-mid-child {
}
.footer-mid-child li {
  margin-bottom: 14px;
  font-size: 14px;
}
.footer-mid-child li:last-child {
  margin-bottom: 0;
}
.footer_mid_fb {
  padding: 15px 0;
  text-align: right;
}
.footer_mid_fb a {
  display: inline-block;
}
.footer_mid_fb img {
  width: 24px;
}
.fotter-bottom {
  padding-bottom: 80px;
  text-align: center;
}
.fotter_logo {
  margin-bottom: 30px;
  text-align: center;
}
.fotter_logo a {
  display: inline-block;
}
.copy {
  font-size: 14px;
  font-weight: bold;
  color: #2F2F2F;
}

.under-content {
  padding-bottom: 120px;
 }
.common-wrap-02 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.under-mv {
  padding-top: 66px;
  padding-bottom: 66px;
  color: #fff;
  text-align: center;
  background-image: url(../img/bg_under_mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.under-mv_head {
  margin-bottom: 5px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.under-mv_sub {
  font-size: 14px;
}
.under-mv_sub:lang(en) {
	display: none;
}

.breadcrumb {
  margin-bottom: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 0;
  background-color: #F0F0F0;
}
.breadcrumb_block {
  display: inline-block;
  font-size: 16px;
}
.breadcrumb_block::after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin-top: -9px;
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumb_block:last-child::after {
  display: none;
}

.badge {
	display: inline-block !important;
    background: #D0121B;
    color: #fff;
    padding: .2em .3em !important;
    border-radius: 5px;
}
.cmn-block {
	margin-bottom: 80px;
}
.cmn-block.type--mb0 {
	margin-bottom: 0;
}
.cmn-head {
  margin-bottom: 30px;
  padding-bottom: 1px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 3px solid #D0121B;
}
.plist-list {
  display: flex;
  flex-wrap: wrap;
}
.plist-item {
  flex-shrink: 0;
  margin-right: 48px;
  margin-bottom: 40px;
  width: 368px;
}
.plist-item img {
	width: 100%;
}
.plist-item:nth-child(3n) {
  margin-right: 0;
}
.plist-list.type--pdtl .plist-item {
  width: 288px;
  margin-right: 16px;
  margin-bottom: 15px;
}
.plist-list.type--pdtl .plist-item:nth-child(3n) {
  margin-right: 16px;
}
.plist-list.type--pdtl .plist-item:nth-child(4n) {
  margin-right: 0;
}
.plist-item_img {
  margin-bottom: 15px;
}
.plist-item_name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.plist-item_txt {
  font-size: 18px;
}
.plist-bnr-list {
	display: flex;
	flex-wrap: wrap;
}
.plist-bnr-item {
	flex-shrink: 0;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 384px;
}
.plist-bnr-item:nth-child(3n) {
	margin-right: 0;
}

.pdtl-main-img {
  margin-bottom: 40px;
  text-align: center;
}
.pdtl-main-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.pdtl-main-left {
  width: 900px;
  flex-shrink: 0;
  font-size: 0;
}
.pdtl-main-left.type--first {
  width: 100%;
}
.pdtl-main-left_name {
  font-size: 40px;
  line-height: 1.2!important;
  font-weight: bold;
}
.pdtl-main-left.type--first .pdtl-main-left_name {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 3px solid #D0121B;
  color: #fff;
  background-color: #000;
  font-size: 44px;
  width: 100%;
}
.pdtl-main-left_name span {
  display: block;
  padding-top: 10px;
  font-size: 20px;
}
.pdtl-main-left_price {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.2!important;
  font-weight: bold;
  color: #D0121A;
}
.pdtl-main-left_size {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.2!important;
  font-weight: bold;
  color: #555;
}
.pdtl-main-left_size span.soldout {
	color: #D0121A;
	text-decoration: line-through;
}
.pdtl-main-left_size span.soldout.txt {
	color: #555;
	text-decoration: none;
	font-size: 13px;
}
.pdtl-main-left_size span.soldout > span {
	color: #555;
	text-decoration: none;
}
.pdtl-main-right {
  flex-shrink: 0;
  font-size: 0;
}
.pdtl-main-right-inspection {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 1px;
  padding-left: 8px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #D0121A;
  border-radius: 3px;
}
.pdtl-main-right-qualification {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.pdtl-main_txt {
  margin-top: 60px;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-size: 34px;
  font-weight: bold;
  background-color: #F0F0F0;
  border-radius: 8px;
}
.bg_gray {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  background-color: #F0F0F0;
  border-radius: 8px;
}
.cmn_txt {
  font-size: 16px;
  margin-bottom: 30px;
}
.cmn_txt.type--pt20 {
  padding-top: 20px;
}
.cmn_txt.type--pt30 {
  padding-top: 30px;
}
.patent {
  padding-left: 90px;
  position: relative;
}
.patent::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 73px;
  background-image: url(../img/product_detail/pic03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.img_wrap {
  text-align: center;
}
.wrap-mov {
  display: flex;
  justify-content: space-between;
}
.wrap-mov_movie {
  flex-shrink: 0;
  position: relative;
  width: 600px;
  padding-top: 400px;
}
.wrap-mov_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.wrap-mov_txt {
  flex-shrink: 0;
  width: 560px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.nlist-nav-wrap {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
}
.nlist-nav-wrap.type_boder_top {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #D6D6D6;
  border-bottom: none;
}
.nlist-nav-num {
  float: left;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.nlist-nav-num span {
  color: #F32B7A;
}
.nlist-nav_select-wrap {
  float: right;
  font-size: 0;
}
.nav_select {
  margin-left: 10px;
}

.nlist-list {

}
.llist-list-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 18px;
  border-bottom: 1px solid #D6D6D6;
}
.llist-list-item:first-child {
  padding-top: 0;
}
.llist-list-item dt {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  font-weight: bold;
}
.llist-list-item dd {
  display: table-cell;
  vertical-align: top;
}
.nlist-list-pnav {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.nlist-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nlist-link-wrap .nlist-link {
  width: 287px;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.nlist-link-wrap .nlist-link-inner {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #000;
  text-align: center;
}
.nlist-link-wrap .nlist-link-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
}
.nlist-link-inner.current {
  color: #fff;
  background-color: #D0121B;
  border: 3px solid #D0121B;
}
.nlist-link-wrap .nlist-link-inner.current::after {
  border-left: 10px solid #fff;
}


.ndtl-block-wrap {
  max-width: 700px;
}
.ndtl-block {
  margin-bottom: 80px;
}
.ndtl_img {
  margin-bottom: 25px;
  text-align: center;
}
.ndtl_txt {
}
.ndtl-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
}
.ndtl-nav {
  width: 220px;
  flex-shrink: 0;
}
.ndtl-nav a {
  display: block;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  border: 1px solid #D6D6D6;
}
.ndtl-nav.type--left a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ndtl-nav.type--right a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ctt_txtbox {
  margin-bottom: 80px;
  font-size: 18px;
}
.ctt_top_txt {

}
.ctt-list {

}
.ctt-list li {
  position: relative;
  padding-left: 1em;
}
.ctt-list li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.ctt-form {
  font-size: 18px;
  font-weight: bold;
}
.ctt-form-list {
  display: table;
  table-layout: fixed;
  margin-bottom: 25px;
  width: 100%;
}
.ctt-form-list:last-child {
  margin-bottom: 0;
}
.ctt-form-dt {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  width: 380px;
}
.ctt-form-dd {
  display: table-cell;
  vertical-align: top;
}
.ctt_txt {
  padding: 12px!important;
  font-size: 18px;
  width: 600px;
}
.req {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 15px;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 12px;
  background-color: #D0121A;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.ctt-txt-red {
  margin-bottom: 40px;
  font-size: 18px;
  color: #D01219;
}
.ctt_select {
  padding-top: 11px;
  padding-right: 12px;
  padding-bottom: 11px;
  padding-left: 12px;
  font-size: 16px;
}
.ctt_tarea {
  width: 600px;
  height: 220px;
  resize: none;
}
.ctt_radio {
  margin-left: 40px;
  margin-right: 8px;
  cursor: pointer;
}
.ctt_radio:first-child {
  margin-left: 0;
}
.ctt-form-radio label {
  cursor: pointer;
}
.ctt-submit-box {
  padding-top: 60px;
  border-top: 1px solid #D6D6D6;
  text-align: center;
  display: flex;
  justify-content: center;
}
.ctt-submit-box.type--comp {
  padding-top: 90px;
  border-top: 0;
}
.ctt-submit {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 2em 19px;
  font-size: 18px;
  font-weight: bold;
  /*width: 390px;*/
  color: #fff;
  background-color: #D0121B;
  border: none;
  border-radius: 5px;
  background-image: url(../img/obj_link.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.ctt-submit.type--back {
  background-image: none;
  background-color: #A3A3A3;
}
.cmn-head.type--mb0 {
  margin-bottom: 10px;
}
.send-comp {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.cmn-block.type--mb40 {
  margin-bottom: 40px;
}
.faq-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.faq-nav-list.type--single {
  justify-content: center;
}

.faq-nav-item {
  margin-right: 27px;
  margin-bottom: 25px;
  flex-shrink: 0;
  width: calc(25% - 20.25px);
}

.faq-nav-item:nth-child(4n) {
  margin-right: 0;
}
.faq-nav-list.type--single .faq-nav-item {
  margin-right: 0!important;
}

.faq-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 17px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #000;
  text-align: center;
}

.faq-nav-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
}
.faq-nav-list.type--single .faq-nav-link::after {
  right:   10px;
  border-top: 5px solid  transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
}

.faq-nav-list.support .faq-nav-link::after {
	display: none;
}

.faq-nav-list-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.faq-nav-list-col4 .faq-nav-item {
  width: 24%;
  margin-right: 0;
}
.faq-nav-list-col4 .faq-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 17px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #000;
  text-align: center;
}
.faq-nav-list-col4 .faq-nav-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
}

.faq-nav-list-col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.faq-nav-list-col5 .faq-nav-item {
	width:18%;
  margin-right: 0;
}
.faq-nav-list-col5 .faq-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 17px;
  padding-right: 30px;
  padding-bottom: 16px;
  padding-left: 30px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #000;
  text-align: center;
}
.faq-nav-list-col5 .faq-nav-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
}

.faq-nav-main-wrap {
}
.faq-nav-main {
  margin-bottom: 5px;
}
.faq-nav-main:last-child {
  margin-bottom: 0;
}
.faq-nav-main_head {
  display: block;
  position: relative;
  padding-top: 19px;
  padding-right: 40px;
  padding-bottom: 19px;
  padding-left: 90px;
  font-size: 20px;
  color: #fff;
  background-color: #000000;
  cursor: pointer;
}
.faq-nav-main_head::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 100%;
  background-color: #D0121B;
  background-image: url(../img/obj_open.png);
  background-repeat: no-repeat;
  background-position: center;
}
.faq-nav-main_head.type--active::before {
  background-image: url(../img/obj_close.png);
}
.faq-nav-main_box {
  display: none;
  position: relative;
  font-size: 18px;
}
.faq-nav-main_box-a-wrap {
  position: relative;
  padding: 20px 20px 20px 40px;
}
.faq-nav-main_box-a {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
}

.about-table-wrap {
  font-size: 18px;
}
.faq-nav-list.type--about .faq-nav-link {
  width: 288px;
}
.faq-nav-list.type--about .faq-nav-item {
  margin-right: 16px;
}
.faq-nav-list.type--about .faq-nav-item:nth-child(3n) {
  margin-right: 16px;
}
.faq-nav-list.type--about .faq-nav-item:nth-child(4n) {
  margin-right: 0;
}
.about-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
}

.about-table:last-child {
  border-bottom: none;
}
.about-table-wrap dt {
  display: table-cell;
  vertical-align: top;
  width: 110px;
  font-weight: bold;
}
.about-table-wrap.type--02 .about-table dt {
  width: 240px;
}
.about-table-wrap.type--03 .about-table dt {
  width: 150px;
}
.about-table-wrap dd {
  display: table-cell;
  vertical-align: top;
}
.about-txt {
  font-size: 18px;
}
.about-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.about-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.cmn-head-02 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.cmn-head-02::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 8px;
  height: 20px;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/obj01.png);
}
.about-txt {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.about-txt-02 {
  margin-bottom: 35px;
  font-size: 18px;
}

.under-content.privacy-content {
  font-size: 18px;
}

.privacy_head {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
}

.smap-list-wrap {
  display: flex;
}
.smap-list-box {
  width: 400px;
}
.smap-list {
  margin-bottom: 30px;
  padding-left: 15px;
}
.smap-list:last-child {
  margin-bottom: 0;
}
.smap-list.type--bold {
  padding-left: 0;
  font-weight: bold;
}
.smap-list li {
  padding-left: 10px;
  line-height: 1.8;
}
.smap-list.type--bold li {
  line-height: 2.2;
  font-size: 18px;
}
.smap-list li.first {
  padding-left: 0;
  font-weight: bold;
}

.over-list-wrap {
}
.over-list {
  display: table;
  table-layout: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
.over-list-img {
  display: table-cell;
  vertical-align: top;
  width: 330px;
}
.over-list-txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}
.error {
  display: block;
  color: #D01219;
  padding-top: 8px;
  font-size: 16px;
}

.dl_txt {
  margin-bottom: 40px;
  font-size: 18px;
}
.dl-list-wrap {
  margin-bottom: 30px;
}
.dl-list-wrap.type--mb0 {
  margin-bottom: 0;
}
.dl-list {
  display: flex;
  flex-wrap: wrap;
}
.dl-list-item {
  width: 162px;
  flex-shrink: 0;
  margin-bottom: 8px;
  margin-right: 11px;
}

.dl-list-item.wide {
	width: auto;
}
.dl-list-item.wide2 {
	width: auto;
}

.dl-list-item:nth-child(7n) {
  margin-right: 0;
}
.dl-list-item a {
  padding: 13px .5em 12px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  border: 3px solid #CDCDCD;
  text-align: center;
}
.dl-txt-list a {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  transition: 0s;
}
.dl-txt-list a:hover {
  opacity: 1;

  border-bottom: 1px solid transparent!important;
}
.dl-txt-list-desc {
	padding-left:1.8em;
}
.dl-txt-list-desc li {
	list-style-type:disc;
	margin-bottom: .5em;
}
.dl-txt-list-desc li:last-child {
	margin-bottom: 0;
}
.dl-txt-list-desc li a {
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	transition: 0s;
}
.dl-txt-list-desc li a:hover {
  border-bottom: 1px solid #D80000;
}


.tq-content {
  font-size: 18px;
}
.tq-graybox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #F0F0F0;
  border-radius: 12px;
}
.tq-graybox_img {
  width: 478px;
  flex-shrink: 0;
}
.tq-graybox-txtbox {
  padding-left: 25px;
  width: 642px;
  flex-shrink: 0;
}
.tq-graybox-txtbox_head {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.tq-graybox-txtbox_txt {
}
.tq-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tq-box_img {
  flex-shrink: 0;
  width: 314px;
}
.tq-box-txtbox {
  flex-shrink: 0;
  padding-left: 30px;
  width: 886px;
}
.tq-box-txtbox_txt {
}
.tq_txt {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
}
.col_red {
  color: #D80000;
}
.tq_txt_02 {
margin-bottom: 60px;
}

.ctt-submit-box.type--over {
  padding-top: 40px;
  border-top: none;
}
.over-content {
  font-size: 18px;
}

.box-terms {
	margin-bottom: 60px;
}

.box-terms-text {
	margin-bottom: 20px;
}

.lst-decimal {
	list-style-type: decimal;
	padding-left: 2.5em;
}

.lst-decimal .lst-decimal {
	margin-bottom: 0;
}

.lst-decimal-item {
	margin-bottom: 0.5em;
}

.tradelaw-table {

}

.tradelaw-table-raw:nth-child(odd) {

}

.tradelaw-table-raw:nth-child(even) {
	background-color: #e5e5e5;
}

.tradelaw-table-heading,
.tradelaw-table-texts {
	padding: 16px;
}

.order-box-gray {
  padding: 40px;
  background-color: #F0F0F0;
  border-radius: 20px;
}
.order-txt {
  margin-bottom: 30px;
  font-size: 18px;
}
.order-contact {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.order-contact .footer-top-inner {
  margin-right: auto;
  margin-left: auto;
}
.order-txt02 {
}
.order-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-box-item {
  margin-bottom: 40px;
  flex-shrink: 0;
  width: 280px;
  text-align: center;
}
.order-box-item_img {
  margin-bottom: 15px;
}
.order-box-item_txt {
  font-size: 18px;
  font-weight: bold;
}

.order-contact.type--match {
  padding-top: 30px;
  margin-bottom: 0;
}
.match_txt {
  font-size: 18px;
}
.match_txt_02 {
  margin-bottom: 40px;
  font-size: 18px;
}
.match-box-l-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.match-box-l-list > p {
  display: none;
}
.match-box-l-item {
  margin-bottom: 20px;
  width: 374px;
  flex-shrink: 0;
}
.match-box-l-item p,
.match-box-m-item p {
  visibility: hidden;
}
.match-box-l-item a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  border: 3px solid #CDCDCD;
  text-align: center;
}
.match-box-l-list.type--noimg .match-box-l-item {
  margin-bottom: 0;
}
.match-box-l-list.type--noimg .match-box-l-item a {
  padding-top: 27px;
  padding-bottom: 27px;
}
.match-box-l-item_txt {
  font-weight: bold;
  visibility: visible!important;
}
.match-box-m-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.match-box-m-item {
  margin-bottom: 20px;
  width: 186px;
  flex-shrink: 0;
  display: table;
}
.match-box-m-item a {
  display: table-cell;
  width: 100%;
  height: 80px;;
  vertical-align: middle;
  border: 3px solid #CDCDCD;
  text-align: center;
  font-size: 20px;
}
.match-box-l-txtbox {
  flex-shrink: 0;
  width: 800px;
}

.dom-table-wrap {
  margin-bottom: 20px;
}
.dom-table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
}
.dom-table-head {
  font-size: 18px;
  color: #fff;
  background-color: #131313;
  text-align: center;
}
.dom-table-head th {
  padding-top: 22px;
  padding-bottom: 21px;
  border-right: 1px solid #CDCDCD;
}
.dom-table-head th:nth-child(1) {
  width: 100px;
}
.dom-table-head th:nth-child(3) {
  width: 130px;
}
.dom-table-head th:nth-child(4) {
  width: 190px;
}
.dom-table-head th:nth-child(5) {
  width: 350px;
}
.dom-table-head th:nth-child(6) {
  width: 165px;
  border-right: none;
}
/*機械一覧*/
.dom-table-head_mc {
  font-size: 18px;
  color: #fff;
  background-color: #131313;
  text-align: center;
}
.dom-table-head_mc th {
  padding-top: 22px;
  padding-bottom: 21px;
  border-right: 1px solid #CDCDCD;
}
.dom-table-head_mc th:nth-child(1) {
  width: 100px;
}
.dom-table-head_mc th:nth-child(2) {
  width: 100px;
}
.dom-table-head_mc th:nth-child(3) {
  width: 100px;
}
.dom-table-head_mc th:nth-child(4) {
  width: 100px;
  border-right: none;
}


/*--------*/

.dom-table-date {
  border-bottom: 1px solid #CDCDCD;
}
.dom-table-date.bg {
  background: #c0c0c0;
}
.dom-table-date td {
  padding-top: 19px;
  padding-right: 10px;
  padding-bottom: 18px;
  padding-left: 10px;
  font-size: 18px;
  text-align: center;
  border-right: 1px solid #CDCDCD;
}
.dom-table-date td:last-child {
  border-right: none;
}
.dom-txt {
  margin-bottom: 30px;
}
.dom-txt.type--mb0 {
  margin-bottom: 0;
}
.dl-txt-list a.col_red {
  border-bottom: 1px solid #D80000;
}
.dom-txt-02 {
  font-size: 18px;
}

.pdtl-main-logo-wrap {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: right;
}

.img-center {
  margin-right: auto;
  margin-left: auto;
  max-width: 630px;
}
.img-center_img {
  margin-bottom: 1em;
}
.img-center_txt {
  font-size: 16px;
  text-align: center;
}
.img-center-small-wrap {
  /*font-size: 0;*/
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap
}
.img-center-small {
  /*display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  width: 386px;*/
  width: 33%;
  vertical-align: top;
}
.img-center-small-wrap4 {
  /*font-size: 0;*/
  text-align: center;
  display: flex;
justify-content: left;
  flex-wrap: wrap
}
.img-center-small4 {
  margin-right: 10px;

  /*display: inline-block;
  margin-left: 10px;
  width: 386px;*/
  width: 23%;
  vertical-align: top;
}

.img-center-small4:last-child {
  margin-right: 0;
}*

/*
.img-center-small:first-child {
  margin-left: 0;
}
.img-center-small:last-child {
  margin-right: 0;
}*/
.col2-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col2_img {
  flex-shrink: 0;
  width: 400px;
  text-align: right;
}
.col2_txt {
  flex-shrink: 0;
  width: 760px;
}
.col2-wrap.col4 .col2_img,
.col2-wrap.col4 .col2_txt {
	width: 24%;
}
.col2-wrap.col4 .col2_txt2 {
	width: 48%;
}


.col2-wrap.col4>div:nth-child(3) {
	margin-right: 4%;
}
.col2_txt .pdtl-main-left {
  width: 100%;
}
.col2-wrap.type--reverse {
  flex-flow: row-reverse;
}

.img-flex-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img-flex-wrap.col-4 span {
	width: 24%;
	margin: 0 auto .5em;
}
.img-flex-wrap.col-3 div {
	width: 30%;
	margin: 0 auto .5em;
}
.img-flex-wrap.col-3 span{
	padding:10px;
	background-color:#F0F0F0;
	display:block;
}
.cmn-head-03 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
pdtl-main_txt_list_gray {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-size: 34px;
  font-weight: bold;
  background-color: #F0F0F0;
  border-radius: 8px;
}
.cmn_txt_bold {
  font-size: 18px;
  font-weight: bold;
}
.manual_dl{
	display:inline-block;
	margin: 0 0 15px 0;
	padding:0 10px;
	border/*-bottom*/: 2px solid #D0121B;
/*	border-right: 5px solid transparent; */
	font-size:20px;
}
.ml1em{
	margin-left:10px;
}

.caution li {
  text-align: left;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
}
.caution li::before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.caution.type--pt20 {
  padding-top: 20px;
}
.wrap-mov {
}
.wrap-mov.type--center {
  justify-content: center;
}
.wrap-mov.type--reverse{
  flex-flow: row-reverse;
}
.wrap-mov_txt {
  font-weight: normal;
  line-height: 1.5;
}
.txt-border-wrap {
  font-size: 18px;
}
.txt_border {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D6D6D6;
}
.txt_border:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.type--pt30 {
  padding-top: 30px;
}
.type--pt20 {
  padding-top: 20px;
}
.type--pt60 {
  padding-top: 60px;
}
.type--mt1em {
	margin-top: 1em;
}
.type--mt1_5em {
	margin-top: 1.5em;
}
.type--mt2em {
	margin-top: 2em;
}
.type--mt3em {
	margin-top: 3em;
}
.type--mt4em {
	margin-top: 4em;
}
.type--mt5em {
	margin-top: 5em;
}
.plist-item_img {
  border: 1px solid #E9E9E9;
}
.pdtl-wrap .link_02, .pdtl-wrap .link, .faq-content .link_02, .link_02_blue {
  /*color: #2E57AD;*/
}
.btn_match {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #000!important;
}

.img-center_img img, .col2_img img {
  /*border: 1px solid #E9E9E9;*/
}
.ctt_txtbox.type--input,
.ctt_txtbox.type--confirm {
	display: none;
}
.mw_wp_form_input .ctt_txtbox.type--input {
	display: block;
}
.mw_wp_form_confirm .ctt_txtbox.type--confirm {
	display: block;
}
.nlist-list-pnav {
	text-align: center;
	font-size: 0;
}
.nlist-list-pnav .wp-pagenavi a,
.nlist-list-pnav .wp-pagenavi span {
	display: inline-block;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	font-size: 16px;
	border: 1px solid #D6D6D6;
	text-align: center;
}

.count-txt {
  font-size: 18px;
  margin-bottom: 60px;
}
.count-txt-02 {
  font-size: 18px;
}
.count-head {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.count-img {
  margin-bottom: 20px;
  text-align: center;
}
.style-list-desc li {
  text-align: left;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: .7em;
}
.style-list-desc li::before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ndtl-block h1,
.faq-nav-main_box-a-wrap h1 {
  padding: 0;
}
.ndtl-block p,
.faq-nav-main_box-a-wrap p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
.ndtl-block table,
.faq-nav-main_box-a-wrap table {
	width: 100%;
  margin-bottom: 1em;
	border: #000 1px solid;
	border-collapse: collapse;
  line-height: 1.6em;
}
.ndtl-block th,
.faq-nav-main_box-a-wrap th,
.ndtl-block td,
.faq-nav-main_box-a-wrap td {
	border: #000 1px solid;
	padding: 4px;
}
.ndtl-block ul li,
.faq-nav-main_box-a-wrap ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.ndtl-block ol li,
.faq-nav-main_box-a-wrap ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.ndtl-block a,
.faq-nav-main_box a {
  opacity: 1!important;
}
.ndtl-block a:hover,
.faq-nav-main_box a:hover {
  text-decoration: underline;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
img.centered, .aligncenter, div.aligncenter {
  display: block !important;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.match-box-m-list > p {
  display: none;
}
.video-section {
  width: 100%;
  text-align: center;
}
.video-wrap video {
}
.opacity {
	opacity: .3;
}
.caution {
	color: red;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 1em;
	text-align: center;
}
.f-size-xx-large {
	font-size: xx-large !important;
}
.f-size-x-large {
	font-size: x-large !important;
}
/*20230506追加*/
.wrap_cartin{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px;

}

.cartin{
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
    padding: 50px 15px;
    text-align: center;
}
.cartin img{
	margin:0;
	padding:0;
	width:200px ;
}
.cartin p.title{
    line-height: 1.2!important;
    font-weight: bold;
	font-size:120%;
	margin:20px 0;
	text-align:left;
}
.cartin p.price{
    margin: 15px 0;
    font-size: 20px;
    line-height: 1.2!important;
    font-weight: bold;
    color: #D0121A;
}

.cartin p.caption{
	margin:0 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5!important;
	background-color:#f5f5f5;
	text-align:left;
	height:6em;
}
.cart-submit {
  display: inline-block;
  margin: 20px 0; 
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #D0121B;
  border: none;
  border-radius: 10px;
}
/*機械工作ページ*/
h3.mc{font-family: 'Noto Serif JP', serif;font-size: 36px;margin:36px auto;}
.mb50{margin-bottom:50px;}

@media (max-width: 768px) {
	.cartin{
    width:100%;
	}
	h3.mc { font-size: 20px; margin:18px auto;}
	.img-flex-wrap.col-3 div{width:100%;text-align:center;}
	.img-flex-wrap.col-3 div img{width:70%;}
	
.addcart{
	margin-bottom:100px;
}
}

@media (min-width: 1280px) {
	.cartin{
    width: calc(100% / 3);
	}
}

/*ECカートサイズ変更*/
.addcart{
	max-width: 100%;
/*	margin:20px 50px;*/
/*	text-align: center;*/
}


.addcart .shopify-buy-frame{
	display: block;
	max-width: 100% !important;
}
.shopify-buy__layout-vertical{
	text-align: left !important;
}
/*
.shopify-buy__layout-vertical .shopify-buy__product__variant-selectors{
	max-width: 100% !important ;
}
*/
.mb20{
	margin-bottom: 20px;
}
.mt20{
	margin-top: 20px;
}
.ta_l{
	text-align: left;
}

.shopify-buy-frame.shopify-buy-frame--product {
  min-width: 10em;
}


/*86BRZ認定部品用*/
.raceparts{
    margin: 60px auto;
    padding:0;
    background-color: #F0F0F0;
    border: solid 1px #231815;
	max-width: 1200px;
}
.raceparts_in{
	margin: 40px ;
}	

.raceparts_in p{
	font-size: 16px;
	line-height: 1.75;
}

.raceparts_in h3{		
		margin: 0;
	}
.raceparts_in img{
	max-width:100%;
}

.raceparts_in h4{
	font-size:27px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	border-left:solid 10px #d0121b;
	padding-left: 20px;
	margin: 20px auto;
}
	
.raceparts_in div.imgwp{
	width: 100%;
	text-align: center;
	margin: 45px auto;
}

.raceparts_in p.caution{
	color: 	#d0121b;
	font-size: 16px;
	text-align: left;
}
.raceparts_in p.caution a:link{
	color: 	#d0121b;
	text-decoration: none;
}

.raceparts_in .fl_r{
	max-width: 100%;
	margin-top: 1em;
	text-align: right;
	display: block;
}

@media (max-width: 768px) {
    .raceparts_in .ctt-submit-box {
        flex-direction: column; /* ボタンを縦に並べる */
        width: 100%; /* 幅を100%にする（必要に応じて） */
    }
}

/*共通*/
.mb_50{
	margin-bottom: 50px;
}
/* 下段を2列にする：col4-2 ラッパー */
.col2-wrap.col4-2{
  display:flex;           /* 既存がfloatでも上書き */
  flex-wrap:wrap;
}

/* 子要素（今回 .col2_txt2 だけ）を横2列=50%に */
.col2-wrap.col4-2 > .col2_txt2{
  float:none !important;  /* 既存の float 指定を無効化 */
  width:auto;             /* 念のためリセット */
  flex:0 0 50%;
  max-width:50%;
  box-sizing:border-box;
}

/* 余白が必要なら（任意） */
.col2-wrap.col4-2 > .col2_txt2{ padding:0 10px; } /* 既存に合わせて調整 */

@media (max-width: 768px) {
  .col2-wrap.col4-2 > .col2_txt2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}