@charset "UTF-8";
/*
Description: businesspress専用の子テーマ
Theme Name: businesspress-child
Template:   businesspress
*/

/* ------------------- */
/*    destyle.css     */
/* ------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body { margin: 0; }
main { display: block; }
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl { margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt { font-weight: bold; }
dd { margin-left: 0; }

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {  font-style: inherit; }

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

abbr[title] { text-decoration: underline dotted; /* 2 */ }

b,
strong { font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small { font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }

svg,
img,
embed,
object,
iframe { vertical-align: bottom; }

button,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring { outline: auto; }

select:disabled { opacity: inherit; }

option { padding: 0; }
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend { padding: 0; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] { outline-offset: -2px; /* 1 */ }
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type="number"] { -moz-appearance: textfield; }
label[for] { cursor: pointer; }
details { display: block; } 

summary { display: list-item; }
[contenteditable]:focus { outline: auto; }

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption { text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}


/* ゆっくり遷移する 
html {
	scroll-behavior: smooth; 
}*/

body { 
overflow: hidden;
font-weight: thin !important;
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
color: #67625c;
line-height: 2.2 !important;
}

@media screen and (max-width: 480px) {
    　　text-size-adjust: 100%;
    　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
    　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
    　　-moz-text-size-adjust: 100%;/*firefox*/
}

/* 悪さをしているもの */
p:empty{display: none !important;}
body.page p:empty{display: none !important;}
.content-area {margin-bottom: 0 !important;}

/* ハンバーガーメニュー */
@media screen and (max-width: 480px) {
.menu-item {
font-size: 4vw;
　　}
}

/* ************************ */
/*          共通CSS         */
/* ************************ */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
img {
	margin: 0;
	padding: 0;
	display: block;
}
ul {
	list-style: none;
	margin-left: 0;
}
a {
	margin: 0;
	padding; 0;
	text-decoration: none;
}
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.center {
    text-align: center;
}
.imgCenter {
    margin: 2rem auto;
}
.underline {
text-decoration: underline;
}
.strong {
	font-weight: 700;
}

.list_dots > li:before {
content:"・";
} 
ol {
    margin: 2rem 0 2rem 2rem;
    list-style-type: decimal;
 } 
 ol.ULalpha {
    margin: 2rem 0 2rem 2rem;
    list-style-type: upper-roman;
 }
.mt2 {
	margin-top: 2rem;
}
.mt4 {
	margin-top: 4rem;
}
.mt6 {
	margin-top: 6rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb4 {
    margin-bottom: 4rem;
}
.mb6 {
    margin-bottom: 6rem;
}
a.colorWhite,
.colorWhite,
.colorWhite a,
.colorWhite a:hover {
color: white;
}
.txtcenter {
    text-align: center;
}
.pink {color: #fb0064;}
.red { color: red; }
.orangered { color: orangered; }
.green { color: green; }

li.kome {
  margin-left: 0;
  list-style: none;
  line-height: 2;
  }
li.kome:before {
  content:"※";
  padding-right: 0.6rem;
  }
.circle {
    margin-left: 2rem;
    list-style-type: circle;
  }
.dots {
    background-image: radial-gradient(circle at center, #fb0064 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .4em; /* 縦方向の位置調整 */
  }

/* 改行 */
 .br_ { display: block; }

/* ふちどりテキスト */
h2.fuchi {
font-weight: bold;
font-size: 4vw;
/* color: rgba(0, 0, 0, 0); */
color: white !important;
text-shadow: 3px 3px 0 #e8e8e7;
-webkit-text-stroke: 1px #888;
text-stroke: 1px #888;
padding: 0 0 10px;
   }
@media screen and (max-width: 821px) {
h2.fuchi {
  margin: 0 !important;
  font-size: 6vw;
}
   }
@media screen and (max-width: 480px) {
h2.fuchi {
  margin: 0 !important;
  font-size: 7vw;
}  
   }

/* ************************ */
/*          背景色          */
/* ************************ */
.wrapped_beige {
	margin: 0;
	padding: 3rem 0;
	background: #f8efe3;
	color: #5c3201;
}
.wrapped_silver {
	margin: 0;
	padding: 3rem 0;
	background: #8c8b8b;
	color: white;
}
.wrapped_yellow {
	margin: 0;
	padding: 3rem 0;
	background: #fcf769;
}
.wrapped_white {
	margin: 0;
	padding: 3rem 0;
	background: #fff;
}
.wrapped_yellow h3,
.wrapped_white h3 {
margin: 2rem 0;
font-size: 2.5vw;
line-height: 1.7;
font-weight: 700;
color: #666;
}

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

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

    .wrapped_silver,
    .wrapped_white {
        padding: 3rem 0;
    }
    .wrapped_silver h3,
    .wrapped_white h3 {
    margin: 2rem 0;
    font-size: 1.7vw;
    line-height: 1.7;
    font-weight: 700;
    color: #666;
    }
}

/* 柄背景 */
.wrapped_BG_line {  
 width: 100vw;
    padding: 3rem 0;
	background:url("http://www.ve.re-antique.jp/wp-content/uploads/2024/02/auto_bg_top02.jpg") 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	position: relative;
    }

/* ************************ */
/*        動作：ふわっと      */
/* ************************ */
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
/* 横からふわっと */
.fadeRight {
	opacity: 0;
	transform: translateX(300px);
	transition: opacity 1.5s, transform 1s;
}.fadeRight.active {
	opacity: 1;
	transform: translateX(0px);
}
.fadeLeft {
	opacity: 0;
	transform: translateX(-300px);
	transition: opacity 1.5s, transform 1s;
}.fadeLeft.active {
	opacity: 1;
	transform: translateX(0px);
}

/* ************************ */
/*         大枠         */
/* ************************ */
.top-bar-content,
.main-header-content,
.featured-entry-content,
.home-header-content,
.jumbotron-content,
.site-content,
.container-content,
.footer-widget-content,
.site-bottom-content {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .site-title {
margin: 0;
color: #ad9d9d; 
}
.main-header-content { 
	width: 96%;
	margin: 0 auto ;
}
.main-header-clone {
	/*background: #f0f0f0;*/
	background-color: rgba(78,63,44, .8);
	backdrop-filter: blur(5px);
}
.main-header {
    padding-bottom: 0;
    padding-top: 1rem;
}
@media screen and (max-width: 480px) {
    .main-header {
        padding: 1rem 0;
    }
}
.site-footer {
	/* display: none;	*/
}

/* ************************ */
/*   トップ-ヘッダーまわり    */
/* ************************ */

/* スマホメニュー背景 */
.drawer-navigation {
	background: rgb( 103,98,92,0.9 );
  z-index: 101 !important;
}

/* トップ FirstView */
.home-header, .home .jumbotron{
	display: none !important;
}
.site-header {
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(78,63,44, .7);
	z-index: 2;
	border-bottom: none;
}
.site-description {
	color: white !important;
}
@media screen and (max-width: 480px) {
    .smallBtn_01 {
        width: 100%;
        float: none !important;
    }  
    .site-description {
    display: none !important;
    }
}

.main-navigation .sub-menu > li a:hover {
background: #eee;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	color: white;
	font-weight: 700;
}
.main-navigation .menu-item a {
	color: white;
}

/* ハンバーガーメニュー */
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
}

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

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

 /**********************/
/* お問い合わせフォーム */
 /**********************/
 /* reCAPTCHA 非表示 */
.grecaptcha-badge{ visibility: hidden; }
.reCAPTCHA_logo {
    font-size: 0.8vw;
    line-height: 1;
}
@media screen and (max-width: 821px) {
    .reCAPTCHA_logo {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 480px) { 
    .reCAPTCHA_logo {
        font-size: 2vw;
    }
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.6;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 90%;
	line-height: 1;
	padding: 1.1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #4e4e4e;
    color: white;
    font-weight: 700;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #eeeeee;
	color: #333 !important;
	margin-top: 0.6em;
	padding: 0.6em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333 !important;
}
input[type="file"] {
	margin-top: 0.6em;
}
select {
	border: 1px solid #fbcee0;
	margin-top: 0.6em;
	padding: 0.6em;
}

 .wpcf7 {  
    width: 80%;
    padding: 3rem;
    margin: 3rem auto;
    }
	::placeholder {
		color: #ccc;
	 }
    .wpcf7-submit { 
		margin: 0 auto; 
		display: block; 
		text-align: center; 
		font-weight: 700;
	}
	.wpcf7 form {
		margin: 0;
	}
    .wpcf7-form p {
    margin-bottom: 2rem;
	font-size: 1.4rem;
    }
  .wpcf7-list-item {
	display: inline-block;
	margin: 0 3rem 0 0;
}
	@media screen and (max-width: 821px) {
		.wpcf7 p {
			font-size: 2rem;
		}
	}
	@media screen and (max-width: 480px) { 
		.wpcf7 p {
			font-size: 1.6rem;
		}
	}
	.wpcf7 input  {
		width: auto;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ccc;
		line-height: 1.2;
		border-radius: 5px;
	}
  .wpcf7 textarea {
		width: auto;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #ccc;
		line-height: 1.2;
		border-radius: 5px;
	}
    .wpcf7 form.sent .wpcf7-response-output {
        border: 1px solid #6c5c4b;
        background: #fff;
        text-align: center;
    }
    .wpcf7 form.failed .wpcf7-response-output,
    .wpcf7 form.aborted .wpcf7-response-output {
        text-align: center;
    }
    .wpcf7 form.spam .wpcf7-response-output {
        text-align:center;
    } 
 
 
@media screen and (max-width: 821px) {
   .wpcf7 {  
        width: 90%;
        padding: 2rem;
         margin: 2rem auto;
        }
   .wpcf7-form p {
        margin-bottom: 2rem;
         }
    }

@media screen and (max-width: 480px) { 
	.wpcf7 {  
        width: 100%;
        }
	}

 /**********************************/
/*         footer まわり       */
 /**********************************/
.footer-navigation {float: none;}
.footer-menu {
	width: 70%;
	margin: 0 auto; 
}
.footer-menu ul.menu {
text-align: center;
}
.site-bottom {
padding: 3rem 2rem 14rem !important; 
background: #fff !important; 
color: #666!important; 
}
.site-bottom a {
color: #666!important; 
}
.top-bar-main, 
.footer-social-link {
	float: none;
}
.fotterBox_ {
  margin-top: 1rem;
	font-size: 1vw;
	line-height: 1.7;
}
.txtCopyright {
	margin: 1rem auto;
	text-align: center;
}
/* Social Link */ 
.snsArea {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0 2rem;
    flex-wrap: wrap;        
    }
    .snsArea li {
        width: 30px;
    }
.snsArea li > a > img  { transition: 0.5s ; }
.snsArea li > a > img:hover { opacity: 0.6 ; }

@media screen and (max-width: 821px) {
.site-bottom {
padding: 3rem 2rem 12rem !important; 
  }
}
@media screen and (max-width: 480px) { 
.site-bottom {
padding: 3rem 2rem 12rem !important; 
  }
.snsArea {
    width: 90%;
    gap: 0 1rem;
    }
    .snsArea li {
    width: 30px;
    }
}

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

.footer-menu {
	width: 100%;
	margin: 0 auto;
	}
.footer-menu a {
	color: #666;
	}
.fotterBox_ {
	font-size: 1.3rem;
	line-height: 1.6;
	}
    .snsArea { 
        justify-content: center;
    }
}

/* フッター固定のお問い合わせ */
.footer_fixed {
	position: fixed;
	width: 100%;
	padding: .3rem 0 0;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0, .7);
  color: white;
}
.footer_fixed .txtEigyo { 
  text-align: center;
  font-size: 1.7vw;
  font-weight: 700;
  letter-spacing: 2px;
}
.footer_fixed .nichiji {
  font-size: 1.4vw;
}
.footer_fixed aside { 
  width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
  grid: 1rem;
}
.footer_fixed aside > a {
width: 60%;
padding: 0 !important;
display: block;
text-align: center;
letter-spacing: 2px;
text-shadow: 1px 1px 1px black;
border: 3px solid white;
border-radius: 30px;
font-weight: 700;
font-size: 2vw;
color: white;
}
.footer_fixed aside > a:nth-of-type(1) {
  background-image: linear-gradient(90deg, rgba(242, 122, 0, 1), rgba(250, 42, 0, 1));
}
.footer_fixed aside > a:nth-of-type(2) {
  background-image: linear-gradient(90deg, rgba(2, 225, 50, 1), rgba(25, 175, 4, 1) 100%, rgba(2, 157, 9, 1));
}

/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
}
@media screen and (max-width:821px) {
  .footer_fixed {
    padding: .8rem 0 0;
  }
  .footer_fixed .txtEigyo { 
    font-size: 2.6vw;
    letter-spacing: 2px;
  }
  .footer_fixed .nichiji {
    font-size: 2.4vw;
  }
  .footer_fixed aside { 
    width: 80%;
  }
  .footer_fixed aside > a {
  width: 60%;
  padding: 0 !important;
  font-size: 3vw;
  }
}
@media screen and (max-width:480px) {

.footer_fixed .txtEigyo { 
  padding-bottom: 0.3rem;
  font-size: 4.6vw;
  letter-spacing: 1px;
}
.footer_fixed .nichiji {
  font-size: 3.3vw;
}
.footer_fixed aside { 
  width: 97%;
}
.footer_fixed aside > a {
text-align:center;
letter-spacing: 1px;
border-radius: 20px;
font-size: 2vw;
align-content: center;
}
.footer_fixed aside > a .fa-solid { display: none !important;}
.footer_fixed aside > a:nth-of-type(1) {
  background-image: linear-gradient(90deg, rgba(242, 122, 0, 1), rgba(250, 42, 0, 1));
  font-size: 4.3vw;
}
.footer_fixed aside > a:nth-of-type(2) {
  background-image: linear-gradient(90deg, rgba(2, 225, 50, 1), rgba(25, 175, 4, 1) 100%, rgba(2, 157, 9, 1));
  font-size: 5vw;
}
   }

