@charset "utf-8";
/* ===========================================================

	Title: portfolio.css
	Created: 2020-9-30

=========================================================== */
/* ===========================================================

	portfolio-category
	investment-policy
	list
	infoWindow
	detail
	map
	data
	movie

=========================================================== */

.contents-block{
	padding-bottom: 40px;
}

#table_area{
	font-size:14px;
	font-size:1.4rem;
}

#table_area table tbody th {
width: 80px;
text-align: center;
}
/* ===========================================================

	portfolio-type

=========================================================== */
.portfoliomap-tab__box.portfolio-type--1 h2 {
	background-color: rgba(1,102,173,1.00);
}
.portfoliomap-tab__box.portfolio-type--2 h2 {
	background-color: rgba(0,171,204,1.00);
}
.portfoliomap-tab__box.portfolio-type--1 a {
	color: rgba(1,102,173,1.00);
}
.portfoliomap-tab__box.portfolio-type--2 a {
	color: rgba(0,171,204,1.00);
}
.portfoliomap-tab__box.portfolio-type--1 a::before {
	border-color: rgba(1,102,173,1.00);
}
.portfoliomap-tab__box.portfolio-type--2 a::before {
	border-color: rgba(0,171,204,1.00);
}


.portfolio-area--1 .portfolio-title h2,
.portfolio-area--1 h3 {border-color: #11a0e9 !important;}
.portfolio-area--2 .portfolio-title h2,
.portfolio-area--2 h3 {border-color: #ed6d00 !important;}

.investment-policy__table em.portfolio-area--1,
.portfolio-area--1 .portfolio-title em,
.portfolio-area--1 h3,
.portfolio-area--1 table tbody th {color: #11a0e9;}
.investment-policy__table em.portfolio-area--2,
.portfolio-area--2 .portfolio-title em,
.portfolio-area--2 h3,
.portfolio-area--2 table tbody th {color: #ed6d00;}

.portfolio-type__name,
.portfolio-list td,
.portfolio-area--1 table tbody th{background-color: #0165ad;}
tr.portfolio-area--1 th {background-color: #0165ad; color:#fff;}
tr.portfolio-area--1 td {background-color: #fff;}
.portfolio-area--2 table tbody th,
tr.portfolio-area--2 th  {background-color: #00AACB; color:#fff;}
tr.portfolio-area--2 td {background-color: #fff;}

.location li::before,
.portfolio-area--1 .location li::before {color: #51c3f1;}
.portfolio-area--2 .location li::before {color: #f6aa68;}

.portfolio-title .icon-list li.portfolio-type--1,
.portfolio-type__id-number,
.portfolio-area--1 .portfolio-type__id-number,
#map-plot li.portfolio-type--1 .infoWindow .name em,
.portfolio-area-1 .prop_title em,
.portfolio-area--1 #bx-pager li {background-color: #11a0e9;}
.portfolio-title .icon-list li.portfolio-type--2,
.portfolio-area--2 .portfolio-type__id-number,
#map-plot li.portfolio-type--2 .infoWindow .name em,
.portfolio-area-2 .prop_title em,
.portfolio-area--2 #bx-pager li {background-color: #ed6d00;}
.portfolio-title .icon-list li.portfolio-type--3 {background-color: #eaeaea; color: #000;}



/* ===========================================================

	investment-policy

=========================================================== */
.investment-policy__table {
	border-top: solid 1px #0f96b2;
	font-size: 1.6rem;
	line-height: 1.5;
}
.investment-policy__table th {
	border-right: none;
	border-bottom: solid 1px #0f96b2;
	color: #11a0b9;
	background-color: #e7f4f3;
	text-align: center;
	width: 30%;
}
.investment-policy__table td {
	border-bottom: solid 1px #0f96b2;
}
/* ===========================================================

	detail

=========================================================== */
.portfolio-detail {
	padding-bottom: 40px !important;
}
.portfolio-img span{
	display: block;
	text-align: center;
}
.portfolio-img img{
	width:auto;
	height: 600px;
}

table.portfolio-spec tbody th {
	width: 28%;
}

/* pagenation
----------------------------------------------------------- */
.pagenation-portfolio-detail--head {
}
.pagenation-portfolio-detail--foot {
}
.pagenation-portfolio-detail--head {
    position: relative;
    height: 48px;
    line-height: 48px;
	margin: 0 2% 0 !important;
	padding: 16px;
}
.pagenation-portfolio-detail--head li {
    position: absolute;
    top: 0;
    width: 32%;
	margin-top: 0 !important;
}
.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__next {
    right: 0;
}
.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__prev {
    left: 0;
}
.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__top {
    left: 34%;
    width: 32%;
}
.pagenation-portfolio-detail--head li a {
    text-align: center;
    display: block;
    border: solid 1px #ccc;
    position: relative;
    text-decoration: none;
    color: #111;
	border-radius: 10px;
}
.pagenation-portfolio-detail--head li a:hover {
    color: #fff;
    text-decoration: none;
    border-color: transparent;
    background-color: #0165ad;
    opacity: 1;
    text-decoration: none;
}
.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__next a:after, .pagenation-portfolio-detail--head li.pagenation-portfolio-detail__prev a:before {
    position: absolute;
    content: " ";
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    border-top: 1px solid #0165ad;
    border-right: 1px solid #0165ad;
}
.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__next a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
}
.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__prev a:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 20px;
}
.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__next a:hover:after, .pagenation-portfolio-detail--head li.pagenation-portfolio-detail__prev a:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
	.pagenation-portfolio-detail--head {
		height: auto;
		margin: 0 0 20px !important;
	}
	.pagenation-portfolio-detail--head li {
		position: relative;
		top: inherit;
		width: 100%;
	}
	.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__next {
		right: inherit;
	}
	.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__prev{
		left: inherit;
	}
	.pagenation-portfolio-detail--head li.pagenation-portfolio-detail__top {
		left: inherit;
		margin-left: 0;
		width: 100%;
	}
}
/* portfolio-title
----------------------------------------------------------- */
.portfolio-title {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin: 0 0 20px;
}
.portfolio-title h1{
	display: flex;
	align-items:center;
}

.portfolio-title h2 {
	margin: 0;
}
.portfolio-title em {
	margin-right: 10px;
}
.portfolio-title em {
    border: 1px solid;
    padding: 8px 8px 6px;
    line-height: 1;
    margin: -4px 12px 0;
    padding: 0.5rem 5px !important;
}
.portfolio-title .icon-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.portfolio-title .icon-list li {
	margin: 0 0 0 10px;
	color: #fff;
	background-color: #000;
	padding: 2px 10px;
}
@media screen and (max-width: 767px) {
	.portfolio-title h2 {
		display: flex;
		flex-direction: column;
		margin: 0 0 10px;
	}
	.portfolio-title .icon-list {
		width: 100%;
		justify-content: flex-end;
	}
}

.portfolio-title__sticker {
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	display: block;
	text-align: center;
}

.portfolio-title__sticker.portfolio-type--1{
	color: #0065ac;
}
.portfolio-title__sticker.portfolio-type--2{
	color: #00aacb;
}

.portfolio-title__sticker.portfolio-type--1 { color: rgba(0, 101, 172, 1.0); border-color: rgba(0, 101, 172, 1.0);}
.portfolio-title__sticker.portfolio-type--2 { color: rgba(142, 173, 215, 1.0); border-color:rgba(142, 173, 215, 1.0); }
.portfolio-title__sticker.portfolio-type--4 { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }
.portfolio-title__sticker.portfolio-type--8 { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }
.portfolio-title__sticker.portfolio-type--16 { color: rgba(0, 170, 203, 1.0); border-color:rgba(0, 170, 203, 1.0); }
.portfolio-title__sticker.portfolio-type--99 { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }

/* detail slider
----------------------------------------------------------- */
/* bxslider-detail-warp */
.bxslider-detail-warp {
	margin: 0 auto 30px;
}
.bxslider-detail-warp:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.bxslider-detail-warp { zoom:1; }
/* bx-wrapper  */
.bx-wrapper {
	margin: 0 0 10px;
	position: relative;
}
/* bxslider-detail */
.bxslider-detail {
	margin: 0 !important;
}
.bxslider-detail li {
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #ffffff;
	padding: 3px;
	display: table;
	justify-content: center;
	align-items: center;
}
.bxslider-detail li span {
	width: 100%;
	height: 400px;
	padding: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.bxslider-detail li img {
	width: auto;
	max-height: 460px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.bxslider-detail li span {
		height: 300px;
	}
}
/* bx-pager  */
#bx-pager {
	display: flex;
	justify-content: flex-start;
}
#bx-pager li {
	margin: 0 5px 6px;
	padding: 0;
	text-align: center;
	line-height: 1;
	overflow: hidden;
	width: 80px;
	height: 80px;
	letter-spacing: normal;
	background-color: #0165ad;
}
#bx-pager li a {
	width: 92px;
	height: 92px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: block;
	transition: all .3s ease;
	opacity: 1.0;
  cursor: pointer;
}
#bx-pager li a.active,
#bx-pager li a:hover  {
	opacity: 0.5;
}
@media screen and (max-width: 1023px) {
	#bx-pager {
		width: 100%;
		height: 10px;
		margin: 0;
		padding: 10px 0 0;
		background-color: inherit;
		text-align:  center;
	}
	#bx-pager li {
		float: none;
		display: inline-block;
		margin: 0 10px;
		padding: 0;
		width: 10px;
		height: 10px;
		background-color: inherit;
		border-radius: 10px;
	}
	#bx-pager li a {
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: none !important;
		margin: 0;
	}
	#bx-pager li a.active {
		background-color: #fff !important;
	}
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bxslider-detail-warp .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	transform: translate(0, -50%);
	text-align: center;
	z-index: 90;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bxslider-detail-warp .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.5;
}
.bxslider-detail-warp .bx-wrapper .bx-controls-direction a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	border-width: 3px;
	border-color: #fff;
	border-color: #008e5b;
	border-color: #aaa;
	border-top-style: solid;
}
.bxslider-detail-warp .bx-wrapper .bx-prev {
	left: 20px;
}
.bxslider-detail-warp .bx-wrapper .bx-next {
	right: 20px;
}
.bxslider-detail-warp .bx-wrapper .bx-prev:before {
	border-left-style: solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -6px;
}
.bxslider-detail-warp .bx-wrapper .bx-next:before {
	border-right-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -22px;
}
@media screen and (max-width: 1023px) {
	.bxslider-detail-warp .bx-wrapper .bx-controls-direction a {
		transform: translateY(-50%);
	}
	.bxslider-detail-warp .bx-wrapper .bx-prev {
		left: 20px;
	}
	.bxslider-detail-warp .bx-wrapper .bx-next {
		right: 20px;
	}
}

/* location
----------------------------------------------------------- */
.location {
}
.location li {
	position: relative;
	margin-left: 20px;
}
.location li::before {
	content: "●";
	position: absolute;
    left: -20px;
}

/* ===========================================================

	list

=========================================================== */
.portfolio-list thead th {
	padding: 1em 0.3em;
	background-color: #75777c;
	color: #fff;
}
.summary-table thead th {
	white-space: nowrap !important;
  width: 10%;
}
.portfolio-type__id-number {
	width: 1% !important;
	text-align: center !important;
	color: #fff !important;
}
.portfolio-type__purpose {
    background-color: #fff !important;
}
.portfolio-type__place {
	width: 1% !important;
	white-space: nowrap !important;
}
.portfolio-type__name {}
.portfolio-type__add,
.portfolio-type__area,
.portfolio-type__type,
.portfolio-type__date {
	width: 1% !important;
	white-space: nowrap !important;
}

@media screen and (min-width: 1024px) {
	.c_tfs br,
	.c_comp br{
		display: none;
	}
}
/* category-selector
----------------------------------------------------------- */
.category-selector {
	display: flex;
}
.category-selector__cell {
	margin-right: 1em;
}
.contents-style .category-selector__cell input.input-ui__button {
	background-color: #0165ad;
	border: none;
}
.contents-style .category-selector__cell input.input-ui__button:hover {
	background-color: #00a0e;
	color: #fff;
}
.contents-style .category-selector__cell input.input-ui__button.input-ui__button--sub {
	background-color: #fff;
	border: solid 1px #0165ad;
	color: #0165ad;
}
.contents-style .category-selector__cell .category-selector__cell input.input-ui__button:hover {
	background-color: #00a0e;
	color: #fff;
}

/* select-search
----------------------------------------------------------- */
.select-search {
	margin: 0 0 20px;
	position: relative;
}
@media screen and (max-width: 1280px) {
	.select-search {
		padding-bottom: 40px !important;
	}
}
.select-search h3 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #111;
	padding: 0;
	margin: 0 0 10px;
	border: none;
}
/*reset*/
.select-search .select-search-reset {
	position: absolute;
	bottom: 0;
	right: 0;
}
.select-search .select-search-reset input {
	margin: 0 !important;
}

