@charset "utf-8";


/* fonts
------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?3kxpk0');
  src:  url('../fonts/icomoon.eot?3kxpk0#iefix') format('embedded-opentype'),
				url('../fonts/icomoon.ttf?3kxpk0') format('truetype'),
				url('../fonts/icomoon.woff?3kxpk0') format('woff'),
				url('../fonts/icomoon.svg?3kxpk0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: "\e900";
}
.icon-rightarrow:before {
  content: "\e901";
}
.icon-tel:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e903";
}


/* base
------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #555;
}
html:before {
	height: 7px;
	left: 0;
	right: 0;
	top: 0;
}
html:after {
	width: 7px;
	top: 0;
	right: 0;
	bottom: 0;
}
body:before {
	height: 7px;
	right: 0;
	bottom: 0;
	left: 0;
}
body:after {
	width: 7px;
	top: 0;
	bottom: 0;
	left: 0;
}
html:before, html:after, body:before, body:after {
	content: "";
	background: #2166b9;
	position: fixed;
	display: block;
	z-index: 10000;
}

/* Link Color */
a:link {
	color: #1a0dab;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:visited {	color: #1a0dab; text-decoration: underline; }
a:hover { text-decoration: none; opacity: 0.6; }
a:active { text-decoration: none; }
/* bottom space fix for img */
img {
  max-width: 100%;
  height: auto;
	vertical-align: bottom;
}

/* Modern browsers like Firefox, Safari, Opera */
.cfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE*/
.cfx { display: inline-block; }

/* Hides from IE-mac \*/
* html .cfx { height: 1%; }
.cfx {	display: block; }
/* End hide from IE-mac */

.fl { float: left; }
.fr { float: right; }

@media only screen and (min-width: 0px) and (max-width:480px) {
	.fl { float: none; }
	.fr { float: none; }
}

a.btn {
	display: block;
	width: 100px;
	padding: 6px 0;
	border: 1px solid #2166b9;
	color: #2166b9;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a.btn:hover {
	color: #FFF;
	background: #2166b9;
	opacity: 1;
}



/* page
------------------------------------------------------------- */
#container {
	position: relative;
	min-width: 1220px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#container {
		padding-top: 0 !important;
		min-width: 320px;
		width: auto;
	}
}
.inr {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	.inr {
		width: 100%;
		min-width: 100%;
		box-sizing: border-box;
	}
}

#pagetop {
	position: fixed;
	z-index: 1000;
	right: 17px;
	bottom: 100px;
}
#pagetop a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #2166b9;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop a:before {
	position: absolute;
	display: block;
	content: "";
	border-style: solid;
	border-width: 0 7.5px 13px 7.5px;
	border-color: transparent transparent #FFF transparent;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#pagetop {
		bottom: 80px;
	}
}



/* header　ヘッダー
------------------------------------------------------------- */
#header {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1220px;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
	background: #fff;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#header {
		position: static;
    box-shadow: none;
		height: auto;
		min-width: 320px;
	}
}

/* lead */
#header .lead {
	min-width: 1180px;
	margin: 0 auto;
	background: #2166b9;
}
#header .lead h1,
#header .lead p {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
	padding: 5px 20px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#header .lead {
		display: none;
	}
	#header .lead h1,
	#header .lead p {
		width: auto;
		min-width: auto;
	}
}

/* logo */
#header .logo {
	height: 40px;
	margin: 25px 0;
}
#header .logo a {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}
#header .logo a img {
	vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#header .logo {
		height: auto;
		margin: 20px 0 0;
		padding: 0;
	}
	#header .logo a {
		display: block;
		height: auto;
		text-align: center;
	}
}

