@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　タイトル : ページ共有のスタイル
+　ファイル名 : ファイルのパスを入れます。(ルート、相対どちらでも)
+　概要 : CSSの用途を説明を入れます。
+　サイト名 : サイトの説明を入れます。
+　URL : http://
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif !important;
  margin: 0;
  font-size: 12px;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  background-color: #fff;
  min-width: inherit;
}

#footer,
#header {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  position: relative;
}

.helvetica {
  font-family: Helvetica !important;
}

#viewmore {
  display: none;
}

.btn_rounded_green {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 60px;
  background-color: #8ab73e;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-decoration: none;
  line-height: 1.5;
  box-sizing: border-box;
}

#header .logo-sp {
  display: none;
}

#header #header-top {
  width: 100%;
  max-width: 1030px;
  padding-inline: 15px;
  box-sizing: border-box;
}

#header #header-top-wrapper {
  min-width: 100%;
}

/* container */
.container {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin-inline: auto;
  box-sizing: border-box;
}

/* breadcrumb */
#breadcrumb {
  display: flex;
  width: 100%;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #f3fbd3;
}

#breadcrumb .breadcrumb {
  display: flex;
  width: 100%;
  padding: 0;
  overflow-x: auto;
}

#breadcrumb .breadcrumb::-webkit-scrollbar {
  display: none;
}

#breadcrumb .breadcrumb li {
  display: flex;
  align-items: center;
  position: relative;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
  list-style: none;
  flex-shrink: 0;
}

#breadcrumb .breadcrumb li + li:before {
  content: "";
  display: flex;
  width: 13px;
  height: 13px;
  background: url("../img/calculate_renew/arrow_left.svg") no-repeat center
    center/100%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin: 0 8px;
}

#breadcrumb .breadcrumb li a {
  color: #999f98;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-decoration: none;
}

/* title_section */
.title_section {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}

.title_section span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-bottom: 3px dotted #add700;
  padding-bottom: 8px;
}

.title_section label {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #8ab73e;
}

/* main_header */
.main_header {
  display: flex;
  position: relative;
  padding: 50px 0 80px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  background: #f3fbd3;
}

.main_header h1 {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.76px;
  margin-bottom: 9px;
  z-index: 1;
}

.main_header p {
  position: relative;
  color: #add700;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  z-index: 1;
}

.main_header .main_header_logo {
  position: absolute;
  right: 0;
  top: -38.5px;
  width: 332.322px;
  height: 339px;
}

/* section_calculate_data */
#section_calculate_data {
  padding-block: 52px 111px;
}

#section_calculate_data .title_section {
  margin-bottom: 48px;
}

#section_calculate_data .calculate_info {
  display: flex;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  margin-bottom: 36px;
}

#section_calculate_data .calculate_info .image {
  width: 300px;
  flex-shrink: 0;
  line-height: 0;
}

#section_calculate_data .calculate_info .image img {
  width: 100%;
  aspect-ratio: 300/200;
  border-radius: 10px;
}

#section_calculate_data .calculate_info .info {
  display: flex;
  width: 100%;
  padding: 45px 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 10px;
  background: #fffcdd;
  align-self: stretch;
  box-sizing: border-box;
}

#section_calculate_data .calculate_info .info h3 {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 2px solid #333;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.48px;
}

#section_calculate_data .calculate_info .info p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}

#section_calculate_data .calculate_data_chart {
  display: flex;
  align-items: center;
  gap: 39px;
  align-self: stretch;
  margin-bottom: 36px;
}

#section_calculate_data .calculate_data_chart .chart {
  display: flex;
  width: 100%;
  max-width: 480px;
  padding: 24px 35px 18px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  align-self: stretch;
}

#section_calculate_data .calculate_data_chart .chart.chart_left {
  padding-inline: 38px;
}

#section_calculate_data .calculate_data_chart .chart .chart_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

#section_calculate_data .calculate_data_chart .chart.chart_left .chart_header {
  align-items: center;
}

