@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  line-height: 1.7;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {
  display: none;
}

/* ********** header ********** */

header {
  width: 100%;
  padding: 0 5%;
  color: #fff;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  background: #183768;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 101;
  transition: .3s;
}
header .inner {
  max-width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
header h1 {
  max-width: 1000px;
  line-height: 1.2;
}
header h1 a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}
header h1 a span {
  font-size: 15px;
  font-weight: 700;
}
header h1 a:hover {
  opacity: .7;
}
header .btn a {
  width: 210px;
  padding: 3px 0 5px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  background: #43b7ff;
  display: block;
  transition: .3s;
} 
header .btn a:hover {
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  header h1 a {
    font-size: 18px;
  }
  header h1 a span {
    font-size: 13px;
    display: inline-block;
  }
}

/* ********** footer ********** */

footer {
  width: 100%;
  padding: 40px 5%;
  color: #fff;
  text-align: center;
  background: #183768;
}
footer ul {
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer p {
  font-size: 13px;
}

/* ********** top ********** */

.visual {
  width: 100%;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  text-align: center;
  background: url(../images/visual_bg.png) no-repeat center center / cover;
}
.visual .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.visual h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
}
.visual p.en {
  font-size: 26px;
  font-weight: 700;
}
.visual p.date {
  margin: 20px 0 0 0;
  font-size: 44px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1;
}
.visual p.date span {
  font-size: 1.3em;
  font-weight: 700;
}
.visual p.hold {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.visual p.archive {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.visual p.txt {
  margin: 30px 0 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
.visual a {
  margin: 30px 0 0 0;
  padding: 5px 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background: #43b7ff;
  display: inline-block;
  transition: .3s;
}
.visual a:hover {
  opacity: 1;
}
.visual p.img {
  width: 340px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 1300px) {
  .visual h1 {
    font-size: 42px;
  }
  .visual p.en {
    font-size: 22px;
  }
  .visual p.date {
    font-size: 38px;
  }
  .visual p.hold {
    font-size: 22px;
  }
  .visual p.archive {
    font-size: 19px;
  }
  .visual p.txt {
    margin:30px 0 40px;
    font-size: 20px;
  }
  .visual p.img {
    width: 260px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

main {
  width: 100%;
  overflow: hidden;
}
main .inner {
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
#top .about {
  padding: 100px 0;
}
#top .about .block {
  text-align: center;
}
#top .about .block h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 700;
}
#top .about .block h2 span {
  font-size: 34px;
  font-weight: 700;
}
#top .about .block h3 {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
#top .about .block p {
  font-size: 18px;
}
#top .about .block p + p {
  margin: 20px 0 0 0;
}
#top .about .block p strong {
  color: #0c2f54;
  font-size: 22px;
}
#top .title {
  width: 100%;
  height: 120px;
  margin: 0 0 50px 0;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#top .title_schedule {
  background: url(../images/h2_schedule.png) no-repeat left top / 100% 100%;
}
#top .title_notice {
  background: url(../images/h2_notice.png) no-repeat left top / 100% 100%;
}
#top .title_form {
  height: 90px;
  margin: 0 0 10px 0;
  background: url(../images/h2_form.png) no-repeat left top / 100% 100%;
}
#top .title_outline {
  background: url(../images/h2_outline.png) no-repeat left top / 100% 100%;
}
#top .title h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
#top .title p {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
#top .schedule .block {
  margin: 0 auto 100px;
}
#top .schedule .block ul {
  border-left: 2px solid #000;
}
#top .schedule .block ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#top .schedule .block ul li + li {
  margin: 40px 0 0 0;
}
#top .schedule .block ul li .time {
  width: 140px;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
#top .schedule .block ul li .time p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
#top .schedule .block ul li .time:before {
  content: "";
  width: 20px;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  left: -1px;
}
#top .schedule .block ul li .time:after {
  content: "";
  width: 20px;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
}
#top .schedule .block ul li .txt {
  width: calc(100% - 160px);
}
#top .schedule .block ul li .txt p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
#top .schedule .block ul li .content {
  width: calc(100% - 160px);
}
#top .schedule .block ul li .content .txt_large {
  margin: -5px 0 -2px 0;
  color: #667abf;
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
#top .schedule .block ul li .content .box {
  padding: 30px;
  border: 7px solid #667abf;
  background: #fff;
}
#top .schedule .block ul li .content .box1 {
  color: #fff;
  background: #667abf;
}
#top .schedule .block ul li .content .box2 {
  background: #e4edff;
}
#top .schedule .block ul li .content .box3 {
  border: 7px solid #69b0d4;
  background: #69b0d4;
}
#top .schedule .block ul li .content .box .name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .schedule .block ul li .content .box .name figure {
  width: 100px;
}
#top .schedule .block ul li .content .box .name dl {
  width: calc(100% - 120px);
}
#top .schedule .block ul li .content .box .name dl dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
#top .schedule .block ul li .content .box3 .name dl dt {
  margin: 20px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}
