@media screen and (max-width:768px){


.sale_reason_wrap{
    margin: 0px 0px 80px 0px;
}
.sale_reason_wrap h2{
    text-align: center;
    margin: 0px auto 40px auto;
    padding: 40px 0px 0px 0px;
    width: 92%;
}
.sale_reason_wrap h2 span{
    display: block;
    font-size: 4vw;
    text-align: center;
    line-height: 29px;
    margin: 25px 0px 0px 0px;
    font-weight: normal;
    text-align: left;
}

.sale_reason_list_wrap{
	background-image:url(/sale_reason/img/reason_bg.jpg);
	padding:40px 0px;
	overflow:hidden;
}
.sale_reason_list{
	width:92%;
	margin:0px auto;
}
.sale_reason_list_box{
    box-shadow: 0 0 7px #c3c3c3;
    background-color: #FFF;
    overflow: hidden;
    margin: 0px 0px 40px 0px;
}
.sale_reason_list_box:nth-child(2) .sale_reason_list_img{
	margin:0px 0px 0px 9%;
}
.sale_reason_list_box:nth-child(4) h3{
    font-size: 5.9vw;
}
.sale_reason_list_box:nth-child(5) h3{
    font-size: 5.9vw;
}
.sale_reason_list_box:nth-child(6) h3{
    font-size: 5.9vw;
}
.sale_reason_list_box:last-child{
	margin-bottom:0px;
}
.sale_reason_list_tex{
    padding: 6%;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.sale_reason_list_tex_ryu{
    font-size: 5vw;
    font-weight: bold;
    color: #d3cebe;
    margin: 0px 0px 10px 0px;
    line-height: 20px;
}
.sale_reason_list_box h3{
    font-size: 8vw;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    line-height: 32px;
    color: #b3a371;
}
.sale_reason_list_box h3 span{
    display: block;
    color: #b3a371;
    font-weight: bold;
    font-size: 4.7vw;
}
.sale_reason_list_box p{
font-size: 4vw;
    margin: 0px 0px 0px 0px;
    line-height: 25px;
}
.sale_reason_list_img{

}

/*----------------------------------------------------------
	 form customize
----------------------------------------------------------*/
.stepBar {
	display: flex;
 	max-width: 9-%;
 	position: relative;
  	margin: 20px auto;
  	text-align: center;
  	padding:0;
}
.stepBar li {
 	font-size: 14px;
 	list-style: none;
 	position: relative;
 	width: 33.333%;
}
.stepBar li:after {
  	background: #D0E1F9;
  	content: "";
  	width: calc(100% - 24px);
 	height: 4px;
  	position: absolute;
  	left: calc(-50% + 18px);
  	top: 15px;
}
.stepBar li:first-child:after {
	display: none;
}
.stepBar li span {
	background: #D0E1F9;
	color: #ffffff;
	display: inline-block;
	height: 35px;
	margin-bottom: 5px;
	line-height: 35px;
	width: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.stepBar .visited:after {
	background: #042455;
}
.stepBar .visited span {
	background: #042455;
}

.form_section {
	width: 96%;
	margin: 0 auto 20px;
}
.form_intro p {
	background: #eee;
	padding: 20px;
}
.form_wrap {
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_subttl {
	margin-bottom: 10px;
}
.form_subttl p {
	border-bottom: 5px solid #eee;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	font-size: 16px;
}
.form {
	width: 100%;
	margin: 0 auto;
	border-top:none;
}
.form>tbody>tr>th,
.form>tbody>tr>td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.form tr th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 5px;
	padding-bottom: 0;
}
.form th p {}
.form th span.form_required,
.form th span.form_any {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.form th span.form_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.form th span.form_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
}
.form td {
	display: block;
	padding: 5px;
}
.form td input[type="text"],
.form td input[type="tel"],
.form td input[type="password"],
.form td input[type="number"],
.form td textarea,
.form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 4px;
	margin-right: 2px;
	height:auto;
}
.form td input[type="file"] {
	cursor: pointer;
	height: 35px;
	font-family: 'Arial', YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}
.form td .jcjs_imgbox {}
.form td .ui-datepicker-trigger {
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
	width: 20px;
	height: auto;
}
.form td select {
	cursor: pointer;
	height: 42px;
	width: 100%;
}
.form td textarea {
	height: 150px;
	display: block;
	width: 100%;
}
.form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 8px 15px 8px 8px;
	display: inline-block;
	margin: 0 2px 4px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}
.form td label input {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.form td label input[type="checkbox"],
.form td label input[type="radio"] {
	vertical-align: text-top;
	margin: 0 10px 0 0;
}
.form td input[type="text"]:hover,
.form td input[type="tel"]:hover,
.form td input[type="password"]:hover,
.form td input[type="number"]:hover,
.form td textarea:hover,
.form td select:hover,
.form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.form_privacy {
	font-size: 13px;
	text-align: center;
}
.form_privacy a {
	color: #006DD9;
}
.form_privacy a:hover {
	text-decoration: underline;
}
.form_submit {
	position: relative;
	width: 100%;
	padding: 20px 0;
}
#jc_btn_submit {
	-webkit-appearance: none;
	border: 2px solid #ccc;
	background: #eee;
	color: #777;
    	border-radius: 30px;
    	width: 90%;
    	height: 60px;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	box-shadow: 0 0 3px 0 #999;
    	padding: 0 40px;
    	font-weight: bold;
    	margin: 0 auto 30px;
    	font-size: 18px;
    	display: block;
    	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#jc_btn_submit.jcjs_btn_ok {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
}
#jc_btn_submit.jcjs_btn_ok:hover {
	color: #2799fb;
	background: #fff;
}
/* form_inner
---------------------------------------- */
.form_inner {
	margin-left: 15px;
}
.form_inner, .form_inner_multi {
	background: #fcfcf5;
	border: 1px solid #f0f0ce;
	padding: 10px;
	margin: 5px 0;
}
.form_inner table,
.form_inner_multi table {
	width: 100%;
	border-top:none;
}
.form_inner_multi input[type="text"]:nth-of-type(3) {
	width: 100%;
}
.form_date .ui-datepicker-trigger{
	display:block;
}
.form_date select{
	width: 27% !important;
}
/* form_error
---------------------------------------- */
.form_error {
	color: #ff4a32;
	font-weight: bold;
	display: block;
	padding: 5px;
}
.form_error_cell {
	background: #FFE8E5;
}
/* item
---------------------------------------- */
.form_item_box {}
.form_item_box li:not(:last-child) {
	margin-bottom: 15px;
}
.form_item_comment {
	font-size: 13px;
	color: #888;
	padding-left: 20px;
	margin-top:0;
}
.form_w100 input,
.form_w100 textarea,
.form_w100 select,
.form_w100 label {
	width: 100%;
}
.priority100 input[type="text"],
.priority100 input[type="tel"],
.priority100 input[type="password"],
.priority100 input[type="number"],
.priority100 textarea,
.priority100 select,
.priority100 label {
	width: 100% !important;
}
.not100 input[type="text"],
.not100 input[type="tel"],
.not100 input[type="password"],
.not100 input[type="number"],
.not100 textarea,
.not100 select,
.not100 label {
	width: auto !important;
}
.form_w80 input,
.form_w80 textarea,
.form_w80 select,
.form_w80 label {
	width: 80%;
}
.form_w60 input,
.form_w60 textarea,
.form_w60 select,
.form_w60 label {
	width: 60%;
}
.form_w40 input,
.form_w40 textarea,
.form_w40 select,
.form_w40 label {
	width: 40%;
}
.form_w20 input,
.form_w20 textarea,
.form_w20 select,
.form_w20 label {
	width: 20%;
}
span.form_w60.madori select {
   		width: 60%;
}
/* fin
---------------------------------------- */
.form_fin_txt {
	border: 5px solid #eee;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_fin_txt span {
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 22px;
	display: block;
	font-weight: bold;
}
.form_fin_txt p {
	font-size: 14px;
}
.form_fin {
	width: 100%;
}
.form_fin tr {}
.form_fin th, .form_fin td {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.form_fin th {
	text-align: left;
	background: #FAFAF9;
	padding: 5px;
}
.form_fin td {
	padding: 5px;
	padding-bottom: 15px;
}
.form_fin td p {
	padding: 10px;
	margin-left: 20px;
	background: #fcfcf5;
	border: 1px solid #f0f0ce;
	margin-top: 5px;
	font-size: 13px;
}
.form_fin_link {
	margin: 0 auto 30px;
}
.form_fin_link a {
	display: block;
	background: #111;
	border: 1px solid #111;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}
.form_fin_link a:hover {
	color: #111;
	background: #fff;
}
.form_date td select {
	width: 60%;
}
div.jcjs_imgbox {
	height: 100px !important;
	width: 100% !important;
}
.fo_err {
	background-color: #ffe8e5 !important;
	border: 1px solid #ffb7ad !important;
}
.form_pri{
	text-align:center;
	font-size:14px;
	line-height:23px;
}
.form_pri a{
	color:#0000ee;
	text-decoration:underline;
}
.form_pri a:hover{
	color:#000;
	text-decoration:none;
}
/*-----------------------
　　survey
-----------------------------------------*/
table {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #CCC;
}
.form tr th br {
    display: none;
}
.form_survey_privacy{
	font-size: 13px;
	text-align: center;
	padding-bottom:70px;
}
.form_survey_privacy a {
    	text-decoration: underline;
    	color: #006DD9;
    	display: inline;
    	font-size: 13px;
    	font-weight: bold;
}
.sale_form_selection_tex{
font-size: 14px;
    line-height: 21px;
}
.sale_form_selection_tex span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}


/*　査定実績　*/
.app_li_wrap {
 background: #eee;
 padding: 20px;
 border-radius: 5px;
}

.app_li_row {
 background: #fff;
 border-radius: 3px;
 border-bottom: 1px dashed #ccc;
}


.app_li_row:last-child {
 border: none;
}

.app_li_row a {
    display: flex;
    text-decoration: none !important;
    padding: 15px;
    justify-content: left;
    flex-direction: column;
}

.app_li_row a:hover {
 background: #eaf2f4;
}

.app_li_row a > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 75%;

}

