@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/* color */
/* font */
/* trans */
/* margin */
/* box */
/* 固定ページ */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	HOME【homePage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#homePage #keyVisualBlock {
  position: relative;
}

#homePage #keyVisualBlock .img_box {
  position: relative;
}

#homePage #keyVisualBlock .img_box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/mask_bw.svg) no-repeat bottom -2px center;
  background-size: contain;
}

#homePage #keyVisualBlock #catchCopy {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-45%);
  z-index: 1;
}

#homePage #keyVisualBlock #catchCopy h2 span {
  display: inline-block;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 6px 1rem 6px 1rem;
}

#homePage #keyVisualBlock #catchCopy #catch_1 {
  margin-bottom: 20px;
}

#homePage #keyVisualBlock #catchCopy #catch_1 span {
  background: #42ada2;
  border: 3px solid #fff;
}

#homePage #keyVisualBlock #catchCopy #catch_2 span {
  background: #e7652d;
  border: 3px solid #fff;
}

#homePage #contentsNavBlock {
  padding: 80px 0;
}

#homePage #contentsNavBlock ul {
  display: flex;
  gap: 15px;
  text-align: center;
}

#homePage #contentsNavBlock ul li {
  width: calc((100% - 70px) / 2);
}

#homePage #contentsNavBlock ul li a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 40px;
  padding: 20px 50px 20px 80px;
  background: url(../img/common/arrow_rw.svg) no-repeat center right 20px #e7652d;
}

#homePage #contentsNavBlock ul li a img {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

#homePage #contentsNavBlock ul li a:hover {
  opacity: 0.75;
}

#homePage #contentsNavBlock ul li:nth-child(2) a {
  background-color: #42ada2;
}

#homePage #superFoodBlock {
  position: relative;
  padding-bottom: 180px;
}

#homePage #superFoodBlock .container {
  text-align: center;
}

#homePage #superFoodBlock .container .headline_top {
  background: url(../img/top/t_superfood.svg) no-repeat top center;
}

#homePage #superFoodBlock .container ul {
  display: inline-block;
  margin: 40px auto 80px;
  text-align: left;
}

#homePage #superFoodBlock .container ul li {
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  background: url(../img/common/line_dashed_1.svg) repeat-x bottom center;
  padding: 10px 0px 10px 40px;
}

#homePage #superFoodBlock .container ul li::before {
  position: absolute;
  content: "";
  top: 23px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/top/icon_check_g.svg) no-repeat center;
}

#homePage #superFoodBlock .container ul li:nth-child(2)::before {
  background-image: url(../img/top/icon_check_o.svg);
}

#homePage #superFoodBlock .container .but_more a {
  margin: 20px auto 0;
}

#homePage #superFoodBlock #ill_researcher {
  position: absolute;
  bottom: 180px;
  left: calc(50% + 300px);
}

#homePage #superFoodBlock #ill_pattern * {
  position: absolute;
  background-size: contain;
}

#homePage #superFoodBlock #ill_pattern li:nth-child(1) {
  width: 284px;
  height: 284px;
  top: 0;
  left: calc(50% - 700px);
  background: url(../img/top/ill_pattern_1.svg) no-repeat center;
}

#homePage #superFoodBlock #ill_pattern li:nth-child(2) {
  width: 284px;
  height: 200px;
  top: 150px;
  left: calc(50% + 400px);
  background: url(../img/top/ill_pattern_2.svg) no-repeat center;
}

#homePage #superFoodBlock #ill_pattern li:nth-child(3) {
  width: 249px;
  height: 288px;
  bottom: 10px;
  left: calc(50% + 500px);
  background: url(../img/top/ill_pattern_3.svg) no-repeat center;
}

#homePage #shiaasahidofuBlock {
  padding-bottom: 180px;
  background: url(../img/top/shiaasahidofu_bg.svg) no-repeat top 75% center #fdfaeb;
}

#homePage #shiaasahidofuBlock #shinasahidofuImg {
  position: relative;
}

#homePage #shiaasahidofuBlock #shinasahidofuImg::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/mask_by.svg) no-repeat bottom -2px center;
  background-size: contain;
}

#homePage #shiaasahidofuBlock .container {
  padding-top: 90px;
}

#homePage #shiaasahidofuBlock .container .headline_top {
  background: url(../img/top/t_shinasahidofu.png) no-repeat top center;
}

#homePage #shiaasahidofuBlock .container #featureList {
  margin-bottom: 180px;
}

#homePage #shiaasahidofuBlock .container #featureList li {
  display: flex;
  gap: 50px;
  align-items: center;
  color: #e7652d;
}

#homePage #shiaasahidofuBlock .container #featureList li figure {
  width: 50%;
}

#homePage #shiaasahidofuBlock .container #featureList li section {
  width: calc(50% - 50px);
  text-align: left;
}

#homePage #shiaasahidofuBlock .container #featureList li section h4 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../img/common/line_dashed_2.svg) repeat-x bottom center;
}

#homePage #shiaasahidofuBlock .container #featureList li section .but_more {
  margin: 90px 0 0 0;
}

#homePage #shiaasahidofuBlock .container #featureList li:nth-child(2) {
  color: #42ada2;
  flex-direction: row-reverse;
  margin-top: 180px;
}

#homePage #shiaasahidofuBlock .container #featureList li:nth-child(2) .but_more a {
  background-color: #42ada2;
}

#homePage #shiaasahidofuBlock .container #otherList {
  display: flex;
  justify-content: space-between;
}

#homePage #shiaasahidofuBlock .container #otherList li a:hover img {
  opacity: 0.75;
}

#homePage #newsBlock {
  padding: 180px 0;
}

#homePage #newsBlock .container {
  display: flex;
  gap: 150px;
}

#homePage #newsBlock .container .headline_top {
  width: 210px;
  background: url(../img/top/t_oshirase.svg) no-repeat top center;
  text-align: center;
}

#homePage #newsBlock .container #newsListBlock {
  width: calc(100% - 360px);
}

#homePage #newsBlock .container #newsListBlock .but_more a {
  margin: 90px auto 0;
}

.headline_top {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding-top: 70px;
  background-color: antiquewhite;
}

#recipeBlock {
  background: url(../img/common/bg_pattern.svg) #e7652d;
  padding-bottom: 180px;
}

#recipeBlock #recipeImg {
  position: relative;
  display: flex;
}

#recipeBlock #recipeImg::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/mask_bo.svg) no-repeat bottom -2px center;
  background-size: contain;
}

#recipeBlock #recipeImg::after {
  position: absolute;
  content: "aaa";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_pattern.svg);
  z-index: 1;
  mask-image: url("../img/common/mask_bo.svg");
  mask-repeat: no-repeat;
  mask-position: bottom left;
  mask-size: contain;
}

#recipeBlock .container {
  padding-top: 90px;
}

#recipeBlock .container .headline_top {
  background: url(../img/top/t_recipe.svg) no-repeat top center;
  color: #fff;
  margin-bottom: 90px;
}

#recipeBlock .container .headline_top span {
  font-size: 1.5rem;
  font-weight: 900;
  vertical-align: baseline;
}

