/* ============================================================================================= */

/*																		   共通				*/

/* ============================================================================================= */


button, input, select, textarea {
	margin: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.image_trimer {
	display: block;
	overflow: hidden;
	position: relative;
}

.image_trimer img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	height: 100%;
}

.inline_block {
	display: inline-block;
}

.align_right {
	text-align: right;
}
.bg_white {
	background-color: #fff;
}

.padding_5 {
	padding: 0.3rem;
}

.display_block {
	display: block;
}
.pc_hidden,
.pc2_hidden{
	display : none;
}
/* ============================================================================================= */

/*																		   GoodLifeについて	  */

/* ============================================================================================= */

#SHOP table {
	margin: 0 auto;
}

#SHOP th {
	text-align: right;
	padding-right: 25px;
	font-weight: 100;
	min-width: 100px;
}

#SHOP td {
	text-align: left;
}

#SHOP th, #SHOP td {
	vertical-align: middle;
	padding-bottom: 20px;
}

.side_navigation {
	text-align: center;
	display: block;
	width: 100%;
}

.side_navigation ul li {
	display: inline-block;
	color: #989898;
	padding: 0 10px;
	vertical-align: middle;
}


.side_navigation li:not(:first-child) {
	border-left: 1px solid #bbbbbb;
}

.ceo_name span {
	font-size: 0;
}

.shop_image_main {
	overflow: hidden;
	padding-bottom: 50%;
	position : relative;
}

.shop_image_main img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.white_filter {
	opacity: 0.4;
	filter: brightness(120%);
}

.btn_right {
	position: absolute;
	background-image: url(../img/carousel_arrow_right.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 50px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

.btn_left {
	position: absolute;
	background-image: url(../img/carousel_arrow_left.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
}

.main_photo_description {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.main_photo_description p {
	color: #fff;
	text-shadow: 1px 2px 3px #333333;
}

.map_wrapper {
	height: 500px;
	overflow: hidden;
}

.map_wrapper iframe {
	height: 100%;
	width: 100%;
}

.amenity_image {
	width: 350px;
	margin: 20px;
}

.staff_thumbnail {
	width: 200px;
	margin: 20px 10px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position : relative;
}
.staff_thumbnail p{
	min-height : 1.5em;
}

.staff_thumbnail .image_1_1_former {
	border-radius: 50%;
}

.banner_container img {
	width: 100%;
}

.fixed_banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.fixed_banner img {
	display: block;
	margin: 0 auto;
	position: relative;
}


.modal_back_hidden {
	opacity: 0;
	pointer-events: none;
}

.modal_window_hidden {
	height: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-out;
}

.modal_back {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.modal_window {
	opacity: 1.0;
	position: fixed;
	z-index: 2;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height : calc(100% - 150px);
}
.modal_window_contents{
	max-height : calc(100vh - 150px);
	overflow-y: auto;
	width : 100%;
}
.if_empty_hidden:empty{
	display: none;
}

.staff_information {
	width: calc(100% - 300px);
	padding: 1rem 1.5rem;
	max-height: 500px;
    overflow-y: auto;
}

.bg_lightgreen {
	background-color: #90c500;
}

.bg_skyblue {
	background-color: #84D1E2;
}

.bg_skyblue img{
	height:20px;
	width:auto;
	display:inline-block;
	vertical-align : middle;
}

.staff_photo {
	width: 300px;
	min-height: 400px;
	max-height : 500px;
}

.staff_status:not(:empty){
	display: inline-block;
	padding: 3px 8px;
	margin-right: 0.625rem;
	color: #fff;
	min-height : 30px;
}
.staff_name {
	margin-right: 0.625rem;
	display: inline-block;
}
.image_staff_name img{
	height : 20px;
}
.kizuna_details_staff_name,
.modal_staff_name{
	display : flex;
	align-items : center;
}
.modal_staff_name img{
	height : 30px;
	margin-left : 5px;
}
.kizuna_staff_name img{
	height : 16px;
}
.kizuna_details_staff_name img{
	height : 20px;
}
.walker_thumbnail {
	width: 130px;
	height: auto;
	margin-right: 0.63rem
}

.walker_thumbnail img {
	width: 100%;
	height: auto;
}

.walker_extrait {
	width: calc(100% - 150px);
}

.underline_gray {
	border-bottom: 1px solid #CBCBCB;
	padding: 0.4rem 0;
	margin-bottom: 0.4rem;
}

.close_button {
	top: -1rem;
	right: -1rem;
	position: absolute;
	height: 3.8rem;
	width: 3.8rem;
	border-radius: 50%;
	font-size: 2rem;
	color: #ffffff;
	z-index: 2;
}

.thumbnail_tile {
	width: 150px;
	height: 150px;
	min-width: 100px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.img_thumbnail {
	max-width: none;
	height: 100%;
}
#GREETING p.br_specification
{
	text-align: left;
}

/* ============================================================================================= */

/*																   　　　　　　　ログイン		*/

/* ============================================================================================= */

#LOGIN {
	border: 1px solid #444;
}

#LOGIN>form, #LOGIN>aside, #FOGET_PASSWORD {
	width: 50%;
	padding: 32px 6%;
}

#LOGIN>form div {
	margin-bottom: 24px;
}

#LOGIN>form div span {
	display: block;
	font-size: 14px;
}

#LOGIN input:not([type="submit"]) {
	width: 100%;
	padding: 8px 16px 6px;
	border: 1px solid #939393;
}

#LOGIN .title_accent {
	color: #EE6A1D;
}

