@charset "utf-8";
/******
		contents
					******/
.content-section .content-section-inner {
  padding: 45px 0;
}
.content-title{
  color:#252F50;
  margin-bottom:12px;
}
.page-logo {
  background: #fc4979;
  height:72px;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align: center;
}
.page-logo img{
  height:48px;
}

.subhead-sec-inner {
  display: flex;
  padding: 30px 0;
  align-items: center;
}

.title-logo {
  width:300px;
}
.title-logo img{
  width:95%;
}

.title-none{
  position: absolute;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.title-text {
  width:100%;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}


/* コンテンツエリア */
.contents-wrap {
  background: #FBF8F0;
  padding: 60px 0;
}

.contents-inner {
  display: flex;
}

.contents-sidebar {
  width: 300px;
  margin-right: 40px;
}

.sidebar-box {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.sidebar-box ul li {
  margin-bottom: 20px;
}

.sidebar-box ul li:last-child {
  margin-bottom: 10px;
}

.sidebar-box ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: 3px solid;
  border-radius: 3px;
}

.contents-main {
  width: 100%;
  text-align: left;
}

.contents-main-head h1{
  display: flex;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
}

.contents-main-head  span {
  font-size: 28px;
  margin-right: 6px;
}

.pink-bg {
  background: #FC4979;
  padding: 14px 20px;
  border-radius: 6px;
  position: relative;
}

.blue-bg {
  background: #007BE7;
  padding: 14px 20px;
  border-radius: 6px;
  position: relative;
}

.green-bg {
  background: #00AA00;
  padding: 14px 20px;
  border-radius: 6px;
  position: relative;
}

.green-bg-new {
  background: #00AA00;
  padding: 14px 20px;
  border-radius: 6px;
  position: relative;
}

.orange-bg {
  background: #FF5A00;
  padding: 14px 20px;
  border-radius: 6px;
  position: relative;
}

.pink-bg::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #FC4979 transparent transparent transparent;
}

.blue-bg::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #007BE7 transparent transparent transparent;
}

.green-bg::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #00AA00 transparent transparent transparent;
}

.contents-documents {
  background: #fff;
  padding: 24px 36px 48px;
  margin-top: 30px;
  border-radius: 6px;
}

.documents-head h2{
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid;
  padding-left: 10px;
  margin-top: 12px;
  line-height:2;
}

.documents-head h3{
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  line-height:2;
}

.document-text{
  font-size: 16px;
  margin-top:12px;
}

.document-text p:after {
	content: "";
	display: block;
	clear: both;
}
.document-text p:before {
  content: "";
	display: block;
	clear: both;
}

.col-box {
  display: flex;
}

.col-box p {
  flex: 3;
}

.document-img {
  flex: 2;
  padding-left: 30px;
  text-align: center;
}
.document-text p:last-child{
  margin-bottom:24px;
}
.document-text p.sup{
  font-size:14px;
  color:#666;
  margin-top:8px;
}

.document-text table {
  width: 100%;
  margin-top:8px;
}

.document-text table tr th {
  padding: 10px;
  text-align: center;
  background: #FFE4EB;
  border: 1px solid #EAEAEA;
}

.document-text table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #EAEAEA;
  text-align: left;
  font-size: 14px;
  text-align: center;
}

.document-text table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #EAEAEA;
  text-align: left;
  font-size: 14px;
  text-align: left;
}
.document-text-center table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #EAEAEA;
  text-align: left;
  font-size: 14px;
  text-align: center;
}

.document-text table tr .gray-bg {
  background: #F2F2F2;
}

.document-text table tr .green-bg-new {
  background: #E8FFDC;
}

.document-text .row{
  margin-top:18px;
  margin-bottom:12px;
}
.document-text ul{
  font-weight:bold;
}
.document-text ul li{
  list-style:disc outside;
  margin-left:24px;
  line-height:2;
}
.document-text .img-right{
  float:right;
  margin:0 0 24px 24px;
}
.document-text .img-left{
  float:left;
  margin:0 24px 24px 0;
}
.document-text .formula{
  border:1px solid #e7e7e7;
  margin:12px 0;
  padding:12px;
}

.document-text table tr td.bmi{
  font-size: 20px;
}

.bmi-calculator {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #FEF5F7;
  border: 1px solid #fc4979;
  padding: 30px;
  border-radius: 6px;
}

.bmi-calculator-input {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
  justify-content: center;
}

.calculator-input-box {
  text-align: center;
}

.calculator-input-data {
  font-size: 20px;
  font-weight: bold;
  color: #fc4979;
  margin-bottom: 6px;
}

.calculator-input-value {
  background: #fff;
  border: 1px solid #fc4979;
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  line-height: 36px;
}

.calculator-input-value input {
  border: none;
  text-align: center;
  background: none;
}

.calculator-input-value input[type="text"]:focus {
  border: none;
  outline: 0;
}

.calculator-input-btn button {
  background: #fc4979;
  border: 1px solid #fc4979;
  color: #fff;
  line-height: 54px;
  border-radius: 50px;
  width: 240px;
}

.bmi-calculator-result {
  background: #fff;
  font-size: 20px;
  margin-top: 20px;
  border-radius: 6px;
  padding: 14px 20px;
  align-items: center;
}

.bmi-calculator-result p {
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
}

.bmi-calculator-result span {
  color: #fc4979;
}

.bmi-text {
  font-size: 80%;
}

.document-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fc4979;
  font-weight: bold;
  font-size: 20px;
  border: 3px solid #fc4979;
  background: #fff;
  padding: 20px;
  width: 300px;
  max-width: 100%;
  border-radius: 50px;
  margin: auto;
  margin-top: 40px;
}

.dic-btn-box {
  display: flex;
  column-gap: 30px;
}

.dic-btn-box .gointakestandard {
  flex: 1;
}

.dic-btn-box .gointakestandard a {
  width: 100%;
}

.big-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  display: flex;
  align-items: center;
}

.document-table-box {
  max-width: 600px;
}

.document-table-box2 {
  max-width: 600px;
  margin: auto;
}

.vitamin-small{
  font-size: clamp(6px,1vw,15px);
}

.vitamin-small-h div{
  align-items: center;
}

.vitamin-small-h span.small{
  font-size: 15px!important;
  color: #fff;
  vertical-align: bottom;
}

.vitamin-small-text{
  font-size: 11px!important;
}

.right-text{
  text-align: right;
}

.gointakestandard{
  display:flex;
  align-items:center;
  justify-content:left;
}


/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  display: flex;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 2px;
  align-items: center;
  justify-content: space-between;
}

.title-inner {
  display: flex;
  align-items: center;
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .accordion-arrow{
  transition: 0.3s;
}

.accordion-area .close .accordion-arrow{
	transform: rotate(180deg);
  transition: 0.3s;
}

/*アコーディオンで現れるエリア*/
.accordion-box {
  display: none;/*はじめは非表示*/
  text-align: left;
}

.sidebar-box .accordion-box li {
  margin: 10px 0;
  padding-left: 20px;
}

.sidebar-box .accordion-box li a {
  border-bottom: 1px solid #EEEEEE;
}

dl {
  display: flex;
  align-items: flex-end;
}

dt {
  float: left;
}