#section_calculate_data .calculate_data_chart .chart .chart_name {
  color: #8ab73e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}

#section_calculate_data .calculate_data_chart .chart .chart_note {
  color: #7e7e7e;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
}

#section_calculate_data .calculate_data_chart .chart .chart_info {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  gap: 25px;
  background: #fffcdd;
}

#section_calculate_data .calculate_data_chart .chart .chart_info p {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}

#section_calculate_data .calculate_data_chart .chart #chart-circle {
  position: relative;
  margin-top: 31px;
  margin-left: -24px;
}

#section_calculate_data .calculate_data_chart .chart #chart-circle label {
  position: absolute;
  width: max-content;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}

#section_calculate_data
  .calculate_data_chart
  .chart
  #chart-circle
  label.protein {
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

#section_calculate_data .calculate_data_chart .chart #chart-circle label.fat {
  bottom: 40px;
  left: -24px;
}

#section_calculate_data .calculate_data_chart .chart #chart-circle label.carb {
  bottom: 40px;
  right: -46px;
}

#section_calculate_data .calculate_data_chart .chart .chart_table {
  width: 100%;
  box-sizing: border-box;
  padding-right: 3px;
  margin-top: -10px;
}

#section_calculate_data
  .calculate_data_chart
  .chart
  .chart_table
  .chart_table_row {
  display: flex;
  width: 100%;
  padding-block: 10px 9px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border-bottom: 1px solid #ededed;
}

#section_calculate_data
  .calculate_data_chart
  .chart
  .chart_table
  .chart_table_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

#section_calculate_data
  .calculate_data_chart
  .chart
  .chart_table
  .chart_table_head
  .chart_table_info {
  display: flex;
  width: 100%;
  max-width: 187px;
  justify-content: space-between;
  align-items: center;
}

#section_calculate_data
  .calculate_data_chart
  .chart
  .chart_table
  .chart_table_head
  .chart_table_info
  p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}

#section_calculate_data
  .calculate_data_chart
  .chart
  .chart_table
  .chart_table_head
  .chart_table_recommended {
  color: #7e7e7e;
  text-align: right;
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
}

#section_calculate_data
.calculate_data_chart
.chart
.chart_table
.chart_table_line {
  width: 100%;
}

#section_calculate_data
  .calculate_data_chart
  .chart
  .chart_table
  .chart_table_line
  .bg {
  min-width: 1px;
  height: 23px;
  background: #8ab73e;
}

#section_calculate_data .calculate_data_description p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
}

/* section_asuken_app */
#section_asuken_app {
  padding-top: 60px;
  margin-bottom: 28px;
}

#section_asuken_app .title_section {
  margin-bottom: 52px;
}

#section_asuken_app .info_asuken_app {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-inline: 14px;
  margin-bottom: 0;
}

#section_asuken_app .info_asuken_app li {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}

#section_asuken_app .info_asuken_app li .image_app {
  min-height: 277px;
  padding-inline: 24px;
  margin-bottom: 5.5px;
}

#section_asuken_app .info_asuken_app li .image_app img {
  max-width: 100%;
}

#section_asuken_app .info_asuken_app li .title_app {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
  margin-inline: -15px;
  margin-bottom: 13px;
}

#section_asuken_app .info_asuken_app li .title_app span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #8ab73e;
}

#section_asuken_app .info_asuken_app li p {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

#section_asuken_app .btn_rounded_green {
  width: max-content;
  font-size: 18px;
  letter-spacing: 0.54px;
  padding: 16px 60px;
  color: #fff;
  margin-bottom: 119px;
}

/* section_balance_check */
#section_balance_check {
  padding-bottom: 56px;
}

#section_balance_check .title_section {
  margin-bottom: 48px;
}

#section_balance_check #graph_eiyo {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  padding: 30px 36px 28px;
  margin-bottom: 25px;
}

#section_balance_check #graph_eiyo .graph_top {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

