@charset "utf-8";

/*---- 共通 ----*/

@media screen and (min-width:850px) and (max-width:1159px) {


  /* プロローグ */

  .prologue-contents {
    width: 94%;
    min-width: 789px;
  }

  /* ページ内リンク遷移位置調整 */
  section::before {
    content: '';
    display: block;
    padding-top: 280px;
    margin-top: -280px;
  }

  /* ページ内リンク */
  .section-link a {
    width: 43vw;
  }

  .section-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 20px;
    margin: 40px auto 10px auto;
  }

  .section-link a {
    font-size: 13px;
    padding-left: 20px;
  }

  .section-link li a::after {
    right: 20px;
  }

}

@media screen and (max-width:850px) {

  /* リンク */
  .section-link {
    display: block;
    width: 100%;
    max-width: 680px;
    min-width: 362px;
  }

  .section-link a {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
  }

/* バナー */
a.banner-link{
    max-width: 400px;
}


  /* プロローグ */

  .prologue-contents {
    width: 80%;
    max-width: 680px;
    min-width: 360px;
    padding-top: 47px;
    padding-bottom: 70px;
  }

  /* 見出し h2 */
  .sas h2,
  .symptoms h2 {
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  /* 文章 */
  .sas article p,
  .symptoms article p {
    line-height: 28px;
  }

  /* オレンジ文字 */
  p.important {
    font-size: 16px;
  }
}


@media screen and (max-width:450px) {


  .section-link li a {
    line-height: 22px;
  }

  .section-link-list__br a::after {
    top: 28px;
  }

  .section-link a {
    font-size: 16px;
  }

}


/*------------- 睡眠時無呼吸症候群とは --------------*/

@media screen and (min-width:850px) and (max-width:1159px) {

  /*---- 睡眠時無呼吸症候群の症状 ----*/

  .about__symptoms-container img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:850px) {

  .about__level,
  .about__cause,
  .about__symptoms,
  .about__check {
    margin-top: 50px;
  }

  /*---- 無呼吸低呼吸指数（AHI）の水準値 ----*/

  /* .article-sas__about section {
    margin-top: 60px;
} */



  .about__level__1 {
    margin-bottom: 23px;
  }

  .about__level__2-container {
    margin-bottom: 23px;
  }


  /*---- 睡眠時無呼吸症候群の原因 ----*/

  .about__cause h3 {
    margin-top: 23px;
    margin-bottom: 12px;
  }

  .about__cause__last {
    margin-top: 30px;
  }

  /*---- 睡眠時無呼吸症候群の症状 ----*/

  .about__symptoms-container {
    display: block;

    margin-top: 23px;
    margin-bottom: 33px;
  }

  .about__symptoms-container img {
    width: 100%;
    height: auto;
  }

  .about__symptoms-container h3 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 7px;
  }

  .about__symptoms-container p {
    width: 100%;
    margin-bottom: 23px;
  }


  /*---- 睡眠時無呼吸症候群（SAS）の自己診断チェックリスト ----*/

  .about__check {
    margin-bottom: 100px;
  }

  .ul-about__check {
    line-height: 32px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 45px;
  }

  p.about__check__2 {
    margin-bottom: 23px;
  }
}

@media screen and (max-width:450px) {

  /*---- 睡眠時無呼吸症候群の原因 ----*/

  .about__cause h3 {
    font-size: 18px;
  }

  /*---- 睡眠時無呼吸症候群（SAS）の自己診断チェックリスト ----*/

  p.about__check__2 {
    font-size: 16px;
  }
}

/*------------- 睡眠時無呼吸症候群になりやすい方 --------------*/

@media screen and (min-width:850px) and (max-width:1159px) {

  .dl-caution__caution {
    width: 43%;
  }

  /*---- 睡眠時無呼吸症候群の予防法 ----*/

  .caution__prevention-contents img {
    width: 280px;
    height: 172px;
  }

  .caution__prevention-contents dl dt {
    width: 85%;
  }

  .caution__prevention-contents dl dd {
    width: 85%;
  }
}

