body {
  color: #2B2B2B;
  font-size: 17px;
  line-height: 1.75;
  font-family:'Noto Sans JP', sans-serif;
  text-align: center;
}

a {
  color: #4FDADF;
}

.container {
  max-width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 20px;
}

.help-block {
  font-size: 0.75em;
}

.form-column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}


input[type="text"]{
  min-height: 54px;
  width: 100%;
  border: 1px #707070 solid;
  border-radius: 7px;
}

textarea{
  min-height: 200px;
  width: 100%;
  border: 1px #707070 solid;
  border-radius: 7px;
}

.button{
  width: 421px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2B2B2B;
  border-radius: 39px;
  color:white;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  margin-top: 70px;
  z-index: 10;
}

.button::after{
  content: url(https://www.litlil.jp/assets/image/pin.svg);
	position: absolute;
	right:3vw;
  transform: translate(0,-8px);
}

.button:hover{
  opacity: 0.8;
}

label{
  font-weight: 500 !important;
  width:30%;
  text-align: left;
}

legend {
  padding: 0 !important;
  font-weight: 500 !important;
  width:30%;
  text-align: left;
}

legend .badge-required, .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color:  #F85799;
  border-radius: 4px;
}

.input-group{
  width: 100%;
  display: flex;
}

.description-block {
  color: #151514;
  margin-top: 0.5em;
}

fieldset{
  border: 0;
  padding: 0;
  width: 100%;
  display: contents;
}

.form-column-checkbox{
  padding: 30px;
  background-color: #F2F2F2;
  text-align: center;
  display: block;
}

.form-column-checkbox legend{
  text-align: center;
  width: 100%;
}

.form-column-checkbox label{
  width: 100%;
  text-align: center;
  margin-top:40px;
  margin-bottom: 40px;
}

.form-column-checkbox label span{
  font-size: 20px;
}

.description-block{
  font-size: 16px;
}

.form-column-note{
  display: block;
}

.form-column-0799e9b5-8776-406f-9232-48adcacf8d02 .description-block{
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.contactRoot{
	display: flex;
	text-align: center;
	justify-content: center;
}

.root1, .root2, .root3{
	font-size: 1.8rem;
	width: 145px;
	height: 37px;
	border: #2B2B2B 1px solid;
	border-radius: 22px;
}

.root1{
  background-color: #FFE42E;
}

#confirmation-container .root2{
  background-color: #FFE42E;
}

#confirmation-container .root1, #confirmation-container .root3{
  background-color:  transparent;
}

#message-container.root1, #message-container .root2{
  background-color: transparent;
}

#message-container .root3{
  background-color: #FFE42E;
}