@charset "utf-8";
/*
Theme Name: Uerukamu
Theme URI: https://uerukamu.com/
Description: うぇるかむのテーマ
Author: Web Design Office CROSSROAD
Author URI: http://www.wdcro.com/
*/

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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, dl, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html{ overflow-y: scroll; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
input, textarea { margin: 0; padding: 0; }
ol, ul{ list-style:none; }
table{ border-collapse: collapse; border-spacing:0; }
caption, th{ text-align: left; }
a:focus {outline:none; }
.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px;
/*¥*//*/
height: auto; overflow: hidden;
/**/
}
.clear , .cl { clear:both; }
/*--------↑↑↑↑↑-resrt↑↑↑↑↑--------------*/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
}
a {
	color: #0BA2BC;
}
a:hover {
	color: #D43214;
}
.wp-block-file {
	margin-bottom: 1em;
	font-size: 1rem !important;
}
.wp-block-file__button {
	background: #0B5D98;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 2em;
	margin-left: 20px !important;
	font-size: 0.8rem !important;
}
.red {
	color: #D30000;
}
.blue {
	color: #1D4ED8;
}
.green {
	color: #4A7C09;
}
.purple {
	color: #961E72;
}
.pink {
	color: #DB6BB9;
}
hr {
	border-color: #DDD;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a , a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.aligncenter  {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 40px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 40px;
}
@media only screen and (max-width:620px) {
.alignleft {
	max-width: 50%;
	height: auto;
	margin: 0 20px 20px 0;
}
.alignright {
	max-width: 50%;
	height: auto;
	margin: 0 0 20px 20px;
}
}
hr {
	height: 12px;
	border: 0px;
	clear: both;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center !important;
}
.big1 {
	font-size: 1.2em;
	line-height: 1.6em;
}
.big2 {
	font-size: 1.5em;
	line-height: 1.6em;
}
.big3 {
	font-size: 1.8em;
	line-height: 1.6em;
}
@media only screen and (max-width:620px) {
.big1 {
	font-size: 1.0em;
	line-height: 1.4em;
}
.big2 {
	font-size: 1.1em;
	line-height: 1.4em;
}
.big3 {
	font-size: 1.2em;
	line-height: 1.4em;
}
}
.small {
	font-size: 0.8em;
}
iframe {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-header*/
header {
	width: 100%;
	background: #fff;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header*/
#header {
	margin: 0px auto;
	width: 1000px;
}
@media only screen and (max-width: 1000px) {
	#header {
		width: 98%;
		margin: 0 1%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-left*/
#header-left {
	text-align: left;
	float: left;
	width: 36.666%;
	padding: 0;
}
@media only screen and (max-width:620px) {
	#header-left {
		text-align: center;
		width: 99%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#header-right*/
#header-right {
	text-align: right;
	float: right;
	width: 60%;
	padding: 0;
}
@media only screen and (max-width:620px) {
	#header-right {
		display: none;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#global-wrap*/
#global-wrap {
	width: 100%;
	clear: both;
	background-color: #179597;
	background-image: url("image/global-bg.png");
	background-size: 100% 100%;
}
@media only screen and (max-width:620px) {
#global-wrap {
	display: none;
}
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#global*/
#global {
	margin: 0px auto;
	width: 100%;
	max-width: 1000px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#global ul li*/
#global ul li {
	display: inline;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#global ul li a*/
#global ul li a {
	float: left;
	height: 60px;
	color: #FFFFFF;
	background: #179597 url(image/global-bg.png);
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
}
@media only screen and (max-width:750px) {
	#global ul li a {
		/*background-size: 136% 124% , 100% 100% , auto auto;*/
	}
}
/*--------------------------------------------*/
#global ul li.global-home a {
	width: 8.772%;
	background-image: url(image/global-home.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
/*--------------------------------------------*/
#global ul li.global-introduction a {
	width: 15.789%;
	/*background-image: url(image/global-introduction.png) , url(image/global-bg.png) , url(image/global-border.png);*/
}
/*--------------------------------------------*/
#global ul li.global-activity a {
	width: 14.035%;
	/*background-image: url(image/global-activity.png) , url(image/global-bg.png) , url(image/global-border.png);*/
}
/*--------------------------------------------*/
#global ul li.global-profile a {
	width: 10.526%;
	/*background-image: url(image/global-profile.png) , url(image/global-bg.png) , url(image/global-border.png);*/
}
/*--------------------------------------------*/
#global ul li.global-report a {
	width: 14.035%;
	/*background-image: url(image/global-report.png) , url(image/global-bg.png) , url(image/global-border.png);*/
}
/*--------------------------------------------*/
#global ul li.global-books a {
	width: 12.282%;
	/*background-image: url(image/global-report.png) , url(image/global-bg.png) , url(image/global-border.png);*/
}
/*--------------------------------------------*/
#global ul li.global-company a {
	width: 10.526%;
	/*background-image: url(image/global-company.png) , url(image/global-bg.png) , url(image/global-border.png);*/
}
/*--------------------------------------------*/
#global ul li.global-inquiry a {
	width: 14.035%;
	border-right: 1px solid #FFFFFF;
	/*background-image: url(image/global-inquiry.png) , url(image/global-bg.png) , url(image/global-border.png) , url(image/global-border.png);
	background-repeat: no-repeat , repeat-x , no-repeat , no-repeat;
	background-position: center center , top left , top left , top right;
	background-size: auto auto , 100% 100% , auto auto , auto auto;*/
}
@media only screen and (max-width:750px) {
	#global ul li.global-inquiry a {
		background-size: 136% 124% , 100% 100% , auto auto , auto auto;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#global ul li a:hover*/
#global ul li a:hover {
	background-color: #FF8C1A;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#global ul li.current*/
#global ul li.current a {
	background-color: #1F7B7C;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumb-wrap*/
#breadcrumb-wrap {
	width: 100%;
	border-top: 1px solid #FFF;
	clear: both;
	background: #DFECE9;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#breadcrumb*/
#breadcrumb {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 3px 0;
	font-size: 0.7em;
	color: #454545;
}
@media only screen and (max-width:1000px) {
#breadcrumb {
	width: 96%;
	padding: 3px 2%;
}
}
#breadcrumb ul li {
	display: inline;
	margin: 0 7px 0 0;
}
#breadcrumb a {
	color: #454545;
}
#breadcrumb a:hover {
	color: #BC4C00;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#wrap*/
