body {
	font-family: HelveticaNeue, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #434343;
}

a {
	color: #1a7bbf;
	transition: all 0.4s ease 0s;
}

a:hover,
a:focus {
	color: #1a7bbf;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: medium none;
	overflow: hidden;
}


/* ************************************************
   Header     
  ********************************************** */
#header {
	position:relative;
	text-align:center;
}

#header,
#header h1 {
	height:100px;
}

#header h1  {
	position:absolute;
	left:50%;
	margin:0 0 0 -148px;
	padding:0;
}

#header h1 img  {
	margin: 13px 0 0 0;
}

#header p {
	display:inline-block;
}

#header .backto-top {
	float:left;
	margin-top:25px;
}


@media (min-width: 768px) {

#header h1  {
	margin:0 0 0 -148px;
}

#header h1 img  {
	display:inline-block;
	margin: 0;	
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

}



@media (max-width:767px) {
	
#header,
#header h1 {
	height:50px;
}	
	
#header h1 {
	margin:0 0 0 -75px;
	width:150px;
}

#header .btn-border {
	padding: 8px 14px 8px 28px;	
	font-size:10px;
}

#header .backto-top span {
	 display:none;
}

#header .backto-top {
	margin-top:8px;
}

#header .ic-twitter {
	background-size: 18px auto;
	width:30px;
	height:30px;
}

}


@media (max-width: 414px) {
	
#header h1  {
	top:0;
	left:10px;
	margin:0 0 0 0;
	padding:0;	
}
	
.backto-top {
	float:none;
	position:absolute;
	right:15%;
}

#header .btn-border {
	 padding: 8px 14px 8px 30px;
}

}



/* ************************************************
   Main Visual     
  ********************************************** */

#main-cybersecurity {
	background: url(../img/course/91993-OJLWRO-423.jpg) no-repeat center bottom;
	background-size: cover;
	color: #FFF;
}

#main-cybersecurity .inner {
	background: rgba(0,0,0,0.2) url(../img/main/bg_pat.png) center center repeat;
	padding-top: 6%;
	padding-bottom: 6%;	
}

#main-cybersecurity h1 {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
	font-weight: bold;
	font-size: 21px;	
}

#main-cybersecurity .lead {
	clear: both;
	margin-bottom: 0.7em;
	font-size: 24px;
}

#main-cybersecurity .pill {
	display:inline-block;	
	border-radius:99em;
	padding: 8px 24px;
	background:#1a7bbf;
	color:#FFFFFF;
}

@media (min-width: 768px) {
	#main-cybersecurity {
		position: relative;
		width: 100%;
		color: #FFF;
	}
	#main-cybersecurity h1 {
		margin: 0 0 25px;
		font-size: 40px;
	}

	#main-cybersecurity .pill {
		font-size:1.2em;
	}
}


@media (min-width: 992px) {
	#main-cybersecurity h1 {
		font-size: 45px;
	}
}


@media (min-width: 1200px) {
　#main-cybersecurity .inner {
	　padding-top: 7%;
		padding-bottom: 7%;
	}
		
	#main-cybersecurity h1 {
		font-size: 60px;
	}
	
	#main-cybersecurity .pill {
		font-size:24px;
	}	
}


@media (max-width:767px) {
	.lead_xs{
		display:none;	
	}
	#main-cybersecurity {
		background: url(../img/course/bg-cyber-sp.jpg) no-repeat left bottom;
		background-size: 100% auto;
	}
	#main-cybersecurity h1 {
		font-size: 30px;
	}
	#main-cybersecurity .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#main-cybersecurity .lead {
		font-size: 14px;
	}
}


@media (max-width:440px) {
	#main-cybersecurity h1 span {
		display:block;
	}
}






/* ボタンエリア */

.type {
	padding: 22px 0;
}

.type .btn {
	margin-right: 9px;
	margin-left: 9px;
	width: 265px;
}

.type .btn-default {
	border: none;
}

.type .btn-lg {
	border-radius: 3px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
}

.type .btn i {
	float: left;
}

.type .btn i img {
	height: 25px;
}

