*
{
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
.clfx
{
	clear: both;
}
.clfx:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clfx {
	min-height: 1px; /*IE6、7対策*/
}
* html .clfx {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}
a:hover
{
	opacity: 0.7;
}


.container
{
	width: 100%;
	background: linear-gradient(#7FCEF4, #ffffff, #ffffff, #ffffff);
}

.row {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
}


body {
	font-size: 2rem;
	line-height: 3.5rem;
}



.heads img {
	width: 120%;
}

.docs h2
{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	color: transparent;
	text-align: center;
	height: 30rem;
}
.docs h3 {
	font-weight: bold;
}

.docs.toshi h3 {	color: #00A1E9;	}
.docs.kyoiku h3 {	color: #00A1E9;	}
.docs.hukushi h3 {	color: #15B4A0;	}
.docs.jinken h3 {	color: #6EB92C;	}
.docs.kankyo h3 {	color: #F08200;	}
.docs.keizai h3 {	color: #F093AB;	}
.docs.seikatsu h3 {	color: #9083BD;	}
.docs.gyosei h3 {	color: #083190;	}





h1 img {
	width: 100%;
}



.mbtn li {
	width: 25%;
	float: left;
	list-style-type: none;
	font-size: 0px;
}
.mbtn li a {
	display: inline-block;
	width: 100%;
	height: 22rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-size: 130%;
}
.mbtn .toshi,
.toshi h2 {	background-image: url(../img/t_toshi.png);}
.mbtn .kyoiku,
.kyoiku h2 {	background-image: url(../img/t_kyoiku.png);}
.mbtn .hukushi,
.hukushi h2 {	background-image: url(../img/t_hukushi.png);}
.mbtn .jinken,
.jinken h2 {	background-image: url(../img/t_jinken.png);}
.mbtn .kankyo,
.kankyo h2 {	background-image: url(../img/t_kankyo.png);}
.mbtn .keizai,
.keizai h2 {	background-image: url(../img/t_keizai.png);}
.mbtn .seikatsu,
.seikatsu h2 {	background-image: url(../img/t_seikatsu.png);}
.mbtn .gyosei,
.gyosei h2 {	background-image: url(../img/t_gyosei.png);}




.footer
{
	width: 100%;
	max-width: 1280px;
	margin: 0rem auto;
	padding-top: 1em;
	text-align: center;
}
.footer a {
	text-decoration: none;
	color: #333;
}
.footer .copy
{
	width: 30%;
}
.footer img
{
	width: 20%;
}

footer .mbtn {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: block;
	clear: both;
}
footer .mbtn li {
	width: 12%;
}



.totop {
	bottom: 60px;
	right: 10px;
	position: fixed;
	z-index: 100;
}
.totop a {
	display: block;
	background-color: #005cbe;
	border-radius: 0.5em 0.5em 0.5em 0.5em / 0.5em 0.5em 0.5em 0.5em;
	border: 1px solid #fff;
	padding: 0.5em;
	color: #fff;
	font-size: small;
}






@media only screen and (min-width: 320px) and (max-width: 767px) {

body {
	font-size: 1.5rem;
	line-height: 2.5rem;
}


h1 {
	text-align: center;
}
.col-xs-4 h1 img {
	width: 50%;
}
.col-xs-3 h1 img {
	float: left;
	width: 100%;
	display: inline;
}

.row.head
.abst section {
	display: inline;
	float: left;
}

.docs h2
{
	height: 20rem;
}
.docs h3 {
	font-weight: bold;
	font-size: medium;
	line-height: 2.25rem;
}


footer .mbtn li {
	width: 33%;
	height: 17rem;
}

.col-xs-4 {
	width: 100%;
}
.col-xs-8 {
	width: 100%;
}

.col-xs-3 {
}
.col-xs-9 {
}


.mbtn {
	display: none;
	padding-left: 0%;
}
.mbtn li {
	width: 50%;
}
.mbtn li a {
	display: inline-block;
	width: 100%;
	height: 17rem;
}




}
