/*
@mixin gakubugakka-en-sp {
	font-size: 14px;
	font-weight: 400;
	font-family: "Bacasime Antique", serif;
}
*/
/*
@mixin body-txt14-br {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin body-txt14-br-sp {
	font-size: 3.73vw;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
/*
@mixin voice-gakubugakkaname {
	font-size: 18px;
	font-weight: 700;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}


@mixin graph {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin number-big {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
:root {
  --clgold01: #ECE9DC;
  --clred01: #CF1313;
  --clpurple01: #925096;
  --clpurple02: #EBD9EC;
  --clpurple03: #F6EEF7;
  --clpurplehover: #f5edf6;
  --clgray01: #D9D9D9;
  --clgray02: #AEAEAE;
  --clgray03: #FAFAFA;
  --clgray04: #878787;
  --clgray05: #F6F6F6;
  --clmusic01: #925096;
  --clmusic02: #EEDBEF;
  --clmusichover: #b78ab9;
  --clfood01: #D37B2F;
  --clfood02: #F8D9BE;
  --clfood03: #FFF0E2;
  --clfoodhover: #e8b88d;
  --clchildhood01: #CA576B;
  --clchildhood02: #FAF3F4;
  --clchildhood03: #F3E5E7;
  --clchildhoodhover: #c98792;
  --clsports01: #344D78;
  --clsports02: #E0E9F9;
  --clsportshover: #7390c3;
  --cljrcol01: #567ea8;
  --cljrcol02: #D8DEE5;
  --cljrcol03: #EDF0F4;
  --cljrcolhover: #7b8ea3;
  --clgradsch01: #736E7C;
  --clgradsch02: #F5F5F5;
  --clgradsch03: #BFBBC6;
  --clgradsch04: #9D98A4;
  --clgradschhover: #9e9ba5;
  --clkakusei01: #635467;
  --clmidori01: #556756;
  --header-h: 0px;
}

section.sec-college h1 {
  font-size: 6.66vw;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Zen Old Mincho", serif;
  color: var(--clmusic01);
}
@media screen and (min-width: 768px) {
  section.sec-college h1 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-college div.college-cont {
  padding-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont {
    padding-top: 100px;
  }
}
section.sec-college div.college-cont div.college-box01 {
  padding: 0 0 8vw;
  margin: 0 0 8vw;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box01 {
    padding: 0 0 60px;
    margin: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-college div.college-cont div.college-box01 h2 {
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Zen Old Mincho", serif;
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box01 h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Zen Old Mincho", serif;
    width: 300px;
  }
}
section.sec-college div.college-cont div.college-box01 h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1em;
  height: 0.14em;
  background: var(--clmusic01);
}
section.sec-college div.college-cont div.college-box01 p {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box01 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    width: calc(100% - 320px);
  }
}
section.sec-college div.college-cont div.college-box02 {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box02 {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-college div.college-cont div.college-box02 div.college-box02-img01 {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box02 div.college-box02-img01 {
    margin: 0;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box02 div.college-box02-txtbox {
    width: 43%;
  }
}
section.sec-college div.college-cont div.college-box02 div.college-box02-txtbox .college-box02-txt01 {
  color: var(--clmusic01);
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box02 div.college-box02-txtbox .college-box02-txt01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-college div.college-cont div.college-box02 div.college-box02-txtbox .college-box02-txt02 {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box02 div.college-box02-txtbox .college-box02-txt02 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-college div.college-cont div.college-box03 h3 {
  text-align: center;
  background: #D9D9D9;
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0.6em 0;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    width: 37px;
    writing-mode: vertical-lr;
    box-sizing: border-box;
    padding-left: 0.45em;
    letter-spacing: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 ul {
    width: calc(100% - 70px);
  }
}
section.sec-college div.college-cont div.college-box03 ul li {
  padding: 1em 0;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 ul li {
    padding: 0.8em 0;
  }
}
section.sec-college div.college-cont div.college-box03 ul li:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 ul li:last-child {
    padding-bottom: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 ul li:first-child {
    padding-top: 0;
  }
}
section.sec-college div.college-cont div.college-box03 ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.sec-college div.college-cont div.college-box03 ul li dl dt {
  width: 34%;
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 ul li dl dt {
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-college div.college-cont div.college-box03 ul li dl dd {
  width: 66%;
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-college div.college-cont div.college-box03 ul li dl dd {
    width: calc(100% - 200px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}

section.sec-form {
  overflow: hidden;
  padding: 30vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-form {
    padding: 175px 0;
  }
}
section.sec-form div.sec-gakubu-inner {
  background: #F3F0EB;
  padding: 13vw 8% 20vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-form div.sec-gakubu-inner {
    padding: 70px 6%;
  }
}
section.sec-form div.form-txtbox01 {
  margin-bottom: 13vw;
}
@media screen and (min-width: 768px) {
  section.sec-form div.form-txtbox01 {
    margin-bottom: 15px;
  }
}
section.sec-form div.form-txtbox01 h2 {
  text-align: center;
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-form div.form-txtbox01 h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-form div.form-txtbox01 h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8em;
  width: 6em;
  height: 3px;
  margin: auto;
  background-color: #fff;
}
section.sec-form div.form-txtbox01 p {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-form div.form-txtbox01 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-form div.form-txtbox01 p a {
  text-decoration: underline;
}
section.sec-form div.form-txtbox02 {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-form div.form-txtbox02 {
    margin-top: 65px;
  }
}
section.sec-form div.form-txtbox02 .form-txtbox02-txt01 {
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-form div.form-txtbox02 .form-txtbox02-txt01 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
  }
}
section.sec-form div.form-txtbox02 .form-txtbox02-txt02 {
  font-size: 4.26vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-form div.form-txtbox02 .form-txtbox02-txt02 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    text-align: center;
  }
}
section.sec-form form div.select-wrap {
  position: relative;
}
section.sec-form form div.select-wrap span.arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 2%;
  width: 1em;
  height: 100%;
}
section.sec-form form div.select-wrap span.arrow::after, section.sec-form form div.select-wrap span.arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.5em;
  height: 0.44em;
  background: #D9D9D9;
}
section.sec-form form div.select-wrap span.arrow::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: 28%;
}
section.sec-form form div.select-wrap span.arrow::before {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: 28%;
}
section.sec-form form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background-image: url(../../../myimg/common/icon-form-select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 2vw;
}
@media screen and (min-width: 768px) {
  section.sec-form form select {
    background-size: 7px;
  }
}
section.sec-form form select, section.sec-form form input, section.sec-form form textarea {
  width: 100%;
  padding: 0.7em;
  border: solid 1px #D9D9D9;
  border-radius: 0.4em;
  box-sizing: border-box;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-form form textarea {
    height: 180px;
  }
}
section.sec-form form dt {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 0.8em;
  margin-top: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-form form dt {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-top: 50px;
    margin-bottom: 0;
    width: 130px;
  }
}
section.sec-form form dt.gender {
  display: inline-block;
  width: 38%;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-form form dt.gender {
    width: 130px;
    margin-bottom: 0;
  }
}
section.sec-form form dt.postcode {
  display: inline-block;
  width: 38%;
  margin: 0;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  section.sec-form form dt.postcode {
    width: 130px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dt.address {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dt.schoolname {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dt.history {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dt.policy {
    vertical-align: top;
  }
}
section.sec-form form dt .must {
  color: #E60012;
}
section.sec-form form dt .small {
  font-size: 0.7em;
}
section.sec-form form dd {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd {
    display: inline-block;
    width: calc(100% - 135px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-form form dd.name input {
  width: 47%;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.name input {
    width: 15em;
  }
}
section.sec-form form dd.name input:first-child {
  margin-right: 4%;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.name input:first-child {
    margin-right: 0.6em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.mail {
    margin-top: 50px;
    vertical-align: top;
  }
}
section.sec-form form dd.birth input {
  width: 22.7%;
  margin: 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.birth input {
    width: calc(25% - 3em);
  }
}
section.sec-form form dd.birth input:first-child {
  width: calc(100% - 4em);
  margin: 0 0.4em 0.6em 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.birth input:first-child {
    width: calc(25% - 3em);
  }
}
section.sec-form form dd.birth input:nth-of-type(2) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.birth input:nth-of-type(2) {
    margin-left: 0.4em;
  }
}
section.sec-form form dd.gender {
  display: inline-block;
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.gender {
    width: calc(100% - 135px);
  }
}
section.sec-form form dd.postcode {
  display: inline-block;
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.postcode {
    width: calc(100% - 135px);
    margin-top: 45px;
  }
  section.sec-form form dd.postcode input {
    width: 19em;
    margin-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.address {
    margin-top: 45px;
  }
}
section.sec-form form dd.address li {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.address li span {
    width: 5em;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.address li select, section.sec-form form dd.address li input {
    width: calc(100% - 15em);
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.schoolname {
    margin-top: 45px;
  }
}
section.sec-form form dd.schoolname input {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.schoolname input {
    width: 42%;
    margin: 0 0.4em 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.schoolname select {
    width: 92px;
    margin-right: 1em;
  }
}
section.sec-form form dd.schoolname .radio-group {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.schoolname .radio-group {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.history {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-form form dd.policy {
    margin-top: 50px;
  }
}
section.sec-form form dd.policy a {
  text-decoration: underline;
}
section.sec-form form dd.policy .policy-link {
  margin-left: 1rem;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #0078d7;
}
section.sec-form form dd.policy p {
  margin-top: 0.4em;
}
section.sec-form form dd.policy .check-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
section.sec-form form dd.policy .check-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
section.sec-form form dd.policy .check-group label {
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  line-height: 1.6;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.sec-form form dd.policy .check-group label:has(input[type=checkbox]:focus-visible) {
  outline: 2px solid #99c6f7;
  outline-offset: 4px;
  border-radius: 6px;
}
section.sec-form form dd.policy .check-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
section.sec-form form dd.policy .check-group label::after {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 50%;
  width: 0.4em;
  height: 0.8em;
  border-right: 2px solid #0078d7;
  border-bottom: 2px solid #0078d7;
  transform: translateY(-60%) rotate(45deg) scale(0.8);
  opacity: 0;
}
section.sec-form form dd.policy .check-group label:hover::before {
  border-color: #0078d7;
}
section.sec-form form dd.policy .check-group input[type=checkbox]:checked + label::before {
  border-color: #0078d7;
  background: #f0f8ff;
}
section.sec-form form dd.policy .check-group input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: translateY(-60%) rotate(45deg) scale(1);
}
section.sec-form form dd.policy .check-group input[type=checkbox][disabled] + label {
  color: #aaa;
  cursor: not-allowed;
}
section.sec-form form dd.policy .check-group input[type=checkbox][disabled] + label::before {
  background: #f5f5f5;
  border-color: #e5e5e5;
}
section.sec-form form dd .radio-group {
  display: flex;
  gap: 2em;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd .radio-group {
    display: inline-block;
  }
}
section.sec-form form dd .radio-group input[type=radio] {
  display: none;
}
section.sec-form form dd .radio-group label {
  position: relative;
  padding-left: 1.6em;
  cursor: pointer;
  line-height: 1.6;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  section.sec-form form dd .radio-group label {
    margin-right: 0.6em;
  }
}
section.sec-form form dd .radio-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #D9D9D9;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-sizing: border-box;
}
section.sec-form form dd .radio-group label::after {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  background-color: #0078d7;
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
}
section.sec-form form dd .radio-group label:hover::before {
  border-color: #0078d7;
}
section.sec-form form dd .radio-group input[type=radio]:checked + label {
  background: none;
}
section.sec-form form dd .radio-group input[type=radio]:checked + label::before {
  border-color: #0078d7;
}
section.sec-form form dd .radio-group input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
section.sec-form form div.mfp_buttons {
  margin: 15vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-form form div.mfp_buttons {
    width: 253px;
    margin: 65px auto 0;
  }
}
section.sec-form form div.mfp_buttons button {
  display: block;
  background: #fff;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  width: 100%;
  border: solid 1px #111;
  padding: 1.4em 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-form form div.mfp_buttons button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-form form div.mfp_buttons button svg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}/*# sourceMappingURL=moscow_request.css.map */