@charset "utf-8";

/*----------------------------------------------------------------------------------------

	base.css

----------------------------------------------------------------------------------------*/

/* 共通
////////////////////////////////////////////////////////////////////*/

html {
  /* font-size: 63%; */
}
body {
	min-width: 1020px;
	font-size: 1.4rem; /* = 14px(10px × 1.4rem = 14px) */
    line-height: 1.7;
    /* font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; */
}
p,li {
    text-align: justify;
    text-justify: inter-ideograph;
	font-size: 1.4rem; /* = 14px(10px × 1.4rem = 14px) */
    line-height: 1.7;
}
hr {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    height: 4px;
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/hr_bg.jpg) repeat no-repeat left bottom;
}

/* スタイル ///
---------------------------------------------- */

.dnone {
	display: none;
}

/* 影 ///
---------------------------------------------- */

.shadow, .shadow-all > * {
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.btn-shadow1 {
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}

/* 幅 ///
---------------------------------------------- */

.cont-box {
	margin-right: auto;
	margin-left: auto;
	width: 980px !important;
}

/* hover ///
---------------------------------------------- */

/*仮*/
.hover a:hover {
    text-shadow: 0px 0px 1px rgba(255,255,255,0.75), 0px 0px 2px rgba(255,255,255,0.75);
}
.rov a:hover {
	opacity: 0.75;
}

/* transition ///
---------------------------------------------- */

.hover a , .rov a , #info li a {
	transition: 0.2s;
}

/* 複数行をのテキストオーバーフロー ///
---------------------------------------------- */

.ellipsis {
	position: relative;
	overflow: hidden;
}
.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}
.ellipsis:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}

/* font-awesome ///
---------------------------------------------- */

.fnt-icon01 a::before {
	font-family: fontawesome;
}
.fnt-icon01 a::before {
    margin-right: 5px;
    content: "\f0da";
	opacity:0.75;
}

/* フリーダイヤル用 */
@font-face{
    font-family:'condenseicon';
    src:
		url('../font/CONDENSEicon.eot') format('embedded-opentype'),
		url('../font/CONDENSEicon.woff') format('woff'),
		url('../font/CONDENSEicon.ttf') format('truetype'),
		url('../font/CONDENSEicon.otf') format('opentype') ;
}
.icon-freedial::before {
    content: ":";
    font-family: condenseicon;
}

/* table ///
---------------------------------------------- */

.table-box{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table-box > * {
	display: table-cell;
	vertical-align: middle;
}

/* float ///
---------------------------------------------- */

.float > * {
	float: left;
}
.float.divide > :last-child {
	float: right;
}
.float::after,
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
dl.left dt {
	float: left;
}

/* line ///
---------------------------------------------- */

.line02 {
    margin-bottom: 20px;
    padding-left: 94px;
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/line02_bg.jpg) repeat no-repeat left bottom;
    border-bottom: 3px solid;
	position: relative;
    color: #333333;
    font-size: 2.8rem;
}
.line02 i {
    position: absolute;
    bottom: 5px;
    left: 0;
}
.line02 h2 {
    margin-bottom: 8px;
    line-height: 100%;
}
.line02 span {
    margin-bottom: 2px;
    display: block;
    color: #d3dd00;
    font-size: 1.6rem;
}
.line02 a {
    width: 91px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 26px;
}

/* 購入希望者一覧 //
---------------------------------------------- */

.kiji-list li {
    border-bottom: 1px dotted #AAA;
	overflow: hidden;
	padding: 10px 0;
	max-height: 100%;
}
.kiji-list li a {
	display: block;
}
.kiji-list li:first-child {
    border-top: 1px dotted #AAA;
}
.kiji-list li p:first-child {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
	background: url(/wp/wp-content/themes/friend-home/sell/images/common/silhouette.png) no-repeat 50% 50% #EEE;
	background-size: contain;
}
.kiji-list li h3 {
    font-weight: normal;
    color: #b2ba00;
}
.kiji-list li h3 .user-name {
    margin-left: 10px;
}
.kiji-list li h3 + p {
    line-height: 1.53;
    padding: 0 5px 0 60px;
}


/* 評価 //
---------------------------------------------- */

