@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap" rel="stylesheet');
:root {
  --color-font: #333333;
  --header-color-primary: #7cd381;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Oswald", serif;
}
div#sec01 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec02 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec03 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec04 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec05 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec06 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec07 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec08 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec09 {
    padding-top: 100px;
    margin-top: -100px;
}

/* コンポーネント */
.yellow-green {
  color: #93d14f;
}
.green {
  color: #7cd381;
}
.black {
  color: #333333;
}
p.yellow-green {
  color: #93d14f;
}
p.green {
  color: #7cd381;
}
h2.yellow-green {
  color: #93d14f;
}
h2.green {
  color: #7cd381;
}
h2.black {
  color: #333333;
}
h3.yellow-green {
  color: #93d14f;
}
h3.green {
  color: #7cd381;
}
h3.black {
  color: #333333;
}
h2 span.yellow-green {
  color: #93d14f;
}
a.colum03 {
  margin-bottom: 4rem;
}
/* ボタン */
.btn-item a {
  position: relative;
  display: block;
  text-align: center;
  background: #7cd381;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 250px;
  padding: 15px 0;
  margin: 0 auto;
  /* border: 2px solid; */
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-item.left a {
  margin: 0;
}
.btn-item a::before {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-size: contain;
  color: #7cd381;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.btn-item a:hover {
  background: #fff;
  color: #7cd381;
  outline: 1px solid;
}
.btn-item a:hover::before {
  color: #fff;
  background: #7cd381;
}
a.phone-number {
  display: inline-block;
  font-size: clamp(30px, 2.5vw, 48px);
  font-family: var(--ff02);
  font-weight: 500;
  line-height: 1.48;
  position: relative;
  transition: 0.3s;
  color: #fff;
}
a.phone-number:hover {
  opacity: 0.7;
}
a.phone-number::before {
  content: "\f3cd";
  font-family: "FontAwesome";
  font-size: 1em;
  margin-right: 0.5em;
}
/* レイアウトコンポ */
/* トップ 買取品目 */
.border-box {
  border: 1px solid #cecece;
  padding: 4%;
  background: #9ffb0c;
  min-height: 75px;
}
/* トップ 私たちについて */
.colum02.ex-left {
  width: 56.5%;
}
.colum02.ex-right {
  width: 41.5%;
}
.bg-sreen01 {
  background: #F0FFBF;
}
.about-us-container {
  background: #fff;
  padding: 5%;
}
/* トップ サービス概要/会社概要 */

.colum02-w50.relative::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.86;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.absolute-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* フッター */
#footer .footer__logo img {
    width: 40%;
}
.bg-green03 {
  background: #c2f514;
}
/* 買取品目/価格 */
.bg-green02 {
  background: #F0FFBE4d;
}
/* 事業内容 */
.underline-green {
  border-bottom: 3px solid #7cd381;
}
h2.underline-green {
  border-bottom: 3px solid #7cd381;
}
/* 会社概要 */
.table-item tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 3%;
  vertical-align: middle;
  border-bottom: 1px solid #c6c6c6;
  line-height: 2;
}
.table-item td.cell_01 {
  width: 25%;
  /* text-align: center; */
  background: #7cd381;
  color: #fff;
  border-left: 1px solid #c6c6c6;
}
.table-item td.cell_02 {
  border-right: 1px solid #c6c6c6;
}
.table-item tr.head td {
  border-top: 1px solid #c6c6c6;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
  .table-item tr td {
    display: block;
    width: 100% !important;
  }
  .table-item td.cell_01 {
    text-align: center;
  }
}
/* ユーティリティ */
/*最新*/
.mr1 {
  margin-right: 1rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.absolute-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
h3.font40 {
  font-size: clamp(24px, 2.1vw, 40px);
  line-height: 1.5;
}
h3.font20 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
}
h3.font16-line-hight32 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 2;
}
h3.font16-line-hight22 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.38;
}
h3.font48 {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1.45;
}
h3.font30 {
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.5;
}
h3.font18 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.44;
}
h3.font20 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
}
h3.letters20 {
  letter-spacing: 0.02em;
}
h3.letters30 {
  letter-spacing: 0.03em;
}
h3.letters40 {
  letter-spacing: 0.04em;
}
h3.white {
  background: #fff;
}
h3.noto-sans {
  font-family: "Noto Sans JP", serif;
}
h3.oswald {
  font-family: oswald;
}
h3.fw500 {
  font-weight: 500;
}
h3.fw700 {
  font-weight: 700;
}
h2.font40 {
  font-size: clamp(24px, 2.1vw, 40px);
  line-height: 1.5;
}
h2.font20 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
}
h2.font16-line-hight32 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 2;
}
h2.font16-line-hight22 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.38;
}
h2.font48 {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1.45;
}
h2.font30 {
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 1.5;
}
h2.font18 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.44;
}
h2.font20 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
}
h2.letters20 {
  letter-spacing: 0.02em;
}
h2.letters30 {
  letter-spacing: 0.03em;
}
h2.letters40 {
  letter-spacing: 0.04em;
}
h2.white {
  background: #fff;
}
h2.noto-sans {
  font-family: "Noto Sans JP", serif;
}
h2.oswald {
  font-family: oswald;
}
h2.fw500 {
  font-weight: 500;
}
h2.fw700 {
  font-weight: 700;
}
.font40 {
  font-size: clamp(24px, 2.1vw, 40px);
  line-height: 1.5;
}
.font20 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
}
.font16-line-hight32 {
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 2;
}
.font16-line-hight22 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.38;
}
.font48 {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1.45;
}
.font30 {
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.5;
}
.font18 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.44;
}
.font20 {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
}
.letters20 {
  letter-spacing: 0.02em;
}
.letters30 {
  letter-spacing: 0.03em;
}
.letters40 {
  letter-spacing: 0.04em;
}
.white {
  color: #fff;
}
p.white {
  background: #fff;
}
.noto-sans {
  font-family: "Noto Sans JP", serif;
}
.oswald {
  font-family: "Oswald", serif;
}
.fw500 {
  font-weight: 500;
}
.fw700 {
  font-weight: 700;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.margin0 {
  margin: 0;
}
.colum03 {
  width: 32%;
}
@media print, screen and (max-width: 1024px) {
  .colum03 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .colum03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .colum03:last-child {
    margin-bottom: 0;
  }
}
a.colum03 {
  width: 32%;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  a.colum03 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  a.colum03 {
    width: 32%;
    margin-bottom: 15px;
  }
  a.colum03:last-child {
    margin-bottom: 0;
  }
}
.colum04 {
  width: calc(25% - 15px);
}
@media print, screen and (max-width: 768px) {
  .colum04 {
    width: calc(25% - 5px);
    margin-bottom: 15px;
  }
  .colum04:last-child {
    margin-bottom: 0;
  }
}
.btn-colum04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .btn-colum04 {
    display: block;
  }
}
.colum04-btn {
  width: 23.6%;
}
@media print, screen and (max-width: 1280px) {
  .colum04-btn {
    width: 48%;
    margin-bottom: 1vw;
  }
}
@media print, screen and (max-width: 768px) {
  .colum04-btn {
    width: 100%;
  }
}
.front {
  position: relative;
}
.relative {
  position: relative;
}
a#scrollUp {
  background: #7cd381;
}
h1.title.first span.ja {
  font-size: clamp(30px, 2.1vw, 40px);
  font-weight: 700;
  font-family: var(--ff01);
  letter-spacing: 0.03em;
}
.post h4 {
  margin: 0;
  padding: 0;
}
body:not(.home) #content.wide {
  padding: 3% 0 8% 0;
}
span.privacy {
  color: #0d56ab;
}
#footer .inner {
  padding: 1.5% 0 0 0%;
  color: red;
}
.post .time,
.postlist .time {
  background: #7cd381;
  padding: 1px 16px;
}
ul.postlist p.time.cat-news.first {
  padding: 2px 10px;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.colum02 {
  width: 48%;
}
.colum02-w50 {
  width: 50%;
}
.top-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1200 {
  max-width: 1200px;
  width: 90%;
}
.column02 {
  width: 48%;
}
/*  */
p.time.cat-news.first {
  border: none;
}
p.date {
  border: none;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
.w45 {
  width: 45%;
}
.jc_around {
  justify-content: space-around;
}
.mb20 {
  margin-bottom: 20rem !important;
}
.w48 {
  width: 48%;
}
/* 投稿欄 */
p.time.cat-news.first {
  border-radius: 5px;
}
.postlist li:first-child {
  border-top: none;
}
.postlist li {
  border-bottom: 1px dashed #ccc;
}
.max_w1100 {
  width: 90%;
}
footer#footer {
  background: #4f8e22;
  padding: 0;
}
div#copyright {
  background: #4f8e22;
  margin: 0;
  padding-bottom: 1.5%;
  color: #fff;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn {
  background: #7cd381;
}
#header a.head_btn.mail_btn:hover {
  background: #7cd381;
  opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #3fa23f;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #3fa23f;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/* flexbox */
