@charset "UTF-8";
/*--------------------------------------------------------*/
/*　基本型（カテゴリー）　*/
/*--------------------------------------------------------*/
/*　カテゴリー直下の見出し　*/
.category-header {
  border-bottom: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.category-header h2 {
  padding: 2.2em 0 .4em;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: normal;
  text-shadow: 1px 1px 1px #ddd;
  line-height: 1.6;
}
.category-header .category-header-date {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
}
.category-header .category-header-date time {
  font-size: 13px;
  font-size: 1.3rem;
}
.category-header .category-header-list {
  position: absolute;
  top: 1.5em;
  left: 0;
}
.category-header .category-header-list li {
  display: inline-block;
}
.category-header .category-header-img {
  position: relative;
  margin: 0 -1em 4.5em;
  background: linear-gradient(90deg, #F4C6D2, #C0C7FE);
}
.category-header .category-header-img p:nth-child(2) {
  display: none;
}
.category-header .category-header-img img {
  width: 100%;
  padding-bottom: .5em;
}
.category-header .category-header-author {
  position: absolute;
  bottom: -3em;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #aaa;
}
.category-header .category-header-author:before {
  content: "著者 - ";
}
.category-header .category-header-author.zh:before {
  content: "作者 - ";
}
.category-header .category-header-author.en:before {
  content: "Author - ";
}
@media only screen and (min-width: 768px) {
  .category-header {
    min-height: 24em;
    margin-bottom: 3em;
  }
  .study .category-header {
    border-bottom: 3px solid #4cbd9c;
  }
  .work .category-header {
    border-bottom: 3px solid #2c428d;
  }
  .internet .category-header {
    border-bottom: 3px solid #edb402;
  }
  .life .category-header {
    border-bottom: 3px solid #ff5252;
  }
  .amusement .category-header {
    border-bottom: 3px solid #b81681;
  }
  .soudan .category-header {
    border-bottom: 3px solid #94ca7f;
  }
  .support .category-header {
    border-bottom: 3px solid #ff7f50;
  }
  .category-header h2 {
    padding: 1.8em 9em .4em 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .category-header .category-header-img {
    position: absolute;
    top: 2em;
    right: 1em;
    border-radius: 50%;
  }
  .category-header .category-header-img p:first-child {
    display: none;
  }
  .category-header .category-header-img p:nth-child(2) {
    display: block;
  }
  .category-header .category-header-img img {
    padding: 0;
    width: 200px;
    border-radius: 50%;
  }
  .category-header .category-header-date {
    margin-right: 21.2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #EFF3F7;
  }
  .category-header .category-header-author {
    bottom: 5.9em;
    right: 21.2em;
  }
  .category-header .category-header-col {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .study .category-header {
    border-top: 3px solid #4cbd9c;
  }
  .work .category-header {
    border-top: 3px solid #2c428d;
  }
  .internet .category-header {
    border-top: 3px solid #edb402;
  }
  .life .category-header {
    border-top: 3px solid #ff5252;
  }
  .amusement .category-header {
    border-top: 3px solid #b81681;
  }
  .soudan .category-header {
    border-top: 3px solid #94ca7f;
  }
  .support .category-header {
    border-top: 3px solid #ff7f50;
  }
}

/*　カテゴリー直下の見出し（indexページ）　*/
.category-header-index {
  border-bottom: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.category-header-index h2 {
  padding: 1em 0 .4em;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: normal;
  text-shadow: 1px 1px 1px #ddd;
  line-height: 1.6;
}
.category-header-index .category-header-author {
  font-size: 12px;
  font-size: 1.2rem;
  color: #aaa;
}
.category-header-index .category-header-author:before {
  content: "著者 - ";
}
.category-header-index .category-header-author.zh:before {
  content: "作者 - ";
}
.category-header-index .category-header-author.en:before {
  content: "Author - ";
}
@media only screen and (min-width: 768px) {
  .category-header-index {
    margin-bottom: 3em;
    border-bottom: 3px solid #6993AE;
  }
  .study .category-header-index {
    border-bottom: 3px solid #4cbd9c;
  }
  .work .category-header-index {
    border-bottom: 3px solid #2c428d;
  }
  .internet .category-header-index {
    border-bottom: 3px solid #edb402;
  }
  .life .category-header-index {
    border-bottom: 3px solid #ff5252;
  }
  .amusement .category-header-index {
    border-bottom: 3px solid #b81681;
  }
  .soudan .category-header-index {
    border-bottom: 3px solid #94ca7f;
  }
  .support .category-header-index {
    border-bottom: 3px solid #ff7f50;
  }
  .category-header-index h2 {
    padding-top: .8em;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .category-header-index {
    border-top: 3px solid #6993AE;
  }
  .study .category-header-index {
    border-top: 3px solid #4cbd9c;
  }
  .work .category-header-index {
    border-top: 3px solid #2c428d;
  }
  .internet .category-header-index {
    border-top: 3px solid #edb402;
  }
  .life .category-header-index {
    border-top: 3px solid #ff5252;
  }
  .amusement .category-header-index {
    border-top: 3px solid #b81681;
  }
  .soudan .category-header-index {
    border-top: 3px solid #94ca7f;
  }
  .support .category-header-index {
    border-top: 3px solid #ff7f50;
  }
}

.cat-all {
  margin-bottom: 1.5em;
  border: 1px solid #BACDD9;
}
.cat-all > a {
  display: block;
  padding: 1em;
  text-decoration: none;
}
.cat-all > a .img {
  float: left;
}
.cat-all > a .img img {
  width: 60px;
}
.cat-all > a > div {
  display: block;
  padding-left: 7.2em;
}
.cat-all > a > div .ttl {
  margin-bottom: .5em;
  text-decoration: underline;
  line-height: 1.7;
}
.cat-all > a > div .description {
  margin-top: .5em;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
.cat-all > a:hover {
  background-color: #EFF3F7;
}
.cat-all > a:hover .ttl {
  text-decoration: none;
}

/*--------------------------------------------------------*/
/*　特集型　*/
/*--------------------------------------------------------*/
.category-header-ct {
  border-bottom: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.category-header-ct h2 {
  padding: 2.2em 0 .4em;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: normal;
  text-shadow: 1px 1px 1px #ddd;
  line-height: 1.6;
}
.category-header-ct .category-header-ct-imgwrap {
  position: relative;
}
.category-header-ct .category-header-col {
  position: absolute;
  top: 0;
}
.category-header-ct .category-header-date {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
}
.category-header-ct .category-header-date time {
  font-size: 13px;
  font-size: 1.3rem;
}
.category-header-ct .category-header-list {
  position: absolute;
  top: 1.5em;
  left: 0;
}
.category-header-ct .category-header-list li {
  display: inline-block;
}
.category-header-ct .category-header-img {
  position: relative;
  margin: 0 -1em 4.5em;
  padding-top: 10em;
}
.category-header-ct .category-header-img > p {
  background: linear-gradient(90deg, #F4C6D2, #C0C7FE);
}
.category-header-ct .category-header-img img {
  width: 100%;
  padding-bottom: .5em;
}
.category-header-ct .category-header-author {
  position: absolute;
  bottom: -3em;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #aaa;
}
.category-header-ct .category-header-author:before {
  content: "著者 - ";
}
.category-header-ct .category-header-author.zh:before {
  content: "作者 - ";
}
.category-header-ct .category-header-author.en:before {
  content: "Author - ";
}
@media only screen and (min-width: 768px) {
  .category-header-ct {
    margin-bottom: 3em;
  }
  .category-header-ct h2 {
    padding: 1.8em 0 .4em 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .category-header-ct .category-header-img {
    padding-top: 1em;
    margin: 0 0 2em;
  }
  .category-header-ct .category-header-img img {
    padding-bottom: 0;
  }
  .category-header-ct .category-header-author {
    bottom: 4.9em;
  }
  .category-header-ct .category-header-col {
    position: relative;
    top: 500%;
  }
}
@media only screen and (min-width: 1024px) {
  .category-header-ct {
    border-top: #6993AE 3px solid;
  }
}
@media only screen and (min-width: 1126px) {
  .category-header-ct .category-header-img img {
    width: 750px;
    height: 392px;
  }
}

/*--------------------------------------------------------*/
/*　相談室型　*/
/*--------------------------------------------------------*/
.soudan-question {
  background-color: #fff;
  position: relative;
  padding: 1em 1.5em 0;
  margin: 6em .9em 3em;
}
.soudan-question:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/share/soudan_bg.gif);
  z-index: -1;
  margin: -.9em;
}
.soudan-question .soudan-header {
  display: table-row;
}
.soudan-question .img {
  display: table-cell;
  vertical-align: top;
}
.soudan-question .img img {
  width: 80px;
}
.soudan-question .ttl {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  line-height: 1.8;
}
.soudan-question .ttl span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
.soudan-question .txt {
  margin: 1.2em 0;
  padding: 1.2em 0;
  border-top: 1px dotted #BACDD9;
}
.soudan-question .txt p {
  font-size: 14px;
  font-size: 1.4rem;
}
.soudan-question .txt .personal {
  margin-top: .4em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .soudan-question {
    padding: 1.8em 1.8em 0;
    margin: 5em 1.5em 5em;
  }
  .soudan-question:before {
    margin: -1.5em;
  }
  .soudan-question .soudan-header {
    display: block;
  }
  .soudan-question .soudan-header .img {
    display: block;
    float: left;
  }
  .soudan-question .soudan-header .ttl {
    display: block;
    padding-left: 6.1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .soudan-question .txt {
    margin-left: 9.8em;
    padding-bottom: 1.5em;
  }
}
