@charset "utf-8";
/* ==========================================================================
Googlefont
			font-family: "Roboto", sans-serif;
			font-family: "Noto Sans JP", sans-serif;
			
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
========================================================================== */

#page section.top .wrap {
	width: calc( 100% - 4rem );
	max-width: 96rem;
}
#page section.top .wrap h2 {
	display: inline-flex;
	flex-wrap: wrap;
	line-height: 1.5em;
	margin:0 0 2em 0;
	color: #3E3A39;
	font-size: 3.0rem;
	font-weight: 900;
}
#page section.top .wrap p {
	font-size: 2.1rem;
	text-align: left;
}
#page section.top .wrap ul.box {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 6rem auto 4rem;
}
#page section.top .wrap ul.box li {
	display: flex;
	flex-wrap: wrap;
	width: 32%;
	margin: 2px;
	padding: 1rem 2px;
	border: .4rem solid #3FA9F5;
	border-radius: 3rem;
}
#page section.top .wrap ul.box li span {
flex-grow: 1;
}
#page section.top .wrap ul.box li span em {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 2.7rem;
	font-weight: 700;
}
#page section.all .wrap dl {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% - 4rem );
	max-width: 96rem;
	margin: 0 auto;
	font-size: 1.8rem;
}
#page section.all .wrap dl dt,
#page section.all .wrap dl dd {
	border-bottom: 1px solid #E6E6E6;
	padding: 1em;
}
#page section.all .wrap dl dt {
	width: 10em;
}
#page section.all .wrap dl dd {
	text-align: left;
	width: calc( 100% - 10em );
}
#page section.all .wrap p {
	font-size: 1.6rem;
	line-height: 2.0em;
}
#page section.all .wrap ol {
	margin: 0;
	padding: 0;
	list-style: none; /* デフォルトの数字を非表示に */
	counter-reset: li;
}

/* ol内のliのスタイル */
#page section.all .wrap ol li {
	position: relative;
	font-size: 1.6rem;
	line-height: 2.0em;
	padding-left: 2.5em;
	text-align: left;
}

/* 2つ目以降のliにmargin-topを指定 */
#page section.all .wrap ol li:not(:first-child) {
	margin-top: 0.5em;
}

/* 数字のスタイル */
#page section.all .wrap ol li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 2.0em;
	height: 2.0em;
	border-radius: 50%;
	background-color: #3abec1;
	font-size: 1.6rem;
	line-height: 2.0em;
	color: #fff;
	text-align: center;
}
#page section.all .wrap ol li span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 2.7rem;
	font-weight: 700;
}


/* スタートアップ顧問 */
#page.startup {}
#page.startup section.top .wrap ul.box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page.startup section.top .wrap ul.box li {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% / 3 - 2rem );
	margin: 1rem 0;
	padding: 3rem;
	border: none;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}
#page.startup section.top .wrap ul.box li span {
	text-align: left;
	line-height: 1.8;
}
#page.startup section.top .wrap ul.box li span em {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.1rem;
	font-weight: 900;
	color: #00B8B2;
	margin: 0 auto 1em;
}
#page.startup section.all .wrap dl dt {
	text-align: left;
	width: 13em;
}
#page.startup section.all .wrap dl dd {
	width: calc( 100% - 13em );
}

#page.startup section.all.competence {}
#page.startup section.all.competence dl {
	padding-bottom: 6rem;
}

#page.startup section.all.price {
	background: #FFFAF2;
}
#page.startup section.all.price .box {
	width: 90%;
	max-width: 90rem;
	padding: 5rem 6rem 2rem 6rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}
#page.startup section.all.price .box p {
	margin: 0em auto 2em;
}
#page.startup section.all.price .box p em {
	font-size: 2rem;
	font-weight: 900;
}

#page.startup section.all.flow {
	border-bottom: .1rem solid #e6e6e6;
	padding-bottom: 6rem;
}
#page.startup section.all.flow .wrap {}
#page.startup section.all.flow .wrap ol {
	margin: 0 auto;
	padding: 0 0 4rem 0;
	width: 90%;
	max-width: 90rem;
}
#page.startup section.all.flow .wrap ol li {}
#page.startup section.all.flow .wrap ol li:not(:first-child) {
	margin-top: 6rem;
}
#page.startup section.all.flow .wrap ol li::before {
	left: -1.0em;
	top: -0.3em;
	width: 2.4em;
	height: 2.4em;
	font-size: 2rem;
	line-height: 2.4em;
	font-family: "Roboto", sans-serif;
}
#page.startup section.all.flow .wrap ol li span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}

