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

fonts

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

PC／SP 共有

******************************************************/
#pageImage {
  background-image: url(../img/title.jpg); }
  .margin-compare{
    margin-top: -10px;
    margin-bottom: 5px;
  }

  .subpage{
    background-color: #fff;
  }


  #margin-tp{
    margin-top: 100px;
  }


  .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:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
  }
  
  /* オープン時にopenクラスを付与 */
  .accordion-parent.open:after {
    transform: rotate(225deg);
  }
  
  /* クリックしたら表示される領域 */
  .accordion-child {
    display: none;
    padding: 2em 1em;
    background-color: #fff;
  }

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

sp

******************************************************/
@media screen and (max-width: 740px) {

  #wrap{
    padding-top: 120px;
    margin-top: 0;
  }

  .subpage section .line {
    padding: 12px;
    background: #005097;
    color: #fff;
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
}

  #line3-1{
    font-size: 1.5rem;
  }

  .subpage section .line3{
    padding: 5px 0;
    color: #0b61ad;
    font-size: 2.3rem;
    line-height: 1.5;
    border-bottom: #0b61ad solid 1px;
    margin: 20px 0;
    text-align: center;
    font-weight: 700;
  }

  .qa-box{
    margin: 100px auto 0;
    width: 100%;
   }
   .qa-box h2{
     text-align: center;
     color: #787573;
     font-size: 2.5em;
     font-weight: 700;
   }
   .qa-box span{
    font-size: 1.6em;
    font-weight: 700;
    color: #5775a2;
    margin-right: 15px;
    margin-left: 20px;
   }

   .qa-box .txt{
    border: solid 1px #0062b6;
    margin: 30px auto;
    width: 90%;
    border-radius: 15px;
   }

   .qa-box h3{
    font-weight: 800;
    font-size: 1.6em;
    color: #7a7777;
   }

   .qa-box dt{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
   }
   .qa-box dd{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
   }
   .qa-box p{
    padding-right: 30px;
    font-size: 1.2em;
    color: #7a7777;
   }


  #width-85{
    max-width: 85%;
  }

  .line7{
    line-height: 60px;
    background: rgba(104,218,208,0.1);
    width: 100%;
    height: 60px;
    color: #2c5e5a;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 30px auto;
    text-align: center;
  }

  .compare-txt{
    font-size: 1.2em;
    position: relative;
    color: #565958;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 25px;
  }

  .line8{
    line-height: 60px;
    background: #0057a3;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .wrapper {
    position: relative;
    margin: auto;
    width: 90%;
  }
  .wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.read{
  background-image: url(/mouthpiece/img/background.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  margin: auto;
}
.read h2{
  font-size: 2em;
  text-align: center;
  color: #0d61ae;
  font-weight: 700;
}
.read p{
  padding-left: 25px;
  padding-right: 25px;
}

.line-6{
  font-size: 1.8em;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
    color: #5e615f;
}

  .line-6{
    font-size: 1.8em;
      text-align: center;
      font-weight: 700;
      line-height: 60px;
      color: #5e615f;
  }

  .line6{
    line-height: 60px;
    width: 100%;
    height: 60px;
    color: #2c5e5a;
    font-size: 2.3rem;
    font-weight: 700;
    margin: 30px auto;
    text-align: center;
  }

  .readBox{
    padding: 10px;
    background: #fff;
    border: #006ba6 solid 3px;
    position: relative;
    font-size: 14px;
  }

  .line4{
    padding-top: 12px;
    padding-top: 12px;
    color: #004684;
    font-size: 2.4rem;
    line-height: 1.35;
    margin: 20px 0;
    text-align: center;
  }

  .margin-qa{
    padding-left: 30px;
  }

  #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;
  }

  .subpage .Breadcrumb {
    text-align: right;
    padding: 10px;
    padding-top: 40px;
    line-height: 1;
}

  .subpage #subpageTitle em {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    color: #004684;
    line-height: 1;
    padding-top: 30px;
}

  .line2-img {
    padding: 12px;
    background: #fff;
    color: #0057a3;
    font-size: 2.3rem;
    line-height: 1.35;
    margin: 20px 0;
    text-align: center;
  }


  .button {
    background-color: #004684;
    color: #fff;
    padding: 10px 40px;
    border-radius: 4px;
    display: block;
    margin: 20px auto;
    max-width: 180px;
    text-align: center;
  }
  .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;
  }


.cbanner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;  
  margin-top: 25px;
}
.cbanner .item {
  position: relative;
  background: #fff;
}

