@charset "UTF-8";
/******************************************************

fonts

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

PC／SP 共有

******************************************************/
#pageImage {
  background-image: url(../img/title.jpg); }

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

sp

******************************************************/
@media screen and (max-width: 740px) {
  .button {
    background-color: #004684;
    color: #fff;
    padding: 10px 40px;
    border-radius: 4px;
    display: block;
    margin: 20px auto;
    max-width: 150px;
  }
  .logo_invisalign {
    max-width: 200px;
  }
  .about_sp {
    display: block;
  }
  .about_pc {
    display: none;
  }
  .textBox .txt {
    margin-bottom: 20px;}
  .textBox .txt h4 {
    font-size: 20px;
    color: #004684;
    line-height: 27px;
    margin-bottom: 10px; }
  .textBox .txt p + h4 {
    padding-top: 30px; }
  .textBox figcaption {
    line-height: 16px;
    margin-top: 10px;}
  .metalBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .metalBox .item {
      width: 100%;
      background: #fff;
      margin-top: 20px;
      text-align: center; }
      .metalBox .item figure {
        padding: 10px 10px 0; }
        .metalBox .item figure img {
          width: 100%;
          height: auto; }
      .metalBox .item h4 {
        padding: 10px 0 10px;
        color: #004684;
        font-size: 1.5rem; }
      .metalBox .item p {
        padding: 0 20px 20px;
        text-align: left; }
  .meritBox2 {
    width: 100%;
    position: relative;
    margin-top: 20px; }
    .meritBox2 dl {
      width: 100%;
      background: #fff;
      border: rgba(0, 71, 133, 0.5) solid 1px;
      box-sizing: border-box; }
      .meritBox2 dl dt {
        font-size: 1.4rem;
        color: #004684;
        line-height: 1;
        padding: 8px 0;
        border-bottom: #004684 dotted 1px;
        text-align: center; }
      .meritBox2 dl dd {
        padding: 10px; }
        .meritBox2 dl dd li {
          color: #004684;
          padding-left: 15px;
          position: relative; }
          .meritBox2 dl dd li:before {
            display: inline-block;
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #004684;
            position: absolute;
            left: 0;
            top: 7px; }
    .meritBox2 dl + dl {
      margin-top: 20px; }
      .meritBox2 dl + dl dd li:before {
        opacity: 0.5; }
  .flowBox {
    position: relative; }
    .flowBox .item {
      position: relative;
      padding-left: 55px;
      padding-bottom: 40px; }
      .flowBox .item:before {
        content: "";
        width: 4px;
        height: 100%;
        background: #004684;
        position: absolute;
        left: 18px;
        top: 0; }
      .flowBox .item span {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #004684;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 1.8rem;
        position: absolute;
        left: 0;
        top: 0; }
      .flowBox .item h4 {
        font-size: 1.5rem;
        color: #004684;
        line-height: 1.5;
        padding-bottom: 0px; }
    .flowBox .item:last-child {
      padding-bottom: 0; }
      .flowBox .item:last-child:before {
        content: none; }
  .qa dt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px; }
    .qa dt span {
      flex-shrink: 0;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #416aab;
      text-align: center;
      line-height: 30px;
      color: #fff;
      font-size: 1.5rem; }
    .qa dt em {
      color: #004684;
      font-size: 1.5rem;
      padding-left: 20px;
      line-height: 1.5; }
  .qa dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .qa dd span {
      flex-shrink: 0;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #333333;
      text-align: center;
      line-height: 30px;
      color: #fff;
      font-size: 1.8rem; }
    .qa dd p {
      color: #333333;
      font-size: 1.4rem;
      padding-left: 20px; }
  .qa + .qa {
    margin-top: 40px; }
  .lineBox {
    border: #004684 solid 1px;
    border-radius: 3px;
    padding: 15px;
    color: #004684;
    margin-top: 40px; }
    .lineBox em {
      display: block;
      font-weight: bold; }
    .lineBox small {
      font-size: 1.2rem; } }

