@charset "utf-8";

.mypage .inner-block{width:720px;margin:auto;}
.mypage-head{padding:40px 0 30px;}
.mypage-head .headline{color:#3b3b3b;font-size:28px;margin-bottom:27px;}
.mypage-head .topinfo{display:flex;justify-content:space-between;align-items: center;}
.mypage-head .summary{font-size:13px;color:#868686;}
.mypage-head .faq{font-size:15px;font-weight:bold;color:#808080;background:url(/common/images/v5/mypage/faq.svg) no-repeat left;padding:5px 0 5px 34px;}
.mypage-head .faq:hover{text-decoration:none;}

.guest-head{padding:40px 0 30px;}
.guest-head .headline {
  color: #3b3b3b;
  font-size: 28px;
  margin-bottom: 27px;
  line-height: 1;
}
.guest-head .summary {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.guest-head .summary a {
  color: #006CD8;
  font-weight: bold;
}
.guest-body-comment {
  background: #f7f7f7;
  padding: 40px 40px 60px;
  box-sizing: border-box;
  margin-top: 50px !important;
  margin-bottom: 74px !important;
}
.guest-body-comment h2{font-size:18px;font-weight:bold;margin-bottom:30px;}
.guest-body-comment p{padding-bottom:40px;}
.guest-body-comment-list-wrap {
  margin-bottom: 50px;
}
.guest-body-comment-list {
  display: flex;
}
.guest-body-comment-list:not(:last-child) {
  margin-bottom: 20px;
}
.guest-body-comment-list-icon {
  min-width: 80px;
  width: 80px;
  margin-right: 20px;
}
.guest-body-comment-list-title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.guest-body-btns {
  display: flex;
  justify-content: center;
}
.guest-body-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 5px;
  text-align: center;
  width: 250px;
  height: 57px;
  color: #fff;
  line-height: 1.4;
  border-radius: 4px;
  cursor: pointer;
}
.guest-body-btn.--login {
  background-color: #808080;
}
.guest-body-btn.--regist {
  background-color: #4F89C4;
}
.guest-body-btn-text {
  font-size: 13px;
}

.mypage-navi{border-top:solid 1px #DBDBDB;border-bottom:solid 4px #3b3b3b;box-shadow:0 3px 4px #ccc;}
.mypage-navi__menu{display:flex;}
.mypage-navi__link {
  position: relative;
  width: 180px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-right: solid 1px #DBDBDB;
  cursor: pointer;
}
.mypage-navi__link:hover{text-decoration:none;}
.mypage-navi__link.bookmark{border-left:solid 1px #DBDBDB;background:url(/common/images/icon/nav-bookmark.svg) no-repeat left 34px center/11px 16px;padding-left:24px;}
.mypage-navi__link.bookmark.current{background:url(/common/images/icon/nav-bookmark_current.svg) no-repeat left 34px center/11px 16px #3b3b3b;}
.mypage-navi__link.recommend{border-left:solid 1px #DBDBDB;background:url(/common/images/icon/nav-recommend.svg) no-repeat left 28px center/16px 16px;padding-left:24px;}
.mypage-navi__link.recommend.current{background:url(/common/images/icon/nav-recommend_current.svg) no-repeat left 28px center/16px 16px #3b3b3b;}
.mypage-navi__link.follow{border-left:solid 1px #DBDBDB;background:url(/common/images/icon/nav-follow.svg) no-repeat left 28px center/16px 16px;padding-left:24px;}
.mypage-navi__link.follow.current{background:url(/common/images/icon/nav-follow_current.svg) no-repeat left 28px center/16px 16px #3b3b3b;}
.mypage-navi__link.regist{border-left:solid 1px #DBDBDB;background:url(/common/images/v5/mypage/nav-regist.svg) no-repeat left 36px center/16px 16px;padding-left:10px;}
.mypage-navi__link.regist.current{background:url(/common/images/v5/mypage/nav-regist_current.svg) no-repeat left 36px center/16px 16px #3b3b3b;}
.mypage-navi__link.current{color:#fff;}

.mypage .follow-lists{margin:30px auto 35px;}
.follow-lists__list{display:flex;justify-content:space-between;align-items:center;border-bottom:solid 1px #DBDBDB;padding:15px 0;}
.follow-lists__info{display:flex;align-items:center;width:528px;}
.follow-lists__author{padding-right:20px;background:url(/common/images/v5/mypage/clip.svg) no-repeat right;max-width:60%;}
.follow-lists__author a{text-decoration:underline;}
.follow-lists__author a:hover{text-decoration:none;}
.follow-lists__author span.name{font-weight:bold;}
.follow-lists__regist{font-size:14px;color:#808080;margin-left:auto;}
.follow-lists__btn button{appearance:none;border:none;background:transparent;width:104px;height:23px;font-size:11px;line-height:23px;box-sizing:border-box;border-radius:2px;display:block;font-weight:bold;text-align:center;cursor:pointer;margin-left:88px;}
.follow-lists__btn.is-follow button{color:#fff;background:#7D7D7D url(/common/images/v5/mypage/follow.svg) no-repeat 10px;padding-left:14px;}
.follow-lists__btn.is-followed button {
  color: #3B3B3B;
  background: #DBDBDB url(/common/images/v5/mypage/followed.svg) no-repeat 5px;
  padding-left: 10px;
  font-weight: normal;
}

.follow-pagination{text-align:center;font-weight:500;font-size:0;margin:36px auto 73px;}
.follow-pagination .page-list:first-child{border-radius:8px 0 0 8px;}
.follow-pagination .page-list:last-child{border-radius:0 8px 8px 0;}
.follow-pagination .page-list:only-child{border-radius:8px;}
.follow-pagination .prev{font-size:17px;width:74px;height:52px;line-height:52px;display:inline-block;border:solid 1px #dbdbdb;}
.follow-pagination .next{font-size:17px;width:74px;height:52px;line-height:52px;display:inline-block;border-top:solid 1px #dbdbdb;border-bottom:solid 1px #dbdbdb;border-right:solid 1px #dbdbdb;}
.follow-pagination .page{font-size:17px;width:52px;height:52px;line-height:52px;display:inline-block;border-top:solid 1px #dbdbdb;border-bottom:solid 1px #dbdbdb;border-right:solid 1px #dbdbdb;}
.follow-pagination .prev:hover,
.follow-pagination .next:hover,
.follow-pagination .page:hover{text-decoration:none;}
.follow-pagination .current{color:#fff;background:#3B3B3B;}

.popular-author{margin-bottom:18px;}
.popular-author a{display:inline-block;padding-right:20px;background:url(/common/images/v5/mypage/clip.svg) no-repeat right;}
.popular-author a:hover{text-decoration:none;}
.popular-author .name{text-decoration:underline;}

.mypage-content {
  width:720px;
  margin: 40px auto 70px;
}
.mypage-content.--regist {
  margin-top: 0;
}
.mypage-note-summary {
  text-align: center;
  margin-bottom: 40px;
}
.mypage-note-block {
  background: #f7f7f7;
  padding: 40px;
}
.mypage-note-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.mypage-note-text {
  margin-bottom:40px;
}
.mypage-note-text:last-child {
  margin-bottom: 0;
}
.mypage-flex {
  display: flex;
}
.mypage-navi-inner {
  position: relative;
}
/* bookmark */
.mypage-content-bookmark {
  margin: 30px auto 35px;
}
.bookmark-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #DBDBDB;
  padding: 15px 0;
}
.bookmark-item-link:hover {
  text-decoration: none;
}
.bookmark-item-image {
  margin-right: 10px;
}
.bookmark-item-info {
  width: 400px;
  margin-right: 22px;
}
.bookmark-item-title {
  font-weight: bold;
  font-size: 17px;
}
.bookmark-item-article {
  padding-right: 20px;
  background: url(/common/images/v5/mypage/clip.svg) no-repeat right;
  max-width: 60%;
}
.bookmark-item-article a {
  text-decoration: underline;
}
.bookmark-item-article a:hover {
  text-decoration: none;
}
.bookmark-item-article span.name {
  font-weight: bold;
}
.bookmark-item-flex {
  display: flex;
  justify-content: space-between;
}
.bookmark-item-member {
  color: #aa8c49;
  font-size: 11px;
  padding-left: 15px;
  background: url(/common/images/v5/tkm/key.png) no-repeat left;
  background-size: 10px;
}
.bookmark-item-author {
  color: #8C8C8C;
  font-size: 12px;
  font-weight: bold;
}
.bookmark-item-regist {
  font-size: 11px;
  color: #808080;
  margin-left: auto;
}
.bookmark-item-content {
  color: #5D6970;
  font-size: 12px;
}
.bookmark-pagination {
  text-align: center;
  font-weight: 500;
  font-size: 0;
  margin: 36px auto 73px;
}
.bookmark-pagination .page-list:first-child {
  border-radius: 8px 0 0 8px;
}
.bookmark-pagination .page-list:last-child {
  border-radius: 0 8px 8px 0;
}
.bookmark-pagination .page-list:only-child {
  border-radius: 8px;
}
.bookmark-pagination .prev {
  font-size: 17px;
  width: 74px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border: 1px solid #dbdbdb;
}
.bookmark-pagination .next {
  font-size: 17px;
  width: 74px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.bookmark-pagination .page {
  font-size: 17px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.bookmark-pagination .prev:hover,
.bookmark-pagination .next:hover,
.bookmark-pagination .page:hover {
  text-decoration: none;
}
.bookmark-pagination .current {
  color: #fff;
  background: #3B3B3B;
}