@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
}

#gr_wrapper {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 30px;
	background: #eaeaea;
}

.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

header {
	box-sizing: border-box;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

nav {
	width: 100%;
}
nav:after {
	content: '';
	display: block;
	clear: both;
}

#contents {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

section {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 0 0 2em;
	padding: 15px;
	background: #fff;
}

#main {
	box-sizing: border-box;
	padding: 0;
}

footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

#gr_wrapper h2 {
	margin: 0;
	padding: 6px 0 3px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #3e82a1;
	text-shadow: 
       2px  2px 1px #055c84,
      -2px  2px 1px #055c84,
       2px -2px 1px #055c84,
      -2px -2px 1px #055c84,
       2px  0px 1px #055c84,
       0px  2px 1px #055c84,
      -2px  0px 1px #055c84,
       0px -2px 1px #055c84;
}

h4 {
	margin-bottom: 0.3em;
	font-size: 18px;
	color: #2a8064;
}

p {
	margin: 0 0 1em 0;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dt:before {
	content: "\0025a0";
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border: 1px solid #3e82a1;
	background: #fff;
}
table:last-child {
	margin-bottom: 0;
}

th {
	padding: 10px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #3e82a1;
}

td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #3e82a1;
}

.textL {
	text-align: left;
}
.textC {
	text-align: center;
}
.textR {
	text-align: right;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	background: #3e82a1;
}

header > .inner {
	box-sizing:border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	padding: 20px 0;
}

.header_left {
	margin: 0;
	padding: 0;
}

.header_right {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
}

.summary {
	position: relative;
	margin: 0;
	padding-bottom: 0.25em;
	font-size: 14px;
	color: #fff;
}

h1 a {
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 1.0;
	color: #efb819;
}
h1 a:hover {
	color: #efb819;
}

.header_tel {
	color: #fff;
	line-height: 1.0;
}

.header_tel .phonenumber a {
	display:inline-block;
	margin: 0;
	padding-bottom: 0.1em;
	font-size: 32px;
	color: #fff;
}
.header_tel .phonenumber a:hover {
	color: #fff;
}

.header_tel .add {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background: #efb819;
		z-index: 3;
	}

	/* 共通 */
	nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav ul li {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	nav ul li a {
		display: block;
		margin: 0;
		padding: 16px 0;
		background: #efb819;
		color: #333;
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
	}

	nav ul li:hover > a {
		color: #fff;
		background: #e8a00e;
		text-decoration: none;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position: relative;
		width: 25%;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	nav ul.gnav > li:first-child {
		width: 25%;
	}
	
	nav ul.gnav > li:after{
	    content: "";
	    border-right: 1px solid #d26100;
	    position: absolute;
	    top:25%;
	    right: 0;
	    height: 20px;
	}
	 
	nav ul.gnav > li:first-child:before{
	    content: "";
	    border-right: 1px solid #d26100;
	    position: absolute;
	    top:25%;
	    left: 0;
	    height: 20px;
	}

	nav ul.gnav > li.subnav a {
		padding-right: 20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 20px;
		width: 0;
		height: 0;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	.gnav {
		display: block !important;
	}

	#spMenu {
		display: none;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 12px;
	padding: 15px 10px;
}

#topicpath .inner {
	width: 980px;
	margin: 0 auto;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
}

.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background: #3e82a1;
	border-bottom: 5px solid #f0b818;
}
.footmenu ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
	padding: 0;
}
.footmenu li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	text-align: center;
}
.footmenu li+ li {
  border-left: 1px solid #fff;
}
.footmenu a {
	color: #fff;
	text-decoration: none;
}
.footmenu a:hover {
	color: #fff;
	text-decoration: underline;
}

.copyright {
	clear: both;
	padding: 15px 0;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: #3e82a1;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #666;
}
.totop img:hover {
	background: #555;
}

/*================================================
 *  クラス
 ================================================*/
