@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* block */
/* -------------------------------------------- */
.block {
  margin-bottom: 3em;
}
.block .t-cate {
  margin-bottom: 1em;
  padding: 0.2em 1em;
  background: #f9f5ea;
  border-radius: 5px;
  font-size: 1.4em;
  font-weight: bold;
  color: #765f2f;
}
.block .t-cate a {
  color: #765f2f;
  text-decoration: none;
}
.block .t-cate a:hover {
  text-decoration: underline;
}
.block .q-list ul {
  margin-bottom: 3em;
}
.block .answer-box .question dd {
  font-weight: bold;
}
.block .answer-box .wysiwyg {
  position: relative;
  padding: 1.5em 1.5em 1.5em 4em;
  background: #fef4f3;
  border-radius: 10px;
}
.block .answer-box .wysiwyg:before {
  position: absolute;
  left: 17px;
  top: 17px;
  content: "A";
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #c84b31;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.block .question {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 1em;
}
.block .question .que {
  height: 35px;
  width: 35px;
  min-width: 35px;
  border-radius: 50%;
  background: #765f2f;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.block .question dd {
  padding-left: 1em;
}
.block .question dd a {
  text-decoration: underline;
}
.block .question dd a:hover {
  text-decoration: none;
}

/* -------------------------------------------- */
/* backlink */
/* -------------------------------------------- */
.backlink {
  margin-bottom: 3em;
}
.backlink p {
  text-align: center;
}
.backlink p a {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding: 0.4em;
  background: #765f2f;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.backlink p a:hover {
  opacity: .8;
}

.banner {
  margin-bottom: 2em;
}

/* -------------------------------------------- */
/* aside */
/* -------------------------------------------- */
aside {
  margin-bottom: 2em;
}
aside h2 {
  margin-bottom: 0.2em;
  font-size: 1.3em;
  font-weight: bold;
}
aside .inner {
  padding: 1em;
  border: 3px solid #d5d5d5;
  border-radius: 10px;
}
aside .q-list ul {
  width: 100%;
  margin-bottom: 0;
}
aside .q-list ul li {
  margin-bottom: 0.4em;
}
aside .q-list ul li:last-child {
  margin-bottom: 0;
}
aside .q-list ul li a {
  position: relative;
  display: block;
  padding: .5em 0 .5em 3em;
  text-decoration: underline;
}
aside .q-list ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "Q";
  display: inline-block;
  margin-right: 1em;
  height: 35px;
  width: 35px;
  min-width: 35px;
  border-radius: 50%;
  background: #765f2f;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  /* aside
  ------------------------------------------------------------------------ */
  aside h2 {
    font-size: 1.2em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .read {
    text-align: left;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* block
  ------------------------------------------------------------------------ */
  .block .t-cate {
    font-size: 1.2em;
  }
  .block .question dd {
    padding-left: .5em;
  }
  .block .answer-box .wysiwyg {
    padding: 1em 1em 1em 3.5em;
  }
  .block .answer-box .wysiwyg:before {
    left: 10px;
    top: 10px;
  }

  .backlink {
    margin-bottom: 2em;
  }

  aside .inner {
    padding: .5em;
  }
  aside .q-list ul li a {
    font-size: .9em;
  }
}
