@media screen and (max-width: 640px) {
	
	/*2層INDEX*/
	.link-btn a {
    background: rgba(0, 0, 0, 0) url("../images/anc-c.png") no-repeat scroll 95% center;
    border: 1px solid #242424;
    display: block;
    font-size: 15px;
    padding: 16px 30px 17px 10px!important;
    width: 100%;
	line-height:1.0001
}
	}
	
	/*640以下*/
@media screen and (max-width: 640px) {
	
#gogaku	.br-none{
		display:none;
	}
		
#gogaku	.cp-it-b {
    	text-align: left !important;
    }
	
	
#gogaku .cp-it-t.line-h.height-01 {
		width: 100%!important;
	}
	
#gogaku .cp-it-t.line-h.height-02 {
		width: 100%!important;
	}
	
#gogaku .cp-it-t.height-01 {
    width: 100%;
}

.sp-right{
	padding-left:0!important;
}



}

@media screen and (max-width: 410px) {

h2 .br-none{
		display:none;
	}
}

.inner-w1000 .tit-pt-a .index-btn a {
/*    background: rgba(0, 0, 0, 0) url("../images/anc-c.png") no-repeat scroll 156px center;
    border: 1px solid #000;
    color: #333333;
    float: right;
    line-height: 1.00001 !important;
    line-height: 1.2 !important;
    margin-bottom: 12px;
    padding: 8px 30px 9px 8px;
    padding: 7px 30px 10px 12px !important;
    text-decoration: none;*/
}


.tit-pt-a .index-btn a {
/*    line-height: 1.00001 !important;
    padding: 8px 30px 9px 8px!important;*/
}

.kakomi-area.mgb30 > p {
  margin: 0;
}

.kakumaru.bule {
  background:#DFF8FF;
  padding: 20px;
  border: 1px solid #ccc;
}

.kakomi-area.mgb30 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 20px;
}

.level3-section-content h2 {
    line-height: 1.6;
}

/*ブログ*/

.blog-area {
  background: #fff;
  padding: 10px;
}

.blog-contents-right {
    float: right;
    width: 52%;
}
.blog-contents-right img {
  width: 100%;
}
.blog-contents-left {
    float: left;
    width:44%;
}
.blog-contents.clearfix {
    padding: 10px;
}
.blog-contents-text {
    line-height: 1.8;
    margin-bottom: 20px;
}
.blog-contents-left > h3 {
    padding-top: 20px;
}

.blog-link > a {
  border: 1px solid #ccc;
  display: block;
  padding: 20px;
  max-width: 270px;
  background:rgba(0, 0, 0, 0) url("../images/blog-anc.png") no-repeat 93% center;
}

@media screen and (max-width: 768px) {
.blog-contents div {
  float: none;
  width: 100%;
}
    
.blog-link > a {
  margin-bottom:20px;
}
.blog-contents-right img {
  max-width: 491px;
  width: 100%;
  margin: 0 auto;
}
}