.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width:500px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.imgL img {
	float:left;
	margin:0 1.5em 0 0;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.imgR img {
	float:right;
}

.col_two_one {
	overflow: hidden;
}

.col_two_one ul {
	overflow: hidden;
	margin: 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 50%;
	margin: 0;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}

/*================================================
 *  トップページ
 ================================================*/
#top_wrapper {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 30px;
	background: #bbe3f7;
}
#top_wrapper h3 {
	margin: 0;
	padding: 6px 0 3px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #3e82a1;
	text-shadow: 
       2px  2px 1px #055c84,
      -2px  2px 1px #055c84,
       2px -2px 1px #055c84,
      -2px -2px 1px #055c84,
       2px  0px 1px #055c84,
       0px  2px 1px #055c84,
      -2px  0px 1px #055c84,
       0px -2px 1px #055c84;
}

.about {
	margin: 2em 0;
	padding: 20px;
	background: #3e82a1;
}
.about h2 {
	margin: 0 0 0.15em;
	padding: 0;
	font-size: 22px;
	color: #efb819;
}
.about p {
	overflow:hidden;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}
.about img {
	width: 110px;
}

.box1 {
	margin: 0 0 2em;
	padding: 0;
	border: 5px solid #3e82a1;
	background: #fff;
}
.box1 img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.box2 {
	margin: 0 0 2em;
	padding: 0;
	border: 5px solid #efb819;
	background: #fff;
}
.box2 img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.catch {
	margin: 0 0 2em;
	padding: 0;
}
.catch img {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* 初期登録費用／利用料金 */
.box3 {
	margin: 0 0 2em;
	padding: 0;
	background: #fff;
}
.box3 .boxInner {
	margin: 0;
	padding: 15px;
}

.box3 .boxInner img {
	width: 100%;
	margin: 0;
	padding: 1.5em 0 0;
}

.not_list :not(.col_two_one) {
	float: none;
	width: 95%;
	margin-left: 1.5em;
	list-style: disc;
}

.costBox {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 15%;
	text-align: center;
	color: #3e82a1;
}
.costBox p.cost {
	margin: 0 0 0.1em;
	padding: 0;
	font-size: 50px;
	color: #3e82a1;
	border-bottom: 2px solid #3e82a1;
}
.costBox p.cost span {
	font-size: 28px;
}
.costBox p.costText {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #3e82a1;
}

.price {
	font-size: 20px;
}

.tax {
	font-size: 12px;
}

.small {
	font-size: 12px;
}

/* 導入の流れ */
.box4 {
	margin: 0 0 2em;
	padding: 0;
	background: #fff;
}
.box4 .boxInner {
	margin: 0;
	padding: 15px 30px;
}

.step {
	margin: 0;
	padding: 0;
}
.step img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.service {
	margin: 0;
	padding: 0;
}
.service p {
	overflow:hidden;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.service img {
	width: 110px;
	margin:0 0 0 1.5em;
}

.not_img :not(.service h2) {
	width: 83%;
	float:none;
	margin:0 0 1em 0;
}

.service p.note {
	overflow:hidden;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.list {
	padding: 0 0 0 0.5em;
}
.list li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../img/check.png) 0 5px no-repeat;
}

/*================================================
 *  業務内容
 ================================================*/
#biz_wrapper {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 30px;
	background: #eaeaea;
}

h2.biz {
	margin: 0 0 0.5em;
	padding: 0;
	color: #3e82a1;
	font-size: 26px;
	text-align: center;
}

.biz {
	margin: 0 0 2em;
	padding: 0;
}

