/**************************

main CSS

**************************/

@import url('nav-drawer.css');

html,body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:16px;
	color:#000;
	line-height: 1.5;
	overflow-wrap: break-word;
	background:#F3F3F3;
}
*{
	box-sizing: border-box;
}
/*@media screen and (max-width : 375px){
	html,body{
		font-size:4.5vmin;
	}
	
}*/
body{
	min-width:318px;
}

.cl_body {
	visibility:hidden;
}

ul{
	list-style-type: none;
}
a,a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#DD2324;
}
.img100 img{
	width:100%;
}
img{
	vertical-align:bottom;
}
.container h2{
	font-size:1rem;
	padding:0 0 0 10px;
	border-left:5px solid #DD2324;
	margin:20px 0;
}
.container h3{
	background: #7f7f7f;
    padding: 5px 10px;
    font-weight: bold;
    color: #FFF;
	font-size:1rem;
}
.container h3 span{
	display:block;
}
.btn a,.btn div,.btn span{
	display:block;
	background:#DD2324;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	border-radius:20px;
	margin:15px 0;
	cursor:pointer;
}
.cl_btn_cancel.btn{
	margin-bottom:20px;
}
.cl_btn_cancel.btn span,
.cl_btn_cancel.btn a{
	background:#FFF;
	color: #DD2324;
	border:2px solid #DD2324;
	line-height:30px;
	width:60%;
	margin:0 auto;
}
.btn a:hover,.btn div:hover,.btn span:hover{
	background:#FB0809;
	color:#FFF;
}

.disp_pc{
		display: none !important;
	}
.svg_symbol{
	display:none;
}	
.only_msg p{
	padding-top:24px;
}
.only_msg p i{
	font-size:2rem;
	line-height:1.5;
	color:#DD2324;
}
.input_check label,
.input_radio label{
    position: relative;
    padding: 6px 0 6px 30px;
	cursor: pointer;
}
.input_check input,
.input_radio input{
    display: none;
    width: auto;
    cursor: pointer;
}
.input_check input:checked + span::after {
    position: absolute;
    content: '';
    top: 6px;
    left: 4px;
    width: 16px;
    height: 8px;
    border-left: 3px solid #DD2324;
    border-bottom: 3px solid #DD2324;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.input_check span::before{
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ABADB3;
    border-radius: 3px;
}
.input_radio label span::before, 
.input_radio input:checked + span::after {
    position: absolute;
    content: '';
    bottom: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ABADB3;
    border-radius: 50%;

}
.input_radio input:checked + span::after {
    width: 10px;
    height: 10px;
    border: none;
    background: #DD2324;
    bottom: 13px;
    left: 5px;
}
.input_select{
	position:relative;
}
.input_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ABADB3;
    border-radius: 3px;
    padding: 6px 30px 6px 6px;
    color: #141414;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 0.9rem;
    background: #FFF;
	cursor: pointer;
}
.input_select > span {
    position:relative;
}
.input_select > span::before {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    top: 5px;
    right: 10px;
    color: #DD2324;
    cursor: pointer;
    line-height: 0.6;
}
.input_select select:focus {
    border: 1px solid #ABADB3;
}
.cl_input::placeholder {
    color: #adadad;
}
.cl_input {
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    border: 1px solid #ABADB3;
	font-size:1rem;
}
textarea{
	height:200px;
}
.input_area.cont{
	max-width:600px;
	margin:40px auto;
}
.input_area .cl_item label {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 2px;
    display: block;
}
.input_area .cl_item {
    margin-bottom:25px;
}
.cl_description{
	font-size:0.8rem;
}
.cl_item .input_radio label {
    font-weight: normal;
	font-size:1rem;
}
.cl_err {
    font-weight: bold;
    color: #DD2324;
    display: none;
	font-size:0.8rem;
}
.auto_input_area{
	border-top:1px dotted #CBC9C9;
	padding-top:15px;
}
/*.cl_inquiry_block.btn a,*/
.cl_tel_block.btn a,
.cl_btn_inquiry_bulk.btn a,
.cl_btn_check.btn span{
	line-height: 48px;
	border-radius: 24px;
	width:80%;
	margin:30px auto;
}

.cl_inquiry_block.btn a{
	line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-radius: 24px;
	width:80%;
	margin:30px auto;
}

.cl_btn_inquiry i,
.cl_btn_tel i,
.cl_btn_inquiry_bulk i {
	margin-right:5px;
}
.cl_alert_dsp {
    color: #DD2324;
    background-color: #f8d3d3;
    border: none;
}
.cl_normal_dsp {
    color: #FFFFFF;
    background-color: #7f7f7f;
    border:none;
}
button.confirm{
	background-color:#DD2324 !important;
}
.sweet-alert .sa-icon.sa-warning {
    border-color: #DD2324 !important;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    background-color: #DD2324 !important;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
    background-color: #DD2324 !important;
}
.remarks_area{
	padding:10px;
	border:3px solid #f8d3d3;
	font-size:0.9rem;
	width:90%;
	margin:15px auto;
	background: #FFF;
}
/* layout-------------------------------------- */
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.container{
	flex: 1;
	margin-top:0px;
}
.cont_box{
	margin:0 auto;
	padding:0 10px;
	margin-bottom:20px;
}
.cont{
	margin:0 auto;
	padding:0 10px;
}
/* header */
header{    
    width: 100%;
 	margin:0;
    color: #FFF;
	background:#FFF;
	z-index:9999;
}
header .cl_logo img {
	width:42px;
}
header h1{
    font-size: 0.7rem;
    font-weight: normal;
    padding: 2px 0 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;	
}
header #menubar_sp{
	display:flex;
	justify-content: flex-end;
	position:relative;
	padding-top:2px;
	padding-bottom:2px;	
	background:#000;
	
}
header #menubar_sp.fixed{
	position:fixed;
	top:0;
	width:100%;
}
header a,header a:visited{
	color:#FFF;
}
header .cl_logo{
	line-height:1;
	margin-right:auto;
	padding-top:1px;
}
header .cl_history,
header .cl_favorite{
	font-size:1.8rem;
	margin-right:15px;
	line-height:1;
	margin-top:8px;		
}
header .cl_history span,
header .cl_favorite span{
	font-size:1rem;
}
header .contact_phone a,
header .contact_mail a{
	width:34px;
	height:34px;
	border-radius:50%;
	margin-right:15px;
	margin-top:4px;
	font-size:1.5rem;
	text-align:center;
	display:inline-block;
	line-height:34px;
	background:#DD2324;
}
header .contact_phone a:hover,
header .contact_mail a:hover{
	color:#FFF;
	background:#FB0809;
}
header .contact_mail{
	margin-right:30px;
}
#admin_login{
	font-size:0.9rem;
	height: 20px;
	background:#DD2324;
	color:#FFFFFF;
	display:flex;
	justify-content:
		space-between;
	padding:0 10px 0;
}

