@charset "UTF-8";

/*
-----------------------------------------
共通メニュー(444)
-----------------------------------------
*/



/*
-----------------------------------------
ぱんくずリスト(452)
-----------------------------------------
*/



/*
-----------------------------------------
住まいの売却ストーリー4(572)
-----------------------------------------
*/

.big_ttl{
	width: 1040px;
    margin: 0 auto;
    padding: 140px 240px 100px;
}
.story_case{
	width:100%;
}
.story_case_wrap{
	width: 1040px;
	margin: 0 auto;
}
.sotry_case_ttl_maintxt p{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 2.8;
}
.txt_underline{
	border-bottom: dashed 1.5px #496489;
	padding-bottom: 4px;
}
.story_case_ttl_subtxt{
    margin-top: 12%;
    position: relative;
}
.story_case_ttl_subtxt .caption{
	position: relative;
	margin: -40px 0 0;
}
.story_case_ttl_subtxt .caption p{
    background-color: #fffbdd;
    width: 800px;
    margin: 0 auto;
    padding: 50px 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.4;
}
.story_circle{
	width: 160px;
	height: 160px;
    background-color: #496489;
    border-radius: 50%;
    position: absolute;
    left: 45%;
    top: -80px;
}
.story_circle img{
	width: 90px;
    display: block;
    margin: 0 auto;
    padding: 40px 0 0;
}
.story_circle .number{
	color: #ffffff;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: -2px;
    padding: 0 36px;
    line-height: 1.4;
}
.story_circle .number{
    text-align: center;
    font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.number .no_txt{
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0;
}
.freme{
    font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    color: #496489;
    font-size: 30px;
    font-weight: bold;
}
.freme:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-image: url(/m/cmn_files/img_rwd/original/hariki/baikyaku_story/frame_left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: baseline;
}
.freme:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background-image: url(/m/cmn_files/img_rwd/original/hariki/baikyaku_story/frame_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.baikyaku_data{
	width: 100%;
    background-color: #f4f4f4;
    margin-top: 10%;
    position: relative;
}
.baikyaku_data_ttl{
	position: absolute;
    left: 38%;
    top: -30px;
}
.baikyaku_data_detail{
    padding: 60px 0 80px;
}
.baikyaku_data dl{
	padding-bottom: 10px;
}
.baikyaku_data dt{
    width: 18%;
    color: #496489;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0 60px;
    float: left;	
}
.baikyaku_data dd{
	width: 78%;
	font-size: 18px;
	line-height: 2;
    padding: 0 60px 0 0;
    float: right;	
}
.story_ttl{
	margin: 120px auto 60px;
}
.story_ttl p{
	text-align: center;
}
.story_ttl_text{
	margin-bottom: 80px;
	color: #666666;
	font-size: 15px;
	line-height: 2;
    font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.speech_bubble_right{
	margin-bottom: 50px;
}
.speech_bubble_right img{
	width: 17%;
	float: left;
}
.speech_bubble_right p{
	width: 75%;
	background: #fffbdd;
	padding: 50px 70px;
	font-size: 17px;
	line-height: 2.2;
	float: right;
	position: relative;

}
.speech_bubble_right p:after{
    right: 100%;
    top: 80px;
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 241, 212, 0);
    border-right-color: #fffbdd;
    border-width: 0 65px 70px 0;
}
.speech_bubble_left{
	margin-bottom: 50px;
}
.speech_bubble_left img{
	width: 17%;
	float: right;
}
.speech_bubble_left p{
	width: 75%;
	background: #fffbdd;
	padding: 50px 70px;
	font-size: 17px;
	line-height: 2.2;
	float: left;
	position: relative;

}
.speech_bubble_left p:after{
	left: 100%;
	top: 80px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fffbdd;
	border-width: 0 65px 70px;
}
.baikyaku_story_btn_area{
	width: 700px;
    margin: 130px auto;
}
.baikyaku_story_btn_area a{
	width: 100%;
    height: 90px;
    line-height: 60px;
    margin-bottom: 20px;
    background-color: #496489;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    display: block;
}
.button_link:after{
	content: "";
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    background: url(/m/cmn_files/img_rwd/original/hariki/baikyaku_story/icon_arrow_white.svg) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 32px;
    position: relative;
    left: 20px;
    top: -2px;
}
.baikyaku_story_btn_area a:last-child{
	width: 100%;
    height: 90px;
    line-height: 60px;
    border: solid 4px;
    border-radius: 50px;
    color: #496489;
    text-align: center;
    font-size: 30px;
    display: block;
    background-color: unset;
}
.button_link:last-child:before{
	content: "";
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    background: url(/m/cmn_files/img_rwd/original/hariki/baikyaku_story/icon_arrow_navy.svg) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 32px;
    position: relative;
    left: -20px;
    top: -2px;
}



/*
-----------------------------------------
フッター(435)
-----------------------------------------
*/



