@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

table.table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

figure {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* -------------------------------------------------------------- */

body {
	color: #333;
	font-family: verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	background: #1f3056;
}

.ofh {
	overflow: hidden;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}
/* リンク設定
------------------------------------------------------------*/

a {
	color: #455f99;
	text-decoration: none;
}

a:hover {
	color: #6887d0;
}

a:active,
a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #fff;
}

.inner {
	margin: 0 auto;
	width: 100%;
}
/*************
/* ヘッダー
*************/

#header {
	height: 110px;
}

#header h1 {
	padding: 5px 0 10px 10px;
	font-size: 12px;
	font-weight: normal;
}
/*************
/* ロゴ
*************/

.logo {
	float: left;
}

.logo p {
	float: left;
	padding-top: 6px;
	line-height: 1.2;
}

.logo img {
	width: auto;
	float: left;
	padding: 0 5px 0 10px;
}

.logo span {
	display: block;
}
/*************
/* 電話番号
*************/

.info {
	float: right;
	padding-right: 20px;
	text-align: right;
}

.info .open {
	font-size: 1.1em;
}

.info .open a {
	color: #333;
}
/*************
/* ロゴ+電話番号
*************/

.logo,
.info .tel,
.info span.tel-link,
#footer .info .tel .tel-link {
	color: #455f99;
	font-size: 24px;
	font-weight: bold;
}

.logo p {
	font-size: 24px;
}
.logo a p{
	color: #333;
}
.logo a:hover p{
	color: #656464;
}
.logo span,
.info span {
	color: #333;
	font-size: .6em;
	font-weight: normal;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/

#mainBanner {
	margin: 17px;
	/*	margin: 17px auto;*/
	
	padding: 0;
	/*	width: 100%;*/
	
	position: relative;
	line-height: 0;
}

#mainBanner img {
	width: 100%;
	height: auto;
}

.slogan {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -2%;
	right: 10px;
	width: 48%;
	padding: 3% 2% 0 0;
	line-height: 1.4;
	color: #666;
}

.slogan-contact {
	left: 10px;
	width: 68%;
}

.slogan h2 {
	padding-bottom: 10px;
	font-size: 20px;
	text-shadow: 0 0 2px #000, 0 0 4px #000;
	color: #fff;
}

.slogan p {
	color: #fff;
}

.slogan .slogan-read {
	margin-bottom: 14px;
	text-shadow: 0 0 2px #000, 0 0 4px #000;
}

.slogan .w50-02 {
	color: #333;
}

.slogan .redBox {
	display: inline-block;
	background-color: #e92700;
	border: 2px solid #fff;
	text-align: center;
	line-height: 2;
	font-size: 15px;
	color: #fff;
}

.top-slogan .redBox {
	font-size: 20px;
}

.redBox {
	font-size: 16px;
}
/**************************
/* グリッド
**************************/

.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}

* html .gridWrapper {
	height: 1%;
}

.grid {
	float: left;
	border-radius: 5px;
	background: #fff;
}

.box {
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #ebebeb;
}

.box img {
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
}

.box h3 {
	padding: 10px 0 10px;
	font-size: 18px;
	text-align: center;
	color: #333;
}

.box p {
	text-align: left;
}

.box p.readmore {
	padding: 10px 5px 5px;
	text-align: right;
}