#section_balance_check #graph_eiyo .graph_top p {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}

#section_balance_check #graph_eiyo .graph_top .reference_value {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#section_balance_check #graph_eiyo .graph_top .intake {
  width: 100px;
  text-align: center;
}

#section_balance_check #graph_eiyo .graph_content .line {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#section_balance_check #graph_eiyo .graph_content .line .line_info {
  display: flex;
  width: 140px;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  margin-right: 12px;
}

#section_balance_check #graph_eiyo .graph_content .line .line_info .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}

#section_balance_check #graph_eiyo .graph_content .line .line_info .status {
  display: flex;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}

#section_balance_check #graph_eiyo .graph_content .line .line_info .status_short {
  background-color: #6db1e4;
}

#section_balance_check #graph_eiyo .graph_content .line .line_info .status_fit {
  background-color: #add700;
}

#section_balance_check #graph_eiyo .graph_content .line .line_info .status_over {
  background-color: #d64930;
}



#section_balance_check #graph_eiyo .graph_content .line .line_diagram {
  position: relative;
  width: 100%;
  height: 44px;
  margin-right: 51px;
}

#section_balance_check #graph_eiyo .graph_content .line .line_diagram .bg,
#section_balance_check #graph_eiyo .graph_content .line .line_diagram .fg {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 24px;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .bg
  .short {
  height: 100%;
}

#section_balance_check #graph_eiyo .graph_content .line .line_diagram .bg .fit {
  background-color: #FFFCDD;
  transform: translateY(-10px);
  height: 44px;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .center_line {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .fg
  .normal {
  height: 100%;
  background: #8ab73e;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .fg
  .osake {
  height: 100%;
  background: #69bfc9;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .fg
  .okashi {
  height: 100%;
  background: #d98fa2;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .fg
  .supple {
  height: 100%;
  background: #fcb13a;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .center_line
  .left {
  width: 50%;
  height: 100%;
  border-right: solid 1px #c1c1c1;
}

#section_balance_check
  #graph_eiyo
  .graph_content
  .line
  .line_diagram
  .center_line
  .right {
  width: 50%;
  height: 100%;
  border-left: solid 1px #c1c1c1;
}

#section_balance_check #graph_eiyo .graph_content .line .line_value {
  display: flex;
  flex-shrink: 0;
  width: 100px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  box-sizing: border-box;
}

#section_balance_check #graph_eiyo .graph_content .line:nth-child(2n) .line_value {
  background-color: transparent;
}

#section_balance_check .note_check {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.24px;
  margin-bottom: 1px;
}

#section_balance_check .btn_rounded_green {
  width: max-content;
  font-size: 18px;
  letter-spacing: 0.54px;
  padding: 16px 60px;
  color: #fff;
}

/* section_how_to */
#section_how_to {
  padding-bottom: 70px;
}

#section_how_to .box_content {
  display: flex;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  margin-bottom: 19px;
}

#section_how_to .box_content h3 {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

#section_how_to .box_content .operating_system {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 781px;
  gap: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 40px 15px;
}

#section_how_to .box_content .operating_system li {
  list-style: none;
  margin-bottom: 0;
}

#section_how_to .box_content .operating_system li:nth-child(2) img {
  width: 100%;
}

#section_how_to .box_content .operating_system li img {
  width: 100%;
}

#section_how_to .box_content .note {
  width: 100%;
  max-width: 550px;
  color: #333;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}

#section_how_to .btn_rounded_green {
  width: 100%;
  max-width: 605px;
  height: 73px;
  font-size: 20px;
  margin-bottom: 38px;
  color: #fff;
}

#section_how_to .page_link {
  text-align: center;
}

#section_how_to .page_link a {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* results-faq */
#results-faq {
  padding-top: 49px;
  padding-bottom: 236px;
}

#results-faq .title_section {
  margin-bottom: 51px;
}

#results-faq .list_faq {
  max-width: 900px;
  margin-inline: auto;
  text-align: left;
  padding-left: 0;
  list-style: none;
}

