@charset "UTF-8";
/* =================================== */
/*	Basic Style 
/* =================================== */


/*body {
	font-family:'Roboto Condensed', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.01em;
	color: rgba(39,48,57,.8);
}*/


/* title
----------------------*/
/*h1,h2,h3,h4,h5,h6{
	margin:0 0 30px;
	line-height: 1.3;
	color:#000;
}

h2{font-size:28px;}
h2.h2-s{font-size:22px !important;}
h3{font-size:22px;}
h4{font-size:18px;}

p{margin:0 0 20px;}*/

.tit-box-line{
	text-align:center;
}

.subtit-box-line-1{
	font-size:20px;
	margin-bottom:40px;
	position:relative;
}

.tit-box-line .subtit-box-line-1::after{
	content: " ";
    display: block;
    width: 30px;
    height: 1px;
    overflow: hidden;
    background: #888;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
}

.tit-box-line .subtit-box-line-2 span{
	border-bottom:2px solid #34BCB0;
	padding-bottom:3px;
	color: #34BCB0;
}





/* text
----------------------*/

/* color */
.txt-black{color:#000;}
.txt-white{color:#fff;}
.txt-red{color:#dc3545;}

/* size */
.txt-s{font-size:12px !important;}
.txt-l{font-size:22px;}

/* others */
.txt-cl{text-align:center;}
.txt-b,.txt_b{font-weight:bold;}
.txt-n{font-weight:normal;}


/* underline */
.heighlight {
    display: inline;
    padding: 3px 0;
    background: -moz-linear-gradient(transparent 82%,#fff695 82%);
    background: -webkit-linear-gradient(transparent 82%,#fff695 82%);
    background: linear-gradient(transparent 82%,#fff695 82%);
}


/* box
----------------------*/
.box-border-def{
    border: 2px solid #dedede;
    padding: 40px 30px;
    border-radius: 12px;
}

.box-border-def p:last-child{
	margin-bottom:0;
}

.border-style-01{
	border: 2px solid #F0414F;
}


/* link 
----------------------*/
/*a{
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

a:focus, a:active, a:hover{
	outline: 0;
	text-decoration:none;
}*/

/* tel */
a[href^="tel:"] {
	cursor: default;
}

/* section 
----------------------*/
/*.site-content{
	padding-top:80px;
}

.section-first{
	paddint-top:60px !important;	
}

.section-def{
	padding:0 0 80px;
}*/




/* button
----------------------*/
/*.btn-lg{
	font-size:13px;
}*/

.btn-default {
    color: #fff;
    background-color: #34BCB0;
    border-color: #34BCB0;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #34BCB0;
    background-color: #fff;
    border-color: #34BCB0;
	text-decoration:none;
}

/*
.btn-primary{
	color: #fff;
    background-color: #F2BB4A;
    border-color: #F2BB4A;
	border-bottom: 3px solid #826529;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: rgba(242,187,74,0.8);
    border-color: rgba(242,187,74,0.8);
	text-decoration:none;
	border-bottom: 3px solid #826529;
}*/


/* table
----------------------*/
/* table-rwd */
.table-rwd dl{
	border-bottom:1px solid #eaeaea;
	clear:both;
	min-height:50px;
}

.table-rwd dl:nth-child(1){
	border-top:1px solid #eaeaea;
	padding-top:15px;
}

.table-rwd dl dt{
	width:33%;
	width: 50%;
	float:left;
	margin-bottom:15px;
	color:#000;
	line-height:1.2;
}

.table-rwd dl dd{
	margin:0 0 0 34%;
	margin: 0 0 0 51%;
	margin-bottom:15px;
}


/* form input item
----------------------*/
.form-input-wrap{
	margin-bottom: 30px;
}

.form-input-wrap dl{
	border-bottom:1px solid #eaeaea;
	padding: 18px 0 15px;
	margin: 0;
}

.form-input-wrap dl:nth-child(1){
	border-top:1px solid #eaeaea;
	padding-top:15px;
}

.form-input-wrap dl dt{
	color: #000;
	margin-bottom: 10px;
}

.form-input-wrap dl dd{
	padding-bottom: 0px;
}

/* procedure */
.form-step{
	width: 100%;
	margin-bottom: 60px;
}

.form-step ul {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
	margin: 0 auto;
	text-align: center;
}

.form-step ul li {
    display: block;
    float: left;
	width: 33%;
    text-align: center;
    padding-left: 0;
}

.form-step ul li:before {
    border-top: 3px solid #a8a8a8;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 13px;
    right: 1px;
    width: 100%;
    z-index: 1;
}

.form-step ul li:first-child:before {
    left: 50%;
    max-width: 50%;
}

.form-step ul li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.form-step ul li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 9px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s;
}

.form-step ul li .step-tit {
    color: #333;
    display: block;
	font-weight: bold;
    font-size: 13px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 10;
}

.form-step ul li.current .step {background: #27CFBE;}
.form-step ul li.current .step-tit {color: #27CFBE;}



/* row-eq-height
----------------------*/
/* row に付与 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


/* margin padding
----------------------*/
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.mgnL0 {margin-left:0 !important;}
.mgnL5 {margin-left:5px !important;}
.mgnL10 {margin-left:10px !important;}
.mgnL15 {margin-left:15px !important;}
.mgnL20 {margin-left:20px !important;}
.mgnL30 {margin-left:30px !important;}
.mgnL40 {margin-left:40px !important;}
.mgnL50 {margin-left:50px !important;}
.mgnL100 {margin-left:100px !important;}

.mgnR0 {margin-right:0 !important;}
.mgnR1 {margin-right:1px !important;}
.mgnR5 {margin-right:5px !important;}
.mgnR10 {margin-right:10px !important;}
.mgnR15 {margin-right:15px !important;}
.mgnR20 {margin-right:20px !important;}
.mgnR30 {margin-right:30px !important;}
.mgnR40 {margin-right:40px !important;}
.mgnR45 {margin-right:45px !important;}
.mgnR50 {margin-right:50px !important;}
.mgnR90 {margin-right:90px !important;}
.mgnR100 {margin-right:100px !important;}


.pdnT0{padding-top:0 !important;}
.pdnB0{padding-bottom:0 !important;}


/* back to top
----------------------*/
/*#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
	z-index:9999;
}
#page-top a {
    border-radius: 50%;
    background: rgba(39,48,57,.35);
	width: 48px;
    height: 48px;
	cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 3px 10px 7px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #17bebb;
}*/




/*-----------------------------------------------*/
/* header
/*-----------------------------------------------*/

.navbar-brand{
	text-align:center;
}

.etcodes-normal-logo{
	display:inline-block;
}

.navbar-brand span{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 10px;
}

.logo-img{
    width: 60px !important;
}


@media only screen and (max-width: 767px) {
    
    .logo-img{
        width: 50px !important;
    }

}

/*-----------------------------------------------*/
/* footer
/*-----------------------------------------------*/

.web-footer{
	margin-top:80px;
}

.ft-nav{
	background-color:#f8f8f8;
	padding:30px 0;
}

.ft-nav ul{
	list-style:none;
	font-size:12px;
}

.ft-nav ul li a{
	color:#888 !important;
}

.ac-panel dt{
	display:none;
}

.ac-panel dd a{
	color:#888 !important;	
	display:block;
	font-size:12px;
}

/* copyright */
.ft-copy{
	background:#000;
	padding:20px 0;
}

.ft-copy p{
	margin-bottom:0;
	font-size:12px;
	color:#fff;
}

.ft-copy p a{
	color:#fff;
	font-weight:600;
}

.txt-number{
	text-align:right;
}


/*-----------------------------------------------*/
/* TOP
/*-----------------------------------------------*/

/*.link-top{
	padding:20px;
}

.link-top dt{
	font-size:18px;
	margin-bottom:10px;
}

a .link-top,
a:hover .link-top{
	color:#333;
	text-decoration:none;
}

.bg-give{background:#CAE5E8;}
.bg-buy{background:#FCC9CF;}

.list-commnet{
	display:table;
	margin-bottom:30px;
	font-size:14px;
}

.list-commnet div{
	display:table-cell;
	vertical-align:middle;
}

.list-commnet div:nth-child(1){
	width:30%;
}

.list-commnet div:nth-child(2){
	padding-left:10px;
}

.list-commnet div img{
	width:100%;
}*/



/*-----------------------------------------------*/
/* 2nd common
/*-----------------------------------------------*/

.page_main_title h1{
	font-size:22px;
}



/*-----------------------------------------------*/
/* 買取ガイド
/*-----------------------------------------------*/

/** common **/
/* ftnav */
.ftnav-sell ul{
	list-style:none;
	margin:0 auto;
}

.ftnav-sell ul li{
	width:15.7%;
	margin:0 0.3% 10px;
	display:inline-block;
}

.ftnav-sell ul li a {
    color: #000;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 12px;
    border: 2px solid #EBEBEB;
    border-radius: 4px;
    font-weight: bold;
}

.ftnav-sell ul li.contact a {
    border: 2px solid #EF9999;
    color: #e24747;
}

.ftnav-sell ul li a img{
	display:block;
	width:45%;
	margin:0 auto 10px;
}

/* flow wrap */
.wrap-flow-half{
	display:table;
	width:100%;
	margin-bottom:60px;
}

.wrap-flow-half div{
	display:table-cell;
	vertical-align:middle;
}

.wrap-flow-half div img{
	margin:0 auto;
}

.wrap-flow-half div:nth-child(even){
    padding: 20px 0 0;
    color: #333;
    font-size: 38px;
    width: 10%;
	text-align:center;
}

.wrap-flow-half div:nth-child(odd) p{
	height:40px;
}

.wrap-flow-half div:nth-child(odd){
	width:45%;	
}



/** 買取ガイドTOP **/
.bg-circle{
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
	width:350px;
	height:350px;
	margin:0 auto;
}

.bg-circle-inner{
	padding:50px 0 0;
}

.bg-circle-inner p{
	margin-bottom:10px;
}

.bg-circle-inner img{
	width:160px;
	margin:0 auto;
}

.wrap-flow{
	display:table;	
	width:100%;
}

.wrap-flow div{
	display:table-cell;
	vertical-align:top;
	text-align:center;
}

.wrap-flow div:nth-child(odd){
	width:21.25%;
}

.wrap-flow div:nth-child(even){
	padding:60px 0 0;
	color:#333;
	font-size:28px;
	width:5%
}

.wrap-flow div h5{
	font-size:16px;
	margin-bottom:0;
}

.wrap-flow img{
	margin-bottom:15px;
}


/** FAQ **/
dl.list-faq dt{
	margin-bottom:7px;
}

dl.list-faq dd{
	margin-bottom:20px;
}

/** 査定に関して **/
.ico_assess {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    margin-right: 10px;
}

/** お送りいただけるもの **/
ul.point-ok{
    width:100%;
	list-style:none;
}

ul.point-ok li {
    float: left;
    width: 24%;
    color: #505050;
    margin: 0 1% 30px 0;
}

.bg-circle-ok {
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto 20px;
}

ul.point-ok li p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.bg-circle-ok-inner img {
    margin: 0 auto;
    width: 120px;
    padding-top: 30px;
}

.wrap-notice{
	border:1px solid #e24747;
	padding:40px 30px;	
}


/*-----------------------------------------------*/
/* 購入ガイド
/*-----------------------------------------------*/

/** キャリーオンの魅力 **/
.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 0 0 20px;
	padding: 15px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #f1f1f1;
	border-radius:5px;
	width:100%;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f1f1f1;
}

.balloon1 p,
.balloon1-right p {
	margin: 0;
	padding: 0;
	font-size:16px;
	color:#000;
}

.balloon1-right {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #fff;
	border-radius:5px;
	width:100%;
}

.balloon1-right:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}

table.list-flow-check{
	background:#f7f7f7;
	margin-bottom:30px;
}

table.list-flow-check th{
	width:70%;
	font-weight:normal;
	padding:15px 20px;
}

/** スタッフ **/
.wrap-staff-comment{
	width:90%;
	position:relative;	
	margin:50px auto;
}

/* 1 */
.wrap-staff-comment .photo-l{
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	width:50%;
}

.wrap-staff-comment .text-r{
	background:#fff;
	padding:70px 30px;	
	width:65%;
	float:right;
	margin:80px 0 0;
}

.wrap-staff-comment .text-r p{
	margin-left:60px;
}

.wrap-staff-comment .photo-l img{
	width:80%;
}

/* 2 */
.wrap-staff-comment .photo-r{
	z-index:2;
	position:absolute;
	top:0;
	right:0;
	width:50%;
}

.wrap-staff-comment .text-l{
	background:#fff;
	padding:70px 30px;	
	width:65%;
	float:left;
	margin:80px 0 0;
}

.wrap-staff-comment .text-l p{
	margin-right:60px;
}

.wrap-staff-comment .photo-r img{
	width:80%;
	margin-left:20%;
}

/** 愛用者の声 **/
.tit-num-fans{
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
}

.tit-fans span{
	display: table;
	background: #34BCB0;
	color: #fff;
	padding: 7px 14px;	
}

/*-----------------------------------------------*/
/* 利用規約
/*-----------------------------------------------*/

.tit-agree{
	font-size:16px;
	margin-bottom:7px;
}

ol.list-agree{
	list-style-type: decimal;
	list-style-position:outside;
	padding-left:25px;	
}

ul.list-agree{
	list-style-type:none;
}


/*-----------------------------------------------*/
/* プライバシーポリシー
/*-----------------------------------------------*/

#privacy dl.list-faq dt{
	color:#000;
	font-size:16px;	
}



/*============================================================
	small desktop 
==============================================================*/

@media (min-width: 993px) and (max-width: 1199px) {
	
	
	
}


/*============================================================
	under tablet
==============================================================*/
@media only screen and (max-width: 992px) {
	
	/* title */
	h1{font-size:24px;}
	h2{font-size:20px;}
	h3{font-size:18px;}
	h4{font-size:16px;}
	h5,h6{font-size:15px;}
	
	/** common **/
	/* pagae title */
	/*.title-page{
    	margin-bottom:30px;
	}

	.title-sec{
    	text-align: left;	
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding: 15px 4%;
		border-top: 1px solid #DDD;
		background-color: #F3F3F3;
		margin-bottom:30px;
	}*/
	
	/** TOP **/
	/*.list-commnet div{
		vertical-align:top;
	}
	
	.list-commnet div:nth-child(1){
		width:25%;
	}*/
	
	/* header */
	.etcodes-normal-logo{
		display:none;
	}
	
	.etcodes-mobile-logo{
		display:inline-block;
	}
	
	.navbar-brand span{
		padding:10px 0 0;
		color:#000;
		display:block;
	}
	
	.navbar-dark .navbar-brand span{
		color:#fff;
	}
	
	.navbar-nav{
		font-size:13px;
	}
	
	
	
	/** お送りいただけるもの **/
	.bg-circle-ok {
    	width: 160px;
    	height: 160px;
	}
	
	.bg-circle-ok-inner img {
    	width: 90px;
    	padding-top: 35px;
	}
	
	
	/** スタッフ **/
	.wrap-staff-comment{
		width:100%;
		position:relative;	
		margin:30px auto;
	}
	
	.wrap-staff-comment .photo-l,
	.wrap-staff-comment .photo-r{
		z-index:2;
		position:static;
		width:100%;
	}
	
	.wrap-staff-comment .photo-l img,
	.wrap-staff-comment .photo-r img{
		width:100%;
		margin:0;
	}
	
	.wrap-staff-comment .text-r,
	.wrap-staff-comment .text-l{
		padding:20px 20px;	
		width:100%;
		float:none;
		margin:0 0 0;
	}
	
	.wrap-staff-comment .text-r p,
	.wrap-staff-comment .text-l p{
		margin:0 0 20px;
	}




	
	
}


/*============================================================
	tablet
==============================================================*/

@media (min-width: 768px) and (max-width: 991px) {
	
	/* header */
	.navbar-brand span{
		display:inline-block;
		padding-left:10px;
	}
	
	.navbar-dark .navbar-brand span{
		color:#000;
	}
	
	/* footer */
	.ft-copy p{
		font-size:11px;
	}
	
	
	/** 買取ガイド **/
	.ftnav-sell ul li{
		width:18.7%;
		margin:0 0.4% 10px;
	}
	
	/** 買取ガイドTOP **/
	.bg-circle{
		width:310px;
		height:310px;
	}
	
	.bg-circle-inner img {
    	width: 130px;
	}
	
	.wrap-flow div:nth-child(even){
		padding:30px 0 0;
	}
	
	
}


/*============================================================
	mobile
==============================================================*/
@media only screen and (max-width: 767px) {
	
	/* form */
	.form-step{
		margin-bottom: 30px;
	}
	
	.form-step ul li .step-tit{
		font-size: 11px;
		top: 10px;
	}
	
	.form-step ul li:before {
		top: 15px;	
	}
	
	.form-step ul li .step{
		font-size: 13px;
		padding: 6px 10px;
	}
	
	
	/*-------------------------------------*/
	
	/* title */
	/*h2{font-size:18px;}
	h2.h2-s{font-size:16px !important;}
	h3{font-size:17px;}
	h4{font-size:16px;}*/
	
	.page_main_title h1 {
    	font-size: 20px;
	}
	
	
	/* text */
	.txt-cl{text-align:left;}
	
	/* link tel */
	a[href^="tel:"]{
		cursor:pointer;
	}
	
	/* table */
  	.table-rwd dl dt{
		width:100%;
		float:none;
		margin-bottom:7px;
		font-weight:bold;
	}
	
	.table-rwd dl dd{
		margin:0;
		margin-bottom:20px;
		font-size:15px;
	}
	
	/* section */
	/*.section-def {
    	padding: 0 0 50px;
	}*/
	
	/* box */
	.box-border-def{
	    padding:30px 15px;
	}
	
	/* button */
	.btn-block-xs {
    	display: block;
    	width: 100%;
	}
	
	
	/*-------------------------------------------*/
	
	/** common **/
	/* header */
	/*.navbar-brand{
		padding:10px 0;	
	}

	.navbar-brand img {
    	max-height: 40px;
	}
	
	.navbar-toggle {
		font-size: 25px;
		margin:10px 10px 0 0;
	}
	
	.navbar-nav{
		font-size:14px;
	}
	
	.dropdown-menu li{
		padding:5px 0;
	}*/

	/* content */
	/*.site-content {
    	padding-top:60px;
	}*/
	
	
	/* header */
	#main-content{
		position:relative;
	}
	
	.navbar{
		padding-top: 5px;
		padding-bottom: 5px;
		min-height:80px;
		/*position:fixed;*/
		background:#fff;
		width:100%;
		overflow: hidden;
	}
	
	.navbar ul.navbar-nav{
		height: 100%;
    	overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	/*.page-container{
		padding-top:80px;
	}*/
	
	.navbar-brand span{
		display:inline-block;
		padding-left:10px;
	}
	
	.navbar-dark .navbar-brand span{
		color:#000;
	}
	
	/* footer */
	.web-footer {
    	margin-top:40px;
	}

	.ft-nav ul{
		margin-bottom:0;
	}
	
	.ft-nav ul li{
		padding:13px 0;
		border-bottom: 1px solid #DAD9D9;
		position:relative;
		font-size:14px;
		font-weight:500;
	}
	
	.ft-nav ul li a {
    	color: #333 !important;
	}

	.ft-nav ul li:after{
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight:bold;
		font-size:18px;
		position:absolute;
		top:12px;
		right:10px;
		color: #333;
	}
	
	.txt-number{
		text-align:left;
		font-size: 11px;
		line-height: 1.3;
		margin-top: 10px;
	}
	
	/* ft-nav accordion */
	dl.ac-panel {
	  width: 100%;
	  margin-bottom:0;
	  position:relative;
	}
	 
	.ac-panel > dt {
	  cursor: pointer;
	  padding:13px 0;
	  font-weight: bold;
	  display:block;
	  border-bottom:1px solid #DAD9D9;
	  font-size:14px;
	  font-weight:500;
	  color: #333;
	}
	 
	.ac-panel dt:after{
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		font-weight:bold;
		font-size:18px;
		position:absolute;
		top:12px;
		right:10px;
	}
	 
	.ac-panel > dd {
	  margin: 0;
	  padding: 0;
	}
	
	.ac-panel dd a {
		color: #333 !important;
		font-size: 14px;
		padding:13px 13px 13px 20px;
		border-bottom:1px solid #DAD9D9;
	}
	
	/** TOP **/
	.bg-img-71 {
    	background-image: url(../images/top/main_visual_xs.jpg);
	}
	/*.bg-give{
		margin-bottom:20px;
	}*/
	
	
	/** 買取ガイド common **/
	.ftnav-sell ul li{
		width:31.5%;
		margin:0 0.4% 10px;
	}
	
	.ftnav-sell ul li a{
		font-size:10px;
	}
	
	/* flow wrap */
	.wrap-flow-half div{
		display:block;
		vertical-align:middle;
	}

	.wrap-flow-half div:nth-child(even){
    	padding:10px 0;
    	font-size: 38px;
    	width: 100%;
		text-align:center;
	}

	.wrap-flow-half div:nth-child(odd) p{
		height:auto;
	}

	.wrap-flow-half div:nth-child(odd){
		width:100%;	
	}
	
	
	
	/* 買取ガイドTOP */
	.bg-circle{
		width:260px;
		height:260px;
		margin:0 auto 30px;
	}
	
	.bg-circle-inner{
		padding:65px 0 0;
	}

	.bg-circle-inner p{
		font-size:12px;
	}
	
	.bg-circle-inner img{
		width:90px;
	}
	
	.wrap-flow{
		display:block;
		/*border-left: 3px solid #ccc;*/
	}
	
	.wrap-flow div{
		display:block;
	}
	
	.wrap-flow div:nth-child(odd),
	.wrap-flow div:nth-child(even){
		width:80%;
		margin:0 auto;
	}
	
	.wrap-flow div:nth-child(even){
		padding:10px 0;
	}
	
	/** 査定に関して **/
	.ico_assess{
		width:60px;
	}
	
	/** お送りいただけるもの **/
	ul.point-ok li {
		float: none;
		width: 90%;
		margin: 0 auto 40px;
	}
	
	.wrap-notice{
		padding:30px 20px;	
	}
	
	/** キャリーオンの魅力 **/
	table.list-flow-check th{
		width:60%;
		font-size:12px;
		padding:15px 5px 15px 15px;
	}
	
}