/*===============================================
 レスポンシブ TB・SPサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
#page.startup section.top .wrap {
	max-width: 48rem;
}
#page.startup section.top .wrap h2 {
	line-height: 1.5em;
	margin:0 auto 1em;
	font-size: 2.1rem;
	text-align: left;
}
#page.startup section.top .wrap p {
	font-size: 1.6rem;
	text-align: left;
	margin:0 auto;
}
#page.startup section.top .wrap ul.box {
	flex-direction: column;
	justify-content: center;
	margin: 2rem auto 0rem;
}
#page.startup section.top .wrap ul.box li {
	width: calc( 100% / 1 - 0rem );
	margin: 1rem auto;
	padding: 2rem 3rem;
	border: none;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}

#page.startup section.all .wrap dl {
	flex-direction: column;
	width: calc( 100% - 0% );
	margin: 0 auto;
	font-size: 1.6rem;
}
#page.startup section.all .wrap dl dt,
#page.startup section.all .wrap dl dd {
	padding: .5em;
}
#page.startup section.all .wrap dl dt {
	text-align: left;
	width: calc( 100% );
	font-weight: 700;
}
#page.startup section.all .wrap dl dd {
	width: calc( 100% );
	margin-bottom: 2em;
}
#page.startup section.all.competence dl {
	padding-bottom: 0rem;
}

#page.startup section.all.price .box {
	width: 100%;
	padding: 3rem 2rem 1rem 2rem;
}
#page.startup section.all.price .box p {
	display: inline-block;
	text-align: left;
	line-height: 1.5;
	margin: 0em auto 1.5em;
}
#page.startup section.all.price .box p br:nth-last-of-type(1) {
	display: none;
}
#page.startup section.all.price .box p em {
	font-size: 2rem;
	font-weight: 900;
}

#page.startup section.all.flow {
	padding-bottom: 0rem;
}

#page.startup section.all.flow .wrap ol {
	padding: 0 0 2rem 0;
	width: 98%;
}
#page.startup section.all.flow .wrap ol li {
	font-size: 1.6rem;
	line-height: 1.5em;
	padding-left: 2.5em;
}
#page.startup section.all.flow .wrap ol li:not(:first-child) {
	margin-top: 2rem;
}
#page.startup section.all.flow .wrap ol li::before {
	left: 0em;
	top: 0em;
	width: 2.0em;
	height: 2.0em;
	font-size: 1.6rem;
	line-height: 2.0em;
}
#page.startup section.all.flow .wrap ol li span {
	font-size: 2.0rem;
	margin-bottom: 0.5em;
}

}

/* 会計・税務業務全般 */
#page.accounting_tax {}
#page.accounting_tax section.top .wrap ul.box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page.accounting_tax section.top .wrap ul.box li {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% / 3 - 2rem );
	min-height: 28rem;
	margin: 1rem 0;
	padding: 3rem;
	border: none;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}
#page.accounting_tax section.top .wrap ul.box li span {
	text-align: left;
	line-height: 1.8;
}
#page.accounting_tax section.top .wrap ul.box li span em {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.1rem;
	font-weight: 900;
	color: #00B8B2;
	margin: 0 auto 1em;
}

#page.accounting_tax section.all.competence {}
#page.accounting_tax section.all.competence dl {
	padding-bottom: 6rem;
}
#page.accounting_tax section.all.competence .wrap dl dt {
	text-align: left;
	width: 12em;
}
#page.accounting_tax section.all.competence .wrap dl dd {
	width: calc( 100% - 12em );
}

#page.accounting_tax section.all.price {
	background: #FFFAF2;
}
#page.accounting_tax section.all.price .box {
	width: 90%;
	max-width: 90rem;
	padding: 5rem 6rem 2rem 6rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}
#page.accounting_tax section.all.price .box p {
	margin: 0em auto 2em;
}
#page.accounting_tax section.all.price .box p em {
	font-size: 2rem;
	font-weight: 900;
}

