@charset "UTF-8";
/* CSS Document *//*　レスポンシブページ共通スタイル */

/* Base */
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

/* contact info　*/
.contact_info_box {
	border: 3px solid #dddddd;
	padding: 20px 25px;
	margin-top: 60px;
}
.contact_info_box > .ttl {
	font-size: 185.714%;
	font-family: "A1 Mincho";
	margin-bottom: 0.5em;
}
.contact_info_box .summary {
	font-weight: bold;
	font-size: 119%;
}
.contact_info_box .phone_list {
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact_info_box .phone_list > p {
	border: 1px solid #aaaaaa;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 119%;
}
.contact_info_box .phone_list ul.f_left {
	width: 100%;
	text-align: center;
}
.contact_info_box .phone_list ul.f_right {
	width: 40%;
	margin-left: 2%;
}
.contact_info_box .phone_list ul li {
	font-size: 185.714%;
	font-family: "A1 Mincho";
	margin-bottom: 8px;
	display: inline-block;
	margin: 0 auto;
	/*width: 100%;*/
}
.contact_info_box .phone_list .location,
.contact_info_box .phone_list .free_call {
	display: inline;
	vertical-align: middle;
}
.contact_info_box .phone_list .f_left .location {
	width: 45%;
}
.contact_info_box .phone_list .f_right .location {
	width: 35%;
}
.contact_info_box .phone_list .free_call {
	background: url(/common/images/icon_free_call.png) no-repeat left center;
	padding-left: 40px;
}
.contact_info_box .site_info {
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.contact_info_box .site_info p {
	font-weight: bold;
}
.contact_info_box .site_info .txt {
	font-size: 128.571%;
}
.contact_info_box .site_info .site_url {
	font-size: 185.714%;
	padding: 8px 0 8px 1em;
}
.contact_info_box .caution {
	margin-bottom: 0;
	text-align: center;
	font-size: 128.571%;
}



.link_wrap{border:1px solid #ddd;padding:24px;margin:20px 0 50px 0;}
.link_wrap .h2ttl{color:#666 !important;margin: 0 0 16px 0 !important;}
.link_wrap ul{display: flex;justify-content: space-between;flex-wrap:wrap;}
.link_wrap li {width: 290px; margin-bottom: 20px}
.link_wrap li a {display: block;color: #fff;text-align: center;font-size: 20px; background: #84070D;padding: .6em 1em;position: relative;}
.link_wrap li a::after{content:"";width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);display:block;position:absolute;top: 45%;right: 25%;}
.link_wrap li a:hover { background: #84070D;opacity: 0.6; }
.link_wrap li a span{font-size: 86%}


@media only screen and (max-width: 768px) {
.link_wrap{border:0.27vw solid #ddd;padding:3.126vw; margin: 4.727vw 2.727vw}
.link_wrap .h2ttl{color:#666 !important; margin: 0 0 2.7vw!important;}
	
.link_wrap ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.link_wrap ul li{margin-bottom: 1.563vw;margin-left: 2px; width: 48%;}
.link_wrap li a {font-size: 4.34vw;padding: .6em .6em .6em .2em;}
.link_wrap li a::before{position:absolute;top:40%;left:10px;}
.link_wrap li a::after{top: 43%;right: 15%;}


/* contact info　*/
.contact_info_box {
	border: none;
	border-top: solid 1px #ddd;
	padding: 5.727vw 2.727vw;
	margin-top: 25px;
}
.contact_info_box > .ttl {
    font-size: 147.714%;
    font-family: "A1 Mincho";
    margin-bottom: 0.5em;
    text-align: center;
}
.contact_info_box .summary {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
}
.contact_info_box .phone_list {
	margin-top: 2.727vw;
	margin-bottom: 5.727vw;
}
.contact_info_box .phone_list > p {
	border: 1px solid #aaaaaa;
	padding: 1.727vw; 2.727vw;
	text-align: center;
	margin-bottom: 4.727vw;
	font-size: 100%;
}
.contact_info_box .phone_list ul.f_left {
	width: 100%;
	float: none;
	padding: 0 15%;
}
.contact_info_box .phone_list ul.f_right {
	width: 100%;
	float: none;
	margin-left: 0;
	 padding: 0 15%;
}

.contact_info_box .phone_list ul li {
    font-size: 145%;
    font-family: "A1 Mincho";
    margin-bottom: 8px;
    display: table;
	/*width: auto;*/
}
.contact_info_box .phone_list .location,
.contact_info_box .phone_list .free_call {
/*	display: block;*/
	vertical-align: baseline;
}
.contact_info_box .phone_list .f_left .location {
	width: auto;
}
.contact_info_box .phone_list .f_right .location {
	width: auto;
}

.contact_info_box .phone_list .f_right .location {
	padding-right: 2.727vw;
}
.contact_info_box .phone_list .free_call {
	background: url(/common/images/icon_free_call.png) no-repeat left center;
	padding-left: 40px;
}
.contact_info_box .site_info {
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.contact_info_box .site_info p {
	font-weight: bold;
}
.contact_info_box .site_info .txt {
	font-size: 128.571%;
}
.contact_info_box .site_info .site_url {
	font-size: 185.714%;
	padding: 8px 0 8px 1em;
}
.contact_info_box .caution {
	margin-bottom: 0;
	text-align: center;
	font-size: 128.571%;
}
	
p.invite_link {
	margin-left: 2.727vw;
	margin-right: 2.727vw;
}	
p.invite_link a {
    display: block;
    background: url(/common/images/link_arrow_right_enji.png) no-repeat 96% center;
    padding: 2.727vw;
    line-height: 1.5;
}
	
/*	about_est_for_gtec*/
.about_est_for_gtec {
	padding: 2.727vw;
}

.eforg_img {
	display: table;
	float: none;
	margin-left: 0;
	margin: 0 auto 2.727vw;
}

}


/* ////////// 招待講座テーブル ////////// */
.invitation_course_table {
	text-align: left;
}
.invitation_course_table table {
	background: #fff;
	color: #666666;
}
.invitation_course_table th {
	text-align: center;
}
.invitation_course_table thead th {
	background: #84070D;
	color: #fff;
	vertical-align: middle;
}
.invitation_course_table thead th span {
	font-size: 70%;
}
.invitation_course_table a { color: #84070D; }
.invitation_course_table thead th:nth-of-type(1) { width: 10%; }
.invitation_course_table thead th:nth-of-type(2) { width: 30%; }
.invitation_course_table thead th:nth-of-type(3) { width: 20%; }
.invitation_course_table thead th:nth-of-type(4) { width: 20%; }
.invitation_course_table thead th:nth-of-type(5) { width: 20%; }
.invitation_course_table tbody td:nth-of-type(2),
.invitation_course_table tbody td:nth-of-type(3),
.invitation_course_table tbody td:nth-of-type(4) { text-align: right; }
.invitation_course_table tbody td:nth-of-type(3).text-left,
.invitation_course_table tbody td:nth-of-type(4).text-left { text-align: left; }
@media only screen and (min-width: 735px) {
	#invitation_course { padding: 24px 0; }
	.invitation_course_table table {
		width: 100%;
		border: 1px solid #ccc;
		border-collapse: collapse;
	}
	.invitation_course_table th,
	.invitation_course_table td {
		border: 1px solid #ccc;
		border-collapse: collapse;
		padding: 8px;
	}
}
@media only screen and (max-width: 768px) {
	#invitation_course { padding: 3vw; }
	.invitation_course_table table {
		width: 100%;
		border: 0.24vw solid #ccc;
		border-collapse: collapse;
	}
	.invitation_course_table th,
	.invitation_course_table td {
		border: 0.24vw solid #ccc;
		border-collapse: collapse;
		padding: 2.4vw;
	}
}

