@charset "utf-8";
/* CSS Document */

.mod-compoundA7777 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 20px 0;
}

.mod-compoundA7777.mod-compoundA7777-reverse {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.mod-compoundA7777_text,
.mod-compoundA7777_img {
  margin-top: -40px;
  margin-bottom: -40px;
}

.mod-compoundA7777_img {
  width: 324px;
  flex-shrink: 0;
}

.mod-compoundA7777_img img {
  max-width: 100%;
}

.mod-compoundA7777_text {
  width: 708px;
  padding-left: 20px;
}

.mod-compoundA7777-reverse .mod-compoundA7777_text {
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .mod-compoundA7777 {
    display: block;
    margin: 0;
  }
  .mod-compoundA7777_text,
  .mod-compoundA7777_img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mod-compoundA7777_img {
    margin-top: -20px;
  }
}

.mod-compoundA7777 .mod-compoundA7777_certification {
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  padding: 15px 20px 20px 20px;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl {
  margin: 0;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl dt {
  font-size: 16px;
  margin-bottom: 15px;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl dd {
  margin: 0;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl dd form{
  display: flex;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl input[type="text"] {
  /*float: left;*/
  width: 74%;
  padding: 3px;
  border: 1px solid #D9D9D9;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl input[type="submit"] {
  /*float: right;
  min-width: 4em;
  max-width: 20%;*/
  color: #FFF;
  background: #000;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  font-size: 13px;
  padding: 0 15px;
}

.mod-compoundA7777 .mod-compoundA7777_certification dl input[type="submit"]:focus, .mod-compoundA7777 .mod-compoundA7777_certification dl input[type="submit"]:hover {
  opacity: 0.6;
}
  .mod-compoundA7777 .mod-compoundA7777_certification dl dd input[type="text"] {
    width: 80%;
  }
  .mod-compoundA7777 .mod-compoundA7777_certification dl dd input[type="submit"] {
    min-width: 4em;
    max-width: 20%;
  }