@charset "utf-8";
/* CSS Document */


/*------------------------------------------------
 contents common
------------------------------------------------*/

section{
	padding: 30px 0;
	position: relative;
	text-align: center;
}

section h3{
	margin:0 auto 20px;
	line-height: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color:#2b84d2;
}

section h3 br{
	display: none;
}

@media screen and (max-width:676px) {

section h3{
	text-align: center;
}
	
section h3 br{
	display: block;
}
}


/*------------------------------------------------
 flow
------------------------------------------------*/

/* main ------------------------------------------*/
#mainHdImg{
	min-width: 980px;
    max-width: 1440px;
	margin: 0 auto;
	width:100%;
	height:240px;
	padding:0;
	box-sizing: border-box;
	background-size:cover;
}

.flow #mainHdImg{
	height:290px;
	padding-top:30px;
	background:url(../images/flow_top_bg.jpg) no-repeat center 48%;
	background-size:cover;
}



#mainHdImg .logoMark {
    display: block;
    height: 1.4em;
    color: #2b84d2;
    font-size: 2em;
    padding: 0.5em 0;
}


#mainHdImg .logoMark::before{
	font-family: 'marurino';
	content:'\e90a';
	font-size:1.5em;
	margin-right:8px;
	vertical-align: -0.2em;

}
.flow #mainHdImg h2{
	width:85%;
	margin:10px auto 15px;
	font-weight: bold;

	text-align: center;
	color:#614336;
	font-size: 1.8em;
    line-height: 1.5em;
    box-sizing: border-box;
    letter-spacing: 0.2em;
    padding: 0;

}
.flow #mainHdImg h2 + p{
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	color:#000;
	text-shadow: 0 0 4px #fff;
}


	


@media screen and (max-width: 767px){
	
#mainHdImg{
	min-width: 0;
}


#mainHdImg .logoMark{
	display: block;
	height:1.4em;
	color:#2b84d2;
	font-size: 1.2em;
	padding: 0;
}
	
.flow #mainHdImg h2{	
    width: 85%;
    margin: 10px auto 15px;
    padding: 0.3em 0;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #614336;
    border-top: solid 1px #614336;
    border-bottom: solid 1px #614336;
    letter-spacing: 0;
}

	
.flow #mainHdImg{
	height: 214px;
	padding-top: 20px;

	}
	
	
.flow #mainHdImg h2 + p {
    font-weight: bold;
}

}


/* contents ------------------------------------------*/

.flow .contents{
	padding:30px 0 0;
}
.contents p{
	line-height: 1.7em;
	padding-bottom:1em;
	text-align: left;
}
.flow li{
	padding-left:1em;
	text-align: left;
	position: relative;
}
.flow li::before{
	content: '●';
	font-size:0.9em;
	position: absolute;
	left:0;
	top:0.2em;
}

@media screen and (max-width: 767px){
.contents p{
	line-height: 1.5em;
}	
}

/* contents ------------------------------------------*/

.balloonH{
	width:6em;
	height: 6em;
	padding-top:1em;
	text-align: center;
	position: absolute;
	left:4%;
	top:-10px;
	line-height: 1.35em;
	color:#fff;
	background-color: #000;
	border-radius: 50%;
	box-sizing: border-box;
}
.balloonH span{
	color:#2b84d2;
	display: block;
}

.btn{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.4);
       -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.4);
            box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.4);
}
.btn a{
	display: block;
	padding:0.6em 0;
	font-size:1.3em;
	font-weight: bold;
	color:#000;
	text-align: center;
	position: relative;
}


.btn a::before{
	display: inline-block;
	margin-bottom:0.2em;
	font-family:'marurino';
	font-weight:normal;
	font-size:1.6em;
	margin-right: 0.5em;

}
.btn .rCornerBtn{
    margin: 5px auto 0;
    font-size: 0.9em;
	
}

p.lead{
	font-weight:bold;
	font-size:1.1em !important;
	text-align: left;
}

p.lead br{
	display: none;
}

@media screen and (max-width: 767px){
.btn a::before{
	display: block;
		vertical-align: 0;
	margin-right: 0;
	font-size: 2.2em;
	}
	
.btn .rCornerBtn{
	margin:5px auto 0;
	font-size: 0.9em;
}
	

.btn a{
	font-size: 1.1em;
		padding:0.6em 0;
	}
	
p.lead{
	text-align: center;
}
	
p.lead br{
	display:block;
}
}

/* flowIntro ------------------------------------------*/

#flowIntro p{
	text-align: center;
	padding-bottom:2em;
	width: 70%;
	margin: 0 auto;
}


