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-cyber-attack {
	background: url(../img/main/bg.jpg) no-repeat center top;
	background-size: cover;
	color: #FFF;
}

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

@media (min-width: 1600px) {
	#main-cyber-attack .inner {
		padding: 8% 0;
	}
}

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

#main-cyber-attack .lead {
	clear: both;
	margin-bottom: 0.5em;
	font-size: 30px;
}

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

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

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


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


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


@media (max-width:767px) {
	
	#main-cyber-attack h1 {
		font-size: 30px;
	}
	
	#main-cyber-attack .inner {
		background: url(../img/main/bg_pat_sp.png) repeat;
	}
	
	#main-cyber-attack .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

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


@media (max-width:440px) {
	
	#main-cyber-attack {
		background: url(../img/main/bg_sp.jpg) no-repeat center top;
		background-size: cover;
	}
		
	#main-cyber-attack 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;
	}
}


/* side fixed nav
-------------------------------------------------------------------*/
#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;

}

section h1:before {
	display:block;
	margin: 40px 0 40px;
	content: url(../img/ic_title.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: 0;
		margin-bottom: 15px;
		padding-top: 20px;
	}
	
	section h1:before {
		margin: 0 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;
	}
}

.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;
}


/* コース内容  
   ============================================= */

.course-dl {
	display:table;
}

.course-dl dl {
	margin:0;
	display:table-cell;
	width:50%;
	border: 1px solid #ddd;
	background:#FFF;
}

.course-dl dl dt {
	padding:1em;
	border-bottom: 1px solid #ddd;
	text-align:center;
}

.course-dl dl dd {
	padding:2em;
}

@media (min-width:641px) {
	.course-dl dl dd {
		padding:2.4em;
	}
	
	.course-dl dl:first-child {
		border-right:0;
	}
}


@media (max-width:640px) {
	.course-dl dl {
		display:block;
		width:100%;
	}
	
	.course-dl dl:last-child {
		margin-top:-1px;
	}
}


/* 応募要項 
   ============================================= */

.tbl-course tbody td {
	vertical-align:middle !important;
}

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

.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;
}

@media (max-width:414px) {
	.course-info .price {
		border-radius: 3px;
		padding: 5px 20px;
		font-size: 18px;
	}
	
}


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

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

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


/* 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;
	}
}


/* 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;
}



/* 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;
	}
	.Vanish{
		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;
}

.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;
}