/*nav*/
#nav-drawer{
	position: absolute;
	top:12px;
	right:8px;
}
#nav-pc{
	display: none;
}
#nav-content li{
	border-bottom:1px solid #606060;	
}
#nav-content li a{
	display:block;
	padding:10px 15px;		
}
#nav-content h3{
	background:#000;
	font-size:1rem;
	padding:8px 15px;	
}
#nav-content a,
#nav-content a:visited{
	color:#000;
}
#nav-content a:hover{
	color:#DD2324;
}
#nav-content .btn a,
#nav-content .btn a:visited{
	color:#FFF;
}
#nav-content .btn a:hover{
	color:#FFF;
}
#nav-content{
	border-right:3px solid #606060;
}
#nav-content svg{
	width:20px;
	height:20px;
	vertical-align:middle;
}
#nav-content .fa{
	font-size:1.2rem;
}
#go_top01{
	text-align:center;
	width:45%;
	margin:30px auto;	
}

/*breadcrumb*/
#breadcrumb_area{
	background:#FFF;
	font-size:0.9rem;
	margin-top:30px;	
}
.cl_breadcrumb{
	padding:5px 15px 3px;
}
.cl_breadcrumb li{
	display:inline-block;
	margin-right:10px;
	padding:0 0 3px;
}
.cl_breadcrumb li a{
	position:relative;
	padding-right:12px;
}
.cl_breadcrumb li a:after{
	position:absolute;
	top:3px;
	right:0;
	content: "";
	width: 5px;
	height: 5px;
	border: 3px solid;
	border-color:#f8d3d3 #f8d3d3 transparent transparent;
	transform: rotate(45deg);
} 
 /*footer*/
footer{
	background:#000;
}
footer p,
footer h2,
footer h3,
footer h4{
	color:#FFF;
}
#footer_list_area{
	 background:#F3F3F3;
}
.cl_footer_category{
	border-top:1px solid #bfbfbf;
	padding:10px 15px;
}
.cl_footer_category h3{
	color:#A31515;
	font-size:0.9rem;
	font-weight:bold;
}
.cl_footer_bloc li{
	display:inline;
	font-size:0.8rem;
} 
.cl_footer_bloc li:after{
	content: "|";
	padding:0 5px;
}
.cl_footer_bloc li:last-child:after{
	display:none;
}     
.cl_footer_category.footer_menu{
	background:#4c4c4c;
	padding:0;
}
.cl_footer_category.footer_menu h3{
	display:none;
}
.cl_footer_category.footer_menu li:after{
	display:none;
}
.cl_footer_category.footer_menu li{
	width:50%;
	display:block;
	float:left;
	font-size:0.9rem;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;	
}
.cl_footer_category.footer_menu li:nth-child(even){
	border-right:none;	
}
.cl_footer_category.footer_menu a,
.cl_footer_category.footer_menu a:visited{
	color:#FFF;
	display:block;
	padding:12px 15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
#footer_logo_area{
	padding:15px;
}
#footer_logo_area p{
	width:50px;
	margin:0 auto;
}
#footer_msg_area{
	padding-top:10px;
}
footer h2,
footer h3,
footer h4{
	font-size:0.7rem;
	font-weight:normal;
}
#copyright_area{
	text-align:center;
	font-size:0.8rem;
}

/*search_keyword search_area*/	
.search_keyword{
	border:1px solid #7f7f7f;
	line-height:20px;
	border-radius:12px;
	padding: 2px 10px;
	/*margin-top:12px;*/
	margin-top:2px;
	background:#FFF; 
	color:#000;
	}
.cl_search_input{
	border:none;
	width: calc(100% - 30px);
	font-size:1rem;
}
#search_select_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:20px 30px;
}
#search_select_area li{
	text-align:center;
	margin-bottom:15px;
	width:calc(50% - 20px);	
	color:#A31515;
	font-size:0.8rem;
	font-weight: bold;		
}
#search_select_area li a,
#search_select_area li a:hover{
	color:#FFF;
}
#search_select_area li div{
    width: 100%;
	position:relative;
	margin-bottom:5px;
}
#search_select_area li div:before{
    content:"";
    display: block;
    padding-top: 100%;
}
#search_select_area li a{
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	 border-radius: 50%;	 
	background:#DD2324;
	overflow: hidden;
	text-align:center;				
}
#search_select_area svg{
	width:65%;
	height:100%;
	fill:#FFF;
	display:block;
	margin:0 auto;
}
/*article_list_area result_list_area room_available_area*/	
#article_list_area li.building_list,
.building_list{
	background:#FFF;
	margin-bottom:10px;
	border-top:2px solid #DD2324;
}
.building_list a:hover{
	color:#000 !important;
}
.building_list div{
	font-weight:bold;
	border-bottom:1px solid #ece6e6;
	padding:5px 10px;
	margin-bottom:10px;
}
.building_list dl{
	padding:0 10px;
	overflow:hidden;
}
.building_list dt{
	padding:0 0 10px;
	width:130px;
	clear:left;
	float:left;
	display:block;
}
.building_list dd{
	margin-left:140px;
	display:block;
	font-size:0.8rem;
	margin-bottom:5px;	
}
.building_list dd i{
	margin-right:5px;	
}
#result_list_area .building_list .cl_room dt,
.room_status_area .building_list .cl_room dt,
.room_status_area .building_list_in dt{
	width:80px;
}
#result_list_area .building_list .cl_room dd,
.room_status_area .building_list .cl_room dd,
.room_status_area .building_list_in dd{
	margin-left:100px;
	line-height: 1.3;
}
#result_list_area #room_rent span:first-child,
.room_status_area #room_rent span:first-child{
	font-size:1.3rem;
}
#result_list_area #room_deposit span,
.room_status_area #room_deposit span{
	background: #ece6e6;
	padding:2px 3px;
	font-weight: bold;
	margin-right:3px;
	border-radius: 2px;
}
#result_list_area #commission span,
.room_status_area #commission span{
	text-align: center;
	/*
	background: #f8d3d3;
	color:#DD2324;
	*/
	background: #000000;
	color:#ffff00;
	display: block;
	padding:3px 0;
	font-weight: bold;
	border-radius:2px;
}
#result_list_area #room_layout i,
.room_status_area #room_layout i{
	margin:0 3px 0 4px;
}
.cl_room,.cl_room_block{
	border-bottom:1px solid #CBC9C9;
	padding:10px 0;
}
.cl_room:last-child,.cl_room_block:last-child{
	border-bottom:none;
}

