@charset "utf-8";
.intro_com {
	width: 100%;
	height: 280px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/consultation/intro.jpg);
	background-size: 100% 100%;
}

.prog_col1 {
	text-align: center;
	margin-bottom: 3em;
}
.prog_col1 img {
	object-fit: contain;
	margin-top: 2em;
}
.prog_col1 h4 {
	margin: 3em 0 0 0;
	padding-left: 5px;
	padding-top: 5px;
	border-radius: 5px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-color: #ffb530;
	display: flex;
	align-items: center;

}
.prog_col1 h4 img {
	margin: 0 5px 0 0;
	padding:0 0 2px 0;
	display: inline-block;
	box-sizing: border-box;
}
.info_TBL{
	margin: 30px auto 0;
	border-collapse: separate;
	border-spacing: 20px 15px;
	font-size: 1.1em;
	color: #595959;
}
.info_TBL tr{

}
.info_TBL th{
	width: 25%;
	padding: 1em 1em 1em 1em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4;
	vertical-align: middle;
	background-color: #D9EDF8;
	border-bottom: 2px solid #fff;
	border-radius: 5px;	
}
/*.info_TBL tr:last-child th{
	border-bottom: 2px solid #D9EDF8;
}*/
.info_TBL td{
	padding: 1em 1em 1em 1em;
	text-align: left;
	line-height: 1.6;
	border-bottom: 2px dotted #7FC5EC;
}
.info_TBL td span{
	margin-bottom: .25em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
	display: block;
}

.prog_ttl {
	width: 154px;
	height: 104px;
	margin: 2em auto -1em;
	height: 78px;
	object-fit: contain;
	text-align: center;
}
.prog_ttl {
	width: auto;
	height: 100%;
}
.program_TBL, .program_TBL2{
	margin: 30px auto 0;
	border-collapse: separate;
	border-spacing: 20px 15px;
	font-size: 1.1em;
	color: #595959;
}
.program_TBL tr, .program_TBL2 tr{

}
.program_TBL th{
	width: 25%;
	padding: 1em 1em 1em 1em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	vertical-align: middle;
	background-color: #FCF8BE;
	border-bottom: 2px solid #fff;
	border-radius: 5px;	
}

.program_TBL td{
	padding: 1em 1em 1em 1em;
	text-align: left;
	line-height: 1.6;
	border-bottom: 2px dotted #FDF040;
}
/*.program_TBL td span{
	margin-bottom: .25em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
	display: block;
}*/
.program_txt{
	display: none;
}
.program_TBL .txt1{
	font-weight: bold;
	text-align: center;
	background-color: #F8F089;
}
.program_TBL .txt2{
	font-weight: bold;
	text-align: center;
	background-color: #F8F089;
}



.program_TBL2 th{
	width: 25%;
	padding: 1em 1em 1em 1em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
	border-radius: 5px;	
}
.program_TBL2 .th_style1{
	background-color: #FFD479;
}/*ねらい*/
.program_TBL2 .th_style2{
	background-color: #FCF8BE;
}/*ねらい本文*/
.program_TBL2 td{
	padding: 1em 1em 1em 1em;
	text-align: left;
	line-height: 1.6;
	border-bottom: 2px dotted #FDF040;
}
.program_TBL2 td .txt_bold{
	color:inherit;
	font-size: 1.1rem !important;
	font-weight: bold;
	line-height: 1.6 !important;
	letter-spacing: .05em !important;
}
.program_TBL2 td .txt_list{
	margin-bottom: .25em;
	padding-left: 1em;
	color:inherit;
	font-size: 1.1rem !important;
	font-weight:inherit;
	text-indent: -1em;
	line-height: 1.6;
	letter-spacing: .02em;
	display: block;
}

/*.program_TBL2 td span{
	margin-bottom: .25em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
	display: block;
}*/
.program_txt{
	display: none;
}
.program_TBL2 .txt1{
	font-weight: bold;
	text-align: center;
	background-color: #F8F089;
}
.program_TBL2 .txt2{
	font-weight: bold;
	text-align: center;
	background-color: #F8F089;
}