#wrap {
	width: 100%;
	line-height: 1.5;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#home-image-wrap*/
#home-image-wrap {
	width: 100%;
	background: #ECF0F4;
}
#home-image {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article*/
article {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 1px 0 50px 0;
	background: #FFF;
}
@media only screen and (max-width: 1000px) {
article {
	width: 100%;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article h1*/
article h1 {
	font-size: 1.8em;
	margin: 30px 0;
	padding: 25px 30px;
	color: #35392B;
	border-radius: 3px;
	background: #CCECEB url("image/h1-bg.png") no-repeat;
	background-size: 100% 100%;
}
@media only screen and (max-width:1000px) {
	article h1 {
		margin: 30px 2%;
	}
}
@media only screen and (max-width:620px) {
	article h1 {
		font-size: 1.4em;
		padding: 10px 3%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.home article h1*/
.home article h1 {
	font-size: 1.6em;
	margin: 20px -5%;
	padding: 25px 30px;
	color: #35392B;
	border-radius: 3px;
	background: #CCECEB url("image/h1-bg.png") no-repeat;
	background-size: 100% 100%;
}
@media only screen and (max-width:620px) {
.home article h1 {
	margin: 10px -5%;
	padding: 10px 3%;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post*/
article .post {
	padding: 0px 7%;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post h2*/
article .post h2 {
	font-size: 1.6em;
	margin: 50px -4% 30px -4%;
	padding: 15px 30px;
	border-radius: 3px;
	clear: both;
	color: #523E44;
	background-color: #F4E2E2;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.home article h2*/
article h2.home-h2 {
	margin: 50px 4% 30px 4%;
	font-size: 1.6em;
	padding: 15px 30px;
	border-radius: 3px;
	clear: both;
	color: #523E44;
	background-color: #F4E2E2;
}

@media only screen and (max-width:620px) {
article h2.home-h2 {
	font-size: 1.2em;
	padding: 7px 10px;
	margin: 20px 3% 10px 3%;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post h3*/
article .post h3 {
	font-size: 1.5em;
	margin: 20px 0 10px 0;
	color: #065774;
	border-bottom: 1px dotted #9B9B9B;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post h4*/
article .post h4 {
	font-size: 1.3em;
	margin: 20px 0 10px 0;
	padding: 5px 0;
	color: #2E6A29;
	text-decoration: underline;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post p*/
article .post p {
	margin: 0 0 20px 0;
}
.ark-block-notice p , .ark-block-notice ul {
	margin: 0!important;
}
@media only screen and (max-width:620px) {
article .post p {
	margin: 0 0 10px 0;
}
}
article .post p.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
article .post p.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}
article .post p.indent3 {
	padding-left: 3em;
	text-indent: -3em;
}
article .post p.indent4 {
	padding-left: 4em;
	text-indent: -4em;
}
article .post p.indent5 {
	padding-left: 5em;
	text-indent: -5em;
}
article .post p.indent6 {
	padding-left: 6em;
	text-indent: -6em;
}
article .post .box1 {
	padding: 30px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post .blog-date*/
article .post .blog-date {
	font-weight: bold;
	font-size: 1.4em;
}
@media only screen and (max-width:620px) {
article .post .blog-date {
	font-size: 1.1em;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ul*/
article .post ul {
	margin: 0 0 30px 0;
}
article .post ul li ul {
	margin: 0;
}
article .post ul li {
	list-style-type: square;
	margin: 0.5em 0 0.5em 3em;
}
@media only screen and (max-width:700px) {
	article .post ul {
		margin: 0 0 10px 0;
	}
	article .post ul li {
		/*margin: 0.5em;*/
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post ol*/
article .post ol {
	margin: 0 0 30px 0;
}
article .post ol li {
	list-style-type: decimal;
	margin: 0.5em 0 0.5em 1em;
}
@media only screen and (max-width:700px) {
	article .post ol {
		margin: 0 0 10px 0;
	}
	article .post ol li {
		margin: 0.5em;
	}
}
article .post ol li ul li {
	list-style-type: square;
	margin: 0.5em 0 0.5em 2em;
}
@media only screen and (max-width:700px) {
	article .post ol li ul li {
		/*margin: 0.5em;*/
	}
}
article .post .f1 {
	padding: 30px 5%;
	margin: 0 0 20px 0;
	background-color: #F2F5F7;
}
.ark-block-dl__dt span {
	font-weight: bold;
}
.wp-block-image {
	margin: 50px auto;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post table*/
article .post table {
	margin: 0 0 30px 0;
	width: 100%;
}
article .post table td {
	padding: 10px 20px;
}
@media only screen and (max-width:700px) {
article .post table {
	margin: 0 0 10px 0;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo UI, sans-serif;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post .t1*/
article .post .t1 {
	
}
article .post .t1 td {
	border: 1px solid #333;
}
article .post .t1 td:nth-of-type(1) {
	background: #EEE;
	font-weight: bold;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .post table.t2*/
article .post .t2 {
}
article .post .t2 td {
	border: none;
	vertical-align: middle;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article table.t-form*/
article table.t-form {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
}
article table.t-form td {
	background: #f0f0f0;
	color: #121212;
}
article table.t-form td:nth-of-type(1) {
	white-space: nowrap;
	font-weight: bold;
	background: #CDCDCD;
	vertical-align: top;
	text-align: right;
}
@media only screen and (max-width:620px) {
	article table.t-form th , article table.t-form td {
		display: block;
		text-align: left;
		padding: 2px 5px;
	}
	article table.t-form td textarea {
		width: 100%;
	}
}
.hissu {
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 10px 4px 10px;
	margin: 0px 10px;
	color: #FFF;
	background: #B51E21;
	border-radius: 5px;
	white-space: nowrap;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.wpcf7-list-item*/
.wpcf7-list-item {
	display: block;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 0.8em;
	font-weight: bold;
	color: #C00;
}
.wpcf7 .wpcf7-not-valid {
    background-color: #FDC3C3;
}
.wpcf7-submit {
	font-size: 1.2em;
	min-width: 100%;
	padding: 5px;
}
.wpcf7 div.wpcf7-response-output {
	margin: 10px 0;
	padding: 10px 15px;
}
.wpcf7 div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #3EB714;
	color: #FFF;
}
.wpcf7 div.wpcf7-mail-sent-ng {
	border: none;
	background-color: #CA0000;
	color: #FFF;
}
.wpcf7 div.wpcf7-spam-blocked {
	border: none;
	background-color: #CA0000;
	color: #FFF;
}
.wpcf7 div.wpcf7-validation-errors {
	border: none;
	background-color: #C00;
	color: #FFF;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.pagenavi*/
.wp-pagenavi {
	text-align: center;
	clear:both;
	padding: 20px 0;
	position: relative;
	background: none;
	margin: 10px 0 20px;
	vertical-align: middle;
}
.wp-pagenavi span, .wp-pagenavi a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 5px 10px ;
	text-decoration: none;
	width: auto;
	color: #FFF;
	background: #444;
	border: none !important;
}
.wp-pagenavi a:hover{
	color: #FFF;
	background: #C00;
}
.wp-pagenavi .current{
	background: #666;
	color: #FFF;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch*/
article .catch {
	margin: 0 7%;
	padding: 20px 0;
	border-bottom: 1px dotted #AEAEAE;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch .wp-post-image*/
article .catch .wp-post-image {
	float: left;
}
@media only screen and (min-width:621px) and (max-width:1000px) {
article .catch .wp-post-image {
	max-width: 20%;
}
}
@media only screen and (max-width:620px) {
article .catch .wp-post-image {
	margin: 0 15px 0 0;
	max-width: 40%;
	min-width: 120px;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch h2 , article .catch h3*/
article .catch h2 , article .catch h3 {
	width: 670px;
	float: right;
	font-size: 1.2em;
}
article .catch h2.no-image  , article .catch h3.no-image {
	width: 100%;
}
@media only screen and (min-width:621px) and (max-width:1000px) {
article .catch h2 , article .catch h3 {
	width: 75%;
	font-size: 1.1em;
}
}
@media only screen and (max-width:620px) {
article .catch h2 , article .catch h3 {
	width: 100%;
	float: none;
	font-size: 1.0em;
	padding: 0 0 10px 0;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .catch p*/
article .catch p {
	margin: 0;
	width: 670px;
	float: right;
}
article .catch .blog-date {
	padding: 0;
	font-weight: bold;
	margin: 0;
	text-align: right;
}
article .catch p.no-image {
	width: 100%;
}
@media only screen and (min-width:621px) and (max-width:1000px) {
article .catch p {
	width: 75%;
}
}
@media only screen and (max-width:620px) {
article .catch p {
	width: 100%;
	float: none;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .left-box*/
article .left-box1 {
	float: left;
	width: 47.5%;
	margin: 0 5% 0 0;
}
article .right-box1 {
	float: right;
	width: 47.5%;
}
article .left-box2 {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}
article .center-box2 {
	float: left;
	width: 30%;
}
article .right-box2 {
	float: right;
	width: 30%;
}
@media only screen and (max-width:800px) {
	article .left-box2 , article .center-box2 , article .right-box2 {
		width: 100%;
		margin: 0;
		float: none;
	}
}
@media only screen and (max-width:620px) {
	article .left-box1 , article .right-box1 {
		width: 100%;
		margin: 0;
		float: none;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-article .main-navi*/
article .main-navi {
	margin: 20px 0;
}
article .main-navi-left a {
	width: 40%;
	float: left;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: bold;
}
article .main-navi-right a {
	width: 40%;
	float: right;
	text-align: right;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: bold;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.detail a*/
.detail a {
	float: right;
	color: #FFF;
	padding: 5px 30px 5px 10px;
	line-height: 1em;
	background: #F79212 url(image/detail-bg.png) no-repeat right center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	margin: 10px 0;
}
.detail a:hover {
	background-color: #9e1212;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response-wrap*/
#response-wrap {
	border-top: 2px solid #ddd;
	background: #eee;
}
@media only screen and (max-width:620px) {
#response-wrap {
	display: none;
}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response*/
#response {
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	background-image: url("image/response-bg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response-left*/
#response-left {
	float: left;
	width: 25%;
	padding: 10px 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response-right*/
#response-right {
	float: right;
	width: 56%;
	padding: 10px 0;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#response-right a*/
#response-right a img {
	float: right;
}
@media only screen and (min-width: 621px) and (max-width: 1000px) {
	#response-right a img {
		margin: 0;
	}
	#response-tel {
		width: 71%;
	}
	#response-gotop {
		width: 14%;
	}
	#response-inquiry {
		width: 14%;
	}
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#mobile-bottom*/
@media only screen and (min-width:621px) {
#mobile-bottom {
	display: none;
}
}
#mobile-bottom {
	width: 99%;
	padding: 5px 0 5px 1%;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background: url(image/mobile-bottom-bg.png);
}
#mobile-bottom ul li {
	display: inline;
}
#mobile-bottom ul li a {
	width: 19%;
	float: left;
	margin: 5px 1% 5px 0;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
	height: 60px;
	text-indent: -9999px;
	background-color: #C94D51;
}
#mobile-bottom ul li#mb-home a {
	background-image: url(image/mobile-bottom-home.png);
}
#mobile-bottom ul li#mb-tel a {
	background-image: url(image/mobile-bottom-tel.png);
}
#mobile-bottom ul li#mb-top a {
	background-image: url(image/mobile-bottom-gotop.png);
}
#mobile-bottom ul li#mb-inquiry a {
	background-image: url(image/mobile-bottom-inquiry.png);
}
#mobile-bottom ul li#mb-menu a {
	background-image: url(image/mobile-bottom-menu.png);
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-footer*/
footer {
	width: 100%;
	clear: both;
	background: #179597;
}
#footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	clear: both;
	padding: 40px 0;
}
@media only screen and (max-width:1000px) {
#footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
}
@media only screen and (max-width:620px) {
#footer {
	padding: 20px 0 50px 0;
}
}
#footer h3 {
	font-size: 1.3em;
	color: #FFFFFF;
}
#footer-left {
	width: 45%;
	float: left;
	margin: 0 2.5%;
	text-align: left;
	color: #FFFFFF;
}
#footer-right {
	width: 45%;
	float: right;
	margin: 0 2.5%;
	text-align: left;
}
@media only screen and (max-width:620px) {
	#footer-left , #footer-right {
		width: 95%;
		float: none;
	}
}
#footer ul {
	margin: 0 0 30px 20px;
}
#footer ul li {
	padding: 5px 0;
}
#footer ul li a {
	text-decoration: none;
	font-size: 0.9em;
	color: #FFFFFF;
}
#footer ul li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width:620px) {
	#footer ul  {
		margin: 0 0 30px 0;
	}
	#footer ul li {
		display: block;
		margin: 0 5px;
	}
	#footer ul li a {
		display: block;
		margin: 1px 0;
		padding: 10px 10px;
		background: #E8E1D9;
		font-size: 1em;
		font-weight: normal;
		color: #333;
	}
		#footer ul li a:hover {
		color: #333;
		text-decoration: none;
	}
}
#footer p {
	padding: 15px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer p a {
	color: #FFFFFF;
}