@charset "utf-8";

/* CSS Document */



/*----------------------------------------base------------------------------------*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}
body {
	color: #000000;
	background: #f5f5f7;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
/*----------------------------------------clearfix------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*----------------------------------------clearfix------------------------------------*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
}
#contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* flex-direction: row-reverse; */
}
#left_content_index {
	width: 220px;
	border-right: 1px solid #F4F4F4;
	display: flex;
	flex-direction: column;
}
#left_content_index #logo {
	text-align: center;
	padding: 30px 0;
}
#left_content_index #logo a {
	display: inline-block;
}
#left_content_index #logo img {
	max-width: 180px;
}
#left_content_index > .primary_navi {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	padding: 20px 0;
	font-size: 14px;
}
#left_content_index > #global {
	margin-top: auto;
}
.primary_navi li {
	text-align: left;
}
.primary_navi li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 16px;
	position: relative;
}
.primary_navi li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color: #ccc;
}
.primary_navi li a.p_navi1 {
	display: none;
}


.login {
	border-top: 1px solid #F4F4F4;
	padding: 30px 15px;
	box-sizing: border-box;
}
.login_inner {
	padding: 8px 0;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.login_social p,
.login_sms p,
.login_mobile p {
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 2;
}
.login_social a {
	display: block;
	text-align: center;
}
.login_social a:not(:last-child) {
	margin-bottom: 12px;
}
.login_social a img {
	width: 100%;
	max-width: 258px;
}
.login_sms a {
	display: block;
	text-align: center;
}
.login_sms a:not(:last-child) {
	margin-bottom: 12px;
}
.login_sms a img {
	width: 100%;
	max-width: 258px;
}
.login .login_inner .qr:nth-child(2) {
	text-align: center;
}
.login_inner form img {
	margin-bottom: 4px;
	margin-top: 2px;
}
.login .login_inner input.id_area,
.login .login_inner input.pass_area {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background: #fde7ea;
	border: none;
	border-radius: 5px;
	margin-bottom: 12px;
	padding: 13px 10px;
}
.login .login_inner input.id_area::placeholder,
.login .login_inner input.pass_area::placeholder {
	color: #999;
}
/* Edge */
.login .login_inner input.id_area::-ms-input-placeholder,
.login .login_inner input.pass_area::-ms-input-placeholder {
	color: #999;
}
/* IE11 & IE10 */
.login .login_inner input.id_area:-ms-input-placeholder,
.login .login_inner input.pass_area:-ms-input-placeholder {
	color: #999;
}

.login_member input[type="image"]{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 148px;
}
#fogetpass {
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}
#fogetpass a {
	color:  #0071BC;
}
/*-------------------------------メインコンテンツ-----------------------------------------*/
#main_content_index {
	max-width: 752px;
	min-height: calc(100vh - 35px);
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}
#main_content_index .agreement {
	text-align: center;
	padding: 20px 12px;
}

.main_content {
	padding: 40px 0;
}
.main_content p {
	margin-bottom: 12px;
}

/*-------------------------------トップ新規登録ボタン-----------------------------------------*/
#new_input {
	margin: 0 auto;
}
#new_input li {
	float: left;
	width: calc((100% - 10px) / 2);
}
#new_input li:first-child {
	margin-right: 10px;
}
#new_input li a {
	display: block;
}
#new_input li a img {
	width: 100%;
}
/*-------------------------------下層タイトルまわり-----------------------------------------*/
#main_content_index #lower_header {
	margin-bottom: 0;
}
#lower_header img {
	width: 100%;
}
.primary_title {
	border: 2px solid #5560e5;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    padding: 20px;
	color: #5560e5;
}
.secondary_title {
	margin-bottom: 12px;
	position: relative;
}
.secondary_title span {
	position: relative;
	padding-right: 16px;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
}
.secondary_title:before {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
	width: 100%;
	height: 1px;
	background:  #E8546A;
}

/*-------------------------------下層タイトルまわり追加-----------------------------------------*/

