@charset "utf-8";
/* カルシウム情報サイト */
html {
  scroll-behavior: smooth;
}

/***************************
 ** ヘッダー
 */
.info_header {
  padding: 0.3rem;
  text-align: center;
}

.info_header img {
  width: 334px;
  height: auto;
}

@media screen and (max-width: 736px) {
  .info_header img {
    width: 52%;
    height: auto;
  }
}

/***************************
 ** フッター
 */
.info_footer {
  background: #09c;
  padding: 1.5rem 0;
}

.info_footer_bnrs {
  margin-bottom: 2rem;
}

.info_footer_bnrs li {
  flex-basis: 32%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.info_footer_bnrs li:nth-child(2) {
  margin: 0 2%;
}

.info_footer_bnrs li a {
  display: table;
  box-sizing: border-box;
  height: 100%;
  padding: 0.8rem;
}

.info_footer_bnrs li a p {
  display: table-cell;
  vertical-align: middle;
  color: #09c;
  font-weight: bold;
}

.info_footer_bnrs li a p:first-child {
  width: 36%;
  box-sizing: border-box;
  padding-right: 5%;
}

.info_footer_bnrs li a p span {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
}

.info_footer_link {
  text-align: center;
  margin-bottom: 1rem;
}

.info_footer_link li {
  display: inline-block;
  font-weight: bold;
}

.info_footer_link li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 1.5em;
  color: #fff;
}

.info_footer_link li a {
  color: #fff;
}

.info_footer .copyright {
  color: #fff;
}

@media screen and (max-width: 736px) {
  .info_footer {
    padding: 1rem 0;
  }

  .info_footer_bnrs li {
    flex-basis: auto;
    margin-bottom: 0.8rem;
  }

  .info_footer_bnrs li:nth-child(2) {
    margin: 0 0 0.8rem 0;
  }

  /*.info_footer_bnrs li a {
    display: table;
    box-sizing: border-box;
    height: 100%;
    padding: 0.8rem;
  }*/

  .info_footer_bnrs li a p {
    font-size: 0.875rem;
  }

  .info_footer_bnrs li a p:first-child {
    width: 20%;
  }

  .info_footer_bnrs li a p span {
    font-size: 0.75rem;
  }

  .info_footer_link li {
    font-size: 0.75rem;
  }

  .info_footer_link li:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: 0 1em;
    color: #fff;
  }

  .info_footer_link li a {
    color: #fff;
  }

  .info_footer .copyright {
    color: #fff;
  }
}

/***************************
 ** トップページ
 */

/* FV */
.info_top_fv {
  background: #ebf6f5;
  margin-bottom: 2rem;
}

.info_top_slider li {
  padding: 1rem;
  position: relative;
}

.slide_inner {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.slide_inner a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.slide_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 736px) {
  .slide_img img {
    aspect-ratio: 1;
  }
}

.slide_text {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0.5rem 1rem 1rem 1rem;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.slide_text a{
  overflow:inherit ;
}

.info_top_slider .new .slide_inner::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: -7px;
  top: -7px;
  background: url("../../img/calcium/common/icon_new_ribbon.png") no-repeat;
  background-size: 100% 100%;
}

.slide_text .cate_name {
  white-space: nowrap;
  font-size: 1rem;
}

.slide_item_ttl {
  font-weight: bold;
  font-size: calc(14px + 0.5vw);
  color: #000;
}

.info_top_slider .slick-prev,
.info_top_slider .slick-next {
  z-index: 999;
  width: 46px;
  height: 46px;
}

.info_top_slider .slick-prev {
  background: url("../../img/calcium/info/btn_arrow_left.png") no-repeat;
  left: 1rem;
}

.info_top_slider .slick-next {
  background: url("../../img/calcium/info/btn_arrow_right.png") no-repeat;
  right: 1rem;
}

.info_top_slider .slick-prev::before,
.info_top_slider .slick-next::before {
  display: none;
}

/* カテゴリーリンクバナー */
.category_bnr {
  padding-bottom: 4rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
}