/* 出張整体・リラクゼーションを導入するメリット */
.merit {
	overflow: hidden;
}
.merit ul {
	overflow: hidden;
	margin: 0 -2% -2% 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.merit li {
    box-sizing: border-box;
	list-style: none;
	float: left;
	width: 48%;
	margin:0 2% 2% 0;
	padding: 20px;
	background: #fff;
}
.merit li:nth-child(2n+1) {
	clear: both;
}
.merit li img {
	width: 100%;
	margin-bottom: 2.5%;
}
.merit li p:last-child {
	margin-bottom: 0;
}
.merit li p span {
	font-size: 12px;
}

/* 企業にとって従業員は大きな財産です */
.greeting {
	overflow: hidden;
	margin: 0 0 2em;
	padding: 0;
}
.greeting img {
	width: 100%;
}
.greeting table {
	width: 100%;
	margin-bottom: 0;
	border-collapse: collapse;
	border: none;
	background: none;
}
.greeting table:last-child {
	margin-bottom: 0;
}
.greeting td {
	padding: 0;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
	border: none;
}

@media screen and (max-width:768px) {
    .greeting .table_sp { margin: 0 0 20px; }
    .greeting .table_sp th,
    .greeting .table_sp td{
        width: auto;
        display: block;
        border: none;
    }
    .greeting .table_sp th {border-top: none solid; border-bottom: none;}
    .greeting .table_sp td {border-top: none solid; border-bottom: none;}
    .greeting .table_sp tr:first-child th {border-top: none;}
}

/* 他社比較 */
.hikaku {
	overflow: hidden;
    box-sizing: border-box;
    width: 100%;
	margin: 0 0 2em;
	padding: 20px;
	background: #fff;
}
.hikaku p {
	margin: 5px 0 0;
	padding: 0;
	font-size: 11px;
}
.hikaku div table {
    width: 100%;
	font-size: 16px;
	border: 1px solid #fff;
	background: #fff;
}
.hikaku th.first {
    width: 20%;
	color:  #3e82a1;
	border: 1px solid #fff;
	background: #fff;
	text-shadow: none;
	white-space: nowrap;
}
.hikaku th.second {
    width: 40%;
	color:  #fff;
	border: 1px solid #fff;
	background: #3e82a1;
	white-space: nowrap;
	text-shadow: 
       1px  1px 1px #055c84,
      -1px  1px 1px #055c84,
       1px -1px 1px #055c84,
      -1px -1px 1px #055c84,
       1px  0px 1px #055c84,
       0px  1px 1px #055c84,
      -1px  0px 1px #055c84,
       0px -1px 1px #055c84;
}
.hikaku th.third {
    width: 40%;
	color:  #fff;
	border: 1px solid #fff;
	background: #efb819;
	white-space: nowrap;
	text-shadow: 
       1px  1px 1px #835b25,
      -1px  1px 1px #835b25,
       1px -1px 1px #835b25,
      -1px -1px 1px #835b25,
       1px  0px 1px #835b25,
       0px  1px 1px #835b25,
      -1px  0px 1px #835b25,
       0px -1px 1px #835b25;
}
.hikaku th.gr {
	color:  #fff;
	border: 1px solid #fff;
	background: #c7c7c8;
	white-space: nowrap;
	text-shadow: 
       1px  1px 1px #333,
      -1px  1px 1px #333,
       1px -1px 1px #333,
      -1px -1px 1px #333,
       1px  0px 1px #333,
       0px  1px 1px #333,
      -1px  0px 1px #333,
       0px -1px 1px #333;
}
.hikaku th.image {
	text-align: center;
	border: none;
	background: none;
	text-align: right;
	vertical-align: bottom;
}
.hikaku th.image img {
	width: auto;
	height: 260px;
}

.hikaku td.second {
	color:  #055c84;
	text-align: left;
	border: 1px solid #fff;
	background: #e7f1f6;
	text-shadow: 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff;
}
.hikaku td.third {
	color:  #835b25;
	text-align: left;
	border: 1px solid #fff;
	background: #faeed9;
	text-shadow: 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff;
}

/* スタッフ／節税効果 */
.staff_tax {
	overflow: hidden;
}
.staff_tax ul {
	overflow: hidden;
	margin: 0 -2% 0 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.staff_tax li {
    box-sizing: border-box;
	list-style: none;
	float: left;
	width: 48%;
	margin:0 2% 0 0;
	padding: 20px;
	background: #fff;
}
.staff_tax li:nth-child(2n+1) {
	clear: both;
}
.staff_tax li img {
	width: 100%;
	margin-bottom: 2.5%;
}
.staff_tax li p:last-child {
	margin-bottom: 0;
}
.staff_tax table {
	padding: 0;
	border: none;
}
.staff_tax td {
	padding: 0;
	border: none;
}
.staff_tax td.image {
	text-align: center;
	border: none;
	background: none;
	text-align: right;
	vertical-align: bottom;
}
.staff_tax td.image img {
	width: auto;
	height: 260px;
}
.staff_tax p {
	text-align: left;
}

/* よくあるご質問 */
.qa {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
}
.qa h2 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 22px;
	color: #efb819;
}
.qa h2 span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #3e82a1;
}
.qa table {
	margin: 0;
	padding: 0;
	border: none;
}
.qa th {
	padding: 2px 0;
	font-size: 16px;
	color: #3e82a1;
	text-align: left;
	border: none;
	background: none;
}
.qa td {
	padding: 2px 0;
	text-align: left;
	border: none;
	background: none;
}

