@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  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;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper {
  background-image: url(../img/bg_wrapper.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 0%;
}

.sp480 {
  display: none;
}

.img-pc {
  height: 602px;
}

.mv_img_sp {
  display: none;
}



.mv_img {
  background-image: url(../img/mv_pc.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: top center;
}

main {
  max-width: 1100px;
  margin: 0 auto;
  /* margin-top: 100px; */
  /* margin-bottom: 200px; */
}

/* ボタン */
.link_button_area {
  max-width: 1000px;
  text-align: center;
  margin: 80px auto;
}

.link_button {
  display: inline-block;
  max-width: calc(100% - 30%);
  height: 120px;
  padding: 0 40px;
  margin: 0 30px;
  background-color: #ed6d1f;
  color: #fff;
  align-content: center;
  font-weight: bold;
  font-size: 36px;
  border: #ed6d1f solid 3px;
  border-radius: 20px;
}

.link_button:hover {
  display: inline-block;
  max-width: calc(100% - 30%);
  height: 120px;
  padding: 0 40px;
  margin: 0 30px;
  background-color: #ff7828;
  color: #fff;
  align-content: center;
  font-weight: bold;
  font-size: 36px;
  border: #ff7828 solid 3px;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(224, 119, 068, 0.3);
  transition: 0.2s linear;
}


/* 見出し部分 */
h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
  color: #333;
  padding: 20px;
  max-width: calc(100% - 60%);
  border-radius: 100px;
  display: grid;
  align-content: center;
  height: 45px;
  position: relative;
  margin-bottom: 50px;
}

h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/dotted_line.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 7px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

h2.dotted_3::after{
background-image: url(../img/dotted_line3.png);
width: 166px;
}

/*-------------------------
news
-------------------------*/
.only-sp {
  display: none;
}

.news-catch a.only-pc .only-pc {
  display: block;
}

.section_news {
  margin: 100px auto 200px;
  width: 100%;
  max-width: 1000px;
}

.top-news-area {
  align-items: end;
}

h2.news-title {
  background-image: none;
  font-size: 3.2rem;
  margin-bottom: 20px;
  padding: 0;
}

.news-catch a.only-pc {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 34px;
  background-color: #18983f;
  color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  align-content: center;
  position: relative;
}

.news-catch {
  text-align: center;
  margin-top: 50px;
}

.news-list {
  font-size: 2rem;
}

.news-list a div {
  display: flex;
  border-bottom: 2px dotted #aeaeae;
  padding-left: 10rem;
  padding-bottom: 4rem;
  margin-bottom: 40px;
}

.news-list a div.news-last {
  margin-bottom: 0;
}

.news-list a div dt {
  font-size: 1.8rem;
  color: #949494;
  margin-right: 15px;
  align-content: center;
}
.news-list a div dt::before {
content: "⚫︎";
color: #18983f;
padding-right: 10px;
}

.news-list a div dd {
  font-weight: bold;
  color: #333;
}

.news-list a div:hover dd {
  color: #009944;
}

.news-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
  top: 0;
}

.news-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform-origin: 0 0;
  left: 0;
  top: 0;
}

.news-arrow::after {
  transform: rotate(-45deg);
  top: 22px;
  left: 149px;
}

.news-arrow::before {
  transform: rotate(45deg);
  top: 11px;
  left: 150px;
}

/* お知らせがない期間のコード */

.news-list a div{
justify-content: center;
padding-left: 0;
text-align: center;
}
/* ----- */


/*-------------------------
point
-------------------------*/

.section_point {
  margin-bottom: 100px;
}

.section_point .point_box {
  margin-bottom: 50px;
  max-width: 1000px;
  border-radius: 25px;
  text-align: center;
  align-content: center;
  display: flex;
  justify-content: space-between;
  /* padding: 0.5rem 1.5rem 0 2rem; */
  margin-bottom: 100px;
}

.section_point .point_inner_box {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  align-content: center;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
}

.section_point .point_box_text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #464342;
  text-align: left;
  margin-top: 10px;
  max-width: 51%;
}
.point_box_text ul {
margin-top:10px;
  }
