/*↓↓↓共通↓↓↓*/

.user_head {
  height: 60px;
  max-width: 1800px;
}

@charset "UTF-8";
/* ---------------------------
 * PC and Mobile
 * --------------------------- */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Preload images */

body:after {
  /*content: url(/common/images/close.png) url(/common/images/loading.gif) url(/common/images/prev.png) url(/common/images/next.png);*/
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/common/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/common/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/common/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  /*background: url(/common/images/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

html {
  font-size: 62.5%;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.87;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 200;
  color: #333;
}

a {
  text-decoration: underline;
  color: #333;
}

strong {
  font-weight: 500;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding-left: 0;
}

area {
  outline: 0;
}

.clear {
  clear: both !important;
}

.mincho {
  font-family: YuMincho, "游明朝", serif;
}

.center {
  text-align: center;
}

/* .left {
  text-align: left;
} */

.right {
  text-align: right;
}

.indent {
  text-indent: -1em;
  margin: 0 0 5px 1em;
}

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.font13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 200;
}

.font-regular {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.header {
  background-color: #ffffff;
}

.header__inner {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.header__logoBlock {
  float: left;
  display: flex;
}

.header__logo {
  margin: 0;
  font-size: 1px;
  text-indent: -9999px;
}

.header__logo a {
  display: block;
  background-image: url(../images/header_icon.png);
  background-repeat: no-repeat;
  width: 224px;
  height: 25px;
  background-size: 224px auto;
}

.header__text {
  margin-left: 16px;
  margin-top: 23px;
  line-height: 1.4;
  font-weight: 200;
  font-size: 10px;
  font-size: 1rem;
  color: #bac1c4;
}

.header__link {
  position: absolute;
}

.header__link a {
  display: block;
  color: #6b6b6b;
  text-decoration: none;
  text-align: center;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
}

.header__link a:before {
  content: "";
  width: 16px;
  height: 16px;
  /*background-image: url(/estimate/common/images/icon_home.png);*/
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
}

.header__link a:hover {
  opacity: 0.6;
}

/* title部分 */

@font-face {
  font-family: "Helvetica Neue Lt Std";
  src: url("../fonts/Helvetica Neue LT Std/HelveticaNeueLTStd-It.otf");
}

.visual {
  position: relative;
  overflow: hidden;
}

.visual__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  border: 100px;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.visual__inner.step09 {
  margin-top: 0px;
}

.visual__title {
  margin-bottom: 20px;
  font-weight: 300;
  color: #ffffff;
  position: relative;
}

/* title部分 */

.step_block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 319px;
  position: relative;
}

.step_num {
  font-size: 202px;
  /*font-style: italic;*/
  color: #fce3e3;
  /*position: inherit;*/
  height: 319px;
  font-weight: 400;
  font-family: Helvetica Neue Lt Std;
  letter-spacing: 20.2px;
}

.step_title {
  padding-bottom: 50px;
  position: absolute;
  font-size: 32px;
  font-weight: 500;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-table;
}

@media all and (-ms-high-contrast: none) {
  .step_num {
    position: absolute;
    margin-top: -190px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .step_title {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

.content {
  background-color: #f1f2f3;
  padding-top: 62px;
  padding-bottom: 173px;
}

.content_white {
  background-color: #ffffff;
  /*padding-top: 62px;*/
  padding-bottom: 173px;
}

.wrap {
  min-width: 320px;
}

.content__inner:after {
  content: "";
  display: block;
  clear: both;
}

.borderBox {
  border: 2px solid #bac1c4;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
  box-sizing: border-box;
}

.is-hidden {
  display: none;
}

.footer {
  border-top: 1px solid #768489;
  color: #768489;
}

.footer__inner {
  overflow: hidden;
  box-sizing: border-box;
}

.footer__logo img {
  display: block;
  max-width: 100%;
}

.footer__copyright {
  line-height: 1;
  font-weight: 300;
}

.localMenu {
  margin-bottom: 35px;
}

.localMenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.localMenu__item {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.localMenu__item a {
  display: block;
  padding: 0 20px 0 10px;
  line-height: 43px;
  border: 1px solid #829fab;
  position: relative;
  text-decoration: none;
  color: #768489;
}

.localMenu__item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #829fab;
  border-right: 1px solid #829fab;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.headingType1 {
  text-align: center;
}

.headingType1__subText {
  color: #768489;
  font-style: normal;
  display: block;
}

.headingType2 {
  color: #768489;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  text-align: center;
}

.headingType3 {
  text-align: center;
  font-weight: 300;
}

.headingType3 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #768489;
}

.headingType4 {
  text-align: center;
  font-weight: 300;
}

.buttonGroup3 {
  display: inline-block;
  vertical-align: top;
}

.buttonGroup4 {
  background-color: #f0f4f7;
}

.buttonGroup4__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.buttonGroup4__heading {
  text-align: center;
  color: #ed4245;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}

.buttonGroup4__heading i:before,
.buttonGroup4__heading i:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  vertical-align: middle;
  border-top: 1px solid #ed4245;
  border-right: 1px solid #ed4245;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.buttonGroup4__heading i:before {
  bottom: 0;
}

.buttonGroup4__heading i:after {
  bottom: 10px;
}

.buttonType1 {
  background-color: #ed4245;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
  margin-left: 45.5px;
  margin-right: 45.5px;
  width: 379px;
  height: 60px;
}

.buttonType1:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 1px;
  width: 44px;
  height: 44px;
  background-color: #ed4245;
}

.buttonType1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.buttonType2 {
  background-color: #829fab;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
}

.buttonType2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #6f8d9a;
}

.buttonType2:after {
  content: "＋";
  color: #fff;
  position: absolute;
  top: 0;
  right: 13px;
}

.buttonType2.is-active {
  background-color: #ed4245;
}

.buttonType2.is-active:before {
  background-color: #dc1114;
}

.buttonType2.is-active:after {
  content: "−";
}

.buttonType3 {
  background-color: #ed4245;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
}

.buttonType3:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.buttonType3[disabled] {
  opacity: 0.6;
}

.buttonType3[disabled]:hover {
  opacity: 0.6;
}

.buttonType3.typePrev {
  background-color: #b1b7ba;
}

.buttonType3.typePrev:after {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.buttonType4 {
  background-color: #ed4245;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
}

.buttonType4:before {
  content: "";
  background-color: #dc1114;
  position: absolute;
  top: 0;
  right: 0;
}

.buttonType4:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.buttonType4 i.price {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 27px;
  /*background-image: url(/estimate/common/images/icon_price.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px auto;
}

.buttonType5 {
  background-color: #768489;
  position: relative;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
}

.buttonType5:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  box-sizing: border-box;
}

.buttonType6 {
  background-color: #ed4245;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.buttonType6:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.lineType1 {
  display: block;
  border-top: 0;
  border-bottom: 1px dotted #768489;
}

.lineType2 {
  display: block;
  border-top: 0;
  border-bottom: 1px dotted #768489;
}

.stepMenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 116px;
}

.stepMenu__item:not(.is-active) {
  background-color: rgba(0, 0, 0, 0.7);
}

.stepMenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background-color: #000000;
  box-sizing: border-box;
}

.stepMenu__item > a,
.stepMenu__item > span {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
}

.stepMenu__item.is-active {
  background-color: #ffffff;
}

.stepMenu__item.is-active > a,
.stepMenu__item.is-active > span {
  color: #ed4245;
  font-weight: 500;
}

.stepMenu__item.is-active > a:after,
.stepMenu__item.is-active > span:after {
  display: block;
}

.stepMenu__item.is-cursor {
  cursor: pointer;
}

.stepMenu__item i {
  display: block;
  font-style: normal;
}

.imgMap {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.imgMap__img {
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
}

.imgMap__img img {
  height: auto;
}

.mailform__list {
  box-sizing: border-box;
}

.mailform__heading {
  background-color: rgba(104, 148, 163, 0.1);
  box-sizing: border-box;
}

.mailform__badge {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  background-color: #ed4245;
}

.mailform__badge.typeAny {
  background-color: #888;
}

.subtext {
  margin-right: 10px;
}

.errorMessage {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
  display: block;
  color: #ed4245;
}

.inputText {
  display: inline-block;
  border: 1px solid #bac1c4;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.inputText input {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.inputText.error {
  background-color: #fce3e3;
  margin-bottom: 5px;
}

.textarea {
  border: 1px solid #bac1c4;
  background-color: #fff;
  /*margin-bottom: 10px;*/
}

.textarea textarea {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  background-color: transparent;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 10px;
  box-sizing: border-box;
}

.textarea.error {
  background-color: #fce3e3;
  margin-bottom: 5px;
}

.checkbox {
  display: inline-block;
  position: relative;
  line-height: 15px;
  margin-right: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox input:checked + span:after {
  display: block;
}

.checkbox label {
  display: inline-block;
}

.checkbox .checkbox__text {
  padding-left: 22px;
}

.checkbox .checkbox__text:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #bac1c4;
  position: absolute;
  left: 0;
  box-sizing: border-box;
}

.checkbox .checkbox__text:after {
  display: none;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  /*background-image: url(/common/images/icon_check.png);*/
  background-repeat: no-repeat;
  background-size: 15px;
}

.inline__block input {
  opacity: 0;
  position: absolute;
}

.inline__block input:checked + span:after {
  display: block;
}

.inline__block span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

.inline__block span:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #bac1c4;
  position: absolute;
  top: 8px;
  left: 0;
  box-sizing: border-box;
}

.inline__block span:after {
  display: none;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
  /*background-image: url(/common/images/icon_check.png);*/
  background-repeat: no-repeat;
  background-size: 15px;
}

.inline__type .mwform-checkbox-field:first-child {
  display: block;
}

.inline__type .mwform-checkbox-field:first-child label {
  display: inline-block;
  font-weight: 300;
  background-color: #f1f2f3;
  padding: 15px 20px 11px 15px;
}

.inline__type .mwform-checkbox-field:after {
  content: "";
  display: block;
}

.mwform-radio-field {
  display: inline-block;
  position: relative;
  line-height: 15px;
  margin-right: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.mwform-radio-field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  outline: 0;
  line-height: 1;
}

.mwform-radio-field input:checked:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: 6px;
  background-color: #888;
}

.mwform-radio-field input:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #bac1c4;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 2px;
}

.mwform-radio-field label {
  display: inline-block;
  position: relative;
}

.mailform__frame {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  border: 1px solid #bac1c4;
  box-sizing: border-box;
}

.mailform__frame h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.mailform__frame h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px dotted #bac1c4;
  margin-top: 0;
  margin-bottom: 15px;
}

.mailform__frame p {
  font-size: 16px;
  font-size: 1.6rem;
}

.mailform__frame hr {
  margin: 40px 0;
  border: 0;
}

.mailform__input > p {
  margin: 0 0 0.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.mailform__button {
  text-align: center;
  font-size: 0;
}

.confirm {
  border-bottom: 1px dotted #768489;
  text-align: center;
}

.rowTable {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.rowTable__item {
  display: table-cell;
  vertical-align: middle;
}

.rowTable__arrow {
  display: inline-block;
  /*background-image: url(/estimate/common/images/arro01.png);*/
  background-repeat: no-repeat;
  background-position: center;
}

.selectType1 {
  background-color: #829fab;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}

.selectType1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #60818f;
}

.selectType1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.selectType1__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectType1__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1.01;
  opacity: 0.01;
  z-index: 2;
}

.selectType2 {
  border: 2px solid #b2b2b2;
  background-color: #fff;
  color: #333;
  position: relative;
  width: 379px;
  height: 50.5px;
  box-sizing: border-box;
  margin-left: 45.5px;
  margin-right: 45.5px;
  margin-bottom: 24.5px;
}

.selectType2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b2b2b2;
}

