@charset "UTF-8";

/* !foundation */
/* --------------------------- */
html,body {
	font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	box-sizing: border-box;
}
.modal-input{
	display:none!important;
}
html {
	background: #D31518;
	color: #fff;
}
body {
	background: #F2EDE1;
	color: #000;
}

a,a img {
	color: #000;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:visited {
	color: #333;
}
a:hover {
	color: #D31518;
	text-decoration: none;	
}
a:focus,a:active {
	color: #999;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,73,143,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,73,143,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,73,143,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,73,143,0.75), rgba(0,0,0,0));
    margin: 36px 0;
    clear: both;
}
img {
	max-width: 100%;
	height: auto;
}

.clearfix:before,
.clearfix:after,
.inner:before,
.inner:after,
.content:before,
.content:after,
.contentBody:before,
.contentBody:after,
.main:before,
.main:after,
.wrap:before,
.wrap:after,
.postBody:before,
.postBody:after,
.boxBody:before,
.boxBody:after {
    content: " ";
    display: table;
}
  
.clearfix:after,
.inner:after,
.content:after,
.contentBody:after,
.main:after,
.wrap:after,
.postBody:after,
.boxBody:after {
    clear: both;
}
  
/* IE6/7 support */
.clearfix,
.inner,
.content,
.main,
.wrap,
.boxBody {
    *zoom: 1;
}

.commaR {
	display: none;
}

/* material
--------------------------- */
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.floatRight {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
div.floatRight,
div.floatLeft {
	text-align: center;
}

/* !layout */
/* --------------------------- */
.gHeader {
	background: #fff;
	width: 100%;
	min-height: 160px;
	box-sizing: border-box;
}
#modal-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.modal-th, .modal-td {
  text-align: left;
  padding: 8px;
}

.modal-tr:nth-child(even){background-color: #f2f2f2}
.form-text,#form-text{
	font-size: 12px;
}
#sidebar-hr{
	border: 0;
    height: 1px;
	margin: 8px;
    clear: both;
}
.form-select{
	width: 108px;
    height: 22px;
    font-size: 11px;
	margin-left:21px;
}
.form-select1{
	width: 108px;
    height: 22px;
    font-size: 11px;
}
#name{
	width: 98px;
    height: 15px;
    font-size: 9px;
	margin-left:13px;
}
.mTopMinimum {
	display: none;
}
.mTopMinimumBackground {
		background: url(../../../../wp-content/uploads/2021/02/b77c3babc073f86e04718f7622f2941d.jpg) right 0px center no-repeat #fff;
    height: 276px;
    margin: 10px 10px 0px 10px;
}
/* adding burger-menu */
.burheader{
    display: none;
   }
/* *********** */
.assess-btn{
	background: #D31518;
    color: #fff;
    border: none;
    padding: 16px 64px;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: none;
}
#phone{
	width: 98px;
    height: 15px;
    font-size: 9px;
	margin-left:4px;
}
#form-btn{
	font-size: 12px;
    margin-left: 36%;
    margin-top: 10px;
}
#modal-tt,#modal-tt th 
	{
    padding: 8px;
    border-radius: 7px;
    text-align: center;
    color: #595959;
	}
/* modal start */

.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  padding-bottom:1%!important;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 48%!important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
/*   background-color: #5cb85c; */
  color: black;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
	margin-top:5px;
	margin-left:16%;
  padding: 2px 16px;
/*   background-color: #5cb85c; */
  color: white;
}
.alert {
  padding: 12px;
  background-color:#4CAF50;
  color: white;
   margin-top: 5px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.main {
	border-top: solid 16px #D31518;
	padding: 32px 0;
}
.area {
	background: #fff;
	padding: 32px 0;
}
.gFooter {
	background: #D31518;
	color: #fff;
	padding: 0 0 54px;
}
.gFooter a {
	color: #fff;
}

/* !header */
/* --------------------------- */
.siteTitle {
	margin: 8px 0 16px;
	font-size: 1em;
	line-height: 1;
	position: relative;
	float: left;
	min-width: 40%;
}
.siteTitle::before {
/* 	content: "長野県の廃車買取・事故車買取 | 株式会社アクセル"; */
	content: "長野県の廃車買取・事故車買取 | 廃車のアクセル";
	position: absolute;
	top: 8px;
	left: 77px;
	font-size: 0.75em;
	font-weight: normal;
}
.license {
	list-style: none;
	margin: 56px 16px 0 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	float: right;
}
.headerTel {
	float: right;
	text-align: right;
	max-width: 246px;
	margin: 42px 0 0;
	box-sizing: border-box;
}
.headerTel img {
	width: 100%;
	height: auto;
}
.headerTel p {
	margin: 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
.gNav {
	clear: both;
	height: 56px
/* 	position:fixed; */
    top:0;
    left:0;
    right:0;
/* 	z-index:170; */
}
.toggle {
	display: none;
}
.gNav>ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gNav>ul>li {
	height: 100%;
	line-height: 56px;
	vertical-align: middle;
	margin: 0;
	text-align: center;
	position: relative;
}
.gNav>ul>li img {
	width: auto;
	height: 13px;
}
.gNav>ul>li:first-of-type img {
	width: auto;
	height: 19px;
}
.gNav>ul>li>a {
	display: block;
	height: 100%;
	background: #F2EDE1;
	padding: 0 8px;
	border-radius: 5px 5px 0 0;
}
.gNav>ul>li:first-of-type>a {
	padding: 0 20px;
	line-height: 60px;
}
.gNav>ul>li a:hover,
#home .gNav>ul>li:first-of-type>a,
.page-buying .gNav>ul>li:nth-of-type(2)>a,
.page-cost .gNav>ul>li:nth-of-type(2)>a,
.page-crash .gNav>ul>li:nth-of-type(2)>a,
.page-reason .gNav>ul>li:nth-of-type(2)>a,
.page-assess .gNav>ul>li:nth-of-type(6)>a,
.page-recycle .gNav>ul>li:nth-of-type(3)>a,
.page-law .gNav>ul>li:nth-of-type(3)>a,
.page-tetsuzuki .gNav>ul>li:nth-of-type(4)>a,
.page-juryozei .gNav>ul>li:nth-of-type(4)>a,
.page-jidoshazei .gNav>ul>li:nth-of-type(4)>a,
.page-tetsuzuki-child .gNav>ul>li:nth-of-type(4)>a,
.category-faq .gNav>ul>li:nth-of-type(5)>a,
/* .page-contact .gNav>ul>li:nth-of-type(6)>a,
.page-contact-child .gNav>ul>li:nth-of-type(6)>a, */
.page-parts-center .gNav>ul>li:nth-of-type(7)>a {
	background: #D31518;
	color: #fff;
}
.gNav>ul>li>a:hover img,
#home .gNav>ul>li:first-of-type>a img,
.page-buying .gNav>ul>li:nth-of-type(2)>a img,
.page-cost .gNav>ul>li:nth-of-type(2)>a img,
.page-crash .gNav>ul>li:nth-of-type(2)>a img,
.page-reason .gNav>ul>li:nth-of-type(2)>a img,
.page-assess .gNav>ul>li:nth-of-type(6)>a img,
.page-recycle .gNav>ul>li:nth-of-type(3)>a img,
.page-law .gNav>ul>li:nth-of-type(3)>a img,
.page-tetsuzuki .gNav>ul>li:nth-of-type(4)>a img,
.page-juryozei .gNav>ul>li:nth-of-type(4)>a img,
.page-jidoshazei .gNav>ul>li:nth-of-type(4)>a img,
.page-tetsuzuki-child .gNav>ul>li:nth-of-type(4)>a img,
.category-faq .gNav>ul>li:nth-of-type(5)>a img,
/* .page-contact .gNav>ul>li:nth-of-type(6)>a img,
.page-contact-child .gNav>ul>li:nth-of-type(6)>a img, */
.page-parts-center .gNav>ul>li:nth-of-type(7)>a img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	opacity: 1;
}
.gNav>ul>li>ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 1000;
	font-size: 0.75em;
	line-height: 1;
	text-align: left;
	font-weight: bold;
	display: none;
}
.mail-btn{
	background: #D31518;
    color: #fff;
    border: none;
    padding: 10px 33px;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: none;
}
.gNav>ul>li>ul li {
	margin: 0;
}
.gNav>ul>li>ul li a {
	display: block;
	background: rgba(255,255,255,0.9);
	padding: 16px 0;
	text-decoration: none;
	text-indent: 8px;
	box-shadow: inset 0 1px 0 rgba(225,225,225,0.9);
}
.gNav>ul>li>ul li:last-of-type a {
	border-radius: 0 0 3px 3px;
}
.gNav>ul>li>ul li a:hover {
	background: #D31518;
	color: #fff;	
}
.subNav { 
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	line-height: 1.3em;
	position: absolute;
	top: 16px;
	right: 0;
}
.easy-select{
	border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
	margin-top:-7px;
	font-size:12px;
}
.easy-input{
	margin-top:-7px;
}
.subNav li {
	display: inline-block;
	border-right: solid 1px #000;
	padding: 0 8px;
}
.subNav li:last-of-type {
	border: none;
	padding-right: 0;
}

