/*--------------------------------------------------------------
 * MainReset #0076c3
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	background: #fff;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, 
form, fieldset, legend, input, textarea, figure, 
p, blockquote, th, td {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.6rem;
	font-weight: normal; /*normal*/
	margin: 0;
	padding: 0;
}
body {
	color: #5b5b5b;
	//font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	//font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-family: "小塚明朝 Pro", "Kozuka Mincho Pro", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.maru {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
img {
	/*zoom: .35;*/
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	height: auto;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, select, button {
	vertical-align: middle;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address, caption, code, th {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style-type: none;
}

/*--------------------------------------------------------------
 * common01
--------------------------------------------------------------*/
a {
	color: #000;
	/*color: inherit;*/
	text-decoration: none;
	/*transition: all 0.1s;*/
}
a:active, a:hover {
	color: #0076c3;
	outline: 0;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.5s;
}
input, select, textarea, button {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	margin: 0;
	padding: 5px;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus, select:focus, textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit], input[type=button], button {
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color: #fff;
}
input[type=submit]:active, input[type=button]:active, button:active {
	background-color: #FFFFDF;
}
/* table */
table {
	border-collapse: collapse;
}
table th {
	padding: 30px 6px;
	min-width: 90px;
	text-align: center;
	background-color: #99C7D9;
	border: 1px solid #419CC0;
}
table td {
	padding: 10px;
	border: 1px solid #419CC0;
}
/* radio, checkbox */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + .ctext {
	position: relative;
	vertical-align: middle;
}
input[type=checkbox] + .ctext:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 22px;
	margin-right: 4px;
	vertical-align: middle;
}
input[type=checkbox]:checked + .ctext:before {
	content: "\f374";
	color: #FB5E81;
}
q {
	quotes: '"' '"' "'" "'";
}

/*--------------------------------------------------------------
 * common02
--------------------------------------------------------------*/
.content {
	overflow: hidden;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
h1.h1 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #0076c3;
	border-bottom: 1px solid #0076c3;
	position: relative;
	margin-bottom: calc(6vw / 2 + 25px);
	padding-bottom: 5px;
}
h1.h1:before {
	content: " ";
	position: absolute;
	border-left: 1px solid #0076c3;
	height: 50px;
	bottom: -25px;
	left: 30px;
	transform: rotate(-15deg);
}
/* 480 */
@media (max-width: 480px) {
	h1.h1 {
		font-size: 1.8rem;
	}
}

.nowrap {
	white-space: nowrap;
}
/* color */
.base {
	color: #0076c3;
}
strong {
	color: #0076c3;
}
.bk {
	background-color: #e2eef5;
}
/* margin, padding */
.pb30 {
	padding-bottom: 30px;
}
hr {
	border: none;
	border-bottom: 1px dotted #ccc;
	width: 95%;
	margin: 30px auto;
	padding-top: 30px;
}
.small {
	font-size: 1.3rem;
}
.left,
.right,
.left2,
.right2 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.err404 {
	padding-bottom: calc(6vw / 2 + 40px);
}

/*--------------------------------------------------------------
 * body
--------------------------------------------------------------*/
body {
	margin-top: 30px;
}
/* 768 */
@media (max-width: 768px) {
	body {
		margin-top: 0px;
	}
}

/*--------------------------------------------------------------
 * header
--------------------------------------------------------------*/
#head_line {
	background-color: #0076c3;
	min-height: 30px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 99;
}
#head_line h2 {
	color: #fff;
	line-height: 1;
	font-size: 1.1rem;
	margin-left: 230px;
	margin-top: 10px;
}
header.com h1 {
	padding: 20px;
}
header.com h1 img {
	vertical-align: middle;
}
/* sub page */
header.com #sub_head {
	height: 120px;
}
header.com #sub_head h2 {
	padding: 36px 0 0 30px;
	font-size: 2.8rem;
	color: #fff;
}
/* 768 */
@media (max-width: 768px) {
	#head_line {
		position: initial;
	}
	header.com h1 {
		text-align: center;
	}
	#head_line h2 {
		line-height: 1.2;
		font-size: 1.1rem;
		margin: 0px;
		padding: 10px;
	}
}
/* 480 */
@media (max-width: 480px) {
	header.com #sub_head h2 {
		font-size: 2.0rem;
	}
}


