@charset "UTF-8";

/*--- 全体的な設定 ---*/
html {
    font-size:62.5%;
    color:#333333;
    font-weight: 300;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Droid Sans",sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0 auto;
    max-width: 750px;
    overflow-x: hidden;
}
@media print, screen and (min-width: 750px) {
    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../common/images/pc_bg01.jpg) center top no-repeat;
        background-size: cover;

        z-index: -1;
        overflow-x: hidden;
    }
}


/*--- メインエリア ---*/
.container{
    padding-top:74px;
    background-color: #FFFFFF;
    display: block;
}
.container h1{
    margin-bottom:9px;
}
.container h1 img{
    width: 100%;
    max-width: 750px;
}
.pointArea_container{
    margin: 0 auto;
    width: 94.6666%;
    padding-bottom: 17px;
}

.breadcrumb_list{
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    width: 94.6666%;
    margin: 0 auto 20px;
}
.breadcrumb_list a{
    text-decoration: none;
    color: #0000FF;
}

/* メインエリア 吹き出し */
.pointArea_container .pointArea{
    position: relative;
    width: 100%;
    background-color:#FF7500;
    margin: 0 auto 29px;
    border-radius: 10px;
    padding: 12px;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow:0px 3px 8px 3px rgba(0, 0, 0, 0.2);
}
.pointArea_container .pointArea:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 18px solid #FF7500;
}
.pointArea_container .pointArea .pointNamber{
    width: 93.2394%;
    height: 34px;
    background-color:#FFFFFF;
    margin: 0 auto 18px;
    border-radius: 19px;
    padding-top: 3px;
    color: #FF7500;
    text-align: center;
    line-height: 1;
    font-size:1.8rem;
}
.pointArea_container .pointArea .pointNamber span{
    font-size:3.0rem;
    font-family: Helvetica;
    vertical-align: -2px;
    margin-left: 6px;
}
.pointArea_container .pointArea .pointTxet{
    width: 93.2394%;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.46153;
    font-weight: 500;
}
@media print, screen and (max-width: 374px) {
    .pointArea_container .pointArea .pointTxet {
    font-size: 2.2rem;
    }
}
.pointArea_container p{
    font-size: 1.6rem;
    line-height: 2;
}

/* メインエリア テーブル */
.tableArea_container{
    width: 94.6666%;
    margin: 0 auto 38px;
}
.tableArea_container .table_titleBox{
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 17px;
}
.tableArea_container .table_titleBox h3{
    font-weight: 600;
    font-size: 1.6rem;
}
.tableArea_container .table_titleBox p{
    font-size: 1.3rem;
    margin-top: 3px;
}
.tableArea_container .tableArea{
    overflow-x: scroll;
    margin-bottom: 12px;
    margin-left: -3px;
}

/* テーブル下のバーの設定 */
.tableArea_container .tableArea::-webkit-scrollbar{
    height:14px;
}
.tableArea_container .tableArea::-webkit-scrollbar-track{
    background:#EDEDED;
    border-radius: 8px;
}
.tableArea_container .tableArea::-webkit-scrollbar-thumb{
    background:#CCCCCC;
    border-radius: 8px;
    background-clip: content-box;
}
/* .tableArea_container .tableArea::after {
    content: "※物件の利益率を30％としています";
    font-size: 1.3rem;
    line-height: 1;
    margin: 17px 0;
    display: inline-block;
} */
.tableArea_container .tableArea .table04{
    width: 120%;
    margin-left: 3px;
    margin-bottom: 12px;
}
.tableArea_container .tableArea .table04 td,
.tableArea_container .tableArea .table04 th{
    min-width: 89px;
    border: 1px solid #D6D6D6;
    border-collapse: collapse;
    font-size: 1.4rem;
    text-align: right;
    padding: 14px 10px 14px 0;
    line-height: 1;
}
.tableArea_container .tableArea .table04 thead th,
.tableArea_container .tableArea .table04 tbody th{
    font-weight: 600;
    text-align: center;
    padding-right: 0px;
}
.tableArea_container .tableArea .table04 thead th:first-child{
    background-color: #6A6A6A;
    color: #FFFFFF;
}
.tableArea_container .tableArea .table04 tbody th{
    color: #FFFFFF;
}
.tableArea_container .tableArea .table04 tbody tr:nth-of-type(odd) th{
    background-color: #F58D35;
}
.tableArea_container .tableArea .table04 tbody tr:nth-of-type(even) th{
    background-color: #FFA253;
}
.tableArea_container .tableArea .table04 tbody tr:nth-of-type(odd) td{
    background-color: #FFFEE6;
}

