@charset "UTF-8";
/* ------------------------------
固定ページ
------------------------------ */

.page #main .pageTTL {
	margin:90px auto 90px auto;
	text-align: center;
}
.page #main .pageTTL h2{
	max-width: 800px;
	margin:0px auto 30px auto;
	font-size: 27px;
	font-size: 2.7rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
}
.page #main .pageTTL p{
	max-width: 650px;
	margin:0px auto 30px auto;
	letter-spacing: 0.15em;
	line-height: 1.9;
}

@media screen and (max-width:768px){

  body.page-id-6532 #main .pageTTL h2{
    font-size:23px !important;
    font-size:2.3rem !important;
    line-height:1.4 !important;
  }

}




/*承継ページ*/
.shokei_mokuji li a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42%;
  max-width: 300px;
  min-height: 58px;

  margin: 14px auto;
  padding: 10px 14px;

  background-color: #0c8e62;
  color: #fff;
  text-decoration: none;

  font-size: 15px;
  line-height: 1.45;
  text-align: center;

  border-radius: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .shokei_mokuji li a {
    width: 78%;
    max-width: 300px;
    min-height: 58px;
    font-size: 15px;
  }
}
.category-shoukei #main .pageTTL p{
	max-width: 650px;
	margin:0px auto 30px auto;
	letter-spacing: 0.15em;
	line-height: 1.9;
}

ul.shokei_mokuji {
    margin: 0 0 50px;
}

.page #main a.btn{
    display:block;
    height:60px;
    margin:25px auto;
    color:#0a9566;
    font-size:1.6rem;
    letter-spacing:0.1em;
    border:2px solid #0a9566;
    line-height:60px;
    background:#fff;
    background-image:none;
    text-align:center;
    transition:0.3s ease;
}
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 95% 50% ;
	transition: background-color 0.3s ease 0.1s;
	text-align: center;
}
.page #main a.btn:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

/* --------------------------- 成功するクリニックの条件 */
.page-success #header{
	background-image: url(../img/page-success_main_visual.png);
	background-size: cover;
	background-position: 50% 100%;
}
/* 文章エリア */
.page-success .block .text h3{
	margin-top: 0;
	margin-bottom: 20px;
}
.page-success .block .text a{
}

/* 関連記事 */
.page-success .relatedBlogList{
	padding: 20px;
	background-color: #fafafa;
}
.page-success .relatedBlogList h4{
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.page-success .relatedBlogList ul{
	list-style: none;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}
.page-success .relatedBlogList li{
	margin-bottom: 20px;
	line-height: 1.6;
}
.page-success .relatedBlogList li:last-child{
	margin-bottom: 0px;
}
.page-success .relatedBlogList a{
	color: #0fae78;
	text-decoration: underline;
	font-size: 14px;
	font-size: 1.4rem;
}
.page-success .relatedBlogList a:hover{
	text-decoration: none;
}


/* --------------------------- 開業コンサル */
/* ページタイトルエリア */
.page.page-practitioner #main .pageTTL h2{
	max-width: 900px;
	line-height: 1.7;
}
.page.page-practitioner #main .pageTTL p{
	max-width: 650px;
}
/* 開業コンサル STEP01-06 */
.managemantList {
	margin-bottom:50px;
}
.managemantList li{
	position: relative;
	padding-top: 90px;
	padding-bottom: 70px;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-color: #fafafa;
}
.managemantList li:nth-child(even){
	background-color: #fafafa;
}
.managemantList li .text{
	max-width: 570px;
	margin-left: 50%;
}
.managemantList li:nth-child(even) .text{
	margin-left: 0%;
	margin-right: 50%;
}
.managemantList li.step01{
	background-image: url(../img/page-management-ph01.png);
	background-position: 0% 0%;
}
.managemantList li.step02{
	background-image: url(../img/page-management-ph02.png);
	background-position: 100% 100%;
}
.managemantList li.step03{
	background-image: url(../img/page-management-ph03.png););
	background-position: 0% 100%;
}
.managemantList li.step04{
	background-image: url(../img/page-management-ph04.png);
	background-position: 100% 0%;
}
.managemantList li.step05{
	background-image: url(../img/page-management-ph05.png);
	background-position: 0% 50%;
}
.managemantList li.step06{
	background-image: url(../img/page-management-ph06.png);
	background-position: 100% 100%;
}
/* 三角 */
.managemantList li.step01:after,
.managemantList li.step01:before,
.managemantList li.step02:before,
.managemantList li.step03:before,
.managemantList li.step04:before,
.managemantList li.step05:before{
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 17px 0 17px;
	border-color: #fafafa transparent transparent transparent;
}
.managemantList li.step02:before,
.managemantList li.step04:before{
	border-color: #fafafa transparent transparent transparent;
}
.managemantList li.step01:after{
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	border-color: #fafafa transparent transparent transparent;
}
.managemantList li img.stamp{
	position: absolute;
	top: 40px;
	left: 60px;
	width: 100px;
	height: auto;
	z-index: 100;
}
.managemantList li:nth-child(even) img.stamp{
	left: auto;
	right: 60px;
}