@media (max-width:600px) {
	.type .btn-lg {
		padding: 8px 10px;
		font-size: 12px;
	}
	.type .btn {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.type .btn:last-child {
		margin-top: 10px;
	}
	.type .btn i img {
		height: 20px;
	}
}





/* ************************************************
   Footer     
  ********************************************** */
footer {
	padding-bottom:30px;
}

.f-infobar a {
	color: #FFF;
	text-decoration: none;
}

.f-infobar {
	padding: 16px 0;
}

.f-infobar .tel span {
	font-weight: bold;
	font-size: 24px;
}

.f-nav {
	padding-top: 25px;
	padding-bottom: 10px;
}

.f-links {
	margin-bottom:30px !important;
	padding-top: 10px;
}

.f-links a {
	color: #434343;
}

.f-links a:hover {
	color: #ff4081;
}

.f-links li {
	display: inline-block;
}

.f-links li:not(:last-child) {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #434343;
}

.credit {
	padding: 0 5px;
}

@media (min-width: 768px) {
	.f-infobar {
		padding: 32px 0;
	}
	.f-infobar .tel {
		vertical-align: middle;
	}
	.f-infobar .tel span {
		padding-left: .5em;
	}
	.f-nav .logo {
		float: left;
	}
}

@media (max-width:767px) {
	.f-nav {
		text-align: center;
	}
	.f-nav .logo {
		float: none;
		display: inline-block;
		margin: 0 auto;
	}
	.f-links {
		padding-top: 20px;
	}
}

@media (max-width:414px) {
	.f-infobar .tel span {
		display: block;
	}
}


/* bnr
-------------------------------------------------------------------*/


/* side menu */

#sd-nav {
	z-index: 11;
	position: fixed;
	right: 0;
	bottom: 30px;
	width: 60px;
	text-align: center;
	color: #FFF;
	background: #1a7bbf;
	border-radius: 5px 0 0 5px;
	box-shadow: -3px 0 5px -1px rgba(153, 153, 153, 0.55);
}

#sd-nav ul {
	margin: 0;
	padding: 0;
}

#sd-nav ul li img {
	margin-top: -3px;
	vertical-align: middle;
}

#sd-nav ul li:not(:last-child) a {
	display: block;
	height: 58px;
	line-height: 58px;
}

#sd-nav ul li:not(:last-child) a:hover {
	background: #7cbae5;
}

#sd-nav ul li:first-child a {
	border-top-left-radius: 5px;
}

#sd-nav ul li:nth-child(2):before,
#sd-nav ul li:nth-child(3):before,
#sd-nav ul li:nth-child(4):before{
	content: "";
	display: block;
	height: 1px;
	margin: 0 10px;
	background: #7cbae5;
}

#sd-nav ul li:last-child a {
	height: 50px;
	border-bottom-left-radius: 5px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	background: #000 url(../img/lib/bt-top.png) no-repeat center center;
}

#sd-nav ul li:last-child a:hover {
	background: #999 url(../img/lib/bt-top.png) no-repeat center center;
}

@media (max-width:414px) {
	#sd-nav {
		display: none;
	}
}


/* ************************************************
   Contents     
  ********************************************** */


/* section */

#contents section:nth-child(even){
	background: #f3f3f3;
}

section {
	border-top: #1a7bbf 3px solid;
}

section .next {
	display: block;
	margin: -3px auto 0;
	background: url(../img/lib/arw-down.png) no-repeat left top;
	width: 64px;
	height: 42px;
	text-indent: -9999px;	
}

section .next a {
	display: block;
	width: 64px;
	height: 42px;
}

section p {
	line-height: 1.7;
}

section dt,
section dd {
	line-height: 1.7;
	font-weight: normal;
}

.pd-top {
	padding-top: 60px;
}

.pd-btm {
	padding-bottom: 60px;
}

@media (max-width:767px) {
	.pd-top {
		padding-top: 30px;
	}
	.pd-btm {
		padding-bottom: 30px;
	}
}

@media (max-width:414px) {
	section {
		padding-bottom: 30px;
	}
	.pd-top {
		padding-top: 20px;
	}
	.pd-btm {
		padding-bottom: 20px;
	}
	section p {
		font-size: 13px;
	}
}


/* heading */

h1,
.h1 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 18px;
}

section h1,
section h2,
section .ttl {
	text-align: center;
	font-weight: bold;
}

section h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 0px;
	font-weight: bold;
	background:none;
}

section h1:before {
	display:block;
	margin: 40px 0 40px;
	content: url(../img/course/ic-grass.png);
}

section .ttl {
	margin-bottom: 60px;
	font-size: 24px;
}

