@import url("sub.css");

#content .inner {
	max-width: 1440px;
}

.sub04 .programTitle {
	position: relative;
	border-radius: 40px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px #9cc826;
	background: #fff url("../images/sub04-title-bg.png")no-repeat 0 100% / 100%;
	font-size: 25px;
	padding: 70px 15px;
	box-sizing: border-box;
	text-align: center;
	margin-top: -50px;
}
.sub04 .programTitle h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	color: #9cc826;
	border-bottom: 3px solid #9cc826;
	padding-bottom: 10px;
}
.sub04 .programTitle p {
	line-height: 50px;
	margin-top: 60px;
	word-break: keep-all;
}

.sub04 .list {
	width: 1140px;
	margin: 0 auto;
}
.sub04 .list li {
	position: relative;
	margin: 200px 0;
}
.sub04 .list li > div.thumb {
	text-align: center;
	width: 60%;
	max-width: 600px;
}
.sub04 .list li > div.thumb video,
.sub04 .list li > div.thumb img {
	width: 100%;
}
.sub04 .list li > div.text {
	position: absolute;
	top: 50%;
	width: 40%;
    padding: 70px 35px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.sub04 .list li > div.fl.text {
	left: 0;
}
.sub04 .list li > div.fr.text {
	right: 0;
}
.sub04 .list li > div.text strong {
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}
.sub04 .list li > div.text strong:before {
	content: '';
    display: block;
    background: #e1eebd;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -50px;
    left: -55px;
    z-index: -1;
}
.sub04 .list li:nth-child(1) > div.text strong:before {
    border-radius: 60px 10px 10px 10px;
}
.sub04 .list li:nth-child(2) > div.text strong:before {
    border-radius: 10px 60px 10px 10px;
}
.sub04 .list li:nth-child(3) > div.text strong:before {
    border-radius: 10px 10px 60px 10px;
}
.sub04 .list li:nth-child(4) > div.text strong:before {
    border-radius: 10px 10px 10px 60px;
}
.sub04 .list li > div.text p {
	font-size: 20px;
	word-break: keep-all;
}
.sub04 .list li > div.text p .br {
	display: none;
}
.sub04 .list li > div.text a {
	display: block;
	color: #767676;
	font-size: 20px;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #767676;
	border-radius: 46px;
	margin-top: 25px;
}


.sub04-bn {
	background: #f8faff url("../images/sub04-bn.png")no-repeat 50% 0 / cover;
	padding-top: 117px;
	border-radius: 40px;
}
.sub04-bn .tit {
	width: 80%;
	max-width: 1024px;
	border-radius: 117px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	border: 1px solid #9cc826;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
}
.sub04-bn .tit h2 {
	color: #9abe15;
	font-weight: 900;
	font-size: 50px;
}
.sub04-bn .tit p {
	font-weight: 500;
	font-size: 40px;
	color: #191919;
}
.sub04-bn .table {
	position: relative;
	margin-top: 350px;
    padding: 0 40px 27px;
    box-sizing: border-box;
    background: #9abe15;
    z-index: 2;
    border-radius: 0 0 40px 40px;
}
.sub04-bn .table:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 40px;
    right: 400px;
    width: 65px;
    height: 100px;
	background: url("../images/sub04-bg01.png")no-repeat 0 0 / 100%;
	z-index: -1;
}
.sub04-bn .table:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 15px;
    right: 25px;
	width: 350px;
	height: 235px;
	background: url("../images/sub04-bg02.png")no-repeat 0 0 / 100%;
	z-index: -1;
}
.sub04-bn .table .cell {
	padding: 15px 0 15px 28px;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    word-break: keep-all;
}
.sub04-bn .table .cell i {
	color: #ff0000;
	margin: 0 2px;
	vertical-align: 2px;
}
.sub04-bn .table .cell .br {
	display: none;
}
.sub04-bn .table .subject {
	width: 130px;
	letter-spacing: 1px;
	padding-left: 0;
}
.sub04-bn .table .subject span {
	display: block;
	background: #fff;
	color: #9cc826;
	border-radius: 23px;
	width: 100%;
	height: 45px;
	line-height: 47px;
	padding: 0;
	text-align: center;
}
.sub04-bn .table .lt35 span em {
	display: block;
	width: 111%;
    letter-spacing: 40px;
    text-indent: 25px;
}
.sub04-bn .table a.link {
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    width: 185px;
    text-align: center;
}