.voice-hyoka {
	font-size: 16px;
    line-height: 1;
}
.voice-hyoka i {
    width: 170px;
    height: 22px;
	display: inline-block;
	position: relative;
    top: 2px;
}
	.voice-hyoka i.star1 {
		background: url(/wp/wp-content/themes/friend-home/sell/images/common/voice_star10.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star2 {
		background: url(/wp/wp-content/themes/friend-home/sell/images/common/voice_star20.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star3 {
		background: url(/wp/wp-content/themes/friend-home/sell/images/common/voice_star30.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star4 {
		background: url(/wp/wp-content/themes/friend-home/sell/images/common/voice_star40.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star5 {
		background: url(/wp/wp-content/themes/friend-home/sell/images/common/voice_star50.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star0 {
		background: url(/wp/wp-content/themes/friend-home/sell/images/common/voice_star00.png) 0% 50% no-repeat;
		background-size: contain;
	}


/* ヘッダー
////////////////////////////////////////////////////////////////////*/

#body_header {
    position: relative;
}
#body_header::after {
    height: 8px;
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/shadow.png) left center;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
	z-index: 1;
    content: "";
}
#header-line {
    background-color: #d3dd00;
    font-size: 1.3rem;
}
h1 {
	color: #333333;
	font-weight: normal;
	line-height: 1.7; /* staff.cgi用 */
	/* width: 738px; */
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header-line li {
    margin-left: 10px;
}
#header-line a {
    color: #333333;
}

#header-title {
    padding-right: 204px;
    position: relative;
}
#header-title p:not(.mail) {
	float: left;
}
#header-title p:nth-of-type(1) {
    margin-right: 67px;
    padding-top: 15px;
}
#header-title p:nth-of-type(1) img {
	width: 292px;
}
#header-title .mail {
	position: absolute;
	top: -2px;
	right: -1px;
}

/* グローバルメニュー
////////////////////////////////////////////////////////////////////*/

#gmanu {
	padding: 1px 0;
    background-color: #d3dd00;
}
#gmanu::before , #gmanu::after {
    display: block;
    height: 1px;
    background-color: #fff;
    content: "";
}
#gmanu > ul {
    font-size: 0;
    padding: 5px 0;
}
#gmanu > ul li {
    display: inline-block;
    vertical-align: middle;
}
#gmanu > ul ul {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
    border-radius: 4px;
    display: inline-block;
}

/* かんたん売却査定 //
////////////////////////////////////////////////////////////////////*/

#kantan-satei {
	padding: 0 10px;
	height: 256px;
	height: 255px;
	background: url(/wp/wp-content/themes/friend-home/sell/images/index/subhead_satei_bg.jpg) no-repeat top center;
	position: relative;
	margin-bottom: 100px;
}

/* システム部 */
/*#kantan-satei ol.SyubetuJusyoc-list {
    padding-top: 20px;
	overflow: hidden;
	position: relative;
    z-index: 10;
}
#kantan-satei ol.SyubetuJusyoc-list li {
	float: left;
	width: 174px;
}
#kantan-satei ol.SyubetuJusyoc-list li:first-child {
	width: 154px;
}
#kantan-satei ol.SyubetuJusyoc-list li p:nth-of-type(2) {
    margin-left: auto;
    width: 140px;
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/select_bg.jpg) no-repeat right 1px top 2px #fff;
    overflow: hidden;
}
#kantan-satei ol.SyubetuJusyoc-list li label {
	height: 59px;
	display: block;
    overflow: hidden;
    text-indent: -100%;
}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(1) label {
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/kantan-satei_li1.png) no-repeat 6px 0%;
}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(2) label {
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/kantan-satei_li2.png) no-repeat 11px 0%;
}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(3) label {
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/kantan-satei_li3.png) no-repeat 7px 0%;
}
#kantan-satei ol.SyubetuJusyoc-list select {
    padding-left: 10px;
    padding-right: 26px;
    width: 150%;
    height: 32px;
    background: transparent;
    border-top: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    display: block;
    text-align: left;
    -webkit-appearance: none;
	font-size: 16px;
}

#kantan-satei ol + p {
    position: absolute;
    left: 542px;
    top: 115px;
    font-size: 0;
	z-index: 20;
}

#kantan-satei ol + p input[type="submit"] {
	width: 208px;
	height: 118px;
    border: none;
	cursor: pointer;
	margin-right: 5px;
	background-color: transparent;
	font-size: 0;
}
#kantan-satei h3 + p input[type="submit"]:nth-of-type(1) {
	background: url(/wp/wp-content/themes/friend-home/sell/images/common/kantan-satei_btn1_off.png) 0% 0% no-repeat,url(/wp/wp-content/themes/friend-home/sell/images/common/kantan-satei_btn1_on.png) 0% 0% no-repeat;
}
#kantan-satei h3 + p input[type="submit"]:nth-of-type(1):hover {
	background: url(/wp/wp-content/themes/friend-home/sell/images/common/kantan-satei_btn1_on.png) 0% 0% no-repeat;
}

#kantan-satei form > p:last-child {
    position: absolute;
    right: 0;
    bottom: -35px;
    font-size: 1.2rem;
    line-height: 35px;
}*/