/* !footer */
/* --------------------------- */
.areaTitle {
	margin: 0 auto 16px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #D31518;
}
.areaDetail {
	font-size: 0.7em;
	line-height: 1.75em;
	margin: 0;
	text-align: justify;
}
.gFooter h4 {
	margin: 24px 0 40px;
	line-height: 1;
}
.gFooter p {
	clear: both;
	margin: 0;
	font-size: 0.8em;
	line-height: 1;
}
.gFooter p.copyright {
	text-align: right;
	margin-top: -1em;
	letter-spacing: 0.1em;
}
.siteTree {
	list-style: none;
	margin: 0 0 64px -3em;
	padding: 0;
	font-size: 0.7em;
	line-height: 2em;
}
.siteTree>li {
	vertical-align: top;
	float: left;
	margin: -2em 0 0 3em;
}
.siteTree>li::before {
	text-align: center;
	display: inline-block;
	background: #fff;
	width: 1.5em;
	line-height: 1.5em;
	content: "▶︎";
	font-size: 0.5em;
	margin-right: 6px;
	color: #D31518;
	border-radius: 1px;
}
.siteTree>li:nth-of-type(2) {
	clear: left;
	margin-top: 0;
}
.siteTree>li:nth-child(+n+6) {
	min-width: 9em;
	float: none;
	display: inline-block;
}
.siteTree>li ul {
	padding-left: 1.5em;
	list-style: none;
	margin-bottom: 2em;
}
.siteTree>li ul li::before {
	content: "・";
}
.pagetop {
	width: 90px;
	height: 90px;
	padding-top: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	color: #fff;
	background: url(/wp-content/themes/axl_201604/imgs/common/footer_pagetop_arrow.png) center 20px no-repeat #BA0003;
	background-size: 37px auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.pagetop:hover {
	cursor: pointer;
	background-position: center 10px;
}

/* !common */
/* --------------------------- */
.breadcrumbs {
	list-style: none;
	margin: 0 auto 36px;
	padding: 0;
	font-size: 0.85em;
	line-height: 1;
	letter-spacing: .1em;
}
.breadcrumbs li {
	display: inline-block;
	margin: 0 0.5em 0 0;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 0.5em;
}
.breadcrumbs li:last-of-type::after {
	content: "";
}

/* !top */
/* --------------------------- */
#home .main {
	padding: 0;
	border: none;
	background: url(/wp-content/themes/axl_201604/imgs/common/main_bg.jpg) center top no-repeat;
}
.topCatch {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	padding: 32px 0;
	position: relative;
}
.topCatch h2 {
	max-width: 410px;
	margin: 0;
	position: relative;
	line-height: 1;
	float: left;
}
.topCatch h2 .tc01 {
	margin: 0 0 20px;
}
.topCatch h2 .tc02 {
	margin: 0 0 12px;
}
.topCatch h2 .tc03 {
	margin: 0 0 24px;
}
.topCatch h2 .tc04 {
	position: absolute;
	top: 64px;
	right: 0;
}
.tc06 {
	float: right;
	max-width: 425px;
	height: 199px;
	margin: 0 48px 0 0;
	padding-top: 40px;
	text-align: center;
	line-height: 2.4em;
	background: url(/wp-content/themes/axl_201604/imgs/top/top_catch_fukidashi.png) 0 0 no-repeat;
	position: relative;
}
.tc06::after {
	content: " ";
	display: block;
	width: 298px;
	height: 365px;
	background: url(https://haisya-nagano.com/wp-content/uploads/2025/12/itiaka_main.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 132px;
	right: -48px;
}
.topStaff {
	height: 288px;
	margin: 0 auto 40px;
	position: relative;
}
.topStaff h2 {
	position: absolute;
	z-index: 100;
	margin: 0;
	top: 48px;
	right: 62px;
	line-height: 1;
}
.topStaff p {
	position: absolute;
	z-index: 100;
	padding: 0;
	top: 120px;
	right: 88px;
	line-height: 1;
}
.topStaff::after {
	content: "";
	display: block;
	background: url(/wp-content/themes/axl_201604/imgs/top/top_staff_bg.png) 0 0 no-repeat;
	width: 100%;
	height: 288px;
	position: absolute;
	top: 0;
	left: 24px;
}
.topStaff::before {
	content: "";
	display: block;
	width: 288px;
	height: 288px;
	background: #FFEA3B;
	border-radius: 144px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 24px;
}
/* .topMinimum {
	min-height: 260px;
	margin: 0 auto 44px;
	padding: 24px 0 8px 24px;
	border: solid 5px #D31518;
	background: url(/wp-content/themes/axl_201604/imgs/top/top_minimum_bg2.jpg) right 16px center no-repeat #fff;
} */
.topMinimum {
	margin: 0 auto 44px;
	border: solid 8px #D31518;
	border-radius: 9px;
	background: url(../../../../wp-content/uploads/2021/02/b77c3babc073f86e04718f7622f2941d.jpg) right 0px center no-repeat #fff;
}
.font-red {
	color: red;
}
.topMinimum h2 {
	margin: 0 auto 4px;
	line-height: 1.2em;
}
.topMinimum p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0 0 12px;
}
.topSatei {
	margin: 0 auto 48px;
	padding: 1px 0 0 278px;
	height: 264px;
	line-height: 1;
	background-color: #fff;
	background-image: url(/wp-content/themes/axl_201604/imgs/top/top_satei_bg_left.jpg),url(/wp-content/themes/axl_201604/imgs/top/top_satei_bg_right.jpg);
	background-position: left top, right top;
	background-repeat: no-repeat;
}
.topSatei h2 {
	margin: -16px auto 24px;
}
.topSatei p {
	margin: 0 auto 12px;
}
.topNews {
	background: #fff;
	border-radius: 20px;
	margin: 0 auto 54px;
	padding-bottom: 1px;
}
.tnTitle {
	background: #D31518;
	color: #fff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	padding: 24px 0;
	font-size: 1.6em;
	line-height: 1;
}
.tnList {
	margin: 24px 48px;
	font-size: 0.85em;
	line-height: 1.5em;
}
.tnList dt {
	width: 250px;
	float: left;
	color: #D31518;
	font-weight: bold;
}
.tnList dt strong {
	text-align: center;
	width: 10.5em;
	display: inline-block;
	margin-right: 1em;
	background: #D31518;
	color: #fff;
	padding: 8px 0;
	line-height: 1;
	margin-top: -8px;
}
.tnList dt strong.cate-kaitai {
	background: #6E9F00;
}
.tnList dt strong.cate-satei {
	background: #FFD200;
}
.tnList dd {
	padding: 0 0 2em 250px;
	margin: 0 0 2em;
	border-bottom: dashed 1px #B1B1B1;
}
.tnMore {
	margin: 0 50px 24px;
	text-align: right;
}
.tnMore a {
	display: inline-block;
	background: #D31518;
	color: #fff;
	border-radius: 2px;
	padding: 12px 16px;
	font-size: 0.85em;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
}
.tnMore a::after {
	text-align: center;
	display: inline-block;
	background: #fff;
	width: 1.5em;
	line-height: 1.5em;
	content: "▶︎";
	font-size: 0.5em;
	margin-top: -1px;
	margin-left: 8px;
	color: #D31518;
	border-radius: 1px;
	vertical-align: middle;
}
.tnMore a:hover {
	background: #BA0003;
}
.movie,
.facebook {
	width: 430px;
	height: 320px;
	display: inline-block;
	margin: 0 auto 48px;
	vertical-align: top;
	text-align: center;
}
.facebook:last-of-type {
	margin-left: 60px;
}
.googlemap {
	width: 470px;
	height: 320px;
	border: solid 1px #BDBDBD;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto 48px 60px;
	vertical-align: top;
}
.flexCont {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
}
.flexCont iframe {
	margin: 0 auto 0 0;
}
.topCondition {
	background: #fff;
	width: 100%;
	max-width: 560px;
	box-sizing: border-box;
	padding: 16px 24px;
}
.topCondition h3 {
	margin: 0 0 16px;
	line-height: 1;
}
.topCondition ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.375em;
	font-weight: bold;
}
.topCondition ul li {
	max-width: 152px;
}
.topCondition ul li .thumb {
	width: 152px;
	height: 152px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 4px;
}

