@charset "utf-8";
/* CSS Document */

.h3_ChatEntry{
    padding: 3%;
    color: #FFF;
    background: #c74359;
    text-align: center;
    font-size: 14px;
    font-size: 4.375vw;
}
.h3_ChatEntry2{
    padding: 3%;
    color: #FFF;
    background: #5ca725;
}
.h3_ChatEntry3 {
    padding: 3%;
    color: #FFF;
    background: #787878;
	margin-bottom: 2%;
}
.ChatEntry_ContWrap{
    padding: 3%;
    border-radius: 6px;
    background: #9fd6a2;
    background:linear-gradient(45deg, #9fd6a2, #bee9be, #defddc);
    margin-bottom: 2%;
}
.ChatEntry_ContWrap2{
    padding: 3%;
    border-radius: 6px;
    background: #f1eed9;
    margin: 0 2% 2% 2%;
}
.ChatEntry_h4{
    padding: 3%;
    color: #FFF;
    background: #5ca725;
    text-align: center;
}
.ChatEntry_WTit{
    font-size: 14px;
    font-size: 4.375vw;
    color: #c61616;
    margin: 0 0 2% 0;
    line-height: 1.2;  
    font-weight: bold; 
}
.ChatEntry_WTxt{
    font-size: 12px;
    font-size: 3.75vw;
    color: #654a1b;
    margin: 2% 0 2% 0;
    line-height: 1.2;
}
.ChatEntry_WTxt2{
    font-size: 10px;
    font-size: 3.125vw;
    color: #654a1b;
    margin: 2% 0 2% 0;
    line-height: 1.2;
}
.ChatEntry_Arrow{
    width: 50%;
    height: auto;
    margin: 0 25% 2% 25%;
}
.ChatEntry_Btn{
    width: 100%;
    height: auto;
    margin-bottom: 2%
}

/* 2021 12月追加 */
.Cfeat_Topimg{
    width: 100%;
    height: auto;
}
.Cfeat_TopWrap{
    padding: 2%;
}
.Cfeat_Txt{
    font-size: 12px;
    font-size: 3.75vw;
    color: #654a1b;
    margin: 2% 2% 2% 2%;
	line-height: 1.2;
}
.Cfeat_Txt_Center{
	text-align:center;
    font-size: 12px;
    font-size: 3.75vw;
    color: #654a1b;
    margin: 2% 2% 2% 2%;
	line-height: 1.2;
}
.Cfeat_Frameimg{
    width: 40%;
    height: auto;  
}
.Cfeat_Top_Txt {
    font-size: 14px;
    font-size: 3.75vw;
    color: #555;
    padding: 2% 2% 0 2%;
    margin-bottom: 2%;
    line-height: 1.4;
    text-align: left;
}

/* チャットルーム説明 */
.Cfeat_Manu_Wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 2% 2% 2% 2%;
}
.Cfeat_Manu_img{
	width:40%;
}
.Cfeat_Manu_img img{
	width:100%;
	height:auto;
}
.Cfeat_Manu_Descr{
	width:60%;
}
.Cfeat_DesTitle{
	color:#030080;
	font-weight:bold;
}
.Cfeat_FeeTit{
	color: #3b154f;
    background: #edd1fc;
    margin: 2%;
    padding: 2% 0 1% 0;
	text-align:center;
}
.Cfeat_TxtBig{
	font-size: 15px;
    font-size: 4.6875vw;
	font-weight:bold;
	background: linear-gradient(transparent 50%, #ffff66 50%);
}
.Cfeat_Txt2{
    font-size: 13px;
    font-size: 4.0625vw;
    color: #e5449d;
    margin: 2% 2% 2% 2%;
	text-align:center;
	line-height: 1.5;
	font-weight:bold;
}
.ChatEntry_NaviTxt {
    font-size: 12px;
    font-size: 3.75vw;
    color: #0e79e7;
	font-weight: bold;
	text-align: center;
    margin: 2% 0 2% 0;
    line-height: 1.2;
}
.ChatEntryAlert_ContWrap {
    padding: 3%;
    background: #ac3044;
    margin-bottom: 2%;
}
.ChatEntryAlert_WTxt {
    font-size: 12px;
    font-size: 3.75vw;
    color: #FFF;
    margin: 2% 0 2% 0;
    line-height: 1.2;
}
