@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:wght@700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  display: block;
  position: relative;
  margin: 0px;
  height: 100%;
  width: 100%;
  background: #f4f4f2;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: all; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px; } }
  @media screen and (max-width: 420px) {
    body {
      font-size: 12px; } }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a {
  color: #408AC1;
  text-decoration: underline;
  cursor: pointer; }

a:visited {
  color: #408AC1; }

main {
  padding-top: 100px; }

.wrap {
  width: 1280px;
  padding: 0px 77px;
  margin: 0px auto; }

@media screen and (max-width: 1279px) {
  .wrap {
    width: 100%;
    padding: 0px 6vw; } }
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0px 4vw; } }
@media screen and (max-width: 420px) {
  .wrap {
    padding: 0px 6vw; } }
h2.title {
  color: #cba57c;
  align-items: start; }
  h2.title span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 450%;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    color: #333;
    word-wrap: break-word;
    line-height: 1em; }
    @media screen and (max-width: 1279px) {
      h2.title span {
        font-size: 312.5%;
        margin-bottom: 2vw; } }

h3.title {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  color: #8B8B8B;
  margin-bottom: 50px; }
  h3.title:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #D3D3D3; }
  h3.title span {
    position: relative;
    padding: 0 1em;
    background: #f4f4f2; }

h3.title-b {
  border-left: 2px #408AC1 solid;
  padding-left: 15px;
  font-size: 156.25%;
  font-weight: 700;
  color: #8b8b8b;
  margin-bottom: 30px;
  line-height: 36px; }

h4.title {
  color: #408AC1;
  font-size: 156.25%;
  font-weight: 700;
  margin-bottom: 50px; }

a.more {
  text-decoration: none;
  border: 1px #408AC1 solid;
  line-height: 44px;
  padding-left: 17px;
  border-radius: 22px;
  display: block;
  width: 126px;
  background: #fff;
  color: #408AC1;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  a.more span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
  a.more span::before, a.more span::after {
    position: absolute;
    top: -6px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  a.more span::before {
    left: 10px;
    width: 24px;
    height: 1px;
    background: #408AC1; }
    a.more span::before:hover {
      background: #fff; }
  a.more span::after {
    left: 22px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #408AC1;
    border-right: 1px solid #408AC1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    a.more span::after:hover {
      border-top: 1px solid #fff;
      border-right: 1px #fff; }
  a.more::after {
    background: #408AC1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1; }
  a.more:hover {
    color: #fff; }
  a.more:hover::after {
    transform: scale(1, 1); }
  a.more:hover span::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  a.more:hover span::before {
    background: #fff; }

.material-symbols-outlined {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 4px; }

.container {
  padding-top: 60px; }

@media screen and (max-width: 420px) {
  .container {
    padding-top: 40px; } }
@media print {
  header {
    position: absolute; } }
header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  justify-content: flex-end;
  background: rgba(244, 244, 242, 0.9);
  padding: 20px 0px; }
  header .wrap {
    padding: 0;
    margin: 0px auto;
    display: flex; }
  header a {
    text-decoration: none; }
  header .header__logo {
    padding-left: 32px;
    line-height: 34px;
    margin-bottom: -8px;
    font-family: "fot-udkakugoc80-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 200%;
    letter-spacing: 0.5rem;
    width: 232px; }
    header .header__logo a {
      color: #373F42; }
    header .header__logo span {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 64%;
      display: block;
      letter-spacing: 0.42rem; }
  header .header__nav {
    width: calc(100% - 270px);
    margin-top: 6px; }
    header .header__nav ul {
      display: flex;
      justify-content: flex-end; }
      header .header__nav ul li {
        line-height: 25px; }
        header .header__nav ul li.nm {
          display: inline-block;
          width: auto;
          color: #59A8C9;
          font-size: 112.5%;
          font-weight: 500;
          margin-right: 25px; }
          header .header__nav ul li.nm a {
            color: #373F42; }
          header .header__nav ul li.nm span {
            display: block;
            color: #59A8C9;
            font-size: 72.22%;
            font-weight: 700;
            letter-spacing: -0.005rem; }
        header .header__nav ul li.recruit {
          padding: 0;
          margin-left: 0px;
          text-align: center;
          font-size: 112.5%; }
        header .header__nav ul li.contact {
          padding: 0;
          margin-left: 10px;
          text-align: center;
          font-size: 112.5%; }
        header .header__nav ul li.recruit a, header .header__nav ul li.contact a {
          display: block;
          width: 152px;
          line-height: 46px;
          border-radius: 29px;
          color: #fff; }
        header .header__nav ul li.recruit a {
          background: #cba57c; }
        header .header__nav ul li.contact a {
          background: #408AC1;
          margin-left: 0px; }

.hamburger {
  display: none; }

@media screen and (max-width: 1023px) {
  header {
    background: #f4f4f2;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0; }
    header .wrap {
      display: block; }
    header .header__wrap {
      width: 100%;
      display: block;
      padding: 0; }
    header .header__logo {
      padding: 22px 0px 22px 32px; }
    header .header__nav {
      width: 100%; }
      header .header__nav ul {
        justify-content: flex-start;
        flex-wrap: wrap; }
        header .header__nav ul li {
          display: block;
          width: calc(50% - 0.5px);
          line-height: 40px; }
          header .header__nav ul li.nm {
            margin-right: 0px;
            width: calc(50% - 0.5px);
            border: 1px #ccc solid; }
            header .header__nav ul li.nm:nth-child(even) {
              border-left: 0; }
            header .header__nav ul li.nm:first-child {
              border-bottom: 0; }
            header .header__nav ul li.nm:nth-child(2) {
              border-bottom: 0; }
            header .header__nav ul li.nm a {
              font-size: 112.5%; }
              header .header__nav ul li.nm a span {
                display: none; }
          header .header__nav ul li.recruit, header .header__nav ul li.contact {
            margin-left: 0px;
            border: 1px #ccc solid;
            width: calc(50% - 0.5px); }
            header .header__nav ul li.recruit a, header .header__nav ul li.contact a {
              line-height: 40px;
              border-radius: 0;
              width: 100%;
              font-size: 112.5%; }
          header .header__nav ul li.contact {
            border-left: 0; }

  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 26px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center; }
    .hamburger span {
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      left: 6px;
      background: #333;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .hamburger span:nth-child(1) {
        top: 10px; }
      .hamburger span:nth-child(2) {
        top: 20px; }
      .hamburger span:nth-child(3) {
        top: 30px; }
    .hamburger.active span:nth-child(1) {
      top: 16px;
      left: 6px;
      background: #333;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
      top: 16px;
      background: #333;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }

  /* メニュー背景　*/
  nav.globalMenuSp {
    z-index: 2;
    top: 80px;
    background: #373F42;
    text-align: center;
    opacity: 0;
    display: none;
    transition: opacity .6s ease, visibility .6s ease; }
    nav.globalMenuSp ul {
      margin: 0 auto;
      padding: 0; }
      nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all; }
        nav.globalMenuSp ul li:last-child {
          padding-bottom: 0; }
        nav.globalMenuSp ul li:hover {
          background: #ddd; }
        nav.globalMenuSp ul li.nm a {
          color: #fff; }
          nav.globalMenuSp ul li.nm a:hover {
            color: #333; }
        nav.globalMenuSp ul li a {
          display: block;
          color: #fff;
          padding: 8px 0;
          text-decoration: none; }
    nav.globalMenuSp.active {
      opacity: 100;
      display: block; } }
@media screen and (max-width: 768px) {
  header {
    padding: 0; }
    header .header__logo {
      padding: 1.6vw 3vw;
      line-height: 26px; }
      header .header__logo span {
        letter-spacing: 0.38rem; }

  .hamburger {
    top: 2vw;
    right: 2vw; } }
@media screen and (max-width: 420px) {
  header {
    padding: 0; }
    header .wrap {
      padding: 6px; }
    header .header__logo {
      line-height: 20px; }

  .hamburger span:nth-child(1) {
    top: 2vw; }

  .hamburger span:nth-child(2) {
    top: 4.5vw; }

  .hamburger span:nth-child(3) {
    top: 7vw; } }
footer {
  background: #fff;
  color: #333;
  padding: 77px 0px; }
  footer .wrap {
    display: flex;
    justify-content: space-between; }
  footer .footer__info {
    text-align: left; }
    footer .footer__info .footer__logo {
      font-family: "fot-udkakugoc80-pro", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 187.5%;
      letter-spacing: 0.2rem;
      margin-bottom: 33px; }
      footer .footer__info .footer__logo a {
        color: #373F42;
        text-decoration: none;
        display: flex; }
      footer .footer__info .footer__logo span {
        font-size: 66.66%;
        margin-right: 6px; }
      footer .footer__info .footer__logo p {
        display: inline-block;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 66.66%;
        letter-spacing: 0.3rem;
        margin-left: 10px; }
  footer .footer__nav ul {
    display: flex;
    margin-bottom: 74px; }
    footer .footer__nav ul li {
      font-size: 93.75%; }
    footer .footer__nav ul li:not(:last-of-type)::after {
      content: "/";
      margin: 0.1em;
      /* 記号の左右の余白 */
      color: #777;
      /* 記号の色 */ }
  footer .footer__nav .copyright {
    font-size: 81.25%;
    text-align: right; }

@media screen and (max-width: 1023px) {
  footer .wrap {
    display: block; }
    footer .wrap .footer__nav {
      display: none; } }
@media screen and (max-width: 1023px) {
  footer {
    padding: 40px 0px; } }
.lead {
  margin-bottom: 50px; }

.three_blocks ul {
  display: flex;
  flex-wrap: wrap; }
  .three_blocks ul li {
    background: #fff;
    border-radius: 20px;
    width: 32%;
    padding: 25px 25px 30px 25px;
    margin-bottom: 30px; }
    .three_blocks ul li:nth-child(3n-1) {
      margin: 0px 2% 30px 2%; }
    .three_blocks ul li img {
      border-radius: 10px;
      margin-bottom: 25px; }
    .three_blocks ul li h3 {
      color: #59A8C9;
      font-size: 125%;
      font-weight: 700;
      padding-bottom: 20px;
      margin-bottom: 20px;
      background-image: linear-gradient(90deg, #cba57c 0 21px, #fff 21px);
      background-repeat: no-repeat;
      background-size: 100% 1px;
      background-position: bottom; }
@media screen and (max-width: 1023px) {
  .three_blocks ul {
    display: block; }
    .three_blocks ul li {
      width: 100%;
      margin-bottom: 20px;
      display: flex; }
      .three_blocks ul li:nth-child(3n-1) {
        margin: 0px 0px 20px 0; }
      .three_blocks ul li img {
        width: 30%;
        margin-right: 4%;
        margin-bottom: 0;
        align-self: flex-start; }
      .three_blocks ul li div {
        width: 66%; }
        .three_blocks ul li div h3 {
          display: inline-block; } }
@media screen and (max-width: 500px) {
  .three_blocks ul li {
    display: block;
    padding: 6vw; }
    .three_blocks ul li img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2vw; }
    .three_blocks ul li div {
      width: 100%; } }

.noradius_block {
  margin-bottom: 70px; }
  .noradius_block .images {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    justify-content: space-around; }
    .noradius_block .images img {
      width: 32.6%; }
      .noradius_block .images img:nth-child(2) {
        margin: 0px 1.1%; }
  .noradius_block .three img {
    width: 33.3%; }

.vertical_blocks ul li {
  background: #fff;
  border-radius: 20px;
  padding: 25px 25px 30px 25px;
  margin-bottom: 30px; }
  .vertical_blocks ul li img {
    border-radius: 10px;
    margin-bottom: 25px; }
  .vertical_blocks ul li h3 {
    color: #59A8C9;
    font-size: 125%;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(90deg, #cba57c 0 21px, #fff 21px);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: bottom; }
@media screen and (max-width: 1023px) {
  .vertical_blocks ul {
    display: block; }
    .vertical_blocks ul li {
      width: 100%;
      margin-bottom: 20px; }
      .vertical_blocks ul li:nth-child(2) {
        margin: 0px 0px 20px 0; }
      .vertical_blocks ul li img {
        width: 30%;
        margin-right: 4%;
        margin-bottom: 0;
        align-self: flex-start; }
      .vertical_blocks ul li div h3 {
        display: inline-block; } }
@media screen and (max-width: 500px) {
  .vertical_blocks ul li {
    display: block;
    padding: 6vw; }
    .vertical_blocks ul li img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2vw; }
    .vertical_blocks ul li div {
      width: 100%; } }

.list_blocks ul li {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: #D3D3D3 1px dotted;
  display: flex;
  align-items: center; }
  .list_blocks ul li:last-child {
    border-bottom: 0; }
  .list_blocks ul li img {
    border-radius: 10px;
    width: 28.5%;
    margin-right: 4%; }
  .list_blocks ul li h3 {
    font-size: 156.25%;
    font-weight: 700;
    border-left: 2px #408AC1 solid;
    padding-left: 15px;
    color: #8B8B8B;
    margin-bottom: 30px; }
@media screen and (max-width: 1023px) {
  .list_blocks ul {
    display: block; }
    .list_blocks ul li {
      width: 100%;
      margin-bottom: 20px; }
      .list_blocks ul li:nth-child(2) {
        margin: 0px 0px 20px 0; }
      .list_blocks ul li img {
        width: 30%;
        margin-bottom: 0;
        align-self: flex-start; }
      .list_blocks ul li div h3 {
        display: inline-block; } }
@media screen and (max-width: 500px) {
  .list_blocks ul li {
    display: block;
    padding: 6vw; }
    .list_blocks ul li img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2vw; }
    .list_blocks ul li div {
      width: 100%; } }

.lside_blocks ul li {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 20px; }
  .lside_blocks ul li .images {
    width: 36%;
    clip-path: inset(0 0 round 10px);
    align-self: flex-start; }
    .lside_blocks ul li .images img {
      vertical-align: top; }
      .lside_blocks ul li .images img:first-of-type {
        margin-bottom: 10px; }
  .lside_blocks ul li .text {
    width: 64%;
    padding-left: 40px; }
    .lside_blocks ul li .text strong {
      font-weight: 700;
      display: block;
      margin-top: 20px;
      display: inline; }
    .lside_blocks ul li .text h3 {
      color: #59A8C9;
      font-size: 125%;
      font-weight: 700;
      padding-bottom: 20px;
      margin-bottom: 20px;
      background-image: linear-gradient(90deg, #cba57c 0 21px, #fff 21px);
      background-repeat: no-repeat;
      background-size: 100% 1px;
      background-position: bottom; }
@media screen and (max-width: 768px) {
  .lside_blocks ul li {
    flex-direction: row;
    flex-wrap: wrap; }
    .lside_blocks ul li .images {
      width: 100%;
      display: flex;
      margin-top: 20px; }
      .lside_blocks ul li .images img {
        width: 49.5%; }
        .lside_blocks ul li .images img:first-of-type {
          margin-bottom: 0px;
          margin-right: 1%; }
    .lside_blocks ul li .text {
      width: 100%;
      padding-left: 0; } }

.news_list ul li time {
  display: block;
  line-height: 16px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  background-image: linear-gradient(90deg, #cba57c 0 20px, #fff 20px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom; }

dl.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px #e0e0e0 dotted;
  border-bottom: 1px #e0e0e0 dotted; }
  dl.list dt {
    color: #59A8C9;
    font-weight: 700;
    padding: 30px 0px 30px 30px;
    width: 200px;
    border-top: 1px #e0e0e0 dotted; }
    dl.list dt:first-child {
      background: #eee;
      border-top: 0; }
    dl.list dt:nth-child(4n + 5) {
      background: #eee; }
  dl.list dd {
    padding: 30px 30px;
    width: calc( 100% - 200px);
    border-top: 1px #e0e0e0 dotted; }
    dl.list dd:nth-child(4n + 2) {
      background: #eee;
      border-top: 0; }
  @media screen and (max-width: 500px) {
    dl.list {
      display: block; }
      dl.list dt {
        width: 100%;
        border-top: 1px #e0e0e0 dotted;
        background: #eee;
        padding: 14px; }
        dl.list dt:first-child {
          background: #eee;
          border-top: 0; }
        dl.list dt:nth-child(4n + 5) {
          background: #eee; }
      dl.list dd {
        width: 100%;
        border-top: 1px #e0e0e0 dotted;
        padding: 14px 14px 30px 14px; }
        dl.list dd:nth-child(4n + 2) {
          background: #f4f4f2;
          border-top: 1px #e0e0e0 dotted; } }

ul.disc {
  list-style: disc; }
  ul.disc li {
    margin-left: 40px; }

.mb60 {
  margin-bottom: 60px; }

.mb50 {
  margin-bottom: 50px; }

.one-button {
  text-align: center;
  margin-bottom: 70px; }
  .one-button a {
    background: #408AC1;
    border-radius: 29px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 0px auto;
    padding: 0px 80px;
    border: 2px #408AC1 solid;
    font-weight: 500; }
    .one-button a:hover {
      background: #fff;
      color: #408AC1;
      transition: .2s; }

#form1 .two-block {
  display: grid;
  grid-gap: 0px 50px;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 600px) {
    #form1 .two-block {
      display: block; } }
#form1 span.required {
  display: block;
  margin-bottom: 10px;
  font-weight: 500; }
  #form1 span.required::after {
    content: " ＊";
    color: #408AC1;
    vertical-align: top; }
#form1 span.required-error {
  color: #ff0000; }
#form1 input.form-text {
  line-height: 1.63;
  font-size: 1rem;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 8px 16px; }
#form1 textarea.form-textarea {
  line-height: 1.63;
  height: 200px;
  font-size: 1rem;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 8px 16px; }
#form1 input.form-submit-button {
  margin: 100px auto;
  text-decoration: none;
  border: 1px #408AC1 solid;
  line-height: 44px;
  border-radius: 22px;
  display: block;
  width: 126px;
  background: #fff;
  color: #408AC1;
  font-size: 100%;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
  #form1 input.form-submit-button:hover {
    color: #fff;
    background: #408AC1; }
#form1 .zip__contents {
  display: flex;
  align-items: center; }
#form1 input.zip1 {
  width: 70px;
  margin: 0px 10px; }
#form1 input.zip2 {
  width: 100px;
  margin: 0px 10px; }
#form1 .form-select__pref {
  background: #fff;
  width: 250px; }
  #form1 .form-select__pref select {
    width: 250px;
    background: #fff;
    border: 0;
    height: 40px;
    padding: 0px 20px;
    font-size: 100%; }
#form1 .w-button {
  display: flex;
  justify-content: center; }
  #form1 .w-button input.form-submit-button {
    margin: 100px 20px; }
#form1 .agree {
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px; }
  #form1 .agree span {
    line-height: 1.63;
    font-size: 100%;
    margin: 10px 0 0 10px; }
  #form1 .agree input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    position: relative;
    top: 3px;
    height: 18px;
    width: 18px; }
  #form1 .agree input[type=checkbox]:checked {
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='rgba(64, 138, 193, 1)' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
    background-repeat: no-repeat;
    background-size: cover; }