/* contacts */
#contacts {
	margin: 16px 0;
	font-size: 10px;
}
#contacts p {
	float: left;
	padding-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	margin-right: 20px;
	line-height: 1.4;
}
a.tel_link {
	position: relative;
	margin-top: 12px;
	padding-left: 30px;
	color: #2166b9;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.1;
}
a.tel_link:before {
	position: absolute;
	display: block;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	content: "\e902";
	line-height: 1;
	color: #2166b9;
	font-size: (14px*1.6);
	font-size: 1.6rem;
	top: 2px;
	left: 0;
}
#contacts dl {
  margin-top: 5px;
}
#contacts dl,
#sp_contacts dl {
	margin-left: 20px;
	line-height: 1.1;
	font-weight: bold;
}
#contacts dl dt,
#sp_contacts dl dt {
	clear: both;
	float: left;
	width: 57px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
#contacts dl dt:first-child,
#sp_contacts dl dt:first-child {
	margin-bottom: 5px;
}
#contacts dl dd,
#sp_contacts dl dd {
	float: left;
	width: 160px;
	margin-left: 10px;
}
#contacts dl dd:last-child {
	clear: both;
	margin-top: 5px;
	margin-left: 67px;
	color: #2166b9;
}
#contacts .btn {
	margin-top: 12px;
	margin-left: 20px;
	font-size: 12px;
}
#sp_contacts {
	display: none;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#contacts {
		margin: 0 0 10px 0;
		text-align: center;
	}
	#contacts p { 
		display: none;
	}
	#contacts a.tel_link {
		display: none;
	}
	#contacts dl {
		display: none;
	}
	#contacts .btn {
		display: none;
	}
	#sp_contacts {
		display: block;
		padding: 0 20px 0;
		overflow: inherit;
		font-size: 10px;
		text-align: center;
	}
	#sp_contacts .btn {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
	}
	#sp_contacts a.tel_link {
		display: table;
    margin: 0 auto 10px;
		font-size: 24px;
		vertical-align: bottom;
		padding-top: 4px;
	}
	#sp_contacts a.tel_link:before {
		font-size: (14px*1.4);
		font-size: 1.4rem;
		top: 4px;
	}
	#sp_contacts dl {
		display: inline-block;
		margin: 5px auto 0;
		overflow: hidden;
	}
	#sp_contacts dl dd {
		width: 160px;
	}
	#sp_contacts p {
		margin-bottom: 10px;
		color: #2166b9;
		font-size: 13px;
		font-weight: bold;
	}
}

/* headnav */
#headnav {
	height: 60px;
	clear: both;
	border-top: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
}
#headnav span {
	display: none;
}
#headnav ul {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
#headnav ul li {
	float: left;
	width: 195px;
	margin-left: 2px;
	text-align: center;
}
#headnav ul li:first-child {
	margin-left: 0;
}
#headnav nav ul .close {
	display: none;
}
#headnav ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	color: #555;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#headnav ul li a:hover {
	color: #e01f2b;
	opacity: 1;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#gnav:target {
		top: 0px;
	}
	#headnav {
		height: 0;
		width: 100%;
		min-width: 320px;
		text-align: left;
		border-top: none;
	}
	#headnav nav {
		width: 100%;
		min-width: 100%;
		position: fixed;
		top:-535px;
		z-index:100;
		transition: top 1s;
	 -webkit-transition: top 1s;
	 -moz-transition: top 1s;
		padding: 10px 20px;
		border-top: 1px solid #f4f4f4;
	 	background: rgba(33,102,185,.9);
	 	box-sizing: border-box;
	}
	#headnav ul {
		width: 100%;
		min-width: 100%;
	}
	#headnav nav ul li {
		width: 100%;
		float: none;
		margin-left: 0;
		border-bottom: 1px solid #f4f4f4;
		box-sizing: border-box;
	}
	#headnav nav ul li:last-child {
		border-bottom: none;
	}
	#headnav nav ul li a {
		border:none;
	}
	#headnav nav ul .close{
		display:block;
	}
	#headnav nav ul li a {
		color: #fff;
		padding: 15px 5px;
		font-size: 12px;
		text-decoration: none;
		text-align: left;
	}
}