.point_box_text ul li{
  list-style: none;
  margin-left: 1.4rem;
  text-indent: -1.4rem;
  margin-bottom: 5px;
  padding-right: 2rem;
  }
.point_box_text ul li::before{
content: "※";
}

/* .section_point .point_box_text p{
width: 360px;
} */
.point_box .point_box_text h3 {
  font-size: 2.8rem;
  color: #569b55;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: -0.1rem;
  text-align: left;
  line-height: 3.4rem;
}

.section_point .point_title_top {
  width: 100px;
}

.point_box .point_box_text .point_title .point_title_top p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #569b55;
  padding-left: 20px;
}

.point_box .point_box_text .point_title p span {
  font-size: 2.8rem;
}

.section_point .point_box_img {
  /* width: 100%; */
  align-content: end;
}


.section_point .point_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.point_area .point_box:nth-child(2n) {
  flex-direction: row-reverse;
}

/*-------------------------
step
-------------------------*/

.section_step {
  margin-bottom: 100px;
}

.step_flow_area {
  max-width: 1000px;
  margin: 0 auto;
}

.section_step .step_box {
  max-width: 1000px;
  background-color: #eef4e1;
  border-radius: 2.5rem;
  border: 2px solid #569b55;
  padding-left: 6rem;
  padding-top: 6rem;
  display: flex;
}

.step_title {
  display: flex;
  align-items: baseline;
}

.step_title .step_number {
  font-size: 4.2rem;
  font-weight: bold;
  color: #569b55;
}

.step_number span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #569b55;
  margin-right: 4px;
}

.step_title h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #569b55;
  margin-left: 10px;
}

.step_arrow {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}

.step_arrow img {
  text-align: center;
}

.stepbox_texts {
  padding-bottom: 20px;
  padding-left: 6rem;
}

/* .stepbox_texts p {
  margin-left: 40px;
} */

.stepbox_texts p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 45px;
}

.stepbox_download {
  display: flex;
  align-items: stretch;
  margin-right: 25px;
  margin-left: 10px;
}

.stepbox_button {
  margin-right: 20px;
}

.stepbox_button img:hover {
  opacity: 0.7;
}

.stepbox_button p {
  margin-left: 0;
  margin-bottom: 15px;
  text-align: center;
}

.step_box_downloadarea {
  display: flex;
}

.stepbox_img img {
  align-content: baseline;
  width: 200px;

}

.last_step_area {
  max-width: 1000px;
  background-color: #eef4e1;
  border-radius: 2.5rem;
  border: 2px solid #569b55;
  padding-left: 6rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
  height: 350px;
}

.last_step_imges {
  display: flex;
  position: absolute;
  left: 5%;
  top: calc(100% - 55.5%);
}

.last_step_imges img {
  width: 40%;
}

.last_step_imges div {
  width: 100%;
}

.last_step_imges2 {
  width: 35%;
  position: absolute;
  left: 5%;
  /* top: calc(100% - 52.2%) */
  bottom: 0;
}

.last_step_text {
  position: absolute;
  left: 45%;
}

.last_step_text p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 45px;
}

.last_step_title {
  display: flex;
  align-items: baseline;
}

.last_step_title .last_step_number span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #569b55;
  margin-right: 4px;
}

p.last_step_number {
  font-size: 4.2rem;
  font-weight: bold;
  color: #569b55;
}

.last_step_title h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #569b55;
  margin-left: 10px;
}

.last_step_app {
  display: block;
}

.last_step_attension {
  font-size: 1.4rem;
  padding-left: 40px;
  margin-top: 20px;
  line-height: 1.8rem;
}

.last_step_app {
  position: absolute;
  left: 40%;
  top: 50%;
}