/* !lower */
/* --------------------------- */
.pageTitle {
	display: inline-block;
	margin: 0 auto 60px;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	background: #F2EDE1;
	padding-right: 16px;
	z-index: 110;
}
.pageTitle+.pageCatch {
	border-top: solid 1px #000;
	padding: 60px 48px 0;
	margin: -72px auto 48px;
}
.pageCatch {
	font-size: 3em;
	line-height: 1.3em;
	position: relative;
}
.page-buying .pageCatch {
	padding-bottom: 80px;
	background: url(/wp-content/themes/axl_201604/imgs/top/top_catch_illust.png) right bottom no-repeat;
	background-size: 200px;
	margin-bottom: -48px;
	z-index: 100;
}
.pageShoulder {
	margin: 0 48px 24px;
	font-size: 1.5em;
	line-height: 1.5em;
}
.pagePara {
	margin: 0 48px 2em;
	font-size: 1.1em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: justify;
}
.heading {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 48px 1em;
	letter-spacing: 0.1em;
	text-align: justify;
}
.heading:last-of-type {
	margin-bottom: 48px;
}
.contTitle {
	background: #D31518;
	color: #fff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	padding: 24px 0;
	font-size: 1.6em;
	line-height: 1;
	margin: 0 auto -48px;
	z-index: 100;
	position: relative;
}
.contTitle+.contentBody {
	padding-top: 104px;
}
.postTitle+.contentBody {
	padding-top: 80px;
}
.contentBody {
	position: relative;
	padding: 32px 48px;
	margin: 0 auto 1px;
	clear: both;
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.contentBody+.contentBody { 
	border-radius: 0;
}
.contentBody:last-of-type {
	border-radius: 0 0 20px 20px;
	margin-bottom: 48px;
}
.contSubtitle {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #D31518;
	margin: 8px auto 24px;
}
.contactTel {
	background: url(/wp-content/themes/axl_201604/imgs/top/top_staff_bg.png) right 24px bottom no-repeat #D31518;
	background-size: auto 90%;
	color: #fff;
	border-radius: 20px;
	padding: 24px 48px;
}
.contactTel h3 {
	font-size: 1.5em;
	margin: 0 auto 16px;
}
.contactTel h3 em {
	font-style: normal;
	color: #FFEA3B;
	font-size: 1.3em;
}
.contactTel p {
	margin: 0;
}

/* !buying */
/* --------------------------- */
.read { 
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 auto 24px;
}
.checkList {
	list-style: none;
	margin: 0 auto 1.2em;
	padding: 0.8em 0 0 2em;
	font-size: 1.75em;
	line-height: 1.5em;
	font-weight: bold;
}
.checkList li {
	margin: 0 0 0.5em;
	position: relative;
}
.checkList li::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border: solid 4px #000;
	border-radius: 6px;
	margin-right: 10px;
	vertical-align: middle;
}
.checkList li::after {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background: url(/wp-content/themes/axl_201604/imgs/lower/icon_check.png) right top no-repeat;
	background-size: 100%;
	position: absolute;
	top: -4px;
	left: 6px;
}
.buyingSatei h3 {
	font-size: 2.2em;
	line-height: 1.3em;
	margin: 0;
	letter-spacing: -0.1em;
}
.buyingSatei h3 em {
	color: #D31518;
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: normal;
}
.buyingSatei h3 strong {
	font-size: 1.9em;
	line-height: 1.3em;
}
.buyingSatei p {
	color: #D31518;
	font-size: 1.3em;
	line-height: 1.25em;
	margin: 0 0 16px;
	letter-spacing: 0.1em;
}
.buyingSatei p b {
	font-size: 1.5em;
	padding: 0 4px;
}
.buyingSatei p.notes {
 	color: #000;
	font-size: 0.8em;
	line-height: 1.3em;
	clear: both;
	padding-top: 16px;
	margin: 0;
}