#recipeBlock .container .but_more a {
  color: #e7652d;
  margin: 90px auto 0;
  background: url(../img/common/arrow_ro.svg) no-repeat center right 20px #fff;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	高野豆腐の栄養【nutritionPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#nutritionPage #pageTitleBlock h2 {
  background-image: url(../img/nutrition/title_e.svg);
}

#nutritionPage #leadBlock {
  padding-bottom: 180px;
}

#nutritionPage #leadBlock #superBlock {
  padding-bottom: 180px;
}

#nutritionPage #leadBlock #superBlock .column_2 {
  display: flex;
  gap: 14%;
  align-items: center;
}

#nutritionPage #leadBlock #superBlock .column_2 section {
  width: 46%;
}

#nutritionPage #leadBlock #superBlock .column_2 section h4 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.8;
  color: #e7652d;
  background: url(../img/nutrition/protein.jpg) no-repeat top right;
  padding: 40px 150px 10px 0;
  margin-bottom: 30px;
}

#nutritionPage #leadBlock #superBlock .column_2 figure {
  width: 40%;
}

#nutritionPage #leadBlock #superBlock .column_2 figure .note_list {
  text-align: right;
}

#nutritionPage #leadBlock #sugarBlock {
  padding-bottom: 180px;
}

#nutritionPage #leadBlock #sugarBlock>section {
  text-align: center;
  padding-bottom: 90px;
}

#nutritionPage #leadBlock #sugarBlock .column_2 {
  display: flex;
  gap: 8%;
}

#nutritionPage #leadBlock #sugarBlock .column_2 p {
  width: 46%;
}

#nutritionPage #leadBlock #sugarBlock .column_2 figure {
  width: 46%;
}

#nutritionPage #leadBlock .but_more a {
  margin: 0 auto;
  max-width: 560px;
}


#nutritionPage #reducedSaltBlock {
  padding: 50px 0 50px 0;
}

#nutritionPage #reducedSaltBlock section {
  text-align: center;
}
#nutritionPage #reducedSaltBlock h3{
  line-height: 1.5;
}
#nutritionPage #reducedSaltBlock section p {
  margin-bottom: 100px;
}


#nutritionPage #proteinBlock {
  background: url(../img/common/mask_tw.svg) no-repeat top center #fdfaeb;
  padding: 180px 0;
}

#nutritionPage #proteinBlock>.container {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 30px;
}

#nutritionPage #proteinBlock>.container>#ill_researcher_1 {
  position: absolute;
  top: 0;
  right: 0;
}

#nutritionPage #proteinBlock ul li {
  padding: 50px 30px;
  background: #fff;
  border-radius: 24px;
}

#nutritionPage #proteinBlock ul li:nth-child(1) {
  margin-bottom: 40px;
}

#nutritionPage #proteinBlock ul li:nth-child(1) .note {
  font-size: 0.8125rem;
  text-align: left;
  margin-top: 1rem;
}

#nutritionPage #proteinBlock ul li:nth-child(2) section h4 {
  color: #42ada2;
}

#nutritionPage #proteinBlock ul li:nth-child(2) section h4 span {
  background: #42ada2;
}

#nutritionPage #proteinBlock ul li:nth-child(2) .column_3 {
  display: flex;
  gap: 3%;
  margin-bottom: 50px;
  padding: 0 10px;
}

#nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section {
  width: 31.3%;
  padding: 35px 30px;
  border-radius: 24px;
  background: #e7652d;
}

#nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section * {
  color: #fff;
}

#nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section h5 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: url(../img/common/arrow_dw.svg) no-repeat center bottom;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

#nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section:nth-child(2) {
  background: #42ada2;
}

#nutritionPage #proteinBlock ul .note {
  font-size: 0.8125rem;
  text-align: left;
  margin-top: 10px;
}

#nutritionPage #proteinBlock ul .column_2:nth-child(2) {
  margin: 80px 0 180px;
  flex-direction: row-reverse;
}

#nutritionPage #proteinBlock ul .column_2 {
  display: flex;
  gap: 6%;
}

#nutritionPage #proteinBlock ul .column_2 section {
  text-align: left;
  width: 50%;
}

#nutritionPage #proteinBlock ul .column_2 section h4 {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.6;
  color: #e7652d;
  margin-bottom: 20px;
}

#nutritionPage #proteinBlock ul .column_2 section h4 span {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #e7652d;
  vertical-align: baseline;
  margin-right: 5px;
}

#nutritionPage #proteinBlock ul .column_2 figure {
  width: 44%;
}

#nutritionPage #processBlock {
  position: relative;
  padding: 180px 0;
}

#nutritionPage #processBlock h3 {
  position: relative;
  width: 83%;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #42ada2;
  padding: 60px 0;
  background: #fbf3cc;
  border-radius: 24px;
  margin: 0 auto 150px;
}

#nutritionPage #processBlock h3::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 50px;
  background: url(../img/common/arrow_dy.svg) no-repeat top center;
  background-size: contain;
}

#nutritionPage #processBlock .ill_pattern li:nth-child(1) {
  top: -50px;
  left: calc(50% - 700px);
}

#nutritionPage #processBlock .ill_pattern li:nth-child(2) {
  bottom: auto;
  top: 100px;
  left: calc(50% + 400px);
}

#nutritionPage #processBlock #processList li {
  position: relative;
  padding: 60px 30px;
  border: 10px solid #e7652d;
  border-radius: 24px;
  margin-bottom: 140px;
}

#nutritionPage #processBlock #processList li h4 {
  position: absolute;
  top: -104px;
  left: 60px;
  display: block;
  width: 238px;
  height: 104px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120px;
  color: #e7652d;
  background: url(../img/nutrition/box_line.svg) no-repeat top center;
}

#nutritionPage #processBlock #processList li h4 span {
  font-size: 2.375rem;
  font-weight: 700;
  color: #e7652d;
  vertical-align: baseline;
}

#nutritionPage #processBlock #processList li .column_2 {
  display: flex;
  gap: 12%;
}

#nutritionPage #processBlock #processList li .column_2 section {
  width: 48%;
}

#nutritionPage #processBlock #processList li .column_2 section h5 {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #42ada2;
  width: 290px;
  padding: 5px;
  border-radius: 40px;
  margin-bottom: 30px;
}

#nutritionPage #processBlock #processList li .column_2 figure {
  width: 40%;
}

#nutritionPage #processBlock #processList li:nth-child(2) h4 {
  left: auto;
  right: 60px;
}

#nutritionPage #processBlock #resultBlock {
  position: relative;
}

#nutritionPage #processBlock #resultBlock p {
  font-size: 1.625rem;
  font-weight: 900;
  text-align: center;
  color: #42ada2;
  background: #fbf3cc;
  padding: 50px 0;
  border-radius: 24px;
  margin: 0 30px;
}

#nutritionPage #processBlock #resultBlock .ill_pattern * {
  z-index: 1;
}

#nutritionPage #processBlock #resultBlock .ill_pattern li:nth-child(1) {
  width: 160px;
  height: 140px;
  top: -60px;
  left: 0;
  background-size: contain;
}

#nutritionPage #processBlock #resultBlock .ill_pattern li:nth-child(2) {
  width: 140px;
  height: 100px;
  bottom: 100px;
  left: auto;
  right: 0;
  background-size: contain;
}

