@charset "utf-8";

#gnavi_sp {display:none;}
.message_sp {display:none;}

/* ボディー */
body {
  color:#000000;
  margin:0 auto;
  font-size:15px;
  color:#2a2c2f;
}


/*回り込み解除*/
.clearfix::after{
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
}




/*pタグ*/
p {line-height:170%;}

p.margin01 {margin-top:50px;}

p.margin02 {margin-top:30px;}

p.margin-bottom {margin-bottom:40px;}



/*マージン*/
.margin-top {margin-top:20px;}



/*文字サイズ*/
.font16 {font-size:16px;}

.font18 {font-size:18px;}

.font20 {font-size:20px;}

.font24 {font-size:24px;}

.font30 {font-size:30px;}

.font40 {font-size:40px;}



/*文字色*/
.red {background: linear-gradient(transparent 65%, #ff8f97 65%);}

.red02 {
	color:#FF374B;
	font-weight:bold;
	}

.blue {background: linear-gradient(transparent 65%, #63a9ff 65%);}

.orange {background: linear-gradient(transparent 65%,#fed83e 65%);}

.green {background: linear-gradient(transparent 65%, #b1e22e 65%);}



/*配置*/
.center {text-align:center;}

.right {
	float:right;
	padding-left:10px;
}



/*見出し*/
h3{
    position: relative;
    color: #fff;
    background: #036EB8;
    font-size: 22px;
    font-weight: 100;
    margin: 0 -36px 1.5em -36px;
    padding: 14px 20px;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
 
h3:after,
h3:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h3:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h3:after{
    left: 0;
    border-right: 5px solid #333;
}



h4 {
	position: relative;
	text-align: center;
	font-size:26px;
	color: #333;
	font-weight:100;
	margin-top:100px;
}
h4 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h4::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}



h5 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #036EB8;
	font-size:16px;
	margin-top:50px;

}
h5::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}




/*強調見出し*/
.sticky {
	padding-bottom: 2px;
	border-bottom: 3px double #ccc;
	width:420px;
	font-size:20px;
	margin:0 auto 20px;
	text-align:center;
}



/*余白*/
.top-margin { margin-top:30px;}




/*リストスタイル*/
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list li{
	position:relative;
	padding-left:20px;
	padding-bottom:10px;
}
 
.list li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #005bb3;
}




/*ヘッダー*/
.top-border {
	border-top:#036EB8 10px solid;

}

.header-img {
	width:1050px;
	margin:0 auto;
}




/*本文*/
.wrap {
  width:1000px;
  margin:50px auto 0;
  border:#CCC solid 2px;
  padding:10px 25px;
}


.seminar_btn {
	text-align:center;
	margin:60px 0 10px;
}



/*プロフィール*/
.profile-wrap {
	border-top:#036EB8 5px solid;
	border-bottom:#036EB8 3px solid;
	padding:10px 15px 0;
	margin-top:40px;
	}

.prof {text-align:center;}

.prof img {
    border-radius: 150px;
    -moz-border-image: border-radius: 150px;
    -webkit-border-image: border-radius: 150px;
}

.dot {
	border-bottom:1px dashed #036EB8;
	font-size:14px;
}


.profile-wrap p {
	margin-bottom:35px;
}

.profile-wrap p:nth-last-child(1)  {margin-bottom:30px;}

.message {
	text-align:center;
	margin:60px 0 0;
}


/*フッター*/
#footer {
	margin:0 auto;
	width:1050px;
}


#footer .toppage_btn {
	text-align:center;
	font-size:14px;
	text-decoration: none;
	margin:60px 0 -10px auto;
	width:200px;
	height:25px;
	border-radius:10px;
	color:#fff;
	background-color:#036EB8;
	padding:10px 10px 10px;
}

#footer .toppage_btn a {
	text-decoration:none;
	color:#fff;
}

#footer .toppage_btn a:hover {text-decoration:underline;}

#copyright {
	background:#036EB8;
	padding:10px 0;
	margin:0 auto;
	font-size:14px;
	text-align:center;
	color:#fff;
}