.select-search input, .select-search button, .select-search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-search input, .select-search button, .select-search select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*firefox*/
.select-search select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
/*IE10*/
.select-search select::-ms-expand {
 display: none;
}
.select-search .select-warp {
	float: left;
	overflow: hidden; /* 伸ばした分を隠す */
	background-color: #fff;
	border: solid 1px #ddd;
	margin: 0 10px 0 0;
	position: relative;
}
/* select-warp */
.select-search .select-warp > select {
	width: 130%; /* UI分を伸ばす */
}
.select-search .select-warp:after {
	position: absolute;
	content: " ";
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: -6px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.select-search select {
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 15px;
	font-size: 13px;
}
.select-search select:hover {
	cursor: pointer;
}
.select-search #purpose li span {
	display: inline-block;
	height: 32px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
}
/* input-warp */
.input-warp {
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
}
.input-warp span {
	margin: 0 5px 0 0;
}
.input-warp input[type="text"] {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 13px;
	background-color: #fff;
	margin: 0 5px 0 0;
}
/* btn-warp */
.btn-warp {
	display: inline-block;
	float: right;
	height: 35px;
	line-height: 35px;
}
.select-search input[type="submit"], .select-search input[type="button"].btn-reset-area {
	width:auto;
	display:inline-block;
	font-size:0.75em;
	color: #444444;
	border:1px solid #CCCCCC;
	height: auto;
	line-height: 1.2;
	padding: 4px 12px;
    font-weight: normal;
	transition: .3s ease-in-out;
    border-radius: 100px;
}
.select-search input[type="button"].btn-reset-area.reset-type-tcp{
	color:#fff;
	background-color: #035AA4;
	border:1px solid #035AA4;
}
.select-search input[type="button"].btn-reset-area.reset-type-nga{
	color:#fff;
	background-color: #08A0C4;
	border:1px solid #08A0C4;
}
.select-search input[type="button"].btn-reset-area.remove{
	color: #444444;
	border:1px solid #CCCCCC;
	background-color: #fff;
}