.more-bt a {
	display: block;
	width: 50%;
	margin: auto;
	padding: 15px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #0E9875), color-stop(0.00, #11B88E));
	background: -webkit-linear-gradient(top, #11B88E 0%, #0E9875 88%);
	background: -moz-linear-gradient(top, #11B88E 0%, #0E9875 88%);
	background: linear-gradient(to bottom, #11B88E 0%, #0E9875 88%);
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	border: 2px solid #FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}

.more-bt a:hover {
	opacity: 0.8;
	color: #fff;
}
/*************
メイン コンテンツ
*************/
/* トップ */

.top_contents {
	padding: 0 8%;
}

.top-topics01 {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	font-size: 1.2em;
	line-height: 2;
	font-weight: normal;
}
/* トップ */

section.content article {
	padding: 20px 20px 0;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}

* html section.content article {
	height: 1%;
}

section.content p {
	margin-bottom: 20px;
}

h3.heading {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 36px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #1f3056), color-stop(0.00, #455f99));
	background-image: -webkit-linear-gradient(top, #455f99 0%, #1f3056 88%);
	background-image: -moz-linear-gradient(top, #455f99 0%, #1f3056 88%);
	background-image: linear-gradient(to bottom, #455f99 0%, #1f3056 88%);
	background-color: #1f3056;
}

h3.heading:before {
	padding-right: 5px;
	content: "■";
}

h4 {
	margin-bottom: 14px;
	padding-left: 5px;
	border-bottom: 2px solid #455f99;
	font-size: 18px;
	font-weight: bold;
	color: #455f99;
}

h4:before {
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f101";
	font-size: 1.2em;
}

section.content img {
	max-width: 90%;
	height: auto;
}

.alignleft {
	float: left;
	clear: left;
	margin: 3px 20px 14px 0;
}

.alignright {
	float: right;
	clear: right;
	margin: 3px 0 14px 20px;
}

#gallery .grid img,
.border {
	border: 4px solid #ebebeb;
}

.red {
	color: #e92700;
	font-weight: bold;
}

.red2 {
	color: #FF9611;
}

.text-bold {
	font-weight: bold;
}

.text-big {
	font-size: 1.3em;
}

.underline {
	text-decoration: underline;
}

.cl {
	overflow: hidden;
}

.sec01-p {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 2px dashed #999999;
}

.sec01-p p {
	font-size: 15px;
	line-height: 1.6;
}

.sec-bg {
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #109976;
	font-size: 1.1em;
	color: #0E9774;
}

.clear {
	overflow: hidden;
}

.list-cr li {
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 10px;
	background-color: #FDC32A;
	font-size: 13px;
	border-radius: 10px;
}

.qa {
	clear: both;
	margin-bottom: 30px;
}

.qa dl {
	margin-bottom: 14px;
	padding: 14px;
	background-color: #FFd;
	border: 1px solid #999;
	border-radius: 6px;
}

.qa dl dt {
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #666;
	font-size: 16px;
}

.qa dl dt span {
	font-size: 16px;
}

.terms-sec {
	margin-bottom: 20px;
}

.bt-contact {
	text-align: center;
}

.bt-contact a:hover {
	opacity: 0.8;
}
/*************
テーブル
*************/

table.table {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
}

table.table td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}

table.table th {
	background-color: #F5F5F5;
	text-align: left;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}

table.table2 {
	width: 90%;
	border-collapse: collapse;
	margin: 30px auto 5px auto;
}

table.table2 td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}

table.table2 th {
	width: 36%;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 3px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}

table.table2 .table-heading {
	background-color: #455f99;
	border: 1px solid #455f99;
	color: #fff;
}

table.table2 th.table-heading {
	border-right: 3px solid #4e6caf;
}

div.table-cap {
	width: 90%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.table-cap p {
	margin-bottom: 0;
	font-size: 0.9em;
}

.company-table {
	width: 100%;
}

.item-list {
	margin-bottom: 30px;
}

.item-list li {
	margin-bottom: 10px;
	padding-left: 48px;
	text-indent: -28px;
}
/*************
/* サイドバー
*************/

#sidebar ul {
	padding-top: 10px;
}

#sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #666666;
}

#sidebar li:last-child {
	border: 0;
	margin-bottom: 0px;
}

#sidebar li a {
	display: block;
}

.sidebar-bt img {
	width: 100%;
	height: auto;
}

.sidebar-bt a:hover {
	opacity: 0.8;
}

ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
}

ul.list li {
	height: 1%;
}

ul.list li img {
	float: left;
	margin-right: 10px;
}

ul.list li {
	font-size: 12px;
	line-height: 1.35;
}
/*************
/* フッター
*************/

#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 10px 20px 20px 20px;
	background: #e8e8e8;
}

#footer .logo {
	overflow: hidden;
	width: 300px;
}

#footer .logo p {
	float: none;
}

#footer .logo img {
	padding: 0 5px 0 0;
}

* html #footer {
	height: 1%;
}

#footer .grid {
	padding: 10px 0 5px;
	margin: 0;
	background: transparent;
}

#footer #info .logo,
#footer #info .info {
	float: none;
}

#footer #info .info {
	clear: both;
	padding: 10px 0 0 0;
	text-align: left;
}

#footer .logo {
	font-size: 18px;
}

#footer .info .tel span,
#footer #info .open {
	font-size: 12px;
}

ul.footnav {
	float: right;
	width: 600px;
	padding: 10px 0;
}

ul.footnav li {
	float: left;
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	border-right: 1px solid #b6b6b6;
}

ul.footnav li a {
	font-size: 12px;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #888;
}

address {
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	background: #666;
}

address a {
	color: #fff;
}
/* PC用 ----------------------------------------------------------*/

