@charset "utf-8";

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


 body {
  font-size: 14px;
 }







 /* ファーストビュー */



 #wcfront_base .parts--html .fv-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 40px 20px;
 }

 #wcfront_base .parts--html .fv-left {
  position: relative;
  width: 90%;
 }

 #wcfront_base .parts--html .fv-left img:first-child {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 150px;
 }

 #wcfront_base .parts--html .fv-left img:last-of-type {
  display: block;
  margin: 0;
  margin-left: auto;
  width: 100%;
  height: auto;
 }


 #wcfront_base .parts--html .fv-right {
  width: 100%;
  text-align: center;
 }


 /* ラッパー共通 */

 .basic-wrap {
  max-width: 90%;
  padding: 45px 0;
 }

 .wide-wrap {
  padding: 45px 0;
 }

 .slim-wrap {
  max-width: 90%;
  padding: 45px 0;
 }





 .title-max {
  font-size: 45px;
  letter-spacing: -2px;
  margin-bottom: 20px;
 }

 .title-large {
  font-size: 35px;
 }

 .title-midium {
  font-size: 30px;
 }


 .title-regular {
  font-size: 22px;
 }



 .title-small {
  font-size: 22px;
  margin-bottom: 10px;
 }


 .title-line {
  font-size: 28px;
  margin-bottom: 10px;
 }



 /* 買取実績 */


 .results .grid {
  width: 95%;
  margin: 0 auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 0;
 }


 .results .img {
  height: 200px;
 }



 .results .badge img {
  width: 100%;
  display: block;
 }



 .results .info {
  text-align: left;
  padding: 20px;
 }

 .results .info span:first-child {
  font-size: 12px;

 }


 /* 共通ボタン */
#wcfront_base .btn,
#wcfront_base a.btn {
  justify-content: center;
  font-size: 14px;
  padding: 14px 0;
  width: 90%;
 }




 /* カウベルとは */
 .about-index {
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
  max-width: 100%;
 }

 .about-index .left {
  width: 100%;
  padding-right: 30px;
 }

 .about-index .left img {
  width: 100%;
 }



 .about-index .right {
  width: 100%;
 }


 /* 手続き */


 .flow-index .info {
  width: 100%;
  padding: 20px;
 }

 .flow-index p {
  margin-bottom: 30px;
 }


 .flow-index h2 {
  text-align: center;
 }


 /* メンバー紹介 */


 .staff-index .grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  margin-top: 30px;
 }

 .staff-index .item .img {
  margin-bottom: 10px;
 }

 .staff-index .item .img img {
  width: 100%;
  display: block;
 }

 .staff-index .item span {
  font-size: 15px;
  font-weight: 700;
 }

 .staff-index h3 {
  margin: 20px 0 30px;
 }

 /* よくある質問 */

 .icon-faq {
  display: block;
  width: 180px;
  margin: 0 auto;
 }

 .faq-index {
  width: 90%;
  margin: 0 auto;
  text-align: center;
 }

 .faq-index .list {
  margin-top: 40px;
  margin-bottom: 40px;
 }

 .faq-index .item {
  gap: 30px;
  margin-bottom: 50px;
 }

 .faq-index .item img {
  display: none;
 }



 /* 運営会社 */

 #wcfront_base .parts--html .company-index .txt-box {
  margin-bottom: 40px;
  width: 100%;
 }

 #wcfront_base .parts--html .company-index .inner {
  flex-direction: column-reverse;
  gap: 40px;
  margin-bottom: 40px;
 }

 #wcfront_base .parts--html .company-index table {
  width: 100%;
 }


 #wcfront_base .parts--html .company-index th,
 #wcfront_base .parts--html .company-index td {
  font-size: 14px;
 }

 #wcfront_base .parts--html .company-index th {
  width: 100px;
 }

 #wcfront_base .parts--html .company-index td {
  line-height: 1.8;
 }

 #wcfront_base .parts--html .company-index .inner img {
  width: 100%;
 }


 /* CTA */
 .cta {
  text-align: center;
 }

 .cta .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
 }

 .cta .tel img {
  width: 50px;
 }



 .cta .tel .copy {
  font-size: 16px;
 }


 .cta .tel .number {
  font-size: 35px;
 }

 .cta .tel .time {
  font-size: 13px;
  margin-top: 5px;
 }

 .cta .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
 }

#wcfront_base .cta .btns a {
  gap: 5px;
  padding: 15px 30px;
  font-size: 15px;
 }






 /* フッター */

.footer-inner {
  padding: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
 }

.footer-left img {
  width: 250px;
  display: block;
  margin-bottom: 10px;
 }



.footer-left span {
  text-align: center;
  margin-bottom: 30px;
 }


.footer-contact img {
  height: 50px;
 }


.footer-tel span {
  font-size: 30px;
  font-weight: 900;
 }


