@charset "UTF-8";
/*=====お問い合わせ===== */
/*=====Scss変数=====*/
/*@media only screen and (max-width:600px) {//600px以下
}
@media only screen and (max-width:979px) {//〜979pxまで
}
@media only screen and (min-width:980px) {//980px以上
}*/
/*IE11で効かないから削除*/
/*main {
	padding-bottom: 80px;
}*/
.pbd80 {
  padding-bottom: 80px; }

.container {
  width: 90%;
  max-width: 980px;
  margin: 50px auto 0; }

/*================================================
	お問い合わせ index
================================================*/
/*お電話でお問い合わせ*/
#telBox {
  width: 100%;
  border: solid 1px #ccc;
  padding: 30px; }
  @media only screen and (max-width: 600px) {
    #telBox {
      padding: 30px 25px; } }

#telBox p {
  text-align: center;
  line-height: 1; }
  @media only screen and (max-width: 600px) {
    #telBox p {
      font-size: 1.2rem; } }

#telBox img {
  width: 45%;
  min-width: 400px;
  height: auto;
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 600px) {
    #telBox img {
      width: 100%;
      max-width: 400px;
      min-width: 0; } }

#telBox p + p {
  margin-top: 18px; }

@media only screen and (max-width: 979px) {
  #emaiformArea th {
    min-width: 215px; } }

@media only screen and (max-width: 600px) {
  #emaiformArea td {
    margin-top: 8px; } }

/*メールフォームプロCSS上書き*/
#mailformpro input,
#mailformpro textarea {
  height: 34px;
  border: solid 1px #ccc; }

#mailformpro input#myCompany,
#mailformpro input#myName,
#mailformpro input#myKana,
#mailformpro input#myTel {
  width: 100%;
  max-width: 250px; }
  @media only screen and (max-width: 600px) {
    #mailformpro input#myCompany,
    #mailformpro input#myName,
    #mailformpro input#myKana,
    #mailformpro input#myTel {
      max-width: none; } }

#mailformpro input#myEmail,
#mailformpro input#myEmail2 {
  width: 100%;
  max-width: 300px; }
  @media only screen and (max-width: 600px) {
    #mailformpro input#myEmail,
    #mailformpro input#myEmail2 {
      max-width: none; } }

#mailformpro input#zipnum {
  width: -webkit-calc(100% - 19px);
  /*inputの幅は100%-〒マーク分の幅（19pxくらい）*/
  width: calc(100% - 19px);
  /*inputの幅は100%-〒マーク分の幅（19pxくらい）*/
  max-width: 400px;
  margin-left: 5px; }
  @media only screen and (max-width: 600px) {
    #mailformpro input#zipnum {
      max-width: none; } }

#mailformpro input#myAddress {
  width: 100%;
  margin-top: 10px; }

#mailformpro textarea {
  width: 100%;
  min-width: 683px;
  max-width: 683px;
  min-height: 250px; }
  @media only screen and (max-width: 979px) {
    #mailformpro textarea {
      max-width: 100%;
      min-width: 100%;
      width: 100%; } }

#mailformpro button {
  display: block;
  width: 240px;
  height: 54px;
  margin: 30px auto 0;
  background: repeating-linear-gradient(-45deg, #51b1cd, #51b1cd 3px, #6abfd7 0, #6abfd7 6px);
  color: #FFF;
  line-height: 54px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
  border-radius: 0;
  transition: 0.5s; }
  @media only screen and (max-width: 600px) {
    #mailformpro button {
      width: 100%; } }

#mailformpro button:hover {
  opacity: 0.75; }

#mailformpro .oneRow {
  vertical-align: middle; }

#mailformpro .required,
#mailformpro .optional {
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-right: 10px;
  padding: 3px 4px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: 2px; }

#mailformpro .required {
  background-color: #ff0000; }

#mailformpro .optional {
  background-color: #999; }

/*================================================
	送信完了
================================================*/
#thanksPage p + p {
  margin-top: 10px; }

#thanksPage p:nth-of-type(2),
#thanksPage p:nth-of-type(3) {
  padding-left: 15px;
  position: relative; }

#thanksPage p:nth-of-type(2):before,
#thanksPage p:nth-of-type(3):before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0; }

#thanksPage .btnMore {
  width: 240px;
  margin: 30px auto 0;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 600px) {
    #thanksPage .btnMore {
      width: 100%; } }

#thanksPage .btnMore a {
  font-size: 1.6rem; }

#thanksPage .btnMore a:after {
  top: 13px;
  font-size: 16px; }

#thanksPage .container {
  padding-bottom: 80px; }
