@charset "UTF-8";


#mvArea01 {
  background: url(/images/contact/mv04.jpg) no-repeat 50% 30% /cover;
  height: 60vh;
  margin-top: 60px;
  background-attachment: inherit !important;
}

#mvArea01 h1 {
  font-size: 4em;
  letter-spacing: 0.2em !important;
  line-height: 1em !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  display: table;
  color: #fff;
  text-shadow: 2px 2px 4px #ccc;
}

.caption {
  text-align: center;
  line-height: 2rem;
}

.contact {
  background-color: #e1e1e1;
  max-width: 1280px;
  margin: 60px auto 0;
  padding: 20px 0;
  width: 95%;
}

.contact .inr {
  border: 5px solid #0046C6;
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  ;
}

.contact > .inr > p {
  margin-top: 20px;
  line-height: 2.2em;
}

.contact h2 {
  padding-top: 0 !important;
  color: #0046C6;
  font-size: 2em;
}

.contact .matters {
  border: 1px solid #000;
  max-width: 600px;
  width: 95%;
  margin: 20px auto 0;
  text-align: left;
  padding: 20px 0;
}

.contact ul {
  padding-left: 40px;
}

.contact li {
  list-style: disc;
  line-height: 2em;
}

.contact .formArea {
    background: linear-gradient(-135deg, #0046C6, #2482FF);
    padding: 20px 0;
    color: #fff;
    max-width: 780px;
    width: 95%;
    margin: 40px auto 0;
    height: 250px;
}

.contact .formArea .conv {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .formArea .conv div {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 150px;
}

.contact .formArea .conv .mailConv {
    width: 49%;
}

.contact .formArea .conv .lineConv {
    width: 49%;
    text-align: center;
}

.contact .formArea .conv .lineConv a {
    background: none;
    height: 0;
    padding-top: 0;
}

.contact .formArea .conv .lineConv img {
    width: 50%;
}

.contact .formArea p {
    margin-top: 20px;
}

.contact h3 {
    font-size: 2em;
    font-weight: normal;
    margin-top: 0 !important;
    color: #fff;
    line-height: 4rem;
}

.contact a {
    max-width: 140px;
    width: 100%;
    background-color: #fff;
    color: #0046C6;
    font-family: "Yu Mincho", "YuMincho", serif !important;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.2em;
    vertical-align: bottom;
    line-height: 1.4em !important;
    letter-spacing: 0.1em;
}

.contentBox{
    max-width: 1280px;
    margin: 0 auto ;
    width: 95%;    
}

.contentBox .note {
    margin-top: 10px;
}

.contentBox .note h5 {
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-size: 1.1em;
}

.contentBox .note p {
    margin-top: 0;
}

.contentBox .note ol li {
    padding-top: 5px;
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 960px) {}

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

  .type02Title h2 {
    padding-bottom: 20px;
    letter-spacing: 1rem;
    font-size: 1.8em;
  }

  .caption {
    width: 95%;
    margin: 0 auto;
  }

  .mvArea01 h1 span {
    font-size: 1.4rem;
    display: block;
  }

  .contact {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }

  .contact .inr {
    padding: 20px 0;
  }

  .contact h2 {
    font-size: 1.5em;
  }

  .contact > .inr > p {
    margin-top: 0;
  }

  .contact .matters {
    margin: 10px auto 0;
    padding: 10px 0;
  }

    .contact .formArea {
        margin: 20px auto 0;
        height: auto;
    }

.contact .formArea .conv div {
    height: auto;
    }

.contact .formArea .conv .mailConv {
    width: 100%;
}

.contact .formArea .conv .lineConv {
    width: 100%;
    margin-top: 20px;
}

.contact .formArea .conv .lineConv a{
height: 60px;
    }
}
