@charset "UTF-8";

/*-----------------------------
base
-----------------------------*/
/*@font-face {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: normal;
	font-weight: 400;
	src: url('../fonts/NotoSerifCJKjp-Medium.otf') format('otf'),
		 url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'),
	 	 url('../fonts/NotoSerifCJKjp-Medium.woff2') format('woff2');
}
*/
html {
	font-size: 62.5%;
}

body *{
	box-sizing:border-box;
	margin:0;
	padding:0;	
}

body {
	background-color:#fff;
	color: #101010;
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,"Yu Gothic", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	font-weight: 500;
	min-width:320px;
	margin:0 auto;
	width:100%;
	line-height: 1.5;
    letter-spacing: 0.2px;
}

body > section{
	position: relative;
	padding: 90px 0;
}

.flex{
	display:flex;
}

header{
	position: relative;
}
	header > img{
		width: 100%;
	}

header h1{
	padding: 10px 20px;
	background: rgba(255,255,255,0.7);
	position: relative;
	width: 100%;
}
	header h1 img{
		vertical-align:middle;
	}
h2{
	text-align: center;
	color: #333;
	font-weight: 600px;
	font-size: 30px;
	margin-bottom: 30px;
}
.contents{
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	body > section{
		padding: 40px 0;
	}
}

@media screen and (max-width: 600px){
	header h1{
		padding: 0 20px;
		height: 50px;
	}
		header h1 img{
			width: 80px;
		}

	h2{
		font-size: 24px;
		padding: 0 20px;
	}
}

/*-----------------------------
文字
-----------------------------*/

/*-----------------------------
余白
-----------------------------*/
.mb40{
	margin-bottom:40px;
}

/*-----------------------------
共通パーツ
-----------------------------*/
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
	-moz-padding-start: 0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

a{
	text-decoration:none;
}

a:link{
	color:#101010;
}
a:visited{
	color:#101010;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.spStyle,
.spStyle1024,
.spStyle450{
	display:none;
}

img{
	vertical-align:bottom;
}

.txt_c{
	text-align: center;
}

@media screen and (max-width: 1024px){
	.pcStyle1024{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.pcStyle{
		display: none;
	}
	.spStyle{
		display:block;
	}
}
@media screen and (max-width: 450px){
	.pcStyle450{
		display:none;
	}
	.spStyle450{
		display:block;
	}
}

/*-----------------------------
ボタン
-----------------------------*/

@media screen and (max-width: 768px){
}

/*-----------------------------
KOMEHYO買取予約とは
-----------------------------*/
#purchase .flex{
	justify-content: center;
	margin-bottom: 52px;
	position: relative;
}

#purchase .contents .box{
	width: 25%;
	position: relative;
	margin-right: 6%;
}

#purchase .contents .box.three{
	margin-right: 0;
}

#purchase .contents .box.one::after,
#purchase .contents .box.two::after{
	content: "";
	display: inline-block;
	background: url("../images/arrow01.png") no-repeat;
	background-size: contain;
	width: 27px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: -19%;
	transform: translateY(-50%);
}
	#purchase .box img{
		margin-bottom: 15px;
		max-width: 242px;
		width: 100%;
	}

#purchase .box img,
#purchase .arrow_img img{
	width: 100%;
}

#purchase .arrow_img{
	position: absolute;
	top: 40%;
	left: 46.5%;
	transform: translateY(-50%);
	width: 7%;
}
	#purchase .arrow_img img{
		max-width: 27px;
		width: 100%;
	}

#purchase .contents > p{
	font-size: 15px;
}

@media screen and (max-width: 768px){
	#purchase .box img{
		width: 80%;
	}
}
@media screen and (max-width: 767px){
	#purchase .flex{
		display: block;
	}
	#purchase .contents .box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	
	#purchase .contents .box.one::after,
	#purchase .contents .box.two::after{
		width: 20px;
		height: 24px;
		top: auto;
		right: auto;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
	#purchase .box img{
		width: 50%;
	}
}
@media screen and (max-width: 450px){
	#purchase .arrow_img{
		top: 37%;
		left: 48%;
		width: 5%;
	}
}
/*-----------------------------
買取予約の流れ
-----------------------------*/
#howTo{
	background: #f9fae8;
}
	#howTo .contents{
		justify-content: center;
	}

.contents .box_02{
	width: 25%;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}

