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

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

#check_contents .flow_illust{
	position: absolute;
    left: 1em;
    top: -4em;
    width: 35%;
}	

#check_contents .title_03 {
    text-align: center;
    font-size: 110%;
    font-weight: 700;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 2px solid #c88d42;
    border-bottom: 2px solid #c88d42;
    border-right-style: none !important;
    border-left-style: none !important;
    border-radius: 0px;
}
/*----------------------------------------------------
　color01
----------------------------------------------------*/
.color01,.color02,.color03{
	padding-bottom: 2em;
}
	.point_copy span {
    font-size: 103%;
}
	
	
.color02 .white_box{
	padding-top: 3em;
	padding-bottom: 2em;
text-align: justify; /* 両端揃え(均等割り付け) */
}

.color02 .white_box .txt{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-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: 0px;
}
.column_03>div {
    width: 100%;
    margin-bottom: 2em;
}
.column_03 p{
	text-align: center;
}

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

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

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