.select-search input.reset-btn, .select-search input.reset-btn {
}
.select-search input[type="submit"]:hover, .select-search input[type="button"]:hover {
	cursor: pointer;
}
@media screen and (max-width: 1023px) {
	.select-search {
		text-align: center;
	}
	.select-search .select-warp {
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.select-search .select-warp:nth-child(2){
		margin: 0 0 10px 0;
	}
	.select-search input[type="submit"], .select-search input[type="button"] {
		display: inline-block;
	}
}

/* sort
----------------------------------------------------------- */
.sort-btn td {
	padding: 0.1em;
	background-color: #75777c;
}
.sort-arrow {
	display: flex;
	justify-content: center;
}
.sort-arrow__button {
	width: 20px;
	height: 20px;
	margin: 0 1px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #fff;
	position: relative;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.sort-arrow__button::before {
	position: absolute;
	content: " ";
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.sort-arrow__button--down:before {
	margin: -5px -4px 0 0;
	border-right: 1px solid #0165ad;
	border-bottom: 1px solid #0165ad;
}
.sort-arrow__button--up:before {
	margin: -2px -4px 0 0;
	border-top: 1px solid #0165ad;
	border-left: 1px solid #0165ad;
}
.sort-arrow__button:hover {
}
.sort-arrow__button.now{
	background-color: #0165ad;
}
.sort-arrow__button--down.now:before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sort-arrow__button--up.now:before {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* portfolio-list-map
----------------------------------------------------------- */
@media screen and (max-width: 1023px) {
	.portfolio-list-map {
		display: none;
	}
}

/* #map-plot
----------------------------------------------------------- */
#portfolio-map {
  position: relative;
}
#map-plot li {
  position: absolute;
  margin: -8px 0 0 -8px;
}
#map-plot li .marker {
  position: relative;
  z-index: 99;
}
#map-plot li .infoWindow {
  visibility: hidden;
  opacity: 0;
  min-width: 165px;
  position: absolute;
  bottom: 45px;
  right: 15px;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #C3C3C3;
  z-index: 100;
  transition-duration: 0.3s;
}
#map-plot li .hover {
  visibility: visible;
  opacity: 1;
}
#map-plot li .infoWindow img {
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 180px;
}
#map-plot li .infoWindow .name em {
  text-align: center;
  color: #fff !important;
  margin: 0 5px 0 0;
  padding: 0 10px;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
