@charset "utf-8";
/* CSS Document */


/* red ****************************************************************************************************************/
/*
#body h1, #body h1 a,
#body h2, #body h2 a,
#body h3, #body h3 a,
#body h4, #body h4 a,
#body h5, #body h5 a,
#body h6, #body h6 a,
div.meta{
	color:#ff5353 !important;
	}
#side,
#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6,
#main hr{
	border-color:#f42b2b !important;
	}
#main table td:first-child, #main table th:first-child{
	border-left-color:#f42b2b !important;
	}

body>nav,
.colorButton,
body>footer .sec02,
body>header h1:after,
h1#mainTitle{
	background:#ec2a2a;
	}
body>nav a:hover, body>nav a:active{
	background:#f64e4e;
	}

body>nav:after,
body>footer .sec01{
	background-color:#eeeeee !important;
	}
.hf_contact:before{
	content:url(../../image/common/header/tel_red.png);
	}
/**************************************************************************************************************** red */

/* orange ****************************************************************************************************************/

#body h1, #body h1 a,
#body h2, #body h2 a,
#body h3, #body h3 a,
#body h4, #body h4 a,
#body h5, #body h5 a,
#body h6, #body h6 a,
div.meta{
	color:#f07a1a;
	}
#side,
#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6,
#main hr{
	border-color:#f07a1a !important;
	}
#main table td:first-child, #main table th:first-child{
	border-left-color:#f07a1a;
	}

body>nav,
.colorButton,
body>footer .sec02,
body>header h1:after,
h1#mainTitle{
	background:#f07a1a;
	}
body>nav a:hover, body>nav a:active{
	background:#fba661;
	}

body>nav:after,
body>footer .sec01{
	background-color:#fbefdc;
	}
.hf_contact:before{
	content:url(../../image/common/header/tel_orange.png);
	}
/**************************************************************************************************************** orange */




*{
    padding:0;
    margin:0;
		max-width:100%;
		box-sizing:border-box;
    }
body,html{
    font-size:14px;
    line-height:1.8em;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color:#333;
    }
a:hover img{
    opacity:0.8;
    }
img{
    border:none;
    outline:none !important;
    height:auto;
    vertical-align:bottom;
    }
ul>li{
	list-style:none;
	}

body{
	width:100%;
	min-width:1000px;
	}
body>header,
body>nav>ul,
#body,
body>footer>div>div,
body>footer>nav,
#goTop{
	width:1000px;
	margin:0 auto;
	}
@media screen and (min-width: 541px){
	}
@media screen and (max-width: 540px){
html{
	width:100%;
	overflow-x:hidden;
	}
body{
	min-width:100%;
	}
body>header,
body>nav>ul,
#body,
body>footer>div,
body>footer>.wrapper>nav,
#goTop{
	width:100%;
	}
	}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* header ************/
body>header a,
body>footer a{
	color:#333;
	text-decoration:none;
	}
body>header a:hover, body>header a:active,
body>footer a:hover, body>footer a:active{
	text-decoration:underline;
	}

body>header>ul,
body>footer>nav ul{
	float:right;
	letter-spacing:-.20em;
	margin-top:10px;
	border-left:1px dashed #333;
	}
body>header>ul li,
body>footer>nav ul li{
	display:inline-block;
	letter-spacing:0px;
	}
body>header>ul li a,
body>footer>nav ul li a{
	display:block;
	border-right:1px dashed #333;
	padding:0px 20px;
	font-size:12px;
	}
body>header>h1{
	clear:both;
	font-size:24px;
	}
body>header>h1 img{
	padding-right:6px;
	width:auto;
	}
body>header{
	padding-bottom:10px;
	}

body>header .hf_contact{
	float:right;
	margin-top:10px;
	}
.hf_contact{
	width:310px;
	font-size:12px;
	line-height:1.8em;
	position:relative;
	padding-left:34px;
	}
.hf_contact .colorButton{
	float:right;
	padding:10px;
	margin-top:8px;
	}
.hf_contact .tel{
	display:block;
	font-size:24px;
	font-weight:bold;
	}
.hf_contact:before{
	position:absolute;
	left:0px;
	top:4px;
	}

body>header:after,
.hf_contact:after{
	content:"";
	display:block;
	clear:both;
	}
