
/* type-form1-block */

.type-form1-block.bg-white * {
  color:#596A80;
}
.type-form1-block.bg-white h3, 
.type-form1-block.bg-white h3 * {
  color:#0175c0;
}

.notice-container h2, 
.notice-container h3, 
.notice-container h4 {
  font-size:21.6px;
  color: #0175c0 !important;
}

.check-mark {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-shrink: 0;
	width:22px !important;
	height:22px;
	border: 2px solid #c1cad5;
	border-radius: 5px;
}
.check-mark > span {
	display:block;
	width:16px !important;
	height:16px;
	background-color:#FFFFFF;
	border-radius: 3px;
}
.check-mark.checked > span {
	background-color:#0075BF;
}
.check-mark.red {
	border-color:#D86154 !important;
}
.checkmark-outer {
	display:flex;
	align-items:center;
	margin-bottom: 12px;
	background-color: rgba(0,255,255,0);
}
.checkmark-outer > div {
	width: calc(100% - 46px) !important;
	background-color: rgba(255,0,255,0);
	margin: 9px 0px 9px 12px;
}

.checkmark-outer > div a {
	color:#0175c0 !important;
}

@media screen and (max-width: 660px) {

  .type-form1-block {
    display:block;
  }
  .type-form1-block .area-indent {
    padding:0px 0px 42px;
  }
  .type-form1-block  .area-indent h3 {
    margin-top: 42px;
    text-align: center;
  }
  .type-form .text-content p {
    margin: 21px 0px 21px 0px;
    text-align:center;
  }
  .type-form .text-content p:first-child {
    margin-top: 38px;
  }
  .type-form .text-content p:last-child {
    margin-bottom: 42px;
  }
  .type-form .form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .type-form .form-content > div {
    display:block;
    text-align: left;
    margin-bottom: 21px;
  }
  .type-form .width-50,
  .type-form .width-100 {
    width: calc(100% - 2px);
  }
  .type-form .width-15 {
    width: 100px;
    margin-right: 12px;
  }
  .type-form .width-35 {
    width: calc(100% - 114px);
  }
  .checkmark-outer {
		align-items:flex-start;
	}
	.check-mark {
		margin-top: 6px !important;
	}
  @media screen and (max-width: 400px) {
    .type-form .width-15 {
      width: calc(100% - 2px);
      margin-right: 0px;
    } 
    .type-form .width-35 {
      width: calc(100% - 2px);
    }
  }
  .type-form1-block .button-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
    display:flex;
    justify-content: flex-end;
  }
  @media screen and (max-width: 460px) {
    .type-form1-block .button-wrapper {
      display:block;
    }
    .type-form1-block .button-wrapper {
      width: 100%;
    }
    .type-form1-block .button-wrapper .button {
      width: calc(100% - 84px);
    }
  }
}  
  
@media screen and (min-width: 661px) {  

  .type-form1-block {
    display:block;
    min-height: 400px;
  }
  .type-form1-block .area-indent {
    width: 806px;
    margin: 0 auto;
    padding:12px 0px 42px;
    text-align: center;
  }

  @media screen and (max-width: 860px) {
    .type-form1-block .area-indent {
      width: calc(100% - 44px);
    }
  }
  .type-form .form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .type-form .text-content p {
    margin: 12px 0px 12px 0px;
    text-align:center;
  }
  .type-form h3 p {
    display: inline-block;
    width: 100%;
    color: red;
  }
  .type-form .text-content p:last-child {
    margin-bottom: 42px;
  }
  .type-form .form-content > div {
    display:block;
    text-align: left;
    margin-bottom: 8px;
  }
  .type-form .width-15 {
    width: 100px;
  }
  .type-form .width-35 {
    width: calc(50% - 116px);
  }
  .type-form .width-50 {
    width: calc(50% - 8px);
  }
  .type-form .width-100 {
    width: calc(100% - 2px);
  }
  .type-form1-block .button-wrapper {
    margin-top: 20px;
    margin-bottom: 42px;
    display:flex;
    justify-content: flex-end;
  }
}