#nutritionPage #functionBlock {
  padding: 180px 0;
  background: url(../img/common/mask_tw.svg) no-repeat top center #fdfaeb;
}

#nutritionPage #functionBlock>section {
  position: relative;
  padding-bottom: 80px;
}

#nutritionPage #functionBlock>section #ill_researcher_2 {
  position: absolute;
  top: 0;
  right: 0;
}

#nutritionPage #functionBlock ul {
  display: flex;
  gap: 40px 4%;
  flex-wrap: wrap;
}

#nutritionPage #functionBlock ul li {
  width: 48%;
  background: #fff;
  border-radius: 24px;
  padding: 40px 25px;
}

#nutritionPage #functionBlock ul li h4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #e7652d;
}

#nutritionPage #functionBlock ul li p {
  margin-bottom: 30px;
}

#nutritionPage #functionBlock ul li span {
  font-size: 0.8125rem;
  text-align: left;
}

#nutritionPage #functionBlock ul li figure figcaption {
  text-align: left;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	こうや豆腐ができるまで【flowPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#flowPage #pageTitleBlock h2 {
  background-image: url(../img/flow/title_e.svg);
}

#flowPage #stepBlock {
  padding: 0 30px;
  margin-bottom: 90px;
}

#flowPage #stepBlock ul {
  position: relative;
}

#flowPage #stepBlock ul li {
  padding-bottom: 80px;
}

#flowPage #stepBlock ul li h3 {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #e7652d;
  margin: 0 auto;
  padding-top: 45px;
}

#flowPage #stepBlock ul li h3 span {
  display: block;
  font-size: 2.25rem;
  font-size: 700;
  margin-top: 5px;
}

#flowPage #stepBlock ul li .column_2 {
  display: flex;
  gap: 14%;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 40px;
}

#flowPage #stepBlock ul li .column_2 section {
  width: 43%;
}

#flowPage #stepBlock ul li .column_2 section h4 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#flowPage #stepBlock ul li .column_2 figure {
  width: 43%;
}

#flowPage #stepBlock ul li .column_2 figure img {
  border-radius: 24px;
}

#flowPage #stepBlock ul li:nth-child(even) h3 {
  background: #42ada2;
}

#flowPage #stepBlock ul li:nth-child(even) .column_2 {
  flex-direction: row;
}

#flowPage #stepBlock ul::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 100%;
  background: #e7652d;
  z-index: -1;
}

#flowPage #stepBlock p.illust{
  margin-top: 30px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	豆腐とこうや豆腐【toufuKouyadofuPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#toufuKouyadofuPage #pageTitleBlock h2 {
  background-image: url(../img/toufu-kouyadofu/title_e.svg);
}

#toufuKouyadofuPage #leadBlock {
  text-align: center;
  padding-bottom: 180px;
}

#toufuKouyadofuPage #leadBlock .headline_1 {
  margin-bottom: 40px;
}

#toufuKouyadofuPage #leadBlock h4 {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background: #e7652d;
  padding: 0 5px 0 10px;
  margin: 100px auto 70px;
}

#toufuKouyadofuPage #leadBlock .table_type_1 {
  width: 900px;
  margin: 0 auto;
}

#toufuKouyadofuPage #differencesBlock {
  background: url(../img/common/mask_tw.svg) no-repeat top center #fdfaeb;
  padding: 180px 0;
}

#toufuKouyadofuPage #differencesBlock .headline_2 {
  color: #e7652d;
}

#toufuKouyadofuPage #differencesBlock figure {
  width: 52%;
  margin: 80px auto;
}

#toufuKouyadofuPage #differencesBlock ul {
  display: flex;
  gap: 5%;
}

#toufuKouyadofuPage #differencesBlock ul li {
  width: 30%;
}

#toufuKouyadofuPage #differencesBlock ul li h4 {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  color: #fff;
  background: #e7652d;
  border-radius: 40px;
  margin-bottom: 20px;
}

#toufuKouyadofuPage #differencesBlock ul li:nth-child(2) h4 {
  background: #42ada2;
}

#toufuKouyadofuPage #historyBlock {
  padding: 180px 0;
}

#toufuKouyadofuPage #historyBlock section {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}

#toufuKouyadofuPage #historyBlock section #ill_researcher_2 {
  position: absolute;
  top: 0;
  right: 0;
}

#toufuKouyadofuPage #historyBlock ul {
  margin-bottom: 180px;
}

#toufuKouyadofuPage #historyBlock ul li {
  display: flex;
  gap: 4%;
  padding: 50px 30px;
  background: #fdfaeb;
  border-radius: 24px;
}

#toufuKouyadofuPage #historyBlock ul li section {
  width: 50%;
  text-align: left;
}

#toufuKouyadofuPage #historyBlock ul li section h4 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #42ada2;
  margin-bottom: 20px;
}

#toufuKouyadofuPage #historyBlock ul li figure {
  width: 46%;
}

#toufuKouyadofuPage #historyBlock ul li figure img {
  border-radius: 18px;
}

#toufuKouyadofuPage #historyBlock ul li:not(:last-child) {
  margin-bottom: 60px;
}

#toufuKouyadofuPage #historyBlock .but_more a {
  margin: 0 auto;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	新あさひ豆腐とは【shinasahidofuPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#shinasahidofuPage #pageTitleBlock h2 {
  background-image: url(../img/shinasahidofu/title_e.png);
}

#shinasahidofuPage #leadBlock {
  padding-bottom: 180px;
}

#shinasahidofuPage #leadBlock .column_2 {
  display: flex;
  gap: 4%;
  align-items: center;
  /*flex-direction:row-reverse; margin-top:40px;*/
}

#shinasahidofuPage #leadBlock .column_2 p {
  width: 50%;
}

#shinasahidofuPage #leadBlock .column_2 figure {
  width: 46%;
}

#shinasahidofuPage #nutritionBlock {
  background: url(../img/common/mask_tw.svg) no-repeat top center #fdfaeb;
  padding: 180px 0;
}

#shinasahidofuPage #nutritionBlock ul li {
  display: flex;
  gap: 5%;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 60px 30px;
}

#shinasahidofuPage #nutritionBlock ul li section {
  width: 50%;
}

#shinasahidofuPage #nutritionBlock ul li section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #42ada2;
  margin-bottom: 10px;
}

#shinasahidofuPage #nutritionBlock ul li figure {
  width: 45%;
}

#shinasahidofuPage #nutritionBlock ul li figure img {
  border-radius: 18px;
}

#shinasahidofuPage #nutritionBlock ul li:not(:last-child) {
  margin-bottom: 60px;
}

#shinasahidofuPage #nutritionBlock ul li:last-child {
  flex-direction: row-reverse;
}

#shinasahidofuPage #preservationBlock {
  background: #fdfaeb;
  padding-bottom: 180px;
}

#shinasahidofuPage #preservationBlock section .headline_2 {
  color: #e7652d;
}

#shinasahidofuPage #preservationBlock section section {
  padding: 60px 30px;
  background: #fff;
  border-radius: 24px;
}

#shinasahidofuPage #preservationBlock section section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e7652d;
  margin-bottom: 10px;
}