dd.allover {
    float: right;
    margin: 0;
}
dd.allover a {
	color:#0165ad;
    border: 1px solid #0165ad;
    padding: 3px 8px 2px;
    border-radius: 4px;
    vertical-align: -webkit-baseline-middle;
}

dd.allover a:hover {
	color:#fff;
    border: 1px solid #0165ad;
    background-color: #0165ad;
    text-decoration: none;
}
/* list-map__info-Window
----------------------------------------------------------- */
#map-plot li .infoWindow.list-map__info-Window {
    min-width: 200px;
    position: absolute;
    bottom: 40px;
    right: inherit;
	left: 50%;
	transform: translate(-50%, 0);
    padding: 0;
    border: none;
    z-index: 95;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
#map-plot li .infoWindow.list-map__info-Window a,
#map-plot li .infoWindow.list-map__info-Window a:link,
#map-plot li .infoWindow.list-map__info-Window a:visited {
	display: block;
	position: relative;
	padding: 20px;
	text-decoration: none !important;
	color: #000;
}
#map-plot li .infoWindow.list-map__info-Window a:hover {
	opacity: 0.6;
}
#map-plot li .infoWindow.list-map__info-Window a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -5px;
	background-color: #555;
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	transform:
	  rotate(45deg)
	  skew(
		calc((90deg - 60deg) / 2),
		calc((90deg - 60deg) / 2)
	  ) translate(-50%, 0);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#map-plot li .marker {
    z-index: 90 !important;
}