/* 感染症対策 */
.taisaku {
	overflow: hidden;
	margin:0;
	padding: 25px;
	background: #fff;
}
.taisaku h2 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 22px;
	color: #3e82a1;
	text-align: center;
}

.icon {
	overflow:hidden;
	color: #3e82a1;
}
.icon ul {
	overflow:hidden;
	margin:0 -2.666% 0 0;
}
.icon li {
	list-style:none;
	float:left;
	width:14%;
	margin:0 2.666% 0 0;
	text-align: center;
}
.icon li img {
	width:100%;
	margin:0 0 0.5em;
}

@media screen and (max-width:768px) {
    .qa .table_sp { margin: 0; }
    .qa .table_sp th,
    .qa .table_sp td{
        width: auto;
        display: block;
        border: none;
    }
    .qa .table_sp th {border-top: none solid; border-bottom: none;}
    .qa .table_sp td {border-top: none solid; border-bottom: none;}
    .qa .table_sp tr:first-child th {border-top: none;}
}

@media screen and (max-width:500px) {
	h2.biz {
		font-size: 24px;
	}
	
	.merit li:last-child {
		margin-bottom: 0;
	}

	.hikaku div {
	    overflow: auto;
	    width: 100%;
	}
	.hikaku div table {
	    width: 100% !important;
		font-size: 14px;
	}
	.hikaku th.first {
		padding: 20px 30px;
	}
	.hikaku th.second {
		padding: 20px 120px;
	}
	.hikaku th.third {
		padding: 20px 80px;
	}
	
	.staff_tax li:last-child {
		margin-bottom: 0;
	}
	
	.qa h2 span {
		display: block;
		line-height: 1.6;
	}
	
	.taisaku {
		padding: 15px;
	}
	.taisaku h2 {
		font-size: 16px;
	}
	
	.icon {
		font-size: 10px;
	}
	.icon ul {
		overflow:hidden;
		margin:1.492% -1.492% 0 0;
	}
	.icon li {
		list-style:none;
		float:left;
		width:31.840%;
		margin:0 1.492% 1.492% 0;
	}
	.icon li:nth-child(3n+1) {
		clear:both;
	}
}

/*================================================
 *  会社概要
 ================================================*/
.company {
	margin: 0 0 2em;
	padding: 20px;
	background: #fff;
}
.company h2 {
	margin-bottom: 1em !important;
}

.company table {
	font-size: 16px;
	border: 1px solid #3e82a1;
	background: #fff;
}

.company th {
	border: 1px solid #fff;
	background: #c7c7c8;
	text-shadow: 
       1px  1px 1px #333,
      -1px  1px 1px #333,
       1px -1px 1px #333,
      -1px -1px 1px #333,
       1px  0px 1px #333,
       0px  1px 1px #333,
      -1px  0px 1px #333,
       0px -1px 1px #333;
}

.company td {
	color:  #835b25;
	text-align: left;
	border: 1px solid #fff;
	background: #faeed9;
	text-shadow: 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff;
}

/*================================================
 *  お問い合わせ
 ================================================*/
.inquiry {
	margin: 0 0 2em;
	padding: 20px;
	background: #fff;
}
.inquiry h2 {
	margin-bottom: 1em !important;
}

