@charset "UTF-8";
/*
    Template: nanokadooriginal_sw
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* ----------------------------------------------------------------------
  PC用
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
  共通
---------------------------------------------------------------------- */

/* ヘッダー
---------------------------------------------------------------------- */

.c-gnav>.menu-item>a/*,#wp-megamenu-header_menu>.wpmm-nav-wrap *//*.wp-megamenu > li*/ {
	min-width: 100px;
	border-right: solid 2px rgba(130,157,106,1.0);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1.0);
	/*mix-blend-mode: difference;*/
}

.c-gnav>.menu-item:first-child/*,#wp-megamenu-header_menu>.wpmm-nav-wrap *//*.wp-megamenu > li*/ {
	border-left: solid 2px rgba(130,157,106,1.0);
}

.c-gnav>.menu-item {
	height: 80% !important;
	margin: 2.5% 0 2.5% 0 !important;
}


/* 内容
---------------------------------------------------------------------- */

.wp-block-cover {
	min-height: 0 !important;
	padding: 0 !important;
}


/* タイトル
---------------------------------------------------------------------- */

.l-topTitleArea {
	min-height: 400px;
}

.ttl-zone .conth2-ttl {
	font-size: 2.0rem !important;
    font-weight: 600;
    /*margin-top: -6.0rem;*/
}

.ttl-zone .conth2-ttl span {
    /*color: rgba( 0, 104, 192, 1.0);*/
	color: rgba( 16, 127, 225, 1.0 );
}

/*.ttl-area .conth2-sttl {
	font-size: 3.5rem;
    font-weight: 600;
	font-style: italic;
    color: rgb(238, 238, 238, 1.0);
}

.c-pageTitle {
	font-size: 2.5rem;
}*/


/* フッター
---------------------------------------------------------------------- */

/* お問合せ、フッター直前：ウィジット ----- */

.w-beforeFooter {
	/*min-height: 700px;*/
	padding: 150px 0;
	margin: 150px 0 0 0;
	background: url("https://nanokado.co.jp/wp-content/uploads/2026/04/collectimg-bg.jpg") no-repeat center center;
	background-size: 100% auto;
}

.w-beforeFooter .fo-inq-area {
	width: 1200px;
	/*min-height: 300px;*/
	padding: 80px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba( 255, 255, 255, 1.0 );
	/*position: relative;*/
	/*display: flex;*/
}

/*.w-beforeFooter .fo-inq-area::before {
	content: "";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 1px;
	height: 80%;
	background-color: rgba(63, 38, 38, 1.0);
}*/

.w-beforeFooter .fo-inq-zone {
	min-height: 300px;
	position: relative;
	display: flex;
}

.w-beforeFooter .fo-inq-zone .line-zone, .w-beforeFooter .fo-inq-zone .form-zone, .w-beforeFooter .fo-inq-zone .tel-zone {
	width: calc( 100% / 3);
	padding: 0 30px 0 30px;
	border-right: solid 2px rgba( 200, 200, 200, 1.0 );
	text-align: center;
}

.w-beforeFooter .fo-inq-zone .line-zone {
	border-left: solid 2px rgba( 200, 200, 200, 1.0 );
}

/*
.w-beforeFooter .fo-inq-area .form-zone {
	padding: 0 50px 0 0;
}

.w-beforeFooter .fo-inq-area .tel-zone {
	padding: 0 0 0 50px;
}*/

.fo-inq-area .conttxt-ttl {
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0.5rem;
	margin-bottom: 25px;
	border-radius: 5px;
	text-align: center;
	background: rgba( 6, 85, 124, 1.0 );
	color: rgba( 255, 255, 255, 1.0 );
}

.fo-inq-area .conttxt-ttl span {
	font-size: 1.1rem;
	font-weight: normal;
	display: inline-block;
}


.fo-inq-area .kindtxt-ttl {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}

.fo-inq-area .qrcode-box img {
	width: 60%;
	padding: 10px;
	margin: 25px auto 20px auto;
}

.fo-inq-area .formlink-btn {
	width: 80%;
	margin: 25px auto 20px auto;
	font-size: 1.3rem;
}

.fo-inq-area .formlink-btn a {
	padding: 10px;
	border-radius: 5px;
	background: rgba( 255, 165, 0, 1.0 );
	display: block;
	color: rgba(255, 255, 255, 1.0);
	transition-duration: 0.5s;
}

.fo-inq-area .formlink-btn a:hover {
	background: rgba( 46, 204, 113, 1.0 );
	transition-duration: 0.5s;
}


.fo-inq-area .formlink-btn img, .fo-inq-area .tellink-btn img {
	height: 40px;
	padding-right: 10px;
	vertical-align: middle;
}

.fo-inq-area .tellink-btn {
	width: 80%;
	padding: 10px;
	margin: 25px auto 0 auto;
	font-size: 1.3rem;
	font-weight: 600;
	border-radius: 5px;
	color: rgba( 255, 165, 0, 1.0 );
	display: block;
}


/* フッターメニュー ----- */

.l-footer .c-widget__title {
	margin-bottom: 0;
}

.l-footer .c-widget__title:before, .l-footer .c-widget__title.-footer::after, .l-footer .c-widget__title.-footer::after {
	height: 0;
}

.l-footer .c-listMenu a {
	border: none;
}

