/*
Theme Name: STREAM Child
Template: stream
Version: 1.0.0
*/

.sidebyside_blc h3{
	font-size: 1.15rem;
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

}

/*media Queries スマホサイズ（768px以下）
----------------------------------------------------*/
@media only screen and (max-width: 767.99px) {



}
/*media Queries PCサイズ（768px以上）
----------------------------------------------------*/
@media screen and (min-width: 768px) {
	header.d1 ~ .wrap {
		margin-top: 140px;
	}
	header.d2 ~ .wrap {
		margin-top: 107px;
	}
	
}