@media screen and (max-width: 1440px){
	.sub04-bn .tit h2 {
		font-size: 40px;
	}
	.sub04-bn .tit p {
		font-size: 30px;
	}
	.sub04-bn .table {
		margin-top: 415px;
	}
}
@media screen and (max-width: 1140px){
	.sub04 .programTitle {
		margin-top: 0;
		font-size: 18px;
		padding: 55px 15px;
	}
	.sub04 .programTitle h3 {
		font-size: 30px;
	}
	.sub04 .programTitle p {
	    line-height: 40px;
	    margin-top: 35px;
	}
	.sub04 .list {
		width: 100%;
	}
	.sub04 .list li {
	    margin: 16% 0;
	}
	.sub04 .list li > div.text strong:before {
		top: -45px;
		width: 115px;
    	height: 115px;
	}
	.sub04 .list li > div.thumb {
		width: 55%;
	}
	.sub04 .list li > div.text {
		padding: 35px;
	}
	.sub04 .list li > div.text strong {
		font-size: 25px;
	}
	.sub04 .list li > div.text p {
		font-size: 17px;
	}
	.sub04 .list li > div.text p .br {
		display: none;
	}
	.sub04 .list li > div.text a {
		font-size: 16px;
		width: 140px;
	}

}
@media screen and (max-width: 1024px){
	.sub04 .programTitle {
	    font-size: 15px;
	    padding: 5% 15px;
	}
	.sub04 .programTitle h3 {
	    font-size: 25px;
	}
	.sub04 .programTitle p {
	    line-height: 1.8;
	    margin-top: 4%;
	}
	.sub04 .list li > div.text strong:before {
	    width: 100px;
	    height: 100px;
	    top: -40px;
    	left: -40px;
	}
	.sub04 .list li > div.text strong {
	    font-size: 20px;
	}
	.sub04 .list li > div.text p {
	    font-size: 15px;
	}
	.sub04 .list li > div.text a {
	    font-size: 13px;
	    width: 125px;
	    height: 35px;
	    line-height: 37px;
	}

	.sub04-bn {
		background-size: auto 990px;
	}
	.sub04-bn .table {
		margin-top: 295px;
		padding-bottom: 115px;
	}
	.sub04-bn .tit h2 {
	    font-size: 35px;
	}
	.sub04-bn .tit p {
	    font-size: 22px;
	}
	.sub04-bn .tit {
		padding: 3% 0;
	}
	.sub04-bn .table .cell {
		font-size: 17px;
		line-height: 1.7;
	}
	.sub04-bn .table:before {
		right: 310px;
	    width: 50px;
	    height: 80px;
	}
	.sub04-bn .table:after {
		width: 260px;
    	height: 195px;
	}
	.sub04-bn .table a.link {
		height: 45px;
		line-height: 45px;
	}
}
@media screen and (max-width: 768px){
	#content .inner {
	    padding: 0 20px;
	}
	.sub04 .programTitle {
		font-size: 3vw;
    	border-radius: 10px;
    }
	.sub04 .programTitle h3 {
		font-size: 4vw;
	    border-bottom: 1px solid #9cc826;
	    padding-bottom: 5px;
	}
	.sub04 .list li > div.thumb {
		float: none;
		width: 100%;
		max-width: none;
	}
	.sub04 .list li > div.text {
		position: relative;
		float: none;
		width: 100%;
		top: auto;
		transform: none;
		text-align: center;
		padding: 35px 0;
	}
	.sub04 .list li > div.text strong {
		display: inline;
	    font-size: 4.5vw;
	}
	.sub04 .list li > div.text strong:before {
		top: -20px;
	    left: -20px;
	    width: 60px;
	    height: 60px;
	}
	.sub04 .list li:nth-child(1) > div.text strong:before {
	    border-radius: 20px 3px 3px 3px;
	}
	.sub04 .list li:nth-child(2) > div.text strong:before {
	    border-radius: 3px 20px 3px 3px;
	    left: auto;
	    right: -20px;
	}
	.sub04 .list li:nth-child(3) > div.text strong:before {
	    border-radius: 3px 3px 20px 3px;
	}
	.sub04 .list li:nth-child(4) > div.text strong:before {
	    border-radius: 3px 3px 3px 20px;
	    left: auto;
	    right: -20px;
	}
	.sub04 .list li > div.text p {
	    font-size: 3vw;
	    margin-top: 5px;
	}
	.sub04 .list li > div.text p .br {
		display: block;
	}
	.sub04 .list li > div.text a {
		font-size: 2.5vw;
	    width: auto;
	    height: 33px;
	    line-height: 33px;
	    margin: 25px auto 0;
	    display: inline-block;
	    padding: 0 25px;
	}

	.sub04-bn {
		padding-top: 20px;
		background: url("../images/sub04-bn-m.png")no-repeat 50% 0 / 100%;
	}
	.sub04-bn .tit {
		width: 90%;
	}
	.sub04-bn .tit h2 {
	    font-size: 4.5vw;
	}
	.sub04-bn .tit p {
	    font-size: 3vw;
	}
	.sub04-bn .table {
		margin-top: 20%;
		border-radius: 0 0 10px 10px;
		padding: 0 12px 25%;
		background: #9abe15 url("../images/sub04-icon.png")no-repeat 93% 43% / 12%;
	}
	.sub04-bn .table .cell {
		display: block;
		padding-left: 0;
		font-size: 2.5vw;
	}
	.sub04-bn .table .subject {
		width: 25%;
    	min-width: 90px;
	}
	.sub04-bn .table .subject span {
		height: 35px;
    	line-height: 35px;
	}
	.sub04-bn .table .lt35 span em {
	    letter-spacing: 30px;
	    text-indent: 15px;
	}
	.sub04-bn .table:before {
		bottom: 4%;
		right: 50%;
		width: 9%;
		height: 0;
		padding-bottom: 15%;
	}
	.sub04-bn .table:after {
		width: 40%;
		height: 0;
    	padding-bottom: 29%;
	}
	.sub04-bn .table .cell .br {
		display: block;
	}
	.sub04-bn .table a.link {
		width: 30%;
	    line-height: 1;
	    height: auto;
	    padding: 3% 0;
	    margin-top: 5px;
	}
}
@media screen and (max-width: 480px){
	.sub04 .programTitle .br {
		display: none;
	}
	.sub04-bn .table .subject {
    	font-size: 12px;
    	padding: 10px 0 0;
    	width: 75px;
    	min-width: auto;
	}
	.sub04-bn .table .subject span {
	    height: 25px;
    	line-height: 25px;
	}
	.sub04-bn .table .cell {
	    font-size: 2.7vw;
	}
	.sub04-bn .table .lt35 span em {
	    letter-spacing: 22px;
	    text-indent: 10px;
	}
	.sub04 .list li > div.text strong:before {
		top: -15px;
	    left: -20px;
	    width: 45px;
	    height: 45px;
	}
	.sub04-bn .table a.link {
    	width: 40%;
    }
}
@media screen and (max-width: 380px){
	.sub04 .list li > div.text strong:before {
		top: -13px;
	    left: -15px;
	    width: 35px;
	    height: 35px;
	}
}