@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans+TC);

body {
  color: #333333;
  padding: 0px;
  margin: 0px;
}
/* レスポンシブ対応　START */
#Head_menu{display: none;}
/* スマホ用ログイン項目非表示 */
#login_page{display: none;}
/* スマホ用サイドメニュー非表示 */
#sidemenu_sp{display: none;}
/* スマホ用チャットコメント入力欄非表示 */
#send_sp{display: none;}

/* PC用サイドメニュー */
#sidemenu_pc{
  padding: 20px 0 0 0;
}
/* サイドメニュー部分 */
/* ナビメニュー部分 */
side nav {
  margin-right: -16px;
  background-color: #fff;
}
side nav ul{
  display: flex;
  align-items: center;
  background-color: #fff;
}
side nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 16px ;
}
#nav_toggle{
  display: none;
}

side nav ul li img{
  display: none
}

/* ログイン画面フレキシブルボックス */
.l-top-flex-nav {
  flex: 2 1 100px; -webkit-flex : 2 1 100px;
}
.l-top-flex-main {
  flex: 0 0 800px; -webkit-flex : 0 0 800px;
}
.l-top-flex-aside {
  flex: 1 1 100px; -webkit-flex : 1 1 100px;
}

/* レイアウト共通CSS */
/* フレキシブルボックス */
.l-flexBox {
  display: flex; 
  display: -webkit-flexbox;
  display: -ms-flexbox;
}

/* フレキシブルボックス sub */
.l-top-flex-sub-main {
  display: flex; 
  display: -webkit-flexbox;
  display: -ms-flexbox;
}

/* フレキシブルボックス */
/* イベント画面 */
.l-flex-nav {
  flex: 0 0 300px; -webkit-flex : 0 0 300px;
}
.l-flex-main {
  flex: 0 0 500px; -webkit-flex : 0 0 500px;
}
.l-flex-aside {
  flex: 1 1 200px; -webkit-flex : 1 1 200px;
}

/* イベント画面 */
.eventTitle {
  overflow-y: scroll;
  height: 600px;
  padding: 0;
}
.eventTitle ul {
  padding: 0;
}

.eventTitle ul li {
  position: relative;
  height: 70px;
}
.eventTitle ul li a {
  text-decoration: none;
  color: black;
  font-size: 12px;
  line-height: 15px;
}
.eventTitle ul li span a:hover {
  color: black;
}

.eventLink {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 ;
  border-bottom: solid 1px #C0C0C0;
  text-indent: 10px;
}
    
.eventLink:hover {
  background-color: #EEEEEE
}

.eventLink p {
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.eventLink strong {
//  margin-top: 5px;
//    color: #00CED1;
}

/* ピンアイコン */  
.bg_checkbox{
  position: absolute;
  width: 50px;
  height: 70px;
  top: 0px;
  right: 0;
}

.bg_checkbox li{
  display: block;
  padding: 0;
}

.bg_checkbox input {
  position: absolute;
  bottom:0;
  right: 6px;
  width: 50%;  
  height: 42px;

  border-style: none;
  opacity: 0;
  z-index: 100;
}

.bg_checkbox input[type="checkbox"] + label {
  position: absolute;
  top:25px;

  display: block;
  background-image: url(../img/pin2@2x.png);
  background-size:20px;
  background-position:center;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  border-style: none;
}

.bg_checkbox input[type="checkbox"] + label:hover {
  opacity: .5
}

.bg_checkbox input[type="checkbox"]:checked + label {
  background-image: url(../img/pin1@2x.png);
  border-style: none;
}
    
/* ゴミ箱アイコン */  
.bg_deletebox{
  position: absolute;
  width: 50px;
  height: 70px;
  top: 0px;
  right: 0;
}

.bg_deletebox li{
  display: block;
  padding: 0;
}

.bg_deletebox input {
  position: absolute;
  bottom:0;
  right: 6px;
  width: 50%;  
  height: 42px;

  border-style: none;
  opacity: 0;
  z-index: 100;
}

.bg_deletebox input[type="checkbox"] + label {
  position: absolute;
  top:10px;
  right: 10px;
  display: block;
  background-image: url(../img/gabage@2x.png);
  background-size:50px;
  background-position:center;
  background-repeat: no-repeat;
  width: 64px;
  height: 61px;
  border-style: none;
}

/* 非表示アイコン */  
.bg_checkbox_hide{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
}

.bg_checkbox_hide li{
  display: block;
  padding: 0;
}

.bg_checkbox_hide input {
  position: absolute;
  bottom:0;

  width: 100%;  
  height: 100%;

  border-style: none;
  opacity: 0;
  z-index: 100;
}

.bg_checkbox_hide input[type="checkbox"] + label {
  position: absolute;
  top:10px;
  right: 10px;
  display: block;
  background-image: url(../img/hide02.png);
  background-size:50px;
  background-position:center;
  background-repeat: no-repeat;
  width: 64px;
  height: 58px;
  border-style: none;


}

.bg_checkbox_hide input[type="checkbox"] + label:hover {
  opacity: .5
}

.bg_checkbox_hide input[type="checkbox"]:checked + label {
  position: absolute;
  top:10px;
  right: 10px;
  display: block;
  background-image: url(../img/hide01.png);
  background-size:50px;
  background-position:center;
  background-repeat: no-repeat;
  width: 64px;
  height: 58px;
  border-style: none;
}


/* イベント一覧 */
/* 未読バッジ数 */
.unread-badge {
  padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-size: 75%;
  color: black;
  border-radius: 50px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
  margin-left:260px;
}

.unread-badge {
  background-color: #06FBFF;
}
.event-tile {
  font-size:1.3em;
  line-height:1.6em;
  margin:10px 0 0 15px;
}

/* イベント画面 */
.user_Select {
  overflow-y: scroll;
  height: 400px;
  padding: 0;
}
.user_Select ul {
  padding: 0;
}

.user_Select ul li {
  border-bottom: 1px solid #dddfe2;
  border-top: 1px solid #dddfe2;
  margin-bottom: -1px;
  padding: 6px 30px 6px 12px;
  position: relative;
  list-style-type: none;
}
.user_Select ul li input {
  text-decoration: none;
  color: black;
}
.user_Select ul li input:hover {
  color: black;
}

/* アカウント切り替え画面 */
#multiAccount_pc ul {
  margin-top:5px;
  margin-bottom:20px;
  list-style: none;
  text-align: left;
  text-decoration: none;
  padding:0px;
  width:70%;
}

/* リンク */
.m-link {
  text-align: left;
  margin: 20px 0 20px 0;
}


/* ボタン PC */
.m-btn {
  display:inline-block;
} 
.m-btn a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: ghostwhite;
  border-radius: 5px;
  background-color:#00ced1;
  padding: 10px 20px;
  border: 1px solid #058BA9;
  text-align: center;
} 

.m-btn input {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: ghostwhite;
  border-radius: 5px;
  background-color:#00ced1;
  padding: 10px 20px;
  border: 1px solid #058BA9;
  text-align: center;
  outline: none;
} 

.m-btn a:hover {
  color: ghostwhite;
  background-color:#06fbff;
  cursor: pointer;
} 

.m-btn input:hover {
  color: ghostwhite;
  background-color:#06fbff;
  cursor: pointer;
} 

.m-submit-btn {
  display:inline-block;
} 
.m-submit-btn a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: ghostwhite;
  border-radius: 5px;
  background-color:#00ced1;
  padding: 10px 20px;
  border: 1px solid #058BA9;
  text-align: center;
} 

.m-submit-btn input {
  font-weight: bold;
  text-decoration: none;
  color: ghostwhite;
  border-radius: 5px;
  background-color:#00ced1;
  padding: 10px 20px;
  border: 1px solid #058BA9;
  text-align: center;
  outline: none;
} 

.m-submit-btn a:hover {
  color: ghostwhite;
  background-color:#06fbff;
  cursor: pointer;
} 

.m-submit-btn input:hover {
  color: ghostwhite;
  background-color:#06fbff;
  cursor: pointer;
} 