/* index-------------------------------------- */
#top_slide{
	margin-bottom:5px;
}
#top_slide .slick-dots li button::before{
	font-size:0.6rem;
	color:#DD2324;
}
#top_slide .slick-dots li.slick-active button::before{
	opacity:1;
}
#pg_index h2{
	font-size:1.2rem;
	line-height:1.2;
	background: url(../../../img/logo_smaheya.svg) no-repeat top left;
	background-size:25px 25px;
	padding:0 0 5px 35px;
	border-bottom:3px solid #7f7f7f;
	margin-bottom:15px;
	margin-top:0;
	border-left:none;
}
#pg_index .cont_box{
	margin-bottom:40px;
}

#pg_index .cl_wp_fixed_article {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.8rem;
}

#pg_index .cl_wp_fixed_article > div {
	text-align:center;
	word-wrap: break-word;
	width:50%;
	font-weight:bold;
	text-align:left;
	padding:10px;
}

#pg_index .cl_wp_fixed_article > div img {
	width:100%;
}


#pg_index .cl_wp_fixed_article > div > div:nth-child(2) {
	margin-top:5px;
	height:55px;
	overflow:hidden;
}

/* pg_search-------------------------------------- */
#pg_search #search_area{
	margin-bottom:30px;
}
.cl_line_group,
.cl_school_group p,
.cl_item_title{
	background:#7f7f7f;
	padding:5px 10px;
	font-weight: bold;
	color:#FFF;
}
.cl_line,
.cl_ct_city{
	padding:10px 10px 10px 5px;
	display:flex;
	justify-content:space-between;
	cursor:pointer;
	border-bottom:1px solid #CBC9C9;
}
.cl_line input,
.cl_ct_city input{
	border: 1px solid #ABADB3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	background: #FFF;
	cursor: pointer;
	vertical-align: middle;
}
.cl_check_child {
	background:#f8d3d3 !important;
}
.cl_check_child input{
	background: #DD2324;
	border: 4px solid #FFF;
	box-shadow: 0 0 0 2px #DD2324;
	width: 20px;
	height: 20px;	
}
.cl_line span,
.cl_ct_city span{
	color:#DD2324;
}
.cl_city,
.cl_school{
	padding:8px 10px;
	cursor:pointer;
	border-bottom:1px solid #CBC9C9;
}
.cl_line div,
.cl_ct_city div{
	margin-right:10px;
}

