@import url("./style-common.css");



/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/* 精神科デイケア [daycare]            */
/********************************************/
@media screen and (max-width:600px){
  .daycare-main {
    background: var(--backcolor);
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .daycare-main {
    background: var(--themecolorclear);
  }
}
@media print , screen and (min-width:1024px){
  .daycare-main {
    background: var(--themecolorclear);
  }
}
/*------------------------------------------*/
/* 精神科デイケアとは                  　   */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .daycare-explanation-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-explanation-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-explanation {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-explanation h2.title{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 10px;
    margin-bottom: 18px;
    margin-left: 10px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 48px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:24px;
    font-weight: 600;
    border: 1px solid var(--themecolor);

    background: -moz-linear-gradient(bottom right,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
    background: -webkit-linear-gradient(bottom right,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
    background: linear-gradient(to top left,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
  }
  .daycare-explanation h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f479  "; 
  }

  .daycare-explanation-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-explanation-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:24px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-explanation-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f479  "; 
  }
  .daycare-explanation-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:18px;

  }
  .daycare-explanation-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    font-size:14px;
    width: 100% ;
  }
  .daycare-explanation-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 4px 12px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }

  .daycare-explanation-content  a  {
    box-sizing: border-box;
    position: relative;
    margin:16px;  
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    border-radius: 30px;
    color:var(--consultationcolor);
    background: var(--consultationcolorclear);
    font-size:14px;
  }
  .daycare-explanation-content a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '　	\f138';
  }
  .daycare-explanation-content a:hover {
    color:#ffffff;
    background: var(--consultationcolor);
    text-decoration: none;
  }


}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .daycare-explanation-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-explanation-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-explanation {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-explanation h2.title{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 10px;
    margin-bottom: 18px;
    margin-left: 10px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 48px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    border: 1px solid var(--themecolor);

    background: -moz-linear-gradient(bottom right,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
    background: -webkit-linear-gradient(bottom right,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
    background: linear-gradient(to top left,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
  }
  .daycare-explanation h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f479  "; 
  }

  .daycare-explanation-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-explanation-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-explanation-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f479  "; 
  }
  .daycare-explanation-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-explanation-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-explanation-content .center-box {
        display:inline-block;
        box-sizing: border-box;
	margin: 4px 20px;
	padding: 14px 14px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }


  .daycare-explanation-content  a  {
    box-sizing: border-box;
    position: relative;
    margin:16px;  
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    border-radius: 30px;
    color:var(--consultationcolor);
    background: var(--consultationcolorclear);
    font-size:16px;
  }
  .daycare-explanation-content a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '　	\f138';
  }
  .daycare-explanation-content a:hover {
    color:#ffffff;
    background: var(--consultationcolor);
    text-decoration: none;
  }


}
@media print , screen and (min-width:1024px){
  .daycare-explanation-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-explanation-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-explanation {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-explanation h2.title{
    position: relative;  
    z-index:0;      
     
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 48px;
    padding-left: 48px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    border: 1px solid var(--themecolor);

    background: -moz-linear-gradient(bottom right,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
    background: -webkit-linear-gradient(bottom right,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
    background: linear-gradient(to top left,rgba(242,245,248,0.72),rgba(255,255,255,0.82));
  }
  .daycare-explanation h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f479  "; 
  }

  .daycare-explanation-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: center;
  }
  .daycare-explanation-content h2{
    position: relative;  
    z-index:0;      
     
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 48px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-explanation-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f479　"; 
  }
  .daycare-explanation-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-explanation-content p{
    display:inline-block;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0 auto;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-explanation-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 14px;

    text-align: center;
    line-height: 2.5;
    font-size:20px;

	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);

  }

  .daycare-explanation-content  a  {
    box-sizing: border-box;
    position: relative;
    margin:16px;  
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    border-radius: 30px;
    color:var(--consultationcolor);
    background: var(--consultationcolorclear);
    font-size:16px;
  }
  .daycare-explanation-content a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '　	\f138';
  }
  .daycare-explanation-content a:hover {
    color:#ffffff;
    background: var(--consultationcolor);
    text-decoration: none;
  }


}


