/* 正誤表 */
.tb02.seigohyo tr td:nth-child(1) {
  width:30px;
}
.tb02.seigohyo tr td:nth-child(2) {
  width:50px;
}
.tb02.seigohyo tr td:nth-child(3) {
  width:100px;
}
.tb02.seigohyo tr td:nth-child(5) {
  width:110px;
}
.tb02.seigohyo tr td:nth-child(6) {
  width:110px;
}

/* smoothatream */
.tb02.smoothatream tr td:nth-child(1) {
  width:200px;
}
.tb02.smoothatream tr td:nth-child(2) {
  width:250px;
}
.tb02.smoothatream tr td:nth-child(3) {
  width:200px;
}
.tb02.smoothatream tr td:nth-child(4) {
  width:200px;
}

/* pingel */
.tb02.pingel tr td:nth-child(1) {
  width:100px;
}
.tb02.pingel tr td:nth-child(2) {
  width:150px;
}
.tb02.pingel tr td:nth-child(3) {
  width:250px;
}
.tb02.pingel tr td:nth-child(4) {
  width:150px;
}

/* 2列 */
.tb03.tail tr td:nth-child(1) {
  width:100px;
}
.tb03.tail tr td:nth-child(2) {
  width:250px;
}

/*clearfix*/
.floatcontainer:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.floatcontainer{display: inline-block;} 

/* Hides from IE Mac &yen;*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 

div.products_container {
	margin-left: 8px;
	padding-left: 8px;
}

div#step1, div#step2, div#step3 {
	color: #ffffff;
	float: left;
	width: 85px;
	text-align: center;
}
div#step1 {
	background-color: #1649a6;
	height: 460px;
	line-height: 125px; /* (460-85)/2=187 */
}

div#step2 {
	background-color: #a62a16;
	height: 745px;
	line-height: 325px;
}

div#step3 {
	background-color: #c1a923;
	height: 290px;
	line-height: 100px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}

.pingel__tag {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.pingel__tag li {
	border: 1px solid #cc0022;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-top: 2.71%;
	margin-bottom: 2.71%;
}

.pingel__tag li a {
	display: block;
	color: #cc0022;
	padding: 16px;
	background: #fff;
}
.pingel__tag li a:hover {
	background: #cc0022;
	color: #fff;
}

.pingel__tag li a {
	padding: 12px 0px;
	font-size: 15px;
}

div.step_contents {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}

div#wrapper div.step_contents table.choice {
	margin-left: 20px;
	margin-top: 10px;
}

div#wrapper div.step_contents table.table_width_268 {
	width: 268px;
}

div#wrapper div.step_contents table.choice td {
	padding: 15px;
}

div#wrapper div.step_contents table.nut_diameter {
}

div#wrapper div.step_contents table.nut_diameter th {
	text-align: left;
	padding: 8px;
}

div#wrapper div.step_contents table.nut_diameter td {
	padding: 8px;
	text-align: left;
}

div#wrapper div.step_contents table.nut_diameter td.text_align_center {
	text-align: center;
}

#nut_type_img {
	margin: 20px 0 20px 20px;
	width: 135px;
}

#nut_type_img img {
	border: 1px solid #999;
}

p.to_top {
	text-align: right;
	margin: 20px 0;
}

#fitting {
	clear: both;
}

/* Youtube用 */
.movie {
     position: relative;
     padding-bottom: calc(315 / 560 * 100%);
     // padding-topでも可
}
.movie__iframe {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}

/*brand_table*/
div#wrapper table.brand_table {
	margin-top: 10px;
}
div#wrapper table.brand_table th, div#wrapper table.brand_table td {
	padding: 3px 5px;
	border: 1px solid #333333;
}
div#wrapper table.brand_table th {
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	border: 1px solid #888;
}
div#wrapper table.brand_table td {
	border: 1px solid #888;
}

