@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/*------------------------
スマホh1重なり防止
------------------------*/

@media only screen and (max-width: 900px) {
h1.title span, .post h1::before {
font-size: 24px;
}
}


/*アレンジ強調枠組み
----------------------------*/
.round {
	border: 2px solid #158b37;
	margin-bottom:15px;
}

.round2 {
	border: 2px solid #f58b37;
	margin-bottom:15px;
}

.round3 {
	border: 2px solid #158bf7;
	margin-bottom:15px;
}

.round p, .round2 p, .round3 p{
	padding:1em;
}

.tl {
    background-color: #158b37;
    padding-bottom:5px;
}

.tl2 {
    background-color: #f58b37;
    padding-bottom:5px;
}

.tl3 {
    background-color: #158bf7;
    padding-bottom:5px;
}

.tl span, .tl2 span, .tl3 span {
  padding: 0.5em;
  color: #fff;
}
/*----------------------------------------------*/
@media only screen and (max-width: 770px){
.mobile #mainImg {
    margin-top: 64px;
}
.mobile #breadcrumb {
    margin-top: 80px;
	}
	
}
@media only screen and (max-width: 640px){
.mobile #mainImg {
    margin-top: 44px;
}
.mobile #breadcrumb {
    margin-top: 60px;
	}
}
