@charset 'UTF-8';

/*!  富村税理事務所
================================================ */

html {
	overflow: auto;
	width: 100%;
}
body {
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	line-height: 1.8;
	overflow: hidden;
	min-width: 1040px;
	/*min-width: 1240px;*/
	letter-spacing: .05em;
	color: #333;
}
body .fontSs {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 599px) {
	body {
		font-size: 16px;
		line-height: 1.6;
		min-width: 320px;
	}
}
* {
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	img {
		width: 100%;
		height: auto;
	}
}

/*! Text
--------------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	color: #333;
}
/* forPC */
@media screen and (min-width: 600px) {
	a[href^="tel"] {
	    cursor: default;
	}
}
em {
	font-style: normal;
}

/*! Clearfix
--------------------------------- */

.cf:after {
	display: block;
	clear: both;
	content: '';
}

/*! alpha
--------------------------------- */
@media screen and (min-width: 600px) {
	.alpha {
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}
	.alpha:hover {
		opacity: .5;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	}
}

/* Switch
=========================================== */

.viewPc {
	display: block;
}
.viewSp {
	display: none;
}
@media screen and (max-width: 599px) {
	.viewPc {
		display: none;
	}
	.viewSp {
		display: block;
	}
}

/*! 左右センター
============================================= */
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*! Layout
================================================ */

#wrapper {
	position: relative;
}

/* ============================================= */


/*! #main
================================================ */

#main {
	margin: 60px auto 0;
	padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
	#main {
		width: 100%;
		margin: 20px 0 0;
		padding-bottom: 65px;
	}
}

/* ============================================= */


/*! #gHeader
================================================ */

#gHeader {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #fff;
}
@media print{
	#gHeader {
		position: relative;
	}
}
#gHeader .gHeaderIn {
	width: 1040px;
	margin: 0 auto;
}
#gHeader .hLeft {
	float: left;
	width: 510px;
}
#gHeader .hLeft .catch {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: .03em;
	color: #999;
}
#gHeader .gHeaderIn.small .hLeft {
	width: 224px;
}
#gHeader .gHeaderIn.small .hLeft .catch {
	overflow: hidden;
	height: 0;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	text-indent: 200%;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#gHeader .gHeaderIn.small .hLeft .logo img {
	max-width: 100%;
}
#gHeader .hRight {
	float: right;
	width: 457px;
}
#gHeader .hRight .txt01 {
	font-size: 15px;
	padding: 6px 0;
}
#gHeader .hRight .hContactL {
	float: left;
	width: 225px;
}
#gHeader .hRight .hContactL .tel a {
	/*font-size: 28px;
	font-weight: 700;*/
	font-size: 24px;
        font-weight: 600;
	line-height: 1.0;
	padding-left: 20px;
	letter-spacing: -0.01em;
	color: #00664b;
	background: url(../img/common/ico_htel.png) 0 50% no-repeat;
}
#gHeader .hRight .hContactL .time {
	font-size: 13px;
	letter-spacing: .07em;
	color: #666;
}
#gHeader .hRight .hContactR {
	float: right;
	width: 230px;
}
#gHeader .gHeaderIn.small .hRight {
	width: 385px;
}
#gHeader .gHeaderIn.small .hRight .txt01 {
	overflow: hidden;
	height: 0;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	text-indent: 200%;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#gHeader .gHeaderIn.small .hRight .hContactL {
	width: 188px;
}
#gHeader .gHeaderIn.small .hRight .hContactL .tel a {
	font-size: 20px;
	display: block;
	padding: 5px 0 0 20px;
	background-position: 0 5px;
	background-size: 16px;
}
#gHeader .gHeaderIn.small .hRight .hContactL .time {
	font-size: 11px;
}
#gHeader .gHeaderIn.small .hRight .hContactR {
	width: 195px;
	padding-top: 5px;
}
#gHeader .gHeaderIn.small .hRight .hContactR a {
	font-size: 16px;
	width: auto;
	padding: 4px 0;
}
#gHeader .gHeaderIn.small .hRight .hContactR a:before {
	padding-right: 25px;
	background-size: 18px;
}
@media screen and (max-width: 599px) {
	#gHeader {
		height: auto;
		padding: 7px 5px 8px 15px;
	}
	#gHeader .hLeft {
		float: left;
		width: 193px;
		padding: 5px 0;
	}
	#gHeader .hLeft .logo {
		font-size: 10px;
		font-weight: normal;
		color: #999;
	}
	#gHeader #js-btn-menu {
		float: right;
		width: 55px;
		height: 55px;
		background: url(../img/common/btn_menu01.png) 0 0 no-repeat;
		background-size: contain;
	}
	#gHeader #js-btn-menu.on {
		background: url(../img/common/btn_menu02.png) 0 0 no-repeat;
		background-size: contain;
	}
}
.adjustmentHight {
	height: 116px;
}
@media print {
	.adjustmentHight {
		height: 0;
	}
}
@media screen and (max-width: 599px) {
	.adjustmentHight {
		height: 70px;
	}
}

/* ============================================= */


/*! #gNav
================================================ */

