@charset "utf-8";

/*********************************************
* common
******************************************* */
body {
  min-width: 320px;
  position: relative;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
h2 {
  font-size: 2.1rem;
  padding-bottom: 4%;
}
section {
  padding: 5% 4% 6.5%;
}
p, .quick-form p a {
  font-size: 1.4rem;
  line-height: 1.4;
}
h2 span {
  font-size: 2.4rem;
}
.inner {
  width: 100%;
  padding: 0;
}
.sp {
  display: block!important;
}
.pc {
  display: none!important;
}

/* header
* --------------------------------- */
header {
  max-width: 100%;
  padding: 6px 0;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(44,44,44,.95);
  overflow: visible;
}
header h1 {
  font-size: 2vw;
  line-height: 1;
  margin: 0 10px;
}
.mobile-header-inner {
  display: flex;
  align-items: center;
}
.header-inner {
  width: calc(100% - 50px);
  padding: 6px;
  margin: 0;
}
header .header-right p {
  font-size: 1rem;
}
header .logo {
  display: block;
  margin: 0 10px;
  width: auto;
  height: 40px;
}
header .header-tel {
  margin-left: -.5%;
  width: 160px!important;
}
/* 点滅 */
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/* nav sp
* --------------------------------- */
header .gnav-btn {
  width: 16%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#global-nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#global-nav ul {
  position: static;
  width: 100%;
  height: auto;
  list-style: none;
  background: #00845d;
}
#global-nav li {
  position: static;
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0;
}
#global-nav li a {
  height: auto;
  font-size: 16px;
}
#global-nav li a:hover {
  background: linear-gradient(#00845d 20%, #116747) no-repeat;
}
#global-nav li:first-child {
  border-top: 1px solid #aaa;
}
#global-nav li a span {
  text-shadow: none;
}
#global-nav li a,
.fixed #global-nav li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 16px 1em;
}
#nav-toggle {
  width: 24px;
  height: 16px;
  cursor: pointer;
  z-index: 101;
  position: relative;
}
#nav-toggle div {
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #00845d;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 7px;
}
#nav-toggle span:nth-child(3) {
  top: 14px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* footer
* --------------------------------- */
footer {
  padding: 3% 5% 11%;
}
.footer-inner {
  width: 100%;
  margin: 0 auto 30px;
}
.footer-inner img {
  float: none;
  margin-bottom: 4%;
}
footer ul.menu01 {
  padding-left: 10px;
}
footer ul.menu li a {
  font-size: 1.2rem;
  line-height: 1.6;
}
footer ul.menu li a:hover {
  text-decoration: none;
}
footer ul.service li a {
  font-size: 1.3rem;
}
footer h3 {
  font-size: 1.3rem;
}
footer .copyright {
  font-size: 1.2rem;
}
footer dl {
  width: 100%;
}
.footer-inner img {
  width: 24%;
}

footer ul.menu03 {
  padding-left: 11px;
}
@media screen and (max-width: 468px) {
  footer {
    padding: 3% 5% 14%!important;
  }
}
@media screen and (max-width: 402px) {
  footer {
    padding: 3% 5% 18%!important;
  }
}
ul.inner-footfix {
	width: 100%;
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-justify-content: space-around!important;
	justify-content: space-around!important;
}
ul.inner-footfix li.box-line-sp {
	display: block;
	width: 42%;
}
ul.inner-footfix li.box-form-sp {
	display: block;
	width: 42%;
}
ul.inner-footfix li.box-gotop-sp {
	display: block;
	width: 8%;
}

/* footer menu
* --------------------------------- */

