.sec01{
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}.sec01 h3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
}
.line-sec .lead {
	padding-bottom: 100px;
    font-size: 14px;
    line-height: 2em;
}
.line-sec.sec01 .lead {
    font-size: 14px;
    line-height: 2em;
	padding-bottom: 0;
}

.anc-btn {
    text-align: center;
    max-width: 1050px;
    padding-top: 50px;
}
.anc-btn li {
    width: 90%;
	max-width: 300px;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 30px;
    position: relative;
}
.anc-btn li a {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
	font-size:14px;
	line-height: 22px;
	font-weight: bold;
	padding: 15px 0;
}
.anc-btn li a span.montserrat{
	font-size:10px;
}
.anc-btn a .icon {
    width: 38px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-image: url(../../img/about/anc-btn-on.png);
    background-repeat: no-repeat;
    background-size: 38px auto;
    background-position: center center;
}
.anc-btn a .icon img{
	width: 100%;
	height: auto;
	transition: 0.2s;
}
.anc-btn a:hover .icon img{
	opacity: 0;
}
a.anc {
    margin-top: -80px;
    padding-top: 80px;
    display: block;
}
.line-sec .right-box .top-title {
	background-image: url(../../img/advantage/ore.png);
	background-size: 13px auto;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.line-sec .right-box .top-title.gre {
	background-image: url(../../img/advantage/gre.png);
	background-size: 13px auto;
}
.adtitle{
	background-color: #F49701;
	border: 1px solid #707070;
	padding: 10px 10px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	position: relative;
}
.adtitle.gre{
	background-color: #B8DB27;
}
.adtitle .montserrat{
	display: none;
}
.ad01{
	padding-bottom: 30px;
}
.ad01 .photo{
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
.ad01 .photo img{
	width: 100%;
	height: auto;
}
.ad01 .box{
	width: 100%;
	float: none;
}

.ad02{
	padding-bottom: 30px;
}
.mojilist.gre li:before {
	color: #B8DB27;
}
.photo2line{
	display: block;
}
.photo2line .box{
	width: 100%;
	padding-right: 0%;
	padding-bottom: 20px;
}
.photo2line .box:nth-of-type(2n){
	padding-right: 0;
}
.photo2line .photo img{
	width: 100%;
	height: auto;
}
.photo3line{
	display: block;
}
.photo3line .box{
	width: 100%;
	padding-right: 0%;
	padding-bottom: 20px;
}
.photo3line .box:nth-of-type(3n){
	padding-right: 0;
}
.photo3line .photo img{
	width: 100%;
	height: auto;
}