/* splash　メイングラフィック
------------------------------------------------------------- */
#splash {
	height: 450px;
	background-image: url(../img/splash_default.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#splash .inr {
	margin: 0 auto;
}
#splash-under {
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	body #splash {
		height: auto;
		background-position: center top;
		background-color: #2166b9;
		background-size: auto 150px;
	}
	#splash .inr {
		position: static;
		width: auto;
		min-width: 320px;
		height: auto;
		padding: 0;
	}
	#splash-under {
    height: auto;
    background-position: center top;
    background-size: auto 150px;
  }
}
/* catch */
#catch {
	display: table-cell;
	height: 450px;
	vertical-align: middle;
	color: #fff;
}
#catch p,
#catch h1 {
	font-size: 16px;
	font-weight: bold;
}
#catch h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
#catch p {
	margin-top: 20px;
}
#catch .br {
	display: block;
	margin-top: 5px;
	font-size: 50px;
	line-height: 1;
}
#splash-under #catch {
  height: 250px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#catch {
		position: static;
		height: 150px;
		padding: 150px 0 10px;
		height: auto;
		color: #fff;
	}
	#catch p,
	#catch h1 {
		margin-bottom: 0;
		padding: 10px;
		font-size: 130%;
	}
	#catch h2 {
		margin: 20px;
		font-size: 20px;
	}
	#catch p {
		margin-top: 0;
		padding: 0 20px 10px;
		font-size: 14px;
	}
	#catch .br {
		display: inline;
		font-size: 20px;
	}
  #splash-under #catch {
    height: auto;
  }
}



/* contents
------------------------------------------------------------- */
#contents {
	position: static;
	margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#contents {
		width: auto;
		min-width: 320px;
	}
	#main {
		float: none;
		width: auto;
	}
}

#main .mfrm .bg {
	padding: 80px 0;
}
#main .mfrm .mhead {
	padding-top: 5px;
	color: #2166b9;
	font-size: 28px;
	text-align: center;
	line-height: 1;
}
#main .mfrm .inr {
  overflow: visible;
}
#sec {
	padding-bottom:80px;
}
#sec h2 {
	padding-top: 5px;
	color: #2166b9;
	font-size: 28px;
	text-align: center;
	line-height: 1;
	margin-bottom: 2em;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#main .mfrm .bg {
		padding: 60px 0;
		background-position: center 30px;
	}
	#main .mfrm .mhead {
		font-size: 22px;
		line-height: 1.3;
	}
}

/* emphasis */
#contents em {
	font-style: normal;
	font-weight: bold;
}
/* strong */
#contents strong {
	font-weight: bold;
}
strong {
	font-weight: 500;
}
/* blockquote */
#contents blockquote {
	position: relative;
	display: block;
	margin-left: 30px;
	padding: 15px 15px 15px 70px;
	border: 1px solid #9b9a96;
	color: #9B9A96;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contents blockquote:before{
	position: absolute;
	left: 20px;
	top: 10px;
	content: "“";
	font-size: 500%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1;
	color: #e6e6e6;
}

/* pankz */
.pankz {
	width: 1180px;
	margin: 20px auto;
}
.pankz ol li {
	display: inline;
}
.pankz ol li a {
	color: #2166b9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	.pankz {
		width: auto;
		padding: 10px 10px 0;
	 }
	.pankz ol li {
		display: inline;
	}
}



