@charset "UTF-8";
/* CSS Document */
#container{
	padding-bottom: 100px;
}
/*=============================
  main
=============================*/
#main{
	margin-bottom: 65px;
	padding-bottom: 3px;
	overflow: hidden;
}
#main #carousel_dummy{}
#main #sel01{
	background: #00469b;
	width: 100%;
	min-width: 1020px;
	min-height: 460px;
	position: relative;
}
#main #sel01::after{
	content: '';
	background: url(../images/top/mainImg01.png) no-repeat center center/650px auto;
	width: 650px;
	height: 200px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -75px;
}
#main #sel01 #catch{
	text-align: center;
	line-height: 1.5;
	width: 100%;
	color:#FFF;
	font-weight: bold;
	position: absolute;
	top:50%;
	margin-top: -165px;
}
#main #sel01 #catch #mainC{
	font-size: 72px;
	
}
#main #sel01 #catch #subC{
	font-size: 26px;
}

/*mainLink
=============================*/
#main #mainLink{
	width: 100%;
	min-width: 1020px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
#main #mainLink ul.tableList{
	display: table;
	table-layout: fixed;
}
#main #mainLink ul.tableList > li{
	display: table-cell;
	vertical-align: middle;
}
#main #mainLink > ul{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#main #mainLink > ul > li{
	height: 150px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding: 0px 0px;
}
#main #mainLink > ul > li .inner:before{
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: #e8e8e8;
	position: absolute;
	left:0;
	top:45px;
}
#main #mainLink > ul > li:last-child .inner:after{
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: #e8e8e8;
	position: absolute;
	right:0;
	top:45px;
}

#main #mainLink li p.mainTxt{
	font-size: 30px;
	font-weight: bold;
	color: #004697;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 3px;
}
#main #mainLink li p.subTxt{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-bottom: 5px;
}
#main #mainLink a:hover{
	opacity: 0.5;
}

#main li.linkBlue p.mainTxt,
#main li.linkBlue p.subTxt{
	letter-spacing: 1px;
}
#main li.linkBlue a{
	display: inline-block;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	width: 340px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	text-shadow: 0px 2px 0px rgba(0,0,0, 0.3);
}
#main li#mainLink01{
	width: 450px;
}
/*

#main li#mainLink01 p.mainTxt,
#main li#mainLink01 p.subTxt{
	letter-spacing: 1px;
}
#main li#mainLink01 a{
	display: inline-block;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	width: 340px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	text-shadow: 0px 2px 0px rgba(0,0,0, 0.3);
}

#main li#mainLink02 a{
	display: inline-block;
	height: 36px;
	width: 360px;
	line-height: 22px;
}
#main li#mainLink02 a span#bgR{
	vertical-align: top;
	display: inline-block;
	height: 36px;
	width: 150px;
	font-weight: bold;
	color:#FFF;
	font-size: 22px;
	padding-top: 5px;
	text-shadow: 0px 2px 0px rgba(0,0,0, 0.3);
	background: #cf211b;
	border:2px solid #cf211b;
	-webkit-border-radius: 18px 0px 0px 18px / 18px 0px 0px 18px;
	-moz-border-radius: 18px 0px 0px 18px / 18px 0px 0px 18px;
	border-radius: 18px 0px 0px 18px / 18px 0px 0px 18px;
}
#main li#mainLink02 a span#bgW{
	vertical-align: top;
	display: inline-block;
	height: 36px;
	width: 210px;
	font-weight: bold;
	color:#cf211b;
	font-size: 18px;
	padding-top: 5px;
	border:2px solid #cf211b;
	-webkit-border-radius: 0px 18px 18px 0px / 0px 18px 18px 0px;
	-moz-border-radius: 0px 18px 18px 0px / 0px 18px 18px 0px;
	border-radius: 0px 18px 18px 0px / 0px 18px 18px 0px;
}*/

/*=============================
  bloc共通
=============================*/
section.bloc {
	width: 100%;
	min-width: 1020px;
}
section.bgW{
	background:#FFF;
}
section.bgB{
	background:#ebf7fd;
}
/*カリキュラム
=============================*/
#bloc01 {
	margin-bottom: 80px;
}
#bloc01 .inner{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#bloc01 hgroup{
	width: 520px;
	height: 50px;
	padding: 5px 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/top/top_cur_icon.png) no-repeat center left;
	line-height: 1.0;
	margin-bottom: 30px;
}
#bloc01 hgroup h1{
	text-align: center;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#bloc01 hgroup h2{
	text-align: center;
	font-size: 16px;
	color: #878787;
	font-family: Arial;
}
#bloc01 h3.mainTxt{
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#bloc01 h3.mainTxt span{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.75;
}
#bloc01 h3.mainTxt span:before,
#bloc01 h3.mainTxt span:after{
	content: '';
	position: absolute;
	left:50%;
	margin-left: -50px;
	width: 100px;
	height: 1px;
	border-top: 2px dotted #CCC;
}
#bloc01 h3.mainTxt span:after{
	bottom:1px;
}
#bloc01 h3.mainTxt span:before{
	top:1px;
}


