﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
    }
section{   
    width: 900px;
    margin:0 auto;
    text-decoration:none;
}
section a{
	text-decoration:none;
	color:#484848;
}
section a:hover{
	color:#808080;
}
/*  */
.cf{
	clear:both;
}
#pcimg { display: block !important; }
#spimg { display: none !important; }

h2{
  width:80%;
  font-size:125%;
  font-weight:bold;
  text-align:center;
   position: relative;
  padding: 0.5em 3.8em;
  border-top: solid 2px #696969;
  border-bottom: solid 2px #696969;
  margin:50px auto;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #696969;
}
h2:before {
  left: 7px;
}
h2:after {
  right: 7px;
}
h3{
  border-left:5px solid #8b0000;
  font-size:110%;
  margin:25px auto;
  padding:5px 10px;
  }

.step{
    display:inline-block;
	background-color:#dc143c;
	border-radius:10px;
	color:#ffffff;
	font-weight:bold;
	padding:4px 10px;
	margin-bottom:5px;
}
h4{
   display:inline-block;
   margin:0 15px;
   padding:7px 20px;
   color:#333;
   border:#333 solid 2px;
   border-radius:18px;
   background:#fff;
   box-shadow:
   -6px -4px 0 0 #e8e8e8 inset,
   2px 3px 0 0 #000;
}
h5{
	font-weight:bold;	
}
p{
	font-size:90%;
}
.point{
display:inline-block;
  font-size:100%;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.point:after{
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.point_1{
  display:inline-block;
  position: relative;
  padding-left: 35px;
  line-height:2.5;
}
.point_1:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f0a4";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.point_1:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.check {
  display:inline-block;
  position: relative;
  color: black;
  background: #d0ecff;
  border: 0.5px solid #c0c0c0;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.check:after {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.sellbuy_img img{
	width:60%;
}

/* for table */
.kakaku{
  width: 60%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.kakaku tr{
  font-size:90%;
  border-bottom: solid 2px white;
}
.kakaku tr:last-child{
  border-bottom: none;
}
.kakaku td{
  border-left: solid 2px white;
}
.kakaku td:first-child{
  border-left: none;
}
.kakaku th{
  font-weight:normal;
  position: relative;
  width: 20%;
  font-size:90%;
  background-color: #a1dde6;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.kakaku th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a1dde6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.kakaku td{
  width: 30%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.kakaku td.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}

/* for title */
/* for table */
.kaitori_kakaku{
  width: 100%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.kaitori_kakaku tr{
  font-size:90%;
  border-bottom: solid 2px white;
}
.kaitori_kakaku tr:last-child{
  border-bottom: none;
}
.kaitori_kakaku th.style_3:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a1dde6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.kaitori_kakaku th{
  font-weight:normal;
  position: relative;
  width: 18%;
  font-size:90%;
  background-color: #a1dde6;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.kaitori_kakaku th{
  border-left: solid 2px white;
}
.kaitori_kakaku th:first-child{
  border-left: none;
}
.kaitori_kakaku th.style_3{
  width:8%;
}

.kaitori_kakaku td.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}

.kaitori_kakaku td{
  width: 10%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.kaitori_kakaku td{
  border-left: solid 2px white;
}
.kaitori_kakaku td:first-child{
  border-left: none;
}

.kaitori_kakaku td.style_2{
	  width: 5%;
}

/* for title */
.red{
	color:#dc143c;
}
/* 目次 */
.cp_container{
	clear:both;
}
.cp_box label {
    text-align:center;
	font-weight: bold;
	font-size:110%;
	margin: 20px auto 20px 20px;
	padding: 0.4em 3em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000000;
	border: 2px solid #696969;
	border-radius: 3px;
}
/*.cp_box label:hover {
	transition: all 0.3s;
	color: #000000;
	background: #c0c0c0;
}*/
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' 目次';
	color: #000000;
}
/*.cp_box label:hover::after {
	color: #ffffff;
}*/
/*.cp_box input:checked ~ label::after {
font-family: 'FontAwesome';
	content: ' \f102';
	color: #da3c41;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}*/
.cp_box input {
	display: none;
}
/*.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: 7px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
	line-height:1.5;
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}*/
/* 続きを読むを押すと表示されるテキストの高さ */
/*.cp_box input:checked ~ div.cp_container {
	height: auto;
}*/
/*チェックされていたら、文言を変更する*/
/*.cp_box input:checked ~ label::before {
  content: "目次" 
}*/
.cp_list{
	list-style:none;
	line-height:1.5;
}
/* /目次 */

.list_link{
	float:right;
	margin-right:10px;
}
.list_link a{
    font-size:110%;
	color:#00437C;
}
.sellbuy4_b{
	font-size:130%;
	text-align:center;
}
iframe{
	width:560px;
	height:315px;
}
.sub{
	text-align:center;
}


/* for 買取強化 */
.wave1  {
	margin:0px 60px 30px 0px;
	width:52%; 
	float:left;
}
.wave2 {
	margin:0px 0px 0px 20px;
	width:52%; 
	float:right;
}
.wavetitle1 {
	display:inline-block;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
 	margin: 0;
}
.wavetitle1:after {
  /*タブ*/
	display:inline-block;
  	position: absolute;
  	font-family: FontAwesome;
  	font-weight: 900;
  	content: '\f0a7\ POINT';
  	background: #333;
  	color: #fff;
  	left: 0px;
  	bottom: 100%;
  	border-radius: 5px 5px 0 0;
  	padding: 5px 7px 3px;
  	font-size: 0.7em;
  	line-height: 1;
  	letter-spacing: 0.05em;
}
.wavetitle2 {
	display:inline-block;
	margin:0 0 0 60px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
 	
}
.wavetitle2:after {
  /*タブ*/
	display:inline-block;
  	position: absolute;
  	font-family: FontAwesome;
  	font-weight: 900;
  	content: '\f0a7\ POINT';
  	background: #333;
  	color: #fff;
  	left: 0px;
  	bottom: 100%;
  	border-radius: 5px 5px 0 0;
  	padding: 5px 7px 3px;
  	font-size: 0.7em;
  	line-height: 1;
  	letter-spacing: 0.05em;
}
.wavetxt2 {
	margin-left:60px;
}
/* for 買取強化 終了*/
/* for 買取大阪共有*/
.title{
	font-size:40px;
	text-align:center;
	background-color:#000080;
	color:#ffffff;
	margin-top:30px;
	line-height:130px;
}
.big{
	font-size:18px;
	color:#00008b;
	font-weight:bold;
}
.step2 img{
	width:50%;
	float:left;
}
.explanation{
	width:50%;
	float:right;
	padding-top:30px;
}
.scroll {
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.scroll::before {
  animation: scroll 2s infinite;
  border: solid #000;
  border-width: 0 0 3px 3px;
  content: "";
  display: inline-block;
  margin: auto ;
  position: absolute;
  top: 0;
  right: 0;
  left: 450px;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.model2{
  font-size:130%;
  color:#00008b;
  text-align:left;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}
.orange{
	color:#ff6347;
}
.box1{
text-align:center;
margin-bottom:8px;
margin-top:8px;
}
.box3{
	width:50%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	}
.box3 img{
	width:70%;
}
/* for 買取大阪共有終了*/