@media screen and (max-width: 767px){
	
#flowIntro.co{
		padding: 0;
	}	
	
#flowIntro p{
	width: 100%;
	line-height: 1.5em;
}


}

/* byType ------------------------------------------*/

#byType {
	padding: 0 0 60px;
	min-width: 980px;
    max-width: 1200px;
	margin: 0 auto;

}

#byType .btn{
	background-image: url(../images/lifestyle_bg3.jpg);
}
#byType .btn a{
	font-size: 1.6em;
	color: #fff;
}

#byType .btn a .rCornerBtn{
	margin-left: 1em;
}

#byType .btn a br{
	display: none;
}


@media screen and (max-width:676px) {
	
#byType {
	min-width: 0;
	padding: 0 0 30px;
}
	
	#byType .btn{
		border-radius: 0;
		width: 88%;
    margin: 0 auto;
	}
	
#byType .btn a{
	font-size: 1.1em;
	color: #fff;
}
	
#byType .btn a br{
	display:block;
}
	
	
#byType .btn a .rCornerBtn{
	margin-left: 0;
	padding: 0.7em 2.5em 0.7em 1em;
}
	
}

/*** tabNavi ***/
#byType nav{
	margin: 0 auto 1em;
}
#tabNavi li{
	display: inline-block;
	width: 49%;
	padding: 0.6em 0;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	color: #fff;
	cursor:pointer;
	font-size: 120%;
}


#tabNavi li::before{
	content: "";
}
#tabNavi li.on::before{
	content: "";
	border: 1.3em solid transparent;
	border-top: 1.3em solid #e0a958;
	position: absolute;
	top: 4em;
	left:50%;
	margin-left: -8%;
}
#tabNavi li.bghome.on::before{
	border: 1.3em solid transparent;
	border-top: 1.3em solid #dd7a7f;
}
#tabNavi li.bgused{
	background-color: #e0a958;
}
#tabNavi li.bghome{
	background-color: #dd7a7f;
}

#tabNavi li{
	
}


@media screen and (max-width:676px) {
	
	#tabNavi.co{
		padding-bottom: 12px;
		padding-top: 0;
	}
#tabNavi li{
	font-size: 100%;
}
	
#byType nav{
	margin-bottom: 0;

}
}

/*** tabcontents ***/

#tabcontents{
	padding: 0 0 30px;
	min-width: 980px;
    max-width: 1200px;
	margin: 0 auto;
}
#tabcontents section{
	padding: 25px 0;
	display: none;
	width: 96.6%;
	margin: 0 auto;
}
#tabcontents section.on{
	display: block;

}
#used {
	border: 4px solid #e0a958;
}
#home {
	border: 4px solid #dd7a7f;
}
#tabcontents .type2,
#tabcontents .type3{
	margin-top: 2.5em;
}
#tabcontents .flex{
	height: 7vh;
	width: 27%;
	display: inline-block;
	vertical-align: top;
	    margin-right: 2%;
}
#tabcontents .en{
	display: block;
	width: 20%;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 7vh;
}
#tabcontents .typeName{
	width: 100%;
	padding-top: 0;
	padding-left: 0.8em;
	text-align: left;
	border-left: 1px solid #000;
}
#tabcontents .typeName h4{
	font-size: 1.25em;
	color: #e0a958;
	font-weight: bold;
}
#tabcontents #home .typeName h4{
	color: #dd7a7f;
}
#tabcontents .typeName span{
	font-size: 0.9em;
	font-weight: 700;
	color: #e0a958;
}
#tabcontents #home .typeName span{
	color: #dd7a7f;
}
#tabcontents .typeTable{
	margin: 0.8em auto 0;
	border: 1px solid #e0a958;
	width: 66%;
	display: inline-block;
}
#tabcontents #home .typeTable{
	border-color: #dd7a7f;
}
#tabcontents .typeTable p{
	padding-bottom: 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 2.3em;
	text-align: center;
	color: #e0a958;
	border-top: 1px solid #e0a958;
	border-bottom: 1px solid #e0a958;
}
#tabcontents #home .typeTable p{
	color: #dd7a7f;
	border-color: #dd7a7f;
}
#tabcontents .typeTable div:first-child p{
	border-top: none;
}
#tabcontents .typeTable ul{
	padding: 3%;
}
#tabcontents .typeTable li{
	font-size: 0.9em;
	margin-top: 0.6em;
}
#tabcontents .typeTable li:first-child{
	margin-top: 0;
}

@media screen and (max-width: 767px){
	
#tabcontents{

	min-width: 0;

}

