body{
    font-family: sans-serif; 
    color: #444;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

img{margin:0px auto;
display: block;}

hr{
    margin: 50px auto;
}

@media screen and ( min-width:800px ){



.profile{
  background-color: #f6fdff;
  width: 570px;
  margin: 0 auto;
  padding: 20px;
}
.profile img{
  width: 100%;
}
.profile-title{
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 1em;
  margin: 1em 0;
  color: #232323;
  border-left: solid 10px #ff5b00;
}
.discribe{
  font-size: 14px;
  margin: 0px auto;
}



.pc{
  display: block;
}

header{
  display: block;
  width:100%;
  margin:0px auto;
}
h1{
    text-align: center;
    margin: 10px auto;
    line-height: 1.5;
    padding: 15px 0px;
    background-color: #b4fcff;
}


/* UL/LIここから */
    #list{
        text-align: left;
        margin: 0 auto;
        width: 50%;
    }

    ul.comment_blue{
        width: 75%;
        margin: 6px auto;
        padding: 5px;
        background: none;
        border: none;
        box-shadow: none;
    }

    ul.comment_blue li {
        position: relative;
        display: block;
        margin: 1.5em 0;
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        position: relative;
        background: #007bff;
        border-radius: 10px;
        color: #fff;
    }

    ul.comment_blue li:after, .comment_blue li:before  {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul.comment_blue li:after  {
        border-color: rgba(255, 255, 97, 0);
        border-right-color: #007bff;
        border-width: 10px;
        margin-top: -10px;
    }

    ul.comment_orange{
        width: 75%;
        margin: 6px auto;
        padding: 5px;
        background: none;
        border: none;
        box-shadow: none;
    }

    ul.comment_orange li {
        position: relative;
        display: block;
        margin: 1.5em 0;
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        position: relative;
        background: #fff03a;
        border-radius: 10px;
        color: #fff;
    }

    ul.comment_orange li:after,.comment_orange li:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul.comment_orange li:after {
        border-color: rgba(255, 255, 97, 0);
        border-right-color: #fff03a;
        border-width: 10px;
        margin-top: -10px;
    }

    ul.comment_pink {
        width: 75%;
        margin: 6px auto;
        padding: 5px;
        background: none;
        border: none;
        box-shadow: none;
    }

    ul.comment_pink li {
        position: relative;
        display: block;
        margin: 1.5em 0;
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        position: relative;
        background: #ff7ccb;
        border-radius: 10px;
        color: #fff;
    }

    ul.comment_pink li:after,.comment_pink li:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul.comment_pink li:after {
        border-color: rgba(255, 255, 97, 0);
        border-right-color: #ff7ccb;
        border-width: 10px;
        margin-top: -10px;
    }

    ul.blue{
        background: #f6faff;
        border: double 5px #77a6ff;
        border-radius: 9px;
        width: 600px;
        margin: 25px auto;
        padding: 5px;
    }

    ul.blue li{
        line-height: 1.5;
        padding: 0.1em 0;
        font-weight: bold;
        margin: 5px 25px!important;
        font-size: 20px;
        list-style-type: disclosure-closed;
        color: #0014af;
    }

    ul{
        
      
        border: double 5px #ff7ccb;
        border-radius: 9px;
        width: 600px;
        margin: 25px auto;
        padding: 5px;
    }

    ul li{
        line-height: 1.5;
        padding: 0.1em 0;
        font-weight: bold;
        margin: 5px 25px!important;
        font-size: 20px;
        list-style-type: disclosure-closed;
        color: #ff2ced;
    }

    .fa-diamond:before {
        content: "\f219";
        padding-right: 5px;
    }

    /* UL/LIここまで */

/* QAここから */
    .Qa-Box {
        width: 80%;
        margin: 0 auto;
      }
      
      .Qa-Box .Qa {
        padding: 20px 0;
        border-bottom: 1px solid #c8c8c8;
      }
      
      .Qa-Box .Qa dt,
      .Qa-Box .Qa dd {
        display: flex;
        align-items: baseline;
        margin: 15px 0;
      }
      
      .Qa-Box .Qa dt p {
        margin: 0;
        padding-left: 15px;
        font-weight: bold;
        width: 100%;
      }
      
      .Qa-Box .Qa dd p {
        margin: 0;
        padding-left: 15px;
        width: 100%;
      }
      
      .Qa-Box .Qa:last-of-type {
        border-bottom: none;
      }
      
      .Qa-Box .Qa dt::before {
        content: "Q";
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #8d9091;
        width: 2em;
        height: 2em;
      }
      
      .Qa-Box .Qa dd::before {
        content: "A";
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #ff5b00;
        width: 2em;
        height: 2em;
      }
    
/* QAここまで */  
      .main-left{
        width: 800px; 
        margin:0px auto;
        padding:10px; 
        background-color: #fff;
    }
    
    h2 {
        font-size: 1.65rem;
        line-height: 2rem;
        padding: 15px;
        padding-bottom: 16px;
        margin-top: 2.6rem;
        margin-bottom: 1.6rem;
        background-color: #117dff;
        text-align: center;
        border-radius: 15px;
        color: #fe0;
    }

    .text2{
        width: 530px;
        margin: 35px auto;
        max-width: 100%;
        letter-spacing: 0.03em;
        font-size: 17px;
        line-height: 30px;
      }

     .Qa-Box .text2{ 
        width: 530px;
        margin: 7px auto;
        max-width: 100%;
        letter-spacing: 0.03em;
        font-size: 17px;
        line-height: 28px;
        font-family: "Noto Sans JP"; 
        font-weight: 500;
      }

    .zaiko{
        width: 530px;
        margin: 7px auto;
        max-width: 80%;
        letter-spacing: 0.03em;
        font-size: 15px;
        font-family: "Noto Sans JP"; 
    }
    .yellow-marker {
        background-color: #fff03a;
        font-weight: bold;
    }

    .red-marker {
        background-color: #ff0000;
        color: #ffffff;
        font-weight: bold;
    }


    .pink-marker {
        background: linear-gradient(transparent 50%, #ffbef9 85%);
        color: #ff009a;
        font-weight: bold;
        font-size: 21px;
        line-height: 33px;
    }

    .futoi{
      font-weight: 900;
    }
    
    .bigspan{
      font-weight: bold;
        color: #cf0000;
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .bigspan_pink{
      font-weight: bold;
        color: #ff7ccb;
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .underline-red {
        border-bottom: double;
        border-color: #ff0000;
        border-width: 3px;
        color: #ff0000;
        font-weight: 700;
        line-height: 1;
    }

    .big{
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }

    .red {
        color: #ff0000;
        font-weight: bold;
    }
    .pink {
        color: #ff2ced;
        font-weight: bold;
    }
    .pink2{
        color: #ffffff;
        background-color: #ff2ced;
        font-weight: bold;
        line-height: 40px;
    }
    .orange {
        color: #ff5b00;
        font-weight: bold;
    }
    .blue{
        color: #007bff;
        font-weight: bold;
    }
    .blue2{
        color: #00bac5;
        font-weight: bold;
        font-size: x-large;
    }
    .white {
        color: #ffffff;
        font-weight: bold;
    }
 
    .brown{
        color: #ffffff;
        background-color: saddlebrown;
        font-weight: bold;
    }
    .blinking {
        animation: flash 2.5s linear infinite;
        font-weight: bold;
        color: #ffffff;
        font-size: 21px;
        text-align: center;
        margin: 0 auto;
        -webkit-text-stroke: 0.97px #8d4100;

}
    @keyframes flash{
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
    }

.marker-animation.active{
    background-position: -100% .5em;
  }
  .marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
  }

    


.l-wrapper_02 {
    margin: 1rem auto;
    /* width: 350px; */
    border: 2px solid #00bac5;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
  }

  .l-wrapper_02 h3 {
    position: absolute;
    right: 0;
    left: 0;
    top: 6.3em;
    margin: 0;
  }
  .card-radius_02{
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
  }
  
  .card__thumbnail_02 {
    margin: 0;
    width: 400px;
    order: 0;
  }
  
  .card__image_02 {
    width: 100%;
  }
  
  .card__body_02 {
    padding: 0 1.5rem;
    width: 350px
  }
  
  .card__text_02 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  .card__text2_02 {
    font-size: 16px;
    /* margin-top: 0;
    margin-bottom: 1.5rem; */
  }
  .cardwrap{    width: 720px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;}

  .title {
    padding: 10px;
    background: #00bac5;

    display: inline-block;
    border-radius: 5px;
  }
  

  .bold{font-weight: bold;}





.btn{
    width: initial;
    margin: initial;
    padding: initial;
    float: initial;
    font-size: initial;
    background: initial;
    text-decoration: initial;
    width: 500px;
    margin:15px auto;
    transition: all 0.3s ease 0s;
    }

.btn img{
    width: 100%;
}

.btn:hover{
    width: 550px;
}

.hame{
    width:570px;
    margin:30px auto;
    }
    
.kame{
    width:750px;
    margin:10px auto;
    }


  .spimg{
      display: none;
    }
  

/* 小見出しはじまり */
.section_box{
    border: 2px solid #ff7ccb;
    border-radius: 5px;
    position: relative;
    margin: 2em 7em;
}

.section_box h3{
    position: absolute;
    right: 0;
    left: 0;
    top: -1.7em;
    margin-left: 1em;
}
.title{
    padding: 10px;
    background: #ff7ccb;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
}
.title2{
    padding: 10px;
    background: #898989;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
}
.section_box .inner{
    padding: 2.5em .5em .5em;
}
/* 小見出しおわり */



    }

.honmatsu{
    font-size: large;
    color: #4590ff;
    font-weight: bold;
}

.syouhinmei{
    color: #ffffff;
    background-color: orangered;
    font-weight: bold;
    font-size: x-large;
    line-height: 40px;
}

.stars {
    font-size: larger;
    line-height: 40px;
    font-weight: bolder;
    color: #ffffff;
    position: relative;
    background-image: radial-gradient(circle, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
    -webkit-text-stroke: 0.97px #8d4100;

}

.hr1 {
    border-top: 4px double #00bac5;
    margin: 30px;
    background: none;
}

.talking {
    margin-bottom: 10px;
    position:relative;
}

.talking:before , .talking:after {
    clear:both;
    content:"";
    display:block;
}


.talking figure {
    width:60px;
    height:60px;
}

.talking-left_icon {
    float:left;
    margin-right:20px;
}

.talking-right_icon {
    float:right;
    margin-left:20px;
}

.talking figure img {
    width:100%;
    height:100%;
    margin:0;
    border: none;
    border-radius:50%;
}

.talking-left_icon figcaption ,
.talking-right_icon figcaption {
    padding:2px 0 0;
    font-size:12px;
    text-align:center;
}

.talking-left , .talking-right  {
    position:relative;
    padding:10px;
    border-style:solid;
    max-width: calc(100% - 80px);
    filter: drop-shadow(2px 2px 0.2rem #444);
}

.talking-left p {
    margin:0;
    font-weight: bold;
    color: #ffffff;
}

.talking-left p :last-child {
    margin:0;
}


.talking-left {
    float:left;
    background:#00bac5;
    margin-top: 17px;
    border-radius: 10px;
    border-width: 0;
}

.talking-left:before {
    position: absolute;
    content: '';
    border: 0px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -22px;
}

.talking-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #00bac5;
    top: 15px;
    left: -19px;
}

.talking-right p {
    margin:0;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
}

.talking-right p :last-child {
    margin:0;
}

.talking-right {
    float: right;
    background:#cdfff6;
    margin-top: 17px;
    border-radius: 10px;
    border-width: 0;
}

.talking-right:before {
    position: absolute;
    content: '';
    border:00px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -22px;
}

.talking-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #cdfff6;
    top: 15px;
    right: -19px;
}


@media screen and (max-width: 960px) {
.Qa-Box {
width: 95%;
}
}




@media screen and ( max-width:799px ){
  .hame{
    width: 90%;
    margin: 25px auto;
  }

  .kame{
    width: 100%;
    margin: 10px auto;
  }

  figure{
    margin: 1em 0px;}

  .profile{
    background-color: #f6fdff;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
  }
  .profile img{
    width: 100%;
  }
  .profile-title{
    font-size: 15px;
    font-weight: bold;
    padding: 0.3em;
    margin: 0.3em 0;
    color: #232323;
    border-left: solid 7px #ff5b00;
  }
  .discribe{
    font-size: 14px;
    margin: 0px auto;
  }

.talking-left_icon {
    margin-right: 15px;
}

.talking-right_icon {
    margin-left: 15px;
}

  header{
    display: block;
    width:100%;
    margin:0px auto;
  }
  h1{
    
    font-size: 21px;
    text-align: center;
    margin: 5px auto;
    line-height: 1.5;
    padding: 10px 0px;
    background-color: #b4fcff;
    
}





.sp{
  display: block;
}


/* UL/LIここから */
    #list{
        text-align: left;
        margin: 0 auto;
        width: 80%;
        }

    ul.comment_blue{
        width: 100%;
        margin: 6px auto;
        padding: 5px;
        background: none;
        border: none;
        box-shadow: none;
    }

    ul.comment_blue li {
        position: relative;
        display: block;
        margin: 0.5em 0;
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        background: #007bff;
        border-radius: 10px;
        color: #fff;
    }

    ul.comment_blue li:after, .comment_blue li:before  {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul.comment_blue li:after  {
        border-color: rgba(255, 255, 97, 0);
        border-right-color: #007bff;
        border-width: 10px;
        margin-top: -10px;
    }

    ul.comment_orange{
        width: 100%;
        margin: 6px auto;
        padding: 5px;
        background: none;
        border: none;
        box-shadow: none;
    }

    ul.comment_orange li {
        position: relative;
        display: block;
        margin: 1.5em 0;
        padding: 10px 10px;
        min-width: 120px;
        max-width: 100%;
        background: #fff03a;
        border-radius: 10px;
        color: #fff;
    }

    ul.comment_orange li:after, .comment_orange li:before  {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul.comment_orange li:after  {
        border-color: rgba(255, 255, 97, 0);
        border-right-color: #fff03a;
        border-width: 10px;
        margin-top: -10px;
    }

    ul.comment_pink{
        width: 100%;
        margin: 6px auto;
        padding: 5px;
        background: none;
        border: none;
        box-shadow: none;
    }

    ul.comment_pink li {
        position: relative;
        display: block;
        margin: 0.5em 0;
        padding: 10px 10px;
        min-width: 120px;
        max-width: 100%;
        background: #ff7ccb;
        border-radius: 10px;
        color: #fff;
    }

    ul.comment_pink li:after, .comment_pink li:before  {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    ul.comment_pink li:after  {
        border-color: rgba(255, 255, 97, 0);
        border-right-color: #ff7ccb;
        border-width: 10px;
        margin-top: -10px;
    }

    ul.blue{
        background: #f6faff;
        border: double 5px #77a6ff;
        border-radius: 9px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0.5em 0.5em 0.5em 2em;
    }

    ul.blue li{
        line-height: 1.5;
        padding: 0.2em 0;
        font-weight: bold;
        margin: 0;
        font-size: 20px;
        list-style-type: disclosure-closed;
        color: #0014af;
    }

     ul{
        background: #fff6ff;
        border: double 5px #ff7ccb;
        border-radius: 9px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0.5em 0.5em 0.5em 2em;
    }

    ul li{
        line-height: 1.5;
        padding: 0.2em 0;
        font-weight: bold;
        margin: 0;
        font-size: 20px;
        list-style-type: disclosure-closed;
        color: #ff2ced;
    }

    .fa-diamond:before {
        content: "\f219";
        padding-right: 5px;
    }
    /* UL/LIここまで */

/* QAここから */
    .Qa-Box {
        width: 98%;
        margin: 0 auto;
      }

      .Qa-Box .Qa {
        padding: 10px 0;
        border-bottom: 1px solid #c8c8c8;
      }

      .Qa-Box .Qa dt,
      .Qa-Box .Qa dd {
        display: flex;
        align-items: baseline;
        margin: 15px 0;
      }

      .Qa-Box .Qa dt p {
        margin: 0;
        padding-left: 10px;
        font-weight: bold;
        width: 100%;
      }

      .Qa-Box .Qa dd p {
        margin: 0;
        padding-left: 10px;
        width: 100%;
      }

      .Qa-Box .Qa:last-of-type {
        border-bottom: none;
      }

      .Qa-Box .Qa dt::before {
        content: "Q";
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #8d9091;
        width: 2em;
        height: 2em;
      }

      .Qa-Box .Qa dd::before {
        content: "A";
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #ff5b00;
        width: 2em;
        height: 2em;
      }
/* QAここまで */  


      .main-left{
        width: 98%;
        margin:0px auto;
        padding: 5px 5px; 
        background-color: #fff;
    }

    h2 {
      font-size: 25px;
      line-height: 25px;
      padding: 0.5em 0.5em;
      margin: 2em auto 0.5em;
      background-color: #117dff;
      text-align: center;
      border-radius: 10px;
      color: #fe0;
    }

    .text2{
        margin: 15px auto;
        max-width: 85%;
        line-height: 30px;
        font-size: 17px;
      }

    .zaiko{
        width: 530px;
        margin: 7px auto;
        max-width: 80%;
        letter-spacing: 0.03em;
        font-size: 14px;
        font-family: "Noto Sans JP"; 
    }

    .yellow-marker {
        background-color: #fff03a;
        font-weight: bold;
        font-size: 19px;
    }

    .red-marker {
        background-color: #ff0000;
        color: #ffffff;
        font-weight: bold;
    }

    .pink-marker {
        background: linear-gradient(transparent 50%, #ffbef9 85%);
        color: #ff009a;
        font-weight: bold;
        line-height: 30px;
    }

    .futoi{
      font-weight: bold;
    }
    .bigspan{
      font-weight: bold;
        color: #cf0000;
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }
    .underline-red {
        border-bottom: double;
        border-color: #ff0000;
        border-width: 3px;
        color: #ff0000;
        font-weight: 700;
        line-height: 1;
    }
    .big{
        font-size: 22px !important;
        line-height: 40px;
        text-align: center;
    }
    .red {
        color: #ff0000;
        font-weight: bold;
        font-size: 19px;
    }
    .pink {
        color: #ff2ced;
        font-weight: bold;
        font-size: 19px;
    }
    .pink2{
        color: #ffffff;
        background-color: #ff2ced;
        font-weight: bold;
        line-height: 40px;
    }
    .orange {
        color: #ff5b00;
        font-weight: bold;
    }
    .blue{
        color: #007bff;
        font-weight: bold;
    }
    .blue2{
        color: #00bac5;
        font-weight: bold;
        font-size: 22px;
    }
 
    .brown{
        color: #ffffff;
        background-color: saddlebrown;
        font-weight: bold;
        line-height: 1;
    }
    .white {
        color: #ffffff;
        font-weight: bold;
    }
    .blinking {
        animation: flash 2.5s linear infinite;
        font-weight: bold;
        color: #00bac5;
        font-size: 21px;
        text-align: center;
        margin: 0 auto;
}
    @keyframes flash{
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
    }

.marker-animation.active{
    background-position: -100% .5em;
  }
  .marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,240,58) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
  }

  .l-wrapper_02 {
    margin: 1rem auto;
    width: 90%;
    border: 2px solid #00bac5;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .l-wrapper_02 h3 {
    position: absolute;
    right: 0;
    left: 0;
    top: 7.5em;
  margin: 0;
  font-size: 16px;
  }

  .card-radius_02{
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 20%);
  }

  .card__thumbnail_02 {
    margin: 0;
    width: 100%;
    order: 0;
  }

  .card__image_02 {
    width: 100%;
  }

  .card__body_02 {
    padding: 10px;

  }

  .card__text_02 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .card__text2_02 {
    font-size: 15px;
    /* margin-top: 0;
    margin-bottom: 1.5rem; */
  }
  .cardwrap{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;}

  .title {
    padding: 10px;
    background: #00bac5;

    display: inline-block;
    border-radius: 5px;
  }

  .bold{font-weight: bold;}



  img{margin:0px auto;
    max-width:100%;}


.btn{
    width: initial;
    margin: initial; 
    padding: initial; 
    float: initial;
    font-size: initial; 
    background: initial; 
    text-decoration: initial;
    width: 94%;
    margin:15px auto;
    }

.btn img{
    width: 100%;
}

  .pcimg{display: none;}

/* 小見出しはじまり */
    .section_box{
        border: 2px solid #ff7ccb;
        border-radius: 5px;
        position: relative;
        margin: 2em 10px;
    }

    .section_box h3{
        position: absolute;
        right: 0;
        left: 0;
        top: -1.7em;
        margin-left: 1em;
    }
    .title{
        padding: 10px;
        background: #ff7ccb;
        color: #FFF;
        display: inline-block;
        border-radius: 5px;
    }
    .title2{
        padding: 10px;
        background: #898989;
        color: #FFF;
        display: inline-block;
        border-radius: 5px;
    }
    .section_box .inner{
        padding: 2.5em .5em .5em;
    }

    /* 小見出しおわり */
}

html {
scroll-behavior: smooth;
}
.ssss{opacity:0!important;transition: 1.0s ;}