#top .schedule .block ul li .content .box .name dl dd {
  margin: 5px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
#top .schedule .block ul li .content .box .detail {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#top .schedule .block ul li .content .box .detail figure {
  width: 160px;
}
#top .schedule .block ul li .content .box .detail dl {
  width: calc(100% - 180px);
}
#top .schedule .block ul li .content .box .detail dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
#top .schedule .block ul li .content .box .detail dl dd {
  margin: 5px 0 0 0;
  font-size: 16px;
}
#top .schedule .block ul li .content .box .company {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #eeeeef;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .schedule .block ul li .content .box .company figure {
  width: 120px;
}
#top .schedule .block ul li .content .box .company .company_txt {
  width: calc(100% - 140px);
  font-size: 14px;
}
#top .schedule .block ul li .content .box .company .url {
  width: 100%;
  margin: 10px 0 0 0;
  font-family: 'Montserrat', sans-serif;
}
#top .schedule .block ul li .content .box .company .url a {
  color: #000;
  text-decoration: none;
}
#top .schedule .block ul li .content .box .company .url a:hover {
  text-decoration: underline;
}
#top .schedule .block ul li .content .box .theme {
  margin: 20px 0 0 0;
}
#top .schedule .block ul li .content .box .theme dl dt {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#top .schedule .block ul li .content .box .theme dl dd {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
#top .schedule .block ul li .content .box .theme p {
  margin: 20px 0 0 0;
  font-size: 16px;
}
#top .schedule .block ul li .content .box .image {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .schedule .block ul li .content .box .img {
  width: 15%;
}
#top .schedule .block ul li .content .box .img p {
  margin: 5px 0 0 0;
  font-weight: 700;
  text-align: center;
}
#top .notice .block {
  max-width: 760px;
  margin: 0 auto 100px;
}
#top .notice h3 {
  margin: 0 0 10px 0;
  color: #182987;
  font-size: 18px;
  font-weight: 700;
}
#top .notice ul {
  margin: 20px 0 60px 0;
}
#top .notice ul li {
  min-height: 66px;
  margin: 0 0 30px 0;
  padding: 0 0 0 80px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#top .notice ul li:last-child {
  margin: 0;
}
#top .notice ul li:after {
  content: "";
  width: 20px;
  height: 11px;
  background: url(../images/step_arrow.png) no-repeat center center;
  position: absolute;
  bottom: -20px;
  left: 23px;
}
#top .notice ul li:last-child:after {
  display: none;
}
#top .notice ul li:nth-child(1) {
  background: url(../images/step_1.png) no-repeat left top / 66px auto;
}
#top .notice ul li:nth-child(2) {
  background: url(../images/step_2.png) no-repeat left top / 66px auto;
}
#top .notice ul li:nth-child(3) {
  background: url(../images/step_3.png) no-repeat left top / 66px auto;
}
#top .notice dl {
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #51514f;
}
#top .notice dl dt {
  width: 240px;
}
#top .notice dl dd {
  width: calc(100% - 240px);
}
#top .form {
  padding-top: 88px;
  margin-top: -88px;
}
#top .form .block {
  max-width: 1200px;
  margin: 0 auto 60px;
}
#top .form iframe {
  width: 100%;
  max-width: 1200px;
  height: 850px;
}
#top .outline {
  padding: 100px 0;
  background: #e4eafc;
}
#top .outline .block {
  max-width: 760px;
  margin: 0 auto;
}
#top .outline dl {
  padding: 10px 0;
  color: #51514f;
  font-size: 16px;
  display: table;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #51514f;
}
#top .outline dl dt {
  width: 240px;
	display: table-cell;
    vertical-align: middle;
}
#top .outline dl dd {
  width: calc(100% - 240px);
	display: table-cell;
    vertical-align: middle;
}
#top .outline img {
  margin: 10px 0 10px 0;
}
#top .outline .btn {
  margin: 60px 0 0 0;
}
#top .outline .btn a {
  width: 420px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background: #000;
  display: block;
  transition: .3s;
}
#top .outline .btn a:hover {
  opacity: 1;
}

/* ********** contact ********** */

#contact .block {
  max-width: 660px;
  margin: 0 auto;
  padding: 100px 0;
}
#contact .block h2 {
  margin: 0 0 50px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