#LOGIN aside a {
	font-size: 0.875rem;
}

#LOGIN aside a, #LOGIN input[type="submit"] {
	display: block;
	width: 240px;
	margin: 40px auto 0;
}

#LOGIN aside {
	position: relative;
	background: #444;
}

#LOGIN aside:before, #LOGIN aside:after {
	content: "";
	display: block;
	width: 66px;
	height: 86px;
	background-image: url(../img/contact_spacer.png);
	position: absolute;
	top: 50%;
	right: 5%;
	-ms-transform: translate(50%, -50%);
	transform: translate(0%, -50%);
}

#LOGIN aside:before {
	left: 5%;
}

#LOGIN aside, #LOGIN aside p {
	text-align: center;
}

#LOGIN aside h2 {
	color: #ffffff;
}

#LOGIN aside p {
	margin: 16px auto 32px;
	color: #ffffff;
	font-size: 1.2em;
}

#LOGIN aside ul {
	display: inline-block;
	color: #ffffff;
	list-style: circle;
}

#LOGIN aside li {
	color: #ffffff;
	text-align: left;
}

#FOGET_PASSWORD {
	text-align: center;
}

#FOGET_PASSWORD label {
	border-bottom: 1px solid #bbbbbb;
	cursor: pointer;
}

#FOGET_PASSWORD #BLOCK, #FOGET_PASSWORD #BLOCK+div {
	display: none;
}

#FOGET_PASSWORD #BLOCK:checked+div {
	display: block;
	margin-top: 40px;
}

#FOGET_PASSWORD #BLOCK:checked+div input[type="text"] {
	display: block;
	width: 100%;
	border: 1px solid #939393;
	padding: 8px 16px 6px;
	margin: 24px auto 40px;
}

label {
	cursor: pointer;
}
.login_error{
	display : inline-block;
	padding : 10px;
	background-color : #E9F6FF;
	margin : 10px 0px 0px 0px;
}
/* ============================================================================================= */

/*																	 ニュース　　　　　　		*/

/* ============================================================================================= */

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.news {
	align-items: flex-start;
	user-select: none;
}

.news:not(:first-of-type) {
	margin-top: 40px;
}

.news_category {
	width: 80px;
	padding: 4px 8px 2px;
	margin-top: -3px;
	background-color: #444;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.news .posting_datetime {
	width: 160px;
	color: #989898;
	text-align: center;
}

.news_details {
	width: calc(100% - 160px - 80px);
}

.news_details h3 {
	position: relative;
	text-align: left;
}

.news_details h3 label {
	display: block;
	width: 100%;
}

.news_details h3 label:hover {
	opacity: .7;
	transition-duration: .3s;
}

.news_details h3:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: ">";
	font-size: 1.2rem;
	font-weight: bold;
	transform: scaleX(.5);
	transition-duration: .3s;
}

input[id^="BLOCK_ID"]:checked+h3:before {
	transform: scale(1, .5)rotate(90deg);
	transition-duration: .3s;
}

input[id^="BLOCK_ID"], input[id^="BLOCK_ID"]+h3+div {
	display: none;
}

input[id^="BLOCK_ID"]:checked+h3+div {
	display: block;
	text-align: left;
	margin-top: 24px;
}

.image_container {
	position: relative;
	width: 30%;
	margin: 0 1% 1% 0;
	max-width: 200px;
}

.image_container:after {
	display: block;
	padding-top: 75%;
	content: "";
}

.image_container img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.news .image_container {
	display: inline-block;
}

/* ============================================================================================= */

/*																	 マイページ　　　　　		*/

/* ============================================================================================= */

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

#MEMBER_INFOMATION {
	align-items: flex-start;
	justify-content: space-between;
}

#MEMBER_INFOMATION h3 {
	width: 100%;
	margin-bottom: 16px;
}

#MEMBER_INFOMATION>div {
	width: calc(50% - 16px);
}

#MEMBER_INFOMATION h4 {
	margin-bottom: 8px;
	text-align: center;
}

#MEMBER_INFOMATION table {
	width: 100%;
	margin-bottom: 40px;
}

#MEMBER_INFOMATION table th, #MEMBER_INFOMATION table td {
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	padding: 24px 1em 22px 0;
	vertical-align: middle;
}

