/*
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
*/
/*----
body {
		font-family: "Meiryo","Hiragino Kaku Gothic Pro",sans-serif;
}-----*/
.col_2 {
  border-collapse: collapse;
  width: 100%;
	/*----
	font-family: "Meiryo","Hiragino Kaku Gothic Pro",sans-serif;
	}-----*/
}
 
.col_2 th,
.col_2 td {
  border: 1px solid #9e917d; 
  padding-left: 3%;
	line-height: 2em;
}
 
.col_2 th {
	background: #ecf4f7;
	text-align: left;
	padding-left: 3%;
	line-height: 2em;
	width: 25%;
	color: #333333;
	font-weight: lighter;
}
 
@media only screen and (max-width: 600px) {
  .col_2 tr,
  .col_2 th,
  .col_2 td {
    display: block;
    width: auto;
	}
  .col_2 tr:first-child {
    border-top: 1px solid #9e917d;
}
  .col_2 th,
  .col_2 td {
    border-top: none;
	}
}
/*---font text---*/
.text_black{
	color: #1b1b1b;
}
.text_wt {
	color: #ffffff;
}
.text_whitesmoke {
	color:#f5f7f7;
}
.text_gray {
	color: #eeeeee;
}
.pinkred {
	color: #e91e63;
}
.font_L{
	font-size: 130%;
}
.font_M{
	font-size: 115%;
}
.font_s {
	font-size: 14px;
}
.font_22 {
	font-size: 22px;
}
.text_center {
	text-align: center;
}
.cell_bk {
	background-color: #4f412c;
}
.cell_oudo {
	background-color: #917852;
	color: #ffffff;
}
.sentence {
	font-family: "Meiryo","Hiragino Kaku Gothic Pro",sans-serif;
}
.under_L {
	text-decoration: underline;
}
/*----top-lesson 料金-----*/
.col_3 {
  border-collapse: collapse;
  width: 100%;
	font-size: 14px;
	color: #000000;
}
 

.col_3 td {
	border-bottom: 1px solid #c0c0c0; 
	border-right: 1px solid #c0c0c0; 	
	padding-left: 10px;
	line-height: 1.5em;
}
 
.col_3 th {
	background-color:#f7f7f7;
	border: 1px solid #c0c0c0;
	text-align: center;
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
	color: #000000;
	letter-spacing : 0.1em;
	font-weight:normal;
	width: 22%;
	font-weight: bold;
}
.col_3 td {
	background-color:#ffffff;
	border: 1px solid #c0c0c0; 
	text-align: left;
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
	color: #000000;
	letter-spacing : 0.1em;
	font-weight:normal;
}
.col_3  td.norow {
white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .col_3 tr,
  .col_3 th,
  .col_3 td {
    display: block;
    width: auto;
  }
  
  .col_3 tr:first-child {
    border-top: 1px solid #c0c0c0;  
  }
  
  .col_3 th,
  .col_3 td {
    border-top: none;
  }
}

/*---- 業務内容table -----*/
table.gyoumu th td{
	border: 1px solid #917852;
	line-height: 1.5em;
	}
table.gyoumu th {
	background: #917852;
	color: #ffffff;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #917852;
	font-weight: lighter;
}
table.gyoumu td {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #917852;
	border-right: 1px solid #917852;
}
.bb {
	margin-bottom: 12px;
}
.left-pad{
	padding-left: 5%;
}
/*---ボタン-----*/
.btn-flat{
  display: inline-block;
  padding: 10px;
  text-decoration: none;
	color: #e91e63;
  border: solid 2px #e91e63;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat:hover {
  background: #fffafa;
  color: #e9967a;
}

/*---枠-----*/
.hold-1 {
	display: block;
	width: 98%;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-top: 10px;
}

/*---テキストに蛍光色----*/
span.line{
	background:linear-gradient(transparent 80%, royalblue 30%);
	font-weight: 600;
}
span.line2{
	background:linear-gradient(transparent 60%, gold 60%);
}
/*------navy table----*/
.navy-table{
  border-collapse: collapse;
  width: 98%;
}
 
.navy-table td {
  border: 1px solid lightsteelblue; 
	line-height: 1.8em;
	padding-left: 3%;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 14px;
	background-color: #ffffff;
}
 
.navy-table th {
	background: rgba(37,58,178,0.88);
	line-height: 1.8em;
	width: 20%;
	color: #ffffff;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
 
@media only screen and (max-width: 600px) {
  .navy-table tr,
  .navy-table th,
  .navy-table td {
    display: block;
    width: auto;
	}
  .navy-table tr:first-child {
    border-top: 1px solid lightsteelblue;
}
  .navy-table th,
  .navy-table td {
    border-top: none;
	}
}

/*--- ContactForm7のラジオボタンのサイズ-------- */
input[type="radio"] {
  width: 20px; 
  height: 20px; 
}

/* チェックボタンのサイズ----*/
input[type="checkbox"] {
  width: 20px; 
  height: 20px; 
}
/*---項目--mail form2に対応---*/
.yoyaku-title {
	background-color: rgba(160,206,78,0.57);
	color: #194c00;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 5px 5px 0px 10px;

}
.yoyaku-naiyou{
	padding-left: 3vw;
	
}
/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
margin-top:5px;
display: block;
}
/*-----条件分岐の枠----*/
.select2 {
	background-color: #f4fff9;/*--薄い緑---*/
	padding-left: 5vw;
}