@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
.meiryo {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a,
a:link {
  color: #594c2b;
  text-decoration: none;
}

a:visited {
  color: #594c2b;
}

a:hover {
  color: #594c2b;
}

a:active {
  color: #594c2b;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 320px;
  color: #594c2b;
  font-size: 1.35rem;
  line-height: 1.5;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#container {
  text-align: left;
}

#main {
  margin-bottom: 47px;
}

a[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}

.pc {
  display: none !important;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1024px;
    font-size: 1.5rem;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  a:hover {
    opacity: 0.7;
  }
  #main {
    width: 1000px;
    margin: 0 auto 50px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 76px;
}

#gFooter .pageTop {
  margin-bottom: 25px;
  text-align: center;
}

#gFooter .fInner {
  padding: 42px 15px 34px;
  background-color: #fff;
}

#gFooter .fLogo {
  margin-bottom: 31px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #d8a054;
}

#gFooter .fBox01 {
  margin-bottom: 50px;
}

#gFooter .fBox01 p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 2.4px;
  line-height: 1.4;
}

#gFooter .fBox01 dl {
  margin-bottom: 26px;
  text-align: center;
  letter-spacing: 2.4px;
}

#gFooter .fBox01 dt {
  margin-bottom: 4px;
  font-size: 1.4rem;
  color: #d8a054;
}

#gFooter .fBox01 dd {
  margin-bottom: 33px;
  font-size: 1.2rem;
}

#gFooter .fBox01 dd:last-child {
  margin-bottom: 0;
}

#gFooter .fBox01 .ddStyle {
  font-size: 1.4rem;
}

#gFooter .fBox01 dd .tel {
  text-decoration: underline;
}

#gFooter .fBox01 .map {
  margin: 0 -4px;
  width: 100%;
  height: 363px;
  border: 1px solid #231815;
}

#gFooter .fBox02 .list {
  margin-bottom: 15px;
  padding-bottom: 55px;
}

#gFooter .fBox02 .list li a {
  padding: 20px 25px 18px;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 2.4px;
  background: url("../../img/common/icon03.png") no-repeat right 15px center;
  background-size: 17px auto;
  border-bottom: 1px solid #d8a054;
}

#gFooter .fBox02 .list li:first-child a {
  border-top: 1px solid #d8a054;
}

#gFooter .fBox02 p {
  margin: 0 22px 17px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2.4px;
}

#gFooter .fBox02 .snsUl {
  text-align: center;
}

#gFooter .fBox02 .snsUl li {
  margin: 0 17px;
  display: inline-block;
  vertical-align: middle;
}

#gFooter .copyright {
  padding: 11px 10px 14px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background-color: #323333;
}

.fixdBox {
  position: fixed;
  left: 0;
  display: none;
  bottom: 0;
  width: 100%;
  padding: 2px 10px 5px;
  box-sizing: border-box;
  background-color: #594c2b;
  z-index: 999;
}

.fixdBox p {
  margin-bottom: 2px;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 2.2px;
}

