@charset "UTF-8";

.c-breadcrumb {
  margin-bottom: 0;
}

.tc-contact + .bottom-nav {
  margin-top: 0;
}

/* -------------------------------
  ローカルナビ
---------------------------------- */
.tc-nav {
  width: 100%;
  background: #ECF2F5;
}
.tc-nav-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.tc-nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.8rem 0;
}
.tc-nav-list {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}
.tc-nav-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  padding: .6rem 2rem;
    text-align: center;
}
.tc-nav-list-item + .tc-nav-list-item {
  border-left: solid 1px #D9D9D9;
}
.tc-nav-list-item a {
  display: block;
  padding: .2rem 1rem;
}
.tc-nav-list-item a:hover {
  text-decoration: none;
  color: #0099FF;
}
.tc-nav-list-item a.is-current {
  color: #0099FF;
  border-bottom: solid 1px #0099FF;
}
.tc-nav-contact a {
  display: block;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  padding: 1.4rem 3rem;
  background-color: #0099FFD9;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.tc-nav-contact a:hover {
  /*text-decoration: none;*/
}

@media (max-width: 768px) {
  .tc-nav-row {
    display: block;
    padding: 1rem 2rem 1.5rem;
  }
  .tc-nav-list {
    gap: 1rem;
  }
  .tc-nav-list-item {
    flex: 0 1 48%;
    padding: .5rem .5rem;
  }
  .tc-nav-list-item a {
    padding: .2rem 1rem;
    font-size: 1.6rem;
  }
  .tc-nav-list-item + .tc-nav-list-item {
    border: none;
  }
  .tc-nav-contact {
    margin: 1rem 0 0;
  }
}

@media (max-width: 430px) {
  .tc-nav-list {
    gap: 1rem;
    padding: 0;
  }
  .tc-nav-list-item {
    flex: 1 1 auto;
    min-width: 22%;
    padding: .5rem 0;
  }
  .tc-nav-list-item a {
    padding: .2rem 0;
    font-size: 2.9vw;
  }
  .tc-nav-list-item a .narrow {
    letter-spacing: -.2rem;
  }
}

/* -------------------------------
  固定バナー
---------------------------------- */
/* tc-fixed-sidebar */
.tc-fixed-search, .tc-fixed-catalog {
  margin: 0 0 4px;
}
.tc-fixed-search-btn, .tc-fixed-catalog-btn {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.7rem;
  margin: 0;
  padding: 62px 25px 23px 21px;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  transition: .2s ease;
}
.tc-fixed-search-btn:hover, .tc-fixed-catalog-btn:hover {
  text-decoration: none;
  opacity: .8;
}

.tc-fixed-search-btn {
  background-color: #1A6BA1;
  background-image: url(/fileadmin/templates-2016/ja/images/products/tire-chain/tc_icon_search.svg);
  background-repeat:  no-repeat;
  background-position: center 22px;
  background-size: 24px;
}
.tc-fixed-catalog-btn {
  background-color: #5C9A46;
  background-image: url(/fileadmin/templates-2016/ja/images/products/tire-chain/tc_icon_catalog.svg);
  background-repeat:  no-repeat;
  background-position: center 26px;
  background-size: 34px;
}

.tc-fixed-search-btn > span, .tc-fixed-catalog-btn > span {
  display: block;
  position: relative;
  letter-spacing: 0;
  padding: 0 32px 0 0;
  background-image: url(/fileadmin/templates2020/images/common/ico_arrow_white_right_01.svg);
  background-repeat:  no-repeat;
  background-position: center bottom;
  background-size: 24px;
}

@media screen and (min-width: 769px) {
  .tc-fixed-sidebar {
    position: fixed;
    top: 18vh;
    right: 0;
    width: 74px;
    z-index: 999;
  }
  .tc-fixed-search-btn, .tc-fixed-catalog-btn {
    writing-mode: vertical-rl;
  }
  .tc-fixed-search-btn > span, .tc-fixed-catalog-btn > span {
    letter-spacing: 2px;
    padding: 0 0 32px;
  }
}

@media screen and (min-width: 769px) and (max-height: 690px) {
  .tc-fixed-sidebar {
    top: 3vh;
  }
}

@media screen and (max-width: 768px) {
  .tc-fixed-sidebar {
    padding: 15px;
    border-top: solid 1px #CCCCCC;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    background: #fff;
    transition: position .2s ease-in-out;
    display: flex;
    justify-content: space-between;
  }
  .tc-fixed-search, .tc-fixed-catalog {
    flex: 0 0 49%;
  }
  .tc-fixed-search-btn, .tc-fixed-catalog-btn {
    border-radius: 0;
    text-align: left;
    padding: 8px 11px;
    font-size: 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: none;
  }
  .tc-fixed-search-btn > span, .tc-fixed-catalog-btn > span {
    background-position: right center;
    background-size: 18px;
    padding: 0 24px 0 0;
    line-height: 1.5;
    font-size: 1.5rem;
    width: 100%;
  }
}