.category_bnr p {
  flex-basis: 48%;
}

.category_bnr p:first-child {
  margin-right: 4%;
}

.category_bnr p a img:hover {
  opacity: 0.7;
}

/* 人気記事ランキング */
.ranking {
  padding-bottom: 3rem;
}

.top_sec_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.ranking_list > li {
  position: relative;
}

.ranking_list > li::after {
  content: "";
  width: 58px;
  height: 49px;
  position: absolute;
  left: 0.5rem;
  top: -0.5rem;
  z-index: 2;
}

.ranking_list > li:first-child::after {
  background: url("../../img/calcium/info/icon_ranking_01.png") no-repeat;
  background-size: 100% auto;
}

.ranking_list > li:nth-child(2)::after {
  background: url("../../img/calcium/info/icon_ranking_02.png") no-repeat;
  background-size: 100% auto;
}

.ranking_list > li:nth-child(3)::after {
  background: url("../../img/calcium/info/icon_ranking_03.png") no-repeat;
  background-size: 100% auto;
}

/* 新着記事 */
.new_info {
  background: #ebf6f5;
  padding: 3rem 0;
  margin-bottom: 3rem;
}

/* 特集 */
.special {
  padding-bottom: 1.5rem;
}

.special_inner {
  width: 680px;
  margin: 0 auto;
}

.special_inner p {
  flex-basis: 48%;
}

.special_inner p:first-child {
  margin-right: 4%;
}

@media screen and (max-width: 736px) {
  /* FV */
  .info_top_fv {
    margin-bottom: 1rem;
  }

  .info_top_slider li {
    padding: 1.5rem 0.5rem;
  }

  .info_top_slider .new .slide_inner::after {
    width: 70px;
    height: 70px;
    left: -6px;
    top: -6px;
  }

  .slide_text {
    padding: 0.5rem;
  }

  .slide_text .cate_name {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .slide_item_ttl {
    font-size: 0.875rem;
    color: #000;
  }

  .info_top_slider .slick-prev,
  .info_top_slider .slick-next {
    z-index: 999;
    width: 46px;
    height: 46px;
  }

  .info_top_slider .slick-prev {
    background: url("../../img/calcium/info/btn_arrow_left.png") no-repeat;
    left: 1rem;
  }

  .info_top_slider .slick-next {
    background: url("../../img/calcium/info/btn_arrow_right.png") no-repeat;
    right: 1rem;
  }

  .info_top_slider .slick-prev::before,
  .info_top_slider .slick-next::before {
    display: none;
  }

  /* カテゴリーリンクバナー */
  .category_bnr {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }

  .category_bnr p {
    flex-basis: auto;
    width: 80%;
    margin: 0 auto 0.8rem;
  }

  .category_bnr p:first-child {
    margin-right: auto;
  }

  /* 人気記事ランキング */
  .ranking {
    padding-bottom: 1rem;
  }

  .top_sec_ttl {
    font-size: 1.125rem;
  }

  .ranking_list > li::after {
    width: 66px;
    height: 57px;
  }

  /* 新着記事 */
  .new_info {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }

  /* 特集 */
  .special_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
  }

  .special_inner p {
    flex-basis: auto;
    margin-bottom: 1rem;
  }

  .special_inner p:first-child {
    margin-right: 0;
  }
}

/***************************
 ** 検索結果
 */
.search_result_ttl {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 30px;
  line-height: 30px;
  background: url("../../img/calcium/info/icon_bone.png") no-repeat left bottom;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}

.search_result_list {
  margin-bottom: 2rem;
}

.search_result_list li {
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.search_result_list .new::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../../img/calcium/common/icon_new_ribbon.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -5px;
  top: -5px;
}

.search_img {
  flex-basis: 30%;
  margin-right: 5%;
}

.search_img img {
  border-radius: 10px;
}

.search_item_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.search_text {
  flex-basis: 65%;
}

.excerpt {
  line-height: 2;
}

.search_result_link {
  text-align: right;
}

/* ページネーション */
.pagination {
  margin-bottom: 2rem;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 0.2rem;
}