th :link {color: #ffffff;text-decoration:underline;} /* 未訪問 */
th :visited {color: #ffffff;text-decoration:underline;} /* 訪問済み */
th a:hover {color: #ffffff;text-decoration:none;} /* マウスが上に乗っている時 */
th a:active {color: #424242;} /* ボタンを押した時 */

/* あると便利 */
.float_table {
	float: left;
}

.float_left {
  float: left;
  width : 45%;
  margin: 10px 50px 20px 0;
}
.float_right {
  float: right;
  width : 45%;
  margin: 10px 50px 20px 0;
}

.clear_both {
	clear: both;
}
.font_red {
	color: #F00;
}
.font_blue {
	color: blue;
}
.font_small {
	font-size: 85%;
}
.font_small90 {
	font-size: 90%;
}
.font_article_title {
	font-weight: bold;
	font-size: 120%;
	color: #F00;
}

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

/* newボタン */
/*button*/
.btn-new-red {
  color: #fff;
  background-color: #cc0022;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  }

.btn_new,
a.btn_new,
button.btn_new {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 0.2;
  position: relative;
  display: inline-block;
  padding: 0.7rem 0.8rem;
  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;
  border-radius: 0.5rem;
}

/* トップキャンペーンバナー */


#topCampaign .inner {
	text-align: left;
}
.campaign__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}


@media screen and (min-width: 769px){

.topsc2 {
	padding-top: 160px;
}

}

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

.topsc2 {
	padding-top: 104px;
	padding-bottom: 100px;
}
.campaign__wrap {
	padding-bottom: 40px;
}
}

.mv__inner2 {
	position: relative;
	z-index: 1;
}

/*　table slim　*/

.column_content #table__slim th, #table__slim td{
	text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 20px;
  height: 60px;
}

.column_content #table__slim th{
	background-color: #f0f0f0;
}

.column_content #table__slim .head{
	background-color: #e2e2e2;
}

@media only screen and (max-width: 768px) {
  .column_content #table__slim {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .column_content #table__slim .fixed {
    position: sticky;
    left: 0;

  }

  .column_content #table__slim .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #707070;
  }

 .column_content .table__slim-scroll {
    overflow-x: scroll;
}

}




.column_content table .tb__slim02 {
  border-collapse: collapse;
  width: 100%;
}
.column_content .tb__slim02 th,
.column_content .tb__slim02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.column_content .tb__slim02 th {
  background: #f0f0f0;
  color: #000;
  
}
@media screen and (max-width: 640px) {
  .column_content .tb__slim02 {
    width: 100%;
  }
  .column_content table.tb__slim02 th,
  .column_content table.tb__slim02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .column_content .tb__slim02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


//PCのデフォルトスタイルは割愛します
.column_content .tb__slim03 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 640px) {
.column_content .tb__slim03  {
    width: 100%;
  }
.column_content .tb__slim03  .thead {
    display: none;
  }
.column_content .tb__slim03  tr {
    width: 100%;
    padding: 15px;
    height: 50px;
  }
.column_content .tb__slim03  td {
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px;
    height: 50px;
  }
.column_content .tb__slim03  td:first-child {
    background: #f0f0f0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }
.column_content .tb__slim03  td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/* パーツリスト */

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

@media only screen and (max-width: 768px) {
.wrapper__partslist {
  justify-content: center;
}
.box__partslist img {
  width: 100%;
}
}

/* 縦横固定スクロール */

.column_content .no_scroll #i_no_scroll table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 1000px;
}
.column_content .no_scroll #i_no_scroll th,.no_scroll #i_no_scroll td {
  vertical-align: middle;
  padding: 20px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
}
.column_content .no_scroll #i_no_scroll th {
  color: #fff;
  background: #795548;
}
.column_content .no_scroll #i_no_scroll ._sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.column_content .no_scroll #i_no_scroll ._sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.column_content .no_scroll #i_no_scroll ._sticky.z-02 {
  z-index: 2;
}

/* スリムテーブル  */

.slim table {
    border-collapse: collapse;
    width: 100%;
    margin: 40px auto 48px;
}

.slim table tr td {
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    border: 1px solid #eaeaea;
}


/* アコーディオン  */