/* -------------------------------
  tc-contact
---------------------------------- */
.tc-contact {
  background: #ECF2F5;
  padding: 7rem 0 2rem;
}
.tc-contact .l-sec-cmn-01 {
  margin-bottom: 0;
}
.tc-contact-box {
  border: 4px solid #174B6E;
  background: #FFF;
  margin: 0 auto;
}
.tc-contact-head {
  background: #174B6E;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  padding: 3rem 3rem;
}
.tc-contact-body {
  padding: 4rem 9rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-contact-mail {
  flex: 1 1 50%;
  padding: 0 0 0 7%;
  border-left: solid 1px #ccc;
}
.tc-contact-tel {
  flex: 1 1 50%;
  padding: 0 7% 1rem 0;
}
.tc-contact-tel-ttl,
.tc-contact-mail-ttl {
  color: #174B6E;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  line-height: 1;
}
.tc-contact-tel-list {
  display: flex;
  gap: 5rem;
}
.tc-contact-tel-list-item .name {
  font-weight: 700;
  font-size: 1.8rem;
}
.tc-contact-tel-list-item .info {
  font-size: 3.2rem;
  line-height: 1.4;
}
.tc-contact-tel-list-item .info > .ttl {
  display: inline-block;
  width: 120px;
}
.tc-contact-tel-list-item .info > .num {
  display: inline-block;
}
.tc-contact-mail-desc {
  font-size: 1.6rem;
}
.tc-contact-mail-btn {
  margin: 1.5rem 0 0;
}
.tc-contact-mail-btn a {
  display: inline-block;
  color: #FFF;
  margin: 0;
  padding: 2.8rem 4rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 4px;
  background: #09F;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
  width: 100%;
}

@media (max-width: 768px) {
  .tc-contact {
    padding: 2rem 0;
  }
  .tc-contact-head {
    font-size: 2.2rem;
    padding: 2rem 2rem;
  }
  .tc-contact-body {
    display: block;
    padding: 4rem 3rem 3rem;
  }
  .tc-contact-mail,
  .tc-contact-tel {
    display: block;
    border: none;
  }
  .tc-contact-tel-ttl,
  .tc-contact-mail-ttl {
    font-size: 2.0rem;
    margin: 0 0 1.5rem;
  }
  .tc-contact-tel-list {
    display: block;
  }
  .tc-contact-tel-list-item {
    margin: 0 0 2rem;
  }
  .tc-contact-tel {
    padding: 0;
    margin: 0;
  }
  .tc-contact-tel-list-item .info {
    font-size: 2.5rem;
  }
  .tc-contact-tel-list-item .info > .ttl {
    width: 56px;
  }
  .tc-contact-mail-btn {
    margin: 2rem auto .5rem;
  }
  .tc-contact-mail-btn a {
    padding: 1.8rem 2rem;
  }
  .tc-contact-mail {
    padding: 3rem 0 0;
    border-top: solid 1px #ccc;
  }
}

/* -------------------------------
  tc-netis-row
---------------------------------- */
.tc-netis {
  background-color: #1A6BA1;
  color: #fff;
  padding: 6rem 0 5rem;
  margin: 5rem 0 0;
}
.tc-netis-row {
  display: flex;
  justify-content: center;
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8.7rem;
}
.tc-netis-row .tc-netis-img {
  flex: 0 1 330px;
}
.tc-netis-row .tc-netis-caption {
  color: #fff;
  font-size: 1.2rem;
  margin: 1.2rem 0 0;
}
.tc-netis-row .tc-netis-caption a {
  color: #fff;
  text-decoration: underline;
}
.tc-netis-row .tc-netis-caption a:hover {
  text-decoration: none;
}
.tc-netis-row .tc-netis-txt {
  flex: 1 1 40%;
}
.tc-netis-row .tc-netis-txt .main-txt {
  font-size: 2.4rem;
  font-weight: 700;
}
.tc-netis-row .tc-netis-txt .sub-txt {
  font-size: 1.8rem;
  margin: 2rem 0 0;
}
.tc-netis-row .tc-netis-link {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2.5rem 0 0;
  background: url(/fileadmin/templates2020/images/common/ico_arrow_white_right_01.svg) no-repeat 0 center;
  padding: 0 0 0 5rem;
}

@media (max-width: 768px) {
  .tc-netis {
    padding: 4rem 0 5rem;
  }
  .tc-netis-row {
    display: block;
    padding: 0 5rem;
  }
  .tc-netis-row .tc-netis-logo {
    width: 70%;
    margin: 0 auto;
  }
  .tc-netis-row .tc-netis-txt {
    margin: 3rem 0 0;
  }
  .tc-netis-row .tc-netis-txt .main-txt {
    font-size: 1.7rem;
  }
  .tc-netis-row .tc-netis-txt .sub-txt {
    font-size: 1.5rem;
    margin: 1.5rem 0 0;
  }
  .tc-netis-row .tc-netis-link {
    font-size: 1.8rem;
    padding: 0 0 0 4rem;
  }
}


/* -------------------------------
  NETISページ
---------------------------------- */
/* tc-netis-blk */
.tc-netis-blk {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 9rem auto 0;
  padding: 3.6rem 6rem 3.6rem 4rem;
  background: #ECF2F5;
}
.tc-netis-blk .tc-netis-img {
  flex: 0 0 237px;
}
.tc-netis-blk .tc-netis-caption {
  color: #fff;
  font-size: 1.2rem;
  margin: 1.2rem 0 0;
}
.tc-netis-blk .tc-netis-caption a {
  color: #fff;
  text-decoration: underline;
}
.tc-netis-blk .tc-netis-caption a:hover {
  text-decoration: none;
}
.tc-netis-blk .tc-netis-txt {
  flex-grow: 1;
}
.tc-netis-blk .tc-netis-txt .main-txt {
  font-size: 1.7rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .tc-netis-blk {
    display: block;
    padding: 3rem 2rem;
    margin: 4rem auto 0;
  }
  .tc-netis-blk .tc-netis-logo {
    width: 70%;
    margin: 0 auto;
  }
  .tc-netis-blk .tc-netis-txt {
    margin: 3rem 0 0;
  }
  .tc-netis-blk .tc-netis-txt .main-txt {
    font-size: 1.6rem;
  }
}


.tc-netis-blk-sub {
  padding: 3.3rem 4rem;
  border: 1px solid #CCC;
  margin: 1.4rem 0 0;
}
.tc-netis-blk-sub-ttl {
  font-weight: 700;
  margin: 0 0 .7rem;
  font-size: 1.5rem;
}
.tc-netis-blk-sub-desc {
  font-size: 1.3rem;
}
.tc-netis-blk-sub-desc a {
  text-decoration: underline;
  color: #1A6BA1;
}
.tc-netis-blk-sub-desc a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .tc-netis-blk-sub {
    padding: 2rem 2rem;
  }
}

/* netis_products_list */
.netis_products_list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.netis_products_list_item {
  flex: 0 1 570px;
}
.netis_products_list_item a {
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
  transition: .2s ease;
}
.netis_products_list_item_row {
  display: flex;
}
.netis_products_list_item .img {
  flex: 0 0 140px;
  background: #ECF2F5;
  padding: 2rem;
  text-align: center;
  overflow: hidden;
}
.netis_products_list_item .img img {
  transition: .2s ease;
  max-height: 230px;
}
.netis_products_list_item .txt {
  flex-grow: 1;
  padding: 2.9rem 2rem;
  position: relative;
}
.netis_products_list_item .badge {
  display: inline-block;
  color: #0BA35C;
  font-family: Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  border: solid 1px #0BA35C;
  padding: .4rem .4rem;
  position: absolute;
  top: 20px;
  right: 20px;
}
.netis_products_list_item .sub-txt {
  font-weight: 700;
  font-size: 1.5rem;
}
.netis_products_list_item .ttl {
  color: #1A6BA1;
  font-weight: 700;
  font-size: 1.9rem;
  margin: .2rem 0 .7rem;
}

.netis_products_list_item a:hover {
  background: #f2f2f2;
  background: #ECF2F5;
}
.netis_products_list_item a:hover .img img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .netis_products_list {
    display: block;

  }
  .netis_products_list_item {
    flex: 0 1 48%;
    margin: 0 0 1rem;
  }
  .netis_products_list_item .img img {
    max-width: 100%;
  }
  .netis_products_list_item .txt {
    padding: 1.5rem 1.5rem 1rem;
  }
  .netis_products_list_item .ttl {
    font-size: 1.6rem;
    margin: .7rem 0 .7rem;
  }
  .netis_products_list_item .badge {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}

/* NETISチェーンを使うと */
.tc-netis-merit {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 6rem;
}
.tc-netis-merit .icon {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  color: #E60021;
  font-size: 40px;
}

.tc-netis-flow {
  border: 1px solid #CCC;
  padding: 4.5rem 5rem;
  margin: 2rem 0 1.5rem;
}
.tc-netis-flow-row {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-end;
}
.tc-netis-flow-img {
  flex: 0 0 240px;
}
.tc-netis-flow-list {
  flex: 0 1 67%;
  margin: 1.6rem 0 .5rem;
}
.tc-netis-flow-list-item {
  border-radius: 50px;
  background: #ECF2F5;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 1.5rem 3.2rem 1.5rem 5.2rem;
  text-indent: -1.1em;
}
.tc-netis-flow-list-item + .tc-netis-flow-list-item {
  position: relative;
  margin-top: 34px;
}
.tc-netis-flow-list-item + .tc-netis-flow-list-item::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: solid 21px transparent;
  border-top: solid 21px #1A6BA1;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .tc-netis-merit {
    font-size: 2.3rem;
    margin: 0 0 4rem;
  }
  .tc-netis-merit .icon {
    font-size: 2.6rem;
    margin: 0 .8rem 0 0;
  }

  .tc-netis-flow {
    padding: 2.5rem 2rem 0;
  }
  .tc-netis-flow-row {
    display: block;
  }
  .tc-netis-flow-img {
    width: 160px;
    margin: 1.6rem auto 0;
  }
  .tc-netis-flow-list-item {
    font-size: 1.6rem;
    padding: 1.5rem 2rem 1.5rem 4.1rem;
  }
}


