@charset "UTF-8";

#cocoro_entry_modal{
	display: none;
	height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cocoro_entry_modal_bg{
	background: rgba(0,0,0,0.4);
	height: 100vh;
	position: fixed;
	width: 100%;
}
.cocoro_entry_modal_content{
	background: #fff;
	border-radius: 8px;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 60%;
	transform: translate(-50%,-50%);
	width: 40%;
	box-sizing: border-box;
}
.cocoro_entry_modal_content .cocoro_entry_modal_close{
	position: absolute;
	width: 24px;
	top: -40px;
	right: 0;
}
.cocoro_entry_modal_content .cocoro_entry_modal_close img{
	width: 100%;
}
.cocoro_entry_modal_ttl{
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: #bc007f 2px solid;
	font-size: 18px;
}
.cocoro_entry_modal_txt{
	margin-bottom: 20px;
	font-size: 16px;
}
.cocoro_entry_modal_btn,
.cocoro_entry_modal_btn01{
	width: 50%;
	padding: 10px;
	border-radius: 8px;
	display: block;
	background: #bc007f;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 30px auto 0;
	text-decoration: none;
	box-sizing: border-box;
}

.cocoro_entry_modal_btn01{
	width:30%;	
}
	

.cocoro_entry_modal_btn:hover,
.cocoro_entry_modal_btn01:hover{
	text-decoration: none;
	color: #ffffff !important;
	opacity: 0.8;
}
.cocoro_entry_modal_img{
	width: 180px;
	margin-left: auto;
}

@media only screen and (max-width: 1500px){
	.cocoro_entry_modal_content{
		width: 60%;
		top: 50%;
	}
}

@media only screen and (max-width: 767px){
	.cocoro_entry_modal_content{
		width: 90%;
		padding: 20px;
	}
	.cocoro_entry_modal_ttl{
		font-size: 16px;
	}
	.cocoro_entry_modal_txt{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.cocoro_entry_modal_btn{
		width: 100%;
		margin: 30px auto 20px;
	}
	.cocoro_entry_modal_btn01{
		width: 70%;
		margin: 30px auto 0;
	}
	.cocoro_entry_modal_img{
		width: 60%;
	}
}

@media only screen and (max-width: 374px){
	.cocoro_entry_modal_content{
		top: 65%;
	}
}

/* モーダル表示時はバナー非表示 */
body.checkCocoroModal #chatGuideBnr,
body.checkCocoroModal #cocoroJoinBnr{
	display: none;
}

/* ----------------------------------------------------
	TextIndent＆TextNotBreak
---------------------------------------------------- */
.txtIndent {
	padding-left:1.3em;
	text-indent:-1.3em;
}

/* ----------------------------------------------------
	Margin
---------------------------------------------------- */

/* margin */
.m05 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }

/* margin-top */
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

/* margin-right */
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }

/* margin-bottom */
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }

/* margin-left */
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }

/* ----------------------------------------------------
	Font＆FontColor
---------------------------------------------------- */
.fntBold {
	font-weight:bold !important;
}
.fntNormal {
	font-weight:normal !important;
}
.fntRed {
	color:#EF0000;
	/*color:#a2090c;*/
}
.fntBlue {
	color:#06F;
}
.fntGray {
	color:#666;
}
.fntBlack {
	color:#000;
}
.fntGreen {
	color:#390;
}
.fntOrange {
	color:#F60;
}