@charset "UTF-8";
/*
VARIABLES
================================================ */
:root {
    m-plus-font:  'M PLUS Rounded 1c', sans-serif;
    height: 99vh;
} 

h4 {
    margin-top: 15px;
    margin-bottom: 0.5rem;
    display: block;
}

h7 {
    font-size: medium;
    margin-top: 15px;
    margin-bottom: 0.5rem;
    display: block;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    background-color: #F9F7F5;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow-x: hidden;
}

.no-gutters {
  margin:0;
  padding:0;
}

.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}

.container{
	align-items: center;
	margin-bottom: 5rem;
}

ヘッダー{}/* ヘッダー背景画像 */
.headderimage {
	max-width: 1250px; /* 最大幅 */
	min-width: 380px; /* 最小幅 */
	display: block;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.headderimage img{
	width: 100%;
}

.headderlogo {
	display: block;
	position: absolute;
	top: 5px;
}

li{
  list-style:none;
}

/* 予防接種　下部スペース */
.container .row .col-md-6.col-xs-12 {
    margin-bottom: 1rem;
}


/* 画面サイズ 400px 未満 */
@media (max-width: 450px) {
.headderlogo {
	position: absolute;
	top: 5px;
    width: 35%;
}
}

.intro{ /* イントロテキスト */
	line-height: 1.5rem;
	margin: 10px 5px;
	display: block;
	text-align: center;
	padding: 0.5rem 0rem;
}

.link_anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	line-height: 1.5;
	padding-right: 182px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	width: 400px;
}


.link_anchor a {
	color: #18284b;
	position: relative;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	padding-left: 36px;
}

.link_anchor a::after, .link_anchor a::before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 1px;
    margin: auto;
}

.link_anchor a::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #18284b;
}

.link_anchor a::after {
  top: 0.55em;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor a:hover {
  color: #18284b;
}


フッター{}/*フッター背景画像 */

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 17rem;
    border-top: 2px solid #18284b;
    border-bottom: 2px solid #18284b;
    margin-bottom: 0px;

}
footer a {
    color: #18284b;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}
footer .Copyright    {
    color: rgba(253,253,253,1.00);
    font-size: small;
}
footer .row .col-md-12 a{
    color: rgba(255,255,255,1.00);
    font-size: 1.5rem;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    display: inline-block;
    clear: left;
}

#menu-panel {
}
.row .col-sm-12.Copyright {
    color: #18284b;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


footer .container{
    display:flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    padding: 1rem 2.5rem 2.5rem;
}

.container #panel-menu01 {
	padding: 10px;
	height: 475px;
	overflow-y: scroll;
	text-align: left;
	border-radius: 10px;
	margin-top: 1rem;    
}    

お知らせ{}/* おしらせたぶの設定 */
.nav-tabs .nav-item.show .nav-link .active .tab-menu01{
    color: #18284B;
    background-color: #F9F7F5;
    border-color: #dee2e6 #dee2e6 #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    color: #18284b;
    font-size: 1.25rem;
}

コンテンツボタン{}/* buttone */

a.btn_01{
    display: block;
    text-align: center;
    vertical-align: middle;
    font-family: "M PLUS Rounded 1c", serif;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    border: 2px solid #21386b;
    color: #21386b;
    border-radius: 100vh;
    transition: 0.5s;
    letter-spacing: 1px;
    background-color: undefined;
}    

a.btn_01:hover {
    color: #fff;
    background-color: #21386b;
}  

.btn_02{
    display: block;
    text-align: center;
    vertical-align: middle;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 1.25rem;
    width: 100%;
    margin-top: 1rem;
    margin-right: 0rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    border: 2px solid #21386b;
    color: #21386b;
    border-radius: 100vh;
    transition: 0.5s;
    } 

.btn_03{
    text-align: center;
}    
.container .intro.fadein {
    font-size: 1rem;
}

リンクバナー{}/* Informstion */
table .th{
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 0px;
	border-radius: 7px;
	padding-right: 0px;
	display: block;
	background-color: hsla(0,0%,100%,1.00);
	text-align: center;
}

.table {
    table-layout: fixed;
    border: 1px solid #CCCCCC;
    border-collapse: separate;/*collapseから変更*/
    border-spacing: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 8px;
    font-family: "M PLUS Rounded 1c", serif;
}

.day {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.25em;
	background-color: rgba(181,90,48,1.00);
	padding-bottom: 0.25em;
	margin-right: 1px;
}

.table thead th {
    border-left-width: 1px;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #cccccc;
    text-align: center;
    border-left-color: #CCCCCC;
    color: rgba(33,56,107,1.00);
}