.faq__box_3 dt {
    padding: 10px 24px;
    background: #f2f2f3;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }

.faq__box_3 dt:before {
    content: "◇";
    color: #cc0022;
    padding-right: 5px;
}


/* 2列ボタン  */

.botton_L2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.botton_L2 li {
  border: 1px solid #cc0022;
    text-align: center;
    font-weight: bold;
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 5px;
  }

@media screen and (max-width: 768px){
.botton_L2 li {
    width: 95%;
}
}

.botton_L2 li a {
    display: block;
    color: #cc0022;
    padding: 11px;
    background: #fff;
}

/* 2列ボタン  */

.botton_L2b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.botton_L2b li {
  border: 1px solid #cc0022;
    text-align: center;
    font-weight: bold;
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 5px;
  }

@media screen and (max-width: 768px){
.botton_L2b li {
    width: 95%;
}
}

.botton_L2b li a {
    display: block;
    color: #cc0022;
    padding: 11px;
}

/* 2列バナー  */

.banner_L2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.banner_L2 li {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 15px;
  }

@media screen and (max-width: 768px){
.banner_L2 li {
    width: 100%;
}

}

.banner li a {
    display: block;
    color: #cc0022;
    padding: 11px;
    background: #fff;
}

/*　イベントページ用 <section id="lwColumn"> 背景なし */
#lwColumn_B {
    margin-top: -120px;
    position: relative;
    z-index: 2;
    color: #000;
}

/* 全画面バナー(画像)表示CSS */

.fullscreen{
text-align: center;
}

.fullscreen_l1 img {
  margin-top: 75px;
  max-width: 80%; /* 全画面表示 */
  z-index: 1;
}

.fullscreen_l2 img {
  margin-top: 75px;
  max-width: 80%; /* 全画面表示 */
}

@media screen and (max-width: 768px){
.fullscreen_l1 img {
  margin-top: 0px;
  max-width: 100%;
}
.fullscreen_l2 img {
  margin-top: 0px;
  max-width: 100%;
}
}

/* 黒の背景 */

.fullscreen_overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* テキスト */

