@charset "utf-8";

#pankuzu {
	display: none;
}

#mainvis {
	background: none;
}

#mainvis .mf-frame {
	max-width: 1300px;
	width: 100%;
}

#mainvis .mf-inner {
	position: relative;
	padding: 0;
}

#mainvis h1,
#mainvis h1 img.pc-img,
#mainvis h1 img.sp-img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
	width: auto;
}

.top-nurikae {
	position: absolute;
	left: 4%;
	bottom: 35%;
}


#mainvis img.humen {
	width: 100%;
	margin-right: -25%;
	margin-top: 2%;
}

#mainvis .mbox {
	position: absolute;
	right: 150px;
	top: 200px;
	text-align: center;
}

#mainvis .mbox p:nth-of-type(1) {
	position: absolute;
	right: -80px;
	top: -150px;
}

#mainvis img.bnr {
	position: absolute;
	right: 15%;
	bottom: 20%;
}

.pc-none {
	display: none;
}

/******************************/
#voice .mf-inner {
	padding: 50px 0;
}

#voice h2 {
	background: url("../img/top/line1.png") left center repeat-x;
	line-height: 1em;
	margin: 0 0 50px 0;
	position: relative;
}

#voice h2:before {
	content: "";
	background: #fff url("../img/top/ic2.png") center center no-repeat;
	max-width: 44px;
	max-height: 46px;
	width: 6.88vw;
	height: 7.19vw;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

#voice h2 span {
	display: table;
	margin: 0 auto;
	font-size: 1.38em;
	background: #fff;
	padding: 0 1em;
	line-height: 1em;
	position: relative;
}

#voice h2 span:before,
#voice h2 span:after {
	content: "";
	max-height: 20px;
	width: 2px;
	height: 10vw;
	background: #00A3CE;
	position: absolute;
	top: 50%;
}

#voice h2 span:before {
	transform: translate(0, -50%) rotate(-45deg);
	left: 0;
}

#voice h2 span:after {
	transform: translate(0, -50%) rotate(45deg);
	right: 0;
}

#voice .clist {
	justify-content: space-between;
}

#voice .cbox {
	width: 300px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#voice .cbox-inner {
	margin: 10px;
	font-weight: bold;
	background: #FFF3DE;
}

#voice a {
	text-decoration: none;
}

#voice a:hover {
	opacity: 0.7;
}

#voice .cbox figure {
	margin: 0;
}

#voice .cbox img {
	width: 100%;
}

#voice .cbox a:hover img {
	opacity: 1;
}

#voice .cbox dl {
	padding: 5px;
}

#voice p {
	text-align: center;
	margin: 50px 0 0 0;
}

#voice a.btn1 {
	background: url(../img/top/arr1.png) 95% center no-repeat #F0961C;
}

/******************************/


#diary .mf-frame {
	max-width: 1300px;
	width: 100%;
	padding: 20px 0;
}

#diary .mf-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#diary h3 {
	background: #d4f5ff;
	margin: 0 30px 0 0;
	font-size: 1.2em;
	line-height: 1.7em;
	border: 1px solid #00A3CE;
	border-width: 0 0 0 3px;
	padding: 0 10px 0 10px;
}

#diary p:nth-of-type(1) {
	font-size: 1.2em;
	line-height: 1.7em;
}

#diary p:nth-of-type(1) a {
	text-decoration: none;
}

#diary p:nth-of-type(1) a:hover {
	text-decoration: underline;
}

#diary p:nth-of-type(1) a strong {
	display: inline-block;
	margin: 0 10px 0 0;
}


#diary p:nth-of-type(2) {
	margin: 0 0 0 auto;
}


#mf1 {
	background: #FBF7EF;
}

#mf1 .mf-inner {
	padding: 30px 85px 100px 85px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

#mf1 .mf-inner .cbox {
	margin: 0 0 0 50px;
}

#mf1 .mf-inner .cbox h2 {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.7em;
	border: 1px solid #00A3CE;
	border-width: 0 0 4px 0;
	position: relative;
	margin: 0 0 30px 0;

	display: flex;
	align-items: flex-end;
	padding: 0 0 10px 0;
}