/*--------------------------------------------------------------
 * #sidebar
--------------------------------------------------------------*/
#sidebar {
	background-image: url(/images/sidebar_bk.jpg);
	top: 30px;
	display: table;
	width: 230px;
	position: fixed;
	height: 100%;
	z-index: 999;
}
#sidebar nav {
	padding: 0 0 150px 28px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
#sidebar nav h2 {
	margin-bottom: 60px;
}
#sidebar nav ul {
	width: 170px;
	margin-bottom: 20px;
}
#sidebar nav ul li {
	font-size: 1.6rem;
	line-height: 1.2;
	padding-left: 5px;
	margin: 0 0 30px 0px;
	border-left: 2px solid #fff;
}
#sidebar nav ul li:hover {
	border-left: 2px solid #0076c3;
}
#sidebar nav ul li span.small {
	display: block;
	font-size: 1.0rem;
}
/* 768 */
@media (max-width: 768px) {
	#sidebar {
		top: 0px;
	}
	#sidebar nav {
		padding: 20px 0 150px 28px;
		overflow: hidden;
		display: table-cell;
		vertical-align: top;
	}
}

/*--------------------------------------------------------------
 * main
--------------------------------------------------------------*/
main {
	padding-left: 230px;
}
/* 768 */
@media (max-width: 768px) {
	main {
		padding-left: 0px;
	}
}

/*--------------------------------------------------------------
 * #slider
--------------------------------------------------------------*/
#slider {
	height: calc(50vw / 5 * 3 + 100px)!important;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: calc(6vw / 2 + 25px);
}
.vegas-timer {
	display: none;
}
#slider .next {
	position: absolute;
	top: 47%;
	right: 10px;
	opacity: 0.7;
}
#slider .prev {
	position: absolute;
	top: 47%;
	left: 10px;
	opacity: 0.7;
}
#slider .next:hover {
	cursor: pointer;
	opacity: 1;
}
#slider .prev:hover {
	cursor: pointer;
	opacity: 1;
}

/*--------------------------------------------------------------
 * #top #s01                                           banner
--------------------------------------------------------------*/
#top #s01 {
	text-align: center;
	margin-bottom: calc(6vw / 2 + 25px);
}
#top #s01 .content {
	max-width: 788px;
}
#top #s01 ul li {
	margin-bottom: 20px;
}
#top #s01 ul li:last-child {
	margin-bottom: 0px;
}

/*--------------------------------------------------------------
 * #top #s02                                         お知らせ
--------------------------------------------------------------*/
#top #s02 {
	background: #e2eef5;
	padding-top: calc(6vw / 2 + 40px);
	padding-bottom: calc(6vw / 2 + 40px);
}
#top #s02 dl {
	max-width: 600px;
	margin: 0 auto;
}
#top #s02 dl dt {
	text-align: center;
	width: 150px;
	margin-bottom: 5px;
	float: left;
}
#top #s02 dl dd {
	margin-bottom: 5px;
	margin-left: 160px;
}
/* 480 */
@media (max-width: 480px) {
	#top #s02 dl dt {
		width: 100px;
	}
	#top #s02 dl dd {
		margin-left: 110px;
	}
}

/*--------------------------------------------------------------
 * #top #s03                                         私の想い
--------------------------------------------------------------*/
#top #s03 {
	padding-top: calc(6vw / 2 + 40px);
	background: url(/images/s03_bk.jpg);
	background-position: center center;
	background-size: cover;
}
#top #s03 .content {
	position: relative;
}
#top #s03 h1.h1 {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#top #s03 h1.h1:before {
	border-left: 1px solid #fff;
}
#top #s03 .txt {
	color: #fff;
}
#top #s03 .sign {
	text-align: right;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 60px 0 calc(6vw / 2 + 40px) 0;
	color: #fff;
}
#top #s03 .sign .br {
	display: none;
}
#top #s03 .small {
	font-size: 1.3rem;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}
