@charset "utf-8";
/* CSS Document */

body{
    font: 1.3rem/1.61538 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; 
	 margin: 0em;
}
p{
	font-size: 16px;
	color: #353434;
}
/* ヘッダ */
header {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color:  rgba(255,255,255,0.8);
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
/* サイトロゴ */
header .logo{
	float: left;
	width: 260px;
}
header #logo {
	margin-top: 10px; 
	line-height: 2;
	font-family: "Limelight", cursive;
	width: 260px;
	text-align: left;
	color: white;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menubar .logo_name{
	margin:-20px 0 0 10px;
	font-size: 14px	
}
.menubar .logo_name span{
	font-size: 3px
}
/* 縮小時のサイトロゴ_START*/
header.smaller #logo {
	margin-top: 10px; 
	width: 220px;
}
header.smaller .logo_name{
	font-size: 12px
}
/* ヘッダー無料ボタン*/
.header .btn_cv {
	display: inline-block;
	width: 150px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	border-radius: 10px;
	color: #F99C3F;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #F99C3F;
	color: #F99C3F;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: -10px !important;
}
.header .btn_cv:hover {
	color: #fff;
}
.header .btn_cv::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.header .btn_cv:hover::after {
	background: #F99C3F	;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.header .btn_cv::before,
.header .btn_cv::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.header .btn_cv,
.header .btn_cv::before,
.header .btn_cv::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

h1{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 20px;
	background-color: #2d8d9e;
	text-align: center;
	background: linear-gradient(-135deg, #24C6DC, #514A9D);
	
}
h2{                 	
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 20px;
	background-color: #2d8d9e;
	text-align: center;
	background: linear-gradient(-135deg, #24C6DC, #514A9D);
}
h3{	
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 20px;
	background-color: #2d8d9e;
	text-align: center;
	background: linear-gradient(-135deg, #24C6DC, #514A9D);
}
h4{
	color: #5C5C5C;
	font-size: 20px;
	text-align: center;
}
a{
	color:#514A9D;
	text-decoration: #514A9D;
	
}
.main {
}
.top_img{
	margin: auto;
	width: 800px;
}
.content .center{
	margin:auto;
	width: 1000px;
}
.content h2 .subtittle{
	font-size: 20px;
}
.date p{
	width:300px;
	float: right;
	padding: 0;
	margin:0;
}
.top_img img {
	width: 100%;
}
.top_img .short{
	margin: 0 15px;
	width: 60px;
	float: left;
	white-space: nowrap;
}
.top_img .long{
	margin: 0 15px;
	width:200px;
	float: left;
	white-space: nowrap;
}

.content .company{
	font-size: 17px;
	text-align: center;
}
.content h2{
	text-align: center;
}
.content img{
	margin: auto;
}
table{
	font-size: 16px;
	margin: auto;
	width: 100%;
}
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.type01 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
.content .cv{
	text-align: center;
}
/*CVボタン_START*/
.button {
  display: inline-block;
  width: 600px;
  height: 70px;
  text-align: center;
  text-decoration: none;
line-height: 3;
  outline: none;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  font-size: 23px;
  margin: 20px auto;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
/*CVボタン＿END*/
.content .lecturer img{
	float: left;
	margin: 0 50px;
	width: 200px;
}
.content .lecturer .plofile{
	width: 700px;
	float: left;
}
.content .lecturer .name{
	border-bottom: 1px solid #3b8dcd;
	font-size: 18px;
}
.content .lecturer{
	margin: 50px auto;
}
form{
	width: 900px;
	margin: 0 auto !important;
	padding: 0 20px !important;
}
#fsSubmitButton2831616{
	padding: 20px 100px;
	font-size: 18px;
}

.main .page-top
{
	margin: 0 ;
	padding: 0 ;
	display: none;
}
.main .page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.main .move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.main .move-page-top:hover
{
	opacity: 0.85 ;
}
.main .footer{
	margin: 100px 0 0 0;
	padding:20px;
}
.main .footer .content{
	width: 1000px;
	margin: auto;
}
.main .footer .content .footer_logo{
	width: 250px;
}
.main .footer .content .col-md-1{
	float: left;
}
.main .footer .content .col-md-2 {
	float: left;
	text-align: left;
	font-size: 18px;
	margin: 0 0 0 30px;
}
.main .footer .content .col-md-3 {
	float: left;
	font-size: 18px;
	color: #626262;
	text-align: left;
	margin: 0 0 0 30px;
}
.main .footer .content .col-md-2 ul{
	margin-top: 0;
}
.main .footer .content .col-md-2 ul li{
	list-style: none;
	
}
.main .footer .content .col-md-2 ul li a{
	color:#008731;
	
}
.main .footer .content .col-md-3 .number_font{
	font-size: 20px;
}
.main .footer .content .col-md-4{
	text-align: right;
}
#bold{
	font-size: 18px;
	font-weight: bold;
}
.content .lecturer .subtittle{
	font-size: 17px;
}
	#sp{
		display: none;	
	}
	#pc{
		display: block;
	}

@media only screen and (max-width: 1000px) {
	.content .center{
	margin:auto;
	width: 90%;
}
	.top_img {
		width: 100%;
	}
	.content .center img{
		margin: auto;
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	p{
		font-size: 15px;
	}
	#sp{
		display: block;	
	}
	#pc{
		display: none;
	}
	table{
		font-size: 15px;
	}
	.button{
		width: 90%;
	}
	h1{
		font-size: 17px;
	
	}
	h2{                 	
		font-size: 15px;
	}
	h3{	
		font-size: 17px;
	}
	h4{
		font-size: 15px;
	}
	.content h2 .subtittle{
		font-size: 15px;
	}
	.content .lecturer img{
		float: left;
		margin: auto;
	}
	.content .lecturer .plofile{
		width: 100%;
	}
		.main .footer .content{
		width: 100%;
		padding:5px;
	}
	.main .conversion_btn .btn .arrow_cv{
		width: 9px;
	}
	/*コンバージョンボタン＿END*/
	.main .footer .content .col-md-4{
		float: left;
		margin: 20px 0 0 0;
	}
	.main .footer .content .col-md-2{
		margin: 0;
		width: 100%;
	}
	.main .footer .content .col-md-2 ul{
		padding: 0;
	}
	.main .footer .content .col-md-3 {
		margin: 0;
	}
	.content .company{
		font-size: 14px;
	}
	.top_img .short{
		width: 60px;
		float: none;
	}
	.top_img .long{
		width:200px;
	}
	.date p{
		font-size: 13px;
	}
}
@media only screen and (max-width: 1300px) {
	
}
