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

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

.round3 {
	border: 2px solid #34B32B;
	margin-bottom:15px;
}


.round4 {
	border: 2px solid #ffffff;
	margin-bottom:15px;
}

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

.tl {
    background-color: #2B34B3;
    padding-bottom:5px;
}

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

.tl3 {
    background-color: #34B32B;
    padding-bottom:5px;
}

.tl4 {
    background-color: #ffffff;
    padding-bottom:5px;
}

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


/*------------------------
投稿一覧ページ見出し修正
------------------------*/
.post4b h2 {
    overflow: hidden;
}


/*------------------------
改行位置の調整------------------------*/


@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*
パララックス的なアレンジ1
*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top_msg {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 0;
	line-height: 1.8;
}
#top_msg::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/struct/wp-content/uploads/top01.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}
@media (min-width: 641px){
	#top_msg {
		margin-bottom: 50px;
		padding: 50px 0;
		text-align: center;
	}
}

/*カラムの間隔調整
----------------------------*/

.post .column2_50 {
	width:47.5%;
	margin-right:2%
}
@media only screen and (max-width: 640px) {
	.post .column2_50 {
		width:100%;
		margin:5px 0;
	}
}


/*カラムの間隔調整
----------------------------*/

.post .column3_33 {
	width:30.5%;
	margin-right:2%
}
@media only screen and (max-width: 640px) {
	.post .column3_33 {
		width:100%;
		margin:5px 0;
	}
}


/*----------------------
ヘッダー隙間調整
----------------------*/
.mobile #breadcrumb{
margin-top: 60px;
}
.mobile #mainImg{
margin-top: 60px;
}
body.mobile #header .logo{
height: 60px;
}
.mobile #header .logo .mark{
vertical-align: middle;
}


/*----------------------
送信ボタンの幅を広げる
----------------------*/
.wpcf7 .linkBtn {
display:block;
}


/*新HOLOCF7送信テキストずれ対応*/
.wpcf7-spinner {
	margin: 0 auto!important;
}