section h2 {
	font-size: 18px;
}

section .lead {
	font-size: 18px;
	line-height: 1.55;
}

@media (max-width:767px) {
	section h1,
	section .h1 {
		font-size: 20px;
	}
	section h1 {
		margin-top: 26px;
		margin-bottom: 20px;
	}
	section h2,
	section .ttl {
		font-size: 18px;
	}
	section .ttl {
		margin-bottom: 30px;
	}
	section .lead {
		font-size: 16px;
	}
}

@media (max-width:414px) {
	h1,
	.h1 {
		font-size: 18px;
	}
	h3,
	.h3 {
		font-size: 15px;
	}
	section h1 {
		margin-top: 30px;
		margin-bottom: 15px;
		padding-top: 50px;
		background-size: 6% auto;
	}
	
	section h1:before {
		margin: 20px 0 20px;
	}
	
	section h2 {
		font-size: 15px;
	}
	section .lead {
		font-size: 14px;
	}
	
}




/* 「セキュ塾」とは  
   ============================================= */

@media (min-width: 1200px) {
	#intro-cyber .point {
		padding-left:1.8em;
		padding-right:1.8em;
	}
}


#requirement h2 {
	margin-top:0;
	margin-bottom:20px;
}



.pill-list > li {
	margin: 5px 7px 20px;
	border-radius:99em;
	display:inline-block;
	border:#cccccc 2px solid;
	background:#FFFFFF;
	padding: .8em 2em;
	line-height:1.2;
}


ul.normal {
	padding-left:15px;
}


.course-info a {
	color:#FFFFFF;
}






/* ************************************************
  Parts         
  ********************************************** */

.ul,
.ol {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}


/* table */

.table {
	margin-bottom: 50px;
	background: #FFF;
}

.table>tbody>tr>td {
	padding: 30px;
}

.table>tbody>tr>th {
	padding: 16px 1.5em;
	vertical-align: middle;
	text-align: center;
}

table thead {
	background: #1a7bbf;
	color: #FFF;
}

table thead th {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	line-height: 1;
	text-align: center;
	font-size: 18px;
}

table td dl {
	margin: 0;
}

table td dl dt,
table td dl dd {
	line-height: 1.42857;
}