#bloc01 ul.culList{
	display: table;
	width: 100%;
	border-top: 9px solid #f2f2f2;
	border-left: 9px solid #f2f2f2;
	margin-bottom: 30px;
}
#bloc01 ul.culList li .cul{
	cursor: pointer;
}
#bloc01 ul.culList li .cul:hover{
	opacity: 0.5;
}
#bloc01 ul.culList li{
	display: table-cell;
	width: 328px;
	border-right: 9px solid #f2f2f2;
	border-bottom: 9px solid #f2f2f2;
}
#bloc01 ul.culList li .culPh{
	width: 328px;
	height: 120px;
	overflow: hidden;
}
#bloc01 ul.culList li .culPh img{
	width: 100%;
	height: auto;
}
#bloc01 ul.culList li .culInner{
	padding: 15px 15px 0px 15px;
}
#bloc01 ul.culList li h4{
	background: url(../images/bt_arrow_blue.png) no-repeat top left;
	padding-left: 26px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#bloc01 ul.culList li#honki h4{
	background: url(https://p-entrepreneur.com/wordpress/wp-content/themes/p-entre/common/images/bt_blank.png) no-repeat top left;
}
#bloc01 ul.culList li h4 span{
	line-height: 1.0;
	display: inline-block;
	font-weight: bold;
}
#bloc01 ul.culList li h4 span.ja {
	font-size: 18px;
	color: #000;
}
#bloc01 ul.culList li h4 span.en {
	font-size: 12px;
	color: #878787;
	font-family: Arial;
}
#bloc01 ul.culList li .culTxt{
	font-size: 13px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 10px;
}
#bloc01 ul.culList li hr{
	width: 298px;
	border-top: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#bloc01 ul.culList li .info{
	padding: 15px 15px 12px 15px;
	cursor: pointer;
}
#bloc01 ul.culList li .info:hover{
	opacity: 0.5;
}
#bloc01 ul.culList li .infoPh{
	float: left;
}
#bloc01 ul.culList li .txtArea{
	float: right;
	width: 205px;
}
#bloc01 ul.culList li .txtArea time{
	display: inline-block;
	background: #6690C1;
	padding: 4px 5px 2px 5px;
	margin-bottom: 5px;
	color: #FFF;
	line-height: 1.2;
	/*word-break: break-all;*/
}

#bloc01 ul.culList li .txtArea .infoTit{
	font-size: 13px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 5px;
}
#bloc01 ul.culList li .txtArea .infoTxt{
	font-size: 11px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

#bloc01 ul.list2 li{
	cursor: pointer;
}
#bloc01 ul.list2 li:hover{
	opacity: 0.5;
}
#bloc01 ul.list2 p.culPh{
	float: left;
	width: 210px;
	height: 130px;
	overflow: hidden;
}
#bloc01 ul.list2 p.culPh img{
	width: 100%;
	height: auto;
}
#bloc01 ul.list2 li .culInner{
	float: right;
	width: 286px;
	padding: 10px 15px 0px 15px;
}

/*３つのポイント
=============================*/
#bloc02{
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2) inset;
	padding: 50px 0px;
	margin-bottom: 100px;
}
#bloc02 .inner{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#bloc02 hgroup{
	line-height: 1.0;
	margin-bottom: 30px;
	text-align: center;
}
#bloc02 hgroup h1{
	font-size: 28px;
	min-height: 58px;
	display: block;
	padding-top: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color:#004697;
	background:
		url(../images/top/top_point_titbgL.png) no-repeat left top,
		url(../images/top/top_point_titbgR.png) no-repeat right top;
}
#bloc02 hgroup h1 strong{
	font-size: 38px;
	background: url(../images/top/top_point_txtBg.gif) repeat-x left bottom 10px;
}
#bloc02 hgroup h2{
	font-size: 22px;
	color: #666;
	margin-bottom:5px;
}
#bloc02 ul#pointList{
	display: table;
	width: 100%;
	height: 100%;
}
#bloc02 ul#pointList li{
	display: table-cell;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 30px;
	width: 340px;
	height: 100%;
	vertical-align: top;
}
#bloc02 ul#pointList li:last-child{
	width: 310px;
	padding-right: 0px;
}