/* テーブル　イレギュラーな箇所のクラス指定 */
.tableArea_container .tableArea .table04 .bold{
    font-weight: bold;
}
.tableArea_container .tableArea .table04 thead tr th.bc_blue,
.tableArea_container .tableArea .table04 thead tr td.bc_blue,
.tableArea_container .tableArea .table04 tbody tr th.bc_blue,
.tableArea_container .tableArea .table04 tbody tr td.bc_blue{
    background-color: #DBF1FF;
}
.tableArea_container .tableArea .table04 thead tr th.bc_gray,
.tableArea_container .tableArea .table04 thead tr td.bc_gray,
.tableArea_container .tableArea .table04 tbody tr th.bc_gray,
.tableArea_container .tableArea .table04 tbody tr td.bc_gray{
    background-color: #F0F0F0;
}
.tableArea_container .tableArea .table04 thead tr th.bc_green,
.tableArea_container .tableArea .table04 thead tr td.bc_green,
.tableArea_container .tableArea .table04 tbody tr th.bc_green,
.tableArea_container .tableArea .table04 tbody tr td.bc_green{
    background-color: #EEFFEB;
}
.tableArea_container .tableArea .table04 thead tr th.bc_yellow,
.tableArea_container .tableArea .table04 thead tr td.bc_yellow,
.tableArea_container .tableArea .table04 tbody tr th.bc_yellow,
.tableArea_container .tableArea .table04 tbody tr td.bc_yellow{
    background-color: #FAF683;
}
.tableArea_container .tableArea .table04 thead tr th.bc_yellow_02,
.tableArea_container .tableArea .table04 thead tr td.bc_yellow_02,
.tableArea_container .tableArea .table04 tbody tr th.bc_yellow_02,
.tableArea_container .tableArea .table04 tbody tr td.bc_yellow_02{
    background-color: #FAF683;
    color: #FF3434;
}
.tableArea_container .tableArea .table04 .fc_blue{
    color: #3966BC;
}
.tableArea_container .tableArea .table04 .fc_blue_02{
    color: #1F42FF;
}
.tableArea_container .tableArea .table04 .fc_red{
    color: #FF3434;
}
.tableArea_container .tableArea .table04 .fc_green{
    color: #159804;
}
.tableArea_container .tableArea .table04 .left{
    text-align: left;
}
.tableArea_container .tableArea .table04 .center{
    text-align: center;
}
.tableArea_container .tableArea .table04 .box_red{
    border: 4px solid #FF3434;
}

.tableArea_container .scrollText{
    font-size: 1.3rem;
    line-height: 1;
}
.tableArea_container .scrollText img{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin:0 5px;
}

/* メインエリア イラスト */
.illustration{
}
.illustration img{
    width: 86.6666%;
    margin: 0 auto 50px;
    display: block;
}

/* メインエリア 説明 */
.explanation{
    width: 94.6666%;
    margin: 0 auto;
    padding-bottom: 46px;
    font-size: 1.6rem;
    line-height: 2;
    color:#333333;
}
.explanation .marker{
    background:linear-gradient(#FFFFFF 60%, #F7C4EB 60%, #F7C4EB 90%);
    font-weight: 500;
}

/* メインエリア 次のページへのボタン */
.nextPageBtn{
    margin-bottom: 30px;
}
.nextPageBtn a{
    position: relative;
    width: 82.4%;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    background-color:#FF7500;
    border-radius: 32px;
    padding-top: 13px;
    text-decoration: none;
    font-size: 1.8rem;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
    display: block;
}
.nextPageBtn a span{
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    margin-top: 6px;
}
.nextPageBtn a .fa-chevron-circle-right{
    position: absolute;
    top: 22px;
    right:12px;
}

/* 戻るボタン */
.returnPageBtn{
}
.returnPageBtn a{
    position: relative;
    width: 50.9333333%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background-color:#969696;
    border-radius: 25px;
    padding-top: 17px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.returnPageBtn a .fa-chevron-circle-left{
    position: absolute;
    top: 17px;
    left:12px;
}