@charset "utf-8";

/*------------------------------------------------
 contents common
------------------------------------------------*/

section{
	position: relative;
	text-align: center;
}

/* main ------------------------------------------*/
#mainHdImg{
	height: 290px;
	padding-top: 30px;
	min-width: 980px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.lifeStyleTop #mainHdImg{
	background: url(../technique/images/technique_top_bg.jpg) no-repeat center 27%;
	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:'\e90c';
	font-size:1.5em;
	margin-right:8px;
	vertical-align: -0.2em;
}
.lifeStyleTop #mainHdImg h2{
	width:85%;
	margin:10px auto 15px;
	padding:0;
	font-size: 1.8em;
line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color:#614336;
}


.lifeStyleTop #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;

}

.lifeStyleTop #mainHdImg{
	height:212px;
	padding-top:20px;
	background-size:cover;
}

#mainHdImg .logoMark{
	font-size: 1.2em;
	padding: 0;
}
#mainHdImg .logoMark::before{
	font-size:1.5em;

}
.lifeStyleTop #mainHdImg h2{
	font-size: 1.3em;
	padding: 0.3em 0;

	border-top:solid 1px #614336;
	border-bottom:solid 1px #614336;
}
.lifeStyleTop #mainHdImg h2 + p{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color:#fff;
	text-shadow: 0 0 4px #000;
}	
}




/*------------------------------------------------
 lifeStyleTop
------------------------------------------------*/

/* main ------------------------------------------*/
/*#main{
	width:100%;
	height:248px;
	padding:0;
	box-sizing: border-box;
	background-size:cover;
}

.lifeStyleTop #main{
	height:290px;
	padding-top:98px;
	background:url(../images/technique_top_bg.jpg) no-repeat center top;
	background-size:cover;
}*/

/*#mainHdImg .logoMark{
	display: block;
	height:1.4em;
	color:#2b84d2;
	font-size: 2em;
	padding: 0;
}*/
#mainHdImg .logoMark::before{
	font-family: 'marurino';
	content:'\e90c';
	font-size:1.5em;
	margin-right:8px;
	vertical-align: -0.2em;
}



@media screen and (max-width:767px) {

	
.lifeStyleTop #mainHdImg .slider div {
    height: 212px;
    background-color: #efefef;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
	
	
#mainHdImg h2{
    font-size: 1.3em;
}
#mainHdImg h2:before{
    display:inline;
	font-size: 1.5em;
}
.lifeStyleTop #mainHdImg p{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 4px #000;
	padding: 0;
}
	
#mainHdImg .logoMark {
    font-size: 1.2em;

}
	
#mainHdImg .titleArea {
    top: 15px;
}
	
.lifeStyleTop #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;
}

}


/* contents ------------------------------------------*/

.lifeStyleTop .contents{
	padding:30px 0 0;
}

.lifeStyleTop .contents .co{
	min-width: 980px;
    max-width: 1160px;
    margin: 30px auto 0;
    text-align: center;
	padding: 25px 0;
}

.contents p{
	line-height: 1.5em;
	padding-bottom:1em;
	text-align: left;
}
.lifeStyleTop .contents p{
	text-align: center;
}

.lifeStyleTop .contents p br{
	display: none;
}

.lifeStyleTop .contents p br.pcOn{
	display: block;
}

.lifeStyleTop .flex{
	margin-top:30px;
	padding: 0;
}
.lifeStyleTop .flex > li{
	width:29%;
	margin-bottom:40px;
}

.thumb{
	display: block;
	padding:0.7em 0 3.5em;
	margin-bottom:10px;
	position: relative;
	color:#fff;
	font-weight: bold;
	text-align: center;
	background-position: center center;
    background-size: cover;
}

a.thumb:hover p.label{
	background: rgba(0, 0, 0, 1);
}

.forSenior .thumb{
	background-image: url(../technique/images/top_lifestyle_bg1.jpg);
	background-position: bottom center;
}
.forFamily .thumb{
	background-image: url(../technique/images/top_lifestyle_bg2.jpg);
}
.forUsed .thumb{
	background-image: url(../technique/images/top_lifestyle_bg3.jpg);
}
.forDesign .thumb{
	background-image: url(../technique/images/top_lifestyle_bg4.jpg);
}

