@charset "UTF-8";
@media screen and (max-width: 767px) {
  /* -------------------------------------------------- */
  /* 共通設定 */
  /* -------------------------------------------------- */
  .pc {
    display: none !important;
  }

  body {
    -webkit-text-size-adjust: 100%;
    background-color: #000000;
    color: #ffffff;
  }

  p,
li,
dt,
dd {
    /*Androidブラウザフォントバグ対策*/
    max-height: 999999px;
  }

  /* LINK */
  /* -------------------------------------------------- */
  a:link,
a:visited {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  a:active {
    text-decoration: none;
  }

  a {
    color: #95b214;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }

  body {
    background-color: #000000;
    color: #ffffff;
  }

  .mainView {
    max-width: 1280px;
    height: 300px;
    margin: 0px auto;
    padding-top: 0px;
  }

  .mainView.top .img {
    overflow: hidden;
    height: 300px;
    position: relative;
  }

  .mainView.top .img img {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .innerFix {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .ttl02 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }

  .ttl03 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    display: table;
    line-height: 40px;
    padding: 0px 1em;
    margin: 0px auto;
    margin-bottom: 40px;
    width: 100%;
  }

  ol,
ul {
    list-style: none;
  }

  li {
    list-style-type: none;
  }

  section {
    text-align: justify;
  }

  ul.memberMerit {
    width: 100%;
    margin: 0px auto 40px;
  }

  ul.memberMerit li {
    width: 33.3333333%;
    float: left;
    text-align: center;
  }

  ul.memberMerit li i {
    width: 100%;
    font-size: 65px;
    margin-bottom: 15px;
    color: #ffffff;
  }

  ul.memberMerit li span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
  }

  ul.memberMerit2 {
    width: 150%;
    margin: 0px auto 40px;
  }

  ul.memberMerit2 li {
    width: 33.3333333%;
    float: left;
    text-align: center;
  }

  ul.memberMerit2 li i {
    width: 100%;
    font-size: 65px;
    margin-bottom: 15px;
    color: #ffffff;
  }

  ul.memberMerit2 li span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
  }

  dl.explainBox dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #top p.catch {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* Micro clearfix */
  .clearfix {
    *zoom: 1;
  }

  .clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }

  .clear {
    clear: both;
    overflow: hidden;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }

  section {
    text-align: justify;
  }

  .shere {
    width: 45px;
    height: 45px;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
  }

  .dropdown-menu {
    min-width: 6em;
    text-align: center;
  }

  table > tbody > tr > td {
    width: 100%;
  }

  #contents {
    z-index: 0;
    font-size: 16px;
  }

  .page-txt {
    margin: 30px 0 0;
    height: 2000px;
  }

  /* モーダル コンテンツエリア */
  #modal-main {
    display: none;
    width: 350px;
    height: 300px;
    padding: 20px;
    background-color: #efefef;
    color: #383534;
    border: 2px solid #333;
    /* ボックスの境界線を実線で指定する */
    position: fixed;
    z-index: 2;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  /* モーダル 背景エリア */
  #modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .center {
    text-align: center !important;
  }

  .btn-answer,
.btn-answer:active,
.btn-answer:focus {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 10px;
    /* ボックス外側の余白を指定する */
    width: 95%;
    /* ボックスの横幅を指定する */
    height: 90px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #ffffff;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    border: 2px solid #ffffff;
    /* ボックスの境界線を実線で指定する */
    background-color: #000000;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  .btn-answer:hover {
    background: #fff;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #000000;
  }

  .btn-answer-o,
.btn-answer-o:active,
.btn-answer-o:focus {
    background: #fff;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #000000;
    width: 100%;
    margin: 0px auto;
    display: block;
    outline: none;
  }

  .btn-answer-o:hover {
    background: #dab775;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #000000;
  }

  /* ファイナルアンサーボタン */
  .btn-final-answer,
.btn-final-answer:active,
.btn-final-answer:focus {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 95%;
    /* ボックスの横幅を指定する */
    height: 90px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #1f0202;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    border: 2px solid #000000;
    /* ボックスの境界線を実線で指定する */
    background-color: #dab775;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  .btn-final-answer:hover {
    background: #fff;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #000000;
  }

  .btn-final-answer-o,
