@charset "utf-8";
/*----------------------------------------------------
　SP common レスポンシブ設定767以下
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
/*----------------------------------------------------
　MV
----------------------------------------------------*/
#main_copy {
    top: 20%;
}
	
/*----------------------------------------------------
intro
----------------------------------------------------*/

#intro .txt p{
	letter-spacing: 0em;
}
/*----------------------------------------------------
　check_contents
----------------------------------------------------*/

#check_contents .flow_illust{
	position: absolute;
    left: 1em;
    top: -4em;
    width: 35%;
}	
	
#check_contents .title_01 span{
	line-height: 2em;
}
#check_contents .title_03 {
    text-align: center;
    font-size: 110%;
    font-weight: 700;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 2px solid #61908d;
    border-bottom: 2px solid #61908d;
    border-right-style: none !important;
    border-left-style: none !important;
    border-radius: 0px;
}
	
.color01 {
    padding-bottom:2em;
}
	
/*----------------------------------------------------
ページリンク
----------------------------------------------------*/

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

/*----------------------------------------------------
カラム
----------------------------------------------------*/
.column_03{
    margin-bottom: 0em;
}
.column_03>div {
    margin-bottom: 3em;
}

/*----------------------------------------------------
intro
----------------------------------------------------*/
#intro {
	margin-bottom: 2em;
}

/*----------------------------------------------------
　matome
----------------------------------------------------*/
#matome_copy {
	background-image: url(../img/sp_matome_back.png);
}

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