/* field　取扱業務
------------------------------------------------------------- */
#field .mbody div {
	overflow: hidden;
	margin-top: 60px;
}
#field .mbody div img {
	float: left;
	margin-right: 20px;
}
#field .mbody div:nth-child(even) img {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
#field .mbody div h3,
#field .mbody div p {
	width: 920px;
  float: right;
}
#field .mbody div:nth-child(even) h3,
#field .mbody div:nth-child(even) p {
	float: left;
}
#field .mbody div h3 {
	position: relative;
	padding: 5px 0 5px 30px;
	color: #555;
	font-weight: bold;
	font-size: 22px;
  border: 2px solid #EEEEEE;
  border-radius: 5px;
	box-sizing: border-box;
}
#field .mbody div h3:before {
  position: absolute;
  display: block;
  content: "";
  background: #2166b9;
  height: 25px;
  width: 7px;
  top: 9px;
  left: 10px;
}
#field .mbody div p {
	font-size: 16px;
	margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#field .mbody div {
		margin-top: 40px;
	}
	#field .mbody div img {
    float: none;
    margin: 0 0 1em;
	}
	#field .mbody div:nth-child(even) img {
    float: none;
    margin: 0 0 1em;
  }
	#field .mbody div h3 {
		font-size: 18px;
	}
	#field .mbody div h3:before {
		top: 6px;
	}
	#field .mbody div h3,
	#field .mbody div p {
		width: 100%;
		float: none;
		clear: both;
	}
	#field .mbody div:nth-child(even) h3,
	#field .mbody div:nth-child(even) p {
		float: none;
	}
	#field .mbody div p {
    font-size: 14px;
	}
	
	img.fit {
		width: 100%;
		height: auto;
	}
}



/* caseexample　基礎知識
------------------------------------------------------------- */
#caseexample {
	position: static;
}
#caseexample .bg {
	background-color: #2166b9;
	color: #fff;
}
#main #caseexample .mhead {
	color: #fff;
}
#caseexample .mbody ul li {
	float: left;
	overflow: hidden;
	width: 380px;
	height: 90px;
	margin: 40px 0 0 20px;
}
#caseexample .mbody ul li:nth-child(1),
#caseexample .mbody ul li:nth-child(4),
#caseexample .mbody ul li:nth-child(7) {
	margin: 40px 0 0 0;
}
#caseexample .mbody ul li img {
	float: left;
	margin-right: 10px;
}
#caseexample .mbody ul li p {
	font-size: 14px;
}
#caseexample .mbody ul li a {
	color: #fff;
	font-size: 20px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#caseexample .mbody ul {
		width: auto;
		margin-left: 0;
	}
	#caseexample .mbody ul li {
		float: none;
		overflow: hidden;
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
	}
	#caseexample .mbody ul li:nth-child(1),
	#caseexample .mbody ul li:nth-child(4),
	#caseexample .mbody ul li:nth-child(7) {
		margin: 20px 0 0 0;
	}
	#caseexample .mbody ul li a {
		font-size: 18px;
	}
}



/* keyword　よく検索されるキーワード
------------------------------------------------------------- */
#keyword {
	background: url(../img/key_bg.jpg) no-repeat fixed 0 0 / cover rgba(0, 0, 0, .25);
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	color: #555;
}
#main #keyword .mhead {
	color: #fff;
}
#keyword .mbody div {
	float: left;
	width: 380px;
	margin: 40px 0 0 20px;
	padding: 20px;
	background: rgba(255,255,255,.75);
	box-sizing: border-box;
}
#keyword .mbody div:nth-child(1),
#keyword .mbody div:nth-child(4),
#keyword .mbody div:nth-child(7) {
	margin: 40px 0 0 0;
}
#keyword .mbody h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
#keyword .mbody ul li {
	position: relative;
	padding-left: 15px;
}
#keyword .mbody ul li:before {
	position: absolute;
	display: block;
	content: "";
	background-color: #555;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
#keyword .mbody ul li a {
	color: #555;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#keyword .mbody div {
		width: 100%;
		margin: 20px 0 0 0;
	}
	#keyword .mbody div:nth-child(1),
	#keyword .mbody div:nth-child(4),
	#keyword .mbody div:nth-child(7) {
		margin: 20px 0 0 0;
	}
	#keyword .mbody h3 {
		font-size: 18px;
	}
}



