@charset "utf-8";
/* プラセンタ情報サイト */

/***************************
 ** ヘッダー
 */
.info_header {
  padding: 1rem 0;
}

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

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

/***************************
 ** フッター
 */
.info_footer {
  background: #081f2c;
  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: #081f2c;
  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 {
  color: #e62e8b;
}

.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: url("../../img/vitax/info/bg_fv.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
}

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

.slide_inner {
  background: #fff;
  position: relative;
}

.slide_inner a {
  display: block;
  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;
  }
}

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

.slide_text {
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  /* display: table; */
  display: flex;
  gap: 16px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .slide_text {
    display: block;
  }
}

.slide_text > p {
  display: table-cell;
  width: 14%;
  white-space: nowrap;
}

.slide_ttl_tag > ul li {
  display: inline-block;
  margin-right: 1em;
  padding: 0;
}

.slide_ttl_tag > ul li a {
  font-size: 0.875rem;
  color: #e62e8b;
}

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

.slide_item_ttl {
  font-size: calc(14px + 0.5vw);
  color: #000;
  margin-bottom: 0.2em;
}

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

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

.info_top_slider .slick-next {
  background: url("../../img/vitax/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;
}

.category_bnr div {
  flex-basis: 47%;
}

.category_bnr div:first-child {
  margin-right: 6%;
}

.category_bnr div a {
  display: block;
  padding: 1rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  color: #081f2c;
  position: relative;
  margin-bottom: 1.5rem;
}

.category_bnr div a::after {
  font-family: "icomoon";
  content: "\e904";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}

.category_bnr div:first-child a {
  border: 4px solid #68a9cf;
}

.category_bnr div:last-child a {
  border: 4px solid #f6ac19;
}

/* 人気記事ランキング */
.ranking {
  padding: 3rem 0;
  background: #faf9f4;
}

.top_sec_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  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/vitax/info/icon_ranking_01.png") no-repeat;
  background-size: 100% auto;
}

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

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

/* 新着記事 */
.new_info {
  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: 40px;
    height: 50px;
    left: 10px;
    top: -6px;
  }

  .slide_text {
    padding: 0.5rem;
  }

  .slide_text > p {
    display: block;
    width: 100%;
  }

  .slide_ttl_tag {
    display: block;
    width: 100%;
  }

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

  .slide_item_ttl {
    font-size: 0.875rem;
    margin-bottom: 0;
  }

  .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/vitax/info/btn_arrow_left.png") no-repeat;
    left: 1rem;
  }

  .info_top_slider .slick-next {
    background: url("../../img/vitax/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 {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .category_bnr div {
    flex-basis: auto;
  }

  .category_bnr div:first-child {
    margin-right: 0;
  }

  .category_bnr div a {
    padding: 0.8rem;
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }

  .category_bnr div p {
    font-size: 0.875rem;
  }

  .category_bnr div:first-child p {
    margin-bottom: 1rem;
  }

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

  .top_sec_ttl {
    font-size: 1.125rem;
  }

  .ranking_list > li::after {
    width: 29px;
    height: 25px;
  }

  /* 新着記事 */
  .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;
  line-height: 30px;
  padding-top: 2rem;
  text-align: center;
  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: 48px;
  height: 60px;
  background: url("../img/common/icon_new_ribbon.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 10px;
  top: -10px;
}

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

.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;
}

.search_result_link a {
  color: #081f2c;
}

.text_link_before::before {
  color: #081f2c;
}

/* ページネーション */
.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: 1px solid #f2aa17;
  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: #f2aa17;
}

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

/* 検索 */
.search_area {
  margin-top: 2rem;
}

.search_area_ttl {
  font-size: 1.25rem;
  text-align: center;
  padding: 3rem 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: "Noto Serif JP", serif;
}

.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 2rem;
}

.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;
    line-height: 14px;
    padding-top: 1rem;
  }

  .search_result_list {
    margin-bottom: 0.5rem;
  }

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

  .search_result_list .new::after {
    width: 36px;
    height: 46px;
    left: 6px;
    top: -6px;
  }

  .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_page_ttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 0.875rem;
}

.cate_page_ttl > span {
  display: inline-block;
  padding: 0 2em 0.3em;
}

.cate_page_ttl span span {
  font-size: 1.25rem;
}

.column_cate_ttl > span {
  border-bottom: 4px solid #68a9cf;
}