.last_step_app .stepbox_button p {
  margin-left: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

.last_step_app .stepbox_button p {
  margin-left: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

.last_step_app .stepbox_download {
  align-items: end;
}

.googlefit_step_app {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.googlefit_step_app p{
font-size: 1.8rem;
line-height: 2.2rem;
}

.googlefit_text{
  font-size: 1.8rem;
  padding-left: 1rem;
  text-indent: -1rem;
  }

.googlefit_text::before{
  content: "※  ";
}
.gf_attension_box{
  max-width: 60rem;
}

.gf_app{
  height: 350px;
  max-width: 1000px;
  background-color: #eef4e1;
  border-radius: 2.5rem;
  border: 2px solid #569b55;
  padding-left: 6rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
  height: 350px;
}

.only_android {
  display: inline-block;
  background-color: #fff;
  width: 250px;
  height: 40px;
  color: #333;
  text-align: center;
  align-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 2px solid #569b55;
  z-index: 2;
  position: absolute;
  top: -20px;
  left: 20px;
}

.qr img {
  width: 105px;
}

/*-------------------------
FAQ
-------------------------*/
.section-faq {
  margin: 0 auto 100px;
}

.faq-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-detail__item {
  padding: 4rem 0;
}

.faq-content .faq-detail__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*  padding: 1.5rem 1.5rem 1.5rem 4rem;*/
}

/*
.faq-content .faq-detail__item dt {
  background: rgba(247, 147, 30, 0.2);
  border-radius: 10px;
}
*/
.faq-content .faq-detail__item dt p {
  margin: 0;
  padding-left: 2.5rem;
  font-weight: 600;
  width: 100%;
  font-size: 2.8rem;
}

.faq-content .faq-detail__item dd p {
  margin: 15px 0 55px 0;
  width: 100%;
  padding: 0 3rem 0 9rem;
  font-size: 1.8rem;
  line-height: 3rem;
}

/* .faq-content .faq-detail__item dd p::after {
  border-bottom: 3px dotted #aeaeae;
  content: "";
  position: absolute;
  bottom: -55px;
  right: 0;
  width: 92%;
} */

.faq-content .faq-detail__item dd p span {
  font-size: 1.4rem;
}

.faq-content .faq-detail__item dd ol {
  padding: 0 5rem 0 10rem;
  margin: 20px 0 60px 0;
  position: relative;
  list-style: none;
}

.faq-content .faq-detail__item dd ol::after {
  border-bottom: 3px dotted #aeaeae;
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  /*    transform: translateX(-50%);*/
  width: 92%;
}

.faq-content .faq-detail__item dd ol.faq-detail__item-for03::after {
  border-bottom: none;
}

.faq-content .faq-detail__item dd ol li {
  line-height: 2;
  font-size: 1.8rem;
}

.faq-content .faq-detail__item dt::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4.0rem;
  font-weight: 600;
  background-color: #18983f;
  padding: 1rem 1.5rem;
  border-radius: 50vh;
}

/* ホームボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

/* #page-top a {
  background: #b9d6a1;
  text-decoration: none;
  color: #fff;
  width: 75px;
  height: 75px;
  padding: 16px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

#page-top a span {
  font-size: 45px;
} */



/* announce */
.section-announce {
  margin: 0 auto 100px;
}

.section-announce p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.6rem;
  color: #333;
}
.link_button_area_announce {
  margin: 20px auto;
}
.announce_area1 {
  margin-bottom: 110px;
}
.announce_area2 .link_button {
  display: inline-block;
  width: 560px;
  height: 60px;
  padding: 0 4rem;
  margin: 0 30px;
  background-color: #18983f;
  color: #fff;
  align-content: center;
  font-weight: bold;
  font-size: 2.6rem;
  border: #18983f solid 3px;
  border-radius: 50px;
}
.announce_area2 .link_button:hover {
  display: inline-block;
  background-color: #1daf49;
  color: #fff;
  align-content: center;
  font-weight: bold;
  border: #1daf49 solid 3px;
  box-shadow: 0 10px 20px 0 rgba(74, 152, 63, 0.3);
  transition: 0.2s linear;
}
/* contact */
.section-contact {
  margin: 0 auto;
  text-align: center;
}
h2.dotted_2::after{
background-image: url(../img/dotted_line2.png);
width: 270px;
}
.contact_box{
  margin: 0 auto;
  background-color: #ffffffc9;
  max-width: 1000px;
  border-radius: 25px;
padding: 5rem 0 7rem;
}
.contact_box h4{
font-size: 3rem;
text-align: center;
margin-bottom: 40px;
}

