
/* // MV箱 */
.MV1 {
    /* width: 100%; */
    /* margin: 0 auto; */
    /* max-width: 1366px; */

    background: url('../img/Rectangle 55.png') no-repeat center center;
    /* background-size:cover; */
    width: 100%;
    /* max-width: 1366px; */
    /* height:100vh; */
    /* height: 80vh; */
    /* height:calc(-120vh + 1000px) ; */
    /* z-index: 100; */
    /* margin: 0 auto; */
    /* position: relative; */
    /* z-index: 3; */
    margin-top: 170px;

}


/* // MV カウセリング　画像 */
.counseling-MV {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    /* height: 290px; */
    
    /* // ゼロにする。 */
    /* // flex-shrink: 0; */

}






/* ///////////
/// 
/// つぶやき見出し
/// 箱55 */
.tubuyakiBLOG-BOX {
    background-color: #8EC542;
    /* // width: 200px; */
    /* // width: 100%; */
    /* // flex-direction: column; */
    flex-direction: row;

    /* width: 1366px; */
    /* // height: 290px; */
    width: 100%;
    margin: 0 auto;
/* margin: 20px; */
/* margin-bottom: 40px; */
/* box-sizing: border-box; */
/* padding: 20px; */
/* flex-wrap: wrap; */
/* z-index: 0; */

}
/* // つぶやき見出し　 */
.tubuyakiBLOG-midashi {
    font-size: 36px;
    /* // width: 100%; */
    color: #fff;
    flex-direction: column;


    /* 理学療法士のつぶやき */
/* position: absolute; */
/* width: 396px; */
/* height: 52px; */
/* left: 120px; */
/* top: 473px; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 52px;
/* display: flex; */
/* align-items: center; */
letter-spacing: 0.11em;

color: #FFFFFF;
padding: 40px;
padding-left: 50px;
padding-bottom: 60px;
/* margin-bottom: 40px; */
/* z-index: 0; */

}

/* // つぶやき見出しの下 */
.tubuyakiBLOG-SPAN {
    /* width: 100%; */
    /* font-size: 36px; */

    /* P&T 院長のBlog */
/* position: absolute; */
/* width: 167px; */
/* height: 30px; */
/* left: 120px; */
/* top: 534px; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
/* ボックスの高さと同一 */
/* display: flex; */
/* align-items: center; */
letter-spacing: 0.11em;

color: #FFFFFF;




}





/* // 一番大きい箱　コンテナー */
.main-container-COUNSELING {
    /* width: 1366px; */
    width: 100%;
    position: relative;
    margin: 0 auto;
    /* z-index: 3; */
    /* max-width: 1366px; */
    /* margin-top: 170px; */
    /* margin-top: 340px; */
    

}

.container {
    max-width: 1124px;
    margin: 0 auto;
    width: 82.28%;
    /* z-index: 2; */

    position: absolute;
    top: 500px;
    /* position: relative; */

}


/* // 大きい箱 */
.COUNSELING-BOX {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* // width: 1366px; */

    /* z-index: 100; */
    /* position: absolute; */
    max-width: 1126px;
    margin: 0 auto;
    width: 82.43%;
    position: relative;

}
/* // 中くらいの箱 */
.COUNSELING-BOX2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* margin: 20px; */
    

    /* z-index: 100; */
    /* justify-content: center; */
    margin: 0 auto;
    max-width: 1366px;
    width: 100%;
    /* margin-left: 25%; */


}


/* ///////////////////////////////////////////////// */
/* // サイドバー */
.sideBOX {
    flex-direction: column;
    width: 270px;
    /* height: 1400px; */
    /* background-color: #4a9241; */
    /* // margin: 10px; */
    padding: 20px;
    /* padding-top: 20px; */
    margin-top: 10px;
    margin-bottom: 30px;

    background: #FFFFFF;
    border: 6px solid #8FC31F;

    /* z-index: 100; */
    /* padding-bottom: 100px; */
    max-width: 308px;
    /* width: 27.35%; */
    width: 50%;
}

/* // 検索 */
/* .input-type-search { */
    /* // width: 260px; */
    /* // height: 40px; */
 /* } */

 .archivetext {
    /* font-size: 22px; */
    /* color: #8FC31F; */
    /* 月間アーカイブ */
font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
/* ボックスの高さと同一 */

color: #8FC31F;
margin-top: 20px;
margin-bottom: 5px;


} 