/* サイドメニュー用ボタン */
.m-side-btn {
  display:inline-block;
  margin: 2px;
} 

.m-side-btn input {
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-radius: 5px;
  border: 1px solid black;
  text-align: center;
  background-color: white;
  height: 40px;
  width: 250px;
  white-space:nowrap;
  outline: none;
} 
.m-side-btn input[type="submit"]:hover {
  /* マウスが載ったとき */
  background-image: linear-gradient(0deg, #68d3db, #e5f4fc);
  border: 1px solid #2c628b;
}

.m-side-btn a {
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  border: 1px solid black;
  text-align: center;
} 

.m-side-btn a:hover {
  color: black;
  background-color:white;
  cursor: pointer;
} 

/* サイドメニュー用ボタン グループへ参加用*/
.m-side-btn-g {
  display:inline-block;
  margin: 2px;
} 

.m-side-btn-g input {
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-radius: 5px;
  border: 1px solid black;
  text-align: center;
  background-color: #AFF798;
  height: 40px;
  width: 250px;
  white-space:nowrap;
  outline: none;
} 
.m-side-btn-g input[type="submit"]:hover {
  /* マウスが載ったとき */
  background-image: linear-gradient(0deg, #68d3db, #e5f4fc);
  border: 1px solid #2c628b;
}

.m-side-btn-g a {
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  border: 1px solid black;
  text-align: center;
} 

.m-side-btn-g a:hover {
  color: black;
  background-color:white;
  cursor: pointer;
} 

/* QRコード表示用 */
.qr-code-margin {
  margin-top: 10px;
} 
.qr-code-img {
  max-width: 100%;
  height: auto;
} 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* チャット部分　PC/スマホ共通 START */
/* ページ */
#page {
  width: 100%;
  margin: 0 auto;
}

.pageHead {
  height: 80px;
  background-color: #00ced1;
}

/* サイドメニューの装飾 */
.pageEventNemu {
  margin-left : 20px;
}

/* リンク */
a {
  color: #999966;
}
a:hover {
  color: #339999;
}
/* パンくずリスト */
.topicPath {
  font-size: 12px;
}
/* ページの先頭へ戻る */
.pagetop {
  font-size: 12px;
  text-align: right;
  margin-top: 30px;
}
.pagetop a {
  background-image: url("../images/ico_pagetop.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 10px;
}
/* ページヘッダー */
.pageHead .siteTitle {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 10px;
  font-family: 'Antic Didone' , serif;
}
.pageHead .catchcopy  {
  padding-top: 5px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.pageHead .catchcopy {
  font-size: 16px;
  line-height: 1.5em;
  color: white;
}

.pageHead .globalNavi {
  border: solid #cccccc;
  border-width: 1px 0;
  padding: 10px 0;
  border: 1px solid;
}
.pageHead .globalNavi ul {
  margin: 0;
  padding: 0;
  border: 1px solid;
}
.pageHead .globalNavi ul:after {
  content: "";
  clear: both;
  display: block;
}
.pageHead .globalNavi ul li {
  list-style: none;
  width: 245px;
  float: left;
  border-left: solid 1px #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.429;
}
.pageHead .globalNavi ul li:first-child {
  border-left: none;
}
.pageHead .globalNavi ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.pageHead .globalNavi ul li a:hover,
.pageHead .globalNavi ul li.current {
  background-color: #F2F2E5;
}

/* ページフッター */
#pageFoot {
  border-top: solid 1px #cccccc;
  margin-top: 15px;
}
#pageFoot #copyright small {
  font-size: 12px;
  line-height: 1.5;
}

/* H1 マージン */
.m-h1-margin {
  margin-bottom: 0px;
} 
.m-h1-guidance {
  margin: 5px 0px 0px 0px; 
  font-size: 0.9em;
} 

/* H2 マージン */
.m-h2-margin {
  margin-bottom: 0px;
} 

/* H2 マージン */
.m-h2-margin2 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 14px;
} 
/* H2 マージン */
.m-h2-margin3 {
  margin-top: 0px;
  margin-bottom: 2px;
  text-align: left;
  font-size: 16px;
} 

/* テキスト マージン */
.m-txt-margin {
  margin-bottom: 0px;
} 
/* テキスト フォント */
.m-txt-font {
  font-size: 0.8em;
  margin-top: 0px;
} 

/* ログイン画面の装飾 */
/* 新規アカウント追加 */
.accountBodyAdd {
  flex: 0 0 400px; -webkit-flex : 0 0 400px;
}

/* ログイン */
.accountBodyLogin {
  flex: 0 0 400px; -webkit-flex : 0 0 400px;
}

/* 新規アカウント追加 */
.accountBodyAdd {
  flex: 0 0 400px; -webkit-flex : 0 0 400px;
}

/* ログイン */
.accountBodyLogin {
  flex: 0 0 400px; -webkit-flex : 0 0 400px;
}

/* ボタン */
#pageBodyMain .btn {
  text-align: center;
  padding-bottom: 20px;
  margin: 30px 0;
  border-bottom: 1px dotted #cccccc;
}

#pageBodyMain .btn a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #058BA9;
  padding: 10px 20px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #92CDDB, #058BA9);
  border: 1px solid #058BA9;
  box-shadow: 1px 1px #9DDDED inset;
  text-shadow: 0px -1px 0 #333333;
  display: inline-block;
  }
#pageBodyMain .btn a:hover {
  opacity: 0.7;
}

/* チャット画面　チャットエリアの枠 */
.pageChatArea {
  overflow-y: scroll;
  min-height: 500px;
  max-height: 500px;
  padding: 0;
}

/* チャットのイベント変更ボタン 位置調整 */
.m-chat-block {
  display: block;
  width: 60px; 
  padding: 5px 0 5px 0;
  float: right;
  margin: 0 0 0px 5px 
}

/* チャットのやりとり部分 */
.your_container{
  /* 高さや幅など、好きな様に設定 */
  height:auto;/*ここはご自由に*/
  width: 100%;/*ここはご自由に*/
  padding-bottom: 70px;
}

/* チャットの外側部分① */
#bms_messages_container{
}

/* ヘッダー部分② */
#bms_chat_header {
  padding: 6px;/*隙間調整*/
  font-size: 16px;
  height: 34px;
  background: #ddd;
}
/* ステータスマークとユーザー名 */
#bms_chat_user_status {
  float: left;/* bms_chat_headerに対して左寄せ */
}
/* タイムライン部分③ */
#bms_messages {
  height:100%;/*テキストエリアが下に張り付く様にする*/
  width: auto;
}
/* メッセージ全般のスタイル */
.bms_message {
  position: relative;
  margin: 0px;
  padding: 0 12px;/*吹き出しがタイムラインの側面にひっつかない様に隙間を開ける*/
  font-size: 10px;
  word-wrap: break-word;/* 吹き出し内で自動で改行 */
  white-space: normal;/*指定widthに合わせて、文字を自動的に改行*/
}
.bms_message_box{
  margin-top: 3px;/*上下の吹き出しがひっつかない様に隙間を入れる*/
  max-width: 100%;/*文字が長くなった時に吹き出しがタイムラインからはみ出さない様にする*/
  font-size: 10px;
}

.bms_message_name{
  margin-top: 3px;/*上下の吹き出しがひっつかない様に隙間を入れる*/
  font-size: 8px;
}

.bms_message_photo{
  margin-top: 3px;/*上下の吹き出しがひっつかない様に隙間を入れる*/
}

.bms_photo_download_left{
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 5px;
}
.bms_photo_download_right{
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 5px;
}

.bms_photo_size{
  width:150px;
}
.bms_message span{position: absolute;
  bottom:0;
  left: 35px;
  color: #333;
  line-height: 12px;
  font-size: 10px;
}