#gNav {
	height: 100px;
	background-color: #00664b;
}
/* forPC */
@media screen and (min-width: 600px) {
	#gNav.is_child_fixed {
		background-color: #fff;
	}
}
#gNav>ul {
	width: 1040px;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#gNav>ul>li {
	float: left;
	width: 148.5px;
	border-right: 1px solid #358b63;
}
#gNav>ul>li:first-child {
	border-left: 1px solid #358b63;
}
#gNav>ul>li>a {
	display: block;
	height: 100px;
	padding: 56px 0 0 0;
	background-repeat: no-repeat;
	background-position: 50% 20px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
@media screen and (min-width: 600px) {
	#gNav>ul>li>a:hover, #gNav>ul>li>a.current {
		background-color: #00563f;
	}
}
#gNav>ul>li.nav01>a {
	background-image: url(../img/common/ico_nav01.png);
}
@media screen and (min-width: 600px) {
	#gNav>ul>li.nav01>a.current {
		background-image: url(../img/common/ico_nav01_on.png);
	}
}
#gNav>ul>li.nav02>a {
	background-image: url(../img/common/ico_nav02.png);
}
@media screen and (min-width: 600px) {
	#gNav>ul>li.nav02>a.current {
		background-image: url(../img/common/ico_nav02_on.png);
	}
}
#gNav>ul>li.nav03>a {
	background-image: url(../img/common/ico_nav03.png);
}
@media screen and (min-width: 600px) {
	#gNav>ul>li.nav03>a.current {
		background-image: url(../img/common/ico_nav03_on.png);
	}
}
#gNav>ul>li.nav04>a {
	background-image: url(../img/common/ico_nav04.png);
}
@media screen and (min-width: 600px) {
	#gNav>ul>li.nav04>a.current {
		background-image: url(../img/common/ico_nav04_on.png);
	}
}
#gNav>ul>li.nav05>a {
	background-image: url(../img/common/ico_nav05.png);
}
@media screen and (min-width: 600px) {
	#gNav>ul>li.nav05>a.current {
		background-image: url(../img/common/ico_nav05_on.png);
	}
}
#gNav>ul>li.nav06>a {
	background-image: url(../img/common/ico_nav06.png);
}
@media screen and (min-width: 600px) {
	#gNav>ul>li.nav06>a.current {
		background-image: url(../img/common/ico_nav06_on.png);
	}
}
#gNav>ul>li.nav07>a {
	background-image: url(../img/common/ico_nav07.png);
}
@media screen and (min-width: 600px) {
	#gNav>ul>li.nav07>a.current {
		background-image: url(../img/common/ico_nav07_on.png);
	}
}
#gNav .fixed {
	position: fixed;
	z-index: 10;
	top: 70px;
	left: 50%;
	margin-left: -520px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#gNav .fixed:before {
	position: fixed;
	top: 70px;
	right: 0;
	left: 0;
	display: block;
	height: 52px;
	content: '';
	background-color: #00664b;
}
#gNav .fixed li {
	position: relative;
	z-index: 20;
}
#gNav .fixed li a {
	height: 52px;
	padding: 12px 0 0;
	font-size: 16px;
}
#gNav .fixed li.nav01>a {
	background-image: none;
}
#gNav .fixed li.nav01>a.current {
	background-image: none;
}
#gNav .fixed li.nav02>a {
	background-image: none;
}
#gNav .fixed li.nav02>a.current {
	background-image: none;
}
#gNav .fixed li.nav03>a {
	background-image: none;
}
#gNav .fixed li.nav03>a.current {
	background-image: none;
}
#gNav .fixed li.nav04>a {
	background-image: none;
}
#gNav .fixed li.nav04>a.current {
	background-image: none;
}
#gNav .fixed li.nav05>a {
	background-image: none;
}
#gNav .fixed li.nav05>a.current {
	background-image: none;
}
#gNav .fixed li.nav06>a {
	background-image: none;
}
#gNav .fixed li.nav06>a.current {
	background-image: none;
}
#gNav .fixed li.nav07>a {
	background-image: none;
}
#gNav .fixed li.nav07>a.current {
	background-image: none;
}
@media screen and (max-width: 599px) {
	#gNav {
		font-weight: 500;
		position: fixed;
		z-index: 1000;
		top: 70px;
		left: 0;
		display: none;
		overflow: scroll;
		width: 100%;
		height: 80%;
	}
	#gNav>ul {
		width: 100%;
		-webkit-transition: none;
		transition: none;
		background-color: #00664b;
	}
	#gNav>ul>li {
		position: relative;
		float: none;
		width: 100%;
		border-top: 1px solid #fff;
		border-right: none;
	}
	#gNav>ul>li:first-child {
		border-top: none;
		border-left: none;
	}
	#gNav>ul>li>a {
		height: auto;
		font-size: 16px;
		line-height: 1;
		padding: 20px 10px;
		text-align: left;
		color: #fff;
	}
	#gNav>ul>li.nav01 a, #gNav>ul>li.nav02 a, #gNav>ul>li.nav03 a, #gNav>ul>li.nav04 a, #gNav>ul>li.nav05 a, #gNav>ul>li.nav06 a, #gNav>ul>li.nav07 a {
		background-image: none;
	}
	#gNav>ul>li .switch {
		position: absolute;
		top: 0;
		width: 100%;
		height: 56px;
	}
	#gNav>ul>li .switch:after {
		position: absolute;
		right: 10px;
		display: block;
		width: 15px;
		height: 9px;
		margin-top: 24px;
		content: '';
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		background: url(../img/common/ico_arrow07.png) no-repeat;
		background-size: 100%;
	}
	#gNav>ul>li .switch.on:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#gNav>ul>li .childNav {
		display: none;
	}
	#gNav>ul>li li {
		padding: 0;
		background: #fff;
	}
	#gNav>ul>li li+li {
		border-top: #ccc 1px solid;
	}
	#gNav>ul>li li .menu {
		line-height: 1;
		padding: 20px 15px;
	}
	#gNav>ul>li li .menu:after {
		position: absolute;
		right: 10px;
		display: block;
		width: 15px;
		height: 9px;
		margin-top: -11px;
		content: '';
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		background: url(../img/common/ico_arrow08.png) no-repeat;
		background-size: 100%;
	}
	#gNav>ul>li li .menu.on:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#gNav>ul>li li>a {
		line-height: 1;
		display: block;
		padding: 20px 15px;
	}
	#gNav>ul>li li .grandchildNav {
		font-weight: 400;
		display: none;
		border-top: solid 1px #ccc;
	}
	#gNav>ul>li li .grandchildNav a, #gNav>ul>li li .grandchildNav span {
		line-height: 1;
		display: block;
		padding: 20px 15px 20px 40px;
	}
	#gNav .contact {
		padding: 27px 25px;
		background: #fff9ef;
	}
	#gNav .contact a {
		width: 100%;
	}
	#gNav .contact .mail {
		margin-bottom: 15px;
	}
	#gNav .contact .tel {
		width: 100%;
	}
	#gNav .contact .time {
		font-size: 11px;
		margin-top: 10px;
		text-align: center;
		letter-spacing: .1em;
		color: #666;
	}
}