.pagination li a,
.pagination li span {
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #09c;
  color: #000;
}

.pagination li .prev,
.pagination li .next {
  width: 4em;
}

.pagination li .prev::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5em;
}

.pagination li .next::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5em;
}

.pagination li a:hover,
.pagination li span.current {
  color: #fff;
  background: #09c;
}

.pagination li span.current {
  cursor: default;
}

/* 検索 */
.search_area_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.search_table {
  width: 100%;
  margin-bottom: 2rem;
}

.search_table tr th,
.search_table tr td {
  padding: 0.8rem;
  border-bottom: 1px solid #ccc;
}

.search_table tr th {
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
}

.conditions_list li,
.conditions_list dd {
  display: inline-block;
  margin-right: 2em;
}

.conditions_list dt {
  display: inline-block;
  width: 10em;
}

.search_btn_area {
  width: 20em;
  margin: 0 auto 5rem;
}

.search_btn_area input {
  border: none;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
}

/* チェックボックスの装飾 */
.conditions_list input[type="checkbox"] {
  display: none;
}
.conditions_list label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
.conditions_list label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}
.conditions_list input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 3px solid #09c;
  border-bottom: 3px solid #09c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 736px) {
  .search_result_ttl {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    padding-left: 14px;
    line-height: 14px;
    background: url("../../img/calcium/info/icon_bone.png") no-repeat left
      bottom;
    background-size: 14px 14px;
    padding-top: 1rem;
  }

  .search_result_list {
    margin-bottom: 0.5rem;
  }

  .search_result_list li {
    margin-bottom: 1.5rem;
  }

  .search_result_list .new::after {
    content: "";
    width: 47px;
    height: 47px;
    background: url("../../img/calcium/common/icon_new_ribbon.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -4px;
    top: -4px;
  }

  .search_img {
    flex-basis: 38%;
    margin-right: 2%;
  }

  .search_item_ttl {
    font-size: 0.75rem;
    line-height: 1.6;
  }

  .search_text {
    flex-basis: 60%;
  }

  .excerpt {
    font-size: 0.6875rem;
    line-height: 1.6;
  }

  /* ページネーション */
  .pagination {
    margin-bottom: 1.5rem;
  }

  .pagination li {
    font-size: 0.8175rem;
    margin-bottom: 0.5rem;
  }

  /* 検索 */
  .search_area_ttl {
    font-size: 1.15rem;
    padding: 1.5rem 1rem;
  }

  .search_table {
    margin-bottom: 1rem;
    display: block;
  }

  .search_table tr th,
  .search_table tr td {
    display: block;
  }

  .conditions_list dt {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #eee;
    margin-top: 0.5rem;
  }

  .search_btn_area {
    width: 100%;
    margin: 0 auto 3rem;
  }
}

/***************************
 ** カテゴリトップ
 */
.cate_top_fv {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}

.cate_top_fv img {
  margin-bottom: 3rem;
}

.cate_top_fv p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}

/***************************
 ** 記事ページ（コラム・レシピ共通）
 */
.column_meta {
  margin-bottom: 2.5rem;
}

.info_main_img {
  margin-bottom: 2rem;
}

.info_inner {
  padding: 0 2.5rem;
}

.column_meta .info_inner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

.article_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.column_meta .tag_list {
  margin-bottom: 0.8rem;
}

/* WordPress記事用 */
.table_bn,
.table_bn td {
  border: none;
}

.table_l25 tr td:first-child,
.table_l25 tr th:first-child {
  width: 25%;
}

.wp-block-table,
.wp-block-table td,
.wp-block-table thead,
.wp-block-table thead td,
.wp-block-table thead th {
  border-color: #ccc;
}

.wp-block-list {
  padding: 0 1em;
}

ul.wp-block-list {
  list-style: disc;
}

ol.wp-block-list {
  list-style-type: decimal;
}

/* SNSボタン */
.info_sns_list {
  text-align: right;
}

.info_sns_list li {
  display: inline-block;
  margin-right: 0.6rem;
}

