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

fonts

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

PC／SP 共有

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

  .noresize {
    border: none;
  }
  .margin-compare{
    margin-top: -10px;
    margin-bottom: 5px;
  }

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

sp

******************************************************/
@media screen and (max-width: 740px) {
  .flex-img{
    margin: 50px auto 20px;
  }
  #img-1{
    margin-bottom: 5px;
  }
  .image-compare{
    position: relative;
    width: 85%;
  }
  .image-compare img{
    max-width: 100%;
  }
  .image-compare .after{
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    color: rgba(0,0,0,.4);
    background: rgba(255,255,255,.7);
    padding: 10px 15px;
    border-radius: 5px;
    pointer-events: none;
  }
  .image-compare .before{
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    color: rgba(0,0,0,.4);
    background: rgba(255,255,255,.7);
    padding: 10px;
    border-radius: 5px;
    pointer-events: none;
  }

  .wrapper {
    position: relative;
    margin: auto;
    width: 90%;
    padding: calc(450 / 800 * 100%) 0 0;
  }
  .wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  #dr-photo-sp{
    max-width: 350px;
    margin-top: 10px;
    margin-left: -10px;
    display: block;
 }
 #dr-photo{
   display: none;
 }

  .footerdrwaku {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  /* line 699, cmn_style.scss */
  .footerdrwaku .footerdr-mp {
    display: block;
    text-align: center;
  }
  /* line 706, cmn_style.scss */
  .footerdrwaku .footerdr-mp h4 {
    font-size: 1.6rem;
    color: #004684;
    margin-bottom: 20px;
  }
  /* line 712, cmn_style.scss */
  .footerdrwaku .footerdr-mp span {
    font-size: 1.2rem;
  }

  img#banner-sp{
    width: 100%;
    height: 100%;
    display: block !important;
  }
  img#banner-pc{
    display: none !important;
  }

  .btn-slide {
    line-height: 60px;
    height: 60px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004684;
    font-size: 1.5rem;
    font-weight: 500;
    background: #fff;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    position: relative;
    margin-top: 40px;
    border: #004684 solid 1px;
    border-radius: 3px;
  }

  .subpage section .line2-qa {
    padding: 12px;
    background: #fff;
    color: #004684;
    font-size: 1.6rem;
    line-height: 1.35;
    margin: 20px 0;
    text-align: center;
  }

  .textBox .txt h4 {
    font-weight: bold;
    color: #004684; }
  .textBox .txt p + h4 {
    padding-top: 30px; }
  .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 h3 {
        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; }

        .meritBox {
          width: 100%;
          position: relative;
          margin-top: 20px; }
          .meritBox dl {
            width: 100%;
            background: #fff;
            border: #004d8e solid 1px;
            box-sizing: border-box; }
            .meritBox dl dt {
              font-size: 1.4rem;
              color: #004684;
              line-height: 1;
              padding: 8px 0;
              border-bottom: #004d8e solid 1px;
              text-align: center; }
            .meritBox dl dd {
              padding: 10px; }
              .meritBox dl dd li {
                color: #004d8e;
                padding-left: 15px;
                position: relative; 
              padding-bottom: 10px;}
                .meritBox dl dd li:before {
                  display: inline-block;
                  content: "";
                  width: 10px;
                  height: 10px;
                  border-radius: 50%;
                  background: #004d8e;
                  position: absolute;
                  left: 0;
                  top: 7px; }
          .meritBox dl + dl {
            margin-top: 20px; }
            .meritBox 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 h3 {
        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 dd em {
        color: #004684;
        font-size: 1.5rem;
        padding-left: 20px;
        line-height: 1.5; }
  .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; } 
    
      .arrowBox {
        position: relative; }
        .arrowBox .item {
          position: relative;
          padding-left: 55px;
          padding-bottom: 40px; }
          .arrowBox .item:before {
            content: "";
            width: 20px;
            height: 100%;
            background: #d6dce4;
            position: absolute;
            left: 15px;
            top: 0; }
          .arrowBox .item span {
            display: inline-block;
            width: 50px;
            height: 50px;
            background: #d6dce4;
            clip-path: polygon(30% 0, 70% 0, 70% 60%, 100% 60%, 50% 100%, 0 60%, 30% 60%);
            position: absolute;
            left: 0;
            top: 0; }
          .arrowBox .item h4 {
            font-size: 1.5rem;
            color: #005BAC;
            line-height: 1.5;
            padding-bottom: 0px; }
        .arrowBox .item:last-child {
          padding-bottom: 0; }
          .arrowBox .item:last-child:before {
            content: none; }


            .accordion {
              width: 100%;
              max-width: 600px;
              margin: 0 auto;
            }
            
            /* クリック領域 */
            .accordion-parent {
              position: relative;  /* 追加 */
              height: 50px;
              border-bottom: 1px solid #fff;
              background-color: #005BAC;
              color: #fff;
              text-align: center;
              line-height: 50px;
              cursor: pointer;
            }
            
            .accordion-parent:before{
              content: "";
              position: absolute;
              top: 50%;
              right: 8px;
              width: 24px;
              height: 2px;
              background: #fff;
              transform: translateY(-50%);
            }

            /* 擬似要素で下三角形を作成 */
            .accordion-parent:after {
              content: "";
              position: absolute;
              top: 50%;
              /* 8px+12px-1px(幅2pxの半分) */
              right: 19px;
              width: 2px;
              height: 24px;
              background: #fff;
              transform: translateY(-50%);
              transition: .3s;
           
            }
            
            /* オープン時にopenクラスを付与 */
            .accordion-parent.open:after {
              top: 25%;
              opacity: 0;
              transform: rotate(90deg);
            }
            
            /* クリックしたら表示される領域 */
            .accordion-child {
              display: none;
              padding: 2em 1em;
              background-color: #fff;
            }
    
    }

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