/*! #js-overlay
================================================ */

#js-overlay.on {
	position: absolute;
	z-index: 999;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
}

/* ============================================= */


/*! #gFooter
================================================ */

#gFooter {
	position: relative;
	border-top: #cac2b6 1px solid;
}
#gFooter #page-top {
	position: fixed;
	right: 0;
	bottom: 55px;
}
#gFooter #page-top a {
	font-size: 20px;
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 35px;
	text-align: center;
	color: #026e3c;
	border: 1px solid #e4e0da;
	border-right: none;
	border-radius: 5px 0 0 5px;
	background: url(../img/common/ico_arrow02.png) 50% 18px no-repeat;
	background-color: #fff;
	box-shadow: 0 2px 1px 1px rgba(102, 102, 102, .2);
}
#gFooter .fContactWrap {
	padding: 25px 0 30px;
	background-color: #fff9ef;
}
#gFooter .fContact {
	width: 700px;
	margin: 0 auto;
}
#gFooter .fContact .txt {
	font-size: 20px;
	padding-bottom: 15px;
	text-align: center;
}
#gFooter .fContact .txt br {
	display: none;
}
#gFooter .fContact .contactBox .fContactL {
	float: left;
	width: 340px;
	padding-left: 75px;
	background: url(../img/common/ico_ftel.png) 0 50% no-repeat;
}
#gFooter .fContact .contactBox .fContactL .tel a {
	//font-size: 40px;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.0;
	letter-spacing: -.01em;
	color: #00664b;
}
#gFooter .fContact .contactBox .fContactL .time {
	font-size: 17px;
	//letter-spacing: .1em;
	letter-spacing: 0em;
	color: #666;
}
#gFooter .fContact .contactBox .fContactR {
	float: right;
	width: 340px;
}
#gFooter .fContact .contactBox .fContactR.cmnContact01 {
	margin: 15px 0;
}
@media screen and (min-width: 600px) {
	#gFooter .fContact .contactBox .fContactR.cmnContact01 {
		margin: 0;
	}
}
#gFooter .fContact .contactBox .fContactR.cmnContact01 a {
	width: 340px;
	padding: 11px 0;
}
#gFooter .fNavWrap {
	padding: 35px 0;
	background-color: #00664b;
}
#gFooter .fNavIn {
	width: 1040px;
	margin: 0 auto;
}
#gFooter .fNav {
	float: left;
	width: 793px;
}
#gFooter .fNav .fl {
	float: left;
	width: 264px;
}
#gFooter .fNav .mainNav>li>a {
	font-size: 16px;
	font-weight: 700;
	color: #ede7e0;
}
#gFooter .fNav .subNav.mb {
	margin-bottom: 25px;
}
#gFooter .fNav .subNav>li {
	line-height: 1.7;
	margin-left: 20px;
	padding-left: 12px;
	text-indent: -12px;
}
#gFooter .fNav .subNav>li.case_organize {
	width: 200px;
}
#gFooter .fNav .subNav>li.ml {
	margin-left: 15px;
}
#gFooter .fNav .subNav>li>a, #gFooter .fNav .subNav>li span {
	font-size: 14px;
	color: #ede7e0;
}
#gFooter .fNav .mainNav>li>a, #gFooter .fNav .subNav>li>a {
	padding-left: 12px;
	background: url(../img/common/ico_arrow01.png) 0 50% no-repeat;
}
@media screen and (min-width: 600px) {
	#gFooter .fNav .mainNav>li>a:hover, #gFooter .fNav .subNav>li>a:hover {
		text-decoration: underline;
	}
}
#gFooter .fNav .mainNav>li.noIco>a, #gFooter .fNav .subNav>li.noIco>a {
	background: none;
}
#gFooter .fNavAdd {
	float: right;
	width: 247px;
}
#gFooter .fNavAdd .address {
	margin-bottom: 25px;
}
#gFooter .fNavAdd .address .addressIn {
	margin-bottom: 15px;
}
#gFooter .fNavAdd .address .addressIn a {
	display: block;
}
#gFooter .fNavAdd .address .addressIn a .logo {
	float: left;
	margin-right: 13px;
}
#gFooter .fNavAdd .address .addressIn a .name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	float: left;
	color: #fff;
}
#gFooter .fNavAdd .address .add {
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
}
#gFooter .fNavAdd .fb p {
	border-radius: 6px;
	background: #000;
}
#gFooter .fNavAdd .fb p a {
	display: table;
	width: 100%;
	padding: 14px 0;
	table-layout: fixed;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #2f4f96;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}
