@charset "UTF-8";
/*------------------------------------------------------------
	effect_common
------------------------------------------------------------*/
/*---- color ----*/
/*---- effect ----*/
.link_effect {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  color: #FFF; }

.link_effect_2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65; }

.no_effect {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  color: inherit; }

.no_effect_2 {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1; }

/*------------------------------------------------------------
	contact.html
------------------------------------------------------------*/
#container {
  text-align: center; }
  #container p {
    margin: 0 4%; }
  #container .name_txt {
    padding-top: 24px;
    font-size: 1.2em;
    text-align: right; }
    #container .name_txt span {
      font-size: 1.6em; }
    @media screen and (max-width: 479px) {
      #container .name_txt {
        padding-top: 10px;
        font-size: 1em; }
        #container .name_txt span {
          font-size: 1.3em; } }
  #container section {
    margin-bottom: 60px; }
    #container section h4 {
      background-color: inherit;
      padding-bottom: 8px;
      margin: 40px auto 18px;
      border-bottom: 2px solid #2d938a;
      font-size: 1.6em;
      color: #2d938a; }
    #container section h5 {
      padding-bottom: 8px;
      margin: 20px auto 8px;
      border: none;
      font-size: 1.1em;
      color: #2d938a; }
    #container section ul {
      text-align: left;
      width: 760px;
      margin: 5px auto 10px; }
      #container section ul li {
        line-height: 1.4em; }
  #container #tel_box h4 {
    font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.8em;
    border: none;
    margin: 0px; }
  #container #tel_box p {
    text-align: center; }
  #container #contact-form ul {
    width: 800px;
    margin: 20px auto; }
    #container #contact-form ul li {
      margin-bottom: 14px;
      border-bottom: 1px solid #33ada2; }
      #container #contact-form ul li dl {
        margin: 0 4% 14px;
        text-align: left;
        line-height: 1.5;
        overflow: hidden; }
        #container #contact-form ul li dl dt {
          width: 26%;
          float: left;
          font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          color: #333;
          padding: 0px;
          margin: 0px;
          border: none; }
        #container #contact-form ul li dl dd {
          width: 72%;
          float: right;
          padding: 0px;
          margin: 0px;
          border: none; }
  @media screen and (max-width: 479px) {
    #container #contact-form ul {
      width: 100%; }
      #container #contact-form ul dl dt {
        width: 100% !important; }
      #container #contact-form ul dl dd {
        width: 100% !important; } }
  #container .list_circle li {
    list-style: circle; }
  @media screen and (max-width: 479px) {
    #container .list_circle {
      width: 92%;
      margin: 0 4%; } }
  #container #thanks_txt {
    width: 80%;
    margin: 50px auto 180px;
    line-height: 2;
    text-align: left; }
    @media screen and (max-width: 479px) {
      #container #thanks_txt {
        width: 100%;
        margin: 30px 0 60px;
        line-height: 1.4; } }
  #container .sp_404 {
    margin-bottom: 260px !important; }

#thanks_title {
  line-height: 1.2 !important; }

.grecaptcha-badge {
  bottom: 80px !important;
  /* デフォルトより上に */
  right: 0px !important;
  z-index: 10 !important;
  /* 必要に応じて調整 */ }