.app_li_icon {
 background: #7dbbca;
 padding: 5px 10px;
 color: #fff;
 border-radius: 3px;
 display: inline-block;
 width: 60px;
 text-align: center;
}

span.app_li_day {
    color: #ccc;
    font-size: 14px;
    text-align: center;
    width: 80px;
}

.app_li_tex {
    font-size: 15px;
    width: 100%;
}

.app_sho_wrap h3 {
    background: #eee;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
}
.app_sho_wrap h3 p {
    margin: 0;
}
.app_sho_main_img {
    margin: 0 auto 20px;
}
.app_sho_main {
 border: 1px solid #ccc;
 border-radius: 5px;
 padding: 20px;
 margin-bottom: 30px;
 font-size: 14px;
}

.app_sho_main > p {
 margin: 0 0 15px;
}

.app_sho_detail {
 background: #eee;
 padding: 20px;
 border-radius: 5px;
}


.app_sho_detail li {
 display: flex;
 align-items: center;
 margin: 0 0 10px;
}

.app_sho_detail li:last-child {
 margin-bottom: 0px;
}

.app_sho_detail li p {
 margin: 0 0 0 10px;
 font-weight: bold;
}

.app_sho_detail li span {
    background: #beaf87;
    color: #FFF;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.app_sho_name:not(:empty) {
    color: #00a0e8;
    font-weight: bold;
    padding: 0 1%;
    background: #fff;
    border: 1px dashed #00a0e8;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 15px;
    margin-right: 10px;
}