/* 検索窓　虫眼鏡つき */
.search_box {
    display: inline-block; /* なくても大丈夫だけど、念の為 */
    position: relative;    
    /* 基準値とする */
    /* width: 100px; */
  }
  
  .search_box::before {
    content: "";           /* 疑似要素に必須 */
    width: 12px;           /* アイコンの横幅 */
    height: 12px;          /* アイコンの高さ */
    background: url(../img/img01.png) no-repeat center center / auto 100%; 
     /* 背景にアイコン画像を配置 */
    display: inline-block; 
    /* 高さを持たせるためにインラインブロック要素にする */
    position: absolute; 
       /* 相対位置に指定 */
    top: 10px;            
      /* アイコンの位置。微調整してね */
    left: 6px;           
      /* アイコンの位置。微調整してね */
  }
  
  .search_box input {
    /* padding: 1px 0 0 2em; */
     /* アイコンを設置するため左の余白を多めに指定*/
  }





  /*月を選択  */
  .TSUKISENTAKU {
    padding-right: 135px;
    /* margin-left: 10px; */
    margin-bottom: 17px;
  }



/* //////
/// アコーディオン
/// 月を検索 */
/* .accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;

    background-color: #fff;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;

    background-color: fff;
} */

/* アコーディオンその２ */
.accordion-moon {
    max-width: 200px;
    background-color: #f5f5f5;
}

.accordion-moon:not([open]) {
    margin-bottom: 7px;
}

.accordion-moon summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* padding: 1em 2em; */
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #000000;
    /* font-weight: 600; */
    cursor: pointer;
}

.accordion-moon summary::-webkit-details-marker {
    display: none;
}

.accordion-moon summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 1px;
    height: 1px;
    margin-left: 1px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: '';
    transition: transform .3s;
}

.accordion-moon[open] summary::after {
    transform: rotate(225deg);
}

.accordion-moon p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    /* padding: 1em 2em 2em 2em; */
    color: #050505;
    transition: transform .5s, opacity .5s;
}

.accordion-moon[open] p {
    transform: none;
    opacity: 1;
}



    /* Group */
/* position: absolute; */
/* left: 10.54%; */
/* right: 70.42%; */
/* top: 23.34%; */
/* bottom: 75.35%; */

/* Group */
/* position: absolute; */
/* left: 10.54%; */
/* right: 70.42%; */
/* top: 23.34%; */
/* bottom: 75.35%; */



/* Vector */
/* position: absolute; */
/* left: 10.54%; */
/* right: 70.42%; */
/* top: 23.34%; */
/* bottom: 75.35%; */

/* background: #FFFFFF; */


/* Vector */
/* position: absolute; */
/* left: 10.54%; */
/* right: 70.42%; */
/* top: 23.34%; */
/* bottom: 75.35%; */

/* border: 1.10164px solid #595757; */