.managemantList li .text h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.managemantList li .text p{
	margin-bottom:30px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
}
.managemantList .detailList h4{
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.managemantList .detailList dl{
	background-color: #fafafa;
	letter-spacing: 0.1em;
}
.managemantList .detailList dt{
	padding:20px 35px 20px 25px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: solid 1px #fafafa;
	color: #0fae78;

	background-image: url(../img/ico_plus.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: 96% 50%;
}
.managemantList .detailList dt:hover{
	cursor: pointer;
}
.managemantList .detailList dt.active{
	background-image: url(../img/ico_minus.png);
}
.managemantList .detailList dt:first-child{
	border-top: solid 0px #fafafa;
}
.managemantList .detailList dd{
	display: none;
	padding:0px 25px 20px 25px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}


/* --------------------------- ページ下部ケーススタディ */
.serviceCaseStudy {
	margin-bottom: 90px;
}
.serviceCaseStudy { zoom: 1; }
.serviceCaseStudy:before,
.serviceCaseStudy:after { content: ""; display: table; }
.serviceCaseStudy:after { clear: both; }

.serviceCaseStudy .picture{
	width: 48.5%;
	float: left;
	text-align: center;
}
.serviceCaseStudy .text{
	width: 48.5%;
	float: right;
}
.serviceCaseStudy .text h3{
	margin-top: 10px;
	margin-bottom: 25px;
}
.serviceCaseStudy .text h3 strong{
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.serviceCaseStudy .text h3 span{
	display: block;
	max-width: 270px;
	margin-bottom:30px;
	padding:10px ;
	background-color: #0fae78;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.serviceCaseStudy .text p{
	letter-spacing: 0.15em;
	line-height: 2;
}
.serviceCaseStudy .text p.name{
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.15em;
}
.page #main .serviceCaseStudy a.btn{
	max-width: 270px;
	margin-left: 0;
}

/* --------------------------- 人財コンサルティング */
.page-talentconsulting{

}
/* ページタイトルエリア */
.page-talentconsulting #main .pageTTL h2{
	max-width: 900px;
	line-height: 1.7;
}
.page-talentconsulting #main .pageTTL p{
	max-width: 900px;
}
/* 最新セミナー情報 */
.LatestSeminar{
	margin-bottom: 90px;
	padding: 45px 50px;
	background-color: #fafafa;
	text-align: center;
}
.LatestSeminar h3{
	display: inline-block;
	margin-bottom: 25px;
	padding:2px 0px 2px 27px;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
	text-align: center;

	background-image: url(../img/ico_docs.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.LatestSeminar ul{
	list-style: none;
	text-align: left;
}
.LatestSeminar li{
	margin-bottom:8px;
	padding:25px 20px 20px 20px; 
	background-color: #fff;
}
.LatestSeminar li:last-child{
	margin-bottom:0px;
}
.LatestSeminar h4{
	margin-bottom: 15px;
	padding:0px 0px 0px 27px;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	background-image: url(../img/ico_page_overview.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* 人財コンサル詳細 */
.humanResourceList {
	margin-bottom: 55px;
}
.humanResourceList > li{
	position: relative;
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #fafafa;
}
.humanResourceList > li:nth-child(even){
	background-color: #ebebeb;
}
/* 三角 */
.humanResourceList li.step01:before,
.humanResourceList li.step02:before,
.humanResourceList li.step03:before{
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 17px 0 17px;
	border-color: #fafafa transparent transparent transparent;
}
.humanResourceList li.step02:before{
	border-color: #ebebeb transparent transparent transparent;
}
.humanResourceList .wrap{
	display: table;
}
.humanResourceList .title{
	display: table-cell;
	width: 50%;
	padding-right:5%;
}
.humanResourceList .text{
	display: table-cell;
	width: 50%;
	text-align: left;
}
.humanResourceList .title h3{
	margin-bottom: 65px;
	padding:20px 0 20px 120px;
	font-size: 34px;
	font-size: 3.4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;

	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.humanResourceList .step01 .title h3{
	background-image: url(../img/ico_step01.png);
}
.humanResourceList .step02 .title h3{
	background-image: url(../img/ico_step02.png);
}
.humanResourceList .step03 .title h3{
	background-image: url(../img/ico_step03.png);
}
.humanResourceList .step04 .title h3{
	background-image: url(../img/ico_step04.png);
}
.humanResourceList .title h3 span{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.humanResourceList .point li{
	padding:4px 0px 4px 42px;
	margin-bottom: 30px;
	font-size:18px;
	font-size:1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	letter-spacing: 0.2em;

	list-style: none;

	background-image: url(../img/ico_check.png);
	background-repeat: no-repeat;
	background-position:0% 50% ;
	background-size: auto 29px;
}
.humanResourceList .text h3{
	margin-bottom: 10px;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
}
.humanResourceList .text p{
	margin-bottom:30px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
}
.humanResourceList .text h4{
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.humanResourceList .text dl{
	background-color: #fff;
	letter-spacing: 0.1em;
}
.humanResourceList .text dt{
	padding:20px 25px 15px 25px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: solid 1px #fafafa;
	color: #0fae78;
}
.humanResourceList .text dt:first-child{
	border-top: solid 0px #fafafa;
}
.humanResourceList .text dd{
	padding:0px 25px 20px 25px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

/* --------------------------- 税務・会計サポート */
/* ページタイトルエリア */
.page.page-tax_accounting #main .pageTTL h2{
	max-width: 900px;
	line-height: 1.7;
}
.page.page-tax_accounting #main .pageTTL p{
	max-width: 650px;
}
/* 税務・会計サポート情報 */
.taxCopy{
	margin-bottom: 90px;
	padding: 45px 50px;
	background-color: #fafafa;
	text-align: center;
}
.taxCopy ul{
	list-style: none;
	text-align: left;
}
.taxCopy li{
	display: table;
	margin-bottom:3px;
	padding:25px 30px 50px 30px; 
	background-color: #fff;
}
.taxCopy li:last-child{
	margin-bottom:0px;
}
.taxCopy h3{
	display: table-cell;
	width: 30%;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
	vertical-align: top;
}
.taxCopy p{
	display: table-cell;
	width: 50%;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	vertical-align: top;
}

.taxService {
	margin-bottom: 50px;
}
.taxService h3{
	position: relative;
	margin-bottom: 100px;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
	text-align: center;
}
.taxService h3:before{
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: " ";
	border-bottom: solid 1px #000;
	width: 15px;
}
.taxService li{
	padding:25px 0;
	border-bottom: solid 1px #ececec;
}
.taxService li:last-child{
	border-bottom: solid 0px #ececec;
}
.taxService .title{
	width: 50%;
	float: left;
}
.taxService .text{
	width: 50%;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
.taxService h4{
	padding:20px 20px 20px 90px ;
	font-size: 32px;
	font-size: 3.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.3;

	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 75px auto;
}
.taxService .step01 h4{
	background-image: url(../img/ico_step01.png);
}
.taxService .step02 h4{
	background-image: url(../img/ico_step02.png);
}
.taxService .step03 h4{
	background-image: url(../img/ico_step03.png);
}
.taxService .step04 h4{
	background-image: url(../img/ico_step04.png);
}
.taxService h5{
	margin-bottom: 20px;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.taxService p{
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	vertical-align: top;
}

/* --------------------------- 接遇教育DVD */
.page-setsugudvd #main{
	padding: 5%;
	background-color: #fafafa;
}
.page-setsugudvd #main .basicWrap{
	position: relative;
	max-width: 1170px;
	padding: 5%;
}

/* --------------------------- 医院経営塾 */
.full_tab .menu {
   font-size: 24px;
    padding: 13px;
    margin: 20px 0 0;
    background: #0c8d62;
    color: #fff;
}

.full_tab {
    max-width: 700px;
    margin: 10px auto;
}

.full_tab table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
}

.full_tab table th {
    border: 1px solid #ababab;
    background-color: #cce6ff;
    padding: 10px;
    text-align: center;
}

.full_tab table td {
    border: 1px solid #ababab;
    background-color: #fff;
    padding: 10px;
}

/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ1170px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {


.LatestSeminar{
	padding:5% 3%;
}


/* --------------------------- 接遇教育DVD */
.page-setsugudvd #main,
.page-setsugudvd #main .basicWrap{
	padding: 3%;
}



}



/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ768px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

@media screen and (max-width: 768px){
.page #main .pageTTL{
	margin-top:30px;
	margin-bottom:30px;
}
.page #main .pageTTL h2{
	padding-left: 2%;
	padding-right: 2%;
}
.page #main .pageTTL p{
	padding-left: 2%;
	padding-right: 2%;
}

/* --------------------------- 開業コンサル */
/* 開業コンサル STEP01-06 */
.managemantList li {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: none;
}
.managemantList li.step01,
.managemantList li.step02,
.managemantList li.step03,
.managemantList li.step04,
.managemantList li.step05,
.managemantList li.step06{
	background-image: none;
}
.managemantList li img.stamp{
	position: absolute;
	top: 20px;
	left: auto;
	right: 10px;
	width: 60px;
	height: auto;
	z-index: 100;
}
.managemantList li:nth-child(even) img.stamp{
	left: auto;
	right: 10px;
}
.managemantList li .text{
	max-width: 100%;
	margin-left: 0%;
}
.managemantList li:nth-child(even) .text{
	margin-left: 0%;
	margin-right: 0%;
}

/* --------------------------- ページ下部ケーススタディ */
.serviceCaseStudy .picture{
	width: 100%;
	float: none;
	margin-bottom: 5px;
}
.serviceCaseStudy .text{
	width: 100%;
	float: none;
}
.serviceCaseStudy .text h3{
	margin-bottom: 10px;
}
.serviceCaseStudy .text h3 span{
	max-width: 100%;
	margin-bottom:10px;
	padding:8px;
	font-size: 12px;
	font-size: 1.2rem;
}
.page #main .serviceCaseStudy .text a.btn{
	margin-left: auto;
	margin-right: auto;
}



.page.page-talentconsulting #main .pageTTL{
	text-align: left;
}
.page.page-talentconsulting #main .pageTTL h2{
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.humanResourceList > li{
	padding-top: 40px;
}
.humanResourceList .wrap{
	display: block;
}
.humanResourceList .title{
	display: block;
	width: 100%;
	padding-right:0%;
	margin-bottom: 30px;
}
.humanResourceList .text{
	display: block;
	width: 100%;
}
.humanResourceList .title h3{
	margin-bottom: 25px;
}
.humanResourceList .point li{
	margin-bottom: 15px;
}
.humanResourceList .text dt{
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
}
.humanResourceList .text dd{
	padding-left:10px;
	padding-right:10px;
}


