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

// file name  :  policy.css
// style info :  スタイル指定　　　　ベースカラー　#0446a1
=================================================================== */
.colorGold {
	color: #0446a1 !important;
}
.policyPage .articleWrap {
	margin-bottom: 0;
}
.policyPage .articleWrap.descriptionWrap {
	margin-bottom: 60px;
}
.policyPage a.linkTextBtn {
	display: inline-block;
	font-size: 14px;
	margin-top: 20px;
}
.policyPage .policyNav {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: left;
}
.policyPage .policyNav a.linkTextBtn {
	position: relative;
	padding: 0 1em 0 2em;
	width: 25%;
	line-height: 1.4;
}
#usePage.policyPage .policyNav a.linkTextBtn {
	width: 33.333333%;
}
.policyPage .policyNav a.linkTextBtn > i {
	position: absolute;
	top: 5px;
	left: 0;
}

.policyDetailsWrap {
	position: relative;
	padding: 2em 0 2em 2em;
}
.policyDetailsWrap::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 0;
	bottom: 1em;
	width: 1px;
	background: #f0f0f0;
}
.policyDetailsWrap h3.policyHeading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom:1em;
}
.policyDetailsWrap h3.policyHeading::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	margin-top:1em;
}
.policyDetailsWrap h3.policyHeading + p {
}
.policyDetailsWrap h3.policyHeading ~ .policyListText {
	margin-top: 1em;
}
.policyDetailsWrap h3.policyHeading ~ .policyListText:nth-of-type(1) {
	margin-top: 0;
}
.policyDetailsWrap .pltHeading {
	display: block;
	color: #0446a1;
	font-size: 15px;
}
.policyDetailsWrap .pltHeading + a.linkTextBtn {
	margin-top: 15px;
	margin-bottom: 20px;
}

.policyListText {
	position: relative;
	padding-left: 2em;
	line-height: 1.8;
}
.policyListTextDetails {
	position: relative;
	padding-left: 4em;
	margin-left: .5em;
	margin-bottom: .5em;
	line-height: 1.8;
}
.policyListText + .policyListTextDetails {
	margin-top: 1em;
}
.policyListText::before,
.policyListTextDetails::before  {
	content: attr(data-num);
	position: absolute;
	top: 0;
	left: 0;
	color: #0446a1;
	font-weight: 700;
}
.policyListTextDetails::before {
	left: 2em;
}
.policyListText > i,
.policyListTextDetails > i  {
	position: absolute;
	top: 3px;
	left: 0;
	color: #0446a1;
}
.policyListTextDetails > i {
	top: 5px;
	left: 2em;
}


@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
.policyPage .policyNav a.linkTextBtn {
	width: 50%;
}
#usePage.policyPage .policyNav a.linkTextBtn {
	width: 50%;
}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/*************************
//table
********************************/
.dataTable {
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 30px;
}
.dataTable th,
.dataTable td {
	border: 1px solid #D9D9D9;
	border-width: 1px;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: top;
	text-align: left;
	padding: 15px 0;
}
.dataTable th {
	border-width: 0 0 1px;
	font-weight: 500;
	width: 25%;
}
.dataTable td {
    border-width: 0 0 1px;
    border-left-color: #FFF;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.dataTable th,
.dataTable td {
	display: block;
	width: 100%;
}
.dataTable th {
	border: none;
	padding: 15px 0 0;
}
.dataTable td {
	padding: 15px 0 15px 15px;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/*************************
//personalPage
********************************/
#personalPage.policyPage .articleWrap {
	margin-bottom: 30px;
}
#personalPage.policyPage .policyNav {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: left;
}
#personalPage.policyPage .policyNav.outlinks {
	margin-top: 20px;
}
#personalPage.policyPage .policyNav.outlinks a.linkTextBtn {
	position: relative;
	padding:1em;
	width: 33.333333%;
	line-height: 1.4;
	border: #f2f2f2 solid 1px;
	margin-top: 0;
}
#personalPage.policyPage .policyNav.outlinks a.linkTextBtn span span {
	font-size: 11px;
	color: #0446a1;
}