.flexbox {
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.no-wrap {
  flex-wrap: nowrap;
}
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
  font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
  padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* 投稿欄の背景の色を消す */
#front_top_content,
#front_bottom_content {
  background: transparent;
}
/* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
.post h3 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* h2のmarginを消す */
.post h2 {
  padding: 0;
  margin: 0;
}
/* h2の下線を消す */
.post h2::after {
  display: none;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.mxauto {
  margin: 0 auto;
}
.bg-img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  /* 最新	 */
  .sppt2 {
    padding-top: 2rem !important;
  }
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .img-area img {
    /* height: 150px; */
  }
  .colum02:first-child {
    margin-bottom: 5%;
  }
  .colum02 {
    width: 100%;
  }
  .colum02-w50:first-child {
    /* padding: 10% 0; */
    margin-bottom: 0%;
  }
  .colum02-w50 {
    width: 100%;
  }
  .mobile #header {
    background: #fff;
  }
  .spmenu #menu p {
    color: #7cd381;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #7cd381;
  }
  /*     div#wpadminbar {
        display: none;
    } */
  .column02 {
    width: 100%;
  }
  /* 	 */
  .sp_w_90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_txt_l {
    text-align: left !important;
  }
  .spmb10 {
    margin-bottom: 10rem !important;
  }
  .w48 {
    width: 100%;
  }
  .sppt0 {
    padding-top: 0rem !important;
  }
  .spmb0 {
    margin-bottom: 0rem !important;
  }
  .spmb5 {
    margin-bottom: 5rem !important;
  }
  .sp_flex_mb {
    margin-bottom: 15px;
  }
  .sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
}
/* 後入れ */