.app_sho_subtxt {
 text-align: center;
 font-size: 14px;
 margin: 0;
 line-height: normal;
}
.app_sho_subtxt .app_sho_name:not(:empty) {
    padding: 0 !important;
    border: none !important;
    margin: 0 3px !important;
    font-size: 14px !important;
}

.app_sho_wrap > a {
 text-decoration: none !important;
 color: #fff !important;
 background: #e60012;
 border-radius: 5px;
 width: 81%;
 display: block;
 text-align: center;
 margin: 30px auto;
 padding: 20px;
 font-size: 20px;
}

.app_sho_wrap > a:hover {
 background: #c70010;
}
.app_sho_tochimenseki,
.app_sho_nobeyukamenseki {
    font-weight: bold;
}
.app_sho_tochimenseki:not(:empty)::before {
    content: "土地面積";
    font-weight: normal;
    background: #00a0e8;
    color: #FFF;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.app_sho_nobeyukamenseki:not(:empty)::before {
    content: "延床面積";
    font-weight: normal;
    background: #00a0e8;
    color: #FFF;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.app_sho_kakaku:not(:empty) {
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: normal;
    font-weight: bold;
    font-size: 25px;
    background: #eeeeee;
    border-radius: 5px;
    color: #c70010;
    padding: 15px;
}
.app_sho_kakaku:not(:empty)::before {
    content: "上記の売却査定額は";
    color: #333;
    font-size: 18px;
    margin-right: 5px;
}
.app_sho_kakaku:not(:empty)::after {
    content: "でした。";
    color: #333;
    font-size: 18px;
    margin-left: 5px;
}