/*------------------------------------------*/
/* このような方にお勧めします   　          */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .daycare-treatment-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-treatment-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-treatment {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-treatment h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 0px 10px;
    padding: 16px 16px 16px 16px;
    text-align: left;
    color:#ffffff;
    font-size:24px;
    border-radius: 2px 2px 2px 2px;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .daycare-treatment h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }

  .daycare-treatment-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-treatment-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:24px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-treatment-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-treatment-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:18px;

  }
  .daycare-treatment-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    font-size:14px;
    width: 100% ;
  }
  .daycare-treatment-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 4px 12px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }

}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .daycare-treatment-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-treatment-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-treatment {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-treatment h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: inline-block;
    margin: 16px 0px 56px 0px;
    padding: 16px 48px;
    text-align: left;
    color:#ffffff;
    font-size:32px;
    border-radius: 0 100vh 100vh 0;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .daycare-treatment h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-treatment-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-treatment-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-treatment-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-treatment-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-treatment-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-treatment-content .center-box {
        display:inline-block;
        box-sizing: border-box;
	margin: 4px 20px;
	padding: 14px 14px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }

}
@media print , screen and (min-width:1024px){
  .daycare-treatment-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-treatment-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-treatment {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-treatment h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 16px 0px 72px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-size:40px;
/*    border-radius: 50% 50% 0 0;*/
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
/*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
*/
  }
  .daycare-treatment h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
/*
  .daycare-treatment h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1l),var(--themecolorcaption-2));
  }
*/

  .daycare-treatment-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: center;
  }
  .daycare-treatment-content h2{
    position: relative;  
    z-index:0;      
     
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 48px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);

  }
  .daycare-treatment-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f　"; 
  }
  .daycare-treatment-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-treatment-content p{
    display:inline-block;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0 auto;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-treatment-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 14px;

    text-align: center;
    line-height: 2.5;
    font-size:20px;

	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);

  }

}



/*------------------------------------------*/
/* 活動風景           　                    */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .daycare-description-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-description-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-description {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-description h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 0px 10px;
    padding: 16px 16px 16px 16px;
    text-align: left;
    color:#ffffff;
    font-size:24px;
    border-radius: 2px 2px 2px 2px;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .daycare-description h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }

  .daycare-description-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-description-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:24px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-description-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-description-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:18px;

  }
  .daycare-description-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    font-size:14px;
    width: 100% ;
  }
  .daycare-description-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 4px 12px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }


  .daycare-description-content .wp-block-image{
    margin: 0;
    padding: 0;
  }
  .daycare-description-content .wp-block-image img{
    margin: 0;
    padding: 4px;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3 ;
    object-fit:cover;
    object-position: 50% 50%;
    vertical-align:top;
  }

  .daycare-description-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-description-content table tr{
    display:table-row;
  }
  .daycare-description-content table tr td{
    display:table-cell; 
    padding: 10px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-description-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-description-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-description-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .daycare-description-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-description-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-description {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-description h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: inline-block;
    margin: 16px 0px 56px 0px;
    padding: 16px 48px;
    text-align: left;
    color:#ffffff;
    font-size:32px;
    border-radius: 0 100vh 100vh 0;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .daycare-description h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-description-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-description-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-description-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-description-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-description-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-description-content .center-box {
        display:inline-block;
        box-sizing: border-box;
	margin: 4px 20px;
	padding: 14px 14px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }


  .daycare-description-content .wp-block-image{
    margin: 0;
    padding: 0;
  }
  .daycare-description-content .wp-block-image img{
    margin: 0;
    padding: 4px;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3 ;
    object-fit:cover;
    object-position: 50% 50%;
    vertical-align:top;
  }

  .daycare-description-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-description-content table tr{
    display:table-row;
  }
  .daycare-description-content table tr td{
    display:table-cell; 
    padding: 16px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-description-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-description-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-description-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}
@media print , screen and (min-width:1024px){
  .daycare-description-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-description-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-description {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-description h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 16px 0px 72px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-size:40px;
/*    border-radius: 50% 50% 0 0;*/
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
/*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
*/
  }
  .daycare-description h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
/*
  .daycare-description h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1l),var(--themecolorcaption-2));
  }
*/

  .daycare-description-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: left;
  }
  .daycare-description-content h2{
    position: relative;  
    z-index:0;      
     
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 48px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-description-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f　"; 
  }
  .daycare-description-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-description-content p{
    display:inline-block;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0 auto;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-description-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 14px;

    text-align: center;
    line-height: 2.5;
    font-size:20px;

	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);

  }

  .daycare-description-content .wp-block-image{
    margin: 0;
    padding: 0;
  }
  .daycare-description-content .wp-block-image img{
    margin: 0;
    padding: 4px;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3 ;
    object-fit:cover;
    object-position: 50% 50%;
    vertical-align:top;
  }


  .daycare-description-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-description-content table tr{
    display:table-row;
  }
  .daycare-description-content table tr td{
    display:table-cell; 
    padding: 18px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-description-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-description-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-description-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}

/*------------------------------------------*/
/* 当院デイケアの一日 　                    */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .daycare-time-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-time-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-time {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-time h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 0px 10px;
    padding: 16px 16px 16px 16px;
    text-align: left;
    color:#ffffff;
    font-size:24px;
    border-radius: 2px 2px 2px 2px;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .daycare-time h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }

  .daycare-time-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-time-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:24px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-time-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-time-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:18px;

  }
  .daycare-time-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    font-size:14px;
    width: 100% ;
  }
  .daycare-time-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 4px 12px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }

  .daycare-time-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-time-content table tr{
    display:table-row;
  }
  .daycare-time-content table tr td{
    display:table-cell; 
    padding: 10px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-time-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-time-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-time-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .daycare-time-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-time-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-time {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-time h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: inline-block;
    margin: 16px 0px 56px 0px;
    padding: 16px 48px;
    text-align: left;
    color:#ffffff;
    font-size:32px;
    border-radius: 0 100vh 100vh 0;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .daycare-time h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-time-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-time-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);

  }
  .daycare-time-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-time-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-time-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-time-content .center-box {
        display:inline-block;
        box-sizing: border-box;
	margin: 4px 20px;
	padding: 14px 14px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }

  .daycare-time-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-time-content table tr{
    display:table-row;
  }
  .daycare-time-content table tr td{
    display:table-cell; 
    padding: 16px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-time-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-time-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-time-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}