@media screen and (max-width:1000px) {
.intro_com {
	height: 200px;
}
.intro_com_title img {
	width: 45%;
	height: auto;
	margin-top: -1em;
}

}

@media screen and (max-width:768px) {
.info_TBL{
	margin: 30px auto 0;
	border-collapse: separate;
	border-spacing: 15px 10px;
	font-size: 1em;
	color: #595959;
}
.info_TBL th{
	width: 25%;
	padding: .75em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	vertical-align: middle;
	background-color: #D9EDF8;
	border-bottom: 2px solid #fff;
	border-radius: 5px;	
}
.info_TBL td{
	padding: .75em;
	text-align: left;
	line-height: 1.6;
	border-bottom: 2px dotted #7FC5EC;
}
.program_TBL, .program_TBL2{
	margin: 30px auto 0;
	border-collapse: separate;
	border-spacing: 15px 10px;
	font-size: 1em;
	color: #595959;
}
.program_TBL2 td .txt_bold{
	color:inherit;
	font-size: 1rem !important;
	font-weight: bold;
	line-height: 1.6 !important;
	letter-spacing: .05em !important;
}
.program_TBL2 td .txt_list{
	margin-bottom: .25em;
	padding-left: 1em;
	color:inherit;
	font-size: 1rem !important;
	font-weight:inherit;
	text-indent: -1em;
	line-height: 1.6;
	letter-spacing: .02em;
	display: block;
}
}

@media screen and (max-width:480px) {
.prog_col1 img {
	width: auto;
	height: 78px;
	object-fit: contain;
	margin-top: 2em;
}
.prog_ttl {
	width: auto;
	height: 104px;
	margin: 2em auto -1em;
	height: 78px;
	object-fit: contain;
	text-align: center;
}
.info_TBL{
	margin: 20px auto 0;
	border-collapse: separate;
	border-spacing: 15px 10px;
	font-size: 1em;
	color: #595959;
}
.info_TBL tr{
	display: flex;
	flex-direction: column;
}
.info_TBL th{
	width: 100%;
	padding: .75em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	vertical-align: middle;
	background-color: #D9EDF8;
	border-bottom: 2px solid #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.info_TBL td{
	width: 100%;
	padding: .5em .5em .75em .5em;
	text-align: left;
	line-height: 1.4;
	border-bottom: none;
}
.prog_ttl {
	width: 115px;
	height: 78px;
	margin: 2em auto -1em;
	object-fit: contain;
	text-align: center;
}

.program_TBL, .program_TBL2{
	margin: 10px auto 0;
	border-collapse: separate;
	border-spacing: 20px 15px;
	font-size: 1em;
	color: #595959;
}
.program_TBL tr, .program_TBL2 tr{
	display: flex;
	flex-direction: column;
}
.program_TBL th{
	width: 100%;
	padding: .75em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	vertical-align: middle;
	background-color: #FCF8BE;
	border-bottom: 2px solid #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.program_TBL td{
	padding: .5em .5em .75em .5em;
	text-align: left;
	line-height: 1.6;
	border-bottom: none;
}
.program_txt{
	margin: 20px auto 0;
	text-align: center;
	font-size: 1.1em;
	display:block;
}
.program_TBL .txt1_mb,
.program_TBL .txt2_mb{
	display: none;
	}
.program_TBL2 th{
	width: 100%;
	padding: .75em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6;
	vertical-align: middle;
	background-color: #FCF8BE;
	border-bottom: 2px solid #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.program_TBL2 td{
	padding: .5em .5em .75em .5em;
	text-align: left;
	line-height: 1.6;
	border-bottom: none;
}
.program_TBL2 .txt1_mb,
.program_TBL2 .txt2_mb{
	display: none;
	}
}

@media screen and (max-width:380px) {

}