/**********************/
/***　News Release ****/
/**********************/
.related-posts > ul {
	width: 70%;
	margin: 0 auto 6rem;
}
.related-posts > ul li {
margin-bottom: 1.4rem;
padding-bottom: 1.4rem;
border-bottom: 2px dotted #ad9d9d;
}
.related-posts .topicsdate:after {
	padding-left: 1rem;
	content:"：";
}
.related-posts > ul li > a { color: #857373; }
.related-posts > ul li > a:hover { color: #473737; }

@media screen and (max-width: 821px) {
.related-posts > ul {
	width: 80%;
	margin: 4rem auto 6rem;
   }	
}

@media screen and (max-width: 480px) {
	
.related-posts > ul {
	width: 90%;
	margin: 2rem auto 6rem;
   }
.related-posts > ul li {
margin-bottom: 1.4rem;
padding-bottom: 1.4rem;
border-bottom: 2px dotted silver;
font-size: 1.6rem;
   }
.related-posts .topicsdate {
display: block;
font-weight: 700;
   }
.related-posts .topicsdate:after {
padding: 0;
content:"";
  }
 }

/* ************************ */
/*    注意！投稿ページ専用CSS   */
/* ************************ */
.entry-title { color: #ad9d9d; }
.entry-content h2 {
    margin-bottom: 1rem;
    color: #835151; 
    font-weight: 700; 
    font-size: 2rem; 
    line-height: 2; 
}
.post-navigation a {
    color: #fb0064;
}
.post-navigation a:hover {
    color: #d60039;
}
.entry-header,
.sidebar-area {
    margin-top: 14vh;
}
.blogLnk {
    margin:2rem 0;
}
.blogArea_ {
    width: 100%;
    margin: 4rem auto;
}
.blogArea_ img {
margin: 1rem auto;
display: block;
}

@media screen and (max-width: 821px) {
    .entry-header,
    .sidebar-area {
    margin-top: 14vh;
    }
}

.nav-next > .post-nav-title {
display: block;
text-align: right;
}
.widget_search input[type="search"] {
    max-width: 60%;
    width: 100%;  
    height: 2rem;
}
button, [type="button"], [type="reset"], [type="submit"] {
   padding: 0.3rem;
}
.wp-block-latest-posts {
    margin: 0 !important;
    padding: 0;
    border: none;
}
.wp-block-latest-posts > li {
    border: none;
    padding: 0;
}
.widget_block {
    width: 100%;
    padding: 1rem;
    background-color: white;
    border: 1px solid #ccc;
}
.wp-block-heading  {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    border-bottom: 1px solid silver;
}
.wp-block-latest-comments__comment-meta {
  margin: 0 !important;  
}
.post-full {
    border-bottom: 1px solid #ccc;
}
.comment-list > li {
padding: 1rem;
border: 1px solid #eee;
background-color: white;
}

@media screen and (max-width: 821px) {
    .blogArea_ {
        width: 90%;
    }
    .entry-title,
    .cat-links,
    .entry-meta,
    .entry-content > h2,
    .entry-content > h3,
    .post-navigation,
    .sidebar-area {
        width: 90%;
        margin: 0 auto;
    }
    .author-profile {
        margin: 4rem auto 1rem;
        padding: 2rem;
    }
    .sidebar-area {
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .nav-next > .post-nav-title {
        display: block;
        text-align: left !important;
        }
}

/* ******************************** */
/*  テンプレート 会社概要や取引法など */
/* ******************************** */
#usualBlock {
  width: 90%;
  margin: 22vh auto 4vh;
  padding: 0;
  color: #333;
  font-size: 1.2vw;
  line-height: 2;
}
#usualBlock h2 {
  width: 90%;
  margin: 6rem auto 3rem;
  font-size: 2.6vw;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
#usualBlock h3 {
  margin: 1rem 0 ;
  font-size: 1.4vw;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 821px) {
#usualBlock { 
  margin: 12vh auto 2vh; 
  font-size: 2.2vw;
}
#usualBlock h2 {
  margin: 3rem auto 2rem;
  font-size: 4.6vw;
}
#usualBlock h3 { font-size: 2.6vw; }
}

@media screen and (max-width: 480px) {
#usualBlock { 
width: 86%;
margin: 16vh auto 2vh; 
font-size: 4vw;
}
#usualBlock h2 { font-size: 6.2vw; }
#usualBlock h3 { font-size: 4vw; }
}

/* ************************************* */
/* ************************************ */
/*  テンプレート ve.re-antique.jp */
/* ************************************ */
#primaryWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
/****コンテナ****/
.container_90 {
	width: 90%;
	margin: 6rem auto ;
}
.container_90_mrgn10 {
	width: 90%;
	margin: 10rem auto ;
}
@media screen and (max-width: 821px) {
  .container_90 {
    margin: 5rem auto !important;
  }
}
@media screen and (max-width: 480px) { }

#primaryWrapper h2 {
    margin-bottom: 3rem;
    line-height: 1.6;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #ad9d9d;
    }
#primaryWrapper h2 > span {
    display: block;
    font-size: 1.4vw;
    font-weight: 400;
     }
@media screen and (max-width: 480px) {
    #primaryWrapper h2 {
        color: #847373;
        font-size: 6vw;
        }
     #primaryWrapper h2 > span {
        font-size: 3vw;
         }
 }
#primaryWrapper h3 {
    margin-bottom: 2rem;
    font-size: 2vw;
    line-height: 2;
    color: #fe5807;
    }
@media screen and (max-width: 821px) {
    #primaryWrapper h3 {
      margin-bottom: 1.6rem;
      font-size: 3.2vw;
      }
}
@media screen and (max-width: 480px) { 
    #primaryWrapper h3 {
        font-size: 4vw;
        font-weight: 700;
        }
 }

#primaryWrapper .headerWrapped_ { 
    width: 100vw;
	padding-top: calc(300 / 1200 * 100vw);
    background:url("http://www.ve.re-antique.jp/wp-content/uploads/2024/02/auto_bg_top01.jpg") 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    }
#primaryWrapper .header_text {
  width: 90%;
  padding: 2rem ;
	position: relative;
  top: 10%;
  left: 5%;
	z-index: 1;
  text-align: center;
}
#primaryWrapper .header_text h2,
#primaryWrapper .header_text h2 span,
#primaryWrapper .header_text h3 {
  margin-bottom: 1rem;
	letter-spacing: -2px;
  line-height: 1.2;
	color: #f9eb03;
	text-align: center;
	font-weight: 700;
	text-shadow: 4px 4px 0px rgba(0,0,0,1);
}
#primaryWrapper .header_text h2 { font-size: 9vw; }
#primaryWrapper .header_text h2 span { font-size: 3vw; }
#primaryWrapper .header_text h3 {  font-size: 4.6vw; }

