@charset "UTF-8";
/*==================================
normalize.css
==================================*/
/*! 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.
 */
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 {
  -moz-box-sizing: content-box;
  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,
select,
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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}

/*==================================
common.css
==================================*/
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.78;
  color: #505050;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  *zoom: 1;
}

/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.left_al {
  text-align: left !important;
}

.center_al {
  text-align: center !important;
}

.right_al {
  text-align: right !important;
}

.noimg {
  background-image: none !important;
}

.nobackcolor {
  background-color: transparent !important;
}

.noborder {
  border: none !important;
}

.noborder_top {
  border-top: none !important;
}

.noborder_bottom {
  border-bottom: none !important;
}

.noborder_left {
  border-left: none !important;
}

.noborder_right {
  border-right: none !important;
}

.strong {
  font-weight: bold !important;
}

/*margin*/
.mg00 {
  margin: 0px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*padding*/
.pg00 {
  padding: 0px !important;
}

.pg03 {
  padding: 3px !important;
}

.pg05 {
  padding: 5px !important;
}

.pg10 {
  padding: 10px !important;
}

.pg15 {
  padding: 15px !important;
}

.pg20 {
  padding: 20px !important;
}

.pg25 {
  padding: 25px !important;
}

.pg30 {
  padding: 30px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/*==================================
共通
==================================*/
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 4.27vw;
  line-height: 1.62;
}

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

a {
  color: #ff6e00;
  text-decoration: underline;
  outline: none;
}

.switch {
  /*visibility: hidden;*/
}

.pc {
  display: none;
}

.sp {
  display: block;
}

/*==================================
ヘッダー
==================================*/
header {
  height: 60px;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}
header .header__logo a {
  display: block;
  height: 20px;
}
header .header__logo img {
  width: auto;
  height: 20px;
  vertical-align: top;
}

/*==================================
フッター
==================================*/
#totop {
  width: 50px;
  height: 40px;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 300;
}
#totop a {
  background-color: #ff7b00;
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.2s;
  opacity: 1;
}
#totop a::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}
#totop a:hover {
  opacity: 0.8;
}