.fixdBox ul {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fixdBox li {
  margin: 0 3px;
  max-width: 116px;
}

.pageTop02 {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1000;
}

@media all and (min-width: 768px) {
  .fixdBox {
    display: none !important;
  }
  #gFooter {
    padding-bottom: 0;
  }
  .pageTop02 {
    bottom: 20px;
    right: 20px;
  }
  .pageTop02 img {
    width: 50px;
  }
  #gFooter .pageTop {
    margin-bottom: 32px;
  }
  #gFooter .fInner {
    padding: 35px 51px;
  }
  #gFooter .fLogo {
    padding: 0 0 37px;
    margin: 0 auto;
    max-width: 922px;
    text-align: left;
    border: none;
  }
  #gFooter .fLogo a:hover {
    opacity: 1 !important;
  }
  #gFooter .fBox01 {
    margin: 0 auto 1px;
    width: 842px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #gFooter .fBox01 .lBox {
    margin-left: 37px;
    width: 300px;
  }
  #gFooter .fBox01 p {
    margin-bottom: 28px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 2.8px;
  }
  #gFooter .fBox01 dl {
    text-align: left;
    letter-spacing: 2.6px;
  }
  #gFooter .fBox01 dt {
    margin: 0 16px 0 0;
    float: left;
    font-size: 1.3rem;
  }
  #gFooter .fBox01 dd {
    margin: 0;
    font-size: 1.3rem;
    padding: 0 0 18px;
  }
  #gFooter .fBox01 .map {
    margin-top: 7px;
    width: 482px;
    height: 266px;
    border-width: 2px;
    box-sizing: border-box;
  }
  #gFooter .fBox02 {
    margin: 0 auto;
    width: 842px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #gFooter .fBox02 .list {
    padding-bottom: 40px;
    width: 288px;
    margin: 0 0 0 37px;
  }
  #gFooter .fBox02 .list li a {
    padding: 6px 17px 9px;
    font-size: 1.6rem;
    background: none;
    letter-spacing: 3.2px;
  }
  #gFooter .fBox02 .rBox {
    width: 56%;
  }
  #gFooter .fBox02 p {
    display: none;
  }
  #gFooter .fBox02 .snsUl li {
    margin: 0 20px;
  }
  #gFooter .copyright {
    padding-top: 17px;
    padding-bottom: 26px;
    font-size: 1.4rem;
  }
  #gFooter .pcBox {
    margin: 60px auto -15px;
    width: 842px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #gFooter .pcBox p {
    width: 45%;
    letter-spacing: 1.4px;
    color: #594c2b;
    line-height: 1.45;
  }
  #gFooter .pcBox .linkUl {
    margin-top: -7px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  #gFooter .pcBox .linkUl li:nth-child(3n-1) {
    margin: 0 2%;
  }
}
@media all and (max-width: 375px) {
  #gHeader h1 {
    width: 230px;
  }
  #gFooter .fBox02 .snsUl li {
    margin: 0 13px;
  }
  .menuBox li a span {
    letter-spacing: 0;
  }
}
@media all and (max-width: 382px) {
  .fixdBox li {
    max-width: 90px;
  }
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	.content
------------------------------------------------------------*/
.content {
  margin: 0 11px;
}

/*------------------------------------------------------------
	.headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 32px;
  font-size: 2.4rem;
  /* color: #594c2b; */
  color: #3e3a39;
  line-height: 1.6;
  text-align: center;
  /* text-shadow: 2.5px 2.5px 5px rgba(35, 24, 21, 0.75); */
  letter-spacing: 2.8px;
}

.headLine01 span {
  margin-bottom: 6px;
  display: block;
  color: #d8a054;
}

@media all and (min-width: 768px) {
  .headLine01 {
    font-size: 2.8rem;
  }
}

/*------------------------------------------------------------
	.headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 25px;
  font-size: 1.65rem;
  text-align: center;
  letter-spacing: -0.9px;
  color: #ee7695;
  line-height: 1.75;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho",
    "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}

@media all and (min-width: 768px) {
  .headLine05 {
    font-size: 2.1rem;
    margin-bottom: 60px;
  }
}
/*------------------------------------------------------------
	.headLine06
------------------------------------------------------------*/
.headLine06 {
  font-size: 1.6rem;
  color: #e84872;
  margin-bottom: 46px;
  /* margin-bottom: 20px; */
}

.headLine06 .txtSpan {
  font-size: 1.25rem;
  color: #3e3a39;
}

#main .headLine06 span {
  font-weight: normal;
  color: #3e3a39;
}

@media all and (min-width: 768px) {
  .headLine06 {
    margin-bottom: 40px;
    /* margin-bottom: 40px !important; */
    font-size: 1.8rem;
  }
  .headLine06 .txtSpan {
    font-size: 1.5rem;
  }
}

/*------------------------------------------------------------
	.comImgBoxR
------------------------------------------------------------*/
.comImgBoxR {
  margin-bottom: 13px;
}

.comImgBoxR .photo {
  margin: -25px -10px 0 -23px;
  width: 40%;
  float: right;
}

.comImgBoxR p {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #595757;
  letter-spacing: -0.4px;
  text-align: justify;
}