.fullscreen_text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.fullscreen_title {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.fullscreen_description {
  color: white;
  text-align: center;
}

.recruit_text-box {
  position: absolute;
  color: #fff;
  font-size: 15px;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}


/* レイヤーバナー */

.layer{
  position: absolute;
  left: 50%;
  width: 70%;
  margin-top: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px){
.layer{
  position: absolute;
  left: 50%;
  width: 100%;
  margin-top: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
}

.layer1 img{
z-index: 1;
}
.layer2 img{
z-index: 2;
}
.layer3{
z-index: 3;
}
.layer4{
z-index: 4;
}
.layer5{
z-index: 5;
}


.layer6{
z-index: 6;
}
.layer7{
z-index: 7;
}
.layer8{
z-index: 8;
}
.layer9{
z-index: 9;
}
.layer10{
z-index: 10;
}
.layer11{
z-index: 11;
}

@media screen and (max-width: 768px){
.layer6{
    z-index: 6;
}
.layer7{
z-index: 7;
}
.layer8{
z-index: 8;
}
.layer9{
z-index: 9;
}
.layer10{
z-index: 10;
}
.layer11{
z-index: 11;
}
}


.flexbox_b{
  margin-top: 10%;
  margin-bottom: 37%;
  display: flex;
  flex-direction: column;
}

.flexbox_c{
  display: flex;
  flex-direction: column;
}

.flexbox-center_b{
  text-align: center;
  /*中央に整列*/
}

@media screen and (max-width: 768px){
.flexbox_b{
  margin-top: 15%;
  margin-bottom: 75%;
  display: flex;
  flex-direction: column;
}

.flexbox-center_b{
  text-align: center;
  /*中央に整列*/
}
}


.flexbox_z{
  margin-top: 10%;
  margin-bottom: 50%;
  display: flex;
  flex-direction: column;
}


.flexbox-center_z{
  text-align: center;
  /*中央に整列*/
}

@media screen and (max-width: 768px){
.flexbox_z{
  margin-top: 15%;
  margin-bottom: 75%;
  display: flex;
  flex-direction: column;
}

.flexbox-center_z{
  text-align: center;
  /*中央に整列*/
}
}

.flexbox_bb{
  display: flex;
  flex-direction: column;
  margin-bottom: 40%;
}

.flexbox-center_bb{
  text-align: center;
  /*中央に整列*/
}

@media screen and (max-width: 768px){
  .flexbox_bb{
  display: flex;
  flex-direction: column;
    margin-bottom: 60%;
}

.flexbox-center_bb{
  text-align: center;
  /*中央に整列*/
}
}

.flexbox_bbb{
  display: flex;
  flex-direction: column;
  margin-bottom: 30%;
}

.flexbox-center_bbb{
  text-align: center;
  /*中央に整列*/
}

@media screen and (max-width: 768px){
  .flexbox_bbb{
  display: flex;
  flex-direction: column;
  margin-bottom: 50%;
}

.flexbox-center_bbb{
  text-align: center;
  /*中央に整列*/
}
}

.anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.user-select-none{
user-select: none;
}

/* 赤囲み */

.recruit_border{
  border: 1px solid #cc0022;
    text-align: center;
    font-weight: bold;
    width: 40%;
    padding: 5px;
    color: #cc0022;
    margin-right: 2.72%;
    margin-top: 2.71%;
}


/* 赤字 */
.red_02{
  font-size: 28px;
  color: #cc0022;
    font-weight: bold;
    position: relative;
    letter-spacing: 2px;
    overflow: hidden;
}

/* 黒字 */
.black_001{
  font-size: 15px;
  color: #000;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  margin-top: 15px;
}

/* 黒字 */
.black_02{
  font-size: 32px;
  color: #000;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}

/* 黒字 */
.black_03{
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  margin-bottom: 45px;
  margin-top: 65px;
}

@media screen and (max-width: 768px){
  .black_03{
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 45px;
}
}

/* 黒字 */
.black_04{
  font-size: 15px;
  color: #000;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  margin-bottom: 5px;
}

.txt_bb
{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}


/* イメージ&テキスト */
.recruit_width_im{
  margin-bottom: 30px;
}

.model_single_about .about_image__recruit{
width: 40%;
}

@media screen and (max-width: 768px){
  .model_single_about .about_image__recruit{
width: 100%;
    margin: 0;
    opacity: 1;
    margin-top: 15px;
}
}

.model_single_about .about_content__recruit{
    width: 55%;
}

@media screen and (max-width: 768px){
  .model_single_about .about_content__recruit{
    margin-top: 15px;
    width: 100%;
}
}

.recruit__paragraph{
  margin-top: 50px;
  margin-bottom: 70px;
}

.recruit_single{
  padding: 30px 0 0;
}

.recruit__li{
  margin-bottom: 100px;
}

.recruit__btn
{
  margin-top: 32px;
  width: 100%;
}

.recruit__btn .btn {
    display: block;
    padding: 16px;
    background: #cc0022;
    color: #fff!important;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
}

/* ステップ */

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 65px;
  height: 65px;
  content: "";
  border-radius: 50%;
  background-color: #cc0022;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  top: 18px;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 15px;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 75px;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #cc0022;
  position: absolute;
  top: 1em;
  left: 32px;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/*　テープ枠 */
.kakomi-tape3 {
 position:relative;
 padding: 35px 20px 15px;
 margin: 60px auto 30px;
 width: 100%;
 color: #000; /* 文字色 */
 background-color: #e8ddbd;
 box-shadow: inset 0 0 40px rgba(204, 186, 136,1), 0 2px 2px #ccc;
}
.title-tape3 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 50px;
 color: #000; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.4);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.70);
 box-shadow: 0 0 5px rgba(0,0,0,0.2); 
 transform: rotate(-5deg);
}

/*　シンプル枠 */

.sample_box3_2 {
    margin-top: 0;
    padding: 1em 1.5em;
    background: #fff;/*背景色*/
    box-shadow: 0 0 5px rgba(0,0,0,0.2); 
    color: #000000;/*文字色*/
    margin-bottom: 15px;
}
.sample_box_title { 
    padding: 8px;
    text-align: center;
    font-size: 1em;/*タイトル文字サイズ*/
    background: #cc0022;/*タイトル文字背景色*/
    color: #ffffff;/*タイトル文字色*/
    font-weight: bold;
    letter-spacing: 0.05em;
    box-shadow: 0 0 5px rgba(0,0,0,0.2); 
    margin-top: 15px;
}
.sample_box_title p {
    margin-bottom: 0;
}

.i_title002{
  margin-bottom: 25px;
}

.i_title002 .eng {
  display: block;
  font-size: 70px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 120px;
  margin-top: 25px;
  margin-left: 25px;
}

@media screen and (max-width: 768px){
.i_title002 .eng {
    font-size: 42px;
    line-height: 0.9;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-left: 10px;
}
}

/* slide5 全体設定 */
.css-carousel-slider5 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider5 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider5 .slide-wrap {
    width: 500%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider5 25s infinite;
    animation-delay: 2s;
}
.css-carousel-slider5 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main5 25s infinite;
    animation-delay: 2s;
}
.css-carousel-slider5 .slide {
    width: 100%;
}