@media screen and (min-width: 600px) {
	#gFooter .fNavAdd .fb p a:hover {
		opacity: .9;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	}
}
#gFooter .fNavAdd .fb p a>span {
	font-size: 22px;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#gFooter .fNavAdd .fb p a>span img {
	width: 39px;
	margin-right: 16px;
}
#gFooter .fNavAdd .fb p a>span span {
	display: inline-block;
	padding-bottom: 3px;
}
#gFooter .fBtmWrap {
	padding: 18px 0;
	background-color: #004725;
}
#gFooter .fBtm {
	width: 1040px;
	margin: 0 auto;
}
#gFooter .fBtm .fBtmNav {
	line-height: 1.1;
	float: left;
}
#gFooter .fBtm .fBtmNav li {
	display: inline-block;
}
#gFooter .fBtm .fBtmNav li a {
	font-size: 12px;
	display: block;
	color: #fff;
}
@media screen and (min-width: 600px) {
	#gFooter .fBtm .fBtmNav li a:hover {
		text-decoration: underline;
	}
}
#gFooter .fBtm .fBtmNav li+li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #fff;
}
#gFooter .fBtm .copyRight {
	line-height: 1.1;
	float: right;
}
#gFooter .fBtm .copyRight small {
	font-size: 11px;
	color: #fff;
}
@media screen and (max-width: 599px) {
	#gFooter #page-top {
		position: fixed;
		right: 0;
		bottom: 10px;
	}
	#gFooter #page-top a {
		font-size: 11px;
		display: block;
		width: 50px;
		height: 50px;
		padding-top: 20px;
		text-align: center;
		color: #026e3c;
		border: 1px solid #e4e0da;
		border-right: none;
		border-radius: 5px 0 0 5px;
		background: url(../img/common/ico_arrow02.png) 50% 12px no-repeat;
		background-color: #fff;
		background-size: 10px;
		box-shadow: 0 2px 1px 1px rgba(102, 102, 102, .2);
	}
	#gFooter .fContactWrap {
		padding: 20px 25px;
	}
	#gFooter .fContact {
		width: 100%;
	}
	#gFooter .fContact .txt {
		font-size: 16px;
		line-height: 1.4;
	}
	#gFooter .fContact .txt br {
		display: block;
	}
	#gFooter .fContact .contactBox .tel a {
		width: 100%;
	}
	#gFooter .fContact .contactBox .time {
		font-size: 11px;
		margin-top: 10px;
		text-align: center;
		color: #666;
	}
	#gFooter .fContact .contactBox .fContactL {
		float: none;
		width: 240px;
		margin: 0 auto 10px;
		margin-bottom: 10px;
		padding-left: 40px;
		background: url(../img/common/ico_ftel.png) 0 50% no-repeat;
		background-size: 30px auto;
	}
	#gFooter .fContact .contactBox .fContactR {
		float: none;
		width: 100%;
	}
	#gFooter .fContact .contactBox .fContactR.cmnContact01 a {
		width: 100%;
		padding: 10px 0;
	}
	#gFooter .fNavWrap {
		padding: 0;
	}
	#gFooter .fNavIn {
		width: 100%;
	}
	#gFooter .fNav {
		float: none;
		width: 100%;
	}
	#gFooter .fNav .fl {
		float: none;
		width: 100%;
	}
	#gFooter .fNav .mainNav {
		float: left;
		width: 50%;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#gFooter .fNav .mainNav>li>a {
		font-size: 16px;
		font-weight: normal;
		display: block;
		padding: 20px 0;
	}
	#gFooter .fNav .mainNav.bdrn {
		border-right: none;
	}
	#gFooter .fNav .subNav {
		display: none;
	}
	#gFooter .fNav .mainNav>li>a {
		text-align: center;
		background: none;
	}
	#gFooter .fNavAdd {
		float: none;
		width: 100%;
	}
	#gFooter .fNavAdd .address {
		margin: 0;
		padding: 30px 0 0;
		background: #003725;
	}
	#gFooter .fNavAdd .address .addressIn {
		width: 218px;
		margin: 0 auto 15px;
	}
	#gFooter .fNavAdd .address .addressIn .logo {
		width: 50px;
	}
	#gFooter .fNavAdd .address .addressIn .logo img {
		width: 100%;
	}
	#gFooter .fNavAdd .address .addressIn .name {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.4;
	}
	#gFooter .fNavAdd .address .add {
		font-size: 15px;
		line-height: 1.6;
		margin-top: 12px;
		text-align: center;
	}
	#gFooter .fNavAdd .address .add em {
		font-weight: 700;
		font-style: normal;
		display: inline-block;
		padding-top: 10px;
	}
	#gFooter .fNavAdd .fb {
		width: 100%;
		height: auto;
		padding: 25px 25px 5px;
		background: #003725;
	}
	#gFooter .fNavAdd .fb p {
		border-radius: 0;
		background: transparent;
	}
	#gFooter .fNavAdd .fb p a {
		display: table;
		width: 100%;
		padding: 16px 0;
		table-layout: fixed;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	}
	#gFooter .fNavAdd .fb p a>span {
		font-size: 20px;
		font-weight: bold;
		display: table-cell;
		padding: 3px 0 1px;
		text-align: center;
		vertical-align: middle;
	}
	#gFooter .fNavAdd .fb p a>span img {
		width: 39px;
		margin-right: 16px;
	}
	#gFooter .fNavAdd .fb p a>span span {
		display: inline-block;
		padding-bottom: 3px;
	}
	#gFooter .fBtmWrap {
		padding: 10px 0 30px;
		background-color: #003725;
	}
	#gFooter .fBtm {
		width: 100%;
		background: #003725;
	}
	#gFooter .fBtm .fBtmNav {
		float: none;
		margin-bottom: 5px;
		text-align: center;
	}
	#gFooter .fBtm .fBtmNav li+li {
		margin-left: 10px;
		padding-left: 10px;
	}
	#gFooter .fBtm .copyRight {
		float: none;
		text-align: center;
	}
	#gFooter .fBtm .copyRight small {
		font-size: 10px;
	}
}