.forCouple .thumb{
	background-image: url(../technique/images/top_lifestyle_bg5.jpg);
}

.lifeStyleTop .thumb span img{
	width:60%;
}

.thumb p.label{
	width: 100%;
	padding:10px 0;
	position: absolute;
	bottom:0;
	left: 0;
	font-size:0.9em !important; 
	text-align: center;
	font-weight: bold;
}
.forSenior p.label{
	background: rgba(134, 165, 114, 0.95);
}
.forFamily p.label{
	background: rgba(193, 175, 97, 0.95);
}
.forUsed p.label{
	background: rgba(144, 144, 186, 0.95);
}
.forDesign p.label{
	background: rgba(201, 141, 141, 0.95);
}

.forCouple p.label{
	background: rgba(144, 173, 184, 0.95);
}


.lifeStyleTop .flex .thumb + p{
	text-align: left;
	line-height: 1.5em;
}


.lifeStyleTop .flex .featurea{
	text-align: left;
	margin-top:-0.4em;
}
.lifeStyleTop .flex .featurea li{
	padding-left:0.8em;
	position: relative;
}
.lifeStyleTop .flex .featurea li::before{
	content: '●';
	font-size:0.7em;
	position: absolute;
	left:0;
	top:0.3em;
}

.forSenior .featurea{
	color: #789367;
}
.forFamily .featurea{
	color: #b0ae69;
}
.forUsed .featurea{
	color: #9693b0;
}
.forDesign .featurea{
	color: #bc8686;
}

.forCouple .featurea{
	color: #90ADB8;
}


@media screen and (max-width:767px) {
	
.lifeStyleTop .contents .co{
	min-width: 0;
	margin-top: 0;
    margin: 0 auto 0;
	padding-top: 30px;
}

.lifeStyleTop .contents{
	padding: 0;
}	
	
.lifeStyleTop .contents .co{

}
	
.lifeStyleTop .contents p br{
	display:block;
}

.lifeStyleTop .contents p br.pcOn{
	display:block !important;
}
	
.lifeStyleTop .flex {
	width: 90%;
	margin: 30px auto 0;

}
	
.lifeStyleTop .flex > li{
	width:48%;
	margin-bottom:20px;
}
.lifeStyleTop .thumb span img{
	margin-top: 5px;
	margin-bottom: 5px;
}	

}

/*------------------------------------------------
 lifeStyle senior family used
------------------------------------------------*/

/* main ------------------------------------------*/

.categoryLabel{
	width:100%;
	padding:10px;
	color:#fff;
	background: #000;
	position: absolute;
	top:0;
	left:0;
	text-align: right;
	z-index: 3;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lifeStyleSenior #mainHdImg {
    background: url(../technique/images/lifestyle_bg1.jpg) left 65% no-repeat;
	background-size: cover;
}

.lifeStyleFamily #mainHdImg {
    background: url(../technique/images/lifestyle_bg2.jpg) left 28% no-repeat;
	background-size: cover;
}

.lifeStyleUsed #mainHdImg {
    background: url(../technique/images/lifestyle_bg3.jpg) left 30% no-repeat;
	background-size: cover;
}

.lifeStyleCouple #mainHdImg {
    background: url(../technique/images/lifestyle_bg5.jpg) left 30% no-repeat;
	background-size: cover;
}

#mainHdImg .categoryLabel .logoMark{
	position: absolute;
	left:10px;
	top:8px;
	font-size: 1.2em;
	padding: 0;
}
#mainHdImg h2 {
	padding-top:25px;
}

#mainHdImg h2 img{
	width: 200px;

}

#mainHdImg h2 span{
	display:inline-block;
	padding:0.3em 1em;
	font-size:1.2em;
	color:#fff;
	font-weight: bold;
	
}
.lifeStyleSenior #mainHdImg h2 span{
	background-color:#789367;

}
.lifeStyleFamily #mainHdImg h2 span{
	background-color:#b0ae69;
}
.lifeStyleUsed #mainHdImg h2 span{
	background-color:#acaac0;
}

.lifeStyleCouple #mainHdImg h2 span{
	background-color:rgba(144, 173, 184, 1);
}


@media screen and (max-width:767px) {
	
.categoryLabel{
	padding: 10px 10px 10px;
	
}
	
#mainHdImg .categoryLabel .logoMark {
    top: 8px;
}
	