.table tbody td {
    padding: 15px;
    vertical-align: middle;
    border-left: 1px solid #CCCCCC;/*一括指定せず、border-bottomのみ*/
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}

.table tfoot td {
    border-left: 1px solid #cccccc;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
}
.table2 {
    table-layout: fixed;
    border: 1px solid #D2CABE;
    border-collapse: separate;/*collapseから変更*/
    border-spacing: 0;
    overflow: hidden;
    background-color: #F2EEE8;
    border-radius: 8px;
    font-family: "M PLUS Rounded 1c", serif;
}
.table2 thead th {
    border: 1px solid #D2CABE;
    text-align: center;
}
.table2 tbody td {
    border: 1px solid #D2CABE;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}
.table2 tfoot td {
    border: 1px solid #E8E3DB;
    text-align: center;
}

.summary {
    background-color: #f1f3f5;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid #21386b;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.2rem;
    color: #21386b;
}



@media ( max-width : 500px ){}
.head-img{
	width: 100%;
	height: 0;
	padding-top: 25%; /*/ (画像の高さ / 画像の横幅) × 100 */
	/* background-image: url(../img/img_top01.png); 背景画像を設定
	background-repeat: no-repeat;
	background-size: cover;
*/
}


@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


カルーセル{}/* カルーセルと文字色 */

/*
SLIDE MENU
================================================ */
/* ----- ↓↓ 追加 ↓↓ ----- */
/*
SLIDE MENU
================================================ */
/* ----- ↓↓ 追加 ↓↓ ----- */
/* 開閉ボタン */
.btn-menu {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 4;
    padding: .5rem 1rem;
    border: 1px solid var(--brown);
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    transition: .3s;
}
.btn-menu svg {
    fill: var(--brown);
    margin-top: .25rem;
    height: 2rem;
    width: 2rem;
}

/* 閉じるボタン */
#menu-close {
    border: 1px solid var(--light-green);
}
#menu-close svg {
    fill: var(--light-green);
}

/* スライドメニューパネル */
#menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 8rem 2rem 2rem;
    width: max(32vw, 20rem);
    height: 100vh;
    background-color: var(--brown);
	opacity: 0.8;
    box-shadow: 0 0 2rem var(--brown);
    font-family: var(--m-plus-font);
    translate: 100vw;
}
.menu-list {
    list-style: none;
}
.menu-list li {
    margin: 1.5rem 0;
    opacity: 0;
}
.menu-list a {
    color: var(--light-green);
    text-decoration: none;
    font-size: 1.5rem;
}
/* ----- ↑↑ 追加 ↑↑ ----- */

/* もーだる　window */

/* モーダルウィンドウの基本スタイル */
.button {
    color: #FFA500;
    padding: 0 2em;
    width: 77%;
    height: 48px;
    font-size: 2rem;
    font-weight: 900;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF9C5;
    border-radius: 50px;
}

.button:hover {
    color: #FF6E00;
    background-color: #FFFFFF;
}



ここから　クラレ仕様 {}/*  ここから　クラレ仕様　　*/

#outline {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

h1:before {
    content: "\f053";/*アイコン種類*/
    padding-right: 0.5em;
    color: undefined;
}
h1:after {
  content:"\f054";/*アイコン種類*/
  padding-left: 0.5em
}

h3 {
    position: relative;
    line-height: 1.0;
    border-radius: 5px;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 10px solid #18284b;
    background-color: #FFFFFF;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    text-align: left;
    color: rgba(66,58,59,1.00);
    margin-top: 1rem;
    margin-right: 0rem;
    margin-left: 0rem;
    margin-bottom: 0.5rem;

}

h4{
	position: relative;/*相対位置*/
	line-height: 1.6;/*行高*/
	font-weight: bolder;
	display: inline-block;
	color: #21386B;
}

h4:before {
  content:"\f053";/*アイコン種類*/
  padding-right: 0.5em
}
h4:after {
  content:"\f054";/*アイコン種類*/
  padding-left: 0.5em
}
h4:before, h4:after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 1000;
    display: inline-block;
    font-size: 1.0em;
    color: #21386B;
}


h5:before, h5:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

ul.nayami {
    border: 4px double #F1828b;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    border-radius: 10px;
/*相対位置*//*相対位置*//*相対位置*/}
ul.nayami li {
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
    text-shadow: 0px 0px;
    color: undefined;
    font-size: 1.25rem;
    letter-spacing: 0px;
}
ul.nayami li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: #18284b; /*アイコン色*/
/*相対位置*/}

