@charset "UTF-8";
/* ==============================================
 Common
=============================================== */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

body.inspection_page #pageHeader {
  background: url(../img/inspection/mv_pc.jpg) no-repeat top -99px center;
  background-size: cover;
}

@media (max-width: 540px) {
  body.inspection_page #pageHeader {
    background: url(../img/inspection/mv_sp.jpg) no-repeat top -209px center;
    background-size: cover;
  }
}



.content_wrap {
  max-width: 100%;
  width: 100%;
}

.content_wrap .tit_page02 {
  padding: 0.5em 0.3em;
}

@media (min-width: 768px) {
  .sec_keeper .main_box {
    margin-bottom: -2px;
  }
}

.sec_keeper .img_wrapbluebox {
  padding-top: 80px;
	margin-top: 100px;
}

footer .content_wrap {
  max-width: 1100px;
  width: calc(100% - 32px);
}


.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 1039px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}





/* button
----------------------------------------------- */
.btn-area {
  clear: both;
  text-align: center;
}

.btn-area .btn {
  background-color: #dc4511;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 25px 10px;
  width: 340px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .btn-area .btn {
    font-size: 16px;
    padding: 20px 10px;
    width: 280px;
  }
}

.btn-area .btn-primary {
  position: relative;
  padding: 20px 10px;
  width: 500px;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-box-shadow: 0 3px 0 #b0370d;
  -moz-box-shadow: 0 3px 0 #b0370d;
  -ms-box-shadow: 0 3px 0 #b0370d;
  box-shadow: 0 3px 0 #b0370d;
}

@media (min-width: 1040px) {
  .btn-area .btn-primary:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .btn-area .btn-primary {
    padding: 12px 25px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}

@media (max-width: 360px) {
  .btn-area .btn-primary {
    font-size: 14px;
  }
  .btn-area .btn-primary br {
    display: none;
  }
}

.btn-area .btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .btn-area .btn-primary::after {
    right: 15px;
    margin-top: -3px;
    height: 7px;
    width: 7px;
  }
}

.btn-area .btn-window {
  background: -webkit-gradient(linear, left top, right top, from(#0072C0), to(#00A9FA));
  background: -o-linear-gradient(left, #0072C0, #00A9FA);
  background: linear-gradient(90deg, #0072C0, #00A9FA);
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-box-shadow: 0 3px 0 #0072C0;
  -moz-box-shadow: 0 3px 0 #0072C0;
  -ms-box-shadow: 0 3px 0 #0072C0;
  box-shadow: 0 3px 0 #0072C0;
}

.btn-area .btn-window .btn-icon {
  background: url("../../../../img/campaign/050005/campaign/icon_window.png") no-repeat 100% 50%;
  background-size: 11px 9px;
  display: inline-block;
  padding: 0 17px 0 0;
}

@media (min-width: 1040px) {
  .btn-area .btn-window:hover {
    opacity: 0.8;
  }
}

.btn-area .btn-entry {
  background-color: #dc4511;
  position: relative;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-box-shadow: 0 3px 0 #b0370d;
  -moz-box-shadow: 0 3px 0 #b0370d;
  -ms-box-shadow: 0 3px 0 #b0370d;
  box-shadow: 0 3px 0 #b0370d;
}

.btn-area .btn-entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .btn-area .btn-entry::after {
    margin-top: -3px;
    height: 7px;
    width: 7px;
  }
}

@media (min-width: 1040px) {
  .btn-area .btn-entry:hover {
    opacity: 0.8;
  }
}

.btn-area .btn-note {
  font-size: 12px;
  margin: 15px auto 0;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* heading
----------------------------------------------- */
.heading-2 {
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .heading-2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 360px) {
  .heading-2 {
    font-size: 21px;
  }
}

.heading-2::after {
  background-color: #e64108;
  content: "";
  bottom: -10px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

@media (max-width: 767px) {
  .heading-2::after {
    bottom: -16px;
    margin-left: -15px;
    width: 30px;
  }
}

.heading-2 span {
  display: inline-block;
}

.heading-2 .ff-en {
  font-size: 54px;
  position: relative;
  top: 2px;
}

/* mainvisual
----------------------------------------------- */
#mainvisual {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#mainvisual img {
  width: 100%;
}

/* top
----------------------------------------------- */
#section-top {
  padding: 0px 0 80px;
	margin-top: 100px;
}

.section-top .txtbox {
  line-height: 2;
}

@media (min-width: 769px) {
  .section-top .txtbox {
    font-size: 18px;
  }
  .section-top .txtbox .corange {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  #section-top {
    padding: 0px 0 60px;
  }
}

#section-top .logo {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  #section-top .logo {
    margin-bottom: 30px;
  }
  #section-top .logo img {
    width: 64%;
  }
}

