@charset "utf-8";


.container_left, .container_right {
 opacity: 1;
}
.container_center-ttl em {
	font-weight: bold;
}
.u-layer-ttl {
	margin: 0 auto 20px;
	display: block;
}
.container_center.u-layer .container_center-ttl span {
	font-size:55px;
}

.login_msg {
	font-size: 33px;
	text-align: center;
	position: relative;
	width: 90%;
	margin: 0 auto 40px;
	padding: 25px;
	border: 6px solid #000;
	background: #fffee2;
	box-sizing: border-box;
	border-radius:10px;
}
.login_msg::before {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	border-color: #fffee2 transparent;
	border-width: 20px 0px 0px 25px;
	bottom: -16px;
	left: 20%;
	margin-left: -20px;
}
.login_msg::after {
	content: '';
	position: absolute;
	display: block;
	z-index: 0;
	border-style: solid;
	border-color: #000 transparent;
	border-width: 20px 0px 0 25px;
	bottom: -25px;
	left: 20%;
	margin-left: -15px;
}
.container_center-btn {
	margin-bottom: 20px;
}
.regist {
	text-align: center;
	font-size: 26px;
	margin-bottom: 80px;
}
.regist a {
	color: #bb1838;
	border-bottom: 2px solid #bb1838;
	margin-bottom: 5px;
	padding-bottom: 5px;
	letter-spacing: 3px;
}

.msg_inner {
	padding: 25px;
}
.msg_left {
	font-size: 26px;
	text-align: center;
	position: relative;
	margin: 0 auto 40px 0;
	border: 6px solid #000;
	background: #fffee2;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.15);
	min-height: 260px;
}

.msg_right h3, .msg_left h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 22px;
	display: flex;
	align-items: center;
	text-align: left;
}
.msg_right img, .msg_left img {
	margin-right: 20px;
	overflow: hidden;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	object-fit: cover;
}

.msg_right {
	font-size: 26px;
	text-align: center;
	position: relative;
	margin: 0 0 40px auto;
	border: 6px solid #000;
	background: #fffee2;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.15);
	min-height: 260px;
}
.check {
	font-size: 22px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.check_note {
	margin-top: 10px;
	font-size: 16px;
	color: #ff0046;
}

.msg_comp {
	font-size: 21px;
	margin: 0 auto 40px;
	width: 70%;
}
.sendbox_head {
	display: flex;
	gap: 0 10px;
	margin-bottom: 20px;
}
.send_user {
	flex: 1;
	font-size: 22px;
}
.member_icon {
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}
.member_icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
textarea {
	border: none;
	border-radius: 20px;
	box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	padding: 10px;
	font-size: 26px;
	height: 150px;
}
.agree_box-left {
	font-size: 26px;
	letter-spacing: 2px;
}
.agree_box {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	justify-content: space-between;
}
#agree {
	transform: scale(1.5);
	border: none;
	border-radius: 0;
}
.err_msg {
	font-size: 25px;
	background: #f00;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
}
.agree_box-right button {
	display: flex;
	border: none;
	background: #5eded1;
	width: 120px;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0px 4px 0px #000;
	font-size: 24px;
	padding: 7px 0px;
	font-weight: bold;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	align-items: center;
	justify-content: center;
}
.agree_box-right button::after {
	content: "▶";
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 47%;
	transform: translateY(-50%);
}
.pager{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.pager li{
	margin:3px;
	background: #fff;
}
.pager li.current {
	background: #f44878;
	border-radius: 5px;
	overflow: hidden;
}
.pager li.current span {
	color: #fff;
	border: none;
	padding: 10px 11px;
}
.pager li a, .pager li span {
	display: block;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333;
	font-size: 15px;
}

.pager li.current a{
	background:#e1e1e1;
}


.pager li a:hover{
	color:#c90037;
}

@media screen and (min-width:1140px) and (max-width:1350px) {
.msg_right img, .msg_left img {
	margin-right: 10px;
	height: 40px;
	width: 40px;
}
.msg_right h3, .msg_left h3 {
	font-size: 1.4vw;
	text-align: left;
}
.msg_list-txt {
	font-size: 1.8vw;
}
.msg_right::before, .msg_left::before {
	width: 40%;
	height: 100%;
	background-size: contain;
}
.msg_inner {
	padding: 15px;
}
.login_msg {
	font-size: 2vw;
	padding: 15px;
}
.regist {
	font-size: 2.5vw;
}
.msg_right, .msg_left {
	min-height: 200px;
}
.container_center.u-layer .container_center-ttl span {
	font-size: 4vw;
}
}
@media screen and (min-width:768px) and (max-width:1140px) {
.msg_right img, .msg_left img {
	margin-right: 10px;
	height: 40px;
	width: 40px;
}
.msg_right h3, .msg_left h3 {
	font-size: 1.6vw;
}
.msg_list-txt {
	font-size: 1.8vw;
}
.msg_right::before, .msg_left::before {
	width: 34%;
	height: 80%;
	background-size: contain;
}
.msg_inner {
	padding: 15px;
}
.login_msg {
	font-size: 2vw;
	padding: 15px;
}
.regist {
	font-size: 2.5vw;
}
.msg_right, .msg_left {
	min-height: 200px;
}
.agree_box {
	flex-direction: column;
}
.agree_box-right button, .agree_box-right {
	width: 100%;
}
.agree_box-left {
	margin-bottom: 20px;
}
.container_center.u-layer .container_center-ttl span {
	font-size: 4vw;
}
}

@media screen and (max-width: 768px) {
.container_center.u-layer {
	padding: 10rem 0rem 0rem;
}
.container_center.u-layer .container_center-ttl span {
	font-size: 8vw;
}

.regist {
	font-size: 5vw;
}
.login_msg {
	font-size: 4.7vw;
	padding: 20px 10px;
}
.msg_comp {
	font-size: 5vw;
}

.msg_right h3, .msg_left h3 {
	font-size: 5vw;
	text-align: left;
}
.msg_list-txt {
	font-size: 5vw;
}
.msg_right::before, .msg_left::before {
	width: 45%;
	height: 100%;
	background-size: contain;
}
.msg_inner {
	padding: 15px;
}

.msg_right, .msg_left {
	min-height: 200px;
}
.msg_right::before {
	background-position: left bottom;
	left: -20%;
}
.msg_left::before {
	background-position: right bottom;
	right: -15%;
}
.agree_box {
	flex-direction: column;
}
.agree_box-right button, .agree_box-right {
	width: 100%;
}
.agree_box-left {
	margin-bottom: 20px;
	font-size: 7vw;
	white-space: nowrap;
}
.msg_right img, .msg_left img {
	margin-right: 10px;
	height: 40px;
	width: 40px;
}
.check {
	padding-left: 10px;
}
.check_note {
	font-size: 4vw;
}
}