#MEMBER_INFOMATION table th {
	white-space: nowrap;
}

.link_button_container {
	width: 100% !important;
	text-align: center;
}

.elastic_br {
	display: inline-block;
}

#USERNAME_MYPAGE {
	justify-content: space-between;
	font-size: 32px;
}

#LOGOUT {
	min-width: auto;
	min-height: auto;
	padding: 16px 40px 14px;
	margin-left: 1em;
	font-size: 14px;
	line-height: 1em;
}

#FAVORITE_RESULT {
	padding: 16px;
	margin-bottom: 24px;
	justify-content: space-between;
	max-height: 600px;
	overflow-y: auto;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
}

.estate_tile.mypage {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 32px auto;
}

.estate_tile.mypage:not(:first-of-type):before {
	display: block;
	position: absolute;
	top: -33px;
	right: 0;
	left: 0;
	margin: auto;
	height: 1px;
	width: 100%;
	background-color: #bbbbbb;
	content: "";
}

.estate_tile.mypage .favorite_button {
	width: 20px;
	height: 16px;
	margin-right: .5em;
}

.estate_tile.mypage .estate_image {
	width: 160px;
	height: 100px;
	margin-right: 16px;
}

.estate_tile.mypage .estate_text {
	width: calc(100% - 160px - 16px);
}

.estate_tile.mypage .estate_name {
	font-size: 20px;
}

.estate_tile.mypage .button_style {
	min-width: auto;
	min-height: auto;
	padding: 16px 64px 14px;
	margin-left: 1em;
	font-size: 14px;
	line-height: 1em;
}

#FORM_GONEXT, #FORM_GONEXT+*+*,
#FORM_GONEXT:checked+* {
	display: none;
}

#FORM_GONEXT:checked+*+* {
	display: block;
}

/* ============================================================================================= */

/*																	 会員登録・問い合わせ		*/

/* ============================================================================================= */

.form_table_style {
	width: 100%;
}

.form_table_style th {
	position: relative;
	border-bottom: 8px solid #ffffff;
	background-color: #f5f5f5;
	width: 300px;
}

.form_table_style th, .form_table_style td {
	padding: 24px 32px 22px;
	font-weight: normal;
	vertical-align: middle;
	position: relative;
}

.form_table_style td {
	max-width: 585px;
}

.form_item_importance {
	position: absolute;
	right: 16px;
	border: 1px solid #bbbbbb;
	padding: 4px 8px 2px;
	margin: auto;
	color: #939393;
	font-size: 13px;
}

.required {
	border: 0;
	background-color: #90c500;
	color: #ffffff;
}
.button_disabled{
	opacity: 0.3;
	pointer-events: none;
}

/* 吹き出しメッセージ */
.speech_bubble {
	position : absolute; 
	background-color: rgba(0, 102, 192, .5);
	border-radius : 5px;
	color : #FFFFFF;
	padding : 10px;
	font-size : 16px;
	top : -14px;
	left : 30px;
	transform: translateY(-50%);
    transition : all 0.5s;
}
form table td div .speech_bubble {
	top : -30px;
	left : 10px;
}
.speech_bubble::after {
	position : absolute;
	content : '';
	width : 0;
	height : 0;
	border : solid 6px transparent;
	border-top : solid 8px rgba(0, 102, 192, .5);
	bottom : -14px;
	left : 10px;
}
.speech_bubble_error {
	background-color: rgba(175, 0, 0, .5);
}
.speech_bubble_error::after {
	border-top-color: rgba(175, 0, 0, .5);
}
#DUMMY {
	display: none;
}

#ADDRESS2 {
	padding-top: 10px;
}

#ADDRESS2 label {
	font-size: 1rem;
	display: inline-block;
	padding: 8px;
	margin: 2px;
	line-height: 1em;
	border: 2px solid #989898;
	border-radius: 5px;
	color: #989898;
	cursor: pointer;
}

#ADDRESS2 input:checked+label {
	border-color: #074902;
	background-color: #074902;
	color: #fff;
}

.privacy_policy {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.form_checkmark {
	position: absolute;
	right: 10px;
	margin-top: 8px;
	top: 25px;
}
.hidden {
	display: none;
}

.form_table_style input[type="password"], .form_table_style input[type="tel"], .form_table_style input[type="date"], .form_table_style input[type="text"], .form_table_style textarea, .form_table_style select {
	line-height: 2em;
	width: calc(100% - 30px);
	padding: 5px;
	border: 1px solid #CBCBCB;
    background-color: #e9f6ff;
}
.form_table_style textarea{
	line-height: 1.3em;
	height : 8em;
}
.form_table_style input[type="checkbox"],
.form_table_style input[type="radio"]{
	display: none;
}

input[type="text"]#ZIPCODE {
	width: 160px;
	margin-bottom:8px;
}
#CONTACT_SUBMIT{
	display: none;
}
.button_search_zip {
	border: 1px solid #90c500;
	border-radius: 5px;
	padding: 4px 8px 3px;
	margin: auto 8px;
	background-color: #ffffff;
	color: #90c500;
	cursor: pointer;
}
.privacy_policy input[type="checkbox"] {
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	padding: 10px;
	width: 30px;
	height: 15px;
	transform: scale(1.5);
	margin-right: 10px;
	-webkit-appearance: checkbox;
}
.privacy_policy label{
	width : calc(100% - 45px);
}
.receiver{
	width : 950px;
	margin : auto;
	max-width : 100%;
	border : 1px solid #989898;
	padding : 20px;
}
#REMAINING {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 500;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 10px;
    opacity: 0;
    transform: translate(0, 20px);
	transition: all 0.5s;
	pointer-events: none;
}