.cl_line+span,
.cl_ct_city+span{
	display:block;
	color:#DD2324;
}
.cl_line[data-state=open],
.cl_ct_city[data-state=open] {
	background:#d2d2d2;
}
.cl_station,
.cl_ct_town{
	padding:6px 10px;
	border-bottom:1px solid #CBC9C9;
	background:#FFF;
	font-size:0.9rem;
	cursor:pointer;
	display:none;			
}
.cl_station label,
.cl_city label,
.cl_ct_town label,
.cl_city a,
.cl_school a{
	display:block;
	cursor: pointer;
}
#only_tokyo{
	width:70%;
	margin:0 auto;
}
.search_map .cl_search_dsp_title{
	background: #000;	
}
.search_map .cont{
	color:#FFF;
	display: flex;
	justify-content: space-between;
	padding:5px 10px;
}
.search_map .cl_search_dsp_title .img_100 img{
	width:42px;
}
.search_map .cl_search_dsp_title .btn span{
	width:100px;
	line-height:30px;
	margin:3px 0 0 0;
}
.search_map .cl_search_dsp_title .cl_logo{
	margin-right:10px;
}
#id_search_map{
	display:block;width:100%;height:0px;
}
.cl_search_btn_bloc,
.cl_search_add_btn_bloc[data-base=false] {
	display:flex;
	width:100%;
	justify-content: space-between;
}
.cl_school_group{
	margin-top:-90px;
	padding-top:90px
}
#link_school{
	position:relative;
	display: flex;
	justify-content: space-between;
	font-size:0.9rem;
}
#link_school a{
	width:calc(50% - 15px);
	line-height:30px;
}
.cl_selected_conditions_box table,
.cl_save_conditions_block table{
	table-layout: fixed;
	width:100%;
}
.cl_selected_conditions_box th,
.cl_selected_conditions_box td,
.cl_save_conditions_block th,
.cl_save_conditions_block td{
	padding:5px;
	border:1px solid #afafaf;
	background: #FFF;
	vertical-align: middle;
	font-size:0.7rem;
}
.cl_selected_conditions_box th{
	width:65px;
	background: #d2d2d2;
}
.cl_save_conditions_block th{
	width:85px;
	background: #d2d2d2;
}
.cl_selected_conditions_box td.cl_change_condition,
.cl_save_conditions_block td:last-child{
	cursor:pointer;
	color:#DD2324;
	font-weight:bold;
	width:75px;
}
.cl_save_conditions_block td:last-child{
	width:55px;
	text-align: center;
}
a.cl_set_save_conditions{
	color:#DD2324;
}
.cl_selected_conditions_box td.cl_change_condition:hover,
.cl_set_save_conditions:hover{
	color:#FB0809;
}
.cl_selected_conditions_box td.cl_change_condition i{
	margin-left:5px;
}
.cl_selected_conditions_box+div{
	display:flex;
	justify-content:flex-start;
	padding:0 10px;
}
.cl_selected_conditions_box+div a{
	line-height: 26px;
	font-size:0.7rem;
	padding:0 10px;
	margin:15px 10px 10px 0;
}
.search_add_wrap{
	font-size:0.8rem;
}
.search_add_in1{
	padding:20px 10px;
}
.search_add_area>li:first-child .search_add_wrap{
	min-width:360px;
	overflow: hidden;
}
.search_add_in1.FLEX .input_check{
	margin-left:5px;
}
.search_add_in1 .input_check span::before{
	top:18px;
	width:14px;
	height:14px;
}
.search_add_in1 .input_check span::after{
	top:10px !important;
	width:12px !important;
	height:6px !important;
}
.search_add_in1 .input_check label{
	padding:8px 0 4px 20px;
	font-size:0.8rem;
}
.search_add_in2{
	display:flex;
	flex-wrap: wrap;
}
.search_add_in2 li{
	width:50%;
	border-bottom:1px solid #CBC9C9;
	border-right:1px solid #CBC9C9;
	padding:5px 10px;
}
.search_add_in2 li:nth-child(even){
	border-right:none;
}
.search_add_in2 li label{
	margin:0;
}
#pg_search .cl_more_ctl,
#pg_search .cl_room_open{
    background: #d9d9d9;
    padding: 12px 10px;
    font-weight: bold;
    cursor:pointer;
	font-size:0.9rem;
	color:#706e6e;
}
#pg_search .cl_more_ctl i,
#pg_search .cl_room_open i{
	color:#DD2324;
	float: right;
	position:relative;
	top:2px;
}
#pg_search .cl_btn{
	width:calc(50% - 15px);
	line-height:48px;
	border-radius:24px;
	margin:0;
	z-index: 999;
}
.cl_search_btn_bloc[data-base=false],
.cl_search_add_btn_bloc[data-base=false] {
	position:fixed;
	bottom:0;
	background-color: rgba(0,0,0, 0.7);
	padding-top:10px;
	padding-bottom:10px;
}
.cl_search_btn_bloc .cl_btn_disabled,
.cl_search_btn_bloc .cl_btn_disabled:hover,
.cl_search_add_btn_bloc .cl_btn_disabled,
.cl_search_add_btn_bloc .cl_btn_disabled:hover {
	cursor:default;
	background:#d2d2d2;	
}
.btn .cl_search_result_count_bloc,
.btn .cl_search_result_count,
.btn span.cl_search_result_count:hover {
	background: none !important;
	z-index: 999;
	display:inline;
	margin:0;	
}
#pg_search .cl_btn_search_add{
	margin:0 auto;
	width:65%;
}
#pg_search .cl_search_add_btn_bloc[data-base="false"] .cl_btn_search_add{
	margin:0;
	margin-left:auto;
}
#count_area{
	font-size:0.8rem;
}
.conditions_area .input_select span::before{
	top:12px;
}
.cl_no_search_result p{
	font-size:1rem;
	padding:10px 15px 15px;
	border:2px solid #CBC9C9;
	margin-top:15px;
}
#result_list_area{
	padding:10px 10px 0 10px;
	max-width: 1000px;
	margin:0 auto 20px;
}
#result_list_area .building_list dd{
	font-size:0.73rem;
}
#result_list_area .building_list dd span{
	display:block;
}
#result_list_area .building_list .cl_room dd span{
	display:inline;
}
#result_list_area .building_list ul{
	border-top:2px solid #ece6e6
}
#pg_search .cl_room[data-dsp=on] {
	display:block;
}
#pg_search .cl_room[data-dsp=off] {
	display:none;
}
.cl_page_link_header_bloc{
	padding:15px 0 10px 0;
}
.cl_page_link_header_bloc .cl_page_link_header,
a.cl_page_link,
span.cl_page_link{
    background: #7f7f7f;
    padding:5px 10px;
    margin: 5px;
    border-radius:0;
    border: none;
    text-decoration: none;
    color: #FFF;
}
a.cl_page_link,
span.cl_page_link{
	margin:0 5px;
}
span.cl_page_link {
    background: #DD2324;
}
.cl_page_link_footer_bloc {
    padding: 10px 0;
    color: #000;
	font-size:0.9rem;
}

.cl_item_delimiter{
	background:#d2b098;
	font-weight: bold;
	font-size:1rem;
	margin-bottom:15px;
	font-size: 0.92rem;
}
.cl_item_delimiter span{
	padding: 5px;
	display: block;
}

.cl_input_unit_dsp {
	margin-left:2px;
	margin-right:10px;
}

.cl_input_unit_dsp[data-dsp_state="0"] {
	line-height:35px;
}

.cl_input_unit_dsp[data-dsp_state="1"] {
	
}

