/*------------------------------
　mypage
------------------------------*/
/* .breadcrumbs {
	background-color: #F0F0F0;
	padding: 5px 0;
	font-size: 14px;
}

.breadcrumbs a {
  text-decoration: none;
} */

/* .table_mypage {
  border-collapse: collapse;
  margin-bottom: 0;
}
.table_mypage__wrap {
  border: 1px solid #f1a064;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  overflow: hidden;
}
.table_mypage td {
  border-bottom: 1px solid #f1a064;
  padding: 20px;
}
.table_mypage__half {
  width: 50%;
  border-right: 1px solid #f1a064;
}
.table_mypage tr:last-child td {
  border-bottom: none;
}

.table_mypage .tit {
  font-size: 24px;
  font-weight: bold;
}

.table_mypage .sub_tit {
  color: #f1a064;
  margin-bottom: 5px;
}

.table_mypage .img_profile {
  vertical-align: top;
  border-right: 1px solid #f1a064;
}

.table_mypage .img_profile>img {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	height: auto;
}

.table_mypage .follow_block {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.table_mypage .score_block {
	display: flex;
	justify-content: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.table_mypage .score_block div:nth-child(1),
.table_mypage .follow_block div:nth-child(1) {
	margin-right: 10px;
}

.table_mypage .score_block div:nth-child(2) span {
	font-size: 12px;
	font-weight: normal;
}

.table_mypage .score_block div:nth-child(2) span span {
  color: #f1a064;
} */
.author__wrap {
  margin-bottom: 60px;
}
.author__img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 32%;
  padding-bottom: 32%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.author__text {
  width: calc(100% - 32%);
  padding-left: 6%;
  font-weight: bold;
}
.author__text-item {
  border-bottom: 1px dashed #A4A3A3;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
.author__name {
  font-size: 2.4rem;
}
.author__info {
  font-size: 120%;
}
.author__point {
  font-size: 120%;
}
.author__point .small {
  font-size: 100%;
  font-weight: normal;
}
.border-box {
  border: 1px solid #f1a064;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px;
  margin-bottom: 24px;
}
.border-box__title {
  color: #f1a064;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0;
}

.mypate-post__item {
  margin-bottom: 40px;
}

.mypage-post__title--gray {
  background-color: #F0EFEF;
  color: #666666;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 24px;
  padding: 15px 10px;
  margin: 0 0 10px;
}

@media screen and (max-width: 575px) {
  .mypage-post__title--gray {
    font-size: 2rem;
  }
}

.mypage-post__title--odai {
  padding: 15px 10px 15px 50px;
  position: relative;
}

.mypage-post__title--odai::before {
  content: "";
  background: url(../img/post/icon_odai.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}

.mypage-post .tab-block {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
  color: #000;
  width: 100%;
}

.mypage-post .tab-block div:nth-child(1) {
  margin-right: 20px;
  min-width: 90px;
  max-width: 90px;
  height: auto;
}

.mypage-post__item {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
}

.mypage-post .tab-sub-block span,
.mypage-post .tab-sub-block a {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

  .mypage-post .tab-sub-block span,
  .mypage-post .tab-sub-block a {
    margin-right: 10px;
  }

  .mypage-post .tab-sub-block .chiine {
    padding: .8em;
    font-size: 1.5rem;
  }
}



.mypage-post .tab-sub-block span span#d_iine_count {
  margin: 0;
}

.mypage-post .tab-sub-block span.count {
  margin-bottom: 0;
}

.mypage-post .tab-sub-block .tab-name {
  float: right;
  margin-top: 5px;
  background-image: url(../img/post/icon_person.png);
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .site-content .widget-area,
  .content-area {
    float: none!important;
    width: 100%!important;
  }
  table.table_mypage td, table.table_mypage th {
  	display: block;
  	width: 100%;
  }
}


/*------------------------------
　ボタン
------------------------------*/
.btn-square-slant {
	font-size: 18px;
  display: block;
  position: relative;
  padding: 0.5em 1.4em;
  text-decoration: none!important;
  background: #8BD4C5;/*ボタン色*/
  color: #fff!important;
  border-bottom: solid 5px #4FA291;/*ボタン色より暗めに*/
  border-right: solid 5px #4FA291;/*ボタン色より暗めに*/
  text-align: center;
}

.btn-square-slant:hover {
	color: #fff;
}

.btn-square-slant:before {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.btn-square-slant:after {
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.btn-square-slant.btn-nofollow {
	min-width: 50px;
	padding: 0.5em 0;
  background: #CCCCCC;/*ボタン色*/
  border-bottom: solid 4px #A4A3A3;/*ボタン色より暗めに*/
  border-right: solid 4px #A4A3A3;/*ボタン色より暗めに*/
}

.btn-reply {
  font-size: 1.4rem;
  background: #8F8F8F;/*ボタン色*/
  border-bottom: solid 4px #666666;/*ボタン色より暗めに*/
  border-right: solid 4px #666666;/*ボタン色より暗めに*/
  border-radius: 5px;
  background-image: url(../img/author/ico_pencil.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding: 5px 30px 3px 60px;
  color: #fff;
  text-decoration: none;
  display: inline-block!important;
  min-width: 180px;
}

.btn-reply:hover {
  color: #fff;
  background-color: #666;
}

@media screen and (max-width: 1000px) {
  .btn-square-slant {
    font-size: 15px;
    display: block;
    position: relative;
    padding: 0.5em;
  }
}

.icon-tag {
  font-size: 1.2rem;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 27px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  line-height: 1;
  border-radius: 7px;
  text-decoration: none;
  background-color: #fff;
}
.icon-tag::before {
  content: "";
  background: url(../img/post/icon_tag_ol.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 7px;
  top: 5px;
}