@media all and (min-width: 768px) {
  .comImgBoxR {
    margin: 0 auto 40px;
  }
  .comImgBoxR:last-child {
    margin-bottom: 0;
  }
  .comImgBoxR .photo {
    width: 30%;
    margin-top: -100px;
  }
  .comImgBoxR p {
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
  }
}
/*------------------------------------------------------------
	.comImgBoxL
------------------------------------------------------------*/
.comImgBoxL {
  padding: 5px 0 12px;
  margin: 0 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.comImgBoxL .photo {
  width: 43.7%;
}

.comImgBoxL .textBox {
  width: 52%;
  padding-left: 25px;
  box-sizing: border-box;
}

.comImgBoxL .textBox p {
  font-size: 1.1rem;
  color: #595757;
  line-height: 1.75;
  letter-spacing: -0.2px;
  text-align: justify;
}

.comImgBoxL .textBox .ttl {
  font-size: 1.35rem;
  color: #9a8250;
  font-weight: bold;
  line-height: 1.3;
  margin-left: -3px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho",
    "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}

@media all and (min-width: 768px) {
  .comImgBoxL .photo {
    width: 25%;
  }
  .comImgBoxL .textBox {
    width: 72%;
  }
  .comImgBoxL .textBox p {
    font-size: 1.4rem;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
  }
  .comImgBoxL .textBox .ttl {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
/* #pagePath {
  margin-bottom: 12px;
  border: none;
  padding-bottom: 0;
} */

#main .sec01 {
  padding: 45px 0 38px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  #main .sec01 {
    padding: 0 0 30px;
  }
}

#main .sec01 p {
  margin-bottom: 60px;
  font-size: 1.4rem;
  color: #837960;
  font-weight: bold;
  line-height: 1.75;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  #main .sec01 p {
    margin-bottom: 46px;
  }
}

.content {
  margin: 0 60px;
}
@media all and (max-width: 768px) {
  .content {
    margin: 0 19px;
  }
}

#main .bright {
  /* padding: 23px 0 18px; */
  background-color: #fcf6f0;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

#main .bright p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.75;
  /* padding: 0 45px; */
}

/* #main .bright p:last-child {
  margin-bottom: 0;
} */

#main .flow {
  margin-bottom: 32px;
  padding: 34px 0 63px;
  background-color: #fff;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

#main .pcBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .pcBox .lBox {
  width: 50%;
}

#main .pcBox .rBox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .pcBox .rBox {
    width: 100%;
    margin-top: 16px;
    text-align: justify;
  }
}

#main .pcBox .lBox p:last-child {
  margin-bottom: 0;
}

#main .bright {
  /* padding: 30px 0 !important; */
  padding: 40px 0 75px;
}
@media screen and (max-width: 768px) {
  #main .bright {
    padding: 26px 0 20px;
    /* padding: 30px 0 45px; */
  }
}

/*------------------------------------------------------------
	.headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 2.4rem;
  /* color: #594c2b; */
  color: #3e3a39;
  line-height: 1.6;
  text-align: center;
  /* text-shadow: 2.5px 2.5px 5px rgba(35, 24, 21, 0.75); */
  text-shadow: none !important;
  letter-spacing: 2.8px;
  font-weight: bold;
}

.headLine01 span {
  margin-bottom: 6px;
  display: block;
  color: #d8a054;
}

/* @media all and (max-width: 768px) {
  .headLine01 {
    font-size: 2.8rem;
  }
} */
@media all and (min-width: 768px) {
  .headLine01 {
    margin-top: 60px;
    font-size: 2.8rem;
  }
}
.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

/*--------------------------------------------------------
　トップ
---------------------------------------------------------*/
#main .mainImg {
  margin-bottom: 0 !important;
}

#main .comTextBox p {
  padding: 5px 20px 3px !important;
  color: #fff !important;
  font-size: 20px !important;
  position: absolute !important;
  left: 45px !important;
  top: -23px !important;
  background-color: #e84872 !important;
  border-radius: 20px !important;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: initial;
}

#main .comTextBox {
  padding: 60px 80px 30px;
}

#main .comTextBox li {
  color: #595757;
}

#main .comTextBox li .pink {
  color: #e84872;
}

#main .comTextBox-pink {
  border: 2px solid #e84872;
}

@media screen and (max-width: 768px) {
  #main .comTextBox p {
    padding: 2px 11px 0 !important;
    font-size: 9.96px !important;
    position: absolute !important;
    left: 5px !important;
    top: -10px !important;
  }
  #main .comTextBox {
    padding: 30px 10px 20px;
    margin: 0 20px;
  }
  #main .comTextBox li {
    padding-left: 25px;
    font-size: 14px;
  }
  #main .comTextBox li .pink {
    font-size: 19px;
  }
}