.kp_content p {
	margin: 20px 20px 40px 20px;
}

.primary_title2 {
	font-size: 18px;
    margin-top: 40px;
    font-weight: bold;
}

.primary_title2::before {
	content: "■ ";
}

/*-------------------------------フォームテーブル-----------------------------------------*/
.add_form{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 14px;
}
.add_form th{
	width: 25%;
	padding: 8px;
	color: #333;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.add_form td{
	padding: 8px;
}
.add_form td input[type="text"],
.add_form td textarea,
.add_form td select {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: normal;
	background: #f5f5f7;
	border: none;
	border-radius: 5px;
	margin-bottom: 8px;
	padding: 12px 16px;
	width: 100%;
}
.add_form td.birthday {
	white-space: nowrap;
}
.add_form td.birthday [name="year"] {
	padding: 12px 10px;
	width: 50px;
}
.add_form td.birthday [name="month"],
.add_form td.birthday [name="day"] {
	padding: 12px 10px;
	width: 35px;
}
.select-wrapper {
	position: relative;
}
.select-wrapper:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-top-color:  #E8546A;
	cursor: pointer;
}
.select-wrapper select {
	width: 100%;
	border: solid 1px rgba(232, 84, 106, 0.15);
	font-weight: normal;
	background: #fde7ea;
	border-radius: 5px;
	margin-bottom: 8px;
	padding: 12px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.select-wrapper select::-ms-expand {
	display: none;
}
.btn-submit {
	display: inline-block;
	width: 320px;
	height: 48px;
	line-height: 48px;
	border: 1px solid  #5560e5;
	border-radius: 15px;
	color:  #5560e5;
	background: #fff;
	font-size: 14px;
	text-align: center;
	transition: .3s;
	cursor: pointer;
}
.btn-submit:hover {
	color: #fff;
	background:  #5560e5;
}
.btn-submit.rounded_sm {
	border-radius: 12px;
}

/*-------------------------------ログイン後サイドナビ-----------------------------------------*/
.menu_name {
	font-size: 20px;
	background-color: #be233e;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: left;
}

/*-------------------------------ログイン後　ログイン情報　新着メールブロック-----------------------------------------*/
#login_info .loginfo:first-child {
	border: 2px solid #5560e5;
    padding: 0 20px;
	margin-top: 40px;
}
#login_info .loginfo .side_navi_loginname {
	padding: 16px 0;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
#login_info .user_name,
#login_info .user_id {
	margin-right: 16px;
}
#login_info .user_name span {
	font-size: 18px;
	font-weight: bold;
}
#login_info .user_id {
	font-size: 12px;
	color: #787878;
}
#login_info .icon {
	margin-right: 8px;
	vertical-align: middle;
}
#login_info .user_point {
	margin-left: auto;
}
#login_info .user_rank {
	margin-left: 16px;
}
.side_navi_mail {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;;
}
.side_navi_mail > li {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #F4F4F4;
	display: flex;
}
.side_navi_mail li:nth-child(odd) {
	border-right: 1px solid #F4F4F4;
	padding: 20px 20px 20px 0;
}
.side_navi_mail a {
	color: #333;
	text-decoration: none;
}
.side_navi_mail .mail_img img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-right: 16px;
}
.side_navi_mail .mail_text {
	flex-grow: 1;
	position: relative;
}
.side_navi_mail .name {
	font-size: 14px;
	font-weight: normal;
}
.side_navi_mail .favorite {
	position: absolute;
	top: 0;
	right: 0;
}
.side_navi_mail .label {
	display: block;
	font-size: 12px;
	color:  #E8546A;
	font-weight: bold;
}
.side_navi_mail .received_at {
	display: block;
}
.side_navi_mail .mail_bottom span {
	color: #333;
	transition: all 0.5s ease;
	font-size: 16px;
	font-weight: bold;
}
.side_navi_mail .excerpt {
	color: #333;
	transition: all 0.5s ease;
	font-size: 16px;
	font-weight: bold;
}
.side_navi_mail .excerpt.unread {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
.side_navi_mail .excerpt:hover {
	color:  #E8546A;
	font-weight: bold;
}
.side_navi_mail .delete {
	margin-top: 12px;
	text-align: right;
}
.side_navi_mail .delete a {
	color: #CCC;
}

/* メール表示 */
.mail_view {
	/* display: flex; */
	padding: 16px 0;
}
.mail_view .mail_img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.mail_view .mail_text {
	position: relative;
	padding-left: 16px;
	flex-grow: 1;
}
.mail_view .mail_text .favorite {
	text-align: right;
}
.favorite img {
	width: 24px;
	height: 24px;
}
.mail_view .mail_text .name a {
	color:  #E8546A;
	font-size: 16px;
	font-weight: bold;
}
.mail_view .mail_text .title {
	font-weight: bold;
}

/* プロフィール表示 */
.profile_view {
	display: flex;
	margin: 30px 0;
}
.profile_img {
	width: 40%;
	max-width: 260px;
}
.profile_img a {
	display: block;
	position: relative;
}
.profile_img a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.profile_img a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 20px;
}
.profile_text {
	padding-left: 16px;
	position: relative;
	flex-grow: 1;
}
.profile_text .name {
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
}
.profile_text table th {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}
.profile_text table td {
	padding: 10px;
}