#shinasahidofuPage #preservationBlock section section p {
  margin-bottom: 90px;
}

#shinasahidofuPage #preservationBlock section section ul {
  display: flex;
  gap: 5%;
}

#shinasahidofuPage #preservationBlock section section ul li {
  width: 30%;
}

#shinasahidofuPage #preservationBlock .but_more a {
  margin: 180px auto 0;
}

/* #shinasahidofuPage #asahidofuBlock {
  padding-bottom: 180px;
} */

#shinasahidofuPage #asahidofuBlock section {
  text-align: center;
}
#shinasahidofuPage #reducedSaltBlock section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}

#shinasahidofuPage #asahidofuBlock section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e7652d;
  margin-bottom: 40px;
}

#shinasahidofuPage #asahidofuBlock section p {
  margin-bottom: 90px;
}
#shinasahidofuPage #reducedSaltBlock section p.note.caption{
  font-size: 0.875rem;
    text-align: center;
}
#shinasahidofuPage #asahidofuBlock section ul {
  display: flex;
  gap: 5%;
}

#shinasahidofuPage #asahidofuBlock section ul li {
  width: 1;
}

#shinasahidofuPage #asahidofuBlock section ul li img {
  border-radius: 18px;
}

#shinasahidofuPage #asahidofuBlock section .but_more a {
  margin: 180px auto 0;
}

#shinasahidofuPage #asahidofuBlock section .column_2 {
  display: flex;
  gap: 5%;
  padding: 180px 0;
}

#shinasahidofuPage #asahidofuBlock section .column_2 section {
  width: 50%;
  text-align: left;
}

#shinasahidofuPage #asahidofuBlock section .column_2 section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e7652d;
  margin-bottom: 20px;
}

#shinasahidofuPage #asahidofuBlock section .column_2 figure {
  width: 45%;
}

#shinasahidofuPage #asahidofuBlock section .column_2 figure img {
  border-radius: 18px;
}

#shinasahidofuPage #reducedSaltBlock {
  padding: 180px 0 100px 0;
}

#shinasahidofuPage #reducedSaltBlock section {
  text-align: center;
}

#shinasahidofuPage #reducedSaltBlock section p {
  margin-bottom: 60px;
}

#shinasahidofuPage #reducedSaltBlock section ul {
  display: flex;
  gap: 6%;
}

#shinasahidofuPage #reducedSaltBlock section ul li {
  width: 42%;
}

#shinasahidofuPage #reducedSaltBlock section ul li figure figcaption span {
  display: block;
}

#shinasahidofuPage #reducedSaltBlock section ul li .note {
  font-size: 0.875rem;
  text-align: left;
  margin-top: 10px;
}

#shinasahidofuPage .recipe_box .ingredients_box {
  margin-bottom: 90px;
}

#shinasahidofuPage .recipe_box .ingredients_box .lead_text_2 {
  text-align: left;
  color: #e7652d;
}

#shinasahidofuPage .recipe_box .ingredients_box table {
  width: 100%;
  margin-bottom: 20px;
}

#shinasahidofuPage .recipe_box .ingredients_box table th,
#shinasahidofuPage .recipe_box .ingredients_box table td {
  padding: 10px;
  text-align: center;
}

#shinasahidofuPage .recipe_box .ingredients_box table th:not(:last-child),
#shinasahidofuPage .recipe_box .ingredients_box table td:not(:last-child) {
  border-right: 1px solid #b0b0b0;
}

#shinasahidofuPage .recipe_box .ingredients_box table thead {
  background: #e7652d;
}

#shinasahidofuPage .recipe_box .ingredients_box table thead th {
  color: #fff;
}

#shinasahidofuPage .recipe_box .ingredients_box table tbody tr {
  background: #fff;
}

#shinasahidofuPage .recipe_box .ingredients_box table tbody tr:nth-child(even) {
  background: #fff5c3;
}

#shinasahidofuPage .recipe_box .onepoint_box {
  background: #fff5c3;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 90px;
}

#shinasahidofuPage .recipe_box .onepoint_box h4 {
  text-align: center;
  margin-bottom: 40px;
}

#shinasahidofuPage .recipe_box .onepoint_box dl {
  display: flex;
}

#shinasahidofuPage .recipe_box .onepoint_box dl dt {
  white-space: nowrap;
}

#shinasahidofuPage .recipe_box .onepoint_box p {
  text-indent: -1em;
  padding-left: 1em;
}

#shinasahidofuPage .recipe_box .recipe .lead_text_2 {
  text-align: left;
  color: #e7652d;
  margin-bottom: 40px;
}

#shinasahidofuPage .recipe_box .recipe .iframe_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 75%;
  margin: 0 auto 90px;
}

#shinasahidofuPage .recipe_box .recipe .iframe_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#shinasahidofuPage .recipe_box .recipe ul li {
  display: flex;
  gap: 4%;
}

#shinasahidofuPage .recipe_box .recipe ul li div {
  position: relative;
  width: 34%;
}

#shinasahidofuPage .recipe_box .recipe ul li div p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.375rem;
  font-weight: 900;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background: #42ada2;
  width: 48px;
  height: 48px;
}

#shinasahidofuPage .recipe_box .recipe ul li div p:nth-child(2) {
  padding-left: 70px;
}

#shinasahidofuPage .recipe_box .recipe ul li figure {
  display: flex;
  gap: 4%;
  width: 62%;
}

#shinasahidofuPage .recipe_box .recipe ul li figure div {
  width: 48%;
}

#shinasahidofuPage .recipe_box .recipe ul li:not(:last-child) {
  margin-bottom: 60px;
}

#shinasahidofuPage #recipeBlock_1 {
  background: url(../img/common/mask_tw.svg) no-repeat top center #fdfaeb;
  padding: 180px 0;
}

#shinasahidofuPage #recipeBlock_2 {
  background: url(../img/common/mask_ty.svg) no-repeat top center #fbf3cc;
  padding: 180px 0;
}

#shinasahidofuPage #recipeBlock_2 .headline_1 {
  text-align: center;
  color: #42ada2;
  padding: 0 45px;
  margin-bottom: 30px;
}

#shinasahidofuPage #recipeBlock_2 .headline_1 span {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 45px;
  background: url(../img/common/headline_lo.svg) no-repeat center left, url(../img/common/headline_ro.svg) no-repeat center right;
  color: #e7652d;
}

#shinasahidofuPage #recipeBlock_2 h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #42ada2;
  text-align: center;
  margin-bottom: 40px;
}

#shinasahidofuPage #recipeBlock_2 .recipe_img {
  width: 64%;
  margin: 0 auto 90px;
}

#shinasahidofuPage #recipeBlock_2 .onepoint_box {
  background: #fff;
}

#shinasahidofuPage #recipeBlock_1 .recipe ul,
#shinasahidofuPage #recipeBlock_2 .recipe ul {
  display: flex;
  gap: 60px 5%;
  flex-wrap: wrap;
}

#shinasahidofuPage #recipeBlock_1 .recipe ul li,
#shinasahidofuPage #recipeBlock_2 .recipe ul li {
  display: block;
  width: 30%;
}