/* -------------------------------
  ページタイトル
---------------------------------- */
.tc-index-head {
  background-size: cover;
  text-align: center;
  padding: 2rem 2rem;
  margin: 0 auto 7rem;
  height: 275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tc-index-head-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.tc-index-ttl {
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFF;
  font-feature-settings: "palt";
  line-height: 1.35;
}

@media (max-width: 768px) {
  .tc-index-head {
    margin: 0 0 3rem;
    height: 157px;
  }
  .tc-index-head-inner {
    padding: 0;
  }
  .tc-index-ttl {
    font-size: 3.0rem;
  }
}


.tc-index-head.large {
  height: 400px;
}
.tc-index-head.large .tc-index-ttl {
  font-size: 6.4rem;
}
.tc-index-head.large .tc-index-sub-ttl {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
}
.tc-index-head.large .tc-index-sub-ttl > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
}
.tc-index-head.large .tc-index-sub-ttl .smaller {
  font-size: 2.4rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .tc-index-head.large {
    height: 320px;
  }
  .tc-index-head.large .tc-index-ttl {
    font-size: 4.4rem;
    line-height: 1.35;
  }
  .tc-index-head.large .tc-index-sub-ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    margin: 0 0 2rem;
  }
  .tc-index-head.large .tc-index-sub-ttl .smaller {
    font-size: 2.2rem;
  }
}


/* -------------------------------
  試験結果トップ
---------------------------------- */
.tc-exam-index .tc-index-head {
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/exam/exam_mv.jpg) right top no-repeat;
  background-size: cover;
}

/* 試験結果一覧 */
.tc-exam-index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}
.tc-exam-index-list li {
  flex: 0 1 573px;
  border: solid 1px #CCCCCC;
}
.tc-exam-index-list li a {
  display: block;
  height: 100%;
  padding: 34px;
  transition: background-color 0.2s ease-out;
}
.tc-exam-index-list .card-info {
  padding: 25px 0 0;
}

.tc-exam-index-list a .card-image,
.tc-exam-index-list a .card-image > img {
  width: 100%;
  height: 290px;
}
.tc-exam-index-list a .card-image {
  overflow: hidden;
}

.tc-exam-index-list a .card-image > img {
  display: block;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.tc-exam-index-list a:hover {
  border-color: #8eaec2;
  background-color: #d5ecfb;
}
.tc-exam-index-list a:hover .c-link-arrow-01 {
  text-decoration: underline;
}
.tc-exam-index-list a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .tc-exam-index-list li a {
    padding: 20px;
  }
  .tc-exam-index-list .card-info {
    padding: 12px 0 0;
  }
}

/* ユーザー募集 */
.tc-user-req {
  background-color: #D9F0FF;
  text-align: center;
  position: relative;
  margin: 70px 0 80px;
  padding: 50px 60px;
}
.tc-user-req-ttl {
  display: inline-block;
  margin: 0 0 35px;
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: solid 3px #358CCC;
}
.tc-user-req-desc {
  font-size: 1.7rem;
}
.tc-user-req-btn {
  display: inline-block;
  margin: 25px auto 0;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  color: #1A6BA1;
  padding: 17px 25px;
  font-weight: 700;
  font-size: 1.7rem;
}
.tc-user-req::before, .tc-user-req::after {
  content: '';
  display: block;
  position: absolute;
}
.tc-user-req::before {
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/img_user_req_img01.svg) center center no-repeat;
  background-size: 100%;
  width: 152px;
  height: 157px;
  left: 50px;
  bottom: 50px;
}
.tc-user-req::after {
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/img_user_req_img02.png) center center no-repeat;
  background-size: 100%;
  width: 244px;
  height: 173px;
  right: 50px;
  bottom: 28px;
}

@media (max-width: 768px) {
  .tc-user-req {
    padding: 30px 30px 140px;
    margin: 40px 0 50px;
  }
  .tc-user-req-ttl {
    font-size: 2.2rem;
    padding: 0 0 5px;
    margin: 0 0 20px;
  }
  .tc-user-req-desc {
    font-size: 1.6rem;
  }
  .tc-user-req-btn {
    width: 100%;
  }
  .tc-user-req::before {
    left: 10px;
    bottom: 20px;
    width: 25%;
    height: 120px;
  }
  .tc-user-req::after {
    right: 10px;
    bottom: 0px;
    width: 40%;
    height: 130px;
  }
}

/* -------------------------------
  ユーザー訪問トップ
---------------------------------- */
.tc-user-index .tc-index-head {
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/user/user_mv.png) center center no-repeat;
  background-size: cover;
}

.tc-user-index-catch-box {
  border: 2px solid #1A6BA1;
  text-align: center;
  margin: 0 0 3rem;
}
.tc-user-index-catch {
  display: inline-block;
  color: #174B6E;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 4rem 4rem 4rem 11rem;
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/img_user_req_img01_bl.svg) 0 center no-repeat;
  background-size: 75px;
}

@media (max-width: 768px) {
  .tc-user-index-catch-box {
    text-align: left;
  }
  .tc-user-index-catch {
    font-size: 1.8rem;
    padding: 2rem 2rem 2rem 7rem;
    background-size: 50px;
    margin: 0 0 2rem;
  }
  .tc-user-index-sec-row {
    display: block;
  }
}

.tc-user-index-anchor {
  border-bottom: solid 1px #CCC;
  padding: 0 0 1.5rem;
  margin: 5.4rem 0 0;
}

@media (max-width: 768px) {
  .tc-user-index-anchor {
    margin: 3rem 0 2rem;
    border-top: solid 1px #CCC;
    padding: 1.5rem 1.5rem;
  }
}

.tc-user-index-sec {
  margin: 3rem 0 4rem;
  border: 1px solid #CCC;
}
.tc-user-index-sec-ttl {
  background: #F2F2F2;
  border-bottom: solid 1px #CCC;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 2.2rem 3rem;
}
.tc-user-index-sec-row {
  padding: 1.6rem 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 3rem;
}
.tc-user-index-sec-cont {
  flex: 1 1 60%;
}
.tc-user-index-sec-tmb {
  margin: 0 0 3rem;
}
.tc-user-index-sec-tmb a {
  transition: .2s ease;
}
.tc-user-index-sec-tmb a:hover {
  opacity: .8;
}
.tc-user-index-sec-cont .c-ttl-heading-05 {
  margin: 0 0 .8rem;
}
.tc-user-index-sec-desc {
  margin: 0 0 3rem;
}
.tc-user-index-sec-link {
  margin: 0 0 12px;
  font-weight: 700;
}