.btn-final-answer-o:active,
.btn-final-answer-o:focus {
    background: #fff;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #000000;
    width: 100%;
    margin: 0px auto;
    display: block;
    outline: none;
  }

  .btn-final-answer-o:hover {
    background: #dab775;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #000000;
  }

  .typ {
    opacity: 0;
  }

  .typ span {
    opacity: 0;
  }

  input[type=radio] {
    display: none;
    /* ラジオボタンを非表示にする */
  }

  input[type=radio]:checked + label {
    background: #ff8c00;
    /* マウス選択時の背景色を指定する */
    color: #ffffff;
    /* マウス選択時のフォント色を指定する */
  }

  .label:hover {
    background-color: #ff8c00;
    /* マウスオーバー時の背景色を指定する */
  }

  .label {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 325px;
    /* ボックスの横幅を指定する */
    height: 45px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #ffffff;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    cursor: pointer;
    /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 2px solid #ffffff;
    /* ボックスの境界線を実線で指定する */
    background-color: #000000;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  .label + span {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 500px;
    /* ボックスの横幅を指定する */
    height: 45px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #ffffff;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    cursor: pointer;
    /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 2px solid #ffffff;
    /* ボックスの境界線を実線で指定する */
    background-color: #000000;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  .label :disabled {
    background-color: #000000;
    color: inherit #FFFFFF;
    cursor: not-allowed;
  }

  .create-label:checked {
    background: #ffffff;
    color: #dab775;
  }

  .create-label:hover {
    background-color: #ffffff;
    /* マウスオーバー時の背景色を指定する */
    color: #dab775;
    /* マウスオーバー時の背景色を指定する */
  }

  .create-label {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 150px;
    /* ボックスの横幅を指定する */
    height: 45px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #ffffff;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    cursor: pointer;
    /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 2px solid #ffffff;
    /* ボックスの境界線を実線で指定する */
    background-color: #dab775;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  .create-label + span {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 500px;
    /* ボックスの横幅を指定する */
    height: 45px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #ffffff;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    cursor: pointer;
    /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 2px solid #ffffff;
    /* ボックスの境界線を実線で指定する */
    background-color: #000000;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  .create-label :disabled {
    background-color: #000000;
    color: inherit #FFFFFF;
    cursor: not-allowed;
  }

  .create-label-answer {
    margin-left: 100px;
    /* ボックス外側の余白を指定する */
  }

  .question {
    display: block;
    /* ブロックレベル要素化する */
    float: left;
    /* 要素の左寄せ・回り込を指定する */
    margin: 5px;
    /* ボックス外側の余白を指定する */
    width: 95%;
    /* ボックスの横幅を指定する */
    height: 90px;
    /* ボックスの高さを指定する */
    padding-left: 5px;
    /* ボックス内左側の余白を指定する */
    padding-right: 5px;
    /* ボックス内御右側の余白を指定する */
    color: #ffffff;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    line-height: 45px;
    /* 行の高さを指定する */
    border: 2px solid #ffffff;
    /* ボックスの境界線を実線で指定する */
    background-color: #000000;
    border-radius: 5px;
    /* 角丸を指定する */
  }

  .question:before {
    width: 0px;
    height: 0px;
    background: transparent;
    border-bottom: 150px solid black;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
  }

  .contents {
    background-image: url(../img/bg.png);
    background-color: #000000;
  }

  .label :disabled {
    background-color: #000000;
    color: inherit #FFFFFF;
    cursor: not-allowed;
  }

  .balloon1-right {
    position: relative;
    display: inline-block;
    border: 2px solid #ffffff;
    /* ボックスの境界線を実線で指定する */
    width: 58%;
    color: #555;
    font-size: 16px;
    background: #000000;
    height: 200px;
  }

  .main_title {
    width: 100%;
  }

  .main_image {
    float: right;
    width: 40%;
    height: 200px;
  }

  .main_image img {
    width: 100%;
    height: 200px;
  }

  .main {
    color: #FFFFFF;
  }

  .answer {
    color: #FFFFFF;
  }

  .float_none {
    clear: both;
  }

  .blink {
    -webkit-animation: blinkAnime 1s infinite alternate;
            animation: blinkAnime 1s infinite alternate;
  }

  @-webkit-keyframes blinkAnime {
    0% {
      background-color: #000000;
    }
    100% {
      background-color: #66ff66;
    }
  }

  @keyframes blinkAnime {
    0% {
      background-color: #000000;
    }
    100% {
      background-color: #66ff66;
    }
  }
  .blink-incorrect {
    -webkit-animation: blinkAnimeIncorrect 1s infinite alternate;
            animation: blinkAnimeIncorrect 1s infinite alternate;
  }

  @-webkit-keyframes blinkAnimeIncorrect {
    0% {
      background-color: #000000;
    }
    100% {
      background-color: #ff8c00;
    }
  }

  @keyframes blinkAnimeIncorrect {
    0% {
      background-color: #000000;
    }
    100% {
      background-color: #ff8c00;
    }
  }
  .btn-copy,