p#back {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_area {
	width: 100%;
}
ul.error li {
	color: #F00;
}
/*-------------------------------footer-----------------------------------------*/
#footer {
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #333333;
}
#footer p {
	font-size: 12px;
}

ul.n_list {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}

ul.n_list li {
	width: 100%;
	border-bottom: 1px solid rgba(232, 84, 106, 0.15);
	position: relative;
}
ul.n_list li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.n_list li a:hover {
	color: #fff;
	background:  #5560e5;
}
ul.n_list li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color:  #5560e5;
}
ul.n_list li a:hover:after {
	border-left-color: #fff;
}

/* 会話表示 */
.talks_user {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.talks_image img {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
}
.talks_info {
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
}
.talks_info .name a {
	color: #333;
	font-weight: bold;
}
.talks_info .favorite {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* ライン風表示 */
/* 送信 */
.talk_bg {
	background-image: url(../image/talk_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding-top: 35px;
	width: 430px;
	margin-left: auto;
}
.talk_bottom {
	background-image: url(../image/talk_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 405px;
	padding-bottom: 20px;
	color: #000000;
	margin: 0px;
}
.talk_middle {
	background-image: url(../image/talk_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: contain;
	margin: 0px;
	padding-bottom: 15px;
}
.talk_middle p {
	padding-right: 15px;
	padding-left: 15px;
}
.talk_middle h3.sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	}
.talk_middle div {
	padding-right: 15px;
	padding-left: 15px;
}
.date {
	margin-bottom: 5px;
	font-size: 90%;
}
/* 受信 */
.talk_bg2 {
	background-image: url(../image/talk2_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding-top: 48px;
	width: 430px;
}
.talk_bottom2 {
	background-image: url(../image/talk2_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	width: 405px;
	padding-bottom: 25px;
	color: #333;
	margin-left: auto;
}
.talk_middle2 {
	background-image: url(../image/talk2_middle.png);
	background-repeat: repeat-y;
	background-position: 0 top;
	background-size: contain;
	margin: 0px;
	padding-bottom: 10px;
}
.talk_middle2 p {
	padding-right: 15px;
	padding-left: 35px;
	}
.talk_middle2 h3.sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 15px;
	margin-left: 35px;
	margin-bottom: 10px;
	font-weight: normal;
	}
.talk_middle2 div {
	padding-right: 15px;
	padding-left: 35px;
}

/*-------------------------------アコーディオンメニュー-----------------------------------------*/
.side_navi {
	font-size: 14px;
	text-align: left;
}
.side_navi a {
    display: block;
    padding: 14px 0;
    text-decoration: none;
    color: #333;
}
.side_navi .menu_bar {
    margin: 0 0 4px 0;
    padding : 16px 10px;
    line-height: 18px;
	font-weight: bold;
    /* cursor :pointer; */
	position: relative;
	user-select: none;
}

.side_navi .menu_bar:before {
	content: "";
    width: 20px;
	height: 20px;
    display:  inline-block;
    position: relative;
    top: 50%;
    margin-right: 12px;
    background: center / auto no-repeat;
    vertical-align: middle;
	background:	#5560e5;
}
.side_navi > li:first-child .menu_bar:before {
	background-image: url(../image/pa_icon_com.svg);
}
.side_navi > li:nth-child(2) .menu_bar:before {
	background-image: url(../image/pa_icon_user.svg);
}
.side_navi > li:nth-child(3) .menu_bar:before {
	background-image: url(../image/pa_icon_pay.svg);
}
.side_navi > li:nth-child(4) .menu_bar:before {
	background-image: url(../image/pa_icon_etc.svg);
}


.side_navi .menu_bar:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	border: 6px solid transparent;
	border-left-color: #5560e5;
	transform: translateY(-50%) rotate(90deg);
}



.side_navi input {
    display: none;
}
.side_navi ul.child {
    padding: 0;
    list-style: none;
}
.side_navi ul.child li {
	/* height: 0; */
	padding-left: 40px;
    overflow: hidden;
}
.slide_transition {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.side_navi ul.child li:last-child {
	margin-bottom: 16px;
}
/* .side_navi ul.child.open li {
    height: 45px;
    opacity: 1;
} */
.side_navi a.current_page {
	color: #5560e5;
	font-weight: bold;
}

.side_navi_sp {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	display: flex;
	background: #E8546A;
	z-index: 1;
}
.side_navi_sp > li {
	width: 25%;
	text-align: center;
}
.side_navi_sp .modal_trigger {
	display: block;
	padding: 12px 0;
	color:  #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
}
.side_navi_sp img {
	margin-bottom: 8px;
}

.sp-only {
	display: none;
}

/* modal */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 65px);
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: flex-end;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.modal.open {
	z-index: 5;
	opacity: 1;
	visibility: visible;
}
.modal_body {
	width: 100%;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}
.modal_menu li a {
	position: relative;
}
.modal_menu li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color:  #E8546A;
}
.modal_menu {
	width: 100%;
	text-align: left;
}
.modal_menu > * + *  {
	border-top: 1px solid #ddd;
}
.modal_menu > li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	padding: 12px 16px;
	position: relative;
}

/* セレクトボックス */
.select_box1 {
	position: relative;
}
.select_box1:after {
	content: "";
	position: absolute;
	top: calc(50% + 3px);
	right: 20px;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-top-color:  #E8546A;
}
.select_box1 select {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: normal;
	background: #fde7ea;
    border: solid 1px rgba(232, 84, 106, 0.15);
	border-radius: 5px;
	padding: 12px 16px;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_box1 select::-ms-expand {
	display: none;
}

/* photo */
.add_photo {
	margin-bottom: 40px;
}
.photo_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo_item {
	width: calc((100% - 40px) / 3 );
	margin-bottom: 40px;
}
.photo_item .icon,
.movie_item .icon {
	width: 16px;
	margin-right: 8px;
	padding-bottom: 4px;
}
.photo_item .icon.icon_right {
	margin-left: 8px;
	margin-right: 0;
}
.movie_link .icon {
	padding-bottom: 14px;
}
.photo_image {
	margin-bottom: 8px;
	position: relative;
}
.photo_image:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.photo_image img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.photo_item a,
.movie_item a {
	color:  #E8546A;
	font-weight: bold;
}
.photo_top {
	display: flex;
	justify-content: space-between;
}
.photo_title,
.movie_title {
	font-weight: bold;
}
.photo_prev_next {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.photo_delete {
	text-align: center;
}
.photo_delete a,
.movie_delete a {
	padding: 8px 36px;
	color: #999;
	background: #F7F7F7;
	border-radius: 20px;
	white-space: nowrap;
}
.movie_body {
	display: flex;
	align-items: center;
}
.movie_disclosure {
	padding-left: 20px;
}
.movie_delete {
	margin-left: auto;
}

.favorite_user {
	display: flex;
	align-items: center;
}
.favorite_image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.favorite_info {
	padding: 0 20px;
	flex: 1;
	position: relative;
}
.favorite_top {
	display: flex;
	justify-content: space-between;
}
.favorite_name {
	font-weight: bold;
}
.favorite_delete a {
	padding: 8px 36px;
	color: #999;
	background: #F7F7F7;
	border-radius: 20px;
	white-space: nowrap;
}
.favorite_link {
	list-style: none;
}
.favorite_link li {
	display: inline-block;
	margin-right: 20px;
}
.favorite_link li:before {
	content:  "";
	margin-right: 8px;
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color:  #E8546A;
    border-radius:  50%;
}
.favorite_link li a {
	padding-bottom: 4px;
	color:  #E8546A;
	font-weight: bold;
}
.favorite_link li a:hover {
	border-bottom: 1px solid  #E8546A;
}

/* プロフィール検索 */
.search_list {
	display: flex;
	flex-wrap: wrap;
}
.search_list > li {
	width: 50%;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #F4F4F4;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.search_list li:nth-child(odd) {
	border-right: 1px solid #F4F4F4;
	padding: 20px 20px 20px 0;
}
.search_list .search_img img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-right: 16px;
}
.search_list .name a {
	color: #333;
	font-weight: bold;
}
.search_list .search_text {
	position: relative;
	flex-grow: 1;
}
.search_list .favorite {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* 問い合わせ履歴 */
.ask_list {
	padding: 20px 0;
	border-bottom: 1px solid rgba(232, 84, 106, 0.15);
	word-break: break-all;
}
.ask_list .title {
	margin-bottom: 0;
	font-weight: bold;
}
.ask_list .date {
	margin-bottom: 24px;
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
}

/* お知らせ */
.info_list{
	display: flex;
	border-bottom: 1px solid rgba(232, 84, 106, 0.15);
	padding: 20px 0;
}
.info_list .date {
	margin-bottom: 0;
	color: #CCC;
	font-size: 14px;
	white-space: nowrap;
}
.info_list .info_text {
	padding-left: 16px;
	flex-grow: 1;
}
.info_list .title {
	margin-bottom: 0;
}
.info_list .title a {
	color:  #E8546A;
	font-weight: bold;
}

.info_view {
	position: relative;
}
.info_view .title {
	margin-bottom: 0;
	font-weight: bold;
	display: inline-block;
}
.info_view .date {
	color: #CCC;
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

/* 掲示板 */
.bbsread_list > li .content {
	display: none;
}
.bbsread_list > li:first-child .content,
.bbsread_list > li:nth-child(2) .content {
	display: block;
}


/* テキストリンク */
.text_link,
.text_link:link,
.text_link:visited {
	color:  #E8546A;
	display: inline-block;
	margin-left: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid  #E8546A;
	padding-bottom: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.text_link:hover {
	color: #333;
	border-bottom-color: #333;
}

/* ユーティリティー */
.center_text {
	text-align: center;
	margin-top: 30px;
}
.w-100 {
	width: 100%;
}
.position_top_right {
	position: absolute;
	top: 0;
	right: 0;
}
.position_middle_right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.mb30 {
	margin-bottom: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mw200 {
	max-width: 200px;
}
.mw320 {
	max-width: 320px;
}
.main_color {
	color:  #E8546A;
}
.text_color {
	color: #333;
}
.d-none {
	display: none;
}

/* レスポンシブ */
@media screen and (max-width: 599px) {
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	#wrapper {
		width: 100%;
		overflow: hidden;
	}
	#left_content_index {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	#left_content_index > * {
		width: 100%;
	}
	#left_content_index #logo {
		position: absolute;
		top: 0;
	}
	.login_social p {
		text-align: center;
	}
	.login_sms p {
		text-align: center;
	}
	.login_member input[type="image"] {
		margin-top: 18px;
	}
	.login_member .login_failed {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.login_member #fogetpass {
		margin-top: 16px;
	}
	.login_mobile {
		display: none;
	}
	#left_content_index > .primary_navi {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}
	#left_content_index  > .primary_navi {
		padding: 0;
		border: none;
	}
	.primary_navi li {
		border-top: 1px solid #F4F4F4;
	}
	.primary_navi li a {
		padding: 20px;
	}
	#main_content_index {
		width: 100%;
		margin-top: 105px;
	}
	.main_content {
		padding: 40px 16px;
	}
	#new_input {
		padding: 0 20px;
	}
	#login_info .loginfo .side_navi_loginname {
		padding: 20px;
	}
	#login_info .user_rank,
	#login_info .user_point {
		float: none;
		display: inline-block;
		margin-left: 0;
		margin-right: 16px;
	}
	#login_info .sp-only {
		width: 100%;
	}

	#login_info .loginfo#two {
		padding: 0 20px 20px 20px;
	}

	/* メール */
	.side_navi_mail > li {
		width: 100%;
	}
	.side_navi_mail > li:nth-child(odd) {
		border-right: none;
		padding-right: 0;
	}
	.side_navi_mail > li:nth-child(even) {
		border-right: none;
		padding-left: 0;
	}
	.side_navi_mail .mail_img img {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin-right: 10px;
	}
	.side_navi_mail .name {
		margin-bottom: 10px;
	}
	.side_navi_mail .received_at {
		position: absolute;
		top: 0;
		right: 42px;
	}
	.side_navi_mail .label {
		display: inline;
		margin-right: 10px;
	}
	.side_navi_mail .mail_body {
		margin-top: 12px;
	}
	.side_navi_mail .delete a {
		padding: 12px 36px;
		background: #F7F7F7;
		border-radius: 20px;
	}
	ul.n_list li {
		width: 100%;
	}

	/* photo */
	.photo_register {
		text-align: center;
	}
	.photo_item {
		width: 100%;
		max-width: 340px;
		margin: 0 auto 40px auto;
		box-sizing: border-box;
	}
	.photo_list {
		display: block;
	}
	.movie_body {
		flex-wrap: wrap;
	}
	.movie_link {
		width: 100%;
		margin-bottom: 20px;
	}
	.movie_link a {
		width: 100%;
	}
	.movie_delete {
		text-align: right;
	}

	/* お気に入り */
	.favorite_user {
		align-items: start;
	}
	.favorite_info {
		padding-right: 0;
	}
	.favorite_link li {
		width: 110px;
		margin-bottom: 8px;
	}

	/* 会話表示 */
	.talk_bg {
		width: 300px;
		padding-top: 25px;
	}
	.talk_bottom {
		width: 283px;
		padding-bottom: 15px;
	}
	.talk_bg2 {
		width: 300px;
		padding-top: 33px;
	}
	.talk_bottom2 {
		width: 283px;
		padding-bottom: 15px;
	}

	/* プロフィール検索 */
	.search_list > li {
		width: 100%;
	}
	.search_list > li:nth-child(odd) {
		border-right: none;
		padding-right: 0;
	}
	.search_list > li:nth-child(even) {
		border-right: none;
		padding-left: 0;
	}
	.search_list .mail_img img {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin-right: 10px;
	}

	/* プロフィール表示 */
	.profile_view {
		display: block;
	}
	.profile_img {
		width: 100%;
		margin: 0 auto 30px auto;
	}

	/* payment */
	.payment_form th,
	.payment_form td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	/* お知らせ */
	.info_list{
		display: block;
	}
	.info_list .info_text {
		padding-left: 0;
	}
	.info_view .date {
		display: block;
		margin-left: 0;
	}

	/* footer */
	.footer_loggedin {
		margin-bottom: 65px;
	}
}

/* 写真の高画質化対応 */
img.user_photo { max-width: 240px; max-height: 320px; }
