@charset "utf-8";
@import url('color.css');

/**********************************************************
 **********************************************************/

/**********************************************************
 * カスタムプロパティ (※ハイフン2つ"--"で始まる)         *
 **********************************************************/
:root {

	--size_icon: 25px;										/* アイコンサイズ */
	--size_icon_headline: 15px;								/* アイコンサイズ：見出し */
	--size_icon_menu: 20px;									/* アイコンサイズ：メニュー */
}

/* 背景(明るい) */
.bgclr_light			{ background-color: var(--clr_whitesmoke); }
.bgclr_light_recruiter	{ background-color: var(--clr_seashell); }
.bgclr_light_applicant	{ background-color: var(--clr_azure); }

/* 背景(中間) */
.bg-clr_middle				{ background-color: var(--clr_gainsbord);	}
.bg-clr_middle_recruiter 	{ background-color: var(--clr_darkorange);}
.bg-clr_middle_applicant 	{background-color: var(--clr_deepskyblue);}

/* 背景(暗い) */
.bg-clr_dark { background-color: var(--clr_gainsbord);	}
.bg-clr_dark_recruiter { background-color: var(--clr_chocolate);}
.bg-clr_dark_applicant {background-color: var(--clr_doderblue);}

/**********************************************************
 * 共通													  *
 **********************************************************/
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th {
    margin: 0;
	padding: 0;												/* 余白(上下左右0) */
    font-family: Osaka, Tahoma, Verdana, sans-serif;
}

/* mdl_del_s
* {
  /*font-size:100%;
}
   mdl_del_e */

html {
	/* フォントサイズ */
	/* xx-small, x-small, small, medium, large, x-large, xx-large, xxx-large */
	font-size:large;			
}

body {
    color:#333333;
    line-height:20px;
}
/*
a:link {
    color:#1e90ff;
}

a:visited {
    color:#1e90ff;
}

a:active { 
    color:#1e90ff;
}

a {
    text-decoration:none;									// 下線をなくす
}

a:hover {
    color:#0000ff; 
    text-decoration:none;									// 下線をなくす
}
*/

/***********************************************************
 * a(パターン01)
 **********************************************************/
.a01:link {													/* 未訪問のリンク */
    color:#1e90ff;
  /*color:#000000 */
  text-decoration-style: solid;
}

.a01:visited {												/* 訪問済のリンク */
    color:#1e90ff;
	text-decoration-style: solid;
}

.a01:active { 
    color:#1e90ff;
}

.a01 {														/* リンク */
    color:#0000ff; 
	text-decoration-style: solid;
}

.a01:hover {												/* マウス通過時 */
    color:#0000ff; 
	text-decoration-style: solid;
}


ol {
    padding-left: 30px;
}

/*  mdl_del_s
li {
    padding:3px; 
}
    mdl_del_e */
/*
input,
select {
    border:1px solid #333333;
    color:#333333;
    margin:3px;
}
*/
textarea {
    border:1px solid #333333;
    color:#333333;
    overflow:auto;
	padding: 3px;											/* 余白(上下左右3ピクセル) */
    margin:3px;
}

/* 共通hr *************************************************/
hr {
    color: var(--clr_hr);
    background-color: var(--clr_hr);
    height: 1px;
}

/* メッセージタイトル(インフォメーション) *****************/
.msgtitle_inf {
    color:#0000ff;
    font-size:140%;
    font-weight:bolder;
}

/* メッセージタイトル(エラー) */
.msgtitle_err {
    color:#ff0000;
    font-size:140%;
    font-weight:bolder;
}



/* 見出しイメージ *******************************************/
img.img_icon_headline {
	width: var(--size_icon_headline);								/* ロゴ横幅(縦に合わせる) */
	height: var(--size_icon_headline);
	vertical-align: top;
	padding: 0px;
	margin:1px 0px 0px 10px;					/* 周囲の余白 (上: 右: 下: 左:)*/
}

img.img_icon_menu {
	width: var(--size_icon_menu);								/* ロゴ横幅(縦に合わせる) */
	height: var(--size_icon_menu);
	vertical-align: top;
	padding: 0px;
	margin:0px 3px 0px 0px;					/* 周囲の余白 (上: 右: 下: 左:)*/
}


td.td_main_bar {
	height: var(--h_title_bar);
}

/**********************************************************
 * 見出し												  *
 **********************************************************/