/* 税務・会計サポート情報 */
.page.page-tax_accounting #main .pageTTL {
	text-align: left;
}
.page.page-tax_accounting #main .pageTTL h2{
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.taxCopy{
	margin-bottom: 40px;
	padding: 3%;
}
.taxCopy li{
	display: block;
	margin-bottom:3px;
	padding:10% 5%;
}
.taxCopy h3{
	display: block;
	width: 100%;
	margin-bottom:15px;
	line-height: 1.4;
}
.taxCopy p{
	display: block;
	width: 100%;
}

.taxService h3{
	margin-bottom: 20px;
}
.taxService h4{
	padding: 20px 0px 20px 60px;
	background-size: 50px auto;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
.taxService li{
	padding:10px 0;
}
.taxService .title{
	width: 100%;
	float: none;
}
.taxService .text{
	width: 100%;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*成功するクリニックの条件*/
.page.page-success #main .pageTTL{
	text-align: left;
}
.page.page-success #main .pageTTL h2{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
}
.page.page-success #main a.btn{
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  background-position: 97% 50%;
  color:#0a9566;
  border:2px solid #0a9566;
  background:#fff;
  background-image:none;
}


/*サービス＞開業コンサルティング*/
.page.page-practitioner #main .pageTTL {
	text-align: left;
}
.page.page-practitioner #main .pageTTL h2{
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}



}