.footer__inner {
  text-align: center;
}
.footer__copyright {
  font-size: 2.93vw;
  padding: 1em;
}
.footer__btn-block {
  background: #fff3e8;
}
.footer__btn-block .inner {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  width: 95%;
}
.footer__btn-block .inner a {
  width: calc((100% - 7px) / 2);
  max-width: 350px;
  font-size: 3.73vw;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background: #ff6e00;
  border: 2px solid #ff6e00;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.footer__btn-block .inner a::after {
  content: "";
  background: url("../images/input-white-arrow.svg") center center no-repeat;
  background-size: cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.footer__btn-block .inner a + a {
  margin-left: 7px;
}

/*==================================
メインコンテンツ
==================================*/
.inner {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}

section {
  padding: 5.33vw 0 10.6vw;
}
section.contents {
  padding-top: 0.33vw;
}
section:nth-child(even) {
  background: #f7f7f7;
}
section.info .inner {
  width: 100%;
}
section.info .form__page-title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.form__page-title {
  margin: 0.2em auto 1.4em;
  font-size: 5.6vw;
  font-weight: 700;
  border-bottom: 1px solid #ec6c00;
  text-align: center;
}

.form__main-title {
  margin: 8.5vw auto 1.4em;
  font-size: 4.8vw;
  font-weight: 700;
  border-bottom: 1px solid #ec6c00;
  text-align: center;
}

.note {
  font-size: 3.2vw;
  padding-left: 1em;
  text-indent: -1em;
}
.note + input[type="text"] {
  margin-top: 0.5em;
}
.note + .form__block--border-box {
  margin-top: 0.5em;
}

.step-number {
  font-size: 4.27vw;
  font-weight: 700;
  color: #ec6c00;
}

.step-nav-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step-nav-list li {
  position: relative;
  text-align: center;
  width: 20%;
  font-size: 3.73vw;
  line-height: 1.38;
}
.step-nav-list li::before {
  display: block;
  width: 5.33vw;
  height: 5.33vw;
  margin: 1.35vw auto 2.35vw;
  content: "";
  border-radius: 50%;
  background: #cccccc;
}
.step-nav-list li::after {
  position: absolute;
  z-index: -1;
  top: 3.5vw;
  left: -50%;
  width: 100%;
  height: 1vw;
  content: "";
  background: #cccccc;
}
.step-nav-list li:first-child::after {
  content: none;
}
.step-nav-list li.current,
.step-nav-list li.complete {
  color: #ec6c00;
}
.step-nav-list li.current::before,
.step-nav-list li.complete::before {
  background: #ec6c00;
}
.step-nav-list li.current::after,
.step-nav-list li.complete::after {
  background: #ec6c00;
}
.step-nav-list li.current {
  font-weight: 700;
}
.step-nav-list li.current::before {
  width: 8vw;
  height: 8vw;
  margin: 0 auto 1vw;
  background: url("../images/icon-white-check.svg") center center no-repeat
    #ec6c00;
  background-size: 3vw 2vw;
}
.step-nav-contents {
  margin-top: 4vw;
  padding: 0 5%;
}
.step-nav-contents .step-number {
  margin-bottom: 0;
  line-height: 1.2;
}
.step-nav-contents .main-text + .note {
  margin-top: 0.1em;
}

.error-wrap {
  width: 90%;
  margin: 8vw auto 0;
  border: 1px solid #e60000;
  background: #fff6f6;
  display: flex;
  justify-content: center;
}
.error-wrap:empty {
  border: none;
  margin: 0;
}
.error-list {
  padding: 5% 4%;
  display: flex;
  flex-direction: column;
}
.error-list:empty {
  padding: 0;
}
.error-list li {
  display: inline-block;
  color: #e60000;
  font-size: 3.73vw;
  padding-left: 1em;
  text-indent: -1em;
}
.error-list li::before {
  content: "・";
}

.attention {
  font-size: 3.73vw;
  font-weight: 700;
  color: #e60000;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.2em;
  margin-top: 0.4em;
}
.attention::after {
  content: "";
  position: absolute;
  width: 5.6vw;
  height: 4.8vw;
  top: 0.1em;
  left: 0;
  background: url("../images/alart_icon.svg") center center no-repeat;
  background-size: cover;
}

.step-flow-list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 80px;
}
.step-flow-list > li + li {
  background: url("../images/flow-arrow.svg") center top 0.6em no-repeat;
  padding-top: 2em;
}
.step-flow__title {
  font-size: 4.8vw;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.6em;
  padding: 0.2em 0;
}
.step-flow__title .step-number {
  font-size: 4.8vw;
  display: inline-block;
  margin-right: 1em;
}

.flexbox {
  /*display: flex;*/
}

.hokkaido-area,
.hokkaido-area-inline,
.tohoku-area,
.hokuriku-area,
.tyubu-area,
.kansai-area,
.tyugoku-area,
.sikoku-area,
.kyusyu-area,
.okinawa-area {
  display: none;
}

input:focus,
select:focus {
  background-color: #ffe2ca !important;
  border-color: #ec6c00 !important;
  outline: none;
}
input:disabled,
select:disabled {
  background-color: #cccccc !important;
}
input:disabled + .checkbox-parts::before,
select:disabled + .checkbox-parts::before {
  background: #cccccc !important;
}

.required {
  display: inline-block;
  position: relative;
  padding-right: 3em;
}
.required::after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 1.5em;
  font-size: 3.2vw;
  background: #ec6c00;
  color: #fff;
  top: 1.3em;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}

.select-box {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
}
.select-box::after {
  position: absolute;
  right: 15px;
  width: 18px;
  height: 14px;
  background-color: #ec6c00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
  top: 41%;
}
.select-box select {
  appearance: none;
  width: 100%;
  margin: 5px 0;
  height: 60px;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #fff;
  color: #262626;
  font-size: 1.8rem;
  cursor: pointer;
}
.select-box select.required-error {
  border: 1px solid #e60000;
  background-color: #fff6f6;
}

.hyphen {
  display: inline-block;
  margin: 0 0.3em;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="email"] {
  width: 100%;
  height: 60px;
  padding: 0.4em 0.8em;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #262626;
  margin: 5px 0;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="url"]::placeholder,