.footer-nav ul {
  gap: 8px 20px;
  margin: 0 auto;
  padding: 20px;
  height: auto;
 }



 /* コピーライト */
.footer-copy {
  background: #333;
  text-align: center;
  padding: 5px;
 }

.footer-copy span {
  font-size: 11px;
 }



 .cont {
  width: 100%;
  flex-direction: column;
 }

 .cont .left {
  width: 80%;
 }



 .cont .right {
  width: 100%;
 }


 .cont .right p:first-child {
  margin-top: 0;
 }


 .box-grid {
  width: 100%;
 }

 .box-grid .item {
  gap: 0;
  flex-direction: column;
 }

 .box-grid .item .img {
  width: 100%;
  height: 220px;
 }


 .cont-2 {
  width: 100%;
  flex-direction: column-reverse;
 }

 .cont-2 .img {
  width: 100%;
 }



 .cont-2 .info {
  width: 90%;
  padding: 0;
  margin-top: 40px;
 }


 .cont-2 p {
  margin-bottom: 20px;
 }

 /* スタッフリスト */
 .staff-list {
  margin-top: 0;
 }

 .staff-list .item {
  gap: 30px;
  padding: 60px 0;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
 }

 .staff-list .item p {}


 .staff-list .item .img {
  width: 240px;
  flex-shrink: 0;
 }



 /* ページタイトル */
 .page-title {
  margin-bottom: 10px;
  margin-top: 20px;
 }

 /* 手続きの流れ */
 .flow-steps {
  width: 90%;
 }


 .flow-steps .step {
  font-size: 18px;
 }



 .flow-steps .arrow {
  margin: 15px auto;
 }



 .flow-list {
  width: 100%;
  padding-top: 60px;
  margin: 40px auto;
 }


 .flow-list .item {
  gap: 30px;
  margin-bottom: 40px;
  flex-direction: column;
 }

 .flow-list .item .img {
  width: 100%;
  height: 220px;
 }



 .flow-list .item .text h3 {
  font-size: 22px;
  margin-bottom: 0;
 }

 .flow-list .item .text p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
 }



 /* ページャー */
 .pager {
  gap: 5px;
  margin-top: 80px;
 }

 .pager a {
  min-width: 35px;
  height: 25px;
  padding: 10px 5px;
  border: 1px solid #333;
  font-size: 12px;
 }


 .access-info {
  max-width: 80%;
  margin-bottom: 0;
 }

 .access-info table {
  width: 100%;
  border-collapse: collapse;
 }

 .access-info th,
 .access-info td {
  padding: 16px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  vertical-align: top;
 }

 .access-info th {
  font-weight: 700;
  white-space: nowrap;
  width: 140px;
 }

 .access-info td {
  line-height: 1.8;
 }


 .pager a.current {
  background: #333;
  color: #fff;
 }

 .pager a:hover {
  background: #f5c800;
 }



 .access-info {
  max-width: 90%;
 }



 .access-info th,
 .access-info td {
  font-size: 14px;
  vertical-align: middle;
 }

 .access-info th {

  width: 100px;
 }

 .access-info td {
  line-height: 1.8;
 }



 /* お問い合わせフォーム */
 .contact-form {
  max-width: 90%;
 }

 .contact-form .field {
  margin-bottom: 30px;
 }

 .contact-form label {
  font-size: 15px;
 }


 .contact-form .checks {
  padding: 30px;
 }

 .contact-form .checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 15px;
 }

 .contact-form .checks label:last-child {
  margin-bottom: 0;
 }

 .contact-form input[type="text"],
 .contact-form input[type="email"],
 .contact-form input[type="tel"],
 .contact-form textarea {
  width: 100%;
  padding: 15px;
  font-size: 14px;
 }



 .contact-tel img {
  height: 80px;
 }


 .contact-tel .time {
  font-size: 15px;
 }


 .fv-area {

  display: inline-flex;
  align-items: stretch;
  gap: 0;
  transform: skewX(-8deg);
  margin-left: 0;
 }

 .fv-area span:first-child {
  font-size: 15px;
  padding: 5px 15px;

 }

 .fv-area span.last {
  font-size: 14px;
  padding: 5px 15px;
  border-left: none;
 }



 /* 買取実績詳細 */
 .case-detail {
  flex-direction: column;
  gap: 30px;
 }

 .case-detail .img {
  width: 100%;
  flex-shrink: 0;
 }


 .case-detail table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
 }


 .breadcrumb {
  font-size: 12px;
  margin-top: 20px;
  margin-left: 0;
 }

 .breadcrumb span {
  margin-left: 0;
  margin-right: 0;
 }




 #wcfront_base .pc {
  display: none;
 }


 #wcfront_base .tab,
 #wcfront_base .parts--html .tab {
  display: none;
 }

 #wcfront_base .sp,
 #wcfront_base .parts--html .sp {
  display: block;
 }

}