@media only screen and (min-width: 960px) {
	nav#mainNav {
		padding: 0 14px;
		clear: both;
		overflow: hidden;
		position: relative;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #3c4c73), color-stop(0.00, #5f7aab));
		background-image: -webkit-linear-gradient(top, #5f7aab 0%, #3c4c73 88%);
		background-image: -moz-linear-gradient(top, #5f7aab 0%, #3c4c73 88%);
		background-image: linear-gradient(to bottom, #5f7aab 0%, #3c4c73 88%);
		background-color: #3c4c73;
	}
	nav#mainNav ul li {
		float: left;
		position: relative;
		background-color: #fff;
	}
	nav#mainNav li.last {
		border-right: 1px solid #526da6;
	}
	nav#mainNav ul li a {
		display: block;
		text-align: center;
		font-size: 13px;
		width: 154px;
		height: 45px;
		padding-top: 15px;
		color: #fff;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #1f3056), color-stop(0.00, #455f99));
		background-image: -webkit-linear-gradient(top, #455f99 0%, #1f3056 88%);
		background-image: -moz-linear-gradient(top, #455f99 0%, #1f3056 88%);
		background-image: linear-gradient(to bottom, #455f99 0%, #1f3056 88%);
		background-color: #1f3056;
		border-left: 1px solid #526da6;
	}
	nav#mainNav ul li a span,
	nav#mainNav ul li a strong {
		display: block;
	}
	nav#mainNav ul li a span {
		font-size: 10px;
	}
	nav div.panel {
		display: block !important;
		float: left;
	}
	a#menu {
		display: none;
	}
	nav#mainNav li.active a,
	nav#mainNav li a:hover {
		color: #fff;
		opacity: 0.8;
		padding-top: 15px;
	}
	#mainBanner {
		margin-left: 15px;
	}
	#subpage #mainBanner {
		margin: 15px auto;
	}
	#wrapper,
	.inner {
		width: 960px;
		padding: 0;
	}
	#main {
		float: right;
		width: 717px;
		padding-right: 15px;
	}
	#sidebar {
		float: left;
		width: 195px;
		padding: 15px 0 0 15px;
		overflow: hidden;
	}
	#sidebar article {
		padding: 7px;
		margin-bottom: 20px;
		border: 1px solid #ebebeb;
		overflow: hidden;
	}
	/* グリッド全体 */
	
	.gridWrapper {
		width: 960px;
		margin: 0 0 0 -10px;
	}
	#gallery article {
		padding: 10px 0 10px 10px;
	}
	/* グリッド */
	
	.grid {
		float: left;
		width: 300px;
		margin-left: 20px;
	}
	#subpage .grid {
		width: auto;
	}
	#gallery .grid {
		width: auto;
		margin: 10px 0 2px 10px;
	}
	.text-br-pc {
		display: block;
	}
	.top-slogan h2 {
		font-size: 24px;
	}
	.top-slogan p {
		font-size: 18px;
		line-height: 1.6;
	}
	.top-slogan .red {
		font-size: 28px;
	}
	#contactform {
		overflow: hidden;
		text-align: center;
	}
	#contactform iframe {
		display: inline-block;
		margin-left: -20%;
		width: 140%;
	}
}
/* タブレット ------------------------------------------------------*/