input[type="email"]::placeholder {
  color: #999999;
}
input[type="text"].code-size-1,
input[type="tel"].code-size-1,
input[type="number"].code-size-1,
input[type="url"].code-size-1,
input[type="email"].code-size-1 {
  width: calc(1em + 1.6em);
  text-align: center;
}
input[type="text"].code-size-2,
input[type="tel"].code-size-2,
input[type="number"].code-size-2,
input[type="url"].code-size-2,
input[type="email"].code-size-2 {
  width: calc(1.5em + 1.6em);
  text-align: center;
}
input[type="text"].code-size-4,
input[type="tel"].code-size-4,
input[type="number"].code-size-4,
input[type="url"].code-size-4,
input[type="email"].code-size-4 {
  width: calc(2.5em + 1.6em);
  text-align: center;
}
input[type="text"].code-size-5,
input[type="tel"].code-size-5,
input[type="number"].code-size-5,
input[type="url"].code-size-5,
input[type="email"].code-size-5 {
  width: calc(3em + 1.6em);
  text-align: center;
}
input[type="text"].required-error,
input[type="tel"].required-error,
input[type="number"].required-error,
input[type="url"].required-error,
input[type="email"].required-error {
  border: 1px solid #e60000;
  background-color: #fff6f6;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + .checkbox-parts::before {
  background: #ec6c00;
  border: 1px solid #ec6c00;
}
input[type="checkbox"]:checked + .checkbox-parts::after {
  opacity: 1;
}

.checkbox-block {
  margin-top: 20px;
}
.checkbox-block + .form__main-title,
.checkbox-block + .info-card-block {
  margin-top: 60px;
}
.checkbox-block .form__check {
  margin-bottom: 10px;
  display: block;
}
.checkbox-parts {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  width: auto;
  font-weight: 700;
}
.checkbox-parts::before {
  background: #fff;
  border: 1px solid #cccccc;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox-parts::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  background: url("../images/checkbox-arrow.svg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.form__block--radio-block .form__radio {
  display: block;
  position: relative;
  padding-left: 2.2em;
}
.form__block--radio-block .form__radio + .form__radio,
.form__block--radio-block .calender-wrap + .form__radio {
  margin-top: 1.8em;
}
.form__block--radio-block input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form__block--radio-block input[type="radio"] + .radio-parts {
  font-weight: 700;
  cursor: pointer;
  font-size: 4.27vw;
}
.form__block--radio-block input[type="radio"] + .radio-parts:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 1.9em;
  height: 1.9em;
  position: relative;
  top: -0.2em;
  left: -0.2em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  position: absolute;
}
.form__block--radio-block input[type="radio"]:checked + .radio-parts:before {
  background-color: #ec6c00;
  box-shadow: inset 0 0 0 0.4em #fff;
  border: 1px solid #ec6c00;
}
.form__block--radio-block input[type="radio"]:focus + .radio-parts:before {
  outline: none;
  border-color: #ec6c00;
}
.form__block--radio-block input[type="radio"]:disabled + .radio-parts:before {
  box-shadow: inset 0 0 0 0.4em #fff;
  border-color: #f4f4f4;
  background: #f4f4f4;
}
.form__block--radio-block input[type="radio"] + .radio-parts:empty:before {
  margin-right: 0;
}

