@charset "UTF-8";
/* bootstrap override */
html {
  min-height: 100%;
  position: relative; }

body {
  background-color: #f3f2e5;
  margin-bottom: 85px; }

pre {
  background-color: #fff; }

a {
  color: #333; }

a:hover, a:focus {
  color: #4d4d4d;
  text-decoration: none; }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 3px; }

.form-group.before-check {
  margin-top: 20px;
  margin-bottom: -10px; }

.form-group.after-check {
  margin-top: -10px;
  margin-bottom: 20px; }

.radio label, .checkbox label {
  padding-left: 30px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1.5, 1.5);
  /*width: 24px;*/
  /*height: 24px;*/
  vertical-align: middle;
  margin-top: 7px;
  padding-top: 0;
  margin-left: -20px; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 15px; }

.help-block {
  margin-bottom: 0; }

.has-error .help-block {
  background: #f2dede;
  padding: 7px; }

.well {
  background: #fff;
  border: 1px solid #fff; }

.well-xs {
  padding: 4px 2px;
  border-radius: 3px; }
  .well-xs .radio label, .well-xs .checkbox label {
    padding-right: 7px; }

.well-accent {
  background: #F5F5DC;
  border: 1px solid #CCAE00; }

.mincho {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.pagination > li > a, .pagination > li > span {
  color: #139da9; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.current > a {
  color: #18c8d7;
  background-color: #eee;
  border-color: #ddd; }

.pagination .disabled {
  display: none; }
.pagination .current.disabled {
  display: inline; }

.default-pager .pagination {
  margin-top: 0; }

.img-thumbnail {
  border-radius: 0; }

/* btn */
.btn {
  box-shadow: 2px 2px #999;
  border-radius: 2.5em; }

.btn-primary {
  background: #fff url("../img/common/ent_btn_bg.gif") repeat-x;
  color: #000;
  border-radius: 0;
  border: 1px solid #fff;
  border-bottom: 3px solid #000; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #fff url("../img/common/ent_btn_bg.gif") repeat-x;
    opacity: 0.9;
    color: #333;
    border: 1px solid #fff;
    border-bottom: 3px solid #000; }
  .btn-primary .arrow {
    color: #000;
    background: url("../img/common/arr.png") no-repeat scroll 95% 50%;
    width: 100%; }

.btn-accent {
  background: #139da9 url("../img/common/btn_accent.gif") repeat-x;
  color: #fff;
  border: 1px solid #fff; }
  .btn-accent:hover, .btn-accent:focus, .btn-accent:active, .btn-accent.active {
    background: #139da9 url("../img/common/btn_accent.gif") repeat-x;
    opacity: 0.9;
    color: #fff;
    border: 1px solid #fff; }
  .btn-accent .arrow {
    background: url("../img/common/arr.png") no-repeat scroll 95% 50%; }

.btn-more {
  background-color: #F7FFD6;
  color: #3d5830;
  border: 1px solid #ccc;
  border-bottom: 2px solid #FE4A00; }
  .btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more.active {
    color: #3d5830;
    opacity: 0.8;
    border: 1px solid #CCAE00;
    border-bottom: 2px solid #CCAE00; }
  .btn-more.arrow {
    background: #F7FFD6 url("../img/common/arr.png") no-repeat scroll 95% 50%; }

.btn-female {
  background-color: #7B201D;
  color: #FDFFD2;
  border: 1px solid #fff;
  border-bottom-width: 3px; }
  .btn-female:hover, .btn-female:focus, .btn-female:active, .btn-female.active {
    background-color: #A06352;
    color: #FDFFD2;
    border: 1px solid #fff;
    border-bottom-width: 3px; }

.btn-male {
  background-color: #14474F;
  color: #FDFFD2;
  border: 1px solid #fff;
  border-bottom-width: 3px; }
  .btn-male:hover, .btn-male:focus, .btn-male:active, .btn-male.active {
    background-color: #587E76;
    color: #FDFFD2;
    border: 1px solid #fff;
    border-bottom-width: 3px; }

.btn-info {
  color: #fff;
  background-color: #139da9;
  border: 1px solid #0e727b; }

.btn-info-inverse {
  background-color: #fff;
  color: #139da9;
  border: 1px solid #139da9; }

.btn-secondary {
  color: #fff;
  background-color: #e19a9a;
  border: 1px solid #d57373; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    background-color: #d57373; }

.btn-secondary-inverse {
  background-color: #fff;
  color: #e19a9a;
  border: 1px solid #e19a9a; }
  .btn-secondary-inverse:hover, .btn-secondary-inverse:focus, .btn-secondary-inverse:active, .btn-secondary-inverse.active {
    color: #fff;
    background-color: #e19a9a; }

.btn-secondary-line {
  color: #fff;
  background-color: #00c300;
  border: 1px solid #00a100; }
  .btn-secondary-line:hover, .btn-secondary-line:focus, .btn-secondary-line:active, .btn-secondary-line.active {
    color: #fff;
    background-color: #00a100; }

.btn-round {
  border-radius: 2.5em; }

.btn-round-xs {
  border-radius: .25em; }

.btn-gold {
  color: #fff;
  background-color: #be8744;
  border: 1px solid #9a6c35; }
  .btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active {
    color: #fff;
    background-color: #9a6c35; }

.btn-outline-gold {
  color: #bea837;
  background-color: #fff;
  border: 1px solid #96852c; }
  .btn-outline-gold:hover, .btn-outline-gold:focus, .btn-outline-gold:active, .btn-outline-gold.active {
    color: #fff;
    background-color: #cfbc59; }

.ml0 {
  margin-left: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.font-13 {
  font-size: 1.3em !important;
  line-height: 1.1; }

.font-15 {
  font-size: 1.5em !important;
  line-height: 1.3; }

.font12px {
  font-size: 12px !important; }

.position-relative {
  position: relative;
  z-index: -1; }

.text-info {
  color: #139da9; }

.table-gold th {
  background: #F7FFD6;
  border-color: #ddd; }
.table-gold td {
  background-color: #FFF; }

@media screen and (min-width: 450px) {
  .table-profile th {
    width: 200px; } }
@media screen and (max-width: 449px) {
  .table-profile th {
    width: 120px; } }

.link-underline a {
  text-decoration: underline; }

/* header */
.header-section {
  background-color: #FEFFF2;
  padding: 10px 0 5px;
  border-bottom: 1px solid #BFAF86; }
  .header-section .logo {
    width: 145px; }

.navbar-default {
  background-color: #FEFFF2;
  border-bottom: 3px solid #CCAE00; }

.navbar {
  margin-bottom: 5px; }

.navbar-toggle {
  padding: 1px;
  margin: 8px 14px 8px 8px;
  border: none;
  cursor: pointer; }

.navbar-header {
  position: relative; }
  .navbar-header .navbar-toggle-badge {
    position: absolute;
    right: 21px;
    top: 11px;
    padding: 2px 5px; }
    @media screen and (min-width: 768px) {
      .navbar-header .navbar-toggle-badge {
        display: none; } }

#sub-nav {
  margin-top: 10px; }

@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 18px; } }
@media screen and (max-width: 991px) {
  .nav > li > a {
    padding-left: 5px;
    padding-right: 15px; } }
@media screen and (max-width: 767px) {
  .nav > li > a {
    padding-left: 15px;
    padding-right: 15px; } }

.nav-justified-addition > li > a {
  text-align: left; }

.badge-nav {
  position: absolute;
  left: 115px;
  top: 11px; }

@media screen and (min-width: 768px) {
  .badge-nav {
    position: absolute;
    top: 17px;
    left: inherit;
    right: 6%; }

  .nav-justified-addition.navbar-nav > li {
    float: none; }
  .nav-justified-addition > li > a {
    text-align: center; } }
.badge-success {
  background-color: #5cb85c; }

.badge-danger {
  background-color: #d9534f !important; }

.badge-warning {
  background-color: #f0ad4e; }

#logo-xs {
  width: 130px;
  margin: 10px; }
  #nomenu #logo-xs {
    width: 235px; }

/* footer */
#footer-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px; }

#footer {
  padding: 10px;
  z-index: 1030;
  background: #040707;
  border-top: #cfb100 solid 25px;
  color: #fff; }
  #footer a {
    color: #fff; }
  #footer .copyright {
    font-size: 80%; }

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 125px; }

  #footer-section {
    height: 125px; } }
/* heading */
.male-title {
  background: url(../img/common/man_bg.gif) repeat;
  border-bottom: #cfb100 solid 5px;
  margin: 0 auto 20px;
  color: #FDFFD2;
  padding: 10px;
  font-size: 18px; }

.female-title {
  background: url(../img/common/woman_bg.gif) repeat;
  border-bottom: #cfb100 solid 5px;
  margin: 0 auto 20px;
  color: #FDFFD2;
  padding: 10px;
  font-size: 18px; }

h2 {
  font-size: 18px; }

h2, .normal-title {
  border-top: 3px #d3b400 solid;
  padding: 8px 15px;
  background: #29A6B1 url(../img/common/h2_bg.gif) repeat;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em; }
  h2 span.circle, .normal-title span.circle {
    padding-left: 22px;
    background: url(../img/common/h2_icon.png) 0 50% no-repeat;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em; }

.sub-title {
  background: #FCFDE3;
  padding: 12px 10px 10px;
  border-top: 2px solid #cfb100;
  border-bottom: 1px solid #C4C68E;
  width: 100%;
  font-size: 22px; }
  .sub-title span {
    padding-left: 40px; }

/* form */
.checklist .form-group {
  margin-bottom: 5px; }

.form-horizontal .checkbox {
  padding-top: 0; }

.form-control.inline-input {
  width: auto;
  display: inline; }

.after-fileinput {
  margin-top: -7px;
  display: block; }

/* page */
.btn-registers-back {
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .btn-registers-back {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .btn-registers-back {
      font-size: 16px; } }

#campaignModal .modal-content {
  background-color: #f3f2e5; }

#nomenu #paymentModal {
  height: 100%;
  overflow-y: auto; }

.message-balloon-left {
  word-wrap: break-word;
  display: inline-block;
  position: relative;
  float: left;
  min-height: 20px;
  width: 95%;
  padding: 10px 15px;
  margin-left: 9px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 3px; }

.message-balloon-right {
  word-wrap: break-word;
  display: inline-block;
  position: relative;
  float: right;
  min-height: 20px;
  width: 95%;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-right: 9px;
  background: #E7E5CC;
  border-radius: 3px; }

.message-balloon-left::before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-right-color: #fff;
  position: absolute;
  left: -16px;
  top: 15px;
  margin-top: -8px; }

.message-balloon-left.unread::before {
  border-right-color: #f2dede;
  cursor: pointer; }

.message-balloon-right::before {
  content: "";
  display: inline-block;
  border: 9px solid transparent;
  border-left-color: #E7E5CC;
  position: absolute;
  right: -15px;
  top: 15px;
  margin-top: -8px; }

.message-list .label {
  vertical-align: top; }

.message-left {
  position: relative; }
  .message-left .message-thumb {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17px; }
    .message-left .message-thumb img {
      width: 55px;
      height: auto; }
  .message-left .message-body {
    padding-left: 60px; }

.talk_mess {
  word-wrap: break-word; }
  .talk_mess img {
    max-width: 100%;
    height: auto; }
  .talk_mess .float_blur_mess_img {
    position: absolute;
    left: 190px;
    top: 50px; }
    @media screen and (max-width: 767px) {
      .talk_mess .float_blur_mess_img {
        left: 35%; } }

.talk_time > span {
  margin-left: 5px; }

#rule-manner h3 {
  margin-top: 0; }
#rule-manner a:hover {
  text-decoration: none; }
#rule-manner a h3:hover {
  opacity: 0.7; }
#rule-manner #action-alink h3, #rule-manner #action-alink dt span, #rule-manner #action h3, #rule-manner #action dt span {
  color: #d9534f; }
#rule-manner #action-alink.well, #rule-manner #action.well {
  border-color: #d9534f; }
#rule-manner #omiai-alink h3, #rule-manner #omiai-alink dt span, #rule-manner #omiai h3, #rule-manner #omiai dt span {
  color: #5cb85c; }
#rule-manner #omiai-alink.well, #rule-manner #omiai.well {
  border-color: #5cb85c; }
#rule-manner #date-alink h3, #rule-manner #date-alink dt span, #rule-manner #date h3, #rule-manner #date dt span {
  color: #5bc0de; }
#rule-manner #date-alink.well, #rule-manner #date.well {
  border-color: #5bc0de; }
#rule-manner dd {
  margin-left: 23px; }

.panel-heading .box-title {
  font-size: 1.5em; }

.panel-footer .pagination {
  margin: 5px; }

.member-view-title {
  position: relative;
  margin-bottom: 10px; }
  .member-view-title h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .member-view-title h1 {
        text-align: center; } }
  .member-view-title .member-sub-menu {
    position: absolute;
    top: 5px;
    right: 5px; }
    .member-view-title .member-sub-menu .dropdown-menu {
      right: 0;
      left: inherit;
      font-size: 16px; }
    .member-view-title .member-sub-menu .dropdown .btn {
      background: inherit;
      padding: 4px 10px;
      box-shadow: none;
      color: #fff; }
    .member-view-title .member-sub-menu .dropdown.open .btn {
      border: 1px solid #999; }

#section-member-photo .btn-toggle-like, #section-member-photo .btn-toggle-like-duplicate, #section-member-action .btn-toggle-like, #section-member-action .btn-toggle-like-duplicate {
  padding: 10px 1em;
  font-size: 100%;
  border-radius: 2.5em;
  border: 1px solid #999; }

#main-photo .item img {
  width: 100%; }

#thumb-photo .row.row-narrow-gutter {
  margin-left: -5px;
  margin-right: -5px; }
#thumb-photo .col-narrow {
  padding-left: 5px;
  padding-right: 5px; }

/* list */
.member-list {
  width: 100%;
  padding-left: 0;
  list-style: none; }
  .member-list li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 5px 10px 5px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .member-list li {
      padding: 0 2px 10px 2px;
      width: 33%; } }

.sort a.desc {
  font-weight: bold;
  text-decoration: none; }
@media screen and (max-width: 767px) {
  .sort {
    text-align: center; } }

.member-search .form-horizontal .form-group {
  margin-bottom: 5px; }
.member-search .form-control {
  height: 30px;
  padding: 3px 3px; }
.member-search .two-input-form .form-control {
  max-width: 87px; }
@media screen and (max-width: 767px) {
  .member-search .two-input-label {
    padding-right: 0; }
  .member-search .two-input-form {
    text-align: right; } }
@media screen and (min-width: 768px) {
  .member-search .form-horizontal .control-label {
    text-align: left; }
  .member-search.collapse {
    display: block; } }
.member-search .collapsed > .more-toggle-icon::before {
  content: "\f055"; }
.member-search .more-toggle-icon::before {
  content: "\f056"; }

.link-liked-count-list {
  cursor: pointer;
  text-decoration: underline; }

.member-img {
  margin: 8px 0 5px;
  position: relative;
  width: 100%;
  height: auto; }
  .member-img img {
    width: 100%;
    height: auto; }
  @media (min-width: 720px) {
    .member-img {
      margin: 11px 0 5px; } }
  .member-img .position-label-new {
    position: absolute;
    top: 1px;
    left: 5px;
    z-index: 1010; }

.label-new {
  font-family: "Times New Roman";
  color: #CCAE00;
  font-weight: bold;
  font-style: italic;
  background: #fff;
  opacity: 0.9; }

.label-secondary {
  color: #fff;
  background-color: #e19a9a; }

.member-pager {
  margin-top: 0; }

.mm_list .mm_item .mm_prf_info {
  margin-bottom: 3px; }
.mm_list .mm_item .mm_list_img_icon_subscriber {
  background: inherit;
  width: 25px;
  height: auto;
  position: relative;
  top: -2px; }
  #section-member-photo .mm_list .mm_item .mm_list_img_icon_subscriber {
    width: 30px;
    top: -3px; }

.mes_item_inner .mes_pic .user_pic_img_icon_subscriber,
.user_item_inner .user_pic .user_pic_img_icon_subscriber {
  width: 28px;
  bottom: 8px;
  right: 0;
  height: auto;
  position: absolute; }
  @media screen and (min-width: 768px) {
    .mes_item_inner .mes_pic .user_pic_img_icon_subscriber,
    .user_item_inner .user_pic .user_pic_img_icon_subscriber {
      width: 30px;
      bottom: 18px;
      right: 18px; } }
  @media screen and (min-width: 992px) {
    .mes_item_inner .mes_pic .user_pic_img_icon_subscriber,
    .user_item_inner .user_pic .user_pic_img_icon_subscriber {
      width: 30px;
      bottom: 17px;
      right: 17px; } }
  @media screen and (min-width: 1200px) {
    .mes_item_inner .mes_pic .user_pic_img_icon_subscriber,
    .user_item_inner .user_pic .user_pic_img_icon_subscriber {
      width: 35px;
      bottom: 20px;
      right: 25px; } }

@media screen and (max-width: 767px) {
  .approach-list .approach-member {
    padding-right: 2px;
    padding-left: 8px; } }
.approach-list .approach-member-img {
  text-align: center; }
  .approach-list .approach-member-img img {
    width: 100%;
    max-width: 70px;
    height: auto; }
  @media screen and (min-width: 768px) {
    .approach-list .approach-member-img {
      margin-right: 10px;
      text-align: left;
      float: left; }
      .approach-list .approach-member-img img {
        width: 100px;
        height: 100px;
        max-width: 100px; } }
@media screen and (max-width: 767px) {
  .approach-list .approach-member-info {
    text-align: center; } }
.approach-list .well {
  margin-bottom: 10px; }
.approach-list .action-btn-area {
  float: right; }
  @media screen and (max-width: 767px) {
    .approach-list .action-btn-area {
      float: none; }
      .approach-list .action-btn-area .btn {
        width: 100%; } }
.approach-list .label {
  font-size: 1em; }
.approach-list .label-wait {
  background: #f0b562;
  color: #fff; }
.approach-list .label-need-action {
  background: #ed7f7f;
  color: #fff; }
.approach-list .bg-wait {
  background-color: #ccc !important; }
.approach-list .bg-end {
  background-color: #eee !important; }
.approach-list .bg-need-action {
  background-color: #fcf8e3 !important; }

/* profile----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #main .prf_box .prf_right {
    margin-bottom: 80px; } }
/* module */
.btn-toggle-like, .btn-toggle-like-duplicate {
  padding: .4em 1.2em .3em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5em;
  color: #e19a9a;
  background-color: #fff; }
  .btn-toggle-like:hover, .btn-toggle-like-duplicate:hover {
    color: #e19a9a;
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .btn-toggle-like, .btn-toggle-like-duplicate {
      padding: .4em .5em .3em; } }

.like_btn {
  cursor: pointer; }

.liked-count {
  color: #333; }

.module-btn-like {
  margin-bottom: 10px;
  vertical-align: top; }
  .module-btn-like .label-default-self {
    font-size: 1em;
    color: #e19a9a;
    background-color: #fff;
    border: 1px solid #ccc; }
  .module-btn-like .label-liked {
    color: #fff;
    font-weight: normal;
    background-color: #cccccc !important; }
  .module-btn-like .label-liked:hover {
    background-color: #e6e6e6 !important; }

.btn-gray-out {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ccc; }
  .btn-gray-out:hover {
    background-color: #dddddd; }

.text-price {
  font-size: 1.5em; }

#confirmModal.modal .modal-dialog {
  margin: 200px auto; }
#confirmModal.modal #confirm-message {
  font-size: 15px; }
#confirmModal.modal .modal-footer {
  margin-top: 0; }
#confirmModal.modal .special-message {
  height: 670px;
  width: 740px;
  opacity: 0.9;
  cursor: pointer;
  visibility: visible;
  display: block;
  background-color: #fff;
  margin: 50px auto;
}

ul.list-notice {
  padding-left: 10px; }

.alert-secondary {
  color: #d57373;
  background-color: #fff;
  border-color: #e19a9a; }
  .alert-secondary a {
    color: #d57373; }

.alert.alert-sm {
  padding-top: 6px;
  padding-bottom: 6px; }

.alert-flash {
  display: flex;
  flex-direction: row; }

.alert-flash .alert-flash_icon {
  margin-right: 8px;
  align-self: center; }

.alert-flash .alert-flash_close {
  margin-left: auto; }

.alert-success, .alert-danger {
  margin: 15px 0;
  color: #333;
  background-color: #eae8d2;
  border: none;
  border-radius: 15px; }
  .alert-success .fa-commenting, .alert-danger .fa-commenting {
    color: #ffc600; }
  .alert-success .fa-exclamation-circle, .alert-danger .fa-exclamation-circle {
    color: #de4560; }

.notice-need-pay a {
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  .well-top-notice {
    padding: 10px; }

  .notice-need-pay {
    font-size: 11px; } }
@media (min-width: 1250px) {
  .modal-xl {
    width: 1170px; } }
@media (min-width: 768px) {
  .modal-xl {
    width: 95%;
    max-width: 1170px; } }
.my-close {
  position: absolute;
  right: 0;
  top: 14px;
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #333;
  filter: alpha(opacity=90);
  opacity: .9;
  padding-top: 10px;
  z-index: 2;
  background: transparent;
  border: none; }

@media (max-width: 767px) {
  #confirmModal.modal .special-message{
    display: block;
    visibility: visible;
    top: 0px;
    max-width: 340px;
    height: 570px;
  }
  .my-close {
    top: -5px; } }
.my-close:hover,
.my-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

.my-modal-content {
  background-color: #f3f2e5; }

.my-modal-content .page_title {
  margin-bottom: 10px; }

h2#swal2-title {
  border-top: none;
  background: none; }

.swal2-actions .swal2-styled.swal2-confirm {
  font-size: 16px;
  background-color: #0397a3; }

.page_title__setting_thumb {
  max-width: 45px; }
  @media (max-width: 767px) {
    .page_title__setting_thumb {
      max-width: 30px; } }

.btn-line {
  background-color: #00c300;
  color: #fff;
  width: 90%;
  margin: auto;
  font-weight: 600;
  margin-bottom: 1rem;
}

.btn-line:hover {
  background-color: #00a100;
}

.line-qr {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