@media (max-width:414px) {
	table thead th {
		font-size: 14px;
	}
	.table {
		margin-bottom: 20px;
	}
	.table>tbody>tr>td,
	.table>tbody>tr>th {
		font-size: 13px;
	}
	.table>tbody>tr>td {
		padding: 16px;
	}
	.tbl-rpv>tbody>tr,
	.tbl-rpv>tbody>tr>td,
	.tbl-rpv>tbody>tr>th {
		width: 100%;
		display: block;
	}
	.tbl-rpv>tbody th {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.tbl-rpv>tbody th br {
		display: none;
	}
}


/* button */

.bt-large,
.bt-large:hover {
	text-decoration: none;
	color: #FFF;
	background: #d0025e;
}

.bt-large {
	border-radius: 6px;
	width: 560px;
	display: inline-block;
	padding: 25px 5px;
	color: #fff;
	background: #1a7bbf;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	color: #FFF;
	line-height: 1.2;
	box-shadow: 0 3px 0 0 #901361;
	text-shadow: 0px -2px 2px rgba(146, 10, 71, 1);
}

.bt-large .period {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.bt-large i {
	margin-right: 5px;
}

.bt-large i.blank {
	display: inline-block;
	background: url(../img/lib/ic-blank-sd.png) no-repeat left bottom;
	background-size: auto 100%;
	width: 41px;
	height: 26px;
}

@media (max-width: 600px) {
	.bt-large {
		padding: 15px 5px;
		width: 100%;
		font-size: 20px;
	}
	.bt-large i.blank {
		width: 30px;
		height: 18px;
	}
}

@media (max-width: 414px) {
	.bt-large {
		font-size: 16px;
	}
	.bt-large .period {
		font-size: 13px;
	}
	.bt-large i.blank {
		width: 22px;
		height: 14px;
	}
	.bt-large span {
		display: block;
	}
}

.btn-default {
	color: #1a7bbf;
	background: #FFF;
}

.btn-default:hover {
	color: #fff;
	background: #49a8eb;
}

.btn i {
	display: inline-block;
}


/* Slide 
   ============================================= */

.cbp-popup-singlePage-counter {
	color: #1a7bbf;
}

.tbl-course {
	margin-bottom: 0;
}

.tbl-course th {
	text-align: center;
}

.tbl-course>tbody>tr>td,
.tbl-course>tbody>tr>th {
	padding: 12px;
}

.tbl-course>tbody>tr>th {
	font-weight: normal;
}

.tbl-course thead th {
	background: #1a7bbf;
	padding: 15px !important;
	color: #FFFFFF;
	font-weight: bold;
}

.tbl-course .subject {
	background: #e3e3e3;
	text-align: center;
	font-weight: bold;
	font-weight: bold;
}

.course-info {
	background: #1a7bbf;
	padding: 25px 0;
	color: #FFFFFF;
	text-align: center;
}

.course-info .price {
	border-radius: 6px;
	display: inline-block;
	margin: 5px 0 25px;
	border: 3px #FFFFFF solid;
	padding: 15px 35px;
	font-size: 24px;
}

.course-info .price span {
	font-size: 14px;
}

.course-name {
	font-size: 18px;
}

.pd-left {
	padding-left: 1em;
}

@media (min-width: 1200px) {
	.tbl-course>tbody>tr>td,
	.tbl-course>tbody>tr>th {
		padding: 15px;
	}
	.tbl-course>tbody>tr>th {
		white-space: nowrap;
	}
}

@media (min-width: 768px) {
	.tbl-course.literacy tbody td {
		padding: 30px 30px;
	}
	.tbl-course.literacy ol li:not(:last-child) {
		margin-bottom: 1em;
	}
}

@media (max-width:414px) {
	.tbl-course th,
	.tbl-course td {
		font-size: 12px;
	}
	.course-info .price {
		border-radius: 3px;
		padding: 5px 20px;
		font-size: 18px;
	}
	.course-name {
		font-size: 16px;
	}
}


/* Library 
   ============================================= */

.round-box {
	border-radius: 8px;
	border: 1px solid #c7c7c7;
	background: #FFFFFF;
}

.round-box .title {
	border-radius: 8px 8px 0 0;
	margin: 0 0;
	padding: 1em 10px;
	background: #1a7bbf;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.round-box .textarea {
	padding: 2em 2.2em;
}

.blank:after {
	content: "";
	display: inline-block;
	margin-left: 3px;
	background: url(../img/lib/ic-window.svg) no-repeat left bottom;
	background-size: contain;
	width: 13px;
	height: 13px;
}

.hover img:hover {
	opacity: 0.7;
}

.img-full {
	width: 100%;
	height: auto;
}

.pic-l {
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
}

.text {
	overflow: hidden;
}

.bg-pk {
	background: #1a7bbf;
	color: #FFF;
}

.mg-n {
	margin-bottom: 0;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb {
	margin-bottom: 40px;
}

.b {
	font-weight: bold;
}

.pk {
	color: #1a7bbf;
}

.blue {
	color: #1a7bbf;
}

.fs-n {
	font-size: 16px;
}

.fs-m {
	font-size: 18px;
}



@media (max-width:767px) {
	img.pull-left {
		margin-right: 15px
	}
	img.pull-right {
		margin-left: 15px
	}
	.sp-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
}

@media (max-width:414px) {
	.fs-n,
	.fs-m {
		font-size: 15px;
	}
	.mb-br {
		display: block;
	}
}


/* Other
   ============================================= */

.btn-twitter a {
	border:#55acee 2px solid;	
	border-radius:99em;
	display:inline-block;
	padding: 8px 24px 8px 10px;
	color:#55acee;
	vertical-align:middle;	
}

.btn-twitter a:hover {
	background:#55acee;
	text-decoration:none;
	color:#FFFFFF;
}

.btn-twitter i {
	margin-right:13px;
}

.ic-twitter {
	border-radius:50%;
	display:inline-block;
	background:#55acee url(../img/lib/ic-twitter.svg) no-repeat center center;
	background-size: 22px 18px;
	width:40px;
	height:40px;
	vertical-align:middle;
}

.ic-twitter {
	border-radius:50%;
	display:inline-block;
	background:#55acee url(../img/lib/ic-twitter.svg) no-repeat center center;
	background-size: 22px 18px;
	width:40px;
	height:40px;
	vertical-align:middle;
}

.btn-border {
	border:#1a7bbf 2px solid;	
	border-radius:99em;
	display:inline-block;
	padding: 8px 24px 8px 38px;
	background: #FFF url(../img/lib/ic-arw-left.png) no-repeat 18px center;
}

.btn-border:hover {
	background:#c3e5ff url(../img/lib/ic-arw-left.png) no-repeat 18px center;
	text-decoration:none;
}

.v-mid  {
	margin:0;
	padding:0;
	display:inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link {
	background: url(../img/lib/ic-arw-right-wh.png) no-repeat left 5px;
	padding-left:16px;
	text-decoration:none;
}

/* 講師紹介
   ============================================= */
#lecturer h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	text-align: left;
}

@media (max-width: 414px) {
	#lecturer h2 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

.h2_sub{
	font-size:10px;
	margin-left:7px;	
}
.speakers{
	margin-bottom:20px;	
}

.name,.name_r,.position{
	position:absolute;
	z-index:3;
	text-align:right;
	right:2.5%;
	color:#fff;
}
.position{
	bottom:-3%;
	font-size:110%;
}

#panelist .col-lg-5{
  padding:0 20px;
}
#panelist{
  margin:0 -20px;
}

.x-slide{
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
.x-slide{
  max-width:350px;
  margin:0 auto;
}
}

.x-slide:hover{
	color:#fff;	
}

.x-slide:hover .name,.x-slide:hover .name_r,.x-slide:hover .position{
	display:none;	
}
figcaption {
  position: absolute;
  top: 0;
  right: -60%;/*-60%*/
  z-index: 2;
  width: 118%;/*52*/
  height: 200%;
  background:linear-gradient(90deg,#1a7bbf 0%,#1a7bbf 2.5%,rgba(0, 0, 0, 0.95) 2.5%,rgba(0, 0, 0, 0.95) 100%);
  -webkit-transform: skew(160deg);  
  -moz-transform: skew(160deg);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  padding:0;
}
.x-slide:hover figcaption {
  top: 0;
  right: 0;
}

.x-slide figcaption p{
  display:none;	
}
.x-slide figcaption:hover p{
	text-align:center;
  -webkit-transform: skew(200deg);  
  -moz-transform: skew(200deg);
  display:block;
}

.name{
	top:24%;/*24%*/
	font-size:1.5em;
	font-weight:bold;
}
.name_r{
	top:41%;
}

.x-slide figcaption .slide_name{
	margin-top:8%;
	margin-left:8%;
	font-size:2em;
}
.x-slide figcaption .slide_name_r{
	margin-top:-4%;
	margin-left:11%;
}
@media (max-width:992px) {
.name_r{
	top:46%;
}
.x-slide figcaption .slide_name{
	margin-top:6%;
	margin-left:6%;
	font-size:1.7em;
}
}
@media (max-width:393px) {
.name{
	font-size:1.3em;
}
.name_r{
	top:50%;
}
.x-slide figcaption .slide_name{
	font-size:1.4em;
}
.x-slide figcaption .slide_name_r{
	margin-top:-6%;
	margin-left:11%;
}
}

.speakers_modal_box{
	padding:15px;
	background:#fff;
	margin-bottom:50px;	
}
@media (max-width:768px) {
.speakers_modal_box{
	margin:0 20px;
}	
}
@media (max-width:992px) {
.speakers_modal_box img{
	max-width:80%;
	margin:0 auto 20px;
}	
}
@media (max-width:768px) {
.speakers_modal_box img{
	max-width:50%;
	min-width:228px;
}	
}

.speakers_text_side{
	padding-top:8px;
}	
.speakers_textbox{
	background:#1b8fcb;
}
.speakers_textbox_inner{
	color:#fff;
	position:relative;
	background:rgba(62,62,62,0.7);
	top:-1em;
	right:1em;
	padding:20px 0.5em 10px 25px;
}


/* course
   ============================================= */
.dropdown_arrow{
	color:#1a7bbf;	
}

label {
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
	cursor:pointer
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
    padding-bottom:20px;
}

.dropdown_arrow{
    display: inline-block; 
    moz-transform:    scale( 1.7, 1 );  /* Firefox※ */
    -webkit-transform: scale( 1.7, 1 );  /* Chrome,Safari */
    -o-transform:      scale( 1.7, 1 );  /* 旧Opera※ */
    -ms-transform:     scale( 1.7, 1 );  /* IE */
    transform:         scale( 1.7, 1 );  /* CSS3 */   
}