#contact .block p.txt {
  text-align: center;
}
#contact .block .form {
  margin: 60px 0 0 0;
}
#contact .block .form dl {
  margin: 0 0 20px 0;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .block .form dl dt {
  width: 220px;
}
#contact .block .form dl dt span.red {
  color: #e00012;
}
#contact .block .form dl dd {
  width: calc(100% - 220px);
}
#contact .block .form dl dd input[type="text"],
#contact .block .form dl dd input[type="email"],
#contact .block .form dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #999a9a;
}
#contact .block .form dl dd textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #999a9a;
}
#contact .block .form .box {
  margin: 30px 0 0 0;
  text-align: center;
}
#contact .block .form .box p {
  margin: 0 0 30px 0;
}
#contact .block .form .box p a {
  color: #000;
}
#contact .block .form .box p a:hover {
  text-decoration: none;
}
#contact .block .form .box .submit {
  margin: 20px 0 0 0;
}
#contact .block .form .box .submit input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  width: 200px;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 7px;
  border-radius: 0;
  border: none;
  background: #000;
  cursor: pointer;
  transition: .3s
}
#contact .block .form .box .submit input[type="submit"]:hover {
  opacity: 1;
}
#contact .block .form .box .wpcf7-spinner {
  display: none!important;
}

/* ********** page ********** */

#page h2 {
  margin: 100px 0 50px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
