@charset "utf-8";
/* ============================================================================================== */
/* 全体                                                                                           */
/* ===============================================================================================*/
article {
	color: #424242;
}
@media screen and (max-width: 768px) {
	article img {
		max-width: none !important;
	}
}
/* ============================================================================================== */
/* HEADLINE                                                                                       */
/* ===============================================================================================*/
#headline {
	height: 323px;
	background-image: url('../../images/space-search/headline_bg_pc.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	#headline {
		height: 53.3vw;
		background-image: url('../../images/space-search/headline_bg_sp.jpg');
	}
}
/* ============================================================================================== */
/* SUMMARY                                                                                        */
/* ===============================================================================================*/
#summary {
	padding: 40px 0 0;
	background: #f5f7e9;
}
@media screen and (max-width: 768px) {
	#summary {
		padding: 5.3vw 0 14vw;
	}
}
/* --------------------------------------------------------------- */
/* SUMMARY:headline                                                */
/* --------------------------------------------------------------- */
#summary .headline {
	text-align: center;
	line-height: 1;
}
#summary .headline > div:nth-child(1) {
	color: #4ca74f;
	font-size: 24px;
	font-weight: bold;
}
#summary .headline > div:nth-child(2) {
	margin-top: 10px;
}
#summary .headline > div:nth-child(3) {
	width: 150px;
	margin: 8px auto 0;
	background: #299cd3;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 29px;
}
@media screen and (max-width: 768px) {
	#summary .headline {
	}
	#summary .headline > div:nth-child(1) {
		font-size: 4vw;
	}
	#summary .headline > div:nth-child(2) {
		margin-top: 2.5vw;
	}
	#summary .headline > div:nth-child(2) img {
		width: 70.4vw !important;
	}
	#summary .headline > div:nth-child(3) {
		width: 32vw;
		margin: 2vw auto 0;
		font-size: 3.2vw;
		line-height: 6.2vw;
	}
}
/* --------------------------------------------------------------- */
/* SUMMARY:explain                                                 */
/* --------------------------------------------------------------- */
#summary .explain {
	margin-top: 23px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
@media screen and (max-width: 768px) {
	#summary .explain {
		margin-top: 1.8vw;
		font-size: 3.2vw;
		line-height: 1.55;
	}
}
/* --------------------------------------------------------------- */
/* SUMMARY:display                                                 */
/* --------------------------------------------------------------- */
#summary .display {
	height: 432px;
	margin-top: 27px;
	position: relative;
	z-index: 0;
}
#summary .display .frame {
	text-align: center;
	line-height: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	#summary .display {
		height: 65.3vw;
		margin-top: 4vw;
	}
	#summary .display .frame {
	}
	#summary .display .frame img {
		width: 91.733vw !important;
	}
}
/* ============================================================================================== */
/* SPACE VISUALIZATION                                                                            */
/* ===============================================================================================*/
#space_visualization {
	padding: 26px 0 67px;
	background: #ffffff;
}
#space_visualization .title {
	text-align: center;
	line-height: 0;
}
#space_visualization .explain {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
#space_visualization .spaces {
	width: 1000px;
	margin: 20px auto 0;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#space_visualization .spaces dl {
}
#space_visualization .spaces dl dt {
	text-align: center;
	color: #4ca74f;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
}
#space_visualization .spaces dl dd {
	margin-top: 10px;
}
#space_visualization .spaces dl dd img {
	width: 100% !important;
}
@media screen and (max-width: 768px) {
	#space_visualization {
		padding: 7vw 0 10vw;
	}
	#space_visualization .title {
	}
	#space_visualization .title img {
		width: auto !important;
		height: 9.86vw;
	}
	#space_visualization .explain {
		width: 94.6vw;
		margin: 4.8vw auto 0;
		font-size: 3.2vw;
		line-height: 1.5;
	}
	#space_visualization .explain br {
		display: none;
	}
	#space_visualization .spaces {
		width: 94.6vw;
		margin: -2vw auto 0;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#space_visualization .spaces dl {
		width: 44.8vw;
		margin-top: 5vw;
	}
	#space_visualization .spaces dl dt {
		font-size: 4.8vw;
	}
	#space_visualization .spaces dl dd {
		margin-top: 2vw;
	}
	#space_visualization .spaces dl dd img {
	}
}
/* ============================================================================================== */
/* FEATURE                                                                                        */
/* ===============================================================================================*/
#feature {
	padding: 65px 0;
	background: #4ca74f;
}
#feature .title {
	text-align: center;
	line-height: 0;
}
#feature .list {
	margin-top: 27px;
}
#feature .list > ul {
	width: 1000px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#feature .list > ul li {
	width: 220px;
}
#feature .list > ul li .illust {
	line-height: 0;
	text-align: center;
}
#feature .list > ul li .point {
	margin-top: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	white-space: nowrap;
}
#feature .list > ul li .detail {
	margin-top: 3px;
	color: #ffffff;
	font-size: 15px;
	line-height: 26px;
}
@media screen and (max-width: 768px) {
	#feature {
		padding: 9.3vw 0 8vw;
	}
	#feature .title {
	}
	#feature .title img {
		width: auto !important;
		height: 9.86vw;
	}
	#feature .list {
		margin-top: 5vw;
	}
	#feature .list > ul {
		width: 94.6vw;
		margin-top: -5.5vw;

		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#feature .list > ul li {
		width: 44.5vw;
		margin-top: 5.5vw;
	}
	#feature .list > ul li .illust {
	}
	#feature .list > ul li .illust img {
		width: 38.4vw !important;
	}
	#feature .list > ul li .point {
		margin-top: 1.5vw;
		font-size: 5vw;
		line-height: 1.36;
	}
	#feature .list > ul li .detail {
		margin-top: 1.8vw;
		font-size: 3.2vw;
		line-height: 1.5;
	}
}
/* ============================================================================================== */
/* SENSOR                                                                                         */
/* ===============================================================================================*/
#sensor {
	padding: 60px 0 45px;
	background: #ffffff;
}
#sensor .title {
	text-align: center;
	line-height: 0;
}
#sensor .explain {
	margin-top: 28px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
