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



/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/* 医療相談室 [consultation]                */
/********************************************/
@media screen and (max-width:600px){
  .consultation-main {
    background: var(--backcolor);
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .consultation-main {
    background: var(--backcolor);
  }
}
@media print , screen and (min-width:1024px){
  .consultation-main {
    background: var(--backcolor);
  }
}
/*------------------------------------------*/
/* 相談室のご案内                      　   */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .consultation-guide-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation-guide-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation-guide {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .consultation-guide h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 52px 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(--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);
    */
  }

  .consultation-guide-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .consultation-guide-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: 18px;
    margin-left: 0px;
    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;
    width: calc(100%);
    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));
  }
  .consultation-guide-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0f0  "; 
  }
  .consultation-guide-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 14px;
    padding-left: 14px;
    font-size:14px;
    width: 100%;
  }
  .consultation-guide-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% ;
  }
  .consultation-guide-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){
  .consultation-guide-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation-guide-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation-guide {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .consultation-guide 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);
  }
  .consultation-guide-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .consultation-guide-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: 18px;
    margin-left: 0px;
    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;
    width: calc(100%);
    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));
  }
  .consultation-guide-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0f0  "; 
  }
  .consultation-guide-content h3{
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size:16px;
    width: 100%;
  }
  .consultation-guide-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;
  }
  .consultation-guide-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){
  .consultation-guide-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation-guide-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation-guide {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .consultation-guide h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 16px 0 72px 0;
    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);
  }
  .consultation-guide 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));
  }

  .consultation-guide-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: center;
  }
  .consultation-guide-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: 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;
    width: calc(100%);
    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));

  }
  .consultation-guide-content h2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0f0　"; 
  }
  .consultation-guide-content h3{
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding-top: 18px;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 18px;
    font-size:18px;
    width: 100%;
  }
  .consultation-guide-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;
  }
  .consultation-guide-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){
  .consultation-time-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation-time-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation-time {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    
  }
  .consultation-time h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 52px 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(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .consultation-time-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .consultation-time-content h2 {
    margin: 16px 0px 4px 0px;
    padding:0;
    color: var(--forecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:20px;
  }

  .consultation-time-content table {
    box-sizing: border-box;
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .consultation-time-content table tr{
    display:table-row;
  }
  .consultation-time-content table tr td{
    display:table-cell; 
    padding: 10px 15px;
    color:#4f4f4f;
    text-align: center;
    border:1px solid #dddddd;
    background-color: #fafafa;
  }
  .consultation-time-content table tr:nth-of-type(3) td{
    background-color: var(--theme2colorclear);
  }
  .consultation-time-content table tr:nth-of-type(1) td{
    color:#ffffff;
    background-color: var(--captioncolor);
  }
  .consultation-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){
  .consultation-time-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation-time-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation-time {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .consultation-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(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }

  .consultation-time-content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .consultation-time-content h2 {
    margin: 16px 0px 4px 0px;
    padding:0;
    color: var(--forecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:20px;
  }

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

}
@media print , screen and (min-width:1024px){
  .consultation-time-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation-time-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation-time {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .consultation-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(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .consultation-time h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
  }


  .consultation-time-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
  }
  .consultation-time-content h2 {
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 80px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    border-radius: 50% 50% 0 0;
    background: var(--theme2color);
  }

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

}





/*------------------------------------------*/
/*                          */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .consultation--section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation--base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation- {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    
  }
  .consultation- h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 52px 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(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .consultation--content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .consultation--content h2 {
    margin: 16px 0px 4px 0px;
    padding:0;
    color: var(--forecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:20px;
  }

}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .consultation--section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation--base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation- {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .consultation- 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(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }

  .consultation--content {
    box-sizing: border-box;
    margin:0;
    padding:16px 10px;
  }
  .consultation--content h2 {
    margin: 16px 0px 4px 0px;
    padding:0;
    color: var(--forecolor);
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:20px;
  }

}
@media print , screen and (min-width:1024px){
  .consultation--section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .consultation--base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .consultation- {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .consultation- 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(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .consultation- h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
  }

  .consultation--content {
    box-sizing: border-box;
    margin:0;
    padding:0;
  }
  .consultation--content h2 {
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 80px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:32px;
    border-radius: 50% 50% 0 0;
    background: var(--theme2color);
  }

}