.inquiry table {
	border: 1px solid #3e82a1;
	background: #fff;
}

.inquiry th {
	border: 1px solid #fff;
	background: #c7c7c8;
	text-shadow: 
       1px  1px 1px #333,
      -1px  1px 1px #333,
       1px -1px 1px #333,
      -1px -1px 1px #333,
       1px  0px 1px #333,
       0px  1px 1px #333,
      -1px  0px 1px #333,
       0px -1px 1px #333;
}

.inquiry td {
	text-align: left;
	border: 1px solid #fff;
	background: #e7f1f6;
	text-shadow: 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff;
}

/* --- お問い合わせフォーム --- */
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.form {
	margin:0 0 3em;
	padding:0;
}
.form:last-child {
	margin-bottom:0;
}
.form ul {
	text-align:left;
}

.umu {
	font-size:14px;
	line-height: 1.4em;
	color: #d00;
}

input#submit_btn {
	display:inline-block;
	padding:10px 15px;
	font-size: 16px;
	font-weight: bold;
	color:#3e82a1;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #3e82a1;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#submit_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#3e82a1;
	transition:all 0.2s ease 0s;
}

input#reset_btn {
	display:inline-block;
	padding:10px 15px;
	font-size: 16px;
	font-weight: bold;
	color:#3e82a1;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #3e82a1;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#reset_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#3e82a1;
	transition:all 0.2s ease 0s;
}

input#back_btn {
	display:inline-block;
	padding:10px 15px;
	font-size: 16px;
	font-weight: bold;
	color:#3e82a1;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #3e82a1;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#back_btn:hover {
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background:#3e82a1;
	transition:all 0.2s ease 0s;
}

input {
    cursor: pointer;
    cursor: hand;
}

td input {
    height:25px;
	margin:3px 0;
}

input, select, textarea {
    font-size: 16px;
}

select {
    height:30px;
	margin:3px 0;
    font-size: 16px;
}

input[type="radio"],input[type="checkbox"]{
    position: relative;
    top: -2px;
	margin-right: -2px;
}

/* --- フォーム部品のサイズ --- */
#name, #name2 {
    width: 50%;
}
#tel {
    width: 60%;
}
#add, #email {
    width: 95%;
}

/* --- （複数行のテキスト入力欄） --- */
#message {
    box-sizing: border-box;
    width: 100%;
    height: 10em;
}

.required {
	color: #d00;
	text-shadow: none;
}

.msg {
	margin:0 0 1em;
	color: #d00;
}

span.msg {
	color: #d00;
}

span.kome {
	display:block;
	margin:0 0 -1em;
	line-height: 2.2;
}

.contact_form {
	font-size: 16px;
}
.contact_form th {
	width: 30%;
}

.contact_btn {
	text-align: center;
}

@media screen and (max-width:500px) {
    #name, #name2, #email {
        box-sizing: border-box;
        width: 100%;
    }
    
    .contact_form th {
        width: 100%;
    }
    
	.umu {
		font-size:12px;
	}
}