.selectType2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.selectType2__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectType2__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1.01;
  opacity: 0.01;
  z-index: 2;
}

.formStep2__item {
  border: 1px solid #6894a3;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.formStep2__cell {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.formStep2__cell.typeHeading {
  background-color: rgba(104, 148, 163, 0.1);
}

.formStep2__text {
  margin: 0;
  text-align: center;
  font-weight: 300;
}

.formStep2__img {
  width: 183px;
}

.formStep3__item {
  border: 1px solid #6894a3;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.formStep3__item .rowTable__item {
  padding-left: 15px;
  padding-right: 15px;
}

.formStep3__item .rowTable__item:first-child {
  padding-left: 0;
}

.formStep3__item .rowTable__item:last-child {
  padding-right: 0;
}

.formStep3__cell {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.formStep3__cell.typeHeading {
  background-color: rgba(104, 148, 163, 0.1);
}

.formStep3__text {
  margin: 0;
  text-align: center;
  font-weight: 200;
}

.formStep3__price {
  margin: 0;
  text-align: center;
  font-weight: 200;
}

.formStep4__item {
  border: 1px solid #6894a3;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.formStep4__item .rowTable {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}

.formStep4__item .heatingImg {
  width: 90px;
  padding-right: 20px;
}

.formStep4__cell {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.formStep4__cell.typeHeading {
  background-color: rgba(104, 148, 163, 0.1);
}

.formStep4__text {
  margin: 0;
  text-align: center;
  font-weight: 200;
}

.formStep4__price {
  margin: 0;
  text-align: center;
  font-weight: 200;
}

.formStep4__caution {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  color: #ed4245;
}

.formStep5__item {
  border: 1px solid #6894a3;
  box-sizing: border-box;
}

.formStep5__cell.typeHeading {
  border-bottom: 1px solid #6894a3;
  background-color: rgba(104, 148, 163, 0.1);
}

.formStep5__heading {
  margin: 0;
  font-weight: 300;
  line-height: 1.4;
}

.formStep5__text {
  margin-top: 0;
}

.formStep5__price {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}

.formStep5__caution {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  color: #ed4245;
}

.formStep6 {
  border: 3px solid #bac1c4;
}

.formStep6__cell {
  box-sizing: border-box;
}

.formStep6__cell.typeHeading {
  border-bottom: 1px solid #bac1c4;
  background-color: rgba(104, 148, 163, 0.1);
}

.formStep6__cell:nth-child(2) {
  border-bottom: 1px dotted #bac1c4;
}

.formStep6__heading {
  margin: 0;
}

.formStep6__caution {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 30px 30px 0;
  color: #ef434c;
}

.specification {
  border: 1px solid #bac1c4;
}

.specification__list.typeTotal {
  border-top: 1px solid #768489;
  border-bottom: 1px solid #768489;
  background-color: rgba(104, 148, 163, 0.1);
}

.specification__list.typeTotal .specification__price {
  font-weight: 700;
}

.specification__heading {
  text-align: center;
  font-weight: 200;
  line-height: 1;
  margin-top: 0;
}

.specification__row {
  margin: 0;
  padding: 0;
  list-style: none;
}

.specification__price {
  text-align: right;
  color: #597c89;
  margin: 0;
}

a.lightboxImg {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.lightboxImg img {
  vertical-align: top;
}

a.lightboxImg:hover {
  opacity: 0.6;
}

a.lightboxImg:before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

a.lightboxImg:after {
  content: "＋";
  line-height: 1;
  color: #fff;
  position: absolute;
}

@media (max-width: 1024px) {
  /* ---------------------------
 * Tablet
 * --------------------------- */
  .tb-hide,
  .sp-show {
    display: none !important;
  }
  .header {
    padding-left: 13px;
    padding-right: 5px;
  }
  .header__inner {
    height: 50px;
  }
  .header__logo {
    padding-top: 20px;
  }
  .header__logo a {
    width: 117px;
    height: 12px;
    background-size: 117px auto;
  }
  .header__text {
    display: none;
  }
  .header__link {
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .header__link a {
    width: 40px;
    height: 40px;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
  }
  img.pc-hide {
    max-width: none;
    width: 40px;
    height: 40px;
  }
  .header__link a:before {
    top: 10px;
    left: 50%;
    margin-left: -8px;
  }
  .header__link a span {
    display: block;
    padding-top: 30px;
  }
  .header__link .tb_hide img {
    vertical-align: inherit;
    margin-right: 6px;
    width: 14px;
    height: 14px;
  }
  .visual {
    height: 488px;
  }
  .visual__inner {
    margin-top: 0px;
    height: 100%;
  }
  .visual__title {
    /* margin-top: 80px; */
    /*line-height: 0px;*/
    font-size: 22px;
    margin-bottom: 102px;
    margin-top: 0px;
  }
  .visual__title:before {
    width: 15px;
    height: 21px;
    background-size: 15px auto;
  }
  .visual__icon img {
    width: 125px;
    height: 59px;
    margin-top: 53px;
    margin-bottom: 27px;
  }
  .step_block {
    height: 175px;
  }
  .step_num {
    font-size: 101px;
    height: 156px;
    letter-spacing: 10.1px;
  }
  .step_title {
    font-size: 16px;
    margin-top: 21px;
  }
  .content__inner {
    padding-left: 20px;
    padding-right: 20px;
    margin: 40px 0 35px;
  }
  .sectionType1 {
    margin-bottom: 35px;
  }
  .borderBox {
    padding: 20px 20px;
    margin-bottom: 45px;
  }
  .footer__inner {
    height: 60px;
  }
  .footer__logo {
    width: 120px;
    margin-top: 20px;
    /*margin-bottom: 10px;*/
    margin-right: auto;
    margin-left: auto;
  }
  .footer__description {
    display: none;
  }
  .footer__copyright {
    text-align: center;
    transform: scale(0.5);
  }
  .footer__copyright small {
    font-size: 10px;
    font-size: 1.2rem;
  }
  .headingType1 {
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 35px;
  }
  .headingType1__subText {
    margin-bottom: 5px;
  }
  .headingType2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .headingType3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .headingType4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .textTypeLead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.857;
    margin-bottom: 40px;
  }
  .headingType1 + .textTypeLead {
    margin-top: -20px;
  }
  .buttonGroup4 {
    padding: 10px;
  }
  .buttonGroup4__heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 20px;
    line-height: 1.4;
  }
  .buttonGroup4__item {
    margin-bottom: 10px;
  }
  .buttonGroup4__item:last-child {
    margin-bottom: 0;
  }
  .buttonGroup4__item .buttonType3 {
    line-height: 56px;
    padding: 0 35px 0 35px;
  }
  .buttonGroup4__item .buttonType3.line-2 {
    line-height: 1.4;
    padding-top: 8px;
    height: 56px;
  }
  .buttonType1 {
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 50px 0 20px;
  }
  .buttonType2 {
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 50px 0 20px;
  }
  .buttonType3 {
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 45px;
    padding: 0 40px 0 40px;
  }
  .buttonType3.sizeM {
    line-height: 55px;
  }
  .buttonType3.heightDefault {
    line-height: 45px;
  }
  .buttonType3.typePrev {
    padding: 0 20px 0 40px;
  }
  .buttonType4 {
    width: 100%;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    padding: 0 50px 0 20px;
  }
  .buttonType4:before {
    width: 38px;
    height: 60px;
  }
  .buttonType4 i.price {
    margin-top: 17px;
    margin-right: 10px;
  }
  .buttonType5 {
    text-align: left;
    line-height: 1.2;
    padding: 7px 35px 7px 10px;
  }
  .buttonType6 {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 45px;
    padding: 0 40px 0 40px;
    margin-right: 8px;
    margin-left: 8px;
  }
  .lineType1 {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .lineType2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .stepMenu {
    margin-bottom: 35px;
  }
  .stepMenu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 180px;
    width: 325px;
    margin: 0 auto;
  }
  .stepMenu__item {
    width: 104px;
    height: 87px;
    margin-bottom: 6px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .stepMenu__item > a,
  .stepMenu__item > span {
    /*height: 173px;*/
    /*padding-top: 60px;*/
    font-weight: 300;
    font-size: 13px;
    /*margin-top: 25px;*/
  }
  .stepMenu__item i {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 9px;
    margin-top: 25px;
  }
  .stepMenu__item > a:after,
  .stepMenu__item > span:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ed4245;
    position: absolute;
    bottom: 77px;
    left: -5px;
    margin-left: -5px;
    transform: rotate(135deg);
  }
  .stepMenu__item.typeLine1 > a,
  .stepMenu__item.typeLine1 > span {
    padding-top: 37px;
  }
  .imgMap__text {
    display: none;
  }
  .mailform__list.typeBorder {
    border-bottom: 1px dotted #768489;
    margin-bottom: 25px;
    margin-top: 27px;
  }
  .mailform__heading {
    padding: 15px 10px 15px 60px;
    margin: 0 -20px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .mailform__heading.typeNoIcon {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .mailform__input {
    margin-bottom: 30px;
  }
  .mailform__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85;
    margin-bottom: 30px;
  }
  .mailform__badge {
    font-size: 10px;
    font-size: 1rem;
    width: 30px;
    line-height: 17px;
    margin-left: -40px;
    margin-top: 5px;
  }
  .inputText.sizeS {
    width: 125px;
  }
  .inputText.sizeM {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    height: 46px;
  }
  .inputText.sizeL {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .textarea textarea {
    height: 170px;
  }
  .mailform__frame {
    height: 290px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .mailform__button {
    text-align: center;
  }
  .mailform__button [class^="buttonType"] {
    display: block;
    width: 100%;
  }
  .mailform__button .sizeS {
    display: inline-block;
    width: 47%;
  }
  .mailform__button .sizeS:first-child {
    float: left;
  }
  .mailform__button .sizeS:last-child {
    float: right;
  }
  .mailform__button.typeBorder {
    border-top: 1px dotted #768489;
    padding-top: 30px;
  }
  .checkbox {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mwform-radio-field {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mwform-radio-field input:before {
    margin-top: 0;
  }
  .mwform-radio-field input:checked:after {
    top: 4px;
  }
  .mailform__subHeading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin: 0 0 10px;
  }
  .confirm {
    padding-bottom: 25px;
  }
  .mailform__button {
    padding-top: 30px;
  }
  .rowTable {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .rowTable__arrow {
    width: 13px;
    height: 25px;
    padding: 0 9px;
    background-size: 13px auto;
  }
  .selectType1:before {
    width: 45px;
    height: 45px;
  }
  .selectType1:after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .selectType1__text {
    line-height: 45px;
    padding-left: 10px;
    padding-right: 50px;
  }
  .selectType2 {
    min-width: 102px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .selectType2:before {
    width: 45px;
    height: 45px;
  }
  .selectType2:after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .selectType2__text {
    line-height: 45px;
    padding-left: 10px;
    padding-right: 50px;
  }
  .selectType2__select {
    /*font-size: 16px;*/
    /*font-size: 1.6rem;*/
  }
  .formStep1__item {
    margin-bottom: 20px;
  }
  .formStep2__item {
    margin-bottom: 20px;
  }
  .formStep2__cell {
    padding: 20px 15px 20px;
    line-height: 1.74;
  }
  .formStep2__cell:nth-child(1) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .formStep2__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .formStep2__img {
    margin-right: auto;
    margin-left: auto;
  }
  .formStep3__item {
    margin-bottom: 20px;
  }
  .formStep3__cell {
    padding: 20px 15px 20px;
    line-height: 1.74;
  }
  .formStep3__cell:nth-child(1) {
    border-bottom: 1px solid #6894a3;
  }
  .formStep3__cell:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #6894a3;
  }
  .formStep3__cell:nth-child(3) {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .formStep3__price {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .formStep4__item {
    margin-bottom: 20px;
  }
  .formStep4__item:last-child {
    margin-bottom: 30px;
  }
  .formStep4__cell {
    padding: 20px 15px 20px;
    line-height: 1.74;
  }
  .formStep4__cell:nth-child(1) {
    border-bottom: 1px solid #6894a3;
    padding: 10px;
  }
  .formStep4__cell:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #6894a3;
  }
  .formStep4__cell:nth-child(3) {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .formStep4__price {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .formStep5__item {
    margin-bottom: 20px;
  }
  .formStep5__item:last-child {
    margin-bottom: 0;
  }
  .formStep5__cell {
    padding: 15px 15px;
  }
  .formStep5__cell.typeHeading {
    padding: 13px 20px;
  }
  .formStep5__cell:nth-child(2) {
    border-bottom: 1px solid #6894a3;
  }
  .formStep5__cell:nth-child(3) {
    padding: 0;
  }
  .formStep5__heading {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .formStep5__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .formStep5__img {
    width: 104px;
  }
  .formStep5__bottomItem:nth-child(1) {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px dotted #6894a3;
  }
  .formStep5__bottomItem:nth-child(2) {
    padding: 15px;
    text-align: center;
  }
  .formStep6 {
    margin-bottom: 15px;
  }
  .formStep6__heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    text-align: center;
    padding: 20px 15px;
  }
  .formStep6__cell:nth-child(3) {
    padding: 15px 15px;
  }
  .formStep6__total {
    font-weight: 200;
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
  }
  .formStep6__caution {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0 0 30px;
    color: #ef434c;
  }
  .formStep6__text {
    margin: 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .specification {
    margin-bottom: 30px;
  }
  .specification__inner {
    padding: 20px 15px;
  }
  .specification__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .specification__list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .specification__list.typeFirst {
    border-top: 1px solid #527b89;
  }
  .specification__list.typeFirst + .typeSingle {
    border-top: 1px solid #527b89;
    border-bottom: 1px dotted #527b89;
  }
  .specification__list.typeSingle {
    display: table;
    width: 100%;
  }
  .specification__list.typeSingle .specification__row {
    display: table-row;
  }
  .specification__list.typeSingle .specification__text {
    display: table-cell;
    padding: 13px 0 0 10px;
  }
  .specification__list.typeSingle .specification__price {
    display: table-cell;
    padding: 13px 0;
  }
  .specification__row:last-child .specification__price {
    border-bottom: 0;
  }

  .specification__row.typeSecond .specification__price {
    border-bottom: 0;
  }
  .specification__row.typeSecond .specification__num {
    display: none;
  }
  .specification__num {
    padding-top: 15px;
  }
  .specification__text {
    padding-bottom: 5px;
  }
  .specification__price {
    padding-bottom: 15px;
    border-bottom: 1px dotted #527b89;
  }
  a.lightboxImg:before {
    right: -45px;
    bottom: -45px;
  }
  a.lightboxImg:after {
    bottom: 4px;
    right: 4px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 739px) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
  img.pc-hide {
    /*width: 60px;*/
    /*height: 60px;*/
    /*padding-left: 18px;*/
    /*padding-top: 10px;*/
  }
  /*.visual {*/
  /*height: 800px;*/
  /*}*/
  /*.visual__title {*/
  /*margin-bottom: 150px;*/
  /*}*/
  .visual.step06 {
    height: 98px;
  }
  .visual.step06 .visual__title {
    margin-bottom: 0;
  }
  .visual.step06 .visual__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-hide {
    display: none !important;
  }
  .sp-show {
    display: inline-block !important;
  }
  .textM {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .textSPS {
    display: inline-block;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .visual__titleText {
    height: 150px;
    /*font-size: 66%;*/
  }
  /*.stepMenu__list {*/
  /*width: 90%;*/
  /*height: 80%;*/
  /*}*/
  /*.stepMenu__item {*/
  /*height: 120px;*/
  /*}*/
  /*.stepMenu__item {*/
  /*width: 32%;*/
  /*margin-bottom: 7px;*/
  /*font-size: 90%;*/
  /*font-weight: bold;*/
  /*}*/
  /*.stepMenu__item>a, .stepMenu__item>span {*/
  /*height: 100%;*/
  /*padding-top: 0px;*/
  /*}*/
  /*.stepMenu__item i {*/
  /*font-size: 70%;*/
  /*margin-bottom: 9px;*/
  /*margin-top: 42px;*/
  /*}*/
  /*.stepMenu__item>a:after, .stepMenu__item>span:after {*/
  /*display: none;*/
  /*content: "";*/
  /*width: 0;*/
  /*height: 0;*/
  /*border: 10px solid transparent;*/
  /*border-top: 10px solid #ed4245;*/
  /*position: absolute;*/
  /*bottom: 92%;*/
  /*left: -5%;*/
  /*transform: rotate(135deg);*/
  /*}*/
  /*.step_title {*/
  /*font-size: 117%;*/
  /*}*/
  /*.stepMenu__item.typeLine1>a, .stepMenu__item.typeLine1>span {*/
  /*padding-top: 56px;*/
  /*}*/
}

@media (min-width: 740px) {
  /* ---------------------------
 * PC & Tablet
 * --------------------------- */
  .textM {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .stepMenu__item.typeLine1 > a,
  .stepMenu__item.typeLine1 > span {
    /*padding-top: 76px;*/
  }
}

@media (min-width: 1025px) {
  /* ---------------------------
 * PC
 * --------------------------- */
  select {
    font-size: 16px;
  }
  .pc-hide,
  .sp-show {
    display: none !important;
  }
  .header {
    height: 58px;
    padding-right: 25px;
    padding-left: 33px;
  }
  .header__inner {
    height: 97px;
  }
  .header__logo {
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .header__link {
    right: 0;
    /* top: 25px; */
  }
  .header__link a {
    width: 230px;
    line-height: 61px;
    padding-left: 20px;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header__link a:before {
    top: 50%;
    left: 25px;
    margin-top: -8px;
  }
  .header__link a span img {
    vertical-align: text-bottom;
    margin-right: 6px;
    width: 16px;
    height: 16px;
  }
  .visual {
    height: 510px;
  }
  .visual__title {
    /* margin-top: 130px; */
    line-height: 36px;
    font-size: 43px;
    font-size: 4.3rem;
    margin-bottom: 117px;
  }
  .visual__inner.step09 .visual__title {
    margin-top: 28px;
  }
  .visual__title:before {
    width: 25px;
    height: 36px;
    background-size: 25px auto;
  }
  .visual__icon img {
    width: 167px;
    height: 79px;
    margin-top: 76px;
  }
  .visual__icon.step09 img {
    margin-top: 100px;
  }
  .content__inner {
    width: 980px;
    margin: 80px auto 70px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sectionType1 {
    margin-bottom: 70px;
  }
  .sectionType1 .step07 {
    margin-bottom: 12px;
  }
  .borderBox {
    width: 800px;
    margin: 0 auto;
    padding: 25px 40px 25px;
  }
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer__inner {
    height: 150px;
  }
  .footer__text {
    float: left;
  }
  .footer__description {
    font-weight: 200;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin: 45px 0 15px;
  }
  .footer__logo {
    width: 242px;
  }
  .footer__copyright {
    float: right;
    margin-top: 65px;
  }
  .footer__copyright small {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .headingType1 {
    font-weight: 500;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 70px;
    color: #333333;
  }
  .headingType1.step07 {
    letter-spacing: 2.16px;
    margin-top: 48px;
    margin-bottom: 49px;
  }
  .headingType1__subText {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 25px;
  }
  .headingType2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .headingType3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .headingType4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 65px;
  }
  .textTypeLead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 70px;
  }
  .headingType1 + .textTypeLead {
    margin-top: -40px;
  }
  .buttonGroup1 {
    text-align: right;
  }
  .buttonGroup2 {
    text-align: center;
  }
  .buttonGroup4 {
    width: 680px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }
  .buttonGroup4__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 5px 0 15px;
  }
  .buttonGroup4__list {
    font-size: 0;
  }
  .buttonGroup4__item {
    display: inline-block;
    margin: 5px;
  }
  .buttonGroup4__item:nth-child(odd) {
    margin-left: 0;
  }
  .buttonGroup4__item:nth-child(even) {
    margin-right: 0;
  }
  .buttonGroup4__item .buttonType3 {
    width: 312px;
  }
  .buttonType1 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 50px 0 20px;
    min-width: 176px;
  }
  .type_form .buttonType1 {
    padding: 0 50px 0 50px;
  }
  .buttonType1:hover {
    opacity: 0.6;
  }
  .buttonType2 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 50px 0 20px;
    min-width: 176px;
  }
  .buttonType2:hover {
    opacity: 0.6;
  }
  .buttonType3 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 60px;
    padding: 0 40px 0 40px;
    min-width: 253px;
  }
  .buttonType3:hover {
    opacity: 0.6;
  }
  .buttonType3.sizeS {
    min-width: 0;
    width: 235px;
  }
  .buttonType3.sizeM {
    width: 350px;
  }
  .buttonType3.typePrev {
    padding: 0 20px 0 40px;
  }
  .buttonType3[disabled]:hover {
    opacity: 0.6;
  }
  .buttonType4 {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 70px;
    padding: 0 50px 0 20px;
    min-width: 500px;
  }
  .buttonType4:hover {
    opacity: 0.6;
  }
  .buttonType4:before {
    width: 38px;
    height: 70px;
  }
  .buttonType4 i.price {
    margin-top: 20px;
    margin-right: 10px;
  }
  .buttonType5 {
    text-align: center;
    line-height: 46px;
    padding: 0 27px 0 17px;
    height: 50px;
  }
  .buttonType6 {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 60px;
    padding: 0 40px 0 40px;
    width: 400px;
  }
  .buttonType6:hover {
    opacity: 0.6;
  }
  .lineType1 {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .lineType2 {
    margin-top: 75px;
    margin-bottom: 50px;
  }
  .stepMenu {
    margin-bottom: 75px;
  }
  .stepMenu__item {
    width: 155px;
    height: 129px;
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    /*font-weight: bold;*/
  }
  .stepMenu__item > a,
  .stepMenu__item > span {
    height: 129px;
    padding-top: 43px;
  }
  .stepMenu__item > a:after,
  .stepMenu__item > span:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #ed4245;
    position: absolute;
    bottom: 114px;
    left: -7%;
    margin-left: -5px;
    transform: rotate(135deg);
  }
  .stepMenu__item i {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .stepMenu__item.typeLine1 > a,
  .stepMenu__item.typeLine1 > span {
    padding-top: 58px;
  }
  .imgMap {
    width: 652px;
  }
  .imgMap__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: right;
    position: relative;
    line-height: 1;
  }
  .imgMap__text:before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #7699a8;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
  }
  .mailform__list {
    display: table;
    width: 100%;
    border: 1px solid #bac1c4;
    margin-bottom: 46px;
  }
  .mailform__item {
    display: table-row;
    border-bottom: 1px dotted #333;
  }
  .mailform__item:last-child .mailform__heading,
  .mailform__item:last-child .mailform__input,
  .mailform__item:last-child .mailform__text {
    border-bottom: 0;
  }
  .mailform__heading {
    display: table-cell;
    vertical-align: middle;
    width: 320px;
    padding: 21px 0 21px 66px;
    line-height: 1.4;
    border-bottom: 1px dotted #333;
  }
  .mailform__heading.typeNoIcon {
    width: 290px;
    padding-left: 25px;
  }
  .mailform__input {
    display: table-cell;
    padding: 27px 20px 17px 25px;
    border-bottom: 1px dotted #333;
  }
  .mailform__text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
    padding: 24px 20px 24px 40px;
    border-bottom: 1px dotted #333;
  }
  .mailform__badge {
    font-size: 12px;
    font-size: 1.2rem;
    width: 34px;
    line-height: 19px;
    margin-left: -44px;
    margin-top: 3px;
  }
  .inputText.sizeS {
    width: 140px;
    height: 50px;
    margin-bottom: 20px;
  }
  .inputText.sizeM {
    width: 350px;
    height: 50px;
  }
  .inputText.sizeL {
    width: 100%;
    height: 50px;
    margin-right: 0;
  }
  .textarea textarea {
    height: 120px;
  }
  .mailform__frame {
    max-width: 980px;
    padding: 25px 35px;
    margin-bottom: 41px;
    height: 240px;
  }
  .mailform__button {
    /*padding-top: 40px;*/
  }
  .mailform__button [class^="buttonType"] {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mailform__button [class^="buttonType"]:first-child {
    margin-left: 0;
  }
  .mailform__button [class^="buttonType"]:last-child {
    margin-right: 0;
  }
  .mailform__button .step07 {
    height: 70px;
    width: 470px;
  }
  .mailform__button input {
    background: none;
    border: 0;
    width: 100%;
    padding: 19px 50px 19px 40px;
  }
  .mailform__button.typeBorder {
    border-top: 1px dotted #768489;
    padding-top: 40px;
    margin-top: 55px;
  }
  .mailform__subHeading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 0 5px;
  }
  .confirm {
    padding-bottom: 50px;
  }
  .flexTypeCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rowTable__arrow {
    width: 26px;
    height: 50px;
    padding: 0 17px;
    background-size: 26px auto;
  }
  .selectType1:before {
    width: 50px;
    height: 50px;
  }
  .selectType1:after {
    right: 22px;
    width: 7px;
    height: 7px;
  }
  .selectType1__text {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 55px;
  }
  .selectType2 {
    min-width: 122px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .selectType2:before {
    width: 50px;
    height: 48px;
  }
  .selectType2:after {
    right: 22px;
    width: 7px;
    height: 7px;
  }
  .selectType2__text {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 55px;
  }
  .formStep2__item {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
  }
  .formStep2__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
  }
  .formStep2__cell:nth-child(1) {
    width: 353px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .formStep2__cell p {
    margin-top: 0;
  }
  .formStep2__cell.typeNoPadding {
    padding: 7px 0;
  }
  .formStep2__cellInner {
    width: 100%;
  }
  .formStep2__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .formStep2__img {
    padding-right: 25px;
  }
  .formStep3__item {
    display: table;
    margin-bottom: 40px;
  }
  .formStep3__item .rowTable {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .formStep3__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .formStep3__cell:nth-child(1) {
    width: 324px;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #6894a3;
  }
  .formStep3__cell:nth-child(2) {
    width: 340px;
    border-right: 1px solid #6894a3;
  }
  .formStep3__cell:nth-child(3) {
    width: 245px;
  }
  .formStep3__cell p {
    margin-top: 0;
  }
  .formStep3__cell.typeNoPadding {
    padding: 7px 0;
  }
  .formStep3__cellInner {
    width: 100%;
  }
  .formStep3__text {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px dotted #768489;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .formStep3__price {
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .formStep4__item {
    display: table;
    margin-bottom: 25px;
  }
  .formStep4__item:last-child {
    margin-bottom: 70px;
  }
  .formStep4__item .rowTable {
    text-align: center;
  }
  .formStep4__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .formStep4__cell:nth-child(1) {
    width: 378px;
    padding: 10px;
    border-right: 1px solid #6894a3;
  }
  .formStep4__cell:nth-child(2) {
    width: 272px;
    border-right: 1px solid #6894a3;
  }
  .formStep4__cell:nth-child(3) {
    width: 245px;
  }
  .formStep4__cell p {
    margin-top: 0;
  }
  .formStep4__cell.typeNoPadding {
    padding: 7px 0;
  }
  .formStep4__cellInner {
    width: 100%;
  }
  .formStep4__text {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px dotted #768489;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .formStep4__price {
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .formStep5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .formStep5__item {
    width: 470px;
    margin-bottom: 40px;
  }
  .formStep5__item:nth-child(odd) {
    margin-right: 40px;
  }
  .formStep5__cell {
    padding: 15px 20px 25px;
  }
  .formStep5__cell.typeHeading {
    padding: 10px 20px;
  }
  .formStep5__cell:nth-child(2) {
    border-bottom: 1px dotted #6894a3;
  }
  .formStep5__cell:nth-child(3) {
    padding: 20px;
  }
  .formStep5__heading {
    font-size: 20px;
    font-size: 2rem;
  }
  .formStep5__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .formStep5__img {
    width: 180px;
  }
  .formStep5__bottom {
    display: table;
    width: 100%;
  }
  .formStep5__bottomItem {
    display: table-cell;
  }
  .formStep5__bottomItem:nth-child(1) {
    text-align: left;
  }
  .formStep5__bottomItem:nth-child(2) {
    text-align: right;
  }
  .formStep6 {
    margin-bottom: 45px;
  }
  .formStep6__heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    padding: 10px 20px;
  }
  .formStep6__cell:nth-child(3) {
    padding: 25px 10px 30px;
  }
  .formStep6__total {
    text-align: right;
    font-weight: 500;
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0;
    padding: 30px 30px 0;
  }
  .formStep6__text {
    margin: 0 0 15px;
    text-align: center;
  }
  .specification {
    margin-bottom: 67px;
  }
  .specification__inner {
    padding: 75px 160px;
  }
  .specification__heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .specification__list {
    display: table;
    width: 100%;
    border-top: 1px dotted #527b89;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .specification__list.typeFirst:first-child > * {
    padding-top: 15px;
  }
  .specification__list.typeFirst:last-child > * {
    padding-bottom: 15px;
  }
  .specification__row {
    display: table-row;
    margin: 0;
    padding: 0;
  }
  .specification__row:first-child > * {
    padding-top: 19px;
  }
  .specification__row:last-child > * {
    padding-bottom: 12px;
  }
  .specification__row.typeSecond .specification__text {
    padding-left: 10px;
  }
  .specification__num {
    width: 5.5em;
    display: table-cell;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .specification__num:first-child {
    padding-left: 20px;
    font-weight: 400;
  }
  .specification__text {
    display: table-cell;
    /*padding: 15px 10px 0 0;*/
    padding-top: 8px;
  }
  .specification__text:first-child {
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .specification__price {
    display: table-cell;
    padding: 0 15px 0 10px;
  }
  a.lightboxImg:before {
    right: -40px;
    bottom: -40px;
  }
  a.lightboxImg:after {
    bottom: 7px;
    right: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*↑↑↑共通↑↑↑*/

/*↓↓↓STEP1↓↓↓*/

.open {
  display: inline;
  cursor: pointer;
}
.buttonType1.decided1 {
  background-color: #fff;
  color: #ed4245;
  border: solid 1px #ed4245;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}
.buttonType1.decided1:before {
  background-color: #fff;
}
.buttonType1.decided1:after {
  border-top: 1px solid #ed4245;
  border-right: 1px solid #ed4245;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1;
}

.modalWindow {
  width: 600px;
  height: 747px;
  position: fixed;
  background-color: #fff;
  display: none;
  z-index: 2;
}
.modalWindow > .modal_text {
  margin-bottom: 20px;
  margin-top: 34px;
}

.anim {
  opacity: 1;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.formStep_modal .formStep1__item:first-child {
  margin-bottom: 0px;
}
.modal_text {
  height: 50px;
  /*margin-top: 40px;*/
  /*margin-bottom: 40px;*/
  font-size: 30px;
  text-align: center;
  color: #768489;
}

.formStep_modal > .buttonType1.decided1 {
  width: 50%;
  margin: 38px auto;
  display: inherit;
}

.formStep1__item > .modal_text {
  font-size: 18px;
  font-weight: 700;
  color: #595959;
  margin-top: 26px;
  margin-bottom: 15px;
}

.image {
  width: 600px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.image > img {
  border: 1px solid #cbcccd;
}

.visual_step1__img {
  background-image: url("../images/1PC.png");
}

/*.step_01_content{*/
/*width: 960px;*/
/*height: 1005px;*/
/*margin: 0 auto;*/
/*border: #cccccc solid 1px;*/
/*}*/

.area_select_text {
  width: 100%;
}

.area_select_text > p {
  text-align: center;
}

.area_select_text > .title {
  font-size: 30px;
  color: #768489;
  margin: 60px 0 30px;
}

.area_select_text > .comment {
  font-size: 16px;
  color: #333333;
  margin: 0 auto 40px;
}

.search_icon {
  vertical-align: middle;
  margin-right: 10px;
}

.map_all {
  display: block;
  margin: 0 auto;
}

/*.not_to_proceed{*/
/*border: 1px solid #e71f19;*/
/*width: 960px;*/
/*margin: 44px auto 105px;*/
/*}*/

.not_to_step2 {
  color: #e71f19;
  font-size: 15px;
  text-align: center;
  margin: 25px auto 15px;
}

.not_to_step2_comment {
  color: #e71f19;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.step_01_wrap {
  width: 960px;
  margin: auto;
}

/* .pc-hide{
  display: none;
} */

.step_01_content {
  width: 960px;
  height: 1005px;
  margin: 0 auto;
  border: #cccccc solid 1px;
}

.area_select_text > p {
  text-align: center;
}

.area_select_text > .title {
  font-size: 30px;
  color: #768489;
  margin: 60px 0 25px;
}

.area_select_text > .comment {
  font-size: 16px;
  color: #333333;
  margin: 0 auto 40px;
}

.img_div {
  width: 100%;
  height: 100%;
}

.img_div img {
  width: 100%;
  height: 100%;
}

.not_to_proceed {
  border: 1px solid #e71f19;
  width: 960px;
  margin: 42px auto 52px;
}

.not_to_step2 {
  color: #e71f19;
  font-size: 14px;
  text-align: center;
  /*margin: 25px 65px 15px;*/
  font-weight: 600;
  width: 100%;
}

.not_to_step2_comment {
  color: #e71f19;
  font-size: 13px;
  text-align: center;
  margin: 0 40px 18px;
  font-weight: 500;
}

.selectType1__select {
  display: block;
}
.selectType1 {
  position: relative;
  display: block;
  background-color: #8a969b;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 37px;
  border: 1px solid #8a969b;
}
.selectType1__text {
  height: 44px;
  line-height: 44px;
  font-weight: 100;
}

.selectType1:before {
  height: 100%;
  background-color: #595959;
}

.selectType1:after {
  margin-right: 20px;
  right: -1px;
}

.formStep1__item {
  margin-bottom: 22px;
}

.formStep_modal {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.disabled {
  background-color: #d6dadb;
  border: 1px solid #d6dadb;
}

.disabled:before {
  background-color: #cccccc;
}
@media (max-width: 1024px) {
  .visual_step1__img {
    background-image: url("../images/1SP.png");
  }

  .area_select_text {
    display: none;
  }
  .formStep1 {
    width: 650px;
    margin: auto;
    margin-bottom: 40px;
  }
  .step_01_content {
    width: 650px;
    height: 770px;
  }
  .not_to_proceed {
    width: 650px;
    margin-top: 28px;
  }
}
@media (max-width: 739px) {
  /*.pc-hide{*/
  /*display: inherit;*/
  /*}*/

  .area_select_text {
    display: none;
  }

  .selectType1__select {
    display: block;
  }

  .formStep1 {
    width: 90%;
    /*margin: auto;*/
  }

  .selectType1 {
    position: relative;
    display: block;
    /* margin: 0 0 52px;
    height: 85px;
    padding: 25px;
    font-size: 26px; */
    background-color: #8a969b;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 37px;
    border: 1px solid #8a969b;
  }

  .disabled {
    background-color: #d6dadb;
    border: 1px solid #d6dadb;
  }

  .selectType1:before {
    height: 100%;
    background-color: #595959;
  }

  .disabled:before {
    background-color: #cccccc;
  }

  .selectType1:after {
    margin-right: 20px;
    right: -1px;
  }

  .step_01_content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .not_to_proceed > .not_to_step2 {
    word-break: break-all;
    font-weight: 500;
  }

  .step_01_content {
    width: 90%;
    height: auto;
  }

  .step_01_content > img {
    max-width: 100%;
    height: auto;
  }
  .not_to_proceed {
    width: 90%;
    /*margin: 44px auto 105px;*/
  }
}
/*↑↑↑STEP1↑↑↑*/

/*↓↓↓STEP2↓↓↓*/

.visual_step2__img {
  background-image: url("../images/2PC.png");
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
}

.type_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.type_content {
  width: 470px;
  height: 841px;
  margin-bottom: 32px;
  background-color: #ffffff;
}

.left {
  margin-right: 40px;
}

.type_content .type_name {
  text-align: center;
  font-size: 40px;
  margin-top: 52.5px;
  margin-bottom: inherit;
  height: 60px;
}

.type_content .type {
  text-align: center;
  font-size: 24px;
  margin: inherit;
}

.type_content h1 {
  text-align: center;
  color: #768489;
  height: 30px;
  margin: inherit;
  font-weight: 500;
  margin-bottom: 48px;
}

.type_content .type_img {
  text-align: center;
  margin-bottom: 40px;
}

.type_sentence p {
  font-size: 15px;
  width: 379px;
  height: 150px;
  margin-left: 45.5px;
  margin-right: 45.5px;
}

.type_form.onlyButton {
  height: 135px;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  top: 30px;
}

3.type_form {
  position: relative;
  top: 30px;
}

.type_select select {
  /* border: 2px solid #b2b2b2;
  background-color: #fff;
  color: #333;
  position: relative;
  width: 379px;
  height: 50.5px;
  margin-left: 45.5px;
  margin-right: 45.5px;
  margin-bottom: 24.5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding-left: 10px;
  border-radius: 0px;
  background: url(../images/form_icon.png) right 50% no-repeat; */
}

@media (max-width: 1024px) {
  .visual_step2__img {
    background-image: url("../images/2SP.png");
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
  }

  .left {
    margin-right: 0px;
  }
  .under {
    margin-bottom: 47px;
  }
  .content {
    padding-top: 55px;
    padding-bottom: 128px;
  }
  .content.step06 {
    padding-top: 25px;
  }
  .content__inner {
    margin: inherit;
    padding-left: 50px;
    padding-right: 50px;
  }
  .type_content .contents_block {
    display: contents;
  }
  .type_content .type_name {
    /* font-size: 55px; */
    margin-top: 90px;
  }
  .type_content .type {
    /* font-size: 33px; */
    line-height: 84px;
  }
  .type_content h1 {
    /* font-size: 41px; */
    line-height: 35px;
    margin-bottom: 100px;
  }
  .type_img img[alt="Basicタイプ"] {
    width: 396px;
    height: 221px;
  }
  .type_img img[alt="Cityタイプ"] {
    width: 291px;
    height: 221px;
  }
  .type_img img[alt="City2F×LDKタイプ"] {
    width: 287px;
    height: 221px;
  }
  .type_img img[alt="Exzタイプ"] {
    width: 331px;
    height: 221px;
  }
  .type_img img[alt="3Storyタイプ"] {
    width: 198px;
    height: 221px;
  }
  .type_list {
    display: flex;
    width: 100%;
  }
  .type_content {
    border: none;
    width: 100%;
    max-width: 980px;
    height: auto;
    padding-bottom: 70px;
  }

  div.type_sentence {
    padding-left: 61px;
    padding-right: 61px;
    margin-bottom: 30px;
  }

  .type_sentence p {
    width: 100%;
    margin: inherit;
    /* font-size: 26px; */
    height: inherit;
    margin-bottom: 58px;
  }
  .type_select select {
    width: 100%;
    margin-left: inherit;
    /* height: 80px; */
    /* background-size: 80px; */
    /* font-size: 26px; */
    margin-bottom: 43px;
  }
  .selectType2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .selectType2:before {
    height: 100%;
  }
  .type_form .buttonType1 {
    width: 100%;
    display: block;
    /* font-size: 26px; */
    /* font-size: 2.6rem; */
    padding: 0 50px 0 50px;
    /* height: 90px; */
  }
  /* .type_content.left {
    border-bottom: 47px solid #F1F2F3;
  }
  .type_content.form {
    height: 1285px;
  } */
  .type_form {
    padding-left: 61px;
    padding-right: 61px;
  }
  .type_form.onlyButton {
    display: block;
    padding-left: 61px;
    padding-right: 61px;
    height: auto;
  }
  button.buttonType1 {
    margin-left: inherit;
    margin-right: inherit;
  }
}
@media (max-width: 739px) {
  .content__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title p.type_name {
    /* font-size: calc(10px + 6vw); */
    margin-top: 30px;
  }
  .title p.type {
    /* font-size: calc(10px + 3vw); */
  }
  .type_content h1 {
    margin-bottom: 50px;
  }
  .type_content .type_img {
    margin-bottom: 20px;
  }
  .type_img img[alt="Basicタイプ"] {
    width: 40%;
    height: 40%;
  }
  .type_img img[alt="Cityタイプ"] {
    width: 40%;
    height: 40%;
  }
  .type_img img[alt="City2F×LDKタイプ"] {
    width: 40%;
    height: 40%;
  }
  .type_img img[alt="Exzタイプ"] {
    width: 40%;
    height: 40%;
  }
  .type_img img[alt="3Storyタイプ"] {
    max-width: 198px;
    max-height: 221px;
    width: 40%;
    height: 40%;
  }
  .contents_block .type_sentence {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .contents_block .type_sentence p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .type_form {
    padding-left: 40px;
    padding-right: 40px;
  }
  .type_select select {
    /* position: relative; */
    width: 100%;
    /* height: 40.5px; */
    /* background-size: 40.5px; */
    /* font-size: calc(10px + 0.3vw); */
    margin-bottom: 15px;
  }
  .type_form .buttonType1 {
    width: 100%;
    display: block;
    /* font-size: calc(10px + 0.8vw); */
    /*padding: 0 50px 0 20px;*/
    /* height: 50px; */
  }
  .type_content.left {
    border-bottom: none;
  }
  .type_content {
    padding-bottom: 40px;
  }
  .type_form.onlyButton {
    padding-left: 40px;
    padding-right: 40px;
  }
  .type_content .type {
    line-height: inherit;
  }
  .type_content .type_name {
    line-height: inherit;
  }
}

/*↑↑↑STEP2↑↑↑*/

/*↓↓↓STEP3↓↓↓*/

.visual_step3__img {
  background-image: url("../images/3PC.png");
}
.type_list3 {
  background-color: #ffffff;
  display: inline-block;
}

.type_content_border {
  width: 470px;
  height: 412px;
  max-width: 980px;
  margin-bottom: 52px;
  border: 1px solid #cccccc;
  float: left;
}

.rightmar {
  margin-right: 36px;
}

.type_content_border .type_name {
  text-align: center;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 52px;
  color: #768489;
}

.type_content_border .type {
  text-align: center;
  font-size: 24px;
  margin: inherit;
}

.type_content_border h1 {
  text-align: center;
  color: #768489;
  height: 30px;
  margin: inherit;
  font-weight: 500;
  margin-bottom: 48px;
}

.type_content_border .type_img {
  text-align: center;
  padding-bottom: 80px;
  border-bottom: 1px dotted #cccccc;
}

.blo {
  display: block;
  float: left;
}

.price {
  width: 232px;
  margin: none;
}

.price p {
  font-size: 18px;
  height: 33px;
  margin-top: 29px;
  margin-bottom: 29px;
  margin-left: 22px;
}

.buttontype {
  width: 200px;
  height: 50px;
  padding: 0;
  margin-left: 13px;
  margin-top: 20px;
  background-color: #6f8d9a;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
}

.buttontype:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  content: url(../images/pur.png);
  background-size: contain;
  vertical-align: middle;
}
.buttontype:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 40px;
  left: 0;
  content: "追加する";
  background-size: contain;
}

.buttontype.is-active {
  background-color: #ed4245;
}

.buttontype.is-active:after {
  content: "追加をやめる";
}

.buttontype.is-active:before {
  content: url(../images/mai.png);
}

.buttontype1 {
  display: inline-block;
  background-color: #ed4245;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
  width: 588px;
  height: 68px;
}
.buttontype1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #ed4245;
}
.buttontype1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_next {
  width: 100%;
  text-align: center;
}

.blolist {
  width: 100%;
}

@media (max-width: 1024px) {
  .visual_step3__img {
    background-image: url("../images/3SP.png");
  }

  .type_content_border {
    height: 600px;
    width: 100%;
    margin-right: 38px;
  }

  .type_content_border .type_name {
    width: 100%;
    text-align: center;
    font-size: 44px;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 76px;
  }

  .type_content_border .type {
    text-align: center;
    font-size: 24px;
    margin: inherit;
  }

  .type_content_border h1 {
    text-align: center;
    color: #768489;
    height: 30px;
    margin: inherit;
    font-weight: 500;
    margin-bottom: 48px;
  }

  .type_content_border .type_img {
    text-align: center;
    padding-bottom: 120px;
    border-bottom: 2px dotted #cccccc;
  }

  .price {
    width: 49%;
    text-align: center;
  }

  .price p {
    font-size: 26px;
    height: 44px;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 0px;
  }

  .buttontype {
    width: 270px;
    height: 90px;
    padding: 0;
    margin-left: 26px;
    margin-top: 25px;
    line-height: 45px;
  }

  .buttontype:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
  .buttontype:after {
    width: 180px;
    height: 40px;
    left: 0;
    font-size: 26px;
  }

  .buttontype.is-active:after {
    content: "追加をやめる";
  }

  .buttontype.is-active:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }

  .buttontype1 {
    line-height: 45px;
    width: 100%;
    height: 90px;
    font-size: 26px;
  }
  .buttontype1:before {
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
  }
  .buttontype1:after {
    top: 0;
    bottom: 0;
    right: 40px;
    width: 14px;
    height: 14px;
  }
  .type_img img[alt="部屋"] {
    width: 145px;
    height: 143px;
  }
  .type_img img[alt="物置"] {
    width: 145px;
    height: 143px;
  }
}

@media (max-width: 749px) {
  .type_content_border {
    height: 500px;
  }

  .type_content_border .type_name {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 62px;
  }

  .type_content_border .type {
    font-size: 24px;
  }

  .type_content_border h1 {
    height: 30px;
    font-weight: 500;
    margin-bottom: 48px;
  }

  .type_content_border .type_img {
    padding-bottom: 120px;
    border-bottom: 2px dotted #cccccc;
  }

  .price {
    width: 100%;
  }

  .price p {
    font-size: 22px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .buttontype {
    width: 80%;
    height: 50px;
    padding: 0;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: 200;
    line-height: 45px;
  }

  .buttontype:before {
    width: 23px;
    height: 23px;
    background-size: 23px;
  }
  .buttontype:after {
    width: 150px;
    height: 40px;
    font-size: 22px;
  }

  .buttontype.is-active:before {
    width: 23px;
    height: 23px;
    background-size: 23px;
  }

  .buttontype1 {
    line-height: 45px;
    width: 100%;
    height: 70px;
    font-size: 16px;
  }
  .buttontype1:before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .buttontype1:after {
    top: 0;
    bottom: 0;
    right: 30px;
    width: 8px;
    height: 8px;
  }
  .type_img img[alt="部屋"] {
    width: 108px;
    height: 106px;
  }
  .type_img img[alt="物置"] {
    width: 108px;
    height: 106px;
  }
  .blo {
    display: inline-block;
    text-align: center;
  }
}

/*↑↑↑STEP3↑↑↑*/

/*↓↓↓STEP4↓↓↓*/

.visual_step4__img {
  background-image: url("../images/4PC.png");
}

.type_content_border4 {
  width: 470px;
  height: 412px;
  max-width: 980px;
  margin-bottom: 42px;
  border: 1px solid #cccccc;
  float: left;
}

.type_content_border4 .type_name {
  text-align: center;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 52px;
}

.type_content_border4 .type {
  text-align: center;
  font-size: 24px;
  margin: inherit;
}

.type_content_border4 h1 {
  text-align: center;
  color: #768489;
  height: 30px;
  margin: inherit;
  font-weight: 500;
  margin-bottom: 48px;
}

.type_content_border4 .type_img {
  text-align: center;
  height: 190px;
  border-bottom: 1px dotted #cccccc;
}

.content_new {
  width: 1024px;
  margin: 80px auto 70px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.rightmar_new {
  margin-right: 20px;
  margin-left: 20px;
}

.buttontype2 {
  display: inline-block;
  background-color: #ed4245;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  border: 0;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
  margin-top: 20px;
  margin-left: 13px;
  width: 200px;
  height: 50px;
}
.buttontype2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #ed4245;
}
.buttontype2:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .visual_step4__img {
    background-image: url("../images/4SP.png");
  }
  .buttontype2 {
    margin-top: 45px;
  }

  .content_new {
    width: auto;
  }

  .type_content_border4 {
    width: 668px;
  }

  .type_content_border4 .type_name {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 76px;
  }

  .type_content_border4 {
    height: 570px;
    width: 100%;
    margin-right: 38px;
  }

  .type_content_border4 .type_img {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 2px dotted #cccccc;
  }

  .rightmar_new {
    margin-right: 0px;
    margin-left: 0px;
  }

  .buttontype2 {
    width: 270px;
    margin-left: 26px;
    font-size: 26px;
  }
}

@media (max-width: 749px) {
  .type_content_border4 {
    height: 500px;
    width: 100%;
    margin-right: 38px;
  }

  .type_content_border4 .type_name {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 62px;
  }

  .buttontype2 {
    width: 80%;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
  }
}

/*↑↑↑STEP4↑↑↑*/

/*↓↓↓STEP5↓↓↓*/

.visual_step5__img {
  background-image: url("../images/5PC.png");
}
.migi {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: 20px;
  margin-right: 20px;
}
.image-resize {
  max-width: 180px;
  max-height: 140px;
  -ms-interpolation-mode: bicubic;
}

.step_text {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.type_content_border5 {
  width: 470px;
  height: 412px;
  max-width: 980px;
  margin-bottom: 42px;
  border: 1px solid #cccccc;
  float: left;
}

.type_content_border5 .type_name5 {
  text-align: center;
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 0;
  height: 45px;
  color: #768489;
}

.type_content_border5 .type_come {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}

.type_content_border5 .type {
  text-align: center;
  font-size: 24px;
  margin: inherit;
}

.type_content_border5 h1 {
  text-align: center;
  color: #768489;
  height: 30px;
  margin: inherit;
  font-weight: 500;
  margin-bottom: 48px;
}

.type_content_border5 .type_img {
  text-align: center;
  height: 190px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 1024px) {
  .visual_step5__img {
    background-image: url("../images/5SP.png");
  }
  .content_new {
    width: auto;
  }

  .type_content_border5 {
    width: 668px;
  }

  .type_content_border5 .type_name {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 76px;
  }

  .type_content_border5 {
    height: 500px;
    width: 100%;
    margin-right: 38px;
  }

  .type_content_border5 .type_img {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 2px dotted #cccccc;
  }

  .rightmar_new {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 749px) {
  .type_content_border5 .type_name5 {
    font-size: 24px;
  }
  .image-resize.two_img {
    max-width: 104px;
    max-height: 88px;
    -ms-interpolation-mode: bicubic;
  }

  .type_content_border5.rightmar_new.two_img {
    height: 450px;
  }

  .type_img.two_img {
    height: fit-content;
    padding-bottom: 92px;
  }

  .migi {
    margin-top: 29px;
    margin-bottom: 29px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .type_content_border5 {
    height: 500px;
    width: 100%;
    margin-right: 38px;
  }

  .type_content_border5 .type_name {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 62px;
  }
}
/*↑↑↑STEP5↑↑↑*/

/*↓↓↓STEP6↓↓↓*/

.visual_step6__img {
  background-image: url("../images/6PC.png");
}

.buttonType3.step6 {
  background-color: #fff;
  color: #ed4245;
  border: 1px solid #ed4245;
}

.specification__list.typeSingle.typeTotal.step6 {
  background-color: #f7f7f7;
  border-top: 1px dotted #768489;
  border-bottom: 0px;
}

.specification__list.typeSingle.typeTotal.price_total {
  background-color: #9fa9ad;
  border-bottom: 0px;
  border-top: 0px;
  color: #fff;
}

.specification__list.typeSingle.typeTotal.price_total:first-child {
  height: 56px;
}

.specification__price.price_total {
  color: #fff;
}

.specification__list.typeTotal .specification__text.step6 {
  color: #fff;
  font-weight: normal;
}

.buttonGroup4__item.btn_position {
  margin: 13px;
}

.formStep6__cell.typeHeading.step6 {
  text-align: center;
}

.formStep6__total.middle {
  text-align: center;
  font-size: 56px;
}

.formStep6__caution.middle {
  text-align: center;
  padding-right: 0px;
  color: #999999;
  font-size: 16px;
  padding-bottom: 30px;
}

.formStep6.border {
  border: 1px solid #bac1c4;
  margin-bottom: 80px;
}

.formStep6__cell.typeHeading.BG_color {
  text-align: center;
  background-color: #fff;
}

.specification.border {
  border: none;
}

.formStep6__cell.border {
  border: none;
}

.content.BG_color {
  background-color: #fff;
  padding-bottom: 0px;
}

.specification__inner.BG_color {
  background-color: #f7f7f7;
  padding: 75px 80px 63px;
  margin: 0 80px 79px;
}

.specification__price {
  display: table-cell;
  padding: 0 15px 0 10px;
  color: #768489;
}

.specification__row dd.specification__price.subtotal {
  font-weight: normal;
}

.specification__row dd.specification__price.price_total {
  font-weight: normal;
  padding-top: 12px;
}

.formStep6__item.BG_color {
  background-color: #f0f4f7;
  width: 100%;
}

.buttonGroup4__heading.step6 {
  font-size: 32px;
  color: #000;
  padding-top: 75px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.formStep6__cell.cell__padding {
  padding-bottom: 105px;
}

.specification__heading.font {
  /* font-size: 22px; */
}

.formStep6__heading.font {
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #768489;
}

.formStep6__cell.typeHeading.BG_color.border {
  border-bottom: dotted 1px #768489;
}

.buttonGroup4.BG_color {
  background-color: transparent;
}

.specification__list.typeFirst.step6 {
  border-top: dotted 1px #768489;
}

@media (max-width: 1024px) {
  .visual_step6__img {
    background-image: url("../images/6SP.png");
  }
  .buttonGroup4__heading.step6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .formStep6__total.middle {
    font-size: 40px;
  }
  .formStep6__caution.middle {
    font-size: 12px;
  }
  .headingType1 {
    margin-bottom: 150px;
    margin-top: 65px;
    font-size: 20px;
  }
  .specification__heading.font {
    /* font-size: 30px; */
    margin-top: 0px;
    padding-top: 45px;
    margin-bottom: 35px;
  }
  .specification__num {
    /* font-size: 26px; */
  }
  .specification__text {
    /* font-size: 26px; */
  }
  .specification__price {
    /* font-size: 26px; */
    display: block;
    border-bottom: none;
  }
  .specification__inner.BG_color {
    background-color: #f7f7f7;
    padding: 0px 5px 5px;
    margin: 0 8px;
  }
  .specification__row dd.specification__price.subtotal {
    font-weight: normal;
    padding-right: 15px;
  }
  .specification__row dd.specification__price.price_total {
    font-weight: normal;
    padding-right: 15px;
  }
  .formStep6__text.text__font {
    /* font-size: 26px; */
    text-align: center;
  }
  .buttonType3.step6 {
    /* font-size: 26px; */
  }
  .buttonGroup4__item.btn_position {
    margin: 26px;
  }
  .formStep6__cell.cell__padding {
    padding-bottom: 56px;
  }
  .specification__list.typeFirst {
    border-top: dotted 1px #527b89;
  }

  .specification__num.blank {
    padding-top: 0px;
  }

  .formStep6.border {
    padding-bottom: 30px;
  }
}

@media (max-width: 739px) {
  .headingType1 {
    /* font-weight: 500; */
    /* font-size: 110%; */
    /* margin-bottom: 120px; */
    /* margin-top: 55px; */
  }
  .headingType1.step06 {
    display: none;
  }
  .formStep6__heading.font {
    /* font-size: 1.3em; */
  }
  .formStep6__total.middle {
    /* font-size: 2.2em; */
  }
  .formStep6__caution.middle {
    /* font-size: 0.7em; */
    padding-left: 0px;
  }
  .specification__heading.font {
    /* font-size: 100%; */
  }
  .specification__num {
    /* font-size: 90%; */
    /* margin-left: 10px; */
  }
  .specification__text {
    /* font-size: 90%; */
    /* margin-left: 10px; */
  }
  .specification__price {
    /* font-size: 90%; */
    padding-right: 10px;
  }
  .buttonGroup4__heading.step6 {
    /* font-size: 150%; */
  }
  .buttonGroup4__heading.step6 {
    /* font-size: 150%; */
    /* font-weight: 300; */
  }
  .formStep6__text.text__font {
    /* font-size: 80%; */
  }
  .buttonType3.step6 {
    /* font-size: 85%; */
  }
  .buttonGroup4__item.btn_position {
    /* margin: 10px; */
  }
  .specification__num.blank {
    /* padding-top: 0px; */
  }
  .specification__inner.BG_color {
    /* padding: 0px 0px 30px; */
    /* width: 100%; */
    /* margin: 0px; */
  }
  .specification {
    width: 100%;
  }
}

/*↑↑↑STEP6↑↑↑*/

/*↓↓↓STEP7↓↓↓*/

.checkbox .checkbox__text.bg__img:after {
  background-image: url(https://miniprot.com/common/images/icon_check.png);
}

.headingType2.attn {
  font-size: 15px;
  color: #333;
  margin-bottom: 100px;
}

.headingType2.attn span.color {
  color: #ed4245;
}

.headingType1.position {
  margin-bottom: 35px;
}
.headingType1.position.step8 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2.16px;
  margin-top: 48px;
  margin-bottom: 108px;
}
.mailform__heading.BG__white {
  background-color: #ffffff;
  border-bottom: 1px dotted #999999;
}

.mailform__list.border__none {
  border: none;
}

.mailform__heading.BG__white.border__input {
  border-top: 1px dotted #999999;
}

.mailform__input.border__input {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  padding-top: 36px;
  padding-bottom: 19px;
}

.mailform__heading.BG__white.border__input2 {
  border-bottom: 1px dotted #999999;
}

.mailform__input.border__input2 {
  border-bottom: 1px dotted #333333;
}

.buttonType5.button__color {
  background-color: #5c5c5c;
}

.buttonType5.button__color:before {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 9px;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  border: none;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inputText input.BG__color {
  background-color: #fce3e3;
}

.mailform__input p.color {
  color: #ed4245;
}

.mailform__input.border__input div.disp {
  display: inline;
  width: 320px;
}

.disp div.mailform__input.border__input2 {
  display: block;
  border-bottom: 1px dotted #999999;
}

.mailform__item.BG__color7 {
  background-color: #919da1;
  height: 130px;
}

.disp label.checkbox.position {
  margin-bottom: 19px;
  margin-top: 10px;
  width: 246px;
}

div.mailform__input.step7 {
  padding-top: 34px;
  padding-left: 20px;
  padding-right: 40px;
}

.mailform__subHeading.step7 {
  margin-bottom: 25px;
  height: 25px;
  line-height: 22px;
}

.mailform__input.position {
  padding-bottom: 36px;
  padding-top: 38px;
  border-bottom: 1px dotted #999999;
}

.mailform__input.position.form_kana {
  padding-top: 42px;
  padding-bottom: 33px;
}

.mailform__input.position.form_tel {
  padding-top: 40px;
  padding-bottom: 30px;
}

.mailform__input.position.form_mail {
  padding-top: 41px;
  padding-bottom: 31px;
}

.mailform__input.position.form_re_mail {
  padding-top: 44px;
  padding-bottom: 30px;
}

.mailform__input.position.form_add {
  padding-top: 41px;
  padding-bottom: 33px;
}

.disp div.mailform__input.border__input2.form_free {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* div.textarea textarea.text__step7 {
  height: 165px;
  resize: none;
} */

.tb-br {
  display: none;
}

.confirm.border__none {
  border-bottom: none;
}

.mailform__frame.color {
  border: 1px solid #cccccc;
}

.textarea.step7 {
  border: 1px solid #cccccc;
}

.inputText.sizeS.color {
  border: 1px solid #cccccc;
}

.inputText.sizeM.color {
  border: 1px solid #cccccc;
}

.inputText.sizeL.color {
  border: 1px solid #cccccc;
}
/* css 追加*/
.visual.step_enquiry.BG__color {
  background-color: #f0f4f7;
  height: 350px;
}
.header__inner.heightnone {
  height: none;
}
input.text__font {
  font-size: 16px;
}
.text__font::-webkit-input-placeholder {
  color: #888888;
}
.text__font:-ms-input-placeholder {
  color: #888888;
}
.text__font::-moz-placeholder {
  color: #888888;
}

textarea.text__font.resize {
  resize: none;
  height: 185px;
  font-size: 16px;
}
/* css 追加*/

.contact-info {
  margin: 0 144px 35px;
  padding: 24px;
  border: 1px solid #d6273a;
  color: #d6273a;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-info--A {
  margin: 0 50px 0 0;
}
.contact-info__heading {
  margin: 0 0 17px;
  text-align: center;
  font-weight: bold;
}
.contact-info__text {
  margin: 0;
  line-height: 1.7;
}
.contact-info a {
  color: #d6273a;
}

@media (max-width: 1024px) {
  .content.BG__color.step8 {
    padding-top: 44px;
  }
  .headingType1.position.step8 {
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-top: 0px;
    margin-bottom: 43px;
  }
  input.text__font {
    font-size: 13px;
  }
  textarea.text__font.resize {
    font-size: 13px;
  }
  .mailform__item.BG__color7 {
    height: auto;
    width: 324px;
    margin: 0 auto;
  }
  .disp div.mailform__input.border__input2 {
    margin-bottom: 0px;
  }
  .mailform__input.border__input div.disp {
    display: inline;
  }
  .mailform__heading.BG__white.border__input {
    margin: 0 0 0 0;
    padding: 21px 10px 21px 40px;
    line-height: 25px;
    border-bottom: none;
  }
  .mailform__heading.BG__white {
    background-color: #ffffff;
    margin: 0 0 0 0;
    border-top: 1px dotted #999999;
    line-height: 25px;
    padding: 22px 10px 17px 40px;
    border-bottom: none;
  }
  .mailform__input.border__input {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    border-bottom: none;
    display: flex;
  }
  .mailform__input.position {
    margin-bottom: 21px;
    padding: 0;
    border-bottom: none;
  }
  .mailform__heading.BG__white.border__input2 {
    border-bottom: none;
  }
  .textarea.step7 {
    margin-bottom: 26px;
  }
  .headingType2.attn {
    font-size: 13px;
    color: #333;
    margin-bottom: 80px;
  }
  .headingType1.heading__position {
    margin-bottom: 11px;
    margin-top: 25px;
  }
  .buttonType5.button__color {
    padding-right: 25px;
    width: 120px;
    height: 45px;
  }
  .tb-br {
    display: inline;
  }
  .checkbox.position2 {
    margin-right: 42px;
    margin-bottom: 20px;
  }
  div.mailform__input.step7 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 18px;
    margin-bottom: 8px;
  }
  .disp label.checkbox.position {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 16px;
  }

  .mailform__input.position.form_kana {
    padding: 0px;
  }

  .mailform__input.position.form_tel {
    padding: 0px;
  }

  .mailform__input.position.form_mail {
    padding: 0px;
  }

  .mailform__input.position.form_re_mail {
    padding: 0px;
  }

  .mailform__input.position.form_add {
    padding: 0px;
  }

  .disp div.mailform__input.border__input2.form_free {
    padding: 0px;
  }

  /* css追加 */
  .visual.step_enquiry.BG__color {
    height: 200px;
  }

  .visual__icon.step09 img {
    margin-top: 45px;
    margin-bottom: 15px;
  }

  /* css追加 */
}

@media (max-width: 739px) {
  .contact-info {
    margin-right: 0;
    margin-left: 0;
  }
  .contact-info--A {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

/*↑↑↑STEP7↑↑↑*/

/*↓↓↓STEP8↓↓↓*/

.visual__titleText.step09 {
  color: #768489;
  /*letter-spacing: 6.88px;*/
  font-weight: 400;
}

.mailform__list.borderNone {
  border: none;
}

.inputText.borderNone {
  border: none;
}

.content.BG__color {
  background-color: #ffffff;
  padding: 0; /* padding top => 0に変更*/
}

.mailform__heading.BG__color {
  background-color: #ffffff;
  border-bottom: none;
  padding: 39px 0 39px 0px;
  width: 375px;
}

.mailform__input.borderNone {
  border-bottom: none;
  padding: 35px 20px 17px 25px;
}

.mailform__heading.BG__color.dotted_enquiry {
  padding: 34px 0 35px 0px;
}
.mailform__heading.BG__color.dotted_name {
  padding: 33px 0 33px 0px;
}
.mailform__heading.BG__color.dotted_kana {
  padding: 37px 0 38px 0px;
}
.mailform__heading.BG__color.dotted_tel {
  padding: 40px 0 40px 0px;
}
.mailform__heading.BG__color.dotted_mail {
  padding: 38px 0 38px 0px;
}
.mailform__heading.BG__color.dotted_re_mail {
  padding: 38px 0 38px 0px;
}
.mailform__heading.BG__color.dotted_add {
  padding: 58px 0 59px 0px;
}
.mailform__heading.BG__color.dotted_free {
  padding: 45px 0 45px 0px;
}
@media (max-width: 1024px) {
  .mailform__heading.BG__color.dotted_enquiry {
    padding: 20px 0 10px 0px;
  }

  .mailform__heading.BG__color.dotted_name {
    padding: 20px 0 10px 0px;
  }

  .mailform__heading.BG__color.dotted_kana {
    padding: 20px 0 10px 0px;
  }

  .mailform__heading.BG__color.dotted_tel {
    padding: 20px 0 10px 0px;
  }

  .mailform__heading.BG__color.dotted_mail {
    padding: 20px 0 10px 0px;
  }

  .mailform__heading.BG__color.dotted_re_mail {
    padding: 20px 0 10px 0px;
  }

  .mailform__heading.BG__color.dotted_add {
    padding: 20px 0 10px 0px;
  }

  .mailform__heading.BG__color.dotted_free {
    padding: 20px 0 10px 0px;
  }
}
.mailform__input.step8 {
  vertical-align: middle;
  padding: 21px 0px;
  border-bottom: none;
}

.mailform__input.borderNone2 {
  border-bottom: none;
  padding: 17px 20px 17px 25px;
}

.mailform__item.disp__block {
  display: block;
  border-bottom: 1px dotted #999999;
}

.mailform__item.disp__block.border__input {
  border-top: 1px dotted #999999;
}

.mailform__heading.typeNoIcon.BG__color2 {
  background-color: #768489;
  color: #ffffff;
}

.mailform__input.borderNone.BG__color2 {
  background-color: #768489;
  color: #ffffff;
}

.mailform__subHeading {
  height: 25px;
  padding-left: 10px;
  border-left: 5px solid #768489;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-size: 22px;
}

.specification.border {
  padding-left: 50px;
  border: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

.specification.border2 {
  border: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.specification.border2.step08 {
  margin-bottom: 59px;
}

.buttonType3.sizeM.heightDefault.back {
  background-color: #768489;
  width: 300px;
  /*margin-left: 180px;*/
  margin-right: 10px;
  /*margin: 0px 10px 82px 180px;*/
  padding: 0 40px 0 40px;
}

.buttonType3.sizeM.heightDefault.send {
  width: 300px;
  margin: 0px 0px 82px 10px;
}

.buttonType3.sizeM.heightDefault.back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 420px;
  transform: rotate(225deg);
}

.mailform__item.BG__color {
  background-color: #768489;
  color: #ffffff;
}

.mailform__item.disp__block.position {
  margin-bottom: 54px;
}

.specification.border li.fontsize {
  font-size: 18px;
  font-weight: 400;
}

.specification.border li.weight300 {
  font-weight: 300;
}

.mailform__heading.typeNoIcon {
  border-bottom: none;
  background-color: transparent;
}

.mailform__list.typeBorder {
  background-color: #919da1;
  color: #ffffff;
  margin-bottom: 83px;
}
.mailform__list.typeBorder.step8 {
  margin-bottom: 76px;
}

.specification__list.typeFirst.step9 {
  border-top: 1px dotted #999999;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .specification.border2.step08 {
    margin-bottom: 33px;
  }
  .mailform__item.disp__block.position {
    margin-bottom: 15px;
  }
  .content.BG__color.step07 {
    padding-top: 18px;
  }

  .headingType2.attn.step07 {
    margin-bottom: 46px;
  }

  .mailform__list.typeBorder {
    margin-bottom: 40px;
  }
  .mailform__list.typeBorder.step8 {
    margin-bottom: 42px;
  }
  .mailform__subHeading.step7 {
    margin-bottom: 18px;
  }

  .mailform__input.borderNone {
    border-bottom: none;
    padding: 0px;
    margin-bottom: 20px;
  }

  .mailform__heading.BG__color {
    background-color: #ffffff;
    border-bottom: none;
    padding: 20px 0 10px 0px;
    width: 375px;
    margin: 0px;
  }

  .mailform__item.disp__block.border__input {
    border-top: 1px dotted #999999;
  }

  .mailform__item {
    /*display: table-row;*/
    /*border-bottom: 1px dotted #333;*/
  }

  .br__disabled {
    display: none;
  }

  .mailform__input.borderNone2 {
    border-bottom: none;
    padding: 0;
  }

  .mailform__heading.typeNoIcon {
    background-color: transparent;
    margin: 0px;
  }

  .mailform__subHeading {
    text-align: unset;
    font-size: 16px;
    line-height: 22px;
  }

  .mailform__heading.typeNoIcon br.pc-hide {
    display: unset;
  }

  .buttonType3.sizeM.heightDefault.back {
    display: unset;
    margin: 0;
    width: 48%;
    margin-right: 4%;
  }

  .buttonType3.sizeM.heightDefault.send {
    display: unset;
    margin: 0;
    width: 48%;
  }

  .specification.border ul.position {
    border-left-width: 0px;
    margin: 0 15px;
  }

  .specification.border {
    padding-left: 0px;
    margin-bottom: 46px;
  }

  .specification__heading.font.position {
    padding-top: 30px;
  }

  .specification.border li.fontsize {
    font-size: 16px;
  }

  .mailform__input.step8 {
    vertical-align: middle;
    padding: 15px 20px;
    border-bottom: none;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .headingType1.position {
    margin-bottom: 80px;
    margin-top: 25px;
    font-size: 20px;
  }

  .button__back__send {
    display: flex;
  }

  .specification__list.typeSingle.typeTotal.price_total.step8 {
    margin-top: 20px;
  }
}
/*↑↑↑STEP8↑↑↑*/

/*↓↓↓STEP9↓↓↓*/
.visual.step_enquiry {
  background-color: #f5f6f7;
  height: 350px;
}
.content.potision {
  background-color: #ffffff;
  padding-bottom: 40px;
}
.visual__inner.step09 {
  height: 200px;
}
.visual__titleText.step09 {
  color: #768489;
}
.header.height {
  height: 60px;
}
/* .visual__icon.step09 img {
    margin-top: 60px;
  } */
h2.headingType1.Type1__margin {
  margin-top: 106px;
  margin-bottom: 39px;
  font-size: 36px;
}
.borderBox.borderChange {
  border: 1px solid #cccccc;
  font-size: 16px;
  width: 972px;
  padding: 40px 140px 40px 110px;
}
.headingType4.Type4__font {
  margin-bottom: 80px;
  font-size: 16px;
}
.mailform__button.btn_position {
  padding-top: 40px;
  margin-top: 50px;
}
.buttonType3.Type3__size {
  width: 470px;
  height: 70px;
  line-height: 70px;
}
.mailform__button.btn_potision {
  padding-top: 88px; /* 新規*/
  padding-bottom: 58px;
}

.visual.step_enquiry.BG__color.step09 {
  height: 80px;
  background-color: #f5f6f7;
  position: relative;
}

.visual_inner.step09 {
  position: absolute;
  top: 31%;
  font-size: 18px;
  color: #768489;
  font-weight: 500;
  width: 100%;
  letter-spacing: 2.23px;
  padding-left: 81px;
  box-sizing: border-box;
}

.visual_inner.step09:before {
  position: absolute;
  content: url("../images/icon_title3.svg");
  width: 20px;
  height: 28px;
  left: 41px;
  top: 2px;
}

.visual_inner.step09 span {
  float: right;
  font-size: 13px;
  letter-spacing: 1.33px;
  color: #768489;
  font-weight: 500;
  line-height: 30px;
  margin-right: 40px;
}

.info_box p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 56px;
  font-weight: 400;
  color: #666666;
}

.info_box {
  width: 470px;
  margin: auto;
}

.info_box p:first-child {
  color: #ed4245;
  margin-bottom: 20px;
}

.info_box p:last-child {
  margin-bottom: 56px;
}

.info_box .mailform__button.btn_potision {
  /*padding-top: 20px;*/
  margin: 0 auto 20px auto;
  width: 470px;
  padding-top: 0px;
  position: relative;
  padding-bottom: 0px;
}

.info_box .mailform__button.btn_potision.desc_blank {
  margin-bottom: 56px;
}

.info_box .mailform__button.btn_potision:hover {
  opacity: 0.6;
}

.info_box
  .mailform__button.btn_potision
  .buttonType3.Type3__size.heightDefault:hover {
  opacity: 1;
}

.info_box
  .mailform__button.btn_potision
  .buttonType3.Type3__size.heightDefault {
  height: auto;
  /*min-height: 70px;*/
  line-height: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 23px 64px;
}

.info_box .mailform__button:after {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
  z-index: 100;
}

.info_box .buttonType3:before {
  position: absolute;
  content: "";
  top: 8px;
  right: 2px;
  width: 10px;
  height: 9px;
  margin: 0px;
  border-top: 2px solid #ed4245;
  transform: rotate(-45deg);
  z-index: 101;
}

.info_box .buttonType3:after {
  top: 6px;
  right: 6px;
  margin: 0px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ed4245;
  border-right: 2px solid #ed4245;
  transform: rotate(0deg);
  z-index: 101;
}

.headingType4.Type4__font.step09 {
  margin-bottom: 50px;
}

.step09_btn_box {
  width: 470px;
  margin: 89px auto 0 auto;
}

.step09_btn_box :first-child {
  margin-bottom: 31px;
}

.step09_btn_box a {
  display: block;
  width: 470px;
  color: #768489;
  margin: auto;
  text-decoration: none;
  text-align: left;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-sizing: border-box;
  padding-left: 109px;
}

.step09_btn_box a:hover {
  opacity: 0.6;
}

.step09_btn_box .retry:before {
  position: absolute;
  content: url("../images/icon_title3.svg");
  width: 14px;
  height: 20px;
  left: 72px;
  top: 5px;
}

.step09_btn_box .back_home:before {
  position: absolute;
  content: url("../images/home_icon_pc.png");
  width: 16px;
  height: 16px;
  left: 70px;
  top: 2px;
}

.info_box textarea {
  overflow: hidden;
  border: none;
  resize: none;
  text-align: center;
  width: 100%;
  /*height: 12px;*/
  padding: 0px;
  font-size: 18px;
}

a.buttonType3.Type3__size.heightDefault textarea {
  background-color: #ed4245;
}

.info_box p textarea {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .content__inner.potision {
    padding-left: 10px;
    padding-right: 10px;
  }
  .visual.step_enquiry {
    /*height: 400px;*/
    height: 200px;
  }
  .header__text.step09 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .Type1__margin {
    margin-top: 86px;
    margin-bottom: 35px;
    font-size: 36px;
  }
  .headingType4.Type4__font {
    font-size: 13px;
    margin-bottom: 42px;
  }
  .content.potision {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  h2.headingType1.Type1__margin {
    margin-top: 42px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: normal;
  }
  .borderBox.borderChange {
    border: 1px solid #bac1c4;
    font-size: 13px;
    font-weight: 100;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 16px 4px 6px;
    width: 300px;
    height: 235px;
  }
  p.indent {
    text-indent: 0.1em;
    color: #333333;
    margin-bottom: 17px;
  }
  .buttonType3.Type3__size {
    width: 300px;
    margin: 27px auto 0px auto;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
  }
  .mailform__button {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 52px;
  }
  .spacing {
    letter-spacing: -0.5px;
  }
  .mailform__button.btn_potision {
    padding: 0; /* 新規*/
    margin-bottom: 43px;
  }

  .visual.step_enquiry.BG__color.step09 {
    height: 60px;
  }

  .visual_inner.step09 {
    padding-left: 50px;
    font-size: 11px;
    line-height: 2;
  }

  .visual_inner.step09:before {
    width: 12px;
    height: 17px;
    left: 25px;
    top: 3px;
  }

  .visual_inner.step09 span {
    font-size: 6.5px;
    margin-right: 25px;
    line-height: 2;
  }

  .headingType4.Type4__font.step09 {
    margin-bottom: 27px;
  }

  .info_box {
    width: 300px;
  }

  .info_box .mailform__button.btn_potision {
    width: 300px;
  }

  .info_box .mailform__button.btn_potision.desc_blank {
    margin-bottom: 26px;
  }

  .info_box
    .mailform__button.btn_potision
    .buttonType3.Type3__size.heightDefault {
    margin: 0;
    padding: 17px 26px;
    min-height: 48px;
  }

  .info_box p {
    margin-bottom: 26px;
    font-size: 13px;
  }

  .info_box p:first-child {
    margin-bottom: 14px;
  }

  .info_box p:last-child {
    margin: 0 12px 26px 12px;
  }

  .info_box .mailform__button.btn_potision {
    padding-bottom: 0;
    margin-bottom: 13px;
  }

  .step09_btn_box {
    width: 300px;
    margin: 42px auto 0 auto;
  }

  .info_box .mailform__button:after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
  }

  .info_box .buttonType3:before {
    top: 7px;
    right: 3px;
    width: 7px;
    height: 5px;
    border-top: 1px solid #ed4245;
  }

  .info_box .buttonType3:after {
    top: 5px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ed4245;
    border-right: 1px solid #ed4245;
  }

  .info_box textarea {
    /*height: 8px;*/
    font-size: 12px;
  }

  .info_box p textarea {
    font-size: 12px;
  }

  .step09_btn_box a {
    width: 300px;
    text-align: left;
    padding-left: 50px;
    font-size: 11px;
  }

  .step09_btn_box .retry:before {
    width: 10px;
    height: 15px;
    left: 25px;
    top: 3px;
  }

  .step09_btn_box .back_home:before {
    width: 10px;
    height: 10px;
    left: 21px;
    top: 0px;
  }

  .step09_btn_box :first-child {
    margin-bottom: 27px;
  }
}
/* @media(max-width: 739px) {

    .headingType1.Type1__margin {
      margin-top: 86px;
      margin-bottom: 35px;
      font-size: 150%;
      font-weight: normal;
    }
    .headingType4.Type4__font {
      font-size: 13px;
    }
    p.indent {
      width: 89%;
      font-size: 43%;
      margin-left: 20px;
      margin-top: 0px;
    }
     .borderBox.borderChange {
      width: 100%;
      height: 100%;
      padding-left: 0px;
      padding-top: 5px;
      padding-bottom: 0px;
    }
    .buttonType3.Type3__size {
      width: 100%;
    }
    .content.potision {
      padding-bottom: 0px;
    }
  } */
/*↑↑↑STEP9↑↑↑*/

.type_form {
  position: relative;
  top: 30px;
}

.annotation_price {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 52px;
  text-align: center;
  color: #768489;
}
