@charset "UTF-8";
/* CSS Document */

/* //////////// */
/* 著者パーツ     */
/* //////////// */
.parts_author {
  border: 4px solid #29a68a;
  border-radius: 10px;
  width: 100% !important;
  overflow: hidden;
}

.parts_author .author_ttl {
  border-color: #29a68a;
  background: #29a68a;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #666666;
  font-size: 2.3rem;
  border-bottom: 2px solid rgba(249, 208, 2, 0.4);
  font-weight: bold;
  justify-content: center;
  color: #ffffff;
  border: none;
}

.parts_author .author_wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  line-height: 1.4;
}
.parts_author .author_wrap .small {
  font-size: 80%;
  opacity: 0.8;
  display: inline-block;
}

.parts_author .author_wrap .img {
  width: 35%;
}

.parts_author .author_wrap .img figure {
  margin: 0 auto;
  max-width: 300px;
}

.parts_author .author_wrap .img .name {
  text-align: center;
  margin: 20px auto;
  font-size: 1.2em;
  font-weight: bold;
}

.parts_author .author_wrap .img .name span {
  display: block;
  font-size: 0.9em;
}

.parts_author .author_wrap .img .sns_btn {
  border: #e1e7ea solid;
  border-width: 2px 0;
  padding: 8px 0;
}

.parts_author .author_wrap .img .sns_btn ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.parts_author .author_wrap .img .sns_btn ul li {
  /* width: 240px; */
  flex-grow: 1;
  padding: 0;
  margin: 0 8px;
  text-align: center;
}

.parts_author .author_wrap .img .sns_btn ul li:before {
  content: none;
}

.parts_author .author_wrap .img .sns_btn ul a {
  text-decoration: none;
  color: #666666;
  font-size: 0.8em;
  display: flex;
  align-items: center;
}

.parts_author .author_wrap .img .sns_btn i {
  display: block;
  width: 22px;
  margin-right: 6px;
  text-align: center;
}

.parts_author .author_wrap .img .sns_btn i.fa-facebook {
  color: #1876f2;
}

.parts_author .author_wrap .img .sns_btn i.fa-youtube {
  color: #f00;
}

.parts_author .author_wrap .img .sns_btn i.fa-pen {
  color: #2c893a;
}

.parts_author .author_wrap .info {
  width: calc(100% - 35% - 20px);
}
.parts_author .author_wrap .info > div + div {
  margin-top: 12px;
}

.parts_author .author_wrap .info li {
  font-size: 0.9em;
  line-height: 1.4;
}

.parts_author .author_wrap .info li,
.parts_author .author_wrap .info li + li {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.parts_author .author_wrap .info .skill {
  display: flex;
  justify-content: space-between;
}

.parts_author .author_wrap .info .skill > div {
  width: calc(50% - 12px);
  margin-bottom: 10px;
}
.parts_author .author_wrap .info_item.__half .__list {
  display: flex;
  flex-wrap: wrap;
}
.parts_author .author_wrap .info_item.__half .__list > li {
  width: calc(50% - 12px);
  min-width: 240px;
  max-width: 100%;
}

.parts_author .author_wrap .__ttl {
  margin-bottom: 10px;
  color: #29a68a;
  font-weight: 700;
  text-align: center;
  background-color: #e4f2f3;
  border-radius: 20px;
  padding: 2px 5px;
}

.parts_author .__btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.parts_author .__btn .btnstyle {
  flex-grow: 1;
  padding: 4px;
}
.parts_author .__btn .btnstyle a {
  width: 100%;
}
.parts_author .__btn .btnstyle:nth-child(2) a {
  background-color: #29a68a;
}

@media screen and (max-width: 768px) {
  .parts_author .author_wrap {
    padding: 20px;
    flex-wrap: wrap;
  }

  .parts_author .author_wrap .img {
    width: 100%;
    margin: 0 auto 12px;
  }
  .parts_author .author_wrap .info {
    width: 100%;
  }

  .parts_author .author_wrap .info .skill {
    flex-wrap: wrap;
  }

  .parts_author .author_wrap .info .skill > div {
    width: 100%;
  }

  .parts_author .__btn {
    flex-wrap: wrap;
  }
}
