@charset "Shift_JIS";

/* ----モーダルダイアログ---- */
.modal-dialog,
.modal-overlay {
    box-sizing: border-box;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 10000;
}

.modal-overlay-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 10002;
}

.modal-alert {
    width: 400px;
    z-index: 10003;
}

.modal-dialog {
    width: 600px;
    z-index: 10001;
}

.modal-header {
    padding: 15px 20px 15px;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    border-bottom: none;
    line-height: 1;
    color: #fff;
    background-color: #333;
}

.modal-content {
    background: #eee;
}

.modal-body {
    padding: 20px;
}

.modal-body p {
    margin-bottom: 10px;
}

.modal-body li {
    border-bottom: 1px dotted #444;
}

.modal-body li a {
    padding: 12px;
    color: #4da7ba;
    display: flex;
    max-width: 560px;
    font-size: 16px;
}
.modal-body li a i {
    margin: 0 10px 0 auto;
    color: #444;
    font-size: 16px;
}

.modal-body li a:hover {
    text-decoration: none;
}

.modal-body li a:hover i {
    color: #4da7ba;
    text-decoration: none;
}

.modal-footer {
    padding: 0 10px 15px;
}

.modal-alert .modal-footer {
    text-align: center;
}

.modal-alert .modal-footer input {
    width: 40%;
}

.modal-close {
    display: block;
    width: 18px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.modal-dialog .modal-footer {
    text-align: center;
}

.modal-dialog .modal-footer .btn {
    min-width: 150px;
    margin-right: 5px;
}

/* マイページ用 > LINEアカウント連携設定用 */
.linesync-message {
    margin-bottom: 10px;
}

.linesync-message .linesync-message-clientlist {
    display: block;
    margin-left: 10px;
}

.linesync-message .linesync-message-client {
    white-space: nowrap;
}

/* Lineログイン設定モーダル */
.modal--linesync-menu {
    /* width: 660px; */
    margin: auto;
    overflow: hidden;
    zoom: 1;
    text-align: left;
}

.modal--linesync-menu .linelogin {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    height: 50px;
    background-color: transparent;
    border: none;
}

.modal--linesync-menu-contents .line_logo {
    background: #00c300 url(../img/sys/linelogin/line.png) no-repeat;
    background-size: 40px 40px;
    border-radius: 7px 0 0 7px;
    width: 40px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.modal--linesync-menu button:focus {
    outline: none;
}

.modal--linesync-menu:after {
    visibility: hidden;
    display: block;
    content: ' ';
    clear: both;
    height: 0;
}

.modal--linesync-menu .line_word {
    background: #00c300;
    border-left: solid 1px #00b300;
    border-radius: 0 7px 7px 0;
    color: #fff;
    width: 196px;
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: left;
    padding: 0 10px;
}

.modal--linesync-menu .linelogin_btn_width {
    width: 280px;
}

.modal--linesync-menu {
    padding: 15px;
}

/* Lineログインログイン */
.block-login--linelogin-body {
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
  
.block-login--linelogin-text {
  font-size: 14px;
}
.block-login--linelogin-body:after {
  clear: both;
}

.block-login--linelogin-body ul {
  justify-content: center;
  align-items: center;
}

.block-login--linelogin-contents {
  text-align : center;
}

.block-login--linelogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.block-login--linelogin-contents-btn button:focus {
  outline: none;
}

.block-login--linelogin-contents .line_logo {
  background: #00c300 url(../img/sys/linelogin/line.png) no-repeat;
  background-size: 40px 40px;
  border-radius: 7px 0 0 7px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block-login--linelogin-contents .line_word {
  background: #00c300;
  border-left: solid 1px #00b300;
  border-radius: 0 7px 7px 0;
  width: 191px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  padding: 0px 6px;
  font-size: 85%;
  color: #fff;
}

.block-login--linelogin-state-saving-body {
  text-align: center;
}

.block-login--linelogin-state-saving-mesage {
  margin-top: 10px;
}