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

/*改行位置*/

@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; }
}

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

.post .column2_50 {
	width:47.5%;
	margin:0 1%;
}
@media only screen and (max-width: 640px) {
	.post .column2_50 {
		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;
}

/*文字を枠で囲うアレンジ*/
.round {
	border: 2px solid #0040ad;
	margin-bottom:15px;
}

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

.round3 {
	border: 2px solid #00ad17;
	margin-bottom:15px;
}


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

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


/*テキストの背景に画像（1）*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top_msg {
	position: relative;
	margin-top: -20px;
	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 {
		padding: 50px 0;
		text-align: center;
	}
}


/*
テキストの背景に画像（2）*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top2_msg {
	position: relative;
	margin-bottom: 0px;
	padding: 30px 0;
	line-height: 1.8;
}
#top2_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/top02.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}
@media (min-width: 641px){
	#top2_msg {
		margin-bottom: 0px;
		padding: 50px 0;
		text-align: center;
	}
}

/*
テキストの背景に画像（3）*/

#wrapper, #content, .post{
	overflow: visible;
	}
.post {
    background-color: rgba(255,255,255,0);
}
#top3_msg {
	position: relative;
	margin-bottom: 0px;
	padding: 30px 0;
	line-height: 1.8;
}
#top3_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/top03.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
	z-index: -1;
}
@media (min-width: 641px){
	#top3_msg {
		margin-bottom: 50px;
		padding: 50px 0;
		text-align: center;
	}
}


/*@media only screen and (min-width: 1024px) */
.full_width {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*画像を画面横幅一杯に表示*/
/*class="container full_width"で、画面一杯&横並び配置になる*/
.container.full_width {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
}
/*class="container full_width mobile_verticalで、スマホ時は縦並びに*/
.post .container.full_width.mobile_vertical {
	flex-wrap:wrap;
}
@media (max-width:768px) {
	.post .container.full_width.mobile_vertical .column3_33,
	.post .container.full_width.mobile_vertical .column2_50 {
		width:100%;
}
}
/*表組み線のみアレンジ*/

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


/*スマホ時のh1重なり防止*/

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

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


/*ベタ塗り 影ボックス*/
	.box13 {
		color: #000000;
	width:auto-flow;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 9px;
}
.box13 p {
    margin: 0; 
    padding: 0;
}

/*ベタ塗り 影ボックス2*/
	.box14 {
		color: #000000;
	width:auto-flow;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 9px;
}
.box14 p {
    margin: 0; 
    padding: 0;
}

/*ベタ塗り 影ボックス2*/
	.box15 {
		color: #000000;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 9px;
	margin:5px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}


/*YouTubeレスポンシブ*/
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn-gradient-3d {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  color: rgba(0, 69, 212, 0.47);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  
}

.btn-gradient-3d:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

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