@charset "utf-8";
/* CSS Document */

/* **************************
head-image
************************** */
.head_img{
    background: url("../img/function/top-image.jpg")no-repeat 0 0;
    background-size: cover;
    text-align: center;
    padding: 120px 0;
}
.head_img p{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
}

/* **************************
main
************************** */
.main{
    padding: 96px 8% 0;
    max-width: 1240px;
    margin: auto;
}
.main h1{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 16px;
}
.main .data{
    color: #C2991D;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: solid 1px #D8D8D8;
}
.main .data li{
	margin-bottom: 24px;
}
.main .data li.station{
	padding-right: 120px;
}
.main .data dt{
    font-size: 20px;
}
.main .data dt:before{
    content: "［"
}
.main .data dt:after{
    content: "］"
}
.main .data dd{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: -1;
}
.main .data dd > em{
    font-size: 112px;
    line-height: 0.8;
    font-weight: bold;
    font-style: normal;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
}
.main .data dd > span{
    position: absolute;
    right: 0;
    bottom: 32px;
}
.main .data .station dd{
	text-align:center;
}

.main .data dd > span.items{
    font-size: 14px;
    display: block;
    text-align: left;
    bottom: 0;
    left: 146px;
    width: 120px;
}

/* **************************
common
************************** */
p.top{
    display: table;
    margin: auto;
    padding-bottom: 48px;
}

/* **************************
function
************************** */
.function{
    padding: 96px 0;
}
.function:nth-child(2n+2){
    background: #F4F4F4;
}
.function .inner{
    max-width: 960px;
    margin: auto;
}
.function h2{
    text-align:center;
    font-weight: bold;
    font-size : 32px;
    padding-top: 96px;
    padding-bottom: 16px;
}
.function.search h2{
	background: url(../img/base/icon_search.svg) no-repeat top center;
	background-size: 80px;
}
.function.aggregate h2{
	background: url(../img/base/icon_aggregate.svg) no-repeat top center;
	background-size: 80px;
}
.function.program h2{
	background: url(../img/base/icon_program.svg) no-repeat top center;
	background-size: 80px;
}
.function.watch h2{
	background: url(../img/base/icon_watch.svg) no-repeat top center;
	background-size: 80px;
}
.function.efficiency h2{
	background: url(../img/base/icon_efficiency.svg) no-repeat top center;
	background-size: 80px;
}
.function.room h2{
	background: url(../img/base/icon_room.svg) no-repeat top center;
	background-size: 80px;
}
.function.marketplace h2{
	background: url(../img/base/icon_marketplace.svg) no-repeat top center;
	background-size: 80px;
}
.function h2 > em{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    display: block;
    padding-bottom: 0.4em;
}
.function .img{
    max-width: 1080px;
    margin: 0 auto 56px;
}
.function .point{
    display:flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1040px;
}
.function .point li{
    max-width: 320px;
    width: 30%;
}
.function .point li .img{
    margin-bottom: 24px;
}
.function .point li h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
.function .point li h3 > span{
    font-size: 16px;
}
.function .point li p{
    font-size: 14px;
    padding-top: 12px;
}
.function aside{
	border: solid 1px #D8D8D8;
	padding: 24px;
	margin: 40px auto 0;
	font-size: 12px;
}
.function aside p{
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom:dotted 1px #D8D8D8
}
.function aside h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.2;
}
.function aside em{
	display: block;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight:bold;
	font-size: 14px;
}
.function aside em:before{
	content: "＜";
}
.function aside em:after{
	content: "＞";
}

/* **************************
search
************************** */
.search aside{
	padding-left: 120px;
	background: url(../img/function/search_img05.svg) no-repeat 32px #FFF;
	background-size: 67px 72px;
}

/* **************************
aggregate
************************** */
.aggregate aside{
	padding: 24px 24px 24px 240px;
	background: url(../img/function/aggregate_img05.svg) no-repeat 32px #FFFFFF;
	background-size: 180px;
}

/* **************************
efficiency
************************** */
.efficiency aside{
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 24px 40px;
	background: #FFF;
}

.efficiency aside img{
	width: 32%;
	height: auto;
}

.efficiency aside div{
	width: 64%;
	height: auto;
}

.efficiency aside div p{
	border-bottom:none;
}

/* **************************
ROOM
************************** */
.room aside{
	display:flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 32px 48px;
	background: #FFF;
	/* border: none; */
}

.room aside img{
	width: 25%;
	height: auto;
}