.lifeStyleSenior #mainHdImg,
.lifeStyleFamily #mainHdImg,
.lifeStyleUsed #mainHdImg,
.lifeStyleCouple #mainHdImg{
	height: 170px;
	padding-top: 37px;

}
	
.lifeStyleSenior #mainHdImg h2,
.lifeStyleFamily #mainHdImg h2,
.lifeStyleUsed #mainHdImg h2,
.lifeStyleCouple #mainHdImg h2{
		padding-top: 0;
		
}
	
#mainHdImg h2 img{
	width: 100px;
}
	
#mainHdImg h2 span {
    font-size: 0.7em;
	margin-top: 0.6em;
	line-height: 1.5;

}
	
.lifeStyleSenior #mainHdImg,
.lifeStyleFamily #mainHdImg,
.lifeStyleUsed #mainHdImg,
.lifeStyleCouple #mainHdImg{
	background-position: left 60%;
}

}

/* contents ------------------------------------------*/

.contents{
	padding-top: 30px;
}

.contents h3{
    margin: 0 auto 20px;
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    color: #2b84d2;
	
}
.contents h3 + p{
	text-align: center;
	padding-bottom:2em;
}

.plansPoint .co {
    min-width: 980px;
    max-width: 1200px;
    margin: 0 auto 0;
    text-align: center;
	position: relative;
	padding: 0;
}

/*-----tablet-----*/


@media screen and (max-width:767px) {
	
.plansPoint .co {
    min-width:0;

}
	
.contents{
/*	padding-bottom: 30px;*/
}

}


/*** plansPoint ***/
.plansPoint {
	position: relative;
	background-color: #edf1eb;
	padding: 60px 0;
}

.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;
	font-weight: bold;
}
.balloonH span{
	color:#2b84d2;
	display: block;
}
.plansPoint .balloonH + p,
.caseStudy .balloonH + p{
	padding-left:10em;
	padding-right: 5%;
	font-size:1.1em !important;
	text-align: left;
	font-weight: bold;
}
.caseStudy .balloonH + p{
	padding-left:9em;
	padding-right: 0;
}

