@charset "utf-8";

#gnavi_sp {display:none;}
.message {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.margin {margin-top:50px;}



/*文字色*/
.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;}




/*見出し*/
h3{
    position: relative;
    color: #fff;
    background: #036EB8;
    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;
	font-size:16px;
}
 
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 {
	padding-bottom: .5em;
	border-bottom: 3px double #ccc;
	margin-top:80px;
	font-size:18px;
	font-weight:100;
}



h5 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #036EB8;
	font-size:15px;
	margin-top:50px;
	font-weight:100;
}
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:100%;
	margin:0 auto 20px;
	text-align:center;
	font-size:12px;
}



/*余白*/
.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;
}




/*画像サイズ*/
img {width:100%;}





/*ヘッダー*/
.top-border {border-top:#036EB8 10px solid;}

.header-img {
	width:100%;
	margin:0 auto;
}




/*本文*/
.wrap {
  width:76%;
  margin:50px auto 0;
  border:#CCC solid 2px;
  padding:10px 25px;
}

.seminar_btn {
	text-align:center;
	margin:40px 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_sp {
	margin:40px 0 10px;
	}



/*フッター*/
#footer {
	margin:0 auto;
	width:100%;
}

#footer .toppage_btn {
	text-align:center;
	font-size:10px;
	text-decoration: none;
	margin:20px 5px -10px auto;
	width:25%;
	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;
}