@charset "utf-8";
/*----------------------------------------------------
　SP common レスポンシブ設定767以下
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
/*----------------------------------------------------
ページリンク
----------------------------------------------------*/

.page_link_01, .page_link_02 {
  width: 100%;
}
.page_link a {
    font-size: 120%;
    letter-spacing: 0em;
    padding-left: 2em;
    padding-right: 2em;
}

/*----------------------------------------------------
カラム
----------------------------------------------------*/
.column_03{
	
background-image : linear-gradient(to right, #e5c2a3, #e5c2a3 8px, transparent 8px, transparent 15px);  /* 幅2の線を作る */
}


/*----------------------------------------------------
intro
----------------------------------------------------*/
#intro {
	margin-bottom: 2em;
}
	
.box07 .point_img{
	background-position: right bottom;
}
	
	
/*----------------------------------------------------
　matome
----------------------------------------------------*/
#matome_copy {
	background-image: url(../img/sp_matome_back.png);
}

.box.box05{
	margin-bottom: 2em;
}	
	
}