.img-center {
    display: block;
    margin: auto;
}
.p-center {
    text-align: center;
}
.float-wrap img {
    width: auto;
    max-width: 100%;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
header .rightTxt:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}


/*2022/03/08oki*/
.kanren {
    border: solid 1px #333;
    position: relative;
    padding: 5rem 4rem;
    background: url(img/deco01.png) no-repeat;
    background-size: 100%;
    margin: 9rem auto 5rem;
}
.kanren .midasi {
    background: #005fac;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: bold;
    padding: 12px 58px;
    letter-spacing: 0.05em;
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    width: max-content;
    margin:  auto;
}
.kanren:after {
    font-family: 'Oswald', sans-serif;
    content: "RECOMMEND";
    position: absolute;
    bottom: -0.5rem;
    right: -0.9rem;
    font-size: 7rem;
    color: rgb(0 95 172 / 25%);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 5px;
}

/*2023.01.24*/
.gnavi-list {
	background: #fff;
  padding: 10px 0;
}
.gnavi-list-inn {
	max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
}
.gnavi-list-inn li {
  border-left: 1px dashed #666;
  margin: 0;
  padding: 0;
width: 220px;
}
.gnavi-list-inn li:last-child {
  border-right: 1px dashed #666;
}
.gnavi-list-inn li a {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.gnavi-list-inn li a:hover {
  opacity: 0.7;
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.kanren:after {
    font-size: 5.8rem;
    right: 0;	
}
/*2023.01.24*/	
.gnavi-list {
    display: none !important;
  }	

}

/*20250130*/

/* 親要素のスタイル */
.content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* 各ボックスのスタイル */
.content-container .content-box {
    background-color: #ffffff;
    padding: 20px;
    width: 32%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* 会社名のスタイル */
#index .content-container .company-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

/* キャッチコピーのスタイル */
.content-container .catch {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    background: #005fac;
    text-align: center;
    line-height: 1.5;
    margin: -20px -20px 10px;
    padding: 1rem;
}

.content-container .catch-secondary {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    background: #01c8b1;
    line-height: 1.5;
    padding: 10px;
    margin: 2rem 0;
}

/* 画像のスタイル */
.content-container .image-container {
    text-align: center;
    margin-bottom: 15px;
}

.content-container .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.content-container .image-container .caption {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* 特徴リストのスタイル */
.content-container .features {
    margin-bottom: 15px;
}

#index .content-container .features h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.content-container .features ul {
    list-style-type: none;
    padding-left: 0;
}

#contents .content-container .features ul li {
    font-size: 1.6rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 2rem;
    min-height: 110px;
}

.content-container .features ul li span {
    font-weight: bold;
    color: #333;
}
#contents .content-container .btn-web {
    width: 100%;
}
/* 対応機器のスタイル */
.content-container .device-list {
    margin-bottom: 15px;
    background: #e5eff8;
    padding: 1.5rem;
    min-height: 130px;
}

#index .content-container .device-list h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

#contents .content-container .device-list p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}


.content-container .catch span {
    color: #fff;
    border: none;
    font-size: 2.4rem;
}

.content-container .features ul {
    list-style: none; /* デフォルトのマーカーを消す */
}

#contents .addParts01 .content-container li:before {
    content: "●"; /* 独自のマーカーを追加 */
    display: inline-block; /* インライン表示を適用 */
    margin-right: 8px; /* 余白を調整 */
    color: #01c8b1; /* 色を指定 */
    font-size: 14px; /* サイズ調整 */
    top: 3px;
    left: 0;
    position: absolute;
}


.device-list {}

#index .addParts02 .addParts02_subTit {
    text-align: center;
    background: none;
    border: none;
    background: #005fac;
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 3rem;
}

#index .addParts02 .addParts02_subTit:before {
    content: none;
}

#index .addParts02 .blockTitArea {
    padding: 20px;
    margin: 0 auto 4rem;
    width: 60%;
    border-radius: 0;
    background: #01c8b1;
}

#index .addParts02 .blockTit {
    font-size: 2.6rem;
}

#index .addParts02 .clinic-name {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

#index .addParts02 .addParts02_01 .box {
    width: auto;
}

#index .addParts02 .addParts02_01 .point .box {
    padding: 2rem;];
    border: 1px solid #ddd;
    margin-bottom: 2rem;
}

#index .addParts02 .addParts02_01 .box h4.catch {
    text-align: center;
    margin-bottom: 2rem;
}


#index .addParts02 .addParts02_01 .compatible-equipment h4 {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 2rem;
    background: #fff;
    padding: 10px;
}

.compatible-equipment p {
    text-align: center;
    font-weight: bold;
}


.compatible-equipment {
    background: #e5eff8;
    padding: 3rem;
    margin-bottom: 6rem;
}

#index .addParts02 .addParts02_01 h4 {
    margin: 0 auto;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding: 10px;
    text-align: center;
    margin-top: 3rem;
}

#contents .addParts02 .flow ul li {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #0cd2d0;
    font-size: 2rem;
    border-radius: 4rem;
    margin-bottom: 4rem;
    padding: 1.5rem;
    background: #0cd2d0;
    color: #fff;
    font-weight: bold;
    position: relative;
}

#contents .addParts02 .flow ul li:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #0cd2d0;
    border-right: 2px solid #0cd2d0;
    position: absolute;
    top: calc(88% + 10px);
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
}

#contents .addParts02 .flow ul li:last-of-type:after {
    content: none;
}

.flow {
    background: #e9f8ff;
    padding: 2rem;
    margin-bottom: 3rem;
}
#index .addParts02 .addParts02_01 .box .catch {
    font-size: 1.8rem;
}
/*sp*/
@media screen and (max-width: 768px) {
.content-container {
    display: block;
    gap: unset;
}

.content-container .content-box {
    width: 100%;
    margin-bottom: 3rem;
}

#contents .content-container .features ul li {
    min-height: auto;
}

.content-container .device-list {
    min-height: auto;
}

#index .addParts02 .addParts02_subTit {
    font-size: 2.6rem;
}

#index .addParts02 .blockTitArea {
    width: 90%;
    padding: 10px;
    margin-bottom: 2rem;
}

#index .addParts02 .blockTit {
    font-size: 1.8rem;
}

#index .addParts02 .clinic-name {
    font-size: 1.8rem;
    margin: 0 auto 1rem;
}

#contents #index .point {
    display: block;
    width: 100%;
    max-width: max-content;
    min-height: auto;
    padding: 0;
}

#contents #index .point::before {
    content: none;
}

#index .addParts02 .addParts02_01 h4 {
    font-size: 1.8rem;
    margin: 0 auto 1rem;
}

.compatible-equipment {
    padding: 2rem;
    margin-bottom: 3rem;
}

#index .addParts02 .addParts02_01 .compatible-equipment h4 {
    font-size: 1.8rem;
    max-width: unset;
    width: 100%;
}

#contents .addParts02 .flow ul li {
    padding: 1rem;
}
}