/* ===========================================================

	map

=========================================================== */
/* portfoliomap-tab
----------------------------------------------------------- */
.portfoliomap-tab {
	display: flex;
}
.portfoliomap-tab__box {
	width: 100%;
}
.portfoliomap-tab__box h2 {
	text-align: center;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0.5em;
	font-size: 2.0rem;
}
.portfoliomap-tab__box ul {
	display: flex;
	margin: 0;
}
.portfoliomap-tab__box ul li {
	width: 100%;
	margin: 0;
}
.portfoliomap-tab__box a {
	display: block;
	text-align: center;
	padding: 10px;
}
.portfoliomap-tab__box.portfolio-type--1 a {
	background-color: rgba(1,102,173,0.10);
}
.portfoliomap-tab__box.portfolio-type--2 a {
	background-color: rgba(0,171,204,0.10);
}
.portfoliomap-tab__box.portfolio-type--1 a:hover {
	background-color: rgba(1,102,173,0.30);
}
.portfoliomap-tab__box.portfolio-type--2 a:hover {
	background-color: rgba(0,171,204,0.30);
}
.portfoliomap-tab__box a:hover {
	text-decoration: none;
}
.portfoliomap-tab__box a::before {
    content: "";
    width: 8px;
		height: 8px;
		display: inline-block;
		margin: 0 5px 2px 0;
		border-top-style: solid;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    transition: all 0.5s;
}
#map .title {
	min-height: auto;
}
@media screen and (max-width: 767px) {
	#map {
		height: calc(100vh - 100px);
	}
}
/* portfolio-hub
----------------------------------------------------------- */
.portfolio-hub {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px !important;
}
.portfolio-hub li {
	width: 180px;
	margin: 0 12px 20px;
}
.portfolio-hub li img {
	width: 180px;
	height: 210px;
}
.portfolio-hub li.maxHeight img {
	width: auto;
	height: 210px;
}
.portfolio-hub__image {
	width: 180px;
	height: 210px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	margin: 0 0 5px;
}
.portfolio-hub .portfolio-hub__number {
    border: 1px solid;
    font-size: 0.75em;
    padding: 0 4px;
    text-align: center;
    margin-right: 10px;
}

.portfolio-hub .portfolio__name {
    padding: 0 10;
    display: block;
    margin: 5px 0;
    font-size: 0.875em;
}

.portfolio-hub a:link, .portfolio-hub a:visited {
	display: block;
    color: #333;
    text-decoration: none;
    opacity: 1;
}

.portfolio-hub a:hover{
    color: #333;
    text-decoration: none;
    opacity: 0.75;
}

.portfoliolist-type--1 h3 { color: rgba(0, 101, 172, 1.0); border-color: rgba(0, 101, 172, 1.0);}
.portfoliolist-type--2 h3 { color: rgba(142, 173, 215, 1.0); border-color:rgba(142, 173, 215, 1.0); }
.portfoliolist-type--4 h3 { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }
.portfoliolist-type--8 h3 { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }
.portfoliolist-type--16 h3 { color: rgba(0, 170, 203, 1.0); border-color:rgba(0, 170, 203, 1.0); }
.portfoliolist-type--99 h3 { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }

.portfoliolist-type--1 .portfolio-hub .portfolio-hub__number { color: rgba(0, 101, 172, 1.0); border-color: rgba(0, 101, 172, 1.0);}
.portfoliolist-type--2 .portfolio-hub .portfolio-hub__number { color: rgba(142, 173, 215, 1.0); border-color:rgba(142, 173, 215, 1.0); }
.portfoliolist-type--4 .portfolio-hub .portfolio-hub__number { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }
.portfoliolist-type--8 .portfolio-hub .portfolio-hub__number { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }
.portfoliolist-type--16 .portfolio-hub .portfolio-hub__number { color: rgba(0, 170, 203, 1.0); border-color:rgba(0, 170, 203, 1.0); }
.portfoliolist-type--99 .portfolio-hub .portfolio-hub__number { color: rgba(161, 161, 161, 1.0); border-color:rgba(161, 161, 161, 1.0); }

