@charset "UTF-8";

.small {
  padding-left: 6px;
  font-size: 20px;
}

.contents {
  margin: 20px 0 20px 0;
  clear: both;
}

.contentsHead {
  background: #56c3da;
  text-align: left;
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0px;
  text-decoration: none;
  padding: 4px 11px;
}
.c-contactHead_green {
  background: #03af7a;
  text-align: left;
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0px;
  text-decoration: none;
  padding: 4px 11px;
}

.lead,
.contentsText,
.list,
.list-top {
  text-align: left;
  color: #231815;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: -0.4px;
  text-decoration: none;
}

.contentsText,
.list-top {
  margin-top: 13px;
}

.leftText {
  width: 60%;
  float: left;
}

.right-img {
  width: 40%;
  float: right;
  margin: 5px 0px 5px 0;
}

.red {
  color: #e50012;
}

.red2 {
  color: #e50012;
    font-weight: bold;
    font-size: 1.2em;
}

.onegai {
  clear: both;
  text-align: center;
  border-bottom: 1px solid #ed6d34;
  border-top: 1px solid #ed6d34;
  padding: 10px 0 10px 0;
}

.onegai p {
  font-size: 1.4em;
  color: #ed6d34;
  letter-spacing: 0.3px;
}

.big {
  font-size: 1.4em;
  font-weight: bold;
}

.c-contact {
  margin-top: 30px;
}

.txtredy{font-weight: bold;color: red;font-size: 22px;background: #FFF351;padding: 0 3px ;}
.txt_by{color: #2f7c99;background: #fffcdb;border-radius: 5px;border: 1px solid #2f7c99;padding: 7px;display: inline-block;margin: 10px 0;}

/* responsive
----------------------------*/

@media screen and (max-width: 767px) {
  .small {
    padding: 0;
    font-size: 14px;
  }

  .leftText {
    float: none;
    width: 100%;
  }

  .right-img {
    float: none;
    width: 100%;
    text-align: center;
  }

  .big {
    font-size: 1.3em;
  }

  .lead,
  .contentsText,
  .list,
  .list-top {
    text-align: left;
    color: #231815;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 2.2rem;
    letter-spacing: normal;
    text-decoration: none;
  }
}