.l-footer .c-listMenu a:before {
	color: rgba( 255, 165, 0, 1.0 );
}

.l-footer .c-listMenu a:hover:before {
	color: rgba( 46, 204, 113, 1.0 );
}


/* 会社概要 */

.fo-about-zone {}

.fo-about-box {
	margin: 30px 0 0 0;
}

.fo-about-box p {
	line-height: 2.5rem;
}

.fo-about-box img {
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.fo-about-box .opentime-txt {
	font-size: 2.0rem;
	font-weight: bold;
}


/* コピーライト----- */

.l-footer__foot {
	border-top: rgba( 255, 255, 255, .2) solid 1px;
}

.l-footer__nav li a {
	border: none !important;
}


/* function
---------------------------------------------------------------------- */

.p-fixBtnWrap {
	bottom: 0;
	right: 0;
}

.c-fixBtn {
	width: 100px;
	height: 200px;
	border: none;
	background: url("https://nanokado.co.jp/wp-content/uploads/2026/04/pagetop-img.png") no-repeat top center;
	/*border-radius: 0 !important;*/
	/*background-color: rgba( 16, 127, 225, 1.0 );
	clip-path: polygon(100% 0, 100% 100%, 0 100%);*/
	opacity: 1.0;
}

.c-fixBtn:hover {
	height: 280px;
}

.c-fixBtn.hov-bg-main:hover {
	background-color: rgba( 46, 204, 113, 0.0 ) !important;
}

.hov-bg-main {
}

.c-fixBtn__icon {
	font-size: 30px;
	color: rgba(255, 255, 255, 1.0);
	position: absolute;
	top: 60%;
	left: 60%;
}

#pagetop i {
  display: none;
}

#pagetop .c-fixBtn__label {
	margin-top: 0;
	position: absolute;
	top: 73%;
	left: 45%;
    font-size: 1.4rem;
	color: rgba(255, 255, 255, 1.0);
}


/* ----------------------------------------------------------------------
  Indexページ
---------------------------------------------------------------------- */

/* Indexページ
---------------------------------------------------------------------- */

/* メインビジュアル ----- */

/*.dp-mainimgsq1 {*/
	/*width: 100px;
    height: 1000px;
    background: red;*/
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.dp-mainimgsq2 {*/
	/*width: 100px;
    height: 1000px;
    background: blue;*/
    /*position: absolute;
    bottom: 0;
    right: 0;
}

.p-mainVisual {*/
	/*padding-bottom: 10px;*/
/*}*/

/*.p-mainVisual__imgLayer .u-obf-cover {
	clip-path: polygon(5% 7.5vw, 95% 0%, 95% calc(100% - 7.5vw), 5% 100%);
}*/

.info-zone {
	width: 308px;
	padding: 15px 50px 5px 50px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 50px;
	background: rgba( 255, 165, 0, 1.0 );
	display: block;
	transition-duration: 0.5s;
}

.info-zone:hover {
	background: rgba( 46, 204, 113, 1.0 );
	transition-duration: 0.5s;
}


/* 記事スライダー ----- */

.p-postSlider {
	padding: 100px 0 100px 0;
	/*margin: 100px auto 0 auto;*/
	background: url("http://nanokado.co.jp/wp-content/uploads/2026/04/slider-bgimg.jpg") no-repeat center bottom;
	background-size: 100% auto;
	box-shadow: inset 0 5px 20px -5px rgba(0,0,0,0.5), inset 0 -5px 20px -5px rgba(0,0,0,0.5);
}

.p-postSlider .p-postList__item {
  /*display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #dddddd;
  font-size: 30px;
  width: 300px;
  height: 100px;
  border-radius: 3px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);*/
  position: relative;
}

.p-postSlider .p-postList__item::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 8px;
  box-shadow: 0 40px 8px rgba(0, 0, 0, .5);
  background-color: transparent;
  border-radius: 80px / 4px;
}

.p-postSlider::before {
	/*content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	max-width: 1370px;
	height: 100%;*/
	/*background-color: rgba(191, 230, 242, 1.0);*/
	/*background-color: rgba(218, 236, 242, 1.0);
	z-index: -1;
	clip-path: polygon(0% 3.7vw, 95% 0%, 95% calc(100% - 3.7vw), 0% 100%);*/
}

/*.p-postSlider::before {
    transform: skewX(-45deg);*/
    /*content: "";/*ボックスを作る*/
    /*position: absolute;/*ポジションで中央に配置*/
	/*top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    z-index: -1;/* 親要素の後ろに来るように-1 */
	/*background-color: rgba(248,16,20,1.00);
}*/


/* ストロングポイント ----- */

.strongpoint-zone .swell-block-column {
	border-radius: 10px;
}

.strongpoint-zone img {
	width: 100px;
	padding: 15px;
	border-radius: 10px;
	box-sizing: border-box;
	background: rgba( 245, 245, 245, 1.0 );
}

.strongpoint-zone .txt-ttl {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba( 22, 59, 101, 1.0 );
}


/* 買取カテゴリ ----- */

.purchasecat-zone .swell-block-column {
	border-radius: 10px;
}

.purchasecat-zone img {
	width: 70px;
	/*padding: 15px;*/
	border-radius: 10px;
	box-sizing: border-box;
	/*background: rgba( 245, 245, 245, 1.0 );*/
}

