@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');
/*------------------------------------------------------------
Theme Name: Law
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
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;
	font-size: 1em;
	border: 0;
	outline: 0;
	background: transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', 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 {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
a, a:link {
	color: #464646;
	text-decoration: none;
}
a:visited {
	color: #464646;
}
a:hover {
	color: #464646;
}
a:active {
	color: #464646;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;
	color: #464646;
	font-size: 1.4rem;
	font-weight: 400;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
#container {
	position: relative;
	overflow: hidden;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.yuGo {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 500;
}
.aGaramond {
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
}
.dinLight {
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.dinRegular {
	font-family: din-2014, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: relative;
	z-index: 100;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 1024px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#gHeader .hBox .hTtlBox {
	margin-left: 62px;
	width: 350px;
}
#gHeader .hBox .hTtlBox .imgtext {
	padding: 28px 0 9px;
	width: 310px;
	position: relative;
	box-sizing: border-box;
}
#gHeader .hBox .hTtlBox .imgtext:before {
	width: 50vw;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #C42162;
	content: '';
}
#gHeader .hBox .hTtlBox .imgtext img {
	width: 236px;
	max-width: 100%;
}
#gHeader .hTtlBox .logo {
	margin: 21px 0 12px;
}
#gHeader .hTtlBox .logo a {
	display: block;
	color: #000;
	font-size: 2.6rem;
	line-height: 1.25;
	letter-spacing: -1px;
}
#gHeader .hTtlBox .logo a span {
	font-size: 1.9rem;
}
#gHeader .hTtlBox .hTtl {
	padding: 8px 0 7px;
	position: relative;
	color: #FFF;
	font-size: 2rem;
	line-height: 1;
}
#gHeader .hTtlBox .hTtl:before {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #EAF1E1;
	content: '';
}
#gHeader .hTtlBox .hTtl:after {
	width: 50vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #79A438;
	content: '';
}
#gHeader .hTtlBox .hTtl .yuGo {
	display: block;
	position: relative;
	z-index: 1;
}
#gHeader .rBox {
	width: 532px;
	position: relative;
	display: -webkit-flex;
	display: flex;
}
#gHeader .rBox:before {
	width: 50vw;
	height: 100%;
	position: absolute;
	left: 270px;
	top: 0;
	background: url("img/common/bg01.png") repeat left top;
	background-size: 10px 10px;
	content: '';
}
#gHeader .rBox:after {
	width: 50vw;
	height: 1px;
	position: absolute;
	left: 270px;
	bottom: 18.8%;
	background: #fff;
	content: '';
}
#gHeader .rBox .btnList {
	margin: 40px 41px 0 0;
	width: 250px;
	position: relative;
	z-index: 1;
}
#gHeader .rBox .btnList li {
	margin-bottom: 10px;
}
#gHeader .rBox .btnList li:last-child {
	margin-bottom: 0;
}
#gHeader .rBox .btnList li a {
	padding: 0 5px;
	display: block;
	text-align: center;
	color: #FFF;
	word-break: break-all;
	border-radius: 5px;
	background-color: #79A438;
}
#gHeader .rBox .btnList li a:hover {
	opacity: 0.7;
}
#gHeader .rBox .btnList li a span {
	display: inline-block;
	background: url("img/common/icon02.png") no-repeat left top 8px;
	background-size: 29px auto;
}
#gHeader .rBox .btnList li a .dinRegular {
	padding: 3px 0 1px 30px;
	font-size: 2.6rem;
	letter-spacing: 1.3px;
	line-height: 1.4;
	background-image: url("img/common/icon01.png");
}
#gHeader .rBox .btnList li a .yuGo {
	padding: 8px 0 6px 35px;
	font-size: 1.7rem;
	font-weight: bold;
}
#gHeader .rBox .hImg {
	margin-top: 57px;
	width: 158px;
	position: relative;
	z-index: 1;
}
#gHeader .menu {
	margin-right: -512px;
	width: 62px;
	height: 100px;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 50%;
	word-break: break-all;
	background: #000;
	z-index: 101;
}
#gHeader .menu:hover {
	opacity: 0.7;
}
#gHeader .menu span {
	width: 40px;
	height: 1px;
	display: block;
	position: absolute;
	left: 11px;
	top: 35px;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	background: #FFF;
}
#gHeader .menu span.middle {
	top: 43px;
}
#gHeader .menu span.bottom {
	top: 51px;
}
#gHeader .menu span.dinLight {
	height: auto;
	top: 54px;
	background: transparent;
}
.menuBox {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(120, 165, 55, 0.95);
	z-index: 100;
	overflow: auto;
}
.menuBox .close {
	margin: 12px auto 115px;
	max-width: 1024px;
	text-align: right;
}
.menuBox .close .inn {
	width: 62px;
	height: 62px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.menuBox .close .inn:hover {
	opacity: 0.7;
}
.menuBox .close .top, .menuBox .close .bottom {
	width: 35px;
	height: 1px;
	display: block;
	position: absolute;
	left: 14px;
	top: 30px;
	background: #FFF;
	-webkit-transform: translateY(0px) translateX(0) rotate(45deg);
	-ms-transform: translateY(0px) translateX(0) rotate(45deg);
	transform: translateY(0px) translateX(0) rotate(45deg);
}
.menuBox .close .bottom {
	-webkit-transform: translateY(0px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(0px) translateX(0) rotate(-45deg);
	transform: translateY(0px) translateX(0) rotate(-45deg);
}
.menuBox .text {
	margin-bottom: 16px;
	text-align: center;
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.12;
	letter-spacing: 1.6px;
	word-wrap: break-word;
}
.menuBox .text .sml {
	margin-bottom: 11px;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0;
}
.menuBox .text a {
	display: inline-block;
	color: #FFF;
}
.menuBox .innerBox {
	margin: 0 auto 30px;
	max-width: 1024px;
}
.menuBox .innerBox .btn {
	margin: 19px auto 0;
	width: 202px;
}
.menuBox .innerBox .btn a {
	padding: 2px 5px 4px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1.5rem;
	border: 1px solid #FFF;
	border-radius: 30px;
}
.menuBox .innerBox .btn a:hover {
	background: #5A910B;
}
@media all and (-ms-high-contrast:none) {
	#gHeader .hTtlBox .hTtl {
		padding: 10px 0 2px;
	}
	#gHeader .rBox .btnList li a .yuGo {
		padding: 11px 0 3px 35px;
	}
}
@media all and (min-width: 768px) and (max-width: 1028px) {
	#gHeader .menu {
		margin-right: 0;
		right: 12px;
		right: 0;
	}
}
@media all and (max-width: 767px) {
	#gHeader .hBox {
		width: auto;
		display: -webkit-block;
		display: block;
	}
	#gHeader .hBox .hTtlBox {
		margin-left: 0;
		width: auto;
	}
	#gHeader .hBox .hTtlBox .imgtext {
		padding: 30px 90px 23px 15px;
		width: auto;
	}
	#gHeader .hBox .hTtlBox .imgtext:before {
		width: 100%;
	}
	#gHeader .hTtlBox .logo {
		margin: 25px 0 11px;
	}
	#gHeader .hTtlBox .logo a {
		text-align: center;
	}
	#gHeader .hTtlBox .logo a span {
		display: inline-block;
	}
	#gHeader .hTtlBox .hTtl:before {
		display: none;
	}
	#gHeader .hTtlBox .hTtl:after {
		width: 100%;
	}
	#gHeader .hTtlBox .hTtl {
		padding: 6px 3px;
		box-sizing: border-box;
		text-align: center;
		line-height: 1.2;
	}
	#gHeader .rBox {
		display: none;
	}
	#gHeader .menu {
		margin-right: 0;
		right: 15px;
	}
	#gHeader .menu:hover {
		opacity: 1;
	}
	.menuBox .close {
		margin: 15px 15px 30px;
		max-width: inherit;
	}
	.menuBox .close .inn:hover {
		opacity: 1;
	}
	.menuBox .innerBox {
		margin: 0 10px 68px;
		max-width: inherit;
	}
	.menuBox .innerBox .btn a:hover {
		background: transparent;
	}
}
@media all and (max-width: 359px) {
	#gHeader .hBox .hTtlBox .imgtext {
		padding: 32px 90px 25px 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 300px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	font-size: 1.8rem;
	border: 1px solid #FFF;
	border-bottom: none;
}
#gNavi li {
	border-bottom: 1px solid #FFF;
}
#gNavi li a {
	padding: 11px 5px;
	display: block;
	color: #FFF;
}
#gNavi li a:hover {
	background-color: #65991B;
}
#gNavi li .ttl {
	padding: 1px 5px;
	display: block;
}
#gNavi li .subList {
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #FFF;
}
#gNavi li .subList > li {
	box-sizing: border-box;
	width: 50%;
	border-right: 1px solid #FFF;
	border-bottom: none;
}
#gNavi li .subList > li:nth-child(2n) {
	border-right: none;
}
#gNavi li .subList > li .inner {
	display: -webkit-flex;
	display: flex;
}
#gNavi li .subList > li .inner a {
	display: block;
}
#gNavi li .subList > li .inner .link01 {
	box-sizing: border-box;
	padding: 3px 0;
	width: 32px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1;
	border-right: 1px dotted #FFF;
}
#gNavi li .subList > li .inner .link01 span {
	word-break: keep-all;
	display: inline-block;
	text-align: center;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
#gNavi li .subList > li .inner .sub {
	width: calc(100% - 32px);
	display: block;
}
#gNavi li .subList > li .inner .sub a {
	padding: 1px 5px;
	border-bottom: 1px dotted #FFF;
}
#gNavi li .subList > li .inner .sub a:last-child {
	border-bottom: none;
}
#gNavi li .subList > li > a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#gNavi li .subList > li > a span {
	display: block;
}
#gNavi2 {
	padding-top: 71px;
	position: relative;
	z-index: 5;
}
#gNavi2 .navWrap {
	padding: 20px 62px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	z-index: 99;
	transition: 0.3s;
}
#gNavi2.fix .navWrap {
	position: fixed;
}
#gNavi2 .naviList {
	margin: 0 auto;
	width: 900px;
	max-width: 100%;
	display: flex;
	box-sizing: border-box;
}
#gNavi2 .naviList > li {
	width: calc(100% / 8);
	min-height: 34px;
	position: relative;
	border-left: 1px solid #78A537;
	box-sizing: border-box;
}
#gNavi2 .naviList > li:last-child {
	border-right: 1px solid #78A537;
}
#gNavi2 .naviList > li > a {
	padding: 7px 3px 5px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	color: #78A537;
}
#gNavi2 .subNav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: #EBF1E1;
	display: none;
}
#gNavi2 .subNav li:not(:last-child) {
	border-bottom: 1px solid #78A537;
}
#gNavi2 .subNav li a {
	padding: 5px 5px 2px;
	display: block;
	text-align: center;
	color: #78A537;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
#gNavi2 .naviList .current > a {
	color: #fff;
	background: #96B963;
}
@media all and (min-width: 768px) and (max-width: 900px) {
	#gNavi2.fix {
		padding-left: 25px;
	}
	#gNavi2 .subNav li {
		font-size: 1.4rem;
	}
}
@media all and (min-width: 768px) {
	#gNavi2 .naviList > li > a:hover {
		color: #fff;
		background: #96B963;
	}
	#gNavi2 .subNav li a:hover {
		color: #fff;
		background: #A5C27A;
	}
}
@media all and (max-width: 767px) {
	#gNavi li a:hover {
		background-color: transparent;
	}
	#gNavi2 {
		display: none;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 620px;
}
@media all and (max-width: 767px) {
	#conts {
		width: auto;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 250px;
	min-height: 590px;
	position: relative;
	background: url("img/common/bg02.png") repeat left top;
	background-size: 6px auto;
}
#sideBar .sNavi {
	position: relative;
	z-index: 1;
}
#sideBar .sNavi li {
	position: relative;
	background-color: #fff;
}
#sideBar .sNavi li:before {
	width: 5px;
	height: calc(100% - 1px);
	position: absolute;
	left: 0;
	top: 0;
	background-color: #AFC988;
	content: '';
}
#sideBar .sNavi li.on {
	background-color: #79A438;
}
#sideBar .sNavi li a {
	padding-left: 5px;
	display: block;
	color: #000;
}
#sideBar .sNavi li.on a {
	color: #FFF;
}
#sideBar .sNavi li a:hover {
	background-color: #EAF1E1;
}
#sideBar .sNavi li.on a:hover {
	background-color: #79A438;
}
#sideBar .sNavi li a .txt {
	padding: 12px 10px 6px;
	display: block;
	line-height: 1.3;
	border-bottom: 1px dotted #969696;
}
#sideBar .sNavi li .wp-pagenavi {
	margin-left: 5px;
	border-bottom: 1px dotted #969696;
	overflow: hidden;
}
#sideBar .sNavi li .wp-pagenavi span, #sideBar .sNavi li .wp-pagenavi .page, #sideBar .sNavi li .wp-pagenavi .last, #sideBar .sNavi li .wp-pagenavi .pages, #sideBar .sNavi li .wp-pagenavi .first {
	display: none;
}
#sideBar .sNavi li .wp-pagenavi .previouspostslink {
	padding: 11px 10px 7px;
	width: 50%;
	box-sizing: border-box;
	display: block;
	float: left;
	text-align: left;
}
#sideBar .sNavi li .wp-pagenavi .nextpostslink {
	padding: 11px 10px 7px;
	width: 50%;
	box-sizing: border-box;
	display: block;
	float: right;
	text-align: right;
}
#sideBar .text {
	width: 90px;
	height: 430px;
	position: absolute;
	top: 131px;
	left: 0;
	text-align: left;
	color: rgba(150, 137, 66, 0.5);
	font-size: 3.5rem;
	line-height: 1.06;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
#sideBar .pho {
	position: relative;
}
#sideBar .pho img {
	width: 100%;
}
#sideBar .pho .aGaramond {
	padding: 7px 3px 3px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	word-wrap: break-word;
	background: rgba(120, 165, 55, 0.6);
}
@media all and (-ms-high-contrast:none) {
	#sideBar .sNavi li a .txt {
		padding: 13px 10px 5px;
	}
}
@media all and (max-width: 767px) {
	#sideBar {
		margin-bottom: 20px;
		width: auto;
		min-height: inherit;
		background: none;
	}
	#sideBar .sNavi li a:hover {
		background-color: #fff;
	}
	#sideBar .sNavi li.on a, #sideBar .sNavi li.on a:hover {
		color: #FFF;
		background-color: #78A537;
	}
	#sideBar .text {
		display: none;
	}
	#sideBar .pho {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 35px 0 24px;
	width: 900px;
}
#gFooter .fLogo {
	margin-bottom: 30px;
	text-align: center;
}
#gFooter .fLogo img {
	width: 301px;
}
#gFooter .add {
	text-align: center;
	word-break: break-all;
}
#gFooter .add a {
	color: #646464;
}
#gFooter .map {
	display: none;
	width: 100%;
}
#gFooter .map img {
	width: 100%;
}
#gFooter .fBgBox {
	padding: 27px 0;
	box-sizing: border-box;
	background-color: #96BA63;
}
#gFooter .fBgBox .copyright {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
	font-size: 1.2rem;
	color: #FFF;
	word-wrap: break-word;
}
@media all and (max-width: 767px) {
	#gFooter {
		z-index: 15;
	}
	#gFooter .fBox {
		padding: 35px 15px 24px;
		width: auto;
	}
	#gFooter .fLogo {
		margin: 0 auto 30px;
		max-width: 300px;
	}
	#gFooter .fLogo img {
		width: 100%;
	}
	#gFooter .fBgBox {
		padding: 15px 15px 85px;
	}
	#gFooter .fBgBox .copyright {
		max-width: inherit;
	}
}
/* fixedBtn */
#gFooter .fixedBtn {
	position: fixed;
	right: 0;
	bottom: 190px;
	color: #fff;
	text-align: center;
	border-radius: 10px 0 0 10px;
	background: rgba(120, 165, 55, 0.9);
	overflow: hidden;
	z-index: 19;
	display: none;
}
#gFooter .fixedBtn::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("img/common/bg04.png") repeat left top / 20px;
	mix-blend-mode: color;
	content: "";
}
#gFooter .fixedBtn::after {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(120, 165, 55, 0.5);
	mix-blend-mode: multiply;
	content: "";
}
#gFooter .fixedBtn .ttlImg {
	padding: 11px 10px 7px;
	position: relative;
	z-index: 2;
}
#gFooter .fixedBtn .ttlImg img {
	width: 87px;
}
#gFooter .fixedBtn .fixBtnList {
	padding: 15px 15px 10px;
	position: relative;
	z-index: 2;
}
#gFooter .fixedBtn .fixBtnList li:not(:last-child) {
	margin-bottom: 10px;
}
#gFooter .fixedBtn a {
	padding: 10px 5px 3px;
	display: block;
	color: #508D00;
	font-size: 1.3rem;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-feature-settings: "palt";
	border-radius: 12px;
	background: #fff;
}
#gFooter .fixedBtn a img {
	width: 33px;
}
#gFooter .fixedBtn a .txt {
	margin-top: 3px;
	display: block;
	white-space: nowrap;
	letter-spacing: -0.05em;
}
#gFooter .fixedBtn a:hover {
	opacity: 0.7;
}
#gFooter .fixedBtn a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}
@media all and (max-width: 767px) {
	#gFooter .fixedBtn {
		width: 100%;
		display: flex !important;
		bottom: 0;
		border-radius: 0;
	}
	#gFooter .fixedBtn::after {
		width: 150px;
		height: 100%;
	}
	#gFooter .fixedBtn .ttlImg {
		padding: 6px 5px 5px;
		width: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	#gFooter .fixedBtn .ttlImg img {
		width: 99px;
	}
	#gFooter .fixedBtn .fixBtnList {
		padding: 4px 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		flex: 1;
	}
	#gFooter .fixedBtn .fixBtnList li {
		margin: 0 15px !important;
	}
	#gFooter .fixedBtn a {
		padding: 0;
		border-radius: 0;
		background: transparent;
	}
	#gFooter .fixedBtn a img {
		width: 60px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: 0 auto 20px;
	width: 900px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #78A537;
}
.pageTitle h2 {
	padding: 15px 0 12px;
	color: #000;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.15;
	word-break: break-all;
}
.pageTitle h2 .aGaramond {
	display: block;
	color: #78A537;
	font-size: 4.5rem;
	word-break: normal;
}
.pageTitle h2 .sml {
	font-size: 1.3rem;
}
.pageTitle .h2Ttl {
	margin-right: 10px;
	width: 270px;
}
.pageTitle .ttl {
	margin-top: 10px;
	padding: 1px 5px 2px;
	width: 340px;
	box-sizing: border-box;
	text-align: center;
	color: #78A537;
	font-size: 2.5rem;
	line-height: 1.4;
	border-radius: 20px;
	border: 1px solid #78A537;
}
.pageTitle .link {
	margin-bottom: 7px;
	width: 280px;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	text-align: right;
	color: #000;
	font-size: 1.2rem;
}
.pageTitle .link a {
	text-decoration: underline;
}
.pageTitle .link a:hover {
	text-decoration: none;
}
@media all and (max-width: 767px) {
	.pageTitle {
		margin: 0 15px 20px;
		width: auto;
		display: -webkit-block;
		display: block;
	}
	.pageTitle h2 {
		padding: 7px 0 16px;
		text-align: center;
	}
	.pageTitle .h2Ttl {
		margin-right: 0;
		width: auto;
	}
	.pageTitle .ttl {
		margin: 0 0 8px;
		padding: 1px 5px 2px;
		width: auto;
	}
	.pageTitle .link {
		margin-bottom: 8px;
		width: auto;
	}
	.pageTitle .link a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	margin: 0 auto 50px;
	width: 900px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media all and (max-width: 767px) {
	.mainBox {
		margin: 0 15px 50px;
		width: auto;
		display: -webkit-block;
		display: block;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 900px;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 17px;
	padding: 10px 15px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	color: #000;
	font-size: 2rem;
	font-weight: 400;
	border: 1px solid #78A537;
}
.headLine01 span {
	width: 100%;
	display: block;
}
.headLine01 .innSpan {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}
.headLine01 .yuGo {
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.headLine01 .sml {
	display: inline;
	font-size: 1.5rem;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 21px;
	font-size: 2rem;
	font-weight: 400;
	color: #000;
}
.headLine02 .aGaramond {
	display: block;
	font-size: 4rem;
	line-height: 1.4;
	word-wrap: break-word;
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -5px auto 30px;
	width: 900px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.comLinkList li {
	margin: 5px 5px 0 0;
	width: 176px;
}
.comLinkList li:nth-child(5n) {
	margin-right: 0;
}
.comLinkList li a {
	padding: 2px 8px 0 12px;
	height: 100%;
	min-height: 40px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #EAF1E1 url("img/common/icon03.png") no-repeat left 5px center;
	background-size: 8px auto;
}
.comLinkList li a .txt {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.3;
}
.comLinkList li.on a, .comLinkList li a:hover {
	color: #FFF;
	background-color: #79A438;
	background-image: url("img/common/icon04.png");
}
@media all and (-ms-high-contrast:none) {
	.comLinkList li a {
		padding: 5px 12px 0;
	}
}
@media all and (max-width: 767px) {
	.comLinkList {
		margin: -5px 15px 5px;
		width: auto;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.comLinkList li {
		margin: 5px 0 0;
		width: 49.4%;
	}
	.comLinkList li a:hover {
		color: #464646;
		background-color: #EAF1E1;
		background-image: url("img/common/icon03.png");
	}
	.comLinkList li.on a:hover {
		color: #FFF;
		background-color: #79A438;
		background-image: url("img/common/icon04.png");
	}
}
@media all and (max-width: 370px) {
	.comLinkList li a {
		padding: 2px 10px 0;
		font-size: 1.3rem;
		background-size: 6px auto;
	}
}
@media all and (max-width: 350px) {
	.comLinkList li a {
		padding-right: 3px;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: center;
}
.comLink a {
	padding: 9px 22px 8px 17px;
	width: 230px;
	box-sizing: border-box;
	display: inline-block;
	color: #78A537;
	text-align: center;
	font-weight: 500;
	border: 1px solid #78A537;
	border-radius: 5px;
	background: #FFF url("img/common/icon09.png") no-repeat right 8px center;
	background-size: 12px auto;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (-ms-high-contrast:none) {
	.comLink a {
		padding: 8px 22px 9px 17px;
	}
}
@media all and (max-width: 767px) {
	.comLink a {
		padding: 9px 22px 9px 17px;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 28px 0 30px;
	background-color: #EAF1E1;
}
.comContact .headLine02 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.7rem;
}
.comContact .headLine02 .aGaramond {
	margin-bottom: 3px;
	font-size: 3.5rem;
}
.comContact .text {
	margin-bottom: 18px;
	text-align: center;
}
.comContact .btnList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.comContact .btnList li {
	margin: 0 15px;
	width: 350px;
}
.comContact .btnList li a {
	min-height: 71px;
	box-sizing: border-box;
	padding: 0 20px;
	display: block;
	text-align: left;
	color: #FFF;
	font-size: 3.8rem;
	word-break: break-all;
	border-radius: 5px;
	background-color: #79A438;
}
.comContact .btnList li a:hover {
	opacity: 0.7;
}
.comContact .btnList li a span {
	padding: 8px 0 6px 58px;
	display: block;
	background: url("img/common/icon05.png") no-repeat left top 17px;
	background-size: auto 36px;
}
.comContact .btnList li a .dinRegular {
	letter-spacing: 1.8px;
}
.comContact .btnList li a .yuGo {
	padding: 19px 0 5px 58px;
	font-size: 2.3rem;
	font-weight: bold;
	background-image: url("img/common/icon06.png");
}
.comContact .time {
	margin: 17px 113px 0;
}
@media all and (-ms-high-contrast:none) {
	.comContact .btnList li a .yuGo {
		padding-top: 23px;
	}
}
@media all and (max-width: 767px) {
	.comContact {
		padding: 28px 0 30px;
	}
	.comContact .innerBox {
		width: auto;
	}
	.comContact .btnList {
		margin: 0 auto;
		max-width: 345px;
		display: -webkit-block;
		display: block;
	}
	.comContact .btnList li {
		margin: 0 0 13px;
		width: auto;
		display: block;
	}
	.comContact .btnList li a {
		min-height: 65px;
		text-align: center;
	}
	.comContact .btnList li a span {
		display: inline-block;
	}
	.comContact .time {
		margin: 17px 15px 0;
	}
}
@media all and (max-width: 370px) {
	.comContact .btnList li a {
		padding: 0 15px;
		font-size: 3.6rem;
	}
	.comContact .btnList li a span {
		padding: 6px 0 5px 45px;
		background-size: auto 30px;
	}
	.comContact .btnList li a .dinRegular {
		letter-spacing: 0.5px;
	}
	.comContact .btnList li a .yuGo {
		padding: 16px 0 5px 45px;
	}
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin-left: -491px;
	position: fixed;
	left: 50%;
	bottom: 255px;
	z-index: 20;
	display: none;
}
.pageTop.on {
	position: absolute;
	top: -143px;
	bottom: inherit;
}
.pageTop a {
	padding-top: 56px;
	width: 16px;
	height: 145px;
	box-sizing: border-box;
	display: block;
	font-size: 1.5rem;
	line-height: 1.05;
	letter-spacing: 1.2px;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	background: url("img/common/page_top_img.png") no-repeat top center;
	background-size: 11px 52px;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	.pageTop {
		margin-left: 0;
		left: 0;
		bottom: 273px;
	}
	.pageTop.on {
		top: -66px;
		bottom: inherit;
	}
	.pageTop a {
		width: 30px;
		height: 56px;
		background-position: top left 2px;
	}
	.pageTop .txt {
		display: none;
	}
}
/*------------------------------------------------------------
	pageTxt
------------------------------------------------------------*/
.pageTxt {
	margin-right: -491px;
	width: 18px;
	height: 320px;
	box-sizing: border-box;
	position: fixed;
	right: 50%;
	bottom: 100px;
	text-align: left;
	line-height: 1;
	letter-spacing: 0.4px;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	z-index: 20;
	display: none;
}
.pageTxt.on {
	position: absolute;
	top: -315px;
	bottom: inherit;
}
@media all and (max-width: 767px) {
	.pageTxt {
		margin-right: 0;
		right: 0;
		bottom: 30px;
	}
	.pageTxt.on {
		top: -300px;
		bottom: inherit;
	}
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
.comTxtBox {
	overflow: hidden;
	zoom: 1;
}
.comTxtBox h4 {
	margin-bottom: 16px;
	padding: 20px 0 15px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: 1px solid #78A537;
	background: url("img/common/bg03.png") repeat left top;
	background-size: 46px auto;
}
.comTxtBox p {
	margin-bottom: 49px;
	text-align: justify;
	color: #646464;
	font-size: 1.5rem;
	line-height: 1.6;
}
.comTxtBox p:last-child {
	margin-bottom: 0;
}
.comTxtBox p.on {
	margin-bottom: 45px !important;
}
.comTxtBox p img {
	margin: 19px auto 16px;
	width: auto;
	height: auto;
	display: block;
}
.comTxtBox p img.alignright {
	margin-left: 20px;
	float: right;
}
.comTxtBox p img.alignleft {
	margin-right: 20px;
	float: left;
}
.comTxtBox .pho {
	margin-bottom: 15px;
	overflow: hidden;
}
.comTxtBox h5 {
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
	font-size: 1.4rem;
	color: #78A8A9;
	font-weight: 400;
}
.comTxtBox h5:last-child {
	margin-bottom: 0;
}
.comTxtBox h5:before {
	width: 13px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 11px;
	background-color: #78A8A9;
	content: '';
}
.comTxtBox p + h5 {
	margin-top: -23px;
}
.comTxtBox p + p.pho {
	margin-top: -20px;
}
.comTxtBox p.pho + h4 {
	margin-top: 30px;
}
.comTxtBox p.pho + h5 {
	margin-top: 22px;
}
.comTxtBox a {
	text-decoration: underline;
}
.comTxtBox a:hover {
	text-decoration: none;
}
.comTxtBox ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.comTxtBox p + ol {
	margin-top: -49px;
}
@media all and (max-width: 767px) {
	.comTxtBox h4 {
		padding: 19px 0 16px;
	}
	.comTxtBox p {
		margin-bottom: 35px;
	}
	.comTxtBox p img.alignright {
		margin: 15px auto;
		float: none;
	}
	.comTxtBox p img.alignleft {
		margin: 15px auto;
		float: none;
	}
	.comTxtBox .pho img.alignright, .comTxtBox .pho img.alignleft {
		margin: 0 auto 15px;
	}
	.comTxtBox a:hover {
		text-decoration: underline;
	}
	.comTxtBox p + ol {
		margin-top: -35px;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 48px;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
}
.comTable th, .comTable td {
	padding: 12px 10px;
	width: 67%;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	background-color: #F8F9F4;
}
.comTable th {
	width: 33%;
	background-color: #F1EEE5;
}
.comTable tr:nth-child(2n) th {
	background-color: #F8F9F4;
}
.comTable tr:nth-child(2n) td {
	background-color: #FFF;
}
@media all and (max-width: 767px) {
	.comTable {
		margin-bottom: 35px;
	}
	.comTable tr {
		margin-bottom: 10px;
		display: block;
	}
	.comTable tr:last-of-type {
		margin-bottom: 0;
	}
	.comTable th, .comTable td {
		padding: 13px 10px;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.comTable th {
		width: 100%;
		min-height: 109px;
	}
	.comTable tr:nth-child(2n) th {
		background-color: #F1EEE5;
	}
	.comTable tr:nth-child(2n) td {
		background-color: #F8F9F4;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service .headLine01 {
	margin-bottom: 50px;
}
@media all and (max-width: 767px) {
	#service .headLine01 {
		margin-bottom: 17px;
	}
}
/*------------------------------------------------------------
	adviser
------------------------------------------------------------*/
#adviser {
	margin-bottom: 94px;
}
#adviser .headLine01 {
	margin-bottom: 20px;
}
#adviser .tableBox table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
}
#adviser .tableBox th, #adviser .tableBox td {
	padding: 12px 10px 11px;
	color: #646464;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#adviser .tableBox thead th, #adviser .tableBox thead td {
	padding: 13px 10px 10px;
	color: #000;
	font-weight: normal;
	background-color: #DDD9C0;
}
#adviser .tableBox thead th {
	width: 17%;
}
#adviser .tableBox thead th:nth-child(1) {
	width: 14%;
	border-left: none;
}
#adviser .tableBox thead td {
	width: 10%;
}
#adviser .tableBox tbody th {
	vertical-align: top;
	text-align: justify;
	font-weight: normal;
}
#adviser .tableBox tbody tr {
	background-color: #F1EEE5;
}
#adviser .tableBox tbody tr:nth-child(2n) {
	background-color: #F8F9F4;
}
#adviser .note {
	margin-top: 13px;
}
@media all and (max-width: 767px) {
	#adviser {
		margin-bottom: 50px;
	}
	#adviser .tableBox {
		width: 100%;
		overflow: auto;
	}
	#adviser .tableBox .inner {
		width: 737px;
	}
}
/*------------------------------------------------------------
	price
------------------------------------------------------------*/
#price {
	margin-bottom: 50px;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#price p {
	margin-bottom: 47px;
	text-align: justify;
}
#price .h3Ttl01 {
	margin-bottom: 20px;
}
#price .textList {
	margin: -47px 0 47px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#price .textList01 {
	margin-bottom: 21px;
}
#price .textList02 {
	margin-bottom: 16px;
}
#price .textList03 {
	margin-bottom: 0;
}
#price .textList li {
	margin-top: 47px;
	width: 435px;
}
#price .textList03 li {
	width: 100%;
}
#price .textList li.wid01 {
	width: 100%;
}
#price h4 {
	margin-bottom: 17px;
	padding: 21px 0 14px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	border-bottom: 1px solid #78A537;
	background: url("img/common/bg03.png") repeat left top;
	background-size: 46px auto;
}
#price .textList li p {
	margin-bottom: 0;
	color: #646464;
	font-size: 1.5rem;
	line-height: 1.6;
}
#price .txtList li {
	margin: 0;
	padding-left: 15px;
	width: auto;
	text-align: justify;
	background: url("img/common/icon07.png") no-repeat left top 5px;
	background-size: 12px auto;
}
#price .txtList li a {
	color: #646464;
}
#price .txtList li a:hover {
	opacity: 0.7;
}
#price .noteList {
	margin: 14px 0 45px;
	padding-top: 11px;
	border-top: 2px dotted #B1B1B1;
}
#price .noteList li {
	text-align: justify;
}
#price .text01 {
	margin-bottom: 0;
}
#price .text02 {
	margin-top: 47px;
	margin-bottom: 0;
	padding-top: 15px;
	border-top: 2px solid #BBD29A;
}
#price .ttl {
	margin-bottom: 9px;
}
#price table {
	width: 100%;
	border-collapse: collapse;
}
#price .priceTable01 {
	margin-bottom: 10px;
}
#price .priceTable01 th, #price .priceTable01 td {
	padding: 11px 10px 12px;
	text-align: center;
	vertical-align: top;
	color: #646464;
	font-weight: 400;
	word-break: break-all;
	word-wrap: break-word;
	border: 1px solid #FFF;
}
#price .priceTable01 th {
	color: #000;
	background: #DDD9C0;
}
#price .priceTable01 th.wid01 {
	text-align: left;
}
#price .priceTable01 td {
	padding: 21px 10px 22px;
}
#price .priceTable01 tr:nth-child(2n-1) td {
	background: #F1EEE5;
}
#price .priceTable01 tr:nth-child(2n) td {
	background: #F8F9F4;
}
#price .priceTable02 {
	margin-bottom: 50px;
}
#price .priceTable02 th, #price .priceTable02 td {
	padding: 7px 10px 6px;
	text-align: left;
	vertical-align: top;
	color: #646464;
	font-weight: 400;
	border: 1px solid #FFF;
}
#price .priceTable02 th {
	color: #000;
	background: #DDD9C0;
}
#price .priceTable02 tr:nth-child(2n) td {
	background: #F1EEE5;
}
#price .priceTable02 tr:nth-child(2n-1) td {
	background: #F8F9F4;
}
@media all and (max-width: 767px) {
	#price p {
		margin-bottom: 35px;
	}
	#price h4 {
		padding: 19px 0 16px;
	}
	#price .textList {
		margin: 0 0 35px;
		display: -webkit-block;
		display: block;
	}
	#price .textList01 {
		margin-bottom: 15px;
	}
	#price .textList02 {
		margin-bottom: 10px;
	}
	#price .textList03 {
		margin-bottom: 0;
	}
	#price .textList li {
		margin: 0 0 35px;
		width: auto;
	}
	#price .textList03 li {
		width: auto;
	}
	#price .textList li.wid01 {
		width: auto;
	}
	#price .textList li:last-child {
		margin: 0;
	}
	#price .txtList li {
		margin-bottom: 0;
	}
	#price .txtList01 {
		margin-bottom: 0;
	}
	#price .noteList {
		margin-bottom: 35px;
	}
	#price .text02 {
		margin-top: 35px;
	}
	#price .ttl {
		margin-bottom: 5px;
	}
	#price .priceTable02 {
		margin-bottom: 35px;
	}
}