/* -----------------------------------------------------
　ララドクターとは (sec02)
------------------------------------------------------ */

.sExpFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexImg-lhaladoctor {
  width: 106px;
  margin: 0 auto 30px;
}
/* .flexImg-pulryal {
  width: 37.47%;
}
.sExpFlex .sExp {
  width: 40%;
} */
@media screen and (max-width: 768px) {
  #main .sec02 {
    padding-bottom: 10px;
  }

  .sExpFlex {
    margin: 0;
  }

  .sExpFlex .sExp {
    width: 100%;
  }
}

/* @media screen and (max-width: 768px) {
  .sExpFlex img {
    margin: 0 auto 24px;
  }
} */

.sExpFlex .sExpBox {
  margin-top: 60px;
  margin-bottom: 16px;
  width: 324px;
}
@media screen and (max-width: 768px) {
  .sExpFlex .sExpBox {
    width: 100%;
    margin-top: 10px;
  }
}
.sExpFlex .sExpBox dt {
  background-color: #fbdcd0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.7rem;
  text-align: center;
}
.sExpFlex .sExpBox dd {
  background-color: #fbeee9;
  padding: 16px 24px;
  font-size: 1.4rem;
}
.sExpFlex .sExpBottom {
  width: 100%;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sExpFlex .sExpBottom {
    padding-bottom: 0;
  }
}

/*--------------------------------------------------------
　効能・効果 (sec03)
---------------------------------------------------------*/
/* .lhaladoctor-wrapper {
  width: auto;
  margin: 0 4%;
} */

.lhaladoctor-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.lhaladoctor-img img {
  width: 270px;
}

.lhaladoPoint-text {
  margin-top: 32px;
}

.lhaladoPoint {
  /* padding-bottom: 40px; */
  margin-bottom: 16px;
}

.lhaladoPoint .lhaladoPointTitle {
  color: #333333;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 12px;
  line-height: 1.75;
  position: relative;
  padding-left: 24px;
}

.lhaladoPoint .lhaladoPointTitle::before {
  content: "";
  background-image: url(../img/icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 68%;
  transform: translateY(-68%);
  left: 0;
}

.pl {
  padding-left: 0.5em;
}

@media screen and (max-width: 768px) {
  #main .sec03 {
    padding-bottom: 10px;
  }
  .sec03 .content {
    margin: 0 10px;
  }
  .lhaladoctor-wrapper {
    margin: 0 auto;
    width: 100%;
  }
  .lhaladoctor-wrapper .headLine06 {
    margin-bottom: 16px;
    padding-left: 10px;
  }
  .lhaladoPoint-text {
    margin-top: 24px;
  }
  .lhaladoPoint {
    margin-bottom: 8px;
  }
  #main .bright .lhaladoPoint .lhaladoPointTitle {
    margin-bottom: 5px;
  }
  #main .bright .lhaladoPoint p {
    margin-bottom: 8px;
  }
}
/*--------------------------------------------------------
　ララドクターの主要有効成分(sec04)
---------------------------------------------------------*/
.component {
  background-color: #fff;
  padding: 28px 32px 10px 24px;
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 45%;
}

#main .bright .component__heading {
  color: #603813;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 13px;
}

.component__list {
  margin-bottom: 40px;
}

.component__list li h4 {
  text-align: center;
  color: #fff;
  background-color: #bb638d;
  line-height: 1.714;
  margin-bottom: 17px;
  /* max-width: 257px; */
}

.component__list:nth-of-type(2) li h4 {
  /* margin-bottom: 6px; */
  margin-bottom: 10px;
}

#main .bright .component__list li p {
  margin-bottom: 6px;
}

#main .bright .component__list:nth-of-type(2) li p {
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  #main .sec04 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #main .sec04 .headLine06 {
    margin-bottom: 14px;
  }
  .component {
    max-width: 314px;
  }
  #main .bright .component__list li:nth-child(2) p {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------
　ララピールより効果が格段にアップ(sec05)
---------------------------------------------------------*/
.sec05 .lhaladoctor-img img {
  width: 275px;
}

