.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}


/*character*/
#character-1{
	background:url(../images/backgrounds/bg-service.jpg) no-repeat center center;
	margin:0 50px 50px;
	padding:65px 0 80px;
	background-size:cover;
	height:900px;
}
#character-1 h2{
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	color:#FFF;
	font-size:3rem;
	margin:0 0 35px;
	font-weight:500;
}
#character-1 .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#character-1 .inner section.num1 {
    position:absolute;
	top:20px;
	left:30%;
	background-color:#FFF;
	border-bottom:3px #cce4eb solid;
	padding:70px 50px 45px 50px;
	box-sizing:border-box;
	max-width:40%;
	width:40%;
	height:400px;
	line-height: 400px;
	border-radius: 50%;
}
#character-1 .inner section.num2 {
    position:absolute;
	top:400px;
	left:0%;
	background-color:#FFF;
	border-bottom:3px #cce4eb solid;
	padding:70px 50px 45px 50px;
	box-sizing:border-box;
	max-width:40%;
	width:40%;
	height:400px;
	line-height: 400px;
	border-radius: 50%;
}
#character-1 .inner section.num3 {
    position:absolute;
	top:400px;
	right:0%;
	background-color:#FFF;
	border-bottom:3px #cce4eb solid;
	padding:70px 50px 45px 50px;
	box-sizing:border-box;
	max-width:40%;
	width:40%;
	height:400px;
	line-height: 400px;
	border-radius: 50%;
}
#character-1 .inner section .num{
	width:100%;
	height:auto;
	background:#cce4eb; 
	text-align:center;
	color:#FFF;
	font-family: 'Noto Serif JP', serif;
	line-height:1.2;
	font-size:2rem;
	padding:0.3em;
	box-sizing:border-box;
}
#character-1 .inner section p{
	position:relative;
	line-height:2;
	letter-spacing:0.08em;
	margin:20px 0 0 0;
}
.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.circle-1 {

    position:absolute;
	top:20px;
	left:30%;
	background-color:#FFF;
	border-bottom:3px #cce4eb solid;
	padding:70px 50px 45px 50px;
	box-sizing:border-box;
	max-width:400px;
	width:400px;
	height:400px;
	line-height: 400px;


  border-radius: 100%;
  /* 闔会ｽ･闕ｳ荵晢ｿｽFlexbox邵ｺ�ｧ隴�ｿｽ�ｭ蜉ｱ�定叉�ｭ陞滂ｽｮ陝�ｿｽ笳� */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.circle-1::before {/* 隰ｫ�ｬ闔ｨ�ｼ髫補悪�ｴ�ｽ邵ｺ�ｧ雎�ｽ｣陷�ｽ�定抄諛奇ｽ� */
  display: block;
  content: '';
  padding-top: 100%;
}

.circle01 {
    position:absolute;
	top:40px;
	left:30%;
}
.circle02 {
    position:absolute;
	top:380px;
	left:0%;
}

.circle03 {
    position:absolute;
	top:380px;
	right:0%;
}
.circle01 img,.circle02 img,.circle03 img {
	display:block;
	margin:auto;
	text-align:center;
	width:80%;
}

@media only screen and (max-width: 1199px) {
	#character-1 .inner{
		width:auto;
		margin:0 50px;
	}
}
@media only screen and (max-width: 767px) {
	#character-1{ padding:40px 0 30px; }
	#character-1 h2{ margin:0 0 25px; }
	#character-1 .inner{ display:block; }
	#character-1 .inner section{
		padding:50px 50px 45px 55px;
		max-width:100%;
		width:100%;
		margin:0 0 20px;
	}
	#character-1 .inner section.num1 {
    position:relative;
	top:0px;
	left:0%;
	background-color:#FFF;
	border-bottom:3px #cce4eb solid;
	padding:70px 50px 45px 50px;
	box-sizing:border-box;
	max-width:100%;
	width:100%;
	height:auto;
	line-height: 1.1;
	border-radius: 50%;
}


.circle-1 {

    position:relative;
	top:0px;
	left:0%;
	background-color:#FFF;
	border-bottom:3px #cce4eb solid;
	padding:70px 50px 45px 50px;
	box-sizing:border-box;
	max-width:100%;
	width:100%;
	height:auto;
	line-height: 1.1;


  border-radius: 100%;
  /* 闔会ｽ･闕ｳ荵晢ｿｽFlexbox邵ｺ�ｧ隴�ｿｽ�ｭ蜉ｱ�定叉�ｭ陞滂ｽｮ陝�ｿｽ笳� */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
#character-1 {
  height:auto;
}
.circle01 {
    position:relative;
	top:0px;
	left:0%;
	text-align:center;
	margin:50px auto 30px;
}
.circle02 {
    position:relative;
	top:0px;
	left:0%;
	text-align:center;
	margin:30px auto;
}