body>nav>ul{
	text-align:center;
	letter-spacing:-.40em;
	}
body>nav li{
	display:table-cell;
	letter-spacing:0px;
	vertical-align: middle;
	}
body>nav a{
	color:#fff;
	text-decoration:none;
	display:table-cell;
	line-height: 1.2em;
	padding:0;
	min-width:125px;
	font-size:16px;
	position:relative;
	height: 65px;
	vertical-align: middle;
	}
	@media (max-width:540px) {
		body>nav a{
			height: auto;
			display: block;
			}
	}
	/* flexbox追加 */
	.header_logo_container {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.h1_logo {
		width: 440px;
	}
	.header_tel {
		width: 516px;
	}
@media screen and (min-width: 541px){
body>nav{
	height:auto !important;
	}
body>nav a:after{
	content:"";
	width:0;
	height:20px;
	border-right:1px dashed #fff;
	position:absolute;
	right:0;
	top:22px;
	}
body>nav a:before{
	content:"";
	width:0;
	height:20px;
	border-right:1px dashed #fff;
	position:absolute;
	left:0;
	top:22px;
	}
body>nav{
	display:block !important;
	}
body>header>h1 img{
	position:relative;
	bottom:-8px;
	}
body>header>h1{
	padding-bottom:10px;
	}
	}
@media screen and (max-width: 540px){
body>header>ul{
	display:none !important;
	}
body>nav{
	display:none;
	margin-bottom:10px;
	}
body>nav li{
	display:block;
	}
body>nav a{
	padding:6px 20px;
	text-align:left;
	border-top:1px solid #fff;
	}
body>header .h1_logo {
	width: 100%;
	margin-bottom: 3px;
}
body>header h1{

	float:none !important;
	font-size:16px;
	text-align:left;
	padding:10px 6px 0;
	padding-right:60px;
	position:relative;
	}
body>header h1 img{
	display:block;
	width: 100%
	max-width: 318px;
	}
body>header h1:after {
	background-color: #fff;
}
body>header h1:after{
	content:url("../../image/common/menu_btn.jpg");
	text-align:center;
	color:#fff;
	font-size:26px;
	line-height:20px;
	padding:0;
	width:50px;
	display:inline-block;
	position:absolute;
	right:6px;
	top:16px;
	}
body>header .hf_contact{
	display:none !important;
	}
.hf_contact{
	display:block;
	margin:0 auto;
	float:none !important;
	}
	}
.h_kaitori {
	margin-top: 5px;
	width: 100%;
}
.h_kaitori_btn {
	width: 32%;
}
.h_kaitori_btn img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 540px){
	.h_kaitori {
		display: none;
	}
}
/************ header */


/* footer ************/

.mobi_kaitori {
	width: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	padding: 10px 5px;
	position: fixed;
	bottom: 0;
}
.mobi_kaitori_btn {
	width: 32%;
}
.mobi_kaitori_btn img {
	display: block;
	width: 100%;
}
@media screen and (min-width: 541px){
	.mobi_kaitori {
		display: none;
	}
}

body>footer>nav ul{
	float:none;
	text-align:center;
	border-left:none;
	margin-bottom:10px;
	}
body>footer>nav ul li:first-child a{
	border-left:1px dashed #333;
	}

body>footer .sec01>div{
	padding:20px 0;
	}
body>footer .sec01>div>a>img{
	display:inline-block;
	margin:4px;
	}

body>footer .hf_contact{
	display:inline-block;
	margin-right:10px;
	}

body>footer .sec02>div{
	color:#fff;
	}
body>footer .sec02>div>img,
body>footer .sec02>div>div,
body>footer .sec02>div>a{
	float:left;
	margin-right:10px;
	line-height:1.4em;
	font-size:12px;
	}
body>footer .sec02 small{
	display:block;
	clear:both;
	text-align:right;
	line-height:1.4em;
	font-size:12px;
	padding-bottom: 100px;
	}
body>footer .sec02>div a{
	color:#fff;
	}
#goTop{
	text-align:right;
	}
#goTop a{
	display:inline-block;
	position:fixed;
	bottom:50px;
	}
#goTop a img{
	opacity:0.6;
	}