.recipe_cate_ttl > span {
  border-bottom: 4px solid #f6ac19;
}

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

  .cate_page_ttl span span {
    font-size: 1.0625rem;
  }
}

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

.article_ttl {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

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

.column_meta .tag_list a {
  color: #68a9cf;
}

.column_meta .tag_list.recipe_tag_list a {
  color: #f6ac19;
}

/* 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;
}

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

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

/* SNSボタン */
.info_sns_list {
  margin-bottom: 1.5rem;
}

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

.info_sns_list li:first-child a::after {
  font-family: "icomoon";
  content: "\e91a";
  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-circle.svg) no-repeat center center/contain;
}

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

.info_main_img {
  margin-bottom: 2rem;
}

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

  .info_main_img {
    margin-bottom: 1rem;
  }

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

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

  .article_ttl br {
    display: none;
  }
}

/***************************
 ** コラム記事ページ
 */
.column_contents {
  max-width: 740px;
  margin: 0 auto 3rem;
  line-height: 200%;
}

.column_contents h3 {
  font-size: 1.5rem;
  color: #68a9cf;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.column_contents h4 {
  font-size: 1.25rem;
  color: #68a9cf;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.column_contents h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  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;
}

@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;
  }
}

/***************************
 ** レシピ記事ページ
 */
/* レシピメタ情報 */
.recipe_meta_area {
}

.calorie_salt {
  flex-basis: 48%;
}

.calorie_salt > ul {
  flex-basis: 85%;
}

.calorie_salt > ul > li {
  flex-basis: 23%;
  display: block;
  border: 1px solid #f2aa17;
  border-radius: 5px;
  margin-right: 2%;
  height: fit-content;
}

.calorie_salt > ul > li:last-child {
  margin-right: 0;
}

.calorie_salt > ul > li .recipe_meta_ttl {
  display: block;
  line-height: 2;
  background: #f2aa17;
  color: #fff;
  font-size: 0.875rem;
}

.calorie_salt > ul > li p {
  display: block;
  line-height: 2;
  font-size: 0.875rem;
  text-align: center;
}

.calorie_salt > p {
  flex-basis: 15%;
  font-size: 0.75rem;
}

.recipe_meta_area .info_sns_list {
  flex-basis: 48%;
  text-align: right;
}

/* 材料 */
.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;
  margin-bottom: 1rem;
  color: #f2aa17;
}

.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: 4%;
}

.number span {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #f2aa17;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}

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

/* ポイント */
.point {
  padding: 2rem 0;
  background: #faf9f4;
  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: #f6ac19;
  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: #f6ac19;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: 0.5rem;
}

.point_text {
  flex-basis: 65%;
}

.point_ttl {
  color: #f6ac19;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.point_text p {
  line-height: 2;
}

@media screen and (max-width: 736px) {
  /* レシピメタ情報 */
  .calorie_salt {
    flex-basis: auto;
  }

  .calorie_salt > ul {
    flex-basis: auto;
  }

  .calorie_salt > ul > li .recipe_meta_ttl {
    font-size: 0.75rem;
  }

  .calorie_salt > ul > li p {
    font-size: 0.75rem;
  }

  .calorie_salt > p {
    flex-basis: auto;
    text-align: right;
    margin-bottom: 1rem;
  }

  .recipe_meta_area .info_sns_list {
    flex-basis: 48%;
    text-align: right;
  }

  /* 材料 */
  .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 {
    flex-basis: 6%;
  }

  .number span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 0.875rem;
  }

  .howto_text {
    font-size: 0.75rem;
  }

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

  /* ポイント */
  .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 {
    text-align: center;
  }

  .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 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.profile_frame {
  border: 3px solid #f6ac19;
  padding: 25px;
  border-radius: 10px;
}

.base_info {
  margin-bottom: 3rem;
}

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

.greeting {
  flex-basis: 52%;
}

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

.greeting p {
  line-height: 2;
}

.activity_ttl {
  background: #f6ac19;
  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: #f6ac19;
  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;
  }
}

@media screen and (min-width: 737px) {
  .cw70 {
    width: 75%;
  }
  .cw20 {
    width: 21%;
    margin: 0 auto;
    padding: 1%;
  }
  .single_main .info_text {
    padding: 8px;
  }
  .cw_flex {
    display: flex;
  }
}