/* pg_article-------------------------------------- */
#article_head_area h2 span{
	font-weight:normal;
	font-size:0.8rem;
	padding:0 5px;
	background:#ece6e6;
	display:inline-block;
	border-radius:2px;
}
.cl_commissions_title .cl_commissions_title_main{
	text-align: center;
	/*
	background: #f8d3d3;
	color: #DD2324;
	*/
	background:#000000;
	color: #ffff00;
	display: block;
	padding: 3px 0;
	font-weight: bold;
	border-radius: 2px;	
}
.cl_commissions_title_pre{
	font-size:0.9rem;
}
.cl_img_block_on_article .cl_img_preview {
	display:block;
	margin:10px 0 20px 0;
	position: relative;
}
.cl_img_block_on_article[data-state="none"]{
	display:none;
}
.cl_img_block_on_article[data-state="block"]{
	display:block;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_main {
	height:100%;
	position: relative;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_main .cl_img_preview_main_inner{
	height:100%;
	position: relative;
	overflow-x:hidden;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_main .cl_img_preview_main_inner .slick-list{
	overflow:visible;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_main .cl_img_preview_main_inner .cl_slide_elem{
	position: relative;
	visibility: hidden;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_main  .cl_img_preview_main_inner .cl_slide_elem img{
	display:block;
	position: absolute;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_ctl{
	z-index:10;
	position: absolute;
	font-size:250%;
	color:rgba(204,204,204,.7);
	cursor:pointer;
}
.cl_img_block_on_article .cl_img_preview .cl_img_ctl_left{
	left:0px;
}
.cl_img_block_on_article .cl_img_preview .cl_img_ctl_right{
	right:0px;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_text{
	z-index:10;
	right:0px;
	bottom:-20px;
	position: absolute;
	overflow:hidden;
	padding:0 10px;
	height:20px;
	width:100%;
	text-align: center;
	font-weight: bold;
	color:#706e6e;
}
.cl_img_block_on_article .cl_img_preview .cl_img_preview_main .cl_img_loading{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.cl_img_block_on_article .cl_img_stock{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    margin-bottom: 20px;
}
.cl_img_block_on_article .cl_img_stock .cl_img_on_article {
	margin-left:10px;
	width:60px;
	height:60px;
	cursor:pointer;
	border:2px solid #CBC9C9;
}
.cl_img_block_on_article .cl_img_stock .cl_img_on_article[data-state=on]{
	border: solid 2px #DD2324;
}
.article_detail_area ul.cont{
	padding:0;
}
.article_detail_area li{
	display:flex;
	border-bottom:1px solid #afafaf;
	font-size:0.9rem;
}
.article_detail_area li label{
	width:25%;
	background: #d2d2d2;
	padding:5px 10px;
	margin:0;
}
.article_detail_area li div{
	width:75%;
	padding:5px 10px;
}
.article_detail_area li .btn a{
	margin:10px 0;
	font-size:0.8rem;
	line-height: 30px;
}
.room_status_area .cl_room{
	padding:0;
}
.room_status_area .building_list div {
    font-weight: normal;
    border-bottom:none;
    padding: 0;
    margin-bottom: 0;
}
.room_status_area .building_list{
    margin-bottom: 0;
    border-top: none;
}
.cl_youtube_tag{
	margin:10px auto;
}
#detail_text_area h2{
	padding:0;
	border:none;
	font-size:1.1rem;
}
.article_list_area_s ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:10px auto;
}
.article_list_area_s li{
	background: #FFF;
	border-top: 2px solid #DD2324;
	padding:10px;
	margin-bottom:10px;
	width:calc(50% - 10px);
	font-size:0.8rem;
}
.article_list_area_s div{
	font-weight:bold;
	margin-bottom:5px;
}
.article_list_area_s li a{
	display:block;
}
.article_list_area_s li a:hover{
	color:#000;
}
.article_list_area_s span{
	display:block;
}
.article_list_area_s li img+span{
	margin-top:5px;
}
.article_list_area_s span i{
	margin-right:5px;
}
#same_conditions_area ul{
	margin-top:10px;
	line-height:1.8;
	font-size:0.9rem;
}
/* pg_room-------------------------------------- */
#pg_room #article_head_area h2 a{
	margin-right:10px;
	border-bottom:1px dashed #000;
}
#pg_room .article_detail_area h4{
	font-size:1rem;
	margin:0 auto 10px auto;
	border-bottom: 3px solid #afafaf;
}
#pg_room .article_detail_area h4 span{
	color:#DD2324;
}
#pg_room .article_detail_area h4 span:first-child{
	font-size:1.5rem;
}
.cl_bukken_summary{
	font-size:0.9rem;
}
.cl_bukken_summary li:first-child{
	border-top: 1px solid #afafaf;
}
.article_detail_area .cl_bukken_summary_text {
    width: 80%;
    padding: 5px 10px;
}
.article_detail_area .cl_bukken_summary .cl_bukken_summary_lbl{
	width: 20%;
	background: #d2d2d2;
	padding: 5px 10px;
	margin: 0;
}
.article_detail_area .cl_bukken_summary_text span{
	padding:0;
}
.cl_btn_favorite.btn{
	width:70%;
	margin:0 auto;
	margin-bottom:30px;
}
.cl_btn_favorite.btn[data-state="1"] span{
	background:#d9d9d9;
	color:#706e6e;
	cursor: default;
}
.cl_btn_favorite.btn[data-state="0"] span{
	background: #f8d3d3;
	color:#DD2324;
}
.cl_btn_favorite.btn[data-state="0"] span:hover{
	background: #ffb6b6;
}
#pg_room .cl_btn_favorite > span[data-none="1"],
#pg_room .cl_btn_favorite > span[data-done="0"] {
	display:none;
}
.cl_compare_head{
	font-weight:bold;
	font-size:1.1rem;
	text-align: center;
	margin:10px 0;
}
.cl_compare_head .cl_discount{
	color:#DD2324;
	font-size:1.5rem;
}
.cl_compare_item{
	display:flex;
	border:1px solid #CBC9C9;
	border-top:none;
	font-size:0.9rem;
	background: #FFF;
}
.cl_compare_item div{
	width:calc(100% / 3);
	text-align: center;
	padding:5px;
}
.cl_compare_item div:nth-child(2){
	border-left:1px solid #CBC9C9;
	border-right:1px solid #CBC9C9;	
}
#pg_room .cont_box .cl_compare_item:first-child{
	border-top:1px solid #CBC9C9;
}
.cl_compare_item[data-style="first"] div:first-child{
	background: #d9d9d9;
}
.cl_compare_item[data-style="first"] div:nth-child(3){
	background: #DD2324;
	color:#FFF;
}
.cl_compare_item div:nth-child(2){
	background: #fff1f1;
}
.cl_compare_item[data-style="last"]{
	border-top:6px double #CBC9C9;
	font-weight:bold;
}
.cl_compare_discount{
	font-weight:bold;
	color:#DD2324;
}
.cl_compare_proviso{
	font-size:0.8rem;
	margin-top:10px;
}
#explain_text_area{
	margin-top:20px;
	margin-bottom:20px;
}