#mf1 .mf-inner .cbox h2 img {
	margin: 0 20px 0 0;
}




#mf1 .mf-inner .cbox dt {
	background: #00A3CE;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.7em;
	padding: 5px 10px;
	position: relative;
}

#mf1 .mf-inner .cbox dt:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 20px 3.5px 0;
	border-color: transparent #FBF7EF transparent transparent;
	position: absolute;
	right: 0;
	top: 10px;
}

#mf1 .mf-inner .cbox dt:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 10px 2.5px 0;
	border-color: transparent #FBF7EF transparent transparent;
	position: absolute;
	right: 0;
	bottom: 10px;
}

#mf1 .mf-inner .cbox dd {
	background: url(../img/top/bg2.png) left top repeat-y;
	padding: 20px 10px 20px 20px;
	background-color: #FAFAFA;
}

#mf1 .mf-inner .cbox dd p {
	font-size: 1.1em;
	line-height: 2em;
	background: linear-gradient(#ccc 1px, transparent 1px);
	background-size: auto 2em;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

#mf1 .mf-inner .cbox dd strong {
	font-size: 1.1em;
	line-height: 1.7em;
	background: linear-gradient(transparent 60%, #FFF4A2 60%);
}

#mf1 .mf-inner .cbox dd a {
	color: #0AADD6;
	font-weight: bold;
}


.ttl {
	text-align: center;
	margin: 0 0 50px 0;
	position: relative;

	display: flex;
	justify-content: center;
}

.ttl h2 {
	font-size: 1.8em;
	line-height: 1.7em;
	font-weight: bold;
	border: 1px solid #00A3CE;
	border-width: 0 0 4px 0;
	display: flex;
	align-items: flex-end;
	padding: 0 0 10px 0;
}

.ttl h2 img {
	margin: 0 20px 0 0;
}

.ttl:before {
	position: absolute;
	top: 65px;
	left: 0;
	content: " ";
	display: block;

	background: url(../img/top/line1.png) left 10px no-repeat, url(../img/top/ic2.png) left top no-repeat;
	height: 50px;
	width: 30%;
}

.ttl:after {
	position: absolute;
	top: 65px;
	right: 0;
	content: " ";
	display: block;

	background: url(../img/top/line1.png) right 10px no-repeat;
	height: 50px;
	width: 30%;
}





.tbl1 {
	table-layout: fixed;
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 5px 0 #ddd;
	border-collapse: collapse;
}

.tbl1 th {
	text-align: center;
	background: #00A3CE;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 1em 0;
}

.tbl1 td {
	text-align: center;
	border: 2px solid #00A3CE;
	padding: 1em 0;
}

.tbl1 tr td:first-child {
	border-left: 2px solid #fff;
}

.tbl1 tr td:last-child {
	border-right: 2px solid #fff;
}

.tbl1 tr:last-child td {
	border-bottom: 2px solid #fff;
}


.tbl2 tr:nth-of-type(even) td {
	background: #E8F6FF;
}








#mf2 {
	background: #FFF8F2;
	padding: 0 0 50px 0;
	overflow: hidden;
}

#mf2 .mf-frame {
	background: #fff;
	position: relative;
}

#mf2 .mf-frame:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: -50px;
	left: 0;
	border-left: 600px solid transparent;
	border-right: 600px solid transparent;
	border-bottom: 50px solid #fff;
	z-index: 10;
}


#mf2 .mf-frame:after {
	display: block;
	content: url(../img/top/line2.png);
	position: absolute;
	right: -20px;
	bottom: -20px;
}



#mf2 .mf-inner {
	padding: 50px 60px;
}



#mf2 .clist {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

#mf2 .clist a {
	display: block;
	width: 325px;
	box-shadow: 0 0 5px 0 #ddd;
	text-decoration: none;
}

#mf2 .clist dl {
	padding: 15px;
}

#mf2 .clist dl dt {
	position: relative;
}

#mf2 .clist dl dt p.cate {
	background: #00A3CE;
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-weight: bold;
	padding: 3px 20px;
	font-size: 1.2em;
	line-height: 1.7em;
}

#mf2 .clist dl dt:nth-of-type(2) {
	background: #FFF3DE;
	padding: 5px;
	font-weight: bold;
}