#page .block {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
#page .block h3 {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: 700;
}
#page .block h4 {
  margin: 20px 0 0 0;
  font-size: 14px;
  font-weight: 700;
}
#page .block a {
color: #000;
}
#page .block a:hover {
  text-decoration: none;
}
#page .block p {
  margin: 10px 0 0 0;
}
#page .block ul {
  margin: 10px 0 0 0;
}
#page .block ul li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

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

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /* ********** header ********** */

  header {
    top: 0;
  }
  header .inner {
    height: 60px;
    justify-content: center;
  }
  header h1 {
    display: none;
  }
  header .btn a {
    width: 180px;
    padding: 5px 0 5px;
    font-size: 15px;
  }

  /* ********** footer ********** */

  footer p {
    font-size: 11px;
  }

  /* ********** top ********** */

  .visual .inner {
    padding: 60px 5% 40px;
  }
  .visual h1 {
    font-size: 22px;
    line-height: 1.4;
  }
  .visual p.en {
    font-size: 12px;
    line-height: 1.3;
  }
  .visual p.date {
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: 700;
  }
  .visual p.hold {
    font-size: 16px;
  }
  .visual p.archive {
    font-size: 15px;
  }
  .visual p.txt {
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 1.7;
  }
  .visual a {
    margin: 20px 0 30px;
    font-size: 16px;
  }
  .visual p.img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: static;
  }
  #top .about {
    padding: 40px 0;
  }
  #top .about .block h2 {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  #top .about .block h2 span {
    font-size: 22px;
  }
  #top .about .block h3 {
    font-size: 18px;
  }
  #top .about .block p {
    font-size: 14px;
    text-align: left;
  }
  #top .about .block p strong {
    font-size: 16px;
  }
  #top .title {
    height: 70px;
    margin: 0 0 30px 0;
  }
  #top .title_form {
    height: 60px;
    margin: 0;
  }
  #top .title h2 {
    font-size: 26px;
  }
  #top .title p {
    margin: 5px 0 0 0;
    font-size: 11px;
  }
  #top .schedule .block {
    margin: 0 auto 60px;
  }
  #top .schedule .block ul li {
    width: 100%;
    display: block;
  }
  #top .schedule .block ul li + li {
    margin: 40px 0 0 0;
  }
  #top .schedule .block ul li .time {
    width: 100px;
    margin: 0 0 10px 0;
    padding: 0 20px;
  }
  #top .schedule .block ul li .time p {
    font-size: 23px;
  }
  #top .schedule .block ul li .time:before {
    width: 10px;
  }
  #top .schedule .block ul li .time:after {
    width: 10px;
  }
  #top .schedule .block ul li .txt {
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
  }
  #top .schedule .block ul li .txt p {
    font-size: 24px;
  }
  #top .schedule .block ul li .content {
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
  }
  #top .schedule .block ul li .content .txt_large {
    margin: 0 0 -2px 0;
    font-size: 28px;
  }
  #top .schedule .block ul li .content .box {
    padding: 10px;
    border: 5px solid #667abf;
  }
  #top .schedule .block ul li .content .box3 {
    border: 5px solid #69b0d4;
  }
  #top .schedule .block ul li .content .box .name figure {
    width: 60px;
  }
  #top .schedule .block ul li .content .box .name dl {
    width: calc(100% - 70px);
  }
  #top .schedule .block ul li .content .box .name dl dt {
    font-size: 18px;
  }
  #top .schedule .block ul li .content .box3 .name dl dt {
    margin: 12px 0 0 0;
    font-size: 22px;
  }
  #top .schedule .block ul li .content .box .name dl dd {
    font-size: 13px;
  }
  #top .schedule .block ul li .content .box .detail {
    margin: 20px 0 0 0;
    display: block;
  }
  #top .schedule .block ul li .content .box .detail figure {
    width: 120px;
    margin: 0 auto 15px;
  }
  #top .schedule .block ul li .content .box .detail dl {
    width: 100%;
  }
  #top .schedule .block ul li .content .box .detail dl dt {
    font-size: 16px;
  }
  #top .schedule .block ul li .content .box .detail dl dd {
    margin: 5px 0 0 0;
    font-size: 13px;
  }
  #top .schedule .block ul li .content .box .company {
    margin: 20px 0 0 0;
    padding: 20px;
    display: block;
  }
  #top .schedule .block ul li .content .box .company figure {
    width: 100px;
    margin: 0 auto 10px;
  }
  #top .schedule .block ul li .content .box .company .company_txt {
    width: 100%;
    font-size: 12px;
  }
  #top .schedule .block ul li .content .box .company .url {
    font-size: 12px;
  }
  #top .schedule .block ul li .content .box .theme {
    margin: 20px 0 0 0;
  }
  #top .schedule .block ul li .content .box .theme dl dt {
    font-size: 13px;
  }
  #top .schedule .block ul li .content .box .theme dl dd {
    font-size: 16px;
  }
  #top .schedule .block ul li .content .box .theme p {
    font-size: 13px;
  }
  #top .schedule .block ul li .content .box .image {
    margin: 20px 0 0 0;
    gap: 10px 5%;
  }
  #top .schedule .block ul li .content .box .img {
    width: 30%;
  }
  #top .schedule .block ul li .content .box .img p {
    font-size: 12px;
  }
  #top .notice .block {
    margin: 0 auto 60px;
  }
  #top .notice h3 {
    font-size: 14px;
  }
  #top .notice ul {
    margin: 20px 0 30px 0;
  }
  #top .notice ul li {
    min-height: 40px;
    margin: 0 0 30px 0;
    padding: 0 0 0 50px;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #top .notice ul li:after {
    left: 10px;
  }
  #top .notice ul li:nth-child(1) {
    background: url(../images/step_1.png) no-repeat left top / 40px auto;
  }
  #top .notice ul li:nth-child(2) {
    background: url(../images/step_2.png) no-repeat left top / 40px auto;
  }
  #top .notice ul li:nth-child(3) {
    background: url(../images/step_3.png) no-repeat left top / 40px auto;
  }
  #top .notice dl {
    font-size: 12px;
  }
  #top .notice dl dt {
    width: 120px;
  }
  #top .notice dl dd {
    width: calc(100% - 120px);
  }
  #top .form {
    padding-top: 60px;
    margin-top: -60px;
  }
  #top .form .block {
    margin: 0 auto 60px;
  }
  #top .form iframe {
    width: 100%;
    height: 1300px;
  }
  #top .outline {
    padding: 60px 0;
  }
  #top .outline .block {
    margin: 0 auto;
  }
  #top .outline dl {
    font-size: 12px;
  }
  #top .outline dl dt {
    width: 70px;
  }
  #top .outline dl dd {
    width: calc(100% - 70px);
  }
  #top .outline .btn {
    margin: 30px 0 0 0;
  }
  #top .outline .btn a {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }

  /* ********** contact ********** */

  #contact .block {
    padding: 60px 0;
  }
  #contact .block h2 {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
  #contact .block .form {
    margin: 60px 0 0 0;
  }
  #contact .block .form dl {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  #contact .block .form dl dt {
    width: 100%;
    margin: 0 0 5px 0;
  }
  #contact .block .form dl dd {
    width: 100%;
  }
  #contact .block .form dl dd input[type="text"],
  #contact .block .form dl dd input[type="email"],
  #contact .block .form dl dd input[type="tel"] {
    font-size: 14px;
  }
  #contact .block .form dl dd textarea {
    height: 200px;
    font-size: 14px;
  }
  #contact .block .form .box {
    margin: 20px 0 0 0;
    text-align: center;
  }
  #contact .block .form .box p {
    margin: 0 0 30px 0;
    font-size: 12px;
  }
  #contact .block .form .box p a {
    color: #000;
  }
  #contact .block .form .box p a:hover {
    text-decoration: none;
  }
  #contact .block .form .box .submit {
    margin: 20px 0 0 0;
  }

  /* ********** page ********** */

  #page h2 {
    margin: 60px 0 30px 0;
    font-size: 18px;
    text-align: center;
  }
  #page .block {
    padding: 0 0 60px 0;
    font-size: 13px;
  }
  #page .block h3 {
    font-size: 16px;
  }
  #page .block h4 {
    font-size: 14px;
  }
  #page .block a:hover {
    text-decoration: none;
  }
  #page .block p {
    margin: 10px 0 0 0;
  }
  #page .block ul li {
    margin: 0 0 0 1em;
    text-indent: -1em;
  }



}