.cbanner .item em {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  padding-bottom: 20px;
  transition: all 0.2s ease;
  backface-visibility: hidden;  

}
.cbanner .item p {
   padding-top: 10px;
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.2s ease;
  backface-visibility: hidden; 
}





  .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 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; }

    .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; }

 .subpage section .line2-qa {
    padding: 12px;
    background: #fff;
    color: #004684;
    font-size: 1.6rem;
    line-height: 1.35;
    margin: 20px 0;
    text-align: center;
              }
    
  .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; } 
    
      .slide-accordion {
        width: 100%;
        max-width: 600px;
      }
      
      /* クリック領域 */
      .slide-accordion-parent {
        position: relative;  /* 追加 */
        height: 70px;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        color: #597aaa;
        font-size: 1.5em;
        text-align: center;
        line-height: 70px;
        cursor: pointer;
      }
      
      .slide-accordion-parent::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 39px;
        width: 24px;
        height: 2px;
        background: #597aaa;
        transform: translateY(-50%);
      }
    
      /* 擬似要素で下三角形を作成 */
      .slide-accordion-parent:after {
        content: "";
        position: absolute;
        top: 50%;
        /* 8px+12px-1px(幅2pxの半分) */
        right: 50px;
        width: 2px;
        height: 24px;
        background: #597aaa;
        transform: translateY(-50%);
        transition: .3s;
     
      }
      
      /* オープン時にopenクラスを付与 */
      .slide-accordion-parent.open:after {
        top: 25%;
        opacity: 0;
        transform: rotate(90deg);
      }
      
      /* クリックしたら表示される領域 */
      .slide-accordion-child {
        display: none;
        padding: 2em 1em;
        background-color: #fff;
      }
    
    
    
    
    }

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

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

  #line3-1{
    font-size: 2rem;
  }

  .subpage section .line3{
    line-height: 60px;
    color: #0b61ad;
    font-size: 3.5rem;
    border-bottom: #0b61ad solid 1px;
    margin: 75px auto 40px;
    text-align: center;
    font-weight: 700;
  }

  .qa-box{
    width: 700px;
    margin: 100px auto 0;
   }
   .qa-box h2{
     text-align: center;
     color: #787573;
     font-size: 2.5em;
     font-weight: 600;
   }
   .qa-box span{
    font-size: 1.6em;
    font-weight: 600;
    color: #5775a2;
    margin-right: 15px;
    margin-left: 20px;
   }

   .qa-box .txt{
    border: solid 1px #0062b6;
    margin: 30px auto;
    width: 90%;
    border-radius: 15px;
   }

   .qa-box h3{
    font-weight: 800;
    font-size: 1.6em;
    color: #7a7777;
   }

   .qa-box dt{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
   }
   .qa-box dd{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
   }
   .qa-box p{
    padding-right: 30px;
    font-size: 1.3em;
    color: #7a7777;
   }

  .line7{
    line-height: 80px;
    background: rgba(104,218,208,0.1);
    width: 100%;
    height: 80px;
    color: #2c5e5a;
    font-size: 4rem;
    font-weight: 600;
    margin: 30px auto;
    text-align: center;
  }

  .compare-txt{
    font-size: 1.2em;
    position: relative;
    color: #565958;
    width: 800px;
    margin: auto;
    margin-top: 50px;
  }

  .line8{
    line-height: 60px;
    background: #0057a3;
    color: #fff;
    font-size: 2rem;
    width: 600px;
    margin: 30px auto;
    text-align: center;
  }

  .wrapper {
    position: relative;
    margin: auto;
    width:800px;
    height:450px;
  }
  .wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.read{
  background-image: url(/mouthpiece/img/background.png);
  width: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  margin: auto;
}
.read h2{
  font-size: 2em;
  text-align: center;
  color: #0d61ae;
  font-weight: 700;
}
.read p{
  padding-left: 75px;
  padding-right: 75px;
  font-size: 1.2em;
}


  .line-6{
    font-size: 3em;
      text-align: center;
      font-weight: 700;
      line-height: 60px;
      color: #5e615f;
  }



  .line6{
    line-height: 80px;
    width: 100%;
    height: 80px;
    color: #2c5e5a;
    font-size: 4rem;
    font-weight: 600;
    margin: 30px auto;
    text-align: center;
  }

  .readBox{
    padding: 30px;
    background: #fff;
    border: #006ba6 solid 3px;
    position: relative;
    font-size: 18px;
  }

  .line4{
    padding: 12px;
    color: #004684;
    font-size: 4.5rem;
    line-height: 1.35;
    margin: 20px 0;
    text-align: center;
    width: 65%;
  }

  .margin-qa{
    padding-left: 40px;
  }

  #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;
  }

  .subpage section .line2-img {
    padding: 12px;
    background: #fff;
    color: #0057a3;
    font-size: 3rem;
    line-height: 1.35;
    margin: 20px 0;
    text-align: center;
    width: 75%;
  }

  .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;
  }

  .button {
    background-color: #004684;
    color: #fff;
    padding: 10px 40px;
    border-radius: 4px;
    margin: 20px auto;
    display: block;
    text-align: center;
    max-width: 210px;
  }
  .button:hover {
    background-color: #0056ac;
    color: #fff;
  }



.cbanner {
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  display: flex;  
  margin-top: 75px;
}
.cbanner .item {
  position: relative;
  background: #fff;
}

.cbanner .item em {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 2.4rem;
  padding-bottom: 25px;
  transition: all 0.2s ease;
  backface-visibility: hidden;  
}
.cbanner .item p {
   padding-top: 20px;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.2s ease;
  backface-visibility: hidden; 
}


  .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 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: 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 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; }


      .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; }

  .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;
            }        
  .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; }

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

      .accordion-child {
        display: none;
        padding: 2em 1em;
        background-color: #fff;
        font-size: 1.2em;
      }
    



       }

      

/*# sourceMappingURL=style.map */