@charset "UTF-8";
@import url(font.css);
@import 'https://fonts.googleapis.com/css?family=Amiri';

.formCheck__list--2:after, .tab__nav ul:after {
    content: "";
    display: block;
    clear: both;
}

/* outer */
.outer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.outer:first-child {
    margin-top: 0;
}

.outer:last-child {
    margin-bottom: 0;
}

.outer--bg-01 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #efefec;
}

/* layout */
.layout {
    margin-top: 50px;
}

.layout:first-child {
    margin-top: 0;
}

.layout--mtNone {
    margin-top: 0;
}

.layout--btn {
    text-align: center;
}

/* column */
.column {
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: -20px;
}

.column--mtL {
    margin-top: 50px;
}

.column__reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.column__item {
    box-sizing: border-box;
    margin-bottom: 50px;
}

.column__item>a {
    color: #333;
    text-decoration: none;
}

.column__item>a .column__figure,
.column__item>a .column__text {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.column__item>a:hover {
    color: #13b0ea;
}

.column__item>a:hover .column__figure {
    opacity: .7;
}

.column__item-table {
    max-width: 320px !important;
    -webkit-flex: 0 0 320px !important;
    flex: 0 0 320px !important;
    text-align: left;
}

.column__item-table .table {
    margin-top: 0;
}

.column__item-table .table tbody tr:hover {
    background-color: transparent;
}

.column__item-table .table tbody th, .column__item-table .table tbody td {
    text-align: left;
}

.column .column__headline {
    margin-bottom: 10px;
}

.column__figure {
    text-align: center;
}

.column__figure figure {
    display: inline-block;
    max-width: 100%;
}

.column__figure figcaption {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.column .column__text {
    margin-top: 10px;
}

.column__btn {
    margin-top: 60px;
    text-align: center;
}

.column__btn:first-child {
    margin-top: 0;
}

.column--2 .column__item {
    max-width: 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
}

.all-column--2 .column__item {
    max-width: 50%;
    margin-right: 40px;
}

.all-column--3 .column__item {
    max-width: 33%;
}

.column--3 .column__item {
    max-width: 30%;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
}

.column--4 .column__item {
    max-width: 230px;
    -webkit-flex: 0 0 230px;
    flex: 0 0 230px;
}

@media screen and (max-width: 860px) {
    .column__item {
        max-width: none !important;
        -webkit-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

/* box */
.box {
    margin-top: 30px;
    padding: 30px;
}

.box:first-child {
    margin-top: 0;
}

.box--bg-01 {
    background-color: #e9e9f4;
}

.box--bg-02 {
    background-color: #efefec;
}

.box--bg-03 {
    background-color: white;
}

.box--border-01 {
    border: 1px solid rgba(216, 216, 216, 1);
}

.box--inside-narrow {
    padding: 20px;
}

@media screen and (max-width: 860px) {
    .box--bg-02 {
        margin: 30px -20px 0;
    }
}

/* contents */
.contents {
    box-sizing: border-box;
}

.contents--column-2 {
    float: left;
    width: 100%;
    /*padding-right: 300px;*/
}

.column-2-equally-l {
    float: left;
    width: 468px;
    margin-right: 40px;
}

.column-2-equally-r {
    float: left;
    width: 468px;
}

@media screen and (max-width: 860px) {
    .column-2-equally-l, .column-2-equally-r {
        float: none;
        width: 100%;
    }
}

.contents--column-2 .column--2 .column__item {
    max-width: 320px;
    -webkit-flex: 0 0 320px;
    flex: 0 0 320px;
}

.contents--column-2 .column--3 .column__item {
    max-width: 200px;
    -webkit-flex: 0 0 200px;
    flex: 0 0 200px;
}

.contents--column-2 .column--4 {
    margin-top: -50px;
}

.contents--column-2 .column--4 .column__item {
    margin-top: 50px;
    max-width: 320px;
    -webkit-flex: 0 0 320px;
    flex: 0 0 320px;
}

.contents--column-2 .listSearch {
    margin-left: -9px;
}

.contents--column-2 .listSearch .listSearch:first-child {
    margin-top: -9px;
}

.contents--column-2 .listSearch>li {
    float: left;
    margin-top: 14px;
    margin-left: 9px;
}

.contents--column-2 .tab .tab__nav li {
    display: inline-block;
    width: 183px;
    border: 1px solid rgba(216, 216, 216, 1);
}

.contents--column-2--special {
    padding-right: 300px !important;
}

@media screen and (max-width: 860px) {

    .contents--column-2 .tab .tab__nav li {
        width: auto;
    }

    .contents--column-2--special {
        padding-right: 0 !important;
    }
}

/* side */
.side {
    box-sizing: border-box;
    float: right;
}

.contents--column-2--special+.side {
    margin-left: -300px;
}

.side--wide {
    width: 280px;
}

.side .side__fixWrap.fix-state-on {
    position: fixed;
    top: 80px;
    width: 240px;
}

@media screen and (max-width: 860px) {
    .contents--column-2 {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .side {
        display: none;
        float: none;
        width: auto;
        margin-top: 60px;
        margin-left: 0;
    }
}

.navLocal {
    border: #D8D8D8 solid 1px;
    background-color: #FFF;
    margin-top: 50px;
}

.navLocal>ul {
    border-top: #D8D8D8 solid 1px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.navLocal ul ul {
    margin-left: 10px;
}

.navLocal li:first-child {
    margin-top: 16px;
}

.navLocal li:last-child {
    margin-bottom: 16px;
}

.navLocal li a, .navLocal li strong {
    font-family: "jost", serif;
    display: block;
    padding: 18px 14px 17px 14px;
    color: #003399;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 0 12px;
}

.navLocal li a:hover, .navLocal li a.is-active, .navLocal li strong:hover, .navLocal li strong.is-active {
    font-weight: 500;
    background-color: rgba(239, 241, 245, 1);
    ;
}

.navLocal li a.is-active, .navLocal li strong.is-active {
    font-weight: 500;
    background-color: rgba(239, 241, 245, 1);
}

.navLocal li .dropdown-menu a{
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding: 14px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 51, 153, 1);
}

.navLocal li .navLocal__parents {
    color: #333;
}

.navLocal li .navLocal__parents:hover {
    color: #13b0ea;
}

.navLocal__headline {
    color: rgba(0, 35, 104, 1);
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-size: 24px;
    border-bottom: #D8D8D8 solid 1px;
}

.navLocal__headline a, .navLocal__headline strong {
    display: block;
    padding: 25px 20px 25px 20px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 4px;
    border-top: 4px solid rgba(0, 35, 104, 1);
    color: rgba(0, 35, 104, 1);
}

.navLocal__headline a:hover, .navLocal__headline a.is-active, .navLocal__headline strong:hover, .navLocal__headline strong.is-active {
    color: rgba(0, 35, 104, 1);
    border-top: rgba(0, 35, 104, 1) solid 4px;
    background-color: #fff;
    margin: 4px;
}

@media screen and (max-width: 1000px) {
    .two_column .navLocal li a, .two_column .navLocal li strong {
        font-size: 14px;
    }
}

@media screen and (max-width: 860px) {
    .side {
        margin: 0;
    }

    .navLocal {
        border-radius: 0;
        margin: 10px 0;
    }

    .navLocal__headline {
        font-size: 20px;
    }

    .navLocal li a, .navLocal li strong {
        font-size: 14px;
    }

}

/* boardSide */
.boardSide {
    box-sizing: border-box;
    display: table;
    height: 95px;
    margin-top: 20px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    text-align: center;
    width: 110px;
    padding: 5px 5px 24px;
    margin-left: 16px;
}

.boardSide:first-child {
    margin-top: 0;
    position: absolute;
}

.boardSide>div {
    display: table-cell;
    vertical-align: middle;
}

.boardSide__number {
    font-size: 32px;
}

.obj_required .boardSide__number .particle {
    display: inline-block;
    font-size: 16px;
     !important;
    padding: 0 3px;
}

.boardSide--required {
    color: rgba(164, 0, 0, 1);
}

.boardSide__icon {
    background-color: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.boardSide--complate {
    color: #002368;
    padding: 5px;
}

/* navSide */
.navSide {
    margin-top: 45px;
}

.navSide:first-child {
    margin-top: 0;
}

.navSide li {
    margin-top: 10px;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
}

.navSide li:first-child {
    margin-top: 0;
}

.navSide li a {
    display: block;
    position: relative;
    color: #fff;
    background-color: #000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.navSide li a>span {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navSide li a>img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.navSide li a:hover {
    color: #fff;
}

.navSide li a:hover>img {
    opacity: .7;
}

.mailNav_side {
    margin-top: 25px;
    position: relative;
    text-align: center;
}

.mailNav_side a {
    vertical-align: top;
}

.mailNav_side i {
    font-size: 41px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;

}

.mailNav_side span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato';
}

.mailNav_side img {
    vertical-align: top;
}

.mailNav_side .figure__link {
    display: inline-block;
    color: #fff;
    background-color: #000;
    line-height: 0;
}

.mailNav_side .figure__link figure {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.mailNav_side .figure__text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mailNav_side .figure__btn {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    min-width: 100px;
    padding: 4px 10px;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.mailNav_side .figure__link:hover {
    text-decoration: none;
}

.mailNav_side .figure__link:hover img {
    opacity: .7;
}

.mailNav_side .figure__link:hover .figure__btn {
    text-decoration: none;
    color: #A0A0A0;
    background-color: #fff;
}

.mailNav_wrap {
    margin-top: 80px;
    position: relative;
    text-align: center;
}

.mailNav_wrap a {
    vertical-align: top;
}

.mailNav_wrap i {
    font-size: 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.mailNav_wrap span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato';
}

.mailNav_wrap img {
    vertical-align: top;
}

.mailNav_wrap .figure__link {
    display: inline-block;
    color: #fff;
    background-color: #000;
    line-height: 0;
}

.mailNav_wrap .figure__link figure {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.mailNav_wrap .figure__text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mailNav_wrap .figure__btn {
    box-sizing: border-box;
    display: inline-block;
    margin-right: auto;
    margin-left: 55px;
    min-width: 100px;
    padding: 4px 10px;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    vertical-align: bottom;
}

.mailNav_wrap .figure__link:hover {
    text-decoration: none;
}

.mailNav_wrap .figure__link:hover img {
    opacity: .7;
}

.mailNav_wrap .figure__link:hover .figure__btn {
    text-decoration: none;
    color: #A0A0A0;
    background-color: #fff;
}

@media screen and (max-width: 860px) {
    .mailNav_wrap {
        margin-top: 60px;
    }

    .mailNav_wrap .figure__text {
        padding: 20px;
        box-sizing: border-box;
    }

    .mailNav_wrap .figure__text>i {
        float: left;
        padding-bottom: 20px;
    }

    .mailNav_wrap .figure__text>span {
        float: left;
        padding-bottom: 20px;
    }

    .mailNav_wrap .figure__btn {
        float: left;
        margin-left: auto;
    }
}

@media screen and (max-width: 300px) {
    .mailNav_wrap {
        margin-top: 60px;
    }

    .mailNav_wrap .figure__text {
        padding: 10px;
        box-sizing: border-box;
    }

    .mailNav_wrap .figure__text>i {
        float: left;
        padding-bottom: 10px;
    }

    .mailNav_wrap .figure__text>span {
        float: left;
        padding-bottom: 10px;
    }

    .mailNav_wrap .figure__btn {
        float: left;
        margin-left: auto;
    }
}

/* headline */
.headline {
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.headline:first-child {
    margin-top: 0;
}

.headline--01 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
    text-transform: capitalize;
    font-family: "adobe-garamond-pro", serif;
}

.headline--01__supplement {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: 4px;
}

@media screen and (max-width: 860px) {
    #search.page.buy_investment.results .headline--01 {
        display: none;
    }
}

.headline--02 {
    margin-top: 50px;
    margin-bottom: 24px;
    font-size: 36px;
    text-transform: none;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
}
.headline--02.pt-70{
    padding-top: 70px;
}

.headline--02:first-child {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 36px;
    text-transform: none;
    font-family: "adobe-garamond-pro", serif;
}

.headline--02::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    margin-bottom: 16px;
    transform: translateY(-20px);
}

#input .headline--02::before{
    width: 90px;
}

.headline--03 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 4px solid #ccc;
    font-size: 18px;
}

.headline--04 {
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    font-family: Helvetica, Arial, Meiryo, sans-serif;
}

.headline--04.SearchResults {
    font-size: 24px;
}

.headline--05 {
    margin-bottom: 2px;
    font-weight: bold;
}

.headline--06 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 24px;
}

.headline--07 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: Roboto, Helvetica, Arial, Meiryo, sans-serif;
    font-weight: bold;
}

.headline--investmentBanner {
    font-size: 32px;
    font-family: "Amiri", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-top: -3px !important;
    margin-bottom: 64px;
}

.headline--investmentBannerSub {
    margin-bottom: 46px;
}

@media screen and (max-width: 860px) {
    .headline--01 {
        font-size: 22px;
    }

    .headline--01__supplement {
        margin-left: 0;
        display: block;
    }

    .headline--02 {
        margin-top: 60px;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .headline--02:first-child {
        font-size: 24px;
    }

    .headline--02::before {
        width: 20px;
        transform: translateY(-13px);
    }

    #input .headline--02::before{
        width: 36px;
    }

    .headline--03 {
        margin-top: 30px;
        font-size: 16px;
    }

    .headline--04 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .headline--investmentBanner {
        margin-top: 0;
        line-height: 2;
        margin-bottom: 19px;
        font-size: 32px;
    }

    .headline--investmentBannerSub {
        margin-bottom: 30px;
    }
}

/* lead */
.lead01 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lead01~.contents--column-2,
.lead01~.side {
    margin-top: 60px;
}

@media screen and (max-width: 860px) {
    .lead01 {
        padding: 0 20px;
    }

    .pageTitle .lead01 {
        padding: 0;
    }
}

/* text */
.text01 {
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    ;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text01:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .two_column .text01:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 860px) {

    .text01 {
        font-size: 14px;
    }

    .text01:last-child {
        margin-bottom: 0;
    }
}

/* color */
.colorPrimary {
    color: #003894;
}

.colorAccent {
    color: rgba(164, 0, 0, 1);
}

.colorComplete {
    color: #002368;
}

/* caption */
.caption01 {
    margin-bottom: 20px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    font-size: 14px;
}

.caption01:last-child {
    margin-bottom: 0;
}

/* list */
.list>li {
    position: relative;
    margin-top: 20px;
    padding-left: 24px;
}

.list>li>ul {
    margin-top: 20px;
}

.list>li:before {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
}

.list>li:first-child {
    margin-top: 0;
}

.list--mtS>li {
    margin-top: 5px;
}

.list--disc>li:before, .list--circle>li:before {
    content: "";
    top: 6px;
    left: 3px;
    width: 12px;
    height: 12px;
    border: #7D8595 solid 3px;
    border-radius: 50%;
}

.list--square>li:before {
    content: "";
    top: 8px;
    left: 3px;
    width: 6px;
    height: 6px;
}

.list--circle>li:before {
    border: 1px solid #95989a;
}

.list--number {
    counter-reset: count;
}

.list--number>li {
    counter-increment: count;
}

.list--number>li:before {
    content: counter(count) ".";
    top: 0;
    left: 0;
}

.listVertical {
    margin-top: 20px;
    margin-bottom: 30px;
}

.listVertical:first-child {
    margin-top: 0;
}

.listVertical:last-child {
    margin-bottom: 0;
}

.listVertical>li {
    margin-top: 5px;
}

.listVertical>li:first-child {
    margin-top: 0;
}

.listVertical--mtL>li {
    margin-top: 50px;
}

.listVertical--mtL>li:first-child {
    margin-top: 0;
}

.listInline {
    margin-top: 30px;
    font-size: 0;
    letter-spacing: -1em;
    word-spacing: -1em;
}

.listInline:first-child {
    margin-top: -20px;
}

.listInline>li {
    box-sizing: border-box;
    display: inline-block;
    width: 196px;
    margin-top: 20px;
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

@media screen and (max-width: 860px) {
    .listInline>li {
        display: block;
        width: 100%;
    }
}

.listSearch {
    margin-top: 30px;
    margin-left: -10px;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}

.listSearch:first-child {
    margin-top: -10px;
}

.listSearch>li {
    float: left;
    margin-top: 14px;
    margin-left: 10px;
}

@media screen and (max-width: 860px) {
    .listSearch {
        overflow: auto;
        white-space: nowrap;
    }

    .listSearch>li {
        float: none !important;
        display: inline-block;
    }
}

/* dl */
.dlVertical>dt {
    margin-top: 37px;
    color: #003894;
    font-size: 16px;
    font-weight: 600;
}

.dlVertical>dt:first-child {
    margin-top: 0;
}

.dlVertical>dd {
    margin-top: 5px;
}

.dlHorizontal {
    overflow: hidden;
    margin-top: 20px;
}

.dlHorizontal:first-child {
    margin-top: 0;
}

.dlHorizontal>dt:first-of-type {
    padding-top: 0;
}

.dlHorizontal>dd:first-of-type {
    padding-top: 0;
}

.dlHorizontal>dt {
    position: absolute;
}

.dlHorizontal>dd {
    padding-left: 160px;
}

.dlHorizontal--01>dt {
    padding-top: 5px;
}

.dlHorizontal--01>dd {
    padding-top: 5px;
}

.dlHorizontal--02>dt {
    padding-top: 20px;
}

.dlHorizontal--02>dd {
    padding-top: 20px;
}

.dlHorizontal--03>dt {
    padding-top: 5px;
}

.dlHorizontal--03>dd {
    padding-top: 5px;
    width: 65%;
    padding-left: 35%;
}

.dlHorizontal--02 .dlHorizontal__label__area span {
    display: inline-block;
    margin-right: 20px;
    padding: 4px 8px 3px !important;
    border-radius: 8px;
    background-color: #e9e9f4;
    font-size: 11px;
    line-height: 1.0;
}

.dlHorizontal--02 .dlHorizontal__label:first-of-type+dd {
    padding-top: 0;
}

.dlHorizontal--02 dd.dlHorizontal__label__area {
    padding-left: 100px;
}

.dlHorizontal--02 .dlHorizontal__label+dd {
    margin-left: 241px;
}

.dlHorizontal--02 .dlHorizontal__label__area+dd.news_txt {
    padding-left: 100px;
    padding-bottom: 3px;
    padding-top: 10px;
}

@media screen and (max-width: 860px) {
    .dlHorizontal--02 dd.dlHorizontal__label__area {
        padding-top: 20px;
        padding-left: 100px;
    }

    .dlHorizontal--02 .dlHorizontal__label+dd {
        padding-left: 0;
    }

    .dlHorizontal--02 .dlHorizontal__label__area+dd.news_txt {
        padding-left: 0;
    }
}

@media screen and (max-width: 860px) {
    .dlHorizontal--02 .dlHorizontal__label {
        margin-left: 0;
        right: 30px;
    }
}

@media screen and (max-width: 860px) {
    .dlHorizontal--02>dd {
        padding-top: 50px;
        padding-left: 0;
    }
}

@media screen and (max-width: 860px) {
    .dlHorizontal--03>dt {
        padding-top: 5px;
        width: 40%;
    }

    .dlHorizontal--03>dd {
        padding-top: 5px;
        width: 40%;
        padding-left: 60%;
    }
}

.dlHorizontal--inline>dt {
    float: left;
    clear: left;
    position: static;
}

.dlHorizontal--inline>dd {
    overflow: hidden;
    padding-left: .5em;
}

.dlHorizontal--history>dt {
    padding-top: 20px;
    font-weight: bold;
    color: #003894;
}

.dlHorizontal--history>dd {
    padding-top: 20px;
    padding-left: 100px;
}

.dlHorizontal--history>dd .media__text {
    float: left;
    width: 410px;
}

@media screen and (max-width: 1000px) {
    .dlHorizontal--history>dt {
        position: static;
    }

    .dlHorizontal--history>dd {
        padding-left: 0;
    }

    .dlHorizontal--history>dd .media__text {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* link */

.link_area {
    position: relative;
}

.property_link {
    min-width: 0;
    border: 0;
}

.property_link a {
    position: absolute;
    transform: scale(95%, 70%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.link {
    display: inline-block;
    position: relative;
    word-break: break-all;
}

.link--default {
    padding-left: 15px;
}

.link--default:before {
    font-family: 'icomoon' !important;
    content: "\e90a";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    overflow-y: hidden;
    font-size: 10px;
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
}

.link--default .icon {
    display: inline-block;
    color: #003894;
    margin-left: 5px;
    font-size: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.link--default:hover .icon {
    color: #13b0ea;
}

.link--nondec {
    padding-left: 15px;
    text-decoration: none;
}

.link--nondec:before {
    font-family: 'icomoon' !important;
    content: "\e90a";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    overflow-y: hidden;
    font-size: 10px;
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
}

.link--nondec .icon {
    display: inline-block;
    color: #003894;
    margin-left: 5px;
    font-size: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.link--nondec:hover .icon {
    color: #13b0ea;
}

.link--more {
    display: inline-block;
}

.link--more:after {
    font-family: 'icomoon' !important;
    content: "\e90a";
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.link--anchor {
    display: inline-block;
    padding-left: 20px;
}

.link--anchor:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #003894;
    border-bottom: 2px solid #003894;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.link--anchor:hover:before {
    top: 3px;
    border-left-color: #13b0ea;
    border-bottom-color: #13b0ea;
}

.link--anchor:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 18px;
    width: 6px;
    height: 6px;
    border-left: 1px solid rgba(34, 34, 34, 1);
    border-bottom: 1px solid rgba(34, 34, 34, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.linkCover {
    position: relative;
    display: block;
}

.linkCover:before {
    font-family: 'icomoon' !important;
    content: "\e90a";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 12px;
    color: #039;
    overflow-y: hidden;
    font-size: 10px;
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
}

.linkCover:hover:before {
    color: #13b0ea;
}

.linkCover .link--default:before {
    display: none;
}

.article_insight .link--arrow, .life-guide-banner .link--arrow,
.category_top_column .link--arrow, .edu_international_school .link--arrow {
    font-size: 14px;
    padding-left: 15px;
}

.article_insight .link--arrow:before, .life-guide-banner .link--arrow:before,
.category_top_column .link--arrow:before, .edu_international_school .link--arrow:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90a";
    font-size: 8.63px;
    position: absolute;
    left: 0;
    top: 6px;
    text-decoration: none;
}

.article_insight a:after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    content: '';
    top: 0;
    left: 0;
}

.btn {
    box-sizing: border-box;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 3px;
    border: 2px solid transparent;
    color: #333;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-family: "jost", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.btn--default {
    max-width: 180px;
    border-color: #333;
}

.btn--default:hover {
    background-color: #fff;
    color: #13b0ea;
}

.btn--primary {
    max-width: 180px;
    border-color: #003894;
    color: #fff;
    font-family: Roboto, Helvetica, Arial, Meiryo, sans-serif;
    font-weight: 100;
    background-color: #003894;
}

.btn--primary:hover {
    border-color: #13b0ea;
    background-color: #13b0ea;
    color: #fff;
}

.btn--cancel, .btn--more {
    max-width: 180px;
    border-radius: 0;
    border: 1px solid rgba(216, 216, 216, 1);
    color: #95989a;
    font-weight: 800;
}

.btn--cancel:hover, .btn--more:hover {
    background-color: #fff;
    color: #13b0ea;
}

.btn--disable {
    max-width: 180px;
    border-color: #ccc;
    color: #ccc;
    pointer-events: none;
}

.btn--panel {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #95989a;
    color: #003894;
    line-height: 36px;
}

.btn--panel:hover {
    border-color: #003894;
    background-color: #003894;
    color: #fff;
}

.btn--properties {
    position: relative;
    width: auto;
    height: 95px;
    padding-right: 20px;
    padding-left: 30px;
    border-radius: 0;
    border-color: #003894;
    border: 3px solid #636363;
    color: #039;
    font-weight: bold;
    text-align: left;
}

.btn--properties:before {
    font-family: 'icomoon' !important;
    content: "\e90a";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 10px;
    margin-top: -6px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.btn--properties:hover {
    background-color: #636363;
    color: #fff;
}

.btn--properties>span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn--matterport {
    padding: 4px 9px;
    border: 1px solid #333;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    border-color: #333;
    font-size: 12px;
    width: 80px;
}

.btn--matterport:hover {
    background-color: #333;
    color: #fff;
}

.btn--detail {
    padding: 4px 9px;
    border: 1px solid #333;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    border-color: #333;
    font-size: 12px;
}

.btn--detail:hover {
    background-color: #333;
    color: #fff;
}

.btn--detail .icon {
    margin-left: 8px;
}

.btn--inline {
    display: inline-block;
    width: auto;
}

.btn--left {
    margin-left: 0;
}

.btn--right {
    margin-right: 0;
}

.btn-reset {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #95989a;
    font-size: 12px;
    text-decoration: none;
}

.btn-reset i {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: #95989a;
}

.btn-reset i:before, .btn-reset i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
}

.btn-reset i:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-reset i:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-reset:hover {
    color: #95989a;
    text-decoration: underline;
}

.btn-backOptions {
    position: relative;
    display: inline-block;
    color: #95989a;
    font-size: 12px;
    text-decoration: none;
}

.btn-backOptions:hover {
    color: #95989a;
    text-decoration: underline;
}

.btn_link {
    margin: 50px auto;
    display: block;
    width: 200px;
}

.btn_link a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
    border: 2px solid #333;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
}

.btn_link a span {
    font-weight: 800;
}

.btn_link a:hover {
    color: #fff;
    background-color: #333;
    transition: 0.2s;
}

/* line
------------------------------ */
.line {
    /* margin-top: 35px;
    margin-bottom: 35px; */
    /* margin-top: 35px;
    margin-bottom: 35px; */
    border-top: 1px solid #ccc;
}

.line:first-child {
    margin-top: 0;
}

.line--mbS {
    margin-bottom: 20px;
}

.line--ms {
    border-top: 2px solid #ccc;
}

/* label
------------------------------ */
/* labelType */
.labelType {
    display: inline-block;
    min-width: 63px;
    margin-top: 0;
    padding: 1px 4px;
    background-color: rgba(5, 33, 87, 1);
    color: #fff;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 860px) {
    .labelType {
        padding: 2px 4px;
        height: 22px;
    }
}

/* labelProperty */
.labelProperty {
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #ed1c24;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

.property-status-in-search-results {
    display: inline-block;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 9px;
    line-height: 17px;
    white-space: nowrap;
}

.property-status-in-building-show {
    display: inline-block;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 9px;
    line-height: 17px;
    padding-left: 7px;
    white-space: nowrap;
}

@media screen and (max-width: 860px) {
    #search_details.complex .comparisonSearch .table .property-status-in-building-show {
        white-space: normal;
    }
}

.red {
    color: #ed1c24;
}

.blue {
    color: #003894;
}

.yellow {
    color: #f49c31;
}

.labelProperty--new {
    padding-right: 11px;
    padding-left: 11px;
    background-color: #ed1c24;
    text-transform: uppercase;
    color: #fff;
}

.labelProperty--showcase {
    padding-right: 11px;
    padding-left: 11px;
    background-color: #f49c31;
    text-transform: uppercase;
    color: #fff;
}

.labelProperty--liquid {
    display: block;
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width: 860px) {
    .labelProperty {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* table */
.table {
    width: 100%;
    margin-top: 50px;
}

.table th,
.table td {
    box-sizing: border-box;
    vertical-align: middle;
}

.table th {
    font-weight: normal;
}

.table th:first-child {
    text-align: center;
}

.table thead th,
.table thead td {
    padding: 24px 0;
    font-size: 16px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.table thead th {
    font-weight: 700 !important;
    white-space: nowrap;
}

.table thead th:first-child {
    width: 60px;
    padding-left: 0;
    text-align: left !important;
}

.table thead span:last-child {
    display: none;
}

.table tbody tr {
    -webkit-tap-highlight-color: transparent;
}

.table tbody th,
.table tbody td {
    padding: 24px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.table tbody th {
    max-width: 120px;
    padding-left: 0;
    text-align: left !important;
}

.table tbody td:last-child {
    padding-right: 0;
}

.table tbody .table__cell--favorite {
    width: 10px;
}

.table tbody .table__cell--matterport {
    min-width: 100px;
}

.table__noOver tbody tr {
    cursor: default;
}

.table__noOver tbody tr th, .table__noOver tbody tr td {
    padding: 15px 10px;
}

.table__noOver tbody tr:hover th,
.table__noOver tbody tr:hover td {
    background-color: transparent;
}

.table .table__cell--0 {
    width: 0%;
}

.table .table__cell--5 {
    width: 5%;
}

.table .table__cell--10 {
    width: 10%;
}

.table .table__cell--15 {
    width: 15%;
}

.table .table__cell--20 {
    width: 20%;
}

.table .table__cell--25 {
    width: 25%;
}

.table .table__cell--30 {
    width: 30%;
}

.table .table__cell--35 {
    width: 35%;
}

.table .table__cell--40 {
    width: 40%;
}

.table .table__cell--45 {
    width: 45%;
}

.table .table__cell--50 {
    width: 50%;
}

.table .table__cell--55 {
    width: 55%;
}

.table .table__cell--60 {
    width: 60%;
}

.table .table__cell--65 {
    width: 65%;
}

.table .table__cell--70 {
    width: 70%;
}

.table .table__cell--75 {
    width: 75%;
}

.table .table__cell--80 {
    width: 80%;
}

.table .table__cell--85 {
    width: 85%;
}

.table .table__cell--90 {
    width: 90%;
}

.table .table__cell--95 {
    width: 95%;
}

.table .table__cell--100 {
    width: 100%;
}

.table .table__cell--floor, .table .table__cell--size, .table .table__cell--rooms {
    background-color: #f2f2f2;
}

.table .table__cell--fee {
    font-weight: bolder;
}

.table .table__cell--fee span {
    margin-left: 5px;
}

.table .table__cell--fee2 span {
    margin-left: 5px;
}

.table .table__cell--btn .btn--detail {
    max-width: 90px;
    font-weight: 800;
}

.table .table__cell.no--borderT {
    border-top: 1px solid transparent;
}

.table__btn .btn--default {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}

.table__btn .btn--detail {
    margin-right: 0;
}

.table--wide th,
.table--wide td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.table--search th,
.table--search td {
    vertical-align: top;
}

.table--search th:first-child,
.table--search td:first-child {
    padding-left: 0;
}

.table--search th {
    font-weight: bold;
}

.table--search tbody tr:hover {
    background-color: transparent;
}

.table__btnFavorite {
    color: #333;
    text-align: center;
}

.table__btnFavorite .icon {
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.table__btnFavorite .icon-save02 {
    color: #ed1c24;
}

.table__btnFavorite:hover {
    color: #ed1c24;
}

.table__btnFavorite:hover ::before {
    content: "\e919";
}

@media screen and (max-width: 860px) {
    .table__btnFavorite:hover {
        color: #333;
    }

    .table__btnFavorite:hover ::before {
        content: "\e905";
    }

    .table__btnFavorite:hover .icon-save02:before {
        content: "\e919";
    }
}

.table__btnView {
    text-align: center;
}

.table__btnView a {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 0 0 6px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #adadad;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.table__btnView a .icon {
    margin-left: 8px;
    color: #fff;
}

.table__btnView a:hover {
    background-color: #333;
    color: #fff;
}

.table .table__cell--floor span:last-child {
    display: none;
}

@media screen and (max-width: 860px) {
    .table .table__cell--floor span:first-child {
        display: none;
    }

    .table .table__cell--floor span:last-child {
        display: inline-block;
    }
}

.table .table__cell--bold {
    font-weight: bold;
}

.table .btn--detail span {
    white-space: nowrap;
}

.table .btn--detail span:last-child {
    display: none;
}

.table .btn--matterport span:last-child {
    display: none;
}

@media screen and (max-width: 860px) {

    .table thead th,
    .table thead td {
        font-size: 16px;
        padding: 10px;
    }

    .table thead span:first-child {
        display: none;
    }

    .table thead span:last-child {
        display: block;
    }

    .table tbody th,
    .table tbody td {
        font-size: 16px;
        padding: 10px;
    }

    .table tbody th {
        padding-left: 0;
    }

    .table tbody td:last-child {
        padding-left: 0;
    }

    .table tbody .table__cell--favorite {
        padding-left: 0;
        padding-right: 0;
    }

    .table .table__cell--fee span, .table .table__cell--fee2 span {
        display: none;
    }

    .table .table__cell--matterport {
        display: none;
        width: auto;
    }

    .table .labelProperty {
        font-size: 8px;
    }

    .table .labelProperty--liquid {
        padding-left: 0;
        padding-right: 0;
    }

    .table .btn--detail {
        font-size: 10px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        padding: 0;
        border: none;
        padding: 0;
    }

    .table .btn--detail:hover {
        color: #333;
        background-color: transparent;
    }

    .table .btn--detail span:first-child {
        display: none;
    }

    .table .btn--detail span:last-child {
        display: block;
    }

    .btn--matterport {
        padding: 4px 9px !important;
        border: 1px solid #333 !important;
        font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
        font-size: 12px;
        color: #333 !important;
        width: auto;
    }

    .table .btn--matterport span:first-child {
        display: none;
    }

    .table .btn--matterport span:last-child {
        display: block;
    }

    .table--vtop th, .table--vtop td {
        vertical-align: top;
    }
}

.table--nohover tbody tr {
    cursor: default;
}

.table--nohover tbody tr:hover th {
    background: #f7f7f7;
}

.table--nohover tbody tr:hover td {
    background: transparent;
}

.tableForm table {
    width: 100%;
}

.tableForm th {
    box-sizing: border-box;
    padding-bottom: 14px;
    vertical-align: middle;
}

.tableForm td {
    box-sizing: border-box;
    padding-bottom: 32px;
    vertical-align: top;
}

.tableForm td.tdArea {
    padding-bottom: 30px;
}

.tableForm .tableForm__cell--vertical {
    vertical-align: middle;
}

.tableForm .table__cell--favorite a:hover {
    color: #ed1c24;
}

@media screen and (max-width: 860px) {

    .tableForm th,
    .tableForm td {
        display: block;
    }

    .tableForm th {
        width: auto;
        border-bottom: 0;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        padding-top: 0;
    }

    .tableForm td,
    .tableForm td.tdArea {
        padding-top: 0;
        padding-bottom: 24px;
    }

    .tableForm .tableForm__cell--vertical {
        padding-top: 10px;
    }

    .tableForm .table__cell--favorite a:hover {
        color: #333;
    }
}

.optionSearch {
    position: relative;
    font-size: 12px;
    margin: 28px 0 0 34px;
    cursor: pointer;
}

.optionSearch .option__btn i {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

.optionSearch .option__btn.is-active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 860px) {
    .optionSearch {
        margin: 0;
    }

    .optionSearch .option__btn {
        text-align: center;
    }
}

/* optionContent */
.optionContent {
    box-sizing: border-box;
    display: none;
    padding-bottom: 25px;
    background-color: #efefec;
}

.optionContent>.wrap {
    padding: 15px 20px;
    border-radius: 0 0 8px 8px;
    background-color: #fbfbfb;
}

.optionContent .formBtn {
    margin-top: 0;
}

.optionContent.optionContent-active {
    display: block;
}

@media screen and (max-width: 860px) {
    .optionContent {
        background-color: transparent;
    }

    .optionContent>.wrap {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .optionContent .line {
        display: none;
    }

    .optionContent .formBtn {
        margin-top: 40px;
    }

    .optionContent .btn-reset {
        color: #fff;
    }

    .optionContent .btn-reset i {
        background-color: #fff;
    }

    .optionContent .btn-reset i:before, .optionContent .btn-reset i:after {
        background-color: #ccc;
    }

    .optionContent .btn-backOptions {
        color: #fff;
    }
}

/* input */
input,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-radius: 0;
    border: none;
    font-size: 100%;
    vertical-align: middle;
}

select {
    background-color: transparent;
    text-indent: .01px;
    text-overflow: "";
}

select::-ms-expand {
    display: none;
}

textarea {
    font-size: 100%;
}

/* base */
.input {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 44px;
}

.input--text:focus:placeholder-shown {
    color: transparent;
}

.input--text:focus::-webkit-input-placeholder {
    color: transparent;
}

.input--text:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

.input--text:focus:-ms-input-placeholder {
    color: transparent;
}

.input--textarea {
    overflow: auto;
    height: 115px;
}

.input.state-error {
    border-color: rgba(164, 0, 0, 1);
}

.side .input {
    outline: 0;
}

/* inputCheck */
.inputCheck {
    position: absolute;
    opacity: 0;
}

.inputCheck+label {
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
}

.inputCheck+label:before, .inputCheck+label:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.inputCheck+label .icon-arrowB {
    display: inline-block;
    margin-left: 7px;
    font-size: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.inputCheck--circle+label {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: "Helvetica";
}

.inputCheck:checked+label:before {
    background-color: rgba(0, 35, 104, 1);
}

.inputCheck:checked+label:after {
    visibility: visible;
    opacity: 1;
}

.inputCheck:checked+label .icon-arrowB {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inputCheck--circle+label:before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 24px;
    background-color: #fff;
}

.inputCheck--circle+label:after {
    visibility: hidden;
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    opacity: 0;
}

.inputCheck--check+label:before {
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.inputCheck--check+label:after {
    visibility: hidden;
    top: 7px;
    left: 6px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.inputCheck--checkS+label {
    padding-left: 32px;
}

.inputCheck--checkS+label:before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.inputCheck--checkS+label:after {
    visibility: hidden;
    top: 6px;
    left: 7px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.inputCheck--color+label {
    font-weight: 400;
    color: #222222;
    font-size: 16px;
}

.inputCheck--color+label>span {
    font-family: "jost", sans-serif;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

/* inputSelect */
.inputSelect {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    font-weight: bold;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.inputSelect:hover {
    background-color: #e9e9f4;
}

.inputSelect .icon-arrowB {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #003894;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inputSelect .icon-new-arrow {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #003894;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inputSelect select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 16px !important;
    color: #222222;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
}

.inputSelect select option {
    padding: 100px 0px;
}

@-moz-document url-prefix() {
    .inputSelect select {
        padding: 8px 11px;
    }
}

@media screen and (max-width: 860px) {
    .input {
        font-size: 16px;
    }

    .inputSelect select {
        font-size: 16px;
        height: auto;
    }
}

.inputBtn {
    overflow: hidden;
    font-weight: bold;
}

.inputBtn li {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-width: 60px;
    text-align: center;
}

.inputBtn li:first-child input+label {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}

.inputBtn li:first-child .inputSelect {
    border-left: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}

.inputBtn li:last-child input+label {
    border-right: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
    position: relative;
}

.inputBtn li:last-child input:checked+label {
    outline: solid 1px #e9e9f4;
}

.inputBtn li:last-child .inputSelect {
    border-right: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
}

.inputBtn li .inputSelect {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.inputBtn--2 li {
    width: 50%;
}

.inputBtn--3 li {
    width: 33.334%;
}

.inputBtn input {
    position: absolute;
    opacity: 0;
}

.inputBtn input+label {
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.inputBtn input:checked+label {
    background-color: #e9e9f4;
}

/* form */
.formName {
    position: relative;
}

.formName__select {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.formName__input {
    position: relative;
}

.formName__input .input {
    border-radius: 0 3px 3px 0;
}

.formCheck__subTitle {
    font-size: 10px;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

.formCheck__list {
    overflow: hidden;
    /* margin-top: -10px; */
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.Interest .formCheck__list {
    gap: 8px;
}

.formCheck__list--2 li {
    float: left;
    width: 50%;
}

.formCheck__listLower {
    padding: 0 0 0 32px;
    gap: 8px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.formCheck__input {
    margin-top: 8px;
    margin-left: 30px;
}

@media screen and (max-width: 860px) {
    .formCheck__list--2 li {
        float: none;
        width: auto;
    }
}

.formAnswer {
    overflow: hidden;
}

.formAnswer__btn {
    float: left;
}

.formAnswer__text {
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}

.formAnswer__text>p {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 115px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.formAnswer__input {
    margin-left: 125px;
}

@media screen and (max-width: 860px) {
    .formAnswer__btn {
        float: none;
    }

    .formAnswer__text {
        padding-left: 0;
    }

    .formAnswer__text>p {
        position: static;
        left: 0;
        width: auto;
        margin-top: 15px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .formAnswer__input {
        margin-top: 5px;
        margin-left: 0;
    }
}

.formError {
    margin-top: 10px;
    color: rgba(164, 0, 0, 1);
    display: none;
}

.formAgree {
    margin-top: 30px;
    margin-bottom: 104px;
    font-family: Helvetica, Arial, sans-serif;
}

.formAgree__privacy {
    box-sizing: border-box;
    overflow: scroll;
    height: 320px;
    margin-top: 10px;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.formAgree__headline {
    font-weight: bold;
}

@media screen and (max-width: 860px) {
    .formAgree {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .formAgree__privacy {
        padding: 24px;
        height: 240px;
    }
}

.agreeCheck {
    font-size: 11px;
    margin-bottom: 10px;
}

.agreeCheck label {
    padding-top: 2px;
    padding-bottom: 2px;
}

.formBtn {
    position: relative;
    padding-top: 20px;
    margin: 45px -100% 30px;
    padding-right: 100%;
    padding-left: 100%;
}

.formBtn__text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.formBtn__text a {
    text-decoration: none;
}

.formBtn__text i.icon {
    font-size: 10px;
    margin-right: 5px;
}

.formBtn__btn {
    margin-top: 0;
}

.formBtn__btn button {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
}

.formBtn__btn.searchBtn button {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
}

.fromBtn__confirm {
    margin: 0 auto;
}

.formBtn__reset {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}

@media screen and (max-width: 860px) {
    .formBtn__reset {
        position: static;
        margin-top: 20px;
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        font-size: 14px;
    }
}

.formHeadline {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0;
    margin-bottom: 10px;
}

.sub {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
}

@media screen and (max-width: 860px) {
    /* .formHeadline {
        color: #fff;
    } */
}

/* step */
.step {
    margin-bottom: 70px;
}

.step__list {
    display: -webkit-flex;
    display: flex;
    padding: 0 24.5%;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.step__list:after {
    content: "";
    position: absolute;
    top: 292px;
    margin-left: 40px;
    max-width: 430px;
    width: 29%;
    height: 1px;
    background-color: #002368;
    z-index: 0;
}

.step__item {
    position: relative;
    font-size: 12px;
}

.step__item:first-child {
    margin-left: 0;
}

.step__item>em {
    display: block;
    margin-top: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.step__item.is-active:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    border-bottom: 5px solid #003894;
}

.step__item.is-active>em {
    color: #003894;
}

.step__item.is-finished {
    color: #ccc;
}

.step__item__number {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #002368;
    line-height: 210%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #002368;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.step__item__number.is-active {
    color: #fff;
    border: 0;
    background-color: #002368;
}

.step__item__number.is-finished {
    color: #808080;
    border-color: #d8d8d8;
    background-color: #fff;
}

.step__item__text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
    font-family: "jost", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.step__item__text.is-active {
    color: #002368;
}

.step__item__text.is-finished {
    color: #808080;
}

@media screen and (max-width: 860px) {
    .step {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: 0;
    }

    .step__list {
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
        margin-bottom: 40px;
    }

    .step__list:after {
        content: "";
        position: absolute;
        top: 150px;
        margin-left: 0;
        width: 220px;
        height: 1px;
        background-color: #002368;
        z-index: 0;
    }

    .step__item {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 20px;
    }

    .step__item:first-child {
        margin-left: 0;
    }

    .step__item>em {
        display: none;
    }

    .step__item.is-active {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .step__item.is-active>em {
        display: block;
    }

    .step__item__text {
        font-size: 14px;
    }
}

.contentBox {
    display: flex;
    margin: 0 auto;
}

.contentBox--columns {
    width: 100%;
}

.contentBox--columns--01 {
    padding: 88px 104px 58px;
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
}

#confirm .contentBox--columns--01 {
    padding: 90px 104px;
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
}

.contentBox--columns--02 {
    margin-bottom: 20px;
}

@media screen and (max-width: 860px) {
    .contentBox {
        display: block;
        margin-bottom: 80px;
        max-width: 100%;
    }

    .contentBox--01 {
        padding: 50px 20px;
        border: 1px solid #d8d8d8;
    }

    .contentBox--columns--01 {
        padding: 60px 30px 24px 30px;
    }

    #confirm .contentBox--columns--01 {
        padding: 28px 30px 48px 30px;
    }
    
    .contentBox--columns--01 {
        padding: 48px 30px;
    }
    .contentBox--columns--01 .headline--02 {
        padding-top: 12px;
    }
}

/* tab */
.tab {
    margin-top: 50px;
}

.tab:first-child {
    margin-top: 0;
}

.tab__nav {
    margin-bottom: 8px;
}

.tab__nav ul {
    position: relative;
    overflow: auto;
    font-size: 0;
    letter-spacing: -1em;
    word-spacing: -1em;
    white-space: nowrap;
}

.tab__nav ul:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

@media screen and (max-width: 860px) {
    .tab__nav ul {
        padding-bottom: 2px;
        background: linear-gradient(0deg, #ccc 0%, #ccc 100%) repeat-x bottom;
        background-size: 100% 2px;
    }

    .tab__nav ul>li>a:before {
        bottom: -2px;
    }

    .tab__nav ul:before {
        display: none;
    }
}

.tab__nav li {
    display: inline-block;
    width: 153px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.tab__nav li>a {
    position: relative;
    display: block;
    padding: 12px 10px;
    font-family: 'jost', sans-serif;
    background-color: rgba(245, 245, 245, 1);
    color: rgba(128, 128, 128, 1);
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.tab__nav li>a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    border-bottom: 4px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.tab__nav li>a:hover, .tab__nav li>a.is-active {
    background: rgba(125, 133, 149, 1);
    color: rgba(255, 255, 255, 1);
}

.tab__nav li>a.is-active {
    font-weight: 500;
}

.tab__panel {
    display: none;
    background-color: rgba(245, 245, 245, 1);
    padding: 32px;
}

@media screen and (max-width: 860px) {

    .tab__panel {
        padding: 17px;
    }

    .tab__nav li {
        font-size: 14px;
        ;
    }
}

/* media */
.media {
    overflow: hidden;
    margin-top: 20px;
}

.media:first-child {
    margin-top: 0;
}

.media--mtL {
    margin-top: 50px;
}

.media__figure {
    float: left;
    margin-right: 18px;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.media__section {
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px 0;
}

@media screen and (max-width: 860px) {
    .media__section {
        flex-direction: column;
        padding: 0;
    }
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .media__figure {
        -webkit-transition: none;
        transition: none;
    }
}

.media--service {
    display: flex;
    flex-direction: column;
    padding-bottom: 160px;
}

.media__figure figcaption {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
}

.media__figure--rev {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.media__figure--inline {
    display: inline;
    margin-bottom: 15px;
}

.media__figure--inline+.media__text {
    overflow: visible;
}

.media__text {
    overflow: hidden;
}

.media__btn-detail {
    margin-top: 20px;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .two_column .media--service .media__figure {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 860px) {
    .media {
        margin-top: 30px;
    }

    .media__figure {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .media__figure--rev {
        float: none;
        margin-left: 0;
    }

    .media--service {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }

    .media--service .media__figure {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .media--service .media__figure--inline {
        display: block;
        margin-bottom: 0;
    }

    .media__btn-detail {
        text-align: center;
    }
}

/* mediaVertical */
.mediaVertical {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.mediaVertical:first-child {
    margin-top: 0;
}

.mediaVertical__text, .mediaVertical__figure {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .mediaVertical__text,
    .mediaVertical__figure {
        -webkit-transition: none;
        transition: none;
    }
}

.mediaVertical__text {
    padding-right: 20px;
}

.mediaVertical__figure {
    text-align: center;
}

.mediaVertical__figure img {
    max-width: none;
}

.mediaVertical__figure figcaption {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
}

.mediaVertical__figure+.mediaVertical__text {
    padding-right: 0;
    padding-left: 20px;
}

@media screen and (max-width: 860px) {
    .mediaVertical__text, .mediaVertical__figure {
        display: block;
    }

    .mediaVertical__text+.mediaVertical__figure,
    .mediaVertical__text+.mediaVertical__text, .mediaVertical__figure+.mediaVertical__figure,
    .mediaVertical__figure+.mediaVertical__text {
        margin-top: 20px;
    }

    .mediaVertical__text {
        padding-right: 0;
    }

    .mediaVertical__figure {
        text-align: center;
    }

    .mediaVertical__figure+.mediaVertical__text {
        padding-left: 0;
    }

    .mediaVertical__figure img {
        max-width: 100%;
    }
}

/* flow */
.flow__item {
    position: relative;
    margin-top: 50px;
    padding-left: 100px;
    padding-bottom: 5px;
}

.flow__item:first-child {
    margin-top: 0;
}

.flow__number {
    box-sizing: border-box;
    position: absolute;
    top: -3px;
    left: 0;
    width: 44px;
    height: 44px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: rgba(0, 35, 104, 1);
    text-align: center;
    line-height: 44px;
    background-color: rgba(239, 241, 245, 1);
    font-weight: 400;
}

.flow .headline--02 {
    margin-top: 0;
}

/* propertyDetail__loading */
.propertyDetail__loading {
    margin-top: 50px;
    padding: 30px 0;
    background-image: url(../gif/img-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 860px) {
    .propertyDetail__loading {
        background-size: 25px;
    }
}

/* propertyDetail */
.propertyDetail {
    margin-top: 85px;
}

.propertyDetail:first-child {
    margin-top: 0;
}

.propertyDetail__header {
    position: relative;
}

.propertyDetail__type {
    position: absolute;
    bottom: 0;
    left: 0;
}

.propertyDetail__label {
    position: absolute;
    top: 9px;
    right: 0;
}

.propertyDetail__headline {
    margin-top: 7px;
    margin-bottom: 12px;
    color: #003894;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.propertyDetail__headline:first-child {
    margin-top: 0;
}

.propertyDetail__headline a {
    text-decoration: none;
}

.propertyDetail__address {
    font-size: 12px;
    line-height: 1.2;
}

.propertyDetail__address li {
    color: #666;
}

.propertyDetail__text {
    font-size: 12px;
    line-height: 1.2;
}

.propertyDetail__eq {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}

.propertyDetail__date {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #666;
    font-size: 12px;
}

.propertyDetail__properties {
    position: absolute;
    bottom: 0;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-weight: bold;
}

.propertyDetail__contents {
    margin-top: 15px;
}

.propertyDetail__area {
    margin-top: 15px;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
}

.propertyDetail__completeDate {
    margin-top: 2px;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
}

.propertyDetail__unit {
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    padding-bottom: 35px;
}

.propertyDetail__listPhoto ul {
    margin-left: -20px;
    font-size: 0;
    letter-spacing: -1em;
    word-spacing: -1em;
}

.propertyDetail__listPhoto li {
    display: inline-block;
    width: 140px;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.propertyDetail__listPhoto li:first-child {
    width: 180px;
    margin-right: 20px;
}

.propertyDetail__listPhoto li img {
    width: 100%;
}

.propertyDetail__listBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: -15px;
    font-size: 0;
    letter-spacing: -1em;
    word-spacing: -1em;
    text-align: center;
}

.propertyDetail__listBtn li {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    font-weight: 800;
}

.propertyDetail__spec, .propertyDetail__other {
    margin-top: 20px;
    font-size: 12px;
}

.propertyDetail .media {
    position: relative;
}

.propertyDetail .media__figure {
    position: relative;
    width: 180px;
}

.propertyDetail .media__figure--large {
    width: 340px;
    margin-right: 40px;
}

.propertyDetail .media__figure .propertyDetail__type {
    display: block;
}

.propertyDetail .media__figure img {
    width: 100%;
}

.propertyDetail .media__text {
    padding-bottom: 25px;
}

.propertyDetail .table {
    margin-top: 30px;
}

.propertyDetail--featureA .propertyDetail__header .propertyDetail__label {
    display: none;
}

.propertyDetail--featureA .propertyDetail__contents {
    margin-top: 15px;
}

.propertyDetail--featureA .table {
    margin-top: 15px;
}

.propertyDetail--featureB .propertyDetail__listPhoto li:first-child {
    display: none;
}

.propertyDetail--featureB .propertyDetail__properties {
    bottom: 4px;
}

.propertyDetail--featureB .media__text {
    padding-bottom: 35px;
}

.propertyDetail--featureC .propertyDetail__listPhoto ul {
    margin-left: -4px;
}

.propertyDetail--featureC .propertyDetail__listPhoto li {
    width: 224px;
    margin-left: 4px;
}

.propertyDetail--featureC .propertyDetail__listPhoto li:first-child {
    width: 224px;
    margin-right: 0;
}

.results .propertyDetail__label.propertyDetail__label.label p,
.new .propertyDetail__label.propertyDetail__label.label p {
    padding: 1px 4px;
}

.results .propertyDetail__label.propertyDetail__label.label p.labelProperty--new,
.new .propertyDetail__label.propertyDetail__label.label p.labelProperty--new {
    padding: 1px 12px;
}

@media screen and (max-width: 860px) {
    .propertyDetail {
        margin-top: 55px;
    }

    .propertyDetail:first-child {
        margin-top: 0;
    }

    .propertyDetail__listLabel {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .propertyDetail__listLabel li {
        float: left;
    }

    .propertyDetail__type {
        display: block;
        position: static;
    }

    .propertyDetail__label {
        position: static;
    }

    .propertyDetail__label.labelProperty {
        background-color: #fff;
    }

    .propertyDetail__label.labelProperty--new {
        background-color: #ed1c24;
        color: #fff;
        line-height: inherit;
    }

    .results .labelProperty,
    .new .labelProperty {
        padding: 0 !important;
    }

    .results .propertyDetail__label.propertyDetail__label.label p,
    .new .propertyDetail__label.propertyDetail__label.label p {
        margin: 0 !important;
        padding: 1px 4px;
    }

    .propertyDetail__headline {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .propertyDetail__date {
        position: static;
        margin-top: 15px;
    }

    .propertyDetail__properties {
        position: static;
    }

    .propertyDetail__contents {
        margin-left: -20px;
        margin-right: -20px;
    }

    .propertyDetail__listPhoto ul {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-left: 0;
        white-space: nowrap;
    }

    .propertyDetail__listPhoto li {
        width: 280px;
        margin-left: 2px;
    }

    .propertyDetail__listPhoto li:first-child {
        width: 280px;
        margin-right: 0;
        margin-left: 0;
    }

    .pickup .propertyDetail__listPhoto li:first-child {
        width: 100%;
    }

    .propertyDetail__listBtn {
        margin-top: 15px;
        text-align: center;
    }

    .propertyDetail .media {
        position: relative;
    }

    .propertyDetail .media__figure {
        width: auto;
        margin-bottom: 10px;
    }

    .propertyDetail .media__figure--large {
        width: auto;
        margin-right: 0;
    }

    .propertyDetail .media__figure .propertyDetail__listLabel {
        display: none;
    }

    .propertyDetail .media__figure img {
        width: 100%;
    }

    .propertyDetail .media__text {
        padding-bottom: 0;
    }

    .propertyDetail .table {
        margin-top: 15px;
    }

    .propertyDetail--featureA .propertyDetail__header .propertyDetail__label {
        display: block;
    }

    .propertyDetail--featureA .propertyDetail__unit {
        padding-bottom: 0;
    }

    .propertyDetail--featureA .propertyDetail__unit .propertyDetail__label {
        display: none;
    }

    .propertyDetail--featureA .table {
        margin-top: 15px;
    }

    .propertyDetail--featureB .propertyDetail__properties {
        margin-top: 15px;
    }

    .propertyDetail--featureB .propertyDetail__listPhoto {
        margin-bottom: 15px;
    }

    .propertyDetail--featureB .propertyDetail__listPhoto li:first-child {
        display: inline-block;
    }

    .propertyDetail--featureB .media__figure {
        display: none;
    }

    .propertyDetail--featureB .media__text {
        padding-bottom: 0;
    }

    .propertyDetail--featureC .propertyDetail__properties {
        margin-top: 15px;
    }

    .propertyDetail--featureC .propertyDetail__listPhoto ul {
        margin-left: -2px;
    }

    .propertyDetail--featureC .propertyDetail__listPhoto li {
        width: 280px;
        margin-left: 2px;
    }

    .propertyDetail--featureC .propertyDetail__listPhoto li:first-child {
        width: 280px;
    }

    .closeup .propertyDetail__contents {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .closeup .pickup .propertyDetail__contents {
        margin-bottom: 44px;
    }

    .closeup .propertyDetailList .propertyDetail {
        margin-top: 85px;
    }
}

.closeup .propertyDetailList .propertyDetail:first-of-type {
    margin-top: 85px;
}

/* visual */
.visual {
    text-align: center;
    margin-bottom: 80px;
}

.visual__header {
    position: relative;
}

.visual__headline {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    color: #fff;
    font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
    font-size: 40px;
    line-height: 1.2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.visual__lead {
    margin-top: 30px;
}

.slideBox .slideBox__favorite-sp {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    display: none;
}

@media screen and (max-width: 860px) {
    .slideBox .slideBox__favorite-sp {
        display: block;
    }
}

.shareBtn__title {
    font-weight: bold;
}

.anchor {
    height: 48px !important;
    margin-top: -48px !important;
}

.modalArea {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modalArea-active {
    display: block;
}

.modalContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 24px;
    width: 578px;
    min-height: 318px;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    border: solid 1px #CCC;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 860px) {
    .modalContent {
        width: 80%;
        padding: 0 20px;
        margin: 0 auto;
    }
}

.modalContent__text {
    padding-top: 15px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
}

.modalContent__link {
    text-decoration: none;
    font-size: 15px;
    font-family: "Lato", sans-serif;
}

.modalContent__link i.icon {
    font-size: 10px;
    margin-right: 5px;
}

.modalContent__btn--close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modalContent__btn--yes {
    min-width: 180px;
    margin: 50px auto 10px;
    font-family: "Lato", sans-serif;
    font-weight: 600 !important;
}

#modalArea_form .btn.btn--disable {
    text-transform: none;
    font-weight: 600 !important;
}

#modalArea_form {
    width: 500px;
}

#modalArea_form .input {
    width: 100%;
    margin-top: 20px;
}

#modalArea_form .formBtn {
    margin-top: 20px;
}

.modalContent {
    padding: 20px;
    height: auto;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    text-align: left;
}

#modalArea_form .askProperty__title {
    font-family: "Lato", "Roboto", sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
}

#modalArea_form table {
    width: 100%;
}

#modalArea_form table td {
    text-align: letf;
}

@media screen and (max-width: 860px) {
    #modalArea_form {
        width: 100%;
    }

    .modalContent {
        width: 90%;
    }
}

.pinchCap {
    display: none;
}

@media screen and (max-width: 860px) {
    .pinchCap {
        display: block;
        color: #666;
        font-size: 10px;
        text-align: right;
    }

    .pinchCap i.icon {
        display: inline-block;
        font-size: .8rem;
        margin-right: 5px;
        vertical-align: middle;
    }
}

table.table_duplicate_border tbody td {
    border-top: 0px;
}

a.btn.btn--properties.btn--snowflake {
    border-radius: 0;
}

.formHeadline span {
    position: relative;
    left: 5px;
}

.form_input_wrap input:valid+div.placeholder {
    display: none;
}

.form_input_wrap input:focus+div.placeholder {
    display: none;
}

.placeholder {
    position: absolute;
    pointer-events: none;
    top: 12px;
    left: 15px;
    opacity: 0.7;
    margin: auto;
}

.placeholder span {
    color: rgba(164, 0, 0, 1);
    position: relative;
    left: 5px;
}

.form_input_wrap {
    position: relative;
}

input:not([value=""])+div.email_holder.placeholder {
    display: none;
}

.mapButton {
    border: solid 1px rgb(51, 51, 51);
    border-radius: 3px;
    width: 320px;
    background: url("../png/bg_map.png");
    background-position: center;
    color: #039 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    display: block;
}

.mapButton:hover {
    color: #00A0E8 !important;
    background-position: center;
}

@media screen and (max-width: 860px) {
    td .mapButton {
        width: 165px;
        background-size: 105%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    td .mapButton h4 {
        font-size: 10px;
    }
}


.mapButtonWidth100 {
    border: solid 1px rgb(51, 51, 51);
    border-radius: 3px;
    width: 100%;
    background: url("../png/bg_map.png");
    background-position: center;
    color: #039 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    display: block;
}

.mapButtonWidth100:hover {
    color: #00A0E8 !important;
    background-position: center;
}

@media screen and (max-width: 860px) {
    td .mapButtonWidth100 {
        width: 165px;
        background-size: 105%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    td .mapButtonWidth100 h4 {
        font-size: 10px;
    }
}

.cellMergedTableForm table {
    table-layout: fixed;
    width: 100%;
}

.cellMergedTableForm tbody {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cellMergedTableForm td {
    box-sizing: border-box;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    vertical-align: top;
    padding-left: 11px !important;
}

.cellMergedTableForm td:last-child {
    width: 65%;
}

.cellMergedTableForm .checkBoxColumn {
    width: 60px;
    text-align: center;
    padding-left: 2px !important;
}

.cellMergedTableForm .labelColumn {
    width: 25%;
    font-weight: 700;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

.cellMergedTableForm .tableTopError {
    margin-bottom: 28.5px;
}

.cellMergedTableForm .tableTopError .formError {
    font-weight: bold;
}

.cellMergedTableForm .submit-btn {
    width: 180px;
}

@media screen and (max-width: 860px) {
    .cellMergedTableForm {
        margin-right: -20px;
        margin-left: -20px;
    }

    .cellMergedTableForm .checkBoxColumn {
        width: 43px;
    }

    .cellMergedTableForm .labelColumn {
        width: 100px;
    }

    .cellMergedTableForm .table tr td {
        display: table-cell;
    }

    .cellMergedTableForm .tableTopError {
        margin-left: 20px;
    }
}

/* ------------------------------------ */
/* 11/19 column追加                     */
/* ------------------------------------ */
.adjusted .bold {
    font-weight: bold;
}

.adjusted .mt0 {
    margin-top: 0 !important;
}

.adjusted .contents p,
.adjusted .contents ul,
.adjusted .contents ol {
    margin-bottom: 20px;
}

.adjusted .contents>.image:first-child {
    margin-bottom: 50px;
}

/* heading */
.adjusted .pageTitle .headline--01__supplement {
    display: block;
    margin-bottom: 10px;
}

.adjusted article>section:nth-child(1) .headline--02 {
    margin-top: 0;
}

.adjusted .headline--02 {
    margin-top: 80px;
}

.adjusted .headline--03 {
    margin-top: 50px;
}

.adjusted .headline--04 {
    margin-top: 35px;
}

.adjusted .column+.headline--04 {
    margin-top: 15px;
}

.adjusted .typeBurette {
    position: relative;
    padding-left: 20px;
}

.adjusted .typeBurette:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333333;
}

/* image */
.adjusted .image {
    text-align: center;
}

.adjusted .image__caption {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
    text-align: left;
}

.adjusted .column {
    margin: 20px 0 0;
}

.adjusted .column__item {
    margin-bottom: 0;
}

.adjusted .column+.column {
    margin-top: 30px;
}

.adjusted .column.typeRev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

/* wrapAround */
.adjusted .wrapAround {
    margin-top: 30px;
}

.adjusted .wrapAround+.wrapAround {
    margin-top: 50px;
}

.adjusted .wrapAround__image {
    float: left;
    margin: 0 40px 0 0;
    max-width: 50%;
}

.adjusted .typeRev .wrapAround__image {
    float: right;
    margin: 0 0 0 40px;
}

.adjusted .wrapAround .image {
    margin-bottom: 0;
}

.adjusted .wrapAround .image__caption {
    margin-bottom: 10px;
}

/* dt */
.adjusted .dlVertical .typeBlack {
    color: #000;
}

.adjusted .dlHorizontal--rev dt {
    font-weight: bold;
}

.adjusted .dlHorizontal--rev dd {
    font-weight: normal;
}

.adjusted .dlHorizontal.typeLiquid {
    display: table;
    overflow: initial;
}

.adjusted .dlHorizontal.typeLiquid .row {
    display: table-row;
}

.adjusted .dlHorizontal.typeLiquid dt {
    display: table-cell;
    max-width: 330px;
    position: relative;
}

.adjusted .dlHorizontal.typeLiquid dd {
    display: table-cell;
    padding-left: 20px;
}

.adjusted .dlHorizontal--01.typeLiquid dd {
    font-weight: bold;
}


/* lineImageList */
.adjusted .lineImageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px -10px;
}

.adjusted .typeFrame {
    margin: 20px 0;
    padding: 30px 20px 10px;
    background: #E9E9F4;
}

.adjusted .lineImageList+.lineImageList {
    margin-top: 50px;
}

.adjusted .lineImageList li {
    margin: 0 10px 20px;
}

.adjusted .box {
    padding-bottom: 10px;
}

.adjusted .box h3,
.adjusted .box h4,
.adjusted .box h5,
.adjusted .box h6 {
    margin-top: 0;
}

.adjusted .box .headline--05 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.adjusted .table {
    margin: 20px 0;
}

.adjusted .table+.table {
    margin-top: 50px;
}

.adjusted .table ul:last-child {
    margin: 0;
}

.adjusted .table tbody tr:hover th,
.adjusted .table tbody tr:hover td {
    cursor: default;
    background-color: transparent;
}

.adjusted .table tbody td:first-child {
    padding-left: 0;
}

.adjusted .table.typeActionHover tbody tr:hover th,
.adjusted .table.typeActionHover tbody tr:hover td {
    background-color: #ccd7ea;
}

.adjusted .js-responsive-table .responsive-table__message {
    display: none;
}

.adjusted .livingInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

.adjusted .livingInfo>* {
    margin-right: 10px;
    margin-left: 10px;
}

.adjusted .livingInfo__image {
    max-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.adjusted .typeBlockquote {
    position: relative;
    padding-top: 60px;
    background-color: #EFEFEC;
}

.adjusted .typeBlockquote:before {
    display: block;
    content: '';
    width: 31px;
    height: 20px;
    position: relative;
    top: -30px;
    background: url(../png/icn-quots.png);
}


@media screen and (max-width: 860px) {
    .adjusted .pageTitle>* {
        text-align: left;
    }

    .adjusted .pageTitle .headline--01__supplement {
        font-size: 14px;
    }

    .adjusted .headline--02 {
        margin-top: 60px;
    }

    .adjusted .contents>.image:first-child {
        margin-bottom: 30px;
    }

    .adjusted .image img {
        width: 100%;
    }

    .adjusted .column {
        display: block;
    }

    .adjusted .wrapAround.typeSpCol .wrapAround__image {
        float: none;
        max-width: 100%;
        margin: 0;
    }

    .adjusted .typeFrame {
        padding: 30px 10px 10px;
    }

    .adjusted .livingInfo__image {
        max-width: 100px;
    }

    .adjusted .js-responsive-table {
        position: relative;
        padding-top: 25px;
    }

    .adjusted .headline--02+.js-responsive-table {
        margin-top: -10px;
    }

    .adjusted .js-responsive-table .responsive-table__message {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0;
        padding-left: 20px;
        font-size: 12px;
        background: url(../png/bg-icon-pinch-out-sp.png) no-repeat left center;
        background-size: auto 100%;
    }

    .adjusted .js-responsive-table .table {
        width: 680px;
        margin-top: 0;
    }

    .adjusted .dlHorizontal.typeLiquid,
    .adjusted .dlHorizontal.typeLiquid .row {
        display: block;
    }

    .adjusted .dlHorizontal.typeLiquid dt {
        display: block;
        max-width: auto;
        font-weight: bold !important;
    }

    .adjusted .dlHorizontal.typeLiquid dd {
        display: block;
        padding-left: 0;
        font-weight: normal !important;
    }


}

.matterport-thumbnail {
    width: 200px;
    height: 133px;
}

.matterport-sample-area {
    margin-top: 35px;
}

.matterport-available {
    display: none;
}

.matterport-available-special {
    display: none;
}

.matterport-samples {
    display: flex;
    flex-flow: wrap;
}

.matterport-sample .matterport-floor-plan {
    margin-bottom: 10px;
}

.matterport-thumbnail-wrap {
    position: relative;
}

.matterport-sample {
    margin-right: 30px;
}

.matterport-sample:last-child {
    margin-right: 0;
}

.matterport-sample-area .play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    background: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    font-size: 8px;
    text-align: center;
    line-height: 34px;

    pointer-events: none;
}

@media screen and (max-width: 860px) {
    .matterport-sample-area {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .matterport-sample {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .matterport-thumbnail {
        width: 100%;
        height: auto;
    }

    .matterport-available {
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px;
        pointer-events: none;
    }

    .matterport-available-special {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px;
        pointer-events: none;
        z-index: 10;
    }

    .matterport-sample {
        margin-right: 20px;
    }

    .matterport-sample:last-child {
        margin-right: 20px;
    }
}

.contents--column-2--closeup {
    padding-right: 300px !important;
}

.pickup {
    border-radius: 4px;
    background-color: #efefec;
    line-height: 1.2;
    padding: 25px 20px;
}

.closeup .pickup .propertyDetail {
    display: block;
    margin-top: 40px;
}

.closeup .propertyDetailList .propertyDetail {
    display: block;
}

.pickup_item {
    margin-left: auto;
    margin-right: auto;
}

.pickup_headline {
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.closeup__label {
    top: 9px;
    right: 0;
}

.contents--column-2--closeup+.side {
    margin-left: -300px;
}

.pickup .propertyDetail__listPhoto ul li {
    display: none;
}

@media screen and (max-width: 860px) {
    .closeup__label.labelProperty--new {
        background-color: #ed1c24;
        color: #fff;
        line-height: inherit;
    }

    .contents--column-2--closeup {
        padding-right: 0 !important;
    }

    .pickup .propertyDetail__listPhoto li:first-child {
        display: block;
    }

    .closeup .pickup .propertyDetail {
        margin-top: 30px;
    }
}

.ms__related_article {
    margin-top: 20px;
}

.ms__related_article_title {
    font-size: 14px;
    margin-bottom: 15px;
}

.edu_international_school {
    background: #efefef;
    margin: 85px auto 0 auto;
    width: 980px;
}

.edu_international_school .article_figure, .edu_international_school .article_text {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    transition: .5s;
}

.edu_international_school .article_label {
    margin-top: 20px;
    font-family: Lato sans-serif;
    font-size: 13px;
}

.edu_international_school .article_figure img {
    max-width: none;
    width: 490px;
    max-height: 320px;
}

.edu_international_school .article_text {
    padding: 0 33px 26px 33px;
}

.edu_international_school .article_cap {
    font-size: 14px;
    margin-bottom: 15px;

}

.edu_international_school h3 {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}

.mapButtonWrap {
    margin-top: 20px;
}

.mapButtonWrap .mapButton {
    width: 95%;
}

.searchAreaBtn {
    position: absolute;
    top: 3%;
    left: 50%;
    z-index: 90;
}

/*スマホ版のCSSも実装*/
@media screen and (max-width: 860px) {
    .searchAreaBtn {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 90;
    }
}

#searchAreaBtn {
    width: 220px;
    height: 45px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.searchAreaBtn_white {
    background-color: #ffffff;
}

.searchAreaBtn_lightgrey {
    background-color: lightgrey;
}

.searchAreaButtonImage_noDisp {
    display: none;
}

/*スマホ版のCSSも実装*/

@media screen and (max-width: 860px) {
    .edu_international_school {
        width: inherit;
        display: flex;
        flex-flow: column;
    }

    .edu_international_school .article_figure img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}

.form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-row {
    flex: 1 1 calc(50% - 10px);
    min-width: 300px;
    margin-bottom: 14px;
}

.form-header {
    margin-bottom: 10px;
    font-family: "jost", serif;
}

.form-header label {
    font-size: 20px;
    font-weight: 500;
}

.mandatory-label {
    font-size: 14px;
    font-weight: normal;
}

.complete-label{
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .form-container {
        gap: 0px;
    }
    .form-row {
        flex: 1 1 100%;
        margin-bottom: 4px;
    }
}

.form-field {
    width: 100%;
}

.formName {
    width: 100%;
}

.formName__input {
    width: 100%;
}

.input {
    width: 100%;
    box-sizing: border-box;
}

.formError.active {
    display: block;
}

.iti.iti--allow-dropdown { width: 100% }

.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding-inline-start: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
}