.planMap{
	width:48%;
	margin-right: 5%;
	margin-top: 40px;
	
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.planMap img{
	width:100%;
	height: auto;
}

.plansPoint ul{
	width:42%;
	margin:0 auto 0;
	counter-reset:points;
	display: inline-block;
	vertical-align: top;
}
.plansPoint li{
	padding:0 0 1.2em 3em;
	text-align: left;
	position: relative;
}
.plansPoint li span{
	display: block;
	font-size:1.15em;
	font-weight: bold;
}
.plansPoint li::before{
	counter-increment:points;
	content:counter(points);
	display: block;
	width:2em;
	height: 2em;
	padding-top:0.4em;
	text-align: center;
	position: absolute;
	left:0;
	top:0;
	color:#fff;
	background-color: #2b84d2;
	border-radius: 50%;
	box-sizing: border-box;
}


.lifeStyleUsed .planMap{
	padding-bottom: 0;
}
.lifeStyleUsed .plansPoint li{
	padding:0 0 0.5em 2em;
}
.lifeStyleUsed .plansPoint li::before{
	counter-increment:points;
	content:'※ 'counter(points);
	display: block;
	width:auto;
	height: auto;
	padding-top:0;
	text-align: left;
	position: absolute;
	left:0;
	top:0;
	color:#000;
	background-color: transparent;
	border-radius: 0;
	box-sizing: border-box;
}

@media screen and (max-width:767px) {

.plansPoint {
	padding: 30px 0;
}
	
}


/*** seg ***/
.seg{
	padding: 60px 0 0;
}

.seg .co {
    min-width: 980px;
    max-width: 1200px;
    margin: 0 auto 0;
    text-align: center;
	position: relative;

}

.lifeStyleUsed .seg{
	padding: 60px 0;
}

.seg h4{
	margin:0 auto 25px;
	padding:0.5em 0.6em;
	color:#fff;
	background-color: #2b84d2;
	font-weight:bold;
	font-size:1.4em;
	text-align: left;
}
.seg h4 span{
	display: block;
	font-size:0.7em;
}

.seg .txBoxL,
.seg .txBoxL2,
.seg .txBoxL3,
.seg .txBoxL4{
	margin-right: 5.4%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
.seg .txBoxR,
.seg .txBoxR2,
.seg .txBoxR3,
.seg .txBoxR4{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.seg .txBoxR3 img{
	display: inline-block;
	vertical-align: middle;
}


.seg .txBoxL img{
	width: 100%;
}


.seg p.lead{
	font-weight:bold;
	font-size:1.1em !important;
	text-align: center;
	text-align: left;
}
.seg img{
	width:100%;
	height: auto;

}

.bgColor1 {
    background-color: #edf1eb;
}

.listG{
    margin-top: 50px;
    counter-reset: points;
    display: inline-block;
    vertical-align: top;
	padding: 0;
}

.listG li {
    padding: 0 0 1.2em 3em;
    text-align: left;
    position: relative;
}

.listG li::before {
    counter-increment: points;
    content: counter(points);
    display: block;
    width: 2em;
    height: 2em;
    padding-top: 0.3em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #2b84d2;
    border-radius: 50%;
    box-sizing: border-box;
}

.borderOrange{
	padding: 25px 0;
	border-bottom:solid 1px #2b84d2;
}
.borderOrange:last-of-type{
	border-bottom:0;
}

.borderOrange h4{
	margin:0 auto 25px;
}

p.corresp{
	padding:0 0 2em;
/*	text-align: center;*/
	text-align: right;
}
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(../technique/images/used_deals_bg.jpg);
	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);
}
.borderOrange .btn a{
	display: block;
/*	padding:1.3em 0;
	font-size:1em;*/
	padding:0.6em 0;
	font-size:1.3em;
	font-weight: bold;
	color:#000;
	text-align: center;
	position: relative;
}
.borderOrange .btn a::before{
/*	display: block;*/
	display: inline-block;
	margin-bottom:0.2em;
	font-family:'marurino';
	font-weight:normal;
	font-size:1.6em;
	margin-right: 0.2em;
}
.borderOrange .btn a::before{
	content: '\e90d';
}
.borderOrange .btn .rCornerBtn{
	margin:5px auto 0;
	font-size: 0.9em;
}

.borderOrange .topic{
	margin-left:3em;
	padding:10px 15px 5px;
	padding-left:4em;
	position: relative;
	background-color: #fff;
}
.borderOrange .topic .balloonH{
	font-size:1.1em;
	left:-3em;
	top:50%;
	margin-top:-3em;
}

.borderOrange .btn:hover .rCornerBtn {
    color: #ffffff;
    background-color: #2b84d2;
    border: solid 2px #2b84d2;
}

.borderOrange .btn:hover .rCornerBtn::after {
    color: #ffffff;
}



@media screen and (max-width:767px) {
	
.seg .co {
    min-width: 0;
	padding: 20px;

}	
	
.seg{
	padding: 30px 0 0;
}
	
	.seg .co{
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}
	
	
	.seg .co.borderOrange{
		padding:0 0 25px;
		margin-bottom: 25px;
		
	}
	
	.seg .co.borderOrange:last-of-type{
		margin-bottom: 0;
		
	}	
	
.listG{
    margin-top: 20px;
	margin-left: -20%;

}
	
.listG li {
    padding: 0 0 1.2em 2.5em;
}
	
.listG li::before {
    display: block;
padding-top: 0.1em;
    width: 1.5em;
    height: 1.5em;
}	
	
	
.seg h4{
	padding:0.25em 0.6em;
}
	
	
.borderOrange p.note{
	font-size:1em;
}
	
	

	
}


/*** proposal ***/
.proposal{
	width:100%;
	margin-top:30px;
	padding:50px 5% 35px;
	box-sizing: border-box;
	background-color: #edf1eb;
}
.proposal h5{
	margin:0 auto 15px;
	padding:0.2em 0.6em;
	color:#fff;
	background-color: #000;
	font-weight:bold;
	text-align: left;
	font-size:1.2em;
}
.proposal ul{
	margin:20px auto ;
}
.proposal li{
	margin-bottom:1em;
	line-height: 1.4em;
	text-align: left;
	padding-left: 1.5em;
	position: relative;
	font-weight:bold;
}
.proposal li::before{
	content:'';
	display: block;
	width:0.8em;
	height: 0.8em;
	position: absolute;
	left:0;
	top:0.3em;
	background-color: #2b84d2;
}

@media screen and (max-width:767px) {
.proposal{
	padding:25px 5% 15px;

}	
}


/*** caseStudy ***/
.caseStudy {
	padding:40px 0 0;
	position: relative;
}

.caseStudy .co{
	position: relative;
	width: 780px;
	min-width:inherit;
    max-width: inherit;
	    margin: 0 auto;

}
.caseStudy h4{
	padding-top:1.5em;
	line-height: 1.5em;
}
.caseStudy h4+ p{
	color:#2b84d2;
}
.caseStudy p{
	padding-bottom:0.5em;
}
.caseStudy img{
	margin:10px 0;
}
.caseStudy a{
	display: inline-block;
	padding:0.3em 1em 0.2em;
	text-align: right;
	color:#fff;
	background-color: #2b84d2;
}
.caseStudy a::after{
	font-family: 'marurino';
	content:'\e954';
	padding-left:0.5em;
}


@media screen and (max-width:767px) {
	
.plansPoint .co {
    min-width:0;

}
	
.caseStudy .co {
	width: 90%;
	padding-top: 20px;
	padding-bottom: 30px;
}

.caseStudy img{
	width: 100%;
}
	
.caseStudy {
    padding: 0 ;
}
	
	
.caseStudy .balloonH{
	left: 3%;

}	
.caseStudy p{

}
}

@media screen and (max-width:767px) {

/*--------senior---------*/	
	
	
.plansPoint .co {
    min-width: inherit;
    max-width: inherit;
	position: static;
	padding: 0 5%;
}
	
.planMap {
    width: 100%;
	margin:10px 0 15px; 
}
	
.plansPoint ul {
    width: 100%;
}

.seg .txBoxL,
.seg .txBoxL2,
.seg .txBoxL3,
.seg .txBoxL4{
	width: 100%;
	margin-right:0;
	margin-bottom: 15px;
}
	
	.seg .txBoxL4{
		margin-bottom: 0;
	}	
	

.seg .txBoxR2,
.seg .txBoxR3,
.seg .txBoxR4{
	width: 100%;
	margin:0 0 20px;
	
}


	
.plansPoint .balloonH + p {
    padding-left: 5.65em;
	padding-right:0;
}
	
.caseStudy .balloonH + p {
    padding-left: 6em;
	padding-right:0;
}
	
.seg h4 {
    text-align: center;
	font-size: 1.3em;
	margin-bottom: 15px;
}
	

.proposal .co{
		padding: 0;
	width: 100%;
	}
	
p.corresp {
	text-align: center;
}
	
.lifeStyleUsed .seg {
    padding: 30px 0;
}
	
.seg p.lead {
    text-align: center;
}
	
}



/* lifeStyleNav ------------------------------------------*/

#lifeStyleNav{
	padding:25px 5%;
	min-width: 980px;
    max-width: 1200px;
	margin: 0 auto;

}
.lifeStyleUsed #lifeStyleNav{
	padding:60px 5% 25px;
}
#lifeStyleNav h3{
	margin-bottom:20px;
	text-align: center;
	color:#2b84d2;
	font-size:1.1em;
	font-weight: bold;
	padding:0.3em;
	border-top:solid 1px #2b84d2;
	border-bottom:solid 1px #2b84d2;
}
#lifeStyleNav li{
	width:30%;
}
#lifeStyleNav .thumb {
	padding: 0em 0 3.5em;
}
#lifeStyleNav .thumb span{
	display: block;
	text-align: center;
}
#lifeStyleNav .thumb img{
	width:61%;
}
#lifeStyleNav .thumb p.label{
	padding: 7px 0;
	font-size: 0.85em !important;
	font-weight: bold;
}