/* 事業承継開業の優位性だけ中央寄せ */
.shoukeiMeritList .wrap {
  display: block !important;
  text-align: center;
}

.shoukeiMeritList .title,
.shoukeiMeritList .text {
  width: 100% !important;
  float: none !important;
  text-align: center;
}

.shoukeiMeritList .title p {
  max-width: 800px;
  margin: 0 auto 25px auto;
  text-align: center !important;
  line-height: 1.8;
}

.shoukeiMeritList .text ol {
  display: inline-block;
  text-align: center;
  margin: 0 auto !important;
  padding-left: 25px;
}

.shoukeiMeritList .text ol li {
  text-align: left !important;
  margin-bottom: 8px;
  line-height: 1.7;
}

.taxService h3 {
  margin-bottom: 0;
}

.taxService h3 {
  margin-bottom: 0 !important;
}

.shoukeiMeritList .text ol li {
  margin-bottom: 0;
  line-height: 1.5;
}

.category-shoukei img {
  max-width: 48%;
  margin: 0px 0px 30px auto;
}

<div style="display: flex; gap: 40px; align-items: flex-start;">
  <div style="width: 50%;">
    <img src="..." style="width: 100%;" />
  </div>
  <div style="width: 50%;">
    <p>文章...</p>
  </div>