h5{
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
h5 a img{
width: 50px;
margin-right: 10px;
}
h5 a {
font-size: 5rem;
align-items: center;
display: inline-block;
}
.contact_box p{
  font-size: 2rem;
  text-align: center;
}


/* footer */
footer {
  width: 100%;
  text-align: center;
  align-content: center;
  color: #569b55;
  font-size: 1.2rem;
  padding-top: 12rem;
}


@media (max-width : 768px) {
  body {
    margin: 0;
    overflow-x: hidden;
  }
  h2{
    font-size: 2rem;
  }

  #sp_overflow {
    overflow: hidden;
  }

  .wrapper {
    background-size: contain;
  }

  main {
    max-width: calc(100% - 5%);
    margin-bottom: 0;
  }
  .mv_img{
    display: none;
  }
  .mv_img_sp{
    display: block;
  }

  /* ボタン */
  .link_button {
    font-size: 28px;
    height: 110px;
  }

  .link_button:hover {
    font-size: 28px;
    height: 110px;
  }

  .link_button {
    box-shadow: 0 10px 20px 0 rgba(224, 119, 068, 0.3);
  }
 .announce_area2 .link_button {
    box-shadow: 0 10px 20px 0 rgba(74, 152, 63, 0.3);
  }

  /*-------------------------
point
-------------------------*/
  .section_point .point_area {
    display: block;
    max-width: 700px;
    /* margin: 0 auto; */
  }

  .section_point .point_box {
    display: block;
    width: 100%;
  }

  .section_point .point_inner_box {
    max-width: 100%;
    justify-content: space-around;
  }

  .section_point .point_box_img {
    width: 140px;
  }
  .section_point .point_box_text{
    max-width: 100%;
    padding: 0 5rem;
    margin-bottom: 40px;
  }
  .section_point .point_box_img{
    width: 50%;
margin: 0 auto;
  }
 
  /*-------------------------
step
-------------------------*/
  .section_step .step_box {
    max-width: 700px;
    margin: 0 auto;
    padding: 6rem 3rem 0 3rem;
  }

  .step_box_downloadarea {
    display: block;
  }

  .stepbox_download {
    text-align: right;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .stepbox_button {
    margin-right: 20px;
    width: 175px;
  }

  .stepbox_button p {
    margin-bottom: 10px;
  }

  .stepbox_img {
    align-items: end;
  }

  .stepbox_img {
    align-content: end;
  }

  .last_step_text {
    left: 8%;
  }

  .last_step_area {
    height: 500px;
  }

  .last_step_imges2 {
    left: 50%;
    transform: translate(-50%, 0);
    width: 41%;
  }

  .last_step_app {
    position: absolute;
    left: 5%;
    top: 35%;
  }

  .last_step_app .stepbox_button p {
    margin-bottom: 10px;
    width: 200px;
  }

  .section-announce p{
    font-size: 2rem;
  }

  .gf_app {
    height: 350px;
}
.googlefit_text {
  max-width: 450px;
}
.googlefit_step_app{
  width: 90%;
  top: 36%;
}
.stepbox_button .gf_comment{
  font-size: 1.6rem;
}

.stepbox_texts{
  padding-left: 3rem;
}

}

@media (max-width : 480px) {
  .only-pc{
    display: none;
  }
  .sp480 {
    display: block;
  }
  main {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .mv_img {
display: none;
  }
  
  .mv_img_sp {
    display: block;
  }
  /* ボタン */
  .link_button {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
    height: 80px;
  }

  .link_button:hover {
    max-width: calc(100% - 15%);
    font-size: 22px;
    line-height: 28px;
    height: 100px;
  }

  h2 {
    font-size: 2rem;
    height: 30px;
    max-width: calc(100% - 20%);
    display: grid;
    align-content: center;
    margin-bottom: 30px;
  }
  /* news */
  .news-list{
    padding: 0 2rem;
  }
  .news-list a div{
    padding-left: 0;
    display: block;
  }
  .news-list a div dt{
    margin-bottom: 10px;
  }
  .news-list a div dd{
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  /* point */
  .section_point .point_inner_box {
    padding: 0;
  }

  .point_box .point_box_text h3 {
    font-size: 2.2rem;
  }

  .section_point .point_inner_box {
    display: block;
    margin: 0 auto;
  }

  .section_point .point_box {
    max-width: 350px;
  }

  .section_point .point_inner_box {
    max-width: 350px;
    height: 418px;
  }

  .section_point .point_area {
    max-width: 350px;
    margin: 0 auto;
  }

  .section_point .point_box_text {
    padding: 0 2rem;
    margin-bottom: 24px;
    padding-top: 1rem;
  }
  .point_box .point_box_text h3{
    text-align: center;
  }
  .point_title_top{
    margin: 0 auto;
  }

  .section_point .point_box_img {
    margin: 0 auto;
    padding-top: 1rem;
    width: 80%;
  }

  .section_point .point_box_text p {
    font-size: 1.6rem;
    max-width: 300px;
  }
  .section_point .point_box{
    margin-bottom: 80px;
  }

  /*-------------------------
step
-------------------------*/
  /* .section_step {
    margin-top: 1500px;
  } */

  .section_step .step_box {
    padding: 3rem 2rem 0 2rem;
    flex-direction: column-reverse;
  }

  .stepbox_texts p {
    margin-left: 1.6rem;
  }

  .stepbox_download {
    margin-left: 0;
    align-items: flex-end;
  }

  .stepbox_img {
    text-align: center;
  }

  .step_title .step_number {
    font-size: 3.2rem;
  }

  .last_step_app {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
  }

  .last_step_text p {
    font-size: 1.6rem;
  }

  .last_step_area {
    padding: 3rem 2rem 0 2rem;
  }

  .last_step_app .stepbox_button p {
    font-size: 1.6rem;
  }

  .last_step_text p {
    width: 300px;
  }

  .last_step_attension {
    padding-left: 0;
    max-width: 300px;
    margin: 0 auto;
  }

  .last_step_app .stepbox_download {
    margin-top: 20px;
    justify-content: center;
  }

  .last_step_imges2 {
    left: 50%;
    top: calc(100% - 200px);
    transform: translate(-50%, 0);
    width: 245px;
  }

  .last_step_imges img {
    width: 100%;
  }

  .last_step_area {
    height: 550px;
  }

  p.last_step_number {
    font-size: 3.2rem;
    width: 70px;
  }

  .qr {
    width: 90px;
  }

  .last_step_text {
    left: 50%;
    transform: translateX(-50%);
  }

  .step_box_downloadarea {
    display: block;
    max-width: 350px;
    margin: auto;
  }
  .faq-content .faq-detail__item dd ol{
    padding: 0 2rem 0 7rem;
  }

/* faq */
.section-faq{
  margin-bottom: 50px;
}
.faq-content .faq-detail__item dt{
  padding-left: 1rem;
}
.faq-content .faq-detail__item dt p{
  font-size: 2rem;
  padding-left: 1.5rem;
  line-height: 3rem;
}
.faq-content .faq-detail__item dt::before{
    font-size: 3rem;
    font-weight: 600;
    background-color: #18983f;
    padding: 0.8rem 1rem;
    border-radius: 50vh;
}
.faq-content .faq-detail__item dd p{
  padding: 0 2rem 0 7rem;
}
.faq-detail__item{
  padding: 2rem 0;
}
/* announce */
.section-announce p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.announce_area2 .link_button{
  font-size: 2rem;
  padding: 0 2rem;
  height: 50px;
}
.announce_area1{
  margin-bottom: 60px;
}
.section-announce{
  margin-bottom: 100px;
}
.contact_box h4{
  font-size: 2.4rem;
line-height: 3.4rem;
margin-bottom: 20px;
}
h2.dotted_2{
  max-width: 100%;
  margin-bottom: 36px;
}
h5{
  align-items: center;
  margin-bottom: 30px;
}
h5 a{
  font-size: 2.8rem;
}
h5 a img{
  width: 32px;
}
.contact_box p{
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.background_green{
  padding-top: 7rem;
}
.announce_area2 .link_button{
  width: 300px;
}

.gf_app{
  margin-top: 60px;
  height: 500px;
}
.googlefit_step_app{
display: block;
}
.googlefit_step_app{
top: 25%;
}
.stepbox_texts{
  padding-left: 0;
}
.step_title h4{
  line-height: 2.8rem;
}
.stepbox_download{
max-width: 350px;
}
}
/* 20250407 箇条書きインテンド */
.faq-content .faq-detail__item .faq_detail_textarea{
position: relative;
}

.faq-content .faq-detail__item .faq_detail_textarea::after {
  border-bottom: 3px dotted #aeaeae;
  content: "";
  position: absolute;
  bottom: -55px;
  right: 0;
  width: 92%;
}

.faq-content .faq-detail__item .faq_detail_textarea dd .fdt_list {
  padding-left: 10.3rem;
  text-indent: -2rem;
}

.faq-content .faq-detail__item .faq_detail_textarea dd .fdt_list::before{
content: "⚫︎ ";
}

/* 20250522 PDF追加 */

.join-guide {
  max-width: 1000px;
  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;
}
.join-notice {
  max-width: 1000px;
  width: 100%;
  height: 80%;
  background-color: #eef4e1;
  margin: 0 auto;
  padding: 10px 20px;
  margin-bottom: 100px;
  margin-top: 10px;
  border-radius: 20px;
}
.join-text {
  display: flex;
  justify-content: center;
  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;
  padding-right: 4rem;
}
.join-mark img {
  width:34px;
  height: auto;
  margin-right: 20px;
  padding-top: 8px;
}

@media (max-width : 768px) {
  /* 参加について */
  .join-mark img {
    height: auto;
    margin-right: 30px;
    padding-top: 7px;
  }
  .join-text p {
    line-height: 30px;
    max-width: 400px;
  }
}


@media (max-width : 480px) {
  .join-guide {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    width: 360px;
    max-width: 100%;
  }
  .guide-icon{
    text-align: center;
  }
  .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: 8px;
    margin-bottom: 50px;
  }
  .join-mark {
    display: block;
  }
  .join-mark img{
    margin-right: 20px;
  }
  .join-text {
    max-width: 100%;
    justify-content: center;
  }
  .join-text p {
    width: 100%;
    max-width: 200px;
    font-size: 1.6rem;
  }
}


/*20251203*/

.stepbox_img {
  align-content: end;
}

.step_box2 {
  max-width: 1000px;
  background-color: #efefef;
  border-radius: 2.5rem;
  border: 2px solid #333;
  margin: 80px auto;
  padding: 60px 60px 0px;
  display: block;
  position: relative;
}

.step_box2 p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.android-attention {
  margin-bottom: 20px;
  font-weight: 100;
}


.step_box3 {
  max-width: 1000px;
  background-color: #eef4e1;
  border-radius: 2.5rem;
  border: 2px solid #569b55;
  margin: 0 auto;
  padding: 60px 60px 0px;
  display: block;
  position: relative;
}

.step_box3 p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.section_step .step_box4 {
  max-width: 1000px;
  background-color: #eef4e1;
  border-radius: 2.5rem;
  border: 2px solid #569b55;
  padding-left: 6rem;
  padding-top: 6rem;
  display: flex;
  margin-bottom: 80px;
}

.only_android {
  display: inline-block;
  background-color: #fff;
  width: 250px;
  height: 40px;
  color: #333;
  text-align: center;
  align-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 2px solid #333;
  z-index: 2;
  position: absolute;
  top: -20px;
  left: 20px;
}

.before-step_title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin-left: 10px;
}


.health-connect_install {
   width: 100%;
}

.health_content_set2 {
  display: block;
}


.stepbox_download2 .google-play-icon img {
   width: 85%;
   height: auto;
   margin-right: 30px;

  
}

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

.stepbox_button p {
  width: 120px;
  height: 40px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #18983f;
  text-align: center;
  align-content: center;
  background-color: #FFF;
}

.step_title2 {
  display: flex;
  align-items: baseline;
  margin-left: 280px;
}

.step_title2 .step_number {
  font-size: 4.2rem;
  font-weight: bold;
  color: #569b55;
}

.step_title2 h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #569b55;
  margin-left: 10px;
}

.before-step_note {
  margin-top: 40px;
  width: 80%;
  text-align: left;
  align-items: center;

}
.health_content_set {
  width: 100%;
 display: flex;
 margin: 30px auto;
 justify-content: space-between;
}

.stepbox_download {
  margin: 20px auto;
}

.stepbox_download2 {
  display: flex;
  align-items: end;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 30px;
}

.health_content_set img {
 margin-top: 20px;
 width: 50%;
 height: 50%;
 object-fit: contain;
}

.attention_mini {
  width: 100%;
  display: flex;
}
.attention_mini img {
  width: 105px;
  
}
.attention_mini p {
  font-size: 1.2rem;
}

.android-attention {
  display: flex;
  align-items: end;
}

.android-attention p {
  vertical-align: bottom;
}

.android-attention img {
  width: 25px;
  margin-right: 10px;
}


.step_box_inner {
  max-width: 100%;
  display: block;
  justify-content:space-between;
}

.step_box_inner p {
  font-size: 1.8rem;
}

.qr1 img {
  width: 105px;
}

.qr1_text {
  padding-left: 15px;
}

.iphone-inner_box {
  margin: 40px 30px 0;
  display: flex;
  justify-content: space-between;
}

.iphone-inner_box img {
  width: 400px;
}

.android-inner_box {
  margin: 40px 30px 0;
  display: flex;
  justify-content: space-between;
}

.android-inner_box img {
  width: 400px;
}
.sp-name {
  width: 120px;
  height: 40px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #17983f;
  text-align: center;
  align-content: center;
  background-color: #FFF;
  margin: 30px 0;
}

.sp_step-box {
  width: 100%;
  display: block;
  margin: 0 65px;
  justify-content: end;
}

.stepbox_download {
  display: flex;
  align-items: end;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

.border {
  margin-top: 0;
  border-top: 2px dotted #aeaeae;
}

.text-green {
  color: #17983f;
}

.sp-only {
  display: none;
}



@media (max-width : 480px) {

.before-step_title {
  line-height: 1.4;
}

.section_step .step_box {
  padding: 30px 30px 0px;
}

.section_step .step_box2 {
  padding: 30px 30px 0px;
}

.step_box2 p {
  font-size: 1.6rem;
  text-align: left;
}

.section_step .step_box3 {
  padding: 30px 30px 0px;
}

.step_box3 P {
  font-size: 1.6rem;
}

.section_step .step_box4 {
  padding: 30px 30px 0px;
  flex-direction: column-reverse;
  margin-bottom: 80px;
}

.before-step_note {
  width: 100%;
}

.health_content_set {
  display: block;
}

.health_content_set img {
  width: 100%;
}

.qr1 img {
  width: 100px;
}

.qr1_text {
  padding-top: 50px;

}

.stepbox_download1 {
  display: flex;
  align-items: stretch;
  margin-right: 25px;
  margin-left: 10px;
}

.stepbox_download {
  text-align: left;
  justify-content: space-around;
}

.stepbox_download2 {
  display: flex;
  align-items: end;
  width: 100%;
  padding-left: 0px;
  justify-content: space-around;
}

.sp_step-box {
  margin: 30px auto;
}

.step_title2 {
  margin-left: 10px;
}

.sp-text {
  margin-top: 20px;
}

.stepbox_button p {
  margin-left: 0px;
}

.iphone-inner_box {
  display: block;
}

.android-inner_box {
  display: block;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

}