@media screen and (max-width:767px) {
	
#lifeStyleNav {
    min-width: 0;
    margin: 0 auto;
	background-color: #edf1eb;
}
	
	
#used #lifeStyleNav {
	background-color: #ffffff;
}	
	
.lifeStyleUsed #lifeStyleNav{
	padding:30px 5% 10px;
}
	
	#lifeStyleNav .co{
		padding: 0;
		width: 100%;
}

#lifeStyleNav ul {
    flex-wrap: wrap;
}
	
#lifeStyleNav li {
    width: 48%;
}

}

/*senior*/

#senior .planMap {
    width: 44%;
}

#senior .plansPoint ul {
    width: 46%;
}

#senior .seg .txBoxL {
    width: 49%;
}

#senior .seg .txBoxR {
    width: 44%;
}

#senior .seg .txBoxL2 {
    width: 38%;
	margin-right: 4%;
}

#senior .seg .txBoxR2 {
    width: 56%;
}

#senior .seg .txBoxR2 img{
	width: 40%;
	margin-right:5%;
}

#senior .seg .txBoxL3 {
    width: 40%;
}

#senior .seg .txBoxR3 {
    width: 52%;
}

#senior .seg .txBoxR3 img {
    width: 50%;
	margin: 0 1.5%;
}

#senior .seg .txBoxR3 img:nth-child(2) {
    width: 36%;
	margin: 0 1.5%;
}