</div>
.shoukeiMeritList .wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.shoukeiMeritList .title {
  width: 40%;
}

.shoukeiMeritList .text {
  width: 60%;
}

.shoukeiMeritList img {
  width: 100%;
}

.shoukeiMeritList .text p {
  max-width: 100%;
}
.category-shoukei img {
  max-width: 48%;
  margin: 50px 50px 70px auto;
}
.page #main .pageTTL {
  margin: 8px auto 90px auto;
}

.tableScroll {
  max-height: 450px;
  overflow-y: auto;
  border: 1px solid #ccc;
}

.tableScroll th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.tableScroll {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: auto;
  position: relative;
}

.tableScroll table.result {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.tableScroll table.result th {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  background: #ffffff !important;
}

.tableScroll table.result tr:first-child th {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  background: #ffffff !important;
}

.topResultsBox {
  max-width: 1100px;
  margin: 60px auto;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  padding: 30px;
}

.topResultsTitle {
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.15em;
  margin: 0 0 25px 0;
  color: #333;
}

.tableScroll {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: auto;
}

.tableScroll table.result {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.tableScroll table.result thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  background: #ffffff !important;
}

.page #main .pageTTL {
  margin: 8px auto 50px auto;
}




/* クリニック経営2だけに効かせる */
.clinicKeieiList li.step01 {
  background-image: url("https://lets-nns.co.jp/wp-content/uploads/2026/05/いいい.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: left center;
}

.clinicKeieiList li.step01 .text {
  max-width: 570px;
  margin-left: 55%;
  margin-right: 0;
  text-align: left;
}

.clinicKeieiList li.step02 {
  background-image: url("https://lets-nns.co.jp/wp-content/uploads/2026/05/ううう.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right center;
}

.clinicKeieiList li.step02 .text {
  max-width: 570px;
  margin-left: 0;
  margin-right: 55%;
  text-align: left;
}

.clinicKeieiList li.step03 {
  background-image: none;
  text-align: center;
}

.clinicKeieiList li.step03 .text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.clinicKeieiList li.step01 {
  background-image: url("https://lets-nns.co.jp/wp-content/uploads/2026/05/いいい.png");
  background-position: left center;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

.clinicKeieiList li.step02 {
  background-image: url("https://lets-nns.co.jp/wp-content/uploads/2026/05/ううう.png");
  background-position: right center;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

.clinicKeieiList li.step03 {
  background-image: none;
}

.managemantList li #footerContact {
  background-color: #848b90;
}

#footerContact,
#footerContact .wrap,
#footerContact ul,
#footerContact li {
  background-color: #848b90 !important;
}

.page-id-18159 .managemantList li {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}
.page-success #main .pageTTL h2.success-main-title{
  font-size:24px !important;
  line-height:1 !important;
  letter-spacing:0.08em !important;
}


@media screen and (min-width:769px){
  .taxServiceList.shoukeiMeritList > li{
    position:relative !important;
    border:2px solid #18b57c !important;
    border-radius:28px !important;
    padding:56px 60px !important;
    margin:0 auto 70px !important;
    max-width:860px !important;
    background:#fff !important;
  }
}

@media screen and (min-width:769px){

  /* =========================
     CARD
  ========================= */

  .taxServiceList.shoukeiMeritList > li{
    position:relative !important;
    border:2px solid #18b57c !important;
    border-radius:32px !important;
    padding:70px 70px !important;
    margin:0 auto 90px !important;
    max-width:900px !important;
    background:#fff !important;
    overflow:visible !important;
  }

  /* =========================
     PHASE
  ========================= */

  .phase-label{
    display:inline-block;
    margin:0 auto 34px !important;
    padding:14px 34px !important;

    border:2px solid #18b57c !important;
    border-radius:999px !important;

    color:#18b57c !important;
    background:#fff !important;

    font-size:18px !important;
    letter-spacing:0.15em !important;
    font-weight:600 !important;
  }

  /* =========================
     TITLE
  ========================= */

  .shoukeiMeritList h5{
    font-size:34px !important;
    line-height:1.5 !important;
    text-align:center !important;
    margin-bottom:40px !important;
  }

  /* =========================
     IMAGE
  ========================= */

  .shoukeiMeritList img{
    width:100% !important;
    max-width:520px !important;
    display:block !important;
    margin:0 auto 40px !important;
  }

  /* =========================
     BUTTON
  ========================= */

  .phase-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;

    width:260px !important;
    margin:0 auto 34px !important;
    padding:0 !important;

    background:none !important;
    border:none !important;

    color:#8edfc7 !important;
    font-size:18px !important;
    font-weight:300 !important;
    letter-spacing:0.2em !important;

    cursor:pointer !important;
  }

  .phase-toggle::before,
  .phase-toggle::after{
    content:"";
    flex:1;
    height:1px;
    background:#8edfc7;
  }

  /* =========================
     CONTENT
  ========================= */

  .shoukeiMeritList .text{
    display:none;
    max-width:760px !important;
    margin:0 auto !important;

    font-size:15px !important;
    line-height:2.2 !important;
    text-align:left !important;
  }

  .shoukeiMeritList .text.open{
    display:block;
  }

  /* =========================
     TRIANGLE
  ========================= */

  .taxServiceList.shoukeiMeritList > li::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-26px;
    transform:translateX(-50%);

    width:0;
    height:0;

    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top:26px solid #18b57c;
  }

}