.room aside div{
	width: 70%;
	height: auto;
}

.room aside div p{
	border-bottom:none;
}

.room aside div a{
	display: block;
	width: fit-content;
	font-size: 22px;
	background-size: 16px;
	padding-top: 6px;
	padding-right:20px;
	background: url(../img/base/link-new.svg) no-repeat right center;
	background-size: 16px;
}

@media screen and (max-width: 960px) {
.function{
    padding: 0;
}
.function .inner{
	padding: 12% 5%;
}	
}

@media screen and (max-width: 768px) {
/* **************************
head-image
************************** */
.head_img{
    padding: 64px 0;
}
.head_img p{
    font-size: 20px;
}

/* **************************
main
************************** */
.main{
    padding: 8% 8% 0;
}
.main h1{
    font-size: 24px;
    text-align: left;
    line-height: 1.2;
}
.main .data{
    justify-content: center;
}
.main .data li{
	margin-left: auto;
	margin-right: auto;
}
.main .data li.station{
	margin-right: 0;
}
.main .data dt{
    font-size: 16px;
}
.main .data dd > em{
    font-size: 80px;
}
.main .data dd{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: -1;
}
.main .data dd > span{
    position: absolute;
    right: 0;
    bottom: 22px;
}
.main .data dd > span.items{
	font-size: 11px;
	left: 104px;
	width: 104px;
}

/* **************************
common
************************** */
p.top > br{
    display: none;
}

/* **************************
function
************************** */
.function .capture{
	display:flex;
	flex-wrap: wrap;
	border-bottom: dotted 1px #565656;
	margin-bottom: 48px;
}
.function .capture p.top{
	order:2;
	font-size: 14px;
}
.function .capture .img{
	order:1;
	margin-bottom: 24px;
}
.function h2{
    padding-top: 80px;
    padding-bottom: 24px;
    font-size: 24px;
    text-align: left;
    display: table;
    margin: auto;
}
.function h2 > em{
	font-size: 14px;
	text-align: center;
}
.function.search h2{
	background: url(../img/base/icon_search.svg) no-repeat top center;
	background-size: 64px;
}
.function.aggregate h2{
	background: url(../img/base/icon_aggregate.svg) no-repeat top center;
	background-size: 64px;
}
.function.program h2{
	background: url(../img/base/icon_program.svg) no-repeat top center;
	background-size: 64px;
}
.function.watch h2{
	background: url(../img/base/icon_watch.svg) no-repeat top center;
	background-size: 64px;
}
.function.efficiency h2{
	background: url(../img/base/icon_efficiency.svg) no-repeat top center;
	background-size: 64px;
}
.function.room h2{
	background: url(../img/base/icon_room.svg) no-repeat top center;
	background-size: 64px;
}
.function .point{
    display: flex;
    flex-wrap: wrap;
}
.function .point li{
	width: 100%;
	border-bottom: dotted 1px #565656;
	margin: auto auto 40px;
	padding-bottom: 40px;
	max-width: inherit;
}
.function .point li:last-child{
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.function .point li .img{
	width: 80%;
	max-width: 400px;
}
.function .point li h3{
	display: table;
	margin: auto;
	font-size: 18px;
}

/* **************************
search
************************** */
.search aside{
	padding: 6% 5%;
	background: none;
}

.search aside h3{
	text-align: center;
}

/* **************************
aggregate
************************** */
.aggregate aside{
	padding: 220px 5% 6% 5%;
	background-position: top 24px center;
	/* background: none; */
}

/* **************************
efficiency
************************** */
.efficiency aside{
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 8% 5%;
}

.efficiency aside img{
	width: 90%;
	height: auto;
	max-width:300px;
	margin:auto;
}

.efficiency aside div{
	width: 100%;
	padding-top: 24px;
}

/* **************************
ROOM
************************** */
.room aside{
	display: block;
	padding: 8% 5%;
	text-align: center;
}

.room aside img{
	width: 70%;
	height: auto;
	margin-bottom: 16px;
}

.room aside div{
	width: 100%;
	height: auto;
}

.room aside h3{
	font-size: 16px;
}

.room aside div p{
	text-align: left;
}

.room aside div a{
	text-align: left;
	display: block;
	width: fit-content;
	font-size: 14px;
	background-size: 16px;
	padding-top: 6px;
	padding-right:20px;
	background: url(../img/base/link-new.svg) no-repeat right center;
	background-size: 16px;
}

}