.circle03 {
    position:relative;
	top:0px;
	right:0%;
	text-align:center;
	margin:30px auto;
}
.circle01 img,.circle02 img,.circle03 img {
	width:60%;
}


}
@media only screen and (max-width: 640px) {
	#character-1{
		margin:0 calc((100vw / 980) * 50) calc((100vw / 980) * 50);
		padding:calc((100vw / 980) * 60)0 calc((100vw / 980) * 50);
	}
	#character-1 h2{
		font-size:2.4rem;
		margin:0 0 calc((100vw / 980) * 60);
	}
	#character-1 .inner{ margin:0 calc((100vw / 980) * 50); }
	#character-1 .inner section{
		padding:calc((100vw / 980) * 50) calc((100vw / 980) * 50) calc((100vw / 980) * 50) 50px;
		margin:0 0 calc((100vw / 980) * 30);
	}
	#character-1 .inner section .num{
		width:100%;
		height:auto;
		padding:0.5em;
	}


.circle01 img,.circle02 img,.circle03 img {
	width:80%;
}
}


@media only screen and (max-width: 400px) {
.circle01 img,.circle02 img,.circle03 img {
	width:90%;
}
}

/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right !important;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}


#business{
	background-color:#f7f7f7;
	width:auto;
	margin:0 50px 50px;
	padding:100px 0;
}
#business .inner{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
#business .lead_txt{ margin:0 0 60px; }
#business .boxarea{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#business .boxarea section{
	background-color:#FFF;
	flex:0 1 100%;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	box-sizing:border-box;
	padding:30px;
	margin:0 0 40px;
	border-radius:10px;
	max-width:100%;
}
#business .boxarea section h3{
	font-weight:700;
	margin:0 0 15px;
	color:#28aac9;
	font-size:2rem;
	border-bottom:1px #28aac9 solid;
	padding:0 0 20px;
}

@media only screen and (max-width: 991px) {
	#business{
		padding:70px 0 50px;
		width:90%;
		margin:0 auto 50px;
	}
}
@media only screen and (max-width: 767px) {
	#business{ padding:70px 0 10px; }
	#business .lead_txt{ margin:0 0 40px; }
}
@media only screen and (max-width: 640px) {
	#business{
		margin:0 auto calc((100vw / 980) * 90);
		padding:calc((100vw / 980) * 120) 0 calc((100vw / 980) * 70);
	}
	#business .lead_txt{ margin:0 0 calc((100vw / 980) * 60); }
	#business .boxarea section{
		flex:0 1 100%;
		padding:calc((100vw / 980) * 70) calc((100vw / 980) * 50) calc((100vw / 980) * 70);
		margin:0 0 calc((100vw / 980) * 40);
		border-radius:calc((100vw / 980) * 10);
		max-width:inherit;
	}
	#business .boxarea section h3{
		margin:0 0 calc((100vw / 980) * 15);
		font-size:1.8rem;
		padding:0 0 calc((100vw / 980) * 20);
	}

}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}


ul {
	padding-left:0px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col-start > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list62 {
  width:66.6% !important;
  margin:0 0 0 0% !important;   
}
.flex-list32 {
  width:33.3% !important;
  margin:0 0 0 0% !important;   
}

.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 0%;
  gap:5%;
  text-align:center;
}

@media only screen and (max-width: 768px) {
.wrap-h3 {
  width:96%;
  margin:6% auto 6%;
}
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 8% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 8% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 8% !important;  
}

}
ul,ul li {
   list-style:none;
}