/* !cost */
/* --------------------------- */
.carExample {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between; 
}
.carExample li {
	width: 30%;
	margin: 0 0 32px;
}
.carExample li .thumb {
	width: 100%;
	height: 260px;
	overflow: hidden;
	border-radius: 8px;
	margin: 0 0 8px;
}
.carExample li .thumb img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-top: -40px;
}
.carExample li h4 {
	margin: 0 0 8px;
	font-size: 1em;
	line-height: 1;
}
.carExample li h4 span {
	display: inline-block;
	background: #f0f0f0;
	border-radius: 3px;
	padding: 2px 8px;
	font-size: 0.7em;
	line-height: 1.5em;
	vertical-align: middle;
	margin: -4px 0.5em 0 0;
}
.carExample li .price {
	margin: 0;
	text-align: right;
	font-size: 1.5em;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 100;
}
.carExample li .price span {
	font-size: 0.7em;
	letter-spacing: 0;
}
.carExample li .status {
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 0 auto 8px;
}
.carExampleNotes {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.carExampleNotes li {
	width: 48%;
	margin: 0 0 40px 0;
	border: solid 1px #666;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.carExampleNotes li p {
	width: 40%;
	padding-right: 16px;
	font-size: 1em;
	line-height: 1.5em;
	box-sizing: border-box;
}
.carExampleNotes li p strong {
	font-size: 1.75em;
	line-height: 1.5em;
}
.carExampleNotes li .thumb {
	width: 60%;
	height: 184px;
	overflow: hidden;
	border-radius: 4px;
}
.carExampleNotes li .thumb img {
	width: 100%;
	height: auto;
}

/* !crash */
/* --------------------------- */
.wrecker {
	background: url(/wp-content/themes/axl_201604/imgs/lower/buying_crash_bnr_bg.jpg) 0 0 no-repeat #D31518;
	height: 320px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.wrecker h3 {
	font-size: 2.2em;
	line-height: 1.5em;
	color: #FFEA3B;
	position: absolute;
	top: 68px;
	left: 560px;
	margin: 0;
	transform: rotate(-10deg);
}
.crashCont h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin: 0 auto 16px;
}
.crashCont em {
	font-style: normal;
	color: #D31518;
}
.crashCont h4 {
	font-size: 1.4em;
	margin: 16px auto;
}
.crashCont p {
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: justify;
	margin: 0 auto 1em;
}
.crashCont p.notes {
	font-size: 0.85em;
}

/* !assess */
/* --------------------------- */
.page-assess .pageCatch {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: -12px;
}
ol.assessPoint {
	width: 85%;
	list-style: none;
	margin: 0 auto 24px;
	padding: 0;
	font-size: 1.75em;
	line-height: 1.2em;
	font-weight: bold;
	counter-reset: section;
}
.assessPoint li {
	counter-increment: section;
	margin: 0 0 0.6em;
	letter-spacing: -1px
}
.assessPoint li::before {
	content: counters(section,"");
    border: 3px solid #000;
    background: #fff;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.15);
    border-radius: 50%;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.3em;
    margin: 0 8px 0 0;
}
.assessPoint li strong {
	color: #D31518;
}
.assessLabel {
	text-align: center;
	transform: rotate(-5deg);
	margin: 36px auto -20px;
}
.assessLabel span {
	color: #D31518;
	background: #FFEA3B;
	display: inline-block;
	margin: 0 auto;
	padding: 12px 32px;
	border-radius: 4px;
	font-size: 1.5em;
	line-height: 1.3em;
}
.assessCont h2 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 8px auto 24px;
}
.assessCont p {
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
	margin: 0;
	letter-spacing: 0.1em;
}

.assessForm {
	position: relative;
	margin: 40px auto;
	clear: both;
	background: #fff;
	border-radius: 20px;
}
.assessForm h1 {
	background: #D31518;
	color: #fff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	padding: 24px 0;
	font-size: 1.6em;
	line-height: 1;
	margin: 0 auto 16px;
	z-index: 100;
	position: relative;
}
.partsCenterFormHeader {
	background: #D31518;
	color: #fff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	padding: 24px 0;
	font-size: 1.6em;
	line-height: 1;
	margin: 0 auto 16px;
	z-index: 100;
	position: relative;
}

.easyAssessmentHeader {
	background: #D31518;
	color: #fff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	padding: 24px 0;
	font-size: 1.6em;
	line-height: 1;
	margin: 0 auto 16px;
	z-index: 100;
	position: relative;
}

.assessFormBody {
	padding: 32px 48px;
}
.assessFormBody form {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.assessFormBody .mailform {
	width: 420px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-contact .assessFormBody .mailform {
	width: 100%;
	margin: 0 auto;
}
.page-contact .assessFormBody #mailformpro .mailform dt {
	width: 20%;
}
.page-contact .assessFormBody #mailformpro .mailform dd {
	width: 60%;
}
.page-contact .assessFormBody #mailformpro .mailform dd input[type="text"],
.page-contact .assessFormBody #mailformpro .mailform dd input[type="email"],
.page-contact .assessFormBody #mailformpro .mailform dd input[type="tel"] {
	width: auto;
	min-width: 50%;
	max-width: 100%;
	margin-right: 8px;
}
.page-contact .assessFormBody #mailformpro .mailform dd li {
	display: block;
}
.assessFormBody #mailformpro .mailform dt {
	float: none;
	text-align: left;
	width: 122px;
	border: none;
	margin: 0 8px 16px 0;
	font-weight: bold;
	line-height: 0.8em;
	line-height: 1.3em;
	background: none;
}
.assessFormBody #mailformpro .mailform dt .must {
	color:#fff;
	border: none;
	background: #D31518;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 4px 12px;
	float: right;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
}
.assessFormBody #mailformpro .mailform dt .optional {
	font-size: 10px;
	line-height: 1;
	color: #fff;
	background: #5B94D0;
	padding: 6px 12px;
	display: block;
	float: right;
	font-weight: normal;
	margin-left: 5px;
}
.assessFormBody #mailformpro .mailform dd {
	padding: 8px 0 0;
	width: 270px;
	border: none;
	margin: 0 0 8px;
	background: none;
}
.assessFormBody #mailformpro .mailform dd li {
	display: inline-block;
	margin-bottom: 8px;
}
.assessFormBody #mailformpro .mailform dd input[type="text"],
.assessFormBody #mailformpro .mailform dd input[type="email"],
.assessFormBody #mailformpro .mailform dd input[type="tel"],
.assessFormBody #mailformpro .mailform dd textarea {
	border: none;
	background: #EFEFEF;
	padding: 8px 4px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 4px;
	box-shadow: none;
	border-radius: 0;
}
.assessFormBody .mailform:last-of-type {
	width: 100%;
}
.assessFormBody #mailformpro .mailform:last-of-type dd {
	width: 720px;
}
.mfp_buttons {
	width: 100%;
}
.mfp_buttons button {
	background: #D31518;
	color: #fff;
	border: none;
	padding: 16px 64px;
	border-radius: 3px;
	font-weight: bold;
	text-shadow: none;
}
.thanksPara {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 36px auto;
	letter-spacing: 0.1em;
}

/* !recycle */
/* --------------------------- */
.recyclePrice {
	font-size: 1.5em;
	line-height: 1.5em;
	width: 50%;
	margin: 0 0 -16px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recyclePrice dt {
	width: 7em;
}
.recyclePrice dt::before {
	content: "●";
	padding-right: 4px;
}
.recyclePrice dd::before {
	content: "→";
	color: #000;
	padding-right: 1em;
}
.recyclePrice dd {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.5em;
	color: #D31518;
}
.recyclePriceNotes {
	border: solid 1px #000;
	margin: 32px auto;
	border-radius: 3px;
	padding: 36px 48px 24px;
	clear: both;
}
.recyclePriceNotes h3 {
	margin: 0 0 16px;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.recyclePriceNotes h3:last-of-type {
	margin-top: 32px;
}
.recyclePriceNotes p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	letter-spacing: 0.1em;
	text-align: justify;
}
.recyclePriceNotes ul {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: -8px auto 8px;
	padding-left: 1.5em;
}
.recycleCont h3 {
	font-size: 2em;
	line-height: 1.5em;
	background: #D31518;
	color: #FFEA3B;
	padding: 24px 32px;
	margin: 16px auto 16px;
	border-radius: 3px;
}
.recycleCont>h4 {
	font-size: 1.2em;
	line-height: 1;
	border: solid 1px #000;
	margin: 8px auto 24px;
	border-radius: 3px;
	padding: 16px 24px;
}
.recycleCont>p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 auto 32px;
	letter-spacing: 0.1em;
	text-align: justify;
	padding: 0 32px;
}

/* !tetsuzuki */
/* --------------------------- */
.tetsuzukiCatch {
	position: relative;
	min-height: 280px;
}
.tetsuzukiCatch::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -54px;
	right: 0;
	width: 280px;
	height: 320px;
	background: url(/wp-content/themes/axl_201604/imgs/lower/tetsuzuki_bg.png) left top no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.tetsuzukiCatch h2,