/* pg_history pg_favorite-------------------------------------- */
#pg_history .building_list,
#pg_favorite .building_list{
	display:flex;
	justify-content: space-between;
}
.building_list_in div:first-child {
    font-weight: bold;
    border-bottom: 1px solid #ece6e6;
    padding: 5px 10px;
    margin-bottom: 10px;
}
#pg_history .room_status_area li,
#pg_favorite .room_status_area li{
	margin-bottom: 10px;
	border-top: 2px solid #DD2324;
	padding:0 0 10px;
	background: #FFF;
}
#pg_favorite .cl_room_block .cl_room:last-child,
#pg_history .cl_room_block .cl_room:last-child {
	position:relative;
}
.building_list_in{
	width:calc(100% - 30px);
}
#pg_history .room_status_area #commission span,
#pg_favorite .room_status_area #commission span{
	display:inline-block;
	padding:3px 5px;
}
#pg_history .room_status_area .cl_inquiry_block.btn a,
#pg_history .room_status_area .cl_tel_block.btn a,
#pg_favorite .room_status_area .cl_inquiry_block.btn a,
#pg_favorite .room_status_area .cl_tel_block.btn a {
    line-height: 30px;
    border-radius: 15px;
    width: 80%;
    margin: 15px auto;
	font-size:0.9rem;
}
#pg_history .input_check span::before,
#pg_favorite .input_check span::before{
    top: 20px;
    left: 5px;
}
#pg_history .input_check input:checked + span::after,
#pg_favorite .input_check input:checked + span::after{
    top: 12px;
    left: 9px;
}
#pg_favorite .cl_room .cl_room_delete,
#pg_history .cl_room .cl_room_delete {
	position:absolute;
	right:5px;
	z-index:10;
	font-size:200%;
	top: 60%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	cursor:pointer;
}
/* pg_inquiry pg_request-------------------------------------- */
.cl_flowlabel_block.cl_flowlabel_block {
	display:flex;
	justify-content: space-around;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cl_flowlabel:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: #7f7f7f;
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
}
.cl_flowlabel{
	position: relative;
	display: inline-table;
	width: 25%;
	height: 23px;
	background: #7f7f7f;
}
.cl_flowlabel.is-active{
  background: #DD2324;
}
.cl_flowlabel.is-active:after {
  background: #DD2324;
}
.cl_flowlabel .cl_flowlabel-inner {
  display: table-cell;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
	font-weight:bold;
	letter-spacing: 5px;
}
#pg_inquiry .input_radio,
#pg_selling .input_radio,
#pg_buying .input_radio,
#pg_lend .input_radio{
	display:inline-block;
}
#pg_inquiry .input_radio,
#pg_selling .input_radio,
#pg_buying .input_radio,
#pg_lend .input_radio{
	margin-right:10px;
}
#pg_inquiry .remarks_area,
#pg_selling .remarks_area,
#pg_buying .remarks_area,
#pg_lend .remarks_area,
#pg_request .remarks_area{
	margin-bottom:40px;
}
#pg_inquiry .remarks_area p span,
#pg_selling .remarks_area p span,
#pg_buying .remarks_area p span,
#pg_lend .remarks_area p span,
#pg_request .remarks_area p span{
	color:#DD2324;
}
#pg_inquiry .remarks_area p a,
#pg_selling .remarks_area p a,
#pg_buying .remarks_area p a,
#pg_lend .remarks_area p a,
#pg_request .remarks_area p a{
	border-bottom:1px dashed #000;
}
#pg_inquiry .building_list .cl_room div:first-child,
#pg_selling .building_list .cl_room div:first-child,
#pg_buying .building_list .cl_room div:first-child,
#pg_lend .building_list .cl_room div:first-child{
	font-weight: bold;
	border-bottom: 1px solid #ece6e6;
	padding: 0 10px 5px 10px;
	margin-bottom: 10px;
}
.cl_desctext-header{
	margin-bottom:10px;
}
.cl_desctext-body span{
	color:#DD2324;
}
.cl_desctext-header .FB{
	font-size:1.2rem;
}
#pg_request .cont_box.img100 p{
	margin-bottom:15px;
}

/* tel_alert_area-------------------------------------- */
#tel_alert_area{
	text-align: left;
	color:#000;
	font-size:80%;
}
#tel_alert_area div{
	font-size:1.2rem;
	margin-bottom:15px;
	font-weight:bold;
}
#tel_alert_area ul{
	margin-bottom:15px;
}
#tel_alert_area a{
	border-bottom:1px dashed #000;
}





.cl_font_normal {
	font-weight:normal;
}
.cl_div_lbl {
	clear:both;
}

.cl_btn_head_search {
	cursor:pointer;
}
.cl_free {
	font-weight:bold;
	color:#d80000;
}

/* search */
#pg_search #id_result_list_bloc {
	width:100%;
	position:fixed;
	bottom:0px;
	display:none;
	background:#b8b8b8;
	overflow: scroll
}

#pg_search #id_result_list_bloc .cl_head_block{
	position:relative;
	top:-10px;
}

#pg_search .cl_mode_block[data-dsp="on"] {
	display:block;
}

#pg_search .cl_mode_block[data-dsp="off"] {
	display:none;
}

#pg_search .cl_more_block_bottom {
	display:block;
	margin-bottom:15px;
}

#pg_search .cl_save_conditions_block[data-dsp="on"] {
	display:block;
}

#pg_search .cl_save_conditions_block[data-dsp="off"] {
	display:none;
}


/* article */


#pg_article .cl_search_result_count_bloc {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding: 12px 10px;
	margin: 5px;
}

#pg_article .cl_room[data-dsp=on] {
	display:block;
}

#pg_article .cl_room[data-dsp=off] {
	display:none;
}

#pg_article .cl_risk_info .cl_grid_1 {
	display: grid;
	max-width:240px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
}


#pg_article .cl_risk_info .cl_grid_1 .cl_g_sel:nth-child(1){
    grid-row: 1 / 2;
    grid-column: 1 / 4;
}

#pg_article .cl_risk_info > div:nth-child(1),
#pg_article .cl_risk_info > div:nth-child(2) {
	width:auto;
}


#pg_article .cl_risk_info > div:nth-child(2) > div:nth-child(1),
#pg_article .cl_risk_info > div:nth-child(2) > div:nth-child(3),
#pg_article .cl_risk_info > div:nth-child(2) > div:nth-child(5) {
	background:#159e20;
	color:#FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#pg_article .cl_risk_info > div:nth-child(2) > div:nth-child(2),
#pg_article .cl_risk_info > div:nth-child(2) > div:nth-child(4),
#pg_article .cl_risk_info > div:nth-child(2) > div:nth-child(6) {
	width:53px;
	padding-left:5px;
}

#pg_article .cl_risk_info_text {
	font-size:80%;
}

#pg_article .cl_g_sel {
	background: #fff;
	padding-left:5px;
	padding-right:5px;
}

#pg_article .cl_sel_head {
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_sel_data_right {
	text-align:right;
}

#pg_article #id_risk_area {
	margin: 0 auto;
	width: 240px;
}

#pg_article .cl_price_of_land_info .cl_grid_1 {
	display: grid;
	
	grid-template-columns: 1fr 1.5fr 1fr 1.5fr;
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
}

#pg_article .cl_price_of_land_info .cl_grid_1 .cl_g_sel:nth-child(1){
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

#pg_article .cl_price_of_land_info .cl_grid_1 .cl_g_sel:nth-child(2){
    grid-row: 1 / 2;
    grid-column: 2 / 5;
}

#pg_article .cl_price_of_land_info .cl_grid_1 .cl_g_sel:nth-child(3){
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