******************************************************/
@media screen and (min-width: 741px) {

  .image-compare{
    position: relative;
    width: 500px;
  }
  .image-compare .after{
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    color: rgba(0,0,0,.4);
    background: rgba(255,255,255,.7);
    padding: 10px 15px;
    border-radius: 5px;
    pointer-events: none;
  }
  .image-compare .before{
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    color: rgba(0,0,0,.4);
    background: rgba(255,255,255,.7);
    padding: 10px;
    border-radius: 5px;
    pointer-events: none;
  }

  .flex-img{
    margin: 100px auto 30px;
  }
  #flex-txt{
    width: 810px;
  }

  #dr-photo-sp{
    display: none;
 }

  #dr-photo{
    display: block;
     padding-left: -300px;
     display: flex;
     margin-bottom: -10px;
     margin-left: -350px;
     padding-right: 50px;
     margin-top: -100px;
  }

  .footerdrwaku {
    width: 1000px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1670, cmn_style.scss */
  .footerdrwaku .footerdr-mp {
    padding-left: 350px;
    display: flex;
    align-items: center;
    min-height: 365px;
    margin-bottom: -130px;
    margin-top: -50px;
  }
  /* line 1679, cmn_style.scss */
  .footerdrwaku .footerdr-mp .footerdrtext {
    display: block;
    text-align: left;
  }
  /* line 1684, cmn_style.scss */
  .footerdrwaku .footerdr-mp h4 {
    font-size: 2.2rem;
    color: #004684;
    margin-bottom: 40px;
  }
  /* line 1690, cmn_style.scss */
  .footerdrwaku .footerdr-mp span {
    font-size: 1.8rem;
  }

  img#banner-sp{
    display: none !important;
  }
  img#banner-pc{
    width: 100%;
    height: auto;
    display: block !important;
  }

  .btn-slide {
    line-height: 60px;
    height: 60px;
    width: 960px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004684;
    font-size: 1.5rem;
    font-weight: 500;
    background: #fff;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    position: relative;
    margin-top: 40px;
    border: #004684 solid 1px;
    border-radius: 3px;
  }

  
  .subpage section .line2-qa {
    line-height: 60px;
    background: #fff;
    color: #004684;
    font-size: 2rem;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }

  .textBox .txt h4 {
    font-weight: bold;
    color: #004684; }
  .textBox .txt p + h4 {
    padding-top: 30px; }
  .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 h3 {
        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; }

      .meritBox {
        width: 800px;
        display: flex;
        margin: auto;
        justify-content: flex-start;
        border: #004d8e solid 1px;
        box-sizing: border-box;
        background: #fff;
        position: relative;
        margin-top: 40px; }
        .meritBox dl {
          width: 100%; }
          .meritBox dl dt {
            font-size: 1.6rem;
            color: #004d8e;
            line-height: 1;
            padding: 12px 0;
            border-bottom: #004d8e solid 1px;
            text-align: center; }
          .meritBox dl dd {
            padding: 25px; }
            .meritBox dl dd li {
              color: #004d8e;
              padding-left: 15px;
              position: relative; 
            padding-bottom: 15px;}
              .meritBox dl dd li:before {
                display: inline-block;
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #004d8e;
                position: absolute;
                left: 0;
                top: 8px; }
        .meritBox dl + dl dd li:before {
          opacity: 0.5; }

  .flowBox {
    position: relative; }
    .flowBox:before {
      content: "";
      width: 4px;
      height: 100%;
      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 h3 {
        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 dd em {
        color: #004684;
        font-size: 1.5rem;
        padding-left: 20px;
        line-height: 1.5; }
  .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; } 
    
      .arrowBox {
        position: relative; }
        .arrowBox .item {
          position: relative;
          padding-left: 55px;
          padding-bottom: 40px; }
          .arrowBox .item:before {
            content: "";
            width: 20px;
            height: 100%;
            background: #d6dce4;
            position: absolute;
            left: 15px;
            top: 0; }
          .arrowBox .item span {
            display: inline-block;
            width: 50px;
            height: 50px;
            background: #d6dce4;
            clip-path: polygon(30% 0, 70% 0, 70% 60%, 100% 60%, 50% 100%, 0 60%, 30% 60%);
            position: absolute;
            left: 0;
            top: 0; }
          .arrowBox .item h4 {
            font-size: 1.5rem;
            color: #004684;
            line-height: 1.5;
            padding-bottom: 0px; }
        .arrowBox .item:last-child {
          padding-bottom: 0; }
          .arrowBox .item:last-child:before {
            content: none; }

            .accordion {
              width: 100%;
              max-width: 960px;
            }
            
            /* クリック領域 */
            .accordion-parent {
              position: relative;  /* 追加 */
              height: 50px;
              border-bottom: 1px solid #fff;
              background-color: #005BAC;
              color: #fff;
              text-align: center;
              line-height: 50px;
              cursor: pointer;
            }
            
            .accordion-parent::before{
              content: "";
              position: absolute;
              top: 50%;
              right: 8px;
              width: 24px;
              height: 2px;
              background: #fff;
              transform: translateY(-50%);
            }

            /* 擬似要素で下三角形を作成 */
            .accordion-parent:after {
              content: "";
              position: absolute;
              top: 50%;
              /* 8px+12px-1px(幅2pxの半分) */
              right: 19px;
              width: 2px;
              height: 24px;
              background: #fff;
              transform: translateY(-50%);
              transition: .3s;
           
            }
            
            /* オープン時にopenクラスを付与 */
            .accordion-parent.open:after {
              top: 25%;
              opacity: 0;
              transform: rotate(90deg);
            }
            
            /* クリックしたら表示される領域 */
            .accordion-child {
              display: none;
              padding: 2em 1em;
              background-color: #fff;
            }
    
    }

/*# sourceMappingURL=style.map */