#primaryWrapper .header_text ul { 
margin: 3rem auto 0;
width: 70%;
text-align: left;
font-size: 1.6vw;
font-weight: 700;
line-height: 1.5;
color: white;
text-shadow: 2px 2px 0px rgba(0,0,0,1);
}
#primaryWrapper .header_text ul li { margin-bottom: 0.7rem; }

@media screen and (max-width: 821px) {
#primaryWrapper .header_text ul { 
width: 90%;
font-size: 2.2vw;
line-height: 1.8;
}
  }

@media screen and (max-width: 480px) {
#primaryWrapper .headerWrapped_ { 
padding: 10rem 0 5rem;
background-position: 20% 0;
}
#primaryWrapper .header_text h2 { font-size: 10vw; 
  letter-spacing: 2.6 !important;
}
#primaryWrapper .header_text h2 span { font-size: 4vw; }
#primaryWrapper .header_text h3 {  font-size: 6vw;  
  letter-spacing: 2.6 !important;
}

#primaryWrapper .header_text {
width: 97%;
margin: 0 auto;
padding: 0;
left: 0;
}
#primaryWrapper .header_text ul { 
width: 97%;
margin: 2rem auto 0;
font-size: 3.6vw;
line-height: 2;
} 
#primaryWrapper .header_text ul li { 
  margin-bottom: 0 !important;
  }
    }

/* ******************************** */
/* ******************************** */
/*   ID: LP202408 テンプレートA */
/* ******************************** */
#LP202408 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #774703;
  font-size: 1.7vw;
  line-height: 1.7;
}
#LP202408 h2 {
  width: 90%;
  margin: 6rem auto 3rem;
  font-size: 4.3vw;
  font-weight: 700;
  color: #774703;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.4;
}
#LP202408 h3 {
  font-size: 3vw;
  font-weight: 700;
  color: #774703;
  letter-spacing: 1px;
}
@media screen and (max-width: 821px) {
#LP202408 {  font-size: 3vw; }
#LP202408 h2 {
  width: 90%;
  font-size: 5vw;
}
  #LP202408 h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) { 
    #LP202408 {
    font-size: 6vw;
    line-height: 1.7;
  }
  #LP202408 h2 {
    font-size: 7vw;
  }
  #LP202408 h3 {
    font-size: 3vw;
  }
}
.ttl_double {
  margin: 12rem auto 4rem !important;
  padding: 2rem 0;
  border-top: 6px double #8b7047;
  border-bottom: 6px double #8b7047;
}
@media screen and (max-width: 480px) { 
  .ttl_double {
    margin: 4rem auto !important;
    padding: 2rem 0;
    border-top: 6px double #8b7047;
    border-bottom: 6px double #8b7047;
  } 
}

#LP202408 > .bgTOP {
background: url('https://re-antique.jp/lp/wp-content/uploads/2024/08/mono_202408_pc.jpg') 0 0 no-repeat;
width: 100vw;
/* height: 100vh; */
padding-top: calc(700/1400*100vw);
position: relative;
background-size: cover;
}
#LP202408 > .bgTOP::after {
  background: #1e120340;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 821px) {
  #LP202408 > .bgTOP {
    background: url('https://re-antique.jp/lp/wp-content/uploads/2024/08/mono_202408_pc.jpg') 26% top no-repeat;
    width: 100vw;
    height: 36vh;
    position: relative;
    background-size: cover;
    }
}
@media screen and (max-width: 480px) { 
  #LP202408 > .bgTOP {
    background: url('https://re-antique.jp/lp/wp-content/uploads/2024/08/mono_202408_sp.png') center top no-repeat;
    height: 74vh;
	background-size: cover;
    }
}

/*****************************/
/* ヘッダーロゴ周辺 */
/*****************************/
.site-branding { margin-top: -1.5rem; }
@media screen and (max-width: 821px) {
.site-branding { margin-top: 0; }
  }
@media screen and (max-width: 480px) { 
.site-branding { margin-top: 0; }
}

#headerSpace  {  
width: calc(400 / 1400 * 100vw);
padding-bottom: calc(30 / 14 * 3vh);
position: relative;
float: right;
top: 1rem;
}
#headerSpace .freeDial {  
position: absolute;
color: white;
line-height: 1.2;
z-index: 100 !important;
}
#headerSpace .freeDial a { 
padding-left: 4rem;
display: block;
background: url('https://re-antique.jp/lp/wp-content/uploads/2024/09/logo_0120.png') 0 0 no-repeat;
background-size: 10%;
color: white;
font-weight: 700;
letter-spacing: 3px;
font-size: 1.6vw;
text-shadow: 2px 2px 0 black;
z-index: 100;
}
#headerSpace .freeDial div {  
padding-left: 4rem;
font-size: 1vw;
text-shadow: 1px 1px 0 black;
letter-spacing: 1px;
}
@media screen and (max-width: 821px) {
#headerSpace  {  
width: calc(900 / 1400 * 100vw);
padding-bottom: 0;
}
#headerSpace .freeDial a {font-size: 3vw;  }
#headerSpace .freeDial div {font-size: 1.8vw;  }
  }

@media screen and (max-width: 480px) { 
#headerSpace  {  
width: calc(500 / 1000 * 100vw);
position: relative;
right: 2.1rem;
}
#headerSpace .freeDial a {
  padding-left: 2rem;
  font-size: 4vw;   
}
#headerSpace .freeDial div { font-size: 3vw;  }
}

#LP202408 .bgTop_TxtArea { 
width: 80%;
position: absolute;
top: 22%;
left: 12%;
font-weight: 700;
line-height: 1;
z-index: 1 !important;
}
#LP202408 .bgTop_TxtArea > .crownImg img {
  width: 36%; 
  position: absolute;
	left: 70%;
	top: 70%;
  filter: drop-shadow(2px 2px 2px black);
}
#LP202408 .bgTop_TxtArea > h2 { 
margin: 0 !important;
color: white;
font-size: 1.7vw;
line-height: 1.7;
text-align: left !important;
text-shadow: 2px 2px 0 black;
}
#LP202408 .bgTop_TxtArea > h3 { 
margin: 0 !important;
color: white;
font-size: 4.6vw;
line-height: 1.2;
letter-spacing: 2px;
margin-bottom: 1.4rem;
text-shadow: 2px 2px 0 black;
text-align: left !important;
}

@media screen and (max-width: 821px) {
#LP202408 .bgTop_TxtArea { 
  width: 80%;
  top: 27%;
  left: 8%;
  }
#LP202408 .bgTop_TxtArea > h2 { 
  font-size: 2vw;
  }
  #LP202408 .bgTop_TxtArea > h3 { 
  font-size: 4vw;
  }
  #LP202408 .bgTop_TxtArea > .crownImg img {
    width: 40%; 
    left: 70%;
    top: 64%;
  }
}

@media screen and (max-width: 480px) { 
#LP202408 .bgTop_TxtArea { 
  width: 90%;
  top: 13vh;
  place-items: center;
  }
  #LP202408 .bgTop_TxtArea > .crownImg img {
    width: 100%; 
left:-1.5rem;
    top: 40vh;
  }
  #LP202408 .bgTop_TxtArea > h2:nth-of-type(1) { 
  padding: 1.4rem;
  font-size: 5.2vw;
  line-height: 1.4;
  text-align: center !important;
  background: #FFF8EC;
  color: #774703;
  border-radius: 100px;
  border: 5px solid #FF4E02;
  text-shadow: 2px 2px 0 white;
  }
  #LP202408 .bgTop_TxtArea > h2:nth-of-type(2) { 
    margin: 0 !important;
    font-size: 5.5vw;
    line-height: 1.4;
    position: absolute;
    text-align: center !important;
    top: 24vh;
    }
  #LP202408 .bgTop_TxtArea > h3 { 
    width: 97%;
    position: absolute;
    top: 15vh;
    left: -1rem;
    color: white;
    font-size: 5vw;
    line-height: 1.3;
    text-align: center !important;
}
  #LP202408 .topBtn > article {
    display: none !important;
  }
}

#LP202408 .topBtn > article {
width: 58%;
margin: 2rem 0 0;
padding: 1rem 1rem;
background: #fff;
border: 8px solid #01b118;
border-radius: 30px;
color: #01b118;
text-align: center;
z-index: 100 !important;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#LP202408 .topBtn > article:hover {
border: 8px solid #fc4902;
}
#LP202408 .topBtn > article > div:nth-of-type(1) {
font-size: 1.8vw;
margin-bottom: 1rem;
color: #f84802;
}
#LP202408 .topBtn > article > div:nth-of-type(2) {
font-size: 4vw;
}
@media screen and (max-width: 821px) {
  #LP202408 .topBtn > article {
    width: 64%;
    }
    #LP202408 .topBtn > article > div:nth-of-type(1) {
    font-size: 2vw;
    }
    #LP202408 .topBtn > article > div:nth-of-type(2) {
    font-size: 4vw;
    }
}

/* ******************************** */
/*   ID: 2024 LP テンプレートB */
/* ******************************** */
#lp_camera_202412 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #774703;
  font-size: 1.7vw;
  line-height: 1.7;
}
#lp_camera_202412 h2 {
  width: 90%;
  margin: 10rem auto 4rem;
  font-size: 4.3vw;
  font-weight: 700;
  color: #774703;
  text-align: center;
  line-height: 1.4;
}
#lp_camera_202412 h3 {
  font-size: 3vw;
  font-weight: 700;
  color: #774703;
  letter-spacing: 1px;
}
@media screen and (max-width: 821px) {
  #lp_camera_202412 {
  font-size: 3vw;
  line-height: 1.7;
}
#lp_camera_202412 h2 {
  width: 90%;
  font-size: 5vw;
}}
@media screen and (max-width: 480px) { 
    #lp_camera_202412 {
    font-size: 6vw;
    line-height: 1.7;
  }
  #lp_camera_202412 h2 {
    font-size: 7vw;
  }
  #lp_camera_202412 h3 {
    font-size: 3vw;
  }
}

#lp_camera_202412 > .bgTOP202412 {
width: 100vw;
position: relative;
background: url(http://www.ve.re-antique.jp/wp-content/uploads/2025/10/cameraLP20241stView_pc.jpg) bottom center no-repeat;
padding-top: calc(600/1400*100vw);
background-size: cover;
background-color: #fefcea;
}
/* #lp_camera_202412 > .bgTOP202412::after { 黒いフィルター
  background: #1e120340;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}*/
