@charset "utf-8";
/*
 Theme Name:   hello-elementor Child
 Template:     hello-elementor
*/

/* Contact Form 7カスタマイズ */
/* スマホContact Form 7カスタマイズ */



.page-header .entry-title{
    display: none!important;
}


/*Tableリセット*/

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background: transparent!important;
}


▼▼▼ カスタム用（ソラナの場合）
/* パターン1 */
.table-ptn1 table tbody>tr>th,
.table-ptn1 table tbody>tr>td {
    line-height: 2 !important;
    border: #ccc solid !important;
    border-width: 0 0 1px !important;
    padding: 1em 0;
}

.table-ptn1 table tbody>tr:first-of-type>th,
.table-ptn1 table tbody>tr:first-of-type>td {
    padding-top: 0!important;
}

.table-ptn1 table tbody>tr>th {
    padding-right: 1.6em!important;
}


/* パターン2 日程表 */
.table-ptn2 table tbody>tr>th,
.table-ptn2 table tbody>tr>td {
    border: solid #ccc;
    border-width: 0 0 1px !important;
    padding: .8em .5em;
    background: transparent !important;
}


/* パターン3 症例 */
.table-ptn3 table tbody>tr>th,
.table-ptn3 table tbody>tr>td {
    padding: 1.4em 0;
    background: transparent !important;
    text-align: left;
    border: solid #ccc;
    border-width: 1px 0 !important;
}

.table-ptn3 table tbody>tr>th {
    padding-right: 1em!important;
    white-space: nowrap;
    width: 4em!important;
}

.table-ptn3 table tbody>tr>td {
    padding-left: 1em!important;
}

body[data-elementor-device-mode="mobile"] .table-ptn3 table {
    border-top: 1px solid #ccc!important;
}

body[data-elementor-device-mode="mobile"] .table-ptn3 table tbody>tr>th {
    display: block!important;
    padding: 1em .5em .5em!important;
    border-width: 0 !important;
}

body[data-elementor-device-mode="mobile"] .table-ptn3 table tbody>tr>td {
    display: block!important;
    padding: 0 .5em 1em!important;
    border-width: 0 0 1px !important!important;
}

body[data-elementor-device-mode="mobile"] .table-ptn3.col1 table tbody>tr>td {
    padding: 1em .5em;
}

/* パターン4 料金表 */
.table-ptn4 table thead>tr>th {
    background: var( --e-global-color-primary );
    background: #9C999A!important;
    color: #fff!important;
    font-weight: 400!important;
}

.table-ptn4 table tbody>tr>th,
.table-ptn4 table tbody>tr>td {
    padding: 15px 25px!important;
}

.table-ptn4 table tbody>tr>th {
    background: #F8F7F5!important;
    font-weight: 500!important;
    text-align: left!important;
}

.table-ptn4 table tbody>tr>td {
    background: #fff !important;
    color: #513D33!important;
    text-align: right!important;
}


body[data-elementor-device-mode="mobile"] .table-ptn4 table thead>tr>th,
body[data-elementor-device-mode="mobile"] .table-ptn4 table tbody>tr>th,
body[data-elementor-device-mode="mobile"] .table-ptn4 table tbody>tr>td{
    padding: 8px!important;
}

/* パターン5  */
.table-ptn5 table thead>tr>th {
    background: var( --e-global-color-primary );
    background: #9C999A!important;
    color: #fff!important;
    font-weight: 400!important;
}

.table-ptn5 table tbody>tr>th,
.table-ptn5 table tbody>tr>td {
    padding: 15px 25px!important;
}

.table-ptn5 table tbody>tr>th {
    background: #F8F7F5!important;
    font-weight: 500!important;
    text-align: center!important;
}

.table-ptn5 table tbody>tr>td {
    background: #fff !important;
    color: #513D33!important;
    text-align: left!important;
}


body[data-elementor-device-mode="mobile"] .table-ptn5 table thead>tr>th,
body[data-elementor-device-mode="mobile"] .table-ptn5 table tbody>tr>th,
body[data-elementor-device-mode="mobile"] .table-ptn5 table tbody>tr>td{
    padding: 8px!important;
}

