/* CSS Document */
#video.flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#video.flex .borderBox {
  width: 48.5%;
  border: 1px #ccc solid;
  padding: 15px 15px 10px 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #video.flex .borderBox {
    width: 100%;
  }
}
#video.flex .borderBox p {
  padding-top: 5px;
}

#media.flex > .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  #media.flex > .flex {
    padding-right: 0;
  }
}
#media.flex > .flex > div {
  border: 1px #ccc solid;
  margin-bottom: 20px;
}
#media.flex .borderBox h3 {
  background-color: #ee7386;
  color: #fff;
  padding: 5px 15px;
  display: table;
}
#media.flex .borderBox ul {
  padding: 20px;
}
#media.flex .borderBox ul li {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 150%;
}
#media.flex .borderBox ul li:last-child {
  margin-bottom: 0;
}
#media.flex .borderBox ul li.note {
  font-size: 12px;
  padding: 0 10px;
  line-height: 150%;
}
#media.flex .full.flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}
#media.flex .full.flex > div {
  border: 1px #ccc solid;
}
@media only screen and (max-width: 768px) {
  #media.flex .image {
    display: none;
  }
}
#media.flex .image img {
  margin-bottom: 10px;
}

#teikei {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#teikei > div {
  border: 1px #ccc solid;
  padding: 20px;
  margin-bottom: 15px;
}
#teikei .head {
  margin-bottom: 15px;
}
#teikei .head figure {
  float: left;
  padding-right: 14px;
}
#teikei .head h3 {
  color: #ee7386;
  font-size: 18px;
  padding: 8px 10px;
}
#teikei .head h3 span {
  display: block;
  font-size: 13px;
  padding-top: 10px;
}
#teikei p {
  font-size: 13px;
  line-height: 150%;
}
#teikei .photo {
  float: right;
}

.full {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .full {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .full img {
    width: 100%;
    margin-top: 10px;
  }
}

.heaf {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .heaf {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .heaf:first-child {
    margin-bottom: 20px;
  }
}
#interview {
  margin-top: 30px;
}
#interview h3 {
  background-color: #ee7386;
  color: #fff;
  padding: 8px;
}
#interview .box {
  background-color: #ffe9ea;
  padding: 24px;
}
#interview .box .white {
  background-color: #fff;
  padding: 20px;
}
#interview .box .white h4 {
  color: #e97887;
  font-size: 15px;
  border-bottom: 1px #e97887 solid;
  padding: 0 0 10px 0;
  margin-top: 20px;
}
#interview .box .white .inbox {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #interview .box .white .contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#interview .box .white .contact .ttl {
  border: 1px #e97887 solid;
  color: #e97887;
  text-align: center;
  font-size: 12px;
  width: 16%;
  padding: 5px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  #interview .box .white .contact .ttl {
    width: 100%;
    margin-bottom: 10px;
  }
  #interview .box .white .contact .ttl br {
    display: none;
  }
}
#interview .box .white .contact div.ttl:nth-child(3) {
  margin-top: 0px;
}
#interview .box .white .contact p span {
  display: block;
  font-size: 12px;
}
#interview .box .white .contact p span.tel,
#interview .box .white .contact p span.mail {
  font-family: "Bitter", serif;
  font-size: 16px;
  color: #ee7386;
  font-weight: bold;
  letter-spacing: 0.2px;
  background-repeat: no-repeat;
}
#interview .box .white .contact p span.tel {
  background-image: url(/common/img/icon-header-tell.png);
  padding-left: 22px;
  background-position: left 3px;
}
#interview .box .white .contact p span.mail {
  background-image: url(/common/img/icon_mail.png);
  background-size: 22px auto;
  padding-left: 28px;
  background-position: left 3px;
}

@media only screen and (max-width: 768px) {
  .greetingCont:nth-child(4) {
    margin-bottom: 0;
  }
  .mainCont {
    margin-bottom: 50px;
  }
}