h3.noto-sans.font20.fw700.letters40.black.txt_c.mb1.flex {
    font-size: clamp(10px, 1.4vw, 26px);
}

p.noto-sans.font16-line-hight32.fw500.letters30.black.txt_c {
    font-size: clamp(10px, 0.9vw, 16px);
}
.gap01 {
  gap: 20px;
}
#sitemap_list span.en {
  display: none;
}
#breadcrumb ul li span.en {
  display: none;
}
h3.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

span.arrrow-icon {
  line-height: 1.1;
}
#footer .footer__logo:not(:last-child) {
  text-align: left;
}
.buying-prices .pd-content {
  padding: 3% 0;
}
span.tel_number {
  color: #7cd381;
  font-family: var(--ff02);
  font-size: 30px;
  font-size: clamp(20px, 1.6vw, 30px);
  display: flex;
  align-items: center;
}
span.tel_number::before {
  content: "\f3cd";
  font-family: "FontAwesome";
  color: #7cd381;
  /* background-color: #000; */
  font-size: 1em;
  /* padding: 10px; */
  /* border-radius: 50%; */
  margin-right: 0.5em;
  line-height: 1;
}
span.reception_time {
  display: block;
  color: #333333;
  font-weight: 700;
  text-align: center;
  font-size: clamp(10px, 0.7vw, 12px);
}
#header ul.header__contact li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #f8f8f8;
  padding: 0 1.5vw;
}
#header ul.header__contact li:first-child:hover {
  opacity: 0.7;
}
.max_w1100.elegular {
  width: 100%;
}
.about-us .pd-content {
  padding: 3% 0 5% 0;
}
.comon_footer p {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.37;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
}
.comon_footer .pd-content {
  padding: 2% 0;
}
#footer ul li a span.en {
  display: none;
}
h1.title.first span.en {
  display: block;
  font-family: var(--ff02);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
#thumbImg::before,
header#h1Header::before {
  background: #fff;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
}
@media print, screen and (max-width: 1023px) {
	body.mobile #header .logo img {
    max-width: 120px;
}
}
@media print, screen and (min-width: 1024px) {
	#header .logo img {
    width: 100%;
    max-width: 276px;
    max-height: 57px;
}

  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    background: transparent;
  }
  nav#mainNav ul li a span.en {
    display: none;
  }
  nav#mainNav ul li a b {
    color: #333333;
    font-weight: 700;
    font-size: clamp(16px, 1.1vw, 20px);
  }
  nav#mainNav ul li a span.ja {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
  }
  #header a.head_btn.mail_btn span {
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 700;
  }
  #header {
    height: 100px;
    border-bottom: 10px solid #efff00;
  }
  .sticky-header #header-layout {
    height: 100px;
    border-bottom: 10px solid #efff00;
  }
}
@media print, screen and (max-width: 1024px) {
	#footer .footer__logo:not(:last-child) {text-align: center;}
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	#header .logo img {
    width: 26%;
}
  .buying-prices .pd-content {
    padding: 10% 0;
  }
  .about-us .pd-content {
    padding: 10% 0;
  }
  .comon_footer .pd-content {
    padding: 10% 0;
  }
  .colum02-w50.relative .img-area img {
    height: 200px;
  }
  .sppt2 {
    padding-top: 2rem !important;
  }
  .colum02.ex-left {
    width: 100%;
  }
  .colum02.ex-right {
    width: 100%;
  }
	#footer .footer__logo:not(:last-child) {
    text-align: center;
}
	
	
	
	.flexbox.ex {
    display: flex;
}