/*リセットここまで*/


/*中ページ用ヘッダー*/
/*タイトル*/
.page-header{
	background:#FAFAFA;
    color:#8c8c8c!important;
	margin-top:-8px!important;
    padding: 10px 0;
    text-align: center;
}



/*余白*/
.mb_10{margin-bottom: 10px;}
.mb_20{margin-bottom: 20px;}
.mb_30{margin-bottom: 30px;}



/*トップページ*/
/* Newpost Catch */

#npcatch {
	display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding:0;
}

#npcatch li a {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    flex-wrap: wrap;
    

}

#npcatch li{
  width:300px;
  border:solid 1px #ebebeb;
	padding:20px;
    margin-bottom: 11px!important;
}

#npcatch img{
width: 150px;
}

#npcatch figure{

}

#npcatch .detail{
border-bottom:solid 1px #ebebeb;
    margin-bottom: 10px;
}

#npcatch .title a{
border-bottom: dotted 1px #000;      
}

#npcatch .title {
    color:#000!important;
         
}

#npcatch .title:hover {
    color:#ff0047!important;    
}

#npcatch .date {

}
#npcatch li:hover{}
#npcatch li:hover .title{}
#npcatch li:hover .title a{}
#npcatch li:hover .date{}



/* 更新依頼・相談依頼フォーム */
.daytime input[type="date"] {
   width:150px;
    margin-right: 10px;
}

.daytime select {
  /*  width:100px; */
	 width:100%;
      margin-right: 10px;
}


.float{
    display: flex;
    width: 100%;
}

/* 見出し欄 */
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}


/* 通常欄 */
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

/* 横の行とテーブル全体 */
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;

}

/* 必須の調整 */
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ea4436;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/* 任意の調整 */
.any {
  font-size: 7px;
  padding: 5px;
  background: #4285f5;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
  display: block;
}

/* 送信ボタンのデザイン変更 */
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #FBBD06;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 25px auto 0;
}

/* 送信ボタンマウスホバー時 */
#formbtn:hover {
  background: #fff;
  color: #FBBD06;
  border: 2px solid #FBBD06;
}


.komidashi {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
  font-size: 1em;
    font-weight: bold;
    margin-top: 50px;
}
.komidashi::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}


/*Elementorテーマ利用時テーブルズレ調整*/
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #FFF!important; 
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: #FFF!important; 
}
.inquiry th {
 background: #FFF!important; 
 vertical-align: middle!important;
}

.page-content{
    max-width: 950px!important;
    margin: 0 auto!important;
}

/*
h1 {
    display: none;
}
*/

/* 宴会メニュー見出し */
.menu-midashi {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #ccc;
}
.menu-midashi::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #3498db;
}
.menu-midashi::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.sub-midashi02 {
background: #4285F5;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    
}

/* 入力項目 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="file"],
input[type="date"],
input[type="number"],
select,
textarea {
  border: solid 1px #e6e6e6 !important;
  margin-top: 0 !important;
  padding: 0.6em !important;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}

/*太文字*/
.fb{ font-weight: bold}