#gFooter .fNavAdd .srBanner {
        margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}
#gFooter .fNavAdd .srBanner p {
        width: 240px;
}
#gFooter .fNavAdd .srBanner a>p img {
       	 width: 100%;
}
@media screen and (max-width: 599px) {
        #gFooter .fNavAdd .srBanner {
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #003725;
	}
	#gFooter .fNavAdd .srBanner p {
        	width: 240px;
		margin: 0 auto;
	}

}

/* ============================================= */


/*! #breadcrumb
================================================ */

.breadcrumbWrap {
	padding: 9px 0;
	background-color: #d1ece0;
}
@media screen and (max-width: 599px) {
	.breadcrumbWrap {
		display: none;
	}
}
#breadcrumb {
	font-size: 0;
	width: 1040px;
	margin: 0 auto;
}
#breadcrumb li {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	color: #026e3c;
}
#breadcrumb li a {
	font-size: 12px;
	font-weight: normal;
	color: #026e3c;
}
@media screen and (min-width: 600px) {
	#breadcrumb li a:hover {
		text-decoration: underline;
	}
}
#breadcrumb li+li:before {
	font-weight: normal;
	margin: 0 5px 0 10px;
	content: '>';
}
#breadcrumb li br {
	display: none;
}

/*! #mainImg
------------------------------ */

#mainImg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#mainImg .titMain {
	font-size: 40px;
	font-weight: normal;
	padding: 52px 0 46px 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
}
#page404 #mainImg,
#case #mainImg {
	background: #1aaa87;
	background-image: url(../img/case/bg_main01.png);
}
#page404 #mainImg .titMain,
#case #mainImg.single .titMain {
	padding: 22px 0 16px;
	text-shadow: none;
}
@media screen and (max-width: 599px) {
	#mainImg .titMain {
		font-size: 30px;
		padding: 26px 0 23px 0;
	}
	#mainImg.single .titMain {
		padding: 16px 0 13px;
	}
}

/* ============================================= */


/*! .modLinkBtns
================================================ */
.modLinkBtns .leadTit {
	width: 1040px;
	margin: 0 auto 40px;
	padding-bottom: 14px;
	border-bottom: 2px solid #cac2b6;
	font-family: "Noto Sans JP","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 26px;
	text-align: center;
	line-height: 1;
}
.modLinkBtns .btns {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
}
.modLinkBtns .btns li {
	float: left;
	width: 330px;
}
.modLinkBtns .btns li+li {
	margin-left: 24px;
}
.modLinkBtns .btns li a {
	position: relative;
	display: block;
	border-radius: 3px;
	box-shadow: 0 3px 3px 0 #d1d1d1;
}
.modLinkBtns .btns li a .modLinkTit {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 0 8px;
	color: #fff;
	border-radius: 3px 3px 0 0;
	background-color: #fd4633;
}
.modLinkBtns .btns li a .modLinkTxt {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	padding: 152px 0 32px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	border-radius: 0 0 3px 3px;
}
.modLinkBtns .btns li a .modLinkTxt:before {
	position: absolute;
	top: 22px;
	left: 50%;
	display: block;
	width: 119px;
	height: 101px;
	margin-left: -60px;
	content: '';
	background: no-repeat center;
	background-size: contain;
}
.modLinkBtns .btns li a:after {
	position: absolute;
	right: 20px;
	bottom: 37px;
	display: block;
	width: 11px;
	height: 20px;
	content: '';
	background: no-repeat center;
	background-image: url(../img/common/ico_arrow10.png);
	background-size: contain;
}
.modLinkBtns .btns li:nth-of-type(1) a .modLinkTxt:before {
	background-image: url(../img/common/ico_mod-link01.png);
}
.modLinkBtns .btns li:nth-of-type(2) a .modLinkTxt:before {
	background-image: url(../img/common/ico_mod-link02.png);
}
.modLinkBtns .btns li:nth-of-type(3) a .modLinkTxt:before {
	background-image: url(../img/common/ico_mod-link03.png);
}
@media screen and (max-width: 599px) {
	.modLinkBtns .leadTit {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 20px;
	}
	.modLinkBtns .btns {
		width: 100%;
		margin: 0;
		padding: 0 3.9% !important;
	}
	.modLinkBtns .btns li {
		float: none;
		width: 100%;
	}
	.modLinkBtns .btns li+li {
		margin-top: 10px;
		margin-left: 0;
	}
	.modLinkBtns .btns li a .modLinkTit {
		font-size: 16px;
		padding: 8px 0 6px;
	}
	.modLinkBtns .btns li a .modLinkTxt {
		font-size: 24px;
		padding: 80px 0 20px;
	}
	.modLinkBtns .btns li a .modLinkTxt:before {
		top: 15px;
		display: block;
		width: 60px;
		height: 50px;
		margin-left: -30px;
		content: '';
		background: no-repeat center;
		background-size: contain;
	}
	.modLinkBtns .btns li a:after {
		bottom: 23px;
		display: block;
		width: 7px;
		height: 12px;
		content: '';
		background: no-repeat center;
		background-image: url(../img/common/ico_arrow10.png);
		background-size: contain;
	}
}