.form__block--area-select {
  text-align: left;
}
.form__block--area-select .main-text {
  text-align: left;
}
.form__block--area-select .select-box {
  margin: 15px auto 50px;
  /*max-width: 580px;*/
}
.form__block--border-box {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 7% 5% 6%;
  background: #fff;
}
.form__block--border-box-title {
  text-align: center;
}
.form__block--border-box .sub-btn a {
  width: 90%;
  margin: 15px auto 0.5em;
}
.form__block--bnr-box {
  margin-top: 5.33vw;
  margin-bottom: 10vw;
}
.form__block--bnr-box a {
  display: block;
}
.form__block--bnr-box a img {
  width: 100%;
}
.form__block--bnr-box a + a {
  margin-top: 3vw;
}
.form__block--input-block .input-box + .main-text {
  margin-top: 40px;
}
.form__block--input-block .normal-text {
  font-size: 1.6rem;
  color: #262626;
  line-height: 1.62;
}
.form__block--input-block .normal-text.area_number-text {
  margin: 20px auto 0;
  font-weight: 700;
}
.form__block--input-block .option-text {
  font-size: 1.4rem;
  color: #262626;
  line-height: 1.57;
  padding-left: 1em;
  text-indent: -1em;
}
.form__block--input-block .sub-text {
  font-size: 1.4rem;
  color: #262626;
  line-height: 1.57;
}
.form__block--input-block .orange-font {
  color: #ec6c00;
}
.form__block--input-block .red-font {
  color: #e60000;
}
.form__block--input-block .red-font::before {
  top: 0.2em;
  transform: translateY(0);
}
.form__block--input-block .red-font::after {
  top: 0.65em;
  transform: translateY(0);
}
.form__block--input-block.existing {
  margin-top: 1em;
}
.form__block--input-block .input-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.form__block--input-block .input-box__title {
  font-weight: 700;
  line-height: 1.7;
  font-size: 4.8vw;
}
.form__block--input-block .input-box__input {
  display: block;
  /*justify-content: space-between;
    flex-direction: column;*/
  /*.note {
      order: 1;
    }
    .attention {
      order: 2;
    }
    input {
      order: 3;
    }*/
}
.form__block--input-block
  .input-box__input
  .contract_capacities_select_wrap__inner {
  display: flex;
  align-items: center;
}
.form__block--input-block
  .input-box__input
  .contract_capacities_select_wrap__inner
  #unit {
  margin: 5px 0;
  padding-left: 1em;
  font-size: 1.8rem;
}
.form__block--input-block
  .input-box__input
  .contract_capacities_select_wrap__inner
  #unit:empty {
  padding-left: 0;
}
.form__block--input-block .input__col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form__block--input-block .input__col-2 input.input__select-after-size {
  width: calc(96% - 9.5em);
  margin-bottom: 5px;
}
.form__block--input-block
  .input__col-2
  input.input__select-after-size.input__select-after-size-address {
  width: 100%;
  margin-bottom: 0;
}
.form__block--input-block .input__col-2 input.input__elec-company-size {
  width: 100%;
}
.form__block--input-block .input__col-2 #elec_company_unknown-block {
  width: 10em;
}
.form__block--input-block .input__col-2 .select-box {
  width: 9.5em;
}
.form__block--input-block p + .input__col-2,
.form__block--input-block .input__col-2 + p,
.form__block--input-block p + input,
.form__block--input-block input + p {
  margin-top: 5px;
}
.form__block--input-block + .form__block--input-block {
  margin-top: 40px;
}

.check-out-item-block {
  margin: 30px auto;
  padding: 30px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.check-out-item-block.apply-open + .form__block--input-block {
  margin-top: 40px;
}
.check-out-item-block.apply-open,
.check-out-item-block.from_diff-open {
  display: none;
}

.ac-box-block + .form__main-title {
  margin-top: 60px;
}
.ac-list {
  border: 1px solid #cccccc;
  background: #fff;
}
.ac-list dt {
  position: relative;
  font-size: 1.8rem;
  height: 60px;
  width: 100%;
  padding: 0 8.75%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ac-list dt.center_al {
  justify-content: center;
}
.ac-list dt.center_al .caution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ac-list dt.center_al .caution .main {
  line-height: 1.2;
}
.ac-list dt.center_al .caution .sub {
  font-size: 70%;
  line-height: 1.2;
}
.ac-list dt::after {
  width: 18px;
  height: 10px;
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  background: url("../images/orange-arrow.svg") center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  transition: 0.3s all;
}
.ac-list dt.open::after {
  transform: translate(0);
}
.ac-list dd {
  padding: 0 4.5% 2em;
}
.ac-list dd.close-content {
  display: none;
}

.meter-reading-slip-block {
  display: block;
  padding: 10px 0 0;
}
.meter-reading-slip-img {
  width: 100%;
  margin-bottom: 1em;
}
.meter-reading-slip-img img {
  width: 100%;
}
.meter-reading-slip-list {
  width: 100%;
  counter-reset: listNumber;
}
.meter-reading-slip-list li {
  font-size: 4.27vw;
  padding-left: 2em;
  position: relative;
}
.meter-reading-slip-list li::before {
  counter-increment: listNumber;
  content: counter(listNumber);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.93vw;
  height: 6.93vw;
  background: #ec6c00;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.meter-reading-slip-list li + li {
  margin-top: 5px;
}

.caution__title {
  font-size: 4.27vw;
  font-weight: 700;
  margin-bottom: 1em;
}
.caution-list {
  font-size: 3.73vw;
}
.caution-list li {
  padding-left: 1.2em;
  line-height: 1.72;
  position: relative;
}
.caution-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.caution-list li .note {
  font-size: 1.4rem;
}

.pdf-link-list {
  margin: 0.2em auto 1.4em;
}
.pdf-link-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.pdf-link-list li::before {
  content: "・";
}

.change-link {
  margin: 30px 0 20px;
}
.change-link a {
  font-size: 4.8vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 0px 0 13px;
  text-decoration: none;
  transition: 0.3s all;
}
.change-link a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url("../images/info_arrow.svg") center center no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-40%) rotate(-180deg);
}
.change-link a:hover {
  opacity: 0.7;
}