/* カラー */
.gb{color: #4285F5!important;}
.gr{color: #EA4436!important;}
.gy{color: #FBBD06!important;}
.gg{color: #34A952!important;}
.or{color: #FF9C00!important;}

/* カラー 背景　濃*/
.bg-gb{background-color: #4285F5; color:fff;}
.bg-gr{background-color: #EA4436; color:fff;}
.bg-gy{background-color: #FBBD06; color:fff;}
.bg-gg{background-color: #34A952; color:fff;}
/* カラー 背景　淡*/
.bg-gb2{color: #DDE9FD!important;}
.bg-gr2{color: #FBDAD7!important;}
.bg-gy2{color: #FEF0C7!important;}
.bg-gg2{color: #DAF3E0!important;}


/*メイン画像背景*/
.jumbotron-overlay {
    background-color: rgba( 0, 0, 0 , 0.1 );
}

/* チェックボックス 初期入力フォーム*/
.ch01 label {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #434343;
  border-radius: 5px;
}

.ch01 label {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  border: 2px solid #4285F5;
  font-size: 13px;
  color: #4285F5;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.4s;
}

.ch01 label:hover {
  background-color: #4285F5;
  border-color: #9ABEFA;
  color: #fff;
}
.ch01 input {
  display: none;
}
.ch01 .check_box:checked + .label {
  background-color: orange;
}


/*コメントボックス01*/
.comment-box01 {
	position: relative;
	padding: .5em;
	background-color: #ffe6e6;
   
}
.comment-box01:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #ffe6e6;
}

/*コメントボックス01 背景色*/
.cm-gb { background-color: #DDE9FD;}
.cm-gb:after {border-top: 15px solid #DDE9FD;}

.cm-gy { background-color: #FEF0C7;}
.cm-gy:after {border-top: 15px solid #FEF0C7;}

.cm-ggr { background-color: #DAF3E0;}
.cm-ggr:after {border-top: 15px solid #DAF3E0;}

.cm-gg { background-color: #f7f7f7;}
.cm-gg:after {border-top: 15px solid #f7f7f7;}

.cm-gy01 { background-color: #FBBD06;}
.cm-gy01:after {border-top: 15px solid #FBBD06;}



/*コメントボックス02*/
.comment-box02 {
width: auto;
position: relative;
background-color: #fff;
padding: 5px;
border: 2px solid #ffc4c4;
color: #333;
}
.comment-box02::before,
.comment-box02::after {
content: '';
position: absolute;
border: 12px solid transparent;
top: 100%;
left: 5%;
}
.comment-box02::before {
border-top: 12px solid #ffc4c4;
}
.comment-box02::after {
margin-top: -4px;
border-top: 12px solid #fff;
}

/*ページトップコメント*/
.top-comment{
  color: #364e96;
  padding: 0.5em 0;
  border-top: solid 3px #364e96;
  border-bottom: solid 3px #364e96;
  font-size:1.4em;
    margin-top: 50px;
}




/*チェックボックス01*/
.checkbox-bg{
background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}

/*チェックボックス01*/
.ta{
    height: 100px;
}

/*チェックボックス02*/
.checkbox-bg02{
	font-size:20px;
	background: linear-gradient(transparent 60%, #FAE438 60%);
    display: inline-block;
}


/* チェックボックス */
.ch label {
  display: inline-block;
  max-width: auto;
  text-align: left;
  border: 2px solid #34a952;
  font-size: 16px;
  color: #34a952;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 10px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 4px 0px 0px 4px / 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px / 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px / 4px 0px 0px 4px;
  margin-left: -1em;
	margin-bottom:10px;
}


.r-on label{
    border-radius: 4px;
}

.ch label:hover {
  background-color: #34a952;
  border-color: #7dd794;
  color: #fff;
}

.ch input {
  display: none;
}

.ch .check_box:checked + .label {
  background-color: orange;
}

.check-txt {
  font-size: 1.3em;
  font-weight: 700;
}

.site-info {
  display: none;
}

.check-midashi-g{
    font-size: 105%;
    font-weight: bold;
    color:#34A952; 
}

.check-midashi-b{
    font-size: 105%;
    font-weight: bold;
    color:#4285F5; 
}

span.wpcf7-list-item .ch {
	display: inline-block;
	margin: 0 0 0 1em;
	width: 100%;
}

/*更新依頼-投稿確認*/

.fix-midashi{
display:flex;
flex-wrap:wrap-reverse;
}
    
.sample_photo {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  background-color: #34a952;
  border-top: 2px solid #34a952;
  border-right: 2px solid #34a952;
  border-bottom: 2px solid #34a952;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  padding: 11px 6px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 0px 4px 4px 0px / 0px 4px 4px 0px;
  -moz-border-radius: 4px 4px 0px 0px / 0px 4px 4px 0px;
   border-radius: 0px 4px 4px 0px / 0px 4px 4px 0px;
}
  
.sample_photo:hover {
  background-color: #FFF;
  color: #34a952;
}

.fix-midashi ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}

/*お申込み*/
.totalprice{
background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}

.totalprice input[type="text"] {
    font-size:150% !important;
    border: none !important;
    font-weight:bold;
    color: brown;
}


/*トップページ メニューボタン*/

#menu-list dd{
    margin-left:0;
}

/*#menu-list {
     display: -webkit-flex;
     display: flex;
     /*flex-direction: column;*/
    /* -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: space-between;
}
*/

#menu-list dl{
    max-width: 100%;
    height:  260px!important;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}
/*
#menu-list dl .point{
    position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
}
*/
#menu-list dl .point{
  position: absolute;
  top: 2em;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(1em);
}


#menu-list dt{
    text-align: center;
}

#menu-list dd {
    text-align: center;
    margin-bottom: 0.5em!important;
}

#menu-list .title {
    font-weight: bold!important;
    font-size:1.5em!important;
    text-align: center!important;
}

#menu-list dd .sub-small{
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 0.5em;
}



.menu01 {
    color: #4285F5;
    border: 10px solid #4285F5;
    border-radius: 5px;
}

.menu01:hover {
    color: #fff;
    background:#4285F5;
    border: double 10px #FFF;
}


.menu02 {
    color: #EA4436;
    border: 10px solid #EA4436;
    border-radius: 5px;
}

.menu02:hover {
    color: #fff;
    background:#EA4436;
    border: double 10px #FFF;
}


.menu03 {
    color: #FBBD06;
    border: 10px solid #FBBD06;
    border-radius: 5px;
}

.menu03:hover {
    color: #fff;
    background:#FBBD06;
    border: double 10px #FFF;
}


.menu04 {
    color: #34A952;
    border: 10px solid #34A952;
    border-radius: 5px;
}

.menu04:hover {
    color: #fff;
    background:#34A952;
    border: double 10px #FFF;
}


/*トップページ 新着情報*/
.whatsnew h1{
     font-size: 1.5em;
    color:#333;
}


div.whatsnew a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
    box-shadow: none;
    border-bottom: solid 1px #f5f5f5;
}


div.whatsnew hr {
	border:#FFF;
}

   .mb_on{
    display: none;
}


/* ユーザー情報表示 */

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], input[type="file"], input[type="date"], input[type="number"], select, textarea {
}
.id input[type="text"]{
border: solid 0 #e6e6e6 !important;
font-size: 80%;
}


.inpt-komment{
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

.red{
    color: crimson;
}


    /*登録情報変更コメント*/
    .touroku_comment {
        border: dotted 1px #0693e3;
        padding: 10px 10px 0 10px;
        font-size: 13px;
        background: #0693e3;
        color:#fff;
        line-height: 1.2em;
    }

  .touroku_comment p{
       margin-block-end: 0.5rem;

        padding: 0 ;

    }


/* ログインフォーム */
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
/*width: 40%!important; */
}


#wpmem_login, #wpmem_reg {
    margin-left: auto;
    margin-right: auto;
}

#wpmem_login .form{
    width: 50%!important;
    margin: 0 auto!important;
}

.wpmem_msg {
    margin: 15px auto!important;
}


.page-content .wpmem_msg a {
    display: none!important;
}


add_filter('wpmem_default_text', 'my_wpmem_custom_message');
function my_wpmem_custom_message($text) {
    // 特定のメッセージを変更
    $text['unregistered'] = 'カスタムメッセージをここに追加してください';
    return $text;
}

/* 固定ページ内医院名表示 */
.login_user{
    text-align: center!important;
    font-size: 30px!important;
    color:#4682B4;
    font-weight: 100;
}


/* 電話でのサポートを希望ボタン*/

.tel_support {
    font-size: 26px!important;
    color:#4682B4;
    font-weight: 100;
  
}

.tel_support [type=checkbox],.tel_support_close [type=checkbox]{
    display: none;
}

.tel_support_close{
    font-size: 26px!important;
    color:crimson;
    font-weight: 100;
}

.no,.login_id{
    display: none;
}


/*登録情報を表示*/

.utitle{
   padding: 0;
    margin: 0;
    color:	#60859D;
    text-align: center;
}

.uinfo{

}

.uinfo th{
    width: 35%;
    padding-left: 3%!important;
    color:	#60859D;
}


.uinfo th,.uinfo td{
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ACC5DB;
    background: #FFF!important;
    vertical-align:middle!important;
     line-height: 0!important;    
}
    

.uinfo th p{
line-height: 0!important;
    padding: 0;
    margin: 0;
    text-align:left; 
    color:	#60859D!important;
}


input[type=text].uinfo_bno{
    font-size: 14px;
    border: none!important;
    float: right;
    color:	#60859D!important;
}

/*MOBILE表示ここから***************************************************************************/

@media screen and (max-width: 500px){
    
/* 電話でのサポートを希望ボタン*/

.tel_support {
    font-size: 23px!important;
    font-weight: 100;
    padding: 0;
}

.tel_support [type=checkbox],.tel_support_close [type=checkbox]{
    display: none;
    
}

.tel_support_close{
    font-size: 23px!important;
    font-weight: 100;
    padding: 0;
}

    
    
#wpmem_login .form {
width: 100%!important; 
}
    
.mb_on{
      display:flex!important;
}

    /* 更新依頼・相談依頼フォーム */
.daytime input[type="date"] {
    width:100px;
    margin-right: 5px;
}

.daytime select {
   width:80px;
   margin-right: 5px;
}
.comp tbody tr th:nth-child(odd),.comp tbody tr th:nth-child(even){
text-align: left;
background:#f7f7f7!important;
}

  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
    
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }

  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }


/*更新依頼フォーム*/
.pc_on{
    display: none;
}    

  /* 必須・任意のサイズ調整 */
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
    
/*チェックボックス*/
.ch label {
  display: inline-block;
  max-width: auto;
  text-align: left;
  border: 2px solid #34a952;
  font-size: 16px;
  color: #34a952;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 8px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 0px 4px 4px 4px / 0px 4px 4px 4px;
  -moz-border-radius: 0px 4px 4px 4px / 0px 4px 4px 4px;
   border-radius: 0px 4px 4px 4px / 0px 4px 4px 4px;
   margin-left: -1em;
}

.ch label:hover {
  background-color: #34a952;
  border-color: #7dd794;
  color: #fff;
}
    
/*更新依頼-投稿確認*/

.fix-midashi{
display:flex;
flex-direction:column-reverse;
    }
    
.sample_photo {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  border-top: 2px solid #da392c;
  border-right: 2px solid #da392c;
  border-left: 2px solid #da392c;
  border-bottom: none;
  background: #EA4436;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  padding: 2px 6px;
  border-radius: 4px;
  transition: 0.4s;
  -webkit-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
   border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
}
    
.sample_photo:hover {
  background-color: #EA4436;
  border-color: #da392c;
  color: #fff;
}

#menu-list dl .point{
    display: none;
}
	

.notsite_menu dd img{
	max-width:100%;
}
  
    
   /*CIMSEサイト用追加CSS*/ 
.midashi{
     font-size: 20px!important;
     color:#000;
     background: linear-gradient(transparent 80%, #185a84 80%);
     font-weight: bold;
      text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                 -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                  0px 1px 0 #FFF,  0-1px 0 #FFF,
                 -1px 0 0 #FFF, 1px 0 0 #FFF;
}


.midashi2{
    font-size: 20px!important;
    line-height: 1.2em;
    color:#000;
    border-bottom:6px solid #185a84;
    font-weight: bold;
    margin-top: 10px;
}


}/*MOBILE表示ここまで***************************************************************************/

/*更新依頼フォーム*/

.jumbotron-overlay {
    background-color: rgba( 0, 0, 0 , 0);
}

.jumbotron-title {
    display: none;
}


/* 更新依頼フォーム */

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0,0,0,0.9);
    fill: rgba(0,0,0,0.9);
    height: 60px !important ;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-current-month {
    /* font-size:135%; */
    /* line-height:inherit; */
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    /* display:inline-block; */
    text-align: center;
    /* -webkit-transform:translate3d(0,0,0); */
    transform: translate3d(0,0,0);
    display: flex !important ;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.flatpickr-current-month .numInputWrapper {
    width: 7ch !important ;
    width: 7ch\0;
    display: inline-block
    position: relative;
    right: 6em;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    left: 4em;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}