@charset "UTF-8";
/*(c)*/
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#Ft {
  background: #FFC000;
  padding-bottom: 3rem; }
  #Ft .ft-y {
    background: #fff;
    background: #F3F6F9; }
    #Ft .ft-y img {
      width: 100%;
      height: 7vw; }
  #Ft .ft-top {
    margin: 0 auto;
    width: 90%;
    max-width: 1440px; }
    #Ft .ft-top p {
      font-family: "Gantari", sans-serif;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 1.5rem; }
  #Ft .ft-sit {
    background: #fff;
    border: 3px solid #545454;
    border-radius: 30px;
    padding: 2rem 3rem; }
    #Ft .ft-sit table {
      text-align: left;
      width: 100%; }
    #Ft .ft-sit th, #Ft .ft-sit td {
      border-bottom: 1px solid #eee; }
    #Ft .ft-sit th {
      padding-right: 2rem;
      white-space: nowrap; }
    #Ft .ft-sit td {
      padding: 1rem 0; }
    #Ft .ft-sit ul {
      display: flex;
      justify-content: flex-start;
      flex-flow: wrap; }
    #Ft .ft-sit li {
      list-style: disc inside;
      margin-right: 1.5rem;
      font-size: 0.9rem; }
  #Ft .ft-btm {
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 3rem;
    text-align: left; }
    #Ft .ft-btm .-l .-logo {
      margin-left: -10px;
      margin-bottom: 1rem; }
      #Ft .ft-btm .-l .-logo img {
        max-width: 100%; }
    #Ft .ft-btm .-l .-tel {
      font-weight: bold;
      margin-top: 1.5rem; }
      #Ft .ft-btm .-l .-tel .-phone {
        font-family: "Gantari", sans-serif; }
      #Ft .ft-btm .-l .-tel .-mail {
        font-family: "Gantari", sans-serif; }
      #Ft .ft-btm .-l .-tel .-time {
        font-weight: normal; }
    #Ft .ft-btm .-r {
      margin-top: 1.5rem; }
      #Ft .ft-btm .-r ul {
        margin-bottom: 1rem; }
      #Ft .ft-btm .-r li::before {
        content: 'Ｌ';
        font-family: 'Icons';
        margin-right: 0.5rem; }
      #Ft .ft-btm .-r p {
        font-size: 0.8rem; }
  @media screen and (min-width: 961px), print {
    #Ft .ft-btm .-tel .-phone {
      font-size: 40px; }
    #Ft .ft-btm .-tel .-mail {
      font-size: 25px; }
    #Ft .ft-btm .-tel .-time {
      font-size: 20px; }
    #Ft .ft-btm .-r {
      text-align: right; } }
  @media screen and (max-width: 960px) {
    #Ft {
      padding-bottom: 90px; }
      #Ft .ft-sit {
        padding: 2rem 2rem 1rem; }
        #Ft .ft-sit th, #Ft .ft-sit td {
          display: block;
          width: 100%;
          border: 0px;
          padding: 0px;
          clear: both; }
        #Ft .ft-sit ul {
          margin-top: 0.25rem;
          margin-bottom: 1rem; }
      #Ft .ft-btm {
        display: block;
        width: 80%; }
        #Ft .ft-btm address {
          font-size: 0.9rem; }
        #Ft .ft-btm .-tel .-phone {
          font-size: 24px; }
        #Ft .ft-btm .-tel .-mail {
          font-size: 15px; }
        #Ft .ft-btm .-tel .-time {
          font-size: 15px;
          display: inline-block;
          white-space: nowrap; } }

body.ind #Ft .ft-y {
  background: #fff; }

body {
  /*font-family: "IBM Plex Sans JP", sans-serif;font-family: "Noto Sans JP", sans-serif;*/ }

article {
  text-align: left;
  background: #F3F6F9;
  padding: 0.01rem 0; }
  article table {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #aaa;
    border-width: 0 1px 1px 0;
    width: 100%;
    font-size: 1rem; }
    article table th, article table td {
      border: 1px solid #aaa;
      border-width: 1px 0 0 1px;
      padding: 1rem; }
    article table th {
      background: rgba(0, 0, 0, 0.05); }
    article table td {
      background: rgba(255, 255, 255, 0.5); }
  article a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  article a:hover {
    opacity: 0.5; }

