#gift_lp {
    font-family: "Yu Gothic";
    width: 320px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#gift_lp h2,
#gift_lp h3 {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 120%;
}
#gift_lp ul,
#gift_lp dl {
    font-size: 85%;
}

/*****common*****/

#gift_lp li.last {
    margin-bottom: 0px;
}

/*****clear_fix*****/

#gift_lp ul:after,
#gift_lp .rec_ul dl:after {
    content: "";
    display: block;
    clear: both;
}

/*****tit_font*****/

#gift_lp h2,
#gift_lp h3 {
    text-align: center;
    padding: 0 20px;
    background: #fff;
}

/*****h2_tit*****/

#gift_lp h2 {
    padding: 30px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#gift_lp h2:before,
#gift_lp h2:after {
    border-top: 1px solid;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#gift_lp h2:before {
    margin-right: 1em;
}
#gift_lp h2:after {
    margin-left: 1em;
}

/*****h3_tit*****/

#gift_lp h3 {
    padding: 30px 0 23px;
    text-align: center;
}
#gift_lp h3:before,
#gift_lp h3:after {
    font-size: 80%;
    content: '■';
}

/******ul_bt******/

.bt_ul {
    background: #777;
    padding: 5px;
}
.bt_ul li {
    width: 144.5px;
    padding-left: 10px;
    line-height: 400%;
    background: #fff;
    position: relative;
}
.bt_ul li.right {
    float: right;
    margin-bottom: 1px;
}
.bt_ul li.left {
    float: left;
    margin-bottom: 1px;
}
.bt_ul li.right_last {
    float: right;
    margin-bottom: 0px;
}
.bt_ul li.left_last {
    float: left;
    margin-bottom: 0px;
}
.bt_ul li:after {
    content: "";
    background: url("<!--{$TPL_URLPATH}-->img/gift_lp/ico.png");
    display: inline-block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
}
.bt_ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/******ul_ranc******/

.ranc_ul {
    background: #e4e4e4;
    padding: 10px;
    position: relative;
}
.ranc_ul li {
    padding: 20px 40px 20px 10px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
}
.ranc_ul li:after {
    content: "";
    background: url("<!--{$TPL_URLPATH}-->img/gift_lp/ico.png");
    display: inline-block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    margin: auto 0;
}
.ranc_ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/******dl_ranc******/

.ranc_ul dl {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ranc_ul dl span {
    color: #cf2d04;
}
.ranc_ul dt {
    width: 70%;
    text-align: left;
    line-height: 140%;
}
.ranc_ul dd {
    width: 25%;
    padding-right: 10px;
}

/******dl_rec******/

.rec_ul {
    background: #777;
    padding: 10px;
}
.rec_ul li {
    margin-bottom: 5px;
}
