@charset "utf-8";

/*======================
リセット
=======================*/

body,
.fc-wrapper div,
.fc-wrapper span,
.fc-wrapper applet,
.fc-wrapper object,
.fc-wrapper iframe,
.fc-wrapper h1,
.fc-wrapper h2,
.fc-wrapper h3,
.fc-wrapper h4,
.fc-wrapper h5,
.fc-wrapper h6,
.fc-wrapper p,
.fc-wrapper blockquote,
.fc-wrapper pre,
.fc-wrapper a,
.fc-wrapper abbr,
.fc-wrapper acronym,
.fc-wrapper address,
.fc-wrapper big,
.fc-wrapper cite,
.fc-wrapper code,
.fc-wrapper del,
.fc-wrapper dfn,
.fc-wrapper em,
.fc-wrapper font,
.fc-wrapper img,
.fc-wrapper ins,
.fc-wrapper kbd,
.fc-wrapper q,
.fc-wrapper s,
.fc-wrapper samp,
.fc-wrapper small,
.fc-wrapper strike,
.fc-wrapper strong,
.fc-wrapper sub,
.fc-wrapper sup,
.fc-wrapper tt,
.fc-wrapper var,
.fc-wrapper dl,
.fc-wrapper dt,
.fc-wrapper dd,
.fc-wrapper ol,
.fc-wrapper ul,
.fc-wrapper li,
.fc-wrapper fieldset,
.fc-wrapper form,
.fc-wrapper label,
.fc-wrapper legend,
.fc-wrapper table,
.fc-wrapper caption,
.fc-wrapper tbody,
.fc-wrapper tfoot,
.fc-wrapper thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.fc-wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.fc-wrapper li img {
	font-size: 0;
	vertical-align: top;
}

.fc-wrapper a img {
	border: none;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*============

==============*/

@media print,
screen and (min-width: 750px) {
	

	.mabu_logo{
		padding:5px;
		text-align:center;
		border-top:10px solid #91b642;
		border-bottom:1px solid #CCC;
		margin:0
	}


	.tv-wrapper {
		width: 970px;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.5;
	}
	
	.tv-wrapper .cam-bnr{
		text-align:center
		
	}

	.fc-wrapper .tv-main-ttl {
		margin: 20px 0 30px 0;
		font-size: 25px;
		font-weight: bold;
		line-height: 1.8;
	}

	.fc-wrapper .tv-anc-list {
		margin: 0 60px 90px 60px;
		line-height: 1.8;
		padding:20px;
		border:1px solid #CCC;
	}

	.fc-wrapper .tv-anc-list a {
		color: #000;
	}

	.fc-wrapper .section {
		margin: 0 0 70px 0;
	}

	.fc-wrapper .section__ttl {
		margin: 0 0 35px 0;
		padding: 0 35px;
		font-size: 25px;
		line-height: 1.8;
		border-bottom: 1px solid #c30000;
		font-weight: bold;
	}

	.fc-wrapper .section__img {
		width: 840px;
		margin: 0 auto 35px auto;
	}


	.fc-wrapper .section__txt {
		width: 840px;
		margin: 0 auto 15px auto;
	}

	.fc-wrapper .section__btn {
		width: 840px;
		margin: 0 auto 35px auto;
		display: flex;
		justify-content: flex-end;
	}

	.fc-wrapper .section__btn a {
		width: 300px;
		height: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		color: #fff;
		background: #8fc31f;
		text-decoration: none;
	}

	
	.fc-wrapper .youtube {
  position: relative;
  width:100%;
	margin: 0 auto 20PX auto;
  padding-top: 56.25%;
}
.fc-wrapper .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mabu_footer{
	text-align:center;
	background:#666666;
	padding:15px;
	font-size:12px;
	color: #FFF	
}


.mabu_footer a{
	color: #FFF	
}


}







@media print,screen and (max-width: 749px) {
	
	.mabu_logo{
		margin:0 auto;
		border-top:10px solid #91b642;
		border-bottom:1px solid #CCC;
		text-align:center
	}

	.mabu_logo img{
		width:30%;
	}
	
	.tv-wrapper img {
		width: 100%;
	}
	
	.tv-wrapper {
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.5;
	}

	.fc-wrapper .tv-main-ttl {
		margin: 0 0 15px 0;
		padding: 0 5%;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
	}

	.fc-wrapper .tv-anc-list {
		margin: 0 5% 30px 5%;
		font-size: 14px;
		line-height: 1.5;
		padding:10px;
		border:1px solid #CCC;
	}
	
	.fc-wrapper .tv-anc-list li {
		margin: 0 0 10px 0;
	}

	.fc-wrapper .tv-anc-list a {
		color: #000;
	}

	.fc-wrapper .section {
		margin: 0 0 30px 0;
	}

	.fc-wrapper .section__ttl {
		margin: 0 0 15px 0;
		padding: 0 5%;
		font-size: 20px;
		line-height: 1.8;
		border-bottom: 1px solid #c30000;
		font-weight: bold;
	}

	.fc-wrapper .section__img {
		width: 90%;
		margin: 0 auto 15px auto;
	}


	.fc-wrapper .section__txt {
		width: 90%;
		margin: 0 auto 15px auto;
	}

	.fc-wrapper .section__btn {
		width: 90%;
		margin: 0 auto 15px auto;
		display: flex;
		justify-content: center;
	}

	.fc-wrapper .section__btn a {
		width: 90%;
		height: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		color: #fff;
		background: #8fc31f;
		text-decoration: none;
	}
	
	.fc-wrapper .youtube {
  position: relative;
  width: 90%;
	margin: 0 auto 20PX auto;
  padding-top: 56.25%;
}
.fc-wrapper .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mabu_footer{
	text-align:center;
	background:#666666;
	padding:15px;
	font-size:12px;
	color: #FFF	
}


.mabu_footer a{
	color: #FFF	
}

}