/******************************************************
    
PC / common

******************************************************/
@media screen and (min-width: 741px) {
  .button {
    background-color: #004684;
    color: #fff;
    padding: 10px 40px;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
  }
  .button:hover {
    background-color: #0056ac;
    color: #fff;
  }
  .about_sp {
    display: none;
  }
  .about_pc {
    display: block;
  }
  .line3 br {
    display: none;
  }
  .textBox {
    margin: 40px 0;}
  .textBox .txt h4 {
    font-size: 20px;
    color: #004684;
    margin-bottom: 15px; }
  .textBox .txt p + h4 {
    padding-top: 30px; }
  .textBox figcaption {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    line-height: 16px;
    margin-top: 10px;
  }
  .maker-link {
    text-align: right;
    margin-top: 35px;}
  .metalBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .metalBox .item {
      width: 450px;
      background: #fff;
      margin-top: 50px;
      text-align: center; }
      .metalBox .item figure {
        padding: 10px 10px 0; }
        .metalBox .item figure img {
          width: 100%;
          height: auto; }
      .metalBox .item h4 {
        padding: 10px 0 10px;
        color: #004684;
        font-size: 1.8rem; }
      .metalBox .item p {
        padding: 0 20px 20px;
        text-align: left; }
  .meritBox2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    border: rgba(0, 71, 133, 0.5) solid 1px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    margin-top: 40px; }
    .meritBox2:before {
      content: "";
      width: 1px;
      height: 100%;
      border-left: #004684 dotted 1px;
      position: absolute;
      left: 50%;
      top: 0; }
    .meritBox2 dl {
      width: 50%; }
      .meritBox2 dl dt {
        font-size: 1.6rem;
        color: #004684;
        line-height: 1;
        padding: 12px 0;
        border-bottom: #004684 dotted 1px;
        text-align: center; }
      .meritBox2 dl dd {
        padding: 25px; }
        .meritBox2 dl dd li {
          color: #004684;
          padding-left: 15px;
          position: relative; }
          .meritBox2 dl dd li:before {
            display: inline-block;
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #004684;
            position: absolute;
            left: 0;
            top: 8px; }
    .meritBox2 dl + dl dd li:before {
      opacity: 0.5; }
  .flowBox {
    position: relative; }
    .flowBox:before {
      content: "";
      width: 4px;
      height: 90%;
      background: #004684;
      position: absolute;
      left: 26px;
      top: 0; }
    .flowBox .item {
      position: relative;
      padding-left: 85px;
      padding-bottom: 60px; }
      .flowBox .item span {
        display: inline-block;
        width: 55px;
        height: 55px;
        background: #004684;
        text-align: center;
        line-height: 55px;
        border-radius: 50%;
        color: #fff;
        font-size: 2rem;
        position: absolute;
        left: 0;
        top: 0; }
      .flowBox .item h4 {
        font-size: 1.8rem;
        color: #004684;
        line-height: 1;
        padding: 5px 0 10px; }
      .flowBox .item p {
        line-height: 1; }
    .flowBox .item:last-child {
      padding-bottom: 0; }
  .qa dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px; }
    .qa dt span {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #416aab;
      text-align: center;
      line-height: 40px;
      color: #fff;
      font-size: 1.8rem; }
    .qa dt em {
      color: #004684;
      font-size: 1.8rem;
      padding-left: 20px;
      line-height: 1; }
  .qa dd {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .qa dd span {
      flex-shrink: 0;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #333333;
      text-align: center;
      line-height: 40px;
      color: #fff;
      font-size: 1.8rem; }
    .qa dd p {
      color: #333333;
      font-size: 1.4rem;
      padding-left: 20px; }
  .qa + .qa {
    margin-top: 40px; }
  .lineBox {
    border: #004684 solid 1px;
    border-radius: 5px;
    padding: 25px;
    color: #004684;
    margin-top: 80px; }
    .lineBox em {
      display: block;
      font-weight: bold; }
    .lineBox small {
      font-size: 1.2rem; } }

/*# sourceMappingURL=style.map */