@charset "UTF-8";
/* CSS Document */
/* 0709 フォント追記 */
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
/* メインビジュアル */
.mv {
  max-width: 1500px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.mv_sp480 {
  display: none;
}
.img-pc {
  padding: 60px;
  padding-top: 30px;
}
.mv_bg_blue {
  background-color: #d9e8f4;
  width: 100%;
  height: 100%;
  margin-top: -20px;
}
.bg_blue {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #e5f0f8;
}
.hamburger-menu {
  display: none;
}
.deco-left {
  display: inline-block;
  width: 59px;
  height: 59px;
  margin-right: 40px;
}
.deco-right {
  display: inline-block;
  width: 71px;
  height: 73px;
  margin-left: 40px;
}
/* 新着情報 */
.news_list {
  margin-bottom: 80px;
}
.news {
  height: 110px;
}
.news-text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.square-2 {
  display: block;
  width: 150px;
  height: 35px;
  background-color: #0068b7;
  margin-right: 50px;
  margin-left: 80px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 26px;
}
.square-2 a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  vertical-align: top;
}
.news-text .detail {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3.9px;
  width: 100%;
  max-width: 650px;
}
.news-text:hover .square-2 {
  background-color: #f5a21b;
}
.news-text:hover .detail {
  font-weight: 600;
}
.news-text:hover /* 事業概要 */
.about {
  height: 110px;
}
.about-title h1 {
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  display: inline-block;
  font-size: 46px;
  letter-spacing: 6.9px;
  margin-bottom: 80px;
}
.about-description {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.about-text {
  font-size: 1.8rem;
  font-weight: 550;
  letter-spacing: 1.9px;
  line-height: 4.0rem;
}
.about-description img {
  margin-top: 100px;
  width: 100%;
}
.blue-button {
  background-color: #0068b7;
  width: 444px;
  height: 100px;
  display: inline-block;
  border: none;
  border-radius: 100px;
  position: relative;
}
.blue-button:hover {
  background-color: #f5a21b;
  transition: 0.3s ease;
}
.blue-button a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  padding-top: 34px;
  padding-bottom: 38px;
  display: block;
  width: 300px;
  height: 80px;
  margin: auto;
}
.blue-button ::before {
  content: "";
  width: 430px;
  height: 87px;
  display: inline-block;
  border: 2px dashed #fff;
  border-radius: 100px;
  position: absolute;
  left: -22.2%;
  top: 5%;
}
/* 下部　ボタン小 */
.buttons_area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 550px;
  max-width: 100%;
  margin-top: 50px;
}
.blue-button-small {
  width: 250px;
  height: 50px;
  background-color: #0068b7;
  border-radius: 50px;
  text-align-last: left;
  padding-left: 20px;
}
.blue-button-small:hover {
  background-color: #f5a21b;
  transition: 0.3s ease;
}
.blue-button-small a {
  color: #fff;
  font-size: 1.5rem;
  padding-top: 12px;
  letter-spacing: 1px;
}
.blue-button-small .click2::after {
  left: 114px;
}
.blue-button-small .arrow::after {
  top: 12px;
}
.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 3px;
}
.arrow::after {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  margin-left: 80px;
}
.click::after {
  left: 180px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.click2::after {
  left: 215px;
}
.section-about {
  margin-bottom: 90px;
}
/* 参加について */
.section-join {
  margin-top: 110px;
}
.join {
  height: 110px;
}
.join-title h1 {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 6.9px;
  margin-bottom: 80px;
}
.join-step {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.join-step:last-child {
  margin-bottom: 40px;
}
.join-detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.square-1 {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: auto;
}
.step-number {
  font-family: 'Zen Maru Gothic';
  display: inline-block;
  position: absolute;
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  padding-top: 20px;
  color: #f5a21b;
  font-size: 3.5em;
  font-weight: 700;
}
.step-title h2 {
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 3.9px;
  text-align: left;
  color: #0068b7;
}
.step-text p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 3.0rem;
  text-align: left;
  margin-left: 60px;
}
.step-googlefit {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.step-googlefit p {
  margin-bottom: 20px;
}
.step-text-noneline {
  width: 100%;
  text-align: left;
  padding-bottom: 50px;
  display: inline-block;
  margin-left: 90px;
}
.step-text-noneline p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 3.0rem;
  text-align: left;
}
.join-download p {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.join-download-ios {
  display: inline-block;
  margin-right: 60px;
}
.join-download-ios a img {
  vertical-align: bottom;
}
.join-download-android {
  display: inline-block;
}
.join-notice {
  max-width: 1100px;
  width: 80%;
  height: 80%;
  background-color: #e5f0f8;
  margin: 0 auto;
  padding: 30px 20px;
  margin-bottom: 100px;
  margin-top: 50px;
  border-radius: 20px;
}
/* S1031 */
.join-mark img {
  width: 50px;
  height: auto;
  margin-right: 30px;
  padding-top: 8px;
}
.join-text {
  display: flex;
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 3.3px;
  line-height: 3.5rem;
  text-align: left;
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}
.join-text p {
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
.join-guide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 20px;
  padding-bottom: 45px;
}
.guide-icon img {
  width: 50px;
  height: auto;
  margin-left: 25px;
}
.guide-text {
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 3.3px;
  line-height: 3.5rem;
  padding-top: 15px;
}
.join-guide {
  display: flex;
  justify-content: center;
}
.step-text ol {
  list-style: none;
}
.indent {
  padding-left: 1em;
  text-indent: -1.5em;
}
.step-text li {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 3.0rem;
  text-align: left;
  margin-left: 69px;
}
/* S1031 */
/* 参加について(K) */
.step-title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.join-step {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 1100px;
}
.join-detail-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.square-1 {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.join-detail-title h2 {
  line-height: 1.3rem;
  width: 100%;
}
.step-text {
  max-width: 1100px;
  width: 100%;
  margin-left: 30px;
  text-align: left;
  padding-bottom: 50px;
  display: inline-block;
  border-left: dotted 3px #80b3db;
}
.last-step-text {
  border-left: none;
}
.join-download {
  width: 100%;
  margin-left: 30px;
  border-left: dotted 3px #80b3db;
  vertical-align: bottom;
  padding-bottom: 10px;
}
.join-download-ios p2 {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.join-download p {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.join-download-ios p {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.ios-2 {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  border: 1px solid #000000;
  padding: 6px;
}
.join-download-android p {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.ios-1 {
  width: auto;
  height: 55px;
  margin-right: 10px;
}
.join-download-android {
  display: inline-block;
}
.a-1 {
  width: auto;
  height: 55px;
  margin-right: 10px;
}
.a-2 {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  border: 1px solid #000000;
  padding: 6px;
}
/* アプリの機能 */
.fuction-info {
  margin: 0 auto;
}
.fuction-title h1 {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 6.9px;
  margin-bottom: 80px;
}
.fuction-description {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2.7px;
  line-height: 35px;
  margin-bottom: 60px;
}
.fuction-detail {
  display: flex;
  justify-content: center;
  width: 80%;
  margin-bottom: 60px;
}
.fuction-img img {
  display: inline-block;
  margin-right: 30px;
}
.fuction-text {
  display: inline-block;
  text-align: left;
}
.fuction-text h2 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  padding-bottom: 10px;
}
.fuction-text p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
}
/* アプリの機能 */
/* アプリの機能(K) */
.fuction {
  height: 110px;
}
.fuction-info {
  max-width: 1100px;
  margin: 0 auto;
}
.fuction-title h1 {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 6.9px;
  margin-bottom: 80px;
}
.fuction-description {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2.7px;
  line-height: 35px;
  margin-bottom: 60px;
}
.fuction-detail {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 165px;
  margin-bottom: 50px;
}
.fuction-img img {
  display: inline-block;
  width: auto;
  height: 165px;
}
.fuction-text {
  display: inline-block;
  text-align: left;
}
.fuction-text h2 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  padding-bottom: 10px;
}
.fuction-text p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 28px;
}
.function-detail-inner01 {
  width: 170px;
  height: 165px;
}
.function-detail-inner01 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.function-detail-inner02, .function-detail-inner06 {
  width: 610px;
  display: inline-block;
  text-align: left;
}
.function-detail-inner02, .function-detail-inner06 h2 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  padding-bottom: 10px;
  margin-left: 35px;
  margin-top: 55px;
}
.function-detail-inner02, .function-detail-inner06 p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-left: 35px;
}
.function-detail-inner03 {
  width: 170px;
  height: 165px;
}
.function-detail-inner03 img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mojisize {
  font-size: 85%;
  margin-left: 35px;
}
.function-detail-inner04 {
  display: block;
  width: 142px;
  height: 165px;
}
.function-detail-inner05 {
  display: block;
  width: 170px;
  height: 165px;
}
.function-detail-inner04 img {
  display: block;
  width: 100%;
  height: 100%;
}
.function-detail-inner05 img {
  display: block;
  width: 100%;
  height: 100%;
}
.function-detail-inner05 img {
  display: block;
  width: 100%;
  height: 100%;
}
.fuction-detail-1 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 165px;
  margin-bottom: 50px;
}
.fuction-detail-1:last-child {
  margin-bottom: 90px;
}
.fuction-detail-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 165px;
  margin-bottom: 50px;
}
/* アプリの機能(K) */
/* 健康を習慣づける4つのポイント */
h1 span {
  font-size: 2.0rem;
  line-height: 40px;
}
/* ポイントボックス(S) */
.point-info {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 auto;
  margin-top: 110px;
  max-width: 1100px;
  gap: 50px;
}
/* ポイント　ボックスの枠 */
.point-detail {
  position: relative;
  width: 450px;
  height: 700px;
  border: #66a4d4 2px solid;
  border-radius: 20px;
  padding: 0 30px 30px 30px;
  margin-bottom: 100px;
  background-color: #fff;
}
/* ボックスの文字 */
.point-detailtitle {
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 1.5px;
  margin-top: 68px;
  color: #f5a21b;
  background-color: #e5f0f8;
  height: 16px;
}
.point-get {
  letter-spacing: 1.8px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.2;
}
.point-text {
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  font-size: 2.6rem;
  margin-top: 50px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #0068b7;
}
.point-text2 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 24px;
}
p.point-text2 span {
  font-size: 1.2rem;
  line-height: 15px;
}
.point-circle {
  position: relative;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #e5f0f8;
  width: 190px;
}
/* ボックス内　画像(S) */
.point-detail img {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 10px;
}
/* ポイントの貯め方 吹き出し内 */
.only-pc {
  display: block;
}
.only-sp480 {
  display: none;
}
.section-pointget {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
.pointget-character {
  max-width: 380px;
}
.pointget-textarea {
  position: relative;
  max-width: 700px;
  height: 270px;
}
.pointget-ta-frame {
  max-width: 100%;
}
.pointget-ta-left {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
}
.pointget-ta-left-even {
  left: 8%;
}
.ta-left-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 26px;
  background-image: url(../img/point_04.png);
  background-repeat: no-repeat;
  background-size: 180px;
  height: 180px;
  width: 180px;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
  padding-top: 50px;
}
.ta-left-title span {
  font-size: 3rem;
  line-height: 38px;
}
.ta-left-title span.point-plan01 {
  color: #ed6c00;
}
.ta-left-title span.point-plan02 {
  color: #d93932;
}
.ta-left-title span.point-plan03 {
  color: #168b37;
}
.fuction-text {
  width: 335px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(0, -50%);
}
.function-text-even {
  left: 38%;
}
.pointget-list {
  padding-top: 0;
  padding-bottom: 45px;
}
/* 景品応募方法 */
.prize_img img {
  width: 200px;
}
.prize_img2 img {
  width: 250px;
}
.prize_text {
  display: flex;
}
.prize_text p {
  width: 400px;
  margin-right: 50px;
}
/* よくある質問(S) */
.faq {
  height: 110px;
}
/* 行間　揃え */
.faq-list {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
dl {
  text-align: left;
  margin-bottom: 40px;
  padding-top: 40px;
}
dd {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  margin-bottom: 20px;
}
dt {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-left: 98px;
  line-height: 30px;
}
.faq-detail ol {
  list-style: none;
}
.faq-detail2 ol {
  list-style: none;
}
.indent {
  padding-left: 1em;
  text-indent: -1.5em;
}
.faq-detail li {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 3.0rem;
  text-align: left;
  margin-left: 9px;
}
.faq-detail2 li {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 3.0rem;
  text-align: left;
  margin-left: 9px;
}
.faq-detail {
  padding-bottom: 40px;
  border-bottom: dotted 3px #80b3db;
}
.faq-detail2 {
  padding-bottom: 40px;
}
.faq-text {
  display: inline-block;
  margin-bottom: 40px;
  text-align: left;
}
.section-faq {
  margin-top: 110px;
  margin-bottom: 30px;
}
.faq-detail, .faq-detail2 {
  width: 100%;
  margin-bottom: 20px;
  max-width: 1100px;
}
.faq-detail dd, .faq-detail2 dd {
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  text-align: left;
  color: #0068b7;
  position: relative;
  margin: 0 auto;
  margin-left: 80px;
  margin-bottom: 20px;
}
.faq-detail dt {
  margin: 0 auto;
  margin-left: 80px;
}
.faq-detail dt span {
  font-weight: bold;
}
.faq-list {
  margin: 0 auto;
}
/* Qボックス */
.faq-detail dd::before {
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  content: "Q";
  display: inline-block;
  position: absolute;
  color: #f5a21b;
  font-size: 6rem;
  line-height: 1.7;
  top: -42px;
  left: -70px;
}
/* お問い合わせ先 */
.contact {
  height: 110px;
}
.contact-detail h2 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 3.9px;
  margin-bottom: 20px;
}
.phone {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  /* 1101 */
  margin-right: 60px;
  padding-left: 32px;
}
.number {
  padding-right: 156px;
}
.number a {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 4.8px;
  color: #0068b7;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.contact-phone {
  border: solid 2px #0068b7;
  border-radius: 20px;
  width: 900px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.contact-detail {
  margin-bottom: 60px;
}
/* .mail {
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 3px;
  margin-right: 32px;
}
.address {
  margin-right: 4px;
}
.address a {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  color: #367D4D;
  text-decoration: none;
}
.contact-mail {
  border: solid 1px #A2C789;
  border-radius: 10px;
  width: 900px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.mail-memo p {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3.6px;
  line-height: 30px;
  text-align: left;
} 
.contact-mail {
  margin-top: 40px;
} */
.section-contact {
  margin-top: 110px;
  margin-bottom: 280px;
}
.business-hours p {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 30px;
}
.business-hours {
  padding-left: 88px;
  margin: 0 auto;
  max-width: 900px;
}
@media (max-width : 768px) {
  .mv_sp480 {
    display: none;
  }
  .mv {
    display: block;
    padding-top: 100px;
  }
  .hamburger-menu {
    display: block;
  }
  .wrapper h1 {
    font-size: 3rem;
  }
  .wrapper p {
    font-size: 1.6rem;
    line-height: 2.5rem
  }
  /* 新着情報 */
  .news-text {
    max-width: 650px;
    margin-bottom: 0;
  }
  .square-2 {
    margin-right: 20px;
    margin-left: 0;
    width: 140px;
    height: 32px;
  }
  .news-text .detail a {
    font-size: 1.6rem;
    font-weight: 600;
  }
  /* 青ボタンサイズ */
  .blue-button {
    width: 300px;
    height: 80px;
    border-radius: 100px;
  }
  .blue-button ::before {
    content: "";
    width: 290px;
    height: 70px;
    left: 1%;
    top: 4%;
  }
  .blue-button a {
    font-size: 2.2rem;
    padding-top: 27px;
    letter-spacing: 1px;
  }
  .arrow::after {
    position: absolute;
    top: 0;
    left: 155px;
  }
  /* 事業概要 */
  .click2::after {
    left: 178px;
  }
  /* 参加について */
  .join-mark img {
    width: 40px;
    height: auto;
    margin-right: 30px;
    padding-top: 5px;
  }
  .join-text p {
    line-height: 30px;
    max-width: 400px;
  }
  .join-step {
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-bottom: 20px;
  }
  /* アプリインストールフロー */
  .square-1 .step-number {
    font-size: 5rem;
  }
  .step-title h2 {
    font-size: 2.2rem;
    line-height: 26px;
  }
  .join-download-ios {
    margin: auto;
  }
  .join-download-ios {
    margin-bottom: 50px;
  }
  .step-text {
    padding-bottom: 30px;
  }
  .join-download {
    padding-bottom: 50px;
  }
  /* 健康を習慣づける4つのポイント */
  .wrapper .point-detailtitle {
    font-size: 4rem;
  }
  .wrapper .point-text {
    font-size: 2.2rem;
  }
  /* ポイントの貯め方 */
  .fuction-info {
    width: 700px;
    max-width: 100%;
  }
  .pointget-character {
    max-width: 220px;
  }
  /* ポイントコイン部分 */
  .ta-left-title {
    font-size: 1.8rem;
    background-size: 150px;
    height: 150px;
    width: 150px;
    padding: 14px;
    padding-top: 30px;
  }
  .ta-left-title span {
    font-size: 2.6rem;
    line-height: 38px;
  }
  .pointget-textarea {
    position: relative;
    height: 175px;
  }
  .pointget-ta-left {
    left: 11%;
  }
  .pointget-ta-left-even {
    left: 5%;
  }
  /* 吹き出しテキスト部分 */
  .fuction-text {
    width: 230px;
  }
  .fuction-text h2 {
    font-size: 2.2rem;
    letter-spacing: 3px;
  }
  .function-text-even {
    left: 40%;
  }
  /* 景品応募手順 */
  .prize_text {
    display: block;
  }
  .prize_img {
    margin: 0 auto;
    width: 300px;
    margin-top: 10px;
  }
  .prize_text p {
    width: 100%;
  }
  /* よくある質問 */
  .faq-list {
    margin: 0 auto;
    width: 700px;
    max-width: 100%;
  }
  .faq-detail dt {
    font-size: 1.6rem;
  }
  .faq-detail dd, .faq-detail2 dd {
    font-size: 2.2rem;
    margin-left: 80px;
    margin-bottom: 20px;
  }
  .faq-detail dd::before {
    font-size: 5rem;
    top: -33px;
    left: -55px;
  }
  /* お問い合わせ先 */
  .contact-detail h2 {
    font-size: 2.2rem;
  }
  .contact-phone {
    width: 700px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
    justify-content: center;
  }
  /* 電話番号フレーム内 */
  .phone {
    margin-bottom: 15px;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .number {
    padding-right: 0;
  }
  .number a {
    text-align: center;
  }
}
@media (max-width : 480px) {
  .mv {
    display: none;
  }
  .mv_sp480 {
    display: block;
    padding-top: 100px;
  }
  .img-sp480 {
    padding: 20px;
    padding-top: 0px;
  }
  .bg_blue {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  /* 新着情報 */
  .news-text .detail {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 3.9px;
    max-width: 330px;
  }
  .news-text {
    display: block;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .square-2 {
    margin-bottom: 15px;
    width: 120px;
  }
  .square-2 a {
    font-size: 1.6rem;
  }
  .news_list {
    margin-bottom: 50px;
    padding-left: 15px;
  }
  /* ボタン */
  .blue-button {
    width: 210px;
    height: 50px;
  }
  .blue-button a {
    font-size: 1.4rem;
    padding-top: 11px;
    width: 200px;
  }
  .blue-button ::before {
    content: "";
    width: 198px;
    height: 39px;
    left: -0.5%;
    top: 4.5%;
  }
  .click::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px;
    height: 7px;
  }
  .arrow::after {
    position: absolute;
    top: -33px;
    left: 90px;
  }
  .blue-button ::before {
    border: 1.5px dashed #fff;
  }
  .about-description img {
    margin-top: 50px;
    max-width: 100%;
  }
  .about-description {
    max-width: 100%;
    margin-bottom: 50px;
  }
  /* 事業概要 */
  .about-text {
    width: 330px;
    max-width: 100%;
    margin: auto;
  }
  /* 参加について */
  .join-guide {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    width: 360px;
    max-width: 100%;
  }
  .guide-icon img {
    margin-left: 0;
    margin-top: 15px;
  }
  .guide-text p a {
    font-size: 1.6rem;
  }
  .join-notice {
    width: 360px;
    max-width: 100%;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .join-mark {
    display: block;
  }
  .join-text {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .join-text p {
    width: 350px;
    max-width: 100%;
  }
  .buttons_area {
    display: block;
    width: 360px;
    margin-top: 20px;
  }
  .blue-button-small {
    width: 210px;
    height: 30px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .blue-button-small a {
    padding-top: 5px;
    font-size: 1.2rem;
    padding-top: 0;
  }
  .blue-button-small .click2::after {
    left: 83px;
  }
  .blue-button-small .arrow::after {
    top: 2px;
  }
  /* 参加ステップフロー */
  .square-1 .step-number {
    font-size: 4.5rem;
  }
  .step-number {
    padding-left: 10px;
  }
  .join-step {
    width: 360px;
    /* min-width: 100%; */
  }
  .step-text p {
    margin-left: 30px;
    width: 290px;
  }
  .step-title {
    margin-bottom: 10px;
  }
  /* ４つのポイント */
  .wrapper .point-detailtitle {
    font-size: 3.2rem;
  }
  .point-detail {
    width: 360px;
    height: 650px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .point-detailtitle {
    margin-top: 62px;
  }
  .point-circle {
    width: 170px;
  }
  .point-detail img {
    max-width: 260px;
  }
  /* ポイントの貯め方 */
  .fuction-description {
    margin-bottom: 90px;
  }
  .only-pc {
    display: none;
  }
  .only-sp480 {
    display: block;
  }
  .section-pointget:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .section-pointget:nth-child(even) {
    flex-direction: column;
  }
  .wrapper .point-text2 {
    line-height: 2.4rem;
    padding-right: 0;
    padding-left: 0;
  }
  p.point-text2 span {
    line-height: 10px;
    letter-spacing: 1px;
  }
  .pointget-list {
    padding-bottom: 30px;
  }
  /* 吹き出し */
  .pointget-textarea {
    position: relative;
    height: 300px;
  }
  .pointget-ta-left {
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0);
  }
  .fuction-text {
    width: 330px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
  }
  .pointget-character {
    max-width: 220px;
    margin: auto;
    margin-top: 10px;
  }
  /* 景品応募手順 */
  .prize_img img {
    width: 160px;
  }
  .prize_img {
    width: 200px;
  }
  .prize_img2 img {
    width: 200px;
  }
  /* よくある質問 */
  .section-faq {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .faq-list {
    width: 360px;
    max-width: 100%;
  }
  .faq-detail, .faq-detail2 {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .faq-detail dd::before {
    font-size: 4rem;
    top: -25px;
    left: -36px;
  }
  .faq-detail dd, .faq-detail2 dd {
    margin-left: 50px;
  }
  .faq-detail dt {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    margin-left: 50px;
  }
  /* お問い合わせ */
  .section-contact {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .contact-detail h2 {
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    letter-spacing: 3px;
    line-height: 3rem;
  }
  .contact-phone {
    max-width: 360px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
  }
  .business-hours {
    padding-left: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 330px;
  }
  .business-hours p {
    text-align: center;
  }
  .number a {
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
}

/* 20250407 アプリインストール手順修正 */
.join-detail-title h2 {
  line-height: 3.2rem;
}
.join-detail-title{
  align-items: center;
}
.step-number{
  padding-top: 10px;
}
.step-text-point{
  padding-left: 2rem;
  text-indent: -2rem;
  margin-bottom: 5px;
}
.step-text-point::before{
content: "※ ";
}
.step-text p{
  margin-left: 20px;
}
.step-googlefit{
  max-width: 100%;
}
.step-googlefit-img{
  margin-bottom: 20px;
  text-align: center;
}
.step-text .step-googlefit-install{
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.step-title h2 span{
font-size: 18px;
}


@media (max-width : 480px) {
  .step-text p{
    /* width: 320px; */
    max-width: 100%;
  }
  .step-googlefit-img{
    text-align: center;
  }
  .step-googlefit{
    margin: 0;
max-width: 95%;  }

.join-step{
  /* max-width: 350px; */
  width: 100%;
}
.step-text{
/* max-width: 340px; */
width: 100%;
}
.step-text p{
  width: 85%;
  max-width: 340px;

}
}

/* 20250410 */
.buttons_area{
  justify-content: center;
}

/* 20250717 */
.news_blank{
  margin-bottom: 80px;
  font-size: 18px;
  text-align: center;
}