.cp_headline08 {
    margin:0% 50% 0% 0%;
	line-height: 2em;
	position: relative;
	z-index: 0;                     /* 重なり順：一番下 */
	padding: 0em 0.3em 0em 0.8em;
	color: #f8f8f8;
	font-size: small;
	background-color: #d81b60;
	background-image:
		-webkit-linear-gradient(
		45deg,
		#c2185b 25%, #c2185b 25%,
		transparent 25%, transparent 75%,
		#c2185b 75%, #c2185b 75%),
		-webkit-linear-gradient(
		135deg,
		#c2185b 25%, #c2185b 25%,
		transparent 25%, transparent 75%,
		#c2185b 75%, #c2185b 75%);
	background-image:
		linear-gradient(
		45deg,
		#c2185b 25%, #c2185b 25%,
		transparent 25%, transparent 75%,
		#c2185b 75%, #c2185b 75%),
		linear-gradient(
		-45deg,
		#c2185b 25%, #c2185b 25%,
		transparent 25%, transparent 75%,
		#c2185b 75%, #c2185b 75%);
	background-size: 10px 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.glow {
	position: absolute;
	z-index: 999;
	width: 40px;
	height: 100%;
	-webkit-transform: skew(20deg);
	        transform: skew(20deg);
	-webkit-animation: flow 3s linear infinite;
	        animation: flow 3s linear infinite;
	border-left: 1px solid #ffffff;
	background: rgb(255,255,255);
	background: -webkit-gradient(
		linear, left top, right top,
		from(rgba(255,255,255,0)),
		color-stop(1%, rgba(255,255,255,0)),
		to(rgba(255,255,255,1)));
	background: -webkit-linear-gradient(
		left, rgba(255,255,255,0) 0%,
		rgba(255,255,255,0) 1%,
		rgba(255,255,255,1) 100%);
	background:linear-gradient(
		to right, rgba(255,255,255,0) 0%,
		rgba(255,255,255,0) 1%,
		rgba(255,255,255,1) 100%);
}
@-webkit-keyframes flow {
	  0% { left: -20%;opacity: 0; }
	 50% { left: 50%;opacity: 0.3; }
	100% { left: 100%;opacity: 0; }
}
@keyframes flow {
	  0% { left: -20%;opacity: 0; }
	 50% { left: 50%;opacity: 0.3; }
	100% { left: 100%;opacity: 0; }
}


/**********************************************************
 * 見出し
 **********************************************************/
/* 見出し本体部分 */
.cp_h1title {
    font-size: x-small;
    -webkit-text-size-adjust: none;
    margin:0% 10px 0% 10px;									/* 右マージン10px 左マージン10px */
    background-color: #f5f5f5;								/* 背景色 */
    position:relative;
    padding: 0.1em 0.3em;
    border: 1px solid #a9a9a9;								/* 枠線の太さ・色 */
    z-index: 0;
}

/* 見出しアクセント部分 */
.cp_h1title:before {
    font-size: x-small;
    -webkit-text-size-adjust: none;
    content: "";
    position: absolute;
    top: 2.5px;
    left: -2.5px;
    width: 5px;
    height: calc(100% - 4px);
    background-color: #a9a9a9;                                                  /* 背景色 */
    border-radius: 4px;
}

/*******************************************************************************
 * リスト
 *******************************************************************************/
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}



/**********************************************************
 * テキストエリア
  * memo
 * ・font-sizeが12px以下のフィールドに入力を開始すると、iPhone
 *   が自動的にズームインして見やすくしようとする場合がある
 **********************************************************/
textarea.textarea01 {
	width: 95%;											/* 幅 */
	margin: 3px 0px;										/* 周囲の余白 (上下 | 左右)*/
	padding: 0.5em;											/* 枠線内の余白 */
	font-size: 16px;										/* フォントサイズ */
	border: solid 2px #e1e3e8;								/* 枠線のスタイル */
	border-radius: 4px;										/* 角丸に */
	resize: none;											/* リサイズ不可に */
}


/* フォーカス時のスタイル */
textarea.textarea01:focus {
	border-color: #56a9ff;
	outline: 0;
}


/*******************************************************************************************
 * select(パターン01)
 *******************************************************************************************/
 select.select01 {
	width: 95%;											/* 幅 */
	margin: 3px 0px;										/* 周囲の余白 (上下 | 左右)*/
	padding: 0.5em;											/* 枠線内の余白 */
	font-size: 1em;											/* フォントサイズ */
	border: solid 2px #e1e3e8;								/* 枠線のスタイル */
	border-radius: 4px;										/* 角丸に */
	resize: none;											/* リサイズ不可に */
}

/* 応募状態ステータスのselect */
select.select_applystatus {
	width: 200px;											/* 幅 */
	margin: 3px 0px;										/* 周囲の余白 (上下 | 左右)*/
	padding: 0.5em;											/* 枠線内の余白 */
	font-size: 1em;											/* フォントサイズ */
	border: solid 2px #e1e3e8;								/* 枠線のスタイル */
	border-radius: 4px;										/* 角丸に */
	resize: none;											/* リサイズ不可に */

}

/*******************************************************************************************
 * img(パターン01)
 *******************************************************************************************/
img.img_icon {
	height: var(--size_icon) !important;
	width: var(--size_icon) !important;
	cursor: pointer;
}
/*******************************************************************************************
 * 新規追加
 *******************************************************************************************/
.hp_title {
	font-size:20px;
}


/**********************************************************
 * チャット用
 **********************************************************/

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.header-bar {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding: 0px 0;
}


.message-area {
    flex: 1;
    overflow-y: auto; /* スクロール可能 */
    padding: 10px;
    background-color: #f5f5f5;
}

.fixed-bottom {
    position: sticky;
    bottom: 0;
    background-color: white;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.input-container {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
  }
  
  /*
  .send-button {
	background: none;
	border: none;
	cursor: pointer;
  }
*/

/**********************************************************
 * 通知バッジ
 **********************************************************/
  .image-container {
	position: relative;
	display: inline-block;
	align-items: center; /* 画像内の要素も中央揃え */
	cursor: pointer;
}

.image-container img {
	width: 100px; /* 画像サイズを適宜変更 */
	height: auto;
	border-radius: 8px; /* 角を丸くする（オプション） */
}

.notification-badge {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: red;
	color: white;
	font-size: 8px;
	font-weight: bold;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