@media screen and (min-width:769px){

  .taxServiceList.shoukeiMeritList > li .title h5::before{
    position:relative !important;
    display:inline-block !important;

    background:#fff !important;
    color:#18b57c !important;

    border:2px solid #18b57c !important;
    border-radius:999px !important;

    padding:8px 24px !important;
    margin:0 auto 28px !important;

    font-size:14px !important;
    font-weight:bold !important;
    letter-spacing:0.14em !important;
    line-height:1.2 !important;
  }

  .taxServiceList.shoukeiMeritList > li:nth-child(1) .title h5::before{ content:"PHASE 1" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(2) .title h5::before{ content:"PHASE 2" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(3) .title h5::before{ content:"PHASE 3" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(4) .title h5::before{ content:"PHASE 4" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(5) .title h5::before{ content:"PHASE 5" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(6) .title h5::before{ content:"PHASE 6" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(7) .title h5::before{ content:"PHASE 7" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(8) .title h5::before{ content:"PHASE 8" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(9) .title h5::before{ content:"PHASE 9" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(10) .title h5::before{ content:"PHASE 10" !important; }
  .taxServiceList.shoukeiMeritList > li:nth-child(11) .title h5::before{ content:"PHASE 11" !important; }

}

@media screen and (min-width:769px){

  .taxServiceList.shoukeiMeritList > li .title h5{
    display:block !important;
    text-align:center !important;
    padding-top:0 !important;
  }

  .taxServiceList.shoukeiMeritList > li .title h5::before{
    display:block !important;
    width:max-content !important;
    margin:0 auto 28px !important;
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
  }

}

@media screen and (min-width:769px){

  /* カード全体 */
  .taxServiceList.shoukeiMeritList > li{
    max-width:720px !important;
    padding:25px 25px 20px !important;
    margin:0 auto 48px !important;
  }

  /* PHASE */
  .taxServiceList.shoukeiMeritList > li .title h5::before{
    font-size:18px !important;
    padding:8px 24px !important;
    margin:0 auto 22px !important;
  }

  /* タイトル */
  .taxServiceList.shoukeiMeritList > li .title h5{
    font-size:24px !important;
    line-height:1.6 !important;
    margin-bottom:28px !important;
  }

  /* 画像 */
  .taxServiceList.shoukeiMeritList > li img{
    width:320px !important;
    max-width:100% !important;
  }

  /* 詳細ボタン */
  .phase-toggle{
    margin:0 auto 20px !important;
  }

  /* 開いた文章 */
  .taxServiceList.shoukeiMeritList > li .text{
    font-size:14px !important;
    line-height:2 !important;
  }

}

@media screen and (min-width:769px){

  .phase-toggle{
    font-weight:600 !important;
    letter-spacing:0.08em !important;
  }

}

@media screen and (min-width:769px){

  .taxService .text ol{
    display:inline-block !important;
    text-align:left !important;
    margin:24px auto 0 !important;
  }

  .taxService .text{
    text-align:center !important;
  }

}

@media screen and (min-width:769px){

  .taxService .text{
    width:100% !important;
    float:none !important;

    max-width:620px !important;
    margin:0 auto !important;

    text-align:center !important;
  }

}

@media screen and (min-width:769px){

  .shokei-flex{
    display:block !important;
    max-width:760px !important;
    margin:0 auto !important;
  }

  .shokei-flex .img-box,
  .shokei-flex .text-box{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .shokei-flex .img-box{
    margin-bottom:32px !important;
    text-align:center !important;
  }

  .shokei-flex .img-box img{
    width:100% !important;
    max-width:520px !important;
    height:auto !important;
    display:block !important;
    margin:0 auto !important;
  }

  .shokei-flex .text-box p{
    max-width:760px !important;
    margin:0 auto 24px !important;
    text-align:center !important;
    font-size:15px !important;
    line-height:2 !important;
    letter-spacing:0.08em !important;
  }

}


@media screen and (min-width:769px){

  body.admin-bar #header{
    margin-top:32px !important;
  }

}

@media screen and (max-width:768px){

  .managementList li .sp-step-bg{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 auto 28px !important;
    opacity:1 !important;
    visibility:visible !important;
  }

}

@media screen and (max-width:768px){

  .page-id-6547 .managemantList li{
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;

    min-height:260px !important;
  }

}