/*
Theme Name: フロムワンテーマ
Theme URL: 
Description: オリジナルテーマ
Author: zelva-web
Version: 1.0

*/
@charset "utf-8";
.t-mv {
    background: url(images/page/bg_assessment.jpg) no-repeat center;
    background-size: cover;
}
.privacy-policy_contents article{
  max-width:640px;
  margin: 0 auto;
  padding: 40px 20px 0;
}
.privacy-policy_contents h2{
  padding: 40px 0 20px;
}

.membership-registration_contents,.membership-login_contents,.password-reset_contents,.membership-profile_contents{
width:100%;
max-width:700px;
margin: 60px auto;
padding:0 2rem;
box-sizing: border-box;
}

.c-investment-list a{
 display:block;
 height:100%;
}
.c-investment-list.members{
position:relative;
overflow:hidden;
}
.c-investment-list.members a *{
filter: blur(8px);
}

.c-investment-list.members a::before{
  content:"";
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10;
  color:#fff;
  background:rgba(200,200,200,0.5);
  pointer-events: none;
}

.c-investment-list.members::after{
content:"会員限定物件";
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:20;
  display:block;
  color:#0077FF;
  filter: blur(0);
  font-size:2rem;
  font-weight:bold;
}
