<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px){

.pcNone{display: none;}

/* キービジュアル
-------------------------------------------------- */
.keyVisual{
	background: #40ad36;
	text-align: center;
}

/* セクション
-------------------------------------------------- */
.sec_inner{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	border-bottom: 1px solid #cccccc;
}

#otoiawase .sec_inner{
	border-bottom: none;
}

.sec_inner h2{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.sec_inner h2:after{
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background: #40ad36;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -75px;
}

.sec_inner h2 + p{
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
	margin-top: 60px;
}

.sec_inner h2 + p span{
	font-weight: 600;
	color: #cc0000;
	text-decoration: underline;
}

/* 注意事項
-------------------------------------------------- */
.redBlock{
	box-sizing: border-box;
	border: 1px solid #cc0000;
	padding: 40px 0;
}

/* 友だち登録の方法
-------------------------------------------------- */
.lineEntry{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 40px auto 0;
}

.lineEntry li{
	box-sizing: border-box;
	width: 320px;
	border: 5px solid #cccccc;
	background: url("../img/bgi.gif");
	text-align: center;
	padding-bottom: 20px;
}

.lineEntry li span:nth-child(1){
	display: table-cell;
	width: 310px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

.lineEntry li span:nth-child(2){
	display: block;
	text-align: center;
	color: #f03d81;
	font-size: 20px;
	font-weight: 600;
}

/* サービスの流れ
-------------------------------------------------- */
.processList{
	margin-top: 60px;
}

.processList &gt; li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	position: relative;
}

.processList &gt; li:last-child{
	margin-bottom: 60px;
}

.processList &gt; li:not(:last-child):after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #cccccc transparent transparent transparent;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -40px;
}

.flex_txt{
	width: 700px;
}

.flex_txt p:first-child{
	color: #40ad36;
	font-size: 14px;
	font-weight: 600;
}

.flex_txt p:first-child span{
	color: #cc0000;
	font-size: 18px;
	font-weight: 600;
}

.flex_txt h3{
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
}

.flex_txt p:nth-child(3){
	font-size: 16px;
	line-height: 2em;
}

.flex_txt ul{
	margin-top: 20px;
}

