/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/




.grecaptcha-badge { visibility: hidden; }



 /*200129追加*/
  #layout_table table {
    width: 100%;
    table-layout: fixed;
	      border-top: 1px solid #d7d7d7;
  }
  #layout_table table th {
	  width: 175px;
	  border-bottom: 1px solid #d7d7d7;
    background: #f6f6f6;
 
    padding: 1em 1.5em;
    text-align: left;
  }
  #layout_table table td {
    background: #fff;
 border-bottom: 1px solid #d7d7d7;
    padding: 1em 1.5em;
    text-align: left;
  }
  @media screen and (max-width:640px) {
    #layout_table table th {
		width: 100%;
      display: block;
      border-bottom: none;
      border-top: none;
      text-align: left;
      padding: 0.75em;
    }
    #layout_table table thead th {
      border-top: 1px solid #d7d7d7;
    }
    #layout_table table td {
      display: block;
      text-align: left;
      padding: 0.75em;

    }
  }


 /*200129追加*/
  #layout_table2 table {
    width: 100%;
    table-layout: fixed;
	      border-top: 1px solid #d7d7d7;
  }
  #layout_table2 table th {
	  width: 300px;
	  border-bottom: 1px solid #d7d7d7;
    background: #f6f6f6;
    padding: 1em 1.5em;
    text-align: left;
  }
  #layout_table2 table td {
    background: #fff;
 border-bottom: 1px solid #d7d7d7;
    padding: 1em 1.5em;
    text-align: left;
  }
  @media screen and (max-width:640px) {
    #layout_table2 table th {
		width: 100%;
      display: block;
      border-bottom: none;
      border-top: none;
      text-align: left;
      padding: 0.75em;
    }
    #layout_table2 table thead th {
      border-top: 1px solid #dcdcdc;
    }
    #layout_table2 table td {
      display: block;
      text-align: left;
      padding: 0.75em;

    }
  }

#layout_table2 td.birth .birthpulldown{ width: auto; margin-right: 1em;}
#layout_table2 td.birth .wpcf7-select-parent{ display: inline-block; width: auto;}
#layout_table2 td.birth .wpcf7-select-parent .select-arrow{ border: none; right: 9px;}
#layout_table2 td.birth select{ width: auto; margin: 0 0.5em 0 0; padding-right: 55px;}
#layout_table2 td.birth select:first-child{ margin-left: 0;}
#layout_table2 td.birth .wpcf7-form-control-wrap{ display: inline-block; vertical-align: middle;}
#layout_table2 td.birth strong{ display: inline-block; vertical-align: middle; font-weight: normal;}
#layout_table2 span.wpcf7-list-item{ margin: 0;}
#layout_table2 td.course span.wpcf7-list-item{ margin: 0;}
@media screen and (max-width:767px) {
#layout_table2 td.birth .birthpulldown{ width: auto; margin-right: 0.5em;}
#layout_table2 td.birth .wpcf7-select-parent .select-arrow{ width: 32px !important; right: 9px;}
#layout_table2 td.birth select{ padding-right:36px;}
#layout_table2 td.course span.wpcf7-list-item{ display: block; margin: 0 0 0.5em}
#layout_table2 td.course label{ display: block;}
}