.btn-copy:active,
.btn-copy:hover {
    margin: 10px;
    /* ボックス外側の余白を指定する */
    width: 30%;
    /* ボックスの横幅を指定する */
    height: 45px;
    /* ボックスの高さを指定する */
    padding-left: 0px;
    /* ボックス内左側の余白を指定する */
    padding-right: 0px;
    /* ボックス内御右側の余白を指定する */
    color: #ffffff;
    /* フォントの色を指定 */
    text-align: center;
    /* テキストのセンタリングを指定する */
    font-size: 10px;
    /* 行の高さを指定する */
    border: 2px solid #ffffff;
    margin-left: 130px;
    background-color: #dab775;
  }

  /*  basic
  ---------------------------------------------*/
  input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
    font-size: 16px;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }

  .help-block {
    margin-bottom: 0px;
  }

  sup {
    font-size: 8px;
  }

  .control-label {
    margin-bottom: 5px;
  }

  textarea.form-control {
    height: auto !important;
    font-size: 16px;
  }

  .register_chk {
    /* padding-top: 11px; */
  }

  ul.actionHorizontal {
    width: 100%;
    margin: 20px auto 0px;
    max-width: 400px;
  }

  ul.actionHorizontal li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  ul.actionHorizontal li:last-child {
    float: left;
    width: 49%;
    margin-right: 0px;
  }

  ul.actionHorizontal li input,
ul.actionHorizontal li a {
    width: 100%;
    display: block;
    line-height: 50px;
    padding: 0px;
    font-size: 10px;
    margin: 0px auto;
  }

  ul.actionHorizontal li:hover input,
ul.actionHorizontal li:hover a {
    transition: all ease 0.4s;
  }

  ul.actionHorizontal.single {
    width: 100%;
    margin: 30px auto 0px;
  }

  ul.actionHorizontal.single li {
    width: 100%;
  }

  ul.actionHorizontal.single li input,
ul.actionHorizontal.single li a {
    width: 100%;
    display: block;
    line-height: 40px;
    padding: 0px;
    font-size: 15px;
    margin: 0px auto;
  }

  ul.actionHorizontal.single li:hover input,
ul.actionHorizontal.single li:hover a {
    transition: all ease 0.4s;
  }

  ul.actionHorizontal.singleLarge {
    width: 400px;
    margin: 30px auto 0px;
  }

  ul.actionHorizontal.singleLarge li input,
ul.actionHorizontal.singleLarge li a {
    width: 100%;
    display: block;
    line-height: 50px;
    padding: 0px;
    font-size: 15px;
    margin: 0px auto;
  }

  ul.actionHorizontal.singleLarge li:hover input,