#sensor .flow {
	width: 1000px;
	margin: 25px auto 0;
}
#sensor .flow .inner {
	text-align: center;
	position: relative;
	z-index: 0;
}
#sensor .flow .inner .figure {
	line-height: 0;
}
#sensor .flow .inner .btn {
	position: absolute;
	left:   24px;
	bottom: 19px;
	z-index: 1;
}
#sensor .point {
	margin-top: 27px;
	text-align: center;
}
#sensor .point div:nth-child(1) {
	font-size: 18px;
	line-height: 1;
}
#sensor .point div:nth-child(2) {
	margin-top: 10px;
	color: #4ca74f;
	font-size: 18px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#sensor {
		padding: 8.8vw 0;
	}
	#sensor .title {
	}
	#sensor .title img {
		width: auto !important;
		height: 9.86vw;
	}
	#sensor .explain {
		width: 94.6vw;
		margin: 3.5vw auto 0;
		font-size: 3.2vw;
		line-height: 1.5;
	}
	#sensor .flow {
		width: 100%;
		margin: 5vw auto 0;
		overflow: auto;
	}
	#sensor .flow .inner {
		box-sizing: border-box;
		width: 214.93vw;
		padding: 0 2.4vw 4vw;
	}
	#sensor .flow .inner .figure {
	}
	#sensor .flow .inner .figure img {
		width: 210.13vw !important;
	}
	#sensor .flow .inner .btn {
		left:   5.86vw;
		bottom: 7.73vw;
	}
	#sensor .flow .inner .btn img {
		width: 46.93vw !important;
	}
	#sensor .point {
		width: 94.6vw;
		margin: 1vw auto 0;
	}
	#sensor .point div:nth-child(1) {
		font-size: 3.2vw;
		line-height: 1.5;
	}
	#sensor .point div:nth-child(2) {
		margin-top: 2vw;
		font-size: 3.2vw;
		line-height: 1.5;
	}
}
/* ============================================================================================== */
/* MODAL_SENSOR                                                                                   */
/* ===============================================================================================*/
#modal_sensors {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#modal_sensors .inner {
	box-sizing: border-box;
	width: 800px;
	max-height: 90vh;
	padding: 45px 50px 60px;
	background: #ffffff;
	transform: translate(-50%, -50%);
	overflow: auto;
	position: absolute;
	top:  50%;
	left: 50%;
}
#modal_sensors .inner .close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
#modal_sensors .inner .title {
	color: #4ca74f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
