@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400,600,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS */

.ttl_style1 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size:32px;
}
.ttl_style2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size:24px;
}
.ttl_style3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size:22px;
}
.ttl_style4 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size:20px;
}
.ttl_style5 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size:16px;
}
.lead {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size:18px;
}

.lh130 {
	line-height:1.3;
}
.park_memo {
	line-height:1.5;
}

hr {
height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


.lead2 {
	font-size:22px;
	margin-top:1em;
	margin-bottom:1em;
	text-align:left;
}
.bld {
	font-weight:bold;
	font-weight:600 !important;
}

.label-info2 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
background: rgb(73,155,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */

	color:#fff;
	text-align: center;
	border-radius: 4px;
}

.btn-warning2 {
  color: #ffffff;
  background-color: #f44336;
  border-color: #e53935;
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2.focus,
.btn-warning2:active,
.btn-warning2.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e53935;
  border-color: #d32f2f;
}
.btn-warning2:active,
.btn-warning2.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}


.zom {
/*
		width:100%;
		height:10%;
		overflow:hidden;
			/**/
}
.zom img {
/*
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
*/
}
.zom img:hover {
/*
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
*/
box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.zom1 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}


/*	CSS OVERWRITE	*/

.panel-primary {
/*	border-radius: 0;/**/
	background-color:#ebf5fe;
	box-shadow: 0 3px 0px 0 rgba(227, 228, 232, 1);
	border:none;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #75bef2;
  border-color: #75bef2;
/*		border-radius: 0;	/**/
	border:none;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebf5fe;
	border:none;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebf5fe;
	border:none;
}


.panel-sub-memo {
/*	border-radius: 0;/**/
	background-color:#ebf5fe;
	box-shadow: 0 3px 0px 0 rgba(227, 228, 232, 1);
	border:none;
	background-color: #ffffff;
  border-radius: 0px !important;
	line-height:1.5;
}
.panel-sub-memo > .panel-heading {
  color: #ffffff;
  background-color: #75bef2;
  border-color: #75bef2;
  font-size:17px;
  padding:5px 15px;
	border-radius: 0;	/**/
	border:none;
}

.panel-sub-memo > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebf5fe;
	border:none;
}
.panel-sub-memo > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebf5fe;
	border:none;
}

.panel-sub-menu {
/*	border-radius: 0;/**/
	background-color:#ebf5fe;
	box-shadow: 0 3px 0px 0 rgba(227, 228, 232, 1);
	border:none;
	background-color: #EBF5FE;/**/
  border-radius: 0px !important;
}
.panel-sub-menu  a {
	display:block;
}
.panel-sub-menu > .panel-heading {
  color: #ffffff;
  background-color: #75bef2;
  border-color: #75bef2;
  font-size:18px;
  padding:8px 15px;
	border-radius: 0;	/**/
	border:none;
	text-shadow: none;
}
.panel-sub-menu > .panel-heading a {
	text-shadow: none;
}
.panel-sub-menu > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebf5fe;
	border:none;

}
.panel-sub-menu > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebf5fe;
	border:none;
}

.panel-sub-menu > .list-group {
  margin-bottom: 0;
	background-color: #EBF5FE;/**/
}
.panel-sub-menu > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
  line-height:1.2;
	background-color: #EBF5FE;/**/
}
.panel-sub-menu > .list-group .list-group-item a {
	display:block;
}

.panel-sub-menu > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-sub-menu > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}




.side-headline-title {
	margin: 0px 0 0px;
}
.side-headline-title h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0 auto;
	line-height:1.2 !important;
	text-align: center;
/*	font-family: 'Noto Sans', sans-serif !important;	/**/
/*		font-family:'Archivo Narrow',sans-serif !important;	/**/
	font-family: 'Montserrat', sans-serif; font-weight:400 !important;
}
.side-headline-title h2  span {
	color: #0187e8;
	font-size: 14px;
}



.nav-pills > li {
/*  float: left;	/**/
  background-color: #EBF5FE;
}
.nav-pills > li > a {
  border-radius: 0px;
  border-top:1px #ddd solid;
  padding:5px !important;
  margin:0 !important;
}
.nav-pills > li + li {
  margin-left: 0px !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #95cff8;
  border-top:1px #dddddd solid;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #ffffff;	/**/
  background-color: #95cff8 !important;
  border-top:1px #dddddd solid;
}
.nav-stacked > li + li {
  margin-top: 0px !important;
  margin-left: 0;
}
.side-menu > li > a {
	display: block;
	position: relative;
	padding: 11px 11px 11px 28px !important;
	line-height:1.2;
	text-decoration: none;
	font-size:1em;
	letter-spacing: 0.05em;
	border-top: solid 1px #ddd;
	border-radius: 0;
}
.side-menu > li:last-child {
	border-bottom:none !important;
}
.side-menu > li > a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #0187E8;
	border-right: solid 2px #0187E8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.side-menu > li > a:hover:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.side-menu > li.active > a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}