#bloc02 ul#pointList li .pointInner{
	background: #FFF;
	-webkit-box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
	position: relative;
	height: 100%;
	min-height: 550px;
	padding: 40px 20px 30px 20px;
}
#bloc02 ul#pointList li .num{
	position: absolute;
	top:-20px;
	left:-20px;
}
#bloc02 ul#pointList li .num img{
	width: 54px;
	height: auto;
}
#bloc02 ul#pointList li .img{
	text-align: center;
}
#bloc02 ul#pointList li .img img{
	width: 100%;
	height: auto;
}
#bloc02 ul#pointList li .txt,
#bloc02 ul#pointList li .linkBt{
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
#bloc02 ul#pointList li .txt{
	font-size: 13px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
#bloc02 ul#pointList li a.btArrowM{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px 2px 0px rgba(0,0,0, 0.3);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}
#bloc02 ul#pointList li a:hover{
	/*opacity: 0.5;*/
}
#bloc02 ul#pointList li .catchArea{
	font-weight: bold;
	line-height: 1.0;
	height: 90px;
}
#bloc02 ul#pointList li .txtCB{
	color:#004697;
}
#bloc02 ul#pointList li#point01 .catch01{
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 5px;
}
#bloc02 ul#pointList li#point01 .catch02{
	font-size: 48px;
	color:#004697;
	text-align: center;
}

#bloc02 ul#pointList li#point02 .catch01{
	font-size: 23px;
	color: #666;
	text-align: center;
}
#bloc02 ul#pointList li#point02 .catch02{
	font-size: 23px;
	color:#666;
	text-align: center;
}
#bloc02 ul#pointList li#point02 .catch01 strong,
#bloc02 ul#pointList li#point02 .catch02 strong{
	font-size: 35px;
	line-height: 1.0;
}

#bloc02 ul#pointList li#point03 .catchArea{
	text-align: left;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
#bloc02 ul#pointList li#point03 .catch01{
	font-size: 25px;
	color: #666;
	margin-bottom: 5px;
}
#bloc02 ul#pointList li#point03 .catch02{
	font-size: 40px;
	color:#004697;
}
/*
#bloc02 ul#pointList li#point03 a.btArrowM{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px 2px 0px rgba(0,0,0, 0.3);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}*/
#bloc02 ul#pointList li a.btArrowM{
	padding-top: 6px;
}
#bloc02 ul#pointList li#point03 a.btArrowM1{
	width: 240px;
}
#bloc02 ul#pointList li#point03 a.btArrowM2{
	width: 240px;
}
#bloc02 ul#pointList li#point03 a.btArrowM3{
	width: 240px;
}

/*入会について
=============================*/
#bloc03 .inner{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#bloc03 #memberArea{
	float: left;
	width: 490px;
	min-height: 650px;
	border: 10px solid #e8e8e8;
	padding: 30px;
}
#bloc03 #fbArea{
	float: right;
	width: 490px;
	min-height: 650px;
}
#bloc03 #memberArea hgroup{
	height: 50px;
	padding: 5px 0px 5px 60px;
	background: url(../images/top/top_mem_icon.png) no-repeat center left;
	line-height: 1.0;
	margin-bottom: 40px;
}
#bloc03 #memberArea hgroup h1{
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#bloc03 #memberArea hgroup h2{
	font-size: 16px;
	color: #878787;
	font-family: Arial;
}

#bloc03 #memberArea h3{
	display: inline-block;
	font-size: 16px;
	background: #7FA2CB;
	padding: 2px 10px 1px 10px;
	color: #FFF;
}
#bloc03 #memberArea #jyouken{
	font-size: 20px;
	font-weight: bold;
	color:#666;
	letter-spacing: 1px;
}
#bloc03 #memberArea ul#memberPrice li{
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 1.0;
	margin-bottom: 10px;
}
#bloc03 #memberArea ul#memberPrice li .txtCB{
	color: #004697;
}
#bloc03 #memberArea ul#memberPrice li .fsL{
	font-size: 24px;
}
#bloc03 #memberArea ul#memberPrice li .fx{
	text-decoration: line-through;
}
#bloc03 #memberArea ul#memberPrice li#price04{
	margin-bottom: 20px;
}
#bloc03 #memberArea ul#memberPrice li#price05{
	min-height: 65px;
	padding-top: 5px;
	background: url(../images/top/top_mem_img02.gif) no-repeat left center;
	padding-left: 65px;
}
#bloc03 #memberArea a.btArrowM{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 2px 0px rgba(0,0,0, 0.3);
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	height: 46px;
	width: 100%;
	padding-top: 10px;
}
#bloc03 #memberArea a:hover{
	/*opacity: 0.5;*/
}