@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* -----------------------------------
　　　　　　フォント（全体）
----------------------------------- */

body {
	margin:0;
	padding:0;
	/*font-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Hiragino Kaku Gothic Pro", "Hiragino Sans GB", "PingFang SC", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
}
a{ color:#1111cc;}


/* =====================
  PC・モバイル表示
===================== */

.pc , .sp{ display:block;}

@media screen and  (min-width: 320px) {
	.pc{ display:none;}
	.sp{ display:block;}
}
	@media screen and  (min-width: 768px) {
		.pc{ display:block;}
		.sp{ display:none;}
	}

/* =====================
  container
===================== */

#i-container{
	margin:0;
	padding:0;
	text-align:center;
}

/* =====================
  contents
===================== */

div#contents{
	margin:0 0 40px;
	padding:0;
}

@media screen and  (min-width: 320px) {
	div#contents{ width:100%; }
}


	@media screen and  (min-width: 980px) {
		div#contents{ width:900px; margin-left:auto; margin-right: auto; }
	}

/* =====================
  h2
===================== */
h2 {
	text-align: center;
	font-size:38px;
	line-height:normal;
	margin:60px auto 50px;
	color: #455A64;;
	font-weight: bold;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.1em;
}
h2:before{
	content: '';
	position: absolute;
	left:50%;
	bottom: -20px;
	display: inline-block;	
	width:50px;
	height:3px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #CFD8DC;
}


/* =====================
  HEADER
===================== */
header{
	margin:0 0 30px;
	padding:0;
	height:auto;
	background-color:#140079;
	text-align:center;
	min-height:60px;
	overflow:hidden;
}
header p{ text-align:center; margin-top:15px; margin-bottom:10px;}
header img.logo{ width:100%;}

@media screen and  (min-width: 320px) {
	header{
		min-height:30px;
		margin:0 0 15px;
	}
	header img.logo{ width:140px; }
	header p{ text-align:center; margin-top:15px; margin-bottom:5px;}
}
	@media screen and  (min-width: 768px) {
			header{
				margin:0 0 30px;
				min-height:60px;
			}
			header img.logo{ width:180px; }
	}
		@media screen and (min-width: 980px) {
			header p{ text-align:center; margin-top:15px; margin-bottom:10px; }
		}



/* =====================
  SEMINAR TITLE
===================== */
.l-seminar-title{
	margin:0 1.5% 2% !important;
	background-color:#f9f9f9;
}
@media screen and  (min-width: 768px) {
	.l-seminar-title{
		margin:0 0 10px !important;
	}
}

.l-seminar-title-inner{
	display:table;
	width: 98%;
	padding:1%;
}
.l-seminar-title-inner h1{	
	width: 75%;
	padding: 20px 30px 20px 0px;
	text-align:left;
	display: table-cell;
	vertical-align:middle;
	line-height:1.6em;
}
.l-seminar-title-inner h1.l-seminar-title-txt {
	font-size:2.0em;
	padding:0 0 0 20px;
	background-color:#f9f9f9;
	border: 0;
	color:#000;
	margin-top:0;
	text-align:left;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:0.1em;
	vertical-align:middle;
}

.l-seminar-title-inner h1.l-seminar-title-txt em{
	font-weight:normal;
	font-size:35%;
	display: inline;
	letter-spacing:normal;
	line-height: normal;
	border:solid 1px #999999;
	padding:0.5em 1em;
	vertical-align:middle;
}

@media screen and (max-width: 767px) {
	.l-seminar-title-inner h1.l-seminar-title-txt{
		padding:0;
		color:#000;
		text-align:left;
		margin-top:20px;
		margin-bottom:20px;
		margin-left:15px;
		margin-right:15px;
		font-size:1.5em;
	}	
}
.l-seminar-title-btn{
	display: table-cell;
	width: 25%;
	padding: 20px 20px 20px 20px;
	vertical-align:middle;
	border-left:solid 3px #dddddd;
}
.l-seminar-title-btn a{
	display:block;
    background:#2196F3;
    border-radius:6px;
    color:#fff;
    line-height:70px;
    text-align:center;
	text-decoration:none;
	font-size:18px;
	padding-left: 14px;
	position: relative;	
}

@media screen and (min-width: 768px) {

	.l-seminar-title-btn a{
		font-size:14px;
	}
	@media screen and (min-width: 980px) {
		.l-seminar-title-btn a{
			font-size:18px;
		}
	}
}


