/*
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
*/

.h2_color {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffaacf));
    background: linear-gradient(transparent 70%, #ffaacf%);
}


 /*200129追加*/
  #layout_table table {
    width: 100%;
    table-layout: fixed;
	      border-top: 1px solid #191919;
  }
  #layout_table table th {
	  width: 175px;
	      font-weight: bold;
	  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 #dcdcdc;
    }
    #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 #191919;
  }
  #layout_table2 table th {
	  width: 300px;
	      font-weight: bold;
	  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;}
}

.p-map__item a{ cursor: pointer;}


.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ffffff;
	width:300px;
	  margin: 0px auto;
  border: solid 2px #ffffff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {

	 color: #ffffff;
}

.btn-flat-border2 {
	width:300px !important;
	  margin: 0px auto;

}



.shadow2 {
  display        : inline-block;
  text-shadow    : 
       2px  2px 0px #000000,
      -2px  2px 0px #000000,
       2px -2px 0px #000000,
      -2px -2px 0px #000000,
       2px  0px 0px #000000,
       0px  2px 0px #000000,
      -2px  0px 0px #000000,
       0px -2px 0px #000000 !important;
}

.shadow3 {
  display        : inline-block;
  text-shadow    : 
       2px  2px 0px #fff,
      -2px  2px 0px #fff,
       2px -2px 0px #fff,
      -2px -2px 0px #fff,
       2px  0px 0px #fff,
       0px  2px 0px #fff,
      -2px  0px 0px #fff,
       0px -2px 0px #fff !important;
}



/* Scss Document */
.style19 table {
	  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.style19 table thead {
  border-bottom: 1px solid #000;
}

.style19 table th,
.style19 table td {
  border-right: 1px dotted #000;
  border-bottom: 1px solid #000;
}

.style19 table td,
.style19 table th {
  width: 9em;
  padding: 0.8em;
}

.style19 table td:last-child,
.style19 table th:last-child {
  border-right: none;
}

.style19 table tbody th {
  background: #f6f6f6;
  text-align: left;
  width: 14em;
}

.style19 table tfoot th,
.style19 table tfoot td {
  border-bottom: 0;
  font-weight: bold;
}

.style19 table tfoot th {
  text-align: left;
}

.style19 table tfoot .red {
  font-size: 1.5em;
}

.style19 table .red {
  color: red;
  font-weight: bold;
}

.red5 {
  color: red;
  font-weight: bold;
font-size: 1.5em;

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}
/*# sourceMappingURL=style.css.map */