@media screen and (max-width:850px) {

  .caution__caution .important {
    margin-top: 23px;
  }


  .dl-caution__caution {
    width: 100%;
  }

  .caution__caution-container {
    margin-top: 60px;
  }

  /* .caution__caution-container dl {
  padding: 20px 20px 30px 20px;
} */

  /* .caution__caution-container dt {
  margin-bottom: 20px;
} */

  .caution__caution-container dd {
    line-height: 28px;
  }

  /*---- 睡眠時無呼吸症候群の予防法 ----*/

  .caution__prevention {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .caution__prevention-container {
    padding: 20px 20px 40px 20px;
  }

  .caution__prevention-container h3 {
    margin-bottom: 23px;
  }


  .caution__prevention-contents {
    display: block;
  }

  .caution__prevention-contents img {
    width: 100%;
    height: auto;
  }

  .caution__prevention-contents dl dt:first-child {
    margin-top: 20px;
  }

  .caution__prevention-contents dl dd {
    /* width: 560px; */
    width: 97%;
    margin-bottom: 45px;
  }

  .caution__prevention-container__1 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .caution__prevention-container__2,
  .caution__prevention-container__3 {
    margin-bottom: 20px;
  }

  .caution__prevention-container__4 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:450px) {

  .caution__caution-container dt {
    font-size: 18px;
  }

  /*---- 睡眠時無呼吸症候群の予防法 ----*/

  .caution__prevention-container h3 {
    font-size: 18px;
  }
}


/*-------------睡眠時無呼吸症候群のc・診断・治療 --------------*/

/*---- 睡眠時無呼吸症候群の検査 ----*/

@media screen and (max-width:850px) {

  .treatment__inspection {
    margin-top: 50px;
  }

  .treatment__inspection h3 {
    margin-top: 50px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width:450px) {

  .treatment__inspection h3 {
    font-size: 18px;
  }
}

/*---- 睡眠時無呼吸症候群の診断 ----*/

@media screen and (max-width:850px) {

  .treatment__diagnosis {
    margin-top: 50px;
  }

  .treatment__diagnosis .important {
    margin-top: 50px;
  }

}

/*---- 睡眠時無呼吸症候群の治療 ----*/


@media screen and (max-width:850px) {

  .treatment__treatment {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .treatment__treatment-container {
    display: block;
  }

  .treatment__treatment-contents {
    width: 100%;
  }

  .treatment__treatment-contents p.important {
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .treatment__treatment-container img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

}

/*------------- 睡眠時無呼吸症候群のリスク・合併症について --------------*/


@media screen and (min-width:850px) and (max-width:1159px) {

  /*---- 睡眠時無呼吸症候群（SAS）のリスク ----*/

  .risk__risk img {
    width: 280px;
    height: 146px;
  }

}


@media screen and (max-width:850px) {

  /*---- 睡眠時無呼吸症候群（SAS）のリスク ----*/
  .risk__risk,
  .risk__complications {
    margin-top: 50px;
  }

  .risk__risk-container {
    margin-top: 23px;
    display: block;
    /* margin-bottom: 50px; */
  }

  .risk__risk-container img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }


  .risk__risk h3 {

    border-bottom: 1px solid #4EB4B8;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }


  .risk__risk-contents {
    width: 100%;
  }

  /*---- 睡眠時無呼吸症候群の合併症 ----*/

  .risk__complications h3 {
    margin-bottom: 12px;
  }

  .p-risk__complications__1 {
    margin-bottom: 50px;
  }

  .risk__complications-contents {
    margin-bottom: 50px;
  }

  .p-risk__complications__last {
    padding-top: 0;
    margin-bottom: 100px;
  }

}

@media screen and (max-width:450px) {
  /*---- 睡眠時無呼吸症候群の合併症 ----*/

  .risk__complications h3 {
    font-size: 18px;
  }
}


/*------------- 睡眠時無呼吸症候群・CPAP治療について --------------*/

@media screen and (max-width:850px) {

  .crap__crap,
  .crap__effect,
  .crap__period {
    margin-top: 50px;
  }

  /* dl */

  .article-sas__crap dl {
    padding: 20px 20px 60px 20px;
    margin-bottom: 20px;
  }

  .article-sas__crap dl dd {
    margin-bottom: 23px;
  }

  /* ul */

.crap__effect ul li,.crap__period ul li{
  font-size: 16px;
  line-height: 28px;
}

/*---- CPAP療法とは ----*/

.crap__crap-container{
  display: block;
}

.crap__crap-container p{
  width: 60%;
}

.crap__crap-container img {
  width: 100%;
  max-width: 680px;
  height: auto;
  margin-bottom: 20px;
}

.crap__crap-container p {
  width: 100%;
}

/*---- CPAP療法の効果 ----*/

.crap__effect dl{
  background-color: #E2F3F4;
}

/*---- CPAP療法の治療期間 ----*/

.crap__period{
  margin-bottom: 100px;
}


  /*---- CPAPはいつまで使うのか ----*/

  /* .crap__until {
    margin-bottom: 100px;
  } */
}

/*------------- いびき・いびきがうるさい --------------*/

@media screen and (min-width:850px) and (max-width:1159px) {

  /*---- いびきの原因 ----*/
  .snore__cause-contents {
    width: 42%;
  }

  /*---- いびきの対策、改善方法 ----*/
  .snore__countermeasure-contents {
    width: 94%;
    min-width: 789px;
  }

}

@media screen and (max-width:850px) {

  .snore__snore,
  .snore__reason,
  .snore__cause,
  .snore__sign,
  .snore__sas,
  .snore__countermeasure,
  .snore__consultation {
    margin-top: 50px;
  }


  /*---- いびきがうるさいと言われる ----*/

  .snore__snore-container {
    display: block;
  }

  .snore__snore-container p {
    width: 100%;
  }

  /*---- いびきをかく理由は？ ----*/
  .snore__reason dl {
    margin-top: 50px;
  }

  .snore__reason dl dt {
    margin-bottom: 10px;
  }

  /*---- いびきの原因 ----*/

  .snore__cause-container {
    display: block;
    margin-top: 50px;
  }

  .snore__cause-contents {
    width: 100%;
    padding: 20px 20px 60px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .snore__countermeasure-contents {
    width: 80%;
    max-width: 680px;
    min-width: 360px;
  }

  .snore__countermeasure-contents ul {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  /* dl */
  .snore__countermeasure dl {
    padding: 23px 20px 35px 20px;
  }

  .snore__countermeasure dl dd {
    margin-bottom: 23px;
  }

  .dl-snore__countermeasure__1 {
    margin-top: 23px;
    margin-bottom: 20px;
  }

  .dl-snore__countermeasure__2 {
    margin-top: 50px;
  }

  /*---- いびきでお悩みの方は当院までご相談ください ----*/

  .snore__consultation {
    margin-bottom: 100px;
  }

  .snore__consultation-container {
    display: block;
  }

  .snore__consultation-container img {
    width: 100%;
    margin-bottom: 20px;
  }


}

@media screen and (max-width:450px) {

  .snore__cause h3 {
    font-size: 20px;
  }

}

/*------------- 昼間の眠気・日中の眠気 --------------*/

@media screen and (max-width:850px) {

  .drowsiness__cause,
  .drowsiness__countermeasure,
  .drowsinesse__disease {
    margin-top: 50px;
  }

  /*---- 日中眠い・昼間の眠気の原因は？ ----*/
  .drowsiness__cause-container {
    margin-top: 50px;
  }

  .drowsiness__cause-container p {
    margin-bottom: 23px;
  }

  /*---- 昼間・日中の眠気の対策・改善策 ----*/

  .drowsiness__countermeasure dl {
    padding: 20px 20px 50px 20px;
  }

  .drowsiness__countermeasure dl dd {
    line-height: 28px;
  }

  .drowsiness__countermeasure-dt__1 {
    margin-top: 23px;
  }

  /*---- 昼間・日中の眠気を引き起こす病気 ----*/

  .drowsinesse__disease {
    margin-bottom: 100px;
  }

  .drowsinesse__disease-container {
    margin-top: 24px;
    margin-bottom: 60px;
  }

  .drowsinesse__disease-container p {
    margin-bottom: 50px;
  }

  .drowsinesse__disease-container p:last-child {
    margin-bottom: 60px;
  }
}

@media screen and (max-width:450px) {

  .symptoms__drowsiness h3 {
    font-size: 18px;
  }
}

/*------------- 居眠り運転・運転中の眠気 --------------*/

@media screen and (min-width:850px) and (max-width:1159px) {

  .driving__cause img {
    width: 40%;
    height: auto;
  }


  /*---- 運転中の眠気の原因は睡眠時無呼吸症候群（SAS）かも？ ----*/

  .driving__sas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .driving__sas-container::after {
    content: none;
  }
}

@media screen and (max-width:850px) {

  .driving__cause,
  .driving__sas,
  .driving__prohibited {
    margin-top: 50px;
  }

  /*---- 居眠り運転・運転中の眠気の原因 ----*/

  .driving__cause-flex {
    display: block;
  }

  .driving__cause-flex p {
    width: 100%;
    /* max-width: 666px; */
  }

  .driving__cause dl {
    margin-bottom: 23px;
  }

  .driving__cause dl dt {
    /* margin-bottom: 20px; */
    margin-top: 23px;
  }

  .driving__cause dl dd {
    line-height: 30px;
  }

  /*---- 運転中の眠気の原因は睡眠時無呼吸症候群（SAS）かも？ ----*/

  .driving__sas-container {
    display: block;

    margin-top: 50px;
    margin-bottom: 20px;
  }

  .driving__sas-container dl {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  /*---- 睡眠時無呼吸症候群（SAS）は運転禁止ですか？ ----*/

  .driving__prohibited .important {
    margin-top: 50px;
  }

  .driving__prohibited {
    margin-bottom: 100px;
  }
}

@media screen and (max-width:450px) {

  .symptoms__driving dl dt {
    font-size: 18px;
  }

}

/*------------- 寝汗をよくかく・寝苦しい・熟睡できない --------------*/

@media screen and (max-width:850px) {

  .discomfort__cause,
  .discomfort__countermeasure {
    margin-top: 50px;
  }

  /*---- 寝汗・寝苦しい・熟睡できない原因は？ ----*/

  .discomfort__cause-flex {
    display: block;
  }

  .discomfort__cause-flex img {
    width: 100%;
    height: auto;
  }

  .discomfort__cause-flex p {
    width: 100%;
    max-width: 680px;
    margin-top: 20px;
  }

  /*---- 寝汗・寝苦しい・熟睡できない原因に対する改善策は？ ----*/

  .discomfort__countermeasure-container h3 {
    margin-top: 20px;
    /* margin-bottom: 20px; */
  }

  .discomfort__countermeasure-container dl dt {
    margin-bottom: 6px;
  }

  .discomfort__countermeasure-container dl dd {
    margin-bottom: 20px;
    line-height: 28px;
    padding-left: 0px;
  }

  .discomfort__countermeasure {
    margin-bottom: 100px;
  }

}

@media screen and (max-width:450px) {

  /*---- 寝汗・寝苦しい・熟睡できない原因に対する改善策は？ ----*/

  .discomfort__countermeasure-container h3 {
    font-size: 18px;
  }
}


/*------------- 寝起きが悪い --------------*/

@media screen and (max-width:850px) {

  .waking-up__cause,
  .waking-up__countermeasure,
  .waking-up__disease,
  .waking-up__sas {
    margin-top: 50px;
  }

  .waking-up__cause dl dt,
  .waking-up__countermeasure dl dt,
  .waking-up__disease dl dt {
    margin-bottom: 6px;
  }

  .waking-up__cause dl dd,
  .waking-up__countermeasure dl dd,
  .waking-up__disease dl dd {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .symptoms__discomfort dl dd {
    line-height: 28px;
  }


  /*---- 寝起きが悪い原因  ----*/

  .waking-up__cause-flex {
    display: block;
  }

  .waking-up__cause-contents {
    width: 100%;
    /* max-width: 666px; */
  }

  .waking-up__cause-contents img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .dl-waking-up__cause__1 {
    margin-top: 20px;
  }

  /*---- 寝起きが悪い対策 ----*/

  .waking-up__countermeasure dl {
    padding: 20px 20px 25px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /*---- 寝起きの悪い・目覚めの悪さと睡眠時無呼吸症候群 ----*/

  .dl-waking-up__sas-flex {
    display: block;
  }

  .waking-up__sas dl {
    margin-top: 20px;
    /* margin-bottom: 30px; */
    line-height: 28px;
  }


  .waking-up__sas dl dt {
    padding-right: 0;
    padding-bottom: 5px;
  }

  .waking-up__sas dl dd {
    margin-bottom: 15px;
  }

  .waking-up__sas {
    margin-bottom: 100px;
  }
}


/*------------- 口呼吸になる・口が渇く --------------*/

@media screen and (min-width:850px) and (max-width:1159px) {

  /*---- 口呼吸になる・口が乾く改善策 ----*/
  .mouth-breathing__countermeasure-contents {
    width: 94%;
    min-width: 789px;
  }
}

@media screen and (max-width:850px) {

  .mouth-breathing__cause,
  .mouth-breathing__countermeasure,
  .mouth-breathing__sas {
    margin-top: 50px;
  }


  .symptoms__mouth-breathing h3 {
    margin-bottom: 10px;
  }

  /*---- 寝汗・寝苦しい・熟睡できない原因は？ ----*/

  .mouth-breathing__cause-contents {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .mouth-breathing__cause-contents p {
    margin-bottom: 30px;
  }

  /*---- 口呼吸になる・口が乾く改善策 ----*/

  .mouth-breathing__countermeasure-contents {
    width: 80%;
    max-width: 680px;
    min-width: 360px;
  }

  .mouth-breathing__countermeasure-item {
    padding: 20px 20px 40px 20px;
    margin-top: 20px;
  }

  .mouth-breathing__countermeasure-item p {
    margin-bottom: 20px;
  }

  /*---- 口呼吸になる・口が乾くと睡眠時無呼吸症候群(SAS) ----*/

  .mouth-breathing__sas-flex {
    display: block;
  }

  .mouth-breathing__sas-flex img {
    width: 100%;
    max-width: 680px;
    height: auto;
    margin-bottom: 20px;
  }

  .mouth-breathing__sas-flex p {
    width: 100%;
    max-width: 680px;
  }

  .mouth-breathing__sas {
    margin-bottom: 100px;
  }
}


@media screen and (max-width:450px) {

  .symptoms__mouth-breathing h3 {
    font-size: 18px;

    margin-bottom: 20px;
  }

  .symptoms__mouth-breathing h3 {
    font-size: 18px;
  }
}


/*------------- 身体がだるい・疲れが取れない --------------*/

@media screen and (max-width:850px) {

  .feeling-tired__worries,
  .feeling-tired__cause,
  .feeling-tired__countermeasure,
  .feeling-tired__sas {
    margin-top: 50px;
  }

  .symptoms__feeling-tired h3 {
    margin-bottom: 10px;
  }

  /*---- 身体のだるさ・疲れが取れないとお悩みの方へ ----*/
  .feeling-tired__worries-flex {
    display: block;
  }

  .feeling-tired__worries-flex img {
    width: 100%;
    max-width: 680px;
    height: auto;
    margin-bottom: 20px;
  }


  .feeling-tired__worries-flex p {
    width: 100%;
    max-width: 680px;
  }

  /*---- 身体のだるさ・疲れが取れない原因 ----*/

  .feeling-tired__cause-container {
    margin-top: 20px;
  }

  .feeling-tired__cause-container p {
    margin-bottom: 20px;
  }

  /*---- 身体のだるさ・疲れが取れない改善策 ----*/

  .feeling-tired__countermeasure-container {
    padding: 20px 20px 40px 45px;
    margin-top: 20px;
  }

  .feeling-tired__countermeasure-container ul {
    line-height: 30px;
    margin-top: 10px;
  }

  .feeling-tired__countermeasure-container h3 {
    margin-top: 20px;
  }

  /*---- 身体のだるさ・疲れが取れないと睡眠時無呼吸症候群(SAS) ----*/

  .feeling-tired__sas ul {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .feeling-tired__sas {
    margin-bottom: 100px;
  }
}

@media screen and (max-width:450px) {

  .symptoms__feeling-tired h3 {
    font-size: 18px;
  }
}

/*------------- 朝起きたときの頭痛 --------------*/

@media screen and (max-width:850px) {

  .morning-headache__cause,
  .morning-headache__countermeasure,
  .morning-headache__sas {
    margin-top: 50px;
  }

  .symptoms__morning-headache ul {
    line-height: 30px;
  }

  /*---- 朝起きたときの頭痛の原因 ----*/

  .morning-headache__cause-flex {
    display: block;
  }

  .morning-headache__cause-flex img {
    width: 100%;
    max-width: 680px;
    height: auto;
    margin-top: 20px;
  }

  .morning-headache__cause-flex p {
    width: 100%;
    max-width: 680px;
  }

  .morning-headache__cause h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /*---- 朝起きたときの頭痛の対策 ----*/

  .morning-headache__countermeasure-container {
    padding: 20px 25px 35px 20px;
    margin-top: 20px;
  }

  .morning-headache__countermeasure h3 {
    margin-bottom: 10px;
  }

  .morning-headache__countermeasure-container ul {
    margin-bottom: 20px;
  }

  /*---- 朝起きたときの頭痛と睡眠時無呼吸症候群 ----*/

  .morning-headache__sas ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .morning-headache__sas {
    margin-bottom: 100px;
  }
}

@media screen and (max-width:450px) {

  .symptoms__morning-headache h3 {
    font-size: 18px;
  }
}


/*------------- 寝ている時に呼吸が止まる --------------*/

@media screen and (max-width:850px) {

  .breathing-stops__stops,
  .breathing-stops__countermeasure,
  .breathing-stops__sas {
    margin-top: 50px;
  }

  /*---- 呼吸が止まる ----*/

  .breathing-stops__stops-flex {
    display: block;
  }

  .breathing-stops__stops-flex img {
    width: 100%;
    max-width: 680px;
    height: auto;
    margin-bottom: 20px;
  }

  .breathing-stops__stops-flex p {
    width: 100%;
    max-width: 680px;
  }

  .breathing-stops__stops h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .breathing-stops__stops h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .breathing-stops__stops ul {
    line-height: 30px;
  }

  /*---- 呼吸が止まるときの対策 ----*/

  .breathing-stops__countermeasure-container {
    padding: 20px 25px 45px 20px;
    margin-top: 20px;
  }


  .breathing-stops__countermeasure-container h3 {
    margin-bottom: 20px;
  }

  .h3-breathing-stops__countermeasure-container__2 {
    margin-top: 30px;
  }


  .breathing-stops__countermeasure-container dl {
    line-height: 28px;
  }

  .breathing-stops__countermeasure-container dl dd {
    margin-bottom: 20px;
  }

  /*---- 呼吸が止まると睡眠時無呼吸症候群 ----*/

  .breathing-stops__sas {
    margin-bottom: 100px;
  }

}

@media screen and (max-width:450px) {

  /*---- 呼吸が止まる ----*/

  .breathing-stops__stops h3 {
    font-size: 18px;
  }

  .breathing-stops__stops h4 {
    font-size: 18px;
  }

  /*---- 呼吸が止まるときの対策 ----*/

  .breathing-stops__countermeasure-container h3 {
    font-size: 18px;
  }

}