#tabcontents section{
	width: auto;
}
	
#tabcontents section.on .co {
    padding: 0;
}
	
#tabcontents .flex{
	width: 100%;
	margin-right:0;
	display: flex;
}
	
#tabcontents .en{
	font-size: 1.1em;
	width: 20.5%;
	}
	
#tabcontents .typeTable{
	width: 100%;
webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	
#tabcontents .typeTable li{
padding-left: 0.8em;
}
	
}

/*** seg ***/
.seg{
	padding: 60px 0;
	background-color: #f2f2e7;
}

.seg .co{
    min-width: 980px;
    max-width: 1160px;
    margin: 0 auto;	

}

.seg h4{
	margin:0 auto 15px;
	padding:0.25em 0;
	color:#fff;
	background-color: #2b84d2;
	font-weight:bold;
	font-size:1.3em;
}
.seg h4 span{
	display: block;
	font-size:0.7em;
}
.seg img{
	width:100%;
	height: auto;
}


.borderOrange{
	padding: 25px 0;
	border-bottom:solid 1px #2b84d2;
}
.borderOrange:last-of-type{
	border-bottom:0;
}

.borderOrange h4{
	margin:-25px auto 25px;
}

p.corresp{
	padding:0 0 2em;
	text-align: right !important;
}
p.corresp span{
	display: inline;
	margin-right:0.5em;
	padding:0.4em 0.8em;
	border-radius: 2em;
	color:#fff;
	background-color:#dd7a7f;
}
p.corresp span:last-child{
	margin-right:0;
	background-color:#e0a958;
}

.borderOrange p.note{
	width:90%;
	font-size:0.9em;
	margin:0 auto;
}

.borderOrange .btn{
	background-image: url(../images/used_deals_bg.jpg);
    width: 36%;
    display: inline-block;
}

.borderOrange .btn a::before{
	content: '\e90d';
}
.borderOrange .topic{
	margin-left:3em;
	margin-right: 3em;
	padding:10px 15px 5px;
	padding-left:4em;
	position: relative;
	background-color: #fff;

    width: 32%;
    display: inline-block;
}
.borderOrange .topic .balloonH{
	font-size:1.1em;
	left:-3em;
	top:50%;
	margin-top:-3em;
	font-weight: bold;
}

.borderOrange .txBx {
    width: 58%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.btnUs{
    display: inline-block;
}

.btnUs a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 1.4em 4em;
    margin: 1em auto 3em;
    font-size: 1.2em;
    position: relative;
}

.btnUs a::after {
font-family: 'marurino';
    content: "\e945";
    display: block;
    font-size: 1.1em;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1.2em;
}

.btnUs a:hover{
	color: #2b84d2;
}

@media screen and (max-width: 767px){
	
.seg .co{
    min-width: 0;

}
.borderOrange{
	width: 90%;
    margin: 0 auto;
	padding: 25px 0;
}
	
.seg{
	padding: 30px 0;

}

p.corresp{
	text-align: center !important;
}
	
.co {
    width: 90%;
    margin: 0 auto;

}
	
.borderOrange .txBx {
    width: 100%;
    margin-right: 0;

}
	
.borderOrange .btn{
    width: 96%;
	border-radius: 0;
	margin: 0;

}
	
.borderOrange .topic{
    width: auto;
    display: block;
	margin-right: 0;
}
	
.borderOrange p.note{
	font-size:1em;
	line-height: 1.5em;
}
	
.btnUs {
	margin-top: 1em;
	display: block;
}	
	
.btnUs a {
    padding: 1.4em 0;
	margin-bottom: 0;
	font-size: 1em;
	width: 100%;

}
	
}

/* renoveFlow ------------------------------------------*/

#renoveFlow{
	background-color: #efebe1;
}
#renoveFlow img{


}

#renoveFlow .co{
    min-width: 980px;
    max-width: 1160px;
    margin: 0 auto;	
}

@media screen and (max-width:969px) {
	
#renoveFlow .co{
    min-width: 0;
}
	
}

@media screen and (max-width:767px) {
	
#renoveFlow img{
	width: 90%;
margin: 1em 5%;
}
	
#renoveFlow .co{
    min-width: 0;
}
	
}


/* aboutSupport ------------------------------------------*/

#aboutSupport{
	background-color: #fff;
}

#aboutSupport .co{
    min-width: 980px;
    max-width: 1160px;
    margin: 0 auto;		
}

#aboutSupport .txBx{
    width: 53%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

#aboutSupport .right{
		width: 41%;
	display: inline-block;
}