.info-dl-horizontal2 dt {
	padding:5px 10px 0px;
}
.info-dl-horizontal2 dd {
	padding:5px 10px 10px ;
	border-bottom:1px #e6e6e6 solid;
	margin-bottom:10px;
}

@media (min-width: 768px) {
	.info-dl-horizontal dt {
		float: left;
		width: 120px;
		clear: left;
		text-align: left;
		padding:3px 3px;
	}
	.info-dl-horizontal dd {
		margin-left: 120px;
		padding:3px 3px;
		color:#000;
	}
	.info-dl-horizontal dd div ,
	.info-dl-horizontal dd p {
		border-left:2px #05426c solid;
		padding-left:20px;
	}
	.info-dl-horizontal dd p.noline {
		border-left:none;
		padding-left:0px;
	}


	.info-dl-horizontal3 dt {
		float: left;
		width: 110px;
		clear: left;
		text-align: left;
		padding:3px 3px;
	}
	.info-dl-horizontal3 dd {
		margin-left: 110px;
		padding:3px 3px;
		color:#000;
	}
	.info-dl-horizontal3 dd div ,
	.info-dl-horizontal3 dd p {
		border-left:2px #05426c solid;
		padding-left:10px;
	}
	.info-dl-horizontal3 dd p.noline {
		border-left:none;
		padding-left:0px;
	}

}
@media (max-width: 767px) {
	.info-dl-horizontal3 dt ,
	.info-dl-horizontal dt {
		padding:5px 10px 0px;
	}
	.info-dl-horizontal3 dd ,
	.info-dl-horizontal dd {
		padding:5px 10px 5px;
		border-bottom:1px #e6e6e6 solid;
		margin-bottom:10px;
	}


}


.seminar_overview {
/*
	background: repeating-linear-gradient(-45deg, #e8f5fe, #e8f5fe 10px, #eff8fe 0, #eff8fe 20px);
*/
	background: #fffff0;
	border:5px #193C1E solid;
	border-radius:0px;
	padding:10px;

	box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
	padding:20px 20px;

}
.seminar_overview .row {
}
.seminar_overview .row:last-child {
	border-bottom: none;
	padding-bottom:0px;
}


.seminar_info_box {
	background: #f3faf4;
	border:2px #193C1E solid;
	border-radius:0px;
	padding:10px;
}
.seminar_info_box .number {
	color:#fff;
	background:#193C1E;
	padding:10px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
}
.seminar_info_box .yoyaku {
	color:#000;
	font-weight:bold;
	background:#fff;
	border:2px #193C1E solid;
	padding:10px;
	display:block;
	text-align:center;
	font-size:18px;
	margin-top:5px;
}
.seminar_info_box h3.seminar_name {
	color:#193C1E;
	line-height:1.3;
	border:none !important;
	margin:0;
}

.seminar_info_box hr {
	height:1px;
	border:none;
	background:#193C1E;
	margin:0;
}

.seminar_dl {
	margin-top:20px;
}
.seminar_dl dt {
	color:#193C1E;
	font-size:16px;
}
.seminar_dl dd {
	padding-left:15px;
}
p.caution {
	border:3px #d00 solid;
	background:#fff;
	padding:10px;
	text-align:center;
	color:#d00;
	margin-right:15px;
	margin-left:15px;
}


.seminar_venue {
	padding-bottom:20px;
	border-bottom:2px #00418F solid;
}
.venue {
	color:#00418F;
	font-weight:bold;
}
.date_time {
	font-size:24px;
	font-weight:bold;
}
.addr {
	font-size:18px;
}
.seminar_target {
	border:2px #222 solid;
	color:#222;
	padding:10px;
	text-align:center;
	display:block;
	margin-top:5px;
}


.corpo_overview {
	background: #fff;
	border-radius:10px;
	padding:10px;
	border:1px #ddd solid;
	padding:15px 15px;

}



.seminar2019_overview {
/*
	background: repeating-linear-gradient(-45deg, #e8f5fe, #e8f5fe 10px, #eff8fe 0, #eff8fe 20px);


	background: #fffff0;
	border:5px #369 solid;
	border-radius:0px;
	padding:10px;
*/

/*
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
	padding:20px 20px;
*/

}
.seminar2019_overview .row {
}
.seminar2019_overview .row:last-child {
	border-bottom: none;
	padding-bottom:0px;
}
.seminar2019_overview .lead {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size:20px;
}
.seminar2019_overview .taisyou {
	color:#fff;
	background:#135db1;
	padding:0.3em 1em 0.5em;
	display:inline-block;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
}



