@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

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

a:active {
	color: #000;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 100px;
	width: 1080px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 25px;
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 21px 0 23px;
	width: 1080px;
	position: relative;
}

#gHeader .hBox h1 {
	margin-right: 124px;
}

#gHeader .hBox h1 img {
	margin: 0 auto;
	display: block;
}

#gHeader .hBox h1:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gHeader .hBox .hTel {
	position: absolute;
	right: -1px;
	top: 41px;
}

#gHeader .hBox .hTxt {
	padding: 4px 9px 3px 10px;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #8A0505;
}

#gHeader .hBox .menu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

#gHeader .Box ul {
  list-style-type: none; /*箇条書きのポッチを消す*/
  text-align:center /*左右中央寄せは親要素に対して指定*/
}

/* ↓id="nav"の中のulの中のliに対してCSSを適用*/
#gHeader .Box ul li { 
  display: inline-block;/*inline-blockにします*/
  width: 120px;/*幅も指定できる*/
  font-weight: bold;/*文字を太字に*/
  border: solid 2px;
  border-color:#DFDEDE;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	margin: 0 auto;
	width: 1080px;
}

#gNavi li {
	float: left;
}

#gNavi li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 770px;
	float: left;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 270px;
	float: right;
}

#sideBar .sBox {
	padding: 10px;
	background-color: #F2F2F2;
}

#sideBar .sBox .sTtl {
	padding: 7px 0 8px;
	color: #FFF;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	text-align: center;
	background-color: #2B3D65;
}

#sideBar .sBox .sLinkUl {
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
}

#sideBar .sBox .sLinkUl li a {
	padding: 14px 38px 15px;
	display: block;
	background: #FFF url(../../img/common/icon01.gif) no-repeat 17px center;
	border-bottom: 1px solid #CCC;
}

#sideBar .sBox .sLinkUl li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/

#main .mailForm {
	margin: 0 0 50px 0;
}

#main .mailForm table {
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}

#main .mailForm td,
#main .mailForm th {
	padding: 16px 15px 14px 20px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main .mailForm th {
	background-color: #E6E9F0;
}

#main .mailForm td {
	padding: 20px 15px 16px 20px;
}

#main .mailForm th .must {
	float: right;
}

#main .mailForm td .note {
	margin-top: 2px;
	display: block;
}

#main .mailForm td select {
	width: 154px;
	border: 1px solid #9C9C9C;
}

#main .mailForm td .checkUl li {
	margin-right: 10px;
	display: inline;
}

#main .mailForm td .checkUl li input {
	vertical-align: middle;
	margin-top: 0;
}

#main .mailForm td input[type="text"] {
	padding: 0;
	height: 33px;
	width: 528px;
	line-height: 33px;
	border: 1px solid #aaa;
	background-color: #FEFBE4;
}

#main .mailForm td .txtUl li {
	margin-right: 27px;
	float: left;
	width: 260px;
}

#main .mailForm td .txtUl li .txt {
	display: inline-block;
	width: 35px;
}

#main .mailForm td .txtUl li input[type="text"] {
	width: 218px;
}

#main .mailForm td .txtUl li .note {
	margin-left: 38px;
}

#main .mailForm td .wid01[type="text"] {
	background-color: #fff;
}

#main .mailForm td .wid02[type="text"] {
	width: 98px;
}

#main .mailForm td .link {
	margin-left: 20px;
	padding-left: 20px;
	color: #39aeea;
	display: inline-block;
	background: url(../img/common/icon01.gif) no-repeat left center;
}

#main .mailForm td textarea {
	padding: 0;
	height: 198px;
	width: 528px;
	border: 1px solid #aaa;
	background-color: #FEFBE4;
}

/*------------------------------------------------------------
	テーブル2
------------------------------------------------------------*/

#main .mailForm2 {
	margin: 0 0 50px 0;
}

#main .mailForm2 table {
	margin-bottom: 40px;
	width: 100%;
	border-collapse: collapse;
}

#main .mailForm2 td,
#main .mailForm2 th {
	padding: 16px 15px 14px 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}

#main .mailForm2 th {
	background-color: #E6E9F0;
}

#main .mailForm2 td {
	padding: 20px 15px 16px 20px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #fff;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 40px 0 36px;
	width: 1080px;
}

#gFooter .fBox .lBox {
	width: auto;
	float: left;
	border-right: 1px solid #DDD;
}

#gFooter .fBox .lBox .fLogo {
	margin-bottom: 11px;
}

#gFooter .fBox .lBox .fLogo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter .fBox .lBox p {
	color: #666;
	font-size: 12px;
	line-height: 1.75;
}

#gFooter .fBox .lBox .tel {
}

#gFooter .fBox .lBox .tel span {
	font-weight: bold;
}

#gFooter .fBox .lBox .tel a {
	color: #666;
}

#gFooter .fBox .rBox {
	margin-top: -5px;
	width: 670px;
	float: right;
}

#gFooter .fBox .rBox .fNavi > li {
	width: 140px;
	float: left;
	line-height: 1.8;
}

#gFooter .fBox .rBox .fNavi > li a {
	color: #666;
	font-size: 13px;
}

#gFooter .fBox .rBox .fNavi > li a:hover {
	text-decoration: underline;
}

