@charset "utf-8";
/* default font */
body{ font-size: 14px; font-family: 'Noto Sans JP', Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif; color:#202020; line-height: 1.6; font-weight: 300;}

/* anchors */
a{ cursor: pointer }
a:link{
  color: #e81a6b;
  text-decoration:none;
}
a:visited{
  color: #b4145a;
  text-decoration:none;
}
a:hover{
  color: #f05883;
  text-decoration:none;
}
a:active{
  color: #f05883;
  text-decoration:none;
}
a:hover img {
  opacity: 0.8;
}
a:focus, *:focus {
  outline:none;
}
.btn { cursor: pointer }
.btn:hover img { opacity: 0.8 }
.btn:hover { opacity: 0.8 }

/*--------Reset--------*/
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: ;
}
input[type="button"] {
  -webkit-appearance: none;
  border-radius: ;
}
/*--------for Developer--------*/
.for-developer,
.wrapper-m49 .for-developer {
  font-size: 13px !important;
  color: #777 !important;
  margin: 0 !important;
  padding: 0 !important;
text-align: left !important;
font-weight: 300 !important;
line-height: 1.4 !important;
border-radius: 0 !important;
background-color: transparent !important;
}

/*--------Common - wrapper --------*/
.wrapper-m49 {
  margin: 0;
  width: 100%;
  background-color: #fce5e8;
  padding: 54px 0 50px;
}
@media screen and (min-width: 560px) {
  body .wrapper-m49 {
    width: 375px;
    margin: 0 auto;
  }
}
.no-menu.wrapper-m49 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.with-menu.wrapper-m49 {
    padding-top: 94px;
    padding-bottom: 80px;
}
.dcm-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