#sprtList{
	padding: 40px;
	border: 2px solid #2b84d2;
	border-radius: 8px;
	margin-bottom: 1.5em;

}
#sprtList li{
	margin-top: 1em;
	font-weight: 700;
	line-height: 1.4em;
}
#sprtList li:first-child{
	margin-top: 0;
}
#sprtList li::before{
	font-size: 1.1em;
	color: #2b84d2;
	top: 0;
	margin-right: 0.5em;
}

@media screen and (max-width: 767px){

#aboutSupport{
	padding-bottom: 5px;
}
	
#aboutSupport .co{
    min-width:0;
	padding-top: 0;
}
	
#aboutSupport .txBx{
    width: 100%;
    margin-right: 0;
}
	
#aboutSupport .right {
    width: 100%;
}
	
#sprtList{
	width: 100%;
	display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	
#sprtList {
    margin-top: 1em;
    padding: 5%;
    border: 2px solid #2b84d2;
    border-radius: 8px;
	margin-bottom: 0;
}	
	
#sprtList li{
	padding-left: 0.8em;
	margin-top: 0.5em;
}
}


/* eventSeminar ------------------------------------------*/
#eventSeminar{
	padding-bottom: 30px;
	background-color: #2b84d2;
	position: relative;
}
#eventSeminar .esInner{
	margin: 0 auto;
	max-width: 1160px;
	min-width: 980px;
	width: 80%;
}

#eventSeminar .esInner div{
	display: flex;
	justify-content: space-between;
}
#eventSeminar .icon-event2{
	font-size: 3em;
	color: #fff;
}
#eventSeminar p {
	margin-top: 1.8em;
	font-size:1em;
	font-weight: 700;
	line-height: 1.6em;
	text-align: left !important;
	width: 80%;
	margin: 1.8em 10% auto;
}
#eventSeminar a{
	width: 40%;
	margin-top: 0.8em;
	font-size: 1.3em;
	line-height: 1.5;
}

@media screen and (max-width:767px){
#eventSeminar .esInner{
		min-width: 0;
}
	
#eventSeminar p {

	font-size: 0.9em;

}
	
#eventSeminar .esInner div{
	display:block;

}
	
#eventSeminar p {
	margin: 1.8em auto 0;
	width: 100%;
}
	
#eventSeminar a{
	width: 60%;
	margin-top: 0.8em;
	font-size: 0.85em;
	line-height: 1;
}	
	
}
/*-------------*/

.wtbx{
	padding: 40px 20px 20px;
	text-align: center;
	background-color: #edf1eb;
	border: #fff solid 10px;
	min-width: 980px;
    max-width: 1160px;
    margin: 20px auto;
	
}
.wtbx p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pbx{
	padding-bottom: 2em;
	width: 49%;
	display: inline-block;
}

.pbx.csP {
	margin-bottom: 0;
	border-right: #fff solid 2px;

}

.pbx span{
	display: block;
	width: 15%;
	text-align: center;
	margin: 0.5em auto 0;	
}

.pbx.csP span{
	border-top: #2985d2 solid 3px;
}


.pbx.evP span{
	border-top: #eb711f solid 3px;
}

.btnConsul,
.btnEvent {
    min-width: 7em;
    display: inline-block;
    line-height: 1;
font-size: 1em;
    padding: 0.7em 2.5em 0.7em 1em;
    border-radius: 2.5em;
    color: #fff;
width: 56%;
    position: relative;
    font-weight: bold;

}

.btnConsul{
    background-color: #2985d2;

}

.btnEvent{
    background-color: #eb711f;

}

.btnConsul::after,
.btnEvent::after{
    font-family: 'marurino';
    content: '\e92f';
    font-size: 1.4em;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -0.5em;
}


@media screen and (max-width:767px) {
.pbx{
	width: 100%;
	display: block;
}	
	
	.wtbx{
		min-width: 0;
	padding: 20px 20px 0;
		margin: 0;
	}
	
.pbx.csP {
	margin-bottom: 2em;
	border-right: none;
	border-bottom: #fff solid 2px;

}
}

/* 資金計画のポイント*/
.tblFp{
	background:#ffffff;
	width: 90%;
	margin: 0 auto 40px;
	font-size: 115%;
}

.tblFp th:first-child{
	width: 20%;
}

.tblFp th:nth-child(2){
	width: 40%;
}

.tblFp th:last-child(2){
	width: 40%;
}

.tblFp th,.tblFp td{
	padding: 1.5em 1em;
	text-align: center;
	vertical-align: middle;
}

