body {
  font-family: Verdana, YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0 auto;
  max-width: 900px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.6);
}
img {
  width: 100%;
}
/*banner*/
.ope-banner {
  z-index: 1000;
  position: fixed;
  max-width: 350px;
  width: 100%;
  bottom: 10px;
  right: 10px;
  padding: 6px 40px;
  transition: .3s;
}
.ope-banner_sp {
  position: fixed;
  display: none;
}
@media only screen and (max-width:850px) {
  .ope-banner {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .ope-banner_sp {
    position: fixed;
    display: block;
    max-width: 700px;
    width: 100%;
    bottom: 7px;
    left: 6px;
    padding: 2px;
    z-index: 1001;
  }
}
@media only screen and (max-width:500px) {
  .ope-banner_sp {
    bottom: 10px;
    left: 0%;
    padding: 0;
  }
}
/*main*/
.around {
  margin: 0 auto;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}
.around__confirm-thanks {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}
.around_rule {
  max-width: 900px;
  margin: 0 auto;
  /*box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.6);*/
  background-color: #fff;
}
.btn {
  display: block;
  width: 95%;
  left: 2.56%;
}
.top {
  position: relative;
}
.top_text_01 {
  position: absolute;
  display: block;
  width: 60%;
  top: 5.5%;
  left: 32%;
  opacity: 0;
}
.top_text_02 {
  position: absolute;
  display: block;
  width: 35%;
  top: 50.2%;
  left: 18.5%;
}
.top .btn {
  position: absolute;
  top: 73%;
	left: 3.4%;
}
.contents_01 {
  position: relative;
}
.contents_01_text_01 {
  position: absolute;
  display: block;
  width: 77%;
  top: 3%;
  left: 12%;
  opacity: 0;
}
.contents_01_text_02 {
  position: absolute;
  display: block;
  width: 63%;
  top: 35%;
  left: 35%;
}
.contents_01_text_03 {
  position: absolute;
  display: block;
  width: 30%;
  top: 44.5%;
  right: 22%;
}
.contents_01_text_04 {
  position: absolute;
  display: block;
  width: 60%;
  top: 56.4%;
  left: 21%;
  opacity: 0;
}
.contents_01_text_05 {
  position: absolute;
  display: block;
  width: 71%;
  top: 80.5%;
  right: 25.22%;
  opacity: 0;
}
.contents_01 .btn {
  position: absolute;
  top: 87%;
}
.contents_02 {
  position: relative;
}
.contents_02_text_01 {
  position: absolute;
  display: block;
  width: 74.67%;
  top: 1%;
  left: 12.67%;
  opacity: 0;
}
.contents_02_text_02 {
  position: absolute;
  display: block;
  width: 76.56%;
  top: 14.7%;
  left: 12%;
  opacity: 0;
}
.contents_02_text_03 {
  position: absolute;
  display: block;
  width: 78.56%;
  top: 34.5%;
  left: 10.78%;
  opacity: 0;
}
.contents_02_text_04 {
  position: absolute;
  display: block;
  width: 86%;
  top: 88%;
  left: 11%;
  opacity: 0;
}
.contents_03 {
  position: relative;
}
.contents_03_text_01 {
  position: absolute;
  display: block;
  width: 78%;
  top: 9%;
  left: 11%;
  opacity: 0;
}
.contents_03_text_02 {
  position: absolute;
  display: block;
  width: 39%;
  top: 22.3%;
  left: 52%;
  opacity: 0;
}
.contents_03_text_03 {
  position: absolute;
  display: block;
  width: 55%;
  top: 72%;
  left: 2%;
}
.contents_03_text_04 {
  position: absolute;
  display: block;
  width: 98%;
  top: 90.5%;
  left: 2%;
  opacity: 0;
}
.application {}
#form_area {}
#form_title {
  display: block;
  width: 40.44%;
  margin: 8.33% auto 4.44% auto;
}
#input_area {
  /*text-align: center;*/
  width: 84.44%;
  margin: 0 auto;
}
.input_title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.11%;
	margin-top: 5%;
  text-align: left;
  font-weight: 600;
  font-size: 26px;
}
.input_title::after {
  content: "必須";
  color: #fff;
  margin-left: 1.11%;
  padding: 0.24% 1.11%;
  background-color: #DC143C;
  border-radius: 50px;
  font-size: 15px;
}
#input_area select, #input_area input {
  width: 100%;
  font-size: 23px;
  text-align: left;
  line-height: 1.15;
  padding: 2% 2.78%;
  border-radius: 50px;
  border: #CECECE solid 1px;
  background-color: #F7F7F7;
}
.input_title:nth-of-type(2) {
  margin-top: 3.67%;
}
#input_area input:nth-of-type(2) {
  margin-bottom: 3.67%;
}
::placeholder {
  color: #C1C1C1;
}
.relat {
  position: relative;
}
.select_mark {
  position: absolute;
  top: 40%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 25px;
  color: #C1C1C1;
}
.submit_btn {
  display: block;
  width: 95%;
  border: none;
  background-color: transparent;
  margin: 4.44% auto 0 auto;
}
/*ã‚¹ãƒžãƒ›*/
@media only screen and (max-width:500px) {
  #input_area {
    padding: 0px;
    width: 80%;
  }
  .input_title {
    font-size: 20px;
  }
  .input_title::after {
    font-size: 12px;
  }
  #input_area select, #input_area input {
    font-size: 20px;
  }
  .select_mark {
    font-size: 15px;
  }
  input[type="image"] {
    margin-top: 4%;
    margin-left: 7%;
    width: 84%;
  }
  .terms {
    font-size: 12px !important;
  }
}
.site-footer {
  display: flex;
  align-items: center;
  margin-top: 50%;
  /*padding: 2.94% 0;*/
  padding: 0;
  text-align: center;
  flex-flow: column;
}
.terms-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.terms {
  margin: 2.94% auto;
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
	flex-wrap: wrap;
}
.rule1::after {
  content: "";
  border-left: 2px solid #000000;
  margin: 20px;
}
/*ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/
.slideIn1 {
  animation: slideIn .7s;
  animation-fill-mode: forwards;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.slideIn2 {
  animation: slideIn2 1s;
  animation-fill-mode: forwards;
}
@keyframes slideIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.fadeUp {
  animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.slideinpoyopoyo {
  animation: slideIn .7s, poyopoyo 2s ease-in-out infinite;
  animation-fill-mode: forwards;
}
.zoomin {
  animation: zoomIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes zoomIn {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomin_02 {
  animation-name: zoomIn_02;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes zoomIn_02 {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.poyon {
  animation: poyon 2s infinite;
}
@keyframes poyon {
  33% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  59% {
    transform: scale(1.0, 0.8) translate(0%, 10%);
  }
  72% {
    transform: scale(1.0, 1.0) translate(0%, -10%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.down {
  animation: down 1s infinite alternate ease-out;
  ;
}
@keyframes down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(40px);
  }
}
.up {
  animation: up 1s infinite alternate ease-out;
  ;
}
@keyframes up {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0);
  }
}
.yurayura {
  animation: yurayura 2s steps(2, end) infinite;
  transform-origin: 20% 100%;
}
@keyframes yurayura {
  0% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.yurayura2 {
  animation: yurayura 2s infinite alternate ease-in-out;
  transform-origin: 20% 100%;
}
@keyframes yurayura {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.fuwafuwa {
  animation: fuwafuwa 2s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.blinking {
  animation: blinking 1.5s ease-in-out infinite alternate;
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shiny-btn {
  position: relative;
  display: block;
  overflow: hidden;
}
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
/*ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼ãƒ»ç‰¹å•†æ³•*/
.privacy-policy {
  line-height: 1.5;
  margin: 0 10px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.privacy-policy_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.top_p {
  margin-bottom: 25px;
}
.privacys {
  margin-top: 30px;
}
.privacy-title {
  position: relative;
  margin-top: 4%;
  margin-bottom: 2%;
  padding-bottom: .5%;
  font-weight: bold;
  display: block;
  font-size: 24px;
  border-bottom: 3px solid #a9a9a9;
  color: #000;
}
.privacy-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 83px;
  height: inherit;
  border-bottom: 3px solid #0F3278;
}
.privacy_p {
  margin-bottom: 15px;
  font-size: 18px;
}
.privacy_list {
  margin-top: 25px;
}
.privacy_list li {
  margin-bottom: 24px;
}
.tokusyo {
  line-height: 1.5;
  margin: 0 10px;
  padding-top: 20px;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 50px;
}
.tokusyo_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
p.heading {
  position: relative;
  margin-top: 4%;
  margin-bottom: 2%;
  padding-bottom: .5%;
  font-weight: bold;
  display: block;
  font-size: 24px;
  border-bottom: 3px solid #a9a9a9;
}
p.heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: inherit;
  border-bottom: 3px solid #0F3278;
}
p.body_text {
  margin-bottom: 15px;
  font-size: 18px;
}
.r_site-footer {
  position: relative;
  height: 100px;
  padding-top: 30px;
  text-align: center;
  max-width: 900px;
}
.r_site-footer .terms {
  color: #000;
  font-size: 20px;
  top: 30%;
  left: 25%;
}
@media only screen and (max-width:500px) {
  .tokusyo_title {
    font-size: 24px;
  }
  .r_site-footer .terms {
    top: 30%;
    left: 12%;
  }
}
/*ç¢ºèªãƒšãƒ¼ã‚¸*/
.kakunin-top {
  position: relative;
}
.catchcopy {
  position: absolute;
  width: 55%;
  top: 0.3%;
  left: 38%;
}
.kotirakara {
  position: absolute;
  width: 95%;
  top: 79%;
  left: 2.56%;
}
.kotirakara input[type="image"] {
  border: none;
  background-color: transparent;
  margin-top: 0;
  width: 100%;
}
.kakunin-top_text {
  display: block;
  position: absolute;
  width: 94.67%;
  top: 58%;
  left: 2.67%;
}
.campaign {
  position: relative;
}
.campaign img {
  display: block;
}
.campaign-text_01 {
  position: absolute;
  width: 80.22%;
  top: 6.6%;
  left: 9.89%;
  opacity: 0;
}
.campaign-text_02 {
  position: absolute;
  width: 64.44%;
  top: 24.5%;
  left: 17.78%;
}
.campaign-text_03 {
  position: absolute;
  width: 54.11%;
  top: 50.3%;
  left: 11.89%;
}
.campaign-text_04 {
  position: absolute;
  width: 98.89%;
  top: 68%;
  left: 0.56%;
  opacity: 0;
}
.confirm_content_01 {
  position: relative;
  line-height: 1.5;
}
.confirm_content_01-text_01 {
  position: absolute;
  width: 69.22%;
  top: 5.3%;
  left: 15.44%;
}
.confirm_content_01-text_02 {
  position: absolute;
  width: 84%;
  top: 87.2%;
  left: 9%;
}
#confirm_area {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 10% auto;
}
#input-area {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}
.confirm_contents {
  color: #000;
  margin: 10px;
  padding: 5px;
  text-align: left;
  font-variant: middle;
  border-bottom: 3px solid #6693c4;
}
.confirm_contents span {
  color: #6693c4;
}
@media only screen and (max-width:500px) {
  #input-area {
    font-size: 16px;
  }
  .kotirakara {
    top: 77%;
  }
  .confirm_arrow_01 {
    top: 66%;
  }
  .confirm_arrow_02 {
    top: 86%;
  }
}
#confirm_rulebox {
  position: absolute;
  top: 40%;
  left: 5.3%;
  max-width: 785px;
  max-height: 515px;
  width: 87.22%;
  height: 51vw;
  padding: 5px;
  margin: 20px auto;
  border: 4px solid #000;
  border-radius: 10px;
  overflow-y: scroll;
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px #21ACD6;
  border-radius: 10px;
}
.tokusyo_aerea {
  margin: 0 10px;
}
.tokusyoes {
  margin-top: 30px;
}
.tokusyo_text {
  position: relative;
  margin-top: 4%;
  margin-bottom: 2%;
  padding-bottom: .5%;
  font-weight: bold;
  display: block;
  font-size: 24px;
  border-bottom: 3px solid #a9a9a9;
  color: #000;
}
.tokusyo_text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: inherit;
  border-bottom: 3px solid #0F3278;
}
.tokusyo_p {
  font-weight: 500;
}
input[type=checkbox] {
  display: none;
}
.checkbox02 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 30px;
  position: relative;
  width: auto;
  font-weight: bold;
  font-size: 26px;
  color: #000;
}
.checkbox02::before {
  background: #fff;
  border: 2px solid #999;
  border-radius: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 2px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.checkbox02::after {
  border-right: 8px solid #2a3af5;
  border-bottom: 5px solid #2a3af5;
  content: '';
  display: block;
  height: 32px;
  left: 6px;
  margin-top: -22px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 19px;
}
input[type=checkbox]:checked + .checkbox02::before {
  border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
  opacity: 1;
}
.submitBtn {
  position: absolute;
  width: 95%;
  top: 72%;
  left: 2.56%;
}
@media only screen and (max-width:500px) {
  .mousikomikakuteigoni {
    top: 84%;
    width: 90%;
    left: 4%;
  }
  .checkbox02 {
    font-size: 18px;
  }
  #input_area input[type="image"] {}
}
.confirm-text_04 {
  position: absolute;
  bottom: 2.5%;
}
.confirm_site-footer {
  display: flex;
  align-items: center;
  padding: 2.94% 0;
  text-align: center;
  background-image: url(../img/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.confirm_terms {
  margin: 2.94% auto;
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width:500px) {
  #confirm_rulebox {}
  .kotirakara input[type="image"] {
    border: none;
    background-color: transparent;
    margin-top: 0;
    margin-left: 27%;
    width: 100%;
  }
  .confirm_content_01 input[type="image"] {
    position: absolute;
    width: 83%;
    top: 65.5%;
    left: 1.5%;
  }
  .confirm_terms {
    font-size: 12px;
  }
}
/*ã‚µãƒ³ã‚¯ã‚¹ãƒšãƒ¼ã‚¸*/
.thx {
  line-height: 1.5;
  text-align: center;
}
.thanks-top {
  position: relative;
}
.thanks-top img {
  width: 100%;
}
.thanks_logo {
  position: absolute;
  top: 10%;
  opacity: 0;
}
.line_touroku {
  position: absolute;
  width: 95%;
  top: 1%;
  left: 2.56%;
}
.payment-completion-area {
  position: relative;
  text-align: left;
}
.payment-overview-area {
  position: absolute;
  width: 86.67%;
  max-height: 367px;
  top: 24.5%;
  left: 6.44%;
  padding: 3% 1%;
  font-size: clamp(9px, 1.8vw, 17px);
  line-height: 1.25;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px #21ACD6;
  border-radius: 10px;
}
.summary-contents {
  display: flex;
  margin-bottom: 2%;
}
.summary-contents p:first-child {
  white-space: nowrap
}
.payment-button_01 {
  position: absolute;
  width: 51%;
  top: 54.3%;
  left: 24.56%;
}
.payment-button_02 {
  position: absolute;
  width: 51%;
  top: 73.6%;
  left: 24.56%;
}
.procedure-button {
  position: absolute;
  width: 51%;
  top: 88%;
  left: 24.56%;
}
@media only screen and (max-width:500px) {
  .final_confirm {
    height: 500px;
  }
  #f_confirm-box {
    top: 8%;
    width: 90%;
  }
  .f_confirm_contents {
    font-size: 15px;
  }
}
.thanks_site-footer {
  position: relative;
}
.thanks_site-footer img {
  width: 100%;
}
.thanks_terms {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 54%;
  left: 12%;
}
.thanks_site-footer img {
  width: 100%;
}
@media only screen and (max-width:500px) {
  .buy-list-title h2:before, .buy-list-title h2:after {
    height: 8px;
  }
  .buy-list-title h2:after {
    height: 8px;
  }
  .thanks_terms {
    font-size: 12px;
    top: 50%;
  }
}
/*ãƒãƒƒãƒ—ã‚¢ãƒƒãƒ—ãƒãƒŠãƒ¼*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup input[type="image"] {
  border: none;
  background-color: transparent;
  margin-top: 4%;
  margin-left: 0.3%;
  width: 100%;
}
.is-show {
  opacity: 1;
  visibility: visible;
}
.close-btn {
  position: absolute;
  right: -8px;
  top: -4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.fa-times::before {
  content: "\f00d";
  font-weight: 900;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 30px;
  background-color: #ffff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width:500px) {
  .popup-inner {
    width: 90%;
    max-width: 600px;
    padding: 20px;
  }
  .close-btn {
    right: -13px;
    top: -11px;
  }
}
#sidebar {
  position: relative;
  z-index: 3;
}
#pop {
  position: fixed;
  left: 0;
  bottom: 70px;
  border-bottom: none;
}
#footernav {
  display: none;
}
.op0 {
    opacity: 0;
}
.visible800 {
  display: none;
}
@media screen and (max-width: 1601px) {
    .atza_li {
        width: 70%;
    }
}
@media screen and (max-width: 1301px) {
    .atza_li {
        width: 60%;
    }
}
@media screen and (max-width: 801px) {
  #footernav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: transparent;
  }
  .visible800 {
    display: block;
  }
  #pop {
    display: none !important;
  }
}
.annot{
	opacity: .5;
	margin-top: 1%;
}
.annot::before{
	content: "※";
}
input[type="radio"] {
    display: none;
}
.c-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    transition: all 0.15s ease-out 0s;
    cursor: pointer;
    display: inline-block;
    margin: 0.4rem;
    outline: none;
    border-radius: 50%;
    border: 4px double #F36162;
}
.c-radio:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: -3%;
    transform: scale(0);
    transition: all ease-out 250ms;
}
:checked + .c-radio:before {
    transform: scale(1);
    background: #F36162;
}
.err_msg {
    font-size: 19px;
    color: #f01e1e;
    font-weight: bold;
    margin: 0.5em 1em 0 0;
}