#senior .seg .txBoxL4 {
    width: 50%;
}

#senior .seg .txBoxR4 {
    width: 42%;
	text-align: center;
}

#senior .seg .txBoxR4 img{
	width: 60%;
}



@media screen and (max-width:767px) {
	
#senior .seg .txBoxL2 {
    width: 48%;
    margin-right: 4%;
}
	
#senior .seg .txBoxR2 {
    width: 46%;
}	
	
#senior .planMap {
    width: 100%;
}
	
#senior .plansPoint ul {
    width: 100%;
}

#senior .seg .txBoxL {
    width: 100%;
}

#senior .seg .txBoxR {
    width: 66%;
	margin: 0 10% 50px;
}
	
#senior .seg .txBoxL2 {
    width: 99%;
	margin-right: 0;
	margin-left: 0;

}

#senior .seg .txBoxR2 {
    width: 100%;
	text-align: center;
	margin-bottom: 0;
}
	
	#senior .seg .txBoxR2 img{
		width: 59%;
		margin-right: 0;
	}
	
#senior .seg .txBoxL3 {
    width: 100%;
	margin-bottom: 0;
}

#senior .seg .txBoxR3 {
    width: 93%;
	margin: 0 0 0 7%;
	text-align: center;
}
	
#senior .seg .txBoxR3 img {
	width: 100%;
}
	
#senior .seg .txBoxR3 img:nth-child(2)  {
    width: 58%;
	margin: 0 26% 0 16%;
}
	
#senior .seg .txBoxL4 {
    width: 100%;
}

#senior .seg .txBoxR4 {
    width: 100%;
}

#senior .seg .txBoxR4 img{
	width:100%;
}

	
}

/*family*/
 

#family .planMap {
    width: 48%;
}

#family .plansPoint ul {
    width: 42%;
}

#family .seg .txBoxL {
    width: 63%;
}

#family .seg .txBoxR {
    width: 30%;
}

@media screen and (max-width:767px) {
#family .planMap {
    width: 100%;
}
	
#family .plansPoint ul {
    width: 100%;
}	
#family .seg .txBoxL {
    width: 100%;
	margin-bottom: 0;
}

#family .seg .txBoxR {
    width: 100%;
}
}

/*used*/

#used .planMap {
    width:48%;
	margin-left: 5%;
}

#used .plansPoint ul {
    width: 100%;
	margin-top: 20px;
	font-size: 90%;
}

#used .seg .txBoxL {
    width: 100%;
	margin-right: 0;
}

#used .seg .txBoxR {
    width: 36%;
}

#used .seg .txBoxL2 {
    width: 24%;
}

#used .seg .txBoxR2 {
    width: 64%;
}

#used .seg .txBoxL3 {
    width: 40%;
}

#used .seg .txBoxR3 {
    width: 52%;
}

#used .borderOrange .txBx {
	width: 58%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;

}

.borderOrange .btn {
	width: 36%;
	display: inline-block;
}

.borderOrange .topic {
	width: 32%;
	display: inline-block;
	margin-top: 20px;
}


@media screen and (max-width:767px) {

#used .planMap {
width: 100%;
    margin: 10px auto 0;
    margin-left: 0;
}
	
#used .seg .txBoxL {
    width: 100%;
	margin-bottom: 0;
}
	