.service   {
    border: 4px double #18284b;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    border-radius: 10px;
}
.service p {
    display: block;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 1px;
    text-indent: 3px;
    margin-right: 8px;
    padding-right: 14px;
    border-color: undefined;
}

.service li {
    line-height: 1rem;
    padding: 0.5em 0;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
    text-shadow: 0px 0px;
    font-size: 1.25rem;
    word-spacing: 0px;
    margin-right: 8px;
    padding-right: 14px;
    margin-left: 10px;
    letter-spacing: 1px;
}


.service li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: #18284b; /*アイコン色*/
    letter-spacing: normal;
}



ul.service li:before {
    /* font-family: "Font Awesome 5 Free"; */
    content: "\f0a4";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: #18284b; /*アイコン色*/
}
ul.servnon li:before {
	list-style-type: none;
	    color: #FFF; /*アイコン色*/

}

ul.shien {
    border: double 4px #FFAF58;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    border-radius: 10px;
}
ul.shien li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
    text-shadow: 0px 0px;
    border-color: undefined;
}
.cardShijisho {
    text-align: center;
    display: block;
    border-radius: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #ffdf80;
    border-width: thin;
    border-style: solid;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e67300;
    letter-spacing: 1.25px;
}

.row .col .design08 {
    display: block;
    width: 100%;
}
.design08 td:first-child {
	background: #e9faf9;
	width: 32%;
}

.design08 th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: #778ca3;
    border: solid 1px #666666;
    color: #ECDFCD;
    width: 20%;
}

.design08 td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: solid 1px #666666;
}
.row .col-md-6 .kasan {
    padding-left: 10px;
    text-align: left;


}
.col.cityname {
    color: #18284b;
    font-weight: bold;
    font-size: 1.75rem;
    display: inline-block;
    float: left;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}
.scroll-infinity__list.scroll-infinity__list--left .scroll-infinity__item .cityname {
    color: #9C9C9C;
    font-weight: bold;
    font-size: 1.5rem;
}