#shinasahidofuPage #recipeBlock_1 .recipe ul li figure,
#shinasahidofuPage #recipeBlock_2 .recipe ul li figure {
  width: 100%;
  margin-bottom: 20px;
}

#shinasahidofuPage #recipeBlock_1 .recipe ul li div,
#shinasahidofuPage #recipeBlock_2 .recipe ul li div {
  width: 100%;
}

#shinasahidofuPage #recipeBlock_1 .recipe ul li div .note,
#shinasahidofuPage #recipeBlock_2 .recipe ul li div .note {
  margin-top: 50px;
}

#shinasahidofuPage #recipeBlock_2 .recipe ul li:nth-child(4) {
  width: 100%;
  display: flex;
  gap: 5%;
  flex-direction: row-reverse;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	高野豆腐（こうや豆腐）と旭松食品の歴史【historyPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#historyPage #pageTitleBlock h2 {
  background-image: url(../img/history/title_e.svg);
}

#historyPage #historyBlock {
  padding-bottom: 180px;
}

#historyPage #historyBlock #historyList>li {
  display: flex;
  gap: 5%;
}

#historyPage #historyBlock #historyList>li section {
  width: 50%;
}

#historyPage #historyBlock #historyList>li section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #42ada2;
  margin-bottom: 20px;
}

#historyPage #historyBlock #historyList>li section h5 {
  font-weight: 700;
  color: #e7652d;
}

#historyPage #historyBlock #historyList>li section p:not(:last-child) {
  margin-bottom: 40px;
}

#historyPage #historyBlock #historyList>li figure {
  width: 45%;
}

#historyPage #historyBlock #historyList>li figure img {
  border-radius: 18px;
}

#historyPage #historyBlock #historyList>li figure img:not(:last-child) {
  margin-bottom: 30px;
}

#historyPage #historyBlock #historyList>li:not(:last-child) {
  margin-bottom: 90px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	新あさひ豆腐のこだわり【kodawariPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#kodawariPage #pageTitleBlock h2 {
  background-image: url(../img/kodawari/title_e.svg);
}

#kodawariPage #leadBlock {
  padding-bottom: 180px;
}

#kodawariPage #leadBlock .column_2 {
  display: flex;
  gap: 5%;
}

#kodawariPage #leadBlock .column_2 section {
  width: 50%;
}

#kodawariPage #leadBlock .column_2 section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e7652d;
}

#kodawariPage #leadBlock .column_2 figure {
  width: 45%;
}

#kodawariPage #leadBlock .column_2 figure img {
  border-radius: 18px;
}

#kodawariPage #kodawariBlock {
  background: url(../img/common/mask_tw.svg) no-repeat top center #fdfaeb;
  padding: 180px 0;
}

#kodawariPage #kodawariBlock .container .headline_2 {
  color: #e7652d;
}

#kodawariPage #kodawariBlock .container ul li h4 {
  color: #e7652d;
  text-align: left;
  margin-bottom: 20px;
}

#kodawariPage #kodawariBlock .container ul li .column_2 {
  display: flex;
  gap: 5%;
}

#kodawariPage #kodawariBlock .container ul li .column_2 p {
  width: 58%;
}

#kodawariPage #kodawariBlock .container ul li .column_2 p img {
  background: #fff;
  padding: 10px;
}

#kodawariPage #kodawariBlock .container ul li .column_2 figure {
  width: 37%;
}

#kodawariPage #kodawariBlock .container ul li .column_2 figure img {
  border-radius: 18px;
}

#kodawariPage #kodawariBlock .container ul li dl#fssc22000 {
  background: #fbf3cc;
  padding: 40px;
  border-radius: 24px;
  width: 96%;
  margin: 40px auto 0;
}

#kodawariPage #kodawariBlock .container ul li dl#fssc22000 dt {
  font-weight: 700;
}

#kodawariPage #kodawariBlock .container ul li .plan_box {
  width: 58%;
  background: #fff;
  padding: 20px;
  margin-top: 40px;
}

#kodawariPage #kodawariBlock .container ul li:not(:last-child) {
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  .lead_text_2.hakase {

    padding-right: 100px;
  }
}

