@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/

.h5 {
    line-height: 1.8rem;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
	color: #21386E !important;
}
.bg-brand-color {
	background-color: #21386E !important;
}
/* ページの一番下の3種 */
#menu {
	/* background-color: #ccf0d4 !important; */
	background-color: #21386E !important;
	font-weight: bold;
	.nav-link{
		color: #f8f8fa !important;
	}
	.nav-link:hover{
		text-decoration: underline;
	}
}
#undermenu {
	color: none;
	background-color: none !important;
	/* border-bottom: 1px solid #262626; */
}
#foot{
	color: none !important;
	background-color: none !important;
}


/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	padding-bottom: 1%;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #21386E;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/ecsite.jpg);
	background-size: cover;
	/*------background-position: center;------*/
	min-height: 100%;
}
header .catch {
	width: 90%;
	bottom: 10%;
	left: 50%;
	margin-left: -45%;
}
/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #21386E;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
/* --------------------------------------------- */
#sec5 .circle-q, #sec5 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec5 .circle-q {
	background: #21386E;
	color: #ffffff;
	padding-top: 2px;
}
#sec5 .circle-a {
	background: #ffffff;
	color: #21386E;
	border: 3px solid #21386E;
}
.schedule-img {
    width: 75%;
}

/* ==============================================*/
/* 大デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 1200.00px) {
	header .catch {
		bottom: 10%;
	}
	header .catch h1 {
		font-size: 3.4vw;
	}
	header .catch h2 {
		font-size: 2.2rem;
	}
}
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
header .catch {
	bottom: 10%;
}
header .catch h1 {
	font-size: 3.2vw;
}
header .catch h2 {
	font-size: 1.9rem;
}
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 10%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 80%;
}
.display-3 {
	font-size: 3rem;
}
.footer-logo {
	width: 80%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
header .catch {
	bottom: 10%;
}
header .catch h1 {
	font-size: 4.1vh;
}
header .catch h2 {
	font-size: 1.6rem;
}
}


/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
header .catch {
	bottom: 10%;
}
header .catch h1 {
	font-size: 3.2vh;
}
header .catch h2 {
	font-size: 1.4rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }
}


/* END */


/* NBSsk S */
.shadowed {
	text-shadow: #000 0px 0px 8px;
}
td>ul.list-unstyled:last-of-type {
	margin-bottom: 0;
}
address {
	margin: 0rem;
}
.justified {
	text-align-last: justify;
}
.char4 {
	width: 6em;
}
.red {
	color: red;
}
.greige {
	color: #e6eae3;
}
/* NBSsk E */


/* 概要装飾*/
.gaiyo ul {
/*  position:relative;
  display: inline-block;
  padding-right: 10px;*/
  padding: 0;
}

.gaiyo{
	display: flex;
    flex-direction: column;
/*	align-items: center;*/
	ul{
	margin-right: 35px;
}
}
.gaiyo li {
  color: black;
  position:relative;
  background: #f1f8ff;/*バーの色*/
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 4px;
  border-left : solid 35px #5c9ee7;/*先の色＝アイコン裏の色*/
  list-style-type: none!important;
  width: 103%;
  font-size: 25px;	
}
.gaiyo li:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  padding: 1.5em;
  width: 1.2em;
  color: white; /*アイコン色*/
  font-weight: normal;/*アイコンは太字にしない*/
  text-align: center;
  left : -35px; /*左端からのアイコンまでの距離*/
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 申し込みボタン*/
.cta_btn05 {
	font-weight: bold; /* 文字の太さ */
	line-height: 2.5;
	position: relative;
	display: inline-block;
	padding: 1em 3em 1em calc(7em - 15px);
	transition: 0.3s;
	text-decoration: none;
	color: #fff; /* 文字色 */
	border-radius: 0.5rem;
	background: rgb(69, 177, 118); /* 背景色 */
	box-shadow: 0 5px 0 #012706;
	margin-left: 10px;
  }
  
  .cta_btn05 p {
	margin: 0;
  }
  
  .cta_btn05 .cta_btn05_copy {
	position: absolute;
	bottom: 0.5em;
	left: -10px;
	display: inline-block;
	width: 5em;
	height: 5em;
	line-height: 5em;
	text-align: center;
	color: #45B173;
	font-size: 80%;
	font-weight: bold;
	background: #fff;
	border: 3px solid #45B173;
	border-radius: 50%;
	box-sizing: border-box;
	transform: rotate(-10deg);
  }
  
  .cta_btn05 .cta_btn05_copy::before {
	position: absolute;
	content: "";
	bottom: -5px;
	right: -10px;
	border: 9px solid transparent;
	border-left: 15px solid #FFF;
	z-index: 0;
	transform: rotate(45deg);
  }
  
  /* マウスオーバーした際のデザイン */
  .cta_btn05:hover {
	transform: translate(0, 3px);
	background: #45B173; /* 背景色 */
	box-shadow: 0 2px 0 #19934e;
  }

  /*KT UPD S*//*申込フォーム*/
 #seminar-form{
	background: rgba(255,255,255,.5);
	position: relative;
	display:block;
	padding: 25% 10%;
	border: 2px solid #cccccc;
 }

 /*KT UPD S*//*iframe 外部フォーム拡大---------------------------------*/
#seminar-form iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	transform: scale(1.25);
	transform-origin: top;
	border: none;
}

@media screen and (max-width: 960px){/*タブレット用*/
#seminar-form iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0.95);
	transform-origin: bottom;
}
}
@media screen and (max-width: 480px){/*スマホ用*/
#seminar-form iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0.87);
	transform-origin: bottom;
}
}
	

 /*参加事項の横並び*/
 .field {
	display: flex;
	}

/* セミナー申込追従ボタン*/

.fixed_btn{
	position: fixed;
	/*
	top: 500px;
	*/
	bottom:10px;
	right: 10px;
	padding: 10px 10px;
	border-radius: 6px;
	background-color: #ffc107;
	font-size: x-large;
	text-align: center;
}
   