/*--------Common--------*/
body  {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
main {
  width: 100%;
}
main img {
  width: 100%;
  max-width: 100%;
}
.full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
.rgl-block {
  width: 100%;
  padding: 0px 15px;
}
.rnd-block,
.rnd-block-top,
.rnd-block-bottom {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rnd-block-top {
  background-color: #00b9ef;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rnd-block-bottom {
  border-radius: 0 0 10px 10px;
  margin-top: 0;
}
.txt-center {
  text-align: center;
}
.red {
  color: #e81a6b;
}
.blue {
  color: #00b9ef;
}
.bold {
  font-weight: 500;
}
p.dot {
  padding-left: 1em;
  text-indent: -1em;
}
.dot-list li,
li.dot-list {
  position: relative;
  padding-left: 1em;
}
.dot-list li::before,
li.dot-list::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 361px) {
  .sml-vw {
    display: none;
  }
}
.one-point {
  padding-left: 50px;
  position: relative;
}
.one-point::before{
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 48px;
  height: 48px;
  color: #e81a6b;
  text-align: center;
  font-size：22px;
  font-weight: 700;
  padding-top: 13px;
  background-image: url(../img-m49/common/point-heart-lemon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*--------Common -- error--------*/
main.error {
  padding-right: 30px;
  padding-left: 30px;
}
.error h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.15em;
    text-align: center;
    color: #00b9ef;
    margin-bottom: 35px;
}
.error a{
  text-decoration: underline;
}
.error .log-in-form {
  margin-top: 30px;
}
/*--------Common -- button/form--------*/
.rgl-btn, .rgl-btn-up {
  cursor: pointer;
  display: block;
  border: 0;
  border-radius: 100px;
  width: 260px;
  max-width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-decoration:none;
  background-color: #00b9ef;
  margin: 30px auto 5px;
}
a.rgl-btn, a.rgl-btn-up {
  text-decoration:none;
}
.rgl-btn-up {
  margin: 5px auto 5px;
}
.rgl-btn.gray, .rgl-btn-up.gray {
  background-color: #c6c6c6;
}
.rgl-btn.pink, .rgl-btn-up.pink {
  background-color: #f05883;
}
.rgl-btn.momo, .rgl-btn-up.momo {
  background-color: #ff7a9d;
}
a.rgl-btn, a.rgl-btn-up {
  color: #fff;
}
.rgl-frm p {
  margin-left: 20px;
  margin-top: 15px;
}
.rgl-frm .txt-center {
  margin-left: 0;
}
.multi-line{
  padding: 10px 0;
  line-height: 1.4;
}
.alert,
form .alert{
  margin: 0;
  font-size: 13px;
  font-weight: ;
  line-height: 1.3;
  color: #00b9ef;
  text-align: center;
}
select.rgl-itm {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.rgl-itm {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ddd, #ddd);
  background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px, calc(100% - 36px) 8px;
  background-size: 5px 5px, 5px 5px, 1px 34px;
  background-repeat: no-repeat;
}
.rgl-itm {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 0 8px 0 20px;
  margin: 4px auto;
  color: #555;
}
.top-space, ul.top-space {
  margin-top: 30px;
}
.note {
  margin-top: 6px;
  font-size: 12px;
  font-weight: ;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.completed {
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  border-radius: 4px;
  background-color: #f05883;
  margin-bottom: 40px;
}
.accordion {
  cursor: pointer;
}
/*--------Common - Regular Modal Window--------*/
.rgl-modal {
  position: fixed;
  top: 0;
  z-index: 800;
  width: 100vw;
  height: 100vh;
  background:rgba(77,11,11,0.3);
  overflow: auto;
}
@media screen and (min-width: 560px){
  .rgl-modal {
    width: 375px;
    left: calc(50% - 375px/2);
  }
}

/* Regular Modal アニメーション前 */
.rgl-modal {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
/* Regular Modal アニメーション後 */
.rgl-modal.is-active{
  pointer-events: auto;
  opacity: 1;
}
.rgl-modal-body{
  position: absolute;
  top: 0;
  left: 6%;
  width: 88%;
  height: auto;
  margin-top: 20px;
  padding-bottom: 110px;
}
.rgl-modal .content-wrapper {
  border-radius: 20px 20px 0 0;
  background: #fce5e8;
  padding: 40px 20px 20px;
}
.rgl-modal .close-top {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 100px;
  background-color: #f05883;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  padding: 0 10px;
  letter-spacing: 2px;
}
.rgl-modal .close-top::before,
.rgl-modal .close-bottom::before {
  content: "×閉じる";
}
.rgl-modal-body .close-bottom {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  border-radius: 0 0 20px 20px;
  background-color: #f05883;
  font-weight: 400;
  letter-spacing: 5px;
}

/*--------body for modal--------*/
body.is-inactive {
  overflow: hidden;
}

/*--------Footer--------*/
footer.wrapper-m49 {
  background-color: #ffcad8;
  padding: 25px 30px 64px;
}
@media screen and (max-width: 360px){
  footer.wrapper-m49 {
    padding: 25px 15px 64px;
  }
}
.otoiawase {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 25px;
}
.otoiawase h3 {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 15px 15px 0 0;
  background-color: #f05883;
  font-weight: 400;
  letter-spacing: 2px;
}
.otoiawase .tel-btn, .otoiawase .mail-btn {
  width: 90%;
  height: 60px;
  margin: 20px auto 0;
  border: 0;
  border-radius: 100px;
  display: block;
    color: #fff;
  font-size: 19px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #ef5e61;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.otoiawase .tel-btn span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.otoiawase .mail-btn {
  height: 38px;
  margin: 15px auto 0;
  font-size: 13px;
  letter-spacing: 1px;
}
.tel-btn::before {
  content: "";
  width: 34px;
  height: 31px;
  margin-right: 10px;
  background: url(../img-m49/common/toiawase-tel.png) no-repeat;
  background-size: contain;
}
.mail-btn::before {
  content: "";
  width: 27px;
  height: 20px;
  margin-right: 6px;
  background: url(../img-m49/common/toiawase-mail.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 560px){
  .tel-btn{
    pointer-events: none;
  }
}
.link-list {
  width: 85%;
  border-top:1px solid #ff95b1;
  border-bottom:1px solid #ff95b1;
  margin: 25px auto;
  padding: 2px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.link-list li {
  padding: 8px 30px 10px;
  font-size: 13px;
  font-weight: 300;
  border-top: 1px solid #ff95b1;
  line-height: 30px;
}
.link-list li:first-child {
  border-top: none;
}
footer .footer-logo {
  width: 175px;
  margin:0 auto;
}
footer .copyright {
  font-size: 10px;
  text-align: center;
  font-weight: 300;
  margin-top: 18px;
}

/*--------No Menu Header/Footer/Wrapper--------*/

.header-no-menu {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 14px 0 118px;
  background-image: url(../img-m49/menu/menu-logo.png);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-color: #ff7a9d;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
footer.footer-no-menu {
  padding: 0 0 20px;
}
.back-to-top {
  background-color: #ece6e6;
  padding: 30px 0;
}
.back-to-top .rgl-btn {
  margin: 0 auto;
}
.back-to-top a {
  background-color: #fff;
  font-size: 14px;
  line-height: 40px;
  color: #939393;
  border: 1px solid #ddd;
}
.footer-no-menu .footer-logo {
  margin: 40px auto 6px;
}
.footer-no-menu .copyright {
  margin-top: 0;
}

/*--------recruit--------*/
p.rgl-btn,
h3.rgl-btn {
  cursor: default;
}
@media screen and (max-width: 360px) {
  .only-rgl-vw {
    display: none;
  }
}
.recruit.wrapper-m49 {
  padding: 0 0 40px;
}
.top {
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
  background-image: url(../img-m49/recruit-top-bg.png);
  background-size: 100% 100%;
}
.top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -20px;
  background-image: url(../img-m49/recruit-top-bg-bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.top .rgl-btn {
  width: 282px;
  max-width: 100%;
  color: #e81a6b;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  background-color: #ffd3df;
  margin-top: 0;
  margin-bottom: 9px;
}
.top h1 {
  padding: 16px 0 0;
}
.sub-line {
  padding: 2px 0 4px;
  width: calc(100% - 32px);
  margin: 2px auto 35px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  color: #e81a6b;
  border-top: 1px solid #f05883;
  border-bottom: 1px solid #f05883;
}
@media screen and (max-width: 360px){
  .sub-line {
    font-size: 17px;
  }
}
.top h2 {
  margin-bottom: 12px;
}
.top h4 {
  text-align: center;
  font-size: 17px;
  line-height:17px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #fff;
}
.head-note {
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  padding: 0 16px;
  margin-top: 4px;
}
@media screen and (max-width: 360px){
  .head-note {
    text-align: left;
  }
}
.recruit section {
  margin-bottom: 30px;
}
section.top, .recruit section:last-of-type {
  margin-bottom: 0;
}
footer.wrapper-m49 {
  padding: 30px 30px 20px;
}
@media screen and (max-width: 360px){
  footer.wrapper-m49 {
    padding: 30px 15px 20px;
  }
}
.otoiawase-middle.dcm-wrapper {
  padding: 0 15px 0;
}
@media screen and (max-width: 360px){
  .otoiawase-middle.dcm-wrapper {
    padding: 0 15px 0;
  }
}
footer .otoiawase {
margin-bottom: 30px;
}
.recruit-head {
  margin-bottom: 30px;
}
.recruit-body, 
.recruit-form {
  font-size: 15px;
}
.recruit-body p, 
.recruit-body ul {
  margin-bottom: 20px;
}
.recruit-body .rnd-block-bottom p, 
.recruit-body .rnd-block-bottom ul {
  margin-bottom: 0;
}
.rnd-block-top {
  margin-top: 30px;
}
.rnd-block-bottom {
  font-weight: 400;
  margin-bottom: 10px;
}
.dot-list {
  font-weight: 400;
  margin-bottom: 4px;
}
.dot-list li {
  margin-bottom: 8px;
}
.dot-list li:last-of-type {
  margin-bottom: 0;
}
.strong {
  font-weight: 700;
  color: #f05883;
}
.rnd-block-top {
  background-color: #ff7a9d;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 6px;
}
.bg-pink {
  background-color: #ffcad8;
}
.rnd-block.bg-pink.bold {
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.5;
}
span.right {
  display: block;
  text-align: right;
}
h4.rnd-block-top {
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rnd-block-top, .rnd-block-bottom {
  position: relative;
}
.point, .koko {
  position: absolute;
  min-width: 69px;
  height: 60px;
  padding-top: 12px;
  text-align: center;
  font-weight: 700;
  color: #00b9ef;
  font-size: 13px;
  line-height: 17px;
  background-image: url(../img-m49/recruit-heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.point{
  right: 12px;
  top: -51px;
}
@media screen and (max-width: 360px){
  .point{
    right: -8px;
    top: 45px;
  }
}
.koko-h4 {
  padding-left: 60px;
  padding-right: 0;
}
.koko {
  z-index: 10;
  top: -12px;
  left: calc(50% - 110px);
}
.recruit-form{
  margin-top: 60px;
}
.recruit-form h4 {
  background-color: #ff7a9d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  margin: 30px auto 15px;
}
.recruit-form dl {
  line-height: 1.5;
  width: 100%;
  border-color: #00b9ef;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
}
.recruit-form dt {
  width: 86px;
}
.recruit-form dd {
  width: calc(100% - 86px);
  margin-bottom: 6px
}
.recruit-form .profile {
  font-size: 14px;
  padding-left: 20px
}
.profile dt {
  width: 65px;
}
.profile dd {
  width: calc(100% - 65px);
}
.rgl-frm {
  margin-top: 30px;
  margin-bottom: 60px;
  text-indent: -1em;
}
.rgl-frm p {
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 4px;
  padding-left: 1em;
  text-indent: -1em;
}
.rgl-btn {
  width: 210px;
  font-size: 17px;
  margin-top: 20px;
  line-height: 60px;
}
.age.rgl-itm {
  width: 75%;
  margin-right: 10px;
}
.query {
  font-weight:400;
}
.query span {
  font-weight:300;
}
input[type=radio] {
  display: none; 
}

label {
  position:relative;
  display: inline-block;
  padding: 5px 0 10px 46px;
  margin-left: 25px;
  margin-right: 5px;
  margin-top: 10px;
  text-indent:0;
}
label.row-full {
  margin-right: 0;
  width: calc(100% - 25px);
}
label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
input[type=radio]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: #00b9ef;
  border-radius: 50%;
}

textarea.rgl-itm {
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 15px;
  letter-spacing: 0;
  max-width: 100%;
  height: 200px;
}

/*--------入力内容のご確認--------*/
.kakunin.wrapper-m49{
  padding-top: 40px;
  padding-bottom: 50px;
}
.kakunin {
  font-size: 15px;
}
.kakunin h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  color: #00b9ef;
  margin-bottom: 50px;
}
.kakunin .rgl-btn {
  width: 260px;
}
.kakunin dl {
  margin-top: 20px;
  margin-bottom: 40px;
}
.kakunin dt {
  padding-left: 10px;
}
.kakunin dt::before {
  content: "・";
}
.kakunin dt {
  padding-left: 10px;
}
.kakunin dd {
  background-color: #fdf2f3;
  padding: 10px 15px;
  border-radius: 22px;
  margin: 6px 0 20px;
  word-wrap: break-word;
  min-height: 44px;
}

.kakunin h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}



/*--------利用規約・プライバシーポリシー・特定商取引--------*/
.back-btn {
  margin-top: 80px;
}
h3.rgl {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: #00b9ef;
  margin: 30px -30px;
  padding: 0 10px;
  letter-spacing: 0.1em;
}
h3.rgl span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 4px;
}
/*--------プライバシーポリシー・ご利用規約--------*/
.privacy p,
.privacy ul,
.riyou-kiyaku p,
.riyou-kiyaku ul {
  font-size: 13px;
  margin-bottom: 0.8em;
}
.privacy h4,
.riyou-kiyaku h4 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 1.8em;
  margin-bottom: 0.3em;
}
.privacy .dot li,
.riyou-kiyaku .dot li {
  position: relative;
  padding-left: 1.2em;
}
.privacy .dot li::before,
.riyou-kiyaku .dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy .nmb-list,
.riyou-kiyaku .nmb-list {
  list-style: decimal;
  padding-left: 2em;
}
/*--------利用規約 in Modal Window--------*/
.rgl-modal.riyou-kiyaku p,
.rgl-modal.riyou-kiyaku ul {
  font-size: 12px;
}
.rgl-modal.riyou-kiyaku h4 {
  font-size: 13px;
}
.rgl-modal.riyou-kiyaku h3 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 12px;
}
.wrapper-m49.dcm-wrapper {
  padding-top: 0;
}
/*--------特定商取引法に基づく表記--------*/
.tokusho dl {
  font-size: 13px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tokusho dt {
  font-weight: 400;
  width: 8em;
  margin-bottom: 1em;
}
.tokusho dd {
  font-weight: 300;
  width: calc(100% - 8em);
  margin-bottom: 1em;
}

/*--------本サイトへのバナー--------*/
.go-site img {
  border-radius: 10px;
}
.go-site p {
  text-align: center;
  margin-top: 6px;
}
/*--------他社サイトへのバナー--------*/
.bnr-another-site {
  font-size: 12px;
  text-align: center;
}

/*--------メンバー登録フォーム--------*/
.regist-ttl {
  margin: 0 -30px;
  background-color: #ffcad8;
  padding: 30px 0;
}
.regist-ttl h5{
  text-align: center;
  color: #00b9ef;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 400;
}
.regist-ttl h3{
  text-align: center;
  color: #00b9ef;
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.regist .recruit-form {
  margin-top: 30px;
}
.regist .rgl-frm h4{
  text-indent: 0;
  line-height: 36px;
  margin-left: -15px;
  margin-right: -15px;
}
textarea.rgl-itm.short {
  height: 100px;
}
.regist .oiwaikin {
  text-indent: 0;
}
.message p {
  margin-bottom: 1em;
}
.message .deco {
  color: #ff95b1;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.message .message-end {
  text-align: right;
}
.message.renraku {
  margin-top: 40px;
  padding: 16px 0 5px;
  border-top: 1px solid #ff95b1;
  border-bottom: 1px solid #ff95b1;
}



/* LINE@　友だちボタン*/
.line-friend-btn a {
    background:#06C755;
    /* box-shadow:0 5px 0 #219900;*/
    font-size:18px;
    line-height: 1;
    position:relative;
    display:block;
    padding: 10px 0;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    width:93%;
    margin:20px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
 
.line-friend-btn a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 6px;
  background-image: url(../img-m49/line-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.rgl-btn.line-wide {
  width: 93%;
  background:#06C755;
}
.rgl-btn.entry-small {
  width: 80%;
  line-height: 35px;
  font-size: 14px;
}