<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* プロフィール */

.user_info, .user_data_box{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	background-color: #ffffff;
	width:100%;
}

.user_image{
	width:120px;
}

.user_image img{
	width:120px;
	border:1px solid #cdcdcd;
}

.user_profile_box{
	margin-left:10px;
}

.user_profile_box div{
	border-bottom: 1px dashed #ccc;
	line-height: 24px;
	width: 100%;
	font-weight:bold;
}

.user_profile_box span{
	width: 3.7em;
	display: inline-block;
	background: #fe7d00;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px;
	font-weight:normal;
}

#back {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#back_boxx {
	width: 86%;
	position: fixed;
	top: 50%;
	left: -43%;
	margin-top: -118px;
	margin-left: -43%;
	z-index: 100;
	background-color:#ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
#back_boxx .back_bar {
	color: #444;
	font-size: 12px;
	padding-left: 10px;
	line-height: 35px;
	background: linear-gradient(-135deg, #ff28b7, #ff6b3a);
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px dotted #cdcdcd;
	display:flex;
	align-items:center;
}
/*#back_boxx .back_bar:before {
	content: "今";
	float: right;
	padding-right: 10px;
}*/
#back_boxx .back_bar img {
	width: 24px;
	vertical-align: middle;
	padding-right: 5px;
}

#back_boxx .back_btn {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0px auto 0px;
	line-height: 50px;
	padding: ;
	color: #ffffff;
	border-radius: 5px;
	background-color: #00c300;
	background: linear-gradient(-135deg, #ff28b7, #ff6b3a);
	text-decoration: none;
}

.back_link{
	border-top:1px solid #cdcdcd;
	padding:10px;
}

/*追加*/

@media screen and (min-width:572px) {

.fa{
	margin-right:5px;
}

.user_info{
	display:flex;
	flex-direction:column;
}

.user_name{
	width:100%;
	text-align:center;
	padding:10px;
}

.user_name_bold{
	font-weight:bold;
}

.user_profile_box{
	margin:10px;
}

#back_boxx {
	width:30%;
	min-width:480px;
	margin-left: -15%;
}

.user_profile_box span{
width: 4.7rem;
    display: inline-block;
    background: #fe7d00;
    color: #fff;
    font-size: 16px;
	padding:5px;
    line-height: 18px;
    text-align: center;
    margin: 3px;
    border-radius: 5px;
}

.user_right_box{
	width:100%;
}

.user_image{
	width:180px !important;
}

.user_image img{
	width:100% !important;
	border-radius: 50%;
}

a{
	text-decoration:none;
}

.user_profile{
	width:100%;
	display:flex;
	flex-direction:column;
}

.user_data_box{
	display:flex;
	justify-content: center;
	padding: 10px 0;
}

.good_box{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.good_thumbs_message{
	color:#ffffff !important;
	width:400px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#f06976;
	background: linear-gradient(-135deg, #ff28b7, #ff6b3a);	color:#ffffff;
	border-radius:40px;
	padding:15px;
	margin-bottom:10px;
	font-size:1.2rem;
}

.good_thumbs{
	color:#ffffff !important;
	width:400px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#f48d97;
	background: linear-gradient(-135deg, #ff28b7, #ff6b3a);	color:#ffffff;
	border-radius:40px;
	padding:15px;
	margin-bottom:10px;
	font-size:1.2rem;
}

.ribbon1 {
	color:#ffffff !important;
	width:100%;
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #f57a78;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
}

#rectbox {
    position: relative;
    width:500px;
    height:30px;
    overflow:hidden;
	background: linear-gradient(-135deg, #ff72d0, #fca56f);
	border-radius:20px;
	margin:5px 5px 5px 0 ;
	box-sizing:border-box;
}
#rect {
    position: absolute;
    right:-500px;
    width:500px;
	display:flex;
	align-items:center;
	height:30px;
	font-weight:bold;
	color:#ffffff;
}

#rect span{
	display:block;
	padding-left:30px;
}

.fa_message_box{
	display:flex;
	position:relative;
	margin-right:30px;
	vertical-align:middle;
	align-items:center;

}


.fa-envelope-o{
	display:block;
	position:absolute;
	left:0px;
	transform: rotate(-20deg);
	color:#ffffff;
}

.fa_message_box .fa-thumbs-up{
	display:block;
	position:absolute;
	left:10px;
	color:#ffffff;
}

}

@media only screen and (max-width: 572px) {

.click_install{
	font-size:13px;
	text-align:center;
	padding-bottom:5px;
}

.user_data_box{
	display:flex;
	justify-content: center;
	width:100%;
	padding:0 !important;
}

.user_profile_box{
	width:100%;
}

#rectbox {
    position: relative;
    width:300px;
    height:30px;
    overflow:hidden;
	background: linear-gradient(-135deg, #ff72d0, #fca56f);
	border-radius:20px;
	margin:5px 5px 5px 0 ;
	box-sizing:border-box;
}
#rect {
    position: absolute;
    right:-300px;
    width:300px;
	display:flex;
	align-items:center;
	height:30px;
	font-weight:bold;
	color:#ffffff;
}

#rect span{
	display:block;
	padding-left:40px;
}

}</pre></body></html>