/*! 共通
------------------------------ */

/* image */
.cmnImg01 {
	text-align: center;
}
.cmnImg01 img {
	max-width: auto;
}
/* button */
.cmnBtn01>* {
	font-size: 22px;
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff !important;
	border-radius: 5px;
	background-color: #026e3c;
	box-shadow: 0 2px 1px 1px rgba(102, 102, 102, .2);
}
.cmnBtn01>*:before {
	padding-left: 28px;
	content: '';
	background: url(../img/common/ico_arrow04.png) 0 60% no-repeat;
}
.cmnBtn02 {
	font-size: 22px;
	line-height: 1;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 5px 3px rgba(102, 102, 102, .3);
}
.cmnBtn02>* {
	position: relative;
	display: block;
	padding: 22px 25px;
	text-align: center;
	color: #fff !important;
	border-radius: 5px;
	background: #00664b;
}
.cmnBtn02>*:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 9px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background: url(../img/common/ico_arrow06.png) no-repeat;
}
@media screen and (max-width: 599px) {
	.cmnBtn02 {
		font-size: 15px;
	}
	.cmnBtn02>a {
		font-size: 16px;
	}
}
.cmnContact01 a {
	font-size: 18px;
	font-weight: 700;
	display: block;
	width: 230px;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #ff9000;
	box-shadow: 0 2px 1px 1px rgba(102, 102, 102, .2);
}
.cmnContact01 a:before {
	padding-right: 30px;
	content: '';
	background: url(../img/common/ico_mail.png) 0 50% no-repeat;
}
@media screen and (max-width: 599px) {
	.cmnContact01 a {
		font-size: 20px;
		padding: 10px 0;
	}
}
.cmnTel01 a {
	font-size: 18px;
	font-weight: 700;
	display: block;
	width: 230px;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #00664b;
	box-shadow: 0 2px 1px 1px rgba(102, 102, 102, .2);
}
.cmnTel01 a:before {
	padding-right: 30px;
	content: '';
	background: url(../img/common/ico_tel.png) 0 50% no-repeat;
	background-size: 16px;
}
@media screen and (max-width: 599px) {
	.cmnTel01 a {
		font-size: 26px;
	}
}
.cmnBox01 {
	width: 1040px;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.cmnBox01 {
		width: auto;
		margin: 0;
		padding-right: 3.9% !important;
		padding-left: 3.9% !important;
	}
}
.cmnBox02 {
	width: 1040px;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.cmnBox02 {
		width: auto;
		margin: 0;
		padding-right: 3.9% !important;
		padding-left: 3.9% !important;
	}
}

/*! title系
------------------------------------------------*/
.cmnTit01 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.93;
	border-bottom: 2px solid #1aaa87;
}
@media screen and (max-width: 599px) {
	.cmnTit01 {
		font-size: 20px;
		line-height: 1.35;
		padding-bottom: 10px;
	}
}
.cmnTit01.gray {
	border-color: #ccc;
}
.cmnTit02 {
	margin: 35px 0 30px;
	padding: 5px 12px 7px;
	background-color: #fff9d1;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
}
@media screen and (max-width: 599px) {
	.cmnTit02 {
		margin: 40px 0 30px;
		padding: 11px 15px 13px;
		font-size: 17px;
	}
}
.cmnTit03 {
	margin-bottom: 40px;
	padding: 26px 0 25px;
	border: 2px solid #00664b;
	color: #00664b;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.cmnTit03 {
		margin-bottom: 25px;
		padding: 18px 0 17px;
		font-size: 22px;
		line-height: 1.45;
	}
}

/*! list系
------------------------------------------------*/
.cmnList01>li {
	font-size: 20px;
	line-height: 2.2;
	counter-increment: list;
	letter-spacing: .1em;
}
.cmnList01.reset {
	counter-reset: list;
}
.cmnList01 li+li {
	margin-top: -1px;
}
.cmnList01>li:before {
	font-size: 26px;
	font-weight: 700;
	line-height: 44px;
	display: inline-block;
	margin-right: 8px;
	content: counter(list) '.';
	color: #00664b;
}
.cmnList01.noNumber>li:before {
	display: none;
}
.cmnList01 li strong {
	font-weight: bold;
	display: block;
	text-decoration: underline;
}
.cmnList01 li+li strong {
	padding-top: 20px;
}
.cmnList01 li em {
	font-weight: 700;
	color: #f42525;
}
/* forSP */
@media screen and (max-width: 599px) {
	.cmnList01 li {
		font-size: 16px;
		line-height: 1.63;
		padding-left: 2em;
		text-indent: -.75em;
		letter-spacing: .05em;
	}
	.cmnList01 li+li {
		margin-top: 12px;
	}
	.cmnList01 li:before {
		font-size: 20px;
		line-height: 26px;
		margin-right: 6px;
	}
}

