@media (max-width: 767px) {
  .panel.panel-mobile,
  .panel.panel-catv,
  .panel.panel-program-guide,
  .panel.panel-internet,
  .panel.panel-phone,
  .panel.panel-ip-phone,
  .panel.panel-edenki,
  .panel.panel-ott,
  .panel.panel-other {
    font-size: 1.5em;
  }
}



/*調整*/
.row-mypage:before,
.row-mypage:after {
  display: table;
  content: " ";
}

.row-mypage:after {
  clear: both;
}

.row-mypage:before,
.row-mypage:after {
  display: table;
  content: " ";
}

.row-mypage:after {
  clear: both;
}

.btn-primary, .btn-warning, .btn-info, .btn-warning, .btn-danger, .btn-success {
  color: #ffffff !important;
}

.btn-default {
  color: #333333 !important;
}

.container-mypage {
  margin-bottom: 40px;
}

.href-mypage {
  color: #005bac !important;
}

/* パスワード表示ボタンの高さ調整 */
.input-group {
  display: flex;
  flex-wrap: nowrap;
}
.input-group .form-control,
.input-group-addon {
  height: 34px;
  line-height: 34px;
}
.input-group-addon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#btn_eye i {
  line-height: 1;
}
