@charset "UTF-8";

body {
	margin: 0;
	background-color: #f7f6f5;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	letter-spacing: 1.0px;
}

.pc-hidden{
	display: none;
}

@media screen and (max-width: 1115px) {
	.suggest-pane {
		width: 100% !important;
		margin-left: 0!important;
	}
	.menu-pane {
		width: 100% !important;
	}
}

/* @media screen and (max-width: 805px) {
	.spec-pane {
		width: 800px !important;
	}
} */

@media screen and (max-width: 825px) {
	.mobile-hidden{
		display: none !important;
	}

	.mobile-display {
		display: block !important;
	}

	.spec-pane {
		width: 100% !important;
		/* padding: 0 !important; */
	}

	.figures-container {
		flex-direction: column;
		align-items: center;
	}

	.flex-mobile-center-column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.flex-mobile-center-column-item{
		margin-bottom: 30px;
	}
	
	.pane-container {
		height: auto;
		width: 100% !important;
		padding: 0 5px;
	}

	.mobile-menu-title{
		margin-bottom: 20px;
	}

	.menu-pane {
		font-size: 12px;
	}

	.suggest-pane {
		width: auto !important;
		margin-bottom: 80px;
		background-color: #f1e1f1 !important;
		border: 0px solid !important;
	}

	.bar-chart-container {
		width: 100% !important;
		margin: 0 5px !important;
	}

	.figure-half-width.mobile{
		width: auto !important;
	}

	.watched-facility-container.mobile {
		padding: 0 !important;
	}
}

.pane-container {
	height: auto;
	width: 1080px;
	padding: 10px;
}

/* 子要素を中央揃えにする */
.flex-center {
	display: flex;
	justify-content: center;
}

/* 子要素を縦に積み重ねる */
.flex-column {
	display: flex;
	flex-direction: column;
}

/* 子要素を左寄せにする */
.flex-inline-start {
	display: inline-flex;
	justify-content: flex-start;
}

/* 子要素のマージンを均等にあける */
.flex-space-even {
	display: flex;
	justify-content: space-evenly;
}

.flex-wrap {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.x-image {
	width: 200px;
    border: 1px solid #f5f5f5;
}

.spec-pane {
	background-color: #ffffff;
	margin-top: 10px;
	padding: 10px 0;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}

.x-title {
    padding: 5px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.x-title .text {
	margin-left: 10px;
}

.two-specs-container {
	display: flex;
    justify-content: space-around;
    flex-direction: column;
	margin: 0 10px;
}

.spec-container {
	width: auto;
	height: auto;
}

.value-text {
	display: inline;
	font-size: 26px;
}

.spec-title {
	color: #bdbdbd;
}

.last-year-revenue,
.ten-years-later-revenue {
	padding-top: 15px;
}

.evaluation {
	padding-top: 15px;
	width: 80px;
}

.last-year-revenue .spec-value,
.ten-years-later-revenue .spec-value,
.evaluation .spec-value {
	text-align: right;
}

.evaluation .spec-value {
	font-size: 40px;
	color: #4042f9;
}

.menu {
	border-bottom: 1px solid #e7e7e7;
	height: 35px;
}

.menu-pane {
	background-color: #ffffff;
	width: 700px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}

.suggest-pane {
	background-color: #ffffff;
	width: 315px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}

.menu-title.selected {
	border-bottom: 3px solid #517ac3;
}

.menu-title:hover {
	border-bottom: 3px solid #517ac3;
	cursor: pointer;
}

.menu-icon {
	font-size: 16px;
    padding: 5px;
    border-radius: 4px;
	color: #ffffff;
}

.menu-icon.yen{
	background-color: #ed9535;
}

.menu-icon.tools{
	background-color: #db7567;
}

.menu-icon.chart{
	background-color: #829250;
}

.menu-icon.globe{
	background-color: #288e9d;
}

.menu-icon.cube{
	background-color: #26824f;
}

.menu-icon.brain{
	background-color: #674295;
}

.menu-content-container {
	padding: 10px
}

.payment-table-container{
	align-items: center;
}

.payment-title-container {
	margin-bottom: 20px;
}

.payment-title {
	text-decoration: underline;
}

.suggest {
	padding: 10px;
	line-height: 180%;
}

.suggest-title {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 5px;
}

.payment-table-container {
	text-align: center;
}

.payment-content{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	width: 100px;
}

.payment-value {
	padding: 5px;
	text-align: center;
}

.table {
	display: table;
	border-right: 1px solid #cccccc;
}

.table-cell{
	display: table-cell;
}

.border-bottom{
	border-bottom: 1px solid #cccccc;
}

.link-text-container {
	margin-top: 20px;
	text-align: right;
}

.link-text {
	color: #587ec5;
	text-decoration: underline;
	cursor: pointer;
}

.one-month {
	border-bottom: solid 1px #cccccc;
	background-color: #f6e1d4;
}

.date-and-payment {
	border-bottom: solid 1px #cccccc;
	padding: 20px 0;
}

.payment-icon {
    font-size: 14px;
    margin-top: 2px;
    margin-right: 4px;
}

.payment-icon.done{
    color: #71ac47;
}

.payment-icon.not-yet{
    color: #ff9900;
}

/* 管理活動 */
.manage-content-container {
	margin-top: 15px;
}

.manage-title {
	text-decoration: underline;
}

.manage-text {
	margin-left: 20px;
	line-height: 180%;
}

/* 収益性レポート */
.rent-income-title{
	text-decoration: underline;
}

.operation-title {
	text-decoration: underline;
}

.rent-income-graph-image, .operation-graph-image{
	width: 100%;
}

/* 募集履歴 */



/* VR内見分析 */
.vr-preview-title{
	text-decoration: underline;
}

.main-number{
	position: relative;
	width: 210px;
    height: 30px;
    line-height: 40px;
    color: #ffffff;
	padding: 8px 8px 12px 8px;
}

.total-traffic-count {
    background-color: #4169e1;
}

.total-duration{
	background-color: #3cb371;
}

.average-duration{
	background-color: #ffa500;
}

.name {
	margin-left: 10px;
}

.value-container {
	display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
    height: 40px;
    padding-right: 12px;
    line-height: 40px;
    vertical-align: top;
    text-align: right;
}

.value {
	font-size: 20px;
}

.main-number-icon{
	font-size: 18px;
	margin-left: 10px;
}

/* 提案 */
.suggest.hidden {
	display: none;
}

.figures-container {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	height: 100%;
}

.figure {
	width: 215px;
}

.figure-title{
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
}

.watched-facility-container {
    padding: 0 0 0 60px;
}

.watched-facility {
	position: relative;
	width: 200px;
    height: 30px;
    line-height: 40px;
	padding: 8px 8px 12px 8px;
}

.figure-half-width{
	width: 50%;
}

.figure-full-width{
	width: 100%;
	text-align: center;
    margin-top: 50px;
}

.bar-chart-container {
	width: 65%;
	margin: 40px 0 0 20px;
}

.vr-evaluation{
	width: 140px;
	margin: 0 0 0 40px;
}

.vr-preview-area{
	width: 80%;
}

.payment-container.hidden{
	display: none;
}

.manage-container.hidden{
	display: none;
}

.revenue-container.hidden{
	display: none;
}

.recruit-container.hidden{
	display: none;
}

.vr-preview-container.hidden{
	display: none;
}