#mf2 .clist dl dt img {
	width: 100%;
	object-fit: cover;
}

#mf2 .clist dl dd {
	padding: 5px;
}

#mf2 .clist dl dd strong {
	color: #00A3CE;
	font-weight: bold;
}


#mf2 .btn {
	text-align: center;
	margin: 50px 0 0 0;
}




#mf3 {
	padding: 100px 0 0 0;
}

#mf3 .mf-frame {
	background: #FBF7EF;
	box-shadow: 0 0 5px 0 #ddd;
	position: relative;
}

#mf3 .mf-frame:after {
	display: block;
	content: url(../img/top/line2.png);
	position: absolute;
	right: -20px;
	bottom: -20px;
}


#mf3 .mf-inner {
	padding: 50px 60px;
}




#mf3 .ttl:before,
#mf3 .ttl:after {
	width: 37%;
}

#mf3 .clist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#mf3 .clist .sbox {
	width: 300px;
	display: flex;
	flex-direction: column;
	margin: 0 0 50px 0;
}

#mf3 .clist .sbox:nth-of-type(1) p {
	margin: 0 0 20px 0;
	text-align: center;
}

#mf3 .clist .sbox:nth-of-type(1) p:nth-of-type(3) {
	margin: 0 0 10px 0;
}


#mf3 .clist .sbox .stext {
	display: flex;
	flex-direction: column;
	margin: 20px 0 10px 0;
}

#mf3 .clist .sbox .stext dt {
	display: flex;
	align-items: center;
	border: 1px dashed #00A3CE;
	border-width: 0 0 3px 0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.7em;
}

#mf3 .clist .sbox .stext dt img {
	margin: 0 15px 0 0;
}


#mf3 .clist .sbox .btn {
	margin: auto 0 0 0;
	text-align: center;
}

#mf3 .clist+.btn {
	text-align: center;
}










#mf4 {
	padding: 100px 0 0 0;
}

#mf4 .mf-inner {
	padding: 0 60px;
}

#mf4 .ttl:before,
#mf4 .ttl:after {
	width: 39%;
}


#mf4 #cbox41 {
	text-align: center;

}

#mf4 #cbox41 p:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: center;
}

#mf4 #cbox41 p:nth-of-type(1) img {
	margin: 0 20px 0;
}

#mf4 #cbox41 p:nth-of-type(n+2) {
	margin: 10px 0 0 0;
	color: #D31818;
}


#mf4 #cbox42,
#mf4 #cbox44 {
	display: flex;
	align-items: center;
}

/*#mf4 #cbox44 .cboxs{
	width:47%;
}*/
#mf4 #cbox44 .cboxs:first-child {
	width: 50%;
}

#mf4 #cbox44 .cboxs:nth-child(n+2) {
	width: 25%;
}

#mf4 #cbox44 .cboxs {
	margin: 0 auto 0 0;
}



#mf4 #cbox42 .cboxs:nth-of-type(1) {
	margin: 0 20px 0 0;
	text-align: center;
}

#mf4 .cbox {
	margin: 0 0 50px 0;
}

#mf4 .cbox h3 {
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#mf4 .cbox h3 img {
	margin: 0 10px 0 0;
}



#mf4 .btn {
	text-align: center;
}



#mf5 {
	padding: 100px 0 0 0;
}

#mf5 .mf-frame {
	background: #FBF7EF;
	box-shadow: 0 0 5px 0 #ddd;
	position: relative;
}

#mf5 .mf-frame:after {
	display: block;
	content: url(../img/top/line2.png);
	position: absolute;
	right: -20px;
	bottom: -20px;
}


#mf5 .mf-inner {
	padding: 50px 60px;
	text-align: center;
}

#mf5 .mf-inner p img.pc-img {
	max-width: 100%;
	height: auto;
}

#mf5 .ttl:before,
#mf5 .ttl:after {
	width: 39%;
}

#mf5 .btn {
	text-align: center;
	margin: 50px 0 0 0;
}




#mf6 {
	padding: 100px 0 0 0;
}

#mf6 .mf-inner {
	padding: 0 60px;
}

