@charset "utf-8";

/*-------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------*/

body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.page * {
    font-family: "メイリオ", "Meiryo", Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    box-sizing: border-box;
}

#article a {
    display: block;
}


/*-------------------------------------------------------------------------
UI
-------------------------------------------------------------------------*/

.ui-bold {
    font-weight: bold;
}


/* MARGIN BOTTOM */

.ui-mgb2 {
    margin-bottom: 2px;
}

.ui-mgb5 {
    margin-bottom: 5px;
}

.ui-mgb13 {
    margin-bottom: 13px;
}

.ui-mgb15 {
    margin-bottom: 15px;
}


/* FONT SIZE */

.ui-fs13 {
    font-size: 13px;
}

.ui-ttl {
    font-size: 13px;
    font-weight: bold;
    color: #af007b;
    margin: 0 0 1px;
}


/* ui-dl */

.ui-dl-type1>dt {
    display: block;
    width: 190px;
    height: 22px;
    line-height: 23px;
    background-color: #51003a;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    text-indent: .8em;
    margin: 0 0 9px;
}

.ui-dl-type1>dd {
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

.ui-dl-type1>li {
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.ui-dl-type2 {
    float: left;
    margin: 0 20px 0 0;
}

.ui-dl-type2 dt {
    line-height: 1.2;
    font-weight: bold;
    color: #af007b;
    margin: 0 0 3px;
}

.ui-dl-type1>dd,
.ui-dl-type2,
.ui-dl-type2 dt,
.ui-dl-type2 dd,
.ui-dl-type2 li,
.ui-dl-type2 p {
    font-size: 13px;
}

.ui-cl-main {
    color: #b1007c;
}

.ui-indent {
    text-indent: -1em;
    margin-left: 1em;
}


/*-------------------------------------------------------------------------
PAGE
-------------------------------------------------------------------------*/


/* LAYOIUT
--------------------------- */

.flow {
    margin: 0 0 35px;
}

.flow>li {
    margin: 0 0 20px;
    background: -webkit-linear-gradient(top, #b3007e, #59013b);
    background: -moz-linear-gradient(top, #b3007e, #59013b);
    background: linear-gradient(to bottom, #b3007e, #59013b);
    border-radius: 5px;
    padding: 0 3px 3px;
    position: relative;
}

.flow>li:before {
    position: absolute;
    top: 7px;
    left: 16px;
}


/* カウンター */

.flow>.flow__list10:before,
.flow>.flow__list11:before,
.flow>.flow__list12:before {
    left: 0;
}

.flow__list1:before {
    content: url("../images/img_num1.png");
}

.flow__list2:before {
    content: url("../images/img_num2.png");
}

.flow__list3:before {
    content: url("../images/img_num3.png");
}

.flow__list4:before {
    content: url("../images/img_num4.png");
}

.flow__list5:before {
    content: url("../images/img_num5.png");
}

.flow__list6:before {
    content: url("../images/img_num6.png");
}

.flow__list7:before {
    content: url("../images/img_num7.png");
}

.flow__list8:before {
    content: url("../images/img_num8.png");
}

.flow__list9:before {
    content: url("../images/img_num9.png");
}

.flow__list10:before {
    content: url("../images/img_num10.png");
}

.flow__list11:before {
    content: url("../images/img_num11.png");
}

.flow__list12:before {
    content: url("../images/img_num12.png");
}

.flow__ttl {
    height: 43px;
    padding: 10px 0 0 76px;
    border-radius: 5px 5px 0 0;
}

.flow__contents {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 25px 14px 15px;
}



/* OBJECT
--------------------------- */

.flow__text-head {
    margin: 0 0 13px;
}

.flow__text-head span {
    font-weight: bold;
    color: #af007b;
}

.flow__text-head .green {
    color: #47ab3a;
}


/*-------------------------------------------------------------------------
売却価格の決定
-------------------------------------------------------------------------*/

.cost-duty {
    width: 456px;
    float: left;
}

.ui-dl-type2:last-child {
    margin: 0;
}

.ion-orginal {
    float: right;
    margin: 15px 0 0 0px;
}

.ion-orginal a {
    width: 100%;
    vertical-align: bottom;
}

.ion-orginal a:hover {
    opacity: .8;
}


/*-------------------------------------------------------------------------
繰上償還と抵当権抹消
-------------------------------------------------------------------------*/
.flow__list12 .flow__text-head {
    margin-bottom: 0px;
}


/*-------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------*/

.contact-us {
    text-align: center;
}


/* 見出し */

.contact-us__ttl {
    margin: 0 0 9px;
}

.contact-us__panel {
    background-color: #fff;
    border: 8px solid #e8c6de;
    padding: 10px 0 20px;
    overflow: hidden;
}


/* ロゴ */

.contact-us__logo {
    margin: 0 0 7px;
}


/* 左側 */

.contact-us__panel__left {
    float: left;
    margin: 0 0 0 33px;
    padding: 0;
    text-align: left;
}

.contact-us__tel,
.contact-us__text {
    line-height: 1.2;
    font-weight: bold;
}

.contact-us__tel {
    font-size: 34px;
    margin: 0 0 25px;
    padding: 0 0 0 39px;
    background: url("../images/icn_tel.gif") no-repeat 0 1px;
}

.contact-us__text {
    font-size: 30px;
}


/* 右側 */

.contact-us__btn {
    float: right;
    margin: 0 38px 0 0;
}

.contact-us__btn li:first-child {
    margin: 0 0 10px;
}

.contact-us__btn li a:hover img {
    opacity: .8;
}