.bms_message_content{
  padding: 5px;/*文字や画像（コンテンツ）の外側に隙間を入れる*/
}
/* メッセージ１（左側） */
.bms_left {
  float: left;/*吹き出しをbms_messagesに対して左寄せ*/
  line-height: 1.3em;
}
.bms_left .bms_message_box {
  color: #000000;
  background: #DDDDDD	;
  border: 2px solid #DDDDDD	;
  border-radius: 10px 10px 10px 0px;/*左下だけ尖らせて吹き出し感を出す*/
  margin-right: 50px;/*左側の発言だとわかる様に、吹き出し右側に隙間を入れる*/
}
/* メッセージ２（右側） */
.bms_right {
  float: right;/*吹き出しをbms_messagesに対して右寄せ*/
  line-height: 1.3em;
}
.bms_right .bms_message_box {
  color: #000000	;/*テキストを白にする*/
  background: #C7F8F8;
  border: 2px solid #C7F8F8;
  border-radius: 10px 10px 0px 10px;/*右下だけ尖らせて吹き出し感を出す*/
  margin-left: 50px;/*右側の発言だとわかる様に、吹き出し左側に隙間を入れる*/
}

/* 回り込みを解除 */
.bms_clear {
  clear: both; /* 左メッセージと右メッセージの回り込み(float)の効果の干渉を防ぐために必要（これが無いと、自分より下のメッセージにfloatが影響する） */
}

/* テキストエリア、送信ボタン④ */
/* 送信ボタン　PC専用 画面の下に固定で表示 */
.bms_send {
  background-color:#fff;/*タイムラインの色と同じにする*/
  height: 70px;
  padding: 4px;
  bottom: 40px;
}
.bms_send_message{
  width: calc(100% - 75px - 60px);/*常に送信ボタンの横幅を引いたサイズに動的に計算*/
  line-height: 16px;
  height: 48px;
  padding: 14px 6px 0px 6px;/*文字がテキストエリアの中心になる様に隙間調整*/
  border: 1px solid #000;
  border-radius: 8px;/*角丸*/
  text-align: left;/*文字を左寄せ*/
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset;/*内側に影を入れてテキストエリアらしくした*/
  box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
  outline:none;
  margin-left: 3px;
}
.bms_send_message2{
  width: calc(100% - 75px - 60px - 60px);/*常に送信ボタンの横幅を引いたサイズに動的に計算*/
  line-height: 16px;
  height: 48px;
  padding: 14px 6px 0px 6px;/*文字がテキストエリアの中心になる様に隙間調整*/
  border: 1px solid #000;
  border-radius: 8px;/*角丸*/
  text-align: left;/*文字を左寄せ*/
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset;/*内側に影を入れてテキストエリアらしくした*/
  box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
  outline:none;
  margin-left: 3px;
}
.bms_select_photo {
  width: 55px;
  height: 55px;
//  font-size: 16px;
  line-height: 3em;
  float: left;/*bms_sendに対して左寄せ*/
//  color: #fff;
//  font-weight: bold;
//  background: #00CED1;
//  text-align: center;/*文字をボタン中央に表示*/
//  border-radius: 8px;/*角丸*/
  box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
  background: url(../img/photo_select.png)0 0 no-repeat;
	background-size: 50px;
	background-position: left 1px top 8px;
}
.bms_select_photo:hover {
  cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
}

.bms_send_photo {
  width: 55px;
  height: 55px;
//  font-size: 16px;
  line-height: 3em;
  float: left;/*bms_sendに対して左寄せ*/
//  color: #fff;
//  font-weight: bold;
//  background: #00CED1;
//  text-align: center;/*文字をボタン中央に表示*/
//  border-radius: 8px;/*角丸*/
  box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
  background: url(../img/photo_upload.png)0 0 no-repeat;
	background-size: 50px;
	background-position: left 1px top 8px;
}
.bms_send_photo:hover {
  cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
}
.bms_send_btn {
  width: 72px;
  height: 48px;
  font-size: 16px;
  line-height: 3em;
  float: right;/*bms_sendに対して右寄せ*/
  color: #fff;
  font-weight: bold;
  background: #00CED1;
  text-align: center;/*文字をボタン中央に表示*/
  border-radius: 8px;/*角丸*/
  box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
}
.bms_send_btn:hover {
  background:#06fbff; /*マウスポインタを当てた時にアクティブな色になる*/
  cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
}

input[type="alreadyread_cnt"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 10px;
  color: #000;
  border-radius: 10px;
}

/* イベント関係の日付の指定項目 */ 
input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  border-radius: 10px;
  outline: none;
}
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

input[type="time"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  outline: none;
  margin-top: 0;            /* .m-textbox-multi で指定しているmargin-top:5px;をここで消さないと位置がずれる　*/
}

/* テーブル */
.m-table {
  padding: 5px 5px 5px 5px;
}

.m-table td {
  padding-top: 5px;
  height: 25px;
}
.m-table-genres {
  padding-left: 50px;
}


/*マウスポインタを当てた時のデフォルトのアイコンを消去*/
.pageEventSearch input[type="time"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.pageEventSearch input[type="time"]::-webkit-clear-button{
  -webkit-appearance: none;
}

.m-table input[type="time"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.m-table input[type="time"]::-webkit-clear-button{
  -webkit-appearance: none;
}
/*マウスポインタを当てた時のデフォルトのアイコンを消去　ここまで */

/************************************/
.switchWin__label {
	width: 44px;
	position: relative;
	display: inline-block;
  margin: 5px 10px; 5px; 5px;
}
.switchWin__content {
	display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 20px;
  -webkit-transition: all .1s .4s;
	   -moz-transition: all .1s .4s;
	    -ms-transition: all .1s .4s;
	     -o-transition: all .1s .4s;
	        transition: all .1s .4s;
	overflow: hidden;
}
.switchWin__content:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100%);
  -moz-height: calc(120%);
	top: 0;
	left: 0;
	border: 1.5px solid #00ced1;
	border-radius: 20px;
	background-color: #fff;
}
.switchWin__content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	
	border-radius: 20px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.switchWin__input {
	display: none;
}
.switchWin__circle {
	display: block;
	top: 5px;
	left: 5px;
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color: #00ced1;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.switchWin__input:checked ~ .switchWin__circle {
	left: 29px;
	background-color: #fff;
}
.switchWin__input:checked ~ .switchWin__content {
 
	border-color: transparent;
	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
	    -ms-transition: all 0s;
	     -o-transition: all 0s;
	        transition: all 0s;
}
 
.switchWin__input:checked ~ .switchWin__content:after {
	background-color: #00ced1;
	width: 100%;
}
 
/*　エラーメッセージモーダル */
#overlay {
  /* viewpointを相対位置にし、全画面表示にする */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);  /* 背景を半透明にする */
  display: none;  /* HTML要素を非表示にする */
  z-index: 998  /* 「メインのHTML要素」よりもスタックレベルを高くする */
}

#modalWindow {
  padding: 30px;
  width: 40%;
  height: auto;
  position: fixed; /* viewpointを相対位置にする */
  border: 4px solid #66B7CC;
  background-color: #FFF;
  border-radius: 15px;
  display: none; 
  z-index: 999;  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
  text-align: center;
}

#modalWindow p{color: #66B7CC;
    line-height: 22px
}

/* モーダルダイアログ 削除ボタンを消す */
/* 送信ボタン　PC専用 画面の下に固定で表示 */
.delete-show{}
.delete-hide {
  display: none;
}

button {
  margin: 10px 0;
  width: 100px;
  height: 50px;
  font-size: 1.2em;
  color: #66B7CC;
  border-radius: 30px;
  background-color: #FFF;
  border: solid 2px #66B7CC;
  transition: .4s;
}

button:hover {
  background: #66B7CC;
  color: #FFF;
}

.register input[type="submit"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 68px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 18px;
    font-weight: bold;
  color: #fff;
    border-radius: 30px;
    background-color: #00CED1
    
}

.register input[type="submit"]:hover{
  color: #fff;
    background-color:#339999
}

#accountBody a{font-size: 16px;
font-weight: normal}

