@charset "utf-8";

/*------------------------------------------------------------
	contact.html thanks.html
------------------------------------------------------------*/
section{
  width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}

section h3{
  background: url(../img/common/title_bot_line.png) right bottom repeat-x;
  padding: 40px 15px 12px 15px;
  margin-bottom: 14px;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
}

#tel_box{
  margin: 30px 0 0;
}

#tel_box dl{
  width: 44%;
  margin: 0 2%;
  float: left;
  border: 4px solid #7AA9A8;
  text-align: center;
}

#tel_box dl dt{
  padding: 10px;
  margin: 0 4% 10px;
  border-bottom: 1px solid #7AA9A8;
  font-size: 1.2em;
  color: #7AA9A8;
}

#tel_box dl dd{
  font-size: 1.6em;
  color: #1A5982;
  font-family: "Shin Go Medium" , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0 0 1px;
}

#tel_box dl dd .time_txt{
  padding: 10px 0 10px;
  font-size: 0.7em;
  font-family: "Shin Go Regular", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
}

#tel_box dl dd .pic_txt{
  padding: 10px 0 10px;
  font-size: 0.6em;
  font-family: "Shin Go Regular", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  section{
    width: 92%;
    margin: 0 4%;
  }
  
  section h3{
    padding: 30px 2% 8px;
    margin-bottom: 15px;
    font-size: 1em;
    letter-spacing: 0;
    text-align: left;
  }
  
  section p{
    line-height: 1.5;
    margin-bottom: 14px;
    font-size: 0.9em;
  }
  
  #tel_box dl{
    width: 90%;
    margin: 0 5% 12px;
    float: none;
    border: 3px solid #7AA9A8;
  }
  
  #tel_box dl dt{
    padding: 8px;
    margin: 0 4% 6px;
    font-size: 1.1em;
  }
  
  #tel_box dl dd{
    font-size: 1.2em;
  }
  
  #tel_box dl p{
    padding: 0;
    margin: 0;
    line-height: 1.2;
  }
}

/*---- thanks.html ----*/
#content .thanks_txt{
  padding-bottom: 300px !important;
}

#content .thanks_txt h2{
  font-size: 1.6em !important;
}

#content .thanks_txt p{
  padding-bottom: 20px;
  line-height: 1.6;
}

#content .thanks_txt .prev_page{
  padding-top: 30px;
  font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
  #content .thanks_txt{
    padding-bottom: 100px !important;
  }

  #content .thanks_txt h2{
    font-size: 1.2em !important;
  }
}