.contents .box_02 h3{
	background: #47301e;
	color: #fff;
	margin-top: 20px;
	padding: 3px 0 3px 10px;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}
	.contents .box_02 h3::before{
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		border-top: solid 3px #f9fae8;
		border-right: solid 3px #f9fae8;
		position: absolute;
		top: 35%;
		left: -26px;
		transform: rotate(45deg) translateY(-50%);
	}
		.contents .box_02:first-child h3::before{
			content: none;
		}

.contents .box_02 h3.mt_style{
	margin-top: 44px;
}

.contents .box_02 img{
	max-width: 164px;
	width: 100%;
	margin-bottom: 15px;
}
@media screen and (max-width: 900px){
	.contents .box_02 img {
		width: 70%;
	}
}

@media screen and (max-width: 767px){
	#howTo .contents{
		flex-direction: column;
		align-items: center;
	}
		.contents .box_02 {
			width: 70%;
			margin-bottom: 40px;
			flex-direction: column;
		}
		.contents .box_02.arrow02::after{
			content: "";
			display: inline-block;
			background: url("../images/arrow02.png") no-repeat;
			background-size: contain;
			width: 20px;
			height: 24px;
			position: absolute;
			bottom: -40px;
			left: 50%;
			transform: translateX(-50%);
		}
	
	.contents .box_02:last-child{
		margin-bottom: 0;
	}
	
	.contents .box_02 h3 {
		padding: 3px 0;
		margin-bottom: 20px;
	}
		.contents .box_02 h3::before{
			content: none;
		}

	.contents .box_02 h3.mt_style{
		margin-top: 20px;
	}
}

@media screen and (max-width: 450px){
	.contents .box_02 img {
		max-width: 122px;
	}
}
/*-----------------------------
注意事項
-----------------------------*/
#attention{
	background: #f9fae8;
	padding-top: 0;
}
.howTo_box{
	background: #eaeaea;
	padding: 20px;
}
	.howTo_box:last-child {
		padding-top: 0;
	}

	.howTo_box h2{
		margin-bottom: 10px;
		text-align: left;
		font-size: 1.6rem;
	}

	.ulStyle li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 10px;
	}
		.ulStyle li::before {
			content: "・";
			position: absolute;
			left: 7px;
		}
/*-----------------------------
新型コロナウイルス感染症拡大防止対策
-----------------------------*/
#antivirus .contents > p{
	margin-bottom: 34px;
}

#antivirus .contents{
	justify-content: center;
}
#antivirus .flex{
	justify-content: space-between;
}

.box_04{
	width: 18.9%;
}

.box_04 img{
	max-width: 162px;
	width: 100%;
	margin-bottom: 16px;
}

@media screen and (max-width: 1024px){
	.box_04{
		width: 20%;
		margin: 0 2%;
	}
	#antivirus .contents .box_04:first-child{
		margin-left: 0;
	}
	#antivirus .contents .box_04:last-child{
		margin-right: 0;
	}
}

@media screen and (max-width: 767px){
	#antivirus .flex{
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.box_04{
		width: 45%;
		margin: 0 7% 40px 0;
	}
	.box_04 img{
		max-width: 80px;
	}
	
	#antivirus .contents .box_04:nth-child(even) {
		margin-right: 0;
	}
	
	#antivirus .contents .box_04:last-child{
		margin-bottom: 0;
	}
}

/*-----------------------------
対象店舗
-----------------------------*/
#store{
	background: #e4ecf7;
	padding: 90px 0 50px;
}
.store_link{
	justify-content: space-between;
	margin-bottom: 40px;
}
.store_link li{
	background: #294f76;
	border-radius: 6px;
	max-width: 235px;
	width: 100%;
	margin-right: 2%;
	position: relative;
}
	.store_link li:last-child{
		margin-right: 0;
	}

.store_link li a{
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 13px 0 20px;
	font-size: 18px;
}
	.store_link li a span{
		display: inline-block;
		position: absolute;
		bottom: -5px;
		left: 48%;
		transform: rotate(90deg) translateX(-50%);
	}

.store_sec{
	background: #fff;
	color: #333;
	margin-bottom: 40px;
}

.store_sec h3{
	padding: 13px 18px;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
}

.store_sec .box_03{
	border-top: dotted 1px #456485;
	padding: 25px 17px 21px;
}

.box_03 ul li{
	margin-bottom: 10px;
}
	.box_03.box_03-1 ul{
		margin-right: 6%;
		letter-spacing: 0.5px;
	}
	.box_03.box_03-2 ul{
		margin-right: 9.2%;
	}
	.box_03.box_03-3 ul{
			margin-right: 19%;
	}
	.box_03 ul:last-child{margin-right: 0;}