input[type="alreadyread_cnt"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="alreadyread_cnt"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="alreadyread_cnt"]::-webkit-calendar-picker-indicator{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
/* チャット部分　PC/スマホ共通 END ここまで */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PC 固有 START */
/* 検索条件用の項目　テキストボックス　セレクトボックスで使用する。 */
.m-searchbox {
  display: inline-flex;
  padding-top: 5px;

}
.m--searchbox {
  margin: 0; 
}
/*イベント検索　非表示*/
.events_search_display{
  display: none;
}

.m--searchbox-btn {
  margin: 5px 0 0 0;
}
.m--searchbox-padding {
  padding: 0 5px 0px 0px
}

/* 検索条件用の項目　テキストボックスのラベル   */
.m--searchbox-label {
  margin: 0; 
}

/* 検索条件用の項目　テキストボックスのラベル位置調整   */
.nowrap-label {
  white-space:nowrap;
}

.nowrap-label.label2 {
  padding:2px 0 0 10px;
}

/* 検索条件用の項目　テキストボックスのラベル位置調整  スマホでも使用 */
.nowrap-label.label1 {
  padding-top:8px;
  padding-right:8px;
}
.nowrap-label.label3 {
  padding-top:8px;
  padding-right:8px;
}
.nowrap-label.label4 {
  padding-top:3px;
  padding-right:8px;
}

/* テキストボックス */
.m-textbox {
  width: 320px;
  margin: 0px;
  padding: 10px;
  border-radius: 5px;
  outline: none;
} 
/* テキストボックス 　グループ管理系のテキストボックスで使用　*/
.m-textbox-multi {
  width: 320px;
  padding: 7px;
  border-radius: 5px;
  outline: none;
} 

.m-textbox-search {
  width: 450px;
} 

/* テキストエリア 　問い合わせフォームで使用　*/
.m-textarea-multi {
  width: 95%;
  padding: 7px;
  border-radius: 5px;
  outline: none;
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
} 

/* リストボックス */
.m-listbox {
  margin: 0px;
  padding-top: 5px;
  border-radius: 5px;
} 

.box_frame {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  outline: none;
}

.box_frame select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}


.box_frame select::-ms-expand {
    display: none;
}

/* セレクトボックス PCとスマホで共通で使用 */
.box_frame.frame01 {
	position: relative;
	border: 1px solid #707070;
	border-radius: 5px;
  box-sizing: border-box;
  height: 36px;
}

.box_frame.frame01::before {
	position: absolute;
	top: .2em;
	right: -.2em;
	width: 35px;
  height: 35px;
	content: '';
	pointer-events: none;
  background: url(../img/arrow@2x.png)0 0 no-repeat;
	background-size: 27px;
}

.box_frame.frame01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
  height: 36px;
}

.pageEventSearch{margin:0px;}
    

.m-small-btn {
  display:inline-block;
} 
.m-small-btn a {
  text-decoration: none;
  color: ghostwhite;
  border-radius: 5px;
  background-color:#00ced1;
  padding: 0px 5px;
  text-align: center;
  border: 1px solid #058BA9;
  white-space: nowrap;  
} 

.m-small-btn input {
  text-decoration: none;
  color: ghostwhite;
  border-radius: 5px;
  background-color:#00ced1;
  padding: 0px 5px;
  text-align: center;
  border: 1px solid #058BA9;
} 

.m-small-btn a:hover {
  color: ghostwhite;
  background-color:#06fbff;
  cursor: pointer;
} 

/* プロフィール画面　テーブルの幅 */
.profile {
  width: auto;
} 

/* チャットのメッセージ幅 */
.bms_message_text {
  width: 400px;
} 

/* PC 固有 END ここまで */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* PC パスワード　表示／非表示切り替え */
.toggle {
    position: relative;
}
.field {
  width: 320px;
  margin: 0px;
  padding: 10px;
  border-radius: 5px;
  outline: none;
}

.toggle .btn {
    position: absolute;
    right: 60px;
    top: 4px;
    padding: 6px 6px;
    border-radius: 5px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.btn-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.fa-eye:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background: url(../img/eye.png)no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.fa-eye-slash:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background: url(../img/close-eye.png)no-repeat;
  background-size: contain;
  vertical-align: middle;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 画面サイズごとの処理 max-width: 480px START */
@media screen and (max-width: 480px){
    
  body{
    font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    font-weight: midium;
    -webkit-text-size-adjust:100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px auto;
  }

  /* PC用ログイン項目非表示 */
  #login_page_pc{display: none;}
  /* PC用ログイン項目非表示 */
  .login_btn_pc{display: none;}
  /* PC用各ページのヘッダ非表示 */
  .pageHead{display: none;}
  /* PC用イベント一覧検索項目非表示 */
/*  #EventSearch{display: none;} */
  /* PC用サイドメニュー非表示 */
  #sidemenu_pc{display: none;}
  /* PC用チャットコメント入力欄非表示 */
  #send_pc{display: none;}
  /* PC用用イベント検索項目非表示 */
  #EventSearch_pc{display: none;}

  /* フレキシブルボックス 解除 */
  .l-flexBox {
    display: block;
  }
  
  /* スマホ用ログイン項目表示 */
  #login_page{display: block;}
  /* スマホ用サイドメニュー表示 */
  #sidemenu_sp{display: block;}
  /* スマホ用チャットコメント入力欄表示 */
  #send_sp{display: block;}
    
  /* イントロ画面 */
  .space{
    width: 100%;
    height: 30px;
    display: block;
  }

  #login_page{
    padding: 10px 20px;
  }

  #login_Title{
    color: #00CED1;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-family: 'Noto Sans JP'
  }

  #site_introduce{
    color: #888888	;
    padding-top: 10px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    letter-spacing: 2px;
  }
    
.intro_box{padding: 10px 0}

  #Allocation{
    text-align: center;
    color:#888888;
    font-size: 17px;
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 10px;
  }
    
  #Allocation2{
    text-align: center;
    color:#FF0000;
    font-size: 13px;
    line-height: 16PX;
  }
    
  a{
    font-size: 18px;
    font-weight: bold
  }
   
  .login_btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .9em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #00CED1;
    border-radius: 30px;
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .login_btn:hover {
	
	background: #339999;
  }
    