#mf6 .ttl:before,
#mf6 .ttl:after {
	width: 41%;
}

#mf6 .clist {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

#mf6 .clist a {
	display: block;
	width: 325px;
	box-shadow: 0 0 5px 0 #ddd;
	text-decoration: none;
}

#mf6 .clist dl {
	padding: 15px;
}

#mf6 .clist dl dt {
	position: relative;
}

#mf6 .clist dl dt p.cate {
	background: #00A3CE;
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-weight: bold;
	padding: 3px 20px;
	font-size: 1.2em;
	line-height: 1.7em;
}

#mf6 .clist dl dt:nth-of-type(2) {
	background: #FFF3DE;
	padding: 5px;
	font-weight: bold;
}

#mf6 .clist dl dt img {
	width: 100%;
	object-fit: cover;
}

#mf6 .btn {
	text-align: center;
	margin: 50px 0 0 0;
}





@media screen and (max-width: 1100px) {
	#mainvis .mf-inner p img.pc-img {
		max-width: 100%;
		height: auto;
	}

	#mainvis img.bnr {
		right: 13%;
		bottom: 18%;
		width: 20%;
	}
}

@media screen and (max-width: 800px) {

	#mainvis {
		margin: 30px 0 20px 0;
	}

	#mainvis .mf-frame {
		width: auto;
	}

	#mainvis h1 img.sp-img {
		width: 90%;
		margin-top: 70px;
	}

	#diary .mf-frame {
		width: auto;
		padding: 20px 0;
	}

	.top-nurikae {
		position: absolute;
		width: 90%;
		border-radius: 10px;
		border: solid 1px transparent;
		background: #faf8e2;
		bottom: -190px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.top-nurikae img {
		width: 200px
	}


	#mf2 .mf-frame:before {
		display: none;
	}

	#mf2 .mf-frame:after,
	#mf3 .mf-frame:after,
	#mf5 .mf-frame:after {
		display: none;
	}




	#mainvis .mf-inner {
		position: relative;
		text-align: center;
		padding: 0 20px;
	}

	#mainvis .mbox {
		position: absolute;
		right: 25px;
		left: 25px;
		top: 100px;
		text-align: center;
	}

	#mainvis .mbox p:nth-of-type(1) {
		position: absolute;
		right: 0;
		top: -100px;
	}

	#mainvis .mbox h1 {
		padding: 0 20px;
		margin: auto;
	}

	#mainvis .mbox p:nth-of-type(3) {
		padding: 0 70px;
	}

	#mainvis img.bnr {
		position: absolute;
		width: 350px;
		bottom: 2%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	img.nurikae-sp {
		margin: 0 auto;
		position: absolute;
		text-align: center;
		bottom: 3%;
		left: 0;
		right: 0;
		width: 30%;
	}

	/******************************/
	#voice .mf-inner {
		padding: 10vw 5vw;
	}

	#voice h2 {
		margin: 0 0 5vw 0;
	}

	#voice h2 span {
		font-size: 1.2em;
	}

	#voice .clist {
		justify-content: center;
	}

	#voice .cbox {
		max-width: 600px;
		width: 80vw;
	}

	#voice .cbox-inner {
		margin: 2vw;
	}

	#voice .cbox dl {
		padding: 3vw;
	}

	#voice p {
		margin: 5vw 0 0 0;
	}

	/******************************/


	#diary .mf-inner {
		display: block;
		padding: 0 20px;
	}

	#diary h3 {
		margin: 0 0 10px 0;
		padding: 0 0 0 10px;
		font-size: 1.0em;
		line-height: 1.7em;
	}

	#diary p:nth-of-type(1) a {
		display: block;
	}

	#diary p:nth-of-type(1) a strong {
		display: block;
		margin: 0;
	}

	#diary p:nth-of-type(1) {
		font-size: 1.0em;
		line-height: 1.7em;
	}


	#diary p:nth-of-type(2) {
		text-align: center;
		margin: 20px 0 0 0;
	}




	#mf1 {
		background: #FBF7EF;
	}

	#mf1 .mf-inner {
		padding: 50px 20px;
		display: block;
	}

	#mf1 .mf-inner>p {
		text-align: center;
	}

	#mf1 .mf-inner .cbox {
		margin: 30px 0 0 0;
	}

	#mf1 .mf-inner .cbox h2 {
		font-size: 1.0em;
		line-height: 1.7em;
		display: flex;
		align-items: flex-end;
		padding: 0 0 10px 0;
	}

	#mf1 .mf-inner .cbox h2 img {
		margin: 0 10px 0 0;
		width: 25px;
	}


	#mf1 .mf-inner .cbox dt {
		font-size: 0.9em;
		line-height: 1.7em;
		padding: 5px 10px;
	}

	#mf1 .mf-inner .cbox dt:before {
		border-width: 0.47vw 2.67vw 0.47vw 0;
		top: 1vw;
	}

	#mf1 .mf-inner .cbox dt:after {
		border-width: 0.33vw 1.33vw 0.33vw 0;
		bottom: 1vw;
	}

	#mf1 .mf-inner .cbox dd p {
		font-size: 1.0em;
		line-height: 2em;
	}

	#mf1 .mf-inner .cbox dd strong {
		font-size: 1.0em;
		line-height: 1.7em;
	}




	.ttl {
		text-align: center;
		margin: 0 0 50px 0;
		position: relative;

		display: flex;
		justify-content: center;
	}

	.ttl h2 {
		font-size: 1.2em;
		line-height: 1.7em;
		font-weight: bold;
		border: 1px solid #00A3CE;
		border-width: 0 0 4px 0;
		display: flex;
		align-items: flex-end;
		padding: 0 0 10px 0;
	}

	.ttl h2 img {
		margin: 0 10px 0 0;
		width: 25px;
	}

	.ttl:before,
	.ttl:after {
		display: none;
	}







	.tbl1 {
		table-layout: fixed;
		width: 100%;
		border: 2px solid #fff;
		box-shadow: 0 0 5px 0 #ddd;
		border-collapse: collapse;
	}

	.tbl1 th {
		text-align: center;
		background: #00A3CE;
		border: 2px solid #fff;
		color: #fff;
		font-weight: bold;
		padding: 1em 0;
		font-size: 0.7em;
		line-height: 1.7em;
	}

	.tbl1 td {
		text-align: center;
		border: 2px solid #00A3CE;
		padding: 1em 0;
		font-size: 0.7em;
		line-height: 1.7em;
	}

	.tbl1 tr td:first-child {
		border-left: 2px solid #fff;
	}

	.tbl1 tr td:last-child {
		border-right: 2px solid #fff;
	}

	.tbl1 tr:last-child td {
		border-bottom: 2px solid #fff;
	}


	.tbl2 tr:nth-of-type(even) td {
		background: #E8F6FF;
	}








	#mf2 {
		background: none;
		padding: 0;
		overflow: hidden;
	}

	#mf2 .mf-frame {
		background: #fff;
		position: relative;

	}


	#mf2 .mf-inner {
		padding: 50px 20px;

	}



	#mf2 .clist {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	#mf2 .clist a {
		display: block;
		min-width: 250px;
		box-shadow: 0 0 5px 0 #ddd;
		text-decoration: none;
		margin: 20px 10px;
	}

	#mf2 .clist a dl {
		padding: 5px;
		font-size: 0.8em;
		line-height: 1.7em;
	}

	#mf2 .clist dl dt img {
		width: 100%;
	}

	#mf2 .clist dl dt p.cate {
		font-size: 1.0em;
		line-height: 1.7em;

	}



	#mf2 .btn {
		text-align: center;
		margin: 50px 0 0 0;
	}




	#mf3 {
		padding: 100px 10px 0 10px;
	}

	#mf3 .mf-frame {
		background: #FBF7EF;
		box-shadow: 0 0 5px 0 #ddd;
		position: relative;
	}

	#mf3 .mf-inner {
		padding: 50px 10px;
	}




	#mf3 .clist {
		display: block;
	}

	#mf3 .clist .sbox {
		width: auto;
		display: block;
		flex-direction: column;
		margin: 0 0 50px 0;
	}

	#mf3 .clist .sbox:nth-of-type(1) {
		text-align: center;
	}

	#mf3 .clist .sbox:nth-of-type(1) p {
		margin: 0 0 20px 0;
		text-align: center;
	}

	#mf3 .clist .sbox:nth-of-type(1) p:nth-of-type(3) {
		margin: 0 0 10px 0;
	}

	#mf3 .clist .sbox:nth-of-type(1) {
		display: none
	}

	#mf3 .clist .sbox:nth-of-type(n+2) p:nth-of-type(1) {
		text-align: center;
	}


	#mf3 .clist .sbox .stext {
		display: block;
		flex-direction: column;
		margin: 20px 0 20px 0;
	}

	#mf3 .clist .sbox .stext dt {
		display: flex;
		align-items: center;
		border: 1px dashed #00A3CE;
		border-width: 0 0 3px 0;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		font-weight: bold;
		font-size: 1.4em;
		line-height: 1.7em;
	}

	#mf3 .clist .sbox .stext dt img {
		margin: 0 15px 0 0;
	}


	#mf3 .clist .sbox .btn {
		margin: auto 0 0 0;
		text-align: center;
	}

	#mf3 .clist+.btn {
		text-align: center;
	}


	#mf4 {
		padding: 100px 0 0 0;
	}

	#mf4 .mf-inner {
		padding: 0 20px;
	}

	#mf4 #cbox41 {
		text-align: center;

	}

	#mf4 #cbox41 p:nth-of-type(1) {
		display: block;
		align-items: center;
		justify-content: center;
	}

	#mf4 #cbox41 p:nth-of-type(1) img {
		margin: 0 10px 0;
		width: 25px;
	}

	#mf4 #cbox41 p:nth-of-type(n+2) {
		margin: 10px 0 0 0;
		color: #D31818;
		text-align: left;
	}


	#mf4 #cbox42,
	#mf4 #cbox44 {
		display: block;
		align-items: center;
	}

	#mf4 #cbox44 .cboxs {
		width: auto;
		margin: 0 0 50px 0;
	}

	#mf4 #cbox44 .cboxs:first-child,
	#mf4 #cbox44 .cboxs:nth-child(n+2) {
		width: 100%;
	}


	#mf4 #cbox42 .cboxs:nth-of-type(1) {
		margin: 0 0 30px 0;
		text-align: center;
	}

	#mf4 .cbox {
		margin: 0 0 50px 0;
	}

	#mf4 .cbox h3 {
		font-size: 1.0em;
		line-height: 1.7em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	#mf4 .cbox h3 img {
		margin: 0 10px 0 0;
		width: 25px;
	}



	#mf4 .btn {
		text-align: center;
	}



	#mf5 {
		padding: 100px 10px 0 10px;
	}

	#mf5 .mf-frame {
		background: #FBF7EF;
		box-shadow: 0 0 5px 0 #ddd;
		position: relative;
	}

	#mf5 .mf-inner {
		padding: 50px 10px;
		text-align: center;
	}


	#mf5 .btn {
		text-align: center;
		margin: 50px 0 0 0;
	}




	#mf6 {
		padding: 100px 0 0 0;
	}

	#mf6 .mf-inner {
		padding: 0 20px;
	}

	#mf6 .ttl:before,
	#mf6 .ttl:after {
		width: 41%;
	}

	#mf6 .clist {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}


	#mf6 .clist a {
		display: block;
		min-width: 250px;
		box-shadow: 0 0 5px 0 #ddd;
		text-decoration: none;
		margin: 20px 10px;
	}

	#mf6 .clist a img {
		width: 100%;
	}


	#mf6 .clist a dl {
		padding: 5px;
		font-size: 0.8em;
		line-height: 1.7em;
	}

	#mf6 .clist dl dt p.cate {
		font-size: 1.0em;
		line-height: 1.7em;

	}



	#mf6 .btn {
		text-align: center;
		margin: 50px 0 0 0;
	}

}


@media screen and (max-width: 746px) {
	#mainvis h1 img.sp-img {
		margin-top: 45%;
	}

	#mainvis p.top-voice img.sp-img {
		width: 55%;
		margin-left: 45%;
		margin-top: 10%;
	}


	#mainvis img.bnr {
		width: 200px;
		bottom: 4%;
	}

	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}

}