/* .word */
#top #s03 .word {
	text-align: center;
	padding-top: calc(6vw / 2 + 25px);
	padding-bottom: calc(6vw / 2 + 25px);
	background: #e2dcca;
	margin-top: -13px;
	z-index: 999;
	position: relative;
}
#top #s03 .word .content {
	max-width: 788px;
}
#top #s03 .word h2 {
	font-weight: bold;
	margin-bottom: 20px;
}
#top #s03 .word p {
	font-size: 1.8rem;
	font-weight: bold;
}
/* 480 */
@media (max-width: 580px) {
	#top #s03 .word p {
		font-size: 1.6rem;
	}
	#top #s03 .txt {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	#top #s03 .sign {
		padding-right: 0px;
		margin: 0px 0 calc(6vw / 2 + 40px) 0;
	}
}

/*--------------------------------------------------------------
 * #top #s04                                     今までの活動
--------------------------------------------------------------*/
#top #s04 {
	padding-top: calc(6vw / 2 + 40px);
	padding-bottom: calc(6vw / 2 + 40px);
}
#top #s04 ul {
	max-width: 600px;
	margin: 0 auto;
}
#top #s04 li {
	max-width: 49%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}
#top #s04 li p {
	line-height: 1.2;
	font-size: 1.4rem;
	margin: 0 auto;
	max-width: 245px;
	width: 100%;
	text-align: left;
}
#top #s04 li img {
	border-radius: 7px;
}
/*--------------------------------------------------------------
 * #top #s05                                         Facebook
--------------------------------------------------------------*/
#top #s05 {
	padding-top: calc(6vw / 2 + 40px);
	padding-bottom: calc(6vw / 2 + 40px);
}
#top #s05 iframe {
	margin: 0 auto;
	display: block;
}

/*--------------------------------------------------------------
 * #sub common
--------------------------------------------------------------*/
#sub section {
	padding-top: calc(6vw / 2 + 40px);
	padding-bottom: calc(6vw / 2 + 40px);
}
#sub #sub_head img {
	width: 100%;
}
#sub section h1 {
	margin-bottom: 10px;
}
#sub section h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#sub section h1 + h2 {
	text-align: center;
	margin-bottom: 50px;
}
#sub section p {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
 * #sub.seisaku #s01                                     政策
--------------------------------------------------------------*/
#sub.seisaku #s01 {
	text-align: center;
}
#sub.seisaku #s01 .content {
	max-width: 788px;
}
#sub.seisaku #s01 h1 {
	margin-bottom: 30px;
}
#sub.seisaku #s01 ul {
	max-width: 564px;
	margin: 0 auto;
	text-align: left;
}
#sub.seisaku #s01 ul li {
	width: 275px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
#sub.seisaku #s01 ul li a {
	border: 2px solid #b5b6b6;
	background: #eeefef;
	width: 100%;
	padding: 12px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#sub.seisaku #s01 ul li a:hover {
	background: #898989;
	color: #fff;
}
#sub.seisaku #s01 ul li:nth-child(even) {
	margin-right: 0;
}
/* 930 */
@media (max-width: 930px) {
	#sub.seisaku #s01 ul li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
 * #sub.seisaku #s02                                     政策
--------------------------------------------------------------*/
#sub.seisaku header.com #sub_head {
	background: url(/images/sub_head_seisaku.jpg);
	background-position: center top;
	background-size: cover;
}
#sub.seisaku #s02 h3 {
	margin-bottom: 30px;
	font-weight: bold;
}

/*--------------------------------------------------------------
 * #sub.profile #s01                             プロフィール
--------------------------------------------------------------*/
#sub.profile header.com #sub_head {
	background: url(/images/sub_head_profile.jpg);
	background-position: center top;
	background-size: cover;
}
#sub.profile #s01 h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#sub.profile #s01 h3 span.h3 {
	color: #0076c3;
	padding-left: 5px;
	border-left: 3px solid #0076c3;
	font-weight: bold;
}
#sub.profile #s01 dl dt {
	padding: 8px 0 8px 8px;
	float: left;
}
#sub.profile #s01 dl dd {
	margin-bottom: 5px;
	padding: 8px 0 8px 190px;
}
#sub.profile #s01 dl dd:nth-of-type(even) {
	background: #e2dcca;
}
#sub.profile #s01 dl dt:nth-of-type(even) {
	background: #e2dcca;
}
/* 480 */
@media (max-width: 480px) {
	#sub.profile header.com #sub_head {
		background-position: left -100px top;
	}
	#sub.profile #s01 dl dt {
		padding: 8px 0 0px 8px;
		float: none;
	}
	#sub.profile #s01 dl dd {
		padding: 8px 0 8px 35px;
	}
}