/*  使わない
  input.m-textbox {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 2px solid #00CED1;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2) inset
  } 
*/
  
  /* リンク */
  .m-link{
    margin: 0 auto;
    text-align: center;
    margin: 15px 0 15px 0;
    text-decoration: none;
    line-height: none;
    color: #888888;
    font-size: 16px;
  }

  .m-link a{
    margin: 0 auto;
    text-align: center;
    color: #888888;
    font-size: 16px;
  }
    
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* PC 固有 CSS クリア START */
  /* 検索条件用の項目　テキストボックス　セレクトボックスで使用する。 */
  .m-searchbox {
    display: initial;
    padding-top: initial;
  }

  .m--searchbox {
    margin: initial; 
  }

  .m--searchbox-btn {
    margin-top: initial;
  }
  .m--searchbox-padding {
    padding: initial;
  }
  /* 検索条件用の項目　テキストボックスのラベル   */
  .m--searchbox-label {
    margin: initial; 
  }
  .m--searchbox-label-padding {
    margin: initial; 
  }
  .nowrap-label.label1 {
    padding-top:3px;
    padding-right:0px;
  }
  .nowrap-label.label3 {
    padding-top:3px;
    padding-right:0px;
  }
  .nowrap-label.label4 {
    padding-top:3px;
    padding-right:0px;
  }
  .nowrap-label.label2 {
    padding:0px 0 0 0px;
  }


  /* PC 固有  CSS クリア END */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* イベント画面ここから------------------------------------------------------------*/
  /* ページ */
  #page {
    width: 100%;
    margin: 0 auto;
  }

  .pageHead {}
    
  .pageHead_box{display: none}  

  #pageEvent{
    margin-top:10px;
  }
    
  .padding-box{padding: 40px}

  .catchcopy {
    font-size: 16px;
    line-height: 1.5em;
    color: white;
  }

  #Head_menu{
    display: block;
    height: 60px;
    padding: 0;
    width: 100%;
  }

  /* 検索ここから */
  .serch_btn{
    position: fixed;
    top:13px;
    left: 15px;
    width: 50px;
    background: url(../img/serch@2x.png)no-repeat;
    background-size: 40px auto;
    display:block;
    z-index: 100;
    height: 70px;
  }
  
  sp{display: none}   
  /* ゴミ箱アイコン */  
  .bg_checkbox_gb{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
  }
    
  .bg_checkbox_gb li{
    display: block;
    padding: 0;
  }
 
  .bg_checkbox_gb input {
    position: absolute;
    bottom:0;
    width: 100%;  
    height: 100%;
    border-style: none;
    opacity: 0;
    z-index: 100;
    box-sizing: border-box
  }
 
  .bg_checkbox_gb input[type="checkbox"] + label {
    position: absolute;
    top:25px;
    right: 0px;
    display: block;
    background-image: url(../img/gabage2@2x.png) ;
    background-size:35px;
    background-position:center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    border-style: none;
    box-sizing: border-box
  }
    
  .bg_checkbox_gb input[type="checkbox"] + label:hover {
     opacity: .5
  }
 
  .bg_checkbox_gb input[type="checkbox"]:checked + label {
      background-image: url(../img/gabage@2x.png);
      border-style: none;
  }

  /* イベント一覧 */
  /* 未読バッジ数 */
  .unread-badge {
    padding: 3px 6px;
    margin-right: 8px;
    margin-left: 1px;
    font-size: 75%;
    color: black;
    border-radius: 50px;
    box-shadow: 0 0 3px #ddd;
    white-space: nowrap;
    margin-left:180px;
  }

  /* チャット画面　チャットエリアの枠 */
  /* チャットのやりとり部分 */
  .your_container{
    /* 高さや幅など、好きな様に設定 */
    height:auto;/*ここはご自由に*/
    width: 100%;/*ここはご自由に*/
    margin-top: 50px;
    padding-bottom: 70px;
  }
    
  /* イベントにより　topのマージンを変更する サッカー用 */
  .your_container_200{
    /* 高さや幅など、好きな様に設定 */
    height:auto;/*ここはご自由に*/
    width: 100%;/*ここはご自由に*/
    margin-top: 200px;
    padding-bottom: 70px;
  }
  /* イベントにより　topのマージンを変更する バスケット用 */
  .your_container_250{
    /* 高さや幅など、好きな様に設定 */
    height:auto;/*ここはご自由に*/
    width: 100%;/*ここはご自由に*/
    margin-top: 250px;
    padding-bottom: 70px;
  }
    
    
/*
  .pageChatArea {  */
/*    overflow-y: scroll;  */
/*    height: 100vh;  */
/*    padding: 0px 0px 60px 0px;   */       /*コメントの入力欄と被らないように下を調整*/
/*  }   */
  .pageChatArea {
    overflow-y: scroll;
    height:auto;/*ここはご自由に*/
  }
  .pageChatArea_margin {
    margin-top: 180px;
    padding: 0px 0px 100px 0px;        /*コメントの入力欄と被らないように下を調整*/
  }
  .pageChatArea_margin_160 {
    margin-top: 160px;
    padding: 0px 0px 100px 0px;        /*コメントの入力欄と被らないように下を調整*/
  }
  .pageChatArea_margin_200 {
    margin-top: 200px;
    padding: 0px 0px 100px 0px;        /*コメントの入力欄と被らないように下を調整*/
  }
  .pageChatArea_margin_250 {
    margin-top: 250px;
    padding: 0px 0px 100px 0px;        /*コメントの入力欄と被らないように下を調整*/
  }
  .pageChatArea_margin_290 {
    margin-top: 290px;
    padding: 0px 0px 100px 0px;        /*コメントの入力欄と被らないように下を調整*/
  }


  /* プロフィール画面　テーブルの幅 */
  .profile {
    width: 100%;
  } 

  /* チャット画面　チャットエリアの枠 */
  /* テキストエリア、送信ボタン④ */
  /* 送信ボタン　スマホ専用 画面の下に固定で表示 */
  .bms_send {
    margin-top: 10px;
    background-color:#fff;/*タイムラインの色と同じにする*/
    width: 98%;
    height: 70px;
    background-color: #EEEEEE;
    padding: 4px;
    position: fixed;
    bottom: 0px;
  }

  /* 送信ボタン スマホ専用 改行されたときに入力用 */
  .pageChatArea_move {
    overflow-y: scroll;
    height: 100vh;
    padding: 0px 0px 100px 0px;        /*コメントの入力欄と被らないように下を調整*/
  }

  .bms_send_move {
    margin-top: 10px;
    width: 98%;
    height: 70px;
    padding: 4px;
    position: fixed;
    bottom: 40px;
  }
  .bms_select_photo {
    width: 55px;
    height: 55px;
    font-size: 16px;
    line-height: 3em;
    float: left;/*bms_sendに対して左寄せ*/
//    color: #fff;
//    font-weight: bold;
//    background: #00CED1;
//    text-align: center;/*文字をボタン中央に表示*/
//    border-radius: 8px;/*角丸*/
    box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
    background: url(../img/photo_select.png)0 0 no-repeat;
    background-size: 50px;
    background-position: left 1px top 8px;
  }
  .bms_select_photo:hover {
    cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
  }
  
  .bms_send_photo {
    width: 55px;
    height: 55px;
//    font-size: 16px;
    line-height: 3em;
    float: left;/*bms_sendに対して左寄せ*/
//    color: #fff;
//    font-weight: bold;
//    background: #00CED1;
//    text-align: center;/*文字をボタン中央に表示*/
//    border-radius: 8px;/*角丸*/
    box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
    background: url(../img/photo_upload.png)0 0 no-repeat;
    background-size: 50px;
    background-position: left 1px top 8px;
  }
  .bms_send_photo:hover {
    cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
  }
  .bms_send_btn {
    width: 72px;
    height: 48px;
    font-size: 16px;
    line-height: 3em;
    float: right;/*bms_sendに対して右寄せ*/
    color: #fff;
    font-weight: bold;
    background: #00CED1;
    text-align: center;/*文字をボタン中央に表示*/
    border-radius: 8px;/*角丸*/
    box-sizing: border-box;/*paddingとborderの要素の高さと幅の影響をなくす（要素に高さと幅を含める）*/
  }
  .bms_send_btn:hover {
    background:#06fbff; /*マウスポインタを当てた時にアクティブな色になる*/
    cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
  }