/* section-contact
* --------------------------------- */
/*共通*/
.section-contact .inner {
  width: 100%;
  padding: 1%;
  box-sizing: border-box!important;
}
.box-tel a {
  height: 60px;
  padding: 10px;
}
.box-line a {
  height: 60px;
  padding: 5px;
}
.box-goform {
  font-size: 1.5rem;
}
.box-goform a {
  height: 60px;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 3px;
}
@media screen and (max-width: 480px) {
  .box-tel {
    display: none;
  }
  .box-goform a {
    line-height: 1.2;
    font-size: 3.5vw;
    background: url("/asset/images/common/btn_carillust.png") no-repeat 5px center;
    background-size: 30px auto;
    padding: 0 10px 0 45px;
  }
}
/* section-contact-footer */
.section-contact-footer .box-tel {
  width: 30%;
  height: auto;
}
.section-contact-footer .box-line {
  width: 15%;
  height: auto;
}
.section-contact-footer .box-goform {
  width: 50%;
}
.section-contact-footer .box-gotop {
  width: 10%;
}
.section-contact-footer .box-gotop a {
  height: 60px;
}
.section-contact-footer .box-gotop img {
  max-height: 60px;

}
@media screen and (max-width: 480px) {
  .section-contact-footer {
    padding: 2% 0;
  }
  .section-contact-footer .box-goform {
    width: 70%;
  }
  .section-contact-footer .box-gotop {
    width: 11.5%;
  }
}
/* section-contact-if */
.section-contact-if {
  width: 98%;
  padding: 18px 0 42px;
}
.section-contact-if .box-tel {
  width: 39%;
  height: auto;
}
.section-contact-if .box-goform {
  width: 59%;
}
@media screen and (max-width: 480px) {
  .section-contact-if .box-goform {
    width: 98%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 468px) {
  .section-contact-if .box01 img {
    width: 77%;
    padding-top: 9px;
  }
  .section-contact-if .box01 p {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .section-contact-if .box01 {
    display: none;
  }
}


/*********************************************
* TOP
******************************************* */
/* mainvisual TOPsp
* --------------------------------- */
.mainvisual {
  height: auto;
  background: #fff;
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,.2);
  -webkit-box-shadow:0px 10px 10px -5px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,.2);
  padding: 5% 4% 4%;
  overflow: hidden;
}
.mainvisual-inner {
  width: 100%;
  height: auto;
}

.mainvisual-left,
.mainvisual-right {
  width: 100%;
}
.mainvisual-right {
  width: 95%;
  padding: 0 1px 20px;
  margin: 0 auto;
}
.maincopy-01 {
  width: 80%;
  margin: 0 auto;
}
.maincopy-02 {
  margin: -20px auto 0;
  width: 95%;
}
.mainillust {
  position: inherit;
  left: inherit;
  margin: -8px auto 0;
}
.video {
  padding-bottom: calc(620 / 827 * 100%);
  height: 0;
  overflow: hidden;
}