.l-seminar-title-btn a:before {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: #fff;
	content: "\f063";
	font-size: .9em;
	display:block;
	keft: 8px;
	margin: 1px 10px 0 0;
	position: absolute;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.l-seminar-title-btn a:before {
	-webkit-animation-name:is-trembling;
	-webkit-animation-duration:.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	-moz-animation-name:is-trembling;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
	0% {-webkit-transform:translate(0, -3px);}
	100% {-webkit-transform:translate(0, 0);}
}

.l-seminar-title-btn a:hover{
	background-color:#00bfff;
}

@media screen and (max-width: 767px) {
	h1.l-seminar-title-txt{	
		width: 90%;
		padding: 0;
		display: block;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:20px;
	}
	.l-seminar-title-btn{	
		width: 90%;
		margin-left:15px;
		margin-right:15px;
		padding: 0;
		display: block;
	}	
	.l-seminar-title-btn{
		border:0;
	}
	.l-seminar-title-btn a{
		line-height:50px;
		font-size:20px;
		margin-bottom:20px;
	}	
}




/* =====================
  mainvisual
===================== */

.mainvisual{
	width:100%;
	margin:auto 0 50px;
}
@media screen and  (min-width: 320px) {
	.mainvisual { margin:auto 0 20px; padding-left:1.5%; padding-right:1.5%; width:97%;}
	.mainvisual figure img{	width:100%; }
}
	@media screen and  (min-width: 768px) {
		.mainvisual figure img{	max-width:100%; text-align:center; }
	}
		@media screen and (min-width: 1280px) {
			.mainvisual { margin:auto 0 20px; padding-left:0; padding-right:0; width:100%;}
			.mainvisual figure img{	margin:auto; max-width:900px; }
		}


/* =====================
  Input
===================== */

input[type="submit"]{ cursor:pointer;}


/* =====================
  Section
===================== */


.i-sec_inner{	
	padding:1% 1% 3%;
}
.i-sec_inner p{
	font-size:16px;
	margin-bottom:20px;
	text-align:left;
	line-height:1.7em;
}
@media screen and  (min-width: 320px) {
	.i-sec_inner p{ font-size:1em; padding:5%;}
}
@media screen and  (min-width: 768px) {
	.i-sec_inner p{ font-size:1em; padding:0;}
}


em{ font-style:normal;}

/* =====================
  BOX
===================== */

.content {
	display: flex;
	padding: 0;
}
	@media screen and  (min-width: 320px) {
		.content {
			display: block;
			overflow:hidden;
		}
	}
		@media screen and  (min-width: 1024px) {
			.content {
			  display: flex;
			  overflow:visible;
			}
		}




/* =====================
  TABLE
===================== */

.table-seminarInfo {
	margin:0px 0 60px;
	width:100%;
}
@media (max-width: 980px) {
	.table-seminarInfo {
		margin:20px 0 30px;
		width:97%;
		float: none;
		padding-left:1.5%;
		padding-right:1.5%;
	}	
}

.table-seminarInfo table{
	width:100%;
}

@media (max-width: 767px) {
	.table-seminarInfo th {
		background-color: #e9e9e9;
	}	
}

.table-seminarInfo table th {
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-right:0;
	white-space: nowrap;
	color:#333333;
	text-align: center;
	background-color:#F5F5F5;
	font-weight:bold;
	vertical-align:middle;
	min-width:180px;
}
@media (max-width: 767px) {
	.table-seminarInfo table th{
		display: block;
		border:0;
		font-size:1em;
	}
}

.table-seminarInfo td {
	padding: 15px 15px;
	border: 1px solid #ddd;
	text-align:left;
}
.table-seminarInfo td p{ margin:5px; font-size:1em; }


@media (max-width: 767px) {
	.table-seminarInfo td{
		display: block;
		border:0;
		padding: 10px;
		font-size:100%;
	}
	.table-seminarInfo td p{ margin:0px;}
}


/* =====================
  フォーム
===================== */

.contents-form{
	margin:0 auto;
	text-align:center;
	width:98%;
}
@media screen and  (min-width: 320px) {
	.contents-form{
		margin:0 auto;
		padding-left:10px;
		padding-right:10px;
	}
}
	@media screen and  (min-width: 768px) {
		.contents-form{
			margin:0 auto;
			padding-left:30px;
			padding-right:30px;
			height:auto;
		}
	}
	
.sec-form-title p{ padding:10px; margin-bottom:30px; text-align:left;}



h2.tit-form{
    margin: 10ox auto 50px;
    border-bottom: solid 2px #B7B7B7;
	padding:0 0 5px 0;
    position:  relative;
	border-left: 0;
	background-color: #FFF;
	font-size:22px;
}
@media screen and  (min-width: 320px) {
	h2.tit-form{
		font-size:24px;
	}
}
	@media screen and  (min-width: 768px) {
		h2.tit-form{
			font-size:22px;
		}
	}

h2.tit-form span{
    margin:  0;
    line-height: 2;
	display:block;
}
h2.tit-form:before {
    content:  '';
    width: 40px;
    height: 2px;
    background-color: #140079;
    display:  block;
    position:  absolute;
    left:  0;
    bottom: -2px;
}

h3 {
	font-size:1.1em;
	margin-top:50px;
	margin-bottom:30px;
	padding: 0.5em 0.7em;/*文字の上下 左右の余白*/
}


h3.title_h3 {
	margin:0 auto 30px;
	font-size:1.1em;
	padding: 0.5em 0;
	border-bottom:3px solid #333;
	max-width:800px;
}
h3.title_h3 span{
}

.confirm-data{ padding-top:.5rem; padding-bottom:.5rem; margin-bottom:0; display:inline-block;}
.input-label{ color:#383838; }

@media screen and  (min-width: 320px) {
	.input-label{ line-height:2em; font-size:1.2em; font-weight:bold;}
	.input-label.sp{ line-height:3em; font-weight:bold; }
}
@media screen and  (min-width: 768px) {
	.input-label{ line-height:1.4em; font-size:86%; font-weight:normal;}
	.input-label.sp{ line-height:2em; font-weight:normal; }
}

.form-group.row.pd-fm{ padding-top:20px; padding-bottom:20px;}
.fc-fm{ color:#5bc0de;}
.bg-fm{ background-color:#F7F7F9;}

.tag{ margin-left:5px;}
.btn{ text-decoration:none; min-width:200px;}

.form-group{ text-align:left; font-size:1rem;}

.form-check-label{ font-size:1em; }
.label-pd{ padding-bottom:20px; text-align:left;}


@media screen and  (min-width: 320px) {
	.form-check-label{	font-size:1.2em; }
	.label-pd{ padding-bottom:25px; text-align:left;}
}
@media screen and  (min-width: 768px) {
	.form-check-label{ font-size:1em; vertical-align:top;}
	.label-pd{ padding-bottom:0px; text-align:left;}
	.radio-box {
		display: flex;
		flex-wrap: wrap;
		margin:0;
		padding:0 2%;
		width:98%;
	}
	.radio-box > .radio-inline {
		width: 50%;
		margin:0 auto 0 0;
		padding-right:2%;
		padding-bottom:1%;
	}	
	.radio-inline2{ display:inline; margin-right:20px;}
}

@media screen and  (min-width: 1024px) {
	.form-check-label{ font-size:13px;}
}
	@media screen and  (min-width: 1400px) {
		.form-check-label{ font-size:1em;}
	}



/* =====================
  PAGE
===================== */


.btn-download {
    color: #fff;
    background-color: #D66266;
    border-color: #a96257;
	padding:20px 40px;
}
a.btn-download:hover, a.btn-download:active{ color:#FFF;}

a.icon-dl { position:relative; padding-right:40px;}
a.icon-dl:after{
	content: "";
	background-image:url(../img/ico_download.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
	width:20px;
	height:20px;
	position: absolute;
	top:16px;
	right:12px;
}
a.icon-link { position:relative; display: inline-block; width:100%;}
a.icon-link:after{
	content: url("../img/ico_link.png");
	padding-left: 6px;
	padding-right: 5px;
	width:17px;
	height:15px;
}
.label-place{
	display:inline;
	padding:5px 15px;
	color:#fff;
	background-color:#999999;
	border-radius: 3px;
	margin-right:20px;
	font-size:86%;
	margin-bottom:5px;
}

.btn-send{ margin:0 auto 30px; clear:both; width:100%;}

.btn:disabled, .btn:disabled:before, .btn:disabled:hover, .btn:disabled:hover:before {
	cursor: default;
	color: #888;
	background: #f2f2f2;
	border:#CCC solid 1px;
}

.l-seminar-title-inner h2 em{ font-size:86%; font-weight:normal; font-style:normal;}


h2.tit-contact {
	text-align:left;
	font-size:1.2em;
	line-height:normal;
	margin-top:50px;
	margin-bottom:30px;
	padding: 0.5em 0;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #15459A;/*左線*/
	font-weight:bold;
	display: block;
}
h2.tit-contact span{ margin-left:1em;}

h2.tit-contact:before{
	background: none;
}




.contact-txt{ padding-left:10px; padding-right:10px; text-align:center;}
.contact-txt p{ text-align:left; margin-bottom:20px;}
@media screen and (max-width: 767px) {
	.contact-txt p{ text-align:left; margin-bottom:20px; margin-left:2.5%; margin-right:2.5%;}
}

ul.list-seminar-place, ul.list-seminar-01{
	padding: 0.4em 0 0.4em 1.5em;
	margin:auto;
	font-size:1em;
}
ul.list-seminar-01{
	margin-bottom:0px;
	margin:auto;
	max-width:850px;
}

@media screen and (max-width: 980px) {
	ul.list-seminar-place, ul.list-seminar-01{
		margin-left:5%;
		margin-right:5%;
	}
}

ul.list-seminar-place li, ul.list-seminar-01 li{
	line-height: 1.6em;
	padding: 0.4em 0.2em 0.4em 0;
}
ul.list-seminar-place li{ line-height:1.7em; margin-bottom:20px; }

ul.list-seminar-place li:last-child{ margin-bottom:0px; }


@media screen and (max-width: 767px) {
	ul.list-seminar-place li{ line-height:1.7em; padding:5%;}
}

ul.list-seminar-place li span{
	min-width:110px;
	display: block;
	float:left;
}

.i-contactfm-inner{
	background-color:#fff;
	margin:50px auto 50px;
	display:inline-block;
	overflow:hidden;
	width:100%;
	clear:both;
}
@media (max-width: 767px) {
	.i-contactfm{
		background-color:#e3f2fd;
		padding:50px 0 50px;
	}	
	.i-contactfm-inner{
		background-color:#fff;
		margin:0;
		padding:15px;
		height:auto;
		overflow:hidden;
		width:100%;
		clear:both;		
	}	
	.table-contact {
		margin:20px auto 30px;
		font-size:86%;
	}
	.table-contact tr:first-child td {
		border-top: none;
	}
	.table-contact tr:first-child {
		border-top: 1px solid #dcdcdc;
	}
}

.contactMainBox{
	padding:1% 1% 5%;
}

.contactBox {
	text-align: center;
	background-color: #f7f7f7;
	padding:2%;
	display:block;
	margin-top:50px;
}
.contactBox .tit {
	color: #669c44;
	font-size: 20px;
	font-weight: bold;
}
.contactBox .tel {
	min-height: 58px;
    vertical-align: middle;
}
.contactBox .tel:before {
	content: url(../img/ico_navidial.png);
	position: relative;
	top: 1.2em;
	margin-right:15px;
	width:69px;
	height:54px;
}

.sec01 .tel .num,
.contactBox .tel .num {
	display: inline;
	margin-bottom: 0;
	margin-right: 10px;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.2em;
    vertical-align: middle;
}
.sec01 .tel .num a,
.contactBox .tel .num a {
	display: inline;
	text-decoration: none;
	color: #333333;
}
.sec01 .tel .num rt,
.contactBox .tel .num rt {
    font-size: 15px;
}
.sec01 .tel .time,
.contactBox .tel .time {
	display: inline-block;
	padding-top: 24px;
	margin-bottom: 5px;
    font-size: 18px;
	font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width:768px){
	.contactBox .tel {
		vertical-align: middle;
		padding:2%;
	}
	.sec01 .tel .num,
	.contactBox .tel .num {
		font-size: 28px;
	}
		
	.contactBox .tel .num rt {
		font-size: 12px;
	}
	.contactBox .tel .time {
		padding-top: 24px;
		font-size: 14px;
		clear:both;
	}
}

.seminarInfo-box {
	position: relative;
	margin: 1em;
	padding: 3em 0.2em 1em 1em;
	border-top:2px solid #15459A;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color: #666;
	box-shadow: 1px 1px 3px #ccc;
	font-size: 1em;
}
.seminarInfo-box-title {
	position: absolute;
	top: 24px;
	left: 20px;
	color: #15459A;
	font-weight: bold;
	height:auto;
}

@media screen and (max-width:480px){
	.seminarInfo-box {
		padding: 3em 1.0em 2.0em;
	}
	.seminarInfo-box-title {
		font-size: 1em;
	}
}

/* =====================
  打消し線
===================== */
.end{
	text-decoration: line-through;
}


.label-end{
	display:inline;
	padding:2px 4px;
	color:#fff;
	background-color:#606060;
	border-radius: 3px;
	margin-left:10px;
	line-height:normal;
	font-size: 72%;
	vertical-align: top;
	position: relative;
	top:0.1em;
}




/* =====================
  reCAPTCHA
===================== */

.g-recaptcha {
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	width:300px;
	margin-top:0;
	margin-bottom:15px;
}

/* =====================
  FOOTER
===================== */

.l-footer {
	clear: both;
	background-color: #140079;
	color:#fff;
	width:100%;
	text-align:center;
	height:auto;
}
.l-footer__bottom__copy {
	margin: 0;
	font-size: 13px;
	color: #fff;
	text-align:center !important;
	padding:20px;
}
@media (max-width: 767px) {
	.l-footer__bottom__copy {
		font-size: 10px;
	}
}
.l-footer__bottom__copy a {
	color: #fff;
	text-decoration: underline;
}
.l-footer__bottom__copy a:hover {
	text-decoration: none;
}



/* =====================
  マウスオーバー
===================== */

.u-op-hover {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.u-op-hover:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: .7;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
	/* Safari 1.x */
}


/* =====================
  pageScroll
===================== */

#page-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
}
#page-top i {
	padding-top: 14px;
	font-size:28px;
}
#page-top a {
	display: block;
	z-index: 999;
	padding: 0;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	background-color: #4d4d4d;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}	

h3.seminarplace{ margin:0; padding:0; font-weight:bold; line-height:2em;}









/* =====================
  BOX
===================== */
.imgbox_fl,.imgbox_fr{
	margin:0 auto 0;
	height: auto;
	overflow:hidden;
	width:94%;
}
.imgbox_fl:after, .imgbox_fr:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.imgbox_fl figure.flImgL, .imgbox_fr figure.flImgR{
	width: 100%;
	margin:0;
	padding:0;
}
.imgbox_fl figure.flImgL,.imgbox_fr figure.flImgR { float: none; display:block; margin:auto auto 20px; height:100%;}

.imgbox_fl figure.flImgL img ,
.imgbox_fr figure.flImgR img{ width:100%; height:auto;}

.imgbox_fl p {
	float:right;
	margin-bottom:20px;
	text-align:left;
	width:100%;
}
.imgbox_fr p {
	float: left;
	margin-bottom:20px;
	text-align:left;
	width:100%;
}


@media screen and (min-width: 768px) {
	.imgbox_fl,.imgbox_fr{
		width:96%;
		margin:auto;
	}
	@media screen and (min-width: 980px) {	
		.imgbox_fl,.imgbox_fr{
			width:100%;
			
		}	
	}
	.imgbox_fl figure.flImgL , .imgbox_fr figure.flImgR {
		width: 40%;
	}
	.imgbox_fl figure.flImgL { float:left;}
	.imgbox_fr figure.flImgR { float:right;}
	
	.imgbox_fl figure img , .imgbox_fr figure img{ width:100%;}
	.imgbox_fl p {
		float: right;
		line-height:1.7em;
		margin-bottom:20px;
		text-align:left;
		width:55%;
	}
	.imgbox_fr p {
		float: left;
		line-height:1.7em;
		margin-bottom:20px;
		text-align:left;
		width:55%;
	}	
}

.seminarInfo {
	margin:0 0 30px;
}
@media (max-width: 767px) {
	.seminarInfo {
		margin:20px 0 30px;
		width:100%;
		float: none;
	}	
}

/* =====================
  更新日
===================== */
.update{
	margin:0 0 30px;
	padding:0 30px 0 0;
	text-align:right;
	font-size:12px;
	color: #666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



h1.l-seminar-title-txt em.ico-hdweb{
	background-color:#FFD966;
	color:#4B4B4B;
	font-weight:bold;
	display: inline;
	padding:0.5em 1em;
	margin-left:10px;
	border:none;
}

h3.h3style-1{
	color:#2B2E8B;
	margin:0;
	font-size:130%;
	letter-spacing:1px;
}