#section-top p {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  #section-top p {
    margin-bottom: 30px;
  }
}

#section-top .img {
  text-align: center;
}


/* about
----------------------------------------------- */
#section-about {
  background-color: #f2f9fb;
}

@media (max-width: 767px) {
  #section-about {
    padding-top: 30px;
  }
}



#section-about .txt {
  float: left;
  padding: 0 0 0 0%;
  width: 50%;
}

@media (max-width: 767px) {
  #section-about .txt {
    float: none;
    text-align: center;
    padding: 0;
    width: auto;
  }
}

#section-about .txt p {
  font-size: 22px;
  font-weight: bold;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
  #section-about .txt p {
    font-size: 16px;
  }
}

#section-about .txt p strong {
  color: #e64108;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #section-about .txt p strong {
    font-size: 22px;
  }
}

#section-about .txt p strong .ff-en {
  font-size: 38px;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 767px) {
  #section-about .txt p strong .ff-en {
    font-size: 28px;
  }
}

#section-about .img {
  float: right;
  text-align: center;
  width: 50%;
}

@media (max-width: 767px) {
  #section-about .img {
    float: none;
    margin-bottom: 30px;
    width: auto;
  }
  #section-about .img img {
    width: 280px;
  }
}

/* feature
----------------------------------------------- */
#section-feature {
  background-color: #f7f7f7;
}

#section-feature .ff-en {
  color: #e64108;
  font-size: 150%;
}

#section-feature p {
  font-size: 18px;
}

@media (max-width: 767px) {
  #section-feature p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

#featxt {
	margin-bottom: 60px;
}

#section-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#section-feature ul li {
  margin-right: 8%;
  width: 28%;
}

@media (max-width: 767px) {
  #section-feature ul li {
    margin-bottom: 30px;
    margin-right: 6%;
    width: 47%;
  }
}

#section-feature ul li:nth-child(2) {
  padding-top: 30px;
}

@media (max-width: 767px) {
  #section-feature ul li:nth-child(2) {
    padding-top: 20px;
    margin-right: auto;
  }
}

#section-feature ul li:nth-child(3) {
  margin-right: auto;
  padding-top: 70px;
}

@media (max-width: 767px) {
  #section-feature ul li:nth-child(3) {
    padding-top: 0;
    margin-right: 4%;
  }
}

@media (max-width: 767px) {
  #section-feature ul li:nth-child(4) {
    padding-top: 20px;
    margin-right: auto;
  }
}

#section-feature ul li:nth-child(5) {
  padding-top: 30px;
}

@media (max-width: 767px) {
  #section-feature ul li:nth-child(5) {
    padding-top: 0;
  }
}

#section-feature ul li:last-child {
  padding-top: 70px;
  margin-right: auto;
}

@media (max-width: 767px) {
  #section-feature ul li:last-child {
    padding-top: 20px;
  }
}

#section-feature ul li .img {
  text-align: center;
  margin-bottom: 15px;
}

#section-feature ul li h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #section-feature ul li h3 {
    font-size: 17px;
    line-height: 1.5;
  }
}

#section-feature ul li h3 sup {
  font-weight: normal;
  font-size: 30%;
  top: -1.8em;
}

@media (max-width: 767px) {
  #section-feature ul li h3 sup {
    top: -1.2em;
  }
}

#section-feature ul li p {
  font-size: 16px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  #section-feature ul li p {
    font-size: 13px;
  }
}