@media screen and (max-width: 768px) {
  #main .sec05 {
    padding: 36px 0;
  }
  .sec05 .lhaladoctor-wrapper .headLine06 {
    padding-left: 0;
  }
  #main .sec05 .lhaladoctor-wrapper p {
    margin-bottom: 24px;
  }
}
/*--------------------------------------------------------
　レーザーや光治療との併用で相乗効果(sec06)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #main .sec06 {
    padding-top: 40px;
  }
  .sec06 .lhaladoctor-wrapper .headLine06 {
    padding-left: 0;
  }
}

/*--------------------------------------------------------
　注意事項
---------------------------------------------------------*/
.sNotes li {
  /* width: 84%; */
  /* margin: 0 auto; */
  line-height: 1.71;
  color: #595757;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sNotes {
    width: 100%;
  }
}
.sNotes .sNotesBox {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .sNotes .sNotesBox {
    margin-bottom: 20px;
  }
}
.sNotes .sNotesBox h3 {
  margin-bottom: 20px;
}
.sNotes .sNotesBox .notesTitleBox {
  color: #fff;
  background: #c46794;
  padding: 2px 5px;
  /* padding: 5px; */
  min-width: 60px;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.sNotes .sNotesBox:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------
　料金
---------------------------------------------------------*/
/* @media (min-width: 0px) and (max-width: 767px) {
  #main .spTabBox {
    margin: 0 12px 15px;
  }
} */

.link-lhaladoctor {
  margin-top: 30px;
}
#main .comTable {
  margin-bottom: 4px !important;
  width: 100%;
  border-collapse: collapse;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

#main .comTable th {
  padding: 3px 5px 2px 15px;
  width: 50%;
  font-weight: normal;
  color: #3e3a39;
  text-align: left;
  vertical-align: top;
  background-color: #f0efee;
  border: 0.25px solid #c9c9c9;
  /* border: 1px solid #595757; */
}
@media screen and (max-width: 768px) {
  #main .comTable th {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    /* padding: 6px 8px 5px 18px; */
    padding: 10px 8px 8px 18px;
  }
}

#main .comTable td {
  padding: 3px 5px 2px 15px;
  width: 25%;
  font-weight: normal;
  color: #3e3a39;
  border: 0.25px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  #main .comTable td {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    padding: 10px 8px 8px 8px;
  }
}

#main .comTable .taLeft {
  border-left: none;
  width: 50%;
}

#main .comTable tr:nth-child(2n) td {
  /* background-color: #fef5f1; */
  background-color: #fff !important;
}

#main .comTable th:first-child {
  border-left: none;
}

#main .comTable td:last-child {
  /* padding-right: 15px !important; */
  text-align: right;
  border-right: none;
  color: #666666;
}

#main .comTable.mb0 {
  margin-bottom: 0 !important;
}

@media all and (max-width: 375px) {
  #main .comTable td:last-child {
    padding-left: 0 !important;
  }
}
@media all and (min-width: 768px) {
  #main .comTable th {
    padding: 15px;
    font-size: 1.6rem;
  }
  #main .comTable td {
    padding: 15px;
    font-size: 1.6rem;
  }
}

#main .comTextBox {
  /* margin: 0 0 28px !important; */
  padding: 60px 80px 30px;
} /*# sourceMappingURL=sunekos.css.map */
@media all and (max-width: 768px) {
  #main .comTextBox {
    padding: 30px 10px 20px;
    margin: 0 20px;
  }
}

/*--------------------------------------------------------
　よくあるご質問
---------------------------------------------------------*/
#main .faq-lhaladoctor {
  padding: 0 21px;
}

#main .faq-lhaladoctor dt,
#main .faq-lhaladoctor dd {
  color: #3e3a39;
  font-size: 1.4rem;
}

#main .faq-lhaladoctor dd {
  border-bottom: none;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.71;
}

#main .faq-lhaladoctor dd:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 372px;
  height: 0.25px;
  background-color: #c9c9c9;
}
@media screen and (max-width: 768px) {
  #main .faq-lhaladoctor dd:not(:last-child)::after {
    width: 100%;
  }
}
#main .pb-0 {
  padding-bottom: 0;
}

/* #main .bright .text-pulryal {
  font-size: 1.5rem;
} */

#main .mb-20 {
  margin-bottom: 20px;
}
#main .bright .mb-0 {
  margin-bottom: 0;
}