#REMAINING.fadein{
    opacity: 1;
    transform: translate(0, 0);
	pointer-events: all;
}
input[type="text"].mail{
	display: none;
}
.member_merit {
	width :  300px;
	margin : 20px 20px;
}

.member_merit img {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
#FROM_STATION {
	width: calc(100% - 4em - 40px);
	margin-left: .7em;
}

#CONTACT_DATE,
#CONTACT_TIME {
	display: none;
}
#VISIT_DATE,
#TIME_CONTENTS {
	width: 240px;
	margin-right: .7em;
}


#FORM_SUBMIT[disabled],
#SEND_INQUIRY[disabled] {
	box-sizing: border-box;
	background-color: #e0e0e0;
	color: #989898;
}

#FORM_SUBMIT[disabled]:hover,
#SEND_INQUIRY[disabled]:hover {
	opacity: 1;
	cursor: default;
}
.about_kizuna_counter {
	width : 100%;
	height : auto;
	overflow : hidden;
	position : relative;
	background-image : url(../img/bg_kizuna_counter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about_kizuna_counter h2,
.about_kizuna_counter p {
	color : #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5) , 0px 0px 10px rgba(0, 0, 0, 0.5) , 0px 0px 6px rgba(0, 0, 0, 0.5);	
}

.company_list li:after {
	margin-left : 0.5em;
	content : "/";
}
.company_list li:last-of-type:after {
	content : none;
}
.bank_list{
	font-size : 0px;
	padding: 10px;
	background : #f3f3f3;
}
.bank_list li{
	padding : 5px;
	margin : 4px;
	background : #ffffff;
	border-radius: 5px;
}
.bank_list li img{
	vertical-align: middle;
	max-height: 1.5rem;
}
.sell_promiss_tile{
	width : calc(50% - 50px);
	max-width : 500px;
	margin-right : 25px;
	margin-left : 25px;
}
.sell_staff_comment{
	padding : 10px 40px;
	border-radius: 15px;
	background-color: #e9f6ff;
	position : relative;
}
.sell_staff_comment::before{
	content :"スタッフ全員の経験が違います！";
	position: absolute;
	display: inline-block;
	margin: auto;
	right: 0;
	left: 0;
	text-align: center;
	font-size : 1.3rem;
	top : -0.5em;
	color : #90c500;
}
.sell_staff_comment::after{
	content : "";
	position : absolute;
	display : block;
	width : 30px;
	height : 40px;
	border : solid;
	border-width: 20px 15px;
	border-color : #e9f6ff transparent transparent transparent;
	bottom : -40px;
	right : 0;
	left : 0;
	margin: auto;
}
.promiss{
	background : #90c500;
	color : #fff;
	line-height : 1em;
	padding : 5px 0.5em;
	border-radius: 5px;
	display: inline-block;
}
.promiss .font_size_32{
	line-height : 1em;
	display: inline-block;
}
.plan_tile{
	width : calc(50% - 20px);
	margin : 10px;
}

/* スタッフ詳細 */
#STAFF_DETAILS {
	width: calc(100% - 390px);
	padding-right:32px;
}
#STAFF_DETAILS h2 {
	margin: 8px auto 16px;
	font-size: 18px;
}

#STAFF_DETAILS .share {
	padding-bottom: 8px;
	border-bottom: 1px solid #d4d4d4;
}
.font_gray {
	font-size: 14px;
	color: #606060;
}
.qa_container {
	margin-top: 40px;
	padding: 0 8px;
}

.qa_container dt,
.qa_container dd {
	position: relative;
	padding-top: 24px;
	padding-left: 80px;
	padding-bottom: 24px;
	font-size: 14px;
	min-height: 96px;
}
.qa_container dt {
	position: relative;
	font-weight: bold;
}

.qa_container dt > div,
.qa_container dd > div {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
#PROFILE .qa_container dd .image_container {
	margin-right: 0;
}
#PROFILE .qa_container .image_container img {
	border: 2px solid #074902;
}