#results-faq .list_faq li:not(:last-child) {
  margin-bottom: 30px;
}

#results-faq .list_faq li .question {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.6px;
  border-radius: 62px;
  background: #8ab73e;
  cursor: pointer;
  padding: 12px 20px;
  padding-right: 82px;
}

#results-faq .list_faq li .question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../img/home_renew/plus.svg") no-repeat center center/100%;
}

#results-faq .list_faq li .question.is_active:after {
  background-image: url("../img/home_renew/minus.svg");
}

#results-faq .list_faq li .question:before {
  content: "Q";
  width: 28px;
  height: 28px;
  text-align: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: #fff;
  color: #8ab73e;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.66px;
  font-family: helvetica;
}

#results-faq .list_faq li .box_answer {
  display: none;
}

#results-faq .list_faq li .box_answer .d_flex {
  display: flex;
  padding: 30px 35px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 10px;
  background: #fff;
  margin-inline: 10px;
  margin-top: 10px;
}

#results-faq .list_faq li .box_answer p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.32px;
}

#results-faq .list_faq li .box_answer p b {
  font-weight: 500;
}

#results-faq .list_faq li .box_answer p.text_indent {
  padding-left: 20px;
  text-indent: -16px;
}

/* results-faq */

#other-menu {
  background: #f3fbd3;
  padding-block: 61px 60px;
}

#other-menu .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}

#other-menu .list-other-menu {
  background: #fff;
  padding: 30px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  row-gap: 13px;
  border-radius: 10px;
  box-sizing: border-box;
}

#other-menu .list-other-menu li {
  width: 260px;
}

#other-menu .list-other-menu li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.03rem;
  padding-left: 17px;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#other-menu .list-other-menu li a:hover {
  text-decoration: none;
}

#other-menu .list-other-menu li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

#share {
  background: #f6f6f6;
  padding-block: 40px;
}

#share .title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: 0.03rem;
}

#share .socical {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
}

#share .socical a {
  width: 300px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #333;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02rem;
}

#share .socical a:nth-child(2) {
  background: #0866ff;
}

/* section_cta */
.section_cta {
  background: url("../img/home_renew/section_cta_bg_left.png") no-repeat top 40%
      left/254px,
    url("../img/home_renew/section_cta_bg_right.png") no-repeat top right/177px;
  padding-block: 117px 110px;
  margin-top: -20px;
}

.section_cta .title_section {
  margin-bottom: 30px;
}

.section_cta .title_section span.size_42 {
  font-size: 43px;
  line-height: normal;
  margin-bottom: 0;
}

.section_cta .title_section span {
  font-size: 32px;
  border-bottom: none;
}

.section_cta .box_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  align-self: stretch;
  margin-bottom: 6px;
}

.section_cta .box_cta .box_img {
  width: 407px;
}

.section_cta .box_cta .box_img img {
  width: 100%;
}

.section_cta .box_cta .box_content {
  display: flex;
  width: 364px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.section_cta .box_cta .box_content label {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: -10px;
}

.section_cta .box_cta .box_content label span {
  font-size: 16px;
}

.section_cta .box_cta .box_content .list_cta {
  display: flex;
  justify-content: center;
  padding: 16px 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  align-self: stretch;
  list-style: none;
}

.section_cta .box_cta .box_content .list_cta li a {
  display: block;
}

.section_cta .box_cta .box_content .list_cta li:nth-child(2) {
  width: 171px;
}

.section_cta .box_cta .box_content .list_cta li:nth-child(2) img {
  width: 100%;
}

.section_cta .box_cta .box_content .list_cta li:last-child {
  width: 100%;
}
.section_cta .box_cta .box_content .box_btn_cta {
  text-align: center;
}

.section_cta .box_cta .box_content .box_btn_cta h5 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 14px;
}

.section_cta .box_cta .box_content .box_btn_cta .btn_rounded_green {
  width: 324px;
  height: 59px;
  color: #fff;
  font-size: 18px;
}

