
@charset "UTF-8";


.qa-lists-ttl{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* max-width: 400px; */
    margin: auto;
    position: relative;
    display: inline-block;
    /* margin: 1.5em 0; */
    padding: 0 5px;
    width: 400px;
    height: 400px;
    line-height: 90px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #7d8bba;
    border-radius: 50%;
    box-sizing: border-box;
    /* text-align: center; */
}
.qa-lists-ttl:before {
    /* content: ""; */
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #7d8bba;
    z-index: 0;
  }
.qa-lists-ttl .chara{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* position: absolute; */
    flex-wrap: nowrap;
    margin-top: 1rem;
}

h3{
    line-height: 1;
}

.qa-lists-ttl .chara img{
    max-width: 300px;
    height: auto;
    width: auto;
}
@media screen and (max-width: 800px) {
.qa-lists-ttl{
    width: 300px;
    height: 300px;
    margin-top: 1.5em 0;
}
    .qa-lists-ttl .chara img{
    max-width: 200px;
    }
}


.question_dl {
    position: relative;
    /* display: inline-block; */
    margin: 1.5em;
    /* padding: 7px 10px; */
    /* min-width: 120px; */
    /* max-width: 100%; */
    /* color: #555; */
    /* font-size: 16px; */
    /* background: #e0edff; */
    /* border-radius: 15px; */
    /* margin-left: 20px; */
    width: 100%;
  }

.question_dl:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    margin-left: -30px;
    /* border: 15px solid transparent; */
    /* border-top: 15px solid #f0f0f0; */
    border: 15px solid transparent;
    border-right: 15px solid #f0f0f0;
  }

.qa-lists .content.x{
    flex-direction: row-reverse;
}
.right.question_dl-img{
    width: 200px !important;
}
.answer_dl .right{
    max-width:300px;
    text-align: right;
    margin-left:auto
}
@media screen and (max-width: 800px) {
.qa-lists .content.x{
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
}
    .question_dl:before {
    top: 100%;
    left: 80%;
    border: 15px solid transparent;
    border-top: 15px solid #f0f0f0;
  }
    .right.question_dl-img{
    width: 150px !important;
    margin-left: auto;
}
    .answer_dl .right{
    max-width:200px;
}
    .question_dl{
    padding-right: 10px;
    width: auto;
    margin: 1.5em 0;
}
}

 .answer_dl{
  /* position: relative; */
  /* display: inline-block; */
  margin: 1.5em 0;
  padding: 1.5rem 15px;
  /* min-width: 120px; */
  /* max-width: 100%; */
  /* font-size: 16px; */
  background: #f5faff;
  /* box-sizing: border-box; */
  border-radius: 15px;
 }
p.des {
    padding: 0;
    line-height: 1.2rem;
}
.answer_dl-txt .answer-a{
    top: 19px;
    left: 2rem;
    font-size: 1.8rem;
    color: #000040;
    font-family: "ヒラギノ明朝 pro", "游明朝", "Yu Mincho", "YuMincho", "yumincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
    font-weight: 400;
}

