@charset "utf-8";
/* ============================================
	ページ共通
============================================ */
.pc{ display:block !important;}
.sp{ display:none !important;}

.fltL{ float:left;}
.fltR{ float:right;}

.alignC{ text-align:center !important;}
.alignL{ text-align:left !important;}
.alignR{ text-align:right !important;}

/* header
----------------------------------------------------------- */
.header{
	width:100%;
	min-width: 1000px;
	height:80px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:9990;
	transition:all .5s ease;
	background-color: #ffffff;
}
.header h1 a{
	display: block;
	width:180px;
	padding:0px;
	margin:20px 0px 0px 20px;
	transition:all .5s ease;
	float: left;
}
.header h1 a img{
	width:100%;
}

.header ul{
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float: right;
}
.header ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.header ul li{
	display:block;
	width:auto;
	float:left;
	margin:0px;
}
.header ul li.phone img{
	display: block;
	width: 362px;
	margin: 15px 20px 0px 0px;
}
.header ul li.mail p{
	display: block;
	font-size:14px;
	line-height:16px;
	color:#000000;
	padding: 0px;
	margin: 10px auto 5px auto;
	text-align: center;
	font-weight: bold;
}
.header ul li.mail a{
	display:block;
	width:210px;
	height: 40px;
	padding: 13px 0px 0px 55px;
	margin: 0px 0px 0px 0px;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	color:#ffffff;	
	text-decoration: none;
	transition:all .5s ease;
	background:url("../images/icons/icon_mail.png") no-repeat 30px 50% #ff6600;
	background-size: 16px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.header ul li.mail a:hover{
	background:url("../images/icons/icon_mail.png") no-repeat 30px 50% #d40000;	
	background-size: 16px;
}

.header ul li.line a{
	display:block;
	width:170px;
	height: 60px;
	margin: 10px 20px 0px 20px;
	padding: 23px 0px 0px 50px;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	color:#ffffff;	
	text-decoration: none;
	transition:all .5s ease;
	background:url("../images/icons/icon_line.png") no-repeat 20px 50% #00b019;
	background-size: 24px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.header ul li.line a:hover{
	background:url("../images/icons/icon_line.png") no-repeat 20px 50% #008813;
	background-size: 24px;	
}


/* ============================================
	ナビゲーションエリア
============================================ */
.menubtn{
	display:none;
	width:25px;
	height:25px;
	z-index:9999;
}
.menubtn img{
	width:100%;
}
.pos_f{ position:fixed; top:13px; right:15px;}
.pos_a{ position:fixed; top:13px; right:15px;}

#gnav{
	display:block;
}

/* ============================================
	スライダーエリア
============================================ */
.sliderarea{
	width:100%;
	min-width: 1000px;
	height:520px;
	padding:0px 0px 0px 0px;
	margin:auto;
	overflow:hidden;
	position: relative;
	background: url(../images/common/memento_kv_bg.jpg) repeat 50% 50%;
}
.slider01{
	width:100%;
	min-width: 1000px;
	margin:auto;
	text-align:center;
}
.slider01 img{
	height: 100%;
	margin: auto;
}

/* ============================================
	説明書き
============================================ */
.memento_about{
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin:50px auto 0px auto;
	background-color: #f1f1f1;	
}
.memento_about .ttl02{
	display:table;
	width:100%;
	height:80px;
	margin:0px auto 50px auto;
	padding:0px 0px 0px 30px;
}
.memento_about .bg_cate01{ background: url(../images/common/bg_cate01B.jpg) no-repeat right #1e222e;}

.memento_about .ttl02 h2{
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:24px;
	line-height:26px;
	font-weight:300;
	color:#ffffff;
}
.memento_about .box{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 400px 100px 50px;
	background:url(../images/common/kaitori_bg.jpg) no-repeat right bottom #f0f0f0;
}
.memento_about .box p{
	font-size:16px;
	line-height:28px;
	font-weight:300;
	color:#000000;
	padding:0px;
	margin:0px 0px 20px 0px;
}
.memento_about .box a{
	display:block;
	width:200px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
	background-color:#000000;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;	
}
.memento_about .box a:hover{
	background-color:#00256b;
	transition: 0.5s;
}

/* ============================================
	買取の流れ
============================================ */
.memento_flow{
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin:80px auto 80px auto;
	background-color: #f1f1f1;	
}
.memento_flow .ttl02{
	display:table;
	width:100%;
	height:80px;
	margin:0px auto 50px auto;
	padding:0px 0px 0px 30px;
}
.memento_flow .bg_cate01{ background: url(../images/common/bg_cate01B.jpg) no-repeat right #1e222e;}

.memento_flow .ttl02 h2{
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:24px;
	line-height:26px;
	font-weight:300;
	color:#ffffff;
}
.memento_flow .step{
	display:table;
	width:100%;
	border-bottom:2px solid #000000;
	padding:40px 40px 40px 40px;
	position:relative;
}
.memento_flow .arrow{
	position:absolute;
	bottom:-15px;
	left:45%;
	width:45px;
	height:15px;
}
.memento_flow .step h3{
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
	line-height:36px;
	font-weight:300;
	width:300px;
}
.memento_flow .step h3 span{
	font-size:30px;
	line-height:32px;
	font-weight:300;
	vertical-align:sub;
	margin:0px 30px 0px 0px;
}
.memento_flow .step p{
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	line-height:28px;
	font-weight:300;
}
.memento_flow a.btn{
	display:block;
	width:300px;
	height:60px;
	margin:30px auto 30px auto;
	padding:12px 0px 0px 0px;
	background-color:#000000;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:24px;
	font-weight:300;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;	
}
.memento_flow a.btn:hover{
	background-color:#00256b;
	transition: 0.5s;
}
.memento_flow p{
	font-size:16px;
	line-height:28px;
	font-weight:300;
}



/* ============================================
	お問い合わせ枠
============================================ */
.top_contact{
	width: 100%;
	min-width: 1000px;
	position: relative;
	margin:auto;
	background-color: #ffcc00;	
}
.top_contact .box{
	width:1000px;
	padding: 50px 0px 50px 0px;
	margin: auto;
}
.top_contact .box h2{
	display: block;
	width:100%;
	font-size:24px;
	line-height:26px;	
	text-align: center;
	color: #000000;
	padding:15px 0px 10px 0px;
	margin:0px 0px 40px 0px;
	font-weight:bold;
	background-color: #ffffff;
    -webkit-border-radius:50px 50px 50px 50px;
    -moz-border-radius:50px 50px 50px 50px;
    border-radius:50px 50px 50px 50px;		
}
.top_contact .box h3 img{
	display: block;
	width: 972px;
	margin: 0px auto 40px auto;
	padding: 0px;
}
.top_contact .box ul{
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
.top_contact .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_contact .box ul li{
	display:block;
	width:auto;
	float:left;
	margin:0px 40px 0px 0px;
}
.top_contact .box ul li:last-child{
	margin:0px 0px 0px 0px;
}
.top_contact .box ul li a{
	display:table;
	width:480px;
	height: 90px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	transition:all .5s ease;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.top_contact .box ul li.mail a{
	background-color: #ff6600;
}
.top_contact .box ul li.mail a:hover{
	background-color: #d40000;
}
.top_contact .box ul li.line a{
	background-color: #00b019;
}
.top_contact .box ul li.line a:hover{
	background-color: #008813;
}

.top_contact .box ul li.mail a p{
	display:table-cell;
	vertical-align: middle;
	font-size:24px;
	line-height:26px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	color:#ffffff;	
	background:url("../images/icons/icon_mail.png") no-repeat 80px 50%;
	background-size: 30px;
}
.top_contact .box ul li.line a p{
	display:table-cell;
	vertical-align: middle;
	font-size:24px;
	line-height:26px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	color:#ffffff;	
	background:url("../images/icons/icon_line.png") no-repeat 120px 50%;
	background-size: 30px;
}

.top_contact .box p.txt{
	display: block;
	width: 1000px;
	font-size:14px;
	line-height:28px;	
	color: #000000;
	padding:30px;
	margin:40px 0px 0px 0px;
	border: 3px solid #000000;
	background-color: #ffffff;
}

/* ============================================
	買取方法
============================================ */
.top_kaitori{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
}
.top_kaitori .box{
	width:1000px;
	padding:50px 0px 50px 0px;
	margin:0px auto 0px auto;
}
.top_kaitori .box ul{
	display: block;
	width: 1000px;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_kaitori .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_kaitori .box ul li{
	display:block;
	width:320px;
	height: 330px;
	float:left;
	margin:0px 20px 0px 0px;
	padding: 20px;
	border: 1px solid #cccccc;
}
.top_kaitori .box ul li:last-child{
	margin:0px 0px 0px 0px;
}
.top_kaitori .box ul li.kaitori01{
	background-color: #f8edff;
}
.top_kaitori .box ul li.kaitori02{
	background-color: #fffbed;
}
.top_kaitori .box ul li.kaitori03{
	background-color: #efffe4;
}
.top_kaitori .box h2{
	display: block;
	width:279px;
	padding:0px;
	margin:0px auto 20px auto;
}
.top_kaitori .box h2 img{
	display: block;
	width: 100%;
}
.top_kaitori .box p{
	display: block;
	width: auto;
	font-size:16px;
	line-height:30px;	
	color: #000000;
	padding:0px;
	margin:0px auto 0px auto;
}

/* ============================================
	LINE査定
============================================ */
.top_line{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
	background-color: #3acf18;
}
.top_line .box{
	width:1000px;
	padding:50px 0px 50px 0px;
	margin:0px auto 0px auto;
}
.top_line .box ul{
	display: block;
	width: 1000px;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_line .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_line .box ul li{
	display:block;
	width:500px !important;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
.top_line .box ul li:last-child{
	margin:0px 0px 0px 0px;
}
.top_line .box h2 img.img01{
	display: block;
	width:450px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.top_line .box a img.img02{
	display: block;
	width:470px;
	padding:0px 0px 0px 0px;
	margin:0px;
	transition:all .5s ease;
}
.top_line .box a:hover img.img02{
	opacity: 0.8;
}
.top_line .box p{
	display: block;
	width: auto;
	font-size:14px;
	line-height:24px;	
	color: #000000;
	padding:0px 0px 0px 5px;
	margin:0px auto 10px auto;
	font-weight: bold;
}
.top_line .box img.img03{
	display: block;
	width:460px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 34px;
}

/* ============================================
	LINE査定
============================================ */
.top_list{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
}
.top_list .box{
	width:1000px;
	padding:50px 0px 50px 0px;
	margin:0px auto 0px auto;
}
.top_list .box img{
	display: block;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* ============================================
	ポイント
============================================ */
.top_point{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
}
.top_point .box{
	width:1000px;
	padding:50px 0px 70px 0px;
	margin:0px auto 0px auto;
}
.top_point .box h2 img{
	display: block;
	width:115px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
.top_point .box h2{
	display: block;
	font-size:70px;
	line-height:72px;	
	color: #000000;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 40px 0px;
}
.top_point .box ul.ptn01{
	display: block;
	width: 1000px;
	margin:0px 0px 50px 0px;
	padding:0px;
	list-style:none;
}
.top_point .box ul.ptn01:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_point .box ul.ptn01 li{
	display:block;
	width:500px;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
.top_point .box ul.ptn01 li:last-child{
	margin:0px 0px 0px 0px;
}
.top_point .box ul.ptn01 li img.img01{
	display: block;
	width:470px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.top_point .box ul.ptn01 li img.img02{
	display: block;
	width:490px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
}
.top_point .box ul.ptn01 li p{
	display: block;
	font-size:14px;
	line-height:28px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 10px;
}

.top_point .box ul.ptn02{
	display: block;
	width: 1000px;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_point .box ul.ptn02:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_point .box ul.ptn02 li{
	display:block;
	width:320px;
	height: 300px;
	float:left;
	margin:0px 20px 0px 0px;
	padding: 20px;
	border: 1px solid #cccccc;
}
.top_point .box ul.ptn02 li:last-child{
	margin:0px 0px 0px 0px;
}
.top_point .box ul.ptn02 li.kaitori01{
	background-color: #f8edff;
}
.top_point .box ul.ptn02 li.kaitori02{
	background-color: #fffbed;
}
.top_point .box ul.ptn02 li.kaitori03{
	background-color: #efffe4;
}
.top_point .box ul.ptn02 li h2{
	display: block;
	width:279px;
	padding:0px;
	margin:0px auto 20px auto;
}
.top_point .box ul.ptn02 li h2 img{
	display: block;
	width: 100%;
}
.top_point .box ul.ptn02 li p{
	display: block;
	width: auto;
	font-size:16px;
	line-height:30px;	
	color: #000000;
	padding:0px;
	margin:0px auto 0px auto;
}

/* ============================================
	カメラ買取の流れ
============================================ */
.top_flow{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
	background-color: #edfffe;
}
.top_flow .box{
	width:1000px;
	padding:70px 0px 70px 0px;
	margin:0px auto 0px auto;
}
.top_flow .box h2{
	display: block;
	font-size:36px;
	line-height:38px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 40px 0px;
	font-weight: bold;
}
.top_flow .box h2 span{
	font-size:30px;
	color: #ff6600;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	font-weight: bold;
}
.top_flow .box ul{
	display: block;
	width: 1000px;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_flow .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_flow .box ul li{
	display:block;
	width:250px;
	height: 320px;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	border-right: 1px solid #cccccc;
}
.top_flow .box ul li:last-child{
	margin:0px 0px 0px 0px;
	border-right: 0px solid #cccccc;
}
.top_flow .box ul li h3{
	display: block;
	font-size:24px;
	line-height:30px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	font-weight: bold;
}
.top_flow .box ul li h3 span{
	display: block;
	color: #ff6600;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
}
.top_flow .box ul li img{
	display: block;
	width:190px;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
}
.top_flow .box ul li p{
	display: block;
	font-size:14px;
	line-height:24px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* ============================================
	フッター
============================================ */
.footer{
	width:100%;
	min-width: 1000px;
	margin:auto;
	padding:0px 0px 0px 0px;
}
.footer .box{
	width:1000px;
	margin:0px auto 0px auto;
	padding: 50px 0px 50px 0px;
}
.footer .box:after{
	content: "";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.footer .Lside{
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.footer .Lside h2{
	display: block;
	font-size:16px;
	line-height:28px;	
	color: #00256b;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
}
.footer .Lside h2 span{
	display: block;
	font-size:14px;
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}
.footer .Lside hr{
  height: 0;
  margin:10px 0px 10px 0px;
  padding: 0;
  border: 0;
  border-top:1px solid #cccccc;
  width:450px;
  text-align:left;
}
.footer .Lside table {
    width:450px;
	margin:0px 0px 0px 0px;
	border-collapse: collapse;
}
.footer .Lside table tr th{
    padding:10px 0px 5px 0px;
	text-align:left;
    vertical-align:middle;
	font-size:14px;
	line-height:16px;
	color:#000000;
	font-weight: normal;
}
.footer .Lside table tr td{
    padding:5px 0px 5px 0px;
    vertical-align: middle;
	font-size:14px;
	line-height:16px;
	color:#000000;
}
.footer .Lside a.access{
	display: inline-block;
	font-size:14px;
	line-height:16px;
    padding:10px 0px 10px 35px;
	color:#000000;
	text-decoration: none;
	background:url("../images/icons/icon_access.png") no-repeat 0px 50%;
	background-size: 25px;
	transition:all .5s ease;
}
.footer .Lside a.mail{
	display: inline-block;
	font-size:14px;
	line-height:16px;
    padding:10px 0px 10px 35px;
	color:#000000;
	text-decoration: none;
	background:url("../images/icons/icon_mail02.png") no-repeat 0px 50%;
	background-size: 25px;
	transition:all .5s ease;
}
.footer .Lside p.free{
	display: inline-block;
	font-size:14px;
	line-height:16px;
    padding:10px 0px 10px 35px;
	color:#000000;
	text-decoration: none;
	background:url("../images/icons/icon_free.png") no-repeat 0px 50%;
	background-size: 25px;
	transition:all .5s ease;
}
.footer .Lside a:hover{
	color:#00256b;
	text-decoration: underline;
}
.footer .Rside{
	width: 470px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.footer .Rside a{
	display: block;
    padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	transition:all .5s ease;
}
.footer .Rside a:hover img{
	opacity: 0.8;
}
.footer .Rside img{
	display: block;
	width: 100%;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.footer .copy{
	display: block;
	width:100%;
	height: 35px;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
	color:#333333;
	font-weight:200;
	text-align: center;
	clear: both;
}
.pagetop02{
	display:none;
	position:fixed;
	width:51px;
	height:51px;
	bottom:20px;
	right:0px;
	z-index: 9999
}
.pagetop02 a{
	display:block;
	width:51px;
	height:51px;
	padding:0px;
	margin:auto;
	background:url(../images/icons/icon_backtop.png) no-repeat 50% 50%;
}
.pagetop02 a:hover{
	opacity: 0.8;
	transition: 0.3s;
}

/* ============================================
	お問い合わせ
============================================ */
.contact{
	width:100%;
	margin:auto;
	padding:0px 0px 0px 0px;
}
.contact .box{
	width:100%;
	margin:auto;
	padding:0px;
}
.contact .box:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0.1px;font-size:0.1em;
	line-height:0;
	clear:both;
}
.contact hr {
  height: 0;
  margin:0px 0px 20px 0px;
  padding: 0;
  border: 0;
  border-top:4px solid #000000;
  width:50px;
  text-align:left;
}
.contact p{
	display:block;
	font-size:14px;
	line-height:28px;
	color:#000000;
	padding:0px;
	margin:0px 0px 50px 0px;
	font-weight:200;
}
.contact dl{
	display:table;
	padding:0px;
	margin:0px auto 0px auto;
	vertical-align:middle;
	border-top:1px solid #cccccc;
	width: 100%;
}
.contact dt{
	display:table-cell;
	width:30%;
	height:100px;
	font-size:16px;
	line-height:18px;
	margin:0px;
	padding:0px;
	color:#1f1e1e;
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
	border-right:0px;
}
.contact dt span{
	font-size:10px;
	margin:0px 0px 0px 5px;
	color:#c40000;
}
.contact dd{
	display:table-cell;
	width:70%;
	height:auto;
	min-height:auto;
	font-size:16px;
	line-height:18px;
	margin:0px;
	color:#303030;
	padding:20px 0px 20px 0px;
	vertical-align:middle;
}

.contact .btn_crowd02{
	text-align:center;
}
.contact a.mail{
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:300;
	color:#000000 !important;
}
.contact a.mail:hover{
	color:#c40000 !important;
	transition-duration:0.3s;
}
.contact a.back{
	display:block;
	width:245px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
	background:url(../images/icons/icon_arrow03.png) no-repeat 5% 50% #000000;
	background-size:15px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.contact a.back:hover{
	padding:12px 0px 0px 0px;
	background:url(../images/icons/icon_arrow03.png) no-repeat 5% 50% #c40000;
	background-size:15px;
	transition-duration:0.3s;
}


    /* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
    html{
      overflow-y:scroll;
    }
    /* ローディングの背景部分のCSS */
    .loader{
      background:#ffffff;
      height:100%;
      left:0;
      position:fixed;
      top:0;
      width:100%;
      z-index:9999;
    }
     
    /* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-animation {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(241,199,57, 0.2);
  border-right: 1.1em solid rgba(241,199,57, 0.2);
  border-bottom: 1.1em solid rgba(241,199,57, 0.2);
  border-left: 1.1em solid #f1c739;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
	margin:auto;
	position:absolute;
	top:46%;
	left:46%;	
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
/* header
----------------------------------------------------------- */
.header{
	width:100%;
	height:60px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:9990;
	transition:all .5s ease;
	background-color:#ffffff;
	/*position: fixed;*/
}
.header h1 a{
	display: block;
	width:20vw;
	padding:0px;
	margin:20px 0px 0px 10px;
	transition:all .5s ease;
	float: left;
}
.header ul li a{
	font-size:12px;
	line-height:18px;
	padding: 30px 5px 0px 5px;
	background:url("../images/icons/icon_leaf.png") no-repeat 50% 20px;
	background-size:43px;
}
.header ul li p{
	font-size:20px;
	line-height:26px;
	padding: 16px 8px 0px 30px;
	background:url("../images/icons/icon_phone.png") no-repeat 10px 50% #56a534;
	background-size:18px;
}
}

@media screen and (max-width: 640px) {
/* ============================================
	ページ共通
============================================ */
.pc{ display:none !important;}
.sp{ display:block !important;}

/* header
----------------------------------------------------------- */
.header{
	width:100%;
	min-width: 100%;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	z-index:9990;
	transition:all .5s ease;
	background-color: #ffffff;
}
.header h1 a{
	display: block;
	width:50%;
	padding:0px;
	margin:20px auto 0px auto;
	transition:all .5s ease;
	float: none;
}
.header h1 a img{
	width:100%;
}
.header ul{
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float: none;
}
.header ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.header ul li{
	display:block;
	width:auto;
	float:none;
	margin:0px;
}
.header ul li.phone img{
	display: block;
	width: 75%;
	margin: 20px auto 20px auto;
}
.header ul li.mail p{
	display: block;
	font-size:14px;
	line-height:16px;
	color:#000000;
	padding: 0px;
	margin: 10px auto 5px auto;
	text-align: center;
	font-weight: bold;
}
.header ul li.mail a{
	display:block;
	width:75%;
	height: 40px;
	padding: 13px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	color:#ffffff;	
	text-decoration: none;
	transition:all .5s ease;
	background:url("../images/icons/icon_mail.png") no-repeat 20px 50% #ff6600;
	background-size: 16px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.header ul li.mail a:hover{
	background:url("../images/icons/icon_mail.png") no-repeat 20px 50% #d40000;	
	background-size: 16px;
}

.header ul li.line a{
	display:block;
	width:75%;
	height: 60px;
	margin: 10px auto 0px auto;
	padding: 23px 0px 0px 0px;
	text-align: center;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	color:#ffffff;	
	text-decoration: none;
	transition:all .5s ease;
	background:url("../images/icons/icon_line.png") no-repeat 20px 50% #00b019;
	background-size: 24px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.header ul li.line a:hover{
	background:url("../images/icons/icon_line.png") no-repeat 20px 50% #008813;
	background-size: 24px;	
}

/* ============================================
	スライダーエリア
============================================ */
.sliderarea{
	width:100%;
	min-width: 100%;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:auto;
	overflow:hidden;
	position: relative;
}
.slider01{
	width:100%;
	min-width: 100%;
	margin:auto;
	text-align:center;
}
.slider01 img{
	height: auto;
	margin: auto;
	width: 100%;
}

/* ============================================
	注意書き
============================================ */
.top_attention{
	width: 100%;
	min-width: 100%;
	position: relative;
	margin:auto;
	background-color: #f1f1f1;	
}
.top_attention .box{
	width:95%;
	padding: 30px 0px 30px 0px;
	margin: auto;
}
.top_attention .box p{
	display: block;
	width: 100%;
	font-size:14px;
	line-height:28px;	
	color: #000000;
	padding:30px;
	margin:0px 0px 0px 0px;
	border: 3px solid #ff0000;
	background-color: #ffffff;
	text-align: center;
}

/* ============================================
	説明書き
============================================ */
.memento_about{
	margin:30px auto 0px auto;
}
.memento_about .ttl02{
	display:table;
	height:60px;
	margin:0px auto 10px auto;
	padding:0px 0px 0px 20px;
}
.memento_about .bg_cate01{ background: url(../images/common/bg_cate01B.jpg) no-repeat right #1e222e;}

.memento_about .ttl02 h2{
	font-size:20px;
	line-height:22px;
	font-weight:500;
}
.memento_about .box{
	width:100%;
	margin:0px auto 30px auto;
	padding:5% 5% 5% 5%;
	background:url(../images/common/kaitori_bg.jpg) no-repeat right bottom #f0f0f0;
	background-size: 100%;
}
.memento_about .box p{
	font-size:16px;
	line-height:28px;
	font-weight:300;
	color:#000000;
	padding:0px;
	margin:0px 0px 20px 0px;
}
.memento_about .box a{
	display:block;
	width:200px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
	background-color:#000000;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;	
}
.memento_about .box a:hover{
	background-color:#00256b;
	transition: 0.5s;
}

/* ============================================
	買取の流れ
============================================ */
.memento_flow{
	margin:30px auto 30px auto;
}
.memento_flow .ttl02{
	display:table;
	height:60px;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 20px;
}
.memento_flow .bg_cate01{ background: url(../images/common/bg_cate01B.jpg) no-repeat right #1e222e;}

.memento_flow .ttl02 h2{
	font-size:20px;
	line-height:22px;
	font-weight:500;
}
.memento_flow .step{
	display:block;
	padding:20px 0px 20px 0px;
}
.memento_flow .arrow{
	position:absolute;
	bottom:-15px;
	left:45%;
	width:45px;
	height:15px;
}
.memento_flow .step h3{
	display:block;
	vertical-align:top;
	font-size:18px;
	line-height:36px;
	font-weight:300;
	width:100%;
}
.memento_flow .step p{
	display:block;
	vertical-align:top;
}
.memento_flow a.btn{
	display:block;
	width:300px;
	height:60px;
	margin:30px auto 30px auto;
	padding:12px 0px 0px 0px;
	background-color:#000000;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:24px;
	font-weight:300;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;	
}
.memento_flow a.btn:hover{
	background-color:#00256b;
	transition: 0.5s;
}
.memento_flow p{
	font-size:16px;
	line-height:28px;
	font-weight:300;
}

/* ============================================
	お問い合わせ枠
============================================ */
.top_contact{
	width: 100%;
	min-width: 100%;
	position: relative;
	margin:auto;
	background-color: #ffcc00;	
}
.top_contact .box{
	width:95%;
	padding: 30px 0px 30px 0px;
	margin: auto;
}
.top_contact .box h2{
	display: block;
	width:100%;
	font-size:4.2vw;
	line-height:5vw;	
	text-align: center;
	color: #000000;
	padding:15px 5% 10px 5%;
	margin:0px 0px 30px 0px;
	font-weight:bold;
	background-color: #ffffff;
    -webkit-border-radius:50px 50px 50px 50px;
    -moz-border-radius:50px 50px 50px 50px;
    border-radius:50px 50px 50px 50px;		
}
.top_contact .box h3 img{
	display: block;
	width: 100%;
	margin: 30px auto 30px auto;
	padding: 0px;
}
.top_contact .box ul{
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
.top_contact .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_contact .box ul li{
	display:block;
	width:auto;
	float:none;
	margin:0px 0px 0px 0px;
}
.top_contact .box ul li:last-child{
	margin:0px 0px 0px 0px;
}
.top_contact .box ul li a{
	display:table;
	width:100%;
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	text-decoration: none;
	transition:all .5s ease;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.top_contact .box ul li.mail a{
	background-color: #ff6600;
}
.top_contact .box ul li.mail a:hover{
	background-color: #d40000;
}
.top_contact .box ul li.line a{
	background-color: #00b019;
}
.top_contact .box ul li.line a:hover{
	background-color: #008813;
}

.top_contact .box ul li.mail a p{
	display:table-cell;
	vertical-align: middle;
	font-size:24px;
	line-height:26px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	color:#ffffff;	
	background:url("../images/icons/icon_mail.png") no-repeat 20px 50%;
	background-size: 30px;
}
.top_contact .box ul li.line a p{
	display:table-cell;
	vertical-align: middle;
	font-size:24px;
	line-height:26px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	color:#ffffff;	
	background:url("../images/icons/icon_line.png") no-repeat 20px 50%;
	background-size: 30px;
}

.top_contact .box p.txt{
	display: block;
	width: 100%;
	font-size:14px;
	line-height:28px;	
	color: #000000;
	padding:5%;
	margin:0px 0px 0px 0px;
	border: 3px solid #000000;
	background-color: #ffffff;
}

/* ============================================
	買取方法
============================================ */
.top_kaitori{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
}
.top_kaitori .box{
	width:95%;
	padding:30px 0px 30px 0px;
	margin:0px auto 0px auto;
}
.top_kaitori .box ul{
	display: block;
	width: 100%;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_kaitori .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_kaitori .box ul li{
	display:block;
	width:100%;
	height: auto;
	float:none;
	margin:0px 0px 10px 0px;
	padding: 5%;
	border: 1px solid #cccccc;
}
.top_kaitori .box ul li:last-child{
	margin:0px 0px 0px 0px;
}
.top_kaitori .box ul li.kaitori01{
	background-color: #f8edff;
}
.top_kaitori .box ul li.kaitori02{
	background-color: #fffbed;
}
.top_kaitori .box ul li.kaitori03{
	background-color: #efffe4;
}
.top_kaitori .box h2{
	display: block;
	width:90%;
	padding:0px;
	margin:0px auto 20px auto;
}
.top_kaitori .box h2 img{
	display: block;
	width: 100%;
}
.top_kaitori .box p{
	display: block;
	width: auto;
	font-size:16px;
	line-height:30px;	
	color: #000000;
	padding:0px;
	margin:0px auto 0px auto;
}

/* ============================================
	LINE査定
============================================ */
.top_line{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
	background-color: #3acf18;
}
.top_line .box{
	width:90%;
	padding:30px 0px 30px 0px;
	margin:0px auto 0px auto;
}
.top_line .box ul{
	display: block;
	width: 100%;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_line .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_line .box ul li{
	display:block;
	width:100% !important;
	float:none;
	margin:0px 0px 20px 0px;
	padding: 0px;
}
.top_line .box ul li:last-child{
	margin:0px 0px 0px 0px;
}
.top_line .box h2 img.img01{
	display: block;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
.top_line .box a img.img02{
	display: block;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px;
	transition:all .5s ease;
}
.top_line .box a:hover img.img02{
	opacity: 0.8;
}
.top_line .box p{
	display: block;
	width: auto;
	font-size:14px;
	line-height:24px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
	font-weight: bold;
}
.top_line .box img.img03{
	display: block;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


/* ============================================
	LINE査定
============================================ */
.top_list{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
}
.top_list .box{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
}
.top_list .box img{
	display: block;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* ============================================
	ポイント
============================================ */
.top_point{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
}
.top_point .box{
	width:95%;
	padding:30px 0px 30px 0px;
	margin:0px auto 0px auto;
}
.top_point .box h2 img{
	display: block;
	width:30%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
.top_point .box h2{
	display: block;
	font-size:40px;
	line-height:48px;	
	color: #000000;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
.top_point .box ul.ptn01{
	display: block;
	width: 100%;
	margin:0px 0px 30px 0px;
	padding:0px;
	list-style:none;
}
.top_point .box ul.ptn01:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_point .box ul.ptn01 li{
	display:block;
	width:100%;
	float:none;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
.top_point .box ul.ptn01 li:last-child{
	margin:0px 0px 0px 0px;
}
.top_point .box ul.ptn01 li img.img01{
	display: block;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
.top_point .box ul.ptn01 li img.img02{
	display: block;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
.top_point .box ul.ptn01 li p{
	display: block;
	font-size:14px;
	line-height:28px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}

.top_point .box ul.ptn02{
	display: block;
	width: 100%;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_point .box ul.ptn02:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_point .box ul.ptn02 li{
	display:block;
	width:100%;
	height: auto;
	float:none;
	margin:0px 0px 10px 0px;
	padding: 5%;
	border: 1px solid #cccccc;
}
.top_point .box ul.ptn02 li:last-child{
	margin:0px 0px 0px 0px;
}
.top_point .box ul.ptn02 li.kaitori01{
	background-color: #f8edff;
}
.top_point .box ul.ptn02 li.kaitori02{
	background-color: #fffbed;
}
.top_point .box ul.ptn02 li.kaitori03{
	background-color: #efffe4;
}
.top_point .box ul.ptn02 li h2{
	display: block;
	width:90%;
	padding:0px;
	margin:0px auto 20px auto;
}
.top_point .box ul.ptn02 li h2 img{
	display: block;
	width: 100%;
}
.top_point .box ul.ptn02 li p{
	display: block;
	width: auto;
	font-size:16px;
	line-height:30px;	
	color: #000000;
	padding:0px;
	margin:0px auto 0px auto;
}

/* ============================================
	カメラ買取の流れ
============================================ */
.top_flow{
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
	background-color: #edfffe;
}
.top_flow .box{
	width:90%;
	padding:30px 0px 30px 0px;
	margin:0px auto 0px auto;
}
.top_flow .box h2{
	display: block;
	font-size:8vw;
	line-height:38px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	font-weight: bold;
	text-align: center;
}
.top_flow .box h2 span{
	display: block;
	font-size:5vw;
	color: #ff6600;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
}
.top_flow .box ul{
	display: block;
	width: 100%;
	margin:auto;
	padding:0px;
	list-style:none;
}
.top_flow .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_flow .box ul li{
	display:block;
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 5% 5% 5% 5%;
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.top_flow .box ul li:last-child{
	margin:0px 0px 0px 0px;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}
.top_flow .box ul li h3{
	display: block;
	font-size:24px;
	line-height:30px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	font-weight: bold;
}
.top_flow .box ul li h3 span{
	display: block;
	color: #ff6600;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
}
.top_flow .box ul li img{
	display: block;
	width:190px;
	padding:0px 0px 0px 0px;
	margin:0px auto 10px auto;
}
.top_flow .box ul li p{
	display: block;
	font-size:14px;
	line-height:24px;	
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* ============================================
	フッター
============================================ */
.footer{
	width:100%;
	min-width: 100%;
	margin:auto;
	padding:0px 0px 0px 0px;
}
.footer .box{
	width:90%;
	margin:0px auto 0px auto;
	padding: 50px 0px 50px 0px;
}
.footer .box:after{
	content: "";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.footer .Lside{
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
}
.footer .Lside h2{
	display: block;
	font-size:16px;
	line-height:28px;	
	color: #00256b;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
}
.footer .Lside h2 span{
	display: block;
	font-size:14px;
	color: #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}
.footer .Lside hr{
  height: 0;
  margin:10px 0px 10px 0px;
  padding: 0;
  border: 0;
  border-top:1px solid #cccccc;
  width:100%;
  text-align:left;
}
.footer .Lside a{
	color: #000000;
	text-decoration: none;
}	
.footer .Lside table {
    width:100%;
	margin:0px 0px 0px 0px;
	border-collapse: collapse;
}
.footer .Lside table tr th{
    padding:10px 0px 5px 0px;
	text-align:left;
    vertical-align:middle;
	font-size:14px;
	line-height:16px;
	color:#000000;
	font-weight: normal;
}
.footer .Lside table tr td{
    padding:5px 0px 5px 0px;
    vertical-align: middle;
	font-size:14px;
	line-height:16px;
	color:#000000;
}
.footer .Lside a.access{
	display: inline-block;
	font-size:14px;
	line-height:16px;
    padding:10px 0px 10px 35px;
	color:#000000;
	text-decoration: none;
	background:url("../images/icons/icon_access.png") no-repeat 0px 50%;
	background-size: 25px;
	transition:all .5s ease;
}
.footer .Lside a.mail{
	display: inline-block;
	font-size:14px;
	line-height:16px;
    padding:10px 0px 10px 35px;
	color:#000000;
	text-decoration: none;
	background:url("../images/icons/icon_mail02.png") no-repeat 0px 50%;
	background-size: 25px;
	transition:all .5s ease;
}
.footer .Lside p.free{
	display: inline-block;
	font-size:14px;
	line-height:16px;
    padding:10px 0px 10px 35px;
	color:#000000;
	text-decoration: none;
	background:url("../images/icons/icon_free.png") no-repeat 0px 50%;
	background-size: 25px;
	transition:all .5s ease;
}
.footer .Lside a:hover{
	color:#00256b;
	text-decoration: underline;
}
.footer .Rside{
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	float: none;
}
.footer .Rside a{
	display: block;
    padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	transition:all .5s ease;
}
.footer .Rside a:hover img{
	opacity: 0.8;
}
.footer .Rside img{
	display: block;
	width: 100%;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.footer .copy{
	display: block;
	width:100%;
	height: auto;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
	color:#333333;
	font-weight:200;
	text-align: center;
	clear: both;
}
.pagetop02{
	display:none;
	position:fixed;
	width:51px;
	height:51px;
	bottom:20px;
	right:0px;
	z-index: 9999
}
.pagetop02 a{
	display:block;
	width:51px;
	height:51px;
	padding:0px;
	margin:auto;
	background:url(../images/icons/icon_backtop.png) no-repeat 50% 50%;
}
.pagetop02 a:hover{
	opacity: 0.8;
	transition: 0.3s;
}

/* ============================================
	お問い合わせ
============================================ */
.contact{
	width:100%;
	margin:auto;
	padding:0px 0px 0px 0px;
}
.contact .box{
	width:100%;
	margin:auto;
	padding:0px;
}
.contact .box:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0.1px;font-size:0.1em;
	line-height:0;
	clear:both;
}
.contact hr {
  height: 0;
  margin:0px 0px 20px 0px;
  padding: 0;
  border: 0;
  border-top:4px solid #000000;
  width:50px;
  text-align:left;
}
.contact p{
	display:block;
	font-size:14px;
	line-height:28px;
	color:#000000;
	padding:0px;
	margin:0px 0px 50px 0px;
	font-weight:200;
}
.contact dl{
	display:table;
	padding:0px;
	margin:0px auto 0px auto;
	vertical-align:middle;
	border-top:1px solid #cccccc;
	width: 100%;
}
.contact dt{
	display:table-cell;
	width:30%;
	height:100px;
	font-size:16px;
	line-height:18px;
	margin:0px;
	padding:0px;
	color:#1f1e1e;
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
	border-right:0px;
}
.contact dt span{
	font-size:10px;
	margin:0px 0px 0px 5px;
	color:#c40000;
}
.contact dd{
	display:table-cell;
	width:70%;
	height:auto;
	min-height:auto;
	font-size:16px;
	line-height:18px;
	margin:0px;
	color:#303030;
	padding:20px 0px 20px 0px;
	vertical-align:middle;
}

.contact .btn_crowd02{
	text-align:center;
}
.contact a.mail{
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:300;
	color:#000000 !important;
}
.contact a.mail:hover{
	color:#c40000 !important;
	transition-duration:0.3s;
}
.contact a.back{
	display:block;
	width:245px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
	background:url(../images/icons/icon_arrow03.png) no-repeat 5% 50% #000000;
	background-size:15px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;	
}
.contact a.back:hover{
	padding:12px 0px 0px 0px;
	background:url(../images/icons/icon_arrow03.png) no-repeat 5% 50% #c40000;
	background-size:15px;
	transition-duration:0.3s;
}

    /* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
    html{
      overflow-y:scroll;
    }
    /* ローディングの背景部分のCSS */
    .loader{
      background:#ffffff;
      height:100%;
      left:0;
      position:fixed;
      top:0;
      width:100%;
      z-index:9999;
    }
     
    /* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader-animation {
  font-size: 8px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(86,165,52, 0.2);
  border-right: 1.1em solid rgba(86,165,52, 0.2);
  border-bottom: 1.1em solid rgba(86,165,52, 0.2);
  border-left: 1.1em solid #56a534;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
	margin:auto;
	position:absolute;
	top:46%;
	left:46%;	
}
	
}