@charset "UTF-8";
@import url(/common/font/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: 12px;
    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: 468px;
    -webkit-flex: 0 0 468px;
    flex: 0 0 468px;
}

.column--3 .column__item {
    max-width: 312px;
    -webkit-flex: 0 0 312px;
    flex: 0 0 312px;
}

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

@media screen and (max-width: 737px) {
    .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--border-01 {
    border: 1px solid #efefec;
}

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

@media screen and (max-width: 737px) {
    .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: 737px) {
    .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: auto;
}

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

@media screen and (max-width: 737px) {
    .contents--column-2--special {
        padding-right: 0 !important;
    }
}

/* side */
.side {
    box-sizing: border-box;
    float: right;
    width: 240px;
    margin-left: -320px;
}

.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: 737px) {
    .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-radius: 4px;
    background-color: #efefec;
    line-height: 1.2;
}

.navLocal > ul {
    padding-bottom: 15px;
}

.navLocal ul ul {
    margin-left: 30px;
    border-left: 1px solid #ccc;
}

.navLocal li a, .navLocal li strong {
    display: block;
    padding: 10px 20px;
    color: #039;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.navLocal li a:hover, .navLocal li a.is-active, .navLocal li strong:hover, .navLocal li strong.is-active {
    color: #13b0ea;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.6);
}

.navLocal li a.is-active, .navLocal li strong.is-active {
    color: #13b0ea;
    font-weight: 500;
}

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

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

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

.navLocal__headline a, .navLocal__headline strong {
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.navLocal__headline a:hover, .navLocal__headline a.is-active, .navLocal__headline strong:hover, .navLocal__headline strong.is-active {
    color: #13b0ea;
    background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 737px) {
    .navLocal {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* boardSide */
.boardSide {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 95px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #efefec;
    text-align: center;
}

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

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

.boardSide__number {
    font-size: 32px;
}

.boardSide--required {
    color: #d00058;
}

.boardSide--complate {
    color: #069600;
}

/* 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;
}

/* headline */
.headline {
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-weight: 900;
    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: uppercase;
}

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

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

.headline--02 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
}

.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: 16px;
    font-family: Roboto, Helvetica, Arial, Meiryo, sans-serif;
    font-weight: bold;
}

.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: 737px) {
    .headline--01 {
        font-size: 22px;
    }

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

    .headline--02 {
        margin-top: 60px;
        font-size: 18px;
    }

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

    .headline--04 {
        font-size: 16px;
    }

    .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: 737px) {
    .lead01 {
        padding: 0 20px;
    }

    .pageTitle .lead01 {
        padding: 0;
    }
}

/* text */
.text01 {
    margin-bottom: 20px;
}

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

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

.colorAccent {
    color: #d00058;
}

.colorComplete {
    color: #069600;
}

/* caption */
.caption01 {
    margin-bottom: 20px;
    color: #95989a;
    font-size: 12px;
}

.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: 8px;
    height: 8px;
    border-radius: 8px;
}

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

.list--disc > li:before, .list--square > li:before {
    background-color: #95989a;
}

.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: 737px) {
    .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: 737px) {
    .listSearch {
        overflow: auto;
        white-space: nowrap;
    }

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

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

.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: 139px;
}

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

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

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

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

.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: 737px) {
    .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: 737px) {
    .dlHorizontal--02 .dlHorizontal__label {
        margin-left: 0;
        right: 30px;
    }
}

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

.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: 737px) {
    .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 {
    display: inline-block;
    position: relative;
}

.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;
}

.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 {
    font-size: 14px;
    padding-left: 15px;
}

.article_insight .link--arrow:before, .life-guide-banner .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: "Lato", sans-serif;
    font-weight: 800 !important;
    text-transform: uppercase;
}

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

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

.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-color: #95989a;
    color: #95989a;
    font-weight: 800;
}

.btn--cancel:hover, .btn--more:hover {
    background-color: #95989a;
    color: #fff;
}

.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--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;
    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: #003894;
    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: 737px) {
    .labelType {
        line-height: inherit;
        padding: 2px 4px;
    }
}

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

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

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

@media screen and (max-width: 737px) {
    .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: 4px 10px;
    font-size: 12px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
}

.table thead th {
    font-weight: 800 !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;
    cursor: pointer;
}

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

.table tbody th,
.table tbody td {
    padding: 8px 10px;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
}

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

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

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

.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: 737px) {
    .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: 737px) {
    .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;
}