.cei {
  background-image: url("../img/common/sub-bg.png");
  background-size: 100% 100%;
  padding-top: 120px;
  height: 240px; }
  .cei div {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto; }
    .cei div img {
      width: 240px;
      display: none; }
    .cei div ul {
      display: flex;
      font-size: 1rem;
      flex-flow: wrap; }
    .cei div li {
      margin-right: 0.5rem; }
      .cei div li a {
        text-decoration: underline;
        text-underline-offset: 0.1rem; }
    .cei div li + li::before {
      content: '＞';
      font-family: 'Icons';
      margin-right: 0.5rem;
      font-size: 80%; }

.ttl {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: -30px; }
  .ttl figure {
    margin-top: 2rem; }
    .ttl figure img {
      width: 110px; }
    .ttl figure span {
      display: block;
      font-size: 12px;
      padding-top: 5px;
      font-weight: 600; }
  .ttl h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.25;
    font-family: "Zen Maru Gothic", sans-serif; }
    .ttl h2::before, .ttl h2::after {
      content: ' ';
      display: inline-block;
      width: 40px;
      height: 2px;
      background: rgba(0, 0, 0, 0.3);
      vertical-align: middle; }
    .ttl h2::before {
      margin-right: 2rem; }
    .ttl h2::after {
      margin-left: 2rem; }

@media screen and (max-width: 960px) {
  .cei {
    padding-top: 65px;
    height: 140px; }
    .cei div img {
      width: 120px; }
    .cei div ul {
      padding-top: 1rem;
      font-size: 0.9rem;
      white-space: nowrap;
      flex-flow: nowrap;
      overflow-x: scroll; }

  .ttl {
    margin-top: 2rem;
    margin-bottom: 5rem; }
    .ttl figure img {
      width: 90px; }
    .ttl h2 {
      font-size: 2.5rem; } }
@media screen and (max-width: 560px) {
  .cei {
    padding-top: 60px;
    height: 110px; }
    .cei div img {
      width: 120px; }

  .ttl figure img {
    width: 60px; }
  .ttl figure span {
    font-size: 10px; }
  .ttl h2 {
    font-size: 2.0rem; }
    .ttl h2::before, .ttl h2::after {
      width: 20px; } }
.c-box {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto; }

.c-bold {
  font-weight: bold; }

