@charset "UTF-8";
/* 
.ucbzx-button-wrapper {
	display: none !important;
} */

html {
  font-size: 100%;
  /* スムーズスクロール */
  scroll-behavior: smooth;
}

body {
  background: #f5f5f5;
  color: #514943;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  font-size: 16px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

.container {
  max-width: 750px;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin: 0 auto;
}

img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover img {
  position: relative;
  top: 3px;
  opacity: 0.9;
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* header */
header {
  border-top: 5px solid #32afab;
  padding: 15px 30px;
}

header p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
}



.green {
  color: #32afab;
}

/*footer*/
footer {
  text-align: center;
  padding-top: 60px;
  width: 100%;
  font-size: 0.875rem;
  background-color: #32afab;
  color: #fff;
}

.footer_li {
  margin-bottom: 20px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.footer_li li {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_li li a {
  color: #fff;
}

.footer_li li a:hover {
  color: #e8d9cd;
}

.left_border {
  border-left: 1px solid #fff;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.8em;
}

/* 開催日 */
/* .daybox {
  position: relative;
}

.daybox p {
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 260%;
  top: 12%;
  left: 10%;
  line-height: 1.2;

}

.seireki {
  font-size: 86.5385%;
}

.nen {
  font-size: 72%;
} */

/* 日程詳細 */
/* .shousai {
  background-color: #fefbee;
  padding: 0 30px 40px 30px;
}


.shousai_container {
  background: #fff;
  border-radius: 20px;
  border: #32afab solid 3px;
  padding: 10px 30px;
  line-height: 1.3;
}

.shousai_table th {
  text-align: center;
  width: 18%;
  vertical-align: text-top;
}

.shousai_table th p {
  font-size: 137.5%;
  background-color: #32afab;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  margin: 20px 0;
}

.shousai_table td {
  text-align: justify;
  padding-left: 20px;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.3;
} */

.red {
  color: #e95667;
}

.bold {
  font-weight: bold;
}

/* .btn {
  text-align: center;
  padding-top: 40px;
}

.btn a:hover img {
  position: relative;
  top: 3px;
  opacity: 0.9;
} */

.fs83 {
  font-size: 83%;
}

/* #form {
  margin-top: 40px;
}

.nn {
  font-size: 14px;
  padding: 16px 10px;
  width: 400px;
  background-color: #ffdbdb !important;
  border: none !important;
}

#nyuuryoku {
  max-width: 690px;
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0 auto;
}

#nyuuryoku th {
  background-color: #eee;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #c0c0c0;
}

#nyuuryoku td {
  padding: 0.5em;
  border: 1px solid #bbb;
}

.bord {
  border: 0px none !important;
  ;
}

.formtxt {
  margin: 30px 0 20px;
  text-align: center;
  line-height: 1.8;
  font-size: 140%;
}

.smbtn {
  border: 0px;
  text-align: center;
  width: 100%;
  height: 150px;
  background: url(../images/cta_btn.png) no-repeat;
  background-position: center top;
  margin: 20px 0;
}

.radiobutton_box {
  background-color: #ffdbdb !important;
  font-size: 1.2rem;
}

.content_title {
  color: #eb7119;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
} */


/* CTA */

.cta {
  background-color: #fefbee;
  text-align: center;
  padding: 40px 30px;
  margin: 0;
}
.attention {
  font-size: 1.5rem;
  margin: 0 ;
}
@media only screen and (max-width:750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .container {
    width: 100%;
    border: none;
    overflow: hidden;
  }

  img {
    max-width: 100% !important;
  }

  .pb2 {
    padding-bottom: 1rem;
  }

  .mt2 {
    margin-top: 1rem;
  }

  /* footer */
  footer {
    padding-top: 2rem;
  }

  .logo {
    height: 40px;
  }

  .footer_li {
    display: block;
    margin-bottom: 0;
  }

  .footer_li li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e8d9cd;
  }

  .left_border {
    border-left: none;
  }

  .copyright {
    font-size: 0.75rem;
  }

  
  /* .shousai {
    padding: 1rem 1rem 2rem 1rem;
  }

  .shousai_container {
    padding: 1rem 0.5rem 0.5rem 1rem;
  }

  .shousai_table th {
    text-align: center;
    width: 16vw;
  }

  .shousai_table th p {
    font-size: 3.2vw;
    padding: 5px;
    margin: 0 0 1rem 0;
  }

  .shousai_table td {
    padding-left: 0.5rem;
    font-size: 3.5vw;
    padding-bottom: 1rem;

    letter-spacing: -0.03rem;
  } */

  /* 開催日 */

  /* .daybox p {
    font-size: 6vw;
    top: 12%;
    left: 6%;
  } */

  header {
    border-top: 2px solid #32afab;
    padding: 0.5rem 1rem;
  }

  .header_inner {
    background: none;
  }

  header p {
    font-size: 4.5vw;
  }
  .header_logo {
    width: 50%;
  }
  /* CTA */

.cta {
  padding: 2rem;
}
.attention {
  font-size: 3vw;
  margin-top: 1rem;
}
}