@media screen and (max-width: 737px) {
    .table thead th,
    .table thead td {
        font-size: 11px;
        padding: 5px;
    }

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

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

    .table tbody th,
    .table tbody td {
        font-size: 11px;
        padding: 12px 5px;
    }

    .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 .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;
    }

    .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,
.tableForm td {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

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

.tableForm th {
    width: 200px;
    padding-top: 30px;
    padding-right: 30px;
    font-weight: normal;
}

.tableForm .tableForm__cell--vertical {
    padding-top: 20px;
    vertical-align: middle;
}

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

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

    .tableForm th,
    .tableForm td {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }

    .tableForm th {
        width: auto;
        padding: 15px 20px 10px;
        border-bottom: 0;
    }

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

    .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: 737px) {
    .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: 737px) {
    .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: #d00058;
}

.side .input {
    outline: 0;
}

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

.inputCheck + label {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 1px 0;
    padding-left: 30px;
    cursor: pointer;
}

.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:checked + label:before {
    background-color: #e9e9f4;
}

.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: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fff;
}

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

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

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

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

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

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

.inputCheck--color + label {
    color: #039;
    font-weight: 800;
}

.inputCheck--color + label > span {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

/* inputSelect */
.inputSelect {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    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 select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 38px;
    padding: 11px 15px;
    color: #003894;
    cursor: pointer;
    height: 42px;
}

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

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

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

.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-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;
    color: #003894;
    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 {
    margin-left: 80px;
    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;
}

.formCheck__list li {
    margin-top: 10px;
}

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

.formCheck__listLower {
    padding: 5px 0 15px 30px;
}

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

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

    .formCheck__listLower {
        padding: 5px 0 15px 30px;
    }
}

.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: 737px) {
    .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: #d00058;
}

.formAgree {
    margin-top: 50px;
}

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

.formAgree__headline {
    font-weight: bold;
}

@media screen and (max-width: 737px) {
    .formAgree {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .formAgree__privacy {
        height: 210px;
        text-align: left;
    }
}

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

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

.formBtn {
    position: relative;
    margin-top: 45px;
}

.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;
}

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

@media screen and (max-width: 737px) {
    .formBtn {
        padding-right: 20px;
        padding-left: 20px;
    }

    .formBtn__reset {
        position: static;
        margin-top: 20px;
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

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

.step__list {
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.step__item {
    box-sizing: border-box;
    position: relative;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 57px;
    margin-left: 40px;
    padding-bottom: 15px;
    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;
}

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

    .step__list {
        padding-right: 20px;
        padding-left: 20px;
    }

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

    .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;
    }
}

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

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

.tab__nav {
    margin-bottom: 20px;
}

.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: 2px solid #ccc;
}

@media screen and (max-width: 737px) {
    .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: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.tab__nav li > a {
    position: relative;
    display: block;
    padding: 12px 10px;
    font-family: 'Lato', sans-serif;
    background-color: #e9e9f4;
    color: #003894;
    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-color: #efefec;
}

.tab__nav li > a:hover:before, .tab__nav li > a.is-active:before {
    border-bottom-color: #13b0ea;
}

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

.tab__panel {
    display: none;
}

/* 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 all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .media__figure {
        -webkit-transition: none;
        transition: none;
    }
}

.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: 737px) {
    .media {
        margin-top: 30px;
    }

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

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

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

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

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

    .media--service .media__text {
        order: 1;
    }

    .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: 737px) {
    .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;
}

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

.flow__number {
    box-sizing: border-box;
    position: absolute;
    top: -8px;
    left: 0;
    width: 44px;
    height: 44px;
    border: 3px solid #ccc;
    border-radius: 44px;
    font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
    font-size: 24px;
    color: #95989a;
    text-align: center;
    line-height: 36px;
}

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

@media screen and (max-width: 737px) {
    .flow__item {
        padding-left: 40px;
    }

    .flow__number {
        top: -5px;
        font-size: 18px;
        line-height: 26px;
        width: 32px;
        height: 32px;
        border: 2px solid #ccc;
    }
}

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

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

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

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

.propertyDetail__header {
    position: relative;
}

.propertyDetail__type {
    display: none;
    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;
}

@media screen and (max-width: 737px) {
    .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;
    }

    .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;
    }

    .propertyDetail__listBtn {
        position: static;
        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;
    }
}

/* 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: 737px) {
    .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: 737px) {
    .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: 737px) {
    #modalArea_form {
        width: 100%;
    }

    .modalContent {
        width: 90%;
    }
}

.pinchCap {
    display: none;
}

@media screen and (max-width: 737px) {
    .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: #d00058;
    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("../images/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: 737px) {
    td .mapButton {
        width: 165px;
        background-size: 105%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

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