.tc-user-index-sec-product {
  flex: 1 1 40%;
}
.tc-user-index-sec-product-ttl {
  border: 2px solid #CFDCE3;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 3rem .9rem;
  margin: 0 0 4px;
}
.tc-user-index-sec-product-list {
  display: flex;
  gap: 4px;
}
.tc-user-index-sec-product-list .item {
  background: #ECF2F5;
}
.tc-user-index-sec-product-list .item a {
  display: block;
  text-align: center;
  padding: 1.5rem 1.5rem 2rem;
  color: #1A6BA1;
}
.tc-user-index-sec-product-list .item a:hover {
  background: #CFDCE3 ;
}
.tc-user-index-sec-product-list .item .tmb {
  padding: 0 2.5rem;
}
.tc-user-index-sec-product-list .item .name {
  margin: 15px 0 0;
}


@media (max-width: 768px) {
  .tc-user-index-sec-ttl {
    padding: 1.8rem 3rem;
  }
  .tc-user-index-sec-row {
    display: block;
  }
  .tc-user-index-sec-tmb {
    margin: 0 0 2.5rem;
  }
  .tc-user-index-sec-desc {
    margin: 0 0 2.5rem;
  }
  .tc-user-index-sec-product {
    margin: 3rem 0 0;
  }
}

/* -------------------------------
  製品詳細
---------------------------------- */
.tcp-single {
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .tcp-single {
    padding-bottom: 1rem;
  }
}

.tcp-single > .l-sec-cmn-01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tcp-single-back-btn {
    margin-bottom: 0;
  }
  .tcp-single-back-btn .p-btn-01 {
    font-size: 1.6rem;
    margin: 4rem auto 2rem;
  }
}

/* overview */
.tcp-single .p-single-overview-row {
  min-height: 345px;
}
.tcp-single .p-single-overview-btn {
  font-size: 2.0rem;
  margin: 2.5rem 0 0;
  clear: both;
}
.tcp-single .p-single-overview .p-ttl-heading-01 .sub-ttl {
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
    .p-single-overview .l-sec-cmn-01 {
      margin-bottom: 1.5rem;
    }
    .tcp-single .p-single-overview-img {
      margin: 3px 15px 15px 0;
    }
    .tcp-single .p-single-overview-btn {
      font-size: 1.6rem;
      display: block !important;
      width: 90%;
      margin: 4rem auto 0;
    }
}

@media screen and (min-width: 769px) {
  .tcp-single .p-single-overview-img {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
}

.tcp-single .p-single-overview .p-ttl-heading-01 .tag {
  display: inline-block;
  color: #0099ff;
  border: solid 1px #0099ff;
  font-size: 1.6rem;
  text-align: center;
  padding: .5rem 1.5rem;
  line-height: 1;
  margin: 0 0 1.5rem;
}

/* anchor */
.tcp-single-anchor {
  background-color: #ECF2F5;
  padding: 2rem 6rem;
  border-radius: 40px;
  margin: 0 0 8rem;
}
.tcp-single-anchor-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}
.tcp-single-anchor-list a {
  font-weight: 700;
  color: #000;
  font-size: 1.6rem;
  min-width: 60px;
  padding-right: 0;
}

@media (max-width: 768px) {
  .tcp-single-anchor {
    border-radius: 0;
    padding: 1rem 2.5rem;
    margin: 0 0 5rem;
  }
  .tcp-single-anchor-list {
    display: block;
  }
  .tcp-single-anchor-list > li {
    margin: 1rem 0;
  }
  .tcp-single-anchor-list a {
    font-size: 1.5rem;
  }
}


/* feature */
.tcp-single-feature-list {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.4;
}
.tcp-single-feature-list:last-child {
  margin-bottom: 0;
}
.tcp-single-feature-list > li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 21px;
  font-size: 1.8rem;
}
.tcp-single-feature-list > li::before {
  position: absolute;
  top: .45em;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0099ff;
  content: '';
}

@media all and (max-width: 768px) {
  .tcp-single-feature-list {
    margin-bottom: 5px;
  }
  .tcp-single-feature-list > li {
    font-size: 1.6rem;
  }
}

.tcp-single-feature-strong {
  background-color: #ECF2F5;
  font-weight: 700;
  font-size: 2.0rem;
  padding: 3rem;
  margin: 2rem 0;
  text-align: center;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .tcp-single-feature-strong {
    font-size: 1.6rem;
    padding: 1.8rem;
    text-align: left;
  }
}

/* truck-bus lightmax */
.tb-lightmax-weight-col {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 6rem;
  gap: 1rem;
}
.tb-lightmax-weight-col > .box-inner:nth-child(1) {
  flex: 0 1 20%;
  text-align: center;
}
.tb-lightmax-weight-col > .box-inner:nth-child(2) {
  flex: 0 1 20%;
  text-align: center;
}
.tb-lightmax-weight-col > .box-inner:nth-child(3) {
  flex: 0 1 50%;
  padding-top: 5px;
  margin-left: auto;
  text-align: center;
}
.tb-lightmax-weight-col > .box-inner:nth-child(1) img,
.tb-lightmax-weight-col > .box-inner:nth-child(2) img {
  max-width: 212px;
}

@media (max-width: 768px) {
  .tb-lightmax-weight-col {
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 0 3rem;
  }
  .tb-lightmax-weight-col > .box-inner:nth-child(1) {
    flex: 0 1 44%;
  }
  .tb-lightmax-weight-col > .box-inner:nth-child(2) {
    flex: 0 1 44%;
  }
  .tb-lightmax-weight-col > .box-inner:nth-child(3) {
    flex: 1 1 100%;
  }
  .tb-lightmax-weight-col > .box-inner:nth-child(1) img,
  .tb-lightmax-weight-col > .box-inner:nth-child(2) img {
    max-width: 100%;
  }
  .tb-lightmax-weight-col > .box-inner:nth-child(3) {
    padding-top: 3rem;
  }
}

.tb-lightmax-weight-strong-wrapper {
  text-align: center;
}
.tb-lightmax-weight-strong {
  font-weight: 700;
  font-size: 2.4rem;
  display: inline-block;
  padding: 3.6rem 10rem 3.6rem 21rem;
  background: #ECF2F5;
  position: relative;
  text-align: right;
  margin: 2rem 0 2rem;
  margin-right: -30px;
}
.tb-lightmax-weight-strong .img {
  position: absolute;
  top: -28px;
  left: -30px;
  width: 170px;
  height: 170px;
}
@media (max-width: 768px) {
  .tb-lightmax-weight-strong {
    display: block;
    font-size: 1.8rem;
    padding: 3rem 2rem 3rem 13rem;
    text-align: left;
    margin-right: 0;
    min-height: 120px;
  }
  .tb-lightmax-weight-strong .img {
      width: 100px;
      height: 100px;
      top: 1rem;
      left: 1rem;
  }
}