@media print , screen and (min-width:1024px){
  .daycare-time-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-time-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-time {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-time h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 16px 0px 72px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-size:40px;
/*    border-radius: 50% 50% 0 0;*/
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
/*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
*/
  }
  .daycare-time h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
/*
  .daycare-time h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1l),var(--themecolorcaption-2));
  }
*/

  .daycare-time-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: left;
  }
  .daycare-time-content h2{
    position: relative;  
    z-index:0;      
     
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 48px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-time-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f　"; 
  }
  .daycare-time-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-time-content p{
    display:inline-block;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0 auto;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-time-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 14px;

    text-align: center;
    line-height: 2.5;
    font-size:20px;

	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);

  }

  .daycare-time-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-time-content table tr{
    display:table-row;
  }
  .daycare-time-content table tr td{
    display:table-cell; 
    padding: 18px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-time-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-time-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-time-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}

/*------------------------------------------*/
/* 当院デイケアの利用について               */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .daycare-use-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-use-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-use {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-use h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 0px 10px;
    padding: 16px 16px 16px 16px;
    text-align: left;
    color:#ffffff;
    font-size:24px;
    border-radius: 2px 2px 2px 2px;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .daycare-use h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }

  .daycare-use-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-use-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:24px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-use-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-use-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:18px;

  }
  .daycare-use-content h4{
    box-sizing: border-box;
    display: block;
    position: relative;  
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 4px;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: calc(100% - 8px);
    text-align: left;
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:16px;
    background: #0D47A1;
    color: #fff;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 4px #0D47A1;
  }
  .daycare-use-content h4:nth-child(1)::after,
  .daycare-use-content h4:nth-child(2)::after,
  .daycare-use-content h4:nth-child(3)::after,
  .daycare-use-content h4:nth-child(4)::after,
  .daycare-use-content h4:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: 68px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #f2c200 transparent transparent transparent;
  }
  .daycare-use-content h4:nth-child(2),
  .daycare-use-content h4:nth-child(3),
  .daycare-use-content h4:nth-child(4),
  .daycare-use-content h4:nth-child(5){
    margin-left: 24px;
    width: calc(100% - 28px);
  }

  .daycare-use-content h5{
    box-sizing: border-box;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:16px;
  }

  .daycare-use-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    font-size:14px;
    width: 100% ;
  }
  .daycare-use-content .center-box {
        box-sizing: border-box;
	margin: 4px 4px;
	padding: 14px 4px 12px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }

  .daycare-use-content .wp-block-table {
    margin: 0;    
  }

  .daycare-use-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-use-content table tr{
    display:table-row;
  }
  .daycare-use-content table tr td{
    display:table-cell; 
    padding: 10px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-use-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-use-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-use-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .daycare-use-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-use-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-use {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-use h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: inline-block;
    margin: 16px 0px 56px 0px;
    padding: 16px 48px;
    text-align: left;
    color:#ffffff;
    font-size:32px;
    border-radius: 0 100vh 100vh 0;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .daycare-use h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-use-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .daycare-use-content h2{
    position: relative;
    z-index:10;

    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);

  }
  .daycare-use-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
  .daycare-use-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-use-content h4{
    box-sizing: border-box;
    display: block;
    position: relative;  
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 4px;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: calc(100% - 8px);
    text-align: left;
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:18px;
    background: #0D47A1;
    color: #fff;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 4px #0D47A1;
  }
  .daycare-use-content h4:nth-child(1)::after,
  .daycare-use-content h4:nth-child(2)::after,
  .daycare-use-content h4:nth-child(3)::after,
  .daycare-use-content h4:nth-child(4)::after,
  .daycare-use-content h4:nth-child(5)::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: 68px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #f2c200 transparent transparent transparent;
  }

  .daycare-use-content h5{
    box-sizing: border-box;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size:20px;
    width: 100%;
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:20px;
  }

  .daycare-use-content p{
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-use-content .center-box {
        display:inline-block;
        box-sizing: border-box;
	margin: 4px 20px;
	padding: 14px 14px;
        text-align: left;
        line-height: 2.5;
	background: #0D47A1;
	color: #fff;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 4px #0D47A1;
        max-width:calc(100% - 8px);
  }

  .daycare-use-content .wp-block-table {
    margin: 0;    
  }

  .daycare-use-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-use-content table tr{
    display:table-row;
  }
  .daycare-use-content table tr td{
    display:table-cell; 
    padding: 16px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-use-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-use-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-use-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}
@media print , screen and (min-width:1024px){
  .daycare-use-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-use-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .daycare-use {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .daycare-use h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 16px 0px 72px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-size:40px;
/*    border-radius: 50% 50% 0 0;*/
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1),var(--themecolorcaption-2));
/*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
*/
  }
  .daycare-use h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f  "; 
  }