#gFooter .copyright {
	padding: 26px 0 24px;
	color: #999;
	font-size: 12px;
	text-align: center;
	background-color: #EDEDED;
	border-top: 1px solid #DFDEDE;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 63px;
	padding: 14px 0 15px;
	background-color: #F2F2F2;
}

#pagePath ul {
	margin: 0 auto;
	width: 1080px;
}

#pagePath li {
	margin-right: 2px;
	display: inline-block;
	font-size: 13px;
}

#pagePath li a {
	margin-right: 9px;
}

#pagePath li a:hover {
	text-decoration: underline;
}

#pagePath li:first-child {
	letter-spacing: 1px;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		min-width: inherit;
		font-size: 12px;
	}
	
	#main {
		margin: 0 10px 60px;
		width: auto;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px 5px;
		background-color: #FFF;
	}
	
	#gHeader .hBox {
		padding: 0;
		width: auto;
		position: relative;
	}
	
	#gHeader .hBox h1 {
		margin-right: 0;
		float: left;
	}
	
	#gHeader .hBox h1 img {
		height: 40px;
		display: inline-block;
	}
	
	#gHeader .hBox .hTel {
		display: none;
	}
	
	#gHeader .hBox .hTxt {
		display: none;
	}
	
	#gHeader .hBox .menu {
		display: block;
		position: absolute;
		right: 0;
		top: 4px;
	}
	
	#gHeader .hBox .menu img {
		height: 34px;
	}
		
	#gHeader .menuBox {
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		background-color: #333;
		z-index: 1200;
	}
	
	#gHeader .menuBox li {
		border-top: 1px solid #FFF;
	}
	
	#gHeader .menuBox li a {
		padding: 10px 0;
		display: block;
		color: #FFF;
		line-height: 1.2;
		text-align: center;
	}
	
	#gHeader .menuBox li a span {
		display: block;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		conts
	------------------------------------------------------------*/
	#conts {
		width: auto;
		float: none;
	}
	
	/*------------------------------------------------------------
		sideBar
	------------------------------------------------------------*/
	#sideBar {
		margin-top: 20px;
		width: auto;
		float: none;
	}
	
	#sideBar .sBox .sTtl {
		font-size: 14px;
	}
	
	#sideBar .sBox .sLinkUl li a {
		padding: 12px 30px;
		background-size: 4px auto;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .fBox {
		padding: 20px 10px;
		width: auto;
	}
	
	#gFooter .fBox .lBox,
	#gFooter .fBox .rBox {
		width: auto;
		height: inherit !important;
		float: none;
		border-right: none;
	}
	
	#gFooter .fBox .lBox .fLogo img {
		margin: 0 auto;
		height: 40px;
		display: block;
	}
	
	#gFooter .fBox .lBox p {
		text-align: center;
		line-height: 1.5;
	}
	
	#gFooter .fBox .rBox {
		margin-top: 10px;
	}
	
	#gFooter .copyright {
		padding: 10px 5px;
		font-size: 10px;
	}
	
	#gFooter .fBox .rBox .fNavi {
		text-align: center;
	}
	
	#gFooter .fBox .rBox .fNavi li {
		width: auto;
		float: none;
		display: inline-block;
		text-align: center;
		line-height: 1.5;
	}
	
	#gFooter .fBox .rBox .fNavi li a {
		margin: 0 2px;
		font-size: 12px;
	}

	/*------------------------------------------------------------
		pagePath
	------------------------------------------------------------*/
	#pagePath {
		margin-bottom: 20px !important;
		padding: 10px;
	}
	
	#pagePath ul {
		width: auto;
	}
	
	#pagePath li {
		margin-right: 0;
		font-size: 12px;
	}
	
	#pagePath li a {
		margin-right: 5px;
	}
	
	/*------------------------------------------------------------
		テーブル
	------------------------------------------------------------*/
	
	#main .mailForm {
		margin: 0 0 20px 0;
	}
	
	#main .mailForm table {
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	#main .mailForm td,
	#main .mailForm th {
		padding: 10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	#main .mailForm td {
		padding: 10px 0;
		border: none;
	}
	
	#main .mailForm td input[type="text"] {
		width: 100%;
		height: 25px;
		line-height: 25px;
		box-sizing: border-box;
		border-radius: 0;
	}
	
	#main .mailForm td textarea {
		width: 100%;
		height: 100px;
		box-sizing: border-box;
		border-radius: 0;
	}
	
	#main .mailForm td .checkUl li {
		margin-right: 0;
	}
	
	#main .mailForm td .txtUl li {
		margin: 10px 0 0;
		float: none;
	}
	
	#main .mailForm td .txtUl li:first-child {
		margin: 0;
	}
	
	#main .mailForm td .link {
		margin: 5px 0 0;
		display: block;
	}
	
	#main .mailForm td .wid02[type="text"] {
		width: 27%;
	}
	
	/*------------------------------------------------------------
		テーブル2
	------------------------------------------------------------*/
	
	#main .mailForm2 {
		margin: 0 0 20px 0;
	}
	
	#main .mailForm2 table {
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	#main .mailForm2 td,
	#main .mailForm2 th {
		padding: 10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	#main .mailForm2 td {
		padding: 10px 0;
		border: none;
	}
}