.tblFp th{
	border-right: #fff solid 2px;
}

.tblFp td{
	border-right: #ccc solid 2px;
}

.tblFp tr th:last-child,
.tblFp tr td:last-child{
	border-right: none;
}

.tblFp td span{
	font-size: small;
}

.tblFp .th01{
	background-color: #9EC2CB;
	color: #ffffff;
}

.tblFp .th02{
	background-color: #9ECBA4;
	color: #ffffff;
}

.tblFp .td01{
	background-color: #D5E3E2;
	
}

.tblFp .td02{
	background-color: #C6DEC8;
}

@media screen and (max-width:767px) {
	
.tblFp{
	background:#ffffff;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 90%;
}
	
}

/*----------流れ　表------------*/


#termTbl {
/*	position:relative;*/

	margin-top:30px;
	padding: 30px;
	background-color: #ffffff;
}

#termTbl p{
	padding-bottom: 0;
	line-height:inherit;
}

#term{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	border-top:#eb711f solid 2px;
	border-bottom: #eb711f solid 2px;

}

#term {
/*	position:absolute;
	top:0;
	left:0;*/
	background-image:url(../images/term.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width:4%;
	margin-right: 1%;
	float: left;
	height: 1480px;

}

#termW{
	float: left;
	width: 8%;
	height: 100%;
}

#term1 {
/*	position:absolute;
	top:0;
	left:54px;*/
/*	background-image:url(../images/term1.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;*/
    height: 460px;
/*	 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;*/
}

#term2 {
/*	position:absolute;
	top:497px;
	left:54px;*/
/*	background-image:url(../images/term2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;*/
	height:536px;

}

#term3 {
/*	position:absolute;
	top:1023px;
	left:54px;*/
/*	background-image:url(../images/term3.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;*/
height: 485px;
}

#termW > div {
	background: #eee url(../images/arw.jpg) center bottom no-repeat;
	width: 100%;
	text-align: center;
}

#termW > div p{
	text-align: center;
	padding-top: 50%;
}

#term1:after {
    top: 100%;
    border-width: 16px 42px 20px 42px;
    border-color: transparent #FFE4CA transparent transparent;
}


#termTbl dl{
	margin-left:15%;
	background-image:url(../images/term_line.gif);
	background-position:20px top;
	background-repeat:repeat-y;
}

#termTbl dt{
	width:4%;
	float:left;

}

#termTbl dt img{
	margin-top: 0.5em;
	width: 100%;
}


#termTbl dd{
	margin-left:7.5%;
/*	background-image:url(../img/term_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	padding:0.6em 1em 0.6em 1.5em;
	margin-bottom:1.5em;
	text-align: left;
	background-color: #f7f7f7;
	position: relative;
	border-radius: 4px;

}

#termTbl dd:after{
	    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: 100%;
    top: 20%;
    border-width: 8px 20px 8px 20px;
    border-color: transparent #f7f7f7 transparent transparent;
}

#termTbl dd span {

	font-weight:bold;
	font-size:1.2em;
}

#termTbl dd p{margin:0;padding: 0;}

@media screen and (max-width:969px) {
	
	#term{
		
		height: 142vh;
		
	}
	
#term1 {
	height: 44vh;
}	
	
#term2{
		height: 47vh;
	}
	
#term3{
		height: 51vh;
	}
	
#termTbl dl {
    background-position: 10px top;
}
	
}

@media screen and (max-width:767px) {
	
#renoveFlow .co {
	width: 100%;
	padding: 0;

}
	
	#renoveFlow p.lead + p{
		width: 91%;
		margin: 0 4.5%;
	}
	
#termTbl {
    margin-top: 15px;
    padding: 15px;
}
	
#termTbl dd span {
    font-size: 1em;
}
	
#termTbl dd p {
	font-size: 0.9em;

}
	
	#termTbl dt{
		width: 10%;
	}
	
#termTbl dd {
    margin-bottom: 0.5em;
	padding: 10px;
	margin-left: 15%;

}
	
#termTbl dd:after {
    top: 20%;
    border-width: 4px 10px 4px 10px;

}
	
	#termW > div img{
		width: 50%;
		
	}
	
#termW > div p {
    padding-top: 20vh;
}
	
#term {
    height: 204vh;
	background:url(../images/term.gif),url(../images/term_linebg.gif);
	background-position: center center,center center;
	background-repeat:no-repeat, repeat-y;
	background-size:23px,1px;


}
	
#term1 {
	height: 67vh;
}	
	
#term2{
		height: 68vh;
	}
	
#term3{
		height: 70vh;
	}
	
}