@media screen and (max-width: 768px) {

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	HOME【homePage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #homePage #keyVisualBlock #catchCopy h2 span {
    font-size: 1.6rem;
  }

  #homePage #keyVisualBlock #catchCopy #catch_1 {
    margin-bottom: 10px;
  }

  #homePage #contentsNavBlock {
    padding: 40px 0;
  }

  #homePage #contentsNavBlock ul {
    display: block;
    text-align: center;
  }

  #homePage #contentsNavBlock ul li {
    width: 320px;
    margin: 0 auto;
  }

  #homePage #contentsNavBlock ul li a {
    font-size: 1rem;
    border-radius: 40px;
    padding: 15px 50px 15px 60px;
    background-size: 18px;
  }

  #homePage #contentsNavBlock ul li a img {
    width: 40px;
  }

  #homePage #contentsNavBlock ul li:first-child a img {
    width: 33px;
    padding-left: 8px;
  }

  #homePage #contentsNavBlock ul li:nth-child(2) {
    margin: 20px auto;
  }

  #homePage #superFoodBlock {
    padding-bottom: 90px;
  }

  #homePage #superFoodBlock .container .headline_top {
    background-size: 180px;
  }

  #homePage #superFoodBlock .container ul {
    margin: 20px auto 40px;
  }

  #homePage #superFoodBlock .container ul li {
    font-size: 1.15rem;
    padding: 5px 0 5px 30px;
  }

  #homePage #superFoodBlock .container ul li::before {
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/top/icon_check_g.svg) no-repeat center;
    background-size: contain;
  }

  #homePage #superFoodBlock .container .but_more a {
    margin: 10px auto 0;
  }

  #homePage #superFoodBlock #ill_researcher {
    position: absolute;
    bottom: 180px;
    left: calc(50% + 100px);
  }

  #homePage #superFoodBlock #ill_researcher img {
    width: 40px;
  }

  #homePage #superFoodBlock #ill_pattern * {
    position: absolute;
    background-size: contain;
  }

  #homePage #superFoodBlock #ill_pattern li:nth-child(1) {
    width: 80px;
    height: 80px;
    top: -20px;
    left: calc(50% - 200px);
    background-size: contain;
  }

  #homePage #superFoodBlock #ill_pattern li:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 170px;
    left: calc(50% + 130px);
    background-size: contain;
  }

  #homePage #superFoodBlock #ill_pattern li:nth-child(3) {
    width: 80px;
    height: 80px;
    bottom: 10px;
    left: calc(50% + 150px);
    background-size: contain;
  }

  #homePage #shiaasahidofuBlock {
    padding-bottom: 90px;
    background-position: center;
  }

  #homePage #shiaasahidofuBlock .container {
    padding-top: 45px;
  }

  #homePage #shiaasahidofuBlock .container .headline_top {
    background-size: 180px;
  }

  #homePage #shiaasahidofuBlock .container #featureList {
    margin: 20px auto 40px;
  }

  #homePage #shiaasahidofuBlock .container #featureList li {
    display: block;
  }

  #homePage #shiaasahidofuBlock .container #featureList li figure {
    width: 80%;
    margin: 0 auto 20px;
  }

  #homePage #shiaasahidofuBlock .container #featureList li section {
    width: 100%;
  }

  #homePage #shiaasahidofuBlock .container #featureList li section h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
  }

  #homePage #shiaasahidofuBlock .container #featureList li section .but_more {
    margin: 40px auto 0;
  }

  #homePage #shiaasahidofuBlock .container #featureList li section .but_more a {
    margin: 0 auto;
  }

  #homePage #shiaasahidofuBlock .container #featureList li:nth-child(2) {
    margin-top: 90px;
  }

  #homePage #shiaasahidofuBlock .container #featureList li:nth-child(2) .but_more a {
    width: 320px;
  }

  #homePage #shiaasahidofuBlock .container #otherList {
    display: block;
    text-align: center;
  }

  #homePage #shiaasahidofuBlock .container #otherList li a img {
    max-width: 240px;
  }

  #homePage #shiaasahidofuBlock .container #otherList li:not(:last-child) {
    margin-bottom: 20px;
  }

  #homePage #newsBlock {
    padding: 90px 0;
  }

  #homePage #newsBlock .container {
    display: block;
  }

  #homePage #newsBlock .container .headline_top {
    width: 100%;
    background-size: 180px;
  }

  #homePage #newsBlock .container #newsListBlock {
    width: 100%;
    margin-top: 20px;
  }

  #homePage #newsBlock .container #newsListBlock .but_more a {
    margin: 40px auto 0;
  }

  .headline_top {
    font-size: 1.75rem;
    padding-top: 50px;
    background-size: 180px;
  }

  #recipeBlock {
    padding-bottom: 90px;
  }

  #recipeBlock .container {
    padding-top: 40px;
  }

  #recipeBlock .container .headline_top {
    margin-bottom: 40px;
    background-size: 180px;
  }

  #recipeBlock .container .headline_top span {
    font-size: 1.2rem;
  }

  #recipeBlock .container .but_more a {
    margin: 40px auto 0;
    background-size: 18px;
  }

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	高野豆腐の栄養【nutritionPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #nutritionPage #leadBlock {
    padding-bottom: 90px;
  }

  #nutritionPage #leadBlock #superBlock {
    padding-bottom: 90px;
  }

  #nutritionPage #leadBlock #superBlock .column_2 {
    display: block;
  }

  #nutritionPage #leadBlock #superBlock .column_2 section {
    width: 100%;
  }

  #nutritionPage #leadBlock #superBlock .column_2 section h4 {
    font-size: 1.25rem;
    background-size: 70px;
    padding: 5px 50px 0 0;
    margin-bottom: 15px;
    width: 100%;
  }

  #nutritionPage #leadBlock #superBlock .column_2 figure {
    width: 80%;
    margin: 40px auto 0;
  }

  #nutritionPage #leadBlock #sugarBlock {
    padding-bottom: 90px;
  }

  #nutritionPage #leadBlock #sugarBlock>section {
    padding-bottom: 45px;
  }

  #nutritionPage #leadBlock #sugarBlock .column_2 {
    display: block;
  }

  #nutritionPage #leadBlock #sugarBlock .column_2 p {
    width: 100%;
  }

  #nutritionPage #leadBlock #sugarBlock .column_2 figure {
    width: 100%;
    margin: 40px auto 0;
  }

  #nutritionPage #proteinBlock {
    padding: 90px 0;
  }

  #nutritionPage #proteinBlock>.container {
    padding-bottom: 40px;
    margin-bottom: 15px;
  }

  #nutritionPage #proteinBlock>.container .lead_text_2 {
    padding-right: 80px;
    text-align: left;
  }

  #nutritionPage #proteinBlock>.container>#ill_researcher_1 {
    top: auto;
    bottom: 40px;
    width: 70px;
  }

  #nutritionPage #proteinBlock ul li {
    padding: 25px 15px;
    border-radius: 12px;
  }

  #nutritionPage #proteinBlock ul li:nth-child(1) {
    margin-bottom: 20px;
  }

  #nutritionPage #proteinBlock ul li:nth-child(2) .column_3 {
    display: block;
    margin-bottom: 25px;
  }

  #nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section {
    width: 100%;
    padding: 20px 15px;
    border-radius: 12px;
  }

  #nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section * {
    color: #fff;
  }

  #nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section h5 {
    font-size: 1rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  #nutritionPage #proteinBlock ul li:nth-child(2) .column_3 section:nth-child(2) {
    margin: 20px auto;
  }

  #nutritionPage #proteinBlock ul li:nth-child(2) .note {
    text-align: left;
  }

  #nutritionPage #proteinBlock ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  #nutritionPage #proteinBlock ul .column_2:nth-child(2) {
    margin: 40px 0 90px;
  }

  #nutritionPage #proteinBlock ul .column_2 {
    display: block;
  }

  #nutritionPage #proteinBlock ul .column_2 section {
    width: 100%;
  }

  #nutritionPage #proteinBlock ul .column_2 section h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  #nutritionPage #proteinBlock ul .column_2 section h4 span {
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
  }

  #nutritionPage #proteinBlock ul .column_2 figure {
    width: 100%;
    margin: 30px auto 0;
  }

  #nutritionPage #processBlock {
    padding: 90px 0;
  }

  #nutritionPage #processBlock h3 {
    width: 90%;
    font-size: 1.5rem;
    padding: 30px 10px;
    border-radius: 12px;
    margin: 0 auto 75px;
  }

  #nutritionPage #processBlock h3::before {
    /*position:absolute; content:''; bottom:-50px; left:0; right:0; margin:0 auto; width:110px; height:50px; background:url(../img/common/arrow_dy.svg) no-repeat top center; background-size:contain;*/
    width: 50px;
    height: 25px;
  }

  #nutritionPage #processBlock .ill_pattern * {
    z-index: 1;
  }

  #nutritionPage #processBlock .ill_pattern li:nth-child(1) {
    width: 70ppx;
    height: 70px;
    background-size: contain;
    top: 50px;
    left: calc(50% - 300px);
  }

  #nutritionPage #processBlock .ill_pattern li:nth-child(2) {
    width: 70ppx;
    height: 70px;
    background-size: contain;
    top: 200px;
    left: calc(50% + 100px);
  }

  #nutritionPage #processBlock #processList li {
    padding: 30px 15px;
    border: 5px solid #e7652d;
    border-radius: 12px;
    margin-bottom: 70px;
  }

  #nutritionPage #processBlock #processList li h4 {
    top: -52px;
    left: 20px;
    width: 129px;
    height: 52px;
    font-size: 1.2rem;
    line-height: 60px;
    background-size: contain;
  }

  #nutritionPage #processBlock #processList li h4 span {
    font-size: 1.75rem;
  }

  #nutritionPage #processBlock #processList li .column_2 {
    display: block;
  }

  #nutritionPage #processBlock #processList li .column_2 section {
    width: 100%;
  }

  #nutritionPage #processBlock #processList li .column_2 section h5 {
    font-size: 1.25rem;
    width: 100%;
    margin-bottom: 15px;
  }

  #nutritionPage #processBlock #processList li .column_2 figure {
    width: 100%;
    margin: 30px auto 0;
  }

  #nutritionPage #processBlock #processList li:nth-child(2) h4 {
    left: auto;
    right: 20px;
  }

  #nutritionPage #processBlock #resultBlock {
    position: relative;
    padding-bottom: 20px;
  }

  #nutritionPage #processBlock #resultBlock p {
    font-size: 1.5rem;
    text-align: left;
    padding: 30px 20px;
    border-radius: 12px;
    margin: 0 30px;
  }

  #nutritionPage #processBlock #resultBlock .ill_pattern * {
    z-index: 1;
  }

  #nutritionPage #processBlock #resultBlock .ill_pattern li:nth-child(1) {
    width: 80px;
    height: 70px;
    top: -30px;
    left: 0;
    background-size: contain;
  }

  #nutritionPage #processBlock #resultBlock .ill_pattern li:nth-child(2) {
    width: 70px;
    height: 50px;
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
    background-size: contain;
  }

  #nutritionPage #functionBlock {
    padding: 90px 0;
  }

  #nutritionPage #functionBlock>section {
    padding-bottom: 80px;
  }

  #nutritionPage #functionBlock>section .lead_text_2 {
    padding-right: 80px;
    text-align: left;
  }

  #nutritionPage #functionBlock>section #ill_researcher_2 {
    top: auto;
    bottom: 40px;
    width: 70px;
  }

  #nutritionPage #functionBlock ul {
    display: block;
  }

  #nutritionPage #functionBlock ul li {
    width: 100%;
    border-radius: 12px;
    padding: 20px 15px;
  }

  #nutritionPage #functionBlock ul li h4 {
    font-size: 1.2rem;
  }

  #nutritionPage #functionBlock ul li p {
    margin-bottom: 15px;
  }

  #nutritionPage #functionBlock ul li figure {
    margin: 40px auto 0;
  }

  #nutritionPage #functionBlock ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	こうや豆腐ができるまで【flowPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #flowPage #stepBlock {
    padding: 0;
    margin-bottom: 45px;
  }

  #flowPage #stepBlock ul li {
    padding-bottom: 40px;
  }

  #flowPage #stepBlock ul li h3 {
    font-size: 1rem;
    width: 80px;
    height: 80px;
    padding-top: 20px;
  }

  #flowPage #stepBlock ul li h3 span {
    display: block;
    font-size: 1.75rem;
  }

  #flowPage #stepBlock ul li .column_2 {
    display: flex;
    gap: 6%;
    margin-top: 20px;
  }

  #flowPage #stepBlock ul li .column_2 section {
    width: 47%;
  }

  #flowPage #stepBlock ul li .column_2 section h4 {
    font-size: 1.15rem;
  }

  #flowPage #stepBlock ul li .column_2 figure {
    width: 47%;
  }

  #flowPage #stepBlock ul li .column_2 figure img {
    border-radius: 12px;
  }

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	豆腐とこうや豆腐【toufuKouyadofuPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #toufuKouyadofuPage #leadBlock {
    padding-bottom: 90px;
  }

  #toufuKouyadofuPage #leadBlock .headline_1 {
    margin-bottom: 20px;
  }

  #toufuKouyadofuPage #leadBlock h4 {
    margin: 50px auto 35px;
  }

  #toufuKouyadofuPage #leadBlock .table_type_1 {
    width: 100%;
  }

  #toufuKouyadofuPage #leadBlock .table_type_1 th,
  #toufuKouyadofuPage #leadBlock .table_type_1 td:nth-child(2) {
    white-space: nowrap;
  }

  #toufuKouyadofuPage #differencesBlock {
    padding: 90px 0;
  }

  #toufuKouyadofuPage #differencesBlock figure {
    width: 100%;
    margin: 40px auto;
  }

  #toufuKouyadofuPage #differencesBlock ul {
    display: block;
  }

  #toufuKouyadofuPage #differencesBlock ul li {
    width: 100%;
  }

  #toufuKouyadofuPage #differencesBlock ul li:not(:last-child) {
    margin-bottom: 40px;
  }

  #toufuKouyadofuPage #historyBlock {
    padding: 90px 0;
  }

  #toufuKouyadofuPage #historyBlock section {
    padding-bottom: 40px;
  }

  #toufuKouyadofuPage #historyBlock section .lead_text_2 {
    padding-right: 80px;
    text-align: left;
  }

  #toufuKouyadofuPage #historyBlock section #ill_researcher_2 {
    top: auto;
    bottom: 40px;
    width: 70px;
  }

  #toufuKouyadofuPage #historyBlock ul {
    margin-bottom: 90px;
  }

  #toufuKouyadofuPage #historyBlock ul li {
    display: block;
    padding: 20px;
    border-radius: 12px;
  }

  #toufuKouyadofuPage #historyBlock ul li section {
    width: 100%;
    padding-bottom: 20px;
  }

  #toufuKouyadofuPage #historyBlock ul li section h4 {
    font-size: 1.25rem;
  }

  #toufuKouyadofuPage #historyBlock ul li figure {
    width: 100%;
  }

  #toufuKouyadofuPage #historyBlock ul li figure img {
    border-radius: 10px;
  }

  #toufuKouyadofuPage #historyBlock ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	新あさひ豆腐とは【shinasahidofuPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #shinasahidofuPage #leadBlock {
    padding-bottom: 90px;
  }

  #shinasahidofuPage #leadBlock .column_2 {
    display: block;
  }

  #shinasahidofuPage #leadBlock .column_2 p {
    width: 100%;
  }

  #shinasahidofuPage #leadBlock .column_2 figure {
    width: 100%;
    margin-top: 20px;
  }

  #shinasahidofuPage #nutritionBlock {
    padding: 90px 0;
  }

  #shinasahidofuPage #nutritionBlock ul li {
    display: block;
    border-radius: 2412pxpx;
    padding: 30px 20px;
  }

  #shinasahidofuPage #nutritionBlock ul li section {
    width: 100%;
  }

  #shinasahidofuPage #nutritionBlock ul li section h4 {
    font-size: 1.25rem;
  }

  #shinasahidofuPage #nutritionBlock ul li figure {
    width: 100%;
    margin: 20px auto 0;
  }

  #shinasahidofuPage #nutritionBlock ul li figure img {
    border-radius: 10px;
  }

  #shinasahidofuPage #nutritionBlock ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  #shinasahidofuPage #preservationBlock {
    padding-bottom: 90px;
  }

  #shinasahidofuPage #preservationBlock section section {
    padding: 30px;
    border-radius: 12px;
  }

  #shinasahidofuPage #preservationBlock section section h4 {
    font-size: 1.25rem;
  }

  #shinasahidofuPage #preservationBlock section section p {
    margin-bottom: 45px;
  }

  #shinasahidofuPage #preservationBlock section section ul {
    display: block;
  }

  #shinasahidofuPage #preservationBlock section section ul li {
    width: 100%;
  }

  #shinasahidofuPage #preservationBlock section section ul li figure {
    text-align: center;
  }

  #shinasahidofuPage #preservationBlock section section ul li figure img {
    width: 50%;
    margin: 0 auto;
  }

  #shinasahidofuPage #preservationBlock section section ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  #shinasahidofuPage #preservationBlock .but_more a {
    margin: 90px auto 0;
  }

  #shinasahidofuPage #asahidofuBlock {
    padding: 90px 0 0;
  }

  #shinasahidofuPage #asahidofuBlock section h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  #shinasahidofuPage #asahidofuBlock section p {
    margin-bottom: 45px;
    text-align: left;
  }

  #shinasahidofuPage #asahidofuBlock section ul {
    display: block;
  }

  #shinasahidofuPage #asahidofuBlock section ul li img {
    border-radius: 10px;
  }

  #shinasahidofuPage #asahidofuBlock section ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  #shinasahidofuPage #asahidofuBlock section .but_more a {
    margin: 90px auto 0;
  }

  #shinasahidofuPage #asahidofuBlock section .column_2 {
    display: block;
    padding: 90px 0;
  }

  #shinasahidofuPage #asahidofuBlock section .column_2 section {
    width: 100%;
  }

  #shinasahidofuPage #asahidofuBlock section .column_2 section h4 {
    font-size: 1.25rem;
  }

  #shinasahidofuPage #asahidofuBlock section .column_2 figure {
    width: 100%;
  }

  #shinasahidofuPage #asahidofuBlock section .column_2 figure img {
    border-radius: 10px;
  }

  #shinasahidofuPage #reducedSaltBlock {
    padding-bottom: 90px;
  }

  #shinasahidofuPage #reducedSaltBlock section p {
    margin-bottom: 90px;
    text-align: left;
  }

  #shinasahidofuPage #reducedSaltBlock section ul {
    display: block;
  }

  #shinasahidofuPage #reducedSaltBlock section ul li {
    width: 100%;
  }

  #shinasahidofuPage #reducedSaltBlock section ul li figure figcaption span {
    display: block;
  }

  #shinasahidofuPage .recipe_box .ingredients_box {
    margin-bottom: 45px;
  }

  #shinasahidofuPage .recipe_box .onepoint_box {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 45px;
  }

  #shinasahidofuPage .recipe_box .onepoint_box h4 {
    margin-bottom: 20px;
  }

  #shinasahidofuPage .recipe_box .onepoint_box h4 img {
    width: 240px;
  }

  #shinasahidofuPage .recipe_box .recipe .lead_text_2 {
    margin-bottom: 20px;
  }

  #shinasahidofuPage .recipe_box .recipe .iframe_box {
    width: 100%;
    margin: 0 auto 45px;
  }

  #shinasahidofuPage .recipe_box .recipe ul li {
    display: block;
  }

  #shinasahidofuPage .recipe_box .recipe ul li div {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  #shinasahidofuPage .recipe_box .recipe ul li div p:nth-child(1) {
    line-height: 30px;
    width: 30px;
    height: 30px;
  }

  #shinasahidofuPage .recipe_box .recipe ul li div p:nth-child(2) {
    padding-left: 40px;
  }

  #shinasahidofuPage .recipe_box .recipe ul li figure {
    display: block;
    width: 100%;
  }

  #shinasahidofuPage .recipe_box .recipe ul li figure div {
    width: 100%;
  }

  #shinasahidofuPage .recipe_box .recipe ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  #shinasahidofuPage #recipeBlock_1 {
    padding: 90px 0;
  }

  #shinasahidofuPage #recipeBlock_2 {
    padding: 90px 0;
  }

  #shinasahidofuPage #recipeBlock_2 .headline_1 {
    padding: 0 25px;
    margin-bottom: 20px;
  }

  #shinasahidofuPage #recipeBlock_2 .headline_1 span {
    font-size: 1.25rem;
    padding: 0 15px;
    background-size: 10px;
    line-height: 30px;
  }

  #shinasahidofuPage #recipeBlock_2 h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  #shinasahidofuPage #recipeBlock_2 .recipe_img {
    width: 100%;
    margin: 0 auto 45px;
  }

  #shinasahidofuPage #recipeBlock_1 .recipe ul,
  #shinasahidofuPage #recipeBlock_2 .recipe ul {
    display: block;
  }

  #shinasahidofuPage #recipeBlock_1 .recipe ul li,
  #shinasahidofuPage #recipeBlock_2 .recipe ul li {
    width: 100%;
  }


  #shinasahidofuPage #recipeBlock_1 .recipe ul li div .note,
  #shinasahidofuPage #recipeBlock_2 .recipe ul li div .note {
    margin-top: 30px;
  }

  #shinasahidofuPage #recipeBlock_2 .recipe ul li:nth-child(4) {
    display: block;
  }

  #shinasahidofuPage #recipeBlock_1 .recipe ul li:not(:last-child),
  #shinasahidofuPage #recipeBlock_2 .recipe ul li:not(:last-child) {
    margin-bottom: 40px;
  }

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	高野豆腐（こうや豆腐）と旭松食品の歴史【historyPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #historyPage #historyBlock {
    padding-bottom: 90px;
  }

  #historyPage #historyBlock #historyList>li {
    display: block;
  }

  #historyPage #historyBlock #historyList>li section {
    width: 100%;
  }

  #historyPage #historyBlock #historyList>li section h4 {
    font-size: 1.25rem;
  }

  #historyPage #historyBlock #historyList>li figure {
    width: 100%;
    margin-top: 20px;
  }

  #historyPage #historyBlock #historyList>li figure img {
    border-radius: 10px;
  }

  #historyPage #historyBlock #historyList>li:not(:last-child) {
    margin-bottom: 45px;
  }

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	新あさひ豆腐のこだわり【kodawariPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #kodawariPage #leadBlock {
    padding-bottom: 90px;
  }

  #kodawariPage #leadBlock .column_2 {
    display: block;
  }

  #kodawariPage #leadBlock .column_2 section {
    width: 100%;
  }

  #kodawariPage #leadBlock .column_2 section h4 {
    font-size: 1.25rem;
  }

  #kodawariPage #leadBlock .column_2 figure {
    width: 100%;
    margin-top: 20px;
  }

  #kodawariPage #leadBlock .column_2 figure img {
    border-radius: 10px;
  }

  #kodawariPage #kodawariBlock {
    padding: 90px 0;
  }

  #kodawariPage #kodawariBlock .container ul li h4 {
    margin-bottom: 10px;
  }

  #kodawariPage #kodawariBlock .container ul li .column_2 {
    display: block;
  }

  #kodawariPage #kodawariBlock .container ul li .column_2 p {
    width: 100%;
  }

  #kodawariPage #kodawariBlock .container ul li .column_2 p img {
    max-width: 100%;
  }

  #kodawariPage #kodawariBlock .container ul li .column_2 figure {
    width: 100%;
    margin-top: 20px;
  }

  #kodawariPage #kodawariBlock .container ul li .column_2 figure img {
    border-radius: 10px;
  }


  #kodawariPage #kodawariBlock .container ul li dl#fssc22000 {
    padding: 20px;
    border-radius: 12px;
    width: 96%;
    margin: 20px auto 0;
  }

  #kodawariPage #kodawariBlock .container ul li .plan_box {
    width: 100%;
    margin-top: 20px;
  }

  #kodawariPage #kodawariBlock .container ul li:not(:last-child) {
    margin-bottom: 45px;
  }
}

/*# sourceMappingURL=page.css.map */