.cmnListFlow01 {
	margin-top: 40px;
}
.cmnListFlow01>li {
	padding: 24px 25px 13px;
	counter-increment: listCheck;
	border: 1px solid #cac2b6;
}
.cmnListFlow01>li+li {
	position: relative;
	margin-top: 78px;
}
.cmnListFlow01>li+li:before {
	position: absolute;
	top: -53px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -74px;
	content: '';
	border-width: 28px 74px 0 74px;
	border-style: solid;
	border-color: #e4e0da transparent transparent transparent;
}
.cmnListFlow01 .tit {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
	margin-bottom: 25px;
	padding: 12px 0 13px 74px !important;
}
.cmnListFlow01 .tit span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #fff;
	background-color: #ff9b19;
}
.cmnListFlow01 .tit span:before {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	display: block;
	box-sizing: border-box;
	width: 55px;
	text-align: center;
	padding: 11px 0 10px;
	content: counter(listCheck);
}
.cmnListFlow01 .tit+.txt {
	padding: 0;
}

/* forSP */
@media screen and (max-width: 599px) {
	.cmnListFlow01 {
		margin-top: 25px;
	}
	.cmnListFlow01>li {
		padding: 30px 24px 15px;
	}
	.cmnListFlow01>li+li {
		margin-top: 60px;
	}
	.cmnListFlow01>li+li:before {
		position: absolute;
		top: -40px;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		margin-left: -56px;
		content: '';
		border-width: 21px 56px 0 46px;
		border-style: solid;
		border-color: #e4e0da transparent transparent transparent;
	}
	.cmnListFlow01 .tit {
		font-size: 22px;
		line-height: 1.45;
		min-height: auto;
		margin-bottom: 15px;
		padding: 5px 0 4px 58px !important;
	}
	.cmnListFlow01 .tit span:before {
		font-size: 21px;
		width: 40px;
		padding: 9px 0 10px 0;
	}
}
.cmnListCheck01 {
	overflow: hidden;
	padding: 17px 0 12px;
}
.cmnListCheck01 li {
	line-height: 2;
	position: relative;
	float: left;
	width: 508px;
	padding-left: 34px;
}
.cmnListCheck01 li:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 24px;
	height: 20px;
	content: '';
	background: no-repeat center;
	background-image: url(../img/fee/corporation/inherit/ico_chekc01.png);
	background-size: contain;
}
.cmnListCheck01 li:nth-child(even) {
	width: 480px;
}
.cmnListCheck01 li:nth-child(2n+3) {
	clear: both;
}

/* forSP */
@media screen and (max-width: 599px) {
	.cmnListCheck01 {
		padding: 17px 0 12px;
	}
	.cmnListCheck01 li {
		font-size: 15px;
		line-height: 2.37;
		width: 100%;
		padding-left: 36px;
	}
	.cmnListCheck01 li:before {
		top: 6px;
	}
	.cmnListCheck01 li:nth-child(even) {
		width: 100%;
	}
}

/*! table系
------------------------------------------------*/
.cmnTableWrap01 {
	width: 100%;
}
.cmnTableWrap01 table {
	width: 100%;
}
.cmnTableWrap01 th {
	font-size: 16px;
	line-height: 2.25;
	padding: 8px 20px 7px;
	vertical-align: middle;
	border: 1px solid #cac2b6;
	background-color: #fdecc0;
}
.cmnTableWrap01 thead th {
	width: 290px;
}
.cmnTableWrap01 thead th:nth-child(1) {
	width: 169px;
	background-color: #fce1a1;
}
.cmnTableWrap01 tbody th {
	padding: 9px 20px 8px;
	text-align: left;
}
.cmnTableWrap01 td {
	font-size: 16px;
	line-height: 1.63;
	padding: 15px 17px;
	vertical-align: middle;
	border: 1px solid #cac2b6;
	background-color: #fef8e6;
}
.cmnTableWrap01 .bg-fce1a1 {
	background-color: #fce1a1;
}

/* forSP */
@media screen and (max-width: 599px) {
	.cmnTableWrap01 table {
		table-layout: fixed;
	}
	.cmnTableWrap01 th {
		font-size: 11px;
		line-height: 1.45;
		padding: 12px 15px;
	}
	.cmnTableWrap01 tbody th {
		padding: 9px 15px 8px;
	}
	.cmnTableWrap01 td {
		font-size: 11px;
		line-height: 1.45;
		padding: 15px 17px;
	}
	/* .scroll */
	.cmnTableWrap01.scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.cmnTableWrap01.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.cmnTableWrap01.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.cmnTableWrap01.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	.cmnTableWrap01.scroll table {
		width: auto;
	}
}

