@charset "utf-8";


#faq .faq {
  padding: 20px 50px;
  margin-bottom: 50px;
  border-bottom: 2px dotted #f3ecec;
  line-height: 1.6;
  font-size: 20px;
}



#faq .faqdisc {
    padding-bottom: 60px;
    border-bottom: 2px dotted #f3ecec;
    margin: 0 auto 50px;
    text-align: center;
}

#faq .mt100 {
  margin-top: 100px;
}

.question p{
  color: #fff;
  }

 .question span{
    font-size: 35px;
    font-weight: bold;
    color: #f5ecf0;
    letter-spacing: -1px;
    padding-right: 10px;
  }

  .balloon .answer p{
    color:#000;
    line-height: 1.6;
    margin:0;
  }

  .answer dl{
    margin:0;
  }

  .answer dt{
    font-weight: bold;
  }

  .answer span{
    font-size:30px;
    font-weight: bold;
    color:#e80d0d;
    letter-spacing: -1px;
    padding-right: 10px;
  }

  #faq .question{
    font-weight:bold;
  }

  #faq .question,#faq .answer{
    padding:25px;
  }

@media screen and (max-width:480px) {
  #faq .question,#faq .answer{
    padding:10px;
  }
  .question span{
    font-weight: bold;
  }

  .answer span{
    font-weight: bold;
  }
}



.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 100px;
/*height: 60px;*/
}
.balloon-image-left {
float: left;
margin-right: 20px;
}


.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
/*border: 1px solid #aaa;
border-radius: 50%;*/
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
    background: #f17fb0;
}
.balloon-text-left {
    background: #fff698;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #f17fb0;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
/*border-right: 10px solid #fff;*/
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff698;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
/*border-left: 10px solid #fff;*/
top: 15px;
right: -19px;
}

@media screen and (max-width:480px) {
  #faq .faq {
      padding: 10px;
  }
  .balloon figure {
    width: 50px;
    /* height: 60px; */
   }
   .question span {
    font-size: 20px;
   }
   .answer span {
    font-size: 20px;
   }
   .balloon-text-left {
    float: right;
    width: 100%;
    display: contents;
    }
    .balloon-image-right{
      display: none;
    }
    h2.ttl {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 1.0;
    }
    .balloon-text-left:before {
    border: none;
    }
    .answer dl {
    margin: 0;
    font-size: 17px;
    margin-top: 30px;
    }
    .balloon-text-right {
     max-width: -webkit-calc(100% - 80px); 
     max-width: calc(100% - 80px); 
  }
}