@charset "utf-8";

::selection {
	background-color: #6c1217;
	color: #fff;
}

button {
	outline: none;
}

.sp {
	display: none;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

#header {
  padding: 20px 0;
}

#header h1 {
  padding: 0 20px;
}

#content {
  width: 1000px;
  margin: 0 auto;
}

.visual {
  background: #b7dee8;
  padding-bottom: 5px;
}

.contact_btn {
  text-align: center;
  margin: 30px 0;
}

.contact_btn a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #c0504d;
  padding: 18px 40px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}

section {
  margin: 40px 0;
}

section.seminar h2 {
  font-size: 45px;
  text-align: center;
  line-height: 1.2em;
}

section.seminar p.explain {
  text-align: center;
  margin: 20px 0 30px;
  font-size: 26px;
}

section.seminar ul li {
  position: relative;
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(214,214,214,1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(214,214,214,1);
  box-shadow: 0px 3px 5px 0px rgba(214,214,214,1);
}

section.seminar ul li figure {
  position: absolute;
  top: 15px;
  right: 15px;
}

section.seminar ul li dl dt {
  position: relative;
  background: #be6a83;
  color: #fff;
  padding: 9px 0 10px 80px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1.3em;
  font-size: 18px;
}

section.seminar ul li dl dt span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: #045aa2;
  font-size: 24px;
  text-align: center;
  line-height: 62px;
  color: #fff;
}

section.seminar ul li dl dd {
  background: #fff;
  padding: 20px 500px 20px 30px;
  font-size: 17px;
  line-height: 1.4em;
}
section.seminar ul li dl dd span{
  color: #f00;
}
section.seminar ul li dl dd img {
  display: block;
  margin: 0 0 15px;
}
section.seminar ul li dl dd a{
  background-color: #18509b;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 0.8em;
  margin-top: 10px;
}

section.contact h2 {
  text-align: center;
  margin: 0 0 20px;
}

section.contact p.explain {
  text-align: center;
  font-size: 18px;
}

#footer {
  background: #93cddd;
}

#footer .inner {
  padding: 15px 0;
  display: table;
}

#footer .inner .logo {
  display: table-cell;
  padding: 20px 40px 20px 0;
  border-right: 2px solid #4a7ebb;
}

#footer .inner address {
  position: relative;
  display: table-cell;
  padding: 20px 0 0 140px;
  font-size: 16px;
  line-height: 1.6em;
  font-style: normal;
}

#footer .inner address span {
  position: absolute;
  left: 40px;
}

#footer .copy {
  text-align: center;
  background: #0070c0;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
}

@media screen and (min-width: 1000px) {

  p.must {
    margin: 20px 0 10px;
  }

  form {
    height: 753px;
    border: 1px solid #c6c6c6;
    border-bottom: 0px none;
    position: relative;
    margin-bottom: 180px;
  }

  form input {
    border: 1px solid #c6c6c6;
    padding: 5px;
    margin: 5px 0;
  }

  form textarea {
    border: 1px solid #c6c6c6;
    padding: 5px;
    margin: 5px 0;
  }

  form p {
    float: left;
    width: 80%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #C6C6C6;
    line-height: 1.6em;
    font-size: 14px;
    height: 46px;
  }

  form p:nth-child(2n) {
    width: 20%;
    clear: left;
    border-right: 1px solid #c6c6c6;
    padding-top: 13px;
    background: #fbfafa;
  }

  form p:nth-of-type(3),
  form p:nth-of-type(4) {
    height: 46px;
  }

  form p:nth-of-type(5),
  form p:nth-of-type(6) {
    height: 205px;
  }

  form p:nth-of-type(19),
  form p:nth-of-type(20) {
    height: 82px;
  }

  form p:nth-of-type(21),
  form p:nth-of-type(22) {
    height: 98px;
  }

  form p:last-child {
    position: absolute;
    bottom: -70px;
    float: none;
    width: 100%;
    text-align: center;
    border: 0px none;
    background: #fff;
  }

  form input[type="submit"] {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background: #c0504d;
    padding: 18px 40px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    border: 0px none;
  }

  form p span.must {
    float: right;
    color: #f00;
  }

}
