@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on 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.
 */
/**
 * 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;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 95%;
  margin: auto;
}

.breadcrumb__item::after {
  content: ">";
  padding: 0 5px;
}

.breadcrumb__item:last-of-type::after {
  content: "";
}

.ausv-Block {
  max-width: 960px;
  margin: auto;
  color: #333;
}

.ausv-Block a {
  text-decoration: none;
}

.ausv-Block img {
  vertical-align: middle;
}

.ausv-Block__inner {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 20px;
}

.ausv-Block__inner .item {
  flex: 1 0 auto;
}

@media screen and (max-width: 600px) {
  .ausv-Block__inner {
    display: block;
  }
  .ausv-Block__inner .item {
    margin-bottom: 10px;
  }
  .ausv-Block__text {
    padding: 0 10px;
  }
}

.ausv-mv {
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.section-wrapper {
  margin: auto;
  text-align: center;
  padding-bottom: 80px;
  width: 960px;
}

.section-wrapper__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
  position: relative;
  padding-left: 14px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .section-wrapper__title {
    font-size: 20px;
  }
}

.section-wrapper__title::before {
  content: "";
  display: block;
  background: #eb5505;
  width: 5px;
  height: 34px;
  position: absolute;
  left: 0;
}

.section-wrapper__textRight {
  text-align: right;
}

.section-wrapper__textLeft {
  text-align: left;
}

@media screen and (max-width: 600px) {
  .section-wrapper {
    width: 96%;
    padding-bottom: 40px;
  }
  .section-wrapper__textRight {
    text-align: center;
  }
}

.more-btn {
  text-align: right;
  padding-top: 14px;
  margin-bottom: 20px;
}

.more-btn__Block {
  display: inline-block;
  border: 2px solid #eb5505;
  border-radius: 10px;
  color: #eb5505;
  width: 280px;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  position: relative;
}

.more-btn__Block::after {
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: bold;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 16px;
}

.more-btn__Block::after:hover {
  color: #fff;
}

.more-btn__Block:hover {
  background: #eb5505;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .more-btn {
    text-align: center;
  }
}

.margin-wrap {
  display: block;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.set-content {
  border: 4px solid #023894;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 860px;
  margin: 0 auto 10px;
}

.set-content .content-wrapper {
  max-width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
  padding-bottom: 10px;
}

.set-content .content-wrapper__item {
  position: relative;
}

.set-content .content-wrapper__item::after {
  content: '';
  display: block;
  background: url("../img/img_or.png") no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45px;
  right: -100px;
}

.set-content .content-wrapper__item:last-of-type::after {
  content: none;
}

.set-content__article {
  flex: 1 0 70%;
  padding-top: 10px;
}

.set-content__article2 {
  border-left: 4px dashed #c8c7b9;
  flex: 1 0 30%;
  position: relative;
}

.set-content__article2 img {
  padding-top: 30px;
}

.set-content__article2::before {
  content: '';
  display: block;
  background: url("../img/img_plus.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 65px;
  left: -22px;
}

.set-content__btn {
  display: block;
  padding: 20px;
  border: 2px solid #023894;
  border-radius: 10px;
  width: 200px;
  padding: 3px 0;
  color: #023894;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin: auto;
}

.set-content__btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
}

.set-content__btn::after:hover {
  color: #fff;
}

.set-content__btn:hover {
  background: #023894;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .set-content {
    display: block;
    width: 90%;
  }
  .set-content .content-wrapper {
    padding-bottom: 20px;
  }
  .set-content .content-wrapper__item::after {
    width: 25px;
    height: 25px;
    top: 20px;
    right: -60px;
  }
  .set-content__article {
    max-width: 240px;
    margin: auto;
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .set-content__article .item-tv {
    width: 60px;
  }
  .set-content__article .item-net {
    width: 135px;
  }
  .set-content__article2 {
    border-top: 4px dashed  #c8c7b9;
    border-left: none;
  }
  .set-content__article2::before {
    width: 35px;
    height: 35px;
    top: -130px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .set-content__article2 .item-tel {
    width: 64px;
  }
}

.list-alert {
  color: #666;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
  padding-top: 10px;
}

.list-alert__item {
  text-indent: -2em;
  padding-left: 2em;
}

@media screen and (max-width: 600px) {
  .list-alert {
    padding-top: 20px;
  }
}

.available-block--sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .available-block {
    display: none;
  }
  .available-block--sp {
    display: block;
  }
  .available-block .tell-number {
    width: 211px;
  }
}

.available-inner__title {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0 30px 10px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1;
  background: #f1f0e2 url(../img/img_bg_no1.png) no-repeat;
  background-size: 25px 60px;
  background-position: 10px 15px;
  position: relative;
}

.available-inner__title--second {
  background: #f1f0e2 url(../img/img_bg_no2.png) no-repeat;
  background-size: 35px 60px;
  background-position: 10px 15px;
}

.available-inner__title--third {
  background: #f1f0e2 url(../img/img_bg_no3.png) no-repeat;
  background-size: 35px 60px;
  background-position: 10px 15px;
}

.available-inner__title .title-inner {
  position: absolute;
  right: 20px;
}

.available-inner__title .title-inner__btn {
  font-size: 12px;
  display: inline-block;
  background: #fff;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  border-radius: 10px;
  position: relative;
}

.available-inner__title .title-inner__btn::after {
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  right: 10px;
  top: 9px;
}

.available-inner__title .title-inner__btn:hover {
  background: #111987;
  color: #fff;
}

.available-inner__Block {
  display: flex;
  padding: 0 10px;
  justify-content: space-around;
}

.available-inner__Block .item {
  flex: 1 0 50%;
}

.available-inner__spBox {
  flex: 0 1 48%;
  margin-bottom: calc(30px - ((13px * 1.6) - 13px) / 2);
  position: relative;
  background: #fff;
}

.available-inner__spBox .item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #eb5505 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 123px;
  left: 0;
  margin: auto;
  z-index: -1;
}

.available-inner__spBox .item::before {
  content: "";
  display: block;
  background: #eb5505;
  width: 10px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 100px;
  left: 0;
  margin: auto;
  z-index: -1;
}

.available-inner__spBox .item--spBlock {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  border: 2px solid #cccccc;
  border-radius: 10px;
  padding: 7px;
  box-sizing: border-box;
  height: 110px;
  color: #999;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.available-inner__text {
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.available-inner__leftText {
  text-align: left;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.available-inner__heading {
  background: #eb5505;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 30px 3%;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .available-inner__heading {
    font-size: 22px;
  }
}

.available-inner__box {
  border: 2px solid #999;
  border-radius: 10px;
  padding: 15px;
  width: 250px;
  box-sizing: border-box;
  font-weight: bold;
  margin: auto;
  margin-bottom: calc(30px - ((13px * 1.6) - 13px) / 2);
  position: relative;
  background: #fff;
}

.available-inner__box::after {
  content: "";
  display: block;
  background: #eb5505;
  width: 10px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.available-inner__box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #eb5505 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  font-size: 14px;
}

.available-inner__box--second {
  border-radius: 5px;
  width: 450px;
}

.available-inner__box--second::after {
  height: 35px;
  bottom: -35px;
}

.available-inner__box--second::before {
  content: none;
}

.available-inner__box--third {
  width: 195px;
}

.available-inner__box--third::after {
  bottom: -20px;
}

.available-inner__box--fourth::after {
  bottom: -20px;
}

.available-inner__box--five {
  width: 450px;
}

.available-inner__box--five::after {
  bottom: -20px;
}

.available-inner__box--six {
  width: 450px;
}

.available-inner__box--six::after {
  height: 35px;
  bottom: -35px;
}

.available-inner__box--six::before {
  content: none;
}

.available-inner__box--off::after {
  content: "";
  width: 10px;
  height: 345px;
  bottom: -300px;
}

.available-inner__box--off.second::after {
  height: 413px;
  bottom: -382px;
}

.available-inner__box--off::before {
  content: "";
  bottom: -314px;
}

.available-inner__box--off.second::before {
  bottom: -396px;
}

.available-inner__box.sp-second::after {
  height: 20px;
  bottom: -20px;
}

.available-inner__box.sp-second::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #eb5505 transparent transparent transparent;
  position: absolute;
  top: initial;
  left: 0;
  bottom: -28px;
  right: 0;
  margin: 0 auto;
}

.available-inner__box.sp-third::after {
  top: 165spx;
}

@media screen and (max-width: 600px) {
  .available-inner__Block {
    justify-content: space-between;
    font-size: 14px;
  }
  .available-inner__title {
    text-align: center;
    padding: 20px;
  }
  .available-inner__title .title-inner {
    position: relative;
    right: 0;
    display: block;
  }
  .available-inner__title .title-inner__btn {
    margin-top: 20px;
  }
  .available-inner__box--second {
    width: 100%;
  }
}

.application-btn {
  display: block;
  border-radius: 10px;
  background: #cc0000;
  padding: 15px;
  color: #fff;
  width: 250px;
  margin: auto;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
  text-decoration: none;
  border: 2px solid #cc0000;
}

.application-btn:hover {
  background: #fff;
  color: #cc0000;
}

@media screen and (max-width: 600px) {
  .application-btn {
    width: 200px;
  }
}

.agreement-block__btn {
  display: block;
  background: #eb5505;
  padding: 10px;
  color: #fff;
  position: relative;
  width: 250px;
  border-radius: 10px;
  margin: auto;
  text-decoration: none;
  border: 2px solid #eb5505;
  box-sizing: border-box;
}

.agreement-block__btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  display: block;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 16px;
}

.agreement-block__btn:hover {
  color: #eb5505;
  background: #fff;
}

@media screen and (max-width: 600px) {
  .agreement-block__btn {
    width: 230px;
  }
  .agreement-block__btn::after {
    top: 14px;
  }
}

.application-list {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: auto;
  font-weight: bold;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.application-list__item {
  margin-bottom: 10px;
  flex: 1 0 50%;
}

.application-list__item a {
  display: block;
  width: 250px;
  box-sizing: border-box;
  padding: 20px;
  border: 3px solid #eb5505;
  border-radius: 10px;
  color: #eb5505;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  margin: auto;
}

.application-list__item a:hover {
  background: #eb5505;
  color: #fff;
}

.application-list__item a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  display: block;
  font-weight: bold;
  position: absolute;
  top: 24px;
  right: 40px;
}

.application-list__item--second a {
  padding-right: 25px;
}

.application-list__item--second a:after {
  right: 5px;
}

@media screen and (max-width: 600px) {
  .application-list {
    display: block;
  }
  .application-list__item a {
    padding: 15px;
  }
  .application-list__item a::after {
    top: 19px;
  }
}

.slider-block {
  display: none;
}

.js-clickOn {
  border-color: #999 !important;
  color: #333 !important;
}

.available-inner__spBox a.js-clickOn::before {
  top: 115px;
}

.available-inner__spBox a.js-clickOn::after {
  top: 148px;
}

.service-Block__title {
  max-width: 194px;
  width: 60%;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.service-Block__title--net {
  max-width: 247px;
  width: 76.3%;
}

.service-Block__title--tel {
  max-width: 170px;
  width: 52.5%;
}

.service-inner {
  background: #fafafa;
  padding: 20px 3%;
}

.service-inner__list {
  display: table;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.service-inner__list .item {
  width: 300px;
  display: table-cell;
  border-right: 1px solid #ccc;
  padding: 20px 2%;
}

.service-inner__list .item__img {
  max-width: 95px;
}

.service-inner__list .item__img--Big {
  max-width: 70px;
}

.service-inner__list .item__img--Ace {
  max-width: 100px;
}

.service-inner__list .item__img--mega {
  max-width: 170px;
}

.service-inner__list .item__img--wide {
  max-width: 145px;
}

.service-inner__list .item__img--mansion {
  max-width: 270px;
}

.service-inner__list .item:last-of-type {
  border-right: none;
}

.service-inner__unit {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
  padding: 20px 0;
}

.service-inner__unit .item-img {
  max-width: 237px;
  width: 175px;
}

.service-inner__box {
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.service-inner__btn {
  display: inline-block;
  text-align: center;
  width: 140px;
  background: #f6b404;
  border: 1px solid #f6b404;
  border-radius: 11px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 5px 0;
  position: relative;
}

.service-inner__btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  display: block;
  font-weight: bold;
  position: absolute;
  top: 7px;
  right: 8px;
  font-size: 12px;
}

.service-inner__btn:hover {
  background: #fff;
  color: #f6b404;
}

.service-inner__btn--net {
  background: #4bab27;
  border-color: #4bab27;
}

.service-inner__btn--net:hover {
  color: #4bab27;
}

.service-inner__btn--tel {
  background: #ee680f;
  border-color: #ee680f;
}

.service-inner__btn--tel:hover {
  color: #ee680f;
}

.service-inner__planBtn {
  font-size: 14px;
  display: inline-block;
  width: 210px;
  color: #ee680f;
  border: 2px solid #ee680f;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 10px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

.service-inner__planBtn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  display: block;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 8px;
}

.service-inner__planBtn:hover {
  background: #ee680f;
  color: #fff;
}

.service-inner__title {
  font-size: 22px;
  border-bottom: 2px solid #ee680f;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: calc(10px - ((22px * 1) - 22px) / 2);
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .service-inner__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 600px) {
  .service-inner__list .item {
    display: block;
    width: auto;
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .service-inner__list .item:last-of-type {
    border-bottom: none;
  }
}

.service-setPlan {
  display: flex;
  background: #fff;
  font-size: 14px;
  border: 1px solid #ccc;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'UD新ゴ M','UD Shin Go Medium';
}

.service-setPlan__item {
  flex: 0 1 35%;
  text-align: left;
}

.service-setPlan__item--right {
  text-align: right;
  line-height: 1.3;
}

.service-setPlan__item--right .item-price {
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

.service-setPlan__item--right .item-price__bold {
  font-family: 'UD新ゴ B','UD Shin Go Bold';
}

.service-setPlan__item--right .item-price__big {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: normal;
}

.service-setPlan__item--right .item-price--red {
  font-size: 39px;
  color: #cb0000;
}

.service-setPlan__item .item-title {
  font-size: 24px;
  line-height: 1.2;
}

.service-setPlan__item .item-title__plan {
  color: #111987;
  font-size: 14px;
  line-height: 2;
}

.service-setPlan__img {
  max-width: 500px;
  width: 313px;
}

@media screen and (max-width: 600px) {
  .service-setPlan {
    display: block;
    padding: 10px 0;
  }
  .service-setPlan__item {
    flex: 1;
    text-align: center;
    margin-bottom: calc(15px - ((22px * 1) - 22px) / 2);
  }
  .service-setPlan__item:last-of-type {
    margin-bottom: 0;
  }
  .service-setPlan__item--right {
    text-align: right;
    padding: 0 10px;
  }
  .service-setPlan__img {
    width: 100%;
  }
}

.ausv-caution__Block {
  overflow: scroll;
  text-align: left;
  height: 320px;
  width: 96%;
  line-height: 1.5;
  font-size: 12px;
  margin: auto;
}

.ausv-caution__list {
  margin-bottom: calc(20px - ((13px * 1.6) - 13px) / 2);
}

.ausv-caution__list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* --------------------------------------------
slideUP お問い合わせボタン footer_cv_area
2017/11/20 追記
 -------------------------------------------- */