#PROFILE .qa_container dt .image_container img {
	border: 2px solid #90c500;
}
/*
.qa_container dt:before {
	display: inline-block;
	vertical-align: middle;
	width: 1.8em;
	height: 2px;
	background-color: #333333;
	content: "";
}
*/
.qa_container .staff {
	display: block;
	text-align: center;
	color: #90c500;
}

#SIDE_CONTENTS {
	max-width: 390px;
}

#PROFILE {
	border-bottom: 1px solid #d4d4d4;
	padding: 16px 0;
	margin-bottom: 28px;
}
#PROFILE > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#PROFILE > div a.icon_mail{
	width: auto;
	font-size: 14px;
	min-width: 40px;
	min-height: 46px;
	line-height: 49px;
	height: 46px;
	transform: scale(.90);
}
#PROFILE .button_style.icon::before {
	left: 15px;
}
#PROFILE > div > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.staff_name {
	font-size: 18px;
}
.staff_name span {
	display: block;
	color: #90c500;
	font-size: 14px;
}
#PROFILE .image_container {
	width: 64px;
	margin-right: 16px;
}
#NOTE_CONTAINER .note_header {
	display: none !important;
}
#NOTE_CONTAINER .note_header .image_container img,
#PROFILE .image_container img {
	border-radius: 100px;
}

#NOTE_CONTAINER .note_header .image_container:after,
#PROFILE .image_container:after {
	padding-top: 100%;
}

#PROFILE p {
	margin-left: 80px;
	padding: 8px 0 0px 0;
	font-size: 14px;
	letter-spacing: .05em;
}

.toggle_button {
	display: inline-block;
	margin-top: 24px;
	margin-left: 80px;
	font-size: 14px;
	color: #90c500;
}

#QA_BUTTON,
#QA_BUTTON + *,
#INQUIRY_BUTTON,
#INQUIRY_BUTTON + * {
	display: none;
	height: 0;
	opacity: 0;
}
#QA_BUTTON:checked + *,
#INQUIRY_BUTTON:checked + * {
	display: block;
	height: 100%;
	opacity: 1;
}
@keyframes view {
	0% {

	}
	100% {

	}
}
#QA_BUTTON + * + label:before {
	content: "インタビューを読む";
}
#QA_BUTTON:checked + * + label:before {
	content: "一部を表示";
}
label[for="INQUIRY_BUTTON"] {
	width: 100%;
}
#OTHER_STAFF {
	margin-top: 35px;
	border-top: 1px solid #d4d4d4;
	padding-top: 32px;
}
#OTHER_STAFF article{
	height : 100%;
	overflow : hidden;
	margin-bottom : 10px;
}
#OTHER_STAFF article a{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 96px;
	margin-bottom: 16px;
}
#OTHER_STAFF article a:hover{
	opacity : 0.8;
}
#OTHER_STAFF article .image_container {
	width: 160px;
	height: 96px;
	margin: 0 8px 0 0;
}
#OTHER_STAFF article .image_container img {
	position: static;
	object-fit: cover;
}

