@media (max-width: 576px) {
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
  .pt-xs-8 {
    padding-top: 8rem !important;
  }
  .pt-xs-10 {
    padding-top: 10rem !important;
  }
}

form input[type="radio"] {
  	position: static;
  	visibility: visible;
  	border: 1px;
  	margin: 0;
	background: #ccc;
	margin-top:0.5rem;
}

form input[type="checkbox"] {
        position: static;
        visibility: visible;
        border: 1px;
        margin: 0;
        background: #ccc;
        margin-top:0.5rem;
}

html {
    height: auto !important;
    overflow: auto !important;
}

/* body要素の修正 */
body {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: auto !important;
}

/* スクロール可能な親要素の確認 */
.container {
    overflow: visible !important;
}

/* モーダル使用時の対応 */
body.modal-open {
    overflow-y: auto !important;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  margin:4px;
	 border-radius: 20px;
  width: 60px;
  right: 0;
}