.disp_sp {
  display: none !important;
}

.footer-cv {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.footer-cv__box-basic {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  border-top: 3px solid #DFB81F;
}

.footer-cv__box-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 960px;
}

.footer-cv__box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.footer-cv__box-flex img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 288px;
}

.footer-cv_item-btn {
  margin: 0 5px;
}

.footer-cv_item-btn a {
  display: block;
}

.footer-cv__box-flex p:first-of-type {
  text-align: center;
  flex: 1 0 50%;
}

.footer-cv__box-flex p:nth-of-type(2) {
  flex: 0 1 212px;
  max-width: 212px;
}

.footer-cv_item-tel {
  max-width: 208px;
  margin: auto;
}

.footer-cv__item-closeBtn {
  position: absolute;
  top: -30px;
  right: 12%;
  cursor: pointer;
}

.footer-cv__item-closeBtn img {
  width: 100%;
}

.footer-cv__item-closeBtn:before {
  content: "";
  display: inline-block;
  width: 67.3%;
  height: 253%;
  background-image: url(/images/footer_cvarea/img_footer_comzo2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -60%;
  bottom: -35%;
}

.footer-cv__box-small {
  width: 100%;
  max-width: 960px;
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}

.footer-cv__box-small p {
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 37.5%;
  max-width: 194px;
}

.footer-cv__box-small p img {
  width: 100%;
}

.footer-cv__box-small p:before {
  content: "";
  display: inline-block;
  width: 48.4%;
  max-width: 94px;
  height: 100%;
  padding-top: 11%;
  background-image: url(/images/footer_cvarea/img_footer_comzo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -46%;
  bottom: 0;
}

@media (max-width: 730px) {
  .footer-cv__item-closeBtn {
    right: 5px;
  }
}

@media (max-width: 600px) {
  .disp_sp {
    display: block !important;
  }
  .disp_pc {
    display: none !important;
  }
  .footer-cv__item-closeBtn {
    width: 18.7%;
    top: -38%;
  }
  .footer-cv_item-tel {
    display: none;
  }
  .footer-cv__box-basic {
    height: 0;
    padding-bottom: 15%;
  }
  .footer-cv__box-flex img {
    width: 220px;
  }
  .footer-cv__box-flex p:first-of-type {
    text-align: center;
    flex: 1 0 50%;
    margin: auto;
  }
  .footer-cv__box-flex p:nth-of-type(2) {
    flex: 3 0 98px;
    max-width: 196px;
  }
}