.section_cta .box_cta .box_content .box_btn_cta .login-link {
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.section_cta .note_cta {
  position: relative;
  max-width: 820px;
  color: #333;
  text-align: right;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-inline: auto;
  z-index: 1;
}

/* section_cta */

/* footer */
#footer {
  width: 100%;
  min-width: inherit;
}

#footer #footer-inner {
  width: 100%;
  max-width: 1060px;
  padding-inline: 30px;
  box-sizing: border-box;
}

#footer #footer-top {
  flex-wrap: wrap;
  display: flex;
  display: none;
}

#footer #footer-top .foot-nav-wrap {
  float: none;
}

#footer .pc {
  display: block !important;
}

#footer .sp {
  display: none !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body,
  #header #header-top-wrapper,
  #footer {
    min-width: inherit;
    box-sizing: border-box;
  }

  #header #header-top,
  #footer #footer-inner {
    width: 100%;
  }

  #header #header-top {
    padding-inline: 0;
  }

  #section_calculate_data .calculate_data_chart {
    flex-direction: column;
  }

  #section_calculate_data .calculate_data_chart .chart {
    max-width: 100%;
  }

  #section_asuken_app .info_asuken_app li .title_app,
  #section_asuken_app .info_asuken_app li .title_app span {
    font-size: 16px;
  }

  #section_asuken_app .info_asuken_app li .image_app {
    min-height: calc(277 / 1024 * 100vw);
    margin-bottom: 0;
  }

  #section_asuken_app .info_asuken_app li p {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  #header #header-top #logo {
    margin-right: 23px;
  }

  #header #header-top .login-area .no-login li:last-child {
    margin-right: 0;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .d-none {
    display: none;
  }

  /* header */
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0;
    padding: 0;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
  }

  #header .logo-sp {
    display: block;
  }

  #header .logo-sp a {
    display: block;
    width: 100px;
    margin: 10px auto 2px;
  }

  #header .logo-sp a img {
    width: 100%;
  }

  #header #header-top-wrapper {
    display: none;
  }

  /* #breadcrumb */
  #breadcrumb {
    margin-top: 44px;
  }

  /* #breadcrumb .breadcrumb li:nth-child(2) {
    display: none;
  } */

  #breadcrumb .breadcrumb li,
  #breadcrumb .breadcrumb li a {
    font-size: 10px;
  }

  #breadcrumb .breadcrumb li + li:before {
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }

  .title_section span {
    font-size: 24px;
    letter-spacing: 0.48px;
    padding-bottom: 8px;
  }

  /* main_header */
  .main_header {
    padding: 15px 0 45px 0;
    overflow: hidden;
  }

  .main_header .container {
    padding-inline: 50px;
  }

  .main_header h1 {
    font-size: 26px;
    letter-spacing: 0.52px;
    text-align: left;
    margin-bottom: 6px;
  }

  .main_header p {
    font-size: 10px;
    letter-spacing: 0.3px;
    text-align: left;
  }

  .main_header .main_header_logo {
    top: auto;
    bottom: -50px;
    right: -40px;
    width: 182.175px;
    height: 185.836px;
  }

  /* #section_calculate_data */
  #section_calculate_data .calculate_info {
    margin-bottom: 20px;
  }

  #section_calculate_data .calculate_data_chart {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 21px;
  }

  #section_calculate_data .calculate_data_chart .chart {
    max-width: 100%;
    gap: 20px;
    padding: 19px;
  }

  #section_calculate_data .calculate_data_chart .chart.chart_left {
    padding-inline: 20px;
  }

  #section_calculate_data .calculate_data_chart .chart.chart_right {
    padding-bottom: 13px;
  }

  #section_calculate_data .calculate_data_chart .chart .chart_header {
    align-items: center;
  }

  #section_calculate_data .calculate_data_chart .chart .chart_table {
    padding-right: 0;
    margin-top: -11px;
  }

  #section_calculate_data .calculate_data_chart .chart .chart_name {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  #section_calculate_data
    .calculate_data_chart
    .chart
    .chart_table
    .chart_table_row {
    padding-block: 7px 0;
    gap: 4px;
  }

  #section_calculate_data
    .calculate_data_chart
    .chart
    .chart_table
    .chart_table_head
    .chart_table_info {
    max-width: 136px;
  }

  #section_calculate_data
    .calculate_data_chart
    .chart
    .chart_table
    .chart_table_head
    .chart_table_info
    p {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  #section_calculate_data
    .calculate_data_chart
    .chart
    .chart_table
    .chart_table_line {
    transform: scale(0.725);
    transform-origin: left top;
  }

  #section_calculate_data .calculate_data_chart .chart .chart_info p {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  #section_calculate_data .calculate_data_chart .chart #chart-circle {
    transform: scale(0.9896103896103896);
    margin-top: 26px;
    margin-left: -16px;
  }

  #section_calculate_data .calculate_data_chart .chart #chart-circle label {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  #section_calculate_data .calculate_data_chart .chart #chart-circle label.fat {
    bottom: 44px;
    left: -23px;
  }

  #section_calculate_data
    .calculate_data_chart
    .chart
    #chart-circle
    label.carb {
    bottom: 44px;
    right: -39px;
  }

  #section_calculate_data .calculate_data_description p {
    font-size: 12px;
    letter-spacing: 0.24px;
  }

  /* section_asuken_app */
  #section_asuken_app {
    padding-top: 21px;
    margin-bottom: 9px;
  }

  #section_asuken_app .title_section {
    margin-bottom: 50px;
  }

  #section_asuken_app .title_section span,
  #section_asuken_app .title_section label {
    font-size: 22px;
    line-height: normal;
  }

  #section_asuken_app .info_asuken_app {
    flex-direction: column;
    gap: 11px;
    padding-inline: 37px;
  }

  #section_asuken_app .info_asuken_app li .image_app {
    min-height: auto;
    padding-inline: 0;
    margin-bottom: 15px;
  }

  #section_asuken_app .info_asuken_app li:last-child .image_app {
    padding-inline: 13px;
    margin-bottom: 6px;
  }

  #section_asuken_app .info_asuken_app li .title_app {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
  }

  #section_asuken_app .info_asuken_app li .title_app span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #section_asuken_app .info_asuken_app li p {
    font-size: 10px;
    letter-spacing: 0.2px;
    margin-inline: -15px;
  }

  #section_asuken_app .btn_rounded_green {
    width: calc(100% - 61px);
    font-size: 14px;
    letter-spacing: 0.42px;
    padding: 16px 0;
    margin-bottom: 74px;
  }

  /* #section_how_to */
  #section_how_to {
    padding-bottom: 50px;
  }

  #section_how_to .container {
    padding: 0;
  }

  #section_how_to .box_content {
    padding: 45px 0px 29px;
    gap: 0;
    border-radius: 0;
    margin-bottom: 34px;
  }

  #section_how_to .box_content h3 {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 12px;
  }

  #section_how_to .box_content .operating_system {
    justify-content: center;
    max-width: 100%;
    gap: 17px;
    background-color: transparent;
    padding: 0px 33px;
    margin-bottom: 11px;
  }

  #section_how_to .box_content .operating_system li:last-child {
    display: none;
  }

  #section_how_to .box_content .note {
    max-width: 330px;
    font-size: 8px;
  }

  #section_how_to .page_link a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  #section_how_to .btn_rounded_green {
    width: 85%;
    max-width: 414px;
    font-size: 18px;
    height: 60px;
    text-align: center;
    display: none;
  }

  /* results-faq */
  #results-faq {
    padding-top: 49px;
    padding-bottom: 88px;
  }

  #results-faq .title_section {
    margin-bottom: 26px;
  }

  #results-faq .list_faq li:not(:last-child) {
    margin-bottom: 19.5px;
  }

  #results-faq .list_faq li .question {
    align-items: center;
    gap: 12px;
    font-size: 14px;
    letter-spacing: 0.42px;
    padding: 13px 20px;
    padding-right: 50px;
  }

  #results-faq .list_faq li .question:before {
    width: 22px;
    height: 22px;
    border-radius: 31px;
    font-size: 17.286px;
    letter-spacing: 0.519px;
  }

  #results-faq .list_faq li .question:after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }

  #results-faq .list_faq li .box_answer .d_flex {
    padding: 18px 20px;
    margin-inline: 5px;
    margin-top: 7px;
  }

  #results-faq .list_faq li .box_answer p {
    font-size: 14px;
    letter-spacing: 0.24px;
  }

  #results-faq .list_faq li .box_answer p.text_indent {
    padding-left: 14px;
    text-indent: -12px;
  }
  /* results-faq */

  #other-menu {
    padding-block: 40px 39px;
  }

  #other-menu .title {
    font-size: 16px;
  }

  #other-menu .list-other-menu {
    padding: 30px 40px;
  }

  #other-menu .list-other-menu li a {
    font-size: 14px;
  }

  #other-menu .list-other-menu li a:before {
    top: 6px;
  }

  #share .title {
    font-size: 16px;
  }

  /* section_cta */
  .section_cta {
    background: url("../img/home_renew/section_cta_bg_top.png") no-repeat top
        5px center / 100%,
      url("../img/home_renew/section_cta_bg_bottom.png") no-repeat bottom center /
        100%;

    padding-block: 135px 122px;
    margin-top: 0;
  }

  .section_cta .title_section {
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .section_cta .title_section label {
    font-size: 22px;
  }

  .section_cta .title_section span {
    font-size: 22px;
    border-bottom: 3px dotted #add700;
  }

  .section_cta .box_cta {
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0;
  }

  .section_cta .box_cta .box_img {
    width: 100%;
    max-width: 475px;
  }

  .section_cta .box_cta .box_content .list_cta li:last-child,
  .section_cta .box_cta .box_content .box_btn_cta {
    display: none;
  }

  .section_cta .note_cta {
    text-align: left;
    max-width: 332px;
    margin: 0 auto;
  }

  .section_cta .box_cta .box_content .list_cta {
    padding: 16px 20px 13px;
  }

  .section_cta .box_cta .box_content label {
    font-size: 18px;
    text-align: center;
    margin-bottom: -1px;
  }
  /* section_cta */

  /* section_calculate_data */
  #section_calculate_data {
    padding-block: 29px 82px;
  }

  #section_calculate_data .title_section {
    margin-bottom: 34px;
  }

  #section_calculate_data .calculate_info {
    flex-direction: column;
    gap: 20px;
  }

  #section_calculate_data .calculate_info .image {
    width: 100%;
  }

  #section_calculate_data .calculate_info .info {
    padding: 26px 50px 24px;
  }

  #section_calculate_data .calculate_info .info h3 {
    padding-bottom: 9px;
    border-bottom: 1px solid #333;
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  #section_calculate_data .calculate_info .info p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.24px;
  }

  /* #section_balance_check */
  #section_balance_check {
    padding-bottom: 44px;
  }

  #section_balance_check .container {
    padding-inline: 10px;
  }

  #section_balance_check .title_section {
    margin-bottom: 30px;
  }

  #section_balance_check #graph_eiyo {
    padding: 18px 15.5px 20px;
    margin-bottom: 12px;
  }

  #section_balance_check #graph_eiyo .graph_top {
    margin-bottom: 9px;
  }

  #section_balance_check #graph_eiyo .graph_top p {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  #section_balance_check #graph_eiyo .graph_top .reference_value {
    left: calc(50% + 22px);
  }

  #section_balance_check #graph_eiyo .graph_top .intake {
    width: 50px;
  }

  #section_balance_check #graph_eiyo .graph_content .line .line_value {
    width: 50px;
    height: 30px;
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  #section_balance_check #graph_eiyo .graph_content .line .line_info {
    align-items: center;
    width: 95px;
    gap: 0;
    flex-shrink: 0;
    margin-right: 5px;
  }

  #section_balance_check #graph_eiyo .graph_content .line .line_info .name {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  #section_balance_check #graph_eiyo .graph_content .line .line_info .status {
    font-size: 10px;
    letter-spacing: 0.2px;
    border-radius: 3px;
    padding: 2px 5px;
  }

  #section_balance_check #graph_eiyo .graph_content .line .line_diagram {
    height: 30px;
    margin-right: 6px;
  }

  #section_balance_check #graph_eiyo .graph_content .line .line_diagram .bg .fit {
    transform: translateY(-3px);
    height: 30px;
  }

  #section_balance_check .note_check {
    font-size: 10px;
    letter-spacing: 0.2px;
    padding-inline: 20px;
    margin-bottom: 32px;
  }

  #section_balance_check .btn_rounded_green {
    width: calc(100% - 40px);
    font-size: 14px;
    letter-spacing: 0.42px;
    padding: 16px 0;
  }

  /* footer */
  #footer {
    padding: 0;
  }

  #footer #footer-inner {
    max-width: 414px;
    margin: 0 auto;
    padding: 42px 30px 0;
  }

  #footer .pc {
    display: none !important;
  }

  #footer .sp {
    display: block !important;
  }

  #footer ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 8px;
    margin-bottom: 22px;
  }

  #footer ul li {
    width: 50%;
  }

  #footer ul li.full-w {
    width: 100%;
    margin-top: -2px;
  }

  #footer ul li a {
    font-size: 12px;
    display: block;
  }

  #footer ul li a:not(:first-child) {
    margin-top: 5px;
  }

  #footer ul li .dif {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 12px;
  }

  #footer ul li .ml-0 {
    margin-left: 0 !important;
  }

  #footer ul li .mt-0 {
    margin-top: 0 !important;
  }

  #footer ul li .dif span {
    display: inline-block;
    vertical-align: 4px;
    font-size: 12px;
  }

  #footer ul li .dif a {
    display: inline-block;
  }

  #footer ul li .dif a:not(:first-child) {
    margin-top: 0;
  }

  #footer ul li.mgt20 {
    margin-top: 22px;
  }

  #footer ul.full-w {
    display: block;
  }

  #footer ul.full-w li {
    width: 100%;
  }

  #footer ul.full-w li:not(:first-child) {
    margin-top: 8px;
  }

  #footer h5,
  #footer #footer-top .foot-nav-wrap h5 {
    color: #75b840;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
    height: inherit;
    line-height: 1.5;
  }

  #footer #footer-top {
    margin-bottom: 15px;
  }

  #footer #footer-top .foot-nav-wrap {
    width: 100%;
    padding-right: 0;
  }

  #footer #footer-top .foot-nav-wrap.last ul {
    margin-bottom: 0;
  }

  #footer #footer-top .foot-nav-wrap li {
    font-size: 12px;
    margin-bottom: 0;
  }

  #footer #footer-bottom {
    padding-top: 0;
    border-top: none;
  }

  #footer #footer-bottom #footer-bottom-nav {
    margin-bottom: 23px;
  }

  #footer #footer-bottom #footer-bottom-nav ul {
    text-align: left;
    margin-bottom: 10px;
  }

  #footer #footer-bottom #footer-bottom-nav ul li {
    display: block;
    border-left: none;
    padding-left: 0;
    margin-right: 0;
  }

  #footer #footer-bottom #footer-bottom-nav ul li a {
    color: #808080;
  }

  #footer .mb20 {
    margin-bottom: 20px !important;
  }

  #footer #footer-bottom .copy-right {
    font-size: 12px;
    text-align: center;
    color: #808080;
    padding: 28px 10px 9px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .d-md-none {
    display: none;
  }
}