/*
  .daycare-use h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--themecolorcaption-1l),var(--themecolorcaption-2));
    background: linear-gradient(to top left,var(--themecolorcaption-1l),var(--themecolorcaption-2));
  }
*/

  .daycare-use-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: left;
  }
  .daycare-use-content h2{
    position: relative;  
    z-index:0;      
     
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 48px;
    color:var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    font-weight: 600;
    width: calc(100%);
    border-bottom: 1px solid var(--themecolor);
  }
  .daycare-use-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f61f　"; 
  }
  .daycare-use-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: 100%;

    border-left: 5px solid var(--themecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:28px;

  }
  .daycare-use-content h4{
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 4px;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    width: calc(100% - 8px);
    text-align: left;
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:18px;
    background: #0D47A1;
    color: #fff;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 4px #0D47A1;
  }
  .daycare-use-content h4:nth-child(1)::after,
  .daycare-use-content h4:nth-child(2)::after,
  .daycare-use-content h4:nth-child(3)::after,
  .daycare-use-content h4:nth-child(4)::after,
  .daycare-use-content h4:nth-child(5)::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #f2c200 transparent transparent transparent;
  }
  .daycare-use-content h5{
    box-sizing: border-box;
    text-align: left;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size:20px;
    width: 100%;
    font-family: "Times New Roman","游明朝体", "游明朝", "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:20px;
  }

  .daycare-use-content p{
    display:inline-block;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    margin: 0 auto;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size:16px;
  }
  .daycare-use-content .center-box {
    box-sizing: border-box;
    margin: 4px 4px;
    padding: 14px 14px;
    text-align: center;
    line-height: 2.5;
    font-size:20px;
    background: #0D47A1;
    color: #fff;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 4px #0D47A1;
    max-width:calc(100% - 8px);
  }



  .daycare-use-content .wp-block-table {
    margin: 0;    
  }

  .daycare-use-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .daycare-use-content table tr{
    display:table-row;
  }
  .daycare-use-content table tr td{
    display:table-cell; 
    padding: 18px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .daycare-use-content table tr:nth-of-type(2n-1) td{
    background-color: var(--theme2colorclear);
  }
  .daycare-use-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .daycare-use-content table tr td:nth-of-type(1){
    color:#ffffff;
    background-color: var(--captioncolor);
  }

}