#goTop a:hover img , #goTop a:active img{
	opacity:1;
	}
@media screen and (min-width: 541px){
body>footer .hf_contact{
	position:relative;
	top:2px;
	}
	#goTop a img{
		padding: 0;
		margin-bottom: 50px
		}
	}
@media screen and (max-width: 540px){
body>footer>nav ul{
	margin-right:10px;
	margin-left:10px;
	}
body>footer>nav ul li{
	display:block;
	width:50%;
	float:left;
	}
body>footer>nav ul:after{
	content:"";
	display:block;
	clear:both;
	}
body>footer>nav ul{
	border-top:1px solid #aaa;
	margin-bottom:20px;
	}
body>footer>nav ul li a{
	border:none;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:10px 0;
	}
body>footer>nav ul li:nth-of-type(2n+1) a{
	border-left:1px solid #aaa;
	}

body>footer .sec01{
	text-align:center;
	padding:0 6px;
	}

body>footer .sec02>div>img,
body>footer .sec02>div>div,
body>footer .sec02>div>a{
	text-align:center;
	margin:6px auto;
	display:block;
	float:none;
	}
body>footer .sec02 small{
	text-align:center;
	margin-top:10px;
	}

#goTop a{
	right:10px;
	bottom:20px;
	margin-bottom: 40px;
	}

body>footer .hf_contact{
	display:block;
	margin:0 auto;
	text-align:left;
	}
@media screen and (max-width: 340px){
body>footer .sec01>div>a{
	display:block;
	width:49%;
	float:left;
	}
body>footer .sec01>div>a:nth-of-type(2n){
	float:right;
	}
body>footer .sec01>div:after{
	content:"";
	display:block;
	clear:both;
	}
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
#goTop a{
	right:20px;
	}
}
/************ footer */


/* side ************/
#side{
	/* border-top:6px solid #aaa; */
	}
#side img{
	margin-bottom:10px;
	}

@media screen and (max-width: 540px){
#side>ul li{
	display:block;
	width:49%;
	float:left;
	}
#side>ul li:nth-of-type(2n){
	float:right;
	}
#side>ul:after{
	content:"";
	display:block;
	clear:both;
	}
}
/************ side */



/* #result ************/
#result ul:after{
	content:"";
	display:block;
	clear:both;
	}
#result li{
	width:234px;
	float:left;
	padding-bottom:15px;
	}
#result li:nth-of-type(3n+1){
	margin-right:22px;
	clear:both;
	}
#result li:nth-of-type(3n){
	float:right;
	}
#result li img{
	width: 100%;
	padding-bottom:8px;
	}
#result li a{
	color:#333;
	text-decoration:none;
	font-size:12px;
	line-height:1.4em;
	display:block;
	}
#result li a:hover, #result li a:active{
	text-decoration:underline;
	}

@media screen and (min-width: 541px){
	}
@media screen and (max-width: 540px){
#result li{
	width:49% !important;
	float:left !important;
	margin:0 !important;
	margin-bottom:10px !important;
	}
#result li:nth-of-type(2n+1){
	clear:both !important;
	}
#result li:nth-of-type(3n+1){
	clear:none;
	}
#result li:nth-of-type(2n){
	float:right !important;
	}
}
/************ #result */


/* body ************/

#body:after{
	content:"";
	display:block;
	clear:both;
	}
#main{
	width:746px;
	float:right;
	}
#side{
	width:234px;
	float:left;
	}

section{
	margin-bottom:40px;
	}
section:after{
	content:"";
	display:block;
	clear:both;
	}

#body h1{
	border-top:6px solid #aaa;
	font-size:28px;
	padding-top:6px;
	line-height:1.8em;
	}

.colorButton img:hover, .colorButton img:active{
	opacity:0.9;
	}
@media screen and (min-width: 541px){
	}
@media screen and (max-width: 540px){
#body h1{
	font-size:18px;
	line-height:1.6em;
	}

#body{
	padding:0 10px;
	}
#main,
#side{
	float:none;
	width:100%;
	border-top:none !important;
	}
	}
/************ body */

/* #purchase ************/

#purchase li{
	display:block;
	width:235px;
	height:110px;
	float:left;
	border:1px solid #ccc;
	font-size:11px;
	line-height:1.4em;
	padding:10px;
	padding-right:0;
	margin-bottom:10px;
	}