#kantan-satei h2 {
	z-index: 10;
    position: absolute;
}
#kantan-satei h2 + form {
	padding-top: 114px;
}
#kantan-satei ol.SyubetuJusyoc-list {
	padding-left: 14px;
}
#kantan-satei ol.SyubetuJusyoc-list li + li {
	margin-top: 5px;
}
#kantan-satei ol.SyubetuJusyoc-list li::after {
	content: "";
	clear: both;
	display: block;
}
#kantan-satei ol.SyubetuJusyoc-list li > * {
	float:left;
}
#kantan-satei ol.SyubetuJusyoc-list li > p:nth-of-type(1) {
	width: 165px;
}
#kantan-satei ol.SyubetuJusyoc-list li > p:nth-of-type(2) {
	margin-left: auto;
    width: 140px;
    background: url(/wp/wp-content/themes/friend-home/sell/images/common/select_bg.jpg) no-repeat right 1px top 2px #fff;
    overflow: hidden;
}
#kantan-satei ol.SyubetuJusyoc-list li p label {
	height: 34px;
    display: block;
    overflow: hidden;
    text-indent: -100%;
}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(1) p label {
	background: url(/wp/wp-content/themes/friend-home/sell/images/index/subhead_satei_li1.png) no-repeat 0px 0%;
}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(2) p label {
	background: url(/wp/wp-content/themes/friend-home/sell/images/index/subhead_satei_li2.png) no-repeat 0px 0%;
}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(3) p label {
	background: url(/wp/wp-content/themes/friend-home/sell/images/index/subhead_satei_li3.png) no-repeat 0px 0%;
}
#kantan-satei ol.SyubetuJusyoc-list select {
	padding-left: 7px;
	padding-right: 26px;
	width: 150%;
	height: 32px;
	background: transparent;
	border-top: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	display: block;
	text-align: left;
	-webkit-appearance: none;
	font-size: 16px;
}

#kantan-satei h3 {
	position: absolute;
	top: 18px;
	right: 23px;
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 15%);
}

#kantan-satei h3 + p input[type="submit"] {
    width: 268px;
    height: 128px;
    display: block;
    border: none;
    cursor: pointer;
    font-size: 0;
	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 10%);
}
#kantan-satei h3 + p {
	position: absolute;
	left: 372px;
	top: 106px;
	font-size: 0;
	z-index: 20;
}
#kantan-satei h3 + p input[type="submit"]:nth-of-type(1) {
	background: url(/wp/wp-content/themes/friend-home/sell/images/index/subhead_satei_btn1_off.png) 0% 0% no-repeat;
	border-radius: 4px;
}
#kantan-satei h3 + p input[type="submit"]:nth-of-type(1):hover {
	background: url(/wp/wp-content/themes/friend-home/sell/images/index/subhead_satei_btn1_on.png) 0% 0% no-repeat;
}

#kantan-satei form > p:last-child {
	position: absolute;
	right: 0;
	bottom: -35px;
	font-size: 1.2rem;
	line-height: 35px;
}

/* フッター //
////////////////////////////////////////////////////////////////////*/

body > footer,
body > footer a {
	color: #333333;
}

#body_footer {
    margin-top: 87px;
    background-color: #d3dd00;
}
#f-com {
    position: relative;
	padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    position: relative;
}
#f-com p:first-child {
	line-height: 1.6;
	width: 780px;
}
#f-com p:first-child strong {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-top: 2px;
	line-height: 1; /* staff.cgi用 */
}

#f-com .snsIcons {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

#f-com .snsIcons > li {
	list-style: none;
}

#f-com .snsIcons > li + li {
	margin-left: 20px;
}

#f-com .snsIcons a {
	transition: opacity 0.2s ease-out;
}

#f-com .snsIcons a:focus,
#f-com .snsIcons a:hover {
	opacity: 0.8;
}

#f-com .snsIcons img {
	width: 44px;
	height: auto;
}

#body_footer .pagetop {
    position: absolute;
	top: 79px;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#footer-link {
    padding-top: 13px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.33);
	vertical-align: top;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#footer-link li {
    font-size: 1.3rem;
	line-height: 2;
    padding-left: 2px;
}
#footer-link li ul {
    margin-left: 1em;
}
footer > small:last-child {
    background-color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #888;
}

.switcher-pc {
    text-align: center;
    padding: 0 20px 20px;
    line-height: 80px;
}
.switcher-pc a {
    display: block;
    background-color: #FFF;
    width: 980px;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 32px;
}