/*2019年改定*/
.mainvisual-inner2 {
	width: 100%;
	background: url("/asset/images/top/bg_header.jpg");
	background-size: 50px 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainvisual-content-pc {
	display: none;
}
.mainvisual-content-sp {
	display: block;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.mainvisual-btn {
	width: 95%;
	position: static;
	margin: 0 auto;
}
.video2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	position: relative;
	width: 85%;
	padding-top: 52.25%;
}
.video2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.main-line {
	margin-bottom: 10px;
}



/* quick-form TOP
* --------------------------------- */
.quick-form-inner, .three-point-inner {
  padding: 0;
  width: 100%
}
.quick-form-inner {
  background-size: 83%;
}
.quick-form-inner td {
  font-size: 13px;
}
.quick-form {
  padding: 6.5% 3.5% 11%;
}
.quick-form h2 {
  padding-bottom: 0;
  font-size: 2.4rem;
  margin: -7px 0 15px 20px;
}
.quick-form h2 span {
  font-size: 2rem;
}
.quick-form-wrap {
  border: 4px solid #2e8458;
}
.bakusoku {
  width: 34%;
  position: absolute;
  top: -35px;
  right: -6.5%;
}
.quick-form h2 img {
  margin: -9% 0 15px 0;
  width: 76%;
}
.quick-form-wrap-02 {
  padding: 25px 2%;
}
.quick-form .box-left, .quick-form .box-right {
  float: none;
  width: 100%;
  border: 2px solid #666;
  box-sizing: border-box;
  margin: 0 0 4% 0;
  background: none;
  height: auto;
  background: linear-gradient(#fff 80%, #eee) no-repeat;
}
.quick-form .box-left-inner, .quick-form .box-right-inner {
  padding: 4% 3%;
}
.quick-form th {
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 3px;
}
input {
  max-width: 100%;
  font-size: 1.4rem;
  border: 1px solid #111;
  padding: 6px 5px;
  box-sizing: border-box;
}
.quick-form tr {
  height: 38px;
}
.quick-form .km {
  font-size: 1.4rem;
}
.quick-form table {
  width: 100%;
}
.quick-form h3 {
  font-size: 1.8rem;
  background: linear-gradient(#878c8f, #475053 30%) no-repeat;
  padding: 6px 0;
}
.quick-form button {
  width: 92%;
  font-size: 1.5rem;
  height: auto;
  padding: 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
.quick-form .box {
  width: 100%;
  margin-bottom: 5%;
}
.quick-form button span {
  height: auto;
  font-size: 1.6rem;
  padding: 11px 0;
  border: 2px solid #9ed89d;
}
@media screen and (max-width: 660px) {
  .quick-form-inner {
    background-size: 95%;
  }
  .quickformbtn {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .quick-form-inner {
    background-size: 103%;
  }
}
@media screen and (max-width: 500px) {
  .quick-form-inner {
    background-size: 100%;
  }
  .quick-form h2 {
    padding-top: 20px;
  }
}
/* car-slider TOPsp
* --------------------------------- */


/* three-point TOPsp
* --------------------------------- */
.three-point {
  width: 100%;
  box-sizing: border-box;
  padding: 4.5% 5% 12.5%;
}
.three-point h2 {
  padding-bottom: 4%;
  font-size: 2.2rem;
}
.three-point h2 span {
  font-size: 2.2rem;
}
.three-point-inner .box {
  width: 100%;
  float: none;
  margin: 0 0 3.2% 0;
  /*border: none;*/
  padding: 1.8% 1% 4%;
}
.three-point-inner {
  max-width: 95%;
  min-width: 95%;
}
.three-point-inner .box img.illust {
  margin: 0 auto;
  width: 40%;
}
.three-point dt {
  font-size: 1.8rem;
  margin-bottom: 3px;
  text-align: center;
}
.three-point dd {
  font-size: 1.4rem;
  text-align: left;
}
.three-point-inner dl {
  text-align: left;
  padding: 0 3% 2%;
}
.three-point-inner .box img.arrow {
  width: 14%;
}
.three-point-inner .point-num {
  width: 28%;
}
.three-point-inner .box p {
  height: auto;
}
.three-point-inner .box-02 img.illust {
  padding-top: 0;
}
.three-point .btn-point {
  width: 100%;
  margin: 2% auto 0;
  position: relative;
  height: auto;
}
.three-point .btn-point img {
  width: 40%;
  right: -5%;
  top: -80%;
}
.three-point .btn-point a {
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  padding: 6% 0;
}
.three-point .btn-point a span {
  font-size: 1.3rem;
  padding-bottom: 2px;
}
.three-point .btn-point a span.btn-border {
  height: auto;
  padding: 10px 6px;
}

.three-point p {
  font-size: 1.7rem;
}
.three-point .btn-point a span.btn-txt01 {
  font-size: 1.3rem;
  display: block;
  line-height: 1.4;
}
.three-point .btn-point a span.btn-txt02 {
  font-size: 1.6rem;
  display: block;
}
@media screen and (min-width: 570px) {
  .three-point .btn-point a {
    font-size: 1.8rem;
    padding: 6% 0;
  }
  .three-point .btn-point a span {
    font-size: 1.4rem;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 375px) {
  .three-point-inner .box {
    padding: 1.8% 1% 7%;
  }
  .three-point-inner .box img.arrow {
    width: 10%;
  }
}
/* tuning-sec TOPsp
* --------------------------------- */
.tuning-sec-inner {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #00845d;
  padding: 0 4% 5%;
}
.tuning-sec-inner h2 img {
  position: inherit;
  top: inherit;
  left: inherit;
  z-index: 1;
  width: 100%;
  margin-top: -19%;
}
.tuning-sec {
  padding: 18% 4% 18%;
}
@media screen and (max-width: 450px) {
  .tuning-sec {
    padding: 18% 4% 26%;
  }
}
.illust-tuning {
  position: inherit;
  top: inherit;
  left: inherit;
  margin-top: -13%;
}
.tuning-sec-welcome {
  width: 85%;
  padding: 0;
  margin: 0 auto 20px;
}
.tuning-sec-welcome h3 {
  width: 80%;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1% 0 1%;
  margin: -1% auto 4%;
}
.tuning-sec-welcome p, .tuning-sec-welcome p span.txt-green {
  font-size: 1.6rem;
}
.tuning-sec-welcome p span {
  font-size: 2.6rem;
}
.tuning-sec-welcome p span.txt-l {
  font-size: 2.6rem;
}
.tuning-sec-welcome li {
  line-height: 1.2;
  font-size: 1.5rem;
  padding: 8px 0 8px 15px;
}
.tuning-sec-welcome li span {
  font-size: 1.5rem;
}
.tuning-sec-welcome p {
  margin-bottom: 2.5%;
}
.box-wrap {
  padding: 4%;
  /*width: 100%;
  box-sizing: border-box;*/
}
.smokettl h3 {
  font-size: 1.6rem;
}
.box-wrap .box-01 h3:before {
  background-size: 70%;
  top: -2%;
  width: 100%!important;
  left: 15%;
}
.box-wrap .box-02 h3:before {
  background-size: 55%;
  top: -2%;
  width: 100%!important;
  left: 23%;
}
.box-wrap .box-inner {
  padding: 2% 3% 3.5%;
  width: 100%;
  box-sizing: border-box;
}
.box-wrap .box-01 .box-inner img {
  float: none;
  margin-left: 0!important;
}
.box-wrap .box-inner p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-right: 0;
  padding-top: 5%;
}
.box-wrap .box-02 .box-inner img {
  float: none;
  margin-right: 0!important;
}
.box-wrap .box-01 {
  margin-bottom: 3.5%;
}
.box-wrap .box {
  background: #f4f4f3;
  border: 2px solid #286da8;
  height: auto;
  padding: 2.5%;
}
.box-wrap .box-inner p span {
  font-size: 1.4rem;
}
.box-wrap .box-02 .box-inner p {
  float: none;
  padding-right: 0;
  width: inherit;
}
.box-wrap .box-inner img {
  width: 100%;
}
.box-wrap .box .box-inner img {
  margin-left: 0!important;
}
/* purchase-declaration TOPsp
* --------------------------------- */
.purchase-declaration-container, .purchase-declaration-inner {
  width: 100%;
}
.purchase-declaration-inner {
  padding: 40px 18px 18px;
  background: #f7f7f6;
  border: 4px solid #888;
  height: auto;
}
.purchase-declaration-wrap {
  border: 4px solid #00845d;
  padding: 6% 2% 3%;
}
.purchase-declaration-illust {
  display: none;
}
.purchase-declaration h2 .t1 {
  font-size: 3rem;
  line-height: 1;
}
.purchase-declaration h2 .t2 {
  font-size: 4rem;
  line-height: 1;
}
.purchase-declaration-wrap .check {
  margin-top: -90px;
}
.purchase-declaration-inner .txt-01 {
  font-size: 1.6rem;
}
.purchase-declaration-inner .txt-02 {
  font-size: 1.4rem;
  padding: 0;
}
.purchase-declaration-inner .txt-03 {
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.purchase-declaration-inner li {
  float: none;
  padding-left: 0;
}
.purchase-declaration-inner li img {
  width: 95%;
  margin: 0 auto 3%;
}

@media screen and (min-width: 481px) {
  .purchase-declaration {
    padding: 8% 3% 0;
  }
}
@media screen and (max-width: 480px) {
  .purchase-declaration {
    padding: 14% 3% 24%;
  }
}
@media screen and (max-width: 440px) {
  .tuning-sec-welcome h3 {
    width: 95%;
  }
}
@media screen and (max-width: 375px) {
  .purchase-declaration h2 .t1 {
    font-size: 2.4rem;
  }
  .purchase-declaration h2 .t2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 350px) {
  .purchase-declaration {
    padding: 18% 3% 24%;
  }
}
/* promise TOPsp
* --------------------------------- */
.promise {
  padding: 10% 4% 10%;
  width: 100%;
  box-sizing: border-box;
}
.promise h2 {
  padding-bottom: 1.5%;
  font-size: 2.6rem;
}
.promise h2 span {
  font-size: 2.0rem;
}
.promise-inner {
  margin: 0;
  width: 100%;
}
.promise .img {
  width: 80%;
  margin: 0 auto;
}
.promise .text p {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 2% 4%;
  width: 96%;
  line-height: 1.5;
}
.promise .text p span {
  font-size: 1.4rem;
}
/* information TOPsp
* --------------------------------- */
.information {
  width: 100%;
  padding: 4.5% 5% 5%;
}
.information-inner {
  width: 100%;
}
.information h2 {
  padding-bottom: 2%;
  font-size: 2.4rem;
}
.information-wrap {
  width: 100%;
}
.information-inner dt {
  font-size: 1.4rem;
  padding-right: 20px;
  width: inherit;
}
.information-inner dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
/* staff
* --------------------------------- */
.staff {
  padding: 4% 5% 40px;
}
.staff-inner {
    width: 100%;
    margin: 0 auto;
}
.staff-inner h2 {
  font-size: 2.4rem;
  padding-bottom: 2%;
}
.staff-inner .box {
  flex-direction: column;
  margin-bottom: 30px;
}
.staff-inner .box-left {
  margin: 0 auto 20px;
}
.staff-inner dt {
  font-size: 1.8rem;
}
.staff-inner dd {
    font-size: 1.4rem;
}
.staff-inner .box-right {
  width: 100%;
  padding: 11px 14px 8px;
}
.staff-inner .box-right .customer {
  left: 0;
}
.staff-inner .box-right-inner {
  background:
    url(/asset/images/top//bk_memo.png) right top repeat-x,
    url(/asset/images/top/memo_line_s.png) repeat;
  padding-top: 8px;
}
.staff-inner .box-right p {
  font-size: 1.4rem;
  line-height: 2;
  padding: 20px 0 12px;
}
/*********************************************
 Underlayer
******************************************* */
/* common Underlayers
* --------------------------------- */
.pc-common-width {
  width: 96%;
}

/* Title
* --------------------------------- */
.main-sec-ttl-bg {
  background-repeat: none;
  background-size: 100% 100%;
  padding: 10px 0 14px 20px;
}
.main-sec-ttl {
  font-size: 15em;
  padding: 0 10px;
}
.main-sect-title  {
  background-repeat: none;
  background-size: 100% 100%;
  padding: 10px 0 14px 20px;
}
.main-sect-title h3 {
  font-size: 15em;
  padding: 0 10px;
}
.sub-sec-ttl {
  font-size: 12em;
  width: 100%;
  margin: 1em auto 0;
  padding: 10px 0;
}
.arrow-step {
  margin: 0 auto 30px;
}
/* subvisual Underlayer
* --------------------------------- */
.subvisual {
  height: auto;
}
.subvisual .ri-grid > ul {
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,.2);
  -webkit-box-shadow:0px 10px 10px -5px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,.2);
}
.subvisual-inner {
  width: 100%;
  display: block;
}
.subvisual-right {
  margin: -25px auto 10px;
}
.subvisual-left img, .subvisual-right img {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}
.subvisual-inner .header-car {
  margin-top: 0;
}
.maincopy-under01 {
  width: 95%;
  margin: 0 auto;
}
/* breadcrumb
* --------------------------------- */
.breadcrumb {
  padding: 20px 0 3%;
  font-size: 1em;
}
.breadcrumb span {
}
/* main-box
* --------------------------------- */
@media screen and (max-width: 768px) {
  .main-box {
    padding: 40px 0px;
  }
  .main-item {
    display: block;
  }
  .main-box .main-text {
    width: 94%;
  }
  .main-box .main-text h4 {
    margin-top: 5px;
    font-size: 21em;
    text-align: center;
  }
  .main-box .main-text p {
  }
}

/*********************************************
買取強化車種・各種メーカー
******************************************* */
/*********************************************
* reinforcement.html sp
******************************************* */
.reinforcement-sect01-textbox {
  padding: 5%;
}
.reinforcement-sect01-textbox p {
  margin-bottom: 0px;
  font-size: 18em !important;
}
/*買取強化車種リスト テーブル*/
.reinforcement-table tr,
.reinforcement-table th,
.reinforcement-table td {
  display: block;
  width: 100%;
  border-top: none;
}
.reinforcement-table,
.reinforcement-table th,
.reinforcement-table td,
.reinforcement-table h5,
.reinforcement-table span {
  font-size: 2rem;
}
.reinforcement-table td,
.reinforcement-table td li {
  font-size: 1.5rem;
}
.reinforcement-table td {
  padding: 10px;
}
.reinforcement-table th {
  border-bottom: none;
}
.reinforcement-table .ttl {
  display: flex;
  justify-content: center;
}
.reinforcement-table .ttl th {
  width: auto;
}
.reinforcement-table .ttl th:first-child {
  border-right: none;
}
.reinforcement-table .maker {
  text-align: center;
}
.reinforcement-table th a:before {
  transform: rotate(180deg);
}
.reinforcement-list li {
  width: calc(98% /2);
}
.reinforcement-list li:nth-child(-n+2) {
  border-top: 1px #328036 solid;
}
.reinforcement-list li:nth-child(2n+1) {
  border-left: 1px #328036 solid;
}
/*********************************************
* purchase_models sp
******************************************* */
.purchase-sect01-textbox {
  padding: 5%;
}
.purchase-sect01-textbox h4 {
  font-size: 16em;
  width: 100%;
}
.purchase-sect01-textbox p {
  margin-bottom: 6%;
  font-size: 16em;
}
.purchase-sect02-innre h5 {
  font-size: 15em;
  padding: 3%;
}
.purchase-sect02-innre p {
  font-size: 7em;
  font-weight: bold;
  padding: 3% 0 3% 4%;
}
.purchase-sect02-imgbox {
  width: 92%;
  display: block;
}
.purchase-sect02-imgbox .img_flame {
  width: 100%;
  height: auto;
  min-height: 235px;
  max-height: 235px;
  position: relative;
  margin: 10px 0;
}
.purchase-sect02-imgbox img {
  width: 100%;
  height: auto;
  margin-bottom: 2%;
}
.purchase-sect02-data h6 {
  width: 40%;
  margin: 0 auto;
}
.purchase-sect02-data img {
  width: 100%;
  margin: 0 auto -17px;
}
.purchase-sect02-data ul {
  width: 90%;
  padding: 12% 2% 3%;
}
.purchase-sect02-data li {
  font-size: 23em;
  display: flex;
}
.purchase-sect02-data li span {
  color: #328036;
  font-size: 1em;
  padding-top: 0px;
  padding-right: 1%;
}
.purchase-sect03 {
  padding: 5% 4% 6.5%;
}
.purchase-sect03-gallery {
  display: block;
}
.purchase-sect03-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
.purchase-table-box {
  width: 100%;
  display: block;
}
.purchase-table-item01,
.purchase-table-item02,
.purchase-table-item03,
.purchase-table-item04 {
  width: 100%;
  border-left: none;
}
.purchase-table-item01 .purchase-table-title,
.purchase-table-item02 .purchase-table-title,
.purchase-table-item03 .purchase-table-title,
.purchase-table-item04 .purchase-table-title {
  border-left: none;
  border-bottom: 1px solid #ddd;
}
.purchase-table-title p {
  font-size: 40em;
}
.purchase-table-text p {
  font-size: 40em;
  padding: 3% 0;
}
/*********************************************
* lease.html sp
******************************************* */
@media screen and (max-width: 768px) {
  .lease-sect01 .outline {
    width: 95.5%;
  }
  .lease-sect01-textbox {
    padding: 5%;
  }
  .lease-sect01-textbox p {
    margin-bottom: 0px;
    font-size: 14em;
  }
  .lease-sect01-textbox p span {
    font-size: 1.8rem;
  }
  .lease-box {
    padding: 40px 0px 0;
  }
  .lease-item {
    display: block;
  }
  .lease-img img {
    margin: 0 auto;
  }
  .lease-text {
    width: 94%;
  }
  .lease-text h4 {
    margin-top: 5px;
    font-size: 1.5rem;
    text-align: left;
  }
  .lease-text p {
    margin-bottom: 19px;
    padding: 7px 0;
  }
  .lease-text span {
    font-size: 1.4rem;
    color: #de4d4d;
  }
}
/*********************************************
* faq.html sp
******************************************* */
.accordion_dl {
  padding-left: 10px;
  padding-right: 10px;
}
.accordion_dl img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.accordion_dl
section h1, .accordion_dl dt {
  /*padding: 10px 36px 10px 15px;*/
  font-size: 1.5rem;
  display: flex;
}
.accordion_dl
section li, .accordion_dl dd h2 {
  font-size: 1.5rem;
}

/*********************************************
* form.html  sp
******************************************* */
.form-box input, .form-box select, .form-box textarea {
  margin: 10px 10px 10px 0;
}
.form-box table {
}
.form-box table, .form-box tbody,
.form-box thead, .form-box tfoot,
.form-box tr, .form-box th, .form-box td {
  display: block;
}
.form-box td, .form-box th {
  line-height: 1.4;
  padding: 8px 8px;
}
.form-box th span {
  line-height: 1;
}
.form-box .l-2 {
  display: block;
}
.form-image-up input {
  width: 74%;
}
.form-sp-width {
  width: 100%;
  padding: 10px 0 !important;
}
.form-box .btn {
  width: 80%;
}
/*********************************************
* flow.html sp
******************************************* */
@media screen and (max-width: 768px) {
  .flow-item {
    display: block;
  }
  .flow-img img {
    margin: 0 auto;
  }
  .flow-text {
    width: 94%;
  }
  .flow-text h4 {
    margin-top: 5px;
    font-size: 21em;
    text-align: center;
  }
  .flow-text p {
    margin-bottom: 19px;
  }
}
/*********************************************
* documents.html sp
******************************************* */
@media screen and (max-width: 768px) {
  .documents-box {
    padding: 40px 0px;
  }
  .documents-item {
    display: block;
  }
  .documents-img img {
    margin: 0 auto;
  }
  .documents-text {
    width: 94%;
  }
  .documents-text h4 {
    margin-top: 5px;
    font-size: 21em;
    text-align: center;
  }
  .documents-text p {
    margin-bottom: 19px;
  }
}

/*********************************************
* kodawari.html sp
******************************************* */
@media screen and (max-width: 768px) {
  .kodawari .main-item {
    display: block;
  }
  .kodawari-img img {
    margin: 0 auto;
  }
  .kodawari-text {
    width: 94%;
  }
  .kodawari-text h4 {
    margin-top: 5px;
    font-size: 21em;
    text-align: center;
  }
  .kodawari-text p {
    margin-bottom: 19px;
  }
}

/*********************************************
* company.html sp
******************************************* */
.company-table-wap td {
  font-size: 25em;
}
.company-table-wap td p {
  font-size: 0.8em;
}
.company-table-wap a {
  font-size: 1em;
  padding: 0;
}
.company-table-wap .right {
  width: 67%;
}
.company-table-wap .right p {
  font-size: 1em;
  padding: 0;
}
	
	
.bclink {
	width: 90%;
	margin: 10px auto;
	text-align: right;
	font-size: 16px;
}
.bclink a {
	color: #388360;
}