@charset "UTF-8";
/* CSS Document */



.info {
	margin-top: 70px;
}
.info .day {
	text-align: center;
}
.info .day span {
	font-size: 22px;
	letter-spacing: 0.1em;
	border: 1px solid #000;
	padding: 15px 20px;
	font-weight: bold;
	line-height: 1em;
}
.info h3 {
	background: url("../images/seminar_title_bg.png") no-repeat center top;
	background-size: 1100px;
	height: 119px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	font-size: 30px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 40px 0;
}
.info .text {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 20px;
}
.info .name {
	text-align: right;
}



.detail {
	margin-top: 80px;
}
.detail h3 {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	padding: 10px 5% 8px;
	background: #eaf0f4;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.detail .text_box {
	max-width: 880px;
	margin: 0 auto 60px;
}
.detail .text_box table {
	width: 100%;
}
.detail .text_box table th,
.detail .text_box table td {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 15px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
.detail .text_box.log_table table th,
.detail .text_box.log_table table td {
	vertical-align: middle;
}
.detail .text_box table th {
	font-weight: bold;
}
.detail .text_box table tr:last-child th,
.detail .text_box table tr:last-child td {
	border-bottom: none;
}
.detail .text_box table td span,
.detail .text_box table td.red {
	font-size: 14px;
	display: block;
	margin-top: 0.5em;
}
.detail .text_box table td span br {
	display: none;
}
.detail .text_box table td ul,
.detail .text_box table td ol {
	margin-top: 1rem;
}
.detail .text_box table td li {
	margin-top: 0.5rem;
}
.detail .text_box table td ul {
	list-style: disc;
	padding-left: 3rem;
}
.detail .text_box table td ul li {
	padding-left: 0.5rem;
}
.detail .text_box table td ol {
	list-style-type: decimal;
	padding-left: 3.5rem;
}
.detail .text_box table td ul.note {
	margin-top: 0;
}
.detail .text_box table td ul.note li {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.5;
	list-style-type: none;
	color: #333;
	text-indent: 0;
	position: relative;
}
.detail .text_box table td ul.note li:last-child {
	margin-bottom: 0;
}
.detail .text_box table td ul.note li::before {
	content: "※";
	position: absolute;
	left: -2rem;
	top: 0;
}
.detail .text_box table strong {
	font-weight: bold;
}

/* 過去の開催 - TOGGLE */
.detail .text_box table.primary {
	border-bottom: 1px solid #CCC;
}
.detail .text_box table.secondary {
	display: none;
}
.detail .text_box table + .toggle {
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: -1px auto 1rem;
	width: 12rem;
}
.detail .text_box table + .toggle span {
	position: relative;
}
.detail .text_box table + .toggle span::before {
	background: #2a4052;
	color: #fff;
	content: "さらに見る";
	display: inline-block;
	padding: 0.5rem 3rem 0.5rem 1rem ;
	width: 12rem;
	box-sizing: border-box;
    transition: all .2s linear;
}
.detail .text_box table + .toggle span::after {
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 0.2rem;
    right: 1.2rem;
	transform: rotate(45deg);
    transition: all .2s linear;
}
.detail .text_box .toggle.opened + table.secondary {
	display: table;
	animation: tabShow .6s ease-in-out 0s;
}
.detail .text_box table + .toggle.opened span::before {
	content: "少なく表示";
}
.detail .text_box table + .toggle.opened span::after {
    border-right: none;
    border-bottom: none;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    top: 0.5rem;
    right: 1.2rem;
}
@keyframes tabShow {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.detail .text_box a.map {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.0em;
	display: inline-block;
	background: #2a4052;
	color: #fff;
	text-decoration: none;
	padding: 0.2em 0.3em 0.3em;
	margin-left: 0.5em;
}
.detail .text_box a.map:hover {
	opacity: 0.7;
}
.detail .text_box.target_box ul {
	list-style-type: disc;
	padding-left: 2rem;
}
.detail .text_box.target_box ul li {
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 18px;
}
.detail .text_box.target_box ul li strong{
	font-weight: bold;
	background: #eaf400;
}
.detail .text_box.data_box h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
.detail .text_box.data_box h4.first {
	margin-bottom: 30px;
}
.detail .text_box.data_box {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.detail .text_box.data_box div {
	width: 48%;
}
.detail .text_box.data_box ul {
	margin-bottom: 30px;
}
.detail .text_box.data_box div ul:last-of-type {
	margin-bottom: 0;
}
.detail .text_box.data_box ul li {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.detail .text_box.data_box ul.mb15 li {
	font-size: 1.6rem;
	margin-bottom: 15px;
	padding-left: 2em;
	text-indent: -2em;
}
.detail .text_box.about_box .text {
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 30px;
}
.detail .text_box.about_box .img img {
	width: 100%;
}
.detail .text_box.about_box .note {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.5em;
	text-align: center;
	margin-top: 30px;
}

.detail .step_block {
	background: #eaf0f4;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 60px 0;
}
.detail .step_block h3 {
	padding: 0 5% 0;
	background: none;
}
.detail .step_block .text_box {
	margin-bottom: 0;
}
.detail .step_block ul.step_box {
	position: relative;
}
.detail .step_block ul.step_box li {
	background: #ffffff;
	padding: 0.8em 1.0em 0.7em 92px;
	margin-bottom: 20px;
	position: relative;
}
.detail .step_block ul.step_box li::before {
    content: '';
    display: block;
    background: #226089;
    height: 20px;
    width: 15px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	-webkit- transform: translateY(0%) translateX(-50%);
}
.detail .step_block ul.step_box li:first-child::before {
    content: none;
    display: none;
}
.detail .step_block ul.step_box li span {
	font-size: 36px;
	font-weight: bold;
	color: #226089;
	line-height: 1.0em;
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-50%) translateX(0%);
	-webkit- transform: translateY(-50%) translateX(0%);
}




#contact_block {
	background: #2a4052;
	padding: 100px 0;
}
#contact_block h2 {
	font-size: 35px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	color: #FFF;
}
#contact_block h2 span {
	font-size: 27px;
	display: block;
}
#contact_block .inner {
	max-width: 900px;
	padding: 50px;
	box-sizing: border-box;
	background: #FFF;
}
#contact_block .tel {
	margin-top: 50px;
	text-align: center;
}