/* 梱包内容 */
/*.tcp-single-packing-main {
  display: flex;
  gap: 3.2rem;
  width: auto;
}
.tcp-single-packing-main-blk {
  flex: 0 1 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.tcp-single-packing-main-ttl {
  background-color: #51a0ce;
  color: #fff;
  padding: 1rem 1rem;
  width: 100%;
  border: solid 1px #ccc;
  border-bottom: none;
}
.tcp-single-packing-main-list {
  display: flex;
  flex-grow: 1;
}
.tcp-single-packing-main-list-item {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
}
.tcp-single-packing-main-list-item + .tcp-single-packing-main-list-item {
  margin-left: -1px;
}
.tcp-single-packing-main-list-item .name, .tcp-single-packing-main-list-item .img {
  border: solid 1px #ccc;
}
.tcp-single-packing-main-list-item .name {
  background-color: #ECF2F5;
  padding: 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.tcp-single-packing-main-list-item .name:has(+ .tcp-single-packing-main-list) {
  flex-grow: 0;
}
.tcp-single-packing-main-list-item .img {
  padding: 2rem;
  border-top: none;
  flex-grow: 1;
  max-height: 206px;
}
.tcp-single-packing-main-list-item .img img {
  max-width: 170px;
  max-height: 130px;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
    .tcp-single-packing-main {
      display: block;
    }
    .tcp-single-packing-main-ttl {
      margin-bottom: 10px;
    }
    .tcp-single-packing-main-blk {
      margin: 0 0 2rem;
    }
    .tcp-single-packing-main-list {
      display: block;
    }
    .tcp-single-packing-main-list-item {
      min-width: inherit;
    }
    .tcp-single-packing-main-list-item + .tcp-single-packing-main-list-item {
      margin-top: 10px;
      margin-left: 0;
    }
    .tcp-single-packing-main-list-item .tcp-single-packing-main-list-item + .tcp-single-packing-main-list-item {
      margin-top: -1px;
    }
    .name + .tcp-single-packing-main-list {
      margin-top: -1px;
    }
}*/


.tcp-single-packing-main-row {
  display: flex;
  gap: 3rem;
}
.tcp-single-packing-main-blk {
  flex: 1 1 auto;
}
.tcp-single-packing-main-table {
  width: auto;
  height: 100%;
  margin: 0;
}
.tcp-single-packing-main-table th {
  height: 54px;
}
.tcp-single-packing-main-table td {
  text-align: center !important;
}
.tcp-single-packing-main-table .name {
  font-size: 1.5rem;
}
.tcp-single-packing-main-table .img img {
  max-width: 170px;
  max-height: 130px;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .tcp-single-packing-main-row {
    display: block;
  }
  .tcp-single-packing-main-blk + .tcp-single-packing-main-blk {
    margin: 2rem 0 0 0;
  }
  .tcp-single-packing-main-blk {
    width: 100%;
    overflow-x: scroll;
  }
  .tcp-single-packing-main-table.sp-scroll {
    width: 860px;
  }
  .tcp-single-packing-main-table th {
    height: auto;
  }
}


/* 同梱物　*/
.tcp-single-packing-sub-list {
  display: flex;
  gap: 2rem;
}
.tcp-single-packing-sub-list-item {
  display: flex;
  flex-flow: column;
  flex: 0 1 20%;
  text-align: center;
}
.tcp-single-packing-sub-list-item .name {
  padding: 1rem .5rem;
}
.tcp-single-packing-sub-list-item .img {
  border: solid 1px #ccc;
  padding: 2rem;
}
.tcp-single-packing-sub-list-item .img img {
  max-width: 280px;
  width: 100%;
}

@media (max-width: 768px) {
    .tcp-single-packing-sub {
      display: block;
      margin: 3rem 0 0;
    }
    .tcp-single-packing-sub-list {
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1.5rem;
    }
    .tcp-single-packing-sub-list-item {
      flex: 0 1 47%;
    }
}


