/* CSS Document */
/* #contents div.hipbone.typesquare_option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} */
img {
  object-fit: contain;
}

.sideair{
 float: right;
 margin-left: 2.8em;
}

.ts-content hr{
 border: 0;
 outline: none;
 border-top: 1px dashed #333;
 height: 1px;
 display: block;
 margin-top: 24px;
 padding-bottom: 24px;
 
}

#contents div.hipbone.typesquare_option {
  padding: 0 0 1.75rem;
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: flex-end;
}
#contents div.hipbone.typesquare_option p {
  width: calc(100% - 9em);
  padding: unset;
}
#contents div.hipbone.typesquare_option p > img {
  display: none;
}
#contents div.hipbone.typesquare_option > img {
  display: block;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  border: 1px solid #333;
  margin-bottom: 1em;
}
#contents p.typesquare_option.good_bad {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
#contents p.typesquare_option.good_bad img {
  width: calc(50% - 5px);
  height: fit-content;
  padding: 0 1%;
  max-width: 300px;
}
.think_safety-wrapper img {
  display: block;
}
#contents span.caption {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
i {
  font-style: normal;
}
i.pc {
  display: inline !important;
}
i.sp {
  display: none !important;
}
.ts-content p{
 overflow: hidden;
 max-width: 100%;
}
.ts-content p.mono {
  position: relative;
}
.ts-content p.mono img.absolute {
  position: absolute;
  width: 45%;
  height: auto;
  bottom: 1em;
  right: -1.5em;
}
.ts-content h4 {
  position: relative;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  font-size: 1.4em;
  padding: 0 0 1em 0;
  margin-top: 24px;
  color: #055a8e;
 
}
.mechanism {
  display: flex;
  justify-content: space-between;
}
.mechanism > p {
  flex: 0 0 35%;
}
.mechanism ul {
  counter-reset: my-counter;
  display: flex;
  flex-direction: column;
  gap: 1.32em;
  align-items: flex-start;
  padding-bottom: 1.75rem;
 flex: 0 0 60%;
}
.mechanism ul li {
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  width: 100%;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
}
.mechanism ul li em {
  position: absolute;
  width: max-content;
  font-size: 0.85em;
  background: #ef703c;
  color: #fff;
  padding: 0.1em 0.5em 0;
  border-radius: 1em;
  border: 0.2em solid #fff;
  bottom: -1.25em;
  left: 5em;
}
.mechanism ul li em i {
  width: 1.2em;
  height: 1.2em;
  aspect-ratio: 1 / 1;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ef703c;
  border-radius: 1em;
  letter-spacing: 0;
  padding-left: 0.2em;
}
.mechanism ul li em br {
  display: none;
}
.mechanism ul li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.mechanism ul li:nth-of-type(1) {
  background-color: #fce1c9;
}
.mechanism ul li:nth-of-type(2) {
  background-color: #fad4b3;
}
.mechanism ul li:nth-of-type(3) {
  background-color: #fac79e;
}
.mechanism ul li:nth-of-type(4) {
  background-color: #f8ba89;
}
.mechanism ul li:nth-of-type(5) {
  background-color: #f6ad77;
}
.mechanism ul li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid;
  left: 2em;
  bottom: calc(-1em + 0.5px);
}
.mechanism ul li:nth-of-type(1)::after {
  border-top: 1em solid #fce1c9;
}
.mechanism ul li:nth-of-type(2)::after {
  border-top: 1em solid #fad4b3;
}
.mechanism ul li:nth-of-type(3)::after {
  border-top: 1em solid #fac79e;
}
.mechanism ul li:nth-of-type(4)::after {
  border-top: 1em solid #f8ba89;
}
.mechanism ul li:nth-of-type(5)::after {
  border-top: 1em solid #f6ad77;
}

@media screen and (min-width: 500px) {
  .ts-content p.fl_L {
    max-width: 50%;
    float: left;
    padding: 0.5em 1em 0.5em 0;
  }
  .ts-content p.fl_R {
    max-width: 50%;
    float: right;
    padding: 0.5em 0 0.5em 1em;
  }
}

@media screen and (max-width: 768px) {
  #contents div.hipbone.typesquare_option > img {
    display: none;
  }
  #contents div.hipbone.typesquare_option p > img {
    display: block;
    width: calc(5em * 1.7 - 0.3em);
    max-width: calc(5em * 1.7 - 0.3em);
    height: calc(5em * 1.7 - 0.3em);
    border-radius: 50%;
    float: right;
    margin: 0 0 0px 10px;
    object-fit: cover;
    border: 1px solid #333;
  }
 
 .ts-flex{
  display: block;
 }

  .mechanism {
    flex-direction: column-reverse;
  }
  .mechanism > p {
    width: 100%;
  }
  .mechanism ul {
    align-items: center;
  }
  /* #contents div.hipbone.typesquare_option {
  } */
  #contents div.hipbone.typesquare_option p {
    width: 100%;
  }
  i.pc {
    display: none !important;
  }
  i.sp {
    display: inline !important;
  }
}

@media screen and (max-width: 500px) {
  #contents div.hipbone.typesquare_option p > img {
    display: none;
  }
  #contents div.hipbone.typesquare_option {
    flex-direction: column;
  }
  /* #contents div.hipbone.typesquare_option p {
  } */
  #contents div.hipbone.typesquare_option > img {
    display: block;
    width: 10em;
    height: 10em;
    margin: 0 auto -1em;
  }

  #contents p.typesquare_option.good_bad img {
    width: 100%;
    aspect-ratio: 93/109;
  }
  .mechanism ul {
    padding-bottom: 3.75rem;
  }
 .mechanism ul li{
  margin-top: 5px;
 }
  .mechanism ul li:not(:last-of-type)::after {
    left: 1em;
  }
  .mechanism ul li em {
    bottom: -1.52em;
   z-index: 3;
   left: 4em;
    
  }
  .mechanism ul li em br {
    display: none;
  }
  .ts-content h4 {
    font-size: 4.5vw;
  }
}
.ts-content p:last-child {
  padding-bottom: 1.75rem;
}
/* @media screen and (max-width: 640px) {} */
/*# sourceMappingURL=single.css.map */
