@charset "euc-jp";
/* CSS Document */

#mv {
	width: 100%;
	margin: 0;
	text-align: center;
	background: #6DC8E3;
	background: -webkit-linear-gradient(top bottom, #6DC8E3, #FFF); 
	background: linear-gradient(to bottom, #6DC8E3, #FFF); 
	padding-top: 0;
}
#mv section {
	position: relative;
	padding: 0;
}
#mv h1 {
	display: block;
	position: absolute;
	color: #000;
	line-height: 1.5;
	padding: 0;
	width: 80%;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}
#mv h1 strong {
	font-size: 3.6rem;
}
#mv h1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100px;
	height: 45px;
	top: -45px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/sb1.png) no-repeat center;
	background-size: contain;
}
.topcon {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#topbox1 {
	width: 45%;
}
#topbox1 .button {
	width: 90%;
}
#topbox1 .buttonCol2 {
	border-top-color: #666;
	border-left-color: #666;
}
#topbox2 {
	width: 50%;
	order: -1;
}
#topme {
	background: #EEE;
}
.topbox {
	width: 49%;
	text-align: center;
}

#topinfo {
	background: #001040;
	-webkit-linear-gradient(to bottom, #001040, #005EBB);
	background: linear-gradient(to bottom, #001040, #005EBB);
	color: #FFF;
}
#topinfo section, .blogwrap section {
	padding-top: 1em;
}
#topinfo .sunb::before {
	background-image: url(../images/sbw2.png) !important;
}
#topinfo .list a:link, #topinfo .list a:visited {
	color: #FFF;
}
#topinfo .list li a .date {
	color: #CCC;
}

#ft-l .footerlink {
	list-style: none;
	margin: 1em 0;
	display: flex;
	flex-flow: row wrap;
}
#ft-l .footerlink .f-icon {
	text-align: center;
	width: 50px;
	margin: 5px 8px;
	border: none;
	padding: 0;
}
#ft-l .footerlink .f-icon a {
	display: block;
	background: #328ACA;
	border: none;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	padding: 8px;
}

@media screen and (max-width:699px){
#mv h1 strong {
	font-size: 3rem;
}
#topbox1, #topbox2, .topbox {
	width: 100%;
}
#topbox2 {
	order: 0;
}
}

@media screen and (max-width:649px){
#ft-l .footerlink {
	justify-content: center;
}
}