@charset "UTF-8";

/* ==========================================
  フォーム
   ========================================== */

label.error {
  font-size: xx-small;
  color: red;
  font-weight: bold;
  font-size: 14px;
}
label.error:before {
  content: "\f06a";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 4px;
  top: 1px;
  left: 1px;
  font-size: 16px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
div.col-sm-8 label#loginId-error.error:before,
div.col-sm-8 label#password-error.error:before
{
  font-size: inherit;
}
.col-sm-1-s {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.acol-sm-3-1,
.acol-sm-4-1 {
  position: relative;
  min-height: 1px;
  float: left;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.acol-sm-3-1 {
    width: 32.65%;
}

.acol-sm-4-1 {
    width: 69%;
}

.input-SFDC-A022{
    height: 48px;
    border: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
}

.col-margin-b{
    margin-bottom: 10px;
}

.col-margin-l{
    margin-left: 3.5%;
}

.acol-sm-3-1 select,
.acol-sm-4-1 select{
   border: 1px solid #ccc;
   border-radius: 4px;
}

@media (max-width: 767px) {
  .form-group-birthdate .row [class='acol-sm-4-1'] {
    width: 100%;
  }
  .form-group-birthdate .row [class='acol-sm-3-1'] {
    width: 50%;
  }
  .form-group-birthdate .row [class='acol-sm-3-1 col-margin-l'] {
    width: 46.5%;
  }
  .col-sm-pa {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .col-sm-1-s,
  .col-sm-3-0,
  .col-sm-4-0,
  .col-sm-6-5{
    float: left;
  }
  .col-sm-6-5 {
    width: 72%;
  }
  .col-sm-4-0 {
    width: 49%;
  }
  .col-sm-3-0 {
    width: 25%;
  }
  .col-sm-1-s {
    width: 5%;
  }
}

.modal-mypage-diglog {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-mypage-title {
  line-height: 1.42857143;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.modal-mypage-body {
  position: relative;
  padding: 18px 15px 0px;
}
.modal-mypage-footer {
  padding: 10px;
  text-align: right;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-mypage-diglog {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

.login-padding {
   padding: 0 10px 15px 10px;
 }

@media (max-width: 767px) {
  .login-padding {
    padding: 0 20px 15px 20px;
  }
}

.textMypage {
    outline: none;
    margin-top: 2px;
    border-color: #107dd8;
}

.p-maypage-margin {
	margin: 0;
}

.form-border-bd {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-display-bd {
  display: flex;
}

.inr-scroll {
  height: 315px;
  overflow: auto;
}

@media (max-width: 767px) {
  .inr-scroll {
    height: 135px;
  }
}

/*# sourceMappingURL=bootstrap.css.map */

.mb-25{
  margin-bottom: -25px;
}

@media (min-width: 768px) {
  .a001-sm-4-0 {
    width: 100%;
  }
  .a001-sm-3-0 {
    width: 50%;
  }
  .a001-sm-6 {
    width: 70%;
  }
  .modal-dialog-b011 {
    width: 760px;
    margin: 30px auto;
  }
}

.input-SFDC-login{
    height: 38px !important;
    margin-bottom: 5px !important;
}

.alert-block-login {
  min-height: 20px;
}

.form-group-height {
  margin-bottom: 5px;
}

.form-control-height {
  margin-bottom: 5px;
}

.btn-color-b010 {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.btn-margin-b0102 {
  margin: 5px auto;
  margin-bottom: 15px;
}

.btn-margin-b0101 {
  margin: 5px auto;
}

.modal-body-b010 {
  margin: 15px 15px 2px;
}

.div-border-b010{
  border: 4px solid #009bdd;
}

@media (min-width: 999px) {
  .div-display {
    display: flex;
  }

  .div-abreast-login {
    width: 51%;
  }

  .div-abreast {
    width: 48%;
    margin-right: 2%;
  }

  .div-button-login {
    margin-top: 10%;
  }

  .div-ul-ml {
    margin-left: 16% !important;
  }

  .ul-mr-pc {
    margin-left: 20% !important;
  }
}

@media (min-width: 999px) {
  .ul-mr-pc-002 {
    margin-left: 35% !important;
  }
}

@media (max-width: 998px) {
  .a001-mt-30{
    margin-top: 30px !important;
  }

  .div-ul-ml {
    max-width: 300px;
    margin: 20px auto;
  }

  .ul-mr-pc {
    max-width: 300px;
    margin: 20px auto;
  }

  .ul-mr-pc-002 {
    max-width: 280px;
    margin: 22px auto;
  }

  .sp-bt-6 {
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .lable-SFDC-login{
    height: 38px;
    margin-bottom: 5px;
  }

  .li-list-style3{
    list-style: disc;
  }

  .div-dio-ml {
    margin-left: 16% !important;
  }
}

.li-list-style{
  list-style: disc;
}

.btn-login-b011 {
  margin: 0px auto 20px auto;
  padding:  0.875em 1.5em;
  font-size: 1.7rem;
  font-weight: bold;
  max-width: 26rem;
  width: 100%;
}

.btn-login-b011 {
  color: #fff;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  background-color: #009ae3;
  border-style: solid;
  border-color: #009ae3 !important;
  outline: none;
}

@media (max-width: 320px) {
  .authImg-width {
    max-width: 26rem;
  }

  .sp-10-pl {
    padding-left: 10px !important;
  }

  .sp-mt-20 {
    margin-top: -20px !important;
  }
}

@media (max-width: 767px) {
  .a001-sm-3-0 {
    width: 50%;
    float: left;
  }

  .sp-display {
    display: none !important;
  }

  .div-dio-ml {
    margin-left: 10px !important;
  }

  .div-th-ml {
    margin-left: 10px !important;
  }

  .sp-padding-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .sp-pl-0 {
    padding-left: 0px !important;
  }

  .btn-width {
    width: 100%;
  }

  .btn-margin {
    margin: 0 0 5px !important;
  }

  .modal-dialog-b011 {
    margin: 30px;
  }
}

@media (min-width: 420px) {
  .display-flex {
    display: flex;
  }
}

@media (max-width: 419px) {
  .margin-width {
    max-width: 26rem;
    outline: none;
    display: block;
  }
}

.sp-pl-10 {
  padding-left: 10px !important;
}

.a001-mb-0 {
  margin-bottom: 0px !important;
}

.a001-mb0 {
    margin-bottom: 0px !important;
}

@media (min-width: 767px) {
  .a001-mb0 {
    margin-bottom: 30px !important;
  }
}

.a001-mb-30 {
  margin-bottom: 30px !important;
}

.a001-marign {
  width: 320px;
  margin:0 auto;
}

.a001-marign-login {
  max-width: 280px;
  margin:0 auto;
}

.ul-margin {
  padding-left: 11px;
  margin-top: 15px;
}

.ul-margin-login {
  padding-left: 25px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .ul-margin-login{
    padding: 0px 10px;
  }
}

.pc-pl-0 {
  padding-left: 0px !important;
}

.dialog-pt-20 {
  padding-top: 20px;
}

.href-color-blue {
  color: #009bdd;
}

.div-contractMail {
  margin-top: 4px !important;
  margin-bottom: 5px !important;
}

.div-span-mt-md {
  margin-top: -10px !important;
  margin-bottom: 10px !important;
}

.div-contractMail-ml {
  margin-left: 25px !important;
  margin-top: 4px !important;
  margin-bottom: 5px !important;
}

.radio-mt{
  margin-top: 6px !important;
}

.small-icon {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fb3ef+0,0b68d0+100 */
  background: #1fb3ef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1fb3ef 0%, #0b68d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1fb3ef 0%, #0b68d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1fb3ef 0%, #0b68d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.screen-pc {
  display: inline-block !important;
  vertical-align: text-bottom !important;
}
.screen-sp {
  display: none !important;
  vertical-align: text-bottom !important;
}

.link-area-pc {
 margin: auto;
 width: 34%;
}

.margin-left-30p {
 margin-left: 30px
}

.txtNormalImportant {
  font-weight: normal !important;
}

/* 修正系_ダイアログ */
.btn-form-not-SFDCreal-dialog {
  margin: 6px auto 19px auto;
  -webkit-box-shadow:  none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #000;
  border-width: 2px;
  margin: 6px auto 20px auto;
}

/* 肯定系_ダイアログ */
.btn-form-do-SFDCreal-dialog {
  color: #fff;
  margin: 8px auto 8px auto;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  background-color: #e98300 !important;
  border-style: solid;
  border-color: #e98300 !important;
  text-decoration: none;
  font-weight: bold;
}

/* ボタン_ダイアログ */
.btn-form-do-SFDCreal-dialog,
.btn-form-not-SFDCreal-dialog {
    padding: 0.6em 1.5em 0.6em 1.5em;
    font-size: 1.7rem;
    max-width: 23rem;
    width: 100%;
    outline: none;
}