.app_sho_plan {

}
.app_sho_plan_h3{
}
.app_sho_plan ul {
    display: flex;
    justify-content: center;
}
.app_sho_plan_row1 {
    border: 3px solid #ec653f;
    background: #fff4f1;
}
.app_sho_plan_row1 .app_sho_plan_tl2 {
    color: #ec653f;
}
.app_sho_plan_row2 {
    border: 3px solid #b33d90;
    background: #fff2fb;
}
.app_sho_plan_row2 .app_sho_plan_tl2 {
    color: #b33d90;
}
.app_sho_plan_row3 {
    border: 3px solid #08a95e;
    background: #f4fffa;
}
.app_sho_plan_row3 .app_sho_plan_tl2 {
    color: #08a95e;
}
.app_sho_plan_row {
    width: 380px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.app_sho_plan_row:last-child {
    margin-right: 0px;
}
.app_sho_plan_tl p {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}
.app_sho_plan_tl span {
    margin-right: 5px;
    font-size: 15px;
    text-align: center;
    /* width: 100%; */
    /* display: block; */

}
.app_sho_plan_tl2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}

.app_sho_plan_row>p {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 0 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

	/* vo_de_tag
	---------------------------------------- */
	.vo_de_tag {
		margin: 50px auto 0;
		padding: 30px;
		background: #eaf2f4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.vo_de_tag_ttl {
		border-bottom: 1px solid #111;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
.vo_de_tag_ttl p {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
}
	.vo_de_tag_li p {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.vo_de_tag_li label.cms_topic_tag {
		padding: 3px;
	}
.vo_de_tag_li label.cms_topic_tag a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #333;
    color: #333;
    background: #fff;
    font-weight: bold;
}
.vo_de_tag_li label.cms_topic_tag a:hover {
    color: #fff;
    background: #00a0e8;
    text-decoration: none;
}


 /* ----------------------------------------
    group_all_topiclinks
    ---------------------------------------- */
.group_all_topiclinks {
    background: #fff;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 0px 5px #fef5cc inset;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

 .group_all_topiclinks ul {
  width: 70%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
 }

 .group_all_topiclinks li {
  margin: 3px;
 }

 .group_all_topiclinks_tl {
  width: 30%;
  text-align: center;
  padding: 0 24px 0 0;
  box-sizing: border-box;
  font-size: 15px;
 }

 .group_all_topiclinks li a {
  border: 2px solid #47adff;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  color: #47adff;
  font-weight: bold;
  font-size: 14px;
 }

 .group_all_topiclinks li a:hover {
  display: block;
  opacity: 0.6;
 }
 /* ----------------------------------------
    ch_grouppaging
    ---------------------------------------- */
 .group_paging {
  padding: 20px 0;
 }

 .group_paging ul {
  display: flex;
  justify-content: center;
 }

 .group_paging li {
  padding: 5px;
  line-height: 30px;
 }

.group_paging a, .group_paging span {
    border-radius: 50%;
    border: 1px solid #ffcc01 !important;
    color: #ffcc01 !important;
    background: #fff !important;
    width: 40px !important;
    height: 40px !important;
    box-sizing: border-box;
    display: block !important;
    text-align: center !important;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 37px !important;
}

 .group_paging a {
  text-decoration: none
 }

 .group_paging a:hover,
 .group_paging span {
  background: #ffcc01 !important;
  color: #333!important;
 }

 .group_paging p {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
 }
.topictag_name p:not(:empty) {
    display: block;
    background: #fff;
    color: #555;
    padding: 15px 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
	/**CMS PAN**/
	.breadcrumbs {
		width: 100%;
		padding: 5px 0;
		overflow-x: scroll;
	}
	.breadcrumbs ul {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		font-size: 11px;
	}
	.breadcrumbs ul li {
		margin: 0 10px 0 0;
		font-size: 11px;
		display: inline-block;
		line-height: 13px;
	}
	.breadcrumbs ul li:first-child::before {
		display: none;
	}
	.breadcrumbs ul li::before {
		padding: 0 10px 0 0;
		content: "\03e";
		font-size: 14px;
		color: #000;
	}
	.breadcrumbs ul li a {
		display: inline;
		font-weight: normal;
		color: #000;
	}

}