.ribbon4 {
    display: block;
    position: relative;
    height: 50px;/*高さ*/
    line-height: 50px;/*高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 25px 0 18px;/*文字の左右の余白*/
    font-size: 18px;/*文字サイズ*/
    background: #004190;/*背景色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size:18px;
}

.ribbon4:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon4:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}


.ribbon5 {
  position: relative;
  padding: 0.3em 0;
  background: #039BE5;
  width:100%;
  color:#FFEB3B;
  text-align:center;
    font-size: 20px;/*文字サイズ*/
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	border-radius:10px;
}

.ribbon5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #039BE5;
  width: 0;
  height: 0;
}


@media (max-width: 767px) {
	.ribbon5 {
	    font-size: 16px;/*文字サイズ*/
	    margin-bottom:0px;
	}
}
.seminar2019_info_box {
	background: #fff;
/*
	border:5px #999 solid;
*/
/*
box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 4px 2px;
-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 4px 2px;
-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 4px 2px;
	border-radius:0px;
	padding:1em;
*/

	font-size:16px;
	line-height:1.8;
}
.seminar2019_info_box .number {
	color:#fff;
	background:#135db1;
	padding:0.5em;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-top:5px;
	border-radius:10px;
}
.seminar2019_info_box .yoyaku {
	color:#fff;
	font-weight:bold;
	background:#e00;
	padding:0.5em;
	display:block;
	text-align:center;
	font-size:18px;
	margin-top:5px;
}
.seminar2019_info_box .yoyaku a {
	display:block;
	color:#fff;
}
.seminar2019_info_box h3.seminar_name {
	color:#000;
	line-height:50px;
	border:none !important;
	margin:3px 0 0 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size:26px;
}
.seminar2019_info_box h3.seminar_name2 {
	color:#004190;
	line-height:30px;
	border:none !important;
	margin:3px 0 0 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size:26px;
}

.seminar2019_info_box hr {
	height:1px;
	border:none;
	background:#ccc;
	margin:20px 0 20px;
}

.h3_schedule {
	background:#1565C0;
	color:#fff;
	padding:10px 10px;
}
.h3_schedule span {
	border-left:8px #FFEB3B solid;
	padding-left:15px;
	line-height:1;
}
.seminar2019_info_box .caution_box {
    position: relative;
    margin: 2em 1em;
    padding: 0.5em 1em;
    border: solid 3px #ccc;
    border-radius: 8px;
}
.seminar2019_info_box .caution_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #424242;
    font-weight: bold;
}
.seminar2019_info_box .caution_box p {
    margin: 0.5em 0;
    padding: 0;
}
.kaisuu {
	font-size:16px;
	background:#0A63C1;
	color:#fff;
	display:inline-block;
	padding:0.3em 0.5em 0.3em;
	line-height:1;
}

.date_time2 {
	font-size:18px;
	font-weight:bold;
}
.date_time3 {
	font-size:18px;
}



.my_number {
	border:2px #e00 solid;
	padding :2px;
	color:#e00;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.5em;
}
.my_number span {
	display:inline-block;
	background:#e00;
	color:#fff;
	padding:0.2em 0.5em;

}

.m_text {
	font-size:18px;
}
.text_16 {
	font-size:16px;
	line-height:1.6;
}
.seminar2019_dl {
	margin-top:20px;
}
.seminar2019_dl dt {

	color:#fff;
	font-size:24px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	background:#0A63C1;
	padding:3px 3px 6px 5px;

/*	padding: 0.2em 0.5em 0.3em;/*文字周りの余白*/
/*	background: #e8f2fd;/*背景色*/
/*	border-top: solid 3px #1565C0;/*左線（実線 太さ 色）*/
/*	border-left: solid 5px #1565C0;/*左線（実線 太さ 色）*/
/*	border-right: solid 5px #1565C0;/*左線（実線 太さ 色）*/
/*	border-bottom: solid 3px #1565C0;/*左線（実線 太さ 色）*/
	margin-bottom:15px;
}


.seminar2019_dl dd {
	padding-left:15px;
	font-size:16px;
	line-height:1.8;
}