.c-co__b {
  color: #0092E5 !important; }

.c-co__r {
  color: #E75A31 !important; }

.c-co__y {
  color: #FBA62F !important; }

.c-co__m {
  color: #00A895 !important; }

.c-co__p {
  color: #E95A9B !important; }

.c-co__g {
  color: #48B133 !important; }

.c-co__n {
  color: #2062AE !important; }

.c-bg__b {
  background: #0092E5 !important; }

.c-bg__r {
  background: #E75A31 !important; }

.c-bg__y {
  background: #FBA62F !important; }

.c-bg__m {
  background: #00A895 !important; }

.c-bg__p {
  background: #E95A9B !important; }

.c-bg__g {
  background: #48B133 !important; }

.c-bg__n {
  background: #2062AE !important; }

.c-btn1 a {
  text-decoration: none !important;
  display: block;
  padding: 0.25rem 1.5rem 0.25rem 1rem;
  display: inline-block;
  border: 1px solid #808080;
  border-radius: 100px; }
  .c-btn1 a::before {
    content: 'Ｌ';
    font-family: 'Icons';
    margin-right: 0.5rem; }

.c-div_2 {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto;
  flex-flow: wrap; }
  .c-div_2 > div {
    width: 48%;
    margin-bottom: 2%; }
  .c-div_2 img {
    max-width: 100%; }

.c-img-r {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between; }
  .c-img-r > figure {
    width: 35%; }
  .c-img-r > div {
    width: 60%; }
  .c-img-r img {
    max-width: 100%; }

.c-clear {
  clear: both;
  background: none;
  border: 0px;
  font-size: 0;
  margin: 0px;
  padding: 0px; }

.c-li-disc {
  margin: 1rem 0; }
  .c-li-disc li {
    list-style: disc outside;
    font-size: 1.1rem;
    margin: 0.5rem 0;
    line-height: 1.5;
    margin-left: 1.3rem; }

.c-li-link {
  margin: 1rem 0; }
  .c-li-link li {
    font-size: 1.1rem;
    margin: 0.5rem 0;
    line-height: 1.5; }
    .c-li-link li a {
      text-decoration: underline;
      text-underline-offset: 0.3rem; }
    .c-li-link li::before {
      content: 'Ｌ';
      font-family: 'Icons';
      margin-right: 0.5rem; }

.c-yt {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }
  .c-yt iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }

.c-fuki {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background: #808080;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1rem 0;
  color: #fff; }
  .c-fuki::after {
    content: '▼';
    display: inline-block;
    position: absolute;
    left: 1rem;
    bottom: -1.25rem;
    color: #808080; }

@media screen and (max-width: 960px) {
  .c-img-r {
    flex-flow: wrap; }
    .c-img-r > figure {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      margin-bottom: 1.5rem; }
    .c-img-r > div {
      width: 100%; } }
@media screen and (max-width: 560px) {
  .c-div_2 > div {
    width: 100%;
    margin-bottom: 1rem; } }
.p-free {
  color: red;
  font-size: 1.2rem; }
  .p-free img {
    width: 125px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem; }

.p-shika {
  float: left;
  margin-right: 2rem; }
  .p-shika img {
    width: 250px; }

@media screen and (max-width: 960px) {
  .p-shika {
    float: none;
    margin-right: 0; } }
@media screen and (max-width: 560px) {
  .p-free {
    font-size: 1.1rem; }
    .p-free img {
      width: 80px; }

  .p-shika img {
    width: 120px; } }
.kidu {
  margin-bottom: 6rem; }

.kidu-block {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 3rem;
  align-items: center;
  position: relative;
  flex-flow: row-reverse; }
  .kidu-block > div {
    width: 70%;
    padding: 1.5rem 2rem; }
  .kidu-block > figure {
    width: 30%; }
    .kidu-block > figure img {
      width: 100%; }
  .kidu-block .-bal {
    position: absolute;
    left: -45px;
    top: -30px;
    z-index: 1; }
    .kidu-block .-bal img {
      width: 135px; }
  .kidu-block .-ttl h3 {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .kidu-block .-cap p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; }
  .kidu-block .-and {
    position: relative;
    margin-top: 2rem; }
    .kidu-block .-and img {
      position: absolute;
      left: -110px;
      bottom: 15px;
      width: 90px; }
    .kidu-block .-and p {
      display: inline-block;
      background: #808080;
      color: #fff;
      font-weight: bold;
      margin: 2rem 0 1rem;
      padding: 0.5rem 1rem;
      border-radius: 10px; }
  .kidu-block .-doc {
    position: relative;
    margin-bottom: 1rem; }
    .kidu-block .-doc p {
      font-size: 1.1rem;
      line-height: 1.75; }
      .kidu-block .-doc p a {
        text-decoration: underline;
        text-underline-offset: 0.3rem; }
  .kidu-block.-rev {
    flex-flow: row;
    /*.-bal {left:auto;right:-45px;}
    .-and {
        img {left:auto;margin-left:15px;}
    }
    .-and .-bal {right:calc(-3rem + -3rem + -45px);} */ }
    .kidu-block.-rev > div {
      width: 67%;
      margin-left: 3%; }

@media screen and (max-width: 960px) {
  .kidu-block {
    padding: 0 1.5rem; }
    .kidu-block > div {
      padding: 1.5rem 1.5rem; }
    .kidu-block .-bal {
      left: -30px;
      top: -30px; }
      .kidu-block .-bal img {
        width: 75px; }
    .kidu-block .-ttl h3 {
      font-size: 1.8rem; }
    .kidu-block .-cap p {
      font-size: 1.1rem; }
    .kidu-block .-and {
      margin-top: 1rem; }
      .kidu-block .-and img {
        width: 60px;
        left: -70px; }
      .kidu-block .-and p {
        font-size: 0.9rem; }
    .kidu-block .-doc p {
      font-size: 0.96rem; }
    .kidu-block.-rev .-bal {
      right: -30px; }
    .kidu-block.-rev .-and .-bal {
      right: calc(-1.5rem + -1.5rem + -35px); } }
@media screen and (max-width: 560px) {
  .kidu-block {
    display: block;
    padding: 1rem; }
    .kidu-block > div {
      width: 100%;
      padding: 1rem 1.5rem; }
    .kidu-block .-bal {
      left: 15px;
      top: -30px; }
    .kidu-block .-and {
      margin-top: 0px; }
      .kidu-block .-and img {
        width: 45px;
        left: -50px;
        bottom: 30px; }
    .kidu-block.-rev > div {
      width: 100%;
      margin: 0px; }
    .kidu-block.-rev .-bal {
      right: 15px; }
    .kidu-block.-rev .-and .-bal {
      top: 0px;
      right: calc(-1rem + -1rem + 15px); }
    .kidu-block > figure {
      width: 100%;
      text-align: center; }
      .kidu-block > figure img {
        width: 50%; } }
body.more-checkup .more, body.more-checkup #Ft
.ft-y {
  background: #0092E5; }
body.more-checkup .more-title > div h3,
body.more-checkup .c-btn1 {
  color: #0092E5; }
body.more-checkup .more-doc h4,
body.more-checkup .c-btn1 a {
  border-color: #0092E5; }

body.more-exercise .more, body.more-exercise #Ft
.ft-y {
  background: #FBA62F; }
body.more-exercise .more-title > div h3,
body.more-exercise .c-btn1 {
  color: #FBA62F; }
body.more-exercise .more-doc h4,
body.more-exercise .c-btn1 a {
  border-color: #FBA62F; }

body.more-teeth .more, body.more-teeth #Ft
.ft-y {
  background: #00A895; }
body.more-teeth .more-title > div h3,
body.more-teeth .c-btn1 {
  color: #00A895; }
body.more-teeth .more-doc h4,
body.more-teeth .c-btn1 a {
  border-color: #00A895; }

body.more-sleep .more, body.more-sleep #Ft
.ft-y {
  background: #E95A9B; }
body.more-sleep .more-title > div h3,
body.more-sleep .c-btn1 {
  color: #E95A9B; }
body.more-sleep .more-doc h4,
body.more-sleep .c-btn1 a {
  border-color: #E95A9B; }

body.more-meals .more, body.more-meals #Ft
.ft-y {
  background: #E75A31; }
body.more-meals .more-title > div h3,
body.more-meals .c-btn1 {
  color: #E75A31; }
body.more-meals .more-doc h4,
body.more-meals .c-btn1 a {
  border-color: #E75A31; }

body.more-alcohol .more, body.more-alcohol #Ft
.ft-y {
  background: #48B133; }
body.more-alcohol .more-title > div h3,
body.more-alcohol .c-btn1 {
  color: #48B133; }
body.more-alcohol .more-doc h4,
body.more-alcohol .c-btn1 a {
  border-color: #48B133; }

body.more-tabaco .more, body.more-tabaco #Ft
.ft-y,
body.more-tabaco .c-fuki {
  background: #2062AE; }
body.more-tabaco .more-title > div h3,
body.more-tabaco .c-btn1,
body.more-tabaco .c-fuki::after {
  color: #2062AE; }
body.more-tabaco .more-doc h4,
body.more-tabaco .c-btn1 a {
  border-color: #2062AE; }

.more {
  padding: 0;
  padding-bottom: 12rem;
  margin-top: -4rem;
  margin-bottom: -1px; }

.more-bg {
  background-image: url("../img/more-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 400px; }

.more-box {
  background: #fff;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: -330px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 20px; }
  .more-box + .more-box {
    margin-top: 1rem; }

.more-title {
  display: flex;
  align-items: center; }
  .more-title > figure {
    margin-right: 2rem; }
    .more-title > figure img {
      width: 100px; }
  .more-title > div p {
    font-weight: bold; }
  .more-title > div h3 {
    font-size: 2.5rem;
    font-weight: bold; }

.more-doc {
  margin: 50px; }
  .more-doc p {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 1.5rem; }
    .more-doc p a {
      text-decoration: underline;
      text-underline-offset: 0.3rem; }
    .more-doc p.-ann {
      font-size: 0.9rem;
      color: #808080; }
  .more-doc h4 {
    margin: 3rem 0 1.5rem;
    font-weight: bold;
    font-size: 1.5rem;
    border-left: 5px solid #808080;
    padding: 1rem 0 1rem 2rem;
    margin-left: calc(-2rem + -5px); }
  .more-doc h5 {
    margin: 2rem 0 1rem;
    font-weight: bold;
    font-size: 1.3rem; }
  .more-doc aside {
    border: 1px solid #808080;
    padding: 2rem;
    margin: 3rem -1rem; }
    .more-doc aside ul:first-of-type {
      margin-top: 0px; }
    .more-doc aside *:last-of-type {
      margin-bottom: 0px; }
  .more-doc .more-coming {
    text-align: center; }
    .more-doc .more-coming figure img {
      width: 100px; }
    .more-doc .more-coming div {
      font-size: 2rem;
      font-weight: bold;
      color: #555;
      margin-bottom: 2rem; }
    .more-doc .more-coming p {
      font-size: 1.5rem;
      font-weight: bold;
      color: #555; }

.more-hash {
  margin-top: 4rem; }
  .more-hash ul {
    display: flex;
    flex-flow: wrap; }
  .more-hash li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem; }
    .more-hash li a {
      color: #2062AE;
      background: #F3F6F9;
      display: inline-block;
      padding: 0.5rem 1rem;
      font-weight: bold; }
      .more-hash li a::before {
        content: '#'; }

.more-list {
  margin-top: 6rem; }
  .more-list li {
    position: relative;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    border-radius: 10px; }
    .more-list li img {
      position: absolute;
      left: -45px;
      top: -35px;
      width: 70px; }
    .more-list li a {
      display: block;
      padding: 2rem 4rem 2rem 2rem; }
    .more-list li a::after {
      content: 'Ｌ';
      font-family: 'Icons';
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      background: #E75A31;
      text-align: center;
      line-height: 40px;
      border-radius: 40px;
      color: #fff; }
  .more-list p {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0px;
    line-height: 1.2; }

.more-while {
  margin-top: 8rem;
  padding: 1rem 0;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.15); }
  .more-while h5 {
    background: #E75A31;
    color: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    margin: 1rem 0 0 1.5rem;
    border-radius: 10px; }
  .more-while ul {
    margin: 2rem 3rem; }
    .more-while ul li {
      list-style: disc outside; }
  .more-while a {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    display: inline; }

@media screen and (max-width: 960px) {
  .more-bg {
    height: 200px; }

  .more-box {
    margin-top: -150px;
    padding: 20px; }

  .more-title > div h3 {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 0.25rem; }

  .more-doc {
    margin: 25px; }
    .more-doc h4 {
      padding: 1rem 0 1rem 1rem;
      margin-left: calc(-1rem + -5px); }

  .more-list {
    margin-top: 4rem; }
    .more-list li a::after {
      width: 30px;
      height: 30px;
      line-height: 30px; }
    .more-list p {
      font-size: 1.2rem; } }
@media screen and (max-width: 560px) {
  .more {
    padding-bottom: 6rem; }

  .more-bg {
    height: 100px; }

  .more-box {
    margin-top: -75px;
    padding: 20px;
    width: 94%;
    border-radius: 10px; }

  .more-title {
    display: block;
    margin-bottom: 2rem; }
    .more-title > figure {
      margin-right: 1rem;
      float: left; }
      .more-title > figure img {
        width: 40px; }
    .more-title > div p {
      font-weight: bold;
      padding-top: 10px; }
    .more-title > div h3 {
      font-size: 1.8rem;
      clear: both;
      padding-top: 1rem; }

  .more-doc {
    margin: 0px; }
    .more-doc h4 {
      margin-left: 0; }
    .more-doc aside {
      padding: 1rem;
      margin: 1rem 0; }
      .more-doc aside *:last-of-type {
        margin-bottom: 0px; }

  .more-list {
    margin-top: 3rem; }
    .more-list li {
      border-radius: 5px; }
      .more-list li img {
        left: -30px;
        top: -20px;
        width: 50px; }
      .more-list li a {
        padding: 1.5rem 4rem 1.5rem 1.5rem; }
    .more-list p {
      font-size: 1.2rem; }

  .more-while {
    margin-top: 6rem;
    border-radius: 10px;
    padding: 1.5rem; }
    .more-while ul {
      margin: 2rem 2rem; }
    .more-while p {
      line-height: 1.5; }
    .more-while h5 {
      padding: 1rem;
      margin: 0;
      font-size: 0.96rem; } }
.tabeyan-box {
  margin-top: 4rem; }
  .tabeyan-box p {
    margin: 0px;
    line-height: 1.25; }
  .tabeyan-box .-number {
    display: flex;
    align-items: center; }
    .tabeyan-box .-number > div p {
      background: #E75A31;
      color: #fff;
      width: 80px;
      line-height: 80px;
      border-radius: 100%;
      text-align: center;
      font-family: "Gantari", sans-serif;
      font-size: 2rem; }
    .tabeyan-box .-number > dl {
      margin-left: 30px;
      padding-right: 240px; }
      .tabeyan-box .-number > dl dt p {
        font-weight: bold;
        font-size: 1.5rem; }
      .tabeyan-box .-number > dl dd p {
        font-size: 1.1rem;
        margin-top: 0.5rem; }
  .tabeyan-box .-tabeyan {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin-top: 2rem;
    margin-left: 40px;
    align-items: center; }
    .tabeyan-box .-tabeyan > figure {
      margin: -100px 0 -50px; }
      .tabeyan-box .-tabeyan > figure img {
        width: 240px; }
    .tabeyan-box .-tabeyan > span::before {
      content: '▲';
      display: inline-block;
      transform: rotate(90deg);
      font-family: "Noto Sans JP", sans-serif;
      font-size: 2rem;
      color: #FDEEEA;
      margin-left: -10px; }
    .tabeyan-box .-tabeyan > div {
      background: #FDEEEA;
      width: 100%;
      border-radius: 15px;
      padding: 2rem; }
      .tabeyan-box .-tabeyan > div p {
        font-size: 0.95rem; }

.tabeyan-recipe ul {
  display: flex;
  margin: 0 -1.5%; }
.tabeyan-recipe li {
  width: 30.333%;
  margin: 1.5%; }
  .tabeyan-recipe li img {
    width: 100%; }
  .tabeyan-recipe li p {
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 1.25; }
.tabeyan-recipe .-banner {
  text-align: center;
  margin-top: 2rem; }
  .tabeyan-recipe .-banner img {
    max-width: 240px;
    width: 50%; }

.tabeyan-syokuiku {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .tabeyan-syokuiku > figure {
    margin-right: 2rem; }
    .tabeyan-syokuiku > figure img {
      width: 250px; }

@media screen and (max-width: 960px) {
  .tabeyan-box .-number > div {
    margin-left: -10px; }
  .tabeyan-box .-number > dl {
    margin-left: 20px;
    padding-right: 0; }
    .tabeyan-box .-number > dl dt p {
      font-size: 1.4rem; }
    .tabeyan-box .-number > dl dd p {
      font-size: 1rem; }
  .tabeyan-box .-tabeyan > figure {
    margin: auto; }
    .tabeyan-box .-tabeyan > figure img {
      width: 150px; }
  .tabeyan-box .-tabeyan > div {
    padding: 1.5rem;
    border-radius: 10px; }

  .tabeyan-syokuiku > figure img {
    width: 150px; } }
@media screen and (max-width: 560px) {
  .tabeyan-box .-number > div p {
    width: 60px;
    line-height: 60px; }
  .tabeyan-box .-tabeyan {
    margin-left: 0px; }
    .tabeyan-box .-tabeyan > figure {
      margin-right: -10px; }
      .tabeyan-box .-tabeyan > figure img {
        width: 100px; }
    .tabeyan-box .-tabeyan > div {
      padding: 1rem; }

  .tabeyan-syokuiku {
    display: block; }
    .tabeyan-syokuiku > figure {
      text-align: center;
      margin-bottom: 1rem; } }
.priv-box {
  display: inline-block;
  margin: 2rem auto 8rem;
  text-align: left; }
  .priv-box h3 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 2rem; }
  .priv-box p {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 1rem; }
    .priv-box p a {
      text-decoration: underline;
      text-underline-offset: 0.3rem; }