#used .seg .txBoxR {
    width: 100%;
	margin: 0 auto 20px;
}
	
#used .borderOrange .txBx {
	width: 100%;
	margin-right: 0;

}

.borderOrange .btn {
	width: 100%;
    padding: 0;
	margin: 0;
}
	
.borderOrange .btn a{
	padding: 1.3em 0;
	font-size: 1.1em;
}
	
.borderOrange .btn a::before{
	display: block;
	font-size: 2.3em;
}

.borderOrange .btn .rCornerBtn {
padding: 0.8em 2.5em 0.7em 1em;
}
	
.rCornerBtn::after {
    font-size: 1.4em;
}
	
.borderOrange .topic {
	width: 69%;
	margin-top: 0;
}

#used .plansPoint ul {
	margin-top: 15px;
	font-size: 100%;
}
	

}

/*used 資金計画のポイント*/

.tblFp{
	background:#ffffff;
	width: 90%;
	margin: 0 auto 40px;
	font-size: 120%;
}

.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;
}

.tblFp th{
	border-right: #fff solid 2px;
	text-align: center;
}

.tblFp td{
	border-right: #ccc solid 2px;
	text-align: center;
}

.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{
	width: 100%;
	margin: 0 auto 5px;
	background: none;

}
	
}
	

/* used stepWp*/

.stepWp{
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.stepWp table{
border-collapse:separate;
	border-spacing: 12px;
	width: 100%;

}



.stepWp table th,
.stepWp table td{
	padding:1em;
	font-weight: bold;
	width: 33%;
}

.stepWp table .tt{
	background-color:#ACAAC0;
	color: #fff;
	border-radius: 24px;
	width: 100%;
	font-size: 160%;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding:0.5em 1em;
	letter-spacing: 0.05em;
}

.stepWp table th{
	color: #fff;
	text-align: center;
}

.stepWp table .th01{
	background-color:#7CB1CE; 
}

.stepWp table .th02{
	background-color:#E0A958;
}

.stepWp table .th03{
	background-color:#2b84d2;
}

.stepWp table .td01{
	background-color:#BED8E7; 
}

.stepWp table .td02{
	background-color:#F0D4AC; 
}

.stepWp table .td03{
	background-color:#F5B88F; 
}

.stepWp table tr:last-child td{
	padding:1.5em 1em;
	text-align: center;
}

.stepWp .arw{
width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ACAAC0 transparent transparent transparent;
    margin: 20px auto 40px;
}

.stepWp .arws{
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
	display: inline-block;
	margin: 0 10px 5px;
	vertical-align:middle;

}

.stepWp .cir{
	position: absolute;
	top:-30px;
	right: -30px;
	border:#ACAAC0 solid 2px;
	border-radius: 55px;
	background-color: #fff;
	font-size: 100%;

	width: 110px;
	height: 110px;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center;
 -webkit-justify-content: center; 
 justify-content: center; 
	font-weight: bold;
}

@media screen and (max-width:767px) {
.stepWp{
		width: 90%;
	margin: 0 auto;

}
	
	.stepWp table{
	border-spacing: 6px;
	}	

.stepWp table th,
.stepWp table td{
	padding:0.5em;
	font-size: 90%;
}
	
.stepWp table .tt {
    border-radius: 16px;
	text-align: center;

}

.stepWp table tr:last-child td {
    padding: 0.8em 0.5em;
}
	
.stepWp .arw{
    margin: 10px auto 10px;
}
	
.stepWp .cir {
    width: 80px;
    height: 80px;

}
	
.stepWp .arws{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
	display: block;

}
}

/*couple*/

#couple .seg .txBoxL {
	width: 54%;
	margin-right:25%;
}

#couple .seg .txBoxR {
	width: 20%;
}

@media screen and (max-width:676px) {
	
#couple .seg .txBoxL {
	width: 100%;
	margin: 0;
}

#couple .seg .txBoxR {
	width: 50%;
	margin: 0 25%;
}
	
}

/*-*/

.bnarea {
    margin: 20px auto 80px;
    text-align: center;
}

@media screen and (max-width:676px) {
	
.bnarea {
    padding: 0 15px;
    margin: 0 auto 30px;
}
	
	.bnarea img{
		width: 100%;
	}	
	
}