#OTHER_STAFF article .image_container:after {
	display: none;
}
#OTHER_STAFF article .image_container + div {
	width: calc(100% - 168px);
	text-align : left;
}
#OTHER_STAFF article h4 {
	font-size: 14px;
	line-height: 1.2em;
	text-align : left;
}
#OTHER_STAFF article .info {
	width: 100%;
}
#GoodLife_NOTE > h4 {
	margin-top: 70px;
	margin-bottom: 16px;
}
#GoodLife_NOTE > h4 img {
	display: block;
	height: 40px;
}
#NOTE_CONTAINER {
	overflow-y: auto;
	max-height: 60vh;
	padding:8px 32px 16px 0;
}
#NOTE_CONTAINER article {
	border-top: 1px solid #d4d4d4;
	background-color:#ffffff;
	margin-bottom: 40px;
}
#NOTE_CONTAINER .note_header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 16px 16px 8px;
}
#NOTE_CONTAINER .note_header .image_container {
	width: 48px;
	margin-right: 16px;
}
#NOTE_CONTAINER .datetime span {
	display: block;
}
#NOTE_CONTAINER .note_main_image {
	width: 100%;
	max-width: none;
}
.note_main {
	padding: 0px 0 24px;
	border-bottom: 1px solid #d4d4d4;
}
.note_main p {
	font-size: 14px;
}
#NOTE_CONTAINER .note_main h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
#NOTE_CONTAINER .note_main p:not(:first-of-type) {
	margin-top: 16px;
}
#GoodLife_NOTE {
	margin-bottom: 140px;
}
#ESTATE_LIST {
	margin-top: 24px;
}
#MOVIE {
	position: relative;
}
.movie_container{
	position: relative;
}
.movie_play_switch_button{
	cursor: pointer;
}
.movie_play_vol_wrapper{
	position : absolute;
	z-index: 20;
	bottom : 10px;
	left: 10px;
}
.movie_play_vol{
    -webkit-appearance:none;
    background:rgba(255,255,255,0.5);
    height:4px;
    width:50px;
	border-radius:8px;
	opacity: 0;
}
.movie_play_vol_wrapper:hover .movie_play_vol{
	opacity: 1;
}
.movie_play_vol::-webkit-slider-thumb{
	-webkit-appearance:none;
	background:#fff;
	height:10px;
	width:10px;
	border-radius:50%;
}
.movie_play_vol::-ms-tooltip{
	display:none;
}
.movie_play_vol::-moz-range-track{
	height:0;
}
.movie_play_vol::-moz-range-thumb{
	background:#fff;
	height:10px;
	width:10px;
	border:none;
	border-radius:50%;
}
.movie_play_vol_icon{
	width : 30px;
	height : 30px;
	background-image: url(/img/icon_vol.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.movie_play_vol_switch:checked + .movie_play_vol_icon{
	background-image: url(/img/icon_mute.png);
}
.inlinePlayButton{
	opacity: 0;
}
.movie_seek_wrapper{
	position: absolute;
	bottom : 50px;
	width : 100%;
	z-index: 20;
}
.movie_seek{
	width: calc(100% - 20px);
	margin: auto;
	display: block;
    background:rgba(255,255,255,0.5);
    height:4px;
	border-radius:8px;
	opacity: 0;
}
.movie_seek_wrapper:hover .movie_seek{
	opacity: 1;
}
.movie_seek::-webkit-slider-thumb{
	-webkit-appearance:none;
	background:#fff;
	height:10px;
	width:10px;
	border-radius:50%;
}
.movie_seek::-ms-tooltip{
	display:none;
}
.movie_seek::-moz-range-track{
	height:0;
}
.movie_seek::-moz-range-thumb{
	background:#fff;
	height:10px;
	width:10px;
	border:none;
	border-radius:50%;
}
#MODAL_WINDOW {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
label[for="INQUIRY_BUTTON"],
label[for="INQUIRY_BUTTON"] span{
	font-size: 20px;
}
label[for="INQUIRY_BUTTON"] img {
	height: 1.2em;
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
#STAFF_DETAILS .staff_details_photo{
	text-align: center;
	background: url(../img/staff_gb.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height : 400px;
}
#STAFF_DETAILS .staff_details_photo:before{
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(2px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
#STAFF_DETAILS .staff_details_photo img{
	height: 400px;
}
.inline_staff_name {
    height: 1.5em;
    vertical-align: middle;
    margin-right: 5px;
}
/* side */

#SIDE_CONTENTS .form_table_style.compact,
#SIDE_CONTENTS .form_table_style.compact tbody,
#SIDE_CONTENTS .form_table_style.compact tr,
#SIDE_CONTENTS .form_table_style.compact th,
#SIDE_CONTENTS .form_table_style.compact td {
	display: block;
	width: 100%;
}
#SIDE_CONTENTS .form_table_style.compact {
	margin-top: 16px;
	width: 100%;
}
#SIDE_CONTENTS .form_table_style th,#SIDE_CONTENTS .form_table_style td {
	padding: 0;
}
#SIDE_CONTENTS .form_table_style.compact th {
	background-color: unset;
	padding-left: 4px;
	font-size: 14px;border-bottom: 4px solid #ffffff;
}
#SIDE_CONTENTS .form_table_style.compact td {
	margin-bottom: 16px;
}
#SIDE_CONTENTS .form_table_style.compact th span {
	right: 30px;
	top: -5px;

}
#SIDE_CONTENTS .form_table_style.compact input[type="text"] {
	padding: 0 5px;
	font-size: 14px;
}
#SIDE_CONTENTS .form_table_style.compact .form_checkmark {
	top: 0;
	right: 0;
}
#SIDE_CONTENTS .form_table_style.compact textarea {
	height: 4.5em;
	font-size: 14px;
}

#SIDE_CONTENTS .privacy_policy {
	margin: 0;
}
#SIDE_CONTENTS .privacy_policy label {
	font-size: 14px;
	line-height: 1.2em;
}
#SIDE_CONTENTS label[for="CONTACT_SUBMIT"] {
	min-height: 40px;
	min-width: 240px;
	margin: 20px 0px 0 0;
	font-size: 16px;
	line-height: 45px;
	min-width: none;
}
#SIDE_CONTENTS .text_center.button_wrapper {
}
/* ビデオ通話見学 */
.online_tile_wrapper div:nth-of-type(even) .online_tile{
	-ms-flex-direction:row-reverse; /*IE10*/
	flex-direction:row-reverse;
}
.online_tile .two_column_img{
	max-width : calc(50% - 50px);
}
#SIDE_CONTENTS .icon img{
	margin-right : 10px;
}
.icon_move{
	position : absolute;
	width : 50px;
	top : 0;
	right : 0;
	z-index : 2;
}

/* ============================================================================================= */

/*																	 求人ページ		*/

/* ============================================================================================= */