/* タイムライン部分③ */
  #bms_messages {
    overflow: auto;/* スクロールを効かせつつ、メッセージがタイムラインの外に出ないようにする */
    height:100%;/*テキストエリアが下に張り付く様にする*/
    width: auto;
  }

  /* イベント画面 */
  .eventTitle {
    padding: 40px 10px 10px 10px;
    height: auto;
  }

  /* イベントの修正／削除画面でタイトル表示自分のpaddingを打ち消す */
  .eventTitle-padding {
    padding: 0px 10px 10px 10px;
  }

  .eventTitle ul {
    padding: 0;
    list-style: none;
    text-align: left
  }
  .eventTitle ul li {
    padding: 5px 0px 0px 0px;
    position: relative;
  }
  .eventTitle ul li a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    line-height: 15px;
  }

  /* イベント画面 */
  .user_Select {
    overflow-y: scroll;
    height: auto;
    padding: 0;
  }

  .user_Select ul li {
    border-bottom: 1px solid #dddfe2;
    margin-bottom: -1px;
    padding: 3px 0px 3px 0px;
    position: relative;
    list-style-type: none;
  }
  .user_Select ul li input {
    text-decoration: none;
    color: black;
  }
  .user_Select ul li input:hover {
    color: black;
  }

  /* アカウント切り替え画面 */
  #multiAccount ul {
    margin-top:0px;
    margin-bottom:20px;
    list-style: none;
    text-align: left;
    text-decoration: none;
    padding:0px;
    width:70%;
  }
  /* イベント一覧　検索条件の表示位置調整 */
  .event-search-margin {
    margin-bottom:80px;
  } 

  /* 非表示アイコン */  
  .bg_checkbox_hide input[type="checkbox"] + label {
    position: absolute;
    top:15px;
    right: 0px;
    display: block;
    background-image: url(../img/hide02.png) ;
    background-size:55px;
    background-position:center;
    background-repeat: no-repeat;
    border-style: none;
  }
  .bg_checkbox_hide input[type="checkbox"]:checked + label {
    position: absolute;
    top:15px;
    right: 0px;
    display: block;
    background-image: url(../img/hide01.png) ;
    background-size:55px;
    background-position:center;
    background-repeat: no-repeat;
    border-style: none;
  }


    
  img.back-btn{
    position: absolute;
    top:13px;
    left: 13px;
    width: 23px;
  }

  /* グループ画面 */
  #groupCreate ,
  #pageInviation {
    overflow-y: scroll;
    height: 100vh;                  /*    これがあるとボタンが表示されないので試しに消す */    
    padding: 40px 10px 0px 10px;        /*コメントの入力欄と被らないように下を調整*/
  }

  #pageDelete,
  #pageEntry {
    overflow-y: scroll;
    height: 100vh;
    padding: 70px 10px 0px 10px;        /*コメントの入力欄と被らないように下を調整*/
  }

  /* サイドメニュー部分 */
  /* ナビメニュー部分 */

  .head_nav{
    position:fixed;
    top:0;
    left: 0;
    height: 60px;
    padding: 0;
    width: 100%;
    background-color:#00CED1;
  }  

  .page-title{
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0 0;
    display: 
  }   

  nav{
    display: none;
    position: fixed;
    top:50px;
    height: 90%;
    width: 120%;
    background: #FFF;
    left: -40px;
    text-decoration: none;
    background-color: #fff;
    z-index: 998;
    overflow-y: scroll;
    font-size: 0.8em;
  }
	side nav ul{
    display: block;
    margin: 0 auto;
    width: 120%;
    text-decoration: none;
    list-style: none;
	}
  side nav ul li{
    height: 50px;
    display:block;
    text-align: left;
    text-decoration: none;
    list-style: none;
//    border-bottom:solid 1px #707070;
  }
  side nav ul li p{
    display: block; 
    text-decoration: none;
  }
  
  /* サイドメニュー用ボタン */
  .m-side-btn {
    display:inline-block;
  } 

  .m-side-btn-com {
    margin: 0;
    height: 49px;
    position: absolute;
    width: 100%;
    padding: 5px 0;
    font-size: 1.6em;
    float: right;
    color: #000;
    font-weight: bold;
    border-style: none;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    z-index: 1;
    text-indent: 50px;
    outline: none;
  } 

  input.m-side-btn-com.m-side-btn1{
    margin-top: 2px;
    background: url(../img/menu_01_event_list.png)  no-repeat ;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }

  input.m-side-btn-com.m-side-btn2 {
    margin-top: 2px;
    background: url(../img/menu_02_event_create.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
    
  input.m-side-btn-com.m-side-btn3 {
    margin-top: 2px;
    background: url(../img/menu_03_event_chg.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
    
  input.m-side-btn-com.m-side-btn4 {
    margin-top: 2px;
    background: url(../img/menu_04_event_delete.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
    
  input.m-side-btn-com.m-side-btn5 {
    margin-top: 2px;
    background: url(../img/menu_05_event_hide.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
    
  input.m-side-btn-com.m-side-btn6{
    margin-top: 2px;
    background: url(../img/menu_06_group_create.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
    
  input.m-side-btn-com.m-side-btn7 {
    margin-top: 2px;
    background: url(../img/menu_07_group_Invitation.png)  no-repeat;
    background-size:47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
    
   input.m-side-btn-com.m-side-btn8 {
    margin-top: 2px;
    background: url(../img/menu_08_group_delete.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }

  input.m-side-btn-com.m-side-btn9 {
    margin-top: 2px;
    background: url(../img/menu_09_group_join.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }

  input.m-side-btn-com.m-side-btn10{
    margin-top: 2px;
    background: url(../img/menu_10_group_view.png)  no-repeat;
    background-size: 47px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }

  input.m-side-btn-com.m-side-btn11{
    margin-top: 2px;
    background: url(../img/menu_11_event_view.png)  no-repeat;
    background-size: 45px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
  input.m-side-btn-com.m-side-btn12{
    margin-top: 2px;
    background: url(../img/menu_12_profile_set.png)  no-repeat;
    background-size: 45px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
  input.m-side-btn-com.m-side-btn13{
    margin-top: 2px;
    background: url(../img/menu_13_p-fly_pr.png)  no-repeat;
    background-size: 45px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
  input.m-side-btn-com.m-side-btn14{
    margin-top: 2px;
    background: url(../img/menu_14_inquiry.png)  no-repeat;
    background-size: 45px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
  input.m-side-btn-com.m-side-btn15{
    margin-top: 2px;
    background: url(../img/menu_15_account_chg.png)  no-repeat;
    background-size: 45px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
  input.m-side-btn-com.m-side-btn16{
    margin-top: 2px;
    background: url(../img/menu_16_event_view.png)  no-repeat;
    background-size: 45px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
  input.m-side-btn-com.m-side-btn17{
    margin-top: 2px;
    background: url(../img/menu_17_logout.png)  no-repeat;
    background-size: 45px auto;
    background-position: left 1px top 10px;
    background-blend-mode: multiply;
    outline: none;
  }
  
  /* サイドメニュー用ボタン グループへ参加用*/
  .m-side-btn-g {
    display:inline-block;
  } 

  .m-side-btn-com-g {
    margin: 0;
    height: 49px;
    position: absolute;
    width: 100%;
    padding: 5px 0;
    font-size: 1.6em;
    float: right;
    color: #000;
    font-weight: bold;
    border-style: none;
    text-align: left;
    cursor: pointer;
    z-index: 1;
    text-indent: 50px;
    outline: none;
  } 
  
   input.m-side-btn-com-g.m-side-btn9 {
    margin-top: 2px;
    background: url(../img/menu_09_group_join.png)  no-repeat;
    background-size: 47px auto;
    background-blend-mode: multiply;
    background-position: left 1px top 10px;
    outline: none;
    background-color: #AFF798;
  }

    
  .m-small-btn {
    display:inline-block;
  } 
  .m-small-btn a {
    border-radius: 5px;
    color: ghostwhite;
    background-color:#00CED1;
    cursor: pointer;
    border: 1px solid #058BA9;
  } 

  .m-small-btn input {
    text-decoration: none;
    color: ghostwhite;
    border-radius: 5px;
    background-color:#00ced1;
    padding: 0px 5px;
    text-align: center;
    border: 1px solid #058BA9;
  } 
  .m-small-btn a:hover {
    color: ghostwhite;
    background-color:#06fbff;
    cursor: pointer;
  } 


  /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 33px;
		height: 33px;
		position: fixed;
		top: 15px;
    right: 15px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 4px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.4s ease-in-out;
		-moz-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /*イベント検索ボタン*/
	#events_search_toggle{
		display: block;
		width: 45px;
		height: 45px;
		position: fixed;
		top: 10px;
    right: 85%;
		z-index: 100;
    background-image: url(../img/search.png);
    background-size: 45px auto;
	}
  
  /*イベント検索　非表示*/
	.events_search_display{
		display: none;
	}
  
  .h1-logo {
    padding: 0px;
    margin: 0px;
  } 
  
  .m-h1-margin {
    display: none;
  } 
    
  /* ページの先頭へ戻る */
  .pagetop {
    font-size: 8px;
    margin-top: 70px;
      color: #000;
      text-align: center;
  }
  .pagetop a {
    text-align: center;
    color: #00CED1;
    list-style: none;
    text-decoration: none;
    padding: 20px;
    border: solid 1px #00CED1;
    border-radius: 30px;
    margin: 50px 0 
  }
    
  .pagetop a:hover {
    opacity: .6
  }
    
  /* ページフッター */
  #pageFoot {
    position: fixed;
    bottom: 0;
    text-align: center;
    margin-top: 60px;
    width: 100%;
    background-color: #fff;
  }
  #pageFoot #copyright small {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  #copyright {
    margin:0px;
  }

    
  /* 検索画面 */
  .serch_box{padding: 40px}

  .pageEventSearch{margin-top:10px;}
    
  .pageEventSearch p{
    font-size: 16px;
    font-weight: bold
  }

  /* エラーメッセージ */    
  #error-message{
    padding: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
  }
    
  /* ボタン */  
  .m-btn{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #00CED1;
    border-radius: 30px;
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-style: none;
    font-size: 1.2em;
    font-family: 'Noto Sans JP';
    font-weight: bold;
  }
    
  .m-btn2{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #00CED1;
    border-radius: 30px;
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-style: none;
    font-size: 1.2em;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    outline: none;
  }

  .m-btn a {
    display: block;	
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: ghostwhite;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #058BA9;
    text-align: center;
  } 
    
  .m-btn{}

  input.m-btn:hover {
    color: ghostwhite;
    background-color:#06fbff;
    cursor: pointer;
  } 

  .m-btn input,[type="text"],[type="password"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    border: 0;
    height: 36px;
    background: transparent;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    border-radius: 30px
  }

  .m-btn input[type="submit"] ,.m-btn2 input[type="submit"] {
    position: relative;
    width: 100%;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height:48px;
    border-radius: 30px;
    border: 1px solid #058BA9;
    outline: none;
  }

  .m-btn input[type="submit"]:hover,.m-btn2 input[type="submit"]:hover {
    color: #fff;
    background-color:#06fbff;
    border-radius: 30px      
  }

  /* 検索条件用のボタン */
  .m--searchbox-btn{
    display: block;
    position: relative;
    padding-top: 0px !important;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #00CED1;
    border-radius: 30px;
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-style: none;
    font-size: 1.2em;
    font-family: 'Noto Sans JP';
    font-weight: bold;
  }
    
  .m--searchbox-btn a{
    display: block;	
  }
    
  .m--searchbox-btn a:hover{
    display: block;	
    color: #fff;
    background-color:#06fbff;
  }

  /* H2 マージン */
  .m-h2-margin {
    position: absolute;
    display: none;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
    width: 57%;
  }
  /* H2 マージン */
  .m-h2-margin3 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
  } 
    
  /* H2 タイトル */
  .m-h2-title {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    width: 100%;
    color: #00CED1
  }
    
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* チェットのスマホ専用部分 START ++++++++++++++++++++++++++++++++++++ */
  /* チャットのテーブル */
  .chat-board{
    padding: 10px 10px 0px 10px;
    display: block;
    position: fixed;
    top:55px;
    left: 0px;
    background-color: #fff;
    width: 95%;
    z-index:998;
  }
    
  /* タイムライン部分③ */
  #bms_messages {
    overflow: auto;/* スクロールを効かせつつ、メッセージがタイムラインの外に出ないようにする */
  }
  /* メッセージ全般のスタイル */
  .bms_message {
    position: relative;
    margin: 0px;
    padding: 0 14px;/*吹き出しがタイムラインの側面にひっつかない様に隙間を開ける*/
    font-size: 16px;
    word-wrap: break-word;/* 吹き出し内で自動で改行 */
    white-space: normal;/*指定widthに合わせて、文字を自動的に改行*/
  }
  .bms_message_box{
    margin-top: 2px;/*上下の吹き出しがひっつかない様に隙間を入れる*/
    max-width: 100%;/*文字が長くなった時に吹き出しがタイムラインからはみ出さない様にする*/
    font-size: 14px;
  }
  .bms_message_name{
    margin-top: 2px;/*上下の吹き出しがひっつかない様に隙間を入れる*/
    font-size: 8px;
  }

  .bms_message span{position: absolute;
    bottom:0;
    left: 35px;
    color: #333;
    line-height: 14px;
    font-size: 10px;
  }

  /* メッセージ１（左側） */
  .bms_left {
    float: left;/*吹き出しをbms_messagesに対して左寄せ*/
    line-height: 1.3em;
  }
  .bms_left .bms_message_box {
    color: #000000;
    background: #DDDDDD	;
    border: 2px solid #DDDDDD	;
    border-radius: 10px 10px 10px 0px;/*左下だけ尖らせて吹き出し感を出す*/
    margin-right: 50px;/*左側の発言だとわかる様に、吹き出し右側に隙間を入れる*/
  }
  /* メッセージ２（右側） */
  .bms_right {
    float: right;/*吹き出しをbms_messagesに対して右寄せ*/
    line-height: 1.3em;
  }
  .bms_right .bms_message_box {
    color: #000000	;/*テキストを白にする*/
    background: #C7F8F8;
    border: 2px solid #C7F8F8;
    border-radius: 10px 10px 0px 10px;/*右下だけ尖らせて吹き出し感を出す*/
    margin-left: 50px;/*右側の発言だとわかる様に、吹き出し左側に隙間を入れる*/
  }

  /* 回り込みを解除 */
  .bms_clear {
    clear: both; /* 左メッセージと右メッセージの回り込み(float)の効果の干渉を防ぐために必要（これが無いと、自分より下のメッセージにfloatが影響する） */
  }

  /* テキストエリア、送信ボタン④ */
  #bms_send {
    margin-top: 10px;
    background-color:#fff;/*タイムラインの色と同じにする*/
    width: 98%;
    height: 70px;
    background-color: #EEEEEE;
    padding: 4px;
    position: fixed;
    bottom: 40px;
  }
  /* チャットのメッセージ幅 */
  .bms_message_text {
    width: 200px;
  } 

  /* チェットのスマホ専用部分 END　ここまで ++++++++++++++++++++++++++++++ */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-table {
    padding: 100px 5px 5px 5px;
  }

  .m-table input,[type="text"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    border: 0;
    height: 36px;
    background: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    border-radius: 10px;
  }

  .m-table input,[type="email"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    border: 0;
    height: 36px;
    background: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    border-radius: 10px;
  }

  .m-table input[type="time"] {
    position: relative;
    
    padding: 0 10px;
    width: 100%;
    height: 36px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
  }

  .m-table-genres {
    padding-top: 0px;
  }

  .m-btn input,[type="text"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    border: 0;
    height: 36px;
    background: transparent;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    border-radius: 30px
  }
  
  .m-btn input[type="time"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
  }

  /* ボタン スマホ submit用 */
  .m-submit-btn input {
    font-weight: bold;
    text-decoration: none;
    color: ghostwhite;
    border-radius: 5px;
    background-color:#00ced1;
    border: 1px solid #058BA9;
    text-align: center;
    outline: none;
  } 

  .m-submit-btn a:hover {
    color: ghostwhite;
    background-color:#06fbff;
    cursor: pointer;
  } 

  .m-submit-btn input:hover {
    color: ghostwhite;
    background-color:#06fbff;
    cursor: pointer;
  } 
  /* ボタン スマホ submit用　ここまで */

  .register input[type="submit"] {
    position: relative;
    padding: 0 10px;
    width: 100%;
    height: 68px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 18px;
      font-weight: bold;
    color: #fff;
      border-radius: 30px;
      background-color: #00CED1

  }

  .register input[type="submit"]:hover{
    color: #fff;
    background-color:#06fbff;
  }

  #accountBody a{font-size: 16px;
  font-weight: normal}

  input[type="alreadyread_cnt"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
  }
  input[type="alreadyread_cnt"]::-webkit-clear-button{
    -webkit-appearance: none;
  }

  input[type="alreadyread_cnt"]::-webkit-calendar-picker-indicator{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    width: 36px;
    height: 36px;
    background: transparent;
    color: transparent;
    cursor: pointer;
  }

  /* テキストボックス */
  .m-textbox {
    width: 320px;
    margin: 0px;
    padding: 10px;
    border-radius: 5px;
  } 
/* テキストボックス 　グループ管理系のテキストボックスで使用　*/
  .m-textbox-multi {
    width: 320px;
    margin-top: initial;
    padding: initial;
    border-radius: 2px;
    height: 36px;
    margin: 0 0 0 5px;
    outline: none;
    font-size: 16px;
  } 

  /* テキストエリア 　問い合わせフォームで使用　*/
  .m-textarea-multi {
    width: 95%;
    margin-top: initial;
    padding: initial;
    border-radius: 2px;
    height: 100%;
    margin: 0 0 0 5px;
    outline: none;
    font-size: 16px;

    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  } 

  /* リストボックス */
  .m-listbox {
    margin: 0px;
    padding-top: 5px;
    border-radius: 5px;
  } 

  .box_frame.frame01 {
    position: relative;
    border: 1px solid #707070;
    border-radius: 10px;
    box-sizing: border-box;
    background: #FAF8F8;
    height: 36px;
  }

  .box_frame.frame01::before {
    position: absolute;
    top: .2em;
    right: -.2em;
    width: 35px;
    height: 35px;
    content: '';
    pointer-events: none;
    background: url(../img/arrow@2x.png)0 0 no-repeat;
    background-size: 27px;
  }

  .box_frame.frame01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
    height: 36px;
  }

  .box_frame.frame02 {
    position: relative;
    border: 1px solid #707070;
    border-radius: 10px;
    box-sizing: border-box;
    background: #FAF8F8;
    height: 36px;
  }

  .box_frame {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  //テキストエリア用
  .box_frame.frame03 {
    position: relative;
    border: 1px solid #707070;
    border-radius: 10px;
    box-sizing: border-box;
    background: #f8f8f8;
    background-color:#f8f8f8;
  }
  textarea:disabled {
      background-color:#f8f8f8;
      cursor: not-allowed;
}
  .box_frame select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .box_frame select::-ms-expand {
      display: none;
  }

  /*　エラーメッセージモーダル */
  #overlay {
    /* viewpointを相対位置にし、全画面表示にする */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);  /* 背景を半透明にする */
    display: none;  /* HTML要素を非表示にする */
    z-index: 998  /* 「メインのHTML要素」よりもスタックレベルを高くする */
   }

  #modalWindow {
    padding: 30px;
    width: 70%;
    height: auto;
    position: fixed; /* viewpointを相対位置にする */
    border: 4px solid #66B7CC;
    background-color: #FFF;
    border-radius: 15px;
    display: none; 
    z-index: 999  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
  }

  #modalWindow p{color: #66B7CC;
      line-height: 22px
  }

  body {
    text-align: center;
  }

  button {margin: 10px 0;
    width: 100px;
    height: 50px;
    font-size: 1.2em;
    color: #66B7CC;
    border-radius: 30px;
    background-color: #FFF;
    border: solid 2px #66B7CC;
    transition: .4s;
  }

  button:hover {
    background: #66B7CC;
    color: #FFF;
  }
  .grouop_font {
    font-size: 0.8em;
    text-align: left;
  }
  /* PC パスワード　表示／非表示切り替え */
  .toggle {
      position: relative;
  }
  .field {
    width: 320px;
    margin: 0px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
  }

  .toggle .btn {
      position: absolute;
      right: 5px;
      top: 0px;
      padding: 3px 0px;
      border-radius: 5px;
  }
  input[type="radio"], input[type="checkbox"] {
      margin: 4px 0 0;
      margin-top: 1px \9;
      line-height: normal;
  }
  input[type="checkbox"], input[type="radio"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
  }
  .btn-input {
      position: absolute;
      z-index: -1;
      opacity: 0;
  }
  .fa-eye:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 25px;/*画像の幅*/
    height: 25px;/*画像の高さ*/
    background: url(../img/eye.png)no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .fa-eye-slash:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 25px;/*画像の幅*/
    height: 25px;/*画像の高さ*/
    background: url(../img/close-eye.png)no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  *:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  /* テキスト フォント */
  .m-txt-font {
    font-size: 0.8em;
    margin-top: 0px;
    text-align:left;
    margin:0px;
    line-height: 1.1em;
  } 
  /* メール承認画面の表示位置 */
  .authentication-txt-pos {
    margin-top:60px;
  } 

  /* QRコード表示用 */
  .qr-code-margin {
    margin-top: 100px;
  } 
  .qr-code-img {
    max-width: 100%;
    height: auto;
  } 

}
/* 画面サイズごとの処理 max-width: 480px END */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 画面サイズごとの処理 max-width: 414px START */
@media screen and (max-width: 414px){
  /* グループ関係画面　ユーザの表示領域 */
  /*
  .user_Select {
    overflow-y: scroll;
    height: 320px;
    padding: 0;
  }
  .del_hight {
    height: 510px;
  }
  .entry_hight {
    height: 510px;
  }
  .entryexec_hight {
    height: 465px;
  }
 */
}
/* 画面サイズごとの処理 max-width: 414px END */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 画面サイズごとの処理 max-width: 375px START */
@media screen and (max-width: 375px) and (max-height: 812px){
  /* グループ関係画面　ユーザの表示領域 */
  /*
  .user_Select {
    overflow-y: scroll;
    height: 400px;
    padding: 0;
  }
  .del_hight {
    height: 590px;
  }
  .entry_hight {
    height: 590px;
  }
  .entryexec_hight {
    height: 540px;
  }

}
/* 画面サイズごとの処理 max-width: 375px START */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 375px) and (max-height: 667px){
  /* グループ関係画面　ユーザの表示領域 */
  /*
  .user_Select {
    overflow-y: scroll;
    height: 255px;
    padding: 0;
  }
  .del_hight {
    height: 450px;
  }
  .entry_hight {
    height: 450px;
  }
  .entryexec_hight {
    height: 400px;
  }

}
/* 画面サイズごとの処理 max-width: 375px END */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 画面サイズごとの処理 max-width: 360px START */
@media screen and (max-width: 360px){
  /* グループ関係画面　ユーザの表示領域 */
  /*
  .user_Select {
    overflow-y: scroll;
    height: 230px;
    padding: 0;
  }
  .del_hight {
    height: 420px;
  }
  .entry_hight {
    height: 420px;
  }
  .entryexec_hight {
    height: 375px;
  }
 */

}
/* 画面サイズごとの処理 max-width: 360px END */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 画面サイズごとの処理 max-width: 320px START */
@media screen and (max-width: 320px){

  /* グループ関係画面　ユーザの表示領域 */
  /*
  .user_Select {
    overflow-y: scroll;
    height: 155px;
    padding: 0;
  }
  .del_hight {
    overflow-y: scroll;
    height: 350px;
    padding: 0;
  }
  .entry_hight {
    height: 350px;
  }
  .entryexec_hight {
    height: 305px;
  }
 */

  /* イベント一覧 */
  /* 未読バッジ数 */
  .unread-badge {
    padding: 3px 6px;
    margin-right: 8px;
    margin-left: 1px;
    font-size: 75%;
    color: black;
    border-radius: 50px;
    box-shadow: 0 0 3px #ddd;
    white-space: nowrap;
    margin-left:130px;
  }

  nav{
    display: none;
    position: fixed;
    top:50px;
    height: 90%;
    width: 120%;
    background: #FFF;
    left: -40px;
    text-decoration: none;
    background-color: #fff;
    z-index: 998;
    overflow-y: scroll;
    font-size: 0.6em;
  }
	side nav ul{
    display: block;
    margin: 0 auto;
    width: 120%;
    text-decoration: none;
    list-style: none;
	}
  side nav ul li{
    height: 50px;
    display:block;
    text-align: left;
    text-decoration: none;
    list-style: none;
    border-bottom:solid 1px #707070;
  }
  side nav ul li p{
    display: block; 
    text-decoration: none;
  }
}
/* 画面サイズごとの処理 max-width: 320px END */
/* レスポンシブ対応　END   */

