@charset "utf-8";

/*
column の共通スタイル
--------------------------------------------------------- */
.column-area {
  padding: 30px 0;
}

.ttl-column-category {
  color: #666;
  font-size: 11px;
  margin-bottom: 15px;
}

.ttl-column-category > .head {
  display: inline-block;
  border: 1px solid #666;
  padding: 1px 8px;
  margin-right: 10px;
}

.ttl-column {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.column-area .date {
  color: #666;
  font-size: 11px;
  margin-bottom: 8px;
  text-align: right;
}

.column-area .counselor-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
}

.column-area .counselor-info > .photo {
  border: 1px solid #c4c4c4;
  border-radius: 999em;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
}

.column-area .counselor-info > .photo img {
  max-width: 100%;
}

.column-area .counselor-info > .name {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.column-area .counselor-info > .name a {
  color: #323232;
}

/* 今回のお悩み */
.box-topic {
  background: #fff9ec;
  border: 2px solid #a28a44;
  border-radius: 10px;
}

.box-topic > .head {
  display: inline-block;
  background: #a28a44;
  border-radius: 8px 0 10px 0;
  color: #fff;
  font-weight: bold;
  padding: 6px 15px 3px;
}

.box-topic > .head .icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: -4px;
}

.box-topic > .content {
  padding: 13px 17px;
}

.box-topic .user {
  font-size: 12px;
  margin-top: 8px;
  text-align: right;
}

/* column-sec */
.column-sec {
  margin-top: 35px;
}

.ttl-column-sec {
  border-left: 7px solid #333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 22px;
  line-height: 1.4;
}

.img-column {
  margin-bottom: 22px;
}

.img-column img {
  width: 525px;
  height: 317px;
}

.voice-counselor {
  color: #07b097;
  font-weight: bold;
}

.voice-user {
  color: #ea4b69;
  font-weight: bold;
}

/* column-counselor-area */
.column-counselor-area {
  background: #f5f8fe;
  padding: 25px;
}

.column-counselor-area > .head {
  font-size: 18px;
  margin-bottom: 20px;
}

.column-counselor-area > .head::before {
  content: "";
  display: inline-block;
  background: #333;
  border-radius: 999em;
  width: 7px;
  height: 25px;
  margin-right: 10px;
  vertical-align: -5px;
}

.counselor-prof-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.counselor-prof-wrap > .photo {
  border: 1px solid #c4c4c4;
  border-radius: 999em;
  width: 73px;
  height: 73px;
  margin-right: 15px;
  overflow: hidden;
}

.counselor-prof-wrap > .photo img {
  max-width: 100%;
}

.counselor-prof-wrap > .content {
  font-size: 13px;
  width: calc(100% - 90px);
}

.counselor-prof-wrap .name {
  font-size: 11px;
  margin-bottom: 10px;
}

.counselor-prof-wrap .name .lead {
  font-size: 16px;
  font-weight: bold;
}

a.btn-green {
  display: block;
  width: 60%;
  box-sizing: border-box;
  background: #0ca795;
  border: 1px solid #0ca795;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 12px;
  margin: 0 auto;
  text-decoration: none;
}