/*--------------------------------------------------------------
 * #sub.blog #s01                                     ブログ
--------------------------------------------------------------*/
#sub.blog header.com #sub_head {
	background: url(/images/sub_head_blog.jpg);
	background-position: center top;
	background-size: cover;
}
#sub.blog .content {
	max-width: 788px;
}
#sub.blog #s01 .left,
#sub.blog #s01 .left2 {
	width: 70%;
	padding-right: 10px;
}
#sub.blog #s01 .right,
#sub.blog #s01 .right2 {
	width: 30%;
	padding-left: 15px;
	margin-top: 43px;
}
/* right */
#sub.blog #s01 .right h3 {
	background: #0076c3;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#sub.blog #s01 .right ul {
	margin-bottom: calc(6vw / 2 + 25px);
}
#sub.blog #s01 .right ul li ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#sub.blog #s01 .right ul li ul li:last-child {
	border-bottom: none;
}
/* left */
#sub.blog #s01 h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#sub.blog #s01 h3 a:hover span.h3 {
	color: orange;
	border-left: 3px solid orange;
}
#sub.blog #s01 h3 span.h3 {
	color: #0076c3;
	padding-left: 5px;
	border-left: 3px solid #0076c3;
	font-weight: bold;
}
#sub.blog #s01 .left article {
	overflow: hidden;
}
#sub.blog #s01 .left a {
	color: #0076c3;
}
#sub.blog #s01 .left a:hover {
	color: orange;
}
#sub.blog #s01 .left .wrap {
	margin: 30px 0 60px 0;
}
/* left -> LR */
#sub.blog #s01 .left .left2 {
	width: 35%;
}
#sub.blog #s01 .left .right2 {
	margin-top: 0px;
	width: 65%;
}
#sub.blog #s01 .left .right2 .more {
	display: block;
	text-align: right;
	margin-right: 10px;
}
/* single nav */
#nav-below {
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
/**/
#sub.blog #archives-2 ul li::before {
	content: "\00226b";
	margin-right: 5px;
}
#sub.blog .archive_title {
	font-weight: bold;
	margin: -20px 0 30px 0;
}
#sub.blog .blog_list {
	text-align: center;
}
/***
 * Pager
 */
.navigation {
	margin-top: 20px;
	overflow: hidden;
}
ul.page-numbers {
	padding: 10px 0;
	text-align: center;
}
ul.page-numbers li {
	display: inline;
	margin: 0 1px!important;
	padding: 0;
	width: initial!important;
}
ul.page-numbers li span,
ul.page-numbers li a {
	display: inline-block;
	padding: 4px 8px;
	color: #0076c3;
	border: 1px solid #0076c3;
	text-decoration: none;
	vertical-align: middle;
}
ul.page-numbers li span {
	background-color: #ddd;
}
ul.page-numbers li a:hover {
	border-color: #0076c3;
	background-color: #0076c3;
	color: #fff!important;
}
/* 480 */
@media (max-width: 480px) {
	#sub.blog #s01 .left {
		width: 100%;
		padding-right: 0px;
	}
	#sub.blog #s01 .right {
		width: 100%;
		padding-left: 0px;
	}
}

/*--------------------------------------------------------------
 * #sub.contact                                  お問い合わせ
--------------------------------------------------------------*/
#sub.contact header.com #sub_head {
	background: url(/images/sub_head_blog.jpg);
	background-position: center top;
	background-size: cover;
}
#sub.contact .content {
	max-width: 550px;
}
#sub.contact .note {
	color: green;
}
#sub.contact span.name {
	text-align: right;
	display: block;
	font-weight: bold;
}
.mw_wp_form .error {
	color: red!important;
}
.mw_wp_form_send_error,
.red, .error {
	color: red!important;
}
form dl dt {
	font-weight: bold;
}
form dl dd {
	margin-left: 0px;
	margin-bottom: 15px;
}
form input[type=text],
form input[type=email] {
	width: 100%;
	border-radius: 5px;
}
form textarea {
	width: 100%;
}
form .control {
	width: 100%;
	text-align: center;
}
form .control input {
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
}
form .control input:hover {
	opacity: 0.6;
}