ul.actionHorizontal.singleLarge li:hover a {
    transition: all ease 0.4s;
  }

  ul.actionVertical {
    width: 100%;
    margin: 0px auto 20px;
    max-width: 400px;
  }

  ul.actionVertical li {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  ul.actionVertical li:last-child {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  ul.actionVertical li input,
ul.actionVertical li a {
    width: 100%;
    display: block;
    line-height: 50px;
    padding: 0px;
    font-size: 15px;
    margin: 0px auto;
  }

  ul.actionVertical.singleLarge li input,
ul.actionVertical.singleLarge li a {
    width: 100%;
    display: block;
    line-height: 50px;
    padding: 0px;
    font-size: 16px;
    margin: 0px auto;
    font-weight: 700;
  }

  ul.actionVertical li:hover input,
ul.actionVertical li:hover a {
    transition: all ease 0.4s;
  }

  .btn {
    font-size: 15px;
    font-weight: normal;
    line-height: 50px;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: none;
    transition: 0.3s all;
    padding: 0px 0.5em;
  }

  .btn:active,
btn:focus {
    box-shadow: none;
    outline: none;
  }

  .btn.disabled {
    opacity: 0.3;
  }

  .btn-submit,
.btn-submit:active,
.btn-submit:focus {
    background: #dab775;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    display: block;
    outline: none;
  }

  .btn-submit:hover {
    background: #fff;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #dab775;
  }

  .btn-submit-o,
.btn-submit-o:active,
.btn-submit-o:focus {
    background: #fff;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #dab775;
    width: 100%;
    margin: 0px auto;
    display: block;
    outline: none;
  }

  .btn-submit-o:hover {
    background: #dab775;
    border: 1px solid #dab775;
    text-shadow: none;
    color: #fff;
  }

  .btn-darkgray,
.btn-darkgray:active,
.btn-darkgray:focus {
    background: #8b8b8b;
    border: 1px solid #8b8b8b;
    text-shadow: none;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    display: block;
    outline: none;
  }

  .btn-darkgray:hover {
    background: #fff;
    border: 1px solid #8b8b8b;
    text-shadow: none;
    color: #8b8b8b;
  }

  .btn-black,
.btn-black:active,
.btn-black:focus {
    background: #000;
    border: 1px solid #000;
    text-shadow: none;
    color: #fff;
    width: 80%;
    margin: 0px auto;
    display: block;
    outline: none;
  }

  .btn-black:hover {
    background: #fff;
    border: 1px solid #000;
    text-shadow: none;
    color: #000;
    width: 100%;
    margin: 0px auto;
    display: block;
  }

  /*  checkbox radio
  ---------------------------------------------*/
  /* ======= common ======= */
  input[type=checkbox],
input[type=radio] {
    -moz-transform-origin: right bottom;
    -moz-transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
    -webkit-transform: scale(1, 1);
    cursor: pointer;
  }

  label.checkbox {
    padding-left: 30px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0px !important;
    /* margin-right: 15px; */
    font-weight: normal;
    /* width: 20%; */
    float: left;
    padding-right: 10px;
  }

  label.radio {
    padding-left: 25px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0px !important;
    /* margin-right: 15px; */
    font-weight: normal;
    /* width: 20%; */
    float: left;
    padding-right: 20px;
  }

  label.checkbox input,
label.radio input {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    height: inherit;
  }

  /* ======= checkbox ======= */
  label.checkbox::before,
label.checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 200ms ease-out;
  }

  label.checkbox::before {
    top: 12px;
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
  }

  label.checkbox.checked::before {
    background: #6ca1a5;
    border: 1px solid #6ca1a5;
  }

  label.checkbox.checked::after {
    position: absolute;
    content: "";
    display: block;
    top: 6px;
    left: 5px;
    width: 15px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  /* ======= radio ======= */
  label.radio::before,
label.radio::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 200ms ease-out;
  }

  label.radio::before {
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #bcc2ba;
    border-radius: 100%;
  }

  label.radio::after {
    opacity: 0;
    transform: translateY(-50%) scale(0.7);
  }

  label.radio.checked::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: 3px;
    width: 12px;
    height: 12px;
    background: #9fd3d7;
    border-radius: 100%;
  }

  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*  bootstrap Overwrite
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  .panel {
    border-radius: 2px;
    margin-bottom: 80px;
    border: 1px solid #eee;
  }

  .panel-body {
    padding: 40px 20px 30px;
  }

  .progress {
    background-image: none;
    background-color: #b1b1b1;
  }

  .form-control {
    height: 50px !important;
    padding: 10px !important;
    border-radius: 2px !important;
    box-shadow: none;
  }

  textarea {
    padding: 10px !important;
    border-radius: 2px !important;
    height: auto !important;
  }

  label.control-label {
    padding-top: 10px !important;
    color: #000000;
    font-weight: bold;
  }

  .help-block {
    font-size: 11px;
  }

  .form-horizontal .checkbox {
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 1px;
  }

  .form-horizontal .radio {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .checkList {
    /* padding-top: 12px; */
    /* min-height: 50px; */
  }

  .checkList > label.radio {
    /* padding-top: 12px !important;
    */
    margin-top: 10px !important;
  }

  .checkList > label.checkbox {
    padding-top: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 10px;
  }

  .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
  }
}