<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************
    
PC

******************************************************/
@media screen and (min-width: 741px) {
  .textBox {
    align-items: center; }
  .implant {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    .implant figure {
      width: 33%;
      text-align: center; }
      .implant figure span {
        display: block; }
  .flex {
    display: flex;
    justify-content: space-between; }
    .flex figure small {
      display: block;
      text-align: center; } }

/******************************************************

スマートフォン

******************************************************/
@media screen and (max-width: 740px) {
  .implant {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .implant figure {
      width: 33%;
      text-align: center; }
      .implant figure span {
        display: block;
        line-height: 1.5; }
  .flex figure + figure {
    padding-top: 20px; } }

/*# sourceMappingURL=style.map */</pre></body></html>