.design03 {
    width: 90%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.design03 tr:nth-child(2n+1) {
	background-color: #F1ECDB;
	margin-bottom: 12px;
}
.design03 th,
.design03 td {
	padding: 10px;
	border-bottom: 1px dashed #21386B;
}
.design03 tr .column-1 {
    width: 25%;
    text-indent: 5px;
    height: 12vh;
    color: rgba(33,56,107,1.00);
}
.design03 tr .column-2 {
	width: 70%;
	text-indent: 5px;
	height: 15vh;
	color: rgba(33,56,107,1.00);
}

.design03 tr .column-3 {
    width: 30%;
    text-indent: 5px;
    height: 15vh;
    color: rgba(33,56,107,1.00);
}

/* 画面サイズ 600px 未満 */
@media (max-width: 599px) {
.design03 td .column-1 {
    width: 25%;
    height: 12vh;
    color: rgba(33,56,107,1.00);
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
	
}
	
	
	
}





定期健診　{}/*  ここから　定期健診　　*/
.post-home {
	margin-bottom: 1rem;
    padding: 0.5rem;
	width: 100%;
	display: block;
}

.post-home2 {
	width: 100%;
	padding: 1rem;
	border-radius: 10px / 10px;

}
.post-title {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.heading {
    display: block;
    padding: 0.25rem;
    letter-spacing: 0.3rem;
    font-weight: bold;
    color: #21386B;

}
.row.checkup{
    display: block;
}
.checkupheading {
    padding-top: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    display: inline-block;
}
.checkup .subbody {
     padding-top: 1.25rem;   
}    

.subheading {
    display: block;
    padding-left: 1rem;
    padding-right: 1em;
    padding-top: 1rem;
    /* [disabled]background-color: hsla(201,69%,90%,1.00); */
    padding-bottom: 0.5em;
    font-family: "M PLUS Rounded 1c", serif;
    text-align: left;
    width: 100%;
    letter-spacing: 2px;
    color: #18284b;
    font-weight: bolder;
}


.subbody{
    font-weight: normal;
    color: rgba(114,87,87,1.00);
    text-align: left;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    clear: left;
    line-height: 1.25rem;
}

.mainbody{
	text-align: left;
	padding : 1rem;
}

.post-title h2 {
    background: #fff;
    width: 100%;
    padding: 0 .5rem .875rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

.post-body {
    width: 95%;
    display: block;
    margin-top: 1rem;
    padding: 1rem 1rem 0.5rem 1rem;
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.injection{
    position: relative;
    padding-left: 40px;
    color: #737373;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: left;
    margin-left: 0rem;
}

.injection:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f48e";
	background-color: #18284b;
	color: white;
	font-weight: 900;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.injection:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #18284b;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-decimal .li {
	font-size: 95%;
	text-align: left;
	list-style-type: decimal;
	padding-top: 0rem;
	padding-bottom: 0.5rem;
	background-color: #B71013;
} 
.post-body .listnone {
    display: block;
    text-align: left;
	padding-bottom:0.5rem;
	text-indent: 1rem;
	list-style-type: none;
	line-height: 1.25rem;
}
.post-body .list-decimal  {
	padding-left: 3rem;
	text-align: left;
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 2rem;
}

.container .row .howto01 {
	text-align: left;
	padding-left: 3rem;
	display: block;
	width: 100%;
	font-size: 1.25rem;
}
.container .row .howto03 {
	display: block;
	color: #31B06C;
	font-weight: bold;
	font-size: 15rem;
	padding-left: 0px;
}

.container .row .download {
	display: block;
	color: #620268;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	font-weight: normal;
	background-color: #FBBDF8;
	border-radius: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 100%;
}

.item-list ul {
    border: 2px solid #18284b;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}

.item-list ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
	text-align: left;
}

.item-list ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";/*アイコンの種類*/
    position: absolute;
    left : 1em;/*左端からのアイコンまでの距離*/
    color: #18284b;/*アイコン色*/
}

.col-12.item3     {
	color: #7F7F7F;
	padding-top: 1rem;
	padding: 1.5rem;
	margin: 0px;
	text-align-last: left;
	font-size: 1.5rem;
	text-indent: 1rem;
}

ご利用料金{}/*  ここから　ご利用料金　　*/
.container .charge {
	display: inline-block;
	color: #8B4513;
	font-weight: bold;
	font-size: 1.5rem;
	margin-top: 1rem;
	letter-spacing: 1px;
	width: 100%;
}


.container .jiritsushien {
    background-color: #FFE4B5;
    padding: 30px;
    display: block;
    font-size: 1.25rem;
    color: #696969;
    border-radius: 10px;
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    clear: left;
}

.container .ryoukin{
	background-color: #D3EDD7;
	padding: 30px;
	display: block;
	font-size: 1.25rem;
	color: #505050;
	border-radius: 10px;
	text-align: left;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}






    @keyframes letter-glow{
    0%   {
      opacity: 0;
      text-shadow: 0px 0px 1px rgba(255,255,255,0.1);
    }
    66%  {
      opacity: 1;
      text-shadow: 0px 0px 20px rgba(255,255,255,0.9);
    }
    77%   { opacity: 1;  }
    100% {
      opacity:0.7;
      text-shadow: 0px 0px 20px rgba(255,255,255,0.0);
    }
    }
    @keyframes blur {
    0% {
      opacity: 0;
      filter: blur(10px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
    }

画面サイズが998px以下の場合{}/*　画面サイズが750px以下の場合読み込む　*/





.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 0.5rem;
}

リンクバナー{}/* リンクバナー設定 */
.link-banner{
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 0px;
	border-radius: 7px;
}

作業療法は{}/* 作業療法とはのテキスト設定 */

.col-md-12 .col-lg-12{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 0px;
	padding-top: 0px;
}
    

作業療法週間プログラム（PC）{}/* ページタイトル 青文字　*/



作業療法 週間プログラム{}/*週間プログラム */
/* ページ項目タイトル 青文字　*/ 
.main-txt {
	color: #003A8B;
	font-weight: bolder;
	font-size: 1.25rem;
	padding-left: 20px;
	text-align: center;
}
/* 本文見出し */
.sub-txt{
	color: #757576;
	font-weight: bold;
	text-align: left;
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
	}	
/* 本 文 */
.p-txt{
	text-align: left;
	font-size: 0.85;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
	}	

.program .item:not(:last-child) {
    margin-bottom: 10px;
  }


具体的なプログラム活動{}/* 具体的なプログラム活動 
フレックスでのレイアウト{}/* フレックスでのレイアウト */
.cont.wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.cont .item {
    padding: 8px 8px 0px 8px;
    margin: 0.5em 0.0em 0.5em 0.0em;
	width: calc((100% - 30px * 2) / 3);
    background-color: #E4D8BD;
    border-radius: 8px;
    border: thin solid #6D685D;
    font-size: 1rem;
    text-align: center;
}


.cont .item .cont-tittle{
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: thin dotted #8F897C;
	margin: 2px 2px 2px 2px;
	padding: 5px 0px 5px 5px;
	font-size: 1rem;
	font-weight: bold;
	color: #827162;
	width: 100%;
}
	
.cont .item p{
	text-align: left;
	min-width: 0px;
	font-size: 0.8rem;
	font-weight: normal;
	color: #6D685D;
}

.cont .item img {
	border-radius: 0.3rem;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	padding-right: 2px;
}

.col-sm-12.col-md-7.item  {
    color: #18284b;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    border: thin solid #888888;
    margin: 0px;
    text-indent: 1rem;
    font-size: 90%;
}

.col-sm-12.col-md-5.item1     {
    color: #7F7F7F;
    border: thin solid #888888;
    padding: 1rem;
    margin: 0px;
    text-indent: 2rem;
    font-size: 90%;
}
.item4  {
    color: #21386B;
    border: thin solid #CCCCCC;
    padding: 0.4rem;
    margin: 0px;
    text-indent: 0.5rem;
    vertical-align: middle;
    display: block;
    text-align: left;
    background-color: #FFFFFF;
    font-weight: bold;
}
.item4b  {
    color: #21386B;
    border: thin solid #CCCCCC;
    padding: 0.4rem;
    margin: 0px;
    text-indent: 1rem;
    vertical-align: middle;
    display: block;
    font-weight: 600;
    background-color: #FFFFFF;
    font-size: 15px;
}
.item5     {
    color: #7F7F7F;
    padding-top: 0.5rem;
    padding: 0.5rem;
    margin: 0px;
    background-color: #FFFFFF;
    border-width: thin;
    border-style: solid;
    border-color: #CCCCCC;
    text-align: left;
    text-indent: 1rem;
    font-size: 15px;
}

.container.access {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0px;
    border-radius: 5px;
}


.col-sm-12.col-md-5.item2    {
	color: #745600;
	font-weight: bold;
	padding-top: 0.5rem;
	text-align: center;
	background-color: #FFF7B5;
	border: thin solid #888888;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}

.col-sm-12.item3  {
	color: #618DA0;
	font-weight: bold;
	padding-top: 0.5rem;
	text-align: center;
	background-color: #D8F4FF;
	border: thin solid #888888;
	padding-bottom: 0.5rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
	  

@media not all and (min-width: 768px) {
.cont .item {	
  padding: 20px;
  width: calc((100% - 20px * 2) / 2);
	background-color: #E4D8BD;
	border-radius: 15px;
	border: thin solid #6D685D;
}      
}

@media not all and (min-width: 500px) {
 .cont .item {
    width: 100%;
	background-color: #E4D8BD;
	border-radius: 15px;
	border: thin solid #6D685D;
  }

  .cont .item:not(:last-child) {
    margin-bottom: 10px;
 }	    
 } 


/* ページ内リンクの位置調整 */
section {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

 ＮＥＷの疑似要素{}/*　NEW の疑似要素　*/
.col-md-6.item .subTit.new:before {
    content: 'new ';
    color: #C33D09;
    width: 32px;
}
.kakaku1 {
    display: block;

}
.kakaku2 {	
    display: block;

}
.kakaku3 {	
    display: block;

}
.d-flex.flex-wrap{
	padding-right: 5%;
	padding-left: 5%;
	border: 2px solid #e6e1d8;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
 }

/* 診療科目・クリニックの設備　表組 */

/* 通常表示 */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-width: thin;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.responsive-table td.name-col{
    border-color: #ccc;
    border-style: solid;
    padding: 0.5rem;
    text-align: left;
    width: 200px;
  }
  
  .responsive-table td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px;
    position: relative;
  } 


/* 偶数行に背景色を設定 */
.responsive-table tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

/* 奇数行に別の背景色（必要なら） */
.responsive-table tbody tr:nth-child(odd) {
    background-color: #F2EEE8;
}


.responsive-table tr .name-col.inspectionitem {
    width: 400px;
    letter-spacing: 0.15rem;   
    
 }



/* モバイル表示（幅400px以下） */
@media screen and (max-width: 600px) {
    
.responsive-table td.name-col{
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px none #ddd;
    border-top: 1px solid #ddd;
  }
    
    
.responsive-table td.name-col.inspectionitem{
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    border: 1px none #ddd;  
    
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 1em;
  }

  
  .responsive-table td {
    display: block;
    text-align: left;
    padding: 10px;
    position: relative;
  }
.responsive-table tr .name-col.inspectionitem {
    width: 100%;
    border-color: #ccc;
    border-style: solid;
    border-bottom: 1px none #ddd;
}
.responsive-table tr .td.data-label .inspectionitem {
    width: 100%;
    text-align: center;
    
}
.responsive-table tr .price {
    width: 100%;
    text-align: center;
}

}