.purchasecat-zone .txt-ttl {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba( 22, 59, 101, 1.0 );
}


/* 買取の流れ ----- */

:root {
  --flow-blue: #1297e8;
  --flow-text: #8a9098;

  --band-top: 110px;     /* 青帯の開始位置 */
  --band-height: 120px;  /* 青帯の高さ */
  --arrow-w: 38px;       /* 右三角の幅 */
  --slash-w: 4px;        /* 白い斜線の太さ */
}

.flow-section {
  padding: 40px 20px;
  background: #fff;
}

.flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.flow__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.flow__item p {
	padding: 20px;
	box-sizing: border-box;
}

/* 三角のぶんだけ右余白 */
.flow__item:not(:last-child) {
  /*margin-right: var(--arrow-w);*/
}

/* 白い斜線 */
.flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: var(--band-top);
  right: calc(var(--arrow-w) * -0.45);
  width: var(--slash-w);
  height: var(--band-height);
  background: #fff;
  transform: skewX(-32deg);
  z-index: 4;
}

.flow__visual {
  position: relative;
  height: 300px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* 青い帯 */
.flow__visual::before {
  content: "";
  position: absolute;
  top: var(--band-top);
  left: 0;
  width: 100%;
  height: var(--band-height);
  background: var(--flow-blue);
  z-index: 1;
}

/* 右側の三角 */
.flow__item:not(:last-child) .flow__visual::after {
  /*content: "";
  position: absolute;
  top: var(--band-top);
  right: calc(var(--arrow-w) * -1);
  width: var(--arrow-w);
  height: var(--band-height);
  background: var(--flow-blue);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 2;*/
}

/* 人物を少し上にはみ出させる */
.flow__person {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 100%;
  max-height: 280px;
  width: 80%;
  height: auto;
  object-fit: contain;
  transform: translate(30px,-18px);
}

.flow__label {
	margin: 14px 0 0;
	text-align: center;
	color: rgba( 22, 59, 101, 1.0 );
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.04em;
}

/* ===== タブレット ===== */
/*@media (max-width: 1024px) {
  :root {
    --band-top: 96px;
    --band-height: 108px;
    --arrow-w: 30px;
  }

  .flow__visual {
    height: 260px;
  }

  .flow__person {
    max-height: 240px;
    transform: translateY(-14px);
  }

  .flow__label {
    font-size: 18px;
  }
}*/

/* ===== スマホ：縦フロー ===== */
@media (max-width: 767px) {
  :root {
    --band-top: 88px;
    --band-height: 92px;
  }

  .flow {
    flex-direction: column;
    gap: 34px;
  }

  .flow__item {
    width: 100%;
    margin-right: 0 !important;
  }

  /* PC用の白斜線はOFF */
  .flow__item::before {
    display: none;
  }

  .flow__visual {
    height: 220px;
  }

  /* 縦フロー用の下向き三角 */
  .flow__item:not(:last-child) .flow__visual::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    width: 70px;
    height: 24px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  .flow__person {
    max-height: 200px;
    transform: translateY(-10px);
  }

  .flow__label {
    font-size: 16px;
    margin-top: 12px;
  }
}


/* 対応エリア ----- */

.compatiblearea-zone .kanto-ttl {
	font-size: 1.5rem;
	margin-bottom: 0;
	font-weight: bold;
	color: rgba( 22, 59, 101, 1.0 );
}

.compatiblearea-zone .akind-zone .swell-block-column {
	border-radius: 5px;
}

.compatiblearea-zone .akind-zone .txt-ttl {
	font-size: 1.2rem;
	margin-bottom: 0;
	font-weight: bold;
	color: rgba( 22, 59, 101, 1.0 );
}

.akind-zone .akind-box {
	transition-duration: 0.5s;
}

.akind-zone .akind-box:hover {
	background: rgba( 46, 204, 113, .5 );
	transition-duration: 0.5s;
}


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

.qa-zone .swell-block-accordion__title {
	padding-left: 60px;
	border: rgba( 0, 93, 171, .5 ) solid 1px;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.2rem;
	background: url("http://nanokado.co.jp/wp-content/uploads/2026/04/question-icon.png") no-repeat 20px center;
	font-weight: bold;
	color: rgba( 0, 93, 171, 1.0 );
}

.qa-zone .swell-block-accordion__body {
	padding: 1em 1em 1em 35px;
	font-size: 1.1rem;
	background: rgba( 211, 231, 255, .3 );
}


/* 事業内容 ----- */

.biz-area {
	padding-left: 300px;
	padding-right: 300px;
	margin: 100px auto;
}

.business-area .wp-block-column {
	position: relative;
}

/*.business-area .biztxt-zone {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 80px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: rgba(255, 255, 255, .7);
}

.business-area .biztxt-zone:hover {
	background-color: rgba(255, 255, 255, 0.5);
}*/

.business-area .c-bannerLink__text {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 80px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: rgba(255, 255, 255, .9);
}

.business-area .c-bannerLink__text:hover {
	background-color: rgba(255, 255, 255, .3);
}

.business-area .c-bannerLink__title {
	font-weight: 600;
	color: rgba(0, 100, 200, 1.0);
}


/* ----------------------------------------------------------------------
  固定ページ
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
  共通
---------------------------------------------------------------------- */

/* タイトル
---------------------------------------------------------------------- */

.c-pageTitle__subTitle {
	font-style: normal;
    margin-left: 0em;
    opacity: 1.0;
    padding-block: 6px;
	line-height: 1.5rem;
    position: relative;
    top: 0px;
    display: block;
    font-size: 3.0rem;
    text-align: center;
	color: rgba( 255, 202, 0, 1.0 );
}

.c-pageTitle {
	font-size: 3.0rem;
	text-align: center;
}

.c-filterLayer.-texture-dot:after {
	background: rgba( 29, 75, 150, 0.8);
	opacity: 1.0;
}


/* パンくずリスト ----- */

.l-topTitleArea+.p-breadcrumb {
    background: rgba( 240, 244, 248, 1.0 ) !important;
	color: rgba( 30, 79, 160 ,1.0 );
}


/* ----------------------------------------------------------------------
  回収ページ
---------------------------------------------------------------------- */

/* 対応エリア詳細
---------------------------------------------------------------------- */

.collectarea-area .conth3-ttl {
	margin-bottom: 0;
	font-size: 2.0rem;
    font-weight: 600;
}

.collectarea-area .conth3-ttl:before {
	height: 0 !important;
}

.collectarea-area .txt-ttl {
	color: rgba( 26, 58, 107, 1.0 );
	font-size: 1.1rem;
	font-weight: bold;
}

.tag-list {
	display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag {
	display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.0rem;
    background: rgba( 240, 244, 248, 1.0 );
    border-radius: 2.0rem;
    /*font-size: 0.8rem;
    font-weight: 500;*/
    /*border: 1px solid red;*/
    /*transition: var(--transition);*/
}

.collectarea-area .areapoint-zone {
	border-radius: 3px;
    background: rgba( 240, 244, 248, 1.0 );
}

.collectarea-area .areapoint-zone .txt-ttl {
	color: rgba( 26, 58, 107, 1.0 );
	font-size: 1.1rem;
	font-weight: bold;
}

.collectarea-area .areapoint-zone p, .collectarea-area .areapoint-zone p img {
	vertical-align: middle;
}


/* 問合せ ----- */

.collectinq-zone {
	margin-top: 30px;
}

.collectinq-zone .swell-block-column {
	padding: 20px;
    position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(26, 58, 107, .1) 1px 5px 5px;
	text-align: center;
}

.collectinq-zone .swell-block-column:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: rgba( 26, 58, 107, 1.0 );
}

.collectinq-zone .txt-ttl {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba( 26, 58, 107, 1.0 );
}

.collectinq-zone .form-box {
	padding: 0 5px 0 5px;
	border-radius: 5px;
	background: rgba( 255, 183, 51, 1.0 );
	font-weight: bold;
	text-align: center;
	color: rgba( 255, 255, 255, 1.0 );
	transition-duration: 0.5s;
}

.collectinq-zone .form-box:hover {
	background: rgba( 46, 204, 113, 1.0 );
	transition-duration: 0.5s;
}


.collectinq-zone .form-box img {
	width: 50px;
}

.collectinq-zone .form-box p {
	line-height: 1.0em;
	font-size: 1.1rem;
}

.collectinq-zone .tel-box {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: rgba( 255, 165, 0, 1.0 );
}


/* 買取可能品目
---------------------------------------------------------------------- */

.itemsslider-zone {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  /*height:200px;*/
  overflow: hidden;
}

.itemsslider-zone ul {
	display: flex;
	padding: 0;
	margin: 0;
}

.itemsslider-zone li {
	width: 390px;
	padding: 0 20px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	list-style: none;
	color: rgba( 255, 255, 255, 1.0 );
}

.itemsslider-zone img {
	width: 350px;
	height: 350px;
	border-radius: 50%;
}

.itemsslider-zone ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.itemsslider-zone ul:last-child {
  animation: slide2 150s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


/* ----------------------------------------------------------------------
  買取品目ページ
---------------------------------------------------------------------- */

/* 買取について詳細
---------------------------------------------------------------------- */

.purchaseexplanation-area .conth3-ttl {
	margin-bottom: 0;
	font-size: 2.0rem;
    font-weight: 600;
}

.purchaseexplanation-area .conth3-ttl:before {
	height: 0 !important;
}

.purchaseexplanation-area .txt-ttl {
	color: rgba( 26, 58, 107, 1.0 );
	font-size: 1.1rem;
	font-weight: bold;
}

.purchaseexplanation-area .tag-list {
	display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.purchaseexplanation-area .tag {
	display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.0rem;
    background: rgba( 240, 244, 248, 1.0 );
    border-radius: 2.0rem;
    /*font-size: 0.8rem;
    font-weight: 500;*/
    /*border: 1px solid red;*/
    /*transition: var(--transition);*/
}

.purchaseexplanation-area .areapoint-zone {
	border-radius: 3px;
    background: rgba( 240, 244, 248, 1.0 );
}

.purchaseexplanation-area .areapoint-zone .txt-ttl {
	color: rgba( 26, 58, 107, 1.0 );
	font-size: 1.1rem;
	font-weight: bold;
}

.purchaseexplanation-area .areapoint-zone p, .purchaseexplanation-area .areapoint-zone p img {
	vertical-align: middle;
}


/* 買取対応機器一覧
---------------------------------------------------------------------- */

.purchaseditems-zone .txt-ttl {
	font-size: 1.5rem;
	font-weight: bold;
	color: rgba( 26, 58, 107, 1.0 );
}

.purchaseditems-zone .referenceprice-txt {
	padding-top: 20px;
	border-top: rgba( 188, 188, 188, 1.0 ) dotted 1px;
}

.purchaseditems-zone .referenceprice-txt span {
	font-size: 1.5rem;
	font-weight: bold;
	color: rgba( 255, 165, 0, 1.0 );
}

.purchaseditems-zone .swell-block-column {
	padding: 50px;
	box-sizing: border-box;
	border: rgba( 26, 58, 107, 1.0 ) solid 1px;
	border-radius: 5px;
	background: rgba( 255, 255, 255, 1.0 );
}

.purchaseditems-zone .yearsprice-box th {
	background: rgba( 26, 58, 107, 1.0 ) !important;
	color: rgba( 255, 255, 255, 1.0 );
}


/* 高価買取のポイント
---------------------------------------------------------------------- */

.assessmentpoint-area .conth3-ttl {
	margin-bottom: 0;
	font-size: 1.5rem;
    font-weight: 600;
}

.assessmentpoint-area .conth3-ttl:before {
	height: 0 !important;
}

.assessmentpoint-area .txt-ttl {
	color: rgba( 26, 58, 107, 1.0 );
	font-size: 1.1rem;
	font-weight: bold;
}

.assessmentpoint-area .list-zone .list-box {
	display: flex;
	flex-direction: column;
}

.assessmentpoint-area .list-zone img {
	line-height: 1.0;
	margin-right: 0.3em;
	vertical-align: middle;
}

.assessmentpoint-area .list-zone .list-box ul {
	padding: 20px 20px 20px 0;
	border-radius: 3px;
    background: rgba( 240, 244, 248, 1.0 );
	list-style: none;
	flex-grow: 1; /* display:flex;で子要素の高さは揃うが、孫要素の高さを揃える場合にflex-growを対象の所に設定する */
}

/*.assessmentpoint-area .areapoint-zone .txt-ttl {
	color: rgba( 26, 58, 107, 1.0 );
	font-size: 1.1rem;
	font-weight: bold;
}

.assessmentpoint-area .areapoint-zone p, .assessmentpoint-area .areapoint-zone p img {
	vertical-align: middle;
}*/

.assessmentpoint-area .list-zone .list-box li {
  position: relative;
  padding-left: 40px;
  line-height: 1.8;
}

.assessmentpoint-area .list-zone .list-box li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.8em; /* ← ここで1行目中央に合わせる */
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.highpricepurchase-box li::before {
  background: url("https://nanokado.co.jp/wp-content/uploads/2026/04/checkmarkcircle-img.png") no-repeat center / contain;
}

.confirmation-box li::before {
  background: url("https://nanokado.co.jp/wp-content/uploads/2026/04/arrowrmark-img.png") no-repeat center / auto 80%;
}

.precautions-box li::before {
  background: url("https://nanokado.co.jp/wp-content/uploads/2026/04/circlemark-img.png") no-repeat center / contain;
}


/* ----------------------------------------------------------------------
  買取の流れページ
---------------------------------------------------------------------- */

/* 買取の詳細
---------------------------------------------------------------------- */

.purchaseflow-zone {
	padding: 40px 40px 40px 20px;
	margin-bottom: 150px; /* ▼のスペース分 */
    box-sizing: border-box;
    border-radius: 20px;
	position: relative;
}

.purchaseflow-zone::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -120px;
  width: 5%;               /* 親要素の20% */
  aspect-ratio: 1 / 1;      /* 高さは幅に追従 */
  background: rgba( 26, 58, 107, 1.0 );
  clip-path: polygon(50% 35%, 0 0, 100% 0);  /* ▼三角形にする */
}

.purchaseflow-zone:last-child::after {
  display: none;
}


/* アクション */

.purchaseflow-area .customeraction-txt {
	padding: 0.5rem 1.0rem;
	font-size: 0.9rem;
	box-sizing: border-box;
	border-radius: 1.5rem;
	display: inline-block;
	font-weight: bold;
	background: rgba( 189, 208, 237, 1.0 );
	color: rgba( 26, 58, 107, 1.0 );
}

.purchaseflow-area .companyaction-txt {
	padding: 0.5rem 1.0rem;
	font-size: 0.9rem;
	box-sizing: border-box;
	border-radius: 1.5rem;
	display: inline-block;
	font-weight: bold;
	background: rgba( 255, 211, 172, 1.0 );
	color: rgba( 255, 165, 0, 1.0 );
}

.purchaseflow-area .customeraction-txt img, .purchaseflow-area .companyaction-txt img {
	vertical-align: middle;
}


/* 流れタイトル */

.purchaseflow-area .conth3-ttl {
	padding: 0;
	margin: 0.5rem 0 1rem 0;
	font-size: 1.5rem;
    font-weight: bold;
}

.purchaseflow-area .conth3-ttl span {
	color: rgba( 30, 79, 160, 1.0 );
}

.purchaseflow-area .conth3-ttl:before {
	height: 0 !important;
}


/* STEPNo */

.purchaseflow-area .stepno-txt {
	/*padding: 0;
	margin: 0;*/
	font-size: 1.3rem;
    font-weight: bold;
	text-align: center;
	color: rgba( 30, 79, 160, 1.0 );
}

.purchaseflow-area .stepno-txt span {
	/*padding: 0;
	margin: 0;*/
	font-size: 2.5rem;
    font-weight: bold;
	color: rgba( 30, 79, 160, 1.0 );
}


/* 流れ説明 */

.purchaseflow-area .inquirykind-zone {
	margin: 30px 0;
}

.purchaseflow-zone .flowexplanation-box {
	margin: 30px 0;
	padding-left: 0;
	list-style: none;
}

.purchaseflow-zone .flowexplanation-box img {
	vertical-align: middle;
}

.purchaseflow-zone .industry-box {
	padding: 1.0rem;
	box-sizing: border-box;
	border-radius: 5px;
	background: rgba( 229, 236, 248, 1.0 );
	vertical-align: middle;
}

.purchaseflow-zone .list-box {
	padding: 1.0rem;
	box-sizing: border-box;
	border-radius: 5px;
	background: rgba( 229, 236, 248, 1.0 );
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.purchaseflow-zone .list-box li {
	display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.0rem;
    background: rgba( 240, 244, 248, 1.0 );
    border-radius: 2.0rem;
}

.purchaseflow-zone .point-box {
	padding: 1.0rem;
	box-sizing: border-box;
	border-radius: 5px;
	background: rgba( 246, 235, 211, 1.0 );
	vertical-align: middle;
}

.purchaseflow-zone .industry-box p, .purchaseflow-zone .point-box p {
	margin: 0;
	color: rgba( 30, 79, 160, 1.0 );
}

.purchaseflow-zone .industry-box p:first-child, .purchaseflow-zone .point-box p:first-child {
	font-weight: bold;
}

.purchaseflow-zone .industry-box img, .purchaseflow-zone .point-box img {
	vertical-align: middle;
}


/* お客様別買取ガイド
---------------------------------------------------------------------- */

.industryguide-zone .swell-block-column {
	border-radius: 10px;
	background: rgba( 240, 244, 248, 1.0 );
}

/*.industryguide-zone img {
	width: 100px;
	padding: 15px;
	border-radius: 10px;
	box-sizing: border-box;
	background: rgba( 245, 245, 245, 1.0 );
}*/

.industryguide-zone .txt-ttl {
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba( 22, 59, 101, 1.0 );
}

.industryguide-zone .list-box {
	padding-left: 0;
	font-size: 0.9rem;
	list-style: none;
	color: rgba( 26, 58, 107, 1.0 );
} 

.industryguide-zone .list-box li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

.industryguide-zone .list-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em; /* ← ここで1行目中央に合わせる */
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("https://nanokado.co.jp/wp-content/uploads/2026/04/checkmarkcircleorange-img.png") no-repeat center / contain;
}


/* 買取前の準備チェックリスト
---------------------------------------------------------------------- */

.readinesscheck-zone img {
	vertical-align: middle;
}

.readinesscheck-zone .ttl-txt {
	font-size: 1.1rem;
	font-weight: bold;
	color: rgba( 26, 58, 107, 1.0 );
}

.readinesscheck-zone .list-box {
	padding-left: 0;
	list-style: none;
}

.readinesscheck-zone .list-box li {
	padding: 10px 10px 10px 30px;
	position: relative;
	padding-left: 30px;
	border-radius: 10px;
	line-height: 1.6;
	background: rgba( 255, 255, 255, 1.0 );
	display: block;
}

.readinesscheck-zone .list-box li::before {
	content: "□";
	position: absolute;
	left: 10px;
	top: 0.5em; /* ← ここで1行目中央に合わせる */
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	padding-top: 10px;
}

.readinesscheck-area .note-zone {
	padding: 20px 30px;
	background: rgba( 26, 58, 107, 1.0 );
	border-radius: 10px;
	box-sizing: border-box;
	color: rgba( 255, 255, 255, 1.0 );
}

.readinesscheck-area .note-zone .ttl-txt {
	font-size: 1.1rem;
	font-weight: bold;
}

.readinesscheck-area .note-zone img {
	vertical-align: middle;
}



/* ----------------------------------------------------------------------
  Serviceページ
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
  企業情報
---------------------------------------------------------------------- */

/* Index
---------------------------------------------------------------------- */

/* エコ導について ----- */

/*.aboutus-area {
	/*padding-left: 300px;
	padding-right: 300px;*/
	/*margin: 0 auto 100px auto;
}

.aboutus-area .cando-zone {
	/*min-height: 500px;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	/*padding-bottom: 150px !important;
}

.aboutus-area .oilbg-img {
	/*min-height: 500px;*/
	/*width: 45%;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}

.aboutus-area .oilbg-img img {
	width: 100%;
}

.aboutus-area .conttxt-box {
	width: 50%;
	min-height: 500px;
	margin-left: 50%;
}


/* ----------------------------------------------------------------------
  お問合せフォーム
---------------------------------------------------------------------- */

/* Index
---------------------------------------------------------------------- */

/* 3つのお問い合わせ方法 */

.inquirykind-area {
	border-radius: 20px;
}

.inquirykind-zone .swell-block-column {
	padding: 20px;
    position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(26, 58, 107, .1) 1px 5px 5px;
	text-align: center;
}

.inquirykind-zone .swell-block-column:nth-of-type(1) {
	border: rgba( 6, 199, 85, 1.0 ) solid 3px;
}

.inquirykind-zone .swell-block-column:nth-of-type(2) {
	border: rgba( 255, 167, 89, 1.0 ) solid 3px;
}

.inquirykind-zone .swell-block-column:nth-of-type(3) {
	border: rgba( 29, 89, 153, 1.0 ) solid 3px;
}

.inquirykind-zone .swell-block-column:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
}

.inquirykind-zone .swell-block-column:nth-of-type(1):before {
    background: rgba( 6, 199, 85, 1.0 );
}

.inquirykind-zone .swell-block-column:nth-of-type(2):before {
    background: rgba( 255, 167, 89, 1.0 );
}

.inquirykind-zone .swell-block-column:nth-of-type(3):before {
    background: rgba( 29, 89, 153, 1.0 );
}

.inquirykind-zone .txt-ttl {
	font-size: 1.4rem;
	font-weight: bold;
	color: rgba( 26, 58, 107, 1.0 );
}

.inquirykind-zone .wp-block-cover.form-box {
	min-height: 0;
	padding: 20px;
	border-radius: 50px;
	background: rgba( 255, 167, 89, 1.0 );
	font-weight: bold;
	text-align: center;
	color: rgba( 255, 255, 255, 1.0 );
	transition-duration: 0.5s;
}

.inquirykind-zone .wp-block-cover.form-box:hover {
	background: rgba( 255, 167, 89, .5 );
	transition-duration: 0.5s;
}

.inquirykind-zone .form-box img {
	width: 50px;
	line-height: 1.0;
	vertical-align: middle;
}

.inquirykind-zone .form-box p {
	padding: 1.5em;
	line-height: 1.0em;
	font-size: 1.1rem;
}

.inquirykind-zone .tel-box {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: rgba( 29, 89, 153, 1.0 );
}


/* 営業時間 */

.inqopen-area li {
	padding: 20px;
	margin-bottom: 20px;
	line-height: 1.0;
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba( 255, 255, 255, 1.0 );
	list-style: none;
}

.inqopen-area img {
	vertical-align: middle;
}


/* 入力フォーム */

.form-area input {
	max-width: 100% !important;
}

.form-area .form-zone {
	padding: 50px;
	box-sizing: border-box;
	border-radius: 20px;
}

.form-zone .w50 {
	width: 50% !important;
    float: left !important;
    padding: 15px 10px 15px 10px !important;
    box-sizing: border-box !important;
	clear: none !important;
}

.form-zone .w50:nth-of-type(2n) {
	/*padding: 15px 0 15px 10px !important;*/
	clear: both;
}

.form-zone .w100 {
    padding: 15px 10px 15px 10px !important;
    box-sizing: border-box !important;
}

.form-zone .w50 select, .form-zone .w100 select {
	max-width: 100%;
}

.form-zone .submit-btn {
	width: 60%;
    padding: 30px 0 50px 0 !important;
	margin: 0 auto;
    border-radius: 10px !important;
	box-sizing: border-box;
	background: rgba( 255, 167, 89, 1.0 ) !important;
	display: block;
    font-size: 1.3rem !important;
    font-weight: bold !important;
}

.form-zone .submit-btn:hover {
	background: rgba( 46, 204, 113, 1.0 ) !important;
}

.personalinf-box img {
	vertical-align: middle;
}



/* ----------------------------------------------------------------------
  スマホ用
---------------------------------------------------------------------- */

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

	.pc {
		display: none;
	}

	.smp {
		display: block;
	}


/* 共通
---------------------------------------------------------------------- */

/* TABLEタブ ----- */

	.wp-block-table>table tr>:first-child:not(.-no1) {
		max-width: 100% !important;
		/*
    min-width: var(--swl-cell1-width, var(--swl-minwidth-cell, 0)) !important;
    width: var(--swl-cell1-width, auto);*/
	}

	
/* タイトル
---------------------------------------------------------------------- */

	.l-topTitleArea {
		min-height: 250px;
	}

	.ttl-area .conth2-ttl {
	/*font-size: 2.0rem !important;
    font-weight: 600;
    color: rgb(0, 104, 192, 1.0);
    margin-top: -6.0rem;*/
}

	.ttl-area .conth2-sttl {
	font-size: 3.5rem;
    font-weight: 600;
	font-style: italic;
    color: rgb(238, 238, 238, 1.0);
		line-height: 1.0em;
	}

/*.c-pageTitle {
	font-size: 2.5rem;
}*/


/* フッター
---------------------------------------------------------------------- */

	.w-beforeFooter {
		/*min-height: 700px;*/
		padding: 50px 10px;
		margin: 0;
	/*background: url("https://ecodou.com/wp-content/uploads/2025/05/foinq-bg01.jpg") no-repeat center center;*/
		background-size: auto 100%;
	}

	.w-beforeFooter .fo-inq-area {
		width: 100%;
	/*min-height: 300px;*/
		padding: 20px;
	/*margin: 0 auto;
	box-sizing: border-box;*/
		border-radius: 3px;
		background: rgba(255, 255, 255, .9);
	/*position: relative;*/
		display: block;
	}

	.w-beforeFooter .fo-inq-area::before {
	/*content: "";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;*/
		width: 0;
		height: 0;
	/*background-color: #3f2626;*/
	}

	.w-beforeFooter .fo-inq-area .form-zone, .w-beforeFooter .fo-inq-area .tel-zone {
		width: 100%;
	/*text-align: center;*/
	}

	.w-beforeFooter .fo-inq-area .form-zone {
		padding: 0 0 20px 0;
		margin-bottom: 20px;
		border-bottom: rgba(63, 38, 38, 1.0) solid 1px;
	}

	.w-beforeFooter .fo-inq-area .tel-zone {
		padding: 0;
	}

	.fo-inq-area .conttxt-ttl {
	/*font-size: 1.5rem;
	font-weight: 600;*/
		margin-bottom: 5px;
	/*text-align: center;*/
	}

/*.fo-inq-area .formlink-btn {
	width: 80%;
	padding: 10px;
	margin: 25px auto 0 auto;
	font-size: 1.3rem;
	border-radius: 5px;
    background: rgba(0, 100, 200, 1.0);*/
	/*text-align: center;*/
/*}

.fo-inq-area .formlink-btn a {
	color: rgba(255, 255, 255, 1.0);
}

.fo-inq-area .formlink-btn img, .fo-inq-area .tellink-btn img {
	height: 40px;
	padding-right: 10px;
	vertical-align: middle;
}

.fo-inq-area .tellink-btn {
	width: 80%;
	padding: 10px;
	margin: 25px auto 0 auto;
	font-size: 1.3rem;
	font-weight: 600;
	border-radius: 5px;
	color: rgba(0, 100, 200, 1.0);
}*/


/* function
---------------------------------------------------------------------- */

/*.p-fixBtnWrap {
	bottom: 0;
	right: 0;
}*/

	.c-fixBtn {
		width: 100px;
		height: 100px;
	/*border: none;
	border-radius: 0 !important;
	background-color: rgba(130, 200, 220, 1.0);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);*/
	}

	.c-fixBtn__icon {
	/*font-size: 30px;
	color: rgba(255, 255, 255, 1.0);
	position: absolute;
	top: 60%;*/
		left: 50%;
	}

	#pagetop .c-fixBtn__label {
	/*margin-top: 0;
	position: absolute;
	top: 73%;*/
		left: 20%;
		font-size: 1.0rem;
	/*color: rgba(255, 255, 255, 1.0);*/
	}