/* 仕様 */
.tcp-single-type-list {
  display: flex;
  gap: 2rem 0;
  flex-wrap: wrap;
  margin: 4rem 0 2rem;
}
.tcp-single-type-list-item {
  flex: 1 1 24%;
  border: solid 1px #ccc;
  padding: 2rem 2.5rem 2.5rem;
  display: flex;
  flex-flow: column;
}
.tcp-single-type-list-item .img {
  flex: 0 1 315px;
  text-align: center;
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.tcp-single-type-list-item .main-img {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.tcp-single-type-list-item .main-img img {
  max-width: 275px;
  max-height: 315px;
}
.tcp-single-type-list-item .sub-img {
  /* text-align: left; */
  min-width: 170px;
}
.tcp-single-type-list-item .sub-img img + img {
  margin-top: 5px;
}
.tcp-single-type-list-item .img figcaption {
  text-align: center;
}
.tcp-single-type-list-item .ttl {
  font-weight: 700;
  font-size: 2.0rem;
  text-align: center;
}
.tcp-single-type-list-item .desc {
  margin: 10px 0 10px;
}
.tcp-single-type-list-item .btn {
  margin: auto auto 0;
  padding: 13px 12px;
  width: 100%;
  max-width: 300px;
}
.tcp-single-type-list-item .btn::before {
  left: 12px;
}
.tcp-single-type-list-item .btn .text {
  padding: 0 22px 0 26px;
}

@media (min-width: 769px) {
  .tcp-single-type-list-item + .tcp-single-type-list-item {
    border-left: none;
  }
}

@media (max-width: 768px) {
  .tcp-single-type-list {
    margin: 2.5rem 0 2rem;
  }
  .tcp-single-type-list-item > [class^="l-grid-col-"] {
    width: 100%;
  }
  .tcp-single-type-list-item .img {
    flex: 0 1 auto;
    text-align: center;
  }
  .tcp-single-type-list-item .main-img img {
    max-width: 200px;
    max-height: 230px;
  }
  .tcp-single-type-list-item .sub-img {
    min-width: inherit;
  }

  .tcp-single-type-list-item .ttl {
    font-size: 1.8rem;
  }
  .tcp-single-type-list-item .desc {
    margin: 20px 0 20px;
  }
}

/* テスト、事例リンク */
@media (min-width: 769px) {
  .tcp-single .tc-exam-index-list,
  .tcp-index .tc-exam-index-list {
    justify-content: flex-start;
  }
  .tcp-single .tc-exam-index-list > li,
  .tcp-index .tc-exam-index-list > li {
    flex: 0 1 32%;
    font-weight: 700;
  }
  .tcp-single .tc-exam-index-list > li a,
  .tcp-index .tc-exam-index-list > li a {
    padding: 28px 28px;
  }
}

.tcp-single .tc-exam-index-list a .card-image,
.tcp-single .tc-exam-index-list a .card-image > img,
.tcp-index .tc-exam-index-list a .card-image,
.tcp-index .tc-exam-index-list a .card-image > img {
  height: 210px;
}


/* -------------------------------
  タイヤチェーン 新トップ 
---------------------------------- */
.tc-home {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.tc-home-ttl {
  text-align: center;
  font-size: 5.6rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
@media all and (max-width: 768px) {
  .tc-home-ttl {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
}

/* Slick
---------------------------------- */
.tc-home-slider .item-slider img {
  display: block;
  width: 100%;
}
.tc-home-slider .slick-slide img {
  width: 100%;
  object-fit: cover;
  object-position: 30% 0;
}
.tc-home-slider .slick-list {
    max-height: 640px;
    overflow: hidden;
}

@media all and (max-width: 768px) {
  .tc-home-slider .slick-slide img {
    height: 200px;
  }
}

/* Slick dots */
.tc-home-slider .slick-dots {
  position: absolute;
  bottom: -26px;
  width: 100%;
  text-align: center;
}

.tc-home-slider .slick-dots > li {
  display: inline-block;
  padding: 0 8px;
  font-size: 0;
  line-height: 1;
}

@media all and (max-width: 768px) {
  .tc-home-slider .slick-dots > li {
    padding: 0 7px;
  }
}

.tc-home-slider .slick-dots > li button {
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  border-radius: 100%;
}

@media all and (max-width: 768px) {
  .tc-home-slider .slick-dots > li button {
    width: 10px;
    height: 10px;
  }
}

.tc-home-slider .slick-dots > li.slick-active button {
  background-color: #0099ff;
}

@media all and (min-width: 769px) {
  .tc-home-slider .slick-dots > li button:hover {
    background-color: #0099ff;
  }
}

/* Slick arrow */
.tc-home-slider .slick-arrow {
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #fff;
  z-index: 2;
  background-image: url(/fileadmin/templates2020/images/common/ico_arrow_blue_right_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.tc-home-slider .slick-prev {
  left: 50px;
  transform: scale(-1.0);
}
.tc-home-slider .slick-next {
  right: 50px;
}

@media all and (max-width: 768px) {
  .tc-home-slider .slick-arrow {
    width: 26px;
    height: 26px;
    background-size: 7px;
  }
  .tc-home-slider .slick-prev {
    left: 15px;
  }
  .tc-home-slider .slick-next {
    right: 15px;
  }
}

/* mv
---------------------------------- */
.tc-home-mv {
  position: relative;
  /*  height: 565px;*/
}

.tc-home-mv-txt {
  position: absolute;
  top: 0;
  margin: auto;
  padding: 0 0 0 170px;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.tc-home-mv-ttl {
  font-size: clamp(2.4rem, 3vw + 1.44rem, 7.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-feature-settings: "palt";
}
.tc-home-mv-ttl > span {
  display: block;
}
.tc-home-mv-ttl .txt01 {
  font-size: clamp(2rem, 2.125vw + 1.32rem, 5.4rem);
  line-height: 1.5;
}


@media all and (max-width: 768px) {
  .tc-home-mv {
    height: 200px;
  }
  .tc-home-mv-txt {
    padding: 0 0 0 60px;
  }
  .tc-home-mv-ttl {
    /* font-size: 3.0rem; */
    margin: 0;
  }
  .tc-home-mv-ttl .txt01 {
    /* font-size: 2.0rem; */
  }
}

/* home-news
---------------------------------- */
.tc-home-news {
  background-color: #ECF2F5;
  padding: 6rem 7rem 4rem;
}
.tc-home-news-box {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 0 0 2rem;
}
.tc-home-news-ttl {
  background-color: #51a0ce;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 4rem;
}
.tc-home-news-list {
  padding: 2rem 4rem 0;
  transition: .3s ease;
}
.tc-home-news-list .item {
  display: flex;
  gap: 1.5rem;
  padding: .6rem 0;
}
.tc-home-news-list .item .date {
  flex: 0 0 120px;
}
.tc-home-news-list .item a {
  color: #1A6BA1;
  font-size: 1.6rem;
  text-decoration-line: underline;
}
.tc-home-news-list .item a:hover {
  text-decoration: none;
}

.tc-home-news-btn {
  display: inline-block;
  position: absolute;
  top: .8rem;
  right: 2rem;
  color: #fff;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .tc-home-news {
    padding: 4rem 0 3rem;
  }
  .tc-home-news-ttl {
    padding: 1rem 2.5rem;
  }
  .tc-home-news-list {
    padding: 1rem 2.5rem 2rem;
  }
  .tc-home-news-list .item {
    display: block;
    padding: 1rem 0 .5rem;
  }
  .tc-home-news-list .item .date {
    display: block;
  }
  .tc-home-news-list .item a {
    font-size: 1.5rem;
  }
}

/* ニュース開閉 */
.tc-home-news-btn {
  padding: 0 25px 0 0;
}
.tc-home-news-btn .txt {
  position: relative;
  width: 100px;
  height: 30px;
  text-align: right;
}
.tc-home-news-btn .all, .tc-home-news-btn .recent {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: .3s ease;
}
.tc-home-news-btn .recent {
  opacity: 0;
}

.tc-home-news-btn-icon {
  display: block;
  position: absolute;
  top: .7rem;
  right: 0;
  width: 12px;
  height: 12px;
}
.tc-home-news-btn-icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: .2s ease-in-out;
}
.tc-home-news-btn-icon::before {/* 横棒 */
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 12px;
  height: 2px;
  background: #fff;
  transition: .2s ease-in-out;
}
.tc-home-news-btn-icon::after {/* 縦棒 */
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 2px;
  height: 12px;
  background: #fff;
  transition: .2s ease-in-out;
}

#js-news-more-btn.is-active .tc-home-news-btn-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}
#js-news-more-btn.is-active .recent {
  opacity: 1;
}
#js-news-more-btn.is-active .all {
  opacity: 0;
}

#js-news-panel {
/*  max-height: 200px;*/
  overflow: hidden;
  transition: .7s ease-out;
}
#js-news-panel.is-open {
  max-height: 999px !important;
  transition: 1.2s ease-out;
}

@media (max-width: 768px) {
  #js-news-panel {
  }
}

/* home-feature
---------------------------------- */
.tc-home-feature {
  padding: 8.6rem 0;
}
.tc-home-feature-list {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 5rem 0 5rem;
}
.tc-home-feature-item {
  flex: 0 1 180px;
}

.tc-home-feature-btn {
  text-align: center;
  border: 1px solid #CCC;
  padding: 2.1rem 2rem;
  cursor: pointer;
}
.tc-home-feature-btn > span {
  display: inline-block;
  color: #1A6BA1;
  padding: 0;
  line-height: 1;
  position: relative;
}
.tc-home-feature-btn > span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(/fileadmin/templates2020/images/common/ico_arrow_blue_down_01.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  margin: 0 16px 0 0;
  transition: .3s ease;
}
.tc-home-feature-btn:hover {
  background: #ECF2F5;
}
.tc-home-feature-btn.is-open > span::before {
  transform: rotate(180deg);
  margin-top: 2px;
  background-position: center bottom;
}

.tc-home-feature-detail {
  display: none;
  border: 1px solid #CCC;
  background: #F5F5F5;
  padding: 5rem 5rem 3.5rem;
  margin: 3.2rem 0 0;
}
.tc-home-feature-detail-row {
  display: flex;
  gap: 4rem;
  margin: 0 0 4rem;
}
.tc-home-feature-txt {
  flex: 1 1 48%;
}
.tc-home-feature-img {
  flex: 0 1 432px;
}
.tc-home-feature-close {
  text-align: center;
  margin: 4rem 0 0;
}
.tc-home-feature-close > span {
  display: inline-block;
  color: #1A6BA1;
  padding: 5px 0 5px 22px;
  line-height: 1;
  background: url(/fileadmin/templates2020/images/common/ico_close_02_bl.png) no-repeat 0 center;
  background-size: 11px;
  cursor: pointer;
}


@media all and (max-width: 768px) {
  .tc-home-feature {
    padding: 4rem 0;
  }
  .tc-home-feature-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin: 2.5rem 0;
  }
  .tc-home-feature-item {
    flex: 0 1 32%;
  }
  .tc-home-feature-detail {
    padding: 2rem 2.5rem;
    margin: 0;
    border-top: none;
    font-feature-settings: "palt";
  }
  .tc-home-feature-detail-row {
    display: block;
    margin: 0 0 3rem;
  }
  .tc-home-feature-img {
    margin: 2.5rem 0 0;
  }

}

/* home-search
---------------------------------- */
.tc-home-search {
  padding: 2rem 0 15rem;
}
.tc-home-search-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 4rem 0 2rem;
}
.tc-home-search-blk, .tc-home-search-size {
  border: 1px solid #CCC;
}
.tc-home-search-blk {
  flex: 0 1 100%;
  max-width: 730px;
  padding: 0 0 4.2rem;
  display: flex;
  flex-flow: column;
}
.tc-home-search-blk .ttl {
  background: #006CB4;
  color: #fff;
  font-size: clamp(1.8rem, 1.125vw + 1.44rem, 3.6rem);
  font-weight: 700;
  text-align: center;
  padding: 2rem 3rem;
  line-height: 1.35;
}
.tc-home-search-blk-row {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  padding: 0 6rem 2rem;
  margin-top: -10rem;
}
.tc-home-search-blk-row .img {
  flex: 1 1 100%;
}
.tc-home-search-blk-row .chain {
  flex: 0 0 170px;
}
.tc-home-search-blk-row .desc {
  flex: 1;
  font-size: 1.8rem;
  padding: 0 0 2rem;
}
.tc-home-search-blk .btn {
  margin: auto 0 0;
  padding: 0 5.4rem;
}
.tc-home-search-blk .btn a {
  margin: 0 auto;
}

