@charset "utf-8";

.innerBorderB{
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 42px;
	width:960px;
	margin:0 auto 40px auto;
}

.sectionIn {
    background:url(/origin/continuing-to-learn/img/bg.png) repeat-y scroll center top;
}

.pubRkv {
    margin: 40px auto 0;
    background-color: #fff;
}

.pubRttlCategory {
    padding-bottom: 10px;
	margin: 40px auto 0;
}

.pubRkv3 {
    margin: 0 auto 30px;
}

.pubRkv3 .pubRttlCategory {
	width: 33%;
    left: 33.5%;
    text-align: center;
}

.pubRkv3 .pubRttlCategory>.ttl {
    font-size: 24px;
}

.pubRkv3 .pubRttlCategory .ttl>.subTxt {
    margin: 8px 0 0 0;
	font-size: 17px;
}

#section01, #section02, #section03,#section04 {
    display: inline-block;
    margin-bottom: 35px;
    width: 100%;
}

section h3 {
    margin-bottom: 30px;
    margin-left: 2px;
}

#section02 h3 {
    text-align: right;
    width: 87%;
}

section .image {
    clear: both;
    width: 50%;
    float: left;
    text-align: right;
}

section .textbox {
    font-weight: bold;
    color: #666;
    font-size: 14px;
    background: #F4FAFF;
    float: left;
    height: 210px;
    width: 40%;
    margin-left: 4%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 20px;
}

section .textbox h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

section #section01 .image img, section #section03 .image img {
    margin-right: 35px;
}

section #section02 .image img, section #section04 .image img {
    margin-left: 35px;
}

section #section02 .textbox, section #section04 .textbox {
    float: right;
    text-align: left;
    width: 42%;
    margin-left: 0;
    margin-right: 4%;
}

section #section02 .image, section #section04 .image {
    float: right;
    text-align: left;
}

section:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 767px) {
	
	img{
		width:100%;
		height:auto;
	}
	
	.innerBorderB{
		width:92%;
		padding-bottom: 0;
	}
	
	.sectionIn {
		background:none;
		width:100%;
	}
	
	.pubRkv3 .pubRttlCategory {
		width: 100%;
		left: 0%;
		text-align: left;
	}
	
	.pubRkv3 .pubRttlCategory .ttl>.subTxt {
		font-size: 16px;
	}
	
	section h3 {
		margin-bottom: 15px;
	}
	
	#section02 h3 {
		text-align: center;
		width: 100%;
	}
	
	section .textbox {
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-bottom: 15px;
		background: none repeat scroll 0 0 #f4faff;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		width: 100%;
		margin-left: 0;
	}
	
	section h4 {
		font-size: 16px;
	}
	
	section .image {
		clear: both;
		width: 100%;
		float: inherit;
		text-align: center;
	}
	
	section #section01 .image img, section #section03 .image img {
    	margin-right: 0;
	}
	
	section #section02 .image img, section #section04 .image img {
    	margin-left: 0;
	}
	
	section #section02 .textbox, section #section04 .textbox {
		float: inherit;
		text-align: left;
		width: 100%;
		margin-right: 0;
	}
	
	section #section02 .image, section #section04 .image {
    float: inherit;
    text-align: center;
	}

	section #section02 .image, section #section04 .image {
    float: inherit;
    text-align: center;
	}

}