/*! RSS系
------------------------------------------------*/
/* 一覧用 */
.cmnRss01 {
	width: 890px;
	margin: 0 auto 25px;
	overflow: hidden;
}
.cmnRss01 a {
	float: right;
	position: relative;
	display: block;
	padding: 7px 12px 7px 30px;
	border: 2px solid #dfdad3;
	font-size: 13px;
	line-height: 1.54;
}
.cmnRss01 a:before {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	content: '';
	background: url(../img/common/ico_rss01.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.cmnRss01 a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 599px) {
	.cmnRss01 {
		width: 100%;
		padding: 0 3.9%;
		margin: 0 0 25px;
	}
	.cmnRss01 a {
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
	}
}
/* 記事用 */
.cmnRss02 {
	position: absolute;
	top: 0;
	right: 0;
}
.cmnRss02 a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 13px;
	line-height: 1.54;
}
.cmnRss02 a:before {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	content: '';
	background: url(../img/common/ico_rss01.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.cmnRss02 a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 599px) {
	.cmnRss02 {
		right: 3.9%;
	}
	.cmnRss02 a {
		font-size: 14px;
		line-height: 1.6;
	}
}


.alignCenter {
	text-align: center !important;
}

/*
 utility
--------------------------------------------------------*/
.mb0Pc {
	margin-bottom: 0 !important;
}
/* forSP */
@media screen and (max-width: 599px) {
	.mb0Sp {
		margin-bottom: 0 !important;
	}
}
.mt0Pc {
	margin-top: 0 !important;
}
.mt10Pc {
	margin-top: 10px !important;
}
.mtM10Pc {
	margin-top: -10px !important;
}
.mt20Pc {
	margin-top: 20px !important;
}
.mtM20Pc {
	margin-top: -20px !important;
}
.mt30Pc {
	margin-top: 30px !important;
}
.mtM30Pc {
	margin-top: -30px !important;
}
.mt40Pc {
	margin-top: 40px !important;
}
.mtM40Pc {
	margin-top: -40px !important;
}
.mt50Pc {
	margin-top: 50px !important;
}
.mtM50Pc {
	margin-top: -50px !important;
}
.mt60Pc {
	margin-top: 60px !important;
}
.mtM60Pc {
	margin-top: -60px !important;
}
.mt70Pc {
	margin-top: 70px !important;
}
.mtM70Pc {
	margin-top: -70px !important;
}
.mt80Pc {
	margin-top: 80px !important;
}
.mtM80Pc {
	margin-top: -80px !important;
}
.mt90Pc {
	margin-top: 90px !important;
}
.mtM90Pc {
	margin-top: -90px !important;
}

/* forSP */
@media screen and (max-width: 599px) {
	.mt0Sp {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 599px) {
	.mt10Sp {
		margin-top: 10px !important;
	}
	.mtM10Sp {
		margin-top: -10px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt20Sp {
		margin-top: 20px !important;
	}
	.mtM20Sp {
		margin-top: -20px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt30Sp {
		margin-top: 30px !important;
	}
	.mtM30Sp {
		margin-top: -30px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt40Sp {
		margin-top: 40px !important;
	}
	.mtM40Sp {
		margin-top: -40px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt50Sp {
		margin-top: 50px !important;
	}
	.mtM50Sp {
		margin-top: -50px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt60Sp {
		margin-top: 60px !important;
	}
	.mtM60Sp {
		margin-top: -60px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt70Sp {
		margin-top: 70px !important;
	}
	.mtM70Sp {
		margin-top: -70px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt80Sp {
		margin-top: 80px !important;
	}
	.mtM80Sp {
		margin-top: -80px !important;
	}
}
@media screen and (max-width: 599px) {
	.mt90Sp {
		margin-top: 90px !important;
	}
	.mtM90Sp {
		margin-top: -90px !important;
	}
}
.pt0Pc {
	padding-top: 0 !important;
}
.pt10Pc {
	padding-top: 10px !important;
}
.pt20Pc {
	padding-top: 20px !important;
}
.pb20Pc {
	padding-bottom: 20px !important;
}
.pb30Pc {
	padding-bottom: 30px !important;
}
.pt30Pc {
	padding-top: 30px !important;
}
.pt40Pc {
	padding-top: 40px !important;
}
.pt50Pc {
	padding-top: 50px !important;
}
.pt60Pc {
	padding-top: 60px !important;
}
.pt70Pc {
	padding-top: 70px !important;
}
.pt80Pc {
	padding-top: 80px !important;
}
.pt90Pc {
	padding-top: 90px !important;
}

/* forSP */
@media screen and (max-width: 599px) {
	.pb10Sp {
		padding-bottom: 10px !important;
	}
}
@media screen and (max-width: 599px) {
	.pb20Sp {
		padding-bottom: 20px !important;
	}
}

@media screen and (max-width: 599px) {
	.pt0Sp {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 599px) {
	.pt10Sp {
		padding-top: 10px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt20Sp {
		padding-top: 20px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt30Sp {
		padding-top: 30px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt40Sp {
		padding-top: 40px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt50Sp {
		padding-top: 50px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt60Sp {
		padding-top: 60px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt70Sp {
		padding-top: 70px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt80Sp {
		padding-top: 80px !important;
	}
}
@media screen and (max-width: 599px) {
	.pt90Sp {
		padding-top: 90px !important;
	}
}
.fz24Pc {
	font-size: 24px !important;
}
@media screen and (max-width: 599px) {
	.fz20Sp {
		font-size: 20px !important;
	}
}