@media all and (max-width: 900px) {
  .tc-home-search {
    padding: 2rem 0 5rem;
  }
  .tc-home-search-row {
    display: block;
    margin: 2.5rem 0 0;
  }
  .tc-home-search-size .txt {
    flex: 1 1 70%;
    margin: 0;
    padding: 2rem 0 2rem;
  }
  .tc-home-search-blk {
    max-width: 100%;
    padding: 0 0 1.5rem;
    margin: 0 0 1rem;
  }
  .tc-home-search-blk .ttl {
    /* font-size: 1.8rem; */
    padding: 1.5rem 1.5rem;
  }
  .tc-home-search-blk .img,
  .tc-home-search-blk .img img {
    height: 130px;
  }
  .tc-home-search-blk .img {
    width: 100%;
    overflow: hidden;
  }
  .tc-home-search-blk .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center 100%;
  }
  .tc-home-search-blk-row {
    gap: 2rem;
    padding: 1rem 2.5rem 2rem;
    margin-top: 0;
  }
  .tc-home-search-blk-row .chain {
    flex: 0 1 80px;
  }
  .tc-home-search-blk-row .desc {
    font-size: 1.5rem;
  }
  .tc-home-search-blk .btn {
    padding: 0 2rem;
  }
}

/* タイヤサイズから探す */
.tc-home-search-size {
  width: 100%;
  display: flex;
/*  align-items: center;*/
  padding: 0 5.4rem 0 0;
}
.tc-home-search-size .img {
  flex: 0 1 300px;
  background: linear-gradient(245deg, rgba(255,255,255,1) 17%, rgba(236,242,245,1) 43%, rgba(0,108,180,1) 81%);
  padding: 2rem;
  display: flex;
  align-items: center;
}
.tc-home-search-size .txt {
  flex: 1 1 40%;
  align-self: center;
  margin: 0 0 0 -2rem;
  padding: 2rem 5% 2rem 5rem;
}
.tc-home-search-size .ttl {
  font-size: 3.6rem;
  color: #1A6BA1;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: left;
  line-height: 1.35;
}
.tc-home-search-size .desc {
  flex: 1;
  font-size: 1.8rem;
}
.tc-home-search-size .btn {
  flex: 0 1 354px;
  align-self: center;
  margin-left: auto;
}
.tc-home-search-size .btn a {
  margin: 0;
}

@media all and (max-width: 900px) {
  /* タイヤサイズから探す */
  .tc-home-search-size {
    display: block;
    padding: 0;
    position: relative;
  }
  .tc-home-search-size .img {
    background: none;
    position: absolute;
    width: 110px;
    top: .3rem;
    right: 1rem;
    padding: 0;
  }
  .tc-home-search-size .txt {
    margin: 0;
    padding: 0;
  }
  .tc-home-search-size .ttl {
    display: flex;
    align-items: center;
    min-height: 85px;
    padding: 1.5rem 40% 1.5rem 2.5rem;
    font-size: 1.8rem;
    color: #fff;
    background: linear-gradient(205deg, rgba(255,255,255,1) 0%, rgba(236,242,245,1) 17%, rgba(0,108,180,1) 45%);
  }
  .tc-home-search-size .desc {
    padding: .5rem 2.5rem 2rem;
    font-size: 1.5rem;
  }
  .tc-home-search-size .btn {
    padding: 0 2rem 1.5rem;
  }

}

/* home-strength
---------------------------------- */
.tc-home-strength {
  padding: 10rem 0 13rem;
  background: #ECF2F5;
}
.tc-home-strength-list {
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  margin: 6rem 0 0;
}
.tc-home-strength-list-item {
  flex: 0 1 50%;
  max-width: 562px;
}
.tc-home-strength-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.tc-home-strength-list-item .tmb,
.tc-home-strength-list-item .tmb img {
  width: 100%;
  height: 342px;
}
.tc-home-strength-list-item .tmb {
  overflow: hidden;
}
.tc-home-strength-list-item .tmb img {
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.tc-home-strength-list-item .txt {
  padding: 2.8rem 3.2rem;
}
.tc-home-strength-list-item .ttl {
  font-weight: 700;
  font-size: 2.2rem;
}
.tc-home-strength-list-item .desc {
  font-size: 1.8rem;
  margin: 1.5rem 0 3.5rem;
}
.tc-home-strength-list-item .link {
  text-align: center;
  font-size: 2.4rem;
}

.tc-home-strength-list-item a:hover .link span {
  text-decoration: underline;
}
.tc-home-strength-list-item a:hover .tmb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .tc-home-strength {
    padding: 4rem 0 3rem;
  }
  .tc-home-strength-list {
    display: block;
  }
  .tc-home-strength-list-item {
    max-width: 100%;
  }
  .tc-home-strength-list {
    margin: 2rem 0 0;
  }
  .tc-home-strength-list-item {
    margin: 0 0 2rem;
  }
  .tc-home-strength-list-item .tmb,
  .tc-home-strength-list-item .tmb img {
    width: 100%;
    height: 150px;
  }
  .tc-home-strength-list-item .txt {
    padding: 2rem 2.5rem 3rem;
  }
  .tc-home-strength-list-item .ttl {
    font-size: 1.8rem;
  }
  .tc-home-strength-list-item .desc {
    font-size: 1.5rem;
    margin: 1.5rem 0 1.5rem;
  }
  .tc-home-strength-list-item .link {
    text-align: left;
  }
  .tc-home-strength-list-item .link .c-link-arrow-01.text-lg {
    font-size: 1.8rem;
  }

}