.flex_txt li:before{
	content: "※";
}
.flex_txt li{
	font-size: 14px;
	line-height: 2em;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.flex_img{
	width: 450px;
}

.flex_img .photoImg{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	/*padding: 20px;
	width: 100%;
	border: 5px solid #cccccc;
	background: url("../img/bgi.gif");*/
}

.flex_img .photoImg span{
	cursor: pointer;
	display: block;
	width: 48%;
}

.flex_img .photoImg span img{
	width: 100%;
}

.flex_img .photoImg_single{
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	/*padding: 20px;
	width: 100%;
	border: 5px solid #cccccc;
	background: url("../img/bgi.gif");*/
}
.flex_img .photoImg_single img{
	width: 100%;
	max-height: 400px;
}

.flex_img span.up{
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-top: 10px;
}

/* 受付時間
-------------------------------------------------- */
.eigyo{
	box-sizing: border-box;
	width: 100%;
	border: 5px solid #cccccc;
	padding: 10px 0;
}

.eigyo p{
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
}

.eigyo span{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}

/* 買取をご希望の場合
-------------------------------------------------- */
.page82_link{
	margin-top: 40px;
	text-align: center;
}

.page82_link img{
	width: 100%;
	max-width: 1000px;
}

.linkBtn{
	display: block;
	width: 500px;
	padding: 20px 0;
	border-radius: 10px;
	text-decoration: none;
	margin: 40px auto 0;
	background: #666666;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	position: relative;
	transition: 0.3s;
}
.linkBtn:hover{background: #cc0000;}

.linkBtn:after{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	top: 50%;
	margin-top: -1px;
	right: 40px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.linkBtn:hover:after{right: 30px;}

/* お問い合わせ
-------------------------------------------------- */
.otoiawase{
	box-sizing: border-box;
	font-size: 20px;
	line-height: 2em;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
}

.form{
	display: block;
	box-sizing: border-box;
	border: 3px solid #000000;
	border-radius: 50px;
	width: 50%;
	margin: 0 auto 40px;
	padding: 15px 0;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	font-size: 20px;
	transition: 0.3s;
	text-indent: 1em;
}

.form:hover{
	border: 3px solid #000000;
	background: #ffffff;
	color: #000000;
}

.form span{
	position: relative;
}

.form span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -20px;
	z-index: 5;
	transition: 0.3s;
}

.form:hover span:before{
	border-color: transparent transparent transparent #000000;
}

/* モーダル処理
-------------------------------------------------- */
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 10;
}

.bigimg{
	position: absolute;
	width: 80%;
	max-width: 800px;
	top: 10%;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.close-btn{
	color: #fff;
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 100;
}

.close-btn a{
	color: #fff;
	text-decoration: none;
}

}


@media screen and (max-width:767px){

.pcNone{display: block;}

/* キービジュアル
-------------------------------------------------- */
.keyVisual{
	background: #40ad36;
	text-align: center;
}

.keyVisual img{
	width: 90%;
}

/* セクション
-------------------------------------------------- */
.sec_inner{
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}

#otoiawase .sec_inner{
	border-bottom: none;
}

.sec_inner h2{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.sec_inner h2:after{
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background: #40ad36;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -75px;
}

.sec_inner h2 + p{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
	margin-top: 40px;
}

.sec_inner h2 + p span{
	font-weight: 600;
	color: #cc0000;
	text-decoration: underline;
}

/* 友だち登録の方法
-------------------------------------------------- */
.lineEntry{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px auto 0;
}

.lineEntry li{
	box-sizing: border-box;
	width: 100%;
	border: 5px solid #cccccc;
	background: url("../img/bgi.gif");
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.lineEntry li span:nth-child(1){
	display: block;
	text-align: center;
	vertical-align: middle;
}

.lineEntry li span:nth-child(1) img{

}

.lineEntry li span:nth-child(2){
	display: block;
	text-align: center;
	color: #f03d81;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}

/* サービスの流れ
-------------------------------------------------- */
.processList{
	margin-top: 60px;
}

.processList &gt; li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
	position: relative;
}

.processList &gt; li:last-child{
	margin-bottom: 60px;
}

.processList &gt; li:not(:last-child):after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #cccccc transparent transparent transparent;
	position: absolute;
	bottom: -55px;
	left: 50%;
	margin-left: -40px;
}

.flex_txt{
	width: 100%;
}

.flex_txt p:first-child{
	color: #40ad36;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.flex_txt p:first-child span{
	color: #cc0000;
	font-size: 18px;
	font-weight: 600;
}

.flex_txt h3{
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
}

.flex_txt p:nth-child(3){
	font-size: 14px;
	line-height: 1.6em;
}

.flex_txt ul{
	margin-top: 20px;
}

.flex_txt li:before{
	content: "※";
}
.flex_txt li{
	font-size: 12px;
	line-height: 1.8em;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.flex_img{
	width: 100%;
}

.flex_img .photoImg{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	/*border: 5px solid #cccccc;
	background: url("../img/bgi.gif");*/
	margin-top: 20px;
}

.flex_img .photoImg span{
	display: block;
	width: 48%;
	cursor: pointer;
}

.flex_img .photoImg span img{
	width: 100%;
}

.flex_img .photoImg_single{
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	/*border: 5px solid #cccccc;
	background: url("../img/bgi.gif");*/
	margin-top: 20px;
}

.flex_img .photoImg_single img{
	width: 100%;
}

.flex_img span.up{
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin-top: 10px;
}

/* 受付時間
-------------------------------------------------- */
.eigyo{
	box-sizing: border-box;
	width: 100%;
	border: 5px solid #cccccc;
	padding: 10px 20px;
}

.eigyo p{
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}

.eigyo span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}

/* 買取をご希望の場合
-------------------------------------------------- */
.page82_link{margin-top: 20px;}
.page82_link img{width: 100%;}
.linkBtn{
	display: block;
	width: 90%;
	padding: 15px 0;
	border-radius: 10px;
	text-decoration: none;
	margin: 20px auto 0;
	background: #cc0000;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	position: relative;
	transition: 0.3s;
}

/* お問い合わせ
-------------------------------------------------- */
.otoiawase{
	box-sizing: border-box;
	font-size: 14px;
	line-height: 2em;
	padding: 20px 0;
	text-align: center;
}

.form{
	display: block;
	box-sizing: border-box;
	border: 3px solid #000000;
	border-radius: 50px;
	width: 90%;
	margin: 0 auto 20px;
	padding: 5px 0;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	transition: 0.3s;
	text-indent: 1em;
}

.form:hover{
	border: 3px solid #000000;
	background: #ffffff;
	color: #000000;
}

.form span{
	position: relative;
}

.form span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -15px;
	z-index: 5;
	transition: 0.3s;
}

.form:hover span:before{
	border-color: transparent transparent transparent #000000;
}

/* モーダル処理
-------------------------------------------------- */
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 10;
}

.bigimg{
	position: absolute;
	width: 80%;
	max-width: 800px;
	top: 10%;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bigimg img{
	width: 100%;
}

.close-btn{
	color: #fff;
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 100;
}

.close-btn a{
	color: #fff;
	text-decoration: none;
}

}</pre></body></html>