.seminar2019_venue {
	padding-bottom:0px;
/*
	border-bottom:2px #00418F solid;
*/
}
.seminar2019_venue .venue {
	color:#00418F;
	font-weight:bold;
}
.seminar2019_venue .date_time {
	font-size:24px;
	font-weight:bold;
}
.seminar2019_venue .addr {
	font-size:18px;
}
.seminar2019_target {
	border:2px #222 solid;
	color:#222;
	padding:10px;
	text-align:center;
	display:block;
	margin-top:5px;
}

.seminar_description {
	color:#e60012;
	font-size:3rem;
	line-height: 1.3;
}

.col_yoyaku {
	background:#004190;
	color:#fff;
	padding:0.2em 0.3em 0.2em;
	font-size:1em;
	margin-left:1em;
	margin-top:-0.2em;
	border-radius:0px;
	vertical-align:middle;
	line-height:1.5;
	display:inline-block;
}
.col_sat {
	background:#03A9F4;
	color:#fff;
	padding:0.1em 0.2em 0.1em;
	font-size:0.8em;
	margin-right:1em;
	margin-top:-0.2em;
	border-radius:5px;
	vertical-align:middle;
	line-height:1.2;
	display:inline-block;
}
.col_sun {
	background:#f44336;
	color:#fff;
	padding:0.1em 0.2em 0.1em;
	font-size:0.8em;
	margin-right:1em;
	margin-top:-0.2em;
	border-radius:5px;
	vertical-align:middle;
	line-height:1.2;
	display:inline-block;
}
.col_wek {
	background:#666;
	color:#fff;
	padding:0.1em 0.2em 0.1em;
	font-size:0.8em;
	margin-right:0.5em;
	margin-top:-0.2em;
	border-radius:5px;
	vertical-align:middle;
	line-height:1.2;
	display:inline-block;
}

.col_aru {
	background:#BF360C;
	color:#fff;
	padding:0.1em 0.2em 0.1em;
	font-size:0.8em;
	margin-left:0.3em;
	margin-right:0.3em;
	margin-top:-0.2em;
	border-radius:0px;
	vertical-align:middle;
	line-height:1.2;
	display:inline-block;
}
.col_nai {
	background:#37474F;
	color:#fff;
	padding:0.1em 0.2em 0.1em;
	font-size:0.8em;
	margin-left:0.3em;
	margin-right:0.3em;
	margin-top:-0.2em;
	border-radius:0px;
	vertical-align:middle;
	line-height:1.2;
	display:inline-block;
}



/*

.button_form2 {
  display: block;
  width: 60%;
  margin: 0 auto;

  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;

  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #EF6C00;
  color: #EF6C00;
  line-height: 50px;
  overflow: hidden;

	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	font-size:18px;
}
.button_form2::before,
.button_form2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_form2,
.button_form2::before,
.button_form2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_form2:hover {
  color: #fff;
}
.button_form2::after {

  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button_form2:hover::after {

  left: 0;
  background-color: #EF6C00;
}
*/