#section-feature ul li p sup {
  font-size: 50%;
}

#section-feature ul li .fs-small {
  font-size: 12px;
}

#section-feature .note {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #section-feature .note {
    margin-top: 0px;
  }
}

#section-feature .note dd {
  font-size: 12px;
}


/* support
----------------------------------------------- */
#section-support {
  background: #1eb5c5 url("../img/inspection/support_bg.png") repeat 0 0;
}

#section-support .heading-2 {
  color: #fff;
}

#section-support .heading-2 + p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  #section-support .heading-2 + p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #section-support .heading-2 + p br {
    display: none;
  }
}

#section-support .heading-2 + p span {
  display: inline-block;
}

#section-support ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  #section-support ul {
    display: block;
  }
}

#section-support ul li {
  background-color: #fff;
  margin-right: 3.5%;
  position: relative;
  text-align: center;
  padding: 50px 30px 38px;
  width: 31%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  #section-support ul li {
    margin-right: auto;
    padding: 40px 20px 28px;
    margin-bottom: 25px;
    width: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
}

#section-support ul li:last-child {
  margin-right: auto;
}

@media (max-width: 767px) {
  #section-support ul li:last-child {
    margin-bottom: 0;
  }
}

#section-support ul li .ribbon {
  top: -2px;
  left: -2px;
  position: absolute;
  z-index: 1;
}

#section-support ul li .img {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #section-support ul li .img {
    margin-bottom: 30px;
  }
  #section-support ul li .img img {
    width: 100px;
  }
}

#section-support ul li p {
  margin-bottom: 5px;
}

#section-support ul li .large {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #section-support ul li .large {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

#section-support ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

#section-support ul li dl dd {
  background-color: #ffde5c;
  display: inline-block;
  font-size: 13px;
  padding: 8px 16px;
  margin: 0 2px;
  line-height: 1.3;
  min-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #section-support ul li dl dd {
    font-size: 12px;
    min-width: 100px;
  }
}


/* afterservice
----------------------------------------------- */
#section-afterservice {
  background-color: #f2f9fb;
}

#section-afterservice p {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #section-afterservice p {
    margin-bottom: 30px;
  }
}

#section-afterservice p span {
  display: inline-block;
}

#section-afterservice .block {
  background-color: #fff;
  padding: 55px 55px 60px;
  -webkit-box-shadow: 5px 0 32px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 5px 0 32px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 5px 0 32px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 0 32px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
  #section-afterservice .block {
    padding: 35px 20px 30px;
  }
}

#section-afterservice .block h3 {
  color: #e64108;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 767px) {
  #section-afterservice .block h3 {
    font-size: 22px;
  }
}

#section-afterservice .block-triple {
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple {
    margin-bottom: 50px;
  }
}

#section-afterservice .block-triple::after {
  background: url("../img/inspection/afterservice_plus.png") no-repeat 0 0;
  background-size: 42px 42px;
  content: "";
  height: 42px;
  left: 50%;
  position: absolute;
  bottom: -62px;
  margin-left: -21px;
  width: 42px;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple::after {
    background-size: 30px 30px;
    height: 30px;
    margin-left: -15px;
    bottom: -40px;
    width: 30px;
  }
}

#section-afterservice .block-triple h3 {
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple h3 {
    margin-bottom: 30px;
  }
  #section-afterservice .block-triple h3 img {
    width: 270px;
  }
}

#section-afterservice .block-triple ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple ul {
    display: block;
  }
}

#section-afterservice .block-triple ul li {
  width: 33.333%;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple ul li {
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: auto;
  }
  #section-afterservice .block-triple ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#section-afterservice .block-triple ul li .icon {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple ul li .icon img {
    width: 120px;
  }
}

#section-afterservice .block-triple ul li h4 {
  font-size: 20px;
  line-height: 1.3;
  min-height: 3.4em;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple ul li h4 {
    font-size: 18px;
    margin-bottom: 15px;
    min-height: inherit;
  }
}

#section-afterservice .block-triple ul li h4.pt {
  padding-top: 0.6em;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple ul li h4.pt {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  #section-afterservice .block-triple ul li .price img {
    height: 28px;
    width: auto;
  }
}

