@charset "UTF-8";

/* *******************************************************************************************
* 
*	家づくりの流れ
*
******************************************************************************************* */
.wrapper{
	background: #f4f4f4;
	position: relative;
}
.wrapper .inner{
	margin: 0 auto;
	width: 1024px;
	position: relative;
}
.flexbox{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	}
/*---------------*/
	.left{
		-webkit-box-direction:normal;
	    -moz-box-direction:normal;
	    -webkit-box-orient:horizontal;
	    -moz-box-orient:horizontal;
	    -webkit-flex-direction:row;
	    -moz-flex-direction:row;
	    flex-direction:row;
	}
	.right{
		-webkit-box-direction:reverse;
	    -moz-box-direction:reverse;
	    -webkit-box-orient:horizontal;
	    -moz-box-orient:horizontal;
	    -webkit-flex-direction:row-reverse;
	    -moz-flex-direction:row-reverse;
	    flex-direction:row-reverse;
	}
	.between {
	  -webkit-box-pack:justify;
	  -ms-flex-pack:justify;
	  justify-content:space-between;
	}
	.align-center{
	    align-items: center;
	}
/*---------------*/
.invi{
	font-size: 0;
}
.f-mplusEB{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.08em;
	font-weight: 800;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

/* ----------------------------- メイン ----------------------------- */
#main{
	background: url(../img/main_bg.png) repeat;
	overflow: hidden;
	margin: 0 auto 70px;
}
#main h1{
	background: url(../img/title_pc.png) no-repeat;
	background-size: contain;
	width: 781px;
	height: 303px;
	margin: 40px auto 55px;
}
/*------------------*/
#process{
	width: 1024px;
	margin: 0 auto 90px;
	position: relative;
}
.bg_wave{
	background: url(../img/process_bg_pc.png) no-repeat;
	background-size: contain;
	width: 934px;
	height: 54px;
	position: absolute;
	top:90px;
	left: 50%;
	margin-left: -467px;
}
/*#process:after{
	content: "";
	display: inline-block;
	background: url(../img/process_bg_pc.png) no-repeat;
	background-size: contain;
	width: 934px;
	height: 54px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -467px;
}*/
#process li{
	z-index: 1;
	/*width: 64px;*/
	margin: 0 17px 0 10px;
}
#process li:last-child{
	margin: 0 5px 0 10px;
}
#process li a{
	display: block;
	width: 64px;
	height: 259px;
}
/*-----------------*/
	#process li:nth-child(1) a{
		background: url(../img/process_01.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(2) a{
		background: url(../img/process_02.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(3) a{
		background: url(../img/process_03.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(4) a{
		background: url(../img/process_04.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(5) a{
		background: url(../img/process_05.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(6) a{
		background: url(../img/process_06.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(7) a{
		background: url(../img/process_07.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(8) a{
		background: url(../img/process_08.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(9) a{
		background: url(../img/process_09.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(10) a{
		background: url(../img/process_10.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(11) a{
		background: url(../img/process_11.png) no-repeat;
		background-size: contain;
	}
/*-----------------------*/
@media screen and (min-width : 769px){
	#process li:hover{
	    transform:scale(1.1,1.1);
	}
}
	#process li:nth-child(1) a:hover{
		background: url(../img/process_01_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(2) a:hover{
		background: url(../img/process_02_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(3) a:hover{
		background: url(../img/process_03_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(4) a:hover{
		background: url(../img/process_04_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(5) a:hover{
		background: url(../img/process_05_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(6) a:hover{
		background: url(../img/process_06_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(7) a:hover{
		background: url(../img/process_07_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(8) a:hover{
		background: url(../img/process_08_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(9) a:hover{
		background: url(../img/process_09_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(10) a:hover{
		background: url(../img/process_10_on.png) no-repeat;
		background-size: contain;
	}
	#process li:nth-child(11) a:hover{
		background: url(../img/process_11_on.png) no-repeat;
		background-size: contain;
	}
/*-----------------*/


/* ----------------------------- ナビゲーション ----------------------------- */
aside{
	width: 200px;
	position: fixed;
	top:140px;
	right: 0;
	z-index: 999;
}
aside #nav{
	font-weight: 700;
}
aside #nav .nav_tit{
	background: url(../img/nav_title.png) no-repeat;
	background-size: contain;
	width: 189px;
	height: 25px;
	margin: 0 0 15px 0;
}
aside #nav ul{
}
aside #nav ul li{
	margin: 0 0 10px 0;
}
aside #nav ul li a{
	background: #fff;
	border-radius: 5px 0 0 5px;
	color: #124a97;
	font-size: 14px;
	display: block;
	padding: 8px 10px;
}
aside #nav ul li a:hover{
	background: #124a97;
	color: #fff;
	/*transition: 0.7s;*/
}
aside #nav ul li a.active{
	background: #124a97;
	color: #fff;
}

/* ----------------------------- コンテンツ ----------------------------- */
main{
	/*max-width: 980px;*/
	width: calc( 100% - 240px ) ;
    margin: 0 auto;
	}
	@media screen and (min-width : 769px) and (max-width : 1439px){
		main{
		    margin: 0 220px 0 20px;
			}
	}


.contents{
}
section{
	padding-bottom: 80px;
	box-sizing: border-box;
	position: relative;
	}
	#flow01,#flow02,#flow03,#flow04,#flow05,#flow06,#flow07,#flow08,#flow09,#flow10,#flow11{
	 	display: block;
	    padding-top: 40px;
	    margin-top: -40px;
	}
	#flow01{
		z-index: 11;
	}
	#flow02{
		z-index: 10;
	}
	#flow03{
		z-index: 9;
	}
	#flow04{
		z-index: 8;
	}
	#flow05{
		z-index: 7;
	}
	#flow06{
		z-index: 6;
	}#flow07{
		z-index: 5;
	}
	#flow08{
		z-index: 4;
	}
	#flow09{
		z-index: 3;
	}
	#flow10{
		z-index: 2;
	}
	#flow11{
		z-index: 1;
	}
h2{
	text-align: center;
	color: #124a97;
    max-width: 980px;
    width: 100%;
	margin: 0 auto 40px;
	}
	h2 .number{
		font-size: 28px;
	    position: relative;
	    width: 114px;
	    margin: 0 auto 20px;
	}
	h2 .number:before{
		content: "";
		display: inline-block;
		background: url(../img/no_wave.png) no-repeat;
		background-size: contain;
		width: 25px;
		height: 5px;
		position: absolute;
		top:10px;
		left: 0;
	}
	h2 .number:after{
		content: "";
		display: inline-block;
		background: url(../img/no_wave.png) no-repeat;
		background-size: contain;
		width: 25px;
		height: 5px;
		position: absolute;
		top:10px;
		right: 0;
	}
	h2 .txt{
		font-size: 34px;
	}
	h2 .txt span{
		font-size: 24px;
	}
.clm_box{
    max-width: 980px;
	width: 100%;
	border-radius: 20px;
	margin: 0 auto;
	overflow: hidden;
}
.clm_box .image_box{
	max-width: 490px;
    width: 50%;
    height: auto;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.clm_box .image_box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
		height: 100%;
}
.clm_box .txt_box{
    max-width: 490px;
    width: 50%;
	min-height: 460px;
    padding: 80px 45px;
    box-sizing: border-box;
    background: #fff;
}
.clm_box .txt_box dl:not(:last-child){
    margin-bottom: 50px;
}
.clm_box .txt_box dt{
	font-size: 28px;
	line-height: 1.4;
	color: #124a97;
	margin-bottom: 30px;
}
.clm_box .txt_box dt span{
	color: #ffcc00;
}
.clm_box .txt_box dd{
	line-height: 1.75;	
}
.list_box{
	background: url(../img/consul_bg.png) repeat;
	padding: 50px;
	box-sizing: border-box;
}
.list_box dl{
	/*max-width: 260px;*/
	width: 33.3333%;
	padding: 0 20px;
	box-sizing: border-box;
}
.list_box dl:not(:last-child){
	border-right: 4px dotted #c8c8c8;
}
.list_box dl dt{
	color: #124a97;
	width: 80px;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
	font-weight: 900;
}
.list_box dl dt:before {
	content: "";
	display: inline-block;
	background: #ffcc00;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	position: absolute;
	top: 3px;
	left: 0;
}
.list_box dl dt:after {
	content: "";
	display: inline-block;
	background: #ffcc00;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	position: absolute;
	top: 3px;
	right: 0;
}
.list_box dl dd{
	font-size: 14px;
	line-height: 1.6;
}
.point_box{
    max-width: 980px;
	width: 100%;
	background: #ffcc00;
	padding: 40px;
	box-sizing: border-box;
}
.point_box .point_ico{
	background: url(../img/point_icon_pc.png) no-repeat;
	background-size: contain;
	width: 170px;
	height: 170px;
}
.point_box ul{
	width: calc( 100% - 210px );
	font-weight: 700;
	line-height: 1.875;
	letter-spacing: 0.02em;
}
.point_box ul li{
	box-sizing: border-box;
}
	.point_box ul li:not(:last-child){
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
}
.point_box ul li .point_txt{
	margin-bottom: 15px;
}
.point_box ul li .point_txt.w_short{
	width: calc( 100% - 73px );
	margin-right: 25px;
}
.point_box ul li .thum{
	width: 73px;
}
.btn a{
    display: inline-block;
    background: #000;
    padding: 7px 25px 7px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
.btn a:after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	right: 10px;
}
.btn a:hover{
	opacity: 0.7;
	transition: 0.5s;
}
.btn.insta a{
    display: inline-block;
    background: #000;
    padding: 7px 25px 7px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
.btn.insta a:before{
	content: "";
	display: inline-block;
	background: url(../img/ig_icon.png)no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 8px;
}


/* 3つのリンクボタン PC */
.list-btn {
	overflow: hidden;
	width: 680px;
	margin: 0 auto;
}
.listIndex_btm{
	margin: 0 32px  0 0;
	width: 308px;
	float: left;
	background: #fff;
}
.link-list{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 70px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.08em;
	border: 3px solid #000;
	box-sizing: border-box;
    line-height: 1.6;
    text-align: center;
    padding-left: 16px;
}
.link-list span{
	font-size: 14px;
	display: contents;
}
.link-list:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -22px;
    margin-top: -10px;
    width: 82px;
    height: 11px;
	background: url(../../assets/img/common/icon_arrow_detail_s.png) right 0 no-repeat;
	background-size: 40px 11px;
}
.icon_sodan{
	background: url(../../assets/img/common/btn_icon1.png) 13px 16px no-repeat;
	background-size: 38px 34px;
}
.icon_case{
	background: url(../../assets/img/common/btn_icon2.png) 13px 16px no-repeat;
	background-size: 38px 34px;
}
.detail_btnList {
	padding: 10px 0 96px 0;
}
/* 3つのリンクボタン PC ここまで */


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

	.wrapper .inner{
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.flexbox{
		display: block;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	/* ----------------------------- メイン ----------------------------- */

	#main{
		margin: 0 auto 10.666666666666666vw;
	}
	#main h1{
		background: url(../img/title_sp.png) no-repeat;
		background-size: contain;
		width: 82.4vw;
		height: 40.4vw;
		margin: 6.666666666666667vw auto 10.666666666666666;
	}
	/*------------------*/
	#process{
		width: 90vw;
		margin: 0 auto 16vw;
		overflow: hidden;
	}
	.bg_wave{
		background: url(../img/process_bg_sp.png) no-repeat;
		background-size: contain;
		width: 100vw;
		height: 77.33333333333333vw;
		position: absolute;
		top: 28.333333vw;
		left: 50%;
		margin-left: -50vw;
	}
	/*#process:after{
		content: "";
		display: inline-block;
		background: url(../img/process_bg_sp.png) no-repeat;
		background-size: contain;
		width: 100vw;
		height: 77.33333333333333vw;
		position: absolute;
		top: 28.333333vw;
		left: 50%;
		margin-left: -50vw;
	}*/
	#process li{
		position: relative;
		z-index: 1;
		margin: 0 1.0666666666666667vw 5.333333333333333vw 0;
		float: left;
	}
	#process li:nth-child(6){
		margin: 0 0 5.333333333333333vw 0;
	}
	/*-----------------*/
	#process li a{
		width: 13.333333333333334vw;
		height: 65.6vw;
	}
	#process li:hover,
	#process li:visited,
	#process li:active{
	    transform:scale(1,1);
	}
	/*-----------------*/
		#process li:nth-child(1) a:hover{
			background: url(../img/process_01.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(2) a:hover{
			background: url(../img/process_02.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(3) a:hover{
			background: url(../img/process_03.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(4) a:hover{
			background: url(../img/process_04.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(5) a:hover{
			background: url(../img/process_05.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(6) a:hover{
			background: url(../img/process_06.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(7) a:hover{
			background: url(../img/process_07.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(8) a:hover{
			background: url(../img/process_08.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(9) a:hover{
			background: url(../img/process_09.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(10) a:hover{
			background: url(../img/process_10.png) no-repeat;
			background-size: contain;
		}
		#process li:nth-child(11) a:hover{
			background: url(../img/process_11.png) no-repeat;
			background-size: contain;
		}

	/* ----------------------------- ナビゲーション ----------------------------- */
	aside{
		width: 100%;
		position: fixed;
	    top: 50px;
		background: #124a97;
		box-sizing: border-box;
	}
	aside #nav ul {
	    overflow-x: auto;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	    padding: 4vw;
	}
	aside #nav ul li{
		margin: 0 2.6666666666666665vw 0 0;
		display: inline-block;
	}
	aside #nav ul li:last-child{
		margin: 0;
	}
	aside #nav ul li a{
		border-radius: 1.3333333333333333vw;
		font-size: 3.7333333333333334vw;
		display: inline-block;
		padding: 4.333333vw 2.6666666666666665vw;
	}
	aside #nav ul li a:hover{
		background: #fff;
		color: #124a97;
	}
	aside #nav ul li a.active{
		background: #7292c1;
		color: #124a97;
	}

	/* ----------------------------- コンテンツ ----------------------------- */
	main{
		width: 90vw;
		}
	section{
		padding-bottom: 16vw;
		}
		#flow01,#flow02,#flow03,#flow04,#flow05,#flow06,#flow07,#flow08,#flow09,#flow10,#flow11{
		 	display: block;
		    padding-top: 40vw;
		    margin-top: -40vw;
		}
	h2{
	    max-width: 90vw;
	    width: 100%;
		margin: 0 auto 7.2vw;
		}
		h2 .number{
			font-size: 6.666666666666667vw;
		    width: 26.666666666666668vw;
		    margin: 0 auto 5.333333333333333vw;
		}
		h2 .number:before{
			content: "";
			display: inline-block;
			background: url(../img/no_wave.png) no-repeat;
			background-size: contain;
		    width: 5.2vw;
		    height: 1.666667vw;
		    position: absolute;
		    top: 2.5vw;
			left: 0;
		}
		h2 .number:after{
			content: "";
			display: inline-block;
			background: url(../img/no_wave.png) no-repeat;
			background-size: contain;
		    width: 5.2vw;
		    height: 1.666667vw;
		    position: absolute;
		    top: 2.5vw;
			right: 0;
		}
		h2 .txt{
			font-size: 6.666666666666667vw;
			line-height: 1.36;
		}
		h2 .txt span{
			font-size: 4.533333333333333vw;
		}
	.clm_box{
		max-width: 90vw;
		border-radius: 2.6666666666666665vw;
		margin: 0 auto;
	}
	.clm_box .image_box{
		max-width: 90vw;
	    width: 90vw;
	    height: 60vw;
	}
	.clm_box .image_box img {
	    width: 100%;
	    height: auto;
	}
	.clm_box .txt_box{
	    max-width: 90vw;
	    width: 90vw;
		min-height: auto;
        padding: 8vw 8vw 10vw;
    	box-sizing: border-box;
	}
	.clm_box .txt_box dl:not(:last-child){
	    margin-bottom: 9.333333333333334vw;
	}
	.clm_box .txt_box dt{
		font-size: 5vw;
		margin-bottom: 5.333333333333333vw;
	}
	.clm_box .txt_box dd{
		line-height: 1.75;	
		font-size: 3.7333333333333334vw;
	}
	.list_box{
		padding: 3vw 8vw;
	}
	.list_box dl{
		width: 73.33333333333333vw;
		padding: 6.666666666666667vw 0;
		box-sizing: border-box;
	}
	.list_box dl:not(:last-child){
		border-right:none !important;
		border-bottom: 4px dotted #c8c8c8;
	}
	.list_box dl dt{
		width: 20.8vw;
		margin: 0 auto 4.666666666666667vw;
	}
	.list_box dl dt:before {
		content: "";
		display: inline-block;
		background: #ffcc00;
		width: 3.2vw;
		height: 3.2vw;
		border-radius: 3px;
		position: absolute;
		top: 0.7vw;
		left: 0;
	}
	.list_box dl dt:after {
		content: "";
		display: inline-block;
		background: #ffcc00;
		width: 3.2vw;
		height: 3.2vw;
		border-radius: 3px;
		position: absolute;
		top: 0.7vw;
		right: 0;
	}
	.list_box dl dd{
		font-size: 3.7333333333333334vw;
	}
	.point_box{
	    max-width: 90vw;
		width: 90vw;
		padding: 8vw 8vw 8vw;
	}
	.point_box .point_ico{
		background: url(../img/point_icon_sp.png) no-repeat;
		background-size: contain;
		width: 73.33333333333333vw;
		height: 16vw;
		margin-bottom: 6vw;
	}
	.point_box ul{
		width: 73.33333333333333vw;
	}
	.point_box ul li{
		box-sizing: border-box;
	}
		.point_box ul li:not(:last-child){
		padding-bottom: 6.666666666666667vw;
		margin-bottom: 6.666666666666667vw;
		border-bottom: 2px solid #fff;
	}
	.point_box ul li .point_txt{
		margin-bottom: 5.333333333333333vw;
		line-height: 1.8;
    	font-size: 3.7333333333333334vw;
	}
	.point_box ul li .point_txt.w_short{
		width: 41.333333333333336vw;
		margin-right: 4vw;
	    float: left;
	}
	.point_box ul li .thum{
		width: 26.666666666666668vw;
	    float: left;
        padding-top: 7vw;
	}
	.btn {
		text-align: center;
	}
	.btn a{
	    display: inline-block;
	    background: #000;
	    padding: 3.2vw 8.666666666666666vw 3.2vw 6vw;
	    box-sizing: border-box;
	    border-radius: 1.3333333333333333vw;
	    color: #fff;
	    font-weight: 700;
	    font-size: 3.7333333333333334vw;
	    line-height: 1;
	    letter-spacing: 0;
	    position: relative;
	}
	.btn a:after{
		content: "";
		display: inline-block;
		width: 2.4vw;
		height: 2.4vw;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position: absolute;
	    top: 3.6vw;
	    right: 3vw;
	}
	.btn a:hover{
		opacity: 1;
		transition: 1;
	}
	.btn.insta a{
	    display: inline-block;
	    background: #000;
	    padding: 3.2vw 8.666666666666666vw 3.2vw 11.333333333333334vw;
	    box-sizing: border-box;
	    border-radius: 1.3333333333333333vw;
	    color: #fff;
	    font-weight: 700;
	    font-size: 3.7333333333333334vw;
	    line-height: 1;
	    position: relative;
	}
	.btn.insta a:before{
		content: "";
		display: inline-block;
		background: url(../img/ig_icon.png)no-repeat;
		background-size: contain;
		width: 4.533333333333333vw;
		height: 4.533333333333333vw;
		position: absolute;
	    top: 3vw;
    	left: 4vw;
	}
	.btn.l2 a{
		line-height: 1.4;
	}
	.btn.l2 a:after {
	    content: "";
	    display: inline-block;
	    width: 2.4vw;
	    height: 2.4vw;
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	    transform: rotate(45deg);
	    position: absolute;
	    top: 7vw;
	    right: 3vw;
	}

	/*3つのリンクボタン SP*/
	.list-btn {
		overflow: auto;
		width: 94%;
	}
	.listIndex_btm{
		margin:0 auto 20px;
	    width: calc(100% - 40px);
		float: none;	
	}
	.link-list{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 55px;
		font-size: 15px;
		line-height: 1.4;
		border: 2px solid #000;
	}
	.link-list span{
		font-size: 13px;
	}
	.link-list:after{
		position: absolute;
		content: '';
		top: 50%;
		right: -22px;
	    margin-top: -10px;
	    width: 82px;
	    height: 11px;
		background: url(../../assets/img/common/icon_arrow_detail_l_sp.png) right 0 no-repeat;
		background-size: 40px 11px;
	}
	.icon_sodan{
		background: url(../../assets/img/common/btn_icon1_sp.png) 13px 11px no-repeat;
		background-size: 33px 29px;
	}
	.icon_case{
		background: url(../../assets/img/common/btn_icon2_sp.png) 13px 11px no-repeat;
		background-size: 33px 29px;
	}
	.detail_btnList {
		padding: 0 0 20px;
	}
	.detail_btnList_Owner {
		padding: 10px 0;
	}
	}
	/*3つのリンクボタン SP　ここまで*/





}