.button_form2 {
	border-radius: 15px;
	border: none;
	background: #ff9300;
	box-shadow: 0 3px 0 #e38300;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	padding: 10px 30px 10px 10px;
	width: 90%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.button_form2::after {
	content: "\f138 ";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 12px;
}

.button_form2:hover {
	background: #ff6600;
	color: #fff;
}

.entry_btn_area {
	margin-left:7em;
	margin-right:7em;
	margin-top:1.5em;
	margin-bottom:3em;
}
.entry_btn_area a {
	font-size:22px;
	font-weight:bold;
}



@media (max-width: 767px) {

	.seminar2019_dl dt {
		font-size:18px;
	}

	.seminar2019_dl dt span  {
	font-size: 16px;
	}


	.date_time3 {
		font-size:14px;
	}
	.h3_schedule {
		font-size:18px;
		font-weight:normal;
	}
	.h3_schedule span {
		display:block;
	}

	.seminar_description {
		color:#e60012;
		font-size:1.8rem;
		line-height:1.4;
		font-weight:bold;
	}
	.entry_btn_area {
		margin-left:1em;
		margin-right:1em;
		margin-top:0.5em;
		margin-bottom:1em;
		font-size:2em;
		font-weight:bold;
	}
	.entry_btn_area a {
		font-size:16px;
		font-weight:bold;
	}


	.lead2 {
		font-size:18px;
		margin-top:0.5em;
		margin-bottom:0.5em;
		text-align:left;
	}
	.seminar2019_overview .lead {
		font-size:16px;
	}
	.seminar2019_overview .taisyou {
		padding:0.3em 0.5em 0.5em;
	}



	.ribbon4 {
	    display: block;
	    position: relative;
	    height: 40px;/*高さ*/
	    line-height: 40px;/*高さ*/
	    vertical-align: middle;
	    text-align: left;
	    padding: 0 20px 0 18px;/*文字の左右の余白*/
	    font-size: 18px;/*文字サイズ*/
	    background: #004190;/*背景色*/
	    color: #FFF;/*文字色*/
	    box-sizing: border-box;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 300;
		font-size:18px;
	}

	.ribbon4:after {
	    position: absolute;
	    content: '';
	    width: 0px;
	    height: 0px;
	    z-index: 1;
	}

	.ribbon4:after {
	    top: 0;
	    right: 0;
	    border-width: 20px 15px 20px 0px;
	    border-color: transparent #fff transparent transparent;
	    border-style: solid;
	}



	.seminar2019_info_box {
		background: #fff;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
		border-radius:0px;
		padding:0em;
		font-size:14px;
		line-height:1.4;
	}
	.seminar2019_info_box .number {
		color:#fff;
		background:#135db1;
		padding:0.5em;
		display:block;
		text-align:center;
		font-weight:bold;
		font-size:18px;
		margin-top:5px;
		border-radius:10px;
	}
	.seminar2019_info_box .yoyaku {
		color:#fff;
		font-weight:bold;
		background:#e00;
		padding:0.3em 1em;
		display:inline-block;
		text-align:center;
		font-size:16px;
		margin-top:5px;
	}
	.seminar2019_info_box h3.seminar_name2 ,
	.seminar2019_info_box h3.seminar_name {
		line-height:1.3;
		font-size:20px;
	}

	.seminar2019_info_box ol {
		padding-left:15px;
	}

	.seminar2019_info_box .caution_box {
	    position: relative;
	    margin: 0.5em 0.5em;
	    padding: 0.5em 1em;
	    border: solid 3px #ccc;
	    border-radius: 8px;
	}
	.seminar2019_info_box .caution_box .box-title {
	    position: absolute;
	    display: inline-block;
	    top: -10px;
	    left: 10px;
	    padding: 0 9px;
	    line-height: 1;
	    font-size: 18px;
	    background: #FFF;
	    color: #424242;
	    font-weight: bold;
	}
	.seminar2019_info_box .caution_box p {
	    margin: 0.5em 0;
	    padding: 0;
	    font-size:14px;
	    line-height:1.5;
	}

	.date_time2 {
		font-size:16px;
		font-weight:bold;
	}


	.m_text {
		font-size:16px;
	}
	.text_16 {
		font-size:14px;
		line-height:1.5;
	}
	.seminar2019_dl {
		margin-top:18px;
	}

	.seminar2019_dl dt {

		color:#0A63C1;
		font-size:20px;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 600;
		background:#fff;
		padding:3px 3px 5px;
		border:3px #0A63C1 solid;
	}
	.seminar2019_dl dt span {
position: relative;
font-size: 17px;
padding: 0px 5px 5px 5px;
margin-right: 0px;
	}


	.seminar2019_dl dt span:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 2px;
	border: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	z-index:8;
	}


	.seminar2019_dl dd {
		padding-left:10px;
		font-size:14px;
		line-height:1.5;
	}


	.seminar2019_venue {
		padding-bottom:0px;
/*
		border-bottom:2px #00418F solid;
*/
	}
	.seminar2019_venue .date_time {
		font-size:20px;
	}
	.seminar2019_venue .addr {
		font-size:16px;
	}


	.button_form {
	  display: inline-block;
	  width: 260px;
	  height: 54px;
	  text-align: center;
	  text-decoration: none;
	  line-height: 54px;
	  outline: none;

	  position: relative;
	  z-index: 2;
	  background-color: #fff;
	  border: 2px solid #EF6C00;
	  color: #EF6C00;
	  line-height: 50px;
	  overflow: hidden;

		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 400;
		font-size:16px;
	}
	.button_form::before,
	.button_form::after {
	  position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
	}
	.button_form,
	.button_form::before,
	.button_form::after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
	}
	.button_form:hover {
	  color: #fff;
	}
	.button_form::after {
	/*	  top: -100%;		/*上から*/
	  top: 0;					/*左から*/
	  left: -100%;				/*左から*/
	  width: 100%;
	  height: 100%;
	}
	.button_form:hover::after {
	/*  top: 0;		/**/
	  left: 0;
	  background-color: #EF6C00;
	}

}


.seminar_comment {
/*
	border: 5px #f0f0f0 solid;
	padding: 1.5em;
*/

	margin: 0 auto 30px;
	line-height: 1.4;
}
.seminar_comment dl.sc {
	margin: 20px 0 20px;
}
.seminar_comment dl.sc dt {
	font-weight: bold;
	border-bottom: 1px #c7c7c7 solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.seminar_comment dl.sc dd {
	margin-bottom: 20px;
}
.seminar_comment dl.sc dd p {
	margin-bottom: 10px !important;
}


