body {
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  position: relative;
  min-height: 100vh;
}

img {
  pointer-events: none;
}

a.nav-link {
  color: white !important;
  border-bottom-color: white !important;
}

a.nav-link.active {
  color: #FF703A !important;
  background: white !important;
}

.notch-mx {
}
.notch-px-black {
}
.notch-px-gray {
}

.field-box {
  overflow: hidden;
}

.field-box-l {
  float: left;
  width: 100%;
  height: 48px;
  margin-right: -36px;
  padding-right: 36px;
  box-sizing: border-box;
}

.field-box-r {
  float: right;
  width: 32px;
  height: 48px;
  margin-left: 3px;
}

.field-input {
  outline: 0;
  border: 0;
  border-radius: 0;
  background: white;
  padding-left: 0px;
  padding-right:16px;
  width:100%;
  height:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.field-input-bg {
  padding-right: 30px;
  background-image: url(./images/pull_down.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: 16px;
}

.round-box {
  overflow: hidden;
  background: white;
}

.round-box-l {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
}

.round-box-lf {
  float: left;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  color: #5FC185;
  border: 3px solid #5FC185;
  font-size: 0.8rem;
  line-height: 38px;
}

.round-box-lt {
  float: left;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  color: #D64658;
  border: 3px solid #D64658;
  font-size: 0.8rem;
  line-height: 38px;
}

.round-box-r {
  float: right;
  width: 100%;
  height: 48px;
  margin-left: -48px;
  padding-left: 48px;
  box-sizing: border-box;
}

.result-title {
  color: white;
  width: 100%;
  margin-right: -100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.point-icon{
  background-color: #fff;
  border: solid 2px #000;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}

.aboutLink{
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 1rem;
  left:50%;
  transform: translateX(-50%);
  text-decoration: underline;
  color:#999 !important;
}

/*--for textConentPage--*/
.contentTitle{
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #43434A;
}
.textContentWrap{
  padding:16px; 
  & .Midashi{
    font-weight: bold;
  }
  & a{
    text-decoration: underline;
    color: #FF703A !important;
  }
}
.backTopLink{
  padding:16px;
  & a{
    display: block;
    width: fit-content;
    margin:0 0 0 auto;
    text-decoration: underline;
    color: #FF703A !important;
  }
}