.tetsuzukiCatch p {
	position: relative;
	z-index: 2;
	max-width: calc(100% - 300px);
}
ol.tetsudukiFlow {
	list-style: none;
	margin: 0 auto 16px;
	padding: 0;
	text-align: center;
}
ol.tetsudukiFlow li {
	box-sizing: border-box;
	width: 60%;
	height: 100px;
	margin: 0 auto 60px;
	border: solid 4px #D31518;
	border-radius: 8px;
	padding: 0 24px;
	font-size: 2em;
	line-height: 90px;
	text-shadow: 0 1px 1px rgba(255,255,255,.9);
	font-weight: bold;
	position: relative;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
	background-image:         linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
	vertical-align: middle;
}
ol.tetsudukiFlow li img {
	vertical-align: middle;
	margin-right: 16px;
}
ol.tetsudukiFlow li a {
	display: inline-block;
	position: absolute;
	bottom: -1.75em;
	right: 0;
	font-size: 0.5em;
	line-height: 1;
}
ol.tetsudukiFlow li::after {
	content: "";
	display: block;
	margin: 16px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #ccc transparent transparent transparent;
}
ol.tetsudukiFlow li:last-of-type {
	text-align: center;
	border: none;
	margin-bottom: 0;
	height: auto;
	line-height: 2em;
	background: none;
}
ol.tetsudukiFlow li:last-of-type::after {
	display: none;
}
.papersList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
}
.papersList li {
	width: 300px;
	margin-right: 24px;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.papersList li img {
	width: 100%;
	height: auto;
}
.downloads {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.downloads dt {
	color: #666;
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 0 0 8px;
	letter-spacing: 0.1em;
}
.downloads dd {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
.downloads dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.downloads dd ul li {
	display: inline-block;
	margin: 0 8px 0 0;
}
.downloads dd ul li a {
	display: block;
	padding: 8px 16px;
	border-radius: 3px;
	border: solid 2px #ccc;
	text-decoration: none;
}
.downloads dd ul li a:hover {
	border-color: #D31518;
}
.papersNotes {
	border: solid 2px #D31518;
	margin: 32px auto 40px;
	border-radius: 3px;
	padding: 16px 24px;
	clear: both;
}
.papersNotes h3 {
	color: #D31518;
	margin: 0 0 16px;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.papersNotes p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	letter-spacing: 0.1em;
	text-align: justify;
}
.page-juryozei .pageCatch {
	background: url(/wp-content/themes/axl_201604/imgs/lower/tetsuzuki_juryozei_catch_bg.png) right 32px no-repeat;
}
.merit {
	margin: 0 48px 40px;
}
.merit dt {
	background: #D31518;
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	padding: 16px 24px;
	border-radius: 8px 8px 2px 2px;
	transform: rotate(-5deg);
}
.merit dd {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: justify;
	margin: 0 24px;
}
.page-jidoshazei .pageCatch {
	background: url(/wp-content/themes/axl_201604/imgs/lower/tetsuzuki_jidoshazei_catch_bg.png) right 32px no-repeat;
	padding-bottom: 80px;
	margin-bottom: 0;
}

/* !company */
/* --------------------------- */
.companyOutline {
	margin: 0 48px 24px;
	font-size: 1.1em;
	line-height: 1.5em;	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.companyOutline dt {
	font-size: 0.85em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	width: 25%;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: dashed 1px #ccc;
}
.companyOutline dd {
	width: 75%;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: dashed 1px #ccc;
}
.companyOutline dd ul,
.companyOutline dd ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* !privacy */
/* --------------------------- */
.privacyPara,
.privacyBody {
	font-size: 0.85em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin: 0 48px 2em;	
}
.privacyBody dt {
	font-size: 1.6em;
	margin: 0 0 0.5em;
	letter-spacing: -1px;
	color: #D31518;
}
.privacyBody dd {
	text-align: justify;
	margin: 0 0 2em;
}

.postTitle {
	text-align: left;
}
.postTitle .date {
	vertical-align: top;
	display: inline-block;
	margin: 0 16px 0 0;
	background: #fff;
	color: #999;
	border-radius: 0 2em 2em 0;
	padding: 8px 12px;
	font-size: 0.5em;
	line-height: 1;
}

/* !faq */
/* --------------------------- */
.faqNav {
	list-style: none;
	margin: 0 16px 32px;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.3em;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.faqNav li {
	position: relative;
	width: 50%;
	margin: 0;
}
.faqNav li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 12px 8px 12px 2.6em;
	background: #f0f0f0;
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.9);
}
.faqNav li a:hover {
	background: #D31518;
	color: #fff;
}
.faqNav li a:before {
	position: absolute;
	display: block;
	content: "Q";
	font-weight: bold;
	font-size: 2em;
	line-height: 40px;
	top: 0px;
	left: 8px;
	color: rgba(255,255,255,0.9);
}
.faqList {
	margin: 0 64px 16px;
}
.faqList dt {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.5em;
	min-height: 32px;
	background: #f0f0f0;
	vertical-align: middle;
	padding: 8px 0 8px 64px;
	position: relative;
	border-radius: 500px;
}
.faqList dt:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "Q";
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	background: #D31518;
	border-radius: 24px;
	font-family:'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.faqList dd {
	min-height: 48px;
	margin: 0 0 48px;
	padding: 0 32px 0 64px;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: justify;
	position: relative;
}
.faqList dd:before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "A";
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	background: #ccc;
	border-radius: 24px;
	font-family:'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.dial {
	display: none;
}

/* !parts-center */
/* --------------------------- */
.pcDirect {
	border-top: solid 1px #000;
	padding: 48px 40px 0 200px;
	margin: -72px auto 16px;
	background: url(/wp-content/themes/axl_201604/imgs/top/top_catch_illust.png) 40px bottom no-repeat;
	background-size: auto 90%;
}
.pcDirect dt {
	font-weight: bold;
	border: solid 4px #000;
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	font-size: 1.2em;
	line-height: 1;
	padding: 8px 16px;
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.pcDirect dd {
	margin: 0;
	text-align: right;
}
.pcCatch {
	background: #D31518;
	color: #FFEA3B;
	text-align: center;
	margin: 0 auto 40px;
	font-size: 1.5em;
	line-height: 1;
	padding: 16px 0;
}
.pcShoulder {
	margin: 0 auto 16px;
	font-size: 1.5em;
	line-height: 1.375em;
}
.pcFlow {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pcFlow li {
	width: 232px;
	position: relative;
}
.pcFlow li::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 32px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 33%;
	right: -24px;
	z-index: 500;
}
.pcFlow li:last-of-type::after {
	display: none;
}
.pcFlow li h4 {
	text-align: center;
	margin: 0;
	text-align: center;
	background: #666;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	padding: 8px;
}
.pcFlow li .thumb {
	border: solid 4px #666;
	background: #fff;
	margin: 0 0 4px;
	line-height: 1;
}
.pcFlow li .thumb img {
	vertical-align: bottom;
}
.pcFlow li p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 1em;
}
.pcFax {
	margin: 0 auto 24px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.pcFax p {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}
.pcFax p:first-of-type {
	max-width: 400px;
}
.pcFax p strong {
	font-size: 3.25em;
	font-weight: bold;
}
.pcFax p strong span {
	font-size: 0.7em;
}
.pcShopBnr {
	order: 4;
	list-style: none;
	margin: 16px auto 0;
	padding: 0;
}
.pcShopBnr li {
	display: inline-block;
	width: 136px;
	text-align: center;
	margin: 0 0 24px 16px;
	vertical-align: top;
	border-top: solid 4px #666;
	border-bottom: solid 4px #666;
	font-size: 0.85em;
	line-height: 1;
	font-weight: bold;
	box-shadow: 0 0 4px 1px rgba(0,0,0,.15);
}
.pcShopBnr li a {
	display: block;
	padding: 8px 0 0;
	text-decoration: none;
}
.pcShopBnr li a img {
	display: block;
	border-top: solid 2px #666;
	padding: 8px;
	box-sizing: border-box;
	margin-top: 8px;
	vertical-align: bottom;
}
.page-parts-center .assessFormBody .mailform {
	order: 1;
	width: 100%;
}
.page-parts-center .mailform:last-of-type {
	order: 2;
}
.page-parts-center .mfp_buttons {
	order: 3;
}
.page-parts-center .assessFormBody #mailformpro .mailform dt {
	width: 20%;
}
.page-parts-center .assessFormBody #mailformpro .mailform dd {
	width: 60%;
}
.scroll-menu{
	display:none;
}
/* !sp */
/* --------------------------- */
@media screen and (max-width:480px) {
	#mtitle{
		display:none;
	}
	#mimg{
		display:none;
	}
	#scroll-menu{
		display:none;
	}
	.burheader {
	  background-color: white;
/* 	  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
	  position: relative;
	  width: 100%;
	  z-index: 3;
	  display:block;
	  overflow:hidden;
		padding-bottom:12px;
}

.burheader ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.burheader li a {
  display: block;
 color: #414141;
  padding: 20px 20px;
  text-decoration: none;
}

/* 	.burheader li a:hover{
	   background-color:#f0a6a1!important;
		
	} */
.burheader .menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.10);
}