/*===============================================
 レスポンシブ TB・SPサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
#page.accounting_tax section.top .wrap {
	max-width: 48rem;
}
#page.accounting_tax section.top .wrap h2 {
	line-height: 1.5em;
	margin:0 auto 1em;
	font-size: 2.1rem;
	text-align: left;
}
#page.accounting_tax section.top .wrap p {
	font-size: 1.6rem;
	text-align: left;
	margin:0 auto;
}
#page.accounting_tax section.top .wrap ul.box {
	flex-direction: column;
	justify-content: center;
	margin: 2rem auto 0rem;
}
#page.accounting_tax section.top .wrap ul.box li {
	width: calc( 100% / 1 - 0rem );
	min-height: auto;
	margin: 1rem auto;
	padding: 2rem 3rem 3rem 3rem;
	border: none;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}

#page.accounting_tax section.all.competence dl {
	flex-direction: column;
	width: calc( 100% - 0% );
	margin: 0 auto;
	font-size: 1.6rem;
	padding-bottom: 0rem;
}
#page.accounting_tax section.all.competence .wrap dl dt,
#page.accounting_tax section.all.competence .wrap dl dd {
	padding: .5em;
}
#page.accounting_tax section.all.competence .wrap dl dt {
	text-align: left;
	width: calc( 100% );
	font-weight: 700;
}
#page.accounting_tax section.all.competence .wrap dl dd {
	width: calc( 100% );
	margin-bottom: 2em;
}

#page.accounting_tax section.all.price .box {
	width: 100%;
	padding: 3rem 2rem 1rem 2rem;
}
#page.accounting_tax section.all.price .box p {
	display: inline-block;
	text-align: left;
	line-height: 1.5;
	margin: 0em auto 1.5em;
}
#page.accounting_tax section.all.price .box p br:nth-last-of-type(1) {
	display: none;
}
#page.accounting_tax section.all.price .box p em {
	font-size: 2rem;
	font-weight: 900;
}

}


/* 相続 */
#page.inheritance {}
#page.inheritance section.top .wrap ul.box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page.inheritance section.top .wrap ul.box li {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% / 3 - 2rem );
	min-height: 28rem;
	margin: 1rem 0;
	padding: 3rem;
	border: none;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}
#page.inheritance section.top .wrap ul.box li span {
	text-align: left;
	line-height: 1.8;
}
#page.inheritance section.top .wrap ul.box li span em {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.1rem;
	font-weight: 900;
	color: #00B8B2;
	margin: 0 auto 1em;
}
#page.inheritance section.flowchart .wrap p {
	font-size: 2.1rem;
	text-align: left;
	margin: 0 auto 4em;
}
#page.inheritance section.flowchart .wrap figure {
	width: calc( 100% - 0rem );
	margin: 0 auto;
}
#page.inheritance section.flowchart .wrap figure img {
	width: 100%;
	height: auto;
}

#page.inheritance section.menu .wrap p {
	font-size: 2.1rem;
	margin: 0 auto 4em;
}
#page.inheritance section.menu .wrap p em {
	display: block;
	font-size: 2.7rem;
	font-weight: 900;
	margin-bottom: .5em;
}
#page.inheritance section.menu dl {
	padding-bottom: 6rem;
}
#page.inheritance section.menu .wrap dl dt {
	text-align: left;
	width: 12em;
}
#page.inheritance section.menu .wrap dl dd {
	width: calc( 100% - 12em );
}

#page.inheritance section.price {
	background: #FFFAF2;
}
#page.inheritance section.price .box {
	width: 90%;
	max-width: 90rem;
	padding: 5rem 6rem 2rem 6rem;
	margin: 0 auto 4rem;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}
#page.inheritance section.price .box ul {}
#page.inheritance section.price .box ul li {
	margin: 0em auto 1em;
	padding: 0 0 2rem 0;
}
#page.inheritance section.price .box ul li:nth-of-type(1) {
	border-bottom: 1px solid #ccc;
}
#page.inheritance section.price .box ul li em {
	font-size: 2.7rem;
	font-weight: 900;
}
#page.inheritance section.price .box ul li p {
}

#page.inheritance section.all.flow {
	border-bottom: .1rem solid #e6e6e6;
	padding-bottom: 6rem;
}
#page.inheritance section.all.flow .wrap {}
#page.inheritance section.all.flow .wrap ol {
	display: flex;
	flex-direction: column;
	font-size: 2.7rem;
	margin: 0 auto;
	padding: 0;
	width: calc( 20em );
	max-width: 90rem;
}
#page.inheritance section.all.flow .wrap ol li {
	position: relative;
	font-size: 1.6rem;
	line-height: 2.0em;
	padding: 1em 1em 0.5em 2.5em;
	text-align: left;
	border-radius: 1em;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}
