﻿//2025/6/25 Taflabel用
@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Boogaloo|Montserrat|Ruslan+Display|Special+Elite|Noto+Sans";
.taflabel {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 110px;
  border:5px solid blue;

//  width: 960px !important;
//    border:5px solid blue !important;
}


.taflabel--tab {
  margin-bottom: 60px;
}
.taflabe .search--head {
  font-size: 16px;
  margin-bottom: 76px;
}
.taflabel--block {
  overflow: hidden;
}
.banner_list {
  display: flex;
}
.taflabel--block li {
  width: 210px;
  float: left;
  margin-left: 23px;
  margin-bottom: 20px;
}
.taflabel--block li:nth-child(4n+1) {
  margin-left: 29px;
}
.taflabel--block .detail li {
  margin-left: 30px;
}
.taflabel--block .detail li:nth-child(4n+1) {
  margin-left: 15px;
}
.taflabel--block a {
  display: block;
}
.taflabel--block a:hover {
  color: #c72225;
}
.taflabel--block a:hover .thumb:after {
  border-width: 10px;
}
.taflabel--block .thumb {
  width: 210px;
  height: 210px;
  background-color: #ddd;
  position: relative;
}
.taflabel--block .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all, 0.25s, ease-in;
  transition: all, 0.25s, ease-in;
}
.taflabel--block strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.taflabel{
  width: 960px;
  margin: 0 auto;
  position: relative;

  margin-bottom: 90px;
}
.taflabel--main {
  width: 960px;
}
.taflabel--sub {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -213px;
}
.taflabel .heading + p {
  margin-bottom: 50px;
  text-align: center;
}
.taflabel .area_ttl {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.taflabel .area_ttl br {
  display: none;
}
.taflabel .careful_area_text {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  color: red;
  font-weight: 500;
}
.taflabel .careful_area_text br {
  display: none;
}
.taflabel .banner_list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 50px;
}
.taflabel .banner_list .banner_item {
  width: 100%;
  margin: 0;
}
.taflabel .banner_list .banner_item a {
  display: inline-block;
  transition: all 0.3s ease-out;
  text-indent: 0;
}
.taflabel .banner_list .banner_item a:hover {
  color: inherit;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
  opacity: 0.7;
}
.taflabel .banner_list .banner_item p {
  font-size: 14px;
  margin-top: 5px;
}
a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}
.taflabel .banner_list .banner_item img {
  width: 100%;
  height: auto;
}
.taflabel .contact_btn {
  text-align: center;
  margin-bottom: 30px;
}
.taflabel .contact_btn a {
  color: #2A68B0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  padding: 17px 45px 17px 30px;
  border: 1px solid;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-indent: 0;
  background: transparent;
}
.taflabel .contact_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #2A68B0;
  border: 1px solid #2A68B0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.taflabel .contact_btn a:hover {
    color: #fff;
    opacity: 1;
}
.taflabel .contact_btn a:hover::before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.taflabel .caution {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.taflabel .caution_sub {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 30px;
}
.taflabel .caution_list {
  margin-bottom: 90px;
}
.taflabel .caution_item {
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  margin: 0!important;
}

.red{
color:red;
}