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

	Title: portfolio.css
	Created: 2018-4-27

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

	portfolio-type
	map
	list
	details
	data


=========================================================== */
.portfolio-color--1 td { background-color: #2cae752d;}
.portfolio-color--2 td { background-color: #279cd92d;}
.portfolio-color--3 td { background-color: #e694882d;}
.portfolio-color--4 td,
.portfolio-color--5 td { background-color: #c8a0632d;}
.portfolio-color--6 td { background-color: #ffb0383b;}

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

	portfolio-type

=========================================================== */
/* portfolio-title
----------------------------------------------------------- */
.portfolio-title ul li.portfolio__type--a {
	background-color: #004a83 !important;
}
.portfolio-title ul li.portfolio__type--b {
	background-color: #3a5d2f !important;
}
.portfolio-title ul li.portfolio__type--c {
	background-color: #735a1d !important;
}
.title h1 em{
    color: #fff;
    display: inline-block;
    margin: 0 16px 0 0;
    padding: 8px 16px;
    line-height: 1;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    vertical-align: middle;
}

.title h1 em.portfolio-type-1 { background-color: #3AB0E2; border-left: solid 5px #3AB0E2;}
.title h1 em.portfolio-type-2 { background-color: #E55A85; border-left: solid 5px #E55A85;}
.title h1 em.portfolio-type-3 { background-color: #56C546; border-left: solid 5px #56C546;}
.title h1 em.portfolio-type-4 { background-color: #D1CC2A; border-left: solid 5px #D1CC2A;}
.title h1 em.portfolio-type-6 { background-color: #ffb038; border-left: solid 5px #ffb038;}


h2.portfolio-type-1 { color: #3AB0E2; border-left: solid 5px #3AB0E2;}
h2.portfolio-type-2 { color: #E55A85; border-left: solid 5px #E55A85;}
h2.portfolio-type-3 { color: #56C546; border-left: solid 5px #56C546;}
h2.portfolio-type-4 { color: #D1CC2A; border-left: solid 5px #D1CC2A;}
h2.portfolio-type-6 { color: #ffb038; border-left: solid 5px #ffb038;}

.portfolio-type-1 .portfolio-type-list__num { background-color: #3AB0E2;}
.portfolio-type-2 .portfolio-type-list__num { background-color: #E55A85;}
.portfolio-type-3 .portfolio-type-list__num { background-color: #56C546;}
.portfolio-type-4 .portfolio-type-list__num { background-color: #D1CC2A;}
.portfolio-type-6 .portfolio-type-list__num { background-color: #ffb038;}

.portfolio-type-list__img {
    overflow: hidden;
    height: 220px;
    vertical-align: middle;
    position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.portfolio-type-list__img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

thead td.ap{background-color: #7c8095;}
thead th.rp{background-color: #0f274e;}
thead th.cp{background-color: #0f274e;}
thead td.residence { background-color: #3AB0E2; }
thead td.office { background-color: #1e5378; }
thead td.commerce { background-color: #006CB6; }
thead td.hotel { background-color: #09818c; }
thead td.other { background-color: #999; }

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

	map

=========================================================== */
.contents__portfolio-map {}

.portfolio-map #map {}

#map button img {
	margin: 0;
}
#map .gm-ui-hover-effect span {
	mask-image: none;
	display: block;
  	position: relative;
}
#map .gm-ui-hover-effect span::before,
#map .gm-ui-hover-effect span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 24px;
	background: #333;
}
#map .gm-ui-hover-effect span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#map .gm-ui-hover-effect span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


@media screen and (max-width: 767px) {
	.portfolio-map #map {
		height: 350px !important;
	}
}
#map .map-info {
	font-family: 'Noto Sans JP';
}
#map .map-info a {
	text-decoration: none;
	font-weight: 500;
}
#map .map-info-image {
	text-align: center;
}
#map .map-info-image img {
	margin: 0
}


/* checkbox-list
----------------------------------------------------------- */
.contents__portfolio-map .checkbox-list {
	padding-bottom: 15px;
}
.checkbox-list dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 2px 0 2px;
}
.checkbox-list dt {
  width: 80px;
  font-weight: bold;
}
.checkbox-list dd {
    position: relative;
    margin: 0 5px 5px 0;
    padding: 0;
    min-width: 160px;
}

.checkbox-list dd:last-child{
      margin: 0 0 5px 0;
}
.checkbox-list input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.checkbox-list input[type="checkbox"] + label {
    display: block;
	color: #bbb;
	background-image: url(../img/common/icon/icon_checkbox_off.png);
	background-color: #f0f0f0;
    background-size: 18px auto;
    background-position: 12px center;
    background-repeat: no-repeat;
    padding: 8px 22px 8px 37px;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
}

.checkbox-list .checked input[type="checkbox"] + label{background-image: url(../img/common/icon/icon_checkbox_on.png); background-color: #0A1464; /*background-color: #1A274C;*/ color: #FFF;}

.checkbox-list .checked input[type="checkbox"] + label.portfolio-type-1 { background-color: #3AB0E2; color: #fff;} /*{ background-color: #b22132; color: #fff;}*/
.checkbox-list .checked input[type="checkbox"] + label.portfolio-type-2 { background-color: #E55A85; color: #fff;} /*{ background-color: #ce9a3a; color: #fff;}*/
.checkbox-list .checked input[type="checkbox"] + label.portfolio-type-3 { background-color: #56C546; color: #fff;} /*{ background-color: #21b259; color: #fff;}*/
.checkbox-list .checked input[type="checkbox"] + label.portfolio-type-4 { background-color: #D1CC2A; color: #fff;} /*{ background-color: #287fd8; color: #fff;}*/

@media screen and (max-width: 1024px) {
	.checkbox-list dt {
	  width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.portfolio-map #map {
		height: 350px !important;
	}
	.checkbox-list dd {
		min-width: 10px;
	}
}

/* portfolio-type-list
----------------------------------------------------------- */
.portfolio-type-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.portfolio-type-list li {
	width: 33.3333%;
	padding: 0 10px;
}
.portfolio-type-list .portfolio-type-list__num {
	color: #fff;
	display: inline-block;
	margin: 0 0 3px;
	padding: 3px 15px;
	line-height: 1;
	border-radius: 3px;
	font-size: 1.2rem;
	font-weight: bold;
}
.portfolio-type-list .portfolio-type-list__name {
	display: inline-block;
    width: 76%;
    vertical-align: top;
  padding-left: 0.4em;
}
@media screen and (max-width: 1023px) {
	.portfolio-type-list li {
		width: 100%;
	}
	.portfolio-type-list .portfolio-type-list__name {
		width: 100%;
	}
}

.contents-style .portfolio-map-list h3 {
    padding: 0.4em 0.6em;
    color: #fff;
    border: none;
}
.portfolio-map-list #port-type-1 h3 { background-color: #2cae75; }
.portfolio-map-list #port-type-2 h3 { background-color: #279cd9; }
.portfolio-map-list #port-type-3 h3 { background-color: #e69488; }
.portfolio-map-list #port-type-4 h3,
.portfolio-map-list #port-type-5 h3 { background-color: #c8a063; }
.portfolio-map-list #port-type-6 h3 { background-color: #ffc66f; }

.contents-style .portfolio-map-list ul li {
	width: 25%;
	padding: 0 10px;
}
.contents-style .portfolio-map-list ul li a {
	display: block;
	position: relative;
	font-size: 14px;
    font-size: 1.4rem;
}
.contents-style .portfolio-map-list ul li a span {
	display: block;
    height: 200px;
    margin-bottom: 5px;
    background-size: cover !important;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.contents-style .portfolio-map-list ul li a:hover {
	opacity: 0.6;
}
.contents-style .portfolio-map-list ul li a:link,
.contents-style .portfolio-map-list ul li a:visited {
	text-decoration: none;
}
.contents-style .portfolio-map-list ul li a:hover {
	text-decoration: none;
}


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

	list

=========================================================== */
/* select-search
----------------------------------------------------------- */
.select-search {
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 15px 20px;
	margin: 0 0 20px;
	text-align: center;
	position: relative;
}
.select-search dd {
	text-align: left;
}
.select-search p {
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
}
.select-search select {
}
.select-search .search-btn {
	float: left;
	margin: 0 10px 0 0;
}
.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;
	margin: 0 20px 0 0;
	position: relative;
	border: solid 1px #ddd;
}
.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 80px 0 15px;
	font-size: 13px;
}
.select-search select:hover {
	cursor: pointer;
}
.select-search input[type="submit"], .select-search input[type="button"] {
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 13px;
	border-color: transparent;
	background-color: #0f274e;
}
.select-search input[type="submit"]:hover, .select-search input[type="button"]:hover {
	background-color: #0f274e;
	color: #fff;
}
.select-search #purpose li span {
	display: inline-block;
	height: 32px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
}
.checkbox-list {
	position: relative;
	padding-bottom: 35px;
}
.checkbox-list input.btn {
	position: absolute;
	top: inherit;
	right: 0;
	bottom: 0;
    opacity: 1;
    display: inline-block;
	width: 120px;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.checkbox-list input.btn {
		position: relative;
		top:inherit;
		bottom: inherit;
		right: inherit;
		display: block;
		width: 100%;
		margin: 10px 0 0 !important;
	}
}
@media screen and (max-width: 1024px) {
	.select-search {
		padding: 15px 15px;
	}
	.select-search p {
		display: none;
	}
	.select-search dt {
		text-align: left;
	}
	.select-search .select-warp {
		width: 100%;
		margin: 0 0 10px;
		border: solid 1px #ddd;
	}
}
/* portfolio-list
----------------------------------------------------------- */
.sort-arrow__button {
	color: #fff !important;
}
table.portfolio-list {
	border-color: #ccc !important;
}
table.portfolio-list th a {
	text-decoration: none;
}
table.portfolio-list td a {
	color: #002a74;
}
table.portfolio-list th {
	text-align: center;
	vertical-align: middle;
	padding: 1em 5px;
	white-space: nowrap;
	border-color: #ccc !important;
    font-size: 16px;
  border-bottom: none;
}
table.portfolio-list td {
	padding: 1em 8px;
	text-align: right;
	vertical-align: middle;
	border-color: #ddd !important;
    font-size: 16px;
}
html[lang="en"] table.portfolio-list th,
html[lang="en"] table.portfolio-list td {
	font-size: 14px
}

main article table.portfolio-list tr td.portfolio__asset {
	vertical-align: top;
}
/* total */
table.portfolio-list .total th {
	background-color: #7A8499;
}
table.portfolio-list .total td {
	background-color: #CCD0D8;
}

table.portfolio-list tr#sort td {
    color: #fff;
    background-color: #0f274e;
  border-top: none;
}

.writing-mode--vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
	text-align: center;
	display: block;
	width: 2em !important;
    padding: 0 0.3em 0 1em;
}
/* ===========================================================

	details

=========================================================== */
.portfolio-details .topic-path {
/*margin-top: 100px;*/
}
/* portfolio-title
----------------------------------------------------------- */
.portfolio-title {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
}
.portfolio-title h1, .portfolio-title p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.portfolio-title h1 {
	float: right;
	width: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #B23857;
	color: #B23857;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0 310px 0 15px;
	min-height: 38px;
	line-height: 38px;
	font-family: "游明朝", "YuMincho", "メイリオ", serif;
}
.portfolio-title p {
	float: left;
	width: 10%;
	text-align: center;
	color: #fff;
	background-color: #B23857;
	font-size: 13px;
	border-right: solid 10px #F0F0F0;
	min-height: 40px;
	line-height: 40px;
	font-family: "游明朝", "YuMincho", "メイリオ", serif;
}
.portfolio-title ul {
	position: absolute;
	top: 5px;
	right: 5px;
}
.portfolio-title ul li {
	float: left;
	margin: 0 0 0 5px;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 11px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
}

@media screen and (max-width: 1024px) {
.portfolio-title {
	padding: 35px 0 0;
}
.portfolio-title h1 {
	display: block;
	float: none;
	width: auto;
	margin: 0;
	padding: 13px 15px 15px;
	line-height: 1.2 !important;
	font-size: 18px;
}
.portfolio-title p {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	float: none;
	width: auto;
	padding: 0 10px;
	border-right: none;
	min-height: 25px;
	line-height: 25px;
}
.portfolio-title ul {
  position: initial;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  text-align: right;
}
.portfolio-title ul li {
  float: none;
  display: inline-block;
  margin: 5px 0 0 5px;
  min-height: 25px;
  line-height: 25px;
  width: auto;
  padding: 0 10px;
}
}
/* pagenation
----------------------------------------------------------- */
.pagenation {
	position: relative;
	width: 100%;
	height: 52px;
	background-color: #fff;
}
@media screen and (max-width: 1279px) {
	.pagenation {
		margin: 0;
	}
}
.pagenation + .title {
	margin-top: 0 !important;
}
.pagenation, .pagenation li a, .pagenation li.next a:after, .pagenation li.prev a:before {
}
.pagenation li {
	position: absolute;
	top:0;
	margin: 0;
	height: 52px;
}
.pagenation li.next {
	right: 0;
}
.pagenation li.prev {
	left: 0;
}
.pagenation li.list {
    left: 50%;
    transform: translateX(-50%);
}
.pagenation li.back {
}
.pagenation li a {
	text-align: center;
	display: block;
	color: #fff;
	background-color: #002A74;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	padding: 16px 0;
	width: 300px;
	white-space: nowrap;
}
.pagenation li a:hover {
	text-decoration: none;
	opacity: 0.75;
}
.pagenation li.next a:after,
.pagenation li.prev a:before {
	content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 9px;
    background-image: url(../img/global/arrow_right.png);
    background-size: contain;
    vertical-align: middle;
}
.pagenation li.next a:after {
	top: 23px;
	right: 80px;
}
.pagenation li.prev a:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 23px;
	left: 80px;
}
html[lang="en"] .pagenation li.prev a:before {
	left: 60px
}
.pagenation li.next a:before, .pagenation li.prev a:after {

}
.pagenation li.next a:before {
	right: 0;
}
.pagenation li.prev a:after {
	left: 0;
}
.pagenation li.next a:hover:after, .pagenation li.prev a:hover:before {
	border-top: 1px solid #0f274e;
	border-right: 1px solid #0f274e;
}
.pagenation li.next a:hover:before, .pagenation li.prev a:hover:after {
	background-color: #0f274e;
}
@media screen and (max-width: 768px) {
	.pagenation li a{
		padding: 16px 40px !important;
	}
	.pagenation li.next a:after {
		right: 20px;
	}
	.pagenation li.prev a:before {
		left: 20px;
	}
	.pagenation li.list {
		display: none;
	}
}

/* detail
----------------------------------------------------------- */
/* bxslider-detail-warp */
.bxslider-detail-warp {
	margin: 0 0 32px;
	width: 100%;
	display: flex;
}
/* bx-wrapper  */
.bx-wrapper {
	width: calc(100% - 148px);
}
/* bxslider-detail */
.bxslider-detail {
	height: 400px;
}
.bxslider-detail li {
	text-align: center;
	height: 400px;
	margin: 0;
	background-color: #d4d4d4;
}
.bxslider-detail li img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 810px;
    max-height: 400px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.bxslider-detail-warp {
		display: block;
	}
	.bx-wrapper {
		width: 100%;
		height: 300px;
	}
}

#port_detail{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}
#port_detail li{
  width: 100%;
  margin: 0;
  padding: 5px;
}

#port_detail li img{
  margin: 0;
  vertical-align: bottom;
}

#port_detail ul.firstImg{
  width: 80%;
}

#port_detail .firstImg img,
#port_detail .otherImg img{
  width: 100%;
}

#port_detail .otherImg img{
    width: 460px;
}

#port_detail{
  width: 100%;
}

table.portfolio-detail-table{
  width: 100%;
}

table.portfolio-detail-table th{
  white-space: nowrap;
}
table.portfolio-detail-table tbody tr:nth-child(even) td {
  background-color: #CCD0D8;
}
@media screen and (max-width: 1279px) {
  section.basic-info {
    display: block;
  }

  #port_detail{
    width: 100%;
    margin-bottom: 20px;
    }

	table.portfolio-detail-table{
	  width: 100%;
	  margin: 0;
	}
	
	table.portfolio-detail-table th{
	  white-space:normal;
	}
}

@media screen and (max-width: 1024px) {
/* bxslider-detail */
.bxslider-detail {
	height: 100%;
}
.bxslider-detail li {
	height: 300px;
	text-align: center;
	vertical-align: middle;
	display: table;
}
.bxslider-detail li span {
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}
.bxslider-detail li img {
	width: 100%;
	height: auto;
}
}
/* bx-pager  */
#bx-pager {
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
	display: flex;
	flex-direction: column;
}
#bx-pager li {
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	text-align: center;
	line-height: 1;
	overflow: hidden;
	width: 140px;
    height: 96px;
	letter-spacing: normal;
	margin-bottom: 6px;
}
#bx-pager li::last-child {
	margin-bottom: 0;
}
#bx-pager li a {
	width: 140px;
    height: 96px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #555;
	margin: 0;
	position: relative;
	overflow: hidden;
	display: block;
	opacity: 1.0;
	cursor: pointer;
}
#bx-pager li a.active, #bx-pager li a:hover {
	opacity: 0.5;
}
#bx-pager li a img {
	width: 140px;
    height: 96px;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
#bx-pager li a.active img, #bx-pager li a:hover img {
	opacity: 1.0;
}

@media screen and (max-width: 1024px) {
#bx-pager {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	background-color: inherit;
	flex-direction: row;
	justify-content: center;
}
#bx-pager li {
	float: none;
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	width: 12px;
	height: 12px;
	background-color: inherit;
}
#bx-pager li a {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: none !important;
	background-color: #0f274e !important;
	margin: 0;
	/*#0f274e;*/
}
}
/* portfolio-details  */
.portfolio-details #map {
	width: 712px;
	height: 500px;
  margin: 0 auto;
}
.portfolio-details .map-info-detail {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
.portfolio-details .map-info-detail h4 {
	font-size: 12px;
	font-size: 1.2rem;
  margin: 0 20px 0 0;
}
.portfolio-details .map-info-detail h4 em {
	color: #FFF;
	background: #0f274e;
	padding: 3px 10px;
	margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
	.portfolio-details #map {
	  width: 100%;
	}
}

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

	data

=========================================================== */
/* portfolio-data
----------------------------------------------------------- */
.portfolio-data {
  display: flex;
  margin: 0 -1%;
}
.portfolio-data dl{
	border: solid 1px #0f274e;
	background-color: #fff;
	text-align: center;
	margin: 0 1% 40px;
	width: 23%;
	padding: 0 20px;
}
.portfolio-summary dl {
	text-align: center;
	padding: 16px;
}
.portfolio-summary em {
	font-size: 42px;
	font-weight: bold;
	color: #002A74;
}
.portfolio-summary .column__cell {
	padding:0 !important;
	background-color: #CCD0D8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-summary .column__cell+.column__cell {
	margin-left: 8px;
	
}
.portfolio-summary .column--equal-width+.column--equal-width {
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
	.portfolio-data {
		display: block;
		margin: 0;
	}
	.portfolio-data dl {
		margin: 0 0 20px;
		width: 100%;
	}
	.portfolio-summary .column__cell+.column__cell {
		margin-left: 0px;
		
	}
	.portfolio-summary .column--equal-width+.column--equal-width {
		margin-top: 0px;
	}

}

.portfolio-data dt {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
	padding: 15px 0 5px;
	line-height: 1;
  font-weight: bold;
}
.portfolio-data dd {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0 15px;
	line-height: 1;
}

.portfolio-data dd p{
  margin: 0 0 0 0;
}
.portfolio-data dd strong {
	color: #0f274e;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 45px;
	font-size: 4.5rem;
	margin: 0 4px 0 0;
	letter-spacing: 0;
}

.portfolio-data dd span{
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin: 10px 0 0 0;
}

.pal_all_list .sub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pal_all_list .chartWrapper{
  width: 33%;
}

/* portfolio-data-en
----------------------------------------------------------- */
.column__cell h3.titleheight {
	display: block;
    padding: 0.3em 0 0.3em 0;
    margin: 0 0 0.8em;
    position: relative;
    font-size: 2.0rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #0f274e;
    font-weight: bold;
    border-bottom: solid 1px #0f274e;
}

@media screen and (max-width: 768px) {
	.column__cell h3.titleheight {
		display: block;
	    padding: 1.5em 0 0.3em 0;
	    margin: 0 0 0.8em;
	    position: relative;
	    font-size: 2.0rem;
	    line-height: 1.2;
	    letter-spacing: 0.05em;
	    color: #0f274e;
	    font-weight: bold;
	    border-bottom: solid 1px #0f274e;
	}
}

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

	result

=========================================================== */
.result h2 {
	text-decoration: underline;
	cursor: pointer;
}
.result h2:hover {
	text-decoration: none;
}
.result h2 span.icon-plus, .result h2 span.icon-minus {
	color: #0f274e;
	width: 24px;
	height: 24px;
	line-height: 21px;
	border: solid 2px #0f274e;
	float: right;
	text-align: center;
	font-size: 18px;
	background-color: #fde5e5;
	cursor: pointer;
	font-weight: bold;
}
.result h2 span.icon-plus:after {
	content: "+";
}
.result h2 span.icon-minus:after {
	content: "-";
}
.result table th.th-2nd {
	background: #cf8992 !important;
}
.portfolio__type--1 .portfolio__asset{
  background-color: rgba(35, 43, 79, 0.60);
  color: #fff;
}

.portfolio__type--2 .portfolio__asset,
.portfolio__type--3 .portfolio__asset,
.portfolio__type--4 .portfolio__asset{
  background-color: rgba(35, 43, 79, 0.60);
  color: #fff;
}

table td.portfolio__type{
  min-width: 96px !important;
}

.portfolio__type--1 .portfolio__type,
.portfolio__type--1 .portfolio__num{
  background-color: #3AB0E2;
  color: #fff;
}

.portfolio__type--2 .portfolio__type,
.portfolio__type--2 .portfolio__num{
  background-color: #E55A85;
  color: #fff;
}

.portfolio__type--3 .portfolio__type,
.portfolio__type--3 .portfolio__num{
  background-color: #56C546;
  color: #fff;
}

.portfolio__type--4 .portfolio__type,
.portfolio__type--4 .portfolio__num{
  background-color: #D1CC2A;
  color: #fff;
}


/*SHI*/
table.ratetable thead th,
table.ratetable thead td{
  font-size: 14px;
  font-size: 1.4rem;
}

table.ratetable thead tr.th-child th {
  border-right:1px solid;
}

dl.note{
  font-size: 14px;
  font-size: 1.4rem;
}
dl.note dt {
    float: left;
    width: 60px;
}

dl.note dd {
    float: left;
    width: 940px;
    margin-bottom: 5px;
}

.portfolio-review-table thead td{color: #fff;font-weight: bold; width: 130px;}
.portfolio-review-table thead td.all{  background-color: #7c8095;}
.portfolio-review-table thead td.office { background-color: #E55A85; }
.portfolio-review-table thead td.commerce { background-color: #D1CC2A; }
.portfolio-review-table thead td.hotel { background-color: #56C546; }
.portfolio-review-table thead td.other { background-color: #999; }

.table-rate-hightlight td{
  background-color: #e3f1f9;
}

.border-right--none{
  border-right: none !important;
}

.portimg td {
    padding: 5px;
    border: none;
    vertical-align: top;
}

.contents-style .portimg img {
    margin: 0;
}

.contents-style .portimg .img01 img{
  height: 500px;
}

.contents-style .portimg .img02 img{
  height: 245px;
}

.contents-style .portimg .img03 img{
  height: 245px;
}

@media screen and (max-width: 1024px) {
  .portimg td {
    padding: 1vw;
    border: none;
  }

  .contents-style .portimg img{
    width: auto;
  }
  .contents-style .portimg .img01 img{
    height: 62vw;
  }

  .contents-style .portimg .img02 img{
    height: 30vw;
  }

  .contents-style .portimg .img03 img{
    height: 30vw;
  }
}

.tokusei font{
  display: block;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 1.4rem;
}

.rate_thA{
  width: 300px;
}

.ratetd23{
  width: 160px;
}

.contents-style .portimg.prtf_img_cnt2 .img02 img{
  height: 500px;
}

.review-chart .ul-backnumber li {
    margin: 5px 5px 10px 0;
}

.review-chart .ul-backnumber li:first-child{
	background-color: rgba(83,139,230,0.10);
	margin: 0 5px 5px 0;
	padding: 5px 8px;
}

.container .container{
  padding: 0;
}
