@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
#header .logo img {
    max-height: 40px;
}
body.mobile #header .logo img {
    max-width: 80%;
}
body {
    font-size: 105%;
}
h1.title, .post h1 {
    margin-bottom: 1em;
	margin-top: 15px;
}
.post h2 {
margin-top: 1em;margin-bottom: 8px;
border-bottom: dotted 1px rgb(51, 51, 51);
}
.post table {
    font-size: 100%;
}
.postlist {
    max-width: 1100px;
    margin: auto;
}
a {
    color: #145db1;
}
a:hover, a:active, .newsTitle p a:hover {
    color: #ffb100;
}
#gallery-1 img {
    border: 1px solid #cfcfcf !important;
}
.label{
    background: rgb(10 62 123);
    color: #FFF;
    padding: 7px;
    font-size: 85%;
    letter-spacing: -0.7px;
}
.post h2 {
    border-left: solid 6px #428bca;
}
.post h2 {
    border-bottom: solid 2px #428bca;
}
.post h3 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #0b3a58;
    font-weight: bold;
}
.post h3:after {
    border-bottom: dotted 1px rgba(80,84,89,1);
}

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

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


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

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

.round3 {
	border: 2px solid #0bbf4d;
	margin-bottom:15px;
}


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

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



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

.post h2 {
    overflow: hidden;
}


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


@media screen and (min-width: 769px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .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(/wp-content/uploads/top01zz.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 .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;
}

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

.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 .container-rwd {
		display: flex;
		display: -webkit-flex;
	}
}
#top_msg a {
	color:#fff;
}

/*------------------------
グローバルメニュー幅調整
------------------------*/
@media only screen and (min-width: 1024px) {

nav#mainNav ul li a {
	padding-left:22px;
	padding-right:22px;
}

}

/*タイトル背景img被り対策
-----------------------------------*/
body.mobile #mainImg,
body.mobile #breadcrumb ,
body.mobile #header + #wrapper,
body.mobile #header + #wrapper-full,
body.mobile #h1Header ,
body.mobile #thumbImg {
margin-top:60px !important;
}

body.mobile.page-template-page-fullthumb #breadcrumb,
body.mobile.page-template-page-nosidebar-fullthumb #breadcrumb,
body.mobile.page-template-page-nosidebar-fullwidththumb #breadcrumb,
body.mobile.page-template-page-fullthumb-h1 #breadcrumb,
body.mobile.page-template-page-nosidebar-fullthumb-h1 #breadcrumb,
body.mobile.page-template-page-nosidebar-fullwidththumb-h1 #breadcrumb {
margin-top:0px !important;
}


/*表組み線のみアレンジ*/

.post table, .post table th, .post table td {
	border:none;
}
.post table tr {
    border-bottom: 1px solid #a0a0a0;
}
.post table th {
	background-color:transparent;
	font-weight:bold;
}

/*バージョンアップCF7送信スピナーによるテキストずれ対応*/
.wpcf7-spinner{
    position: absolute!important;
    margin: 0!important;
}