@charset "UTF-8";
/* CSS Document */

#LINEfriend {
    background-color: #fff;
    z-index: 100001;
    width: 528px;
    border-radius: 4px;
    margin: 0 auto;
}

#LINEfriend div.mw01 {
/*    overflow-y: scroll;
    height: calc(100% - 70px);*/
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 30px;
}

#LINEfriend p.mw_t01 {
    text-align: center;
    font-size: 33px;
    line-height: 1.3em;
    padding-bottom: 5px;
}

#LINEfriend p.mw_t01 span {
    color: #2cbe13;
}

#LINEfriend p.mw_t01 span.txt01 {
    font-size: 28px;
}

#LINEfriend p.mw_t01 span.txt02 {
    font-size: 22px;
}

#LINEfriend > div > div {
    text-align: center;
    padding-bottom: 10px;
}

#LINEfriend > div > div img {
    width: 100%;
    height: auto;
}

#LINEfriend dl {
    display: table;
    background-color: #f6eedc;
    border-radius: 3px;
    padding-right: 10px;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: calc(100% - 45px);
    margin-bottom: 5px;
}

#LINEfriend dl dt {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
}

#LINEfriend dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 183px;
}

#LINEfriend dl dd img {
    width: 183px;
    height: auto;
}

#LINEfriend ul {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#LINEfriend ul li {
    padding-left: 1em;
    line-height: 1.8em;
    font-size: 16px;
    position: relative;
}

#LINEfriend ul li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

#LINEfriend p.close {
    line-height:26px;
    position: absolute;
    right: 0;
    top: -40px;
    color: #2cbf13;
    font-size: 24px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
}