#modal_sensors .inner .scroll_wrapper {
	margin-top: 10px;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner {
}
@media screen and (max-width: 768px) {
	#modal_sensors {
	}
	#modal_sensors .inner {
		width: 94.6vw;
		max-height: 90vh;
		padding: 14.5vw 0 8vw;
	}
	#modal_sensors .inner .close {
		top: 20px;
		right: 20px;
		z-index: 1;
	}
	#modal_sensors .inner .close img {
		width: 7.3vw !important;
	}
	#modal_sensors .inner .title {
		padding-left: 8vw;
		font-size: 4.8vw;
	}
	#modal_sensors .inner .scroll_wrapper {
		margin-top: 2.5vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner {
		box-sizing: border-box;
		width: 166vw;
		padding: 0 8vw 4vw;
	}
}
/* --------------------------------------------------------------- */
/* MODAL_SENSOR:TABLE                                              */
/* --------------------------------------------------------------- */
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper {
	border-top:  1px solid #829aa6;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table {
	border-left: 1px solid #829aa6;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > * {
	border-right:  1px solid #829aa6;
	border-bottom: 1px solid #829aa6;
	text-align: center;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > *:nth-child(1) {
	box-sizing: border-box;
	width: 194px;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > *:nth-child(2) {
	box-sizing: border-box;
	width: 282px;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > *:nth-child(3) {
	box-sizing: border-box;
	width: 224px;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > th {
	padding: 9px 0;
	background: #4ca74f;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > th:nth-child(1),
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > th:nth-child(2) {
	border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper {
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table {
		width: 150vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > * {
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > *:nth-child(1) {
		width: 41vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > *:nth-child(2) {
		width: 61vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > *:nth-child(3) {
		width: 48vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > th {
		padding: 1.2vw 0;
		font-size: 3.73vw;
		line-height: 1.37;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > th:nth-child(1),
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr > th:nth-child(2) {
	}
}
/* --------------------------------------------------------------- */
/* MODAL_SENSOR:TABLE:TD                                           */
/* --------------------------------------------------------------- */
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.kind {
	padding: 10px 0;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.kind > div:nth-child(1) {
	line-height: 0;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.kind > div:nth-child(2) {
	margin-top: 10px;
	color: #4ca74f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.feature {
	padding: 17px 20px;
	text-align: left;
	font-size:   14px;
	line-height: 20px;
	vertical-align: top;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space {
	padding: 20px 0 13px;
	letter-spacing: -.40em;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl:nth-child(n + 2) {
	margin-left: 20px;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl dt {
	line-height: 0;
}
#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl dd {
	margin-top: 9px;
	color: #4ca74f;
	font-size:   16px;
	line-height: 18px;
}
@media screen and (max-width: 768px) {
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.kind {
		padding: 10px 0;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.kind > div:nth-child(1) {
		line-height: 0;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr:nth-child(2) td.kind > div:nth-child(1) img {
		width: 25.6vw !important;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr:nth-child(3) td.kind > div:nth-child(1) img {
		width: 20vw !important;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr:nth-child(4) td.kind > div:nth-child(1) img {
		width: 21.6vw !important;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.kind > div:nth-child(2) {
		margin-top: 1.5vw;
		font-size: 3.7vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.feature {
		padding: 3.2vw 4vw;
		font-size:   3.2vw;
		line-height: 1.5;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space {
		padding: 4vw 0 2.5vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl {
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl:nth-child(n + 2) {
		margin-left: 3.4vw;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl dt {
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr:nth-child(2) td.space dl dt img {
		width: 26.5vw !important;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr:nth-child(3) td.space dl dt img {
		width: 12.5vw !important;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr:nth-child(4) td.space dl dt img {
		width: 12.5vw !important;
	}
	#modal_sensors .inner .scroll_wrapper .scroll_inner .table_wrapper table tr td.space dl dd {
		margin-top: 1vw;
		font-size:   3.2vw;
		line-height: 1.2;
	}
}
/* ============================================================================================== */
/* PRICE                                                                                          */
/* ===============================================================================================*/
#plan_price {
	padding: 60px 0;
	background: #f5f7e9;
}
#plan_price .title {
	text-align: center;
	line-height: 0;
}
@media screen and (max-width: 768px) {
	#plan_price {
		padding: 10.5vw 0 8.5vw;
	}
	#plan_price .title {
	}
	#plan_price .title img {
		width: auto !important;
		height: 9.86vw;
	}
}
/* --------------------------------------------------------------- */
/* PRICE:LIST                                                      */
/* --------------------------------------------------------------- */
#plan_price .list {
	width: 1000px;
	margin: 26px auto 0;
}
#plan_price .list > dl {
	display: -webkit-flex;
	display: flex;
}
#plan_price .list > dl dt {
}
#plan_price .list > dl dd {
	background: #ffffff;

	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
#plan_price .more_detail {
	margin-top: 30px;
}
#plan_price .more_detail > div:nth-child(1) {
	text-align: center;
	font-size: 18px;
	line-height: 1;
}
#plan_price .more_detail > div:nth-child(2) {
	margin-top: 15px;
	text-align: center;
}
#plan_price .more_detail > div:nth-child(2) a {
	display: inline-block;
	width: 250px;
	background: #4ca74f;
	border-radius: 20px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
@media screen and (max-width: 768px) {
	#plan_price .list {
		width: 86vw;
		margin: 6.4vw auto 0;
	}
	#plan_price .list > dl {
		display: block;
	}
	#plan_price .list > dl dt {
	}
	#plan_price .list > dl dt img {
		width: 100% !important;
	}
	#plan_price .list > dl dd {
		display: block;
		padding: 5vw 4vw 6.5vw;
	}
	#plan_price .more_detail {
		margin-top: 5.5vw;
	}
	#plan_price .more_detail > div:nth-child(1) {
		font-size: 3.2vw;
		line-height: 1.5;
	}
	#plan_price .more_detail > div:nth-child(2) {
		margin-top: 2.5vw;
	}
	#plan_price .more_detail > div:nth-child(2) a {
		width: 54vw;
		border-radius: 4.25vw;
		font-size: 4.26vw;
		line-height: 8.5vw;
	}
}
/* --------------------------------------------------------------- */
/* PRICE:LIST:POINTS                                               */
/* --------------------------------------------------------------- */
#plan_price .list > dl dd .points {
}
#plan_price .list > dl dd .points > div {
	color: #4ca74f;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
#plan_price .list > dl dd .points > ul {
	margin-top: 8px;
}
#plan_price .list > dl dd .points > ul li {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;

	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 768px) {
	#plan_price .list > dl dd .points {
	}
	#plan_price .list > dl dd .points > div {
		font-size: 4.2vw;
		line-height: 1.31;
	}
	#plan_price .list > dl dd .points > ul {
		margin-top: 2vw;
	}
	#plan_price .list > dl dd .points > ul li {
		font-size: 3.2vw;
		line-height: 1.5;
	}
}
/* ---------------------------------------------------------------- */
/* PRICE:LIST:DL:DD:FEE                                             */
/* ---------------------------------------------------------------- */
#plan_price .list > dl dd .fee {
	color: #64b368;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#plan_price .list > dl dd .fee .number {
	font-size: 46px;
	line-height: 1;
}
#plan_price .list > dl dd .fee .unit {
	padding-left: 5px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 1;
}
#plan_price .list > dl dd .fee .annotation {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	#plan_price .list > dl dd .fee {
		margin-top: 3vw;
		padding-left: 3vw;
	}
	#plan_price .list > dl dd .fee .number {
		font-size: 12.26vw;
	}
	#plan_price .list > dl dd .fee .unit {
		padding-left: 2vw;
		padding-top: 4vw;
		font-size: 5.3vw;
	}
	#plan_price .list > dl dd .fee .annotation {
		margin-top: 2.5vw;
		font-size: 3.73vw;
	}
}
/* ---------------------------------------------------------------- */
/* PRICE:LIST:DL(個別調整):NUM01                                    */
/* ---------------------------------------------------------------- */
#plan_price .list > dl.num01 dd .points {
	box-sizing: border-box;
	width: 510px;
	padding-left: 25px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#plan_price .list > dl.num01 dd .points {
		width: auto;
		padding-left: 0;
	}
}
