@charset "UTF-8";
/*---------------wrapper----------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

.contents {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

header {
  background: url(/img/event/hunai/hunai-tel.jpg) no-repeat;
  width: 100%;
  height: 89px;
  text-align: left;
  position: relative;
}

img {
  vertical-align: middle;
}

header a {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

header img {
  height: 50px;
  width: auto;
}

.word {
  font-size: 21px;
  line-height: 1.7em;
  padding: 30px 0;
}

.form img {
  margin-bottom: 50px;
  transition: 0.3s;
}

.form:hover img {
  opacity: 0.8;
}

.seminar {
  margin-bottom: 50px;
}

.seminar-title {
  margin-bottom: 30px;
}

.seminar-lecturer img {
  margin-bottom: 20px;
}

.voice {
  margin-bottom: 50px;
}

.voice h3 {
  font-size: 30px;
  color: #ffffff;
  background-color: #004EA2;
  margin-bottom: 30px;
}

.voice-topword {
  font-size: 20px;
}

.voice-topword + p {
  font-size: 14px;
  margin-bottom: 30px;
}

.voicewrap {
  margin-bottom: 30px;
  width: 660px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.voiceimg {
  border: 2px solid #DCDCDC;
  padding: 20px;
}

.voiceimg {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 0;
}

.voiceimg:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 0;
}

.voiceimg:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #dcdcdc transparent transparent transparent;
  z-index: -1;
}

.voiceman {
  border: 1px dotted #DCDCDC;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F7F7F7;
  width: 664px;
  box-sizing: border-box;
}

.voicename,
.voiceword {
  text-align: left;
}

.voicename {
  margin-bottom: 5px;
  font-weight: bold;
}

.voiceword {
  margin-top: 0;
}

.overview {
  margin-bottom: 50px;
}

.overview img {
  margin-bottom: 30px;
}

.overview table td,
.overview table th {
  border: 1px solid #dcdcdc;
  padding: 15px;
}

.overview table th {
  background-color: #f7f7f7;
}

.overview table td {
  text-align: left;
}

.overview table td a {
  text-decoration: none;
  color: #767676;
}

.overview table td a:hover {
  text-decoration: underline;
}

.applicationwrap {
  color: #C71D1E;
  margin-bottom: 50px;
}

.applicationwrap img {
  transition: 0.3s;
}

.applicationwrap img:hover {
  opacity: 0.8;
}

.totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.totop a {
  line-height: 1.3em;
  color: #dcdcdc;
  font-size: 40px;
  transition: 0.3s;
}

.totop a:hover {
  color: #004da2;
}

.br_sp {
  display: none;
}

table {
  margin: 0 auto;
}

/*===============================================
●smart.css  画面の横幅が960px以下
===============================================*/
@media screen and (max-width: 960px) {
  /*---------------wrapper----------------*/
  .contents {
    width: 100%;
    margin: 0 auto;
  }
  header {
    background-position: right 0%;
  }
  .contents header img {
    height: 50px;
    width: auto;
  }
  .contents img {
    width: 100%;
  }
  .voicewrap {
    width: 100%;
  }
  .word,
  .voice-topword,
  .event_voice_caption {
    width: 80%;
    margin: 0 auto;
  }
  .voiceimg,
  .voiceman,
  table {
    width: 90%;
    margin: 0 auto;
  }
  .word br {
    display: none;
  }
  .seminar-lecturer {
    width: 90%;
    margin: 0 auto;
  }
  .form img,
  .applicationwrap img {
    width: 80%;
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  header {
    background-position: right 50%;
    background-size: auto 50%;
  }
  .word p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
  }
  .voice h3 {
    line-height: 1.6em;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .voice-topword {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6em;
  }
  .event_voice_caption {
    line-height: 1.6em;
    text-align: left;
  }
  .voiceman,
  table {
    line-height: 1.6em;
  }
  .overview table th,
  .overview table td {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .br_sp {
    display: block;
  }
  .contents header img {
    height: auto;
    width: 45%;
  }
}/*# sourceMappingURL=funai.css.map */