/* ----------------------------------------------------------------------
  Indexページ
---------------------------------------------------------------------- */

/* Indexページ
---------------------------------------------------------------------- */

/* メインビジュアル ----- */

	.dp-mainimgsq1 {
		width: 60%;
	}

	.dp-mainimgsq2 {
		width: 80%;
	}

/*.p-mainVisual {
	padding-bottom: 10px;
}

.p-mainVisual__imgLayer .u-obf-cover {
	clip-path: polygon(5% 7.5vw, 95% 0%, 95% calc(100% - 7.5vw), 5% 100%);
}*/


/* 私たちにできること ----- */

	.cando-area {
	/*padding-left: 300px;
	padding-right: 300px;*/
		margin: 0 auto 0 auto;
	}

	.cando-area .cando-zone {
	/*min-height: 500px;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	/*padding-bottom: 150px !important;*/
	}

	.cando-zone .oilbg-img {
		width: 100%;
		position: relative;
		top: 0;
	}

/*.cando-zone .oilbg-img img {
	width: 100%;
}*/

	.cando-zone .conttxt-box {
		width: 100%;
		min-height: auto;
		margin-left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}


/* 事業内容 ----- */

	.biz-area {
		padding-left: 0;
		padding-right: 0;
	/*margin: 100px auto;*/
	}