.burheader .logo {
  color: #fff;
  display: block;
  float: left;
  font-size: 1.5em;
  padding: 0px 0px;
  text-decoration: none;
  margin-top: 20px;
}

/* menu */

.burheader .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.burheader .menu-icon {
  cursor: pointer;
  display: inline-block;
/*   float: right; */
	margin-left: 3px;
  padding: 22px 17px;
  position: relative;
  user-select: none;
  margin-top: 6%;
  background: #D31518;
}

.burheader .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.burheader .menu-icon .navicon:before,
.burheader .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.burheader .menu-icon .navicon:before {
  top: 5px;
}

.burheader .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.burheader .menu-btn {
  display: none;
}

.burheader .menu-btn:checked ~ .menu {
  max-height: 850px;
}

.burheader .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.burheader .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.burheader .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.burheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.burheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
    .burheader ul{
        background-color: #F2EDE1!important;
    }  
    .burheader li a {
    padding: 15px;
    border-bottom: 1px dotted #ddd;  
  }
/* **************** */

	.modal-content {
	width:88%!important;
	}
	.assess-btn{
	padding:0px!important;	
		}
	.modal{
	top:5%!important;
		}
	#mobdd{
		margin-top:-8%;
	}
	#home{
		overflow-x:hidden!important;
	}
	.easy-select,.easy-input{
		margin-top:0px!important;
	}
	.subNav{
		display:none;
	}
	.m-address{
/* 		display:none; */
	}
	.scroll-menu{
		display:block;
   width: 100%;
   background-color: white;
   overflow: auto;
   height: auto;
   white-space: nowrap;
}
.m-links {
   display: inline-block;
   text-align: center;
   padding: 14px;
   color: black!important;
   text-decoration: none;
   font-size: 17px;
}
.m-links:hover {
   color:#D31518!important;
}
.selected{
   color:#D31518!important;
}
	.license{
		display:none;
	}
	.floatLeft,
	.floatRight {
		float: none;
		margin: 0 auto 16px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.inner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.gHeader .inner {
		padding: 0;
	}
	.main {
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	/* !sp header */
	/* --------------------------- */
	.siteTitle {
		margin: 8px 16px 16px;
		float: none;
		min-width: 40%;
		width: 100%;
	}
	.license {
		margin: 0 16px 16px;
		float: none;
	}
	.headerTel {
		float: none;
		text-align: center;
		max-width: none;
		margin: 0 16px 8px;
	}
	.headerTel p {
		text-align: right;
	}
	.gNav {
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		overflow-y: auto;
	}
	.toggle {
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		display: block;
		width: 40px;
		height: 40px;
		margin: 0;
		position: fixed;
		top: 40px;
		right: 8px;
		border: solid 1px #666;
		border-radius: 4px;
		z-index: 1000;
		background: rgba(255,255,255,0.9);
	}
	.toggle.active {
		top: 8px;
	}
	.toggle span {
		display: block;
		width: 26px;
		height: 2px;
		background: #000;
		margin: 0;
		border-radius: 50px;
		position: absolute;
		left: 7px;
	}
	.toggle span:nth-of-type(1) { top: 12px; }
	.toggle span:nth-of-type(2) { top: 20px; }
	.toggle span:nth-of-type(3) { top: 28px; }
	.toggle.active span {
		display: none;
	}
	.toggle.active span:first-of-type,
	.toggle.active span:last-of-type {
		display: block;
		position: absolute;
		top: 20px;
		left: 4px;
		width: 32px;
	}
	.toggle.active span:first-of-type {
		transform: rotate(45deg);
	}
	.toggle.active span:last-of-type {
		transform: rotate(-45deg);
	}
	.gNav>ul {
		box-sizing: border-box;
		padding: 8px 8px 0;
		background: #D31518;
		width: 100%;
		height: 100%;
		z-index: 900;
		display: none;
	}
	.gNav>ul>li {
		width: 100%;
		height: auto;
		line-height: 48px;
		margin: 0 auto 8px;
	}
	.gNav>ul>li a {
		text-decoration: none;
	}
	.gNav>ul>li:first-of-type>a:after {
		content: "HOME";
		color: #fff;
		padding-left: 8px;
		font-weight: bold;
		vertical-align: top;
	}
	.gNav>ul>li>a {
		padding: 0 8px;
		border-radius: 5px;
	}
	.gNav>ul>li:first-of-type {
	}
	.gNav>ul>li>ul {
		font-size: 0.7em;
		position: relative;
		top: auto;
		left: auto;
		display: block;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.tc06{
		display:none;
	}
	.gNav>ul>li>ul>li {
		width: 49.9%;
		margin-top: 1px;
	}
	.gNav>ul>li>ul li a {
		padding: 12px 0;
		text-indent: 0;
		text-align: center;
		background: rgba(255,255,255,1);
	}
	.gNav>ul>li>ul li a,
	.gNav>ul>li>ul li:last-of-type a {
		border-radius: 8px;
	}
	.gNav>ul>li:first-of-type>a {
		background: #D31518;
		color: #fff;
		box-shadow: 0 0 4px 1px rgba(255,255,255,0.9);
	}
	.gNav>ul>li:first-of-type>a img {
		-webkit-filter: invert(100%);
		filter: invert(100%);
		opacity: 1;
	}
	.gNav>ul>li a:hover,
	.page-buying .gNav>ul>li:nth-of-type(2)>a,
	.page-cost .gNav>ul>li:nth-of-type(2)>a,
	.page-crash .gNav>ul>li:nth-of-type(2)>a,
	.page-reason .gNav>ul>li:nth-of-type(2)>a,
	.page-assess .gNav>ul>li:nth-of-type(6)>a,
	.page-recycle .gNav>ul>li:nth-of-type(3)>a,
	.page-law .gNav>ul>li:nth-of-type(3)>a,
	.page-tetsuzuki .gNav>ul>li:nth-of-type(4)>a,
	.page-juryozei .gNav>ul>li:nth-of-type(4)>a,
	.page-jidoshazei .gNav>ul>li:nth-of-type(4)>a,
	.page-tetsuzuki-child .gNav>ul>li:nth-of-type(4)>a,
	.category-faq .gNav>ul>li:nth-of-type(5)>a,
/* 	.page-contact .gNav>ul>li:nth-of-type(6)>a,
	.page-contact-child .gNav>ul>li:nth-of-type(6)>a {
		background: #F2EDE1;
		color: #000;
	} */
	.gNav>ul>li>a:hover img,
	.page-buying .gNav>ul>li:nth-of-type(2)>a img,
	.page-cost .gNav>ul>li:nth-of-type(2)>a img,
	.page-crash .gNav>ul>li:nth-of-type(2)>a img,
	.page-reason .gNav>ul>li:nth-of-type(2)>a img,
	.page-assess .gNav>ul>li:nth-of-type(6)>a img,
	.page-recycle .gNav>ul>li:nth-of-type(3)>a img,
	.page-law .gNav>ul>li:nth-of-type(3)>a img,
	.page-tetsuzuki .gNav>ul>li:nth-of-type(4)>a img,
	.page-juryozei .gNav>ul>li:nth-of-type(4)>a img,
	.page-jidoshazei .gNav>ul>li:nth-of-type(4)>a img,
	.page-tetsuzuki-child .gNav>ul>li:nth-of-type(4)>a img,
	.category-faq .gNav>ul>li:nth-of-type(5)>a img,
/* 	.page-contact .gNav>ul>li:nth-of-type(6)>a img,
	.page-contact-child .gNav>ul>li:nth-of-type(6)>a img {
		-webkit-filter: none;
		filter: none;
		opacity: 1;
	} */
	.subNav { 
		text-align: center;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 8px 8px;
	}
	.subNav li {
		margin: 0 0 4px
	}
	.subNav li:nth-of-type(4) {
		border: none;
		padding-right: 0;
	}
	.subNav li:last-of-type {
		display: none;
	}
	/* !sp footer */
	/* --------------------------- */
	.area {
		padding: 16px 0;
	}
	.areaTitle {
		margin-bottom: 8px;
	}
	.gFooter {
		padding: 0 0 32px;
	}
	.siteTree {
		margin-bottom: 8px;
	}
	.gFooter p {
		text-align: center;
		margin: 0 auto 1em;
	}
	.gFooter p.copyright {
		text-align: center;
		margin-top: 0;
	}
	/* !sp top */
	/* --------------------------- */
	.topCatch {
		min-height: 500px;
		padding: 16px 0;
	}
	.topCatch h2 {
		float: none;
		margin-bottom: 16px;
	}
	.topCatch h1 .tc01 {
		margin: 0 0 12px;
	}
	.topCatch h2 .tc02 {
		margin: 0 0 8px;
		height: 40px;
		width: auto;
	}
	.topCatch h2 .tc03 {
		margin: 0 0 12px;
	}
	.topCatch h2 .tc04 {
		top: 56px;
		width: auto;
		height: 42px;
	}
	.tc06 {
		width: 280px;
		float: none;
		height: 199px;
		margin: 0;
		padding-top: 16px;
		background-size: 100% auto;
	}
	.tc06 img {
		width: 240px;
		height: auto;
	}
	.tc06::after {
		width: 99px;
		height: 121px;
		background-size: 100%;
		top: 0;
		right: -80px;
	}
	.topStaff {
		height: auto;
		margin: 0 auto;
		height: 360px;
	}
	.topStaff::after {
		background-size: 100% auto;
		width: 100%;
		height: 120px;
		position: absolute;
		top: auto;
		bottom: 0px;
		left: 0;
	}
/* 	.topMinimum {
		padding: 16px 16px 120px;
		height: auto;
		background-position: center bottom 8px;
		background-size: 70% auto;
	}
	.topMinimum p {
		font-size: 0.7em;
		margin-bottom: 8px;
	} */
	.topMinimum {
		display: none;
	}
	.mTopMinimum {
		display: block;
		margin: 0 auto 44px;
		border: solid 8px #D31518;
		border-radius: 9px;
		background: white;
/* 		background: url(../../../../wp-content/uploads/2021/02/b77c3babc073f86e04718f7622f2941d.jpg) right 0px center no-repeat #fff; */
	}
	.mTopMinimum p {
		font-size: 0.7em;
		margin-bottom: 8px;
	}
	.topSatei {
		margin: 0 auto 24px;
		padding: 1px 0 0 90px;
		height: 120px;
		line-height: 1;
		background-position: left -24px top, right -24px top;
		background-size: auto 100%, auto 100%;
	}
	.topSatei h2 {
		margin-bottom: 8px;
	}
	.topSatei h2 img {
		width: 200px;
		height: auto;
	}
	.topSatei p {
		margin-bottom: 8px;
	}
	.topSatei p:first-of-type img {
		width: 140px;
		height: auto;
	}
	.topSatei p:last-of-type img {
		width: 200px;
		height: auto;
	}
	.topNews {
		border-radius: 16px;
		margin: 0 auto 32px;
	}
	.tnTitle {
		border-radius: 16px 16px 0 0;
		padding: 12px 0;
		font-size: 1.3em;
		line-height: 1;
	}
	.tnList {
		margin: 8px 16px;
	}
	.tnList dt {
		width: auto;
		float: none;
		margin-bottom: 8px;
	}
	.tnList dd {
		padding: 0 0 1em 8px;
		margin: 0 0 1em;
	}
	.tnMore {
		text-align: center;
		margin: 0 16px 8px;
	}
	.tnMore a {
		display: block;
	}
	.facebook,
	.movie {
		width: 100%;
		height: 320px;
		margin: 0 auto 16px;
	}
	.facebook:last-of-type {
		margin-left: auto;
	}
	.movie iframe {
		width: 100%;
	}
	.flexCont iframe {
		width: 100%;
		height: 270px;
		margin-top: 4px;
	}
	.googlemap {
		width: 100%;
		height: 320px;
		margin: 0 auto 16px;
	}
	.flexCont {
		display: block;
	}
	.topCondition {
		padding: 16px 16px;
	}
	.topCondition ul li {
		max-width: 30%;
	}
	.topCondition ul li .thumb {
		width: 100%;
		height: auto;
	}
	/* !sp common */
	/* --------------------------- */
	.breadcrumbs {
		line-height: 1.3em;
	}
	/* !sp lower */
	/* --------------------------- */
	.pageTitle {
		margin-bottom: 32px;
	}
	.pageTitle+.pageCatch {
		padding: 32px 0 0;
		margin: -44px auto 48px;
	}
	.page-buying .pageCatch {
		padding-bottom: 60px;
		background-size: 100px;
		margin-bottom: -32px;
	}
	.pageShoulder {
		margin: 0 0 16px;
		font-size: 1.3em;
	}
	.pagePara {
		margin: 0 0 1em;
		font-size: 1em;
	}
	.heading {
		margin: 0 0 1em;
	}
	.contentBody {
		padding: 16px 24px;
	}
	.contactTel {
		background-position: center bottom;
		background-size: 100% auto;
		color: #fff;
		border-radius: 20px 20px 0 0;
		padding: 16px 24px 140px;
	}
	.contactTel h3 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 auto 8px;
	}
	/* !sp buying */
	/* --------------------------- */
	.read { 
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 auto 16px;
	}
	.checkList {
		list-style: none;
		margin: 0 auto 1em;
		font-size: 1.3em;
		padding-left: 1em;
	}
	.buyingSatei h3 {
		font-size: 1.5em;
	}
	.buyingSatei h3 em {
		font-size: 1.2em;
	}
	.buyingSatei h3 strong {
		font-size: 1.5em;
	}
	.buyingSatei p {
		font-size: 1em;
		margin-bottom: 8px;
		letter-spacing: 0;
	}
	.buyingSatei p b {
		font-size: 1.3em;
		padding: 0 4px;
	}
	.buyingSatei p.notes {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.carExample li {
		width: 100%;
		margin: 0 0 32px;
	}
	.carExampleNotes li {
		width: 100%;
		display: block;
	}
	.carExampleNotes li p {
		width: 100%;
	}
	.carExampleNotes li p br {
		display: none;
	}
	.carExampleNotes li .thumb {
		width: 100%;
	}
	
	.assessFormBody {
		padding: 16px 16px;
	}
	.assessFormBody .mailform {
		width: 100%;
		display: block;
	}
	.assessFormBody #mailformpro .mailform dt,
	.page-parts-center .assessFormBody #mailformpro .mailform dt {
		display: inline-block;
		width: auto;
		margin-bottom: 0;
	}
	.assessFormBody #mailformpro .mailform dt br {
		display: none;
	}
	.assessFormBody #mailformpro .mailform dd,
	.page-parts-center .assessFormBody #mailformpro .mailform dd {
		padding: 0;
		width: auto;
		margin: 0 0 16px;
	}
	.assessFormBody #mailformpro .mailform dd input[type="text"],
	.assessFormBody #mailformpro .mailform dd input[type="email"],
	.assessFormBody #mailformpro .mailform dd input[type="tel"],
	.assessFormBody #mailformpro .mailform dd textarea {
		width: 95%;
		max-width: 100%;
	}
	.assessFormBody #mailformpro .mailform:last-of-type dd {
		width: auto;
	}
	
	/* !sp recycle */
	/* --------------------------- */
	.recyclePrice {
		font-size: 1.5em;
		width: 100%;
	}
	.recyclePrice dd::before {
		padding-right: 0.25em;
		padding-left: 1em;
	}
	.recyclePriceNotes {
		padding: 16px 24px 8px;
	}
	.recycleCont h3 {
		font-size: 1.5em;
		line-height: 1.3em;
		padding: 12px 1em;
		text-align: center;
	}
	.recycleCont h3 br {
		display: none;
	}
	.recycleCont>p {
		font-size: 0.85em;
		line-height: 1.6em;
		padding: 0;
	}
	
	/* !sp tetsuzuki */
	/* --------------------------- */
	ol.tetsudukiFlow li {
		width: 100%;
		font-size: 1.5em;
		padding: 0 8px;
	}
	ol.tetsudukiFlow li img {
		margin-right: 8px;
	}
	.papersList {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.papersList li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 16px;
		text-align: center;
	}
	.papersNotes h3 {
		font-size: 1.2em;
		letter-spacing: 0;
	}
	
	.page-juryozei .pageCatch,
	.page-jidoshazei .pageCatch {
		background-position: center bottom;
		padding-bottom: 200px;
		background-size: 100% auto;
		margin-bottom: 0;
	}
	.merit {
		margin: 0 0 24px;
	}
	.merit dd {
		margin: 0;
	}
	
	/* !sp company */
	/* --------------------------- */
	.companyOutline {
		margin: 0 0 16px;
		font-size: 0.85em;
		line-height: 1.3em;
	}
	.privacyPara,
	.privacyBody {
		font-size: 0.8em;
		line-height: 1.6em;
		letter-spacing: 0.1em;
		margin: 0 0px 2em;	
	}
	
	/* !sp faq */
	/* --------------------------- */	
	.faqNav li {
		width: 100%;
		margin-bottom: 1px;
	}
	.faqNav li a {
		box-shadow: none;
	}
	.faqList {
		margin: 0 8px 16px;
	}
	.faqList dt {
		font-size: 1.1em;
		line-height: 1.3em;
	}
	.faqList dd {
		font-size: 0.85em;
		line-height: 1.5em;
		padding-right: 16px;
	}
	
	.dial {
		display: block;
		margin: 1px auto 16px;
		text-align: center;
		width: 100%;
		height: 48px;
		font-size: 1.2em;
		line-height: 48px;
		font-weight: bold;
	}
	.dial a {
		display: block;
		width: 100%;
		height: 100%;
		background: #D31518;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
		background-image:    linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
		color: #fff;
		text-decoration: none;
		vertical-align: middle;
	}
	.dial a::before {
		content: "";
		display: inline-block;
		width: 32px;
		height: 32px;
		background: url(/wp-content/themes/axl_201604/imgs/common/icon_dial.png) 0 0 no-repeat;
		background-size: 100%;
		margin-right: 4px;
		vertical-align: middle;
	}
	#home .dial a {
		margin-top: -24px;
	}
	
	/* !sp parts center */
	/* --------------------------- */
	.pcDirect {
		padding: 24px 0 0;
		margin: -44px 0 0;
		background: none;
	}
	.pcDirect dt {
		transform: none;
		margin: 0 0 8px;
	}
	.pcCatch {
		margin: 40px 0 16px;
		padding: 16px 16px;
	}
	.pcShoulder {
		font-size: 1.25em;
	}
	.pcFlow {
		margin-bottom: 24px;
	}
	.pcFlow li {
		width: 47.5%;
		margin-bottom: 24px;
	}
	.pcFlow li::after {
		border-width: 16px 0 16px 16px;
		right: -8px;
	}
	.pcFax p {
		font-size: 0.8em;
	}
	.pcFax p:first-of-type {
		margin-bottom: 16px;
	}
	.pcFax p strong {
		font-size: 2em;
	}
	.pcShopBnr {
		float: none;
		margin: 16px 0 0;
		order: 5;
	}
	.page-parts-center .mailform:first-of-type {
		order: 1;
	}
	.menu-item{
	text-decoration: none;
	font-size: 15px;
	}
}







