body{
    width: auto;
    max-width: 840px;
    margin: auto;}
    
    img{width: 100%;
    max-width: 100%;
    margin: auto;}
    
    .imgmargin{margin: 13px 14px;}
    
    p{margin: 13px 14px;
        font-size: 16px;
        line-height: 1.8em;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;}

        h1{font-family:  "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
          "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
            padding: 1rem 2rem;
            color: #000000;}

            h1 span {
                background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
                background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-family:  "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
                "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
              }
    
              .center{text-align: center;}



              .balloon5 {
                width: 100%;
                margin: 1.5em 0;
                overflow: hidden;
              }
              
              .balloon5 .faceicon {
                float: left;
                margin-right: -90px;
                width: 80px;
              }
              
              .balloon5 .faceicon img{
                width: 100%;
                height: auto;
                border: solid 3px #d7ebfe;
                border-radius: 50%;
              }
              
              .balloon5 .chatting {
                width: 100%;
              }
              
              .says {
                display: inline-block;
                position: relative; 
                margin: 5px 0 0 105px;
                padding: 17px 13px;
                border-radius: 12px;
                background: #d7ebfe;
              }
              
              .says:after {
                content: "";
                display: inline-block;
                position: absolute;
                top: 18px; 
                left: -24px;
                border: 12px solid transparent;
                border-right: 12px solid #d7ebfe;
              }
              
              .says p {
                margin: 0;
                padding: 0;
              }

              .line1 {
                padding: 0.2rem;
                margin-bottom: 0.2rem;
                background: linear-gradient(transparent 60%, #f4ff58 60%);
                font-weight: bold;
            }
            
            /*口コミ左*/
.balloon-009 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
}

.balloon-009 img {
  max-width: 70px;
  height: 100%;
  border: 3px solid #f2f2f2;
  border-radius: 50%;
}

.balloon-009 p {
  position: relative;
  margin: 3px 0 0;
  padding: .8em 1em;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #333333;
}

.balloon-009 p::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: '';
}

/*口コミ右*/
.balloon-010 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
}

.balloon-010 img {
  max-width: 70px;
  height: 100%;
  border: 3px solid #f2f2f2;
  border-radius: 50%;
}

.balloon-010 p {
  position: relative;
  margin: 3px 0 0;
  padding: .8em 1em;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #333333;
}

.balloon-010 p::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}