ol.kakko_num {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0em;
}
ol.kakko_num li {
    border-bottom: dashed 1px #69A35A;
    position: relative;
    padding: 0.5em 0.5em 0.5em 40px;
    line-height: 1.3em;
    font-size: 1.1em;
    width: 90%;
    display:inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
ol.kakko_num li:before {
    position: absolute;
    counter-increment: number;
    content: "(" counter(number) ") ";
    display: inline-block;
    color: #333;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: 200;
    font-size: 15px;

    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.box-sd {
    padding: 3rem 4rem 2rem 4rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3rem 3rem 4rem 3rem;
    background-color: #f2f2f2;
	color:#333;
    border: 0px solid #999;
	box-shadow: 
		0px 1px 3px 0px rgba(0, 0, 0, .1), 
		0px 3px 15px 0px rgba(0, 0, 0, .08), 
		0px 5px 28px 0px rgba(0, 0, 0, .06);
    box-sizing: border-box;
}
.box-db {
    padding: 2rem;
    background-color: #fff;
    border: 3px double #999;
    box-sizing: border-box;
}
.w-p {
	padding-left:15px;
	padding-right:15px;
}


@media only screen and (max-width: 768px) {
ol.circle_num {
    padding: 0em 0.5em 0.5em 0.5em;
}
ol.circle_num li {
    padding: 0.5em 0em 0.5em 33px;
    line-height: 1.5em;
    font-size: 1.1em;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
ol.kakko_num li {
    width: 100%;
    padding: 0.5em 0em 0.5em 33px;
    margin-right: 0px;
    margin-left: 0px;
	line-height:1.5;
}
ol.kakko_num li:before {
    width: 25px;
    height: 25px;
    line-height: 1.3;
    text-align: center;
    top: 13%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
ol.kakko_num li:nth-of-type(1):before {
    width: 25px;
    height: 25px;
    line-height: 1.3;
    text-align: center;
    top: 46%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
ol.kakko_num li:before {
    font-size: 14px;
}
.box-sd {
    padding: 2.5rem 2rem;
    box-sizing: border-box;
}
.box-sd02,.box-db {
    padding: 1.2rem;
    box-sizing: border-box;
}
.w-p {
    padding-left: 0px;
    padding-right: 0px;
}
.rs-pd {
	padding-left:5px;
	padding-right:5px;
}

}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}

.btn-contact a{
	    background: linear-gradient(to bottom,#27bd76,#2f9766);
    color: #FFF;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-align: center;
	height: 80px;
    line-height: 80px;
    font-size: 2rem;
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.btn-contact a{
	height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
}
.tx-flex {
    text-align:left;
}
}
ul.check {
    position: relative;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
	padding-left:0px;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	width:98%;
	margin-right:2%;
    position: relative;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}

#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#realestate,#registration,#inheritance,#will,#guardianship,#trust,#court,#consolidation,#deposit {
    margin-top: -85px ;
    padding-top: 85px ;
}

@media only screen and (max-width: 768px) {
#realestate,#registration,#inheritance,#will,#guardianship,#trust,#court,#consolidation,#deposit {
    margin-top: -65px;
    padding-top: 65px;
}

}
.p-ttl {
	background:#28aac9;
	padding:0.7em;
	text-align:center;
	color:#fff;
	font-size:1.2em;
}
.p-ttl02 {
	background:#28aac9;
	padding:0.7em;
	text-align:left;
	color:#fff;
	font-size:1.1em;
	margin-bottom:15px;
}
.h3-ttl {
	margin-top:1em;
	margin-bottom:1em;
	padding:0.5em 0.5em 0.5em 1em;
	background:#32a0c0;
	color:#fff;
	font-size:1.1em;
	letter-spacing:0.1em;
}
.h3-ttl02 {
	font-size:2.6rem;
	text-align:center;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(42,171,110);
  background: -moz-linear-gradient(left, rgba(42,171,110,1) 0%, rgba(147,216,183,1) 100%);
  background: -webkit-linear-gradient(left, rgba(42,171,110,1) 0%,rgba(147,216,183,1) 100%);
  background: linear-gradient(to right, rgba(42,171,110,1) 0%,rgba(147,216,183,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #2aab6e;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #28aac9;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #28aac9;
  margin-bottom: 1vh;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:200px;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}

@media only screen and (max-width: 768px) {
.p-ttl02 {
    margin-top:1em !important;
    margin-bottom: 0.6em;
}
.h3-ttl02 {
	font-size:1.8rem;
	margin-bottom:30px;
}
.flow {
    padding-left: 0px;
    position: relative;
}
.flow::before {
    content: "";
    width: 0px;
    height: 0%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: relative;
    top: 0;
    left: 100px;
}
.flow > li .icon {
    font-size: 12px;
    color: #fff;
    padding: 8px 20px;
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 100;
	width:100%;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color:#2aab6e  transparent transparent transparent ;
    position: absolute;
    top:auto;
	bottom:-10%;
    left: 46%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.flow > li:not(:last-child) {
    margin-bottom: 5vh;
}
.flow > li dl {
    padding-left: 0px;
    position: relative;
}
.flow > li dl::before {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    background: #6b90db;
    border-radius: 50%;
    left: 0px;
}
.flow > li dl dt {
	margin-top:10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1vh;
}
.flow > li dl::after {
    width: 0px;
    border-bottom: 1px dashed #999;
    position: relative;
    left: 0px;
}
.btn-b a {
    padding: 0.3em 1.3em 0.3em 1em;
    line-height: 1.0;
	width:100%;

}
}
.tbl-1 td {
	text-align:center;
}
.tbl-2 th {
	width:40%;
	text-align:center;
}
.tbl-2 td {
	text-align:center;
}
.tbl-3 th {
	width:25%;
	text-align:center;
}
.tbl-3 td {
	text-align:left;
}
.tbl-6 th {
	width:40%;
	text-align:center;
}
.tbl-6 td {
	text-align:center;
}

@media only screen and (max-width: 768px) {
	.tbl-6 th {
	vertical-align:middle;
}
.tbl-2 th,.tbl-3 th,.tbl-3 td {
	display:block;
	width:100%;
}
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 5px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 200px;
    display:table-cell;
    padding:2%;
    font-size:12px;
	text-align:center;
}
.table-scroll table td {
    width: 100px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:60px !important;
    min-width: 60px;
    display:table-cell;
    padding:2%;
    font-size:12px;
}
.table-scroll table td.td-01 {
    width: 250px;
    min-width: 300px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}

@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color:#fff !important;
	text-decoration:none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


@media only screen and (max-width: 768px) {
.res-mt01 {
	margin-top:30px;
}
.res-mb {
	margin-bottom:20px;
}

}
 

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60,.res-img50{
     width:100% !important;
	height:auto !important;  
}
}
@media only screen and (max-width: 400px) {
.main-navigation .brand-logo a  img{
    max-width:220px;
}
.home-fade .header-wrapper-inner .intro {
    position: relative;
    top: 6vw;
    right: 0px;
}
.header-wrapper .header-wrapper-inner h1 {
    font-size: calc((100vw / 980) * 60);
    padding: 0 0 calc((100vw / 980) * 40);
    margin: 0 0 calc((100vw / 980) * 40);
    line-height: 1.7;
}
.header-wrapper .header-wrapper-inner h2 {
    font-size: calc((100vw / 980) * 49);
    margin: 0 0 calc((100vw / 980) * 10);
}
.header-wrapper .header-wrapper-inner .intro p {
	font-size: 5.0vw;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
	letter-spacing: 0.12em;
}
}
.catch01 {
	font-size:1.4vw;
	text-align: center;
	font-weight: 600;
}
.h2-ttl {
    font-family: 'Noto Serif JP', serif;
    color: #333;
    font-weight: 500;
    font-size: 3.4rem;
    margin-bottom: 30px;
    letter-spacing: 0.08px;
    text-align: center;
}
.container02 {
	max-width:1200px;
	margin: 100px auto 90px;
	width:100%;
}
.dp-sw {
  filter: drop-shadow(0px 0px 18px #4343434d);
}

ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}
.flow-horizontal-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.flow-horizontal-2col,.flow-horizontal-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content:flex-start;
  gap:3%;
}
.flow-horizontal-1col > li {
  padding: 20px 30px;
  margin-bottom: 4vh;
  -ms-flex-preferred-size: 30%;
  width: 100%;
  border: 1px solid rgb(107,144,219);
  position: relative;
}
.flow-horizontal-2col > li {
  padding: 20px 30px;
  margin-bottom: 4vh;
  -ms-flex-preferred-size: 30%;
  width: 48%;
  border: 1px solid rgb(107,144,219);
  position: relative;
}
.flow-horizontal-3col > li {
  padding: 20px 30px;
  margin-bottom: 4vh;
  -ms-flex-preferred-size: 30%;
  width: 30%;
  border: 1px solid rgb(107,144,219);
  position: relative;
}
.flow-horizontal-2col > li,.flow-horizontal-3col > li {
  margin-right: auto;
}
.flow-horizontal-2col > li.ls-ld,.flow-horizontal-2col > li:last-child,.flow-horizontal-3col > li.ls-ld,.flow-horizontal-3col > li:last-child  {
	margin-right:2%;
}

.flow-horizontal-2col > li:nth-child(2n),.flow-horizontal-3col > li:nth-child(3n) {
  margin-right:inherit;
}
.flow-horizontal-2col > li:not(:last-child)::before,
.flow-horizontal-2col > li:not(:last-child)::after,
.flow-horizontal-3col > li:not(:last-child)::before,
.flow-horizontal-3col > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow-horizontal-1col > li:not(:last-child)::before,.flow-horizontal-2col > li:not(:last-child)::before,.flow-horizontal-3col > li:not(:last-child)::before {
  border-width: 22px;
  border-left-color: rgb(107,144,219);
}
.flow-horizontal-1col > li:not(:last-child)::after,,.flow-horizontal-2col > li:not(:last-child)::after,.flow-horizontal-3col > li:not(:last-child)::after {
  border-width: 20px;
  border-left-color: transparent;
}
.flow-horizontal-1col > li .icon,.flow-horizontal-2col > li .icon,.flow-horizontal-3col > li .icon {
  font-size: 12px;
  color: #fff;
  background: #254a9b;
  padding: 5px 20px;
  display: block;
  border-radius: 0px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 100;
}
.flow-horizontal-1col > li dl dt,.flow-horizontal-2col > li dl dt,.flow-horizontal-3col > li dl dt {
  font-size: 1.2em;
  font-weight: 400;
  line-height:1.3;
  margin-top:0.7em;
  margin-bottom:1em;
  color: rgb(107,144,219);
  text-align:center;
}


@media only screen and (max-width: 768px) {
.catch01 {
	font-size:1.0em;
	line-height:1.6;
	letter-spacing:0.1em;
	margin-top:1em;
	margin-bottom:1em;
}

.h2-ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;

}
.flow-horizontal-2col > li,.flow-horizontal-3col > li  {
  padding: 20px 30px;
  margin-bottom: 8vh;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: 1px solid rgb(107,144,219);
  position: relative;
}
.flow-horizontal-2col > li:nth-of-type(1),.flow-horizontal-3col > li:nth-of-type(1)  {
  margin-top:8%;
}
.flow-horizontal-2col > li.l-a,.flow-horizontal-3col > li.l-a {
  margin-bottom: 3vh;
}	
.flow-horizontal-2col > li:not(:last-child)::before,
.flow-horizontal-2col > li:not(:last-child)::after,
.flow-horizontal-3col > li:not(:last-child)::before,
.flow-horizontal-3col > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top:101%;
  left: 41%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.flow-horizontal-2col > li:not(:last-child)::before,.flow-horizontal-3col > li:not(:last-child)::before {
  border-width: 22px;
  border-left-color: rgb(107,144,219);
}
.flow-horizontal-2col > li:not(:last-child)::after,.flow-horizontal-3col > li:not(:last-child)::after {
  border-width: 20px;
  border-left-color: #fff;
}
.flow-horizontal-2col > li:not(:last-child)::before,.flow-horizontal-3col > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
   border-left-color: transparent;
}
.flow-horizontal-2col > li:not(:last-child)::after,.flow-horizontal-3col > li:not(:last-child)::after {
  border-width: 0px;
  border-top-color: transparent;
  border-left-color: transparent;
}
.flow-horizontal-2col > li dl dt,.flow-horizontal-3col > li dl dt {
  font-size: 1.1em;
  line-height:1.3;
  margin-top:0.6em;
  margin-bottom:0.5em;
}
}

@media only screen and (max-width: 400px) {
  .catch01 {
	  font-size:1.1em;
	  line-height:1.8;
  }
}

input[type="checkbox"]{
  position: relative;
  top: 5px;
}

.img-frame {
  box-shadow:0px 0xp 2px #333;
}
ol.circle_num {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0em 1em 1em;
	margin-top:10px;
}
ol.circle_num li {
    border-bottom: dashed 1px #69A35A;
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.3em;
    font-size: 1.0em;
    width: 90%;
    display:inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
ol.circle_num li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #28aac9;
    color: white;
    font-weight: 200;
    font-size: 12px;
    border-radius: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
ol.parentheses {
	margin-left: 0.5em; 
	padding-left: 0px;
}

ol.parentheses > li {
	list-style-type: none;
	counter-increment: cnt;
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.6em;
    font-size: 1.1em;
    margin-left: 10px;
}

ol.parentheses > li::before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em; 
	width: 2em; 
}

@media only screen and (max-width: 768px) {
ol.circle_num {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0em 0em 1em;
	margin-top:10px;
}
ol.circle_num li {
    width: 96%;
    margin-right: 0px;
    margin-left: 0px;
}
ol.parentheses {
	margin-left: 0em; 
}

ol.parentheses > li {
    margin-left: 0px;
}
}
.pdf-lnk a{
	color:#333;
}
.fa-file-pdf-o {
	position:relative;
}
.fa-file-pdf-o:before {
	position:absolute;
	top:0px;
	left:-22px;
}