#lp_camera_202412 .bgTop_TxtArea { 
width: 70%;
position: absolute;
top: 24%;
left: 3%;
font-weight: 700;
line-height: 1;
z-index: 1 !important;
}
#lp_camera_202412 .bgTop_TxtArea > h2 { 
margin: 0 !important;
color: #624a03;
font-size: 1.7vw;
line-height: 1.7;
text-align: left !important;
text-shadow: 2px 2px 0 #d7d6d5;
}
#lp_camera_202412 .bgTop_TxtArea > h3 { 
margin: 0 !important;
color: #624a03;
font-size: 4vw;
line-height: 1.2;
letter-spacing: 2px;
margin-bottom: 1.4rem;
text-shadow: 2px 2px 0 #d7d6d5;
text-align: left !important;
}
#lp_camera_202412 > .bgTOP202412 .crownImg {
  width: 22%; 
  padding: 1rem;
  position: absolute;
	right: 1%;
	bottom : 0;
  filter: drop-shadow(2px 2px 2px black);
  background: rgba(155, 106, 1, 0.281);
}

@media screen and (max-width:821px) { 
#lp_camera_202412 .bgTop_TxtArea { 
top: 12%;
}
#lp_camera_202412 .bgTop_TxtArea > h2 { 
font-size: 3vw;
line-height: 1.4;
}
#lp_camera_202412 .bgTop_TxtArea > h3 { 
font-size: 5vw;  
line-height: 1.4;
}
#lp_camera_202412 > .bgTOP202412 { 
  height: 33vh;
  margin: 7.5vh auto 0 !important;
}
#lp_camera_202412 > .bgTOP202412 .crownImg { width: 32%;  }
}

@media screen and (max-width:480px) {
	#lp_camera_202412 > .bgTOP202412 { 
		width: 100vw;
		height: 74vh;
		margin: 0 auto 3rem !important;
		background: #fefcea url(http://www.ve.re-antique.jp/wp-content/uploads/2025/10/cameraLP20241stView_sp.png) bottom center no-repeat;
		background-size: 100%;
	}
#lp_camera_202412 > .bgTOP202412 .crownImg {
  width: 100%; 
  height: 10vh;
  position: absolute;
  top: 74vh;
  left: 0;
  filter: none;
  background: #8b7047;
}
#lp_camera_202412 > .bgTOP202412 .crownImg img {
  width: 60%;
  margin: 0 auto;
}
#lp_camera_202412 .bgTop_TxtArea { 
width: 90%; 
margin: 0 auto;
top: 13vh;
}
#lp_camera_202412 .bgTop_TxtArea > h2 { 
font-size: 5vw;
margin-bottom: 4rem;
line-height: 1.4;
text-align: center;
}
#lp_camera_202412 .bgTop_TxtArea > h3 { 
font-size: 8vw;  
line-height: 1.4;
}
   }

/* ***************************** */
/* 角丸のボックス：グリッドレイアウト */
/* ***************************** */
.kadomaruBox_1 {
width: 90%;
padding: 2rem;
margin: 6rem auto;
border-radius: 30px;
background-color: white;
display: grid;
grid-template-columns: repeat(2,1fr);
-ms-grid-columns: repeat(2,1fr);
place-items: center stretch;
align-items: start;
gap: 0 5rem;
}
.kadomaruBox_1 figure img {
border-radius: 20px;
}
.kadomaruBox_1 ul,
.kadomaruBox_2 ul {
margin-top: 2rem;
}
.kadomaruBox_1 h3,
.kadomaruBox_2 h3 {
    font-size: 1.4vw;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 821px) {
  .kadomaruBox_1 {
    margin: 3rem auto;
    gap: 0 4rem;
  }
  .kadomaruBox_1 img {
margin-bottom: 1rem;
  }
.kadomaruBox_1 h3,
.kadomaruBox_2 h3 {
    font-size: 2.4vw;
}
    }
@media screen and (max-width: 480px) {
  .kadomaruBox_1 {
    margin: 2rem auto;
    display: block;
  }
  .kadomaruBox_1 article { 
    margin-bottom: 3rem;
  }
  .kadomaruBox_1 h3,
  .kadomaruBox_2 h3 {
    margin-top: 2rem;
    font-size: 4.4vw !important;
  }
  .kadomaruBox_1 h3 span,
  .kadomaruBox_2 h3 span {
    font-size: 4vw !important;
  }
}
.potta-one-regular {
    font-family: "Potta One", system-ui;
    font-weight: 400;
    font-style: normal;
  }
.txtPoint_ {
display: block;
font-size: 2.4vw;
}

/* 三角形 */
.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-right: 59px solid transparent;
    border-left: 59px solid transparent;
    border-top: 21px solid #fe5807;
    border-bottom: 0;
  }
  .triangle_silver {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    border-top: 17px solid #cccccc;
    border-bottom: 0;
    margin: 0 auto;
  }
  .two_photosBox {
    width: 90%;
    padding: 2rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -ms-grid-columns: repeat(2,1fr);
    place-items: center stretch;
    align-items: center;
    gap: 0 3rem;
    }

@media screen and (max-width: 821px) {
    }
    
@media screen and (max-width: 480px) {
  .two_photosBox {
    width: 100%;
    display: block;
    }
  .two_photosBox article:first-child {
margin-bottom: 5rem;
    }
  }

/******************************/
/*  　自動撮影システムLP  */
/******************************/
.autphotosBox {
width: 100%;
margin: 4rem auto 0;
display: grid;
grid-template-columns: repeat(4,1fr);
-ms-grid-column: repeat(4,1fr);
place-items: stretch;
align-items: stretch;
gap: 3rem;
}
.autphotosBox img {
  display: block;
  box-shadow: 9px 9px 3px -5px rgba(0, 0, 0, 0.12);
}

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

@media screen and (max-width: 480px) {
  .autphotosBox {
    width: 100%;
    margin: 2rem auto 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -ms-grid-column: repeat(2,1fr);
    place-items: stretch;
    align-items: stretch;
    gap: 1rem;
  }
}

/* 　ビフォーアフター画像 */
  .before_after_slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
  .box_before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    box-shadow: 10px 0 15px -13px #000;
  }
 
  .box_before img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
 
  .box_before::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 10px 0 15px -13px #000;
  }
 
  .slider_range {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: col-resize;
  }

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

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

/*********************/
/*    　バナー　    */
/*********************/
/* パターン１ */
.bnrCampaign_202412 {
  width: 60%;
  margin: 6rem auto;
}
@media screen and (max-width: 821px) {
  .bnrCampaign_202412 {
  width: 80%;
  margin: 3rem auto;
}
}
@media screen and (max-width: 480px) {
  .bnrCampaign_202412 {
  width: 90%;
  margin: 3rem auto;
}
}

/******************************/
/*   吹き出しメッセージ   */
/******************************/

/* 吹き出しパターン１ */
.serviceBox {
width: 100%;
padding: 2rem;
margin: 2rem auto 4rem;
background-color: #f6f6f6;
border-radius: 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
-ms-grid-column: repeat(2, 1fr);
place-items: center stretch;
align-items: start;
gap: 5rem 7rem;
}

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

@media screen and (max-width: 480px) {
.serviceBox {
padding: 0;
margin: 0;
display: block;
background-color: white;
border-radius: 0px;
   }
.fukidashi_1 {
  padding: 0.8rem 1.4rem;
  margin: 2rem auto 4rem;
  background-color: #f6f6f6;
  border-radius: 20px;
}
    }

  .fukidashi_1 h3 {
    position: relative;
    border-bottom: 2px solid #fa711f;
    padding: 10px;
    width: 100%;
    text-align: center;
    }
    .fukidashi_1 h3:before,
    .fukidashi_1 h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    }
    .fukidashi_1 h3:before {
    border: 12px solid transparent;
    border-top: 12px solid #fa711f;
    }
    .fukidashi_1 h3:after {
    border: solid 14px transparent;
    border-top: solid 14px #f6f6f6;
    margin-top: -5px;
    }
    .fukidashi_1 h3 p {
    margin: 0;
    padding: 0;
    }

/* 吹き出しパターン２ */
.fukidashi_202412 { 
width: 100%;
padding: 6rem 3rem;
margin: 0 auto;
background:url(http://www.ve.re-antique.jp/wp-content/uploads/2025/10/cameraBG_j.jpg) 50%  50% ;
background-attachment: fixed;
}
.fukidashiBlock {
  width: 80%;
  margin: 0 auto;
}
.fukidashiBlock > article > ul li { 
font-weight: 700 !important;
}
.fukidashiBlock > article {
	margin: 3rem 0;
 }
.fukidashiBlock > article > .andPhoto {
	width: 49%;
	float: left;
}
.fukidashiBlock > article > .andPhoto > img {
	width: 40%;
	border-radius: 100%;
}
.fukidashiBlock > article > .andTxt {
width: 50%;
float: right;
}
.fukidashiBlock > article > .andTxt > ul li {
font-weight: 700;
}

.fukidashiBlock > article .fukidashi_txt,
.fukidashiBlock > article .fukidashi_txt_pink {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1rem;
  border-radius: 8px;
  text-align: left;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.5;
}
.fukidashiBlock > article .fukidashi_txt::before,
.fukidashiBlock > article .fukidashi_txt_pink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #505050 transparent transparent;
  translate: -50% 100%;
}
.fukidashiBlock > article .fukidashi_txt::after,
.fukidashiBlock > article .fukidashi_txt_pink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  translate: -50% 100%;
}
.fukidashiBlock > article .fukidashi_txt::after {
  border-color: #ffe100 transparent transparent; }
.fukidashiBlock > article .fukidashi_txt {
  background-color: #ffe100;   color: #505050; border: 3px solid #505050;}

.fukidashiBlock > article .fukidashi_txt_pink::after {
  border-color: #fc0238 transparent transparent; }
.fukidashiBlock > article .fukidashi_txt_pink {
  background-color: #fc0238;   color: white; }

.fukidashiBlock > article .fukidashi_txt_pink::before {
  border: none !important;
}

@media screen and (max-width: 821px) {
.fukidashi_202412 {  padding: 6rem 1rem; }
.fukidashiBlock {  width: 96%; }
.fukidashiBlock > article .fukidashi_txt,
.fukidashiBlock > article .fukidashi_txt_pink { font-size: 3.3vw; }
  }

@media screen and (max-width:480px) { 
.fukidashi_202412 { 
padding: 6rem 1rem;
}
.fukidashiBlock {
  width: 90%;
}
.fukidashiBlock > article > .andPhoto,
.fukidashiBlock > article > .andTxt {
	width: 100%;
	float: none;
}
.fukidashiBlock > article > .andPhoto > img {
display: none;
}
.fukidashiBlock > article .fukidashi_txt,
.fukidashiBlock > article .fukidashi_txt_pink {
  font-size: 5vw;
}
   }

/***********************************/
/*  押しボタン式 お問い合わせボタン  */
/***********************************/
/*  ボタンパターン１  */
.btn,
a.btn,
button.btn {
 width: 90%;
 margin: 2rem auto;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #878686;
  border-radius: 0.5rem;
}
a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border: 3px solid #878686;
  border-radius: inherit;
  background: #ccc100;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(135, 134, 134, 0.3);
  box-shadow: 0 0.6rem 0 0 rgba(135, 134, 134, 0.3);
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  /* content: "\f0e0"; */
}
.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #878686;
  border-radius: inherit;
  background: #fff100;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}
a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
  box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
}

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}
a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
  box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
}