.accordion-moon {
/* 月を選択 */
/* position: absolute; */
/* left: 11.83%; */
/* right: 82.02%; */
/* top: 23.51%; */
/* bottom: 75.6%; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 400;
font-size: 20.3923px;
line-height: 30px;

color: #595757;

}



/* //////


// 写真 */
.profile-side-cub {
    /* // width: 256px; */
    /* // height: 203px; */

    /* margin: 20px; */

}
.RIGAKUPRO {
    margin: 5px;
    margin-bottom: 120px;

}


.profile-side-cube_img {
    width: 256px;
    /* height: 203px; */
    /* Vector */
/* position: absolute; */
/* left: 10.54%; */
/* right: 70.72%; */
/* top: 25.73%; */
/* bottom: 67.66%; */

/* background: url(image.png); */

}

/* 最近の投稿とカテゴリーの箱 */
.sidecube-RecentlyPostandCategory {

}
/* 最近の投稿 */
/* 最近の投稿　見出し */
.sidecube-RecentlyPost_MIDASHI {
    /* 最近の投稿 */
/* position: absolute; */
/* left: 10.98%; */
/* right: 80.97%; */
/* top: 36.52%; */
/* bottom: 62.44%; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
/* ボックスの高さと同一 */

color: #8FC31F;
/* margin-bottom: 8px; */
}


/* side-RecentlyPost_text">
        ・肩・腕のしびれと痛み<br>
        ・腰痛に重要な筋肉とは？<br>
        ・自律神経と鍼灸治療 */ 
/* ・肩・腕のしびれと痛み ・腰痛に重要な筋肉とは？ ・二の腕触ってみて下さい！！ ・自律神経と鍼灸治療 */
.side-RecentlyPost_text {
/* position: absolute; */
/* left: 10.54%; */
/* right: 73.06%; */
/* top: 38.31%; */
/* bottom: 57.52%; */

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 32px;
/* または200% */

color: #727171;
}


/* 中央線 */
.PLUS-border-GreenCUBE05 {
    /* Vector */
/* position: absolute; */
/* left: 10.98%; */
/* right: 70.72%; */
/* top: 37.89%; */
bottom: 62.11%;

border: 1px solid #8FC31F;
margin-top: 3px;
margin-bottom: 10px;


}
.PLUS-border-Green05 {
    /* Vector */
/* position: absolute; */
/* left: 10.98%; */
/* right: 70.72%; */
/* top: 37.89%; */
/* bottom: 62.11%; */

/* border: 1px solid #8FC31F; */
/* margin-top: 3px; */
/* margin-bottom: 7px; */

}

/* カテゴリー見出し */
.sidecube-Category_MIDASHI {
    /* カテゴリー */
/* position: absolute; */
/* left: 10.98%; */
/* right: 80.97%; */
/* top: 45.45%; */
/* bottom: 53.51%; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
/* ボックスの高さと同一 */

color: #8FC31F;
margin-top: 120px;



}
/* 中央線 */
.PLUS-border-GreenCUBE04 {
    /* Vector */
/* position: absolute; */
/* left: 10.98%; */
/* right: 70.72%; */
/* top: 46.82%; */
bottom: 53.18%;

border: 1px solid #8FC31F;
/* border-top: 3px;
border-bottom: 10px; */


}
.PLUS-border-Green04 {
    /* Vector */
/* position: absolute; */
/* left: 10.98%; */
/* right: 70.72%; */
/* top: 46.82%; */
/* bottom: 53.18%; */

/* border: 1px solid #8FC31F; */


}

/*<p class="side-Category_text">
            お知らせ・新着情報
            P&T通信<br>
            今日の出来事<br>
            リハトレまめ知識<br>
            未分類<br>
            筋肉と関節の専門家知識  */
.side-Category_text {
    /* お知らせ・新着情報 P&T通信 今日の出来事 リハトレまめ知識 未分類 筋肉と関節の専門家知識 */
/* position: absolute; */
/* left: 11.27%; */
/* right: 75.84%; */
/* top: 47.6%; */
/* bottom: 46.14%; */

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 32px;
/* または200% */

color: #727171;



}            


/* ////////////////////////////////////////////////////////////////// */
/* //////////////



///////////////////////////////////////////////////////////////
migigawa　右側のセクション
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
//////////////////////
/// /////////
/// /////
/// 
// サブ   右 */
/* 上と下を含めた大きい箱 */
.subBOX1{
/* //   width: 22%; */
  /* margin: 0 auto; */
  padding: 10px;
  /* order: 1; */
  /* background-color: #ff838b; */

  /* z-index: 10; */


/* //   width: 776px;
//   height: 868px; */
max-width: 776px;
/* width: 68.91%; */
width: 70%;
}

/* // 右　上の箱 */
.subBOX-cube01 {
    
  /* max-width: 776px; */
  /* width: 68.91%; */
  /* height: 868px; */



  background-color: #fff;
  /* Group 90 */
/* position: absolute; */
/* width: 776px; */
/* height: 868px; */
/* left: 470px; */
/* top: 582px; */

/* Rectangle 54 */
/* box-sizing: border-box; */
/* position: absolute; */
/* width: 776px; */
/* height: 868px; */
/* left: 470px; */
/* top: 582px; */

background: #FFFFFF;
border: 6px solid #8FC31F;
/* Rectangle 57 */

/* position: absolute; */
/* width: 690px; */
/* height: 50px; */
/* left: 514px; */
/* top: 623px; */
/* background: rgba(143, 195, 31, 0.3); */


/* Rectangle 58 */

/* box-sizing: border-box; */
/* position: absolute; */
/* width: 690px; */
/* height: 0px; */
/* left: 514px; */
/* top: 724.5px; */

/* border: 1px solid #8FC31F; */

/* margin: 20px; */


margin-left: 25px;
margin-bottom: 25px;
padding: 20px;

}






/* 続きを読む */

/* position: absolute;
width: 88px;
height: 23px;
left: 516px;
top: 1329px;

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.11em;

color: #3979B4; */



/* _レイヤー_1 */
/* 
position: absolute;
width: 490px;
height: 326.67px;
left: 516px;
top: 986px; */



/* Rectangle */
/* 
position: absolute;
left: 0%;
right: -0.63%;
top: 0%;
bottom: -0.63%;

background: url(.jpg); */


/* Group 88 */

/* position: absolute;
width: 115px;
height: 26px;
left: 516px;
top: 1368px; */



/* Rectangle 59 */

/* position: absolute;
left: 37.77%;
right: 53.81%;
top: 44.6%;
bottom: 54.55%;

background: rgba(143, 195, 31, 0.3); */


/* 今日の出来事 */

/* position: absolute;
width: 72px;
height: 15px;
left: 538px;
top: 1373px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px; */
/* ボックスの高さと同一 */
/* text-align: center;

color: #000000; */



/* Group 89 */

/* position: absolute;
width: 115px;
height: 26px;
left: 648px;
top: 1368px; */



/* Rectangle 61 */
/* 
position: absolute;
left: 47.44%;
right: 44.14%;
top: 44.6%;
bottom: 54.55%;

background: rgba(143, 195, 31, 0.3); */


/* P&T通信 */

/* position: absolute;
width: 46px;
height: 15px;
left: 683px;
top: 1373px;

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px; */
/* ボックスの高さと同一 */
/* text-align: center;

color: #000000; */






/* /////////////////////////////////////////
/////////////////////////////
//////////
右の上セクション
/////////////////
///////// */
/* 右　　　　トップ */
.subTOP-cube01 {
    background-color: #fff;
}

.subTOP-cube01 {

}
/* ｂｇｃはこ */
.subTOP-bgc001 {
    width: 690px;
height: 50px;
/* left: 514px; */
/* top: 623px; */

/* background: rgba(143, 195, 31, 0.3); */
/* padding: 10px; */

}
/* 肩・腕のしびれと痛み */
.subTOP001 {
    /* 肩・腕のしびれと痛み */
/* 
position: absolute;
width: 242px;
height: 32px;
left: 538px;
top: 631px; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
/* ボックスの高さと同一 */
/* display: flex; */
align-items: center;
letter-spacing: 0.11em;

color: #333333;
/* background-color: #fff; */
background: rgba(143, 195, 31, 0.3);
padding: 10px;
margin: 20px;




}
/* subTOP0001">投稿日時：　2022年5月9日(月) 17:01 */
.subTOP0001 {
    /* 投稿日時: 2022年5月9日 (月) 17:01 */
/* position: absolute;
width: 257px;
height: 20px;
left: 946px;
top: 688px; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
display: flex;
/* align-items: center; */
letter-spacing: 0.11em;
/* margin-right: auto ; */
justify-content: flex-end;

color: #333333;
padding-right: 52px;
margin-top: 7px;
margin-bottom: 7px;

}
/* 青色　１７：０１ */
.colorblue-day {
    color: #3979B4;
}



/* 本文を記入する用の箱　　　１ */
.subTOP-textONE-cube {

}
/* 本文　１ */
.subTOP-textONE-konnitiwa {
    font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
/* line-height: 23px; */
line-height: 40px;
letter-spacing: 0.11em;

color: #333333;
margin-top: 22px;

}
/* 本文　１の胸郭文章 */
.subTOP-textONE-kyokaku {
    font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.11em;

color: #333333;
/* margin-top: 20px; */
}
/* 画像　箱　０１ */
.subimg-CUBEone {
    /* _レイヤー_1 */
/* position: absolute; */
/* width: 490px; */
/* height: 326.67px; */
/* left: 516px; */
/* bottom: 1754.33px; */

/* Rectangle */
/* position: absolute; */
/* left: 0%; */
/* right: -0.63%; */
/* top: 0%; */
/* bottom: -0.63%; */
/* background: url(.jpg); */
margin-top: 20px;
margin-bottom: 20px;


}
/* 画像　０１ */
.subimg-one {
    width: 490px; 
    /* height: 326.67px; */
}
/* 続きを読む　０１ */
.subimg-CUBEone {
    /* 続きを読む */
/* position: absolute;
width: 88px;
height: 23px;
left: 516px;
bottom: 1715px; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.11em;

color: #3979B4;
} 
/* 続きを読む　スパン ０１ */
.sub-nextspanONE {
    font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.11em;

color: #3979B4;

}
/* 今日の出来事　ｂｇｃ ０１*/
.sub-eventONE {
    /* Group 88 */
/* position: absolute; */
width: 115px;
height: 26px;
/* left: 516px; */
/* top: 1368px; */ 
/* Rectangle 59 */

/* position: absolute; */
/* height: 26px; */
/* left: 37.77%; */
/* right: 53.81%; */
/* bottom: 1673px; */

background: rgba(143, 195, 31, 0.3);
margin-right: 5px;
/* justify-content: center; */

/* 今日の出来事 */

/* position: absolute; */
/* width: 72px; */
/* height: 15px; */
/* left: 538px; */
/* bottom: 1679px; */

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* ボックスの高さと同一 */
text-align: center;
/* align-items: center; */
margin-top: 3px;
padding-top: 5px;
margin-right: 15px;
/* margin: 0 auto; */

color: #000000;



}
/* 今日の出来事　スパン ０１*/
.sub-eventspanONE {
    /* 今日の出来事 */

/* position: absolute; */
/* width: 72px; */
/* height: 15px; */
/* left: 538px; */
/* bottom: 1679px; */

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* ボックスの高さと同一 */
/* text-align: center; */

color: #000000;

}
/* P&T通信　ｂｇｃ ０１*/
.sub-Pandcommunication-ONE {
    /* Rectangle 61 */
/* position: absolute; */
/* height: 26px; */
/* left: 47.44%; */
/* right: 44.14%; */
/* bottom: 1673px; */

background: rgba(143, 195, 31, 0.3);
padding-left: 10px;
padding-right: 10px;


}
/*P&T通信　スパン　０１*/
.sub-Pandcommunication-spanONE {
    /* P&T通信 */

/* position: absolute; */
/* width: 46px; */
/* height: 15px; */
/* left: 683px; */
/* bottom: 1679px; */

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* ボックスの高さと同一 */
/* text-align: center; */

color: #000000;



}

/* 中央線　　上と下共通ｃｓｓ */
/* 緑線の箱 */
.PLUS-border-GreenCUBE03 {
    /* Rectangle 58 */
box-sizing: border-box;
/* position: absolute; */
width: 690px;
height: 0px;
left: 514px;
top: 724.5px;

border: 1px solid #8FC31F;
}
.PLUS-border-Green03 {
        /* Rectangle 58 */
/* box-sizing: border-box; */
/* position: absolute; */
/* width: 690px; */
/* height: 0px; */
/* left: 514px; */
/* top: 724.5px; */

/* border: 1px solid #8FC31F; */

}


/* ///////////////
////////// */
/* 右下 */
/* 右　　　　アンダー */
/* .subTOP-cube02 {
    background-color: #fff;

    margin: 20px;

} */
.subTOP-cube02 {
    width: 776px;
    /* height: 868px; */
    background-color: #fff;
    /* Group 90 */
  /* position: absolute; */
  /* width: 776px; */
  height: 868px;
  /* left: 470px; */
  /* top: 582px; */
  
  /* Rectangle 54 */
  /* box-sizing: border-box; */
  /* position: absolute; */
  /* width: 776px; */
  /* height: 868px; */
  /* left: 470px; */
  /* top: 582px; */
  
  /* background: #FFFFFF; */
  border: 6px solid #8FC31F;

  margin-left: 25px;
margin-bottom: 25px;
padding: 20px;



}
/* subTOP-bgc002">ｂｇｃはこ */
.subTOP-bgc002 {
    /* Rectangle 57 */
/* position: absolute; */
width: 690px;
height: 50px;
/* left: 514px; */
/* top: 623px; */

/* background: rgba(143, 195, 31, 0.3); */
/* background: rgba(143, 195, 31, 0.3);
padding: 10px;
margin: 20px; */
/* margin-top: 20px; */



}
/* subTOP002">肩・腕のしびれと痛み</p> */
.subTOP002 {
    font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 32px;
/* ボックスの高さと同一 */
/* display: flex; */
align-items: center;
letter-spacing: 0.11em;

color: #333333;

background: rgba(143, 195, 31, 0.3);
padding: 10px;
margin: 20px;

}
/* subTOP0002">投稿日時：　2022年5月9日(月) 17:01</p> */
.subTOP0002 {
    
font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
display: flex;
/* align-items: center; */
letter-spacing: 0.11em;
justify-content: flex-end;

color: #333333;
padding-right: 52px;
margin-top: 7px;
margin-bottom: 7px;

}
/* 本文を記入する用の箱　　　２ */
.subTOP-textTWO-cube {

}
/* 本文　２ */
.subTOP-textTWO-konnitiwa {
/* こんにちわ！◯◯です！ 最近なぜか肩や腕、指のしびれで来院される患者様が多いです！ なので今回は肩や腕のしびれが出てくる胸郭出口症候群という症状のお話です。 胸郭出口症候群には… 小胸筋症候群、斜角筋症候群、頸肋症候群と言われる３つの症状があり、35歳〜55歳の女性に多く発症することが多くあります！！！ */
/* 
position: absolute;
width: 687px;
height: 221px;
left: 516px;
bottom: 2097px; */

font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
/* line-height: 23px; */
line-height: 40px;
letter-spacing: 0.11em;

color: #333333;
margin-top: 20px;



}
/* 本文　２の胸郭文章 */
.subTOP-textTWO-kyokaku {
    font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.11em;

color: #333333;
}
/* 画像　箱　０２ */
.subimg-CUBEtwo {
    width: 490px; 
    /* height: 326.67px; */
    margin-top: 20px;
    margin-bottom: 20px;

}
/* 画像　０２ */
/* .subimg-two { */
    /* width: 490px;  */
    /* height: 326.67px; */
/* } */
/* 続きを読む　０２ */
.subimg-CUBEtwo {
        /* 続きを読む */
/* position: absolute;
width: 88px;
height: 23px;
left: 516px;
bottom: 1715px; */
font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.11em;

color: #3979B4;

} 
/* 続きを読む　スパン ０２ */
.sub-nextspanTWO {
    font-family: 'Noto Sans CJK JP';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.11em;

color: #3979B4;

}




/* 今日の出来事　　　P&T通信item　横並び */
.sub-eventitem {
    display: flex;
    /* flex-direction: row; */

}

/* 今日の出来事　ｂｇｃ ０２*/
.sub-eventTWO {
    /* Group 88 */
/* position: absolute; */
width: 115px;
height: 26px;
/* left: 516px; */
/* top: 1368px; */ 
/* Rectangle 59 */

/* position: absolute; */
/* height: 26px; */
/* left: 37.77%; */
/* right: 53.81%; */
/* bottom: 1673px; */

background: rgba(143, 195, 31, 0.3);

/* 今日の出来事 */

/* position: absolute; */
/* width: 72px; */
/* height: 15px; */
/* left: 538px; */
/* bottom: 1679px; */

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* ボックスの高さと同一 */
/* text-align: center; */

color: #000000;
text-align: center;
/* align-items: center; */
margin-top: 3px;
padding-top: 5px;
margin-right: 15px;
/* margin: 0 auto; */

}
/* 今日の出来事　スパン ０２*/
.sub-eventspanTWO {
    /* 今日の出来事 */

/* position: absolute; */
/* width: 72px; */
/* height: 15px; */
/* left: 538px; */
/* bottom: 1679px; */

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* ボックスの高さと同一 */
/* text-align: center; */

color: #000000;


}
/* P&T通信　ｂｇｃ ０２*/
.sub-Pandcommunication-TWO {
    /* Rectangle 61 */
/* position: absolute; */
/* height: 26px; */
/* left: 47.44%; */
/* right: 44.14%; */
/* bottom: 1673px; */

background: rgba(143, 195, 31, 0.3);
padding-left: 10px;
padding-right: 10px;


}
/*P&T通信　スパン　０２*/
.sub-Pandcommunication-spanTWO {
    /* P&T通信 */
/* position: absolute; */
/* width: 46px; */
/* height: 15px; */
/* left: 683px; */
/* bottom: 1679px; */

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* ボックスの高さと同一 */
/* text-align: center; */

color: #000000;



}
