@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 #0088CC;
	margin-bottom:15px;
}

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

.round3 {
	border: 2px solid #00880C;
	margin-bottom:15px;
}

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

.tl {
    background-color: #0088CC;
    padding-bottom:5px;
}

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

.tl3 {
    background-color: #00880C;
    padding-bottom:5px;
}

.tl span, .tl2 span, .tl3 span {
  padding: 0.5em;
  color: #fff;
}

/*-------------------------------------------------------*/
@media only screen and (max-width: 1023px){
.mobile #breadcrumb {
    margin-top: 66px;
}
}
/*-------------------------------------------------------*/