@media screen and (max-width: 480px) {
  .btn,
  a.btn,
  button.btn {
   width: 100%;
   margin: 2rem auto;
   font-size: 6vw;
  }
  .btn-custom01-front {
    padding: 1.5rem 2rem 1.5rem 0 ;
  }
}

/*  ボタンパターン２  */
.btn2,
a.btn2,
button.btn2 {
 width: 60%;
 margin: 2rem auto;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #ffff00;
  border-radius: 0.5rem;
}
a.btn2:hover { color: #ffff00; }

a.btn-custom02 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 100px;
}
a.btn-custom02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
  background: #016aac;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(135, 134, 134, 0.3);
  box-shadow: 0 0.6rem 0 0 rgba(135, 134, 134, 0.3);
}
a.btn-custom02:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
}
.btn-custom02-front {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  background: #057fcc;
}
a.btn-custom02:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}
a.btn-custom02:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
  box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
}
a.btn-custom02:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}
a.btn-custom02:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
  box-shadow: 0 0.35rem 0 0 rgba(135, 134, 134, 0.3);
}

@media screen and (max-width: 821px) {
  .btn2,
  a.btn2,
  button.btn2 {
   width: 90%;
   margin: 2rem auto 6rem;
   font-size: 4.3vw; 
  }
}

@media screen and (max-width: 480px) {
  .btn2,
  a.btn2,
  button.btn2 {
   width: 100%;
   font-size: 4.8vw; 
  }
  .btn-custom02-front {
    padding: 1.5rem 1.5rem 1.5rem 0 ;
  }
}

/*  ボタンパターン３ */
.btn3,
a.btn3,
button.btn3 {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 50px;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #000;
  border-radius: 50px;
}
a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}
a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

@media screen and (max-width: 821px) {
.btn3,
a.btn3,
button.btn3 {
font-size: 3.6vw !important; 
   }
}

@media screen and (max-width: 480px) {
.btn3,
a.btn3,
button.btn3 {
margin: 0 auto;
display: block;
font-size: 5vw !important; 
     }
}

/***********************/
/*      STEP 流れ    */
/***********************/
/* 流れパターン１ */
dl.flowBox {
	width: 100%;
	margin: 2rem auto;
  padding: 2rem;
	clear: both;
	display: block;
  background: #fcf769;
  border-radius: 20px;
}
dl.flowBox dt {
	width: 16%;
	float: left;
	display: inline-block;
}
dl.flowBox dd {
	width: 80%;
	float: right;
	display: inline-block;
	font-weight: 700;
}
dl.flowBox dd h3 { 
margin: 0 !important; 
color: #878686 !important; 
font-weight: 700;
font-size: 2vw;
}
dl.flowBox dd span {
	font-size: 1vw;
	font-weight: 700;
}

@media screen and (max-width: 821px) {
  dl.flowBox dd span {
    font-size: 1.6vw !important;
  }
  dl.flowBox dd h3 {
    font-size: 2.8vw !important;
  }
}
@media screen and (max-width: 480px) {
  dl.flowBox dt {
    width: 100%;
    display: block;
  }
  dl.flowBox dt img {
    width: 50%;
    margin: 0 auto 1rem;
  }
  dl.flowBox dd {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 4vw !important; 
  }
  dl.flowBox dd h3 { 
    margin: 0 !important; 
    color: #878686 !important; 
    font-size: 6vw !important; 
    }
  dl.flowBox dd {
    font-weight: 400;
    }
  dl.flowBox dd span {
    font-size: 3vw !important; 
    }
}