/*--------------------------------------------------------------
 * #sub.backnumber #s01                               PDF一覧
--------------------------------------------------------------*/
#sub.backnumber header.com #sub_head {
	background: url(/images/sub_head_backnumber.jpg);
	background-position: center top;
	background-size: cover;
}
#sub.backnumber #s01 ul li {
	width: 31%;
	margin: 0 2.7% 60px 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
#sub.backnumber #s01 ul li:nth-child(3n) {
	margin-right: 0;
}
#sub.backnumber #s01 ul li p {
	line-height: 1.1;
	border-left: 3px solid #0076c3;
	padding-left: 8px;
}
#sub.backnumber #s01 ul li p span.pdf {
	display: inline-block;
	float: right;
}
#sub.backnumber #s01 ul li p span.pdf a {
	color: #0076c3;
}
#sub.backnumber #s01 ul li p span.pdf a:hover {
	color: orange;
}
/* 480 */
@media (max-width: 480px) {
	#sub.backnumber #s01 ul li {
		width: 47.5%;
	}
	#sub.backnumber #s01 ul li:nth-child(3n) {
		margin-right: 2.7%;
	}
	#sub.backnumber #s01 ul li:nth-child(2n) {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
 * drawer
--------------------------------------------------------------*/
.drawer-toggle {
	display: none;
}
/* 768 */
@media (max-width: 768px) {
	.drawer-nav {
		left: -24rem;
	}
	.drawer-open .drawer-hamburger {
		display: block;
	}
}

/*--------------------------------------------------------------
 * float-nav
--------------------------------------------------------------*/
#float-nav {
	display: none;
}
/* 768 */
@media (max-width: 768px) {
	#float-nav {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0px;
		z-index: 60;
		width: 100%;
		height: 50px;
		background-color: rgba(255,255,255,0.9);
		box-shadow: 0px 0px 10px rgba(0,0,0,0.54);
		transform: translate(0px, 0px);
		transition: transform 0.2s ease
	}
	#float-nav .nav-list {
		box-sizing: border-box;
		display: table;
		width: 100%;
		height: 100%;
		padding: 4px 0
	}
	#float-nav .nav-list .item {
		box-sizing: border-box;
		display: table-cell;
		width: 33%;
		text-align: center;
		vertical-align: middle
	}
	#float-nav .nav-list .item a {
		display: block;
		text-decoration: none;
	}
	#float-nav .nav-list .item a:hover {
		opacity: 0.7;
	}
	#float-nav .nav-list .item a * {
		color: #00a4d8;
		font-size: 13px;
		line-height: 1;
	}
	#float-nav .nav-list .item i {
		font-size: 24px;
	}
	#float-nav .nav-list .item .title {
		margin-top: 2px;
		line-height: 1.1;
		font-size: 10px;
	}
	#float-nav.nav-hidden {
		transform: translate(0px, 50px)
	}
}

/*--------------------------------------------------------------
 * footer
--------------------------------------------------------------*/
footer {
	background: #e2eef5;
	padding: 30px 0 0 230px;
}
footer .content {
	background: url(/images/foot_bk.png) top right 20px no-repeat;
	max-width: 788px;
	min-height: 90px;
}
footer address {
	display: inline-block;
	font-style: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #aaa;
}
footer address h1 {
	line-height: 1;
	font-size: 2.2rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
footer address ul {
	display: inline-block;
	vertical-align: middle;
}
footer address ul li {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
footer dl dt,
footer dl dd {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
footer #copy {
	color: #fff;
	font-size: 1.0rem;
	background: #0076c3;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0 5px 0;
}
/* 768 */
@media (max-width: 768px) {
	footer {
		background: #e2eef5;
		padding: 30px 0 0 0px;
		margin-bottom: 50px;
	}
}
