main #right_column { margin-top: 80px;}
div#hospital { width: 100%;padding: 0 15px; box-sizing: border-box;}
@media screen and (min-width: 768px){
#wrap { width:100%; max-width: 1220px;margin: 10px auto;}
#container {width:100%; max-width: 1220px; box-sizing: border-box;}
main #left_column {width: 30%;max-width: 300px; box-sizing: border-box; margin: 0;}
main #right_column {width: 70%;flex: 1;box-sizing: border-box;margin: 0;}
#pankuzu {padding: 0 15px;box-sizing: border-box; }
div#hospital {width: 100%;max-width: 920px;padding: 0 15px; box-sizing: border-box; }
}
#visi-service .visi-service-title{color:black;}
.page-content { padding-left: 0px; padding-right: 0px; box-sizing: border-box;}
.page-content h2 { font-size: 18px; color: #0202e5; border-bottom: solid 3px  #0202e5; padding: 0.5em 0  0.2em 0; font-weight: bold; margin-bottom: 15px; line-height: 1.2; position: relative;}
.page-content h2:after{ content: ""; height: 3px; width: 30%; position: absolute; right: 0; bottom: -3px; background: #A9A9FD; }
.page-content h2.ex_h2 { font-size: 20px; background: #0202e5; color: #fff; padding: 0.5em 1em; font-weight: bold; margin-bottom: 15px; line-height: 1.2; border-bottom: unset;}
.page-content h2.ex_h2:after{ display: none;}
.page-content h3 { font-size: 17px; color: #0202e5; border-left: solid 4px #0202e5; border-bottom: unset; padding: 0.1em 0  0.1em 0.5em; font-weight: bold; margin-bottom: 15px; line-height: 1.2;}
.page-content .small { font-size: 13px; line-height: 1.5;}
.page-content h4 { font-size: 14px; color: #333; 
/* padding: 1px 8px 1px 3px;  */
font-weight: bold; margin-bottom: 12px; line-height: 1.2;}
/* .page-content h5 { font-size: 12px; color: #fff; background: #777; margin-bottom: 12px; line-height: 1.2; border-radius: 2px; padding: 1px 8px; display: inline-block;} */
.page-content p{ line-height: 1.8; margin-bottom: 15px;}
@media screen and (min-width: 768px){
.page-content { width: 100%; max-width: 920px; padding: 0; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}
.page-content h2.ex_h2 { font-size: 23px; line-height: 1.6; margin-bottom: 25px;}
.page-content h2 { font-size: 21px; line-height: 1.6; margin-bottom: 25px;}
.page-content h3 { font-size: 18px; line-height: 1.6; margin-bottom: 20px;}
.page-content h4 { font-size: 15px; line-height: 1.6; margin-bottom: 12px;}
.page-content h5 { font-size: 13px; line-height: 1.6; margin-bottom: 12px;}
}
.item_header{display: flex; flex-wrap: wrap;}
@media screen and (max-width: 1200px){
.iipLt_br{ display: none;}
}
.cont_inner{ box-sizing: border-box; padding: 0 10px; margin: 0 0 50px 0;}

span.marker {background: linear-gradient(transparent 50%, #ffd700 100%);}

/* fix_20221210_uetani */
main #right_column { margin-top: 80px;}
div#hospital { width: 100%;padding: 0 15px; box-sizing: border-box;}
@media screen and (min-width: 768px){
#wrap { width:100%; max-width: 1220px;margin: 10px auto;}
#container {width:100%; max-width: 1220px;}
main #left_column {width: 30%;max-width: 300px; box-sizing: border-box; margin: 0;}
main #right_column {width: 70%;flex: 1;box-sizing: border-box;margin: 0;}
#pankuzu {padding: 0 15px;box-sizing: border-box; }
div#hospital {width: 100%;max-width: 920px;padding: 0 15px; box-sizing: border-box; }
div#hospital section#price dl.table dd, div#hospital section#deadline dl.table dd { max-width: 195px; }
div#hospital section#deadline .box_wrap .box h4 {max-width: 190px;}
}




/*display flexの指示*/
.flex-f_w-a_c-j_c{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.flex-f_w-a_c-j_sb{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.flex-f_w-a_c-j_sa{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;}

/*image画像等の指示*/
.img_w100 { width: 100%;}

/*image画像　横並びの指示*/
/*フルワイド：画像2枚横並び　width768px以下：画像1枚*/
.full_w2img-768_w1img{ width: 49%;}
/*フルワイド：画像3枚横並び　width768px以下：画像1枚*/
.full_w3img-768_w1img{ width: 32%;}
@media screen and (max-width: 768px){
.full_w3img-768_w1img{ width: 100%;}
}
/*フルワイド：画像4枚横並び　width768px以下：画像1枚*/
.full_w4img-768_w1img{ width: 24%;}
@media screen and (max-width: 768px){
.full_w4img-768_w1img{ width: 100%;}
}

/*フルワイド：画像2枚横並び　width768px以下：画像2枚*/
.full_w2img-768_w2img{ width: 49%;}
/*フルワイド：画像3枚横並び　width768px以下：画像2枚*/
.full_w3img-768_w2img{ width: 32%;}
@media screen and (max-width: 768px){
.full_w3img-768_w2img{ width: 49%;}
}
/*フルワイド：画像4枚横並び　width768px以下：画像2枚*/
.full_w4img-768_w2img{ width: 24%;}
@media screen and (max-width: 768px){
.full_w4img-768_w2img{ width: 49%;}
}

/* 商品パネル */
.item.gousei{ position: relative;}
.item.rubber .details,
.item.gousei .details,
.item.tarpo .details,
.item.toromat .details { color: #000;}
.item_playmat_a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}


/* 新料金表　20240205 */
.price_box_wrap { margin: 0 0 10px 0;}
.price_box_wrap * {box-sizing: border-box;}
.price_box{ width: 100%; display: flex; }
.p_item_L{ width: 35%;  display: flex; flex-wrap: wrap;}
.p_item_R{ width: 65%;  display: flex; justify-content: space-between;}
.p_item_R .title_area{ width: 100%; text-align: center; position: relative; margin: 0 0 15px 0; width: 32%;}
.p_item_R .title_area h4{ position: relative;}
.p_item_R .title_area h4 span{ height: unset !important; line-height: unset !important; margin-bottom: unset !important;  padding-top: unset !important; font-size: 16px !important;}
.p_item_R .title_area i { width: 100%; text-align: center; font-size: 12px !important;}
.p_item_R .title_area:nth-of-type(1) h4 span{ border: solid 1px #E4007F; color: #E4007F; font-weight: bold; padding: 26px 10px 12px 10px !important; }
.p_item_R .title_area:nth-of-type(2) h4 span{ border: solid 1px #00A1E9; color: #00A1E9; font-weight: bold; padding: 26px 10px 12px 10px !important; }
.p_item_R .title_area:nth-of-type(3) h4 span{ border: solid 1px #000000; color: #000000; font-weight: bold; padding: 26px 10px 12px 10px !important; }
.p_item_R .title_area:nth-of-type(1) h4 i{  color: #E4007F !important; margin: 5px 0 0 0; display: inline-block; }
.p_item_R .title_area:nth-of-type(2) h4 i{  color: #00A1E9 !important; margin: 5px 0 0 0; display: inline-block; }
.p_item_R .title_area:nth-of-type(3) h4 i{  color: #000000 !important; margin: 5px 0 0 0; display: inline-block; }
.p_item_R .title_area p { font-size: 15px; font-weight: bold; padding: 10px; position: absolute; top: -30px; width: 90%; left: 5%; text-align: center; }
.p_item_R .title_area:nth-of-type(1) p{ background:  #E4007F; color: #fff; font-weight: bold; border-radius: 20px; }
.p_item_R .title_area:nth-of-type(2) p{ background:  #00A1E9; color: #fff; font-weight: bold; border-radius: 20px; }
.p_item_R .title_area:nth-of-type(3) p{ background:  #000000; color: #fff; font-weight: bold; border-radius: 20px; }
.p_item_R .title_area:nth-of-type(1) p:before {content: ""; position: absolute; top: unset; bottom: -24px; left: calc(50% - 12px);	border: 12px solid transparent;	border-top: 12px solid #E4007F;}
.p_item_R .title_area:nth-of-type(2) p:before {content: ""; position: absolute; top: unset; bottom: -24px; left: calc(50% - 12px);	border: 12px solid transparent;	border-top: 12px solid #00A1E9;}
.p_item_R .title_area:nth-of-type(3) p:before {content: ""; position: absolute; top: unset; bottom: -24px; left: calc(50% - 12px);	border: 12px solid transparent;	border-top: 12px solid #000000;}
.p_item_tit {position: relative; display: flex; flex-wrap: wrap; align-content: center; width: calc(100% - 30px); padding: 7px 10px; color: #000; background: #EBECF5;}
.p_item_tit:before {content: ""; position: absolute; top: calc(50% - 20px);	left: 100%;	border: 20px solid transparent;	border-left: 16px solid #EBECF5;}
.p_item_tit_L{ width: 100%; font-size: 15px; font-weight: bold;}
.p_item_tit_L span{ display: block; width: 100%;}
.p_item_tit_S{ width: 100%; font-size: 12px; margin: 5px 0 0 0;}
.p_item_tit_S_midashi {background: #555; color: #fff;padding: 0px 5px;font-weight: normal;margin: 0 5px 0 0;border-radius: 2px;	font-size: 12px;display: inline-block;}
.p_item_other_link{ width: 100%; margin: 5px 0 0 0;}
.p_item_other_link span { display: inline-block !important; font-size: 10px; padding: 0 3px 0 0;}
.p_bin{ position: relative; width: 32%; display: flex;}
.p_bin a{display: flex; align-items: center; width: 100%; height: 100%; justify-content: center; text-align: center; padding: 10px 0;}
.p_bin_txt{ display: none;}
.p_bin_txt_03{ width: 100%; font-size: 13px; font-weight: bold;}
.p_geki a{ background: #E4007F; color: #fff;}
.p_tsuu a{ background: #00A1E9; color: #fff;}
.p_toku a{ background: #000000; color: #fff;}
.p_bin_txt_03:before { content:url(https://visipri.com/size/img/cart-icon.svg); position: absolute; width:17px;top:35%; right: 5%;z-index:2;}
@media screen and (max-width: 768px){
.price_box_wrap { margin: 0 0 15px 0;}
.p_item_R .title_area{ display: none;}
.price_box{ flex-wrap: wrap; }
.p_item_L{ width: 100%; }
.p_item_tit{ width: 100%; text-align: center; padding: 10px 5px;}
.p_item_tit:before {content: ""; position: absolute; top: unset; bottom: -39px; left: calc(50% - 20px);	border: 20px solid transparent;	border-top: 20px solid #EBECF5;}
.p_item_tit_L span{ display: inline; margin: 0 0 0 10px;}
.p_item_R{ width: 100%; flex-wrap: wrap;}
.p_item_other_link{ margin: 3px 0 0 0; text-align: right; min-height: 18px;}
.p_bin{ position: relative; width: 100%; margin: 3px 0;}
.p_bin_txt{ display: block; width: 50%; padding: 10px; text-align: center;}
.p_geki .p_bin_txt{ border: solid 1px #E4007F; color: #E4007F; }
.p_tsuu .p_bin_txt{ border: solid 1px #00A1E9; color: #00A1E9; }
.p_toku .p_bin_txt{ border: solid 1px #000000; color: #000000; }
.p_bin_txt_03{ width: 50%; }
.p_geki .p_bin_txt_03{ border: solid 1px #E4007F;}
.p_tsuu .p_bin_txt_03{ border: solid 1px #00A1E9;}
.p_toku .p_bin_txt_03{ border: solid 1px #000000;}
.p_bin_txt_01{ font-size: 12px;}
.p_bin_txt_02{ font-size: 15px; font-weight: bold;}
}



/* add */
@media (max-width: 767px) {div#hospital section#choice .box_wrap .box .title_area h4 {text-align: center;}
div#hospital section#choice .box_wrap .box .title_area h4 span {left: 150px;}}
@media (max-width: 500px){div#hospital section#choice .box_wrap .box .title_area h4 span {left: 100px;}}
@media (max-width: 400px){
div#hospital section#choice .box_wrap .box .title_area h4 span {
left: 85px;}}
@media screen and (max-width: 768px){
.koumoku{text-align: center;}
}

/* ===== “～とは？” セクション ===== */
.whatis-floor-sign{
  margin: 35px 0 50px;
  padding: 22px;
  background: #f7f8fc;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: sans-serif;
}

.whatis-head{
  margin-bottom: 18px;
}

.whatis-title{
  font-size: 20px;
  color: #0202e5;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding-left: 12px;
  border-left: 5px solid #0202e5;
  line-height: 1.3;
}

.whatis-lead{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #222;
}

.whatis-sub{
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* ===== タイプ3カード ===== */
.type-cards{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px 0;
}

.type-card{
  flex: 1;
  min-width: 220px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 14px 12px;
  box-sizing: border-box;
  border: 1px solid #e6e8f5;
}

.type-card h4{
  margin: 6px 0 6px 0;
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  font-weight: bold;s
}

.type-card p{
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
}

.type-tag {
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.tag-gum{ background: #347bf9; }
.tag-peel{ background: #4ae3db; }
.tag-strong{ background: #ea5858; }

/* ===== 補足ボックス ===== */
.whatis-note{
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  border: 2px solid #e4007f;
  box-sizing: border-box;
}

.note-title{
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: bold;
  color: #e4007f;
}

.note-text{
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #222;
}

/* ===== タブレット：カードを詰めすぎない ===== */
@media screen and (min-width:901px) and (max-width:1024px){
  .whatis-floor-sign{ padding: 20px; }
  .type-card{ min-width: 200px; }
}

/* ===== 900px以下：スマホ寄せ（読みやすさ優先） ===== */
@media screen and (max-width:900px){
  .whatis-floor-sign{ padding: 16px; }
  .whatis-title{ font-size: 18px; }
  .whatis-lead{ font-size: 14px; }
  .type-card{ min-width: 100%; }
}

/* ==========  セクション直下のメインイメージ ============================= */
/* .plan-description img：各セクション冒頭の説明用画像 */

@media screen and (min-width: 768px) {
    .plan-description {
        margin-bottom: 30px;
    }
}

.plan-description img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-height: 400px;
  /* 装飾 */
  border-radius: 12px;                 /* 角丸 */
  box-shadow: 0 6px 18px rgba(0,0,0,0.15); /* ドロップシャドウ */
}
@media screen and (max-width: 768px) {
  .plan-description img { max-width: 100%; }
}

.top-img{max-width:90%;margin:1vh auto 3vh;display:flex;justify-content: center;}
.top-img a{display: flex;justify-content: center;}
.top-img a img{width:500px;max-width:90%;border-radius:8px;}


/* アコーディオン */
.accordion_wrapper {width:90%;margin: 1.5rem auto;}
.accordion-box {border: 1px solid #ccc;border-radius:.4rem;margin-bottom: 10px;overflow: hidden;}
.accordion-box summary {cursor:pointer;padding:1rem;font-size: clamp(0.9rem, 2.5vw, 1rem);font-weight:bold;display:flex;align-items: center;justify-content: space-between;list-style:none;-webkit-appearance:none;}
.accordion-box summary::-webkit-details-marker {display: none !important;}
.accordion-box summary .icon {transition:transform 0.3s ease;color:#fff;font-size:1.5rem;}
summary h3{text-align: center;font-size:1.1rem!important;color:#ffffff!important;width: fit-content;margin: 0 auto;border:none!important;}
summary h3 span{color:#ffff00;}
.accordion-box summary h4{text-align:center;font-size:1.2rem!important;color:#ffffff!important;width:fit-content;margin: 0 auto;}
.accordion-box summary h4 span{color:#ffff00;}
details[open] summary .icon {transform: rotate(180deg);}
.accordion-box p {padding: 1rem;margin: 0;background: #fff;font-size:.8rem;}
.accordion-box p a{font-weight:bold;border-bottom:2px solid;}
.accordion-box h5{padding:0 12px;font-size: 16px;color:#000c9b;font-weight: bold;}
.accordion-box ul li{font-size:.9rem;margin:0.5rem;}
.bc-img{width:100%;margin:1vh auto;display:flex;flex-wrap: wrap;}
.bc-img img{width: 800px;max-width: 100%;margin: 0 auto;}
#nyukou-sec h4{padding:.4rem;font-size:1.1rem;font-weight: bold;color: #fff;width:fit-content;margin:0 auto;}
#nyukou-sec>.accordion_wrapper{width:80%;margin:0 auto;}
#nyukou-sec>.accordion_wrapper>.accordion-box summary{background: #00078d;padding:.5rem;}
.pad-1rem{padding:.2rem 1rem;}
.pad-1rem p{font-size:1rem;margin:.3rem 0;}
#nyukou-sec{padding:.2rem 1rem;font-size:1rem;}
#nyukou-sec>#nyukou-summary>.accordion-box summary{background:#000;}
@media screen and (max-width:768px){
	#nyukou-sec>.accordion_wrapper{width:100%;}
	.pad-1rem{padding:.2rem .5rem;}
}
/* アコーディオン end*/

#designOP-button{display:block;width:fit-content;margin:0 auto;}
#designOP-button img{display: block;width: 315px;max-width:85%;margin:auto;border-radius:.4rem;box-shadow: 4px 6px 5px #989898;}
#designOP-button:hover{transform:scale(1.05);}

.pad-1rem{padding:.2rem 1rem;}
.pad-1rem p{font-size:1rem;margin:.3rem 0;}
.nyukou-sec{padding:.2rem 1rem;font-size:1rem;}
.nyukou-sec h4{padding:.4rem;font-size:1.1rem;font-weight: bold;background: #0202e5;color: #fff;width:fit-content;margin:.5rem 0;}
.img-sec{display:flex;justify-content:center;margin:2rem auto;}
.img-sec a {display:block;width:350px;max-width:48%;margin:0.5rem;}
.img-sec a img{display:block;width:100%;border:2px solid;border-radius:.4rem;}
@media (max-width:495px) {
	.img-sec{flex-direction:column;align-items:center;}
	.img-sec a{max-width:90%;}
}
.font01{margin:0 auto;padding:0 1.2rem;}
.font01 h4{font-size:1.1rem;font-weight:bold;}
.font01 p{font-size:.9rem;margin:.2rem .5rem;}


/* アコーディオン */
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.content-wrap {position: relative;overflow: hidden;transition: height 0.3s ease;}
.close-btn, .more-btn {display: block;width: 100%;padding: 45px 0 0;position: absolute;bottom: 0;left: 0;text-align: center;background: -moz-linear-gradient(top,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 60%);
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 60%);
background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);z-index:2;}
.close-btn {background: none;}
.slide-up {
padding-bottom: 0;}
.slide-down {padding-bottom: 50px;}
.more-btn p,.close-btn p {display: inline-block;color: #fff;cursor: pointer;padding: 5px 20px;width: 25%;border-radius: 20px;font-size: 1.1rem;font-weight: bold;}
.more-btn p {background-color: #29B6F6;}
@keyframes blinkAnime{
   0% { color: #fff }
 100% { color: #55ff5dff }
}
.close-btn {padding:0;}
.close-btn p {background: #aaa; }
.content-wrap {
--content-txt: 16px;
.content-txt {
font-size: var(--content-txt);}}
@media (max-width: 768px) {.more-btn p,.close-btn p {font-size: 1rem; width: 40%;}}
/* アコーディオン end */

#shouhin-type{
  margin: 30px 0 40px;
}
/* 2カラム（画像＋本文） */
#shouhin-type .type-box{
  background: #fcfcff;
  border: 1px solid #e6e8f5;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 22px;
  box-sizing: border-box;
  display: flex;
  gap: 18px;
  align-items: center;   /* ← 縦中央揃え */
}

/* 左：画像 */
#shouhin-type .type-img{
  flex: 0 0 200px;   /* ← 少し大きく */
  width: 200px;
}

#shouhin-type .type-img img{
  width: 78%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  margin:0 auto;
}

/* 右：テキスト */
#shouhin-type .type-content{
  flex: 1;
  min-width: 0;
}

#shouhin-type .type-box h3{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-left: none;
}

#shouhin-type .type-box p{
  margin: 0;
  font-size: 16px;
  color: #000;
    font-family: sans-serif;
    padding: 0 10px;
}

/* タイプ別アクセント（画像枠の上に細いバーで差分） */
#shouhin-type .type-box.type-gum .type-img img{ border-top: 4px solid #347bf9;max-width: 78%;margin: 0 auto;}
#shouhin-type .type-box.type-peel .type-img img{ border-top: 4px solid #34cac2;max-width: 78%;margin: 0 auto;}
#shouhin-type .type-box.type-strong .type-img img{ border-top: 4px solid #ea5858;max-width: 78%;margin: 0 auto;}

/* 最下部の補足 */
#shouhin-type .type-note{
  margin-top: 10px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}

#shouhin-type .type-note h3{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  border-left: none;
}

#shouhin-type .type-note p{
  margin: 0;
  font-size: 16px;
  color: #000;
}

/* 共通仕様（ラミネート） */
#shouhin-type .type-common{
  background: #fffde2;
  border: 1px solid #cfd9ff;
    font-family: sans-serif;
}

#shouhin-type .type-common h3{
  color: #1f1f1e;
  font-weight: bold;
}

.scene {
    background-color: #eef4ff;
    padding: 15px;
    border-radius: 12px;
    border: solid 2px #bbb0b0;
    margin-bottom: 30px;
}


/* スマホ：画像を上に、テキストを下に */
@media screen and (max-width:768px){
  #shouhin-type .type-box{
    padding: 14px 16px;
    flex-direction: column;
    gap: 10px;
  }

  #shouhin-type .type-img{
    width: 100%;
    flex: none;
  }



  #shouhin-type .type-box h3{
    font-size: 15px;
  }

  #shouhin-type .type-box p,
  #shouhin-type .type-note p{
    font-size: 13.5px;
  }

  #shouhin-type .type-note h3{
    font-size: 15px;
  }
}
/* 既存（PC） */
.floor-usecase .usecase-box{
  display:flex;
  padding: 20px 20px 0 20px;
  border-radius:8px;
}

.usecase-img{
  width:30%;
  min-width:240px;
}

.usecase-img img{
  width:78%;
  border-radius:6px;
}

.usecase-text{
  width:65%;
  padding-left:20px;
  box-sizing:border-box;
}

.recommend_box{
  background:#fff;
  border-left:5px solid #0202e5;
  padding:15px;
  margin-top:15px;
  font-family: sans-serif;
  font-size: 16px;

}
.usecase-box p {
    text-align: left;
}
.rec_title{ font-weight:bold; margin-bottom:8px;}
.rec_strong{ color:#ea5858; font-weight:bold;}
.rec_mid{ color:#34cac2; font-weight:bold;}
.rec_soft{ color:#347bf9; font-weight:bold;}

p.rec_title {
    text-align: center;
    font-size: 18px;
}


/* ===== PC（2カラム・理想形） ===== */
@media screen and (min-width:1025px){
  .usecase-img{
    width:30%;
    text-align: center;
    margin: auto 0;
  }
  .usecase-text{
    width:70%;
    padding-left:20px;
  }
}


/* ===== ここが重要：65%を割り始めるゾーン ===== */
/* タブレット縦・小型タブレット → スマホ形式に統一 */
@media screen and (max-width:1089px){
  .floor-usecase .usecase-box{
    flex-direction:column;
    padding:15px;
  }

  .usecase-img,
  .usecase-text{
    width:100%;
    padding:0;
    text-align: center;
  }

  .usecase-text{
    margin-top:12px;
  }
}

/* ============================
   safety-list 装飾
   ============================ */

.safety-list{
  list-style: none;
  margin: 12px 0 10px;
  padding: 0;
}

.safety-list li{
  position: relative;
  padding: 10px 12px 10px 38px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e3e6f3;
  font-size: 14.5px;
  line-height: 1.7;
  color: #222;
  box-sizing: border-box;
  transition: 0.2s ease;
    font-family: sans-serif;
    font-weight: 700;
}

/* 左側の注意アイコン */
.safety-list li::before{
  content: "!";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e4007f;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}



/* スマホ微調整 */
@media screen and (max-width:768px){
  .safety-list li{
    font-size: 13.5px;
    padding: 9px 10px 9px 34px;
  }

  .safety-list li::before{
    left: 10px;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
  }
}

/* ============================
   ゴムタイプ 特記事項デザイン
   ============================ */

.safety-box h3:has(+ p):contains("ゴムタイプ") {
  /* ※:hasや:containsはブラウザ互換性が低いため使いません */
}

/* クラス付与前提の推奨方法 */
.safety-gum{
  margin-top: 18px;
  padding: 14px 16px;
  background: #fff6f9;
  border: 2px solid #e4007f;
  border-radius: 10px;
}


/* 左に小さな注意アイコン */
.safety-gum h3::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #e4007f;
}

.safety-gum p{
  margin: 6px 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: #333;
}

/* スマホ調整 */
@media screen and (max-width:768px){
  .safety-gum{
    padding: 12px 14px;
  }

  .safety-gum h3{
    font-size: 15px;
  }

  .safety-gum p{
    font-size: 13.5px;
  }
}