<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*////////////////////////////
STYLE
////////////////////////////*/
#header {
  width: 100%;
  height: 500px;
  position: relative;
  margin: 0 auto;
  background: none;
}

.bg_top_line {
  width: 100%;
  height: 36px;
  background: url(../../img/bg_top_line.png) repeat-x center bottom;
  position: absolute;
  top: 464px;
  z-index: 10;
}

.header_inner {
  width: 980px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}

h1 {
  left: 200px;
  top: 60px;
}

.head {
  text-align: center;
  margin-bottom: 30px;
}

.lead {
  top: 386px;
  left: 264px;
  width: 470px;
  height: 32px;
  background: url(../../img/lead.png) no-repeat;
}

.container {
  padding: 50px 30px 0;
  background: #fff;
}

.txt {
  margin-bottom: 20px;
  text-align: center;
  line-height: 2;
}

.txt-top img {
  width: 650px;
}

.txt strong {
  color: #eb2f6e;
  font-weight: bold;
}

.deadline {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.list {
  margin-bottom: 40px;
  text-align: center;
}

.formTtl {
  margin-bottom: 10px;
  text-align: center;
}

input[type=submit] {
  background-color: #3fa5d9;
}

.message {
  padding: 20px 0 70px;
  text-align: center;
}

.message .error,
.message .thanks {
  font-size: 14px;
  font-weight: bold;
}

.topLink {
  padding-bottom: 30px;
  text-align: center;
  text-decoration: underline;
}

#header h3 a.toyota {
  text-indent: -1000em;
  text-decoration: none;
  background: url(../../img/toyota.png) no-repeat;
  background-size: contain;
  width: 220px;
  height: 160px;
  position: absolute;
  left: 90px;
  top: 325px;
  display: block;
  z-index: 9;
}

#header h3 a.yoshida {
  text-indent: -1000em;
  text-decoration: none;
  background: url(../../img/yoshida.png) no-repeat;
  background-size: contain;
  width: 220px;
  height: 160px;
  position: absolute;
  left: 310px;
  top: 325px;
  display: block;
  z-index: 9;
}

.guest {
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 15px;
  background: #BDE2F4;
  border-radius: 5px;
  box-sizing: border-box;
}
.guest_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.guest_img {
  flex: 1 0 140px;
  width: 140px;
  margin: 0 15px 0 0;
}
.guest_img img {
  max-width: 100%;
  vertical-align: bottom;
}
.guest_txt {
  font-size: 14px;
  line-height: 1.35;
}
.guest_head {
  width: 100%;
  color: #246989;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.guest_name {
  margin-bottom: 4px;
  color: #246989;
  font-size: 16px;
  font-weight: bold;
}

.audee {
  display: block;
  width: 300px;
  margin: 0 auto 30px;
}

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

.end {
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27a8e4;
}

/* BACKGROUND  */
body {
  background: url(https://www.tfm.co.jp/manten/img/bg_top.jpg) no-repeat center top #bde2f4;
}

/* bnr_sns */
.bnr_sns {
  width: 887px;
  margin: 0 auto;
  padding-left: 54px;
  padding-bottom: 60px;
  padding-right: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bnr_sns_youtube {
  width: 420px;
}
.bnr_sns_instagram {
  width: 420px;
}/*# sourceMappingURL=style.css.map */</pre></body></html>