@charset "utf-8";

.l-wrapper {overflow-x: hidden;}

.fixed-link {
  display: block;
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  .fixed-link {display: none;}
}

.page-header {
  color: #0e357f;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0 0;
  text-align: center;
}

.page-header em {
  display: inline-block;
  font-size: 4.4rem;
}

@media screen and (min-width: 641px) {
  .page-header-container {width: 970px;}

  .page-header {
    font-size: 4.2rem;
    font-weight: normal;
    margin: 0;
  }

  .page-header em {
    display: inline-block;
    font-size: 1.1em;
  }
}

.go-search {
  text-align: center;
}

.go-search a {
  background-color: #fffd00;
  border: solid 1px #0e357f;
  border-radius: 3px;
  color: #0e357f;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 18px;
  text-decoration: none;
}

.go-search em {
  font-size: 2.1rem;
  margin: 0 2px;
}

.go-search a::after {
  background: url("../img/btn_arrow_right.png") no-repeat center;
  background-size: 15px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 3px;
  vertical-align: text-top;
  width: 15px;
}

.page-copy {
  color: #0e357f;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

/*
.page-copy em {
  display: block;
  font-size: 3.6rem;
  line-height: 1.14;
}

.page-copy strong {
  background-image: url("../../common/img/text_marker_yellow.png");
  background-position: left bottom 5px;
  background-repeat: repeat-x;
  background-size: 216px 15px;
  color: #e60012;
  display: inline-block;
}
*/

.page-copy-medals img {width: 100%;}

.page-copy-note {
  color: #043178;
  font-size: 1.0rem;
  margin: 0;
}

.page-copy p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.page-copy .copy-top.__orange {
  color: #f18d00;
  font-size: 40px;
}
.page-copy .copy-top.__red {
  color: #e92433;
  font-size: 45px;
  margin-top: 15px;
}
.page-copy .copy-top.__red ._note {
  color: #0e357f;
  font-size: 1.0rem;
}
.page-copy .copy-main {
  margin-top: 30px;
  font-size: 55px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.page-copy .copy-main:before {
  content: "";
  background-color: #fff100;
  display: block;
  width: 185px;
  height: 20px;
  position: absolute;
  top: 95px;
  right: 60px;
  z-index: -1;
}
.page-copy .copy-main:after {
  content: "";
  background-color: #fff100;
  display: block;
  width: 280px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: -1;
}
.page-copy .copy-main span.__red {
  color: #e92433;
}


@media screen and (min-width: 641px) {
  .page-copy-container {
    margin-top: 40px;
    position: relative;
  }
  /*
  .page-copy {
  font-size: 4.0rem;
  margin: 0;
  padding-top: 20px;
  text-align: left;
  }
  */

  .page-copy {
    text-align: left;
    margin-bottom: 10px;
  }
  .page-copy p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
  }
  .page-copy .copy-top.__orange {
    color: #f18d00;
    font-size: 45px;
  }
  .page-copy .copy-top.__red {
    color: #e92433;
    font-size: 55px;
    margin-top: 15px;
    text-align: right;
    width: 390px;
  }
  .page-copy .copy-top.__red ._note {
    color: #0e357f;
    font-size: 1.0rem;
  }
  .page-copy .copy-main {
    margin-top: 30px;
    font-size: 65px;
    text-align: center;
    position: relative;
    width: auto;
  }
  .page-copy .copy-main:before {
    content: "";
    display: none;
  }
  .page-copy .copy-main:after {
    content: "";
    background-color: #fff100;
    display: block;
    width: 555px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    right: 50px;
    z-index: -1;
  }
  .page-copy .copy-main span.underline_yellow {
    border-bottom: 30px solid #fff100;
    display: inline-block;
    height: 35px;
    font-size: 75px;
  }
  .page-copy .copy-main span.__red {
    color: #e92433;
    margin-left: 10px;
    font-size: 80px;
  }

/*
  .page-copy > span {
    display: inline-block;
    line-height: 1.2;
    padding-left: 25px;
  }

  .page-copy > em {
    display: inline-block;
    font-size: 7.0rem;
    padding: 20px 0 0 0;
  }

  .page-copy strong {padding-left: 15px;}
*/

  .page-copy-medals {
    background: #d4eaf8;
    height: 124px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 568px;
  }

  .page-copy-medals img {
    margin-top: -27px;
    width: 517px;
  }

}



/**
 * form-assess
 */
.form-assess-top {
  margin: 0;
  padding-bottom: 35px;
}

.form-assess-top h3 {
  background-color: #000;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.2;
  padding: .7em;
  text-align: center;
}

.form-assess-top h3 em {
  color: #fff100;
  display: block;
}

.form-note-require {
  font-size: 1.1rem;
  text-align: center;
}

.form-assess fieldset {
  border: none;
  margin: 0 0 15px;
  padding: 30px 0 0;
  position: relative;
}

.form-assess legend {
  background-color: #eee;
  display: block;
  font-size: 1.5rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-form-toggle {
  background-image: url("../img/icon_form_open.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 24px;
}

.toggle-container {display: none;}

.form-open .btn-form-toggle {background-image: url("../img/icon_form_close.png");}
.form-open .toggle-container {display: block;}
.form-assess .btn-wrapper {text-align: center;}

.form-assess .btn-orange {
  font-size: 1.9rem;
  font-weight: bold;
  padding: 15px 30px;
}
.form-assess .btn-glay {
  font-size: 1.9rem;
  font-weight: bold;
  padding: 15px 30px;
}

@media screen and (max-width: 640px) {
  .form-assess .btn-orange {padding: 15px 50px;background: #e21b13;}
  .form-assess .btn-glay {padding: 15px 50px;background: #c0c0c0;}
  .form-assess table,
  .form-assess tbody,
  .form-assess tr,
  .form-assess th,
  .form-assess td {
    display: block;
  }

  .form-assess table {margin: 5px 10px 5px;}

  .form-assess th {
    font-size: 1.3rem;
    padding-top: 10px;
    text-align: left;
  }

  .form-assess th span {
    font-size: 1.1rem;
    font-weight: normal;
  }
}

.form-input-full,
.form-select-full {
  width: 100%;
}

.input-half-wrapper {overflow: hidden;}

@media screen and (max-width: 640px) {
  .form-input-half {width: calc((100% - 10px) / 2);}
  .form-input-half:first-of-type {float: left;}
  .form-input-half:nth-of-type(2) {float: right;}
}

.form-car-info table {margin-top: 15px;}
.form-car-info th {display: none;}
.form-car-info td {padding-bottom: 5px;}

.form-assessmentt .btn-wrapper {margin: 0;}

@media screen and (min-width: 641px) {
  .form-assess-top {
    border: solid 2px #000;
    margin: 15px auto 45px;
    width: 970px;
  }

  .form-assess-bottom form {
    /*border: solid 2px #0e357f;*/
    margin: 15px auto 0;
    padding: 15px 0;
    width: 970px;
  }

  .form-assess-top h3 {
    margin-top: 0;
    padding: .4em;
  }

  .form-assess-top h3 em {
    display: inline;
    margin: 0 15px;
  }

  .form-car-info,
  .form-customer {
    width: 450px;
  }

  .form-car-info {
    float: left;
    margin-left: 28px;
  }

  .form-customer {
    float: right;
    margin-right: 18px;
  }

  .form-customer fieldset {margin-bottom: 0;}

  .form-note-require {
    margin: 0 18px 3px 0;
    text-align: right;
  }

  .form-body {margin-top: 5px;}

  .forms legend {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
  }

  .btn-form-toggle {display: none;}
  .form-assess .toggle-container {display: block;}

  .forms table {
    border-collapse: collapse;
    margin: 10px 0;
    table-layout: fixed;
    width: 100%;
  }

  .forms th,
  .forms td {
    padding-bottom: 5px;
  }

  .forms th {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
    width: 130px;
  }

  .form-input-full,
  .form-select-full {
    width: 190px;
  }

  .form-input-half {
    float: left;
    margin-right: 10px;
    width: 90px;
  }

  .input-half-wrapper p {
    font-size: 1.1rem;
    line-height: 37px;
    margin: 0;
  }

  .form-car-info th {display: table-cell;}
  .form-assess .btn-orange {width: 400px;background: #e21b13;}
  .form-assess .btn-glay {width: 400px;background: #c0c0c0;}

  .form-assess-bottom .line-heading-large {
    margin-top: 130px;
    /* padding-left: 115px; */
    position: relative;
    border: 0px;
  }

  .copy-balloon {
    background: url("../img/form_title_balloon.png") no-repeat center;
    bottom: 10px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    height: 106px;
    left: -30px;
    line-height: 1.2;
    padding-top: 22px;
    position: absolute;
    text-align: center;
    width: 134px;
  }

}

.form-assess-title-sp {
  background: #000;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
}

.form-assess-title-sp em {color: #fff100;}

.form-assess-title-sp b {
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-size: 3.2rem;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

.step-items {
  margin-top: 30px;
  text-align: center;
}

.step-item {
  margin: 0 15px;
  overflow: hidden;
  position: relative;
}

.step-item-label {
  background: #e21b13;
  border-radius: 15px;
  color: #fff100;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 120px;
  font-weight:;
}

.step-item-label b {
  color: #fff;
  font-size: 1.2em;
  margin-left: 3px;
}

.step-body {
  color: #0e357f;
  margin-bottom: 2em;
}

.step-item-step2 .step-item-img-sp {
  height: 101px;
  position: absolute;
  right: -15px;
  top: 7px;
  width: 101px;
}

.step-item-step3 .step-item-img-sp {
  height: 85px;
  position: absolute;
  right: -15px;
  top: 45px;
  width: 127px;
}

@media screen and (min-width: 641px) {
  .step-items {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 970px;
  }

  .step-item {
    float: left;
    margin: 0;
  }

  .step-item:nth-child(2) {margin-left: 60px;}
  .step-item:nth-child(3) {margin-left: 0px;}
}



/**
 * Popup Selector
 */
.popup-selector {
  line-height: 37px;
  position: relative;
  text-align: right;
}

.popup-value {
  float: left;
  font-size: 1.4rem;
  letter-spacing: normal;
  margin: 0;
}

.btn-popup {
  background: #0e357f url(../img/bg_btn_popup.png) repeat-x left top;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
	padding:10px 5px;
  letter-spacing: normal;
  width:10em;
}

.btn-popup:hover {opacity: .7;}

.popup-balloon {
  background: rgba(20,20,20,.8);
  border-radius: 5px;
  height: 0;
  margin-top: -30px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: opacity .2s ease-out, margin .2s ease-out;
  width: 0;
  z-index: 1000;
}

.popup-balloon.is-popup-active {
  height: auto;
  height: initial;
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  padding: 20px;
  width: auto;
  width: initial;
}

.popup-balloon::before {
  border-color: transparent;
  border-style: solid;
  border-width: 14px 12px;
  border-bottom-color: rgba(20,20,20,.8);
  content: "";
  height: 0;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: -28px;
  width: 0;
}

.maker-list {
  right: 66px;
  top: 46px;
  transform: translateX(50%);
}

.maker-list ul {
  overflow: hidden;
  width: 549px;
}

.maker-list li {
  float: left;
  font-size: 1.3rem;
  letter-spacing: normal;
  margin: 6px 0 0 6px;
  padding-left: 7px;
  text-align: left;
  width: 105px;
}

.maker-list img {margin-right: 8px;}
.maker-list .no-icon {text-align: center; padding-left: 0;}

@media screen and (max-width: 640px) {
  .maker-list li {
    width: 47%;
  }
  .popup-balloon {
    box-sizing: border-box;
    width: 100% !important;
  }

  .popup-balloon::before {
    left: initial;
    margin-left: 0;
    right: 50px;
  }

  .maker-list {
    right: initial;
    transform: initial;
    padding: 10px !important;
    padding-bottom: 10px !important;
  }

  .maker-list ul {
    width: auto;
    width: initial;
  }
}

@media screen and (min-width: 641px) {
  .popup-selector {width: 240px;}

  .maker-list li:nth-child(5n+1) {margin-left: 0;}
  .maker-list li:nth-child(-n+5) {margin-top: 0;}
}



/**
 * .forte
 */
.forte {
  background: #e21b13;
  padding: 30px 0;
}

.forte-title {position: relative;margin: 0 0 20px;margin-bottom: -30px;}

.forte-title img {
  position: relative;
  width: 100%;
}
.forte-title .forte-item-title-note {
    color: #fff;
    top: 103px;
    position: absolute;
    text-align: right;
    right: 0;
}
.forte-title-medals {margin-top: -30px;}

.forte .columns {margin-bottom: 1em;}

.forte-item {
  border: solid 1px #000;
  border-radius: 5px;
  margin-top: 18px;
  overflow: hidden;
  background: #000;
}

.forte-item:first-of-type {margin-top: 0;}

.forte-item-heading {
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

.forte-item-heading em {
  font-size: 1.8rem;
  margin-left: 5px;
}
.forte-item-heading b {font-size: 2.4rem;}

.forte-item-inner {
  color: #fff;
  padding: 15px;
}

.forte-item-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.forte-item-title strong {font-size: 2.5rem;}

.forte-item-title-note {
  font-size: 1.0rem;
  font-weight: normal;
}

.forte-item-image {text-align: center;}

.forte-item img {
  margin: .5em 0 1em;
  width: 72%;
}

.forte-item-body {margin: 0;}

.forte-note {
  color: #fff;
  font-size: 1.0rem;
  margin: 0;
}


@media screen and (min-width: 641px) {
  .forte-title {position: relative;}

  .forte-title img {width: auto;}

  .forte-title .forte-item-title-note {
		top: 27px;
    	position: relative;
  }
  .forte-title .forte-title-medals {
    position: absolute;
    right: 0;
    top: 60px;
    width: 474px;
  }

  .forte .columns {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .forte-title-medals {

  }

  .forte-item {
    box-sizing: border-box;
    float: left;
    margin-left: 30px;
    margin-top: 0;
    width: 320px;
  }

  .forte-item:first-child {
    margin-left: 0;
  }

  .forte-item-last {
    float: none;
    width: 100%;
  }

  .forte-last-item-wrapper {
    overflow: hidden;
  }

  .forte-last-item-wrapper img {
    float: left;
    width: 206px;
  }

  .forte-last-item-wrapper .forte-item-body {
    margin-left: 250px;
  }

  .forte-item-title {font-size: 2.4rem;}
  .forte-item-title strong {font-size: 3.4rem;}
  .forte-item img {width: 100%;}

}



/**
 * .focus
 */
.focus {
  background-color: #f1f1f1;
  overflow: hidden;
  padding-bottom: 50px;
}

.focus > .l-container {position: relative;}
.focus > .l-container::before,
.focus > .l-container::after {
  background: url("../img/focus_bg_sp.png") no-repeat center/contain;
  content: "";
  display: block;
  height: 515px;
  position: absolute;
  top: -20px;
  width: 146px;
  z-index: 0;
}

.focus > .l-container::before {left: -75px;}
.focus > .l-container::after {right: -75px;}

.focus header,
.focus .focus-items {
  position: relative;
  z-index: 100;
}

.focus header {
  color: #0e357f;
  line-height: 1.2;
  padding: 35px 0 10px;
  text-align: center;
}

.focus header h3 {
  font-size: 2.8rem;
  margin: 0;
}

.focus header p {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.focus-items {margin: 0 -5px;}

.focus-item {
  float: left;
  margin: 10px 0 0 10px;
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
}

.focus-item-small {
  float: left;
  margin: 10px 0 0 10px;
  width: -webkit-calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 4);
}

.focus-item-photo {
  border: solid 3px #fff;
  box-shadow: 0 5px 10px 0px rgba(0,0,0,.2);
}

.focus-item-photo img {width: 100%;}
.focus-item .link2form,
.focus-item-small .link2form { text-align: center; font-size: 0.7em; margin: 0; padding: 0;}

.focus-item-emblem {
  margin: 3px 0 5px;
  text-align: center;
}


.focus-item-model {
  color: #0e357f;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.focus-item-maker {
  display: block;
  font-size: .8em;
}

.forte-item {}

@media screen and (max-width: 640px) {
  .focus-item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }

  .focus-item + .focus-item-small {
    clear: both;
    margin-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .focus > .l-container::before,
  .focus > .l-container::after {
    background: url("../img/focus_bg.png") no-repeat center/contain;
    height: 749px;
    position: absolute;
    top: -50px;
    width: 292px;
    z-index: 0;
  }

  .focus > .l-container::before {left: -165px;}
  .focus > .l-container::after {right: -165px;}

  .focus header {padding: 65px 0 20px;}
  .focus header h3 {font-size: 5.6rem;}
  .focus header p {font-size: 2.8rem;}

  .focus-item,
  .focus-item-small {
    margin: 17px 0 0 17px;
    width: -webkit-calc((100% - 68px) / 5);
    width: calc((100% - 68px) / 5);
  }

  .focus-item:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }

  .focus-item + .focus-item-small {
    clear: none;
    margin-left: 17px;
  }

  .focus-item-emblem {margin:0;}
  .focus-item-model {font-size: 1.8rem;}

  .focus-item-maker {
    display: inline;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}



/**
 * .illustration
 */
/*.illustration {padding: 30px 0;}*/
.illustration header {text-align: center;}

.illustration h3 {
  color: #0e357f;
  font-size: 2.8rem;
  margin: 0;
  text-align: center;
}

.illustration header p {margin: 0;}
.illustration-item p {margin: 0;}
.illustration-items a { color:#333333;}
.illustration-items a:hover { opacity: 0.7; text-decoration: none;}

.illustration-items-large .illustration-item {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}

.illustration-items {overflow: hidden;}

.illustration-items-large .illustration-item {
  background: #eee;
  margin-top: 10px;
}

.illustration-items-large .illustration-item:nth-child(odd) {
  clear: both;
  float: left;
}

.illustration-items-large .illustration-item:nth-child(even) {float: right;}
.illustration-items-large .illustration-wrapper {padding: 10px;}
.illustration-photo img {width: 100%;}

.illustration-month {
display: inline;
float: right;
padding: 2px 5px;
  font-size: 0.8rem;
  line-height: 1.2;
	border:1px solid #999999;
	color: #666666;
}
.illustration-items-large .illustration-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.illustration-props,
.illustration-refs {
  font-size: 1.2rem;
}

.illustration-refs {
  color: #0e357f;
  letter-spacing: normal;
}

.illustration-price-wrapper {
  letter-spacing: -.4em;
  padding-top: 3px;
}

.illustration-price {
  color: #ff3c00;
  display: inline-block;
  font-size: 1.0rem;
  letter-spacing: normal;
  padding-right: 5px;
}

.illustration-price strong {
  font-size: 2.4rem;
  letter-spacing: -1px;
}

.illustration-balloon {
  background: #ff3c00;
  color: #fff;
  display: inline-block;
  font-size: 1.0rem;
  letter-spacing: normal;
  line-height: 1.0;
  padding: 3px;
  position: relative;
  text-align: center;
}

.illustration-balloon::before {
  border: solid 5px transparent;
  border-right-color: #ff3c00;
  content: "";
  display: block;
  margin-top: -5px;
  position: absolute;
  left: -10px;
  top: 50%;
}

.illustration-balloon strong {
  display: block;
  font-size: 1.6rem;
}

.illustration-items-small {
  border-bottom: solid 1px #eee;
  margin-top: 15px;
}

.illustration-item-small {
  border-top: solid 1px #eee;
  padding: 10px 0;
}

.illustration-item-small .illustration-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}

.illustration-item-small .illustration-title br {display: none;}
.illustration-item-small .illustration-props {margin: 0;}

.illustration-item-small .illustration-price-wrapper {text-align: right;}
.illustration-item-small .illustration-price-wrapper p {
  margin-bottom: 0;
  margin-top: 0;
}

.illustration-item-small .illustration-refs {
  display: inline-block;
  font-size: 1.0rem;
  line-height: 1.2;
  margin: 0 10px 0 0;
}
.illustration-item .link2form,
.illustration-item-small .link2form { background: #fde000; clear: both; text-align: center; font-size: 0.8em; margin: 0; padding: 0;}

@media screen and (min-width: 641px) {
/*  .illustration {padding: 80px 0;}*/

  .illustration header {
    line-height: 1.2;
    text-align: center;
  }

  .illustration h3 {
    font-size: 4.8rem;
/*    display: inline;*/
  }

  .illustration header p {
    display: inline;
  }

/**++++++++++++++++**/

  .illustration-items-large .illustration-item {
    background: #eee;
    margin-top: 20px;
    overflow: hidden;
    width: 490px;
  }

  .illustration-photo {
    float: left;
    width: 200px;
  }

  .illustration-items-large .illustration-wrapper {
    box-sizing: border-box;
    height: 150px;
    margin-left: 200px;
    padding: 10px;
  }

  .illustration-items-large .illustration-title {font-size: 1.8rem;}
  .illustration-price-wrapper {padding-top: 0;}

  .illustration-item .illustration-price {
    font-size: 1.4rem;
    margin-top: -7px;
  }

  .illustration-price strong {
    font-size: 3.6rem;
    letter-spacing: -1px;
    margin-right: 5px;
  }

  .illustration-balloon {
    font-size: 1.1rem;
    padding: 3px 7px;
  }

  .illustration-balloon strong {
    display: block;
    font-size: 1.6rem;
  }

  .illustration-items-small {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .illustration-item-small {
    box-sizing: border-box;
    float: left;
    padding: 15px 25px 15px 0;
    width: 255px;
  }

  .illustration-item-small .illustration-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .illustration-item-small .illustration-title br {
    display: inline;
  }

  .illustration-item-small .illustration-props {
    margin:0;
  }

  .illustration-item-small .illustration-price-wrapper {text-align: left;}
  .illustration-item-small .illustration-price-wrapper p {
    margin-bottom: 0;
    margin-top: 0;
  }

  .illustration-item-small .illustration-refs {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 10px 0 0;
  }

  .illustration-item-small .illustration-refs br {display: none;}
}



/**
 * .brands
 */
.brands {
  background-color: #000;
  padding: 15px 0;
}

.brands-lead-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 15px 5px;
}

.brands-lead-text em {color: #fff100;}
.brands-lead-text strong {font-size: 2.2rem;}
.brands-lead-image {width: 100%;}

.brands-inner {
  background: #fff;
  margin: -37px 10px 10px;
  padding: 15px;
}

.brands h3 {
  color: #0e357f;
  font-size: 2.1rem;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.brand-items {
  margin-top: 15px;
  text-align: center;
}

.brand-items li {
  width: 100px;
	display: inline-block;
  margin: 0 7px 10px;
}
.brand-items li.long {
  width: 200px;
}

.brand-items img {
  margin-right: 3px;
}

@media screen and (max-width: 640px) {
  .brands.l-container {margin: 0;}
}

@media screen and (min-width: 641px) {
  .brands {padding-bottom: 15px;}

  .brands-lead {
    padding: 20px 0 0 25px;
    position: relative;
  }

  .brands-lead-text {font-size: 3.2rem;}
  .brands-lead-text strong {font-size: 4.4rem;}

  .brands-lead-image {
    position: absolute;
    right: 0;
    top: 18px;
    width: auto;
  }

  .brands-inner {
    margin: 10px 10px 0;
    padding: 35px 80px 30px;
  }

  .brands-inner h3 {font-size: 3.6rem;}
  .brands-inner br {display: none;}
  .brands-inner span {margin-left: 1em;}

  .brand-items {
    margin-top: 20px;
    text-align: left;
  }

  .brand-items li {
    margin-left: 20px;
		text-align: left;
  }
}



/**
 * .deals
 */
.deals {padding: 25px 0 30px;}

.deals-item {
  background: #eee;
  margin-top: 10px;
  padding: 35px 0 10px;
  position: relative;
  text-align: center;
}

.deals-item::before {
  background: url("../img/deals_arrow_down.png") no-repeat center;
  background-size: 19px 10px;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 13px;
  width: 19px;
}

.deals-item img {
  width: 70%;
}


@media screen and (max-width: 640px) {
  .deals .line-heading-large-subject {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .deals .line-heading-large-subject strong {
    display: block;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 641px) {
  .deals-items {
    margin-top: 50px;
    overflow: hidden;
  }

  .deals-item {
    box-sizing: border-box;
    height: 300px;
    width: 490px;
  }

  .deals-item:first-child {
    float: left;
    padding-top: 60px;
  }

  .deals-item:last-child {
    float: right;
    padding-top: 50px;
  }

  .deals-item img {width: auto;}

  .deals-item::before {
    background-size: 37px 20px;
    height: 20px;
    left: 50%;
    margin-left: -19px;
    position: absolute;
    top: 24px;
    width: 37px;
  }
}



/**
 * .voice
 */
.voice {padding: 25px 0 30px;}

@media screen and (max-width: 640px) {
  .voice .line-heading-large-subject {
    font-size: 2.1rem;
    line-height: 1.2;
  }

  .voice .line-heading-large-subject strong {
    display: block;
    font-size: 2.8rem;
  }
}

.voice-items {margin-top: 20px;}

.voice-item {
  background: #0e357f;
  border-radius: 10px;
  color: #fff;
  margin-top: 15px;
  overflow: hidden;
}

.voice-item:first-child {margin-top: 0;}

.voice-inner {padding: 15px;}
.voice-item img {width: 100%;}

.voice-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.voice-body {margin: 0;}

@media screen and (min-width: 641px) {
  .voice-items {
    margin-top: 50px;
    overflow: hidden;
  }

  .voice-item {
    float: left;
    margin-left: 15px;
    margin-top: 0;
    width: 330px;
  }

  .voice-item:first-child {margin-left: 0;}
}



/**
 * shops
 */
.shops {
  background: #0e357f;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}

.shops-title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}

.shops-title em {font-size: 2.6rem;}

.shops-title strong {
  color: #fff100;
  font-size: 3.4rem;
  margin: 0 .1em;
}

.shops h2 {
  margin: 0;
  position: relative;
  z-index: 1000;
}
.shops h2 span{
    display: block;
    font-size: 1.5rem;
    padding-top:10px;
}
.imagemap-sp {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 61.1%;
  z-index: 500;
}

@media screen and (max-width: 640px) {
	.shops h2 span{
	    font-size: 1.0rem;
	    padding-top:5px;
	}
  .shops h2 img {width: 61%;}
  .shops-inner {margin: -70px 0 40px;}

  .shop-flyer-sp {
    margin-top: 20px;
    position: relative;
    z-index: 1000;
  }

  .shop-flyer-sp img {width: 40.34%;}
}

@media screen and (min-width: 641px) {
  .shops {
    margin-top: 50px;
    padding-top: 65px;
  }

  .shops-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .shops-title em {font-size: 5.6rem;}
  .shops-title strong {font-size: 7.6rem;}
}


/**
 * form-assess-bottom
 */
.form-assess-bottom.l-container {
  margin: 0;
}

.freedial-container {
  background-color: #ffe400;
  border-radius: 10px;
  margin: 15px;
  padding: 15px;
  position: relative;
}

.freedial-container::after {
  background: url("../img/freedial_image.png") no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 140px;
  position: absolute;
  right: -30px;
  width: 103px;
}

.freedial-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 1px 1px #fff;
}

.freedial {
  border: solid 2px #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px;
}

.freedial p {color: #0e357f;}

.freedial-label {
  font-weight: bold;
  margin: 0;
}

.freedial-telno {
  border-bottom: solid 1px #fff;
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
}

.freedial-telno .icon {
  height: 22px;
  width: 16px;
}

.freedial-telno .icon-wrapper {padding-left: 18px;}

.freedial-info {
  font-size: .9em;
  margin: 10px 0 0;
}

@media screen and (min-width: 641px) {
  .form-assess-bottom.l-container {margin: 75px auto 0;}

  .freedial-container {
    border-radius: 10px;
    margin: 0;
    padding: 30px 40px 27px;
  }

  .freedial-container::after {
    background: url("../img/freedial_image_pc.png") no-repeat center/contain;
    display: block;
    height: 280px;
    right: 15px;
    width: 274px;
  }

  .freedial-title {font-size: 3.6rem;}

  .freedial {
    border-radius: 10px;
    border-width: 3px;
    box-sizing: border-box;
    padding: 15px 0 15px 25px;
    width: 680px;
  }

  .freedial p {color: #0e357f;}

  .freedial-label {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .freedial-telno {
    border-bottom: none;
    display: inline-block;
    font-size: 4.4rem;
    line-height: 1.1;
  }

  .freedial-telno .icon {
    height: 37px;
    width: 27px;
  }

  .freedial-telno .icon-wrapper {padding-left: 27px;}

  .freedial-info {
    border-left: solid 1px #fff;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 15px;
    margin: 0 0 0 15px;
  }
}

/*------#jitsurei------*/
#jitsurei {
  padding: 35px 0;
  background: #eeeeee;
}
#jitsurei .inner {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
#jitsurei .inner .illustration {
  border: solid 2px #e21b13;
  width: 970px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
#jitsurei .inner .illustration h3 {
  background: #e21b13;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#jitsurei .inner .illustration h3 .notes {
  color: #000;
  font-weight: normal;
  margin-left: 1em;
}
#jitsurei .inner .illustration .illustration-list {
  /* height: 620px; */
  margin-top: 20px;
  overflow-y: auto;
  padding: 0 20px;
  margin-bottom: 20px;
  height: auto;
}
#jitsurei .inner .illustration .illustration-list li {
  height: 150px;
  margin-top: 10px;
  width: 450px;
}
#jitsurei .inner .illustration .illustration-list li img {
  max-height: 150px;
  max-width: 450px;
}
#jitsurei .inner .illustration .illustration-list li:nth-child(-n+2) {
  margin-top: 0;
}
#jitsurei .inner .illustration .illustration-list li:nth-child(odd) {
  float: left;
}
#jitsurei .inner .illustration .illustration-list li:nth-child(even) {
  float: right;
}
#jitsurei h2 {
  text-align: center;
  margin-bottom: 0px;
}
#jitsurei p.cap {
  text-align: right;
  color: #0e357f;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -15px;
  margin-right: 100px;
}
#jitsurei .s_inner {
  background: #fff;
  padding: 50px 0;
  /*height: 1100px;
  overflow: auto;*/
}
#jitsurei .s_inner ul.detail {
  width: 1000px;
  height: 1000px;
  overflow: auto;
  margin:0 auto;
}
#jitsurei .s_inner ul.detail:after,
#jitsurei .s_inner .detail dl:after{
  content: '';
  display: block;
  clear: both;
}
#jitsurei .s_inner .detail li {
  width: 476px;
  height: 226px;
  margin-bottom: 5px;
  overflow: hidden;
  border-right: 4px solid #e5e5e5;
  border-bottom: 4px solid #e5e5e5;
  float: left;
  margin-left:8px;
}



#jitsurei .s_inner .detail dl {
  width: 430px;
  margin: 20px 25px 10px 20px;
}
#jitsurei .s_inner .detail dt {
  float: right;
}
#jitsurei .s_inner .detail dd {
  float: left;
}
#jitsurei .s_inner .detail .k_info {
  width: 410px;
  color: #fff;
  background: #0e357f;
  font-size: 14px;
  padding: 3px 10px 2px;
  margin-left: 20px;
}
#jitsurei .jitsurei_form {
  background: url(../img/assess/kantan25/fukidasi.png) no-repeat;
  width: 1100px;
  height: 139px;
}
#jitsurei .jitsurei_form form {
  padding-top: 25px;
}
#jitsurei .jitsurei_form table th,
#jitsurei .jitsurei_form table td {
  vertical-align: middle;
}
#jitsurei .jitsurei_form table th {
  width: 100px;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
  font-size: 140%;
}
#jitsurei .jitsurei_form table select {
   -webkit-appearance: button;
   -moz-appearance: button;
   appearance: button;
   border: 0;
   width: 270px;
   background: none;
   font-size: 108%;
}
#jitsurei .jitsurei_form table .wrap {
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   border: 2px solid #d1d1d1;
   padding: 6px 30px 8px 8px;
   background: url(../img/assess/kantan25/form_select_arr.png) 216px center no-repeat #fff;
   width: /*162px*/208px;
   height: 20px;
   overflow: hidden;
}
#jitsurei .jitsurei_form table input {
  border: none;
  background-color: transparent;
}
#jitsurei .inner .illustration .illustration-list li.half-list{
	display: table;
}
#jitsurei .inner .illustration .illustration-list li.half-list .fig{
	display: table-cell;
    vertical-align: middle;
	width: 195px;
}
#jitsurei .inner .illustration .illustration-list li.half-list .fig img{
	vertical-align: bottom;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox{
	display: table-cell;
	vertical-align: middle;
	background: #ee;
	padding: 10px;
	box-sizing: border-box;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .d-head{}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .d-head .name{
	color: #000;
    background: none;
    height: auto;
	line-height: 1.1em;
    font-size: 15px;
    text-align: left;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .d-head .name span{
	font-size: 13px;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .d-head .date{
	color: #000;
    font-size: 13px;
    box-sizing: border-box;
    padding: 2px 5px;
    border: 1px solid #000;
    text-align: center;
    display: inline-block;
    line-height: 1.2em;
	margin: 0 0 0 5px;
	float: right;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .km{
	margin: 2px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price1{
	margin: 2px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	color: #17348C;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2{

}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .yen{
	color: #FF3C00;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    line-height: 1.2em;
	float: left;
    width: 130px;
    margin-right: 10px;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .yen span{
	line-height: 1.2em;
	font-size: 17px;
	vertical-align: middle;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .up{
	background: #FF3C00;
    color: #fff;
    margin: 0;
    box-sizing: border-box;
    padding: 5px;
    line-height: 1em;
	float: right;
	width: 90px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .up span{
	line-height: 1em;
	font-size: 13px;
	display: block;
}
#jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .up:before{
	content: "";
	display: block;
	border-right: 10px solid #FF3C00;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -5px;
}

@media screen and (max-width: 640px) {
  #jitsurei {
    padding-top: 20px;
  }
  #jitsurei h2 {
    margin-top: 0;
  }
  #jitsurei h2 img{
    width: 100%;
  }
  #jitsurei .inner {
    width: 98%;
  }
  #jitsurei .inner .illustration {
    width: 100%;
    box-sizing: border-box;
  }
  #jitsurei .inner .illustration h3 {
    height: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }
  #jitsurei .inner .illustration h3 .notes {
    /*
    display: block;
    font-size: 11px;
    text-align: right;
    */
    display: none;
  }
  #jitsurei .inner .illustration .illustration-list {
    margin-top: 0;
    padding: 0;
    height: auto;
  }
  #jitsurei .inner .illustration .illustration-list li {
    float: none !important;
    width: 100%;
    height: auto;
    margin-top: 10px !important;
  }
  #jitsurei .inner .illustration .illustration-list li:nth-child(n+7) {
    display: none;
  }
  #jitsurei .inner .illustration .illustration-list li img {
    width: 100%;
    height: auto;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .fig {
	  width: 150px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .d-head .date{
	  font-size: 10px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .d-head .name{
	  padding: 0;
	  font-size: 14px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .yen{
	  font-size: 25px;
	  width: 105px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .yen span{
	  font-size: 13px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .up{
	  width: 77px;
	  font-size: 17px;
	  padding: 3px 5px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price2 .up span{
	  font-size: 10px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .km{
	  font-size: 10px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .price1{
	  font-size:10px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox .d-head .name span{
	  font-size: 11px;
  }
  #jitsurei .inner .illustration .illustration-list li.half-list .detailbox{
	  padding: 5px 10px;
  }
}
/*  movie
---------------------------------------- */
.movie {
    background: #fff;
	padding: 0 0 40px 0;
}
.movie h2 {
  text-align: center;
  background-color: #043178;
  padding-top: 15px;
  padding-bottom: 15px;
}
.video_box {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: table;
}
.video_box .movie_title{
	width: 100%;
	display: block;
	text-align: center;
	color: #0e357f;
	font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.video_box .video_wrap {
  width: 33%;
  padding: 0px 0.5%;
  margin-top: 20px;
  display: table-cell;
}
.video_box video {
  width: 100%;
}
.lead_01 {
  position: absolute;
  top: 30px;
  left: 117px;
}
.lead_02 {
  position: absolute;
  top: 30px;
  left: 738px;
}
@media screen and (max-width: 768px) {
	.movie h2 img{padding-top: 0;}
	.movie h2 img{width: 100%;}
	.video_box {width: 100%;}
	.video_box .video_wrap {width: 33%;}
	.video_box .video_wrap iframe {width: 100%;}
}
.vcontrol{
	height: 49px;
	background: #1c1c1c;
	position: relative;
}
.vcontrol a{
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 9px;
	left: 9px;
}
.vcontrol a.vplay{
	background: url(/img/assess/kantan31/assess31_btn_play.png) no-repeat;
}
.vcontrol a.vpause{
	display: none;
	background: url(/img/assess/kantan31/assess31_btn_pause.png) no-repeat;
}
.vcontrol a.vvol{
	left: auto;
	right: 44px;
	background: url(/img/assess/kantan31/assess31_btn_volume.png) no-repeat;
}
.video_box .video_wrap.vfullscreen .vcontrol a.vvol{
	right: 60px;
}
.vcontrol a.vmute{
	left: auto;
	right: 44px;
	display: none;
	background: url(/img/assess/kantan31/assess31_btn_mute.png) no-repeat;
}
.vcontrol a.vfull{
	left: auto;
	right: 9px;
	background: url(/img/assess/kantan31/assess31_btn_winfull.png) no-repeat;
}
.vcontrol a.vmin{
	left: auto;
	right: 9px;
	display: none;
	background: url(/img/assess/kantan31/assess31_btn_winmin.png) no-repeat;
}
.video_box .video_wrap.vfullscreen .vcontrol a.vmin{
	right: 25px;
}
.video_wrap.vfullscreen{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: #000;
    z-index: 99999;
}
.video_wrap.vfullscreen video{
	width: 100%;
	height: 100%;
}
.video_wrap.vfullscreen .vcontrol{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.movie {
	    background: #fff;
	    padding: 0 0 20px 0;
	}
  .movie h2 {
    margin-left: -50%;
    overflow: hidden;
  }
	.movie h2 img {width: 135%;}
	.video_box {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 20px;
	  display: block;
	}
	.video_box .video_wrap {
	    width: 95%;
	    padding: 0;
	    display: block;
	    margin: 10px auto;
	}
	.video_box .video_wrap.vfullscreen  {
	    width: 100%;
	    margin: 0 auto;
	}
	.video_box .vfullscreen .movie_title{display: none;}
	.video_box .video_wrap.vfullscreen .vcontrol a.vvol{right: 35px;}
	.video_box .video_wrap.vfullscreen .vcontrol a.vmin{right: 4px;}

  .video_box .video_wrap iframe {
    width: 100%;
    height: 56vw;
  }
}
.top_visual_bg.sky{
	background: #fff;
}
.top_visual_bg.sky .pc{
	display: block;
}
.top_visual_bg.sky .sp{
	display: none;
}
.top_visual_bg.sky img{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.topbar .hd_action_button{
	width: 380px;
    float: right;
    margin-top: -18px;
}
@media (min-width: 1px) and (max-width: 640px) {
	.top_visual_bg.sky .pc{
		display: none;
	}
	.top_visual_bg.sky .sp{
		display: block;
	}
	.topbar .hd_action_button{
		display: none;
	}
}

.enable-str-color {
	color: #000000;
}

.disable-str-color {
	color: #cfcfcf;

}

.error-background {
	background-color: #FFEDED !important;

}

.form-errmsg {
	color: #c00;
	font-size: .8em;
	letter-spacing: normal;
	line-height: 1.2;
	margin: 0 0 .5em 0;
}

.mfp_element_all{
  max-width: 100%;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
  text-shadow: none;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password{
  box-shadow: none;
}

.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: #ff3333;
	box-shadow: none;
}
form#mailformpro .input-half-wrapper label{
  display: inline-block;
  width: 50%;
  float: left;
  margin: 0px;
  position: relative;
}
form#mailformpro .input-half-wrapper label input{
  width: 97%;
}
form#mailformpro td{
  position: relative;
}

div.mfp_ok{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
table#mfp_confirm_table {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #ccc;
}

table#mfp_confirm_table tr th {
  background: #d4eaf8
}
div#mfp_phase_confirm h4{
  font-size: 1.4em;
}
@media screen and (max-width: 640px){
  table#mfp_confirm_table tr th {
    width: 100%;
  }
}
@media screen and (min-width: 641px){
  table#mfp_confirm_table{
    width: 95%;
    margin: 0px auto 20px;
    font-size: 1.6em;
  }
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td{
      font-size: 0.7em;
  }
}
#mfp_phase_confirm .mfp_buttons button{
    background: #b6b6b6;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
    letter-spacing: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 80%;
    margin: 0px auto;
    font-size: 1.9rem;
    font-weight: bold;
}
#mfp_phase_confirm .mfp_buttons #mfp_button_send{
    background: #ff3c00;
}