/* staff　代表紹介
------------------------------------------------------------- */
#staff .mbody .staff {
	overflow: hidden;
	margin-top: 60px;
}
#staff .mbody .staff_left {
	float: left;
	width: 240px;
	box-sizing: border-box;
}
#staff .mbody .staff_right {
	float: right;
	width: 100%;
	margin-left: -240px;
	padding-left: 270px;
	box-sizing: border-box;
}
#staff .mbody .staff_img {
	text-align: center;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#staff .mbody .staff_left {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	#staff .mbody .staff_right {
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
}



/* company　事務所概要
------------------------------------------------------------- */
#company .mbody .company {
	overflow: hidden;
	margin-top: 60px;
}
#company .mbody .company_left {
	float: left;
	width: 100%;
	margin-right: -350px;
	padding-right: 380px;
	box-sizing: border-box;
}
#company .mbody .company_right {
	float: right;
	width: 350px;
	box-sizing: border-box;
}
#company .mbody .company_img {
	text-align: center;
}
#company .mbody table {
	width: 100%;
}
#company .mbody table tr:first-child th {
	border-top: 1px solid #2166b9;
}
#company .mbody table tr:first-child td {
	border-top: 1px solid #DDD;
}
#company .mbody table th,
#company .mbody table td {
	display: table-cell;
	width: auto;
	height: auto;
	color: #333;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 15px;
    box-sizing: border-box;
}
#company .mbody table th {
	width: 30%;
	border-bottom: 1px solid #2166b9;
}
#company .mbody table td {
	width: 70%;
	border-bottom: 1px solid #DDD;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#company .mbody .company_left {
		float: none;
		margin: 0 0 1em;
		padding-right: 0;
	}
	#company .mbody .company_right {
		float: none;
		width: 100%;
	}
	#company .mbody table tr:first-child th {
		border-top: none;
	}
	#company .mbody table tr:first-child td {
		border-top: none;
	}
	#company .mbody table th,
	#company .mbody table td {
		display: block;
		width: 100%;
		font-size: 14px;
		border-bottom: none;
		padding: 0;
	}
	#company .mbody table th {
		color: #2166b9;
		padding: 5px 0;
	}
	#company .mbody table td {
		padding: 0 0 1rem 1rem;
	}
}

/* data-list */
#staff dl,
#company dl {
	margin-top: 20px;
}
#staff dl:first-child,
#company dl:first-child {
	margin-top: 0;
}
#staff dl dt,
#company dl dt {
	position: relative;
	padding: 0 0 5px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #333;
}
#staff dl dt:before,
#company dl dt:before {
	position: absolute;
	display: block;
	content: "";
	background-color: #2166b9;
	width: 12px;
	height: 12px;
	top: 8px;
	left: 0;
}
#staff dl dd,
#company dl dd {
	font-size: 16px;
	padding: 1rem;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#staff dl dt,
	#company dl dt {
		font-size: 16px;
	}
	#staff dl dt:before,
	#company dl dt:before {
		width: 10px;
		height: 10px;
	}
	#staff dl dd,
	#company dl dd {
		font-size: 14px;
	}
}


/* access　アクセスマップ
------------------------------------------------------------- */
#main #access .bg {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}



/* footer　フッター
------------------------------------------------------------- */
#footer {
	color: #fff;
	background-color: #2166b9;
}
#footer .lead {
	min-width: 1180px;
	border-bottom: 1px solid #fff;
}
#footer .lead p {
	width: 1180px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
  #footer {
    padding-bottom: 80px;
  }
	#footer .lead {
		min-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#footer .lead p {
		width: 100%;
	}
}

/* footer navi */
#footnav {
	padding: 30px 0 10px;
	overflow: hidden;
}
#footnav nav {
	float: left;
}
#footnav nav ul li {
	float: left;
	padding-left: 20px;
}
#footnav nav ul li:first-child {
	padding-left: 0;
}
#footnav nav ul li a {
	text-decoration: none;
	color: #fff;
}
#footnav nav ul li a:hover,
#footnav nav ul li a:active {
	text-decoration: underline;
}
#footnav .copyright {
	float: right;
	font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#footnav {
		width: 100%;
		min-width: 300px;
		padding: 20px 20px 10px;
	}
	#footnav nav {
		float: none;
		width: 100%;
	}
	#footnav nav ul {
		overflow: hidden;
	}
	#footnav .copyright {
		float: none;
		margin-top: 20px;
		clear: both;
	}
}