/* gm-style-iw
----------------------------------------------------------- */
.prop_image {
	margin: 0 !important;
}
.prop_title em {
	margin: 0 !important;
  text-align: center;
  color: #fff !important;
  margin: 0 5px 0 0 !important;
  padding: 2px 10px;
	font-weight: bold;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.gm-style-iw a,
.gm-style-iw a:link,
.gm-style-iw a:visited {
	position: relative;
	text-decoration: none !important;
	color: #000;
}
.gm-style-iw a:hover {
	opacity: 0.6;
}


/* ===========================================================

	portfolio_data
	portfolio-summary

=========================================================== */
.portfolio-summary {
	display: flex;
	margin: 0 -1rem !important;
	justify-content: space-between;
}
.portfolio-summary__cell {
	width: 100%;
	margin: 0 1rem;
	padding: 4rem;
	border: solid 1px #fff;
	border-radius: 12px;
}
.portfolio-summary__cell.portfolio-summary__cell--type {
	border: solid 1px #ddd;
}
.portfolio-summary__box {
	position: relative;
	padding-bottom: 5rem;
}

.portfolio-summary__cell dl {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: solid 1px #ddd;
}
.portfolio-summary__cell .investment-type--1 dl {
	border-bottom: solid 1px #035aa4;
}
.portfolio-summary__cell .investment-type--2 dl {
	border-bottom: solid 1px #08a0c4;
}
.portfolio-summary__cell dl dt {
	font-size:1.125em;
	line-height: 1.4;
}
.portfolio-summary__cell dl dd {
		text-align: right;
		display: flex;
    align-items: baseline;
}
.portfolio-summary__cell em {
    font-size: 2.0rem;
    padding: 0 3px 0;
    font-size: 4.0rem;
    color: #111;
}

.portfolio-summary__box.investment-type--2 {
	padding-bottom: 1rem;
}
.portfolio-summary__cell .investment-type--1 dt,
.portfolio-summary__cell .investment-type--1 em {
	color: #035aa4;
}
.portfolio-summary__cell .investment-type--2 dt,
.portfolio-summary__cell .investment-type--2 em {
	color: #08a0c4;
}
.portfolio-summary__box  p {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width : 1279px) {
	.portfolio-summary__cell dl {
		flex-direction: column;
		align-items: center;
	}
	.portfolio-summary__box p {
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.portfolio-summary {
		flex-wrap: wrap;
	}
	.portfolio-summary__cell {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
}
@media screen and (max-width: 1023px) {
	.portfolio-summary {
		flex-wrap: wrap;
	}
	.portfolio-summary__cell {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
}
@media screen and (max-width: 767px) {
	.portfolio-summary {
		flex-wrap: wrap;
	}
	.portfolio-summary__cell {
		width: 100%;
	}
}

/* ===========================================================

	portfolio_data
	portfolio-summary-new

=========================================================== */
.portfolio-summary-new {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.portfolio-summary-new .portfolio-summary-new__cell {
    border: solid 1px #0165ad;
    border-radius: 12px; 
    text-align: center;
    width: 32%;
    padding: 20px 15px 20px 15px;
}
.portfolio-summary-new .portfolio-summary-new__cell dt {
    border-bottom: solid 1px #0165ad;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.portfolio-summary-new .portfolio-summary-new__cell dd em {
    font-size: 4.0rem;
    color: #111;
}
.portfolio-summary-new .portfolio-summary-new__cell dd br {
	display: none;
}
@media (min-width: 1024px) and (max-width: 1280px) {
	.portfolio-summary-new .portfolio-summary-new__cell dd br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.portfolio-summary-new {
		display: block;
	}
	.portfolio-summary-new .portfolio-summary-new__cell {
	    width: 100%;
		margin-bottom: 20px;
	}
}


/* ===========================================================

	movie

=========================================================== */
.portfolio-video {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.portfolio-video .video {
	margin: 0 20px 2em;
}
@media screen and (max-width: 1023px) {
	.portfolio-video {
		flex-direction: column;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.portfolio-video .video {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin: 0 0 3em;
	}
	.portfolio-video .video iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.portfolio-video .video p {
		position: absolute;
		margin-top: 5px;
	}
}

/* checkbox-list
----------------------------------------------------------- */

div#purpose {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-list {
    border: 1px solid #DDDDDD;
    padding: 20px 10px 35px 10px;
}

.checkbox-list dl {
	width: 100%;
    text-align: left;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width : 1150px) {
	.checkbox-list dl {
    	justify-content: center;
	}
}

@media screen and (min-width : 1279px) {
	.checkbox-list dl {
		width: auto;
		margin: 0 0.6vw 0 0;
	}
}

@media screen and (min-width : 1400px) {
	.checkbox-list dl {
		width: auto;
		margin: 0;
	}
}


.checkbox-list dt {
    display: flex;
    align-items: center;
    margin: 0 0 0.6em 0;
}
.checkbox-list dd {
    position: relative;
    margin: 0 2px 8px 2px;
    padding: 0;
}
.checkbox-list input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.checkbox-list input[type="checkbox"] + label {
	font-size: 0.8em;
    display: block;
	color: #74777C;
	border-radius: 100px;
	padding: 0 10px 0 0 ;
	behavior: url(/asset/js/PIE.htc);/* IE8  */
	position: relative;/* IE8  */
	cursor: pointer;
	background-color: #FFFFFF;
	border:1px solid #FFFFFF;
    width: 190px;
    text-align: center;
    line-height: 1.3;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.checkbox-list .purpose_ja input[type="checkbox"] + label {
	padding: 0 25px 0 0;
}
.checkbox-list .purpose_ja input[type="checkbox"]#type99 + label {
	padding: 0 10px 0 0;
}

.checkbox-list input[type="checkbox"] + label::before {
	display: inline-block;
	content: '';
	background-image: url(/assets/img/common/ic/ic_checkbox_off.svg);
	background-size: 18px;
	background-position: center center;
    background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	margin: 6px 3px 6px 6px;
	vertical-align: middle;
}
.checkbox-list #tcp .checked input[type="checkbox"] + label{background-color: rgba(0, 101, 172, 0.15); color: #111; border:1px solid rgba(0, 101, 172, 1.0); width: 190px; text-align: center;}
.checkbox-list #tcp .checked input[type="checkbox"]#type1 + label{background-color: rgba(0, 101, 172, 0.15); color: #111; border:1px solid rgba(0, 101, 172, 1.0); }
.checkbox-list #tcp .checked input[type="checkbox"]#type2 + label{background-color: rgba(142, 173, 215, 0.15);; color: #111; border:1px solid rgba(142, 173, 215, 1.0); }
.checkbox-list #tcp .checked input[type="checkbox"]#type4 + label{background-color: rgba(191, 191, 191, 0.15); color: #111; border:1px solid rgba(191, 191, 191, 1.0); }
.checkbox-list #tcp .checked input[type="checkbox"]#type8 + label{background-color: rgba(191, 191, 191, 0.15); color: #111; border:1px solid rgba(191, 191, 191, 1.0); }
.checkbox-list #tcp .checked input[type="checkbox"]#type16 + label{background-color: rgba(0, 170, 203, 0.15); color: #111; border:1px solid rgba(0, 170, 203, 1.0); }
.checkbox-list #tcp .checked input[type="checkbox"]#type99 + label{background-color: rgba(191, 191, 191, 0.15); color: #111; border:1px solid rgba(191, 191, 191, 1.0); }
.checkbox-list #tcp .checked input[type="checkbox"]#type1 + label{background-color: rgba(0, 101, 172, 0.15); color: #111; border:1px solid rgba(0, 101, 172, 1.0); }


.checkbox-list .checked input[type="checkbox"] + label::before{background-image: url(/assets/img/common/ic/ic_checkbox_on.svg); }
.checkbox-list #tcp .checked input[type="checkbox"] + label::before{background-image: url(/assets/img/common/ic/ic_checkbox01_on.svg); }
.checkbox-list #nga .checked input[type="checkbox"] + label::before{background-image: url(/assets/img/common/ic/ic_checkbox02_on.svg); }

.checkbox-list #tcp .checked input[type="checkbox"]#type1 + label::before{background-image: url(/assets/img/common/ic/ic_checkbox01_type1.svg); }
.checkbox-list #tcp .checked input[type="checkbox"]#type2 + label::before{background-image: url(/assets/img/common/ic/ic_checkbox01_type2.svg); }
.checkbox-list #tcp .checked input[type="checkbox"]#type4 + label::before{background-image: url(/assets/img/common/ic/ic_checkbox01_type99.svg); }
.checkbox-list #tcp .checked input[type="checkbox"]#type8 + label::before{background-image: url(/assets/img/common/ic/ic_checkbox01_type99.svg); }
.checkbox-list #tcp .checked input[type="checkbox"]#type16 + label::before{background-image: url(/assets/img/common/ic/ic_checkbox01_type16.svg); }
.checkbox-list #tcp .checked input[type="checkbox"]#type99 + label::before{background-image: url(/assets/img/common/ic/ic_checkbox01_type99.svg); }


.checkbox-list .title-area{
	font-size:1.25em;
	font-weight:bold;
	 margin: 0 1vw 0 0;
}
.checkbox-list .title-area.type-tcp {
	color:#035AA4;
}
.checkbox-list .title-area.type-nga {
	color:#08A0C4;
}

.portfolio-type--1 th.portfolio-type-style { background-color: rgba(0, 101, 172, 1.0);}
.portfolio-type--2 th.portfolio-type-style { background-color: rgba(142, 173, 215, 1.0);}
.portfolio-type--4 th.portfolio-type-style { background-color: rgba(191, 191, 191, 1.0);}
.portfolio-type--8 th.portfolio-type-style { background-color: rgba(191, 191, 191, 1.0);}
.portfolio-type--16 th.portfolio-type-style { background-color: rgba(0, 170, 203, 1.0);}
.portfolio-type--99 th.portfolio-type-style { background-color: rgba(191, 191, 191, 1.0);}

th.portfolio-type-style {color: #fff;}

tr.portfolio-type--1 td { background-color: rgba(0, 101, 172, 0.15);}
tr.portfolio-type--2 td { background-color: rgba(142, 173, 215, 0.15);}
tr.portfolio-type--4 td { background-color: rgba(191, 191, 191, 0.15);}
tr.portfolio-type--8 td { background-color: rgba(191, 191, 191, 0.15);}
tr.portfolio-type--16 td { background-color: rgba(0, 170, 203, 0.15);}
tr.portfolio-type--99 td { background-color: rgba(191, 191, 191, 0.15);}


@media screen and (min-width : 1279px) {
		.checkbox-list dt {

		}
}

.gm-style-iw-c h3.title {
	width: 100%;
	text-align: left;
	display: flex;
	align-items: left;
	position: relative;
	justify-content: left;
	border-bottom: solid 2px #00aacb;
	margin: 0.5em 0 1.0em 0;
	height: auto;
}

.gm-style-iw-c img {
	width: 100px;
	height: auto;
}

.portfolio-main {
display: flex;
flex-wrap: wrap;
}

.portfolio-main .bxslider-detail-warp {
	width: 50%;
	padding: 20px;
}

.portfolio-main .portfolio-specbox{
	width: 50%;
}

@media screen and (max-width : 1279px) {
	.portfolio-main .bxslider-detail-warp {
		width: 100%;
		padding: 20px;
	}

	.portfolio-main .portfolio-specbox{
		width: 100%;
	}
	.portfolio-spec th, .portfolio-spec td{

	}
}

.rate-table{
	/*table-layout: fixed;*/
}
.rate-table thead th {
	word-break: break-all;
}
.rate-table thead th{
	background-color:#75777c;
}

.rate-table thead th.portfolio-area--1,.rate-table thead th.portfolio-type--all{
	background-color:#0165ad;
}

.rate-table thead th.portfolio-area--2,.rate-table thead th.portfolio-type--all2{
	background-color:#00aacb;
}

.rate-table thead th.portfolio-area--1,.rate-table thead th.portfolio-area--2{
	border-bottom: none;
}

.rate-table thead th.portfolio-type--1{
	background-color:#0065ac;
}
.rate-table thead th.portfolio-type--2{
	background-color:#8eadd7;
}

.rate-table thead th.portfolio-type--4,
.rate-table thead th.portfolio-type--8{
	background-color:#bfbfbf;
}
.rate-table thead th.portfolio-type--16 {
	background-color:#00aacb;
}
.rate-table thead th.portfolio-type--99{
	background-color:#bfbfbf;
}

.rate-table tbody td:empty::before{
	display: block;
	content:"-";
	text-align: center;
}

html:lang(en) table#rate_table td.cell-width--fit, html:lang(en) table#rate_table th.cell-width--fit {
    width: 1%!important;
    white-space:normal !important;
}

.checkbox-list input.btn-reset,.checkbox-list input.btn-reset-area{
    position: static;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.checkbox-list input.btn-reset {
    opacity: 1;
    width: auto;
    height: auto;
    pointer-events: auto;
    border: 1px solid #ccc;
    border-right:none;
    border-bottom:none;
    padding: 4px 20px;
    margin: 0 -21px -28px 0;
}

.checkbox-list input.btn-reset:hover {
	background-color: #F0F0F0;
}

.rate_graph{

}