#section-afterservice .block-triple .note {
  margin-top: 50px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  #section-afterservice .block-triple .note {
    margin-top: 30px;
  }
}

#section-afterservice .block-triple .note dd {
  font-size: 12px;
  padding-left: 1em;
  position: relative;
}

#section-afterservice .block-triple .note dd::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

#section-afterservice .block-call {
  padding-top: 30px;
}

@media (max-width: 767px) {
  #section-afterservice .block-call {
    padding-top: 22px;
  }
}

#section-afterservice .block-call h3 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 26px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #section-afterservice .block-call h3 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

#section-afterservice .block-call .img {
  float: left;
  width: 38%;
}

@media (max-width: 767px) {
  #section-afterservice .block-call .img {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    width: auto;
  }
}

#section-afterservice .block-call .cont {
  float: right;
  width: 58%;
}

@media (max-width: 767px) {
  #section-afterservice .block-call .cont {
    float: none;
    width: auto;
  }
}

#section-afterservice .block-call .cont ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  #section-afterservice .block-call .cont ul li {
    margin-bottom: 20px;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
  }
}

#section-afterservice .block-call .cont ul li:last-child {
  margin-bottom: 0;
}

#section-afterservice .block-call .cont ul li .icon {
  width: 110px;
}

@media (max-width: 767px) {
  #section-afterservice .block-call .cont ul li .icon {
    width: 80px;
  }
  #section-afterservice .block-call .cont ul li .icon img {
    width: 62px;
  }
}

#section-afterservice .block-call .cont ul li .txt {
  flex: 1;
}

#section-afterservice .block-call .cont ul li h4 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #section-afterservice .block-call .cont ul li h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}

#section-afterservice .block-call .cont ul li p {
  margin-bottom: 0;
}


/* price
----------------------------------------------- */
#section-price p {
  font-size: 18px;
  margin-bottom: 60px;
}

#section-price p span {
  display: inline-block;
}

@media (max-width: 767px) {
  #section-price p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#section-price h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #section-price h3 {
    font-size: 16px;
  }
}

#section-price .table-wrapper {
  position: relative;
}

#section-price .table-wrapper::before {
  background-color: #D9D9D9;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 1px;
  position: absolute;
  z-index: 1;
}

#section-price .table-scroll {
  overflow: auto;
}

#section-price .price-table {
  border-collapse: collapse;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  width: 1180px;
}

@media (max-width: 767px) {
  #section-price .price-table {
    width: 880px;
  }
}

#section-price .price-table .tate {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
}

#section-price .price-table th {
  text-align: center;
  font-weight: normal;
  border-collapse: collapse;
  padding: 8px;
  border: 1px solid #D9D9D9;
  background-color: #818a92;
  color: #FFF;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #section-price .price-table th {
    font-size: 12px;
    padding: 5px;
  }
}

#section-price .price-table td {
  text-align: center;
  border-collapse: collapse;
  padding: 8px;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #section-price .price-table td {
    font-size: 12px;
    padding: 5px;
  }
}

#section-price .price-table .goukei {
  font-size: 22px;
  font-weight: 600;
  background-color: #fef6f4;
  color: #dc4511;
}

@media (max-width: 767px) {
  #section-price .price-table .goukei {
    font-size: 14px;
  }
}

#section-price .price-table .bg-gr {
  background-color: #F7F7F7;
}

#section-price .price-table .tit {
  background-color: #818a92;
  color: #FFF;
}

#section-price .note {
  margin-top: 50px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  #section-price .note {
    margin-top: 20px;
  }
}

#section-price .note dd {
  font-size: 12px;
  padding-left: 1em;
  position: relative;
}

#section-price .note dd::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

#section-price .card-pricedown {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  #section-price .card-pricedown {
    margin-top: 40px;
  }
}

#section-price .card-pricedown .block {
  display: inline-block;
  padding: 20px 0 30px 200px;
  position: relative;
}

@media (max-width: 767px) {
  #section-price .card-pricedown .block {
    display: block;
    padding: 0;
  }
}