/* パターン２ */
.stepBox202412 {
width: 100%;
margin: 6rem auto;
padding: 6rem ;
display: grid;
display: -ms-grid;
grid-template-columns: 2fr 0.5fr 2fr 0.5fr 2fr;
-ms-grid-column: 2fr 0.5fr 2fr 0.5fr 2fr;
grid-auto-rows: start;
-ms-grid-row: start;
place-items: start;
gap: 3rem;
line-height: 1.7;
color: #6f6d6d;
font-size: 1.4vw;
background-color: transparent;
background-image: linear-gradient(180deg, #f3efe6 0%, #fdfdfc 100%);
}
.stepBox202412 > article > figure > img {
width: 100%;
margin: 0 auto 2rem;
border-radius: 10px;
}
.stepBox202412 > article > div:nth-of-type(1) {
width: 100%;
display: block;
margin: 1rem auto;
padding: 0;
background: #ece2d0;
border: 1px solid #d4caae;
border-radius: 100px;
text-align: center;
font-weight: 700;
font-size: 1.4vw;
}
.stepBox202412 > article > div:nth-of-type(2) {
font-weight: 700;
}
.arrow202412 {
width: 0;
height: 0;
margin: 5rem auto 0;
border-style: solid;
border-top: 45px solid transparent;
border-bottom: 45px solid transparent;
border-left: 16px solid #afb0b0;
border-right: 0;
color: #666;
}

@media screen and (max-width: 821px) {
.stepBox202412 {
margin: 3rem auto;
padding: 6rem 2rem;
gap: 1rem;
font-size: 3vw;
}
.stepBox202412 > article > div:nth-of-type(1) {
font-size: 2.6vw; }
}

@media screen and (max-width:480px) { 
.stepBox202412 {
margin: 3rem auto 4rem;
padding: 3rem 1rem;
display: block;
}
.stepBox202412 > article {
margin: 0 auto 4.6rem;
font-size: 5vw;
}
.stepBox202412 > article > figure > img {
object-fit: cover;
object-position: 40% 60%;
height: 130px;
}
.stepBox202412 > article > div:nth-of-type(1) {
width: 70%;
display: block;
margin: 2rem auto 1rem;
padding: 0;
font-size: 5vw;
}
.stepBox202412 > article > div:nth-of-type(2) {
font-weight: 700;
text-align: center;
}
.arrow202412 { display: none; }
   }

/***********************/
/*     クチコミ　　    */
/***********************/

/*  レビューパターン１   */
.reviewBox {
width: 100%;
display: grid;
grid-template-columns: repeat(2,1fr);
-ms-grid-column: repeat(2,1fr);
place-items: center stretch;
align-items: stretch;
gap: 5rem 7rem;
}
.reviewBox dl { 
margin: 0;
padding: 2rem;
border-radius: 30px;
background: white;
}
.reviewBox dl dt {  width: 100%; }
.reviewBox dl dt img { 
width: 16%;
margin-right: 1rem;
float: left;
display: block;
border-radius: 50px;
}
.reviewBox dl dt span { 
width: 80%;
float: right;
display: block;
border-bottom: 2px solid gray;
font-size: 1.4vw;
} 
.reviewBox dl dd { 
width: 100%;
display: block;
clear:both;
}

@media screen and (max-width: 821px) {
  .reviewBox {  gap: 3rem; }
  .reviewBox dl dt span {  font-size: 2.6vw; } 
}

@media screen and (max-width: 480px) {
  .reviewBox {
    width: 100%;
    display: block;
    }
  .reviewBox dl { 
    margin-bottom: 2rem;
    }
  .reviewBox dl dt span { 
    font-size: 4.3vw !important;
     } 
}

/*  レビューパターン２   */
.kuchikomiArea {
width: 100%;
margin: 2rem auto 6rem;
color: #774703;
}
.kuchikomiArea > h2 .subTxt {
display: block;
font-size: 1.4vw;
line-height: 2;
}
.kuchikomiArea .googleScore {  
width: 80%;
height: 26.5vh;
align-content: center;
padding-left: 14vw;
margin: 2rem auto 4rem;
background: url('https://re-antique.jp/lp/wp-content/uploads/2024/08/icon_4.png') left center no-repeat;
background-size: 14%;
}
.kuchikomiArea .googleScore > div {
font-size: 2.6vw;
font-weight: 700;
}
.kuchikomiArea .googleScore > div a {
display: block;
font-size: 2vw;
color: #774703;
}
.kuchikomiArea .voiceBox {
width: 80%;
margin: 2rem auto;
padding: 2rem;
border: 1px solid silver;
font-size: 1.4vw;
}
.kuchikomiArea .voiceBox > div {
margin-top: 2rem;
font-weight: 700;
}
.kuchikomiArea .voiceBox > span {
color: #F4C507; }

@media screen and (max-width: 821px) {
.kuchikomiArea .googleScore {  
width: 90%;
height: 10vh; }
.kuchikomiArea .googleScore > div,
.kuchikomiArea .googleScore > div a {
font-size: 3vw; }
.kuchikomiArea .voiceBox {
width: 90%;
padding: 1rem;
font-size: 3vw;
}
.kuchikomiArea .voiceBox > div { margin-top: 1rem; }
}

@media screen and (max-width: 480px) { 
    .kuchikomiArea > h2 .subTxt {
      margin-top: 1rem;
      font-size: 4.6vw;
      line-height: 1.6 !important;
    }
    .kuchikomiArea .googleScore {  
    height: 15vh;
    padding-left: 16vw;
    margin: 0 auto !important;
    background-size: 14%;
    }
    .kuchikomiArea .googleScore > div {
      font-size: 5vw;
    }
    .kuchikomiArea .googleScore > div a {
      font-size: 4vw;
      line-height: 1.5;
      display: block;
    }
    .kuchikomiArea .voiceBox {
    width: 90%;
    margin: 1rem auto !important;
    padding: 1rem;
    font-size: 5vw;
    }
    .kuchikomiArea .voiceBox > div { margin-top: 1.4rem; }
}

/*********************/
/*     スライダー     */
/*********************/

/* お買取り実績パターン１ */
.sliderKaitori_1 {
width: 100%;
padding: 6rem .5rem 6rem 0 ;
background: #F5F2EC;
}
/* スライダー */
.sliderArea { 
  max-width: 97%;
  margin: 6rem auto 0;
  padding: 0 1.2rem;
  font-size: 1.3vw;
}
.slick-prev, .slick-next { z-index: 1; }
.slick-prev:before, 
.slick-next:before {
  font-size: 30px;
  color: #442902 !important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active { opacity: 1; }
.slick-current { opacity: 1; }
.thumb { margin: 20px 0 0; }
.thumb .slick-slide { cursor: pointer; }
.thumb .slick-slide:hover { opacity: .7; }
.slick-slide {  margin: 0 1vw; }
.slick-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px 10px 0 0  ;
}
.slider_LP202408 aside {   
width: 100%;
min-height: 30vh;
margin: 0 auto 1rem;
padding: 1rem ;
line-height: 1.7;
border-radius: 0 0 10px 10px ;
box-shadow: 1px 1px 10px 0px rgba(114, 114, 114, 0.4);
}
.slider_LP202408 aside > h4 { 
 margin-bottom: 1rem;
 color: orangered;
 text-align: center;
}
.slider_LP202408 aside > h4 .matometePrice { font-size: 2.4rem; }
.slider_LP202408 aside > h5 { 
margin: 1rem auto;
color: #774703;
text-align: center;
}

@media screen and (max-width: 821px) {
.sliderArea { 
  padding: 0 2rem;
  font-size: 2.2rem;
}
.slick-slide {   margin: 0 2vw; }
.slider_LP202408 aside > h4 .matometePrice { font-size: 4vw; }
 }

@media screen and (max-width: 480px) {
.sliderArea { font-size: 5vw;}
.slider_LP202408 aside { height: auto !important; }
.slider_LP202408 aside > h4 .matometePrice { font-size: 6vw; }
}

/*********************/
/*    問い合わせ     */
/*********************/

/* ボックス　パターン１ */
.otoiawaseBTnBox {
width: 100%;
padding: 4rem 2rem;
margin: 0 auto;
background: #FCF2DF;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
place-items: center;
grid: 0 3rem; 
}
.otoiawaseBTnBox > figure { width: 26%; }
.otoiawaseBTnBox > aside {
width: 64%;
color: #7E4B04;
font-weight: 700;
text-align: center;
line-height: 1.7;
}
.otoiawaseBTnBox > aside .tel {
color: orangered;
font-weight: 700;
font-size: 5vw;
letter-spacing: 1px;
}
.otoiawaseBTnBox > aside .tel:nth-of-type(2) {
color: #7E4B04;
font-weight: 700;
font-size: 1.7vw;
letter-spacing: 1px;
display: block;
}
.otoiawaseBTnBox > aside .btnForm {
width: 82%;
margin: 2rem auto;
display: block;
background: #01b118;
border-radius: 100px;
color: white;
font-weight: 700;
text-align: center;
font-size: 4vw;
letter-spacing: 3px;
transition: all .3s ease-out;
}
.otoiawaseBTnBox > aside .btnForm:hover {
background: #14c92c;
transition: all .3s ease-out;
}
.otoiawaseBTnBox > aside div:nth-of-type(1) {
font-size: 3vw;
letter-spacing: 1px;
}
.otoiawaseBTnBox > aside div:nth-of-type(2) {
  font-size: 3vw;
  letter-spacing: 1px;
  }
.otoiawaseBTnBox > aside div:nth-of-type(3) {
font-size: 1.3vw;
}

@media screen and (max-width: 821px) {
.otoiawaseBTnBox > aside {
width: 70%;
line-height: 1.7;
font-size: 5vw;
}
.otoiawaseBTnBox > aside .tel { font-size: 6vw; }
.otoiawaseBTnBox > aside .tel:nth-of-type(2) {font-size: 2.4vw; }
.otoiawaseBTnBox > aside div:nth-of-type(1) { font-size: 4vw;}
.otoiawaseBTnBox > aside div:nth-of-type(2) { font-size: 4vw; }
.otoiawaseBTnBox > aside div:nth-of-type(3) { font-size: 2.6vw;}
}
@media screen and (max-width: 480px) {  
  .otoiawaseBTnBox {
    padding: 4rem 0;
    margin: 0 auto ;
    display: block;
    }
    .otoiawaseBTnBox > figure {
    width: 40%;
    margin: 0 auto;
    }
    .otoiawaseBTnBox > aside {
    width: 92%;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
    }
    .otoiawaseBTnBox > aside .tel {
    font-size: 8vw;
    }
.otoiawaseBTnBox > aside .tel:nth-of-type(2) {
font-size: 4.1vw;
}
.otoiawaseBTnBox > aside .btnForm {
width: 100%;
padding: .7rem ;
font-size: 7vw;
}
.otoiawaseBTnBox > aside div:nth-of-type(1) {
  font-size: 7vw;
  letter-spacing: 0;
}
.otoiawaseBTnBox > aside div:nth-of-type(2) {
  font-size: 8vw;
}
.otoiawaseBTnBox > aside div:nth-of-type(3) {
  margin-top: 1.6rem;
  font-size: 4vw;
  letter-spacing: 0;
}
}

/* ボックス　パターン２ */
.contactBox_202412 {
	width: 100%;
  padding: 6rem 0;
  background: url(http://www.ve.re-antique.jp/wp-content/uploads/2025/10/23265805_l.jpg) 50% 50%;
  background-size: cover;
}
.contactBox_202412 > article {
  width: 60%;
  padding: 2rem;
  margin: 0 auto;
  border: 20px solid #FFE100;
  background-color: rgb(255, 255, 255,.75);
  font-size: 2.8vw; 
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.contactBox_202412 > article,
.contactBox_202412 > article a {
  color: #442902;
}
.contactBox_202412 > article a.phoneNum_ {
	text-align: center;
	display: block;
	color: #07805D;
	font-size: 6vw;
	font-weight: 700;
	line-height: 1.2;
}
.LINE_contact {  
width: 90%;
margin: 2rem auto;
display: grid;
place-items: center;
grid: 0 2rem;
grid-template-columns: 1fr 4fr;
}
.contactBox_202412 > article .mail_contact {
width: 90%;
	margin: 0 auto 1rem;
  padding: 1rem 0;
	display: block;
	font-weight: 700;
	font-size: 3vw;
	text-align: center;
	border-radius: 100px;
	background-color: #FFE100;
	border: 1px solid #bb9c55;
}
.contactBox_202412 > article .mail_contact:hover {
	background-color: #f5eeb5;
	border: 1px solid #8b7950;
  transition: all .3s ease-out;
}
.contactBox_202412 > article .txtAbout_ { font-size: 1.7vw; }

@media screen and (max-width: 821px) {
.contactBox_202412 > article {
width: 80%;
padding: 1rem;
border: 10px solid #FFE100;
  font-size: 4vw; 
}
}

@media screen and (max-width: 480px) {
.contactBox_202412 > article {
width: 90%;
margin-top:3rem;
padding: 1rem;
border: 5px solid #FFE100;
font-size: 6vw; 
}
.contactBox_202412 > article a.phoneNum_ {
  margin-top: 1rem;
	font-size: 9vw;
}
.LINE_contact {  
	font-size: 5vw;
}
.contactBox_202412 > article .mail_contact {
  width: 100%;
	font-size: 5vw;
}
.contactBox_202412 > article .txtAbout_ { font-size: 2.8vw; }
}

/*********************/
/*    取扱い商材   */
/*********************/

/* パターン１ */
.shozaiBox  { 
width: 90%;
padding: 3rem 0;
margin: 3rem auto;
text-align: center;
}
.shozaiBox > article { 
display: grid;
display: -ms-grid;
grid-template-columns: repeat(6,1fr);
-ms-grid-column:  repeat(6,1fr);
grid-auto-rows: auto;
-ms-grid-row: auto;
place-items: stretch;
gap: 2rem;
margin: 4rem auto;
}
.shozaiBox > article figure { 
font-size:1.7rem;
margin: 0 auto;
 }
.shozaiBox > article figure img { 
width: 80%;
margin: 0 auto;
 }
@media screen and (max-width: 821px) {
.shozaiBox  { 
padding: 2rem 0;
margin: 2rem auto;
}
.shozaiBox > article { 
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(3,1fr);
	-ms-grid-column: repeat(3,1fr);
  }
.shozaiBox > article figure {  font-size: 2rem; }
}
@media screen and (max-width: 480px) {
.shozaiBox  { 
padding: 2rem 0;
margin: 2rem auto;
}
.shozaiBox > article { 
	display: grid;
	display: -ms-grid;
	grid-template-columns: repeat(3,1fr);
	-ms-grid-column: repeat(3,1fr);
  }
}

/*********************/
/*    ３並びボックス   */
/*********************/

/* パターン１ */
.sortOfKaitori  { 
width: 96%;
padding: 3rem 0;
margin: 3rem auto;
display: flex;
place-items: stretch;
justify-content: center;
flex-wrap: wrap;
gap: 3rem; 
}
.sortOfKaitori > a { 
width: 30%; 
display: block;
position: relative;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
background: white;
}
.sortOfKaitori > a figure { 
width: 100%;
height: 150px;
position: relative;
background: url('http://www.ve.re-antique.jp/wp-content/uploads/2025/09/202412_lp_merit06.png') left center no-repeat;
background-size: cover;
}
.sortOfKaitori > a figure span { 
width: 70%;
margin: 0 auto;
display: block;
position: absolute;
top: 84%;
left: 15%;
text-align: center;
background-color: navy;
color: white;
padding: .3rem;
border-radius: 50px;
 }
.sortOfKaitori > a article {
width: 100%;
padding: 2rem 1rem 1rem;
text-align: left;
color: #000;
}
.sortOfKaitori > a article h3 {
font-size: 1.7vw;
text-align: center;
line-height: 1.7;
}

@media screen and (max-width: 821px) {
.sortOfKaitori > a { 
width: 46%;
}
.sortOfKaitori > a figure span { 
  padding: .8rem;
  top: 90%; 
  font-size: 2.2vw;
}
.sortOfKaitori > a article h3 {
margin: 2rem auto;
font-size: 2.4vw;
  }
}
@media screen and (max-width: 480px) {
.sortOfKaitori  { 
width: 90%;
padding: 3rem 0;
margin: 3rem auto;
display: block;
}
.sortOfKaitori > a { 
width: 100%;
margin-bottom: 5rem;
font-size: 6vw;
  }
.sortOfKaitori > a figure span { 
  padding: .8rem;
  top: 90%; 
  font-size: 4.3vw;
}
.sortOfKaitori > a article h3 { font-size: 6vw !important; }
}

/* パターン２ */
.jissekiBlock { 
width: 100%;
margin: 4rem auto;
padding: 4rem 2rem;
background-color: transparent;
background-image: linear-gradient(180deg, #FCF9F2 0%, #FFF8E3 100%);
}
.jissekiBlock > .jissekiBoxArea {
width: 96%;
padding: 3rem 0;
margin: 3rem auto;
display: flex;
align-items: start;
place-items: stretch;
justify-content: center;
flex-wrap: wrap;
gap: 3rem; 
}
.jissekiBlock > .jissekiBoxArea > a { 
width: 30%; 
display: block;
color: #000;
position: relative;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
background: white;
}
.jissekiBlock > .jissekiBoxArea > a figure { 
width: 100%;
height: 150px;
position: relative;
background: url('http://www.ve.re-antique.jp/wp-content/uploads/2025/09/202412_lp_merit06.png') left center no-repeat;
background-size: cover;
}
.jissekiBlock > .jissekiBoxArea > a figure span { 
width: 70%;
padding: .3rem;
margin: 0 auto;
display: block;
position: absolute;
top: 84%;
left: 15%;
background-color: rgba(117, 67, 1);
color: white;
font-weight: 700;
text-align: center;
border-radius: 10px;
 }
.jissekiBlock > .jissekiBoxArea > a article {
width: 100%;
padding: 2rem 1rem 1rem;
text-align: left;
}
.jissekiBlock > .jissekiBoxArea > a article h3 {
margin: 1rem auto;
font-size: 1.7vw !important;
font-weight: 700;
text-align: center;
line-height: 1.7;
}

@media screen and (max-width: 821px) {
.jissekiBlock > .jissekiBoxArea > a { 
width: 46%;
font-size: 3vw;
}
.jissekiBlock > .jissekiBoxArea > a figure span { top: 90%; }
.jissekiBlock > .jissekiBoxArea > a article h3 {
margin: 2rem auto !important;
font-size: 4vw !important;
  }
}
@media screen and (max-width: 480px) {
.jissekiBlock > .jissekiBoxArea  { 
width: 90%;
padding: 3rem 0;
margin: 3rem auto;
display: block;
}
.jissekiBlock > .jissekiBoxArea > a { 
width: 100%;
margin-bottom: 5rem;
font-size: 6vw;
  }
.jissekiBlock > .jissekiBoxArea > a figure span { 
  top: 90%;
}
.jissekiBlock > .jissekiBoxArea > a article h3 {
    margin: 2rem auto 0 !important;
font-size: 6vw !important;
  }
}

 /* パターン３ */  
.step3Area { 
width: 80%;
margin: 0 auto 3rem;
display: grid;
display: -ms-grid;
grid-template-columns: repeat(3, 1fr);
-ms-grid-column: repeat(3, 1fr);
grid-auto-rows: auto;
-ms-grid-row: auto;
place-items: center;
align-items: start ;
gap: 1vw 6vw;
font-size: 1.7vw;
}
.step3Area > article .stepTxt {
width: 100%;
margin: 1rem auto;
padding: .3rem;
background: #7e4b04;
border-radius: 100px;
color: white;
font-size: 1.2vw;
text-align: center;
display: block;
}
.step3Area > article > div {
text-align: center;
font-size: 1.7vw;
font-weight: 700;
}
@media screen and (max-width: 821px) { 
.step3Area {  width: 90%; }
.step3Area > article .stepTxt { font-size: 2.4vw; }
.step3Area > article > div { font-size: 3vw;  }
}

@media screen and (max-width: 480px) {  
  .step3Area {
    width: 97%;
    display: block;
    }
    .step3Area > article {
      margin-bottom: 6rem; 
    }
    .step3Area > article figure img {
    width: 80%;
    margin: 0 auto;
    }
    .step3Area > article .stepTxt {
    width: 80%;
    margin: 1rem auto;
    padding: .3rem;
    font-size: 4vw;
    }
    .step3Area > article > div { font-size: 6vw; }
}

/*********************/
/*   縦並びボックス   */
/*********************/

/*   パターン１   */
.meritBlock {
width: 80%;
margin: 3rem auto;
padding-bottom: 2rem;
border-bottom: 1px solid silver;
}
.meritBlock > figure { 
width: 25%;
float: right;
}
.meritBlock > figure img { 
border-radius: 10px;
}
.meritBlock > dl { 
width: 70%;
float: left;
}
.meritBlock > dl dt { 
width: 30%;
padding: .3rem 0;
text-align: center;
border-radius: 20px;
background-color: rgb(105, 52, 2);
border: 2px solid rgb(203 162 110);
color: white;
font-size: 1.4vw;
line-height: 1.4;
}
.meritBlock > dl dd:nth-of-type(1) { 
font-size: 2rem;
font-weight: 700;
margin: 1rem 0;
}
@media screen and (max-width: 821px) {
.meritBlock { width: 90%; } 
.meritBlock > dl dt { 
width: 50%;
padding: .8rem;
font-size: 2.4vw;
}
.meritBlock > dl dd:nth-of-type(1) {  font-size: 4vw;  }
}
@media screen and (max-width: 480px) {
.meritBlock { margin: 3rem auto; }
.meritBlock > figure { 
width: 50%;
display: block;
margin: 2rem auto;
float: none;
  }
.meritBlock > dl { 
width: 100%;
float: none;
}
.meritBlock > dl dt { 
width: 90%;
margin: 2rem auto;
text-align: center;
border-radius: 50px;
padding: 0.8rem 0;
font-size: 4vw;
  }
.meritBlock > dl dd { 
font-size: 6vw;
line-height: 1.7;
}
.meritBlock > dl dd:nth-of-type(1) { 
  margin: 0; 
  font-size: 6vw; 
  text-align: center; 
}
   }

/*********************/
/*   アクセス   */
/*********************/
.accessArea {
	width: 80%;
	margin: 3rem auto;
  font-size: 1.4vw;
}
.placeShop_ {
width: 100%;
margin: 6vh auto ;
padding: 6rem;
background: #917c5f;
}
.placeShop_ > img {
	width: 56%;
	float: left;
}
.placeShop_ > .Gmap_ {
	width: 40%;
	float: right;
}
.placeShop_ > .Gmap_>iframe {
	width: 100vw;
	height: 450px;
}
.accessArea > .photoBox_grid {
width: 100%;
margin: 3rem auto 8rem;
display: grid;
display: -ms-grid;
grid-template-columns: repeat(3, 1fr);
-ms-grid-column: repeat(3, 1fr);
grid-auto-rows: auto;
-ms-grid-row: auto;
place-items: center;
align-items: start;
gap: 5vw;
font-size: 1.4vw;
text-align: left;
}
.accessArea > .photoBox_grid img { margin-bottom: 1rem; }
 
@media screen and (max-width: 821px) {  
.accessArea {
width: 90%;
margin: 2rem auto 0;
font-size: 3vw;
}
.placeShop_ > .Gmap_ > iframe { height: 250px; }
.accessArea > .photoBox_grid {
gap: 4vw;
font-size: 3vw;
  }
}

@media screen and (max-width: 480px) {  
.accessArea {
	width: 90%;
    margin: 0 auto 4rem;
   font-size: 5vw !important;
}
.placeShop_ {
width: 100%;
margin: 3vh auto ;
padding: 1rem;
}
.placeShop_ > img {
	width: 100%;
  margin-bottom: 1rem;
	float: none;
}
.placeShop_ > .Gmap_ {
	width: 100%;
	float: none;
}
.placeShop_ > .Gmap_>iframe {
	width: 100vw;
	height: 250px;
}
    .accessArea > h3,
    .accessArea > div:nth-of-type(1) {
  font-size: 5vw !important;
    margin-bottom: 1rem;
    }
    .accessArea > div:nth-of-type(2) {
    margin: 0 0 2rem;
    font-size: 5vw !important;
    }
    .accessArea > .photoBox_grid {
    margin: 2rem auto 4rem;
    display: block;
    font-size: 5vw;
    }
   .accessArea > .photoBox_grid figure { margin-bottom: 2rem; }
    .accessArea > .photoBox_grid img {
    width: 100%;
    margin-bottom: 1rem;
    object-fit: cover;
    height: 200px;
    }
}

/* ************************ */
/*    よくある質問 */
/* ************************ */
.faqArea {
width: 100%;
margin: 3rem auto 0;
padding: 8rem 0 ;
color: #5c3201;
background-color: #f8efe3;
  }
.accordion-007 {
	max-width: 70%;
	margin: 0 auto 2rem;
	display: block;
  font-weight: 600;
}
.accordion-007 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: .7em 1.4em;
	border: 2px solid #5c3201;
	border-radius: 25px;
	color: #5c3201;
	cursor: pointer
}
.accordion-007 summary::-webkit-details-marker {
	display: none;
}
.accordion-007 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #5c3201;
	border-right: 3px solid #5c3201;
	content: '';
	transition: transform .3s;
}
.accordion-007[open] summary::after {
	transform: rotate(225deg)
}
.accordion-007 p {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin-top: 20px;
	padding: .8em 1.2em;
	border: 2px solid #e7be8c;
	border-radius: 25px;
	background-color: #fff;
	color: #5c3201;
	transition: transform .5s, opacity .5s
}
.accordion-007[open] p {
	transform: none;
	opacity: 1
}
.accordion-007 p::before, .accordion-007 p::after {
	position: absolute;
	top: -15px;
	left: 1.2em;
	width: 30px;
	height: 15px;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	content: ''
}
.accordion-007 p::before {
	background-color: #e7be8c;
}
.accordion-007 p::after {
	top: -12px;
	background-color: #fff;
}

@media screen and (max-width:821px) {
.faqArea {
margin: 3rem auto 0;
padding: 4rem 0 ;
  }
.accordion-007 {
	max-width: 86%;
  font-size: 3vw;
  }
}

@media screen and (max-width:480px) {
.accordion-007 {
	max-width: 90%;
  font-size: 5vw;
  }
  .accordion-007 summary {
	padding: 1em;
}
  .accordion-007 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-bottom: 3px solid #5c3201;
	border-right: 3px solid #5c3201;
	content: '';
	transition: transform .3s;
   }
}

/* ******************************** */
/*        お悩みボックス　     */
/* ******************************** */
.nayami202412 { 
	width: 90%;
	margin: 2rem auto 4rem;
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr;
	-ms-grid-column: 1fr 1fr;
	grid-auto-rows: start;
	-ms-grid-row: start;
	place-items: start;
	gap: 2vw;
	line-height: 1.4;
	font-size: 1.7vw;
}
.nayami202412 > article {
	padding: 1rem;
	font-weight: 700;
  background-image: linear-gradient(90deg, rgba(247, 241, 231, 1), rgba(226, 220, 208, 1));
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
.nayami202412 > article > img {
width: 20%;
float: left;
display: block;
margin: 0 2rem 0 0;
 }

@media screen and (max-width: 821px) {
	.nayami202412 {
    display: block;
		font-size: 4vw;
	}
  .nayami202412 > article { margin-bottom: 2rem; }
}

 @media screen and (max-width:480px) { 
	.nayami202412 {
    display: block;
		font-size: 5vw;
	}
  .nayami202412 > article { margin-bottom: 2rem; } 
  }

/* 査定可能な商材 */
.sateiOK202412 {
width: 90%;
margin: 0 auto;
display: grid;
display: -ms-grid;
grid-template-columns: repeat(4, 1fr);
-ms-grid-column: repeat(4, 1fr);
grid-auto-rows: start;
-ms-grid-row: start;
place-items: stretch;
gap: 2rem;
}
.sateiOK202412 > figure > img { 
	object-fit: cover;
	object-position: 0% 50%;
	border: 1px solid #666;
}

@media screen and (max-width:480px) { 
	.sateiOK202412 {
		width: 96%;
		grid-template-columns: repeat(3, 1fr);
		-ms-grid-column: repeat(3, 1fr);
		place-items: start;
		gap: .5rem;
		font-size: 4vw;
		line-height: 1.2;
	}
	.sateiOK202412 > figure {  margin: 1rem auto ; }
	.sateiOK202412 > figure > img { 
		width: 100%;
		margin: 0 auto .6rem;
	}
}

/* 可能なメーカー */
.makerOK202412 {
	width: 90%;
	height: 300px;
	padding: 1rem 2rem;
	overflow: auto;
	margin: 0 auto 6rem;
	border: 1px solid #999;
  font-size: 1.4vw;
}
.makerOK202412 > ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-column: repeat(4, 1fr);
  grid-auto-rows: start;
  -ms-grid-row: start;
  place-items: center;
  gap: .5rem 1rem;
}
@media screen and (max-width: 821px) {
  .makerOK202412 {  font-size: 3vw; }
}
@media screen and (max-width:480px) { 
	.makerOK202412 {
		width: 90%;
		height: 250px;
		margin: 0 auto 3rem;
		padding: 1rem;
	}
	.makerOK202412 > ul {
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-column: repeat(2, 1fr);
		grid-auto-rows: start;
		-ms-grid-row: start;
		place-items: start;
		font-size: 5vw;
	}
}

/* 査定のポイント */
.sateipointBlock {
width: 90%;
margin: 0 auto 6rem;
}
.sateipointBlock > .pointBoxA {
width: 100%;
margin-bottom: 2rem;
display: grid;
display: -ms-grid;
grid-template-columns: 1fr 1fr;
-ms-grid-column: 1fr 1fr;
grid-auto-rows: stretch;
-ms-grid-row: stretch;
place-items: stretch;
gap: 2rem;
}
.sateipointBlock > .pointBoxA > div {
padding: 1rem;
border-radius: 6px;
border: 1px solid #bdb4a3;
}
.sateipointBlock > .pointBoxA > div > img {
width: 30%;
float: left;
border-radius: 10px;
}
.sateipointBlock > .pointBoxA > div > dl { 
width: 60%;
float: right;
}
.sateipointBlock > .pointBoxA > div > dl dt {
background: #f5ebdc;
border-radius: 100px;
text-align: center;
font-weight: 700 ;
font-size: 1.7vw;
color: #6b4d06;
}
.sateipointBlock > .pointBoxB {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-column: 1fr 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	-ms-grid-row: minmax(100px, auto);
	gap: 2rem; 
	}
	.sateipointBlock > .pointBoxB > div {
	padding: 1rem;
	border-radius: 10px;
border: 1px solid #bdb4a3;
	}
	.sateipointBlock > .pointBoxB > div > img {
	width: 50%;
  margin: 0 auto;
	border-radius: 10px;
	}
	.sateipointBlock > .pointBoxB > div > dl { 
	width:100%;
	}
	.sateipointBlock > .pointBoxB > div > dl dt {
	margin: 1rem 0;
  background: #f5ebdc;
	border-radius: 100px;
	text-align: center;
	font-weight: 700;
	font-size: 1.7vw;
	color: #6b4d06;
	}

@media screen and (max-width: 821px) {
	.sateipointBlock > .pointBoxA > div > dl dt,
	.sateipointBlock > .pointBoxB > div > dl dt {
	margin: 1rem auto;
	font-size: 2.8vw;
	padding: 1rem;
	}
  }

@media screen and (max-width:480px) { 
.sateipointBlock { 
	width: 90%;
	margin: 4rem auto;
	}
	.sateipointBlock > .pointBoxA,
	.sateipointBlock > .pointBoxB {
	width: 100%;
	margin-bottom: 0;
	display: block;
	gap: 0;
	}
	.sateipointBlock > .pointBoxA > div,
	.sateipointBlock > .pointBoxB > div {
	width: 100%;
	padding: 0;
	margin-bottom: 3rem;
	border: none;
	}
	.sateipointBlock > .pointBoxA > div > img,
	.sateipointBlock > .pointBoxB > div > img {
	width: 22%;
	float: left;
	}
	.sateipointBlock > .pointBoxA > div > dl,
	.sateipointBlock > .pointBoxB > div > dl { 
	width: 72%;
	float: right;
	line-height: 1.4;
	}
	.sateipointBlock > .pointBoxA > div > dl dt,
	.sateipointBlock > .pointBoxB > div > dl dt {
	margin: 0 0 .6rem;
	font-size: 4.6vw;
	padding: .3rem 0;
	}
	.sateipointBlock > .pointBoxA > div > dl dd,
	.sateipointBlock > .pointBoxB > div > dl dd {
	font-size: 4.6vw;
	}
}

.camera_202412_application {
width: 90%;
margin: 6rem auto;
display: grid;
display: -ms-grid;
grid-template-columns: 2fr 0.5fr 2fr 0.5fr 2fr;
-ms-grid-column: 2fr 0.5fr 2fr 0.5fr 2fr;
grid-auto-rows: start;
-ms-grid-row: start;
place-items: start;
gap: 0 1rem;
line-height: 1.7;
}
.camera_202412_application > article > figure > img {
width: 100%;
margin: 0 auto 1rem;
border-radius: 10px;
}
.camera_202412_application > article > div:nth-of-type(1) {
width: 100%;
display: block;
margin: 1rem auto;
padding: 0;
background: #FFE100;
border: 1px solid #666;
border-radius: 100px;
text-align: center;
font-weight: 700;
color: #000;
}
.camera_202412_application > article > div:nth-of-type(2) {
font-weight: 700;
color: #252525;
}
.arrow202412 {
width: 0;
height: 0;
margin: 5rem auto 0;
border-style: solid;
border-top: 45px solid transparent;
border-bottom: 45px solid transparent;
border-left: 16px solid #afb0b0;
border-right: 0;
}
@media screen and (max-width:480px) { 
.camera_202412_application {
width: 90%;
margin: 3rem auto 4rem;
display: block;
}
.camera_202412_application > article {
margin: 0 auto 4.6rem;
font-size: 5vw;
}
.camera_202412_application > article > figure > img {
object-fit: cover;
object-position: 40% 60%;
height: 130px;
}
.camera_202412_application > article > div:nth-of-type(1) {
width: 30%;
display: block;
margin: 2rem 0 1rem;
padding: 0;
font-size: 5vw;
}
.camera_202412_application > article > div:nth-of-type(2) {
font-weight: 700;
color: #252525;
}
.arrow202412 {
display: none;
}
   }

 /**********************/
/* 　会社概要などの表 */
 /**********************/
.tblBlock_ h4 {
  margin: .8rem 0;
  line-height: 1.2;
  color: #666;
}

.tblBlock_ > dl {
    width:  100%;
    margin-bottom: 1rem;
    border-top:1px solid silver;
  }
  .tblBlock_ > dl a {color:#333;}
  .tblBlock_ > dl:after {
      content: "";
      display: block;
      clear: both;
  }
  .tblBlock_ > dl:before {
  content: "";
      display: block;
      clear: both;
  }
  .tblBlock_ > dl { display: block; }
  .tblBlock_ > dl dt {
  width: 25%;
  padding: 1rem;
  float: left;
  background: #eee;
  }
  .tblBlock_ > dl dd {
    width: 74%;
    padding: 1rem;
    float: right;
  }
  
  @media screen and (max-width: 480px) { 
    .tblBlock_ > dl { 
      width:  100%;
      margin-bottom: 1rem;
      border-top:1px solid silver;
    }
    .tblBlock_ > dl dt {
    width: 100%;
  
    background: #eee;
    }
    .tblBlock_ > dl dd {
      width: 100%;
    }
  }

/****** 沿革 *****/
.cp_timeline04 {
	position: relative;
	margin: 3em auto;
	padding-bottom: 2em;
}
.cp_timeline04:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #a3815d;
}
.cp_timeline04 .timeline_item {
	margin: 0px 0px 30px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
	font-family: serif;
	font-size: 6em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 3px;
	color: rgba(86, 65, 6, 0.3);

}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
	top: 43%;
	left: -44px;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 3px solid #a3815d;
	background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	margin-top: -30px;
	color: #6c5c4b !important;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 1em;
	line-height: 2.4rem !important;
	margin-top: 10px;
}
@media screen and (max-width: 480px) {
	.cp_timeline04:before {
		left: 15px;
	}
	.cp_timeline04 .timeline_item .time_date .time:before {
		left: -34px;
	}
	.cp_timeline04 .timeline_item {
		margin: 0px 0px 0px 40px;
	}
	.cp_timeline04 .timeline_item .desc {
		padding-top: 10px;
		border-top: 1px solid #a3815d;
		border-left: none;
	}
}