.box_03 ul li a{
	padding-left: 20px;
	position: relative;
	color: #333;
	font-size: 18px;
}

.box_03 ul li a::before{
	
}

.box_03 ul li a::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: solid 1px #294f76;
	border-right: solid 1px #294f76;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg) translateY(-50%);
}

.store_sec > p{
	padding: 0px 20px 27px;
	font-size: 14px;
}

@media screen and (max-width: 900px){
	.box_03 ul li a {
		font-size: 15px;
	}
	.box_03.box_03-1 ul {
		margin-right: 3%;
	}
		.box_03 ul:last-child {
			margin-right: 0;
		}
}
@media screen and (max-width: 767px){
	#store{
		padding: 40px 0;
	}
	
	#tyu_kyu{
		margin-bottom: 0;
	}
	.store_sec .box_03{
		display: block;
	}
}


@media screen and (max-width: 600px){
	.store_link{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.store_link li {
		width: 48%;
		margin-bottom: 20px;
	}
	.store_link li:nth-child(even){
		margin-right: 0;
	}
	.store_link li a{
		font-size: 15px;
	}
	.store_sec h3{
		font-size: 20px;
	}
}

/*-----------------------------
footer
-----------------------------*/
footer{
	text-align:center;
	padding:60px 0;
	position: relative;
	background: #f3f3f3;
}

footer > a {
	display: inline-block;
	margin-bottom: 20px;
}

.arrow{
	position: fixed;
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 0;
}

.arrow a{
	display: block;
	width: 100%;
	height: 100%;
	background: #6e8fbb;
	opacity: 0.8;
}

.arrow a::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	left: 57%;
	transform: rotate(-45deg) translate(-50%,-50%);
}

/*固定エリア*/
.inquiry {
	position: fixed;
	background: rgba(127, 127, 127, 0.7);
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	padding: 20px;
	width: 100%;
	font-weight: bold;
}
	.inquiry > div {
		max-width: 730px;
		width: 100%;
	}

/*footer-02のスタイル*/
#footer-02{
	padding-bottom: 180px;
}

.inquiry ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
	.inquiry ul li{
		margin-right: 10px;
	}
		.inquiry ul li img{width: 100%;}

		.inquiry a:hover{
			opacity: 1;
		}

#pagetop-02 {
	position: relative;
	width: 60px;
	margin-right: 0;
}
	#pagetop-02 a {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		border-radius: 5px;
	}
		#pagetop-02 a::before {
			content: "";
			background: url("../images/footer_pagetop.png") no-repeat center;
			background-size: contain;
			display: block;
			max-width: 18px;
			width: 100%;
			height: 16px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

/*footer-02のスタイル*/
.inquiry div.open_style ul{
	background: #47301E;
	border-radius: 5px;
	margin-right: 20px;
}
	.inquiry div.open_style ul li{
		margin-right: 0;
		width: 100%;
	}

		.inquiry div.open_style ul li a{
			display: inline-block;
			width: 100%;
			position: relative;
		}
			.inquiry div.open_style ul li a::after{
				content: "";
				display: inline-block;
				background: url("../images/footer_arrow_wh.png") no-repeat center;
				background-size: contain;
				width: 14px;
				height: 16px;
				position: absolute;
				top: 50%;
				right: 20px;
				transform: translateY(-50%);
			}

			.inquiry div.open_style ul li a img{
				max-width: 300px;
				margin: 0 auto;
			}


@media screen and (max-width: 767px){
	footer{
		padding:20px 0;
	}
	
	#footer-02 {
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 600px){
	footer{
		font-size: 1.2rem;
	}
	.inquiry a .tel,
	.inquiry > span .tel {
		font-size: 2rem;
	}
	.inquiry a .reception {
		font-size: 1.2rem;
	}
	
	#footer-02 {
		padding: 30px 20px 110px;
	}
}

@media screen and (max-width: 450px){
	.inquiry{padding: 10px;}
	#pagetop-02 a::before{
		max-width: 12px;
		height: 11px;
	}
	
	.inquiry div.open_style ul {
		margin-right: 10px;
	}
		.inquiry div.open_style ul li a::after{
			width: 10px;
			height: 11px;
		}
			.inquiry div.open_style ul li a img{
				max-width: 180px;
			}
	

	
	#pagetop-02{
		width: 50px;
	}
}

@media screen and (max-width: 350px){
	#footer-02 {
		padding: 30px 20px 90px;
	}
}