/* home-support
---------------------------------- */
.tc-home-support {
  padding: 8rem 0 6rem;
}
.tc-home-support-list {
  display: flex;
  gap: 2.9rem;
  justify-content: center;
  margin: 5rem 0 0;
}
.tc-home-support-list-item {
  flex: 0 1 348px;
}
.tc-home-support-list-item .link {
  text-align: center;
  margin: 2rem 0 0;
}
.tc-home-support-list-item .link {
  font-weight: 700;
}
.tc-home-support-list-item a:hover .link span {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .tc-home-support {
    padding: 4rem 0 0;
  }
  .tc-home-support-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 0;
    margin: 2rem 0 0;
  }
  .tc-home-support-list-item {
    flex: 0 1 47%;
  }
  .tc-home-support-list-item .link {
    margin: 1rem 0 0;
    text-align: left;
  }

}


/* -------------------------------
  製品絞り込み・並び替え
---------------------------------- */
/* 絞り込みボタン */
.tcp-sort-btn-blk {
  margin: 4rem 0 1rem;
}
.tcp-sort-btn-blk .button-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: solid 1px #CCCCCC;
}
.tcp-sort-btn-blk .radio-group-label {
  flex: 0 0 150px;
  font-weight: 700;
  cursor: default;
  padding: 0 0 0 36px;
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/p-common/icon_sort.svg) 0 center no-repeat;
  background-size: 22px;
}
.tcp-sort-btn-blk .tcp-sort-btn-row {
  flex: 1;
  display: flex;
  gap: 7px;
}
.tcp-sort-btn-blk .button {
  flex: 0 1 22%;
  background-color: #E3E8EA;
  color: #174B6E;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  padding: 1.5rem 2rem;
  font-feature-settings: "palt";
}
.tcp-sort-btn-blk .button img {
  display: block;
  margin: 0 auto 1rem;
  width: 80%;
}
.tcp-sort-btn-blk .button:hover {
  background: #bcdef0;
}
.tcp-sort-btn-blk .button.active {
  background-color: #174B6E;
  color: #fff;
}

@media (max-width: 768px) {
  .tcp-sort-btn-blk {
    margin: 1.5rem 0 1.5rem;
  }
  .tcp-sort-btn-blk .button-container {
    display: block;
    padding: 1rem 0;
  }
  .tcp-sort-btn-blk .button-container:last-of-type {
    border: none;
  }
  .tcp-sort-btn-blk .tcp-sort-btn-row {
    flex-wrap: wrap;
    gap: 4px;
    margin: 1rem 0 0;
  }
  .tcp-sort-btn-blk .button {
    flex: 0 0 31%;
    font-size: 1.4rem;
    padding: .8rem 1rem;
    line-height: 1.35;
    display: flex;
    flex-flow: column;
  }

  .tcp-sort-btn-blk .button img {
/*    display: none;*/
    width: 100%;
  }
  .vehicle-type .tcp-sort-btn-row {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 0 0 1rem;
  }

  .tcp-truck-bus-index .tcp-sort-btn-blk .button {
    flex: 0 1 49%;
  }
}

/* 製品リスト */
.tcp-index-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.5rem 0 2rem;
}
.tcp-index-list-ttl {
}
.tcp-sort-reset .reset-button {
  color: #1A6BA1;
  text-decoration: underline;
  font-weight: 700;
}
.tcp-sort-reset .reset-button:hover {
  text-decoration: none;
}

.tcp-index-list-wrap .thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.tcp-index-list-wrap .thumbnail-item {
  flex: 0 1 280px;
  border: 1px solid #CCC;
}
.tcp-index-list-wrap .thumbnail-image {
  max-height: 210px;
  margin: 0 auto;
  transition: .3s ease;
}
.tcp-index-list-wrap .thumbnail-image-box {
  text-align: center;
  background: linear-gradient(180deg, #FFF 0%, #ECF2F5 100%);
  padding: 2rem 1rem;
}
.tcp-index-list-wrap .thumbnail-content {
  padding: 2rem 2rem;
}
.tcp-index-list-wrap .thumbnail-item a:hover .thumbnail-image {
  transform: scale(1.1);
}
.tcp-index-list-wrap .thumbnail-item a:hover .thumbnail-title {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .tcp-index-list-head {
    margin: 0rem 0 1rem;
  }
  .tcp-index-list-wrap .thumbnail-list {
    justify-content: space-between;
    gap: 7px 0;
  }
  .tcp-index-list-wrap .thumbnail-item {
    flex: 0 1 49%;
  }
  .tcp-index-list-wrap .thumbnail-image-box {
    padding: 1.5rem 1.5rem;
  }
  .tcp-index-list-wrap .thumbnail-image {
    max-height: 130px;
  }
  .tcp-index-list-wrap .thumbnail-content {
    padding: 1.5rem 1.3rem;
    font-feature-settings: "palt";
  }
}

/* -------------------------------
  除雪車両用タイヤチェーン TOP
---------------------------------- */
.tcp-construction-index .tc-index-head {
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/construction/index/mv.jpg) center center no-repeat;
  background-size: cover;
}
.tcp-construction-index-req-list li {
  border-radius: 48px;
  background: #ECF2F5;
  font-size: 1.9rem;
  padding: 1.3rem 3.4rem;
  margin: 0 0 4px;
}

@media (max-width: 768px) {
  .tcp-construction-index-req-list li {
    font-size: 1.6rem;
    padding: 1.1rem 2.4rem;
    font-feature-settings: "palt";
  }
}

/* -------------------------------
  トラック・バス用タイヤチェーン TOP
---------------------------------- */
.tcp-truck-bus-index .tc-index-head {
  background: url(/fileadmin/templates-2016/ja/images/products/tire-chain/truck-bus/index/mv.jpg) center center no-repeat;
  background-size: cover;
}

.tcp-truck-bus-index-article {
  padding: 6rem 8.8rem;
  background-color: #F2F2F2;
}
.tcp-truck-bus-index-article .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.tcp-truck-bus-index-article .img-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 980px;
  margin: 1.5rem auto 0;
  background-color: #000;
}
.tcp-truck-bus-index-article .img-row .img {
  text-align: center;
}
.tcp-truck-bus-index-article .img-row .img-col {
  flex: 0 1 300px;
}
.tcp-truck-bus-index-article .img-caption-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 1.2rem;
}
.tcp-truck-bus-index-article .img-caption {
  flex: 0 1 34%;
  font-size: 1.3rem;
  margin: .9rem 0;
}
.tcp-truck-bus-index-article .text-col {
  background-color: #fff;
  padding: 2.6rem 3rem;
  margin: 4px 0;
}

@media (max-width: 768px) {
  .tcp-truck-bus-index-article {
    padding: 2.5rem;
  }
  .tcp-truck-bus-index-article .ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
  .tcp-truck-bus-index-article .img-row {
    gap: 0;
    background: none;
  }
  .tcp-truck-bus-index-article .img-row .img-col {
    flex: 0 1 33%;
  }
  .tcp-truck-bus-index-article .img-caption {
    font-size: 1.1rem;
  }
  .tcp-truck-bus-index-article .text-col {
    padding: 2rem;
  }
  .tcp-truck-bus-index-article .text-col .c-ttl-heading-04 {
    font-size: 1.6rem;
  }
}