/* smartphone footer */
.footer_menu {
	display: none;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
  .footer_menu {
    display: block;
    position: fixed;
    padding: 10px;
    bottom: 0;
    height: 65px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1000;
    border-top: 1px solid #2166b9;
  }
  .footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer_menu ul li {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
    text-align: center;
    padding-top: 25px;
  }
  .footer_menu ul li a {
    color: #2166b9;
    text-decoration: none;
  }
  .footer_menu ul li.menu span {
    position: relative;
  }
  .footer_menu ul li.menu span:before {
    position: absolute;
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e903";
    color: #2166b9;
    font-size: (14px*1.3);
    font-size: 1.3rem;
    line-height: 1;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .footer_menu ul li.tel span {
    position: relative;
  }
  .footer_menu ul li.tel span:before {
    position: absolute;
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e902";
    color: #2166b9;
    font-size: (14px*1.6);
    font-size: 1.6rem;
    top: -35px;
    left: 2px;
    right: 0;
    margin: auto;
  }
  .footer_menu ul li.mail span {
    position: relative;
  }
  .footer_menu ul li.mail span:before {
    position: absolute;
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e900";
    color: #2166b9;
    font-size: (14px*1.8);
    font-size: 1.8rem;
    line-height: 1;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
  }
}



/* underlayer　下層ページ用
------------------------------------------------------------- */
/* keyword_list */
#keyword_list .mbody li {
	float: left;
	width: 580px;
	margin-top: 40px;
}
#keyword_list .mbody li:nth-child(odd) {
	margin-right: 20px;
}
#keyword_list .mbody li a {
    font-size: 16px;
    font-weight: bold;
	color: #555;
}
#keyword_list .mbody img {
	float: left;
	margin-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#keyword_list .mbody li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#keyword_list .mbody li:nth-child(odd) {
		margin-right: 0;
	}
}

#detail .mbody .post-list li {
  float: left;
  width: 580px;
  margin-top: 40px;
}  
#detail .mbody .post-list li:nth-child(odd) {
  margin-right: 20px;
}
#detail .mbody .post-list li a {
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
#detail .mbody .post-list img {
  float: left;
  margin-right: 10px;
  max-width: 120px;
  height: auto;
}
#keyword_list .mbody li a {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
  #detail .mbody .post-list li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  #detail .mbody .post-list li:nth-child(odd) {
    margin-right: 0;
  }
  #detail .mbody .post-list img {
    max-width: 90px;
  }
}

/* プライバシーポリシー */
#privacypolicy .mbody {
	margin-top: 60px;
}

/* お問い合わせ */
.wpcf7-submit {
  display: block;
  border: 1px solid #2166b9;
  background-color: #fff;
  color: #2166b9;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  cursor: pointer;
}
.wpcf7-submit:hover {
  color: #fff;
  background:#2166b9;
  opacity: 1;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
  .formarea .per60 {
    width: 100%;
    box-sizing: border-box;
  }
}


/* 前の記事へ、次の記事へ　リンク  */
.paging {
  overflow: hidden;
  padding: 20px 0;
} 
.paging .prev {
  float: left;
}
.paging .prev a {
  font-size: 16px;
  font-weight: bold;
}
.paging .next {
  float: right;
}
.paging .next a {
  font-size: 16px;
  font-weight: bold;
}
.paging .back {
  text-align: center;
}
.paging .back a {
  font-size: 16px;
  font-weight: bold;
}

/* 下層ページ用 */
.category_text {
  font-size: 16px;
}
.category_text p {
	margin-bottom: 1em;
}
#detail .mbody {
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
  .category_text {
    font-size: 14px;
  }
  #detail .mbody {
    font-size: 14px;
  }
}