.pg_link {
	margin: 20px 0;
}
.pg_link ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pg_link ul li {
	text-align: center;
	width: 49%;
	font-size: 1.2rem;
	margin-bottom: 5px;
/*	background: #0A63C1;/*背景を水色に*/

	vertical-align: middle;/*縦の表示位置も指定できる*/

	display: flex;
	align-items: center;
	justify-content: center;
}
.pg_link ul li a {
	display: block;
	width: 100%;
	padding: .8em .3em;
	background: #fff;/*背景を水色に*/
/*    font-weight: bold;/*文字を太字に*/
	border: 1px #0A63C1 solid;
    color:#124385; /*文字色を白に*/
	border-radius: 8px;
}
.pg_link ul li a::before {
  content: '▼ ';
  font-size: 1.2rem;
}
.pg_link ul li a:hover {
	background: #0A63C1;/*背景を水色に*/
/*    font-weight: bold;/*文字を太字に*/
    color:#fff; /*文字色を白に*/
	border-radius: 8px;
}


/* tab */
.semi_tab-wrap {
	margin: 0 0 30px;
}

.semi_tab-label {
	margin: 0px 0;
	width:100%;
}
.semi_tab-label {
  color: #124385;
  background: #fff;

  margin-bottom: 1px;
  padding: 10px .5em;

  border: 1px solid #0A63C1;
  border-radius: 8px;

  cursor: pointer;
  display: block;
  position: relative;
}
.semi_tab-label::after {
content: "\f067 ";
font-family: FontAwesome;
color: #124385;
position: absolute;
right: 10px;
top: 12px;
}


.semi_tab-label:hover {
	background: #0A63C1;
	transition: .3s;
	color:#fff;
}
.semi_tab-label:hover::after {
	color:#fff;
}
.semi_tab-switch:checked+.semi_tab-label::after {
	color: #fff;
}


.semi_tab-label:before {
  content: '▼';
  margin-right: .5em;
  display:inline-block;
  transform:rotate(-90deg);
  font-size: 1rem;
}
.semi_tab-switch:checked+.semi_tab-label:before {
  transform:rotate(0);
}
/*
.semi_tab-switch:checked+.semi_tab-label::after {
content: "\f068 ";
font-family: FontAwesome;
color: #fff000;
position: absolute;
right: 10px;
top: 12px;
}
*/


.semi_tab-content {
  height: 0;
  padding: 0 15px 15px;
  overflow: hidden;
  opacity: 0;
  border: 1px #dedede solid;
  margin-bottom: 10px !important;
}
/* アクティブなタブ */
.semi_tab-switch:checked+.semi_tab-label {
  background: #0A63C1;
  color:#fff;
}
.semi_tab-switch:checked+.semi_tab-label+.semi_tab-content {
  height: auto;
  overflow: auto;
  margin-bottom: -1px;
  padding: 15px;
  opacity: 1;
  transition: .5s;
/*
  border: 1px solid #e6e6e6;
*/
}
/* ラジオボタン非表示 */
.semi_tab-switch {
  display: none;
}

/* seminar tab2 */

.semi2_tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.semi2_tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #0A63C1;
  display: block;
  order: -1;
}
.semi2_tab-label {
  color: White;
  background: #ccc;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.1);
  white-space: nowrap;
  text-align: center;
  padding: 10px .4em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  width: 48%;
  font-size: 1.2rem;
/*
  flex: 1;
*/
}
.semi2_tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.semi2_tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.semi2_tab-switch:checked+.semi2_tab-label {
  background: #0A63C1;
}

.semi2_tab-label1 {
/*
	width: 44% !important;
*/
	font-size: .8rem !important;
}
.semi2_tab-label2 {
/*
	width: 44% !important;
*/
	font-size: .8rem !important;
}

.semi2_tab-switch:checked+.semi2_tab-label+.semi2_tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  word-break:break-all;
}
/* ラジオボタン非表示 */
.semi2_tab-switch {
  display: none;
}



