@charset "utf-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  /*font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;*/
  font-family: 'Noto Serif', 'Noto Serif JP';
}
/* 1.6rem = 16px */
html {
  font-size: 62.5%;
}
header {
    height: 40px;
}
body {
    font-size: 1.6rem;
}
.homelink {
    display: block;
    line-height: 40px;
}
.logomark {
    height: 30px;
    margin: 0 8px 3px 8px;
    vertical-align: middle;
}
.logotittle {
    height: 20px;
    vertical-align: middle;
    margin-top: 3px;
}
h2 {
    display: block;
    font-size: 18px;
    text-shadow: 2px 2px 2px #aaa;
    margin: 100px auto 100px auto;
    width: 300px;
    line-height: 1.7;
}
.span-h2 {
    margin-left: 30px;
}
h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 3% 0 3%;
}
.span-h3 {
    font-weight: bold;
    font-size: 20px;
}
.comparison {
    margin: auto;
    width: 95%;
}


.pairstretch {
}
.pairstretch-png {
    display: block;
    width: 90%;
    margin: 0 auto 50px auto;
}
.pairstretch-fee{
    margin-bottom: 20px;
}
.pairstretch p {
    margin: 0 3% 0 3%;
}


.dietsupport {
    width:95%;
    margin: auto;
}
.dietsupport-fee {
    margin-bottom: 20px;
}
.dietsupport-png {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.dietsupport h3 {
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 2.3rem;
}
.dietsupport p {
    margin-left: 3%;
}
.plan1 {
    width: 100%;
}
.plan1-img {
    display: block;
    width: 95%;
    height: auto;
    margin: 50px auto 0 auto;
}
.session-ing{
}
.option-fee {
    display: block;
    width: 90%;
    height: auto;
    margin: 50px auto 100px auto;
}
.frequency-img{
}
.frequency-png {
    display: block;
    width: 95%;
    height: auto;
    margin: auto;
}
.dietsupport-text{
    width: 95%;
    margin: auto;
}
footer {
  margin-top: 100px;
  font-size: 10px;
  height: 60px;
  background-color: black;
  color: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
footer p {
  display: block;
}
@media (min-width: 560px) {}
@media (min-width: 960px) {}
.top-logo-mark {
  text-align: center;
}