#personalPage.policyPage.personal-disclosurePage .contactTable th {
    width: 15%;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/*************************
//contactPage
********************************/
#contactPage.policyPage .articleWrap {
	margin-bottom: 30px;
}
#contactPage.policyPage .linkTextItem {
	margin-bottom: 30px;
}
#contactPage.policyPage .linkTextItem:nth-of-type(5) {
	margin-bottom: 0;
}
#contactPage.policyPage .residence h3.allArticleHeading::after {
	background-color: #6e90c3;
}
#contactPage.policyPage .office h3.allArticleHeading::after {
	background-color: #a771c8;
}
#contactPage.policyPage .redevelop h3.allArticleHeading::after {
	background-color: #e4a73f;
}
#contactPage.policyPage .other h3.allArticleHeading::after {
	background-color: #adc944;
}
#contactPage.policyPage .helpline h3.allArticleHeading::after {
	background-color: #d27d91;
}
#contactPage.policyPage h3.categoryHeading {
	border-bottom: #ccc solid 1px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: .75em;
}
#contactPage.policyPage .residence h3.categoryHeading {
	border-color: #6e90c3;
}
#contactPage.policyPage .office h3.categoryHeading {
	border-color: #a771c8;
}
#contactPage.policyPage .redevelop h3.categoryHeading {
	border-color: #e4a73f;
}
#contactPage.policyPage .other h3.categoryHeading {
	border-color: #adc944;
}
#contactPage.policyPage .helpline h3.categoryHeading {
	border-color: #d27d91;
}

#contactPage.policyPage .policyNav a.linkTextBtn {
	width: 100%;
	margin-top: 1em;
}
#contactPage.policyPage .residence a.linkTextBtn > i {
	color: #6e90c3;
}
#contactPage.policyPage .office a.linkTextBtn > i {
	color: #a771c8;
}
#contactPage.policyPage .redevelop a.linkTextBtn > i {
	color: #e4a73f;
}
#contactPage.policyPage .other a.linkTextBtn > i {
	color: #adc944;
}
#contactPage.policyPage .helpline a.linkTextBtn > i {
	color: #d27d91;
}

#contactPage.policyPage h3.policyHeading > span {
	font-weight: 400;
}

#contactPage.policyPage a.tellink {
	font-size: 16px;
	margin-bottom: 5px;
}

.areaName {
	color: #fff;
	font-size: 14px;
	background: #444;
	padding: .25em 1em;
	margin-bottom: 1em;
	margin-top: 2.5em;
}
.categoryName {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1em;
}
.residence .categoryName,
.residence .policyDetailsWrap h3.policyHeading {
	color: #6e90c3;
}
.residence .policyDetailsWrap h3.policyHeading::after {
	background-color: #6e90c3;
}
.office .categoryName,
.office .policyDetailsWrap h3.policyHeading {
	color: #a771c8;
}
.office .policyDetailsWrap h3.policyHeading::after {
	background-color: #a771c8;
}
.redevelop .categoryName,
.redevelop .policyDetailsWrap h3.policyHeading {
	color: #e4a73f;
}
.redevelop .policyDetailsWrap h3.policyHeading::after {
	background-color: #e4a73f;
}
.other .categoryName,
.other .policyDetailsWrap h3.policyHeading {
	color: #adc944;
}
.other .policyDetailsWrap h3.policyHeading::after {
	background-color: #adc944;
}
.helpline .categoryName,
.helpline .policyDetailsWrap h3.policyHeading {
	color: #d27d91;
}
.helpline .policyDetailsWrap h3.policyHeading::after {
	background-color: #d27d91;
}
h4.contactHeading {
	background: #f2f2f2;
	line-height: 1.4;
	padding: 1em;
	border-bottom: #fff solid 1px;
}
h4.contactHeading > span {
	font-weight: 400;
}

/***/
.contactTable {
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 20px;
}
.contactTable th,
.contactTable td {
	border: 1px solid #f2f2f2;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: top;
	text-align: left;
	padding: 1em;
}
.contactTable th {
	width: 35%;
	background: #f2f2f2;
}
.contactTable td {
    border-left-color: #FFF;
}
.policyPage .contactTable td a.linkTextBtn {
	margin-top: 0;
}
/***/

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
/***/
.contactTable th,
.contactTable td {
	display: block;
	width: 100%;
}
.contactTable th {
	border: none;
}
.contactTable td {
	border-width: 0 1px 1px;
}
/***/
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

/*************************
//ポップアップ
*****************************/
body.pop_contactPage #smpNavBtn {
	display: none !important;
}
body.pop_contactPage header .firstHeader > div:nth-of-type(2) {
	display: none !important;
}
body.pop_contactPage header nav:nth-of-type(1) {
	display: none !important;
}
body.pop_contactPage footer .firstFooter {
	display: none !important;
}
#FORM_LINK {
	display: block;
	background: #0446a1;
	font-size: 16px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#FORM_LINK:hover {
	background: #f5cb67;
}