
@charset "utf-8";
@import url("/_pack/css/jquery.fancybox.css");


/* ----------------- 共通 ----------------- */
.btn a.btnA {
  background: linear-gradient(170deg, #8B7539 0%, #8B7539 50%, #826E35 51%, #826E35 100%) !important;
  padding: 18px 70px 18px 50px !important;
}

@media all and (max-width: 740px)  
{/* SP start */
.btn a.btnA {
	width: 50%;
}
}


/* ----------------- processIntro ----------------- */
.processIntro {
	padding: 90px 0;
	background: #F6F3EB;
}
.processIntro_img {
	max-width: 860px;
	margin: 0 auto;
}
.processIntro_txt__wrap {
	background: #fff;
	padding: 10px;
}
.processIntro_txt {
	border: 2px solid #EDE3CD;
	padding: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #695D3F;
	line-height: 2;
}
@media all and (max-width: 740px)  
{/* SP start */
.processIntro {
	padding: 70px 0 ;
}
.processIntro_img {
	max-width: 100%;
	margin: 0 auto;
}
.processIntro_txt__wrap {
	background: #fff;
	padding: 10px;
}
.processIntro_txt {
	padding: 30px 20px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #695D3F;
	line-height: 2;
}
}


/* ----------------- 家系図を作るステップ ----------------- */
.processStep {
	padding: 90px 0;
}
.processStep_main {
	padding: 60px 40px;
	background: #F6F3EB;
	margin: 0 0 40px;
}
.processStep_block {
	background: #F6F3EB;
	padding: 50px 40px;
	display: flex;
	justify-content: space-between;
}
.processStep_block:not(:last-child) {
	margin: 0 0 40px;
}
.processStep_img {
	width: 48%;
}
.processStep_desc {
	width: 52%;
	margin: 0 40px 0 0 ;
}
.processStep_desc__ttl {
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 18px;
	color: #695D3F;
}
@media all and (max-width: 740px)  
{/* SP start */
.processStep {
	padding: 60px 0;
}
.processStep_main {
	padding: 30px 10px;
	margin: 0 0 30px;
}
.processStep_block {
	padding: 30px 20px;
	display: block;
}
.processStep_block:not(:last-child) {
	margin: 0 0 30px;
}
.processStep_img {
	width: 100%;
}
.processStep_desc {
	width: 100%;
	margin: 0 0 30px 0 ;
}
.processStep_desc__ttl {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 15px;
	color: #695D3F;
}
}





/* ----------------- プランと対応表 ----------------- */
.processPlan {
	padding: 90px 0;
	background: url(/_pack/img/process_plan_bg.jpg) repeat center center;
}
.processPlan_block {
  display: flex;
  align-items: stretch;
  border: 3px solid #2D471F;
}
.processPlan_block:not(:last-child) {
  margin-bottom: 10px;
}
.processPlan_step {
  background: #2D471F;
  width: 25%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processPlan_step__num {
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	width: 100px;
}
.processPlan_plan {
  padding: 20px 25px 20px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
}
.processPlan_plan__head {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.processPlan_plan__content {
	display: flex;
	align-items: center;
}
.processPlan_plan__content:not(:first-child) {
	margin: 20px 0 0 ;
}
.processPlan_plan__content__img {
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0 ;
}
.processPlan_plan__content__name {
	font-size: 20px;
	font-weight: bold;
	background: #37582C;
	padding: 5px 12px;
	color: #fff;
	border-radius: 8px;
	margin: 0 15px 0 0 ;
}
.processPlan_plan__content__desc {
	font-size: 25px;
	font-weight: bold;
}
/* カラーユニーク設定 */
.processPlan_block.step2 {
	border: 3px solid #2D471F;
}
.step2 .processPlan_step {
	background: #15253D;
}
.processPlan_block.step3 {
	border: 3px solid #7C1A1F;
}
.step3 .processPlan_step {
	background: #7C1A1F;
}
.processPlan_block.step4 {
	border: 3px solid #3E3F40;
}
.step4 .processPlan_step {
	background: #3E3F40;
}
.processPlan_plan__content__name.basic {
	background: #EB8400;
}
.processPlan_plan__content__name.advance {
	background: #19A499;
}

.processPlan_outro {
	display: flex;
	align-items: center;
	margin: 60px 0 0 ;
}
.processPlan_outro__img {
	margin: 0 0 0 40px;
}
@media all and (max-width: 740px)  
{/* SP start */
.processPlan {
	padding: 60px 0;
}
.processPlan_block {
  display: block;
  border: 3px solid #2D471F;
}
.processPlan_block:not(:last-child) {
  margin-bottom: 10px;
}
.processPlan_step {
  background: #2D471F;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 15px
}
.processPlan_step__num {
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	width: 90px;
}
.processPlan_plan {
  padding: 20px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
}
.processPlan_plan__head {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.processPlan_plan__content {
	display: flex;
	align-items: center;
}
.processPlan_plan__content:not(:first-child) {
	margin: 12px 0 0 ;
}
.processPlan_plan__content__img {
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0 ;
	flex-shrink: 0;
}
.processPlan_plan__content__name {
	font-size: 14px;
	font-weight: bold;
	background: #37582C;
	padding: 5px 12px;
	color: #fff;
	border-radius: 8px;
	margin: 0 15px 0 0 ;
	white-space: nowrap;
}
.processPlan_plan__content__desc {
	font-size: 15px;
	font-weight: bold;
}
.processPlan_outro {
	display: block;
	margin: 30px 0 0 ;
}
.processPlan_outro__img {
	margin: 20px 0 0 ;
}
}


/* ----------------- 家樹のサービスの特徴・強み ----------------- */
.processFeature {
	padding: 90px 0;
	background: #fff url(/_pack/img/process_feature_bg.png) no-repeat;
	background-size: cover;
	background-position-x:center; 
}
.processFeature_ttl {
	font-size: 26px;
	text-align: center;
	color: #695D3F;
}
.processFeature_txt {
	margin: 40px 0;
}
.processFeature_wrap {
  display: flex;
  align-items: stretch;
  border: 3px solid #121B2F;
}
.processFeature_head {
  background: #121B2F;
  width: 25%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processFeature_head__name {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.processFeature_content {
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  background: #fff;
}
.processFeature_content__list li {
	color: #302C2B;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-indent: -1em;
  padding-left: 1em;
}
.processFeature_content__list li:not(:last-child) {
	margin: 0 0 10px;
}
.processFeature_outro {
	color: #695D3F;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 45px 0 0 ;
	line-height: 1.5;
}
@media all and (max-width: 740px)  
{/* SP start */
.processFeature {
	padding: 60px 0;
}
.processFeature_ttl {
	font-size: 14px;
	text-align: center;
	color: #695D3F;
	margin: 30px 0 0 ;
}
.processFeature_txt {
	margin: 30px 0;
}
.processFeature_wrap {
  display: block;
  border: 3px solid #121B2F;
}
.processFeature_head {
  background: #121B2F;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 15px;
}
.processFeature_head__name {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
.processFeature_content {
  padding: 25px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  background: #fff;
}
.processFeature_content__list li {
	color: #302C2B;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-indent: -1em;
  padding-left: 1em;
}
.processFeature_content__list li:not(:last-child) {
	margin: 0 0 10px;
}
.processFeature_outro {
	font-size: 14px;
	text-align: left;
	margin: 25px 0 0 ;
}

}







/* ----------------- xxxxxxxxxxxxx ----------------- */

@media all and (max-width: 740px)  
{/* SP start */

}