.recruit_merit .member_merit img{
	width : 90px;
}
.recruit_info_photo{
	width : 400px;
}
.recruit_info{
	position : relative;
}
.recruit_info div:nth-of-type(even) div{
	margin-left: 50%;
}
.recruit_info div:nth-of-type(odd) .recruit_info_photo{
	margin-left : 10%;
}
.recruit_info div:nth-of-type(even) .recruit_info_photo{
	position : absolute;
	left : 50px;
}
.recruit_info h3 img{
	margin-right : 20px;
}
.recruit_point{
	background-color : #90c500;
	color : #ffffff;
	width : 200px;
	padding : 10px;
	border-radius : 5px;
	text-align : center;
	margin-right : 40px;
}
.recruit_point_text{
	width : calc(100% - 300px);
}
.recruit_photo span{
	width : 300px;
	height : 200px;
	border-radius : 5px;
	display : block;
	overflow : hidden;
	margin-bottom : 20px;
}
.recruit_photo p{
	font-size : 14px;
	width : 300px;
}
.recruit_td_subtitle{
	display : block;
	background-color : #90c500;
	color : #ffffff;
	padding : 5px;
	border-radius : 5px;
	text-align : center;
	width : 150px;
	font-size : 14px;
	margin : 10px 0px;
}
.recruit_step{
	display : inline-block;
	background-color : #90c500;
	color : #ffffff;
	padding : 5px;
	border-radius : 5px;
	text-align : center;
	width : auto;
	font-size : 14px;
	margin : 5px 10px;
}
.recruit_check{
	background : linear-gradient(transparent 60%, #FEF22A 30%);
	line-height : 38px;
}
.recruit_list{
	padding : 10px 20px;
}
.recruit_list li:before{
	content : "●";
	display : inline-block;
	color : #90c500;
	width : 30px;
	height : 20px;
}
#FOLLOWING_BTN{
	position : fixed;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
	width : 100%;
	z-index : 100;
	background-color : rgba(0,0,0,0.2);
	text-align : center;
	padding : 15px 0px;
}
/* ============================================================================================= */

/*																   レスポンシブ					*/

/* ============================================================================================= */

@media screen and (max-width: 1050px) {
	.modal_window {
		background-color: #fff;
	}
	.staff_photo {
		width: 100%;
		margin-top: 10px;
		min-height : 0;
		height : 400px;
	}
	.staff_information {
		width: 100%;
		max-height: none;
	}
	.close_button {
		top: 0;
		right: 0;
		position: absolute;
		height: 3.8rem;
		width: 3.8rem;
		border-radius: 0;
	}
	#OTHER_STAFF article .image_container{
		width : 50%;
	}
	#OTHER_STAFF div.max_width_1200{
		width : 100%;
	}
	.recruit_info_photo{
		width : 320px;
	}
}
@media screen and (max-width:950px) {
	#LOGIN .contact_name {
		position: relative;
		color: #ffffff;
	}
	#LOGIN .contact_name img {
		position: static;
	}
	.plan_tile{
		width: 100%;
		margin: 0px;
	}
	#STAFF_DETAILS,
	#SIDE_CONTENTS{
		width : 100%;
		max-width : 100%;
		padding : 0;
	}
	#SIDE_CONTENTS{
		margin-top : 30px;
	}
	#SIDE_CONTENTS .form_table_style.compact th{
		padding : 10px;
		background-color : #f5f5f5;
	}
	#SIDE_CONTENTS .form_table_style.compact th span{
		position : static;
		margin-left : 10px;
	}
	.form_table_style td{
		max-width : 100%;
	}
	#SIDE_CONTENTS .form_table_style.compact input[type="text"]{
		padding : 5px;
	}
	#SIDE_CONTENTS .form_table_style.compact td{
		margin : 10px 0px;
	}
	#SIDE_CONTENTS label[for="CONTACT_SUBMIT"]{
		line-height : 20px;
	}
	#OTHER_STAFF article .image_container{
		width : 160px;
	}
	#OTHER_STAF .max_width_1200{
		width : calc(100% - 40px);
	}
}

@media screen and (max-width: 900px) {
	.form_table_style th,
	.form_table_style td {
		display: block;
		border-bottom: 0;
		padding: 10px 0;
		width: 100%;
	}
	.form_table_style th {
		padding-left : 8px;
	}
	.form_item_importance {
		right: 10px;
		top: 5px;
	}
	.form_checkmark {
		top: 10px;
		right: 0;
	}
	#ADDRESS2 label {
		font-size: 0.875rem;
	}
	.horizontal_scroll {
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.horizontal_scroll::-webkit-scrollbar {
		height: 5px;
	}
	.horizontal_scroll::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
}

