@charset "UTF-8";
/*----------------------------------------
  Youtube 埋め込み動画 mixin
----------------------------------------*/
/*----------------------------------------
  browser default value
----------------------------------------*/
/*----------------------------------------
  base
----------------------------------------*/
/*----------------------------------------
  z-index
----------------------------------------*/
/*----------------------------------------
  color
----------------------------------------*/
/*----------------------------------------
  font weight
----------------------------------------*/
/*----------------------------------------
  opacity
----------------------------------------*/
/*----------------------------------------
  size
----------------------------------------*/
/*----------------------------------------
  transition
----------------------------------------*/
/**
 * 指定サイズの%比率を算出する
 */
/*----------------------------------------
  Youtube 埋め込み動画 mixin
----------------------------------------*/
/*----------------------------------------
  browser default value
----------------------------------------*/
/*----------------------------------------
  base
----------------------------------------*/
/*----------------------------------------
  z-index
----------------------------------------*/
/*----------------------------------------
  color
----------------------------------------*/
/*----------------------------------------
  font weight
----------------------------------------*/
/*----------------------------------------
  opacity
----------------------------------------*/
/*----------------------------------------
  size
----------------------------------------*/
/*----------------------------------------
  transition
----------------------------------------*/
/**
 * 指定サイズの%比率を算出する
 */
/*----------------------------------------
  reset
----------------------------------------*/
/* stylelint-disable selector-max-type */
img:not(.map-card img) {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
  base
----------------------------------------*/
/* stylelint-disable selector-max-type */
body {
  min-width: initial;
}

/*----------------------------------------
  components
----------------------------------------*/
/*----------------------------------------
  partial
----------------------------------------*/
.footer-bottom {
  max-width: 100%;
  padding: 20px 0;
}

.footer-bottom__content {
  height: auto;
  flex-direction: column;
  justify-content: center;
  font-size: 1.0rem;
}

.footer-bottom__content-copy {
  margin-top: 15px;
  color: #fff;
}

.footer-bottom__list {
  display: block;
}

.footer-bottom__list-inner {
  width: 100%;
  justify-content: center;
}

.footer-bottom__list-inner:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

.footer-bottom__list-inner:not(:last-child)::after {
  content: none;
}

.footer-bottom__list-item:not(:nth-of-type(2n+1)) {
  padding-left: 10px;
  margin-left: 10px;
}

.footer-bottom__list-item:not(:nth-of-type(2n+1))::before {
  height: 10px;
  border-color: #fff;
}

.footer-bottom__list-anchor {
  color: #fff;
}

/*----------------------------------------
  layouts
----------------------------------------*/
[data-view*=sp] {
  display: block;
}

[data-view*=pc] {
  display: none;
}

/* --------------------
inspection
-------------------- */
.inspection {
  padding: 60px 0 50px;
}

.inspection__inner {
  width: 92%;
  padding: 0 4%;
}

.inspection__heading {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.inspection__heading::before {
  content: none;
}

.inspection__heading-prefix {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.inspection__title {
  display: flex;
  align-items: center;
  position: relative;
}

.inspection__title::before {
  content: '';
  display: block;
  width: 11.11111%;
  padding-top: 20.63492%;
  background: url(../img/ico-lens.svg) no-repeat center center;
  background-size: contain;
  margin-left: 1.90476%;
  transform: rotate(30deg);
}

.inspection__title-text {
  display: inline-block;
  font-size: 2.8rem;
  text-align: left;
  margin-left: 18px;
}

.inspection__content {
  display: block;
}

.inspection__content-pics {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.inspection__content-image {
  width: 48.25397%;
}

.inspection__content-image:not(:last-child) {
  margin-bottom: 0;
}

.inspection__content-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.inspection__button {
  margin-top: 40px;
  width: 100%;
}

.inspection__button-anchor {
  height: 86px;
  border-radius: 44px;
}

.inspection__button-anchor:hover {
  transform: scale(1);
}

.inspection__button-anchor::before {
  content: '';
  display: block;
  width: 8.88889%;
  padding-top: 1.90476%;
  top: calc(50% - 6px);
  right: 6.34921%;
}

.inspection__button-text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.inspection__message {
  margin-top: 40px;
}

.inspection__message-title {
  height: 30px;
  padding: 0 10px;
  font-size: 1.8rem;
}

.inspection__message-title::before {
  right: -15px;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #005bac;
}

.inspection__message-text {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

/* --------------------
　TAMRON ID
-------------------- */
.tamron-id {
  padding: 74px 0 60px;
}

.tamron-id__content {
  width: 92%;
  margin: 0 auto;
  display: block;
}

.tamron-id__content-label {
  max-width: 90px;
  width: 26.08696%;
  top: -20px;
  left: -10px;
}

.tamron-id__content-pics {
  width: 100%;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.tamron-id__content-detail {
  padding: 30px 0 40px;
}

.tamron-id__outline {
  width: 100%;
}

.tamron-id__title {
  margin-bottom: 20px;
  font-size: 2.6rem;
}

.tamron-id__title-prefix {
  font-size: 1.8rem;
  padding-left: 19px;
}

.tamron-id__text {
  max-width: 91.30435%;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.tamron-id__button {
  margin: 25px auto 0;
  max-width: 280px;
}

.tamron-id__button-anchor {
  height: 70px;
}

.tamron-id__button-anchor::before {
  width: 6.78571%;
  padding-top: 1.78571%;
  top: calc(50% - 5px);
  right: 20px;
}

.tamron-id__button-text {
  font-size: 1.6rem;
}