.box-block {
  border: 1px solid #cccccc;
  background: #fff;
  padding: 1.4em 4.5%;
  line-height: 1.7;
  margin-top: 40px;
}
.box-block__main-title {
  text-align: center;
  font-size: 4.27vw;
  font-weight: 700;
}
.box-block__sub-title {
  font-size: 3.73vw;
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}
.box-block__sub-text {
  font-size: 3.73vw;
}
.box-block .box-list {
  margin-bottom: 0.5em;
}
.box-block .box-list li {
  font-size: 3.73vw;
}
.box-block .box-list li + li {
  margin-top: 0.8em;
}
.box-block .box-list__title {
  font-weight: 700;
}
.box-block + .main-text {
  margin-top: 2rem;
}

.info-card-block {
  border: 1px solid #ec6c00;
  padding: 1em;
  text-align: center;
  background: #fff;
}
.info-card-copy {
  color: #ec6c00;
  margin-bottom: 1em;
  text-align: left;
}
.info-card-title {
  font-size: 4.27vw;
  font-weight: 700;
  margin-bottom: 1em;
}
.info-card-icon {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.info-card-icon img {
  width: 100%;
}

.main-text + .btn-block {
  margin-top: 1.5em;
}

.btn-block {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.btn-block button + button {
  margin-left: 10px;
  width: calc(100% - 6em - 10px);
}
.btn-block button + button::after {
  right: 10px;
}

button[type="submit"],
button[type="button"].next-btn {
  font-size: 4.6vw;
  font-weight: 700;
  color: #fff;
  background: #ff6e00;
  width: 100%;
  max-width: 450px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border: 2px solid #ff6e00;
  border-radius: 35px;
  transition: 0.3s all;
  position: relative;
}
button[type=submit] .main-text, button[type=button].next-btn .main-text {
  width: 100%;
  line-height: 1.6; }
button[type=submit] .sub-text, button[type=button].next-btn .sub-text {
  width: 100%;
  line-height: 1.6;
  font-size: 2.4vw;
  font-weight: 400; }
button[type="submit"]::after,
button[type="button"].next-btn::after {
  content: "";
  background: url("../images/input-white-arrow.svg") center center no-repeat;
  background-size: cover;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
button[type="submit"]:hover,
button[type="button"].next-btn:hover {
  background: #fff;
  color: #ff6e00;
}
button[type="submit"]:hover::after,
button[type="button"].next-btn:hover::after {
  background: url("../images/input-orange-arrow.svg") center center no-repeat;
  background-size: cover;
}
button[type="submit"]:disabled,
button[type="button"].next-btn:disabled {
  background: #999999;
  border: 2px solid #999999;
  color: #fff;
}
button[type="submit"]:disabled::after,
button[type="button"].next-btn:disabled::after {
  background: url("../images/input-white-arrow.svg") center center no-repeat;
  background-size: cover;
}

button[type="button"].back-btn {
  font-size: 4.8vw;
  font-weight: 700;
  color: #505050;
  background: #fff;
  width: 6em;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 35px;
  transition: 0.3s all;
  position: relative;
}
button[type="button"].back-btn::after {
  content: "";
  background: url("../images/btn-back-arrow.svg") center center no-repeat;
  background-size: cover;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.sub-btn {
  margin-top: 15px;
}
.sub-btn a {
  text-decoration: none;
  margin: 0 auto 40px;
  font-size: min(3.73vw, 1.8rem);
  font-weight: 700;
  color: #ff6e00;
  background: #fff;
  width: 75%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff6e00;
  border-radius: 20px;
  transition: 0.3s all;
  position: relative;
}
.sub-btn a .print-icon {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.sub-btn a .print-icon::after {
  content: "";
  width: 24px;
  height: 18px;
  background: url("../images/print_icon_orange.svg") center center no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.sub-btn a .mail-icon {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.sub-btn a .mail-icon::after {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../images/mail_icon.svg") center center no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.sub-btn a::after {
  content: "";
  background: url("../images/input-orange-arrow.svg") center center no-repeat;
  background-size: cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.customer_code-block {
  display: none;
}

.complete-block {
  margin: 30px auto 0;
  width: 92%;
}
.complete-block__title {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 1em;
}
.complete-block__text {
  margin-bottom: 1em;
  font-size: 4.23vw;
}
.complete-block__text .order-number {
  font-weight: 700;
}

.questionnaire-block .checkbox-block {
  margin-top: 0;
}
.questionnaire-block .checkbox-block .form__check {
  margin-bottom: 0;
}
.questionnaire-block .checkbox-block + .checkbox-block {
  margin-top: 1.5em;
}

.questionnaire-text {
  font-weight: 700;
  font-size: 4.8vw;
  margin-bottom: 0.2em;
}

.circle-flow-list {
  max-width: 100%;
  margin-top: 15vw;
}
.circle-flow-list > li + li {
  position: relative;
  margin-top: 17.3vw;
}
.circle-flow-list > li + li::after {
  background: url("../images/circle-flow-arrow.svg") center center no-repeat;
  background-size: cover;
  width: 7.2vw;
  height: 6.1vw;
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
}
.circle-flow-list__item + .circle-flow-list__item {
  margin-top: 21.3vw;
}
.circle-flow-list__item + .circle-flow-list__item::after {
  top: -17vw;
}
.circle-flow-list__item {
  border: 1px solid #ec6c00;
  margin-top: 40px;
  position: relative;
  background: #fff;
  padding: 12vw 6.25% 2vw;
}
.circle-flow-list__number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 13.3vw;
  height: 13.3vw;
  font-size: 5.6vw;
  font-weight: 700;
  color: #fff;
  background: #ec6c00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.circle-flow-list__text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1em;
}
.circle-flow-list__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1em;
}
.circle-flow-list__sub-title {
  font-size: 3.2vw;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.circle-flow-list__flex-box {
  display: block;
}
.circle-flow-list__flex-box-img {
  width: 100%;
}
.circle-flow-list__flex-box-img img {
  width: 100%;
}
.circle-flow-list__flex-box-list {
  width: 100%;
  counter-reset: listnum;
  display: flex;
  justify-content: space-between;
  margin: 1em auto 0;
}
.circle-flow-list__flex-box-list li {
  width: 45%;
  position: relative;
  padding-left: 2em;
  font-size: 3.73vw;
}
.circle-flow-list__flex-box-list li::before {
  counter-increment: listnum;
  content: counter(listnum);
  width: 6.4vw;
  height: 6.4vw;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  background: #ec6c00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.circle-flow-list__img {
  width: 100%;
  margin: 0 auto 1em;
}
.circle-flow-list__img img {
  width: 100%;
}
.circle-flow-list__icon.icon-01 {
  width: 40.8375%;
  margin: 0 auto 1.2em;
}
.circle-flow-list__icon.icon-02 {
  width: 16.5%;
  margin: 0 auto 1.2em;
}
.circle-flow-list__icon.icon-03 {
  width: 82.5%;
  margin: 0 auto 1.2em;
  padding-left: 4%;
}
.circle-flow-list__icon img {
  width: 100%;
}

.orange-circle-list {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 1em;
}
.orange-circle-list li {
  font-size: 3.73vw;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.62;
}
.orange-circle-list li::before {
  color: #ec6c00;
  content: "● ";
}
.orange-circle-list li + li {
  margin-top: 0.8em;
}

.start {
  font-weight: 700;
  text-align: center;
  color: #ec6c00;
  line-height: 1;
}
.start span {
  display: block;
}
.start-copy-1 {
  font-size: 5.6vw;
  margin-bottom: 0.5em;
}
.start-copy-2 {
  font-size: 4.27vw;
  margin-bottom: 0.5em;
}
.start-copy-3 {
  font-size: 6.93vw;
}

.upload-box {
  position: relative;
}
.upload-box .modal-icon-link {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}

.upload-list {
  padding: 5px 0;
}
.upload-list li + li {
  margin-top: 10px;
}
.upload-list li .upload-image {
  display: flex;
  align-items: center;
}

.upload-list li .attention {
  margin-bottom: 0.7em;
  margin-top: 0.4em;
}


.upload-text {
  font-size: 4.27vw;
  color: #505050;
  padding-left: 1em;
  width: calc(100% - 10em);
  word-break: break-all;
}

.file-parts {
  font-size: 4.8vw;
  width: 10em;
  color: #505050;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0.8em;
  cursor: pointer;
  transition: 0.3s all;
}
.file-parts:hover {
  color: #fff;
  background: #ec6c00;
}

input[type="file"] {
  display: none;
}

.modal-link {
  text-align: right;
  margin: 5px 0 10px;
}
.modal-link a {
  font-size: 4.8vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 13px 0 32px;
  text-decoration: none;
  transition: 0.3s all;
}
.modal-link a::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/info_icon.svg") center center no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}
.modal-link a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background: url("../images/info_arrow.svg") center center no-repeat;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
}

.modaal-inline .modaal-container {
  position: relative;
}
.modaal-inline .modaal-container .modaal-content-container {
  padding: 5%;
}
.modaal-inline .modaal-container .modaal-title {
  width: calc(100% - 50px);
  max-width: 400px;
  margin-bottom: 10px;
  padding-left: 50px;
}
.modaal-inline .modaal-container .modaal-title img {
  width: 100%;
}
.modaal-inline .modaal-container .modaal-gallery-item {
  padding: 5%;
}
.modaal-inline .modaal-container .modaal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ec6c00;
  width: 40px;
  height: 40px;
}
.modaal-inline .modaal-container .modaal-close::after,
.modaal-inline .modaal-container .modaal-close::before {
  top: 8px;
  left: 19px;
}
.modaal-inline .modaal-container .modaal-close:after,
.modaal-inline .modaal-container .modaal-close:before {
  width: 2px;
}
.modaal-inline .modaal-container .modaal-close:focus:after,
.modaal-inline .modaal-container .modaal-close:focus:before,
.modaal-inline .modaal-container .modaal-close:hover:after,
.modaal-inline .modaal-container .modaal-close:hover:before {
  background: #ec6c00;
}

.modaal-image .modaal-container {
  position: relative;
}
.modaal-image .modaal-container .modaal-gallery-item {
  padding: 5%;
}
.modaal-image .modaal-container .modaal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ec6c00;
  width: 40px;
  height: 40px;
}
.modaal-image .modaal-container .modaal-close::after,
.modaal-image .modaal-container .modaal-close::before {
  top: 8px;
  left: 19px;
}
.modaal-image .modaal-container .modaal-close:after,
.modaal-image .modaal-container .modaal-close:before {
  width: 2px;
}
.modaal-image .modaal-container .modaal-close:focus:after,
.modaal-image .modaal-container .modaal-close:focus:before,
.modaal-image .modaal-container .modaal-close:hover:after,
.modaal-image .modaal-container .modaal-close:hover:before {
  background: #ec6c00;
}

.modaal-iframe .modaal-container {
  position: relative;
  display: inline-block;
  width: 92vw;
  height: 90vh;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1500px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-iframe .modaal-container .modaal-close {
  position: absolute;
  right: 0px;
  top: 0;
  background: #ec6c00;
  width: 40px;
  height: 40px;
  transform: translateY(-120%);
}
.modaal-iframe .modaal-container .modaal-close::after,
.modaal-iframe .modaal-container .modaal-close::before {
  top: 8px;
  right: 0px;
  left: 19px;
}
.modaal-iframe .modaal-container .modaal-close:after,
.modaal-iframe .modaal-container .modaal-close:before {
  width: 2px;
}

.modaal-iframe .modaal-inner-wrapper {
  padding: 50px 0 0;
}

/* flatpickr */
.calender-block {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}

.calender-block input#date-picker,
.calender-block input#date-picker-hokkaido {
  border: none;
  background: none;
  width: 9em;
  padding: 0;
  font-size: 4.27vw;
  font-weight: 700;
}
.calender-block input#date-picker:focus-visible,
.calender-block input#date-picker-hokkaido:focus-visible {
  outline: none;
}

.flatpickr-calendar {
  margin: 10px auto 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.flatpickr-calendar.inline {
  top: 0;
}

.flatpickr-current-month {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4em auto 0;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  order: 2;
}
.flatpickr-current-month .numInputWrapper {
  order: 1;
  width: 7.5ch;
  text-align: left;
  position: relative;
}
.flatpickr-current-month .numInputWrapper::after {
  content: "年";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.flatpickr-months .flatpickr-month {
  height: 55px;
}

.flatpickr-months .flatpickr-prev-month {
  top: 6px;
  left: 6px !important;
}

.flatpickr-months .flatpickr-next-month {
  top: 6px;
  right: 6px !important;
}

.flatpickr-current-month input.cur-year {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
}

.flatpickr-current-month .numInputWrapper::after {
  font-weight: 700;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}

span.flatpickr-weekday {
  color: #505050;
  font-weight: 700;
  font-size: 12px;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-days {
  padding-bottom: 0.8em;
}

.flatpickr-day {
  color: #505050;
  font-weight: 700;
  font-size: 18px;
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after {
  display: none;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff6e00;
  border: none;
}

.calender-block input#date-picker:focus,
.calender-block input#date-picker:focus-visible,
.calender-block input#date-picker-hokkaido:focus,
.calender-block input#date-picker-hokkaido:focus-visible {
  background-color: transparent !important;
  outline: none;
  cursor: default;
}

/* コンテンツ */
input[type="checkbox"]:disabled + .btn-parts {
  opacity: 0.5;
}

#unit-select {
  display: none;
}

.switch {
  display: none;
}

.move {
  display: none;
}

.existing {
  display: none;
}

.is-select {
  display: none;
  font-size: 4.27vw;
  font-weight: 700;
}

.not-select {
  font-size: 4.27vw;
  margin-top: 1em;
}

#date-picker {
  display: none;
  height: auto;
  margin-top: 1em;
}

#date-picker-hokkaido {
  display: none;
  height: auto;
  margin-top: 1em;
}

#reSelection {
  display: none;
  font-size: 3.73vw;
  padding: 0.2em 1em;
  color: #fff;
  background: #505050;
  border: 1px solid #505050;
}

#reSelection-hokkaido {
  display: none;
  font-size: 3.73vw;
  padding: 0.2em 1em;
  color: #fff;
  background: #505050;
  border: 1px solid #505050;
}

.confirm-contents .input-box__input {
  padding: 0.5em 0 0 0.5em;
  font-size: 4.8vw;
}
.confirm-contents .input-short-box .input-box__input {
  padding: 0;
  font-size: 1.8rem;
}

#input-2,
#input-3 {
  display: none;
}