#page.inheritance section.all.flow .wrap ol li:not(:first-child) {
	margin-top: 4rem;
}
#page.inheritance section.all.flow .wrap ol li::before {
	left: .5em;
	top: .5em;
	width: 2.4em;
	height: 2.4em;
	font-size: 2rem;
	line-height: 2.4em;
	font-family: "Roboto", sans-serif;
}
#page.inheritance section.all.flow .wrap ol li span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 0.5em;
	padding-left: 1em;
}
#page.inheritance section.all.flow .wrap ol li:not(:nth-last-of-type(1))::after {
	position: absolute;
	content: "";
	display: block;
	left: 50%;
	bottom: -2rem;
 width: 0;
 height: 0;
 border-left: 2rem solid transparent;
 border-right: 2rem solid transparent;
 border-top: 2rem solid #3abec1;
	transform: translateX(-50%);
}
/*===============================================
 レスポンシブ TB・SPサイズ 横幅 768px以下
===============================================*/
@media screen and (max-width: 768px) {
#page.inheritance section.top .wrap {
	max-width: 48rem;
}
#page.inheritance section.top .wrap h2 {
	line-height: 1.5em;
	margin:0 auto 1em;
	font-size: 2.1rem;
	text-align: left;
}
#page.inheritance section.top .wrap p {
	font-size: 1.6rem;
	text-align: left;
	margin:0 auto;
}
#page.inheritance section.top .wrap ul.box {
	flex-direction: column;
	justify-content: center;
	margin: 2rem auto 0rem;
}
#page.inheritance section.top .wrap ul.box li {
	width: calc( 100% / 1 - 0rem );
	min-height: auto;
	margin: 1rem auto;
	padding: 2rem 3rem 3rem 3rem;
	border: none;
	border-radius: 3rem;
	box-shadow: 0px 0px 6px 0px rgba(26, 26, 26, 0.15);
}

#page.inheritance section.flowchart .wrap p {
	font-size: 1.6rem;
	text-align: left;
	margin: 0 auto 2em;
}
#page.inheritance section.menu .wrap {
	margin: 0 auto;
	padding: 2rem 0;
}
#page.inheritance section.menu .wrap h2 {
	color: #00B8B2;
	margin: 1rem 0 2rem 0;
}
#page.inheritance section.menu .wrap p {
	font-size: 1.6rem;
	margin: 0 auto 2em;
	text-align: left;
}
#page.inheritance section.menu .wrap p em {
	display: block;
	font-size: 2.1rem;
	margin-bottom: .5em;
	line-height: 1.5em;
	text-align: left;
}
#page.inheritance section.menu dl {
	flex-direction: column;
	width: calc( 100% - 0% );
	margin: 0 auto;
	font-size: 1.6rem;
	padding-bottom: 0rem;
}
#page.inheritance section.menu .wrap dl dt,
#page.inheritance section.menu .wrap dl dd {
	padding: .5em;
}
#page.inheritance section.menu .wrap dl dt {
	text-align: left;
	width: calc( 100% );
	font-weight: 700;
}
#page.inheritance section.menu .wrap dl dd {
	width: calc( 100% );
	margin-bottom: 2em;
}

#page.inheritance section.price .box {
	width: 100%;
	padding: 3rem 2rem 0rem 2rem;
}
#page.inheritance section.price .box ul {}
#page.inheritance section.price .box ul li {
	margin: 0em auto 1em;
	padding: 0 0 2rem 0;
}
#page.inheritance section.price .box ul li em {
	font-size: 2.1rem;
}
#page.inheritance section.price .box ul li p {
	font-size: 1.6rem;
	line-height: 1.8;
}

#page.inheritance section.all.flow {
	padding-bottom: 4rem;
}
#page.inheritance section.all.flow .wrap ol {
	font-size: 2rem;
	width: calc( 100% );
}
#page.inheritance section.all.flow .wrap ol li::before {
	left: .5em;
	top: .65em;
	width: 2.0em;
	height: 2.0em;
	font-size: 2rem;
	line-height: 2.0em;
}
#page.inheritance section.all.flow .wrap ol li span {
	font-size: 2rem;
}

}