#pg_article .cl_price_of_land_info .cl_grid_1 .cl_g_sel:nth-child(4){
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}

/*
#pg_article  .cl_grid_1,
#pg_article  .cl_grid_2,
#pg_article  .cl_grid_3,
#pg_article  .cl_grid_4,
#pg_article .cl_grid {
	font-size:80%;
}
*/



#pg_article .cl_security_info .cl_grid {
	display: grid;
	max-width:400px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
}



#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(1),
#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(2),
#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(3),
#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(4) {
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(5),
#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(6),
#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(7),
#pg_article .cl_security_info .cl_grid .cl_g_sel:nth-child(8) {
	text-align:right;
}

#pg_article .cl_security_info .cl_grid_2 {
	display: grid;
	max-width:200px;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #000;
}


#pg_article .cl_security_info .cl_grid_2 .cl_g_sel:nth-child(1){
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid_2 .cl_g_sel:nth-child(2){
	text-align:right;
}

#pg_article .cl_security_info .cl_grid_3 {
	display: grid;
	max-width:500px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
}


#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(1),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(2),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(3),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(4),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(5) {
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(6),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(7),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(8),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(9),
#pg_article .cl_security_info .cl_grid_3 .cl_g_sel:nth-child(10) {
	text-align:right;
}

#pg_article .cl_security_info .cl_grid_4 {
	display: grid;
	max-width:200px;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
}

#pg_article .cl_security_info .cl_grid_4 .cl_g_sel:nth-child(1){
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid_4 .cl_g_sel:nth-child(2){
	text-align:right;
}

#pg_article .cl_security_info .cl_grid_5 {
	display: grid;
	max-width:500px;
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
	
	grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-template-areas:
        "cl_grid_5_h_1 cl_grid_5_h_1"
        "cl_grid_5_h_2 cl_grid_5_h_3"
        "cl_grid_5_d_1 cl_grid_5_d_2";
}


#pg_article .cl_security_info .cl_grid_5 .cl_g_sel:nth-child(1) {
	grid-area: cl_grid_5_h_1;
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid_5 .cl_g_sel:nth-child(2) {
	grid-area: cl_grid_5_h_2;
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid_5 .cl_g_sel:nth-child(3) {
	grid-area: cl_grid_5_h_3;
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid_5 .cl_g_sel:nth-child(4){
	grid-area: cl_grid_5_d_1;
	background: #FFFFFF;
	text-align:center;
}

#pg_article .cl_security_info .cl_grid_5 .cl_g_sel:nth-child(5){
	grid-area: cl_grid_5_d_2;
	background: #FFFFFF;
	text-align:center;
}

#pg_article .cl_air_info .cl_grid_1 {
	display: grid;
	max-width:300px;
	grid-template-columns: 1fr 2fr;
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
}


#pg_article .cl_air_info .cl_grid_1 .cl_g_sel:nth-child(1){
	background: #159e20;
	color:#FFFFFF;
	text-align:center;
}

#pg_article .cl_air_info .cl_grid_1 .cl_g_sel:nth-child(2){
	text-align:center;
}


#pg_article .cl_air_info .cl_grid_1 > .cl_g_sel:nth-child(2) > span:nth-child(2):before {
	content:"【";
}

#pg_article .cl_air_info .cl_grid_1 > .cl_g_sel:nth-child(2) > span:nth-child(2):after {
	content:"】";
}

#pg_article .cl_air_info .cl_grid {
	display: grid;
	min-width:200px;
	width:100%;
	grid-template-columns: auto 1fr;
	/*
	grid-template-rows: minmax(30px, auto);
	*/
	grid-gap: 1px;
	border: 1px solid #000;
	background-color: #000;
}


#pg_article .cl_air_info .cl_grid .cl_g_sel:nth-child(1),
#pg_article .cl_air_info .cl_grid .cl_g_sel:nth-child(2) {
	background: #ffef9e;
}

#pg_article #detail_text_area h2 {
	font-weight:normal;
	margin:0px;
}

#pg_article .cl_detail_text_area_title {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

#pg_article .cl_detail_text_explanation {
	font-size:95%;
	line-height: 1.0;
}


#pg_article .cl_security_info,
#pg_article .cl_air_info,
#pg_article .cl_price_of_land_info,
#pg_article .cl_risk_info,
#pg_article .cl_spot_area {
	font-size:80%;
}

#pg_article .cl_alert_msg {
	color:red;
	font-weight:bold;
}

#pg_article .cl_add_info_title {
	color:#000000;
	background:#d2d2d2;
	padding:2px;
	font-size:90%;
	margin-top:10px;
	margin-bottom:5px;
}

#pg_article .cl_space_top {
	margin-top:5px;	
}

#pg_article .cl_category_bloc {
	width:100%;
	margin:7px;
}

#pg_article .cl_category_title {
	width:100%;
	display:flex;
	border-radius:10px;
	padding:5px;
	cursor:pointer;
	line-height:12px;
}

#pg_article .cl_category_title i {
	margin-right:5px;
}

#pg_article .cl_category_title[data-state="off"] {
	background:#84837B;
	color:#FFFFFF;
}


#pg_article .cl_category_title[data-state="off"] .cl_plus {
	display:block;
}


#pg_article .cl_category_title[data-state="off"] .cl_minus {
	display:none;
}


#pg_article .cl_category_title[data-state="on"] {
	background:#bb6849;
	color:#FFFFFF;
}

#pg_article .cl_category_title[data-state="on"] .cl_plus {
	display:none;
}


#pg_article .cl_category_title[data-state="on"] .cl_minus {
	display:block;
}


#pg_article .cl_spot_info {
	display:none;
}

#pg_article .cl_spot_info .FLEX {
	flex-wrap:wrap;
}

#pg_article .cl_spot_area {
	display:flex;
	flex-wrap: wrap;
}

#pg_article .cl_own_bloc,
#pg_room .cl_own_bloc {
	display:flex;
	flex-wrap: wrap;
}

#pg_article .cl_own_bloc .cl_own_ad,
#pg_room .cl_own_bloc .cl_own_ad {
	width:100%;
	background:#696969;
	color:#FFFFFF;
	padding:10px;
	display:flex;
	font-size:0.8rem;
	border-bottom:1px solid #CCCCCC;
}

#pg_article .cl_own_bloc .cl_own_ad:nth-child(1) {
	background:#aaaaaa;
	color:#000000;
}