.info_sns_list li:first-child a::after {
  font-family: "icomoon";
  content: "\e907";
  color: #00b832;
  font-size: 2.5rem;
}

.info_sns_list li:nth-child(2) a::after {
  content: "";
  translate: 0 3px;
  width: 41px;
  aspect-ratio: 40 / 41;
  display: inline-block;
  background: url(../../img/icon/x-square.svg) no-repeat center center/contain;
}

.info_sns_list li:nth-child(3) a::after {
  font-family: "icomoon";
  content: "\e906";
  color: #3b579d;
  font-size: 2.5rem;
}

@media screen and (max-width: 736px) {
  .column_meta {
    margin-bottom: 1rem;
  }

  .info_main_img {
    margin-bottom: 1rem;
  }

  .info_inner {
    padding: 0;
  }

  .column_meta .info_inner {
    padding-bottom: 1rem;
  }

  .article_ttl {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .article_ttl br {
    display: none;
  }
}

/***************************
 ** コラム記事ページ
 */
.column_contents {
  margin-bottom: 3rem;
}

.column_contents h3 {
  font-size: 2rem;
  color: #09c;
  margin-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.column_contents h4 {
  font-size: 1.5rem;
  color: #09c;
  margin-bottom: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.column_contents h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.column_contents p {
  line-height: 2;
}

.column_contents p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.column_contents strong {
  font-weight: bold;
}

.return_btn_area {
  margin-bottom: 3rem;
}

.return_btn_area .base_btn {
  width: 20em;
}

.return_btn_area .base_btn::after {
  display: none;
}

.return_btn_area .base_btn::before {
  font-family: "icomoon";
  content: "\e901";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  margin-top: -0.8em;
  font-weight: normal;
  transform: rotate(180deg);
}

@media screen and (max-width: 736px) {
  .column_contents h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .column_contents h4 {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .column_contents h5 {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  .column_contents p {
    font-size: 0.75rem;
  }

  .column_contents p:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }

  .return_btn_area .base_btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/***************************
 ** レシピ記事ページ
 */

/* 一人あたり数値 */
.recipe_meta {
  margin-bottom: 0.8rem;
}

.recipe_meta li {
  flex-basis: 31%;
  background: #eaf6fd;
  border-radius: 5px;
  padding: 0.4rem;
  text-align: center;
}

.recipe_meta li:nth-child(2) {
  margin: 0 3.5%;
}

.recipe_meta_ttl {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  color: #09c;
  font-size: 0.875rem;
  font-weight: bold;
}

.recipe_meta_ttl img {
  margin-right: 0.5rem;
}

.recipe_meta li p {
  padding: 0.6rem;
  background: #fff;
  border-radius: 5px;
}

.per_person {
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 2rem;
}

/* 材料 */
.recipe_detail_01 {
  margin-bottom: 3rem;
}

.recipe_detail_left,
.recipe_detail_right {
  flex-basis: 48%;
}

.recipe_detail_left {
  margin-right: 4%;
}

.material_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.material_ttl span {
  font-size: 1.125rem;
}

.material_table {
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

/*.material_table tr:nth-child(odd) {
  background: #eaf6fd;
}*/

.material_table tr th,
.material_table tr td {
  padding: 0.4rem 0.6rem;
  border-top: 1px solid #ccc;
}

.material_table tr th {
  text-align: left;
}

.material_table tr td {
  text-align: right;
}

.material_table .empty {
  border-top: none;
}

/* 作り方 */
.howto_list li {
  margin-bottom: 2rem;
}

.number {
  flex-basis: 5%;
}

.number span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #81cced;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 10px;
}

.howto_text {
  flex-basis: 92%;
  line-height: 2;
}

/* ポイント */
.point {
  padding: 2rem 0;
  background: url("../../img/calcium/index/bg_product_info.png") no-repeat;
  background-size: cover;
  margin-bottom: 2.5rem;
}

.nutritionist {
  flex-basis: 22%;
  margin-right: 3%;
}

.nutritionist img {
  margin-bottom: 0.8rem;
}

.nutritionist_name {
  font-size: 1.6875rem;
}

.nutritionist_name span {
  display: block;
  font-size: 1rem;
  color: #09c;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.profile {
  display: inline-block;
  font-size: 1.125rem;
  width: 28px;
  height: 28px;
  line-height: 1.5rem;
  color: #fff;
  font-weight: bold;
  background: #81cced;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: 0.5rem;

  pointer-events: all;
  cursor: auto;
}

.point_text {
  flex-basis: 65%;
}

.point_ttl {
  width: 111px;
  margin-bottom: 1.5rem;
}

.point_text p {
  line-height: 2;
}

@media screen and (max-width: 736px) {
  .recipe_meta_ttl {
    height: 30px;
    line-height: 30px;
    font-size: 0.75rem;
    letter-spacing: -1px;
  }

  .recipe_meta_ttl img {
    height: 20px;
    width: auto;
    margin-right: 0.2rem;
  }

  .recipe_meta li p {
    padding: 0.3rem;
    font-size: 0.75rem;
  }

  .per_person {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  /* 材料 */
  .recipe_detail_01 {
    margin-bottom: 2rem;
  }

  .recipe_detail_left,
  .recipe_detail_right {
    flex-basis: auto;
  }

  .recipe_detail_left {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .material_ttl {
    font-size: 1rem;
  }

  .material_ttl span {
    font-size: 1rem;
  }

  .material_table {
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }

  .material_table tr th,
  .material_table tr td {
    padding: 0.2rem 0.4rem;
  }

  /* 作り方 */
  .howto_list li {
    margin-bottom: 1rem;
  }

  .number span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 6px;
  }

  .howto_text {
    font-size: 0.75rem;
  }

  /* ポイント */
  .point {
    padding: 1rem 0;
  }

  .nutritionist {
    flex-basis: auto;
    text-align: center;
    width: 40%;
    margin: 0 auto 1rem;
  }

  .nutritionist img {
    margin-bottom: 0.5rem;
  }

  .nutritionist_name {
    font-size: 1rem;
  }

  .nutritionist_name span {
    font-size: 0.75rem;
    margin-bottom: 0;
  }

  .profile {
    font-size: 1rem;
    width: 23px;
    height: 23px;
    line-height: 1.15rem;
    margin-left: 0;
  }

  .point_text {
    flex-basis: auto;
  }

  .point_ttl {
    width: 40%;
    margin: 0 auto 0.8rem;
  }

  .point_text p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 320px) {
  .recipe_meta_ttl {
    font-size: 0.6rem;
  }
}

/***************************
 ** 浅田さんポップアップ
 */

#asada {
  background: #fff;
}

.profile_window {
  margin: 0 auto;
  padding: 20px;
}

.profile_frame {
  border: 3px solid #09c;
  padding: 25px;
  border-radius: 10px;
  line-height: 1.5;
}

.base_info {
  margin-bottom: 3rem;
}

.profile_img {
  flex-basis: 43%;
  margin-right: 5%;
}

.greeting {
  flex-basis: 52%;
}

.greeting_ttl {
  color: #09c;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.greeting p {
  line-height: 2;
}

.activity_ttl {
  background: #09c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

.activity_list dt {
  font-weight: bold;
  font-size: 1.25rem;
  color: #09c;
  margin-bottom: 0.8rem;
}

.activity_list dd {
  line-height: 2;
  margin-bottom: 1.8rem;
}

.activity_list dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .profile_window {
    padding: 1rem;
  }

  .profile_frame {
    padding: 1rem;
  }

  .base_info {
    margin-bottom: 1rem;
  }

  .profile_img {
    flex-basis: auto;
    width: 42%;
    margin: 0 auto 0.8rem;
  }

  .greeting {
    flex-basis: auto;
  }

  .greeting_ttl {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .greeting p {
    font-size: 0.75rem;
  }

  .activity_ttl {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 0.3rem 0.5rem;
  }

  .activity_list dt {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .activity_list dd {
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }
}