@media only screen and (max-width: 959px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.top_contents {
		padding: 0 1.9%;
	}
	.top-slogan .redBox {
		font-size: 16px;
	}
	#mainBanner {
		margin: 17px 0;
	}
	nav#mainNav {
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
		background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: linear-gradient(to bottom, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		border: 1px solid #e4e4e4;
	}
	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: left;
	}
	nav#mainNav a#menu span {
		padding-left: 10px;
	}
	nav#mainNav > a span:before {
		font-family: FontAwesome;
		content: "\f078　";
	}
	nav#mainNav a.menuOpen span:before {
		font-family: FontAwesome;
		content: "\f077　";
	}
	nav#mainNav a#menu:hover {
		cursor: pointer;
	}
	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
	}
	nav#mainNav ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.2;
		background: url(images/bg.png);
	}
	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item li a {
		display: block;
		padding: 20px 10px;
		text-align: left;
		border-bottom: 1px dashed #ccc;
	}
	nav#mainNav ul li a span {
		padding-left: 10px;
	}
	nav#mainNav ul li:first-child a {
		border-top: 1px solid #e4e4e4;
	}
	nav#mainNav ul li:last-child a {
		border: 0;
	}
	nav#mainNav ul li.active a {
		color: #006699;
	}
	nav div.panel {
		float: none;
	}
	#sidebar article {
		margin-top: -10px;
		padding: 0;
	}
	#sidebar {
		padding: 0;
	}
	#sidebar ul {
		padding-bottom: 20px;
	}
	#sidebar li {
		margin: 0;
		padding: 0;
	}
	#sidebar li a {
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 6%;
		font-size: 16px;
		line-height: 3.6rem;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #DDF0F6), color-stop(0.00, #f3fafc));
		background: -webkit-linear-gradient(top, #f3fafc 0%, #DDF0F6 88%);
		background: -moz-linear-gradient(top, #f3fafc 0%, #DDF0F6 88%);
		background: linear-gradient(to bottom, #f3fafc 0%, #DDF0F6 88%);
	}
	#sidebar li a span {
		font-size: 18px;
	}
	#sidebar li a:after {
		float: right;
		padding-right: 6%;
		font-family: FontAwesome;
		content: "\f105";
		font-size: 1.6rem;
	}
	#sidebar p {
		margin-bottom: 20px;
		text-align: center;
	}
	#sidebar p img {
		width: 40%;
		height: auto;
	}
	.box h3 {
		font-size: 14px;
	}
	.box img {
		width: 100%;
	}
	#footer .grid,
	#footer ul.footnav {
		float: none;
		width: 100%;
		text-align: center;
	}
	ul.footnav li {
		float: none;
		display: inline-block;
	}
	.grid {
		width: 32%;
		margin: 10px 0 0 1%;
	}
	#gallery .grid {
		float: left;
		width: 31%;
		margin: 0 0 0 1%;
	}
	#footer .grid img,
	#footer .info {
		float: none;
	}
	#footer .grid p {
		display: block;
	}
	#footer #info .info {
		float: none;
		text-align: center;
	}
	#footer .logo,
	#footer .info {
		width: 100%;
		float: none;
	}
	#footer .logo p {
		float: none;
		display: block;
	}
	.top-slogan h2 {
		padding-bottom: 10px;
		font-size: 20px;
	}
	.slogan p {
		width: 100%;
	}
	.top-slogan p {
		font-size: 14px;
		line-height: 1.4;
	}
	.top-slogan .red {
		font-weight: normal;
		font-size: 1.5rem;
	}
	.more-bt a {
		width: 70%;
	}
	#contactform {
		overflow: hidden;
		width: 100%;
	}
	#contactform iframe {
		width: 140%;
		margin-left: -20%;
		height: 1100px;
	}
}
/* スマートフォン 横(ランドスケープ) ----------------------------------*/

@media only screen and (max-width: 640px) {
	span.tel-link a {
		font-size: 24px;
		font-weight: bold;
	}
	#footer .tel-link a {
		color: #455f99;
	}
	table span.tel-link a {
		color: #00a0e9;
		font-size: 14px;
		font-weight: normal;
	}
	table.company-table th,
	table.company-table td{
		display: block;
		border: 1px solid #D4D4D4;
	}
	.slogan .redBox,
	.top-slogan .redBox {
		display: none;
	}
	h3.heading {
		padding: 0.2rem 0.5rem;
		background: -webkit-linear-gradient(top, #2591d0 0%, #3da9e1 53%, #2ca4e0 57%, #45bdef 100%);
		background: -moz-linear-gradient(top, #2591d0 0%, #3da9e1 53%, #2ca4e0 57%, #45bdef 100%);
		background: linear-gradient(to bottom, #2591d0 0%, #3da9e1 53%, #2ca4e0 57%, #45bdef 100%);
		font-size: 16px;
		line-height: 1.5;
	}
	h4 {
		font-size: 16px;
	}
	#header {
		height: auto;
		padding-bottom: 20px;
	}
	#header h1,
	.logo,
	.info {
		text-align: center;
	}
	#header h1 {
		margin-bottom: 10px;
		padding: 5px 10px;
		background-color: #1f3056;
		color: #fff;
	}
	.logo,
	.info {
		clear: both;
		float: none;
	}
	.info {
		width: 100%;
		padding-right: 0;
	}
	.logo {
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
		text-align: left;
		border-bottom: 1px solid #999;
	}
	.box img {
		width: 100%;
		margin-right: 5px;
	}
	.bt-contact img {
		width: 100%;
		height: auto;
	}
	#sidebar p img {
		width: 70%;
		height: auto;
	}
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	#gallery .grid {
		float: left;
	}
	.slogan h2 {
		font-size: 18px;
	}
	.more-bt a {
		width: 90%;
	}
	#footer .logo img {
		float: left;
	}
	#footer .logo p {
		float: left;
		margin-top: -6px;
	}
	#footer .logo span {
		font-size: 12px;
	}
}
/* スマートフォン 縦(ポートレート) ------------------------------------*/

@media only screen and (max-width: 480px) {
	.logo span {
		font-size: 13px;
	}
	.grid {
		width: 100%;
	}
	.box img {
		width: 100%;
	}
	#mainBanner h2,
	#mainBanner p {
		font-size: 0.9rem;
	}
	.slogan p {
		display: none;
	}
	#contactform iframe {
		height: 1200px;
	}
}