/*================================================
 *  タブレット
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header > .inner {
		padding: 15px 10px;
	}

	.inner {
		width: 100%;
	}

	#contents {
		width:100%;
		margin: 0;
		padding: 0 10px;
	}

	#topicpath .inner {
		width: 100%;
	}
	
	.about {
		padding: 15px;
	}
	
	.costBox {
		padding: 0 5%;
	}
	.costBox p.cost {
		font-size: 42px;
	}
	.costBox p.cost span {
		font-size: 20px;
	}
	.costBox p.costText {
		font-size: 14px;
	}
	
	.box4 .boxInner {
		margin: 0;
		padding: 15px 20px;
	}

	.service p {
		font-size: 16px;
	}

	.not_img :not(.service h2) {
		width: 80%;
	}

	footer {
		width: 100%;
	}
}

/*================================================
 *  スマートフォン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}

	header {
		padding: 0 40px 0 10px;
	}

	header h1 {
		margin-bottom: 0;
	}
	header h1 a {
		font-size: 24px;
	}
	.header_tel .phonenumber a {
		font-size: 30px;
	}
	.header_tel .add {
		font-size: 10px;
	}

	.summary {
		margin-right: 40px;
		font-size: 10px;
	}

	nav {
		background: #efb819;
	}

	nav ul {
		margin: 0;
		padding: 0;
	}

	nav ul.gnav {
		display: none;
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
	}

	nav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #d26100;
		background: #efb819;
	}

	nav li:first-child {
		border-top: 0;
	}
	nav li:last-child {
		border-bottom: 0;
	}

	nav li a {
		display: block;
		padding: 10px 30px;
		color: #333;
		text-decoration: none;
		background: #efb819;
	}
	nav li a:hover {
		color: #fff;
		text-decoration: none;
		background: #e8a00e;
	}

	nav ul ul {
		display: none;
		position: relative;
	}

	nav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 50px;
		text-align: left;
	}

	nav li li li a {
		padding: 10px 30px 10px 70px;
	}

	.subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	.subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #efb819;
	}
	.subnav a:hover:after {
		background: #363535;
	}

	.active > a:before {
		margin-top: 0;
	}
	.active > a:after {
		margin-top: 5px;
	}

	#spMenu {
		display: block;
		z-index: 2;
		position: fixed;
		top: 10px;
		right: 10px;
	}
	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 5%;
		background: #efb819;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#navBtn .close:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#main {
		float: none;
		width: 100%;
	}
	
	.about {
		margin: 1.5em 0;
		padding: 20px;
	}
	.about img {
		margin: 0 1.5em 0 0;
		padding: 0;
	}
	
	.not_img :not(.service h2) {
		width: 75%;
	}
	
	.service p {
		font-size: 14px;
	}

	.col_two_one ul {
		margin-right: 0;
	}
	.col_two_one li {
		width: 100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
        text-decoration:none;
	}
}

@media screen and (max-width:500px) {
	header {
		padding: 15px 10px;
	}
	header > .inner {
		display: block;
		padding: 0;
	}
	header h1 {
		margin-bottom: 10px;
	}

	.footmenu li {
		font-size: 11px;
	}
	
	.about {
		margin: 1em 0;
		padding: 15px;
	}
	.about img {
		margin: 0 0 1em;
		padding: 0;
	}
	.about h2 {
		text-align: left;
	}
	.about p {
		text-align: left;
	}
	
	.costBox {
		padding: 0 5%;
	}
	.costBox p.cost {
		font-size: 40px;
	}
	.costBox p.cost span {
		font-size: 18px;
	}
	.costBox p.costText {
		font-size: 14px;
	}
	
	.box4 .boxInner {
		margin: 0;
		padding: 15px;
	}
	
	.service h2 img {
		width: 100% !important;
		float:none;
		margin: 1em 0;
	}
	.service p {
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-align: left;
	}
	.service img {
		width: 80px;
		margin:0 auto 1em;
	}
	
	.imgL {
		margin-bottom: 0;
		text-align: center;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}
	
	.imgR {
		margin-bottom:0;
		text-align: center;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}
	
	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	
	.merit ul {
		margin-right:0;
	}
	.merit li {
		width:100%;
		margin:0 0 15px 0;
	}
	.merit li:nth-child(2n+1) {
		clear:both;
	}
	
	.staff_tax ul {
		margin-right:0;
	}
	.staff_tax li {
		width:100%;
		margin:0 0 15px 0;
	}
	.staff_tax li:nth-child(2n+1) {
		clear:both;
	}
	
    .table_sp { margin: 0 0 20px; }
    .table_sp th,
    .table_sp td{
        width: auto;
        display: block;
        border: none;
    }
    .table_sp th {border-top: 1px #3e82a1 solid; border-bottom: 0;}
    .table_sp td {border-top: 1px #3e82a1 solid; border-bottom: 0;}
    .table_sp tr:first-child th {border-top: none;}
}

@media screen and (min-width: 500px){
    .br-sp {display: none; }
}