.attention {
  display: none;
}

.error-wrap {
  display: none;
}

.hidden-input {
  background: #ccc;
  padding: 5px 5% 30px;
  margin-top: 15px;
}

#campaign_name:active, #campaign_name:focus {
  background: none !important;
}

/* モーダル　ラジオボタン */
.form__block--area-radio {
  margin-top: 3.0rem;
  margin-bottom: 4.0rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.radio-btn {
  width: 48%;
  height: 60px;
  margin-bottom: 1.0rem;
}
.radio-btn-modal {
  padding-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radio-btn input {
  display: none;
}
.radio-btn input:checked + label {
  background: #EC6C00;
}
.radio-btn input:checked + label span {
  color: #fff;
}
.radio-btn label {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
  transition: .3s all;
}
.radio-btn span {
  display: block;
  width: 100%;
  padding: .4em .8em;
  text-align: left;
  color: #262626;
}

.modal-btn {
  width: 48%;
  height: 60px;
  margin-bottom: 1.0rem;
}
.modal-btn.select a span {
  color: #FFF;
  background: #EC6C00;
}
.modal-btn a {
  text-decoration: none;
}
.modal-btn a span {
  color: #262626;
  display: flex;
  align-items: center;
  padding: .4em .8em;
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 100%;
  background: #fff;
  transition: .3s all;
}

.hidden-select-box {
  display: none;
}