@media screen and (max-width: 850px) {
	.recruit_info .two_column>*{
		width : 80%;
	}
	.recruit_info div:nth-of-type(odd) .recruit_info_photo{
		margin : 30px 0px;
	}
	.recruit_info .two_column .recruit_info_photo{
		width : 50%;
	}
	.recruit_info div:nth-of-type(even) div{
		margin : 0px;
	}
	.recruit_info div:nth-of-type(even) .recruit_info_photo{
		position : static;
		margin : 30px 0px;
	}
	.recruit_info div.display_flex{
		border-bottom : 1px solid #cccccc;
		padding-bottom : 20px;
	}
	.recruit_photo{
		margin-top : 20px;
	}

}
@media screen and (max-width: 800px) {
	.side_navigation {
		height: auto;
		padding: 7px 0;
		max-width : 500px;
		width : calc(100% - 40px);
		margin:auto;
		text-align: left;
		border: 1px solid #bbbbbb;
	}
	/* ログイン */
	#LOGIN>form, #LOGIN>aside, #FOGET_PASSWORD {
		width: 100%;
	}
	.side_navigation ul{
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.side_navigation li:not(:first-child) {
		display: list-item;
		border-left: 0px;
	}
	.side_navigation li {
		padding: 8px 0;
		min-width: 230px;
		width: 50%;
	}
}

@media screen and (max-width: 750px) {
	.btn_right {
		height: 60px;
		width: 30px;
		background-size: 100%;
	}
	.btn_left {
		height: 60px;
		width: 30px;
		background-size: 100%;
	}
	.thumbnail_tile {
		width: 80px;
		height: 80px;
		min-width: 80px;
	}
	.walker_extrait {
		width: 100%;
	}
	.shop_image_main{
		padding-bottom : calc(100% / 3 * 2);
	}
	.staff_information {
		padding: 0.75rem 0.75rem;
	}
	.staff_photo {
		height: 300px;
	}
	.walker_thumbnail {
		margin: 0 auto;
	}
	#MEMBER_INFOMATION>div {
		width: 100%;
	}
	#MEMBER_INFOMATION table {
		margin-bottom: 80px;
	}
	#USERNAME_MYPAGE {
		font-size: 24px;
		text-align: center;
	}
	.news {
		justify-content: flex-start;
	}
	.news .posting_datetime {
		width: 120px;
	}
	.news_details {
		width: 100%;
		margin-top: 16px;
	}
	#FAVORITE_RESULT {
		max-height: 400px;
		padding : 16px 0;
	}
	.estate_tile.mypage {
		padding-bottom: 90px;
	}
	.estate_tile.mypage .estate_image {
		width: 150px;
		height: auto;
		max-height: 200px;
		margin: auto;
	}
	.estate_tile.mypage .estate_text {
		width: calc(100% - 150px - 8px);
	}
	.estate_tile.mypage .estate_name {
		font-size: 20px;
	}
	.estate_tile.mypage .button_style {
		min-width: auto;
		min-height: auto;
		padding: 16px 64px 14px;
		margin-left: 1em;
		font-size: 14px;
		line-height: 1em;
	}
	.estate_tile.mypage .estate_link.display_flex {
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
	}
	.estate_tile.mypage .estate_link.display_flex a {
		width: 49%;
		padding: 16px 0 14px;
		margin: auto;
	}
	.estate_tile.mypage .estate_link.display_flex a.icon_mail {
		padding-left: 32px;
	}
	#REMAINING {
		top: 50px;
		width: 100%;
		border-radius: 0;
	}
	#REMAINING br {
		display: none;
	}
	.sell_promiss_tile{
		width : 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 650px) {
	.online_tile .two_column_img{
		max-width : 100%;
	}
	.recruit_point_text{
		width : 90%;
		margin : 20px auto;
	}
	.recruit_point{
		width : 90%;
		margin : auto;
	}
	.sp_hidden{
		display : none;
	}
	.pc_hidden{
		display : block;
	}
}
@media screen and (max-width: 450px) {
	.walker_thumbnail {
		height: 0;
		width: 0;
	}
	#LOGIN aside a, #LOGIN input[type="submit"] {
		padding: 8px 16px 6px;
	}
	#MEMBER_INFOMATION table {
		margin-bottom: 32px;
	}
	.sell_staff_comment{
		padding : 20px;
	}
	.sell_staff_comment::before{
		font-size : 1.125rem;
	}
	#STAFF_DETAILS .staff_details_photo img{
		height: auto;
	}
	#PROFILE > div a.icon_mail{
		width : 60px;
	}
	.recruit_td_subtitle,
	.recruit_info .two_column .recruit_info_photo,
	.recruit_info .two_column>*{
		width : 100%;
	}
	.recruit_list{
		margin : 10px auto;
		padding : 0px;
	}
	.recruit_list li:before{
		width : 17px;
		height : 15px;
		font-size : 12px;
	}
	.recruit_list li{
		margin-bottom : 5px;
	}
	.pc_hidden{
		display : none;
	}
	.pc2_hidden{
		display : block;
	}
}