@charset "utf-8";

/*-----------------------------------
radius
-----------------------------------*/
.income,
.property,
.redu-box,
.redu-box h5 span,
.comparison ul,
.comparison img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.redu-box h5{
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;  
}

/*-----------------------------------
rent
-----------------------------------*/
.rent .md th{
    text-align: center;
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    .rent .tb th{
        width: 20%;
    }
    .rent .tb td{
        width: 40%;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    .rent .tb td{
        width: 40%;
    }
}

/*-----------------------------------
sublease
-----------------------------------*/
.img-box dd img{
    width: 400px;
}
.outline dt{
    margin-bottom: 5px;
    font-weight: bold;
}
.outline p{
    text-indent: 0;
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    .outline dl{
        float: left;
        width: 31%;
    }
    .outline dl.step01{
        margin-right: 3.5%;
    }
    .outline dl.step02{
        margin-right: 3.5%;
    }
    .outline dt{
        font-size: 16px;
    }
    .outline dt img{
        margin-bottom: 15px;
    }
    .arrow_box01,
    .arrow_box02{
        position: relative;
        background: #d3eeef;
    }
    .arrow_box01:after,
    .arrow_box02:after{
        left: 31%;
        top: 125px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(196, 225, 244, 0);
        border-left-color: #d3eeef;
        border-width: 20px;
        margin-top: -20px;
    }
    .arrow_box02:after{
        left: 65.5%;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    .outline dl{
        background: #F5F5F5;
        padding: 0.9375em 1.8em;
    }
    .outline dt .illust{
        text-align: center;
    }
    .outline dt img{
        margin-bottom: 0.9375em;
    }
    .arrow_box01,
    .arrow_box02 { 
        position: relative;
        margin-bottom: 25px;
    }
    .arrow_box01:after,
    .arrow_box02:after{
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(196, 225, 244, 0);
        border-top-color: #d3eeef;
        border-width: 20px;
        margin-left: -20px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .arrow_box01:after,
    .arrow_box02:after{
        top: 80px;
    }
}

/*-----------------------------------
reform
-----------------------------------*/
.reduction h4{
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
}/*共通設定のリセット*/
.comparison ul{
    background-color: #F4FBFB;
    background-image: url(/static/image/monetize/reform-arrow.png);
    background-repeat: no-repeat;
}
.comparison ul li{
    float: left;
    width: 45%;
    text-align: center;
}
.comparison ul li:first-child{
    margin-right: 10%;
}
.comparison ul li:first-child{
    margin-right: 10%;
}
.comparison ul li .ttl{
    font-size: 105%;
    font-weight: bold;
    color: #3d8d8b;
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    .comparison ul{
        float: left;
        width: 49%;
        margin-top: 20px;
        padding: 10px 25px 25px;
        background-position: center 55%;
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        -ms-background-size: 40px 40px;
        background-size: 40px 40px;
    }
    .comparison ul:nth-child(1),
    .comparison ul:nth-child(2){
        margin-top: 0;
    }
    .comparison ul:nth-child(2n){
        margin-left: 2%;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    .comparison ul{
        margin-bottom: 10px;
        padding: 8px 10px 10px;
        background-position: center 60%;
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        -o-background-size: 30px 30px;
        -ms-background-size: 30px 30px;
        background-size: 30px 30px;
    }
    .comparison ul:last-child{
        margin-bottom: 0;
    }
    .ref img{
        width: 327px;
    }
}

.redu-box{
    padding: 15px 15px;
    background: #FCFCFC;
}
.reduction h4,
.reduction h5{
    font-weight: bold;
}
.reduction h4{
    margin-bottom: 5px;
    text-align: center;
}

.redu-box dl{
    display: table;
    width: 100%;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #333;
    font-size: 75%;
}
.redu-box dl:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.redu-box dt{
    display: table-cell;
    width: 35%;
    padding-right: 3%;
}
.redu-box dd{
    display: table-cell;
    width: 62%;
}
.redu-box h5{
    font-size: 90%;
    font-weight: bold;
    text-align: center;
}
.redu-box h5 span{
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 95%;
    color: #FFF;
}
.income h5 span{
    background: #718ECC;
}
.property h5 span{
    background: #04B770;
}
.redu1{
    background: #F4F0F7;
    border: 2px solid #FFF;    
}
.redu1 h5{
    background: #DCCCE3;
}
.redu2{
    background: #F4FBFB;
    border: 2px solid #FFF;    
}
.redu2 h5{
    background: #D3EFEF;
}
.redu3{
    background: #ECFCD6;
    border: 2px solid #FFF;    
}
.redu3 h5{
    background: #C7F488;
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    .reduction{
        margin: 25px 0;
    }
    .redu-box{
        float: left;
        width: 32%;
    }
    .redu-box:first-child{
        margin-right: 2%;
    }
    .redu-box:last-child{
        margin-left: 2%;
    }
    .income,
    .property{
        margin: 0 0 15px;
        padding: 15px;
    }
    .redu-box h5{
        margin: -15px -15px 15px;
        padding: 5px 15px;
    }
    .income.hide-for-small-only{
        background: #f7f7f7;
        border: none;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    .reduction{
        margin: 20px 0;
    }
    .redu-box{
        margin-bottom: 10px;
    }
    .redu-box:last-child{
        margin-bottom: 0;
    }
    .income,
    .property{
        margin: 0 0 10px;
        padding: 15px;
    }
    .redu-box h5{
        margin: -15px -15px 10px;
        padding: 5px 15px;
    }
}

.income:last-child,
.property:last-child{
    margin-bottom: 0;
}

/*-----------------------------------
airbnb
-----------------------------------*/
/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    .airbnb li{
        float: left;
    }
    .airbnb li:first-child{
        margin-right: 25px;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    .airbnb li:first-child img{
        width: 170px;
        margin-bottom: 20px;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
section,
.comparison,
.reduction
{
    display: block;
    min-height: 1%;
}
section:after,
.comparison:after,
.reduction:after
{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}