.flash{
  animation: flash 1.5s linear infinite;
  color: red;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.center{ text-align: center;
font-size: 0.7rem;
margin-top: 8%;}

  @keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
  position: relative;
  display: block;
  width: auto;
  overflow: hidden;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

  animation-name: shiny;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


.time{text-align: right;}
.time2{text-align: left;}

.heading-1 {
padding: .5em .7em;
border-left: 5px solid #ff0000;
color: #333333;
}



        /*ポップアップ　ボタン*/
        .buttonpopup {
          position: relative;
          display: inline-block;
          padding: 0.25em 0.5em;
          text-decoration: none;
          color: #FFF;
          background: #32323262;
          border-radius: 100px;
          box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
          font-weight: bold;
          border: solid 2px #33333358;
          cursor: pointer;
        }
        .buttonpopup:active {
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
        }
        
        /*ステップフロー*/

        .title1 {
          padding: 0.5em;/*文字周りの余白*/
          color: #000000;/*文字色*/
          background: #fffaf4;/*背景色*/
          border-left: solid 5px #ff7c6f;/*左線（実線 太さ 色）*/
          font-family: Arial, Helvetica, sans-serif;
              }

        
        .flow_design02 {
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .flow_design02 ul {
          padding: 0;
        }
        
        .flow_design02 li {
          list-style-type: none;
        }
        
        .flow_design02 dd {
          margin-left: 0;
        }
        
        .flow02 > li {
          padding: 20px 10px;;
        }
        
        .flow02 > li:not(:last-child) {
          border-bottom: 3px solid #ff7c6f;
          position: relative;
        }
        
        .flow02 > li:not(:last-child)::before,
        .flow02 > li:not(:last-child)::after {
          content: "";
          border: solid transparent;
          position: absolute;
          top: 100%;
          left: 15%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
        }
        
        .flow02 > li:not(:last-child)::before {
          border-width: 22px;
          border-top-color: #ff7c6f;
        }
        
        .flow02 > li:not(:last-child)::after {
          border-width: 18px;
          border-top-color: #fff;
        }
        
        .flow02 > li dl {
          margin: 0;
        }
        
        .flow02 > li dl dt {
          font-size: 1.3em;
          font-weight: 600;
          border-bottom: 2px dotted #878787;
          margin-bottom: 0.5em;
          padding-bottom: 0.5em;
          display: flex;
        }
        
        .flow02 > li dl dt .icon02 {
          font-size: 0.6em;
          color: #fff;
          background: #ff7c6f;
          padding: 5px 10px;
          display: inline-block;
          margin-right: 0.5em;
        }
        
        /*ステップフローEND*/

        /*よくある質問*/
        .qa-8 dt {
          margin-bottom: 1em;
          color: #333333;
          font-weight: 600;
      }
      
      .qa-8 dt::before,
      .qa-8 dd::before {
          margin-right: .4em;
      }
      
      .qa-8 dt::before {
          content: "Q.";
      }
      
      .qa-8 dd {
          margin: 0 0 2.5em;
          padding: 1em 1.5em;
          background-color: #f2f2f2;
          color: #333333;
      }
      
      .qa-8 dd::before {
          content: "A.";
      }
        /*よくある質問END*/

        
        /*ポップアップ*/
        .popup {
          position: fixed;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 9999;
          opacity: 0;
          visibility: hidden;
          transition: .6s;
        }
        .popup.is-show {
          opacity: 1;
          visibility: visible;
        }
        .popup-inner {
          position: relative;
          width: 100%;
          margin:0 auto;
          padding: 0px;
          max-width: 600px;
          top:10%;
          background-color: #61616100;
          border-radius: 10px;
          text-align:center;
          z-index: 2;
        }
        .popup-inner img {
          width: 80%;
        }
        .close-area {
          display:inline-block;
          cursor: pointer;
          text-align:center;
        }
        .black-background {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0,0,0,.8);
          z-index: 1;
          cursor: pointer;
        }

        .list-10 {
          list-style-type: '👉';
          padding: 1em 1em 1em 2.5em;
          border: 2px solid hsl(0, 100%, 68%);
      }
      
      .list-10 li {
          padding: .3em;
          font-size: 24px;
          color: rgb(0, 0, 0);
      }

      h1 {
        position: relative;
        padding: 0.25em 0;
      }
      h1:after {
        content: "";
        display: block;
        height: 4px;
        background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
        background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
      }


      h2 {
        position: relative;
        padding: 1.5rem 2rem;
        color: #ffffff;
        border-radius: 10px;
        background: rgb(255, 102, 0);
      }

      h2:after {
        position: absolute;
        bottom: -9px;
        left: 1em;
        width: 0;
        height: 0;
        content: '';
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: rgb(255, 102, 0) transparent transparent transparent;
      }


      .heading-17 {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding: .5em .7em;
        overflow: hidden;
        border: 2px solid rgb(255, 102, 0);
        border-radius: 5px;
        color: #333333;
    }
    
    .heading-17:before {
        position: absolute;
        top: -50%;
        left: -50px;
        z-index: -1;
        transform: rotate(25deg);
        width: 100px;
        height: 200%;
        background-color: rgb(255, 102, 0);
        content: '';
    }
    
    .heading-17 span {
        margin-right: 1.1em;
        color: #fff;
        font-size: 1.1em
    }




        section {
      padding: 1.5rem 1rem;
      animation: fadeInUp 0.8s ease-in-out both;
    }

    .section-title {
      font-size: 1.4rem;
      margin-bottom: 1rem;
      text-align: center;
    }

    .problems-list li {
      margin-bottom: 0.5rem;
    }

    .testimonial {
      background-color: #fff2db;
      padding: 1rem;
      border-radius: 10px;
      margin-bottom: 1rem;
      animation: fadeInUp 0.8s ease-in-out both;
    }


        .faq details {
      margin-bottom: 1rem;
    }

    .faq summary {
      font-weight: bold;
      cursor: pointer;
    }

    hr.style-one {
    border: 0;
    height: 5px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}






.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}