#pg_article .cl_own_bloc .cl_own_ad > div:nth-child(1),
#pg_room .cl_own_bloc .cl_own_ad > div:nth-child(1) {
	text-align:center; 
	width:50%;
	
}


#pg_article .cl_own_bloc .cl_own_ad > div:nth-child(2),
#pg_room .cl_own_bloc .cl_own_ad > div:nth-child(2) {
	display:flex;
	text-align:left; 
	justify-content:flex-end;
}

#pg_article #id_article_rent_top {
	background:#ff9fb1;
	padding:5px;
	margin-bottom:5px;
	font-weight:bold;
}

#pg_article #id_article_rent_top > label {
	background:#FFFFFF;
	padding:5px;
	
}


/* room */

/*
#pg_search .cl_contracted,
#pg_favorite .cl_contracted,
#pg_history .cl_contracted {
	position:absolute;
	z-index:10;
	top:40px;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	padding:10px;
	background:rgba(0,0,0,0.5);
	font-weight:bold;
	color:#FFFFFF;
	width:100%;
	text-align:center;
}
*/

.cl_contracted_text {
	color:#d33187;
	font-weight:bold;
}



/* inquiry request */

#pg_request input[data-init="0"],
#pg_request textarea[data-init="0"],
#pg_request div[data-init="0"],
#pg_request span[data-init="0"],
#pg_request input[data-checked="0"],
#pg_request textarea[data-checked="0"],
#pg_request div[data-checked="0"],
#pg_request span[data-checked="0"],
#pg_request input[data-complete="0"],
#pg_request textarea[data-complete="0"],
#pg_request div[data-complete="0"],
#pg_request span[data-complete="0"],
#pg_inquiry input[data-init="0"],
#pg_inquiry textarea[data-init="0"],
#pg_inquiry div[data-init="0"],
#pg_inquiry span[data-init="0"],
#pg_inquiry input[data-checked="0"],
#pg_inquiry textarea[data-checked="0"],
#pg_inquiry div[data-checked="0"],
#pg_inquiry span[data-checked="0"],
#pg_inquiry input[data-complete="0"],
#pg_inquiry textarea[data-complete="0"],
#pg_inquiry div[data-complete="0"],
#pg_inquiry span[data-complete="0"],
#pg_selling input[data-init="0"],
#pg_selling textarea[data-init="0"],
#pg_selling div[data-init="0"],
#pg_selling span[data-init="0"],
#pg_selling input[data-checked="0"],
#pg_selling textarea[data-checked="0"],
#pg_selling div[data-checked="0"],
#pg_selling span[data-checked="0"],
#pg_selling input[data-complete="0"],
#pg_selling textarea[data-complete="0"],
#pg_selling div[data-complete="0"],
#pg_selling span[data-complete="0"],
#pg_buying input[data-init="0"],
#pg_buying textarea[data-init="0"],
#pg_buying div[data-init="0"],
#pg_buying span[data-init="0"],
#pg_buying input[data-checked="0"],
#pg_buying textarea[data-checked="0"],
#pg_buying div[data-checked="0"],
#pg_buying span[data-checked="0"],
#pg_buying input[data-complete="0"],
#pg_buying textarea[data-complete="0"],
#pg_buying div[data-complete="0"],
#pg_buying span[data-complete="0"],
#pg_lend input[data-init="0"],
#pg_lend textarea[data-init="0"],
#pg_lend div[data-init="0"],
#pg_lend span[data-init="0"],
#pg_lend input[data-checked="0"],
#pg_lend textarea[data-checked="0"],
#pg_lend div[data-checked="0"],
#pg_lend span[data-checked="0"],
#pg_lend input[data-complete="0"],
#pg_lend textarea[data-complete="0"],
#pg_lend div[data-complete="0"],
#pg_lend span[data-complete="0"]{
	display:none;
}
#pg_request .cl_flowlabel.cl_flowlabel--terminal:after,
#pg_inquiry .cl_flowlabel.cl_flowlabel--terminal:after,
#pg_selling .cl_flowlabel.cl_flowlabel--terminal:after,
#pg_buying .cl_flowlabel.cl_flowlabel--terminal:after,
#pg_lend .cl_flowlabel.cl_flowlabel--terminal:after {
  display: none;
}
#pg_request .cl_desctext .cl_completed_message-mail,
#pg_inquiry .cl_desctext .cl_completed_message-mail,
#pg_selling .cl_desctext .cl_completed_message-mail,
#pg_buying .cl_desctext .cl_completed_message-mail,
#pg_lend .cl_desctext .cl_completed_message-mail {
    font-weight: bold;
    margin-top: 6px;
    text-align: center;
    line-height: 1.3;
    
}

#pg_request .cl_desctext .cl_complete_detail_text,
#pg_inquiry .cl_desctext .cl_complete_detail_text,
#pg_selling .cl_desctext .cl_complete_detail_text,
#pg_buying .cl_desctext .cl_complete_detail_text,
#pg_lend .cl_desctext .cl_complete_detail_text {
	text-align:left;
	margin-top:10px;
}


/* telephone */
#pg_telephone {
	display:none;
}

/* selling */
#pg_selling input[data-item="area"]{
	width:100px;
}

#pg_selling input[data-item="asking_price_from"],
#pg_selling input[data-item="asking_price_to"]{
	width:100px;
}

#pg_selling input[data-item="apartment_floor"]{
	width:100px;
}

/* buying */
#pg_buying input[data-item="area"]{
	width:100px;
}

#pg_buying input[data-item="asking_budget"]{
	width:100px;
}

#pg_buying input[data-item="apartment_floor"]{
	width:100px;
}

/* lend */
#pg_lend input[data-item="area"]{
	width:100px;
}

#pg_lend input[data-item="asking_rent"]{
	width:100px;
}

#pg_lend input[data-item="apartment_floor"]{
	width:100px;
}

/* Utility-------------------------------------- */
.L{
	float: left;
}
.R{
	float: right;
}
.FLEX{
	display:flex;
}
.TC{
	text-align: center;
}
.FB{
	font-weight:bold;
}
.C:before,
.C:after {
	content:"";
	display:table;
}

.C:after {
	clear:both;
}
.C {
	zoom:1;
}
.clear{
	clear:both;
}
.attention{
	font-weight: bold;
	color:#DD2324;
}