.border-box {
    min-height: 67px;
}

.top-content span.arrrow-icon img {
    max-width: 13px;
    min-width: 13px;
}
	.lower-content.buying-prices .flex {
    display: flex;
}

.gap01 {
    gap: 5px;
}

.lower-content.buying-prices .flexbox {
    display: flex;
}

.lower-content.buying-prices p.noto-sans.font18.fw700.letters30.black  {
    font-size: clamp(10px, 1vw, 18px);
}

.lower-content.buying-prices p.noto-sans.font18.fw500.letters30.black.mb1 {
    font-size: clamp(10px, 1vw, 18px);
}

.lower-content.buying-prices p.noto-sans.font18.fw500.letters30.black {
    font-size: clamp(10px, 1vw, 18px);
}
	.top-content.buying-prices .border-box {
    min-height: 85px;
}
}

.lower-content.buying-prices .img-area img {
    aspect-ratio: 260/195;
}


h1.title span.en, .post h1, header#h1Header h1.title span.en {
    font-size: clamp(30px, 2.1vw, 40px);
    color: #9ffb0c;
    color: red;
    -webkit-text-stroke: 1px #fff;
}
.lower-content.buying-prices .border-box {
    background: #fff;
}

a.colum03:hover h3.noto-sans.font20.fw700.letters40.black.txt_c.mb1.flex {
    color: #9ffb0c;
}

a.colum03:hover p.noto-sans.font16-line-hight32.fw500.letters30.black.txt_c {
    color: #9ffb0c;
}

h1.title span.ja, .post h1, header#h1Header h1.title span.ja {
    color: red;
}

a.colum03:hover h3.noto-sans.font20.fw700.letters40.black.txt_c.mb1.flex {
    color: #fff;
}

a.colum03:hover p.noto-sans.font16-line-hight32.fw500.letters30.black.txt_c {
    color: #fff;
}
span.arrrow-icon.ml2 {
    transition: .3s;
    line-height: 0;
}

a.colum03:hover span.arrrow-icon.ml2 {
    margin-left: 3rem !important;
}

.lower-content.buying-prices.ex .border-box {
    background: #F0FFBE4d;
}