.kengakumae {
	margin: 0 auto;
	padding: 0;
}
.kengakumae .block01 {
	background: #005aaf ;
	margin: 0 0 20px;
}
.kengakumae .block01 .case_area {
	padding: 20px 0 20px;
	margin: 0 auto;
	width:96%;
	text-align: center;
	background: #005aaf ;
}
.kengakumae .block01 .easy {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.kengakumae .block01 .easy .point {
	width: 100%;
	margin-bottom: 0px;
}
.kengakumae .block01 .easy .illust {
	width: 100%;
	text-align: center;
}
.kengakumae .block01 h3 {
	margin: 20px auto;
	width:96%;
}
.kengakumae .wecan li {
	margin: 5px 0;
}
.kengakumae .wecan {
	border: 2px #005aaf solid;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	width:96%;
}
.kengakumae .wecan dt {
	background: #005aaf;
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Sans Japanese', sans-serif;
	width: 100%;
	padding: .5em;
	font-size:1.8rem;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.kengakumae .wecan dd {
	background: #fff697;
	color: #005aaf;
	font-weight: 600;
	font-family: 'Noto Sans Japanese', sans-serif;
	width: 100%;
	padding: 1em;
}
.kengakumae .wecan dd.bg1 {
	background-image: url(../kengakumae-assets/illust1.png);
	background-repeat: no-repeat;
	background-position: 98% 95%;
	background-size: 90px;
/*
	background-size: contain;
*/
}
.kengakumae .wecan dd.bg2 {
	background-image: url(../kengakumae-assets/illust2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 90px;
	background-position: 96% 93%;
/*
	background-size: contain;
*/
}
.kengakumae .step {
	margin: 20px auto 0;
}
.kengakumae .flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto 0;
}
.kengakumae .flow .flow1 {
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 4%;
}
.kengakumae .flow .flow2 {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 2%;
}
.kengakumae .flow .flow3 {
	width: 29%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.kengakumae .flow .flow4 {
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 1%;
	padding-right: 1%;
}



.kengakumae .flow .flow1_2 {
	width: 22%;
	display: flex;
	padding-left: 4%;
}
.kengakumae .flow .flow2_2 {
	width: 20%;
	display: flex;
	padding-left: 2%;
}
.kengakumae .flow .flow3_2 {
	width: 29%;
	display: flex;
}
.kengakumae .flow .flow4_2 {
	width: 18%;
	display: flex;
	padding-left: 1%;
	padding-right: 1%;
}



.kengakumae .flow .icon {
	text-align: center;
	margin: 0 auto 10px;
}
.kengakumae .flow .cmnt {
/*	margin-top: auto;
*/
	font-size: 1.2rem;
	line-height: 1.3;
}


.kengakumae .online {
	background: url(../kengakumae-assets/bg_flow.png) no-repeat top center;
	padding: 70px 10px 30px;
}
.kengakumae .online h4 {
	font-size: 2.2rem;
	color: #fff000;
	text-align: center;
	line-height: 1.3;
}
.kengakumae .online h4 > span {
	font-size: 1.6rem;
	color: #fff;
	display: block;
}
.kengakumae .online .sns {
	background: #fff;
	margin: 10px 10px 0;
	border-radius: 10px;
	padding: 1em 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kengakumae .online .sns .text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.kengakumae .online .sns .kind {
	width: 100%;
}

.kengakumae .online .device {
	padding: 1em 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kengakumae .online .device .text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}
.kengakumae .online .device .kind {
	width: 100%;
}

.kengakumae a.button_online {
  position: relative;
  display: block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #c62828;/*背景色*/
  border-bottom: solid 2px #b71c1c;/*少し濃い目の色に*/
  border-radius: 8px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px;
}

.kengakumae  a.button_online:active {
  border-bottom: solid 2px #c62828;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.kengakumae a.button_online:hover {
	background: #e06363;
	border-bottom: solid 2px #da4747;/*少し濃い目の色に*/
}


.kengakumae a.button_raiten {
  position: relative;
  display: block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #EF6C00;/*背景色*/
  border-bottom: solid 2px #E65100;/*少し濃い目の色に*/
  border-radius: 8px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px;
}

.kengakumae  a.button_raiten:active {
  border-bottom: solid 2px #EF6C00;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.kengakumae a.button_raiten:hover {
	background: #ff9945;
	border-bottom: solid 2px #ff8623;/*少し濃い目の色に*/
}


.kengakumae .inq {
	margin: 0px auto;
	width: 96%;
}
.kengakumae .inq h3 {
	background: #00a5e3;
	border-radius: 20px;
	color:#fff;
	font-weight: 600;
	text-align: center;
	padding: 1rem;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.kengakumae .inq .buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
}
.kengakumae .inq .buttons .btn1 {
	width: 100%;
}
.kengakumae .inq .buttons .btn2 {
	width: 96%;
	margin: 0 auto;
	font-size: 2rem;
	color:#231815;
	font-weight: bold;
}
.kengakumae .inq .buttons .btn3 {
	width: 96%;
	margin: 0 auto;
}


.videoBox {
	position:relative;
	border: 1px #ccc solid;
}

.videoBox a.play {
	font-size:50px;
	position: absolute;
     top: 50%;
     left: 50%;
	 transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%)
     opacity: 0.6;
	 color: rgba(0,0,0,0.6);
	 text-shadow: -1px 2px 0 rgba(0,0,0,0.1);
}



.yesno {
        height: 220px;
	position:relative;
  padding:0;
  margin:0;
}
.yesno h2 {
	font-size: 2rem;
}
.yesno ul li {
    list-style: none;
    float: left;
    text-align: center;
    display: block;
    font-size: 120%;
    color: #333A40;
}
.positionFit {
	position:absolute;
	left: 0px;
	top: 20px;
}
.col_1 li {
	width: 99%;
	margin: 1%;
}
.col_2 li {
	width: 48%;
	margin: 1%;
}
.col_3 li {
	width: 31%;
	margin: 1%;
}
.yesno ul li a {
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: block;
	background-color: #124385;
	padding: 15px 0;
	border-radius: 10px;
}
.yesno div {
	clear: both;
	width: 100%;
}
.yesno ul li a:hover {
	background-color: #124385;
}

.yesno .q {
	font-size: 1.6rem;
	font-weight: bold;
}
.yesno .result {
	font-size: 1.6rem;
}
.button_pdf {
	margin: 10px auto;
	position: relative;
	border-radius: 10px;
	background: #124385;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 80%;
	padding: 10px 30px 10px 10px;
}
.button_pdf::after{
	position: absolute;
	content: "\f1c1 ";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	font-weight: normal;
	right: 10px;
	top: 12px;
}


.taisyou_wrap  {
	border: 2px #ff0000 solid;
	border-radius: 5px;
	padding:.8em;
	margin-top: 20px;
}
.taisyou  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.taisyou li {
	width: 100%;
	margin: 0 0 5px;
	padding: 0 5px 5px;
}


.ios_wrap  {
	background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #FF3D00 0, #FF3D00 10px);
	padding:8px;
	margin-top: 20px;
}
.ios_wrap  .ios_memo  {
	background: #fff;
	padding:10px;
}
.ios_wrap  .ios_memo  h4 {
	font-weight: bold;
	color:#f00;
	text-align: center;
	font-size:1.8rem;
}







.seminar2022 {
	margin: 0 auto 30px;
}

.seminar2022 .lead p {
	margin-bottom: 0px;
	font-size: 1.4rem;
}
.seminar2022 .lead strong {
	font-weight: bold;
	font-size: 1.6rem;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #124385;
}
.seminar2022 .bld {
	font-weight: bold;
}

/* menu design */
.seminar2022 dl.course{
	width:100%;
}
.seminar2022 dl.course div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px 0 5px;
	padding: 0px 0;
	align-items: center;
}
.seminar2022 dl.course dt{
	margin:0 0px 5px 0;
	width: 100%;
	display: block;
	padding: 0 0px 0 0;
	background-color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
}
.seminar2022 dl.course dt.cs1 span {
	background: #26A69A;
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	display: block;
}
.seminar2022 dl.course dt.cs2 span {
	background: #FB8C00;
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	display: block;
}
.seminar2022 dl.course dt.cs2 span a ,
.seminar2022 dl.course dt.cs1 span a {
	color: #fff;
	display: block;
}

.seminar2022 dl.course dd  {
	margin:0px 0 10px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff !important;
	text-align: left;
	font-size: 1.6rem;
}
.seminar2022 dl.course dd.cs1 span a {
	color: #0097A7;
}
.seminar2022 dl.course dd.cs2 span a {
	color: #EF6C00;
}



.seminar2022 .h3_sub_ttl_cs1 {
	margin: 80px 0 0px;
	background: #26A69A;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	font-size: 1.6rem;
}
.seminar2022 .h3_sub_ttl_cs2 {
	margin: 80px 0 0px;
	background: #FB8C00;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	font-size: 1.6rem;
}
.seminar2022 strong.cs1 {
	color: #0097A7;
	font-size: 1.6rem;
	font-weight: bold;
}
.seminar2022 strong.cs2 {
	color: #EF6C00;
	font-size: 1.6rem;
	font-weight: bold;
}
.seminar2022 .cs1_inner {
	border: 1px solid #0097A7;
	padding: 1em 1em 0;
	margin-top: 0;
}
.seminar2022 .cs2_inner {
	border: 1px solid #EF6C00;
	padding: 1em 1em 0;
	margin-top: 0;
}

.seminar2022 #cs2 ,
.seminar2022 #cs1 {
	margin-top: -70px;
	padding-top: 70px;

}