/*.business-area .wp-block-column {
	position: relative;
}*/

/*.business-area .biztxt-zone {
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	padding: 80px;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: rgba(255, 255, 255, .7);
}

.business-area .biztxt-zone:hover {
	background-color: rgba(255, 255, 255, 0.5);
}*/

	.business-area .c-bannerLink__text {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		padding: 20px;
		position: absolute;
		top: 10px;
		left: 10px;
	/*background-color: rgba(255, 255, 255, .9);*/
	}

/*.business-area .c-bannerLink__text:hover {
	background-color: rgba(255, 255, 255, .3);
}

.business-area .c-bannerLink__title {
	font-weight: 600;
	color: rgba(0, 100, 200, 1.0);
}*/


/* ----------------------------------------------------------------------
  企業情報
---------------------------------------------------------------------- */

/* Index
---------------------------------------------------------------------- */

/* エコ導について ----- */

	.aboutus-area {
	/*padding-left: 300px;
	padding-right: 300px;*/
		/*margin: 0 auto 100px auto;*/
	}

	.aboutus-area .cando-zone {
	/*min-height: 500px;*/
	/*position: absolute;
	top: 100px;
	left: 0;*/
	/*padding-bottom: 150px !important;*/
	}

	.aboutus-area .oilbg-img {
	/*min-height: 500px;*/
		width: 100%;
		position: relative;
		top: 0;
	}

/*.aboutus-area .oilbg-img img {
	width: 100%;
}*/

	.aboutus-area .conttxt-box {
		width: 100%;
		min-height: auto;
		margin-left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}


/* ---------------------------------------------------------------------- */
}/* 960px用終了 */