#section-price .card-pricedown .block img {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  #section-price .card-pricedown .block img {
    position: static;
    left: auto;
    top: auto;
    margin-bottom: 18px;
  }
}

#section-price .card-pricedown .block p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767px) {
  #section-price .card-pricedown .block p {
    font-size: 18px;
  }
}

#section-price .card-pricedown .block p strong {
  color: #e64108;
  display: inline-block;
  vertical-align: baseline;
}

#section-price .card-pricedown .block p strong .ff-en {
  font-size: 32px;
  display: inline-block;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  #section-price .card-pricedown .block p strong .ff-en {
    font-size: 22px;
  }
}

/* flow
----------------------------------------------- */
#section-flow {
  background-color: #f2f9fb;
}

#section-flow p {
  font-size: 18px;
  margin-bottom: 70px;
}

#section-flow p span {
  display: inline-block;
}

@media (max-width: 767px) {
  #section-flow p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#section-flow ul {
  background: url("../img/inspection/flow_progress.png") no-repeat 50% 0;
  background-size: 1084px 59px;
  padding-top: 110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #section-flow ul {
    background: url("../img/inspection/flow_progress_sp.png") no-repeat 0% 0;
    background-size: auto 100%;
    display: block;
    padding-top: 0;
  }
}

#section-flow ul li {
  position: relative;
  width: 20%;
}

@media (max-width: 767px) {
  #section-flow ul li {
    margin-bottom: 50px;
    width: auto;
  }
}

#section-flow ul li::after {
  content: "";
  background: url("../img/inspection/flow_arrow.png") no-repeat 0 0;
  height: 38px;
  position: absolute;
  right: -10.5%;
  top: 17%;
  width: 45px;
}

@media (max-width: 767px) {
  #section-flow ul li::after {
    background-image: url("../img/inspection/flow_arrow_sp.png");
    background-size: 24px 20px;
    right: 50%;
    top: auto;
    margin-right: -12px;
    bottom: -40px;
    height: 20px;
    width: 24px;
  }
}

#section-flow ul li:last-child::after {
  content: none;
}

#section-flow ul li .img {
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  #section-flow ul li .img {
    margin-bottom: 15px;
  }
  #section-flow ul li .img img {
    width: 100px;
  }
}

#section-flow ul li p {
  text-align: center;
}

#section-flow ul li .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  min-height: 2.8em;
}

@media (max-width: 767px) {
  #section-flow ul li .tit {
    font-size: 17px;
    min-height: inherit;
    margin-bottom: 10px;
  }
}

#section-flow ul li .tit.pt {
  padding-top: 0.5em;
}

#section-flow ul li .fs-small {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #section-flow ul li .fs-small {
    font-size: 12px;
  }
}

#section-flow .flow-doc {
  background-color: #fff;
  padding: 20px 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1080px;
  margin: 40px auto 0;
  width: 100%;
}

@media (max-width: 767px) {
  #section-flow .flow-doc {
    display: block;
    padding: 20px;
  }
}

#section-flow .flow-doc h3 {
  border-right: 1px solid #e9e9e9;
  font-size: 16px;
  color: #e64108;
  line-height: 1.4;
  padding: 5px 0;
  margin-right: 40px;
  text-align: center;
  width: 310px;
}

@media (max-width: 767px) {
  #section-flow .flow-doc h3 {
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
    margin-right: auto;
    padding: 0 0 15px;
    margin-bottom: 15px;
    width: auto;
  }
}

#section-flow .flow-doc dl {
  flex: 1;
}

#section-flow .flow-doc dl dd {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: top;
}

#section-flow .flow-doc dl dd:last-child {
  margin-right: auto;
}

/* video
----------------------------------------------- */
#section-video {
  background: url("../img/inspection/video_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

#section-video .heading-2 {
  color: #fff;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  #section-video .heading-2 {
    margin-bottom: 50px;
  }
}

/*#section-video .video-main {
  max-width: 980px;
  margin: 0 auto;
}*/


#section-video .video-main {
position:relative;
width:100%;
padding-top:56.25%;
}
#section-video .video-main video{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}