/*----------------------------------------------------------------------------
******************************************************************************
base
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== layout === */
.lp-layout{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.secton-feature{
	padding: 50px 0;
}
.secton-feature.bg-green{
	background-color: #E2ECD5;
}


/* ====.lp-content === */
.wrap{
	background: url(../images/wrap-bg.png) no-repeat top center;
	background-size: contain;
}
.con-con {
	padding: 0 30px;
}
.con-con.bg-white{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
}
.lp-content {
	word-wrap: break-word;
}
/* a */
.lp-content a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
/* dl */
.lp-content dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
.lp-content dl dt, .lp-content dl dt {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* h */
.lp-content .maintitle {
	background: url(../images/h2-bg.jpg) no-repeat top left;
	color: #FFF;
	font-size: 2rem;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
.lp-content .maintitle span.subtitle {
	display: block;
	font-size: 1.3rem;
	top: 20px;
	right: 30px;
	position: absolute;
}
.lp-content .style-ribon {
	background: url(../images/h3-style-ribon-bg.png) no-repeat top center;
	color: #FFF;
	font-size: 1.3rem;
	text-align: center;
	padding: 10px 0;
}
.lp-content h4 {
	margin-bottom: 10px;
}
/* hr */
.lp-content hr {
	border: none;
	border-top: 1px dotted rgba(0, 0, 0, 1);
}
/* iframe */
.lp-content iframe { max-width: 100%; }
/* img */
.lp-content img {
	max-width: 100%;
	height: auto;
}
/* ol */
.lp-content ol {
	margin-bottom: 20px;
	margin-left: 1.5em;
	margin-top: 20px;
}
.lp-content ol li { margin-left: 5px; }
/* p */
.lp-content p {
	margin-bottom: 10px;
}
/* ul */
.lp-content ul {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 1.5em;
	margin-top: 20px;
}
.lp-content ul li { margin-left: 5px; }
/* table */
.lp-content table {
	margin-bottom: 10px;
	margin-top: 10px;
}
.main-con {
	float: right;
	width: 700px;
}
.sub-con {
	float: left;
	width: 200px;
}
.sub-nav-con li a {
	background: url(../images/sub-nav-con-icon1.jpg) no-repeat left top;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	padding: 12px 5px 5px 23px;
	text-decoration: none;
}
/* ==== footer === */
.ft-con {
	background-color: #1A6844;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
.ft-con .copyright { color: #FFF; font-size: 0.7rem; }
/* ==== pagetop === */
.pagetop {
	bottom: 30px;
	display: table;
	height: 5em;
	position: fixed;
	right: 30px;
	width: 5em;
	z-index: 100;
}
.pagetop span {
	background-color: #1A6844;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	display: table-cell;
	font-size: 0.5em;
	text-align: center;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.pagetop span:hover {
	filter: alpha(opacity=80);/*IE*/
	opacity: 0.8;
}
/*----------------------------------------------------------------------------
******************************************************************************
original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Home === */
.home-slide-con {
	height: 420px;
	padding-top: 100px;
}
.section-research{
	background-color: #FFFFCC;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}
.section-research h3{
	color: #CC6600;
	font-size: 1.3rem;
	text-align:center;
	margin-top: 0;
}
.section-research h4{
	color: #FFF;
	font-size: 1rem;
	text-align:center;
	margin-bottom: 20px;
	padding: 10px 0;
	position: relative;
}
.section-research h4.bg-green{
	background-color: #8DB322;
}
.section-research h4.bg-green2{
	background-color: #55A97A;
}
.section-research h4 .icon{
	display: block;
	left: 20px;
	top: -10px;
	position: absolute;
}
.section-learn .text{
	padding: 10px 20px;
}
.section-learn > div{
	width: 100%;
}
.section-learn img{
	height: auto;
	max-width: 100%;
}
.section-learn .bg-green{
	background-color: #DAE7CA;
}
.section-voice h3{
	background: url(../images/section-voice-h3-bg.png) no-repeat center top;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;/*-横-*/
	height: 40px;
	margin-bottom: 20px;
}
.voice-item-img-area{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 20px;
}
.voice-item-img-area > div{
	width: calc(50% - 10px);
	margin-bottom: 10px;
}
.voice-item-img-area img{
	width: 100%;
	height: auto;
	margin: 0!important;
}
.voice-item1{
	background: url(../images/voice-item1-bg.png) no-repeat right bottom;
	padding-right:  400px;
	margin-bottom: 30px;
}
.voice-item2{
	background: url(../images/voice-item2-bg.png) no-repeat left bottom;
	padding-left:  380px;
}
.voice-item3{
	background-color: #A6D2BA;
	border: 5px solid #55A97A;
	border-radius: 20px;
	padding: 30px;
	margin-top: 30px;
}
.voice-item3 > div{
	background-color: #FFF;
	border-radius: 20px;
	padding: 20px;
}
.voice-item3 > div h4{
	color: #53A979;
	margin-bottom: 5px;
}
.section-teacher{
	padding: 0 20px;
}
.section-teacher dt{
	color: #196644;
	font-size: 1.4rem;
}
.lp-section-goal-item{ width: calc( ( 100% - 40px ) / 3)!important; }
.lp-section-goal-list{
	margin-left: 0;
}
.lp-section-goal-list li{
	margin-bottom: 10px;
	list-style: none;
	text-indent: -1.2rem;
	position: relative;
}
.lp-section-goal-list li:before{
	content: "●";
	color: #6C9E2C;
	margin-right: 5px;
}
.section-document{
	margin-top: 60px;
}

.section-contact{
	padding: 0 140px 0 140px;
	margin-bottom: 10px;
}

.section-bnr-fix{
	right: 0;
	top: 90px;
	width: 60px;
	position: fixed;
	z-index: 1000;
}
.section-bnr-fix a{
	display: block;
}
/* ==== form === */
.lp-name,.lp-affiliation,.lp-email,.lp-msg{ width: 100%; }
.lp-msg{ height: 200px; }

/* ==== button === */
.lp-btn_form_submit{
	background-color: #55A97A;
}
.lp-btn_form_submit:hover{
	background-color: #336549;
}
.lp-btn_bg-blue{
	background-color: #26A8D4;
}
.lp-btn_bg-blue:hover{
	background-color: #0099CC;
}
.lp-btn{
	border: none;
	border-radius: 10px;
	box-shadow:inset 0 -5px 0px rgba(0,0,0,0.4);
	color: #FFF!important;
	font-size: 2rem;
	display: inline-block;
	line-height: 1.4!important;
	margin: 0 auto;
	padding: 22px 0;
	position: relative;
	text-align: center;
	width: 500px;
}
.lp-btn:hover{
	box-shadow: none;
	padding-bottom: 17px;
	margin-top: 5px!important;
}
.lp-btn_icon-l{
	left: -30px;
	top: -15px;
	position: absolute;
}