#purchase li:before{
	content:"";
	}
#purchase li b{
	font-size:16px;
	margin-bottom:6px;
	display:block;
	line-height:1.2em;
	}
#purchase li img{
	float:left;
	margin-right:10px;
	}
#purchase li:nth-of-type(3n){
	float:right;
	}
#purchase li:nth-of-type(3n+1){
	margin-right:20px;
	}
@media screen and (min-width: 541px){
#purchase h1 {
	text-align:center;
	font-size:42px !important;
	}
}
@media screen and (max-width: 540px){
#purchase li{
	float:none !important;
	width:100%;
	}
}
/************ #purchase */



.top_txt{
	float:left;
	line-height: 1.4em;
}

/********** sokokan **********/
.soko-kan {}
.sokokan .header-image {margin: 0;display: block;}
.sokokan .header-image img {width: 100%;height: auto;}
h1.sokokan_pagetitle {border: 0;padding: 0;}
.card_wrap {display: flex;flex-wrap: wrap;justify-content:space-around;margin-bottom: 20px;}
.card_item {width: calc(33.3% - 5px);border: solid;border-width: 4px;border-color: #FFF;box-shadow: 0 3px 3px gray;position: relative;margin-bottom: 5px;}
.card_item img {width: 100%;height: auto;}
@media screen and (max-width: 540px){
	.card_item {width: calc(50% - 5px);border: solid;border-width: 4px;border-color: #FFF;box-shadow: 0 3px 3px gray;position: relative;margin-bottom: 5px;}
}
.cat_title {bottom: 0;margin: 0;padding: 0;border: 0;text-align: center;}
.g-map {margin: 0 auto;position: relative;width: 100%;padding-top: 56.25%;margin-bottom: 20px;}
.g-map iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
.map_title {font-size: 2rem;padding: 5px;margin-bottom: 10px;}
.sokokan_footer {display: flex;flex-wrap: wrap;justify-content:space-between;}
.sokokan_footer .brand_logo {width: 18%;}
.sokokan_footer .footer_txt {width: 82%;padding-left: 30px;}
.footer_txt .shop_name {font-size: 3rem;font-weight: 600;padding: 5px;}
.footer_txt .address,.footer_txt .phone {font-size: 2.4rem;padding: 5px;}
.footer_txt .openinghours {font-size: 3rem;padding: 5px;}
@media screen and (max-width: 540px){
	.footer_txt .shop_name {font-size: 1.3rem;padding: 0;}
	.footer_txt .address,.footer_txt .phone {font-size: 1.3rem;padding: 0;}
	.footer_txt .openinghours {font-size: 1.3rem;padding: 0;}
}

/********** 買取商品一覧 **********/
.itemList {
	width: 100%;
	padding: 5px;
	justify-content: flex-start;
}
.itemList ul::after {
	content: "その他"
}
.itemList ul li.itemName {
	display: inline-block;
	background-color: #dedede;
	padding: 5px;
	text-align: center;
	font-size: 1em;
}

@media (min-width:481px) {
	.itemList {
		width: 100%;
		padding: 10px;
	}
}
/********** メール査定 **********/
.satei_banner {
  margin-bottom: 50px;
}
.satei_banner_txt {
	margin-bottom: 5px;
}
.required {
	display: inline-block;
	font-size: 11px;
	padding: 0 3px;
	background: rgb(187, 7, 7);
	border-radius: 2px;
	color: #FFF;
	font-weight: 400;
	margin-left: 3px;
}

/********** 金券買取価格表 **********/
.strong_comment {
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}
.strong_comment span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media (min-width:481px) {
	.strong_comment {
	font-size: 2em;
	line-height: 1.6em;
	}
}
table.kinken { width: 100%; }
table.kinken th, table.kinken td  { padding: 10px; border: 1px solid #ddd; }
table.kinken th  { background: #f4f4f4; }
table.kinken th  { width: 40%; text-align: left; }
table.kinken th:first-child, table.kinken th:first-child {
	border-left-width:1px !important;
	border-left-color:#aaa !important;
}
@media only screen and (max-width:480px){
  table.kinken { margin: 0; }
  table.kinken th,
  table.kinken td{
	  width: 100%;
	  display: block;
	  border-top: none;
  }
	table.kinken tr:first-child th { border-top: 1px solid #ddd; }
}

/*----- 遺品整理 -----*/
.promoPic img {
	width: 100%;
}
.repletion {
	text-align: center;
	margin: 30px 0 15px;
	font-size: 2.5em;
}
/*----- TEL -----*/
.phone_Box {
	width: 90%;
	height: 100px;
	margin: 15px auto 50px;
	background: #f00;
	border-radius: 4px;
	font-size: 4em;
	color: #fff;
	font-weight: 800;
	line-height: 100px;
	text-align: center;
}
.phone_Box::before {
	font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  padding-right : 5px;
  color: #fff;
	font-weight: 900;
}
@media (max-width:480px) {
	.phone_Box {
		font-size: 2em;
	}
	.phone_Box::before {
	  padding-right: 2px;
	}
	.phone_Box a {
		text-decoration: none;
		color: white;
	}
}

/*----- 工具屋源さん -----*/
.case_wrap {
	width: 100%;
	margin: 30px 0;
}
.case_wrap h2 {}
.case_wrap .case_category {}
.case_wrap .case_category h3 {}
.case_wrap .case_category .ctg_wrap,
.shop_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case_wrap .case_category .ctg_wrap .ctg_image {
	width:25%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.shopInfo {
	width: 49%;
	padding: 10px 0 5px 0;
}
.case_wrap .case_category .ctg_wrap .ctg_image img,
.shop_wrap .shopInfo img {
	width: 100%;
	height: auto;
	display: block;
}
	@media (max-width:480px) {
		.case_wrap {
			width: 90%;
			margin: 0 auto;
		}
		.case_wrap h2 {}
		.case_wrap .case_category {
			width: 100%;
		}
		.case_wrap .case_category h3 {}
		.case_wrap .case_category .ctg_wrap {}
		.case_wrap .case_category .ctg_wrap .ctg_image {
			width: 100%;
		}
		.case_wrap .case_category .ctg_wrap .ctg_image img {}
		.shop_wrap .shopInfo {
			width: 95%;
			margin: 5px auto;
		}
	}
.contents_margin {
	margin: 20px 0 30px 0;
}
.siteLink {
	width: 90%;
	margin: 20px auto;
	text-align: center;
}
.siteLink a {
	background-color: #f8b551;
	display: block;
	font-size: 1.8rem;
	color: #fff!important;
	font-weight: 800;
	padding: 20px;
	border-radius: 3.5px;
	border-bottom: 3px solid #d69d47;
	height: 80px;
	text-decoration: none;
	line-height: 40px;
}
@media (max-width:480px) {
	.siteLink a{
		font-size: 1.5rem;
		line-height: 1em;
	}
}
.siteLink a:hover {
	border-bottom: none;
	position: relative;
	top: 3px;
	display: block;
	color: #fff;
}
.reason {
	font-size: 2em;
	font-weight: 400;
}
.reason span {
	font-size: 2.5rem;
	color: orange;
	font-weight: 800;
}
@media (max-width:480px) {
	.reason {
		font-size: 1em;
		font-weight: 400;
	}
	.reason span {
		font-size: 2rem;
	}
}
.brand_list,
.category_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brand_img,
.hinmoku_item {
	width:25%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.category_item {
	width:32%;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: center;
}
.caption_1 {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 0.85em;
}
.category_item a {
	text-decoration: none;
	color: #666666;
}
.ninteisho {
	width: 50%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width:480px) {
	.brand_img,
	.hinmoku_item {
		width:50%;
	}
	.category_item {
		width:48%;
	}
}
.storeImage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.storeImage .storePic {
	width: 32%;
}
.storeImage img {
	width: 100%;
	height: auto;
}
.shopPic {
	width: 49%;
}
.shopPic img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 480px){
	.storeImage .storePic,
	.shopPic,
	.category_wrap {
		width: 95%;
		margin: 5px auto;
	}
}
.bdr5px img,
.bdr_txtbox {
	border: solid 5px #ddd;
}
.sm_txt {
	font-size: 0.9em;
}
.lg_txt {
	font-size: 1.5em;
}
.bdr_txtbox {
	height: 65px;
}
/* ---------- 宅配買取 ---------- */
div.threeStep {
	width: 32%;
	margin: 20px 0 50px 0;
}
	div.threeStep img{
		width: 100%;
		margin-bottom: 10px;
	}
@media screen and (max-width: 480px){
	div.threeStep {
		width: 100%;
		margin: 20px 0 20px 0;
	}
}
div.btnRed,
div.btnYellow,
div.btnGreen {
	width: 32%;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
}
	div.btnRed a {
		display: block;
		width: 100%;
		height:80px;
		line-height: 80px;
		background-color: #cc0269;
		color: #fff !important;
		text-decoration: none;
		border-bottom: 3px solid #8a0531;
		border-radius: 4px;
	}
	div.btnYellow a {
		display: block;
		width: 100%;
		height:80px;
		line-height: 80px;
		background-color: #e2d310;
		color: #fff !important;
		text-decoration: none;
		border-bottom: 3px solid #bbaf07;
		border-radius: 4px;
	}
	div.btnGreen a {
		display: block;
		width: 100%;
		height:80px;
		line-height: 80px;
		background-color: #31c812;
		color: #fff !important;
		text-decoration: none;
		border-bottom: 3px solid #1e9106;
		border-radius: 4px;
	}
	div.btnRed a:visited,
	div.btnYellow a:visited,
	div.btnGreen a:visited {
		color: #fff !important;
	}
div.riyuu {
	margin-bottom: 50px;
}
	div.riyuu h3.nomal {
		color: #000 !important;
    text-align: left;
    border: none !important;
	}
	div.riyuu p {}
div.secComment {
	width: 100;
	border: solid 1px #666;
	border-radius: 4px;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
	margin: 10px 0 20px 0;
}
dl.prefecture {
	width: 100%;
	display: flow-root;
	overflow: hidden;
}
	dl.prefecture dt {
		width: 25%;
		background-color:#0f83d7;
		color:#fff;
		text-align: center;
		float: left;
		margin-bottom: 3px;
	}
	dl.prefecture dd {
		width: 75%;
		float: right;
		margin-bottom: 3px;
		padding-left: 7px;
	}

@media screen and (max-width: 480px){
	div.btnRed,
	div.btnYellow,
	div.btnGreen {
		width: 32%;
		font-size: 20px;
	}
	div.btnRed a,
	div.btnYellow a,
	div.btnGreen a {
		height: 60px;
		line-height: 60px;
	}

	div.riyuu {
		display: flow-root;
		overflow: hidden;
	}
		div.riyuu .hinmoku_item {
			width: 100%;
		}
		div.riyuu img {
			width: 25%;
			float: left;
			margin-bottom: 5px;
		}
		div.riyuu h3 {
			display: block;
			width: 75%;
			float: right;
			padding-left: 10px;
			font-size: 20px !important;
		}
		div.riyuu p {
			display: block;
			width: 100%;
			padding: 5px;
			padding-top: 5px;
			clear: both;
			border-top: solid 1px #666;
			margin-bottom: 15px;
		}
	div.secComment {}
	dl.prefecture {}
		dl.prefecture dt {
			width: 100%;
		}
		dl.prefecture dd {
			width: 100%;
			margin-bottom: 15px;
		}
}
/* ---------- LINE査定 ---------- */
.threeStep div.num1,
.threeStep div.num2,
.threeStep div.num3,
.threeStep div.num4 {
	display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
	min-height: 85px;
}
.threeStep div.num1::before,
.threeStep div.num2::before,
.threeStep div.num3::before,
.threeStep div.num4::before {
	display: inline-block;
  width: 4rem;
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle;
  color: #00B900;
}
.threeStep div.num1::before { content: '1.'; }
.threeStep div.num2::before { content: '2.'; }
.threeStep div.num3::before { content: '3.'; }
.threeStep div.num4::before { content: '4.'; }
.photo_comment {
	min-height: 150px;
	text-align:left;
}

@media screen and (max-width: 480px){
	.photo_comment {
		min-height: 50px;
		text-align:left;
	}
}
h3.style2 {
	border: none;
  background-color: #ff8f35;
  color: white !important;
  padding: 7px;
}
