/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
.input-form {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;600&family=Shippori+Mincho:wght@500&display=swap");
  body {
    background-color: #fff;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shipmin {
    font-family: "Shippori Mincho", serif;
  }
  @font-face {
    font-family: "futura";
    src: url("../font/futura.ttf") format("truetype");
  }
  @font-face {
    font-family: "futura";
    src: url("../font/futura.eot") format("truetype");
  }
  .futura {
    font-family: futura;
    font-size: 20px;
  }
  input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
  }
  input[type=text]:focus {
    outline: 0;
  }
  .bgGreen {
    background-color: #c7e2cc;
  }
  .bgWhite {
    background-color: #ffffff !important;
  }
  section.form {
    margin: auto;
    background-color: #c7e2cc;
    padding-bottom: 80px;
    /* ====================================================================================================================
    ここから確認画面用のレイアウト
    ==================================================================================================================== */
  }
  section.form .mainvisual {
    position: relative;
  }
  section.form .mainvisual h1 {
    display: none;
  }
  section.form .mainvisual .inner img {
    width: 100%;
  }
  section.form .mainvisual h2 {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-weight: bold;
    font-size: 2.125em;
    text-align: center;
    margin-top: -1.2em;
  }
  section.form .mainvisual h3 {
    text-align: center;
    font-size: 1.187em;
    margin-top: 15px;
  }
  section.form h4 {
    padding: 85px 0 30px;
    text-align: center;
    color: #245380;
    font-weight: bold;
  }
  section.form .row {
    margin-top: 12px;
  }
  section.form .row .label {
    width: 100%;
    font-size: 0.812em;
    color: #245380;
    font-weight: 500;
  }
  section.form .row .label span {
    background-color: #245380;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.687em;
    padding: 2px 4px;
  }
  section.form .row .label .conf_br {
    display: none;
  }
  section.form .row .cont {
    margin-top: 6px;
  }
  section.form .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  section.form .w100 {
    width: 100% !important;
  }
  section.form .w80 {
    width: 80% !important;
  }
  section.form .w50 {
    width: 49% !important;
  }
  section.form .w65 {
    width: 64% !important;
  }
  section.form .w35 {
    width: 34% !important;
  }
  section.form .w33 {
    width: 32% !important;
  }
  section.form input {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 0.75em;
  }
  section.form textarea {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 0.75em;
  }
  section.form .select-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  section.form .select-wrap:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    top: 8px;
    right: 10px;
    position: absolute;
    color: #245380;
    z-index: 2;
    font-weight: bold;
    pointer-events: none;
  }
  section.form .select-wrap select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    padding: 8px 12px;
    color: #245380;
    font-size: 0.75em;
  }
  section.form #js-zipBtn {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.75em;
    color: #245380;
    text-align: center;
    cursor: pointer;
  }
  section.form #step01 {
    padding-top: 35px;
  }
  section.form #step01 .inner {
    padding: 0 5%;
  }
  section.form #step01 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step01 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step01 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step02 {
    padding-top: 35px;
  }
  section.form #step02 .hide {
    display: none;
  }
  section.form #step02 .inner {
    padding: 0 5%;
  }
  section.form #step02 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step02 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step02 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step02 .inner p.reed {
    font-weight: bold;
    font-size: 0.875em;
    color: #245380;
    line-height: 1.5em;
  }
  section.form #step02 .inner .box01 {
    padding-left: 30px;
    position: relative;
    /*checkbox スタイル*/
  }
  section.form #step02 .inner .box01 .left {
    width: 60%;
  }
  section.form #step02 .inner .box01 .right {
    position: relative;
    width: 38%;
    top: 0;
    right: 0;
    text-align: right;
  }
  section.form #step02 .inner .box01 .right img.base {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }
  section.form #step02 .inner .box01 .right img#hokushin-icon {
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#toushin-icon {
    position: absolute;
    top: 40.7px;
    right: 0;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#chuushin-icon {
    position: absolute;
    top: 10px;
    right: 42px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#nanshin-icon {
    position: absolute;
    top: 73.8px;
    right: 24.4px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .flex-wrap {
    margin-top: 15px;
  }
  section.form #step02 .inner .box01 input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box01 input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box01 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box01 input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box01 input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box01 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box01:before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 2px;
    z-index: 99;
  }
  section.form #step02 .inner .box01:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 11px;
    border-left: 1px solid #245380;
    width: 30px;
    height: 110%;
  }
  section.form #step02 .inner .box01 p.text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #245380;
  }
  section.form #step02 .inner .box01 .label {
    line-height: 1.2em;
  }
  section.form #step02 .inner .box02 {
    padding-left: 30px;
    position: relative;
    /*checkbox スタイル*/
  }
  section.form #step02 .inner .box02 input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box02 input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box02 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box02:before {
    content: "2";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 1px;
    z-index: 99;
  }
  section.form #step02 .inner .box02:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 11px;
    border-left: 1px solid #245380;
    width: 30px;
    height: 110%;
  }
  section.form #step02 .inner .box02 p.text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #245380;
  }
  section.form #step02 .inner .box03 {
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
  }
  section.form #step02 .inner .box03 p.text {
    font-size: 0.812em;
    line-height: 1.4em;
    color: #245380;
  }
  section.form #step02 .inner .box03:before {
    content: "3";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 1px;
  }
  section.form #step02 .result_inner {
    padding-top: 30px;
    margin-top: 20px;
    background-color: #c7e2cc;
    position: relative;
  }
  section.form #step02 .result_inner .btn-area {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    margin-top: -20px;
    text-align: center;
  }
  section.form #step02 .result_inner .btn-area .btn-search {
    font-size: 0.75em;
    width: 50%;
    padding: 16px 0;
    text-align: center;
    color: #245380;
    border: 1px solid #245380;
    background-color: #ffffff;
    border-radius: 30px;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
  }
  section.form #step02 .result_inner .category {
    margin-top: 55px;
  }
  section.form #step02 .result_inner .result_list {
    padding: 0 5% 54px;
    margin-top: 40px;
    background-color: #ffffff;
  }
  section.form #step02 .result_inner .result_list h5 {
    font-size: 0.812em;
    color: #245380;
    font-weight: bold;
    text-align: center;
  }
  section.form #step02 .result_inner .result_list .builder-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.form #step02 .result_inner .result_list .builder-list .item {
    width: 48%;
    margin-top: 20px;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label.chkbtn {
    height: auto !important;
    border: none !important;
    background: none !important;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label {
    position: relative;
    display: block;
    height: 113px;
    border: 1px solid #245380;
    border-radius: 0;
    z-index: 999;
    overflow: hidden;
    background-color: #cccccc;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label .buildId {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #245380;
    border-right: 1px solid #245380;
    border-radius: 0 6px 0 0;
    width: 40px;
    background-color: #ffffff;
    color: #245380;
    z-index: 999;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label .buildId span {
    font-size: 1.062em;
  }
  section.form #step02 .result_inner .result_list .builder-list .item input[type=checkbox] {
    display: none;
  }
  section.form #step02 .result_inner .result_list .builder-list .item input[type=checkbox]:checked + .builder-name:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    content: "";
    background-color: #245380;
  }
  section.form #step02 .result_inner .result_list .builder-list .item .builder-name {
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 0.812em;
    min-height: 20px;
  }
  section.form #step02 .result_inner .result_list .builder-list .item .builder-name:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #245380;
    content: "";
  }
  section.form #step02 .result_inner .result_list .builder-list .item:nth-child(2n) {
    margin-right: 0;
  }
  section.form #step03 {
    padding-top: 35px;
  }
  section.form #step03 .inner {
    padding: 0 5%;
    /*radio スタイル*/
    /*checkbox スタイル*/
    /*checkbox スタイル*/
  }
  section.form #step03 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step03 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step03 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step03 .inner .row {
    padding: 15px 0;
  }
  section.form #step03 .inner .row .label {
    word-wrap: normal;
    font-weight: bold;
  }
  section.form #step03 .inner .row .label span.numb {
    display: inline-block;
    font-family: futura;
    background: none;
    color: #245380;
    font-size: 1.1em;
  }
  section.form #step03 .inner .row .label span {
    font-weight: normal;
    word-break: keep-all;
  }
  section.form #step03 .inner .flex-life {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
  }
  section.form #step03 .inner .flex-life label {
    margin-right: 1.5%;
    height: 110px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
  }
  section.form #step03 .inner .flex-life label:nth-child(3n) {
    margin-right: 0;
  }
  section.form #step03 .inner .flex-life .icon {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  section.form #step03 .inner .flex-life p {
    width: 100%;
    text-align: center;
    font-size: 0.75em;
  }
  section.form #step03 .inner .flex-move {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  section.form #step03 .inner .flex-move label {
    height: 56px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  section.form #step03 .inner .flex-move .icon {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 10px;
  }
  section.form #step03 .inner .flex-move p {
    text-align: left;
    font-size: 0.75em;
  }
  section.form #step03 .inner input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.radio {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step03 .inner input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step03 .inner input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step03 .inner .point label {
    width: 100%;
    display: block;
    text-align: left;
  }
  section.form .form-btn {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.form .form-btn #back_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
    display: none;
  }
  section.form .form-btn #conf_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
  }
  section.form .form-btn #send_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
    display: none;
  }
  section.form .conf-hide {
    display: block;
  }
  section.form .conf-on {
    display: none;
  }
  section.form.confirm {
    background-color: #ffffff;
  }
  section.form.confirm .conf-hide {
    display: none !important;
  }
  section.form.confirm .conf-on {
    display: block;
  }
  section.form.confirm .mainvisual {
    position: relative;
  }
  section.form.confirm .mainvisual h1 {
    display: block;
    padding: 25px 5%;
  }
  section.form.confirm .mainvisual .inner {
    display: none;
  }
  section.form.confirm h4 {
    display: none;
  }
  section.form.confirm .row .label {
    width: 30%;
    font-size: 0.812em;
  }
  section.form.confirm .row .label span {
    display: none;
  }
  section.form.confirm .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step01 .row {
    border-bottom: 1px solid #245380;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.form.confirm #step01 .row .label {
    width: 30%;
    font-size: 0.812em;
  }
  section.form.confirm #step01 .row .label span {
    display: none;
  }
  section.form.confirm #step01 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step01 .row .cont {
    width: 70%;
  }
  section.form.confirm #step02 .row {
    border-bottom: 1px solid #245380;
  }
  section.form.confirm #step02 .row .label {
    width: 100%;
    font-size: 0.812em;
  }
  section.form.confirm #step02 .row .label span {
    display: none;
  }
  section.form.confirm #step02 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step02 .box01 {
    padding-left: 0;
  }
  section.form.confirm #step02 .box01 .left {
    width: 100% !important;
  }
  section.form.confirm #step02 .box01:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box01:after {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box01 .flex-wrap {
    display: block;
  }
  section.form.confirm #step02 .box01 .flex-wrap .left {
    width: 100%;
    margin-top: 15px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step02 .box01 .flex-wrap .right {
    display: none;
  }
  section.form.confirm #step02 .box01 p.text {
    padding-bottom: 20px;
  }
  section.form.confirm #step02 .box02 {
    display: none;
    padding-left: 0;
  }
  section.form.confirm #step02 .box02:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box02 .cont {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step02 .box03 {
    display: none;
    padding-left: 0;
  }
  section.form.confirm #step02 .box03:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .result_inner {
    background-color: #ffffff;
    padding-top: 0;
  }
  section.form.confirm #step02 .result_list {
    margin: 0 !important;
    padding: 0 0 30px;
  }
  section.form.confirm #step02 .result_list h5 {
    text-align: left;
  }
  section.form.confirm #step02 .result_list .category {
    margin-top: 0;
  }
  section.form.confirm #step02 .result_list .builder-list {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step03 {
    margin-top: 0;
  }
  section.form.confirm #step03 .row {
    border-bottom: 1px solid #245380;
  }
  section.form.confirm #step03 .row .label {
    width: 100%;
    font-size: 0.812em;
  }
  section.form.confirm #step03 .row .label span {
    display: none;
  }
  section.form.confirm #step03 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step03 .row .cont {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm .w100 {
    width: 100% !important;
  }
  section.form.confirm .w80 {
    width: 80% !important;
  }
  section.form.confirm .w50 {
    width: 49% !important;
  }
  section.form.confirm .w65 {
    width: 64% !important;
  }
  section.form.confirm .w35 {
    width: 34% !important;
  }
  section.form.confirm .w33 {
    width: 32% !important;
  }
  section.form.confirm .conf_w100 {
    width: 100% !important;
  }
  section.form.confirm input[type=text], section.form.confirm input[type=tel], section.form.confirm input[type=email], section.form.confirm textarea {
    border: none;
    color: #245380 !important;
  }
  section.form.confirm #js-zipBtn {
    display: none;
  }
  section.form.confirm .select-wrap:after {
    content: "";
  }
  section.form.confirm .select-wrap select {
    border: none;
  }
  section.form.confirm #js-search-area {
    display: none;
  }
  section.form.confirm .change-hide {
    display: block;
  }
  section.form.confirm .change-on {
    display: block;
  }
  section.form.confirm .form-btn {
    font-size: 0.75em;
  }
  section.form.confirm .form-btn #conf_btn {
    display: none;
  }
  section.form.confirm .form-btn #back_btn {
    display: inline-block;
    border: 1px solid #245380;
    border-radius: 30px;
    color: #245380;
  }
  section.form.confirm .form-btn #send_btn {
    display: inline-block;
    background-color: #245380;
    border-radius: 30px;
    color: #ffffff;
  }
  section.form.complete {
    background-color: #ffffff;
    color: #245380;
    height: 100vh;
  }
  section.form.complete .mainvisual {
    position: relative;
  }
  section.form.complete .mainvisual h1 {
    display: block;
    padding: 25px 5%;
  }
  section.form.complete .mainvisual .inner {
    display: none;
  }
  section.form.complete p.icon {
    width: 100%;
    text-align: center;
    margin-top: 160px;
  }
  section.form.complete p.text {
    width: 100%;
    margin-top: 65px;
    text-align: center;
    line-height: 30px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;600&family=Shippori+Mincho:wght@500&display=swap");
  body {
    background-color: #fff;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shipmin {
    font-family: "Shippori Mincho", serif;
  }
  @font-face {
    font-family: "futura";
    src: url("../font/futura.ttf") format("truetype");
  }
  @font-face {
    font-family: "futura";
    src: url("../font/futura.eot") format("truetype");
  }
  .futura {
    font-family: futura;
    font-size: 20px;
  }
  input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
  }
  input[type=text]:focus {
    outline: 0;
  }
  .bgGreen {
    background-color: #c7e2cc;
  }
  .bgWhite {
    background-color: #ffffff !important;
  }
  section.form {
    margin: auto;
    background-color: #c7e2cc;
    padding-bottom: 80px;
    /* ====================================================================================================================
    ここから確認画面用のレイアウト
    ==================================================================================================================== */
  }
  section.form .mainvisual {
    position: relative;
  }
  section.form .mainvisual h1 {
    display: none;
  }
  section.form .mainvisual .inner img {
    width: 100%;
  }
  section.form .mainvisual h2 {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-weight: bold;
    font-size: 2.125em;
    text-align: center;
    margin-top: -1.2em;
  }
  section.form .mainvisual h3 {
    text-align: center;
    font-size: 1.187em;
    margin-top: 15px;
  }
  section.form h4 {
    padding: 85px 0 30px;
    text-align: center;
    color: #245380;
    font-weight: bold;
  }
  section.form .row {
    margin-top: 12px;
  }
  section.form .row .label {
    width: 100%;
    font-size: 0.812em;
    color: #245380;
    font-weight: 500;
  }
  section.form .row .label span {
    background-color: #245380;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.687em;
    padding: 2px 4px;
  }
  section.form .row .label .conf_br {
    display: none;
  }
  section.form .row .cont {
    margin-top: 6px;
  }
  section.form .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  section.form .w100 {
    width: 100% !important;
  }
  section.form .w80 {
    width: 80% !important;
  }
  section.form .w50 {
    width: 49% !important;
  }
  section.form .w65 {
    width: 64% !important;
  }
  section.form .w35 {
    width: 34% !important;
  }
  section.form .w33 {
    width: 32% !important;
  }
  section.form input {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 0.75em;
  }
  section.form textarea {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 0.75em;
  }
  section.form .select-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  section.form .select-wrap:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    top: 8px;
    right: 10px;
    position: absolute;
    color: #245380;
    z-index: 2;
    font-weight: bold;
    pointer-events: none;
  }
  section.form .select-wrap select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    padding: 8px 12px;
    color: #245380;
    font-size: 0.75em;
  }
  section.form #js-zipBtn {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.75em;
    color: #245380;
    text-align: center;
    cursor: pointer;
  }
  section.form #step01 {
    padding-top: 35px;
  }
  section.form #step01 .inner {
    padding: 0 5%;
  }
  section.form #step01 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step01 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step01 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step02 {
    padding-top: 35px;
  }
  section.form #step02 .hide {
    display: none;
  }
  section.form #step02 .inner {
    padding: 0 5%;
  }
  section.form #step02 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step02 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step02 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step02 .inner p.reed {
    font-weight: bold;
    font-size: 0.875em;
    color: #245380;
    line-height: 1.5em;
  }
  section.form #step02 .inner .box01 {
    padding-left: 30px;
    position: relative;
    /*checkbox スタイル*/
  }
  section.form #step02 .inner .box01 .left {
    width: 60%;
  }
  section.form #step02 .inner .box01 .right {
    position: relative;
    width: 38%;
    top: 0;
    right: 0;
    text-align: right;
  }
  section.form #step02 .inner .box01 .right img.base {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }
  section.form #step02 .inner .box01 .right img#hokushin-icon {
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#toushin-icon {
    position: absolute;
    top: 40.7px;
    right: 0;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#chuushin-icon {
    position: absolute;
    top: 10px;
    right: 42px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#nanshin-icon {
    position: absolute;
    top: 73.8px;
    right: 24.4px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .flex-wrap {
    margin-top: 15px;
  }
  section.form #step02 .inner .box01 input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box01 input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box01 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box01 input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box01 input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box01 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box01:before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 2px;
    z-index: 99;
  }
  section.form #step02 .inner .box01:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 11px;
    border-left: 1px solid #245380;
    width: 30px;
    height: 110%;
  }
  section.form #step02 .inner .box01 p.text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #245380;
  }
  section.form #step02 .inner .box01 .label {
    line-height: 1.2em;
  }
  section.form #step02 .inner .box02 {
    padding-left: 30px;
    position: relative;
    /*checkbox スタイル*/
  }
  section.form #step02 .inner .box02 input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box02 input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box02 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box02 input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box02 input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box02 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box02:before {
    content: "2";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 1px;
    z-index: 99;
  }
  section.form #step02 .inner .box02:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 11px;
    border-left: 1px solid #245380;
    width: 30px;
    height: 110%;
  }
  section.form #step02 .inner .box02 p.text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #245380;
  }
  section.form #step02 .inner .box03 {
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
  }
  section.form #step02 .inner .box03 p.text {
    font-size: 0.812em;
    line-height: 1.4em;
    color: #245380;
  }
  section.form #step02 .inner .box03:before {
    content: "3";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 1px;
  }
  section.form #step02 .result_inner {
    padding-top: 30px;
    margin-top: 20px;
    background-color: #c7e2cc;
    position: relative;
  }
  section.form #step02 .result_inner .btn-area {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    margin-top: -20px;
    text-align: center;
  }
  section.form #step02 .result_inner .btn-area .btn-search {
    font-size: 0.75em;
    width: 50%;
    padding: 16px 0;
    text-align: center;
    color: #245380;
    border: 1px solid #245380;
    background-color: #ffffff;
    border-radius: 30px;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
  }
  section.form #step02 .result_inner .category {
    margin-top: 55px;
  }
  section.form #step02 .result_inner .result_list {
    padding: 0 5% 54px;
    margin-top: 40px;
    background-color: #ffffff;
  }
  section.form #step02 .result_inner .result_list h5 {
    font-size: 0.812em;
    color: #245380;
    font-weight: bold;
    text-align: center;
  }
  section.form #step02 .result_inner .result_list .builder-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.form #step02 .result_inner .result_list .builder-list .item {
    width: 48%;
    margin-top: 20px;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label.chkbtn {
    height: auto !important;
    border: none !important;
    background: none !important;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label {
    position: relative;
    display: block;
    height: 113px;
    border: 1px solid #245380;
    border-radius: 0;
    z-index: 999;
    overflow: hidden;
    background-color: #cccccc;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label .buildId {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #245380;
    border-right: 1px solid #245380;
    border-radius: 0 6px 0 0;
    width: 40px;
    background-color: #ffffff;
    color: #245380;
    z-index: 999;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label .buildId span {
    font-size: 1.062em;
  }
  section.form #step02 .result_inner .result_list .builder-list .item input[type=checkbox] {
    display: none;
  }
  section.form #step02 .result_inner .result_list .builder-list .item input[type=checkbox]:checked + .builder-name:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    content: "";
    background-color: #245380;
  }
  section.form #step02 .result_inner .result_list .builder-list .item .builder-name {
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 0.812em;
    min-height: 20px;
  }
  section.form #step02 .result_inner .result_list .builder-list .item .builder-name:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #245380;
    content: "";
  }
  section.form #step02 .result_inner .result_list .builder-list .item:nth-child(2n) {
    margin-right: 0;
  }
  section.form #step03 {
    padding-top: 35px;
  }
  section.form #step03 .inner {
    padding: 0 5%;
    /*radio スタイル*/
    /*checkbox スタイル*/
  }
  section.form #step03 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step03 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step03 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step03 .inner .row {
    padding: 15px 0;
  }
  section.form #step03 .inner .row .label {
    font-weight: bold;
  }
  section.form #step03 .inner .row .label span.numb {
    display: inline-block;
    font-family: futura;
    background: none;
    color: #245380;
    font-size: 1.1em;
  }
  section.form #step03 .inner .row .label span {
    font-weight: normal;
    word-break: keep-all;
  }
  section.form #step03 .inner .flex-life {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
  }
  section.form #step03 .inner .flex-life label {
    margin-right: 1.5%;
    height: 110px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
  }
  section.form #step03 .inner .flex-life label:nth-child(3n) {
    margin-right: 0;
  }
  section.form #step03 .inner .flex-life .icon {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  section.form #step03 .inner .flex-life p {
    width: 100%;
    text-align: center;
    font-size: 0.75em;
  }
  section.form #step03 .inner .flex-move {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  section.form #step03 .inner .flex-move label {
    height: 56px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  section.form #step03 .inner .flex-move .icon {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 10px;
  }
  section.form #step03 .inner .flex-move p {
    text-align: left;
    font-size: 0.75em;
  }
  section.form #step03 .inner input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.radio {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step03 .inner input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step03 .inner input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step03 .inner .point label {
    width: 100%;
    display: block;
    text-align: left;
  }
  section.form .form-btn {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.form .form-btn #back_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
    display: none;
  }
  section.form .form-btn #conf_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
  }
  section.form .form-btn #send_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
    display: none;
  }
  section.form .conf-hide {
    display: block;
  }
  section.form .conf-on {
    display: none;
  }
  section.form.confirm {
    background-color: #ffffff;
  }
  section.form.confirm .conf-hide {
    display: none !important;
  }
  section.form.confirm .conf-on {
    display: block;
  }
  section.form.confirm .mainvisual {
    position: relative;
  }
  section.form.confirm .mainvisual h1 {
    display: block;
    padding: 25px 5%;
  }
  section.form.confirm .mainvisual .inner {
    display: none;
  }
  section.form.confirm h4 {
    display: none;
  }
  section.form.confirm .row .label {
    width: 30%;
    font-size: 0.812em;
  }
  section.form.confirm .row .label span {
    display: none;
  }
  section.form.confirm .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step01 .row {
    border-bottom: 1px solid #245380;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.form.confirm #step01 .row .label {
    width: 30%;
    font-size: 0.812em;
  }
  section.form.confirm #step01 .row .label span {
    display: none;
  }
  section.form.confirm #step01 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step01 .row .cont {
    width: 70%;
  }
  section.form.confirm #step02 .row {
    border-bottom: 1px solid #245380;
  }
  section.form.confirm #step02 .row .label {
    width: 100%;
    font-size: 0.812em;
  }
  section.form.confirm #step02 .row .label span {
    display: none;
  }
  section.form.confirm #step02 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step02 .box01 {
    padding-left: 0;
  }
  section.form.confirm #step02 .box01 .left {
    width: 100% !important;
  }
  section.form.confirm #step02 .box01:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box01:after {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box01 .flex-wrap {
    display: block;
  }
  section.form.confirm #step02 .box01 .flex-wrap .left {
    width: 100%;
    margin-top: 15px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step02 .box01 .flex-wrap .right {
    display: none;
  }
  section.form.confirm #step02 .box01 p.text {
    padding-bottom: 20px;
  }
  section.form.confirm #step02 .box02 {
    display: none;
    padding-left: 0;
  }
  section.form.confirm #step02 .box02:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box02 .cont {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step02 .box03 {
    display: none;
    padding-left: 0;
  }
  section.form.confirm #step02 .box03:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .result_inner {
    background-color: #ffffff;
    padding-top: 0;
  }
  section.form.confirm #step02 .result_list {
    margin: 0 !important;
    padding: 0 0 30px;
  }
  section.form.confirm #step02 .result_list h5 {
    text-align: left;
  }
  section.form.confirm #step02 .result_list .category {
    margin-top: 0;
  }
  section.form.confirm #step02 .result_list .builder-list {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step03 {
    margin-top: 0;
  }
  section.form.confirm #step03 .row {
    border-bottom: 1px solid #245380;
  }
  section.form.confirm #step03 .row .label {
    width: 100%;
    font-size: 0.812em;
  }
  section.form.confirm #step03 .row .label span {
    display: none;
  }
  section.form.confirm #step03 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step03 .row .cont {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm .w100 {
    width: 100% !important;
  }
  section.form.confirm .w80 {
    width: 80% !important;
  }
  section.form.confirm .w50 {
    width: 49% !important;
  }
  section.form.confirm .w65 {
    width: 64% !important;
  }
  section.form.confirm .w35 {
    width: 34% !important;
  }
  section.form.confirm .w33 {
    width: 32% !important;
  }
  section.form.confirm .conf_w100 {
    width: 100% !important !important;
  }
  section.form.confirm input[type=text], section.form.confirm input[type=tel], section.form.confirm input[type=email], section.form.confirm textarea {
    border: none;
    color: #245380;
  }
  section.form.confirm #js-zipBtn {
    display: none;
  }
  section.form.confirm .select-wrap:after {
    content: "";
  }
  section.form.confirm .select-wrap select {
    border: none;
  }
  section.form.confirm #js-search-area {
    display: none;
  }
  section.form.confirm .change-hide {
    display: block;
  }
  section.form.confirm .change-on {
    display: block;
  }
  section.form.confirm .form-btn {
    font-size: 0.75em;
  }
  section.form.confirm .form-btn #conf_btn {
    display: none;
  }
  section.form.confirm .form-btn #back_btn {
    display: inline-block;
    border: 1px solid #245380;
    border-radius: 30px;
    color: #245380;
  }
  section.form.confirm .form-btn #send_btn {
    display: inline-block;
    background-color: #245380;
    border-radius: 30px;
    color: #ffffff;
  }
  section.form.complete {
    background-color: #ffffff;
    color: #245380;
    height: 100vh;
  }
  section.form.complete .mainvisual {
    position: relative;
  }
  section.form.complete .mainvisual h1 {
    display: block;
    padding: 25px 5%;
  }
  section.form.complete .mainvisual .inner {
    display: none;
  }
  section.form.complete p.icon {
    width: 100%;
    text-align: center;
    margin-top: 160px;
  }
  section.form.complete p.text {
    width: 100%;
    margin-top: 65px;
    text-align: center;
    line-height: 30px;
  }
}
@media screen and (max-width: 559px) {
  @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;600&family=Shippori+Mincho:wght@500&display=swap");
  body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shipmin {
    font-family: "Shippori Mincho", serif;
  }
  @font-face {
    font-family: "futura";
    src: url("../font/futura.ttf") format("truetype");
  }
  @font-face {
    font-family: "futura";
    src: url("../font/futura.eot") format("truetype");
  }
  .futura {
    font-family: futura;
    font-size: 20px;
  }
  input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
  }
  input[type=text]:focus {
    outline: 0;
  }
  .bgGreen {
    background-color: #c7e2cc;
  }
  .bgWhite {
    background-color: #ffffff !important;
  }
  section.form {
    background-color: #c7e2cc;
    padding-bottom: 80px;
    /* ====================================================================================================================
    ここから確認画面用のレイアウト
    ==================================================================================================================== */
  }
  section.form .mainvisual {
    position: relative;
  }
  section.form .mainvisual h1 {
    display: none;
  }
  section.form .mainvisual .inner img {
    width: 100%;
  }
  section.form .mainvisual h2 {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-weight: bold;
    font-size: 2.125em;
    text-align: center;
    margin-top: -1.2em;
  }
  section.form .mainvisual h3 {
    text-align: center;
    font-size: 1.187em;
    margin-top: 15px;
  }
  section.form h4 {
    padding-top: 85px;
    text-align: center;
    color: #245380;
    font-weight: bold;
  }
  section.form .row {
    margin-top: 12px;
  }
  section.form .row .label {
    width: 100%;
    font-size: 0.812em;
    color: #245380;
    font-weight: 500;
  }
  section.form .row .label span {
    background-color: #245380;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.687em;
    padding: 2px 4px;
  }
  section.form .row .label .conf_br {
    display: none;
  }
  section.form .row .cont {
    margin-top: 6px;
  }
  section.form .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  section.form .w100 {
    width: 100% !important;
  }
  section.form .w80 {
    width: 80% !important;
  }
  section.form .w50 {
    width: 49% !important;
  }
  section.form .w65 {
    width: 64% !important;
  }
  section.form .w35 {
    width: 34% !important;
  }
  section.form .w33 {
    width: 32% !important;
  }
  section.form input {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 0.75em;
  }
  section.form textarea {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 0.75em;
  }
  section.form .select-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  section.form .select-wrap:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    top: 8px;
    right: 10px;
    position: absolute;
    color: #245380;
    z-index: 2;
    font-weight: bold;
    pointer-events: none;
  }
  section.form .select-wrap select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    padding: 8px 12px;
    color: #245380;
    font-size: 0.75em;
  }
  section.form #js-zipBtn {
    background-color: #ffffff;
    border: 1px solid #245380;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.75em;
    color: #245380;
    text-align: center;
    cursor: pointer;
  }
  section.form #step01 {
    padding-top: 35px;
  }
  section.form #step01 .inner {
    padding: 0 5%;
  }
  section.form #step01 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step01 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step01 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step02 {
    padding-top: 35px;
  }
  section.form #step02 .hide {
    display: none;
  }
  section.form #step02 .inner {
    padding: 0 5%;
  }
  section.form #step02 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step02 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step02 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step02 .inner p.reed {
    font-weight: bold;
    font-size: 0.875em;
    color: #245380;
    line-height: 1.5em;
  }
  section.form #step02 .inner .box01 {
    padding-left: 30px;
    position: relative;
    /*checkbox スタイル*/
  }
  section.form #step02 .inner .box01 .left {
    width: 60%;
  }
  section.form #step02 .inner .box01 .right {
    position: relative;
    width: 38%;
    top: 0;
    right: 0;
    text-align: right;
  }
  section.form #step02 .inner .box01 .right img.base {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }
  section.form #step02 .inner .box01 .right img#hokushin-icon {
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#toushin-icon {
    position: absolute;
    top: 40.7px;
    right: 0;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#chuushin-icon {
    position: absolute;
    top: 10px;
    right: 42px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .right img#nanshin-icon {
    position: absolute;
    top: 73.8px;
    right: 24.4px;
    z-index: 2;
  }
  section.form #step02 .inner .box01 .flex-wrap {
    margin-top: 15px;
  }
  section.form #step02 .inner .box01 input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box01 input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box01 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box01 input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box01 input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box01 label.radio {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box01:before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 2px;
    z-index: 99;
  }
  section.form #step02 .inner .box01:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 11px;
    border-left: 1px solid #245380;
    width: 30px;
    height: 110%;
  }
  section.form #step02 .inner .box01 p.text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #245380;
  }
  section.form #step02 .inner .box01 .label {
    line-height: 1.2em;
  }
  section.form #step02 .inner .box02 {
    padding-left: 30px;
    position: relative;
    /*checkbox スタイル*/
  }
  section.form #step02 .inner .box02 input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box02 input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box02 label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box02 input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step02 .inner .box02 input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step02 .inner .box02 label.radio {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step02 .inner .box02:before {
    content: "2";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 1px;
    z-index: 99;
  }
  section.form #step02 .inner .box02:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 11px;
    border-left: 1px solid #245380;
    width: 30px;
    height: 110%;
  }
  section.form #step02 .inner .box02 p.text {
    margin-top: 15px;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #245380;
  }
  section.form #step02 .inner .box03 {
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
  }
  section.form #step02 .inner .box03 p.text {
    font-size: 0.812em;
    line-height: 1.4em;
    color: #245380;
  }
  section.form #step02 .inner .box03:before {
    content: "3";
    position: absolute;
    top: 0;
    left: 0;
    color: #245380;
    width: 23px;
    height: 23px;
    border: 1px solid #245380;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    font-size: 0.937em;
    font-weight: bold;
    padding: 2px 0 0 1px;
  }
  section.form #step02 .result_inner {
    padding-top: 30px;
    margin-top: 20px;
    background-color: #c7e2cc;
    position: relative;
  }
  section.form #step02 .result_inner .btn-area {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    margin-top: -20px;
    text-align: center;
  }
  section.form #step02 .result_inner .btn-area .btn-search {
    font-size: 0.75em;
    width: 50%;
    padding: 16px 0;
    text-align: center;
    color: #245380;
    border: 1px solid #245380;
    background-color: #ffffff;
    border-radius: 30px;
    font-weight: bold;
    margin: auto;
    cursor: pointer;
  }
  section.form #step02 .result_inner .category {
    margin-top: 55px;
  }
  section.form #step02 .result_inner .result_list {
    padding: 0 5% 54px;
    margin-top: 40px;
    background-color: #ffffff;
  }
  section.form #step02 .result_inner .result_list h5 {
    font-size: 0.812em;
    color: #245380;
    font-weight: bold;
    text-align: center;
  }
  section.form #step02 .result_inner .result_list .builder-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.form #step02 .result_inner .result_list .builder-list .item {
    width: 48%;
    margin-top: 20px;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label.chkbtn {
    height: auto !important;
    border: none !important;
    background: none !important;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label {
    position: relative;
    display: block;
    height: 113px;
    border: 1px solid #245380;
    border-radius: 0;
    z-index: 999;
    overflow: hidden;
    background-color: #cccccc;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label .buildId {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #245380;
    border-right: 1px solid #245380;
    border-radius: 0 6px 0 0;
    width: 40px;
    background-color: #ffffff;
    color: #245380;
    z-index: 999;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step02 .result_inner .result_list .builder-list .item label .buildId span {
    font-size: 1.062em;
  }
  section.form #step02 .result_inner .result_list .builder-list .item input[type=checkbox] {
    display: none;
  }
  section.form #step02 .result_inner .result_list .builder-list .item input[type=checkbox]:checked + .builder-name:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    content: "";
    background-color: #245380;
  }
  section.form #step02 .result_inner .result_list .builder-list .item .builder-name {
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 0.812em;
    min-height: 20px;
  }
  section.form #step02 .result_inner .result_list .builder-list .item .builder-name:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #245380;
    content: "";
  }
  section.form #step02 .result_inner .result_list .builder-list .item:nth-child(2n) {
    margin-right: 0;
  }
  section.form #step03 {
    padding-top: 35px;
  }
  section.form #step03 .inner {
    padding: 0 5%;
    /*radio スタイル*/
    /*checkbox スタイル*/
  }
  section.form #step03 .inner h5 {
    font-size: 0.875em;
    color: #245380;
    border-bottom: 1px solid #245380;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.form #step03 .inner h5 div.step {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 7px 12px;
    background-color: #245380;
    margin-right: 15px;
    font-size: 0.812em;
    color: #ffffff;
    font-weight: bold;
  }
  section.form #step03 .inner h5 div.step span {
    font-size: 1.187em;
    margin-left: 5px;
  }
  section.form #step03 .inner .row {
    padding: 15px 0;
  }
  section.form #step03 .inner .row .label {
    font-weight: bold;
  }
  section.form #step03 .inner .row .label span.numb {
    display: inline-block;
    font-family: futura;
    background: none;
    color: #245380;
    font-size: 1.1em;
  }
  section.form #step03 .inner .row .label span {
    font-weight: normal;
    word-break: keep-all;
  }
  section.form #step03 .inner .flex-life {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
  }
  section.form #step03 .inner .flex-life label {
    margin-right: 1.5%;
    height: 110px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
  }
  section.form #step03 .inner .flex-life label:nth-child(3n) {
    margin-right: 0;
  }
  section.form #step03 .inner .flex-life .icon {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  section.form #step03 .inner .flex-life p {
    width: 100%;
    text-align: center;
    font-size: 0.75em;
  }
  section.form #step03 .inner .flex-move {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  section.form #step03 .inner .flex-move label {
    height: 56px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  section.form #step03 .inner .flex-move .icon {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 10px;
  }
  section.form #step03 .inner .flex-move p {
    text-align: left;
    font-size: 0.75em;
  }
  section.form #step03 .inner input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=radio]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.radio {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: left;
    font-size: 0.812em;
  }
  section.form #step03 .inner input[type=checkbox] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.form #step03 .inner input[type=checkbox]:checked + label {
    background-color: #245380;
    color: #ffffff;
  }
  section.form #step03 .inner label.checkbox {
    background-color: #ffffff;
    color: #245380;
    border: 1px solid #245380;
    border-radius: 4px;
    margin-top: 4px;
    padding: 10px 12px;
    text-align: center;
    font-size: 0.812em;
  }
  section.form #step03 .inner .point label {
    width: 100%;
    display: block;
    text-align: left;
  }
  section.form .form-btn {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.form .form-btn #back_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
    display: none;
  }
  section.form .form-btn #conf_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
  }
  section.form .form-btn #send_btn {
    color: #ffffff;
    padding: 1em 2em;
    margin: 0 10px;
    display: none;
  }
  section.form .conf-hide {
    display: block;
  }
  section.form .conf-on {
    display: none;
  }
  section.form.confirm {
    background-color: #ffffff;
  }
  section.form.confirm .conf-hide {
    display: none !important;
  }
  section.form.confirm .conf-on {
    display: block;
  }
  section.form.confirm .mainvisual {
    position: relative;
  }
  section.form.confirm .mainvisual h1 {
    display: block;
    padding: 25px 5%;
  }
  section.form.confirm .mainvisual .inner {
    display: none;
  }
  section.form.confirm h4 {
    display: none;
  }
  section.form.confirm .row .label {
    width: 30%;
    font-size: 0.812em;
  }
  section.form.confirm .row .label span {
    display: none;
  }
  section.form.confirm .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step01 .row {
    border-bottom: 1px solid #245380;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.form.confirm #step01 .row .label {
    width: 30%;
    font-size: 0.812em;
  }
  section.form.confirm #step01 .row .label span {
    display: none;
  }
  section.form.confirm #step01 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step01 .row .cont {
    width: 70%;
  }
  section.form.confirm #step02 .row {
    border-bottom: 1px solid #245380;
  }
  section.form.confirm #step02 .row .label {
    width: 100%;
    font-size: 0.812em;
  }
  section.form.confirm #step02 .row .label span {
    display: none;
  }
  section.form.confirm #step02 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step02 .box01 {
    padding-left: 0;
  }
  section.form.confirm #step02 .box01 .left {
    width: 100% !important;
  }
  section.form.confirm #step02 .box01:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box01:after {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box01 .flex-wrap {
    display: block;
  }
  section.form.confirm #step02 .box01 .flex-wrap .left {
    width: 100%;
    margin-top: 15px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step02 .box01 .flex-wrap .right {
    display: none;
  }
  section.form.confirm #step02 .box01 p.text {
    padding-bottom: 20px;
  }
  section.form.confirm #step02 .box02 {
    display: none;
    padding-left: 0;
  }
  section.form.confirm #step02 .box02:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .box02 .cont {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step02 .box03 {
    display: none;
    padding-left: 0;
  }
  section.form.confirm #step02 .box03:before {
    content: " ";
    display: none;
    border: none;
  }
  section.form.confirm #step02 .result_inner {
    background-color: #ffffff;
    padding-top: 0;
  }
  section.form.confirm #step02 .result_list {
    margin: 0 !important;
    padding: 0 0 30px;
  }
  section.form.confirm #step02 .result_list h5 {
    text-align: left;
  }
  section.form.confirm #step02 .result_list .category {
    margin-top: 0;
  }
  section.form.confirm #step02 .result_list .builder-list {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm #step03 {
    margin-top: 0;
  }
  section.form.confirm #step03 .row {
    border-bottom: 1px solid #245380;
  }
  section.form.confirm #step03 .row .label {
    width: 100%;
    font-size: 0.812em;
  }
  section.form.confirm #step03 .row .label span {
    display: none;
  }
  section.form.confirm #step03 .row .label .conf_br {
    display: block;
  }
  section.form.confirm #step03 .row .cont {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875em;
    color: #245380;
  }
  section.form.confirm .w100 {
    width: 100% !important;
  }
  section.form.confirm .w80 {
    width: 80% !important;
  }
  section.form.confirm .w50 {
    width: 49% !important;
  }
  section.form.confirm .w65 {
    width: 64% !important;
  }
  section.form.confirm .w35 {
    width: 34% !important;
  }
  section.form.confirm .w33 {
    width: 32% !important;
  }
  section.form.confirm .conf_w100 {
    width: 100% !important;
  }
  section.form.confirm input[type=text], section.form.confirm input[type=tel], section.form.confirm input[type=email], section.form.confirm textarea {
    border: none;
    color: #245380 !important;
  }
  section.form.confirm #js-zipBtn {
    display: none;
  }
  section.form.confirm .select-wrap:after {
    content: "";
  }
  section.form.confirm .select-wrap select {
    border: none;
  }
  section.form.confirm #js-search-area {
    display: none;
  }
  section.form.confirm .change-hide {
    display: block;
  }
  section.form.confirm .change-on {
    display: block;
  }
  section.form.confirm .form-btn {
    font-size: 0.75em;
  }
  section.form.confirm .form-btn #conf_btn {
    display: none;
  }
  section.form.confirm .form-btn #back_btn {
    display: inline-block;
    border: 1px solid #245380;
    border-radius: 30px;
    color: #245380;
  }
  section.form.confirm .form-btn #send_btn {
    display: inline-block;
    background-color: #245380;
    border-radius: 30px;
    color: #ffffff;
  }
  section.form.complete {
    background-color: #ffffff;
    color: #245380;
    height: 100vh;
  }
  section.form.complete .mainvisual {
    position: relative;
  }
  section.form.complete .mainvisual h1 {
    display: block;
    padding: 25px 5%;
  }
  section.form.complete .mainvisual .inner {
    display: none;
  }
  section.form.complete p.icon {
    width: 100%;
    text-align: center;
    margin-top: 160px;
  }
  section.form.complete p.text {
    width: 100%;
    margin-top: 65px;
    text-align: center;
    line-height: 30px;
  }
}