@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  background-repeat: no-repeat;
  font-style: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

* {
  background-repeat: no-repeat;
}

body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.container {
  overflow: hidden;
  font-feature-settings: "palt";
}
.container.is-page {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.container-footer.is-page {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

.unit {
  width: 984px;
  margin: 0 auto;
}

.pc {
  display: none;
}

.c-body {
  color: #131313;
  font-size: 14px;
  line-height: 1.8;
}

.fonttel {
  font-family: "Oswald", sans-serif;
}

.is-color1 {
  color: #048d82;
}

.is-color2 {
  color: #fff200;
}

/*==========================================
　共通
 ===========================================*/
body {
  line-height: 1.5;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.inner {
  max-width: 1000px;
  margin: 0px auto;
}
.yellow {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fce709 60%);
}
.bg_dot {
  background-size: 30px 30px;
  margin: 0 auto;
  background-color: #f8eec9;
  background-image:
    radial-gradient(#f9e495 15%, transparent 20%),
    　radial-gradient(#f9e495 15%, transparent 20%);
  background-position:
    0 0,
    15px 15px;
}
.bg_stripe {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(244, 244, 244, 1) 10px,
    rgba(244, 244, 244, 1) 20px
  );
}

.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
.h2_title {
  margin-bottom: 40px;
}

/*==========================================
header
===========================================*/

.con {
  display: flex;
  justify-content: space-between;
  padding: 10px 11%;
  align-items: center;
}
.header_cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_tel {
  margin-right: 16px;
}

/*==========================================
mv
===========================================*/

.mv img {
  width: 100%;
}

/*==========================================
CTA
===========================================*/

.cta {
  position: relative;
}
.cta_list {
  display: flex;
  left: 0;
  right: -5%;
  margin: auto;
  justify-content: center;
  width: 70%;
  position: absolute;
  padding: 0 0% 0 5%;
  bottom: 24%;
}

.cta_list li:first-child {
  margin-right: 16px;
}

.btn-brown {
  display: inline-block;
  box-shadow: 6px 6px #4d0c2e; /* 影の設定 */
  cursor: pointer;
  transition: 0.3s;
}

.btn-brown:hover {
  box-shadow: none;
}

.cta img {
  width: 100%;
}
.cta a img {
  animation: dokidoki 1.5s infinite;
}

@-webkit-keyframes dokidoki {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}

/*==========================================
料金
===========================================*/

.pack {
  padding: 40px 0 80px;
}

.pack .price .komi {
  margin: 40px auto 32px;
}

.pack .campaign {
  margin-bottom: 60px;
}

.pack ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pack ul li {
  width: 49%;
  margin-bottom: 2%;
}

/*==========================================
買取
===========================================*/

.ttl_sarani {
  text-align: center;
}

.ttl_sarani img {
  position: relative;
  top: -20px;
  width: 25%;
}
.sarani-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 40px auto;
}
.sarani-con li {
  width: calc((100% - 32px) / 5);
  margin-right: 8px;
}
.sarani-con li:nth-child(5n) {
  margin-right: 0;
}

/*==========================================
選ばれる理由
===========================================*/
.reason {
  padding: 80px 0;
}
.reason ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason ul li {
  width: 49%;
  border: #4d0c2e 4px solid;
  border-radius: 10px;
  box-sizing: border-box;
  background: white;
  overflow: hidden;
  margin-bottom: 20px;
}

.reason ul li:first-child {
  width: 100%;
}

.reason h3 {
  height: 56px;
  display: flex;
  align-items: center;
  background: repeating-linear-gradient(
    135deg,
    #df6e00,
    #df6e00 12px,
    #df6e00cc 12px,
    #df6e00cc 22px
  );
}
.reason h3 img {
  height: 24px;
}
.reason_txt {
  padding: 3% 3% 5% 3%;
  background: white;
}
.reason ul li:first-child .reason_txt {
  display: flex;
  justify-content: space-between;
}
.reason ul li:first-child .reason_txt > * {
  width: 49%;
}
.reason_img {
  margin-top: 16px;
}

/*==========================================
こんなにきれい
===========================================*/
.kirei {
  padding: 80px 0;
}

.kirei-box {
  display: flex;
  justify-content: space-between;
  border: #503419 4px solid;
  box-shadow: 0 0 0 4px #2f8a01 inset;
  padding: 24px;
  border-radius: 10px;
  background: white;
  padding: 4%;
  margin-bottom: 16px;
}
.kirei_img,
.kirei_txt {
  width: 49%;
}

.kirei_img {
  margin-bottom: 16px;
}
.kirei_price {
  margin-bottom: 24px;
}
.kirei_comment_img {
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
}

/*==========================================
満足度
===========================================*/
.review {
  padding: 80px 0;
}
.review ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review ul li {
  width: 49%;
  box-sizing: border-box;
  padding: 24px;
  border: #503419 4px solid;
  border-radius: 10px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.review li:last-child,
.review li:nth-last-child(2) {
  margin-bottom: 0;
}
.review h3 {
  color: #d96f08;
  margin-bottom: 8px;
}
.review_img {
  width: 122px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.review_title {
  width: calc(100% - 130px);
}

/*==========================================
解決
===========================================*/
.kaiketsu {
  padding: 80px 0 0;
  background-image: url(../img/kaiketsu_bg_sp.png);
  background-size: cover;
}
.kaiketsu-btn {
  position: relative;
}
.kaiketsu-btn .cta_list {
  position: absolute;
  bottom: 16%;
}
.kaiketsu-con li {
  margin-bottom: 8px;
}
.kaiketsu-btn img {
  width: 100%;
}
.kaiketsu-btn a img {
  animation: dokidoki 1.5s infinite;
}

/*==========================================
対応エリア
===========================================*/

.area {
  padding: 80px 0;
}
.area_img {
  margin-bottom: 24px;
}
.slide-btn {
  padding: 10px 40px 10px 24px;
  display: block;
  margin-bottom: 10px;
  border: #4d0c2e 4px solid;
  color: white;
  border-radius: 10px;
  background: #df6e00;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
}
.qa-answer-place {
  margin: 24px 24px 40px;
  display: none;
}

.slide-btn:first-letter {
  font-weight: bold;
  margin-right: 2px;
}

.qa-answer-place h4 {
  color: #df6e00;
  font-size: 1.2em;
  font-weight: bold;
}
.panel-head {
  position: relative;
}
/*下矢印↓*/
.panel-head::after {
  content: "";
  position: absolute;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  width: 8px;
  top: 0;
  bottom: 0;
  right: 16px;
  height: 8px;
  transform: rotate(45deg);
  margin: auto;
}
/*上矢印↑*/
.panel-head.ac::after {
  content: "";
  position: absolute;
  border-left: 4px solid white;
  border-top: 4px solid white;
  border-right: 0;
  border-bottom: 0;
  width: 8px;
  top: 8px;
  right: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin: 12px 8px;
}

/*==========================================
流れ
===========================================*/

.flow {
  padding: 80px 0;
}

/*==========================================
よくある質問
===========================================*/

.qa {
  padding: 80px 0;
}
.qa .h2_title {
  padding: 0 20%;
}
.qa-flex {
  display: flex;
  flex-wrap: wrap;
}
.qa-answer-place img {
  width: 25px;
  margin-right: 4px;
}
.qa-answer-place .qa-text {
  width: calc(100% - 29px);
}
/* head部分*/
.panel-head ul {
  display: flex;
  /* flex-wrap: wrap; */
}
.panel-head .q {
  margin-right: 16px;
}
.panel-head .q-text {
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
}

/*==========================================
footer
===========================================*/

.footer-top {
  background-color: #e0e0e0;
}
.footer-top p {
  margin: 0px auto;
  color: #4d0c2e;
  font-size: 0.9em;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.footer-top a {
  color: #4d0c2e;
}
.footer-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15%;
  margin-bottom: 0;
}
.footer-btm li {
  margin: 20px 16px;
  font-size: 0.9em;
  text-align: center;
}

/*==========================================
お問い合わせ
 ===========================================*/

.contact {
  background-size: auto auto;
  background-color: rgba(105, 171, 72, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(110, 173, 77, 1) 10px,
    rgba(110, 173, 77, 1) 20px
  );
  padding: 80px 0;
}
.contact .inner {
  max-width: 768px;
}
.contact_wrapper_pc {
  background: #fff;
  border: solid 4px #4d0c2e;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 24px;
}
.contact_wrapper table {
  width: 100%;
}
tr {
  display: flex;
  text-align: left;
  border-bottom: solid 1px #4d0c2e;
}
tr:last-child {
  border-bottom: none;
}
.contact th,
.contact td {
  padding: 8px 24px;
  color: #4d0c2e;
  font-size: 1.4rem;
}
.contact th {
  background: #ece6e9;
  width: 32%;
}
td {
  width: 68%;
}
.contact .must {
  background: #df6e00;
  border-radius: 30px;
  color: #fff;
  padding: 4px 12px;
  margin-left: 16px;
}

.contact table td input[type="text"],
.contact table td input[type="tel"],
.contact table td input[type="email"],
.contact table td textarea,
.contact table td select {
  width: 100%;
  background-color: #ece6e9;
  appearance: none;
  border: 1px solid #4d0c2e;
  border-radius: 4px;
  padding: 8px 24px;
}

.contact table td .wpcf7-radio > * {
  margin: 0;
  width: 50%;
}

.contact_submit {
  background: #4d0c2e;
  margin: auto;
  border-radius: 40px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  width: 300px;
  padding: 20px;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
.contact_submit:hover {
  opacity: 0.8;
}
/* .contact_submit:before { */
/*   content: ""; */
/*   position: absolute; */
/*   border-right: 4px solid white; */
/*   border-top: 4px solid white; */
/*   width: 8px; */
/*   height: 8px; */
/*   top: 0; */
/*   bottom: 0; */
/*   right: 32px; */
/*   transform: rotate(45deg); */
/*   margin: auto; */
/* } */

.contact_submit input[type="submit"] {
  color: #fff;
  font-size: 1.6rem;
  padding: 24px;
  cursor: pointer;
  width: 90%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: none;
  background: #dc3232;
  color: #fff;
}

/*==========================================
完了画面
===========================================*/
.thanks {
  background-image: url(../img/company_bg.png);
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
.thanks_first {
  font-size: 2.4rem;
  margin-bottom: 24px;
  color: #fff;
}
.thanks_box {
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  border: solid 2px #4d0c2e;
  border-radius: 10px;
  padding: 24px;
}

/*==========================================
会社概要
===========================================*/

.about {
  background-image: url(../img/company_bg.png);
  background-size: cover;
  padding: 80px 0;
}
.about-ttl {
  border: #4d0c2e 5px solid;
  border-radius: 10px;
  box-sizing: border-box;
  background: white;
  padding: 16px;
  padding-bottom: 40px;
}
.about-main {
  padding: 32px;
  border: #4d0c2e 5px solid;
  border-radius: 10px;
  box-sizing: border-box;
  background: white;
}
.about-main h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #4d0c2e;
}
.about-main h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #df6e00;
  padding: 0.1rem 0.5rem; /*上下 左右の余白*/
  border-left: solid 5px #df6e00;
  margin-bottom: 8px;
}
.line {
  border-bottom: #4d0c2e 2px dotted;
  margin: 16px auto;
}
.privacy {
  margin-top: 40px;
}
.rubi {
  color: #4d0c2e;
  text-align: center;
  margin-bottom: 20px;
}
.privacy ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*==========================================
 ページトップへのボタン
 ===========================================*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
}
#page-top a {
  width: 40px;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
}

.clone-nav {
  display: none;
}

/*# sourceMappingURL=laptop.css.map */