/* ===== 選べるかんたん査定エリアのデザイン ===== */

/* エリア全体の背景と余白 */
.contact-choice-section {
  background-color: #f9f9f9; /* 背景を清潔感のある薄いグレーに */
  padding: 60px 20px; /* 内側の余白をたっぷりとる */
  text-align: center;
}

/* 見出しのデザイン */
.contact-choice-section .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #1a2c4e; /* 落ち着いた紺色 */
  margin-bottom: 10px;
}

.contact-choice-section .section-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

/* 2つの選択肢を囲むボックス */
.contact-options {
  display: flex;
  justify-content: center;
  gap: 30px; /* ボックス間の隙間 */
  max-width: 900px;
  margin: 0 auto;
}

/* 個別の選択肢ボックス */
.option-box {
  background-color: #ffffff; /* 白い背景 */
  border: 1px solid #ddd;
  border-radius: 12px; /* 角を丸く */
  padding: 30px;
  width: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* 浮き上がるような薄い影 */
  transition: all 0.3s ease; /* アニメーション効果 */
}

.option-box:hover {
  transform: translateY(-5px); /* マウスを乗せると少し浮き上がる */
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* アイコンのデザイン */
.option-icon svg {
  color: #007bff; /* アイコンの色を青系に */
  margin-bottom: 20px;
}

.option-box .option-title {
  font-size: 22px;
  color: #1a2c4e;
  margin-bottom: 15px;
}

.option-box .option-description {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  min-height: 80px; /* 高さを揃える */
  margin-bottom: 25px;
}

/* 共通ボタンのデザイン */
.btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

/* フォームボタン */
.btn-form {
  background-color: #007bff;
  color: #fff;
}
.btn-form:hover {
  background-color: #0056b3;
}

/* LINEボタン */
.btn-line {
  background-color: #00b900;
  color: #fff;
}
.btn-line:hover {
  background-color: #008a00;
}


/* ===== スマートフォン表示への対応 ===== */
@media (max-width: 768px) {
  .contact-choice-section .section-title {
    font-size: 22px; /* 少し小さく */
  }

  .contact-options {
    flex-direction: column; /* 縦並びにする */
    gap: 20px;
  }

  .option-box {
    width: 100%; /* 横幅いっぱいにする */
  }

  .option-box .option-description {
    min-height: auto; /* スマホでは高さ揃えを解除 */
  }
}